Index: d.bat
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/d.bat	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/d.bat	(working copy)
@@ -1,7 +1,8 @@
 call do.bat eep
 e ku
-ping -n 2 127.1 >nul
+ping 127.1 -n 1 >nul
 e pu
+ping 127.1 -n 1 >nul
 e 8081 10
 e 8075 0000
 e 8079 0000
Index: format/app.format
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/format/app.format	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/format/app.format	(working copy)
@@ -291,6 +291,7 @@
 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/ZJL_Project/ABT/366_OnlyBLE/format/app_mouse.format	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/format/app_mouse.format	(working copy)
@@ -204,47 +204,61 @@
 646 mem_mouse_uuid_list
 1 mem_lmi_opcode_temp
 
-1 mem_mouse_long_mult_flag
-1 mem_mouse_le_current_mult_timer
-1 mem_24g_long_sleep_param_update_timer
-1 mem_mouse_mode_config
-
-1 mem_mouse_dpi_blink_count
-1 mem_mouse_adc_last_low_voltage_flag
-
-1 mem_mouse_init_sensor_reset_flag
+1 mem_mouse_button_select_device_timer_init
+1 mem_mouse_button_select_device_count
 
 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_button_select_device_timer_init
-1 mem_mouse_button_select_device_count
-1 mem_mouse_switch_device_flag
+1 mem_mouse_long_button_select_device
+1 mem_mouse_adc_last_low_voltage_flag
+1 mem_mouse_init_sensor_reset_flag
+
+1 mem_bt_rcvd_switch_req_accept
+1 mem_bt_send_max_slot_req_accept_after_switch
+1 mem_bt_send_lmp_setup_complete
+
+1 mem_l2cap_rcv
+1 mem_mouse_bt_boot_mode
+5 mem_mouse_bt_boot_data
+
+1 mem_mouse_bt_send_first_package_timer
+1 mem_mouse_bt_send_first_package_flag
 
-2 mem_data_pre
-2 mem_data_current
-3 mem_data_sum
 1 mem_mouse_asm_flag
 2 mem_mouse_x_pre
 2 mem_mouse_y_pre
 
+1 mem_mouse_fast_conn_flag
 19 mem_le_adv_swift_pair
 
+//modified pnp id
+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
+
+1 mem_mouse_select_device_button_wakeup_flag
+
+1 mem_mouse_bt_led_gpio
+1 mem_retry_count
+
 1 mem_mouse_send_secutiry_request_timer
 1 mem_le_send_security_request_flag
 1 mem_mouse_le_bb_connected_flag
 
-1 mem_mouse_fast_conn_flag
 1 mem_mouse_le_fast_conn_enable_timer
 )
 
@@ -257,7 +271,6 @@
 //combination
 0x01 MOUSE_L_BUTTON
 0X02 MOUSE_R_BUTTON
-0X03 MOUSE_LR_BUTTON
 0X04 MOUSE_M_BUTTON
 0X05 MOUSE_LM_BUTTON
 0X06 MOUSE_RM_BUTTON
@@ -344,6 +357,7 @@
 6 ENABLE_SELECT_DEVICE_BY_SWITCH
 7 ENABLE_SENSOR_MOTION_PIN
 
+
 0xFF GPIO_DISABLE
 
 
@@ -361,6 +375,7 @@
 0X62 MOUSE_EEPROM_MODULE_INIT_FLAG		//eeprom_module_init_flag 2bytes
 0X64 MOUSE_FAST_CONN_FLAG_OFFSET	//1byte
 
+
 // Sensor id number
 0x30 P32XX_ID1
 0x31 P3065_ID1
@@ -373,6 +388,7 @@
 0xD8 P8009_ID2
 0x5A P8650_ID2
 
+
 //Sensor type
 0X00 P3205
 0X01 P3065
@@ -384,6 +400,7 @@
 0x07 P8009
 0x08 P8650
 
+
 //p3610 smart enable flag
 0X00 P3610_SMART_ENABLE
 0X01 P3610_SMART_DISABLE
@@ -436,12 +453,17 @@
 7 LE_INTERVAL_8_75MS//8.75ms
 )
 
+
+(
+0 MULTI_LED_ON
+1 MULTI_LED_BLINK
+)
+
 (
 0x017700 G24_LONG_SLEEP_STEP1	//8ms
 0x36ee80 G24_LONG_SLEEP_STEP2	//300ms
 )
 
-
 (
 0 MOUSE_24G_ONLY
 1 MOUSE_BLE_ONLY
@@ -450,7 +472,4 @@
 4 MOUSE_BT_BLE_24G_ENABLE
 )
 
-(
-0 MULTI_LED_ON
-1 MULTI_LED_BLINK
-)
+
Index: format/bt.format
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/format/bt.format	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/format/bt.format	(working copy)
@@ -760,6 +760,7 @@
 42 mark_ble_rx_md
 43 mark_otp_encrypt
 44 mark_first_packet
+45 mark_role_switch_receive_fhs
 )
 
 (
@@ -1005,7 +1006,7 @@
 0 bt_disabled
 1 ble_disabled
 2 module_disable
-3 g24_disabled
+
 )
 
 (
Index: format/le.format
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/format/le.format	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/format/le.format	(working copy)
@@ -417,6 +417,7 @@
 	0X2A4C UUID_CHRCTR_HID_CTRL_POINT
 	0X2A4D UUID_CHRCTR_REPORT
 	0X2A4E UUID_CHRCTR_PROTOCOL_MODE
+	0X2A50 UUID_CHRCTR_PNP_ID	
 	)
 
 	(// pairing failed reason
Index: format/utility.format
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/format/utility.format	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/format/utility.format	(working copy)
@@ -146,6 +146,10 @@
 256 mem_rssi_noise_kb_buffer
 32 mem_24g_common_temp
 
+2 mem_data_pre
+2 mem_data_current
+3 mem_data_sum
+
 ifdef DEBUGLOG
 1   mem_debuglog_temp
 1   mem_debuglog_type
Index: output/bt_format.meta
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/bt_format.meta	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/bt_format.meta	(working copy)
@@ -1149,155 +1149,163 @@
 0x485b mem_le_tx_buffer3_omemalloc
 0x4876 mem_mouse_uuid_list
 0x4afc mem_lmi_opcode_temp
-0x4afd mem_mouse_long_mult_flag
-0x4afe mem_mouse_le_current_mult_timer
-0x4aff mem_24g_long_sleep_param_update_timer
-0x4b00 mem_mouse_mode_config
-0x4b01 mem_mouse_dpi_blink_count
-0x4b02 mem_mouse_adc_last_low_voltage_flag
-0x4b03 mem_mouse_init_sensor_reset_flag
-0x4b04 mem_mouse_multi_led_blink_enable
-0x4b05 mem_mouse_multi_led_gpio
-0x4b06 mem_mouse_multi_led_state
-0x4b07 mem_mouse_multi_led_type
-0x4b08 mem_mouse_multi_led_on_timer
-0x4b09 mem_mouse_multi_led_on_timer_init
-0x4b0a mem_mouse_multi_led_blink_timer_init
-0x4b0b mem_mouse_multi_led_blink_timer
-0x4b0c mem_mouse_multi_led_blink_count
-0x4b0d mem_mouse_multi_led_blink_count_limited
-0x4b0e mem_mouse_multi_led_on_poweron2s_flag
-0x4b0f mem_mouse_button_select_device_timer_init
-0x4b10 mem_mouse_button_select_device_count
-0x4b11 mem_mouse_switch_device_flag
-0x4b12 mem_data_pre
-0x4b14 mem_data_current
-0x4b16 mem_data_sum
+0x4afd mem_mouse_button_select_device_timer_init
+0x4afe mem_mouse_button_select_device_count
+0x4aff mem_mouse_multi_led_blink_enable
+0x4b00 mem_mouse_multi_led_gpio
+0x4b01 mem_mouse_multi_led_state
+0x4b02 mem_mouse_multi_led_type
+0x4b03 mem_mouse_multi_led_on_timer_init
+0x4b04 mem_mouse_multi_led_blink_timer_init
+0x4b05 mem_mouse_multi_led_blink_timer
+0x4b06 mem_mouse_multi_led_blink_count
+0x4b07 mem_mouse_multi_led_on_timer
+0x4b08 mem_mouse_multi_led_blink_count_limited
+0x4b09 mem_mouse_multi_led_on_poweron2s_flag
+0x4b0a mem_mouse_long_button_select_device
+0x4b0b mem_mouse_adc_last_low_voltage_flag
+0x4b0c mem_mouse_init_sensor_reset_flag
+0x4b0d mem_bt_rcvd_switch_req_accept
+0x4b0e mem_bt_send_max_slot_req_accept_after_switch
+0x4b0f mem_bt_send_lmp_setup_complete
+0x4b10 mem_l2cap_rcv
+0x4b11 mem_mouse_bt_boot_mode
+0x4b12 mem_mouse_bt_boot_data
+0x4b17 mem_mouse_bt_send_first_package_timer
+0x4b18 mem_mouse_bt_send_first_package_flag
 0x4b19 mem_mouse_asm_flag
 0x4b1a mem_mouse_x_pre
 0x4b1c mem_mouse_y_pre
-0x4b1e mem_le_adv_swift_pair
-0x4b31 mem_mouse_send_secutiry_request_timer
-0x4b32 mem_le_send_security_request_flag
-0x4b33 mem_mouse_le_bb_connected_flag
-0x4b34 mem_mouse_fast_conn_flag
-0x4b35 mem_mouse_le_fast_conn_enable_timer
-0x4b36 mem_24g_rxbuf
-0x4b58 mem_24g_txbuf
-0x4b78 mem_24g_txpayload
-0x4b9a mem_24g_rxpayload
-0x4bba mem_24g_rxdata_length
-0x4bbb mem_24g_pid
-0x4bbc mem_24g_datalen
-0x4bbd mem_24g_data_type
-0x4bbe mem_24g_txlen
-0x4bbf mem_24g_rx_window
-0x4bc1 mem_24g_ensure
-0x4bc2 mem_24g_txfail_cnt
-0x4bc4 mem_24g_get_ack_fail
-0x4bc5 mem_24g_retry
-0x4bc6 mem_24g_ch
-0x4bc7 mem_24g_current_ch_number
-0x4bc8 mem_24g_paring_addr
-0x4bcc mem_24g_pairing_sm
-0x4bcd mem_24g_ch_map1
-0x4bd1 mem_24g_ch_map2
-0x4bd5 mem_24g_ch_map3
-0x4bd9 mem_24g_ch_map4
-0x4bdd mem_24g_tx_btclk
-0x4be1 mem_24g_interval
-0x4be2 mem_24g_interval_min
-0x4be3 mem_24g_interval_max
-0x4be4 mem_24g_addr
-0x4be8 mem_24g_abort_pac
-0x4be9 mem_24g_check_dongle_times
-0x4beb mem_24g_enter_hibernate
-0x4bf3 mem_24g_device_addr
-0x4bf7 mem_24g_pac_index
-0x4bf8 mem_24g_no_ack
-0x4bf9 mem_24g_sta_crc
-0x4bfc mem_24g_last_crc
-0x4bff mem_24g_sta_pid
-0x4c00 mem_24g_last_pid
-0x4c01 mem_24g_max_retry
-0x4c02 mem_24g_mode
-0x4c03 mem_24g_rxdata_temp
-0x4c25 mem_24g_rx_addr
-0x4c29 mem_dongle_mode_init
-0x4c2a mem_dongle_work_mode
-0x4c2b mem_dongle_ms_bind_step
-0x4c2c mem_dongle_kb_bind_step
-0x4c2d mem_dongle_bind_device_status
-0x4c2e mem_24g_bind_payload
-0x4c36 mem_24g_abort_packet
-0x4c37 mem_24g_rf_laststa
-0x4c38 mem_24g_hop_btclk
-0x4c3c mem_24g_hop_interval
-0x4c3d mem_24g_mode_switch
-0x4c3e mem_24g_ackpayload_enable
-0x4c3f mem_24g_hop_packet
-0x4c40 mem_24g_pair_mode
-0x4c41 mem_24g_nodata_timer_enable
-0x4c42 mem_24g_time_slice
-0x4c43 mem_24g_kb_data_sta_data
-0x4c4b mem_24g_kb_data_last_data
-0x4c53 mem_24g_kb_multikey_sta_data
-0x4c56 mem_24g_kb_multikey_last_data
-0x4c59 mem_24g_kb_blank_data_enable
-0x4c5a mem_24g_kb_mul_blank_data_enable
-0x4c5b mem_24g_ms_blank_data_enable
-0x4c5c mem_24g_kb_addr
-0x4c60 mem_24g_ms_addr
-0x4c64 mem_24g_dg_last_ch
-0x4c65 mem_24g_dg_ch_number
-0x4c66 mem_24g_dg_config_ch_once
-0x4c67 mem_24g_kb_last_ch
-0x4c68 mem_24g_kb_ch_number
-0x4c69 mem_24g_kb_config_ch_once
-0x4c6a mem_24g_ms_last_ch
-0x4c6b mem_24g_ms_ch_number
-0x4c6c mem_24g_ms_config_ch_once
-0x4c6d mem_24g_syncword
-0x4c6f mem_24g_syncword_crc8
-0x4c70 mem_24g_get_syncword_crc8
-0x4c71 mem_24g_ota_sta_pid
-0x4c73 mem_tx_power_temp
-0x4c74 mem_rssi_hex
-0x4c75 mem_rssi_noise_avg
-0x4c76 mem_rssi_noise_index
-0x4c77 mem_rssi_signal_index
-0x4c78 mem_rssi_noise_dg_avg
-0x4c79 mem_rssi_noise_kb_avg
-0x4c7a mem_rssi_noise_ms_avg
-0x4c7b mem_rssi_noise_dg_index
-0x4c7c mem_rssi_noise_kb_index
-0x4c7d mem_rssi_noise_ms_index
-0x4c7e mem_rssi_signal_buf
-0x4c86 mem_queue_ele_num
-0x4c87 mem_queue_read
-0x4c89 mem_queue_write
-0x4c8b mem_queue_start
-0x4c8b mem_data_ele0
-0x4cab mem_data_ele1
-0x4ccb mem_data_ele2
-0x4ceb mem_queue_end
-0x4ceb mem_queue_temp
-0x4ced mem_cb_24g_data
-0x4cef mem_24g_hop_fastly_cnt
-0x4cf0 mem_24g_hop_pac_retry
-0x4cf1 mem_24g_rf_hop_ch
-0x4cf2 mem_24g_rf_last_sta
-0x4cf3 mem_24g_rf_work_stage
-0x4cf4 mem_24g_sync_cnt
-0x4cf5 mem_power_ctrl_pac_succ_cnt
-0x4cf6 mem_rssi_avg_received
-0x4cf7 mem_rssi_hex_received
-0x4cf8 mem_power_ctrl_level
-0x4cf9 mem_seqi
-0x4cfa mem_24g_auto_paring_switch
-0x4cfb mem_24g_paccnt
-0x4cfc mem_24g_transmit_by_interrupt
-0x4cfd mem_24g_transmit_by_interrupt_exit_count
+0x4b1e mem_mouse_fast_conn_flag
+0x4b1f mem_le_adv_swift_pair
+0x4b32 mem_le_att_pnp_id_len
+0x4b33 mem_le_att_pnp_id
+0x4b3a mem_mouse_long_mult_flag
+0x4b3b mem_mouse_le_current_mult_timer
+0x4b3c mem_24g_long_sleep_param_update_timer
+0x4b3d mem_mouse_select_device_button_wakeup_flag
+0x4b3e mem_mouse_bt_led_gpio
+0x4b3f mem_retry_count
+0x4b40 mem_mouse_send_secutiry_request_timer
+0x4b41 mem_le_send_security_request_flag
+0x4b42 mem_mouse_le_bb_connected_flag
+0x4b43 mem_mouse_le_fast_conn_enable_timer
+0x4b44 mem_24g_rxbuf
+0x4b66 mem_24g_txbuf
+0x4b86 mem_24g_txpayload
+0x4ba8 mem_24g_rxpayload
+0x4bc8 mem_24g_rxdata_length
+0x4bc9 mem_24g_pid
+0x4bca mem_24g_datalen
+0x4bcb mem_24g_data_type
+0x4bcc mem_24g_txlen
+0x4bcd mem_24g_rx_window
+0x4bcf mem_24g_ensure
+0x4bd0 mem_24g_txfail_cnt
+0x4bd2 mem_24g_get_ack_fail
+0x4bd3 mem_24g_retry
+0x4bd4 mem_24g_ch
+0x4bd5 mem_24g_current_ch_number
+0x4bd6 mem_24g_paring_addr
+0x4bda mem_24g_pairing_sm
+0x4bdb mem_24g_ch_map1
+0x4bdf mem_24g_ch_map2
+0x4be3 mem_24g_ch_map3
+0x4be7 mem_24g_ch_map4
+0x4beb mem_24g_tx_btclk
+0x4bef mem_24g_interval
+0x4bf0 mem_24g_interval_min
+0x4bf1 mem_24g_interval_max
+0x4bf2 mem_24g_addr
+0x4bf6 mem_24g_abort_pac
+0x4bf7 mem_24g_check_dongle_times
+0x4bf9 mem_24g_enter_hibernate
+0x4c01 mem_24g_device_addr
+0x4c05 mem_24g_pac_index
+0x4c06 mem_24g_no_ack
+0x4c07 mem_24g_sta_crc
+0x4c0a mem_24g_last_crc
+0x4c0d mem_24g_sta_pid
+0x4c0e mem_24g_last_pid
+0x4c0f mem_24g_max_retry
+0x4c10 mem_24g_mode
+0x4c11 mem_24g_rxdata_temp
+0x4c33 mem_24g_rx_addr
+0x4c37 mem_dongle_mode_init
+0x4c38 mem_dongle_work_mode
+0x4c39 mem_dongle_ms_bind_step
+0x4c3a mem_dongle_kb_bind_step
+0x4c3b mem_dongle_bind_device_status
+0x4c3c mem_24g_bind_payload
+0x4c44 mem_24g_abort_packet
+0x4c45 mem_24g_rf_laststa
+0x4c46 mem_24g_hop_btclk
+0x4c4a mem_24g_hop_interval
+0x4c4b mem_24g_mode_switch
+0x4c4c mem_24g_ackpayload_enable
+0x4c4d mem_24g_hop_packet
+0x4c4e mem_24g_pair_mode
+0x4c4f mem_24g_nodata_timer_enable
+0x4c50 mem_24g_time_slice
+0x4c51 mem_24g_kb_data_sta_data
+0x4c59 mem_24g_kb_data_last_data
+0x4c61 mem_24g_kb_multikey_sta_data
+0x4c64 mem_24g_kb_multikey_last_data
+0x4c67 mem_24g_kb_blank_data_enable
+0x4c68 mem_24g_kb_mul_blank_data_enable
+0x4c69 mem_24g_ms_blank_data_enable
+0x4c6a mem_24g_kb_addr
+0x4c6e mem_24g_ms_addr
+0x4c72 mem_24g_dg_last_ch
+0x4c73 mem_24g_dg_ch_number
+0x4c74 mem_24g_dg_config_ch_once
+0x4c75 mem_24g_kb_last_ch
+0x4c76 mem_24g_kb_ch_number
+0x4c77 mem_24g_kb_config_ch_once
+0x4c78 mem_24g_ms_last_ch
+0x4c79 mem_24g_ms_ch_number
+0x4c7a mem_24g_ms_config_ch_once
+0x4c7b mem_24g_syncword
+0x4c7d mem_24g_syncword_crc8
+0x4c7e mem_24g_get_syncword_crc8
+0x4c7f mem_24g_ota_sta_pid
+0x4c81 mem_tx_power_temp
+0x4c82 mem_rssi_hex
+0x4c83 mem_rssi_noise_avg
+0x4c84 mem_rssi_noise_index
+0x4c85 mem_rssi_signal_index
+0x4c86 mem_rssi_noise_dg_avg
+0x4c87 mem_rssi_noise_kb_avg
+0x4c88 mem_rssi_noise_ms_avg
+0x4c89 mem_rssi_noise_dg_index
+0x4c8a mem_rssi_noise_kb_index
+0x4c8b mem_rssi_noise_ms_index
+0x4c8c mem_rssi_signal_buf
+0x4c94 mem_queue_ele_num
+0x4c95 mem_queue_read
+0x4c97 mem_queue_write
+0x4c99 mem_queue_start
+0x4c99 mem_data_ele0
+0x4cb9 mem_data_ele1
+0x4cd9 mem_data_ele2
+0x4cf9 mem_queue_end
+0x4cf9 mem_queue_temp
+0x4cfb mem_cb_24g_data
+0x4cfd mem_24g_hop_fastly_cnt
+0x4cfe mem_24g_hop_pac_retry
+0x4cff mem_24g_rf_hop_ch
+0x4d00 mem_24g_rf_last_sta
+0x4d01 mem_24g_rf_work_stage
+0x4d02 mem_24g_sync_cnt
+0x4d03 mem_power_ctrl_pac_succ_cnt
+0x4d04 mem_rssi_avg_received
+0x4d05 mem_rssi_hex_received
+0x4d06 mem_power_ctrl_level
+0x4d07 mem_seqi
+0x4d08 mem_24g_auto_paring_switch
+0x4d09 mem_24g_paccnt
+0x4d0a mem_24g_transmit_by_interrupt
+0x4d0b mem_24g_transmit_by_interrupt_exit_count
 
 	width = 32
 	const length = 12000
@@ -1805,6 +1813,7 @@
 42 mark_ble_rx_md
 43 mark_otp_encrypt
 44 mark_first_packet
+45 mark_role_switch_receive_fhs
 )
 
 (
@@ -2050,7 +2059,7 @@
 0 bt_disabled
 1 ble_disabled
 2 module_disable
-3 g24_disabled
+
 )
 
 (
@@ -2257,6 +2266,7 @@
 7 APP_DISC_BLE
 8 APP_DISC_L2CAP_REFUSED
 9 APP_DISC_SWITCH_FAIL
+10 APP_DISC_PB_BUTTON
 )
 //eeprom init flag
 (
@@ -2629,7 +2639,6 @@
 //combination
 0x01 MOUSE_L_BUTTON
 0X02 MOUSE_R_BUTTON
-0X03 MOUSE_LR_BUTTON
 0X04 MOUSE_M_BUTTON
 0X05 MOUSE_LM_BUTTON
 0X06 MOUSE_RM_BUTTON
@@ -2716,6 +2725,7 @@
 6 ENABLE_SELECT_DEVICE_BY_SWITCH
 7 ENABLE_SENSOR_MOTION_PIN
 
+
 0xFF GPIO_DISABLE
 
 
@@ -2733,6 +2743,7 @@
 0X62 MOUSE_EEPROM_MODULE_INIT_FLAG		//eeprom_module_init_flag 2bytes
 0X64 MOUSE_FAST_CONN_FLAG_OFFSET	//1byte
 
+
 // Sensor id number
 0x30 P32XX_ID1
 0x31 P3065_ID1
@@ -2745,6 +2756,7 @@
 0xD8 P8009_ID2
 0x5A P8650_ID2
 
+
 //Sensor type
 0X00 P3205
 0X01 P3065
@@ -2756,6 +2768,7 @@
 0x07 P8009
 0x08 P8650
 
+
 //p3610 smart enable flag
 0X00 P3610_SMART_ENABLE
 0X01 P3610_SMART_DISABLE
@@ -2808,12 +2821,17 @@
 7 LE_INTERVAL_8_75MS//8.75ms
 )
 
+
+(
+0 MULTI_LED_ON
+1 MULTI_LED_BLINK
+)
+
 (
 0x017700 G24_LONG_SLEEP_STEP1	//8ms
 0x36ee80 G24_LONG_SLEEP_STEP2	//300ms
 )
 
-
 (
 0 MOUSE_24G_ONLY
 1 MOUSE_BLE_ONLY
@@ -2822,10 +2840,7 @@
 4 MOUSE_BT_BLE_24G_ENABLE
 )
 
-(
-0 MULTI_LED_ON
-1 MULTI_LED_BLINK
-)
+
 
 
 
@@ -4712,6 +4727,7 @@
 	0X2A4C UUID_CHRCTR_HID_CTRL_POINT
 	0X2A4D UUID_CHRCTR_REPORT
 	0X2A4E UUID_CHRCTR_PROTOCOL_MODE
+	0X2A50 UUID_CHRCTR_PNP_ID	
 	)
 
 	(// pairing failed reason
@@ -7289,6 +7305,9 @@
 0x0f9e mem_rssi_noise_ms_buffer
 0x109e mem_rssi_noise_kb_buffer
 0x119e mem_24g_common_temp
+0x11be mem_data_pre
+0x11c0 mem_data_current
+0x11c2 mem_data_sum
 
 
 (
Index: output/bt_program23.icode
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/bt_program23.icode	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/bt_program23.icode	(working copy)
@@ -1,26303 +1,26238 @@
- 00000000  0x00000041 bbit1  0x00000008 , 0x00000010 
- 00000001  0x00000042 beq  0x00000001 , 0x00000027 
- 00000002  0x00000043 beq  0x00000085 , 0x0000060b 
- 00000003  0x00000044 beq  0x00000089 , 0x000005da 
- 00000004  0x00000045 beq  0x000000a1 , 0x00000030 
- 00000005  0x00000046 beq  0x000000b1 , 0x00000035 
- 00000006  0x00000047 beq  0x000000b2 , 0x0000003d 
- 00000007  0x00000048 beq  0x000000c4 , 0x000000ce 
- 00000008  0x00000049 beq  0x000000c9 , 0x00000188 
- 00000009  0x0000004a beq  0x000000ca , 0x0000018c 
- 00000010  0x0000004b beq  0x000000e3 , 0x000002ce 
- 00000011  0x0000004c beq  0x000000e6 , 0x00000280 
- 00000012  0x0000004d beq  0x000000ea , 0x00000306 
- 00000013  0x0000004e beq  0x000000eb , 0x00000314 
- 00000014  0x0000004f beq  0x000000ec , 0x00000343 
- 00000015  0x00000050 branch  0x00002a8e 
- 00000016  0x00000052 beq  0x00000039 , 0x00000347 
- 00000017  0x00000053 beq  0x00000043 , 0x0000034f 
- 00000018  0x00000054 beq  0x0000004a , 0x00000355 
- 00000019  0x00000055 beq  0x00000057 , 0x00000358 
- 00000020  0x00000056 beq  0x00000059 , 0x0000036a 
- 00000021  0x00000057 beq  0x00000063 , 0x00000377 
- 00000022  0x00000058 beq  0x00000066 , 0x000003a1 
- 00000023  0x00000059 beq  0x00000067 , 0x000003b8 
- 00000024  0x0000005a beq  0x0000006a , 0x000003e4 
- 00000025  0x0000005b beq  0x00000077 , 0x000003ef 
- 00000026  0x0000005c beq  0x000000fa , 0x000003ff 
- 00000027  0x0000005d beq  0x0000008c , 0x00000408 
- 00000028  0x0000005e branch  0x00002a8e 
- 00000029  0x00000061 copy  0x0000003f , 0x00000011 
- 00000030  0x00000062 fetcht  0x00000001 , 0x00004c77 
- 00000031  0x00000063 setarg  0x00004c7e 
- 00000032  0x00000064 iadd  0x00000002 , 0x00000005 
- 00000033  0x00000065 copy  0x00000011 , 0x0000003f 
- 00000034  0x00000066 istore  0x00000001 , 0x00000005 
- 00000035  0x00000067 increase  0x00000001 , 0x00000002 
- 00000036  0x00000068 and_into  0x00000007 , 0x00000002 
- 00000037  0x00000069 storet  0x00000001 , 0x00004c77 
- 00000038  0x0000006a rtn 
- 00000039  0x0000006d arg  0x000009ae , 0x00000005 
- 00000040  0x0000006e arg  0x0000000c , 0x00000039 
- 00000041  0x0000006f call  0x00007ed4 
- 00000042  0x00000070 call  0x000000c5 
- 00000043  0x00000071 call  0x00006a03 
- 00000044  0x00000072 call  0x00005cf6 
- 00000045  0x00000073 ncall  0x00002c65 , 0x0000002b 
- 00000046  0x00000074 call  0x00007ccd 
- 00000047  0x00000075 branch  0x0000200c 
- 00000048  0x00000078 setarg  0x00000a06 
- 00000049  0x00000079 store  0x00000003 , 0x00004510 
- 00000050  0x0000007a setarg  0x00001d87 
- 00000051  0x0000007b store  0x00000002 , 0x00004513 
- 00000052  0x0000007c branch  0x00002aa2 
- 00000053  0x0000007f rtnmark1  0x00000026 
- 00000054  0x00000080 fetch  0x00000001 , 0x0000479c 
- 00000055  0x00000081 beq  0x00000000 , 0x00007fef 
- 00000056  0x00000082 fetch  0x00000001 , 0x000047c4 
- 00000057  0x00000083 beq  0x00000001 , 0x00007fef 
- 00000058  0x00000084 fetch  0x00000002 , 0x00004248 
- 00000059  0x00000085 nbranch  0x00007fef , 0x00000034 
- 00000060  0x00000086 branch  0x00007ff1 
- 00000061  0x00000089 rtnmark0  0x00000026 
- 00000062  0x0000008a fetch  0x00000001 , 0x00004cfc 
- 00000063  0x0000008b beq  0x00000001 , 0x0000005a 
- 00000064  0x0000008d call  0x00000469 
- 00000065  0x0000008e nbranch  0x00000072 , 0x00000028 
- 00000066  0x0000008f jam  0x00000000 , 0x00004bf8 
- 00000067  0x00000090 call  0x0000044e 
- 00000068  0x00000092 call  0x00000494 
- 00000069  0x00000093 fetch  0x00000001 , 0x00004bcc 
- 00000070  0x00000094 rtnne  0x000000ff 
- 00000071  0x00000095 call  0x000004f1 
- 00000072  0x00000096 fetch  0x00000001 , 0x00004bf8 
- 00000073  0x00000097 beq  0x00000001 , 0x0000007b 
- 00000074  0x00000098 call  0x00000054 
- 00000075  0x00000099 fetch  0x00000001 , 0x00004cfc 
- 00000076  0x0000009a rtneq  0x00000001 
- 00000077  0x0000009b fetch  0x00000001 , 0x00004b06 
- 00000078  0x0000009c beq  0x00000001 , 0x00000570 
- 00000079  0x0000009e call  0x00000081 
- 00000080  0x0000009f nrtn  0x00000028 
- 00000081  0x000000a0 call  0x000000a7 
- 00000082  0x000000a1 setarg  0x0000ea60 
- 00000083  0x000000a2 branch  0x00002b93 
- 00000084  0x000000a5 fetch  0x00000001 , 0x000046f5 
- 00000085  0x000000a6 rtnbit1  0x00000007 
- 00000086  0x000000a7 setarg  0x00017700 
- 00000087  0x000000a8 store  0x00000003 , 0x00004beb 
- 00000088  0x000000a9 jam  0x0000001e , 0x00004aff 
- 00000089  0x000000aa rtn 
- 00000090  0x000000ad call  0x0000060d 
- 00000091  0x000000ae nrtn  0x00000028 
- 00000092  0x000000af call  0x0000006c 
- 00000093  0x000000b0 fetch  0x00000001 , 0x00004cfd 
- 00000094  0x000000b1 increase  0x00000001 , 0x0000003f 
- 00000095  0x000000b2 store  0x00000001 , 0x00004cfd 
- 00000096  0x000000b3 sub  0x0000003f , 0x00000019 , 0x0000003e 
- 00000097  0x000000b4 call  0x00000063 , 0x00000005 
- 00000098  0x000000b5 branch  0x00000040 
- 00000099  0x000000b7 jam  0x00000000 , 0x00004cfc 
- 00000100  0x000000b8 jam  0x00000000 , 0x00004cfd 
- 00000101  0x000000ba jam  0x00000000 , 0x00004bf7 
- 00000102  0x000000bb fetch  0x00000001 , 0x00004be2 
- 00000103  0x000000bc store  0x00000001 , 0x00004be1 
- 00000104  0x000000bd rtn 
- 00000105  0x000000bf fetch  0x00000001 , 0x00004be3 
- 00000106  0x000000c0 store  0x00000001 , 0x00004be1 
- 00000107  0x000000c1 rtn 
- 00000108  0x000000c3 fetch  0x00000001 , 0x00004bf7 
- 00000109  0x000000c4 increase  0x00000001 , 0x0000003f 
- 00000110  0x000000c5 store  0x00000001 , 0x00004bf7 
- 00000111  0x000000c6 beq  0x00000004 , 0x00000069 
- 00000112  0x000000c7 beq  0x00000005 , 0x00000065 
- 00000113  0x000000c8 rtn 
- 00000114  0x000000cb fetch  0x00000001 , 0x00004be8 
- 00000115  0x000000cc call  0x0000008c , 0x00000034 
- 00000116  0x000000cd call  0x0000009b 
- 00000117  0x000000ce fetch  0x00000001 , 0x00004bf8 
- 00000118  0x000000cf rtneq  0x00000001 
- 00000119  0x000000d0 fetch  0x00000001 , 0x00004b0c 
- 00000120  0x000000d1 nrtn  0x00000034 
- 00000121  0x000000d2 fetch  0x00000001 , 0x00004b06 
- 00000122  0x000000d3 rtneq  0x00000001 
- 00000123  0x000000d5 call  0x00000081 
- 00000124  0x000000d6 nrtn  0x00000028 
- 00000125  0x000000d7 fetch  0x00000003 , 0x00004beb 
- 00000126  0x000000d8 call  0x00007f49 
- 00000127  0x000000d9 storet  0x00000004 , 0x0000415b 
- 00000128  0x000000da branch  0x00002b2a 
- 00000129  0x000000dd enable  0x00000028 
- 00000130  0x000000de call  0x00002afa 
- 00000131  0x000000df fetch  0x00000003 , 0x0000416f 
- 00000132  0x000000e0 branch  0x00007fe9 , 0x00000034 
- 00000133  0x000000e1 fetch  0x00000001 , 0x00004091 
- 00000134  0x000000e2 branch  0x00007fe9 , 0x00000034 
- 00000135  0x000000e3 fetch  0x00000001 , 0x000045b1 
- 00000136  0x000000e4 branch  0x00007fe9 , 0x00000034 
- 00000137  0x000000e5 fetch  0x00000001 , 0x00004cfc 
- 00000138  0x000000e6 beq  0x00000001 , 0x00007fe9 
- 00000139  0x000000e7 branch  0x000000aa 
- 00000140  0x000000ea jam  0x00000001 , 0x00004be8 
- 00000141  0x000000eb jam  0x00000000 , 0x00004cf1 
- 00000142  0x000000ec call  0x0000041a 
- 00000143  0x000000ed store  0x00000001 , 0x00004b58 
- 00000144  0x000000ee setarg  0x00000000 
- 00000145  0x000000ef store  0x00000007 , 0x00004b59 
- 00000146  0x000000f0 fetch  0x00000004 , 0x00004bf3 
- 00000147  0x000000f1 store  0x00000004 , 0x00004b60 
- 00000148  0x000000f2 jam  0x0000000c , 0x00004bbc 
- 00000149  0x000000f3 fetch  0x00000001 , 0x00004bbd 
- 00000150  0x000000f4 set1  0x00000003 , 0x0000003f 
- 00000151  0x000000f5 store  0x00000001 , 0x00004bbd 
- 00000152  0x000000f6 call  0x0000057b 
- 00000153  0x000000f7 call  0x0000046d 
- 00000154  0x000000f8 branch  0x00000044 
- 00000155  0x000000fb fetch  0x00000001 , 0x00004be8 
- 00000156  0x000000fc rtn  0x00000034 
- 00000157  0x000000fd jam  0x00000001 , 0x00004bf8 
- 00000158  0x000000fe call  0x000005b5 
- 00000159  0x000000ff branch  0x0000008d 
- 00000160  0x00000102 rtnmark1  0x00000026 
- 00000161  0x00000103 call  0x000000bb 
- 00000162  0x00000104 call  0x000000aa 
- 00000163  0x00000105 fetch  0x00000001 , 0x00004040 
- 00000164  0x00000106 bbit0  0x00000000 , 0x000000a7 
- 00000165  0x00000107 fetch  0x00000001 , 0x000000a0 
- 00000166  0x00000108 nrtn  0x00000034 
- 00000167  0x0000010a setarg  0x00000000 
- 00000168  0x0000010b store  0x00000008 , 0x000000a1 
- 00000169  0x0000010c rtn 
- 00000170  0x0000010f call  0x000000b8 
- 00000171  0x00000110 call  0x000000a7 
- 00000172  0x00000112 call  0x00003ebf 
- 00000173  0x00000113 hfetch  0x00000004 , 0x00008070 
- 00000174  0x00000114 hfetcht  0x00000004 , 0x00008078 
- 00000175  0x00000115 ior  0x00000002 , 0x00000002 
- 00000176  0x00000116 invert  0x00000002 , 0x00000002 
- 00000177  0x00000117 hstoret  0x00000004 , 0x0000807c 
- 00000178  0x00000119 arg  0x0000001d , 0x00000002 
- 00000179  0x0000011a call  0x000067fb 
- 00000180  0x0000011b arg  0x0000001d , 0x00000002 
- 00000181  0x0000011c set1  0x00000007 , 0x00000002 
- 00000182  0x0000011d arg  0x00008078 , 0x00000005 
- 00000183  0x0000011e branch  0x00006830 
- 00000184  0x00000122 fetch  0x00000001 , 0x00004b03 
- 00000185  0x00000123 rtn  0x00000034 
- 00000186  0x00000124 branch  0x000002ce 
- 00000187  0x00000127 arg  0x00001800 , 0x00000006 
- 00000188  0x00000128 arg  0x0000480a , 0x00000005 
- 00000189  0x00000129 call  0x000000c3 
- 00000190  0x0000012a arg  0x00001900 , 0x00000006 
- 00000191  0x0000012b call  0x000000c3 
- 00000192  0x0000012c arg  0x00001a00 , 0x00000006 
- 00000193  0x0000012d call  0x000000c3 
- 00000194  0x0000012e arg  0x00001b00 , 0x00000006 
- 00000195  0x00000130 arg  0x0000001b , 0x00000039 
- 00000196  0x00000131 branch  0x00007f01 
- 00000197  0x00000134 arg  0x0000480a , 0x00000006 
- 00000198  0x00000135 arg  0x00001800 , 0x00000005 
- 00000199  0x00000136 call  0x000000c3 
- 00000200  0x00000137 arg  0x00001900 , 0x00000005 
- 00000201  0x00000138 call  0x000000c3 
- 00000202  0x00000139 arg  0x00001a00 , 0x00000005 
- 00000203  0x0000013a call  0x000000c3 
- 00000204  0x0000013b arg  0x00001b00 , 0x00000005 
- 00000205  0x0000013c branch  0x000000c3 
- 00000206  0x0000013f call  0x00003416 
- 00000207  0x00000140 branch  0x000000d7 , 0x0000002b 
- 00000208  0x00000143 call  0x000006a7 
- 00000209  0x00000144 fetch  0x00000001 , 0x000041de 
- 00000210  0x00000145 store  0x00000001 , 0x00004c73 
- 00000211  0x00000146 call  0x000004e0 
- 00000212  0x00000147 fetch  0x00000001 , 0x00004685 
- 00000213  0x00000148 store  0x00000001 , 0x000046da 
- 00000214  0x00000149 call  0x000043ca 
- 00000215  0x0000014b call  0x000000d9 
- 00000216  0x0000014c branch  0x000074b9 
- 00000217  0x0000014f ncall  0x00000152 , 0x0000002b 
- 00000218  0x00000150 call  0x00000110 
- 00000219  0x00000151 rtn  0x0000002b 
- 00000220  0x00000152 call  0x000001a3 
- 00000221  0x00000153 call  0x00000190 
- 00000222  0x00000155 call  0x000000e2 
- 00000223  0x00000156 fetch  0x00000001 , 0x00004210 
- 00000224  0x00000157 beq  0x00000034 , 0x000000e5 
- 00000225  0x00000158 rtn 
- 00000226  0x0000015b fetch  0x00000001 , 0x00004c73 
- 00000227  0x0000015c store  0x00000001 , 0x000041de 
- 00000228  0x0000015d rtn 
- 00000229  0x00000162 jam  0x00000001 , 0x00004b32 
- 00000230  0x00000163 jam  0x00000001 , 0x0000479f 
- 00000231  0x00000164 fetch  0x00000002 , 0x000046a8 
- 00000232  0x00000165 fetcht  0x00000001 , 0x00004b34 
- 00000233  0x00000166 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00000234  0x00000167 nbranch  0x000000ec , 0x00000005 
- 00000235  0x00000168 setarg  0x00000258 
- 00000236  0x0000016a store  0x00000002 , 0x000046ae 
- 00000237  0x0000016b call  0x00003418 
- 00000238  0x0000016c call  0x000000f4 
- 00000239  0x0000016d setarg  0x00000004 
- 00000240  0x0000016e istore  0x00000001 , 0x00000006 
- 00000241  0x00000170 arg  0x00004390 , 0x00000006 
- 00000242  0x00000171 call  0x0000033f 
- 00000243  0x00000173 branch  0x00007df4 
- 00000244  0x00000176 arg  0x00004370 , 0x00000011 
- 00000245  0x00000178 ifetch  0x00000001 , 0x00000011 
- 00000246  0x00000179 rtn  0x00000034 
- 00000247  0x0000017a iadd  0x00000006 , 0x00000011 
- 00000248  0x0000017b ifetch  0x00000001 , 0x00000006 
- 00000249  0x0000017c rtneq  0x00000001 
- 00000250  0x0000017d branch  0x000000f5 
- 00000251  0x00000180 fetch  0x00000004 , 0x000046d3 
- 00000252  0x00000181 rtnbit0  0x00000011 
- 00000253  0x00000182 rtnbit1  0x00000003 
- 00000254  0x00000183 rtnmark1  0x00000026 
- 00000255  0x00000185 arg  0x00000003 , 0x00000007 
- 00000256  0x00000186 call  0x000043ce 
- 00000257  0x00000187 setarg  0x00000000 
- 00000258  0x00000188 store  0x00000002 , 0x000046ae 
- 00000259  0x00000189 store  0x00000001 , 0x000046b4 
- 00000260  0x0000018a store  0x00000002 , 0x00004be9 
- 00000261  0x0000018b call  0x000042ca 
- 00000262  0x0000018e set1  0x00000026 , 0x00000000 
- 00000263  0x0000018f call  0x0000051d 
- 00000264  0x00000191 jam  0x00000001 , 0x00004bcc 
- 00000265  0x00000192 rtn 
- 00000266  0x00000197 fetch  0x00000001 , 0x0000477a 
- 00000267  0x00000198 beq  0x000000ff , 0x0000010d 
- 00000268  0x00000199 branch  0x000002ce 
- 00000269  0x0000019b fetch  0x00000001 , 0x000046e1 
- 00000270  0x0000019d store  0x00000001 , 0x0000477a 
- 00000271  0x0000019e branch  0x000002ce 
- 00000272  0x000001a1 jam  0x00000076 , 0x00004212 
- 00000273  0x000001a2 branch  0x00003d36 
- 00000274  0x000001a5 call  0x00000110 
- 00000275  0x000001a6 call  0x000040c0 
- 00000276  0x000001a7 fetch  0x00000001 , 0x000046e0 
- 00000277  0x000001a8 beq  0x00000005 , 0x000040d5 
- 00000278  0x000001aa call  0x000040d9 
- 00000279  0x000001ab beq  0x00000030 , 0x00000120 
- 00000280  0x000001ac beq  0x00000031 , 0x00000140 
- 00000281  0x000001ad call  0x000040d1 
- 00000282  0x000001ae nop  0x000003e8 
- 00000283  0x000001af branch  0x00000116 
- 00000284  0x000001b2 jam  0x00000001 , 0x00004b03 
- 00000285  0x000001b3 call  0x0000640f 
- 00000286  0x000001b4 call  0x00000112 
- 00000287  0x000001b5 branch  0x00006411 
- 00000288  0x000001b8 call  0x00000145 
- 00000289  0x000001b9 fetch  0x00000001 , 0x000046de 
- 00000290  0x000001ba beq  0x000000d8 , 0x00000125 
- 00000291  0x000001bb beq  0x0000005a , 0x0000013e 
- 00000292  0x000001bc branch  0x000040e1 
- 00000293  0x000001bf setarg  0x00000016 
- 00000294  0x000001c0 call  0x00006414 
- 00000295  0x000001c1 sub  0x0000003f , 0x000000bd , 0x0000003e 
- 00000296  0x000001c2 nbranch  0x00000116 , 0x00000005 
- 00000297  0x000001c3 setarg  0x00000019 
- 00000298  0x000001c4 call  0x00006414 
- 00000299  0x000001c5 sub  0x0000003f , 0x00000055 , 0x0000003e 
- 00000300  0x000001c6 nbranch  0x00000116 , 0x00000005 
- 00000301  0x000001c7 setarg  0x0000001b 
- 00000302  0x000001c8 call  0x00006414 
- 00000303  0x000001c9 sub  0x0000003f , 0x0000001d , 0x0000003e 
- 00000304  0x000001ca nbranch  0x00000116 , 0x00000005 
- 00000305  0x000001cb jam  0x00000007 , 0x000046e0 
- 00000306  0x000001cc call  0x000040f6 
- 00000307  0x000001cd setarg  0x00000206 
- 00000308  0x000001ce call  0x00006413 
- 00000309  0x000001cf setarg  0x00006909 
- 00000310  0x000001d0 call  0x00006413 
- 00000311  0x000001d1 setarg  0x0000280d 
- 00000312  0x000001d2 call  0x00006413 
- 00000313  0x000001d3 setarg  0x00004f0e 
- 00000314  0x000001d4 call  0x00006413 
- 00000315  0x000001d5 setarg  0x0000ba0f 
- 00000316  0x000001d6 call  0x00006413 
- 00000317  0x000001d7 branch  0x000040f4 
- 00000318  0x000001da jam  0x00000008 , 0x000046e0 
- 00000319  0x000001db rtn 
- 00000320  0x000001de call  0x00000145 
- 00000321  0x000001df fetch  0x00000001 , 0x000046de 
- 00000322  0x000001e0 beq  0x00000070 , 0x000040e8 
- 00000323  0x000001e1 jam  0x00000001 , 0x000046e0 
- 00000324  0x000001e2 rtn 
- 00000325  0x000001e5 setarg  0x00008006 
- 00000326  0x000001e6 call  0x00006413 
- 00000327  0x000001e7 nop  0x00002ee0 
- 00000328  0x000001e8 call  0x0000010a 
- 00000329  0x000001e9 fetch  0x00000001 , 0x000046de 
- 00000330  0x000001ea beq  0x000000d8 , 0x00000125 
- 00000331  0x000001eb rtn 
- 00000332  0x000001ee setarg  0x00000006 
- 00000333  0x000001ef call  0x00006414 
- 00000334  0x000001f0 or  0x0000003f , 0x00000008 , 0x0000003f 
- 00000335  0x000001f1 lshift8  0x0000003f , 0x0000003f 
- 00000336  0x000001f2 add  0x0000003f , 0x00000006 , 0x0000003f 
- 00000337  0x000001f3 branch  0x00006413 
- 00000338  0x000001f6 call  0x00000414 
- 00000339  0x000001fb call  0x00003e6e 
- 00000340  0x000001fd call  0x00003e1e 
- 00000341  0x000001fe setarg  0x00000000 
- 00000342  0x000001ff store  0x00000002 , 0x00004154 
- 00000343  0x00000200 call  0x0000017a 
- 00000344  0x00000201 call  0x00003e54 
- 00000345  0x00000202 call  0x00005810 
- 00000346  0x00000203 call  0x00005839 
- 00000347  0x00000204 call  0x0000582c 
- 00000348  0x00000205 call  0x00005818 
- 00000349  0x00000207 call  0x0000659c 
- 00000350  0x0000020a call  0x000065c2 
- 00000351  0x0000020b call  0x0000443f 
- 00000352  0x0000020c call  0x00000184 
- 00000353  0x0000020e call  0x00000214 
- 00000354  0x0000020f call  0x000065df 
- 00000355  0x00000210 arg  0x00000003 , 0x00000039 
- 00000356  0x00000211 arg  0x00004722 , 0x00000006 
- 00000357  0x00000212 call  0x0000019c 
- 00000358  0x00000213 nbranch  0x00000178 , 0x00000028 
- 00000359  0x00000214 call  0x0000016b 
- 00000360  0x00000215 fetch  0x00000001 , 0x00004b34 
- 00000361  0x00000216 beq  0x000000ff , 0x00000173 
- 00000362  0x00000217 rtn 
- 00000363  0x0000021a arg  0x00000001 , 0x00000002 
- 00000364  0x0000021b arg  0x00004b34 , 0x00000011 
- 00000365  0x0000021c arg  0x00000064 , 0x00000012 
- 00000366  0x0000021d branch  0x000065df 
- 00000367  0x0000021f arg  0x00000001 , 0x00000002 
- 00000368  0x00000220 arg  0x00004b34 , 0x00000011 
- 00000369  0x00000221 arg  0x00000064 , 0x00000012 
- 00000370  0x00000222 branch  0x000065d1 
- 00000371  0x00000224 jam  0x00000034 , 0x00004210 
- 00000372  0x00000225 setarg  0x00000000 
- 00000373  0x00000226 invert  0x0000003f , 0x0000003f 
- 00000374  0x00000227 store  0x00000006 , 0x000044a0 
- 00000375  0x00000228 rtn 
- 00000376  0x0000022a jam  0x0000005a , 0x00004b34 
- 00000377  0x0000022b branch  0x0000016f 
- 00000378  0x0000022e fetch  0x00000004 , 0x000046d3 
- 00000379  0x0000022f rtnbit0  0x0000001f 
- 00000380  0x0000023b fetcht  0x00000001 , 0x000046f7 
- 00000381  0x0000023c call  0x000067fb 
- 00000382  0x0000023d fetcht  0x00000001 , 0x000046f7 
- 00000383  0x0000023e call  0x0000681d 
- 00000384  0x0000023f jam  0x00000000 , 0x000046f6 
- 00000385  0x00000240 rtn  0x00000001 
- 00000386  0x00000241 jam  0x00000003 , 0x000046f6 
- 00000387  0x00000242 rtn 
- 00000388  0x00000246 call  0x000033c4 
- 00000389  0x00000247 branch  0x00004316 , 0x00000005 
- 00000390  0x00000248 call  0x0000030c 
- 00000391  0x00000249 branch  0x00003dcb 
- 00000392  0x0000024c arg  0x00000002 , 0x00000002 
- 00000393  0x0000024d arg  0x00000aaa , 0x00000011 
- 00000394  0x0000024e arg  0x00000062 , 0x00000012 
- 00000395  0x0000024f branch  0x000065d1 
- 00000396  0x00000252 arg  0x00000002 , 0x00000002 
- 00000397  0x00000253 arg  0x00000a9a , 0x00000011 
- 00000398  0x00000254 arg  0x00000062 , 0x00000012 
- 00000399  0x00000255 branch  0x000033c8 
- 00000400  0x00000271 fetch  0x00000004 , 0x000046d3 
- 00000401  0x00000272 bbit0  0x0000001e , 0x00000197 
- 00000402  0x00000273 fetch  0x00000001 , 0x00000abd 
- 00000403  0x00000274 isolate0  0x00000003 , 0x0000003f 
- 00000404  0x00000275 nbranch  0x00000197 , 0x00000001 
- 00000405  0x00000276 call  0x00000112 
- 00000406  0x00000277 call  0x0000014c 
- 00000407  0x00000279 fetch  0x00000001 , 0x0000471f 
- 00000408  0x0000027a store  0x00000001 , 0x0000471e 
- 00000409  0x0000027b rtn 
- 00000410  0x0000028d arg  0x00000002 , 0x00000039 
- 00000411  0x0000028e arg  0x00004be4 , 0x00000006 
- 00000412  0x00000290 call  0x00007fe7 
- 00000413  0x00000291 setarg  0x0000ffff 
- 00000414  0x00000293 ifetcht  0x00000002 , 0x00000006 
- 00000415  0x00000294 isub  0x00000002 , 0x0000003e 
- 00000416  0x00000295 ncall  0x00007fe9 , 0x00000005 
- 00000417  0x00000296 loop  0x0000019e 
- 00000418  0x00000297 rtn 
- 00000419  0x0000029a setarg  0x000001b4 
- 00000420  0x0000029b store  0x00000002 , 0x00004ced 
- 00000421  0x0000029c setarg  0x000001b8 
- 00000422  0x0000029d store  0x00000002 , 0x000041ef 
- 00000423  0x0000029e setarg  0x000003f9 
- 00000424  0x0000029f store  0x00000002 , 0x000041f9 
- 00000425  0x000002a0 setarg  0x000000a0 
- 00000426  0x000002a1 store  0x00000002 , 0x000041ed 
- 00000427  0x000002a2 setarg  0x000001d9 
- 00000428  0x000002a3 store  0x00000002 , 0x000041f5 
- 00000429  0x000002a4 setarg  0x000001d5 
- 00000430  0x000002a5 store  0x00000002 , 0x000041f3 
- 00000431  0x000002a6 setarg  0x0000022a 
- 00000432  0x000002a7 store  0x00000002 , 0x000041eb 
- 00000433  0x000002a8 setarg  0x00000238 
- 00000434  0x000002a9 store  0x00000002 , 0x000041fd 
- 00000435  0x000002aa rtn 
- 00000436  0x000002ad call  0x00004401 
- 00000437  0x000002ae fetch  0x00000002 , 0x0000469f 
- 00000438  0x000002af rtn  0x00000034 
- 00000439  0x000002b0 branch  0x00000570 
- 00000440  0x000002b3 call  0x00005892 
- 00000441  0x000002b4 nrtn  0x00000034 
- 00000442  0x000002b5 fetch  0x00000001 , 0x00004b34 
- 00000443  0x000002b6 beq  0x000000ff , 0x000001bf 
- 00000444  0x000002b7 fetch  0x00000001 , 0x000046c5 
- 00000445  0x000002b8 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00000446  0x000002b9 rtnne  0x00000003 
- 00000447  0x000002bb fetch  0x00000001 , 0x0000479c 
- 00000448  0x000002bc call  0x000001d2 , 0x00000034 
- 00000449  0x000002bd fetch  0x00000004 , 0x000046d3 
- 00000450  0x000002c0 bbit1  0x00000005 , 0x00004179 
- 00000451  0x000002c1 call  0x00003f97 
- 00000452  0x000002c2 nrtn  0x00000028 
- 00000453  0x000002c3 call  0x000001ca 
- 00000454  0x000002c4 call  0x0000048c 
- 00000455  0x000002c5 fetch  0x00000002 , 0x0000469f 
- 00000456  0x000002c6 ncall  0x000001cf , 0x00000034 
- 00000457  0x000002c7 branch  0x000006ac 
- 00000458  0x000002ca fetch  0x00000001 , 0x000046f5 
- 00000459  0x000002cb rtnbit1  0x00000007 
- 00000460  0x000002cc jam  0x00000000 , 0x00004172 
- 00000461  0x000002cd jam  0x0000001e , 0x00004afe 
- 00000462  0x000002ce rtn 
- 00000463  0x000002d1 jam  0x00000001 , 0x00004806 
- 00000464  0x000002d2 jam  0x00000002 , 0x00004807 
- 00000465  0x000002d3 rtn 
- 00000466  0x000002d7 call  0x00005814 
- 00000467  0x000002d8 jam  0x00000001 , 0x0000479c 
- 00000468  0x000002d9 branch  0x00000145 
- 00000469  0x000002dc call  0x00007e34 
- 00000470  0x000002de branch  0x00003ee0 
- 00000471  0x000002f5 call  0x000002a8 
- 00000472  0x000002f6 branch  0x00003d62 
- 00000473  0x000002f9 copy  0x00000013 , 0x0000003f 
- 00000474  0x000002fa beq  0x00000014 , 0x000001e3 
- 00000475  0x000002fb beq  0x00000015 , 0x000001eb 
- 00000476  0x000002fc beq  0x00000029 , 0x000001f5 
- 00000477  0x000002fd beq  0x00000032 , 0x000001f7 
- 00000478  0x000002fe beq  0x00000040 , 0x000001fe 
- 00000479  0x000002ff beq  0x00000039 , 0x00000209 
- 00000480  0x00000300 beq  0x0000003a , 0x00000218 
- 00000481  0x00000301 beq  0x0000003c , 0x00000228 
- 00000482  0x00000302 branch  0x0000417d 
- 00000483  0x00000305 jam  0x00000001 , 0x00004b33 
- 00000484  0x00000306 fetch  0x00000001 , 0x0000479f 
- 00000485  0x00000307 nbranch  0x000001e7 , 0x00000034 
- 00000486  0x00000308 jam  0x00000004 , 0x00004b31 
- 00000487  0x0000030a jam  0x00000000 , 0x00004afd 
- 00000488  0x0000030b call  0x0000011c 
- 00000489  0x0000030c call  0x000006a7 
- 00000490  0x0000030d branch  0x000041c3 
- 00000491  0x00000310 jam  0x00000000 , 0x00004b33 
- 00000492  0x00000311 call  0x00000234 
- 00000493  0x00000312 setarg  0x00000007 
- 00000494  0x00000313 store  0x00000002 , 0x00004496 
- 00000495  0x00000314 store  0x00000002 , 0x00004498 
- 00000496  0x00000315 jam  0x00000000 , 0x000047c4 
- 00000497  0x00000316 jam  0x00000000 , 0x0000479c 
- 00000498  0x00000317 call  0x000006a7 
- 00000499  0x00000318 call  0x00005816 
- 00000500  0x00000319 branch  0x000041d9 
- 00000501  0x0000031d jam  0x00000012 , 0x00000a99 
- 00000502  0x0000031e branch  0x00007d8f 
- 00000503  0x00000321 fetch  0x00000001 , 0x0000479f 
- 00000504  0x00000322 beq  0x00000001 , 0x000001fa 
- 00000505  0x00000323 branch  0x000001fc 
- 00000506  0x00000326 call  0x000001f5 
- 00000507  0x00000327 jam  0x00000014 , 0x000046c6 
- 00000508  0x00000329 arg  0x00000001 , 0x00000007 
- 00000509  0x0000032a branch  0x000041b9 
- 00000510  0x0000032d fetch  0x00000002 , 0x00004509 
- 00000511  0x0000032e rtneq  0x00000000 
- 00000512  0x0000032f fetch  0x00000001 , 0x00000441 
- 00000513  0x00000330 rshift2  0x0000003f , 0x0000003f 
- 00000514  0x00000331 sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00000515  0x00000332 rtn  0x00000002 
- 00000516  0x00000333 setarg  0x00000009 
- 00000517  0x00000334 store  0x00000002 , 0x00004496 
- 00000518  0x00000335 store  0x00000002 , 0x00004498 
- 00000519  0x00000336 call  0x000001f5 
- 00000520  0x00000337 branch  0x0000035e 
- 00000521  0x0000033c call  0x0000011c 
- 00000522  0x0000033e jam  0x00000001 , 0x0000478b 
- 00000523  0x0000033f arg  0x00000003 , 0x00000007 
- 00000524  0x00000340 call  0x000043d2 
- 00000525  0x00000341 setarg  0x00000000 
- 00000526  0x00000342 store  0x00000002 , 0x00004707 
- 00000527  0x00000343 jam  0x00000000 , 0x000046a7 
- 00000528  0x00000344 call  0x0000405d 
- 00000529  0x00000345 call  0x000000e2 
- 00000530  0x00000346 call  0x00000214 
- 00000531  0x00000347 branch  0x000065d1 
- 00000532  0x0000034a arg  0x00004be4 , 0x00000011 
- 00000533  0x0000034b arg  0x0000005b , 0x00000012 
- 00000534  0x0000034c arg  0x00000004 , 0x00000002 
- 00000535  0x0000034d rtn 
- 00000536  0x00000350 call  0x00000234 
- 00000537  0x00000351 jam  0x00000000 , 0x00004cfc 
- 00000538  0x00000352 call  0x000000e2 
- 00000539  0x00000353 call  0x000005c4 
- 00000540  0x00000354 jam  0x00000000 , 0x000041bd 
- 00000541  0x00000355 fetch  0x00000001 , 0x00004b34 
- 00000542  0x00000356 beq  0x000000ff , 0x00000224 
- 00000543  0x00000357 call  0x00004316 
- 00000544  0x00000358 arg  0x00000003 , 0x00000039 
- 00000545  0x00000359 arg  0x00004722 , 0x00000006 
- 00000546  0x0000035a call  0x0000019c 
- 00000547  0x0000035b branch  0x00000225 , 0x00000028 
- 00000548  0x0000035d branch  0x000000de 
- 00000549  0x00000360 jam  0x00000001 , 0x0000479d 
- 00000550  0x00000361 jam  0x00000028 , 0x0000479e 
- 00000551  0x00000362 rtn 
- 00000552  0x00000365 call  0x0000011c 
- 00000553  0x00000366 branch  0x00003f8d 
- 00000554  0x00000369 enable  0x00000028 
- 00000555  0x0000036a hfetch  0x00000004 , 0x00008138 
- 00000556  0x0000036b setflag  0x00000028 , 0x0000001a , 0x0000003f 
- 00000557  0x0000036c hstore  0x00000004 , 0x0000804c 
- 00000558  0x0000036d call  0x00002c21 
- 00000559  0x0000036e call  0x00000234 
- 00000560  0x0000036f call  0x000074bd 
- 00000561  0x00000371 call  0x00003e9f 
- 00000562  0x00000372 call  0x00003ebf 
- 00000563  0x00000373 branch  0x000000b2 
- 00000564  0x00000377 fetch  0x00000001 , 0x00004b03 
- 00000565  0x00000378 rtn  0x00000034 
- 00000566  0x00000379 jam  0x00000000 , 0x00004b03 
- 00000567  0x0000037a branch  0x0000014c 
- 00000568  0x00000380 call  0x00000257 
- 00000569  0x00000381 call  0x00000252 
- 00000570  0x00000383 call  0x00000277 
- 00000571  0x00000384 call  0x00000261 
- 00000572  0x00000385 call  0x00004234 
- 00000573  0x00000386 call  0x00004237 
- 00000574  0x00000387 call  0x0000423a 
- 00000575  0x00000388 call  0x00000242 
- 00000576  0x00000389 call  0x0000024a 
- 00000577  0x0000038a branch  0x0000025e 
- 00000578  0x0000038d fetch  0x00000001 , 0x00004b33 
- 00000579  0x0000038e rtn  0x00000034 
- 00000580  0x0000038f arg  0x00004b31 , 0x00000013 
- 00000581  0x00000390 arg  0x00000247 , 0x00000012 
- 00000582  0x00000391 branch  0x0000336d 
- 00000583  0x00000394 fetch  0x00000001 , 0x00004b32 
- 00000584  0x00000395 nrtn  0x00000034 
- 00000585  0x00000396 branch  0x00005bf5 
- 00000586  0x00000399 fetch  0x00000001 , 0x00004b34 
- 00000587  0x0000039a rtnne  0x000000ff 
- 00000588  0x0000039b fetch  0x00000001 , 0x00004b33 
- 00000589  0x0000039c nrtn  0x00000034 
- 00000590  0x0000039d arg  0x00004b35 , 0x00000013 
- 00000591  0x0000039e arg  0x00000251 , 0x00000012 
- 00000592  0x0000039f branch  0x0000336d 
- 00000593  0x000003a2 branch  0x00000314 
- 00000594  0x000003a5 arg  0x00004807 , 0x00000013 
- 00000595  0x000003a6 arg  0x00000255 , 0x00000012 
- 00000596  0x000003a7 branch  0x0000336d 
- 00000597  0x000003a9 jam  0x00000000 , 0x00004806 
- 00000598  0x000003aa rtn 
- 00000599  0x000003b7 arg  0x00004afe , 0x00000013 
- 00000600  0x000003b8 arg  0x0000025a , 0x00000012 
- 00000601  0x000003b9 branch  0x0000336d 
- 00000602  0x000003bb fetch  0x00000001 , 0x000047c5 
- 00000603  0x000003bc store  0x00000001 , 0x00004172 
- 00000604  0x000003bd jam  0x00000001 , 0x00004afd 
- 00000605  0x000003be rtn 
- 00000606  0x000003c1 arg  0x000046c6 , 0x00000013 
- 00000607  0x000003c2 arg  0x00003d60 , 0x00000012 
- 00000608  0x000003c3 branch  0x0000336d 
- 00000609  0x000003c6 fetch  0x00000001 , 0x000046f5 
- 00000610  0x000003c7 bbit1  0x00000004 , 0x00004394 
- 00000611  0x000003c9 call  0x0000028b 
- 00000612  0x000003ca beq  0x00000007 , 0x0000026d 
- 00000613  0x000003cc fetch  0x00000001 , 0x00004685 
- 00000614  0x000003cd store  0x00000001 , 0x000046da 
- 00000615  0x000003ce fetch  0x00000001 , 0x000046db 
- 00000616  0x000003cf rtneq  0x00000001 
- 00000617  0x000003d0 jam  0x00000001 , 0x000046db 
- 00000618  0x000003d1 arg  0x00000009 , 0x00000007 
- 00000619  0x000003d2 call  0x000043d2 
- 00000620  0x000003d3 branch  0x000043ca 
- 00000621  0x000003d5 jam  0x00000028 , 0x0000479e 
- 00000622  0x000003d6 call  0x00000270 
- 00000623  0x000003d7 branch  0x000043b0 
- 00000624  0x000003da arg  0x000046da , 0x00000013 
- 00000625  0x000003db arg  0x00000273 , 0x00000012 
- 00000626  0x000003dc branch  0x0000336d 
- 00000627  0x000003df fetch  0x00000002 , 0x00004682 
- 00000628  0x000003e0 isolate1  0x0000000b , 0x0000003f 
- 00000629  0x000003e1 call  0x000042d4 , 0x00000001 
- 00000630  0x000003e2 branch  0x000043b8 
- 00000631  0x000003e5 fetch  0x00000001 , 0x0000479d 
- 00000632  0x000003e6 rtn  0x00000034 
- 00000633  0x000003e7 fetch  0x00000001 , 0x0000479e 
- 00000634  0x000003e8 branch  0x0000027e , 0x00000034 
- 00000635  0x000003e9 increase  0xffffffff , 0x0000003f 
- 00000636  0x000003ea store  0x00000001 , 0x0000479e 
- 00000637  0x000003eb rtn 
- 00000638  0x000003ed jam  0x00000000 , 0x0000479d 
- 00000639  0x000003ee branch  0x0000340a 
- 00000640  0x00000455 disable  0x00000028 
- 00000641  0x00000456 setarg  0x00000000 
- 00000642  0x00000457 store  0x00000006 , 0x0000469b 
- 00000643  0x00000458 call  0x000002ad 
- 00000644  0x00000459 call  0x00004079 
- 00000645  0x0000045a call  0x0000407e 
- 00000646  0x0000045b call  0x00000289 
- 00000647  0x0000045c nrtn  0x00000028 
- 00000648  0x0000045d branch  0x00003fa0 
- 00000649  0x0000045f call  0x0000028b 
- 00000650  0x00000460 branch  0x0000409a 
- 00000651  0x00000462 arg  0x00000000 , 0x00000011 
- 00000652  0x00000463 call  0x00000290 
- 00000653  0x00000464 call  0x00000296 
- 00000654  0x00000465 call  0x0000029c 
- 00000655  0x00000467 branch  0x0000408e 
- 00000656  0x00000470 fetcht  0x00000001 , 0x000046e2 
- 00000657  0x00000471 call  0x000002a8 
- 00000658  0x00000472 fetcht  0x00000001 , 0x000046e2 
- 00000659  0x00000473 call  0x0000681d 
- 00000660  0x00000474 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00000661  0x00000475 rtn 
- 00000662  0x00000477 fetcht  0x00000001 , 0x000046e3 
- 00000663  0x00000478 call  0x000002a8 
- 00000664  0x00000479 fetcht  0x00000001 , 0x000046e3 
- 00000665  0x0000047a call  0x0000681d 
- 00000666  0x0000047b setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00000667  0x0000047c rtn 
- 00000668  0x0000047e fetcht  0x00000001 , 0x000046e4 
- 00000669  0x0000047f call  0x000002a8 
- 00000670  0x00000480 fetcht  0x00000001 , 0x000046e4 
- 00000671  0x00000481 call  0x0000681d 
- 00000672  0x00000482 setflag  0x00000001 , 0x00000002 , 0x00000011 
- 00000673  0x00000483 rtn 
- 00000674  0x00000493 set0  0x00000007 , 0x00000002 
- 00000675  0x00000494 arg  0x00008078 , 0x00000005 
- 00000676  0x00000495 call  0x00006830 
- 00000677  0x00000496 set1  0x00000007 , 0x00000002 
- 00000678  0x00000497 arg  0x0000807c , 0x00000005 
- 00000679  0x00000498 branch  0x0000680a 
- 00000680  0x0000049b set1  0x00000007 , 0x00000002 
- 00000681  0x0000049c arg  0x00008078 , 0x00000005 
- 00000682  0x0000049d call  0x00006830 
- 00000683  0x0000049e set0  0x00000007 , 0x00000002 
- 00000684  0x0000049f branch  0x000002a6 
- 00000685  0x000004a2 fetch  0x00000001 , 0x000046e0 
- 00000686  0x000004a3 beq  0x00000004 , 0x000002b9 
- 00000687  0x000004a4 beq  0x00000005 , 0x00004010 
- 00000688  0x000004a5 beq  0x00000007 , 0x000002c0 
- 00000689  0x000004a8 call  0x00003fc0 
- 00000690  0x000004a9 disable  0x00000028 
- 00000691  0x000004aa fetch  0x00000001 , 0x000046f5 
- 00000692  0x000004ab bbit0  0x00000007 , 0x00003fe7 
- 00000693  0x000004ac fetcht  0x00000001 , 0x000046f3 
- 00000694  0x000004ad call  0x0000681d 
- 00000695  0x000004ae nrtn  0x00000001 
- 00000696  0x000004af branch  0x00003fe7 
- 00000697  0x000004b1 call  0x00003fc0 
- 00000698  0x000004b2 fetch  0x00000001 , 0x000046f5 
- 00000699  0x000004b3 bbit0  0x00000007 , 0x00003fc8 
- 00000700  0x000004b4 fetcht  0x00000001 , 0x000046f3 
- 00000701  0x000004b5 call  0x0000681d 
- 00000702  0x000004b6 nrtn  0x00000001 
- 00000703  0x000004b7 branch  0x00003fc8 
- 00000704  0x000004ba call  0x00003fc0 
- 00000705  0x000004bb disable  0x00000028 
- 00000706  0x000004bc fetcht  0x00000001 , 0x000046f3 
- 00000707  0x000004bd call  0x0000681d 
- 00000708  0x000004be nrtn  0x00000001 
- 00000709  0x000004c0 setarg  0x00000002 
- 00000710  0x000004c1 call  0x00006414 
- 00000711  0x000004c2 rtnbit0  0x00000007 
- 00000712  0x000004c3 setarg  0x00000008 
- 00000713  0x000004c4 call  0x00006414 
- 00000714  0x000004c5 branch  0x00003fed , 0x00000034 
- 00000715  0x000004c6 setarg  0x00000000 
- 00000716  0x000004c7 store  0x00000006 , 0x0000469b 
- 00000717  0x000004c8 rtn 
- 00000718  0x000004dc fetch  0x00000001 , 0x000046e0 
- 00000719  0x000004dd beq  0x00000005 , 0x00003daa 
- 00000720  0x000004de beq  0x00000004 , 0x00003d96 
- 00000721  0x000004df beq  0x00000006 , 0x000002e5 
- 00000722  0x000004e0 beq  0x00000003 , 0x000002e5 
- 00000723  0x000004e1 beq  0x00000007 , 0x000002f0 
- 00000724  0x000004e2 beq  0x00000008 , 0x000002f6 
- 00000725  0x000004e3 beq  0x00000002 , 0x000002fe 
- 00000726  0x000004e5 fetch  0x00000001 , 0x0000477a 
- 00000727  0x000004e6 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00000728  0x000004e7 call  0x000002df , 0x00000005 
- 00000729  0x000004e8 fetch  0x00000001 , 0x0000477a 
- 00000730  0x000004e9 beq  0x00000000 , 0x000002e1 
- 00000731  0x000004ea beq  0x00000001 , 0x00003d88 
- 00000732  0x000004eb beq  0x00000003 , 0x000002e3 
- 00000733  0x000004ed jam  0x00000002 , 0x00004b01 
- 00000734  0x000004ee branch  0x00003d8c 
- 00000735  0x000004f0 jam  0x00000002 , 0x0000477a 
- 00000736  0x000004f1 rtn 
- 00000737  0x000004f4 jam  0x00000001 , 0x00004b01 
- 00000738  0x000004f5 branch  0x00003d8a 
- 00000739  0x000004f7 jam  0x00000003 , 0x00004b01 
- 00000740  0x000004f8 branch  0x00003d8e 
- 00000741  0x000004fb fetch  0x00000001 , 0x0000477a 
- 00000742  0x000004fc call  0x000002eb , 0x00000034 
- 00000743  0x000004fd fetch  0x00000001 , 0x0000477a 
- 00000744  0x000004fe beq  0x00000001 , 0x000002ed 
- 00000745  0x00000500 beq  0x00000003 , 0x00003d8c 
- 00000746  0x00000501 branch  0x00003d88 
- 00000747  0x00000503 jam  0x00000001 , 0x0000477a 
- 00000748  0x00000504 rtn 
- 00000749  0x00000506 fetch  0x00000001 , 0x0000477f 
- 00000750  0x00000507 increase  0xffffffff , 0x0000003f 
- 00000751  0x00000508 branch  0x00003dbe 
- 00000752  0x0000050b fetch  0x00000001 , 0x0000477a 
- 00000753  0x0000050c call  0x000002eb , 0x00000034 
- 00000754  0x0000050d fetch  0x00000001 , 0x0000477a 
- 00000755  0x0000050e beq  0x00000001 , 0x000002fc 
- 00000756  0x00000510 beq  0x00000003 , 0x00003d88 
- 00000757  0x00000511 branch  0x00003d8a 
- 00000758  0x00000514 fetch  0x00000001 , 0x0000477a 
- 00000759  0x00000515 call  0x000002eb , 0x00000034 
- 00000760  0x00000516 fetch  0x00000001 , 0x0000477a 
- 00000761  0x00000517 beq  0x00000001 , 0x000002fc 
- 00000762  0x00000519 beq  0x00000003 , 0x00003d88 
- 00000763  0x0000051a branch  0x00003d8a 
- 00000764  0x0000051c jam  0x00000000 , 0x000046b5 
- 00000765  0x0000051d branch  0x00003dc1 
- 00000766  0x00000520 fetch  0x00000001 , 0x0000477a 
- 00000767  0x00000521 call  0x000002eb , 0x00000034 
- 00000768  0x00000522 fetch  0x00000001 , 0x0000477a 
- 00000769  0x00000523 beq  0x00000001 , 0x00003d88 
- 00000770  0x00000525 beq  0x00000003 , 0x00000304 
- 00000771  0x00000526 branch  0x00003d8e 
- 00000772  0x00000528 setarg  0x00000005 
- 00000773  0x00000529 branch  0x00003dbe 
- 00000774  0x0000052c jam  0x00000000 , 0x0000479d 
- 00000775  0x0000052d jam  0x00000000 , 0x0000479e 
- 00000776  0x0000052e bmark1  0x00000026 , 0x0000030a 
- 00000777  0x0000052f branch  0x0000426d 
- 00000778  0x00000531 call  0x000005c4 
- 00000779  0x00000532 branch  0x0000426d 
- 00000780  0x00000536 call  0x000068a2 
- 00000781  0x00000537 fetch  0x00000002 , 0x0000421d 
- 00000782  0x00000538 branch  0x00000311 , 0x00000034 
- 00000783  0x00000539 store  0x00000002 , 0x000047c2 
- 00000784  0x0000053b branch  0x00000330 
- 00000785  0x0000053e setarg  0x00001122 
- 00000786  0x0000053f store  0x00000002 , 0x000047c2 
- 00000787  0x00000540 branch  0x00000310 
- 00000788  0x00000543 jam  0x00000000 , 0x00004b32 
- 00000789  0x00000544 call  0x000000e2 
- 00000790  0x00000545 jam  0x00000000 , 0x0000479c 
- 00000791  0x0000054b call  0x00000334 
- 00000792  0x0000054c fetcht  0x00000002 , 0x000047c2 
- 00000793  0x0000054d increase  0x00000001 , 0x00000002 
- 00000794  0x0000054e storet  0x00000002 , 0x000047c2 
- 00000795  0x0000054f storet  0x00000002 , 0x000044a1 
- 00000796  0x00000550 call  0x00000330 
- 00000797  0x00000551 random  0x0000003f 
- 00000798  0x00000552 store  0x00000001 , 0x000044a0 
- 00000799  0x00000555 call  0x00003402 
- 00000800  0x00000556 setarg  0x00ed8e0e 
- 00000801  0x00000557 store  0x00000003 , 0x000044a3 
- 00000802  0x00000558 call  0x00003418 
- 00000803  0x00000559 fetch  0x00000002 , 0x00004687 
- 00000804  0x0000055a store  0x00000002 , 0x000046ac 
- 00000805  0x0000055b jam  0x00000006 , 0x0000016d 
- 00000806  0x0000055c setarg  0x00000000 
- 00000807  0x0000055d store  0x00000002 , 0x000046b0 
- 00000808  0x0000055e store  0x00000002 , 0x000046ae 
- 00000809  0x0000055f arg  0x00000007 , 0x00000007 
- 00000810  0x00000560 call  0x000043ce 
- 00000811  0x00000561 call  0x000043ca 
- 00000812  0x00000562 fetch  0x00000001 , 0x00004092 
- 00000813  0x00000563 isolate1  0x00000001 , 0x0000003f 
- 00000814  0x00000564 call  0x00000338 , 0x00000001 
- 00000815  0x00000565 branch  0x000042c4 
- 00000816  0x00000568 arg  0x00000002 , 0x00000002 
- 00000817  0x00000569 arg  0x000047c2 , 0x00000011 
- 00000818  0x0000056a arg  0x0000005f , 0x00000012 
- 00000819  0x0000056b branch  0x000065d1 
- 00000820  0x0000056e arg  0x00000002 , 0x00000002 
- 00000821  0x0000056f arg  0x000047c2 , 0x00000011 
- 00000822  0x00000570 arg  0x0000005f , 0x00000012 
- 00000823  0x00000571 branch  0x000065df 
- 00000824  0x00000574 jam  0x00000000 , 0x0000479f 
- 00000825  0x00000575 call  0x000000f4 
- 00000826  0x00000576 setarg  0x00000005 
- 00000827  0x00000577 istore  0x00000001 , 0x00000006 
- 00000828  0x00000579 arg  0x00004b1e , 0x00000006 
- 00000829  0x0000057a call  0x0000033f 
- 00000830  0x0000057c branch  0x00007df4 
- 00000831  0x0000057f arg  0x0000437b , 0x00000005 
- 00000832  0x00000580 arg  0x00000013 , 0x00000039 
- 00000833  0x00000581 call  0x00007f01 
- 00000834  0x00000582 branch  0x000057b8 
- 00000835  0x00000585 setarg  0x00000000 
- 00000836  0x00000586 store  0x00000002 , 0x000046ac 
- 00000837  0x00000587 call  0x00000145 
- 00000838  0x00000588 branch  0x000042cb 
- 00000839  0x0000058b fetch  0x00000001 , 0x0000450f 
- 00000840  0x0000058c pincrease  0x00000001 
- 00000841  0x0000058d store  0x00000001 , 0x0000450f 
- 00000842  0x0000058e beq  0x0000000c , 0x00005395 
- 00000843  0x0000058f call  0x000055aa 
- 00000844  0x00000590 call  0x0000561e 
- 00000845  0x00000591 call  0x000004f1 
- 00000846  0x00000592 branch  0x0000538f 
- 00000847  0x00000595 fetch  0x00000001 , 0x00000016 
- 00000848  0x00000596 increase  0x00000001 , 0x0000003f 
- 00000849  0x00000597 store  0x00000001 , 0x00000016 
- 00000850  0x00000598 rtnne  0x00000028 
- 00000851  0x00000599 jam  0x00000025 , 0x00000016 
- 00000852  0x0000059a rtn 
- 00000853  0x0000059d call  0x000029bb 
- 00000854  0x0000059e call  0x0000001d 
- 00000855  0x0000059f branch  0x000054a3 
- 00000856  0x000005a2 call  0x00000360 
- 00000857  0x000005a3 branch  0x0000557d 
- 00000858  0x000005a5 fetch  0x00000001 , 0x000047c5 
- 00000859  0x000005a6 store  0x00000001 , 0x00004172 
- 00000860  0x000005a8 jam  0x00000000 , 0x000047c4 
- 00000861  0x000005a9 rtn 
- 00000862  0x000005ab jam  0x00000001 , 0x000047c4 
- 00000863  0x000005ac rtn 
- 00000864  0x000005ae fetch  0x00000001 , 0x000043d6 
- 00000865  0x000005af sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00000866  0x000005b0 nbranch  0x0000035e , 0x00000002 
- 00000867  0x000005b1 fetch  0x00000001 , 0x000043d8 
- 00000868  0x000005b2 fetcht  0x00000001 , 0x000047c5 
- 00000869  0x000005b3 isub  0x00000002 , 0x0000003e 
- 00000870  0x000005b4 branch  0x0000035a , 0x00000002 
- 00000871  0x000005b5 fetch  0x00000001 , 0x000043d8 
- 00000872  0x000005b6 store  0x00000001 , 0x00004172 
- 00000873  0x000005b7 branch  0x0000035c 
- 00000874  0x000005ba fetch  0x00000001 , 0x0000043f 
- 00000875  0x000005bb rtnbit0  0x00000006 
- 00000876  0x000005bc call  0x0000036f 
- 00000877  0x000005bd nrtn  0x00000028 
- 00000878  0x000005be branch  0x000055a0 
- 00000879  0x000005c0 enable  0x00000028 
- 00000880  0x000005c1 fetch  0x00000001 , 0x0000045a 
- 00000881  0x000005c2 rshift4  0x0000003f , 0x0000003f 
- 00000882  0x000005c3 rtnne  0x0000000f 
- 00000883  0x000005c4 fetch  0x00000001 , 0x00000460 
- 00000884  0x000005c5 rshift4  0x0000003f , 0x0000003f 
- 00000885  0x000005c6 rtnne  0x00000000 
- 00000886  0x000005c7 branch  0x00007fe9 
- 00000887  0x000005ca fetch  0x00000001 , 0x00000456 
- 00000888  0x000005cb bbit1  0x00000005 , 0x0000038b 
- 00000889  0x000005cc call  0x000004e3 
- 00000890  0x000005cd fetch  0x00000001 , 0x0000478e 
- 00000891  0x000005ce nbranch  0x00000381 , 0x00000034 
- 00000892  0x000005cf fetch  0x00000001 , 0x0000043f 
- 00000893  0x000005d0 bbit0  0x00000004 , 0x00000385 
- 00000894  0x000005d1 fetch  0x00000001 , 0x000002da 
- 00000895  0x000005d2 branch  0x00000385 , 0x00000034 
- 00000896  0x000005d3 branch  0x00005664 
- 00000897  0x000005d5 fetch  0x00000001 , 0x0000478e 
- 00000898  0x000005d6 increase  0xffffffff , 0x0000003f 
- 00000899  0x000005d7 store  0x00000001 , 0x0000478e 
- 00000900  0x000005d8 branch  0x00005664 
- 00000901  0x000005da fetch  0x00000001 , 0x000044c4 
- 00000902  0x000005db bne  0x00000005 , 0x00000388 
- 00000903  0x000005dc jam  0x00000003 , 0x0000478e 
- 00000904  0x000005de call  0x00005892 
- 00000905  0x000005df call  0x000006b4 , 0x00000034 
- 00000906  0x000005e0 branch  0x00005622 
- 00000907  0x000005e3 call  0x0000038d 
- 00000908  0x000005e4 branch  0x00000399 
- 00000909  0x000005e7 fetch  0x00000001 , 0x000046c5 
- 00000910  0x000005e8 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00000911  0x000005e9 rtnne  0x00000003 
- 00000912  0x000005ea fetch  0x00000001 , 0x000047c1 
- 00000913  0x000005eb rtn  0x00000034 
- 00000914  0x000005ec fetch  0x00000001 , 0x000043dd 
- 00000915  0x000005ed rtn  0x00000034 
- 00000916  0x000005ee fetch  0x00000001 , 0x000043dc 
- 00000917  0x000005ef set1  0x00000004 , 0x0000003f 
- 00000918  0x000005f0 store  0x00000001 , 0x000043dc 
- 00000919  0x000005f1 call  0x00005650 
- 00000920  0x000005f2 rtn 
- 00000921  0x000005f5 branch  0x000004e7 
- 00000922  0x000005f8 fetch  0x00000001 , 0x0000479f 
- 00000923  0x000005f9 rtn  0x00000034 
- 00000924  0x000005fa fetch  0x00000001 , 0x000046c5 
- 00000925  0x000005fb and  0x0000003f , 0x00000003 , 0x0000003f 
- 00000926  0x000005fc rtneq  0x00000003 
- 00000927  0x000005fd jam  0x0000000a , 0x000046c6 
- 00000928  0x000005fe rtn 
- 00000929  0x00000601 rtnmark1  0x0000000f 
- 00000930  0x00000602 call  0x00005890 
- 00000931  0x00000603 nrtn  0x00000034 
- 00000932  0x00000604 fetch  0x00000001 , 0x000002d9 
- 00000933  0x00000605 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00000934  0x00000606 store  0x00000001 , 0x0000450c 
- 00000935  0x00000607 ifetch  0x00000001 , 0x00000006 
- 00000936  0x00000608 and  0x0000003f , 0x0000001f , 0x0000003f 
- 00000937  0x00000609 store  0x00000001 , 0x0000450b 
- 00000938  0x0000060a rtn  0x00000034 
- 00000939  0x0000060b copy  0x00000006 , 0x0000003f 
- 00000940  0x0000060c store  0x00000002 , 0x0000450d 
- 00000941  0x0000060d fetch  0x00000001 , 0x0000450c 
- 00000942  0x0000060e beq  0x00000003 , 0x000003b0 
- 00000943  0x0000060f branch  0x0000568d 
- 00000944  0x00000611 fetch  0x00000001 , 0x000002db 
- 00000945  0x00000612 beq  0x00000001 , 0x000003b3 
- 00000946  0x00000613 branch  0x00005c65 
- 00000947  0x00000615 ifetch  0x00000005 , 0x00000006 
- 00000948  0x00000616 store  0x00000005 , 0x000043ce 
- 00000949  0x00000617 ifetch  0x00000002 , 0x00000006 
- 00000950  0x00000618 store  0x00000002 , 0x0000045f 
- 00000951  0x00000619 branch  0x00005c8a 
- 00000952  0x0000061c ifetch  0x00000002 , 0x00000006 
- 00000953  0x0000061d beq  0x00000004 , 0x000003bc 
- 00000954  0x0000061e beq  0x00000006 , 0x000003d9 
- 00000955  0x0000061f branch  0x00005698 
- 00000956  0x00000621 call  0x00007ea5 
- 00000957  0x00000622 call  0x0000039a 
- 00000958  0x00000623 call  0x00007e9f 
- 00000959  0x00000624 ifetch  0x00000003 , 0x00000006 
- 00000960  0x00000625 store  0x00000003 , 0x00000477 
- 00000961  0x00000626 beq  0x00000010 , 0x000003cb 
- 00000962  0x00000627 rshift8  0x0000003f , 0x00000002 
- 00000963  0x00000628 sub  0x00000002 , 0x00000024 , 0x0000003e 
- 00000964  0x00000629 branch  0x000058ad , 0x00000002 
- 00000965  0x0000062a arg  0x000047c6 , 0x00000002 
- 00000966  0x0000062b storet  0x00000002 , 0x000044bc 
- 00000967  0x0000062c call  0x000058ad 
- 00000968  0x0000062d setarg  0x00008e7a 
- 00000969  0x0000062e store  0x00000002 , 0x000044bc 
- 00000970  0x0000062f rtn 
- 00000971  0x00000632 call  0x000059fa 
- 00000972  0x00000633 call  0x00005879 
- 00000973  0x00000634 increase  0x00000007 , 0x00000006 
- 00000974  0x00000635 ifetch  0x00000001 , 0x00000006 
- 00000975  0x00000636 rtnne  0x00000011 
- 00000976  0x00000637 increase  0x00000005 , 0x00000006 
- 00000977  0x00000638 ifetch  0x00000002 , 0x00000006 
- 00000978  0x00000639 arg  0x00001812 , 0x00000002 
- 00000979  0x0000063a isub  0x00000002 , 0x0000003e 
- 00000980  0x0000063b nrtn  0x00000005 
- 00000981  0x0000063c increase  0xfffffffc , 0x00000006 
- 00000982  0x0000063d setarg  0x0000002b 
- 00000983  0x0000063e istore  0x00000002 , 0x00000006 
- 00000984  0x0000063f rtn 
- 00000985  0x00000642 ifetch  0x00000001 , 0x00000006 
- 00000986  0x00000643 beq  0x00000001 , 0x000003dd 
- 00000987  0x00000644 beq  0x00000005 , 0x000003df 
- 00000988  0x00000645 branch  0x00005af6 
- 00000989  0x00000648 jam  0x00000001 , 0x00004b32 
- 00000990  0x00000649 branch  0x00005b09 
- 00000991  0x0000064c call  0x00005b5a 
- 00000992  0x0000064d fetch  0x00000001 , 0x0000043f 
- 00000993  0x0000064e set0  0x00000005 , 0x0000003f 
- 00000994  0x0000064f store  0x00000001 , 0x0000043f 
- 00000995  0x00000650 branch  0x00005c8e 
- 00000996  0x00000653 fetch  0x00000001 , 0x00000016 
- 00000997  0x00000654 bne  0x00000027 , 0x000056f2 
- 00000998  0x00000655 call  0x000003ea 
- 00000999  0x00000656 arg  0x00000000 , 0x00000007 
- 00001000  0x00000657 fetch  0x00000002 , 0x00004482 
- 00001001  0x00000658 branch  0x00007f08 
- 00001002  0x0000065a random  0x0000003f 
- 00001003  0x0000065b arg  0x000001ff , 0x00000002 
- 00001004  0x0000065c iand  0x00000002 , 0x0000003f 
- 00001005  0x0000065d add  0x0000003f , 0x000000fa , 0x0000003f 
- 00001006  0x0000065e branch  0x00003cbe 
- 00001007  0x00000661 disable  0x0000002b 
- 00001008  0x00000662 branch  0x000003f2 , 0x0000002e 
- 00001009  0x00000663 nbranch  0x00005806 , 0x0000002d 
- 00001010  0x00000665 call  0x00002bcb 
- 00001011  0x00000666 fetch  0x00000002 , 0x000040c1 
- 00001012  0x00000667 store  0x00000002 , 0x0000044d 
- 00001013  0x00000668 fetch  0x00000001 , 0x000046c5 
- 00001014  0x00000669 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00001015  0x0000066a nbranch  0x00002bde , 0x00000001 
- 00001016  0x0000066b branch  0x000057fb 
- 00001017  0x0000066e fetch  0x00000001 , 0x0000479f 
- 00001018  0x0000066f nrtn  0x00000034 
- 00001019  0x00000670 fetch  0x00000001 , 0x00000478 
- 00001020  0x00000671 sub  0x0000003f , 0x0000001a , 0x0000003f 
- 00001021  0x00000672 nrtn  0x00000005 
- 00001022  0x00000673 branch  0x00003d60 
- 00001023  0x00000676 call  0x000062bc 
- 00001024  0x00000677 nbranch  0x00007ddb , 0x00000034 
- 00001025  0x00000678 fetch  0x00000001 , 0x00000a99 
- 00001026  0x00000679 bmark0  0x00000009 , 0x00007dd6 
- 00001027  0x0000067a beq  0x00000012 , 0x00000405 
- 00001028  0x0000067b branch  0x00007dca 
- 00001029  0x0000067e call  0x00005890 
- 00001030  0x0000067f nrtn  0x00000034 
- 00001031  0x00000680 branch  0x00005abf 
- 00001032  0x00000684 hfetch  0x00000001 , 0x00008077 
- 00001033  0x00000685 and_into  0x000000fd , 0x0000003f 
- 00001034  0x00000686 hstore  0x00000001 , 0x00008077 
- 00001035  0x00000687 hfetcht  0x00000001 , 0x00008073 
- 00001036  0x00000688 or_into  0x00000002 , 0x00000002 
- 00001037  0x00000689 hstoret  0x00000001 , 0x00008073 
- 00001038  0x0000068a call  0x000063ee 
- 00001039  0x0000068b and_into  0x000000fd , 0x00000002 
- 00001040  0x0000068c nop  0x0000000d 
- 00001041  0x0000068d call  0x000063f2 
- 00001042  0x0000068e hstoret  0x00000001 , 0x00008073 
- 00001043  0x0000068f rtn 
- 00001044  0x00000696 call  0x000068a8 
- 00001045  0x0000069a fetch  0x00000004 , 0x000040a0 
- 00001046  0x0000069b store  0x00000004 , 0x00004bf3 
- 00001047  0x0000069c rtn 
- 00001048  0x000006a0 jam  0x00000001 , 0x00004cf2 
- 00001049  0x000006a1 jam  0x00000000 , 0x00004cf4 
- 00001050  0x000006a3 fetch  0x00000001 , 0x00004bbd 
- 00001051  0x000006a4 and_into  0x00000007 , 0x0000003f 
- 00001052  0x000006a5 store  0x00000001 , 0x00004bbd 
- 00001053  0x000006a6 rtn 
- 00001054  0x000006a9 fetch  0x00000001 , 0x00004bbd 
- 00001055  0x000006aa set1  0x00000004 , 0x0000003f 
- 00001056  0x000006ab store  0x00000001 , 0x00004bbd 
- 00001057  0x000006ad store  0x00000001 , 0x00004b78 
- 00001058  0x000006ae rtn 
- 00001059  0x000006b6 call  0x000004e7 
- 00001060  0x000006b7 fetch  0x00000001 , 0x00004cf3 
- 00001061  0x000006b8 beq  0x00000001 , 0x00000428 
- 00001062  0x000006b9 beq  0x00000002 , 0x0000042c 
- 00001063  0x000006ba rtn 
- 00001064  0x000006bc jam  0x00000002 , 0x00004cf4 
- 00001065  0x000006be jam  0x00000000 , 0x00004cf0 
- 00001066  0x000006bf jam  0x00000000 , 0x00004cf2 
- 00001067  0x000006c0 branch  0x0000041a 
- 00001068  0x000006c3 jam  0x00000000 , 0x00004cf1 
- 00001069  0x000006c4 branch  0x00000429 
- 00001070  0x000006c8 fetch  0x00000002 , 0x00004bc2 
- 00001071  0x000006c9 increase  0x00000001 , 0x0000003f 
- 00001072  0x000006ca store  0x00000002 , 0x00004bc2 
- 00001073  0x000006cb bbit1  0x0000000a , 0x000004d5 
- 00001074  0x000006cc fetch  0x00000001 , 0x00004cf1 
- 00001075  0x000006cd beq  0x00000001 , 0x00000437 
- 00001076  0x000006ce jam  0x00000001 , 0x00004cf1 
- 00001077  0x000006d0 fetch  0x00000001 , 0x00004cf1 
- 00001078  0x000006d1 bne  0x00000001 , 0x0000041a 
- 00001079  0x000006d3 fetch  0x00000001 , 0x00004cef 
- 00001080  0x000006d4 increase  0x00000001 , 0x0000003f 
- 00001081  0x000006d5 store  0x00000001 , 0x00004cef 
- 00001082  0x000006d6 beq  0x00000004 , 0x0000043e 
- 00001083  0x000006d7 call  0x000005b5 
- 00001084  0x000006d8 jam  0x00000002 , 0x00004c01 
- 00001085  0x000006d9 branch  0x00000494 
- 00001086  0x000006dc call  0x000004e7 
- 00001087  0x000006dd jam  0x00000000 , 0x00004cef 
- 00001088  0x000006de branch  0x0000041a 
- 00001089  0x000006e1 jam  0x00000002 , 0x00004cf4 
- 00001090  0x000006e3 jam  0x00000001 , 0x00004cf2 
- 00001091  0x000006e4 jam  0x00000000 , 0x00004cf1 
- 00001092  0x000006e5 branch  0x0000041a 
- 00001093  0x000006e8 fetch  0x00000001 , 0x00004cf3 
- 00001094  0x000006e9 beq  0x00000003 , 0x00000442 
- 00001095  0x000006ea fetch  0x00000001 , 0x00004bbd 
- 00001096  0x000006eb isolate0  0x00000004 , 0x0000003f 
- 00001097  0x000006ec branch  0x00000418 , 0x00000001 
- 00001098  0x000006ed fetch  0x00000001 , 0x00004cf3 
- 00001099  0x000006ee beq  0x00000001 , 0x00000441 
- 00001100  0x000006ef beq  0x00000002 , 0x00000442 
- 00001101  0x000006f0 rtn 
- 00001102  0x000006f3 fetch  0x00000001 , 0x00004bcc 
- 00001103  0x000006f4 rtnne  0x000000ff 
- 00001104  0x000006f5 call  0x00000453 
- 00001105  0x000006f6 ncall  0x0000045b , 0x0000002c 
- 00001106  0x000006f7 rtn 
- 00001107  0x000006fa disable  0x0000002c 
- 00001108  0x000006fb fetch  0x00000001 , 0x00004cf2 
- 00001109  0x000006fc rtnne  0x00000001 
- 00001110  0x000006fd fetch  0x00000001 , 0x00004cf4 
- 00001111  0x000006fe rtnne  0x00000000 
- 00001112  0x000006ff jam  0x00000001 , 0x00004cf3 
- 00001113  0x00000700 jam  0x00000004 , 0x00004c01 
- 00001114  0x00000701 branch  0x00007feb 
- 00001115  0x00000704 fetch  0x00000001 , 0x00004cf4 
- 00001116  0x00000705 branch  0x00000463 , 0x00000034 
- 00001117  0x00000706 increase  0xffffffff , 0x0000003f 
- 00001118  0x00000707 store  0x00000001 , 0x00004cf4 
- 00001119  0x00000708 jam  0x00000002 , 0x00004cf3 
- 00001120  0x00000709 call  0x000005b5 
- 00001121  0x0000070a jam  0x00000004 , 0x00004c01 
- 00001122  0x0000070b rtn 
- 00001123  0x0000070e jam  0x00000003 , 0x00004cf3 
- 00001124  0x0000070f fetch  0x00000001 , 0x00004cf1 
- 00001125  0x00000710 nbranch  0x00000435 , 0x00000034 
- 00001126  0x00000711 call  0x000005b5 
- 00001127  0x00000712 jam  0x00000002 , 0x00004c01 
- 00001128  0x00000713 rtn 
- 00001129  0x00000716 fetch  0x00000001 , 0x00004bcc 
- 00001130  0x00000717 bne  0x000000ff , 0x0000052f 
- 00001131  0x00000719 call  0x0000046f 
- 00001132  0x0000071a call  0x0000057b 
- 00001133  0x0000071c jam  0x00000001 , 0x00004bc1 
- 00001134  0x0000071d rtn 
- 00001135  0x00000720 fetch  0x00000002 , 0x00004ced 
- 00001136  0x00000721 call  0x00007f9c 
- 00001137  0x00000722 branch  0x00000475 , 0x00000028 
- 00001138  0x00000723 fetch  0x00000007 , 0x00004b59 
- 00001139  0x00000724 rtn  0x00000034 
- 00001140  0x00000725 branch  0x00007fe7 
- 00001141  0x00000727 call  0x0000048c 
- 00001142  0x00000728 jam  0x00000000 , 0x00004be8 
- 00001143  0x00000729 add  0x00000011 , 0x00000001 , 0x0000003f 
- 00001144  0x0000072a store  0x00000001 , 0x00004bbc 
- 00001145  0x0000072b call  0x0000041a 
- 00001146  0x0000072c store  0x00000001 , 0x00004b58 
- 00001147  0x0000072d ifetcht  0x00000001 , 0x00000005 
- 00001148  0x0000072e ifetch  0x00000001 , 0x00000012 
- 00001149  0x0000072f ior  0x00000002 , 0x0000003f 
- 00001150  0x00000730 istore  0x00000001 , 0x00000005 
- 00001151  0x00000731 increase  0x00000001 , 0x00000012 
- 00001152  0x00000732 ifetch  0x00000004 , 0x00000012 
- 00001153  0x00000733 istore  0x00000004 , 0x00000005 
- 00001154  0x00000734 increase  0x00000004 , 0x00000012 
- 00001155  0x00000735 arg  0x00004b5e , 0x00000005 
- 00001156  0x00000736 arg  0x00000002 , 0x00000039 
- 00001157  0x00000738 ifetch  0x00000001 , 0x00000012 
- 00001158  0x00000739 ifetcht  0x00000001 , 0x00000005 
- 00001159  0x0000073a iadd  0x00000002 , 0x0000003f 
- 00001160  0x0000073b istore  0x00000001 , 0x00000005 
- 00001161  0x0000073c increase  0x00000001 , 0x00000012 
- 00001162  0x0000073d loop  0x00000485 
- 00001163  0x0000073e rtn 
- 00001164  0x00000741 fetch  0x00000001 , 0x000046f5 
- 00001165  0x00000742 rtnbit1  0x00000007 
- 00001166  0x00000743 fetch  0x00000001 , 0x00004afd 
- 00001167  0x00000744 rtnne  0x00000001 
- 00001168  0x00000745 setarg  0x00000000 
- 00001169  0x00000746 store  0x00000001 , 0x00004afd 
- 00001170  0x00000747 store  0x00000004 , 0x0000469b 
- 00001171  0x00000748 branch  0x00000145 
- 00001172  0x0000074b jam  0x00000000 , 0x00004bc5 
- 00001173  0x0000074d arg  0x00000d00 , 0x0000000b 
- 00001174  0x0000074e until  0x00000023 , 0x00000026 
- 00001175  0x0000074f call  0x000004ae 
- 00001176  0x00000750 fetch  0x00000001 , 0x00004bf8 
- 00001177  0x00000751 rtneq  0x00000001 
- 00001178  0x00000752 nbranch  0x000004bd , 0x00000018 
- 00001179  0x00000753 nbranch  0x000004bd , 0x0000002f 
- 00001180  0x00000754 call  0x000004a9 
- 00001181  0x00000755 call  0x000004d9 
- 00001182  0x00000756 call  0x000004e3 
- 00001183  0x00000758 fetch  0x00000001 , 0x00004bbb 
- 00001184  0x00000759 increase  0x00000001 , 0x0000003f 
- 00001185  0x0000075a store  0x00000001 , 0x00004bbb 
- 00001186  0x0000075b fetch  0x00000001 , 0x00004bcc 
- 00001187  0x0000075c bne  0x000000ff , 0x000004ac 
- 00001188  0x0000075d call  0x00000445 
- 00001189  0x0000075f setarg  0x00000000 
- 00001190  0x00000760 store  0x00000004 , 0x00004bc1 
- 00001191  0x00000762 store  0x00000001 , 0x00004cf0 
- 00001192  0x00000764 rtn 
- 00001193  0x00000767 arg  0x00000004 , 0x00000039 
- 00001194  0x00000768 arg  0x00004b58 , 0x00000005 
- 00001195  0x00000769 branch  0x00007ec6 
- 00001196  0x0000076c call  0x000004e0 
- 00001197  0x0000076d branch  0x0000054a 
- 00001198  0x00000770 disable  0x0000002f 
- 00001199  0x00000771 call  0x00000686 
- 00001200  0x00000774 fetch  0x00000001 , 0x00004bf8 
- 00001201  0x00000775 beq  0x00000001 , 0x000004bb 
- 00001202  0x00000776 force  0x00000000 , 0x00000015 
- 00001203  0x00000777 fetch  0x00000004 , 0x00004be4 
- 00001204  0x00000778 iforce  0x00000009 
- 00001205  0x00000779 fetcht  0x00000001 , 0x00000017 
- 00001206  0x0000077a call  0x0000291f 
- 00001207  0x0000077b call  0x00002924 
- 00001208  0x0000077c call  0x00000643 
- 00001209  0x0000077d call  0x0000067f , 0x0000002f 
- 00001210  0x0000077e rtn 
- 00001211  0x00000780 call  0x0000067f 
- 00001212  0x00000781 branch  0x0000049f 
- 00001213  0x00000784 fetch  0x00000001 , 0x00004bc4 
- 00001214  0x00000785 increase  0x00000001 , 0x0000003f 
- 00001215  0x00000786 store  0x00000001 , 0x00004bc4 
- 00001216  0x00000787 fetch  0x00000001 , 0x00004bcc 
- 00001217  0x00000788 bne  0x000000ff , 0x000004d1 
- 00001218  0x00000789 fetcht  0x00000001 , 0x00004bc5 
- 00001219  0x0000078a increase  0x00000001 , 0x00000002 
- 00001220  0x0000078b storet  0x00000001 , 0x00004bc5 
- 00001221  0x0000078c fetch  0x00000001 , 0x00004c01 
- 00001222  0x0000078d isub  0x00000002 , 0x0000003f 
- 00001223  0x0000078e nbranch  0x00000495 , 0x00000034 
- 00001224  0x0000078f fetch  0x00000001 , 0x00004cf3 
- 00001225  0x00000790 beq  0x00000003 , 0x0000042e 
- 00001226  0x00000791 fetch  0x00000001 , 0x00004cf0 
- 00001227  0x00000792 increase  0x00000001 , 0x0000003f 
- 00001228  0x00000793 store  0x00000001 , 0x00004cf0 
- 00001229  0x00000794 beq  0x00000002 , 0x00000423 
- 00001230  0x00000795 call  0x0000041e 
- 00001231  0x00000796 jam  0x00000001 , 0x00004c01 
- 00001232  0x00000797 branch  0x00000494 
- 00001233  0x0000079a fetch  0x00000001 , 0x00004bc4 
- 00001234  0x0000079b rtnne  0x000000ff 
- 00001235  0x0000079c jam  0x00000000 , 0x00004bc4 
- 00001236  0x0000079d branch  0x000004d7 
- 00001237  0x000007a0 setarg  0x00000000 
- 00001238  0x000007a1 store  0x00000002 , 0x00004bc2 
- 00001239  0x000007a3 jam  0x0000003a , 0x00000a99 
- 00001240  0x000007a4 branch  0x00007d86 
- 00001241  0x000007a7 call  0x000005cd 
- 00001242  0x000007a8 fetch  0x00000001 , 0x00004bba 
- 00001243  0x000007a9 rtn  0x00000034 
- 00001244  0x000007aa iforce  0x00000039 
- 00001245  0x000007ab arg  0x00004b38 , 0x00000006 
- 00001246  0x000007ac arg  0x00004b9a , 0x00000005 
- 00001247  0x000007ad branch  0x00007f01 
- 00001248  0x000007b0 jam  0x00000001 , 0x00004cf8 
- 00001249  0x000007b1 jam  0x00000000 , 0x00004cf5 
- 00001250  0x000007b2 rtn 
- 00001251  0x000007b4 fetch  0x00000001 , 0x00004cf5 
- 00001252  0x000007b5 increase  0x00000001 , 0x0000003f 
- 00001253  0x000007b6 store  0x00000001 , 0x00004cf5 
- 00001254  0x000007b7 rtn 
- 00001255  0x000007b9 fetch  0x00000001 , 0x00004cf5 
- 00001256  0x000007ba sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00001257  0x000007bb ncall  0x000004ef , 0x00000002 
- 00001258  0x000007bc fetch  0x00000001 , 0x00004cf5 
- 00001259  0x000007bd rtneq  0x00000000 
- 00001260  0x000007be increase  0xffffffff , 0x0000003f 
- 00001261  0x000007bf store  0x00000001 , 0x00004cf5 
- 00001262  0x000007c0 rtn 
- 00001263  0x000007c2 jam  0x00000003 , 0x00004cf5 
- 00001264  0x000007c3 rtn 
- 00001265  0x000007c6 fetch  0x00000002 , 0x00004682 
- 00001266  0x000007c7 rtnbit1  0x0000000b 
- 00001267  0x000007c8 rtnbit1  0x00000007 
- 00001268  0x000007c9 rtnbit1  0x00000006 
- 00001269  0x000007cb arg  0x00004c7e , 0x00000011 
- 00001270  0x000007cc call  0x0000061c 
- 00001271  0x000007cd storet  0x00000001 , 0x00004cf6 
- 00001272  0x000007cf setarg  0x00000082 
- 00001273  0x000007d0 bmark1  0x00000026 , 0x000004fb 
- 00001274  0x000007d1 setarg  0x00000080 
- 00001275  0x000007d3 isub  0x00000002 , 0x0000003e 
- 00001276  0x000007d4 nbranch  0x00000513 , 0x00000002 
- 00001277  0x000007d6 fetch  0x00000001 , 0x00004cf5 
- 00001278  0x000007d7 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00001279  0x000007d8 nbranch  0x00000503 , 0x00000002 
- 00001280  0x000007d9 fetch  0x00000001 , 0x00004cf5 
- 00001281  0x000007da beq  0x00000000 , 0x00000514 
- 00001282  0x000007db rtn 
- 00001283  0x000007de fetch  0x00000001 , 0x00004cf5 
- 00001284  0x000007df rtnne  0x00000020 
- 00001285  0x000007e0 jam  0x00000000 , 0x00004cf5 
- 00001286  0x000007e2 fetcht  0x00000001 , 0x00004cf6 
- 00001287  0x000007e3 setarg  0x00000077 
- 00001288  0x000007e4 bmark1  0x00000026 , 0x0000050a 
- 00001289  0x000007e5 setarg  0x00000075 
- 00001290  0x000007e7 isub  0x00000002 , 0x0000003e 
- 00001291  0x000007e8 nrtn  0x00000002 
- 00001292  0x000007e9 fetch  0x00000001 , 0x00004cf8 
- 00001293  0x000007ea beq  0x00000000 , 0x0000051b 
- 00001294  0x000007eb increase  0xffffffff , 0x0000003f 
- 00001295  0x000007ec store  0x00000001 , 0x00004cf8 
- 00001296  0x000007ed beq  0x00000000 , 0x0000051b 
- 00001297  0x000007f0 jam  0x00000000 , 0x000041de 
- 00001298  0x000007f1 rtn 
- 00001299  0x000007f4 jam  0x00000000 , 0x00004cf5 
- 00001300  0x000007f6 fetch  0x00000001 , 0x00004cf8 
- 00001301  0x000007f7 beq  0x00000002 , 0x00000519 
- 00001302  0x000007f8 increase  0x00000001 , 0x0000003f 
- 00001303  0x000007f9 store  0x00000001 , 0x00004cf8 
- 00001304  0x000007fa beq  0x00000001 , 0x00000511 
- 00001305  0x000007fd jam  0x00000002 , 0x000041de 
- 00001306  0x000007fe rtn 
- 00001307  0x00000802 jam  0x00000004 , 0x000041de 
- 00001308  0x00000803 rtn 
- 00001309  0x00000806 jam  0x00000020 , 0x000041de 
- 00001310  0x00000807 jam  0x00000000 , 0x00004bbb 
- 00001311  0x00000808 jam  0x0000004e , 0x00004bc6 
- 00001312  0x00000809 fetch  0x00000004 , 0x00004bc8 
- 00001313  0x0000080c store  0x00000004 , 0x00004be4 
- 00001314  0x00000810 arg  0x00000000 , 0x00000011 
- 00001315  0x00000811 arg  0x00000004 , 0x00000039 
- 00001316  0x00000812 arg  0x00004be4 , 0x00000006 
- 00001317  0x00000814 ifetch  0x00000001 , 0x00000006 
- 00001318  0x00000815 iadd  0x00000011 , 0x00000011 
- 00001319  0x00000816 loop  0x00000525 
- 00001320  0x00000817 copy  0x00000011 , 0x0000003f 
- 00001321  0x00000818 store  0x00000002 , 0x00004c6d 
- 00001322  0x00000819 fetch  0x00000001 , 0x00004c6d 
- 00001323  0x0000081a fetcht  0x00000001 , 0x00004c6e 
- 00001324  0x0000081b iadd  0x00000002 , 0x0000003f 
- 00001325  0x0000081c store  0x00000001 , 0x00004c6f 
- 00001326  0x0000081d rtn 
- 00001327  0x00000820 fetch  0x00000001 , 0x00004bc1 
- 00001328  0x00000821 beq  0x00000001 , 0x00007fe7 
- 00001329  0x00000822 fetch  0x00000001 , 0x00004bcc 
- 00001330  0x00000823 beq  0x00000001 , 0x00000536 
- 00001331  0x00000824 beq  0x00000002 , 0x00000539 
- 00001332  0x00000825 beq  0x00000003 , 0x0000053c 
- 00001333  0x00000826 branch  0x00002a8c 
- 00001334  0x00000829 jam  0x00000011 , 0x00004bcc 
- 00001335  0x0000082a jam  0x000000aa , 0x0000119e 
- 00001336  0x0000082b branch  0x0000053e 
- 00001337  0x0000082d jam  0x00000012 , 0x00004bcc 
- 00001338  0x0000082e jam  0x00000055 , 0x0000119e 
- 00001339  0x0000082f branch  0x0000053e 
- 00001340  0x00000831 jam  0x00000013 , 0x00004bcc 
- 00001341  0x00000832 jam  0x00000022 , 0x0000119e 
- 00001342  0x00000834 fetch  0x00000001 , 0x00004bbd 
- 00001343  0x00000835 and_into  0x00000007 , 0x0000003f 
- 00001344  0x00000836 store  0x00000001 , 0x0000119f 
- 00001345  0x00000837 fetch  0x00000004 , 0x00004bf3 
- 00001346  0x00000838 store  0x00000004 , 0x000011a0 
- 00001347  0x0000083a jam  0x00000000 , 0x000011a4 
- 00001348  0x0000083b arg  0x0000119e , 0x00000011 
- 00001349  0x0000083c arg  0x00000007 , 0x00000002 
- 00001350  0x0000083d call  0x000005c8 
- 00001351  0x0000083e call  0x0000057b 
- 00001352  0x0000083f call  0x0000046d 
- 00001353  0x00000840 branch  0x00007fe7 
- 00001354  0x00000843 fetch  0x00000001 , 0x00004bcc 
- 00001355  0x00000844 rtneq  0x000000ff 
- 00001356  0x00000845 beq  0x00000011 , 0x00000550 
- 00001357  0x00000846 beq  0x00000012 , 0x00000552 
- 00001358  0x00000847 beq  0x00000013 , 0x00000554 
- 00001359  0x00000848 rtn 
- 00001360  0x0000084c jam  0x00000002 , 0x00004bcc 
- 00001361  0x0000084d branch  0x000004a5 
- 00001362  0x0000084f jam  0x00000003 , 0x00004bcc 
- 00001363  0x00000850 branch  0x000004a5 
- 00001364  0x00000852 jam  0x000000ff , 0x00004bcc 
- 00001365  0x00000853 jam  0x00000039 , 0x00000a99 
- 00001366  0x00000854 call  0x00007d86 
- 00001367  0x00000855 fetch  0x00000004 , 0x00004b9c 
- 00001368  0x00000856 call  0x00000521 
- 00001369  0x00000857 branch  0x000004a5 
- 00001370  0x0000085a set0  0x00000026 , 0x00000000 
- 00001371  0x0000085b jam  0x00000000 , 0x00004bf8 
- 00001372  0x0000085c call  0x000005b4 
- 00001373  0x0000085d fetch  0x00000001 , 0x00004bcc 
- 00001374  0x0000085e rtnne  0x000000ff 
- 00001375  0x0000085f call  0x00000573 
- 00001376  0x00000861 setarg  0x00000000 
- 00001377  0x00000862 store  0x00000002 , 0x00004be9 
- 00001378  0x00000864 call  0x00002afa 
- 00001379  0x00000865 nop  0x000007d0 
- 00001380  0x00000866 fetch  0x00000001 , 0x00004be9 
- 00001381  0x00000867 beq  0x000000ff , 0x000004d7 
- 00001382  0x00000868 call  0x000004ae 
- 00001383  0x00000869 nbranch  0x0000058d , 0x00000018 
- 00001384  0x0000086a nbranch  0x0000058d , 0x0000002f 
- 00001385  0x0000086c set1  0x00000026 , 0x00000000 
- 00001386  0x0000086d setarg  0x00000000 
- 00001387  0x0000086e store  0x00000002 , 0x00004be9 
- 00001388  0x0000086f jam  0x00000000 , 0x00004afd 
- 00001389  0x00000870 jam  0x0000003c , 0x00000a99 
- 00001390  0x00000871 call  0x00007d86 
- 00001391  0x00000872 call  0x000004a9 
- 00001392  0x00000875 jam  0x00000001 , 0x00004cfc 
- 00001393  0x00000876 jam  0x00000000 , 0x00004cfd 
- 00001394  0x00000877 rtn 
- 00001395  0x0000087a jam  0x000000ff , 0x0000119e 
- 00001396  0x0000087b fetch  0x00000001 , 0x00004bbd 
- 00001397  0x0000087c store  0x00000001 , 0x0000119f 
- 00001398  0x0000087d fetch  0x00000004 , 0x00004bf3 
- 00001399  0x0000087e store  0x00000004 , 0x000011a0 
- 00001400  0x0000087f arg  0x00000006 , 0x00000002 
- 00001401  0x00000880 arg  0x0000119e , 0x00000011 
- 00001402  0x00000881 call  0x000005c8 
- 00001403  0x00000886 fetch  0x00000001 , 0x00004bbc 
- 00001404  0x00000887 increase  0x00000002 , 0x0000003f 
- 00001405  0x00000888 store  0x00000001 , 0x00004bbe 
- 00001406  0x0000088a fetch  0x00000001 , 0x00004bbd 
- 00001407  0x0000088b store  0x00000001 , 0x00004b78 
- 00001408  0x0000088d fetch  0x00000001 , 0x00004bbc 
- 00001409  0x0000088e lshift3  0x0000003f , 0x0000003f 
- 00001410  0x0000088f fetcht  0x00000001 , 0x00004bbb 
- 00001411  0x00000890 and  0x00000002 , 0x00000003 , 0x00000002 
- 00001412  0x00000891 lshift  0x00000002 , 0x00000002 
- 00001413  0x00000892 ior  0x00000002 , 0x0000003f 
- 00001414  0x00000893 fetcht  0x00000001 , 0x00004bf8 
- 00001415  0x00000894 iadd  0x00000002 , 0x0000003f 
- 00001416  0x00000895 istore  0x00000001 , 0x00000005 
- 00001417  0x00000897 fetch  0x00000001 , 0x00004bbc 
- 00001418  0x00000898 iforce  0x00000039 
- 00001419  0x00000899 arg  0x00004b58 , 0x00000006 
- 00001420  0x0000089a branch  0x00007f01 
- 00001421  0x0000089d fetch  0x00000002 , 0x00004be9 
- 00001422  0x0000089e increase  0x00000001 , 0x0000003f 
- 00001423  0x0000089f store  0x00000002 , 0x00004be9 
- 00001424  0x000008a0 call  0x000005b5 
- 00001425  0x000008a1 branch  0x00000562 
- 00001426  0x000008a4 set0  0x00000026 , 0x00000000 
- 00001427  0x000008a5 jam  0x00000000 , 0x00004bf8 
- 00001428  0x000008a6 call  0x000005b1 
- 00001429  0x000008a7 call  0x00000573 
- 00001430  0x000008a9 jam  0x00000000 , 0x00004be9 
- 00001431  0x000008ab call  0x00002afa 
- 00001432  0x000008ac nop  0x000007d0 
- 00001433  0x000008ad fetch  0x00000001 , 0x00004be9 
- 00001434  0x000008ae beq  0x000000ff , 0x000004d7 
- 00001435  0x000008af call  0x000004ae 
- 00001436  0x000008b0 nbranch  0x000005a5 , 0x00000018 
- 00001437  0x000008b1 nbranch  0x000005a5 , 0x0000002f 
- 00001438  0x000008b2 call  0x000004d9 
- 00001439  0x000008b3 call  0x000000e2 
- 00001440  0x000008b4 fetch  0x00000004 , 0x00004be4 
- 00001441  0x000008b5 fetcht  0x00000004 , 0x00004bc8 
- 00001442  0x000008b6 isub  0x00000002 , 0x0000003e 
- 00001443  0x000008b7 branch  0x00000106 , 0x00000005 
- 00001444  0x000008b8 branch  0x00000569 
- 00001445  0x000008bb fetch  0x00000001 , 0x00004be9 
- 00001446  0x000008bc increase  0x00000001 , 0x0000003f 
- 00001447  0x000008bd store  0x00000001 , 0x00004be9 
- 00001448  0x000008be fetch  0x00000001 , 0x00004cfa 
- 00001449  0x000008bf increase  0x00000001 , 0x0000003f 
- 00001450  0x000008c0 and_into  0x00000003 , 0x0000003f 
- 00001451  0x000008c1 store  0x00000001 , 0x00004cfa 
- 00001452  0x000008c2 beq  0x00000000 , 0x000005be 
- 00001453  0x000008c3 beq  0x00000001 , 0x000005c0 
- 00001454  0x000008c4 beq  0x00000002 , 0x000005c2 
- 00001455  0x000008c5 beq  0x00000003 , 0x000005c0 
- 00001456  0x000008c6 rtn 
- 00001457  0x000008cc call  0x000000e2 
- 00001458  0x000008d0 fetch  0x00000004 , 0x00004bf3 
- 00001459  0x000008d1 store  0x00000004 , 0x00004be4 
- 00001460  0x000008d3 call  0x00000522 
- 00001461  0x000008d6 fetcht  0x00000001 , 0x00004bc7 
- 00001462  0x000008d7 call  0x0000062d 
- 00001463  0x000008d8 storet  0x00000001 , 0x00004bc7 
- 00001464  0x000008d9 rtn 
- 00001465  0x000008dc jam  0x00000020 , 0x000041de 
- 00001466  0x000008dd setarg  0x00000f0f 
- 00001467  0x000008de store  0x00000002 , 0x00004be4 
- 00001468  0x000008df istore  0x00000002 , 0x00000005 
- 00001469  0x000008e0 branch  0x000005b4 
- 00001470  0x000008e3 call  0x000005b1 
- 00001471  0x000008e4 branch  0x00000597 
- 00001472  0x000008e7 call  0x0000051d 
- 00001473  0x000008e8 branch  0x00000597 
- 00001474  0x000008eb call  0x000005b9 
- 00001475  0x000008ec branch  0x00000597 
- 00001476  0x000008ef set0  0x00000026 , 0x00000000 
- 00001477  0x000008f0 call  0x000053ce 
- 00001478  0x000008f2 arg  0x00000003 , 0x00000007 
- 00001479  0x000008f3 branch  0x000043d2 
- 00001480  0x000008f6 storet  0x00000001 , 0x00004bbc 
- 00001481  0x000008f7 copy  0x00000002 , 0x00000039 
- 00001482  0x000008f8 arg  0x00004b58 , 0x00000005 
- 00001483  0x000008f9 copy  0x00000011 , 0x00000006 
- 00001484  0x000008fa branch  0x00007f01 
- 00001485  0x000008fe fetch  0x00000001 , 0x00004b37 
- 00001486  0x000008ff rshift3  0x0000003f , 0x0000003f 
- 00001487  0x00000900 store  0x00000001 , 0x00004bba 
- 00001488  0x00000902 increase  0x00000001 , 0x0000003f 
- 00001489  0x00000903 arg  0x00004b37 , 0x00000006 
- 00001490  0x00000904 iadd  0x00000006 , 0x00000006 
- 00001491  0x00000905 ifetch  0x00000003 , 0x00000006 
- 00001492  0x00000906 store  0x00000003 , 0x00004bf9 
- 00001493  0x00000908 fetch  0x00000001 , 0x00004b37 
- 00001494  0x00000909 rshift  0x0000003f , 0x0000003f 
- 00001495  0x0000090a and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001496  0x0000090b store  0x00000001 , 0x00004bff 
- 00001497  0x0000090c rtn 
- 00001498  0x00000910 storet  0x00000001 , 0x00000017 
- 00001499  0x00000911 add  0x00000002 , 0x00000000 , 0x00000011 
- 00001500  0x00000912 call  0x00002981 
- 00001501  0x00000913 setarg  0x00000500 
- 00001502  0x00000914 call  0x00002a8f 
- 00001503  0x00000916 jam  0x00000001 , 0x00008906 
- 00001504  0x00000917 jam  0x0000003c , 0x00008900 
- 00001505  0x00000918 jam  0x000000e0 , 0x00008901 
- 00001506  0x00000919 nop  0x0000000a 
- 00001507  0x0000091a jam  0x00000001 , 0x00008902 
- 00001508  0x0000091b jam  0x0000003d , 0x00008902 
- 00001509  0x0000091c nop  0x0000000a 
- 00001510  0x0000091d jam  0x000000b7 , 0x00008903 
- 00001511  0x0000091e nop  0x0000000a 
- 00001512  0x0000091f jam  0x0000007d , 0x00008902 
- 00001513  0x00000920 fetch  0x00000001 , 0x000041de 
- 00001514  0x00000921 beq  0x00000000 , 0x000005ef 
- 00001515  0x00000923 beq  0x00000002 , 0x000005f4 
- 00001516  0x00000925 beq  0x00000004 , 0x000005f9 
- 00001517  0x00000926 beq  0x00000020 , 0x00000608 
- 00001518  0x00000927 branch  0x000005ef 
- 00001519  0x0000092a call  0x000005fe 
- 00001520  0x0000092b jam  0x000000d0 , 0x00008955 
- 00001521  0x0000092c jam  0x000000e0 , 0x00008956 
- 00001522  0x0000092d jam  0x0000006c , 0x00008958 
- 00001523  0x0000092e branch  0x0000294b 
- 00001524  0x0000093b call  0x00000603 
- 00001525  0x0000093c jam  0x000000d0 , 0x00008955 
- 00001526  0x0000093d jam  0x000000e0 , 0x00008956 
- 00001527  0x0000093e jam  0x0000003c , 0x00008958 
- 00001528  0x0000093f branch  0x00002953 
- 00001529  0x0000094c call  0x000005fe 
- 00001530  0x0000094d jam  0x000000d0 , 0x00008955 
- 00001531  0x0000094e jam  0x000000c0 , 0x00008956 
- 00001532  0x0000094f jam  0x0000006c , 0x00008958 
- 00001533  0x00000950 branch  0x0000295b 
- 00001534  0x00000953 jam  0x0000005b , 0x0000894c 
- 00001535  0x00000954 jam  0x00000096 , 0x0000894d 
- 00001536  0x00000955 jam  0x0000002c , 0x0000894e 
- 00001537  0x00000956 jam  0x00000046 , 0x0000894f 
- 00001538  0x00000957 rtn 
- 00001539  0x0000095a jam  0x000000fb , 0x0000894c 
- 00001540  0x0000095b jam  0x000000ef , 0x0000894d 
- 00001541  0x0000095c jam  0x000000ec , 0x0000894e 
- 00001542  0x0000095d jam  0x0000005e , 0x0000894f 
- 00001543  0x0000095e rtn 
- 00001544  0x00000961 jam  0x000000c2 , 0x00008956 
- 00001545  0x00000962 jam  0x000000d0 , 0x00008955 
- 00001546  0x00000963 rtn 
- 00001547  0x00000966 force  0x00000008 , 0x00000015 
- 00001548  0x00000967 branch  0x000028fa 
- 00001549  0x0000096b call  0x00007fe9 
- 00001550  0x0000096c fetcht  0x00000004 , 0x00004bdd 
- 00001551  0x0000096d copy  0x00000022 , 0x0000003f 
- 00001552  0x0000096e isub  0x00000002 , 0x0000003e 
- 00001553  0x0000096f ncall  0x00002d18 , 0x00000002 
- 00001554  0x00000970 copy  0x0000003f , 0x00000012 
- 00001555  0x00000971 fetch  0x00000004 , 0x00004bdd 
- 00001556  0x00000972 fetcht  0x00000001 , 0x00004be1 
- 00001557  0x00000973 iadd  0x00000002 , 0x00000002 
- 00001558  0x00000974 copy  0x00000012 , 0x0000003f 
- 00001559  0x00000975 isub  0x00000002 , 0x0000003e 
- 00001560  0x00000976 nrtn  0x00000002 
- 00001561  0x00000977 set0  0x0000001c , 0x0000003f 
- 00001562  0x00000978 store  0x00000004 , 0x00004bdd 
- 00001563  0x00000979 branch  0x00007fe7 
- 00001564  0x00000992 arg  0x00000000 , 0x00000002 
- 00001565  0x00000993 arg  0x00000008 , 0x00000039 
- 00001566  0x00000994 copy  0x00000011 , 0x00000006 
- 00001567  0x00000996 ifetch  0x00000001 , 0x00000006 
- 00001568  0x00000997 iadd  0x00000002 , 0x00000002 
- 00001569  0x00000998 loop  0x0000061f 
- 00001570  0x00000999 rshift3  0x00000002 , 0x0000003f 
- 00001571  0x0000099a copy  0x0000003f , 0x00000002 
- 00001572  0x0000099b rtnmark0  0x00000026 
- 00001573  0x0000099d div  0x0000003f , 0x0000000a 
- 00001574  0x0000099e call  0x00007f86 
- 00001575  0x0000099f quotient  0x0000003f 
- 00001576  0x000009a0 lshift4  0x0000003f , 0x0000003f 
- 00001577  0x000009a1 remainder  0x00000002 
- 00001578  0x000009a2 ior  0x00000002 , 0x00000002 
- 00001579  0x000009a3 rtn 
- 00001580  0x000009a4 rtn 
- 00001581  0x000009a7 call  0x00000631 
- 00001582  0x000009a8 increase  0x00000001 , 0x00000002 
- 00001583  0x000009a9 and_into  0x00000003 , 0x00000002 
- 00001584  0x000009aa rtn 
- 00001585  0x000009ad fetch  0x00000001 , 0x00004be4 
- 00001586  0x000009ae and_into  0x00000003 , 0x0000003f 
- 00001587  0x000009af mul32  0x0000003f , 0x00000004 , 0x00000011 
- 00001588  0x000009b0 setarg  0x00004bcd 
- 00001589  0x000009b1 iadd  0x00000011 , 0x0000003f 
- 00001590  0x000009b2 iadd  0x00000002 , 0x00000006 
- 00001591  0x000009b3 ifetch  0x00000001 , 0x00000006 
- 00001592  0x000009b4 store  0x00000001 , 0x00004bc6 
- 00001593  0x000009b5 rtn 
- 00001594  0x000009b8 disable  0x00000009 
- 00001595  0x000009b9 disable  0x00000007 
- 00001596  0x000009ba setarg  0x00555555 
- 00001597  0x000009bb iforce  0x0000000f 
- 00001598  0x000009bc fetch  0x00000001 , 0x00004bc6 
- 00001599  0x000009bd reverse  0x0000003f , 0x00000002 
- 00001600  0x000009be set1  0x00000001 , 0x00000002 
- 00001601  0x000009bf rshift  0x00000002 , 0x0000000e 
- 00001602  0x000009c0 rtn 
- 00001603  0x000009cf call  0x0000063a 
- 00001604  0x000009d0 disable  0x0000002f 
- 00001605  0x000009d1 enable  0x0000000d 
- 00001606  0x000009d2 enable  0x00000021 
- 00001607  0x000009d3 disable  0x00000020 
- 00001608  0x000009d4 enable  0x00000010 
- 00001609  0x000009d5 fetch  0x00000002 , 0x00004bbf 
- 00001610  0x000009d6 iforce  0x0000001b 
- 00001611  0x000009d7 correlate  0x0000003e , 0x00000003 
- 00001612  0x000009d8 nbranch  0x0000067f , 0x00000018 
- 00001613  0x000009db disable  0x0000000d 
- 00001614  0x000009dc enable  0x0000000b 
- 00001615  0x000009dd enable  0x00000007 
- 00001616  0x000009de enable  0x00000009 
- 00001617  0x000009df call  0x0000067c 
- 00001618  0x000009e0 store  0x00000001 , 0x00004c70 
- 00001619  0x000009e1 fetcht  0x00000001 , 0x00004c6f 
- 00001620  0x000009e2 isub  0x00000002 , 0x0000003e 
- 00001621  0x000009e3 nbranch  0x0000067f , 0x00000005 
- 00001622  0x000009e4 call  0x0000067c 
- 00001623  0x000009e5 store  0x00000001 , 0x00004b36 
- 00001624  0x000009e6 fetch  0x00000001 , 0x00004c02 
- 00001625  0x000009e7 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00001626  0x000009e8 branch  0x0000065f , 0x00000005 
- 00001627  0x000009e9 fetch  0x00000001 , 0x00004b36 
- 00001628  0x000009ea fetcht  0x00000001 , 0x00004bbd 
- 00001629  0x000009eb icompare  0x00000007 , 0x00000002 
- 00001630  0x000009ec nbranch  0x0000067f , 0x00000001 
- 00001631  0x000009ee call  0x0000067c 
- 00001632  0x000009ef istore  0x00000001 , 0x00000005 
- 00001633  0x000009f0 rshift3  0x0000003f , 0x0000003f 
- 00001634  0x000009f1 and  0x0000003f , 0x0000001f , 0x00000039 
- 00001635  0x000009f2 branch  0x00000667 , 0x00000005 
- 00001636  0x000009f4 call  0x0000067c 
- 00001637  0x000009f5 istore  0x00000001 , 0x00000005 
- 00001638  0x000009f6 loop  0x00000664 
- 00001639  0x000009f9 copy  0x00000005 , 0x00000011 
- 00001640  0x000009fa call  0x0000067c 
- 00001641  0x000009fb store  0x00000001 , 0x00004cf7 
- 00001642  0x000009fc copy  0x00000011 , 0x00000005 
- 00001643  0x000009fd parse  0x00000003 , 0x00000000 , 0x00000018 
- 00001644  0x000009fe enable  0x00000010 
- 00001645  0x000009ff arg  0x00000664 , 0x0000001b 
- 00001646  0x00000a00 rshift32  0x0000003f , 0x0000003f 
- 00001647  0x00000a01 rshift16  0x0000003f , 0x0000003f 
- 00001648  0x00000a02 istore  0x00000003 , 0x00000005 
- 00001649  0x00000a03 disable  0x0000000b 
- 00001650  0x00000a04 branch  0x0000067f , 0x00000006 
- 00001651  0x00000a07 enable  0x0000002f 
- 00001652  0x00000a08 fetch  0x00000001 , 0x00000017 
- 00001653  0x00000a09 add  0x0000003f , 0x00000000 , 0x00000011 
- 00001654  0x00000a0a call  0x00002981 
- 00001655  0x00000a0b disable  0x0000000d 
- 00001656  0x00000a0c call  0x00002918 
- 00001657  0x00000a0d fetch  0x00000001 , 0x00004cf7 
- 00001658  0x00000a0e call  0x0000001d 
- 00001659  0x00000a0f rtn 
- 00001660  0x00000a12 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00001661  0x00000a13 rshift3  0x0000000c , 0x0000003f 
- 00001662  0x00000a14 rtn 
- 00001663  0x00000a1c disable  0x0000001b 
- 00001664  0x00000a1d disable  0x0000000b 
- 00001665  0x00000a1e call  0x0000264d 
- 00001666  0x00000a1f rtn 
- 00001667  0x00000a22 call  0x00002918 
- 00001668  0x00000a23 fetcht  0x00000001 , 0x00004bc6 
- 00001669  0x00000a24 branch  0x00002933 
- 00001670  0x00000a27 call  0x000053c4 
- 00001671  0x00000a28 fetch  0x00000004 , 0x00004be4 
- 00001672  0x00000a29 iforce  0x00000009 
- 00001673  0x00000a2a call  0x0000063a 
- 00001674  0x00000a2b call  0x00000683 
- 00001675  0x00000a2c set1  0x00000000 , 0x00000015 
- 00001676  0x00000a2d enable  0x0000001d 
- 00001677  0x00000a2e enable  0x00000020 
- 00001678  0x00000a2f disable  0x00000021 
- 00001679  0x00000a32 rshift16  0x00000009 , 0x0000003f 
- 00001680  0x00000a33 rshift8  0x0000003f , 0x0000003f 
- 00001681  0x00000a34 rshift4  0x0000003f , 0x0000003f 
- 00001682  0x00000a35 inject  0x00000003 , 0x00000028 
- 00001683  0x00000a36 disable  0x0000001d 
- 00001684  0x00000a37 enable  0x0000001b 
- 00001685  0x00000a38 enable  0x00000007 
- 00001686  0x00000a39 enable  0x00000009 
- 00001687  0x00000a3a fetch  0x00000001 , 0x00004c6f 
- 00001688  0x00000a3b inject  0x00000003 , 0x00000008 
- 00001689  0x00000a3c fetch  0x00000001 , 0x00004bbe 
- 00001690  0x00000a3d iforce  0x00000039 
- 00001691  0x00000a3e arg  0x00004b78 , 0x00000006 
- 00001692  0x00000a40 ifetch  0x00000001 , 0x00000006 
- 00001693  0x00000a41 inject  0x00000003 , 0x00000008 
- 00001694  0x00000a42 loop  0x0000069c 
- 00001695  0x00000a45 enable  0x00000008 
- 00001696  0x00000a46 inject  0x00000003 , 0x00000018 
- 00001697  0x00000a47 disable  0x00000008 
- 00001698  0x00000a48 until  0x0000003e , 0x00000027 
- 00001699  0x00000a49 nop  0x00000064 
- 00001700  0x00000a4a disable  0x0000001d 
- 00001701  0x00000a4b disable  0x0000001b 
- 00001702  0x00000a4c rtn 
- 00001703  0x00000a52 jam  0x00000007 , 0x000047a0 
- 00001704  0x00000a53 jam  0x00000004 , 0x000047a1 
- 00001705  0x00000a54 setarg  0x000047a0 
- 00001706  0x00000a55 store  0x00000002 , 0x00004218 
- 00001707  0x00000a56 branch  0x00007e38 
- 00001708  0x00000a59 arg  0x0000469a , 0x00000011 
- 00001709  0x00000a5a call  0x00007e3d 
- 00001710  0x00000a5b call  0x000006b0 , 0x00000028 
- 00001711  0x00000a5d rtn 
- 00001712  0x00000a5f fetch  0x00000001 , 0x000047c1 
- 00001713  0x00000a60 increase  0x00000001 , 0x0000003f 
- 00001714  0x00000a61 store  0x00000001 , 0x000047c1 
- 00001715  0x00000a62 rtn 
- 00001716  0x00000a65 arg  0x0000469a , 0x00000011 
- 00001717  0x00000a66 call  0x00007e54 
- 00001718  0x00000a67 branch  0x000006b8 , 0x00000028 
- 00001719  0x00000a68 rtn 
- 00001720  0x00000a6b call  0x00005652 
- 00001721  0x00000a6c fetch  0x00000001 , 0x000047c1 
- 00001722  0x00000a6d sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00001723  0x00000a6e ncall  0x00005650 , 0x00000002 
- 00001724  0x00000a6f fetch  0x00000001 , 0x000047c1 
- 00001725  0x00000a70 rtn  0x00000034 
- 00001726  0x00000a71 increase  0xffffffff , 0x0000003f 
- 00001727  0x00000a72 store  0x00000001 , 0x000047c1 
- 00001728  0x00000a73 branch  0x00003f90 
- 00008192  0x00000acd call  0x00002abc 
- 00008193  0x00000ad0 bpatch  0x00000000 , 0x00004000 
- 00008194  0x00000ad1 clear_stack 
- 00008195  0x00000ad2 call  0x0000640d 
- 00008196  0x00000ad3 call  0x0000296c 
- 00008197  0x00000ad4 call  0x000065a3 
- 00008198  0x00000ad5 call  0x00002a96 
- 00008199  0x00000ad6 call  0x00004d6a 
- 00008200  0x00000ad7 bpatch  0x00000001 , 0x00004000 
- 00008201  0x00000ad8 call  0x00006a03 
- 00008202  0x00000ad9 call  0x00005cf6 
- 00008203  0x00000ada call  0x00007ccc 
- 00008204  0x00000adb call  0x000032d8 
- 00008205  0x00000adc ncall  0x0000689c , 0x0000002b 
- 00008206  0x00000add bpatch  0x00000002 , 0x00004000 
- 00008207  0x00000ade call  0x000032e3 , 0x0000002b 
- 00008208  0x00000adf call  0x0000756a 
- 00008209  0x00000ae1 call  0x00002b41 , 0x0000002b 
- 00008210  0x00000ae3 bpatch  0x00000003 , 0x00004000 
- 00008211  0x00000ae4 call  0x000076dc 
- 00008212  0x00000ae5 call  0x00007aaf 
- 00008213  0x00000ae6 call  0x0000756d 
- 00008214  0x00000ae7 call  0x0000535c 
- 00008215  0x00000ae8 bpatch  0x00000004 , 0x00004000 
- 00008216  0x00000ae9 call  0x00002038 
- 00008217  0x00000aea call  0x000032ed 
- 00008218  0x00000aeb call  0x0000208f 
- 00008219  0x00000aec call  0x000022f8 
- 00008220  0x00000aed call  0x0000236a 
- 00008221  0x00000aee call  0x00002021 
- 00008222  0x00000aef call  0x00002b6a 
- 00008223  0x00000af0 call  0x00002c72 
- 00008224  0x00000af1 branch  0x00002012 
- 00008225  0x00000af4 call  0x00002026 
- 00008226  0x00000af5 rtnmark0  0x00000009 
- 00008227  0x00000af6 set0  0x00000009 , 0x00000000 
- 00008228  0x00000af7 call  0x00002223 
- 00008229  0x00000af8 branch  0x000053ce 
- 00008230  0x00000afb bpatch  0x00000005 , 0x00004000 
- 00008231  0x00000afc call  0x0000225e 
- 00008232  0x00000afd nbranch  0x0000202f , 0x00000005 
- 00008233  0x00000afe call  0x0000220a 
- 00008234  0x00000aff add  0x00000011 , 0x00000001 , 0x00000006 
- 00008235  0x00000b00 ifetch  0x00000001 , 0x00000006 
- 00008236  0x00000b01 bbit1  0x00000000 , 0x00005360 
- 00008237  0x00000b02 bbit1  0x00000001 , 0x00002166 
- 00008238  0x00000b03 branch  0x000023cf 
- 00008239  0x00000b05 call  0x0000222b 
- 00008240  0x00000b06 copy  0x00000039 , 0x0000003e 
- 00008241  0x00000b07 rtn  0x00000005 
- 00008242  0x00000b08 call  0x0000220a 
- 00008243  0x00000b09 fetch  0x00000001 , 0x00000030 
- 00008244  0x00000b0a bbit1  0x00000003 , 0x000020d3 
- 00008245  0x00000b0b fetch  0x00000001 , 0x00000031 
- 00008246  0x00000b0c bbit1  0x00000001 , 0x00002166 
- 00008247  0x00000b0d branch  0x000023cf 
- 00008248  0x00000b16 fetch  0x00000001 , 0x000041ce 
- 00008249  0x00000b17 rtn  0x00000034 
- 00008250  0x00000b18 beq  0x00000001 , 0x00002048 
- 00008251  0x00000b19 beq  0x00000002 , 0x0000204d 
- 00008252  0x00000b1a beq  0x00000003 , 0x00002050 
- 00008253  0x00000b1b beq  0x00000005 , 0x00002055 
- 00008254  0x00000b1c beq  0x0000001b , 0x00002045 
- 00008255  0x00000b1d call  0x00002257 
- 00008256  0x00000b1e rtn  0x00000005 
- 00008257  0x00000b1f call  0x0000225a 
- 00008258  0x00000b20 rtn  0x00000005 
- 00008259  0x00000b22 jam  0x00000000 , 0x000041ce 
- 00008260  0x00000b23 rtn 
- 00008261  0x00000b26 jam  0x0000001b , 0x0000049b 
- 00008262  0x00000b27 jam  0x00000000 , 0x000041ce 
- 00008263  0x00000b28 rtn 
- 00008264  0x00000b2b set1  0x0000001c , 0x00000000 
- 00008265  0x00000b2c set0  0x0000001e , 0x00000000 
- 00008266  0x00000b2d jam  0x000000ff , 0x0000008f 
- 00008267  0x00000b2e jam  0x0000001f , 0x0000008d 
- 00008268  0x00000b2f branch  0x00002043 
- 00008269  0x00000b32 set0  0x0000001c , 0x00000000 
- 00008270  0x00000b33 force  0x00000000 , 0x0000001b 
- 00008271  0x00000b34 branch  0x00002043 
- 00008272  0x00000b37 call  0x0000225a 
- 00008273  0x00000b38 rtn  0x00000005 
- 00008274  0x00000b39 force  0x00000001 , 0x00000002 
- 00008275  0x00000b3a jam  0x00000005 , 0x0000016e 
- 00008276  0x00000b3b branch  0x0000205c 
- 00008277  0x00000b3e bpatch  0x00000006 , 0x00004000 
- 00008278  0x00000b40 fetch  0x00000006 , 0x000041d0 
- 00008279  0x00000b41 branch  0x00002043 , 0x00000034 
- 00008280  0x00000b42 jam  0x00000001 , 0x00004681 
- 00008281  0x00000b44 jam  0x00000003 , 0x00000055 
- 00008282  0x00000b45 branch  0x0000205b 
- 00008283  0x00000b48 force  0x00000025 , 0x00000002 
- 00008284  0x00000b4a bpatch  0x00000007 , 0x00004000 
- 00008285  0x00000b4b fetch  0x00000001 , 0x000000f1 
- 00008286  0x00000b4c branch  0x00002062 , 0x00000034 
- 00008287  0x00000b4d lshift3  0x0000003f , 0x0000003f 
- 00008288  0x00000b4e lshift4  0x0000003f , 0x0000003f 
- 00008289  0x00000b4f increase  0xffffffff , 0x0000003f 
- 00008290  0x00000b51 store  0x00000001 , 0x000040a6 
- 00008291  0x00000b52 store  0x00000001 , 0x000000f0 
- 00008292  0x00000b53 jam  0x0000001f , 0x0000008e 
- 00008293  0x00000b54 set0  0x0000000c , 0x00000000 
- 00008294  0x00000b55 call  0x0000223b 
- 00008295  0x00000b56 nbranch  0x00002083 , 0x00000005 
- 00008296  0x00000b57 call  0x00002a6f 
- 00008297  0x00000b58 store  0x00000001 , 0x00000077 
- 00008298  0x00000b59 storet  0x00000001 , 0x0000007c 
- 00008299  0x00000b5a fetch  0x00000006 , 0x000041d0 
- 00008300  0x00000b5b store  0x00000006 , 0x00000040 
- 00008301  0x00000b5c bpatch  0x00000008 , 0x00004001 
- 00008302  0x00000b5d call  0x00007f15 
- 00008303  0x00000b5e force  0x00000000 , 0x0000003f 
- 00008304  0x00000b5f compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008305  0x00000b60 nsetflag  0x00000001 , 0x00000005 , 0x0000003f 
- 00008306  0x00000b61 set1  0x00000003 , 0x0000003f 
- 00008307  0x00000b62 store  0x00000001 , 0x00000030 
- 00008308  0x00000b63 jam  0x00000003 , 0x00000a99 
- 00008309  0x00000b64 call  0x00007d86 
- 00008310  0x00000b65 force  0x00000000 , 0x0000003f 
- 00008311  0x00000b66 setflag  0x00000001 , 0x00000004 , 0x0000003f 
- 00008312  0x00000b67 store  0x00000001 , 0x0000004c 
- 00008313  0x00000b68 setarg  0x00000000 
- 00008314  0x00000b69 set1  0x00000001 , 0x0000003f 
- 00008315  0x00000b6a store  0x00000001 , 0x00000031 
- 00008316  0x00000b6b enable  0x00000029 
- 00008317  0x00000b6c call  0x00002223 
- 00008318  0x00000b6d disable  0x00000029 
- 00008319  0x00000b6e force  0x00000003 , 0x00000007 
- 00008320  0x00000b6f fetch  0x00000002 , 0x000040b9 
- 00008321  0x00000b70 call  0x00007f08 
- 00008322  0x00000b71 branch  0x00002043 
- 00008323  0x00000b73 bpatch  0x00000009 , 0x00004001 
- 00008324  0x00000b74 fetch  0x00000006 , 0x000041d0 
- 00008325  0x00000b75 store  0x00000006 , 0x00000040 
- 00008326  0x00000b76 compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008327  0x00000b77 branch  0x00002089 , 0x00000001 
- 00008328  0x00000b78 branch  0x00002043 
- 00008329  0x00000b7a arg  0x00000101 , 0x00000005 
- 00008330  0x00000b7b arg  0x00000008 , 0x00000039 
- 00008331  0x00000b7c call  0x00007ec6 
- 00008332  0x00000b7d jam  0x00000004 , 0x00000a99 
- 00008333  0x00000b7e call  0x00007d86 
- 00008334  0x00000b7f branch  0x00002043 
- 00008335  0x00000b87 rtnmark0  0x0000001c 
- 00008336  0x00000b88 force  0x00000001 , 0x00000007 
- 00008337  0x00000b89 call  0x00007f16 
- 00008338  0x00000b8a nsetflag  0x00000034 , 0x0000001c , 0x00000000 
- 00008339  0x00000b8b nbranch  0x00002095 , 0x00000034 
- 00008340  0x00000b8c rtn 
- 00008341  0x00000b91 bpatch  0x0000000a , 0x00004001 
- 00008342  0x00000b92 fetcht  0x00000002 , 0x000040bb 
- 00008343  0x00000b93 force  0x00000004 , 0x00000007 
- 00008344  0x00000b94 call  0x0000271c 
- 00008345  0x00000b95 rtn  0x00000028 
- 00008346  0x00000b96 call  0x000028a4 
- 00008347  0x00000b97 force  0x00000000 , 0x00000024 
- 00008348  0x00000b99 rtn  0x00000003 
- 00008349  0x00000b9a set0  0x0000000b , 0x00000000 
- 00008350  0x00000b9b set0  0x00000000 , 0x00000000 
- 00008351  0x00000b9d add  0x00000022 , 0x00000001 , 0x00000021 
- 00008352  0x00000b9e isolate1  0x0000001e , 0x00000000 
- 00008353  0x00000b9f setflag  0x00000001 , 0x00000002 , 0x00000024 
- 00008354  0x00000ba0 compare  0x00000000 , 0x00000021 , 0x00000002 
- 00008355  0x00000ba1 nbranch  0x000020be , 0x00000001 
- 00008356  0x00000ba4 bpatch  0x0000000b , 0x00004001 
- 00008357  0x00000ba5 fetch  0x00000001 , 0x00000012 
- 00008358  0x00000ba6 increase  0x00000001 , 0x0000003f 
- 00008359  0x00000ba7 store  0x00000001 , 0x00000012 
- 00008360  0x00000ba8 call  0x000028d8 
- 00008361  0x00000ba9 call  0x000028d2 
- 00008362  0x00000baa call  0x000028f2 
- 00008363  0x00000bab call  0x00002a51 
- 00008364  0x00000bac call  0x00002a56 
- 00008365  0x00000bad call  0x00002a64 
- 00008366  0x00000bae call  0x0000264d 
- 00008367  0x00000baf call  0x000020b1 
- 00008368  0x00000bb0 branch  0x0000209c 
- 00008369  0x00000bb3 bpatch  0x0000000c , 0x00004001 
- 00008370  0x00000bb4 fetch  0x00000001 , 0x0000008d 
- 00008371  0x00000bb5 increase  0xffffffff , 0x0000003f 
- 00008372  0x00000bb6 store  0x00000001 , 0x0000008d 
- 00008373  0x00000bb7 rtn  0x00000002 
- 00008374  0x00000bb8 jam  0x0000001f , 0x0000008d 
- 00008375  0x00000bb9 fetch  0x00000001 , 0x0000008f 
- 00008376  0x00000bba increase  0xffffffff , 0x0000003f 
- 00008377  0x00000bbb store  0x00000001 , 0x0000008f 
- 00008378  0x00000bbc rtn  0x00000002 
- 00008379  0x00000bbd setflip  0x0000001e , 0x00000000 
- 00008380  0x00000bbe jam  0x000000ff , 0x0000008f 
- 00008381  0x00000bbf rtn 
- 00008382  0x00000bc2 bpatch  0x0000000d , 0x00004001 
- 00008383  0x00000bc3 call  0x000028d8 
- 00008384  0x00000bc4 call  0x000028cc 
- 00008385  0x00000bc5 call  0x000028f2 
- 00008386  0x00000bc6 call  0x00002a5b 
- 00008387  0x00000bc7 call  0x000029eb 
- 00008388  0x00000bc8 call  0x00002a0d 
- 00008389  0x00000bc9 branch  0x000020c8 , 0x00000018 
- 00008390  0x00000bca call  0x000020b1 
- 00008391  0x00000bcb branch  0x0000209f 
- 00008392  0x00000bcd bpatch  0x0000000e , 0x00004001 
- 00008393  0x00000bce call  0x000029bb 
- 00008394  0x00000bcf call  0x00002a6b 
- 00008395  0x00000bd0 call  0x0000251e 
- 00008396  0x00000bd1 set0  0x00000001 , 0x00000000 
- 00008397  0x00000bd2 rtnmark0  0x0000000b 
- 00008398  0x00000bd4 bpatch  0x0000000f , 0x00004001 
- 00008399  0x00000bd6 fetch  0x00000001 , 0x00000013 
- 00008400  0x00000bd7 increase  0x00000001 , 0x0000003f 
- 00008401  0x00000bd8 store  0x00000001 , 0x00000013 
- 00008402  0x00000bd9 rtn 
- 00008403  0x00000be2 bpatch  0x00000010 , 0x00004002 
- 00008404  0x00000be3 enable  0x00000029 
- 00008405  0x00000be4 enable  0x00000030 
- 00008406  0x00000be5 fetch  0x00000002 , 0x000040b5 
- 00008407  0x00000be6 branch  0x000020db , 0x00000034 
- 00008408  0x00000be7 force  0x00000008 , 0x00000007 
- 00008409  0x00000be8 call  0x00007f16 
- 00008410  0x00000be9 nrtn  0x00000034 
- 00008411  0x00000beb bpatch  0x00000011 , 0x00004002 
- 00008412  0x00000bec fetcht  0x00000002 , 0x000040b7 
- 00008413  0x00000bed force  0x00000028 , 0x00000007 
- 00008414  0x00000bee call  0x0000271c 
- 00008415  0x00000bef branch  0x00002114 , 0x00000028 
- 00008416  0x00000bf0 force  0x00000003 , 0x00000007 
- 00008417  0x00000bf1 call  0x00007f16 
- 00008418  0x00000bf2 nbranch  0x000020f0 , 0x00000034 
- 00008419  0x00000bf3 fetch  0x00000001 , 0x0000004c 
- 00008420  0x00000bf4 bbit1  0x00000004 , 0x000020e6 
- 00008421  0x00000bf5 branch  0x000020e9 
- 00008422  0x00000bf7 arg  0x00000101 , 0x00000005 
- 00008423  0x00000bf8 arg  0x00000008 , 0x00000039 
- 00008424  0x00000bf9 call  0x00007ec6 
- 00008425  0x00000bfb bpatch  0x00000012 , 0x00004002 
- 00008426  0x00000bfc jam  0x00000000 , 0x00000030 
- 00008427  0x00000bfd call  0x00005cf7 
- 00008428  0x00000bfe jam  0x00000000 , 0x00004681 
- 00008429  0x00000bff jam  0x00000013 , 0x00000a99 
- 00008430  0x00000c00 call  0x00007d86 
- 00008431  0x00000c01 branch  0x00002114 
- 00008432  0x00000c04 bpatch  0x00000013 , 0x00004002 
- 00008433  0x00000c05 force  0x00000000 , 0x0000000b 
- 00008434  0x00000c06 until  0x00000023 , 0x00000026 
- 00008435  0x00000c07 fetch  0x00000001 , 0x000000f2 
- 00008436  0x00000c08 increase  0xffffffff , 0x0000003f 
- 00008437  0x00000c09 ixor  0x00000022 , 0x0000003f 
- 00008438  0x00000c0a compare  0x00000000 , 0x0000003f , 0x00000003 
- 00008439  0x00000c0b nbranch  0x000020f0 , 0x00000001 
- 00008440  0x00000c0c deposit  0x00000004 
- 00008441  0x00000c0d store  0x00000001 , 0x00000181 
- 00008442  0x00000c0e force  0x00000000 , 0x00000026 
- 00008443  0x00000c0f force  0x00000000 , 0x00000024 
- 00008444  0x00000c12 bpatch  0x00000014 , 0x00004002 
- 00008445  0x00000c13 branch  0x00002114 , 0x00000003 
- 00008446  0x00000c14 call  0x000028dc 
- 00008447  0x00000c15 arg  0x00000600 , 0x0000000b 
- 00008448  0x00000c16 until  0x00000023 , 0x00000026 
- 00008449  0x00000c18 bpatch  0x00000015 , 0x00004002 
- 00008450  0x00000c19 fetch  0x00000004 , 0x000000f2 
- 00008451  0x00000c1a iforce  0x00000021 
- 00008452  0x00000c1b increase  0x00000001 , 0x0000003f 
- 00008453  0x00000c1c store  0x00000004 , 0x000000f2 
- 00008454  0x00000c1d isolate1  0x0000000c , 0x00000000 
- 00008455  0x00000c1e setflag  0x00000001 , 0x00000002 , 0x00000024 
- 00008456  0x00000c1f compare  0x00000000 , 0x00000021 , 0x00000002 
- 00008457  0x00000c20 nbranch  0x00002128 , 0x00000001 
- 00008458  0x00000c21 fetch  0x00000001 , 0x0000000c 
- 00008459  0x00000c22 increase  0x00000001 , 0x0000003f 
- 00008460  0x00000c23 store  0x00000001 , 0x0000000c 
- 00008461  0x00000c24 call  0x000028d2 
- 00008462  0x00000c25 call  0x00002a51 
- 00008463  0x00000c26 call  0x00002a56 
- 00008464  0x00000c27 call  0x00002a64 
- 00008465  0x00000c28 call  0x0000264d 
- 00008466  0x00000c29 call  0x0000211a 
- 00008467  0x00000c2a branch  0x000020fc 
- 00008468  0x00000c2c bpatch  0x00000016 , 0x00004002 
- 00008469  0x00000c2d disable  0x00000029 
- 00008470  0x00000c2e fetch  0x00000002 , 0x000040b5 
- 00008471  0x00000c2f rtn  0x00000034 
- 00008472  0x00000c30 force  0x00000008 , 0x00000007 
- 00008473  0x00000c31 branch  0x00007f08 
- 00008474  0x00000c34 bpatch  0x00000017 , 0x00004002 
- 00008475  0x00000c35 fetch  0x00000001 , 0x0000008e 
- 00008476  0x00000c36 increase  0xffffffff , 0x0000003f 
- 00008477  0x00000c37 store  0x00000001 , 0x0000008e 
- 00008478  0x00000c38 rtn  0x00000002 
- 00008479  0x00000c39 jam  0x0000001f , 0x0000008e 
- 00008480  0x00000c3a fetch  0x00000001 , 0x000000f0 
- 00008481  0x00000c3b increase  0xffffffff , 0x0000003f 
- 00008482  0x00000c3c store  0x00000001 , 0x000000f0 
- 00008483  0x00000c3d rtn  0x00000002 
- 00008484  0x00000c3e setflip  0x0000000c , 0x00000000 
- 00008485  0x00000c3f fetch  0x00000001 , 0x000040a6 
- 00008486  0x00000c40 store  0x00000001 , 0x000000f0 
- 00008487  0x00000c41 rtn 
- 00008488  0x00000c44 bpatch  0x00000018 , 0x00004003 
- 00008489  0x00000c45 call  0x000028cc 
- 00008490  0x00000c46 call  0x00002a5b 
- 00008491  0x00000c47 call  0x000029eb 
- 00008492  0x00000c48 call  0x00002a0d 
- 00008493  0x00000c49 branch  0x00002130 , 0x00000018 
- 00008494  0x00000c4a call  0x0000211a 
- 00008495  0x00000c4b branch  0x00002101 
- 00008496  0x00000c4d call  0x0000264d 
- 00008497  0x00000c4e fetch  0x00000001 , 0x0000000d 
- 00008498  0x00000c4f increase  0x00000001 , 0x0000003f 
- 00008499  0x00000c50 store  0x00000001 , 0x0000000d 
- 00008500  0x00000c51 force  0x00000000 , 0x0000001b 
- 00008501  0x00000c52 fetch  0x00000004 , 0x000000f2 
- 00008502  0x00000c54 bpatch  0x00000019 , 0x00004003 
- 00008503  0x00000c55 call  0x00002a4f 
- 00008504  0x00000c56 call  0x000028dc 
- 00008505  0x00000c57 increase  0x00000001 , 0x00000026 
- 00008506  0x00000c59 and_into  0x000001fd , 0x00000021 
- 00008507  0x00000c5a and_into  0x000001fc , 0x00000024 
- 00008508  0x00000c5b call  0x000028d2 
- 00008509  0x00000c5c call  0x00002a51 
- 00008510  0x00000c5d call  0x00002a56 
- 00008511  0x00000c5e call  0x00002a64 
- 00008512  0x00000c5f deposit  0x00000022 
- 00008513  0x00000c60 store  0x00000004 , 0x00000161 
- 00008514  0x00000c61 force  0x00000000 , 0x00000004 
- 00008515  0x00000c62 force  0x00000002 , 0x00000001 
- 00008516  0x00000c63 call  0x00002a6b 
- 00008517  0x00000c64 call  0x00002766 
- 00008518  0x00000c66 bpatch  0x0000001a , 0x00004003 
- 00008519  0x00000c67 call  0x00002a4d 
- 00008520  0x00000c68 or_into  0x00000002 , 0x00000021 
- 00008521  0x00000c69 and_into  0x000001fc , 0x00000024 
- 00008522  0x00000c6a call  0x000028cc 
- 00008523  0x00000c6b call  0x00002a5b 
- 00008524  0x00000c6c call  0x000029eb 
- 00008525  0x00000c6d call  0x00002a0d 
- 00008526  0x00000c6e call  0x0000264d , 0x00000018 
- 00008527  0x00000c6f branch  0x00002155 , 0x00000018 
- 00008528  0x00000c70 fetch  0x00000001 , 0x00000010 
- 00008529  0x00000c71 branch  0x000020fc , 0x00000034 
- 00008530  0x00000c72 increase  0xffffffff , 0x0000003f 
- 00008531  0x00000c73 store  0x00000001 , 0x00000010 
- 00008532  0x00000c74 branch  0x00002136 
- 00008533  0x00000c77 bpatch  0x0000001b , 0x00004003 
- 00008534  0x00000c78 fetch  0x00000001 , 0x0000000e 
- 00008535  0x00000c79 increase  0x00000001 , 0x0000003f 
- 00008536  0x00000c7a store  0x00000001 , 0x0000000e 
- 00008537  0x00000c7b call  0x00002435 
- 00008538  0x00000c7d call  0x000022f2 
- 00008539  0x00000c7e branch  0x0000215f , 0x00000018 
- 00008540  0x00000c7f call  0x00002455 
- 00008541  0x00000c80 nbranch  0x0000215a , 0x00000034 
- 00008542  0x00000c81 branch  0x000020fc 
- 00008543  0x00000c84 bpatch  0x0000001c , 0x00004003 
- 00008544  0x00000c85 fetch  0x00000001 , 0x00000030 
- 00008545  0x00000c86 set0  0x00000003 , 0x0000003f 
- 00008546  0x00000c87 store  0x00000001 , 0x00000030 
- 00008547  0x00000c88 call  0x00002440 
- 00008548  0x00000c89 disable  0x00000029 
- 00008549  0x00000c8a rtn 
- 00008550  0x00000c8e bpatch  0x0000001d , 0x00004003 
- 00008551  0x00000c8f enable  0x00000029 
- 00008552  0x00000c90 enable  0x00000030 
- 00008553  0x00000c91 call  0x000021e1 
- 00008554  0x00000c92 rtn  0x00000028 
- 00008555  0x00000c93 call  0x00002c69 
- 00008556  0x00000c94 call  0x00002a4f 
- 00008557  0x00000c95 add  0x00000022 , 0x00000001 , 0x00000021 
- 00008558  0x00000c96 call  0x000028e2 
- 00008559  0x00000c97 force  0x00000003 , 0x00000024 
- 00008560  0x00000c98 call  0x00006cc2 
- 00008561  0x00000c99 call  0x00002489 
- 00008562  0x00000c9a call  0x000028d2 
- 00008563  0x00000c9b call  0x00002a51 
- 00008564  0x00000c9c call  0x00002a56 
- 00008565  0x00000c9d call  0x00002a64 
- 00008566  0x00000c9e call  0x00002762 
- 00008567  0x00000ca0 bpatch  0x0000001e , 0x00004003 
- 00008568  0x00000ca1 call  0x00005d08 
- 00008569  0x00000ca2 call  0x000022e4 
- 00008570  0x00000ca3 nbranch  0x00002180 , 0x0000002d 
- 00008571  0x00000ca4 call  0x00002a88 
- 00008572  0x00000ca5 call  0x00002728 
- 00008573  0x00000ca6 fetch  0x00000001 , 0x0000000f 
- 00008574  0x00000ca7 increase  0x00000001 , 0x0000003f 
- 00008575  0x00000ca8 store  0x00000001 , 0x0000000f 
- 00008576  0x00000caa bpatch  0x0000001f , 0x00004003 
- 00008577  0x00000cab call  0x00006caa 
- 00008578  0x00000cac call  0x0000218b 
- 00008579  0x00000cad nrtn  0x00000029 
- 00008580  0x00000cae call  0x000026f3 
- 00008581  0x00000caf nbranch  0x00002188 , 0x00000034 
- 00008582  0x00000cb1 disable  0x00000029 
- 00008583  0x00000cb2 rtn 
- 00008584  0x00000cb5 call  0x00002489 
- 00008585  0x00000cb6 call  0x000022da 
- 00008586  0x00000cb7 branch  0x00002177 
- 00008587  0x00000cbb branch  0x0000218e , 0x0000002d 
- 00008588  0x00000cbc call  0x00002a7f 
- 00008589  0x00000cbd branch  0x0000219c , 0x00000002 
- 00008590  0x00000cbf call  0x000021a7 
- 00008591  0x00000cc0 nbranch  0x0000219c , 0x00000028 
- 00008592  0x00000cc1 fetch  0x00000001 , 0x0000004c 
- 00008593  0x00000cc2 rtnbit0  0x00000004 
- 00008594  0x00000cc3 rtnbit1  0x00000003 
- 00008595  0x00000cc4 fetch  0x00000001 , 0x0000004b 
- 00008596  0x00000cc5 rtnbit1  0x00000003 
- 00008597  0x00000cc6 call  0x000021ae 
- 00008598  0x00000cc7 nrtn  0x00000034 
- 00008599  0x00000cc8 fetch  0x00000001 , 0x0000016e 
- 00008600  0x00000cc9 increase  0xffffffff , 0x0000003f 
- 00008601  0x00000cca store  0x00000001 , 0x0000016e 
- 00008602  0x00000ccb nrtn  0x00000034 
- 00008603  0x00000ccc branch  0x00006006 
- 00008604  0x00000ccf bpatch  0x00000020 , 0x00004004 
- 00008605  0x00000cd0 call  0x0000245d 
- 00008606  0x00000cd1 disable  0x00000029 
- 00008607  0x00000cd2 fetch  0x00000001 , 0x0000004c 
- 00008608  0x00000cd3 bbit1  0x00000004 , 0x000021a2 
- 00008609  0x00000cd4 rtn 
- 00008610  0x00000cd7 fetch  0x00000001 , 0x0000004c 
- 00008611  0x00000cd8 rtnbit1  0x00000003 
- 00008612  0x00000cda arg  0x00000101 , 0x00000005 
- 00008613  0x00000cdb arg  0x00000008 , 0x00000039 
- 00008614  0x00000cdc branch  0x00007ec6 
- 00008615  0x00000cdf bpatch  0x00000021 , 0x00004004 
- 00008616  0x00000ce0 enable  0x00000028 
- 00008617  0x00000ce1 fetch  0x00000001 , 0x0000004b 
- 00008618  0x00000ce2 rtnbit0  0x00000003 
- 00008619  0x00000ce3 call  0x000021ae 
- 00008620  0x00000ce4 nrtn  0x00000034 
- 00008621  0x00000ce5 branch  0x00007fe9 
- 00008622  0x00000ce8 fetch  0x00000001 , 0x00000072 
- 00008623  0x00000ce9 increase  0xffffffff , 0x0000003f 
- 00008624  0x00000cea store  0x00000001 , 0x00000072 
- 00008625  0x00000ceb rtn 
- 00008626  0x00000cee bpatch  0x00000022 , 0x00004004 
- 00008627  0x00000cef fetch  0x00000001 , 0x00000030 
- 00008628  0x00000cf0 bbit1  0x00000007 , 0x000021bb 
- 00008629  0x00000cf1 fetch  0x00000001 , 0x000009b5 
- 00008630  0x00000cf2 branch  0x000021bb , 0x00000034 
- 00008631  0x00000cf3 jam  0x00000000 , 0x000009b5 
- 00008632  0x00000cf4 jam  0x00000018 , 0x00000a99 
- 00008633  0x00000cf5 call  0x00007d86 
- 00008634  0x00000cf6 branch  0x000021bb 
- 00008635  0x00000cf8 bpatch  0x00000023 , 0x00004004 
- 00008636  0x00000cf9 call  0x00002254 
- 00008637  0x00000cfa fetch  0x00000001 , 0x00000030 
- 00008638  0x00000cfb set1  0x00000007 , 0x0000003f 
- 00008639  0x00000cfc store  0x00000001 , 0x00000030 
- 00008640  0x00000cfd jam  0x00000001 , 0x000041bd 
- 00008641  0x00000cfe fetch  0x00000001 , 0x00000055 
- 00008642  0x00000cff bne  0x00000016 , 0x000021c3 
- 00008643  0x00000d01 rtn 
- 00008644  0x00000d04 jam  0x00000001 , 0x000009b5 
- 00008645  0x00000d06 fetch  0x00000001 , 0x00000030 
- 00008646  0x00000d07 set0  0x00000007 , 0x0000003f 
- 00008647  0x00000d08 store  0x00000001 , 0x00000030 
- 00008648  0x00000d09 rtn 
- 00008649  0x00000d0e bpatch  0x00000024 , 0x00004004 
- 00008650  0x00000d0f disable  0x00000028 
- 00008651  0x00000d10 fetch  0x00000002 , 0x00000032 
- 00008652  0x00000d11 arg  0x0000ffff , 0x00000002 
- 00008653  0x00000d12 isub  0x00000002 , 0x0000003e 
- 00008654  0x00000d13 nrtn  0x00000005 
- 00008655  0x00000d14 fetch  0x00000004 , 0x00000034 
- 00008656  0x00000d15 branch  0x000021d3 , 0x00000030 
- 00008657  0x00000d16 isub  0x00000028 , 0x0000003f 
- 00008658  0x00000d17 branch  0x000021d4 
- 00008659  0x00000d19 isub  0x00000022 , 0x0000003f 
- 00008660  0x00000d1b sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00008661  0x00000d1c nrtn  0x00000002 
- 00008662  0x00000d1d force  0x00000000 , 0x0000003f 
- 00008663  0x00000d1e store  0x00000002 , 0x00000032 
- 00008664  0x00000d1f branch  0x00007fe7 
- 00008665  0x00000d24 copy  0x0000003f , 0x00000002 
- 00008666  0x00000d25 bpatch  0x00000025 , 0x00004004 
- 00008667  0x00000d26 storet  0x00000004 , 0x00000034 
- 00008668  0x00000d28 jam  0x00000001 , 0x0000455b 
- 00008669  0x00000d29 setarg  0x0000ffff 
- 00008670  0x00000d2a store  0x00000002 , 0x00000032 
- 00008671  0x00000d2b jam  0x00000001 , 0x00000073 
- 00008672  0x00000d2c rtn 
- 00008673  0x00000d30 bpatch  0x00000026 , 0x00004004 
- 00008674  0x00000d31 call  0x000021c9 
- 00008675  0x00000d32 nrtn  0x00000028 
- 00008676  0x00000d33 disable  0x00000028 
- 00008677  0x00000d34 jam  0x00000020 , 0x00000011 
- 00008678  0x00000d35 set0  0x0000000b , 0x00000000 
- 00008679  0x00000d37 call  0x00002a4f 
- 00008680  0x00000d38 call  0x000022e6 
- 00008681  0x00000d39 bmark1  0x0000000b , 0x000021f4 
- 00008682  0x00000d3a call  0x00002455 
- 00008683  0x00000d3b nbranch  0x000021e7 , 0x00000034 
- 00008684  0x00000d3d bpatch  0x00000027 , 0x00004004 
- 00008685  0x00000d3e disable  0x00000028 
- 00008686  0x00000d3f deposit  0x00000022 
- 00008687  0x00000d40 store  0x00000004 , 0x000040ca 
- 00008688  0x00000d41 enable  0x00000030 
- 00008689  0x00000d42 enable  0x00000029 
- 00008690  0x00000d43 jam  0x0000002a , 0x00000a99 
- 00008691  0x00000d44 branch  0x00007d86 
- 00008692  0x00000d47 bpatch  0x00000028 , 0x00004005 
- 00008693  0x00000d48 call  0x00002a4d 
- 00008694  0x00000d49 arg  0x00000010 , 0x00000001 
- 00008695  0x00000d4a call  0x000022dc 
- 00008696  0x00000d4b disable  0x00000030 
- 00008697  0x00000d4c disable  0x00000029 
- 00008698  0x00000d4d call  0x00002818 
- 00008699  0x00000d4e call  0x00002435 
- 00008700  0x00000d50 bpatch  0x00000029 , 0x00004005 
- 00008701  0x00000d51 call  0x0000247c 
- 00008702  0x00000d52 branch  0x00002202 , 0x0000002d 
- 00008703  0x00000d53 call  0x00002455 
- 00008704  0x00000d54 nbranch  0x000021fc , 0x00000034 
- 00008705  0x00000d55 branch  0x000021ec 
- 00008706  0x00000d57 fetch  0x00000001 , 0x00000031 
- 00008707  0x00000d58 set0  0x00000001 , 0x0000003f 
- 00008708  0x00000d59 store  0x00000001 , 0x00000031 
- 00008709  0x00000d5a call  0x00002a88 
- 00008710  0x00000d5b call  0x00002841 
- 00008711  0x00000d5c enable  0x00000028 
- 00008712  0x00000d5d jam  0x0000002b , 0x00000a99 
- 00008713  0x00000d5e branch  0x00007d86 
- 00008714  0x00000d64 bpatch  0x0000002a , 0x00004005 
- 00008715  0x00000d65 set1  0x00000009 , 0x00000000 
- 00008716  0x00000d66 deposit  0x00000011 
- 00008717  0x00000d67 store  0x00000002 , 0x0000001e 
- 00008718  0x00000d68 force  0x00000050 , 0x00000039 
- 00008719  0x00000d69 arg  0x0000043f , 0x00000005 
- 00008720  0x00000d6a add  0x00000011 , 0x00000001 , 0x00000006 
- 00008721  0x00000d6b ifetch  0x00000001 , 0x00000006 
- 00008722  0x00000d6c copy  0x00000011 , 0x00000006 
- 00008723  0x00000d6d bbit1  0x00000000 , 0x00007f01 
- 00008724  0x00000d6e arg  0x00000030 , 0x00000005 
- 00008725  0x00000d6f call  0x00007f01 
- 00008726  0x00000d70 disable  0x0000002e 
- 00008727  0x00000d71 fetch  0x00000001 , 0x00000077 
- 00008728  0x00000d72 iforce  0x00000004 
- 00008729  0x00000d73 jam  0x00000001 , 0x0000008a 
- 00008730  0x00000d74 branch  0x0000221c , 0x00000029 
- 00008731  0x00000d75 jam  0x00000001 , 0x0000008a 
- 00008732  0x00000d77 fetch  0x00000001 , 0x00000030 
- 00008733  0x00000d78 rtnbit0  0x00000001 
- 00008734  0x00000d79 fetch  0x00000001 , 0x00000073 
- 00008735  0x00000d7a store  0x00000001 , 0x0000008a 
- 00008736  0x00000d7b fetch  0x00000001 , 0x00000074 
- 00008737  0x00000d7c store  0x00000001 , 0x0000008b 
- 00008738  0x00000d7d rtn 
- 00008739  0x00000d80 bpatch  0x0000002b , 0x00004005 
- 00008740  0x00000d81 fetch  0x00000002 , 0x0000001e 
- 00008741  0x00000d82 iforce  0x00000005 
- 00008742  0x00000d83 force  0x00000050 , 0x00000039 
- 00008743  0x00000d84 arg  0x0000043f , 0x00000006 
- 00008744  0x00000d85 branch  0x00007f01 , 0x00000036 
- 00008745  0x00000d86 arg  0x00000030 , 0x00000006 
- 00008746  0x00000d87 branch  0x00007f01 
- 00008747  0x00000d8c arg  0x00000001 , 0x00000039 
- 00008748  0x00000d8d fetcht  0x00000001 , 0x00000015 
- 00008749  0x00000d8f increase  0x00000001 , 0x00000002 
- 00008750  0x00000d90 compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008751  0x00000d91 nbranch  0x00002231 , 0x00000001 
- 00008752  0x00000d92 arg  0x00000000 , 0x00000002 
- 00008753  0x00000d94 storet  0x00000001 , 0x00000015 
- 00008754  0x00000d95 mul32  0x00000002 , 0x00000050 , 0x0000003f 
- 00008755  0x00000d96 arg  0x00004040 , 0x00000011 
- 00008756  0x00000d97 iadd  0x00000011 , 0x00000011 
- 00008757  0x00000d98 ifetch  0x00000001 , 0x00000011 
- 00008758  0x00000d99 bbit1  0x00000001 , 0x00002239 
- 00008759  0x00000d9a rtnbit1  0x00000000 
- 00008760  0x00000d9b rtnbit1  0x00000003 
- 00008761  0x00000d9d loop  0x0000222d 
- 00008762  0x00000d9e rtn 
- 00008763  0x00000da1 bpatch  0x0000002c , 0x00004005 
- 00008764  0x00000da2 arg  0x0000226a , 0x00000013 
- 00008765  0x00000da3 call  0x00002261 
- 00008766  0x00000da4 nrtn  0x00000005 
- 00008767  0x00000da5 deposit  0x00000011 
- 00008768  0x00000da6 store  0x00000002 , 0x0000001e 
- 00008769  0x00000da7 force  0x00000000 , 0x0000003e 
- 00008770  0x00000da8 rtn 
- 00008771  0x00000dad call  0x00002725 
- 00008772  0x00000dae branch  0x0000224b , 0x00000001 
- 00008773  0x00000daf fetch  0x00000002 , 0x0000001e 
- 00008774  0x00000db0 add  0x0000003f , 0x00000017 , 0x00000005 
- 00008775  0x00000db1 fetch  0x00000001 , 0x00000047 
- 00008776  0x00000db2 istore  0x00000001 , 0x00000005 
- 00008777  0x00000db3 arg  0x000022aa , 0x00000013 
- 00008778  0x00000db4 branch  0x00002261 
- 00008779  0x00000db7 fetch  0x00000001 , 0x00000047 
- 00008780  0x00000db8 isolate1  0x00000003 , 0x0000003f 
- 00008781  0x00000db9 branch  0x00002250 , 0x00000001 
- 00008782  0x00000dba force  0x00000001 , 0x0000003e 
- 00008783  0x00000dbb rtn 
- 00008784  0x00000dbd force  0x00000000 , 0x0000003e 
- 00008785  0x00000dbe rtn 
- 00008786  0x00000dc2 arg  0x000022a7 , 0x00000013 
- 00008787  0x00000dc3 branch  0x00002261 
- 00008788  0x00000dc6 fetcht  0x00000002 , 0x0000001e 
- 00008789  0x00000dc7 arg  0x000022cf , 0x00000013 
- 00008790  0x00000dc8 branch  0x00002261 
- 00008791  0x00000dcd fetcht  0x00000001 , 0x000041cf 
- 00008792  0x00000dcf arg  0x00002275 , 0x00000013 
- 00008793  0x00000dd0 branch  0x00002261 
- 00008794  0x00000dd3 bpatch  0x0000002d , 0x00004005 
- 00008795  0x00000dd4 fetcht  0x00000006 , 0x000041d0 
- 00008796  0x00000dd6 arg  0x0000226e , 0x00000013 
- 00008797  0x00000dd7 branch  0x00002261 
- 00008798  0x00000dda arg  0x0000227b , 0x00000013 
- 00008799  0x00000ddb branch  0x00002261 
- 00008800  0x00000dde arg  0x000022c6 , 0x00000013 
- 00008801  0x00000de0 bpatch  0x0000002e , 0x00004005 
- 00008802  0x00000de1 arg  0x00004040 , 0x00000011 
- 00008803  0x00000de2 arg  0x00000001 , 0x00000039 
- 00008804  0x00000de4 ifetch  0x00000001 , 0x00000011 
- 00008805  0x00000de5 copy  0x00000013 , 0x0000003d 
- 00008806  0x00000de7 increase  0x00000050 , 0x00000011 
- 00008807  0x00000de8 loop  0x00002264 
- 00008808  0x00000de9 force  0x00000001 , 0x0000003e 
- 00008809  0x00000dea rtn 
- 00008810  0x00000ded bbit1  0x00000000 , 0x00002266 
- 00008811  0x00000dee bbit1  0x00000003 , 0x00002266 
- 00008812  0x00000def force  0x00000000 , 0x0000003e 
- 00008813  0x00000df0 rtn 
- 00008814  0x00000df3 bbit1  0x00000003 , 0x00002270 
- 00008815  0x00000df4 bbit0  0x00000000 , 0x00002266 
- 00008816  0x00000df6 add  0x00000011 , 0x00000010 , 0x00000006 
- 00008817  0x00000df7 ifetch  0x00000006 , 0x00000006 
- 00008818  0x00000df8 isub  0x00000002 , 0x0000003e 
- 00008819  0x00000df9 rtn  0x00000005 
- 00008820  0x00000dfa branch  0x00002266 
- 00008821  0x00000dfd bbit0  0x00000000 , 0x00002266 
- 00008822  0x00000dfe add  0x00000011 , 0x00000016 , 0x00000006 
- 00008823  0x00000dff ifetch  0x00000001 , 0x00000006 
- 00008824  0x00000e00 isub  0x00000002 , 0x0000003e 
- 00008825  0x00000e01 rtn  0x00000005 
- 00008826  0x00000e02 branch  0x00002266 
- 00008827  0x00000e05 bbit0  0x00000001 , 0x00002266 
- 00008828  0x00000e07 call  0x000022b3 
- 00008829  0x00000e08 call  0x00002297 
- 00008830  0x00000e09 isub  0x00000002 , 0x0000003f 
- 00008831  0x00000e0a increase  0x00000001 , 0x0000003f 
- 00008832  0x00000e0b branch  0x00002291 , 0x00000002 
- 00008833  0x00000e0c copy  0x00000006 , 0x00000012 
- 00008834  0x00000e0d store  0x00000009 , 0x00000aa2 
- 00008835  0x00000e0e fetch  0x00000001 , 0x000044c0 
- 00008836  0x00000e0f nbranch  0x00002289 , 0x00000034 
- 00008837  0x00000e10 fetch  0x00000009 , 0x00000aa2 
- 00008838  0x00000e11 copy  0x00000012 , 0x00000006 
- 00008839  0x00000e12 increase  0x00000005 , 0x0000003f 
- 00008840  0x00000e13 branch  0x0000228c 
- 00008841  0x00000e15 fetch  0x00000009 , 0x00000aa2 
- 00008842  0x00000e16 copy  0x00000012 , 0x00000006 
- 00008843  0x00000e17 increase  0x00000014 , 0x0000003f 
- 00008844  0x00000e19 nbranch  0x00002266 , 0x00000002 
- 00008845  0x00000e1b copy  0x00000002 , 0x00000021 
- 00008846  0x00000e1c call  0x000022bf 
- 00008847  0x00000e1d force  0x00000000 , 0x0000003e 
- 00008848  0x00000e1e rtn 
- 00008849  0x00000e22 iforce  0x00000012 
- 00008850  0x00000e23 add  0x00000011 , 0x00000002 , 0x00000006 
- 00008851  0x00000e24 ifetch  0x00000002 , 0x00000006 
- 00008852  0x00000e25 branch  0x0000228d , 0x00000034 
- 00008853  0x00000e26 call  0x000022bf 
- 00008854  0x00000e27 branch  0x0000227c 
- 00008855  0x00000e2a rshift16  0x0000003f , 0x0000000b 
- 00008856  0x00000e2b rshift8  0x0000000b , 0x0000000b 
- 00008857  0x00000e2c branch  0x000022a1 , 0x00000005 
- 00008858  0x00000e2d compare  0x0000000f , 0x0000000b , 0x0000000f 
- 00008859  0x00000e2e nrtn  0x00000001 
- 00008860  0x00000e2f rshift16  0x00000002 , 0x0000000b 
- 00008861  0x00000e30 rshift8  0x0000000b , 0x0000000b 
- 00008862  0x00000e31 nrtn  0x00000005 
- 00008863  0x00000e32 set1  0x0000001c , 0x00000002 
- 00008864  0x00000e33 rtn 
- 00008865  0x00000e35 rshift16  0x00000002 , 0x0000000b 
- 00008866  0x00000e36 rshift8  0x0000000b , 0x0000000b 
- 00008867  0x00000e37 compare  0x0000000f , 0x0000000b , 0x0000000f 
- 00008868  0x00000e38 nrtn  0x00000001 
- 00008869  0x00000e39 set1  0x0000001c , 0x0000003f 
- 00008870  0x00000e3a rtn 
- 00008871  0x00000e3d bbit0  0x00000000 , 0x00002266 
- 00008872  0x00000e3e force  0x00000000 , 0x0000003e 
- 00008873  0x00000e3f rtn 
- 00008874  0x00000e42 bbit0  0x00000000 , 0x00002266 
- 00008875  0x00000e43 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008876  0x00000e44 ifetch  0x00000001 , 0x00000006 
- 00008877  0x00000e45 bbit1  0x00000000 , 0x00002266 
- 00008878  0x00000e46 add  0x00000011 , 0x00000017 , 0x00000006 
- 00008879  0x00000e47 ifetch  0x00000001 , 0x00000006 
- 00008880  0x00000e48 bbit0  0x00000003 , 0x00002266 
- 00008881  0x00000e49 force  0x00000000 , 0x0000003e 
- 00008882  0x00000e4a rtn 
- 00008883  0x00000e4d add  0x00000011 , 0x00000001 , 0x00000006 
- 00008884  0x00000e4e ifetcht  0x00000001 , 0x00000006 
- 00008885  0x00000e4f deposit  0x00000022 
- 00008886  0x00000e50 isolate1  0x00000001 , 0x00000002 
- 00008887  0x00000e51 add  0x00000011 , 0x00000004 , 0x00000006 
- 00008888  0x00000e52 ifetcht  0x00000004 , 0x00000006 
- 00008889  0x00000e53 rtn  0x00000001 
- 00008890  0x00000e54 add  0x00000011 , 0x00000008 , 0x00000006 
- 00008891  0x00000e55 ifetch  0x00000006 , 0x00000006 
- 00008892  0x00000e56 call  0x00002854 
- 00008893  0x00000e57 deposit  0x00000028 
- 00008894  0x00000e58 rtn 
- 00008895  0x00000e5b add  0x00000011 , 0x00000002 , 0x00000006 
- 00008896  0x00000e5c add  0x00000011 , 0x00000004 , 0x00000005 
- 00008897  0x00000e5d ifetch  0x00000002 , 0x00000006 
- 00008898  0x00000e5e iadd  0x00000002 , 0x0000000b 
- 00008899  0x00000e5f deposit  0x0000000b 
- 00008900  0x00000e60 istore  0x00000004 , 0x00000005 
- 00008901  0x00000e61 branch  0x00005449 
- 00008902  0x00000e65 bbit0  0x00000001 , 0x00002266 
- 00008903  0x00000e66 call  0x000022b3 
- 00008904  0x00000e67 iadd  0x0000001b , 0x0000003f 
- 00008905  0x00000e68 iadd  0x0000001b , 0x0000003f 
- 00008906  0x00000e69 iadd  0x00000007 , 0x0000003f 
- 00008907  0x00000e6a isub  0x00000002 , 0x0000003e 
- 00008908  0x00000e6b nbranch  0x00002266 , 0x00000002 
- 00008909  0x00000e6c force  0x00000000 , 0x0000003e 
- 00008910  0x00000e6d rtn 
- 00008911  0x00000e70 bbit0  0x00000000 , 0x00002266 
- 00008912  0x00000e71 deposit  0x00000002 
- 00008913  0x00000e72 isub  0x00000011 , 0x0000003e 
- 00008914  0x00000e73 branch  0x00002266 , 0x0000003e 
- 00008915  0x00000e74 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008916  0x00000e75 ifetch  0x00000001 , 0x00000006 
- 00008917  0x00000e76 bbit1  0x00000000 , 0x00002266 
- 00008918  0x00000e77 ifetch  0x00000001 , 0x00000011 
- 00008919  0x00000e78 set0  0x00000007 , 0x0000003f 
- 00008920  0x00000e79 istore  0x00000001 , 0x00000011 
- 00008921  0x00000e7a branch  0x00002266 
- 00008922  0x00000e7e bpatch  0x0000002f , 0x00004005 
- 00008923  0x00000e7f call  0x00002a4f 
- 00008924  0x00000e81 add  0x00000022 , 0x00000001 , 0x00000021 
- 00008925  0x00000e82 call  0x000028e2 
- 00008926  0x00000e83 force  0x00000003 , 0x00000024 
- 00008927  0x00000e84 call  0x000028d2 
- 00008928  0x00000e85 call  0x00002a51 
- 00008929  0x00000e86 call  0x00002a56 
- 00008930  0x00000e87 call  0x00002a64 
- 00008931  0x00000e88 branch  0x00002762 
- 00008932  0x00000e8b bpatch  0x00000030 , 0x00004006 
- 00008933  0x00000e8c call  0x00002a4d 
- 00008934  0x00000e8e add  0x00000022 , 0x00000001 , 0x00000021 
- 00008935  0x00000e8f call  0x000028e2 
- 00008936  0x00000e90 force  0x00000003 , 0x00000024 
- 00008937  0x00000e91 call  0x000028cc 
- 00008938  0x00000e92 call  0x0000242a 
- 00008939  0x00000e93 call  0x000029f1 
- 00008940  0x00000e94 call  0x00002a5b 
- 00008941  0x00000e95 call  0x000029eb 
- 00008942  0x00000e97 call  0x00002a0d 
- 00008943  0x00000e98 nrtn  0x00000018 
- 00008944  0x00000e99 call  0x000029bb 
- 00008945  0x00000e9a branch  0x0000251c 
- 00008946  0x00000e9f bpatch  0x00000031 , 0x00004006 
- 00008947  0x00000ea0 fetch  0x00000001 , 0x00000181 
- 00008948  0x00000ea1 iforce  0x00000004 
- 00008949  0x00000ea2 force  0x00000001 , 0x00000001 
- 00008950  0x00000ea3 call  0x000022da 
- 00008951  0x00000ea4 branch  0x000022e4 
- 00008952  0x00000eb0 fetch  0x00000001 , 0x00004093 
- 00008953  0x00000eb1 rtnbit0  0x00000000 
- 00008954  0x00000eb2 force  0x00000004 , 0x00000007 
- 00008955  0x00000eb3 call  0x00007f16 
- 00008956  0x00000eb4 nrtn  0x00000034 
- 00008957  0x00000eb5 fetcht  0x00000002 , 0x000040ad 
- 00008958  0x00000eb6 force  0x00000004 , 0x00000007 
- 00008959  0x00000eb7 call  0x0000271c 
- 00008960  0x00000eb8 rtn  0x00000028 
- 00008961  0x00000eb9 call  0x00002308 
- 00008962  0x00000eba force  0x00000004 , 0x00000007 
- 00008963  0x00000ebb fetch  0x00000002 , 0x000040af 
- 00008964  0x00000ebc nbranch  0x00007f08 , 0x00000018 
- 00008965  0x00000ebd random  0x0000003f 
- 00008966  0x00000ebe iand  0x00000035 , 0x0000003f 
- 00008967  0x00000ebf branch  0x00007f08 
- 00008968  0x00000ec3 bpatch  0x00000032 , 0x00004006 
- 00008969  0x00000ec4 jam  0x00000000 , 0x00000181 
- 00008970  0x00000ec5 disable  0x00000030 
- 00008971  0x00000ec6 disable  0x0000002e 
- 00008972  0x00000ec7 call  0x000028a4 
- 00008973  0x00000ec8 and  0x00000022 , 0x000001fc , 0x00000021 
- 00008974  0x00000ec9 force  0x00000001 , 0x00000024 
- 00008975  0x00000eca call  0x000028d8 
- 00008976  0x00000ecb call  0x000028cc 
- 00008977  0x00000ecc setflip  0x0000001d , 0x00000000 
- 00008978  0x00000ecd fetch  0x00000001 , 0x00000006 
- 00008979  0x00000ece increase  0x00000001 , 0x0000003f 
- 00008980  0x00000ecf store  0x00000001 , 0x00000006 
- 00008981  0x00000ed0 call  0x000028f2 
- 00008982  0x00000ed1 call  0x000029eb 
- 00008983  0x00000ed2 call  0x00002a14 
- 00008984  0x00000ed3 nrtn  0x00000018 
- 00008985  0x00000ed4 bpatch  0x00000033 , 0x00004006 
- 00008986  0x00000ed5 force  0x00000000 , 0x0000001b 
- 00008987  0x00000ed6 call  0x000028f9 
- 00008988  0x00000ed7 fetch  0x00000001 , 0x00000007 
- 00008989  0x00000ed8 increase  0x00000001 , 0x0000003f 
- 00008990  0x00000ed9 store  0x00000001 , 0x00000007 
- 00008991  0x00000eda call  0x000028d8 
- 00008992  0x00000edb call  0x00002a4d 
- 00008993  0x00000edc or_into  0x00000002 , 0x00000021 
- 00008994  0x00000edd force  0x00000001 , 0x00000024 
- 00008995  0x00000ede call  0x000028d2 
- 00008996  0x00000edf call  0x000028f2 
- 00008997  0x00000ee0 call  0x00002a51 
- 00008998  0x00000ee1 call  0x00002a5f 
- 00008999  0x00000ee2 deposit  0x00000022 
- 00009000  0x00000ee3 store  0x00000004 , 0x00000161 
- 00009001  0x00000ee4 call  0x00002a64 
- 00009002  0x00000ee5 force  0x00000002 , 0x00000001 
- 00009003  0x00000ee6 force  0x00000000 , 0x00000004 
- 00009004  0x00000ee7 call  0x00002a6b 
- 00009005  0x00000ee8 call  0x00002766 
- 00009006  0x00000ee9 call  0x00002332 
- 00009007  0x00000eea and_into  0x000001fd , 0x00000021 
- 00009008  0x00000eeb increase  0x00000001 , 0x00000026 
- 00009009  0x00000eec rtn 
- 00009010  0x00000eef bpatch  0x00000034 , 0x00004006 
- 00009011  0x00000ef0 fetch  0x00000001 , 0x000040d1 
- 00009012  0x00000ef1 rtn  0x00000034 
- 00009013  0x00000ef2 arg  0x0000018e , 0x00000005 
- 00009014  0x00000ef3 fetch  0x00000001 , 0x00004515 
- 00009015  0x00000ef4 copy  0x0000003f , 0x00000039 
- 00009016  0x00000ef5 increase  0x00000001 , 0x0000003f 
- 00009017  0x00000ef6 istore  0x00000001 , 0x00000005 
- 00009018  0x00000ef7 copy  0x00000005 , 0x00000002 
- 00009019  0x00000ef8 increase  0x00000001 , 0x0000003f 
- 00009020  0x00000ef9 store  0x00000002 , 0x000041dc 
- 00009021  0x00000efa copy  0x00000002 , 0x00000005 
- 00009022  0x00000efb setarg  0x00000009 
- 00009023  0x00000efc istore  0x00000001 , 0x00000005 
- 00009024  0x00000efd arg  0x00004516 , 0x00000006 
- 00009025  0x00000efe call  0x00007f01 
- 00009026  0x00000f00 arg  0x0000458d , 0x00000013 
- 00009027  0x00000f01 arg  0x00000004 , 0x00000039 
- 00009028  0x00000f02 call  0x00002354 
- 00009029  0x00000f03 arg  0x00004577 , 0x00000013 
- 00009030  0x00000f04 arg  0x00000001 , 0x00000039 
- 00009031  0x00000f05 call  0x00002354 
- 00009032  0x00000f07 force  0x0000000a , 0x00000001 
- 00009033  0x00000f08 jam  0x00000002 , 0x000041db 
- 00009034  0x00000f09 setarg  0x0000018e 
- 00009035  0x00000f0a store  0x00000002 , 0x0000016f 
- 00009036  0x00000f0b call  0x00002a4d 
- 00009037  0x00000f0c call  0x000028d2 
- 00009038  0x00000f0d call  0x00002a51 
- 00009039  0x00000f0e call  0x00002a5f 
- 00009040  0x00000f0f call  0x00002a64 
- 00009041  0x00000f10 call  0x00002a6b 
- 00009042  0x00000f11 call  0x00002766 
- 00009043  0x00000f12 rtn 
- 00009044  0x00000f16 copy  0x00000005 , 0x00000002 
- 00009045  0x00000f17 copy  0x00000013 , 0x00000006 
- 00009046  0x00000f18 ifetch  0x00000001 , 0x00000006 
- 00009047  0x00000f19 rtn  0x00000034 
- 00009048  0x00000f1b lshift  0x0000003f , 0x0000003f 
- 00009049  0x00000f1c loop  0x00002358 
- 00009050  0x00000f1d copy  0x0000003f , 0x00000011 
- 00009051  0x00000f1e increase  0x00000002 , 0x0000003f 
- 00009052  0x00000f1f copy  0x0000003f , 0x00000007 
- 00009053  0x00000f20 fetch  0x00000002 , 0x000041dc 
- 00009054  0x00000f21 iadd  0x00000007 , 0x0000003f 
- 00009055  0x00000f22 store  0x00000002 , 0x000041dc 
- 00009056  0x00000f23 copy  0x00000002 , 0x00000005 
- 00009057  0x00000f24 copy  0x00000011 , 0x0000003f 
- 00009058  0x00000f25 increase  0x00000001 , 0x0000003f 
- 00009059  0x00000f26 istore  0x00000001 , 0x00000005 
- 00009060  0x00000f27 copy  0x00000013 , 0x00000006 
- 00009061  0x00000f28 ifetch  0x00000001 , 0x00000006 
- 00009062  0x00000f29 ifetch  0x00000001 , 0x00000006 
- 00009063  0x00000f2a istore  0x00000001 , 0x00000005 
- 00009064  0x00000f2b copy  0x00000011 , 0x00000039 
- 00009065  0x00000f2c branch  0x00007f01 
- 00009066  0x00000f33 fetch  0x00000001 , 0x00004093 
- 00009067  0x00000f34 rtnbit0  0x00000001 
- 00009068  0x00000f35 force  0x00000005 , 0x00000007 
- 00009069  0x00000f36 call  0x00007f16 
- 00009070  0x00000f37 nrtn  0x00000034 
- 00009071  0x00000f38 fetcht  0x00000002 , 0x000040b1 
- 00009072  0x00000f39 force  0x00000028 , 0x00000007 
- 00009073  0x00000f3a call  0x0000271c 
- 00009074  0x00000f3b rtn  0x00000028 
- 00009075  0x00000f3c force  0x00000000 , 0x00000004 
- 00009076  0x00000f3d jam  0x00000008 , 0x00000010 
- 00009077  0x00000f3e set0  0x0000000b , 0x00000000 
- 00009078  0x00000f3f call  0x0000237a 
- 00009079  0x00000f40 force  0x00000005 , 0x00000007 
- 00009080  0x00000f41 fetch  0x00000002 , 0x000040b3 
- 00009081  0x00000f42 branch  0x00007f08 
- 00009082  0x00000f46 bpatch  0x00000035 , 0x00004006 
- 00009083  0x00000f47 disable  0x00000030 
- 00009084  0x00000f48 call  0x000028a4 
- 00009085  0x00000f49 fetch  0x00000001 , 0x00000008 
- 00009086  0x00000f4a increase  0x00000001 , 0x0000003f 
- 00009087  0x00000f4b store  0x00000001 , 0x00000008 
- 00009088  0x00000f4c force  0x00000000 , 0x00000026 
- 00009089  0x00000f4d call  0x000028e2 
- 00009090  0x00000f4e add  0x00000022 , 0x00000001 , 0x00000021 
- 00009091  0x00000f4f force  0x00000002 , 0x00000024 
- 00009092  0x00000f50 bpatch  0x00000036 , 0x00004006 
- 00009093  0x00000f51 call  0x000028cc 
- 00009094  0x00000f52 call  0x000029eb 
- 00009095  0x00000f53 call  0x00002a14 
- 00009096  0x00000f54 nrtn  0x00000018 
- 00009097  0x00000f55 call  0x000028f9 
- 00009098  0x00000f56 fetch  0x00000001 , 0x00000009 
- 00009099  0x00000f57 increase  0x00000001 , 0x0000003f 
- 00009100  0x00000f58 store  0x00000001 , 0x00000009 
- 00009101  0x00000f59 force  0x00000000 , 0x0000001b 
- 00009102  0x00000f5a call  0x00002a4d 
- 00009103  0x00000f5b or_into  0x00000002 , 0x00000021 
- 00009104  0x00000f5c force  0x00000001 , 0x00000024 
- 00009105  0x00000f5d call  0x000028d2 
- 00009106  0x00000f5e call  0x00002a51 
- 00009107  0x00000f5f call  0x00002a5f 
- 00009108  0x00000f60 call  0x00002a64 
- 00009109  0x00000f61 call  0x0000264d 
- 00009110  0x00000f62 force  0x00000000 , 0x00000004 
- 00009111  0x00000f63 arg  0x00000600 , 0x0000000b 
- 00009112  0x00000f64 until  0x00000029 , 0x00000026 
- 00009113  0x00000f65 or_into  0x00000003 , 0x00000028 
- 00009114  0x00000f66 and_into  0x000001fd , 0x00000021 
- 00009115  0x00000f68 bpatch  0x00000037 , 0x00004006 
- 00009116  0x00000f69 increase  0x00000001 , 0x00000026 
- 00009117  0x00000f6a call  0x000028cc 
- 00009118  0x00000f6b call  0x000029eb 
- 00009119  0x00000f6c call  0x00002a07 
- 00009120  0x00000f6d nbranch  0x000023a4 , 0x00000018 
- 00009121  0x00000f6e call  0x00002a6b 
- 00009122  0x00000f6f call  0x0000251e 
- 00009123  0x00000f70 bmark1  0x0000000b , 0x000023ab 
- 00009124  0x00000f72 bpatch  0x00000038 , 0x00004007 
- 00009125  0x00000f73 fetch  0x00000001 , 0x00000010 
- 00009126  0x00000f74 rtn  0x00000034 
- 00009127  0x00000f75 increase  0xffffffff , 0x0000003f 
- 00009128  0x00000f76 store  0x00000001 , 0x00000010 
- 00009129  0x00000f77 call  0x00002a4f 
- 00009130  0x00000f78 branch  0x0000239b 
- 00009131  0x00000f7c bpatch  0x00000039 , 0x00004007 
- 00009132  0x00000f7d set0  0x00000001 , 0x00000028 
- 00009133  0x00000f7e set1  0x00000000 , 0x00000028 
- 00009134  0x00000f7f fetch  0x00000001 , 0x0000000a 
- 00009135  0x00000f80 increase  0x00000001 , 0x0000003f 
- 00009136  0x00000f81 store  0x00000001 , 0x0000000a 
- 00009137  0x00000f82 call  0x00002a4d 
- 00009138  0x00000f83 or_into  0x00000002 , 0x00000021 
- 00009139  0x00000f84 call  0x000028d2 
- 00009140  0x00000f85 call  0x00002a51 
- 00009141  0x00000f86 call  0x00002a5f 
- 00009142  0x00000f87 call  0x00002a64 
- 00009143  0x00000f88 call  0x0000264d 
- 00009144  0x00000f8a compare  0x00000003 , 0x00000028 , 0x00000003 
- 00009145  0x00000f8b branch  0x000023bc , 0x00000001 
- 00009146  0x00000f8c until  0x0000003e , 0x00000017 
- 00009147  0x00000f8d branch  0x000023b8 
- 00009148  0x00000f8f fetch  0x00000004 , 0x00000165 
- 00009149  0x00000f90 or_into  0x00000003 , 0x0000003f 
- 00009150  0x00000f91 icopy  0x00000028 
- 00009151  0x00000f94 bpatch  0x0000003a , 0x00004007 
- 00009152  0x00000f95 fetch  0x00000006 , 0x00000178 
- 00009153  0x00000f96 store  0x00000006 , 0x00000040 
- 00009154  0x00000f97 call  0x00002435 
- 00009155  0x00000f99 call  0x0000247c 
- 00009156  0x00000f9a branch  0x000023c8 , 0x0000002d 
- 00009157  0x00000f9b call  0x00002455 
- 00009158  0x00000f9c nbranch  0x000023c3 , 0x00000034 
- 00009159  0x00000f9d rtn 
- 00009160  0x00000fa1 bpatch  0x0000003b , 0x00004007 
- 00009161  0x00000fa2 call  0x00002440 
- 00009162  0x00000fa3 call  0x0000223b 
- 00009163  0x00000fa4 nrtn  0x00000005 
- 00009164  0x00000fa5 jam  0x00000000 , 0x00000031 
- 00009165  0x00000fa6 call  0x00002841 
- 00009166  0x00000fa7 branch  0x00002223 
- 00009167  0x00000fad bpatch  0x0000003c , 0x00004007 
- 00009168  0x00000fae call  0x00002850 
- 00009169  0x00000faf call  0x000023f3 
- 00009170  0x00000fb0 rtn  0x00000028 
- 00009171  0x00000fb2 bpatch  0x0000003d , 0x00004007 
- 00009172  0x00000fb3 call  0x00002c69 
- 00009173  0x00000fb4 call  0x00006caa 
- 00009174  0x00000fb5 call  0x00002514 
- 00009175  0x00000fb6 nbranch  0x000023e2 , 0x0000002d 
- 00009176  0x00000fb7 call  0x00002a88 
- 00009177  0x00000fb8 call  0x00006cc2 
- 00009178  0x00000fb9 call  0x00002489 
- 00009179  0x00000fba call  0x00002757 
- 00009180  0x00000fbb call  0x00002728 
- 00009181  0x00000fbc call  0x00005d08 
- 00009182  0x00000fbd fetch  0x00000001 , 0x0000000b 
- 00009183  0x00000fbe increase  0x00000001 , 0x0000003f 
- 00009184  0x00000fbf store  0x00000001 , 0x0000000b 
- 00009185  0x00000fc0 call  0x00002841 
- 00009186  0x00000fc2 bpatch  0x0000003e , 0x00004007 
- 00009187  0x00000fc3 call  0x00002bb1 
- 00009188  0x00000fc4 call  0x00002a7f 
- 00009189  0x00000fc5 branch  0x000023eb , 0x00000002 
- 00009190  0x00000fc6 call  0x000021a7 
- 00009191  0x00000fc7 nbranch  0x000023eb , 0x00000028 
- 00009192  0x00000fc8 call  0x000026f3 
- 00009193  0x00000fc9 nbranch  0x000023d3 , 0x00000034 
- 00009194  0x00000fca rtn 
- 00009195  0x00000fcd bpatch  0x0000003f , 0x00004007 
- 00009196  0x00000fce jam  0x00000000 , 0x00000151 
- 00009197  0x00000fcf jam  0x00000000 , 0x0000017f 
- 00009198  0x00000fd0 call  0x0000245d 
- 00009199  0x00000fd1 set0  0x00000011 , 0x00000000 
- 00009200  0x00000fd2 call  0x00007fb0 
- 00009201  0x00000fd3 fetch  0x00000001 , 0x00000030 
- 00009202  0x00000fd4 rtn 
- 00009203  0x00000fd8 bpatch  0x00000040 , 0x00004008 
- 00009204  0x00000fd9 call  0x000021c9 
- 00009205  0x00000fda nrtn  0x00000028 
- 00009206  0x00000fdb copy  0x00000004 , 0x00000002 
- 00009207  0x00000fdc call  0x00002a6f 
- 00009208  0x00000fdd store  0x00000001 , 0x00000181 
- 00009209  0x00000fde copy  0x00000002 , 0x00000004 
- 00009210  0x00000fdf jam  0x00000020 , 0x00000011 
- 00009211  0x00000fe1 bpatch  0x00000041 , 0x00004008 
- 00009212  0x00000fe2 call  0x00002a4f 
- 00009213  0x00000fe3 force  0x00000002 , 0x00000001 
- 00009214  0x00000fe4 call  0x0000274f 
- 00009215  0x00000fe5 deposit  0x00000022 
- 00009216  0x00000fe6 store  0x00000004 , 0x00000161 
- 00009217  0x00000fe7 call  0x00002762 
- 00009218  0x00000fe8 call  0x00002a4d 
- 00009219  0x00000fe9 enable  0x0000002f 
- 00009220  0x00000fea call  0x000024f6 
- 00009221  0x00000feb branch  0x0000240d , 0x00000018 
- 00009222  0x00000fec call  0x000028f9 
- 00009223  0x00000fed call  0x00002455 
- 00009224  0x00000fee nbranch  0x000023fb , 0x00000034 
- 00009225  0x00000fef rtnmark0  0x00000004 
- 00009226  0x00000ff0 jam  0x00000034 , 0x0000007c 
- 00009227  0x00000ff1 set1  0x00000003 , 0x00000000 
- 00009228  0x00000ff2 rtn 
- 00009229  0x00000ff4 enable  0x00000030 
- 00009230  0x00000ff5 call  0x00002435 
- 00009231  0x00000ff6 call  0x000028a4 
- 00009232  0x00000ff8 bpatch  0x00000042 , 0x00004008 
- 00009233  0x00000ff9 call  0x000022f2 
- 00009234  0x00000ffa branch  0x00002419 , 0x00000018 
- 00009235  0x00000ffb call  0x00002455 
- 00009236  0x00000ffc nbranch  0x00002410 , 0x00000034 
- 00009237  0x00000ffd disable  0x00000030 
- 00009238  0x00000ffe deposit  0x00000028 
- 00009239  0x00000fff store  0x00000004 , 0x000040ca 
- 00009240  0x00001000 rtn 
- 00009241  0x00001002 enable  0x00000029 
- 00009242  0x00001003 bmark0  0x00000004 , 0x0000241f 
- 00009243  0x00001004 set0  0x00000004 , 0x00000000 
- 00009244  0x00001005 jam  0x00000003 , 0x0000007c 
- 00009245  0x00001006 jam  0x00000033 , 0x0000007d 
- 00009246  0x00001007 call  0x000062f8 
- 00009247  0x00001009 deposit  0x00000004 
- 00009248  0x0000100a store  0x00000001 , 0x00000077 
- 00009249  0x0000100b force  0x00000000 , 0x0000003f 
- 00009250  0x0000100c store  0x00000006 , 0x00000038 
- 00009251  0x0000100d fetch  0x00000001 , 0x00000031 
- 00009252  0x0000100e set1  0x00000001 , 0x0000003f 
- 00009253  0x0000100f store  0x00000001 , 0x00000031 
- 00009254  0x00001010 call  0x00002a88 
- 00009255  0x00001011 disable  0x00000029 
- 00009256  0x00001012 enable  0x00000028 
- 00009257  0x00001013 rtn 
- 00009258  0x00001018 bpatch  0x00000043 , 0x00004008 
- 00009259  0x00001019 disable  0x0000002d 
- 00009260  0x0000101a set0  0x00000005 , 0x00000000 
- 00009261  0x0000101b set0  0x0000000a , 0x00000000 
- 00009262  0x0000101c set0  0x00000010 , 0x00000000 
- 00009263  0x0000101d set0  0x0000000f , 0x00000000 
- 00009264  0x0000101e fetch  0x00000001 , 0x00000047 
- 00009265  0x0000101f set0  0x00000005 , 0x0000003f 
- 00009266  0x00001020 set1  0x00000004 , 0x0000003f 
- 00009267  0x00001021 store  0x00000001 , 0x00000047 
- 00009268  0x00001022 rtn 
- 00009269  0x00001025 bpatch  0x00000044 , 0x00004008 
- 00009270  0x00001026 jam  0x00000020 , 0x00000011 
- 00009271  0x00001027 jam  0x00000050 , 0x00000047 
- 00009272  0x00001028 fetch  0x00000002 , 0x000040bf 
- 00009273  0x00001029 store  0x00000002 , 0x0000003e 
- 00009274  0x0000102a deposit  0x00000022 
- 00009275  0x0000102b store  0x00000004 , 0x000040ca 
- 00009276  0x0000102c rtn  0x00000030 
- 00009277  0x0000102d deposit  0x00000028 
- 00009278  0x0000102e store  0x00000004 , 0x000040ca 
- 00009279  0x0000102f rtn 
- 00009280  0x00001032 bpatch  0x00000045 , 0x00004008 
- 00009281  0x00001033 call  0x00005d04 
- 00009282  0x00001034 call  0x00002459 
- 00009283  0x00001035 store  0x00000001 , 0x00000046 
- 00009284  0x00001036 setarg  0x00000000 
- 00009285  0x00001037 store  0x00000002 , 0x0000025d 
- 00009286  0x00001038 setarg  0x00001c80 
- 00009287  0x00001039 store  0x00000002 , 0x00000051 
- 00009288  0x0000103a fetch  0x00000001 , 0x00000030 
- 00009289  0x0000103b set1  0x00000000 , 0x0000003f 
- 00009290  0x0000103c store  0x00000001 , 0x00000030 
- 00009291  0x0000103d jam  0x00000000 , 0x0000004b 
- 00009292  0x0000103e jam  0x00000000 , 0x0000004c 
- 00009293  0x0000103f jam  0x00000000 , 0x000000a0 
- 00009294  0x00001040 branch  0x00002a88 
- 00009295  0x00001044 bpatch  0x00000046 , 0x00004008 
- 00009296  0x00001045 force  0x00000000 , 0x0000003f 
- 00009297  0x00001046 store  0x00000008 , 0x000041be 
- 00009298  0x00001047 istore  0x00000008 , 0x00000005 
- 00009299  0x00001048 call  0x000021c5 
- 00009300  0x00001049 branch  0x00002254 
- 00009301  0x0000104c fetch  0x00000001 , 0x00000011 
- 00009302  0x0000104d increase  0xffffffff , 0x0000003f 
- 00009303  0x0000104e store  0x00000001 , 0x00000011 
- 00009304  0x0000104f rtn 
- 00009305  0x00001052 fetch  0x00000001 , 0x000040cf 
- 00009306  0x00001053 increase  0x00000001 , 0x0000003f 
- 00009307  0x00001054 store  0x00000001 , 0x000040cf 
- 00009308  0x00001055 rtn 
- 00009309  0x00001059 bpatch  0x00000047 , 0x00004008 
- 00009310  0x0000105a fetch  0x00000001 , 0x000041ce 
- 00009311  0x0000105b beq  0x00000003 , 0x00002462 
- 00009312  0x0000105c fetch  0x00000001 , 0x00000048 
- 00009313  0x0000105d bne  0x00000001 , 0x00002466 
- 00009314  0x0000105f call  0x00004d06 
- 00009315  0x00001060 nbranch  0x00002466 , 0x00000005 
- 00009316  0x00001061 call  0x000021a4 
- 00009317  0x00001062 jam  0x00000000 , 0x000041ce 
- 00009318  0x00001064 bpatch  0x00000048 , 0x00004009 
- 00009319  0x00001065 call  0x000033af 
- 00009320  0x00001066 call  0x000026e9 
- 00009321  0x00001067 jam  0x00000002 , 0x00000a99 
- 00009322  0x00001068 call  0x00007d86 
- 00009323  0x00001069 call  0x00005cf7 
- 00009324  0x0000106a call  0x00004d6b 
- 00009325  0x0000106b call  0x0000757d 
- 00009326  0x0000106c fetch  0x00000001 , 0x00000030 
- 00009327  0x0000106d set0  0x00000000 
- 00009328  0x0000106e store  0x00000001 , 0x00000030 
- 00009329  0x0000106f jam  0x00000000 , 0x00004681 
- 00009330  0x00001071 fetch  0x00000001 , 0x0000004c 
- 00009331  0x00001072 compare  0x00000000 , 0x0000003f , 0x000000c0 
- 00009332  0x00001073 branch  0x00002476 , 0x00000001 
- 00009333  0x00001074 set0  0x00000001 , 0x00000000 
- 00009334  0x00001076 fetch  0x00000001 , 0x00000047 
- 00009335  0x00001077 bbit0  0x00000003 , 0x00002478 
- 00009336  0x00001079 fetch  0x00000001 , 0x0000004b 
- 00009337  0x0000107a rtnbit0  0x00000006 
- 00009338  0x0000107b set0  0x00000002 , 0x00000000 
- 00009339  0x0000107c rtn 
- 00009340  0x0000107f bpatch  0x00000049 , 0x00004009 
- 00009341  0x00001080 fetch  0x00000001 , 0x00000174 
- 00009342  0x00001081 rtn  0x00000034 
- 00009343  0x00001082 icopy  0x00000004 
- 00009344  0x00001083 call  0x00002514 
- 00009345  0x00001084 nrtn  0x0000002d 
- 00009346  0x00001085 force  0x00000000 , 0x00000001 
- 00009347  0x00001086 call  0x00002757 
- 00009348  0x00001087 deposit  0x00000004 
- 00009349  0x00001088 store  0x00000001 , 0x00000077 
- 00009350  0x00001089 force  0x00000000 , 0x0000003f 
- 00009351  0x0000108a store  0x00000001 , 0x00000174 
- 00009352  0x0000108b rtn 
- 00009353  0x00001092 bpatch  0x0000004a , 0x00004009 
- 00009354  0x00001093 fetch  0x00000001 , 0x00000030 
- 00009355  0x00001094 bbit0  0x00000002 , 0x00002496 
- 00009356  0x00001095 force  0x00000007 , 0x00000001 
- 00009357  0x00001096 bmark0  0x00000007 , 0x00002495 
- 00009358  0x00001097 call  0x00002725 
- 00009359  0x00001098 nbranch  0x00002496 , 0x00000001 
- 00009360  0x00001099 branch  0x00002496 , 0x0000002e 
- 00009361  0x0000109a call  0x000024c1 
- 00009362  0x0000109b setarg  0x00000002 
- 00009363  0x0000109c store  0x00000002 , 0x000040c8 
- 00009364  0x0000109d rtn 
- 00009365  0x0000109f nrtn  0x0000002e 
- 00009366  0x000010a1 bpatch  0x0000004b , 0x00004009 
- 00009367  0x000010a2 call  0x00002243 
- 00009368  0x000010a3 nbranch  0x000024a7 , 0x00000005 
- 00009369  0x000010a4 fetch  0x00000001 , 0x00000047 
- 00009370  0x000010a5 bbit0  0x00000003 , 0x000024b0 
- 00009371  0x000010a7 bmark1  0x00000005 , 0x000024b4 
- 00009372  0x000010a8 fetch  0x00000001 , 0x0000017f 
- 00009373  0x000010a9 bbit1  0x00000006 , 0x000024ba 
- 00009374  0x000010aa fetch  0x00000002 , 0x000040c8 
- 00009375  0x000010ab increase  0xffffffff , 0x0000003f 
- 00009376  0x000010ac store  0x00000002 , 0x000040c8 
- 00009377  0x000010ad branch  0x000024a5 , 0x00000034 
- 00009378  0x000010ae fetch  0x00000001 , 0x000040c5 
- 00009379  0x000010af iforce  0x00000001 
- 00009380  0x000010b0 rtn 
- 00009381  0x000010b3 bpatch  0x0000004c , 0x00004009 
- 00009382  0x000010b4 call  0x00002687 
- 00009383  0x000010b6 call  0x00002725 
- 00009384  0x000010b7 branch  0x000024b0 , 0x00000001 
- 00009385  0x000010b8 call  0x0000600a 
- 00009386  0x000010b9 branch  0x000024be , 0x00000028 
- 00009387  0x000010ba fetch  0x00000001 , 0x0000004b 
- 00009388  0x000010bb bbit1  0x00000006 , 0x000024c0 
- 00009389  0x000010bc bmark1  0x00000005 , 0x000024b4 
- 00009390  0x000010bd fetch  0x00000001 , 0x0000017f 
- 00009391  0x000010be bbit1  0x00000006 , 0x000024ba 
- 00009392  0x000010c0 force  0x00000001 , 0x00000001 
- 00009393  0x000010c1 rtn  0x00000029 
- 00009394  0x000010c2 force  0x00000000 , 0x00000001 
- 00009395  0x000010c3 rtn 
- 00009396  0x000010c5 bpatch  0x0000004d , 0x00004009 
- 00009397  0x000010c6 fetch  0x00000001 , 0x00000019 
- 00009398  0x000010c7 iforce  0x00000001 
- 00009399  0x000010c8 rtnne  0x00000001 
- 00009400  0x000010c9 force  0x00000000 , 0x00000001 
- 00009401  0x000010ca rtn 
- 00009402  0x000010cc fetch  0x00000001 , 0x00000158 
- 00009403  0x000010cd and  0x0000003f , 0x0000000f , 0x00000001 
- 00009404  0x000010ce set1  0x00000005 , 0x00000000 
- 00009405  0x000010cf rtn 
- 00009406  0x000010d1 force  0x00000013 , 0x00000001 
- 00009407  0x000010d2 branch  0x000024c1 
- 00009408  0x000010d4 call  0x000024ca 
- 00009409  0x000010d7 bpatch  0x0000004e , 0x00004009 
- 00009410  0x000010d8 fetcht  0x00000001 , 0x00000047 
- 00009411  0x000010d9 set1  0x00000003 , 0x00000002 
- 00009412  0x000010da storet  0x00000001 , 0x00000047 
- 00009413  0x000010db deposit  0x00000001 
- 00009414  0x000010dc store  0x00000001 , 0x000040c5 
- 00009415  0x000010dd setarg  0x0000ffff 
- 00009416  0x000010de store  0x00000002 , 0x000040c8 
- 00009417  0x000010df rtn 
- 00009418  0x000010e2 bpatch  0x0000004f , 0x00004009 
- 00009419  0x000010e3 fetch  0x00000001 , 0x0000004c 
- 00009420  0x000010e4 isolate1  0x00000005 , 0x0000003f 
- 00009421  0x000010e5 fetch  0x00000002 , 0x000041dc 
- 00009422  0x000010e6 branch  0x000024e0 , 0x00000001 
- 00009423  0x000010e7 force  0x00000003 , 0x00000001 
- 00009424  0x000010e8 sub  0x0000003f , 0x00000011 , 0x0000003e 
- 00009425  0x000010e9 rtn  0x00000002 
- 00009426  0x000010ea force  0x00000004 , 0x00000001 
- 00009427  0x000010eb sub  0x0000003f , 0x0000001b , 0x0000003e 
- 00009428  0x000010ec rtn  0x00000002 
- 00009429  0x000010ed force  0x0000000a , 0x00000001 
- 00009430  0x000010ee sub  0x0000003f , 0x00000079 , 0x0000003e 
- 00009431  0x000010ef rtn  0x00000002 
- 00009432  0x000010f0 force  0x0000000b , 0x00000001 
- 00009433  0x000010f1 sub  0x0000003f , 0x000000b7 , 0x0000003e 
- 00009434  0x000010f2 rtn  0x00000002 
- 00009435  0x000010f3 force  0x0000000e , 0x00000001 
- 00009436  0x000010f4 sub  0x0000003f , 0x000000e0 , 0x0000003e 
- 00009437  0x000010f5 rtn  0x00000002 
- 00009438  0x000010f6 force  0x0000000f , 0x00000001 
- 00009439  0x000010f7 rtn 
- 00009440  0x000010f9 force  0x00000003 , 0x00000001 
- 00009441  0x000010fa sub  0x0000003f , 0x00000011 , 0x0000003e 
- 00009442  0x000010fb rtn  0x00000002 
- 00009443  0x000010fc force  0x00000004 , 0x00000001 
- 00009444  0x000010fd sub  0x0000003f , 0x00000036 , 0x0000003e 
- 00009445  0x000010fe rtn  0x00000002 
- 00009446  0x000010ff force  0x0000000a , 0x00000001 
- 00009447  0x00001100 arg  0x0000016f , 0x00000002 
- 00009448  0x00001101 isub  0x00000002 , 0x0000003e 
- 00009449  0x00001102 nrtn  0x00000002 
- 00009450  0x00001103 force  0x0000000e , 0x00000001 
- 00009451  0x00001104 arg  0x000002a7 , 0x00000002 
- 00009452  0x00001105 isub  0x00000002 , 0x0000003e 
- 00009453  0x00001106 nrtn  0x00000002 
- 00009454  0x00001107 force  0x0000000f , 0x00000001 
- 00009455  0x00001108 rtn 
- 00009456  0x00001112 fetch  0x00000001 , 0x00000030 
- 00009457  0x00001113 bbit0  0x00000001 , 0x000024f5 
- 00009458  0x00001114 fetch  0x00000002 , 0x00000032 
- 00009459  0x00001115 branch  0x000024f5 , 0x00000034 
- 00009460  0x00001116 nbranch  0x000024f7 , 0x0000002e 
- 00009461  0x00001118 call  0x00002a4f 
- 00009462  0x0000111a add  0x00000028 , 0x00000001 , 0x00000021 
- 00009463  0x0000111c enable  0x00000010 
- 00009464  0x0000111d fetch  0x00000002 , 0x0000003e 
- 00009465  0x0000111e rshift  0x0000003f , 0x0000003f 
- 00009466  0x0000111f arg  0x00000500 , 0x00000002 
- 00009467  0x00001120 iadd  0x00000002 , 0x0000003f 
- 00009468  0x00001121 call  0x00002a24 
- 00009469  0x00001122 call  0x000028ea 
- 00009470  0x00001123 force  0x00000003 , 0x00000024 
- 00009471  0x00001124 call  0x000028cc 
- 00009472  0x00001125 call  0x0000242a 
- 00009473  0x00001126 call  0x000029f1 
- 00009474  0x00001127 bpatch  0x00000050 , 0x0000400a 
- 00009475  0x00001128 fetch  0x00000002 , 0x0000003e 
- 00009476  0x00001129 rshift  0x0000003f , 0x0000003f 
- 00009477  0x0000112a call  0x00002a24 
- 00009478  0x0000112b call  0x000029eb 
- 00009479  0x0000112c enable  0x0000000d 
- 00009480  0x0000112d fetch  0x00000002 , 0x0000003e 
- 00009481  0x0000112e arg  0x000003bb , 0x00000002 
- 00009482  0x0000112f iadd  0x00000002 , 0x0000001b 
- 00009483  0x00001130 correlate  0x0000003e , 0x00000003 
- 00009484  0x00001131 copy  0x0000001a , 0x00000002 
- 00009485  0x00001132 storet  0x00000006 , 0x0000009a 
- 00009486  0x00001133 disable  0x0000000d 
- 00009487  0x00001134 nrtn  0x00000018 
- 00009488  0x00001135 arg  0x000003bb , 0x00000029 
- 00009489  0x00001136 copy  0x00000021 , 0x00000028 
- 00009490  0x00001137 branch  0x00002b05 , 0x0000002b 
- 00009491  0x00001138 rtn 
- 00009492  0x0000113c bpatch  0x00000051 , 0x0000400a 
- 00009493  0x0000113d call  0x000024f0 
- 00009494  0x0000113e nbranch  0x000028f9 , 0x00000018 
- 00009495  0x0000113f call  0x000029bb 
- 00009496  0x00001140 bmark0  0x00000011 , 0x0000251c 
- 00009497  0x00001141 fetch  0x00000002 , 0x000000f6 
- 00009498  0x00001142 increase  0x00000001 , 0x0000003f 
- 00009499  0x00001143 store  0x00000002 , 0x000000f6 
- 00009500  0x00001145 rshift  0x00000021 , 0x00000002 
- 00009501  0x00001146 or  0x00000002 , 0x00000040 , 0x0000000e 
- 00009502  0x00001148 bpatch  0x00000052 , 0x0000400a 
- 00009503  0x00001149 enable  0x00000007 
- 00009504  0x0000114a enable  0x0000000a 
- 00009505  0x0000114b enable  0x0000000b 
- 00009506  0x0000114c parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009507  0x0000114d rshift8  0x0000000c , 0x0000003f 
- 00009508  0x0000114e store  0x00000001 , 0x0000015d 
- 00009509  0x0000114f parse  0x00000003 , 0x00000000 , 0x00000004 
- 00009510  0x00001150 inject  0x00000000 , 0x00000007 
- 00009511  0x00001151 copy  0x0000000c , 0x0000003f 
- 00009512  0x00001152 store  0x00000001 , 0x00000019 
- 00009513  0x00001153 parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009514  0x00001154 rshift8  0x0000000c , 0x0000003f 
- 00009515  0x00001155 store  0x00000001 , 0x0000015e 
- 00009516  0x00001156 fetch  0x00000001 , 0x00000019 
- 00009517  0x00001157 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00009518  0x00001158 branch  0x00002533 , 0x00000002 
- 00009519  0x00001159 beq  0x00000007 , 0x00002533 
- 00009520  0x0000115a fetch  0x00000001 , 0x0000004c 
- 00009521  0x0000115b isolate1  0x00000005 , 0x0000003f 
- 00009522  0x0000115c setflag  0x00000001 , 0x00000001 , 0x00000015 
- 00009523  0x0000115e bpatch  0x00000053 , 0x0000400a 
- 00009524  0x0000115f parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009525  0x00001160 disable  0x0000000b 
- 00009526  0x00001161 disable  0x0000000a 
- 00009527  0x00001162 branch  0x00002631 , 0x00000006 
- 00009528  0x00001163 bmark0  0x00000011 , 0x0000253c 
- 00009529  0x00001164 fetch  0x00000002 , 0x000000f8 
- 00009530  0x00001165 increase  0x00000001 , 0x0000003f 
- 00009531  0x00001166 store  0x00000002 , 0x000000f8 
- 00009532  0x00001168 bpatch  0x00000054 , 0x0000400a 
- 00009533  0x00001169 fetch  0x00000001 , 0x0000015d 
- 00009534  0x0000116a compare  0x00000000 , 0x0000003f , 0x00000007 
- 00009535  0x0000116b setflag  0x00000001 , 0x0000000a , 0x00000000 
- 00009536  0x0000116c branch  0x0000254c , 0x00000001 
- 00009537  0x0000116d icompare  0x00000007 , 0x00000004 
- 00009538  0x0000116e branch  0x0000254b , 0x00000001 
- 00009539  0x0000116f bmark0  0x00000007 , 0x0000264d 
- 00009540  0x00001170 fetcht  0x00000001 , 0x000000b0 
- 00009541  0x00001171 icompare  0x00000007 , 0x00000002 
- 00009542  0x00001172 nbranch  0x0000264d , 0x00000001 
- 00009543  0x00001173 fetch  0x00000001 , 0x00000047 
- 00009544  0x00001174 set0  0x00000005 , 0x0000003f 
- 00009545  0x00001175 set1  0x00000004 , 0x0000003f 
- 00009546  0x00001176 store  0x00000001 , 0x00000047 
- 00009547  0x00001178 enable  0x0000002d 
- 00009548  0x0000117a bpatch  0x00000055 , 0x0000400a 
- 00009549  0x0000117b fetch  0x00000001 , 0x00000019 
- 00009550  0x0000117c icopy  0x00000001 
- 00009551  0x0000117d bmark1  0x0000000a , 0x0000255b 
- 00009552  0x0000117e fetcht  0x00000001 , 0x0000015e 
- 00009553  0x0000117f fetch  0x00000001 , 0x00000047 
- 00009554  0x00001180 set0  0x00000000 , 0x0000003f 
- 00009555  0x00001181 isolate1  0x00000000 , 0x00000002 
- 00009556  0x00001182 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00009557  0x00001183 isolate1  0x00000001 , 0x00000002 
- 00009558  0x00001184 setflag  0x00000001 , 0x00000001 , 0x0000003f 
- 00009559  0x00001185 store  0x00000001 , 0x00000047 
- 00009560  0x00001186 isolate0  0x00000001 , 0x00000002 
- 00009561  0x00001187 branch  0x0000255b , 0x00000001 
- 00009562  0x00001188 call  0x00002687 
- 00009563  0x0000118a bpatch  0x00000056 , 0x0000400a 
- 00009564  0x0000118b arg  0x00000000 , 0x00000002 
- 00009565  0x0000118c call  0x00002a1c 
- 00009566  0x0000118d and  0x00000001 , 0x0000000f , 0x0000003f 
- 00009567  0x0000118e beq  0x00000001 , 0x00002587 
- 00009568  0x0000118f beq  0x00000000 , 0x0000264d 
- 00009569  0x00001190 beq  0x00000002 , 0x00002659 
- 00009570  0x00001191 fetcht  0x00000001 , 0x0000015e 
- 00009571  0x00001192 fetch  0x00000001 , 0x00000047 
- 00009572  0x00001193 icompare  0x00000004 , 0x00000002 
- 00009573  0x00001194 nbranch  0x00002569 , 0x00000001 
- 00009574  0x00001195 bmark0  0x0000000a , 0x00002568 
- 00009575  0x00001196 bbit0  0x00000007 , 0x00002569 
- 00009576  0x00001198 set1  0x0000000f , 0x00000000 
- 00009577  0x0000119a bpatch  0x00000057 , 0x0000400a 
- 00009578  0x0000119b deposit  0x00000001 
- 00009579  0x0000119c beq  0x00000003 , 0x00002589 
- 00009580  0x0000119d beq  0x00000004 , 0x0000258d 
- 00009581  0x0000119e beq  0x00000007 , 0x00002578 
- 00009582  0x0000119f beq  0x00000008 , 0x0000258c 
- 00009583  0x000011a0 arg  0x00000004 , 0x00000002 
- 00009584  0x000011a1 call  0x00002a1c 
- 00009585  0x000011a2 beq  0x0000000a , 0x00002588 
- 00009586  0x000011a3 beq  0x0000000b , 0x0000258b 
- 00009587  0x000011a4 arg  0x00000008 , 0x00000002 
- 00009588  0x000011a5 call  0x00002a1c 
- 00009589  0x000011a6 beq  0x0000000e , 0x00002588 
- 00009590  0x000011a7 beq  0x0000000f , 0x0000258b 
- 00009591  0x000011a8 rtn 
- 00009592  0x000011ac bpatch  0x00000058 , 0x0000400b 
- 00009593  0x000011ad enable  0x0000000d 
- 00009594  0x000011ae enable  0x00000009 
- 00009595  0x000011af enable  0x0000000e 
- 00009596  0x000011b0 arg  0x000000d1 , 0x00000005 
- 00009597  0x000011b1 force  0x0000001e , 0x00000039 
- 00009598  0x000011b3 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009599  0x000011b4 rshift3  0x0000000c , 0x0000003f 
- 00009600  0x000011b5 istore  0x00000001 , 0x00000005 
- 00009601  0x000011b6 loop  0x0000257e 
- 00009602  0x000011b7 bmark0  0x00000007 , 0x0000264d 
- 00009603  0x000011b8 parse  0x00000003 , 0x00000000 , 0x00000010 
- 00009604  0x000011b9 nsetflag  0x00000006 , 0x00000008 , 0x00000000 
- 00009605  0x000011ba branch  0x0000263d , 0x00000006 
- 00009606  0x000011bb branch  0x00002620 
- 00009607  0x000011bf branch  0x0000264d 
- 00009608  0x000011c3 set1  0x00000010 , 0x00000000 
- 00009609  0x000011c5 enable  0x0000000c 
- 00009610  0x000011c6 branch  0x0000258e 
- 00009611  0x000011ca set1  0x00000010 , 0x00000000 
- 00009612  0x000011cc set1  0x00000002 , 0x00000015 
- 00009613  0x000011ce enable  0x0000000d 
- 00009614  0x000011d0 bpatch  0x00000059 , 0x0000400b 
- 00009615  0x000011d1 bmark1  0x00000001 , 0x0000264d 
- 00009616  0x000011d2 isolate0  0x00000001 , 0x00000015 
- 00009617  0x000011d3 branch  0x0000259a , 0x00000001 
- 00009618  0x000011d4 disable  0x00000007 
- 00009619  0x000011d5 enable  0x0000000d 
- 00009620  0x000011d6 disable  0x0000000c 
- 00009621  0x000011d7 add  0x00000022 , 0x00000002 , 0x0000000b 
- 00009622  0x000011d8 correlate  0x00000022 , 0x00000026 
- 00009623  0x000011d9 nbranch  0x0000263d , 0x00000018 
- 00009624  0x000011da set1  0x00000010 , 0x00000000 
- 00009625  0x000011db enable  0x00000007 
- 00009626  0x000011dd bpatch  0x0000005a , 0x0000400b 
- 00009627  0x000011de enable  0x0000000e 
- 00009628  0x000011df enable  0x00000009 
- 00009629  0x000011e0 parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009630  0x000011e1 rshift8  0x0000000c , 0x0000003f 
- 00009631  0x000011e2 store  0x00000001 , 0x00000180 
- 00009632  0x000011e3 parse  0x00000003 , 0x00000000 , 0x00000005 
- 00009633  0x000011e4 bmark1  0x00000010 , 0x000025a5 
- 00009634  0x000011e5 rshift3  0x0000000c , 0x00000039 
- 00009635  0x000011e6 rshift3  0x00000039 , 0x00000039 
- 00009636  0x000011e7 branch  0x000025a8 
- 00009637  0x000011e9 parse  0x00000003 , 0x00000000 , 0x00000005 
- 00009638  0x000011ea rshift  0x0000000c , 0x00000039 
- 00009639  0x000011eb parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009640  0x000011ed bpatch  0x0000005b , 0x0000400b 
- 00009641  0x000011ee deposit  0x00000039 
- 00009642  0x000011ef store  0x00000002 , 0x0000015f 
- 00009643  0x000011f0 branch  0x000025e8 , 0x00000034 
- 00009644  0x000011f1 isub  0x00000035 , 0x0000003e 
- 00009645  0x000011f2 branch  0x0000263d , 0x00000002 
- 00009646  0x000011f3 bpatch  0x0000005c , 0x0000400b 
- 00009647  0x000011f4 set0  0x00000000 , 0x00000000 
- 00009648  0x000011f5 fetch  0x00000001 , 0x00000180 
- 00009649  0x000011f6 and_into  0x00000003 , 0x0000003f 
- 00009650  0x000011f7 arg  0x00000551 , 0x00000005 
- 00009651  0x000011f8 beq  0x00000003 , 0x000025ba 
- 00009652  0x000011f9 bmark1  0x00000011 , 0x000025e4 
- 00009653  0x000011fb fetch  0x00000001 , 0x00000180 
- 00009654  0x000011fc and_into  0x00000003 , 0x0000003f 
- 00009655  0x000011fd beq  0x00000002 , 0x000025bf 
- 00009656  0x000011fe beq  0x00000001 , 0x000025d3 
- 00009657  0x000011ff branch  0x0000263d 
- 00009658  0x00001202 fetch  0x00000002 , 0x0000015f 
- 00009659  0x00001203 sub  0x0000003f , 0x00000070 , 0x0000003e 
- 00009660  0x00001204 nbranch  0x0000263d , 0x00000002 
- 00009661  0x00001205 bmark1  0x0000000f , 0x00002620 
- 00009662  0x00001206 branch  0x000025e4 
- 00009663  0x0000120a bpatch  0x0000005d , 0x0000400b 
- 00009664  0x0000120b bmark1  0x0000000f , 0x00002620 
- 00009665  0x0000120c fetch  0x00000002 , 0x0000015f 
- 00009666  0x0000120d arg  0x000002e0 , 0x00000002 
- 00009667  0x0000120e isub  0x00000002 , 0x0000003e 
- 00009668  0x0000120f branch  0x0000263d , 0x00000002 
- 00009669  0x00001210 fetch  0x00000001 , 0x00000263 
- 00009670  0x00001211 bbit0  0x00000000 , 0x000025c9 
- 00009671  0x00001212 bbit0  0x00000001 , 0x000025ce 
- 00009672  0x00001213 branch  0x0000264d 
- 00009673  0x00001215 jam  0x00000001 , 0x00000261 
- 00009674  0x00001216 fetch  0x00000002 , 0x0000025d 
- 00009675  0x00001217 bne  0x00000000 , 0x0000264d 
- 00009676  0x00001218 arg  0x00001000 , 0x00000005 
- 00009677  0x00001219 branch  0x000025e4 
- 00009678  0x0000121b jam  0x00000002 , 0x00000261 
- 00009679  0x0000121c fetch  0x00000002 , 0x0000025f 
- 00009680  0x0000121d bne  0x00000000 , 0x0000264d 
- 00009681  0x0000121e arg  0x00001400 , 0x00000005 
- 00009682  0x0000121f branch  0x000025e4 
- 00009683  0x00001222 bpatch  0x0000005e , 0x0000400b 
- 00009684  0x00001223 bmark1  0x0000000f , 0x00002620 
- 00009685  0x00001224 fetch  0x00000002 , 0x0000015f 
- 00009686  0x00001225 arg  0x000002e0 , 0x00000002 
- 00009687  0x00001226 isub  0x00000002 , 0x0000003e 
- 00009688  0x00001227 branch  0x0000263d , 0x00000002 
- 00009689  0x00001228 fetch  0x00000001 , 0x00000261 
- 00009690  0x00001229 beq  0x00000001 , 0x000025dd 
- 00009691  0x0000122a beq  0x00000002 , 0x000025e1 
- 00009692  0x0000122b branch  0x0000264d 
- 00009693  0x0000122d arg  0x00001000 , 0x00000005 
- 00009694  0x0000122e fetch  0x00000002 , 0x0000025d 
- 00009695  0x0000122f iadd  0x00000005 , 0x00000005 
- 00009696  0x00001230 branch  0x000025e4 
- 00009697  0x00001232 arg  0x00001400 , 0x00000005 
- 00009698  0x00001233 fetch  0x00000002 , 0x0000025f 
- 00009699  0x00001234 iadd  0x00000005 , 0x00000005 
- 00009700  0x00001236 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009701  0x00001237 rshift3  0x0000000c , 0x0000003f 
- 00009702  0x00001238 istore  0x00000001 , 0x00000005 
- 00009703  0x00001239 loop  0x000025e4 
- 00009704  0x0000123b bpatch  0x0000005f , 0x0000400b 
- 00009705  0x0000123c parse  0x00000003 , 0x00000000 , 0x00000010 
- 00009706  0x0000123d branch  0x00002637 , 0x00000006 
- 00009707  0x0000123e fetch  0x00000001 , 0x00004363 
- 00009708  0x0000123f beq  0x00000001 , 0x0000264d 
- 00009709  0x00001240 bmark1  0x00000011 , 0x0000260d 
- 00009710  0x00001241 bmark1  0x0000000f , 0x0000264a 
- 00009711  0x00001242 fetch  0x00000001 , 0x00000180 
- 00009712  0x00001243 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00009713  0x00001244 branch  0x0000260d , 0x00000001 
- 00009714  0x00001245 fetch  0x00000002 , 0x0000015f 
- 00009715  0x00001246 branch  0x0000260d , 0x00000034 
- 00009716  0x00001247 bpatch  0x00000060 , 0x0000400c 
- 00009717  0x00001248 fetch  0x00000001 , 0x00000261 
- 00009718  0x00001249 beq  0x00000001 , 0x000025f9 
- 00009719  0x0000124a beq  0x00000002 , 0x00002603 
- 00009720  0x0000124b branch  0x00002a8c 
- 00009721  0x0000124d fetch  0x00000002 , 0x0000025d 
- 00009722  0x0000124e fetcht  0x00000002 , 0x0000015f 
- 00009723  0x0000124f iadd  0x00000002 , 0x0000003f 
- 00009724  0x00001250 store  0x00000002 , 0x0000025d 
- 00009725  0x00001251 beq  0x00000000 , 0x00002a8c 
- 00009726  0x00001252 fetcht  0x00000002 , 0x00001000 
- 00009727  0x00001253 increase  0x00000004 , 0x00000002 
- 00009728  0x00001254 isub  0x00000002 , 0x0000003e 
- 00009729  0x00001255 call  0x00002747 , 0x00000005 
- 00009730  0x00001256 branch  0x0000260d 
- 00009731  0x00001258 fetch  0x00000002 , 0x0000025f 
- 00009732  0x00001259 fetcht  0x00000002 , 0x0000015f 
- 00009733  0x0000125a iadd  0x00000002 , 0x0000003f 
- 00009734  0x0000125b store  0x00000002 , 0x0000025f 
- 00009735  0x0000125c beq  0x00000000 , 0x00002a8c 
- 00009736  0x0000125d fetcht  0x00000002 , 0x00001400 
- 00009737  0x0000125e add  0x00000002 , 0x00000004 , 0x00000002 
- 00009738  0x0000125f isub  0x00000002 , 0x0000003e 
- 00009739  0x00001260 call  0x0000274b , 0x00000005 
- 00009740  0x00001261 branch  0x0000260d 
- 00009741  0x00001263 bpatch  0x00000061 , 0x0000400c 
- 00009742  0x00001264 fetcht  0x00000001 , 0x0000004c 
- 00009743  0x00001265 fetch  0x00000001 , 0x00000180 
- 00009744  0x00001266 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00009745  0x00001267 setflag  0x00000001 , 0x00000006 , 0x00000002 
- 00009746  0x00001268 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
- 00009747  0x00001269 storet  0x00000001 , 0x0000004c 
- 00009748  0x0000126a nbranch  0x00002616 , 0x00000001 
- 00009749  0x0000126b set1  0x00000001 , 0x00000000 
- 00009750  0x0000126d bmark0  0x00000011 , 0x00002620 
- 00009751  0x0000126e isolate1  0x00000006 , 0x00000002 
- 00009752  0x0000126f branch  0x00002620 , 0x00000001 
- 00009753  0x00001270 fetch  0x00000002 , 0x000000fa 
- 00009754  0x00001271 increase  0x00000001 , 0x0000003f 
- 00009755  0x00001272 store  0x00000002 , 0x000000fa 
- 00009756  0x00001273 set1  0x00000005 , 0x00000000 
- 00009757  0x00001274 set0  0x00000007 , 0x00000002 
- 00009758  0x00001275 set0  0x00000001 , 0x00000000 
- 00009759  0x00001276 storet  0x00000001 , 0x0000004c 
- 00009760  0x00001278 bpatch  0x00000062 , 0x0000400c 
- 00009761  0x00001279 fetcht  0x00000001 , 0x0000015e 
- 00009762  0x0000127a fetch  0x00000001 , 0x00000047 
- 00009763  0x0000127b set1  0x00000005 , 0x0000003f 
- 00009764  0x0000127c isolate1  0x00000002 , 0x00000002 
- 00009765  0x0000127d setflag  0x00000001 , 0x00000002 , 0x0000003f 
- 00009766  0x0000127e isolate1  0x0000000a , 0x00000000 
- 00009767  0x0000127f setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00009768  0x00001280 store  0x00000001 , 0x00000047 
- 00009769  0x00001281 fetch  0x00000002 , 0x0000015f 
- 00009770  0x00001282 nbranch  0x0000264d , 0x00000034 
- 00009771  0x00001283 fetch  0x00000001 , 0x0000004c 
- 00009772  0x00001284 set0  0x00000007 , 0x0000003f 
- 00009773  0x00001285 store  0x00000001 , 0x0000004c 
- 00009774  0x00001286 fetch  0x00000001 , 0x00000180 
- 00009775  0x00001287 compare  0x00000001 , 0x0000003f , 0x00000007 
- 00009776  0x00001289 branch  0x0000264d 
- 00009777  0x0000128c bpatch  0x00000063 , 0x0000400c 
- 00009778  0x0000128d disable  0x0000002d 
- 00009779  0x0000128e fetch  0x00000002 , 0x0000001a 
- 00009780  0x0000128f increase  0x00000001 , 0x0000003f 
- 00009781  0x00001290 store  0x00000002 , 0x0000001a 
- 00009782  0x00001291 branch  0x0000264d 
- 00009783  0x00001293 fetch  0x00000002 , 0x0000001c 
- 00009784  0x00001294 increase  0x00000001 , 0x0000003f 
- 00009785  0x00001295 store  0x00000002 , 0x0000001c 
- 00009786  0x00001296 call  0x0000263e 
- 00009787  0x00001297 bmark0  0x00000011 , 0x0000263d 
- 00009788  0x00001298 set1  0x00000005 , 0x00000000 
- 00009789  0x0000129a branch  0x0000264d 
- 00009790  0x0000129d bpatch  0x00000064 , 0x0000400c 
- 00009791  0x0000129e fetch  0x00000001 , 0x00000180 
- 00009792  0x0000129f compare  0x00000003 , 0x0000003f , 0x00000003 
- 00009793  0x000012a0 nbranch  0x00002646 , 0x00000001 
- 00009794  0x000012a2 fetcht  0x00000001 , 0x0000004c 
- 00009795  0x000012a3 set0  0x00000006 , 0x00000002 
- 00009796  0x000012a4 storet  0x00000001 , 0x0000004c 
- 00009797  0x000012a5 rtn 
- 00009798  0x000012a9 fetcht  0x00000001 , 0x0000004c 
- 00009799  0x000012aa set0  0x00000007 , 0x00000002 
- 00009800  0x000012ab storet  0x00000001 , 0x0000004c 
- 00009801  0x000012ac branch  0x00004c0b 
- 00009802  0x000012af fetch  0x00000001 , 0x00000047 
- 00009803  0x000012b0 set1  0x00000005 , 0x0000003f 
- 00009804  0x000012b1 store  0x00000001 , 0x00000047 
- 00009805  0x000012b3 bpatch  0x00000065 , 0x0000400c 
- 00009806  0x000012b4 disable  0x0000001d 
- 00009807  0x000012b5 disable  0x0000001c 
- 00009808  0x000012b6 disable  0x0000000d 
- 00009809  0x000012b7 disable  0x0000000c 
- 00009810  0x000012b8 disable  0x00000009 
- 00009811  0x000012b9 disable  0x0000000e 
- 00009812  0x000012ba disable  0x00000007 
- 00009813  0x000012bb branch  0x000028f9 , 0x00000021 
- 00009814  0x000012bc until  0x0000003e , 0x00000027 
- 00009815  0x000012bd nop  0x00000064 
- 00009816  0x000012be branch  0x000028f9 
- 00009817  0x000012c1 bpatch  0x00000066 , 0x0000400c 
- 00009818  0x000012c2 enable  0x00000009 
- 00009819  0x000012c3 enable  0x0000000c 
- 00009820  0x000012c4 parse  0x00000003 , 0x00000000 , 0x00000048 
- 00009821  0x000012c5 isolate1  0x0000003a , 0x0000003f 
- 00009822  0x000012c6 setflag  0x00000001 , 0x00000000 , 0x00000000 
- 00009823  0x000012c7 copy  0x00000020 , 0x00000002 
- 00009824  0x000012c8 ialigned  0x00000020 
- 00009825  0x000012c9 ialigned  0x0000001e 
- 00009826  0x000012ca pulse  0x00000015 
- 00009827  0x000012cb setsect  0x00000002 , 0x000fffff 
- 00009828  0x000012cc setsect  0x00000003 , 0x0000ffff 
- 00009829  0x000012cd nop  0x00000020 
- 00009830  0x000012ce iverify  0x0000000d 
- 00009831  0x000012cf deposit  0x0000002c 
- 00009832  0x000012d0 store  0x00000003 , 0x00000178 
- 00009833  0x000012d1 deposit  0x0000002d 
- 00009834  0x000012d2 store  0x00000001 , 0x0000017b 
- 00009835  0x000012d3 copy  0x00000002 , 0x00000020 
- 00009836  0x000012d4 branch  0x0000266e , 0x00000001 
- 00009837  0x000012d5 branch  0x0000263d 
- 00009838  0x000012d7 bpatch  0x00000067 , 0x0000400c 
- 00009839  0x000012d8 parse  0x00000003 , 0x00000000 , 0x00000048 
- 00009840  0x000012d9 ialigned  0x0000001f 
- 00009841  0x000012da ialigned  0x00000004 
- 00009842  0x000012db ialigned  0x0000002e 
- 00009843  0x000012dc ialigned  0x00000012 
- 00009844  0x000012dd force  0x00000000 , 0x0000003f 
- 00009845  0x000012de parse  0x00000003 , 0x00000000 , 0x00000010 
- 00009846  0x000012df branch  0x0000263d , 0x00000006 
- 00009847  0x000012e0 setarg  0x0ffffffc 
- 00009848  0x000012e1 iand  0x00000012 , 0x0000003f 
- 00009849  0x000012e2 store  0x00000004 , 0x00000165 
- 00009850  0x000012e3 deposit  0x0000001d 
- 00009851  0x000012e4 store  0x00000003 , 0x00000175 
- 00009852  0x000012e5 deposit  0x0000001c 
- 00009853  0x000012e6 store  0x00000001 , 0x00000173 
- 00009854  0x000012e7 deposit  0x00000004 
- 00009855  0x000012e8 store  0x00000001 , 0x00000174 
- 00009856  0x000012e9 deposit  0x0000002e 
- 00009857  0x000012ea store  0x00000002 , 0x0000017c 
- 00009858  0x000012eb deposit  0x00000021 
- 00009859  0x000012ec inject  0x00000001 , 0x00000020 
- 00009860  0x000012ed compare  0x00000002 , 0x00000001 , 0x0000000f 
- 00009861  0x000012ee setflag  0x00000001 , 0x0000000b , 0x00000000 
- 00009862  0x000012ef branch  0x0000264d 
- 00009863  0x000012f2 bpatch  0x00000068 , 0x0000400d 
- 00009864  0x000012f3 fetch  0x00000001 , 0x00000047 
- 00009865  0x000012f4 rtnbit0  0x00000003 
- 00009866  0x000012f5 set0  0x00000003 , 0x0000003f 
- 00009867  0x000012f6 setflip  0x00000006 , 0x0000003f 
- 00009868  0x000012f7 store  0x00000001 , 0x00000047 
- 00009869  0x000012f8 fetch  0x00000001 , 0x000040c5 
- 00009870  0x000012f9 beq  0x00000013 , 0x0000269c 
- 00009871  0x000012fa rtneq  0x00000007 
- 00009872  0x000012fb fetch  0x00000001 , 0x0000004b 
- 00009873  0x000012fc rtnbit0  0x00000006 , 0x0000003f 
- 00009874  0x000012fd set0  0x00000006 , 0x0000003f 
- 00009875  0x000012fe set1  0x00000007 , 0x0000003f 
- 00009876  0x000012ff store  0x00000001 , 0x0000004b 
- 00009877  0x00001300 set0  0x00000002 , 0x00000000 
- 00009878  0x00001301 fetch  0x00000002 , 0x00004246 
- 00009879  0x00001302 nrtn  0x00000034 
- 00009880  0x00001303 fetch  0x00000001 , 0x0000004b 
- 00009881  0x00001304 set0  0x00000007 , 0x0000003f 
- 00009882  0x00001305 store  0x00000001 , 0x0000004b 
- 00009883  0x00001306 branch  0x0000525d 
- 00009884  0x00001309 bpatch  0x00000069 , 0x0000400d 
- 00009885  0x0000130a fetch  0x00000001 , 0x000004b7 
- 00009886  0x0000130b rshift  0x0000003f , 0x0000003f 
- 00009887  0x0000130c beq  0x00000011 , 0x000026b8 
- 00009888  0x0000130d beq  0x00000012 , 0x000026c0 
- 00009889  0x0000130e beq  0x00000018 , 0x000026e9 
- 00009890  0x0000130f beq  0x0000007f , 0x000026a8 
- 00009891  0x00001310 rtnne  0x00000003 
- 00009892  0x00001311 fetch  0x00000001 , 0x000004b8 
- 00009893  0x00001312 beq  0x0000002b , 0x000026b0 
- 00009894  0x00001313 beq  0x00000011 , 0x000026ab 
- 00009895  0x00001314 rtn 
- 00009896  0x00001317 fetch  0x00000001 , 0x000004b8 
- 00009897  0x00001318 set1  0x00000007 , 0x0000003f 
- 00009898  0x00001319 rtn 
- 00009899  0x0000131b rtn  0x00000029 
- 00009900  0x0000131c fetch  0x00000001 , 0x00000030 
- 00009901  0x0000131d rtnbit1  0x00000004 
- 00009902  0x0000131e jam  0x00000031 , 0x0000007c 
- 00009903  0x0000131f rtn 
- 00009904  0x00001323 rtn  0x00000029 
- 00009905  0x00001324 fetch  0x00000001 , 0x00000031 
- 00009906  0x00001325 isolate1  0x00000004 , 0x0000003f 
- 00009907  0x00001326 branch  0x000026b5 , 0x00000001 
- 00009908  0x00001328 rtn 
- 00009909  0x0000132a set0  0x00000004 , 0x0000003f 
- 00009910  0x0000132b store  0x00000001 , 0x00000031 
- 00009911  0x0000132c rtn 
- 00009912  0x0000132f bpatch  0x0000006a , 0x0000400d 
- 00009913  0x00001330 fetch  0x00000001 , 0x0000004c 
- 00009914  0x00001331 set1  0x00000002 , 0x0000003f 
- 00009915  0x00001332 store  0x00000001 , 0x0000004c 
- 00009916  0x00001333 jam  0x00000001 , 0x00008011 
- 00009917  0x00001334 fetch  0x00000001 , 0x00000030 
- 00009918  0x00001335 isolate1  0x00000004 , 0x0000003f 
- 00009919  0x00001336 rtn 
- 00009920  0x00001339 bpatch  0x0000006b , 0x0000400d 
- 00009921  0x0000133a fetch  0x00000001 , 0x0000004c 
- 00009922  0x0000133b set0  0x00000002 , 0x0000003f 
- 00009923  0x0000133c store  0x00000001 , 0x0000004c 
- 00009924  0x0000133d jam  0x00000000 , 0x00008011 
- 00009925  0x0000133e rtn 
- 00009926  0x00001342 bpatch  0x0000006c , 0x0000400d 
- 00009927  0x00001343 copy  0x00000022 , 0x0000003f 
- 00009928  0x00001344 store  0x00000004 , 0x0000420c 
- 00009929  0x00001345 add  0x00000022 , 0x00000003 , 0x00000011 
- 00009930  0x00001346 branch  0x000026cc , 0x00000029 
- 00009931  0x00001347 add  0x00000028 , 0x00000003 , 0x00000011 
- 00009932  0x00001349 fetcht  0x00000002 , 0x00000032 
- 00009933  0x0000134a deposit  0x00000011 
- 00009934  0x0000134b set0  0x0000001b , 0x0000003f 
- 00009935  0x0000134c idiv  0x00000002 
- 00009936  0x0000134d fetch  0x00000002 , 0x00000075 
- 00009937  0x0000134e call  0x00007f86 
- 00009938  0x0000134f remainder  0x00000013 
- 00009939  0x00001350 isub  0x00000013 , 0x0000003f 
- 00009940  0x00001351 branch  0x000026d6 , 0x00000002 
- 00009941  0x00001352 iadd  0x00000002 , 0x0000003f 
- 00009942  0x00001354 iadd  0x00000011 , 0x0000003f 
- 00009943  0x00001355 store  0x00000004 , 0x00000034 
- 00009944  0x00001356 jam  0x00000000 , 0x0000455b 
- 00009945  0x00001357 fetch  0x00000001 , 0x00000030 
- 00009946  0x00001358 set1  0x00000001 , 0x0000003f 
- 00009947  0x00001359 store  0x00000001 , 0x00000030 
- 00009948  0x0000135a fetch  0x00000001 , 0x00000073 
- 00009949  0x0000135b store  0x00000001 , 0x0000008a 
- 00009950  0x0000135c setarg  0x00000000 
- 00009951  0x0000135d store  0x00000003 , 0x00004169 
- 00009952  0x0000135e store  0x00000003 , 0x0000416c 
- 00009953  0x0000135f store  0x00000001 , 0x00004159 
- 00009954  0x00001360 jam  0x0000000b , 0x00000a99 
- 00009955  0x00001361 call  0x00007d86 
- 00009956  0x00001362 fetch  0x00000002 , 0x000040c1 
- 00009957  0x00001363 store  0x00000002 , 0x0000003e 
- 00009958  0x00001364 nrtn  0x00000029 
- 00009959  0x00001365 add  0x00000004 , 0xffffffff , 0x00000007 
- 00009960  0x00001366 rtn 
- 00009961  0x00001369 bpatch  0x0000006d , 0x0000400d 
- 00009962  0x0000136a fetch  0x00000001 , 0x00000030 
- 00009963  0x0000136b rtnbit0  0x00000001 
- 00009964  0x0000136c set0  0x00000001 , 0x0000003f 
- 00009965  0x0000136d store  0x00000001 , 0x00000030 
- 00009966  0x0000136e fetch  0x00000002 , 0x000040bf 
- 00009967  0x0000136f store  0x00000002 , 0x0000003e 
- 00009968  0x00001370 disable  0x0000002b 
- 00009969  0x00001371 jam  0x0000000c , 0x00000a99 
- 00009970  0x00001372 branch  0x00007d86 
- 00009971  0x00001376 bpatch  0x0000006e , 0x0000400d 
- 00009972  0x00001377 enable  0x0000002e 
- 00009973  0x00001378 fetch  0x00000001 , 0x00000030 
- 00009974  0x00001379 bbit1  0x00000001 , 0x00002700 
- 00009975  0x0000137a rtnmark1  0x00000011 
- 00009976  0x0000137b fetch  0x00000001 , 0x00000047 
- 00009977  0x0000137c rtnbit1  0x00000003 
- 00009978  0x0000137d fetch  0x00000001 , 0x00000048 
- 00009979  0x0000137e nrtn  0x00000034 
- 00009980  0x0000137f fetch  0x00000001 , 0x0000004b 
- 00009981  0x00001380 rtnbit1  0x00000006 
- 00009982  0x00001382 force  0x00000000 , 0x0000003f 
- 00009983  0x00001383 rtn 
- 00009984  0x00001386 bbit0  0x00000002 , 0x0000270f 
- 00009985  0x00001387 fetch  0x00000001 , 0x0000008a 
- 00009986  0x00001388 beq  0x00000002 , 0x00002706 
- 00009987  0x00001389 fetch  0x00000001 , 0x00000047 
- 00009988  0x0000138a bbit1  0x00000003 , 0x00002718 
- 00009989  0x0000138b bmark0  0x00000008 , 0x00002718 
- 00009990  0x0000138d nbranch  0x00002718 , 0x00000029 
- 00009991  0x0000138e fetch  0x00000001 , 0x00000048 
- 00009992  0x0000138f nbranch  0x00002718 , 0x00000034 
- 00009993  0x00001391 fetch  0x00000001 , 0x000000ef 
- 00009994  0x00001392 increase  0xffffffff , 0x0000003f 
- 00009995  0x00001393 store  0x00000001 , 0x000000ef 
- 00009996  0x00001394 nbranch  0x000026fe , 0x00000034 
- 00009997  0x00001395 jam  0x00000010 , 0x000000ef 
- 00009998  0x00001396 branch  0x00002718 
- 00009999  0x0000139e fetch  0x00000001 , 0x0000008a 
- 00010000  0x0000139f bne  0x00000001 , 0x00002718 
- 00010001  0x000013a0 fetch  0x00000001 , 0x0000008b 
- 00010002  0x000013a1 branch  0x00002718 , 0x00000034 
- 00010003  0x000013a2 increase  0xffffffff , 0x0000003f 
- 00010004  0x000013a3 store  0x00000001 , 0x0000008b 
- 00010005  0x000013a4 fetch  0x00000001 , 0x00000047 
- 00010006  0x000013a5 rtnbit1  0x00000003 
- 00010007  0x000013a6 nrtn  0x0000002d 
- 00010008  0x000013a8 fetch  0x00000001 , 0x0000008a 
- 00010009  0x000013a9 increase  0xffffffff , 0x0000003f 
- 00010010  0x000013aa store  0x00000001 , 0x0000008a 
- 00010011  0x000013ab rtn 
- 00010012  0x000013b7 bpatch  0x0000006f , 0x0000400d 
- 00010013  0x000013b8 disable  0x00000010 
- 00010014  0x000013b9 copy  0x00000002 , 0x0000001b 
- 00010015  0x000013ba call  0x00002260 
- 00010016  0x000013bb disable  0x00000028 
- 00010017  0x000013bc nrtn  0x00000005 
- 00010018  0x000013bd force  0x00000000 , 0x0000001b 
- 00010019  0x000013be enable  0x00000028 
- 00010020  0x000013bf rtn 
- 00010021  0x000013c3 fetch  0x00000001 , 0x00004158 
- 00010022  0x000013c4 icompare  0x000000ff , 0x00000004 
- 00010023  0x000013c5 rtn 
- 00010024  0x000013c9 bpatch  0x00000070 , 0x0000400e 
- 00010025  0x000013ca set0  0x00000001 , 0x00000000 
- 00010026  0x000013cc jam  0x00000000 , 0x0000026a 
- 00010027  0x000013cd fetch  0x00000001 , 0x00000263 
- 00010028  0x000013ce rtn  0x00000034 
- 00010029  0x000013cf isolate1  0x00000000 , 0x0000003f 
- 00010030  0x000013d0 arg  0x00001000 , 0x00000006 
- 00010031  0x000013d1 call  0x00004d79 , 0x00000001 
- 00010032  0x000013d2 bpatch  0x00000071 , 0x0000400e 
- 00010033  0x000013d3 fetch  0x00000001 , 0x0000026a 
- 00010034  0x000013d4 beq  0x00000001 , 0x0000273b 
- 00010035  0x000013d6 jam  0x00000000 , 0x0000026a 
- 00010036  0x000013d7 fetch  0x00000001 , 0x00000263 
- 00010037  0x000013d8 rtnbit0  0x00000001 
- 00010038  0x000013d9 arg  0x00001400 , 0x00000006 
- 00010039  0x000013da call  0x00004d79 
- 00010040  0x000013db fetch  0x00000001 , 0x0000026a 
- 00010041  0x000013dc beq  0x00000001 , 0x00002741 
- 00010042  0x000013dd rtn 
- 00010043  0x000013e0 fetch  0x00000001 , 0x00000263 
- 00010044  0x000013e1 set0  0x00000000 , 0x0000003f 
- 00010045  0x000013e2 store  0x00000001 , 0x00000263 
- 00010046  0x000013e3 setarg  0x00000000 
- 00010047  0x000013e4 store  0x00000002 , 0x0000025d 
- 00010048  0x000013e5 rtn 
- 00010049  0x000013e7 fetch  0x00000001 , 0x00000263 
- 00010050  0x000013e8 set0  0x00000001 , 0x0000003f 
- 00010051  0x000013e9 store  0x00000001 , 0x00000263 
- 00010052  0x000013ea setarg  0x00000000 
- 00010053  0x000013eb store  0x00000002 , 0x0000025f 
- 00010054  0x000013ec rtn 
- 00010055  0x000013ef fetch  0x00000001 , 0x00000263 
- 00010056  0x000013f0 set1  0x00000000 , 0x0000003f 
- 00010057  0x000013f1 store  0x00000001 , 0x00000263 
- 00010058  0x000013f2 rtn 
- 00010059  0x000013f5 fetch  0x00000001 , 0x00000263 
- 00010060  0x000013f6 set1  0x00000001 , 0x0000003f 
- 00010061  0x000013f7 store  0x00000001 , 0x00000263 
- 00010062  0x000013f8 rtn 
- 00010063  0x000013ff bpatch  0x00000072 , 0x0000400e 
- 00010064  0x00001400 add  0x00000028 , 0x00000001 , 0x00000021 
- 00010065  0x00001401 call  0x000028ea 
- 00010066  0x00001402 force  0x00000003 , 0x00000024 
- 00010067  0x00001403 call  0x000028d2 
- 00010068  0x00001404 call  0x00002a51 
- 00010069  0x00001405 call  0x00002a5f 
- 00010070  0x00001406 branch  0x00002a64 
- 00010071  0x0000140a bpatch  0x00000073 , 0x0000400e 
- 00010072  0x0000140b call  0x00002a4d 
- 00010073  0x0000140c deposit  0x00000028 
- 00010074  0x0000140d fetcht  0x00000004 , 0x000040ca 
- 00010075  0x0000140e isub  0x00000002 , 0x0000003f 
- 00010076  0x0000140f rtnne  0x00000001 
- 00010077  0x00001410 compare  0x00000000 , 0x00000001 , 0x0000001f 
- 00010078  0x00001411 nbranch  0x00002761 , 0x00000001 
- 00010079  0x00001412 fetch  0x00000001 , 0x00000019 
- 00010080  0x00001413 rtn  0x00000034 
- 00010081  0x00001415 call  0x0000274f 
- 00010082  0x00001417 compare  0x00000010 , 0x00000001 , 0x0000001f 
- 00010083  0x00001418 branch  0x0000264d , 0x00000001 
- 00010084  0x00001419 rshift  0x00000021 , 0x00000002 
- 00010085  0x0000141a or  0x00000002 , 0x00000040 , 0x0000000e 
- 00010086  0x0000141c bpatch  0x00000074 , 0x0000400e 
- 00010087  0x0000141d enable  0x00000007 
- 00010088  0x0000141e enable  0x0000000a 
- 00010089  0x0000141f enable  0x0000001b 
- 00010090  0x00001420 set0  0x00000010 , 0x00000000 
- 00010091  0x00001421 deposit  0x00000004 
- 00010092  0x00001422 inject  0x00000003 , 0x00000003 
- 00010093  0x00001423 deposit  0x00000001 
- 00010094  0x00001424 inject  0x00000003 , 0x00000004 
- 00010095  0x00001425 fetch  0x00000001 , 0x00000047 
- 00010096  0x00001426 inject  0x00000000 , 0x00000004 
- 00010097  0x00001427 inject  0x00000003 , 0x00000003 
- 00010098  0x00001428 enable  0x00000008 
- 00010099  0x00001429 inject  0x00000003 , 0x00000008 
- 00010100  0x0000142a disable  0x0000001b 
- 00010101  0x0000142b disable  0x00000008 
- 00010102  0x0000142c disable  0x0000000a 
- 00010103  0x0000142d set0  0x00000002 , 0x00000015 
- 00010104  0x0000142e arg  0x00000000 , 0x00000002 
- 00010105  0x0000142f call  0x00002a1c 
- 00010106  0x00001430 bpatch  0x00000075 , 0x0000400e 
- 00010107  0x00001431 and  0x00000001 , 0x0000001f , 0x0000003f 
- 00010108  0x00001432 beq  0x00000013 , 0x000027b4 
- 00010109  0x00001433 beq  0x00000000 , 0x0000264d 
- 00010110  0x00001434 beq  0x00000001 , 0x0000264d 
- 00010111  0x00001435 beq  0x00000002 , 0x00002797 
- 00010112  0x00001436 beq  0x00000003 , 0x000027c5 
- 00010113  0x00001437 beq  0x00000004 , 0x000027cb 
- 00010114  0x00001438 beq  0x00000007 , 0x0000278c 
- 00010115  0x00001439 beq  0x00000008 , 0x000027ca 
- 00010116  0x0000143a arg  0x00000004 , 0x00000002 
- 00010117  0x0000143b call  0x00002a1c 
- 00010118  0x0000143c beq  0x0000000a , 0x000027c7 
- 00010119  0x0000143d beq  0x0000000b , 0x000027cd 
- 00010120  0x0000143e arg  0x00000008 , 0x00000002 
- 00010121  0x0000143f call  0x00002a1c 
- 00010122  0x00001440 beq  0x0000000f , 0x000027cd 
- 00010123  0x00001441 branch  0x000027c7 
- 00010124  0x00001445 bpatch  0x00000076 , 0x0000400e 
- 00010125  0x00001446 enable  0x0000001d 
- 00010126  0x00001447 enable  0x00000009 
- 00010127  0x00001448 enable  0x0000000e 
- 00010128  0x00001449 force  0x0000001e , 0x00000039 
- 00010129  0x0000144a arg  0x000000b3 , 0x00000006 
- 00010130  0x0000144c ifetch  0x00000001 , 0x00000006 
- 00010131  0x0000144d inject  0x00000003 , 0x00000008 
- 00010132  0x0000144e loop  0x00002792 
- 00010133  0x0000144f bmark1  0x00000007 , 0x000027f7 
- 00010134  0x00001450 branch  0x0000264d 
- 00010135  0x00001453 bpatch  0x00000077 , 0x0000400e 
- 00010136  0x00001454 fetch  0x00000001 , 0x00000181 
- 00010137  0x00001455 icopy  0x00000004 
- 00010138  0x00001456 fetch  0x00000001 , 0x00000090 
- 00010139  0x00001457 icopy  0x0000001c 
- 00010140  0x00001458 fetch  0x00000003 , 0x000040aa 
- 00010141  0x00001459 icopy  0x0000001d 
- 00010142  0x0000145a fetch  0x00000002 , 0x000040a4 
- 00010143  0x0000145b icopy  0x0000002e 
- 00010144  0x0000145c enable  0x00000009 
- 00010145  0x0000145d enable  0x0000001c 
- 00010146  0x0000145e copy  0x00000020 , 0x00000011 
- 00010147  0x0000145f call  0x000028e2 
- 00010148  0x00001460 pulse  0x00000015 
- 00010149  0x00001461 nop  0x00000020 
- 00010150  0x00001462 copy  0x00000021 , 0x0000000b 
- 00010151  0x00001463 fetch  0x00000004 , 0x00000161 
- 00010152  0x00001464 icopy  0x00000021 
- 00010153  0x00001465 preload  0x0000001e 
- 00010154  0x00001466 set1  0x0000003a , 0x0000003f 
- 00010155  0x00001467 inject  0x00000003 , 0x00000048 
- 00010156  0x00001468 preload  0x0000001f 
- 00010157  0x00001469 inject  0x00000003 , 0x00000048 
- 00010158  0x0000146a copy  0x0000000b , 0x00000021 
- 00010159  0x0000146b copy  0x00000011 , 0x00000020 
- 00010160  0x0000146c enable  0x00000008 
- 00010161  0x0000146d inject  0x00000003 , 0x00000010 
- 00010162  0x0000146e disable  0x00000008 
- 00010163  0x0000146f branch  0x0000264d 
- 00010164  0x00001472 bpatch  0x00000078 , 0x0000400f 
- 00010165  0x00001473 enable  0x0000000e 
- 00010166  0x00001474 enable  0x00000009 
- 00010167  0x00001475 enable  0x0000001c 
- 00010168  0x00001476 fetch  0x00000001 , 0x000004b6 
- 00010169  0x00001477 and  0x0000003f , 0x000001f8 , 0x00000002 
- 00010170  0x00001478 arg  0x000004b6 , 0x00000006 
- 00010171  0x00001479 increase  0x00000008 , 0x00000002 
- 00010172  0x0000147b add  0x00000002 , 0xffffffb8 , 0x00000013 
- 00010173  0x0000147c nbranch  0x000027c2 , 0x00000002 
- 00010174  0x0000147d ifetch  0x00000009 , 0x00000006 
- 00010175  0x0000147e inject  0x00000003 , 0x00000048 
- 00010176  0x0000147f copy  0x00000013 , 0x00000002 
- 00010177  0x00001480 branch  0x000027bc 
- 00010178  0x00001482 ifetch  0x00000009 , 0x00000006 
- 00010179  0x00001483 iinject  0x00000003 , 0x00000002 
- 00010180  0x00001484 branch  0x000027f7 
- 00010181  0x00001487 enable  0x0000001c 
- 00010182  0x00001488 branch  0x000027d0 
- 00010183  0x0000148b enable  0x0000001c 
- 00010184  0x0000148c set1  0x00000010 , 0x00000000 
- 00010185  0x0000148d branch  0x000027d0 
- 00010186  0x00001490 set1  0x00000002 , 0x00000015 
- 00010187  0x00001492 enable  0x0000001d 
- 00010188  0x00001493 branch  0x000027d0 
- 00010189  0x00001497 set1  0x00000002 , 0x00000015 
- 00010190  0x00001498 enable  0x0000001d 
- 00010191  0x00001499 set1  0x00000010 , 0x00000000 
- 00010192  0x0000149c bpatch  0x00000079 , 0x0000400f 
- 00010193  0x0000149d fetch  0x00000001 , 0x0000004c 
- 00010194  0x0000149e bbit0  0x00000005 , 0x000027e5 
- 00010195  0x0000149f sub  0x00000001 , 0x00000003 , 0x0000003e 
- 00010196  0x000014a0 branch  0x000027e5 , 0x00000002 
- 00010197  0x000014a1 disable  0x0000000e 
- 00010198  0x000014a2 disable  0x0000001c 
- 00010199  0x000014a3 enable  0x0000001d 
- 00010200  0x000014a4 disable  0x00000007 
- 00010201  0x000014a5 set1  0x00000001 , 0x00000015 
- 00010202  0x000014a6 isolate1  0x00000002 , 0x00000015 
- 00010203  0x000014a7 branch  0x000027df , 0x00000001 
- 00010204  0x000014a8 setarg  0x000abeee 
- 00010205  0x000014a9 inject  0x00000003 , 0x00000014 
- 00010206  0x000014aa branch  0x000027e3 
- 00010207  0x000014ac setarg  0x005faeba 
- 00010208  0x000014ad inject  0x00000003 , 0x00000018 
- 00010209  0x000014ae setarg  0x00000012 
- 00010210  0x000014af inject  0x00000003 , 0x00000006 
- 00010211  0x000014b1 enable  0x00000007 
- 00010212  0x000014b2 set1  0x00000010 , 0x00000000 
- 00010213  0x000014b4 enable  0x0000000e 
- 00010214  0x000014b5 enable  0x00000009 
- 00010215  0x000014b6 bmark1  0x00000005 , 0x00002800 
- 00010216  0x000014b7 fetch  0x00000001 , 0x000041db 
- 00010217  0x000014b8 inject  0x00000003 , 0x00000003 
- 00010218  0x000014b9 fetch  0x00000002 , 0x000041dc 
- 00010219  0x000014ba iforce  0x00000039 
- 00010220  0x000014bb bmark1  0x00000010 , 0x000027ef 
- 00010221  0x000014bc inject  0x00000003 , 0x00000005 
- 00010222  0x000014bd branch  0x000027f0 
- 00010223  0x000014bf inject  0x00000003 , 0x0000000d 
- 00010224  0x000014c1 deposit  0x00000039 
- 00010225  0x000014c2 branch  0x000027f7 , 0x00000034 
- 00010226  0x000014c3 fetch  0x00000002 , 0x0000016f 
- 00010227  0x000014c4 iforce  0x00000006 
- 00010228  0x000014c6 ifetch  0x00000001 , 0x00000006 
- 00010229  0x000014c7 inject  0x00000003 , 0x00000008 
- 00010230  0x000014c8 loop  0x000027f4 
- 00010231  0x000014cc enable  0x00000008 
- 00010232  0x000014cd inject  0x00000003 , 0x00000010 
- 00010233  0x000014ce disable  0x00000008 
- 00010234  0x000014cf call  0x000024c1 
- 00010235  0x000014d0 fetch  0x00000001 , 0x0000004c 
- 00010236  0x000014d1 bbit0  0x00000005 , 0x0000264d 
- 00010237  0x000014d2 force  0x00000000 , 0x0000003f 
- 00010238  0x000014d3 inject  0x00000003 , 0x00000006 
- 00010239  0x000014d4 branch  0x0000264d 
- 00010240  0x000014d8 bpatch  0x0000007a , 0x0000400f 
- 00010241  0x000014d9 bmark1  0x00000010 , 0x00002808 
- 00010242  0x000014db fetch  0x00000001 , 0x00000180 
- 00010243  0x000014dc inject  0x00000003 , 0x00000003 
- 00010244  0x000014dd fetch  0x00000001 , 0x0000015f 
- 00010245  0x000014de iforce  0x00000013 
- 00010246  0x000014df inject  0x00000003 , 0x00000005 
- 00010247  0x000014e0 branch  0x0000280d 
- 00010248  0x000014e2 fetch  0x00000001 , 0x00000180 
- 00010249  0x000014e3 inject  0x00000003 , 0x00000003 
- 00010250  0x000014e4 fetch  0x00000002 , 0x0000015f 
- 00010251  0x000014e5 iforce  0x00000013 
- 00010252  0x000014e6 inject  0x00000003 , 0x0000000d 
- 00010253  0x000014e8 arg  0x00000551 , 0x00000006 
- 00010254  0x000014ea copy  0x00000013 , 0x0000003e 
- 00010255  0x000014eb branch  0x00002814 , 0x00000005 
- 00010256  0x000014ec ifetch  0x00000001 , 0x00000006 
- 00010257  0x000014ed inject  0x00000003 , 0x00000008 
- 00010258  0x000014ee increase  0xffffffff , 0x00000013 
- 00010259  0x000014ef branch  0x0000280e 
- 00010260  0x000014f1 fetch  0x00000002 , 0x000000fc 
- 00010261  0x000014f2 increase  0x00000001 , 0x0000003f 
- 00010262  0x000014f3 store  0x00000002 , 0x000000fc 
- 00010263  0x000014f4 branch  0x000027f7 
- 00010264  0x000014f8 fetch  0x00000004 , 0x00000165 
- 00010265  0x000014f9 add  0x0000003f , 0x00000007 , 0x00000011 
- 00010266  0x000014fa fetch  0x00000002 , 0x00000171 
- 00010267  0x000014fb nbranch  0x0000281e , 0x00000034 
- 00010268  0x000014fc increase  0xfffffffd , 0x00000011 
- 00010269  0x000014fd branch  0x00002826 
- 00010270  0x000014ff mul32  0x0000003f , 0x0000000c , 0x0000003f 
- 00010271  0x00001500 hfetcht  0x00000002 , 0x00008040 
- 00010272  0x00001501 increase  0x00000001 , 0x00000002 
- 00010273  0x00001503 isub  0x00000002 , 0x0000003f 
- 00010274  0x00001504 nbranch  0x00002825 , 0x00000002 
- 00010275  0x00001505 increase  0xffffffff , 0x00000011 
- 00010276  0x00001506 branch  0x00002821 
- 00010277  0x00001508 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00010278  0x0000150a until  0x0000003e , 0x00000023 
- 00010279  0x0000150b compare  0x00000000 , 0x00000022 , 0x00000003 
- 00010280  0x0000150c nbranch  0x00002826 , 0x00000001 
- 00010281  0x0000150d iforce  0x00000029 
- 00010282  0x0000150e copy  0x00000011 , 0x00000028 
- 00010283  0x0000150f iforce  0x00000029 
- 00010284  0x00001510 rtn 
- 00010285  0x00001514 bpatch  0x0000007b , 0x0000400f 
- 00010286  0x00001515 until  0x0000003e , 0x00000022 
- 00010287  0x00001516 deposit  0x0000001a 
- 00010288  0x00001517 iforce  0x00000006 
- 00010289  0x00001518 rshift16 , 0x0000003f , 0x0000003f 
- 00010290  0x00001519 isub  0x00000022 , 0x00000039 
- 00010291  0x0000151a and_into  0x00000003 , 0x00000039 
- 00010292  0x0000151b nbranch  0x00002837 , 0x00000005 
- 00010293  0x0000151c force  0x00000000 , 0x0000003f 
- 00010294  0x0000151d branch  0x0000283b 
- 00010295  0x0000151f arg  0x00000ea6 , 0x00000002 
- 00010296  0x00001520 force  0x00000000 , 0x0000003f 
- 00010297  0x00001522 iadd  0x00000002 , 0x0000003f 
- 00010298  0x00001523 loop  0x00002839 
- 00010299  0x00001525 iadd  0x00000006 , 0x0000003f 
- 00010300  0x00001526 div  0x0000003f , 0x0000000c 
- 00010301  0x00001527 call  0x00007f86 
- 00010302  0x00001528 quotient  0x0000003f 
- 00010303  0x00001529 store  0x00000002 , 0x00000171 
- 00010304  0x0000152a rtn 
- 00010305  0x0000152d bpatch  0x0000007c , 0x0000400f 
- 00010306  0x0000152e deposit  0x0000001a 
- 00010307  0x0000152f copy  0x00000019 , 0x00000002 
- 00010308  0x00001530 isub  0x00000002 , 0x0000003e 
- 00010309  0x00001531 nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
- 00010310  0x00001532 isub  0x00000002 , 0x00000002 
- 00010311  0x00001533 setarg  0x00000ea6 
- 00010312  0x00001534 isolate0  0x0000000f , 0x00000002 
- 00010313  0x00001535 branch  0x0000284c , 0x00000001 
- 00010314  0x00001536 setarg  0xffff0ea6 
- 00010315  0x00001537 iadd  0x00000002 , 0x00000002 
- 00010316  0x00001539 storet  0x00000006 , 0x00000447 
- 00010317  0x0000153a rtn  0x00000036 
- 00010318  0x0000153b storet  0x00000006 , 0x00000038 
- 00010319  0x0000153c rtn 
- 00010320  0x0000153f disable  0x00000030 
- 00010321  0x00001540 fetch  0x00000006 , 0x00000447 
- 00010322  0x00001541 branch  0x00002854 , 0x00000036 
- 00010323  0x00001542 fetch  0x00000006 , 0x00000038 
- 00010324  0x00001544 iadd  0x00000019 , 0x00000030 
- 00010325  0x00001545 increase  0x0000000a , 0x00000030 
- 00010326  0x00001546 setarg  0x00000ea6 
- 00010327  0x00001547 isub  0x00000030 , 0x0000003f 
- 00010328  0x00001548 isolate0  0x0000000f , 0x0000003f 
- 00010329  0x00001549 branch  0x0000285e , 0x00000001 
- 00010330  0x0000154a setarg  0x0000f15a 
- 00010331  0x0000154b iadd  0x00000030 , 0x00000030 
- 00010332  0x0000154d copy  0x00000030 , 0x0000001a 
- 00010333  0x0000154e rtn 
- 00010334  0x00001550 force  0x00000000 , 0x0000003e 
- 00010335  0x00001551 branch  0x0000285c 
- 00010336  0x00001559 bpatch  0x0000007d , 0x0000400f 
- 00010337  0x0000155a call  0x00002918 
- 00010338  0x0000155b copy  0x00000021 , 0x0000003f 
- 00010339  0x0000155c and_into  0x00000180 , 0x0000003f 
- 00010340  0x0000155d compare  0x00000003 , 0x00000024 , 0x00000007 
- 00010341  0x0000155e nbranch  0x00002869 , 0x00000001 
- 00010342  0x0000155f rshift3  0x0000003f , 0x0000003f 
- 00010343  0x00001560 iadd  0x00000017 , 0x0000003f 
- 00010344  0x00001561 branch  0x0000286a 
- 00010345  0x00001563 copy  0x00000017 , 0x0000003f 
- 00010346  0x00001565 div  0x0000003f , 0x0000004f 
- 00010347  0x00001566 pulse  0x00000015 
- 00010348  0x00001567 call  0x00007f86 
- 00010349  0x00001568 remainder  0x00000011 
- 00010350  0x00001569 add  0x00000011 , 0xffffffd8 , 0x00000002 
- 00010351  0x0000156a branch  0x00002872 , 0x00000002 
- 00010352  0x0000156b lshift  0x00000011 , 0x00000002 
- 00010353  0x0000156c branch  0x00002874 
- 00010354  0x0000156e lshift  0x00000002 , 0x00000002 
- 00010355  0x0000156f increase  0x00000001 , 0x00000002 
- 00010356  0x00001571 bpatch  0x0000007e , 0x0000400f 
- 00010357  0x00001572 fetch  0x00000001 , 0x00000031 
- 00010358  0x00001573 bbit0  0x00000003 , 0x00002885 
- 00010359  0x00001575 fetch  0x00000004 , 0x000040d2 
- 00010360  0x00001576 isub  0x00000021 , 0x0000003e 
- 00010361  0x00001577 branch  0x00002885 , 0x00000002 
- 00010362  0x00001578 call  0x000028a4 
- 00010363  0x00001579 fetch  0x00000001 , 0x000040d9 
- 00010364  0x0000157a rtn  0x00000034 
- 00010365  0x0000157b fetch  0x00000001 , 0x00000031 
- 00010366  0x0000157c set1  0x00000002 , 0x0000003f 
- 00010367  0x0000157d store  0x00000001 , 0x00000031 
- 00010368  0x0000157e fetch  0x00000005 , 0x000040e7 
- 00010369  0x0000157f store  0x00000005 , 0x000040da 
- 00010370  0x00001580 ifetch  0x00000005 , 0x00000006 
- 00010371  0x00001581 store  0x00000005 , 0x000040df 
- 00010372  0x00001582 call  0x000028a9 
- 00010373  0x00001584 fetch  0x00000001 , 0x00000031 
- 00010374  0x00001585 rtnbit0  0x00000002 
- 00010375  0x00001586 isolate1  0x00000001 , 0x00000021 
- 00010376  0x00001587 branch  0x000028a1 , 0x00000001 
- 00010377  0x00001588 rshift3  0x00000002 , 0x00000011 
- 00010378  0x00001589 and  0x00000002 , 0x00000007 , 0x00000007 
- 00010379  0x0000158a setarg  0x000040da 
- 00010380  0x0000158b iadd  0x00000011 , 0x00000011 
- 00010381  0x0000158c ifetch  0x00000001 , 0x00000011 
- 00010382  0x0000158d qisolate0  0x0000003f 
- 00010383  0x0000158e branch  0x00002892 , 0x00000001 
- 00010384  0x0000158f deposit  0x00000002 
- 00010385  0x00001590 branch  0x0000289e 
- 00010386  0x00001592 fetch  0x00000001 , 0x000040e4 
- 00010387  0x00001593 iforce  0x00000012 
- 00010388  0x00001594 deposit  0x00000021 
- 00010389  0x00001595 and_into  0x00000180 , 0x0000003f 
- 00010390  0x00001596 rshift3  0x0000003f , 0x0000003f 
- 00010391  0x00001597 iadd  0x00000017 , 0x0000003f 
- 00010392  0x00001598 idiv  0x00000012 
- 00010393  0x00001599 setarg  0x000040f2 
- 00010394  0x0000159a call  0x00007f86 
- 00010395  0x0000159b remainder  0x00000011 
- 00010396  0x0000159c iadd  0x00000011 , 0x00000006 
- 00010397  0x0000159d ifetch  0x00000001 , 0x00000006 
- 00010398  0x0000159f store  0x00000001 , 0x000040e5 
- 00010399  0x000015a0 iforce  0x00000002 
- 00010400  0x000015a1 rtn 
- 00010401  0x000015a4 fetch  0x00000001 , 0x000040e5 
- 00010402  0x000015a5 iforce  0x00000002 
- 00010403  0x000015a6 rtn 
- 00010404  0x000015a9 fetch  0x00000001 , 0x00000031 
- 00010405  0x000015aa set0  0x00000002 , 0x0000003f 
- 00010406  0x000015ab set0  0x00000003 , 0x0000003f 
- 00010407  0x000015ac store  0x00000001 , 0x00000031 
- 00010408  0x000015ad rtn 
- 00010409  0x000015b4 bpatch  0x0000007f , 0x0000400f 
- 00010410  0x000015b5 arg  0x000040f2 , 0x00000005 
- 00010411  0x000015b6 force  0x0000000a , 0x00000039 
- 00010412  0x000015b7 call  0x00007ec6 
- 00010413  0x000015b8 arg  0x000040f2 , 0x00000005 
- 00010414  0x000015b9 force  0x00000000 , 0x00000013 
- 00010415  0x000015ba force  0x00000002 , 0x00000007 
- 00010416  0x000015bc fetch  0x00000005 , 0x000040da 
- 00010417  0x000015bd iforce  0x00000002 
- 00010418  0x000015be compare  0x00000002 , 0x00000007 , 0x000000ff 
- 00010419  0x000015bf branch  0x000028b5 , 0x00000001 
- 00010420  0x000015c0 rshift  0x00000002 , 0x00000002 
- 00010421  0x000015c2 isolate0  0x00000000 , 0x00000002 
- 00010422  0x000015c3 branch  0x000028b9 , 0x00000001 
- 00010423  0x000015c4 deposit  0x00000013 
- 00010424  0x000015c5 istore  0x00000001 , 0x00000005 
- 00010425  0x000015c7 rshift2  0x00000002 , 0x00000002 
- 00010426  0x000015c8 increase  0x00000002 , 0x00000013 
- 00010427  0x000015c9 compare  0x00000028 , 0x00000013 , 0x000000fe 
- 00010428  0x000015ca nbranch  0x000028c2 , 0x00000001 
- 00010429  0x000015cb fetch  0x00000005 , 0x000040df 
- 00010430  0x000015cc iforce  0x00000002 
- 00010431  0x000015cd compare  0x00000002 , 0x00000007 , 0x000000ff 
- 00010432  0x000015ce branch  0x000028c2 , 0x00000001 
- 00010433  0x000015cf rshift  0x00000002 , 0x00000002 
- 00010434  0x000015d1 sub  0x00000013 , 0x0000004e , 0x0000003e 
- 00010435  0x000015d2 branch  0x000028b5 , 0x00000002 
- 00010436  0x000015d3 force  0x00000001 , 0x00000013 
- 00010437  0x000015d4 increase  0xffffffff , 0x00000007 
- 00010438  0x000015d5 nbranch  0x000028b0 , 0x00000005 
- 00010439  0x000015d6 arg  0x000040f2 , 0x00000011 
- 00010440  0x000015d7 deposit  0x00000005 
- 00010441  0x000015d8 isub  0x00000011 , 0x0000003f 
- 00010442  0x000015d9 store  0x00000001 , 0x000040e4 
- 00010443  0x000015da rtn 
- 00010444  0x000015dd bpatch  0x00000080 , 0x00004010 
- 00010445  0x000015de call  0x00002860 
- 00010446  0x000015df fetch  0x00000001 , 0x0000017f 
- 00010447  0x000015e0 bbit0  0x00000005 , 0x000028d1 
- 00010448  0x000015e1 fetcht  0x00000001 , 0x000004cc 
- 00010449  0x000015e3 branch  0x0000291f 
- 00010450  0x000015e7 bpatch  0x00000081 , 0x00004010 
- 00010451  0x000015e8 call  0x00002860 
- 00010452  0x000015e9 fetch  0x00000001 , 0x0000017f 
- 00010453  0x000015ea bbit0  0x00000004 , 0x000028d7 
- 00010454  0x000015eb fetcht  0x00000001 , 0x000004cb 
- 00010455  0x000015ed branch  0x00002933 
- 00010456  0x000015f1 force  0x00000000 , 0x0000002d 
- 00010457  0x000015f2 fetch  0x00000003 , 0x000040a7 
- 00010458  0x000015f3 iforce  0x0000002c 
- 00010459  0x000015f4 rtn 
- 00010460  0x000015f7 bpatch  0x00000082 , 0x00004010 
- 00010461  0x000015f8 fetch  0x00000001 , 0x000041d3 
- 00010462  0x000015f9 icopy  0x0000002d 
- 00010463  0x000015fa fetch  0x00000003 , 0x000041d0 
- 00010464  0x000015fb icopy  0x0000002c 
- 00010465  0x000015fc rtn 
- 00010466  0x000015ff bpatch  0x00000083 , 0x00004010 
- 00010467  0x00001600 fetch  0x00000002 , 0x000040a4 
- 00010468  0x00001601 icopy  0x0000002e 
- 00010469  0x00001602 fetch  0x00000001 , 0x000040a3 
- 00010470  0x00001603 icopy  0x0000002d 
- 00010471  0x00001604 fetch  0x00000003 , 0x000040a0 
- 00010472  0x00001605 icopy  0x0000002c 
- 00010473  0x00001606 rtn 
- 00010474  0x00001609 bpatch  0x00000084 , 0x00004010 
- 00010475  0x0000160a fetch  0x00000002 , 0x00000044 
- 00010476  0x0000160b icopy  0x0000002e 
- 00010477  0x0000160c fetch  0x00000001 , 0x00000043 
- 00010478  0x0000160d icopy  0x0000002d 
- 00010479  0x0000160e fetch  0x00000003 , 0x00000040 
- 00010480  0x0000160f icopy  0x0000002c 
- 00010481  0x00001610 rtn 
- 00010482  0x00001614 bmark1  0x00000020 , 0x000028f5 
- 00010483  0x00001615 rtnmark0  0x0000001d 
- 00010484  0x00001616 rtnmark0  0x0000001f 
- 00010485  0x00001618 and_into  0xffffff00 , 0x0000002c 
- 00010486  0x00001619 pulse  0x00000015 
- 00010487  0x0000161a nop  0x00000020 
- 00010488  0x0000161b rtn 
- 00010489  0x0000161f bpatch  0x00000085 , 0x00004010 
- 00010490  0x00001620 branch  0x0000290a , 0x00000021 
- 00010491  0x00001621 jam  0x000000d4 , 0x00008955 
- 00010492  0x00001622 nop  0x00000004 
- 00010493  0x00001623 jam  0x000000d2 , 0x00008955 
- 00010494  0x00001624 nop  0x00000004 
- 00010495  0x00001625 jam  0x000000d1 , 0x00008955 
- 00010496  0x00001626 nop  0x00000004 
- 00010497  0x00001627 fetch  0x00000001 , 0x000041de 
- 00010498  0x00001628 beq  0x00000000 , 0x00002908 
- 00010499  0x00001629 beq  0x00000001 , 0x00002915 
- 00010500  0x0000162a beq  0x00000002 , 0x00002908 
- 00010501  0x0000162b beq  0x00000003 , 0x00002915 
- 00010502  0x0000162c beq  0x00000004 , 0x00002915 
- 00010503  0x0000162d beq  0x00000020 , 0x00002915 
- 00010504  0x00001630 jam  0x000000d0 , 0x00008955 
- 00010505  0x00001631 jam  0x000000e0 , 0x00008956 
- 00010506  0x00001633 force  0x00000000 , 0x00000015 
- 00010507  0x00001634 disable  0x00000021 
- 00010508  0x00001635 disable  0x00000020 
- 00010509  0x00001636 pulse  0x0000001e 
- 00010510  0x00001637 jam  0x00000000 , 0x00008902 
- 00010511  0x00001638 jam  0x00000000 , 0x00008901 
- 00010512  0x00001639 jam  0x00000000 , 0x00008900 
- 00010513  0x0000163a jam  0x00000000 , 0x00008903 
- 00010514  0x0000163b jam  0x00000070 , 0x00008904 
- 00010515  0x0000163c jam  0x00000000 , 0x00008906 
- 00010516  0x0000163d rtn 
- 00010517  0x00001643 jam  0x000000d0 , 0x00008955 
- 00010518  0x00001644 jam  0x000000c0 , 0x00008956 
- 00010519  0x00001645 branch  0x0000290a 
- 00010520  0x00001648 bpatch  0x00000086 , 0x00004010 
- 00010521  0x00001649 jam  0x00000000 , 0x00008902 
- 00010522  0x0000164a jam  0x00000000 , 0x00008901 
- 00010523  0x0000164b jam  0x00000018 , 0x00008900 
- 00010524  0x0000164c jam  0x000000a7 , 0x00008903 
- 00010525  0x0000164d jam  0x0000007f , 0x00008904 
- 00010526  0x0000164e rtn 
- 00010527  0x00001651 bpatch  0x00000087 , 0x00004010 
- 00010528  0x00001653 storet  0x00000001 , 0x00000017 
- 00010529  0x00001654 add  0x00000002 , 0x00000004 , 0x00000011 
- 00010530  0x00001655 jam  0x00000007 , 0x0000896d 
- 00010531  0x00001656 branch  0x00002981 
- 00010532  0x00001658 bpatch  0x00000088 , 0x00004011 
- 00010533  0x00001659 jam  0x000000cf , 0x00008901 
- 00010534  0x0000165a nop  0x0000000a 
- 00010535  0x0000165b jam  0x000000ff , 0x00008900 
- 00010536  0x0000165c jam  0x000000af , 0x00008903 
- 00010537  0x0000165d jam  0x000000ff , 0x00008904 
- 00010538  0x0000165e nop  0x0000000a 
- 00010539  0x0000165f jam  0x000000a0 , 0x00008902 
- 00010540  0x00001660 rtn 
- 00010541  0x00001663 fetch  0x00000001 , 0x000041e0 
- 00010542  0x00001664 branch  0x00002931 , 0x00000034 
- 00010543  0x00001666 add  0x00000002 , 0x00000002 , 0x00000011 
- 00010544  0x00001667 rtn 
- 00010545  0x00001669 add  0x00000002 , 0x00000000 , 0x00000011 
- 00010546  0x0000166a rtn 
- 00010547  0x0000166d bpatch  0x00000089 , 0x00004011 
- 00010548  0x0000166e storet  0x00000001 , 0x00000017 
- 00010549  0x0000166f call  0x0000292d 
- 00010550  0x00001670 call  0x00002981 
- 00010551  0x00001671 setarg  0x00000500 
- 00010552  0x00001672 call  0x00002a8f 
- 00010553  0x00001674 jam  0x00000001 , 0x00008906 
- 00010554  0x00001675 jam  0x0000003c , 0x00008900 
- 00010555  0x00001676 jam  0x000000e0 , 0x00008901 
- 00010556  0x00001677 jam  0x00000012 , 0x0000896d 
- 00010557  0x00001678 nop  0x0000000a 
- 00010558  0x00001679 jam  0x00000001 , 0x00008902 
- 00010559  0x0000167a jam  0x0000003d , 0x00008902 
- 00010560  0x0000167b nop  0x0000000a 
- 00010561  0x0000167c jam  0x000000b7 , 0x00008903 
- 00010562  0x0000167d nop  0x0000000a 
- 00010563  0x0000167e jam  0x0000007f , 0x00008902 
- 00010564  0x00001680 fetch  0x00000001 , 0x000041de 
- 00010565  0x00001681 beq  0x00000000 , 0x0000294b 
- 00010566  0x00001682 beq  0x00000001 , 0x0000294f 
- 00010567  0x00001683 beq  0x00000002 , 0x00002953 
- 00010568  0x00001684 beq  0x00000003 , 0x00002957 
- 00010569  0x00001685 beq  0x00000004 , 0x0000295b 
- 00010570  0x00001686 beq  0x00000020 , 0x0000295f 
- 00010571  0x00001688 jam  0x000000f0 , 0x00008956 
- 00010572  0x00001689 call  0x00002965 
- 00010573  0x0000168a jam  0x000000d8 , 0x00008955 
- 00010574  0x0000168b rtn 
- 00010575  0x0000168e jam  0x000000df , 0x00008956 
- 00010576  0x0000168f call  0x00002965 
- 00010577  0x00001690 jam  0x000000df , 0x00008955 
- 00010578  0x00001691 rtn 
- 00010579  0x00001694 jam  0x000000ff , 0x00008956 
- 00010580  0x00001695 call  0x00002965 
- 00010581  0x00001696 jam  0x000000df , 0x00008955 
- 00010582  0x00001697 rtn 
- 00010583  0x00001699 jam  0x000000ce , 0x00008956 
- 00010584  0x0000169a call  0x00002965 
- 00010585  0x0000169b jam  0x000000d8 , 0x00008955 
- 00010586  0x0000169c rtn 
- 00010587  0x0000169f jam  0x000000cb , 0x00008956 
- 00010588  0x000016a0 call  0x00002965 
- 00010589  0x000016a1 jam  0x000000d8 , 0x00008955 
- 00010590  0x000016a2 rtn 
- 00010591  0x000016a5 jam  0x000000d0 , 0x00008955 
- 00010592  0x000016a6 jam  0x000000c0 , 0x00008956 
- 00010593  0x000016a7 jam  0x0000004c , 0x00008957 
- 00010594  0x000016a8 jam  0x0000006c , 0x00008958 
- 00010595  0x000016a9 jam  0x00000050 , 0x00008959 
- 00010596  0x000016aa rtn 
- 00010597  0x000016ad nop  0x00000004 
- 00010598  0x000016ae jam  0x000000d1 , 0x00008955 
- 00010599  0x000016af nop  0x00000004 
- 00010600  0x000016b0 jam  0x000000d2 , 0x00008955 
- 00010601  0x000016b1 nop  0x00000004 
- 00010602  0x000016b2 jam  0x000000d4 , 0x00008955 
- 00010603  0x000016b3 rtn 
- 00010604  0x000016b7 jam  0x00000006 , 0x00008042 
- 00010605  0x000016b9 fetch  0x00000002 , 0x000040c3 
- 00010606  0x000016ba bbit0  0x0000000e , 0x0000296d 
- 00010607  0x000016bb iforce  0x00000006 
- 00010608  0x000016bc arg  0x00008900 , 0x00000002 
- 00010609  0x000016be ifetch  0x00000001 , 0x00000006 
- 00010610  0x000016bf beq  0x000000ff , 0x00002977 
- 00010611  0x000016c0 ior  0x00000002 , 0x00000005 
- 00010612  0x000016c1 ifetch  0x00000001 , 0x00000006 
- 00010613  0x000016c2 istore  0x00000001 , 0x00000005 
- 00010614  0x000016c3 branch  0x00002971 
- 00010615  0x000016c5 bpatch  0x0000008a , 0x00004011 
- 00010616  0x000016c6 call  0x00002be5 
- 00010617  0x000016c7 call  0x000029c9 
- 00010618  0x000016c9 setarg  0x000007d0 
- 00010619  0x000016ca iadd  0x00000022 , 0x0000003f 
- 00010620  0x000016cb store  0x00000004 , 0x00000169 
- 00010621  0x000016cc set1  0x00000003 , 0x00000015 
- 00010622  0x000016cd force  0x00000000 , 0x00000015 
- 00010623  0x000016ce ncall  0x00002998 , 0x0000002b 
- 00010624  0x000016cf branch  0x000029ab 
- 00010625  0x000016d3 bpatch  0x0000008b , 0x00004011 
- 00010626  0x000016d4 setarg  0x00000960 
- 00010627  0x000016d5 iadd  0x00000011 , 0x00000002 
- 00010628  0x000016d6 fetch  0x00000001 , 0x000040bd 
- 00010629  0x000016d7 jam  0x00000004 , 0x0000895f 
- 00010630  0x000016d8 imul32  0x00000002 , 0x0000003f 
- 00010631  0x000016d9 fetcht  0x00000001 , 0x000040be 
- 00010632  0x000016da idiv  0x00000002 
- 00010633  0x000016db call  0x00007f86 
- 00010634  0x000016dc quotient  0x00000011 
- 00010635  0x000016dd remainder  0x0000003f 
- 00010636  0x000016de lshift16  0x0000003f , 0x0000003f 
- 00010637  0x000016df lshift4  0x0000003f , 0x0000003f 
- 00010638  0x000016e0 idiv  0x00000002 
- 00010639  0x000016e1 call  0x00007f86 
- 00010640  0x000016e2 quotient  0x0000003f 
- 00010641  0x000016e3 lshift8  0x0000003f , 0x0000003f 
- 00010642  0x000016e4 lshift  0x0000003f , 0x0000003f 
- 00010643  0x000016e5 ior  0x00000011 , 0x0000003f 
- 00010644  0x000016e6 hstore  0x00000004 , 0x00008960 
- 00010645  0x000016e7 jam  0x00000044 , 0x0000895f 
- 00010646  0x000016e8 jam  0x000000c4 , 0x0000895f 
- 00010647  0x000016e9 rtn 
- 00010648  0x000016ed bpatch  0x0000008c , 0x00004011 
- 00010649  0x000016ee jam  0x00000002 , 0x00008906 
- 00010650  0x000016ef setarg  0x0003d090 
- 00010651  0x000016f0 call  0x00002a8f 
- 00010652  0x000016f1 jam  0x0000007f , 0x00008900 
- 00010653  0x000016f2 nop  0x00000082 
- 00010654  0x000016f3 jam  0x00000030 , 0x00008952 
- 00010655  0x000016f4 jam  0x000000d0 , 0x00008901 
- 00010656  0x000016f5 jam  0x00000070 , 0x00008952 
- 00010657  0x000016f6 jam  0x000000f0 , 0x00008952 
- 00010658  0x000016f7 force  0x00000032 , 0x00000039 
- 00010659  0x000016f9 hfetch  0x00000001 , 0x00008980 
- 00010660  0x000016fa bbit1  0x00000005 , 0x000029a6 
- 00010661  0x000016fb loop  0x000029a3 
- 00010662  0x000016fd store  0x00000001 , 0x000040ce 
- 00010663  0x000016fe jam  0x00000000 , 0x00008901 
- 00010664  0x000016ff jam  0x00000000 , 0x00008900 
- 00010665  0x00001700 jam  0x00000000 , 0x00008906 
- 00010666  0x00001701 rtn 
- 00010667  0x00001704 bpatch  0x0000008d , 0x00004011 
- 00010668  0x00001705 fetch  0x00000001 , 0x000040ce 
- 00010669  0x00001706 set1  0x00000005 , 0x0000003f 
- 00010670  0x00001707 hstore  0x00000001 , 0x00008952 
- 00010671  0x00001708 hfetcht  0x00000001 , 0x00008950 
- 00010672  0x00001709 and_into  0x00000007 , 0x00000002 
- 00010673  0x0000170a lshift3  0x0000003f , 0x0000003f 
- 00010674  0x0000170b ior  0x00000002 , 0x0000003f 
- 00010675  0x0000170c hstore  0x00000001 , 0x00008950 
- 00010676  0x0000170d hfetch  0x00000001 , 0x00008951 
- 00010677  0x0000170e set0  0x00000000 , 0x0000003f 
- 00010678  0x0000170f hstore  0x00000001 , 0x00008951 
- 00010679  0x00001710 hfetch  0x00000001 , 0x00008952 
- 00010680  0x00001711 set0  0x00000005 , 0x0000003f 
- 00010681  0x00001712 hstore  0x00000001 , 0x00008952 
- 00010682  0x00001713 rtn 
- 00010683  0x00001716 bpatch  0x0000008e , 0x00004011 
- 00010684  0x00001717 hfetch  0x00000002 , 0x00008981 
- 00010685  0x00001718 rshift4  0x0000003f , 0x0000003f 
- 00010686  0x00001719 rshift3  0x0000003f , 0x0000003f 
- 00010687  0x0000171a sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00010688  0x0000171c and_into  0x000000ff , 0x0000003f 
- 00010689  0x0000171d div  0x0000003f , 0x0000000a 
- 00010690  0x0000171e call  0x00007f86 
- 00010691  0x0000171f quotient  0x0000003f 
- 00010692  0x00001720 lshift4  0x0000003f , 0x0000003f 
- 00010693  0x00001721 remainder  0x00000002 
- 00010694  0x00001722 ior  0x00000002 , 0x0000003f 
- 00010695  0x00001723 store  0x00000001 , 0x00000018 
- 00010696  0x00001724 rtn 
- 00010697  0x00001728 jam  0x00000006 , 0x00008042 
- 00010698  0x00001729 hfetch  0x00000001 , 0x0000896b 
- 00010699  0x0000172a set0  0x00000004 , 0x0000003f 
- 00010700  0x0000172b set0  0x00000005 , 0x0000003f 
- 00010701  0x0000172c hstore  0x00000001 , 0x0000896b 
- 00010702  0x0000172d jam  0x00000000 , 0x00008905 
- 00010703  0x0000172e jam  0x00000000 , 0x00008904 
- 00010704  0x0000172f jam  0x00000070 , 0x00008904 
- 00010705  0x00001730 jam  0x000000ff , 0x00008905 
- 00010706  0x00001731 hfetch  0x00000001 , 0x0000896b 
- 00010707  0x00001732 set1  0x00000004 , 0x0000003f 
- 00010708  0x00001733 set1  0x00000005 , 0x0000003f 
- 00010709  0x00001734 hstore  0x00000001 , 0x0000896b 
- 00010710  0x00001735 call  0x000029e9 
- 00010711  0x00001736 hfetch  0x00000001 , 0x00008968 
- 00010712  0x00001737 set1  0x00000007 , 0x0000003f 
- 00010713  0x00001738 hstore  0x00000001 , 0x00008968 
- 00010714  0x00001739 set0  0x00000007 , 0x0000003f 
- 00010715  0x0000173a hstore  0x00000001 , 0x00008968 
- 00010716  0x0000173b set1  0x00000007 , 0x0000003f 
- 00010717  0x0000173c hstore  0x00000001 , 0x00008968 
- 00010718  0x0000173d jam  0x00000005 , 0x00008042 
- 00010719  0x0000173e nop  0x00000001 
- 00010720  0x0000173f jam  0x00000004 , 0x00008042 
- 00010721  0x00001740 hfetch  0x00000001 , 0x0000896b 
- 00010722  0x00001741 and_into  0x000000cf , 0x0000003f 
- 00010723  0x00001742 hstore  0x00000001 , 0x0000896b 
- 00010724  0x00001743 or_into  0x00000030 , 0x0000003f 
- 00010725  0x00001744 hstore  0x00000001 , 0x0000896b 
- 00010726  0x00001745 rtn 
- 00010727  0x00001749 setarg  0x00000f0f 
- 00010728  0x0000174a branch  0x00002c18 
- 00010729  0x0000174d setarg  0x0000080f 
- 00010730  0x0000174e branch  0x00002c18 
- 00010731  0x00001753 bpatch  0x0000008f , 0x00004011 
- 00010732  0x00001754 call  0x00002924 
- 00010733  0x00001755 disable  0x00000020 
- 00010734  0x00001756 enable  0x00000021 
- 00010735  0x00001757 pulse  0x00000016 
- 00010736  0x00001758 rtn 
- 00010737  0x0000175b bpatch  0x00000090 , 0x00004012 
- 00010738  0x0000175c fetch  0x00000001 , 0x0000004c 
- 00010739  0x0000175d isolate1  0x00000002 , 0x0000003f 
- 00010740  0x0000175e setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00010741  0x0000175f hstore  0x00000001 , 0x00008011 
- 00010742  0x00001760 arg  0x00000062 , 0x00000006 
- 00010743  0x00001761 ifetch  0x00000009 , 0x00000006 
- 00010744  0x00001762 iforce  0x00000032 
- 00010745  0x00001763 ifetch  0x00000007 , 0x00000006 
- 00010746  0x00001764 iforce  0x00000033 
- 00010747  0x00001765 fetch  0x00000001 , 0x00000054 
- 00010748  0x00001766 add  0x0000003f , 0xffffffff , 0x00000034 
- 00010749  0x00001767 pulse  0x0000001a 
- 00010750  0x00001768 rtn 
- 00010751  0x0000176b deposit  0x0000001a 
- 00010752  0x0000176c store  0x00000006 , 0x0000009a 
- 00010753  0x0000176d disable  0x0000000d 
- 00010754  0x0000176e nbranch  0x000028f9 , 0x00000018 
- 00010755  0x0000176f arg  0x000003bb , 0x00000029 
- 00010756  0x00001770 increase  0x00000001 , 0x00000028 
- 00010757  0x00001771 and_into  0x000001fc , 0x00000028 
- 00010758  0x00001772 rtn 
- 00010759  0x00001777 enable  0x0000000d 
- 00010760  0x00001779 correlate  0x0000003e , 0x00000017 
- 00010761  0x0000177a branch  0x000029ff , 0x00000018 
- 00010762  0x0000177b compare  0x00000002 , 0x00000028 , 0x00000002 
- 00010763  0x0000177c nbranch  0x00002a08 , 0x00000001 
- 00010764  0x0000177d branch  0x000029ff 
- 00010765  0x00001780 bpatch  0x00000091 , 0x00004012 
- 00010766  0x00001781 arg  0x00000600 , 0x0000000b 
- 00010767  0x00001782 enable  0x0000000d 
- 00010768  0x00001783 correlate  0x00000023 , 0x00000026 
- 00010769  0x00001784 disable  0x0000000d 
- 00010770  0x00001785 nbranch  0x000028f9 , 0x00000018 
- 00010771  0x00001786 rtn 
- 00010772  0x00001789 bpatch  0x00000092 , 0x00004012 
- 00010773  0x0000178a enable  0x0000000d 
- 00010774  0x0000178b correlate  0x0000003e , 0x00000003 
- 00010775  0x0000178c disable  0x0000000d 
- 00010776  0x0000178d nbranch  0x000028f9 , 0x00000018 
- 00010777  0x0000178e arg  0x000003bb , 0x00000029 
- 00010778  0x0000178f and_into  0x000001fc , 0x00000028 
- 00010779  0x00001790 rtn 
- 00010780  0x00001794 bpatch  0x00000093 , 0x00004012 
- 00010781  0x00001795 iforce  0x00000011 
- 00010782  0x00001796 deposit  0x00000021 
- 00010783  0x00001797 iadd  0x00000002 , 0x0000000b 
- 00010784  0x00001798 copy  0x0000000b , 0x0000003f 
- 00010785  0x00001799 store  0x00000004 , 0x000040ca 
- 00010786  0x0000179a deposit  0x00000011 
- 00010787  0x0000179b rtn 
- 00010788  0x0000179f copy  0x0000003f , 0x00000002 
- 00010789  0x000017a0 bpatch  0x00000094 , 0x00004012 
- 00010790  0x000017a1 copy  0x00000002 , 0x0000003f 
- 00010791  0x000017a2 call  0x00007f50 
- 00010792  0x000017a3 lshift16  0x00000021 , 0x0000003f 
- 00010793  0x000017a4 set1  0x0000002c , 0x0000003f 
- 00010794  0x000017a5 call  0x00007f39 
- 00010795  0x000017a6 set0  0x0000002c , 0x0000003f 
- 00010796  0x000017a7 call  0x00002a77 
- 00010797  0x000017a8 call  0x00007f39 
- 00010798  0x000017a9 rtn  0x00000028 
- 00010799  0x000017aa call  0x00007f43 
- 00010800  0x000017ab iforce  0x0000001b 
- 00010801  0x000017ac until  0x0000003e , 0x00000003 
- 00010802  0x000017ad rtn 
- 00010803  0x000017b1 bpatch  0x00000095 , 0x00004012 
- 00010804  0x000017b2 branch  0x00002a38 , 0x00000030 
- 00010805  0x000017b3 until  0x00000029 , 0x00000026 
- 00010806  0x000017b5 copy  0x00000028 , 0x00000002 
- 00010807  0x000017b6 branch  0x00002a3b 
- 00010808  0x000017b8 branch  0x00002a3a , 0x0000002e 
- 00010809  0x000017b9 until  0x00000023 , 0x00000026 
- 00010810  0x000017bb copy  0x00000022 , 0x00000002 
- 00010811  0x000017bd branch  0x00002a47 , 0x00000028 
- 00010812  0x000017be compare  0x00000001 , 0x00000002 , 0x00000003 
- 00010813  0x000017bf nbranch  0x00002a33 , 0x00000001 
- 00010814  0x000017c1 bpatch  0x00000096 , 0x00004012 
- 00010815  0x000017c2 fetch  0x00000001 , 0x00000030 
- 00010816  0x000017c3 rtnbit0  0x00000000 
- 00010817  0x000017c4 fetch  0x00000004 , 0x000040ca 
- 00010818  0x000017c5 isub  0x00000002 , 0x0000003f 
- 00010819  0x000017c6 nrtn  0x00000002 
- 00010820  0x000017c7 sub  0x0000003f , 0x000000ff , 0x0000003e 
- 00010821  0x000017c8 branch  0x00002a33 , 0x00000002 
- 00010822  0x000017c9 rtn 
- 00010823  0x000017cb compare  0x00000003 , 0x00000002 , 0x00000003 
- 00010824  0x000017cc nbranch  0x00002a33 , 0x00000001 
- 00010825  0x000017cd branch  0x00002a3e 
- 00010826  0x000017d0 bpatch  0x00000097 , 0x00004012 
- 00010827  0x000017d1 arg  0x00000600 , 0x0000000b 
- 00010828  0x000017d2 branch  0x00002a33 
- 00010829  0x000017d5 disable  0x00000028 
- 00010830  0x000017d6 branch  0x00002a4a 
- 00010831  0x000017d9 enable  0x00000028 
- 00010832  0x000017da branch  0x00002a4a 
- 00010833  0x000017dd bpatch  0x00000098 , 0x00004013 
- 00010834  0x000017de call  0x000029f1 
- 00010835  0x000017df disable  0x00000021 
- 00010836  0x000017e0 enable  0x00000020 
- 00010837  0x000017e1 rtn 
- 00010838  0x000017e6 bpatch  0x00000099 , 0x00004013 
- 00010839  0x000017e7 arg  0x00000e43 , 0x0000000b 
- 00010840  0x000017e8 until  0x00000023 , 0x00000026 
- 00010841  0x000017e9 pulse  0x00000016 
- 00010842  0x000017ea rtn 
- 00010843  0x000017ed bpatch  0x0000009a , 0x00004013 
- 00010844  0x000017ee arg  0x00000d00 , 0x0000000b 
- 00010845  0x000017ef until  0x00000023 , 0x00000026 
- 00010846  0x000017f0 rtn 
- 00010847  0x000017f4 bpatch  0x0000009b , 0x00004013 
- 00010848  0x000017f5 arg  0x00000e43 , 0x0000000b 
- 00010849  0x000017f6 until  0x00000029 , 0x00000026 
- 00010850  0x000017f7 pulse  0x00000016 
- 00010851  0x000017f8 rtn 
- 00010852  0x000017fb bpatch  0x0000009c , 0x00004013 
- 00010853  0x000017fc preload  0x00000009 
- 00010854  0x000017fd enable  0x0000001d 
- 00010855  0x000017fe set1  0x00000000 , 0x00000015 
- 00010856  0x000017ff inject  0x00000003 , 0x00000048 
- 00010857  0x00001800 disable  0x0000001d 
- 00010858  0x00001801 rtn 
- 00010859  0x00001805 copy  0x00000025 , 0x00000002 
- 00010860  0x00001806 or_into  0x00000060 , 0x00000002 
- 00010861  0x00001807 copy  0x00000002 , 0x0000000e 
- 00010862  0x00001808 rtn 
- 00010863  0x0000180e bpatch  0x0000009d , 0x00004013 
- 00010864  0x0000180f fetch  0x00000001 , 0x00004090 
- 00010865  0x00001810 increase  0x00000001 , 0x0000003f 
- 00010866  0x00001811 bne  0x00000007 , 0x00002a74 
- 00010867  0x00001812 force  0x00000001 , 0x0000003f 
- 00010868  0x00001814 store  0x00000001 , 0x00004090 
- 00010869  0x00001815 iforce  0x00000004 
- 00010870  0x00001816 rtn 
- 00010871  0x00001819 copy  0x00000019 , 0x00000002 
- 00010872  0x0000181a rtn  0x00000029 
- 00010873  0x0000181b copy  0x0000001a , 0x00000002 
- 00010874  0x0000181c rtn 
- 00010875  0x0000181f deposit  0x00000022 
- 00010876  0x00001820 rtn  0x00000029 
- 00010877  0x00001821 deposit  0x00000028 
- 00010878  0x00001822 rtn 
- 00010879  0x00001826 bpatch  0x0000009e , 0x00004013 
- 00010880  0x00001827 fetcht  0x00000004 , 0x0000004d 
- 00010881  0x00001828 call  0x00002a7b 
- 00010882  0x00001829 isub  0x00000002 , 0x0000000b 
- 00010883  0x0000182a deposit  0x0000000b 
- 00010884  0x0000182b fetcht  0x00000002 , 0x00000051 
- 00010885  0x0000182c lshift  0x00000002 , 0x00000002 
- 00010886  0x0000182d isub  0x00000002 , 0x0000003f 
- 00010887  0x0000182e rtn 
- 00010888  0x00001831 bpatch  0x0000009f , 0x00004013 
- 00010889  0x00001832 call  0x00002a7b 
- 00010890  0x00001833 store  0x00000004 , 0x0000004d 
- 00010891  0x00001834 rtn 
- 00010892  0x00001837 bpatch  0x000000a0 , 0x00004014 
- 00010893  0x00001838 branch  0x00002a8c 
- 00010894  0x0000183b branch  0x00002a8e 
- 00010895  0x0000183e rtn  0x00000034 
- 00010896  0x00001840 rshift  0x0000003f , 0x0000003f 
- 00010897  0x00001841 increase  0xfffffffd , 0x0000003f 
- 00010898  0x00001843 increase  0xffffffff , 0x0000003f 
- 00010899  0x00001844 nbranch  0x00002a92 , 0x00000005 
- 00010900  0x00001845 force  0x00000000 , 0x0000003f 
- 00010901  0x00001846 rtn 
- 00010902  0x0000184c arg  0x00000010 , 0x00000039 
- 00010903  0x0000184d arg  0x00000000 , 0x00000005 
- 00010904  0x0000184e call  0x00007ec6 
- 00010905  0x0000184f arg  0x0000043f , 0x00000005 
- 00010906  0x00001850 arg  0x0000000a , 0x00000039 
- 00010907  0x00001851 call  0x00007ec6 
- 00010908  0x00001852 jam  0x00000000 , 0x000009b2 
- 00010909  0x00001853 jam  0x00000000 , 0x00000a99 
- 00010910  0x00001854 jam  0x00000000 , 0x0000048c 
- 00010911  0x00001855 jam  0x00000000 , 0x0000017f 
- 00010912  0x00001856 jam  0x00000000 , 0x000004d1 
- 00010913  0x00001857 bpatch  0x000000a1 , 0x00004014 
- 00010914  0x00001858 jam  0x00000000 , 0x0000016d 
- 00010915  0x00001859 jam  0x00000000 , 0x00000151 
- 00010916  0x0000185a jam  0x00000000 , 0x0000015c 
- 00010917  0x0000185b setarg  0x009e8b33 
- 00010918  0x0000185c store  0x00000003 , 0x000040a7 
- 00010919  0x0000185d setarg  0x00000153 
- 00010920  0x0000185e store  0x00000002 , 0x00000083 
- 00010921  0x0000185f jam  0x0000001e , 0x00000085 
- 00010922  0x00001860 jam  0x00000001 , 0x00000086 
- 00010923  0x00001861 jam  0x00000007 , 0x00000088 
- 00010924  0x00001862 setarg  0x0012e904 
- 00010925  0x00001863 store  0x00000003 , 0x00000080 
- 00010926  0x00001868 jam  0x00000060 , 0x00000090 
- 00010927  0x00001869 jam  0x00000005 , 0x000040d0 
- 00010928  0x0000186a jam  0x00000002 , 0x00000014 
- 00010929  0x0000186b fetch  0x00000001 , 0x0000465a 
- 00010930  0x0000186c ncall  0x000074c1 , 0x00000034 
- 00010931  0x0000186d fetch  0x00000001 , 0x000044be 
- 00010932  0x0000186e ncall  0x00007518 , 0x00000034 
- 00010933  0x0000186f bpatch  0x000000a2 , 0x00004014 
- 00010934  0x00001870 rtn  0x0000002b 
- 00010935  0x00001871 setarg  0x00000000 
- 00010936  0x00001872 store  0x00000002 , 0x000041dc 
- 00010937  0x00001873 rshift  0x00000022 , 0x0000003f 
- 00010938  0x00001874 store  0x00000004 , 0x00004094 
- 00010939  0x00001875 rtn 
- 00010940  0x0000187d setarg  0x0000ee21 
- 00010941  0x0000187e hstore  0x00000002 , 0x00008050 
- 00010942  0x0000187f hfetch  0x00000004 , 0x0000811c 
- 00010943  0x00001880 store  0x00000004 , 0x00000abe 
- 00010944  0x00001881 hfetch  0x00000001 , 0x0000813e 
- 00010945  0x00001882 store  0x00000001 , 0x00000abd 
- 00010946  0x00001883 bbit0  0x00000003 , 0x0000645b 
- 00010947  0x00001884 enable  0x0000002b 
- 00010948  0x00001885 bbit0  0x00000007 , 0x00002acc 
- 00010949  0x00001886 disable  0x0000002b 
- 00010950  0x00001887 deposit  0x00000027 
- 00010951  0x00001888 nbranch  0x00002acc , 0x00000034 
- 00010952  0x00001889 hfetch  0x00000001 , 0x0000813b 
- 00010953  0x0000188a bbit1  0x00000002 , 0x00002acc 
- 00010954  0x0000188b arg  0xffffffff , 0x00000002 
- 00010955  0x0000188c branch  0x00002b3c 
- 00010956  0x0000188e hfetch  0x00000003 , 0x0000813c 
- 00010957  0x0000188f hstore  0x00000003 , 0x0000804c 
- 00010958  0x00001890 ifetch  0x00000001 , 0x00000006 
- 00010959  0x00001891 or_into  0x000000ef , 0x0000003f 
- 00010960  0x00001892 istore  0x00000001 , 0x00000005 
- 00010961  0x00001893 call  0x00002c23 
- 00010962  0x00001894 hfetch  0x00000001 , 0x0000804f 
- 00010963  0x00001895 set1  0x00000004 , 0x0000003f 
- 00010964  0x00001896 hstore  0x00000001 , 0x0000804f 
- 00010965  0x00001897 call  0x00002c23 
- 00010966  0x00001898 call  0x00002adf , 0x0000002b 
- 00010967  0x00001899 hfetch  0x00000001 , 0x0000804e 
- 00010968  0x0000189a set0  0x00000003 , 0x0000003f 
- 00010969  0x0000189b hstore  0x00000001 , 0x0000804e 
- 00010970  0x0000189c call  0x00002c23 
- 00010971  0x0000189d nbranch  0x0000645b , 0x0000002b 
- 00010972  0x0000189e rtnmark0  0x0000002b 
- 00010973  0x0000189f jam  0x00000008 , 0x00008006 
- 00010974  0x000018a0 rtn 
- 00010975  0x000018a3 fetch  0x00000001 , 0x00004198 
- 00010976  0x000018a4 hstore  0x00000001 , 0x00008086 
- 00010977  0x000018a5 fetch  0x00000003 , 0x0000418d 
- 00010978  0x000018a6 hstore  0x00000003 , 0x00008080 
- 00010979  0x000018a7 fetch  0x00000004 , 0x00004181 
- 00010980  0x000018a8 hstore  0x00000004 , 0x00008074 
- 00010981  0x000018a9 fetch  0x00000004 , 0x0000417d 
- 00010982  0x000018aa hstore  0x00000004 , 0x00008070 
- 00010983  0x000018ab fetch  0x00000008 , 0x00004185 
- 00010984  0x000018ac hstore  0x00000008 , 0x00008078 
- 00010985  0x000018ad fetch  0x00000008 , 0x00004190 
- 00010986  0x000018ae iforce  0x00000000 
- 00010987  0x000018af hfetch  0x00000008 , 0x00008140 
- 00010988  0x000018b0 store  0x00000008 , 0x000000a1 
- 00010989  0x000018b1 call  0x000064ca 
- 00010990  0x000018b2 rtn 
- 00010991  0x000018b5 deposit  0x00000000 
- 00010992  0x000018b6 store  0x00000008 , 0x00004190 
- 00010993  0x000018b7 hfetch  0x00000008 , 0x00008070 
- 00010994  0x000018b8 store  0x00000008 , 0x0000417d 
- 00010995  0x000018b9 ifetch  0x00000008 , 0x00000006 
- 00010996  0x000018ba istore  0x00000008 , 0x00000005 
- 00010997  0x000018bb hfetch  0x00000003 , 0x00008080 
- 00010998  0x000018bc store  0x00000003 , 0x0000418d 
- 00010999  0x000018bd hfetch  0x00000001 , 0x00008086 
- 00011000  0x000018be store  0x00000001 , 0x00004198 
- 00011001  0x000018bf branch  0x00002c29 
- 00011002  0x000018c2 hfetch  0x00000001 , 0x00008063 
- 00011003  0x000018c3 nbranch  0x00002b00 , 0x00000034 
- 00011004  0x000018c4 fetch  0x00000003 , 0x0000416f 
- 00011005  0x000018c5 nrtn  0x00000034 
- 00011006  0x000018c6 jam  0x000000c0 , 0x00008063 
- 00011007  0x000018c7 jam  0x00000080 , 0x00008006 
- 00011008  0x000018c9 hfetch  0x00000001 , 0x0000812d 
- 00011009  0x000018ca rtnbit0  0x00000001 
- 00011010  0x000018cb hfetch  0x00000003 , 0x00008149 
- 00011011  0x000018cc store  0x00000003 , 0x0000416f 
- 00011012  0x000018cd rtn 
- 00011013  0x000018d2 bpatch  0x000000a3 , 0x00004014 
- 00011014  0x000018d3 deposit  0x0000001a 
- 00011015  0x000018d4 call  0x00007f37 
- 00011016  0x000018d5 fetcht  0x00000004 , 0x0000415f 
- 00011017  0x000018d6 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00011018  0x000018d7 rtn  0x00000002 
- 00011019  0x000018d8 lshift8  0x0000003f , 0x0000003f 
- 00011020  0x000018d9 lshift4  0x0000003f , 0x0000003f 
- 00011021  0x000018da idiv  0x00000002 
- 00011022  0x000018db call  0x00007f86 
- 00011023  0x000018dc quotient  0x0000003f 
- 00011024  0x000018dd arg  0x000000c8 , 0x00000002 
- 00011025  0x000018de call  0x00007f91 
- 00011026  0x000018df store  0x00000001 , 0x00000099 
- 00011027  0x000018e0 nbranch  0x00002b15 , 0x00000028 
- 00011028  0x000018e1 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00011029  0x000018e3 fetcht  0x00000003 , 0x0000416f 
- 00011030  0x000018e4 iadd  0x00000002 , 0x0000003f 
- 00011031  0x000018e5 store  0x00000003 , 0x0000416f 
- 00011032  0x000018e7 setarg  0x00000000 
- 00011033  0x000018e8 store  0x00000004 , 0x0000415f 
- 00011034  0x000018e9 rtn 
- 00011035  0x000018ee fetch  0x00000001 , 0x00004177 
- 00011036  0x000018ef set1  0x00000002 , 0x0000003f 
- 00011037  0x000018f0 store  0x00000001 , 0x00004177 
- 00011038  0x000018f1 branch  0x00002b23 
- 00011039  0x000018f6 arg  0xffffffff , 0x00000002 
- 00011040  0x000018f7 fetch  0x00000001 , 0x00004176 
- 00011041  0x000018f8 set0  0x00000007 , 0x0000003f 
- 00011042  0x000018f9 store  0x00000001 , 0x00004176 
- 00011043  0x000018fb bpatch  0x000000a4 , 0x00004014 
- 00011044  0x000018fc call  0x00002c29 
- 00011045  0x000018fd fetch  0x00000001 , 0x00004157 
- 00011046  0x000018fe store  0x00000001 , 0x0000417c 
- 00011047  0x000018ff fetch  0x00000001 , 0x0000417a 
- 00011048  0x00001900 set1  0x00000007 , 0x0000003f 
- 00011049  0x00001901 store  0x00000001 , 0x0000417a 
- 00011050  0x00001905 bpatch  0x000000a5 , 0x00004014 
- 00011051  0x00001906 call  0x000029e7 
- 00011052  0x00001907 fetch  0x00000004 , 0x0000415f 
- 00011053  0x00001908 iadd  0x00000002 , 0x0000003f 
- 00011054  0x00001909 store  0x00000004 , 0x0000415f 
- 00011055  0x0000190a call  0x00002aef 
- 00011056  0x0000190b fetch  0x00000005 , 0x00004178 
- 00011057  0x0000190c hstore  0x00000004 , 0x0000804c 
- 00011058  0x0000190d rshift32  0x0000003f , 0x00000011 
- 00011059  0x0000190e until  0x0000003e , 0x00000033 
- 00011060  0x0000190f deposit  0x00000019 
- 00011061  0x00001910 store  0x00000006 , 0x00004163 
- 00011062  0x00001911 jam  0x00000002 , 0x00008005 
- 00011063  0x00001912 until  0x0000003e , 0x00000033 
- 00011064  0x00001913 until  0x0000003e , 0x00000033 
- 00011065  0x00001914 deposit  0x00000011 
- 00011066  0x00001915 hstore  0x00000001 , 0x0000804f 
- 00011067  0x00001916 jam  0x00000002 , 0x00008005 
- 00011068  0x00001918 until  0x0000003e , 0x00000033 
- 00011069  0x00001919 until  0x0000003e , 0x00000033 
- 00011070  0x0000191a hstoret  0x00000004 , 0x0000804c 
- 00011071  0x0000191b jam  0x00000010 , 0x00008005 
- 00011072  0x0000191c until  0x0000003e , 0x0000003f 
- 00011073  0x00001922 bpatch  0x000000a6 , 0x00004014 
- 00011074  0x00001923 setarg  0x00000000 
- 00011075  0x00001924 copy  0x00000027 , 0x0000003e 
- 00011076  0x00001925 branch  0x00002b4c , 0x00000005 
- 00011077  0x00001926 hfetch  0x00000001 , 0x0000813c 
- 00011078  0x00001927 hfetcht  0x00000001 , 0x0000813d 
- 00011079  0x00001928 isub  0x00000002 , 0x0000003e 
- 00011080  0x00001929 branch  0x00002b4a , 0x00000002 
- 00011081  0x0000192a deposit  0x00000002 
- 00011082  0x0000192c isub  0x00000027 , 0x0000003f 
- 00011083  0x0000192d increase  0x00000001 , 0x0000003f 
- 00011084  0x0000192f increase  0x00000008 , 0x0000003f 
- 00011085  0x00001930 until  0x0000003e , 0x00000033 
- 00011086  0x00001931 iadd  0x00000031 , 0x0000003f 
- 00011087  0x00001932 fetcht  0x00000004 , 0x0000415b 
- 00011088  0x00001933 iadd  0x00000002 , 0x0000003f 
- 00011089  0x00001934 fetcht  0x00000003 , 0x0000416f 
- 00011090  0x00001935 imul32  0x00000002 , 0x0000003f 
- 00011091  0x00001936 rshift8  0x0000003f , 0x0000003f 
- 00011092  0x00001937 rshift4  0x0000003f , 0x0000003f 
- 00011093  0x00001938 increase  0x0000006e , 0x0000003f 
- 00011094  0x00001939 arg  0x00000ea6 , 0x00000002 
- 00011095  0x0000193a idiv  0x00000002 
- 00011096  0x0000193b call  0x00007f86 
- 00011097  0x0000193c quotient  0x0000003f 
- 00011098  0x0000193d lshift16  0x0000003f , 0x0000003f 
- 00011099  0x0000193e remainder  0x00000002 
- 00011100  0x0000193f ior  0x00000002 , 0x0000003f 
- 00011101  0x00001940 fetcht  0x00000006 , 0x00004163 
- 00011102  0x00001941 call  0x00007f2c 
- 00011103  0x00001942 copy  0x00000002 , 0x00000019 
- 00011104  0x00001943 fetch  0x00000006 , 0x00004048 
- 00011105  0x00001944 call  0x00002854 
- 00011106  0x00001945 deposit  0x0000001a 
- 00011107  0x00001946 store  0x00000006 , 0x00000a9a 
- 00011108  0x00001947 deposit  0x00000027 
- 00011109  0x00001948 istore  0x00000001 , 0x00000005 
- 00011110  0x00001949 hfetch  0x00000001 , 0x0000811d 
- 00011111  0x0000194a or_into  0x000000f0 , 0x0000003f 
- 00011112  0x0000194b istore  0x00000001 , 0x00000005 
- 00011113  0x0000194c rtn 
- 00011114  0x0000194f bpatch  0x000000a7 , 0x00004014 
- 00011115  0x00001950 call  0x00002afa 
- 00011116  0x00001951 fetch  0x00000003 , 0x0000416f 
- 00011117  0x00001952 rtn  0x00000034 
- 00011118  0x00001953 fetch  0x00000001 , 0x00004091 
- 00011119  0x00001954 rtn  0x00000034 
- 00011120  0x00001955 fetch  0x00000001 , 0x0000465a 
- 00011121  0x00001956 branch  0x00002b74 , 0x00000034 
- 00011122  0x00001957 fetch  0x00000001 , 0x000045b1 
- 00011123  0x00001958 rtn  0x00000034 
- 00011124  0x0000195a fetch  0x00000001 , 0x000044c0 
- 00011125  0x0000195b nrtn  0x00000034 
- 00011126  0x0000195c call  0x00002c3a 
- 00011127  0x0000195d nrtn  0x00000034 
- 00011128  0x0000195e fetch  0x00000001 , 0x00004040 
- 00011129  0x0000195f compare  0x00000003 , 0x0000003f , 0x00000007 
- 00011130  0x00001960 nbranch  0x00002b9d , 0x00000001 
- 00011131  0x00001961 fetch  0x00000002 , 0x00004042 
- 00011132  0x00001962 rtn  0x00000034 
- 00011133  0x00001963 rtn  0x0000002b 
- 00011134  0x00001964 bpatch  0x000000a8 , 0x00004015 
- 00011135  0x00001966 fetcht  0x00000001 , 0x000000a0 
- 00011136  0x00001967 fetch  0x00000002 , 0x00004042 
- 00011137  0x00001968 imul32  0x00000002 , 0x0000003f 
- 00011138  0x00001969 rshift4  0x00000002 , 0x00000002 
- 00011139  0x0000196a rshift2  0x00000002 , 0x00000002 
- 00011140  0x0000196b isub  0x00000002 , 0x0000003f 
- 00011141  0x0000196c fetcht  0x00000004 , 0x00004044 
- 00011142  0x0000196d iadd  0x00000002 , 0x0000003f 
- 00011143  0x0000196e fetcht  0x00000001 , 0x00004156 
- 00011144  0x0000196f isub  0x00000002 , 0x0000003f 
- 00011145  0x00001970 lshift16  0x0000003f , 0x00000030 
- 00011146  0x00001971 bpatch  0x000000a9 , 0x00004015 
- 00011147  0x00001972 fetch  0x00000002 , 0x0000404e 
- 00011148  0x00001973 rshift  0x0000003f , 0x0000003f 
- 00011149  0x00001974 call  0x00007f50 
- 00011150  0x00001975 deposit  0x00000030 
- 00011151  0x00001976 call  0x00007f39 
- 00011152  0x00001977 copy  0x0000001a , 0x00000002 
- 00011153  0x00001978 call  0x00007f37 
- 00011154  0x00001979 rtn  0x00000028 
- 00011155  0x0000197b call  0x00007f49 
- 00011156  0x0000197d bpatch  0x000000aa , 0x00004015 
- 00011157  0x0000197e fetch  0x00000001 , 0x00004178 
- 00011158  0x0000197f isub  0x00000002 , 0x0000003e 
- 00011159  0x00001980 branch  0x00002b18 , 0x00000002 
- 00011160  0x00001981 storet  0x00000004 , 0x0000415b 
- 00011161  0x00001982 call  0x00003328 
- 00011162  0x00001983 call  0x000052fb 
- 00011163  0x00001984 fetcht  0x00000004 , 0x0000415b 
- 00011164  0x00001985 branch  0x00002b2a 
- 00011165  0x00001988 bpatch  0x000000ab , 0x00004015 
- 00011166  0x00001989 fetch  0x00000001 , 0x00004040 
- 00011167  0x0000198a rtnbit1  0x00000000 
- 00011168  0x0000198b rtnbit1  0x00000003 
- 00011169  0x0000198c fetch  0x00000001 , 0x0000465a 
- 00011170  0x0000198d branch  0x00002ba5 , 0x00000034 
- 00011171  0x0000198e fetch  0x00000001 , 0x000045b1 
- 00011172  0x0000198f rtn  0x00000034 
- 00011173  0x00001991 bpatch  0x000000ac , 0x00004015 
- 00011174  0x00001992 fetch  0x00000001 , 0x0000436e 
- 00011175  0x00001993 nbranch  0x00002baa , 0x00000034 
- 00011176  0x00001994 fetch  0x00000001 , 0x00004093 
- 00011177  0x00001995 rtn  0x00000034 
- 00011178  0x00001997 fetch  0x00000002 , 0x00004154 
- 00011179  0x00001998 rtn  0x00000034 
- 00011180  0x0000199a fetcht  0x00000001 , 0x00004156 
- 00011181  0x0000199b isub  0x00000002 , 0x0000003f 
- 00011182  0x0000199c arg  0x00001d4c , 0x00000002 
- 00011183  0x0000199d imul32  0x00000002 , 0x0000003f 
- 00011184  0x0000199e branch  0x00002b93 
- 00011185  0x000019a1 bpatch  0x000000ad , 0x00004015 
- 00011186  0x000019a2 disable  0x0000002b 
- 00011187  0x000019a3 fetch  0x00000001 , 0x00000030 
- 00011188  0x000019a4 rtnbit0  0x00000001 
- 00011189  0x000019a5 nbranch  0x00002bd0 , 0x0000002d 
- 00011190  0x000019a6 call  0x00002bcb 
- 00011191  0x000019a7 fetch  0x00000002 , 0x000040c1 
- 00011192  0x000019a8 store  0x00000002 , 0x0000003e 
- 00011193  0x000019a9 fetch  0x00000001 , 0x00000047 
- 00011194  0x000019aa bbit1  0x00000003 , 0x00002bde 
- 00011195  0x000019ab bmark0  0x0000000d , 0x00002bde 
- 00011196  0x000019ac call  0x00005274 
- 00011197  0x000019ad nbranch  0x00002bde , 0x00000034 
- 00011198  0x000019ae fetch  0x00000001 , 0x0000455c 
- 00011199  0x000019af bbit1  0x00000001 , 0x00002bde 
- 00011200  0x000019b1 jam  0x00000000 , 0x000000a0 
- 00011201  0x000019b2 bmark0  0x0000000d , 0x00002bde 
- 00011202  0x000019b3 fetch  0x00000001 , 0x00004174 
- 00011203  0x000019b4 branch  0x00002be2 , 0x00000034 
- 00011204  0x000019b5 increase  0xffffffff , 0x0000003f 
- 00011205  0x000019b6 store  0x00000001 , 0x00004174 
- 00011206  0x000019b7 rtn 
- 00011207  0x000019bb arg  0x00000001 , 0x00000007 
- 00011208  0x000019bc branch  0x000060cd 
- 00011209  0x000019bf arg  0x00000001 , 0x00000007 
- 00011210  0x000019c0 branch  0x000060d1 
- 00011211  0x000019c5 jam  0x00000000 , 0x00004159 
- 00011212  0x000019c6 fetch  0x00000003 , 0x00004169 
- 00011213  0x000019c7 increase  0x00000001 , 0x0000003f 
- 00011214  0x000019c8 store  0x00000003 , 0x00004169 
- 00011215  0x000019c9 rtn 
- 00011216  0x000019cc bpatch  0x000000ae , 0x00004015 
- 00011217  0x000019cd fetcht  0x00000002 , 0x000040c1 
- 00011218  0x000019ce rshift  0x00000002 , 0x00000002 
- 00011219  0x000019cf fetch  0x00000002 , 0x0000003e 
- 00011220  0x000019d0 iadd  0x00000002 , 0x0000003f 
- 00011221  0x000019d1 store  0x00000002 , 0x0000003e 
- 00011222  0x000019d3 jam  0x00000000 , 0x000000a0 
- 00011223  0x000019d4 fetch  0x00000003 , 0x0000416c 
- 00011224  0x000019d5 increase  0x00000001 , 0x0000003f 
- 00011225  0x000019d6 store  0x00000003 , 0x0000416c 
- 00011226  0x000019d7 fetch  0x00000001 , 0x00004159 
- 00011227  0x000019d8 increase  0x00000001 , 0x0000003f 
- 00011228  0x000019d9 store  0x00000001 , 0x00004159 
- 00011229  0x000019da rtn 
- 00011230  0x000019dd jam  0x00000000 , 0x000000a0 
- 00011231  0x000019de fetch  0x00000001 , 0x00004173 
- 00011232  0x000019df store  0x00000001 , 0x00004174 
- 00011233  0x000019e0 rtn 
- 00011234  0x000019e3 fetcht  0x00000001 , 0x00004172 
- 00011235  0x000019e4 storet  0x00000001 , 0x000000a0 
- 00011236  0x000019e5 rtn 
- 00011237  0x000019e8 bpatch  0x000000af , 0x00004015 
- 00011238  0x000019e9 fetch  0x00000001 , 0x00004178 
- 00011239  0x000019ea nrtn  0x00000034 
- 00011240  0x000019eb jam  0x00000006 , 0x00008042 
- 00011241  0x000019ec setarg  0x00000f0c 
- 00011242  0x000019ed call  0x00002c18 
- 00011243  0x000019ee setarg  0x00030d40 
- 00011244  0x000019ef call  0x00002a8f 
- 00011245  0x000019f0 until  0x0000003e , 0x00000033 
- 00011246  0x000019f1 copy  0x00000031 , 0x00000030 
- 00011247  0x000019f2 call  0x000029e7 
- 00011248  0x000019f3 jam  0x00000004 , 0x00008042 
- 00011249  0x000019f4 nop  0x0000000a 
- 00011250  0x000019f5 until  0x0000003e , 0x00000033 
- 00011251  0x000019f6 deposit  0x00000031 
- 00011252  0x000019f7 isub  0x00000030 , 0x0000003f 
- 00011253  0x000019f8 increase  0x00000030 , 0x0000003f 
- 00011254  0x000019f9 arg  0x000000ff , 0x00000002 
- 00011255  0x000019fa call  0x00007f91 
- 00011256  0x000019fb store  0x00000001 , 0x00004178 
- 00011257  0x000019fc nop  0x00007530 
- 00011258  0x000019fd nop  0x00007530 
- 00011259  0x000019fe nop  0x00007530 
- 00011260  0x000019ff rtn 
- 00011261  0x00001a02 fetch  0x00000001 , 0x00004178 
- 00011262  0x00001a03 nrtn  0x00000034 
- 00011263  0x00001a04 jam  0x000000ff , 0x00008044 
- 00011264  0x00001a05 jam  0x00000006 , 0x00008042 
- 00011265  0x00001a06 call  0x000029e7 
- 00011266  0x00001a07 setarg  0x000003e8 
- 00011267  0x00001a08 iadd  0x00000031 , 0x00000030 
- 00011268  0x00001a09 snooze 
- 00011269  0x00001a0a deposit  0x00000031 
- 00011270  0x00001a0b nop  0x00002ee0 
- 00011271  0x00001a0c nop  0x00002ee0 
- 00011272  0x00001a0d nop  0x00002ee0 
- 00011273  0x00001a0e nop  0x00002ee0 
- 00011274  0x00001a0f nop  0x00002ee0 
- 00011275  0x00001a10 nop  0x00002ee0 
- 00011276  0x00001a11 nop  0x00002ee0 
- 00011277  0x00001a12 nop  0x00002ee0 
- 00011278  0x00001a13 nop  0x00002ee0 
- 00011279  0x00001a14 isub  0x00000030 , 0x0000003f 
- 00011280  0x00001a15 add  0x0000003f , 0x00000030 , 0x0000003f 
- 00011281  0x00001a16 arg  0x000000ff , 0x00000002 
- 00011282  0x00001a17 call  0x00007f91 
- 00011283  0x00001a18 store  0x00000001 , 0x00004178 
- 00011284  0x00001a19 nop  0x00007530 
- 00011285  0x00001a1a nop  0x00007530 
- 00011286  0x00001a1b nop  0x00007530 
- 00011287  0x00001a1c rtn 
- 00011288  0x00001a22 arg  0x00000fff , 0x00000005 
- 00011289  0x00001a23 iand  0x00000005 , 0x00000005 
- 00011290  0x00001a24 fetch  0x00000001 , 0x00004175 
- 00011291  0x00001a25 and_into  0x000000f0 , 0x0000003f 
- 00011292  0x00001a26 lshift8  0x0000003f , 0x0000003f 
- 00011293  0x00001a27 ior  0x00000005 , 0x0000003f 
- 00011294  0x00001a28 hstore  0x00000002 , 0x0000804c 
- 00011295  0x00001a29 ifetch  0x00000002 , 0x00000006 
- 00011296  0x00001a2a istore  0x00000002 , 0x00000005 
- 00011297  0x00001a2d setarg  0x00000001 
- 00011298  0x00001a2e branch  0x00002c24 
- 00011299  0x00001a31 setarg  0x00000002 
- 00011300  0x00001a33 until  0x0000003e , 0x00000033 
- 00011301  0x00001a34 hstore  0x00000001 , 0x00008005 
- 00011302  0x00001a35 until  0x0000003e , 0x00000033 
- 00011303  0x00001a36 until  0x0000003e , 0x00000033 
- 00011304  0x00001a37 rtn 
- 00011305  0x00001a3b bpatch  0x000000b0 , 0x00004016 
- 00011306  0x00001a3c fetch  0x00000004 , 0x000000a1 
- 00011307  0x00001a3d hstore  0x00000004 , 0x0000804c 
- 00011308  0x00001a3e setarg  0x00000004 
- 00011309  0x00001a3f call  0x00002c24 
- 00011310  0x00001a40 fetch  0x00000004 , 0x000000a5 
- 00011311  0x00001a41 hstore  0x00000004 , 0x0000804c 
- 00011312  0x00001a42 setarg  0x00000008 
- 00011313  0x00001a43 branch  0x00002c24 
- 00011314  0x00001a46 fetch  0x00000002 , 0x00004152 
- 00011315  0x00001a47 qset1  0x0000003f 
- 00011316  0x00001a48 store  0x00000002 , 0x00004152 
- 00011317  0x00001a49 rtn 
- 00011318  0x00001a4c fetch  0x00000002 , 0x00004152 
- 00011319  0x00001a4d qset0  0x0000003f 
- 00011320  0x00001a4e store  0x00000002 , 0x00004152 
- 00011321  0x00001a4f rtn 
- 00011322  0x00001a54 bpatch  0x000000b1 , 0x00004016 
- 00011323  0x00001a55 call  0x00003326 
- 00011324  0x00001a56 fetch  0x00000002 , 0x00004152 
- 00011325  0x00001a57 copy  0x0000003f , 0x00000011 
- 00011326  0x00001a58 fetch  0x00000001 , 0x0000004c 
- 00011327  0x00001a59 isolate1  0x00000006 , 0x0000003f 
- 00011328  0x00001a5a setflag  0x00000001 , 0x0000000b , 0x00000011 
- 00011329  0x00001a5b fetch  0x00000001 , 0x00000078 
- 00011330  0x00001a5c fetcht  0x00000001 , 0x0000007c 
- 00011331  0x00001a5d iadd  0x00000002 , 0x0000003f 
- 00011332  0x00001a5e fetcht  0x00000001 , 0x00000048 
- 00011333  0x00001a5f iadd  0x00000002 , 0x0000003f 
- 00011334  0x00001a60 nsetflag  0x00000034 , 0x0000000a , 0x00000011 
- 00011335  0x00001a61 fetch  0x00000001 , 0x000044ff 
- 00011336  0x00001a62 nsetflag  0x00000034 , 0x00000001 , 0x00000011 
- 00011337  0x00001a63 fetch  0x00000002 , 0x0000025d 
- 00011338  0x00001a64 fetcht  0x00000002 , 0x0000025f 
- 00011339  0x00001a65 iadd  0x00000002 , 0x0000003f 
- 00011340  0x00001a66 nsetflag  0x00000034 , 0x0000000d , 0x00000011 
- 00011341  0x00001a67 fetch  0x00000008 , 0x00004668 
- 00011342  0x00001a68 nsetflag  0x00000034 , 0x0000000f , 0x00000011 
- 00011343  0x00001a69 fetch  0x00000008 , 0x00004670 
- 00011344  0x00001a6a nsetflag  0x00000034 , 0x0000000e , 0x00000011 
- 00011345  0x00001a6b fetch  0x00000001 , 0x000041ce 
- 00011346  0x00001a6c nsetflag  0x00000034 , 0x00000008 , 0x00000011 
- 00011347  0x00001a6d fetch  0x00000001 , 0x00004092 
- 00011348  0x00001a6e compare  0x0000000a , 0x0000003f , 0x000000ff 
- 00011349  0x00001a6f call  0x00002c5b , 0x00000001 
- 00011350  0x00001a70 setarg  0xfffffff8 
- 00011351  0x00001a71 iand  0x00000011 , 0x00000011 
- 00011352  0x00001a72 copy  0x00000011 , 0x0000003f 
- 00011353  0x00001a73 store  0x00000002 , 0x00004152 
- 00011354  0x00001a74 rtn 
- 00011355  0x00001a77 hfetch  0x00000002 , 0x00008112 
- 00011356  0x00001a78 nsetflag  0x00000034 , 0x00000006 , 0x00000011 
- 00011357  0x00001a79 hfetch  0x00000002 , 0x0000810e 
- 00011358  0x00001a7a nsetflag  0x00000034 , 0x00000005 , 0x00000011 
- 00011359  0x00001a7b rtn 
- 00011360  0x00001a7e hfetch  0x00000004 , 0x00008138 
- 00011361  0x00001a7f set0  0x0000001b , 0x0000003f 
- 00011362  0x00001a80 hstore  0x00000004 , 0x0000804c 
- 00011363  0x00001a81 call  0x00002c21 
- 00011364  0x00001a82 branch  0x00002a8c 
- 00011365  0x00001a85 hfetch  0x00000004 , 0x0000813c 
- 00011366  0x00001a86 set0  0x00000014 , 0x0000003f 
- 00011367  0x00001a87 hstore  0x00000004 , 0x0000804c 
- 00011368  0x00001a88 branch  0x00002c23 
- 00011369  0x00001a8b fetch  0x00000002 , 0x00004150 
- 00011370  0x00001a8c bbit1  0x00000000 , 0x00002a8c 
- 00011371  0x00001a8d rtn 
- 00011372  0x00001a8f fetch  0x00000002 , 0x00004150 
- 00011373  0x00001a90 bbit1  0x00000001 , 0x00002a8c 
- 00011374  0x00001a91 rtn 
- 00011375  0x00001a93 fetch  0x00000002 , 0x00004150 
- 00011376  0x00001a94 bbit1  0x00000002 , 0x00002a8c 
- 00011377  0x00001a95 rtn 
- 00011378  0x00001ad3 bpatch  0x000000b2 , 0x00004016 
- 00011379  0x00001ad4 call  0x00002c7a 
- 00011380  0x00001ad5 add  0x00000013 , 0x000000cd , 0x00000012 
- 00011381  0x00001ad6 ifetch  0x00000001 , 0x00000012 
- 00011382  0x00001ad8 rtneq  0x00000000 
- 00011383  0x00001ad9 beq  0x00000001 , 0x00002d06 
- 00011384  0x00001ada beq  0x00000002 , 0x00002c7f 
- 00011385  0x00001adb rtn 
- 00011386  0x00001ade fetcht  0x00000002 , 0x00004241 
- 00011387  0x00001adf copy  0x00000002 , 0x00000013 
- 00011388  0x00001ae0 rtn 
- 00011389  0x00001ae3 call  0x00002f3d 
- 00011390  0x00001ae4 branch  0x0000307d 
- 00011391  0x00001ae7 call  0x00003084 
- 00011392  0x00001ae8 call  0x0000305a 
- 00011393  0x00001ae9 call  0x0000305e 
- 00011394  0x00001aea branch  0x000030a2 
- 00011395  0x00001af0 call  0x00003231 
- 00011396  0x00001af1 setarg  0x0000004e 
- 00011397  0x00001af2 call  0x0000322f 
- 00011398  0x00001af3 call  0x000032ba 
- 00011399  0x00001af6 add  0x00000013 , 0x00000092 , 0x00000011 
- 00011400  0x00001af7 ifetch  0x00000004 , 0x00000011 
- 00011401  0x00001af8 branch  0x0000322c 
- 00011402  0x00001afb call  0x00002c7a 
- 00011403  0x00001afc add  0x00000013 , 0x00000091 , 0x00000012 
- 00011404  0x00001afd ifetcht  0x00000001 , 0x00000012 
- 00011405  0x00001aff call  0x00002c90 
- 00011406  0x00001b00 add  0x00000013 , 0x00000091 , 0x00000005 
- 00011407  0x00001b02 branch  0x00002e56 
- 00011408  0x00001b05 call  0x00002c94 
- 00011409  0x00001b06 increase  0x00000001 , 0x00000002 
- 00011410  0x00001b07 and_into  0x00000003 , 0x00000002 
- 00011411  0x00001b08 rtn 
- 00011412  0x00001b0b add  0x00000013 , 0x000000ae , 0x00000012 
- 00011413  0x00001b0c ifetch  0x00000001 , 0x00000012 
- 00011414  0x00001b0e and_into  0x00000003 , 0x0000003f 
- 00011415  0x00001b0f mul32  0x0000003f , 0x00000004 , 0x00000011 
- 00011416  0x00001b10 add  0x00000013 , 0x00000097 , 0x0000003f 
- 00011417  0x00001b12 iadd  0x00000011 , 0x0000003f 
- 00011418  0x00001b13 iadd  0x00000002 , 0x00000006 
- 00011419  0x00001b14 ifetch  0x00000001 , 0x00000006 
- 00011420  0x00001b16 branch  0x0000322f 
- 00011421  0x00001b19 call  0x0000326c 
- 00011422  0x00001b1a call  0x0000666a 
- 00011423  0x00001b1b setarg  0x000007e2 
- 00011424  0x00001b1c arg  0x00000aa2 , 0x00000011 
- 00011425  0x00001b1d arg  0x00000004 , 0x00000002 
- 00011426  0x00001b1e call  0x000066b3 
- 00011427  0x00001b1f call  0x0000666d 
- 00011428  0x00001b20 fetch  0x00000004 , 0x00000aa2 
- 00011429  0x00001b21 call  0x00003227 
- 00011430  0x00001b23 nrtn  0x00000034 
- 00011431  0x00001b24 fetch  0x00000004 , 0x000040a0 
- 00011432  0x00001b26 branch  0x00003227 
- 00011433  0x00001b29 call  0x00003241 
- 00011434  0x00001b2b setarg  0x00000000 
- 00011435  0x00001b2c call  0x0000323f 
- 00011436  0x00001b2f call  0x0000323a 
- 00011437  0x00001b31 and_into  0x00000007 , 0x0000003f 
- 00011438  0x00001b33 branch  0x0000323c 
- 00011439  0x00001b36 call  0x0000323a 
- 00011440  0x00001b38 set1  0x00000004 , 0x0000003f 
- 00011441  0x00001b39 call  0x0000323c 
- 00011442  0x00001b3c branch  0x00003235 
- 00011443  0x00001b3f call  0x0000325d 
- 00011444  0x00001b41 beq  0x00000001 , 0x00002cb7 
- 00011445  0x00001b42 beq  0x00000002 , 0x00002cbc 
- 00011446  0x00001b43 rtn 
- 00011447  0x00001b46 call  0x0000323e 
- 00011448  0x00001b49 add  0x00000013 , 0x000000d1 , 0x00000005 
- 00011449  0x00001b4a call  0x000032d6 
- 00011450  0x00001b4c call  0x00003242 
- 00011451  0x00001b4e branch  0x00002cac 
- 00011452  0x00001b51 call  0x0000325a 
- 00011453  0x00001b53 branch  0x00002cb8 
- 00011454  0x00001b56 add  0x00000013 , 0x0000008c , 0x00000011 
- 00011455  0x00001b57 ifetch  0x00000001 , 0x00000011 
- 00011456  0x00001b59 increase  0x00000001 , 0x0000003f 
- 00011457  0x00001b5a add  0x00000013 , 0x0000008c , 0x00000005 
- 00011458  0x00001b5b istore  0x00000001 , 0x00000005 
- 00011459  0x00001b5d beq  0x00000020 , 0x00002dd2 
- 00011460  0x00001b5e call  0x00003258 
- 00011461  0x00001b60 beq  0x00000001 , 0x00002cca 
- 00011462  0x00001b61 setarg  0x00000001 
- 00011463  0x00001b62 call  0x0000325b 
- 00011464  0x00001b65 call  0x00003258 
- 00011465  0x00001b67 bne  0x00000001 , 0x00002cac 
- 00011466  0x00001b69 add  0x00000013 , 0x000000d3 , 0x00000011 
- 00011467  0x00001b6a ifetch  0x00000001 , 0x00000011 
- 00011468  0x00001b6c increase  0x00000001 , 0x0000003f 
- 00011469  0x00001b6d call  0x00002cd5 
- 00011470  0x00001b6f beq  0x00000004 , 0x00002cd2 
- 00011471  0x00001b70 call  0x00002c8a 
- 00011472  0x00001b71 call  0x00002d04 
- 00011473  0x00001b73 branch  0x00002d8f 
- 00011474  0x00001b76 call  0x00002cd4 
- 00011475  0x00001b78 branch  0x00002cac 
- 00011476  0x00001b7b setarg  0x00000000 
- 00011477  0x00001b7d add  0x00000013 , 0x000000d3 , 0x00000005 
- 00011478  0x00001b7e branch  0x000032b4 
- 00011479  0x00001b81 call  0x0000323e 
- 00011480  0x00001b84 call  0x0000325a 
- 00011481  0x00001b86 call  0x00003241 
- 00011482  0x00001b88 branch  0x00002cac 
- 00011483  0x00001b8b call  0x0000325d 
- 00011484  0x00001b8d beq  0x00000003 , 0x00002cd8 
- 00011485  0x00001b8e call  0x0000323a 
- 00011486  0x00001b90 isolate0  0x00000004 , 0x0000003f 
- 00011487  0x00001b91 branch  0x00002ca9 , 0x00000001 
- 00011488  0x00001b92 call  0x0000325d 
- 00011489  0x00001b94 beq  0x00000001 , 0x00002cd7 
- 00011490  0x00001b95 beq  0x00000002 , 0x00002cd8 
- 00011491  0x00001b96 rtn 
- 00011492  0x00001b99 call  0x00003253 
- 00011493  0x00001b9b rtnne  0x000000ff 
- 00011494  0x00001b9c call  0x00002ce9 
- 00011495  0x00001b9d ncall  0x00002cf4 , 0x0000002c 
- 00011496  0x00001b9e rtn 
- 00011497  0x00001ba1 disable  0x0000002c 
- 00011498  0x00001ba2 add  0x00000013 , 0x000000ce , 0x00000011 
- 00011499  0x00001ba3 ifetch  0x00000001 , 0x00000011 
- 00011500  0x00001ba5 rtnne  0x00000001 
- 00011501  0x00001ba6 add  0x00000013 , 0x000000d0 , 0x00000011 
- 00011502  0x00001ba7 ifetch  0x00000001 , 0x00000011 
- 00011503  0x00001ba9 rtnne  0x00000000 
- 00011504  0x00001baa setarg  0x00000001 
- 00011505  0x00001bab call  0x00002cfd 
- 00011506  0x00001bad call  0x00003237 
- 00011507  0x00001baf branch  0x00007feb 
- 00011508  0x00001bb2 add  0x00000013 , 0x000000d0 , 0x00000011 
- 00011509  0x00001bb3 ifetch  0x00000001 , 0x00000011 
- 00011510  0x00001bb5 branch  0x00002cff , 0x00000034 
- 00011511  0x00001bb6 increase  0xffffffff , 0x0000003f 
- 00011512  0x00001bb7 call  0x0000323f 
- 00011513  0x00001bb9 setarg  0x00000002 
- 00011514  0x00001bba call  0x00002cfd 
- 00011515  0x00001bbc call  0x00002c8a 
- 00011516  0x00001bbe branch  0x00003237 
- 00011517  0x00001bc1 add  0x00000013 , 0x000000d2 , 0x00000005 
- 00011518  0x00001bc2 branch  0x000032b4 
- 00011519  0x00001bc6 setarg  0x00000003 
- 00011520  0x00001bc7 call  0x00002cfd 
- 00011521  0x00001bc9 call  0x00003258 
- 00011522  0x00001bcb nbranch  0x00002cc8 , 0x00000034 
- 00011523  0x00001bcc call  0x00002c8a 
- 00011524  0x00001bcf setarg  0x00000002 
- 00011525  0x00001bd0 branch  0x00003238 
- 00011526  0x00001bd3 rtnmark0  0x00000026 
- 00011527  0x00001bd4 set1  0x00000027 , 0x00000000 
- 00011528  0x00001bd5 bpatch  0x000000b3 , 0x00004016 
- 00011529  0x00001bd6 add  0x00000013 , 0x0000008e , 0x00000011 
- 00011530  0x00001bd7 ifetch  0x00000001 , 0x00000011 
- 00011531  0x00001bd9 beq  0x00000001 , 0x00002d0f 
- 00011532  0x00001bda call  0x0000306a 
- 00011533  0x00001bdb nbranch  0x00002d16 , 0x00000028 
- 00011534  0x00001bdc call  0x00002d1b 
- 00011535  0x00001bde add  0x00000013 , 0x0000008e , 0x00000005 
- 00011536  0x00001bdf call  0x000032d6 
- 00011537  0x00001be1 call  0x00002d2c 
- 00011538  0x00001be2 nbranch  0x00002d7d , 0x00000028 
- 00011539  0x00001be3 call  0x00002ce4 
- 00011540  0x00001be5 call  0x00002d8f 
- 00011541  0x00001be6 call  0x00002e7a 
- 00011542  0x00001be8 set0  0x00000027 , 0x00000000 
- 00011543  0x00001be9 rtn 
- 00011544  0x00001bec rtn  0x00000005 
- 00011545  0x00001bed set1  0x0000001c , 0x0000003f 
- 00011546  0x00001bee rtn 
- 00011547  0x00001bf1 add  0x00000013 , 0x000000c2 , 0x00000011 
- 00011548  0x00001bf2 ifetch  0x00000001 , 0x00000011 
- 00011549  0x00001bf4 increase  0x00000001 , 0x0000003f 
- 00011550  0x00001bf5 add  0x00000013 , 0x000000c2 , 0x00000005 
- 00011551  0x00001bf6 istore  0x00000001 , 0x00000005 
- 00011552  0x00001bf8 beq  0x00000004 , 0x00002d23 
- 00011553  0x00001bf9 beq  0x00000005 , 0x00002d27 
- 00011554  0x00001bfa rtn 
- 00011555  0x00001bfc add  0x00000013 , 0x000000ad , 0x00000011 
- 00011556  0x00001bfd ifetch  0x00000001 , 0x00000011 
- 00011557  0x00001c01 add  0x00000013 , 0x000000ab , 0x00000005 
- 00011558  0x00001c02 branch  0x000032b4 
- 00011559  0x00001c05 add  0x00000013 , 0x000000c2 , 0x00000005 
- 00011560  0x00001c06 call  0x000032d6 
- 00011561  0x00001c08 add  0x00000013 , 0x000000ac , 0x00000011 
- 00011562  0x00001c09 ifetch  0x00000001 , 0x00000011 
- 00011563  0x00001c0b branch  0x00002d25 
- 00011564  0x00001c0e call  0x00003253 
- 00011565  0x00001c10 bne  0x000000ff , 0x00002eb1 
- 00011566  0x00001c11 bpatch  0x000000b4 , 0x00004016 
- 00011567  0x00001c12 call  0x00002d3a 
- 00011568  0x00001c13 nbranch  0x00002d36 , 0x00000028 
- 00011569  0x00001c14 call  0x00002d53 
- 00011570  0x00001c15 call  0x00002e71 
- 00011571  0x00001c18 setarg  0x00000001 
- 00011572  0x00001c1a add  0x00000013 , 0x0000008b , 0x00000005 
- 00011573  0x00001c1b branch  0x000032b4 
- 00011574  0x00001c1e add  0x00000013 , 0x0000008b , 0x00000011 
- 00011575  0x00001c1f ifetch  0x00000001 , 0x00000011 
- 00011576  0x00001c21 beq  0x00000001 , 0x00007fe7 
- 00011577  0x00001c22 rtn 
- 00011578  0x00001c26 add  0x00000013 , 0x000000d8 , 0x00000002 
- 00011579  0x00001c27 ifetch  0x00000002 , 0x00000002 
- 00011580  0x00001c29 call  0x00007f9c 
- 00011581  0x00001c2a nrtn  0x00000028 
- 00011582  0x00001c2b copy  0x00000011 , 0x0000003f 
- 00011583  0x00001c2c store  0x00000001 , 0x00000aae 
- 00011584  0x00001c2d add  0x00000013 , 0x000000b2 , 0x00000005 
- 00011585  0x00001c2e call  0x000032d6 
- 00011586  0x00001c30 call  0x00002cac 
- 00011587  0x00001c31 store  0x00000001 , 0x0000119e 
- 00011588  0x00001c32 fetch  0x00000001 , 0x00000aae 
- 00011589  0x00001c33 copy  0x0000003f , 0x00000011 
- 00011590  0x00001c34 add  0x00000011 , 0x00000001 , 0x00000002 
- 00011591  0x00001c35 arg  0x0000119f , 0x00000005 
- 00011592  0x00001c36 copy  0x00000011 , 0x00000039 
- 00011593  0x00001c37 copy  0x00000012 , 0x00000006 
- 00011594  0x00001c38 call  0x00007f01 
- 00011595  0x00001c39 arg  0x0000119e , 0x00000011 
- 00011596  0x00001c3b rtnmark0  0x00000027 
- 00011597  0x00001c3c add  0x00000013 , 0x00000086 , 0x00000005 
- 00011598  0x00001c3d istoret  0x00000001 , 0x00000005 
- 00011599  0x00001c3f copy  0x00000002 , 0x00000039 
- 00011600  0x00001c40 add  0x00000013 , 0x00000022 , 0x00000005 
- 00011601  0x00001c42 copy  0x00000011 , 0x00000006 
- 00011602  0x00001c43 branch  0x00007f01 
- 00011603  0x00001c47 add  0x00000013 , 0x00000086 , 0x00000011 
- 00011604  0x00001c48 ifetch  0x00000001 , 0x00000011 
- 00011605  0x00001c4a increase  0x00000002 , 0x0000003f 
- 00011606  0x00001c4b add  0x00000013 , 0x00000088 , 0x00000005 
- 00011607  0x00001c4c istore  0x00000001 , 0x00000005 
- 00011608  0x00001c4f call  0x0000323a 
- 00011609  0x00001c51 call  0x00003235 
- 00011610  0x00001c54 add  0x00000013 , 0x00000086 , 0x00000011 
- 00011611  0x00001c55 ifetch  0x00000001 , 0x00000011 
- 00011612  0x00001c57 lshift3  0x0000003f , 0x0000003f 
- 00011613  0x00001c58 add  0x00000013 , 0x00000085 , 0x00000011 
- 00011614  0x00001c59 ifetcht  0x00000001 , 0x00000011 
- 00011615  0x00001c5b and  0x00000002 , 0x00000003 , 0x00000002 
- 00011616  0x00001c5c lshift  0x00000002 , 0x00000002 
- 00011617  0x00001c5d ior  0x00000002 , 0x0000003f 
- 00011618  0x00001c5e add  0x00000013 , 0x000000c3 , 0x00000011 
- 00011619  0x00001c5f ifetcht  0x00000001 , 0x00000011 
- 00011620  0x00001c61 iadd  0x00000002 , 0x0000003f 
- 00011621  0x00001c62 istore  0x00000001 , 0x00000005 
- 00011622  0x00001c64 add  0x00000013 , 0x00000086 , 0x00000011 
- 00011623  0x00001c65 ifetch  0x00000001 , 0x00000011 
- 00011624  0x00001c67 iforce  0x00000039 
- 00011625  0x00001c68 add  0x00000013 , 0x00000022 , 0x00000006 
- 00011626  0x00001c6a branch  0x00007f01 
- 00011627  0x00001c6d call  0x0000324f 
- 00011628  0x00001c6f call  0x0000325a 
- 00011629  0x00001c71 call  0x00002e6d 
- 00011630  0x00001c72 call  0x00002cac 
- 00011631  0x00001c73 store  0x00000001 , 0x0000119e 
- 00011632  0x00001c74 call  0x00002d77 
- 00011633  0x00001c75 call  0x0000323a 
- 00011634  0x00001c77 set1  0x00000003 , 0x0000003f 
- 00011635  0x00001c78 call  0x0000323c 
- 00011636  0x00001c7a call  0x00002d53 
- 00011637  0x00001c7b call  0x00002d33 
- 00011638  0x00001c7c branch  0x00002d14 
- 00011639  0x00001c7f store  0x00000001 , 0x0000119f 
- 00011640  0x00001c80 call  0x00003224 
- 00011641  0x00001c82 store  0x00000004 , 0x000011a0 
- 00011642  0x00001c83 arg  0x00000006 , 0x00000002 
- 00011643  0x00001c84 arg  0x0000119e , 0x00000011 
- 00011644  0x00001c85 branch  0x00002d4c 
- 00011645  0x00001c88 add  0x00000013 , 0x000000b2 , 0x00000011 
- 00011646  0x00001c89 ifetch  0x00000001 , 0x00000011 
- 00011647  0x00001c8b branch  0x00002d6b , 0x00000034 
- 00011648  0x00001c8e add  0x00000013 , 0x000000da , 0x00000011 
- 00011649  0x00001c8f ifetch  0x00000002 , 0x00000011 
- 00011650  0x00001c91 branch  0x00007f9c 
- 00011651  0x00001c94 call  0x00002c7a 
- 00011652  0x00001c96 call  0x00002afa 
- 00011653  0x00001c97 fetch  0x00000003 , 0x0000416f 
- 00011654  0x00001c98 rtn  0x00000034 
- 00011655  0x00001c99 add  0x00000013 , 0x000000dc , 0x00000002 
- 00011656  0x00001c9a ifetch  0x00000002 , 0x00000002 
- 00011657  0x00001c9c call  0x00007f9c 
- 00011658  0x00001c9d add  0x00000013 , 0x000000b6 , 0x00000002 
- 00011659  0x00001c9e ifetch  0x00000008 , 0x00000002 
- 00011660  0x00001c9f call  0x00007f49 
- 00011661  0x00001ca0 storet  0x00000004 , 0x0000415b 
- 00011662  0x00001ca1 branch  0x00002b2a 
- 00011663  0x00001ca4 call  0x00002c7a 
- 00011664  0x00001ca5 add  0x00000013 , 0x0000008f , 0x00000005 
- 00011665  0x00001ca6 call  0x000032d6 
- 00011666  0x00001ca9 call  0x00002da4 
- 00011667  0x00001caa nbranch  0x00002dae , 0x00000018 
- 00011668  0x00001cab nbranch  0x00002dae , 0x0000002f 
- 00011669  0x00001cac call  0x00002dd6 
- 00011670  0x00001cad call  0x00002e75 
- 00011671  0x00001caf call  0x00002c7a 
- 00011672  0x00001cb0 add  0x00000013 , 0x00000085 , 0x00000011 
- 00011673  0x00001cb1 ifetch  0x00000001 , 0x00000011 
- 00011674  0x00001cb3 increase  0x00000001 , 0x0000003f 
- 00011675  0x00001cb4 call  0x00003232 
- 00011676  0x00001cb6 call  0x00003253 
- 00011677  0x00001cb8 bne  0x000000ff , 0x00002ed0 
- 00011678  0x00001cb9 call  0x00002cdb 
- 00011679  0x00001cbb setarg  0x00000000 
- 00011680  0x00001cbc add  0x00000013 , 0x0000008c , 0x00000005 
- 00011681  0x00001cbd istore  0x00000002 , 0x00000005 
- 00011682  0x00001cc1 setarg  0x00000000 
- 00011683  0x00001cc2 branch  0x00002d34 
- 00011684  0x00001cc6 disable  0x0000002f 
- 00011685  0x00001cc7 call  0x00002df7 
- 00011686  0x00001cc8 call  0x00002c7a 
- 00011687  0x00001cc9 add  0x00000013 , 0x000000c3 , 0x00000011 
- 00011688  0x00001cca ifetch  0x00000001 , 0x00000011 
- 00011689  0x00001ccc beq  0x00000001 , 0x00002dac 
- 00011690  0x00001ccd call  0x00002e11 
- 00011691  0x00001cce branch  0x00002e45 
- 00011692  0x00001cd0 call  0x00002e45 
- 00011693  0x00001cd1 branch  0x00002d97 
- 00011694  0x00001cd5 bpatch  0x000000b5 , 0x00004016 
- 00011695  0x00001cd6 add  0x00000013 , 0x0000008d , 0x00000011 
- 00011696  0x00001cd7 ifetch  0x00000001 , 0x00000011 
- 00011697  0x00001cd9 increase  0x00000001 , 0x0000003f 
- 00011698  0x00001cda add  0x00000013 , 0x0000008d , 0x00000005 
- 00011699  0x00001cdb istore  0x00000001 , 0x00000005 
- 00011700  0x00001cdd call  0x00003253 
- 00011701  0x00001cdf bne  0x000000ff , 0x00002dcc 
- 00011702  0x00001ce0 add  0x00000013 , 0x0000008f , 0x00000011 
- 00011703  0x00001ce1 ifetcht  0x00000001 , 0x00000011 
- 00011704  0x00001ce3 increase  0x00000001 , 0x00000002 
- 00011705  0x00001ce4 add  0x00000013 , 0x0000008f , 0x00000005 
- 00011706  0x00001ce5 istoret  0x00000001 , 0x00000005 
- 00011707  0x00001ce7 add  0x00000013 , 0x000000cc , 0x00000011 
- 00011708  0x00001ce8 ifetch  0x00000001 , 0x00000011 
- 00011709  0x00001cea isub  0x00000002 , 0x0000003f 
- 00011710  0x00001ceb nbranch  0x00002d92 , 0x00000034 
- 00011711  0x00001cec bpatch  0x000000b6 , 0x00004016 
- 00011712  0x00001ced call  0x0000325d 
- 00011713  0x00001cef beq  0x00000003 , 0x00002cbe 
- 00011714  0x00001cf0 add  0x00000013 , 0x000000d1 , 0x00000011 
- 00011715  0x00001cf1 ifetch  0x00000001 , 0x00000011 
- 00011716  0x00001cf3 increase  0x00000001 , 0x0000003f 
- 00011717  0x00001cf4 add  0x00000013 , 0x000000d1 , 0x00000005 
- 00011718  0x00001cf5 istore  0x00000001 , 0x00000005 
- 00011719  0x00001cf7 beq  0x00000002 , 0x00002cb3 
- 00011720  0x00001cf8 call  0x00002caf 
- 00011721  0x00001cf9 setarg  0x00000001 
- 00011722  0x00001cfa call  0x00003238 
- 00011723  0x00001cfc branch  0x00002d8f 
- 00011724  0x00001cff add  0x00000013 , 0x0000008d , 0x00000011 
- 00011725  0x00001d00 ifetch  0x00000001 , 0x00000011 
- 00011726  0x00001d02 rtnne  0x000000ff 
- 00011727  0x00001d03 add  0x00000013 , 0x0000008d , 0x00000005 
- 00011728  0x00001d04 call  0x000032d6 
- 00011729  0x00001d06 branch  0x00002dd4 
- 00011730  0x00001d09 add  0x00000013 , 0x0000008c , 0x00000005 
- 00011731  0x00001d0a call  0x000032d6 
- 00011732  0x00001d0d jam  0x0000003a , 0x00000a99 
- 00011733  0x00001d0e branch  0x00007d86 
- 00011734  0x00001d11 call  0x00002dde 
- 00011735  0x00001d12 add  0x00000013 , 0x00000084 , 0x00000011 
- 00011736  0x00001d13 ifetch  0x00000001 , 0x00000011 
- 00011737  0x00001d15 rtn  0x00000034 
- 00011738  0x00001d16 iforce  0x00000039 
- 00011739  0x00001d17 add  0x00000013 , 0x00000002 , 0x00000006 
- 00011740  0x00001d19 add  0x00000013 , 0x00000064 , 0x00000005 
- 00011741  0x00001d1b branch  0x00007f01 
- 00011742  0x00001d20 call  0x0000325f 
- 00011743  0x00001d22 rshift3  0x0000003f , 0x0000003f 
- 00011744  0x00001d23 add  0x00000013 , 0x00000084 , 0x00000005 
- 00011745  0x00001d24 istore  0x00000001 , 0x00000005 
- 00011746  0x00001d27 increase  0x00000001 , 0x0000003f 
- 00011747  0x00001d28 add  0x00000013 , 0x00000001 , 0x00000006 
- 00011748  0x00001d2a iadd  0x00000006 , 0x00000006 
- 00011749  0x00001d2b ifetch  0x00000003 , 0x00000006 
- 00011750  0x00001d2c add  0x00000013 , 0x000000c4 , 0x00000005 
- 00011751  0x00001d2d istore  0x00000003 , 0x00000005 
- 00011752  0x00001d30 call  0x0000325f 
- 00011753  0x00001d32 rshift  0x0000003f , 0x0000003f 
- 00011754  0x00001d33 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00011755  0x00001d34 add  0x00000013 , 0x000000ca , 0x00000005 
- 00011756  0x00001d35 istore  0x00000001 , 0x00000005 
- 00011757  0x00001d37 rtn 
- 00011758  0x00001d3a disable  0x00000009 
- 00011759  0x00001d3b disable  0x00000007 
- 00011760  0x00001d3c setarg  0x00555555 
- 00011761  0x00001d3d iforce  0x0000000f 
- 00011762  0x00001d3e rtn 
- 00011763  0x00001d41 call  0x00002918 
- 00011764  0x00001d42 add  0x00000013 , 0x00000090 , 0x00000011 
- 00011765  0x00001d43 ifetcht  0x00000001 , 0x00000011 
- 00011766  0x00001d45 branch  0x00002933 
- 00011767  0x00001d48 call  0x00002dee 
- 00011768  0x00001d49 call  0x00002df3 
- 00011769  0x00001d4a set1  0x00000000 , 0x00000015 
- 00011770  0x00001d4b enable  0x0000001d 
- 00011771  0x00001d4c enable  0x00000020 
- 00011772  0x00001d4d disable  0x00000021 
- 00011773  0x00001d4e call  0x000053c4 
- 00011774  0x00001d4f call  0x0000322a 
- 00011775  0x00001d51 iforce  0x00000009 
- 00011776  0x00001d52 inject  0x00000003 , 0x00000020 
- 00011777  0x00001d53 enable  0x00000009 
- 00011778  0x00001d54 add  0x00000013 , 0x00000088 , 0x00000011 
- 00011779  0x00001d55 ifetch  0x00000001 , 0x00000011 
- 00011780  0x00001d57 iforce  0x00000039 
- 00011781  0x00001d58 add  0x00000013 , 0x00000042 , 0x00000006 
- 00011782  0x00001d5b ifetch  0x00000001 , 0x00000006 
- 00011783  0x00001d5c inject  0x00000003 , 0x00000008 
- 00011784  0x00001d5d loop  0x00002e06 
- 00011785  0x00001d5e enable  0x00000008 
- 00011786  0x00001d5f inject  0x00000003 , 0x00000018 
- 00011787  0x00001d60 disable  0x00000008 
- 00011788  0x00001d61 until  0x0000003e , 0x00000027 
- 00011789  0x00001d62 bpatch  0x000000b7 , 0x00004016 
- 00011790  0x00001d63 nop  0x00000064 
- 00011791  0x00001d64 disable  0x0000001d 
- 00011792  0x00001d65 rtn 
- 00011793  0x00001d68 disable  0x0000002f 
- 00011794  0x00001d69 force  0x00000000 , 0x00000015 
- 00011795  0x00001d6a add  0x00000013 , 0x00000090 , 0x00000011 
- 00011796  0x00001d6b ifetcht  0x00000001 , 0x00000011 
- 00011797  0x00001d6d call  0x0000291f 
- 00011798  0x00001d6e call  0x00002924 
- 00011799  0x00001d70 call  0x00002dee 
- 00011800  0x00001d71 enable  0x0000000d 
- 00011801  0x00001d72 enable  0x00000021 
- 00011802  0x00001d73 disable  0x00000020 
- 00011803  0x00001d74 call  0x000053c4 
- 00011804  0x00001d75 call  0x0000322a 
- 00011805  0x00001d77 iforce  0x00000009 
- 00011806  0x00001d78 enable  0x00000010 
- 00011807  0x00001d79 add  0x00000013 , 0x00000089 , 0x00000011 
- 00011808  0x00001d7a ifetch  0x00000002 , 0x00000011 
- 00011809  0x00001d7c iforce  0x0000001b 
- 00011810  0x00001d7d correlate  0x0000003e , 0x00000003 
- 00011811  0x00001d7e nbranch  0x00002e4d , 0x00000018 
- 00011812  0x00001d7f enable  0x00000009 
- 00011813  0x00001d80 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00011814  0x00001d81 rshift3  0x0000000c , 0x0000003f 
- 00011815  0x00001d82 add  0x00000013 , 0x00000000 , 0x00000005 
- 00011816  0x00001d83 istore  0x00000001 , 0x00000005 
- 00011817  0x00001d85 add  0x00000013 , 0x000000cd , 0x00000011 
- 00011818  0x00001d86 ifetch  0x00000001 , 0x00000011 
- 00011819  0x00001d88 beq  0x00000002 , 0x00002e33 
- 00011820  0x00001d89 bpatch  0x000000b8 , 0x00004017 
- 00011821  0x00001d8a add  0x00000013 , 0x00000000 , 0x00000011 
- 00011822  0x00001d8b ifetch  0x00000001 , 0x00000011 
- 00011823  0x00001d8d add  0x00000013 , 0x00000087 , 0x00000011 
- 00011824  0x00001d8e ifetcht  0x00000001 , 0x00000011 
- 00011825  0x00001d90 icompare  0x00000007 , 0x00000002 
- 00011826  0x00001d91 nbranch  0x00002e45 , 0x00000001 
- 00011827  0x00001d93 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00011828  0x00001d94 rshift3  0x0000000c , 0x0000003f 
- 00011829  0x00001d95 istore  0x00000001 , 0x00000005 
- 00011830  0x00001d96 rshift3  0x0000003f , 0x0000003f 
- 00011831  0x00001d97 and  0x0000003f , 0x0000001f , 0x00000039 
- 00011832  0x00001d98 branch  0x00002e3d , 0x00000005 
- 00011833  0x00001d9a parse  0x00000003 , 0x00000000 , 0x00000008 
- 00011834  0x00001d9b rshift3  0x0000000c , 0x0000003f 
- 00011835  0x00001d9c istore  0x00000001 , 0x00000005 
- 00011836  0x00001d9d loop  0x00002e39 
- 00011837  0x00001d9f parse  0x00000003 , 0x00000000 , 0x00000018 
- 00011838  0x00001da0 rshift32  0x0000003f , 0x0000003f 
- 00011839  0x00001da1 rshift16  0x0000003f , 0x0000003f 
- 00011840  0x00001da2 istore  0x00000003 , 0x00000005 
- 00011841  0x00001da3 branch  0x00002e45 , 0x00000006 
- 00011842  0x00001da4 enable  0x0000002f 
- 00011843  0x00001da5 disable  0x0000000d 
- 00011844  0x00001da6 rtn 
- 00011845  0x00001daa disable  0x0000001d 
- 00011846  0x00001dab disable  0x0000000d 
- 00011847  0x00001dac disable  0x00000009 
- 00011848  0x00001dad disable  0x00000007 
- 00011849  0x00001dae branch  0x000028f9 , 0x00000021 
- 00011850  0x00001daf until  0x0000003e , 0x00000027 
- 00011851  0x00001db0 nop  0x00000064 
- 00011852  0x00001db1 branch  0x000028f9 
- 00011853  0x00001db4 call  0x00002e4f 
- 00011854  0x00001db5 branch  0x00002e45 
- 00011855  0x00001db8 call  0x000029bb 
- 00011856  0x00001db9 rtn  0x00000034 
- 00011857  0x00001dba add  0x00000013 , 0x000000ea , 0x00000011 
- 00011858  0x00001dbb ifetcht  0x00000001 , 0x00000011 
- 00011859  0x00001dbd arg  0x00000d9e , 0x00000011 
- 00011860  0x00001dbf call  0x00002e58 
- 00011861  0x00001dc0 add  0x00000013 , 0x000000ea , 0x00000005 
- 00011862  0x00001dc3 istoret  0x00000001 , 0x00000005 
- 00011863  0x00001dc4 rtn 
- 00011864  0x00001dc7 arg  0x000000ff , 0x00000012 
- 00011865  0x00001dc8 branch  0x00002e5a 
- 00011866  0x00001ddb copy  0x00000011 , 0x0000003f 
- 00011867  0x00001ddc iadd  0x00000002 , 0x00000005 
- 00011868  0x00001ddd fetch  0x00000001 , 0x00000018 
- 00011869  0x00001dde istore  0x00000001 , 0x00000005 
- 00011870  0x00001ddf increase  0x00000001 , 0x00000002 
- 00011871  0x00001de0 copy  0x00000012 , 0x0000003f 
- 00011872  0x00001de1 iand_into  0x00000002 
- 00011873  0x00001de2 rtn 
- 00011874  0x00001de5 arg  0x00000000 , 0x00000002 
- 00011875  0x00001de6 copy  0x00000011 , 0x00000006 
- 00011876  0x00001de8 ifetch  0x00000001 , 0x00000006 
- 00011877  0x00001de9 iadd  0x00000002 , 0x00000002 
- 00011878  0x00001dea loop  0x00002e64 
- 00011879  0x00001deb rshift8  0x00000002 , 0x00000002 
- 00011880  0x00001dec rtn 
- 00011881  0x00001def call  0x00002c7a 
- 00011882  0x00001df0 call  0x00002e9f 
- 00011883  0x00001df1 setarg  0x00000001 
- 00011884  0x00001df2 call  0x00003272 
- 00011885  0x00001df5 setarg  0x00000000 
- 00011886  0x00001df6 call  0x00002e73 
- 00011887  0x00001df8 istore  0x00000001 , 0x00000005 
- 00011888  0x00001dfa rtn 
- 00011889  0x00001dfd call  0x00003270 
- 00011890  0x00001dff increase  0x00000001 , 0x0000003f 
- 00011891  0x00001e02 add  0x00000013 , 0x000000fc , 0x00000005 
- 00011892  0x00001e03 branch  0x000032b4 
- 00011893  0x00001e08 add  0x00000013 , 0x000000fd , 0x00000011 
- 00011894  0x00001e09 ifetch  0x00000001 , 0x00000011 
- 00011895  0x00001e0a increase  0x00000001 , 0x0000003f 
- 00011896  0x00001e0b add  0x00000013 , 0x000000fd , 0x00000005 
- 00011897  0x00001e0c branch  0x000032b4 
- 00011898  0x00001e0f bpatch  0x000000b9 , 0x00004017 
- 00011899  0x00001e10 call  0x00003270 
- 00011900  0x00001e12 sub  0x0000003f , 0x0000007c , 0x0000003e 
- 00011901  0x00001e13 rtn  0x00000002 
- 00011902  0x00001e14 add  0x00000013 , 0x000000fd , 0x00000011 
- 00011903  0x00001e15 ifetcht  0x00000001 , 0x00000011 
- 00011904  0x00001e17 isub  0x00000002 , 0x00000002 
- 00011905  0x00001e18 call  0x00002e6d 
- 00011906  0x00001e19 setarg  0x00000102 
- 00011907  0x00001e1a iadd  0x00000013 , 0x00000011 
- 00011908  0x00001e1b ifetch  0x00000001 , 0x00000011 
- 00011909  0x00001e1d isub  0x00000002 , 0x0000003e 
- 00011910  0x00001e1e nbranch  0x00002e8d , 0x00000002 
- 00011911  0x00001e1f setarg  0x00000103 
- 00011912  0x00001e20 iadd  0x00000013 , 0x00000011 
- 00011913  0x00001e21 ifetch  0x00000001 , 0x00000011 
- 00011914  0x00001e23 isub  0x00000002 , 0x0000003e 
- 00011915  0x00001e24 branch  0x00002e99 , 0x00000002 
- 00011916  0x00001e25 rtn 
- 00011917  0x00001e28 add  0x00000013 , 0x000000fe , 0x00000011 
- 00011918  0x00001e29 ifetch  0x00000001 , 0x00000011 
- 00011919  0x00001e2b beq  0x00000002 , 0x00002e93 
- 00011920  0x00001e2c increase  0x00000001 , 0x0000003f 
- 00011921  0x00001e2d call  0x00003272 
- 00011922  0x00001e2f beq  0x00000001 , 0x00002e9f 
- 00011923  0x00001e31 setarg  0x0000000a 
- 00011924  0x00001e32 call  0x000032b0 
- 00011925  0x00001e34 setarg  0x00000000 
- 00011926  0x00001e35 call  0x000032b2 
- 00011927  0x00001e38 add  0x00000013 , 0x000000ff , 0x00000011 
- 00011928  0x00001e3a branch  0x00002ea5 
- 00011929  0x00001e3d add  0x00000013 , 0x000000fe , 0x00000011 
- 00011930  0x00001e3e ifetch  0x00000001 , 0x00000011 
- 00011931  0x00001e40 beq  0x00000000 , 0x00002ea7 
- 00011932  0x00001e41 increase  0xffffffff , 0x0000003f 
- 00011933  0x00001e42 call  0x00003272 
- 00011934  0x00001e44 beq  0x00000000 , 0x00002ea7 
- 00011935  0x00001e49 setarg  0x00000005 
- 00011936  0x00001e4a call  0x000032b0 
- 00011937  0x00001e4c setarg  0x00000000 
- 00011938  0x00001e4d call  0x000032b2 
- 00011939  0x00001e50 setarg  0x00000100 
- 00011940  0x00001e52 iadd  0x00000013 , 0x00000011 
- 00011941  0x00001e54 ifetch  0x00000001 , 0x00000011 
- 00011942  0x00001e56 branch  0x0000326a 
- 00011943  0x00001e5b setarg  0x00000002 
- 00011944  0x00001e5c call  0x000032b0 
- 00011945  0x00001e5e setarg  0x00000000 
- 00011946  0x00001e5f call  0x000032b2 
- 00011947  0x00001e62 setarg  0x00000101 
- 00011948  0x00001e64 branch  0x00002ea4 
- 00011949  0x00001e73 set1  0x00000026 , 0x00000000 
- 00011950  0x00001e74 call  0x00002c83 
- 00011951  0x00001e77 setarg  0x00000001 
- 00011952  0x00001e78 branch  0x00003256 
- 00011953  0x00001e7b add  0x00000013 , 0x0000008b , 0x00000011 
- 00011954  0x00001e7c ifetch  0x00000001 , 0x00000011 
- 00011955  0x00001e7e beq  0x00000001 , 0x00007fe7 
- 00011956  0x00001e7f call  0x00003253 
- 00011957  0x00001e81 beq  0x00000001 , 0x00002eb9 
- 00011958  0x00001e82 beq  0x00000002 , 0x00002ebd 
- 00011959  0x00001e83 beq  0x00000003 , 0x00002ec1 
- 00011960  0x00001e84 branch  0x00002a8c 
- 00011961  0x00001e87 setarg  0x00000011 
- 00011962  0x00001e88 call  0x00003256 
- 00011963  0x00001e8a jam  0x000000aa , 0x0000119e 
- 00011964  0x00001e8b branch  0x00002ec4 
- 00011965  0x00001e8d setarg  0x00000012 
- 00011966  0x00001e8e call  0x00003256 
- 00011967  0x00001e90 jam  0x00000055 , 0x0000119e 
- 00011968  0x00001e91 branch  0x00002ec4 
- 00011969  0x00001e93 setarg  0x00000013 
- 00011970  0x00001e94 call  0x00003256 
- 00011971  0x00001e96 jam  0x00000022 , 0x0000119e 
- 00011972  0x00001e98 call  0x0000323a 
- 00011973  0x00001e9a and_into  0x00000007 , 0x0000003f 
- 00011974  0x00001e9b store  0x00000001 , 0x0000119f 
- 00011975  0x00001e9c call  0x00003224 
- 00011976  0x00001e9e store  0x00000004 , 0x000011a0 
- 00011977  0x00001ea0 jam  0x00000000 , 0x000011a4 
- 00011978  0x00001ea1 arg  0x0000119e , 0x00000011 
- 00011979  0x00001ea2 arg  0x00000007 , 0x00000002 
- 00011980  0x00001ea3 call  0x00002d4c 
- 00011981  0x00001ea4 call  0x00002d53 
- 00011982  0x00001ea5 call  0x00002d33 
- 00011983  0x00001ea6 branch  0x00007fe7 
- 00011984  0x00001ea9 call  0x00003253 
- 00011985  0x00001eab rtneq  0x000000ff 
- 00011986  0x00001eac beq  0x00000011 , 0x00002ed6 
- 00011987  0x00001ead beq  0x00000012 , 0x00002ed9 
- 00011988  0x00001eae beq  0x00000013 , 0x00002edc 
- 00011989  0x00001eaf rtn 
- 00011990  0x00001eb2 setarg  0x00000002 
- 00011991  0x00001eb3 call  0x00003256 
- 00011992  0x00001eb5 branch  0x00002d9f 
- 00011993  0x00001eb7 setarg  0x00000003 
- 00011994  0x00001eb8 call  0x00003256 
- 00011995  0x00001eba branch  0x00002d9f 
- 00011996  0x00001ebc setarg  0x000000ff 
- 00011997  0x00001ebd call  0x00003256 
- 00011998  0x00001ebf jam  0x00000039 , 0x00000a99 
- 00011999  0x00001ec0 call  0x00007d86 
- 00012000  0x00001ec1 add  0x00000013 , 0x00000066 , 0x00000011 
- 00012001  0x00001ec2 ifetch  0x00000004 , 0x00000011 
- 00012002  0x00001ec4 call  0x0000322c 
- 00012003  0x00001ec6 branch  0x00002d9f 
- 00012004  0x00001ec9 set0  0x00000026 , 0x00000000 
- 00012005  0x00001eca call  0x00002f08 
- 00012006  0x00001ecb call  0x00002f22 
- 00012007  0x00001ecd call  0x00003263 
- 00012008  0x00001ecf nop  0x000007d0 
- 00012009  0x00001ed0 call  0x00003261 
- 00012010  0x00001ed1 beq  0x000000ff , 0x00002dd4 
- 00012011  0x00001ed2 call  0x00002da4 
- 00012012  0x00001ed3 nbranch  0x00002efa , 0x00000018 
- 00012013  0x00001ed4 nbranch  0x00002efa , 0x0000002f 
- 00012014  0x00001ed5 call  0x00002dd6 
- 00012015  0x00001ed6 call  0x00002c7a 
- 00012016  0x00001ed7 add  0x00000013 , 0x00000092 , 0x00000011 
- 00012017  0x00001ed8 ifetcht  0x00000004 , 0x00000011 
- 00012018  0x00001ed9 call  0x000030be 
- 00012019  0x00001eda branch  0x00002ead , 0x00000005 
- 00012020  0x00001edb call  0x00002c7a 
- 00012021  0x00001edc add  0x00000013 , 0x00000066 , 0x00000011 
- 00012022  0x00001edd ifetch  0x00000004 , 0x00000011 
- 00012023  0x00001ede beq  0x00000000 , 0x00002ee7 
- 00012024  0x00001edf call  0x0000322c 
- 00012025  0x00001ee0 branch  0x00002f1c 
- 00012026  0x00001ee3 call  0x00003261 
- 00012027  0x00001ee4 increase  0x00000001 , 0x0000003f 
- 00012028  0x00001ee5 call  0x00003264 
- 00012029  0x00001ee7 call  0x00002f04 
- 00012030  0x00001ee8 increase  0x00000001 , 0x0000003f 
- 00012031  0x00001ee9 and_into  0x00000001 , 0x0000003f 
- 00012032  0x00001eea call  0x00002f06 
- 00012033  0x00001eeb beq  0x00000000 , 0x00002f0c 
- 00012034  0x00001eec beq  0x00000001 , 0x00002f0e 
- 00012035  0x00001eed rtn 
- 00012036  0x00001ef0 setarg  0x0000018b 
- 00012037  0x00001ef1 branch  0x000032d0 
- 00012038  0x00001ef3 arg  0x0000018b , 0x00000011 
- 00012039  0x00001ef4 branch  0x000032b3 
- 00012040  0x00001ef7 call  0x00003267 
- 00012041  0x00001ef8 call  0x00003224 
- 00012042  0x00001ef9 call  0x0000322c 
- 00012043  0x00001efa branch  0x00002c8a 
- 00012044  0x00001efd call  0x00002f08 
- 00012045  0x00001efe branch  0x00002ee8 
- 00012046  0x00001f01 call  0x00002c83 
- 00012047  0x00001f02 branch  0x00002ee8 
- 00012048  0x00001f06 set0  0x00000026 , 0x00000000 
- 00012049  0x00001f07 call  0x00002c8a 
- 00012050  0x00001f08 call  0x00003253 
- 00012051  0x00001f0a rtnne  0x000000ff 
- 00012052  0x00001f0b call  0x00002f22 
- 00012053  0x00001f0c call  0x00003263 
- 00012054  0x00001f0f nop  0x000007d0 
- 00012055  0x00001f10 call  0x00003261 
- 00012056  0x00001f12 beq  0x000000ff , 0x00002dd4 
- 00012057  0x00001f13 call  0x00002da4 
- 00012058  0x00001f14 nbranch  0x00002f27 , 0x00000018 
- 00012059  0x00001f15 nbranch  0x00002f27 , 0x0000002f 
- 00012060  0x00001f17 set1  0x00000026 , 0x00000000 
- 00012061  0x00001f18 call  0x00003263 
- 00012062  0x00001f19 setarg  0x000000ff 
- 00012063  0x00001f1a call  0x00003256 
- 00012064  0x00001f1c jam  0x0000003c , 0x00000a99 
- 00012065  0x00001f1d branch  0x00007d86 
- 00012066  0x00001f20 set1  0x00000027 , 0x00000000 
- 00012067  0x00001f21 jam  0x000000ff , 0x0000119e 
- 00012068  0x00001f22 call  0x0000323a 
- 00012069  0x00001f24 call  0x00002d77 
- 00012070  0x00001f25 branch  0x00002d53 
- 00012071  0x00001f28 call  0x00003261 
- 00012072  0x00001f2a increase  0x00000001 , 0x0000003f 
- 00012073  0x00001f2b call  0x00003264 
- 00012074  0x00001f2d call  0x00002c8a 
- 00012075  0x00001f2e branch  0x00002f16 
- 00012076  0x00001f31 call  0x00003267 
- 00012077  0x00001f34 setarg  0x000000ff 
- 00012078  0x00001f35 call  0x00003256 
- 00012079  0x00001f37 branch  0x00002f10 
- 00012080  0x00001f41 bpatch  0x000000ba , 0x00004017 
- 00012081  0x00001f42 call  0x00002c7a 
- 00012082  0x00001f43 setarg  0x000031b0 
- 00012083  0x00001f44 add  0x00000013 , 0x000000de , 0x00000005 
- 00012084  0x00001f45 istore  0x00000002 , 0x00000005 
- 00012085  0x00001f47 call  0x00002f3d 
- 00012086  0x00001f48 call  0x000048ea 
- 00012087  0x00001f49 call  0x000032b6 
- 00012088  0x00001f4b bpatch  0x000000bb , 0x00004017 
- 00012089  0x00001f4c beq  0x00000000 , 0x00003055 
- 00012090  0x00001f4d beq  0x00000001 , 0x00002f45 
- 00012091  0x00001f4e beq  0x0000000f , 0x00002f41 
- 00012092  0x00001f4f branch  0x00002a8c 
- 00012093  0x00001f52 call  0x0000326c 
- 00012094  0x00001f53 arg  0x00000080 , 0x00000039 
- 00012095  0x00001f54 arg  0x00000d9e , 0x00000005 
- 00012096  0x00001f55 branch  0x00007ec6 
- 00012097  0x00001f58 call  0x00002f4c 
- 00012098  0x00001f5a call  0x00002f4f 
- 00012099  0x00001f5b call  0x000048d3 
- 00012100  0x00001f5c branch  0x00002f42 
- 00012101  0x00001f5f bpatch  0x000000bc , 0x00004017 
- 00012102  0x00001f60 call  0x00002f4c 
- 00012103  0x00001f62 call  0x00002f4f 
- 00012104  0x00001f63 call  0x00002fbd 
- 00012105  0x00001f64 call  0x000048d3 
- 00012106  0x00001f65 call  0x00003019 
- 00012107  0x00001f66 branch  0x00002f47 
- 00012108  0x00001f6c call  0x00003291 
- 00012109  0x00001f6d call  0x00003296 
- 00012110  0x00001f6e branch  0x00003299 
- 00012111  0x00001f71 call  0x0000328f 
- 00012112  0x00001f73 rtnne  0x00000000 
- 00012113  0x00001f75 call  0x00002f55 
- 00012114  0x00001f76 call  0x00002f65 
- 00012115  0x00001f77 call  0x0000316b 
- 00012116  0x00001f78 branch  0x00002f96 
- 00012117  0x00001f7b call  0x00003294 
- 00012118  0x00001f7d rtnbit1  0x00000000 
- 00012119  0x00001f7e set1  0x00000000 , 0x0000003f 
- 00012120  0x00001f7f call  0x00003297 
- 00012121  0x00001f81 call  0x00003267 
- 00012122  0x00001f84 call  0x00003299 
- 00012123  0x00001f86 jam  0x00000000 , 0x00000d38 
- 00012124  0x00001f87 call  0x0000324f 
- 00012125  0x00001f89 call  0x00002f61 
- 00012126  0x00001f8b add  0x00000013 , 0x00000000 , 0x00000005 
- 00012127  0x00001f8d arg  0x00000042 , 0x00000039 
- 00012128  0x00001f8e branch  0x00007ed4 
- 00012129  0x00001f91 call  0x00003231 
- 00012130  0x00001f93 call  0x0000327d 
- 00012131  0x00001f95 call  0x0000322c 
- 00012132  0x00001f97 branch  0x00002c8a 
- 00012133  0x00001f9a bpatch  0x000000bd , 0x00004017 
- 00012134  0x00001f9b call  0x0000324c 
- 00012135  0x00001f9d beq  0x00000001 , 0x00002f8d 
- 00012136  0x00001f9e call  0x00003245 
- 00012137  0x00001fa0 beq  0x00000001 , 0x00002c8a 
- 00012138  0x00001fa1 setarg  0x00000136 
- 00012139  0x00001fa2 iadd  0x00000013 , 0x00000011 
- 00012140  0x00001fa3 ifetcht  0x00000004 , 0x00000011 
- 00012141  0x00001fa5 copy  0x00000022 , 0x0000003f 
- 00012142  0x00001fa6 isub  0x00000002 , 0x0000003e 
- 00012143  0x00001fa7 ncall  0x00002d18 , 0x00000002 
- 00012144  0x00001fa8 copy  0x0000003f , 0x00000012 
- 00012145  0x00001fa9 setarg  0x00000136 
- 00012146  0x00001faa iadd  0x00000013 , 0x00000011 
- 00012147  0x00001fab ifetch  0x00000004 , 0x00000011 
- 00012148  0x00001fac copy  0x0000003f , 0x00000002 
- 00012149  0x00001fae setarg  0x0000013a 
- 00012150  0x00001faf iadd  0x00000013 , 0x00000011 
- 00012151  0x00001fb0 copy  0x00000002 , 0x0000003f 
- 00012152  0x00001fb1 ifetcht  0x00000001 , 0x00000011 
- 00012153  0x00001fb3 iadd  0x00000002 , 0x00000002 
- 00012154  0x00001fb4 copy  0x00000012 , 0x0000003f 
- 00012155  0x00001fb5 isub  0x00000002 , 0x0000003e 
- 00012156  0x00001fb6 nrtn  0x00000002 
- 00012157  0x00001fb7 set0  0x0000001c , 0x0000003f 
- 00012158  0x00001fb8 setarg  0x00000136 
- 00012159  0x00001fb9 iadd  0x00000013 , 0x00000005 
- 00012160  0x00001fba istore  0x00000004 , 0x00000005 
- 00012161  0x00001fbd call  0x00002c8a 
- 00012162  0x00001fbe call  0x00003278 
- 00012163  0x00001fc0 increase  0x00000001 , 0x0000003f 
- 00012164  0x00001fc1 call  0x0000327b 
- 00012165  0x00001fc3 rtnne  0x00000002 
- 00012166  0x00001fc4 call  0x0000327a 
- 00012167  0x00001fc8 branch  0x0000324f 
- 00012168  0x00001fcb copy  0x00000022 , 0x0000003f 
- 00012169  0x00001fcc arg  0x00000136 , 0x00000011 
- 00012170  0x00001fcd call  0x000032bf 
- 00012171  0x00001fce istore  0x00000004 , 0x00000005 
- 00012172  0x00001fd2 branch  0x0000327a 
- 00012173  0x00001fd5 arg  0x00000d9e , 0x00000011 
- 00012174  0x00001fd6 call  0x00002f94 
- 00012175  0x00001fd7 add  0x00000013 , 0x000000eb , 0x00000005 
- 00012176  0x00001fd8 istoret  0x00000001 , 0x00000005 
- 00012177  0x00001fda sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012178  0x00001fdb nrtn  0x00000002 
- 00012179  0x00001fdc branch  0x00002c8a 
- 00012180  0x00001fdf arg  0x00000100 , 0x00000039 
- 00012181  0x00001fe0 branch  0x00002e62 
- 00012182  0x00001fe3 call  0x00002f99 
- 00012183  0x00001fe4 call  0x00002fa5 
- 00012184  0x00001fe5 branch  0x00002fb1 
- 00012185  0x00001fe8 setarg  0x00000180 
- 00012186  0x00001fe9 call  0x000032d0 
- 00012187  0x00001feb rtn  0x00000034 
- 00012188  0x00001fec arg  0x0000000b , 0x00000007 
- 00012189  0x00001fed call  0x00007f16 
- 00012190  0x00001fee nrtn  0x00000034 
- 00012191  0x00001fef call  0x000032a7 
- 00012192  0x00001ff2 setarg  0x00000001 
- 00012193  0x00001ff3 store  0x00000001 , 0x00000d54 
- 00012194  0x00001ff4 setarg  0x00000000 
- 00012195  0x00001ff5 istore  0x00000007 , 0x00000005 
- 00012196  0x00001ff6 branch  0x000031b8 
- 00012197  0x00001ff9 setarg  0x0000017e 
- 00012198  0x00001ffa call  0x000032d0 
- 00012199  0x00001ffc rtn  0x00000034 
- 00012200  0x00001ffd arg  0x0000000e , 0x00000007 
- 00012201  0x00001ffe call  0x00007f16 
- 00012202  0x00001fff nrtn  0x00000034 
- 00012203  0x00002000 call  0x000032aa 
- 00012204  0x00002003 arg  0x00000d64 , 0x00000005 
- 00012205  0x00002004 arg  0x00000002 , 0x00000039 
- 00012206  0x00002005 call  0x00007ec6 
- 00012207  0x00002006 jam  0x00000000 , 0x00000d64 
- 00012208  0x00002007 branch  0x000031ed 
- 00012209  0x0000200a setarg  0x0000017f 
- 00012210  0x0000200b call  0x000032d0 
- 00012211  0x0000200d rtn  0x00000034 
- 00012212  0x0000200e arg  0x0000000c , 0x00000007 
- 00012213  0x0000200f call  0x00007f16 
- 00012214  0x00002010 nrtn  0x00000034 
- 00012215  0x00002011 call  0x000032ad 
- 00012216  0x00002014 arg  0x00000d74 , 0x00000005 
- 00012217  0x00002015 arg  0x00000002 , 0x00000039 
- 00012218  0x00002016 call  0x00007ec6 
- 00012219  0x00002017 jam  0x00000003 , 0x00000d74 
- 00012220  0x00002018 branch  0x00003207 
- 00012221  0x0000201b call  0x0000328f 
- 00012222  0x0000201d rtnne  0x00000001 
- 00012223  0x0000201e call  0x00002fc1 
- 00012224  0x0000201f branch  0x00002fcb 
- 00012225  0x00002022 call  0x00003294 
- 00012226  0x00002024 rtnbit1  0x00000001 
- 00012227  0x00002025 set1  0x00000001 , 0x0000003f 
- 00012228  0x00002026 call  0x00003297 
- 00012229  0x00002028 call  0x0000329c 
- 00012230  0x0000202a call  0x00002c83 
- 00012231  0x0000202b setarg  0x00000000 
- 00012232  0x0000202c arg  0x00000106 , 0x00000011 
- 00012233  0x0000202d call  0x000032bf 
- 00012234  0x0000202f branch  0x000032c5 
- 00012235  0x00002032 call  0x0000316e 
- 00012236  0x00002033 nbranch  0x00002f5e , 0x0000002f 
- 00012237  0x00002034 add  0x00000013 , 0x00000000 , 0x00000006 
- 00012238  0x00002035 setarg  0x00000109 
- 00012239  0x00002036 iadd  0x00000013 , 0x00000005 
- 00012240  0x00002037 arg  0x00000008 , 0x00000039 
- 00012241  0x00002038 call  0x00007f01 
- 00012242  0x00002039 setarg  0x0000010b 
- 00012243  0x0000203a call  0x000032d0 
- 00012244  0x0000203b beq  0x000000aa , 0x00002fd9 
- 00012245  0x0000203c beq  0x00000055 , 0x00002fed 
- 00012246  0x0000203d beq  0x00000022 , 0x00003001 
- 00012247  0x0000203e beq  0x000000ff , 0x00003212 
- 00012248  0x0000203f branch  0x00002f5e 
- 00012249  0x00002042 call  0x000032bd 
- 00012250  0x00002043 beq  0x00000001 , 0x00002fdd 
- 00012251  0x00002044 beq  0x00000002 , 0x00002fe8 
- 00012252  0x00002045 rtn 
- 00012253  0x00002047 setarg  0x00000001 
- 00012254  0x00002048 call  0x00002ff7 
- 00012255  0x0000204b setarg  0x00000001 
- 00012256  0x0000204c call  0x00003289 
- 00012257  0x0000204f setarg  0x00000080 
- 00012258  0x00002050 arg  0x00000130 , 0x00000011 
- 00012259  0x00002051 call  0x000032b3 
- 00012260  0x00002053 call  0x0000327d 
- 00012261  0x00002055 arg  0x00000131 , 0x00000011 
- 00012262  0x00002056 call  0x000032bf 
- 00012263  0x00002058 branch  0x0000322d 
- 00012264  0x0000205b setarg  0x00000001 
- 00012265  0x0000205c call  0x00002fff 
- 00012266  0x0000205f setarg  0x00000002 
- 00012267  0x00002060 call  0x00003289 
- 00012268  0x00002062 branch  0x00002fe1 
- 00012269  0x00002065 call  0x000032bd 
- 00012270  0x00002066 beq  0x00000001 , 0x00002ff1 
- 00012271  0x00002067 beq  0x00000002 , 0x00002ff9 
- 00012272  0x00002068 rtn 
- 00012273  0x0000206a call  0x00002fdf 
- 00012274  0x0000206b setarg  0x00000106 
- 00012275  0x0000206c call  0x000032d0 
- 00012276  0x0000206e beq  0x00000001 , 0x00002ff6 
- 00012277  0x0000206f rtn 
- 00012278  0x00002071 setarg  0x00000002 
- 00012279  0x00002074 arg  0x00000106 , 0x00000011 
- 00012280  0x00002075 branch  0x000032b3 
- 00012281  0x00002078 call  0x00002fea 
- 00012282  0x00002079 setarg  0x00000107 
- 00012283  0x0000207a call  0x000032d0 
- 00012284  0x0000207c beq  0x00000001 , 0x00002ffe 
- 00012285  0x0000207d rtn 
- 00012286  0x0000207f setarg  0x00000002 
- 00012287  0x00002082 arg  0x00000107 , 0x00000011 
- 00012288  0x00002083 branch  0x000032b3 
- 00012289  0x00002086 call  0x000032bd 
- 00012290  0x00002087 beq  0x00000001 , 0x00003005 
- 00012291  0x00002088 beq  0x00000002 , 0x00003011 
- 00012292  0x00002089 rtn 
- 00012293  0x0000208b setarg  0x00000106 
- 00012294  0x0000208c call  0x000032d0 
- 00012295  0x0000208e beq  0x00000002 , 0x00003009 
- 00012296  0x0000208f rtn 
- 00012297  0x00002091 call  0x0000328b 
- 00012298  0x00002093 or_into  0x00000001 , 0x0000003f 
- 00012299  0x00002094 call  0x0000328d 
- 00012300  0x00002097 setarg  0x00000000 
- 00012301  0x00002098 setarg  0x00000106 
- 00012302  0x00002099 iadd  0x00000013 , 0x00000005 
- 00012303  0x0000209a istore  0x00000002 , 0x00000005 
- 00012304  0x0000209b branch  0x00002f5e 
- 00012305  0x0000209e setarg  0x00000107 
- 00012306  0x0000209f call  0x000032d0 
- 00012307  0x000020a1 bne  0x00000000 , 0x00003015 
- 00012308  0x000020a2 rtn 
- 00012309  0x000020a4 call  0x0000328b 
- 00012310  0x000020a6 or_into  0x00000002 , 0x0000003f 
- 00012311  0x000020a7 call  0x0000328d 
- 00012312  0x000020a9 branch  0x0000300c 
- 00012313  0x000020ad fetch  0x00000001 , 0x00000d50 
- 00012314  0x000020ae rtn  0x00000034 
- 00012315  0x000020af jam  0x00000000 , 0x00000d50 
- 00012316  0x000020b0 fetch  0x00000002 , 0x00000d4e 
- 00012317  0x000020b1 arg  0x000002ba , 0x00000002 
- 00012318  0x000020b2 isub  0x00000002 , 0x0000003e 
- 00012319  0x000020b3 nrtn  0x00000005 
- 00012320  0x000020b5 fetch  0x00000001 , 0x00000cb6 
- 00012321  0x000020b6 rtnne  0x000000ba 
- 00012322  0x000020b7 fetch  0x00000001 , 0x00000cb7 
- 00012323  0x000020b8 bpatch  0x000000be , 0x00004017 
- 00012324  0x000020b9 beq  0x000000a0 , 0x0000303b 
- 00012325  0x000020ba beq  0x000000a1 , 0x0000302c 
- 00012326  0x000020bb beq  0x000000a6 , 0x00003041 
- 00012327  0x000020bc beq  0x000000a7 , 0x00003043 
- 00012328  0x000020bd beq  0x000000a9 , 0x00003049 
- 00012329  0x000020be beq  0x000000b0 , 0x0000304d 
- 00012330  0x000020c0 jam  0x00000000 , 0x00000d42 
- 00012331  0x000020c1 rtn 
- 00012332  0x000020c3 fetch  0x00000001 , 0x00000cb8 
- 00012333  0x000020c4 beq  0x00000001 , 0x00003031 
- 00012334  0x000020c5 beq  0x00000084 , 0x00003034 
- 00012335  0x000020c6 beq  0x000000a7 , 0x00003039 
- 00012336  0x000020c7 branch  0x0000302a 
- 00012337  0x000020c9 call  0x0000328b 
- 00012338  0x000020cb store  0x00000001 , 0x00000cf7 
- 00012339  0x000020cc branch  0x0000303f 
- 00012340  0x000020ce call  0x00003291 
- 00012341  0x000020d0 call  0x00003296 
- 00012342  0x000020d2 call  0x0000328b 
- 00012343  0x000020d4 store  0x00000001 , 0x00000cf7 
- 00012344  0x000020d5 branch  0x0000303f 
- 00012345  0x000020d9 jam  0x000000a1 , 0x00000cf7 
- 00012346  0x000020da branch  0x0000303f 
- 00012347  0x000020dd fetch  0x00000001 , 0x00000cb8 
- 00012348  0x000020de beq  0x00000081 , 0x0000303e 
- 00012349  0x000020e0 branch  0x0000302a 
- 00012350  0x000020e4 call  0x00003090 
- 00012351  0x000020e6 jam  0x00000001 , 0x00000d42 
- 00012352  0x000020e7 rtn 
- 00012353  0x000020ed jam  0x00000015 , 0x00000cf7 
- 00012354  0x000020ee branch  0x0000303f 
- 00012355  0x000020f1 call  0x0000328f 
- 00012356  0x000020f3 beq  0x00000000 , 0x00003047 
- 00012357  0x000020f4 beq  0x00000001 , 0x00003039 
- 00012358  0x000020f6 rtn 
- 00012359  0x000020f8 jam  0x000000a0 , 0x00000cf7 
- 00012360  0x000020f9 branch  0x0000303f 
- 00012361  0x000020ff jam  0x00000000 , 0x00000cf7 
- 00012362  0x00002100 jam  0x00000000 , 0x00000cf8 
- 00012363  0x00002101 jam  0x00000001 , 0x00000cf9 
- 00012364  0x00002102 branch  0x0000303f 
- 00012365  0x00002106 call  0x0000329c 
- 00012366  0x00002107 fetch  0x00000001 , 0x00000cb8 
- 00012367  0x00002108 increase  0x00000002 , 0x0000003f 
- 00012368  0x00002109 copy  0x0000003f , 0x00000039 
- 00012369  0x0000210a arg  0x00000cb6 , 0x00000006 
- 00012370  0x0000210b setarg  0x0000013c 
- 00012371  0x0000210c iadd  0x00000013 , 0x00000005 
- 00012372  0x0000210d branch  0x00007f01 
- 00012373  0x00002111 bpatch  0x000000bf , 0x00004017 
- 00012374  0x00002112 call  0x0000307d 
- 00012375  0x00002114 call  0x00002c7f 
- 00012376  0x00002115 call  0x000048d3 
- 00012377  0x00002116 branch  0x00003057 
- 00012378  0x00002119 call  0x0000328f 
- 00012379  0x0000211b rtnne  0x00000000 
- 00012380  0x0000211c call  0x00002f51 
- 00012381  0x0000211d branch  0x00003098 
- 00012382  0x00002120 call  0x0000328f 
- 00012383  0x00002122 rtnne  0x00000001 
- 00012384  0x00002123 call  0x00002fc1 
- 00012385  0x00002124 call  0x00002fcb 
- 00012386  0x00002125 call  0x0000328b 
- 00012387  0x00002127 rtn  0x00000034 
- 00012388  0x00002128 call  0x00003286 
- 00012389  0x0000212a call  0x00002f4c 
- 00012390  0x0000212b call  0x00003093 
- 00012391  0x0000212d setarg  0x00000000 
- 00012392  0x0000212e add  0x00000013 , 0x000000a7 , 0x00000005 
- 00012393  0x00002130 branch  0x0000322d 
- 00012394  0x00002133 call  0x00007fe9 
- 00012395  0x00002134 add  0x00000013 , 0x000000a7 , 0x00000011 
- 00012396  0x00002135 ifetcht  0x00000004 , 0x00000011 
- 00012397  0x00002137 copy  0x00000022 , 0x0000003f 
- 00012398  0x00002138 isub  0x00000002 , 0x0000003e 
- 00012399  0x00002139 ncall  0x00002d18 , 0x00000002 
- 00012400  0x0000213a copy  0x0000003f , 0x00000012 
- 00012401  0x0000213b add  0x00000013 , 0x000000a7 , 0x00000011 
- 00012402  0x0000213c ifetch  0x00000004 , 0x00000011 
- 00012403  0x0000213e add  0x00000013 , 0x000000ab , 0x00000011 
- 00012404  0x0000213f ifetcht  0x00000001 , 0x00000011 
- 00012405  0x00002141 iadd  0x00000002 , 0x00000002 
- 00012406  0x00002142 copy  0x00000012 , 0x0000003f 
- 00012407  0x00002143 isub  0x00000002 , 0x0000003e 
- 00012408  0x00002144 nrtn  0x00000002 
- 00012409  0x00002145 set0  0x0000001c , 0x0000003f 
- 00012410  0x00002146 add  0x00000013 , 0x000000a7 , 0x00000005 
- 00012411  0x00002147 istore  0x00000004 , 0x00000005 
- 00012412  0x00002149 branch  0x00007fe7 
- 00012413  0x0000214c setarg  0x00000001 
- 00012414  0x0000214d call  0x00003287 
- 00012415  0x0000214f call  0x00003283 
- 00012416  0x00002151 setarg  0x000000ff 
- 00012417  0x00002152 add  0x00000013 , 0x000000ab , 0x00000005 
- 00012418  0x00002153 istore  0x00000001 , 0x00000005 
- 00012419  0x00002155 branch  0x00003067 
- 00012420  0x00002158 setarg  0x0000015c 
- 00012421  0x00002159 call  0x000032d0 
- 00012422  0x0000215b rtn  0x00000034 
- 00012423  0x0000215c call  0x0000306a 
- 00012424  0x0000215d nrtn  0x00000028 
- 00012425  0x0000215e call  0x00003281 
- 00012426  0x00002160 increase  0x00000001 , 0x0000003f 
- 00012427  0x00002161 and_into  0x00000001 , 0x0000003f 
- 00012428  0x00002162 call  0x00003284 
- 00012429  0x00002164 beq  0x00000000 , 0x00002f4c 
- 00012430  0x00002165 beq  0x00000001 , 0x00003090 
- 00012431  0x00002166 rtn 
- 00012432  0x0000216c setarg  0x00000001 
- 00012433  0x0000216d call  0x00003292 
- 00012434  0x0000216e branch  0x00003296 
- 00012435  0x00002171 setarg  0x00000001 
- 00012436  0x00002172 call  0x000032a5 
- 00012437  0x00002175 setarg  0x00000280 
- 00012438  0x00002176 arg  0x00000008 , 0x00000007 
- 00012439  0x00002177 branch  0x00007f08 
- 00012440  0x0000217a call  0x000032a2 
- 00012441  0x0000217c rtn  0x00000034 
- 00012442  0x0000217d arg  0x00000008 , 0x00000007 
- 00012443  0x0000217e call  0x00007f16 
- 00012444  0x0000217f nrtn  0x00000034 
- 00012445  0x00002180 call  0x000032a4 
- 00012446  0x00002183 setarg  0x00000007 
- 00012447  0x00002184 call  0x00003292 
- 00012448  0x00002186 call  0x00003296 
- 00012449  0x00002188 branch  0x00002f5e 
- 00012450  0x0000218b bpatch  0x000000c0 , 0x00004018 
- 00012451  0x0000218c call  0x0000328f 
- 00012452  0x0000218e rtnne  0x00000007 
- 00012453  0x0000218f call  0x000030cb 
- 00012454  0x00002190 call  0x000030e0 
- 00012455  0x00002191 call  0x0000316e 
- 00012456  0x00002192 nbranch  0x00002f5e , 0x0000002f 
- 00012457  0x00002194 call  0x000030bc 
- 00012458  0x00002195 call  0x00003172 , 0x00000005 
- 00012459  0x00002199 call  0x00002f4c 
- 00012460  0x0000219a call  0x00003294 
- 00012461  0x0000219c set1  0x00000000 , 0x0000003f 
- 00012462  0x0000219d call  0x00003297 
- 00012463  0x0000219f call  0x00002f5e 
- 00012464  0x000021a0 call  0x00003093 
- 00012465  0x000021a1 call  0x000030bc 
- 00012466  0x000021a2 branch  0x000030c1 , 0x00000005 
- 00012467  0x000021a3 setarg  0x00000164 
- 00012468  0x000021a4 call  0x000032d3 
- 00012469  0x000021a6 call  0x000030be 
- 00012470  0x000021a7 branch  0x000030c5 , 0x00000005 
- 00012471  0x000021a8 setarg  0x00000160 
- 00012472  0x000021a9 call  0x000032d3 
- 00012473  0x000021ab call  0x000030be 
- 00012474  0x000021ac branch  0x000030c8 , 0x00000005 
- 00012475  0x000021ad rtn 
- 00012476  0x000021b0 setarg  0x0000012b 
- 00012477  0x000021b1 call  0x000032d3 
- 00012478  0x000021b4 call  0x0000322a 
- 00012479  0x000021b6 isub  0x00000002 , 0x0000003e 
- 00012480  0x000021b7 rtn 
- 00012481  0x000021ba setarg  0x00000182 
- 00012482  0x000021bb call  0x000032d0 
- 00012483  0x000021bf add  0x00000013 , 0x00000091 , 0x00000005 
- 00012484  0x000021c0 branch  0x000032b4 
- 00012485  0x000021c3 setarg  0x00000185 
- 00012486  0x000021c4 call  0x000032d0 
- 00012487  0x000021c6 branch  0x000030c3 
- 00012488  0x000021c8 setarg  0x00000188 
- 00012489  0x000021c9 call  0x000032d0 
- 00012490  0x000021cb branch  0x000030c3 
- 00012491  0x000021ce call  0x00003294 
- 00012492  0x000021d0 rtnbit1  0x00000007 
- 00012493  0x000021d1 set1  0x00000007 , 0x0000003f 
- 00012494  0x000021d2 call  0x00003297 
- 00012495  0x000021d4 call  0x00003283 
- 00012496  0x000021d6 call  0x0000329c 
- 00012497  0x000021d8 setarg  0x00000000 
- 00012498  0x000021d9 add  0x00000013 , 0x000000f5 , 0x00000005 
- 00012499  0x000021da istore  0x00000003 , 0x00000005 
- 00012500  0x000021dc arg  0x00000183 , 0x00000011 
- 00012501  0x000021dd call  0x000032bf 
- 00012502  0x000021de istore  0x00000007 , 0x00000005 
- 00012503  0x000021e1 call  0x000030bc 
- 00012504  0x000021e2 nrtn  0x00000005 
- 00012505  0x000021e3 add  0x00000013 , 0x00000091 , 0x00000011 
- 00012506  0x000021e4 ifetch  0x00000001 , 0x00000011 
- 00012507  0x000021e6 arg  0x00000182 , 0x00000011 
- 00012508  0x000021e7 call  0x000032b3 
- 00012509  0x000021e9 add  0x00000013 , 0x00000090 , 0x00000011 
- 00012510  0x000021ea ifetch  0x00000001 , 0x00000011 
- 00012511  0x000021ed branch  0x0000314a 
- 00012512  0x000021f0 bpatch  0x000000c1 , 0x00004018 
- 00012513  0x000021f1 call  0x00003281 
- 00012514  0x000021f3 increase  0x00000001 , 0x0000003f 
- 00012515  0x000021f4 and_into  0x00000003 , 0x0000003f 
- 00012516  0x000021f5 call  0x00003284 
- 00012517  0x000021f8 beq  0x00000000 , 0x0000310e 
- 00012518  0x000021f9 beq  0x00000001 , 0x00003132 
- 00012519  0x000021fa beq  0x00000002 , 0x000030ea 
- 00012520  0x000021fb beq  0x00000003 , 0x00003132 
- 00012521  0x000021fc rtn 
- 00012522  0x000021ff call  0x00002fdf 
- 00012523  0x00002200 setarg  0x00000160 
- 00012524  0x00002201 call  0x0000327e 
- 00012525  0x00002203 branch  0x000030e0 , 0x00000034 
- 00012526  0x00002204 call  0x0000322c 
- 00012527  0x00002206 setarg  0x00000189 
- 00012528  0x00002207 call  0x000032d0 
- 00012529  0x00002209 call  0x00003108 , 0x00000034 
- 00012530  0x0000220a setarg  0x00000187 
- 00012531  0x0000220b call  0x000032d0 
- 00012532  0x0000220d call  0x0000322f 
- 00012533  0x0000220f add  0x00000013 , 0x000000f7 , 0x00000011 
- 00012534  0x00002210 ifetcht  0x00000001 , 0x00000011 
- 00012535  0x00002212 arg  0x00000f9e , 0x00000011 
- 00012536  0x00002213 call  0x00002e58 
- 00012537  0x00002214 add  0x00000013 , 0x000000f7 , 0x00000005 
- 00012538  0x00002215 istoret  0x00000001 , 0x00000005 
- 00012539  0x00002217 call  0x00002f94 
- 00012540  0x00002218 add  0x00000013 , 0x000000fa , 0x00000005 
- 00012541  0x00002219 istoret  0x00000001 , 0x00000005 
- 00012542  0x0000221b sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012543  0x0000221c nrtn  0x00000002 
- 00012544  0x0000221d setarg  0x00000188 
- 00012545  0x0000221e call  0x00003275 
- 00012546  0x00002220 call  0x00002c90 
- 00012547  0x00002221 arg  0x00000188 , 0x00000011 
- 00012548  0x00002222 call  0x000032c8 
- 00012549  0x00002223 istoret  0x00000001 , 0x00000005 
- 00012550  0x00002227 arg  0x00000187 , 0x00000011 
- 00012551  0x00002228 branch  0x000032b3 
- 00012552  0x0000222b setarg  0x00000001 
- 00012553  0x0000222c arg  0x00000189 , 0x00000011 
- 00012554  0x0000222d call  0x000032b3 
- 00012555  0x0000222f arg  0x00000000 , 0x00000002 
- 00012556  0x00002230 call  0x00002c94 
- 00012557  0x00002233 branch  0x00003106 
- 00012558  0x00002236 call  0x00002fea 
- 00012559  0x00002237 setarg  0x00000164 
- 00012560  0x00002238 call  0x0000327e 
- 00012561  0x0000223a branch  0x000030e0 , 0x00000034 
- 00012562  0x0000223b call  0x0000322c 
- 00012563  0x0000223d setarg  0x00000186 
- 00012564  0x0000223e call  0x000032d0 
- 00012565  0x00002240 call  0x0000312c , 0x00000034 
- 00012566  0x00002241 setarg  0x00000184 
- 00012567  0x00002242 call  0x000032d0 
- 00012568  0x00002244 call  0x0000322f 
- 00012569  0x00002246 add  0x00000013 , 0x000000f6 , 0x00000011 
- 00012570  0x00002247 ifetcht  0x00000001 , 0x00000011 
- 00012571  0x00002249 arg  0x0000109e , 0x00000011 
- 00012572  0x0000224a call  0x00002e58 
- 00012573  0x0000224b add  0x00000013 , 0x000000f6 , 0x00000005 
- 00012574  0x0000224c istoret  0x00000001 , 0x00000005 
- 00012575  0x0000224e call  0x00002f94 
- 00012576  0x0000224f add  0x00000013 , 0x000000f9 , 0x00000005 
- 00012577  0x00002250 istoret  0x00000001 , 0x00000005 
- 00012578  0x00002252 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012579  0x00002253 nrtn  0x00000002 
- 00012580  0x00002254 setarg  0x00000185 
- 00012581  0x00002255 call  0x00003275 
- 00012582  0x00002257 call  0x00002c90 
- 00012583  0x00002258 arg  0x00000185 , 0x00000011 
- 00012584  0x00002259 call  0x000032c8 
- 00012585  0x0000225a istoret  0x00000001 , 0x00000005 
- 00012586  0x0000225e arg  0x00000184 , 0x00000011 
- 00012587  0x0000225f branch  0x000032b3 
- 00012588  0x00002262 setarg  0x00000001 
- 00012589  0x00002263 arg  0x00000186 , 0x00000011 
- 00012590  0x00002264 call  0x000032b3 
- 00012591  0x00002266 arg  0x00000000 , 0x00000002 
- 00012592  0x00002267 call  0x00002c94 
- 00012593  0x0000226a branch  0x0000312a 
- 00012594  0x0000226d call  0x00002fdf 
- 00012595  0x0000226e call  0x0000327d 
- 00012596  0x00002270 call  0x0000322c 
- 00012597  0x00002272 setarg  0x00000183 
- 00012598  0x00002273 call  0x000032d0 
- 00012599  0x00002275 call  0x0000314c , 0x00000034 
- 00012600  0x00002276 call  0x0000314f 
- 00012601  0x00002277 add  0x00000013 , 0x000000f5 , 0x00000011 
- 00012602  0x00002278 ifetcht  0x00000001 , 0x00000011 
- 00012603  0x0000227a arg  0x00000e9e , 0x00000011 
- 00012604  0x0000227b call  0x00002e58 
- 00012605  0x0000227c add  0x00000013 , 0x000000f5 , 0x00000005 
- 00012606  0x0000227d istoret  0x00000001 , 0x00000005 
- 00012607  0x0000227f call  0x00002f94 
- 00012608  0x00002280 add  0x00000013 , 0x000000f8 , 0x00000005 
- 00012609  0x00002281 istoret  0x00000001 , 0x00000005 
- 00012610  0x00002283 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012611  0x00002284 nrtn  0x00000002 
- 00012612  0x00002285 setarg  0x00000182 
- 00012613  0x00002286 call  0x00003275 
- 00012614  0x00002288 call  0x00002c90 
- 00012615  0x00002289 arg  0x00000182 , 0x00000011 
- 00012616  0x0000228a call  0x000032c8 
- 00012617  0x0000228b istoret  0x00000001 , 0x00000005 
- 00012618  0x00002290 arg  0x00000181 , 0x00000011 
- 00012619  0x00002291 branch  0x000032b3 
- 00012620  0x00002299 setarg  0x00000001 
- 00012621  0x0000229a arg  0x00000183 , 0x00000011 
- 00012622  0x0000229b call  0x000032b3 
- 00012623  0x0000229d setarg  0x00000181 
- 00012624  0x0000229e call  0x000032d0 
- 00012625  0x0000229f branch  0x0000322f 
- 00012626  0x000022a4 add  0x00000013 , 0x00000000 , 0x00000011 
- 00012627  0x000022a5 ifetch  0x00000001 , 0x00000011 
- 00012628  0x000022a7 call  0x0000323c 
- 00012629  0x000022aa call  0x00002dde 
- 00012630  0x000022ac call  0x0000325f 
- 00012631  0x000022ae isolate1  0x00000000 , 0x0000003f 
- 00012632  0x000022af branch  0x0000315c , 0x00000001 
- 00012633  0x000022b1 call  0x0000315d 
- 00012634  0x000022b2 call  0x00002d53 
- 00012635  0x000022b3 call  0x00002df7 
- 00012636  0x000022b5 branch  0x00002e45 
- 00012637  0x000022b8 bpatch  0x000000c2 , 0x00004018 
- 00012638  0x000022b9 add  0x00000013 , 0x00000086 , 0x00000005 
- 00012639  0x000022ba call  0x000032d6 
- 00012640  0x000022bc setarg  0x0000013b 
- 00012641  0x000022bd call  0x000032d0 
- 00012642  0x000022bf rtn  0x00000034 
- 00012643  0x000022c0 setarg  0x00000006 
- 00012644  0x000022c1 add  0x00000013 , 0x00000086 , 0x00000005 
- 00012645  0x000022c2 istore  0x00000001 , 0x00000005 
- 00012646  0x000022c4 arg  0x00000006 , 0x00000039 
- 00012647  0x000022c5 setarg  0x0000012f 
- 00012648  0x000022c6 iadd  0x00000013 , 0x00000006 
- 00012649  0x000022c8 add  0x00000013 , 0x00000022 , 0x00000005 
- 00012650  0x000022ca branch  0x00007f01 
- 00012651  0x000022ce call  0x0000316e 
- 00012652  0x000022cf nbranch  0x00002f5e , 0x0000002f 
- 00012653  0x000022d0 branch  0x00003172 
- 00012654  0x000022d3 call  0x00002f5e 
- 00012655  0x000022d4 call  0x00002e11 
- 00012656  0x000022d5 nrtn  0x0000002f 
- 00012657  0x000022d6 branch  0x00003152 
- 00012658  0x000022d9 bpatch  0x000000c3 , 0x00004018 
- 00012659  0x000022da call  0x00003188 
- 00012660  0x000022db nbranch  0x00002f5e , 0x00000028 
- 00012661  0x000022dc add  0x00000013 , 0x00000084 , 0x00000011 
- 00012662  0x000022dd ifetch  0x00000001 , 0x00000011 
- 00012663  0x000022df branch  0x00002f5e , 0x00000034 
- 00012664  0x000022e0 increase  0x00000002 , 0x0000003f 
- 00012665  0x000022e1 iforce  0x00000039 
- 00012666  0x000022e2 add  0x00000013 , 0x00000000 , 0x00000006 
- 00012667  0x000022e4 setarg  0x00000109 
- 00012668  0x000022e5 iadd  0x00000013 , 0x00000005 
- 00012669  0x000022e7 call  0x00007f01 
- 00012670  0x000022e8 call  0x00003286 
- 00012671  0x000022ea call  0x000032b6 
- 00012672  0x000022ec call  0x00003093 , 0x00000034 
- 00012673  0x000022ed setarg  0x0000010b 
- 00012674  0x000022ee call  0x000032d0 
- 00012675  0x000022f0 beq  0x00000001 , 0x0000319e 
- 00012676  0x000022f1 beq  0x00000002 , 0x000031c6 
- 00012677  0x000022f2 beq  0x00000003 , 0x000031f2 
- 00012678  0x000022f3 beq  0x000000ff , 0x00003212 
- 00012679  0x000022f4 branch  0x00002f5e 
- 00012680  0x000022f7 call  0x00002c7a 
- 00012681  0x000022f8 call  0x00007fe9 
- 00012682  0x000022f9 add  0x00000013 , 0x000000ca , 0x00000011 
- 00012683  0x000022fa ifetch  0x00000001 , 0x00000011 
- 00012684  0x000022fc add  0x00000013 , 0x000000cb , 0x00000011 
- 00012685  0x000022fd ifetcht  0x00000001 , 0x00000011 
- 00012686  0x000022ff isub  0x00000002 , 0x0000003e 
- 00012687  0x00002300 ncall  0x00007fe7 , 0x00000005 
- 00012688  0x00002301 add  0x00000013 , 0x000000ca , 0x00000011 
- 00012689  0x00002302 ifetch  0x00000001 , 0x00000011 
- 00012690  0x00002304 add  0x00000013 , 0x000000cb , 0x00000005 
- 00012691  0x00002305 istore  0x00000001 , 0x00000005 
- 00012692  0x00002307 add  0x00000013 , 0x000000c4 , 0x00000011 
- 00012693  0x00002308 ifetch  0x00000003 , 0x00000011 
- 00012694  0x0000230a add  0x00000013 , 0x000000c7 , 0x00000011 
- 00012695  0x0000230b ifetcht  0x00000003 , 0x00000011 
- 00012696  0x0000230d isub  0x00000002 , 0x0000003e 
- 00012697  0x0000230e ncall  0x00007fe7 , 0x00000005 
- 00012698  0x0000230f add  0x00000013 , 0x000000c4 , 0x00000011 
- 00012699  0x00002310 ifetch  0x00000003 , 0x00000011 
- 00012700  0x00002312 add  0x00000013 , 0x000000c7 , 0x00000005 
- 00012701  0x00002314 branch  0x000032c5 
- 00012702  0x00002317 call  0x00002f88 
- 00012703  0x00002318 call  0x0000324c 
- 00012704  0x00002319 store  0x00000001 , 0x00000aa2 
- 00012705  0x0000231b call  0x00003274 
- 00012706  0x0000231c fetch  0x00000001 , 0x00000aa2 
- 00012707  0x0000231e isolate1  0x00000003 , 0x00000002 
- 00012708  0x0000231f setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00012709  0x00002320 add  0x00000013 , 0x000000b2 , 0x00000005 
- 00012710  0x00002321 istore  0x00000001 , 0x00000005 
- 00012711  0x00002323 beq  0x00000001 , 0x00003216 
- 00012712  0x00002324 call  0x00003245 
- 00012713  0x00002326 call  0x00003274 
- 00012714  0x00002328 isolate1  0x00000004 , 0x00000002 
- 00012715  0x00002329 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00012716  0x0000232a call  0x00003249 
- 00012717  0x0000232c add  0x00000013 , 0x000000de , 0x00000011 
- 00012718  0x0000232d ifetch  0x00000002 , 0x00000011 
- 00012719  0x0000232f branch  0x00007f9c 
- 00012720  0x00002332 setarg  0x00000001 
- 00012721  0x00002333 store  0x00000001 , 0x00000d54 
- 00012722  0x00002334 call  0x0000329e 
- 00012723  0x00002336 istore  0x00000007 , 0x00000005 
- 00012724  0x00002337 call  0x0000329e 
- 00012725  0x00002339 ncall  0x000031bd , 0x00000034 
- 00012726  0x0000233a call  0x0000329e 
- 00012727  0x0000233c call  0x000031c2 , 0x00000034 
- 00012728  0x0000233e jam  0x00000020 , 0x00000d52 
- 00012729  0x00002340 fetch  0x00000001 , 0x00000d38 
- 00012730  0x00002341 set1  0x00000002 , 0x0000003f 
- 00012731  0x00002342 store  0x00000001 , 0x00000d38 
- 00012732  0x00002343 rtn 
- 00012733  0x00002346 setarg  0x00000001 
- 00012734  0x00002347 call  0x000032a8 
- 00012735  0x0000234a setarg  0x00000140 
- 00012736  0x0000234b arg  0x0000000b , 0x00000007 
- 00012737  0x0000234c branch  0x00007f08 
- 00012738  0x0000234e call  0x000032a7 
- 00012739  0x00002351 setarg  0x00000000 
- 00012740  0x00002352 arg  0x0000000b , 0x00000007 
- 00012741  0x00002353 branch  0x00007f08 
- 00012742  0x00002356 call  0x00003274 
- 00012743  0x00002358 isolate1  0x00000003 , 0x00000002 
- 00012744  0x00002359 branch  0x0000321b , 0x00000001 
- 00012745  0x0000235a arg  0x00000d64 , 0x00000005 
- 00012746  0x0000235b call  0x000031e0 
- 00012747  0x0000235c fetch  0x00000008 , 0x00000d64 
- 00012748  0x0000235d ncall  0x000031e4 , 0x00000034 
- 00012749  0x0000235e fetch  0x00000008 , 0x00000d64 
- 00012750  0x0000235f call  0x000031e9 , 0x00000034 
- 00012751  0x00002360 call  0x00002c7a 
- 00012752  0x00002361 fetch  0x00000008 , 0x00000d64 
- 00012753  0x00002362 arg  0x00000168 , 0x00000011 
- 00012754  0x00002363 call  0x000032bf 
- 00012755  0x00002364 istore  0x00000008 , 0x00000005 
- 00012756  0x00002366 setarg  0x00000170 
- 00012757  0x00002367 iadd  0x00000013 , 0x00000011 
- 00012758  0x00002368 ifetcht  0x00000008 , 0x00000011 
- 00012759  0x0000236a isub  0x00000002 , 0x0000003e 
- 00012760  0x0000236b ncall  0x000031ed , 0x00000005 
- 00012761  0x0000236c setarg  0x00000168 
- 00012762  0x0000236d iadd  0x00000013 , 0x00000011 
- 00012763  0x0000236e ifetch  0x00000008 , 0x00000011 
- 00012764  0x00002370 arg  0x00000170 , 0x00000011 
- 00012765  0x00002371 call  0x000032bf 
- 00012766  0x00002372 istore  0x00000008 , 0x00000005 
- 00012767  0x00002374 branch  0x00002f5e 
- 00012768  0x00002377 setarg  0x0000010b 
- 00012769  0x00002378 iadd  0x00000013 , 0x00000006 
- 00012770  0x0000237a arg  0x00000009 , 0x00000039 
- 00012771  0x0000237b branch  0x00007ff3 
- 00012772  0x0000237e setarg  0x00000001 
- 00012773  0x0000237f call  0x000032ab 
- 00012774  0x00002382 setarg  0x00000140 
- 00012775  0x00002383 arg  0x0000000e , 0x00000007 
- 00012776  0x00002384 branch  0x00007f08 
- 00012777  0x00002387 call  0x000032aa 
- 00012778  0x0000238a setarg  0x00000000 
- 00012779  0x0000238b arg  0x0000000e , 0x00000007 
- 00012780  0x0000238c branch  0x00007f08 
- 00012781  0x00002390 jam  0x00000010 , 0x00000d51 
- 00012782  0x00002391 fetch  0x00000001 , 0x00000d38 
- 00012783  0x00002392 set1  0x00000001 , 0x0000003f 
- 00012784  0x00002393 store  0x00000001 , 0x00000d38 
- 00012785  0x00002394 rtn 
- 00012786  0x00002397 arg  0x00000d74 , 0x00000005 
- 00012787  0x00002398 call  0x000031e0 
- 00012788  0x00002399 fetch  0x00000002 , 0x00000d75 
- 00012789  0x0000239a ncall  0x00003209 , 0x00000034 
- 00012790  0x0000239b fetch  0x00000002 , 0x00000d75 
- 00012791  0x0000239c call  0x0000320e , 0x00000034 
- 00012792  0x0000239d call  0x00002c7a 
- 00012793  0x0000239e fetch  0x00000003 , 0x00000d74 
- 00012794  0x0000239f arg  0x00000178 , 0x00000011 
- 00012795  0x000023a0 call  0x000032c4 
- 00012796  0x000023a2 setarg  0x0000017b 
- 00012797  0x000023a3 iadd  0x00000013 , 0x00000011 
- 00012798  0x000023a4 ifetcht  0x00000003 , 0x00000011 
- 00012799  0x000023a6 isub  0x00000002 , 0x0000003e 
- 00012800  0x000023a7 ncall  0x00003207 , 0x00000005 
- 00012801  0x000023a8 setarg  0x00000178 
- 00012802  0x000023a9 iadd  0x00000013 , 0x00000011 
- 00012803  0x000023aa ifetch  0x00000003 , 0x00000011 
- 00012804  0x000023ac arg  0x0000017b , 0x00000011 
- 00012805  0x000023ad call  0x000032c4 
- 00012806  0x000023af branch  0x00002f5e 
- 00012807  0x000023b2 jam  0x00000021 , 0x00000d52 
- 00012808  0x000023b3 branch  0x000031b9 
- 00012809  0x000023b6 setarg  0x00000001 
- 00012810  0x000023b7 call  0x000032ae 
- 00012811  0x000023ba setarg  0x00000140 
- 00012812  0x000023bb arg  0x0000000c , 0x00000007 
- 00012813  0x000023bc branch  0x00007f08 
- 00012814  0x000023bf call  0x000032ad 
- 00012815  0x000023c2 setarg  0x00000000 
- 00012816  0x000023c3 arg  0x0000000c , 0x00000007 
- 00012817  0x000023c4 branch  0x00007f08 
- 00012818  0x000023c7 call  0x000032bd 
- 00012819  0x000023c9 beq  0x00000001 , 0x00003216 
- 00012820  0x000023ca beq  0x00000002 , 0x0000321b 
- 00012821  0x000023cb rtn 
- 00012822  0x000023cd setarg  0x0000010d 
- 00012823  0x000023ce call  0x0000327e 
- 00012824  0x000023cf arg  0x00000160 , 0x00000011 
- 00012825  0x000023d0 call  0x000032bf 
- 00012826  0x000023d3 branch  0x0000322d 
- 00012827  0x000023d6 setarg  0x0000010d 
- 00012828  0x000023d7 call  0x0000327e 
- 00012829  0x000023d8 arg  0x00000164 , 0x00000011 
- 00012830  0x000023d9 call  0x000032bf 
- 00012831  0x000023dc branch  0x0000322d 
- 00012832  0x000023df call  0x00002c7a 
- 00012833  0x000023e0 add  0x00000013 , 0x000000cd , 0x00000005 
- 00012834  0x000023e1 istore  0x00000001 , 0x00000005 
- 00012835  0x000023e2 rtn 
- 00012836  0x000023e5 call  0x00002c7a 
- 00012837  0x000023e6 add  0x00000013 , 0x000000be , 0x00000011 
- 00012838  0x000023e7 branch  0x0000327f 
- 00012839  0x000023e9 call  0x00002c7a 
- 00012840  0x000023ea add  0x00000013 , 0x000000be , 0x00000005 
- 00012841  0x000023eb branch  0x0000322d 
- 00012842  0x000023ee add  0x00000013 , 0x000000ae , 0x00000011 
- 00012843  0x000023ef branch  0x0000327f 
- 00012844  0x000023f1 add  0x00000013 , 0x000000ae , 0x00000005 
- 00012845  0x000023f3 istore  0x00000004 , 0x00000005 
- 00012846  0x000023f4 rtn 
- 00012847  0x000023f7 add  0x00000013 , 0x00000090 , 0x00000005 
- 00012848  0x000023f8 branch  0x000032b4 
- 00012849  0x000023fb setarg  0x00000000 
- 00012850  0x000023fd call  0x00002c7a 
- 00012851  0x000023fe add  0x00000013 , 0x00000085 , 0x00000005 
- 00012852  0x000023ff branch  0x000032b4 
- 00012853  0x00002402 add  0x00000013 , 0x00000042 , 0x00000005 
- 00012854  0x00002403 branch  0x000032b4 
- 00012855  0x00002406 setarg  0x00000004 
- 00012856  0x00002408 add  0x00000013 , 0x000000cc , 0x00000005 
- 00012857  0x00002409 branch  0x000032b4 
- 00012858  0x0000240c add  0x00000013 , 0x00000087 , 0x00000011 
- 00012859  0x0000240d branch  0x000032d1 
- 00012860  0x0000240f add  0x00000013 , 0x00000087 , 0x00000005 
- 00012861  0x00002410 branch  0x000032b4 
- 00012862  0x00002413 setarg  0x00000002 
- 00012863  0x00002415 add  0x00000013 , 0x000000d0 , 0x00000005 
- 00012864  0x00002416 branch  0x000032b4 
- 00012865  0x00002419 setarg  0x00000001 
- 00012866  0x0000241b call  0x00002c7a 
- 00012867  0x0000241c add  0x00000013 , 0x000000ce , 0x00000005 
- 00012868  0x0000241d branch  0x000032b4 
- 00012869  0x00002420 call  0x00002c7a 
- 00012870  0x00002421 add  0x00000013 , 0x000000b4 , 0x00000011 
- 00012871  0x00002422 branch  0x000032d1 
- 00012872  0x00002424 setarg  0x00000001 
- 00012873  0x00002426 call  0x00002c7a 
- 00012874  0x00002427 add  0x00000013 , 0x000000b4 , 0x00000005 
- 00012875  0x00002428 branch  0x000032b4 
- 00012876  0x0000242b call  0x00002c7a 
- 00012877  0x0000242c add  0x00000013 , 0x000000b2 , 0x00000011 
- 00012878  0x0000242d branch  0x000032d1 
- 00012879  0x0000242f setarg  0x00000001 
- 00012880  0x00002431 call  0x00002c7a 
- 00012881  0x00002432 add  0x00000013 , 0x000000b2 , 0x00000005 
- 00012882  0x00002433 branch  0x000032b4 
- 00012883  0x00002436 call  0x00002c7a 
- 00012884  0x00002437 add  0x00000013 , 0x00000096 , 0x00000011 
- 00012885  0x00002438 branch  0x000032d1 
- 00012886  0x0000243a add  0x00000013 , 0x00000096 , 0x00000005 
- 00012887  0x0000243b branch  0x000032b4 
- 00012888  0x0000243e add  0x00000013 , 0x000000cf , 0x00000011 
- 00012889  0x0000243f branch  0x000032d1 
- 00012890  0x00002441 setarg  0x00000000 
- 00012891  0x00002443 add  0x00000013 , 0x000000cf , 0x00000005 
- 00012892  0x00002444 branch  0x000032b4 
- 00012893  0x00002447 add  0x00000013 , 0x000000d2 , 0x00000011 
- 00012894  0x00002448 branch  0x000032d1 
- 00012895  0x0000244b add  0x00000013 , 0x00000001 , 0x00000011 
- 00012896  0x0000244c branch  0x000032d1 
- 00012897  0x0000244f add  0x00000013 , 0x000000b5 , 0x00000011 
- 00012898  0x00002450 branch  0x000032d1 
- 00012899  0x00002452 setarg  0x00000000 
- 00012900  0x00002454 call  0x00002c7a 
- 00012901  0x00002455 add  0x00000013 , 0x000000b5 , 0x00000005 
- 00012902  0x00002456 branch  0x000032b4 
- 00012903  0x00002459 call  0x00002c7a 
- 00012904  0x0000245a add  0x00000013 , 0x000000fb , 0x00000011 
- 00012905  0x0000245b ifetch  0x00000001 , 0x00000011 
- 00012906  0x0000245d store  0x00000001 , 0x000041de 
- 00012907  0x0000245e rtn 
- 00012908  0x00002461 call  0x00002c7a 
- 00012909  0x00002462 fetch  0x00000001 , 0x000041de 
- 00012910  0x00002464 add  0x00000013 , 0x000000fb , 0x00000005 
- 00012911  0x00002465 branch  0x000032b4 
- 00012912  0x00002468 add  0x00000013 , 0x000000fc , 0x00000011 
- 00012913  0x00002469 branch  0x000032d1 
- 00012914  0x0000246c add  0x00000013 , 0x000000fe , 0x00000005 
- 00012915  0x0000246d branch  0x000032b4 
- 00012916  0x00002470 setarg  0x00000109 
- 00012917  0x00002472 iadd  0x00000013 , 0x00000011 
- 00012918  0x00002473 ifetcht  0x00000001 , 0x00000011 
- 00012919  0x00002474 rtn 
- 00012920  0x00002477 setarg  0x00000135 
- 00012921  0x00002478 branch  0x000032d0 
- 00012922  0x0000247a setarg  0x00000000 
- 00012923  0x0000247c arg  0x00000135 , 0x00000011 
- 00012924  0x0000247d branch  0x000032b3 
- 00012925  0x00002480 setarg  0x0000012b 
- 00012926  0x00002482 call  0x000032cd 
- 00012927  0x00002484 ifetch  0x00000004 , 0x00000011 
- 00012928  0x00002485 rtn 
- 00012929  0x00002488 setarg  0x0000015f 
- 00012930  0x00002489 branch  0x000032d0 
- 00012931  0x0000248b setarg  0x00000000 
- 00012932  0x0000248d arg  0x0000015f , 0x00000011 
- 00012933  0x0000248e branch  0x000032b3 
- 00012934  0x00002491 setarg  0x00000000 
- 00012935  0x00002493 arg  0x0000015c , 0x00000011 
- 00012936  0x00002494 branch  0x000032b3 
- 00012937  0x00002497 arg  0x0000012f , 0x00000011 
- 00012938  0x00002498 branch  0x000032b3 
- 00012939  0x0000249b setarg  0x00000108 
- 00012940  0x0000249c branch  0x000032d0 
- 00012941  0x0000249e arg  0x00000108 , 0x00000011 
- 00012942  0x0000249f branch  0x000032b3 
- 00012943  0x000024a2 setarg  0x00000105 
- 00012944  0x000024a3 branch  0x000032d0 
- 00012945  0x000024a5 setarg  0x00000000 
- 00012946  0x000024a7 arg  0x00000105 , 0x00000011 
- 00012947  0x000024a8 branch  0x000032b3 
- 00012948  0x000024ab setarg  0x00000104 
- 00012949  0x000024ac branch  0x000032d0 
- 00012950  0x000024ae setarg  0x00000000 
- 00012951  0x000024b0 arg  0x00000104 , 0x00000011 
- 00012952  0x000024b1 branch  0x000032b3 
- 00012953  0x000024b4 setarg  0x00000000 
- 00012954  0x000024b6 arg  0x0000013b , 0x00000011 
- 00012955  0x000024b7 branch  0x000032b3 
- 00012956  0x000024b9 setarg  0x00000001 
- 00012957  0x000024ba branch  0x0000329a 
- 00012958  0x000024bd setarg  0x0000010c 
- 00012959  0x000024be call  0x000032cd 
- 00012960  0x000024bf ifetch  0x00000007 , 0x00000011 
- 00012961  0x000024c0 rtn 
- 00012962  0x000024c3 setarg  0x0000015e 
- 00012963  0x000024c4 branch  0x000032d0 
- 00012964  0x000024c6 setarg  0x00000000 
- 00012965  0x000024c8 arg  0x0000015e , 0x00000011 
- 00012966  0x000024c9 branch  0x000032b3 
- 00012967  0x000024cc setarg  0x00000000 
- 00012968  0x000024ce arg  0x00000180 , 0x00000011 
- 00012969  0x000024cf branch  0x000032b3 
- 00012970  0x000024d2 setarg  0x00000000 
- 00012971  0x000024d4 arg  0x0000017e , 0x00000011 
- 00012972  0x000024d5 branch  0x000032b3 
- 00012973  0x000024d8 setarg  0x00000000 
- 00012974  0x000024da arg  0x0000017f , 0x00000011 
- 00012975  0x000024db branch  0x000032b3 
- 00012976  0x000024de arg  0x00000102 , 0x00000011 
- 00012977  0x000024df branch  0x000032b3 
- 00012978  0x000024e2 arg  0x00000103 , 0x00000011 
- 00012979  0x000024e4 call  0x000032c7 
- 00012980  0x000024e6 istore  0x00000001 , 0x00000005 
- 00012981  0x000024e7 rtn 
- 00012982  0x000024ea setarg  0x0000015d 
- 00012983  0x000024eb branch  0x000032d0 
- 00012984  0x000024ee arg  0x0000015d , 0x00000011 
- 00012985  0x000024ef branch  0x000032b3 
- 00012986  0x000024f2 setarg  0x0000018a 
- 00012987  0x000024f3 call  0x000032d0 
- 00012988  0x000024f4 branch  0x0000326a 
- 00012989  0x000024f7 setarg  0x0000010c 
- 00012990  0x000024f8 branch  0x000032d0 
- 00012991  0x000024fb copy  0x0000003f , 0x00000002 
- 00012992  0x000024fc copy  0x00000011 , 0x0000003f 
- 00012993  0x000024fd iadd  0x00000013 , 0x00000005 
- 00012994  0x000024fe copy  0x00000002 , 0x0000003f 
- 00012995  0x000024ff rtn 
- 00012996  0x00002502 call  0x000032bf 
- 00012997  0x00002504 istore  0x00000003 , 0x00000005 
- 00012998  0x00002505 rtn 
- 00012999  0x00002508 call  0x00002c7a 
- 00013000  0x0000250a copy  0x0000003f , 0x00000012 
- 00013001  0x0000250b copy  0x00000011 , 0x0000003f 
- 00013002  0x0000250c iadd  0x00000013 , 0x00000005 
- 00013003  0x0000250d copy  0x00000012 , 0x0000003f 
- 00013004  0x0000250e rtn 
- 00013005  0x00002511 call  0x00002c7a 
- 00013006  0x00002512 iadd  0x00000013 , 0x00000011 
- 00013007  0x00002513 rtn 
- 00013008  0x00002516 call  0x000032cd 
- 00013009  0x00002518 ifetch  0x00000001 , 0x00000011 
- 00013010  0x00002519 rtn 
- 00013011  0x0000251c call  0x000032cd 
- 00013012  0x0000251d ifetcht  0x00000004 , 0x00000011 
- 00013013  0x0000251e rtn 
- 00013014  0x00002521 setarg  0x00000000 
- 00013015  0x00002522 branch  0x000032b4 
- 00013016  0x00002527 bpatch  0x000000c4 , 0x00004018 
- 00013017  0x00002528 fetch  0x00000001 , 0x00004092 
- 00013018  0x00002529 branch  0x000032d8 , 0x00000034 
- 00013019  0x0000252b beq  0x00000004 , 0x00002f30 
- 00013020  0x0000252c beq  0x0000000f , 0x00003436 
- 00013021  0x0000252d beq  0x00000009 , 0x000045de 
- 00013022  0x0000252e beq  0x0000000a , 0x0000392a 
- 00013023  0x0000252f beq  0x0000000e , 0x000035bf 
- 00013024  0x00002530 beq  0x00000010 , 0x000044a4 
- 00013025  0x00002531 bbit1  0x00000006 , 0x00003d00 
- 00013026  0x00002532 rtn 
- 00013027  0x00002535 bpatch  0x000000c5 , 0x00004018 
- 00013028  0x00002536 jam  0x00000000 , 0x00000151 
- 00013029  0x00002537 jam  0x00000000 , 0x0000017f 
- 00013030  0x00002538 jam  0x00000000 , 0x00000180 
- 00013031  0x00002539 setarg  0x00000000 
- 00013032  0x0000253a store  0x00000005 , 0x000009ae 
- 00013033  0x0000253b fetch  0x00000001 , 0x00004092 
- 00013034  0x0000253c branch  0x000032e3 , 0x00000034 
- 00013035  0x0000253d beq  0x0000000a , 0x00003962 
- 00013036  0x0000253f rtn 
- 00013037  0x00002543 call  0x00007cd1 
- 00013038  0x00002544 call  0x00007d9c 
- 00013039  0x00002545 call  0x000032f6 
- 00013040  0x00002546 fetch  0x00000002 , 0x000041f3 
- 00013041  0x00002547 branch  0x00007f9c 
- 00013042  0x0000254a fetch  0x00000002 , 0x000041f1 
- 00013043  0x0000254b branch  0x00007f9c 
- 00013044  0x0000254e fetch  0x00000002 , 0x000041ef 
- 00013045  0x0000254f branch  0x00007f9c 
- 00013046  0x00002552 bpatch  0x000000c6 , 0x00004018 
- 00013047  0x00002554 arg  0x00004668 , 0x00000011 
- 00013048  0x00002555 call  0x00007fc4 
- 00013049  0x00002556 rtn  0x00000034 
- 00013050  0x00002558 copy  0x0000003f , 0x00000013 
- 00013051  0x00002559 call  0x000032ff 
- 00013052  0x0000255a branch  0x00003324 
- 00013053  0x0000255d arg  0x00000000 , 0x00000013 
- 00013054  0x0000255e rtn 
- 00013055  0x00002564 beq  0x00000001 , 0x00003311 
- 00013056  0x00002565 beq  0x00000010 , 0x00003357 
- 00013057  0x00002566 beq  0x00000005 , 0x00003335 
- 00013058  0x00002567 beq  0x00000012 , 0x0000333c 
- 00013059  0x00002568 beq  0x00000006 , 0x00003353 
- 00013060  0x00002569 beq  0x00000004 , 0x00003394 
- 00013061  0x0000256a beq  0x00000002 , 0x00003399 
- 00013062  0x0000256b beq  0x00000013 , 0x00003394 
- 00013063  0x0000256c beq  0x00000014 , 0x0000334b 
- 00013064  0x0000256d beq  0x00000015 , 0x0000334f 
- 00013065  0x0000256e beq  0x00000003 , 0x0000332e 
- 00013066  0x0000256f beq  0x0000000b , 0x00003340 
- 00013067  0x00002570 beq  0x0000000c , 0x00003347 
- 00013068  0x00002572 beq  0x00000016 , 0x0000335b 
- 00013069  0x00002573 beq  0x00000018 , 0x0000332a 
- 00013070  0x00002574 beq  0x0000002a , 0x0000331a 
- 00013071  0x00002575 beq  0x0000002b , 0x00003318 
- 00013072  0x00002576 rtn 
- 00013073  0x0000257a fetch  0x00000002 , 0x00004682 
- 00013074  0x0000257b set1  0x00000000 , 0x0000003f 
- 00013075  0x0000257c store  0x00000002 , 0x00004682 
- 00013076  0x0000257d fetch  0x00000002 , 0x0000420a 
- 00013077  0x0000257e set0  0x00000000 , 0x0000003f 
- 00013078  0x0000257f store  0x00000002 , 0x0000420a 
- 00013079  0x00002580 rtn 
- 00013080  0x00002583 jam  0x00000000 , 0x00000229 
- 00013081  0x00002584 rtn 
- 00013082  0x00002587 fetch  0x00000001 , 0x00000229 
- 00013083  0x00002588 increase  0x00000001 , 0x0000003f 
- 00013084  0x00002589 store  0x00000001 , 0x00000229 
- 00013085  0x0000258a sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00013086  0x0000258b branch  0x000033df , 0x00000002 
- 00013087  0x0000258c jam  0x00000000 , 0x00000229 
- 00013088  0x0000258d fetch  0x00000002 , 0x0000420a 
- 00013089  0x0000258e set1  0x00000009 , 0x0000003f 
- 00013090  0x0000258f store  0x00000002 , 0x0000420a 
- 00013091  0x00002590 branch  0x000033e9 
- 00013092  0x00002593 fetch  0x00000002 , 0x000041f5 
- 00013093  0x00002594 branch  0x00007f9c 
- 00013094  0x00002597 fetch  0x00000002 , 0x000041e9 
- 00013095  0x00002598 branch  0x00007f9c 
- 00013096  0x0000259b fetch  0x00000002 , 0x000041ed 
- 00013097  0x0000259c branch  0x00007f9c 
- 00013098  0x0000259f fetch  0x00000002 , 0x0000420a 
- 00013099  0x000025a0 set1  0x00000001 , 0x0000003f 
- 00013100  0x000025a1 store  0x00000002 , 0x0000420a 
- 00013101  0x000025a2 branch  0x00003412 
- 00013102  0x000025a5 fetch  0x00000002 , 0x00004682 
- 00013103  0x000025a6 set1  0x00000007 , 0x0000003f 
- 00013104  0x000025a7 store  0x00000002 , 0x00004682 
- 00013105  0x000025a8 fetch  0x00000002 , 0x0000420a 
- 00013106  0x000025a9 set1  0x00000002 , 0x0000003f 
- 00013107  0x000025aa store  0x00000002 , 0x0000420a 
- 00013108  0x000025ab rtn 
- 00013109  0x000025ae fetch  0x00000002 , 0x00004682 
- 00013110  0x000025af set1  0x00000001 , 0x0000003f 
- 00013111  0x000025b0 store  0x00000002 , 0x00004682 
- 00013112  0x000025b1 fetch  0x00000002 , 0x0000420a 
- 00013113  0x000025b2 set1  0x00000004 , 0x0000003f 
- 00013114  0x000025b3 store  0x00000002 , 0x0000420a 
- 00013115  0x000025b4 rtn 
- 00013116  0x000025b7 fetch  0x00000002 , 0x00004682 
- 00013117  0x000025b8 set1  0x00000003 , 0x0000003f 
- 00013118  0x000025b9 store  0x00000002 , 0x00004682 
- 00013119  0x000025ba rtn 
- 00013120  0x000025bd fetch  0x00000002 , 0x00004682 
- 00013121  0x000025be set1  0x00000005 , 0x0000003f 
- 00013122  0x000025bf store  0x00000002 , 0x00004682 
- 00013123  0x000025c0 fetch  0x00000002 , 0x0000420a 
- 00013124  0x000025c1 set1  0x00000003 , 0x0000003f 
- 00013125  0x000025c2 store  0x00000002 , 0x0000420a 
- 00013126  0x000025c3 rtn 
- 00013127  0x000025c6 fetch  0x00000002 , 0x00004682 
- 00013128  0x000025c7 set0  0x00000005 , 0x0000003f 
- 00013129  0x000025c8 store  0x00000002 , 0x00004682 
- 00013130  0x000025c9 rtn 
- 00013131  0x000025cc fetch  0x00000002 , 0x00004682 
- 00013132  0x000025cd set1  0x00000009 , 0x0000003f 
- 00013133  0x000025ce store  0x00000002 , 0x00004682 
- 00013134  0x000025cf rtn 
- 00013135  0x000025d2 fetch  0x00000002 , 0x00004682 
- 00013136  0x000025d3 set0  0x00000009 , 0x0000003f 
- 00013137  0x000025d4 store  0x00000002 , 0x00004682 
- 00013138  0x000025d5 branch  0x00003418 
- 00013139  0x000025d8 fetch  0x00000002 , 0x00004682 
- 00013140  0x000025d9 set1  0x00000002 , 0x0000003f 
- 00013141  0x000025da store  0x00000002 , 0x00004682 
- 00013142  0x000025db rtn 
- 00013143  0x000025de fetch  0x00000002 , 0x0000420a 
- 00013144  0x000025df set1  0x00000000 , 0x0000003f 
- 00013145  0x000025e0 store  0x00000002 , 0x0000420a 
- 00013146  0x000025e1 rtn 
- 00013147  0x000025e4 fetch  0x00000002 , 0x0000420a 
- 00013148  0x000025e5 set1  0x00000008 , 0x0000003f 
- 00013149  0x000025e6 store  0x00000002 , 0x0000420a 
- 00013150  0x000025e7 branch  0x000033e9 
- 00013151  0x000025eb bpatch  0x000000c7 , 0x00004018 
- 00013152  0x000025ec store  0x00000001 , 0x0000022a 
- 00013153  0x000025ee fetch  0x00000001 , 0x0000022a 
- 00013154  0x000025ef rtn  0x00000034 
- 00013155  0x000025f0 increase  0xffffffff , 0x0000003f 
- 00013156  0x000025f1 store  0x00000001 , 0x0000022a 
- 00013157  0x000025f2 call  0x00007cdd 
- 00013158  0x000025f3 call  0x000033d6 
- 00013159  0x000025f4 call  0x00003387 
- 00013160  0x000025f5 call  0x0000338d 
- 00013161  0x000025f6 call  0x0000651b 
- 00013162  0x000025f7 fetch  0x00000002 , 0x000041fd 
- 00013163  0x000025f8 call  0x00007f9c 
- 00013164  0x000025f9 branch  0x00003361 
- 00013165  0x000025ff ifetch  0x00000001 , 0x00000013 
- 00013166  0x00002600 rtn  0x00000034 
- 00013167  0x00002601 pincrease  0xffffffff 
- 00013168  0x00002602 istore  0x00000001 , 0x00000013 
- 00013169  0x00002603 nrtn  0x00000034 
- 00013170  0x00002604 copy  0x00000012 , 0x0000003f 
- 00013171  0x00002605 branch  0x00007f9c 
- 00013172  0x0000260a ifetch  0x00000002 , 0x00000013 
- 00013173  0x0000260b rtn  0x00000034 
- 00013174  0x0000260c pincrease  0xffffffff 
- 00013175  0x0000260d istore  0x00000002 , 0x00000013 
- 00013176  0x0000260e nrtn  0x00000034 
- 00013177  0x0000260f copy  0x00000012 , 0x0000003f 
- 00013178  0x00002610 branch  0x00007f9c 
- 00013179  0x00002613 fetcht  0x00000002 , 0x0000423f 
- 00013180  0x00002614 add  0x00000002 , 0x00000001 , 0x00000013 
- 00013181  0x00002615 arg  0x0000337f , 0x00000012 
- 00013182  0x00002616 branch  0x0000336d 
- 00013183  0x00002619 call  0x0000342d 
- 00013184  0x0000261a beq  0x00000001 , 0x00003382 
- 00013185  0x0000261c branch  0x0000340a 
- 00013186  0x0000261e setarg  0x00000002 
- 00013187  0x0000261f istore  0x00000001 , 0x00000013 
- 00013188  0x00002620 add  0x00000002 , 0x00000008 , 0x00000012 
- 00013189  0x00002622 ifetch  0x00000002 , 0x00000012 
- 00013190  0x00002623 branch  0x00007f9c 
- 00013191  0x00002626 arg  0x00004205 , 0x00000013 
- 00013192  0x00002627 arg  0x0000338a , 0x00000012 
- 00013193  0x00002628 branch  0x0000336d 
- 00013194  0x0000262b call  0x00002252 
- 00013195  0x0000262c branch  0x0000340e , 0x00000005 
- 00013196  0x0000262d rtn 
- 00013197  0x00002631 arg  0x0000467e , 0x00000013 
- 00013198  0x00002632 arg  0x00003390 , 0x00000012 
- 00013199  0x00002633 branch  0x00003374 
- 00013200  0x00002636 call  0x000033f0 
- 00013201  0x00002637 call  0x00003408 
- 00013202  0x00002638 fetch  0x00000002 , 0x000041f7 
- 00013203  0x00002639 branch  0x00007f9c 
- 00013204  0x0000263d call  0x000033ac 
- 00013205  0x0000263f fetch  0x00000002 , 0x00004682 
- 00013206  0x00002640 set0  0x00000007 , 0x0000003f 
- 00013207  0x00002641 store  0x00000002 , 0x00004682 
- 00013208  0x00002642 rtn 
- 00013209  0x00002645 jam  0x00000000 , 0x00004205 
- 00013210  0x00002646 fetch  0x00000002 , 0x00004682 
- 00013211  0x00002647 bbit1  0x00000007 , 0x0000339e 
- 00013212  0x00002648 isolate0  0x00000001 , 0x0000003f 
- 00013213  0x00002649 call  0x000032fd , 0x00000001 
- 00013214  0x0000264b bpatch  0x000000c8 , 0x00004019 
- 00013215  0x0000264c fetch  0x00000002 , 0x00004682 
- 00013216  0x0000264d set0  0x00000000 , 0x0000003f 
- 00013217  0x0000264e set0  0x00000001 , 0x0000003f 
- 00013218  0x0000264f set0  0x00000002 , 0x0000003f 
- 00013219  0x00002650 set0  0x00000003 , 0x0000003f 
- 00013220  0x00002651 set0  0x00000007 , 0x0000003f 
- 00013221  0x00002652 store  0x00000002 , 0x00004682 
- 00013222  0x00002653 branch  0x00003418 
- 00013223  0x00002656 call  0x000033a9 
- 00013224  0x00002657 branch  0x0000340a 
- 00013225  0x0000265b setarg  0x00000000 
- 00013226  0x0000265c store  0x00000002 , 0x00004208 
- 00013227  0x0000265d rtn 
- 00013228  0x0000265f setarg  0x00000000 
- 00013229  0x00002660 store  0x00000002 , 0x0000420a 
- 00013230  0x00002661 rtn 
- 00013231  0x00002664 fetch  0x00000002 , 0x0000420a 
- 00013232  0x00002665 store  0x00000002 , 0x00004208 
- 00013233  0x00002666 setarg  0x00000000 
- 00013234  0x00002667 store  0x00000002 , 0x0000420a 
- 00013235  0x00002668 rtn 
- 00013236  0x0000266b fetch  0x00000002 , 0x0000420a 
- 00013237  0x0000266c set1  0x00000007 , 0x0000003f 
- 00013238  0x0000266d store  0x00000002 , 0x00004208 
- 00013239  0x0000266e setarg  0x00000000 
- 00013240  0x0000266f store  0x00000002 , 0x0000420a 
- 00013241  0x00002670 rtn 
- 00013242  0x00002679 fetch  0x00000001 , 0x00004682 
- 00013243  0x0000267a isolate1  0x00000005 , 0x0000003f 
- 00013244  0x0000267b rtn 
- 00013245  0x00002684 setarg  0x0000aa55 
- 00013246  0x00002686 store  0x00000002 , 0x00000aaa 
- 00013247  0x00002687 bpatch  0x000000c9 , 0x00004019 
- 00013248  0x00002688 arg  0x00000002 , 0x00000002 
- 00013249  0x00002689 arg  0x00000aaa , 0x00000011 
- 00013250  0x0000268a arg  0x000000c3 , 0x00000012 
- 00013251  0x0000268b branch  0x00006606 
- 00013252  0x0000268f bpatch  0x000000ca , 0x00004019 
- 00013253  0x00002690 arg  0x00000002 , 0x00000002 
- 00013254  0x00002691 arg  0x00000a9a , 0x00000011 
- 00013255  0x00002692 arg  0x000000c3 , 0x00000012 
- 00013256  0x00002693 call  0x000065df 
- 00013257  0x00002694 fetch  0x00000002 , 0x00000a9a 
- 00013258  0x00002695 arg  0x0000aa55 , 0x00000002 
- 00013259  0x00002696 isub  0x00000002 , 0x0000003e 
- 00013260  0x00002697 rtn 
- 00013261  0x0000269b fetch  0x00000001 , 0x0000455a 
- 00013262  0x0000269c store  0x00000001 , 0x00004205 
- 00013263  0x0000269d rtn 
- 00013264  0x000026a0 arg  0x00000009 , 0x00000007 
- 00013265  0x000026a1 branch  0x00002c32 
- 00013266  0x000026a4 arg  0x00000009 , 0x00000007 
- 00013267  0x000026a5 branch  0x00002c36 
- 00013268  0x000026a8 jam  0x00000005 , 0x00004206 
- 00013269  0x000026a9 branch  0x000033d0 
- 00013270  0x000026ac arg  0x00004206 , 0x00000013 
- 00013271  0x000026ad arg  0x000033d2 , 0x00000012 
- 00013272  0x000026ae branch  0x0000336d 
- 00013273  0x000026b1 jam  0x00000001 , 0x00004363 
- 00013274  0x000026b2 rtn 
- 00013275  0x000026b5 jam  0x00000000 , 0x00004363 
- 00013276  0x000026b6 rtn 
- 00013277  0x000026b9 jam  0x0000000a , 0x00000a99 
- 00013278  0x000026ba branch  0x00007d8f 
- 00013279  0x000026bd jam  0x0000001d , 0x00000a99 
- 00013280  0x000026be branch  0x00007d8f 
- 00013281  0x000026c1 bpatch  0x000000cb , 0x00004019 
- 00013282  0x000026c2 fetch  0x00000001 , 0x00004207 
- 00013283  0x000026c3 store  0x00000001 , 0x0000016d 
- 00013284  0x000026c4 jam  0x00000001 , 0x00000228 
- 00013285  0x000026c5 jam  0x00000003 , 0x00000a99 
- 00013286  0x000026c6 branch  0x00007d8f 
- 00013287  0x000026c9 jam  0x0000001e , 0x00000a99 
- 00013288  0x000026ca branch  0x00007d8f 
- 00013289  0x000026cd jam  0x00000004 , 0x00000a99 
- 00013290  0x000026ce branch  0x00007d8f 
- 00013291  0x000026d1 fetch  0x00000002 , 0x00004687 
- 00013292  0x000026d2 store  0x00000002 , 0x0000467e 
- 00013293  0x000026d4 call  0x00003404 
- 00013294  0x000026d6 jam  0x00000001 , 0x00000a99 
- 00013295  0x000026d7 branch  0x00007d8f 
- 00013296  0x000026da setarg  0x00000000 
- 00013297  0x000026db store  0x00000002 , 0x0000467e 
- 00013298  0x000026dc jam  0x00000002 , 0x00000a99 
- 00013299  0x000026dd branch  0x00007d8f 
- 00013300  0x000026e0 jam  0x0000000f , 0x00000a99 
- 00013301  0x000026e1 branch  0x00007d8f 
- 00013302  0x000026e4 jam  0x00000010 , 0x00000a99 
- 00013303  0x000026e5 branch  0x00007d8f 
- 00013304  0x000026e8 jam  0x0000000e , 0x00000a99 
- 00013305  0x000026e9 branch  0x00007d8f 
- 00013306  0x000026ec jam  0x0000000d , 0x00000a99 
- 00013307  0x000026ed branch  0x00007d8f 
- 00013308  0x000026f0 jam  0x00000017 , 0x00000a99 
- 00013309  0x000026f1 branch  0x00007d8f 
- 00013310  0x000026f4 jam  0x00000018 , 0x00000a99 
- 00013311  0x000026f5 branch  0x00007d8f 
- 00013312  0x000026f8 jam  0x00000016 , 0x00000a99 
- 00013313  0x000026f9 branch  0x00007d8f 
- 00013314  0x000026fc jam  0x00000011 , 0x00000a99 
- 00013315  0x000026fd branch  0x00007d8f 
- 00013316  0x00002700 jam  0x00000015 , 0x00000a99 
- 00013317  0x00002701 branch  0x00007d8f 
- 00013318  0x00002704 jam  0x00000014 , 0x00000a99 
- 00013319  0x00002705 branch  0x00007d8f 
- 00013320  0x00002709 jam  0x00000013 , 0x00000a99 
- 00013321  0x0000270a branch  0x00007d8f 
- 00013322  0x0000270d jam  0x00000019 , 0x00000a99 
- 00013323  0x0000270e branch  0x00007d8f 
- 00013324  0x00002711 jam  0x00000006 , 0x00000a99 
- 00013325  0x00002712 branch  0x00007d8f 
- 00013326  0x00002715 jam  0x00000005 , 0x00000a99 
- 00013327  0x00002716 branch  0x00007d8f 
- 00013328  0x00002719 jam  0x0000001f , 0x00000a99 
- 00013329  0x0000271a branch  0x00007d8f 
- 00013330  0x0000271d jam  0x00000020 , 0x00000a99 
- 00013331  0x0000271e branch  0x00007d8f 
- 00013332  0x00002721 jam  0x00000025 , 0x00000a99 
- 00013333  0x00002722 branch  0x00007d8f 
- 00013334  0x00002725 set1  0x0000000d , 0x00000000 
- 00013335  0x00002726 rtn 
- 00013336  0x00002729 set0  0x0000000d , 0x00000000 
- 00013337  0x0000272a rtn 
- 00013338  0x0000273f call  0x0000342d 
- 00013339  0x00002740 beq  0x00000002 , 0x00003424 
- 00013340  0x00002742 setarg  0x00000001 
- 00013341  0x00002743 istore  0x00000001 , 0x00000013 
- 00013342  0x00002744 add  0x00000002 , 0x00000003 , 0x00000011 
- 00013343  0x00002745 add  0x00000002 , 0x00000006 , 0x00000012 
- 00013344  0x00002747 ifetcht  0x00000001 , 0x00000011 
- 00013345  0x00002748 increase  0x00000001 , 0x00000013 
- 00013346  0x00002749 istoret  0x00000001 , 0x00000013 
- 00013347  0x0000274a branch  0x00003385 
- 00013348  0x0000274d setarg  0x00000000 
- 00013349  0x0000274e istore  0x00000001 , 0x00000013 
- 00013350  0x0000274f fetch  0x00000002 , 0x00004682 
- 00013351  0x00002750 bbit0  0x00000009 , 0x00003429 
- 00013352  0x00002751 call  0x00003402 
- 00013353  0x00002753 fetcht  0x00000002 , 0x0000423f 
- 00013354  0x00002754 add  0x00000002 , 0x00000002 , 0x00000011 
- 00013355  0x00002755 add  0x00000002 , 0x00000004 , 0x00000012 
- 00013356  0x00002756 branch  0x00003420 
- 00013357  0x00002759 fetcht  0x00000002 , 0x0000423f 
- 00013358  0x0000275a add  0x00000002 , 0x00000000 , 0x00000013 
- 00013359  0x0000275b ifetch  0x00000001 , 0x00000013 
- 00013360  0x0000275c rtn 
- 00013361  0x0000275f call  0x0000342d 
- 00013362  0x00002760 bne  0x00000000 , 0x00003434 
- 00013363  0x00002761 branch  0x0000340a 
- 00013364  0x00002763 add  0x00000002 , 0x0000000a , 0x00000012 
- 00013365  0x00002764 branch  0x00003385 
- 00013366  0x00002767 rtn  0x0000002b 
- 00013367  0x00002768 jam  0x00000000 , 0x00008081 
- 00013368  0x00002769 setarg  0x00003463 
- 00013369  0x0000276a store  0x00000002 , 0x000041eb 
- 00013370  0x0000276b setarg  0x0000696c 
- 00013371  0x0000276c store  0x00000002 , 0x000041ed 
- 00013372  0x0000276d setarg  0x000034f5 
- 00013373  0x0000276e store  0x00000002 , 0x000041f3 
- 00013374  0x0000276f setarg  0x000034f4 
- 00013375  0x00002770 store  0x00000002 , 0x000041ef 
- 00013376  0x00002771 setarg  0x0000347e 
- 00013377  0x00002772 store  0x00000002 , 0x000041f5 
- 00013378  0x00002773 setarg  0x000034b2 
- 00013379  0x00002774 store  0x00000002 , 0x000041fd 
- 00013380  0x00002775 setarg  0x00003465 
- 00013381  0x00002776 store  0x00000002 , 0x000041fb 
- 00013382  0x00002777 setarg  0x00003470 
- 00013383  0x00002778 store  0x00000002 , 0x000041e9 
- 00013384  0x00002779 setarg  0x00003501 
- 00013385  0x0000277a store  0x00000002 , 0x000041f9 
- 00013386  0x0000277b bpatch  0x000000cc , 0x00004019 
- 00013387  0x0000277c call  0x0000359b 
- 00013388  0x0000277d call  0x00006948 
- 00013389  0x0000277e call  0x000035ad 
- 00013390  0x0000277f call  0x00007d08 
- 00013391  0x00002780 call  0x00007cd3 
- 00013392  0x00002781 setarg  0x0000350b 
- 00013393  0x00002782 store  0x00000002 , 0x00004766 
- 00013394  0x00002783 setarg  0x000034fc 
- 00013395  0x00002784 store  0x00000002 , 0x0000475d 
- 00013396  0x00002785 setarg  0x000034f8 
- 00013397  0x00002786 store  0x00000002 , 0x0000475f 
- 00013398  0x00002787 setarg  0x0000346c 
- 00013399  0x00002788 store  0x00000002 , 0x00004761 
- 00013400  0x00002789 setarg  0x000035a2 
- 00013401  0x0000278a store  0x00000002 , 0x000046a9 
- 00013402  0x0000278b setarg  0x000035a4 
- 00013403  0x0000278c store  0x00000002 , 0x000046ab 
- 00013404  0x0000278d setarg  0x000035a9 
- 00013405  0x0000278e store  0x00000002 , 0x000046b4 
- 00013406  0x0000278f setarg  0x000035a6 
- 00013407  0x00002790 store  0x00000002 , 0x000046b6 
- 00013408  0x00002791 fetch  0x00000002 , 0x00004682 
- 00013409  0x00002792 rtnbit1  0x0000000c 
- 00013410  0x00002793 branch  0x0000340a 
- 00013411  0x00002796 call  0x00003586 
- 00013412  0x00002797 branch  0x0000340a 
- 00013413  0x0000279a call  0x00005892 
- 00013414  0x0000279b nrtn  0x00000034 
- 00013415  0x0000279c arg  0x00000b06 , 0x00000011 
- 00013416  0x0000279d call  0x00007e54 
- 00013417  0x0000279e nrtn  0x00000028 
- 00013418  0x0000279f arg  0x00000b06 , 0x00000006 
- 00013419  0x000027a0 branch  0x00004746 
- 00013420  0x000027a3 fetch  0x00000002 , 0x00004797 
- 00013421  0x000027a4 store  0x00000002 , 0x00004791 
- 00013422  0x000027a5 jam  0x00000001 , 0x00004753 
- 00013423  0x000027a6 branch  0x0000358f 
- 00013424  0x000027a9 fetch  0x00000001 , 0x0000479d 
- 00013425  0x000027aa beq  0x00000001 , 0x00003479 
- 00013426  0x000027ab fetch  0x00000002 , 0x00004682 
- 00013427  0x000027ac bbit0  0x00000009 , 0x00003479 
- 00013428  0x000027ad fetch  0x00000001 , 0x0000479e 
- 00013429  0x000027ae beq  0x00000001 , 0x000033d0 
- 00013430  0x000027af fetch  0x00000001 , 0x00004700 
- 00013431  0x000027b0 nbranch  0x000033d0 , 0x00000034 
- 00013432  0x000027b1 branch  0x000033d2 
- 00013433  0x000027b4 fetch  0x00000001 , 0x0000479b 
- 00013434  0x000027b5 fetcht  0x00000001 , 0x0000479c 
- 00013435  0x000027b6 ior  0x00000002 , 0x0000003f 
- 00013436  0x000027b7 beq  0x00000001 , 0x000033d0 
- 00013437  0x000027b8 branch  0x000033d2 
- 00013438  0x000027bb copy  0x00000013 , 0x0000003f 
- 00013439  0x000027bc beq  0x0000002d , 0x00003431 
- 00013440  0x000027bd beq  0x00000010 , 0x0000341a 
- 00013441  0x000027be beq  0x00000014 , 0x000034df 
- 00013442  0x000027bf beq  0x00000015 , 0x000034e8 
- 00013443  0x000027c0 beq  0x00000040 , 0x00003485 
- 00013444  0x000027c1 rtn 
- 00013445  0x000027c3 fetch  0x00000002 , 0x00004509 
- 00013446  0x000027c4 beq  0x00000001 , 0x0000348c 
- 00013447  0x000027c6 fetch  0x00000002 , 0x000043d8 
- 00013448  0x000027c7 branch  0x000034a2 , 0x00000034 
- 00013449  0x000027c9 jam  0x00000002 , 0x0000478a 
- 00013450  0x000027ca jam  0x0000003c , 0x0000478f 
- 00013451  0x000027cb rtn 
- 00013452  0x000027ce fetch  0x00000002 , 0x0000449a 
- 00013453  0x000027cf branch  0x000034a0 , 0x00000034 
- 00013454  0x000027d1 jam  0x00000001 , 0x0000478a 
- 00013455  0x000027d2 fetcht  0x00000002 , 0x000047b4 
- 00013456  0x000027d3 fetch  0x00000002 , 0x00004496 
- 00013457  0x000027d4 iadd  0x00000002 , 0x0000003f 
- 00013458  0x000027d5 store  0x00000002 , 0x00004496 
- 00013459  0x000027d6 copy  0x0000003f , 0x00000011 
- 00013460  0x000027d7 fetch  0x00000002 , 0x00004498 
- 00013461  0x000027d8 iadd  0x00000002 , 0x0000003f 
- 00013462  0x000027d9 store  0x00000002 , 0x00004498 
- 00013463  0x000027da iadd  0x00000011 , 0x0000003f 
- 00013464  0x000027db rshift  0x0000003f , 0x00000002 
- 00013465  0x000027dc fetch  0x00000002 , 0x000047c0 
- 00013466  0x000027dd idiv  0x00000002 
- 00013467  0x000027de call  0x00007f86 
- 00013468  0x000027df quotient  0x0000003f 
- 00013469  0x000027e0 store  0x00000002 , 0x0000449a 
- 00013470  0x000027e1 jam  0x00000001 , 0x00004790 
- 00013471  0x000027e2 rtn 
- 00013472  0x000027e4 jam  0x00000003 , 0x0000478a 
- 00013473  0x000027e5 rtn 
- 00013474  0x000027e8 jam  0x00000000 , 0x00004172 
- 00013475  0x000027e9 jam  0x00000000 , 0x00004790 
- 00013476  0x000027ea fetch  0x00000002 , 0x000043d6 
- 00013477  0x000027eb fetcht  0x00000002 , 0x000047be 
- 00013478  0x000027ec isub  0x00000002 , 0x0000003e 
- 00013479  0x000027ed setflag  0x00000002 , 0x00000000 , 0x00000011 
- 00013480  0x000027ee fetch  0x00000002 , 0x000047c0 
- 00013481  0x000027ef fetcht  0x00000002 , 0x000043d6 
- 00013482  0x000027f0 isub  0x00000002 , 0x0000003f 
- 00013483  0x000027f1 setflag  0x00000002 , 0x00000001 , 0x00000011 
- 00013484  0x000027f2 compare  0x00000003 , 0x00000011 , 0x00000003 
- 00013485  0x000027f3 rtn  0x00000001 
- 00013486  0x000027f4 fetch  0x00000008 , 0x000047be 
- 00013487  0x000027f5 store  0x00000008 , 0x00004496 
- 00013488  0x000027f6 jam  0x00000001 , 0x00004790 
- 00013489  0x000027f7 rtn 
- 00013490  0x000027fc call  0x0000337b 
- 00013491  0x000027fd call  0x000034b9 
- 00013492  0x000027fe call  0x000034be 
- 00013493  0x000027ff call  0x000034d5 
- 00013494  0x00002800 call  0x000034ca 
- 00013495  0x00002801 call  0x000034c4 
- 00013496  0x00002802 branch  0x000034d9 
- 00013497  0x00002806 arg  0x00004799 , 0x00000013 
- 00013498  0x00002807 arg  0x000034bc , 0x00000012 
- 00013499  0x00002808 branch  0x0000336d 
- 00013500  0x0000280a jam  0x00000000 , 0x0000479a 
- 00013501  0x0000280b rtn 
- 00013502  0x0000280d arg  0x00004793 , 0x00000013 
- 00013503  0x0000280e arg  0x000034c1 , 0x00000012 
- 00013504  0x0000280f branch  0x00003374 
- 00013505  0x00002811 arg  0x000046bf , 0x00000013 
- 00013506  0x00002812 arg  0x0000469e , 0x00000012 
- 00013507  0x00002813 branch  0x00003591 
- 00013508  0x00002817 arg  0x0000478f , 0x00000013 
- 00013509  0x00002818 arg  0x000034c7 , 0x00000012 
- 00013510  0x00002819 branch  0x0000336d 
- 00013511  0x0000281c fetch  0x00000002 , 0x0000449a 
- 00013512  0x0000281d store  0x00000001 , 0x00004172 
- 00013513  0x0000281e rtn 
- 00013514  0x00002820 arg  0x00004790 , 0x00000013 
- 00013515  0x00002821 arg  0x000034cd , 0x00000012 
- 00013516  0x00002822 branch  0x0000336d 
- 00013517  0x00002824 fetch  0x00000001 , 0x0000043f 
- 00013518  0x00002825 compare  0x00000000 , 0x0000003f , 0x00000060 
- 00013519  0x00002826 nbranch  0x000034d3 , 0x00000001 
- 00013520  0x00002827 jam  0x00000001 , 0x0000478a 
- 00013521  0x00002828 call  0x00003416 
- 00013522  0x00002829 branch  0x00005abf 
- 00013523  0x0000282b jam  0x00000001 , 0x00004790 
- 00013524  0x0000282c rtn 
- 00013525  0x0000282f arg  0x00004791 , 0x00000013 
- 00013526  0x00002830 arg  0x000034d8 , 0x00000012 
- 00013527  0x00002831 branch  0x00003374 
- 00013528  0x00002835 branch  0x0000341a 
- 00013529  0x0000283a arg  0x0000478d , 0x00000013 
- 00013530  0x0000283b arg  0x000034dc , 0x00000012 
- 00013531  0x0000283c branch  0x00003374 
- 00013532  0x0000283e fetch  0x00000002 , 0x000047a7 
- 00013533  0x0000283f store  0x00000002 , 0x0000478d 
- 00013534  0x00002840 branch  0x000035af 
- 00013535  0x00002844 fetch  0x00000002 , 0x000047a7 
- 00013536  0x00002845 store  0x00000002 , 0x0000478d 
- 00013537  0x00002846 setarg  0x00000000 
- 00013538  0x00002847 store  0x00000002 , 0x00004793 
- 00013539  0x00002848 store  0x00000002 , 0x00004791 
- 00013540  0x00002849 call  0x0000355c 
- 00013541  0x0000284a call  0x00003586 
- 00013542  0x0000284b jam  0x00000000 , 0x00004172 
- 00013543  0x0000284c branch  0x000033f8 
- 00013544  0x00002852 setarg  0x00000000 
- 00013545  0x00002853 store  0x00000004 , 0x0000478d 
- 00013546  0x00002854 store  0x00000003 , 0x0000478a 
- 00013547  0x00002855 store  0x00000002 , 0x00004509 
- 00013548  0x00002857 jam  0x00000001 , 0x000047a0 
- 00013549  0x00002858 fetch  0x00000002 , 0x00004797 
- 00013550  0x00002859 store  0x00000002 , 0x00004791 
- 00013551  0x0000285a call  0x00007e38 
- 00013552  0x0000285b fetch  0x00000001 , 0x00004759 
- 00013553  0x0000285c rtneq  0x00000000 
- 00013554  0x0000285d call  0x0000358f 
- 00013555  0x0000285e branch  0x0000356e 
- 00013556  0x00002863 branch  0x00003508 
- 00013557  0x00002867 fetch  0x00000001 , 0x00004759 
- 00013558  0x00002868 rtnne  0x00000002 
- 00013559  0x00002869 branch  0x00003508 
- 00013560  0x0000286f arg  0x000046cd , 0x00000013 
- 00013561  0x00002870 call  0x00003582 
- 00013562  0x00002871 arg  0x000046c6 , 0x00000013 
- 00013563  0x00002873 branch  0x00003584 
- 00013564  0x00002876 jam  0x00000000 , 0x0000436e 
- 00013565  0x00002877 arg  0x000046db , 0x00000013 
- 00013566  0x00002878 call  0x00003582 
- 00013567  0x00002879 arg  0x000046d4 , 0x00000013 
- 00013568  0x0000287a branch  0x000034fb 
- 00013569  0x0000287d fetch  0x00000001 , 0x00000477 
- 00013570  0x0000287e beq  0x00000012 , 0x00003504 
- 00013571  0x0000287f rtn 
- 00013572  0x00002881 fetch  0x00000002 , 0x00000478 
- 00013573  0x00002883 beq  0x0000000d , 0x00003536 
- 00013574  0x00002884 beq  0x0000000b , 0x00003571 
- 00013575  0x00002885 rtn 
- 00013576  0x0000288b fetch  0x00000001 , 0x00004753 
- 00013577  0x0000288c rtn  0x00000034 
- 00013578  0x0000288d branch  0x00006978 
- 00013579  0x00002892 copy  0x00000011 , 0x0000003f 
- 00013580  0x00002893 branch  0x00003510 , 0x00000034 
- 00013581  0x00002895 copy  0x00000007 , 0x0000003f 
- 00013582  0x00002896 beq  0x00000000 , 0x00003513 
- 00013583  0x00002897 rtn 
- 00013584  0x00002899 copy  0x00000007 , 0x0000003f 
- 00013585  0x0000289a beq  0x00000000 , 0x0000351b 
- 00013586  0x0000289b rtn 
- 00013587  0x0000289e jam  0x00000001 , 0x0000479d 
- 00013588  0x0000289f arg  0x000046f7 , 0x00000013 
- 00013589  0x000028a0 call  0x00003582 
- 00013590  0x000028a1 arg  0x000046f0 , 0x00000013 
- 00013591  0x000028a2 call  0x00003584 
- 00013592  0x000028a3 fetch  0x00000002 , 0x00004682 
- 00013593  0x000028a4 bbit0  0x00000009 , 0x00003532 
- 00013594  0x000028a5 branch  0x00003521 
- 00013595  0x000028a8 jam  0x00000000 , 0x0000479d 
- 00013596  0x000028a9 branch  0x0000351d 
- 00013597  0x000028ae fetch  0x00000001 , 0x0000479a 
- 00013598  0x000028af rtnne  0x00000001 
- 00013599  0x000028b0 jam  0x00000005 , 0x00004799 
- 00013600  0x000028b1 rtn 
- 00013601  0x000028b4 fetch  0x00000001 , 0x0000479a 
- 00013602  0x000028b5 pincrease  0x00000001 
- 00013603  0x000028b6 store  0x00000001 , 0x0000479a 
- 00013604  0x000028b7 beq  0x00000001 , 0x00003527 
- 00013605  0x000028b8 beq  0x00000002 , 0x0000352b 
- 00013606  0x000028b9 rtn 
- 00013607  0x000028bb call  0x0000355c 
- 00013608  0x000028bc jam  0x00000001 , 0x00004771 
- 00013609  0x000028bd arg  0x0000476c , 0x00000013 
- 00013610  0x000028be branch  0x00003544 
- 00013611  0x000028c0 jam  0x00000000 , 0x0000479a 
- 00013612  0x000028c1 jam  0x00000002 , 0x00004771 
- 00013613  0x000028c2 arg  0x0000476c , 0x00000013 
- 00013614  0x000028c3 call  0x00003544 
- 00013615  0x000028c4 fetch  0x00000001 , 0x0000479e 
- 00013616  0x000028c5 beq  0x00000001 , 0x00003551 
- 00013617  0x000028c6 rtn 
- 00013618  0x000028c9 fetch  0x00000002 , 0x00004797 
- 00013619  0x000028ca store  0x00000002 , 0x00004791 
- 00013620  0x000028cb call  0x0000355c 
- 00013621  0x000028cc branch  0x0000358f 
- 00013622  0x000028d0 bpatch  0x000000cd , 0x00004019 
- 00013623  0x000028d1 call  0x000036fc 
- 00013624  0x000028d2 ifetch  0x00000001 , 0x00000011 
- 00013625  0x000028d3 beq  0x00000003 , 0x0000353c 
- 00013626  0x000028d4 beq  0x00000007 , 0x00003540 
- 00013627  0x000028d5 rtn 
- 00013628  0x000028d8 fetch  0x00000001 , 0x0000479e 
- 00013629  0x000028d9 beq  0x00000000 , 0x00003551 
- 00013630  0x000028da beq  0x00000001 , 0x0000355c 
- 00013631  0x000028db rtn 
- 00013632  0x000028de ifetch  0x00000001 , 0x00000012 
- 00013633  0x000028df beq  0x00000001 , 0x00003564 
- 00013634  0x000028e0 beq  0x00000000 , 0x00003569 
- 00013635  0x000028e1 rtn 
- 00013636  0x000028e9 bpatch  0x000000ce , 0x00004019 
- 00013637  0x000028ea fetch  0x00000001 , 0x0000478b 
- 00013638  0x000028eb isolate1  0x00000000 , 0x0000003f 
- 00013639  0x000028ec nrtn  0x00000001 
- 00013640  0x000028ed add  0x00000013 , 0x00000006 , 0x00000006 
- 00013641  0x000028ee ifetch  0x00000002 , 0x00000006 
- 00013642  0x000028ef byteswap  0x0000003f , 0x0000003f 
- 00013643  0x000028f0 add  0x0000003f , 0x00000005 , 0x00000039 
- 00013644  0x000028f1 add  0x00000013 , 0x00000003 , 0x00000006 
- 00013645  0x000028f2 call  0x000036f0 
- 00013646  0x000028f3 istore  0x00000001 , 0x00000006 
- 00013647  0x000028f4 copy  0x00000013 , 0x00000011 
- 00013648  0x000028f5 branch  0x00007e3d 
- 00013649  0x000028fc fetch  0x00000001 , 0x00004759 
- 00013650  0x000028fd rtn  0x00000034 
- 00013651  0x000028fe jam  0x00000001 , 0x0000479e 
- 00013652  0x000028ff arg  0x000046e9 , 0x00000013 
- 00013653  0x00002900 call  0x00003582 
- 00013654  0x00002901 arg  0x000046e2 , 0x00000013 
- 00013655  0x00002902 call  0x00003584 
- 00013656  0x00002903 jam  0x00000004 , 0x00004780 
- 00013657  0x00002904 jam  0x00000001 , 0x00004783 
- 00013658  0x00002905 arg  0x0000477b , 0x00000013 
- 00013659  0x00002906 branch  0x00003544 
- 00013660  0x00002908 fetch  0x00000001 , 0x0000479e 
- 00013661  0x00002909 rtn  0x00000034 
- 00013662  0x0000290a jam  0x00000000 , 0x0000479e 
- 00013663  0x0000290b call  0x00003586 
- 00013664  0x0000290c jam  0x00000004 , 0x00004780 
- 00013665  0x0000290d jam  0x00000000 , 0x00004783 
- 00013666  0x0000290e arg  0x0000477b , 0x00000013 
- 00013667  0x0000290f branch  0x00003544 
- 00013668  0x00002912 jam  0x00000001 , 0x0000479f 
- 00013669  0x00002913 jam  0x00000007 , 0x00004780 
- 00013670  0x00002914 jam  0x00000001 , 0x00004783 
- 00013671  0x00002915 arg  0x0000477b , 0x00000013 
- 00013672  0x00002916 branch  0x00003544 
- 00013673  0x00002918 jam  0x00000000 , 0x0000479f 
- 00013674  0x00002919 jam  0x00000007 , 0x00004780 
- 00013675  0x0000291a jam  0x00000000 , 0x00004783 
- 00013676  0x0000291b arg  0x0000477b , 0x00000013 
- 00013677  0x0000291c branch  0x00003544 
- 00013678  0x0000291e fetch  0x00000001 , 0x0000479f 
- 00013679  0x0000291f rtn  0x00000034 
- 00013680  0x00002920 branch  0x00003551 
- 00013681  0x00002923 ifetch  0x00000002 , 0x00000011 
- 00013682  0x00002924 store  0x00000002 , 0x0000478b 
- 00013683  0x00002925 isolate1  0x00000000 , 0x0000003f 
- 00013684  0x00002926 nrtn  0x00000001 
- 00013685  0x00002927 fetch  0x00000001 , 0x000047a0 
- 00013686  0x00002928 rtn  0x00000034 
- 00013687  0x00002929 jam  0x00000000 , 0x000047a0 
- 00013688  0x0000292a fetch  0x00000008 , 0x000047b6 
- 00013689  0x0000292b store  0x00000008 , 0x00004496 
- 00013690  0x0000292c jam  0x00000002 , 0x00004790 
- 00013691  0x0000292d call  0x000035af 
- 00013692  0x0000292e call  0x000035b9 
- 00013693  0x0000292f jam  0x00000007 , 0x00004780 
- 00013694  0x00002930 fetch  0x00000001 , 0x0000479f 
- 00013695  0x00002931 store  0x00000001 , 0x00004783 
- 00013696  0x00002932 arg  0x0000477b , 0x00000013 
- 00013697  0x00002933 branch  0x00003544 
- 00013698  0x00002938 arg  0x00000001 , 0x00000011 
- 00013699  0x00002939 branch  0x00003585 
- 00013700  0x0000293b arg  0x00000000 , 0x00000011 
- 00013701  0x0000293d branch  0x0000358c 
- 00013702  0x00002940 arg  0x00000000 , 0x00000011 
- 00013703  0x00002941 call  0x00007d19 
- 00013704  0x00002942 arg  0x00000001 , 0x00000011 
- 00013705  0x00002943 call  0x00007d19 
- 00013706  0x00002944 fetch  0x00000001 , 0x000047a1 
- 00013707  0x00002945 branch  0x000069d7 
- 00013708  0x00002948 call  0x00007d04 
- 00013709  0x00002949 arg  0x00000007 , 0x00000039 
- 00013710  0x0000294a branch  0x00007d26 
- 00013711  0x0000294f arg  0x000046b8 , 0x00000013 
- 00013712  0x00002950 arg  0x0000469a , 0x00000012 
- 00013713  0x00002952 call  0x00003596 
- 00013714  0x00002953 call  0x00003584 
- 00013715  0x00002954 fetch  0x00000002 , 0x00004795 
- 00013716  0x00002955 store  0x00000002 , 0x00004793 
- 00013717  0x00002956 branch  0x000033fa 
- 00013718  0x00002959 ifetch  0x00000002 , 0x00000012 
- 00013719  0x0000295a store  0x00000002 , 0x00004154 
- 00013720  0x0000295b ifetch  0x00000002 , 0x00000006 
- 00013721  0x0000295c store  0x00000002 , 0x00004482 
- 00013722  0x0000295d rtn 
- 00013723  0x00002960 arg  0x00000000 , 0x00000011 
- 00013724  0x00002961 call  0x000069a6 
- 00013725  0x00002962 fetch  0x00000006 , 0x000047a1 
- 00013726  0x00002963 store  0x00000006 , 0x00000a9a 
- 00013727  0x00002964 call  0x000069ae 
- 00013728  0x00002965 fetch  0x00000001 , 0x000047a1 
- 00013729  0x00002966 branch  0x000069d7 
- 00013730  0x00002969 jam  0x00000001 , 0x0000479b 
- 00013731  0x0000296a rtn 
- 00013732  0x0000296c jam  0x00000000 , 0x0000479b 
- 00013733  0x0000296d rtn 
- 00013734  0x00002972 jam  0x00000000 , 0x0000479c 
- 00013735  0x00002973 fetch  0x00000001 , 0x000047a1 
- 00013736  0x00002974 branch  0x000069d7 
- 00013737  0x00002977 jam  0x00000001 , 0x0000479c 
- 00013738  0x00002978 fetch  0x00000006 , 0x000047a1 
- 00013739  0x00002979 store  0x00000006 , 0x00000a9a 
- 00013740  0x0000297a branch  0x000069ae 
- 00013741  0x0000297f jam  0x00000000 , 0x0000422d 
- 00013742  0x00002980 branch  0x000068a8 
- 00013743  0x00002983 call  0x000068eb 
- 00013744  0x00002984 call  0x00006908 
- 00013745  0x00002985 store  0x00000002 , 0x000047b0 
- 00013746  0x00002986 arg  0x000047aa , 0x00000011 
- 00013747  0x00002987 call  0x00006930 
- 00013748  0x00002988 store  0x00000001 , 0x000047a9 
- 00013749  0x00002989 beq  0x00000000 , 0x000035be 
- 00013750  0x0000298a sub  0x0000003f , 0x00000064 , 0x0000003e 
- 00013751  0x0000298b nbranch  0x000035bc , 0x00000002 
- 00013752  0x0000298c store  0x00000001 , 0x00004783 
- 00013753  0x0000298e jam  0x00000005 , 0x00004780 
- 00013754  0x0000298f arg  0x0000477b , 0x00000013 
- 00013755  0x00002990 branch  0x00003544 
- 00013756  0x00002992 jam  0x00000064 , 0x00004783 
- 00013757  0x00002993 branch  0x000035b9 
- 00013758  0x00002996 branch  0x0000341a 
- 00013759  0x0000299b rtn  0x0000002b 
- 00013760  0x0000299c hfetch  0x00000001 , 0x00008081 
- 00013761  0x0000299d and_into  0x000000f0 , 0x0000003f 
- 00013762  0x0000299e hstore  0x00000001 , 0x00008081 
- 00013763  0x0000299f setarg  0x00003631 
- 00013764  0x000029a0 store  0x00000002 , 0x000041eb 
- 00013765  0x000029a2 setarg  0x00003633 
- 00013766  0x000029a3 store  0x00000002 , 0x000041ed 
- 00013767  0x000029a5 setarg  0x0000340a 
- 00013768  0x000029a6 store  0x00000002 , 0x000041f7 
- 00013769  0x000029a8 setarg  0x00003635 
- 00013770  0x000029a9 store  0x00000002 , 0x000041f3 
- 00013771  0x000029ab setarg  0x0000364b 
- 00013772  0x000029ac store  0x00000002 , 0x000041f5 
- 00013773  0x000029ae setarg  0x000033d0 
- 00013774  0x000029af store  0x00000002 , 0x000041e9 
- 00013775  0x000029b1 setarg  0x000036f6 
- 00013776  0x000029b2 store  0x00000002 , 0x000041f9 
- 00013777  0x000029b4 setarg  0x0000367a 
- 00013778  0x000029b5 store  0x00000002 , 0x000041fd 
- 00013779  0x000029b7 call  0x00002c7a 
- 00013780  0x000029b8 setarg  0x00003722 
- 00013781  0x000029b9 add  0x00000013 , 0x000000de , 0x00000005 
- 00013782  0x000029ba istore  0x00000002 , 0x00000005 
- 00013783  0x000029bc setarg  0x000035ed 
- 00013784  0x000029bd store  0x00000002 , 0x0000475b 
- 00013785  0x000029bf setarg  0x000035ef 
- 00013786  0x000029c0 store  0x00000002 , 0x0000475f 
- 00013787  0x000029c2 bpatch  0x000000cf , 0x00004019 
- 00013788  0x000029c3 call  0x00003628 
- 00013789  0x000029c4 call  0x00007e38 
- 00013790  0x000029c5 jam  0x00000002 , 0x00004172 
- 00013791  0x000029c6 jam  0x00000000 , 0x000049f6 
- 00013792  0x000029c7 fetch  0x00000001 , 0x000047cb 
- 00013793  0x000029c8 store  0x00000001 , 0x0000469a 
- 00013794  0x000029c9 beq  0x00000000 , 0x000035ee 
- 00013795  0x000029ca fetch  0x00000001 , 0x000047cc 
- 00013796  0x000029cb store  0x00000001 , 0x00004686 
- 00013797  0x000029cc jam  0x00000000 , 0x0000436e 
- 00013798  0x000029ce call  0x0000360f 
- 00013799  0x000029cf call  0x00007cd3 
- 00013800  0x000029d0 call  0x00007cdd 
- 00013801  0x000029d1 jam  0x00000001 , 0x000047f3 
- 00013802  0x000029d2 fetch  0x00000002 , 0x00004682 
- 00013803  0x000029d3 rtnbit1  0x0000000c 
- 00013804  0x000029d4 branch  0x0000340a 
- 00013805  0x000029d7 branch  0x0000360f 
- 00013806  0x000029da jam  0x00000002 , 0x000047f3 
- 00013807  0x000029dc jam  0x00000001 , 0x0000436e 
- 00013808  0x000029dd call  0x0000360f 
- 00013809  0x000029de arg  0x00000000 , 0x00000011 
- 00013810  0x000029df call  0x00007d1e 
- 00013811  0x000029e1 setarg  0x00000020 
- 00013812  0x000029e2 call  0x000046f0 
- 00013813  0x000029e4 arg  0x000043b7 , 0x00000005 
- 00013814  0x000029e5 fetch  0x00000001 , 0x000044a0 
- 00013815  0x000029e7 and  0x0000003f , 0x000000f0 , 0x00000002 
- 00013816  0x000029e8 rshift4  0x00000002 , 0x00000002 
- 00013817  0x000029e9 call  0x00003609 
- 00013818  0x000029ea istoret  0x00000001 , 0x00000005 
- 00013819  0x000029eb and  0x0000003f , 0x0000000f , 0x00000002 
- 00013820  0x000029ec call  0x00003609 
- 00013821  0x000029ed istoret  0x00000001 , 0x00000005 
- 00013822  0x000029ee call  0x000057a6 
- 00013823  0x000029ef fetcht  0x00000001 , 0x000043af 
- 00013824  0x000029f0 copy  0x00000002 , 0x00000039 
- 00013825  0x000029f1 arg  0x00004372 , 0x00000005 
- 00013826  0x000029f2 arg  0x000043b0 , 0x00000006 
- 00013827  0x000029f3 call  0x00007f01 
- 00013828  0x000029f5 fetcht  0x00000001 , 0x000043af 
- 00013829  0x000029f6 copy  0x00000002 , 0x00000039 
- 00013830  0x000029f7 arg  0x00004392 , 0x00000005 
- 00013831  0x000029f8 arg  0x000043b0 , 0x00000006 
- 00013832  0x000029f9 branch  0x00007f01 
- 00013833  0x000029fb sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00013834  0x000029fc branch  0x0000360d , 0x00000002 
- 00013835  0x000029fd add  0x00000002 , 0x00000037 , 0x00000002 
- 00013836  0x000029fe rtn 
- 00013837  0x00002a00 add  0x00000002 , 0x00000030 , 0x00000002 
- 00013838  0x00002a01 rtn 
- 00013839  0x00002a04 fetch  0x00000001 , 0x000047c0 
- 00013840  0x00002a05 bne  0x000000ff , 0x00003621 
- 00013841  0x00002a07 fetch  0x00000001 , 0x000047be 
- 00013842  0x00002a08 bne  0x000000ff , 0x00003624 
- 00013843  0x00002a0a fetch  0x00000001 , 0x000047c9 
- 00013844  0x00002a0b bne  0x000000ff , 0x00003626 
- 00013845  0x00002a0d fetch  0x00000001 , 0x0000472c 
- 00013846  0x00002a0e copy  0x0000003f , 0x00000039 
- 00013847  0x00002a0f setarg  0x0000472d 
- 00013848  0x00002a10 copy  0x0000003f , 0x00000011 
- 00013849  0x00002a12 copy  0x00000011 , 0x00000006 
- 00013850  0x00002a13 ifetch  0x00000001 , 0x00000006 
- 00013851  0x00002a14 copy  0x00000006 , 0x00000011 
- 00013852  0x00002a15 beq  0x000000ff , 0x0000361f 
- 00013853  0x00002a16 copy  0x0000003f , 0x00000002 
- 00013854  0x00002a17 call  0x0000680e 
- 00013855  0x00002a19 loop  0x00003619 
- 00013856  0x00002a1b rtn 
- 00013857  0x00002a1d fetch  0x00000008 , 0x000047c0 
- 00013858  0x00002a1e store  0x00000008 , 0x0000472f 
- 00013859  0x00002a1f branch  0x00003611 
- 00013860  0x00002a21 store  0x00000001 , 0x0000472d 
- 00013861  0x00002a22 branch  0x00003613 
- 00013862  0x00002a24 store  0x00000001 , 0x0000472e 
- 00013863  0x00002a25 branch  0x00003615 
- 00013864  0x00002a29 arg  0x00000000 , 0x00000011 
- 00013865  0x00002a2a call  0x000069a6 
- 00013866  0x00002a2b call  0x000037e4 
- 00013867  0x00002a2c call  0x00002c7d 
- 00013868  0x00002a2d branch  0x0000362d 
- 00013869  0x00002a30 jam  0x00000064 , 0x000047cf 
- 00013870  0x00002a31 fetch  0x00000001 , 0x000047c9 
- 00013871  0x00002a32 store  0x00000001 , 0x00004744 
- 00013872  0x00002a33 branch  0x000068a8 
- 00013873  0x00002a36 call  0x00006835 
- 00013874  0x00002a37 branch  0x0000696c 
- 00013875  0x00002a3a branch  0x0000696c 
- 00013876  0x00002a3f branch  0x00006978 
- 00013877  0x00002a42 call  0x00003642 
- 00013878  0x00002a43 call  0x000037ee 
- 00013879  0x00002a44 call  0x00003639 
- 00013880  0x00002a45 branch  0x00003634 
- 00013881  0x00002a48 fetch  0x00000002 , 0x00004682 
- 00013882  0x00002a49 rtnbit1  0x00000009 
- 00013883  0x00002a4a fetch  0x00000001 , 0x000049f6 
- 00013884  0x00002a4b beq  0x00000001 , 0x0000363e 
- 00013885  0x00002a4c rtn 
- 00013886  0x00002a4e fetch  0x00000001 , 0x000047ea 
- 00013887  0x00002a4f rtneq  0x00000001 
- 00013888  0x00002a50 jam  0x00000001 , 0x000047ea 
- 00013889  0x00002a51 branch  0x00003654 
- 00013890  0x00002a54 fetch  0x00000002 , 0x00004682 
- 00013891  0x00002a55 rtnbit0  0x00000009 
- 00013892  0x00002a56 call  0x00005892 
- 00013893  0x00002a57 nrtn  0x00000034 
- 00013894  0x00002a58 arg  0x00004718 , 0x00000011 
- 00013895  0x00002a59 call  0x00007e54 
- 00013896  0x00002a5a nrtn  0x00000028 
- 00013897  0x00002a5b arg  0x00004718 , 0x00000006 
- 00013898  0x00002a5c branch  0x00004746 
- 00013899  0x00002a5f copy  0x00000013 , 0x0000003f 
- 00013900  0x00002a60 beq  0x0000002d , 0x00003431 
- 00013901  0x00002a61 beq  0x00000010 , 0x0000341a 
- 00013902  0x00002a62 beq  0x00000014 , 0x00003651 
- 00013903  0x00002a63 beq  0x00000015 , 0x00003660 
- 00013904  0x00002a64 rtn 
- 00013905  0x00002a67 setarg  0x00000000 
- 00013906  0x00002a68 call  0x00003220 
- 00013907  0x00002a69 branch  0x00003656 
- 00013908  0x00002a6b fetch  0x00000002 , 0x000047eb 
- 00013909  0x00002a6c store  0x00000002 , 0x000047ed 
- 00013910  0x00002a6e jam  0x00000014 , 0x000047ce 
- 00013911  0x00002a6f jam  0x00000000 , 0x00004091 
- 00013912  0x00002a70 call  0x000033f8 
- 00013913  0x00002a71 call  0x00003416 
- 00013914  0x00002a72 fetch  0x00000001 , 0x000047bd 
- 00013915  0x00002a73 beq  0x00000001 , 0x0000365e 
- 00013916  0x00002a75 arg  0x00000000 , 0x00000011 
- 00013917  0x00002a76 branch  0x00007d14 
- 00013918  0x00002a78 arg  0x00000000 , 0x00000011 
- 00013919  0x00002a79 branch  0x00007d19 
- 00013920  0x00002a7c setarg  0x00000002 
- 00013921  0x00002a7d call  0x00003220 
- 00013922  0x00002a7f setarg  0x00000000 
- 00013923  0x00002a80 store  0x00000005 , 0x0000479c 
- 00013924  0x00002a81 setarg  0x00000004 
- 00013925  0x00002a82 call  0x000069d7 
- 00013926  0x00002a83 setarg  0x00000005 
- 00013927  0x00002a84 call  0x000069d7 
- 00013928  0x00002a85 setarg  0x00000014 
- 00013929  0x00002a86 call  0x000069d7 
- 00013930  0x00002a87 setarg  0x00000015 
- 00013931  0x00002a88 call  0x000069d7 
- 00013932  0x00002a89 setarg  0x00000016 
- 00013933  0x00002a8a call  0x000069d7 
- 00013934  0x00002a8b setarg  0x00000007 
- 00013935  0x00002a8c call  0x000069d7 
- 00013936  0x00002a8d call  0x00007e38 
- 00013937  0x00002a8e jam  0x0000000a , 0x0000475e 
- 00013938  0x00002a8f jam  0x0000000a , 0x00004760 
- 00013939  0x00002a90 jam  0x0000000a , 0x00004762 
- 00013940  0x00002a92 jam  0x00000002 , 0x00004172 
- 00013941  0x00002a93 arg  0x00000000 , 0x00000011 
- 00013942  0x00002a94 call  0x00007d1e 
- 00013943  0x00002a96 setarg  0x00000020 
- 00013944  0x00002a97 call  0x000046f0 
- 00013945  0x00002a98 branch  0x000033fa 
- 00013946  0x00002a9c call  0x0000373b 
- 00013947  0x00002a9d call  0x0000373e 
- 00013948  0x00002a9e call  0x00003741 
- 00013949  0x00002a9f call  0x0000337b 
- 00013950  0x00002aa0 call  0x000036c8 
- 00013951  0x00002aa1 call  0x000036a1 
- 00013952  0x00002aa2 call  0x0000368a 
- 00013953  0x00002aa3 call  0x00003683 
- 00013954  0x00002aa4 branch  0x0000368f 
- 00013955  0x00002aa7 arg  0x0000479a , 0x00000013 
- 00013956  0x00002aa8 arg  0x00003686 , 0x00000012 
- 00013957  0x00002aa9 branch  0x0000336d 
- 00013958  0x00002aab call  0x00003847 
- 00013959  0x00002aac nrtn  0x00000001 
- 00013960  0x00002aad jam  0x00000001 , 0x0000479b 
- 00013961  0x00002aae rtn 
- 00013962  0x00002ab1 arg  0x000047ed , 0x00000013 
- 00013963  0x00002ab2 arg  0x0000368d , 0x00000012 
- 00013964  0x00002ab3 branch  0x00003374 
- 00013965  0x00002ab5 jam  0x00000002 , 0x000047ea 
- 00013966  0x00002ab6 branch  0x00003662 
- 00013967  0x00002ab9 arg  0x000047f1 , 0x00000013 
- 00013968  0x00002aba arg  0x00003692 , 0x00000012 
- 00013969  0x00002abb branch  0x0000336d 
- 00013970  0x00002abd fetch  0x00000001 , 0x000047f2 
- 00013971  0x00002abe branch  0x0000369e , 0x00000034 
- 00013972  0x00002abf jam  0x00000002 , 0x000047f1 
- 00013973  0x00002ac0 jam  0x00000000 , 0x000047f2 
- 00013974  0x00002ac1 setarg  0x00000a02 
- 00013975  0x00002ac2 store  0x00000002 , 0x00004752 
- 00013976  0x00002ac3 fetch  0x00000001 , 0x000047b9 
- 00013977  0x00002ac4 beq  0x00000003 , 0x0000369b 
- 00013978  0x00002ac6 branch  0x00003762 
- 00013979  0x00002ac8 setarg  0x00000a02 
- 00013980  0x00002ac9 store  0x00000002 , 0x00004754 
- 00013981  0x00002aca branch  0x00003762 
- 00013982  0x00002acc setarg  0x00000000 
- 00013983  0x00002acd store  0x00000004 , 0x00004752 
- 00013984  0x00002ace branch  0x00003762 
- 00013985  0x00002ad1 fetch  0x00000001 , 0x000047c8 
- 00013986  0x00002ad2 rtn  0x00000034 
- 00013987  0x00002ad3 fetch  0x00000002 , 0x00004682 
- 00013988  0x00002ad4 bbit0  0x00000009 , 0x000036c6 
- 00013989  0x00002ad5 arg  0x000047ce , 0x00000013 
- 00013990  0x00002ad6 arg  0x000036a8 , 0x00000012 
- 00013991  0x00002ad7 branch  0x0000336d 
- 00013992  0x00002ad9 fetch  0x00000001 , 0x000047cd 
- 00013993  0x00002ada store  0x00000001 , 0x000047ce 
- 00013994  0x00002adb fetch  0x00000001 , 0x000047d1 
- 00013995  0x00002adc nrtn  0x00000034 
- 00013996  0x00002ade call  0x000068eb 
- 00013997  0x00002adf call  0x00006908 
- 00013998  0x00002ae0 store  0x00000002 , 0x000047e8 
- 00013999  0x00002ae1 arg  0x000047e2 , 0x00000011 
- 00014000  0x00002ae2 call  0x00006930 
- 00014001  0x00002ae3 fetcht  0x00000001 , 0x000047cf 
- 00014002  0x00002ae4 isub  0x00000002 , 0x0000003e 
- 00014003  0x00002ae5 branch  0x000036b6 , 0x00000002 
- 00014004  0x00002ae6 store  0x00000001 , 0x000047cf 
- 00014005  0x00002ae7 copy  0x0000003f , 0x00000002 
- 00014006  0x00002ae9 storet  0x00000001 , 0x000047d0 
- 00014007  0x00002aea fetch  0x00000001 , 0x000047ca 
- 00014008  0x00002aeb isub  0x00000002 , 0x0000003e 
- 00014009  0x00002aec call  0x000036c1 , 0x00000002 
- 00014010  0x00002aed storet  0x00000001 , 0x000047db 
- 00014011  0x00002aee arg  0x00000006 , 0x00000039 
- 00014012  0x00002aef arg  0x000047d6 , 0x00000006 
- 00014013  0x00002af0 call  0x000036f0 
- 00014014  0x00002af1 store  0x00000001 , 0x000047dc 
- 00014015  0x00002af2 arg  0x000047d3 , 0x00000011 
- 00014016  0x00002af3 branch  0x00007e3d 
- 00014017  0x00002af5 fetch  0x00000001 , 0x000047d2 
- 00014018  0x00002af6 nrtn  0x00000034 
- 00014019  0x00002af7 jam  0x00000001 , 0x000047d2 
- 00014020  0x00002af8 arg  0x00000001 , 0x00000011 
- 00014021  0x00002af9 branch  0x00007d1e 
- 00014022  0x00002afb arg  0x00000001 , 0x00000011 
- 00014023  0x00002afc branch  0x00007d19 
- 00014024  0x00002aff arg  0x000047a4 , 0x00000013 
- 00014025  0x00002b00 arg  0x000036cb , 0x00000012 
- 00014026  0x00002b01 branch  0x0000336d 
- 00014027  0x00002b03 jam  0x00000005 , 0x000047a4 
- 00014028  0x00002b04 jam  0x00000000 , 0x000047a6 
- 00014029  0x00002b05 fetch  0x00000001 , 0x000047a5 
- 00014030  0x00002b06 beq  0x00000001 , 0x000036ee 
- 00014031  0x00002b07 beq  0x00000000 , 0x000036ec 
- 00014032  0x00002b09 arg  0x0000479c , 0x00000006 
- 00014033  0x00002b0a copy  0x00000006 , 0x00000011 
- 00014034  0x00002b0b arg  0x00000008 , 0x00000039 
- 00014035  0x00002b0d copy  0x00000011 , 0x00000006 
- 00014036  0x00002b0e ifetch  0x00000001 , 0x00000006 
- 00014037  0x00002b0f copy  0x00000006 , 0x00000011 
- 00014038  0x00002b10 beq  0x00000000 , 0x000036e3 
- 00014039  0x00002b11 beq  0x00000001 , 0x000036e6 
- 00014040  0x00002b12 beq  0x00000002 , 0x000036e9 
- 00014041  0x00002b14 fetch  0x00000001 , 0x000047a6 
- 00014042  0x00002b15 increase  0x00000001 , 0x0000003f 
- 00014043  0x00002b16 store  0x00000001 , 0x000047a6 
- 00014044  0x00002b17 loop  0x000036d3 
- 00014045  0x00002b18 rtn 
- 00014046  0x00002b1a fetch  0x00000001 , 0x000047a6 
- 00014047  0x00002b1b arg  0x000047c0 , 0x00000012 
- 00014048  0x00002b1c iadd  0x00000012 , 0x00000012 
- 00014049  0x00002b1d ifetcht  0x00000001 , 0x00000012 
- 00014050  0x00002b1e rtn 
- 00014051  0x00002b20 call  0x000036de 
- 00014052  0x00002b21 call  0x00006825 
- 00014053  0x00002b22 branch  0x000036d9 
- 00014054  0x00002b24 call  0x000036de 
- 00014055  0x00002b25 call  0x00006829 
- 00014056  0x00002b26 branch  0x000036d9 
- 00014057  0x00002b28 fetch  0x00000001 , 0x000047a5 
- 00014058  0x00002b29 beq  0x00000001 , 0x000036e3 
- 00014059  0x00002b2a branch  0x000036e6 
- 00014060  0x00002b2c jam  0x00000001 , 0x000047a5 
- 00014061  0x00002b2d branch  0x000036d0 
- 00014062  0x00002b2f jam  0x00000000 , 0x000047a5 
- 00014063  0x00002b30 branch  0x000036d0 
- 00014064  0x00002b35 arg  0x00000000 , 0x00000011 
- 00014065  0x00002b37 ifetch  0x00000001 , 0x00000006 
- 00014066  0x00002b38 iadd  0x00000011 , 0x00000011 
- 00014067  0x00002b39 loop  0x000036f1 
- 00014068  0x00002b3b and  0x00000011 , 0x000000ff , 0x0000003f 
- 00014069  0x00002b3c rtn 
- 00014070  0x00002b3f fetch  0x00000001 , 0x00000477 
- 00014071  0x00002b40 beq  0x00000012 , 0x000036f9 
- 00014072  0x00002b41 rtn 
- 00014073  0x00002b43 fetch  0x00000002 , 0x00000478 
- 00014074  0x00002b44 beq  0x00000014 , 0x00003710 
- 00014075  0x00002b45 rtn 
- 00014076  0x00002b52 bpatch  0x000000d0 , 0x0000401a 
- 00014077  0x00002b53 ifetch  0x00000005 , 0x00000011 
- 00014078  0x00002b54 store  0x00000005 , 0x00000b12 
- 00014079  0x00002b55 fetch  0x00000002 , 0x00000b12 
- 00014080  0x00002b56 arg  0x00006b5a , 0x00000002 
- 00014081  0x00002b57 isub  0x00000002 , 0x0000003e 
- 00014082  0x00002b58 nrtn  0x00000005 
- 00014083  0x00002b59 fetch  0x00000002 , 0x00000b15 
- 00014084  0x00002b5a byteswap  0x0000003f , 0x0000003f 
- 00014085  0x00002b5b store  0x00000002 , 0x00000b15 
- 00014086  0x00002b5c copy  0x0000003f , 0x00000039 
- 00014087  0x00002b5d increase  0x00000005 , 0x00000011 
- 00014088  0x00002b5e copy  0x00000011 , 0x00000006 
- 00014089  0x00002b5f arg  0x00000b17 , 0x00000005 
- 00014090  0x00002b60 call  0x00007f01 
- 00014091  0x00002b61 ifetch  0x00000001 , 0x00000006 
- 00014092  0x00002b62 store  0x00000001 , 0x00000b21 
- 00014093  0x00002b63 arg  0x00000b14 , 0x00000011 
- 00014094  0x00002b64 arg  0x00000b17 , 0x00000012 
- 00014095  0x00002b65 rtn 
- 00014096  0x00002b68 setarg  0x00000000 
- 00014097  0x00002b69 store  0x00000005 , 0x00004752 
- 00014098  0x00002b6a store  0x00000005 , 0x00004757 
- 00014099  0x00002b6b call  0x000036fc 
- 00014100  0x00002b6c copy  0x00000012 , 0x00000006 
- 00014101  0x00002b6d arg  0x00004752 , 0x00000005 
- 00014102  0x00002b6e arg  0x0000000a , 0x00000039 
- 00014103  0x00002b6f call  0x00007f01 
- 00014104  0x00002b71 bpatch  0x000000d1 , 0x0000401a 
- 00014105  0x00002b72 ifetch  0x00000001 , 0x00000011 
- 00014106  0x00002b73 beq  0x00000002 , 0x0000374a 
- 00014107  0x00002b74 beq  0x00000003 , 0x0000375c 
- 00014108  0x00002b75 beq  0x00000004 , 0x00003762 
- 00014109  0x00002b76 beq  0x00000005 , 0x00003762 
- 00014110  0x00002b77 beq  0x00000006 , 0x000037b1 
- 00014111  0x00002b78 beq  0x00000007 , 0x00003849 
- 00014112  0x00002b79 beq  0x00000008 , 0x0000384c 
- 00014113  0x00002b7a rtn 
- 00014114  0x00002b7d fetch  0x00000002 , 0x00004682 
- 00014115  0x00002b7e rtnbit1  0x00000009 
- 00014116  0x00002b80 fetch  0x00000002 , 0x000047eb 
- 00014117  0x00002b81 store  0x00000002 , 0x000047ed 
- 00014118  0x00002b83 jam  0x00000001 , 0x000049f6 
- 00014119  0x00002b85 setarg  0x0000010c 
- 00014120  0x00002b86 call  0x000032cd 
- 00014121  0x00002b87 call  0x00003710 
- 00014122  0x00002b89 fetch  0x00000001 , 0x00000b14 
- 00014123  0x00002b8a beq  0x00000004 , 0x0000372e 
- 00014124  0x00002b8b beq  0x00000005 , 0x0000372e 
- 00014125  0x00002b8c rtn 
- 00014126  0x00002b8e fetch  0x00000001 , 0x00004752 
- 00014127  0x00002b8f ncall  0x00003735 , 0x00000034 
- 00014128  0x00002b90 fetch  0x00000001 , 0x00004754 
- 00014129  0x00002b91 ncall  0x00003737 , 0x00000034 
- 00014130  0x00002b92 fetch  0x00000001 , 0x00004756 
- 00014131  0x00002b93 ncall  0x00003739 , 0x00000034 
- 00014132  0x00002b94 rtn 
- 00014133  0x00002b97 jam  0x00000005 , 0x000049f3 
- 00014134  0x00002b98 rtn 
- 00014135  0x00002b9a jam  0x00000005 , 0x000049f4 
- 00014136  0x00002b9b rtn 
- 00014137  0x00002b9d jam  0x00000005 , 0x000049f5 
- 00014138  0x00002b9e rtn 
- 00014139  0x00002ba1 arg  0x000049f3 , 0x00000013 
- 00014140  0x00002ba2 arg  0x00003744 , 0x00000012 
- 00014141  0x00002ba3 branch  0x0000336d 
- 00014142  0x00002ba5 arg  0x000049f4 , 0x00000013 
- 00014143  0x00002ba6 arg  0x00003746 , 0x00000012 
- 00014144  0x00002ba7 branch  0x0000336d 
- 00014145  0x00002ba9 arg  0x000049f5 , 0x00000013 
- 00014146  0x00002baa arg  0x00003748 , 0x00000012 
- 00014147  0x00002bab branch  0x0000336d 
- 00014148  0x00002bae jam  0x00000000 , 0x00004752 
- 00014149  0x00002baf branch  0x00003762 
- 00014150  0x00002bb1 jam  0x00000000 , 0x00004754 
- 00014151  0x00002bb2 branch  0x00003762 
- 00014152  0x00002bb4 jam  0x00000000 , 0x00004756 
- 00014153  0x00002bb5 branch  0x00003762 
- 00014154  0x00002bbb call  0x0000374c 
- 00014155  0x00002bbc branch  0x0000374f 
- 00014156  0x00002bbe fetch  0x00000001 , 0x00004752 
- 00014157  0x00002bbf store  0x00000001 , 0x0000475f 
- 00014158  0x00002bc0 branch  0x00003773 
- 00014159  0x00002bc2 fetch  0x00000001 , 0x0000475e 
- 00014160  0x00002bc3 call  0x00003754 
- 00014161  0x00002bc4 fetch  0x00000001 , 0x00004753 
- 00014162  0x00002bc5 store  0x00000001 , 0x0000475d 
- 00014163  0x00002bc6 branch  0x00003770 
- 00014164  0x00002bc8 beq  0x00000002 , 0x00003758 
- 00014165  0x00002bc9 beq  0x00000003 , 0x0000375a 
- 00014166  0x00002bca store  0x00000001 , 0x0000475e 
- 00014167  0x00002bcb rtn 
- 00014168  0x00002bcd jam  0x00000005 , 0x0000475e 
- 00014169  0x00002bce rtn 
- 00014170  0x00002bd0 jam  0x0000000a , 0x0000475e 
- 00014171  0x00002bd1 rtn 
- 00014172  0x00002bd3 fetch  0x00000001 , 0x00004752 
- 00014173  0x00002bd4 call  0x00003754 
- 00014174  0x00002bd5 fetch  0x00000001 , 0x0000475e 
- 00014175  0x00002bd6 call  0x0000379e 
- 00014176  0x00002bd7 call  0x000037a1 
- 00014177  0x00002bd8 branch  0x000069c4 
- 00014178  0x00002bdb fetch  0x00000001 , 0x000047f0 
- 00014179  0x00002bdc nrtn  0x00000034 
- 00014180  0x00002bdd fetch  0x00000006 , 0x00004752 
- 00014181  0x00002bde store  0x00000006 , 0x0000475d 
- 00014182  0x00002bdf fetch  0x00000001 , 0x0000475e 
- 00014183  0x00002be0 fetcht  0x00000001 , 0x00004760 
- 00014184  0x00002be1 iand  0x00000002 , 0x0000003f 
- 00014185  0x00002be2 fetcht  0x00000001 , 0x00004762 
- 00014186  0x00002be3 iand  0x00000002 , 0x0000003f 
- 00014187  0x00002be4 call  0x00003779 , 0x00000034 
- 00014188  0x00002be5 bpatch  0x000000d2 , 0x0000401a 
- 00014189  0x00002be6 call  0x00003770 
- 00014190  0x00002be7 call  0x00003773 
- 00014191  0x00002be8 branch  0x00003776 
- 00014192  0x00002bea arg  0x00004763 , 0x00000012 
- 00014193  0x00002beb arg  0x0000475d , 0x00000006 
- 00014194  0x00002bec branch  0x0000377b 
- 00014195  0x00002bee arg  0x0000476b , 0x00000012 
- 00014196  0x00002bef arg  0x0000475f , 0x00000006 
- 00014197  0x00002bf0 branch  0x0000377b 
- 00014198  0x00002bf2 arg  0x00004773 , 0x00000012 
- 00014199  0x00002bf3 arg  0x00004761 , 0x00000006 
- 00014200  0x00002bf4 branch  0x0000377b 
- 00014201  0x00002bf6 jam  0x00000000 , 0x000047d1 
- 00014202  0x00002bf7 rtn 
- 00014203  0x00002bfa ifetch  0x00000001 , 0x00000006 
- 00014204  0x00002bfb beq  0x00000000 , 0x00003787 
- 00014205  0x00002bfc beq  0x00000001 , 0x00003780 
- 00014206  0x00002bfd beq  0x00000002 , 0x00003782 
- 00014207  0x00002bfe rtn 
- 00014208  0x00002c00 jam  0x00000000 , 0x0000477b 
- 00014209  0x00002c01 branch  0x00003783 
- 00014210  0x00002c03 jam  0x00000001 , 0x0000477b 
- 00014211  0x00002c04 ifetch  0x00000001 , 0x00000006 
- 00014212  0x00002c05 store  0x00000001 , 0x0000477d 
- 00014213  0x00002c06 ifetch  0x00000008 , 0x00000012 
- 00014214  0x00002c07 branch  0x0000378c 
- 00014215  0x00002c0a ifetch  0x00000001 , 0x00000012 
- 00014216  0x00002c0b call  0x000069d7 
- 00014217  0x00002c0c increase  0x00000001 , 0x00000012 
- 00014218  0x00002c0d ifetch  0x00000001 , 0x00000012 
- 00014219  0x00002c0e branch  0x000069d7 
- 00014220  0x00002c10 store  0x00000008 , 0x0000477e 
- 00014221  0x00002c11 jam  0x00000001 , 0x000047d1 
- 00014222  0x00002c12 fetch  0x00000001 , 0x0000477b 
- 00014223  0x00002c13 beq  0x00000000 , 0x0000379a 
- 00014224  0x00002c15 fetch  0x00000001 , 0x0000477f 
- 00014225  0x00002c16 store  0x00000001 , 0x00004780 
- 00014226  0x00002c17 fetch  0x00000001 , 0x0000477e 
- 00014227  0x00002c19 call  0x000069d7 
- 00014228  0x00002c1a fetch  0x00000001 , 0x0000477d 
- 00014229  0x00002c1b call  0x0000379e 
- 00014230  0x00002c1c store  0x00000001 , 0x00004785 
- 00014231  0x00002c1d fetch  0x00000006 , 0x00004780 
- 00014232  0x00002c1e store  0x00000006 , 0x00000a9a 
- 00014233  0x00002c1f branch  0x000069ae 
- 00014234  0x00002c21 fetch  0x00000001 , 0x0000477e 
- 00014235  0x00002c22 store  0x00000001 , 0x00004780 
- 00014236  0x00002c23 fetch  0x00000001 , 0x0000477f 
- 00014237  0x00002c24 branch  0x00003793 
- 00014238  0x00002c27 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00014239  0x00002c28 add  0x0000003f , 0x00000032 , 0x0000003f 
- 00014240  0x00002c29 rtn 
- 00014241  0x00002c2b arg  0x00002ee0 , 0x00000002 
- 00014242  0x00002c2c imul32  0x00000002 , 0x0000003f 
- 00014243  0x00002c2d div  0x0000003f , 0x00000064 
- 00014244  0x00002c2e call  0x00007f86 
- 00014245  0x00002c2f quotient  0x00000002 
- 00014246  0x00002c30 copy  0x00000002 , 0x00000011 
- 00014247  0x00002c31 setarg  0x00002ee0 
- 00014248  0x00002c32 isub  0x00000002 , 0x00000012 
- 00014249  0x00002c33 rtn 
- 00014250  0x00002c37 hfetch  0x00000001 , 0x00008082 
- 00014251  0x00002c38 set1  0x00000002 , 0x0000003f 
- 00014252  0x00002c39 hstore  0x00000001 , 0x00008082 
- 00014253  0x00002c3a setarg  0x0000009e 
- 00014254  0x00002c3b hstore  0x00000002 , 0x00008068 
- 00014255  0x00002c3c hstore  0x00000002 , 0x0000806a 
- 00014256  0x00002c3d rtn 
- 00014257  0x00002c40 fetch  0x00000001 , 0x000047f0 
- 00014258  0x00002c41 nrtn  0x00000034 
- 00014259  0x00002c42 fetch  0x00000002 , 0x00004752 
- 00014260  0x00002c43 store  0x00000002 , 0x00004787 
- 00014261  0x00002c44 fetch  0x00000001 , 0x000047ea 
- 00014262  0x00002c45 bne  0x00000001 , 0x000037b9 
- 00014263  0x00002c46 fetch  0x00000002 , 0x000044a0 
- 00014264  0x00002c47 store  0x00000002 , 0x00004787 
- 00014265  0x00002c49 bpatch  0x000000d3 , 0x0000401a 
- 00014266  0x00002c4a call  0x000037aa 
- 00014267  0x00002c4b call  0x000037dc 
- 00014268  0x00002c4c setarg  0x0000bb80 
- 00014269  0x00002c4d call  0x00002a8f 
- 00014270  0x00002c4e call  0x000037e0 
- 00014271  0x00002c4f setarg  0x00001c20 
- 00014272  0x00002c50 call  0x00002a8f 
- 00014273  0x00002c51 arg  0x00000010 , 0x00000039 
- 00014274  0x00002c53 call  0x000037dc 
- 00014275  0x00002c54 fetch  0x00000002 , 0x00004787 
- 00014276  0x00002c55 bbit1  0x00000000 , 0x000037c9 
- 00014277  0x00002c56 setarg  0x00001c20 
- 00014278  0x00002c57 call  0x00002a8f 
- 00014279  0x00002c58 call  0x000037e0 
- 00014280  0x00002c59 branch  0x000037cc 
- 00014281  0x00002c5c setarg  0x00003840 
- 00014282  0x00002c5d call  0x00002a8f 
- 00014283  0x00002c5e call  0x000037e0 
- 00014284  0x00002c60 setarg  0x00001c20 
- 00014285  0x00002c61 call  0x00002a8f 
- 00014286  0x00002c62 fetch  0x00000002 , 0x00004787 
- 00014287  0x00002c63 rshift  0x0000003f , 0x0000003f 
- 00014288  0x00002c64 store  0x00000002 , 0x00004787 
- 00014289  0x00002c65 loop  0x000037c2 
- 00014290  0x00002c67 jam  0x00000002 , 0x000047f1 
- 00014291  0x00002c68 jam  0x00000001 , 0x000047f2 
- 00014292  0x00002c69 setarg  0x00000a01 
- 00014293  0x00002c6a store  0x00000002 , 0x00004752 
- 00014294  0x00002c6b fetch  0x00000001 , 0x000047b9 
- 00014295  0x00002c6c beq  0x00000003 , 0x000037d9 
- 00014296  0x00002c6e branch  0x00003762 
- 00014297  0x00002c70 setarg  0x00000a01 
- 00014298  0x00002c71 store  0x00000002 , 0x00004754 
- 00014299  0x00002c72 branch  0x00003762 
- 00014300  0x00002c75 hfetch  0x00000001 , 0x00008085 
- 00014301  0x00002c76 or_into  0x00000040 , 0x0000003f 
- 00014302  0x00002c77 hstore  0x00000001 , 0x00008085 
- 00014303  0x00002c78 rtn 
- 00014304  0x00002c7a hfetch  0x00000001 , 0x00008085 
- 00014305  0x00002c7b and_into  0x000000bf , 0x0000003f 
- 00014306  0x00002c7c hstore  0x00000001 , 0x00008085 
- 00014307  0x00002c7d rtn 
- 00014308  0x00002c80 fetch  0x00000001 , 0x000047bb 
- 00014309  0x00002c81 rtneq  0x00000000 
- 00014310  0x00002c82 call  0x00002c65 
- 00014311  0x00002c83 fetcht  0x00000001 , 0x000047bc 
- 00014312  0x00002c84 storet  0x00000001 , 0x00004786 
- 00014313  0x00002c85 call  0x000067fb 
- 00014314  0x00002c86 call  0x00003847 
- 00014315  0x00002c87 nrtn  0x00000001 
- 00014316  0x00002c88 jam  0x00000001 , 0x0000479a 
- 00014317  0x00002c89 rtn 
- 00014318  0x00002c8c fetch  0x00000001 , 0x000047bb 
- 00014319  0x00002c8d rtneq  0x00000000 
- 00014320  0x00002c8e fetch  0x00000001 , 0x0000479b 
- 00014321  0x00002c8f nrtn  0x00000034 
- 00014322  0x00002c90 fetch  0x00000002 , 0x00004682 
- 00014323  0x00002c91 bbit1  0x00000009 , 0x000037f6 
- 00014324  0x00002c92 fetch  0x00000001 , 0x000047ea 
- 00014325  0x00002c93 rtnne  0x00000001 
- 00014326  0x00002c95 bpatch  0x000000d4 , 0x0000401a 
- 00014327  0x00002c96 call  0x00003847 
- 00014328  0x00002c97 nrtn  0x00000001 
- 00014329  0x00002c98 setarg  0x00008ca0 
- 00014330  0x00002c99 call  0x00002a8f 
- 00014331  0x00002c9a call  0x00003847 
- 00014332  0x00002c9b nrtn  0x00000001 
- 00014333  0x00002c9c call  0x0000383f 
- 00014334  0x00002c9e call  0x00003842 
- 00014335  0x00002c9f nrtn  0x00000002 
- 00014336  0x00002ca0 call  0x00003847 
- 00014337  0x00002ca1 branch  0x000037fe , 0x00000001 
- 00014338  0x00002ca2 arg  0x00000000 , 0x00000011 
- 00014339  0x00002ca3 arg  0x00000010 , 0x00000039 
- 00014340  0x00002ca4 call  0x0000383f 
- 00014341  0x00002ca6 call  0x00003842 
- 00014342  0x00002ca7 nrtn  0x00000002 
- 00014343  0x00002ca8 call  0x00003847 
- 00014344  0x00002ca9 nbranch  0x00003805 , 0x00000001 
- 00014345  0x00002caa setarg  0x00002a30 
- 00014346  0x00002cab call  0x00002a8f 
- 00014347  0x00002cac call  0x00003847 
- 00014348  0x00002cad branch  0x00003812 , 0x00000001 
- 00014349  0x00002caf setarg  0x00000000 
- 00014350  0x00002cb0 rshift  0x00000011 , 0x00000011 
- 00014351  0x00002cb1 ior  0x00000011 , 0x00000011 
- 00014352  0x00002cb2 loop  0x00003805 
- 00014353  0x00002cb3 branch  0x0000381b 
- 00014354  0x00002cb5 setarg  0x00008000 
- 00014355  0x00002cb6 rshift  0x00000011 , 0x00000011 
- 00014356  0x00002cb7 ior  0x00000011 , 0x00000011 
- 00014357  0x00002cb8 call  0x0000383f 
- 00014358  0x00002cba call  0x00003842 
- 00014359  0x00002cbb nrtn  0x00000002 
- 00014360  0x00002cbc call  0x00003847 
- 00014361  0x00002cbd branch  0x00003816 , 0x00000001 
- 00014362  0x00002cbe loop  0x00003805 
- 00014363  0x00002cc0 bpatch  0x000000d5 , 0x0000401a 
- 00014364  0x00002cc1 copy  0x00000011 , 0x0000003f 
- 00014365  0x00002cc2 store  0x00000002 , 0x00004789 
- 00014366  0x00002cc3 store  0x00000002 , 0x00004797 
- 00014367  0x00002cc4 fetch  0x00000001 , 0x000047ea 
- 00014368  0x00002cc5 beq  0x00000001 , 0x00003827 
- 00014369  0x00002cc7 arg  0x00000007 , 0x00000039 
- 00014370  0x00002cc8 arg  0x00004792 , 0x00000006 
- 00014371  0x00002cc9 call  0x000036f0 
- 00014372  0x00002cca store  0x00000001 , 0x00004799 
- 00014373  0x00002ccb arg  0x0000478f , 0x00000011 
- 00014374  0x00002ccc branch  0x00007e3d 
- 00014375  0x00002ccf fetch  0x00000001 , 0x000047ef 
- 00014376  0x00002cd0 increase  0x00000001 , 0x0000003f 
- 00014377  0x00002cd1 store  0x00000001 , 0x000047ef 
- 00014378  0x00002cd2 div  0x0000003f , 0x00000002 
- 00014379  0x00002cd3 call  0x00007f86 
- 00014380  0x00002cd4 quotient  0x00000002 
- 00014381  0x00002cd5 remainder  0x0000003f 
- 00014382  0x00002cd6 nbranch  0x00003838 , 0x00000034 
- 00014383  0x00002cd8 fetch  0x00000001 , 0x000047bf 
- 00014384  0x00002cd9 isub  0x00000002 , 0x0000003e 
- 00014385  0x00002cda call  0x0000383d , 0x00000005 
- 00014386  0x00002cdb arg  0x0000479c , 0x0000003f 
- 00014387  0x00002cdc increase  0xffffffff , 0x00000002 
- 00014388  0x00002cdd iadd  0x00000002 , 0x00000011 
- 00014389  0x00002cde arg  0x00000000 , 0x0000003f 
- 00014390  0x00002cdf istore  0x00000001 , 0x00000011 
- 00014391  0x00002ce0 rtn 
- 00014392  0x00002ce2 arg  0x0000479c , 0x0000003f 
- 00014393  0x00002ce3 iadd  0x00000002 , 0x00000011 
- 00014394  0x00002ce4 arg  0x00000002 , 0x0000003f 
- 00014395  0x00002ce5 istore  0x00000001 , 0x00000011 
- 00014396  0x00002ce6 rtn 
- 00014397  0x00002ce8 jam  0x00000001 , 0x000047f0 
- 00014398  0x00002ce9 rtn 
- 00014399  0x00002ceb copy  0x00000022 , 0x0000003f 
- 00014400  0x00002cec store  0x00000004 , 0x0000478b 
- 00014401  0x00002ced rtn 
- 00014402  0x00002cef copy  0x00000022 , 0x0000003f 
- 00014403  0x00002cf0 fetcht  0x00000004 , 0x0000478b 
- 00014404  0x00002cf1 isub  0x00000002 , 0x0000003f 
- 00014405  0x00002cf2 sub  0x0000003f , 0x000000c8 , 0x0000003e 
- 00014406  0x00002cf3 rtn 
- 00014407  0x00002cf6 fetcht  0x00000001 , 0x00004786 
- 00014408  0x00002cf7 branch  0x0000681d 
- 00014409  0x00002cfa fetch  0x00000008 , 0x00004752 
- 00014410  0x00002cfb store  0x00000008 , 0x0000479c 
- 00014411  0x00002cfc rtn 
- 00014412  0x00002cff fetch  0x00000001 , 0x000047b9 
- 00014413  0x00002d00 store  0x00000001 , 0x000047af 
- 00014414  0x00002d01 fetch  0x00000001 , 0x000047ba 
- 00014415  0x00002d02 store  0x00000001 , 0x000047b0 
- 00014416  0x00002d03 fetch  0x00000001 , 0x000047bb 
- 00014417  0x00002d04 store  0x00000001 , 0x000047b1 
- 00014418  0x00002d05 arg  0x0000000d , 0x00000039 
- 00014419  0x00002d06 arg  0x000047aa , 0x00000006 
- 00014420  0x00002d07 call  0x000036f0 
- 00014421  0x00002d08 store  0x00000001 , 0x000047b7 
- 00014422  0x00002d09 arg  0x000047a7 , 0x00000011 
- 00014423  0x00002d0a branch  0x00007e3d 
- 00014424  0x00002d11 call  0x000065c2 
- 00014425  0x00002d12 jam  0x0000007a , 0x000046f6 
- 00014426  0x00002d13 call  0x0000386d 
- 00014427  0x00002d14 call  0x00003867 
- 00014428  0x00002d15 setarg  0x00003860 
- 00014429  0x00002d16 store  0x00000002 , 0x000041fd 
- 00014430  0x00002d17 arg  0x00000000 , 0x00000011 
- 00014431  0x00002d18 branch  0x000069a6 
- 00014432  0x00002d1b fetch  0x00000002 , 0x000046a1 
- 00014433  0x00002d1c rtn  0x00000034 
- 00014434  0x00002d1d increase  0xffffffff , 0x0000003f 
- 00014435  0x00002d1e store  0x00000002 , 0x000046a1 
- 00014436  0x00002d1f rtnne  0x00000000 
- 00014437  0x00002d20 jam  0x00000000 , 0x000046a0 
- 00014438  0x00002d21 rtn 
- 00014439  0x00002d24 bpatch  0x000000d6 , 0x0000401a 
- 00014440  0x00002d25 fetch  0x00000001 , 0x000046a4 
- 00014441  0x00002d26 sub  0x0000003f , 0x00000028 , 0x0000003e 
- 00014442  0x00002d27 rtn  0x00000002 
- 00014443  0x00002d28 jam  0x00000000 , 0x000046a4 
- 00014444  0x00002d29 rtn 
- 00014445  0x00002d2c arg  0x000046a4 , 0x00000011 
- 00014446  0x00002d2d arg  0x00000000 , 0x00000012 
- 00014447  0x00002d2e arg  0x00000051 , 0x00000002 
- 00014448  0x00002d2f branch  0x000065df 
- 00014449  0x00002d33 disable  0x00000028 
- 00014450  0x00002d34 fetch  0x00000001 , 0x000046a3 
- 00014451  0x00002d35 copy  0x0000003f , 0x00000039 
- 00014452  0x00002d37 arg  0x000046a5 , 0x00000011 
- 00014453  0x00002d38 copy  0x00000013 , 0x00000012 
- 00014454  0x00002d3a bpatch  0x000000d7 , 0x0000401a 
- 00014455  0x00002d3b call  0x0000387c 
- 00014456  0x00002d3c branch  0x00007fe7 , 0x00000005 
- 00014457  0x00002d3e increase  0x00000004 , 0x00000011 
- 00014458  0x00002d3f loop  0x00003876 
- 00014459  0x00002d40 rtn 
- 00014460  0x00002d44 bpatch  0x000000d8 , 0x0000401b 
- 00014461  0x00002d45 ifetch  0x00000003 , 0x00000011 
- 00014462  0x00002d46 ifetcht  0x00000003 , 0x00000012 
- 00014463  0x00002d47 isub  0x00000002 , 0x0000003e 
- 00014464  0x00002d48 rtn 
- 00014465  0x00002d4b bpatch  0x000000d9 , 0x0000401b 
- 00014466  0x00002d4c ifetch  0x00000003 , 0x00000011 
- 00014467  0x00002d4d ifetcht  0x00000003 , 0x00000012 
- 00014468  0x00002d4e isub  0x00000002 , 0x0000003e 
- 00014469  0x00002d4f nrtn  0x00000005 
- 00014470  0x00002d50 ifetch  0x00000001 , 0x00000006 
- 00014471  0x00002d51 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00014472  0x00002d52 rtn  0x00000005 
- 00014473  0x00002d53 add  0x00000011 , 0x00000003 , 0x00000006 
- 00014474  0x00002d54 ifetcht  0x00000001 , 0x00000006 
- 00014475  0x00002d55 isub  0x00000002 , 0x0000003e 
- 00014476  0x00002d56 rtn 
- 00014477  0x00002d5a bpatch  0x000000da , 0x0000401b 
- 00014478  0x00002d5b disable  0x00000028 
- 00014479  0x00002d5c fetch  0x00000001 , 0x000046a3 
- 00014480  0x00002d5d copy  0x0000003f , 0x00000039 
- 00014481  0x00002d5f arg  0x000046a5 , 0x00000011 
- 00014482  0x00002d60 copy  0x00000013 , 0x00000012 
- 00014483  0x00002d62 call  0x00003881 
- 00014484  0x00002d63 branch  0x00007fe7 , 0x00000005 
- 00014485  0x00002d64 increase  0x00000004 , 0x00000011 
- 00014486  0x00002d65 loop  0x00003893 
- 00014487  0x00002d66 rtn 
- 00014488  0x00002d6a fetch  0x00000001 , 0x00000004 
- 00014489  0x00002d6b increase  0x00000001 , 0x0000003f 
- 00014490  0x00002d6c store  0x00000001 , 0x00000004 
- 00014491  0x00002d6d arg  0x000002e5 , 0x00000013 
- 00014492  0x00002d70 ifetch  0x00000002 , 0x00000013 
- 00014493  0x00002d71 arg  0x000055aa , 0x00000002 
- 00014494  0x00002d72 isub  0x00000002 , 0x0000003e 
- 00014495  0x00002d73 nrtn  0x00000005 
- 00014496  0x00002d74 copy  0x00000006 , 0x00000013 
- 00014497  0x00002d75 ifetcht  0x00000003 , 0x00000013 
- 00014498  0x00002d76 setarg  0x00ffffff 
- 00014499  0x00002d77 isub  0x00000002 , 0x0000003e 
- 00014500  0x00002d78 branch  0x000038a8 , 0x00000005 
- 00014501  0x00002d79 call  0x0000388d 
- 00014502  0x00002d7a branch  0x000038a8 , 0x00000028 
- 00014503  0x00002d7b rtn 
- 00014504  0x00002d7e bpatch  0x000000db , 0x0000401b 
- 00014505  0x00002d7f increase  0x00000004 , 0x00000013 
- 00014506  0x00002d80 ifetch  0x00000001 , 0x00000013 
- 00014507  0x00002d81 fetcht  0x00000001 , 0x000046f6 
- 00014508  0x00002d82 isub  0x00000002 , 0x0000003e 
- 00014509  0x00002d83 rtn  0x00000005 
- 00014510  0x00002d84 store  0x00000001 , 0x000046f6 
- 00014511  0x00002d85 fetch  0x00000001 , 0x00000003 
- 00014512  0x00002d86 increase  0x00000001 , 0x0000003f 
- 00014513  0x00002d87 store  0x00000001 , 0x00000003 
- 00014514  0x00002d89 increase  0x00000001 , 0x00000013 
- 00014515  0x00002d8a ifetch  0x00000001 , 0x00000013 
- 00014516  0x00002d8b store  0x00000001 , 0x000046f5 
- 00014517  0x00002d8c copy  0x0000003f , 0x00000039 
- 00014518  0x00002d8d rtn  0x00000034 
- 00014519  0x00002d8f ifetch  0x00000001 , 0x00000006 
- 00014520  0x00002d90 beq  0x00000000 , 0x000038c2 
- 00014521  0x00002d91 beq  0x00000001 , 0x000038cf 
- 00014522  0x00002d92 beq  0x00000002 , 0x000038d4 
- 00014523  0x00002d93 beq  0x00000003 , 0x000038d9 
- 00014524  0x00002d94 beq  0x00000004 , 0x000038de 
- 00014525  0x00002d95 beq  0x00000005 , 0x000038e3 
- 00014526  0x00002d96 beq  0x00000006 , 0x000038e8 
- 00014527  0x00002d97 beq  0x000000ff , 0x000038ea 
- 00014528  0x00002d98 loop  0x000038b7 
- 00014529  0x00002d99 rtn 
- 00014530  0x00002d9c copy  0x00000006 , 0x00000013 
- 00014531  0x00002d9d fetch  0x00000001 , 0x0000469a 
- 00014532  0x00002d9e store  0x00000001 , 0x00000a9a 
- 00014533  0x00002d9f arg  0x00000000 , 0x00000002 
- 00014534  0x00002da1 storet  0x00000001 , 0x00000a9b 
- 00014535  0x00002da2 setarg  0x00002710 
- 00014536  0x00002da3 store  0x00000003 , 0x00000a9c 
- 00014537  0x00002da4 ifetch  0x00000001 , 0x00000013 
- 00014538  0x00002da5 store  0x00000001 , 0x00000a9f 
- 00014539  0x00002da6 call  0x000069ae 
- 00014540  0x00002da7 and  0x00000013 , 0x00000001 , 0x00000006 
- 00014541  0x00002da8 loop  0x000038b7 
- 00014542  0x00002da9 rtn 
- 00014543  0x00002dab copy  0x00000013 , 0x00000006 
- 00014544  0x00002dac fetch  0x00000001 , 0x0000469b 
- 00014545  0x00002dad store  0x00000001 , 0x00000a9a 
- 00014546  0x00002dae arg  0x00000001 , 0x00000002 
- 00014547  0x00002daf branch  0x000038c6 
- 00014548  0x00002db1 copy  0x00000013 , 0x00000006 
- 00014549  0x00002db2 fetch  0x00000001 , 0x0000469c 
- 00014550  0x00002db3 store  0x00000001 , 0x00000a9a 
- 00014551  0x00002db4 arg  0x00000002 , 0x00000002 
- 00014552  0x00002db5 branch  0x000038c6 
- 00014553  0x00002db7 copy  0x00000013 , 0x00000006 
- 00014554  0x00002db8 fetch  0x00000001 , 0x0000469d 
- 00014555  0x00002db9 store  0x00000001 , 0x00000a9a 
- 00014556  0x00002dba arg  0x00000003 , 0x00000002 
- 00014557  0x00002dbb branch  0x000038c6 
- 00014558  0x00002dbd copy  0x00000013 , 0x00000006 
- 00014559  0x00002dbe fetch  0x00000001 , 0x0000469e 
- 00014560  0x00002dbf store  0x00000001 , 0x00000a9a 
- 00014561  0x00002dc0 arg  0x00000004 , 0x00000002 
- 00014562  0x00002dc1 branch  0x000038c6 
- 00014563  0x00002dc3 copy  0x00000013 , 0x00000006 
- 00014564  0x00002dc4 fetch  0x00000001 , 0x0000469f 
- 00014565  0x00002dc5 store  0x00000001 , 0x00000a9a 
- 00014566  0x00002dc6 arg  0x00000005 , 0x00000002 
- 00014567  0x00002dc7 branch  0x000038c6 
- 00014568  0x00002dca ifetch  0x00000001 , 0x00000006 
- 00014569  0x00002dcb rtn 
- 00014570  0x00002dce copy  0x00000006 , 0x00000013 
- 00014571  0x00002dcf fetch  0x00000001 , 0x000046a0 
- 00014572  0x00002dd0 bne  0x00000001 , 0x000038ee 
- 00014573  0x00002dd1 call  0x000038f0 
- 00014574  0x00002dd3 and  0x00000013 , 0x00000004 , 0x00000006 
- 00014575  0x00002dd4 rtn 
- 00014576  0x00002dd6 bpatch  0x000000dc , 0x0000401b 
- 00014577  0x00002dd7 call  0x00003871 
- 00014578  0x00002dd8 branch  0x000038fe , 0x00000028 
- 00014579  0x00002dd9 fetch  0x00000001 , 0x000046a4 
- 00014580  0x00002dda copy  0x0000003f , 0x00000002 
- 00014581  0x00002ddb increase  0x00000001 , 0x0000003f 
- 00014582  0x00002ddc store  0x00000001 , 0x000046a4 
- 00014583  0x00002ddd call  0x00003867 
- 00014584  0x00002dde lshift2  0x00000002 , 0x00000002 
- 00014585  0x00002ddf setarg  0x000046a5 
- 00014586  0x00002de0 iadd  0x00000002 , 0x00000005 
- 00014587  0x00002de1 ifetch  0x00000004 , 0x00000013 
- 00014588  0x00002de2 istore  0x00000004 , 0x00000005 
- 00014589  0x00002de3 branch  0x00003903 
- 00014590  0x00002de5 add  0x00000013 , 0x00000003 , 0x00000006 
- 00014591  0x00002de6 ifetch  0x00000001 , 0x00000006 
- 00014592  0x00002de7 rtn  0x00000034 
- 00014593  0x00002de8 ifetch  0x00000004 , 0x00000013 
- 00014594  0x00002de9 istore  0x00000004 , 0x00000011 
- 00014595  0x00002deb arg  0x000046a4 , 0x00000011 
- 00014596  0x00002dec arg  0x00000000 , 0x00000012 
- 00014597  0x00002ded arg  0x00000051 , 0x00000002 
- 00014598  0x00002dee branch  0x00006606 
- 00014599  0x00002df6 fetcht  0x00000001 , 0x0000469a 
- 00014600  0x00002df7 call  0x00006825 
- 00014601  0x00002df8 rtn 
- 00014602  0x00002dfe fetcht  0x00000001 , 0x0000469a 
- 00014603  0x00002dff call  0x00006829 
- 00014604  0x00002e02 fetcht  0x00000001 , 0x0000469a 
- 00014605  0x00002e03 call  0x00006825 
- 00014606  0x00002e06 call  0x0000391d 
- 00014607  0x00002e08 fetch  0x00000001 , 0x000046a7 
- 00014608  0x00002e09 nrtn  0x00000034 
- 00014609  0x00002e0b call  0x00002c29 
- 00014610  0x00002e0c hfetch  0x00000004 , 0x00008138 
- 00014611  0x00002e0d set0  0x0000000f , 0x0000003f 
- 00014612  0x00002e0e hstore  0x00000004 , 0x0000804c 
- 00014613  0x00002e0f call  0x00002c21 
- 00014614  0x00002e10 arg  0xffffffff , 0x00000002 
- 00014615  0x00002e11 branch  0x00002b2a 
- 00014616  0x00002e14 fetch  0x00000001 , 0x000046a7 
- 00014617  0x00002e15 branch  0x000056f9 , 0x00000034 
- 00014618  0x00002e16 increase  0xffffffff , 0x0000003f 
- 00014619  0x00002e17 store  0x00000001 , 0x000046a7 
- 00014620  0x00002e18 branch  0x000056f9 
- 00014621  0x00002e1b mul32  0x0000003f , 0x00000014 , 0x0000003f 
- 00014622  0x00002e1c arg  0x000046a8 , 0x00000006 
- 00014623  0x00002e1d iadd  0x00000006 , 0x00000006 
- 00014624  0x00002e1e ifetch  0x00000001 , 0x00000006 
- 00014625  0x00002e1f rtn  0x00000034 
- 00014626  0x00002e20 copy  0x0000003f , 0x00000011 
- 00014627  0x00002e21 copy  0x00000011 , 0x00000039 
- 00014628  0x00002e22 arg  0x00004372 , 0x00000005 
- 00014629  0x00002e23 call  0x00007f01 
- 00014630  0x00002e24 copy  0x00000011 , 0x0000003f 
- 00014631  0x00002e25 increase  0x00000002 , 0x0000003f 
- 00014632  0x00002e26 store  0x00000001 , 0x0000436f 
- 00014633  0x00002e27 rtn 
- 00014634  0x00002e30 rtn  0x0000002b 
- 00014635  0x00002e31 call  0x000057a3 
- 00014636  0x00002e32 call  0x000068a8 
- 00014637  0x00002e33 setarg  0x00003982 
- 00014638  0x00002e34 store  0x00000002 , 0x000041f3 
- 00014639  0x00002e35 setarg  0x0000396e 
- 00014640  0x00002e36 store  0x00000002 , 0x000041f1 
- 00014641  0x00002e37 setarg  0x00003986 
- 00014642  0x00002e38 store  0x00000002 , 0x000041f5 
- 00014643  0x00002e39 setarg  0x0000396d 
- 00014644  0x00002e3a store  0x00000002 , 0x000041ef 
- 00014645  0x00002e3b setarg  0x00003969 
- 00014646  0x00002e3c store  0x00000002 , 0x000041e9 
- 00014647  0x00002e3d setarg  0x00003ab7 
- 00014648  0x00002e3e store  0x00000002 , 0x000041fb 
- 00014649  0x00002e3f setarg  0x00003c32 
- 00014650  0x00002e40 store  0x00000002 , 0x0000456f 
- 00014651  0x00002e41 setarg  0x00003cc2 
- 00014652  0x00002e42 store  0x00000002 , 0x000041f9 
- 00014653  0x00002e43 setarg  0x00003cd7 
- 00014654  0x00002e44 store  0x00000002 , 0x000041fd 
- 00014655  0x00002e46 call  0x0000397f 
- 00014656  0x00002e47 bpatch  0x000000dd , 0x0000401b 
- 00014657  0x00002e48 call  0x00003945 
- 00014658  0x00002e49 call  0x00003964 
- 00014659  0x00002e4a call  0x00002c6f 
- 00014660  0x00002e4b branch  0x00003c48 
- 00014661  0x00002e4f fetch  0x00000004 , 0x000046aa 
- 00014662  0x00002e50 hstore  0x00000004 , 0x00008054 
- 00014663  0x00002e52 fetch  0x00000004 , 0x000046ae 
- 00014664  0x00002e53 hstore  0x00000004 , 0x0000805a 
- 00014665  0x00002e55 hfetch  0x00000001 , 0x00008081 
- 00014666  0x00002e56 or_into  0x00000004 , 0x0000003f 
- 00014667  0x00002e57 and_into  0x000000fc , 0x0000003f 
- 00014668  0x00002e58 hstore  0x00000001 , 0x00008081 
- 00014669  0x00002e59 jam  0x00000000 , 0x00008062 
- 00014670  0x00002e5b fetch  0x00000002 , 0x000046aa 
- 00014671  0x00002e5c hstore  0x00000002 , 0x00008058 
- 00014672  0x00002e5d fetch  0x00000002 , 0x000046ae 
- 00014673  0x00002e5e hstore  0x00000002 , 0x0000805e 
- 00014674  0x00002e5f hstore  0x00000002 , 0x00008060 
- 00014675  0x00002e61 hfetch  0x00000004 , 0x00008078 
- 00014676  0x00002e62 set1  0x00000007 , 0x0000003f 
- 00014677  0x00002e63 hstore  0x00000004 , 0x00008078 
- 00014678  0x00002e65 hfetch  0x00000002 , 0x00008050 
- 00014679  0x00002e66 set0  0x0000000f , 0x0000003f 
- 00014680  0x00002e67 hstore  0x00000002 , 0x00008050 
- 00014681  0x00002e68 call  0x000066ce 
- 00014682  0x00002e69 jam  0x00000000 , 0x00008043 
- 00014683  0x00002e6a jam  0x00000081 , 0x00008062 
- 00014684  0x00002e6c fetch  0x00000001 , 0x000046bf 
- 00014685  0x00002e6d isolate1  0x00000000 , 0x0000003f 
- 00014686  0x00002e6e hfetcht  0x00000001 , 0x00008062 
- 00014687  0x00002e6f setflag  0x00000001 , 0x00000004 , 0x00000002 
- 00014688  0x00002e70 hstoret  0x00000001 , 0x00008062 
- 00014689  0x00002e71 rtn 
- 00014690  0x00002e76 call  0x0000397f 
- 00014691  0x00002e77 branch  0x00003945 
- 00014692  0x00002e7f fetcht  0x00000001 , 0x0000469e 
- 00014693  0x00002e80 call  0x0000680e 
- 00014694  0x00002e81 call  0x000039e6 
- 00014695  0x00002e83 fetcht  0x00000001 , 0x0000469c 
- 00014696  0x00002e84 branch  0x000067fb 
- 00014697  0x00002e87 fetcht  0x00000001 , 0x0000469c 
- 00014698  0x00002e88 call  0x0000681d 
- 00014699  0x00002e89 nbranch  0x000033d2 , 0x00000001 
- 00014700  0x00002e8a branch  0x000033d0 
- 00014701  0x00002e8e rtn 
- 00014702  0x00002e91 call  0x00003970 
- 00014703  0x00002e92 branch  0x00003ce9 
- 00014704  0x00002e95 fetch  0x00000001 , 0x00004682 
- 00014705  0x00002e96 bbit0  0x00000004 , 0x0000397f 
- 00014706  0x00002e97 bpatch  0x000000de , 0x0000401b 
- 00014707  0x00002e98 setarg  0x00003eff 
- 00014708  0x00002e99 fetcht  0x00000004 , 0x000046c5 
- 00014709  0x00002e9a iadd  0x00000002 , 0x00000002 
- 00014710  0x00002e9b copy  0x00000022 , 0x0000003f 
- 00014711  0x00002e9c isub  0x00000002 , 0x0000003e 
- 00014712  0x00002e9d nrtn  0x00000002 
- 00014713  0x00002e9e fetch  0x00000002 , 0x00004682 
- 00014714  0x00002e9f bbit1  0x00000005 , 0x0000397f 
- 00014715  0x00002ea0 fetch  0x00000001 , 0x000046bf 
- 00014716  0x00002ea1 rtnbit1  0x00000006 
- 00014717  0x00002ea2 call  0x00003cec 
- 00014718  0x00002ea3 call  0x0000340e 
- 00014719  0x00002ea5 copy  0x00000022 , 0x0000003f 
- 00014720  0x00002ea6 store  0x00000004 , 0x000046c5 
- 00014721  0x00002ea7 rtn 
- 00014722  0x00002eab call  0x00003ce9 
- 00014723  0x00002eac call  0x0000526e 
- 00014724  0x00002ead nrtn  0x00000034 
- 00014725  0x00002eae branch  0x000039eb 
- 00014726  0x00002eb2 copy  0x00000013 , 0x0000003f 
- 00014727  0x00002eb3 beq  0x00000001 , 0x000039d4 
- 00014728  0x00002eb4 beq  0x00000002 , 0x000039a3 
- 00014729  0x00002eb5 beq  0x00000004 , 0x000039d7 
- 00014730  0x00002eb6 beq  0x00000005 , 0x000039c4 
- 00014731  0x00002eb7 beq  0x00000008 , 0x000039aa 
- 00014732  0x00002eb8 beq  0x00000009 , 0x000039b1 
- 00014733  0x00002eb9 beq  0x0000000a , 0x000039c9 
- 00014734  0x00002eba beq  0x0000000b , 0x000039b6 
- 00014735  0x00002ebb beq  0x0000000c , 0x000039c2 
- 00014736  0x00002ebc beq  0x00000013 , 0x000039d7 
- 00014737  0x00002ebd beq  0x00000014 , 0x000039cf 
- 00014738  0x00002ebe beq  0x00000015 , 0x000039c6 
- 00014739  0x00002ebf beq  0x00000021 , 0x000039ca 
- 00014740  0x00002ec0 beq  0x00000023 , 0x000039cb 
- 00014741  0x00002ec1 beq  0x00000024 , 0x000039ce 
- 00014742  0x00002ec2 beq  0x00000030 , 0x00003c8a 
- 00014743  0x00002ec3 beq  0x00000031 , 0x00003c8c 
- 00014744  0x00002ec4 beq  0x00000032 , 0x00003c9a 
- 00014745  0x00002ec5 beq  0x00000033 , 0x00003c98 
- 00014746  0x00002ec6 beq  0x00000034 , 0x00003c84 
- 00014747  0x00002ec7 beq  0x00000035 , 0x00003c73 
- 00014748  0x00002ec8 beq  0x00000036 , 0x00003c82 
- 00014749  0x00002ec9 beq  0x00000037 , 0x00003c8e 
- 00014750  0x00002eca beq  0x00000038 , 0x00003c90 
- 00014751  0x00002ecb beq  0x0000003b , 0x00003ca1 
- 00014752  0x00002ecc beq  0x0000003d , 0x00003c6a 
- 00014753  0x00002ecd beq  0x00000041 , 0x000039d9 
- 00014754  0x00002ece rtn 
- 00014755  0x00002ed2 call  0x0000397f 
- 00014756  0x00002ed3 fetch  0x00000001 , 0x00004665 
- 00014757  0x00002ed4 ncall  0x00003c8e , 0x00000034 
- 00014758  0x00002ed5 call  0x000039d7 
- 00014759  0x00002ed6 fetch  0x00000002 , 0x00004682 
- 00014760  0x00002ed7 rtnbit0  0x00000004 
- 00014761  0x00002ed8 branch  0x000039b1 
- 00014762  0x00002edb fetch  0x00000002 , 0x00004682 
- 00014763  0x00002edc set1  0x00000004 , 0x0000003f 
- 00014764  0x00002edd store  0x00000002 , 0x00004682 
- 00014765  0x00002ede fetch  0x00000001 , 0x000046a7 
- 00014766  0x00002edf store  0x00000001 , 0x00004172 
- 00014767  0x00002ee0 call  0x000039e6 
- 00014768  0x00002ee1 branch  0x00003c1d 
- 00014769  0x00002ee6 fetch  0x00000002 , 0x00004682 
- 00014770  0x00002ee7 rtnbit0  0x00000004 
- 00014771  0x00002ee8 set0  0x00000004 , 0x0000003f 
- 00014772  0x00002ee9 store  0x00000002 , 0x00004682 
- 00014773  0x00002eea branch  0x00003c21 
- 00014774  0x00002ef0 call  0x0000397f 
- 00014775  0x00002ef3 fetch  0x00000002 , 0x00004042 
- 00014776  0x00002ef4 rshift  0x0000003f , 0x0000003f 
- 00014777  0x00002ef5 fetcht  0x00000002 , 0x000041e3 
- 00014778  0x00002ef6 isub  0x00000002 , 0x0000003e 
- 00014779  0x00002ef7 nbranch  0x000039bd , 0x00000005 
- 00014780  0x00002ef8 branch  0x00003416 
- 00014781  0x00002efa fetch  0x00000001 , 0x000046bf 
- 00014782  0x00002efb rtnbit1  0x00000005 
- 00014783  0x00002efc hfetch  0x00000002 , 0x00008112 
- 00014784  0x00002efd ncall  0x00003cf0 , 0x00000034 
- 00014785  0x00002efe branch  0x0000340c 
- 00014786  0x00002f01 call  0x00003cee 
- 00014787  0x00002f02 branch  0x00003418 
- 00014788  0x00002f05 call  0x0000397f 
- 00014789  0x00002f06 branch  0x000039dd 
- 00014790  0x00002f09 call  0x00005816 
- 00014791  0x00002f0a call  0x000039d7 
- 00014792  0x00002f0b branch  0x00003c23 
- 00014793  0x00002f0e branch  0x000033dd 
- 00014794  0x00002f12 branch  0x00003cee 
- 00014795  0x00002f16 fetch  0x00000001 , 0x000046bf 
- 00014796  0x00002f17 bbit0  0x00000005 , 0x0000340e 
- 00014797  0x00002f18 branch  0x00003cf2 
- 00014798  0x00002f1c branch  0x00003cf2 
- 00014799  0x00002f20 call  0x000058ba 
- 00014800  0x00002f21 call  0x000039dd 
- 00014801  0x00002f22 fetch  0x00000001 , 0x000046a8 
- 00014802  0x00002f23 store  0x00000001 , 0x00004172 
- 00014803  0x00002f24 branch  0x00003c1f 
- 00014804  0x00002f28 jam  0x00000000 , 0x00004661 
- 00014805  0x00002f29 call  0x00003cee 
- 00014806  0x00002f2a branch  0x00003cf2 
- 00014807  0x00002f2f call  0x00003a52 
- 00014808  0x00002f30 branch  0x000039db 
- 00014809  0x00002f34 call  0x00005cc9 
- 00014810  0x00002f35 branch  0x00005b02 
- 00014811  0x00002f39 fetcht  0x00000001 , 0x0000469e 
- 00014812  0x00002f3a branch  0x00006829 
- 00014813  0x00002f3d call  0x000039df 
- 00014814  0x00002f3e branch  0x000039e6 
- 00014815  0x00002f41 fetch  0x00000001 , 0x000046a1 
- 00014816  0x00002f42 isolate1  0x00000000 , 0x0000003f 
- 00014817  0x00002f43 call  0x000033f0 , 0x00000001 
- 00014818  0x00002f44 fetch  0x00000001 , 0x000046a1 
- 00014819  0x00002f45 isolate1  0x00000001 , 0x0000003f 
- 00014820  0x00002f46 call  0x000033f8 , 0x00000001 
- 00014821  0x00002f47 rtn 
- 00014822  0x00002f49 fetcht  0x00000001 , 0x0000469e 
- 00014823  0x00002f4a branch  0x00006825 
- 00014824  0x00002f4d fetch  0x00000001 , 0x0000456b 
- 00014825  0x00002f4e rtneq  0x00000000 
- 00014826  0x00002f4f branch  0x00006c28 
- 00014827  0x00002f52 hfetch  0x00000001 , 0x0000810c 
- 00014828  0x00002f53 bbit1  0x00000003 , 0x000039e8 
- 00014829  0x00002f54 call  0x000066cb 
- 00014830  0x00002f55 ifetch  0x00000001 , 0x00000003 
- 00014831  0x00002f56 bne  0x00000001 , 0x00003a01 
- 00014832  0x00002f57 hfetch  0x00000002 , 0x00008112 
- 00014833  0x00002f58 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00014834  0x00002f59 rtn  0x00000002 
- 00014835  0x00002f5a ifetch  0x00000001 , 0x00000003 
- 00014836  0x00002f5b store  0x00000001 , 0x00000b03 
- 00014837  0x00002f5c ifetcht  0x00000001 , 0x00000003 
- 00014838  0x00002f5d copy  0x00000003 , 0x00000011 
- 00014839  0x00002f5e storet  0x00000001 , 0x00000b04 
- 00014840  0x00002f5f add  0x00000002 , 0x00000003 , 0x00000002 
- 00014841  0x00002f60 hfetch  0x00000002 , 0x00008112 
- 00014842  0x00002f61 isub  0x00000002 , 0x00000002 
- 00014843  0x00002f62 nrtn  0x00000002 
- 00014844  0x00002f63 jam  0x00000001 , 0x00000b05 
- 00014845  0x00002f64 call  0x00003a17 
- 00014846  0x00002f65 fetch  0x00000001 , 0x00000b05 
- 00014847  0x00002f66 rtneq  0x00000000 
- 00014848  0x00002f67 branch  0x00003a12 
- 00014849  0x00002f6a call  0x00007ec1 
- 00014850  0x00002f6b call  0x00003c79 
- 00014851  0x00002f6c branch  0x00003a04 
- 00014852  0x00002f70 bpatch  0x000000df , 0x0000401b 
- 00014853  0x00002f71 hfetch  0x00000002 , 0x00008112 
- 00014854  0x00002f72 rtn  0x00000034 
- 00014855  0x00002f73 call  0x000066cb 
- 00014856  0x00002f74 ifetch  0x00000001 , 0x00000003 
- 00014857  0x00002f75 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00014858  0x00002f76 ncall  0x00003a16 , 0x00000005 
- 00014859  0x00002f77 nbranch  0x00003a04 , 0x00000005 
- 00014860  0x00002f78 ifetch  0x00000001 , 0x00000003 
- 00014861  0x00002f79 rtneq  0x00000005 
- 00014862  0x00002f7a rtneq  0x00000029 
- 00014863  0x00002f7b increase  0xffffffff , 0x00000003 
- 00014864  0x00002f7c call  0x00003a16 
- 00014865  0x00002f7d branch  0x00003a04 
- 00014866  0x00002f80 call  0x000066cb 
- 00014867  0x00002f81 increase  0x00000002 , 0x00000003 
- 00014868  0x00002f82 ifetch  0x00000001 , 0x00000003 
- 00014869  0x00002f83 iadd  0x00000003 , 0x00000003 
- 00014870  0x00002f85 branch  0x000066c8 
- 00014871  0x00002f89 bpatch  0x000000e0 , 0x0000401c 
- 00014872  0x00002f8a fetch  0x00000001 , 0x00000b03 
- 00014873  0x00002f8b beq  0x00000000 , 0x00003a3f 
- 00014874  0x00002f8c beq  0x00000001 , 0x00003a44 
- 00014875  0x00002f8d beq  0x00000002 , 0x00003a49 
- 00014876  0x00002f8e beq  0x00000003 , 0x00003a5f 
- 00014877  0x00002f8f beq  0x00000004 , 0x00003a6b 
- 00014878  0x00002f90 beq  0x00000005 , 0x00003a75 
- 00014879  0x00002f91 beq  0x00000009 , 0x00003a9a 
- 00014880  0x00002f92 beq  0x0000000b , 0x00003ad7 
- 00014881  0x00002f93 beq  0x0000000c , 0x00003ad8 
- 00014882  0x00002f94 beq  0x0000000d , 0x00003aec 
- 00014883  0x00002f95 beq  0x0000000e , 0x00003af4 
- 00014884  0x00002f96 beq  0x0000000f , 0x00003afa 
- 00014885  0x00002f97 beq  0x00000010 , 0x00003b06 
- 00014886  0x00002f98 beq  0x00000011 , 0x00003b0e 
- 00014887  0x00002f99 beq  0x00000012 , 0x00003b12 
- 00014888  0x00002f9a beq  0x00000026 , 0x00003b16 
- 00014889  0x00002f9b beq  0x00000028 , 0x00003b1d 
- 00014890  0x00002f9c beq  0x00000029 , 0x00003b2d 
- 00014891  0x00002f9d beq  0x0000002a , 0x00003b36 
- 00014892  0x00002f9e beq  0x0000002b , 0x00003b69 
- 00014893  0x00002f9f beq  0x0000002c , 0x00003b6f 
- 00014894  0x00002fa0 beq  0x00000030 , 0x00003b76 
- 00014895  0x00002fa1 beq  0x00000031 , 0x00003b7c 
- 00014896  0x00002fa2 beq  0x00000032 , 0x00003b90 
- 00014897  0x00002fa3 beq  0x00000033 , 0x00003b98 
- 00014898  0x00002fa4 beq  0x00000034 , 0x00003bbb 
- 00014899  0x00002fa5 beq  0x00000035 , 0x00003bc4 
- 00014900  0x00002fa6 beq  0x00000036 , 0x00003bcd 
- 00014901  0x00002fa7 beq  0x00000037 , 0x00003bd7 
- 00014902  0x00002fa8 beq  0x00000038 , 0x00003bda 
- 00014903  0x00002fa9 beq  0x00000040 , 0x00003be2 
- 00014904  0x00002faa beq  0x00000042 , 0x00003bec 
- 00014905  0x00002fab beq  0x00000048 , 0x00003bf1 
- 00014906  0x00002fac beq  0x00000049 , 0x00003bfc 
- 00014907  0x00002fad beq  0x00000051 , 0x00003c02 
- 00014908  0x00002fae beq  0x00000061 , 0x00003c06 
- 00014909  0x00002faf beq  0x000000ff , 0x00003c15 
- 00014910  0x00002fb0 branch  0x00003c17 
- 00014911  0x00002fb6 fetch  0x00000001 , 0x00000b04 
- 00014912  0x00002fb7 bne  0x00000006 , 0x00003c17 
- 00014913  0x00002fb8 ifetch  0x00000006 , 0x00000003 
- 00014914  0x00002fb9 store  0x00000006 , 0x000040a0 
- 00014915  0x00002fba branch  0x00003c1a 
- 00014916  0x00002fbe fetch  0x00000001 , 0x00000b04 
- 00014917  0x00002fbf bne  0x00000006 , 0x00003c17 
- 00014918  0x00002fc0 ifetch  0x00000006 , 0x00000003 
- 00014919  0x00002fc1 store  0x00000006 , 0x000044a0 
- 00014920  0x00002fc2 branch  0x00003c1a 
- 00014921  0x00002fc7 fetch  0x00000001 , 0x00000b04 
- 00014922  0x00002fc8 bne  0x00000001 , 0x00003c17 
- 00014923  0x00002fc9 copy  0x00000011 , 0x00000003 
- 00014924  0x00002fca call  0x00003c1a 
- 00014925  0x00002fcb ifetcht  0x00000001 , 0x00000003 
- 00014926  0x00002fcc storet  0x00000001 , 0x000046a9 
- 00014927  0x00002fcd fetch  0x00000002 , 0x00004682 
- 00014928  0x00002fce rtnbit1  0x00000009 
- 00014929  0x00002fcf rtnbit1  0x00000000 
- 00014930  0x00002fd1 fetch  0x00000001 , 0x000046a1 
- 00014931  0x00002fd2 isolate1  0x00000000 , 0x0000003f 
- 00014932  0x00002fd3 nbranch  0x00003a58 , 0x00000001 
- 00014933  0x00002fd4 fetcht  0x00000001 , 0x000046a9 
- 00014934  0x00002fd5 and  0x00000002 , 0x00000003 , 0x0000003f 
- 00014935  0x00002fd6 store  0x00000001 , 0x00004093 
- 00014936  0x00002fd8 fetch  0x00000001 , 0x000046a1 
- 00014937  0x00002fd9 isolate1  0x00000001 , 0x0000003f 
- 00014938  0x00002fda nrtn  0x00000001 
- 00014939  0x00002fdb fetcht  0x00000001 , 0x000046a9 
- 00014940  0x00002fdc isolate1  0x00000002 , 0x00000002 
- 00014941  0x00002fdd branch  0x000033fa , 0x00000001 
- 00014942  0x00002fde branch  0x000033f8 
- 00014943  0x00002fe3 fetch  0x00000001 , 0x00000b04 
- 00014944  0x00002fe4 sub  0x0000003f , 0x00000043 , 0x0000003e 
- 00014945  0x00002fe5 nbranch  0x00003c17 , 0x00000002 
- 00014946  0x00002fe6 store  0x00000001 , 0x00004515 
- 00014947  0x00002fe7 arg  0x00000008 , 0x00000039 
- 00014948  0x00002fe8 call  0x00007ec6 
- 00014949  0x00002fe9 fetch  0x00000001 , 0x00000b04 
- 00014950  0x00002fea copy  0x0000003f , 0x00000039 
- 00014951  0x00002feb copy  0x00000011 , 0x00000003 
- 00014952  0x00002fec arg  0x00004516 , 0x00000005 
- 00014953  0x00002fed call  0x000066ea 
- 00014954  0x00002fee branch  0x00003c1a 
- 00014955  0x00002ff3 fetch  0x00000001 , 0x00000b04 
- 00014956  0x00002ff4 sub  0x0000003f , 0x0000001d , 0x0000003e 
- 00014957  0x00002ff5 nbranch  0x00003c17 , 0x00000002 
- 00014958  0x00002ff6 store  0x00000001 , 0x000043af 
- 00014959  0x00002ff7 copy  0x0000003f , 0x00000039 
- 00014960  0x00002ff8 copy  0x00000011 , 0x00000003 
- 00014961  0x00002ff9 arg  0x000043b0 , 0x00000005 
- 00014962  0x00002ffa call  0x000066ea 
- 00014963  0x00002ffb call  0x000057a3 
- 00014964  0x00002ffc branch  0x00003c1a 
- 00014965  0x00003001 fetch  0x00000001 , 0x00004682 
- 00014966  0x00003002 bbit0  0x00000004 , 0x00003c17 
- 00014967  0x00003003 call  0x000033ba 
- 00014968  0x00003004 branch  0x00003a86 , 0x00000001 
- 00014969  0x00003005 jam  0x00000000 , 0x00000b05 
- 00014970  0x00003007 call  0x0000397f 
- 00014971  0x00003008 fetch  0x00000001 , 0x00004568 
- 00014972  0x00003009 rtn  0x00000034 
- 00014973  0x0000300a fetch  0x00000002 , 0x00004573 
- 00014974  0x0000300b bne  0x00000000 , 0x00003a84 
- 00014975  0x0000300c fetch  0x00000001 , 0x00000b04 
- 00014976  0x0000300d store  0x00000002 , 0x00004573 
- 00014977  0x0000300f copy  0x00000011 , 0x00000003 
- 00014978  0x00003012 copy  0x00000003 , 0x0000003f 
- 00014979  0x00003013 store  0x00000002 , 0x00004571 
- 00014980  0x00003015 call  0x00003a88 
- 00014981  0x00003016 branch  0x00006c4d 
- 00014982  0x00003019 jam  0x00000000 , 0x00000b05 
- 00014983  0x0000301a branch  0x00003cd1 
- 00014984  0x0000301d call  0x00003a8e 
- 00014985  0x0000301e fetch  0x00000002 , 0x00004573 
- 00014986  0x0000301f fetcht  0x00000002 , 0x0000469f 
- 00014987  0x00003020 isub  0x00000002 , 0x0000003f 
- 00014988  0x00003021 store  0x00000002 , 0x00004573 
- 00014989  0x00003022 rtn 
- 00014990  0x00003025 fetch  0x00000002 , 0x00004573 
- 00014991  0x00003026 arg  0x0000006e , 0x00000002 
- 00014992  0x00003027 call  0x00007fdd 
- 00014993  0x00003028 fetcht  0x00000002 , 0x0000456c 
- 00014994  0x00003029 call  0x00007fdd 
- 00014995  0x0000302a fetcht  0x00000002 , 0x0000455e 
- 00014996  0x0000302b call  0x00007fdd 
- 00014997  0x0000302c store  0x00000002 , 0x0000469f 
- 00014998  0x0000302d rtn 
- 00014999  0x00003030 jam  0x00000001 , 0x00000b05 
- 00015000  0x00003031 jam  0x00000005 , 0x00000b03 
- 00015001  0x00003032 branch  0x00003c1a 
- 00015002  0x00003037 fetch  0x00000002 , 0x00004682 
- 00015003  0x00003038 bbit0  0x00000009 , 0x00003c17 
- 00015004  0x00003039 call  0x00003ad4 
- 00015005  0x0000303a branch  0x00003c17 , 0x00000028 
- 00015006  0x0000303b jam  0x00000000 , 0x00000b05 
- 00015007  0x0000303c fetch  0x00000001 , 0x000046bf 
- 00015008  0x0000303d bbit1  0x00000004 , 0x00003ab4 
- 00015009  0x0000303e fetch  0x00000001 , 0x000046c0 
- 00015010  0x0000303f nrtn  0x00000034 
- 00015011  0x00003040 jam  0x00000001 , 0x00000b05 
- 00015012  0x00003041 ifetch  0x00000002 , 0x00000003 
- 00015013  0x00003042 store  0x00000002 , 0x000046c1 
- 00015014  0x00003043 copy  0x00000003 , 0x0000003f 
- 00015015  0x00003044 store  0x00000002 , 0x000046c3 
- 00015016  0x00003045 fetch  0x00000001 , 0x00000b04 
- 00015017  0x00003046 pincrease  0xfffffffe 
- 00015018  0x00003047 nbranch  0x00003c17 , 0x00000002 
- 00015019  0x00003048 branch  0x00003c17 , 0x00000005 
- 00015020  0x00003049 store  0x00000001 , 0x000046c0 
- 00015021  0x0000304a jam  0x00000000 , 0x00000b05 
- 00015022  0x0000304b call  0x00005814 
- 00015023  0x0000304c call  0x00003ab7 
- 00015024  0x0000304d call  0x00003ab7 
- 00015025  0x0000304e call  0x00003ab7 
- 00015026  0x0000304f fetch  0x00000001 , 0x000046bf 
- 00015027  0x00003050 rtnbit0  0x00000004 
- 00015028  0x00003052 jam  0x00000001 , 0x00000b05 
- 00015029  0x00003053 call  0x00003cf6 
- 00015030  0x00003054 branch  0x00003c1a 
- 00015031  0x00003057 fetch  0x00000001 , 0x000046c0 
- 00015032  0x00003058 rtn  0x00000034 
- 00015033  0x00003059 call  0x00005892 
- 00015034  0x0000305a nrtn  0x00000034 
- 00015035  0x0000305b call  0x00003acf 
- 00015036  0x0000305c bpatch  0x000000e1 , 0x0000401c 
- 00015037  0x0000305d add  0x00000002 , 0xfffffffd , 0x0000003f 
- 00015038  0x0000305e fetcht  0x00000001 , 0x000046c0 
- 00015039  0x0000305f call  0x00007fdd 
- 00015040  0x00003060 copy  0x0000003f , 0x00000011 
- 00015041  0x00003061 copy  0x00000002 , 0x0000003f 
- 00015042  0x00003062 isub  0x00000011 , 0x0000003f 
- 00015043  0x00003063 store  0x00000001 , 0x000046c0 
- 00015044  0x00003064 fetcht  0x00000002 , 0x000046c1 
- 00015045  0x00003065 call  0x00005a64 
- 00015046  0x00003066 fetch  0x00000002 , 0x000046c3 
- 00015047  0x00003067 copy  0x0000003f , 0x00000003 
- 00015048  0x00003068 copy  0x00000011 , 0x00000039 
- 00015049  0x00003069 call  0x000066ea 
- 00015050  0x0000306a copy  0x00000003 , 0x0000003f 
- 00015051  0x0000306b store  0x00000002 , 0x000046c3 
- 00015052  0x0000306c fetch  0x00000001 , 0x000046c0 
- 00015053  0x0000306d nrtn  0x00000034 
- 00015054  0x0000306e branch  0x00003cf4 
- 00015055  0x00003073 arg  0x00000017 , 0x00000002 
- 00015056  0x00003074 fetch  0x00000001 , 0x000046bf 
- 00015057  0x00003075 rtnbit1  0x00000001 
- 00015058  0x00003076 fetcht  0x00000002 , 0x000044a8 
- 00015059  0x00003077 rtn 
- 00015060  0x0000307a fetch  0x00000001 , 0x000046bf 
- 00015061  0x0000307b bbit1  0x00000002 , 0x00005a42 
- 00015062  0x0000307c branch  0x00007fe9 
- 00015063  0x00003081 branch  0x00003c4c 
- 00015064  0x00003086 copy  0x00000011 , 0x00000003 
- 00015065  0x00003087 ifetch  0x00000001 , 0x00000003 
- 00015066  0x00003088 beq  0x00000000 , 0x00003adf 
- 00015067  0x00003089 beq  0x00000001 , 0x00003ae2 
- 00015068  0x0000308a beq  0x00000002 , 0x00003ae8 
- 00015069  0x0000308b beq  0x00000003 , 0x00003aea 
- 00015070  0x0000308c branch  0x00003c17 
- 00015071  0x0000308e call  0x0000612b 
- 00015072  0x0000308f jam  0x00000000 , 0x0000465a 
- 00015073  0x00003090 branch  0x00003c1a 
- 00015074  0x00003092 setarg  0x00040003 
- 00015075  0x00003094 store  0x00000003 , 0x0000465b 
- 00015076  0x00003095 store  0x00000001 , 0x00004662 
- 00015077  0x00003096 call  0x00006124 
- 00015078  0x00003097 jam  0x00000001 , 0x0000465a 
- 00015079  0x00003098 branch  0x00003c1a 
- 00015080  0x0000309a setarg  0x00040002 
- 00015081  0x0000309b branch  0x00003ae3 
- 00015082  0x0000309e setarg  0x00040001 
- 00015083  0x0000309f branch  0x00003ae3 
- 00015084  0x000030a3 fetch  0x00000001 , 0x00000b04 
- 00015085  0x000030a4 sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00015086  0x000030a5 nbranch  0x00003c17 , 0x00000002 
- 00015087  0x000030a6 store  0x00000001 , 0x00004689 
- 00015088  0x000030a7 copy  0x0000003f , 0x00000039 
- 00015089  0x000030a8 arg  0x0000468a , 0x00000005 
- 00015090  0x000030a9 call  0x000066fd 
- 00015091  0x000030aa branch  0x00003c1a 
- 00015092  0x000030af copy  0x00000011 , 0x00000003 
- 00015093  0x000030b0 ifetch  0x00000001 , 0x00000003 
- 00015094  0x000030b1 hfetcht  0x00000001 , 0x00008062 
- 00015095  0x000030b2 nsetflag  0x00000034 , 0x00000004 , 0x00000002 
- 00015096  0x000030b3 hstoret  0x00000001 , 0x00008062 
- 00015097  0x000030b4 branch  0x00003c1a 
- 00015098  0x000030b9 fetch  0x00000001 , 0x00000b04 
- 00015099  0x000030ba copy  0x0000003f , 0x00000039 
- 00015100  0x000030bb copy  0x00000011 , 0x00000003 
- 00015101  0x000030bc call  0x00007f58 
- 00015102  0x000030bd setarg  0x016e3600 
- 00015103  0x000030be idiv  0x00000002 
- 00015104  0x000030bf call  0x00007f86 
- 00015105  0x000030c0 quotient  0x0000003f 
- 00015106  0x000030c2 store  0x00000002 , 0x00004243 
- 00015107  0x000030c3 call  0x00003c1a 
- 00015108  0x000030c4 call  0x00007f9e 
- 00015109  0x000030c5 branch  0x000066ce 
- 00015110  0x000030ca arg  0x00000002 , 0x00000011 
- 00015111  0x000030cb arg  0x0000469a , 0x00000012 
- 00015112  0x000030cc arg  0x00000000 , 0x00000002 
- 00015113  0x000030cd branch  0x00003c25 
- 00015114  0x000030cf store  0x00000002 , 0x00000ac2 
- 00015115  0x000030d0 arg  0x00000ac2 , 0x00000012 
- 00015116  0x000030d1 arg  0x00000000 , 0x00000002 
- 00015117  0x000030d2 branch  0x00003c25 
- 00015118  0x000030d7 fetch  0x00000002 , 0x00004682 
- 00015119  0x000030d8 bbit0  0x00000000 , 0x00003c17 
- 00015120  0x000030da call  0x00003c1a 
- 00015121  0x000030db branch  0x000033e9 
- 00015122  0x000030e0 fetch  0x00000002 , 0x00004682 
- 00015123  0x000030e1 bbit0  0x00000009 , 0x00003c17 
- 00015124  0x000030e3 call  0x00003c1a 
- 00015125  0x000030e4 branch  0x00003402 
- 00015126  0x000030eb fetch  0x00000001 , 0x00000b04 
- 00015127  0x000030ec copy  0x0000003f , 0x00000039 
- 00015128  0x000030ed copy  0x00000011 , 0x00000003 
- 00015129  0x000030ee fetch  0x00000002 , 0x00004215 
- 00015130  0x000030ef icopy  0x00000005 
- 00015131  0x000030f0 call  0x000066ea 
- 00015132  0x000030f1 branch  0x00003c1a 
- 00015133  0x000030f6 fetch  0x00000001 , 0x00004682 
- 00015134  0x000030f7 bbit0  0x00000000 , 0x00003c17 
- 00015135  0x000030f8 ifetch  0x00000001 , 0x00000003 
- 00015136  0x000030f9 fetcht  0x00000001 , 0x00004661 
- 00015137  0x000030fa setflag  0x00000034 , 0x00000000 , 0x00000002 
- 00015138  0x000030fb set1  0x00000007 , 0x00000002 
- 00015139  0x000030fc storet  0x00000001 , 0x00004661 
- 00015140  0x000030fe call  0x00003c1a 
- 00015141  0x00003100 fetch  0x00000001 , 0x00004661 
- 00015142  0x00003101 bbit1  0x00000006 , 0x00003b2b 
- 00015143  0x00003102 rtn 
- 00015144  0x00003105 jam  0x00000000 , 0x00004661 
- 00015145  0x00003106 jam  0x00000021 , 0x00000a99 
- 00015146  0x00003107 branch  0x00007d8f 
- 00015147  0x0000310b bbit1  0x00000000 , 0x00005f95 
- 00015148  0x0000310c branch  0x00003b28 
- 00015149  0x00003111 fetch  0x00000001 , 0x00004682 
- 00015150  0x00003112 rtnbit0  0x00000004 
- 00015151  0x00003113 fetch  0x00000001 , 0x0000456b 
- 00015152  0x00003114 rtneq  0x00000000 
- 00015153  0x00003115 ifetch  0x00000001 , 0x00000003 
- 00015154  0x00003116 fetcht  0x00000001 , 0x00004569 
- 00015155  0x00003117 iadd  0x00000002 , 0x00000002 
- 00015156  0x00003118 storet  0x00000001 , 0x00004569 
- 00015157  0x00003119 rtn 
- 00015158  0x0000311e arg  0x00000040 , 0x00000039 
- 00015159  0x0000311f arg  0x0000436f , 0x00000005 
- 00015160  0x00003120 call  0x00007ed4 
- 00015161  0x00003121 setarg  0x00000000 
- 00015162  0x00003122 store  0x00000001 , 0x00000ab2 
- 00015163  0x00003123 copy  0x00000011 , 0x00000003 
- 00015164  0x00003125 copy  0x00000003 , 0x0000003f 
- 00015165  0x00003126 store  0x00000002 , 0x00000ab6 
- 00015166  0x00003127 call  0x00003b64 
- 00015167  0x00003129 fetch  0x00000001 , 0x00000ab2 
- 00015168  0x0000312a fetcht  0x00000001 , 0x00000aa2 
- 00015169  0x0000312b increase  0x00000001 , 0x00000002 
- 00015170  0x0000312c iadd  0x00000002 , 0x0000003f 
- 00015171  0x0000312d store  0x00000001 , 0x00000ab2 
- 00015172  0x0000312f sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00015173  0x00003130 nbranch  0x00003b50 , 0x00000002 
- 00015174  0x00003132 fetcht  0x00000001 , 0x0000436f 
- 00015175  0x00003133 setarg  0x00004370 
- 00015176  0x00003134 iadd  0x00000002 , 0x0000003f 
- 00015177  0x00003135 store  0x00000002 , 0x00000abb 
- 00015178  0x00003136 fetcht  0x00000001 , 0x00000aa2 
- 00015179  0x00003137 increase  0x00000001 , 0x00000002 
- 00015180  0x00003138 fetch  0x00000001 , 0x0000436f 
- 00015181  0x00003139 iadd  0x00000002 , 0x0000003f 
- 00015182  0x0000313a store  0x00000001 , 0x0000436f 
- 00015183  0x0000313b branch  0x00003b59 
- 00015184  0x0000313d fetcht  0x00000001 , 0x0000438f 
- 00015185  0x0000313e setarg  0x00004390 
- 00015186  0x0000313f iadd  0x00000002 , 0x0000003f 
- 00015187  0x00003140 store  0x00000002 , 0x00000abb 
- 00015188  0x00003141 fetcht  0x00000001 , 0x00000aa2 
- 00015189  0x00003142 increase  0x00000001 , 0x00000002 
- 00015190  0x00003143 fetch  0x00000001 , 0x0000438f 
- 00015191  0x00003144 iadd  0x00000002 , 0x0000003f 
- 00015192  0x00003145 store  0x00000001 , 0x0000438f 
- 00015193  0x00003147 fetch  0x00000002 , 0x00000abb 
- 00015194  0x00003148 copy  0x0000003f , 0x00000005 
- 00015195  0x00003149 fetch  0x00000002 , 0x00000ab6 
- 00015196  0x0000314a copy  0x0000003f , 0x00000003 
- 00015197  0x0000314c copy  0x00000002 , 0x00000039 
- 00015198  0x0000314d call  0x000066ea 
- 00015199  0x0000314f fetch  0x00000001 , 0x00000b04 
- 00015200  0x00003150 fetcht  0x00000001 , 0x00000ab2 
- 00015201  0x00003151 isub  0x00000002 , 0x0000003e 
- 00015202  0x00003152 nbranch  0x00003b3c , 0x00000005 
- 00015203  0x00003153 branch  0x00003c1a 
- 00015204  0x00003157 ifetch  0x00000001 , 0x00000003 
- 00015205  0x00003158 store  0x00000001 , 0x00000aa2 
- 00015206  0x00003159 ifetch  0x00000001 , 0x00000003 
- 00015207  0x0000315a store  0x00000001 , 0x00000aae 
- 00015208  0x0000315b rtn 
- 00015209  0x00003160 arg  0x00000000 , 0x00000002 
- 00015210  0x00003161 arg  0x00000002 , 0x00000011 
- 00015211  0x00003162 fetch  0x00000002 , 0x000046b4 
- 00015212  0x00003163 store  0x00000002 , 0x00000ac2 
- 00015213  0x00003164 arg  0x00000ac2 , 0x00000012 
- 00015214  0x00003165 branch  0x00003c25 
- 00015215  0x0000316a fetch  0x00000001 , 0x00000b04 
- 00015216  0x0000316b bne  0x00000001 , 0x00003c17 
- 00015217  0x0000316c ifetch  0x00000001 , 0x00000003 
- 00015218  0x0000316d store  0x00000001 , 0x000046b2 
- 00015219  0x0000316e setarg  0x00000000 
- 00015220  0x0000316f store  0x00000002 , 0x000046b4 
- 00015221  0x00003170 branch  0x00003c1a 
- 00015222  0x00003175 ifetch  0x00000004 , 0x00000003 
- 00015223  0x00003176 store  0x00000004 , 0x0000468a 
- 00015224  0x00003177 jam  0x00000004 , 0x00004689 
- 00015225  0x00003178 jam  0x00000000 , 0x00004663 
- 00015226  0x00003179 call  0x00003c1a 
- 00015227  0x0000317a branch  0x00005f31 
- 00015228  0x0000317f fetch  0x00000001 , 0x00000b04 
- 00015229  0x00003180 bne  0x00000003 , 0x00003c17 
- 00015230  0x00003181 ifetch  0x00000001 , 0x00000003 
- 00015231  0x00003182 beq  0x00000000 , 0x00003b82 
- 00015232  0x00003183 beq  0x00000001 , 0x00003b8a 
- 00015233  0x00003184 branch  0x00003c17 
- 00015234  0x00003187 ifetcht  0x00000001 , 0x00000003 
- 00015235  0x00003188 ifetch  0x00000001 , 0x00000003 
- 00015236  0x00003189 beq  0x00000002 , 0x00003b88 
- 00015237  0x0000318a nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00015238  0x0000318b call  0x000067fb 
- 00015239  0x0000318c branch  0x00003c1a 
- 00015240  0x0000318f call  0x00006806 
- 00015241  0x00003190 branch  0x00003c1a 
- 00015242  0x00003193 ifetcht  0x00000001 , 0x00000003 
- 00015243  0x00003194 call  0x00006812 
- 00015244  0x00003195 ifetch  0x00000001 , 0x00000003 
- 00015245  0x00003196 isolate1  0x00000000 , 0x0000003f 
- 00015246  0x00003197 call  0x0000682c 
- 00015247  0x00003198 branch  0x00003c1a 
- 00015248  0x0000319d fetch  0x00000001 , 0x00000b04 
- 00015249  0x0000319e bne  0x00000001 , 0x00003c17 
- 00015250  0x0000319f ifetcht  0x00000001 , 0x00000003 
- 00015251  0x000031a0 call  0x0000681d 
- 00015252  0x000031a1 setarg  0x00000000 
- 00015253  0x000031a2 nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00015254  0x000031a3 arg  0x00000001 , 0x00000011 
- 00015255  0x000031a4 branch  0x00003b0a 
- 00015256  0x000031a9 copy  0x00000011 , 0x00000003 
- 00015257  0x000031aa ifetch  0x00000001 , 0x00000003 
- 00015258  0x000031ab copy  0x0000003f , 0x00000002 
- 00015259  0x000031ac beq  0x00000081 , 0x00003ba3 
- 00015260  0x000031ad beq  0x00000082 , 0x00003ba8 
- 00015261  0x000031ae beq  0x00000083 , 0x00003bae 
- 00015262  0x000031af store  0x00000001 , 0x000044c6 
- 00015263  0x000031b0 beq  0x00000000 , 0x00003bb3 
- 00015264  0x000031b1 beq  0x00000001 , 0x00003bb6 
- 00015265  0x000031b2 beq  0x00000002 , 0x00003bb8 
- 00015266  0x000031b3 branch  0x00003c17 
- 00015267  0x000031b6 fetch  0x00000001 , 0x000044be 
- 00015268  0x000031b7 branch  0x00003c17 , 0x00000034 
- 00015269  0x000031b8 storet  0x00000001 , 0x000044c6 
- 00015270  0x000031b9 jam  0x0000000d , 0x00004456 
- 00015271  0x000031ba branch  0x00003bb4 
- 00015272  0x000031bc fetch  0x00000001 , 0x000044be 
- 00015273  0x000031bd branch  0x00003c17 , 0x00000034 
- 00015274  0x000031be storet  0x00000001 , 0x000044c6 
- 00015275  0x000031bf jam  0x0000000d , 0x00004456 
- 00015276  0x000031c0 jam  0x00000001 , 0x00004454 
- 00015277  0x000031c1 branch  0x00003c1a 
- 00015278  0x000031c3 fetch  0x00000001 , 0x000044be 
- 00015279  0x000031c4 branch  0x00003c17 , 0x00000034 
- 00015280  0x000031c5 storet  0x00000001 , 0x000044c6 
- 00015281  0x000031c6 jam  0x0000000d , 0x00004456 
- 00015282  0x000031c7 branch  0x00003bb9 
- 00015283  0x000031c9 jam  0x00000000 , 0x00004456 
- 00015284  0x000031cb jam  0x00000003 , 0x00004454 
- 00015285  0x000031cc branch  0x00003c1a 
- 00015286  0x000031ce jam  0x00000005 , 0x00004456 
- 00015287  0x000031cf branch  0x00003bb4 
- 00015288  0x000031d1 jam  0x00000005 , 0x00004456 
- 00015289  0x000031d3 jam  0x00000000 , 0x00004454 
- 00015290  0x000031d4 branch  0x00003c1a 
- 00015291  0x000031d9 fetch  0x00000001 , 0x00000b04 
- 00015292  0x000031da sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00015293  0x000031db nbranch  0x00003c17 , 0x00000002 
- 00015294  0x000031dc store  0x00000001 , 0x0000436f 
- 00015295  0x000031dd copy  0x0000003f , 0x00000039 
- 00015296  0x000031de copy  0x00000011 , 0x00000003 
- 00015297  0x000031df arg  0x00004370 , 0x00000005 
- 00015298  0x000031e0 call  0x000066ea 
- 00015299  0x000031e1 branch  0x00003c1a 
- 00015300  0x000031e6 fetch  0x00000001 , 0x00000b04 
- 00015301  0x000031e7 sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00015302  0x000031e8 nbranch  0x00003c17 , 0x00000002 
- 00015303  0x000031e9 store  0x00000001 , 0x0000438f 
- 00015304  0x000031ea copy  0x0000003f , 0x00000039 
- 00015305  0x000031eb copy  0x00000011 , 0x00000003 
- 00015306  0x000031ec arg  0x00004390 , 0x00000005 
- 00015307  0x000031ed call  0x000066ea 
- 00015308  0x000031ee branch  0x00003c1a 
- 00015309  0x000031f3 fetch  0x00000002 , 0x00004682 
- 00015310  0x000031f4 bbit0  0x00000009 , 0x00003c17 
- 00015311  0x000031f5 fetch  0x00000001 , 0x00000b04 
- 00015312  0x000031f6 bne  0x00000008 , 0x00003c17 
- 00015313  0x000031f7 copy  0x00000011 , 0x00000003 
- 00015314  0x000031f8 ifetch  0x00000008 , 0x00000003 
- 00015315  0x000031f9 store  0x00000008 , 0x00004496 
- 00015316  0x000031fa jam  0x00000012 , 0x00000a99 
- 00015317  0x000031fb call  0x00007d8f 
- 00015318  0x000031fc branch  0x00003c1a 
- 00015319  0x00003201 ifetch  0x00000002 , 0x00000003 
- 00015320  0x00003202 store  0x00000002 , 0x00004482 
- 00015321  0x00003203 branch  0x00003c1a 
- 00015322  0x00003208 fetch  0x00000001 , 0x000044c6 
- 00015323  0x00003209 branch  0x00003c17 , 0x00000034 
- 00015324  0x0000320a fetch  0x00000001 , 0x000044c4 
- 00015325  0x0000320b bne  0x00000000 , 0x00003c17 
- 00015326  0x0000320c fetch  0x00000001 , 0x000044c5 
- 00015327  0x0000320d bne  0x00000000 , 0x00003c17 
- 00015328  0x0000320e call  0x00007e25 
- 00015329  0x0000320f branch  0x00003c1a 
- 00015330  0x00003214 fetch  0x00000001 , 0x00000b04 
- 00015331  0x00003215 bne  0x00000005 , 0x00003c17 
- 00015332  0x00003216 ifetch  0x00000001 , 0x00000003 
- 00015333  0x00003217 store  0x00000001 , 0x000046a2 
- 00015334  0x00003218 ifetch  0x00000004 , 0x00000003 
- 00015335  0x00003219 store  0x00000004 , 0x000046a3 
- 00015336  0x0000321a fetcht  0x00000001 , 0x000046a2 
- 00015337  0x0000321b call  0x0000680e 
- 00015338  0x0000321c call  0x00003cbc 
- 00015339  0x0000321d branch  0x00003c1a 
- 00015340  0x00003222 fetch  0x00000001 , 0x00000b04 
- 00015341  0x00003223 bne  0x00000001 , 0x00003c17 
- 00015342  0x00003224 ifetch  0x00000001 , 0x00000003 
- 00015343  0x00003225 store  0x00000001 , 0x000041de 
- 00015344  0x00003226 branch  0x00003c1a 
- 00015345  0x0000322b ifetch  0x00000001 , 0x00000003 
- 00015346  0x0000322c beq  0x00000001 , 0x00003bfa 
- 00015347  0x0000322d fetch  0x00000001 , 0x000044c1 
- 00015348  0x0000322e beq  0x00000003 , 0x00003bf8 
- 00015349  0x0000322f beq  0x00000006 , 0x00003bf8 
- 00015350  0x00003230 beq  0x00000007 , 0x00003bf8 
- 00015351  0x00003231 branch  0x00003c17 
- 00015352  0x00003233 jam  0x00000001 , 0x000044c2 
- 00015353  0x00003234 branch  0x00003c1a 
- 00015354  0x00003237 call  0x00005b53 
- 00015355  0x00003238 branch  0x00003c1a 
- 00015356  0x0000323d fetch  0x00000001 , 0x00000b04 
- 00015357  0x0000323e bne  0x00000001 , 0x00003c17 
- 00015358  0x0000323f call  0x00003c1a 
- 00015359  0x00003240 ifetch  0x00000001 , 0x00000003 
- 00015360  0x00003241 branch  0x000060cb , 0x00000034 
- 00015361  0x00003242 branch  0x000060c9 
- 00015362  0x00003247 call  0x00003c1a 
- 00015363  0x00003248 call  0x00007f9e 
- 00015364  0x00003249 jam  0x00000001 , 0x00008010 
- 00015365  0x0000324a branch  0x00002a8e 
- 00015366  0x0000324f fetch  0x00000001 , 0x00000b04 
- 00015367  0x00003250 beq  0x00000000 , 0x00003c17 
- 00015368  0x00003251 ifetch  0x00000001 , 0x00000003 
- 00015369  0x00003252 branch  0x00003c13 , 0x00000034 
- 00015370  0x00003253 fetch  0x00000001 , 0x00000b04 
- 00015371  0x00003254 bne  0x00000005 , 0x00003c17 
- 00015372  0x00003255 ifetch  0x00000004 , 0x00000003 
- 00015373  0x00003256 arg  0x000f4240 , 0x00000002 
- 00015374  0x00003257 isub  0x00000002 , 0x0000003e 
- 00015375  0x00003258 branch  0x00003c17 , 0x00000002 
- 00015376  0x00003259 store  0x00000004 , 0x000044c7 
- 00015377  0x0000325a call  0x0000580c 
- 00015378  0x0000325b branch  0x00003c1a 
- 00015379  0x0000325e call  0x0000580e 
- 00015380  0x0000325f branch  0x00003c1a 
- 00015381  0x00003264 jam  0x00000000 , 0x00004091 
- 00015382  0x00003265 branch  0x00003c1a 
- 00015383  0x0000326b arg  0x00000001 , 0x00000002 
- 00015384  0x0000326c arg  0x00000000 , 0x00000011 
- 00015385  0x0000326d branch  0x00003c25 
- 00015386  0x00003271 arg  0x00000000 , 0x00000002 
- 00015387  0x00003272 arg  0x00000000 , 0x00000011 
- 00015388  0x00003273 branch  0x00003c25 
- 00015389  0x00003278 jam  0x00000000 , 0x00000b03 
- 00015390  0x00003279 branch  0x00003c49 
- 00015391  0x0000327e jam  0x00000002 , 0x00000b03 
- 00015392  0x0000327f branch  0x00003c49 
- 00015393  0x00003284 jam  0x00000003 , 0x00000b03 
- 00015394  0x00003285 branch  0x00003c49 
- 00015395  0x0000328a jam  0x00000005 , 0x00000b03 
- 00015396  0x0000328b branch  0x00003c49 
- 00015397  0x00003294 fetch  0x00000001 , 0x00000b03 
- 00015398  0x00003295 copy  0x0000003f , 0x00000013 
- 00015399  0x00003296 jam  0x00000006 , 0x00000b03 
- 00015400  0x00003297 setarg  0x00000002 
- 00015401  0x00003298 iadd  0x00000011 , 0x0000003f 
- 00015402  0x00003299 call  0x00003ca7 
- 00015403  0x0000329a copy  0x00000013 , 0x0000003f 
- 00015404  0x0000329b istore  0x00000001 , 0x0000000a 
- 00015405  0x0000329c istoret  0x00000001 , 0x0000000a 
- 00015406  0x0000329d copy  0x00000011 , 0x00000039 
- 00015407  0x0000329e copy  0x00000012 , 0x00000006 
- 00015408  0x0000329f call  0x000066e4 
- 00015409  0x000032a0 branch  0x000066c5 
- 00015410  0x000032a6 call  0x0000397f 
- 00015411  0x000032a7 jam  0x00000007 , 0x00000b03 
- 00015412  0x000032a8 fetch  0x00000001 , 0x000004ff 
- 00015413  0x000032a9 rtn  0x00000034 
- 00015414  0x000032aa call  0x00003ca7 
- 00015415  0x000032ab fetch  0x00000001 , 0x000004ff 
- 00015416  0x000032ac copy  0x0000003f , 0x00000039 
- 00015417  0x000032ad fetch  0x00000002 , 0x00000501 
- 00015418  0x000032ae copy  0x0000003f , 0x00000006 
- 00015419  0x000032af call  0x000066d1 
- 00015420  0x000032b0 branch  0x000066c5 
- 00015421  0x000032b5 jam  0x00000008 , 0x00000b03 
- 00015422  0x000032b6 fetch  0x00000001 , 0x000046b6 
- 00015423  0x000032b7 icopy  0x00000039 
- 00015424  0x000032b8 increase  0x00000002 , 0x0000003f 
- 00015425  0x000032b9 call  0x00003ca7 
- 00015426  0x000032ba fetch  0x00000002 , 0x000046b9 
- 00015427  0x000032bb istore  0x00000002 , 0x0000000a 
- 00015428  0x000032bc fetch  0x00000002 , 0x000046b7 
- 00015429  0x000032bd icopy  0x00000006 
- 00015430  0x000032be call  0x000066d1 
- 00015431  0x000032bf branch  0x000066c5 
- 00015432  0x000032c4 jam  0x00000009 , 0x00000b03 
- 00015433  0x000032c6 setarg  0x00000000 
- 00015434  0x000032c7 call  0x00003ca7 
- 00015435  0x000032c8 branch  0x000066c5 
- 00015436  0x000032cd jam  0x0000000a , 0x00000b03 
- 00015437  0x000032ce setarg  0x00000001 
- 00015438  0x000032cf call  0x00003ca7 
- 00015439  0x000032d1 call  0x00003c5d 
- 00015440  0x000032d3 fetch  0x00000002 , 0x00004682 
- 00015441  0x000032d4 arg  0x00000002 , 0x00000007 
- 00015442  0x000032d5 qisolate1  0x0000003f 
- 00015443  0x000032d6 setflag  0x00000001 , 0x00000003 , 0x00000002 
- 00015444  0x000032d8 arg  0x00000009 , 0x00000007 
- 00015445  0x000032d9 qisolate1  0x0000003f 
- 00015446  0x000032da setflag  0x00000001 , 0x00000005 , 0x00000002 
- 00015447  0x000032dc fetch  0x00000001 , 0x00004682 
- 00015448  0x000032dd arg  0x00000004 , 0x00000007 
- 00015449  0x000032de qisolate1  0x0000003f 
- 00015450  0x000032df setflag  0x00000001 , 0x00000004 , 0x00000002 
- 00015451  0x000032e1 istoret  0x00000001 , 0x0000000a 
- 00015452  0x000032e2 branch  0x000066c5 
- 00015453  0x000032e7 arg  0x00000000 , 0x00000002 
- 00015454  0x000032e8 fetch  0x00000001 , 0x00004093 
- 00015455  0x000032e9 arg  0x00000000 , 0x00000007 
- 00015456  0x000032ea qisolate1  0x0000003f 
- 00015457  0x000032eb setflag  0x00000001 , 0x00000000 , 0x00000002 
- 00015458  0x000032ec arg  0x00000001 , 0x00000007 
- 00015459  0x000032ed qisolate1  0x0000003f 
- 00015460  0x000032ee setflag  0x00000001 , 0x00000001 , 0x00000002 
- 00015461  0x000032f0 fetch  0x00000001 , 0x0000436e 
- 00015462  0x000032f1 arg  0x00000000 , 0x00000007 
- 00015463  0x000032f2 qisolate1  0x0000003f 
- 00015464  0x000032f3 setflag  0x00000001 , 0x00000002 , 0x00000002 
- 00015465  0x000032f4 rtn 
- 00015466  0x000032f9 jam  0x0000000d , 0x00000b03 
- 00015467  0x000032fa fetch  0x00000001 , 0x00004217 
- 00015468  0x000032fb mul32  0x0000003f , 0x00000022 , 0x0000003f 
- 00015469  0x000032fc icopy  0x00000039 
- 00015470  0x000032fd call  0x00003ca7 
- 00015471  0x000032fe fetch  0x00000002 , 0x00004215 
- 00015472  0x000032ff icopy  0x00000006 
- 00015473  0x00003300 call  0x000066d1 
- 00015474  0x00003301 branch  0x000066c5 
- 00015475  0x00003306 jam  0x0000000e , 0x00000b03 
- 00015476  0x00003307 setarg  0x00000004 
- 00015477  0x00003308 call  0x00003ca7 
- 00015478  0x00003309 fetch  0x00000004 , 0x000009ba 
- 00015479  0x0000330a istore  0x00000004 , 0x0000000a 
- 00015480  0x0000330b branch  0x000066c5 
- 00015481  0x00003310 jam  0x0000000f , 0x00000b03 
- 00015482  0x00003311 hfetch  0x00000002 , 0x00008112 
- 00015483  0x00003312 arg  0x000000ff , 0x00000002 
- 00015484  0x00003313 call  0x00007fdd 
- 00015485  0x00003314 copy  0x0000003f , 0x00000039 
- 00015486  0x00003315 call  0x00003ca7 
- 00015487  0x00003316 call  0x000066cb 
- 00015488  0x00003317 call  0x00006703 
- 00015489  0x00003318 branch  0x000066c5 
- 00015490  0x0000331d jam  0x00000010 , 0x00000b03 
- 00015491  0x0000331e branch  0x00003c49 
- 00015492  0x00003323 jam  0x00000011 , 0x00000b03 
- 00015493  0x00003324 setarg  0x00000004 
- 00015494  0x00003325 call  0x00003ca7 
- 00015495  0x00003326 fetch  0x00000004 , 0x000044c7 
- 00015496  0x00003327 istore  0x00000004 , 0x0000000a 
- 00015497  0x00003328 branch  0x000066c5 
- 00015498  0x0000332d arg  0x00000180 , 0x00000011 
- 00015499  0x0000332e branch  0x00003c91 
- 00015500  0x00003331 arg  0x00000080 , 0x00000011 
- 00015501  0x00003332 branch  0x00003c91 
- 00015502  0x00003335 arg  0x00000101 , 0x00000011 
- 00015503  0x00003336 branch  0x00003c91 
- 00015504  0x00003339 arg  0x00000001 , 0x00000011 
- 00015505  0x0000333c jam  0x00000000 , 0x00004661 
- 00015506  0x0000333d jam  0x00000014 , 0x00000b03 
- 00015507  0x0000333e setarg  0x00000002 
- 00015508  0x0000333f call  0x00003ca7 
- 00015509  0x00003340 copy  0x00000011 , 0x0000003f 
- 00015510  0x00003341 istore  0x00000002 , 0x0000000a 
- 00015511  0x00003342 branch  0x000066c5 
- 00015512  0x00003347 arg  0x00000000 , 0x00000013 
- 00015513  0x00003348 branch  0x00003c9b 
- 00015514  0x0000334b arg  0x00000001 , 0x00000013 
- 00015515  0x0000334e jam  0x00000015 , 0x00000b03 
- 00015516  0x0000334f setarg  0x00000001 
- 00015517  0x00003350 call  0x00003ca7 
- 00015518  0x00003351 copy  0x00000013 , 0x0000003f 
- 00015519  0x00003352 istore  0x00000001 , 0x0000000a 
- 00015520  0x00003353 branch  0x000066c5 
- 00015521  0x00003358 jam  0x0000001d , 0x00000b03 
- 00015522  0x00003359 setarg  0x00000004 
- 00015523  0x0000335a call  0x00003ca7 
- 00015524  0x0000335b fetch  0x00000004 , 0x000009ba 
- 00015525  0x0000335c istore  0x00000004 , 0x0000000a 
- 00015526  0x0000335d branch  0x000066c5 
- 00015527  0x00003369 jam  0x00000002 , 0x00000b02 
- 00015528  0x0000336a store  0x00000001 , 0x00000b04 
- 00015529  0x0000336b storet  0x00000008 , 0x00000aa2 
- 00015530  0x0000336c bpatch  0x000000e2 , 0x0000401c 
- 00015531  0x0000336d call  0x00003cb1 
- 00015532  0x0000336e fetcht  0x00000008 , 0x00000aa2 
- 00015533  0x0000336f call  0x000066c2 
- 00015534  0x00003370 fetch  0x00000003 , 0x00000b02 
- 00015535  0x00003371 istore  0x00000003 , 0x0000000a 
- 00015536  0x00003372 rtn 
- 00015537  0x00003376 call  0x00003cba 
- 00015538  0x00003377 rtn  0x00000001 
- 00015539  0x00003379 call  0x00003cb8 
- 00015540  0x0000337a fetch  0x00000004 , 0x000046a3 
- 00015541  0x0000337b rshift2  0x0000003f , 0x0000003f 
- 00015542  0x0000337c rtn  0x00000034 
- 00015543  0x0000337d branch  0x00003cbe 
- 00015544  0x00003381 fetcht  0x00000001 , 0x000046a2 
- 00015545  0x00003382 branch  0x00006829 
- 00015546  0x00003385 fetcht  0x00000001 , 0x000046a2 
- 00015547  0x00003386 branch  0x0000681b 
- 00015548  0x00003389 fetcht  0x00000001 , 0x000046a2 
- 00015549  0x0000338a branch  0x00006825 
- 00015550  0x0000338e increase  0xffffffff , 0x0000003f 
- 00015551  0x0000338f nop  0x00000026 
- 00015552  0x00003390 nbranch  0x00003cbe , 0x00000034 
- 00015553  0x00003391 rtn 
- 00015554  0x0000339b call  0x00003ad4 
- 00015555  0x0000339c rtn  0x00000028 
- 00015556  0x0000339d copy  0x00000011 , 0x0000003f 
- 00015557  0x0000339e store  0x00000002 , 0x000046b7 
- 00015558  0x0000339f copy  0x00000012 , 0x0000003f 
- 00015559  0x000033a0 store  0x00000001 , 0x000046b6 
- 00015560  0x000033a1 fetch  0x00000002 , 0x00000478 
- 00015561  0x000033a2 fetcht  0x00000002 , 0x000046bb 
- 00015562  0x000033a3 isub  0x00000002 , 0x0000003e 
- 00015563  0x000033a4 branch  0x00003ccf , 0x00000005 
- 00015564  0x000033a5 fetcht  0x00000002 , 0x000046bd 
- 00015565  0x000033a6 isub  0x00000002 , 0x0000003e 
- 00015566  0x000033a7 nrtn  0x00000005 
- 00015567  0x000033a9 store  0x00000002 , 0x000046b9 
- 00015568  0x000033aa branch  0x00003c3d 
- 00015569  0x000033b0 fetch  0x00000001 , 0x000046bf 
- 00015570  0x000033b1 rtnbit1  0x00000005 
- 00015571  0x000033b2 call  0x00003cf0 
- 00015572  0x000033b3 branch  0x0000340c 
- 00015573  0x000033b7 jam  0x00000002 , 0x00004172 
- 00015574  0x000033b8 rtn 
- 00015575  0x000033bd branch  0x00003cd8 
- 00015576  0x000033c0 fetch  0x00000001 , 0x000046b2 
- 00015577  0x000033c1 rtn  0x00000034 
- 00015578  0x000033c2 fetch  0x00000001 , 0x000046b3 
- 00015579  0x000033c3 rtn  0x00000034 
- 00015580  0x000033c4 increase  0xffffffff , 0x0000003f 
- 00015581  0x000033c5 store  0x00000001 , 0x000046b3 
- 00015582  0x000033c6 nrtn  0x00000034 
- 00015583  0x000033c7 jam  0x0000000a , 0x000046b3 
- 00015584  0x000033c8 call  0x000068eb 
- 00015585  0x000033c9 call  0x00006908 
- 00015586  0x000033ca div  0x0000003f , 0x00000064 
- 00015587  0x000033cb call  0x00007f86 
- 00015588  0x000033cc quotient  0x0000003f 
- 00015589  0x000033cd remainder  0x00000002 
- 00015590  0x000033ce store  0x00000001 , 0x000046b4 
- 00015591  0x000033cf storet  0x00000001 , 0x000046b5 
- 00015592  0x000033d0 rtn 
- 00015593  0x000033d4 call  0x00007fb4 
- 00015594  0x000033d5 branch  0x000033d9 , 0x00000002 
- 00015595  0x000033d6 branch  0x000033db 
- 00015596  0x000033db arg  0x00000006 , 0x00000007 
- 00015597  0x000033dc branch  0x00003cfc 
- 00015598  0x000033df arg  0x00000006 , 0x00000007 
- 00015599  0x000033e0 branch  0x00003cf8 
- 00015600  0x000033e3 arg  0x00000005 , 0x00000007 
- 00015601  0x000033e4 branch  0x00003cfc 
- 00015602  0x000033e7 arg  0x00000005 , 0x00000007 
- 00015603  0x000033e8 branch  0x00003cf8 
- 00015604  0x000033eb arg  0x00000004 , 0x00000007 
- 00015605  0x000033ec branch  0x00003cfc 
- 00015606  0x000033ef arg  0x00000004 , 0x00000007 
- 00015607  0x000033f0 branch  0x00003cf8 
- 00015608  0x000033f3 fetch  0x00000001 , 0x000046bf 
- 00015609  0x000033f4 qset0  0x0000003f 
- 00015610  0x000033f5 store  0x00000001 , 0x000046bf 
- 00015611  0x000033f6 rtn 
- 00015612  0x000033f9 fetch  0x00000001 , 0x000046bf 
- 00015613  0x000033fa qset1  0x0000003f 
- 00015614  0x000033fb store  0x00000001 , 0x000046bf 
- 00015615  0x000033fc rtn 
- 00015616  0x00003407 call  0x00003d39 
- 00015617  0x00003408 call  0x0000640f 
- 00015618  0x00003409 call  0x000040c6 
- 00015619  0x0000340a call  0x00003d66 
- 00015620  0x0000340b call  0x00006411 
- 00015621  0x0000340c rtn  0x0000002b 
- 00015622  0x0000340d call  0x00003d16 
- 00015623  0x0000340e call  0x00003d19 
- 00015624  0x00003411 fetch  0x00000004 , 0x000046d3 
- 00015625  0x00003412 rtnbit1  0x00000010 
- 00015626  0x00003413 call  0x00003d4e 
- 00015627  0x00003414 rtnmark1  0x00000026 
- 00015628  0x00003415 fetch  0x00000002 , 0x00004682 
- 00015629  0x00003416 bbit1  0x0000000c , 0x000042b0 
- 00015630  0x00003417 branch  0x000042a2 
- 00015631  0x0000341b fetch  0x00000004 , 0x000046d3 
- 00015632  0x0000341c rtnbit0  0x0000001b 
- 00015633  0x0000341d arg  0x00000014 , 0x00000039 
- 00015634  0x0000341f setarg  0x00030d40 
- 00015635  0x00003420 call  0x00002a8f 
- 00015636  0x00003421 loop  0x00007ec1 
- 00015637  0x00003422 rtn 
- 00015638  0x00003426 fetch  0x00000004 , 0x000046d3 
- 00015639  0x00003427 rtnbit0  0x00000010 
- 00015640  0x00003428 branch  0x000048ea 
- 00015641  0x0000342c setarg  0x0000416d 
- 00015642  0x0000342d store  0x00000002 , 0x000041ef 
- 00015643  0x0000342e setarg  0x00003f77 
- 00015644  0x0000342f store  0x00000002 , 0x000041f1 
- 00015645  0x00003430 setarg  0x00003ebb 
- 00015646  0x00003431 store  0x00000002 , 0x000041ed 
- 00015647  0x00003432 setarg  0x0000417c 
- 00015648  0x00003433 store  0x00000002 , 0x000041f5 
- 00015649  0x00003434 setarg  0x00003de3 
- 00015650  0x00003435 store  0x00000002 , 0x000041f3 
- 00015651  0x00003436 setarg  0x00003eb3 
- 00015652  0x00003437 store  0x00000002 , 0x000041eb 
- 00015653  0x00003438 setarg  0x00003d5b 
- 00015654  0x00003439 store  0x00000002 , 0x000041f9 
- 00015655  0x0000343b call  0x00002c7a 
- 00015656  0x0000343c setarg  0x00004401 
- 00015657  0x0000343d add  0x00000013 , 0x000000d8 , 0x00000005 
- 00015658  0x0000343e istore  0x00000002 , 0x00000005 
- 00015659  0x0000343f setarg  0x00004406 
- 00015660  0x00003440 add  0x00000013 , 0x000000da , 0x00000005 
- 00015661  0x00003441 istore  0x00000002 , 0x00000005 
- 00015662  0x00003442 setarg  0x00003ebf 
- 00015663  0x00003443 add  0x00000013 , 0x000000dc , 0x00000005 
- 00015664  0x00003444 istore  0x00000002 , 0x00000005 
- 00015665  0x00003446 setarg  0x000041f9 
- 00015666  0x00003447 store  0x00000002 , 0x000041fd 
- 00015667  0x00003448 setarg  0x00003d36 
- 00015668  0x00003449 store  0x00000002 , 0x00004201 
- 00015669  0x0000344a rtn 
- 00015670  0x0000344d fetch  0x00000004 , 0x000046d3 
- 00015671  0x0000344e bbit0  0x00000012 , 0x000064d7 
- 00015672  0x0000344f branch  0x000064da 
- 00015673  0x00003452 rtn  0x0000002b 
- 00015674  0x00003453 call  0x00002c9d 
- 00015675  0x00003454 call  0x00003e6e 
- 00015676  0x00003455 call  0x00003e1e 
- 00015677  0x00003456 call  0x00003e54 
- 00015678  0x00003457 call  0x00005810 
- 00015679  0x00003458 call  0x00005839 
- 00015680  0x00003459 call  0x0000582c 
- 00015681  0x0000345a call  0x00005818 
- 00015682  0x0000345b fetch  0x00000004 , 0x000046d3 
- 00015683  0x0000345c bbit1  0x00000014 , 0x00003d46 
- 00015684  0x0000345d bbit1  0x00000013 , 0x00004414 
- 00015685  0x0000345e rtn 
- 00015686  0x00003461 call  0x0000659c 
- 00015687  0x00003462 fetch  0x00000004 , 0x000046d3 
- 00015688  0x00003463 isolate1  0x00000019 , 0x0000003f 
- 00015689  0x00003464 ncall  0x000065c2 , 0x00000001 
- 00015690  0x00003465 call  0x0000443f 
- 00015691  0x00003466 call  0x00003dc9 
- 00015692  0x00003467 call  0x000041aa 
- 00015693  0x00003468 branch  0x000065df 
- 00015694  0x0000346b fetch  0x00000004 , 0x000046d3 
- 00015695  0x0000346c bbit0  0x0000001e , 0x00003d53 
- 00015696  0x0000346d fetch  0x00000001 , 0x00000abd 
- 00015697  0x0000346e isolate0  0x00000003 , 0x0000003f 
- 00015698  0x0000346f nrtn  0x00000001 
- 00015699  0x00003471 fetch  0x00000001 , 0x0000471f 
- 00015700  0x00003472 store  0x00000001 , 0x0000471e 
- 00015701  0x00003473 fetch  0x00000001 , 0x000046f5 
- 00015702  0x00003474 rtnbit1  0x00000006 
- 00015703  0x00003476 fetch  0x00000004 , 0x000046d3 
- 00015704  0x00003477 rtnbit0  0x00000011 
- 00015705  0x00003478 bbit1  0x0000001d , 0x00002ee4 
- 00015706  0x00003479 branch  0x00002f2c 
- 00015707  0x0000347b fetch  0x00000001 , 0x00000478 
- 00015708  0x0000347c sub  0x0000003f , 0x0000001a , 0x0000003f 
- 00015709  0x0000347d nrtn  0x00000005 
- 00015710  0x0000347e jam  0x00000012 , 0x00000a99 
- 00015711  0x0000347f call  0x00007d8f 
- 00015712  0x00003481 arg  0x00000000 , 0x00000007 
- 00015713  0x00003482 branch  0x000041b9 
- 00015714  0x00003485 fetch  0x00000001 , 0x000046b6 
- 00015715  0x00003486 rtneq  0x00000001 
- 00015716  0x00003487 jam  0x00000001 , 0x000046b6 
- 00015717  0x00003488 rtn 
- 00015718  0x0000348a fetch  0x00000001 , 0x000046e1 
- 00015719  0x0000348b and  0x0000003f , 0x0000000f , 0x0000003f 
- 00015720  0x0000348c store  0x00000001 , 0x0000477a 
- 00015721  0x0000348d branch  0x00003d80 
- 00015722  0x00003491 fetcht  0x00000001 , 0x000046e7 
- 00015723  0x00003492 call  0x0000681d 
- 00015724  0x00003493 nbranch  0x00003d62 , 0x00000001 
- 00015725  0x00003495 fetch  0x00000001 , 0x000046b6 
- 00015726  0x00003496 rtneq  0x00000000 
- 00015727  0x00003497 jam  0x00000000 , 0x000046b6 
- 00015728  0x00003498 fetch  0x00000001 , 0x0000477a 
- 00015729  0x00003499 increase  0x00000001 , 0x0000003f 
- 00015730  0x0000349a and  0x0000003f , 0x00000003 , 0x0000003f 
- 00015731  0x0000349b store  0x00000001 , 0x0000477a 
- 00015732  0x0000349c call  0x00003d7e 
- 00015733  0x0000349d fetch  0x00000004 , 0x000046d3 
- 00015734  0x0000349e bbit1  0x00000014 , 0x0000443b 
- 00015735  0x0000349f bbit1  0x00000013 , 0x00003d79 
- 00015736  0x000034a0 rtn 
- 00015737  0x000034a2 arg  0x0000001e , 0x00000002 
- 00015738  0x000034a3 call  0x0000680e 
- 00015739  0x000034a4 arg  0x0000001f , 0x00000002 
- 00015740  0x000034a5 call  0x0000680e 
- 00015741  0x000034a6 branch  0x00004435 
- 00015742  0x000034a9 bpatch  0x000000e3 , 0x0000401c 
- 00015743  0x000034aa call  0x0000424a 
- 00015744  0x000034ab fetch  0x00000001 , 0x000046e0 
- 00015745  0x000034ac beq  0x00000005 , 0x00003daa 
- 00015746  0x000034ad beq  0x00000004 , 0x00003d96 
- 00015747  0x000034ae fetch  0x00000001 , 0x0000477a 
- 00015748  0x000034af beq  0x00000000 , 0x00003d8a 
- 00015749  0x000034b0 beq  0x00000001 , 0x00003d88 
- 00015750  0x000034b1 beq  0x00000002 , 0x00003d8c 
- 00015751  0x000034b2 beq  0x00000003 , 0x00003d8e 
- 00015752  0x000034b4 fetch  0x00000001 , 0x00004780 
- 00015753  0x000034b5 branch  0x00003dbe 
- 00015754  0x000034b7 fetch  0x00000001 , 0x0000477f 
- 00015755  0x000034b8 branch  0x00003dbe 
- 00015756  0x000034ba fetch  0x00000001 , 0x00004781 
- 00015757  0x000034bb branch  0x00003dbe 
- 00015758  0x000034bd fetch  0x00000001 , 0x00004782 
- 00015759  0x000034be branch  0x00003dbe 
- 00015760  0x000034c0 fetch  0x00000001 , 0x000046e0 
- 00015761  0x000034c1 rtneq  0x00000006 
- 00015762  0x000034c2 fetch  0x00000001 , 0x000046b5 
- 00015763  0x000034c3 increase  0x00000001 , 0x0000003f 
- 00015764  0x000034c4 store  0x00000001 , 0x000046b5 
- 00015765  0x000034c5 rtn 
- 00015766  0x000034c8 fetch  0x00000001 , 0x0000477a 
- 00015767  0x000034c9 beq  0x00000000 , 0x00003d9d 
- 00015768  0x000034ca beq  0x00000001 , 0x00003d9b 
- 00015769  0x000034cb beq  0x00000002 , 0x00003d9f 
- 00015770  0x000034cc beq  0x00000003 , 0x00003da1 
- 00015771  0x000034ce fetch  0x00000001 , 0x00004784 
- 00015772  0x000034cf branch  0x00003da2 
- 00015773  0x000034d1 fetch  0x00000001 , 0x00004783 
- 00015774  0x000034d2 branch  0x00003da2 
- 00015775  0x000034d4 fetch  0x00000001 , 0x00004785 
- 00015776  0x000034d5 branch  0x00003da2 
- 00015777  0x000034d7 fetch  0x00000001 , 0x00004786 
- 00015778  0x000034d9 store  0x00000001 , 0x000046b5 
- 00015779  0x000034da lshift8  0x0000003f , 0x0000003f 
- 00015780  0x000034db copy  0x0000003f , 0x00000011 
- 00015781  0x000034dc add  0x0000003f , 0x0000000d , 0x0000003f 
- 00015782  0x000034dd call  0x00006413 
- 00015783  0x000034de copy  0x00000011 , 0x0000003f 
- 00015784  0x000034df add  0x0000003f , 0x0000000e , 0x0000003f 
- 00015785  0x000034e0 branch  0x00006413 
- 00015786  0x000034e3 fetch  0x00000001 , 0x0000477a 
- 00015787  0x000034e4 beq  0x00000000 , 0x00003db1 
- 00015788  0x000034e5 beq  0x00000001 , 0x00003daf 
- 00015789  0x000034e6 beq  0x00000002 , 0x00003db3 
- 00015790  0x000034e7 beq  0x00000003 , 0x00003db5 
- 00015791  0x000034e9 fetch  0x00000001 , 0x00004788 
- 00015792  0x000034ea branch  0x00003db6 
- 00015793  0x000034ec fetch  0x00000001 , 0x00004787 
- 00015794  0x000034ed branch  0x00003db6 
- 00015795  0x000034ef fetch  0x00000001 , 0x00004789 
- 00015796  0x000034f0 branch  0x00003db6 
- 00015797  0x000034f2 fetch  0x00000001 , 0x0000478a 
- 00015798  0x000034f4 store  0x00000001 , 0x000046b5 
- 00015799  0x000034f5 call  0x000040c0 
- 00015800  0x000034f6 fetch  0x00000001 , 0x000046b5 
- 00015801  0x000034f8 add  0x0000003f , 0x00000080 , 0x0000003f 
- 00015802  0x000034f9 lshift8  0x0000003f , 0x0000003f 
- 00015803  0x000034fa add  0x0000003f , 0x00000005 , 0x0000003f 
- 00015804  0x000034fb copy  0x0000003f , 0x00000011 
- 00015805  0x000034fc branch  0x0000415a 
- 00015806  0x000034ff store  0x00000001 , 0x000046b5 
- 00015807  0x00003500 call  0x00003d90 
- 00015808  0x00003501 fetch  0x00000001 , 0x000046b5 
- 00015809  0x00003502 setarg  0x00000006 
- 00015810  0x00003503 call  0x00006414 
- 00015811  0x00003504 and  0x0000003f , 0x000000f8 , 0x00000002 
- 00015812  0x00003505 fetch  0x00000001 , 0x000046b5 
- 00015813  0x00003506 iadd  0x00000002 , 0x0000003f 
- 00015814  0x00003507 lshift8  0x0000003f , 0x0000003f 
- 00015815  0x00003508 add  0x0000003f , 0x00000006 , 0x0000003f 
- 00015816  0x00003509 branch  0x00006413 
- 00015817  0x0000350d call  0x000033c4 
- 00015818  0x0000350e branch  0x00004316 , 0x00000005 
- 00015819  0x0000350f call  0x0000441c 
- 00015820  0x00003510 call  0x000042e4 
- 00015821  0x00003511 branch  0x000033bd 
- 00015822  0x00003515 fetch  0x00000002 , 0x00004707 
- 00015823  0x00003516 rtn  0x00000034 
- 00015824  0x00003517 fetch  0x00000004 , 0x000046d3 
- 00015825  0x00003518 rtnbit0  0x00000011 
- 00015826  0x00003519 rtnbit1  0x00000003 
- 00015827  0x0000351a rtnmark1  0x00000026 
- 00015828  0x0000351b call  0x00004083 
- 00015829  0x0000351c rtnne  0x00000007 
- 00015830  0x0000351d call  0x00004482 
- 00015831  0x0000351e arg  0x00000003 , 0x00000007 
- 00015832  0x0000351f call  0x000043ce 
- 00015833  0x00003520 setarg  0x00000000 
- 00015834  0x00003521 store  0x00000002 , 0x000046ae 
- 00015835  0x00003522 store  0x00000001 , 0x000046b4 
- 00015836  0x00003523 call  0x00003263 
- 00015837  0x00003525 fetch  0x00000002 , 0x00004682 
- 00015838  0x00003526 bbit1  0x00000007 , 0x00004392 
- 00015839  0x00003527 bbit1  0x00000009 , 0x00003402 
- 00015840  0x00003528 bbit1  0x00000000 , 0x000033e9 
- 00015841  0x00003529 call  0x000042ca 
- 00015842  0x0000352a branch  0x00002ead 
- 00015843  0x0000352e call  0x00003dce 
- 00015844  0x0000352f call  0x00007e34 
- 00015845  0x00003530 call  0x00003d6a 
- 00015846  0x00003531 call  0x00003de9 
- 00015847  0x00003532 call  0x00003ee0 
- 00015848  0x00003533 branch  0x00003df7 
- 00015849  0x00003535 fetch  0x00000004 , 0x000046d3 
- 00015850  0x00003536 rtnbit0  0x00000010 
- 00015851  0x00003537 call  0x000048d3 
- 00015852  0x00003538 branch  0x000048fd 
- 00015853  0x0000353b hfetch  0x00000001 , 0x00008a04 
- 00015854  0x0000353c bbit0  0x00000007 , 0x00003df1 
- 00015855  0x0000353d bbit1  0x00000007 , 0x00003df4 
- 00015856  0x0000353e rtn 
- 00015857  0x00003540 fetch  0x00000001 , 0x000046ff 
- 00015858  0x00003541 rtnbit0  0x00000007 
- 00015859  0x00003542 branch  0x0000659a 
- 00015860  0x00003544 fetch  0x00000001 , 0x000046ff 
- 00015861  0x00003545 rtnbit1  0x00000007 
- 00015862  0x00003546 branch  0x00004381 
- 00015863  0x00003549 call  0x00003ded 
- 00015864  0x0000354a hfetch  0x00000001 , 0x00008a04 
- 00015865  0x0000354b store  0x00000001 , 0x000046ff 
- 00015866  0x0000354c rtnbit0  0x00000007 
- 00015867  0x0000354d call  0x00003e07 
- 00015868  0x0000354e fetch  0x00000004 , 0x000046f9 
- 00015869  0x0000354f fetcht  0x00000001 , 0x000046fd 
- 00015870  0x00003550 iadd  0x00000002 , 0x00000002 
- 00015871  0x00003551 copy  0x00000022 , 0x0000003f 
- 00015872  0x00003552 isub  0x00000002 , 0x0000003e 
- 00015873  0x00003553 nrtn  0x00000002 
- 00015874  0x00003554 store  0x00000004 , 0x000046f9 
- 00015875  0x00003555 call  0x00003f97 
- 00015876  0x00003556 nrtn  0x00000028 
- 00015877  0x00003557 jam  0x00000004 , 0x00000d38 
- 00015878  0x00003558 branch  0x00003e0f 
- 00015879  0x0000355b fetcht  0x00000004 , 0x000046f9 
- 00015880  0x0000355c copy  0x00000022 , 0x0000003f 
- 00015881  0x0000355d isub  0x00000002 , 0x0000003e 
- 00015882  0x0000355e ncall  0x00003e0c , 0x00000002 
- 00015883  0x0000355f rtn 
- 00015884  0x00003561 setarg  0x00000000 
- 00015885  0x00003562 store  0x00000004 , 0x000046f9 
- 00015886  0x00003563 rtn 
- 00015887  0x00003568 fetch  0x00000001 , 0x00000d38 
- 00015888  0x00003569 rtnbit0  0x00000002 
- 00015889  0x0000356a branch  0x00003e12 
- 00015890  0x0000356c hfetch  0x00000001 , 0x00008a04 
- 00015891  0x0000356d rtnbit0  0x00000007 
- 00015892  0x0000356e jam  0x00000020 , 0x00000d52 
- 00015893  0x0000356f setarg  0x00000001 
- 00015894  0x00003570 store  0x00000001 , 0x00000d54 
- 00015895  0x00003571 fetch  0x00000007 , 0x0000469a 
- 00015896  0x00003572 istore  0x00000007 , 0x00000005 
- 00015897  0x00003573 rtn 
- 00015898  0x00003577 hfetch  0x00000002 , 0x00008050 
- 00015899  0x00003578 set0  0x0000000b , 0x0000003f 
- 00015900  0x00003579 hstore  0x00000002 , 0x00008050 
- 00015901  0x0000357a rtn 
- 00015902  0x0000357d setarg  0x00008c00 
- 00015903  0x0000357e store  0x00000002 , 0x00004575 
- 00015904  0x0000357f setarg  0x00008e7a 
- 00015905  0x00003580 store  0x00000002 , 0x000044bc 
- 00015906  0x00003581 setarg  0x00002402 
- 00015907  0x00003582 store  0x00000002 , 0x000040bd 
- 00015908  0x00003583 setarg  0x00002580 
- 00015909  0x00003584 store  0x00000003 , 0x000040aa 
- 00015910  0x00003585 jam  0x00000003 , 0x00004173 
- 00015911  0x00003586 jam  0x00000008 , 0x00004156 
- 00015912  0x00003587 jam  0x00000001 , 0x000046d9 
- 00015913  0x00003588 setarg  0x00000200 
- 00015914  0x00003589 store  0x00000002 , 0x00004154 
- 00015915  0x0000358a jam  0x00000017 , 0x000044a6 
- 00015916  0x0000358b jam  0x00000017 , 0x000044a8 
- 00015917  0x0000358d setarg  0x00000a77 
- 00015918  0x0000358e store  0x00000002 , 0x00004212 
- 00015919  0x0000359e setsect  0x00000000 , 0x00000306 
- 00015920  0x0000359f setsect  0x00000001 , 0x00004440 
- 00015921  0x000035a0 setsect  0x00000002 , 0x00010000 
- 00015922  0x000035a1 setsect  0x00000003 , 0x00004408 
- 00015923  0x000035a2 store  0x00000009 , 0x00004577 
- 00015924  0x000035a3 setsect  0x00000000 , 0x00001224 
- 00015925  0x000035a4 setsect  0x00000001 , 0x00004000 
- 00015926  0x000035a5 setsect  0x00000002 , 0x00000000 
- 00015927  0x000035a6 istore  0x00000005 , 0x00000005 
- 00015928  0x000035a8 setsect  0x00000000 , 0x0003ffff 
- 00015929  0x000035a9 setsect  0x00000001 , 0x0002fe23 
- 00015930  0x000035aa setsect  0x00000002 , 0x000199d9 
- 00015931  0x000035ab setsect  0x00000003 , 0x0000020d 
- 00015932  0x000035ac store  0x00000008 , 0x00004098 
- 00015933  0x000035ae setarg  0x0000012c 
- 00015934  0x000035af store  0x00000002 , 0x00004707 
- 00015935  0x000035b0 call  0x000057a3 
- 00015936  0x000035b1 fetch  0x00000004 , 0x000046d3 
- 00015937  0x000035b2 rtnbit0  0x0000001f 
- 00015938  0x000035b3 call  0x00003e44 
- 00015939  0x000035b4 branch  0x00003e4c 
- 00015940  0x000035b7 fetcht  0x00000001 , 0x000046f7 
- 00015941  0x000035b8 call  0x000067fb 
- 00015942  0x000035b9 fetcht  0x00000001 , 0x000046f7 
- 00015943  0x000035ba call  0x0000681d 
- 00015944  0x000035bb jam  0x00000003 , 0x000046f6 
- 00015945  0x000035bc rtn  0x00000001 
- 00015946  0x000035bd jam  0x00000002 , 0x000046f6 
- 00015947  0x000035be rtn 
- 00015948  0x000035c1 fetcht  0x00000001 , 0x000046f8 
- 00015949  0x000035c2 call  0x000067fb 
- 00015950  0x000035c3 fetcht  0x00000001 , 0x000046f8 
- 00015951  0x000035c4 call  0x0000681d 
- 00015952  0x000035c5 jam  0x00000000 , 0x0000422d 
- 00015953  0x000035c6 rtn  0x00000001 
- 00015954  0x000035c7 jam  0x00000002 , 0x0000422d 
- 00015955  0x000035c8 rtn 
- 00015956  0x000035cc fetch  0x00000001 , 0x0000422d 
- 00015957  0x000035cd beq  0x00000000 , 0x00003e59 
- 00015958  0x000035ce beq  0x00000001 , 0x00003e62 
- 00015959  0x000035cf beq  0x00000002 , 0x00003e6b 
- 00015960  0x000035d0 branch  0x00003e59 
- 00015961  0x000035d3 fetcht  0x00000002 , 0x00004221 
- 00015962  0x000035d4 fetch  0x00000002 , 0x00004227 
- 00015963  0x000035d5 isub  0x00000002 , 0x0000003f 
- 00015964  0x000035d6 mul32  0x0000003f , 0x00000014 , 0x0000003f 
- 00015965  0x000035d7 div  0x0000003f , 0x00000064 
- 00015966  0x000035d8 call  0x00007f86 
- 00015967  0x000035d9 quotient  0x0000003f 
- 00015968  0x000035da store  0x00000002 , 0x000046d0 
- 00015969  0x000035db rtn 
- 00015970  0x000035dd fetcht  0x00000002 , 0x0000421f 
- 00015971  0x000035de fetch  0x00000002 , 0x00004225 
- 00015972  0x000035df isub  0x00000002 , 0x0000003f 
- 00015973  0x000035e0 mul32  0x0000003f , 0x000000e6 , 0x0000003f 
- 00015974  0x000035e1 div  0x0000003f , 0x00000190 
- 00015975  0x000035e2 call  0x00007f86 
- 00015976  0x000035e3 quotient  0x0000003f 
- 00015977  0x000035e4 store  0x00000002 , 0x000046d0 
- 00015978  0x000035e5 rtn 
- 00015979  0x000035e7 fetch  0x00000002 , 0x00004223 
- 00015980  0x000035e8 store  0x00000002 , 0x000046d0 
- 00015981  0x000035e9 rtn 
- 00015982  0x000035eb fetcht  0x00000001 , 0x0000423a 
- 00015983  0x000035ec call  0x0000680e 
- 00015984  0x000035ed call  0x000048fb 
- 00015985  0x000035ee fetcht  0x00000001 , 0x000046e2 
- 00015986  0x000035ef call  0x000067fb 
- 00015987  0x000035f0 fetcht  0x00000001 , 0x000046e3 
- 00015988  0x000035f1 call  0x000067fb 
- 00015989  0x000035f2 fetcht  0x00000001 , 0x000046e4 
- 00015990  0x000035f3 call  0x000067fb 
- 00015991  0x000035f4 fetcht  0x00000001 , 0x000046f3 
- 00015992  0x000035f5 call  0x000067fb 
- 00015993  0x000035f7 fetcht  0x00000001 , 0x000046dc 
- 00015994  0x000035f8 call  0x0000680e 
- 00015995  0x000035fa fetcht  0x00000001 , 0x000046e8 
- 00015996  0x000035fb call  0x000067fb 
- 00015997  0x000035fd fetcht  0x00000001 , 0x000046e9 
- 00015998  0x000035fe call  0x000067fb 
- 00015999  0x00003600 fetcht  0x00000001 , 0x000046ea 
- 00016000  0x00003601 call  0x000067fb 
- 00016001  0x00003602 fetcht  0x00000001 , 0x000046eb 
- 00016002  0x00003603 call  0x000067fb 
- 00016003  0x00003605 fetcht  0x00000001 , 0x000046e5 
- 00016004  0x00003606 call  0x000067fb 
- 00016005  0x00003607 fetcht  0x00000001 , 0x000046e6 
- 00016006  0x00003608 call  0x000067fb 
- 00016007  0x0000360a fetcht  0x00000001 , 0x000046ef 
- 00016008  0x0000360b call  0x0000680e 
- 00016009  0x0000360d fetcht  0x00000001 , 0x000046f0 
- 00016010  0x0000360e call  0x0000680e 
- 00016011  0x00003610 fetcht  0x00000001 , 0x000046f1 
- 00016012  0x00003611 call  0x0000680e 
- 00016013  0x00003613 fetcht  0x00000001 , 0x000046f2 
- 00016014  0x00003614 call  0x0000680e 
- 00016015  0x00003616 fetcht  0x00000001 , 0x000046f4 
- 00016016  0x00003617 call  0x0000680e 
- 00016017  0x00003619 fetcht  0x00000001 , 0x000046ed 
- 00016018  0x0000361a call  0x000067fb 
- 00016019  0x0000361c fetcht  0x00000001 , 0x000046ec 
- 00016020  0x0000361d call  0x000067fb 
- 00016021  0x0000361f fetcht  0x00000001 , 0x000046e7 
- 00016022  0x00003620 branch  0x000067fb 
- 00016023  0x00003623 fetcht  0x00000001 , 0x000046e8 
- 00016024  0x00003624 call  0x000067dd 
- 00016025  0x00003625 fetcht  0x00000001 , 0x000046e9 
- 00016026  0x00003626 call  0x000067dd 
- 00016027  0x00003627 fetcht  0x00000001 , 0x000046ea 
- 00016028  0x00003628 call  0x000067dd 
- 00016029  0x00003629 fetcht  0x00000001 , 0x000046eb 
- 00016030  0x0000362a branch  0x000067dd 
- 00016031  0x0000362d fetcht  0x00000001 , 0x000046e8 
- 00016032  0x0000362e call  0x00003ea7 
- 00016033  0x0000362f fetcht  0x00000001 , 0x000046e9 
- 00016034  0x00003630 call  0x00003ea7 
- 00016035  0x00003631 fetcht  0x00000001 , 0x000046ea 
- 00016036  0x00003632 call  0x00003ea7 
- 00016037  0x00003633 fetcht  0x00000001 , 0x000046eb 
- 00016038  0x00003634 branch  0x00003ea7 
- 00016039  0x00003637 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00016040  0x00003638 rtn  0x00000005 
- 00016041  0x00003639 and  0x00000002 , 0x0000007f , 0x00000007 
- 00016042  0x0000363a hfetch  0x00000004 , 0x0000811c 
- 00016043  0x0000363b qisolate1  0x0000003f 
- 00016044  0x0000363c hfetch  0x00000004 , 0x00008078 
- 00016045  0x0000363d qsetflag  0x00000001 , 0x0000003f 
- 00016046  0x0000363e hstore  0x00000004 , 0x00008078 
- 00016047  0x0000363f hfetch  0x00000004 , 0x0000807c 
- 00016048  0x00003640 nqsetflag  0x00000001 , 0x0000003f 
- 00016049  0x00003641 hstore  0x00000004 , 0x0000807c 
- 00016050  0x00003642 rtn 
- 00016051  0x00003645 enable  0x00000028 
- 00016052  0x00003646 hfetch  0x00000004 , 0x00008138 
- 00016053  0x00003647 setflag  0x00000028 , 0x0000001a , 0x0000003f 
- 00016054  0x00003648 hstore  0x00000004 , 0x0000804c 
- 00016055  0x00003649 call  0x00002c21 
- 00016056  0x0000364a call  0x00004482 
- 00016057  0x0000364b call  0x00003e9f 
- 00016058  0x0000364d branch  0x00003ebf 
- 00016059  0x00003652 call  0x00003ebf 
- 00016060  0x00003653 fetch  0x00000001 , 0x000000a0 
- 00016061  0x00003654 nrtn  0x00000034 
- 00016062  0x00003655 branch  0x000067ed 
- 00016063  0x00003658 call  0x00003ee0 
- 00016064  0x00003659 arg  0x00000019 , 0x00000002 
- 00016065  0x0000365a fetch  0x00000004 , 0x000046d3 
- 00016066  0x0000365b isolate1  0x00000012 , 0x0000003f 
- 00016067  0x0000365c call  0x00003ede , 0x00000001 
- 00016068  0x0000365d call  0x0000680e 
- 00016069  0x0000365e call  0x000063ee 
- 00016070  0x00003662 fetcht  0x00000001 , 0x000046e2 
- 00016071  0x00003663 call  0x000067dd 
- 00016072  0x00003664 fetcht  0x00000001 , 0x000046e3 
- 00016073  0x00003665 call  0x000067dd 
- 00016074  0x00003666 fetcht  0x00000001 , 0x000046e4 
- 00016075  0x00003667 call  0x000067dd 
- 00016076  0x00003669 fetcht  0x00000001 , 0x000046e5 
- 00016077  0x0000366a call  0x000067dd 
- 00016078  0x0000366b fetcht  0x00000001 , 0x000046e6 
- 00016079  0x0000366c call  0x000067dd 
- 00016080  0x0000366d fetcht  0x00000001 , 0x000046e7 
- 00016081  0x0000366e call  0x000067dd 
- 00016082  0x0000366f fetcht  0x00000001 , 0x000046ed 
- 00016083  0x00003670 call  0x000067dd 
- 00016084  0x00003671 fetcht  0x00000001 , 0x000046e8 
- 00016085  0x00003672 call  0x000067dd 
- 00016086  0x00003673 fetcht  0x00000001 , 0x000046e9 
- 00016087  0x00003674 call  0x000067dd 
- 00016088  0x00003675 fetcht  0x00000001 , 0x000046ea 
- 00016089  0x00003676 call  0x000067dd 
- 00016090  0x00003677 fetcht  0x00000001 , 0x000046eb 
- 00016091  0x00003678 call  0x000067dd 
- 00016092  0x00003679 fetcht  0x00000001 , 0x000046f3 
- 00016093  0x0000367a branch  0x000067e1 
- 00016094  0x0000367f arg  0x0000001e , 0x00000002 
- 00016095  0x00003680 rtn 
- 00016096  0x00003683 bpatch  0x000000e4 , 0x0000401c 
- 00016097  0x00003684 call  0x00003eee 
- 00016098  0x00003685 call  0x00003f36 
- 00016099  0x00003686 fetch  0x00000001 , 0x000046b8 
- 00016100  0x00003687 fetcht  0x00000001 , 0x000046b7 
- 00016101  0x00003688 store  0x00000001 , 0x000046b7 
- 00016102  0x00003689 isub  0x00000002 , 0x0000003e 
- 00016103  0x0000368a nbranch  0x000033d4 , 0x00000005 
- 00016104  0x0000368b fetch  0x00000001 , 0x000046be 
- 00016105  0x0000368c fetcht  0x00000001 , 0x000046bd 
- 00016106  0x0000368d store  0x00000001 , 0x000046bd 
- 00016107  0x0000368e isub  0x00000002 , 0x0000003e 
- 00016108  0x0000368f nbranch  0x000033d4 , 0x00000005 
- 00016109  0x00003690 rtn 
- 00016110  0x00003692 fetch  0x00000001 , 0x000046ea 
- 00016111  0x00003693 rtneq  0x000000ff 
- 00016112  0x00003694 arg  0x00000000 , 0x00000011 
- 00016113  0x00003695 fetcht  0x00000001 , 0x000046ea 
- 00016114  0x00003696 call  0x0000681d 
- 00016115  0x00003697 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00016116  0x00003698 fetcht  0x00000001 , 0x000046eb 
- 00016117  0x00003699 call  0x0000681d 
- 00016118  0x0000369a setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00016119  0x0000369b copy  0x00000011 , 0x0000003f 
- 00016120  0x0000369c store  0x00000001 , 0x000046b8 
- 00016121  0x0000369d beq  0x00000001 , 0x00003efe 
- 00016122  0x0000369e beq  0x00000002 , 0x00003f02 
- 00016123  0x0000369f fetch  0x00000001 , 0x000046b9 
- 00016124  0x000036a0 bbit1  0x00000007 , 0x00003f0e 
- 00016125  0x000036a1 rtn 
- 00016126  0x000036a4 fetch  0x00000001 , 0x000046b7 
- 00016127  0x000036a5 beq  0x00000000 , 0x00003f06 
- 00016128  0x000036a6 beq  0x00000003 , 0x00003f08 
- 00016129  0x000036a7 rtn 
- 00016130  0x000036a9 fetch  0x00000001 , 0x000046b7 
- 00016131  0x000036aa beq  0x00000000 , 0x00003f0a 
- 00016132  0x000036ab beq  0x00000003 , 0x00003f0c 
- 00016133  0x000036ac rtn 
- 00016134  0x000036ae jam  0x00000082 , 0x000046b9 
- 00016135  0x000036af rtn 
- 00016136  0x000036b1 jam  0x00000081 , 0x000046b9 
- 00016137  0x000036b2 rtn 
- 00016138  0x000036b4 jam  0x00000080 , 0x000046b9 
- 00016139  0x000036b5 rtn 
- 00016140  0x000036b7 jam  0x00000083 , 0x000046b9 
- 00016141  0x000036b8 rtn 
- 00016142  0x000036ba fetch  0x00000001 , 0x000046b9 
- 00016143  0x000036bb set0  0x00000007 , 0x0000003f 
- 00016144  0x000036bc store  0x00000001 , 0x000046b9 
- 00016145  0x000036bd beq  0x00000000 , 0x00003f16 
- 00016146  0x000036be beq  0x00000001 , 0x00003f19 
- 00016147  0x000036bf beq  0x00000002 , 0x00003f1c 
- 00016148  0x000036c0 beq  0x00000003 , 0x00003f1f 
- 00016149  0x000036c1 rtn 
- 00016150  0x000036c3 fetch  0x00000001 , 0x000046b8 
- 00016151  0x000036c4 beq  0x00000003 , 0x00003f22 
- 00016152  0x000036c5 rtn 
- 00016153  0x000036c7 fetch  0x00000001 , 0x000046b8 
- 00016154  0x000036c8 beq  0x00000000 , 0x00003f22 
- 00016155  0x000036c9 rtn 
- 00016156  0x000036cb fetch  0x00000001 , 0x000046b8 
- 00016157  0x000036cc beq  0x00000003 , 0x00003f2c 
- 00016158  0x000036cd rtn 
- 00016159  0x000036cf fetch  0x00000001 , 0x000046b8 
- 00016160  0x000036d0 beq  0x00000000 , 0x00003f2c 
- 00016161  0x000036d1 rtn 
- 00016162  0x000036d3 fetch  0x00000001 , 0x000046bc 
- 00016163  0x000036d4 increase  0x00000001 , 0x0000003f 
- 00016164  0x000036d5 store  0x00000001 , 0x000046bc 
- 00016165  0x000036d6 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00016166  0x000036d7 rtn  0x00000002 
- 00016167  0x000036d8 jam  0x00000000 , 0x000046bc 
- 00016168  0x000036d9 fetch  0x00000001 , 0x000046ba 
- 00016169  0x000036da increase  0x00000001 , 0x0000003f 
- 00016170  0x000036db store  0x00000001 , 0x000046ba 
- 00016171  0x000036dc rtn 
- 00016172  0x000036de fetch  0x00000001 , 0x000046bb 
- 00016173  0x000036df increase  0x00000001 , 0x0000003f 
- 00016174  0x000036e0 store  0x00000001 , 0x000046bb 
- 00016175  0x000036e1 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00016176  0x000036e2 rtn  0x00000002 
- 00016177  0x000036e3 jam  0x00000000 , 0x000046bb 
- 00016178  0x000036e4 fetch  0x00000001 , 0x000046ba 
- 00016179  0x000036e5 increase  0xffffffff , 0x0000003f 
- 00016180  0x000036e6 store  0x00000001 , 0x000046ba 
- 00016181  0x000036e7 rtn 
- 00016182  0x000036eb fetch  0x00000001 , 0x000046e8 
- 00016183  0x000036ec rtneq  0x000000ff 
- 00016184  0x000036ed arg  0x00000000 , 0x00000011 
- 00016185  0x000036ee fetcht  0x00000001 , 0x000046e8 
- 00016186  0x000036ef call  0x0000681d 
- 00016187  0x000036f0 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00016188  0x000036f1 fetcht  0x00000001 , 0x000046e9 
- 00016189  0x000036f2 call  0x0000681d 
- 00016190  0x000036f3 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00016191  0x000036f4 copy  0x00000011 , 0x0000003f 
- 00016192  0x000036f5 store  0x00000001 , 0x000046be 
- 00016193  0x000036f6 beq  0x00000001 , 0x00003f46 
- 00016194  0x000036f7 beq  0x00000002 , 0x00003f4a 
- 00016195  0x000036f8 fetch  0x00000001 , 0x000046bf 
- 00016196  0x000036f9 bbit1  0x00000007 , 0x00003f56 
- 00016197  0x000036fa rtn 
- 00016198  0x000036fd fetch  0x00000001 , 0x000046bd 
- 00016199  0x000036fe beq  0x00000000 , 0x00003f4e 
- 00016200  0x000036ff beq  0x00000003 , 0x00003f50 
- 00016201  0x00003700 rtn 
- 00016202  0x00003702 fetch  0x00000001 , 0x000046bd 
- 00016203  0x00003703 beq  0x00000000 , 0x00003f52 
- 00016204  0x00003704 beq  0x00000003 , 0x00003f54 
- 00016205  0x00003705 rtn 
- 00016206  0x00003707 jam  0x00000082 , 0x000046bf 
- 00016207  0x00003708 rtn 
- 00016208  0x0000370a jam  0x00000081 , 0x000046bf 
- 00016209  0x0000370b rtn 
- 00016210  0x0000370d jam  0x00000080 , 0x000046bf 
- 00016211  0x0000370e rtn 
- 00016212  0x00003710 jam  0x00000083 , 0x000046bf 
- 00016213  0x00003711 rtn 
- 00016214  0x00003713 fetch  0x00000001 , 0x000046bf 
- 00016215  0x00003714 set0  0x00000007 , 0x0000003f 
- 00016216  0x00003715 store  0x00000001 , 0x000046bf 
- 00016217  0x00003716 beq  0x00000000 , 0x00003f5e 
- 00016218  0x00003717 beq  0x00000001 , 0x00003f61 
- 00016219  0x00003718 beq  0x00000002 , 0x00003f64 
- 00016220  0x00003719 beq  0x00000003 , 0x00003f67 
- 00016221  0x0000371a rtn 
- 00016222  0x0000371c fetch  0x00000001 , 0x000046be 
- 00016223  0x0000371d beq  0x00000003 , 0x00003f6a 
- 00016224  0x0000371e rtn 
- 00016225  0x00003720 fetch  0x00000001 , 0x000046be 
- 00016226  0x00003721 beq  0x00000000 , 0x00003f6a 
- 00016227  0x00003722 rtn 
- 00016228  0x00003724 fetch  0x00000001 , 0x000046be 
- 00016229  0x00003725 beq  0x00000003 , 0x00003f6f 
- 00016230  0x00003726 rtn 
- 00016231  0x00003728 fetch  0x00000001 , 0x000046be 
- 00016232  0x00003729 beq  0x00000000 , 0x00003f6f 
- 00016233  0x0000372a rtn 
- 00016234  0x0000372c jam  0x00000000 , 0x000046c2 
- 00016235  0x0000372d fetch  0x00000001 , 0x000046c0 
- 00016236  0x0000372e increase  0x00000001 , 0x0000003f 
- 00016237  0x0000372f store  0x00000001 , 0x000046c0 
- 00016238  0x00003730 rtn 
- 00016239  0x00003732 jam  0x00000000 , 0x000046c1 
- 00016240  0x00003733 fetch  0x00000001 , 0x000046c0 
- 00016241  0x00003734 increase  0xffffffff , 0x0000003f 
- 00016242  0x00003735 store  0x00000001 , 0x000046c0 
- 00016243  0x00003736 rtn 
- 00016244  0x0000373a setarg  0x00000002 
- 00016245  0x0000373b store  0x00000001 , 0x00004680 
- 00016246  0x0000373c rtn 
- 00016247  0x0000373f fetch  0x00000001 , 0x000041e2 
- 00016248  0x00003740 rtn  0x00000034 
- 00016249  0x00003741 call  0x00005271 
- 00016250  0x00003742 nrtn  0x00000034 
- 00016251  0x00003743 fetch  0x00000004 , 0x000046d3 
- 00016252  0x00003744 bbit1  0x00000003 , 0x00003f8a 
- 00016253  0x00003745 bbit1  0x00000000 , 0x00003f8a 
- 00016254  0x00003746 bbit1  0x00000005 , 0x00003f8a 
- 00016255  0x00003747 call  0x00003f97 
- 00016256  0x00003748 nrtn  0x00000028 
- 00016257  0x0000374a arg  0x00000009 , 0x00000011 
- 00016258  0x0000374b call  0x00004d63 
- 00016259  0x0000374c fetch  0x00000002 , 0x0000424e 
- 00016260  0x0000374d istore  0x00000002 , 0x00000005 
- 00016261  0x0000374e setarg  0x000002a1 
- 00016262  0x0000374f istore  0x00000002 , 0x00000005 
- 00016263  0x00003750 fetch  0x00000007 , 0x0000469a 
- 00016264  0x00003751 istore  0x00000007 , 0x00000005 
- 00016265  0x00003752 rtn 
- 00016266  0x00003756 setarg  0x00000000 
- 00016267  0x00003757 store  0x00000007 , 0x0000469a 
- 00016268  0x00003758 branch  0x00003f81 
- 00016269  0x0000375c fetch  0x00000002 , 0x000046aa 
- 00016270  0x0000375d store  0x00000002 , 0x000046b0 
- 00016271  0x0000375e rtn 
- 00016272  0x00003762 bpatch  0x000000e5 , 0x0000401c 
- 00016273  0x00003763 arg  0x00000007 , 0x00000011 
- 00016274  0x00003764 fetcht  0x00000002 , 0x0000446f 
- 00016275  0x00003765 call  0x00005a64 
- 00016276  0x00003766 fetch  0x00000007 , 0x0000469a 
- 00016277  0x00003767 istore  0x00000007 , 0x00000005 
- 00016278  0x00003768 rtn 
- 00016279  0x0000376b bpatch  0x000000e6 , 0x0000401c 
- 00016280  0x0000376c disable  0x00000028 
- 00016281  0x0000376d setarg  0x00000000 
- 00016282  0x0000376e store  0x00000006 , 0x0000469b 
- 00016283  0x0000376f call  0x00003fb5 
- 00016284  0x00003770 call  0x00004079 
- 00016285  0x00003771 call  0x0000407e 
- 00016286  0x00003772 call  0x00004099 
- 00016287  0x00003773 nrtn  0x00000028 
- 00016288  0x00003774 call  0x00003f8d 
- 00016289  0x00003775 arg  0x00000008 , 0x00000007 
- 00016290  0x00003776 branch  0x000043ce 
- 00016291  0x00003779 fetch  0x00000002 , 0x0000469b 
- 00016292  0x0000377a sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016293  0x0000377b store  0x00000002 , 0x0000469b 
- 00016294  0x0000377c branch  0x00007fe7 
- 00016295  0x0000377e fetch  0x00000002 , 0x0000469d 
- 00016296  0x0000377f sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016297  0x00003780 store  0x00000002 , 0x0000469d 
- 00016298  0x00003781 branch  0x00007fe7 
- 00016299  0x00003783 fetch  0x00000002 , 0x0000469d 
- 00016300  0x00003784 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016301  0x00003785 store  0x00000002 , 0x0000469d 
- 00016302  0x00003786 fetch  0x00000002 , 0x0000469b 
- 00016303  0x00003787 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016304  0x00003788 store  0x00000002 , 0x0000469b 
- 00016305  0x00003789 call  0x00004002 
- 00016306  0x0000378a branch  0x00007fe7 
- 00016307  0x0000378c call  0x00004002 
- 00016308  0x0000378d branch  0x00007fe7 
- 00016309  0x0000378f fetch  0x00000001 , 0x00004239 
- 00016310  0x00003790 rtnne  0x00000000 
- 00016311  0x00003791 fetch  0x00000001 , 0x000046e0 
- 00016312  0x00003792 beq  0x00000000 , 0x00003fe2 
- 00016313  0x00003793 beq  0x00000001 , 0x00003fe2 
- 00016314  0x00003794 beq  0x00000002 , 0x00003fe2 
- 00016315  0x00003795 beq  0x00000003 , 0x00003fe2 
- 00016316  0x00003796 beq  0x00000004 , 0x00003fc4 
- 00016317  0x00003797 beq  0x00000005 , 0x00004010 
- 00016318  0x00003798 beq  0x00000006 , 0x00003fe2 
- 00016319  0x00003799 branch  0x00003fe2 
- 00016320  0x0000379c fetch  0x00000001 , 0x000046a7 
- 00016321  0x0000379d call  0x0000405d , 0x00000034 
- 00016322  0x0000379e jam  0x00000001 , 0x000046a7 
- 00016323  0x0000379f rtn 
- 00016324  0x000037a3 call  0x00003fc0 
- 00016325  0x000037a4 fetcht  0x00000001 , 0x000046f3 
- 00016326  0x000037a5 call  0x0000681d 
- 00016327  0x000037a6 nrtn  0x00000001 
- 00016328  0x000037a8 setarg  0x00000000 
- 00016329  0x000037a9 call  0x00006414 
- 00016330  0x000037aa bne  0x00000030 , 0x000040d1 
- 00016331  0x000037ab setarg  0x00000002 
- 00016332  0x000037ac call  0x00006414 
- 00016333  0x000037ad rtnbit0  0x00000007 
- 00016334  0x000037ae call  0x0000405d 
- 00016335  0x000037af call  0x00003fde 
- 00016336  0x000037b0 store  0x00000001 , 0x000046a1 
- 00016337  0x000037b1 rshift4  0x0000003f , 0x0000003f 
- 00016338  0x000037b2 call  0x00004169 
- 00016339  0x000037b3 store  0x00000001 , 0x0000469c 
- 00016340  0x000037b4 fetch  0x00000001 , 0x000046a1 
- 00016341  0x000037b5 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00016342  0x000037b6 call  0x00004169 
- 00016343  0x000037b7 store  0x00000001 , 0x0000469e 
- 00016344  0x000037b8 fetch  0x00000001 , 0x000046f6 
- 00016345  0x000037b9 beq  0x00000000 , 0x00003fa3 
- 00016346  0x000037ba beq  0x00000001 , 0x00003fab 
- 00016347  0x000037bb beq  0x00000002 , 0x00003fa7 
- 00016348  0x000037bc beq  0x00000003 , 0x00003fb3 
- 00016349  0x000037bd rtn 
- 00016350  0x000037c0 setarg  0x00000012 
- 00016351  0x000037c1 branch  0x00006414 
- 00016352  0x000037c4 beq  0x00000031 , 0x00003fea 
- 00016353  0x000037c5 branch  0x000040d1 
- 00016354  0x000037c8 call  0x00003fc0 
- 00016355  0x000037c9 disable  0x00000028 
- 00016356  0x000037ca fetcht  0x00000001 , 0x000046f3 
- 00016357  0x000037cb call  0x0000681d 
- 00016358  0x000037cc nrtn  0x00000001 
- 00016359  0x000037ce setarg  0x00000000 
- 00016360  0x000037cf call  0x00006414 
- 00016361  0x000037d0 bne  0x00000030 , 0x00003fe0 
- 00016362  0x000037d2 setarg  0x00000002 
- 00016363  0x000037d3 call  0x00006414 
- 00016364  0x000037d4 rtnbit0  0x00000007 
- 00016365  0x000037d5 call  0x0000405d 
- 00016366  0x000037d6 fetch  0x00000001 , 0x0000469b 
- 00016367  0x000037d7 call  0x00004165 
- 00016368  0x000037d8 store  0x00000002 , 0x0000469b 
- 00016369  0x000037d9 fetch  0x00000001 , 0x0000469d 
- 00016370  0x000037da call  0x00004165 
- 00016371  0x000037db store  0x00000002 , 0x0000469d 
- 00016372  0x000037dc fetch  0x00000001 , 0x000046f6 
- 00016373  0x000037dd beq  0x00000000 , 0x00003ffa 
- 00016374  0x000037de beq  0x00000001 , 0x00003ffc 
- 00016375  0x000037df beq  0x00000002 , 0x00003ffe 
- 00016376  0x000037e0 beq  0x00000003 , 0x00004000 
- 00016377  0x000037e1 rtn 
- 00016378  0x000037e4 call  0x00003fa3 
- 00016379  0x000037e5 branch  0x000040b3 
- 00016380  0x000037e7 call  0x00003fab 
- 00016381  0x000037e8 branch  0x000040b3 
- 00016382  0x000037ea call  0x00003fa7 
- 00016383  0x000037eb branch  0x000040b3 
- 00016384  0x000037ed call  0x00003fb3 
- 00016385  0x000037ee branch  0x000040b3 
- 00016386  0x000037f1 fetch  0x00000002 , 0x0000469d 
- 00016387  0x000037f2 fetcht  0x00000002 , 0x0000469b 
- 00016388  0x000037f3 store  0x00000002 , 0x0000469b 
- 00016389  0x000037f4 storet  0x00000002 , 0x0000469d 
- 00016390  0x000037f5 rtn 
- 00016391  0x000037f8 call  0x0000640f 
- 00016392  0x000037f9 nop  0x00000064 
- 00016393  0x000037fa copy  0x00000012 , 0x0000003f 
- 00016394  0x000037fb call  0x00006414 
- 00016395  0x000037fc copy  0x0000003f , 0x00000012 
- 00016396  0x000037fd call  0x00006411 
- 00016397  0x000037fe nop  0x00000064 
- 00016398  0x000037ff copy  0x00000012 , 0x0000003f 
- 00016399  0x00003800 rtn 
- 00016400  0x00003802 disable  0x00000028 
- 00016401  0x00003803 fetcht  0x00000001 , 0x000046f3 
- 00016402  0x00003804 call  0x0000681d 
- 00016403  0x00003805 nrtn  0x00000001 
- 00016404  0x00003806 arg  0x00000002 , 0x00000012 
- 00016405  0x00003807 call  0x00004007 
- 00016406  0x00003808 rtnbit0  0x00000007 
- 00016407  0x00003809 arg  0x00000000 , 0x00000012 
- 00016408  0x0000380a call  0x00004007 
- 00016409  0x0000380b store  0x00000001 , 0x000046dd 
- 00016410  0x0000380c bne  0x0000003e , 0x00004145 
- 00016411  0x0000380d fetch  0x00000001 , 0x000046a7 
- 00016412  0x0000380e call  0x00004039 , 0x00000034 
- 00016413  0x0000380f jam  0x00000001 , 0x000046a7 
- 00016414  0x00003810 call  0x00004039 
- 00016415  0x00003811 fetch  0x00000001 , 0x000046a1 
- 00016416  0x00003812 rshift4  0x0000003f , 0x0000003f 
- 00016417  0x00003813 call  0x00004169 
- 00016418  0x00003814 store  0x00000001 , 0x0000469c 
- 00016419  0x00003815 fetch  0x00000001 , 0x000046a1 
- 00016420  0x00003816 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00016421  0x00003817 call  0x00004169 
- 00016422  0x00003818 store  0x00000001 , 0x0000469e 
- 00016423  0x00003819 fetch  0x00000001 , 0x000046f6 
- 00016424  0x0000381a beq  0x00000000 , 0x00004031 
- 00016425  0x0000381b beq  0x00000001 , 0x00004035 
- 00016426  0x0000381c beq  0x00000002 , 0x00004033 
- 00016427  0x0000381d beq  0x00000003 , 0x00004037 
- 00016428  0x0000381e rtn 
- 00016429  0x00003821 fetch  0x00000001 , 0x000046a4 
- 00016430  0x00003822 beq  0x00000000 , 0x00004051 
- 00016431  0x00003823 beq  0x00000001 , 0x00004045 
- 00016432  0x00003824 rtn 
- 00016433  0x00003828 call  0x00003fa3 
- 00016434  0x00003829 branch  0x0000402d 
- 00016435  0x0000382c call  0x00003fa7 
- 00016436  0x0000382d branch  0x0000402d 
- 00016437  0x00003830 call  0x00003fab 
- 00016438  0x00003831 branch  0x0000402d 
- 00016439  0x00003834 call  0x00003fb3 
- 00016440  0x00003835 branch  0x0000402d 
- 00016441  0x00003838 call  0x0000640f 
- 00016442  0x00003839 call  0x0000405d 
- 00016443  0x0000383a arg  0x00000005 , 0x0000003f 
- 00016444  0x0000383b call  0x00006414 
- 00016445  0x0000383c store  0x00000001 , 0x000046a1 
- 00016446  0x0000383d arg  0x00000007 , 0x0000003f 
- 00016447  0x0000383e call  0x00006414 
- 00016448  0x0000383f store  0x00000001 , 0x000046a2 
- 00016449  0x00003840 arg  0x00000008 , 0x0000003f 
- 00016450  0x00003841 call  0x00006414 
- 00016451  0x00003842 store  0x00000001 , 0x000046a3 
- 00016452  0x00003843 branch  0x00006411 
- 00016453  0x00003847 fetch  0x00000001 , 0x000046a2 
- 00016454  0x00003848 rtnne  0x00000000 
- 00016455  0x00003849 fetch  0x00000001 , 0x000046a3 
- 00016456  0x0000384a sub  0x0000003f , 0x0000002d , 0x0000003e 
- 00016457  0x0000384b rtn  0x00000002 
- 00016458  0x0000384c jam  0x00000000 , 0x000046a4 
- 00016459  0x0000384d setarg  0x0000ba41 
- 00016460  0x0000384e call  0x00006405 
- 00016461  0x0000384f setarg  0x00000032 
- 00016462  0x00003850 call  0x00006405 
- 00016463  0x00003851 setarg  0x0000b541 
- 00016464  0x00003852 branch  0x00006405 
- 00016465  0x00003854 fetch  0x00000001 , 0x000046a2 
- 00016466  0x00003855 rtnne  0x00000000 
- 00016467  0x00003856 fetch  0x00000001 , 0x000046a3 
- 00016468  0x00003857 sub  0x0000003f , 0x0000002d , 0x0000003e 
- 00016469  0x00003858 nrtn  0x00000002 
- 00016470  0x00003859 jam  0x00000001 , 0x000046a4 
- 00016471  0x0000385a setarg  0x0000ba41 
- 00016472  0x0000385b call  0x00006405 
- 00016473  0x0000385c setarg  0x00008032 
- 00016474  0x0000385d call  0x00006405 
- 00016475  0x0000385e setarg  0x0000b541 
- 00016476  0x0000385f branch  0x00006405 
- 00016477  0x00003864 arg  0x00000003 , 0x0000003f 
- 00016478  0x00003865 call  0x00006414 
- 00016479  0x00003866 store  0x00000002 , 0x0000469b 
- 00016480  0x00003867 arg  0x00000004 , 0x0000003f 
- 00016481  0x00003868 call  0x00006414 
- 00016482  0x00003869 store  0x00000002 , 0x0000469d 
- 00016483  0x0000386a rtn 
- 00016484  0x0000386d arg  0x0000001b , 0x00000002 
- 00016485  0x0000386e call  0x000067fb 
- 00016486  0x0000386f arg  0x0000001b , 0x00000002 
- 00016487  0x00003870 call  0x0000681d 
- 00016488  0x00003871 rtn  0x00000001 
- 00016489  0x00003872 hfetch  0x00000001 , 0x00008109 
- 00016490  0x00003873 set1  0x00000004 , 0x0000003f 
- 00016491  0x00003874 hstore  0x00000001 , 0x00008109 
- 00016492  0x00003875 rtn 
- 00016493  0x00003878 fetcht  0x00000001 , 0x000046c0 
- 00016494  0x00003879 hfetch  0x00000001 , 0x00008109 
- 00016495  0x0000387a iadd  0x00000002 , 0x0000003f 
- 00016496  0x0000387b rtn  0x00000034 
- 00016497  0x0000387c store  0x00000001 , 0x0000469f 
- 00016498  0x0000387d jam  0x00000000 , 0x000046c0 
- 00016499  0x0000387e branch  0x00007fe7 
- 00016500  0x00003880 fetcht  0x00000001 , 0x000046c0 
- 00016501  0x00003881 hfetch  0x00000001 , 0x00008109 
- 00016502  0x00003882 iadd  0x00000002 , 0x0000003f 
- 00016503  0x00003883 store  0x00000001 , 0x000046c0 
- 00016504  0x00003884 rtn 
- 00016505  0x00003886 fetch  0x00000001 , 0x000046c0 
- 00016506  0x00003887 rtn  0x00000034 
- 00016507  0x00003888 store  0x00000001 , 0x0000469f 
- 00016508  0x00003889 jam  0x00000000 , 0x000046c0 
- 00016509  0x0000388a branch  0x00007fe7 
- 00016510  0x0000388d fetch  0x00000001 , 0x000046ba 
- 00016511  0x0000388e rtn  0x00000034 
- 00016512  0x0000388f store  0x00000001 , 0x000046a0 
- 00016513  0x00003890 jam  0x00000000 , 0x000046ba 
- 00016514  0x00003891 branch  0x00007fe7 
- 00016515  0x00003894 arg  0x00000000 , 0x00000011 
- 00016516  0x00003895 fetcht  0x00000001 , 0x000046e2 
- 00016517  0x00003896 call  0x0000681d 
- 00016518  0x00003897 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00016519  0x00003898 fetcht  0x00000001 , 0x000046e3 
- 00016520  0x00003899 call  0x0000681d 
- 00016521  0x0000389a setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00016522  0x0000389b fetcht  0x00000001 , 0x000046e4 
- 00016523  0x0000389c call  0x0000681d 
- 00016524  0x0000389d setflag  0x00000001 , 0x00000002 , 0x00000011 
- 00016525  0x0000389e call  0x00004090 
- 00016526  0x0000389f copy  0x00000011 , 0x0000003f 
- 00016527  0x000038a0 rtn 
- 00016528  0x000038a2 fetch  0x00000001 , 0x000046e5 
- 00016529  0x000038a3 rtneq  0x000000ff 
- 00016530  0x000038a4 fetcht  0x00000001 , 0x000046e5 
- 00016531  0x000038a5 call  0x0000681d 
- 00016532  0x000038a6 setflag  0x00000001 , 0x00000003 , 0x00000011 
- 00016533  0x000038a7 fetcht  0x00000001 , 0x000046e6 
- 00016534  0x000038a8 call  0x0000681d 
- 00016535  0x000038a9 setflag  0x00000001 , 0x00000004 , 0x00000011 
- 00016536  0x000038aa rtn 
- 00016537  0x000038ad call  0x00004083 
- 00016538  0x000038ae call  0x000040a8 
- 00016539  0x000038af call  0x000040a3 
- 00016540  0x000038b0 copy  0x00000011 , 0x0000003f 
- 00016541  0x000038b1 fetcht  0x00000001 , 0x0000469a 
- 00016542  0x000038b2 store  0x00000001 , 0x0000469a 
- 00016543  0x000038b3 ixor  0x00000002 , 0x0000003f 
- 00016544  0x000038b4 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00016545  0x000038b5 rtn  0x00000005 
- 00016546  0x000038b6 branch  0x00007fe7 
- 00016547  0x000038b9 rtnmark0  0x00000026 
- 00016548  0x000038ba copy  0x00000011 , 0x0000003f 
- 00016549  0x000038bb rtn  0x00000034 
- 00016550  0x000038bc store  0x00000001 , 0x0000469a 
- 00016551  0x000038bd branch  0x00007fe7 
- 00016552  0x000038c1 fetch  0x00000002 , 0x00004682 
- 00016553  0x000038c2 bbit1  0x00000009 , 0x000040ad 
- 00016554  0x000038c3 fetch  0x00000002 , 0x00004682 
- 00016555  0x000038c4 bbit1  0x00000000 , 0x000040b0 
- 00016556  0x000038c5 rtn 
- 00016557  0x000038c7 copy  0x00000011 , 0x0000003f 
- 00016558  0x000038c8 nbranch  0x00005820 , 0x00000034 
- 00016559  0x000038c9 branch  0x00005822 
- 00016560  0x000038cb copy  0x00000011 , 0x0000003f 
- 00016561  0x000038cc nbranch  0x00002bc7 , 0x00000034 
- 00016562  0x000038cd branch  0x00002bc9 
- 00016563  0x000038d1 bpatch  0x000000e7 , 0x0000401c 
- 00016564  0x000038d2 arg  0x0000001a , 0x00000002 
- 00016565  0x000038d3 fetch  0x00000004 , 0x000046d3 
- 00016566  0x000038d4 isolate1  0x00000012 , 0x0000003f 
- 00016567  0x000038d5 call  0x000040be , 0x00000001 
- 00016568  0x000038d6 call  0x0000681d 
- 00016569  0x000038d7 rtn  0x00000001 
- 00016570  0x000038d8 setarg  0x0000000a 
- 00016571  0x000038d9 call  0x00006414 
- 00016572  0x000038da nop  0x000003e8 
- 00016573  0x000038db branch  0x000040b3 
- 00016574  0x000038dd arg  0x0000001f , 0x00000002 
- 00016575  0x000038de rtn 
- 00016576  0x000038e1 fetch  0x00000004 , 0x000046d3 
- 00016577  0x000038e2 bbit1  0x00000012 , 0x000040c4 
- 00016578  0x000038e4 arg  0x0000001a , 0x00000002 
- 00016579  0x000038e5 branch  0x000067fe 
- 00016580  0x000038e7 arg  0x0000001f , 0x00000002 
- 00016581  0x000038e8 branch  0x000067fe 
- 00016582  0x000038ec call  0x00003d36 
- 00016583  0x000038ed rtn  0x0000002b 
- 00016584  0x000038ee call  0x000040c0 
- 00016585  0x000038ef fetch  0x00000001 , 0x000046e0 
- 00016586  0x000038f0 beq  0x00000005 , 0x000040d5 
- 00016587  0x000038f2 call  0x000040d9 
- 00016588  0x000038f3 beq  0x00000030 , 0x000040e0 
- 00016589  0x000038f4 beq  0x00000031 , 0x000040ea 
- 00016590  0x000038f5 call  0x000040d1 
- 00016591  0x000038f6 nop  0x000003e8 
- 00016592  0x000038f7 branch  0x000040cb 
- 00016593  0x000038f9 bpatch  0x000000e8 , 0x0000401d 
- 00016594  0x000038fa fetch  0x00000004 , 0x000046d3 
- 00016595  0x000038fb bbit1  0x00000012 , 0x000063e0 
- 00016596  0x000038fc branch  0x000063d1 
- 00016597  0x000038ff call  0x000040d9 
- 00016598  0x00003900 beq  0x0000003e , 0x0000414b 
- 00016599  0x00003901 call  0x00004145 
- 00016600  0x00003902 branch  0x000040d5 
- 00016601  0x00003905 setarg  0x00000001 
- 00016602  0x00003906 call  0x00006414 
- 00016603  0x00003907 store  0x00000001 , 0x000046de 
- 00016604  0x00003908 setarg  0x00000000 
- 00016605  0x00003909 call  0x00006414 
- 00016606  0x0000390a store  0x00000001 , 0x000046dd 
- 00016607  0x0000390b rtn 
- 00016608  0x0000390d fetch  0x00000001 , 0x000046de 
- 00016609  0x0000390e beq  0x000000d1 , 0x00004139 
- 00016610  0x0000390f beq  0x000000d2 , 0x000040f8 
- 00016611  0x00003910 beq  0x00000002 , 0x000040ee 
- 00016612  0x00003911 beq  0x00000054 , 0x000040e6 
- 00016613  0x00003912 rtn 
- 00016614  0x00003914 jam  0x00000002 , 0x000046e0 
- 00016615  0x00003915 rtn 
- 00016616  0x00003917 jam  0x00000006 , 0x000046e0 
- 00016617  0x00003918 rtn 
- 00016618  0x0000391a fetch  0x00000001 , 0x000046de 
- 00016619  0x0000391b beq  0x00000070 , 0x000040e8 
- 00016620  0x0000391c jam  0x00000001 , 0x000046e0 
- 00016621  0x0000391d rtn 
- 00016622  0x0000391f jam  0x00000004 , 0x000046e0 
- 00016623  0x00003920 call  0x000040f6 
- 00016624  0x00003921 setarg  0x00003426 
- 00016625  0x00003922 call  0x00006413 
- 00016626  0x00003923 setarg  0x00000419 
- 00016627  0x00003924 call  0x00006413 
- 00016628  0x00003926 setarg  0x00000009 
- 00016629  0x00003927 branch  0x00006413 
- 00016630  0x00003929 setarg  0x00005a09 
- 00016631  0x0000392a branch  0x00006413 
- 00016632  0x0000392d jam  0x00000003 , 0x000046e0 
- 00016633  0x0000392e call  0x000040f6 
- 00016634  0x0000392f setarg  0x00000f0d 
- 00016635  0x00003930 call  0x00006413 
- 00016636  0x00003931 setarg  0x0000e31d 
- 00016637  0x00003932 call  0x00006413 
- 00016638  0x00003933 setarg  0x0000d27d 
- 00016639  0x00003934 call  0x00006413 
- 00016640  0x00003935 call  0x00004102 
- 00016641  0x00003936 branch  0x0000411a 
- 00016642  0x00003939 setarg  0x0000351b 
- 00016643  0x0000393a call  0x00006413 
- 00016644  0x0000393b setarg  0x0000b428 
- 00016645  0x0000393c call  0x00006413 
- 00016646  0x0000393d setarg  0x00004629 
- 00016647  0x0000393e call  0x00006413 
- 00016648  0x0000393f setarg  0x0000962a 
- 00016649  0x00003940 call  0x00006413 
- 00016650  0x00003941 setarg  0x00008c2b 
- 00016651  0x00003942 call  0x00006413 
- 00016652  0x00003943 setarg  0x00006e2c 
- 00016653  0x00003944 call  0x00006413 
- 00016654  0x00003945 setarg  0x0000642d 
- 00016655  0x00003946 call  0x00006413 
- 00016656  0x00003947 setarg  0x00005f38 
- 00016657  0x00003948 call  0x00006413 
- 00016658  0x00003949 setarg  0x00000f39 
- 00016659  0x0000394a call  0x00006413 
- 00016660  0x0000394b setarg  0x0000323a 
- 00016661  0x0000394c call  0x00006413 
- 00016662  0x0000394d setarg  0x0000473b 
- 00016663  0x0000394e call  0x00006413 
- 00016664  0x0000394f setarg  0x00001042 
- 00016665  0x00003950 branch  0x00006413 
- 00016666  0x00003952 setarg  0x00002e54 
- 00016667  0x00003953 call  0x00006413 
- 00016668  0x00003954 setarg  0x0000f255 
- 00016669  0x00003955 call  0x00006413 
- 00016670  0x00003956 setarg  0x0000f461 
- 00016671  0x00003957 call  0x00006413 
- 00016672  0x00003958 setarg  0x00007063 
- 00016673  0x00003959 call  0x00006413 
- 00016674  0x0000395a setarg  0x00005275 
- 00016675  0x0000395b call  0x00006413 
- 00016676  0x0000395c setarg  0x00004176 
- 00016677  0x0000395d call  0x00006413 
- 00016678  0x0000395e setarg  0x0000ed77 
- 00016679  0x0000395f call  0x00006413 
- 00016680  0x00003960 setarg  0x00002378 
- 00016681  0x00003961 call  0x00006413 
- 00016682  0x00003962 setarg  0x00004679 
- 00016683  0x00003963 call  0x00006413 
- 00016684  0x00003964 setarg  0x0000e57a 
- 00016685  0x00003965 call  0x00006413 
- 00016686  0x00003966 setarg  0x0000487c 
- 00016687  0x00003967 call  0x00006413 
- 00016688  0x00003968 setarg  0x0000777e 
- 00016689  0x00003969 call  0x00006413 
- 00016690  0x0000396a setarg  0x0000017f 
- 00016691  0x0000396b call  0x00006413 
- 00016692  0x0000396c setarg  0x0000000b 
- 00016693  0x0000396d call  0x00006413 
- 00016694  0x0000396e setarg  0x0000007f 
- 00016695  0x0000396f call  0x00006413 
- 00016696  0x00003970 branch  0x000040f4 
- 00016697  0x00003974 jam  0x00000000 , 0x000046e0 
- 00016698  0x00003975 call  0x000040f6 
- 00016699  0x00003976 setarg  0x0000100d 
- 00016700  0x00003977 call  0x00006413 
- 00016701  0x00003978 setarg  0x0000ed1d 
- 00016702  0x00003979 call  0x00006413 
- 00016703  0x0000397a setarg  0x0000807d 
- 00016704  0x0000397b call  0x00006413 
- 00016705  0x0000397c call  0x00004102 
- 00016706  0x0000397d setarg  0x00000943 
- 00016707  0x0000397e call  0x00006413 
- 00016708  0x0000397f branch  0x0000411a 
- 00016709  0x00003983 fetcht  0x00000001 , 0x000046dc 
- 00016710  0x00003984 call  0x00006829 
- 00016711  0x00003985 call  0x00007ec1 
- 00016712  0x00003986 fetcht  0x00000001 , 0x000046dc 
- 00016713  0x00003987 call  0x00006825 
- 00016714  0x00003988 branch  0x00007ec1 
- 00016715  0x0000398b jam  0x00000005 , 0x000046e0 
- 00016716  0x0000398c setarg  0x0000ba41 
- 00016717  0x0000398d call  0x00006405 
- 00016718  0x0000398e setarg  0x00000d11 
- 00016719  0x0000398f call  0x00006405 
- 00016720  0x00003990 setarg  0x0000041b 
- 00016721  0x00003991 call  0x00006405 
- 00016722  0x00003992 setarg  0x0000041c 
- 00016723  0x00003993 call  0x00006405 
- 00016724  0x00003994 setarg  0x00000f1d 
- 00016725  0x00003995 call  0x00006405 
- 00016726  0x00003996 setarg  0x00000032 
- 00016727  0x00003997 call  0x00006405 
- 00016728  0x00003998 setarg  0x0000b541 
- 00016729  0x00003999 branch  0x00006405 
- 00016730  0x0000399e setarg  0x0000ba41 
- 00016731  0x0000399f call  0x00006405 
- 00016732  0x000039a0 nop  0x00000fa0 
- 00016733  0x000039a1 setarg  0x0000ff7f 
- 00016734  0x000039a2 call  0x00006405 
- 00016735  0x000039a3 copy  0x00000011 , 0x0000003f 
- 00016736  0x000039a4 call  0x00006405 
- 00016737  0x000039a5 setarg  0x0000007f 
- 00016738  0x000039a6 call  0x00006405 
- 00016739  0x000039a7 setarg  0x0000b541 
- 00016740  0x000039a8 branch  0x00006405 
- 00016741  0x000039ab rtnbit0  0x00000007 
- 00016742  0x000039ac arg  0x0000ff00 , 0x00000002 
- 00016743  0x000039ad ior  0x00000002 , 0x0000003f 
- 00016744  0x000039ae rtn 
- 00016745  0x000039b1 rtnbit0  0x00000003 
- 00016746  0x000039b2 arg  0x000000f0 , 0x00000002 
- 00016747  0x000039b3 ior  0x00000002 , 0x0000003f 
- 00016748  0x000039b4 rtn 
- 00016749  0x000039b8 call  0x00005892 
- 00016750  0x000039b9 nrtn  0x00000034 
- 00016751  0x000039ba fetch  0x00000001 , 0x000046c5 
- 00016752  0x000039bb and  0x0000003f , 0x00000003 , 0x0000003f 
- 00016753  0x000039bc rtnne  0x00000003 
- 00016754  0x000039bd fetch  0x00000004 , 0x000046d3 
- 00016755  0x000039be bbit1  0x00000003 , 0x00004179 
- 00016756  0x000039bf bbit1  0x00000000 , 0x00004179 
- 00016757  0x000039c0 bbit1  0x00000005 , 0x00004179 
- 00016758  0x000039c1 call  0x00003f97 
- 00016759  0x000039c2 nrtn  0x00000028 
- 00016760  0x000039c3 branch  0x00003f90 
- 00016761  0x000039c6 setarg  0x00000000 
- 00016762  0x000039c7 store  0x00000007 , 0x0000469a 
- 00016763  0x000039c8 branch  0x00003f90 
- 00016764  0x000039cb copy  0x00000013 , 0x0000003f 
- 00016765  0x000039cc beq  0x00000014 , 0x000041c3 
- 00016766  0x000039cd beq  0x00000001 , 0x000042ca 
- 00016767  0x000039ce beq  0x00000015 , 0x000041d9 
- 00016768  0x000039cf beq  0x00000002 , 0x000041d9 
- 00016769  0x000039d0 beq  0x00000005 , 0x000041d6 
- 00016770  0x000039d1 beq  0x00000010 , 0x0000426c 
- 00016771  0x000039d2 beq  0x00000012 , 0x0000429b 
- 00016772  0x000039d3 beq  0x00000006 , 0x000041d5 
- 00016773  0x000039d4 beq  0x00000004 , 0x000041cc 
- 00016774  0x000039d5 beq  0x00000013 , 0x000041cc 
- 00016775  0x000039d6 beq  0x0000000a , 0x000041ca 
- 00016776  0x000039d7 beq  0x0000002e , 0x000033cd 
- 00016777  0x000039d8 beq  0x00000031 , 0x000041b4 
- 00016778  0x000039d9 beq  0x00000032 , 0x000041b6 
- 00016779  0x000039da beq  0x0000003e , 0x00004191 
- 00016780  0x000039db beq  0x00000027 , 0x0000438e 
- 00016781  0x000039dc beq  0x00000039 , 0x0000419c 
- 00016782  0x000039dd beq  0x0000003a , 0x00004192 
- 00016783  0x000039de beq  0x0000003c , 0x0000419a 
- 00016784  0x000039df rtn 
- 00016785  0x000039e3 branch  0x00003410 
- 00016786  0x000039e6 jam  0x00000001 , 0x0000478b 
- 00016787  0x000039e7 fetch  0x00000001 , 0x0000471e 
- 00016788  0x000039e8 nbranch  0x00004492 , 0x00000034 
- 00016789  0x000039e9 fetch  0x00000001 , 0x00004720 
- 00016790  0x000039ea fetcht  0x00000001 , 0x00004703 
- 00016791  0x000039eb isub  0x00000002 , 0x0000003e 
- 00016792  0x000039ec branch  0x0000340a , 0x00000005 
- 00016793  0x000039ed rtn 
- 00016794  0x000039ef jam  0x00000001 , 0x0000478b 
- 00016795  0x000039f0 rtn 
- 00016796  0x000039f2 jam  0x00000001 , 0x0000478b 
- 00016797  0x000039f3 arg  0x00000003 , 0x00000007 
- 00016798  0x000039f4 call  0x000043d2 
- 00016799  0x000039f5 setarg  0x00000000 
- 00016800  0x000039f6 store  0x00000002 , 0x00004707 
- 00016801  0x000039f7 jam  0x00000000 , 0x000046a7 
- 00016802  0x000039f9 fetch  0x00000001 , 0x000046e0 
- 00016803  0x000039fa sub  0x0000003f , 0x00000005 , 0x0000003e 
- 00016804  0x000039fb call  0x00004039 , 0x00000005 
- 00016805  0x000039fc ncall  0x0000405d , 0x00000005 
- 00016806  0x000039fe fetch  0x00000001 , 0x00000004 , 0x000046d3 
- 00016807  0x000039ff bbit1  0x00000013 , 0x000041af 
- 00016808  0x00003a00 call  0x000041aa 
- 00016809  0x00003a01 branch  0x000065d1 
- 00016810  0x00003a04 call  0x00002c7a 
- 00016811  0x00003a05 add  0x00000013 , 0x000000ae , 0x00000011 
- 00016812  0x00003a06 arg  0x0000005b , 0x00000012 
- 00016813  0x00003a07 arg  0x00000004 , 0x00000002 
- 00016814  0x00003a08 rtn 
- 00016815  0x00003a0b call  0x00002c7a 
- 00016816  0x00003a0c add  0x00000013 , 0x000000ae , 0x00000012 
- 00016817  0x00003a0d ifetch  0x00000001 , 0x00000012 
- 00016818  0x00003a0e store  0x00000001 , 0x0000477b 
- 00016819  0x00003a0f branch  0x00004435 
- 00016820  0x00003a13 arg  0x00000002 , 0x00000007 
- 00016821  0x00003a14 branch  0x000041b9 
- 00016822  0x00003a16 jam  0x00000002 , 0x000046c6 
- 00016823  0x00003a17 arg  0x00000001 , 0x00000007 
- 00016824  0x00003a18 branch  0x000041b9 
- 00016825  0x00003a1c fetch  0x00000001 , 0x000046c5 
- 00016826  0x00003a1d qset1  0x0000003f 
- 00016827  0x00003a1e store  0x00000001 , 0x000046c5 
- 00016828  0x00003a1f rtn 
- 00016829  0x00003a22 fetch  0x00000001 , 0x000046c5 
- 00016830  0x00003a23 qset0  0x0000003f 
- 00016831  0x00003a24 store  0x00000001 , 0x000046c5 
- 00016832  0x00003a25 rtn 
- 00016833  0x00003a27 jam  0x00000000 , 0x000046c5 
- 00016834  0x00003a28 rtn 
- 00016835  0x00003a2b fetch  0x00000002 , 0x0000420a 
- 00016836  0x00003a2c set0  0x00000000 , 0x0000003f 
- 00016837  0x00003a2d store  0x00000002 , 0x0000420a 
- 00016838  0x00003a2e setarg  0x00000000 
- 00016839  0x00003a2f store  0x00000002 , 0x000046ae 
- 00016840  0x00003a30 call  0x00003f8d 
- 00016841  0x00003a31 branch  0x000042ca 
- 00016842  0x00003a34 call  0x000063cb 
- 00016843  0x00003a35 branch  0x000033dd 
- 00016844  0x00003a38 fetch  0x00000001 , 0x0000471e 
- 00016845  0x00003a39 nbranch  0x00004492 , 0x00000034 
- 00016846  0x00003a3a fetch  0x00000002 , 0x00004682 
- 00016847  0x00003a3b bbit1  0x0000000c , 0x000042b0 
- 00016848  0x00003a3c fetch  0x00000004 , 0x000046d3 
- 00016849  0x00003a3d bbit1  0x00000000 , 0x000041d7 
- 00016850  0x00003a3e bbit1  0x00000005 , 0x000042b0 
- 00016851  0x00003a3f bbit1  0x00000003 , 0x00002ead 
- 00016852  0x00003a40 branch  0x000033a7 
- 00016853  0x00003a44 branch  0x00003f74 
- 00016854  0x00003a47 rtn 
- 00016855  0x00003a4a call  0x000043c0 
- 00016856  0x00003a4b branch  0x0000659a 
- 00016857  0x00003a4e bpatch  0x000000e9 , 0x0000401d 
- 00016858  0x00003a4f call  0x000041e7 
- 00016859  0x00003a50 fetch  0x00000004 , 0x000046d3 
- 00016860  0x00003a51 bbit1  0x00000000 , 0x000041d7 
- 00016861  0x00003a52 bbit1  0x00000003 , 0x00002ead 
- 00016862  0x00003a53 fetch  0x00000001 , 0x0000471e 
- 00016863  0x00003a54 nbranch  0x00004492 , 0x00000034 
- 00016864  0x00003a55 fetch  0x00000002 , 0x00004208 
- 00016865  0x00003a56 bbit1  0x00000007 , 0x000041f5 
- 00016866  0x00003a57 bbit1  0x00000000 , 0x000033a9 
- 00016867  0x00003a58 bbit1  0x00000001 , 0x000041ef 
- 00016868  0x00003a59 bbit1  0x00000002 , 0x000041f2 
- 00016869  0x00003a5a bbit1  0x00000003 , 0x000041f2 
- 00016870  0x00003a5b branch  0x000042b0 
- 00016871  0x00003a5d setarg  0x00000000 
- 00016872  0x00003a5e store  0x00000008 , 0x000046b7 
- 00016873  0x00003a5f istore  0x00000004 , 0x00000005 
- 00016874  0x00003a60 jam  0x00000000 , 0x000046b4 
- 00016875  0x00003a61 jam  0x00000000 , 0x000046a7 
- 00016876  0x00003a62 jam  0x00000000 , 0x000041e2 
- 00016877  0x00003a63 jam  0x00000000 , 0x00004429 
- 00016878  0x00003a64 rtn 
- 00016879  0x00003a67 bbit1  0x00000005 , 0x000041f2 
- 00016880  0x00003a68 bbit1  0x00000003 , 0x000041f2 
- 00016881  0x00003a69 branch  0x000042b0 
- 00016882  0x00003a6b fetch  0x00000002 , 0x00004682 
- 00016883  0x00003a6c bbit1  0x0000000c , 0x000042b0 
- 00016884  0x00003a6d branch  0x000033a7 
- 00016885  0x00003a70 call  0x000041c1 
- 00016886  0x00003a71 fetch  0x00000002 , 0x00004208 
- 00016887  0x00003a72 bbit1  0x00000000 , 0x000033a9 
- 00016888  0x00003a73 branch  0x000033a7 
- 00016889  0x00003a76 call  0x000043d6 
- 00016890  0x00003a77 call  0x00004243 
- 00016891  0x00003a78 call  0x00004246 
- 00016892  0x00003a79 call  0x00004250 
- 00016893  0x00003a7a call  0x0000445d 
- 00016894  0x00003a7c call  0x00004443 
- 00016895  0x00003a7d call  0x00004333 
- 00016896  0x00003a7e call  0x000043a5 
- 00016897  0x00003a7f call  0x000043eb 
- 00016898  0x00003a80 call  0x00004209 
- 00016899  0x00003a81 call  0x00004231 
- 00016900  0x00003a82 call  0x00004234 
- 00016901  0x00003a83 call  0x00004237 
- 00016902  0x00003a84 call  0x0000423a 
- 00016903  0x00003a85 call  0x0000423d 
- 00016904  0x00003a86 branch  0x00004240 
- 00016905  0x00003a8b fetch  0x00000001 , 0x00004711 
- 00016906  0x00003a8c rtn  0x00000034 
- 00016907  0x00003a8d increase  0xffffffff , 0x0000003f 
- 00016908  0x00003a8e store  0x00000001 , 0x00004711 
- 00016909  0x00003a8f nrtn  0x00000034 
- 00016910  0x00003a90 branch  0x0000420f 
- 00016911  0x00003a92 fetch  0x00000001 , 0x00004712 
- 00016912  0x00003a93 rtneq  0x00000000 
- 00016913  0x00003a94 beq  0x00000005 , 0x00004216 
- 00016914  0x00003a96 call  0x00004225 
- 00016915  0x00003a97 jam  0x00000005 , 0x00004712 
- 00016916  0x00003a98 jam  0x00000005 , 0x00004711 
- 00016917  0x00003a99 rtn 
- 00016918  0x00003a9b call  0x0000422c 
- 00016919  0x00003a9c jam  0x00000004 , 0x00004712 
- 00016920  0x00003a9d jam  0x00000005 , 0x00004711 
- 00016921  0x00003a9e rtn 
- 00016922  0x00003aa2 setarg  0x00008006 
- 00016923  0x00003aa3 call  0x00006413 
- 00016924  0x00003aa4 nop  0x000003e8 
- 00016925  0x00003aa5 jam  0x00000000 , 0x00004711 
- 00016926  0x00003aa6 jam  0x00000000 , 0x00004712 
- 00016927  0x00003aa7 branch  0x000040e0 
- 00016928  0x00003aaa setarg  0x0000a006 
- 00016929  0x00003aab call  0x00006413 
- 00016930  0x00003aac setarg  0x0000a005 
- 00016931  0x00003aad branch  0x00006413 
- 00016932  0x00003aaf jam  0x00000000 , 0x00004711 
- 00016933  0x00003ab1 fetch  0x00000001 , 0x000046e0 
- 00016934  0x00003ab2 beq  0x00000004 , 0x00004220 
- 00016935  0x00003ab3 setarg  0x00000106 
- 00016936  0x00003ab4 call  0x00006413 
- 00016937  0x00003ab5 setarg  0x0000a105 
- 00016938  0x00003ab6 branch  0x00006413 
- 00016939  0x00003ab9 jam  0x00000000 , 0x00004711 
- 00016940  0x00003abb setarg  0x00000906 
- 00016941  0x00003abc branch  0x00006413 
- 00016942  0x00003abe jam  0x00000005 , 0x00004711 
- 00016943  0x00003abf jam  0x00000001 , 0x00004712 
- 00016944  0x00003ac0 rtn 
- 00016945  0x00003ac3 arg  0x00004680 , 0x00000013 
- 00016946  0x00003ac4 arg  0x0000429b , 0x00000012 
- 00016947  0x00003ac5 branch  0x0000336d 
- 00016948  0x00003ac8 arg  0x000046ac , 0x00000013 
- 00016949  0x00003ac9 arg  0x00004264 , 0x00000012 
- 00016950  0x00003aca branch  0x00003374 
- 00016951  0x00003acd arg  0x000046ae , 0x00000013 
- 00016952  0x00003ace arg  0x00004266 , 0x00000012 
- 00016953  0x00003acf branch  0x00003374 
- 00016954  0x00003ad2 arg  0x000046b0 , 0x00000013 
- 00016955  0x00003ad3 arg  0x0000426a , 0x00000012 
- 00016956  0x00003ad4 branch  0x00003374 
- 00016957  0x00003ad7 arg  0x000046c4 , 0x00000013 
- 00016958  0x00003ad8 arg  0x00004478 , 0x00000012 
- 00016959  0x00003ad9 branch  0x0000336d 
- 00016960  0x00003ade arg  0x000046c6 , 0x00000013 
- 00016961  0x00003adf arg  0x0000425e , 0x00000012 
- 00016962  0x00003ae0 branch  0x0000336d 
- 00016963  0x00003ae3 arg  0x00004704 , 0x00000013 
- 00016964  0x00003ae4 arg  0x00004249 , 0x00000012 
- 00016965  0x00003ae5 branch  0x0000336d 
- 00016966  0x00003ae8 arg  0x00004707 , 0x00000013 
- 00016967  0x00003ae9 arg  0x00004249 , 0x00000012 
- 00016968  0x00003aea branch  0x00003374 
- 00016969  0x00003aed rtn 
- 00016970  0x00003af1 fetch  0x00000004 , 0x000046d3 
- 00016971  0x00003af2 rtnbit0  0x00000017 
- 00016972  0x00003af3 jam  0x0000000a , 0x000046df 
- 00016973  0x00003af4 fetch  0x00000001 , 0x000046f4 
- 00016974  0x00003af5 store  0x00000001 , 0x00004715 
- 00016975  0x00003af6 rtn 
- 00016976  0x00003afa arg  0x000046df , 0x00000013 
- 00016977  0x00003afb arg  0x00004253 , 0x00000012 
- 00016978  0x00003afc branch  0x0000336d 
- 00016979  0x00003afe fetch  0x00000001 , 0x000046f4 
- 00016980  0x00003aff store  0x00000001 , 0x00004715 
- 00016981  0x00003b00 setarg  0x00000190 
- 00016982  0x00003b01 store  0x00000002 , 0x00004716 
- 00016983  0x00003b02 store  0x00000002 , 0x00004718 
- 00016984  0x00003b03 arg  0x00000000 , 0x00000011 
- 00016985  0x00003b04 fetcht  0x00000001 , 0x0000477a 
- 00016986  0x00003b05 increase  0x00000001 , 0x00000002 
- 00016987  0x00003b06 storet  0x00000001 , 0x00004714 
- 00016988  0x00003b07 jam  0x00000001 , 0x00004713 
- 00016989  0x00003b08 rtn 
- 00016990  0x00003b0b fetch  0x00000001 , 0x000046c5 
- 00016991  0x00003b0c rtnbit1  0x00000002 
- 00016992  0x00003b0d jam  0x00000012 , 0x00000a99 
- 00016993  0x00003b0e call  0x00007d8f 
- 00016994  0x00003b0f arg  0x00000000 , 0x00000007 
- 00016995  0x00003b10 branch  0x000041b9 
- 00016996  0x00003b14 call  0x000042ca 
- 00016997  0x00003b15 branch  0x0000340a 
- 00016998  0x00003b18 call  0x000033f6 
- 00016999  0x00003b19 fetch  0x00000001 , 0x0000471e 
- 00017000  0x00003b1a nbranch  0x00004492 , 0x00000034 
- 00017001  0x00003b1b branch  0x0000340a 
- 00017002  0x00003b1e bmark1  0x00000026 , 0x00007e1d 
- 00017003  0x00003b1f branch  0x00004386 
- 00017004  0x00003b24 bpatch  0x000000ea , 0x0000401d 
- 00017005  0x00003b25 jam  0x00000000 , 0x000046b4 
- 00017006  0x00003b26 call  0x00004386 
- 00017007  0x00003b27 call  0x000041c1 
- 00017008  0x00003b28 branch  0x000042b0 
- 00017009  0x00003b2d fetch  0x00000006 , 0x000041d0 
- 00017010  0x00003b2e branch  0x000033eb , 0x00000034 
- 00017011  0x00003b2f call  0x0000427e 
- 00017012  0x00003b30 jam  0x00000017 , 0x0000016d 
- 00017013  0x00003b31 fetch  0x00000001 , 0x0000465a 
- 00017014  0x00003b32 nbranch  0x000033e1 , 0x00000034 
- 00017015  0x00003b33 jam  0x00000004 , 0x0000016d 
- 00017016  0x00003b34 branch  0x000033e1 
- 00017017  0x00003b37 fetch  0x00000002 , 0x000046a8 
- 00017018  0x00003b38 store  0x00000002 , 0x000046ae 
- 00017019  0x00003b39 call  0x0000427e 
- 00017020  0x00003b3a call  0x00003418 
- 00017021  0x00003b3b branch  0x00007df4 
- 00017022  0x00003b3e setarg  0x000000c8 
- 00017023  0x00003b3f store  0x00000002 , 0x00004716 
- 00017024  0x00003b40 store  0x00000002 , 0x00004718 
- 00017025  0x00003b41 branch  0x00004285 
- 00017026  0x00003b44 setarg  0x000003e8 
- 00017027  0x00003b45 store  0x00000002 , 0x00004716 
- 00017028  0x00003b46 store  0x00000002 , 0x00004718 
- 00017029  0x00003b48 fetch  0x00000001 , 0x00004720 
- 00017030  0x00003b49 beq  0x00000001 , 0x0000428a 
- 00017031  0x00003b4a beq  0x00000002 , 0x0000428c 
- 00017032  0x00003b4b beq  0x00000003 , 0x0000428e 
- 00017033  0x00003b4c rtn 
- 00017034  0x00003b4e fetch  0x00000001 , 0x000046f0 
- 00017035  0x00003b4f branch  0x0000428f 
- 00017036  0x00003b51 fetch  0x00000001 , 0x000046f1 
- 00017037  0x00003b52 branch  0x0000428f 
- 00017038  0x00003b54 fetch  0x00000001 , 0x000046f2 
- 00017039  0x00003b56 store  0x00000001 , 0x00000aa2 
- 00017040  0x00003b57 call  0x00004482 
- 00017041  0x00003b58 fetch  0x00000001 , 0x00000aa2 
- 00017042  0x00003b59 store  0x00000001 , 0x00004715 
- 00017043  0x00003b5a arg  0x00000000 , 0x00000011 
- 00017044  0x00003b5b jam  0x00000001 , 0x00004713 
- 00017045  0x00003b5c branch  0x00007d1e 
- 00017046  0x00003b5f arg  0x00000000 , 0x00000011 
- 00017047  0x00003b60 branch  0x00007d19 
- 00017048  0x00003b62 arg  0x00000000 , 0x00000011 
- 00017049  0x00003b63 branch  0x00007d14 
- 00017050  0x00003b66 branch  0x000041c1 
- 00017051  0x00003b69 jam  0x00000001 , 0x000041e2 
- 00017052  0x00003b6a call  0x00003416 
- 00017053  0x00003b6b call  0x00003412 
- 00017054  0x00003b6c setarg  0x00000000 
- 00017055  0x00003b6d store  0x00000002 , 0x0000467e 
- 00017056  0x00003b6e store  0x00000001 , 0x00004680 
- 00017057  0x00003b6f branch  0x0000340e 
- 00017058  0x00003b72 call  0x0000435f 
- 00017059  0x00003b73 fetch  0x00000001 , 0x00004720 
- 00017060  0x00003b74 fetcht  0x00000001 , 0x00004703 
- 00017061  0x00003b75 isub  0x00000002 , 0x0000003e 
- 00017062  0x00003b76 branch  0x000042ab , 0x00000005 
- 00017063  0x00003b77 fetch  0x00000001 , 0x00004210 
- 00017064  0x00003b78 beq  0x00000033 , 0x00004271 
- 00017065  0x00003b79 beq  0x00000034 , 0x00004279 
- 00017066  0x00003b7a branch  0x000042b0 
- 00017067  0x00003b7c call  0x00003d57 
- 00017068  0x00003b7d rtnmark1  0x00000026 
- 00017069  0x00003b7e fetch  0x00000001 , 0x0000471e 
- 00017070  0x00003b7f nbranch  0x00004492 , 0x00000034 
- 00017071  0x00003b80 rtn 
- 00017072  0x00003b83 bpatch  0x000000eb , 0x0000401d 
- 00017073  0x00003b84 fetch  0x00000002 , 0x00004682 
- 00017074  0x00003b85 bbit1  0x0000000b , 0x000042b7 
- 00017075  0x00003b86 fetch  0x00000004 , 0x000046d3 
- 00017076  0x00003b87 bbit0  0x00000018 , 0x000042b7 
- 00017077  0x00003b88 random  0x0000003f 
- 00017078  0x00003b89 store  0x00000001 , 0x000044a1 
- 00017079  0x00003b8b call  0x00003418 
- 00017080  0x00003b8c fetch  0x00000002 , 0x00004687 
- 00017081  0x00003b8d store  0x00000002 , 0x000046ac 
- 00017082  0x00003b8e jam  0x00000006 , 0x0000016d 
- 00017083  0x00003b8f setarg  0x00000000 
- 00017084  0x00003b90 store  0x00000002 , 0x000046b0 
- 00017085  0x00003b91 store  0x00000002 , 0x000046ae 
- 00017086  0x00003b92 arg  0x00000007 , 0x00000007 
- 00017087  0x00003b93 call  0x000043ce 
- 00017088  0x00003b94 call  0x000043ca 
- 00017089  0x00003b95 fetch  0x00000001 , 0x00004092 
- 00017090  0x00003b96 isolate1  0x00000001 , 0x0000003f 
- 00017091  0x00003b97 call  0x00007df4 , 0x00000001 
- 00017092  0x00003b98 fetch  0x00000001 , 0x00004092 
- 00017093  0x00003b99 isolate1  0x00000000 , 0x0000003f 
- 00017094  0x00003b9a call  0x00007ddd , 0x00000001 
- 00017095  0x00003b9b fetch  0x00000004 , 0x000046d3 
- 00017096  0x00003b9c bbit1  0x0000001c , 0x0000422e 
- 00017097  0x00003b9d branch  0x00004282 
- 00017098  0x00003ba0 bpatch  0x000000ec , 0x0000401d 
- 00017099  0x00003ba1 fetch  0x00000001 , 0x00004092 
- 00017100  0x00003ba2 isolate1  0x00000001 , 0x0000003f 
- 00017101  0x00003ba3 call  0x000042d4 , 0x00000001 
- 00017102  0x00003ba4 fetch  0x00000001 , 0x00004092 
- 00017103  0x00003ba5 isolate1  0x00000000 , 0x0000003f 
- 00017104  0x00003ba6 call  0x000042d7 , 0x00000001 
- 00017105  0x00003ba7 fetch  0x00000004 , 0x000046d3 
- 00017106  0x00003ba8 bbit1  0x0000001c , 0x0000421a 
- 00017107  0x00003ba9 branch  0x00004482 
- 00017108  0x00003bab setarg  0x00000000 
- 00017109  0x00003bac store  0x00000002 , 0x000046ae 
- 00017110  0x00003bad branch  0x00007dfa 
- 00017111  0x00003baf setarg  0x00000000 
- 00017112  0x00003bb0 store  0x00000002 , 0x000046ac 
- 00017113  0x00003bb1 branch  0x00007de2 
- 00017114  0x00003bb8 fetch  0x00000004 , 0x000046d3 
- 00017115  0x00003bb9 rtnbit0  0x00000007 
- 00017116  0x00003bba arg  0x00000007 , 0x00000007 
- 00017117  0x00003bbb call  0x000043d2 
- 00017118  0x00003bbc call  0x000042e8 
- 00017119  0x00003bbe call  0x000042fb 
- 00017120  0x00003bbf fetch  0x00000004 , 0x000046d3 
- 00017121  0x00003bc0 bbit1  0x00000013 , 0x00004435 
- 00017122  0x00003bc1 bbit1  0x00000014 , 0x000042e4 
- 00017123  0x00003bc2 rtn 
- 00017124  0x00003bc4 arg  0x00000058 , 0x00000002 
- 00017125  0x00003bc5 arg  0x00004720 , 0x00000011 
- 00017126  0x00003bc6 arg  0x00000000 , 0x00000012 
- 00017127  0x00003bc7 branch  0x000065d1 
- 00017128  0x00003bca fetch  0x00000001 , 0x00000185 
- 00017129  0x00003bcb beq  0x00000034 , 0x000042ec 
- 00017130  0x00003bcc beq  0x00000033 , 0x000042ef 
- 00017131  0x00003bcd rtn 
- 00017132  0x00003bcf store  0x00000001 , 0x000046c7 
- 00017133  0x00003bd0 fetch  0x00000006 , 0x0000044f 
- 00017134  0x00003bd1 branch  0x000042f1 
- 00017135  0x00003bd3 store  0x00000001 , 0x000046c7 
- 00017136  0x00003bd4 fetch  0x00000006 , 0x00000040 
- 00017137  0x00003bd6 store  0x00000006 , 0x000046c8 
- 00017138  0x00003bd7 fetch  0x00000007 , 0x000046c7 
- 00017139  0x00003bd8 arg  0x00004721 , 0x00000006 
- 00017140  0x00003bd9 arg  0x00000003 , 0x00000039 
- 00017141  0x00003bdb ifetcht  0x00000007 , 0x00000006 
- 00017142  0x00003bdc isub  0x00000002 , 0x0000003e 
- 00017143  0x00003bdd branch  0x00004310 , 0x00000005 
- 00017144  0x00003bde increase  0x00000016 , 0x00000006 
- 00017145  0x00003bdf loop  0x000042f5 
- 00017146  0x00003be0 rtn 
- 00017147  0x00003be2 arg  0x00004721 , 0x00000011 
- 00017148  0x00003be3 fetch  0x00000001 , 0x00004720 
- 00017149  0x00003be4 increase  0xffffffff , 0x0000003f 
- 00017150  0x00003be5 mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00017151  0x00003be6 iadd  0x00000011 , 0x00000011 
- 00017152  0x00003be7 fetch  0x00000001 , 0x00000185 
- 00017153  0x00003be8 istore  0x00000001 , 0x00000011 
- 00017154  0x00003be9 beq  0x00000034 , 0x00004305 
- 00017155  0x00003bea beq  0x00000033 , 0x0000430c 
- 00017156  0x00003beb rtn 
- 00017157  0x00003bee fetch  0x00000006 , 0x0000044f 
- 00017158  0x00003bef istore  0x00000006 , 0x00000005 
- 00017159  0x00003bf0 arg  0x00004419 , 0x00000006 
- 00017160  0x00003bf1 call  0x00007ebf 
- 00017161  0x00003bf2 fetch  0x00000006 , 0x000044a0 
- 00017162  0x00003bf3 istore  0x00000006 , 0x00000005 
- 00017163  0x00003bf4 rtn 
- 00017164  0x00003bf6 fetch  0x00000006 , 0x00000040 
- 00017165  0x00003bf7 istore  0x00000006 , 0x00000005 
- 00017166  0x00003bf8 arg  0x000041be , 0x00000006 
- 00017167  0x00003bf9 branch  0x00007ebf 
- 00017168  0x00003bfc increase  0xfffffffa , 0x00000006 
- 00017169  0x00003bfd copy  0x00000006 , 0x00000005 
- 00017170  0x00003bfe fetcht  0x00000006 , 0x000046c8 
- 00017171  0x00003bff increase  0x00000003 , 0x00000002 
- 00017172  0x00003c00 istoret  0x00000006 , 0x00000005 
- 00017173  0x00003c01 rtn 
- 00017174  0x00003c06 arg  0x00000058 , 0x00000002 
- 00017175  0x00003c07 arg  0x00004720 , 0x00000011 
- 00017176  0x00003c08 arg  0x00000000 , 0x00000012 
- 00017177  0x00003c09 call  0x000065df 
- 00017178  0x00003c0b arg  0x00004721 , 0x00000011 
- 00017179  0x00003c0c fetch  0x00000001 , 0x00004720 
- 00017180  0x00003c0d fetcht  0x00000001 , 0x00004703 
- 00017181  0x00003c0e isub  0x00000002 , 0x0000003e 
- 00017182  0x00003c0f rtn  0x00000005 
- 00017183  0x00003c10 increase  0xffffffff , 0x0000003f 
- 00017184  0x00003c11 mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00017185  0x00003c12 iadd  0x00000011 , 0x00000011 
- 00017186  0x00003c13 ifetch  0x00000001 , 0x00000011 
- 00017187  0x00003c14 store  0x00000001 , 0x00004210 
- 00017188  0x00003c15 beq  0x00000033 , 0x00004327 
- 00017189  0x00003c16 beq  0x00000034 , 0x0000432c 
- 00017190  0x00003c17 rtn 
- 00017191  0x00003c1a ifetch  0x00000006 , 0x00000006 
- 00017192  0x00003c1c store  0x00000006 , 0x000041d0 
- 00017193  0x00003c1d arg  0x000041be , 0x00000005 
- 00017194  0x00003c1e call  0x00007ebf 
- 00017195  0x00003c1f branch  0x000067d7 
- 00017196  0x00003c22 ifetch  0x00000006 , 0x00000006 
- 00017197  0x00003c24 store  0x00000006 , 0x000041d0 
- 00017198  0x00003c25 arg  0x00004419 , 0x00000005 
- 00017199  0x00003c26 call  0x00007ebf 
- 00017200  0x00003c27 ifetch  0x00000006 , 0x00000006 
- 00017201  0x00003c28 store  0x00000006 , 0x000044a0 
- 00017202  0x00003c29 rtn 
- 00017203  0x00003c2d fetch  0x00000001 , 0x000046f5 
- 00017204  0x00003c2e bbit1  0x00000005 , 0x00004349 
- 00017205  0x00003c2f bbit1  0x00000006 , 0x00004359 
- 00017206  0x00003c30 branch  0x00004337 
- 00017207  0x00003c33 call  0x00004083 
- 00017208  0x00003c34 beq  0x00000006 , 0x0000433e 
- 00017209  0x00003c36 jam  0x0000001e , 0x000046d8 
- 00017210  0x00003c37 fetch  0x00000001 , 0x000046d9 
- 00017211  0x00003c38 rtneq  0x00000001 
- 00017212  0x00003c39 jam  0x00000001 , 0x000046d9 
- 00017213  0x00003c3a rtn 
- 00017214  0x00003c3d call  0x00004343 
- 00017215  0x00003c3e fetch  0x00000001 , 0x000046d9 
- 00017216  0x00003c3f rtneq  0x00000000 
- 00017217  0x00003c40 jam  0x00000000 , 0x000046d9 
- 00017218  0x00003c41 branch  0x000043c0 
- 00017219  0x00003c44 fetch  0x00000001 , 0x000046d8 
- 00017220  0x00003c45 rtn  0x00000034 
- 00017221  0x00003c46 pincrease  0xffffffff 
- 00017222  0x00003c47 store  0x00000001 , 0x000046d8 
- 00017223  0x00003c48 nrtn  0x00000034 
- 00017224  0x00003c49 branch  0x00004370 
- 00017225  0x00003c4c fetch  0x00000001 , 0x000046ed 
- 00017226  0x00003c4d rtneq  0x000000ff 
- 00017227  0x00003c4e fetcht  0x00000001 , 0x000046ed 
- 00017228  0x00003c4f call  0x0000681d 
- 00017229  0x00003c50 branch  0x00004354 , 0x00000001 
- 00017230  0x00003c52 fetch  0x00000001 , 0x000046d9 
- 00017231  0x00003c53 rtneq  0x00000001 
- 00017232  0x00003c54 jam  0x00000001 , 0x000046d9 
- 00017233  0x00003c55 fetch  0x00000004 , 0x000046d3 
- 00017234  0x00003c56 rtnbit1  0x00000006 
- 00017235  0x00003c57 branch  0x00004370 
- 00017236  0x00003c5a fetch  0x00000001 , 0x000046d9 
- 00017237  0x00003c5b rtneq  0x00000000 
- 00017238  0x00003c5c jam  0x00000000 , 0x000046d9 
- 00017239  0x00003c5d arg  0x00000006 , 0x00000007 
- 00017240  0x00003c5e branch  0x000043d2 
- 00017241  0x00003c63 fetch  0x00000001 , 0x00000004 , 0x000046d3 
- 00017242  0x00003c64 rtnbit0  0x00000006 
- 00017243  0x00003c65 fetch  0x00000001 , 0x00004720 
- 00017244  0x00003c66 beq  0x00000001 , 0x00004369 
- 00017245  0x00003c67 beq  0x00000002 , 0x0000436c 
- 00017246  0x00003c68 rtn 
- 00017247  0x00003c6a fetch  0x00000001 , 0x00000004 , 0x000046d3 
- 00017248  0x00003c6b rtnbit0  0x00000006 
- 00017249  0x00003c6c fetcht  0x00000001 , 0x000046ed 
- 00017250  0x00003c6d call  0x0000681d 
- 00017251  0x00003c6e branch  0x00004366 , 0x00000001 
- 00017252  0x00003c70 jam  0x00000001 , 0x00004720 
- 00017253  0x00003c71 rtn 
- 00017254  0x00003c73 fetch  0x00000001 , 0x00004703 
- 00017255  0x00003c74 store  0x00000001 , 0x00004720 
- 00017256  0x00003c75 rtn 
- 00017257  0x00003c77 fetcht  0x00000001 , 0x000046ed 
- 00017258  0x00003c78 nbranch  0x00004370 , 0x00000001 
- 00017259  0x00003c79 rtn 
- 00017260  0x00003c7b fetcht  0x00000001 , 0x000046ed 
- 00017261  0x00003c7c call  0x0000681d 
- 00017262  0x00003c7d branch  0x00004354 , 0x00000001 
- 00017263  0x00003c7e rtn 
- 00017264  0x00003c84 fetcht  0x00000001 , 0x00004720 
- 00017265  0x00003c85 increase  0x00000001 , 0x00000002 
- 00017266  0x00003c86 fetch  0x00000001 , 0x000046d2 
- 00017267  0x00003c87 isub  0x00000002 , 0x0000003e 
- 00017268  0x00003c88 ncall  0x000043cc , 0x00000002 
- 00017269  0x00003c89 storet  0x00000001 , 0x00004720 
- 00017270  0x00003c8a jam  0x00000000 , 0x000041bd 
- 00017271  0x00003c8b call  0x0000437a 
- 00017272  0x00003c8c call  0x000043c0 
- 00017273  0x00003c8e branch  0x0000437e 
- 00017274  0x00003c91 arg  0x00000001 , 0x00000002 
- 00017275  0x00003c92 arg  0x00004720 , 0x00000011 
- 00017276  0x00003c93 arg  0x00000000 , 0x00000012 
- 00017277  0x00003c94 branch  0x00006606 
- 00017278  0x00003c97 call  0x00004381 
- 00017279  0x00003c98 call  0x000043c2 
- 00017280  0x00003c99 branch  0x000041d7 
- 00017281  0x00003c9b fetch  0x00000002 , 0x00004682 
- 00017282  0x00003c9c bbit1  0x00000007 , 0x00004392 
- 00017283  0x00003c9d bbit1  0x00000009 , 0x00003402 
- 00017284  0x00003c9e bbit1  0x00000000 , 0x000033e9 
- 00017285  0x00003c9f branch  0x000042ca 
- 00017286  0x00003ca2 bpatch  0x000000ed , 0x0000401d 
- 00017287  0x00003ca3 setarg  0x00000000 
- 00017288  0x00003ca4 store  0x00000002 , 0x000046b0 
- 00017289  0x00003ca5 fetch  0x00000002 , 0x00004682 
- 00017290  0x00003ca6 bbit1  0x00000009 , 0x00003402 
- 00017291  0x00003ca7 fetch  0x00000002 , 0x00004682 
- 00017292  0x00003ca8 bbit1  0x00000000 , 0x000033e9 
- 00017293  0x00003ca9 rtn 
- 00017294  0x00003cac setarg  0x00000001 
- 00017295  0x00003cad store  0x00000006 , 0x00000040 
- 00017296  0x00003cae jam  0x00000033 , 0x00000185 
- 00017297  0x00003caf branch  0x000042df 
- 00017298  0x00003cb3 call  0x000043c4 
- 00017299  0x00003cb4 branch  0x00007e2f 
- 00017300  0x00003cb7 fetch  0x00000001 , 0x000046ec 
- 00017301  0x00003cb8 rtneq  0x000000ff 
- 00017302  0x00003cb9 fetcht  0x00000001 , 0x000046ec 
- 00017303  0x00003cba call  0x0000681d 
- 00017304  0x00003cbb branch  0x0000439f , 0x00000001 
- 00017305  0x00003cbd fetch  0x00000001 , 0x00004685 
- 00017306  0x00003cbe store  0x00000001 , 0x000046da 
- 00017307  0x00003cbf fetch  0x00000001 , 0x000046db 
- 00017308  0x00003cc0 rtneq  0x00000001 
- 00017309  0x00003cc1 jam  0x00000001 , 0x000046db 
- 00017310  0x00003cc2 branch  0x000043ca 
- 00017311  0x00003cc4 call  0x000043b5 
- 00017312  0x00003cc5 fetch  0x00000001 , 0x000046db 
- 00017313  0x00003cc6 rtneq  0x00000000 
- 00017314  0x00003cc7 jam  0x00000000 , 0x000046db 
- 00017315  0x00003cc8 call  0x00007e2f 
- 00017316  0x00003cc9 branch  0x000043c8 
- 00017317  0x00003ccd fetch  0x00000001 , 0x000046f5 
- 00017318  0x00003cce bbit1  0x00000004 , 0x00004394 
- 00017319  0x00003cd0 call  0x00004083 
- 00017320  0x00003cd1 beq  0x00000007 , 0x000043af 
- 00017321  0x00003cd3 fetch  0x00000001 , 0x00004685 
- 00017322  0x00003cd4 store  0x00000001 , 0x000046da 
- 00017323  0x00003cd5 fetch  0x00000001 , 0x000046db 
- 00017324  0x00003cd6 rtneq  0x00000001 
- 00017325  0x00003cd7 jam  0x00000001 , 0x000046db 
- 00017326  0x00003cd8 branch  0x000043ca 
- 00017327  0x00003cdc call  0x000043b5 
- 00017328  0x00003cdd fetch  0x00000001 , 0x000046db 
- 00017329  0x00003cde rtneq  0x00000000 
- 00017330  0x00003cdf jam  0x00000000 , 0x000046db 
- 00017331  0x00003ce0 call  0x00007e2f 
- 00017332  0x00003ce1 branch  0x000043c8 
- 00017333  0x00003ce4 arg  0x000046da , 0x00000013 
- 00017334  0x00003ce5 arg  0x000043b8 , 0x00000012 
- 00017335  0x00003ce6 branch  0x0000336d 
- 00017336  0x00003ce9 arg  0x00000006 , 0x00000007 
- 00017337  0x00003cea call  0x000043ce 
- 00017338  0x00003ceb call  0x00003357 
- 00017339  0x00003cec branch  0x0000426c 
- 00017340  0x00003cf0 arg  0x00000001 , 0x00000007 
- 00017341  0x00003cf1 branch  0x000043ce 
- 00017342  0x00003cf3 arg  0x00000001 , 0x00000007 
- 00017343  0x00003cf4 branch  0x000043d2 
- 00017344  0x00003cf6 arg  0x00000000 , 0x00000007 
- 00017345  0x00003cf7 branch  0x000043ce 
- 00017346  0x00003cf9 arg  0x00000000 , 0x00000007 
- 00017347  0x00003cfa branch  0x000043d2 
- 00017348  0x00003cfc arg  0x00000002 , 0x00000007 
- 00017349  0x00003cfd branch  0x000043ce 
- 00017350  0x00003cff arg  0x00000002 , 0x00000007 
- 00017351  0x00003d00 branch  0x000043d2 
- 00017352  0x00003d02 arg  0x00000005 , 0x00000007 
- 00017353  0x00003d03 branch  0x000043ce 
- 00017354  0x00003d05 arg  0x00000005 , 0x00000007 
- 00017355  0x00003d06 branch  0x000043d2 
- 00017356  0x00003d0b arg  0x00000001 , 0x00000002 
- 00017357  0x00003d0c rtn 
- 00017358  0x00003d0f fetch  0x00000004 , 0x000046d3 
- 00017359  0x00003d10 qset1  0x0000003f 
- 00017360  0x00003d11 store  0x00000004 , 0x000046d3 
- 00017361  0x00003d12 rtn 
- 00017362  0x00003d15 fetch  0x00000004 , 0x000046d3 
- 00017363  0x00003d16 qset0  0x0000003f 
- 00017364  0x00003d17 store  0x00000004 , 0x000046d3 
- 00017365  0x00003d18 rtn 
- 00017366  0x00003d1b fetch  0x00000004 , 0x000046d3 
- 00017367  0x00003d1c rtnbit0  0x0000001a 
- 00017368  0x00003d1d fetch  0x00000001 , 0x000046ce 
- 00017369  0x00003d1e increase  0x00000001 , 0x0000003f 
- 00017370  0x00003d1f store  0x00000001 , 0x000046ce 
- 00017371  0x00003d20 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00017372  0x00003d21 rtn  0x00000002 
- 00017373  0x00003d22 jam  0x00000000 , 0x000046ce 
- 00017374  0x00003d23 call  0x000068eb 
- 00017375  0x00003d24 call  0x00006908 
- 00017376  0x00003d25 store  0x00000002 , 0x0000470f 
- 00017377  0x00003d26 arg  0x00004709 , 0x00000011 
- 00017378  0x00003d27 call  0x00006930 
- 00017379  0x00003d28 fetch  0x00000001 , 0x00004231 
- 00017380  0x00003d29 bbit1  0x00000001 , 0x000044a0 
- 00017381  0x00003d2a bbit0  0x00000000 , 0x000043e9 
- 00017382  0x00003d2b branch  0x000043e7 
- 00017383  0x00003d2d arg  0x00000004 , 0x00000007 
- 00017384  0x00003d2e branch  0x000043ce 
- 00017385  0x00003d30 arg  0x00000004 , 0x00000007 
- 00017386  0x00003d31 branch  0x000043d2 
- 00017387  0x00003d34 fetch  0x00000004 , 0x000046d3 
- 00017388  0x00003d35 rtnbit0  0x00000004 
- 00017389  0x00003d36 fetch  0x00000001 , 0x000046ef 
- 00017390  0x00003d37 store  0x00000001 , 0x00004715 
- 00017391  0x00003d38 fetch  0x00000001 , 0x000046cf 
- 00017392  0x00003d39 pincrease  0x00000001 
- 00017393  0x00003d3a store  0x00000001 , 0x000046cf 
- 00017394  0x00003d3b sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00017395  0x00003d3c ncall  0x000043f9 , 0x00000002 
- 00017396  0x00003d3d beq  0x00000002 , 0x000043fb 
- 00017397  0x00003d3e beq  0x00000004 , 0x000043fe 
- 00017398  0x00003d3f beq  0x00000006 , 0x000043fb 
- 00017399  0x00003d40 beq  0x00000008 , 0x000043fe 
- 00017400  0x00003d41 rtn 
- 00017401  0x00003d43 jam  0x00000001 , 0x000046cf 
- 00017402  0x00003d44 branch  0x000043fe 
- 00017403  0x00003d46 arg  0x00000000 , 0x00000011 
- 00017404  0x00003d47 jam  0x00000002 , 0x00004713 
- 00017405  0x00003d48 branch  0x00007d14 
- 00017406  0x00003d4a arg  0x00000000 , 0x00000011 
- 00017407  0x00003d4b jam  0x00000002 , 0x00004713 
- 00017408  0x00003d4c branch  0x00007d19 
- 00017409  0x00003d4f call  0x00003f97 
- 00017410  0x00003d50 nrtn  0x00000028 
- 00017411  0x00003d51 arg  0x00000007 , 0x00000011 
- 00017412  0x00003d52 arg  0x0000469a , 0x00000012 
- 00017413  0x00003d53 rtn 
- 00017414  0x00003d56 fetch  0x00000001 , 0x0000478b 
- 00017415  0x00003d57 rtn  0x00000034 
- 00017416  0x00003d59 fetcht  0x00000001 , 0x000046e7 
- 00017417  0x00003d5a call  0x0000681d 
- 00017418  0x00003d5b call  0x00004410 , 0x00000001 
- 00017419  0x00003d5c fetch  0x00000001 , 0x00004704 
- 00017420  0x00003d5d nrtn  0x00000034 
- 00017421  0x00003d5e call  0x00004083 
- 00017422  0x00003d5f nrtn  0x00000034 
- 00017423  0x00003d60 branch  0x00002d83 
- 00017424  0x00003d63 fetch  0x00000001 , 0x000046e7 
- 00017425  0x00003d64 rtneq  0x000000ff 
- 00017426  0x00003d65 jam  0x0000000a , 0x00004704 
- 00017427  0x00003d66 rtn 
- 00017428  0x00003d6a call  0x00004423 
- 00017429  0x00003d6b fetch  0x00000002 , 0x00004778 
- 00017430  0x00003d6c arg  0x0000aa55 , 0x00000002 
- 00017431  0x00003d6d isub  0x00000002 , 0x0000003e 
- 00017432  0x00003d6e branch  0x0000442b , 0x00000005 
- 00017433  0x00003d6f storet  0x00000002 , 0x00004778 
- 00017434  0x00003d70 call  0x0000441c 
- 00017435  0x00003d71 branch  0x00004435 
- 00017436  0x00003d73 fetch  0x00000006 , 0x000044a0 
- 00017437  0x00003d74 store  0x00000006 , 0x00004738 
- 00017438  0x00003d75 add  0x0000003f , 0x00000100 , 0x0000003f 
- 00017439  0x00003d76 store  0x00000006 , 0x00004755 
- 00017440  0x00003d77 add  0x0000003f , 0x00000100 , 0x0000003f 
- 00017441  0x00003d78 store  0x00000006 , 0x00004772 
- 00017442  0x00003d79 rtn 
- 00017443  0x00003d7d setarg  0x00004778 
- 00017444  0x00003d7e arg  0x00004720 , 0x00000002 
- 00017445  0x00003d7f isub  0x00000002 , 0x00000002 
- 00017446  0x00003d80 fetch  0x00000003 , 0x00004700 
- 00017447  0x00003d81 iadd  0x00000002 , 0x0000003f 
- 00017448  0x00003d82 arg  0x00000002 , 0x00000002 
- 00017449  0x00003d83 arg  0x00004778 , 0x00000011 
- 00017450  0x00003d84 branch  0x00006562 
- 00017451  0x00003d88 setarg  0x0000477f 
- 00017452  0x00003d89 arg  0x00004720 , 0x00000002 
- 00017453  0x00003d8a isub  0x00000002 , 0x00000002 
- 00017454  0x00003d8b fetch  0x00000003 , 0x00004700 
- 00017455  0x00003d8c arg  0x00004720 , 0x00000011 
- 00017456  0x00003d8d call  0x00006562 
- 00017457  0x00003d8e call  0x0000431a 
- 00017458  0x00003d8f fetch  0x00000004 , 0x0000477b 
- 00017459  0x00003d90 call  0x00002c7a 
- 00017460  0x00003d91 branch  0x0000322c 
- 00017461  0x00003d94 setarg  0x0000477f 
- 00017462  0x00003d95 arg  0x00004720 , 0x00000002 
- 00017463  0x00003d96 isub  0x00000002 , 0x00000002 
- 00017464  0x00003d97 arg  0x00004720 , 0x00000011 
- 00017465  0x00003d98 fetch  0x00000003 , 0x00004700 
- 00017466  0x00003d99 branch  0x00006514 
- 00017467  0x00003d9c arg  0x00000001 , 0x00000002 
- 00017468  0x00003d9d arg  0x0000477a , 0x00000011 
- 00017469  0x00003d9e arg  0x0000005a , 0x00000012 
- 00017470  0x00003d9f branch  0x000065d1 
- 00017471  0x00003da2 arg  0x00000001 , 0x00000002 
- 00017472  0x00003da3 arg  0x0000477a , 0x00000011 
- 00017473  0x00003da4 arg  0x0000005a , 0x00000012 
- 00017474  0x00003da5 branch  0x000065df 
- 00017475  0x00003da8 rtnmark1  0x00000026 
- 00017476  0x00003da9 fetch  0x00000004 , 0x000046d3 
- 00017477  0x00003daa rtnbit0  0x00000016 
- 00017478  0x00003dab fetch  0x00000001 , 0x00004705 
- 00017479  0x00003dac pincrease  0x00000001 
- 00017480  0x00003dad and  0x0000003f , 0x00000007 , 0x0000003f 
- 00017481  0x00003dae store  0x00000001 , 0x00004705 
- 00017482  0x00003daf rtnne  0x00000007 
- 00017483  0x00003db0 fetch  0x00000002 , 0x00004682 
- 00017484  0x00003db1 bbit1  0x00000000 , 0x0000444f 
- 00017485  0x00003db2 bbit1  0x00000009 , 0x0000444f 
- 00017486  0x00003db3 rtn 
- 00017487  0x00003db9 bpatch  0x000000ee , 0x0000401d 
- 00017488  0x00003dba fetch  0x00000001 , 0x00004706 
- 00017489  0x00003dbb nrtn  0x00000034 
- 00017490  0x00003dbc fetch  0x00000004 , 0x000046d3 
- 00017491  0x00003dbd rtnbit0  0x00000008 
- 00017492  0x00003dbe fetch  0x00000001 , 0x000046a5 
- 00017493  0x00003dbf call  0x000063fb 
- 00017494  0x00003dc0 store  0x00000001 , 0x000046a6 
- 00017495  0x00003dc1 sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00017496  0x00003dc2 branch  0x0000445b , 0x00000002 
- 00017497  0x00003dc3 jam  0x00000000 , 0x00004706 
- 00017498  0x00003dc4 rtn 
- 00017499  0x00003dc7 jam  0x0000001e , 0x00004706 
- 00017500  0x00003dc8 rtn 
- 00017501  0x00003dca arg  0x00004706 , 0x00000013 
- 00017502  0x00003dcb arg  0x00004460 , 0x00000012 
- 00017503  0x00003dcc branch  0x0000336d 
- 00017504  0x00003dcf fetch  0x00000001 , 0x000046a5 
- 00017505  0x00003dd0 call  0x00006414 
- 00017506  0x00003dd1 sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00017507  0x00003dd2 nrtn  0x00000002 
- 00017508  0x00003dd3 fetch  0x00000004 , 0x000046d3 
- 00017509  0x00003dd4 rtnbit0  0x00000008 
- 00017510  0x00003dd5 arg  0x00000008 , 0x00000007 
- 00017511  0x00003dd6 call  0x000043d2 
- 00017512  0x00003dd7 jam  0x00000000 , 0x00004172 
- 00017513  0x00003dd8 jam  0x0000001e , 0x000046c4 
- 00017514  0x00003dd9 call  0x00004482 
- 00017515  0x00003dda fetch  0x00000004 , 0x000046d3 
- 00017516  0x00003ddb bbit1  0x00000015 , 0x00004471 
- 00017517  0x00003ddd fetch  0x00000001 , 0x00004720 
- 00017518  0x00003dde beq  0x00000001 , 0x00004489 
- 00017519  0x00003ddf beq  0x00000002 , 0x00004476 
- 00017520  0x00003de0 rtn 
- 00017521  0x00003de2 fetch  0x00000001 , 0x00004720 
- 00017522  0x00003de3 beq  0x00000001 , 0x00004489 
- 00017523  0x00003de4 beq  0x00000002 , 0x0000448c 
- 00017524  0x00003de5 beq  0x00000003 , 0x0000448f 
- 00017525  0x00003de6 rtn 
- 00017526  0x00003de9 fetch  0x00000001 , 0x000046f0 
- 00017527  0x00003dea branch  0x0000428f 
- 00017528  0x00003def jam  0x00000020 , 0x00004172 
- 00017529  0x00003df0 branch  0x00004482 
- 00017530  0x00003df5 fetch  0x00000001 , 0x000046f0 
- 00017531  0x00003df6 rtneq  0x000000ff 
- 00017532  0x00003df7 store  0x00000001 , 0x00004715 
- 00017533  0x00003df8 branch  0x00004296 
- 00017534  0x00003dfb fetch  0x00000001 , 0x000046f1 
- 00017535  0x00003dfc rtneq  0x000000ff 
- 00017536  0x00003dfd store  0x00000001 , 0x00004715 
- 00017537  0x00003dfe branch  0x00004296 
- 00017538  0x00003e01 call  0x00004296 
- 00017539  0x00003e02 call  0x0000447a 
- 00017540  0x00003e03 call  0x0000447e 
- 00017541  0x00003e05 fetch  0x00000001 , 0x000046f2 
- 00017542  0x00003e06 rtneq  0x000000ff 
- 00017543  0x00003e07 store  0x00000001 , 0x00004715 
- 00017544  0x00003e08 branch  0x00004296 
- 00017545  0x00003e0b fetch  0x00000001 , 0x000046f0 
- 00017546  0x00003e0c store  0x00000001 , 0x00004715 
- 00017547  0x00003e0d branch  0x00004298 
- 00017548  0x00003e0f fetch  0x00000001 , 0x000046f1 
- 00017549  0x00003e10 store  0x00000001 , 0x00004715 
- 00017550  0x00003e11 branch  0x00004298 
- 00017551  0x00003e13 fetch  0x00000001 , 0x000046f2 
- 00017552  0x00003e14 store  0x00000001 , 0x00004715 
- 00017553  0x00003e15 branch  0x00004298 
- 00017554  0x00003e1a bpatch  0x000000ef , 0x0000401d 
- 00017555  0x00003e1b fetch  0x00000001 , 0x0000471e 
- 00017556  0x00003e1c increase  0xffffffff , 0x0000003f 
- 00017557  0x00003e1d store  0x00000001 , 0x0000471e 
- 00017558  0x00003e1e fetcht  0x00000001 , 0x00004720 
- 00017559  0x00003e1f increase  0x00000001 , 0x00000002 
- 00017560  0x00003e20 fetch  0x00000001 , 0x000046d2 
- 00017561  0x00003e21 isub  0x00000002 , 0x0000003e 
- 00017562  0x00003e22 ncall  0x000043cc , 0x00000002 
- 00017563  0x00003e23 storet  0x00000001 , 0x00004720 
- 00017564  0x00003e24 jam  0x00000000 , 0x000041bd 
- 00017565  0x00003e25 call  0x0000437a 
- 00017566  0x00003e26 call  0x000042fb 
- 00017567  0x00003e27 branch  0x000042a2 
- 00017568  0x00003e2a call  0x00004482 
- 00017569  0x00003e2b setarg  0x00000000 
- 00017570  0x00003e2c store  0x00000008 , 0x000000a1 
- 00017571  0x00003e2d branch  0x00002b1f 
- 00017572  0x00003e39 rtn  0x0000002b 
- 00017573  0x00003e3a hfetch  0x00000001 , 0x00008081 
- 00017574  0x00003e3b and_into  0x000000f0 , 0x0000003f 
- 00017575  0x00003e3c hstore  0x00000001 , 0x00008081 
- 00017576  0x00003e3d call  0x00006948 
- 00017577  0x00003e3e setarg  0x000044e6 
- 00017578  0x00003e3f store  0x00000002 , 0x000041eb 
- 00017579  0x00003e41 setarg  0x000044e9 
- 00017580  0x00003e42 store  0x00000002 , 0x000041ed 
- 00017581  0x00003e44 setarg  0x000044ef 
- 00017582  0x00003e45 store  0x00000002 , 0x000041f3 
- 00017583  0x00003e47 setarg  0x000044f2 
- 00017584  0x00003e48 store  0x00000002 , 0x000041f5 
- 00017585  0x00003e4a setarg  0x000033d0 
- 00017586  0x00003e4b store  0x00000002 , 0x000041e9 
- 00017587  0x00003e4d call  0x00002c7a 
- 00017588  0x00003e4e setarg  0x000045c2 
- 00017589  0x00003e4f add  0x00000013 , 0x000000d8 , 0x00000005 
- 00017590  0x00003e50 istore  0x00000002 , 0x00000005 
- 00017591  0x00003e52 setarg  0x000044ea 
- 00017592  0x00003e53 add  0x00000013 , 0x000000da , 0x00000005 
- 00017593  0x00003e54 istore  0x00000002 , 0x00000005 
- 00017594  0x00003e56 setarg  0x000044e9 
- 00017595  0x00003e57 add  0x00000013 , 0x000000dc , 0x00000005 
- 00017596  0x00003e58 istore  0x00000002 , 0x00000005 
- 00017597  0x00003e5a setarg  0x0000450e 
- 00017598  0x00003e5b store  0x00000002 , 0x000041fd 
- 00017599  0x00003e5d setarg  0x000044da 
- 00017600  0x00003e5e store  0x00000002 , 0x0000475b 
- 00017601  0x00003e60 setarg  0x000044d6 
- 00017602  0x00003e61 store  0x00000002 , 0x0000475f 
- 00017603  0x00003e63 setarg  0x00004560 
- 00017604  0x00003e64 store  0x00000002 , 0x0000470f 
- 00017605  0x00003e66 bpatch  0x000000f0 , 0x0000401e 
- 00017606  0x00003e67 call  0x000044e2 
- 00017607  0x00003e68 call  0x00007e38 
- 00017608  0x00003e69 jam  0x00000002 , 0x00004172 
- 00017609  0x00003e6a fetch  0x00000001 , 0x0000472b 
- 00017610  0x00003e6b store  0x00000001 , 0x0000469a 
- 00017611  0x00003e6c beq  0x00000000 , 0x000044d5 
- 00017612  0x00003e6d fetch  0x00000001 , 0x0000472c 
- 00017613  0x00003e6e store  0x00000001 , 0x00004686 
- 00017614  0x00003e70 call  0x000044db 
- 00017615  0x00003e71 call  0x00007cd3 
- 00017616  0x00003e72 call  0x00007cdd 
- 00017617  0x00003e73 jam  0x00000001 , 0x00004757 
- 00017618  0x00003e74 fetch  0x00000002 , 0x00004682 
- 00017619  0x00003e75 rtnbit1  0x0000000c 
- 00017620  0x00003e76 branch  0x0000340a 
- 00017621  0x00003e7b jam  0x00000002 , 0x00004757 
- 00017622  0x00003e7d call  0x000044db 
- 00017623  0x00003e7f arg  0x00000000 , 0x00000011 
- 00017624  0x00003e80 call  0x00007d1e 
- 00017625  0x00003e82 branch  0x00002ee4 
- 00017626  0x00003e85 branch  0x000044db 
- 00017627  0x00003e88 bpatch  0x000000f1 , 0x0000401e 
- 00017628  0x00003e89 fetch  0x00000001 , 0x00004729 
- 00017629  0x00003e8a bne  0x000000ff , 0x000044e0 
- 00017630  0x00003e8c fetcht  0x00000001 , 0x00004706 
- 00017631  0x00003e8d branch  0x0000680e 
- 00017632  0x00003e8f store  0x00000001 , 0x00004706 
- 00017633  0x00003e90 branch  0x000044de 
- 00017634  0x00003e94 call  0x00002c9d 
- 00017635  0x00003e95 fetch  0x00000002 , 0x00004753 
- 00017636  0x00003e96 store  0x00000002 , 0x00004755 
- 00017637  0x00003e97 branch  0x00004515 
- 00017638  0x00003e9f call  0x00006835 
- 00017639  0x00003ea0 call  0x000044e9 
- 00017640  0x00003ea1 branch  0x0000340a 
- 00017641  0x00003ea4 branch  0x0000696c 
- 00017642  0x00003ea7 fetch  0x00000001 , 0x00004765 
- 00017643  0x00003ea8 rtn  0x00000034 
- 00017644  0x00003eaa branch  0x00002d83 
- 00017645  0x00003ead rtn 
- 00017646  0x00003eb0 branch  0x00006978 
- 00017647  0x00003eb3 call  0x00004544 
- 00017648  0x00003eb4 call  0x00004503 
- 00017649  0x00003eb5 branch  0x000044ee 
- 00017650  0x00003eb8 copy  0x00000013 , 0x0000003f 
- 00017651  0x00003eb9 beq  0x0000002d , 0x00003431 
- 00017652  0x00003eba beq  0x00000010 , 0x0000341a 
- 00017653  0x00003ebb beq  0x00000039 , 0x000044fb 
- 00017654  0x00003ebc beq  0x0000003c , 0x000044ff 
- 00017655  0x00003ebd beq  0x0000003a , 0x000044f9 
- 00017656  0x00003ebe rtn 
- 00017657  0x00003ec1 jam  0x00000001 , 0x00004765 
- 00017658  0x00003ec2 rtn 
- 00017659  0x00003ec5 jam  0x00000001 , 0x00004765 
- 00017660  0x00003ec6 jam  0x00000001 , 0x00004763 
- 00017661  0x00003ec7 jam  0x00000001 , 0x00004764 
- 00017662  0x00003ec8 rtn 
- 00017663  0x00003ecb jam  0x00000001 , 0x00004765 
- 00017664  0x00003ecc jam  0x00000001 , 0x00004763 
- 00017665  0x00003ecd jam  0x00000001 , 0x00004764 
- 00017666  0x00003ece rtn 
- 00017667  0x00003ed1 fetch  0x00000001 , 0x00004763 
- 00017668  0x00003ed2 rtneq  0x00000000 
- 00017669  0x00003ed3 fetch  0x00000001 , 0x00004762 
- 00017670  0x00003ed4 rtneq  0x00000001 
- 00017671  0x00003ed5 jam  0x00000001 , 0x00004762 
- 00017672  0x00003ed7 arg  0x00000000 , 0x00000011 
- 00017673  0x00003ed8 branch  0x00007d19 
- 00017674  0x00003eda arg  0x00000000 , 0x00000011 
- 00017675  0x00003edb call  0x00007d19 
- 00017676  0x00003edc call  0x000044db 
- 00017677  0x00003edd branch  0x0000340a 
- 00017678  0x00003ee0 call  0x0000337b 
- 00017679  0x00003ee1 branch  0x00004510 
- 00017680  0x00003ee4 fetch  0x00000001 , 0x0000472d 
- 00017681  0x00003ee5 rtn  0x00000034 
- 00017682  0x00003ee6 arg  0x00004755 , 0x00000013 
- 00017683  0x00003ee7 arg  0x0000450a , 0x00000012 
- 00017684  0x00003ee8 branch  0x00003374 
- 00017685  0x00003eec call  0x0000451a 
- 00017686  0x00003eed storet  0x00000002 , 0x0000471a 
- 00017687  0x00003eee call  0x0000451f 
- 00017688  0x00003eef storet  0x00000002 , 0x0000471c 
- 00017689  0x00003ef0 rtn 
- 00017690  0x00003ef3 fetch  0x00000002 , 0x0000471a 
- 00017691  0x00003ef4 store  0x00000002 , 0x0000471e 
- 00017692  0x00003ef5 call  0x00004540 
- 00017693  0x00003ef6 call  0x00004525 
- 00017694  0x00003ef7 store  0x00000001 , 0x00004724 
- 00017695  0x00003ef9 fetch  0x00000002 , 0x0000471c 
- 00017696  0x00003efa store  0x00000002 , 0x0000471e 
- 00017697  0x00003efb call  0x00004542 
- 00017698  0x00003efc call  0x00004525 
- 00017699  0x00003efd store  0x00000001 , 0x00004725 
- 00017700  0x00003efe rtn 
- 00017701  0x00003f00 fetch  0x00000002 , 0x00004720 
- 00017702  0x00003f01 copy  0x0000003f , 0x00000011 
- 00017703  0x00003f02 fetch  0x00000002 , 0x0000471e 
- 00017704  0x00003f03 call  0x0000452e 
- 00017705  0x00003f04 fetch  0x00000001 , 0x00004719 
- 00017706  0x00003f05 nbranch  0x00004537 , 0x00000034 
- 00017707  0x00003f06 nrtn  0x00000002 
- 00017708  0x00003f07 fetcht  0x00000002 , 0x0000471e 
- 00017709  0x00003f08 rtn 
- 00017710  0x00003f0a isub  0x00000002 , 0x0000003f 
- 00017711  0x00003f0b branch  0x00004534 , 0x00000002 
- 00017712  0x00003f0c sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00017713  0x00003f0d jam  0x00000001 , 0x00004718 
- 00017714  0x00003f0e isub  0x00000011 , 0x0000003e 
- 00017715  0x00003f0f rtn 
- 00017716  0x00003f11 jam  0x00000000 , 0x00004718 
- 00017717  0x00003f12 isub  0x00000011 , 0x0000003e 
- 00017718  0x00003f13 rtn 
- 00017719  0x00003f15 nbranch  0x0000453e , 0x00000002 
- 00017720  0x00003f16 fetch  0x00000001 , 0x00004718 
- 00017721  0x00003f17 nbranch  0x0000453c , 0x00000034 
- 00017722  0x00003f19 setarg  0x00000001 
- 00017723  0x00003f1a rtn 
- 00017724  0x00003f1c setarg  0x00000002 
- 00017725  0x00003f1d rtn 
- 00017726  0x00003f1f setarg  0x00000000 
- 00017727  0x00003f20 rtn 
- 00017728  0x00003f22 jam  0x00000033 , 0x0000422e 
- 00017729  0x00003f23 branch  0x000068eb 
- 00017730  0x00003f25 jam  0x00000034 , 0x0000422e 
- 00017731  0x00003f26 branch  0x000068eb 
- 00017732  0x00003f2a fetch  0x00000001 , 0x0000472a 
- 00017733  0x00003f2b rtnne  0x00000001 
- 00017734  0x00003f2d bpatch  0x000000f2 , 0x0000401e 
- 00017735  0x00003f2e jam  0x00000001 , 0x00004719 
- 00017736  0x00003f2f call  0x0000451a 
- 00017737  0x00003f30 fetch  0x00000002 , 0x00004724 
- 00017738  0x00003f31 fetcht  0x00000002 , 0x00004722 
- 00017739  0x00003f32 isub  0x00000002 , 0x0000003e 
- 00017740  0x00003f33 rtn  0x00000005 
- 00017741  0x00003f34 store  0x00000002 , 0x00004722 
- 00017742  0x00003f35 call  0x00004550 
- 00017743  0x00003f36 branch  0x00004554 
- 00017744  0x00003f39 fetch  0x00000001 , 0x00004724 
- 00017745  0x00003f3a branch  0x0000455a , 0x00000034 
- 00017746  0x00003f3b increase  0xffffffff , 0x0000003f 
- 00017747  0x00003f3c branch  0x00004557 
- 00017748  0x00003f3e fetch  0x00000001 , 0x00004725 
- 00017749  0x00003f3f branch  0x0000455d , 0x00000034 
- 00017750  0x00003f40 increase  0x00000001 , 0x0000003f 
- 00017751  0x00003f42 copy  0x0000003f , 0x00000007 
- 00017752  0x00003f43 arg  0x00000001 , 0x00000011 
- 00017753  0x00003f44 branch  0x00004560 
- 00017754  0x00003f47 arg  0x00000000 , 0x00000007 
- 00017755  0x00003f48 arg  0x00000000 , 0x00000011 
- 00017756  0x00003f49 branch  0x00004560 
- 00017757  0x00003f4b arg  0x00000002 , 0x00000007 
- 00017758  0x00003f4c arg  0x00000000 , 0x00000011 
- 00017759  0x00003f4d branch  0x00004560 
- 00017760  0x00003f50 copy  0x00000011 , 0x0000003f 
- 00017761  0x00003f51 store  0x00000001 , 0x00004761 
- 00017762  0x00003f52 fetch  0x00000001 , 0x00004763 
- 00017763  0x00003f53 beq  0x00000000 , 0x00002ee4 
- 00017764  0x00003f54 fetch  0x00000002 , 0x00004753 
- 00017765  0x00003f55 store  0x00000002 , 0x00004755 
- 00017766  0x00003f56 fetch  0x00000001 , 0x00004761 
- 00017767  0x00003f57 branch  0x00004580 , 0x00000034 
- 00017768  0x00003f59 bpatch  0x000000f3 , 0x0000401e 
- 00017769  0x00003f5a arg  0x00000000 , 0x00000011 
- 00017770  0x00003f5b call  0x00007d14 
- 00017771  0x00003f5d copy  0x00000007 , 0x0000003f 
- 00017772  0x00003f5e beq  0x00000004 , 0x000045a3 
- 00017773  0x00003f5f beq  0x00000005 , 0x000045a5 
- 00017774  0x00003f60 beq  0x00000006 , 0x000045a7 
- 00017775  0x00003f64 call  0x0000458b 
- 00017776  0x00003f65 beq  0x00000000 , 0x00004574 
- 00017777  0x00003f66 beq  0x00000002 , 0x0000457a 
- 00017778  0x00003f67 beq  0x00000003 , 0x00004574 
- 00017779  0x00003f68 rtn 
- 00017780  0x00003f6b copy  0x00000007 , 0x0000003f 
- 00017781  0x00003f6c beq  0x00000000 , 0x0000458f 
- 00017782  0x00003f6d beq  0x00000001 , 0x00004591 
- 00017783  0x00003f6e beq  0x00000002 , 0x00004593 
- 00017784  0x00003f6f beq  0x00000003 , 0x00004595 
- 00017785  0x00003f70 rtn 
- 00017786  0x00003f73 copy  0x00000007 , 0x0000003f 
- 00017787  0x00003f74 beq  0x00000000 , 0x00004597 
- 00017788  0x00003f75 beq  0x00000001 , 0x0000459a 
- 00017789  0x00003f76 beq  0x00000002 , 0x0000459d 
- 00017790  0x00003f77 beq  0x00000003 , 0x000045a0 
- 00017791  0x00003f78 rtn 
- 00017792  0x00003f7b bpatch  0x000000f4 , 0x0000401e 
- 00017793  0x00003f7c arg  0x00000000 , 0x00000011 
- 00017794  0x00003f7d call  0x00007d19 
- 00017795  0x00003f7f copy  0x00000007 , 0x0000003f 
- 00017796  0x00003f80 beq  0x00000004 , 0x000045bc 
- 00017797  0x00003f81 beq  0x00000005 , 0x000045bc 
- 00017798  0x00003f85 call  0x0000458b 
- 00017799  0x00003f86 beq  0x00000000 , 0x000045a9 
- 00017800  0x00003f87 beq  0x00000002 , 0x000045af 
- 00017801  0x00003f88 beq  0x00000003 , 0x000045a9 
- 00017802  0x00003f89 rtn 
- 00017803  0x00003f8c fetch  0x00000001 , 0x00004728 
- 00017804  0x00003f8d fetcht  0x00000001 , 0x00004727 
- 00017805  0x00003f8e ior  0x00000002 , 0x0000003f 
- 00017806  0x00003f8f rtn 
- 00017807  0x00003f93 jam  0x00000001 , 0x00004734 
- 00017808  0x00003f94 branch  0x000045be 
- 00017809  0x00003f96 jam  0x00000002 , 0x00004734 
- 00017810  0x00003f97 branch  0x000045be 
- 00017811  0x00003f99 jam  0x00000001 , 0x00004736 
- 00017812  0x00003f9a branch  0x000045be 
- 00017813  0x00003f9c jam  0x00000002 , 0x00004736 
- 00017814  0x00003f9d branch  0x000045be 
- 00017815  0x00003fa1 jam  0x00000001 , 0x00004734 
- 00017816  0x00003fa2 jam  0x00000001 , 0x00004736 
- 00017817  0x00003fa3 branch  0x000045be 
- 00017818  0x00003fa5 jam  0x00000002 , 0x00004734 
- 00017819  0x00003fa6 jam  0x00000002 , 0x00004736 
- 00017820  0x00003fa7 branch  0x000045be 
- 00017821  0x00003fa9 jam  0x00000002 , 0x00004734 
- 00017822  0x00003faa jam  0x00000001 , 0x00004736 
- 00017823  0x00003fab branch  0x000045be 
- 00017824  0x00003fad jam  0x00000001 , 0x00004734 
- 00017825  0x00003fae jam  0x00000002 , 0x00004736 
- 00017826  0x00003faf branch  0x000045be 
- 00017827  0x00003fb3 jam  0x00000001 , 0x00004738 
- 00017828  0x00003fb4 branch  0x000045be 
- 00017829  0x00003fb6 jam  0x00000002 , 0x00004738 
- 00017830  0x00003fb7 branch  0x000045be 
- 00017831  0x00003fba jam  0x00000001 , 0x00004741 
- 00017832  0x00003fbb branch  0x000045c0 
- 00017833  0x00003fbe copy  0x00000007 , 0x0000003f 
- 00017834  0x00003fbf beq  0x00000000 , 0x000045b5 
- 00017835  0x00003fc0 beq  0x00000001 , 0x000045b5 
- 00017836  0x00003fc1 beq  0x00000002 , 0x000045b7 
- 00017837  0x00003fc2 beq  0x00000003 , 0x000045b7 
- 00017838  0x00003fc3 rtn 
- 00017839  0x00003fc6 copy  0x00000007 , 0x0000003f 
- 00017840  0x00003fc7 beq  0x00000000 , 0x000045b9 
- 00017841  0x00003fc8 beq  0x00000001 , 0x000045b9 
- 00017842  0x00003fc9 beq  0x00000002 , 0x000045b9 
- 00017843  0x00003fca beq  0x00000003 , 0x000045b9 
- 00017844  0x00003fcb rtn 
- 00017845  0x00003fcf jam  0x00000000 , 0x00004734 
- 00017846  0x00003fd0 branch  0x000045be 
- 00017847  0x00003fd3 jam  0x00000000 , 0x00004736 
- 00017848  0x00003fd4 branch  0x000045be 
- 00017849  0x00003fda jam  0x00000000 , 0x00004734 
- 00017850  0x00003fdb jam  0x00000000 , 0x00004736 
- 00017851  0x00003fdc branch  0x000045be 
- 00017852  0x00003fe0 jam  0x00000000 , 0x00004738 
- 00017853  0x00003fe1 branch  0x000045be 
- 00017854  0x00003fe4 arg  0x0000472e , 0x00000011 
- 00017855  0x00003fe5 branch  0x00007e3d 
- 00017856  0x00003fe7 arg  0x0000473b , 0x00000011 
- 00017857  0x00003fe8 branch  0x00007e3d 
- 00017858  0x00003feb fetch  0x00000001 , 0x00004764 
- 00017859  0x00003fec beq  0x00000001 , 0x000045cc 
- 00017860  0x00003fed arg  0x00004744 , 0x00000011 
- 00017861  0x00003fee call  0x00007e54 
- 00017862  0x00003fef nbranch  0x000045d1 , 0x00000028 
- 00017863  0x00003ff1 arg  0x00004744 , 0x00000006 
- 00017864  0x00003ff2 ifetch  0x00000001 , 0x00000006 
- 00017865  0x00003ff3 copy  0x0000003f , 0x00000011 
- 00017866  0x00003ff4 arg  0x00004745 , 0x00000012 
- 00017867  0x00003ff7 rtn 
- 00017868  0x00003ffa jam  0x00000000 , 0x00004764 
- 00017869  0x00003ffb enable  0x00000028 
- 00017870  0x00003ffc arg  0x00000001 , 0x00000011 
- 00017871  0x00003ffd arg  0x00004766 , 0x00000012 
- 00017872  0x00003ffe rtn 
- 00017873  0x00004001 fetch  0x00000001 , 0x00004747 
- 00017874  0x00004002 beq  0x00000004 , 0x000045d5 
- 00017875  0x00004003 beq  0x00000005 , 0x000045d5 
- 00017876  0x00004004 rtn 
- 00017877  0x00004006 fetch  0x00000001 , 0x0000474a 
- 00017878  0x00004007 nbranch  0x000045dc , 0x00000034 
- 00017879  0x00004008 fetch  0x00000001 , 0x0000474c 
- 00017880  0x00004009 nbranch  0x000045dc , 0x00000034 
- 00017881  0x0000400a fetch  0x00000001 , 0x0000474e 
- 00017882  0x0000400b nbranch  0x000045dc , 0x00000034 
- 00017883  0x0000400c rtn 
- 00017884  0x0000400e enable  0x00000028 
- 00017885  0x0000400f branch  0x000045c7 
- 00017886  0x00004018 rtn  0x0000002b 
- 00017887  0x00004019 hfetch  0x00000001 , 0x00008081 
- 00017888  0x0000401a and_into  0x000000fc , 0x0000003f 
- 00017889  0x0000401b hstore  0x00000001 , 0x00008081 
- 00017890  0x0000401c setarg  0x000046b4 
- 00017891  0x0000401d store  0x00000002 , 0x000041eb 
- 00017892  0x0000401f setarg  0x000046b3 
- 00017893  0x00004020 store  0x00000002 , 0x000041ed 
- 00017894  0x00004022 setarg  0x0000340a 
- 00017895  0x00004023 store  0x00000002 , 0x000041f7 
- 00017896  0x00004025 setarg  0x000046b1 
- 00017897  0x00004026 store  0x00000002 , 0x000041f3 
- 00017898  0x00004028 setarg  0x00004612 
- 00017899  0x00004029 store  0x00000002 , 0x000041f5 
- 00017900  0x0000402b setarg  0x0000460c 
- 00017901  0x0000402c store  0x00000002 , 0x000041e9 
- 00017902  0x0000402e setarg  0x0000476a 
- 00017903  0x0000402f store  0x00000002 , 0x000041f9 
- 00017904  0x00004031 setarg  0x00004686 
- 00017905  0x00004032 store  0x00000002 , 0x000041fd 
- 00017906  0x00004034 setarg  0x00004729 
- 00017907  0x00004035 store  0x00000002 , 0x000046e7 
- 00017908  0x00004037 setarg  0x00004806 
- 00017909  0x00004038 store  0x00000002 , 0x000046e2 
- 00017910  0x00004039 setarg  0x00004807 
- 00017911  0x0000403a store  0x00000002 , 0x000046e4 
- 00017912  0x0000403c call  0x000057a3 
- 00017913  0x0000403d call  0x000047da 
- 00017914  0x0000403e call  0x00004788 
- 00017915  0x0000403f call  0x0000476d 
- 00017916  0x00004040 call  0x00006948 
- 00017917  0x00004041 call  0x0000477a 
- 00017918  0x00004042 call  0x00007e38 
- 00017919  0x00004043 call  0x00007d08 
- 00017920  0x00004044 call  0x00004793 
- 00017921  0x00004045 call  0x000047c7 
- 00017922  0x00004047 bpatch  0x000000f5 , 0x0000401e 
- 00017923  0x00004048 call  0x0000464f 
- 00017924  0x00004049 fetch  0x00000001 , 0x000046dd 
- 00017925  0x0000404a beq  0x00000000 , 0x00004609 
- 00017926  0x0000404b fetch  0x00000001 , 0x000046de 
- 00017927  0x0000404c store  0x00000001 , 0x00004686 
- 00017928  0x0000404d branch  0x0000480e 
- 00017929  0x00004051 jam  0x000000ff , 0x00004686 
- 00017930  0x00004052 jam  0x00000001 , 0x000046df 
- 00017931  0x00004053 branch  0x000046d9 
- 00017932  0x00004058 fetch  0x00000001 , 0x000046df 
- 00017933  0x00004059 beq  0x00000002 , 0x000033d0 
- 00017934  0x0000405a call  0x0000527e 
- 00017935  0x0000405b fetch  0x00000001 , 0x00004256 
- 00017936  0x0000405c nbranch  0x000033d0 , 0x00000034 
- 00017937  0x0000405d branch  0x000033d2 
- 00017938  0x00004062 copy  0x00000013 , 0x0000003f 
- 00017939  0x00004064 beq  0x00000001 , 0x00004626 
- 00017940  0x00004065 beq  0x00000002 , 0x00004629 
- 00017941  0x00004066 beq  0x00000004 , 0x00004631 
- 00017942  0x00004067 beq  0x00000005 , 0x00004633 
- 00017943  0x00004068 beq  0x00000006 , 0x00004635 
- 00017944  0x00004069 beq  0x00000007 , 0x00004638 
- 00017945  0x0000406a beq  0x00000012 , 0x0000463c 
- 00017946  0x0000406b beq  0x00000013 , 0x00004644 
- 00017947  0x0000406c beq  0x00000027 , 0x00004645 
- 00017948  0x0000406d beq  0x0000002e , 0x00004648 
- 00017949  0x0000406e beq  0x0000003d , 0x00004649 
- 00017950  0x00004070 beq  0x00000014 , 0x00004658 
- 00017951  0x00004071 beq  0x00000015 , 0x0000465c 
- 00017952  0x00004072 beq  0x0000003f , 0x0000465f 
- 00017953  0x00004073 beq  0x00000040 , 0x00004665 
- 00017954  0x00004075 beq  0x00000010 , 0x0000466b 
- 00017955  0x00004076 beq  0x0000002c , 0x0000466c 
- 00017956  0x00004077 beq  0x0000002d , 0x00004677 
- 00017957  0x00004078 rtn 
- 00017958  0x0000407e jam  0x00000000 , 0x000046ad 
- 00017959  0x0000407f jam  0x00000000 , 0x000046ac 
- 00017960  0x00004080 rtn 
- 00017961  0x00004084 call  0x0000462b 
- 00017962  0x00004085 branch  0x00004631 
- 00017963  0x00004088 jam  0x00000000 , 0x000041e2 
- 00017964  0x00004089 jam  0x00000000 , 0x00004680 
- 00017965  0x0000408a jam  0x00000000 , 0x00004205 
- 00017966  0x0000408b jam  0x00000000 , 0x000046ac 
- 00017967  0x0000408c jam  0x00000000 , 0x000046ad 
- 00017968  0x0000408d branch  0x00007e38 
- 00017969  0x00004091 call  0x000033a9 
- 00017970  0x00004092 branch  0x000046c2 
- 00017971  0x00004096 call  0x000046b6 
- 00017972  0x00004097 branch  0x00003408 
- 00017973  0x0000409b setarg  0x00000002 
- 00017974  0x0000409c store  0x00000001 , 0x00004680 
- 00017975  0x0000409d rtn 
- 00017976  0x000040a1 jam  0x00000000 , 0x000046ac 
- 00017977  0x000040a2 setarg  0x00000001 
- 00017978  0x000040a3 store  0x00000001 , 0x000046ad 
- 00017979  0x000040a4 rtn 
- 00017980  0x000040a8 fetch  0x00000001 , 0x000041e2 
- 00017981  0x000040a9 rtneq  0x00000001 
- 00017982  0x000040aa jam  0x00000001 , 0x000041e2 
- 00017983  0x000040ab call  0x00003416 
- 00017984  0x000040ac call  0x00003414 
- 00017985  0x000040ad call  0x000046b6 
- 00017986  0x000040ae call  0x00003408 
- 00017987  0x000040af branch  0x0000340e 
- 00017988  0x000040b3 branch  0x00004631 
- 00017989  0x000040b7 setarg  0x00000005 
- 00017990  0x000040b8 store  0x00000001 , 0x000046ac 
- 00017991  0x000040b9 rtn 
- 00017992  0x000040bd branch  0x000033cd 
- 00017993  0x000040c2 arg  0x00000000 , 0x00000012 
- 00017994  0x000040c3 fetch  0x00000001 , 0x00004217 
- 00017995  0x000040c4 mul32  0x0000003f , 0x00000022 , 0x00000002 
- 00017996  0x000040c5 fetch  0x00000002 , 0x00004215 
- 00017997  0x000040c6 copy  0x0000003f , 0x00000011 
- 00017998  0x000040c7 branch  0x00006606 
- 00017999  0x000040ca arg  0x00000000 , 0x00000012 
- 00018000  0x000040cb fetch  0x00000001 , 0x0000469a 
- 00018001  0x000040cc rtnbit0  0x00000001 
- 00018002  0x000040cd fetch  0x00000001 , 0x00004217 
- 00018003  0x000040ce rtn  0x00000034 
- 00018004  0x000040cf mul32  0x0000003f , 0x00000022 , 0x00000002 
- 00018005  0x000040d0 fetch  0x00000002 , 0x00004215 
- 00018006  0x000040d1 copy  0x0000003f , 0x00000011 
- 00018007  0x000040d2 branch  0x000065df 
- 00018008  0x000040d7 call  0x000046b6 
- 00018009  0x000040d8 setarg  0x00000000 
- 00018010  0x000040d9 store  0x00000002 , 0x000046b7 
- 00018011  0x000040da branch  0x00003408 
- 00018012  0x000040de call  0x00007e38 
- 00018013  0x000040df jam  0x00000000 , 0x000046b0 
- 00018014  0x000040e0 branch  0x000046d9 
- 00018015  0x000040e4 call  0x00007e38 
- 00018016  0x000040e5 jam  0x00000001 , 0x000046b0 
- 00018017  0x000040e6 fetch  0x00000008 , 0x000046c1 
- 00018018  0x000040e7 store  0x00000008 , 0x00004496 
- 00018019  0x000040e8 call  0x00003416 
- 00018020  0x000040e9 branch  0x00005abf 
- 00018021  0x000040ed fetch  0x00000002 , 0x00004509 
- 00018022  0x000040ee rtneq  0x00000000 
- 00018023  0x000040ef fetch  0x00000008 , 0x000046c9 
- 00018024  0x000040f0 rtn  0x00000034 
- 00018025  0x000040f1 store  0x00000008 , 0x00004496 
- 00018026  0x000040f2 branch  0x00005abf 
- 00018027  0x000040f7 branch  0x0000481f 
- 00018028  0x000040fa fetch  0x00000001 , 0x000046dd 
- 00018029  0x000040fb rtneq  0x00000000 
- 00018030  0x000040fc fetch  0x00000001 , 0x000046df 
- 00018031  0x000040fd rtnne  0x00000001 
- 00018032  0x000040fe call  0x00004672 
- 00018033  0x000040ff branch  0x00003406 
- 00018034  0x00004102 jam  0x00000001 , 0x000048df 
- 00018035  0x00004103 arg  0x0000000b , 0x00000039 
- 00018036  0x00004104 arg  0x000048e0 , 0x00000005 
- 00018037  0x00004105 arg  0x000048c9 , 0x00000006 
- 00018038  0x00004106 branch  0x00007f01 
- 00018039  0x00004109 fetch  0x00000001 , 0x000046dd 
- 00018040  0x0000410a rtneq  0x00000000 
- 00018041  0x0000410b fetch  0x00000001 , 0x000046df 
- 00018042  0x0000410c beq  0x00000001 , 0x0000467c 
- 00018043  0x0000410d branch  0x0000481b 
- 00018044  0x00004110 fetch  0x00000001 , 0x000048df 
- 00018045  0x00004111 rtnne  0x00000001 
- 00018046  0x00004112 jam  0x00000000 , 0x000048df 
- 00018047  0x00004113 fetch  0x00000002 , 0x00004682 
- 00018048  0x00004114 bbit1  0x00000000 , 0x00003408 
- 00018049  0x00004115 bbit1  0x00000009 , 0x00003408 
- 00018050  0x00004116 arg  0x0000000b , 0x00000039 
- 00018051  0x00004117 arg  0x000048e0 , 0x00000006 
- 00018052  0x00004118 arg  0x000048c9 , 0x00000005 
- 00018053  0x00004119 branch  0x00007f01 
- 00018054  0x00004120 call  0x0000468c 
- 00018055  0x00004123 call  0x00004693 
- 00018056  0x00004126 call  0x0000469e 
- 00018057  0x00004127 call  0x000046a6 
- 00018058  0x00004128 call  0x000046a9 
- 00018059  0x0000412b branch  0x000046ac 
- 00018060  0x00004130 arg  0x000046db , 0x00000013 
- 00018061  0x00004131 arg  0x0000468f , 0x00000012 
- 00018062  0x00004132 branch  0x00003374 
- 00018063  0x00004134 jam  0x00000002 , 0x000046df 
- 00018064  0x00004135 call  0x00003408 
- 00018065  0x00004136 call  0x000046f4 
- 00018066  0x00004137 branch  0x0000480b 
- 00018067  0x0000413b arg  0x000048ec , 0x00000013 
- 00018068  0x0000413c arg  0x00004696 , 0x00000012 
- 00018069  0x0000413d branch  0x0000336d 
- 00018070  0x00004140 fetch  0x00000002 , 0x00004682 
- 00018071  0x00004141 bbit1  0x00000009 , 0x0000480b 
- 00018072  0x00004142 bbit1  0x00000000 , 0x0000480b 
- 00018073  0x00004143 fetch  0x00000001 , 0x000048c9 
- 00018074  0x00004144 beq  0x00000001 , 0x0000480b 
- 00018075  0x00004145 beq  0x00000004 , 0x0000480b 
- 00018076  0x00004146 beq  0x00000005 , 0x0000480b 
- 00018077  0x00004147 branch  0x0000340a 
- 00018078  0x0000414c arg  0x000046ac , 0x00000013 
- 00018079  0x0000414d arg  0x000046a1 , 0x00000012 
- 00018080  0x0000414e branch  0x0000336d 
- 00018081  0x00004151 fetch  0x00000001 , 0x0000027f 
- 00018082  0x00004152 set1  0x00000000 , 0x0000003f 
- 00018083  0x00004153 set1  0x00000007 , 0x0000003f 
- 00018084  0x00004154 store  0x00000001 , 0x0000027f 
- 00018085  0x00004155 rtn 
- 00018086  0x00004158 arg  0x00004680 , 0x00000013 
- 00018087  0x00004159 arg  0x0000463c , 0x00000012 
- 00018088  0x0000415a branch  0x0000336d 
- 00018089  0x0000415d arg  0x000046ad , 0x00000013 
- 00018090  0x0000415e arg  0x000033e9 , 0x00000012 
- 00018091  0x0000415f branch  0x0000336d 
- 00018092  0x00004165 fetch  0x00000001 , 0x000046df 
- 00018093  0x00004166 rtnne  0x00000001 
- 00018094  0x00004167 arg  0x000046b7 , 0x00000013 
- 00018095  0x00004168 arg  0x000046c2 , 0x00000012 
- 00018096  0x00004169 branch  0x00003374 
- 00018097  0x0000416d call  0x0000473a 
- 00018098  0x0000416e branch  0x00006978 
- 00018099  0x00004172 branch  0x0000696c 
- 00018100  0x00004175 call  0x00006835 
- 00018101  0x00004176 branch  0x000046b3 
- 00018102  0x0000417d fetch  0x00000001 , 0x0000469a 
- 00018103  0x0000417e bbit1  0x00000001 , 0x000046be 
- 00018104  0x0000417f bbit1  0x00000000 , 0x000046ba 
- 00018105  0x00004180 rtn 
- 00018106  0x00004183 fetch  0x00000002 , 0x000046d7 
- 00018107  0x00004184 store  0x00000002 , 0x000046d9 
- 00018108  0x00004185 store  0x00000002 , 0x000046db 
- 00018109  0x00004186 branch  0x000033f8 
- 00018110  0x00004189 fetch  0x00000002 , 0x000046d3 
- 00018111  0x0000418a store  0x00000002 , 0x000046d9 
- 00018112  0x0000418b store  0x00000002 , 0x000046db 
- 00018113  0x0000418c branch  0x000033f0 
- 00018114  0x0000418f fetch  0x00000001 , 0x000046df 
- 00018115  0x00004190 rtnne  0x00000001 
- 00018116  0x00004191 fetch  0x00000001 , 0x0000469a 
- 00018117  0x00004192 bbit1  0x00000001 , 0x000046c8 
- 00018118  0x00004193 bbit1  0x00000000 , 0x000046cc 
- 00018119  0x00004194 rtn 
- 00018120  0x00004197 fetch  0x00000002 , 0x000046d1 ,
- 00018121  0x00004198 store  0x00000002 , 0x000046d9 
- 00018122  0x00004199 store  0x00000002 , 0x000046db 
- 00018123  0x0000419a branch  0x000033eb 
- 00018124  0x0000419d fetch  0x00000002 , 0x00004682 
- 00018125  0x0000419e rtnbit1  0x00000009 
- 00018126  0x0000419f fetch  0x00000002 , 0x000046d5 
- 00018127  0x000041a0 store  0x00000002 , 0x000046d9 
- 00018128  0x000041a1 store  0x00000002 , 0x000046db 
- 00018129  0x000041a2 fetch  0x00000002 , 0x000046b3 
- 00018130  0x000041a3 call  0x000046f0 
- 00018131  0x000041a4 call  0x00003404 
- 00018132  0x000041a5 fetch  0x00000004 , 0x000046bd 
- 00018133  0x000041a6 store  0x00000004 , 0x000048cc 
- 00018134  0x000041a7 fetch  0x00000002 , 0x00004682 
- 00018135  0x000041a8 rtnbit1  0x0000000b 
- 00018136  0x000041a9 branch  0x000033fa 
- 00018137  0x000041ad fetch  0x00000001 , 0x000046df 
- 00018138  0x000041ae rtnne  0x00000001 
- 00018139  0x000041af fetch  0x00000001 , 0x0000469a 
- 00018140  0x000041b0 bbit1  0x00000001 , 0x000046df 
- 00018141  0x000041b1 bbit1  0x00000000 , 0x000046e4 
- 00018142  0x000041b2 rtn 
- 00018143  0x000041b5 call  0x000046f8 
- 00018144  0x000041b6 branch  0x000046c2 , 0x00000034 
- 00018145  0x000041b7 call  0x00003406 
- 00018146  0x000041b8 call  0x000033f0 
- 00018147  0x000041b9 branch  0x000033e1 
- 00018148  0x000041bc fetch  0x00000002 , 0x000046b7 
- 00018149  0x000041bd fetcht  0x00000002 , 0x000046b5 
- 00018150  0x000041be storet  0x00000002 , 0x000046b7 
- 00018151  0x000041bf nrtn  0x00000034 
- 00018152  0x000041c0 fetch  0x00000002 , 0x000046b1 
- 00018153  0x000041c1 call  0x000046f0 
- 00018154  0x000041c2 call  0x00003404 
- 00018155  0x000041c3 fetch  0x00000004 , 0x000046b9 
- 00018156  0x000041c4 store  0x00000004 , 0x000048cc 
- 00018157  0x000041c5 fetch  0x00000002 , 0x00004682 
- 00018158  0x000041c6 rtnbit1  0x0000000b 
- 00018159  0x000041c7 branch  0x000033fa 
- 00018160  0x000041cb store  0x00000002 , 0x00004154 
- 00018161  0x000041cc increase  0xfffffffc , 0x0000003f 
- 00018162  0x000041cd store  0x00000002 , 0x00004482 
- 00018163  0x000041ce rtn 
- 00018164  0x000041d2 fetch  0x00000002 , 0x00004682 
- 00018165  0x000041d3 bbit1  0x00000009 , 0x00003402 
- 00018166  0x000041d4 bbit1  0x00000000 , 0x000033e9 
- 00018167  0x000041d5 branch  0x000046b6 
- 00018168  0x000041da fetch  0x00000001 , 0x00004217 
- 00018169  0x000041db copy  0x0000003f , 0x00000039 
- 00018170  0x000041dc fetch  0x00000002 , 0x00004215 
- 00018171  0x000041dd copy  0x0000003f , 0x00000011 
- 00018172  0x000041df ifetch  0x00000002 , 0x00000011 
- 00018173  0x000041e0 beq  0x00000000 , 0x00004701 
- 00018174  0x000041e1 increase  0x00000022 , 0x00000011 
- 00018175  0x000041e2 loop  0x000046fc 
- 00018176  0x000041e3 branch  0x00007ff1 
- 00018177  0x000041e6 ifetch  0x00000006 , 0x00000006 
- 00018178  0x000041e7 store  0x00000006 , 0x000041d0 
- 00018179  0x000041e8 increase  0x0000000a , 0x00000006 
- 00018180  0x000041e9 arg  0x000041be , 0x00000005 
- 00018181  0x000041ea call  0x00007ebf 
- 00018182  0x000041eb call  0x000067d7 
- 00018183  0x000041ec branch  0x00007fef 
- 00018184  0x000041f3 call  0x00007fe9 
- 00018185  0x000041f4 fetch  0x00000002 , 0x00004682 
- 00018186  0x000041f5 bbit1  0x00000000 , 0x0000470d 
- 00018187  0x000041f6 bbit1  0x00000009 , 0x00004710 
- 00018188  0x000041f7 rtn 
- 00018189  0x000041fa fetch  0x00000001 , 0x00004253 
- 00018190  0x000041fb rtnne  0x0000003f 
- 00018191  0x000041fc branch  0x00007fe7 
- 00018192  0x000041ff fetch  0x00000001 , 0x000046b0 
- 00018193  0x00004200 rtn  0x00000034 
- 00018194  0x00004201 branch  0x00007fe7 
- 00018195  0x00004207 call  0x00007fe9 
- 00018196  0x00004208 fetch  0x00000002 , 0x00004682 
- 00018197  0x00004209 rtnbit1  0x00000000 
- 00018198  0x0000420a rtnbit1  0x00000009 
- 00018199  0x0000420b branch  0x00007fe7 
- 00018200  0x00004210 fetch  0x00000001 , 0x0000469a 
- 00018201  0x00004211 bbit1  0x00000001 , 0x0000471c 
- 00018202  0x00004212 bbit1  0x00000000 , 0x0000471f 
- 00018203  0x00004213 rtn 
- 00018204  0x00004216 fetch  0x00000001 , 0x00004093 
- 00018205  0x00004217 rtnne  0x00000003 
- 00018206  0x00004218 branch  0x000046d9 
- 00018207  0x0000421b branch  0x000046d9 
- 00018208  0x0000421f disable  0x0000002c 
- 00018209  0x00004220 fetch  0x00000002 , 0x000046d9 
- 00018210  0x00004221 store  0x00000002 , 0x000046db 
- 00018211  0x00004223 call  0x00004713 
- 00018212  0x00004224 branch  0x00004718 , 0x00000028 
- 00018213  0x00004226 call  0x00004708 
- 00018214  0x00004227 nrtn  0x00000028 
- 00018215  0x00004228 enable  0x0000002c 
- 00018216  0x00004229 rtn 
- 00018217  0x0000422e call  0x00004720 
- 00018218  0x0000422f nrtn  0x0000002c 
- 00018219  0x00004230 deposit  0x00000011 
- 00018220  0x00004231 branch  0x00004730 , 0x00000034 
- 00018221  0x00004233 call  0x00003406 
- 00018222  0x00004234 arg  0x000046f1 , 0x00000013 
- 00018223  0x00004235 branch  0x00004732 
- 00018224  0x00004238 call  0x00003408 
- 00018225  0x00004239 arg  0x00004719 , 0x00000013 
- 00018226  0x0000423c arg  0x00000005 , 0x0000003f 
- 00018227  0x0000423d imul32  0x00000007 , 0x0000003f 
- 00018228  0x0000423e iadd  0x00000013 , 0x00000013 
- 00018229  0x00004242 ifetch  0x00000001 , 0x00000013 
- 00018230  0x00004243 rtn  0x00000034 
- 00018231  0x00004244 call  0x00004762 
- 00018232  0x00004245 increase  0x00000001 , 0x00000013 
- 00018233  0x00004246 branch  0x00004735 
- 00018234  0x0000424a fetch  0x00000002 , 0x00004682 
- 00018235  0x0000424b bbit1  0x00000009 , 0x0000473e 
- 00018236  0x0000424c bbit1  0x00000000 , 0x0000474e 
- 00018237  0x0000424d rtn 
- 00018238  0x00004250 call  0x00005892 
- 00018239  0x00004251 nrtn  0x00000034 
- 00018240  0x00004252 call  0x00004765 
- 00018241  0x00004253 nrtn  0x00000028 
- 00018242  0x00004254 pincrease  0xffffffff 
- 00018243  0x00004255 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00018244  0x00004256 arg  0x00004741 , 0x00000002 
- 00018245  0x00004257 iadd  0x00000002 , 0x00000006 
- 00018246  0x00004259 ifetch  0x00000001 , 0x00000006 
- 00018247  0x0000425a copy  0x0000003f , 0x00000011 
- 00018248  0x0000425b ifetcht  0x00000002 , 0x00000006 
- 00018249  0x0000425c call  0x00007ea5 
- 00018250  0x0000425d call  0x00005a64 
- 00018251  0x0000425e copy  0x00000011 , 0x00000039 
- 00018252  0x0000425f call  0x00007e9f 
- 00018253  0x00004260 branch  0x00007f01 
- 00018254  0x00004264 call  0x00005271 
- 00018255  0x00004265 nrtn  0x00000034 
- 00018256  0x00004266 call  0x00004765 
- 00018257  0x00004267 nrtn  0x00000028 
- 00018258  0x00004268 pincrease  0xffffffff 
- 00018259  0x00004269 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00018260  0x0000426a arg  0x000047a0 , 0x00000002 
- 00018261  0x0000426b iadd  0x00000002 , 0x00000006 
- 00018262  0x0000426c ifetch  0x00000005 , 0x00000006 
- 00018263  0x0000426d store  0x00000005 , 0x0000479b 
- 00018264  0x0000426f fetch  0x00000001 , 0x0000479b 
- 00018265  0x00004270 copy  0x0000003f , 0x00000011 
- 00018266  0x00004271 call  0x00004d63 
- 00018267  0x00004272 fetch  0x00000002 , 0x0000424e 
- 00018268  0x00004273 istore  0x00000002 , 0x00000005 
- 00018269  0x00004274 setarg  0x000000a1 
- 00018270  0x00004275 istore  0x00000001 , 0x00000005 
- 00018271  0x00004276 fetch  0x00000004 , 0x0000479c 
- 00018272  0x00004277 istore  0x00000009 , 0x00000005 
- 00018273  0x00004278 rtn 
- 00018274  0x0000427d store  0x00000001 , 0x00000a9a 
- 00018275  0x0000427e arg  0x00000a9a , 0x00000011 
- 00018276  0x0000427f branch  0x00007e3d 
- 00018277  0x00004282 arg  0x00000a9a , 0x00000011 
- 00018278  0x00004283 call  0x00007e54 
- 00018279  0x00004284 nrtn  0x00000028 
- 00018280  0x00004285 fetch  0x00000001 , 0x00000a9a 
- 00018281  0x00004286 rtn 
- 00018282  0x0000428a fetch  0x00000002 , 0x00000478 
- 00018283  0x0000428b beq  0x00000018 , 0x0000465f 
- 00018284  0x0000428c rtn 
- 00018285  0x0000428f setarg  0x00000002 
- 00018286  0x00004290 store  0x00000001 , 0x000048eb 
- 00018287  0x00004292 setarg  0x00200008 
- 00018288  0x00004293 store  0x00000004 , 0x000046c1 
- 00018289  0x00004294 setarg  0x012c0005 
- 00018290  0x00004295 istore  0x00000004 , 0x00000005 
- 00018291  0x00004298 jam  0x00000017 , 0x000044a6 
- 00018292  0x0000429b setarg  0x0000001b 
- 00018293  0x0000429c store  0x00000002 , 0x000044fa 
- 00018294  0x0000429d call  0x00005810 
- 00018295  0x0000429e call  0x0000582c 
- 00018296  0x0000429f call  0x00005839 
- 00018297  0x000042a0 branch  0x00005818 
- 00018298  0x000042a5 arg  0x00000028 , 0x00000039 
- 00018299  0x000042a6 arg  0x00004741 , 0x00000005 
- 00018300  0x000042a7 arg  0x0000949f , 0x00000006 
- 00018301  0x000042a8 call  0x00007ef4 
- 00018302  0x000042a9 arg  0x00000028 , 0x00000039 
- 00018303  0x000042aa arg  0x000047a0 , 0x00000005 
- 00018304  0x000042ab arg  0x000094c7 , 0x00000006 
- 00018305  0x000042ac branch  0x00007ef4 
- 00018306  0x000042b0 arg  0x0000017e , 0x00000039 
- 00018307  0x000042b1 arg  0x0000913a , 0x00000006 
- 00018308  0x000042b2 branch  0x00007ef4 
- 00018309  0x000042b6 arg  0x000001e7 , 0x00000039 
- 00018310  0x000042b7 arg  0x000092b8 , 0x00000006 
- 00018311  0x000042b8 branch  0x00007ef4 
- 00018312  0x000042bd call  0x000047ae 
- 00018313  0x000042be nrtn  0x00000028 
- 00018314  0x000042bf fetch  0x00000001 , 0x0000469f 
- 00018315  0x000042c0 call  0x00004790 
- 00018316  0x000042c1 fetch  0x00000001 , 0x000046a0 
- 00018317  0x000042c2 call  0x00004790 
- 00018318  0x000042c3 fetch  0x00000001 , 0x000046a1 
- 00018319  0x000042c4 branch  0x00004790 
- 00018320  0x000042c7 rtn  0x00000034 
- 00018321  0x000042c8 or  0x0000003f , 0x00000080 , 0x00000002 
- 00018322  0x000042c9 branch  0x000067f9 
- 00018323  0x000042cd call  0x000047ae 
- 00018324  0x000042ce nrtn  0x00000028 
- 00018325  0x000042cf call  0x00004797 
- 00018326  0x000042d0 branch  0x000047b4 
- 00018327  0x000042d3 arg  0x00000000 , 0x00000011 
- 00018328  0x000042d4 fetch  0x00000001 , 0x0000469f 
- 00018329  0x000042d5 call  0x000047a9 
- 00018330  0x000042d6 nsetflag  0x00000034 , 0x00000000 , 0x00000011 
- 00018331  0x000042d7 fetch  0x00000001 , 0x000046a0 
- 00018332  0x000042d8 call  0x000047a9 
- 00018333  0x000042d9 nsetflag  0x00000034 , 0x00000001 , 0x00000011 
- 00018334  0x000042da fetch  0x00000001 , 0x000046a1 
- 00018335  0x000042db call  0x000047a9 
- 00018336  0x000042dc nsetflag  0x00000034 , 0x00000002 , 0x00000011 
- 00018337  0x000042dd copy  0x00000011 , 0x0000003f 
- 00018338  0x000042de store  0x00000001 , 0x000046a9 
- 00018339  0x000042df fetch  0x00000001 , 0x0000469e 
- 00018340  0x000042e0 imul32  0x00000011 , 0x0000003f 
- 00018341  0x000042e1 fetcht  0x00000002 , 0x0000469c 
- 00018342  0x000042e2 iadd  0x00000002 , 0x0000003f 
- 00018343  0x000042e3 store  0x00000002 , 0x000046aa 
- 00018344  0x000042e4 rtn 
- 00018345  0x000042e7 rtn  0x00000034 
- 00018346  0x000042e8 or  0x0000003f , 0x00000080 , 0x00000002 
- 00018347  0x000042e9 call  0x0000681d 
- 00018348  0x000042ea nbranch  0x00007ff1 , 0x00000001 
- 00018349  0x000042eb branch  0x00007fef 
- 00018350  0x000042ef call  0x00007fe9 
- 00018351  0x000042f0 fetch  0x00000001 , 0x000046a8 
- 00018352  0x000042f1 nrtn  0x00000034 
- 00018353  0x000042f2 fetch  0x00000001 , 0x0000469b 
- 00018354  0x000042f3 rtn  0x00000034 
- 00018355  0x000042f4 branch  0x00007fe7 
- 00018356  0x000042f8 call  0x0000666a 
- 00018357  0x000042f9 fetch  0x00000002 , 0x000046aa 
- 00018358  0x000042fa arg  0x00000ac2 , 0x00000011 
- 00018359  0x000042fb fetcht  0x00000001 , 0x0000469e 
- 00018360  0x000042fc call  0x000066b3 
- 00018361  0x000042fd call  0x0000666d 
- 00018362  0x000042ff fetch  0x00000001 , 0x00000ac2 
- 00018363  0x00004300 copy  0x0000003f , 0x00000039 
- 00018364  0x00004301 store  0x00000001 , 0x000043af 
- 00018365  0x00004302 call  0x00007ef4 
- 00018366  0x00004303 fetch  0x00000001 , 0x00000ac2 
- 00018367  0x00004304 copy  0x0000003f , 0x00000039 
- 00018368  0x00004305 store  0x00000001 , 0x00004515 
- 00018369  0x00004306 call  0x00007ef4 
- 00018370  0x00004307 ifetch  0x00000001 , 0x00000006 
- 00018371  0x00004308 store  0x00000001 , 0x000046e6 
- 00018372  0x00004309 ifetch  0x00000001 , 0x00000006 
- 00018373  0x0000430a store  0x00000001 , 0x000046dd 
- 00018374  0x0000430b rtn 
- 00018375  0x0000430f fetch  0x00000001 , 0x0000469a 
- 00018376  0x00004310 rtnbit0  0x00000001 
- 00018377  0x00004311 arg  0x00000003 , 0x00000002 
- 00018378  0x00004312 fetch  0x00000002 , 0x000046a4 
- 00018379  0x00004313 copy  0x0000003f , 0x00000012 
- 00018380  0x00004314 arg  0x000046a6 , 0x00000011 
- 00018381  0x00004315 call  0x000065df 
- 00018382  0x00004316 fetcht  0x00000002 , 0x000046a6 
- 00018383  0x00004317 setarg  0x00001b3a 
- 00018384  0x00004318 isub  0x00000002 , 0x0000003e 
- 00018385  0x00004319 nrtn  0x00000005 
- 00018386  0x0000431a fetch  0x00000001 , 0x000046a8 
- 00018387  0x0000431b rtn  0x00000034 
- 00018388  0x0000431c copy  0x0000003f , 0x00000002 
- 00018389  0x0000431d fetch  0x00000002 , 0x000046a4 
- 00018390  0x0000431e add  0x0000003f , 0x00000003 , 0x00000012 
- 00018391  0x0000431f arg  0x00000ac2 , 0x00000011 
- 00018392  0x00004320 call  0x000065df 
- 00018393  0x00004321 branch  0x000047e8 
- 00018394  0x00004324 fetch  0x00000002 , 0x000046a2 
- 00018395  0x00004325 rtn  0x00000034 
- 00018396  0x00004326 call  0x0000666a 
- 00018397  0x00004327 arg  0x00000001 , 0x00000002 
- 00018398  0x00004328 arg  0x000046a8 , 0x00000011 
- 00018399  0x00004329 call  0x000066b3 
- 00018400  0x0000432b fetch  0x00000001 , 0x000046a8 
- 00018401  0x0000432c rtn  0x00000034 
- 00018402  0x0000432e fetch  0x00000002 , 0x000046a2 
- 00018403  0x0000432f pincrease  0x00000001 
- 00018404  0x00004330 arg  0x00000ac2 , 0x00000011 
- 00018405  0x00004331 fetcht  0x00000001 , 0x000046a8 
- 00018406  0x00004332 call  0x000066b3 
- 00018407  0x00004333 call  0x0000666d 
- 00018408  0x00004335 call  0x000047ba 
- 00018409  0x00004337 ifetch  0x00000002 , 0x00000006 
- 00018410  0x00004338 rtn  0x00000034 
- 00018411  0x00004339 copy  0x0000003f , 0x00000005 
- 00018412  0x0000433a ifetcht  0x00000001 , 0x00000006 
- 00018413  0x0000433b copy  0x00000002 , 0x00000039 
- 00018414  0x0000433c call  0x00007f01 
- 00018415  0x0000433d branch  0x000047e9 
- 00018416  0x00004342 fetch  0x00000001 , 0x0000469a 
- 00018417  0x00004343 rtnbit0  0x00000001 
- 00018418  0x00004344 fetch  0x00000002 , 0x000046ae 
- 00018419  0x00004345 copy  0x0000003f , 0x00000012 
- 00018420  0x00004346 arg  0x00000004 , 0x00000002 
- 00018421  0x00004347 arg  0x00000ac2 , 0x00000011 
- 00018422  0x00004348 call  0x000065df 
- 00018423  0x00004349 fetch  0x00000001 , 0x00000ac2 
- 00018424  0x0000434a bne  0x00000001 , 0x000047f9 
- 00018425  0x0000434c setarg  0x00000001 
- 00018426  0x0000434d store  0x00000001 , 0x00000ac2 
- 00018427  0x0000434e force  0x00000003 , 0x00000039 
- 00018428  0x0000434f call  0x0000630d 
- 00018429  0x00004350 fetch  0x00000002 , 0x000046ae 
- 00018430  0x00004351 copy  0x0000003f , 0x00000012 
- 00018431  0x00004352 arg  0x00000004 , 0x00000002 
- 00018432  0x00004353 arg  0x00000ac2 , 0x00000011 
- 00018433  0x00004354 call  0x00006606 
- 00018434  0x00004356 fetch  0x00000003 , 0x00000ac3 
- 00018435  0x00004357 store  0x00000003 , 0x000040a0 
- 00018436  0x00004358 store  0x00000003 , 0x000044a0 
- 00018437  0x00004359 rtn 
- 00018438  0x0000435d branch  0x000046d9 
- 00018439  0x00004361 arg  0x00000000 , 0x00000011 
- 00018440  0x00004362 arg  0x000048d4 , 0x00000013 
- 00018441  0x00004363 call  0x00007d24 
- 00018442  0x00004364 call  0x000046f4 
- 00018443  0x00004366 fetch  0x00000001 , 0x000048eb 
- 00018444  0x00004367 store  0x00000001 , 0x000048ec 
- 00018445  0x00004368 rtn 
- 00018446  0x0000436d setarg  0x00000000 
- 00018447  0x0000436e call  0x00004816 
- 00018448  0x0000436f jam  0x00000001 , 0x00004679 
- 00018449  0x00004370 call  0x00007cd3 
- 00018450  0x00004371 call  0x00007cdd 
- 00018451  0x00004372 fetch  0x00000002 , 0x00004682 
- 00018452  0x00004373 rtnbit1  0x0000000c 
- 00018453  0x00004374 branch  0x0000340a 
- 00018454  0x00004377 fetcht  0x00000002 , 0x0000423f 
- 00018455  0x00004378 istore  0x00000001 , 0x00000002 
- 00018456  0x00004379 ifetch  0x00000001 , 0x00000005 
- 00018457  0x0000437a store  0x00000001 , 0x00004685 
- 00018458  0x0000437b rtn 
- 00018459  0x0000437f fetch  0x00000002 , 0x0000423f 
- 00018460  0x00004380 ifetch  0x00000001 , 0x0000003f 
- 00018461  0x00004381 rtnne  0x00000000 
- 00018462  0x00004382 branch  0x0000340a 
- 00018463  0x00004386 fetcht  0x00000002 , 0x0000423f 
- 00018464  0x00004387 ifetch  0x00000001 , 0x00000002 
- 00018465  0x00004388 beq  0x00000001 , 0x0000482a 
- 00018466  0x0000438a setarg  0x00000001 
- 00018467  0x0000438b fetcht  0x00000002 , 0x0000423f 
- 00018468  0x0000438c istore  0x00000001 , 0x00000002 
- 00018469  0x0000438d add  0x00000002 , 0x00000002 , 0x00000006 
- 00018470  0x0000438e ifetch  0x00000001 , 0x00000006 
- 00018471  0x0000438f istore  0x00000001 , 0x00004685 
- 00018472  0x00004390 ifetch  0x00000002 , 0x00000006 
- 00018473  0x00004391 branch  0x00007f9c 
- 00018474  0x00004394 setarg  0x00000002 
- 00018475  0x00004395 call  0x00004816 
- 00018476  0x00004396 add  0x00000002 , 0x00000005 , 0x00000006 
- 00018477  0x00004397 ifetch  0x00000002 , 0x00000006 
- 00018478  0x00004398 branch  0x0000340a , 0x00000034 
- 00018479  0x00004399 branch  0x00007f9c 
- 00018480  0x000043a0 store  0x00000006 , 0x00000101 
- 00018481  0x000043a1 fetch  0x00000001 , 0x00000101 
- 00018482  0x000043a2 store  0x00000001 , 0x0000010c 
- 00018483  0x000043a3 ifetch  0x00000001 , 0x00000006 
- 00018484  0x000043a4 store  0x00000001 , 0x0000010b 
- 00018485  0x000043a5 ifetch  0x00000001 , 0x00000006 
- 00018486  0x000043a6 store  0x00000001 , 0x0000010a 
- 00018487  0x000043a7 ifetch  0x00000001 , 0x00000006 
- 00018488  0x000043a8 store  0x00000001 , 0x00000109 
- 00018489  0x000043a9 ifetch  0x00000001 , 0x00000006 
- 00018490  0x000043aa store  0x00000001 , 0x00000108 
- 00018491  0x000043ab ifetch  0x00000001 , 0x00000006 
- 00018492  0x000043ac store  0x00000001 , 0x00000107 
- 00018493  0x000043ad fetch  0x00000006 , 0x00000107 
- 00018494  0x000043ae rtn 
- 00018495  0x000043b1 call  0x000068a2 
- 00018496  0x000043b2 fetch  0x00000001 , 0x00004223 
- 00018497  0x000043b3 store  0x00000001 , 0x000044a0 
- 00018498  0x000043b4 fetch  0x00000001 , 0x00004225 
- 00018499  0x000043b5 istore  0x00000001 , 0x00000005 
- 00018500  0x000043b6 fetch  0x00000001 , 0x00004227 
- 00018501  0x000043b7 istore  0x00000001 , 0x00000005 
- 00018502  0x000043b8 fetch  0x00000003 , 0x000044a0 
- 00018503  0x000043b9 store  0x00000003 , 0x000040a0 
- 00018504  0x000043ba rtn 
- 00018505  0x000043c7 fetch  0x00000002 , 0x00004203 
- 00018506  0x000043c8 iadd  0x00000012 , 0x0000003f 
- 00018507  0x000043c9 byteswap  0x0000003f , 0x0000003f 
- 00018508  0x000043ca store  0x00000002 , 0x000001f7 
- 00018509  0x000043cb copy  0x00000002 , 0x00000012 
- 00018510  0x000043cd call  0x0000489b 
- 00018511  0x000043ce setarg  0x000000a0 
- 00018512  0x000043cf call  0x0000488d 
- 00018513  0x000043d0 fetch  0x00000001 , 0x000001f7 
- 00018514  0x000043d1 call  0x0000488d 
- 00018515  0x000043d2 bmark1  0x00000028 , 0x00004856 
- 00018516  0x000043d3 fetch  0x00000001 , 0x000001f8 
- 00018517  0x000043d4 call  0x0000488d 
- 00018518  0x000043d6 call  0x000048a1 
- 00018519  0x000043d8 call  0x0000489b 
- 00018520  0x000043d9 setarg  0x000000a1 
- 00018521  0x000043da call  0x0000488d 
- 00018522  0x000043dd call  0x0000487f 
- 00018523  0x000043de istore  0x00000001 , 0x00000011 
- 00018524  0x000043df increase  0x00000001 , 0x00000011 
- 00018525  0x000043e0 increase  0xffffffff , 0x00000012 
- 00018526  0x000043e1 nbranch  0x0000485a , 0x00000005 
- 00018527  0x000043e2 branch  0x000048a1 
- 00018528  0x000043ee byteswap  0x00000012 , 0x0000003f 
- 00018529  0x000043ef store  0x00000002 , 0x000001f7 
- 00018530  0x000043f0 copy  0x00000002 , 0x00000012 
- 00018531  0x000043f2 call  0x0000489b 
- 00018532  0x000043f3 setarg  0x000000a0 
- 00018533  0x000043f4 call  0x0000488d 
- 00018534  0x000043f6 fetch  0x00000001 , 0x000001f7 
- 00018535  0x000043f7 call  0x0000488d 
- 00018536  0x000043f8 bmark1  0x00000028 , 0x0000486b 
- 00018537  0x000043f9 fetch  0x00000001 , 0x000001f8 
- 00018538  0x000043fa call  0x0000488d 
- 00018539  0x000043fc ifetch  0x00000001 , 0x00000011 
- 00018540  0x000043fd call  0x0000488d 
- 00018541  0x000043fe increase  0x00000001 , 0x00000011 
- 00018542  0x000043ff increase  0xffffffff , 0x00000012 
- 00018543  0x00004400 nbranch  0x0000486b , 0x00000005 
- 00018544  0x00004401 branch  0x000048a1 
- 00018545  0x00004406 arg  0x0000000a , 0x00000039 
- 00018546  0x00004407 call  0x000048be 
- 00018547  0x00004408 call  0x000048a6 
- 00018548  0x00004409 call  0x000048d2 
- 00018549  0x0000440b call  0x000048c7 
- 00018550  0x0000440c branch  0x000048a9 , 0x00000034 
- 00018551  0x0000440d loop  0x00004875 
- 00018552  0x0000440e branch  0x000048a9 
- 00018553  0x00004413 call  0x000048a9 
- 00018554  0x00004414 call  0x000048af 
- 00018555  0x00004415 call  0x000048d2 
- 00018556  0x00004416 call  0x000048a6 
- 00018557  0x00004417 call  0x000048d2 
- 00018558  0x00004418 branch  0x000048a9 
- 00018559  0x0000441e arg  0x00000008 , 0x00000039 
- 00018560  0x0000441f arg  0x00000000 , 0x00000013 
- 00018561  0x00004420 call  0x000048be 
- 00018562  0x00004422 call  0x000048a6 
- 00018563  0x00004423 call  0x000048d2 
- 00018564  0x00004424 lshift  0x00000013 , 0x00000013 
- 00018565  0x00004425 call  0x000048c7 
- 00018566  0x00004426 iadd  0x00000013 , 0x00000013 
- 00018567  0x00004427 call  0x000048d2 
- 00018568  0x00004428 call  0x000048a9 
- 00018569  0x00004429 loop  0x00004882 
- 00018570  0x0000442a call  0x00004879 
- 00018571  0x0000442b copy  0x00000013 , 0x0000003f 
- 00018572  0x0000442c rtn 
- 00018573  0x00004431 arg  0x00000008 , 0x00000039 
- 00018574  0x00004432 copy  0x0000003f , 0x00000013 
- 00018575  0x00004433 call  0x000048a9 
- 00018576  0x00004435 isolate1  0x00000007 , 0x00000013 
- 00018577  0x00004436 call  0x000048ac , 0x00000001 
- 00018578  0x00004437 ncall  0x000048af , 0x00000001 
- 00018579  0x00004438 lshift  0x00000013 , 0x00000013 
- 00018580  0x00004439 call  0x000048d2 
- 00018581  0x0000443a call  0x000048a6 
- 00018582  0x0000443b call  0x000048d2 
- 00018583  0x0000443c call  0x000048a9 
- 00018584  0x0000443d call  0x000048d2 
- 00018585  0x0000443e loop  0x00004890 
- 00018586  0x0000443f branch  0x00004871 
- 00018587  0x00004444 call  0x000048ac 
- 00018588  0x00004445 call  0x000048a6 
- 00018589  0x00004446 call  0x000048d2 
- 00018590  0x00004447 call  0x000048af 
- 00018591  0x00004448 call  0x000048d2 
- 00018592  0x00004449 branch  0x000048a9 
- 00018593  0x0000444e call  0x000048af 
- 00018594  0x0000444f call  0x000048a6 
- 00018595  0x00004450 call  0x000048d2 
- 00018596  0x00004451 call  0x000048ac 
- 00018597  0x00004452 branch  0x000048d2 
- 00018598  0x00004457 enable  0x00000028 
- 00018599  0x00004458 fetch  0x00000001 , 0x00004ffe 
- 00018600  0x00004459 branch  0x000048b2 
- 00018601  0x0000445d disable  0x00000028 
- 00018602  0x0000445e fetch  0x00000001 , 0x00004ffe 
- 00018603  0x0000445f branch  0x000048b2 
- 00018604  0x00004463 enable  0x00000028 
- 00018605  0x00004464 fetch  0x00000001 , 0x00004fff 
- 00018606  0x00004465 branch  0x000048b2 
- 00018607  0x00004469 disable  0x00000028 
- 00018608  0x0000446a fetch  0x00000001 , 0x00004fff 
- 00018609  0x0000446b branch  0x000048b2 
- 00018610  0x00004471 and  0x0000003f , 0x00000007 , 0x00000007 
- 00018611  0x00004472 rshift3  0x0000003f , 0x0000003f 
- 00018612  0x00004473 arg  0x00008070 , 0x00000002 
- 00018613  0x00004474 iadd  0x00000002 , 0x00000002 
- 00018614  0x00004475 ifetch  0x00000001 , 0x00000002 
- 00018615  0x00004476 qset1  0x0000003f 
- 00018616  0x00004477 istore  0x00000001 , 0x00000002 
- 00018617  0x00004478 increase  0x00000004 , 0x00000002 
- 00018618  0x00004479 ifetch  0x00000001 , 0x00000002 
- 00018619  0x0000447a qsetflag  0x00000028 , 0x0000003f 
- 00018620  0x0000447b istore  0x00000001 , 0x00000002 
- 00018621  0x0000447c rtn 
- 00018622  0x00004480 fetch  0x00000001 , 0x00004fff 
- 00018623  0x00004481 and  0x0000003f , 0x00000007 , 0x00000007 
- 00018624  0x00004482 rshift3  0x0000003f , 0x0000003f 
- 00018625  0x00004483 arg  0x00008070 , 0x00000002 
- 00018626  0x00004484 iadd  0x00000002 , 0x00000002 
- 00018627  0x00004485 ifetch  0x00000001 , 0x00000002 
- 00018628  0x00004486 qset0  0x0000003f 
- 00018629  0x00004487 istore  0x00000001 , 0x00000002 
- 00018630  0x00004488 rtn 
- 00018631  0x0000448e nop  0x00000004 
- 00018632  0x0000448f fetch  0x00000001 , 0x00004fff 
- 00018633  0x00004490 and  0x0000003f , 0x00000007 , 0x00000007 
- 00018634  0x00004491 rshift3  0x0000003f , 0x0000003f 
- 00018635  0x00004492 arg  0x0000811c , 0x00000002 
- 00018636  0x00004493 iadd  0x00000002 , 0x00000002 
- 00018637  0x00004494 setarg  0x00000000 
- 00018638  0x00004495 ifetcht  0x00000001 , 0x00000002 
- 00018639  0x00004496 qisolate1  0x00000002 
- 00018640  0x00004497 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00018641  0x00004498 rtn 
- 00018642  0x0000449d rtn 
- 00018643  0x000044a4 bpatch  0x000000f6 , 0x0000401e 
- 00018644  0x000044a5 hfetch  0x00000001 , 0x00008a26 
- 00018645  0x000044a6 isolate1  0x00000007 , 0x0000003f 
- 00018646  0x000044a7 call  0x000048ea , 0x00000001 
- 00018647  0x000044a8 call  0x0000492e 
- 00018648  0x000044a9 hfetch  0x00000001 , 0x00008a26 
- 00018649  0x000044aa store  0x00000001 , 0x00000b22 
- 00018650  0x000044ab hfetch  0x00000001 , 0x00008a27 
- 00018651  0x000044ac store  0x00000001 , 0x00000b23 
- 00018652  0x000044ad hstore  0x00000001 , 0x00008a27 
- 00018653  0x000044ae pinvert 
- 00018654  0x000044af fetcht  0x00000001 , 0x00000d37 
- 00018655  0x000044b0 iand  0x00000002 , 0x0000003f 
- 00018656  0x000044b1 store  0x00000001 , 0x00000d37 
- 00018657  0x000044b2 jam  0x000000e0 , 0x00008a26 
- 00018658  0x000044b3 fetch  0x00000001 , 0x00000b23 
- 00018659  0x000044b4 compare  0x00000001 , 0x0000003f , 0x00000001 
- 00018660  0x000044b5 call  0x00004941 , 0x00000001 
- 00018661  0x000044b6 fetch  0x00000001 , 0x00000b22 
- 00018662  0x000044b7 compare  0x00000001 , 0x0000003f , 0x00000001 
- 00018663  0x000044b8 call  0x0000494a , 0x00000001 
- 00018664  0x000044b9 call  0x00004b61 
- 00018665  0x000044ba branch  0x00004903 
- 00018666  0x000044bd bpatch  0x000000f7 , 0x0000401e 
- 00018667  0x000044be call  0x00004919 
- 00018668  0x000044bf jam  0x00000000 , 0x00008a00 
- 00018669  0x000044c0 nop  0x00002710 
- 00018670  0x000044c1 jam  0x000000c0 , 0x00008a10 
- 00018671  0x000044c2 hfetch  0x00000002 , 0x00008050 
- 00018672  0x000044c3 set0  0x0000000a , 0x0000003f 
- 00018673  0x000044c4 hstore  0x00000002 , 0x00008050 
- 00018674  0x000044c5 jam  0x0000003c , 0x00008a00 
- 00018675  0x000044c6 jam  0x000000ff , 0x00008a26 
- 00018676  0x000044c7 jam  0x000000ff , 0x00008a27 
- 00018677  0x000044c8 jam  0x00000000 , 0x00008a04 
- 00018678  0x000044c9 jam  0x00000002 , 0x00000c6b 
- 00018679  0x000044ca setarg  0x00000d9d 
- 00018680  0x000044cb arg  0x00000c6e , 0x00000005 
- 00018681  0x000044cc isub  0x00000005 , 0x00000039 
- 00018682  0x000044cd branch  0x00007ed4 
- 00018683  0x000044d0 fetcht  0x00000001 , 0x00000c6c 
- 00018684  0x000044d1 branch  0x000067fb 
- 00018685  0x000044d3 fetch  0x00000001 , 0x00000d45 
- 00018686  0x000044d4 rtn  0x00000034 
- 00018687  0x000044d5 fetcht  0x00000001 , 0x00000c6c 
- 00018688  0x000044d6 call  0x0000681d 
- 00018689  0x000044d7 branch  0x000048ea , 0x00000001 
- 00018690  0x000044d8 rtn 
- 00018691  0x000044dc arg  0x00000000 , 0x00000007 
- 00018692  0x000044dd call  0x00007f16 
- 00018693  0x000044de nrtn  0x00000034 
- 00018694  0x000044df fetch  0x00000001 , 0x00000d46 
- 00018695  0x000044e0 nrtn  0x00000034 
- 00018696  0x000044e1 fetch  0x00000001 , 0x00000d45 
- 00018697  0x000044e2 ncall  0x00004bb7 , 0x00000034 
- 00018698  0x000044e3 rtn 
- 00018699  0x000044e6 arg  0x00000b68 , 0x00000005 
- 00018700  0x000044e7 setsect  0x00000000 , 0x00011212 
- 00018701  0x000044e8 setsect  0x00000001 , 0x00008000 
- 00018702  0x000044e9 setsect  0x00000002 , 0x00000000 
- 00018703  0x000044ea setsect  0x00000003 , 0x00010000 
- 00018704  0x000044eb istore  0x00000009 , 0x00000005 
- 00018705  0x000044ec setsect  0x00000000 , 0x00022412 
- 00018706  0x000044ed setsect  0x00000001 , 0x00008604 
- 00018707  0x000044ee setsect  0x00000002 , 0x00001000 
- 00018708  0x000044ef setsect  0x00000003 , 0x00000008 
- 00018709  0x000044f0 istore  0x00000009 , 0x00000005 
- 00018710  0x000044f1 setsect  0x00000000 , 0x00000001 
- 00018711  0x000044f2 istore  0x00000001 , 0x00000005 
- 00018712  0x000044f3 rtn 
- 00018713  0x000044f6 jam  0x00000002 , 0x00000c6b 
- 00018714  0x000044f7 setarg  0x00000000 
- 00018715  0x000044f8 store  0x00000001 , 0x00000b67 
- 00018716  0x000044f9 store  0x00000002 , 0x00000c65 
- 00018717  0x000044fa pincrease  0x00000001 
- 00018718  0x000044fb store  0x00000002 , 0x00000c67 
- 00018719  0x000044fc pincrease  0x00000001 
- 00018720  0x000044fd store  0x00000002 , 0x00000c69 
- 00018721  0x000044fe setarg  0x00008ffa 
- 00018722  0x000044ff store  0x00000002 , 0x00000b7c 
- 00018723  0x00004500 setarg  0x0000903a 
- 00018724  0x00004501 store  0x00000002 , 0x00000b7e 
- 00018725  0x00004502 arg  0x00000b80 , 0x00000005 
- 00018726  0x00004503 arg  0x000090fe , 0x00000006 
- 00018727  0x00004504 call  0x00007eb3 
- 00018728  0x00004505 fetch  0x00000001 , 0x00000c6d 
- 00018729  0x00004506 ncall  0x0000492b , 0x00000034 
- 00018730  0x00004507 branch  0x0000490b 
- 00018731  0x0000450a store  0x00000001 , 0x00000ba2 
- 00018732  0x0000450b store  0x00000001 , 0x00000bbb 
- 00018733  0x0000450c rtn 
- 00018734  0x0000450e hfetch  0x00000001 , 0x00008a26 
- 00018735  0x0000450f bbit1  0x00000006 , 0x00004931 
- 00018736  0x00004510 rtn 
- 00018737  0x00004513 call  0x00004936 
- 00018738  0x00004514 call  0x00007f15 
- 00018739  0x00004515 setarg  0x00000280 
- 00018740  0x00004516 arg  0x00000000 , 0x00000007 
- 00018741  0x00004517 branch  0x00007f08 
- 00018742  0x0000451a fetch  0x00000001 , 0x00000d36 
- 00018743  0x0000451b bne  0x00000002 , 0x0000493b 
- 00018744  0x0000451c jam  0x00000000 , 0x00000d46 
- 00018745  0x0000451d jam  0x00000000 , 0x00000d47 
- 00018746  0x0000451e rtn 
- 00018747  0x00004520 fetch  0x00000001 , 0x00000d53 
- 00018748  0x00004521 rtn  0x00000034 
- 00018749  0x00004522 jam  0x00000000 , 0x00000d53 
- 00018750  0x00004523 jam  0x00000002 , 0x00000d36 
- 00018751  0x00004524 jam  0x00000001 , 0x00000d45 
- 00018752  0x00004525 rtn 
- 00018753  0x00004528 jam  0x00000001 , 0x00008a27 
- 00018754  0x00004529 branch  0x00004b37 
- 00018755  0x0000452c fetch  0x00000001 , 0x00000b22 
- 00018756  0x0000452d bbit1  0x00000004 , 0x00004955 
- 00018757  0x0000452e rtn 
- 00018758  0x00004531 hfetch  0x00000001 , 0x00008a18 
- 00018759  0x00004532 istore  0x00000001 , 0x00000005 
- 00018760  0x00004533 loop  0x00004946 
- 00018761  0x00004534 rtn 
- 00018762  0x00004537 bpatch  0x000000f8 , 0x0000401f 
- 00018763  0x00004538 jam  0x00000011 , 0x00008a26 
- 00018764  0x00004539 hfetch  0x00000001 , 0x00008a20 
- 00018765  0x0000453a store  0x00000001 , 0x00000b24 
- 00018766  0x0000453b copy  0x0000003f , 0x00000039 
- 00018767  0x0000453c branch  0x00004943 , 0x00000034 
- 00018768  0x0000453d arg  0x00000c6e , 0x00000005 
- 00018769  0x0000453e call  0x00004946 
- 00018770  0x0000453f fetch  0x00000001 , 0x00000b24 
- 00018771  0x00004540 sub  0x0000003f , 0x00000007 , 0x0000003e 
- 00018772  0x00004541 rtn  0x00000002 
- 00018773  0x00004543 fetch  0x00000001 , 0x00000c6e 
- 00018774  0x00004544 and_into  0x00000080 , 0x0000003f 
- 00018775  0x00004545 beq  0x00000080 , 0x0000495a 
- 00018776  0x00004546 beq  0x00000000 , 0x00004962 
- 00018777  0x00004547 branch  0x00002a8c 
- 00018778  0x0000454a fetch  0x00000001 , 0x00000c6e 
- 00018779  0x0000454b rshift4  0x0000003f , 0x0000003f 
- 00018780  0x0000454c rshift  0x0000003f , 0x0000003f 
- 00018781  0x0000454d and_into  0x00000003 , 0x0000003f 
- 00018782  0x0000454e beq  0x00000000 , 0x0000496a 
- 00018783  0x0000454f beq  0x00000001 , 0x00004970 
- 00018784  0x00004550 beq  0x00000002 , 0x00004975 
- 00018785  0x00004551 branch  0x00002a8c 
- 00018786  0x00004554 fetch  0x00000001 , 0x00000c6e 
- 00018787  0x00004555 rshift4  0x0000003f , 0x0000003f 
- 00018788  0x00004556 rshift  0x0000003f , 0x0000003f 
- 00018789  0x00004557 and_into  0x00000003 , 0x0000003f 
- 00018790  0x00004558 beq  0x00000000 , 0x00004976 
- 00018791  0x00004559 beq  0x00000001 , 0x0000497e 
- 00018792  0x0000455a beq  0x00000002 , 0x00004983 
- 00018793  0x0000455b branch  0x00002a8c 
- 00018794  0x0000455e fetch  0x00000001 , 0x00000c6f 
- 00018795  0x0000455f beq  0x00000008 , 0x0000498a 
- 00018796  0x00004560 beq  0x00000006 , 0x000049a0 
- 00018797  0x00004561 beq  0x0000000a , 0x000049ea 
- 00018798  0x00004562 beq  0x00000000 , 0x000049fc 
- 00018799  0x00004563 branch  0x00004984 
- 00018800  0x00004566 fetch  0x00000001 , 0x00000c6f 
- 00018801  0x00004567 beq  0x00000002 , 0x00004a2f 
- 00018802  0x00004568 beq  0x00000001 , 0x00004a33 
- 00018803  0x00004569 beq  0x00000003 , 0x00004a45 
- 00018804  0x0000456a branch  0x00004984 
- 00018805  0x0000456d branch  0x00004984 
- 00018806  0x00004570 fetch  0x00000001 , 0x00000c6f 
- 00018807  0x00004571 beq  0x00000001 , 0x00004a4f 
- 00018808  0x00004572 beq  0x00000003 , 0x00004a79 
- 00018809  0x00004573 beq  0x00000005 , 0x00004aa3 
- 00018810  0x00004574 beq  0x00000009 , 0x00004abc 
- 00018811  0x00004575 beq  0x0000000b , 0x00004ad7 
- 00018812  0x00004576 beq  0x00000007 , 0x00004984 
- 00018813  0x00004577 branch  0x00004984 
- 00018814  0x0000457a fetch  0x00000001 , 0x00000c6f 
- 00018815  0x0000457b beq  0x0000000a , 0x00004ae8 
- 00018816  0x0000457c beq  0x00000009 , 0x00004af9 
- 00018817  0x0000457d beq  0x0000000b , 0x00004b11 
- 00018818  0x0000457e branch  0x00004984 
- 00018819  0x00004581 branch  0x00004984 
- 00018820  0x00004584 hfetch  0x00000001 , 0x00008a11 
- 00018821  0x00004585 set1  0x00000000 , 0x0000003f 
- 00018822  0x00004586 hstore  0x00000001 , 0x00008a11 
- 00018823  0x00004587 branch  0x00004988 
- 00018824  0x0000458a jam  0x00000040 , 0x00008a12 
- 00018825  0x0000458b rtn 
- 00018826  0x0000458e fetch  0x00000001 , 0x00000c6e 
- 00018827  0x0000458f bne  0x00000080 , 0x00004984 
- 00018828  0x00004590 fetch  0x00000001 , 0x00000c72 
- 00018829  0x00004591 bne  0x00000000 , 0x00004984 
- 00018830  0x00004592 fetch  0x00000001 , 0x00000c73 
- 00018831  0x00004593 bne  0x00000000 , 0x00004984 
- 00018832  0x00004594 fetch  0x00000001 , 0x00000c74 
- 00018833  0x00004595 bne  0x00000001 , 0x00004984 
- 00018834  0x00004596 fetch  0x00000001 , 0x00000c75 
- 00018835  0x00004597 bne  0x00000000 , 0x00004984 
- 00018836  0x00004598 fetch  0x00000001 , 0x00000c70 
- 00018837  0x00004599 bne  0x00000000 , 0x00004984 
- 00018838  0x0000459a fetch  0x00000001 , 0x00000c71 
- 00018839  0x0000459b bne  0x00000000 , 0x00004984 
- 00018840  0x0000459c fetch  0x00000001 , 0x00000c6b 
- 00018841  0x0000459d beq  0x00000004 , 0x0000499c 
- 00018842  0x0000459e beq  0x00000003 , 0x0000499e 
- 00018843  0x0000459f branch  0x00004984 
- 00018844  0x000045a2 arg  0x00000001 , 0x00000012 
- 00018845  0x000045a3 branch  0x00004a14 
- 00018846  0x000045a6 arg  0x00000001 , 0x00000012 
- 00018847  0x000045a7 branch  0x00004a12 
- 00018848  0x000045aa bpatch  0x000000f9 , 0x0000401f 
- 00018849  0x000045ab set0  0x00000023 , 0x00000000 
- 00018850  0x000045ac fetch  0x00000001 , 0x00000c71 
- 00018851  0x000045ad beq  0x00000001 , 0x000049b6 
- 00018852  0x000045ae beq  0x00000002 , 0x000049cf 
- 00018853  0x000045af beq  0x00000003 , 0x000049d2 
- 00018854  0x000045b0 beq  0x00000021 , 0x000049a9 
- 00018855  0x000045b1 beq  0x00000022 , 0x000049e0 
- 00018856  0x000045b2 branch  0x00004984 
- 00018857  0x000045b5 jam  0x00000000 , 0x00000d4b 
- 00018858  0x000045b6 fetch  0x00000001 , 0x00000c72 
- 00018859  0x000045b7 beq  0x00000000 , 0x000049ae 
- 00018860  0x000045b8 beq  0x00000001 , 0x000049b2 
- 00018861  0x000045b9 branch  0x00004984 
- 00018862  0x000045bc arg  0x00000b93 , 0x00000011 
- 00018863  0x000045bd ifetch  0x00000001 , 0x00000011 
- 00018864  0x000045be iforce  0x00000012 
- 00018865  0x000045bf branch  0x00004b21 
- 00018866  0x000045c2 arg  0x00000bac , 0x00000011 
- 00018867  0x000045c3 ifetch  0x00000001 , 0x00000011 
- 00018868  0x000045c4 iforce  0x00000012 
- 00018869  0x000045c5 branch  0x00004b21 
- 00018870  0x000045cb fetch  0x00000001 , 0x00000d48 
- 00018871  0x000045cc ncall  0x000049c7 , 0x00000034 
- 00018872  0x000045cd setarg  0x00000b68 
- 00018873  0x000045ce fetcht  0x00000001 , 0x00000b68 
- 00018874  0x000045d0 store  0x00000002 , 0x00000d3f 
- 00018875  0x000045d1 storet  0x00000001 , 0x00000d41 
- 00018876  0x000045d2 fetch  0x00000001 , 0x00000c74 
- 00018877  0x000045d3 isub  0x00000002 , 0x0000003e 
- 00018878  0x000045d4 nbranch  0x000049c5 , 0x00000002 
- 00018879  0x000045d6 fetch  0x00000001 , 0x00000d41 
- 00018880  0x000045d8 iforce  0x00000012 
- 00018881  0x000045d9 fetch  0x00000002 , 0x00000d3f 
- 00018882  0x000045da add  0x0000003f , 0x00000001 , 0x0000003f 
- 00018883  0x000045db iforce  0x00000011 
- 00018884  0x000045dc branch  0x00004b21 
- 00018885  0x000045de fetch  0x00000001 , 0x00000c74 
- 00018886  0x000045df branch  0x000049c0 
- 00018887  0x000045e2 hfetch  0x00000001 , 0x00008a04 
- 00018888  0x000045e3 ncall  0x000049cb , 0x00000034 
- 00018889  0x000045e4 jam  0x00000000 , 0x00000d48 
- 00018890  0x000045e5 rtn 
- 00018891  0x000045e7 hfetch  0x00000001 , 0x00008a04 
- 00018892  0x000045e8 set1  0x00000007 , 0x0000003f 
- 00018893  0x000045e9 hstore  0x00000001 , 0x00008a04 
- 00018894  0x000045ea rtn 
- 00018895  0x000045ed setarg  0x00000b80 
- 00018896  0x000045ee fetcht  0x00000001 , 0x00000b80 
- 00018897  0x000045ef branch  0x000049ba 
- 00018898  0x000045f2 fetch  0x00000001 , 0x00000c70 
- 00018899  0x000045f3 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00018900  0x000045f4 nbranch  0x00004984 , 0x00000002 
- 00018901  0x000045f5 fetch  0x00000001 , 0x00000c70 
- 00018902  0x000045f6 arg  0x00000be4 , 0x00000011 
- 00018903  0x000045f7 beq  0x00000000 , 0x00004b1e 
- 00018904  0x000045f8 set1  0x00000023 , 0x00000000 
- 00018905  0x000045f9 arg  0x00000be9 , 0x00000011 
- 00018906  0x000045fa beq  0x00000001 , 0x00004b1e 
- 00018907  0x000045fb arg  0x00000c07 , 0x00000011 
- 00018908  0x000045fc beq  0x00000002 , 0x00004b1e 
- 00018909  0x000045fd arg  0x00000c47 , 0x00000011 
- 00018910  0x000045fe beq  0x00000003 , 0x00004b1e 
- 00018911  0x000045ff rtn 
- 00018912  0x00004602 fetch  0x00000002 , 0x00000c72 
- 00018913  0x00004603 beq  0x00000001 , 0x000049e5 
- 00018914  0x00004604 fetch  0x00000002 , 0x00000b7c 
- 00018915  0x00004605 copy  0x0000003f , 0x00000011 
- 00018916  0x00004607 branch  0x00004b1e 
- 00018917  0x00004609 jam  0x00000001 , 0x00000d45 
- 00018918  0x0000460a jam  0x00000001 , 0x00000d36 
- 00018919  0x0000460b fetch  0x00000002 , 0x00000b7e 
- 00018920  0x0000460c copy  0x0000003f , 0x00000011 
- 00018921  0x0000460e branch  0x00004b1e 
- 00018922  0x00004612 fetch  0x00000001 , 0x00000c6b 
- 00018923  0x00004613 bne  0x00000004 , 0x00004984 
- 00018924  0x00004614 fetch  0x00000001 , 0x00000c6e 
- 00018925  0x00004615 bne  0x00000081 , 0x00004984 
- 00018926  0x00004616 fetch  0x00000001 , 0x00000c70 
- 00018927  0x00004617 bne  0x00000000 , 0x00004984 
- 00018928  0x00004618 fetch  0x00000001 , 0x00000c71 
- 00018929  0x00004619 bne  0x00000000 , 0x00004984 
- 00018930  0x0000461a fetch  0x00000001 , 0x00000c74 
- 00018931  0x0000461b bne  0x00000001 , 0x00004984 
- 00018932  0x0000461c fetch  0x00000001 , 0x00000c75 
- 00018933  0x0000461d bne  0x00000000 , 0x00004984 
- 00018934  0x0000461e fetch  0x00000001 , 0x00000c72 
- 00018935  0x0000461f bne  0x00000000 , 0x00004984 
- 00018936  0x00004620 fetch  0x00000001 , 0x00000c73 
- 00018937  0x00004621 bne  0x00000000 , 0x00004984 
- 00018938  0x00004622 arg  0x00000001 , 0x00000012 
- 00018939  0x00004623 branch  0x00004a12 
- 00018940  0x00004627 fetch  0x00000001 , 0x00000c6b 
- 00018941  0x00004628 beq  0x00000002 , 0x00004984 
- 00018942  0x00004629 fetch  0x00000001 , 0x00000c70 
- 00018943  0x0000462a bne  0x00000000 , 0x00004984 
- 00018944  0x0000462b fetch  0x00000001 , 0x00000c71 
- 00018945  0x0000462c bne  0x00000000 , 0x00004984 
- 00018946  0x0000462d fetch  0x00000001 , 0x00000c74 
- 00018947  0x0000462e bne  0x00000002 , 0x00004984 
- 00018948  0x0000462f fetch  0x00000001 , 0x00000c75 
- 00018949  0x00004630 bne  0x00000000 , 0x00004984 
- 00018950  0x00004631 fetch  0x00000001 , 0x00000c73 
- 00018951  0x00004632 bne  0x00000000 , 0x00004984 
- 00018952  0x00004633 fetch  0x00000001 , 0x00000c6e 
- 00018953  0x00004634 beq  0x00000080 , 0x00004a0d 
- 00018954  0x00004635 beq  0x00000081 , 0x00004a18 
- 00018955  0x00004636 beq  0x00000082 , 0x00004a1c 
- 00018956  0x00004637 branch  0x00004984 
- 00018957  0x0000463a fetch  0x00000001 , 0x00000c72 
- 00018958  0x0000463b bne  0x00000000 , 0x00004984 
- 00018959  0x0000463c arg  0x00000002 , 0x00000012 
- 00018960  0x0000463d fetch  0x00000001 , 0x00000d39 
- 00018961  0x0000463e beq  0x00000001 , 0x00004a16 
- 00018962  0x00004641 arg  0x00000c65 , 0x00000011 
- 00018963  0x00004642 branch  0x00004b21 
- 00018964  0x00004644 arg  0x00000c67 , 0x00000011 
- 00018965  0x00004645 branch  0x00004b21 
- 00018966  0x00004647 arg  0x00000c69 , 0x00000011 
- 00018967  0x00004648 branch  0x00004b21 
- 00018968  0x0000464b fetch  0x00000001 , 0x00000c6b 
- 00018969  0x0000464c bne  0x00000004 , 0x00004984 
- 00018970  0x0000464d arg  0x00000002 , 0x00000012 
- 00018971  0x0000464e branch  0x00004a12 
- 00018972  0x00004651 fetch  0x00000001 , 0x00000c6b 
- 00018973  0x00004652 bne  0x00000004 , 0x00004984 
- 00018974  0x00004653 fetch  0x00000001 , 0x00000c72 
- 00018975  0x00004654 beq  0x00000081 , 0x00004a29 
- 00018976  0x00004655 beq  0x00000082 , 0x00004a2b 
- 00018977  0x00004656 beq  0x00000083 , 0x00004a2d 
- 00018978  0x00004657 and_into  0x0000007f , 0x0000003f 
- 00018979  0x00004658 beq  0x00000000 , 0x00004a25 
- 00018980  0x00004659 branch  0x00004984 
- 00018981  0x0000465c fetch  0x00000001 , 0x00000d3b 
- 00018982  0x0000465e arg  0x00000002 , 0x00000012 
- 00018983  0x0000465f beq  0x00000001 , 0x00004a14 
- 00018984  0x00004660 branch  0x00004a12 
- 00018985  0x00004662 fetch  0x00000001 , 0x00000d3c 
- 00018986  0x00004663 branch  0x00004a26 
- 00018987  0x00004665 fetch  0x00000001 , 0x00000d3d 
- 00018988  0x00004666 branch  0x00004a26 
- 00018989  0x00004668 fetch  0x00000001 , 0x00000d3e 
- 00018990  0x00004669 branch  0x00004a26 
- 00018991  0x0000466c jam  0x00000001 , 0x00000d4c 
- 00018992  0x0000466d arg  0x00000d4d , 0x00000011 
- 00018993  0x0000466e arg  0x00000001 , 0x00000012 
- 00018994  0x0000466f branch  0x00004b21 
- 00018995  0x00004672 fetch  0x00000002 , 0x00000c70 
- 00018996  0x00004673 arg  0x000001ba , 0x00000002 
- 00018997  0x00004674 isub  0x00000002 , 0x0000003e 
- 00018998  0x00004675 nbranch  0x00004984 , 0x00000005 
- 00018999  0x00004676 set0  0x00000023 , 0x00000000 
- 00019000  0x00004678 fetch  0x00000001 , 0x00000d42 
- 00019001  0x00004679 nbranch  0x00004a42 , 0x00000034 
- 00019002  0x0000467a jam  0x00000000 , 0x00000cf6 
- 00019003  0x0000467c fetch  0x00000001 , 0x00000c74 
- 00019004  0x0000467d iforce  0x00000012 
- 00019005  0x0000467e arg  0x00000cf6 , 0x00000011 
- 00019006  0x0000467f call  0x00004b21 
- 00019007  0x00004681 arg  0x00000cf6 , 0x00000005 
- 00019008  0x00004682 arg  0x00000008 , 0x00000039 
- 00019009  0x00004683 branch  0x00007ec6 
- 00019010  0x00004685 jam  0x00000000 , 0x00000d42 
- 00019011  0x00004686 jam  0x00000001 , 0x00000cf6 
- 00019012  0x00004687 branch  0x00004a3b 
- 00019013  0x0000468a fetch  0x00000001 , 0x00000c74 
- 00019014  0x0000468b bne  0x00000001 , 0x00004984 
- 00019015  0x0000468c jam  0x00000001 , 0x00000d4b 
- 00019016  0x0000468d arg  0x00000001 , 0x00000012 
- 00019017  0x0000468e fetch  0x00000001 , 0x00000d49 
- 00019018  0x0000468f beq  0x00000000 , 0x00004a4d 
- 00019019  0x00004690 beq  0x00000001 , 0x00004a4e 
- 00019020  0x00004691 branch  0x00004a12 
- 00019021  0x00004693 branch  0x00004a14 
- 00019022  0x00004695 branch  0x00004a12 
- 00019023  0x0000469b fetch  0x00000001 , 0x00000c6b 
- 00019024  0x0000469c bne  0x00000004 , 0x00004984 
- 00019025  0x0000469d fetch  0x00000001 , 0x00000c74 
- 00019026  0x0000469e bne  0x00000000 , 0x00004984 
- 00019027  0x0000469f fetch  0x00000001 , 0x00000c75 
- 00019028  0x000046a0 bne  0x00000000 , 0x00004984 
- 00019029  0x000046a1 fetch  0x00000001 , 0x00000c71 
- 00019030  0x000046a2 bne  0x00000000 , 0x00004984 
- 00019031  0x000046a3 fetch  0x00000001 , 0x00000c73 
- 00019032  0x000046a4 bne  0x00000000 , 0x00004984 
- 00019033  0x000046a5 fetch  0x00000001 , 0x00000c6e 
- 00019034  0x000046a6 beq  0x00000000 , 0x00004a5e 
- 00019035  0x000046a7 beq  0x00000001 , 0x00004a66 
- 00019036  0x000046a8 beq  0x00000002 , 0x00004a67 
- 00019037  0x000046a9 branch  0x00004984 
- 00019038  0x000046ac fetch  0x00000001 , 0x00000c70 
- 00019039  0x000046ad bne  0x00000001 , 0x00004984 
- 00019040  0x000046ae hfetch  0x00000001 , 0x00008a00 
- 00019041  0x000046af set0  0x00000007 , 0x0000003f 
- 00019042  0x000046b0 hstore  0x00000001 , 0x00008a00 
- 00019043  0x000046b1 jam  0x00000000 , 0x00000d39 
- 00019044  0x000046b2 jam  0x00000001 , 0x00000d3a 
- 00019045  0x000046b3 branch  0x00004988 
- 00019046  0x000046b6 branch  0x00004984 
- 00019047  0x000046b9 fetch  0x00000001 , 0x00000c70 
- 00019048  0x000046ba bne  0x00000000 , 0x00004984 
- 00019049  0x000046bb fetch  0x00000001 , 0x00000c72 
- 00019050  0x000046bc beq  0x00000081 , 0x00004a72 
- 00019051  0x000046bd beq  0x00000082 , 0x00004a75 
- 00019052  0x000046be beq  0x00000083 , 0x00004a77 
- 00019053  0x000046bf and_into  0x0000007f , 0x0000003f 
- 00019054  0x000046c0 beq  0x00000000 , 0x00004a70 
- 00019055  0x000046c1 branch  0x00004984 
- 00019056  0x000046c4 jam  0x00000000 , 0x00000d3b 
- 00019057  0x000046c5 branch  0x00004988 
- 00019058  0x000046c7 jam  0x00000000 , 0x00000d3c 
- 00019059  0x000046c9 jam  0x00000001 , 0x00000d53 
- 00019060  0x000046ca branch  0x00004988 
- 00019061  0x000046cc jam  0x00000000 , 0x00000d3d 
- 00019062  0x000046cd branch  0x00004a73 
- 00019063  0x000046cf jam  0x00000000 , 0x00000d3e 
- 00019064  0x000046d0 branch  0x00004a73 
- 00019065  0x000046d4 fetch  0x00000001 , 0x00000c74 
- 00019066  0x000046d5 bne  0x00000000 , 0x00004984 
- 00019067  0x000046d6 fetch  0x00000001 , 0x00000c75 
- 00019068  0x000046d7 bne  0x00000000 , 0x00004984 
- 00019069  0x000046d8 fetch  0x00000001 , 0x00000c6e 
- 00019070  0x000046d9 beq  0x00000000 , 0x00004a82 
- 00019071  0x000046da beq  0x00000001 , 0x00004a8f 
- 00019072  0x000046db beq  0x00000002 , 0x00004a90 
- 00019073  0x000046dc branch  0x00004984 
- 00019074  0x000046df fetch  0x00000001 , 0x00000c70 
- 00019075  0x000046e0 bne  0x00000001 , 0x00004984 
- 00019076  0x000046e1 hfetch  0x00000001 , 0x00008a00 
- 00019077  0x000046e2 set1  0x00000007 , 0x0000003f 
- 00019078  0x000046e3 hstore  0x00000001 , 0x00008a00 
- 00019079  0x000046e4 jam  0x00000001 , 0x00000d39 
- 00019080  0x000046e5 jam  0x00000003 , 0x00000d36 
- 00019081  0x000046e6 jam  0x00000000 , 0x00000d43 
- 00019082  0x000046e7 call  0x00004988 
- 00019083  0x000046e9 call  0x00007f15 
- 00019084  0x000046ea setarg  0x00001388 
- 00019085  0x000046eb arg  0x0000000f , 0x00000007 
- 00019086  0x000046ec branch  0x00007f08 
- 00019087  0x000046ef branch  0x00004984 
- 00019088  0x000046f2 fetch  0x00000001 , 0x00000c70 
- 00019089  0x000046f3 bne  0x00000000 , 0x00004984 
- 00019090  0x000046f4 fetch  0x00000001 , 0x00000c71 
- 00019091  0x000046f5 bne  0x00000000 , 0x00004984 
- 00019092  0x000046f6 fetch  0x00000001 , 0x00000c72 
- 00019093  0x000046f7 beq  0x00000081 , 0x00004a9d 
- 00019094  0x000046f8 beq  0x00000082 , 0x00004a9f 
- 00019095  0x000046f9 beq  0x00000083 , 0x00004aa1 
- 00019096  0x000046fa and_into  0x0000007f , 0x0000003f 
- 00019097  0x000046fb beq  0x00000000 , 0x00004a9b 
- 00019098  0x000046fc branch  0x00004984 
- 00019099  0x000046ff jam  0x00000001 , 0x00000d3b 
- 00019100  0x00004700 branch  0x00004988 
- 00019101  0x00004702 jam  0x00000001 , 0x00000d3c 
- 00019102  0x00004703 branch  0x00004988 
- 00019103  0x00004705 jam  0x00000001 , 0x00000d3d 
- 00019104  0x00004706 branch  0x00004988 
- 00019105  0x00004708 jam  0x00000001 , 0x00000d3e 
- 00019106  0x00004709 branch  0x00004988 
- 00019107  0x0000470d fetch  0x00000001 , 0x00000c6e 
- 00019108  0x0000470e bne  0x00000000 , 0x00004984 
- 00019109  0x0000470f fetch  0x00000001 , 0x00000c72 
- 00019110  0x00004710 bne  0x00000000 , 0x00004984 
- 00019111  0x00004711 fetch  0x00000001 , 0x00000c73 
- 00019112  0x00004712 bne  0x00000000 , 0x00004984 
- 00019113  0x00004713 fetch  0x00000001 , 0x00000c74 
- 00019114  0x00004714 bne  0x00000000 , 0x00004984 
- 00019115  0x00004715 fetch  0x00000001 , 0x00000c75 
- 00019116  0x00004716 bne  0x00000000 , 0x00004984 
- 00019117  0x00004717 fetch  0x00000001 , 0x00000c71 
- 00019118  0x00004718 bne  0x00000000 , 0x00004984 
- 00019119  0x00004719 fetch  0x00000001 , 0x00000c70 
- 00019120  0x0000471a and_into  0x00000080 , 0x0000003f 
- 00019121  0x0000471b bne  0x00000000 , 0x00004984 
- 00019122  0x0000471c fetch  0x00000001 , 0x00000c70 
- 00019123  0x0000471d bne  0x00000000 , 0x00004aba 
- 00019124  0x0000471f jam  0x00000002 , 0x00000c6b 
- 00019125  0x00004721 fetch  0x00000001 , 0x00000c70 
- 00019126  0x00004722 hstore  0x00000001 , 0x00008a04 
- 00019127  0x00004723 call  0x00004988 
- 00019128  0x00004724 jam  0x00000001 , 0x00000d48 
- 00019129  0x00004725 rtn 
- 00019130  0x00004727 jam  0x00000003 , 0x00000c6b 
- 00019131  0x00004728 branch  0x00004ab5 
- 00019132  0x0000472c fetch  0x00000001 , 0x00000c6b 
- 00019133  0x0000472d beq  0x00000002 , 0x00004984 
- 00019134  0x0000472e fetch  0x00000001 , 0x00000c6e 
- 00019135  0x0000472f bne  0x00000000 , 0x00004984 
- 00019136  0x00004730 fetch  0x00000001 , 0x00000c72 
- 00019137  0x00004731 bne  0x00000000 , 0x00004984 
- 00019138  0x00004732 fetch  0x00000001 , 0x00000c73 
- 00019139  0x00004733 bne  0x00000000 , 0x00004984 
- 00019140  0x00004734 fetch  0x00000001 , 0x00000c74 
- 00019141  0x00004735 bne  0x00000000 , 0x00004984 
- 00019142  0x00004736 fetch  0x00000001 , 0x00000c75 
- 00019143  0x00004737 bne  0x00000000 , 0x00004984 
- 00019144  0x00004738 fetch  0x00000001 , 0x00000c71 
- 00019145  0x00004739 bne  0x00000000 , 0x00004984 
- 00019146  0x0000473a fetch  0x00000001 , 0x00000c70 
- 00019147  0x0000473b sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00019148  0x0000473c nbranch  0x00004984 , 0x00000002 
- 00019149  0x0000473d fetch  0x00000001 , 0x00000c6b 
- 00019150  0x0000473e beq  0x00000003 , 0x00004ad1 
- 00019151  0x0000473f beq  0x00000004 , 0x00004ad1 
- 00019152  0x00004740 branch  0x00004984 
- 00019153  0x00004744 fetch  0x00000001 , 0x00000c70 
- 00019154  0x00004745 beq  0x00000000 , 0x00004ad5 
- 00019155  0x00004746 jam  0x00000004 , 0x00000c6b 
- 00019156  0x00004747 branch  0x00004988 
- 00019157  0x00004749 jam  0x00000003 , 0x00000c6b 
- 00019158  0x0000474a branch  0x00004988 
- 00019159  0x0000474e fetch  0x00000001 , 0x00000c6b 
- 00019160  0x0000474f bne  0x00000004 , 0x00004984 
- 00019161  0x00004750 fetch  0x00000001 , 0x00000c6e 
- 00019162  0x00004751 bne  0x00000001 , 0x00004984 
- 00019163  0x00004752 fetch  0x00000001 , 0x00000c70 
- 00019164  0x00004753 bne  0x00000000 , 0x00004984 
- 00019165  0x00004754 fetch  0x00000001 , 0x00000c71 
- 00019166  0x00004755 bne  0x00000000 , 0x00004984 
- 00019167  0x00004756 fetch  0x00000001 , 0x00000c74 
- 00019168  0x00004757 bne  0x00000000 , 0x00004984 
- 00019169  0x00004758 fetch  0x00000001 , 0x00000c75 
- 00019170  0x00004759 bne  0x00000000 , 0x00004984 
- 00019171  0x0000475a fetch  0x00000001 , 0x00000c72 
- 00019172  0x0000475b bne  0x00000000 , 0x00004984 
- 00019173  0x0000475c fetch  0x00000001 , 0x00000c73 
- 00019174  0x0000475d bne  0x00000000 , 0x00004984 
- 00019175  0x0000475e branch  0x00004988 
- 00019176  0x00004762 jam  0x00000001 , 0x00000d4c 
- 00019177  0x00004763 fetch  0x00000001 , 0x00000c71 
- 00019178  0x00004764 store  0x00000001 , 0x00000d4d 
- 00019179  0x00004765 fetch  0x00000001 , 0x00000c72 
- 00019180  0x00004766 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00019181  0x00004767 call  0x00004af5 , 0x00000005 
- 00019182  0x00004768 fetch  0x00000001 , 0x00000d36 
- 00019183  0x00004769 bne  0x00000004 , 0x00004988 
- 00019184  0x0000476a jam  0x00000002 , 0x00000d36 
- 00019185  0x0000476b call  0x00004988 
- 00019186  0x0000476c nop  0x00007530 
- 00019187  0x0000476d nop  0x00007530 
- 00019188  0x0000476e rtn 
- 00019189  0x00004770 jam  0x00000001 , 0x00000d45 
- 00019190  0x00004771 jam  0x00000000 , 0x00000d3a 
- 00019191  0x00004772 jam  0x00000004 , 0x00000d36 
- 00019192  0x00004773 rtn 
- 00019193  0x00004777 jam  0x00000001 , 0x00000d50 
- 00019194  0x00004778 call  0x00004b03 
- 00019195  0x00004779 fetch  0x00000002 , 0x00000c70 
- 00019196  0x0000477a store  0x00000002 , 0x00000d4e 
- 00019197  0x0000477b fetch  0x00000001 , 0x00000c74 
- 00019198  0x0000477c iforce  0x00000039 
- 00019199  0x0000477d arg  0x00000c76 , 0x00000006 
- 00019200  0x0000477e arg  0x00000cb6 , 0x00000005 
- 00019201  0x0000477f call  0x00007f01 
- 00019202  0x00004780 branch  0x00004988 
- 00019203  0x00004783 fetch  0x00000002 , 0x00000c70 
- 00019204  0x00004784 arg  0x00000200 , 0x00000002 
- 00019205  0x00004785 isub  0x00000002 , 0x0000003e 
- 00019206  0x00004786 nrtn  0x00000005 
- 00019207  0x00004787 fetch  0x00000002 , 0x00000c72 
- 00019208  0x00004788 arg  0x00000000 , 0x00000002 
- 00019209  0x00004789 isub  0x00000002 , 0x0000003e 
- 00019210  0x0000478a nrtn  0x00000005 
- 00019211  0x0000478b fetch  0x00000002 , 0x00000c74 
- 00019212  0x0000478c arg  0x00000001 , 0x00000002 
- 00019213  0x0000478d isub  0x00000002 , 0x0000003e 
- 00019214  0x0000478e nrtn  0x00000005 
- 00019215  0x0000478f jam  0x00000001 , 0x00000d43 
- 00019216  0x00004790 rtn 
- 00019217  0x00004794 fetch  0x00000001 , 0x00000c74 
- 00019218  0x00004795 bne  0x00000000 , 0x00004984 
- 00019219  0x00004796 fetch  0x00000001 , 0x00000c70 
- 00019220  0x00004797 beq  0x00000000 , 0x00004b17 
- 00019221  0x00004798 beq  0x00000001 , 0x00004b1a 
- 00019222  0x00004799 branch  0x00004984 
- 00019223  0x0000479b jam  0x00000000 , 0x00000d4a 
- 00019224  0x0000479c jam  0x00000001 , 0x00000d49 
- 00019225  0x0000479d branch  0x00004988 
- 00019226  0x0000479f jam  0x00000001 , 0x00000d44 
- 00019227  0x000047a0 jam  0x00000001 , 0x00000d4a 
- 00019228  0x000047a1 jam  0x00000000 , 0x00000d49 
- 00019229  0x000047a2 branch  0x00004988 
- 00019230  0x000047a6 ifetch  0x00000001 , 0x00000011 
- 00019231  0x000047a7 iforce  0x00000012 
- 00019232  0x000047a8 increase  0x00000001 , 0x00000011 
- 00019233  0x000047ab bpatch  0x000000fa , 0x0000401f 
- 00019234  0x000047ac bmark0  0x00000023 , 0x00004b2c 
- 00019235  0x000047ad add  0x00000012 , 0x00000001 , 0x0000003f 
- 00019236  0x000047ae lshift  0x0000003f , 0x0000003f 
- 00019237  0x000047af hstore  0x00000001 , 0x00008a18 
- 00019238  0x000047b0 jam  0x00000003 , 0x00008a18 
- 00019239  0x000047b1 fetch  0x00000001 , 0x00000c74 
- 00019240  0x000047b2 increase  0xfffffffe , 0x0000003f 
- 00019241  0x000047b3 rshift  0x0000003f , 0x0000003f 
- 00019242  0x000047b4 store  0x00000001 , 0x00000c74 
- 00019243  0x000047b5 beq  0x00000000 , 0x00004b35 
- 00019244  0x000047b7 fetch  0x00000002 , 0x00000c74 
- 00019245  0x000047b8 isub  0x00000012 , 0x0000003e 
- 00019246  0x000047b9 branch  0x00004b30 , 0x00000002 
- 00019247  0x000047ba copy  0x0000003f , 0x00000012 
- 00019248  0x000047bc deposit  0x00000011 
- 00019249  0x000047bd store  0x00000002 , 0x00000b65 
- 00019250  0x000047be deposit  0x00000012 
- 00019251  0x000047bf store  0x00000001 , 0x00000b67 
- 00019252  0x000047c0 branch  0x00004b37 
- 00019253  0x000047c3 arg  0x00000000 , 0x00000007 
- 00019254  0x000047c4 branch  0x00004b57 
- 00019255  0x000047c8 bpatch  0x000000fb , 0x0000401f 
- 00019256  0x000047c9 fetch  0x00000001 , 0x00000b67 
- 00019257  0x000047ca rtn  0x00000034 
- 00019258  0x000047cb copy  0x0000003f , 0x00000039 
- 00019259  0x000047cc sub  0x0000003f , 0x00000040 , 0x0000003e 
- 00019260  0x000047cd branch  0x00004b3e , 0x00000002 
- 00019261  0x000047ce arg  0x00000040 , 0x00000039 
- 00019262  0x000047d0 fetch  0x00000001 , 0x00000b67 
- 00019263  0x000047d1 isub  0x00000039 , 0x0000003f 
- 00019264  0x000047d2 store  0x00000001 , 0x00000b67 
- 00019265  0x000047d3 fetch  0x00000002 , 0x00000b65 
- 00019266  0x000047d4 copy  0x0000003f , 0x00000006 
- 00019267  0x000047d6 ifetch  0x00000001 , 0x00000006 
- 00019268  0x000047d7 hstore  0x00000001 , 0x00008a18 
- 00019269  0x000047d8 bmark0  0x00000023 , 0x00004b47 
- 00019270  0x000047d9 jam  0x00000000 , 0x00008a18 
- 00019271  0x000047db loop  0x00004b43 
- 00019272  0x000047dc copy  0x00000006 , 0x0000003f 
- 00019273  0x000047dd store  0x00000002 , 0x00000b65 
- 00019274  0x000047de arg  0x00000000 , 0x00000007 
- 00019275  0x000047df call  0x00004b57 
- 00019276  0x000047e0 fetch  0x00000001 , 0x00000b67 
- 00019277  0x000047e1 nrtn  0x00000034 
- 00019278  0x000047e2 fetch  0x00000001 , 0x00000d36 
- 00019279  0x000047e3 rtnne  0x00000001 
- 00019280  0x000047e4 jam  0x00000002 , 0x00000d36 
- 00019281  0x000047e5 rtn 
- 00019282  0x000047e9 arg  0x00008a19 , 0x00000011 
- 00019283  0x000047ea arg  0x00000001 , 0x00000007 
- 00019284  0x000047ec ifetch  0x00000001 , 0x00000006 
- 00019285  0x000047ed istore  0x00000001 , 0x00000011 
- 00019286  0x000047ee loop  0x00004b54 
- 00019287  0x000047f0 setarg  0x00000000 
- 00019288  0x000047f1 qset1  0x0000003f 
- 00019289  0x000047f2 hstore  0x00000001 , 0x00008a10 
- 00019290  0x000047f3 fetcht  0x00000001 , 0x00000d37 
- 00019291  0x000047f4 ior  0x00000002 , 0x0000003f 
- 00019292  0x000047f5 store  0x00000001 , 0x00000d37 
- 00019293  0x000047f6 rtn 
- 00019294  0x000047f9 arg  0x00000002 , 0x00000007 
- 00019295  0x000047fa arg  0x00008a1a , 0x00000011 
- 00019296  0x000047fb branch  0x00004b54 
- 00019297  0x000047fe bpatch  0x000000fc , 0x0000401f 
- 00019298  0x000047ff fetch  0x00000001 , 0x00000d38 
- 00019299  0x00004800 rtn  0x00000034 
- 00019300  0x00004801 fetch  0x00000001 , 0x00000d37 
- 00019301  0x00004802 nbranch  0x00004bac , 0x00000034 
- 00019302  0x00004803 fetch  0x00000001 , 0x00000d45 
- 00019303  0x00004804 branch  0x00004b86 , 0x00000034 
- 00019304  0x00004805 fetch  0x00000001 , 0x00000d36 
- 00019305  0x00004806 beq  0x00000003 , 0x00004bbf 
- 00019306  0x00004807 bne  0x00000002 , 0x00004b86 
- 00019307  0x00004808 fetch  0x00000001 , 0x00000d3a 
- 00019308  0x00004809 nbranch  0x00004b86 , 0x00000034 
- 00019309  0x0000480a call  0x00004b6f 
- 00019310  0x0000480b branch  0x00004b7a 
- 00019311  0x0000480e fetch  0x00000001 , 0x00000d38 
- 00019312  0x0000480f rtnbit0  0x00000001 
- 00019313  0x00004810 fetch  0x00000001 , 0x00000d37 
- 00019314  0x00004811 rtnbit1  0x00000001 
- 00019315  0x00004812 fetch  0x00000001 , 0x00000d38 
- 00019316  0x00004813 set0  0x00000001 , 0x0000003f 
- 00019317  0x00004814 store  0x00000001 , 0x00000d38 
- 00019318  0x00004815 fetch  0x00000001 , 0x00000d51 
- 00019319  0x00004816 rtn  0x00000034 
- 00019320  0x00004817 beq  0x00000010 , 0x00004ba8 
- 00019321  0x00004818 branch  0x00002a8c 
- 00019322  0x0000481b fetch  0x00000001 , 0x00000d38 
- 00019323  0x0000481c rtnbit0  0x00000002 
- 00019324  0x0000481d fetch  0x00000001 , 0x00000d37 
- 00019325  0x0000481e rtnbit1  0x00000002 
- 00019326  0x0000481f fetch  0x00000001 , 0x00000d38 
- 00019327  0x00004820 set0  0x00000002 , 0x0000003f 
- 00019328  0x00004821 store  0x00000001 , 0x00000d38 
- 00019329  0x00004822 fetch  0x00000001 , 0x00000d52 
- 00019330  0x00004823 rtn  0x00000034 
- 00019331  0x00004824 beq  0x00000020 , 0x00004b89 
- 00019332  0x00004825 beq  0x00000021 , 0x00004ba4 
- 00019333  0x00004826 branch  0x00002a8c 
- 00019334  0x0000482a arg  0x00000d54 , 0x00000005 
- 00019335  0x0000482b arg  0x00000006 , 0x00000039 
- 00019336  0x0000482c branch  0x00007ec6 
- 00019337  0x0000482f fetch  0x00000001 , 0x00000d4c 
- 00019338  0x00004830 fetcht  0x00000001 , 0x00000d4b 
- 00019339  0x00004831 iand  0x00000002 , 0x0000003f 
- 00019340  0x00004832 branch  0x00004ba0 , 0x00000034 
- 00019341  0x00004833 fetcht  0x00000001 , 0x00000d4a 
- 00019342  0x00004834 iadd  0x00000002 , 0x0000003f 
- 00019343  0x00004835 beq  0x00000001 , 0x00004b91 
- 00019344  0x00004836 branch  0x00004ba0 
- 00019345  0x00004839 jam  0x00000000 , 0x00000d52 
- 00019346  0x0000483b fetch  0x00000001 , 0x00000d55 
- 00019347  0x0000483c beq  0x00000002 , 0x00004ba1 
- 00019348  0x0000483d beq  0x00000003 , 0x00004ba1 
- 00019349  0x0000483e fetch  0x00000001 , 0x00000d55 
- 00019350  0x0000483f store  0x00000001 , 0x00000d54 
- 00019351  0x00004840 fetch  0x00000001 , 0x00000d56 
- 00019352  0x00004841 istore  0x00000001 , 0x00000005 
- 00019353  0x00004842 fetch  0x00000001 , 0x00000d58 
- 00019354  0x00004843 istore  0x00000001 , 0x00000005 
- 00019355  0x00004844 fetch  0x00000001 , 0x00000d5a 
- 00019356  0x00004845 istore  0x00000001 , 0x00000005 
- 00019357  0x00004846 arg  0x00000004 , 0x00000039 
- 00019358  0x00004847 arg  0x00000d54 , 0x00000006 
- 00019359  0x00004848 branch  0x00004b5e 
- 00019360  0x0000484b jam  0x00000000 , 0x00000d52 
- 00019361  0x0000484d arg  0x00000008 , 0x00000039 
- 00019362  0x0000484e arg  0x00000d54 , 0x00000006 
- 00019363  0x0000484f branch  0x00004b5e 
- 00019364  0x00004852 jam  0x00000000 , 0x00000d52 
- 00019365  0x00004853 arg  0x00000003 , 0x00000039 
- 00019366  0x00004854 arg  0x00000d74 , 0x00000006 
- 00019367  0x00004855 branch  0x00004b5e 
- 00019368  0x00004858 jam  0x00000000 , 0x00000d51 
- 00019369  0x00004859 arg  0x00000008 , 0x00000039 
- 00019370  0x0000485a arg  0x00000d64 , 0x00000006 
- 00019371  0x0000485b branch  0x00004b52 
- 00019372  0x0000485e fetch  0x00000001 , 0x00000d36 
- 00019373  0x0000485f beq  0x00000003 , 0x00004bb0 
- 00019374  0x00004860 beq  0x00000002 , 0x00004bb2 
- 00019375  0x00004861 rtn 
- 00019376  0x00004863 jam  0x00000000 , 0x00000d37 
- 00019377  0x00004864 rtn 
- 00019378  0x00004866 hfetch  0x00000001 , 0x00008a00 
- 00019379  0x00004867 set1  0x00000007 , 0x0000003f 
- 00019380  0x00004868 hstore  0x00000001 , 0x00008a00 
- 00019381  0x00004869 jam  0x00000001 , 0x00000d47 
- 00019382  0x0000486a rtn 
- 00019383  0x0000486d fetch  0x00000001 , 0x00000d36 
- 00019384  0x0000486e rtneq  0x00000003 
- 00019385  0x0000486f beq  0x00000002 , 0x00004bbb 
- 00019386  0x00004870 rtn 
- 00019387  0x00004872 fetch  0x00000001 , 0x00000d47 
- 00019388  0x00004873 rtn  0x00000034 
- 00019389  0x00004874 jam  0x00000001 , 0x00000d46 
- 00019390  0x00004875 branch  0x00004bc2 
- 00019391  0x00004878 arg  0x0000000f , 0x00000007 
- 00019392  0x00004879 call  0x00007f16 
- 00019393  0x0000487a nrtn  0x00000034 
- 00019394  0x0000487c hfetch  0x00000001 , 0x00008a00 
- 00019395  0x0000487d rtnbit0  0x00000007 
- 00019396  0x0000487e jam  0x000000fc , 0x00008a00 
- 00019397  0x0000487f nop  0x00007530 
- 00019398  0x00004880 jam  0x0000003c , 0x00008a00 
- 00019399  0x00004881 rtn 
- 00019400  0x00004889 bpatch  0x000000fd , 0x0000401f 
- 00019401  0x0000488a fetch  0x00000001 , 0x000041ce 
- 00019402  0x0000488b nrtn  0x00000034 
- 00019403  0x0000488d call  0x00004bce 
- 00019404  0x0000488e ncall  0x00004be6 , 0x00000028 
- 00019405  0x0000488f rtn 
- 00019406  0x00004892 bpatch  0x000000fe , 0x0000401f 
- 00019407  0x00004893 copy  0x00000003 , 0x00000011 
- 00019408  0x00004894 arg  0x00000004 , 0x00000002 
- 00019409  0x00004895 ifetch  0x00000001 , 0x00000003 
- 00019410  0x00004896 beq  0x00000001 , 0x00004bd8 
- 00019411  0x00004897 increase  0x00000001 , 0x00000002 
- 00019412  0x00004898 beq  0x00000002 , 0x00004bd8 
- 00019413  0x00004899 copy  0x00000003 , 0x0000003f 
- 00019414  0x0000489a hstore  0x00000002 , 0x00008058 
- 00019415  0x0000489b rtn 
- 00019416  0x0000489d hfetch  0x00000002 , 0x00008112 
- 00019417  0x0000489e isub  0x00000002 , 0x0000003e 
- 00019418  0x0000489f nbranch  0x00004bd8 , 0x00000002 
- 00019419  0x000048a1 disable  0x00000028 
- 00019420  0x000048a2 copy  0x00000011 , 0x00000003 
- 00019421  0x000048a3 call  0x00004bee 
- 00019422  0x000048a4 iadd  0x00000002 , 0x00000002 
- 00019423  0x000048a6 hfetch  0x00000002 , 0x00008112 
- 00019424  0x000048a7 isub  0x00000002 , 0x0000003e 
- 00019425  0x000048a8 nbranch  0x00004bdf , 0x00000002 
- 00019426  0x000048a9 copy  0x00000011 , 0x00000003 
- 00019427  0x000048aa ifetch  0x00000001 , 0x00000003 
- 00019428  0x000048ab beq  0x00000001 , 0x00004c3f 
- 00019429  0x000048ac branch  0x00002a8c 
- 00019430  0x000048af bpatch  0x000000ff , 0x0000401f 
- 00019431  0x000048b0 hfetch  0x00000002 , 0x00008058 
- 00019432  0x000048b1 iforce  0x00000003 
- 00019433  0x000048b2 call  0x00004bee 
- 00019434  0x000048b3 iadd  0x00000003 , 0x00000003 
- 00019435  0x000048b4 deposit  0x00000003 
- 00019436  0x000048b5 hstore  0x00000002 , 0x00008058 
- 00019437  0x000048b6 rtn 
- 00019438  0x000048bc ifetch  0x00000001 , 0x00000003 
- 00019439  0x000048bd increase  0x00000002 , 0x00000003 
- 00019440  0x000048be beq  0x00000002 , 0x00004bf3 
- 00019441  0x000048bf ifetch  0x00000001 , 0x00000003 
- 00019442  0x000048c0 rtn 
- 00019443  0x000048c2 ifetch  0x00000002 , 0x00000003 
- 00019444  0x000048c3 rtn 
- 00019445  0x000048c6 hfetch  0x00000002 , 0x0000805e 
- 00019446  0x000048c7 increase  0xfffffffb , 0x0000000a 
- 00019447  0x000048c8 iadd  0x0000000a , 0x0000000a 
- 00019448  0x000048c9 rtn 
- 00019449  0x000048cc arg  0x00000004 , 0x00000002 
- 00019450  0x000048cd branch  0x00004bfc 
- 00019451  0x000048cf arg  0x00000002 , 0x00000002 
- 00019452  0x000048d1 bpatchx  0x00000000 , 0x00004020 
- 00019453  0x000048d2 increase  0x00000001 , 0x00000039 
- 00019454  0x000048d3 hfetch  0x00000002 , 0x0000805e 
- 00019455  0x000048d4 copy  0x0000003f , 0x0000000a 
- 00019456  0x000048d5 copy  0x00000039 , 0x0000003f 
- 00019457  0x000048d6 istoret  0x00000001 , 0x0000000a 
- 00019458  0x000048d7 increase  0xffffffff , 0x0000003f 
- 00019459  0x000048d8 iadd  0x0000000a , 0x0000000a 
- 00019460  0x000048d9 copy  0x0000000a , 0x0000003f 
- 00019461  0x000048da store  0x00000002 , 0x00000258 
- 00019462  0x000048db copy  0x00000002 , 0x0000003f 
- 00019463  0x000048dc rtneq  0x00000002 
- 00019464  0x000048dd fetch  0x00000002 , 0x00000258 
- 00019465  0x000048de hstore  0x00000002 , 0x0000805e 
- 00019466  0x000048df branch  0x00004c0b 
- 00019467  0x000048e3 setarg  0x00000000 
- 00019468  0x000048e4 store  0x00000002 , 0x00000258 
- 00019469  0x000048e5 rtn 
- 00019470  0x000048ed rtn  0x0000002b 
- 00019471  0x000048ee setarg  0x00004d28 
- 00019472  0x000048ef store  0x00000002 , 0x000041f3 
- 00019473  0x000048f1 setarg  0x000001a0 
- 00019474  0x000048f2 store  0x00000002 , 0x00004243 
- 00019475  0x000048f4 setarg  0x00001800 
- 00019476  0x000048f5 hstore  0x00000002 , 0x00008054 
- 00019477  0x000048f6 setarg  0x00001bff 
- 00019478  0x000048f7 hstore  0x00000002 , 0x00008056 
- 00019479  0x000048f8 setarg  0x00001c00 
- 00019480  0x000048f9 hstore  0x00000002 , 0x0000805a 
- 00019481  0x000048fa call  0x00004c28 
- 00019482  0x000048fc jam  0x00000000 , 0x00008062 
- 00019483  0x000048fd setarg  0x00001c00 
- 00019484  0x000048fe hstore  0x00000002 , 0x0000805e 
- 00019485  0x000048ff hstore  0x00000002 , 0x00008060 
- 00019486  0x00004900 setarg  0x00001800 
- 00019487  0x00004901 hstore  0x00000002 , 0x00008058 
- 00019488  0x00004902 store  0x00000002 , 0x00000244 
- 00019489  0x00004904 hfetch  0x00000002 , 0x00008050 
- 00019490  0x00004905 set0  0x0000000f , 0x0000003f 
- 00019491  0x00004906 hstore  0x00000002 , 0x00008050 
- 00019492  0x00004907 call  0x000066ce 
- 00019493  0x00004908 jam  0x00000001 , 0x00008043 
- 00019494  0x00004909 jam  0x00000081 , 0x00008062 
- 00019495  0x0000490a rtn 
- 00019496  0x0000490d setarg  0x00001fff 
- 00019497  0x0000490e hstore  0x00000002 , 0x0000805c 
- 00019498  0x0000490f hfetch  0x00000001 , 0x00008081 
- 00019499  0x00004910 or_into  0x00000007 , 0x0000003f 
- 00019500  0x00004911 hstore  0x00000001 , 0x00008081 
- 00019501  0x00004912 rtn 
- 00019502  0x00004916 bpatchx  0x00000001 , 0x00004020 
- 00019503  0x00004917 hfetch  0x00000001 , 0x0000810c 
- 00019504  0x00004918 iforce  0x00000012 
- 00019505  0x00004919 bbit0  0x00000003 , 0x00004c37 
- 00019506  0x0000491a hfetch  0x00000002 , 0x00008112 
- 00019507  0x0000491b iforce  0x00000013 
- 00019508  0x0000491c arg  0x0000044f , 0x00000002 
- 00019509  0x0000491d isub  0x00000002 , 0x0000003e 
- 00019510  0x0000491e nrtn  0x00000005 
- 00019511  0x00004920 hfetch  0x00000002 , 0x00008058 
- 00019512  0x00004921 iforce  0x00000003 
- 00019513  0x00004922 branch  0x00004bc8 
- 00019514  0x00004925 hfetcht  0x00000001 , 0x0000810c 
- 00019515  0x00004926 isolate1  0x00000006 , 0x00000002 
- 00019516  0x00004927 branch  0x00004c3a , 0x00000001 
- 00019517  0x00004928 hstore  0x00000001 , 0x00008015 
- 00019518  0x00004929 rtn 
- 00019519  0x0000492c bpatchx  0x00000002 , 0x00004020 
- 00019520  0x0000492d fetch  0x00000001 , 0x000041ce 
- 00019521  0x0000492e branch  0x00004c44 , 0x00000034 
- 00019522  0x0000492f enable  0x00000028 
- 00019523  0x00004930 rtn 
- 00019524  0x00004932 ifetch  0x00000002 , 0x00000003 
- 00019525  0x00004933 iforce  0x00000030 
- 00019526  0x00004934 iforce  0x00000007 
- 00019527  0x00004935 ifetch  0x00000001 , 0x00000003 
- 00019528  0x00004936 iforce  0x00000002 
- 00019529  0x00004937 rshift2  0x00000030 , 0x0000003f 
- 00019530  0x00004938 rshift8  0x0000003f , 0x0000003f 
- 00019531  0x00004939 beq  0x0000003f , 0x00004c4d 
- 00019532  0x0000493a rtn 
- 00019533  0x0000493e bpatchx  0x00000003 , 0x00004020 
- 00019534  0x0000493f deposit  0x00000007 
- 00019535  0x00004940 beq  0x00000000 , 0x00004cdc 
- 00019536  0x00004941 beq  0x00000001 , 0x00004c66 
- 00019537  0x00004942 beq  0x00000002 , 0x00004c6b 
- 00019538  0x00004943 beq  0x00000003 , 0x00004c7a 
- 00019539  0x00004944 beq  0x00000004 , 0x00004cb3 
- 00019540  0x00004945 beq  0x00000005 , 0x00004cdc 
- 00019541  0x00004946 beq  0x00000006 , 0x00004cc6 
- 00019542  0x00004947 beq  0x00000007 , 0x00004c5c 
- 00019543  0x00004949 beq  0x00000010 , 0x00004cc9 
- 00019544  0x0000494a beq  0x00000011 , 0x00004cd1 
- 00019545  0x0000494b beq  0x00000012 , 0x00004ca5 
- 00019546  0x0000494c beq  0x00000013 , 0x00004c85 
- 00019547  0x0000494d branch  0x00004cdc 
- 00019548  0x00004950 call  0x00004cdc 
- 00019549  0x00004951 call  0x00007f9e 
- 00019550  0x00004952 call  0x0000688c 
- 00019551  0x00004954 call  0x000033d2 
- 00019552  0x00004955 call  0x000033d9 
- 00019553  0x00004956 branch  0x0000688f 
- 00019554  0x00004959 jam  0x00000000 , 0x00004245 
- 00019555  0x0000495a call  0x000033d0 
- 00019556  0x0000495b call  0x00004c13 
- 00019557  0x0000495c branch  0x000033db 
- 00019558  0x0000495f call  0x00004cf2 
- 00019559  0x00004960 hfetch  0x00000002 , 0x00008000 
- 00019560  0x00004961 istore  0x00000002 , 0x0000000a 
- 00019561  0x00004962 force  0x00000006 , 0x00000039 
- 00019562  0x00004963 branch  0x00004cdd 
- 00019563  0x00004966 ifetch  0x00000002 , 0x00000003 
- 00019564  0x00004967 store  0x00000002 , 0x00004243 
- 00019565  0x00004968 hstore  0x00000002 , 0x00008052 
- 00019566  0x00004969 rtn 
- 00019567  0x0000496e ifetch  0x00000001 , 0x00000003 
- 00019568  0x0000496f copy  0x0000003f , 0x00000002 
- 00019569  0x00004970 hstore  0x00000001 , 0x00008024 
- 00019570  0x00004971 ifetch  0x00000001 , 0x00000003 
- 00019571  0x00004972 iadd  0x00000002 , 0x00000002 
- 00019572  0x00004973 set1  0x00000007 , 0x0000003f 
- 00019573  0x00004974 hstore  0x00000001 , 0x00008023 
- 00019574  0x00004975 ifetch  0x00000001 , 0x00000003 
- 00019575  0x00004976 iadd  0x00000002 , 0x00000002 
- 00019576  0x00004977 copy  0x0000003f , 0x00000039 
- 00019577  0x00004978 rtn 
- 00019578  0x0000497b bmark1  0x0000002b , 0x00004cc4 
- 00019579  0x0000497c call  0x00004c6f 
- 00019580  0x0000497e ifetch  0x00000001 , 0x00000003 
- 00019581  0x0000497f hstore  0x00000001 , 0x00008025 
- 00019582  0x00004980 iadd  0x00000002 , 0x00000002 
- 00019583  0x00004981 loop  0x00004c7c 
- 00019584  0x00004983 and  0x00000002 , 0x000000ff , 0x00000002 
- 00019585  0x00004984 ifetch  0x00000001 , 0x00000003 
- 00019586  0x00004985 isub  0x00000002 , 0x0000003e 
- 00019587  0x00004986 nbranch  0x00004cc4 , 0x00000005 
- 00019588  0x00004987 branch  0x00004cdc 
- 00019589  0x0000498b bmark0  0x0000002b , 0x00004cc4 
- 00019590  0x0000498c call  0x00004c6f 
- 00019591  0x0000498d store  0x00000008 , 0x00000a9a 
- 00019592  0x0000498f call  0x00007422 
- 00019593  0x00004990 arg  0x00000010 , 0x00000039 
- 00019594  0x00004991 arg  0x00000ac2 , 0x00000005 
- 00019595  0x00004992 call  0x00004ca0 
- 00019596  0x00004993 storet  0x00000008 , 0x00000aa2 
- 00019597  0x00004994 arg  0x00000ad2 , 0x00000005 
- 00019598  0x00004995 call  0x00007497 
- 00019599  0x00004996 arg  0x00000ad2 , 0x00000011 
- 00019600  0x00004997 arg  0x00000ac2 , 0x00000012 
- 00019601  0x00004998 arg  0x00000ae2 , 0x00000005 
- 00019602  0x00004999 call  0x00007352 
- 00019603  0x0000499a arg  0x00000010 , 0x00000039 
- 00019604  0x0000499b arg  0x00000ae2 , 0x00000006 
- 00019605  0x0000499c call  0x00004c9c 
- 00019606  0x0000499d fetcht  0x00000008 , 0x00000aa2 
- 00019607  0x0000499e fetch  0x00000008 , 0x00000a9a 
- 00019608  0x0000499f increase  0xfffffff0 , 0x0000003f 
- 00019609  0x000049a0 store  0x00000008 , 0x00000a9a 
- 00019610  0x000049a1 nbranch  0x00004c88 , 0x00000034 
- 00019611  0x000049a2 branch  0x00004c80 
- 00019612  0x000049a5 ifetch  0x00000001 , 0x00000006 
- 00019613  0x000049a6 hstore  0x00000001 , 0x00008025 
- 00019614  0x000049a7 loop  0x00004c9c 
- 00019615  0x000049a8 rtn 
- 00019616  0x000049ab ifetch  0x00000001 , 0x00000003 
- 00019617  0x000049ac istore  0x00000001 , 0x00000005 
- 00019618  0x000049ad iadd  0x00000002 , 0x00000002 
- 00019619  0x000049ae loop  0x00004ca0 
- 00019620  0x000049af rtn 
- 00019621  0x000049b2 bmark0  0x0000002b , 0x00004cc4 
- 00019622  0x000049b3 arg  0x00000000 , 0x00000002 
- 00019623  0x000049b4 arg  0x00000010 , 0x00000039 
- 00019624  0x000049b5 arg  0x00000ac2 , 0x00000005 
- 00019625  0x000049b6 call  0x00004ca0 
- 00019626  0x000049b7 hfetch  0x00000001 , 0x00008085 
- 00019627  0x000049b8 and_into  0x000000fd , 0x0000003f 
- 00019628  0x000049b9 hstore  0x00000001 , 0x00008085 
- 00019629  0x000049ba arg  0x00000ac2 , 0x00000006 
- 00019630  0x000049bb arg  0x00000010 , 0x00000039 
- 00019631  0x000049bc call  0x00007478 
- 00019632  0x000049bd call  0x00007428 
- 00019633  0x000049be call  0x00007491 
- 00019634  0x000049bf branch  0x00004c80 
- 00019635  0x000049c3 arg  0x00000020 , 0x00000039 
- 00019636  0x000049c4 arg  0x00004000 , 0x00000005 
- 00019637  0x000049c5 arg  0x00000000 , 0x00000002 
- 00019638  0x000049c7 ifetch  0x00000001 , 0x00000003 
- 00019639  0x000049c8 istore  0x00000001 , 0x00000005 
- 00019640  0x000049c9 iadd  0x00000002 , 0x00000002 
- 00019641  0x000049ca loop  0x00004cb6 
- 00019642  0x000049cb and  0x00000002 , 0x000000ff , 0x00000002 
- 00019643  0x000049cc ifetch  0x00000001 , 0x00000003 
- 00019644  0x000049cd isub  0x00000002 , 0x0000003e 
- 00019645  0x000049ce nbranch  0x00004cc4 , 0x00000005 
- 00019646  0x000049cf jam  0x00000000 , 0x00008023 
- 00019647  0x000049d0 call  0x00004cdc 
- 00019648  0x000049d1 call  0x00004be6 
- 00019649  0x000049d2 call  0x000064a3 
- 00019650  0x000049d3 call  0x00007f9e 
- 00019651  0x000049d4 branch  0x00002001 
- 00019652  0x000049d7 jam  0x00000000 , 0x00008023 
- 00019653  0x000049d8 branch  0x00002000 
- 00019654  0x000049db ifetch  0x00000006 , 0x00000003 
- 00019655  0x000049dc store  0x00000006 , 0x000040a0 
- 00019656  0x000049dd branch  0x00004cdc 
- 00019657  0x000049e1 ifetch  0x00000001 , 0x00000003 
- 00019658  0x000049e2 store  0x00000001 , 0x0000025a 
- 00019659  0x000049e3 copy  0x0000003f , 0x00000039 
- 00019660  0x000049e4 ifetch  0x00000002 , 0x00000003 
- 00019661  0x000049e5 store  0x00000002 , 0x0000025b 
- 00019662  0x000049e6 copy  0x0000003f , 0x00000005 
- 00019663  0x000049e7 call  0x000066fd 
- 00019664  0x000049e8 branch  0x00004cdc 
- 00019665  0x000049ec ifetch  0x00000001 , 0x00000003 
- 00019666  0x000049ed store  0x00000001 , 0x0000025a 
- 00019667  0x000049ee copy  0x0000003f , 0x00000039 
- 00019668  0x000049ef ifetch  0x00000002 , 0x00000003 
- 00019669  0x000049f0 store  0x00000002 , 0x0000025b 
- 00019670  0x000049f1 arg  0x00001000 , 0x00000005 
- 00019671  0x000049f2 call  0x000066fd 
- 00019672  0x000049f3 fetcht  0x00000001 , 0x0000025a 
- 00019673  0x000049f4 arg  0x00001000 , 0x00000011 
- 00019674  0x000049f5 fetch  0x00000002 , 0x0000025b 
- 00019675  0x000049f6 branch  0x00006608 
- 00019676  0x000049fc force  0x00000004 , 0x00000039 
- 00019677  0x000049fe call  0x00004cf4 
- 00019678  0x000049ff force  0x00000001 , 0x0000003f 
- 00019679  0x00004a00 istore  0x00000001 , 0x0000000a 
- 00019680  0x00004a01 deposit  0x00000030 
- 00019681  0x00004a02 istore  0x00000003 , 0x0000000a 
- 00019682  0x00004a03 force  0x0000000e , 0x00000007 
- 00019683  0x00004a05 bpatchx  0x00000004 , 0x00004020 
- 00019684  0x00004a06 call  0x00004cf6 
- 00019685  0x00004a07 deposit  0x00000007 
- 00019686  0x00004a08 istore  0x00000001 , 0x0000000a 
- 00019687  0x00004a09 deposit  0x00000039 
- 00019688  0x00004a0a istore  0x00000001 , 0x0000000a 
- 00019689  0x00004a0c force  0x00000005 , 0x00000007 
- 00019690  0x00004a0d increase  0x00000002 , 0x00000039 
- 00019691  0x00004a0f branch  0x00004bf9 
- 00019692  0x00004a12 force  0x000000ff , 0x00000007 
- 00019693  0x00004a13 call  0x00004cf4 
- 00019694  0x00004a14 setarg  0x00000001 
- 00019695  0x00004a15 istore  0x00000001 , 0x0000000a 
- 00019696  0x00004a16 force  0x00000001 , 0x00000039 
- 00019697  0x00004a17 branch  0x00004ce3 
- 00019698  0x00004a1a force  0x0000000c , 0x0000000a 
- 00019699  0x00004a1b branch  0x00004cf7 
- 00019700  0x00004a1e force  0x00000008 , 0x0000000a 
- 00019701  0x00004a1f branch  0x00004cf7 
- 00019702  0x00004a22 force  0x00000006 , 0x0000000a 
- 00019703  0x00004a24 branch  0x00004bf5 
- 00019704  0x00004a29 pulse  0x0000000f 
- 00019705  0x00004a2a enable  0x00000009 
- 00019706  0x00004a2c ifetch  0x00000001 , 0x0000000a 
- 00019707  0x00004a2d inject  0x00000000 , 0x00000008 
- 00019708  0x00004a2e loop  0x00004cfa 
- 00019709  0x00004a2f enable  0x00000008 
- 00019710  0x00004a30 inject  0x00000000 , 0x00000010 
- 00019711  0x00004a31 disable  0x00000008 
- 00019712  0x00004a32 disable  0x00000009 
- 00019713  0x00004a33 disable  0x0000000f 
- 00019714  0x00004a34 byteswap  0x0000003f , 0x0000003f 
- 00019715  0x00004a35 rtn 
- 00019716  0x00004a3a jam  0x00000000 , 0x000041ce 
- 00019717  0x00004a3b rtn 
- 00019718  0x00004a3d fetch  0x00000006 , 0x000041d0 
- 00019719  0x00004a3e fetcht  0x00000006 , 0x00000040 
- 00019720  0x00004a3f isub  0x00000002 , 0x0000003e 
- 00019721  0x00004a40 rtn 
- 00019722  0x00004a46 fetch  0x00000001 , 0x0000004b 
- 00019723  0x00004a47 bbit1  0x00000002 , 0x00004d0f 
- 00019724  0x00004a48 call  0x000062ef 
- 00019725  0x00004a49 jam  0x00000008 , 0x0000007c 
- 00019726  0x00004a4a branch  0x00004d04 
- 00019727  0x00004a4c set0  0x00000002 , 0x0000003f 
- 00019728  0x00004a4d store  0x00000001 , 0x0000004b 
- 00019729  0x00004a4e call  0x00006001 
- 00019730  0x00004a4f setarg  0x00000000 
- 00019731  0x00004a50 setflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00019732  0x00004a51 store  0x00000001 , 0x0000007f 
- 00019733  0x00004a52 branch  0x00004d04 
- 00019734  0x00004a53 rtn 
- 00019735  0x00004a55 jam  0x00000017 , 0x0000007c 
- 00019736  0x00004a56 arg  0x000004d9 , 0x00000005 
- 00019737  0x00004a57 setarg  0x00000000 
- 00019738  0x00004a58 isolate1  0x0000001b , 0x00000028 
- 00019739  0x00004a59 setflag  0x00000001 , 0x00000001 , 0x0000003f 
- 00019740  0x00004a5a istore  0x00000001 , 0x00000005 
- 00019741  0x00004a5b setarg  0x00000000 
- 00019742  0x00004a5c istore  0x00000002 , 0x00000005 
- 00019743  0x00004a5d fetch  0x00000002 , 0x000041e3 
- 00019744  0x00004a5e istore  0x00000002 , 0x00000005 
- 00019745  0x00004a5f fetch  0x00000001 , 0x000041e5 
- 00019746  0x00004a60 istore  0x00000002 , 0x00000005 
- 00019747  0x00004a61 fetch  0x00000001 , 0x000041e7 
- 00019748  0x00004a62 istore  0x00000002 , 0x00000005 
- 00019749  0x00004a63 branch  0x00004d04 
- 00019750  0x00004a66 jam  0x00000018 , 0x0000007c 
- 00019751  0x00004a67 branch  0x00004d04 
- 00019752  0x00004a6a call  0x00006899 
- 00019753  0x00004a6b rtn  0x00000001 
- 00019754  0x00004a6c arg  0x00000007 , 0x00000002 
- 00019755  0x00004a6d call  0x0000681d 
- 00019756  0x00004a6e nbranch  0x00004d2f , 0x00000001 
- 00019757  0x00004a6f jam  0x00000001 , 0x00004245 
- 00019758  0x00004a70 rtn 
- 00019759  0x00004a72 fetch  0x00000001 , 0x00004245 
- 00019760  0x00004a73 rtnne  0x00000001 
- 00019761  0x00004a74 call  0x00004c62 
- 00019762  0x00004a75 branch  0x00004cec 
- 00019763  0x00004a84 bpatchx  0x00000005 , 0x00004020 
- 00019764  0x00004a85 fetch  0x00000002 , 0x00000264 
- 00019765  0x00004a86 copy  0x0000003f , 0x00000006 
- 00019766  0x00004a87 ifetch  0x00000001 , 0x00000006 
- 00019767  0x00004a88 and  0x0000003f , 0x0000000f , 0x00000002 
- 00019768  0x00004a89 rshift4  0x0000003f , 0x0000003f 
- 00019769  0x00004a8a beq  0x00000009 , 0x00004d53 
- 00019770  0x00004a8b beq  0x00000007 , 0x00004d53 
- 00019771  0x00004a8c beq  0x0000000a , 0x00004d5f 
- 00019772  0x00004a8d beq  0x00000005 , 0x00004d4b 
- 00019773  0x00004a8e beq  0x00000001 , 0x00004d3f 
- 00019774  0x00004a8f rtn 
- 00019775  0x00004a92 copy  0x00000002 , 0x0000003f 
- 00019776  0x00004a93 beq  0x00000005 , 0x00004d43 
- 00019777  0x00004a94 beq  0x00000003 , 0x00004d4a 
- 00019778  0x00004a95 rtn 
- 00019779  0x00004a98 jam  0x00000027 , 0x00000a99 
- 00019780  0x00004a99 call  0x00007d86 
- 00019781  0x00004a9a fetch  0x00000001 , 0x00004092 
- 00019782  0x00004a9b rtnbit0  0x00000006 
- 00019783  0x00004a9c copy  0x00000002 , 0x0000003f 
- 00019784  0x00004a9d beq  0x00000005 , 0x0000438e 
- 00019785  0x00004a9e rtn 
- 00019786  0x00004aa0 rtn 
- 00019787  0x00004aa3 call  0x00004d5f 
- 00019788  0x00004aa4 arg  0x00000001 , 0x00000011 
- 00019789  0x00004aa5 call  0x00004d63 
- 00019790  0x00004aa6 fetch  0x00000002 , 0x0000424c 
- 00019791  0x00004aa7 istore  0x00000002 , 0x00000005 
- 00019792  0x00004aa8 setarg  0x00000000 
- 00019793  0x00004aa9 istore  0x00000001 , 0x00000005 
- 00019794  0x00004aaa rtn 
- 00019795  0x00004aad arg  0x00000001 , 0x00000011 
- 00019796  0x00004aae call  0x00004d63 
- 00019797  0x00004aaf fetch  0x00000002 , 0x0000424c 
- 00019798  0x00004ab0 istore  0x00000002 , 0x00000005 
- 00019799  0x00004ab1 setarg  0x00000000 
- 00019800  0x00004ab2 istore  0x00000001 , 0x00000005 
- 00019801  0x00004ab3 jam  0x00000001 , 0x00000a8e 
- 00019802  0x00004ab4 fetch  0x00000001 , 0x00004252 
- 00019803  0x00004ab5 set1  0x00000006 
- 00019804  0x00004ab6 store  0x00000001 , 0x00004252 
- 00019805  0x00004ab7 jam  0x00000012 , 0x00000a99 
- 00019806  0x00004ab8 branch  0x00007d86 
- 00019807  0x00004abb ifetch  0x00000001 , 0x00000006 
- 00019808  0x00004abc beq  0x00000001 , 0x00004d62 
- 00019809  0x00004abd rtn 
- 00019810  0x00004ac0 rtn 
- 00019811  0x00004ac4 call  0x00005240 
- 00019812  0x00004ac5 copy  0x00000011 , 0x00000002 
- 00019813  0x00004ac6 storet  0x00000001 , 0x00000a8e 
- 00019814  0x00004ac7 copy  0x0000003f , 0x00000005 
- 00019815  0x00004ac8 copy  0x00000011 , 0x0000003f 
- 00019816  0x00004ac9 istore  0x00000002 , 0x00000005 
- 00019817  0x00004aca rtn 
- 00019818  0x00004adc branch  0x00004d6f , 0x0000002b 
- 00019819  0x00004ade setarg  0x00004365 
- 00019820  0x00004adf arg  0x00004246 , 0x00000005 
- 00019821  0x00004ae0 isub  0x00000005 , 0x00000039 
- 00019822  0x00004ae1 call  0x00007ed4 
- 00019823  0x00004ae3 bpatchx  0x00000006 , 0x00004020 
- 00019824  0x00004ae4 setarg  0x00000551 
- 00019825  0x00004ae5 arg  0x00000511 , 0x00000005 
- 00019826  0x00004ae6 isub  0x00000005 , 0x00000039 
- 00019827  0x00004ae7 call  0x00007ed4 
- 00019828  0x00004ae8 setarg  0x000002c9 
- 00019829  0x00004ae9 arg  0x0000025d , 0x00000005 
- 00019830  0x00004aea isub  0x00000005 , 0x00000039 
- 00019831  0x00004aeb call  0x00007ed4 
- 00019832  0x00004aec branch  0x00005318 
- 00019833  0x00004aef bpatchx  0x00000007 , 0x00004020 
- 00019834  0x00004af0 copy  0x00000006 , 0x00000002 
- 00019835  0x00004af3 copy  0x00000002 , 0x00000006 
- 00019836  0x00004af4 ifetch  0x00000002 , 0x00000006 
- 00019837  0x00004af5 store  0x00000002 , 0x00000266 
- 00019838  0x00004af6 ifetch  0x00000002 , 0x00000006 
- 00019839  0x00004af7 store  0x00000002 , 0x00000268 
- 00019840  0x00004af8 deposit  0x00000006 
- 00019841  0x00004af9 store  0x00000002 , 0x00000264 
- 00019842  0x00004afa fetch  0x00000001 , 0x00004681 
- 00019843  0x00004afb beq  0x00000000 , 0x00004d85 
- 00019844  0x00004afc branch  0x000050ef 
- 00019845  0x00004aff fetch  0x00000002 , 0x00000266 
- 00019846  0x00004b00 branch  0x00004dfc , 0x00000034 
- 00019847  0x00004b01 bpatchx  0x00000008 , 0x00004021 
- 00019848  0x00004b02 fetch  0x00000001 , 0x00000268 
- 00019849  0x00004b03 beq  0x00000001 , 0x00004d9d 
- 00019850  0x00004b05 beq  0x00000050 , 0x00004de0 
- 00019851  0x00004b06 beq  0x00000051 , 0x00004df5 
- 00019852  0x00004b07 beq  0x00000052 , 0x00004df3 
- 00019853  0x00004b08 beq  0x00000053 , 0x00004df3 
- 00019854  0x00004b09 branch  0x00004dfc 
- 00019855  0x00004b0e bpatchx  0x00000009 , 0x00004021 
- 00019856  0x00004b0f call  0x0000527e 
- 00019857  0x00004b10 fetch  0x00000001 , 0x00004256 
- 00019858  0x00004b11 beq  0x00000000 , 0x00004d9b 
- 00019859  0x00004b12 beq  0x00000001 , 0x00004d9b 
- 00019860  0x00004b13 beq  0x00000002 , 0x00004d9b 
- 00019861  0x00004b14 beq  0x00000003 , 0x00004d9b 
- 00019862  0x00004b15 beq  0x00000081 , 0x00004d9b 
- 00019863  0x00004b16 beq  0x000000c0 , 0x00004d9b 
- 00019864  0x00004b17 beq  0x00000080 , 0x00004d9b 
- 00019865  0x00004b18 beq  0x00000040 , 0x00004d9b 
- 00019866  0x00004b19 rtn 
- 00019867  0x00004b1c setarg  0x00000000 
- 00019868  0x00004b1d rtn 
- 00019869  0x00004b21 call  0x00004d8f 
- 00019870  0x00004b22 nrtn  0x00000034 
- 00019871  0x00004b24 call  0x000052b8 
- 00019872  0x00004b25 call  0x00004e01 
- 00019873  0x00004b26 fetcht  0x00000002 , 0x0000026f 
- 00019874  0x00004b27 branch  0x00004dfb , 0x00000034 
- 00019875  0x00004b28 call  0x000052c1 
- 00019876  0x00004b29 fetch  0x00000002 , 0x0000026f 
- 00019877  0x00004b2a istore  0x00000002 , 0x00000005 
- 00019878  0x00004b2b force  0x00000001 , 0x0000003f 
- 00019879  0x00004b2c istore  0x00000002 , 0x00000005 
- 00019880  0x00004b2d branch  0x00004dfc 
- 00019881  0x00004b30 fetch  0x00000001 , 0x00004364 
- 00019882  0x00004b31 rtn  0x00000034 
- 00019883  0x00004b32 copy  0x0000003f , 0x00000011 
- 00019884  0x00004b33 bpatchx  0x0000000a , 0x00004021 
- 00019885  0x00004b34 fetch  0x00000004 , 0x000002d5 
- 00019886  0x00004b35 arg  0x00000100 , 0x00000002 
- 00019887  0x00004b36 iadd  0x00000002 , 0x00000002 
- 00019888  0x00004b37 copy  0x00000022 , 0x0000003f 
- 00019889  0x00004b38 isub  0x00000002 , 0x0000003e 
- 00019890  0x00004b39 nrtn  0x00000002 
- 00019891  0x00004b3a jam  0x00000000 , 0x00004364 
- 00019892  0x00004b3b copy  0x00000011 , 0x0000003f 
- 00019893  0x00004b3c beq  0x00000050 , 0x00004db7 
- 00019894  0x00004b3d branch  0x00002a8c 
- 00019895  0x00004b3f arg  0x00000000 , 0x00000008 
- 00019896  0x00004b40 call  0x000052b8 
- 00019897  0x00004b41 call  0x00004e7a 
- 00019898  0x00004b42 call  0x000052c3 
- 00019899  0x00004b43 call  0x00007ea8 
- 00019900  0x00004b44 call  0x00004ead 
- 00019901  0x00004b45 call  0x000052c1 
- 00019902  0x00004b47 setarg  0x0000000c 
- 00019903  0x00004b48 istore  0x00000002 , 0x00000005 
- 00019904  0x00004b49 force  0x00000001 , 0x0000003f 
- 00019905  0x00004b4a istore  0x00000002 , 0x00000005 
- 00019906  0x00004b4b branch  0x00004dfc 
- 00019907  0x00004b50 bpatchx  0x0000000b , 0x00004021 
- 00019908  0x00004b51 fetch  0x00000002 , 0x00000275 
- 00019909  0x00004b52 increase  0x00000004 , 0x0000003f 
- 00019910  0x00004b53 rshift4  0x0000003f , 0x0000003f 
- 00019911  0x00004b54 rshift3  0x0000003f , 0x0000003f 
- 00019912  0x00004b55 add  0x0000003f , 0x00000001 , 0x00000002 
- 00019913  0x00004b56 arg  0x00004260 , 0x00000006 
- 00019914  0x00004b57 ifetch  0x00000003 , 0x00000006 
- 00019915  0x00004b58 rtn  0x00000034 
- 00019916  0x00004b59 store  0x00000003 , 0x00000ac2 
- 00019917  0x00004b5a fetch  0x00000001 , 0x00000ac2 
- 00019918  0x00004b5b copy  0x0000003f , 0x00000011 
- 00019919  0x00004b5c call  0x00004dd3 
- 00019920  0x00004b5d copy  0x00000012 , 0x0000003f 
- 00019921  0x00004b5e store  0x00000001 , 0x00004260 
- 00019922  0x00004b5f rtn 
- 00019923  0x00004b62 arg  0x00000000 , 0x00000007 
- 00019924  0x00004b63 arg  0x00000000 , 0x00000012 
- 00019925  0x00004b66 sub  0x00000007 , 0x00000007 , 0x0000003e 
- 00019926  0x00004b67 nrtn  0x00000002 
- 00019927  0x00004b68 qisolate1  0x00000011 
- 00019928  0x00004b69 branch  0x00004dda , 0x00000001 
- 00019929  0x00004b6a branch  0x00004dde 
- 00019930  0x00004b6d copy  0x00000002 , 0x0000003f 
- 00019931  0x00004b6e branch  0x00004dde , 0x00000034 
- 00019932  0x00004b6f qset1  0x00000012 
- 00019933  0x00004b70 increase  0xffffffff , 0x00000002 
- 00019934  0x00004b73 increase  0x00000001 , 0x00000007 
- 00019935  0x00004b74 branch  0x00004dd5 
- 00019936  0x00004b77 call  0x00005274 
- 00019937  0x00004b78 nrtn  0x00000034 
- 00019938  0x00004b79 call  0x00004d8f 
- 00019939  0x00004b7a nrtn  0x00000034 
- 00019940  0x00004b7b call  0x000052c5 
- 00019941  0x00004b7c call  0x00006e11 
- 00019942  0x00004b7d call  0x00004dc3 
- 00019943  0x00004b7e branch  0x00004dec 
- 00019944  0x00004b82 call  0x00005274 
- 00019945  0x00004b83 nrtn  0x00000034 
- 00019946  0x00004b84 call  0x000052c5 
- 00019947  0x00004b85 call  0x00006e11 
- 00019948  0x00004b87 call  0x000052ce 
- 00019949  0x00004b88 fetch  0x00000002 , 0x00000275 
- 00019950  0x00004b89 branch  0x00004dfb , 0x00000034 
- 00019951  0x00004b8a istore  0x00000002 , 0x00000005 
- 00019952  0x00004b8b fetch  0x00000002 , 0x00004248 
- 00019953  0x00004b8c istore  0x00000002 , 0x00000005 
- 00019954  0x00004b8d branch  0x00004dfc 
- 00019955  0x00004b90 call  0x00004d33 
- 00019956  0x00004b91 branch  0x00004dfc 
- 00019957  0x00004b94 bpatchx  0x0000000c , 0x00004021 
- 00019958  0x00004b95 jam  0x00000000 , 0x00000284 
- 00019959  0x00004b96 call  0x00006a8a 
- 00019960  0x00004b97 fetch  0x00000001 , 0x00000284 
- 00019961  0x00004b98 rtneq  0x00000001 
- 00019962  0x00004b99 branch  0x00004dfc 
- 00019963  0x00004b9b call  0x00005264 
- 00019964  0x00004b9e setarg  0x00000000 
- 00019965  0x00004b9f store  0x00000002 , 0x00000266 
- 00019966  0x00004ba0 store  0x00000002 , 0x00000268 
- 00019967  0x00004ba1 jam  0x00000001 , 0x0000026a 
- 00019968  0x00004ba2 rtn 
- 00019969  0x00004ba5 bpatchx  0x0000000d , 0x00004021 
- 00019970  0x00004ba6 call  0x000052c3 
- 00019971  0x00004ba7 force  0x00000000 , 0x00000012 
- 00019972  0x00004ba8 fetch  0x00000002 , 0x00000266 
- 00019973  0x00004ba9 copy  0x0000003f , 0x00000013 
- 00019974  0x00004baa fetch  0x00000002 , 0x00000264 
- 00019975  0x00004bab iforce  0x00000006 
- 00019976  0x00004bad call  0x00004e10 
- 00019977  0x00004bae deposit  0x00000013 
- 00019978  0x00004baf increase  0xfffffffc , 0x00000013 
- 00019979  0x00004bb0 increase  0xfffffffc , 0x0000003f 
- 00019980  0x00004bb1 nbranch  0x00004e08 , 0x00000034 
- 00019981  0x00004bb2 copy  0x00000012 , 0x0000003f 
- 00019982  0x00004bb3 store  0x00000002 , 0x0000026f 
- 00019983  0x00004bb4 rtn 
- 00019984  0x00004bb7 bpatchx  0x0000000e , 0x00004021 
- 00019985  0x00004bb8 ifetch  0x00000001 , 0x00000006 
- 00019986  0x00004bb9 beq  0x00000001 , 0x00004e49 
- 00019987  0x00004bba beq  0x00000002 , 0x00004e51 
- 00019988  0x00004bbb beq  0x00000003 , 0x00004ed5 
- 00019989  0x00004bbc beq  0x00000004 , 0x00004f05 
- 00019990  0x00004bbd beq  0x00000005 , 0x00004fa2 
- 00019991  0x00004bbe beq  0x00000006 , 0x00004fcb 
- 00019992  0x00004bbf beq  0x00000007 , 0x0000501b 
- 00019993  0x00004bc0 beq  0x00000008 , 0x00005050 
- 00019994  0x00004bc1 beq  0x00000009 , 0x00005060 
- 00019995  0x00004bc2 beq  0x0000000a , 0x00004e1f 
- 00019996  0x00004bc3 beq  0x0000000b , 0x00005061 
- 00019997  0x00004bc4 call  0x00005062 
- 00019998  0x00004bc6 rtn 
- 00019999  0x00004bc9 ifetch  0x00000001 , 0x00000006 
- 00020000  0x00004bca copy  0x0000003f , 0x00000007 
- 00020001  0x00004bcb ifetch  0x00000002 , 0x00000006 
- 00020002  0x00004bcc copy  0x0000003f , 0x00000011 
- 00020003  0x00004bcd copy  0x00000013 , 0x0000003f 
- 00020004  0x00004bce isub  0x00000011 , 0x00000013 
- 00020005  0x00004bcf setarg  0x0000000b 
- 00020006  0x00004bd0 istore  0x00000001 , 0x00000005 
- 00020007  0x00004bd1 copy  0x00000007 , 0x0000003f 
- 00020008  0x00004bd2 istore  0x00000001 , 0x00000005 
- 00020009  0x00004bd3 ifetch  0x00000002 , 0x00000006 
- 00020010  0x00004bd5 beq  0x00000002 , 0x00004e2d 
- 00020011  0x00004bd6 beq  0x00000003 , 0x00004e33 
- 00020012  0x00004bd7 rtn 
- 00020013  0x00004bd9 setarg  0x00020008 
- 00020014  0x00004bda istore  0x00000006 , 0x00000005 
- 00020015  0x00004bdb setarg  0x00000280 
- 00020016  0x00004bdc istore  0x00000004 , 0x00000005 
- 00020017  0x00004bdd force  0x0000000c , 0x0000003f 
- 00020018  0x00004bde branch  0x00004e38 
- 00020019  0x00004be0 setarg  0x0003000c 
- 00020020  0x00004be1 istore  0x00000006 , 0x00000005 
- 00020021  0x00004be2 setarg  0x00000006 
- 00020022  0x00004be3 istore  0x00000008 , 0x00000005 
- 00020023  0x00004be4 force  0x00000010 , 0x0000003f 
- 00020024  0x00004be6 iadd  0x00000012 , 0x00000012 
- 00020025  0x00004be7 branch  0x00004e1e 
- 00020026  0x00004bea ifetch  0x00000001 , 0x00000006 
- 00020027  0x00004beb copy  0x0000003f , 0x00000007 
- 00020028  0x00004bec ifetch  0x00000002 , 0x00000006 
- 00020029  0x00004bed copy  0x0000003f , 0x00000011 
- 00020030  0x00004bee ifetch  0x00000002 , 0x00000006 
- 00020031  0x00004bef store  0x00000002 , 0x00000aa2 
- 00020032  0x00004bf0 copy  0x00000013 , 0x0000003f 
- 00020033  0x00004bf1 isub  0x00000011 , 0x00000013 
- 00020034  0x00004bf2 call  0x000052c3 
- 00020035  0x00004bf3 setarg  0x0000000b 
- 00020036  0x00004bf4 istore  0x00000001 , 0x00000005 
- 00020037  0x00004bf5 copy  0x00000007 , 0x0000003f 
- 00020038  0x00004bf6 istore  0x00000001 , 0x00000005 
- 00020039  0x00004bf7 fetch  0x00000002 , 0x00000aa2 
- 00020040  0x00004bf8 branch  0x00004e2a 
- 00020041  0x00004bfd ifetch  0x00000001 , 0x00000006 
- 00020042  0x00004bfe copy  0x0000003f , 0x00000007 
- 00020043  0x00004bff ifetch  0x00000002 , 0x00000006 
- 00020044  0x00004c00 copy  0x0000003f , 0x00000011 
- 00020045  0x00004c01 iadd  0x00000006 , 0x00000006 
- 00020046  0x00004c02 copy  0x00000013 , 0x0000003f 
- 00020047  0x00004c03 isub  0x00000011 , 0x00000013 
- 00020048  0x00004c05 branch  0x00004e1e 
- 00020049  0x00004c08 call  0x00007ea8 
- 00020050  0x00004c0b call  0x00007ead 
- 00020051  0x00004c0c arg  0x00000000 , 0x00000008 
- 00020052  0x00004c0d ifetch  0x00000001 , 0x00000006 
- 00020053  0x00004c0e copy  0x0000003f , 0x00000007 
- 00020054  0x00004c0f ifetch  0x00000002 , 0x00000006 
- 00020055  0x00004c10 copy  0x0000003f , 0x00000011 
- 00020056  0x00004c11 ifetch  0x00000002 , 0x00000006 
- 00020057  0x00004c12 copy  0x0000003f , 0x00000002 
- 00020058  0x00004c13 ifetch  0x00000002 , 0x00000006 
- 00020059  0x00004c14 copy  0x0000003f , 0x0000000b 
- 00020060  0x00004c15 bpatchx  0x0000000f , 0x00004021 
- 00020061  0x00004c16 copy  0x00000002 , 0x0000003f 
- 00020062  0x00004c17 beq  0x00000001 , 0x00004e64 
- 00020063  0x00004c18 beq  0x00000003 , 0x00004e86 
- 00020064  0x00004c19 beq  0x00000011 , 0x00004e92 
- 00020065  0x00004c1a beq  0x00000013 , 0x00004e9d 
- 00020066  0x00004c1b call  0x00005062 
- 00020067  0x00004c1c branch  0x00004ed4 
- 00020068  0x00004c1f call  0x00007ea8 
- 00020069  0x00004c20 arg  0x00000050 , 0x00000002 
- 00020070  0x00004c21 fetch  0x00000002 , 0x00004248 
- 00020071  0x00004c22 nbranch  0x00004ece , 0x00000034 
- 00020072  0x00004c23 copy  0x0000000b , 0x0000003f 
- 00020073  0x00004c24 store  0x00000002 , 0x00004248 
- 00020074  0x00004c25 copy  0x00000022 , 0x0000003f 
- 00020075  0x00004c26 store  0x00000004 , 0x000002d5 
- 00020076  0x00004c27 call  0x00004e6e 
- 00020077  0x00004c28 branch  0x00004ea9 
- 00020078  0x00004c2b storet  0x00000002 , 0x000002d3 
- 00020079  0x00004c2c deposit  0x0000000b 
- 00020080  0x00004c2d store  0x00000002 , 0x000002c9 
- 00020081  0x00004c2e deposit  0x00000011 
- 00020082  0x00004c2f store  0x00000002 , 0x000002cb 
- 00020083  0x00004c30 deposit  0x00000012 
- 00020084  0x00004c31 store  0x00000002 , 0x000002cd 
- 00020085  0x00004c32 deposit  0x00000013 
- 00020086  0x00004c33 store  0x00000002 , 0x000002cf 
- 00020087  0x00004c34 deposit  0x00000007 
- 00020088  0x00004c35 store  0x00000002 , 0x000002d1 
- 00020089  0x00004c36 rtn 
- 00020090  0x00004c39 fetcht  0x00000002 , 0x000002d3 
- 00020091  0x00004c3a fetch  0x00000002 , 0x000002c9 
- 00020092  0x00004c3b copy  0x0000003f , 0x0000000b 
- 00020093  0x00004c3c fetch  0x00000002 , 0x000002cb 
- 00020094  0x00004c3d copy  0x0000003f , 0x00000011 
- 00020095  0x00004c3e fetch  0x00000002 , 0x000002cd 
- 00020096  0x00004c3f copy  0x0000003f , 0x00000012 
- 00020097  0x00004c40 fetch  0x00000002 , 0x000002cf 
- 00020098  0x00004c41 copy  0x0000003f , 0x00000013 
- 00020099  0x00004c42 fetch  0x00000002 , 0x000002d1 
- 00020100  0x00004c43 copy  0x0000003f , 0x00000007 
- 00020101  0x00004c44 rtn 
- 00020102  0x00004c47 call  0x00007ea8 
- 00020103  0x00004c48 setarg  0x00000051 
- 00020104  0x00004c49 arg  0x00000051 , 0x00000002 
- 00020105  0x00004c4a fetch  0x00000002 , 0x0000424a 
- 00020106  0x00004c4b nbranch  0x00004ece , 0x00000034 
- 00020107  0x00004c4c copy  0x0000000b , 0x0000003f 
- 00020108  0x00004c4d store  0x00000002 , 0x0000424a 
- 00020109  0x00004c4e fetch  0x00000001 , 0x00004251 
- 00020110  0x00004c4f set1  0x00000000 , 0x0000003f 
- 00020111  0x00004c50 set1  0x00000001 , 0x0000003f 
- 00020112  0x00004c51 store  0x00000001 , 0x00004251 
- 00020113  0x00004c52 branch  0x00004eb1 
- 00020114  0x00004c54 call  0x00007ea8 
- 00020115  0x00004c55 arg  0x00000052 , 0x00000002 
- 00020116  0x00004c56 fetch  0x00000002 , 0x0000424c 
- 00020117  0x00004c57 nbranch  0x00004ece , 0x00000034 
- 00020118  0x00004c58 copy  0x0000000b , 0x0000003f 
- 00020119  0x00004c59 store  0x00000002 , 0x0000424c 
- 00020120  0x00004c5a fetch  0x00000001 , 0x00004252 
- 00020121  0x00004c5b set1  0x00000000 , 0x0000003f 
- 00020122  0x00004c5c set1  0x00000001 , 0x0000003f 
- 00020123  0x00004c5d store  0x00000001 , 0x00004252 
- 00020124  0x00004c5e branch  0x00004eb1 
- 00020125  0x00004c60 call  0x00007ea8 
- 00020126  0x00004c61 deposit  0x0000001a 
- 00020127  0x00004c62 arg  0x00000053 , 0x00000002 
- 00020128  0x00004c63 fetch  0x00000002 , 0x0000424e 
- 00020129  0x00004c64 nbranch  0x00004ece , 0x00000034 
- 00020130  0x00004c65 copy  0x0000000b , 0x0000003f 
- 00020131  0x00004c66 store  0x00000002 , 0x0000424e 
- 00020132  0x00004c67 fetch  0x00000001 , 0x00004253 
- 00020133  0x00004c68 set1  0x00000000 , 0x0000003f 
- 00020134  0x00004c69 set1  0x00000001 , 0x0000003f 
- 00020135  0x00004c6a store  0x00000001 , 0x00004253 
- 00020136  0x00004c6b branch  0x00004eb1 
- 00020137  0x00004c6e setarg  0x00000001 
- 00020138  0x00004c6f store  0x00000002 , 0x0000027d 
- 00020139  0x00004c70 jam  0x00000050 , 0x00004364 
- 00020140  0x00004c71 branch  0x00004eb3 
- 00020141  0x00004c73 fetch  0x00000001 , 0x00004250 
- 00020142  0x00004c74 set1  0x00000000 , 0x0000003f 
- 00020143  0x00004c75 set1  0x00000001 , 0x0000003f 
- 00020144  0x00004c76 store  0x00000001 , 0x00004250 
- 00020145  0x00004c78 setarg  0x00000000 
- 00020146  0x00004c79 store  0x00000002 , 0x0000027d 
- 00020147  0x00004c7b bpatchx  0x00000010 , 0x00004022 
- 00020148  0x00004c7c call  0x00007ead 
- 00020149  0x00004c7d setarg  0x00000003 
- 00020150  0x00004c7e istore  0x00000001 , 0x00000005 
- 00020151  0x00004c7f copy  0x00000007 , 0x0000003f 
- 00020152  0x00004c80 istore  0x00000001 , 0x00000005 
- 00020153  0x00004c81 setarg  0x00000008 
- 00020154  0x00004c82 istore  0x00000002 , 0x00000005 
- 00020155  0x00004c83 copy  0x00000002 , 0x0000003f 
- 00020156  0x00004c84 istore  0x00000002 , 0x00000005 
- 00020157  0x00004c85 copy  0x0000000b , 0x0000003f 
- 00020158  0x00004c86 istore  0x00000002 , 0x00000005 
- 00020159  0x00004c87 fetch  0x00000002 , 0x0000027d 
- 00020160  0x00004c88 beq  0x00000001 , 0x00004ec9 
- 00020161  0x00004c89 isolate0  0x00000000 , 0x00000008 
- 00020162  0x00004c8a branch  0x00004ec4 , 0x00000001 
- 00020163  0x00004c8b setarg  0x00000004 
- 00020164  0x00004c8d istore  0x00000002 , 0x00000005 
- 00020165  0x00004c8e force  0x00000000 , 0x0000003f 
- 00020166  0x00004c8f istore  0x00000002 , 0x00000005 
- 00020167  0x00004c90 setarg  0x0000000c 
- 00020168  0x00004c91 branch  0x00004ed0 
- 00020169  0x00004c93 istore  0x00000002 , 0x00000005 
- 00020170  0x00004c94 force  0x00000002 , 0x0000003f 
- 00020171  0x00004c95 istore  0x00000002 , 0x00000005 
- 00020172  0x00004c96 setarg  0x0000000c 
- 00020173  0x00004c97 branch  0x00004ed0 
- 00020174  0x00004c9a set1  0x00000000 , 0x00000008 
- 00020175  0x00004c9b branch  0x00004eb1 
- 00020176  0x00004c9d iadd  0x00000012 , 0x00000012 
- 00020177  0x00004c9e copy  0x00000013 , 0x0000003f 
- 00020178  0x00004c9f isub  0x00000011 , 0x00000013 
- 00020179  0x00004ca0 branch  0x00004ed4 
- 00020180  0x00004ca2 branch  0x00004e1e 
- 00020181  0x00004ca5 ifetch  0x00000001 , 0x00000006 
- 00020182  0x00004ca6 copy  0x0000003f , 0x00000007 
- 00020183  0x00004ca7 ifetch  0x00000002 , 0x00000006 
- 00020184  0x00004ca8 copy  0x0000003f , 0x00000011 
- 00020185  0x00004ca9 copy  0x00000013 , 0x0000003f 
- 00020186  0x00004caa isub  0x00000011 , 0x00000013 
- 00020187  0x00004cab ifetch  0x00000002 , 0x00000006 
- 00020188  0x00004cac copy  0x0000003f , 0x0000000b 
- 00020189  0x00004cad ifetch  0x00000002 , 0x00000006 
- 00020190  0x00004cae copy  0x0000003f , 0x00000002 
- 00020191  0x00004caf bpatchx  0x00000011 , 0x00004022 
- 00020192  0x00004cb0 setarg  0x00000050 
- 00020193  0x00004cb1 isub  0x00000002 , 0x0000003e 
- 00020194  0x00004cb2 branch  0x00004eed , 0x00000005 
- 00020195  0x00004cb3 setarg  0x00000051 
- 00020196  0x00004cb4 isub  0x00000002 , 0x0000003e 
- 00020197  0x00004cb5 branch  0x00004ef3 , 0x00000005 
- 00020198  0x00004cb6 setarg  0x00000052 
- 00020199  0x00004cb7 isub  0x00000002 , 0x0000003e 
- 00020200  0x00004cb8 branch  0x00004eff , 0x00000005 
- 00020201  0x00004cb9 setarg  0x00000053 
- 00020202  0x00004cba isub  0x00000002 , 0x0000003e 
- 00020203  0x00004cbb branch  0x00004ef9 , 0x00000005 
- 00020204  0x00004cbc rtn 
- 00020205  0x00004cbf copy  0x0000000b , 0x0000003f 
- 00020206  0x00004cc0 store  0x00000002 , 0x00004248 
- 00020207  0x00004cc1 fetch  0x00000001 , 0x00004250 
- 00020208  0x00004cc2 set1  0x00000001 , 0x0000003f 
- 00020209  0x00004cc3 store  0x00000001 , 0x00004250 
- 00020210  0x00004cc4 branch  0x00004e1e 
- 00020211  0x00004cc6 copy  0x0000000b , 0x0000003f 
- 00020212  0x00004cc7 store  0x00000002 , 0x0000424a 
- 00020213  0x00004cc8 fetch  0x00000001 , 0x00004251 
- 00020214  0x00004cc9 set1  0x00000001 , 0x0000003f 
- 00020215  0x00004cca store  0x00000001 , 0x00004251 
- 00020216  0x00004ccb rtn 
- 00020217  0x00004ccd copy  0x0000000b , 0x0000003f 
- 00020218  0x00004cce store  0x00000002 , 0x0000424c 
- 00020219  0x00004ccf fetch  0x00000001 , 0x00004253 
- 00020220  0x00004cd0 set1  0x00000001 , 0x0000003f 
- 00020221  0x00004cd1 store  0x00000001 , 0x00004253 
- 00020222  0x00004cd2 rtn 
- 00020223  0x00004cd4 copy  0x0000000b , 0x0000003f 
- 00020224  0x00004cd5 store  0x00000002 , 0x0000424e 
- 00020225  0x00004cd6 fetch  0x00000001 , 0x00004252 
- 00020226  0x00004cd7 set1  0x00000001 , 0x0000003f 
- 00020227  0x00004cd8 store  0x00000001 , 0x00004252 
- 00020228  0x00004cd9 rtn 
- 00020229  0x00004cdc ifetch  0x00000001 , 0x00000006 
- 00020230  0x00004cdd copy  0x0000003f , 0x00000007 
- 00020231  0x00004cde ifetch  0x00000002 , 0x00000006 
- 00020232  0x00004cdf copy  0x0000003f , 0x00000011 
- 00020233  0x00004ce0 copy  0x00000013 , 0x0000003f 
- 00020234  0x00004ce1 isub  0x00000011 , 0x00000013 
- 00020235  0x00004ce2 ifetch  0x00000002 , 0x00000006 
- 00020236  0x00004ce3 copy  0x0000003f , 0x00000002 
- 00020237  0x00004ce4 copy  0x00000002 , 0x00000011 
- 00020238  0x00004ce5 bpatchx  0x00000012 , 0x00004022 
- 00020239  0x00004ce6 setarg  0x00000050 
- 00020240  0x00004ce7 isub  0x00000002 , 0x0000003e 
- 00020241  0x00004ce8 branch  0x00004f1c , 0x00000005 
- 00020242  0x00004ce9 setarg  0x00000051 
- 00020243  0x00004cea isub  0x00000002 , 0x0000003e 
- 00020244  0x00004ceb branch  0x00004f3a , 0x00000005 
- 00020245  0x00004cec setarg  0x00000052 
- 00020246  0x00004ced isub  0x00000002 , 0x0000003e 
- 00020247  0x00004cee branch  0x00004f26 , 0x00000005 
- 00020248  0x00004cef setarg  0x00000053 
- 00020249  0x00004cf0 isub  0x00000002 , 0x0000003e 
- 00020250  0x00004cf1 branch  0x00004f30 , 0x00000005 
- 00020251  0x00004cf2 branch  0x00005062 
- 00020252  0x00004cf5 copy  0x00000005 , 0x0000000b 
- 00020253  0x00004cf6 fetch  0x00000001 , 0x00004250 
- 00020254  0x00004cf7 set1  0x00000004 , 0x0000003f 
- 00020255  0x00004cf8 set1  0x00000003 , 0x0000003f 
- 00020256  0x00004cfa store  0x00000001 , 0x00004250 
- 00020257  0x00004cfb copy  0x0000000b , 0x00000005 
- 00020258  0x00004cfc arg  0x00000050 , 0x0000000b 
- 00020259  0x00004cfd fetch  0x00000002 , 0x00004248 
- 00020260  0x00004cfe copy  0x0000003f , 0x00000002 
- 00020261  0x00004cff branch  0x00004f43 
- 00020262  0x00004d01 copy  0x00000005 , 0x0000000b 
- 00020263  0x00004d02 fetch  0x00000001 , 0x00004252 
- 00020264  0x00004d03 set1  0x00000004 , 0x0000003f 
- 00020265  0x00004d04 set1  0x00000003 , 0x0000003f 
- 00020266  0x00004d06 store  0x00000001 , 0x00004252 
- 00020267  0x00004d07 copy  0x0000000b , 0x00000005 
- 00020268  0x00004d08 arg  0x00000052 , 0x0000000b 
- 00020269  0x00004d09 fetch  0x00000002 , 0x0000424c 
- 00020270  0x00004d0a copy  0x0000003f , 0x00000002 
- 00020271  0x00004d0b branch  0x00004f43 
- 00020272  0x00004d0d copy  0x00000005 , 0x0000000b 
- 00020273  0x00004d0e fetch  0x00000001 , 0x00004253 
- 00020274  0x00004d0f set1  0x00000004 , 0x0000003f 
- 00020275  0x00004d10 set1  0x00000003 , 0x0000003f 
- 00020276  0x00004d12 store  0x00000001 , 0x00004253 
- 00020277  0x00004d13 copy  0x0000000b , 0x00000005 
- 00020278  0x00004d14 arg  0x00000053 , 0x0000000b 
- 00020279  0x00004d15 fetch  0x00000002 , 0x0000424e 
- 00020280  0x00004d16 copy  0x0000003f , 0x00000002 
- 00020281  0x00004d17 branch  0x00004f43 
- 00020282  0x00004d19 copy  0x00000005 , 0x0000000b 
- 00020283  0x00004d1a fetch  0x00000001 , 0x00004251 
- 00020284  0x00004d1b set1  0x00000004 , 0x0000003f 
- 00020285  0x00004d1c set1  0x00000003 , 0x0000003f 
- 00020286  0x00004d1e store  0x00000001 , 0x00004251 
- 00020287  0x00004d20 copy  0x0000000b , 0x00000005 
- 00020288  0x00004d21 arg  0x00000051 , 0x0000000b 
- 00020289  0x00004d22 fetch  0x00000002 , 0x0000424a 
- 00020290  0x00004d23 copy  0x0000003f , 0x00000002 
- 00020291  0x00004d25 bpatchx  0x00000013 , 0x00004022 
- 00020292  0x00004d26 setarg  0x00000005 
- 00020293  0x00004d27 istore  0x00000001 , 0x00000005 
- 00020294  0x00004d28 copy  0x00000007 , 0x0000003f 
- 00020295  0x00004d29 istore  0x00000001 , 0x00000005 
- 00020296  0x00004d2a setarg  0x00000006 
- 00020297  0x00004d2b istore  0x00000002 , 0x00000005 
- 00020298  0x00004d2c copy  0x00000002 , 0x0000003f 
- 00020299  0x00004d2d istore  0x00000002 , 0x00000005 
- 00020300  0x00004d2e force  0x00000000 , 0x0000003f 
- 00020301  0x00004d2f istore  0x00000002 , 0x00000005 
- 00020302  0x00004d30 force  0x00000000 , 0x0000003f 
- 00020303  0x00004d31 istore  0x00000002 , 0x00000005 
- 00020304  0x00004d32 force  0x0000000a , 0x0000003f 
- 00020305  0x00004d33 iadd  0x00000012 , 0x00000012 
- 00020306  0x00004d35 storet  0x00000002 , 0x00000282 
- 00020307  0x00004d36 copy  0x00000007 , 0x0000003f 
- 00020308  0x00004d37 store  0x00000001 , 0x00000281 
- 00020309  0x00004d38 force  0x00000050 , 0x0000003f 
- 00020310  0x00004d39 icompare  0x000000ff , 0x0000000b 
- 00020311  0x00004d3a branch  0x00004f59 , 0x00000001 
- 00020312  0x00004d3b increase  0x00000001 , 0x0000003f 
- 00020313  0x00004d3e rtn 
- 00020314  0x00004d40 disable  0x00000028 
- 00020315  0x00004d41 rtnbit1  0x00000002 , 0x0000003f 
- 00020316  0x00004d42 rtnbit0  0x00000000 , 0x0000003f 
- 00020317  0x00004d43 rtnbit0  0x00000001 , 0x0000003f 
- 00020318  0x00004d44 set1  0x00000002 , 0x0000003f 
- 00020319  0x00004d45 copy  0x00000006 , 0x00000005 
- 00020320  0x00004d46 increase  0xffffffff , 0x00000005 
- 00020321  0x00004d47 istore  0x00000001 , 0x00000005 
- 00020322  0x00004d48 enable  0x00000028 
- 00020323  0x00004d49 rtn 
- 00020324  0x00004d4c fetch  0x00000001 , 0x00004250 
- 00020325  0x00004d4d call  0x00004f5a 
- 00020326  0x00004d4e nbranch  0x00004f6b , 0x00000028 
- 00020327  0x00004d4f jam  0x00000050 , 0x00000280 
- 00020328  0x00004d50 fetch  0x00000002 , 0x00004248 
- 00020329  0x00004d51 store  0x00000002 , 0x00000282 
- 00020330  0x00004d52 branch  0x00004f7f 
- 00020331  0x00004d54 fetch  0x00000001 , 0x00004251 
- 00020332  0x00004d55 call  0x00004f5a 
- 00020333  0x00004d56 nbranch  0x00004f72 , 0x00000028 
- 00020334  0x00004d57 jam  0x00000051 , 0x00000280 
- 00020335  0x00004d58 fetch  0x00000002 , 0x0000424a 
- 00020336  0x00004d59 store  0x00000002 , 0x00000282 
- 00020337  0x00004d5a branch  0x00004f7f 
- 00020338  0x00004d5c fetch  0x00000001 , 0x00004252 
- 00020339  0x00004d5d call  0x00004f5a 
- 00020340  0x00004d5e nbranch  0x00004f79 , 0x00000028 
- 00020341  0x00004d5f jam  0x00000052 , 0x00000280 
- 00020342  0x00004d60 fetch  0x00000002 , 0x0000424c 
- 00020343  0x00004d61 store  0x00000002 , 0x00000282 
- 00020344  0x00004d62 branch  0x00004f7f 
- 00020345  0x00004d64 fetch  0x00000001 , 0x00004253 
- 00020346  0x00004d65 call  0x00004f5a 
- 00020347  0x00004d66 nrtn  0x00000028 
- 00020348  0x00004d67 jam  0x00000053 , 0x00000280 
- 00020349  0x00004d68 fetch  0x00000002 , 0x0000424e 
- 00020350  0x00004d69 store  0x00000002 , 0x00000282 
- 00020351  0x00004d6d bpatchx  0x00000014 , 0x00004022 
- 00020352  0x00004d6e call  0x0000523a 
- 00020353  0x00004d6f call  0x000052b8 
- 00020354  0x00004d70 force  0x00000000 , 0x00000012 
- 00020355  0x00004d71 call  0x000052c3 
- 00020356  0x00004d72 force  0x00000004 , 0x0000003f 
- 00020357  0x00004d73 istore  0x00000001 , 0x00000005 
- 00020358  0x00004d74 fetch  0x00000001 , 0x00004255 
- 00020359  0x00004d75 istore  0x00000001 , 0x00000005 
- 00020360  0x00004d76 setarg  0x00000008 
- 00020361  0x00004d77 istore  0x00000002 , 0x00000005 
- 00020362  0x00004d78 fetch  0x00000002 , 0x00000282 
- 00020363  0x00004d79 istore  0x00000002 , 0x00000005 
- 00020364  0x00004d7a setarg  0x00000000 
- 00020365  0x00004d7b istore  0x00000002 , 0x00000005 
- 00020366  0x00004d7c force  0x00000001 , 0x0000003f 
- 00020367  0x00004d7d istore  0x00000001 , 0x00000005 
- 00020368  0x00004d7e force  0x00000002 , 0x0000003f 
- 00020369  0x00004d7f istore  0x00000001 , 0x00000005 
- 00020370  0x00004d80 fetch  0x00000001 , 0x00000280 
- 00020371  0x00004d81 beq  0x00000051 , 0x00004f97 
- 00020372  0x00004d82 setarg  0x00000030 
- 00020373  0x00004d83 istore  0x00000002 , 0x00000005 
- 00020374  0x00004d84 branch  0x00004f99 
- 00020375  0x00004d86 setarg  0x000003e3 
- 00020376  0x00004d87 istore  0x00000002 , 0x00000005 
- 00020377  0x00004d89 arg  0x0000000c , 0x00000002 
- 00020378  0x00004d8a storet  0x00000002 , 0x0000026f 
- 00020379  0x00004d8b call  0x000052c1 
- 00020380  0x00004d8c fetch  0x00000002 , 0x0000026f 
- 00020381  0x00004d8d istore  0x00000002 , 0x00000005 
- 00020382  0x00004d8e force  0x00000001 , 0x0000003f 
- 00020383  0x00004d8f istore  0x00000002 , 0x00000005 
- 00020384  0x00004d90 jam  0x00000000 , 0x00000280 
- 00020385  0x00004d92 branch  0x00004e1e 
- 00020386  0x00004d95 increase  0x00000001 , 0x00000006 
- 00020387  0x00004d96 ifetch  0x00000002 , 0x00000006 
- 00020388  0x00004d97 copy  0x0000003f , 0x00000011 
- 00020389  0x00004d98 copy  0x00000013 , 0x0000003f 
- 00020390  0x00004d99 isub  0x00000011 , 0x00000013 
- 00020391  0x00004d9a ifetch  0x00000002 , 0x00000006 
- 00020392  0x00004d9b copy  0x0000003f , 0x00000011 
- 00020393  0x00004d9c bpatchx  0x00000015 , 0x00004022 
- 00020394  0x00004d9d setarg  0x00000050 
- 00020395  0x00004d9e isub  0x00000011 , 0x0000003e 
- 00020396  0x00004d9f branch  0x00004fba , 0x00000005 
- 00020397  0x00004da0 setarg  0x00000051 
- 00020398  0x00004da1 isub  0x00000011 , 0x0000003e 
- 00020399  0x00004da2 branch  0x00004fbe , 0x00000005 
- 00020400  0x00004da3 setarg  0x00000052 
- 00020401  0x00004da4 isub  0x00000011 , 0x0000003e 
- 00020402  0x00004da5 branch  0x00004fc2 , 0x00000005 
- 00020403  0x00004da6 setarg  0x00000053 
- 00020404  0x00004da7 isub  0x00000011 , 0x0000003e 
- 00020405  0x00004da8 branch  0x00004fc6 , 0x00000005 
- 00020406  0x00004da9 increase  0x00000002 , 0x00000006 
- 00020407  0x00004daa ifetch  0x00000002 , 0x00000006 
- 00020408  0x00004dab iforce  0x0000003e 
- 00020409  0x00004dac branch  0x00004e1e 
- 00020410  0x00004dae fetch  0x00000001 , 0x00004250 
- 00020411  0x00004daf set1  0x00000005 , 0x0000003f 
- 00020412  0x00004db0 store  0x00000001 , 0x00004250 
- 00020413  0x00004db1 branch  0x00004e1e 
- 00020414  0x00004db3 fetch  0x00000001 , 0x00004251 
- 00020415  0x00004db4 set1  0x00000005 , 0x0000003f 
- 00020416  0x00004db5 store  0x00000001 , 0x00004251 
- 00020417  0x00004db6 branch  0x00004e1e 
- 00020418  0x00004db8 fetch  0x00000001 , 0x00004252 
- 00020419  0x00004db9 set1  0x00000005 , 0x0000003f 
- 00020420  0x00004dba store  0x00000001 , 0x00004252 
- 00020421  0x00004dbb branch  0x00004e1e 
- 00020422  0x00004dbd fetch  0x00000001 , 0x00004253 
- 00020423  0x00004dbe set1  0x00000005 , 0x0000003f 
- 00020424  0x00004dbf store  0x00000001 , 0x00004253 
- 00020425  0x00004dc0 jam  0x00000006 , 0x00000a99 
- 00020426  0x00004dc1 branch  0x00007d86 
- 00020427  0x00004dc6 ifetch  0x00000001 , 0x00000006 
- 00020428  0x00004dc7 copy  0x0000003f , 0x00000007 
- 00020429  0x00004dc8 ifetch  0x00000002 , 0x00000006 
- 00020430  0x00004dc9 copy  0x0000003f , 0x00000011 
- 00020431  0x00004dca copy  0x00000013 , 0x0000003f 
- 00020432  0x00004dcb isub  0x00000011 , 0x00000013 
- 00020433  0x00004dcc ifetch  0x00000002 , 0x00000006 
- 00020434  0x00004dcd copy  0x0000003f , 0x00000011 
- 00020435  0x00004dce ifetch  0x00000002 , 0x00000006 
- 00020436  0x00004dcf copy  0x0000003f , 0x0000000b 
- 00020437  0x00004dd0 copy  0x00000011 , 0x00000002 
- 00020438  0x00004dd1 call  0x00007ea8 
- 00020439  0x00004dd2 bpatchx  0x00000016 , 0x00004022 
- 00020440  0x00004dd3 setarg  0x00000050 
- 00020441  0x00004dd4 isub  0x00000002 , 0x0000003e 
- 00020442  0x00004dd5 branch  0x00004ff2 , 0x00000005 
- 00020443  0x00004dd6 setarg  0x00000051 
- 00020444  0x00004dd7 isub  0x00000002 , 0x0000003e 
- 00020445  0x00004dd8 branch  0x00005002 , 0x00000005 
- 00020446  0x00004dd9 setarg  0x00000052 
- 00020447  0x00004dda isub  0x00000002 , 0x0000003e 
- 00020448  0x00004ddb branch  0x00004fe6 , 0x00000005 
- 00020449  0x00004ddc setarg  0x00000053 
- 00020450  0x00004ddd isub  0x00000002 , 0x0000003e 
- 00020451  0x00004dde branch  0x00004fec , 0x00000005 
- 00020452  0x00004ddf call  0x00005062 
- 00020453  0x00004de0 branch  0x00005017 
- 00020454  0x00004de2 copy  0x0000000b , 0x00000002 
- 00020455  0x00004de3 fetch  0x00000002 , 0x0000424c 
- 00020456  0x00004de4 isub  0x00000002 , 0x0000003e 
- 00020457  0x00004de5 branch  0x00004ff8 , 0x00000005 
- 00020458  0x00004de6 call  0x00005062 
- 00020459  0x00004de7 branch  0x00005017 
- 00020460  0x00004de9 copy  0x0000000b , 0x00000002 
- 00020461  0x00004dea fetch  0x00000002 , 0x0000424e 
- 00020462  0x00004deb isub  0x00000002 , 0x0000003e 
- 00020463  0x00004dec branch  0x00004ffa , 0x00000005 
- 00020464  0x00004ded call  0x00005062 
- 00020465  0x00004dee branch  0x00005017 
- 00020466  0x00004df1 copy  0x0000000b , 0x00000002 
- 00020467  0x00004df2 fetch  0x00000002 , 0x00004248 
- 00020468  0x00004df3 isub  0x00000002 , 0x0000003e 
- 00020469  0x00004df4 branch  0x00004ffe , 0x00000005 
- 00020470  0x00004df5 call  0x00005062 
- 00020471  0x00004df6 branch  0x00005017 
- 00020472  0x00004df8 call  0x00005079 
- 00020473  0x00004df9 branch  0x0000500a 
- 00020474  0x00004dfb call  0x0000507f 
- 00020475  0x00004dfc fetch  0x00000002 , 0x0000424c 
- 00020476  0x00004dfd branch  0x0000500a , 0x00000034 
- 00020477  0x00004e05 branch  0x0000500a 
- 00020478  0x00004e08 call  0x00005074 
- 00020479  0x00004e09 fetch  0x00000001 , 0x00000288 
- 00020480  0x00004e0a nbranch  0x0000500a , 0x00000034 
- 00020481  0x00004e0d branch  0x0000500a 
- 00020482  0x00004e0f copy  0x0000000b , 0x00000002 
- 00020483  0x00004e10 fetch  0x00000002 , 0x0000424a 
- 00020484  0x00004e11 isub  0x00000002 , 0x0000003e 
- 00020485  0x00004e12 branch  0x00005008 , 0x00000005 
- 00020486  0x00004e13 call  0x00005062 
- 00020487  0x00004e14 branch  0x00005017 
- 00020488  0x00004e16 call  0x0000506f 
- 00020489  0x00004e17 branch  0x0000500a 
- 00020490  0x00004e19 call  0x00007ead 
- 00020491  0x00004e1a setarg  0x00000007 
- 00020492  0x00004e1b istore  0x00000001 , 0x00000005 
- 00020493  0x00004e1c copy  0x00000007 , 0x0000003f 
- 00020494  0x00004e1d istore  0x00000001 , 0x00000005 
- 00020495  0x00004e1e setarg  0x00000004 
- 00020496  0x00004e1f istore  0x00000002 , 0x00000005 
- 00020497  0x00004e20 copy  0x00000011 , 0x0000003f 
- 00020498  0x00004e21 istore  0x00000002 , 0x00000005 
- 00020499  0x00004e22 copy  0x0000000b , 0x0000003f 
- 00020500  0x00004e23 istore  0x00000002 , 0x00000005 
- 00020501  0x00004e24 force  0x00000008 , 0x0000003f 
- 00020502  0x00004e25 branch  0x00005019 
- 00020503  0x00004e27 call  0x00007ead 
- 00020504  0x00004e28 branch  0x00005019 
- 00020505  0x00004e2a iadd  0x00000012 , 0x00000012 
- 00020506  0x00004e2b branch  0x00004e1e 
- 00020507  0x00004e2d ifetch  0x00000001 , 0x00000006 
- 00020508  0x00004e2e copy  0x0000003f , 0x00000007 
- 00020509  0x00004e2f ifetch  0x00000002 , 0x00000006 
- 00020510  0x00004e30 copy  0x0000003f , 0x00000011 
- 00020511  0x00004e31 copy  0x00000013 , 0x0000003f 
- 00020512  0x00004e32 isub  0x00000011 , 0x00000013 
- 00020513  0x00004e33 ifetch  0x00000002 , 0x00000006 
- 00020514  0x00004e34 copy  0x0000003f , 0x0000000b 
- 00020515  0x00004e35 ifetch  0x00000002 , 0x00000006 
- 00020516  0x00004e36 copy  0x0000003f , 0x00000002 
- 00020517  0x00004e37 call  0x00007ea8 
- 00020518  0x00004e38 bpatchx  0x00000017 , 0x00004022 
- 00020519  0x00004e39 setarg  0x00000050 
- 00020520  0x00004e3a isub  0x00000002 , 0x0000003e 
- 00020521  0x00004e3b branch  0x00005035 , 0x00000005 
- 00020522  0x00004e3c setarg  0x00000051 
- 00020523  0x00004e3d isub  0x00000002 , 0x0000003e 
- 00020524  0x00004e3e branch  0x0000503b , 0x00000005 
- 00020525  0x00004e3f setarg  0x00000052 
- 00020526  0x00004e40 isub  0x00000002 , 0x0000003e 
- 00020527  0x00004e41 branch  0x00005041 , 0x00000005 
- 00020528  0x00004e42 setarg  0x00000053 
- 00020529  0x00004e43 isub  0x00000002 , 0x0000003e 
- 00020530  0x00004e44 branch  0x00005047 , 0x00000005 
- 00020531  0x00004e45 call  0x00005062 
- 00020532  0x00004e46 branch  0x0000504f 
- 00020533  0x00004e48 copy  0x00000002 , 0x00000011 
- 00020534  0x00004e49 copy  0x0000000b , 0x00000002 
- 00020535  0x00004e4a fetch  0x00000002 , 0x00004248 
- 00020536  0x00004e4b isub  0x00000002 , 0x0000003e 
- 00020537  0x00004e4c call  0x00005074 , 0x00000005 
- 00020538  0x00004e4d branch  0x0000504d 
- 00020539  0x00004e4f copy  0x00000002 , 0x00000011 
- 00020540  0x00004e50 copy  0x0000000b , 0x00000002 
- 00020541  0x00004e51 fetch  0x00000002 , 0x0000424a 
- 00020542  0x00004e52 isub  0x00000002 , 0x0000003e 
- 00020543  0x00004e53 call  0x0000506f , 0x00000005 
- 00020544  0x00004e54 branch  0x0000504d 
- 00020545  0x00004e56 copy  0x00000002 , 0x00000011 
- 00020546  0x00004e57 copy  0x0000000b , 0x00000002 
- 00020547  0x00004e58 fetch  0x00000002 , 0x0000424c 
- 00020548  0x00004e59 isub  0x00000002 , 0x0000003e 
- 00020549  0x00004e5a call  0x00005079 , 0x00000005 
- 00020550  0x00004e5b branch  0x0000504d 
- 00020551  0x00004e5d copy  0x00000002 , 0x00000011 
- 00020552  0x00004e5e copy  0x0000000b , 0x00000002 
- 00020553  0x00004e5f fetch  0x00000002 , 0x0000424e 
- 00020554  0x00004e60 isub  0x00000002 , 0x0000003e 
- 00020555  0x00004e61 call  0x0000507f , 0x00000005 
- 00020556  0x00004e62 branch  0x0000504d 
- 00020557  0x00004e64 call  0x00007ead 
- 00020558  0x00004e65 branch  0x00004e1e 
- 00020559  0x00004e67 branch  0x00004e1e 
- 00020560  0x00004e6b ifetch  0x00000001 , 0x00000006 
- 00020561  0x00004e6c copy  0x0000003f , 0x00000007 
- 00020562  0x00004e6d ifetch  0x00000002 , 0x00000006 
- 00020563  0x00004e6e copy  0x0000003f , 0x00000011 
- 00020564  0x00004e6f iadd  0x00000006 , 0x00000006 
- 00020565  0x00004e70 setarg  0x00000009 
- 00020566  0x00004e71 istore  0x00000001 , 0x00000005 
- 00020567  0x00004e72 copy  0x00000007 , 0x0000003f 
- 00020568  0x00004e73 istore  0x00000001 , 0x00000005 
- 00020569  0x00004e74 force  0x00000000 , 0x0000003f 
- 00020570  0x00004e75 istore  0x00000002 , 0x00000005 
- 00020571  0x00004e76 force  0x00000004 , 0x0000003f 
- 00020572  0x00004e77 iadd  0x00000012 , 0x00000012 
- 00020573  0x00004e78 copy  0x00000013 , 0x0000003f 
- 00020574  0x00004e79 isub  0x00000011 , 0x00000013 
- 00020575  0x00004e7a branch  0x00004e1e 
- 00020576  0x00004e7c branch  0x00004e1e 
- 00020577  0x00004e7f branch  0x00004e1e 
- 00020578  0x00004e81 force  0x00000000 , 0x00000012 
- 00020579  0x00004e82 call  0x000052c3 
- 00020580  0x00004e83 setarg  0x00000001 
- 00020581  0x00004e84 istore  0x00000001 , 0x00000005 
- 00020582  0x00004e85 copy  0x00000007 , 0x0000003f 
- 00020583  0x00004e86 istore  0x00000001 , 0x00000005 
- 00020584  0x00004e87 setarg  0x00000002 
- 00020585  0x00004e88 istore  0x00000002 , 0x00000005 
- 00020586  0x00004e89 setarg  0x00000000 
- 00020587  0x00004e8a istore  0x00000002 , 0x00000005 
- 00020588  0x00004e8b increase  0x00000006 , 0x00000012 
- 00020589  0x00004e8c arg  0x00000004 , 0x00000013 
- 00020590  0x00004e8d branch  0x00004e1e 
- 00020591  0x00004e92 setarg  0x00000000 
- 00020592  0x00004e93 store  0x00000002 , 0x0000027b 
- 00020593  0x00004e94 store  0x00000002 , 0x0000424a 
- 00020594  0x00004e95 jam  0x00000000 , 0x00004251 
- 00020595  0x00004e96 rtn 
- 00020596  0x00004e98 setarg  0x00000000 
- 00020597  0x00004e99 store  0x00000002 , 0x00000275 
- 00020598  0x00004e9a store  0x00000002 , 0x00004248 
- 00020599  0x00004e9b jam  0x00000000 , 0x00004250 
- 00020600  0x00004e9c rtn 
- 00020601  0x00004e9e setarg  0x00000000 
- 00020602  0x00004e9f store  0x00000002 , 0x0000424c 
- 00020603  0x00004ea0 jam  0x00000000 , 0x00004252 
- 00020604  0x00004ea1 fetch  0x00000001 , 0x00004253 
- 00020605  0x00004ea2 beq  0x00000000 , 0x00005085 
- 00020606  0x00004ea3 rtn 
- 00020607  0x00004ea6 setarg  0x00000000 
- 00020608  0x00004ea7 store  0x00000002 , 0x0000424e 
- 00020609  0x00004ea8 jam  0x00000000 , 0x00004253 
- 00020610  0x00004ea9 fetch  0x00000001 , 0x00004252 
- 00020611  0x00004eaa beq  0x00000000 , 0x00005085 
- 00020612  0x00004eab rtn 
- 00020613  0x00004eae jam  0x00000007 , 0x00000a99 
- 00020614  0x00004eaf branch  0x00007d86 
- 00020615  0x00004eb2 fetch  0x00000001 , 0x0000027f 
- 00020616  0x00004eb3 set0  0x00000000 , 0x0000003f 
- 00020617  0x00004eb4 store  0x00000001 , 0x0000027f 
- 00020618  0x00004eb5 fetch  0x00000002 , 0x0000424e 
- 00020619  0x00004eb6 rtn  0x00000034 
- 00020620  0x00004eb7 call  0x000052b8 
- 00020621  0x00004eb8 fetch  0x00000002 , 0x0000424e 
- 00020622  0x00004eb9 copy  0x0000003f , 0x00000011 
- 00020623  0x00004eba force  0x00000053 , 0x00000012 
- 00020624  0x00004ebb branch  0x0000509a 
- 00020625  0x00004ebd fetch  0x00000001 , 0x0000027f 
- 00020626  0x00004ebe set0  0x00000007 , 0x0000003f 
- 00020627  0x00004ebf store  0x00000001 , 0x0000027f 
- 00020628  0x00004ec0 fetch  0x00000002 , 0x0000424c 
- 00020629  0x00004ec1 rtn  0x00000034 
- 00020630  0x00004ec2 call  0x000052b8 
- 00020631  0x00004ec3 fetch  0x00000002 , 0x0000424c 
- 00020632  0x00004ec4 copy  0x0000003f , 0x00000011 
- 00020633  0x00004ec5 force  0x00000052 , 0x00000012 
- 00020634  0x00004ec7 call  0x0000523a 
- 00020635  0x00004ec8 call  0x000052c3 
- 00020636  0x00004ec9 force  0x00000006 , 0x0000003f 
- 00020637  0x00004eca istore  0x00000001 , 0x00000005 
- 00020638  0x00004ecb fetch  0x00000001 , 0x00004255 
- 00020639  0x00004ecc istore  0x00000001 , 0x00000005 
- 00020640  0x00004ecd setarg  0x00000004 
- 00020641  0x00004ece istore  0x00000002 , 0x00000005 
- 00020642  0x00004ecf copy  0x00000011 , 0x0000003f 
- 00020643  0x00004ed0 istore  0x00000002 , 0x00000005 
- 00020644  0x00004ed1 copy  0x00000012 , 0x0000003f 
- 00020645  0x00004ed2 istore  0x00000002 , 0x00000005 
- 00020646  0x00004ed3 force  0x00000008 , 0x00000002 
- 00020647  0x00004ed4 branch  0x000050de 
- 00020648  0x00004ed7 bpatchx  0x00000018 , 0x00004023 
- 00020649  0x00004ed8 call  0x0000523a 
- 00020650  0x00004ed9 call  0x000052c3 
- 00020651  0x00004eda setarg  0x00000002 
- 00020652  0x00004edb istore  0x00000001 , 0x00000005 
- 00020653  0x00004edc fetch  0x00000001 , 0x00004255 
- 00020654  0x00004edd istore  0x00000001 , 0x00000005 
- 00020655  0x00004ede setarg  0x00000004 
- 00020656  0x00004edf istore  0x00000002 , 0x00000005 
- 00020657  0x00004ee0 copy  0x00000002 , 0x0000003f 
- 00020658  0x00004ee1 istore  0x00000002 , 0x00000005 
- 00020659  0x00004ee2 copy  0x0000000b , 0x0000003f 
- 00020660  0x00004ee3 istore  0x00000002 , 0x00000005 
- 00020661  0x00004ee4 arg  0x00000008 , 0x00000002 
- 00020662  0x00004ee5 branch  0x000050de 
- 00020663  0x00004ee7 bpatchx  0x00000019 , 0x00004023 
- 00020664  0x00004ee8 call  0x0000523a 
- 00020665  0x00004ee9 call  0x000052c3 
- 00020666  0x00004eea setarg  0x00000004 
- 00020667  0x00004eeb istore  0x00000001 , 0x00000005 
- 00020668  0x00004eec fetch  0x00000001 , 0x00004255 
- 00020669  0x00004eed istore  0x00000001 , 0x00000005 
- 00020670  0x00004eee setarg  0x00000008 
- 00020671  0x00004eef istore  0x00000002 , 0x00000005 
- 00020672  0x00004ef1 copy  0x00000002 , 0x0000003f 
- 00020673  0x00004ef3 istore  0x00000002 , 0x00000005 
- 00020674  0x00004ef4 setarg  0x00000000 
- 00020675  0x00004ef5 istore  0x00000002 , 0x00000005 
- 00020676  0x00004ef6 setarg  0x00000001 
- 00020677  0x00004ef7 istore  0x00000001 , 0x00000005 
- 00020678  0x00004ef8 setarg  0x00000002 
- 00020679  0x00004ef9 istore  0x00000001 , 0x00000005 
- 00020680  0x00004efa setarg  0x000003e3 
- 00020681  0x00004efb istore  0x00000002 , 0x00000005 
- 00020682  0x00004efc arg  0x0000000c , 0x00000002 
- 00020683  0x00004efd branch  0x000050de 
- 00020684  0x00004eff bpatchx  0x0000001a , 0x00004023 
- 00020685  0x00004f00 call  0x0000523a 
- 00020686  0x00004f01 call  0x000052c3 
- 00020687  0x00004f02 setarg  0x00000006 
- 00020688  0x00004f03 istore  0x00000001 , 0x00000005 
- 00020689  0x00004f04 fetch  0x00000001 , 0x00004255 
- 00020690  0x00004f05 increase  0x00000001 , 0x0000003f 
- 00020691  0x00004f06 copy  0x00000005 , 0x00000011 
- 00020692  0x00004f07 store  0x00000001 , 0x00004255 
- 00020693  0x00004f08 copy  0x00000011 , 0x00000005 
- 00020694  0x00004f09 istore  0x00000001 , 0x00000005 
- 00020695  0x00004f0a setarg  0x00000004 
- 00020696  0x00004f0b istore  0x00000002 , 0x00000005 
- 00020697  0x00004f0c copy  0x00000002 , 0x0000003f 
- 00020698  0x00004f0d istore  0x00000002 , 0x00000005 
- 00020699  0x00004f0e copy  0x0000000b , 0x0000003f 
- 00020700  0x00004f0f istore  0x00000002 , 0x00000005 
- 00020701  0x00004f10 arg  0x00000008 , 0x00000002 
- 00020702  0x00004f14 storet  0x00000002 , 0x0000026f 
- 00020703  0x00004f15 copy  0x00000002 , 0x0000003f 
- 00020704  0x00004f16 branch  0x00005264 , 0x00000034 
- 00020705  0x00004f17 call  0x000052c1 
- 00020706  0x00004f18 fetch  0x00000002 , 0x0000026f 
- 00020707  0x00004f19 istore  0x00000002 , 0x00000005 
- 00020708  0x00004f1a force  0x00000001 , 0x0000003f 
- 00020709  0x00004f1b istore  0x00000002 , 0x00000005 
- 00020710  0x00004f1c rtn 
- 00020711  0x00004f1f fetch  0x00000002 , 0x00000275 
- 00020712  0x00004f20 branch  0x00002a8c , 0x00000034 
- 00020713  0x00004f21 call  0x000052ce 
- 00020714  0x00004f22 fetch  0x00000002 , 0x00000275 
- 00020715  0x00004f23 istore  0x00000002 , 0x00000005 
- 00020716  0x00004f24 fetch  0x00000002 , 0x00004248 
- 00020717  0x00004f25 istore  0x00000002 , 0x00000005 
- 00020718  0x00004f26 rtn 
- 00020719  0x00004f28 fetch  0x00000002 , 0x00000266 
- 00020720  0x00004f29 branch  0x00004dfc , 0x00000034 
- 00020721  0x00004f2a bpatchx  0x0000001b , 0x00004023 
- 00020722  0x00004f2b fetch  0x00000001 , 0x00000268 
- 00020723  0x00004f2c beq  0x00000001 , 0x000050f9 
- 00020724  0x00004f2d beq  0x00000050 , 0x00004de8 
- 00020725  0x00004f2e beq  0x00000051 , 0x00004df5 
- 00020726  0x00004f2f beq  0x00000052 , 0x00004df3 
- 00020727  0x00004f30 beq  0x00000053 , 0x00004df3 
- 00020728  0x00004f31 branch  0x00004dfc 
- 00020729  0x00004f34 bpatchx  0x0000001c , 0x00004023 
- 00020730  0x00004f35 call  0x000052b8 
- 00020731  0x00004f36 force  0x00000000 , 0x00000012 
- 00020732  0x00004f37 call  0x000052c3 
- 00020733  0x00004f38 copy  0x0000003f , 0x00000005 
- 00020734  0x00004f39 fetch  0x00000002 , 0x00000266 
- 00020735  0x00004f3a copy  0x0000003f , 0x00000013 
- 00020736  0x00004f3b fetch  0x00000002 , 0x00000264 
- 00020737  0x00004f3c iforce  0x00000006 
- 00020738  0x00004f3e call  0x00005108 
- 00020739  0x00004f3f increase  0xfffffffc , 0x00000013 
- 00020740  0x00004f40 nbranch  0x00005102 , 0x00000005 
- 00020741  0x00004f41 copy  0x00000012 , 0x00000002 
- 00020742  0x00004f42 call  0x000050de 
- 00020743  0x00004f43 branch  0x00004dfc 
- 00020744  0x00004f46 ifetch  0x00000001 , 0x00000006 
- 00020745  0x00004f47 beq  0x00000002 , 0x00005113 
- 00020746  0x00004f48 beq  0x00000001 , 0x00005116 
- 00020747  0x00004f49 beq  0x00000003 , 0x00005120 
- 00020748  0x00004f4a beq  0x00000005 , 0x0000515c 
- 00020749  0x00004f4b beq  0x00000004 , 0x0000518e 
- 00020750  0x00004f4c beq  0x00000007 , 0x00005213 
- 00020751  0x00004f4d beq  0x00000006 , 0x000051e1 
- 00020752  0x00004f4e beq  0x00000008 , 0x00005050 
- 00020753  0x00004f4f beq  0x0000000a , 0x00004e3a 
- 00020754  0x00004f50 branch  0x0000522e 
- 00020755  0x00004f53 call  0x00007ea8 
- 00020756  0x00004f55 call  0x00007ead 
- 00020757  0x00004f56 branch  0x00004e51 
- 00020758  0x00004f58 ifetch  0x00000001 , 0x00000006 
- 00020759  0x00004f59 copy  0x0000003f , 0x00000007 
- 00020760  0x00004f5a ifetch  0x00000002 , 0x00000006 
- 00020761  0x00004f5b copy  0x0000003f , 0x00000011 
- 00020762  0x00004f5c copy  0x00000013 , 0x0000003f 
- 00020763  0x00004f5d isub  0x00000011 , 0x00000013 
- 00020764  0x00004f5f ifetch  0x00000001 , 0x00000006 
- 00020765  0x00004f60 increase  0xffffffff , 0x00000011 
- 00020766  0x00004f61 nbranch  0x0000511c , 0x00000005 
- 00020767  0x00004f62 rtn 
- 00020768  0x00004f64 ifetch  0x00000001 , 0x00000006 
- 00020769  0x00004f65 copy  0x0000003f , 0x00000007 
- 00020770  0x00004f66 ifetch  0x00000002 , 0x00000006 
- 00020771  0x00004f67 copy  0x0000003f , 0x00000011 
- 00020772  0x00004f68 ifetch  0x00000002 , 0x00000006 
- 00020773  0x00004f69 copy  0x0000003f , 0x0000000b 
- 00020774  0x00004f6a ifetch  0x00000002 , 0x00000006 
- 00020775  0x00004f6b copy  0x0000003f , 0x00000002 
- 00020776  0x00004f6c ifetch  0x00000002 , 0x00000006 
- 00020777  0x00004f6d sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00020778  0x00004f6e branch  0x00005132 , 0x00000005 
- 00020779  0x00004f6f beq  0x00000002 , 0x0000512e 
- 00020780  0x00004f70 beq  0x00000004 , 0x0000512e 
- 00020781  0x00004f71 branch  0x00005130 
- 00020782  0x00004f73 jam  0x00000016 , 0x00000a99 
- 00020783  0x00004f74 call  0x00007d86 
- 00020784  0x00004f76 ifetch  0x00000002 , 0x00000006 
- 00020785  0x00004f77 branch  0x00005159 
- 00020786  0x00004f79 call  0x00007ea8 
- 00020787  0x00004f7d bpatchx  0x0000001d , 0x00004023 
- 00020788  0x00004f7e setarg  0x00000050 
- 00020789  0x00004f7f isub  0x00000002 , 0x0000003e 
- 00020790  0x00004f80 branch  0x00005141 , 0x00000005 
- 00020791  0x00004f81 setarg  0x00000051 
- 00020792  0x00004f82 isub  0x00000002 , 0x0000003e 
- 00020793  0x00004f83 branch  0x00005147 , 0x00000005 
- 00020794  0x00004f84 setarg  0x00000053 
- 00020795  0x00004f85 isub  0x00000002 , 0x0000003e 
- 00020796  0x00004f86 branch  0x00005153 , 0x00000005 
- 00020797  0x00004f87 setarg  0x00000052 
- 00020798  0x00004f88 isub  0x00000002 , 0x0000003e 
- 00020799  0x00004f89 branch  0x0000514d , 0x00000005 
- 00020800  0x00004f8a branch  0x00005159 
- 00020801  0x00004f8c copy  0x0000000b , 0x0000003f 
- 00020802  0x00004f8d store  0x00000002 , 0x00004248 
- 00020803  0x00004f8e fetch  0x00000001 , 0x00004250 
- 00020804  0x00004f8f set1  0x00000001 
- 00020805  0x00004f90 store  0x00000001 , 0x00004250 
- 00020806  0x00004f91 branch  0x00005158 
- 00020807  0x00004f93 copy  0x0000000b , 0x0000003f 
- 00020808  0x00004f94 store  0x00000002 , 0x0000424a 
- 00020809  0x00004f95 fetch  0x00000001 , 0x00004251 
- 00020810  0x00004f96 set1  0x00000001 
- 00020811  0x00004f97 store  0x00000001 , 0x00004251 
- 00020812  0x00004f98 branch  0x00005158 
- 00020813  0x00004f9a copy  0x0000000b , 0x0000003f 
- 00020814  0x00004f9b store  0x00000002 , 0x0000424c 
- 00020815  0x00004f9c fetch  0x00000001 , 0x00004252 
- 00020816  0x00004f9d set1  0x00000001 
- 00020817  0x00004f9e store  0x00000001 , 0x00004252 
- 00020818  0x00004f9f branch  0x00005158 
- 00020819  0x00004fa1 copy  0x0000000b , 0x0000003f 
- 00020820  0x00004fa2 store  0x00000002 , 0x0000424e 
- 00020821  0x00004fa3 fetch  0x00000001 , 0x00004253 
- 00020822  0x00004fa4 set1  0x00000001 
- 00020823  0x00004fa5 store  0x00000001 , 0x00004253 
- 00020824  0x00004fa9 call  0x00007ead 
- 00020825  0x00004fab copy  0x00000013 , 0x0000003f 
- 00020826  0x00004fac isub  0x00000011 , 0x00000013 
- 00020827  0x00004fad rtn 
- 00020828  0x00004fb0 ifetch  0x00000001 , 0x00000006 
- 00020829  0x00004fb1 copy  0x0000003f , 0x00000007 
- 00020830  0x00004fb2 ifetch  0x00000002 , 0x00000006 
- 00020831  0x00004fb3 copy  0x0000003f , 0x00000011 
- 00020832  0x00004fb4 copy  0x00000013 , 0x0000003f 
- 00020833  0x00004fb5 isub  0x00000011 , 0x00000013 
- 00020834  0x00004fb6 ifetch  0x00000002 , 0x00000006 
- 00020835  0x00004fb7 copy  0x0000003f , 0x0000000b 
- 00020836  0x00004fb8 ifetch  0x00000002 , 0x00000006 
- 00020837  0x00004fb9 ifetch  0x00000002 , 0x00000006 
- 00020838  0x00004fba nbranch  0x00005188 , 0x00000034 
- 00020839  0x00004fbb call  0x00007ea8 
- 00020840  0x00004fbf copy  0x0000000b , 0x00000002 
- 00020841  0x00004fc0 bpatchx  0x0000001e , 0x00004023 
- 00020842  0x00004fc1 setarg  0x00000050 
- 00020843  0x00004fc2 isub  0x00000002 , 0x0000003e 
- 00020844  0x00004fc3 branch  0x00005176 , 0x00000005 
- 00020845  0x00004fc4 setarg  0x00000051 
- 00020846  0x00004fc5 isub  0x00000002 , 0x0000003e 
- 00020847  0x00004fc6 branch  0x0000517a , 0x00000005 
- 00020848  0x00004fc7 setarg  0x00000052 
- 00020849  0x00004fc8 isub  0x00000002 , 0x0000003e 
- 00020850  0x00004fc9 branch  0x0000517e , 0x00000005 
- 00020851  0x00004fca setarg  0x00000053 
- 00020852  0x00004fcb isub  0x00000002 , 0x0000003e 
- 00020853  0x00004fcc branch  0x00005182 , 0x00000005 
- 00020854  0x00004fce fetch  0x00000001 , 0x00004250 
- 00020855  0x00004fcf set1  0x00000005 
- 00020856  0x00004fd0 store  0x00000001 , 0x00004250 
- 00020857  0x00004fd1 rtn 
- 00020858  0x00004fd3 fetch  0x00000001 , 0x00004251 
- 00020859  0x00004fd4 set1  0x00000005 
- 00020860  0x00004fd5 store  0x00000001 , 0x00004251 
- 00020861  0x00004fd6 rtn 
- 00020862  0x00004fd8 fetch  0x00000001 , 0x00004252 
- 00020863  0x00004fd9 set1  0x00000005 
- 00020864  0x00004fda store  0x00000001 , 0x00004252 
- 00020865  0x00004fdb rtn 
- 00020866  0x00004fdd fetch  0x00000001 , 0x00004253 
- 00020867  0x00004fde set1  0x00000005 
- 00020868  0x00004fdf store  0x00000001 , 0x00004253 
- 00020869  0x00004fe0 jam  0x00000006 , 0x00000a99 
- 00020870  0x00004fe1 branch  0x00007d86 
- 00020871  0x00004fe5 call  0x00007ead 
- 00020872  0x00004fe7 increase  0xfffffffa , 0x00000011 
- 00020873  0x00004fe9 branch  0x0000518d , 0x00000005 
- 00020874  0x00004fea increase  0x00000001 , 0x00000006 
- 00020875  0x00004feb increase  0xffffffff , 0x00000011 
- 00020876  0x00004fec branch  0x00005189 
- 00020877  0x00004fee rtn 
- 00020878  0x00004ff0 ifetch  0x00000001 , 0x00000006 
- 00020879  0x00004ff1 copy  0x0000003f , 0x00000007 
- 00020880  0x00004ff2 ifetch  0x00000002 , 0x00000006 
- 00020881  0x00004ff3 copy  0x0000003f , 0x00000011 
- 00020882  0x00004ff4 copy  0x00000013 , 0x0000003f 
- 00020883  0x00004ff5 isub  0x00000011 , 0x00000013 
- 00020884  0x00004ff6 ifetch  0x00000002 , 0x00000006 
- 00020885  0x00004ff7 increase  0x00000002 , 0x00000006 
- 00020886  0x00004ff8 copy  0x0000003f , 0x00000002 
- 00020887  0x00004ff9 setarg  0x00000005 
- 00020888  0x00004ffa istore  0x00000001 , 0x00000005 
- 00020889  0x00004ffb copy  0x00000007 , 0x0000003f 
- 00020890  0x00004ffc istore  0x00000001 , 0x00000005 
- 00020891  0x00004ffd increase  0x00000002 , 0x00000011 
- 00020892  0x00004ffe copy  0x00000011 , 0x0000003f 
- 00020893  0x00004fff istore  0x00000002 , 0x00000005 
- 00020894  0x00005000 call  0x00007ea8 
- 00020895  0x00005001 bpatchx  0x0000001f , 0x00004023 
- 00020896  0x00005002 setarg  0x00000050 
- 00020897  0x00005003 isub  0x00000002 , 0x0000003e 
- 00020898  0x00005004 branch  0x000051ad , 0x00000005 
- 00020899  0x00005005 setarg  0x00000051 
- 00020900  0x00005006 isub  0x00000002 , 0x0000003e 
- 00020901  0x00005007 branch  0x000051be , 0x00000005 
- 00020902  0x00005008 setarg  0x00000052 
- 00020903  0x00005009 isub  0x00000002 , 0x0000003e 
- 00020904  0x0000500a branch  0x000051c4 , 0x00000005 
- 00020905  0x0000500b setarg  0x00000053 
- 00020906  0x0000500c isub  0x00000002 , 0x0000003e 
- 00020907  0x0000500d branch  0x000051ca , 0x00000005 
- 00020908  0x0000500e branch  0x000051cf 
- 00020909  0x00005010 fetch  0x00000001 , 0x00004250 
- 00020910  0x00005011 set1  0x00000004 , 0x0000003f 
- 00020911  0x00005012 set1  0x00000003 , 0x0000003f 
- 00020912  0x00005013 store  0x00000001 , 0x00004250 
- 00020913  0x00005014 bbit1  0x00000002 , 0x000051bb 
- 00020914  0x00005015 fetcht  0x00000001 , 0x0000027f 
- 00020915  0x00005016 set1  0x00000006 , 0x00000002 
- 00020916  0x00005017 storet  0x00000001 , 0x0000027f 
- 00020917  0x00005018 copy  0x00000007 , 0x0000003f 
- 00020918  0x00005019 increase  0x00000001 , 0x0000003f 
- 00020919  0x0000501a store  0x00000001 , 0x00000281 
- 00020920  0x0000501b fetch  0x00000001 , 0x00004250 
- 00020921  0x0000501c set1  0x00000002 , 0x0000003f 
- 00020922  0x0000501d store  0x00000001 , 0x00004250 
- 00020923  0x0000501f fetch  0x00000002 , 0x00004248 
- 00020924  0x00005020 store  0x00000002 , 0x00000282 
- 00020925  0x00005021 branch  0x000051cf 
- 00020926  0x00005023 fetch  0x00000001 , 0x00004251 
- 00020927  0x00005024 set1  0x00000004 , 0x0000003f 
- 00020928  0x00005025 set1  0x00000003 , 0x0000003f 
- 00020929  0x00005026 store  0x00000001 , 0x00004251 
- 00020930  0x00005027 fetch  0x00000002 , 0x0000424a 
- 00020931  0x00005028 branch  0x000051cf 
- 00020932  0x0000502a fetch  0x00000001 , 0x00004252 
- 00020933  0x0000502b set1  0x00000004 , 0x0000003f 
- 00020934  0x0000502c set1  0x00000003 , 0x0000003f 
- 00020935  0x0000502d store  0x00000001 , 0x00004252 
- 00020936  0x0000502e fetch  0x00000002 , 0x0000424c 
- 00020937  0x0000502f branch  0x000051cf 
- 00020938  0x00005031 fetch  0x00000001 , 0x00004253 
- 00020939  0x00005032 set1  0x00000004 , 0x0000003f 
- 00020940  0x00005033 set1  0x00000003 , 0x0000003f 
- 00020941  0x00005034 store  0x00000001 , 0x00004253 
- 00020942  0x00005035 fetch  0x00000002 , 0x0000424e 
- 00020943  0x00005039 copy  0x0000003f , 0x0000000b 
- 00020944  0x0000503a call  0x00007ead 
- 00020945  0x0000503c copy  0x0000000b , 0x0000003f 
- 00020946  0x0000503e istore  0x00000002 , 0x00000005 
- 00020947  0x0000503f force  0x00000000 , 0x0000003f 
- 00020948  0x00005040 istore  0x00000002 , 0x00000005 
- 00020949  0x00005041 force  0x00000000 , 0x0000003f 
- 00020950  0x00005042 istore  0x00000002 , 0x00000005 
- 00020951  0x00005043 force  0x0000000a , 0x0000003f 
- 00020952  0x00005044 iadd  0x00000012 , 0x00000012 
- 00020953  0x00005045 increase  0xfffffffa , 0x00000011 
- 00020954  0x00005047 branch  0x000051e0 , 0x00000005 
- 00020955  0x00005048 ifetch  0x00000001 , 0x00000006 
- 00020956  0x00005049 istore  0x00000001 , 0x00000005 
- 00020957  0x0000504a increase  0x00000001 , 0x00000012 
- 00020958  0x0000504b increase  0xffffffff , 0x00000011 
- 00020959  0x0000504c branch  0x000051da 
- 00020960  0x0000504e rtn 
- 00020961  0x00005050 ifetch  0x00000001 , 0x00000006 
- 00020962  0x00005051 copy  0x0000003f , 0x00000007 
- 00020963  0x00005052 ifetch  0x00000002 , 0x00000006 
- 00020964  0x00005053 copy  0x0000003f , 0x00000011 
- 00020965  0x00005054 copy  0x00000013 , 0x0000003f 
- 00020966  0x00005055 isub  0x00000011 , 0x00000013 
- 00020967  0x00005057 ifetch  0x00000002 , 0x00000006 
- 00020968  0x00005058 copy  0x0000003f , 0x00000011 
- 00020969  0x00005059 ifetch  0x00000002 , 0x00000006 
- 00020970  0x0000505a copy  0x0000003f , 0x0000000b 
- 00020971  0x0000505b call  0x00007ea8 
- 00020972  0x0000505c bpatchx  0x00000020 , 0x00004024 
- 00020973  0x0000505d setarg  0x00000050 
- 00020974  0x0000505e copy  0x00000011 , 0x00000002 
- 00020975  0x0000505f isub  0x00000002 , 0x0000003e 
- 00020976  0x00005060 branch  0x000051fa , 0x00000005 
- 00020977  0x00005061 setarg  0x00000052 
- 00020978  0x00005062 copy  0x00000011 , 0x00000002 
- 00020979  0x00005063 isub  0x00000002 , 0x0000003e 
- 00020980  0x00005064 branch  0x000051ff , 0x00000005 
- 00020981  0x00005065 setarg  0x00000053 
- 00020982  0x00005066 copy  0x00000011 , 0x00000002 
- 00020983  0x00005067 isub  0x00000002 , 0x0000003e 
- 00020984  0x00005068 branch  0x00005201 , 0x00000005 
- 00020985  0x00005069 branch  0x00005203 
- 00020986  0x0000506b setarg  0x00000000 
- 00020987  0x0000506c store  0x00000002 , 0x00000275 
- 00020988  0x0000506d store  0x00000002 , 0x00004248 
- 00020989  0x0000506e store  0x00000001 , 0x00004250 
- 00020990  0x0000506f branch  0x00005205 
- 00020991  0x00005071 call  0x00005079 
- 00020992  0x00005072 branch  0x00005205 
- 00020993  0x00005074 call  0x0000507f 
- 00020994  0x0000507a branch  0x00005205 
- 00020995  0x0000507c setarg  0x00000000 
- 00020996  0x0000507d store  0x00000002 , 0x0000027b 
- 00020997  0x0000507f call  0x00007ead 
- 00020998  0x00005080 setarg  0x00000007 
- 00020999  0x00005081 istore  0x00000001 , 0x00000005 
- 00021000  0x00005082 copy  0x00000007 , 0x0000003f 
- 00021001  0x00005083 istore  0x00000001 , 0x00000005 
- 00021002  0x00005084 setarg  0x00000004 
- 00021003  0x00005085 istore  0x00000002 , 0x00000005 
- 00021004  0x00005086 copy  0x00000011 , 0x0000003f 
- 00021005  0x00005087 istore  0x00000002 , 0x00000005 
- 00021006  0x00005088 copy  0x0000000b , 0x0000003f 
- 00021007  0x00005089 istore  0x00000002 , 0x00000005 
- 00021008  0x0000508a force  0x00000008 , 0x0000003f 
- 00021009  0x0000508b iadd  0x00000012 , 0x00000012 
- 00021010  0x0000508c rtn 
- 00021011  0x0000508f ifetch  0x00000001 , 0x00000006 
- 00021012  0x00005090 copy  0x0000003f , 0x00000007 
- 00021013  0x00005091 ifetch  0x00000002 , 0x00000006 
- 00021014  0x00005092 copy  0x0000003f , 0x00000011 
- 00021015  0x00005093 ifetch  0x00000002 , 0x00000006 
- 00021016  0x00005094 copy  0x0000003f , 0x0000000b 
- 00021017  0x00005095 ifetch  0x00000002 , 0x00000006 
- 00021018  0x00005096 copy  0x0000003f , 0x00000002 
- 00021019  0x00005097 call  0x00007ea8 
- 00021020  0x00005098 bpatchx  0x00000021 , 0x00004024 
- 00021021  0x00005099 fetch  0x00000001 , 0x00004255 
- 00021022  0x0000509a icompare  0x000000ff , 0x00000007 
- 00021023  0x0000509b nbranch  0x0000522a , 0x00000001 
- 00021024  0x0000509c setarg  0x00000050 
- 00021025  0x0000509d isub  0x00000002 , 0x0000003e 
- 00021026  0x0000509e branch  0x00005227 , 0x00000005 
- 00021027  0x0000509f setarg  0x00000051 
- 00021028  0x000050a0 isub  0x00000002 , 0x0000003e 
- 00021029  0x000050a1 branch  0x0000522a , 0x00000005 
- 00021030  0x000050a2 branch  0x0000522a 
- 00021031  0x000050a4 jam  0x00000000 , 0x00004248 
- 00021032  0x000050a5 jam  0x00000000 , 0x00004250 
- 00021033  0x000050a6 branch  0x0000522a 
- 00021034  0x000050ab call  0x00007ead 
- 00021035  0x000050ac copy  0x00000013 , 0x0000003f 
- 00021036  0x000050ad isub  0x00000011 , 0x00000013 
- 00021037  0x000050ae rtn 
- 00021038  0x000050b1 setarg  0x00000001 
- 00021039  0x000050b2 istore  0x00000001 , 0x00000005 
- 00021040  0x000050b3 ifetch  0x00000001 , 0x00000006 
- 00021041  0x000050b4 istore  0x00000001 , 0x00000005 
- 00021042  0x000050b5 setarg  0x00000002 
- 00021043  0x000050b6 istore  0x00000002 , 0x00000005 
- 00021044  0x000050b7 setarg  0x00000000 
- 00021045  0x000050b8 istore  0x00000002 , 0x00000005 
- 00021046  0x000050b9 setarg  0x00000006 
- 00021047  0x000050ba iadd  0x00000012 , 0x00000012 
- 00021048  0x000050bb force  0x00000004 , 0x00000013 
- 00021049  0x000050bc rtn 
- 00021050  0x000050c0 fetch  0x00000001 , 0x00004255 
- 00021051  0x000050c1 increase  0x00000001 , 0x0000003f 
- 00021052  0x000050c2 bne  0x00000000 , 0x0000523e 
- 00021053  0x000050c3 increase  0x00000001 , 0x0000003f 
- 00021054  0x000050c5 store  0x00000001 , 0x00004255 
- 00021055  0x000050c6 rtn 
- 00021056  0x000050d1 bpatchx  0x00000022 , 0x00004024 
- 00021057  0x000050d2 arg  0x00000000 , 0x00000012 
- 00021058  0x000050d3 call  0x0000526e 
- 00021059  0x000050d4 nbranch  0x00002a8c , 0x00000034 
- 00021060  0x000050d5 call  0x0000527e 
- 00021061  0x000050d6 arg  0x00001800 , 0x00000012 
- 00021062  0x000050d7 arg  0x00000000 , 0x00000007 
- 00021063  0x000050d9 fetcht  0x00000001 , 0x00004256 
- 00021064  0x000050da qisolate1  0x00000002 
- 00021065  0x000050db branch  0x0000524f , 0x00000001 
- 00021066  0x000050dc call  0x000052a0 
- 00021067  0x000050dd sub  0x0000000b , 0x00000000 , 0x0000003e 
- 00021068  0x000050de branch  0x0000524f , 0x00000002 
- 00021069  0x000050df call  0x00005288 
- 00021070  0x000050e0 branch  0x00005255 
- 00021071  0x000050e2 increase  0x00000080 , 0x00000012 
- 00021072  0x000050e3 increase  0x00000001 , 0x00000007 
- 00021073  0x000050e4 setarg  0x00000008 
- 00021074  0x000050e5 isub  0x00000007 , 0x0000003e 
- 00021075  0x000050e6 branch  0x00005247 , 0x00000002 
- 00021076  0x000050e7 arg  0x00000000 , 0x00000012 
- 00021077  0x000050e9 copy  0x00000012 , 0x0000003f 
- 00021078  0x000050ea branch  0x00002a8c , 0x00000034 
- 00021079  0x000050eb rtn 
- 00021080  0x000050f4 bpatchx  0x00000023 , 0x00004024 
- 00021081  0x000050f5 call  0x00005277 
- 00021082  0x000050f6 increase  0x00000001 , 0x00000006 
- 00021083  0x000050f7 ifetch  0x00000002 , 0x00000006 
- 00021084  0x000050f8 rtn 
- 00021085  0x000050ff bpatchx  0x00000024 , 0x00004024 
- 00021086  0x00005100 call  0x00005277 
- 00021087  0x00005101 copy  0x00000006 , 0x00000005 
- 00021088  0x00005102 copy  0x00000006 , 0x00000002 
- 00021089  0x00005103 setarg  0x00000000 
- 00021090  0x00005104 istore  0x00000003 , 0x00000005 
- 00021091  0x00005105 rtn 
- 00021092  0x0000510b bpatchx  0x00000025 , 0x00004024 
- 00021093  0x0000510c call  0x00005274 
- 00021094  0x0000510d branch  0x00002a8c , 0x00000034 
- 00021095  0x0000510e fetch  0x00000003 , 0x0000425d 
- 00021096  0x0000510f store  0x00000003 , 0x00004260 
- 00021097  0x00005110 fetch  0x00000003 , 0x0000425a 
- 00021098  0x00005111 store  0x00000003 , 0x0000425d 
- 00021099  0x00005112 fetch  0x00000003 , 0x00004257 
- 00021100  0x00005113 store  0x00000003 , 0x0000425a 
- 00021101  0x00005114 rtn 
- 00021102  0x0000511b bpatchx  0x00000026 , 0x00004024 
- 00021103  0x0000511c fetch  0x00000003 , 0x00004257 
- 00021104  0x0000511d rtn 
- 00021105  0x00005124 bpatchx  0x00000027 , 0x00004024 
- 00021106  0x00005125 fetch  0x00000003 , 0x0000425a 
- 00021107  0x00005126 rtn 
- 00021108  0x0000512d bpatchx  0x00000028 , 0x00004025 
- 00021109  0x0000512e fetch  0x00000003 , 0x00004260 
- 00021110  0x0000512f rtn 
- 00021111  0x00005135 call  0x00005274 
- 00021112  0x00005136 branch  0x00002a8c , 0x00000034 
- 00021113  0x00005137 arg  0x00004257 , 0x00000006 
- 00021114  0x00005139 ifetch  0x00000003 , 0x00000006 
- 00021115  0x0000513a branch  0x0000527a , 0x00000034 
- 00021116  0x0000513b increase  0xfffffffd , 0x00000006 
- 00021117  0x0000513c rtn 
- 00021118  0x00005144 bpatchx  0x00000029 , 0x00004025 
- 00021119  0x00005145 arg  0x00000004 , 0x00000039 
- 00021120  0x00005146 arg  0x00004257 , 0x00000006 
- 00021121  0x00005147 arg  0x00000000 , 0x00000002 
- 00021122  0x00005149 ifetch  0x00000003 , 0x00000006 
- 00021123  0x0000514a and  0x0000003f , 0x000000ff , 0x0000003f 
- 00021124  0x0000514b ior  0x00000002 , 0x00000002 
- 00021125  0x0000514c loop  0x00005282 
- 00021126  0x0000514d storet  0x00000001 , 0x00004256 
- 00021127  0x0000514e rtn 
- 00021128  0x00005157 bpatchx  0x0000002a , 0x00004025 
- 00021129  0x00005158 call  0x0000526e 
- 00021130  0x00005159 nbranch  0x00002a8c , 0x00000034 
- 00021131  0x0000515a call  0x00005274 
- 00021132  0x0000515b branch  0x00005295 , 0x00000034 
- 00021133  0x0000515c fetch  0x00000003 , 0x0000425a 
- 00021134  0x0000515d store  0x00000003 , 0x00004257 
- 00021135  0x0000515e ifetch  0x00000003 , 0x00000006 
- 00021136  0x0000515f istore  0x00000003 , 0x00000005 
- 00021137  0x00005160 ifetch  0x00000003 , 0x00000006 
- 00021138  0x00005161 istore  0x00000003 , 0x00000005 
- 00021139  0x00005162 setarg  0x00000000 
- 00021140  0x00005163 istore  0x00000003 , 0x00000005 
- 00021141  0x00005165 arg  0x00000000 , 0x00000002 
- 00021142  0x00005166 copy  0x0000000b , 0x0000003f 
- 00021143  0x00005167 iadd  0x00000007 , 0x0000003f 
- 00021144  0x00005169 qset1  0x00000002 
- 00021145  0x0000516a increase  0x00000001 , 0x00000007 
- 00021146  0x0000516b isub  0x00000007 , 0x0000003e 
- 00021147  0x0000516c nbranch  0x00005298 , 0x00000005 
- 00021148  0x0000516e lshift8  0x00000012 , 0x0000003f 
- 00021149  0x0000516f ior  0x00000002 , 0x0000003f 
- 00021150  0x00005170 store  0x00000003 , 0x00004260 
- 00021151  0x00005171 rtn 
- 00021152  0x0000517c bpatchx  0x0000002b , 0x00004025 
- 00021153  0x0000517d call  0x0000527e 
- 00021154  0x0000517e copy  0x00000007 , 0x00000013 
- 00021155  0x0000517f arg  0x00000000 , 0x00000002 
- 00021156  0x00005180 arg  0x00000000 , 0x0000000b 
- 00021157  0x00005183 copy  0x00000007 , 0x0000003f 
- 00021158  0x00005184 beq  0x00000008 , 0x000052b0 
- 00021159  0x00005185 fetch  0x00000001 , 0x00004256 
- 00021160  0x00005186 qisolate1  0x0000003f 
- 00021161  0x00005187 branch  0x000052b0 , 0x00000001 
- 00021162  0x00005188 increase  0x00000080 , 0x00000002 
- 00021163  0x00005189 increase  0x00000001 , 0x00000007 
- 00021164  0x0000518a copy  0x00000011 , 0x0000003f 
- 00021165  0x0000518b isub  0x00000002 , 0x0000003e 
- 00021166  0x0000518c branch  0x000052b0 , 0x00000005 
- 00021167  0x0000518d branch  0x000052a5 , 0x00000002 
- 00021168  0x0000518f copy  0x00000002 , 0x0000003f 
- 00021169  0x00005190 isub  0x00000011 , 0x0000003e 
- 00021170  0x00005191 nbranch  0x000052b6 , 0x00000002 
- 00021171  0x00005192 copy  0x00000007 , 0x0000003f 
- 00021172  0x00005193 copy  0x00000013 , 0x00000002 
- 00021173  0x00005194 isub  0x00000002 , 0x0000000b 
- 00021174  0x00005196 copy  0x00000013 , 0x00000007 
- 00021175  0x00005197 rtn 
- 00021176  0x0000519b bpatchx  0x0000002c , 0x00004025 
- 00021177  0x0000519c arg  0x0000007f , 0x00000011 
- 00021178  0x0000519d call  0x00005240 
- 00021179  0x0000519e store  0x00000002 , 0x0000026b 
- 00021180  0x0000519f increase  0x00000004 , 0x0000003f 
- 00021181  0x000051a0 store  0x00000002 , 0x0000026d 
- 00021182  0x000051a1 setarg  0x00000000 
- 00021183  0x000051a2 store  0x00000002 , 0x0000026f 
- 00021184  0x000051a3 rtn 
- 00021185  0x000051a6 fetch  0x00000002 , 0x0000026b 
- 00021186  0x000051a7 branch  0x000052e2 
- 00021187  0x000051aa fetch  0x00000002 , 0x0000026d 
- 00021188  0x000051ab branch  0x000052e2 
- 00021189  0x000051af bpatchx  0x0000002d , 0x00004025 
- 00021190  0x000051b0 arg  0x000000fa , 0x00000011 
- 00021191  0x000051b1 call  0x00005240 
- 00021192  0x000051b2 store  0x00000002 , 0x00000271 
- 00021193  0x000051b3 increase  0x00000004 , 0x0000003f 
- 00021194  0x000051b4 store  0x00000002 , 0x00000273 
- 00021195  0x000051b5 setarg  0x00000000 
- 00021196  0x000051b6 store  0x00000002 , 0x00000275 
- 00021197  0x000051b7 rtn 
- 00021198  0x000051ba fetch  0x00000002 , 0x00000271 
- 00021199  0x000051bb branch  0x000052e2 
- 00021200  0x000051be fetch  0x00000002 , 0x00000273 
- 00021201  0x000051bf branch  0x000052e2 
- 00021202  0x000051c3 bpatchx  0x0000002e , 0x00004025 
- 00021203  0x000051c4 call  0x00007e7c 
- 00021204  0x000051c5 jam  0x00000001 , 0x00000284 
- 00021205  0x000051c6 call  0x0000526e 
- 00021206  0x000051c7 nrtn  0x00000034 
- 00021207  0x000051c8 arg  0x0000007f , 0x00000011 
- 00021208  0x000051c9 call  0x00005240 
- 00021209  0x000051ca store  0x00000002 , 0x00000277 
- 00021210  0x000051cb increase  0x00000004 , 0x0000003f 
- 00021211  0x000051cc store  0x00000002 , 0x00000279 
- 00021212  0x000051cd setarg  0x00000000 
- 00021213  0x000051ce store  0x00000002 , 0x0000027b 
- 00021214  0x000051cf jam  0x00000000 , 0x00000284 
- 00021215  0x000051d0 branch  0x00007e8c 
- 00021216  0x000051d3 fetch  0x00000002 , 0x00000277 
- 00021217  0x000051d4 branch  0x000052e2 
- 00021218  0x000051d7 branch  0x00002a8c , 0x00000034 
- 00021219  0x000051d8 copy  0x0000003f , 0x00000005 
- 00021220  0x000051d9 rtn 
- 00021221  0x000051dd bpatchx  0x0000002f , 0x00004025 
- 00021222  0x000051de arg  0x00000000 , 0x00000012 
- 00021223  0x000051df arg  0x00004257 , 0x00000011 
- 00021224  0x000051e0 increase  0xfffffffe , 0x00000011 
- 00021225  0x000051e2 increase  0x00000002 , 0x00000011 
- 00021226  0x000051e3 setarg  0x00004263 
- 00021227  0x000051e4 isub  0x00000011 , 0x0000003e 
- 00021228  0x000051e5 branch  0x000052f5 , 0x00000005 
- 00021229  0x000051e6 ifetch  0x00000001 , 0x00000011 
- 00021230  0x000051e7 increase  0x00000001 , 0x00000011 
- 00021231  0x000051e8 branch  0x000052e9 , 0x00000034 
- 00021232  0x000051e9 ifetcht  0x00000002 , 0x00000011 
- 00021233  0x000051ea ifetch  0x00000002 , 0x00000002 
- 00021234  0x000051eb iadd  0x00000012 , 0x00000012 
- 00021235  0x000051ec increase  0x00000004 , 0x00000012 
- 00021236  0x000051ed branch  0x000052e9 
- 00021237  0x000051ef copy  0x00000012 , 0x0000003f 
- 00021238  0x000051f0 rtn 
- 00021239  0x000051f4 arg  0x0000000c , 0x00000007 
- 00021240  0x000051f5 branch  0x00002c32 
- 00021241  0x000051f8 arg  0x0000000c , 0x00000007 
- 00021242  0x000051f9 branch  0x00002c36 
- 00021243  0x000051fc bpatchx  0x00000030 , 0x00004026 
- 00021244  0x000051fd call  0x0000527e 
- 00021245  0x000051fe fetch  0x00000001 , 0x00004256 
- 00021246  0x000051ff rtn  0x00000034 
- 00021247  0x00005200 call  0x000052e5 
- 00021248  0x00005201 arg  0x00000100 , 0x00000002 
- 00021249  0x00005202 isub  0x00000002 , 0x0000003e 
- 00021250  0x00005203 branch  0x000052f7 , 0x00000002 
- 00021251  0x00005204 call  0x000052f9 
- 00021252  0x00005205 arg  0x00004263 , 0x00000005 
- 00021253  0x00005206 arg  0x00004257 , 0x00000011 
- 00021254  0x00005208 setarg  0x00004263 
- 00021255  0x00005209 isub  0x00000011 , 0x0000003e 
- 00021256  0x0000520a rtn  0x00000005 
- 00021257  0x0000520b ifetch  0x00000001 , 0x00000011 
- 00021258  0x0000520c increase  0x00000001 , 0x00000011 
- 00021259  0x0000520d nbranch  0x0000530f , 0x00000034 
- 00021260  0x0000520e istore  0x00000002 , 0x00000005 
- 00021261  0x0000520f increase  0x00000002 , 0x00000011 
- 00021262  0x00005210 branch  0x00005306 
- 00021263  0x00005212 ifetch  0x00000002 , 0x00000011 
- 00021264  0x00005213 increase  0x00000002 , 0x00000011 
- 00021265  0x00005214 copy  0x0000003f , 0x00000006 
- 00021266  0x00005215 ifetch  0x00000002 , 0x00000006 
- 00021267  0x00005216 istore  0x00000002 , 0x00000005 
- 00021268  0x00005217 copy  0x0000003f , 0x00000039 
- 00021269  0x00005218 increase  0x00000002 , 0x00000039 
- 00021270  0x00005219 call  0x00007f01 
- 00021271  0x0000521a branch  0x00005306 
- 00021272  0x0000521d bpatchx  0x00000031 , 0x00004026 
- 00021273  0x0000521e call  0x0000527e 
- 00021274  0x0000521f fetch  0x00000001 , 0x00004256 
- 00021275  0x00005220 rtn  0x00000034 
- 00021276  0x00005221 arg  0x00004258 , 0x00000011 
- 00021277  0x00005222 increase  0xfffffffd , 0x00000011 
- 00021278  0x00005223 arg  0x00004263 , 0x00000006 
- 00021279  0x00005225 increase  0x00000003 , 0x00000011 
- 00021280  0x00005226 setarg  0x00004264 
- 00021281  0x00005227 isub  0x00000011 , 0x0000003e 
- 00021282  0x00005228 rtn  0x00000005 
- 00021283  0x00005229 ifetch  0x00000002 , 0x00000006 
- 00021284  0x0000522a branch  0x0000531f , 0x00000034 
- 00021285  0x0000522b increase  0x00000004 , 0x0000003f 
- 00021286  0x0000522c copy  0x0000003f , 0x00000039 
- 00021287  0x0000522d copy  0x00000006 , 0x00000012 
- 00021288  0x0000522e ifetch  0x00000002 , 0x00000011 
- 00021289  0x0000522f copy  0x0000003f , 0x00000005 
- 00021290  0x00005230 copy  0x00000012 , 0x00000006 
- 00021291  0x00005231 increase  0xfffffffe , 0x00000006 
- 00021292  0x00005232 call  0x00007f01 
- 00021293  0x00005233 branch  0x0000531f 
- 00021294  0x0000523e bpatchx  0x00000032 , 0x00004026 
- 00021295  0x0000523f disable  0x0000002b 
- 00021296  0x00005240 jam  0x00000001 , 0x00000455 
- 00021297  0x00005241 jam  0x00000003 , 0x0000043f 
- 00021298  0x00005242 jam  0x00000001 , 0x00000456 
- 00021299  0x00005243 setarg  0xffffffff 
- 00021300  0x00005244 store  0x00000002 , 0x00000459 
- 00021301  0x00005245 force  0x00000000 , 0x0000003f 
- 00021302  0x00005246 store  0x00000001 , 0x00000457 
- 00021303  0x00005247 store  0x00000001 , 0x00000462 
- 00021304  0x00005248 store  0x00000003 , 0x00004169 
- 00021305  0x00005249 store  0x00000003 , 0x0000416c 
- 00021306  0x0000524a store  0x00000005 , 0x00004403 
- 00021307  0x0000524b set1  0x00000027 , 0x0000003f 
- 00021308  0x0000524c store  0x00000005 , 0x00004408 
- 00021309  0x0000524d jam  0x00000001 , 0x000043dc 
- 00021310  0x0000524e jam  0x00000000 , 0x000043dd 
- 00021311  0x0000524f branch  0x000056ed 
- 00021312  0x00005252 bpatchx  0x00000033 , 0x00004026 
- 00021313  0x00005253 enable  0x00000029 
- 00021314  0x00005254 jam  0x00000003 , 0x00000440 
- 00021315  0x00005255 jam  0x00000001 , 0x00000478 
- 00021316  0x00005256 jam  0x00000001 , 0x0000445a 
- 00021317  0x00005257 setarg  0x0000ffff 
- 00021318  0x00005258 store  0x00000002 , 0x0000445c 
- 00021319  0x00005259 force  0x00000000 , 0x0000003f 
- 00021320  0x0000525a store  0x00000005 , 0x00004408 
- 00021321  0x0000525b set1  0x00000027 , 0x0000003f 
- 00021322  0x0000525c store  0x00000005 , 0x00004403 
- 00021323  0x0000525d branch  0x0000532e 
- 00021324  0x00005261 bpatchx  0x00000034 , 0x00004026 
- 00021325  0x00005262 disable  0x00000029 
- 00021326  0x00005263 setarg  0x00000017 
- 00021327  0x00005264 store  0x00000002 , 0x000044a8 
- 00021328  0x00005265 jam  0x00000001 , 0x00000440 
- 00021329  0x00005266 jam  0x00000000 , 0x0000436e 
- 00021330  0x00005267 jam  0x00000000 , 0x000000a0 
- 00021331  0x00005268 jam  0x00000000 , 0x000044c4 
- 00021332  0x00005269 jam  0x00000000 , 0x000044c5 
- 00021333  0x0000526a fetch  0x00000002 , 0x0000046d 
- 00021334  0x0000526b store  0x00000002 , 0x000044ba 
- 00021335  0x0000526c fetch  0x00000002 , 0x00000441 
- 00021336  0x0000526d mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00021337  0x0000526e rshift4  0x0000003f , 0x0000003f 
- 00021338  0x0000526f store  0x00000002 , 0x0000046d 
- 00021339  0x00005270 branch  0x0000532e 
- 00021340  0x00005277 call  0x000053c4 
- 00021341  0x00005278 call  0x000055e8 
- 00021342  0x00005279 call  0x000056f0 
- 00021343  0x0000527a branch  0x000053ce 
- 00021344  0x0000527d bpatchx  0x00000035 , 0x00004026 
- 00021345  0x0000527e call  0x000053c4 
- 00021346  0x0000527f call  0x000032f4 
- 00021347  0x00005280 fetch  0x00000001 , 0x00000440 
- 00021348  0x00005281 beq  0x00000003 , 0x00005366 
- 00021349  0x00005282 branch  0x0000537a 
- 00021350  0x00005289 bpatchx  0x00000036 , 0x00004026 
- 00021351  0x0000528a enable  0x00000029 
- 00021352  0x0000528b call  0x000056e4 
- 00021353  0x0000528c branch  0x00005377 , 0x00000002 
- 00021354  0x0000528d call  0x00002c6c 
- 00021355  0x0000528e call  0x00005413 
- 00021356  0x0000528f call  0x0000561e 
- 00021357  0x00005290 disable  0x0000002d 
- 00021358  0x00005291 call  0x000054bf 
- 00021359  0x00005292 nrtn  0x0000002d 
- 00021360  0x00005293 bpatchx  0x00000037 , 0x00004026 
- 00021361  0x00005294 fetch  0x00000001 , 0x00000005 
- 00021362  0x00005295 increase  0x00000001 , 0x0000003f 
- 00021363  0x00005296 store  0x00000001 , 0x00000005 
- 00021364  0x00005297 call  0x000055aa 
- 00021365  0x00005298 disable  0x00000029 
- 00021366  0x00005299 rtn 
- 00021367  0x0000529c call  0x000053a9 
- 00021368  0x0000529d disable  0x00000029 
- 00021369  0x0000529e rtn 
- 00021370  0x000052a4 bpatchx  0x00000038 , 0x00004027 
- 00021371  0x000052a5 jam  0x00000000 , 0x0000450f 
- 00021372  0x000052a6 call  0x00007aaf 
- 00021373  0x000052a7 call  0x00005c18 
- 00021374  0x000052a8 disable  0x0000002e 
- 00021375  0x000052a9 call  0x000056e4 
- 00021376  0x000052aa branch  0x000053a9 , 0x00000002 
- 00021377  0x000052ab call  0x00002c6c 
- 00021378  0x000052ac call  0x00005413 
- 00021379  0x000052ad call  0x00005489 
- 00021380  0x000052ae nbranch  0x0000539b , 0x00000018 
- 00021381  0x000052af call  0x000053b7 
- 00021382  0x000052b0 branch  0x00005388 , 0x0000002d 
- 00021383  0x000052b1 branch  0x00005395 
- 00021384  0x000052b5 bpatchx  0x00000039 , 0x00004027 
- 00021385  0x000052b6 fetch  0x00000001 , 0x0000450f 
- 00021386  0x000052b7 pincrease  0x00000001 
- 00021387  0x000052b8 store  0x00000001 , 0x0000450f 
- 00021388  0x000052b9 beq  0x0000000c , 0x00005395 
- 00021389  0x000052ba call  0x000055aa 
- 00021390  0x000052bb call  0x0000561e 
- 00021391  0x000052bc call  0x000054c7 
- 00021392  0x000052bd call  0x0000567e 
- 00021393  0x000052be fetch  0x00000002 , 0x000041fb 
- 00021394  0x000052bf call  0x00007f9c 
- 00021395  0x000052c0 call  0x000053a0 
- 00021396  0x000052c1 branch  0x000053a4 , 0x00000028 
- 00021397  0x000052c3 bpatchx  0x0000003a , 0x00004027 
- 00021398  0x000052c4 call  0x00005be4 
- 00021399  0x000052c5 call  0x00005bdb 
- 00021400  0x000052c6 call  0x00007d9c 
- 00021401  0x000052c7 fetch  0x00000001 , 0x00000462 
- 00021402  0x000052c8 bbit1  0x00000003 , 0x000053a9 
- 00021403  0x000052ca bpatchx  0x0000003b , 0x00004027 
- 00021404  0x000052cb call  0x000057f4 
- 00021405  0x000052cc call  0x0000559d 
- 00021406  0x000052cd call  0x00005575 
- 00021407  0x000052ce branch  0x00002841 
- 00021408  0x000052d2 disable  0x00000028 
- 00021409  0x000052d3 bmark1  0x0000002a , 0x00007fe7 
- 00021410  0x000052d4 bmark1  0x00000029 , 0x00007fe7 
- 00021411  0x000052d5 rtn 
- 00021412  0x000052d9 bpatchx  0x0000003c , 0x00004027 
- 00021413  0x000052da enable  0x0000002e 
- 00021414  0x000052db call  0x000054c1 
- 00021415  0x000052dc branch  0x00005388 , 0x0000002d 
- 00021416  0x000052dd branch  0x00005395 
- 00021417  0x000052e3 bpatchx  0x0000003d , 0x00004027 
- 00021418  0x000052e4 call  0x000053af 
- 00021419  0x000052e5 call  0x000033b4 
- 00021420  0x000052e6 call  0x00007a77 
- 00021421  0x000052e7 jam  0x00000015 , 0x00000a99 
- 00021422  0x000052e8 branch  0x00007d86 
- 00021423  0x000052eb setarg  0x00000000 
- 00021424  0x000052ec store  0x00000009 , 0x000044ff 
- 00021425  0x000052ed jam  0x00000000 , 0x00000455 
- 00021426  0x000052ee jam  0x00000000 , 0x00000440 
- 00021427  0x000052ef jam  0x00000000 , 0x0000043f 
- 00021428  0x000052f0 jam  0x00000000 , 0x000044c5 
- 00021429  0x000052f1 jam  0x00000000 , 0x000044c4 
- 00021430  0x000052f2 rtn 
- 00021431  0x000052f5 bpatchx  0x0000003e , 0x00004027 
- 00021432  0x000052f6 fetch  0x00000001 , 0x00000005 
- 00021433  0x000052f7 increase  0x00000001 , 0x0000003f 
- 00021434  0x000052f8 store  0x00000001 , 0x00000005 
- 00021435  0x000052f9 fetch  0x00000001 , 0x0000043f 
- 00021436  0x000052fa rtnbit1  0x00000003 
- 00021437  0x000052fb set1  0x00000003 
- 00021438  0x000052fc store  0x00000001 , 0x0000043f 
- 00021439  0x000052fd fetch  0x00000002 , 0x000044ba 
- 00021440  0x000052fe store  0x00000002 , 0x0000046d 
- 00021441  0x000052ff setarg  0x00000000 
- 00021442  0x00005300 store  0x00000004 , 0x000044e5 
- 00021443  0x00005301 rtn 
- 00021444  0x00005305 bpatchx  0x0000003f , 0x00004027 
- 00021445  0x00005306 jam  0x00000036 , 0x0000890f 
- 00021446  0x00005307 jam  0x0000005f , 0x0000890b 
- 00021447  0x00005308 enable  0x00000036 
- 00021448  0x00005309 jam  0x00000007 , 0x00008914 
- 00021449  0x0000530a call  0x00002c6c 
- 00021450  0x0000530b fetch  0x00000001 , 0x000041e0 
- 00021451  0x0000530c rtn  0x00000034 
- 00021452  0x0000530d jam  0x000000b8 , 0x0000890a 
- 00021453  0x0000530e rtn 
- 00021454  0x00005311 bpatchx  0x00000040 , 0x00004028 
- 00021455  0x00005312 jam  0x0000002e , 0x0000890f 
- 00021456  0x00005313 jam  0x000000ff , 0x0000890b 
- 00021457  0x00005314 disable  0x00000036 
- 00021458  0x00005315 jam  0x00000003 , 0x00008914 
- 00021459  0x00005316 arg  0x00000000 , 0x0000001b 
- 00021460  0x00005317 rtn 
- 00021461  0x0000531a disable  0x00000009 
- 00021462  0x0000531b disable  0x00000007 
- 00021463  0x0000531c fetch  0x00000003 , 0x00000467 
- 00021464  0x0000531d iforce  0x0000000f 
- 00021465  0x0000531e fetch  0x00000001 , 0x00000016 
- 00021466  0x0000531f reverse  0x0000003f , 0x00000002 
- 00021467  0x00005320 set1  0x00000001 , 0x00000002 
- 00021468  0x00005321 rshift  0x00000002 , 0x0000000e 
- 00021469  0x00005322 rtn 
- 00021470  0x00005326 call  0x000053e6 
- 00021471  0x00005327 call  0x0000291f 
- 00021472  0x00005328 setarg  0x00000500 
- 00021473  0x00005329 call  0x00002a8f 
- 00021474  0x0000532a branch  0x00002924 
- 00021475  0x0000532d branch  0x00002939 , 0x0000002d 
- 00021476  0x0000532f call  0x000053e6 
- 00021477  0x00005330 branch  0x00002933 
- 00021478  0x00005332 bpatchx  0x00000041 , 0x00004028 
- 00021479  0x00005333 call  0x00002918 
- 00021480  0x00005334 fetch  0x00000001 , 0x0000048c 
- 00021481  0x00005335 nbranch  0x000053f9 , 0x00000034 
- 00021482  0x00005336 fetch  0x00000001 , 0x00000016 
- 00021483  0x00005337 sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00021484  0x00005338 branch  0x000053f3 , 0x00000002 
- 00021485  0x00005339 force  0x00000000 , 0x00000002 
- 00021486  0x0000533a rtneq  0x00000025 
- 00021487  0x0000533b force  0x00000018 , 0x00000002 
- 00021488  0x0000533c rtneq  0x00000026 
- 00021489  0x0000533d force  0x0000004e , 0x00000002 
- 00021490  0x0000533e rtn 
- 00021491  0x00005341 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00021492  0x00005342 branch  0x000053f6 , 0x00000002 
- 00021493  0x00005343 increase  0x00000001 , 0x0000003f 
- 00021494  0x00005346 lshift  0x0000003f , 0x0000003f 
- 00021495  0x00005347 add  0x0000003f , 0x00000002 , 0x00000002 
- 00021496  0x00005348 rtn 
- 00021497  0x0000534b fetch  0x00000001 , 0x00000016 
- 00021498  0x0000534c lshift  0x0000003f , 0x00000002 
- 00021499  0x0000534d rtn 
- 00021500  0x00005350 arg  0x000001f4 , 0x00000002 
- 00021501  0x00005351 rtn  0x00000034 
- 00021502  0x00005352 arg  0x000000fa , 0x00000002 
- 00021503  0x00005353 rtneq  0x00000001 
- 00021504  0x00005354 arg  0x00000096 , 0x00000002 
- 00021505  0x00005355 rtneq  0x00000002 
- 00021506  0x00005356 arg  0x00000064 , 0x00000002 
- 00021507  0x00005357 rtneq  0x00000003 
- 00021508  0x00005358 arg  0x0000004b , 0x00000002 
- 00021509  0x00005359 rtneq  0x00000004 
- 00021510  0x0000535a arg  0x00000032 , 0x00000002 
- 00021511  0x0000535b rtneq  0x00000005 
- 00021512  0x0000535c arg  0x00000028 , 0x00000002 
- 00021513  0x0000535d rtneq  0x00000006 
- 00021514  0x0000535e arg  0x00000014 , 0x00000002 
- 00021515  0x0000535f rtn 
- 00021516  0x00005364 setarg  0x008e89be 
- 00021517  0x00005365 lshift8  0x0000003f , 0x0000003f 
- 00021518  0x00005366 or_into  0x000000d6 , 0x0000003f 
- 00021519  0x00005367 iforce  0x00000009 
- 00021520  0x00005368 setarg  0x00555555 
- 00021521  0x00005369 store  0x00000003 , 0x00000467 
- 00021522  0x0000536a rtn 
- 00021523  0x0000536d bpatchx  0x00000042 , 0x00004028 
- 00021524  0x0000536e enable  0x00000010 
- 00021525  0x0000536f fetch  0x00000004 , 0x00000463 
- 00021526  0x00005370 iforce  0x00000009 
- 00021527  0x00005371 call  0x00005466 
- 00021528  0x00005372 setarg  0x00000200 
- 00021529  0x00005373 branch  0x0000541c , 0x00000029 
- 00021530  0x00005374 fetch  0x00000002 , 0x0000044d 
- 00021531  0x00005375 rshift  0x0000003f , 0x0000003f 
- 00021532  0x00005377 arg  0x00000500 , 0x00000002 
- 00021533  0x00005378 iadd  0x00000002 , 0x0000003f 
- 00021534  0x00005379 call  0x00002a24 
- 00021535  0x0000537a deposit  0x0000001a 
- 00021536  0x0000537b store  0x00000006 , 0x00000491 
- 00021537  0x0000537c rtn 
- 00021538  0x0000537f bpatchx  0x00000043 , 0x00004028 
- 00021539  0x00005380 fetch  0x00000001 , 0x00000016 
- 00021540  0x00005381 beq  0x00000025 , 0x00005428 
- 00021541  0x00005382 beq  0x00000026 , 0x0000542e 
- 00021542  0x00005383 beq  0x00000027 , 0x00005434 
- 00021543  0x00005384 branch  0x00005434 
- 00021544  0x00005387 fetcht  0x00000001 , 0x0000448d 
- 00021545  0x00005388 isolate1  0x00000001 , 0x00000002 
- 00021546  0x00005389 branch  0x0000543f , 0x00000001 
- 00021547  0x0000538a isolate1  0x00000002 , 0x00000002 
- 00021548  0x0000538b branch  0x00005444 , 0x00000001 
- 00021549  0x0000538c branch  0x0000543a 
- 00021550  0x00005390 fetcht  0x00000001 , 0x0000448d 
- 00021551  0x00005391 isolate1  0x00000002 , 0x00000002 
- 00021552  0x00005392 branch  0x00005444 , 0x00000001 
- 00021553  0x00005393 isolate1  0x00000000 , 0x00000002 
- 00021554  0x00005394 branch  0x0000543a , 0x00000001 
- 00021555  0x00005395 branch  0x0000543f 
- 00021556  0x00005399 fetcht  0x00000001 , 0x0000448d 
- 00021557  0x0000539a isolate1  0x00000000 , 0x00000002 
- 00021558  0x0000539b branch  0x0000543a , 0x00000001 
- 00021559  0x0000539c isolate1  0x00000001 , 0x00000002 
- 00021560  0x0000539d branch  0x0000543f , 0x00000001 
- 00021561  0x0000539e branch  0x00005444 
- 00021562  0x000053a3 jam  0x00000025 , 0x00000016 
- 00021563  0x000053a4 fetch  0x00000001 , 0x00000ac2 
- 00021564  0x000053a5 set1  0x00000000 , 0x0000003f 
- 00021565  0x000053a6 store  0x00000001 , 0x00000ac2 
- 00021566  0x000053a7 rtn 
- 00021567  0x000053aa jam  0x00000026 , 0x00000016 
- 00021568  0x000053ab fetch  0x00000001 , 0x00000ac2 
- 00021569  0x000053ac set1  0x00000001 , 0x0000003f 
- 00021570  0x000053ad store  0x00000001 , 0x00000ac2 
- 00021571  0x000053ae rtn 
- 00021572  0x000053b1 jam  0x00000027 , 0x00000016 
- 00021573  0x000053b2 fetch  0x00000001 , 0x00000ac2 
- 00021574  0x000053b3 set1  0x00000002 , 0x0000003f 
- 00021575  0x000053b4 store  0x00000001 , 0x00000ac2 
- 00021576  0x000053b5 rtn 
- 00021577  0x000053ba bpatchx  0x00000044 , 0x00004028 
- 00021578  0x000053bb add  0x00000011 , 0x00000001 , 0x00000006 
- 00021579  0x000053bc ifetch  0x00000001 , 0x00000006 
- 00021580  0x000053bd rtnbit0  0x00000000 
- 00021581  0x000053be add  0x00000011 , 0x0000001a , 0x00000005 
- 00021582  0x000053bf ifetch  0x00000002 , 0x00000005 
- 00021583  0x000053c0 increase  0x00000001 , 0x0000003f 
- 00021584  0x000053c1 istore  0x00000002 , 0x00000005 
- 00021585  0x000053c2 add  0x00000011 , 0x00000019 , 0x00000006 
- 00021586  0x000053c3 ifetch  0x00000001 , 0x00000006 
- 00021587  0x000053c4 add  0x00000011 , 0x00000018 , 0x00000005 
- 00021588  0x000053c5 ifetcht  0x00000001 , 0x00000005 
- 00021589  0x000053c6 iadd  0x00000002 , 0x0000003f 
- 00021590  0x000053c7 sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00021591  0x000053c8 branch  0x00005459 , 0x00000002 
- 00021592  0x000053c9 increase  0xffffffdb , 0x0000003f 
- 00021593  0x000053cb istore  0x00000001 , 0x00000005 
- 00021594  0x000053cc rtn 
- 00021595  0x000053d0 bpatchx  0x00000045 , 0x00004028 
- 00021596  0x000053d1 fetch  0x00000005 , 0x0000046f 
- 00021597  0x000053d2 force  0x00000000 , 0x00000002 
- 00021598  0x000053d3 force  0x00000025 , 0x00000039 
- 00021599  0x000053d5 bbit0  0x00000000 , 0x00005461 
- 00021600  0x000053d6 increase  0x00000001 , 0x00000002 
- 00021601  0x000053d8 rshift  0x0000003f , 0x0000003f 
- 00021602  0x000053d9 loop  0x0000545f 
- 00021603  0x000053da add  0x00000002 , 0xffffffff , 0x0000003f 
- 00021604  0x000053db store  0x00000001 , 0x00000461 
- 00021605  0x000053dc rtn 
- 00021606  0x000053df bpatchx  0x00000046 , 0x00004028 
- 00021607  0x000053e0 fetch  0x00000001 , 0x00000457 
- 00021608  0x000053e1 iforce  0x00000007 
- 00021609  0x000053e2 fetcht  0x00000005 , 0x0000046f 
- 00021610  0x000053e3 qisolate1  0x00000002 
- 00021611  0x000053e4 branch  0x0000547c , 0x00000001 
- 00021612  0x000053e6 bpatchx  0x00000047 , 0x00004028 
- 00021613  0x000053e7 fetch  0x00000001 , 0x00000461 
- 00021614  0x000053e8 isub  0x00000007 , 0x0000003f 
- 00021615  0x000053e9 branch  0x00005472 , 0x00000002 
- 00021616  0x000053ea sub  0x0000003f , 0xffffffff , 0x00000007 
- 00021617  0x000053eb branch  0x0000546c 
- 00021618  0x000053ed copy  0x00000007 , 0x00000039 
- 00021619  0x000053ee force  0x00000000 , 0x00000007 
- 00021620  0x000053f0 qisolate1  0x00000002 
- 00021621  0x000053f1 branch  0x00005477 , 0x00000001 
- 00021622  0x000053f2 increase  0x00000001 , 0x00000039 
- 00021623  0x000053f4 deposit  0x00000039 
- 00021624  0x000053f5 branch  0x0000547c , 0x00000034 
- 00021625  0x000053f6 increase  0x00000001 , 0x00000007 
- 00021626  0x000053f7 increase  0xffffffff , 0x00000039 
- 00021627  0x000053f8 branch  0x00005474 
- 00021628  0x000053fa deposit  0x00000007 
- 00021629  0x000053fb store  0x00000001 , 0x00000016 
- 00021630  0x000053fc rtn 
- 00021631  0x00005400 branch  0x00005482 , 0x00000029 
- 00021632  0x00005401 until  0x0000003e , 0x00000003 
- 00021633  0x00005402 rtn 
- 00021634  0x00005405 arg  0x00000ea0 , 0x0000000b 
- 00021635  0x00005406 until  0x00000023 , 0x00000026 
- 00021636  0x00005407 rtn 
- 00021637  0x0000540a disable  0x00000010 
- 00021638  0x0000540b fetch  0x00000002 , 0x0000436c 
- 00021639  0x0000540c copy  0x0000003f , 0x0000000b 
- 00021640  0x0000540d branch  0x0000548e 
- 00021641  0x00005411 bpatchx  0x00000048 , 0x00004029 
- 00021642  0x00005412 enable  0x00000010 
- 00021643  0x00005413 fetch  0x00000002 , 0x0000044d 
- 00021644  0x00005414 fetcht  0x00000004 , 0x000044e5 
- 00021645  0x00005415 iadd  0x00000002 , 0x0000000b 
- 00021646  0x00005417 call  0x000053de 
- 00021647  0x00005419 bpatchx  0x00000049 , 0x00004029 
- 00021648  0x0000541a call  0x000053d5 
- 00021649  0x0000541b disable  0x0000002d 
- 00021650  0x0000541c enable  0x0000000d 
- 00021651  0x0000541d enable  0x00000021 
- 00021652  0x0000541e disable  0x00000020 
- 00021653  0x0000541f copy  0x0000000b , 0x0000001b 
- 00021654  0x00005420 correlate  0x0000003e , 0x00000003 
- 00021655  0x00005421 branch  0x0000549a , 0x0000002e 
- 00021656  0x00005422 copy  0x0000001a , 0x00000002 
- 00021657  0x00005423 storet  0x00000006 , 0x0000009a 
- 00021658  0x00005425 nbranch  0x0000264d , 0x00000018 
- 00021659  0x00005426 branch  0x000054a1 , 0x0000002e 
- 00021660  0x00005427 arg  0x000001e0 , 0x00000029 
- 00021661  0x00005428 copy  0x00000021 , 0x00000028 
- 00021662  0x00005429 fetch  0x00000001 , 0x0000043f 
- 00021663  0x0000542a bbit0  0x00000003 , 0x000054a1 
- 00021664  0x0000542b call  0x00002b05 , 0x0000002b 
- 00021665  0x0000542d bpatchx  0x0000004a , 0x00004029 
- 00021666  0x0000542e call  0x000029bb 
- 00021667  0x0000542f enable  0x00000007 
- 00021668  0x00005430 enable  0x00000009 
- 00021669  0x00005431 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021670  0x00005432 rshift3  0x0000000c , 0x0000003f 
- 00021671  0x00005433 store  0x00000001 , 0x000002d9 
- 00021672  0x00005434 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021673  0x00005435 rshift3  0x0000000c , 0x0000003f 
- 00021674  0x00005436 istore  0x00000001 , 0x00000005 
- 00021675  0x00005437 and  0x0000003f , 0x0000003f , 0x00000039 
- 00021676  0x00005438 branch  0x000054b1 , 0x00000005 
- 00021677  0x0000543b parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021678  0x0000543c rshift3  0x0000000c , 0x0000003f 
- 00021679  0x0000543d istore  0x00000001 , 0x00000005 
- 00021680  0x0000543e loop  0x000054ad 
- 00021681  0x00005441 bpatchx  0x0000004b , 0x00004029 
- 00021682  0x00005442 parse  0x00000003 , 0x00000000 , 0x00000018 
- 00021683  0x00005443 enable  0x00000010 
- 00021684  0x00005444 arg  0x00000664 , 0x0000001b 
- 00021685  0x00005445 rshift32  0x0000003f , 0x0000003f 
- 00021686  0x00005446 rshift16  0x0000003f , 0x0000003f 
- 00021687  0x00005447 istore  0x00000003 , 0x00000005 
- 00021688  0x00005448 branch  0x0000264d , 0x00000006 
- 00021689  0x00005449 enable  0x0000002d 
- 00021690  0x0000544a fetch  0x00000001 , 0x00000017 
- 00021691  0x0000544b add  0x0000003f , 0x00000000 , 0x00000011 
- 00021692  0x0000544c call  0x00002981 
- 00021693  0x0000544d disable  0x0000000d 
- 00021694  0x0000544e branch  0x00002918 
- 00021695  0x00005451 bpatchx  0x0000004c , 0x00004029 
- 00021696  0x00005452 call  0x000054c9 
- 00021697  0x00005454 fetcht  0x00000001 , 0x00000017 
- 00021698  0x00005455 call  0x0000291f 
- 00021699  0x00005456 call  0x00002924 
- 00021700  0x00005457 enable  0x00000010 
- 00021701  0x00005458 arg  0x0000157c , 0x0000000b 
- 00021702  0x00005459 branch  0x0000548f 
- 00021703  0x0000545c call  0x000054c9 
- 00021704  0x0000545d branch  0x0000264d 
- 00021705  0x00005460 bpatchx  0x0000004d , 0x00004029 
- 00021706  0x00005461 call  0x000053d5 
- 00021707  0x00005462 call  0x000053e3 
- 00021708  0x00005463 branch  0x000054cd 
- 00021709  0x00005466 set1  0x00000000 , 0x00000015 
- 00021710  0x00005467 enable  0x0000001d 
- 00021711  0x00005468 enable  0x00000020 
- 00021712  0x00005469 disable  0x00000021 
- 00021713  0x0000546a call  0x0000547f 
- 00021714  0x0000546b rshift16  0x00000009 , 0x0000003f 
- 00021715  0x0000546c rshift8  0x0000003f , 0x0000003f 
- 00021716  0x0000546d rshift4  0x0000003f , 0x0000003f 
- 00021717  0x0000546e inject  0x00000003 , 0x00000028 
- 00021718  0x0000546f enable  0x00000007 
- 00021719  0x00005470 enable  0x00000009 
- 00021720  0x00005471 bpatchx  0x0000004e , 0x00004029 
- 00021721  0x00005472 fetch  0x00000001 , 0x000043dc 
- 00021722  0x00005473 inject  0x00000003 , 0x00000008 
- 00021723  0x00005474 ifetch  0x00000001 , 0x00000006 
- 00021724  0x00005475 and  0x0000003f , 0x0000003f , 0x00000039 
- 00021725  0x00005476 inject  0x00000003 , 0x00000008 
- 00021726  0x00005477 branch  0x000054e2 , 0x00000005 
- 00021727  0x00005479 ifetch  0x00000001 , 0x00000006 
- 00021728  0x0000547a inject  0x00000003 , 0x00000008 
- 00021729  0x0000547b loop  0x000054df 
- 00021730  0x0000547e enable  0x00000008 
- 00021731  0x0000547f inject  0x00000003 , 0x00000018 
- 00021732  0x00005480 disable  0x00000008 
- 00021733  0x00005481 until  0x0000003e , 0x00000027 
- 00021734  0x00005482 nop  0x00000064 
- 00021735  0x00005483 disable  0x0000001d 
- 00021736  0x00005484 rtn 
- 00021737  0x00005487 bpatchx  0x0000004f , 0x00004029 
- 00021738  0x00005488 fetch  0x00000001 , 0x00004484 
- 00021739  0x00005489 beq  0x00000001 , 0x000054f9 
- 00021740  0x0000548a fetch  0x00000001 , 0x00004485 
- 00021741  0x0000548b lshift4  0x0000003f , 0x0000003f 
- 00021742  0x0000548c lshift2  0x0000003f , 0x0000003f 
- 00021743  0x0000548d store  0x00000001 , 0x000043dc 
- 00021744  0x0000548e fetcht  0x00000001 , 0x0000436f 
- 00021745  0x0000548f add  0x00000002 , 0x00000006 , 0x0000003f 
- 00021746  0x00005490 store  0x00000001 , 0x000043dd 
- 00021747  0x00005491 fetch  0x00000006 , 0x000044a0 
- 00021748  0x00005492 store  0x00000006 , 0x000043de 
- 00021749  0x00005493 copy  0x00000002 , 0x00000039 
- 00021750  0x00005494 arg  0x00004370 , 0x00000006 
- 00021751  0x00005495 call  0x00007ef4 
- 00021752  0x00005496 branch  0x00005504 
- 00021753  0x00005498 fetch  0x00000001 , 0x00004486 
- 00021754  0x00005499 lshift4  0x0000003f , 0x0000003f 
- 00021755  0x0000549a lshift2  0x0000003f , 0x0000003f 
- 00021756  0x0000549b increase  0x00000001 , 0x0000003f 
- 00021757  0x0000549c store  0x00000001 , 0x000043dc 
- 00021758  0x0000549d setarg  0x0000000c 
- 00021759  0x0000549e store  0x00000001 , 0x000043dd 
- 00021760  0x0000549f fetch  0x00000006 , 0x000044a0 
- 00021761  0x000054a0 store  0x00000006 , 0x000043de 
- 00021762  0x000054a1 fetch  0x00000006 , 0x000041d0 
- 00021763  0x000054a2 istore  0x00000006 , 0x00000005 
- 00021764  0x000054a4 bpatchx  0x00000050 , 0x0000402a 
- 00021765  0x000054a5 fetch  0x00000001 , 0x00000000 
- 00021766  0x000054a6 increase  0x00000001 , 0x0000003f 
- 00021767  0x000054a7 store  0x00000001 , 0x00000000 
- 00021768  0x000054a8 arg  0x00000708 , 0x0000001b 
- 00021769  0x000054a9 disable  0x0000002d 
- 00021770  0x000054aa branch  0x000054bf 
- 00021771  0x000054ad bpatchx  0x00000051 , 0x0000402a 
- 00021772  0x000054ae fetch  0x00000001 , 0x0000449e 
- 00021773  0x000054af rtnne  0x00000001 
- 00021774  0x000054b0 fetch  0x00000001 , 0x00000000 
- 00021775  0x000054b1 increase  0x00000001 , 0x0000003f 
- 00021776  0x000054b2 store  0x00000001 , 0x00000000 
- 00021777  0x000054b3 arg  0x00000c03 , 0x00000002 
- 00021778  0x000054b4 fetch  0x00000001 , 0x0000449f 
- 00021779  0x000054b5 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00021780  0x000054b6 copy  0x00000011 , 0x0000003f 
- 00021781  0x000054b7 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00021782  0x000054b8 storet  0x00000002 , 0x000043dc 
- 00021783  0x000054b9 fetch  0x00000006 , 0x000044a0 
- 00021784  0x000054ba istore  0x00000006 , 0x00000005 
- 00021785  0x000054bb fetch  0x00000006 , 0x0000044f 
- 00021786  0x000054bc istore  0x00000006 , 0x00000005 
- 00021787  0x000054bd branch  0x000054bf 
- 00021788  0x000054c1 bpatchx  0x00000052 , 0x0000402a 
- 00021789  0x000054c2 arg  0x00000004 , 0x00000002 
- 00021790  0x000054c3 fetch  0x00000001 , 0x00004485 
- 00021791  0x000054c4 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00021792  0x000054c5 storet  0x00000001 , 0x000043dc 
- 00021793  0x000054c6 fetcht  0x00000001 , 0x0000438f 
- 00021794  0x000054c7 add  0x00000002 , 0x00000006 , 0x0000003f 
- 00021795  0x000054c8 store  0x00000001 , 0x000043dd 
- 00021796  0x000054c9 fetch  0x00000006 , 0x000044a0 
- 00021797  0x000054ca store  0x00000006 , 0x000043de 
- 00021798  0x000054cb arg  0x00004390 , 0x00000006 
- 00021799  0x000054cc copy  0x00000002 , 0x00000039 
- 00021800  0x000054cd call  0x00007ef4 
- 00021801  0x000054ce call  0x000054c7 
- 00021802  0x000054cf branch  0x00005706 
- 00021803  0x000054d2 bpatchx  0x00000053 , 0x0000402a 
- 00021804  0x000054d3 force  0xffffffff , 0x0000003f 
- 00021805  0x000054d4 setsect  0x00000002 , 0x00000001 
- 00021806  0x000054d5 store  0x00000005 , 0x0000046f 
- 00021807  0x000054d6 call  0x0000545b 
- 00021808  0x000054d7 force  0x00000004 , 0x00000039 
- 00021809  0x000054d8 arg  0x00000463 , 0x00000005 
- 00021810  0x000054d9 call  0x0000630d 
- 00021811  0x000054da fetch  0x00000002 , 0x0000449c 
- 00021812  0x000054db store  0x00000002 , 0x0000046d 
- 00021813  0x000054dd random  0x0000003f 
- 00021814  0x000054de and_into  0x0000000f , 0x0000003f 
- 00021815  0x000054df sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00021816  0x000054e0 branch  0x00005535 , 0x00000002 
- 00021817  0x000054e1 store  0x00000001 , 0x00000458 
- 00021818  0x000054e2 store  0x00000001 , 0x000006e6 
- 00021819  0x000054e3 bpatchx  0x00000054 , 0x0000402a 
- 00021820  0x000054e4 fetcht  0x00000002 , 0x00004367 
- 00021821  0x000054e5 storet  0x00000002 , 0x00000441 
- 00021822  0x000054e6 copy  0x00000002 , 0x00000013 
- 00021823  0x000054e7 add  0x00000022 , 0x00000007 , 0x0000003f 
- 00021824  0x000054e8 idiv  0x00000013 
- 00021825  0x000054e9 call  0x00007f86 
- 00021826  0x000054ea remainder  0x00000011 
- 00021827  0x000054eb isub  0x00000011 , 0x0000003f 
- 00021828  0x000054ec iadd  0x00000013 , 0x0000003f 
- 00021829  0x000054ed fetcht  0x00000002 , 0x00004365 
- 00021830  0x000054ee iadd  0x00000002 , 0x0000003f 
- 00021831  0x000054ef store  0x00000004 , 0x00000443 
- 00021832  0x000054f0 isub  0x00000022 , 0x00000011 
- 00021833  0x000054f1 increase  0xfffffffa , 0x00000011 
- 00021834  0x000054f2 arg  0x00002205 , 0x00000012 
- 00021835  0x000054f3 fetch  0x00000001 , 0x00004495 
- 00021836  0x000054f4 nsetflag  0x00000034 , 0x00000006 , 0x00000012 
- 00021837  0x000054f5 fetch  0x00000001 , 0x0000448e 
- 00021838  0x000054f6 nsetflag  0x00000034 , 0x00000007 , 0x00000012 
- 00021839  0x000054f7 copy  0x00000012 , 0x0000003f 
- 00021840  0x000054f8 store  0x00000002 , 0x000043dc 
- 00021841  0x000054f9 fetch  0x00000006 , 0x000044a0 
- 00021842  0x000054fa istore  0x00000006 , 0x00000005 
- 00021843  0x000054fb fetch  0x00000006 , 0x0000044f 
- 00021844  0x000054fc istore  0x00000006 , 0x00000005 
- 00021845  0x000054fd fetch  0x00000004 , 0x00000463 
- 00021846  0x000054fe istore  0x00000004 , 0x00000005 
- 00021847  0x000054ff random  0x0000003f 
- 00021848  0x00005500 istore  0x00000002 , 0x00000005 
- 00021849  0x00005501 random  0x0000003f 
- 00021850  0x00005502 istore  0x00000001 , 0x00000005 
- 00021851  0x00005503 force  0x00000002 , 0x0000003f 
- 00021852  0x00005504 istore  0x00000001 , 0x00000005 
- 00021853  0x00005505 rshift2  0x00000011 , 0x0000003f 
- 00021854  0x00005506 istore  0x00000002 , 0x00000005 
- 00021855  0x00005507 rshift2  0x00000013 , 0x0000003f 
- 00021856  0x00005508 istore  0x00000002 , 0x00000005 
- 00021857  0x00005509 bpatchx  0x00000055 , 0x0000402a 
- 00021858  0x0000550a setarg  0x00000000 
- 00021859  0x0000550b istore  0x00000002 , 0x00000005 
- 00021860  0x0000550c fetch  0x00000002 , 0x0000449c 
- 00021861  0x0000550d istore  0x00000002 , 0x00000005 
- 00021862  0x0000550e fetch  0x00000005 , 0x0000046f 
- 00021863  0x0000550f istore  0x00000005 , 0x00000005 
- 00021864  0x00005510 fetch  0x00000001 , 0x00000458 
- 00021865  0x00005511 arg  0x000000a0 , 0x00000002 
- 00021866  0x00005512 ior  0x00000002 , 0x0000003f 
- 00021867  0x00005513 istore  0x00000001 , 0x00000005 
- 00021868  0x00005514 call  0x000054c7 
- 00021869  0x00005515 setarg  0x000043dc 
- 00021870  0x00005516 add  0x0000003f , 0x00000012 , 0x00000006 
- 00021871  0x00005517 ifetch  0x00000003 , 0x00000006 
- 00021872  0x00005518 store  0x00000003 , 0x00000467 
- 00021873  0x00005519 rtn 
- 00021874  0x0000551c bpatchx  0x00000056 , 0x0000402a 
- 00021875  0x0000551d disable  0x00000029 
- 00021876  0x0000551e branch  0x0000540c 
- 00021877  0x00005523 fetch  0x00000001 , 0x0000043f 
- 00021878  0x00005524 rtnbit0  0x00000005 
- 00021879  0x00005525 fetch  0x00000002 , 0x00000459 
- 00021880  0x00005526 fetcht  0x00000002 , 0x0000045f 
- 00021881  0x00005527 isub  0x00000002 , 0x0000003f 
- 00021882  0x00005528 nrtn  0x00000002 
- 00021883  0x00005529 store  0x00000002 , 0x00000a9a 
- 00021884  0x0000552a bpatchx  0x00000057 , 0x0000402a 
- 00021885  0x0000552b fetch  0x00000001 , 0x0000043f 
- 00021886  0x0000552c set0  0x00000005 , 0x0000003f 
- 00021887  0x0000552d set0  0x00000003 , 0x0000003f 
- 00021888  0x0000552e store  0x00000001 , 0x0000043f 
- 00021889  0x0000552f fetch  0x00000004 , 0x00000443 
- 00021890  0x00005530 fetcht  0x00000002 , 0x00000441 
- 00021891  0x00005531 storet  0x00000002 , 0x00000aa2 
- 00021892  0x00005532 isub  0x00000002 , 0x00000011 
- 00021893  0x00005533 bpatchx  0x00000058 , 0x0000402b 
- 00021894  0x00005534 fetch  0x00000001 , 0x000043d3 
- 00021895  0x00005535 store  0x00000001 , 0x0000046a 
- 00021896  0x00005536 ifetcht  0x00000002 , 0x00000006 
- 00021897  0x00005537 ifetch  0x00000002 , 0x00000006 
- 00021898  0x00005538 lshift2  0x0000003f , 0x0000003f 
- 00021899  0x00005539 store  0x00000002 , 0x00000441 
- 00021900  0x0000553a lshift2  0x00000002 , 0x00000002 
- 00021901  0x0000553b iadd  0x00000002 , 0x0000003f 
- 00021902  0x0000553c ifetcht  0x00000004 , 0x00000006 
- 00021903  0x0000553d storet  0x00000004 , 0x0000046b 
- 00021904  0x0000553e iadd  0x00000011 , 0x0000003f 
- 00021905  0x0000553f copy  0x0000003f , 0x00000014 
- 00021906  0x00005540 fetch  0x00000002 , 0x00000441 
- 00021907  0x00005541 fetcht  0x00000002 , 0x00000aa2 
- 00021908  0x00005542 isub  0x00000002 , 0x0000003f 
- 00021909  0x00005543 fetcht  0x00000002 , 0x00000a9a 
- 00021910  0x00005544 imul32  0x00000002 , 0x0000003f 
- 00021911  0x00005545 iadd  0x00000014 , 0x0000003f 
- 00021912  0x00005546 store  0x00000004 , 0x00000443 
- 00021913  0x00005547 call  0x00005713 
- 00021914  0x00005548 fetch  0x00000002 , 0x0000046d 
- 00021915  0x00005549 store  0x00000002 , 0x000044ba 
- 00021916  0x0000554a rtn 
- 00021917  0x0000554e bpatchx  0x00000059 , 0x0000402b 
- 00021918  0x0000554f fetch  0x00000001 , 0x0000043f 
- 00021919  0x00005550 rtnbit0  0x00000006 
- 00021920  0x00005551 fetch  0x00000002 , 0x00000459 
- 00021921  0x00005552 fetcht  0x00000002 , 0x0000045f 
- 00021922  0x00005553 isub  0x00000002 , 0x0000003f 
- 00021923  0x00005554 nrtn  0x00000002 
- 00021924  0x00005555 fetch  0x00000001 , 0x0000043f 
- 00021925  0x00005556 set0  0x00000006 , 0x0000003f 
- 00021926  0x00005557 store  0x00000001 , 0x0000043f 
- 00021927  0x00005558 fetch  0x00000005 , 0x000043ce 
- 00021928  0x00005559 store  0x00000005 , 0x0000046f 
- 00021929  0x0000555a branch  0x0000545b 
- 00021930  0x0000555e bpatchx  0x0000005a , 0x0000402b 
- 00021931  0x0000555f call  0x000056ed 
- 00021932  0x00005560 call  0x000055c0 
- 00021933  0x00005561 fetch  0x00000001 , 0x000002d9 
- 00021934  0x00005562 isolate1  0x00000004 , 0x0000003f 
- 00021935  0x00005563 setflag  0x00000001 , 0x0000002a , 0x00000000 
- 00021936  0x00005564 rshift  0x0000003f , 0x0000003f 
- 00021937  0x00005565 ixor  0x00000002 , 0x0000003f 
- 00021938  0x00005566 isolate1  0x00000002 , 0x0000003f 
- 00021939  0x00005567 setflag  0x00000001 , 0x0000000f , 0x00000000 
- 00021940  0x00005568 rtnmark1  0x0000000f 
- 00021941  0x00005569 fetch  0x00000001 , 0x000002da 
- 00021942  0x0000556a branch  0x000055bc , 0x00000034 
- 00021943  0x0000556b fetch  0x00000001 , 0x0000043f 
- 00021944  0x0000556c bbit0  0x00000004 , 0x000055bc 
- 00021945  0x0000556d call  0x0000748d 
- 00021946  0x0000556e call  0x000073fb 
- 00021947  0x0000556f nrtn  0x00000034 
- 00021948  0x00005571 fetcht  0x00000001 , 0x00000456 
- 00021949  0x00005572 setflip  0x00000002 , 0x00000002 
- 00021950  0x00005573 storet  0x00000001 , 0x00000456 
- 00021951  0x00005574 rtn 
- 00021952  0x00005578 bpatchx  0x0000005b , 0x0000402b 
- 00021953  0x00005579 fetcht  0x00000001 , 0x00000456 
- 00021954  0x0000557a isolate0  0x00000005 , 0x00000002 
- 00021955  0x0000557b rtn  0x00000001 
- 00021956  0x0000557c fetch  0x00000001 , 0x000002d9 
- 00021957  0x0000557d lshift  0x0000003f , 0x0000003f 
- 00021958  0x0000557e ixor  0x00000002 , 0x0000003f 
- 00021959  0x0000557f rtnbit0  0x00000003 
- 00021960  0x00005580 set0  0x00000005 , 0x00000002 
- 00021961  0x00005581 setflip  0x00000003 , 0x00000002 
- 00021962  0x00005582 storet  0x00000001 , 0x00000456 
- 00021963  0x00005583 compare  0x00000003 , 0x00000002 , 0x00000003 
- 00021964  0x00005584 nrtn  0x00000001 
- 00021965  0x00005585 fetch  0x00000001 , 0x000043de 
- 00021966  0x00005586 beq  0x00000005 , 0x000055d2 
- 00021967  0x00005587 fetch  0x00000001 , 0x000044c5 
- 00021968  0x00005588 beq  0x00000002 , 0x000055d6 
- 00021969  0x00005589 rtn 
- 00021970  0x0000558d fetch  0x00000001 , 0x0000043f 
- 00021971  0x0000558e set1  0x00000004 , 0x0000003f 
- 00021972  0x0000558f store  0x00000001 , 0x0000043f 
- 00021973  0x00005590 rtn 
- 00021974  0x00005593 bpatchx  0x0000005c , 0x0000402b 
- 00021975  0x00005594 jam  0x00000000 , 0x000044c5 
- 00021976  0x00005595 arg  0x00000000 , 0x0000003f 
- 00021977  0x00005596 store  0x00000004 , 0x0000440d 
- 00021978  0x00005597 store  0x00000005 , 0x00004403 
- 00021979  0x00005598 set1  0x00000027 , 0x0000003f 
- 00021980  0x00005599 store  0x00000005 , 0x00004408 
- 00021981  0x0000559a fetch  0x00000001 , 0x0000043f 
- 00021982  0x0000559b set0  0x00000004 , 0x0000003f 
- 00021983  0x0000559c store  0x00000001 , 0x0000043f 
- 00021984  0x0000559d rtn 
- 00021985  0x000055a1 bpatchx  0x0000005d , 0x0000402b 
- 00021986  0x000055a2 call  0x00005422 
- 00021987  0x000055a3 call  0x00005485 
- 00021988  0x000055a4 fetch  0x00000001 , 0x00000001 
- 00021989  0x000055a5 increase  0x00000001 , 0x0000003f 
- 00021990  0x000055a6 store  0x00000001 , 0x00000001 
- 00021991  0x000055a7 rtn 
- 00021992  0x000055ab bpatchx  0x0000005e , 0x0000402b 
- 00021993  0x000055ac fetch  0x00000001 , 0x00004369 
- 00021994  0x000055ad rtnne  0x00000001 
- 00021995  0x000055ae arg  0x00000002 , 0x00000007 
- 00021996  0x000055af call  0x00007f16 
- 00021997  0x000055b0 nrtn  0x00000034 
- 00021998  0x000055b1 fetch  0x00000002 , 0x0000436a 
- 00021999  0x000055b2 fetcht  0x00000002 , 0x0000436c 
- 00022000  0x000055b3 isub  0x00000002 , 0x0000003f 
- 00022001  0x000055b4 arg  0x00000002 , 0x00000007 
- 00022002  0x000055b5 call  0x00007f08 
- 00022003  0x000055b6 disable  0x00000029 
- 00022004  0x000055b7 call  0x00005572 
- 00022005  0x000055b8 call  0x000055e1 
- 00022006  0x000055b9 nrtn  0x0000002d 
- 00022007  0x000055ba bpatchx  0x0000005f , 0x0000402b 
- 00022008  0x000055bb fetch  0x00000006 , 0x000002db 
- 00022009  0x000055bc store  0x00000006 , 0x0000044f 
- 00022010  0x000055bf fetch  0x00000001 , 0x00000002 
- 00022011  0x000055c0 increase  0x00000001 , 0x0000003f 
- 00022012  0x000055c1 store  0x00000001 , 0x00000002 
- 00022013  0x000055c2 call  0x00005608 
- 00022014  0x000055c3 rtn  0x00000029 
- 00022015  0x000055c4 call  0x0000550b 
- 00022016  0x000055c5 nrtn  0x0000002d 
- 00022017  0x000055c6 bpatchx  0x00000060 , 0x0000402c 
- 00022018  0x000055c7 fetch  0x00000001 , 0x00000004 
- 00022019  0x000055c8 increase  0x00000001 , 0x0000003f 
- 00022020  0x000055c9 store  0x00000001 , 0x00000004 
- 00022021  0x000055ca fetch  0x00000009 , 0x000002e1 
- 00022022  0x000055cb store  0x00000009 , 0x00000101 
- 00022023  0x000055cc rtn 
- 00022024  0x000055cf bpatchx  0x00000061 , 0x0000402c 
- 00022025  0x000055d0 fetch  0x00000001 , 0x0000049b 
- 00022026  0x000055d1 rtnne  0x0000001b 
- 00022027  0x000055d2 fetch  0x00000006 , 0x0000044f 
- 00022028  0x000055d3 fetcht  0x00000006 , 0x0000448f 
- 00022029  0x000055d4 isub  0x00000002 , 0x0000003e 
- 00022030  0x000055d5 nrtn  0x00000005 
- 00022031  0x000055d6 call  0x0000223b 
- 00022032  0x000055d7 nrtn  0x00000005 
- 00022033  0x000055d8 call  0x0000552b 
- 00022034  0x000055d9 call  0x00005340 
- 00022035  0x000055da bpatchx  0x00000062 , 0x0000402c 
- 00022036  0x000055db jam  0x00000000 , 0x000041ce 
- 00022037  0x000055dc jam  0x00000000 , 0x00000476 
- 00022038  0x000055dd jam  0x00000000 , 0x00004369 
- 00022039  0x000055de jam  0x00000000 , 0x0000049b 
- 00022040  0x000055df branch  0x00002223 
- 00022041  0x000055e2 arg  0x00000001 , 0x00000011 
- 00022042  0x000055e3 fetch  0x00000001 , 0x000002d9 
- 00022043  0x000055e4 rtnbit1  0x00000006 
- 00022044  0x000055e5 arg  0x00000000 , 0x00000011 
- 00022045  0x000055e6 rtn 
- 00022046  0x000055eb bpatchx  0x00000063 , 0x0000402c 
- 00022047  0x000055ec fetch  0x00000001 , 0x00000456 
- 00022048  0x000055ed rtnbit1  0x00000005 
- 00022049  0x000055ee call  0x00005642 
- 00022050  0x000055ef call  0x00005873 
- 00022051  0x000055f0 branch  0x00005664 , 0x00000034 
- 00022052  0x000055f1 ifetch  0x00000001 , 0x00000006 
- 00022053  0x000055f2 ifetcht  0x00000001 , 0x00000006 
- 00022054  0x000055f3 copy  0x00000002 , 0x00000011 
- 00022055  0x000055f4 isub  0x00000011 , 0x0000003f 
- 00022056  0x000055f5 arg  0x0000001b , 0x00000002 
- 00022057  0x000055f6 call  0x00007fdd 
- 00022058  0x000055f7 copy  0x0000003f , 0x00000002 
- 00022059  0x000055f8 ifetch  0x00000001 , 0x00000006 
- 00022060  0x000055f9 copy  0x0000003f , 0x00000001 
- 00022061  0x000055fa copy  0x00000011 , 0x0000003f 
- 00022062  0x000055fb iadd  0x00000006 , 0x00000006 
- 00022063  0x000055fc arg  0x000043de , 0x00000005 
- 00022064  0x000055fd copy  0x00000002 , 0x00000039 
- 00022065  0x000055fe call  0x00007f01 
- 00022066  0x000055ff call  0x00005654 
- 00022067  0x00005600 call  0x00005666 
- 00022068  0x00005602 call  0x00005873 
- 00022069  0x00005603 ifetch  0x00000001 , 0x00000006 
- 00022070  0x00005604 copy  0x0000003f , 0x00000011 
- 00022071  0x00005605 copy  0x00000006 , 0x00000013 
- 00022072  0x00005606 ifetcht  0x00000001 , 0x00000006 
- 00022073  0x00005607 copy  0x00000002 , 0x00000012 
- 00022074  0x00005608 isub  0x00000012 , 0x0000003f 
- 00022075  0x00005609 arg  0x0000001b , 0x00000002 
- 00022076  0x0000560a call  0x00007fdd 
- 00022077  0x0000560b iadd  0x00000012 , 0x0000003f 
- 00022078  0x0000560c istore  0x00000001 , 0x00000013 
- 00022079  0x0000560d isub  0x00000011 , 0x0000003e 
- 00022080  0x0000560e nrtn  0x00000005 
- 00022081  0x0000560f branch  0x00005896 
- 00022082  0x00005613 call  0x00005649 
- 00022083  0x00005614 rtnmark1  0x00000029 
- 00022084  0x00005615 fetch  0x00000001 , 0x000044e9 
- 00022085  0x00005616 bbit0  0x00000002 , 0x00005652 
- 00022086  0x00005617 call  0x00005876 
- 00022087  0x00005618 branch  0x00005652 , 0x00000034 
- 00022088  0x00005619 branch  0x00005650 
- 00022089  0x0000561d call  0x00005873 
- 00022090  0x0000561e branch  0x00005652 , 0x00000034 
- 00022091  0x0000561f ifetch  0x00000001 , 0x00000006 
- 00022092  0x00005620 ifetcht  0x00000001 , 0x00000006 
- 00022093  0x00005621 isub  0x00000002 , 0x0000003f 
- 00022094  0x00005622 sub  0x0000003f , 0x0000001b , 0x0000003e 
- 00022095  0x00005623 branch  0x00005652 , 0x00000002 
- 00022096  0x00005625 set1  0x00000029 , 0x00000000 
- 00022097  0x00005626 rtn 
- 00022098  0x00005629 set0  0x00000029 , 0x00000000 
- 00022099  0x0000562a rtn 
- 00022100  0x0000562d copy  0x00000011 , 0x0000003f 
- 00022101  0x0000562e rtn  0x00000034 
- 00022102  0x0000562f arg  0x00000001 , 0x00000001 
- 00022103  0x00005630 rtn 
- 00022104  0x00005634 bpatchx  0x00000064 , 0x0000402c 
- 00022105  0x00005635 increase  0x00000001 , 0x00000002 
- 00022106  0x00005636 call  0x0000576a 
- 00022107  0x00005637 increase  0xfffffffe , 0x00000006 
- 00022108  0x00005638 ifetch  0x00000002 , 0x00000006 
- 00022109  0x00005639 arg  0x00002902 , 0x00000002 
- 00022110  0x0000563a isub  0x00000002 , 0x0000003e 
- 00022111  0x0000563b nrtn  0x00000005 
- 00022112  0x0000563c increase  0x00000001 , 0x00000006 
- 00022113  0x0000563d copy  0x00000006 , 0x00000011 
- 00022114  0x0000563e ifetch  0x00000001 , 0x00000006 
- 00022115  0x0000563f rtn 
- 00022116  0x00005643 force  0x00000000 , 0x00000002 
- 00022117  0x00005644 force  0x00000001 , 0x00000001 
- 00022118  0x00005647 bpatchx  0x00000065 , 0x0000402c 
- 00022119  0x00005648 storet  0x00000001 , 0x000043dd 
- 00022120  0x00005649 fetcht  0x00000001 , 0x00000456 
- 00022121  0x0000564a set1  0x00000005 , 0x00000002 
- 00022122  0x0000564b and  0x00000002 , 0x000000fc , 0x0000003f 
- 00022123  0x0000564c ior  0x00000001 , 0x0000003f 
- 00022124  0x0000564d store  0x00000001 , 0x00000456 
- 00022125  0x0000564e and_into  0x0000001f , 0x0000003f 
- 00022126  0x0000564f isolate1  0x00000029 , 0x00000000 
- 00022127  0x00005650 setflag  0x00000001 , 0x00000004 , 0x0000003f 
- 00022128  0x00005651 store  0x00000001 , 0x000043dc 
- 00022129  0x00005653 fetch  0x00000001 , 0x000043dc 
- 00022130  0x00005654 compare  0x00000001 , 0x00000001 , 0x00000003 
- 00022131  0x00005655 nbranch  0x00005676 , 0x00000001 
- 00022132  0x00005656 fetch  0x00000001 , 0x000043dd 
- 00022133  0x00005657 rtn  0x00000034 
- 00022134  0x00005659 fetch  0x00000001 , 0x0000043f 
- 00022135  0x0000565a rtnbit0  0x00000004 
- 00022136  0x0000565b call  0x0000748d 
- 00022137  0x0000565c branch  0x000073e3 
- 00022138  0x00005660 arg  0x00000000 , 0x00000007 
- 00022139  0x00005661 branch  0x00002c32 
- 00022140  0x00005664 arg  0x00000000 , 0x00000007 
- 00022141  0x00005665 branch  0x00002c36 
- 00022142  0x00005669 bpatchx  0x00000066 , 0x0000402c 
- 00022143  0x0000566a rtnmark1  0x0000000f 
- 00022144  0x0000566b call  0x00005890 
- 00022145  0x0000566c nrtn  0x00000034 
- 00022146  0x0000566d fetch  0x00000001 , 0x000002d9 
- 00022147  0x0000566e and  0x0000003f , 0x00000003 , 0x0000003f 
- 00022148  0x0000566f store  0x00000001 , 0x0000450c 
- 00022149  0x00005670 ifetch  0x00000001 , 0x00000006 
- 00022150  0x00005671 and  0x0000003f , 0x0000001f , 0x0000003f 
- 00022151  0x00005672 store  0x00000001 , 0x0000450b 
- 00022152  0x00005673 rtn  0x00000034 
- 00022153  0x00005674 copy  0x00000006 , 0x0000003f 
- 00022154  0x00005675 store  0x00000002 , 0x0000450d 
- 00022155  0x00005676 fetch  0x00000001 , 0x0000450c 
- 00022156  0x00005677 beq  0x00000003 , 0x00005c64 
- 00022157  0x00005679 call  0x0000569a 
- 00022158  0x0000567a nbranch  0x0000567a , 0x00000028 
- 00022159  0x0000567b call  0x0000567c 
- 00022160  0x0000567c fetch  0x00000002 , 0x0000450d 
- 00022161  0x0000567d copy  0x0000003f , 0x00000006 
- 00022162  0x0000567e ifetch  0x00000002 , 0x00000006 
- 00022163  0x0000567f store  0x00000002 , 0x000044fc 
- 00022164  0x00005680 bpatchx  0x00000067 , 0x0000402c 
- 00022165  0x00005681 ifetch  0x00000002 , 0x00000006 
- 00022166  0x00005682 beq  0x00000004 , 0x000058ab 
- 00022167  0x00005683 beq  0x00000006 , 0x00005af4 
- 00022168  0x00005684 beq  0x00000005 , 0x00005ab6 
- 00022169  0x00005685 rtn 
- 00022170  0x00005689 fetch  0x00000001 , 0x0000450c 
- 00022171  0x0000568a beq  0x00000002 , 0x000056a9 
- 00022172  0x0000568b beq  0x00000001 , 0x000056c1 
- 00022173  0x0000568c rtn 
- 00022174  0x00005692 call  0x00007fe7 
- 00022175  0x00005693 arg  0x00000004 , 0x00000002 
- 00022176  0x00005694 isub  0x0000003f , 0x0000003e 
- 00022177  0x00005695 rtn  0x00000005 
- 00022178  0x00005696 arg  0x00000005 , 0x00000002 
- 00022179  0x00005697 isub  0x0000003f , 0x0000003e 
- 00022180  0x00005698 rtn  0x00000005 
- 00022181  0x00005699 arg  0x00000006 , 0x00000002 
- 00022182  0x0000569a isub  0x0000003f , 0x0000003e 
- 00022183  0x0000569b rtn  0x00000005 
- 00022184  0x0000569c branch  0x00007fe9 
- 00022185  0x000056a0 fetch  0x00000002 , 0x0000450d 
- 00022186  0x000056a1 copy  0x0000003f , 0x00000006 
- 00022187  0x000056a2 ifetch  0x00000002 , 0x00000006 
- 00022188  0x000056a3 store  0x00000002 , 0x000044fc 
- 00022189  0x000056a4 ifetch  0x00000002 , 0x00000006 
- 00022190  0x000056a5 call  0x0000569e 
- 00022191  0x000056a6 nrtn  0x00000028 
- 00022192  0x000056a7 fetcht  0x00000001 , 0x0000450b 
- 00022193  0x000056a8 storet  0x00000001 , 0x000044fe 
- 00022194  0x000056a9 fetch  0x00000002 , 0x000044fc 
- 00022195  0x000056aa increase  0x00000004 , 0x0000003f 
- 00022196  0x000056ab isub  0x00000002 , 0x0000003e 
- 00022197  0x000056ac branch  0x00007fe7 , 0x00000005 
- 00022198  0x000056ad fetch  0x00000001 , 0x0000450b 
- 00022199  0x000056ae copy  0x0000003f , 0x00000039 
- 00022200  0x000056af arg  0x00000311 , 0x00000005 
- 00022201  0x000056b0 fetch  0x00000002 , 0x0000450d 
- 00022202  0x000056b1 copy  0x0000003f , 0x00000006 
- 00022203  0x000056b2 call  0x00007f01 
- 00022204  0x000056b3 branch  0x00007fe9 
- 00022205  0x000056b9 call  0x00007fe7 
- 00022206  0x000056ba fetch  0x00000001 , 0x000044fe 
- 00022207  0x000056bb nrtn  0x00000034 
- 00022208  0x000056bc branch  0x00007fe9 
- 00022209  0x000056bf call  0x000056bd 
- 00022210  0x000056c0 nrtn  0x00000028 
- 00022211  0x000056c1 fetch  0x00000001 , 0x000044fe 
- 00022212  0x000056c2 arg  0x00000311 , 0x00000005 
- 00022213  0x000056c3 iadd  0x00000005 , 0x00000011 
- 00022214  0x000056c4 fetcht  0x00000001 , 0x0000450b 
- 00022215  0x000056c5 iadd  0x00000002 , 0x0000003f 
- 00022216  0x000056c6 store  0x00000001 , 0x000044fe 
- 00022217  0x000056c7 fetch  0x00000001 , 0x0000450b 
- 00022218  0x000056c8 copy  0x0000003f , 0x00000039 
- 00022219  0x000056c9 copy  0x00000011 , 0x00000005 
- 00022220  0x000056ca fetch  0x00000002 , 0x0000450d 
- 00022221  0x000056cb copy  0x0000003f , 0x00000006 
- 00022222  0x000056cc call  0x00007ef4 
- 00022223  0x000056cd setarg  0x00000311 
- 00022224  0x000056ce store  0x00000002 , 0x0000450d 
- 00022225  0x000056cf fetch  0x00000002 , 0x000044fc 
- 00022226  0x000056d0 increase  0x00000004 , 0x0000003f 
- 00022227  0x000056d1 fetcht  0x00000001 , 0x000044fe 
- 00022228  0x000056d2 isub  0x00000002 , 0x0000003e 
- 00022229  0x000056d3 branch  0x00007fe7 , 0x00000005 
- 00022230  0x000056d4 branch  0x00007fe9 
- 00022231  0x000056db call  0x00007ea5 
- 00022232  0x000056dc arg  0x0000445e , 0x00000005 
- 00022233  0x000056de fetch  0x00000002 , 0x000044fc 
- 00022234  0x000056df increase  0xfffffffb , 0x0000003f 
- 00022235  0x000056e1 istore  0x00000001 , 0x00000005 
- 00022236  0x000056e2 copy  0x0000003f , 0x00000039 
- 00022237  0x000056e3 call  0x00007e9f 
- 00022238  0x000056e4 branch  0x00007ef4 
- 00022239  0x000056e7 call  0x00007ea5 
- 00022240  0x000056e8 arg  0x00004471 , 0x00000005 
- 00022241  0x000056e9 branch  0x000056d9 
- 00022242  0x000056ee fetch  0x00000002 , 0x000041f9 
- 00022243  0x000056ef branch  0x00007f9c 
- 00022244  0x000056f2 fetcht  0x00000004 , 0x0000045b 
- 00022245  0x000056f3 call  0x00002a7b 
- 00022246  0x000056f4 isub  0x00000002 , 0x0000000b 
- 00022247  0x000056f5 deposit  0x0000000b 
- 00022248  0x000056f6 fetcht  0x00000002 , 0x0000046d 
- 00022249  0x000056f7 lshift4  0x00000002 , 0x00000002 
- 00022250  0x000056f8 lshift  0x00000002 , 0x00000002 
- 00022251  0x000056f9 isub  0x00000002 , 0x0000003f 
- 00022252  0x000056fa rtn 
- 00022253  0x000056fd call  0x00002a7b 
- 00022254  0x000056fe store  0x00000004 , 0x0000045b 
- 00022255  0x000056ff rtn 
- 00022256  0x00005703 jam  0x00000024 , 0x00000016 
- 00022257  0x00005704 jam  0x00000000 , 0x00000ac2 
- 00022258  0x00005706 bpatchx  0x00000068 , 0x0000402d 
- 00022259  0x00005707 fetch  0x00000001 , 0x0000436e 
- 00022260  0x00005708 rtn  0x00000034 
- 00022261  0x00005709 arg  0x00000000 , 0x00000007 
- 00022262  0x0000570a call  0x00007f16 
- 00022263  0x0000570b nrtn  0x00000034 
- 00022264  0x0000570c bpatchx  0x00000069 , 0x0000402d 
- 00022265  0x0000570e disable  0x00000029 
- 00022266  0x0000570f enable  0x00000010 
- 00022267  0x00005710 call  0x00005572 
- 00022268  0x00005711 call  0x00005422 
- 00022269  0x00005712 call  0x000054e9 
- 00022270  0x00005713 nbranch  0x00005706 , 0x0000002d 
- 00022271  0x00005714 fetch  0x00000001 , 0x00000003 
- 00022272  0x00005715 increase  0x00000001 , 0x0000003f 
- 00022273  0x00005716 store  0x00000001 , 0x00000003 
- 00022274  0x00005717 fetch  0x00000001 , 0x000002d9 
- 00022275  0x00005718 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00022276  0x00005719 beq  0x00000003 , 0x0000551c 
- 00022277  0x0000571a beq  0x00000005 , 0x00005728 
- 00022278  0x0000571c bpatchx  0x0000006a , 0x0000402d 
- 00022279  0x0000571d random  0x0000003f 
- 00022280  0x0000571e arg  0x000001ff , 0x00000002 
- 00022281  0x0000571f iand  0x00000002 , 0x0000003f 
- 00022282  0x00005720 add  0x0000003f , 0x000000fa , 0x0000003f 
- 00022283  0x00005721 call  0x00003cbe 
- 00022284  0x00005722 fetch  0x00000001 , 0x00000ac2 
- 00022285  0x00005723 fetcht  0x00000001 , 0x0000448d 
- 00022286  0x00005724 isub  0x00000002 , 0x0000003e 
- 00022287  0x00005725 nbranch  0x000056f2 , 0x00000005 
- 00022288  0x00005726 arg  0x00000000 , 0x00000007 
- 00022289  0x00005727 fetch  0x00000002 , 0x00004482 
- 00022290  0x00005728 branch  0x00007f08 
- 00022291  0x0000572c bpatchx  0x0000006b , 0x0000402d 
- 00022292  0x0000572d fetch  0x00000001 , 0x00000476 
- 00022293  0x0000572e call  0x000053fc 
- 00022294  0x0000572f fetch  0x00000002 , 0x00000441 
- 00022295  0x00005730 imul32  0x00000002 , 0x0000003f 
- 00022296  0x00005731 arg  0x00000177 , 0x00000002 
- 00022297  0x00005732 imul32  0x00000002 , 0x0000003f 
- 00022298  0x00005733 arg  0x000186a0 , 0x00000002 
- 00022299  0x00005734 idiv  0x00000002 
- 00022300  0x00005735 fetch  0x00000001 , 0x0000046a 
- 00022301  0x00005736 arg  0x00004e20 , 0x00000002 
- 00022302  0x00005737 imul32  0x00000002 , 0x0000003f 
- 00022303  0x00005738 iadd  0x00000002 , 0x0000003f 
- 00022304  0x00005739 store  0x00000004 , 0x000044e5 
- 00022305  0x0000573a bpatchx  0x0000006c , 0x0000402d 
- 00022306  0x0000573b fetch  0x00000002 , 0x000040c1 
- 00022307  0x0000573c call  0x00007f86 
- 00022308  0x0000573d quotient  0x00000002 
- 00022309  0x0000573e iadd  0x00000002 , 0x0000003f 
- 00022310  0x0000573f store  0x00000002 , 0x0000044d 
- 00022311  0x00005740 rtn 
- 00022312  0x00005743 bpatchx  0x0000006d , 0x0000402d 
- 00022313  0x00005744 fetch  0x00000006 , 0x000002e1 
- 00022314  0x00005745 fetcht  0x00000006 , 0x000044a0 
- 00022315  0x00005746 isub  0x00000002 , 0x0000003e 
- 00022316  0x00005747 nrtn  0x00000005 
- 00022317  0x00005748 call  0x00005619 
- 00022318  0x00005749 copy  0x00000011 , 0x0000003f 
- 00022319  0x0000574a store  0x00000001 , 0x0000448e 
- 00022320  0x0000574b fetch  0x00000007 , 0x000002ee 
- 00022321  0x0000574c store  0x00000007 , 0x00000101 
- 00022322  0x0000574d ifetch  0x00000008 , 0x00000006 
- 00022323  0x0000574e istore  0x00000008 , 0x00000005 
- 00022324  0x0000574f fetch  0x00000006 , 0x000002db 
- 00022325  0x00005750 store  0x00000006 , 0x0000044f 
- 00022326  0x00005751 increase  0x00000006 , 0x00000006 
- 00022327  0x00005752 ifetch  0x00000008 , 0x00000006 
- 00022328  0x00005753 store  0x00000008 , 0x00000463 
- 00022329  0x00005754 ifetcht  0x00000002 , 0x00000006 
- 00022330  0x00005755 bpatchx  0x0000006e , 0x0000402d 
- 00022331  0x00005756 lshift2  0x00000002 , 0x00000002 
- 00022332  0x00005757 ifetch  0x00000002 , 0x00000006 
- 00022333  0x00005758 lshift2  0x0000003f , 0x0000003f 
- 00022334  0x00005759 store  0x00000002 , 0x00000441 
- 00022335  0x0000575a store  0x00000004 , 0x00000443 
- 00022336  0x0000575b isub  0x00000002 , 0x0000003f 
- 00022337  0x0000575c add  0x0000003f , 0xfffffffe , 0x00000028 
- 00022338  0x0000575d ifetch  0x00000009 , 0x00000006 
- 00022339  0x0000575e store  0x00000009 , 0x0000046b 
- 00022340  0x0000575f bpatchx  0x0000006f , 0x0000402d 
- 00022341  0x00005760 ifetch  0x00000001 , 0x00000006 
- 00022342  0x00005761 rshift4  0x0000003f , 0x00000002 
- 00022343  0x00005762 rshift  0x00000002 , 0x00000002 
- 00022344  0x00005763 storet  0x00000001 , 0x00000476 
- 00022345  0x00005764 and_into  0x0000001f , 0x0000003f 
- 00022346  0x00005765 store  0x00000001 , 0x00000458 
- 00022347  0x00005766 call  0x00005713 
- 00022348  0x00005767 call  0x0000545b 
- 00022349  0x00005768 call  0x0000534c 
- 00022350  0x00005769 call  0x0000223b 
- 00022351  0x0000576a nrtn  0x00000005 
- 00022352  0x0000576b bpatchx  0x00000070 , 0x0000402e 
- 00022353  0x0000576c call  0x00002841 
- 00022354  0x0000576d call  0x00005ad3 
- 00022355  0x0000576e jam  0x00000014 , 0x00000a99 
- 00022356  0x0000576f call  0x00007d86 
- 00022357  0x00005770 branch  0x00002223 
- 00022358  0x00005774 bpatchx  0x00000071 , 0x0000402e 
- 00022359  0x00005775 fetch  0x00000002 , 0x0000445a 
- 00022360  0x00005776 iforce  0x00000012 
- 00022361  0x00005777 fetch  0x00000002 , 0x0000445c 
- 00022362  0x00005778 iforce  0x00000013 
- 00022363  0x00005779 fetch  0x00000002 , 0x000044bc 
- 00022364  0x0000577a iforce  0x00000006 
- 00022365  0x0000577b enable  0x00000028 
- 00022366  0x0000577c rtn 
- 00022367  0x00005780 ifetch  0x00000002 , 0x00000006 
- 00022368  0x00005781 rtn  0x00000034 
- 00022369  0x00005782 isub  0x00000012 , 0x0000003e 
- 00022370  0x00005783 nrtn  0x00000002 
- 00022371  0x00005784 isub  0x00000013 , 0x0000003e 
- 00022372  0x00005785 rtn  0x00000005 
- 00022373  0x00005786 branch  0x00005768 , 0x00000002 
- 00022374  0x00005787 force  0x00000001 , 0x0000003e 
- 00022375  0x00005788 rtn 
- 00022376  0x0000578a force  0x00000000 , 0x0000003f 
- 00022377  0x0000578b rtn 
- 00022378  0x00005790 call  0x0000576d 
- 00022379  0x00005791 branch  0x00005779 , 0x00000005 
- 00022380  0x00005792 rtn 
- 00022381  0x00005795 bpatchx  0x00000072 , 0x0000402e 
- 00022382  0x00005796 fetch  0x00000002 , 0x000044bc 
- 00022383  0x00005797 iforce  0x00000006 
- 00022384  0x00005799 ifetch  0x00000002 , 0x00000006 
- 00022385  0x0000579a rtn  0x00000034 
- 00022386  0x0000579b isub  0x00000002 , 0x0000003e 
- 00022387  0x0000579c rtn  0x00000005 
- 00022388  0x0000579d ifetch  0x00000001 , 0x00000006 
- 00022389  0x0000579e iadd  0x00000006 , 0x00000006 
- 00022390  0x0000579f ifetch  0x00000001 , 0x00000006 
- 00022391  0x000057a0 iadd  0x00000006 , 0x00000006 
- 00022392  0x000057a1 branch  0x00005770 
- 00022393  0x000057a3 ifetch  0x00000001 , 0x00000006 
- 00022394  0x000057a4 iadd  0x00000006 , 0x00000006 
- 00022395  0x000057a5 rtn 
- 00022396  0x000057aa bpatchx  0x00000073 , 0x0000402e 
- 00022397  0x000057ab fetch  0x00000002 , 0x000044bc 
- 00022398  0x000057ac iforce  0x00000006 
- 00022399  0x000057ae ifetch  0x00000002 , 0x00000006 
- 00022400  0x000057af rtn  0x00000034 
- 00022401  0x000057b0 ifetch  0x00000001 , 0x00000006 
- 00022402  0x000057b1 iadd  0x00000006 , 0x00000006 
- 00022403  0x000057b2 increase  0xfffffffe , 0x00000006 
- 00022404  0x000057b3 ifetch  0x00000002 , 0x00000006 
- 00022405  0x000057b4 isub  0x00000002 , 0x0000003e 
- 00022406  0x000057b5 rtn  0x00000005 
- 00022407  0x000057b6 ifetch  0x00000001 , 0x00000006 
- 00022408  0x000057b7 iadd  0x00000006 , 0x00000006 
- 00022409  0x000057b8 branch  0x0000577f 
- 00022410  0x000057bd fetch  0x00000002 , 0x0000049c 
- 00022411  0x000057be branch  0x0000578e 
- 00022412  0x000057c1 bpatchx  0x00000074 , 0x0000402e 
- 00022413  0x000057c2 fetch  0x00000002 , 0x000044bc 
- 00022414  0x000057c4 iforce  0x00000006 
- 00022415  0x000057c5 copy  0x00000002 , 0x00000011 
- 00022416  0x000057c7 ifetch  0x00000002 , 0x00000006 
- 00022417  0x000057c8 branch  0x00005799 , 0x00000034 
- 00022418  0x000057c9 isub  0x00000011 , 0x0000003e 
- 00022419  0x000057ca branch  0x0000579a , 0x00000005 
- 00022420  0x000057cb ifetch  0x00000001 , 0x00000006 
- 00022421  0x000057cc iadd  0x00000006 , 0x00000006 
- 00022422  0x000057cd ifetch  0x00000001 , 0x00000006 
- 00022423  0x000057ce iadd  0x00000006 , 0x00000006 
- 00022424  0x000057cf branch  0x00005790 
- 00022425  0x000057d1 branch  0x00007fef 
- 00022426  0x000057d4 ifetch  0x00000001 , 0x00000006 
- 00022427  0x000057d5 store  0x00000001 , 0x000004a2 
- 00022428  0x000057d6 copy  0x0000003f , 0x00000039 
- 00022429  0x000057d7 arg  0x000004a3 , 0x00000005 
- 00022430  0x000057d8 call  0x00007ef4 
- 00022431  0x000057d9 ifetch  0x00000001 , 0x00000006 
- 00022432  0x000057da store  0x00000001 , 0x000004b3 
- 00022433  0x000057db call  0x00007ea5 
- 00022434  0x000057dc branch  0x00007ff1 
- 00022435  0x000057e0 bpatchx  0x00000075 , 0x0000402e 
- 00022436  0x000057e1 call  0x000057a6 
- 00022437  0x000057e2 branch  0x000057b8 
- 00022438  0x000057e5 arg  0x00002a00 , 0x00000002 
- 00022439  0x000057e6 call  0x0000577c 
- 00022440  0x000057e7 rtn  0x00000034 
- 00022441  0x000057e8 ifetch  0x00000001 , 0x00000006 
- 00022442  0x000057e9 copy  0x00000006 , 0x00000005 
- 00022443  0x000057ea fetcht  0x00000001 , 0x000043af 
- 00022444  0x000057eb copy  0x00000002 , 0x00000039 
- 00022445  0x000057ec isub  0x00000002 , 0x0000003e 
- 00022446  0x000057ed nbranch  0x000057b5 , 0x00000002 
- 00022447  0x000057ee isub  0x00000002 , 0x00000002 
- 00022448  0x000057ef arg  0x000043b0 , 0x00000006 
- 00022449  0x000057f0 call  0x00007f01 
- 00022450  0x000057f1 copy  0x00000002 , 0x00000039 
- 00022451  0x000057f2 ncall  0x000057f0 , 0x00000005 
- 00022452  0x000057f3 rtn 
- 00022453  0x000057f5 copy  0x0000003f , 0x00000039 
- 00022454  0x000057f6 arg  0x000043b0 , 0x00000006 
- 00022455  0x000057f7 branch  0x00007ef4 
- 00022456  0x000057fb arg  0x0000438f , 0x00000013 
- 00022457  0x000057fc arg  0x00004370 , 0x00000011 
- 00022458  0x000057fd call  0x000057c5 
- 00022459  0x000057fe setarg  0x00000000 
- 00022460  0x000057ff setflag  0x00000028 , 0x00000000 , 0x0000003f 
- 00022461  0x00005800 store  0x00000001 , 0x00000a9a 
- 00022462  0x00005801 arg  0x000043af , 0x00000013 
- 00022463  0x00005802 arg  0x00004390 , 0x00000011 
- 00022464  0x00005803 call  0x000057c5 
- 00022465  0x00005804 rtn  0x00000028 
- 00022466  0x00005805 fetch  0x00000001 , 0x00000a9a 
- 00022467  0x00005806 branch  0x00002a8c , 0x00000034 
- 00022468  0x00005807 rtn 
- 00022469  0x0000580b bpatchx  0x00000076 , 0x0000402e 
- 00022470  0x0000580c call  0x00007fe7 
- 00022471  0x0000580d call  0x00007eda 
- 00022472  0x0000580e arg  0x00000000 , 0x00000012 
- 00022473  0x0000580f arg  0x00000ac3 , 0x00000005 
- 00022474  0x00005810 call  0x000057df 
- 00022475  0x00005811 fetch  0x00000001 , 0x000043af 
- 00022476  0x00005812 add  0x0000003f , 0x00000001 , 0x00000002 
- 00022477  0x00005813 iadd  0x00000012 , 0x00000011 
- 00022478  0x00005814 increase  0x00000002 , 0x00000011 
- 00022479  0x00005815 sub  0x00000011 , 0x0000001f , 0x0000003e 
- 00022480  0x00005816 nbranch  0x000057dd , 0x00000002 
- 00022481  0x00005817 istoret  0x00000001 , 0x00000005 
- 00022482  0x00005818 arg  0x00000009 , 0x00000002 
- 00022483  0x00005819 istoret  0x00000001 , 0x00000005 
- 00022484  0x0000581a iforce  0x00000039 
- 00022485  0x0000581b call  0x00007ef4 
- 00022486  0x0000581c copy  0x00000011 , 0x00000012 
- 00022487  0x0000581e deposit  0x00000012 
- 00022488  0x0000581f store  0x00000001 , 0x00000ac2 
- 00022489  0x00005820 arg  0x00000ac2 , 0x00000006 
- 00022490  0x00005821 setarg  0xffffffe0 
- 00022491  0x00005822 iadd  0x00000013 , 0x00000005 
- 00022492  0x00005823 branch  0x00007ebd 
- 00022493  0x00005826 call  0x00007fe9 
- 00022494  0x00005827 branch  0x000057d7 
- 00022495  0x0000582a ifetch  0x00000001 , 0x00000011 
- 00022496  0x0000582b rtn  0x00000034 
- 00022497  0x0000582c pincrease  0x00000001 
- 00022498  0x0000582d ifetcht  0x00000001 , 0x00000006 
- 00022499  0x0000582e sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00022500  0x0000582f branch  0x000057ee , 0x00000005 
- 00022501  0x00005830 iadd  0x00000012 , 0x00000012 
- 00022502  0x00005831 copy  0x00000011 , 0x00000006 
- 00022503  0x00005832 iforce  0x00000039 
- 00022504  0x00005833 call  0x00007ef4 
- 00022505  0x00005834 copy  0x00000006 , 0x00000011 
- 00022506  0x00005836 deposit  0x00000011 
- 00022507  0x00005837 isub  0x00000013 , 0x0000003e 
- 00022508  0x00005838 rtn  0x00000002 
- 00022509  0x00005839 branch  0x000057df 
- 00022510  0x0000583c iadd  0x00000011 , 0x00000011 
- 00022511  0x0000583d branch  0x000057ea 
- 00022512  0x00005841 setarg  0x00000020 
- 00022513  0x00005842 istore  0x00000001 , 0x00000005 
- 00022514  0x00005843 loop  0x000057f0 
- 00022515  0x00005844 rtn 
- 00022516  0x00005848 bpatchx  0x00000077 , 0x0000402e 
- 00022517  0x00005849 disable  0x0000002b 
- 00022518  0x0000584a branch  0x000057f8 , 0x0000002e 
- 00022519  0x0000584b nbranch  0x00005806 , 0x0000002d 
- 00022520  0x0000584d call  0x00002bcb 
- 00022521  0x0000584e fetch  0x00000002 , 0x000040c1 
- 00022522  0x0000584f store  0x00000002 , 0x0000044d 
- 00022523  0x00005851 nbranch  0x00002bde , 0x0000002d 
- 00022524  0x00005852 bmark1  0x0000000f , 0x00002bde 
- 00022525  0x00005854 fetch  0x00000001 , 0x0000450b 
- 00022526  0x00005855 nbranch  0x00002bde , 0x00000034 
- 00022527  0x00005856 fetch  0x00000001 , 0x000043dd 
- 00022528  0x00005857 nbranch  0x00002bde , 0x00000034 
- 00022529  0x00005859 fetch  0x00000001 , 0x000044e9 
- 00022530  0x0000585a bbit1  0x00000005 , 0x00002bde 
- 00022531  0x0000585c fetch  0x00000001 , 0x0000043f 
- 00022532  0x0000585d bbit1  0x00000005 , 0x00002bde 
- 00022533  0x0000585e branch  0x00002bc0 
- 00022534  0x00005861 fetcht  0x00000002 , 0x000040c1 
- 00022535  0x00005862 rshift  0x00000002 , 0x00000002 
- 00022536  0x00005863 fetch  0x00000002 , 0x0000044d 
- 00022537  0x00005864 iadd  0x00000002 , 0x0000003f 
- 00022538  0x00005865 store  0x00000002 , 0x0000044d 
- 00022539  0x00005866 branch  0x00002bd6 
- 00022540  0x0000586a arg  0x00000000 , 0x00000007 
- 00022541  0x0000586b branch  0x00005824 
- 00022542  0x0000586e arg  0x00000000 , 0x00000007 
- 00022543  0x0000586f branch  0x00005828 
- 00022544  0x00005872 arg  0x00000001 , 0x00000007 
- 00022545  0x00005873 branch  0x00005824 
- 00022546  0x00005876 arg  0x00000001 , 0x00000007 
- 00022547  0x00005877 branch  0x00005828 
- 00022548  0x0000587a arg  0x00000002 , 0x00000007 
- 00022549  0x0000587b branch  0x00005824 
- 00022550  0x0000587e arg  0x00000002 , 0x00000007 
- 00022551  0x0000587f branch  0x00005828 
- 00022552  0x00005882 arg  0x00000003 , 0x00000007 
- 00022553  0x00005883 branch  0x00005824 
- 00022554  0x00005886 arg  0x00000003 , 0x00000007 
- 00022555  0x00005887 branch  0x00005828 
- 00022556  0x0000588a arg  0x00000004 , 0x00000007 
- 00022557  0x0000588b branch  0x00005824 
- 00022558  0x0000588e arg  0x00000004 , 0x00000007 
- 00022559  0x0000588f branch  0x00005828 
- 00022560  0x00005892 arg  0x00000005 , 0x00000007 
- 00022561  0x00005893 branch  0x00005824 
- 00022562  0x00005896 arg  0x00000005 , 0x00000007 
- 00022563  0x00005897 branch  0x00005828 
- 00022564  0x0000589b fetch  0x00000001 , 0x000044e9 
- 00022565  0x0000589c qset1  0x0000003f 
- 00022566  0x0000589d store  0x00000001 , 0x000044e9 
- 00022567  0x0000589e rtn 
- 00022568  0x000058a1 fetch  0x00000001 , 0x000044e9 
- 00022569  0x000058a2 qset0  0x0000003f 
- 00022570  0x000058a3 store  0x00000001 , 0x000044e9 
- 00022571  0x000058a4 rtn 
- 00022572  0x000058a7 setarg  0x00112233 
- 00022573  0x000058a8 store  0x00000003 , 0x000044ea 
- 00022574  0x000058a9 setarg  0x00445566 
- 00022575  0x000058aa istore  0x00000003 , 0x00000005 
- 00022576  0x000058ab setarg  0x00778899 
- 00022577  0x000058ac istore  0x00000003 , 0x00000005 
- 00022578  0x000058ad setarg  0x00001122 
- 00022579  0x000058ae istore  0x00000003 , 0x00000005 
- 00022580  0x000058af setarg  0x00334455 
- 00022581  0x000058b0 istore  0x00000003 , 0x00000005 
- 00022582  0x000058b1 setarg  0x00000066 
- 00022583  0x000058b2 istore  0x00000001 , 0x00000005 
- 00022584  0x000058b3 rtn 
- 00022585  0x000058b7 setarg  0x01000302 
- 00022586  0x000058b8 store  0x00000004 , 0x00004453 
- 00022587  0x000058b9 setarg  0x00010010 
- 00022588  0x000058ba store  0x00000003 , 0x00004457 
- 00022589  0x000058bb jam  0x00000001 , 0x000044c6 
- 00022590  0x000058bc rtn 
- 00022591  0x000058c1 arg  0x00000000 , 0x00000011 
- 00022592  0x000058c2 arg  0x00000001 , 0x00000001 
- 00022593  0x000058c3 branch  0x00005850 
- 00022594  0x000058c8 arg  0x00000003 , 0x00000001 
- 00022595  0x000058c9 call  0x00005850 
- 00022596  0x000058ca copy  0x00000012 , 0x0000003f 
- 00022597  0x000058cb istore  0x00000001 , 0x00000005 
- 00022598  0x000058cc rtn 
- 00022599  0x000058d1 force  0x00000002 , 0x00000001 
- 00022600  0x000058d2 increase  0x00000004 , 0x00000011 
- 00022601  0x000058d3 call  0x00005850 
- 00022602  0x000058d4 increase  0xfffffffc , 0x00000011 
- 00022603  0x000058d5 copy  0x00000011 , 0x0000003f 
- 00022604  0x000058d6 istore  0x00000002 , 0x00000005 
- 00022605  0x000058d7 copy  0x00000012 , 0x0000003f 
- 00022606  0x000058d8 istore  0x00000002 , 0x00000005 
- 00022607  0x000058d9 rtn 
- 00022608  0x000058de sub  0x00000011 , 0x000000f0 , 0x0000003e 
- 00022609  0x000058df nbranch  0x00002a8c , 0x00000002 
- 00022610  0x000058e0 fetch  0x00000001 , 0x000044ff 
- 00022611  0x000058e1 arg  0x00000001 , 0x00000002 
- 00022612  0x000058e2 arg  0x00000004 , 0x00000039 
- 00022613  0x000058e4 iand  0x00000002 , 0x0000003e 
- 00022614  0x000058e5 branch  0x0000585a , 0x00000005 
- 00022615  0x000058e6 lshift  0x00000002 , 0x00000002 
- 00022616  0x000058e7 loop  0x00005855 
- 00022617  0x000058e8 branch  0x00002a8c 
- 00022618  0x000058ea ixor  0x00000002 , 0x0000003f 
- 00022619  0x000058eb store  0x00000001 , 0x000044ff 
- 00022620  0x000058ec sub  0x00000039 , 0x00000004 , 0x0000003f 
- 00022621  0x000058ed lshift4  0x0000003f , 0x0000003f 
- 00022622  0x000058ee lshift4  0x0000003f , 0x0000003f 
- 00022623  0x000058ef arg  0x00001800 , 0x00000002 
- 00022624  0x000058f0 iadd  0x00000002 , 0x00000002 
- 00022625  0x000058f2 arg  0x00000000 , 0x00000039 
- 00022626  0x000058f3 arg  0x00004500 , 0x00000006 
- 00022627  0x000058f5 ifetch  0x00000002 , 0x00000006 
- 00022628  0x000058f6 branch  0x00005869 , 0x00000034 
- 00022629  0x000058f7 copy  0x00000039 , 0x0000003f 
- 00022630  0x000058f8 increase  0x00000001 , 0x00000039 
- 00022631  0x000058f9 bne  0x00000004 , 0x00005863 
- 00022632  0x000058fa branch  0x00002a8c 
- 00022633  0x000058fe increase  0xfffffffe , 0x00000006 
- 00022634  0x000058ff istoret  0x00000002 , 0x00000006 
- 00022635  0x00005900 copy  0x00000002 , 0x00000005 
- 00022636  0x00005901 copy  0x00000011 , 0x0000003f 
- 00022637  0x00005902 istore  0x00000001 , 0x00000005 
- 00022638  0x00005903 setarg  0x00000000 
- 00022639  0x00005904 istore  0x00000001 , 0x00000005 
- 00022640  0x00005905 copy  0x00000001 , 0x0000003f 
- 00022641  0x00005906 istore  0x00000001 , 0x00000005 
- 00022642  0x00005907 rtn 
- 00022643  0x0000590c fetch  0x00000002 , 0x00004500 
- 00022644  0x0000590d copy  0x0000003f , 0x00000006 
- 00022645  0x0000590e rtn 
- 00022646  0x00005911 fetch  0x00000002 , 0x00004502 
- 00022647  0x00005912 copy  0x0000003f , 0x00000006 
- 00022648  0x00005913 rtn 
- 00022649  0x00005916 call  0x0000587c 
- 00022650  0x00005917 copy  0x0000003f , 0x00000006 
- 00022651  0x00005918 rtn 
- 00022652  0x0000591a fetch  0x00000002 , 0x00004506 
- 00022653  0x0000591b nrtn  0x00000034 
- 00022654  0x0000591c fetch  0x00000002 , 0x00004504 
- 00022655  0x0000591d nrtn  0x00000034 
- 00022656  0x0000591e fetch  0x00000002 , 0x00004502 
- 00022657  0x0000591f nrtn  0x00000034 
- 00022658  0x00005920 fetch  0x00000002 , 0x00004500 
- 00022659  0x00005921 rtn 
- 00022660  0x00005924 call  0x00005873 
- 00022661  0x00005925 increase  0x00000003 , 0x00000006 
- 00022662  0x00005926 rtn 
- 00022663  0x00005929 call  0x00005873 
- 00022664  0x0000592a increase  0x00000007 , 0x00000006 
- 00022665  0x0000592b rtn 
- 00022666  0x0000592e call  0x00005879 
- 00022667  0x0000592f increase  0x00000007 , 0x00000006 
- 00022668  0x00005930 rtn 
- 00022669  0x00005933 call  0x00005879 
- 00022670  0x00005934 increase  0x00000003 , 0x00000006 
- 00022671  0x00005935 rtn 
- 00022672  0x0000593a fetch  0x00000002 , 0x00004506 
- 00022673  0x0000593b rtn 
- 00022674  0x0000593f fetch  0x00000002 , 0x00004504 
- 00022675  0x00005940 rtn 
- 00022676  0x00005944 fetch  0x00000002 , 0x00004500 
- 00022677  0x00005945 rtn 
- 00022678  0x00005949 fetch  0x00000002 , 0x00004500 
- 00022679  0x0000594a arg  0x00001800 , 0x00000002 
- 00022680  0x0000594b isub  0x00000002 , 0x0000003f 
- 00022681  0x0000594c rshift4  0x0000003f , 0x0000003f 
- 00022682  0x0000594d rshift4  0x0000003f , 0x00000007 
- 00022683  0x0000594e fetch  0x00000001 , 0x000044ff 
- 00022684  0x0000594f qset0  0x0000003f 
- 00022685  0x00005950 store  0x00000001 , 0x000044ff 
- 00022686  0x00005951 arg  0x00000000 , 0x00000039 
- 00022687  0x00005953 lshift  0x00000039 , 0x0000003f 
- 00022688  0x00005954 arg  0x00004502 , 0x00000002 
- 00022689  0x00005955 iadd  0x00000002 , 0x00000002 
- 00022690  0x00005956 ifetch  0x00000002 , 0x00000002 
- 00022691  0x00005957 increase  0xfffffffe , 0x00000002 
- 00022692  0x00005958 istore  0x00000002 , 0x00000002 
- 00022693  0x00005959 copy  0x00000039 , 0x0000003f 
- 00022694  0x0000595a increase  0x00000001 , 0x00000039 
- 00022695  0x0000595b bne  0x00000003 , 0x0000589f 
- 00022696  0x0000595c setarg  0x00000000 
- 00022697  0x0000595d istore  0x00000002 , 0x00000002 
- 00022698  0x0000595e rtn 
- 00022699  0x00005965 ifetch  0x00000003 , 0x00000006 
- 00022700  0x00005966 store  0x00000003 , 0x00000477 
- 00022701  0x00005967 beq  0x00000002 , 0x000058c1 
- 00022702  0x00005968 beq  0x00000003 , 0x000058c9 
- 00022703  0x00005969 beq  0x00000004 , 0x000058cc 
- 00022704  0x0000596a beq  0x00000006 , 0x000058f2 
- 00022705  0x0000596b beq  0x00000008 , 0x0000593f 
- 00022706  0x0000596c beq  0x0000000a , 0x000059bc 
- 00022707  0x0000596d beq  0x0000000c , 0x000059e4 
- 00022708  0x0000596e beq  0x00000010 , 0x000059fa 
- 00022709  0x0000596f beq  0x00000012 , 0x00005a2f 
- 00022710  0x00005970 beq  0x00000016 , 0x00005a48 
- 00022711  0x00005971 beq  0x00000018 , 0x00005a5b 
- 00022712  0x00005972 beq  0x00000052 , 0x00005a60 
- 00022713  0x00005973 rtn 
- 00022714  0x00005977 force  0x00000003 , 0x00000011 
- 00022715  0x00005978 call  0x00005a82 
- 00022716  0x00005979 setarg  0x00000002 
- 00022717  0x0000597a istore  0x00000001 , 0x00000005 
- 00022718  0x0000597b fetch  0x00000002 , 0x000044a6 
- 00022719  0x0000597c istore  0x00000002 , 0x00000005 
- 00022720  0x0000597d rtn 
- 00022721  0x00005981 call  0x000058c9 
- 00022722  0x00005983 force  0x00000003 , 0x00000011 
- 00022723  0x00005984 call  0x00005a82 
- 00022724  0x00005985 setarg  0x00000003 
- 00022725  0x00005986 istore  0x00000001 , 0x00000005 
- 00022726  0x00005987 fetch  0x00000002 , 0x000044a6 
- 00022727  0x00005988 istore  0x00000002 , 0x00000005 
- 00022728  0x00005989 rtn 
- 00022729  0x0000598c rshift8  0x0000003f , 0x0000003f 
- 00022730  0x0000598d store  0x00000002 , 0x000044a8 
- 00022731  0x0000598e rtn 
- 00022732  0x00005991 call  0x00005ab1 
- 00022733  0x00005992 call  0x00007fe7 
- 00022734  0x00005993 branch  0x000058cf 
- 00022735  0x00005996 arg  0x00000003 , 0x0000000b 
- 00022736  0x00005997 call  0x00005756 
- 00022737  0x00005999 call  0x0000575f 
- 00022738  0x0000599a branch  0x000058f0 , 0x00000034 
- 00022739  0x0000599b nbranch  0x000058ed , 0x00000002 
- 00022740  0x0000599c increase  0xfffffffe , 0x00000006 
- 00022741  0x0000599d call  0x00007ea5 
- 00022742  0x0000599e call  0x00007e9c 
- 00022743  0x0000599f nbranch  0x000058e1 , 0x00000028 
- 00022744  0x000059a0 call  0x00007e85 
- 00022745  0x000059a1 call  0x00007fe9 
- 00022746  0x000059a2 force  0x00000014 , 0x00000011 
- 00022747  0x000059a3 call  0x00005a82 
- 00022748  0x000059a4 call  0x00007e95 
- 00022749  0x000059a5 setarg  0x00000005 
- 00022750  0x000059a6 istore  0x00000001 , 0x00000005 
- 00022751  0x000059a7 setarg  0x00000001 
- 00022752  0x000059a8 istore  0x00000001 , 0x00000005 
- 00022753  0x000059aa call  0x00007e9f 
- 00022754  0x000059ab ifetch  0x00000002 , 0x00000006 
- 00022755  0x000059ac istore  0x00000002 , 0x00000005 
- 00022756  0x000059ad ifetch  0x00000001 , 0x00000006 
- 00022757  0x000059ae copy  0x0000003f , 0x00000039 
- 00022758  0x000059af call  0x00007f01 
- 00022759  0x000059b0 call  0x00007ea2 
- 00022760  0x000059b1 increase  0xffffffff , 0x0000000b 
- 00022761  0x000059b2 branch  0x000058f0 , 0x00000005 
- 00022762  0x000059b4 ifetch  0x00000001 , 0x00000006 
- 00022763  0x000059b5 iadd  0x00000006 , 0x00000006 
- 00022764  0x000059b6 branch  0x000058d1 
- 00022765  0x000059b8 ifetch  0x00000001 , 0x00000006 
- 00022766  0x000059b9 iadd  0x00000006 , 0x00000006 
- 00022767  0x000059ba branch  0x000058ea 
- 00022768  0x000059bc branch  0x00005a76 , 0x00000028 
- 00022769  0x000059bd branch  0x00005aa5 
- 00022770  0x000059c1 call  0x00005ab1 
- 00022771  0x000059c2 ifetch  0x00000002 , 0x00000006 
- 00022772  0x000059c3 store  0x00000002 , 0x00004472 
- 00022773  0x000059c4 call  0x00007ea5 
- 00022774  0x000059c5 arg  0x0000445e , 0x00000005 
- 00022775  0x000059c6 fetch  0x00000002 , 0x000044fc 
- 00022776  0x000059c7 increase  0xfffffff9 , 0x0000003f 
- 00022777  0x000059c8 call  0x000056db 
- 00022778  0x000059c9 branch  0x00005905 
- 00022779  0x000059cd disable  0x00000028 
- 00022780  0x000059ce fetcht  0x00000002 , 0x0000445a 
- 00022781  0x000059cf fetch  0x00000002 , 0x0000445c 
- 00022782  0x000059d0 isub  0x00000002 , 0x0000003e 
- 00022783  0x000059d1 nbranch  0x00005902 , 0x00000002 
- 00022784  0x000059d2 deposit  0x00000002 
- 00022785  0x000059d3 rtnne  0x00000000 
- 00022786  0x000059d5 enable  0x00000028 
- 00022787  0x000059d6 jam  0x00000001 , 0x0000047a 
- 00022788  0x000059d7 branch  0x00005a77 
- 00022789  0x000059db call  0x000058fb 
- 00022790  0x000059dc rtn  0x00000028 
- 00022791  0x000059dd fetcht  0x00000002 , 0x00004472 
- 00022792  0x000059de setarg  0x00002800 
- 00022793  0x000059df isub  0x00000002 , 0x0000003e 
- 00022794  0x000059e0 branch  0x0000590c , 0x00000005 
- 00022795  0x000059e1 branch  0x00005a76 
- 00022796  0x000059e5 jam  0x00000000 , 0x000004b4 
- 00022797  0x000059e6 fetcht  0x00000002 , 0x0000445a 
- 00022798  0x000059e7 storet  0x00000002 , 0x00000aa2 
- 00022799  0x000059e8 call  0x0000578c 
- 00022800  0x000059e9 nbranch  0x00005a76 , 0x00000034 
- 00022801  0x000059eb fetcht  0x00000002 , 0x00000aa2 
- 00022802  0x000059ec call  0x0000578c 
- 00022803  0x000059ed nbranch  0x00005925 , 0x00000034 
- 00022804  0x000059ee copy  0x00000006 , 0x00000011 
- 00022805  0x000059ef fetch  0x00000001 , 0x000004b3 
- 00022806  0x000059f0 copy  0x0000003f , 0x00000039 
- 00022807  0x000059f1 fetcht  0x00000001 , 0x0000445e 
- 00022808  0x000059f2 isub  0x00000002 , 0x0000003e 
- 00022809  0x000059f3 nbranch  0x00005921 , 0x00000005 
- 00022810  0x000059f4 arg  0x0000445f , 0x00000012 
- 00022811  0x000059f5 call  0x00007f88 
- 00022812  0x000059f7 branch  0x00005928 , 0x00000005 
- 00022813  0x000059f9 fetch  0x00000002 , 0x000004a3 
- 00022814  0x000059fa fetcht  0x00000002 , 0x00004472 
- 00022815  0x000059fb isub  0x00000002 , 0x0000003e 
- 00022816  0x000059fc branch  0x00005930 , 0x00000005 
- 00022817  0x000059fe fetch  0x00000002 , 0x00000aa2 
- 00022818  0x000059ff increase  0x00000001 , 0x0000003f 
- 00022819  0x00005a00 store  0x00000002 , 0x00000aa2 
- 00022820  0x00005a01 branch  0x00005911 
- 00022821  0x00005a04 fetch  0x00000001 , 0x000004b4 
- 00022822  0x00005a05 beq  0x00000001 , 0x00005930 
- 00022823  0x00005a06 branch  0x00005a76 
- 00022824  0x00005a0a fetch  0x00000002 , 0x000004a3 
- 00022825  0x00005a0b fetcht  0x00000002 , 0x00004472 
- 00022826  0x00005a0c isub  0x00000002 , 0x0000003e 
- 00022827  0x00005a0d nbranch  0x00005921 , 0x00000005 
- 00022828  0x00005a0e jam  0x00000001 , 0x000004b4 
- 00022829  0x00005a10 fetcht  0x00000002 , 0x00000aa2 
- 00022830  0x00005a11 storet  0x00000002 , 0x0000049e 
- 00022831  0x00005a12 branch  0x00005921 
- 00022832  0x00005a15 fetch  0x00000001 , 0x000004b4 
- 00022833  0x00005a16 beq  0x00000000 , 0x00005921 
- 00022834  0x00005a17 jam  0x00000002 , 0x000004b4 
- 00022835  0x00005a18 fetcht  0x00000002 , 0x00000aa2 
- 00022836  0x00005a19 increase  0xffffffff , 0x00000002 
- 00022837  0x00005a1a storet  0x00000002 , 0x000004a0 
- 00022838  0x00005a1d arg  0x00000005 , 0x00000011 
- 00022839  0x00005a1e call  0x00005a82 
- 00022840  0x00005a1f setarg  0x00000007 
- 00022841  0x00005a20 istore  0x00000001 , 0x00000005 
- 00022842  0x00005a21 fetch  0x00000002 , 0x0000049e 
- 00022843  0x00005a22 istore  0x00000002 , 0x00000005 
- 00022844  0x00005a23 fetch  0x00000002 , 0x000004a0 
- 00022845  0x00005a24 istore  0x00000002 , 0x00000005 
- 00022846  0x00005a25 rtn 
- 00022847  0x00005a2a call  0x00005ab1 
- 00022848  0x00005a2b call  0x000056df 
- 00022849  0x00005a2c branch  0x00005942 
- 00022850  0x00005a2f fetcht  0x00000002 , 0x0000445a 
- 00022851  0x00005a30 storet  0x00000002 , 0x00000aa2 
- 00022852  0x00005a31 call  0x00005756 
- 00022853  0x00005a32 call  0x0000576d 
- 00022854  0x00005a33 increase  0xfffffffe , 0x00000006 
- 00022855  0x00005a34 copy  0x00000006 , 0x0000003f 
- 00022856  0x00005a35 store  0x00000002 , 0x0000049c 
- 00022857  0x00005a37 fetcht  0x00000002 , 0x00004472 
- 00022858  0x00005a38 setarg  0x00002a00 
- 00022859  0x00005a39 isub  0x00000002 , 0x0000003e 
- 00022860  0x00005a3a branch  0x000059a8 , 0x00000005 
- 00022861  0x00005a3b setarg  0x00002803 
- 00022862  0x00005a3c isub  0x00000002 , 0x0000003e 
- 00022863  0x00005a3d nbranch  0x00005990 , 0x00000005 
- 00022864  0x00005a3e arg  0x00000002 , 0x0000000b 
- 00022865  0x00005a40 call  0x00005a88 
- 00022866  0x00005a41 nbranch  0x0000596d , 0x00000002 
- 00022867  0x00005a42 fetcht  0x00000002 , 0x00000aa2 
- 00022868  0x00005a43 call  0x0000578a 
- 00022869  0x00005a44 beq  0x00000001 , 0x0000596d 
- 00022870  0x00005a45 call  0x00005a94 
- 00022871  0x00005a46 nbranch  0x0000596b , 0x00000005 
- 00022872  0x00005a47 nbranch  0x0000596f , 0x00000028 
- 00022873  0x00005a48 disable  0x00000028 
- 00022874  0x00005a49 arg  0x00000014 , 0x00000011 
- 00022875  0x00005a4a call  0x00005a82 
- 00022876  0x00005a4b setarg  0x00000009 
- 00022877  0x00005a4c istore  0x00000001 , 0x00000005 
- 00022878  0x00005a4d copy  0x00000005 , 0x00000030 
- 00022879  0x00005a4e increase  0x00000001 , 0x00000005 
- 00022880  0x00005a50 call  0x0000597d 
- 00022881  0x00005a51 call  0x00005a84 
- 00022882  0x00005a52 call  0x0000578a 
- 00022883  0x00005a53 call  0x00005984 
- 00022884  0x00005a54 fetch  0x00000001 , 0x000004a2 
- 00022885  0x00005a55 increase  0x00000005 , 0x0000003f 
- 00022886  0x00005a56 istore  0x00000001 , 0x00000030 
- 00022887  0x00005a57 fetch  0x00000001 , 0x000004a2 
- 00022888  0x00005a58 beq  0x00000010 , 0x0000596d 
- 00022889  0x00005a59 increase  0xffffffff , 0x0000000b 
- 00022890  0x00005a5a branch  0x0000596d , 0x00000005 
- 00022891  0x00005a5c call  0x00005a84 
- 00022892  0x00005a5d branch  0x00005951 
- 00022893  0x00005a5f branch  0x00005a76 , 0x00000028 
- 00022894  0x00005a60 branch  0x00005aa5 
- 00022895  0x00005a63 call  0x00005a97 
- 00022896  0x00005a64 call  0x00005a84 
- 00022897  0x00005a65 call  0x0000578a 
- 00022898  0x00005a66 fetch  0x00000001 , 0x000004a2 
- 00022899  0x00005a67 beq  0x00000010 , 0x0000596d 
- 00022900  0x00005a69 call  0x00007e9c 
- 00022901  0x00005a6a fetch  0x00000002 , 0x00000aa2 
- 00022902  0x00005a6b increase  0xffffffff , 0x0000003f 
- 00022903  0x00005a6c istore  0x00000002 , 0x00000005 
- 00022904  0x00005a6d call  0x00005aa1 
- 00022905  0x00005a6e call  0x00005984 
- 00022906  0x00005a6f increase  0xffffffff , 0x0000000b 
- 00022907  0x00005a70 branch  0x0000596d , 0x00000005 
- 00022908  0x00005a71 branch  0x0000596b 
- 00022909  0x00005a75 fetch  0x00000002 , 0x00000aa2 
- 00022910  0x00005a76 istore  0x00000002 , 0x00000005 
- 00022911  0x00005a78 fetch  0x00000001 , 0x000004b3 
- 00022912  0x00005a79 copy  0x0000003f , 0x00000039 
- 00022913  0x00005a7a call  0x00007e9f 
- 00022914  0x00005a7b call  0x00007ef4 
- 00022915  0x00005a7c branch  0x00007ea2 
- 00022916  0x00005a7e call  0x00007e9c 
- 00022917  0x00005a7f fetch  0x00000002 , 0x00000aa2 
- 00022918  0x00005a80 istore  0x00000002 , 0x00000005 
- 00022919  0x00005a81 call  0x00007ea2 
- 00022920  0x00005a82 fetch  0x00000001 , 0x000004a2 
- 00022921  0x00005a83 copy  0x0000003f , 0x00000039 
- 00022922  0x00005a84 call  0x00007e9c 
- 00022923  0x00005a85 call  0x00007e9f 
- 00022924  0x00005a86 isub  0x00000039 , 0x00000006 
- 00022925  0x00005a87 increase  0xffffffff , 0x00000006 
- 00022926  0x00005a88 call  0x00007ef4 
- 00022927  0x00005a89 branch  0x00007ea2 
- 00022928  0x00005a8e fetcht  0x00000002 , 0x0000445a 
- 00022929  0x00005a8f storet  0x00000002 , 0x00000aa2 
- 00022930  0x00005a91 call  0x00005a88 
- 00022931  0x00005a92 nbranch  0x00005a76 , 0x00000002 
- 00022932  0x00005a93 call  0x0000578a 
- 00022933  0x00005a94 beq  0x00000001 , 0x00005a76 
- 00022934  0x00005a95 call  0x00005a94 
- 00022935  0x00005a96 nbranch  0x000059a6 , 0x00000005 
- 00022936  0x00005a99 arg  0x00000014 , 0x00000011 
- 00022937  0x00005a9a call  0x00005a82 
- 00022938  0x00005a9b setarg  0x00000009 
- 00022939  0x00005a9c istore  0x00000001 , 0x00000005 
- 00022940  0x00005a9d fetch  0x00000001 , 0x000004b3 
- 00022941  0x00005a9e copy  0x0000003f , 0x00000039 
- 00022942  0x00005a9f increase  0x00000002 , 0x0000003f 
- 00022943  0x00005aa0 istore  0x00000001 , 0x00000005 
- 00022944  0x00005aa1 fetch  0x00000002 , 0x00000aa2 
- 00022945  0x00005aa2 istore  0x00000002 , 0x00000005 
- 00022946  0x00005aa3 call  0x00007e9f 
- 00022947  0x00005aa4 call  0x00007ef4 
- 00022948  0x00005aa5 call  0x00007ea2 
- 00022949  0x00005aa6 branch  0x00005aa5 
- 00022950  0x00005aa9 call  0x00005a84 
- 00022951  0x00005aaa branch  0x00005992 
- 00022952  0x00005aae arg  0x00002a00 , 0x00000002 
- 00022953  0x00005aaf call  0x0000577c 
- 00022954  0x00005ab0 rtn  0x00000034 
- 00022955  0x00005ab1 increase  0xfffffffb , 0x00000006 
- 00022956  0x00005ab2 ifetch  0x00000002 , 0x00000006 
- 00022957  0x00005ab3 store  0x00000002 , 0x00000aa2 
- 00022958  0x00005ab4 arg  0x00000014 , 0x00000011 
- 00022959  0x00005ab5 call  0x00005a82 
- 00022960  0x00005ab6 setarg  0x00000009 
- 00022961  0x00005ab7 istore  0x00000001 , 0x00000005 
- 00022962  0x00005ab8 fetch  0x00000001 , 0x000043af 
- 00022963  0x00005ab9 copy  0x0000003f , 0x00000039 
- 00022964  0x00005aba increase  0x00000002 , 0x0000003f 
- 00022965  0x00005abb istore  0x00000001 , 0x00000005 
- 00022966  0x00005abc fetch  0x00000002 , 0x00000aa2 
- 00022967  0x00005abd istore  0x00000002 , 0x00000005 
- 00022968  0x00005abe arg  0x000043b0 , 0x00000006 
- 00022969  0x00005abf call  0x00007ef4 
- 00022970  0x00005ac0 call  0x00007ea2 
- 00022971  0x00005ac1 branch  0x00005aa5 
- 00022972  0x00005ac6 fetcht  0x00000002 , 0x00000478 
- 00022973  0x00005ac7 fetch  0x00000001 , 0x000044e9 
- 00022974  0x00005ac8 bbit1  0x00000003 , 0x000059dd 
- 00022975  0x00005acb call  0x0000576a 
- 00022976  0x00005acc branch  0x00005a76 , 0x00000034 
- 00022977  0x00005acd increase  0xfffffffe , 0x00000006 
- 00022978  0x00005ace ifetch  0x00000002 , 0x00000006 
- 00022979  0x00005acf arg  0x00002a00 , 0x00000002 
- 00022980  0x00005ad0 isub  0x00000002 , 0x0000003e 
- 00022981  0x00005ad1 branch  0x000059d3 , 0x00000005 
- 00022982  0x00005ad2 ifetch  0x00000001 , 0x00000006 
- 00022983  0x00005ad3 sub  0x0000003f , 0x00000016 , 0x0000003e 
- 00022984  0x00005ad4 branch  0x000059ca , 0x00000002 
- 00022985  0x00005ad5 force  0x00000016 , 0x0000003f 
- 00022986  0x00005ad7 copy  0x0000003f , 0x00000013 
- 00022987  0x00005ad8 call  0x00007ea5 
- 00022988  0x00005ad9 add  0x00000013 , 0x00000001 , 0x00000011 
- 00022989  0x00005ada call  0x00005a82 
- 00022990  0x00005adb setarg  0x0000000b 
- 00022991  0x00005adc istore  0x00000001 , 0x00000005 
- 00022992  0x00005add copy  0x00000013 , 0x00000039 
- 00022993  0x00005ade call  0x00007e9f 
- 00022994  0x00005adf branch  0x00007f01 
- 00022995  0x00005ae2 call  0x00007ea5 
- 00022996  0x00005ae3 fetch  0x00000001 , 0x000043af 
- 00022997  0x00005ae4 add  0x0000003f , 0x00000001 , 0x00000011 
- 00022998  0x00005ae5 call  0x00005a82 
- 00022999  0x00005ae6 setarg  0x0000000b 
- 00023000  0x00005ae7 istore  0x00000001 , 0x00000005 
- 00023001  0x00005ae8 fetch  0x00000001 , 0x000043af 
- 00023002  0x00005ae9 copy  0x0000003f , 0x00000039 
- 00023003  0x00005aea arg  0x000043b0 , 0x00000006 
- 00023004  0x00005aeb branch  0x00007f01 
- 00023005  0x00005aef fetch  0x00000002 , 0x000044fa 
- 00023006  0x00005af0 isub  0x00000002 , 0x0000003e 
- 00023007  0x00005af1 nbranch  0x000059bf , 0x00000005 
- 00023008  0x00005af3 call  0x00005a42 
- 00023009  0x00005af4 nbranch  0x000059bf , 0x00000028 
- 00023010  0x00005af5 jam  0x00000005 , 0x0000047a 
- 00023011  0x00005af6 branch  0x00005a77 
- 00023012  0x00005afa ifetch  0x00000002 , 0x00000006 
- 00023013  0x00005afb store  0x00000002 , 0x0000445e 
- 00023014  0x00005afd arg  0x00000014 , 0x00000011 
- 00023015  0x00005afe call  0x00005a82 
- 00023016  0x00005aff setarg  0x0000000d 
- 00023017  0x00005b00 istore  0x00000001 , 0x00000005 
- 00023018  0x00005b01 fetch  0x00000002 , 0x0000445e 
- 00023019  0x00005b02 iforce  0x00000011 
- 00023020  0x00005b03 fetcht  0x00000002 , 0x00000478 
- 00023021  0x00005b04 call  0x0000576a 
- 00023022  0x00005b05 branch  0x00005a76 , 0x00000034 
- 00023023  0x00005b06 ifetch  0x00000001 , 0x00000006 
- 00023024  0x00005b07 isub  0x00000011 , 0x00000039 
- 00023025  0x00005b08 nbranch  0x00005a76 , 0x00000002 
- 00023026  0x00005b09 sub  0x00000039 , 0x00000016 , 0x0000003e 
- 00023027  0x00005b0a branch  0x000059f5 , 0x00000002 
- 00023028  0x00005b0b force  0x00000016 , 0x00000039 
- 00023029  0x00005b0d deposit  0x00000011 
- 00023030  0x00005b0e iadd  0x00000006 , 0x00000006 
- 00023031  0x00005b0f call  0x00007ef4 
- 00023032  0x00005b10 call  0x00007ea2 
- 00023033  0x00005b11 branch  0x00005aa5 
- 00023034  0x00005b15 call  0x00005ab1 
- 00023035  0x00005b16 call  0x000056d7 
- 00023036  0x00005b17 branch  0x000059fd 
- 00023037  0x00005b1d arg  0x00000002 , 0x0000000b 
- 00023038  0x00005b1e fetcht  0x00000002 , 0x0000445a 
- 00023039  0x00005b22 storet  0x00000002 , 0x00000aa2 
- 00023040  0x00005b23 call  0x00005756 
- 00023041  0x00005b24 call  0x0000576d 
- 00023042  0x00005b25 increase  0xfffffffe , 0x00000006 
- 00023043  0x00005b26 copy  0x00000006 , 0x0000003f 
- 00023044  0x00005b27 store  0x00000002 , 0x0000049c 
- 00023045  0x00005b29 call  0x00005a88 
- 00023046  0x00005b2a nbranch  0x00005a25 , 0x00000002 
- 00023047  0x00005b2b fetcht  0x00000002 , 0x00000aa2 
- 00023048  0x00005b2c call  0x0000578a 
- 00023049  0x00005b2d beq  0x00000001 , 0x00005a28 
- 00023050  0x00005b2f call  0x00005a8c 
- 00023051  0x00005b30 nbranch  0x00005a23 , 0x00000005 
- 00023052  0x00005b31 copy  0x0000000b , 0x0000003f 
- 00023053  0x00005b32 beq  0x00000000 , 0x00005a28 
- 00023054  0x00005b33 nbranch  0x00005a19 , 0x00000028 
- 00023055  0x00005b34 disable  0x00000028 
- 00023056  0x00005b36 arg  0x00000014 , 0x00000011 
- 00023057  0x00005b37 call  0x00005a82 
- 00023058  0x00005b38 setarg  0x00000011 
- 00023059  0x00005b39 istore  0x00000001 , 0x00000005 
- 00023060  0x00005b3a fetch  0x00000001 , 0x000004b3 
- 00023061  0x00005b3b increase  0x00000004 , 0x0000003f 
- 00023062  0x00005b3c istore  0x00000001 , 0x00000005 
- 00023063  0x00005b3d call  0x00007ea2 
- 00023064  0x00005b3e branch  0x00005a1f 
- 00023065  0x00005b40 fetch  0x00000001 , 0x000004b3 
- 00023066  0x00005b41 beq  0x00000010 , 0x00005a28 
- 00023067  0x00005b42 fetch  0x00000002 , 0x00000aa2 
- 00023068  0x00005b43 increase  0xffffffff , 0x0000003f 
- 00023069  0x00005b44 store  0x00000002 , 0x000004a0 
- 00023070  0x00005b45 call  0x00005a9c 
- 00023071  0x00005b47 fetch  0x00000002 , 0x00000aa2 
- 00023072  0x00005b48 store  0x00000002 , 0x0000049e 
- 00023073  0x00005b49 call  0x00005a97 
- 00023074  0x00005b4a increase  0xffffffff , 0x0000000b 
- 00023075  0x00005b4d call  0x00005a84 
- 00023076  0x00005b4e branch  0x00005a05 
- 00023077  0x00005b51 fetch  0x00000002 , 0x00000aa2 
- 00023078  0x00005b52 store  0x00000002 , 0x000004a0 
- 00023079  0x00005b53 branch  0x00005a2c 
- 00023080  0x00005b55 fetch  0x00000002 , 0x00000aa2 
- 00023081  0x00005b56 increase  0xffffffff , 0x0000003f 
- 00023082  0x00005b57 store  0x00000002 , 0x000004a0 
- 00023083  0x00005b58 branch  0x00005a2c 
- 00023084  0x00005b5a branch  0x00005a76 , 0x00000028 
- 00023085  0x00005b5b call  0x00005a9c 
- 00023086  0x00005b5c branch  0x00005aa5 
- 00023087  0x00005b62 copy  0x00000006 , 0x00000011 
- 00023088  0x00005b63 fetch  0x00000002 , 0x000044fc 
- 00023089  0x00005b64 add  0x0000003f , 0xfffffffd , 0x00000012 
- 00023090  0x00005b65 call  0x000056e2 
- 00023091  0x00005b67 fetch  0x00000001 , 0x000044e9 
- 00023092  0x00005b68 bbit0  0x00000004 , 0x00005a3d 
- 00023093  0x00005b6a fetcht  0x00000002 , 0x00000478 
- 00023094  0x00005b6b fetch  0x00000002 , 0x000044fa 
- 00023095  0x00005b6c isub  0x00000002 , 0x0000003e 
- 00023096  0x00005b6d nbranch  0x00005a3d , 0x00000005 
- 00023097  0x00005b6e call  0x00005a42 
- 00023098  0x00005b6f nbranch  0x00005a3d , 0x00000028 
- 00023099  0x00005b70 jam  0x00000005 , 0x0000047a 
- 00023100  0x00005b71 branch  0x00005a77 
- 00023101  0x00005b74 force  0x00000001 , 0x00000011 
- 00023102  0x00005b75 call  0x00005a82 
- 00023103  0x00005b76 setarg  0x00000013 
- 00023104  0x00005b77 istore  0x00000001 , 0x00000005 
- 00023105  0x00005b78 rtn 
- 00023106  0x00005b7b call  0x00007fe9 
- 00023107  0x00005b7c fetch  0x00000001 , 0x000044c6 
- 00023108  0x00005b7d rtneq  0x00000000 
- 00023109  0x00005b7e fetch  0x00000001 , 0x00004040 
- 00023110  0x00005b7f rtnbit1  0x00000004 
- 00023111  0x00005b80 branch  0x00007fe7 
- 00023112  0x00005b84 add  0x00000006 , 0x00000002 , 0x00000011 
- 00023113  0x00005b85 fetch  0x00000002 , 0x000044fc 
- 00023114  0x00005b86 add  0x0000003f , 0xfffffffb , 0x00000012 
- 00023115  0x00005b87 call  0x000056e2 
- 00023116  0x00005b88 branch  0x00005a4d 
- 00023117  0x00005b8c fetch  0x00000002 , 0x000044fc 
- 00023118  0x00005b8d copy  0x0000003f , 0x00000011 
- 00023119  0x00005b8e call  0x00005a82 
- 00023120  0x00005b8f setarg  0x00000017 
- 00023121  0x00005b90 istore  0x00000001 , 0x00000005 
- 00023122  0x00005b91 fetch  0x00000002 , 0x00000478 
- 00023123  0x00005b92 istore  0x00000002 , 0x00000005 
- 00023124  0x00005b93 fetch  0x00000002 , 0x000044fc 
- 00023125  0x00005b94 add  0x0000003f , 0xfffffffb , 0x00000039 
- 00023126  0x00005b95 fetch  0x00000002 , 0x0000450d 
- 00023127  0x00005b96 add  0x0000003f , 0x00000007 , 0x00000006 
- 00023128  0x00005b97 ifetch  0x00000002 , 0x00000006 
- 00023129  0x00005b98 istore  0x00000002 , 0x00000005 
- 00023130  0x00005b99 branch  0x00007ef4 
- 00023131  0x00005ba0 force  0x00000001 , 0x00000011 
- 00023132  0x00005ba1 call  0x00005a82 
- 00023133  0x00005ba2 setarg  0x00000019 
- 00023134  0x00005ba3 istore  0x00000001 , 0x00000005 
- 00023135  0x00005ba4 rtn 
- 00023136  0x00005ba9 copy  0x00000006 , 0x00000011 
- 00023137  0x00005baa fetch  0x00000002 , 0x000044fc 
- 00023138  0x00005bab add  0x0000003f , 0xfffffffd , 0x00000012 
- 00023139  0x00005bac branch  0x000056e2 
- 00023140  0x00005bb2 copy  0x00000002 , 0x00000013 
- 00023141  0x00005bb3 increase  0x00000003 , 0x00000011 
- 00023142  0x00005bb4 call  0x00005a82 
- 00023143  0x00005bb5 increase  0xfffffffd , 0x00000011 
- 00023144  0x00005bb6 setarg  0x0000001b 
- 00023145  0x00005bb7 istore  0x00000001 , 0x00000005 
- 00023146  0x00005bb8 copy  0x00000013 , 0x00000002 
- 00023147  0x00005bb9 istoret  0x00000002 , 0x00000005 
- 00023148  0x00005bba rtn 
- 00023149  0x00005bbe copy  0x00000002 , 0x00000013 
- 00023150  0x00005bbf increase  0x00000003 , 0x00000011 
- 00023151  0x00005bc0 call  0x00005a82 
- 00023152  0x00005bc1 increase  0xfffffffd , 0x00000011 
- 00023153  0x00005bc2 setarg  0x0000001d 
- 00023154  0x00005bc3 istore  0x00000001 , 0x00000005 
- 00023155  0x00005bc4 copy  0x00000013 , 0x00000002 
- 00023156  0x00005bc5 istoret  0x00000002 , 0x00000005 
- 00023157  0x00005bc6 rtn 
- 00023158  0x00005bcc jam  0x0000000a , 0x0000047a 
- 00023159  0x00005bce force  0x00000005 , 0x00000011 
- 00023160  0x00005bcf call  0x00005a82 
- 00023161  0x00005bd0 setarg  0x00000001 
- 00023162  0x00005bd1 istore  0x00000001 , 0x00000005 
- 00023163  0x00005bd2 fetch  0x00000001 , 0x00000477 
- 00023164  0x00005bd3 istore  0x00000001 , 0x00000005 
- 00023165  0x00005bd4 fetch  0x00000002 , 0x00000478 
- 00023166  0x00005bd5 istore  0x00000002 , 0x00000005 
- 00023167  0x00005bd6 fetch  0x00000001 , 0x0000047a 
- 00023168  0x00005bd7 istore  0x00000001 , 0x00000005 
- 00023169  0x00005bd8 rtn 
- 00023170  0x00005bdc force  0x00000004 , 0x00000012 
- 00023171  0x00005bdd branch  0x00005847 
- 00023172  0x00005be1 fetcht  0x00000002 , 0x00000aa2 
- 00023173  0x00005be2 increase  0x00000001 , 0x00000002 
- 00023174  0x00005be3 storet  0x00000002 , 0x00000aa2 
- 00023175  0x00005be4 rtn 
- 00023176  0x00005be7 fetcht  0x00000002 , 0x00000aa2 
- 00023177  0x00005be8 fetch  0x00000002 , 0x0000445c 
- 00023178  0x00005be9 isub  0x00000002 , 0x0000003e 
- 00023179  0x00005bea rtn 
- 00023180  0x00005bee fetcht  0x00000001 , 0x0000445e 
- 00023181  0x00005bef arg  0x0000445f , 0x00000011 
- 00023182  0x00005bf1 fetch  0x00000001 , 0x000004a2 
- 00023183  0x00005bf2 copy  0x0000003f , 0x00000039 
- 00023184  0x00005bf3 isub  0x00000002 , 0x0000003e 
- 00023185  0x00005bf4 nrtn  0x00000005 
- 00023186  0x00005bf5 arg  0x000004a3 , 0x00000012 
- 00023187  0x00005bf6 branch  0x00007f88 
- 00023188  0x00005bf9 fetcht  0x00000001 , 0x00004471 
- 00023189  0x00005bfa arg  0x00004472 , 0x00000011 
- 00023190  0x00005bfb branch  0x00005a8e 
- 00023191  0x00005bff fetch  0x00000001 , 0x000004b3 
- 00023192  0x00005c00 store  0x00000001 , 0x00000101 
- 00023193  0x00005c01 copy  0x0000003f , 0x00000039 
- 00023194  0x00005c02 call  0x00007e9f 
- 00023195  0x00005c03 branch  0x00007ef4 
- 00023196  0x00005c07 call  0x00007e9c 
- 00023197  0x00005c08 fetch  0x00000002 , 0x0000049e 
- 00023198  0x00005c09 istore  0x00000002 , 0x00000005 
- 00023199  0x00005c0a fetch  0x00000002 , 0x000004a0 
- 00023200  0x00005c0b istore  0x00000002 , 0x00000005 
- 00023201  0x00005c0d fetch  0x00000001 , 0x00000101 
- 00023202  0x00005c0e copy  0x0000003f , 0x00000039 
- 00023203  0x00005c0f call  0x00007ef4 
- 00023204  0x00005c10 branch  0x00007ea2 
- 00023205  0x00005c15 call  0x00007e9c 
- 00023206  0x00005c16 call  0x0000588a 
- 00023207  0x00005c17 copy  0x00000005 , 0x0000003f 
- 00023208  0x00005c18 isub  0x00000006 , 0x00000011 
- 00023209  0x00005c19 call  0x0000588d 
- 00023210  0x00005c1a copy  0x00000011 , 0x0000003f 
- 00023211  0x00005c1b istore  0x00000002 , 0x00000006 
- 00023212  0x00005c1c increase  0x00000004 , 0x00000011 
- 00023213  0x00005c1d call  0x00005879 
- 00023214  0x00005c1e copy  0x00000011 , 0x0000003f 
- 00023215  0x00005c1f istore  0x00000001 , 0x00000006 
- 00023216  0x00005c20 rtn 
- 00023217  0x00005c24 rshift8  0x0000003f , 0x0000003f 
- 00023218  0x00005c25 store  0x00000002 , 0x0000445a 
- 00023219  0x00005c26 ifetch  0x00000002 , 0x00000006 
- 00023220  0x00005c27 store  0x00000002 , 0x0000445c 
- 00023221  0x00005c28 rtn 
- 00023222  0x00005c2e ifetch  0x00000001 , 0x00000006 
- 00023223  0x00005c2f ifetcht  0x00000001 , 0x00000006 
- 00023224  0x00005c30 ifetcht  0x00000002 , 0x00000006 
- 00023225  0x00005c31 beq  0x00000013 , 0x00005abb 
- 00023226  0x00005c32 rtn 
- 00023227  0x00005c34 ifetch  0x00000002 , 0x00000006 
- 00023228  0x00005c35 store  0x00000002 , 0x00004509 
- 00023229  0x00005c36 jam  0x00000040 , 0x00000a99 
- 00023230  0x00005c37 branch  0x00007d86 
- 00023231  0x00005c3e arg  0x0000000c , 0x00000011 
- 00023232  0x00005c3f arg  0x00000012 , 0x00000013 
- 00023233  0x00005c40 call  0x00005ac7 
- 00023234  0x00005c41 setarg  0x00000008 
- 00023235  0x00005c42 istore  0x00000002 , 0x00000005 
- 00023236  0x00005c43 fetch  0x00000008 , 0x00004496 
- 00023237  0x00005c44 istore  0x00000008 , 0x00000005 
- 00023238  0x00005c45 rtn 
- 00023239  0x00005c4a call  0x00005acf 
- 00023240  0x00005c4b arg  0x00000005 , 0x00000012 
- 00023241  0x00005c4c call  0x00005847 
- 00023242  0x00005c4d copy  0x00000013 , 0x0000003f 
- 00023243  0x00005c4e istore  0x00000001 , 0x00000005 
- 00023244  0x00005c4f fetch  0x00000001 , 0x00004508 
- 00023245  0x00005c50 istore  0x00000001 , 0x00000005 
- 00023246  0x00005c51 rtn 
- 00023247  0x00005c55 fetch  0x00000001 , 0x00004508 
- 00023248  0x00005c57 pincrease  0x00000001 
- 00023249  0x00005c58 store  0x00000001 , 0x00004508 
- 00023250  0x00005c59 rtnne  0x00000000 
- 00023251  0x00005c5c jam  0x00000001 , 0x00004508 
- 00023252  0x00005c5d rtn 
- 00023253  0x00005c63 fetch  0x00000001 , 0x000044c6 
- 00023254  0x00005c64 beq  0x00000000 , 0x00005ae4 
- 00023255  0x00005c65 beq  0x00000001 , 0x00005ae7 
- 00023256  0x00005c66 beq  0x00000002 , 0x00005ae9 
- 00023257  0x00005c67 beq  0x00000081 , 0x00005add 
- 00023258  0x00005c68 beq  0x00000082 , 0x00005adf 
- 00023259  0x00005c69 beq  0x00000083 , 0x00005ae2 
- 00023260  0x00005c6a rtn 
- 00023261  0x00005c6d jam  0x0000000d , 0x00004456 
- 00023262  0x00005c6e branch  0x00005ae5 
- 00023263  0x00005c70 jam  0x0000000d , 0x00004456 
- 00023264  0x00005c71 jam  0x00000001 , 0x00004454 
- 00023265  0x00005c72 rtn 
- 00023266  0x00005c74 jam  0x0000000d , 0x00004456 
- 00023267  0x00005c75 branch  0x00005aea 
- 00023268  0x00005c77 jam  0x00000000 , 0x00004456 
- 00023269  0x00005c79 jam  0x00000003 , 0x00004454 
- 00023270  0x00005c7a rtn 
- 00023271  0x00005c7c jam  0x00000005 , 0x00004456 
- 00023272  0x00005c7d branch  0x00005ae5 
- 00023273  0x00005c7f jam  0x00000005 , 0x00004456 
- 00023274  0x00005c81 jam  0x00000000 , 0x00004454 
- 00023275  0x00005c82 rtn 
- 00023276  0x00005c86 fetch  0x00000001 , 0x00004456 
- 00023277  0x00005c87 set1  0x00000003 , 0x0000003f 
- 00023278  0x00005c88 store  0x00000001 , 0x00004456 
- 00023279  0x00005c89 rtn 
- 00023280  0x00005c8b fetch  0x00000001 , 0x00004456 
- 00023281  0x00005c8c set0  0x00000003 , 0x0000003f 
- 00023282  0x00005c8d store  0x00000001 , 0x00004456 
- 00023283  0x00005c8e rtn 
- 00023284  0x00005c91 ifetch  0x00000001 , 0x00000006 
- 00023285  0x00005c92 beq  0x00000001 , 0x00005b09 
- 00023286  0x00005c94 beq  0x00000003 , 0x00005b30 
- 00023287  0x00005c95 beq  0x00000004 , 0x00005b4d 
- 00023288  0x00005c96 beq  0x00000005 , 0x00005b5a 
- 00023289  0x00005c97 beq  0x00000006 , 0x00005b80 
- 00023290  0x00005c98 beq  0x00000007 , 0x00005bc4 
- 00023291  0x00005c99 beq  0x00000008 , 0x00005baf 
- 00023292  0x00005c9a beq  0x00000009 , 0x00005bc0 
- 00023293  0x00005c9b beq  0x0000000a , 0x00005bc4 
- 00023294  0x00005c9c beq  0x0000000b , 0x00005bc4 
- 00023295  0x00005c9d beq  0x0000000c , 0x00005bc5 
- 00023296  0x00005c9e beq  0x0000000d , 0x00005bca 
- 00023297  0x00005c9f rtn 
- 00023298  0x00005ca4 force  0x00000002 , 0x00000011 
- 00023299  0x00005ca5 call  0x00005c62 
- 00023300  0x00005ca6 setarg  0x0000000b 
- 00023301  0x00005ca7 istore  0x00000001 , 0x00000005 
- 00023302  0x00005ca8 fetch  0x00000001 , 0x00004456 
- 00023303  0x00005ca9 istore  0x00000001 , 0x00000005 
- 00023304  0x00005caa rtn 
- 00023305  0x00005cad store  0x00000001 , 0x0000444c 
- 00023306  0x00005cae ifetch  0x00000006 , 0x00000006 
- 00023307  0x00005caf istore  0x00000006 , 0x00000005 
- 00023308  0x00005cb0 fetch  0x00000001 , 0x000044c6 
- 00023309  0x00005cb1 beq  0x00000000 , 0x00005b5f 
- 00023310  0x00005cb2 call  0x00005b2b 
- 00023311  0x00005cb3 call  0x00005b26 
- 00023312  0x00005cb4 jam  0x00000003 , 0x000044c4 
- 00023313  0x00005cb5 fetch  0x00000001 , 0x0000444d 
- 00023314  0x00005cb6 beq  0x00000000 , 0x00005b18 
- 00023315  0x00005cb7 beq  0x00000001 , 0x00005b18 
- 00023316  0x00005cb8 beq  0x00000003 , 0x00005b18 
- 00023317  0x00005cb9 fetch  0x00000001 , 0x000044c6 
- 00023318  0x00005cba beq  0x00000002 , 0x00005b1b 
- 00023319  0x00005cbb rtneq  0x00000083 
- 00023320  0x00005cbd arg  0x00000000 , 0x0000003f 
- 00023321  0x00005cbe store  0x00000004 , 0x000044c7 
- 00023322  0x00005cbf rtn 
- 00023323  0x00005cc2 fetch  0x00000001 , 0x000044e9 
- 00023324  0x00005cc3 bbit1  0x00000000 , 0x00005b24 
- 00023325  0x00005cc5 arg  0x000044c7 , 0x00000011 
- 00023326  0x00005cc6 copy  0x00000011 , 0x00000005 
- 00023327  0x00005cc7 arg  0x00000003 , 0x00000039 
- 00023328  0x00005cc8 call  0x0000630d 
- 00023329  0x00005cc9 fetch  0x00000002 , 0x000044c9 
- 00023330  0x00005cca and_into  0x00000007 , 0x0000003f 
- 00023331  0x00005ccb store  0x00000002 , 0x000044c9 
- 00023332  0x00005ccd jam  0x00000034 , 0x00000a99 
- 00023333  0x00005cce branch  0x00007d86 
- 00023334  0x00005cd1 fetch  0x00000001 , 0x0000444f 
- 00023335  0x00005cd2 rtnbit1  0x00000003 
- 00023336  0x00005cd3 fetch  0x00000001 , 0x000044c6 
- 00023337  0x00005cd4 rtnbit0  0x00000007 
- 00023338  0x00005cd5 branch  0x00003402 
- 00023339  0x00005cd8 force  0x00000007 , 0x00000011 
- 00023340  0x00005cd9 call  0x00005c62 
- 00023341  0x00005cda fetch  0x00000007 , 0x00004453 
- 00023342  0x00005cdb istore  0x00000007 , 0x00000005 
- 00023343  0x00005cdc rtn 
- 00023344  0x00005ce0 copy  0x00000006 , 0x00000011 
- 00023345  0x00005ce1 fetch  0x00000001 , 0x000044c6 
- 00023346  0x00005ce2 beq  0x00000083 , 0x00005b37 
- 00023347  0x00005ce3 copy  0x00000011 , 0x00000006 
- 00023348  0x00005ce4 arg  0x0000442a , 0x00000005 
- 00023349  0x00005ce5 call  0x00007ebf 
- 00023350  0x00005ce6 branch  0x00005b3d 
- 00023351  0x00005ce8 copy  0x00000011 , 0x00000006 
- 00023352  0x00005ce9 arg  0x0000442a , 0x00000005 
- 00023353  0x00005cea call  0x00007ebf 
- 00023354  0x00005ceb jam  0x00000002 , 0x000044bf 
- 00023355  0x00005cec jam  0x00000008 , 0x000044c1 
- 00023356  0x00005ced rtn 
- 00023357  0x00005cf1 fetch  0x00000001 , 0x000044c6 
- 00023358  0x00005cf2 bbit1  0x00000007 , 0x00005b45 
- 00023359  0x00005cf3 call  0x0000739c 
- 00023360  0x00005cf4 force  0x00000011 , 0x00000011 
- 00023361  0x00005cf5 call  0x00005c62 
- 00023362  0x00005cf6 setarg  0x00000003 
- 00023363  0x00005cf7 istore  0x00000001 , 0x00000005 
- 00023364  0x00005cf8 branch  0x00007497 
- 00023365  0x00005cfc arg  0x0000443a , 0x00000005 
- 00023366  0x00005cfd call  0x0000630c 
- 00023367  0x00005cfe call  0x000071c5 
- 00023368  0x00005cff force  0x00000011 , 0x00000011 
- 00023369  0x00005d00 call  0x00005c62 
- 00023370  0x00005d01 setarg  0x00000003 
- 00023371  0x00005d02 istore  0x00000001 , 0x00000005 
- 00023372  0x00005d03 branch  0x00007201 
- 00023373  0x00005d08 copy  0x00000006 , 0x00000011 
- 00023374  0x00005d09 fetch  0x00000001 , 0x000044c6 
- 00023375  0x00005d0a bbit1  0x00000007 , 0x00005b61 
- 00023376  0x00005d0b copy  0x00000011 , 0x00000006 
- 00023377  0x00005d0c call  0x00007394 
- 00023378  0x00005d0d branch  0x00005b75 , 0x00000005 
- 00023379  0x00005d0f jam  0x00000004 , 0x0000047b 
- 00023380  0x00005d11 force  0x00000002 , 0x00000011 
- 00023381  0x00005d12 call  0x00005c62 
- 00023382  0x00005d13 setarg  0x00000005 
- 00023383  0x00005d14 istore  0x00000001 , 0x00000005 
- 00023384  0x00005d15 fetch  0x00000001 , 0x0000047b 
- 00023385  0x00005d16 istore  0x00000001 , 0x00000005 
- 00023386  0x00005d18 force  0x0000000a , 0x00000007 
- 00023387  0x00005d19 call  0x00007f07 
- 00023388  0x00005d1a jam  0x00000000 , 0x000044c4 
- 00023389  0x00005d1b jam  0x00000030 , 0x00000a99 
- 00023390  0x00005d1c branch  0x00007d86 
- 00023391  0x00005d1f jam  0x00000005 , 0x0000047b 
- 00023392  0x00005d20 branch  0x00005b54 
- 00023393  0x00005d24 arg  0x0000042f , 0x00000005 
- 00023394  0x00005d25 copy  0x00000011 , 0x00000006 
- 00023395  0x00005d26 call  0x00007ebf 
- 00023396  0x00005d27 fetch  0x00000001 , 0x000044c6 
- 00023397  0x00005d28 beq  0x00000083 , 0x00005b6c 
- 00023398  0x00005d29 call  0x0000714f 
- 00023399  0x00005d2c call  0x00005b7a 
- 00023400  0x00005d2d fetch  0x00000001 , 0x000044c6 
- 00023401  0x00005d2e rtnne  0x00000082 
- 00023402  0x00005d2f jam  0x0000003b , 0x00000a99 
- 00023403  0x00005d30 branch  0x00007d86 
- 00023404  0x00005d33 call  0x000071ba 
- 00023405  0x00005d34 arg  0x00000af2 , 0x00000005 
- 00023406  0x00005d35 call  0x00007201 
- 00023407  0x00005d36 arg  0x00000af2 , 0x00000011 
- 00023408  0x00005d37 arg  0x0000442a , 0x00000012 
- 00023409  0x00005d38 arg  0x00000010 , 0x00000039 
- 00023410  0x00005d39 call  0x00007f88 
- 00023411  0x00005d3a nbranch  0x00005b53 , 0x00000005 
- 00023412  0x00005d3b branch  0x00005b7a 
- 00023413  0x00005d3e call  0x00007390 
- 00023414  0x00005d3f jam  0x00000031 , 0x00000a99 
- 00023415  0x00005d40 call  0x00007d86 
- 00023416  0x00005d41 jam  0x00000001 , 0x00004429 
- 00023417  0x00005d42 jam  0x00000005 , 0x000044c4 
- 00023418  0x00005d45 force  0x00000011 , 0x00000011 
- 00023419  0x00005d46 call  0x00005c62 
- 00023420  0x00005d47 setarg  0x00000004 
- 00023421  0x00005d48 istore  0x00000001 , 0x00000005 
- 00023422  0x00005d49 arg  0x0000443a , 0x00000006 
- 00023423  0x00005d4a branch  0x00007ebf 
- 00023424  0x00005d4d arg  0x0000041f , 0x00000005 
- 00023425  0x00005d4e branch  0x00007ebf 
- 00023426  0x00005d51 force  0x00000011 , 0x00000011 
- 00023427  0x00005d52 call  0x00005c62 
- 00023428  0x00005d53 setarg  0x00000006 
- 00023429  0x00005d54 istore  0x00000001 , 0x00000005 
- 00023430  0x00005d55 fetch  0x00000001 , 0x000044e9 
- 00023431  0x00005d56 bbit1  0x00000001 , 0x00005b8a 
- 00023432  0x00005d57 arg  0x00004419 , 0x00000006 
- 00023433  0x00005d58 branch  0x00007ebf 
- 00023434  0x00005d5b arg  0x000044ea , 0x00000006 
- 00023435  0x00005d5c branch  0x00007ebf 
- 00023436  0x00005d60 arg  0x000044cb , 0x00000005 
- 00023437  0x00005d61 force  0x0000000a , 0x00000039 
- 00023438  0x00005d62 call  0x0000630d 
- 00023439  0x00005d63 force  0x0000000b , 0x00000011 
- 00023440  0x00005d64 call  0x00005c62 
- 00023441  0x00005d65 setarg  0x00000007 
- 00023442  0x00005d66 istore  0x00000001 , 0x00000005 
- 00023443  0x00005d67 fetch  0x00000002 , 0x000044cb 
- 00023444  0x00005d68 istore  0x00000002 , 0x00000005 
- 00023445  0x00005d69 fetch  0x00000008 , 0x000044cd 
- 00023446  0x00005d6a istore  0x00000008 , 0x00000005 
- 00023447  0x00005d6b rtn 
- 00023448  0x00005d6e force  0x00000011 , 0x00000011 
- 00023449  0x00005d6f call  0x00005c62 
- 00023450  0x00005d70 setarg  0x00000008 
- 00023451  0x00005d71 istore  0x00000001 , 0x00000005 
- 00023452  0x00005d72 setarg  0x00000000 
- 00023453  0x00005d73 istore  0x00000008 , 0x00000005 
- 00023454  0x00005d74 istore  0x00000008 , 0x00000005 
- 00023455  0x00005d75 rtn 
- 00023456  0x00005d79 force  0x00000008 , 0x00000011 
- 00023457  0x00005d7a call  0x00005c62 
- 00023458  0x00005d7b setarg  0x00000009 
- 00023459  0x00005d7c istore  0x00000001 , 0x00000005 
- 00023460  0x00005d7d fetch  0x00000001 , 0x00004495 
- 00023461  0x00005d7e istore  0x00000001 , 0x00000005 
- 00023462  0x00005d7f fetch  0x00000006 , 0x000044a0 
- 00023463  0x00005d80 istore  0x00000006 , 0x00000005 
- 00023464  0x00005d81 rtn 
- 00023465  0x00005d85 jam  0x00000008 , 0x0000047b 
- 00023466  0x00005d86 branch  0x00005b54 
- 00023467  0x00005d89 fetch  0x00000001 , 0x00004458 
- 00023468  0x00005d8a fetcht  0x00000001 , 0x00004458 
- 00023469  0x00005d8b iand  0x00000002 , 0x0000003f 
- 00023470  0x00005d8c rtn 
- 00023471  0x00005d8f arg  0x000044d5 , 0x00000005 
- 00023472  0x00005d90 call  0x00007ebf 
- 00023473  0x00005d91 call  0x00005bab 
- 00023474  0x00005d92 isolate0  0x00000001 , 0x0000003f 
- 00023475  0x00005d93 branch  0x00005ba9 , 0x00000001 
- 00023476  0x00005d94 fetch  0x00000001 , 0x00004092 
- 00023477  0x00005d95 rtnne  0x0000000a 
- 00023478  0x00005d96 call  0x00005bb9 
- 00023479  0x00005d97 nrtn  0x00000028 
- 00023480  0x00005d98 branch  0x00003410 
- 00023481  0x00005d9c call  0x00007fe9 
- 00023482  0x00005d9d fetch  0x00000001 , 0x0000448e 
- 00023483  0x00005d9e rtneq  0x00000000 
- 00023484  0x00005d9f fetch  0x00000001 , 0x00000454 
- 00023485  0x00005da0 compare  0x000000c0 , 0x0000003f , 0x000000c0 
- 00023486  0x00005da1 rtn  0x00000001 
- 00023487  0x00005da2 branch  0x00007fe7 
- 00023488  0x00005da5 call  0x00005bab 
- 00023489  0x00005da6 isolate0  0x00000001 , 0x0000003f 
- 00023490  0x00005da7 branch  0x00005ba9 , 0x00000001 
- 00023491  0x00005da8 rtn 
- 00023492  0x00005dad rtn 
- 00023493  0x00005db0 arg  0x000009be , 0x00000005 
- 00023494  0x00005db1 call  0x00007eb3 
- 00023495  0x00005db2 jam  0x00000002 , 0x000044bf 
- 00023496  0x00005db3 jam  0x00000001 , 0x000044c1 
- 00023497  0x00005db4 rtn 
- 00023498  0x00005db7 arg  0x00000a6e , 0x00000005 
- 00023499  0x00005db8 call  0x00007ebf 
- 00023500  0x00005db9 jam  0x00000006 , 0x000044c1 
- 00023501  0x00005dba jam  0x00000002 , 0x000044bf 
- 00023502  0x00005dbb rtn 
- 00023503  0x00005dbe force  0x00000041 , 0x00000011 
- 00023504  0x00005dbf call  0x00005c62 
- 00023505  0x00005dc0 setarg  0x0000000c 
- 00023506  0x00005dc1 istore  0x00000001 , 0x00000005 
- 00023507  0x00005dc2 arg  0x000045d2 , 0x00000006 
- 00023508  0x00005dc3 branch  0x00007eb3 
- 00023509  0x00005dc6 call  0x00007166 
- 00023510  0x00005dc7 force  0x00000011 , 0x00000011 
- 00023511  0x00005dc8 call  0x00005c62 
- 00023512  0x00005dc9 setarg  0x0000000d 
- 00023513  0x00005dca istore  0x00000001 , 0x00000005 
- 00023514  0x00005dcb branch  0x00007201 
- 00023515  0x00005dcf fetch  0x00000001 , 0x000044c4 
- 00023516  0x00005dd0 rtneq  0x000000ff 
- 00023517  0x00005dd1 arg  0x00000003 , 0x00000002 
- 00023518  0x00005dd2 isub  0x00000002 , 0x0000003e 
- 00023519  0x00005dd3 nrtn  0x00000002 
- 00023520  0x00005dd4 arg  0x0000000a , 0x00000007 
- 00023521  0x00005dd5 call  0x00007f16 
- 00023522  0x00005dd6 nrtn  0x00000034 
- 00023523  0x00005dd7 branch  0x00005ba9 
- 00023524  0x00005dda bpatchx  0x00000078 , 0x0000402f 
- 00023525  0x00005ddb fetch  0x00000001 , 0x000044c4 
- 00023526  0x00005ddc beq  0x00000000 , 0x00005bef 
- 00023527  0x00005ddd beq  0x00000001 , 0x00005bf5 
- 00023528  0x00005dde beq  0x00000002 , 0x00005bef 
- 00023529  0x00005ddf beq  0x00000003 , 0x00005bf7 
- 00023530  0x00005de0 beq  0x00000005 , 0x00005bfb 
- 00023531  0x00005de1 beq  0x00000007 , 0x00005c07 
- 00023532  0x00005de2 beq  0x00000008 , 0x00005c09 
- 00023533  0x00005de3 beq  0x00000009 , 0x00005c10 
- 00023534  0x00005de4 rtn 
- 00023535  0x00005de8 fetch  0x00000001 , 0x000044c5 
- 00023536  0x00005de9 rtnne  0x00000004 
- 00023537  0x00005dea jam  0x000000ff , 0x000044c5 
- 00023538  0x00005deb jam  0x000000ff , 0x000044c4 
- 00023539  0x00005dec jam  0x0000003f , 0x00000a99 
- 00023540  0x00005ded branch  0x00007d86 
- 00023541  0x00005df1 jam  0x00000002 , 0x000044c4 
- 00023542  0x00005df2 branch  0x00005b02 
- 00023543  0x00005df5 jam  0x00000004 , 0x000044c4 
- 00023544  0x00005df6 setarg  0x00017700 
- 00023545  0x00005df7 arg  0x0000000a , 0x00000007 
- 00023546  0x00005df8 branch  0x00007f08 
- 00023547  0x00005dfb fetch  0x00000001 , 0x000044c5 
- 00023548  0x00005dfc beq  0x00000004 , 0x00005bfe 
- 00023549  0x00005dfd rtn 
- 00023550  0x00005e00 jam  0x00000007 , 0x000044c4 
- 00023551  0x00005e01 jam  0x00000029 , 0x00000a99 
- 00023552  0x00005e02 call  0x00007d86 
- 00023553  0x00005e03 call  0x00005b82 
- 00023554  0x00005e04 fetch  0x00000001 , 0x00004092 
- 00023555  0x00005e05 rtnne  0x0000000a 
- 00023556  0x00005e06 call  0x00005bb9 
- 00023557  0x00005e07 rtn  0x00000028 
- 00023558  0x00005e08 branch  0x00003410 
- 00023559  0x00005e0c jam  0x00000008 , 0x000044c4 
- 00023560  0x00005e0d branch  0x00005b8c 
- 00023561  0x00005e10 fetch  0x00000001 , 0x00004452 
- 00023562  0x00005e11 fetcht  0x00000001 , 0x00004459 
- 00023563  0x00005e12 iand  0x00000002 , 0x0000003f 
- 00023564  0x00005e13 isolate0  0x00000001 , 0x0000003f 
- 00023565  0x00005e14 branch  0x00005c12 , 0x00000001 
- 00023566  0x00005e15 jam  0x00000009 , 0x000044c4 
- 00023567  0x00005e16 branch  0x00005b98 
- 00023568  0x00005e19 call  0x00005ba0 
- 00023569  0x00005e1a branch  0x00005c12 
- 00023570  0x00005e1e force  0x0000000a , 0x00000007 
- 00023571  0x00005e1f call  0x00007f07 
- 00023572  0x00005e20 jam  0x000000ff , 0x000044c5 
- 00023573  0x00005e21 jam  0x000000ff , 0x000044c4 
- 00023574  0x00005e22 jam  0x0000003e , 0x00000a99 
- 00023575  0x00005e23 branch  0x00007d86 
- 00023576  0x00005e28 bpatchx  0x00000079 , 0x0000402f 
- 00023577  0x00005e29 fetch  0x00000001 , 0x000044c6 
- 00023578  0x00005e2a rtnbit0  0x00000007 
- 00023579  0x00005e2b fetch  0x00000001 , 0x000044bf 
- 00023580  0x00005e2c rtnne  0x00000002 
- 00023581  0x00005e2d jam  0x00000000 , 0x000044bf 
- 00023582  0x00005e2e fetch  0x00000001 , 0x000044c1 
- 00023583  0x00005e2f beq  0x00000001 , 0x00005c58 
- 00023584  0x00005e30 beq  0x00000002 , 0x00005c5f 
- 00023585  0x00005e31 beq  0x00000003 , 0x00005c52 
- 00023586  0x00005e32 beq  0x00000006 , 0x00005c39 
- 00023587  0x00005e33 beq  0x00000007 , 0x00005c30 
- 00023588  0x00005e34 beq  0x00000008 , 0x00005c26 
- 00023589  0x00005e35 rtn 
- 00023590  0x00005e39 fetch  0x00000001 , 0x00004663 
- 00023591  0x00005e3a copy  0x0000003f , 0x00000007 
- 00023592  0x00005e3b increase  0x00000001 , 0x0000003f 
- 00023593  0x00005e3c store  0x00000001 , 0x00004663 
- 00023594  0x00005e3d fetch  0x00000004 , 0x000044c7 
- 00023595  0x00005e3e qisolate1  0x0000003f 
- 00023596  0x00005e3f setarg  0x00000080 
- 00023597  0x00005e40 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00023598  0x00005e41 store  0x00000001 , 0x00004664 
- 00023599  0x00005e42 branch  0x00005c55 
- 00023600  0x00005e45 fetch  0x00000001 , 0x000044c2 
- 00023601  0x00005e46 jam  0x00000000 , 0x000044c2 
- 00023602  0x00005e47 beq  0x00000001 , 0x00005c35 
- 00023603  0x00005e48 jam  0x00000002 , 0x000044bf 
- 00023604  0x00005e49 rtn 
- 00023605  0x00005e4c jam  0x00000031 , 0x00000a99 
- 00023606  0x00005e4d call  0x00007d86 
- 00023607  0x00005e4e jam  0x00000005 , 0x000044c4 
- 00023608  0x00005e4f branch  0x00005bd5 
- 00023609  0x00005e52 fetch  0x00000001 , 0x000009b9 
- 00023610  0x00005e53 beq  0x00000003 , 0x00005c3d 
- 00023611  0x00005e54 jam  0x00000002 , 0x000044bf 
- 00023612  0x00005e55 rtn 
- 00023613  0x00005e58 call  0x0000718d 
- 00023614  0x00005e5c fetch  0x00000001 , 0x000044c6 
- 00023615  0x00005e5d beq  0x00000083 , 0x00005c41 
- 00023616  0x00005e5e call  0x00005b18 
- 00023617  0x00005e60 call  0x0000717a 
- 00023618  0x00005e61 arg  0x00000af2 , 0x00000011 
- 00023619  0x00005e62 arg  0x00000a6e , 0x00000012 
- 00023620  0x00005e63 arg  0x00000010 , 0x00000039 
- 00023621  0x00005e64 call  0x00007f88 
- 00023622  0x00005e65 branch  0x00005c49 , 0x00000005 
- 00023623  0x00005e67 jam  0x0000000b , 0x0000047b 
- 00023624  0x00005e68 branch  0x00005b54 
- 00023625  0x00005e6c call  0x00007595 
- 00023626  0x00005e6d nbranch  0x00005c47 , 0x00000005 
- 00023627  0x00005e6e jam  0x00000001 , 0x00004429 
- 00023628  0x00005e6f fetch  0x00000001 , 0x000044c6 
- 00023629  0x00005e70 beq  0x00000081 , 0x00005c35 
- 00023630  0x00005e71 beq  0x00000083 , 0x00005c35 
- 00023631  0x00005e72 jam  0x00000002 , 0x000044bf 
- 00023632  0x00005e73 jam  0x00000007 , 0x000044c1 
- 00023633  0x00005e74 rtn 
- 00023634  0x00005e77 fetch  0x00000001 , 0x000044c6 
- 00023635  0x00005e78 beq  0x00000083 , 0x00005c56 
- 00023636  0x00005e79 jam  0x00000000 , 0x00004664 
- 00023637  0x00005e7b branch  0x00005b3d 
- 00023638  0x00005e81 jam  0x00000000 , 0x00004663 
- 00023639  0x00005e82 branch  0x00005b1b 
- 00023640  0x00005e86 jam  0x00000002 , 0x000044bf 
- 00023641  0x00005e87 fetch  0x00000001 , 0x000044c3 
- 00023642  0x00005e88 beq  0x00000003 , 0x00005c5c 
- 00023643  0x00005e8a rtn 
- 00023644  0x00005e8d jam  0x00000002 , 0x000044c1 
- 00023645  0x00005e8e jam  0x00000000 , 0x000009b9 
- 00023646  0x00005e8f branch  0x00007a99 
- 00023647  0x00005e92 jam  0x00000002 , 0x000044bf 
- 00023648  0x00005e93 jam  0x00000003 , 0x000044c1 
- 00023649  0x00005e94 branch  0x00005bcf 
- 00023650  0x00005e99 force  0x00000006 , 0x00000012 
- 00023651  0x00005e9a branch  0x00005847 
- 00023652  0x00005e9f fetch  0x00000001 , 0x000002db 
- 00023653  0x00005ea0 beq  0x00000000 , 0x00005c7b 
- 00023654  0x00005ea1 beq  0x00000001 , 0x00005c83 
- 00023655  0x00005ea2 beq  0x00000002 , 0x00005c8e 
- 00023656  0x00005ea3 beq  0x00000003 , 0x00005caa 
- 00023657  0x00005ea4 beq  0x00000004 , 0x00005ce1 
- 00023658  0x00005ea5 beq  0x00000005 , 0x00005ce6 
- 00023659  0x00005ea6 beq  0x00000006 , 0x00005cea 
- 00023660  0x00005ea7 beq  0x00000007 , 0x00005cf5 
- 00023661  0x00005ea8 beq  0x00000008 , 0x00005c99 
- 00023662  0x00005ea9 beq  0x00000009 , 0x00005cf5 
- 00023663  0x00005eaa beq  0x0000000a , 0x00005cef 
- 00023664  0x00005eab beq  0x0000000b , 0x00005cf5 
- 00023665  0x00005eac beq  0x0000000c , 0x00005c9f 
- 00023666  0x00005ead beq  0x0000000d , 0x00005cf5 
- 00023667  0x00005eae beq  0x00000012 , 0x00005ca6 
- 00023668  0x00005eaf beq  0x00000013 , 0x00005cf5 
- 00023669  0x00005eb0 arg  0x00000002 , 0x00000011 
- 00023670  0x00005eb1 arg  0x00000007 , 0x00000012 
- 00023671  0x00005eb2 call  0x00005842 
- 00023672  0x00005eb3 fetch  0x00000001 , 0x000002db 
- 00023673  0x00005eb4 istore  0x00000001 , 0x00000005 
- 00023674  0x00005eb5 rtn 
- 00023675  0x00005eb9 ifetch  0x00000009 , 0x00000006 
- 00023676  0x00005eba store  0x00000009 , 0x000043d3 
- 00023677  0x00005ebb ifetch  0x00000002 , 0x00000006 
- 00023678  0x00005ebc store  0x00000002 , 0x0000045f 
- 00023679  0x00005ebd fetch  0x00000001 , 0x0000043f 
- 00023680  0x00005ebe set1  0x00000005 , 0x0000003f 
- 00023681  0x00005ebf store  0x00000001 , 0x0000043f 
- 00023682  0x00005ec0 rtn 
- 00023683  0x00005ec3 ifetch  0x00000005 , 0x00000006 
- 00023684  0x00005ec4 store  0x00000005 , 0x000043ce 
- 00023685  0x00005ec5 ifetch  0x00000002 , 0x00000006 
- 00023686  0x00005ec6 store  0x00000002 , 0x0000045f 
- 00023687  0x00005ec7 fetcht  0x00000002 , 0x00000459 
- 00023688  0x00005ec8 isub  0x00000002 , 0x0000003e 
- 00023689  0x00005ec9 nbranch  0x00005c8e , 0x00000002 
- 00023690  0x00005eca fetch  0x00000001 , 0x0000043f 
- 00023691  0x00005ecb set1  0x00000006 , 0x0000003f 
- 00023692  0x00005ecc store  0x00000001 , 0x0000043f 
- 00023693  0x00005ecd rtn 
- 00023694  0x00005ed1 setarg  0x00000014 
- 00023695  0x00005ed2 store  0x00000002 , 0x0000046d 
- 00023696  0x00005ed3 store  0x00000002 , 0x000044ba 
- 00023697  0x00005ed4 rtn 
- 00023698  0x00005ed7 arg  0x00000013 , 0x00000013 
- 00023699  0x00005edb arg  0x00000002 , 0x00000011 
- 00023700  0x00005edc arg  0x00000002 , 0x00000012 
- 00023701  0x00005edd call  0x00005842 
- 00023702  0x00005ede copy  0x00000013 , 0x0000003f 
- 00023703  0x00005edf istore  0x00000001 , 0x00000005 
- 00023704  0x00005ee0 rtn 
- 00023705  0x00005ee5 arg  0x00000009 , 0x00000011 
- 00023706  0x00005ee6 arg  0x00000009 , 0x00000012 
- 00023707  0x00005ee7 call  0x00005842 
- 00023708  0x00005ee8 setarg  0x00000001 
- 00023709  0x00005ee9 istore  0x00000008 , 0x00000005 
- 00023710  0x00005eea rtn 
- 00023711  0x00005eee rtn  0x00000029 
- 00023712  0x00005ef0 arg  0x00000006 , 0x00000011 
- 00023713  0x00005ef1 arg  0x0000000c , 0x00000012 
- 00023714  0x00005ef2 call  0x00005842 
- 00023715  0x00005ef3 fetch  0x00000005 , 0x00004510 
- 00023716  0x00005ef4 istore  0x00000005 , 0x00000005 
- 00023717  0x00005ef5 rtn 
- 00023718  0x00005ef9 arg  0x00000013 , 0x00000012 
- 00023719  0x00005efa branch  0x00005ca8 
- 00023720  0x00005efe arg  0x00000001 , 0x00000011 
- 00023721  0x00005eff branch  0x00005842 
- 00023722  0x00005f03 ifetch  0x00000008 , 0x00000006 
- 00023723  0x00005f04 store  0x00000008 , 0x000044cd 
- 00023724  0x00005f05 ifetch  0x00000002 , 0x00000006 
- 00023725  0x00005f06 store  0x00000002 , 0x000044cb 
- 00023726  0x00005f07 ifetch  0x00000008 , 0x00000006 
- 00023727  0x00005f08 store  0x00000008 , 0x000044aa 
- 00023728  0x00005f09 ifetch  0x00000004 , 0x00000006 
- 00023729  0x00005f0a store  0x00000004 , 0x00004411 
- 00023730  0x00005f0b call  0x00005ccf 
- 00023731  0x00005f0c bpatchx  0x0000007a , 0x0000402f 
- 00023732  0x00005f0d fetch  0x00000001 , 0x000044c4 
- 00023733  0x00005f0e beq  0x00000005 , 0x00005cbc 
- 00023734  0x00005f0f fetch  0x00000001 , 0x000044e9 
- 00023735  0x00005f10 bbit1  0x00000001 , 0x00005cbf 
- 00023736  0x00005f11 fetch  0x00000001 , 0x00004217 
- 00023737  0x00005f12 ncall  0x000067be , 0x00000034 
- 00023738  0x00005f13 fetch  0x00000001 , 0x00004429 
- 00023739  0x00005f14 beq  0x00000000 , 0x00005cc4 
- 00023740  0x00005f16 jam  0x00000001 , 0x000044c5 
- 00023741  0x00005f17 call  0x00005cdd 
- 00023742  0x00005f18 branch  0x000073a2 
- 00023743  0x00005f1b jam  0x00000001 , 0x00004429 
- 00023744  0x00005f1c arg  0x000044ea , 0x00000006 
- 00023745  0x00005f1d arg  0x00004419 , 0x00000005 
- 00023746  0x00005f1e call  0x00007ebf 
- 00023747  0x00005f1f branch  0x00005cbc 
- 00023748  0x00005f23 bpatchx  0x0000007b , 0x0000402f 
- 00023749  0x00005f24 jam  0x00000000 , 0x000044c5 
- 00023750  0x00005f25 jam  0x00000000 , 0x000044c4 
- 00023751  0x00005f26 jam  0x00000041 , 0x00000a99 
- 00023752  0x00005f27 branch  0x00007d86 
- 00023753  0x00005f2a arg  0x00000002 , 0x00000011 
- 00023754  0x00005f2b arg  0x0000000d , 0x00000012 
- 00023755  0x00005f2c call  0x00005842 
- 00023756  0x00005f2d setarg  0x00000006 
- 00023757  0x00005f2e istore  0x00000001 , 0x00000005 
- 00023758  0x00005f2f rtn 
- 00023759  0x00005f32 arg  0x000044b2 , 0x00000005 
- 00023760  0x00005f33 force  0x00000008 , 0x00000039 
- 00023761  0x00005f34 call  0x0000630d 
- 00023762  0x00005f35 arg  0x00004415 , 0x00000005 
- 00023763  0x00005f36 force  0x00000004 , 0x00000039 
- 00023764  0x00005f37 call  0x0000630d 
- 00023765  0x00005f38 arg  0x0000000d , 0x00000011 
- 00023766  0x00005f39 arg  0x00000004 , 0x00000012 
- 00023767  0x00005f3a call  0x00005842 
- 00023768  0x00005f3b fetch  0x00000008 , 0x000044b2 
- 00023769  0x00005f3c istore  0x00000008 , 0x00000005 
- 00023770  0x00005f3d fetch  0x00000004 , 0x00004415 
- 00023771  0x00005f3e istore  0x00000004 , 0x00000005 
- 00023772  0x00005f3f rtn 
- 00023773  0x00005f42 arg  0x00000005 , 0x00000012 
- 00023774  0x00005f43 branch  0x00005ca8 
- 00023775  0x00005f46 arg  0x00000006 , 0x00000012 
- 00023776  0x00005f47 branch  0x00005ca8 
- 00023777  0x00005f4b ifetch  0x00000008 , 0x00000006 
- 00023778  0x00005f4c store  0x00000008 , 0x000044b2 
- 00023779  0x00005f4d ifetch  0x00000004 , 0x00000006 
- 00023780  0x00005f4e store  0x00000004 , 0x00004415 
- 00023781  0x00005f4f branch  0x000073a2 
- 00023782  0x00005f52 fetch  0x00000001 , 0x0000043f 
- 00023783  0x00005f53 set1  0x00000004 , 0x0000003f 
- 00023784  0x00005f54 store  0x00000001 , 0x0000043f 
- 00023785  0x00005f55 rtn 
- 00023786  0x00005f58 rtn  0x00000029 
- 00023787  0x00005f59 jam  0x00000032 , 0x00000a99 
- 00023788  0x00005f5a call  0x00007d86 
- 00023789  0x00005f5b jam  0x00000004 , 0x000044c5 
- 00023790  0x00005f5c branch  0x00005cdf 
- 00023791  0x00005f5f jam  0x00000002 , 0x000044c5 
- 00023792  0x00005f60 call  0x00005cf3 
- 00023793  0x00005f61 jam  0x00000033 , 0x00000a99 
- 00023794  0x00005f62 branch  0x00007d86 
- 00023795  0x00005f65 arg  0x0000000b , 0x00000012 
- 00023796  0x00005f66 branch  0x00005ca8 
- 00023797  0x00005f6e rtn 
- 00023798  0x00005f76 rtn  0x0000002b 
- 00023799  0x00005f78 bpatchx  0x0000007c , 0x0000402f 
- 00023800  0x00005f79 setarg  0x00000000 
- 00023801  0x00005f7a store  0x00000001 , 0x00000048 
- 00023802  0x00005f7b store  0x00000001 , 0x00000055 
- 00023803  0x00005f7c store  0x00000001 , 0x00000078 
- 00023804  0x00005f7d store  0x00000001 , 0x0000007c 
- 00023805  0x00005f7e store  0x00000001 , 0x00004158 
- 00023806  0x00005f7f store  0x00000001 , 0x000004d7 
- 00023807  0x00005f80 store  0x00000001 , 0x0000016d 
- 00023808  0x00005f81 store  0x00000001 , 0x000009b5 
- 00023809  0x00005f82 jam  0x00000000 , 0x0000455b 
- 00023810  0x00005f83 jam  0x00000000 , 0x00000229 
- 00023811  0x00005f84 jam  0x00000000 , 0x000004d8 
- 00023812  0x00005f86 jam  0x00000000 , 0x000009b5 
- 00023813  0x00005f87 jam  0x00000000 , 0x000009b4 
- 00023814  0x00005f88 jam  0x00000000 , 0x000004d1 
- 00023815  0x00005f8b rtn 
- 00023816  0x00005f8e bpatchx  0x0000007d , 0x0000402f 
- 00023817  0x00005f8f call  0x000062ff , 0x00000029 
- 00023818  0x00005f90 ncall  0x00006303 , 0x00000029 
- 00023819  0x00005f91 call  0x000062bc 
- 00023820  0x00005f92 nrtn  0x00000034 
- 00023821  0x00005f93 fetch  0x00000001 , 0x0000004c 
- 00023822  0x00005f94 rtnbit0  0x00000006 
- 00023823  0x00005f95 set0  0x00000006 , 0x0000003f 
- 00023824  0x00005f96 set0  0x00000001 , 0x00000000 
- 00023825  0x00005f97 store  0x00000001 , 0x0000004c 
- 00023826  0x00005f98 fetch  0x00000001 , 0x00000551 
- 00023827  0x00005f99 fetcht  0x00000001 , 0x0000004c 
- 00023828  0x00005f9a isolate1  0x00000000 , 0x0000003f 
- 00023829  0x00005f9b setflag  0x00000001 , 0x00000001 , 0x00000002 
- 00023830  0x00005f9c storet  0x00000001 , 0x0000004c 
- 00023831  0x00005f9d and_into  0x00000002 , 0x00000002 
- 00023832  0x00005f9e storet  0x00000001 , 0x0000007f 
- 00023833  0x00005f9f fetcht  0x00000001 , 0x0000004c 
- 00023834  0x00005fa0 rshift  0x0000003f , 0x0000003f 
- 00023835  0x00005fa1 store  0x00000001 , 0x0000007d 
- 00023836  0x00005fa2 bpatchx  0x0000007e , 0x0000402f 
- 00023837  0x00005fa3 fetch  0x00000001 , 0x0000007d 
- 00023838  0x00005fa4 beq  0x0000007f , 0x00005d66 
- 00023839  0x00005fa5 beq  0x00000003 , 0x00005db1 
- 00023840  0x00005fa6 beq  0x00000004 , 0x00005dc2 
- 00023841  0x00005fa7 beq  0x0000003c , 0x00005d59 
- 00023842  0x00005fa8 beq  0x00000005 , 0x00005d55 
- 00023843  0x00005fa9 beq  0x0000000f , 0x00005fa8 
- 00023844  0x00005faa beq  0x00000010 , 0x00005e24 
- 00023845  0x00005fab beq  0x00000023 , 0x00005e42 
- 00023846  0x00005fac beq  0x00000039 , 0x00005fc1 
- 00023847  0x00005fad beq  0x00000038 , 0x00005fbc 
- 00023848  0x00005fae beq  0x00000031 , 0x00005e27 
- 00023849  0x00005faf beq  0x00000037 , 0x00005eb0 
- 00023850  0x00005fb0 beq  0x00000027 , 0x00005eac 
- 00023851  0x00005fb1 beq  0x00000033 , 0x00005ea9 
- 00023852  0x00005fb2 beq  0x00000025 , 0x00005eae 
- 00023853  0x00005fb3 beq  0x00000026 , 0x00005e3e 
- 00023854  0x00005fb4 beq  0x00000007 , 0x00005e36 
- 00023855  0x00005fb5 beq  0x0000002d , 0x00005e2d 
- 00023856  0x00005fb6 beq  0x0000002e , 0x00005e2e 
- 00023857  0x00005fb7 beq  0x00000001 , 0x00005ea5 
- 00023858  0x00005fb8 beq  0x00000002 , 0x00005e90 
- 00023859  0x00005fb9 beq  0x00000028 , 0x00005fb3 
- 00023860  0x00005fba beq  0x00000009 , 0x00005e86 
- 00023861  0x00005fbb beq  0x0000000b , 0x00005e5f 
- 00023862  0x00005fbc beq  0x00000008 , 0x00005e43 
- 00023863  0x00005fbd beq  0x0000000c , 0x00005e6a 
- 00023864  0x00005fbe beq  0x0000001f , 0x00005e3a 
- 00023865  0x00005fbf beq  0x00000020 , 0x00005e3c 
- 00023866  0x00005fc0 beq  0x00000021 , 0x00005eca 
- 00023867  0x00005fc1 beq  0x00000022 , 0x00005eca 
- 00023868  0x00005fc2 beq  0x00000035 , 0x00005ecb 
- 00023869  0x00005fc3 beq  0x00000036 , 0x00005ecc 
- 00023870  0x00005fc4 beq  0x00000024 , 0x00005eca 
- 00023871  0x00005fc5 beq  0x00000034 , 0x00005ecd 
- 00023872  0x00005fc6 beq  0x00000017 , 0x00005ed6 
- 00023873  0x00005fc7 beq  0x00000011 , 0x00005ef2 
- 00023874  0x00005fc8 beq  0x00000012 , 0x00005ef6 
- 00023875  0x00005fc9 beq  0x00000013 , 0x00005ef8 
- 00023876  0x00005fca beq  0x0000000d , 0x00005f0a 
- 00023877  0x00005fcb beq  0x0000000e , 0x00005f0a 
- 00023878  0x00005fcc beq  0x0000002f , 0x00005eaa 
- 00023879  0x00005fcd beq  0x00000030 , 0x00005f0a 
- 00023880  0x00005fce beq  0x0000000a , 0x00005f0a 
- 00023881  0x00005fcf beq  0x00000018 , 0x00005f0b 
- 00023882  0x00005fd0 beq  0x00000032 , 0x00005f0a 
- 00023883  0x00005fd1 beq  0x0000003d , 0x00005f10 
- 00023884  0x00005fd2 beq  0x0000003e , 0x00005f51 
- 00023885  0x00005fd3 beq  0x0000003f , 0x00005f4b 
- 00023886  0x00005fd4 beq  0x00000040 , 0x00005f78 
- 00023887  0x00005fd5 beq  0x00000041 , 0x00005f8a 
- 00023888  0x00005fd6 beq  0x00000006 , 0x00005fa7 
- 00023889  0x00005fd7 beq  0x0000003a , 0x00005d57 
- 00023890  0x00005fdb jam  0x00000019 , 0x0000007e 
- 00023891  0x00005fdd jam  0x00000004 , 0x0000007c 
- 00023892  0x00005fde rtn 
- 00023893  0x00005fe1 jam  0x00000006 , 0x0000007c 
- 00023894  0x00005fe2 rtn 
- 00023895  0x00005fe5 jam  0x0000003b , 0x0000007c 
- 00023896  0x00005fe6 rtn 
- 00023897  0x00005fe9 fetch  0x00000004 , 0x00000552 
- 00023898  0x00005fea lshift  0x0000003f , 0x0000003f 
- 00023899  0x00005feb store  0x00000004 , 0x000040d2 
- 00023900  0x00005fec fetch  0x00000001 , 0x00000556 
- 00023901  0x00005fed store  0x00000001 , 0x000040d9 
- 00023902  0x00005fee fetch  0x00000005 , 0x00000557 
- 00023903  0x00005fef store  0x00000005 , 0x000040e7 
- 00023904  0x00005ff0 fetch  0x00000005 , 0x0000055c 
- 00023905  0x00005ff1 istore  0x00000005 , 0x00000005 
- 00023906  0x00005ff2 fetch  0x00000001 , 0x00000031 
- 00023907  0x00005ff3 set1  0x00000003 , 0x0000003f 
- 00023908  0x00005ff4 store  0x00000001 , 0x00000031 
- 00023909  0x00005ff5 rtn 
- 00023910  0x00005ff7 bpatchx  0x0000007f , 0x0000402f 
- 00023911  0x00005ff8 fetch  0x00000001 , 0x00000552 
- 00023912  0x00005ff9 set1  0x00000007 , 0x0000003f 
- 00023913  0x00005ffa store  0x00000001 , 0x0000007d 
- 00023914  0x00005ffb beq  0x00000081 , 0x00005d88 
- 00023915  0x00005ffc beq  0x00000082 , 0x00005d8d 
- 00023916  0x00005ffd beq  0x00000095 , 0x00005eb1 
- 00023917  0x00005ffe beq  0x00000096 , 0x00005eca 
- 00023918  0x00005fff beq  0x0000008b , 0x00005ebf 
- 00023919  0x00006000 beq  0x00000083 , 0x00005da5 
- 00023920  0x00006001 beq  0x00000084 , 0x00005da7 
- 00023921  0x00006002 beq  0x00000090 , 0x00005d7a 
- 00023922  0x00006003 beq  0x00000097 , 0x00005d9e 
- 00023923  0x00006004 beq  0x00000098 , 0x00005da3 
- 00023924  0x00006005 beq  0x00000099 , 0x00005d7d 
- 00023925  0x00006006 beq  0x0000009a , 0x00005d80 
- 00023926  0x00006007 rtneq  0x00000084 
- 00023927  0x0000600b jam  0x00000082 , 0x0000007c 
- 00023928  0x0000600c jam  0x00000019 , 0x0000007e 
- 00023929  0x0000600e rtn 
- 00023930  0x00006010 jam  0x00000082 , 0x0000007c 
- 00023931  0x00006011 jam  0x0000002e , 0x0000007e 
- 00023932  0x00006012 rtn 
- 00023933  0x00006015 call  0x00005d82 
- 00023934  0x00006016 jam  0x0000009a , 0x0000007c 
- 00023935  0x00006017 rtn 
- 00023936  0x0000601a call  0x00005d82 
- 00023937  0x0000601b branch  0x00005d86 
- 00023938  0x0000601e arg  0x0000465e , 0x00000005 
- 00023939  0x0000601f fetch  0x00000003 , 0x00000553 
- 00023940  0x00006020 istore  0x00000003 , 0x00000005 
- 00023941  0x00006021 rtn 
- 00023942  0x00006024 branch  0x000076d8 , 0x00000001 
- 00023943  0x00006025 rtn 
- 00023944  0x00006027 fetch  0x00000001 , 0x00000554 
- 00023945  0x00006028 set1  0x00000007 , 0x0000003f 
- 00023946  0x00006029 store  0x00000001 , 0x000004c9 
- 00023947  0x0000602a beq  0x0000008b , 0x00005d92 
- 00023948  0x0000602b rtn 
- 00023949  0x0000602f fetch  0x00000001 , 0x00000554 
- 00023950  0x00006030 set1  0x00000007 , 0x0000003f 
- 00023951  0x00006031 store  0x00000001 , 0x000004c9 
- 00023952  0x00006032 beq  0x0000008b , 0x00005d96 
- 00023953  0x00006033 rtn 
- 00023954  0x00006036 fetch  0x00000001 , 0x0000415a 
- 00023955  0x00006037 fetcht  0x00000001 , 0x0000004c 
- 00023956  0x00006038 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
- 00023957  0x00006039 storet  0x00000001 , 0x0000004c 
- 00023958  0x0000603b fetch  0x00000001 , 0x00000030 
- 00023959  0x0000603c rtnbit0  0x00000005 
- 00023960  0x0000603d set0  0x00000005 , 0x0000003f 
- 00023961  0x0000603e store  0x00000001 , 0x00000030 
- 00023962  0x0000603f fetch  0x00000001 , 0x000004d7 
- 00023963  0x00006040 nrtn  0x00000034 
- 00023964  0x00006041 jam  0x00000031 , 0x0000007c 
- 00023965  0x00006042 rtn 
- 00023966  0x00006045 nbranch  0x00005da1 , 0x00000029 
- 00023967  0x00006046 jam  0x00000012 , 0x0000007c 
- 00023968  0x00006047 branch  0x000062eb 
- 00023969  0x0000604a jam  0x00000097 , 0x0000007c 
- 00023970  0x0000604b rtn 
- 00023971  0x00006050 call  0x000062eb 
- 00023972  0x00006051 branch  0x00005ffe 
- 00023973  0x00006054 jam  0x00000084 , 0x0000007c 
- 00023974  0x00006055 rtn 
- 00023975  0x00006058 fetcht  0x00000001 , 0x00000555 
- 00023976  0x00006059 and  0x00000002 , 0x00000001 , 0x00000002 
- 00023977  0x0000605a storet  0x00000001 , 0x000004d0 
- 00023978  0x0000605b fetch  0x00000001 , 0x000041ce 
- 00023979  0x0000605c bne  0x00000051 , 0x00005dad 
- 00023980  0x0000605d jam  0x00000000 , 0x000041ce 
- 00023981  0x0000605f fetch  0x00000001 , 0x00000055 
- 00023982  0x00006060 rtnne  0x00000015 
- 00023983  0x00006061 jam  0x00000004 , 0x00000055 
- 00023984  0x00006062 branch  0x0000631b 
- 00023985  0x00006065 bpatchx  0x00000080 , 0x00004030 
- 00023986  0x00006066 fetch  0x00000001 , 0x00000552 
- 00023987  0x00006067 store  0x00000001 , 0x000004c9 
- 00023988  0x00006068 beq  0x00000033 , 0x00005dd8 
- 00023989  0x00006069 beq  0x00000008 , 0x00005de7 
- 00023990  0x0000606a beq  0x0000000f , 0x00005dee 
- 00023991  0x0000606b beq  0x00000010 , 0x00005df4 
- 00023992  0x0000606c beq  0x00000011 , 0x00005df5 
- 00023993  0x0000606d beq  0x00000012 , 0x00005dfd 
- 00023994  0x0000606e beq  0x00000018 , 0x00005e13 
- 00023995  0x0000606f beq  0x00000017 , 0x00005e16 
- 00023996  0x00006070 beq  0x00000013 , 0x00005dcf 
- 00023997  0x00006072 beq  0x0000003d , 0x00005f1e 
- 00023998  0x00006073 beq  0x0000003e , 0x00005f6a 
- 00023999  0x00006074 beq  0x00000040 , 0x00005f20 
- 00024000  0x00006075 beq  0x00000041 , 0x00005f3d 
- 00024001  0x00006076 rtn 
- 00024002  0x00006079 bpatchx  0x00000081 , 0x00004030 
- 00024003  0x0000607a fetch  0x00000001 , 0x00000552 
- 00024004  0x0000607b store  0x00000001 , 0x000004c9 
- 00024005  0x0000607c beq  0x00000001 , 0x00005e0a 
- 00024006  0x0000607d beq  0x00000033 , 0x00005de2 
- 00024007  0x0000607e beq  0x0000000b , 0x00005dfe 
- 00024008  0x0000607f beq  0x00000008 , 0x00005e01 
- 00024009  0x00006080 beq  0x00000013 , 0x00005dd2 
- 00024010  0x00006082 beq  0x00000040 , 0x00005e0b 
- 00024011  0x00006083 beq  0x00000041 , 0x00005e0e 
- 00024012  0x00006084 beq  0x00000018 , 0x00005e11 
- 00024013  0x00006085 beq  0x00000017 , 0x00005e22 
- 00024014  0x00006086 rtn 
- 00024015  0x00006089 jam  0x00000020 , 0x00000a99 
- 00024016  0x0000608a call  0x00007d86 
- 00024017  0x0000608b branch  0x000021dc 
- 00024018  0x0000608d jam  0x00000019 , 0x00000a99 
- 00024019  0x0000608e call  0x00007d86 
- 00024020  0x0000608f jam  0x00000002 , 0x0000455b 
- 00024021  0x00006090 setarg  0x00000050 
- 00024022  0x00006091 arg  0x00000006 , 0x00000007 
- 00024023  0x00006092 branch  0x00007f08 
- 00024024  0x00006098 fetch  0x00000001 , 0x000004d1 
- 00024025  0x00006099 set1  0x00000000 , 0x0000003f 
- 00024026  0x0000609a store  0x00000001 , 0x000004d1 
- 00024027  0x0000609b jam  0x00000001 , 0x00000a99 
- 00024028  0x0000609c call  0x00007d86 
- 00024029  0x0000609d jam  0x0000008b , 0x0000007c 
- 00024030  0x000060a1 fetch  0x00000001 , 0x00000055 
- 00024031  0x000060a2 bne  0x00000005 , 0x00005d07 
- 00024032  0x000060a5 jam  0x00000006 , 0x00000055 
- 00024033  0x000060a6 rtn 
- 00024034  0x000060af jam  0x0000000b , 0x000004ca 
- 00024035  0x000060b0 jam  0x00000007 , 0x0000007c 
- 00024036  0x000060b2 jam  0x00000000 , 0x00000055 
- 00024037  0x000060b4 branch  0x00005d07 , 0x00000001 
- 00024038  0x000060b5 rtn 
- 00024039  0x000060b8 fetch  0x00000001 , 0x000041bd 
- 00024040  0x000060b9 nrtn  0x00000034 
- 00024041  0x000060ba call  0x0000244f 
- 00024042  0x000060bb call  0x00005ffc 
- 00024043  0x000060bc rtn  0x00000029 
- 00024044  0x000060bd set1  0x00000021 , 0x00000000 
- 00024045  0x000060be rtn 
- 00024046  0x000060c1 nrtn  0x00000029 
- 00024047  0x000060c2 jam  0x00000010 , 0x0000007c 
- 00024048  0x000060c3 fetch  0x00000001 , 0x0000004c 
- 00024049  0x000060c4 rtnbit0  0x00000002 
- 00024050  0x000060c5 jam  0x00000012 , 0x0000007c 
- 00024051  0x000060c6 rtn 
- 00024052  0x000060c9 branch  0x00005ffe 
- 00024053  0x000060cc call  0x00006059 
- 00024054  0x000060cd fetch  0x00000001 , 0x00000030 
- 00024055  0x000060ce rtnbit1  0x00000004 
- 00024056  0x000060cf jam  0x00000031 , 0x0000007c 
- 00024057  0x000060d0 fetch  0x00000001 , 0x00000055 
- 00024058  0x000060d1 rtnne  0x0000000a 
- 00024059  0x000060d2 jam  0x0000000b , 0x00000055 
- 00024060  0x000060d3 rtn 
- 00024061  0x000060dd rtn 
- 00024062  0x000060e1 jam  0x00000007 , 0x0000007c 
- 00024063  0x000060e2 jam  0x00000013 , 0x000004ca 
- 00024064  0x000060e3 rtn 
- 00024065  0x000060e6 fetch  0x00000001 , 0x00000553 
- 00024066  0x000060e7 beq  0x00000006 , 0x00005e07 
- 00024067  0x000060e8 rtnne  0x00000018 
- 00024068  0x000060e9 jam  0x00000018 , 0x000004ca 
- 00024069  0x000060ea jam  0x00000007 , 0x0000007c 
- 00024070  0x000060eb rtn 
- 00024071  0x000060ed jam  0x00000006 , 0x000004ca 
- 00024072  0x000060ee jam  0x00000007 , 0x0000007c 
- 00024073  0x000060ef rtn 
- 00024074  0x000060f2 rtn 
- 00024075  0x000060f5 jam  0x00000000 , 0x000009ae 
- 00024076  0x000060f6 jam  0x00000007 , 0x0000007c 
- 00024077  0x000060f7 branch  0x00005d07 
- 00024078  0x000060fa jam  0x00000000 , 0x000009ae 
- 00024079  0x000060fb jam  0x00000007 , 0x0000007c 
- 00024080  0x000060fc branch  0x00005d07 
- 00024081  0x000060fe jam  0x00000024 , 0x00000a99 
- 00024082  0x000060ff branch  0x00007d86 
- 00024083  0x00006102 jam  0x00000023 , 0x00000a99 
- 00024084  0x00006103 call  0x00007d86 
- 00024085  0x00006104 branch  0x000026e9 
- 00024086  0x00006107 jam  0x00000022 , 0x00000a99 
- 00024087  0x00006108 call  0x00007d86 
- 00024088  0x00006109 setarg  0x00000000 
- 00024089  0x0000610a store  0x00000002 , 0x00000075 
- 00024090  0x0000610b fetch  0x00000002 , 0x000041e3 
- 00024091  0x0000610c lshift  0x0000003f , 0x0000003f 
- 00024092  0x0000610d store  0x00000002 , 0x00000032 
- 00024093  0x0000610e fetch  0x00000001 , 0x000041e5 
- 00024094  0x0000610f store  0x00000001 , 0x00000073 
- 00024095  0x00006110 fetch  0x00000001 , 0x000041e7 
- 00024096  0x00006111 store  0x00000001 , 0x00000074 
- 00024097  0x00006112 branch  0x000026c6 
- 00024098  0x00006115 jam  0x00000021 , 0x00000a99 
- 00024099  0x00006116 branch  0x00007d86 
- 00024100  0x00006119 fetcht  0x00000001 , 0x00000552 
- 00024101  0x0000611a storet  0x00000001 , 0x00000054 
- 00024102  0x0000611b branch  0x00005e38 
- 00024103  0x0000611e fetch  0x00000001 , 0x000004d1 
- 00024104  0x0000611f set1  0x00000002 , 0x0000003f 
- 00024105  0x00006120 store  0x00000001 , 0x000004d1 
- 00024106  0x00006121 rtnbit1  0x00000003 
- 00024107  0x00006122 jam  0x00000031 , 0x0000007c 
- 00024108  0x00006123 branch  0x00005d07 
- 00024109  0x00006128 rtn 
- 00024110  0x0000612b fetch  0x00000001 , 0x000040d0 
- 00024111  0x0000612c fetcht  0x00000001 , 0x00000552 
- 00024112  0x0000612d isub  0x00000002 , 0x0000003e 
- 00024113  0x0000612f branch  0x00005e38 , 0x00000002 
- 00024114  0x00006130 jam  0x00000004 , 0x0000007c 
- 00024115  0x00006131 jam  0x0000001f , 0x0000007e 
- 00024116  0x00006132 jam  0x0000002e , 0x0000007d 
- 00024117  0x00006133 rtn 
- 00024118  0x00006136 call  0x00006157 
- 00024119  0x00006137 branch  0x00005e38 
- 00024120  0x0000613a jam  0x00000003 , 0x0000007c 
- 00024121  0x0000613b rtn 
- 00024122  0x0000613e jam  0x00000021 , 0x0000007c 
- 00024123  0x0000613f rtn 
- 00024124  0x00006142 jam  0x00000022 , 0x0000007c 
- 00024125  0x00006143 rtn 
- 00024126  0x00006146 fetch  0x00000001 , 0x00000055 
- 00024127  0x00006147 rtneq  0x00000013 
- 00024128  0x00006149 jam  0x00000002 , 0x00000055 
- 00024129  0x0000614b rtn 
- 00024130  0x0000614f rtn 
- 00024131  0x00006152 call  0x00005ff9 
- 00024132  0x00006153 jam  0x00000001 , 0x000004d4 
- 00024133  0x00006154 jam  0x0000000a , 0x00000a99 
- 00024134  0x00006155 call  0x00007d86 
- 00024135  0x00006157 call  0x000062f3 
- 00024136  0x00006158 nbranch  0x00006001 , 0x00000001 
- 00024137  0x0000615a nbranch  0x00005e4e , 0x00000029 
- 00024138  0x0000615b jam  0x00000004 , 0x0000007c 
- 00024139  0x0000615c jam  0x00000008 , 0x0000007d 
- 00024140  0x0000615d jam  0x00000023 , 0x0000007e 
- 00024141  0x0000615e rtn 
- 00024142  0x00006160 fetch  0x00000001 , 0x0000004b 
- 00024143  0x00006161 set1  0x00000002 , 0x0000003f 
- 00024144  0x00006162 store  0x00000001 , 0x0000004b 
- 00024145  0x00006163 rtn 
- 00024146  0x00006167 fetcht  0x00000001 , 0x0000004c 
- 00024147  0x00006168 nsetflag  0x00000034 , 0x00000001 , 0x00000002 
- 00024148  0x00006169 storet  0x00000001 , 0x0000004c 
- 00024149  0x0000616a rtn 
- 00024150  0x0000616e fetch  0x00000001 , 0x0000007f 
- 00024151  0x0000616f rshift  0x0000003f , 0x0000003f 
- 00024152  0x00006170 and_into  0x00000001 , 0x0000003f 
- 00024153  0x00006171 rtn 
- 00024154  0x00006174 fetch  0x00000001 , 0x00004217 
- 00024155  0x00006175 rtn  0x00000034 
- 00024156  0x00006176 fetch  0x00000001 , 0x000009b5 
- 00024157  0x00006177 call  0x000067b2 , 0x00000034 
- 00024158  0x00006178 rtn 
- 00024159  0x0000617b call  0x00005e5a 
- 00024160  0x0000617c call  0x00005e56 
- 00024161  0x0000617d store  0x00000001 , 0x000004d5 
- 00024162  0x0000617e call  0x00005ff9 
- 00024163  0x0000617f jam  0x0000000c , 0x0000007c 
- 00024164  0x00006180 fetch  0x00000001 , 0x000041bd 
- 00024165  0x00006181 nrtn  0x00000034 
- 00024166  0x00006182 fetch  0x00000001 , 0x00000030 
- 00024167  0x00006183 rtnbit1  0x00000006 
- 00024168  0x00006184 jam  0x00000006 , 0x0000007e 
- 00024169  0x00006185 branch  0x00005d53 
- 00024170  0x00006188 arg  0x00000040 , 0x00000011 
- 00024171  0x00006189 call  0x00007288 
- 00024172  0x0000618a fetch  0x00000004 , 0x00000552 
- 00024173  0x0000618b fetcht  0x00000004 , 0x00000592 
- 00024174  0x0000618c isub  0x00000002 , 0x0000003e 
- 00024175  0x0000618d branch  0x00005e73 , 0x00000005 
- 00024176  0x0000618e jam  0x00000007 , 0x0000007c 
- 00024177  0x0000618f jam  0x00000005 , 0x000004ca 
- 00024178  0x00006190 rtn 
- 00024179  0x00006192 call  0x00005e77 
- 00024180  0x00006193 fetch  0x00000001 , 0x0000465a 
- 00024181  0x00006194 branch  0x00005f3e , 0x00000034 
- 00024182  0x00006195 rtn 
- 00024183  0x00006199 call  0x00007386 
- 00024184  0x0000619a call  0x000021b2 
- 00024185  0x0000619b fetch  0x00000001 , 0x0000004b 
- 00024186  0x0000619c isolate1  0x00000001 , 0x0000003f 
- 00024187  0x0000619d set0  0x00000001 , 0x0000003f 
- 00024188  0x0000619e store  0x00000001 , 0x0000004b 
- 00024189  0x0000619f fetch  0x00000001 , 0x00000055 
- 00024190  0x000061a0 beq  0x00000019 , 0x00005e81 
- 00024191  0x000061a1 beq  0x00000018 , 0x00005e81 
- 00024192  0x000061a2 rtn 
- 00024193  0x000061a4 fetch  0x00000001 , 0x000009b5 
- 00024194  0x000061a5 rtnne  0x00000000 
- 00024195  0x000061a6 fetch  0x00000001 , 0x0000004c 
- 00024196  0x000061a7 rtnbit1  0x00000002 
- 00024197  0x000061a8 branch  0x000063b1 
- 00024198  0x000061ab arg  0x00000552 , 0x00000011 
- 00024199  0x000061ac arg  0x00000582 , 0x00000012 
- 00024200  0x000061ad arg  0x00000562 , 0x00000005 
- 00024201  0x000061ae call  0x00007352 
- 00024202  0x000061af arg  0x00000040 , 0x00000011 
- 00024203  0x000061b0 call  0x00006311 
- 00024204  0x000061b1 jam  0x0000000b , 0x0000007c 
- 00024205  0x000061b2 fetch  0x00000001 , 0x00000030 
- 00024206  0x000061b3 bbit0  0x00000006 , 0x00005ffc 
- 00024207  0x000061b4 rtn 
- 00024208  0x000061b7 fetch  0x00000002 , 0x0000015f 
- 00024209  0x000061b8 add  0x0000003f , 0xfffffffd , 0x00000039 
- 00024210  0x000061b9 fetcht  0x00000001 , 0x00000552 
- 00024211  0x000061ba setarg  0x00000101 
- 00024212  0x000061bb iadd  0x00000002 , 0x00000005 
- 00024213  0x000061bc arg  0x00000554 , 0x00000006 
- 00024214  0x000061bd call  0x00007f01 
- 00024215  0x000061be fetcht  0x00000001 , 0x00000053 
- 00024216  0x000061bf fetch  0x00000001 , 0x00000553 
- 00024217  0x000061c0 isub  0x00000002 , 0x0000003f 
- 00024218  0x000061c1 sub  0x0000003f , 0x0000000e , 0x0000003e 
- 00024219  0x000061c2 branch  0x00005ea0 , 0x00000002 
- 00024220  0x000061c3 add  0x00000002 , 0x0000000e , 0x0000003f 
- 00024221  0x000061c4 store  0x00000001 , 0x00000053 
- 00024222  0x000061c5 jam  0x00000001 , 0x0000007c 
- 00024223  0x000061c6 rtn 
- 00024224  0x000061c8 fetch  0x00000001 , 0x0000004c 
- 00024225  0x000061c9 set1  0x00000003 , 0x0000003f 
- 00024226  0x000061ca store  0x00000001 , 0x0000004c 
- 00024227  0x000061cb bbit1  0x00000004 , 0x00006006 
- 00024228  0x000061cc rtn 
- 00024229  0x000061ce fetch  0x00000001 , 0x00000552 
- 00024230  0x000061cf store  0x00000001 , 0x0000007d 
- 00024231  0x000061d0 jam  0x00000002 , 0x0000007c 
- 00024232  0x000061d1 rtn 
- 00024233  0x000061d4 branch  0x00005e38 
- 00024234  0x000061d7 jam  0x00000030 , 0x0000007c 
- 00024235  0x000061d8 rtn 
- 00024236  0x000061db jam  0x00000028 , 0x0000007c 
- 00024237  0x000061dc rtn 
- 00024238  0x000061df jam  0x00000026 , 0x0000007c 
- 00024239  0x000061e0 rtn 
- 00024240  0x000061e5 rtn 
- 00024241  0x000061ea fetch  0x00000002 , 0x00000032 
- 00024242  0x000061eb iforce  0x00000002 
- 00024243  0x000061ec fetch  0x00000001 , 0x00000553 
- 00024244  0x000061ed store  0x00000001 , 0x00000095 
- 00024245  0x000061ee imul32  0x00000002 , 0x00000002 
- 00024246  0x000061ef fetch  0x00000002 , 0x00000554 
- 00024247  0x000061f0 lshift  0x0000003f , 0x0000003f 
- 00024248  0x000061f1 store  0x00000002 , 0x00000096 
- 00024249  0x000061f2 fetch  0x00000004 , 0x00000556 
- 00024250  0x000061f3 lshift  0x0000003f , 0x0000003f 
- 00024251  0x000061f4 store  0x00000004 , 0x00000091 
- 00024252  0x000061f6 deposit  0x00000002 
- 00024253  0x000061f7 store  0x00000002 , 0x00000098 
- 00024254  0x000061f8 rtn 
- 00024255  0x000061fa fetcht  0x00000001 , 0x0000415a 
- 00024256  0x000061fb fetch  0x00000001 , 0x00000553 
- 00024257  0x000061fc ixor  0x00000002 , 0x0000003e 
- 00024258  0x000061fd nbranch  0x00005d77 , 0x00000005 
- 00024259  0x000061fe isolate1  0x00000000 , 0x0000003f 
- 00024260  0x000061ff fetch  0x00000001 , 0x0000004c 
- 00024261  0x00006200 setflag  0x00000001 , 0x00000005 , 0x0000003f 
- 00024262  0x00006201 store  0x00000001 , 0x0000004c 
- 00024263  0x00006202 jam  0x00000081 , 0x0000007c 
- 00024264  0x00006203 jam  0x0000008b , 0x0000007d 
- 00024265  0x00006204 rtn 
- 00024266  0x0000620b rtn 
- 00024267  0x0000620e branch  0x00005e38 
- 00024268  0x00006212 branch  0x00005e38 
- 00024269  0x00006217 fetch  0x00000002 , 0x00000552 
- 00024270  0x00006218 store  0x00000002 , 0x00000171 
- 00024271  0x00006219 rtn 
- 00024272  0x0000621c fetch  0x00000002 , 0x00000555 
- 00024273  0x0000621d fetcht  0x00000001 , 0x00004172 
- 00024274  0x0000621e imul32  0x00000002 , 0x0000003f 
- 00024275  0x0000621f arg  0x00000640 , 0x00000002 
- 00024276  0x00006220 isub  0x00000002 , 0x0000003e 
- 00024277  0x00006222 rtn 
- 00024278  0x00006225 fetch  0x00000002 , 0x00000557 
- 00024279  0x00006226 branch  0x00005ef0 , 0x00000034 
- 00024280  0x00006227 call  0x00005ed0 
- 00024281  0x00006228 branch  0x00005ef0 , 0x00000002 
- 00024282  0x00006229 fetch  0x00000001 , 0x00004092 
- 00024283  0x0000622a sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00024284  0x0000622b call  0x00003cd5 , 0x00000005 
- 00024285  0x0000622c fetch  0x00000001 , 0x00000030 
- 00024286  0x0000622d bbit1  0x00000001 , 0x00005ef0 
- 00024287  0x0000622e fetch  0x00000002 , 0x00000553 
- 00024288  0x0000622f lshift  0x0000003f , 0x0000003f 
- 00024289  0x00006230 store  0x00000002 , 0x00000075 
- 00024290  0x00006231 fetch  0x00000002 , 0x00000555 
- 00024291  0x00006232 lshift  0x0000003f , 0x0000003f 
- 00024292  0x00006233 store  0x00000002 , 0x00000032 
- 00024293  0x00006234 fetch  0x00000002 , 0x00000557 
- 00024294  0x00006235 store  0x00000001 , 0x00000073 
- 00024295  0x00006236 iforce  0x00000002 
- 00024296  0x00006237 fetch  0x00000002 , 0x00000559 
- 00024297  0x00006238 store  0x00000001 , 0x00000074 
- 00024298  0x00006239 isub  0x00000002 , 0x0000003e 
- 00024299  0x0000623a nbranch  0x00005eed , 0x00000002 
- 00024300  0x0000623b store  0x00000001 , 0x00000073 
- 00024301  0x0000623e jam  0x00000003 , 0x0000007c 
- 00024302  0x0000623f jam  0x00000017 , 0x0000007d 
- 00024303  0x00006240 rtn 
- 00024304  0x00006243 jam  0x00000024 , 0x0000007e 
- 00024305  0x00006244 branch  0x00005d53 
- 00024306  0x00006247 call  0x00005e38 
- 00024307  0x00006248 call  0x00005ff9 
- 00024308  0x00006249 call  0x0000728b 
- 00024309  0x0000624a branch  0x000026b8 
- 00024310  0x0000624d call  0x00005e38 
- 00024311  0x0000624e branch  0x000026c0 
- 00024312  0x00006252 fetch  0x00000004 , 0x00000552 
- 00024313  0x00006253 lshift  0x0000003f , 0x0000003f 
- 00024314  0x00006255 branch  0x00005f04 , 0x00000029 
- 00024315  0x00006256 fetcht  0x00000001 , 0x000041bd 
- 00024316  0x00006257 nbranch  0x00005f01 , 0x00000034 
- 00024317  0x00006259 jam  0x00000004 , 0x0000007c 
- 00024318  0x0000625a jam  0x00000013 , 0x0000007d 
- 00024319  0x0000625b jam  0x00000024 , 0x0000007e 
- 00024320  0x0000625c rtn 
- 00024321  0x0000625e jam  0x00000034 , 0x0000007c 
- 00024322  0x0000625f jam  0x00000000 , 0x00000055 
- 00024323  0x00006260 branch  0x000021d9 
- 00024324  0x00006263 call  0x000021d9 
- 00024325  0x00006264 set1  0x00000022 , 0x00000000 
- 00024326  0x00006265 fetch  0x00000001 , 0x0000016d 
- 00024327  0x00006266 set0  0x00000002 , 0x0000003f 
- 00024328  0x00006267 store  0x00000001 , 0x0000016d 
- 00024329  0x00006268 branch  0x00005e38 
- 00024330  0x00006271 rtn 
- 00024331  0x00006275 jam  0x00000003 , 0x0000007c 
- 00024332  0x00006276 jam  0x00000018 , 0x0000007d 
- 00024333  0x00006277 jam  0x0000002e , 0x00000a99 
- 00024334  0x00006278 call  0x00007d86 
- 00024335  0x00006279 branch  0x000026e9 
- 00024336  0x0000627c fetch  0x00000001 , 0x00000552 
- 00024337  0x0000627d bne  0x00000001 , 0x00005f1c 
- 00024338  0x0000627e fetch  0x00000001 , 0x00000553 
- 00024339  0x0000627f bne  0x00000001 , 0x00005f1c 
- 00024340  0x00006280 fetch  0x00000001 , 0x00000554 
- 00024341  0x00006281 bne  0x00000030 , 0x00005f1c 
- 00024342  0x00006282 call  0x000062fc 
- 00024343  0x00006283 branch  0x00005f19 , 0x00000001 
- 00024344  0x00006284 jam  0x00000001 , 0x000009ae 
- 00024345  0x00006286 jam  0x00000003 , 0x0000007c 
- 00024346  0x00006287 jam  0x0000003d , 0x0000007d 
- 00024347  0x00006288 branch  0x00005d07 
- 00024348  0x0000628b jam  0x00000024 , 0x0000007e 
- 00024349  0x0000628c branch  0x00005d53 
- 00024350  0x00006291 jam  0x0000003e , 0x0000007c 
- 00024351  0x00006293 rtn 
- 00024352  0x00006295 fetch  0x00000001 , 0x00004662 
- 00024353  0x00006296 beq  0x00000001 , 0x00005f27 
- 00024354  0x00006297 beq  0x00000002 , 0x00005f2b 
- 00024355  0x00006299 call  0x000062fc 
- 00024356  0x0000629a rtn  0x00000001 
- 00024357  0x0000629b jam  0x00000008 , 0x000009ae 
- 00024358  0x0000629c rtn 
- 00024359  0x0000629f call  0x00007962 
- 00024360  0x000062a0 jam  0x00000035 , 0x00000a99 
- 00024361  0x000062a1 call  0x00007d86 
- 00024362  0x000062a2 branch  0x00005f23 
- 00024363  0x000062a6 call  0x000062fc 
- 00024364  0x000062a7 rtn  0x00000001 
- 00024365  0x000062a8 fetch  0x00000001 , 0x00004663 
- 00024366  0x000062a9 beq  0x00000013 , 0x00005f3b 
- 00024367  0x000062aa increase  0x00000001 , 0x0000003f 
- 00024368  0x000062ab store  0x00000001 , 0x00004663 
- 00024369  0x000062af jam  0x00000001 , 0x000009b0 
- 00024370  0x000062b0 jam  0x00000004 , 0x000009ae 
- 00024371  0x000062b1 fetch  0x00000001 , 0x00004663 
- 00024372  0x000062b2 copy  0x0000003f , 0x00000007 
- 00024373  0x000062b3 fetch  0x00000006 , 0x0000468a 
- 00024374  0x000062b4 qisolate1  0x0000003f 
- 00024375  0x000062b5 setarg  0x00000080 
- 00024376  0x000062b6 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00024377  0x000062b7 store  0x00000001 , 0x00004664 
- 00024378  0x000062b8 rtn 
- 00024379  0x000062bb jam  0x00000008 , 0x000009ae 
- 00024380  0x000062bc rtn 
- 00024381  0x000062bf call  0x00005f43 
- 00024382  0x000062c1 fetch  0x00000001 , 0x00004665 
- 00024383  0x000062c2 rtn  0x00000034 
- 00024384  0x000062c3 jam  0x00000000 , 0x00004665 
- 00024385  0x000062c4 jam  0x00000038 , 0x00000a99 
- 00024386  0x000062c5 branch  0x00007d86 
- 00024387  0x000062ca call  0x000062fc 
- 00024388  0x000062cb ncall  0x00007965 , 0x00000001 
- 00024389  0x000062cc call  0x00007975 , 0x00000001 
- 00024390  0x000062cd call  0x000062fc 
- 00024391  0x000062ce rtn  0x00000001 
- 00024392  0x000062cf jam  0x0000000c , 0x000009ae 
- 00024393  0x000062d0 jam  0x00000001 , 0x000009b0 
- 00024394  0x000062d1 rtn 
- 00024395  0x000062d4 arg  0x00000a6e , 0x00000005 
- 00024396  0x000062d5 arg  0x00000552 , 0x00000006 
- 00024397  0x000062d6 call  0x00007ebf 
- 00024398  0x000062d7 fetch  0x00000001 , 0x00004662 
- 00024399  0x000062d8 rtneq  0x00000002 
- 00024400  0x000062d9 branch  0x000076d8 
- 00024401  0x000062dc fetch  0x00000001 , 0x000009af 
- 00024402  0x000062dd beq  0x00000007 , 0x00005f55 
- 00024403  0x000062de fetch  0x00000001 , 0x000009ae 
- 00024404  0x000062df bne  0x00000001 , 0x00005f68 
- 00024405  0x000062e1 fetch  0x00000001 , 0x000009b7 
- 00024406  0x000062e2 sub  0x0000003f , 0x00000020 , 0x00000005 
- 00024407  0x000062e3 nbranch  0x00005f68 , 0x00000002 
- 00024408  0x000062e4 arg  0x000009c6 , 0x00000005 
- 00024409  0x000062e5 iadd  0x00000005 , 0x00000005 
- 00024410  0x000062e6 fetch  0x00000008 , 0x00000552 
- 00024411  0x000062e7 istore  0x00000008 , 0x00000005 
- 00024412  0x000062e8 fetch  0x00000008 , 0x0000055a 
- 00024413  0x000062e9 istore  0x00000008 , 0x00000005 
- 00024414  0x000062ea fetch  0x00000001 , 0x000009b7 
- 00024415  0x000062eb increase  0x00000010 , 0x0000003f 
- 00024416  0x000062ec store  0x00000001 , 0x000009b7 
- 00024417  0x000062ed bne  0x00000030 , 0x00005e38 
- 00024418  0x000062ef call  0x000062fc 
- 00024419  0x000062f0 branch  0x00005e38 , 0x00000001 
- 00024420  0x000062f1 jam  0x00000001 , 0x000009b8 
- 00024421  0x000062f2 jam  0x00000002 , 0x000009ae 
- 00024422  0x000062f3 jam  0x00000001 , 0x000009b0 
- 00024423  0x000062f4 branch  0x00005e38 
- 00024424  0x000062f6 jam  0x00000024 , 0x0000007e 
- 00024425  0x000062f7 branch  0x00005d53 
- 00024426  0x000062f9 fetch  0x00000001 , 0x000009b6 
- 00024427  0x000062fa beq  0x00000030 , 0x00005f6e 
- 00024428  0x000062fb jam  0x0000003e , 0x0000007c 
- 00024429  0x000062fc branch  0x00005d07 
- 00024430  0x000062ff call  0x000062fc 
- 00024431  0x00006300 branch  0x00005f77 , 0x00000001 
- 00024432  0x00006301 fetch  0x00000001 , 0x00004662 
- 00024433  0x00006302 beq  0x00000002 , 0x00005f75 
- 00024434  0x00006303 jam  0x00000001 , 0x000009b0 
- 00024435  0x00006304 jam  0x00000004 , 0x000009ae 
- 00024436  0x00006305 branch  0x00005d07 
- 00024437  0x00006308 jam  0x00000036 , 0x00000a99 
- 00024438  0x00006309 branch  0x00007d86 
- 00024439  0x0000630e branch  0x00005d07 
- 00024440  0x00006311 fetch  0x00000001 , 0x000009af 
- 00024441  0x00006312 beq  0x00000007 , 0x00005f7c 
- 00024442  0x00006313 fetch  0x00000001 , 0x000009ae 
- 00024443  0x00006314 bne  0x00000006 , 0x00005f88 
- 00024444  0x00006316 arg  0x00000a2e , 0x00000005 
- 00024445  0x00006317 fetch  0x00000008 , 0x00000552 
- 00024446  0x00006318 istore  0x00000008 , 0x00000005 
- 00024447  0x00006319 fetch  0x00000008 , 0x0000055a 
- 00024448  0x0000631a istore  0x00000008 , 0x00000005 
- 00024449  0x0000631b call  0x000062fc 
- 00024450  0x0000631c branch  0x00005f86 , 0x00000001 
- 00024451  0x0000631d jam  0x00000007 , 0x000009ae 
- 00024452  0x0000631e jam  0x00000001 , 0x000009b0 
- 00024453  0x0000631f branch  0x00005e38 
- 00024454  0x00006321 jam  0x00000004 , 0x000009af 
- 00024455  0x00006322 branch  0x000076d8 
- 00024456  0x00006326 jam  0x00000024 , 0x0000007e 
- 00024457  0x00006327 branch  0x00005d53 
- 00024458  0x0000632a fetch  0x00000001 , 0x000009af 
- 00024459  0x0000632b beq  0x0000000b , 0x00005f8e 
- 00024460  0x0000632c fetch  0x00000001 , 0x000009ae 
- 00024461  0x0000632d bne  0x00000008 , 0x00005f9d 
- 00024462  0x0000632f arg  0x00000a5e , 0x00000005 
- 00024463  0x00006330 arg  0x00000552 , 0x00000006 
- 00024464  0x00006331 call  0x00007ebf 
- 00024465  0x00006332 call  0x000062fc 
- 00024466  0x00006333 branch  0x00005f9a , 0x00000001 
- 00024467  0x00006334 fetch  0x00000001 , 0x00004662 
- 00024468  0x00006335 beq  0x00000001 , 0x00005f9f 
- 00024469  0x00006337 jam  0x00000000 , 0x00004661 
- 00024470  0x00006338 jam  0x00000009 , 0x000009ae 
- 00024471  0x00006339 jam  0x00000001 , 0x000009b0 
- 00024472  0x0000633a jam  0x00000041 , 0x0000007d 
- 00024473  0x0000633b branch  0x00005d07 
- 00024474  0x0000633e jam  0x00000009 , 0x000009af 
- 00024475  0x0000633f jam  0x00000001 , 0x000009b1 
- 00024476  0x00006340 branch  0x00005d07 
- 00024477  0x00006342 jam  0x00000024 , 0x0000007e 
- 00024478  0x00006343 branch  0x00005d53 
- 00024479  0x00006346 fetch  0x00000001 , 0x00004661 
- 00024480  0x00006347 bbit1  0x00000007 , 0x00005fa4 
- 00024481  0x00006348 set1  0x00000006 , 0x0000003f 
- 00024482  0x00006349 store  0x00000001 , 0x00004661 
- 00024483  0x0000634a rtn 
- 00024484  0x0000634d bbit1  0x00000000 , 0x00005f95 
- 00024485  0x0000634e jam  0x00000000 , 0x00004661 
- 00024486  0x0000634f branch  0x00005f9d 
- 00024487  0x00006353 branch  0x00005d07 
- 00024488  0x00006356 fetch  0x00000001 , 0x0000016d 
- 00024489  0x00006357 set0  0x00000001 
- 00024490  0x00006358 store  0x00000001 , 0x0000016d 
- 00024491  0x00006359 call  0x00005e38 
- 00024492  0x0000635a nrtn  0x00000029 
- 00024493  0x0000635b fetch  0x00000001 , 0x00000552 
- 00024494  0x0000635c fetcht  0x00000001 , 0x0000004b 
- 00024495  0x0000635d setflag  0x00000034 , 0x00000004 , 0x00000002 
- 00024496  0x0000635e nsetflag  0x00000034 , 0x00000005 , 0x00000002 
- 00024497  0x0000635f storet  0x00000001 , 0x0000004b 
- 00024498  0x00006360 rtn 
- 00024499  0x00006363 fetcht  0x00000008 , 0x00000552 
- 00024500  0x00006365 fetch  0x00000001 , 0x00000055 
- 00024501  0x00006366 rtnne  0x00000003 
- 00024502  0x00006368 fetch  0x00000001 , 0x0000016d 
- 00024503  0x00006369 bbit0  0x00000004 , 0x00005fba 
- 00024504  0x0000636b jam  0x00000014 , 0x00000055 
- 00024505  0x0000636c rtn 
- 00024506  0x0000636e jam  0x00000004 , 0x00000055 
- 00024507  0x0000636f rtn 
- 00024508  0x00006371 fetch  0x00000001 , 0x0000017f 
- 00024509  0x00006372 store  0x00000001 , 0x0000015b 
- 00024510  0x00006373 jam  0x00000003 , 0x0000007c 
- 00024511  0x00006374 jam  0x00000038 , 0x0000007d 
- 00024512  0x00006375 rtn 
- 00024513  0x00006379 jam  0x00000003 , 0x0000007c 
- 00024514  0x0000637a jam  0x00000039 , 0x0000007d 
- 00024515  0x0000637b force  0x00000009 , 0x00000039 
- 00024516  0x0000637c arg  0x00000552 , 0x00000006 
- 00024517  0x0000637d arg  0x00000152 , 0x00000005 
- 00024518  0x0000637f ifetch  0x00000001 , 0x00000006 
- 00024519  0x00006380 xor_into  0x00000055 , 0x0000003f 
- 00024520  0x00006381 istore  0x00000001 , 0x00000005 
- 00024521  0x00006382 loop  0x00005fc6 
- 00024522  0x00006383 fetch  0x00000001 , 0x00000152 
- 00024523  0x00006384 fetcht  0x00000001 , 0x00000151 
- 00024524  0x00006385 set0  0x00000007 , 0x00000002 
- 00024525  0x00006386 set0  0x00000004 , 0x00000002 
- 00024526  0x00006387 beq  0x000000ff , 0x00005fda 
- 00024527  0x00006388 beq  0x00000000 , 0x00005ff3 
- 00024528  0x00006389 beq  0x00000005 , 0x00005fe7 
- 00024529  0x0000638a beq  0x00000007 , 0x00005fe6 
- 00024530  0x0000638b beq  0x00000006 , 0x00005fe7 
- 00024531  0x0000638c beq  0x00000008 , 0x00005fe6 
- 00024532  0x0000638d beq  0x00000001 , 0x00005fdf 
- 00024533  0x0000638e beq  0x00000002 , 0x00005fdf 
- 00024534  0x0000638f beq  0x00000003 , 0x00005fdf 
- 00024535  0x00006390 beq  0x00000009 , 0x00005fdf 
- 00024536  0x00006391 beq  0x00000004 , 0x00005fdf 
- 00024537  0x00006392 rtn 
- 00024538  0x00006395 fetch  0x00000001 , 0x00000151 
- 00024539  0x00006396 set1  0x00000003 , 0x0000003f 
- 00024540  0x00006397 set1  0x00000002 , 0x0000003f 
- 00024541  0x00006398 store  0x00000001 , 0x00000151 
- 00024542  0x00006399 rtn 
- 00024543  0x0000639b set1  0x00000004 , 0x00000002 
- 00024544  0x0000639c jam  0x00000005 , 0x00000180 
- 00024545  0x0000639d fetch  0x00000002 , 0x00000159 
- 00024546  0x0000639e iforce  0x00000039 
- 00024547  0x0000639f store  0x00000002 , 0x0000015f 
- 00024548  0x000063a0 arg  0x00000551 , 0x00000005 
- 00024549  0x000063a1 call  0x00007f73 
- 00024550  0x000063a3 set1  0x00000007 , 0x00000002 
- 00024551  0x000063a5 set1  0x00000002 , 0x00000002 
- 00024552  0x000063a6 force  0x00000000 , 0x0000003f 
- 00024553  0x000063a7 store  0x00000001 , 0x0000000b 
- 00024554  0x000063a8 store  0x00000002 , 0x000000fa 
- 00024555  0x000063a9 store  0x00000002 , 0x000000fc 
- 00024556  0x000063aa store  0x00000002 , 0x000000f8 
- 00024557  0x000063ab store  0x00000002 , 0x000000f6 
- 00024558  0x000063ac fetch  0x00000001 , 0x00000153 
- 00024559  0x000063ad compare  0x00000000 , 0x0000003f , 0x000000ff 
- 00024560  0x000063ae setflag  0x00000001 , 0x00000006 , 0x00000002 
- 00024561  0x000063af storet  0x00000001 , 0x00000151 
- 00024562  0x000063b0 rtn 
- 00024563  0x000063b3 set0  0x00000011 , 0x00000000 
- 00024564  0x000063b4 jam  0x00000000 , 0x00000151 
- 00024565  0x000063b5 fetch  0x00000001 , 0x0000017f 
- 00024566  0x000063b6 set0  0x00000006 , 0x0000003f 
- 00024567  0x000063b7 store  0x00000001 , 0x0000017f 
- 00024568  0x000063b8 rtn 
- 00024569  0x000063bf arg  0x00000552 , 0x00000006 
- 00024570  0x000063c0 arg  0x00000562 , 0x00000005 
- 00024571  0x000063c1 branch  0x00007ebf 
- 00024572  0x000063c4 jam  0x00000009 , 0x0000007c 
- 00024573  0x000063c5 rtn 
- 00024574  0x000063c8 nrtn  0x00000029 
- 00024575  0x000063c9 jam  0x00000011 , 0x0000007c 
- 00024576  0x000063ca rtn 
- 00024577  0x000063cd arg  0x000040a0 , 0x00000011 
- 00024578  0x000063ce call  0x00007255 
- 00024579  0x000063cf jam  0x00000003 , 0x0000007c 
- 00024580  0x000063d0 jam  0x00000008 , 0x0000007d 
- 00024581  0x000063d1 rtn 
- 00024582  0x000063d4 jam  0x0000000a , 0x00000072 
- 00024583  0x000063d5 jam  0x00000007 , 0x0000007c 
- 00024584  0x000063d6 jam  0x00000016 , 0x000004ca 
- 00024585  0x000063d7 rtn 
- 00024586  0x000063de bpatchx  0x00000082 , 0x00004030 
- 00024587  0x000063df disable  0x00000028 
- 00024588  0x000063e0 call  0x000062c1 
- 00024589  0x000063e1 fetch  0x00000001 , 0x00000048 
- 00024590  0x000063e2 rtn  0x00000034 
- 00024591  0x000063e7 bbit1  0x00000007 , 0x0000603f 
- 00024592  0x000063e9 beq  0x00000001 , 0x0000616f 
- 00024593  0x000063ea beq  0x00000002 , 0x000060e4 
- 00024594  0x000063eb beq  0x00000003 , 0x0000604a 
- 00024595  0x000063ec beq  0x00000004 , 0x00006060 
- 00024596  0x000063ed beq  0x00000027 , 0x000061db 
- 00024597  0x000063ee beq  0x00000028 , 0x00006108 
- 00024598  0x000063ef beq  0x00000030 , 0x000060f4 
- 00024599  0x000063f0 beq  0x00000025 , 0x000061d6 
- 00024600  0x000063f1 beq  0x00000026 , 0x00006103 
- 00024601  0x000063f2 beq  0x00000031 , 0x000061c3 
- 00024602  0x000063f3 beq  0x00000037 , 0x0000616a 
- 00024603  0x000063f4 beq  0x00000033 , 0x0000615c 
- 00024604  0x000063f5 beq  0x00000008 , 0x00006259 
- 00024605  0x000063f6 beq  0x00000009 , 0x0000624f 
- 00024606  0x000063f7 beq  0x0000000b , 0x00006264 
- 00024607  0x000063f8 beq  0x0000000c , 0x0000626d 
- 00024608  0x000063f9 beq  0x0000000f , 0x00006162 
- 00024609  0x000063fa beq  0x00000010 , 0x00006292 
- 00024610  0x000063fb beq  0x00000011 , 0x00006288 
- 00024611  0x000063fc beq  0x00000007 , 0x00006152 
- 00024612  0x000063fd beq  0x0000002a , 0x0000617e 
- 00024613  0x000063fe beq  0x0000000a , 0x0000617f 
- 00024614  0x00006400 beq  0x0000001f , 0x000061bc 
- 00024615  0x00006401 beq  0x00000006 , 0x000060f9 
- 00024616  0x00006402 beq  0x00000021 , 0x0000615f 
- 00024617  0x00006403 beq  0x0000002d , 0x000061b2 
- 00024618  0x00006404 beq  0x0000002e , 0x000061b7 
- 00024619  0x00006405 beq  0x00000022 , 0x0000615f 
- 00024620  0x00006406 beq  0x00000034 , 0x00006180 
- 00024621  0x00006407 beq  0x00000013 , 0x00006195 
- 00024622  0x00006408 beq  0x00000017 , 0x000061a4 
- 00024623  0x00006409 beq  0x00000012 , 0x0000628f 
- 00024624  0x0000640a beq  0x0000002f , 0x000061aa 
- 00024625  0x0000640b beq  0x00000018 , 0x000061af 
- 00024626  0x0000640c beq  0x0000003d , 0x000061ff 
- 00024627  0x0000640d beq  0x0000003e , 0x0000620b 
- 00024628  0x0000640e beq  0x0000003f , 0x0000621d 
- 00024629  0x0000640f beq  0x00000040 , 0x00006227 
- 00024630  0x00006410 beq  0x00000041 , 0x0000623c 
- 00024631  0x00006411 beq  0x00000023 , 0x0000624b 
- 00024632  0x00006412 beq  0x0000003b , 0x00006246 
- 00024633  0x00006414 beq  0x00000005 , 0x0000624c 
- 00024634  0x00006415 beq  0x00000029 , 0x0000624d 
- 00024635  0x00006416 beq  0x00000038 , 0x0000624e 
- 00024636  0x00006417 beq  0x00000039 , 0x00006175 
- 00024637  0x00006419 branch  0x00002a8c 
- 00024638  0x0000641a rtn 
- 00024639  0x0000641c beq  0x00000081 , 0x0000606d 
- 00024640  0x0000641d beq  0x00000084 , 0x00006099 
- 00024641  0x0000641e beq  0x00000082 , 0x00006076 
- 00024642  0x0000641f beq  0x00000083 , 0x0000610d 
- 00024643  0x00006420 beq  0x0000008b , 0x00006118 
- 00024644  0x00006421 beq  0x00000097 , 0x0000614e 
- 00024645  0x00006422 beq  0x00000099 , 0x000060d5 
- 00024646  0x00006423 beq  0x0000009a , 0x000060a4 
- 00024647  0x00006424 beq  0x00000095 , 0x000060da 
- 00024648  0x00006425 beq  0x00000096 , 0x000060db 
- 00024649  0x00006426 branch  0x00002a8c 
- 00024650  0x0000642d force  0x00000002 , 0x0000003f 
- 00024651  0x0000642e call  0x00006298 
- 00024652  0x0000642f fetch  0x00000001 , 0x00000049 
- 00024653  0x00006430 istore  0x00000001 , 0x00000005 
- 00024654  0x00006431 call  0x000062a7 
- 00024655  0x00006432 bpatchx  0x00000083 , 0x00004030 
- 00024656  0x00006433 fetch  0x00000001 , 0x00000049 
- 00024657  0x00006434 beq  0x00000008 , 0x00006080 
- 00024658  0x00006435 beq  0x0000000f , 0x00006084 
- 00024659  0x00006436 beq  0x00000010 , 0x0000608f 
- 00024660  0x00006437 beq  0x00000017 , 0x0000605f 
- 00024661  0x00006438 beq  0x00000033 , 0x00006092 
- 00024662  0x00006439 beq  0x00000041 , 0x00006098 
- 00024663  0x0000643a beq  0x00000011 , 0x00006059 
- 00024664  0x0000643b rtn 
- 00024665  0x0000643e fetch  0x00000001 , 0x00000055 
- 00024666  0x0000643f rtn  0x00000034 
- 00024667  0x00006440 jam  0x0000001b , 0x00000055 
- 00024668  0x00006441 setarg  0x0000000c 
- 00024669  0x00006442 arg  0x00000007 , 0x00000007 
- 00024670  0x00006443 branch  0x00007f08 
- 00024671  0x00006446 branch  0x000026c6 
- 00024672  0x00006448 force  0x00000003 , 0x0000003f 
- 00024673  0x00006449 call  0x00006298 
- 00024674  0x0000644a fetch  0x00000001 , 0x00000049 
- 00024675  0x0000644b beq  0x0000000b , 0x00006068 
- 00024676  0x0000644c istore  0x00000001 , 0x00000005 
- 00024677  0x0000644d fetch  0x00000001 , 0x0000004a 
- 00024678  0x0000644e istore  0x00000001 , 0x00000005 
- 00024679  0x0000644f branch  0x000062a7 
- 00024680  0x00006452 istore  0x00000001 , 0x00000005 
- 00024681  0x00006453 fetch  0x00000001 , 0x0000004a 
- 00024682  0x00006454 istore  0x00000001 , 0x00000005 
- 00024683  0x00006455 arg  0x000004d5 , 0x00000002 
- 00024684  0x00006456 branch  0x000062e2 
- 00024685  0x00006459 force  0x00000004 , 0x00000007 
- 00024686  0x0000645a call  0x000062a0 
- 00024687  0x0000645b setarg  0x0000007f 
- 00024688  0x0000645c istore  0x00000001 , 0x00000005 
- 00024689  0x0000645d fetch  0x00000001 , 0x00000049 
- 00024690  0x0000645e set0  0x00000007 , 0x0000003f 
- 00024691  0x0000645f istore  0x00000001 , 0x00000005 
- 00024692  0x00006460 fetch  0x00000001 , 0x00000049 
- 00024693  0x00006461 branch  0x000062a7 
- 00024694  0x00006464 force  0x00000005 , 0x00000007 
- 00024695  0x00006465 call  0x000062a0 
- 00024696  0x00006466 setarg  0x0000007f 
- 00024697  0x00006467 istore  0x00000001 , 0x00000005 
- 00024698  0x00006468 fetch  0x00000001 , 0x00000049 
- 00024699  0x00006469 set0  0x00000007 , 0x0000003f 
- 00024700  0x0000646a istore  0x00000001 , 0x00000005 
- 00024701  0x0000646b fetch  0x00000001 , 0x0000004a 
- 00024702  0x0000646c istore  0x00000001 , 0x00000005 
- 00024703  0x0000646d branch  0x000062a7 
- 00024704  0x00006471 call  0x0000244f 
- 00024705  0x00006472 call  0x000062f3 
- 00024706  0x00006473 rtn  0x00000001 
- 00024707  0x00006474 branch  0x00005ffc 
- 00024708  0x00006477 fetch  0x00000001 , 0x0000004b 
- 00024709  0x00006478 bbit1  0x00000005 , 0x0000608b 
- 00024710  0x00006479 rtnbit0  0x00000004 
- 00024711  0x0000647a jam  0x00000012 , 0x0000007c 
- 00024712  0x0000647b set0  0x00000004 , 0x0000003f 
- 00024713  0x0000647c call  0x000062eb 
- 00024714  0x0000647d branch  0x0000608d 
- 00024715  0x0000647f jam  0x00000010 , 0x0000007c 
- 00024716  0x00006480 set0  0x00000005 , 0x0000003f 
- 00024717  0x00006482 store  0x00000001 , 0x0000004b 
- 00024718  0x00006483 rtn 
- 00024719  0x00006486 call  0x000062fc 
- 00024720  0x00006487 branch  0x00005ffe , 0x00000001 
- 00024721  0x00006488 rtn 
- 00024722  0x0000648b jam  0x0000008b , 0x0000007c 
- 00024723  0x0000648d fetch  0x00000001 , 0x000004d1 
- 00024724  0x0000648e set1  0x00000000 , 0x0000003f 
- 00024725  0x0000648f store  0x00000001 , 0x000004d1 
- 00024726  0x00006490 jam  0x00000001 , 0x00000a99 
- 00024727  0x00006491 branch  0x00007d86 
- 00024728  0x00006495 rtn 
- 00024729  0x0000649a force  0x0000000c , 0x00000007 
- 00024730  0x0000649b call  0x000062a0 
- 00024731  0x0000649c setarg  0x00000001 
- 00024732  0x0000649d istore  0x00000001 , 0x00000005 
- 00024733  0x0000649e fetch  0x00000002 , 0x000004ce 
- 00024734  0x0000649f istore  0x00000002 , 0x00000005 
- 00024735  0x000064a0 setarg  0x00000000 
- 00024736  0x000064a1 istore  0x00000003 , 0x00000005 
- 00024737  0x000064a2 setarg  0x00000000 
- 00024738  0x000064a3 istore  0x00000004 , 0x00000005 
- 00024739  0x000064a4 branch  0x000062b0 
- 00024740  0x000064a6 force  0x00000005 , 0x00000007 
- 00024741  0x000064a7 call  0x000062a0 
- 00024742  0x000064a8 fetch  0x00000003 , 0x0000465b 
- 00024743  0x000064a9 istore  0x00000003 , 0x00000005 
- 00024744  0x000064aa call  0x000062b0 
- 00024745  0x000064ab jam  0x00000001 , 0x00004665 
- 00024746  0x000064ac fetch  0x00000001 , 0x0000465b 
- 00024747  0x000064ad beq  0x00000001 , 0x000060b5 
- 00024748  0x000064ae beq  0x00000002 , 0x000060af 
- 00024749  0x000064af beq  0x00000003 , 0x000060bb 
- 00024750  0x000064b0 rtn 
- 00024751  0x000064b3 fetch  0x00000001 , 0x0000465e 
- 00024752  0x000064b4 beq  0x00000000 , 0x000060c7 
- 00024753  0x000064b5 beq  0x00000001 , 0x000060c7 
- 00024754  0x000064b6 beq  0x00000002 , 0x000060c7 
- 00024755  0x000064b7 beq  0x00000003 , 0x000060c1 
- 00024756  0x000064b8 rtn 
- 00024757  0x000064bc fetch  0x00000001 , 0x0000465e 
- 00024758  0x000064bd beq  0x00000000 , 0x000060c1 
- 00024759  0x000064be beq  0x00000001 , 0x000060c5 
- 00024760  0x000064bf beq  0x00000002 , 0x000060c7 
- 00024761  0x000064c0 beq  0x00000003 , 0x000060c1 
- 00024762  0x000064c1 rtn 
- 00024763  0x000064c5 fetch  0x00000001 , 0x0000465e 
- 00024764  0x000064c6 beq  0x00000000 , 0x000060c1 
- 00024765  0x000064c7 beq  0x00000001 , 0x000060c1 
- 00024766  0x000064c8 beq  0x00000002 , 0x000060c1 
- 00024767  0x000064c9 beq  0x00000003 , 0x000060c1 
- 00024768  0x000064ca rtn 
- 00024769  0x000064d4 jam  0x00000003 , 0x00004662 
- 00024770  0x000064d5 fetch  0x00000001 , 0x0000455c 
- 00024771  0x000064d6 bbit1  0x00000000 , 0x000033e9 
- 00024772  0x000064d7 rtn 
- 00024773  0x000064db jam  0x00000001 , 0x00004662 
- 00024774  0x000064dc rtn 
- 00024775  0x000064e3 jam  0x00000002 , 0x00004662 
- 00024776  0x000064e4 rtn 
- 00024777  0x000064e8 arg  0x00000000 , 0x00000007 
- 00024778  0x000064e9 branch  0x000060cd 
- 00024779  0x000064ec arg  0x00000000 , 0x00000007 
- 00024780  0x000064ed branch  0x000060d1 
- 00024781  0x000064f0 fetch  0x00000001 , 0x0000455c 
- 00024782  0x000064f1 qset1  0x0000003f 
- 00024783  0x000064f2 store  0x00000001 , 0x0000455c 
- 00024784  0x000064f3 rtn 
- 00024785  0x000064f6 fetch  0x00000001 , 0x0000455c 
- 00024786  0x000064f7 qset0  0x0000003f 
- 00024787  0x000064f8 store  0x00000001 , 0x0000455c 
- 00024788  0x000064f9 rtn 
- 00024789  0x000064fd force  0x00000005 , 0x00000007 
- 00024790  0x000064fe call  0x000062a0 
- 00024791  0x000064ff fetch  0x00000003 , 0x0000465b 
- 00024792  0x00006500 istore  0x00000003 , 0x00000005 
- 00024793  0x00006501 branch  0x000062b2 
- 00024794  0x00006506 rtn 
- 00024795  0x00006508 force  0x00000009 , 0x00000007 
- 00024796  0x00006509 call  0x000062a0 
- 00024797  0x0000650a fetch  0x00000001 , 0x00000095 
- 00024798  0x0000650b istore  0x00000001 , 0x00000005 
- 00024799  0x0000650c fetch  0x00000002 , 0x00000096 
- 00024800  0x0000650d istore  0x00000002 , 0x00000005 
- 00024801  0x0000650e fetch  0x00000004 , 0x00000091 
- 00024802  0x0000650f istore  0x00000004 , 0x00000005 
- 00024803  0x00006510 branch  0x000062b0 
- 00024804  0x00006513 force  0x00000011 , 0x0000003f 
- 00024805  0x00006514 call  0x00006298 
- 00024806  0x00006515 fetch  0x00000001 , 0x00000049 
- 00024807  0x00006516 copy  0x0000003f , 0x00000002 
- 00024808  0x00006517 beq  0x00000000 , 0x000060ec 
- 00024809  0x00006518 beq  0x0000000e , 0x000060ec 
- 00024810  0x00006519 beq  0x0000001c , 0x000060ec 
- 00024811  0x0000651a rtn 
- 00024812  0x0000651c istore  0x00000001 , 0x00000005 
- 00024813  0x0000651d fetch  0x00000001 , 0x00004515 
- 00024814  0x0000651e istore  0x00000001 , 0x00000005 
- 00024815  0x0000651f arg  0x0000000e , 0x00000039 
- 00024816  0x00006520 setarg  0x00004516 
- 00024817  0x00006521 iadd  0x00000002 , 0x00000006 
- 00024818  0x00006522 call  0x00007f01 
- 00024819  0x00006523 branch  0x000062b0 
- 00024820  0x00006527 force  0x00000003 , 0x0000003f 
- 00024821  0x00006528 call  0x00006298 
- 00024822  0x00006529 setarg  0x00000114 
- 00024823  0x0000652a istore  0x00000002 , 0x00000005 
- 00024824  0x0000652b branch  0x000062b0 
- 00024825  0x0000652f force  0x00000003 , 0x0000003f 
- 00024826  0x00006530 call  0x00006298 
- 00024827  0x00006531 fetch  0x00000004 , 0x00000165 
- 00024828  0x00006532 isub  0x00000022 , 0x0000003f 
- 00024829  0x00006533 branch  0x000060ff , 0x00000029 
- 00024830  0x00006534 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00024831  0x00006537 rshift2  0x0000003f , 0x0000003f 
- 00024832  0x00006538 set0  0x0000000f , 0x0000003f 
- 00024833  0x00006539 istore  0x00000002 , 0x00000005 
- 00024834  0x0000653a branch  0x000062b0 
- 00024835  0x0000653d force  0x00000006 , 0x0000003f 
- 00024836  0x0000653e call  0x00006298 
- 00024837  0x0000653f fetch  0x00000005 , 0x00004510 
- 00024838  0x00006540 istore  0x00000005 , 0x00000005 
- 00024839  0x00006541 branch  0x000062b0 
- 00024840  0x00006544 force  0x00000009 , 0x0000003f 
- 00024841  0x00006545 call  0x00006298 
- 00024842  0x00006546 fetch  0x00000008 , 0x00004098 
- 00024843  0x00006547 istore  0x00000008 , 0x00000005 
- 00024844  0x00006548 branch  0x000062b0 
- 00024845  0x00006550 force  0x0000000c , 0x00000007 
- 00024846  0x00006551 call  0x000062a0 
- 00024847  0x00006552 setarg  0x00000001 
- 00024848  0x00006553 istore  0x00000001 , 0x00000005 
- 00024849  0x00006554 fetch  0x00000002 , 0x000004ce 
- 00024850  0x00006555 istore  0x00000002 , 0x00000005 
- 00024851  0x00006556 setarg  0x00000000 
- 00024852  0x00006557 istore  0x00000003 , 0x00000005 
- 00024853  0x00006558 setarg  0x00000000 
- 00024854  0x00006559 istore  0x00000004 , 0x00000005 
- 00024855  0x0000655a branch  0x000062b2 
- 00024856  0x0000655d force  0x00000003 , 0x00000007 
- 00024857  0x0000655e call  0x000062a0 
- 00024858  0x0000655f fetch  0x00000001 , 0x0000415a 
- 00024859  0x00006560 istore  0x00000001 , 0x00000005 
- 00024860  0x00006561 disable  0x00000028 
- 00024861  0x00006562 call  0x000062b2 
- 00024862  0x00006563 nrtn  0x00000028 
- 00024863  0x00006564 nrtn  0x00000029 
- 00024864  0x00006565 fetch  0x00000001 , 0x000040d8 
- 00024865  0x00006566 rtnbit0  0x00000000 
- 00024866  0x00006567 call  0x00006132 
- 00024867  0x00006568 branch  0x0000613c 
- 00024868  0x0000656c bpatchx  0x00000084 , 0x00004030 
- 00024869  0x0000656d fetch  0x00000001 , 0x0000409e 
- 00024870  0x0000656e set1  0x00000003 , 0x0000003f 
- 00024871  0x0000656f store  0x00000001 , 0x0000409e 
- 00024872  0x00006570 setarg  0x00000101 
- 00024873  0x00006571 store  0x00000002 , 0x000004ce 
- 00024874  0x00006572 rtn 
- 00024875  0x00006575 bpatchx  0x00000085 , 0x00004030 
- 00024876  0x00006576 fetch  0x00000001 , 0x0000409e 
- 00024877  0x00006577 set0  0x00000003 , 0x0000003f 
- 00024878  0x00006578 store  0x00000001 , 0x0000409e 
- 00024879  0x00006579 setarg  0x00000000 
- 00024880  0x0000657a store  0x00000002 , 0x000004ce 
- 00024881  0x0000657b rtn 
- 00024882  0x0000657e jam  0x00000003 , 0x000040d8 
- 00024883  0x0000657f setarg  0x00000000 
- 00024884  0x00006580 store  0x00000004 , 0x00004142 
- 00024885  0x00006581 arg  0x000040da , 0x00000005 
- 00024886  0x00006582 call  0x00006140 
- 00024887  0x00006583 arg  0x000040e7 , 0x00000005 
- 00024888  0x00006584 call  0x00006140 
- 00024889  0x00006585 arg  0x00004146 , 0x00000005 
- 00024890  0x00006586 call  0x00006140 
- 00024891  0x00006587 branch  0x00006147 
- 00024892  0x00006589 arg  0x000040e7 , 0x00000005 
- 00024893  0x0000658a call  0x00006140 
- 00024894  0x0000658b call  0x00006147 
- 00024895  0x0000658c branch  0x0000614a 
- 00024896  0x00006590 setarg  0x00ffffff 
- 00024897  0x00006591 istore  0x00000003 , 0x00000005 
- 00024898  0x00006592 istore  0x00000003 , 0x00000005 
- 00024899  0x00006593 istore  0x00000003 , 0x00000005 
- 00024900  0x00006594 setarg  0x0000007f 
- 00024901  0x00006595 istore  0x00000001 , 0x00000005 
- 00024902  0x00006596 rtn 
- 00024903  0x00006598 setarg  0x00000000 
- 00024904  0x00006599 store  0x00000002 , 0x000040d6 
- 00024905  0x0000659a rtn 
- 00024906  0x0000659c fetch  0x00000001 , 0x000040d8 
- 00024907  0x0000659d set1  0x00000002 , 0x0000003f 
- 00024908  0x0000659e store  0x00000001 , 0x000040d8 
- 00024909  0x0000659f rtn 
- 00024910  0x000065a3 force  0x00000002 , 0x00000007 
- 00024911  0x000065a4 call  0x000062a0 
- 00024912  0x000065a5 nbranch  0x000062b0 , 0x00000029 
- 00024913  0x000065a7 branch  0x000062b2 
- 00024914  0x000065ac force  0x00000002 , 0x0000003f 
- 00024915  0x000065ad call  0x00006298 
- 00024916  0x000065ae fetch  0x00000001 , 0x000004ca 
- 00024917  0x000065af istore  0x00000001 , 0x00000005 
- 00024918  0x000065b0 call  0x000062b2 
- 00024919  0x000065b2 fetch  0x00000001 , 0x0000004b 
- 00024920  0x000065b3 set1  0x00000003 , 0x0000003f 
- 00024921  0x000065b4 store  0x00000001 , 0x0000004b 
- 00024922  0x000065b5 jam  0x00000032 , 0x00000072 
- 00024923  0x000065b6 rtn 
- 00024924  0x000065ba force  0x00000001 , 0x0000003f 
- 00024925  0x000065bb call  0x00006298 
- 00024926  0x000065bc branch  0x000062b2 
- 00024927  0x000065be force  0x00000001 , 0x0000003f 
- 00024928  0x000065bf call  0x00006298 
- 00024929  0x000065c0 branch  0x000062b0 
- 00024930  0x000065c4 force  0x00000002 , 0x0000003f 
- 00024931  0x000065c5 call  0x00006298 
- 00024932  0x000065c6 fetch  0x00000001 , 0x0000004c 
- 00024933  0x000065c7 isolate0  0x00000002 , 0x0000003f 
- 00024934  0x000065c8 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00024935  0x000065c9 and_into  0x00000001 , 0x0000003f 
- 00024936  0x000065ca istore  0x00000001 , 0x00000005 
- 00024937  0x000065cb branch  0x000062b2 
- 00024938  0x000065cf force  0x00000003 , 0x0000003f 
- 00024939  0x000065d0 call  0x00006298 
- 00024940  0x000065d1 fetch  0x00000002 , 0x00000051 
- 00024941  0x000065d2 istore  0x00000002 , 0x00000005 
- 00024942  0x000065d3 branch  0x000062b2 
- 00024943  0x000065d6 jam  0x000000fa , 0x00000072 
- 00024944  0x000065d7 force  0x00000002 , 0x0000003f 
- 00024945  0x000065d8 call  0x00006298 
- 00024946  0x000065d9 fetch  0x00000001 , 0x00000053 
- 00024947  0x000065da istore  0x00000001 , 0x00000005 
- 00024948  0x000065db branch  0x000062b2 
- 00024949  0x000065de force  0x0000000a , 0x0000003f 
- 00024950  0x000065df call  0x00006298 
- 00024951  0x000065e0 arg  0x00000152 , 0x00000006 
- 00024952  0x000065e1 force  0x00000009 , 0x00000039 
- 00024953  0x000065e3 ifetch  0x00000001 , 0x00000006 
- 00024954  0x000065e4 xor_into  0x00000055 , 0x0000003f 
- 00024955  0x000065e5 istore  0x00000001 , 0x00000005 
- 00024956  0x000065e6 loop  0x00006179 
- 00024957  0x000065e7 branch  0x000062b2 
- 00024958  0x000065ea branch  0x000062b2 
- 00024959  0x000065ec branch  0x000062b2 
- 00024960  0x000065ef rtn  0x00000029 
- 00024961  0x000065f0 call  0x0000282d 
- 00024962  0x000065f1 force  0x00000009 , 0x0000003f 
- 00024963  0x000065f2 call  0x00006298 
- 00024964  0x000065f3 fetch  0x00000002 , 0x00000171 
- 00024965  0x000065f4 istore  0x00000002 , 0x00000005 
- 00024966  0x000065f5 fetch  0x00000003 , 0x000040a0 
- 00024967  0x000065f6 istore  0x00000003 , 0x00000005 
- 00024968  0x000065f7 fetch  0x00000001 , 0x000040a3 
- 00024969  0x000065f8 istore  0x00000001 , 0x00000005 
- 00024970  0x000065f9 fetch  0x00000002 , 0x000040a4 
- 00024971  0x000065fa istore  0x00000002 , 0x00000005 
- 00024972  0x000065fb bmark0  0x00000003 , 0x00006191 
- 00024973  0x000065fc set0  0x00000003 , 0x00000000 
- 00024974  0x000065fd call  0x000062b2 
- 00024975  0x000065fe jam  0x00000013 , 0x0000007c 
- 00024976  0x000065ff rtn 
- 00024977  0x00006601 call  0x000062b0 
- 00024978  0x00006602 jam  0x00000003 , 0x0000007c 
- 00024979  0x00006603 jam  0x00000013 , 0x0000007d 
- 00024980  0x00006604 rtn 
- 00024981  0x00006607 arg  0x00000200 , 0x00000002 
- 00024982  0x00006608 branch  0x00006199 , 0x00000029 
- 00024983  0x00006609 deposit  0x00000028 
- 00024984  0x0000660a branch  0x0000619a 
- 00024985  0x0000660c deposit  0x00000022 
- 00024986  0x0000660e deposit  0x00000021 
- 00024987  0x0000660f iadd  0x00000002 , 0x0000003f 
- 00024988  0x00006610 and_into  0x000001fc , 0x0000003f 
- 00024989  0x00006611 store  0x00000004 , 0x00000034 
- 00024990  0x00006612 force  0x00000005 , 0x0000003f 
- 00024991  0x00006613 call  0x00006298 
- 00024992  0x00006614 fetch  0x00000004 , 0x00000034 
- 00024993  0x00006615 rshift  0x0000003f , 0x0000003f 
- 00024994  0x00006616 istore  0x00000004 , 0x00000005 
- 00024995  0x00006617 branch  0x000062b2 
- 00024996  0x0000661a force  0x0000000a , 0x0000003f 
- 00024997  0x0000661b call  0x00006298 
- 00024998  0x0000661c arg  0x000004d9 , 0x00000006 
- 00024999  0x0000661d ifetch  0x00000009 , 0x00000006 
- 00025000  0x0000661e istore  0x00000009 , 0x00000005 
- 00025001  0x0000661f branch  0x000062b2 
- 00025002  0x00006624 force  0x00000003 , 0x0000003f 
- 00025003  0x00006625 call  0x00006298 
- 00025004  0x00006626 setarg  0x00000114 
- 00025005  0x00006627 istore  0x00000002 , 0x00000005 
- 00025006  0x00006628 branch  0x000062b2 
- 00025007  0x0000662c force  0x00000001 , 0x0000003f 
- 00025008  0x0000662d call  0x00006298 
- 00025009  0x00006636 branch  0x000062b2 
- 00025010  0x0000663a force  0x00000002 , 0x0000003f 
- 00025011  0x0000663b call  0x00006298 
- 00025012  0x0000663c fetch  0x00000001 , 0x000040d0 
- 00025013  0x0000663d istore  0x00000001 , 0x00000005 
- 00025014  0x0000663e branch  0x000062b2 
- 00025015  0x00006642 force  0x00000002 , 0x0000003f 
- 00025016  0x00006643 call  0x00006298 
- 00025017  0x00006644 setarg  0x00000005 
- 00025018  0x00006645 istore  0x00000001 , 0x00000005 
- 00025019  0x00006646 branch  0x000062b2 
- 00025020  0x0000664a force  0x00000002 , 0x0000003f 
- 00025021  0x0000664b call  0x00006298 
- 00025022  0x0000664c setarg  0x00000000 
- 00025023  0x0000664d istore  0x00000001 , 0x00000005 
- 00025024  0x0000664e branch  0x000062b2 
- 00025025  0x00006652 jam  0x0000002e , 0x0000007c 
- 00025026  0x00006653 rtn 
- 00025027  0x00006655 fetch  0x00000001 , 0x00004092 
- 00025028  0x00006656 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00025029  0x00006657 call  0x000061c1 , 0x00000005 
- 00025030  0x00006658 fetch  0x00000001 , 0x00000030 
- 00025031  0x00006659 set1  0x00000004 , 0x0000003f 
- 00025032  0x0000665a store  0x00000001 , 0x00000030 
- 00025033  0x0000665b copy  0x00000022 , 0x0000003f 
- 00025034  0x0000665c store  0x00000004 , 0x000004e9 
- 00025035  0x0000665d fetch  0x00000001 , 0x000004d1 
- 00025036  0x0000665e bbit1  0x00000003 , 0x000061d4 
- 00025037  0x0000665f set1  0x00000003 , 0x0000003f 
- 00025038  0x00006660 store  0x00000001 , 0x000004d1 
- 00025039  0x00006661 jam  0x00000005 , 0x00000a99 
- 00025040  0x00006662 call  0x00007d86 
- 00025041  0x00006663 force  0x00000001 , 0x0000003f 
- 00025042  0x00006664 call  0x00006298 
- 00025043  0x00006665 branch  0x000062b2 
- 00025044  0x00006667 jam  0x00000000 , 0x00000048 
- 00025045  0x00006668 rtn 
- 00025046  0x0000666b force  0x00000006 , 0x0000003f 
- 00025047  0x0000666c call  0x00006298 
- 00025048  0x0000666d fetch  0x00000005 , 0x00004510 
- 00025049  0x0000666e istore  0x00000005 , 0x00000005 
- 00025050  0x0000666f branch  0x000062b2 
- 00025051  0x00006672 force  0x00000009 , 0x0000003f 
- 00025052  0x00006673 call  0x00006298 
- 00025053  0x00006674 fetch  0x00000008 , 0x00004098 
- 00025054  0x00006675 istore  0x00000008 , 0x00000005 
- 00025055  0x00006676 branch  0x000062b2 
- 00025056  0x00006679 jam  0x00000001 , 0x000009b1 
- 00025057  0x0000667a fetch  0x00000001 , 0x000045b1 
- 00025058  0x0000667b rtnne  0x00000001 
- 00025059  0x0000667c jam  0x00000013 , 0x000009af 
- 00025060  0x0000667d rtn 
- 00025061  0x00006680 call  0x000062ef 
- 00025062  0x00006681 jam  0x00000099 , 0x0000007c 
- 00025063  0x00006682 jam  0x00000003 , 0x000009af 
- 00025064  0x00006683 rtn 
- 00025065  0x00006687 call  0x000062ef 
- 00025066  0x00006688 jam  0x0000003d , 0x0000007c 
- 00025067  0x00006689 jam  0x00000007 , 0x000009af 
- 00025068  0x0000668a rtn 
- 00025069  0x0000668d arg  0x00000a4e , 0x00000011 
- 00025070  0x0000668e arg  0x00000a6e , 0x00000012 
- 00025071  0x0000668f arg  0x00000010 , 0x00000039 
- 00025072  0x00006690 call  0x00007f88 
- 00025073  0x00006691 branch  0x000061f7 , 0x00000005 
- 00025074  0x00006692 jam  0x00000000 , 0x000009af 
- 00025075  0x00006693 call  0x000076da 
- 00025076  0x00006694 jam  0x00000024 , 0x0000007e 
- 00025077  0x00006695 jam  0x00000040 , 0x0000007d 
- 00025078  0x00006696 branch  0x00005d53 
- 00025079  0x00006698 jam  0x0000000a , 0x000009af 
- 00025080  0x00006699 call  0x000076d8 
- 00025081  0x0000669a jam  0x00000040 , 0x0000007d 
- 00025082  0x0000669b branch  0x00005e38 
- 00025083  0x000066a0 jam  0x00000040 , 0x0000007c 
- 00025084  0x000066a1 rtn 
- 00025085  0x000066a8 jam  0x0000003d , 0x0000007c 
- 00025086  0x000066aa rtn 
- 00025087  0x000066b1 jam  0x00000000 , 0x000009b6 
- 00025088  0x000066b2 force  0x00000004 , 0x0000003f 
- 00025089  0x000066b3 call  0x00006298 
- 00025090  0x000066b4 force  0x00000001 , 0x0000003f 
- 00025091  0x000066b5 istore  0x00000001 , 0x00000005 
- 00025092  0x000066b6 force  0x00000001 , 0x0000003f 
- 00025093  0x000066b7 istore  0x00000001 , 0x00000005 
- 00025094  0x000066b8 force  0x00000030 , 0x0000003f 
- 00025095  0x000066b9 istore  0x00000001 , 0x00000005 
- 00025096  0x000066ba call  0x000062fc 
- 00025097  0x000066bb branch  0x000062b2 , 0x00000001 
- 00025098  0x000066bc branch  0x000062b0 
- 00025099  0x000066c0 force  0x00000011 , 0x0000003f 
- 00025100  0x000066c1 call  0x00006298 
- 00025101  0x000066c2 fetch  0x00000001 , 0x000009b6 
- 00025102  0x000066c3 arg  0x0000462a , 0x00000006 
- 00025103  0x000066c4 iadd  0x00000006 , 0x00000006 
- 00025104  0x000066c5 ifetch  0x00000008 , 0x00000006 
- 00025105  0x000066c6 istore  0x00000008 , 0x00000005 
- 00025106  0x000066c7 ifetch  0x00000008 , 0x00000006 
- 00025107  0x000066c8 istore  0x00000008 , 0x00000005 
- 00025108  0x000066c9 fetch  0x00000001 , 0x000009b6 
- 00025109  0x000066ca increase  0x00000010 , 0x0000003f 
- 00025110  0x000066cb store  0x00000001 , 0x000009b6 
- 00025111  0x000066cc call  0x000062fc 
- 00025112  0x000066cd branch  0x000062b2 , 0x00000001 
- 00025113  0x000066ce branch  0x000062b0 
- 00025114  0x000066d2 jam  0x00000006 , 0x000009ae 
- 00025115  0x000066d3 jam  0x0000003f , 0x0000007c 
- 00025116  0x000066d4 rtn 
- 00025117  0x000066d8 force  0x00000011 , 0x0000003f 
- 00025118  0x000066d9 call  0x00006298 
- 00025119  0x000066da arg  0x00000a4e , 0x00000006 
- 00025120  0x000066db ifetch  0x00000008 , 0x00000006 
- 00025121  0x000066dc istore  0x00000008 , 0x00000005 
- 00025122  0x000066dd ifetch  0x00000008 , 0x00000006 
- 00025123  0x000066de istore  0x00000008 , 0x00000005 
- 00025124  0x000066df branch  0x000062b0 
- 00025125  0x000066e2 jam  0x00000040 , 0x0000007c 
- 00025126  0x000066e3 rtn 
- 00025127  0x000066e7 call  0x000062fc 
- 00025128  0x000066e8 call  0x00007612 , 0x00000001 
- 00025129  0x000066e9 force  0x00000011 , 0x0000003f 
- 00025130  0x000066ea call  0x00006298 
- 00025131  0x000066eb arg  0x00000a1e , 0x00000006 
- 00025132  0x000066ec ifetch  0x00000008 , 0x00000006 
- 00025133  0x000066ed istore  0x00000008 , 0x00000005 
- 00025134  0x000066ee ifetch  0x00000008 , 0x00000006 
- 00025135  0x000066ef istore  0x00000008 , 0x00000005 
- 00025136  0x000066f0 call  0x000062fc 
- 00025137  0x000066f1 nbranch  0x000062b0 , 0x00000001 
- 00025138  0x000066f2 branch  0x000062b2 , 0x00000001 
- 00025139  0x000066f6 jam  0x0000000f , 0x000009af 
- 00025140  0x000066f8 call  0x000062ef 
- 00025141  0x000066f9 jam  0x0000000b , 0x0000007c 
- 00025142  0x000066fa call  0x00006307 
- 00025143  0x000066fb branch  0x0000764e , 0x00000001 
- 00025144  0x000066fc branch  0x00007658 
- 00025145  0x000066fe call  0x000062eb 
- 00025146  0x00006700 jam  0x00000041 , 0x0000007c 
- 00025147  0x00006701 rtn 
- 00025148  0x00006704 force  0x00000011 , 0x0000003f 
- 00025149  0x00006705 call  0x00006298 
- 00025150  0x00006706 arg  0x00000a4e , 0x00000006 
- 00025151  0x00006707 ifetch  0x00000008 , 0x00000006 
- 00025152  0x00006708 istore  0x00000008 , 0x00000005 
- 00025153  0x00006709 ifetch  0x00000008 , 0x00000006 
- 00025154  0x0000670a istore  0x00000008 , 0x00000005 
- 00025155  0x0000670b call  0x000062fc 
- 00025156  0x0000670c nbranch  0x000062b0 , 0x00000001 
- 00025157  0x0000670d branch  0x000062b2 , 0x00000001 
- 00025158  0x00006710 force  0x00000003 , 0x0000003f 
- 00025159  0x00006711 call  0x00006298 
- 00025160  0x00006712 setarg  0x0000fffe 
- 00025161  0x00006713 istore  0x00000002 , 0x00000005 
- 00025162  0x00006714 branch  0x000062b0 
- 00025163  0x00006717 branch  0x000062b2 
- 00025164  0x00006719 branch  0x000062b2 
- 00025165  0x0000671b branch  0x000062b2 
- 00025166  0x0000671d branch  0x000062b2 
- 00025167  0x00006723 call  0x0000630b 
- 00025168  0x00006724 arg  0x000040a0 , 0x00000011 
- 00025169  0x00006725 call  0x00006311 
- 00025170  0x00006726 force  0x00000011 , 0x0000003f 
- 00025171  0x00006727 call  0x00006298 
- 00025172  0x00006728 arg  0x00000582 , 0x00000011 
- 00025173  0x00006729 arg  0x00000562 , 0x00000012 
- 00025174  0x0000672a call  0x00007352 
- 00025175  0x0000672b nbranch  0x000062a7 , 0x00000029 
- 00025176  0x0000672c branch  0x000062ad 
- 00025177  0x0000672f call  0x0000630b 
- 00025178  0x00006730 arg  0x00000040 , 0x00000011 
- 00025179  0x00006731 call  0x00007255 
- 00025180  0x00006733 force  0x00000011 , 0x0000003f 
- 00025181  0x00006734 call  0x00006298 
- 00025182  0x00006735 arg  0x00000562 , 0x00000006 
- 00025183  0x00006736 call  0x00007ebf 
- 00025184  0x00006737 fetch  0x00000001 , 0x00000055 
- 00025185  0x00006738 beq  0x00000019 , 0x000062b2 
- 00025186  0x00006739 beq  0x00000018 , 0x000062b2 
- 00025187  0x0000673a branch  0x000062ad 
- 00025188  0x0000673d fetch  0x00000001 , 0x000009b5 
- 00025189  0x0000673e branch  0x0000626a , 0x00000034 
- 00025190  0x0000673f call  0x000062fc 
- 00025191  0x00006740 call  0x000062ef , 0x00000001 
- 00025192  0x00006741 ncall  0x000062eb , 0x00000001 
- 00025193  0x00006742 branch  0x0000626b 
- 00025194  0x00006744 call  0x000062ef 
- 00025195  0x00006746 call  0x0000630b 
- 00025196  0x00006747 branch  0x0000625c 
- 00025197  0x0000674a arg  0x000040a0 , 0x00000011 
- 00025198  0x0000674b call  0x00007288 
- 00025199  0x0000674c force  0x00000005 , 0x0000003f 
- 00025200  0x0000674d call  0x00006298 
- 00025201  0x0000674e fetch  0x00000004 , 0x00000592 
- 00025202  0x0000674f istore  0x00000004 , 0x00000005 
- 00025203  0x00006750 arg  0x000004d5 , 0x00000002 
- 00025204  0x00006751 call  0x000062e2 
- 00025205  0x00006752 call  0x00007386 
- 00025206  0x00006753 call  0x000062fc 
- 00025207  0x00006754 branch  0x0000627c , 0x00000001 
- 00025208  0x00006755 jam  0x00000001 , 0x000004d8 
- 00025209  0x00006756 fetch  0x00000001 , 0x000009b5 
- 00025210  0x00006757 rtn  0x00000034 
- 00025211  0x00006758 jam  0x0000000b , 0x0000007c 
- 00025212  0x0000675a fetch  0x00000001 , 0x000041bd 
- 00025213  0x0000675b rtn  0x00000034 
- 00025214  0x0000675d call  0x000062fc 
- 00025215  0x0000675e nbranch  0x00006284 , 0x00000001 
- 00025216  0x0000675f fetch  0x00000001 , 0x000004d7 
- 00025217  0x00006760 rtn  0x00000034 
- 00025218  0x00006761 jam  0x0000000f , 0x0000007c 
- 00025219  0x00006762 rtn 
- 00025220  0x00006764 rtnmark0  0x00000021 
- 00025221  0x00006765 set0  0x00000021 , 0x00000000 
- 00025222  0x00006766 jam  0x0000000f , 0x0000007c 
- 00025223  0x00006767 rtn 
- 00025224  0x0000676c call  0x0000630b 
- 00025225  0x0000676d call  0x0000728b 
- 00025226  0x0000676e force  0x00000011 , 0x0000003f 
- 00025227  0x0000676f call  0x00006298 
- 00025228  0x00006770 arg  0x00000562 , 0x00000006 
- 00025229  0x00006771 call  0x00007ebf 
- 00025230  0x00006772 branch  0x000062ad 
- 00025231  0x00006775 force  0x00000001 , 0x0000003f 
- 00025232  0x00006776 call  0x00006298 
- 00025233  0x00006777 branch  0x000062ad 
- 00025234  0x0000677a force  0x00000002 , 0x0000003f 
- 00025235  0x0000677b call  0x00006298 
- 00025236  0x0000677c force  0x00000010 , 0x0000003f 
- 00025237  0x0000677d istore  0x00000001 , 0x00000005 
- 00025238  0x0000677e store  0x00000001 , 0x00000054 
- 00025239  0x0000677f branch  0x000062ad 
- 00025240  0x00006783 lshift3  0x0000003f , 0x0000003f 
- 00025241  0x00006784 or_into  0x00000007 , 0x0000003f 
- 00025242  0x00006785 store  0x00000001 , 0x000004b6 
- 00025243  0x00006786 arg  0x00000011 , 0x00000039 
- 00025244  0x00006787 arg  0x000004b8 , 0x00000005 
- 00025245  0x00006788 call  0x00007ed4 
- 00025246  0x00006789 arg  0x000004b8 , 0x00000005 
- 00025247  0x0000678a rtn 
- 00025248  0x0000678d and  0x0000003f , 0x0000007f , 0x00000011 
- 00025249  0x0000678e jam  0x0000007f , 0x00000048 
- 00025250  0x0000678f deposit  0x00000007 
- 00025251  0x00006790 call  0x00006298 
- 00025252  0x00006791 deposit  0x00000011 
- 00025253  0x00006792 istore  0x00000001 , 0x00000005 
- 00025254  0x00006793 rtn 
- 00025255  0x00006796 fetch  0x00000001 , 0x00000048 
- 00025256  0x00006797 lshift  0x0000003f , 0x0000003f 
- 00025257  0x00006798 fetcht  0x00000001 , 0x0000004c 
- 00025258  0x00006799 isolate1  0x00000001 , 0x00000002 
- 00025259  0x0000679a setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00025260  0x0000679b branch  0x000062b7 
- 00025261  0x0000679f fetcht  0x00000001 , 0x0000004c 
- 00025262  0x000067a0 and_into  0x00000001 , 0x00000002 
- 00025263  0x000067a1 branch  0x000062b3 
- 00025264  0x000067a4 force  0x00000000 , 0x00000002 
- 00025265  0x000067a5 branch  0x000062b3 
- 00025266  0x000067a8 force  0x00000001 , 0x00000002 
- 00025267  0x000067aa fetch  0x00000001 , 0x00000048 
- 00025268  0x000067ab lshift  0x0000003f , 0x0000003f 
- 00025269  0x000067ac setflag  0x00000029 , 0x00000000 , 0x0000003f 
- 00025270  0x000067ad ixor  0x00000002 , 0x0000003f 
- 00025271  0x000067af store  0x00000001 , 0x000004b7 
- 00025272  0x000067b0 jam  0x00000000 , 0x00000048 
- 00025273  0x000067b1 call  0x000062c7 
- 00025274  0x000067b2 enable  0x00000028 
- 00025275  0x000067b3 rtn 
- 00025276  0x000067b7 fetch  0x00000001 , 0x0000007c 
- 00025277  0x000067b8 rtn  0x00000034 
- 00025278  0x000067b9 call  0x000062c1 
- 00025279  0x000067ba fetch  0x00000001 , 0x0000007c 
- 00025280  0x000067bb rtn 
- 00025281  0x000067be bpatchx  0x00000086 , 0x00004030 
- 00025282  0x000067bf fetch  0x00000001 , 0x00000048 
- 00025283  0x000067c0 branch  0x000062c7 , 0x00000034 
- 00025284  0x000067c1 fetch  0x00000001 , 0x00000078 
- 00025285  0x000067c2 nrtn  0x00000034 
- 00025286  0x000067c3 branch  0x000062d1 
- 00025287  0x000067c5 fetch  0x00000001 , 0x00000078 
- 00025288  0x000067c6 branch  0x000062d7 , 0x00000034 
- 00025289  0x000067c7 fetch  0x00000003 , 0x00000078 
- 00025290  0x000067c8 store  0x00000003 , 0x00000048 
- 00025291  0x000067c9 fetcht  0x00000001 , 0x0000007b 
- 00025292  0x000067ca fetch  0x00000001 , 0x0000004c 
- 00025293  0x000067cb set0  0x00000001 , 0x0000003f 
- 00025294  0x000067cc ior  0x00000002 , 0x0000003f 
- 00025295  0x000067cd store  0x00000001 , 0x0000004c 
- 00025296  0x000067ce jam  0x00000000 , 0x00000078 
- 00025297  0x000067d0 fetch  0x00000001 , 0x0000007c 
- 00025298  0x000067d1 rtn  0x00000034 
- 00025299  0x000067d2 fetch  0x00000004 , 0x0000007c 
- 00025300  0x000067d3 store  0x00000004 , 0x00000078 
- 00025301  0x000067d4 jam  0x00000000 , 0x0000007c 
- 00025302  0x000067d5 rtn 
- 00025303  0x000067d7 fetch  0x00000001 , 0x0000007c 
- 00025304  0x000067d8 rtn  0x00000034 
- 00025305  0x000067d9 fetch  0x00000003 , 0x0000007c 
- 00025306  0x000067da store  0x00000003 , 0x00000048 
- 00025307  0x000067db fetcht  0x00000001 , 0x0000007f 
- 00025308  0x000067dc fetch  0x00000001 , 0x0000004c 
- 00025309  0x000067dd set0  0x00000001 , 0x0000003f 
- 00025310  0x000067de ior  0x00000002 , 0x0000003f 
- 00025311  0x000067df store  0x00000001 , 0x0000004c 
- 00025312  0x000067e0 jam  0x00000000 , 0x0000007c 
- 00025313  0x000067e1 rtn 
- 00025314  0x000067e5 bpatchx  0x00000087 , 0x00004030 
- 00025315  0x000067e6 fetch  0x00000001 , 0x0000004c 
- 00025316  0x000067e7 copy  0x0000003f , 0x00000013 
- 00025317  0x000067e8 ifetch  0x00000001 , 0x00000002 
- 00025318  0x000067e9 call  0x00005e52 
- 00025319  0x000067ea call  0x000062a7 
- 00025320  0x000067eb copy  0x00000013 , 0x0000003f 
- 00025321  0x000067ec store  0x00000001 , 0x0000004c 
- 00025322  0x000067ed rtn 
- 00025323  0x000067f0 fetcht  0x00000001 , 0x0000004c 
- 00025324  0x000067f1 set0  0x00000000 , 0x00000002 
- 00025325  0x000067f2 storet  0x00000001 , 0x0000004c 
- 00025326  0x000067f3 rtn 
- 00025327  0x000067f6 fetcht  0x00000001 , 0x0000004c 
- 00025328  0x000067f7 set1  0x00000000 , 0x00000002 
- 00025329  0x000067f8 storet  0x00000001 , 0x0000004c 
- 00025330  0x000067f9 rtn 
- 00025331  0x000067fd nsetflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00025332  0x000067fe fetcht  0x00000001 , 0x0000004c 
- 00025333  0x000067ff ixor  0x00000002 , 0x0000003f 
- 00025334  0x00006800 isolate1  0x00000001 , 0x0000003f 
- 00025335  0x00006801 rtn 
- 00025336  0x00006805 fetch  0x00000001 , 0x0000004c 
- 00025337  0x00006806 setflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00025338  0x00006807 store  0x00000001 , 0x0000004c 
- 00025339  0x00006808 rtn 
- 00025340  0x0000680c fetch  0x00000001 , 0x000009b4 
- 00025341  0x0000680d compare  0x00000001 , 0x0000003f , 0x0000007f 
- 00025342  0x0000680e rtn 
- 00025343  0x00006810 fetch  0x00000001 , 0x000009b4 
- 00025344  0x00006811 set1  0x00000007 , 0x0000003f 
- 00025345  0x00006812 store  0x00000001 , 0x000009b4 
- 00025346  0x00006813 rtn 
- 00025347  0x00006815 fetch  0x00000001 , 0x000009b4 
- 00025348  0x00006816 set0  0x00000007 , 0x0000003f 
- 00025349  0x00006817 store  0x00000001 , 0x000009b4 
- 00025350  0x00006818 rtn 
- 00025351  0x0000681a fetch  0x00000001 , 0x000009b4 
- 00025352  0x0000681b isolate1  0x00000007 , 0x0000003f 
- 00025353  0x0000681c store  0x00000001 , 0x000009b4 
- 00025354  0x0000681d rtn 
- 00025355  0x00006821 arg  0x00000562 , 0x00000005 
- 00025356  0x00006823 force  0x00000010 , 0x00000039 
- 00025357  0x00006826 random  0x0000003f 
- 00025358  0x00006827 istore  0x00000001 , 0x00000005 
- 00025359  0x00006828 loop  0x0000630d 
- 00025360  0x00006829 rtn 
- 00025361  0x0000682c call  0x00007259 
- 00025362  0x0000682d arg  0x000041be , 0x00000011 
- 00025363  0x0000682e arg  0x00000592 , 0x00000012 
- 00025364  0x0000682f ifetch  0x00000008 , 0x00000011 
- 00025365  0x00006830 fetcht  0x00000001 , 0x00000030 
- 00025366  0x00006831 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00025367  0x00006832 storet  0x00000001 , 0x00000030 
- 00025368  0x00006833 copy  0x00000011 , 0x00000005 
- 00025369  0x00006834 call  0x00007352 
- 00025370  0x00006835 branch  0x000021c4 
- 00025371  0x0000683d bpatchx  0x00000088 , 0x00004031 
- 00025372  0x0000683f call  0x000062bc 
- 00025373  0x00006840 nrtn  0x00000034 
- 00025374  0x00006842 fetch  0x00000001 , 0x00000055 
- 00025375  0x00006843 rtn  0x00000034 
- 00025376  0x00006847 beq  0x00000004 , 0x0000636f 
- 00025377  0x00006848 beq  0x00000005 , 0x00006374 
- 00025378  0x00006849 beq  0x00000002 , 0x00006366 
- 00025379  0x0000684a beq  0x00000003 , 0x0000637c 
- 00025380  0x0000684b beq  0x0000000e , 0x00006369 
- 00025381  0x0000684c beq  0x00000006 , 0x00006398 
- 00025382  0x0000684d beq  0x00000007 , 0x000063b0 
- 00025383  0x0000684e beq  0x00000009 , 0x000063b1 
- 00025384  0x0000684f beq  0x0000000a , 0x000063ba 
- 00025385  0x00006850 beq  0x0000000b , 0x000063be 
- 00025386  0x00006851 beq  0x0000000c , 0x00006386 
- 00025387  0x00006852 beq  0x0000000d , 0x00006389 
- 00025388  0x00006853 beq  0x0000000f , 0x0000638f 
- 00025389  0x00006854 beq  0x00000012 , 0x00006359 
- 00025390  0x00006855 beq  0x00000013 , 0x0000637c 
- 00025391  0x00006856 beq  0x00000010 , 0x0000635c 
- 00025392  0x00006857 beq  0x00000014 , 0x00006356 
- 00025393  0x00006858 beq  0x00000015 , 0x0000637c 
- 00025394  0x00006859 beq  0x00000016 , 0x00006350 
- 00025395  0x0000685a beq  0x00000018 , 0x00006355 
- 00025396  0x0000685b beq  0x00000017 , 0x00006349 
- 00025397  0x0000685c beq  0x00000019 , 0x0000634f 
- 00025398  0x0000685d beq  0x0000001a , 0x0000633a 
- 00025399  0x0000685e beq  0x0000001b , 0x00006344 
- 00025400  0x0000685f jam  0x00000000 , 0x00000055 
- 00025401  0x00006861 rtn 
- 00025402  0x00006863 fetch  0x00000001 , 0x000004d1 
- 00025403  0x00006864 rtnbit0  0x00000002 
- 00025404  0x00006865 rtnbit0  0x00000003 
- 00025405  0x00006866 jam  0x00000000 , 0x00000055 
- 00025406  0x00006867 call  0x00006340 
- 00025407  0x00006868 branch  0x00006cef 
- 00025408  0x0000686b fetch  0x00000001 , 0x0000016d 
- 00025409  0x0000686c rtnbit0  0x00000001 
- 00025410  0x0000686d jam  0x0000000a , 0x00000055 
- 00025411  0x0000686e rtn 
- 00025412  0x00006871 arg  0x00000007 , 0x00000007 
- 00025413  0x00006872 call  0x00007f16 
- 00025414  0x00006873 nrtn  0x00000034 
- 00025415  0x00006874 jam  0x0000001a , 0x00000055 
- 00025416  0x00006875 rtn 
- 00025417  0x00006878 fetch  0x00000001 , 0x0000016d 
- 00025418  0x00006879 set0  0x00000000 , 0x0000003f 
- 00025419  0x0000687a store  0x00000001 , 0x0000016d 
- 00025420  0x0000687b jam  0x00000019 , 0x00000055 
- 00025421  0x0000687c jam  0x0000000b , 0x0000007c 
- 00025422  0x0000687d rtn 
- 00025423  0x0000687f rtn 
- 00025424  0x00006881 fetch  0x00000001 , 0x000004d4 
- 00025425  0x00006882 rtnne  0x00000002 
- 00025426  0x00006883 call  0x000063c0 
- 00025427  0x00006884 jam  0x00000018 , 0x00000055 
- 00025428  0x00006885 rtn 
- 00025429  0x00006888 rtn 
- 00025430  0x0000688a jam  0x00000015 , 0x00000055 
- 00025431  0x0000688b jam  0x00000083 , 0x0000007c 
- 00025432  0x0000688c rtn 
- 00025433  0x0000688e jam  0x00000013 , 0x00000055 
- 00025434  0x0000688f jam  0x00000025 , 0x0000007c 
- 00025435  0x00006890 rtn 
- 00025436  0x00006893 fetch  0x00000001 , 0x0000455b 
- 00025437  0x00006894 rtneq  0x00000000 
- 00025438  0x00006895 beq  0x00000001 , 0x00006364 
- 00025439  0x00006896 arg  0x00000006 , 0x00000007 
- 00025440  0x00006897 call  0x00007f16 
- 00025441  0x00006898 nrtn  0x00000034 
- 00025442  0x00006899 jam  0x00000000 , 0x0000455b 
- 00025443  0x0000689a branch  0x0000637d 
- 00025444  0x0000689c rtn  0x00000029 
- 00025445  0x0000689d branch  0x00006398 
- 00025446  0x000068a0 jam  0x00000003 , 0x00000055 
- 00025447  0x000068a1 jam  0x00000027 , 0x0000007c 
- 00025448  0x000068a2 rtn 
- 00025449  0x000068a4 jam  0x00000013 , 0x0000007c 
- 00025450  0x000068a5 set1  0x00000003 , 0x00000000 
- 00025451  0x000068a6 jam  0x00000005 , 0x00000055 
- 00025452  0x000068a7 setarg  0x000001ff 
- 00025453  0x000068a8 store  0x00000002 , 0x000004d2 
- 00025454  0x000068a9 rtn 
- 00025455  0x000068ab jam  0x00000005 , 0x00000055 
- 00025456  0x000068ac jam  0x000000ff , 0x000004d2 
- 00025457  0x000068ad set0  0x00000022 , 0x00000000 
- 00025458  0x000068ae jam  0x00000033 , 0x0000007c 
- 00025459  0x000068af branch  0x00005d04 
- 00025460  0x000068b1 rtnmark1  0x00000022 
- 00025461  0x000068b2 fetch  0x00000002 , 0x000004d2 
- 00025462  0x000068b3 sub  0x0000003f , 0x00000001 , 0x0000003f 
- 00025463  0x000068b4 branch  0x0000637a , 0x00000005 
- 00025464  0x000068b5 store  0x00000002 , 0x000004d2 
- 00025465  0x000068b6 rtn 
- 00025466  0x000068b8 jam  0x0000000e , 0x00000055 
- 00025467  0x000068b9 rtn 
- 00025468  0x000068bc rtn 
- 00025469  0x000068bf fetch  0x00000001 , 0x000004d1 
- 00025470  0x000068c0 rtnbit0  0x00000003 
- 00025471  0x000068c1 rtnbit0  0x00000002 
- 00025472  0x000068c2 fetch  0x00000001 , 0x0000016d 
- 00025473  0x000068c3 set0  0x00000002 , 0x0000003f 
- 00025474  0x000068c4 store  0x00000001 , 0x0000016d 
- 00025475  0x000068c5 jam  0x00000013 , 0x0000007c 
- 00025476  0x000068c6 jam  0x00000010 , 0x00000055 
- 00025477  0x000068c7 rtn 
- 00025478  0x000068ca jam  0x0000000d , 0x00000055 
- 00025479  0x000068cb jam  0x00000031 , 0x0000007c 
- 00025480  0x000068cc rtn 
- 00025481  0x000068cf fetch  0x00000001 , 0x000004d1 
- 00025482  0x000068d0 rtnbit0  0x00000002 
- 00025483  0x000068d1 jam  0x00000000 , 0x00000055 
- 00025484  0x000068d3 rtn 
- 00025485  0x000068d5 jam  0x00000006 , 0x00000055 
- 00025486  0x000068d6 rtn 
- 00025487  0x000068d9 fetch  0x00000001 , 0x000004d2 
- 00025488  0x000068da increase  0xffffffff , 0x0000003f 
- 00025489  0x000068db branch  0x00006394 , 0x00000034 
- 00025490  0x000068dc store  0x00000001 , 0x000004d2 
- 00025491  0x000068dd rtn 
- 00025492  0x000068df jam  0x00000007 , 0x0000007c 
- 00025493  0x000068e0 jam  0x00000016 , 0x000004ca 
- 00025494  0x000068e1 jam  0x00000000 , 0x00000055 
- 00025495  0x000068e2 rtn 
- 00025496  0x000068e5 fetch  0x00000001 , 0x0000016d 
- 00025497  0x000068e6 bbit1  0x00000002 , 0x0000637d 
- 00025498  0x000068e7 bbit1  0x00000000 , 0x0000639d 
- 00025499  0x000068e9 jam  0x0000001a , 0x00000055 
- 00025500  0x000068ea rtn 
- 00025501  0x000068ec fetch  0x00000001 , 0x000041bd 
- 00025502  0x000068ed branch  0x000063a9 , 0x00000034 
- 00025503  0x000068ee fetch  0x00000001 , 0x000004d1 
- 00025504  0x000068ef rtnbit0  0x00000003 
- 00025505  0x000068f0 rtnbit0  0x00000002 
- 00025506  0x000068f1 fetch  0x00000004 , 0x000004e9 
- 00025507  0x000068f2 arg  0x00000064 , 0x00000002 
- 00025508  0x000068f3 iadd  0x00000002 , 0x00000002 
- 00025509  0x000068f4 copy  0x00000022 , 0x0000003f 
- 00025510  0x000068f5 isub  0x00000002 , 0x0000003e 
- 00025511  0x000068f6 nrtn  0x00000002 
- 00025512  0x000068f7 branch  0x00006349 
- 00025513  0x000068fc jam  0x00000016 , 0x00000055 
- 00025514  0x000068fd jam  0x00000004 , 0x00004689 
- 00025515  0x000068fe setarg  0x00003030 
- 00025516  0x000068ff store  0x00000002 , 0x0000468a 
- 00025517  0x00006900 istore  0x00000002 , 0x00000005 
- 00025518  0x00006901 jam  0x00000002 , 0x000004d4 
- 00025519  0x00006902 branch  0x00006350 
- 00025520  0x00006905 rtn 
- 00025521  0x00006907 fetch  0x00000001 , 0x0000016d 
- 00025522  0x00006908 bbit1  0x00000001 , 0x000063b5 
- 00025523  0x00006909 jam  0x0000001a , 0x00000055 
- 00025524  0x0000690a rtn 
- 00025525  0x0000690d fetch  0x00000001 , 0x0000016d 
- 00025526  0x0000690e set0  0x00000001 , 0x0000003f 
- 00025527  0x0000690f store  0x00000001 , 0x0000016d 
- 00025528  0x00006910 jam  0x0000000f , 0x0000007c 
- 00025529  0x00006911 rtn 
- 00025530  0x00006914 fetch  0x00000001 , 0x000004d8 
- 00025531  0x00006915 rtn  0x00000034 
- 00025532  0x00006916 jam  0x00000000 , 0x00000055 
- 00025533  0x00006917 branch  0x000063b5 
- 00025534  0x0000691a jam  0x0000000c , 0x00000055 
- 00025535  0x0000691b rtn 
- 00025536  0x0000691e fetch  0x00000001 , 0x0000004b 
- 00025537  0x0000691f bbit1  0x00000002 , 0x000063c5 
- 00025538  0x00006920 call  0x000062ef 
- 00025539  0x00006921 jam  0x00000008 , 0x0000007c 
- 00025540  0x00006922 branch  0x00004d04 
- 00025541  0x00006924 fetch  0x00000001 , 0x0000004b 
- 00025542  0x00006925 set0  0x00000002 , 0x0000003f 
- 00025543  0x00006926 store  0x00000001 , 0x0000004b 
- 00025544  0x00006927 call  0x00006001 
- 00025545  0x00006928 call  0x000062f8 
- 00025546  0x00006929 branch  0x00004d04 
- 00025547  0x0000692c setarg  0x00000004 
- 00025548  0x0000692d store  0x00000001 , 0x00004689 
- 00025549  0x0000692e setarg  0x00003030 
- 00025550  0x0000692f istore  0x00000002 , 0x00000005 
- 00025551  0x00006930 istore  0x00000002 , 0x00000005 
- 00025552  0x00006931 rtn 
- 00025553  0x00006938 bpatchx  0x0000008c , 0x00004031 
- 00025554  0x00006939 hfetch  0x00000001 , 0x00008073 
- 00025555  0x0000693a arg  0x00000006 , 0x00000002 
- 00025556  0x0000693b ior  0x00000002 , 0x0000003f 
- 00025557  0x0000693c hstore  0x00000001 , 0x00008073 
- 00025558  0x0000693d hfetch  0x00000001 , 0x00008077 
- 00025559  0x0000693e ior  0x00000002 , 0x0000003f 
- 00025560  0x0000693f hstore  0x00000001 , 0x00008077 
- 00025561  0x00006940 call  0x000063ee 
- 00025562  0x00006941 hfetch  0x00000001 , 0x00008077 
- 00025563  0x00006942 set0  0x00000001 , 0x0000003f 
- 00025564  0x00006943 set0  0x00000002 , 0x0000003f 
- 00025565  0x00006944 hstore  0x00000001 , 0x00008077 
- 00025566  0x00006945 nop  0x0000001e 
- 00025567  0x00006946 branch  0x000063f2 
- 00025568  0x00006949 hfetch  0x00000001 , 0x00008073 
- 00025569  0x0000694a arg  0x000000c0 , 0x00000002 
- 00025570  0x0000694b ior  0x00000002 , 0x0000003f 
- 00025571  0x0000694c hstore  0x00000001 , 0x00008073 
- 00025572  0x0000694d hfetch  0x00000001 , 0x00008077 
- 00025573  0x0000694e ior  0x00000002 , 0x0000003f 
- 00025574  0x0000694f hstore  0x00000001 , 0x00008077 
- 00025575  0x00006950 call  0x000063ee 
- 00025576  0x00006951 hfetch  0x00000001 , 0x00008077 
- 00025577  0x00006952 set0  0x00000006 , 0x0000003f 
- 00025578  0x00006953 set0  0x00000007 , 0x0000003f 
- 00025579  0x00006954 hstore  0x00000001 , 0x00008077 
- 00025580  0x00006955 nop  0x0000001e 
- 00025581  0x00006956 branch  0x000063f6 
- 00025582  0x00006959 hfetch  0x00000001 , 0x00008081 
- 00025583  0x0000695a and  0x0000003f , 0x000000fc , 0x0000003f 
- 00025584  0x0000695b hstore  0x00000001 , 0x00008081 
- 00025585  0x0000695c rtn 
- 00025586  0x0000695e hfetch  0x00000001 , 0x00008081 
- 00025587  0x0000695f or  0x0000003f , 0x00000001 , 0x0000003f 
- 00025588  0x00006960 hstore  0x00000001 , 0x00008081 
- 00025589  0x00006961 rtn 
- 00025590  0x00006963 hfetch  0x00000001 , 0x00008081 
- 00025591  0x00006964 or  0x0000003f , 0x00000003 , 0x0000003f 
- 00025592  0x00006965 set0  0x00000004 , 0x0000003f 
- 00025593  0x00006966 hstore  0x00000001 , 0x00008081 
- 00025594  0x00006967 rtn 
- 00025595  0x0000696c copy  0x0000003f , 0x00000012 
- 00025596  0x0000696d call  0x0000640f 
- 00025597  0x0000696e nop  0x00000064 
- 00025598  0x0000696f copy  0x00000012 , 0x0000003f 
- 00025599  0x00006970 call  0x00006414 
- 00025600  0x00006971 copy  0x0000003f , 0x00000012 
- 00025601  0x00006972 call  0x00006411 
- 00025602  0x00006973 nop  0x00000064 
- 00025603  0x00006974 copy  0x00000012 , 0x0000003f 
- 00025604  0x00006975 rtn 
- 00025605  0x00006978 copy  0x0000003f , 0x00000012 
- 00025606  0x00006979 call  0x0000640f 
- 00025607  0x0000697a nop  0x00000064 
- 00025608  0x0000697b copy  0x00000012 , 0x0000003f 
- 00025609  0x0000697c call  0x00006413 
- 00025610  0x0000697d call  0x00006411 
- 00025611  0x0000697e nop  0x00000064 
- 00025612  0x0000697f rtn 
- 00025613  0x00006983 fetcht  0x00000001 , 0x00004214 
- 00025614  0x00006984 branch  0x0000680e 
- 00025615  0x00006988 fetcht  0x00000001 , 0x00004214 
- 00025616  0x00006989 branch  0x00006829 
- 00025617  0x0000698d fetcht  0x00000001 , 0x00004214 
- 00025618  0x0000698e branch  0x00006825 
- 00025619  0x00006992 branch  0x000064ec 
- 00025620  0x00006995 branch  0x000064f3 
- 00025621  0x0000699d nbranch  0x00006419 , 0x00000028 
- 00025622  0x0000699e hfetch  0x00000001 , 0x00008085 
- 00025623  0x0000699f or_into  0x00000002 , 0x0000003f 
- 00025624  0x000069a0 hstore  0x00000001 , 0x00008085 
- 00025625  0x000069a2 copy  0x00000002 , 0x0000003e 
- 00025626  0x000069a3 branch  0x0000641c , 0x00000005 
- 00025627  0x000069a4 copy  0x00000013 , 0x0000003d 
- 00025628  0x000069a6 isolate0  0x00000000 , 0x0000003e 
- 00025629  0x000069a7 branch  0x000064b9 
- 00025630  0x000069ab force  0x00000004 , 0x00000002 
- 00025631  0x000069ad arg  0x000001fe , 0x00000011 
- 00025632  0x000069ae hfetch  0x00000001 , 0x00008085 
- 00025633  0x000069af and_into  0x000000fd , 0x0000003f 
- 00025634  0x000069b0 hstore  0x00000001 , 0x00008085 
- 00025635  0x000069b1 call  0x00006419 
- 00025636  0x000069b2 arg  0x000055aa , 0x00000011 
- 00025637  0x000069b3 fetch  0x00000002 , 0x000001fe 
- 00025638  0x000069b4 ifetcht  0x00000002 , 0x00000006 
- 00025639  0x000069b5 isub  0x00000011 , 0x0000003e 
- 00025640  0x000069b6 rtn 
- 00025641  0x000069b9 arg  0x00000002 , 0x00000002 
- 00025642  0x000069ba arg  0x00000204 , 0x00000011 
- 00025643  0x000069bb call  0x00006419 
- 00025644  0x000069bc fetch  0x00000002 , 0x00000204 
- 00025645  0x000069bd store  0x00000002 , 0x000001f7 
- 00025646  0x000069be call  0x00006430 , 0x00000028 
- 00025647  0x000069bf rtn 
- 00025648  0x000069c2 arg  0x00000010 , 0x00000002 
- 00025649  0x000069c3 arg  0x00000206 , 0x00000011 
- 00025650  0x000069c4 hfetch  0x00000001 , 0x00008085 
- 00025651  0x000069c5 and_into  0x000000fd , 0x0000003f 
- 00025652  0x000069c6 hstore  0x00000001 , 0x00008085 
- 00025653  0x000069c7 call  0x00006419 
- 00025654  0x000069c8 arg  0x00000206 , 0x00000006 
- 00025655  0x000069c9 arg  0x00000010 , 0x00000039 
- 00025656  0x000069ca call  0x00007478 
- 00025657  0x000069cb call  0x00007428 
- 00025658  0x000069cc call  0x00007491 
- 00025659  0x000069cd branch  0x00007422 
- 00025660  0x000069d0 disable  0x0000002d 
- 00025661  0x000069d1 call  0x0000641e 
- 00025662  0x000069d2 nrtn  0x00000005 
- 00025663  0x000069d3 enable  0x0000002d 
- 00025664  0x000069d4 jam  0x00000080 , 0x00008023 
- 00025665  0x000069d5 jam  0x00000000 , 0x00008022 
- 00025666  0x000069d6 jam  0x00000000 , 0x00008024 
- 00025667  0x000069d7 arg  0x00008025 , 0x00000011 
- 00025668  0x000069d8 call  0x00006415 
- 00025669  0x000069d9 jam  0x00000000 , 0x00008023 
- 00025670  0x000069db arg  0x00000006 , 0x00000002 
- 00025671  0x000069dc call  0x0000641f 
- 00025672  0x000069dd nrtn  0x00000005 
- 00025673  0x000069de ifetch  0x00000002 , 0x00000006 
- 00025674  0x000069df iforce  0x00000011 
- 00025675  0x000069e0 call  0x00006419 
- 00025676  0x000069e1 branch  0x00006446 
- 00025677  0x000069e6 call  0x00007f99 
- 00025678  0x000069e7 setarg  0x00001000 
- 00025679  0x000069e8 store  0x00000002 , 0x000001f7 
- 00025680  0x000069e9 arg  0x000065e5 , 0x00000013 
- 00025681  0x000069ea arg  0x00000002 , 0x00000039 
- 00025682  0x000069ec call  0x0000641e 
- 00025683  0x000069ed nrtn  0x00000005 
- 00025684  0x000069ee fetch  0x00000002 , 0x000001f7 
- 00025685  0x000069ef byteswap  0x0000003f , 0x0000003f 
- 00025686  0x000069f0 iadd  0x00000002 , 0x0000003f 
- 00025687  0x000069f1 byteswap  0x0000003f , 0x0000003f 
- 00025688  0x000069f2 store  0x00000002 , 0x000001f7 
- 00025689  0x000069f3 loop  0x00006452 
- 00025690  0x000069f4 branch  0x00006446 
- 00025691  0x000069f7 call  0x00007f99 
- 00025692  0x000069f8 disable  0x00000028 
- 00025693  0x000069f9 call  0x0000666a 
- 00025694  0x000069fa setarg  0x00000000 
- 00025695  0x000069fb arg  0x000001f3 , 0x00000011 
- 00025696  0x000069fc arg  0x00000002 , 0x00000002 
- 00025697  0x000069fd call  0x000066b3 
- 00025698  0x000069fe fetch  0x00000002 , 0x000001f3 
- 00025699  0x000069ff bbit0  0x00000007 , 0x0000646e 
- 00025700  0x00006a00 jam  0x00000025 , 0x00008050 
- 00025701  0x00006a01 setarg  0x000007f0 
- 00025702  0x00006a02 arg  0x00000206 , 0x00000011 
- 00025703  0x00006a03 arg  0x00000010 , 0x00000002 
- 00025704  0x00006a04 call  0x000066b3 
- 00025705  0x00006a05 jam  0x00000008 , 0x00008006 
- 00025706  0x00006a06 set1  0x0000002b , 0x00000000 
- 00025707  0x00006a07 arg  0x00000206 , 0x00000006 
- 00025708  0x00006a08 call  0x00007484 
- 00025709  0x00006a09 enable  0x00000028 
- 00025710  0x00006a0b jam  0x00000000 , 0x000041da 
- 00025711  0x00006a0d call  0x000064b0 
- 00025712  0x00006a0e fetch  0x00000002 , 0x000001f3 
- 00025713  0x00006a0f byteswap  0x0000003f , 0x0000003f 
- 00025714  0x00006a10 arg  0x000007ff , 0x00000002 
- 00025715  0x00006a11 iand  0x00000002 , 0x0000003f 
- 00025716  0x00006a12 branch  0x0000647b , 0x00000005 
- 00025717  0x00006a13 call  0x0000666f 
- 00025718  0x00006a14 arg  0x000066b8 , 0x00000013 
- 00025719  0x00006a15 call  0x00006430 , 0x00000028 
- 00025720  0x00006a16 call  0x0000643c 
- 00025721  0x00006a17 fetch  0x00000001 , 0x000001f2 
- 00025722  0x00006a18 bbit0  0x00000000 , 0x0000646f 
- 00025723  0x00006a1b call  0x0000666d 
- 00025724  0x00006a1c jam  0x00000000 , 0x000041da 
- 00025725  0x00006a1e call  0x000064b0 
- 00025726  0x00006a1f call  0x000065c2 
- 00025727  0x00006a20 fetch  0x00000001 , 0x000001f3 
- 00025728  0x00006a21 bbit1  0x00000006 , 0x0000648e 
- 00025729  0x00006a22 call  0x000064aa 
- 00025730  0x00006a23 nbranch  0x00006486 , 0x0000002d 
- 00025731  0x00006a24 fetch  0x00000001 , 0x000001f2 
- 00025732  0x00006a25 bbit0  0x00000000 , 0x0000647d 
- 00025733  0x00006a26 branch  0x0000649b 
- 00025734  0x00006a28 call  0x000065bf 
- 00025735  0x00006a29 fetch  0x00000001 , 0x000001f3 
- 00025736  0x00006a2a bbit1  0x00000006 , 0x0000648e 
- 00025737  0x00006a2b call  0x000064aa 
- 00025738  0x00006a2c nbranch  0x0000648e , 0x0000002d 
- 00025739  0x00006a2d fetch  0x00000001 , 0x000001f2 
- 00025740  0x00006a2e bbit0  0x00000000 , 0x0000647d 
- 00025741  0x00006a2f branch  0x0000649b 
- 00025742  0x00006a32 jam  0x00000000 , 0x000041da 
- 00025743  0x00006a34 call  0x000064b0 
- 00025744  0x00006a35 fetch  0x00000001 , 0x000001f3 
- 00025745  0x00006a36 bbit1  0x00000005 , 0x0000649b 
- 00025746  0x00006a37 setarg  0x00000000 
- 00025747  0x00006a38 store  0x00000003 , 0x000001f6 
- 00025748  0x00006a39 call  0x00006502 
- 00025749  0x00006a3a arg  0x00006578 , 0x00000013 
- 00025750  0x00006a3b call  0x00006429 
- 00025751  0x00006a3c call  0x0000643c 
- 00025752  0x00006a3d nbranch  0x0000649b , 0x0000002d 
- 00025753  0x00006a3e fetch  0x00000001 , 0x000001f2 
- 00025754  0x00006a3f bbit0  0x00000000 , 0x0000648f 
- 00025755  0x00006a42 bmark1  0x0000002b , 0x0000649d 
- 00025756  0x00006a43 call  0x000064a3 
- 00025757  0x00006a45 fetch  0x00000001 , 0x000001f3 
- 00025758  0x00006a46 bbit0  0x00000004 , 0x000064a3 
- 00025759  0x00006a47 jam  0x00000021 , 0x00008050 
- 00025760  0x00006a48 call  0x00004c0e 
- 00025761  0x00006a4a call  0x00004c2e 
- 00025762  0x00006a4b branch  0x000064a1 
- 00025763  0x00006a4e setarg  0x00000000 
- 00025764  0x00006a4f store  0x00000008 , 0x00000206 
- 00025765  0x00006a50 store  0x00000008 , 0x0000020e 
- 00025766  0x00006a51 force  0x00000004 , 0x00000038 
- 00025767  0x00006a52 call  0x00007492 
- 00025768  0x00006a53 jam  0x00000021 , 0x00008050 
- 00025769  0x00006a54 rtn 
- 00025770  0x00006a58 setarg  0x00000000 
- 00025771  0x00006a59 store  0x00000002 , 0x000001f7 
- 00025772  0x00006a5a arg  0x000065e5 , 0x00000013 
- 00025773  0x00006a5b call  0x000065a3 
- 00025774  0x00006a5c call  0x00006429 
- 00025775  0x00006a5d branch  0x0000643c 
- 00025776  0x00006a61 fetch  0x00000001 , 0x000041da 
- 00025777  0x00006a62 increase  0x00000001 , 0x0000003f 
- 00025778  0x00006a63 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00025779  0x00006a64 nbranch  0x000064b6 , 0x00000002 
- 00025780  0x00006a65 store  0x00000001 , 0x000041da 
- 00025781  0x00006a66 rtn 
- 00025782  0x00006a69 call  0x000064a3 
- 00025783  0x00006a6a call  0x00007fa1 
- 00025784  0x00006a6b rtn 
- 00025785  0x00006a70 fetch  0x00000001 , 0x000001f2 
- 00025786  0x00006a71 lshift  0x0000003f , 0x0000003f 
- 00025787  0x00006a72 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00025788  0x00006a73 isolate0  0x0000000f , 0x00000011 
- 00025789  0x00006a74 rtn  0x00000001 
- 00025790  0x00006a75 store  0x00000001 , 0x000001f2 
- 00025791  0x00006a76 rtn 
- 00025792  0x00006a7a hfetch  0x00000001 , 0x00008085 
- 00025793  0x00006a7b rtnbit0  0x00000001 
- 00025794  0x00006a7c branch  0x000064c6 
- 00025795  0x00006a7e hfetch  0x00000001 , 0x0000812c 
- 00025796  0x00006a7f qisolate1  0x0000003f 
- 00025797  0x00006a80 rtn  0x00000001 
- 00025798  0x00006a82 hfetch  0x00000001 , 0x00008108 
- 00025799  0x00006a83 bbit0  0x00000001 , 0x000064c3 
- 00025800  0x00006a84 call  0x00007422 
- 00025801  0x00006a85 branch  0x000064c3 
- 00025802  0x00006a8a fetch  0x00000002 , 0x00004199 
- 00025803  0x00006a8b rtn  0x00000034 
- 00025804  0x00006a8c jam  0x00000080 , 0x00008023 
- 00025805  0x00006a8d jam  0x00000000 , 0x00008022 
- 00025806  0x00006a8e jam  0x00000000 , 0x00008024 
- 00025807  0x00006a8f fetcht  0x00000002 , 0x0000419b 
- 00025808  0x00006a90 lshift2  0x00000002 , 0x00000039 
- 00025809  0x00006a91 iforce  0x00000006 
- 00025810  0x00006a93 ifetch  0x00000001 , 0x00000006 
- 00025811  0x00006a94 hstore  0x00000001 , 0x00008025 
- 00025812  0x00006a95 loop  0x000064d2 
- 00025813  0x00006a96 jam  0x00000000 , 0x00008023 
- 00025814  0x00006a97 rtn 
- 00025815  0x00006a9d bpatchx  0x0000008d , 0x00004031 
- 00025816  0x00006a9e call  0x000064dd 
- 00025817  0x00006a9f branch  0x000063f2 
- 00025818  0x00006aa2 call  0x000064dd 
- 00025819  0x00006aa3 call  0x000063ee 
- 00025820  0x00006aa4 branch  0x000063f6 
- 00025821  0x00006aa7 fetch  0x00000001 , 0x00004212 
- 00025822  0x00006aa8 hstore  0x00000001 , 0x00008086 
- 00025823  0x00006aa9 fetch  0x00000001 , 0x00004213 
- 00025824  0x00006aaa hstore  0x00000001 , 0x00008087 
- 00025825  0x00006aab setarg  0x000001f5 
- 00025826  0x00006aac hstore  0x00000002 , 0x0000808a 
- 00025827  0x00006aad setarg  0x000001fa 
- 00025828  0x00006aae hstore  0x00000002 , 0x0000808c 
- 00025829  0x00006aaf branch  0x000063ee 
- 00025830  0x00006ab2 hfetch  0x00000001 , 0x00008086 
- 00025831  0x00006ab3 set1  0x00000007 , 0x0000003f 
- 00025832  0x00006ab4 hstore  0x00000001 , 0x00008086 
- 00025833  0x00006ab5 set0  0x00000007 , 0x0000003f 
- 00025834  0x00006ab6 hstore  0x00000001 , 0x00008086 
- 00025835  0x00006ab7 rtn 
- 00025836  0x00006abc set1  0x00000007 , 0x0000003f 
- 00025837  0x00006abd store  0x00000002 , 0x000001f5 
- 00025838  0x00006abe bpatchx  0x0000008e , 0x00004031 
- 00025839  0x00006abf jam  0x00000002 , 0x00008088 
- 00025840  0x00006ac0 jam  0x00000000 , 0x0000808e 
- 00025841  0x00006ac1 jam  0x00000002 , 0x00008006 
- 00025842  0x00006ac2 branch  0x000064fc 
- 00025843  0x00006ac6 force  0x00000001 , 0x00000002 
- 00025844  0x00006aca store  0x00000001 , 0x000001f5 
- 00025845  0x00006acb bpatchx  0x0000008f , 0x00004031 
- 00025846  0x00006acc jam  0x00000001 , 0x00008088 
- 00025847  0x00006acd hstoret  0x00000002 , 0x0000808e 
- 00025848  0x00006ace jam  0x00000002 , 0x00008006 
- 00025849  0x00006acf call  0x000064fc 
- 00025850  0x00006ad0 fetch  0x00000001 , 0x000001fa 
- 00025851  0x00006ad1 rtn 
- 00025852  0x00006ad4 fetch  0x00000002 , 0x000040d6 
- 00025853  0x00006ad5 increase  0x00000001 , 0x0000003f 
- 00025854  0x00006ad6 store  0x00000002 , 0x000040d6 
- 00025855  0x00006ad7 hfetch  0x00000001 , 0x0000812c 
- 00025856  0x00006ad8 bbit0  0x00000003 , 0x000064fc 
- 00025857  0x00006ad9 rtn 
- 00025858  0x00006adc jam  0x00000040 , 0x00008086 
- 00025859  0x00006add jam  0x00000000 , 0x00008087 
- 00025860  0x00006ade hfetch  0x00000001 , 0x00008081 
- 00025861  0x00006adf set0  0x00000000 , 0x0000003f 
- 00025862  0x00006ae0 set1  0x00000001 , 0x0000003f 
- 00025863  0x00006ae1 hstore  0x00000001 , 0x00008081 
- 00025864  0x00006ae2 setarg  0x00000000 
- 00025865  0x00006ae3 store  0x00000004 , 0x000001f5 
- 00025866  0x00006ae4 rtn 
- 00025867  0x00006ae8 setarg  0x00000000 
- 00025868  0x00006ae9 hstore  0x00000002 , 0x0000808e 
- 00025869  0x00006aea setarg  0x00000001 
- 00025870  0x00006aeb hstore  0x00000002 , 0x00008088 
- 00025871  0x00006aec setarg  0x000001f5 
- 00025872  0x00006aed hstore  0x00000002 , 0x0000808a 
- 00025873  0x00006aee jam  0x00000006 , 0x000001f5 
- 00025874  0x00006aef jam  0x00000002 , 0x00008006 
- 00025875  0x00006af0 branch  0x000064fc 
- 00025876  0x00006b00 disable  0x00000028 
- 00025877  0x00006b01 copy  0x0000003f , 0x00000012 
- 00025878  0x00006b02 fetch  0x00000001 , 0x00004239 
- 00025879  0x00006b03 rtnne  0x00000000 
- 00025880  0x00006b04 enable  0x00000028 
- 00025881  0x00006b05 copy  0x00000012 , 0x0000003f 
- 00025882  0x00006b06 branch  0x00006522 
- 00025883  0x00006b0a fetch  0x00000001 , 0x00004239 
- 00025884  0x00006b0b beq  0x00000001 , 0x00006522 
- 00025885  0x00006b0c beq  0x00000002 , 0x00006528 
- 00025886  0x00006b0d beq  0x00000003 , 0x00006530 
- 00025887  0x00006b0e beq  0x00000004 , 0x00006537 
- 00025888  0x00006b0f beq  0x00000005 , 0x0000653d 
- 00025889  0x00006b10 rtn 
- 00025890  0x00006b13 store  0x00000003 , 0x00004232 
- 00025891  0x00006b14 copy  0x00000011 , 0x0000003f 
- 00025892  0x00006b15 store  0x00000002 , 0x00004235 
- 00025893  0x00006b16 storet  0x00000002 , 0x00004237 
- 00025894  0x00006b17 jam  0x00000002 , 0x00004239 
- 00025895  0x00006b18 branch  0x00006502 
- 00025896  0x00006b1a call  0x00006502 
- 00025897  0x00006b1b jam  0x00000003 , 0x00004239 
- 00025898  0x00006b1c call  0x0000650b 
- 00025899  0x00006b1d arg  0x000001f5 , 0x00000011 
- 00025900  0x00006b1e fetch  0x00000003 , 0x00004232 
- 00025901  0x00006b1f jam  0x00000004 , 0x00008088 
- 00025902  0x00006b20 arg  0x00000020 , 0x00000002 
- 00025903  0x00006b21 branch  0x00006556 
- 00025904  0x00006b24 call  0x00006502 
- 00025905  0x00006b25 call  0x0000650b 
- 00025906  0x00006b26 setarg  0x00000005 
- 00025907  0x00006b27 call  0x000064f3 
- 00025908  0x00006b28 rtnbit1  0x00000000 
- 00025909  0x00006b29 jam  0x00000004 , 0x00004239 
- 00025910  0x00006b2a rtn 
- 00025911  0x00006b2c call  0x00006502 
- 00025912  0x00006b2d jam  0x00000005 , 0x00004239 
- 00025913  0x00006b2e call  0x0000650b 
- 00025914  0x00006b2f call  0x0000654a 
- 00025915  0x00006b30 call  0x00006552 
- 00025916  0x00006b31 branch  0x00006545 
- 00025917  0x00006b33 call  0x00006502 
- 00025918  0x00006b34 call  0x0000650b 
- 00025919  0x00006b35 setarg  0x00000005 
- 00025920  0x00006b36 call  0x000064f3 
- 00025921  0x00006b37 rtnbit1  0x00000000 
- 00025922  0x00006b38 jam  0x00000000 , 0x00004239 
- 00025923  0x00006b39 fetch  0x00000002 , 0x00004201 
- 00025924  0x00006b3a branch  0x00007f9c 
- 00025925  0x00006b3c fetch  0x00000004 , 0x00000aa2 
- 00025926  0x00006b3d fetcht  0x00000002 , 0x00004235 
- 00025927  0x00006b3e increase  0xfffffffc , 0x00000002 
- 00025928  0x00006b3f istore  0x00000004 , 0x00000002 
- 00025929  0x00006b40 rtn 
- 00025930  0x00006b42 fetcht  0x00000002 , 0x00004235 
- 00025931  0x00006b43 copy  0x00000002 , 0x00000011 
- 00025932  0x00006b44 increase  0xfffffffc , 0x00000002 
- 00025933  0x00006b45 ifetch  0x00000004 , 0x00000002 
- 00025934  0x00006b46 store  0x00000004 , 0x00000aa2 
- 00025935  0x00006b47 fetcht  0x00000002 , 0x00004237 
- 00025936  0x00006b48 fetch  0x00000003 , 0x00004232 
- 00025937  0x00006b49 rtn 
- 00025938  0x00006b4e increase  0x00000004 , 0x00000002 
- 00025939  0x00006b4f hstoret  0x00000002 , 0x00008088 
- 00025940  0x00006b50 arg  0x00000002 , 0x00000002 
- 00025941  0x00006b51 increase  0xfffffffc , 0x00000011 
- 00025942  0x00006b54 istoret  0x00000001 , 0x00000011 
- 00025943  0x00006b55 rshift16  0x0000003f , 0x00000002 
- 00025944  0x00006b56 istoret  0x00000001 , 0x00000005 
- 00025945  0x00006b57 rshift8  0x0000003f , 0x00000002 
- 00025946  0x00006b58 istoret  0x00000001 , 0x00000005 
- 00025947  0x00006b59 istore  0x00000001 , 0x00000005 
- 00025948  0x00006b5a deposit  0x00000011 
- 00025949  0x00006b5b hstore  0x00000002 , 0x0000808a 
- 00025950  0x00006b5c setarg  0x00000000 
- 00025951  0x00006b5d hstore  0x00000002 , 0x0000808e 
- 00025952  0x00006b5e jam  0x00000002 , 0x00008006 
- 00025953  0x00006b5f branch  0x000064fc 
- 00025954  0x00006b64 hstoret  0x00000002 , 0x0000808e 
- 00025955  0x00006b65 rshift16  0x0000003f , 0x00000002 
- 00025956  0x00006b66 storet  0x00000001 , 0x000001f6 
- 00025957  0x00006b67 rshift8  0x0000003f , 0x00000002 
- 00025958  0x00006b68 storet  0x00000001 , 0x000001f7 
- 00025959  0x00006b69 store  0x00000001 , 0x000001f8 
- 00025960  0x00006b6a setarg  0x00000004 
- 00025961  0x00006b6b hstore  0x00000002 , 0x00008088 
- 00025962  0x00006b6c jam  0x00000003 , 0x000001f5 
- 00025963  0x00006b6d setarg  0x000001f5 
- 00025964  0x00006b6e hstore  0x00000002 , 0x0000808a 
- 00025965  0x00006b6f deposit  0x00000011 
- 00025966  0x00006b70 hstore  0x00000002 , 0x0000808c 
- 00025967  0x00006b71 hfetch  0x00000001 , 0x00008086 
- 00025968  0x00006b72 isolate0  0x0000000f , 0x00000011 
- 00025969  0x00006b73 setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00025970  0x00006b74 hstore  0x00000001 , 0x00008086 
- 00025971  0x00006b75 jam  0x00000002 , 0x00008006 
- 00025972  0x00006b77 hfetch  0x00000001 , 0x0000812c 
- 00025973  0x00006b78 bbit1  0x00000007 , 0x00006574 
- 00025974  0x00006b79 arg  0x00000003 , 0x00000007 
- 00025975  0x00006b7a branch  0x000064fc 
- 00025976  0x00006b7f hstoret  0x00000002 , 0x0000808e 
- 00025977  0x00006b80 setarg  0x00000004 
- 00025978  0x00006b81 hstore  0x00000002 , 0x00008088 
- 00025979  0x00006b82 jam  0x00000003 , 0x000001f5 
- 00025980  0x00006b83 setarg  0x000001f5 
- 00025981  0x00006b84 hstore  0x00000002 , 0x0000808a 
- 00025982  0x00006b85 deposit  0x00000011 
- 00025983  0x00006b86 hstore  0x00000002 , 0x0000808c 
- 00025984  0x00006b87 hfetch  0x00000001 , 0x00008086 
- 00025985  0x00006b88 isolate0  0x0000000f , 0x00000011 
- 00025986  0x00006b89 setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00025987  0x00006b8a hstore  0x00000001 , 0x00008086 
- 00025988  0x00006b8b jam  0x00000002 , 0x00008006 
- 00025989  0x00006b8d hfetch  0x00000001 , 0x0000812c 
- 00025990  0x00006b8e bbit1  0x00000007 , 0x00006585 
- 00025991  0x00006b8f arg  0x00000003 , 0x00000007 
- 00025992  0x00006b90 call  0x000064c0 
- 00025993  0x00006b91 call  0x000064fc 
- 00025994  0x00006b92 isolate1  0x00000002 , 0x0000003f 
- 00025995  0x00006b93 call  0x000064b9 
- 00025996  0x00006b94 fetch  0x00000001 , 0x000001f6 
- 00025997  0x00006b95 lshift16  0x0000003f , 0x00000012 
- 00025998  0x00006b96 fetch  0x00000001 , 0x000001f7 
- 00025999  0x00006b97 lshift8  0x0000003f , 0x0000003f 
- 00026000  0x00006b98 ior  0x00000012 , 0x00000012 
- 00026001  0x00006b99 fetch  0x00000001 , 0x000001f8 
- 00026002  0x00006b9a ior  0x00000012 , 0x0000003f 
- 00026003  0x00006b9b iadd  0x00000002 , 0x0000003f 
- 00026004  0x00006b9c store  0x00000001 , 0x000001f8 
- 00026005  0x00006b9d rshift8  0x0000003f , 0x0000003f 
- 00026006  0x00006b9e store  0x00000001 , 0x000001f7 
- 00026007  0x00006b9f rshift8  0x0000003f , 0x0000003f 
- 00026008  0x00006ba0 store  0x00000001 , 0x000001f6 
- 00026009  0x00006ba1 rtn 
- 00026010  0x00006ba7 jam  0x00000001 , 0x00008010 
- 00026011  0x00006ba8 rtn 
- 00026012  0x00006baf jam  0x0000000c , 0x00008091 
- 00026013  0x00006bb0 jam  0x0000000d , 0x00008092 
- 00026014  0x00006bb1 jam  0x0000000d , 0x00008093 
- 00026015  0x00006bb2 jam  0x0000000d , 0x00008094 
- 00026016  0x00006bb3 jam  0x0000000d , 0x00008095 
- 00026017  0x00006bb4 jam  0x0000000c , 0x00008096 
- 00026018  0x00006bb5 branch  0x000065a9 
- 00026019  0x00006bb9 jam  0x00000005 , 0x00008091 
- 00026020  0x00006bba jam  0x00000007 , 0x00008092 
- 00026021  0x00006bbb jam  0x00000007 , 0x00008093 
- 00026022  0x00006bbc jam  0x00000007 , 0x00008094 
- 00026023  0x00006bbd jam  0x00000007 , 0x00008095 
- 00026024  0x00006bbe jam  0x00000005 , 0x00008096 
- 00026025  0x00006bc0 hfetch  0x00000001 , 0x0000807b 
- 00026026  0x00006bc1 or_into  0x000000c0 , 0x0000003f 
- 00026027  0x00006bc2 hstore  0x00000001 , 0x0000807b 
- 00026028  0x00006bc3 hfetch  0x00000001 , 0x00008081 
- 00026029  0x00006bc4 or_into  0x00000010 , 0x0000003f 
- 00026030  0x00006bc5 hstore  0x00000001 , 0x00008081 
- 00026031  0x00006bc6 rtn 
- 00026032  0x00006bcb hfetch  0x00000001 , 0x0000812c 
- 00026033  0x00006bcc bbit0  0x00000005 , 0x000065b0 
- 00026034  0x00006bcd rtn 
- 00026035  0x00006bd6 hstore  0x00000002 , 0x00008098 
- 00026036  0x00006bd7 deposit  0x00000011 
- 00026037  0x00006bd8 hstore  0x00000002 , 0x0000809a 
- 00026038  0x00006bd9 deposit  0x00000012 
- 00026039  0x00006bda hstore  0x00000002 , 0x0000809c 
- 00026040  0x00006bdb deposit  0x00000002 
- 00026041  0x00006bdc hstore  0x00000002 , 0x0000809e 
- 00026042  0x00006bdd arg  0x00000001 , 0x00000002 
- 00026043  0x00006bde nsetflag  0x00000034 , 0x00000001 , 0x00000002 
- 00026044  0x00006bdf hstore  0x00000001 , 0x00008090 
- 00026045  0x00006be0 jam  0x00000004 , 0x00008006 
- 00026046  0x00006be1 branch  0x000065b0 
- 00026047  0x00006be5 set1  0x00000028 , 0x00000000 
- 00026048  0x00006be6 jam  0x00000008 , 0x00004211 
- 00026049  0x00006be7 rtn 
- 00026050  0x00006bea set0  0x00000028 , 0x00000000 
- 00026051  0x00006beb jam  0x00000020 , 0x00004211 
- 00026052  0x00006bec rtn 
- 00026053  0x00006bf0 fetch  0x00000001 , 0x00004203 
- 00026054  0x00006bf1 iadd  0x00000012 , 0x0000003f 
- 00026055  0x00006bf2 store  0x00000001 , 0x000001f7 
- 00026056  0x00006bf3 branch  0x000065cc 
- 00026057  0x00006bf6 fetch  0x00000002 , 0x000001f7 
- 00026058  0x00006bf7 byteswap  0x0000003f , 0x0000003f 
- 00026059  0x00006bf8 store  0x00000001 , 0x000001f7 
- 00026060  0x00006bfe setarg  0x00000003 
- 00026061  0x00006bff hstore  0x00000002 , 0x00008098 
- 00026062  0x00006c00 jam  0x000000a0 , 0x000001f6 
- 00026063  0x00006c01 jam  0x000000a1 , 0x000001f8 
- 00026064  0x00006c02 branch  0x000065eb 
- 00026065  0x00006c09 storet  0x00000002 , 0x00000aa2 
- 00026066  0x00006c0a call  0x000065d6 
- 00026067  0x00006c0b fetcht  0x00000002 , 0x00000aa2 
- 00026068  0x00006c0c call  0x00006606 
- 00026069  0x00006c0d branch  0x000065dd 
- 00026070  0x00006c10 fetch  0x00000001 , 0x0000423a 
- 00026071  0x00006c11 rtneq  0x000000ff 
- 00026072  0x00006c12 bbit0  0x00000006 , 0x000065db 
- 00026073  0x00006c13 setarg  0x000249f0 
- 00026074  0x00006c14 call  0x00002a8f 
- 00026075  0x00006c16 fetcht  0x00000001 , 0x0000423a 
- 00026076  0x00006c17 branch  0x00006829 
- 00026077  0x00006c1a fetcht  0x00000001 , 0x0000423a 
- 00026078  0x00006c1b branch  0x00006825 
- 00026079  0x00006c21 bpatchx  0x00000090 , 0x00004032 
- 00026080  0x00006c22 bmark1  0x00000028 , 0x000065c5 
- 00026081  0x00006c23 fetch  0x00000002 , 0x00004203 
- 00026082  0x00006c24 iadd  0x00000012 , 0x0000003f 
- 00026083  0x00006c25 byteswap  0x0000003f , 0x0000003f 
- 00026084  0x00006c26 store  0x00000002 , 0x000001f7 
- 00026085  0x00006c2a bpatchx  0x00000091 , 0x00004032 
- 00026086  0x00006c2b bmark1  0x00000028 , 0x000065c9 
- 00026087  0x00006c2c setarg  0x00000004 
- 00026088  0x00006c2d hstore  0x00000002 , 0x00008098 
- 00026089  0x00006c2e jam  0x000000a0 , 0x000001f6 
- 00026090  0x00006c2f jam  0x000000a1 , 0x000001f9 
- 00026091  0x00006c31 setarg  0x000001f6 
- 00026092  0x00006c32 hstore  0x00000002 , 0x0000809a 
- 00026093  0x00006c33 hstoret  0x00000002 , 0x0000809e 
- 00026094  0x00006c34 deposit  0x00000011 
- 00026095  0x00006c35 hstore  0x00000002 , 0x0000809c 
- 00026096  0x00006c36 setarg  0x00000002 
- 00026097  0x00006c37 isolate0  0x0000000f , 0x00000011 
- 00026098  0x00006c38 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00026099  0x00006c39 hstore  0x00000001 , 0x00008090 
- 00026100  0x00006c3a jam  0x00000004 , 0x00008006 
- 00026101  0x00006c3b arg  0x00000005 , 0x00000007 
- 00026102  0x00006c3c call  0x000064c0 
- 00026103  0x00006c3d call  0x000065b0 
- 00026104  0x00006c3e isolate1  0x00000004 , 0x0000003f 
- 00026105  0x00006c3f call  0x000064b9 
- 00026106  0x00006c40 bmark1  0x00000028 , 0x00006601 
- 00026107  0x00006c41 fetch  0x00000002 , 0x000001f7 
- 00026108  0x00006c42 byteswap  0x0000003f , 0x0000003f 
- 00026109  0x00006c43 iadd  0x00000002 , 0x0000003f 
- 00026110  0x00006c44 byteswap  0x0000003f , 0x0000003f 
- 00026111  0x00006c45 store  0x00000002 , 0x000001f7 
- 00026112  0x00006c46 rtn 
- 00026113  0x00006c49 fetch  0x00000001 , 0x000001f7 
- 00026114  0x00006c4a iadd  0x00000002 , 0x0000003f 
- 00026115  0x00006c4b byteswap  0x0000003f , 0x0000003f 
- 00026116  0x00006c4c store  0x00000002 , 0x000001f7 
- 00026117  0x00006c4d rtn 
- 00026118  0x00006c54 fetch  0x00000002 , 0x00004203 
- 00026119  0x00006c55 iadd  0x00000012 , 0x0000003f 
- 00026120  0x00006c59 store  0x00000002 , 0x00000a9a 
- 00026121  0x00006c5a bpatchx  0x00000092 , 0x00004032 
- 00026122  0x00006c5b storet  0x00000002 , 0x00000aa2 
- 00026123  0x00006c5c copy  0x00000011 , 0x0000003f 
- 00026124  0x00006c5d store  0x00000002 , 0x00000ab9 
- 00026125  0x00006c5f call  0x0000661d 
- 00026126  0x00006c61 fetcht  0x00000002 , 0x00000ab2 
- 00026127  0x00006c62 fetch  0x00000002 , 0x00000ab9 
- 00026128  0x00006c63 copy  0x0000003f , 0x00000011 
- 00026129  0x00006c64 fetch  0x00000002 , 0x00000a9a 
- 00026130  0x00006c66 call  0x0000663d 
- 00026131  0x00006c68 fetch  0x00000002 , 0x00000ab2 
- 00026132  0x00006c69 fetcht  0x00000002 , 0x00000ab9 
- 00026133  0x00006c6a iadd  0x00000002 , 0x00000002 
- 00026134  0x00006c6b storet  0x00000002 , 0x00000ab9 
- 00026135  0x00006c6c fetcht  0x00000002 , 0x00000a9a 
- 00026136  0x00006c6d iadd  0x00000002 , 0x00000002 
- 00026137  0x00006c6e storet  0x00000002 , 0x00000a9a 
- 00026138  0x00006c6f fetch  0x00000002 , 0x00000aa2 
- 00026139  0x00006c70 nbranch  0x0000660d , 0x00000034 
- 00026140  0x00006c71 rtn 
- 00026141  0x00006c7a bpatchx  0x00000093 , 0x00004032 
- 00026142  0x00006c7b fetch  0x00000001 , 0x00004211 
- 00026143  0x00006c7c increase  0xffffffff , 0x0000003f 
- 00026144  0x00006c7d fetcht  0x00000002 , 0x00000a9a 
- 00026145  0x00006c7e ior  0x00000002 , 0x0000003f 
- 00026146  0x00006c7f increase  0x00000001 , 0x0000003f 
- 00026147  0x00006c80 store  0x00000003 , 0x00000ab6 
- 00026148  0x00006c82 fetch  0x00000002 , 0x00000aa2 
- 00026149  0x00006c83 iadd  0x00000002 , 0x0000003f 
- 00026150  0x00006c85 fetcht  0x00000003 , 0x00000ab6 
- 00026151  0x00006c86 isub  0x00000002 , 0x0000003f 
- 00026152  0x00006c87 nbranch  0x0000662f , 0x00000002 
- 00026153  0x00006c88 store  0x00000002 , 0x00000aa2 
- 00026154  0x00006c89 fetch  0x00000003 , 0x00000ab6 
- 00026155  0x00006c8a fetcht  0x00000002 , 0x00000a9a 
- 00026156  0x00006c8b isub  0x00000002 , 0x0000003f 
- 00026157  0x00006c8c store  0x00000002 , 0x00000ab2 
- 00026158  0x00006c8d rtn 
- 00026159  0x00006c8f fetch  0x00000002 , 0x00000aa2 
- 00026160  0x00006c90 store  0x00000002 , 0x00000ab2 
- 00026161  0x00006c91 setarg  0x00000000 
- 00026162  0x00006c92 store  0x00000002 , 0x00000aa2 
- 00026163  0x00006c93 rtn 
- 00026164  0x00006c96 increase  0x00000002 , 0x00000002 
- 00026165  0x00006c97 hstoret  0x00000002 , 0x00008098 
- 00026166  0x00006c98 increase  0xfffffffe , 0x00000011 
- 00026167  0x00006c99 ifetcht  0x00000003 , 0x00000011 
- 00026168  0x00006c9a copy  0x00000002 , 0x00000012 
- 00026169  0x00006c9b arg  0x000000a0 , 0x00000002 
- 00026170  0x00006c9c istoret  0x00000001 , 0x00000011 
- 00026171  0x00006c9e istore  0x00000001 , 0x00000005 
- 00026172  0x00006c9f branch  0x0000664a 
- 00026173  0x00006ca3 copy  0x0000003f , 0x00000012 
- 00026174  0x00006ca4 bpatchx  0x00000094 , 0x00004032 
- 00026175  0x00006ca5 bmark1  0x00000028 , 0x00006634 
- 00026176  0x00006ca6 copy  0x00000012 , 0x0000003f 
- 00026177  0x00006ca7 increase  0x00000003 , 0x00000002 
- 00026178  0x00006ca8 hstoret  0x00000002 , 0x00008098 
- 00026179  0x00006ca9 increase  0xfffffffd , 0x00000011 
- 00026180  0x00006caa ifetcht  0x00000003 , 0x00000011 
- 00026181  0x00006cab copy  0x00000002 , 0x00000012 
- 00026182  0x00006cac arg  0x000000a0 , 0x00000002 
- 00026183  0x00006cad istoret  0x00000001 , 0x00000011 
- 00026184  0x00006cae byteswap  0x0000003f , 0x0000003f 
- 00026185  0x00006caf istore  0x00000002 , 0x00000005 
- 00026186  0x00006cb1 deposit  0x00000011 
- 00026187  0x00006cb2 hstore  0x00000002 , 0x0000809a 
- 00026188  0x00006cb3 setarg  0x00000000 
- 00026189  0x00006cb4 hstore  0x00000002 , 0x0000809e 
- 00026190  0x00006cb5 jam  0x00000001 , 0x00008090 
- 00026191  0x00006cb6 jam  0x00000004 , 0x00008006 
- 00026192  0x00006cb7 call  0x000065b0 
- 00026193  0x00006cb8 copy  0x00000012 , 0x0000003f 
- 00026194  0x00006cb9 istore  0x00000003 , 0x00000011 
- 00026195  0x00006cbc bpatchx  0x00000095 , 0x00004032 
- 00026196  0x00006cbd jam  0x00000000 , 0x000001f9 
- 00026197  0x00006cbf setarg  0x00000001 
- 00026198  0x00006cc0 hstore  0x00000002 , 0x00008098 
- 00026199  0x00006cc1 jam  0x000000a0 , 0x000001f6 
- 00026200  0x00006cc2 setarg  0x000001f6 
- 00026201  0x00006cc3 hstore  0x00000002 , 0x0000809a 
- 00026202  0x00006cc4 setarg  0x00000000 
- 00026203  0x00006cc5 hstore  0x00000002 , 0x0000809e 
- 00026204  0x00006cc6 hstore  0x00000002 , 0x0000809c 
- 00026205  0x00006cc7 setarg  0x00000003 
- 00026206  0x00006cc8 hstore  0x00000001 , 0x00008090 
- 00026207  0x00006cc9 jam  0x00000004 , 0x00008006 
- 00026208  0x00006cca call  0x000065b0 
- 00026209  0x00006ccb hfetch  0x00000001 , 0x0000812c 
- 00026210  0x00006ccc rtnbit0  0x00000006 
- 00026211  0x00006ccd nop  0x000005dc 
- 00026212  0x00006cce fetch  0x00000001 , 0x000001f9 
- 00026213  0x00006ccf increase  0x00000001 , 0x0000003f 
- 00026214  0x00006cd0 store  0x00000001 , 0x000001f9 
- 00026215  0x00006cd1 sub  0x0000003f , 0x00000028 , 0x0000003e 
- 00026216  0x00006cd2 nrtn  0x00000002 
- 00026217  0x00006cd3 branch  0x00006655 
- 00026218  0x00006cd8 jam  0x00000070 , 0x00008973 
- 00026219  0x00006cd9 nop  0x00000bb8 
- 00026220  0x00006cda rtn 
- 00026221  0x00006cdd jam  0x00000030 , 0x00008973 
- 00026222  0x00006cde rtn 
- 00026223  0x00006ce1 lshift3  0x0000003f , 0x0000003f 
- 00026224  0x00006ce2 hstore  0x00000002 , 0x00008045 
- 00026225  0x00006ce3 jam  0x00000000 , 0x0000804b 
- 00026226  0x00006ce4 rtn 
- 00026227  0x00006ce8 call  0x0000666f 
- 00026228  0x00006ce9 call  0x000066a0 
- 00026229  0x00006ceb ifetcht  0x00000001 , 0x00000011 
- 00026230  0x00006cec increase  0x00000001 , 0x00000011 
- 00026231  0x00006ced force  0x00000000 , 0x00000007 
- 00026232  0x00006cef qisolate0  0x00000002 
- 00026233  0x00006cf0 branch  0x00006697 , 0x00000001 
- 00026234  0x00006cf1 hfetch  0x00000001 , 0x00008046 
- 00026235  0x00006cf2 set1  0x00000006 , 0x0000003f 
- 00026236  0x00006cf3 set1  0x00000007 , 0x0000003f 
- 00026237  0x00006cf4 hstore  0x00000001 , 0x00008046 
- 00026238  0x00006cf5 jam  0x00000002 , 0x00008047 
- 00026239  0x00006cf6 jam  0x00000082 , 0x00008047 
- 00026240  0x00006cf7 set0  0x00000007 , 0x0000003f 
- 00026241  0x00006cf8 hstore  0x00000001 , 0x00008046 
- 00026242  0x00006cf9 jam  0x0000008a , 0x00008047 
- 00026243  0x00006cfa nop  0x0000000b 
- 00026244  0x00006cfb jam  0x000000ca , 0x00008047 
- 00026245  0x00006cfc nop  0x00000021 
- 00026246  0x00006cfd jam  0x0000004a , 0x00008047 
- 00026247  0x00006cfe nop  0x0000002c 
- 00026248  0x00006cff jam  0x000000ca , 0x00008047 
- 00026249  0x00006d00 nop  0x00000016 
- 00026250  0x00006d01 jam  0x0000008a , 0x00008047 
- 00026251  0x00006d02 nop  0x00000021 
- 00026252  0x00006d03 jam  0x00000082 , 0x00008047 
- 00026253  0x00006d04 nop  0x00000001 
- 00026254  0x00006d05 jam  0x00000092 , 0x00008047 
- 00026255  0x00006d06 nop  0x0000000a 
- 00026256  0x00006d07 jam  0x000000b2 , 0x00008047 
- 00026257  0x00006d08 hfetch  0x00000001 , 0x00008007 
- 00026258  0x00006d09 jam  0x00000092 , 0x00008047 
- 00026259  0x00006d0a nop  0x00000001 
- 00026260  0x00006d0b jam  0x00000082 , 0x00008047 
- 00026261  0x00006d0c qisolate0  0x0000003f 
- 00026262  0x00006d0d branch  0x00006678 , 0x00000001 
- 00026263  0x00006d0f hfetch  0x00000002 , 0x00008045 
- 00026264  0x00006d10 increase  0x00000001 , 0x0000003f 
- 00026265  0x00006d11 hstore  0x00000002 , 0x00008045 
- 00026266  0x00006d12 increase  0x00000001 , 0x00000007 
- 00026267  0x00006d13 compare  0x00000008 , 0x00000007 , 0x0000000f 
- 00026268  0x00006d14 nbranch  0x00006678 , 0x00000001 
- 00026269  0x00006d15 loop  0x00006675 
- 00026270  0x00006d16 jam  0x00000083 , 0x00008047 
- 00026271  0x00006d17 rtn 
- 00026272  0x00006d1a jam  0x00000082 , 0x00008047 
- 00026273  0x00006d1b nop  0x0000000c 
- 00026274  0x00006d1c jam  0x00000080 , 0x00008047 
- 00026275  0x00006d1d jam  0x00000082 , 0x00008047 
- 00026276  0x00006d1e nop  0x00000096 
- 00026277  0x00006d1f rtn 
- 00026278  0x00006d23 call  0x000066a0 
- 00026279  0x00006d24 jam  0x000000a2 , 0x00008047 
- 00026280  0x00006d25 deposit  0x00000011 
- 00026281  0x00006d26 hstore  0x00000002 , 0x00008048 
- 00026282  0x00006d27 set1  0x0000000b , 0x00000002 
- 00026283  0x00006d28 isolate0  0x0000000f , 0x0000003f 
- 00026284  0x00006d29 setflag  0x00000001 , 0x0000000f , 0x00000002 
- 00026285  0x00006d2a hstoret  0x00000002 , 0x0000804a 
- 00026286  0x00006d2b jam  0x00000001 , 0x00008006 
- 00026287  0x00006d2c rtn 
- 00026288  0x00006d2f hfetch  0x00000001 , 0x0000812c 
- 00026289  0x00006d30 bbit0  0x00000001 , 0x000066b0 
- 00026290  0x00006d31 rtn 
- 00026291  0x00006d35 call  0x0000666f 
- 00026292  0x00006d36 call  0x000066a6 
- 00026293  0x00006d37 call  0x000066b0 
- 00026294  0x00006d38 jam  0x00000083 , 0x00008047 
- 00026295  0x00006d39 rtn 
- 00026296  0x00006d3f hfetch  0x00000002 , 0x00008124 
- 00026297  0x00006d40 hstore  0x00000002 , 0x00008045 
- 00026298  0x00006d41 call  0x000066a6 
- 00026299  0x00006d42 arg  0x00000001 , 0x00000007 
- 00026300  0x00006d43 call  0x000064c0 
- 00026301  0x00006d44 call  0x000066b0 
- 00026302  0x00006d45 isolate1  0x00000000 , 0x0000003f 
- 00026303  0x00006d46 call  0x000064b9 
- 00026304  0x00006d47 jam  0x00000083 , 0x00008047 
- 00026305  0x00006d48 rtn 
- 00026306  0x00006d4c hfetch  0x00000002 , 0x0000805e 
- 00026307  0x00006d4d iforce  0x0000000a 
- 00026308  0x00006d4e rtn 
- 00026309  0x00006d51 deposit  0x0000000a 
- 00026310  0x00006d52 hstore  0x00000002 , 0x0000805e 
- 00026311  0x00006d53 rtn 
- 00026312  0x00006d56 deposit  0x00000003 
- 00026313  0x00006d57 hstore  0x00000002 , 0x00008058 
- 00026314  0x00006d58 rtn 
- 00026315  0x00006d5b hfetch  0x00000002 , 0x00008058 
- 00026316  0x00006d5c copy  0x0000003f , 0x00000003 
- 00026317  0x00006d5d rtn 
- 00026318  0x00006d60 fetch  0x00000002 , 0x00004243 
- 00026319  0x00006d61 hstore  0x00000002 , 0x00008052 
- 00026320  0x00006d62 rtn 
- 00026321  0x00006d65 deposit  0x00000039 
- 00026322  0x00006d66 rtn  0x00000034 
- 00026323  0x00006d68 increase  0xfffffff8 , 0x00000039 
- 00026324  0x00006d69 call  0x000066de , 0x00000002 
- 00026325  0x00006d6a rtn  0x00000005 
- 00026326  0x00006d6b branch  0x000066d3 , 0x00000002 
- 00026327  0x00006d6c increase  0x00000008 , 0x00000039 
- 00026328  0x00006d6e increase  0xfffffffc , 0x00000039 
- 00026329  0x00006d6f call  0x000066e1 , 0x00000002 
- 00026330  0x00006d70 rtn  0x00000005 
- 00026331  0x00006d71 branch  0x000066d8 , 0x00000002 
- 00026332  0x00006d72 increase  0x00000004 , 0x00000039 
- 00026333  0x00006d73 branch  0x000066e4 
- 00026334  0x00006d76 ifetch  0x00000008 , 0x00000006 
- 00026335  0x00006d77 istore  0x00000008 , 0x0000000a 
- 00026336  0x00006d78 rtn 
- 00026337  0x00006d7b ifetch  0x00000004 , 0x00000006 
- 00026338  0x00006d7c istore  0x00000004 , 0x0000000a 
- 00026339  0x00006d7d rtn 
- 00026340  0x00006d80 deposit  0x00000039 
- 00026341  0x00006d81 rtn  0x00000034 
- 00026342  0x00006d83 ifetch  0x00000001 , 0x00000006 
- 00026343  0x00006d84 istore  0x00000001 , 0x0000000a 
- 00026344  0x00006d85 loop  0x000066e6 
- 00026345  0x00006d86 rtn 
- 00026346  0x00006d89 deposit  0x00000039 
- 00026347  0x00006d8a rtn  0x00000034 
- 00026348  0x00006d8c increase  0xfffffff8 , 0x00000039 
- 00026349  0x00006d8d call  0x000066f7 , 0x00000002 
- 00026350  0x00006d8e rtn  0x00000005 
- 00026351  0x00006d8f branch  0x000066ec , 0x00000002 
- 00026352  0x00006d90 increase  0x00000008 , 0x00000039 
- 00026353  0x00006d92 increase  0xfffffffc , 0x00000039 
- 00026354  0x00006d93 call  0x000066fa , 0x00000002 
- 00026355  0x00006d94 rtn  0x00000005 
- 00026356  0x00006d95 branch  0x000066f1 , 0x00000002 
- 00026357  0x00006d96 increase  0x00000004 , 0x00000039 
- 00026358  0x00006d97 branch  0x000066fd 
- 00026359  0x00006d9a ifetch  0x00000008 , 0x00000003 
- 00026360  0x00006d9b istore  0x00000008 , 0x00000005 
- 00026361  0x00006d9c rtn 
- 00026362  0x00006d9f ifetch  0x00000004 , 0x00000003 
- 00026363  0x00006da0 istore  0x00000004 , 0x00000005 
- 00026364  0x00006da1 rtn 
- 00026365  0x00006da5 deposit  0x00000039 
- 00026366  0x00006da6 rtn  0x00000034 
- 00026367  0x00006da8 ifetch  0x00000001 , 0x00000003 
- 00026368  0x00006da9 istore  0x00000001 , 0x00000005 
- 00026369  0x00006daa loop  0x000066ff 
- 00026370  0x00006dab rtn 
- 00026371  0x00006daf deposit  0x00000039 
- 00026372  0x00006db0 rtn  0x00000034 
- 00026373  0x00006db2 ifetch  0x00000001 , 0x00000003 
- 00026374  0x00006db3 istore  0x00000001 , 0x0000000a 
- 00026375  0x00006db4 loop  0x00006705 
- 00026376  0x00006db5 rtn 
- 00026377  0x00006dbb jam  0x0000003d , 0x00000a99 
- 00026378  0x00006dbc branch  0x00007d86 
- 00026379  0x00006dc0 bpatchx  0x00000096 , 0x00004032 
- 00026380  0x00006dc1 fetch  0x00000001 , 0x00004217 
- 00026381  0x00006dc2 rtn  0x00000034 
- 00026382  0x00006dc3 call  0x000067a3 
- 00026383  0x00006dc4 call  0x000067a9 , 0x00000005 
- 00026384  0x00006dc5 call  0x0000673e 
- 00026385  0x00006dc7 fetch  0x00000001 , 0x00004217 
- 00026386  0x00006dc8 icopy  0x00000013 
- 00026387  0x00006dc9 fetcht  0x00000002 , 0x00004215 
- 00026388  0x00006dca storet  0x00000002 , 0x0000018c 
- 00026389  0x00006dcc copy  0x00000013 , 0x0000003f 
- 00026390  0x00006dcd branch  0x00006709 , 0x00000034 
- 00026391  0x00006dce increase  0xffffffff , 0x00000013 
- 00026392  0x00006dcf copy  0x00000002 , 0x00000011 
- 00026393  0x00006dd0 ifetch  0x00000001 , 0x00000011 
- 00026394  0x00006dd1 fetcht  0x00000001 , 0x00000184 
- 00026395  0x00006dd2 isub  0x00000002 , 0x0000003e 
- 00026396  0x00006dd3 call  0x00006725 , 0x00000005 
- 00026397  0x00006dd4 branch  0x00006721 , 0x00000002 
- 00026398  0x00006dd5 ifetch  0x00000001 , 0x00000011 
- 00026399  0x00006dd6 increase  0x00000001 , 0x0000003f 
- 00026400  0x00006dd7 istore  0x00000001 , 0x00000011 
- 00026401  0x00006dd9 fetcht  0x00000002 , 0x0000018c 
- 00026402  0x00006dda increase  0x00000022 , 0x00000002 
- 00026403  0x00006ddb storet  0x00000002 , 0x0000018c 
- 00026404  0x00006ddc branch  0x00006715 
- 00026405  0x00006ddf setarg  0x00000000 
- 00026406  0x00006de0 istore  0x00000001 , 0x00000011 
- 00026407  0x00006de1 fetch  0x00000001 , 0x00000185 
- 00026408  0x00006de2 istore  0x00000001 , 0x00000005 
- 00026409  0x00006de3 bne  0x00000033 , 0x00006733 
- 00026410  0x00006de4 arg  0x000041be , 0x00000012 
- 00026411  0x00006de6 ifetch  0x00000006 , 0x00000006 
- 00026412  0x00006de7 istore  0x00000008 , 0x00000005 
- 00026413  0x00006de8 setarg  0x00000000 
- 00026414  0x00006de9 istore  0x00000008 , 0x00000005 
- 00026415  0x00006dea copy  0x00000012 , 0x00000006 
- 00026416  0x00006dec call  0x00007ebf 
- 00026417  0x00006ded force  0x00000001 , 0x0000003e 
- 00026418  0x00006dee rtn 
- 00026419  0x00006df1 beq  0x00000036 , 0x00006737 
- 00026420  0x00006df2 beq  0x00000037 , 0x0000673b 
- 00026421  0x00006df3 arg  0x00004419 , 0x00000012 
- 00026422  0x00006df4 branch  0x0000672b 
- 00026423  0x00006df7 arg  0x000044d5 , 0x00000006 
- 00026424  0x00006df8 call  0x00007ebf 
- 00026425  0x00006dfa arg  0x00004419 , 0x00000006 
- 00026426  0x00006dfb branch  0x00006730 
- 00026427  0x00006dfe arg  0x000044cd , 0x00000006 
- 00026428  0x00006dff call  0x00007ebf 
- 00026429  0x00006e00 branch  0x00006739 
- 00026430  0x00006e04 call  0x00007fe9 
- 00026431  0x00006e05 fetch  0x00000001 , 0x00004217 
- 00026432  0x00006e06 rtn  0x00000034 
- 00026433  0x00006e07 fetch  0x00000002 , 0x00004682 
- 00026434  0x00006e08 bbit1  0x00000000 , 0x00006754 
- 00026435  0x00006e0a bpatchx  0x00000097 , 0x00004032 
- 00026436  0x00006e0b fetch  0x00000001 , 0x0000448e 
- 00026437  0x00006e0c beq  0x00000000 , 0x0000674d 
- 00026438  0x00006e0d fetch  0x00000001 , 0x00000454 
- 00026439  0x00006e0e compare  0x000000c0 , 0x0000003f , 0x000000c0 
- 00026440  0x00006e0f branch  0x0000674d , 0x00000001 
- 00026441  0x00006e10 compare  0x00000040 , 0x0000003f , 0x000000c0 
- 00026442  0x00006e11 branch  0x00006752 , 0x00000001 
- 00026443  0x00006e12 compare  0x00000000 , 0x0000003f , 0x000000c0 
- 00026444  0x00006e13 branch  0x00006750 , 0x00000001 
- 00026445  0x00006e15 jam  0x00000035 , 0x00000185 
- 00026446  0x00006e16 fetch  0x00000006 , 0x0000044f 
- 00026447  0x00006e17 branch  0x00006757 
- 00026448  0x00006e1a jam  0x00000037 , 0x00000185 
- 00026449  0x00006e1b branch  0x00006757 
- 00026450  0x00006e1f jam  0x00000036 , 0x00000185 
- 00026451  0x00006e20 branch  0x00006757 
- 00026452  0x00006e24 bpatchx  0x00000098 , 0x00004033 
- 00026453  0x00006e25 jam  0x00000033 , 0x00000185 
- 00026454  0x00006e26 fetch  0x00000006 , 0x00000040 
- 00026455  0x00006e28 store  0x00000006 , 0x00000186 
- 00026456  0x00006e29 fetch  0x00000002 , 0x00004215 
- 00026457  0x00006e2a ifetcht  0x00000001 , 0x0000003f 
- 00026458  0x00006e2b pincrease  0x00000001 
- 00026459  0x00006e2c store  0x00000002 , 0x0000018c 
- 00026460  0x00006e2d storet  0x00000001 , 0x00000184 
- 00026461  0x00006e2e fetch  0x00000001 , 0x00004217 
- 00026462  0x00006e2f icopy  0x00000013 
- 00026463  0x00006e31 fetch  0x00000002 , 0x0000018c 
- 00026464  0x00006e32 copy  0x0000003f , 0x00000011 
- 00026465  0x00006e33 call  0x0000676f 
- 00026466  0x00006e34 rtn  0x00000028 
- 00026467  0x00006e35 fetcht  0x00000002 , 0x0000018c 
- 00026468  0x00006e36 increase  0x00000022 , 0x00000002 
- 00026469  0x00006e37 storet  0x00000002 , 0x0000018c 
- 00026470  0x00006e38 increase  0xffffffff , 0x00000002 
- 00026471  0x00006e39 ifetch  0x00000001 , 0x00000002 
- 00026472  0x00006e3a store  0x00000001 , 0x00000184 
- 00026473  0x00006e3b increase  0xffffffff , 0x00000013 
- 00026474  0x00006e3c nbranch  0x0000675f , 0x00000005 
- 00026475  0x00006e3d fetch  0x00000001 , 0x00004217 
- 00026476  0x00006e3e pincrease  0xffffffff 
- 00026477  0x00006e3f store  0x00000001 , 0x00000184 
- 00026478  0x00006e40 rtn 
- 00026479  0x00006e42 fetch  0x00000001 , 0x00000185 
- 00026480  0x00006e43 bne  0x00000033 , 0x00006776 
- 00026481  0x00006e45 arg  0x00000185 , 0x00000012 
- 00026482  0x00006e46 arg  0x00000007 , 0x00000039 
- 00026483  0x00006e47 call  0x00007f88 
- 00026484  0x00006e48 branch  0x00007fe7 , 0x00000005 
- 00026485  0x00006e49 rtn 
- 00026486  0x00006e4c beq  0x00000036 , 0x00006779 
- 00026487  0x00006e4d beq  0x00000037 , 0x00006794 
- 00026488  0x00006e4e branch  0x00006771 
- 00026489  0x00006e51 ifetcht  0x00000001 , 0x00000011 
- 00026490  0x00006e52 isub  0x00000002 , 0x0000003e 
- 00026491  0x00006e53 nrtn  0x00000005 
- 00026492  0x00006e54 arg  0x00000ac2 , 0x00000005 
- 00026493  0x00006e55 arg  0x00000010 , 0x00000039 
- 00026494  0x00006e56 call  0x00007ed4 
- 00026495  0x00006e57 fetch  0x00000003 , 0x00000452 
- 00026496  0x00006e58 store  0x00000003 , 0x00000ac2 
- 00026497  0x00006e59 call  0x0000678b 
- 00026498  0x00006e5a fetch  0x00000002 , 0x00000adf 
- 00026499  0x00006e5b byteswap  0x0000003f , 0x0000003f 
- 00026500  0x00006e5c lshift8  0x0000003f , 0x00000002 
- 00026501  0x00006e5d ifetch  0x00000001 , 0x00000006 
- 00026502  0x00006e5e iadd  0x00000002 , 0x0000003f 
- 00026503  0x00006e5f fetcht  0x00000003 , 0x0000044f 
- 00026504  0x00006e60 isub  0x00000002 , 0x0000003e 
- 00026505  0x00006e61 branch  0x00007fe7 , 0x00000005 
- 00026506  0x00006e62 rtn 
- 00026507  0x00006e66 arg  0x00000ac2 , 0x00000006 
- 00026508  0x00006e67 call  0x00007486 
- 00026509  0x00006e69 ifetch  0x00000001 , 0x00000011 
- 00026510  0x00006e6a call  0x00007487 
- 00026511  0x00006e6b force  0x00000038 , 0x00000036 
- 00026512  0x00006e6c force  0x00000000 , 0x00000036 
- 00026513  0x00006e6d call  0x0000741d 
- 00026514  0x00006e6e arg  0x00000ad2 , 0x00000005 
- 00026515  0x00006e6f branch  0x00007497 
- 00026516  0x00006e72 ifetcht  0x00000001 , 0x00000011 
- 00026517  0x00006e73 isub  0x00000002 , 0x0000003e 
- 00026518  0x00006e74 nrtn  0x00000005 
- 00026519  0x00006e75 copy  0x00000006 , 0x00000011 
- 00026520  0x00006e76 add  0x00000006 , 0x00000008 , 0x00000013 
- 00026521  0x00006e77 arg  0x000044cd , 0x00000012 
- 00026522  0x00006e78 arg  0x00000008 , 0x00000039 
- 00026523  0x00006e79 call  0x00007f88 
- 00026524  0x00006e7a branch  0x00007fe7 , 0x00000005 
- 00026525  0x00006e7b copy  0x00000013 , 0x00000011 
- 00026526  0x00006e7c arg  0x000044d5 , 0x00000012 
- 00026527  0x00006e7d arg  0x00000008 , 0x00000039 
- 00026528  0x00006e7e call  0x00007f88 
- 00026529  0x00006e7f branch  0x00007fe7 , 0x00000005 
- 00026530  0x00006e80 rtn 
- 00026531  0x00006e83 fetch  0x00000002 , 0x00004215 
- 00026532  0x00006e84 ifetcht  0x00000001 , 0x0000003f 
- 00026533  0x00006e85 pincrease  0x00000022 
- 00026534  0x00006e86 ifetch  0x00000001 , 0x0000003f 
- 00026535  0x00006e87 isub  0x00000002 , 0x0000003e 
- 00026536  0x00006e88 rtn 
- 00026537  0x00006e8b fetch  0x00000001 , 0x00004217 
- 00026538  0x00006e8c icopy  0x00000039 
- 00026539  0x00006e8d fetcht  0x00000002 , 0x00004215 
- 00026540  0x00006e8e setarg  0x00000000 
- 00026541  0x00006e90 istore  0x00000001 , 0x00000002 
- 00026542  0x00006e91 increase  0x00000022 , 0x00000002 
- 00026543  0x00006e92 pincrease  0x00000001 
- 00026544  0x00006e93 loop  0x000067ad 
- 00026545  0x00006e94 rtn 
- 00026546  0x00006e97 bpatchx  0x00000099 , 0x00004033 
- 00026547  0x00006e98 call  0x0000673e 
- 00026548  0x00006e99 fetch  0x00000001 , 0x00000030 
- 00026549  0x00006e9a setflag  0x00000028 , 0x00000006 , 0x0000003f 
- 00026550  0x00006e9b store  0x00000001 , 0x00000030 
- 00026551  0x00006e9c nbranch  0x000067bc , 0x00000028 
- 00026552  0x00006e9d add  0x00000011 , 0x0000000a , 0x00000006 
- 00026553  0x00006e9f arg  0x000041be , 0x00000005 
- 00026554  0x00006ea0 call  0x00007ebf 
- 00026555  0x00006ea1 branch  0x000067d7 
- 00026556  0x00006ea3 jam  0x00000000 , 0x000041bd 
- 00026557  0x00006ea4 rtn 
- 00026558  0x00006ea7 fetch  0x00000009 , 0x000044cb 
- 00026559  0x00006ea8 branch  0x000067ca , 0x00000034 
- 00026560  0x00006ea9 call  0x0000673e 
- 00026561  0x00006eaa nbranch  0x000067ca , 0x00000028 
- 00026562  0x00006eab fetch  0x00000002 , 0x0000018c 
- 00026563  0x00006eac add  0x0000003f , 0x00000001 , 0x00000006 
- 00026564  0x00006ead arg  0x000044d5 , 0x00000005 
- 00026565  0x00006eae call  0x00007ebf 
- 00026566  0x00006eaf arg  0x00004419 , 0x00000005 
- 00026567  0x00006eb0 call  0x00007ebf 
- 00026568  0x00006eb1 jam  0x00000001 , 0x00004429 
- 00026569  0x00006eb2 rtn 
- 00026570  0x00006eb5 jam  0x00000000 , 0x00004429 
- 00026571  0x00006eb6 rtn 
- 00026572  0x00006eba fetch  0x00000006 , 0x0000044f 
- 00026573  0x00006ebb store  0x00000006 , 0x00000186 
- 00026574  0x00006ebc jam  0x00000034 , 0x00000185 
- 00026575  0x00006ebd branch  0x000067d3 
- 00026576  0x00006ebf fetch  0x00000006 , 0x00000040 
- 00026577  0x00006ec0 store  0x00000006 , 0x00000186 
- 00026578  0x00006ec1 jam  0x00000033 , 0x00000185 
- 00026579  0x00006ec3 fetch  0x00000001 , 0x00004092 
- 00026580  0x00006ec4 beq  0x0000000a , 0x0000670b 
- 00026581  0x00006ec5 bbit1  0x00000006 , 0x000042da 
- 00026582  0x00006ec6 rtn 
- 00026583  0x00006eca fetch  0x00000008 , 0x000041be 
- 00026584  0x00006ecb fetcht  0x00000008 , 0x000041c6 
- 00026585  0x00006ecc ior  0x00000002 , 0x0000003f 
- 00026586  0x00006ecd rtn  0x00000034 
- 00026587  0x00006ece jam  0x00000001 , 0x000041bd 
- 00026588  0x00006ecf rtn 
- 00026589  0x00006ed7 bpatchx  0x0000009a , 0x00004033 
- 00026590  0x00006ed8 set1  0x00000007 , 0x00000002 
- 00026591  0x00006ed9 call  0x0000681d 
- 00026592  0x00006eda nsetflag  0x00000001 , 0x00000007 , 0x00000002 
- 00026593  0x00006ee0 bpatchx  0x0000009b , 0x00004033 
- 00026594  0x00006ee1 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026595  0x00006ee2 rtn  0x00000005 
- 00026596  0x00006ee3 isolate0  0x00000007 , 0x00000002 
- 00026597  0x00006ee4 and  0x00000002 , 0x0000001f , 0x00000007 
- 00026598  0x00006ee5 fetch  0x00000004 , 0x000000a1 
- 00026599  0x00006ee6 qsetflag  0x00000001 , 0x0000003f 
- 00026600  0x00006ee7 store  0x00000004 , 0x000000a1 
- 00026601  0x00006ee8 fetch  0x00000004 , 0x000000a5 
- 00026602  0x00006ee9 nqsetflag  0x00000001 , 0x0000003f 
- 00026603  0x00006eea store  0x00000004 , 0x000000a5 
- 00026604  0x00006eeb rtn 
- 00026605  0x00006eef bpatchx  0x0000009c , 0x00004033 
- 00026606  0x00006ef0 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026607  0x00006ef1 rtn  0x00000005 
- 00026608  0x00006ef2 isolate0  0x00000007 , 0x00000002 
- 00026609  0x00006ef3 and  0x00000002 , 0x0000001f , 0x00000007 
- 00026610  0x00006ef4 fetch  0x00000004 , 0x000000a1 
- 00026611  0x00006ef5 qset0  0x0000003f 
- 00026612  0x00006ef6 store  0x00000004 , 0x000000a1 
- 00026613  0x00006ef7 fetch  0x00000004 , 0x000000a5 
- 00026614  0x00006ef8 qset0  0x0000003f 
- 00026615  0x00006ef9 store  0x00000004 , 0x000000a5 
- 00026616  0x00006efa rtn 
- 00026617  0x00006efe call  0x000067ed 
- 00026618  0x00006eff branch  0x000067fe 
- 00026619  0x00006f03 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026620  0x00006f04 rtn  0x00000005 
- 00026621  0x00006f05 ncall  0x000067e1 , 0x0000002b 
- 00026622  0x00006f08 arg  0x0000807c , 0x00000005 
- 00026623  0x00006f09 call  0x00006830 
- 00026624  0x00006f0a setflip  0x00000007 , 0x00000002 
- 00026625  0x00006f0b arg  0x00008078 , 0x00000005 
- 00026626  0x00006f0c call  0x00006830 
- 00026627  0x00006f0d set0  0x00000007 , 0x00000002 
- 00026628  0x00006f0e arg  0x00008070 , 0x00000005 
- 00026629  0x00006f0f branch  0x00006830 
- 00026630  0x00006f13 arg  0x0000807c , 0x00000005 
- 00026631  0x00006f14 call  0x00006830 
- 00026632  0x00006f15 set0  0x00000007 , 0x00000002 
- 00026633  0x00006f16 arg  0x00008078 , 0x00000005 
- 00026634  0x00006f17 call  0x00006830 
- 00026635  0x00006f18 set0  0x00000007 , 0x00000002 
- 00026636  0x00006f19 arg  0x00008070 , 0x00000005 
- 00026637  0x00006f1a branch  0x00006830 
- 00026638  0x00006f1f sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026639  0x00006f20 rtn  0x00000005 
- 00026640  0x00006f21 setflip  0x00000007 , 0x00000002 
- 00026641  0x00006f22 call  0x0000682f 
- 00026642  0x00006f24 set1  0x00000007 , 0x00000002 
- 00026643  0x00006f25 arg  0x00008070 , 0x00000005 
- 00026644  0x00006f26 branch  0x00006830 
- 00026645  0x00006f29 and  0x00000002 , 0x00000007 , 0x00000007 
- 00026646  0x00006f2a rshift3  0x00000002 , 0x0000003f 
- 00026647  0x00006f2b and_into  0x00000003 , 0x0000003f 
- 00026648  0x00006f2c iadd  0x00000005 , 0x00000005 
- 00026649  0x00006f2d ifetch  0x00000001 , 0x00000005 
- 00026650  0x00006f2e rtn 
- 00026651  0x00006f31 arg  0x00008074 , 0x00000005 
- 00026652  0x00006f32 branch  0x0000681e 
- 00026653  0x00006f37 arg  0x0000811c , 0x00000005 
- 00026654  0x00006f39 call  0x00006815 
- 00026655  0x00006f3a isolate1  0x00000007 , 0x00000002 
- 00026656  0x00006f3b branch  0x00006823 , 0x00000001 
- 00026657  0x00006f3c qisolate0  0x0000003f 
- 00026658  0x00006f3d rtn 
- 00026659  0x00006f3f qisolate1  0x0000003f 
- 00026660  0x00006f40 rtn 
- 00026661  0x00006f43 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026662  0x00006f44 rtn  0x00000005 
- 00026663  0x00006f45 isolate1  0x00000007 , 0x0000003e 
- 00026664  0x00006f46 branch  0x0000682c 
- 00026665  0x00006f49 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026666  0x00006f4a rtn  0x00000005 
- 00026667  0x00006f4b isolate0  0x00000007 , 0x0000003e 
- 00026668  0x00006f4f setarg  0x00000000 
- 00026669  0x00006f50 nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00026670  0x00006f51 ixor  0x00000002 , 0x00000002 
- 00026671  0x00006f55 arg  0x00008074 , 0x00000005 
- 00026672  0x00006f59 call  0x00006815 
- 00026673  0x00006f5a isolate1  0x00000007 , 0x00000002 
- 00026674  0x00006f5b qsetflag  0x00000001 , 0x0000003f 
- 00026675  0x00006f5c istore  0x00000001 , 0x00000005 
- 00026676  0x00006f5d rtn 
- 00026677  0x00006f60 arg  0xffffffff , 0x00000011 
- 00026678  0x00006f61 hfetch  0x00000001 , 0x00008081 
- 00026679  0x00006f62 compare  0x00000002 , 0x0000003f , 0x00000003 
- 00026680  0x00006f63 call  0x00006878 , 0x00000001 
- 00026681  0x00006f65 compare  0x00000001 , 0x0000003f , 0x00000003 
- 00026682  0x00006f66 call  0x0000687a , 0x00000001 
- 00026683  0x00006f68 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00026684  0x00006f69 call  0x0000687a , 0x00000001 
- 00026685  0x00006f6b isolate1  0x00000002 , 0x0000003f 
- 00026686  0x00006f6c call  0x00006874 , 0x00000001 
- 00026687  0x00006f6e isolate1  0x00000003 , 0x0000003f 
- 00026688  0x00006f6f call  0x00006876 , 0x00000001 
- 00026689  0x00006f71 isolate1  0x00000004 , 0x0000003f 
- 00026690  0x00006f72 call  0x0000687c , 0x00000001 
- 00026691  0x00006f74 isolate1  0x00000006 , 0x0000003f 
- 00026692  0x00006f75 nsetflag  0x00000001 , 0x00000004 , 0x00000011 
- 00026693  0x00006f77 isolate1  0x00000007 , 0x0000003f 
- 00026694  0x00006f78 nsetflag  0x00000001 , 0x00000005 , 0x00000011 
- 00026695  0x00006f7a hfetch  0x00000001 , 0x00008082 
- 00026696  0x00006f7b isolate1  0x00000000 , 0x0000003f 
- 00026697  0x00006f7c nsetflag  0x00000001 , 0x0000001b , 0x00000011 
- 00026698  0x00006f7d isolate1  0x00000001 , 0x0000003f 
- 00026699  0x00006f7e nsetflag  0x00000001 , 0x0000001c , 0x00000011 
- 00026700  0x00006f7f isolate1  0x00000002 , 0x0000003f 
- 00026701  0x00006f80 nsetflag  0x00000001 , 0x00000003 , 0x00000011 
- 00026702  0x00006f81 isolate1  0x00000003 , 0x0000003f 
- 00026703  0x00006f82 nsetflag  0x00000001 , 0x00000008 , 0x00000011 
- 00026704  0x00006f83 isolate1  0x00000004 , 0x0000003f 
- 00026705  0x00006f84 nsetflag  0x00000001 , 0x00000014 , 0x00000011 
- 00026706  0x00006f85 isolate1  0x00000005 , 0x0000003f 
- 00026707  0x00006f86 nsetflag  0x00000001 , 0x00000015 , 0x00000011 
- 00026708  0x00006f87 isolate1  0x00000006 , 0x0000003f 
- 00026709  0x00006f88 nsetflag  0x00000001 , 0x00000016 , 0x00000011 
- 00026710  0x00006f89 isolate1  0x00000007 , 0x0000003f 
- 00026711  0x00006f8a nsetflag  0x00000001 , 0x00000017 , 0x00000011 
- 00026712  0x00006f8c hfetch  0x00000001 , 0x00008080 
- 00026713  0x00006f8d isolate1  0x00000000 , 0x0000003f 
- 00026714  0x00006f8e nsetflag  0x00000001 , 0x00000005 , 0x00000011 
- 00026715  0x00006f8f isolate1  0x00000001 , 0x0000003f 
- 00026716  0x00006f90 nsetflag  0x00000001 , 0x00000006 , 0x00000011 
- 00026717  0x00006f91 isolate1  0x00000002 , 0x0000003f 
- 00026718  0x00006f92 nsetflag  0x00000001 , 0x00000007 , 0x00000011 
- 00026719  0x00006f93 isolate1  0x00000003 , 0x0000003f 
- 00026720  0x00006f94 nsetflag  0x00000001 , 0x00000012 , 0x00000011 
- 00026721  0x00006f95 isolate1  0x00000004 , 0x0000003f 
- 00026722  0x00006f96 nsetflag  0x00000001 , 0x00000013 , 0x00000011 
- 00026723  0x00006f97 isolate1  0x00000005 , 0x0000003f 
- 00026724  0x00006f98 nsetflag  0x00000001 , 0x00000014 , 0x00000011 
- 00026725  0x00006f99 isolate1  0x00000006 , 0x0000003f 
- 00026726  0x00006f9a nsetflag  0x00000001 , 0x00000015 , 0x00000011 
- 00026727  0x00006f9b isolate1  0x00000007 , 0x0000003f 
- 00026728  0x00006f9c nsetflag  0x00000001 , 0x00000016 , 0x00000011 
- 00026729  0x00006f9e hfetch  0x00000001 , 0x00008062 
- 00026730  0x00006f9f isolate1  0x00000004 , 0x0000003f 
- 00026731  0x00006fa0 call  0x0000687e , 0x00000001 
- 00026732  0x00006fa1 bpatchx  0x0000009d , 0x00004033 
- 00026733  0x00006fa3 hfetch  0x00000004 , 0x00008078 
- 00026734  0x00006fa4 hfetcht  0x00000004 , 0x0000807c 
- 00026735  0x00006fa5 ior  0x00000002 , 0x0000003f 
- 00026736  0x00006fa6 invert  0x0000003f , 0x0000003f 
- 00026737  0x00006fa7 iand  0x00000011 , 0x0000003f 
- 00026738  0x00006fa9 hstore  0x00000004 , 0x00008070 
- 00026739  0x00006faa rtn 
- 00026740  0x00006fae arg  0x00000006 , 0x00000007 
- 00026741  0x00006faf branch  0x00006884 
- 00026742  0x00006fb1 arg  0x00000009 , 0x00000007 
- 00026743  0x00006fb2 branch  0x00006882 
- 00026744  0x00006fb4 arg  0x00000017 , 0x00000007 
- 00026745  0x00006fb5 branch  0x00006882 
- 00026746  0x00006fb7 arg  0x00000019 , 0x00000007 
- 00026747  0x00006fb8 branch  0x00006884 
- 00026748  0x00006fba arg  0x0000001e , 0x00000007 
- 00026749  0x00006fbb branch  0x00006884 
- 00026750  0x00006fbd arg  0x00000002 , 0x00000007 
- 00026751  0x00006fbe branch  0x00006884 
- 00026752  0x00006fc0 arg  0x00000001 , 0x00000039 
- 00026753  0x00006fc1 branch  0x00006885 
- 00026754  0x00006fc3 arg  0x00000004 , 0x00000039 
- 00026755  0x00006fc4 branch  0x00006885 
- 00026756  0x00006fc6 arg  0x00000002 , 0x00000039 
- 00026757  0x00006fc8 qset0  0x00000011 
- 00026758  0x00006fc9 increase  0x00000001 , 0x00000007 
- 00026759  0x00006fca loop  0x00006885 
- 00026760  0x00006fcb rtn 
- 00026761  0x00006fd4 call  0x00006895 
- 00026762  0x00006fd5 arg  0x00000006 , 0x00000002 
- 00026763  0x00006fd6 branch  0x0000680e 
- 00026764  0x00006fd9 call  0x00006889 
- 00026765  0x00006fda arg  0x00000006 , 0x00000002 
- 00026766  0x00006fdb branch  0x00006825 
- 00026767  0x00006fe0 call  0x00006895 
- 00026768  0x00006fe1 hfetch  0x00000001 , 0x00008078 
- 00026769  0x00006fe2 set1  0x00000007 , 0x0000003f 
- 00026770  0x00006fe3 hstore  0x00000001 , 0x00008078 
- 00026771  0x00006fe4 arg  0x00000007 , 0x00000002 
- 00026772  0x00006fe5 branch  0x000067fb 
- 00026773  0x00006fe8 hfetch  0x00000001 , 0x00008081 
- 00026774  0x00006fe9 and_into  0x000000fb , 0x0000003f 
- 00026775  0x00006fea hstore  0x00000001 , 0x00008081 
- 00026776  0x00006feb rtn 
- 00026777  0x00006fee hfetch  0x00000001 , 0x00008081 
- 00026778  0x00006fef isolate1  0x00000002 , 0x0000003f 
- 00026779  0x00006ff0 rtn 
- 00026780  0x00006ff3 call  0x0000666a 
- 00026781  0x00006ff4 setarg  0x000007e0 
- 00026782  0x00006ff5 arg  0x00004150 , 0x00000011 
- 00026783  0x00006ff6 arg  0x00000002 , 0x00000002 
- 00026784  0x00006ff7 call  0x000066b3 
- 00026785  0x00006ff8 branch  0x0000666d 
- 00026786  0x00006ffc call  0x0000666a 
- 00026787  0x00006ffd setarg  0x000007e2 
- 00026788  0x00006ffe arg  0x0000421d , 0x00000011 
- 00026789  0x00006fff arg  0x0000000e , 0x00000002 
- 00026790  0x00007000 call  0x000066b3 
- 00026791  0x00007001 branch  0x0000666d 
- 00026792  0x00007006 bpatchx  0x0000009e , 0x00004033 
- 00026793  0x00007008 call  0x000068a2 
- 00026794  0x0000700a fetch  0x00000001 , 0x0000422d 
- 00026795  0x0000700b beq  0x00000000 , 0x000068af 
- 00026796  0x0000700c beq  0x00000001 , 0x000068c3 
- 00026797  0x0000700d beq  0x00000002 , 0x000068d7 
- 00026798  0x0000700e rtn 
- 00026799  0x00007011 fetcht  0x00000002 , 0x00004229 
- 00026800  0x00007012 setarg  0x0000aa55 
- 00026801  0x00007013 isub  0x00000002 , 0x0000003e 
- 00026802  0x00007014 branch  0x000068b8 , 0x00000005 
- 00026803  0x00007015 setarg  0x00004dfa 
- 00026804  0x00007016 store  0x00000002 , 0x00004227 
- 00026805  0x00007017 setarg  0x00004894 
- 00026806  0x00007018 store  0x00000002 , 0x00004221 
- 00026807  0x00007019 branch  0x000068c0 
- 00026808  0x0000701c fetch  0x00000002 , 0x00004227 
- 00026809  0x0000701d nbranch  0x000068bc , 0x00000034 
- 00026810  0x0000701e setarg  0x00004dfa 
- 00026811  0x0000701f store  0x00000002 , 0x00004227 
- 00026812  0x00007021 fetch  0x00000002 , 0x00004221 
- 00026813  0x00007022 nbranch  0x000068c0 , 0x00000034 
- 00026814  0x00007023 setarg  0x00004894 
- 00026815  0x00007024 store  0x00000002 , 0x00004221 
- 00026816  0x00007026 setarg  0x00000064 
- 00026817  0x00007027 store  0x00000002 , 0x0000422b 
- 00026818  0x00007028 rtn 
- 00026819  0x0000702b fetcht  0x00000002 , 0x00004229 
- 00026820  0x0000702c setarg  0x0000aa55 
- 00026821  0x0000702d isub  0x00000002 , 0x0000003e 
- 00026822  0x0000702e branch  0x000068cc , 0x00000005 
- 00026823  0x0000702f setarg  0x00005932 
- 00026824  0x00007030 store  0x00000002 , 0x00004225 
- 00026825  0x00007031 setarg  0x00004323 
- 00026826  0x00007032 store  0x00000002 , 0x0000421f 
- 00026827  0x00007033 branch  0x000068d4 
- 00026828  0x00007036 fetch  0x00000002 , 0x00004225 
- 00026829  0x00007037 nbranch  0x000068d0 , 0x00000034 
- 00026830  0x00007038 setarg  0x00005932 
- 00026831  0x00007039 store  0x00000002 , 0x00004225 
- 00026832  0x0000703b fetch  0x00000002 , 0x0000421f 
- 00026833  0x0000703c nbranch  0x000068d4 , 0x00000034 
- 00026834  0x0000703d setarg  0x00004323 
- 00026835  0x0000703e store  0x00000002 , 0x0000421f 
- 00026836  0x00007040 setarg  0x00000190 
- 00026837  0x00007041 store  0x00000002 , 0x0000422b 
- 00026838  0x00007042 rtn 
- 00026839  0x00007045 fetcht  0x00000002 , 0x00004229 
- 00026840  0x00007046 setarg  0x0000aa55 
- 00026841  0x00007047 isub  0x00000002 , 0x0000003e 
- 00026842  0x00007048 branch  0x000068e0 , 0x00000005 
- 00026843  0x00007049 setarg  0x00006946 
- 00026844  0x0000704a store  0x00000002 , 0x00004223 
- 00026845  0x0000704b setarg  0x00005377 
- 00026846  0x0000704c store  0x00000002 , 0x0000421d 
- 00026847  0x0000704d branch  0x000068e8 
- 00026848  0x00007050 fetch  0x00000002 , 0x00004223 
- 00026849  0x00007051 nbranch  0x000068e4 , 0x00000034 
- 00026850  0x00007052 setarg  0x00006946 
- 00026851  0x00007053 store  0x00000002 , 0x00004223 
- 00026852  0x00007055 fetch  0x00000002 , 0x0000421d 
- 00026853  0x00007056 nbranch  0x000068e8 , 0x00000034 
- 00026854  0x00007057 setarg  0x00005377 
- 00026855  0x00007058 store  0x00000002 , 0x0000421d 
- 00026856  0x0000705a setarg  0x00000032 
- 00026857  0x0000705b store  0x00000002 , 0x0000422b 
- 00026858  0x0000705c rtn 
- 00026859  0x00007060 fetch  0x00000001 , 0x0000422d 
- 00026860  0x00007061 beq  0x00000000 , 0x000068f0 
- 00026861  0x00007062 beq  0x00000001 , 0x000068f2 
- 00026862  0x00007063 beq  0x00000002 , 0x000068f4 
- 00026863  0x00007064 rtn 
- 00026864  0x00007066 jam  0x000000bf , 0x00008971 
- 00026865  0x00007067 branch  0x000068f8 
- 00026866  0x00007069 jam  0x000000af , 0x00008971 
- 00026867  0x0000706a branch  0x000068f8 
- 00026868  0x0000706c jam  0x0000008f , 0x00008971 
- 00026869  0x0000706d fetch  0x00000001 , 0x0000422e 
- 00026870  0x0000706e hstore  0x00000001 , 0x00008973 
- 00026871  0x0000706f branch  0x000068f8 
- 00026872  0x00007071 bpatchx  0x0000009f , 0x00004033 
- 00026873  0x00007072 hfetch  0x00000001 , 0x00008053 
- 00026874  0x00007073 set1  0x00000007 , 0x0000003f 
- 00026875  0x00007074 hstore  0x00000001 , 0x00008053 
- 00026876  0x00007075 hfetch  0x00000001 , 0x00008973 
- 00026877  0x00007076 or_into  0x00000030 , 0x0000003f 
- 00026878  0x00007077 hstore  0x00000001 , 0x00008973 
- 00026879  0x00007078 jam  0x0000007c , 0x00008906 
- 00026880  0x00007079 jam  0x000000aa , 0x00008972 
- 00026881  0x0000707a nop  0x00001388 
- 00026882  0x0000707b hfetcht  0x00000002 , 0x00008150 
- 00026883  0x0000707c hfetch  0x00000001 , 0x00008053 
- 00026884  0x0000707d set0  0x00000007 , 0x0000003f 
- 00026885  0x0000707e hstore  0x00000001 , 0x00008053 
- 00026886  0x0000707f storet  0x00000002 , 0x0000422f 
- 00026887  0x00007080 rtn 
- 00026888  0x00007083 bpatchx  0x000000a0 , 0x00004034 
- 00026889  0x00007084 fetch  0x00000001 , 0x0000422d 
- 00026890  0x00007085 beq  0x00000000 , 0x0000690e 
- 00026891  0x00007086 beq  0x00000001 , 0x00006912 
- 00026892  0x00007087 beq  0x00000002 , 0x00006916 
- 00026893  0x00007088 rtn 
- 00026894  0x0000708b fetch  0x00000002 , 0x00004227 
- 00026895  0x0000708c fetcht  0x00000002 , 0x00004221 
- 00026896  0x0000708d arg  0x000000c8 , 0x00000013 
- 00026897  0x0000708e branch  0x0000691a 
- 00026898  0x00007091 fetch  0x00000002 , 0x00004225 
- 00026899  0x00007092 fetcht  0x00000002 , 0x0000421f 
- 00026900  0x00007093 arg  0x00000064 , 0x00000013 
- 00026901  0x00007094 branch  0x0000691a 
- 00026902  0x00007097 fetch  0x00000002 , 0x00004223 
- 00026903  0x00007098 fetcht  0x00000002 , 0x0000421d 
- 00026904  0x00007099 arg  0x00000032 , 0x00000013 
- 00026905  0x0000709a branch  0x0000691a 
- 00026906  0x0000709d isub  0x00000002 , 0x00000011 
- 00026907  0x0000709e fetch  0x00000002 , 0x0000422f 
- 00026908  0x0000709f isub  0x00000002 , 0x0000003f 
- 00026909  0x000070a0 nbranch  0x00006927 , 0x00000002 
- 00026910  0x000070a1 fetcht  0x00000002 , 0x0000422b 
- 00026911  0x000070a2 imul32  0x00000002 , 0x00000012 
- 00026912  0x000070a3 copy  0x00000013 , 0x0000003f 
- 00026913  0x000070a4 imul32  0x00000011 , 0x0000003f 
- 00026914  0x000070a5 iadd  0x00000012 , 0x0000003f 
- 00026915  0x000070a7 idiv  0x00000011 
- 00026916  0x000070a8 call  0x00007f86 
- 00026917  0x000070a9 quotient  0x0000003f 
- 00026918  0x000070aa rtn 
- 00026919  0x000070ad copy  0x00000002 , 0x0000003f 
- 00026920  0x000070ae fetcht  0x00000002 , 0x0000422f 
- 00026921  0x000070af isub  0x00000002 , 0x0000003f 
- 00026922  0x000070b0 fetcht  0x00000002 , 0x0000422b 
- 00026923  0x000070b1 imul32  0x00000002 , 0x00000012 
- 00026924  0x000070b2 copy  0x00000013 , 0x0000003f 
- 00026925  0x000070b3 imul32  0x00000011 , 0x0000003f 
- 00026926  0x000070b4 isub  0x00000012 , 0x0000003f 
- 00026927  0x000070b5 branch  0x00006923 
- 00026928  0x000070c1 ifetch  0x00000008 , 0x00000011 
- 00026929  0x000070c2 store  0x00000008 , 0x00000a9a 
- 00026930  0x000070c3 fetch  0x00000002 , 0x00000a9a 
- 00026931  0x000070c4 fetcht  0x00000002 , 0x00000a9c 
- 00026932  0x000070c5 isub  0x00000002 , 0x00000011 
- 00026933  0x000070c6 fetch  0x00000002 , 0x00000aa0 
- 00026934  0x000070c7 isub  0x00000002 , 0x00000012 
- 00026935  0x000070c8 fetcht  0x00000002 , 0x00000a9e 
- 00026936  0x000070c9 isub  0x00000002 , 0x0000003e 
- 00026937  0x000070ca ncall  0x00006940 , 0x00000002 
- 00026938  0x000070cb mul32  0x00000012 , 0x00000064 , 0x0000003f 
- 00026939  0x000070cc idiv  0x00000011 
- 00026940  0x000070cd call  0x00007f86 
- 00026941  0x000070ce quotient  0x0000003f 
- 00026942  0x000070cf call  0x00006944 , 0x00000034 
- 00026943  0x000070d0 rtn 
- 00026944  0x000070d2 fetch  0x00000001 , 0x00004231 
- 00026945  0x000070d3 set1  0x00000000 , 0x0000003f 
- 00026946  0x000070d4 store  0x00000001 , 0x00004231 
- 00026947  0x000070d5 rtn 
- 00026948  0x000070d7 fetcht  0x00000001 , 0x00004231 
- 00026949  0x000070d8 set1  0x00000001 , 0x00000002 
- 00026950  0x000070d9 storet  0x00000001 , 0x00004231 
- 00026951  0x000070da rtn 
- 00026952  0x000070e0 fetch  0x00000002 , 0x0000423d 
- 00026953  0x000070e1 ifetch  0x00000001 , 0x0000003f 
- 00026954  0x000070e3 rtn  0x00000034 
- 00026955  0x000070e4 copy  0x0000003f , 0x00000039 
- 00026956  0x000070e6 fetch  0x00000002 , 0x0000423d 
- 00026957  0x000070e7 increase  0x00000003 , 0x0000003f 
- 00026958  0x000070e8 copy  0x0000003f , 0x00000011 
- 00026959  0x000070ea ifetcht  0x00000001 , 0x00000011 
- 00026960  0x000070eb call  0x000067fb 
- 00026961  0x000070ec increase  0x00000001 , 0x00000011 
- 00026962  0x000070ed loop  0x0000694f 
- 00026963  0x000070ef rtn 
- 00026964  0x000070f2 fetch  0x00000002 , 0x0000423d 
- 00026965  0x000070f3 increase  0x00000003 , 0x0000003f 
- 00026966  0x000070f4 copy  0x0000003f , 0x00000011 
- 00026967  0x000070f6 force  0x00000000 , 0x00000012 
- 00026968  0x000070f7 jam  0x00000000 , 0x00000b12 
- 00026969  0x000070f9 ifetcht  0x00000001 , 0x00000011 
- 00026970  0x000070fa call  0x0000681d 
- 00026971  0x000070fb bpatchx  0x000000a1 , 0x00004034 
- 00026972  0x000070fc fetch  0x00000002 , 0x00000b12 
- 00026973  0x000070fd copy  0x00000012 , 0x00000007 
- 00026974  0x000070fe qsetflag  0x00000001 , 0x0000003f 
- 00026975  0x000070ff store  0x00000002 , 0x00000b12 
- 00026976  0x00007100 increase  0x00000001 , 0x00000011 
- 00026977  0x00007101 increase  0x00000001 , 0x00000012 
- 00026978  0x00007102 fetch  0x00000002 , 0x0000423d 
- 00026979  0x00007103 ifetch  0x00000001 , 0x0000003f 
- 00026980  0x00007105 ixor  0x00000012 , 0x0000003e 
- 00026981  0x00007106 nbranch  0x00006959 , 0x00000005 
- 00026982  0x00007107 fetch  0x00000002 , 0x00000b12 
- 00026983  0x00007108 fetcht  0x00000002 , 0x00000b14 
- 00026984  0x00007109 ixor  0x00000002 , 0x0000003e 
- 00026985  0x0000710a rtn  0x00000005 
- 00026986  0x0000710b enable  0x00000028 
- 00026987  0x0000710c rtn 
- 00026988  0x0000710f fetch  0x00000002 , 0x0000423d 
- 00026989  0x00007110 ifetch  0x00000001 , 0x0000003f 
- 00026990  0x00007112 rtn  0x00000034 
- 00026991  0x00007113 copy  0x0000003f , 0x00000039 
- 00026992  0x00007114 fetch  0x00000002 , 0x0000423d 
- 00026993  0x00007115 increase  0x00000003 , 0x0000003f 
- 00026994  0x00007116 copy  0x0000003f , 0x00000011 
- 00026995  0x00007118 ifetcht  0x00000001 , 0x00000011 
- 00026996  0x00007119 call  0x000067dd 
- 00026997  0x0000711a increase  0x00000001 , 0x00000011 
- 00026998  0x0000711b loop  0x00006973 
- 00026999  0x0000711d rtn 
- 00027000  0x00007120 arg  0x00000009 , 0x00000007 
- 00027001  0x00007121 call  0x00007f16 
- 00027002  0x00007122 nrtn  0x00000034 
- 00027003  0x00007123 setarg  0x00000020 
- 00027004  0x00007124 arg  0x00000009 , 0x00000007 
- 00027005  0x00007125 call  0x00007f08 
- 00027006  0x00007126 disable  0x00000028 
- 00027007  0x00007127 call  0x0000696c 
- 00027008  0x00007128 bpatchx  0x000000a2 , 0x00004034 
- 00027009  0x00007129 fetch  0x00000002 , 0x0000423d 
- 00027010  0x0000712a ifetch  0x00000001 , 0x0000003f 
- 00027011  0x0000712c rtn  0x00000034 
- 00027012  0x0000712d call  0x00006954 
- 00027013  0x0000712e nbranch  0x00007d02 , 0x00000028 
- 00027014  0x0000712f call  0x00007d00 
- 00027015  0x00007130 disable  0x00000028 
- 00027016  0x00007131 fetch  0x00000002 , 0x00000b12 
- 00027017  0x00007132 store  0x00000002 , 0x00000b19 
- 00027018  0x00007133 jam  0x00000000 , 0x00000b1b 
- 00027019  0x00007134 force  0x00000000 , 0x00000007 
- 00027020  0x00007136 fetch  0x00000002 , 0x00000b14 
- 00027021  0x00007137 rshift  0x0000003f , 0x00000002 
- 00027022  0x00007138 storet  0x00000002 , 0x00000b14 
- 00027023  0x00007139 and  0x0000003f , 0x00000001 , 0x0000003f 
- 00027024  0x0000713a fetcht  0x00000002 , 0x00000b19 
- 00027025  0x0000713b and  0x00000002 , 0x00000001 , 0x00000011 
- 00027026  0x0000713c rshift  0x00000002 , 0x00000002 
- 00027027  0x0000713d storet  0x00000002 , 0x00000b19 
- 00027028  0x0000713e ixor  0x00000011 , 0x0000003e 
- 00027029  0x0000713f ncall  0x000069a1 , 0x00000005 
- 00027030  0x00007140 fetch  0x00000002 , 0x0000423d 
- 00027031  0x00007141 ifetch  0x00000001 , 0x0000003f 
- 00027032  0x00007143 fetcht  0x00000001 , 0x00000b1b 
- 00027033  0x00007144 increase  0x00000001 , 0x00000002 
- 00027034  0x00007145 storet  0x00000001 , 0x00000b1b 
- 00027035  0x00007146 copy  0x00000002 , 0x00000007 
- 00027036  0x00007147 ixor  0x00000007 , 0x0000003e 
- 00027037  0x00007148 nbranch  0x0000698c , 0x00000005 
- 00027038  0x00007149 fetch  0x00000002 , 0x00000b12 
- 00027039  0x0000714a store  0x00000002 , 0x00000b14 
- 00027040  0x0000714b rtn 
- 00027041  0x0000714d bpatchx  0x000000a3 , 0x00004034 
- 00027042  0x0000714e fetch  0x00000002 , 0x0000423d 
- 00027043  0x0000714f increase  0x00000001 , 0x0000003f 
- 00027044  0x00007150 ifetch  0x00000002 , 0x0000003f 
- 00027045  0x00007151 branch  0x00007f9c 
- 00027046  0x0000715d hfetch  0x00000001 , 0x00008042 
- 00027047  0x0000715e ior  0x00000011 , 0x0000003f 
- 00027048  0x0000715f hstore  0x00000001 , 0x00008042 
- 00027049  0x00007160 hfetch  0x00000002 , 0x00008050 
- 00027050  0x00007161 set0  0x0000000d , 0x0000003f 
- 00027051  0x00007162 hstore  0x00000002 , 0x00008050 
- 00027052  0x00007163 nop  0x00000064 
- 00027053  0x00007164 rtn 
- 00027054  0x00007170 fetcht  0x00000003 , 0x00000a9c 
- 00027055  0x00007171 setarg  0x00b71b00 
- 00027056  0x00007172 idiv  0x00000002 
- 00027057  0x00007173 call  0x00007f86 
- 00027058  0x00007174 quotient  0x00000002 
- 00027059  0x00007175 fetch  0x00000001 , 0x00000a9f 
- 00027060  0x00007176 imul32  0x00000002 , 0x0000003f 
- 00027061  0x00007177 div  0x0000003f , 0x00000064 
- 00027062  0x00007178 call  0x00007f86 
- 00027063  0x00007179 quotient  0x00000011 
- 00027064  0x0000717a copy  0x00000002 , 0x0000003f 
- 00027065  0x0000717b isub  0x00000011 , 0x00000012 
- 00027066  0x0000717c fetch  0x00000001 , 0x00000a9b 
- 00027067  0x0000717d call  0x000069be 
- 00027068  0x0000717e fetch  0x00000001 , 0x00000a9a 
- 00027069  0x0000717f branch  0x000069d5 
- 00027070  0x00007183 beq  0x00000000 , 0x000069c4 
- 00027071  0x00007184 beq  0x00000001 , 0x000069c6 
- 00027072  0x00007185 beq  0x00000002 , 0x000069c8 
- 00027073  0x00007186 beq  0x00000003 , 0x000069ca 
- 00027074  0x00007187 beq  0x00000004 , 0x000069cc 
- 00027075  0x00007188 beq  0x00000005 , 0x000069ce 
- 00027076  0x0000718a arg  0x000080a0 , 0x00000005 
- 00027077  0x0000718b branch  0x000069d0 
- 00027078  0x0000718d arg  0x000080a4 , 0x00000005 
- 00027079  0x0000718e branch  0x000069d0 
- 00027080  0x00007190 arg  0x000080a8 , 0x00000005 
- 00027081  0x00007191 branch  0x000069d0 
- 00027082  0x00007193 arg  0x00008064 , 0x00000005 
- 00027083  0x00007194 branch  0x000069d0 
- 00027084  0x00007196 arg  0x00008068 , 0x00000005 
- 00027085  0x00007197 branch  0x000069d0 
- 00027086  0x00007199 arg  0x0000806c , 0x00000005 
- 00027087  0x0000719a branch  0x000069d0 
- 00027088  0x0000719c copy  0x00000011 , 0x0000003f 
- 00027089  0x0000719d istore  0x00000002 , 0x00000005 
- 00027090  0x0000719e copy  0x00000012 , 0x0000003f 
- 00027091  0x0000719f istore  0x00000002 , 0x00000005 
- 00027092  0x000071a0 rtn 
- 00027093  0x000071a5 enable  0x00000028 
- 00027094  0x000071a6 branch  0x000069d8 
- 00027095  0x000071a8 disable  0x00000028 
- 00027096  0x000071aa beq  0x00000004 , 0x000069e3 
- 00027097  0x000071ab beq  0x00000005 , 0x000069e5 
- 00027098  0x000071ac beq  0x0000001b , 0x000069e7 
- 00027099  0x000071ad beq  0x0000001c , 0x000069e9 
- 00027100  0x000071ae beq  0x00000003 , 0x000069eb 
- 00027101  0x000071af beq  0x00000008 , 0x000069ed 
- 00027102  0x000071b0 beq  0x00000014 , 0x000069ef 
- 00027103  0x000071b1 beq  0x00000015 , 0x000069f1 
- 00027104  0x000071b2 beq  0x00000016 , 0x000069f3 
- 00027105  0x000071b3 beq  0x00000017 , 0x000069f5 
- 00027106  0x000071b4 rtn 
- 00027107  0x000071b8 arg  0x00000006 , 0x00000007 
- 00027108  0x000071b9 branch  0x000069ff 
- 00027109  0x000071bb arg  0x00000007 , 0x00000007 
- 00027110  0x000071bc branch  0x000069ff 
- 00027111  0x000071be arg  0x00000008 , 0x00000007 
- 00027112  0x000071bf branch  0x000069ff 
- 00027113  0x000071c1 arg  0x00000009 , 0x00000007 
- 00027114  0x000071c2 branch  0x000069ff 
- 00027115  0x000071c4 arg  0x0000000a , 0x00000007 
- 00027116  0x000071c5 branch  0x000069ff 
- 00027117  0x000071c7 arg  0x0000000b , 0x00000007 
- 00027118  0x000071c8 branch  0x000069ff 
- 00027119  0x000071ca arg  0x0000000c , 0x00000007 
- 00027120  0x000071cb branch  0x00006a01 
- 00027121  0x000071cd arg  0x0000000d , 0x00000007 
- 00027122  0x000071ce branch  0x00006a01 
- 00027123  0x000071d0 arg  0x0000000e , 0x00000007 
- 00027124  0x000071d1 branch  0x00006a01 
- 00027125  0x000071d3 arg  0x0000000f , 0x00000007 
- 00027126  0x000071d4 branch  0x00006a01 
- 00027127  0x000071d7 hfetch  0x00000002 , 0x00008081 
- 00027128  0x000071d8 qsetflag  0x00000028 , 0x0000003f 
- 00027129  0x000071d9 hstore  0x00000002 , 0x00008081 
- 00027130  0x000071da copy  0x00000011 , 0x00000007 
- 00027131  0x000071db hfetch  0x00000001 , 0x00008085 
- 00027132  0x000071dc qsetflag  0x00000028 , 0x0000003f 
- 00027133  0x000071dd hstore  0x00000001 , 0x00008085 
- 00027134  0x000071de rtn 
- 00027135  0x000071e1 add  0x00000007 , 0xfffffffc , 0x00000011 
- 00027136  0x000071e2 branch  0x000069f7 
- 00027137  0x000071e5 add  0x00000007 , 0xfffffff6 , 0x00000011 
- 00027138  0x000071e6 branch  0x000069f7 
- 00027139  0x000071ec rtn  0x0000002b 
- 00027140  0x000071ed jam  0x00000000 , 0x00004567 
- 00027141  0x000071ee jam  0x00000003 , 0x000004ed 
- 00027142  0x000071ef jam  0x00000003 , 0x000004ee 
- 00027143  0x000071f0 jam  0x00000011 , 0x000004f2 
- 00027144  0x000071f1 jam  0x00000013 , 0x000004f3 
- 00027145  0x000071f2 setarg  0x00000000 
- 00027146  0x000071f3 store  0x00000003 , 0x000004ef 
- 00027147  0x000071f4 store  0x00000001 , 0x00004254 
- 00027148  0x000071f5 jam  0x00000000 , 0x00004681 
- 00027149  0x000071f8 bpatchx  0x000000a4 , 0x00004034 
- 00027150  0x000071f9 setarg  0x00000000 
- 00027151  0x000071fa store  0x00000001 , 0x00004254 
- 00027152  0x000071fb store  0x00000001 , 0x00004564 
- 00027153  0x000071fc store  0x00000001 , 0x0000455d 
- 00027154  0x000071fd fetch  0x00000001 , 0x0000456b 
- 00027155  0x000071fe beq  0x00000001 , 0x00006a16 
- 00027156  0x000071ff jam  0x00000050 , 0x00004569 
- 00027157  0x00007200 rtn 
- 00027158  0x00007203 jam  0x00000000 , 0x00004569 
- 00027159  0x00007204 rtn 
- 00027160  0x00007207 or_into  0x00000002 , 0x00000002 
- 00027161  0x00007208 rtn 
- 00027162  0x00007215 copy  0x00000002 , 0x0000003f 
- 00027163  0x00007216 reverse  0x0000003f , 0x0000003f 
- 00027164  0x00007217 store  0x00000001 , 0x00004562 
- 00027165  0x00007218 force  0x0000003f , 0x0000003f 
- 00027166  0x00007219 reverse  0x0000003f , 0x0000003f 
- 00027167  0x0000721a store  0x00000001 , 0x00004561 
- 00027168  0x0000721b force  0x00000001 , 0x0000003f 
- 00027169  0x0000721c reverse  0x0000003f , 0x0000003f 
- 00027170  0x0000721d store  0x00000001 , 0x00004560 
- 00027171  0x0000721e call  0x00006a50 
- 00027172  0x0000721f copy  0x00000002 , 0x0000003f 
- 00027173  0x00007220 rtn 
- 00027174  0x00007222 reverse  0x0000003f , 0x0000003f 
- 00027175  0x00007223 store  0x00000001 , 0x00004562 
- 00027176  0x00007224 force  0x00000073 , 0x0000003f 
- 00027177  0x00007225 reverse  0x0000003f , 0x0000003f 
- 00027178  0x00007226 store  0x00000001 , 0x00004561 
- 00027179  0x00007227 force  0x00000001 , 0x0000003f 
- 00027180  0x00007228 reverse  0x0000003f , 0x0000003f 
- 00027181  0x00007229 store  0x00000001 , 0x00004560 
- 00027182  0x0000722a branch  0x00006a50 
- 00027183  0x0000722d fetch  0x00000001 , 0x00004563 
- 00027184  0x0000722e branch  0x00006a33 , 0x00000034 
- 00027185  0x0000722f setarg  0x00000070 
- 00027186  0x00007230 rtn 
- 00027187  0x00007232 setarg  0x000000aa 
- 00027188  0x00007233 rtn 
- 00027189  0x00007236 reverse  0x0000003f , 0x0000003f 
- 00027190  0x00007237 store  0x00000001 , 0x00004562 
- 00027191  0x00007238 force  0x000000ef , 0x0000003f 
- 00027192  0x00007239 call  0x00006a44 
- 00027193  0x0000723a fetcht  0x00000002 , 0x000004f7 
- 00027194  0x0000723b copy  0x00000002 , 0x00000005 
- 00027195  0x0000723c istore  0x00000001 , 0x00000005 
- 00027196  0x0000723d copy  0x00000005 , 0x00000002 
- 00027197  0x0000723e storet  0x00000002 , 0x000004f7 
- 00027198  0x0000723f force  0x000000ff , 0x0000003f 
- 00027199  0x00007240 call  0x00006a44 
- 00027200  0x00007241 fetcht  0x00000002 , 0x000004f7 
- 00027201  0x00007242 copy  0x00000002 , 0x00000005 
- 00027202  0x00007243 istore  0x00000001 , 0x00000005 
- 00027203  0x00007244 rtn 
- 00027204  0x0000724e reverse  0x0000003f , 0x0000003f 
- 00027205  0x0000724f store  0x00000001 , 0x00004561 
- 00027206  0x00007250 fetch  0x00000002 , 0x00004561 
- 00027207  0x00007251 lshift8  0x0000003f , 0x0000003f 
- 00027208  0x00007252 store  0x00000003 , 0x000004f4 
- 00027209  0x00007253 arg  0x00000107 , 0x00000011 
- 00027210  0x00007254 arg  0x0000000f , 0x00000012 
- 00027211  0x00007255 call  0x00006a5d 
- 00027212  0x00007256 xor_into  0x000000d7 , 0x0000003f 
- 00027213  0x00007257 invert  0x0000003f , 0x0000003f 
- 00027214  0x00007258 reverse  0x0000003f , 0x0000003f 
- 00027215  0x00007259 rtn 
- 00027216  0x00007264 fetch  0x00000003 , 0x00004560 
- 00027217  0x00007265 store  0x00000003 , 0x000004f4 
- 00027218  0x00007266 arg  0x00000107 , 0x00000011 
- 00027219  0x00007267 arg  0x0000000f , 0x00000012 
- 00027220  0x00007268 call  0x00006a5d 
- 00027221  0x00007269 lshift8  0x0000003f , 0x0000003f 
- 00027222  0x0000726a arg  0x00000007 , 0x00000012 
- 00027223  0x0000726b call  0x00006a5d 
- 00027224  0x0000726c xor_into  0x0000002b , 0x0000003f 
- 00027225  0x0000726d invert  0x0000003f , 0x0000003f 
- 00027226  0x0000726e reverse  0x0000003f , 0x0000003f 
- 00027227  0x0000726f copy  0x0000003f , 0x00000002 
- 00027228  0x00007270 rtn 
- 00027229  0x00007273 arg  0x00000000 , 0x00000013 
- 00027230  0x00007274 copy  0x00000012 , 0x00000039 
- 00027231  0x00007275 call  0x00007e71 
- 00027232  0x00007276 icopy  0x00000002 
- 00027233  0x0000727c copy  0x00000002 , 0x0000003f 
- 00027234  0x0000727d lshift  0x00000013 , 0x00000013 
- 00027235  0x0000727e bbit0  0x00000008 , 0x00006a66 
- 00027236  0x0000727f ixor  0x00000011 , 0x00000002 
- 00027237  0x00007280 increase  0x00000001 , 0x00000013 
- 00027238  0x00007282 lshift  0x00000002 , 0x00000002 
- 00027239  0x00007283 fetch  0x00000003 , 0x000004f4 
- 00027240  0x00007284 increase  0xffffffff , 0x00000012 
- 00027241  0x00007285 compare  0x000000ff , 0x00000012 , 0x000000ff 
- 00027242  0x00007286 branch  0x00006a70 , 0x00000001 
- 00027243  0x00007287 copy  0x00000012 , 0x00000039 
- 00027244  0x00007288 call  0x00007e71 
- 00027245  0x00007289 isolate1  0x00000000 , 0x0000003f 
- 00027246  0x0000728a setflag  0x00000001 , 0x00000000 , 0x00000002 
- 00027247  0x0000728b branch  0x00006a61 
- 00027248  0x0000728e rshift  0x00000002 , 0x0000003f 
- 00027249  0x0000728f rtn 
- 00027250  0x00007292 fetcht  0x00000001 , 0x0000455d 
- 00027251  0x00007295 lshift2  0x00000002 , 0x00000002 
- 00027252  0x00007296 set1  0x00000000 , 0x00000002 
- 00027253  0x00007297 fetch  0x00000001 , 0x00004563 
- 00027254  0x00007298 ncall  0x00006a18 , 0x00000034 
- 00027255  0x00007299 storet  0x00000001 , 0x0000050d 
- 00027256  0x0000729a rtn 
- 00027257  0x0000729e lshift  0x00000002 , 0x00000002 
- 00027258  0x0000729f fetch  0x00000001 , 0x00004563 
- 00027259  0x000072a0 setflag  0x00000034 , 0x00000000 , 0x00000002 
- 00027260  0x000072a2 rtn 
- 00027261  0x000072a4 fetcht  0x00000001 , 0x000004fc 
- 00027262  0x000072a5 jam  0x000000d7 , 0x000004fe 
- 00027263  0x000072a6 call  0x00006bb6 
- 00027264  0x000072a7 fetch  0x00000001 , 0x00004251 
- 00027265  0x000072a8 set1  0x00000006 , 0x0000003f 
- 00027266  0x000072a9 set1  0x00000007 , 0x0000003f 
- 00027267  0x000072aa store  0x00000001 , 0x00004251 
- 00027268  0x000072ab jam  0x00000000 , 0x00004563 
- 00027269  0x000072ac branch  0x00006b97 
- 00027270  0x000072ae fetch  0x00000001 , 0x00004251 
- 00027271  0x000072af set1  0x00000007 , 0x0000003f 
- 00027272  0x000072b0 store  0x00000001 , 0x00004251 
- 00027273  0x000072b1 branch  0x00006b97 
- 00027274  0x000072b5 bpatchx  0x000000a5 , 0x00004034 
- 00027275  0x000072b6 fetch  0x00000001 , 0x00004681 
- 00027276  0x000072b7 beq  0x00000000 , 0x00006a8e 
- 00027277  0x000072b8 branch  0x00006b4c 
- 00027278  0x000072bb fetch  0x00000002 , 0x00000264 
- 00027279  0x000072bc copy  0x0000003f , 0x00000006 
- 00027280  0x000072bd call  0x00006ab8 
- 00027281  0x000072be fetch  0x00000001 , 0x000004fc 
- 00027282  0x000072bf beq  0x00000000 , 0x00006a94 
- 00027283  0x000072c0 branch  0x00006b18 
- 00027284  0x000072c2 bpatchx  0x000000a6 , 0x00004034 
- 00027285  0x000072c3 fetch  0x00000001 , 0x000004fd 
- 00027286  0x000072c4 beq  0x0000003f , 0x00006a7d 
- 00027287  0x000072c5 beq  0x00000073 , 0x00006a86 
- 00027288  0x000072c6 beq  0x000000ef , 0x00006a9b 
- 00027289  0x000072c7 beq  0x00000053 , 0x00006b44 
- 00027290  0x000072c8 rtn 
- 00027291  0x000072cc fetch  0x00000002 , 0x00000501 
- 00027292  0x000072cd copy  0x0000003f , 0x00000006 
- 00027293  0x000072ce call  0x00006ac3 
- 00027294  0x000072cf fetch  0x00000001 , 0x00000503 
- 00027295  0x000072d0 beq  0x00000041 , 0x00006aa5 
- 00027296  0x000072d1 beq  0x00000040 , 0x00006aad 
- 00027297  0x000072d2 beq  0x00000071 , 0x00006ae6 
- 00027298  0x000072d3 beq  0x00000070 , 0x00006af2 
- 00027299  0x000072d4 beq  0x00000049 , 0x00006afd 
- 00027300  0x000072d5 branch  0x00006b97 
- 00027301  0x000072d8 call  0x00006aaf 
- 00027302  0x000072da branch  0x00006aa7 
- 00027303  0x000072dd fetch  0x00000001 , 0x00004254 
- 00027304  0x000072de set1  0x00000000 , 0x0000003f 
- 00027305  0x000072df set1  0x00000001 , 0x0000003f 
- 00027306  0x000072e0 store  0x00000001 , 0x00004254 
- 00027307  0x000072e1 call  0x00006be0 
- 00027308  0x000072e2 branch  0x00006b97 
- 00027309  0x000072e5 call  0x00006aaf 
- 00027310  0x000072e6 branch  0x00006b97 
- 00027311  0x000072e9 call  0x00006acb 
- 00027312  0x000072ea branch  0x00006ad7 
- 00027313  0x000072ed call  0x00006acb 
- 00027314  0x000072ee ifetch  0x00000001 , 0x00000006 
- 00027315  0x000072ef rshift3  0x0000003f , 0x0000003f 
- 00027316  0x000072f0 store  0x00000001 , 0x0000456a 
- 00027317  0x000072f1 ifetch  0x00000001 , 0x00000006 
- 00027318  0x000072f2 store  0x00000001 , 0x00000508 
- 00027319  0x000072f3 rtn 
- 00027320  0x000072f7 ifetch  0x00000001 , 0x00000006 
- 00027321  0x000072f8 store  0x00000001 , 0x000004fb 
- 00027322  0x000072f9 rshift3  0x0000003f , 0x0000003f 
- 00027323  0x000072fa store  0x00000001 , 0x000004fc 
- 00027324  0x000072fb ifetch  0x00000001 , 0x00000006 
- 00027325  0x000072fc store  0x00000001 , 0x000004fd 
- 00027326  0x000072fe call  0x00006ace 
- 00027327  0x000072ff storet  0x00000002 , 0x000004ff 
- 00027328  0x00007300 copy  0x00000006 , 0x0000003f 
- 00027329  0x00007301 store  0x00000002 , 0x00000501 
- 00027330  0x00007302 rtn 
- 00027331  0x00007305 ifetch  0x00000001 , 0x00000006 
- 00027332  0x00007306 rshift  0x0000003f , 0x0000003f 
- 00027333  0x00007307 store  0x00000001 , 0x00000503 
- 00027334  0x00007308 call  0x00006ace 
- 00027335  0x00007309 storet  0x00000002 , 0x00000504 
- 00027336  0x0000730a copy  0x00000006 , 0x0000003f 
- 00027337  0x0000730b store  0x00000002 , 0x00000506 
- 00027338  0x0000730c rtn 
- 00027339  0x00007310 fetch  0x00000002 , 0x00000506 
- 00027340  0x00007311 copy  0x0000003f , 0x00000006 
- 00027341  0x00007312 rtn 
- 00027342  0x00007315 ifetch  0x00000001 , 0x00000006 
- 00027343  0x00007316 copy  0x0000003f , 0x00000002 
- 00027344  0x00007317 rshift  0x00000002 , 0x00000002 
- 00027345  0x00007318 rtnbit1  0x00000000 
- 00027346  0x00007319 ifetch  0x00000001 , 0x00000006 
- 00027347  0x0000731a lshift3  0x0000003f , 0x0000003f 
- 00027348  0x0000731b lshift4  0x0000003f , 0x0000003f 
- 00027349  0x0000731c iadd  0x00000002 , 0x00000002 
- 00027350  0x0000731d rtn 
- 00027351  0x00007320 ifetch  0x00000001 , 0x00000006 
- 00027352  0x00007321 store  0x00000001 , 0x0000455d 
- 00027353  0x00007322 ifetch  0x00000001 , 0x00000006 
- 00027354  0x00007323 store  0x00000001 , 0x00000509 
- 00027355  0x00007324 ifetch  0x00000001 , 0x00000006 
- 00027356  0x00007325 store  0x00000001 , 0x0000050a 
- 00027357  0x00007326 ifetch  0x00000001 , 0x00000006 
- 00027358  0x00007327 store  0x00000001 , 0x0000050b 
- 00027359  0x00007328 ifetch  0x00000002 , 0x00000006 
- 00027360  0x00007329 store  0x00000002 , 0x0000455e 
- 00027361  0x0000732a ifetch  0x00000001 , 0x00000006 
- 00027362  0x0000732b store  0x00000001 , 0x0000050c 
- 00027363  0x0000732c ifetch  0x00000001 , 0x00000006 
- 00027364  0x0000732d store  0x00000001 , 0x00004568 
- 00027365  0x0000732e rtn 
- 00027366  0x00007332 call  0x00006ab1 
- 00027367  0x00007334 branch  0x00006ae8 
- 00027368  0x00007337 fetch  0x00000001 , 0x00004254 
- 00027369  0x00007338 set1  0x00000005 , 0x0000003f 
- 00027370  0x00007339 set1  0x00000006 , 0x0000003f 
- 00027371  0x0000733a store  0x00000001 , 0x00004254 
- 00027372  0x0000733b fetcht  0x00000001 , 0x0000455d 
- 00027373  0x0000733c lshift2  0x00000002 , 0x00000002 
- 00027374  0x0000733d or_into  0x00000003 , 0x00000002 
- 00027375  0x0000733e call  0x00006c11 
- 00027376  0x0000733f jam  0x00000003 , 0x00004567 
- 00027377  0x00007340 branch  0x00006b97 
- 00027378  0x00007343 jam  0x00000008 , 0x00000a99 
- 00027379  0x00007344 call  0x00007d86 
- 00027380  0x00007345 call  0x00006ab1 
- 00027381  0x00007346 fetch  0x00000001 , 0x0000456a 
- 00027382  0x00007347 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00027383  0x00007348 branch  0x00006af9 , 0x00000005 
- 00027384  0x00007349 branch  0x00002a8c 
- 00027385  0x0000734b fetch  0x00000001 , 0x00004254 
- 00027386  0x0000734c set1  0x00000007 , 0x0000003f 
- 00027387  0x0000734d store  0x00000001 , 0x00004254 
- 00027388  0x0000734e branch  0x00006b97 
- 00027389  0x00007351 call  0x00006acb 
- 00027390  0x00007352 ifetch  0x00000001 , 0x00000006 
- 00027391  0x00007353 store  0x00000001 , 0x00000ac2 
- 00027392  0x00007354 call  0x000052d2 
- 00027393  0x00007355 call  0x000052e0 
- 00027394  0x00007356 setarg  0x0000000e 
- 00027395  0x00007357 istore  0x00000002 , 0x00000005 
- 00027396  0x00007358 fetch  0x00000002 , 0x0000424a 
- 00027397  0x00007359 istore  0x00000002 , 0x00000005 
- 00027398  0x0000735a fetch  0x00000001 , 0x00004563 
- 00027399  0x0000735c lshift  0x0000003f , 0x0000003f 
- 00027400  0x0000735d set1  0x00000000 , 0x0000003f 
- 00027401  0x0000735e istore  0x00000001 , 0x00000005 
- 00027402  0x0000735f bpatchx  0x000000a7 , 0x00004034 
- 00027403  0x00007360 setarg  0x000015ef 
- 00027404  0x00007361 istore  0x00000002 , 0x00000005 
- 00027405  0x00007362 setarg  0x00001191 
- 00027406  0x00007363 istore  0x00000002 , 0x00000005 
- 00027407  0x00007366 fetch  0x00000001 , 0x00000ac2 
- 00027408  0x00007367 istore  0x00000001 , 0x00000005 
- 00027409  0x00007368 setarg  0x00000007 
- 00027410  0x00007369 istore  0x00000005 , 0x00000005 
- 00027411  0x0000736c setarg  0x00000001 
- 00027412  0x0000736d istore  0x00000002 , 0x00000005 
- 00027413  0x00007370 call  0x00006a2f 
- 00027414  0x00007371 istore  0x00000001 , 0x00000005 
- 00027415  0x00007372 rtn 
- 00027416  0x00007377 branch  0x00006b19 
- 00027417  0x0000737a bpatchx  0x000000a8 , 0x00004035 
- 00027418  0x0000737b fetch  0x00000001 , 0x000004fd 
- 00027419  0x0000737c beq  0x00000073 , 0x00006b21 
- 00027420  0x0000737d beq  0x0000003f , 0x00006b25 
- 00027421  0x0000737e beq  0x000000ef , 0x00006b3f 
- 00027422  0x0000737f beq  0x000000ff , 0x00006b37 
- 00027423  0x00007380 beq  0x00000053 , 0x00006b46 
- 00027424  0x00007381 rtn 
- 00027425  0x00007383 fetch  0x00000001 , 0x00004254 
- 00027426  0x00007384 set1  0x00000003 , 0x0000003f 
- 00027427  0x00007385 store  0x00000001 , 0x00004254 
- 00027428  0x00007386 branch  0x00006b97 
- 00027429  0x00007388 fetch  0x00000001 , 0x00004254 
- 00027430  0x00007389 set1  0x00000003 , 0x0000003f 
- 00027431  0x0000738a set1  0x00000002 , 0x0000003f 
- 00027432  0x0000738b store  0x00000001 , 0x00004254 
- 00027433  0x0000738c fetch  0x00000001 , 0x000004fb 
- 00027434  0x0000738d call  0x00006a26 
- 00027435  0x0000738e store  0x00000001 , 0x000004fe 
- 00027436  0x0000738f call  0x00006bb6 
- 00027437  0x00007390 fetch  0x00000001 , 0x000004fb 
- 00027438  0x00007391 rshift2  0x0000003f , 0x0000003f 
- 00027439  0x00007392 store  0x00000001 , 0x0000455d 
- 00027440  0x00007393 lshift2  0x0000003f , 0x0000003f 
- 00027441  0x00007394 set0  0x00000001 , 0x0000003f 
- 00027442  0x00007395 set1  0x00000000 , 0x0000003f 
- 00027443  0x00007396 arg  0x00004565 , 0x00000002 
- 00027444  0x00007397 storet  0x00000002 , 0x000004f7 
- 00027445  0x00007398 call  0x00006a35 
- 00027446  0x00007399 branch  0x00006b97 
- 00027447  0x0000739c fetch  0x00000002 , 0x00000501 
- 00027448  0x0000739d copy  0x0000003f , 0x00000006 
- 00027449  0x0000739e increase  0x00000001 , 0x0000003f 
- 00027450  0x0000739f store  0x00000002 , 0x00000501 
- 00027451  0x000073a0 ifetch  0x00000001 , 0x00000006 
- 00027452  0x000073a1 fetcht  0x00000001 , 0x00004568 
- 00027453  0x000073a2 iadd  0x00000002 , 0x0000003f 
- 00027454  0x000073a3 store  0x00000001 , 0x00004568 
- 00027455  0x000073a5 call  0x00006c42 
- 00027456  0x000073a7 call  0x00006a72 
- 00027457  0x000073a8 call  0x00006c28 
- 00027458  0x000073a9 call  0x00006c4b 
- 00027459  0x000073aa branch  0x00006b97 
- 00027460  0x000073ad jam  0x00000009 , 0x00000a99 
- 00027461  0x000073ae call  0x00007d86 
- 00027462  0x000073b0 call  0x00006a0d 
- 00027463  0x000073b1 fetch  0x00000001 , 0x000004fb 
- 00027464  0x000073b2 call  0x00006a26 
- 00027465  0x000073b3 store  0x00000001 , 0x000004fe 
- 00027466  0x000073b4 call  0x00006bb6 
- 00027467  0x000073b5 branch  0x00006b97 
- 00027468  0x000073bb fetch  0x00000002 , 0x00000264 
- 00027469  0x000073bc copy  0x0000003f , 0x00000006 
- 00027470  0x000073bd call  0x00006ab8 
- 00027471  0x000073be fetch  0x00000001 , 0x000004fc 
- 00027472  0x000073bf beq  0x00000000 , 0x00006b52 
- 00027473  0x000073c0 branch  0x00006b86 
- 00027474  0x000073c3 bpatchx  0x000000a9 , 0x00004035 
- 00027475  0x000073c4 fetch  0x00000001 , 0x000004fd 
- 00027476  0x000073c5 beq  0x0000003f , 0x00006a7d 
- 00027477  0x000073c6 beq  0x00000073 , 0x00006a86 
- 00027478  0x000073c7 beq  0x000000ef , 0x00006b58 
- 00027479  0x000073c8 branch  0x00006b97 
- 00027480  0x000073ca fetch  0x00000002 , 0x00000501 
- 00027481  0x000073cb copy  0x0000003f , 0x00000006 
- 00027482  0x000073cc call  0x00006ac3 
- 00027483  0x000073cd fetch  0x00000001 , 0x00000503 
- 00027484  0x000073ce beq  0x00000041 , 0x00006b61 
- 00027485  0x000073cf beq  0x00000040 , 0x00006b61 
- 00027486  0x000073d0 beq  0x00000071 , 0x00006b6c 
- 00027487  0x000073d1 beq  0x00000070 , 0x00006b7c 
- 00027488  0x000073d2 branch  0x00006b97 
- 00027489  0x000073d5 call  0x00006aaf 
- 00027490  0x000073d6 fetch  0x00000001 , 0x0000455d 
- 00027491  0x000073d7 rshift  0x0000003f , 0x0000003f 
- 00027492  0x000073d8 fetcht  0x00000001 , 0x00004564 
- 00027493  0x000073d9 isub  0x00000002 , 0x0000003e 
- 00027494  0x000073da branch  0x00006b68 , 0x00000005 
- 00027495  0x000073db branch  0x00002a8c 
- 00027496  0x000073dd fetch  0x00000001 , 0x00004254 
- 00027497  0x000073de set1  0x00000001 , 0x0000003f 
- 00027498  0x000073df store  0x00000001 , 0x00004254 
- 00027499  0x000073e0 branch  0x00006b97 
- 00027500  0x000073e3 call  0x00006ab1 
- 00027501  0x000073e4 fetch  0x00000001 , 0x0000456a 
- 00027502  0x000073e5 fetcht  0x00000001 , 0x00004564 
- 00027503  0x000073e6 isub  0x00000002 , 0x0000003e 
- 00027504  0x000073e7 branch  0x00006b73 , 0x00000005 
- 00027505  0x000073e8 branch  0x00002a8c 
- 00027506  0x000073e9 branch  0x00006b97 
- 00027507  0x000073eb fetch  0x00000001 , 0x00004254 
- 00027508  0x000073ec set1  0x00000005 , 0x0000003f 
- 00027509  0x000073ed set1  0x00000006 , 0x0000003f 
- 00027510  0x000073ee store  0x00000001 , 0x00004254 
- 00027511  0x000073ef fetcht  0x00000001 , 0x0000455d 
- 00027512  0x000073f0 lshift2  0x00000002 , 0x00000002 
- 00027513  0x000073f1 or_into  0x00000003 , 0x00000002 
- 00027514  0x000073f2 call  0x00006c11 
- 00027515  0x000073f3 branch  0x00006b97 
- 00027516  0x000073f6 call  0x00006ab1 
- 00027517  0x000073f7 fetch  0x00000001 , 0x0000456a 
- 00027518  0x000073f8 fetcht  0x00000001 , 0x00004564 
- 00027519  0x000073f9 isub  0x00000002 , 0x0000003e 
- 00027520  0x000073fa branch  0x00006b82 , 0x00000005 
- 00027521  0x000073fb branch  0x00002a8c 
- 00027522  0x000073fd fetch  0x00000001 , 0x00004254 
- 00027523  0x000073fe set1  0x00000007 , 0x0000003f 
- 00027524  0x000073ff store  0x00000001 , 0x00004254 
- 00027525  0x00007400 branch  0x00006b97 
- 00027526  0x00007403 fetch  0x00000001 , 0x000004fc 
- 00027527  0x00007404 fetcht  0x00000001 , 0x00004564 
- 00027528  0x00007405 isub  0x00000002 , 0x0000003e 
- 00027529  0x00007406 branch  0x00006b8c , 0x00000005 
- 00027530  0x00007407 branch  0x00002a8c 
- 00027531  0x00007408 branch  0x00006b97 
- 00027532  0x0000740b fetch  0x00000001 , 0x000004fd 
- 00027533  0x0000740c beq  0x00000073 , 0x00006b91 
- 00027534  0x0000740d beq  0x000000ef , 0x00006b3f 
- 00027535  0x0000740e beq  0x000000ff , 0x00006b37 
- 00027536  0x0000740f beq  0x00000053 , 0x00006b96 
- 00027537  0x00007411 fetch  0x00000001 , 0x00004254 
- 00027538  0x00007412 set1  0x00000003 , 0x0000003f 
- 00027539  0x00007413 store  0x00000001 , 0x00004254 
- 00027540  0x00007414 branch  0x00006b97 
- 00027541  0x00007416 branch  0x00006b95 
- 00027542  0x00007418 branch  0x00006b46 
- 00027543  0x0000741a rtn 
- 00027544  0x0000741d fetch  0x00000001 , 0x00004567 
- 00027545  0x0000741e rtn  0x00000034 
- 00027546  0x0000741f beq  0x00000003 , 0x00006b9c 
- 00027547  0x00007420 branch  0x00002a8c 
- 00027548  0x00007423 jam  0x00000000 , 0x00004567 
- 00027549  0x00007424 call  0x000052d2 
- 00027550  0x00007425 arg  0x00000001 , 0x00000002 
- 00027551  0x00007426 fetcht  0x00000001 , 0x0000455d 
- 00027552  0x00007427 lshift2  0x00000002 , 0x00000002 
- 00027553  0x00007429 or_into  0x00000003 , 0x00000002 
- 00027554  0x0000742a arg  0x000000aa , 0x00000011 
- 00027555  0x0000742b call  0x00006bfc 
- 00027556  0x0000742c call  0x000052e0 
- 00027557  0x0000742d copy  0x00000005 , 0x00000006 
- 00027558  0x0000742e ifetch  0x00000002 , 0x00000006 
- 00027559  0x0000742f branch  0x00002a8c , 0x00000034 
- 00027560  0x00007430 rtn 
- 00027561  0x00007433 call  0x000052e0 
- 00027562  0x00007434 setarg  0x00000004 
- 00027563  0x00007435 istore  0x00000002 , 0x00000005 
- 00027564  0x00007436 fetch  0x00000002 , 0x0000424a 
- 00027565  0x00007437 istore  0x00000002 , 0x00000005 
- 00027566  0x00007438 fetch  0x00000001 , 0x000004fb 
- 00027567  0x00007439 istore  0x00000001 , 0x00000005 
- 00027568  0x0000743a bpatchx  0x000000aa , 0x00004035 
- 00027569  0x0000743b setarg  0x0000013f 
- 00027570  0x0000743c istore  0x00000002 , 0x00000005 
- 00027571  0x0000743d fetch  0x00000001 , 0x000004fe 
- 00027572  0x0000743e istore  0x00000001 , 0x00000005 
- 00027573  0x0000743f rtn 
- 00027574  0x00007441 call  0x000052d2 
- 00027575  0x00007442 call  0x000052e0 
- 00027576  0x00007443 setarg  0x00000004 
- 00027577  0x00007444 istore  0x00000002 , 0x00000005 
- 00027578  0x00007445 fetch  0x00000002 , 0x0000424a 
- 00027579  0x00007446 istore  0x00000002 , 0x00000005 
- 00027580  0x00007447 fetch  0x00000001 , 0x000004fb 
- 00027581  0x00007448 istore  0x00000001 , 0x00000005 
- 00027582  0x00007449 bpatchx  0x000000ab , 0x00004035 
- 00027583  0x0000744a setarg  0x00000173 
- 00027584  0x0000744b istore  0x00000002 , 0x00000005 
- 00027585  0x0000744c fetch  0x00000001 , 0x000004fe 
- 00027586  0x0000744d istore  0x00000001 , 0x00000005 
- 00027587  0x0000744e rtn 
- 00027588  0x00007450 call  0x000052e0 
- 00027589  0x00007451 setarg  0x0000000e 
- 00027590  0x00007452 istore  0x00000002 , 0x00000005 
- 00027591  0x00007453 fetch  0x00000002 , 0x0000424a 
- 00027592  0x00007454 istore  0x00000002 , 0x00000005 
- 00027593  0x00007455 fetch  0x00000001 , 0x00004563 
- 00027594  0x00007456 lshift  0x0000003f , 0x0000003f 
- 00027595  0x00007457 set1  0x00000000 , 0x0000003f 
- 00027596  0x00007458 istore  0x00000001 , 0x00000005 
- 00027597  0x00007459 bpatchx  0x000000ac , 0x00004035 
- 00027598  0x0000745a setarg  0x000015ef 
- 00027599  0x0000745b istore  0x00000002 , 0x00000005 
- 00027600  0x0000745c setarg  0x00001183 
- 00027601  0x0000745d istore  0x00000002 , 0x00000005 
- 00027602  0x0000745e copy  0x00000002 , 0x0000003f 
- 00027603  0x0000745f istore  0x00000001 , 0x00000005 
- 00027604  0x00007460 setarg  0x000000f0 
- 00027605  0x00007461 istore  0x00000003 , 0x00000005 
- 00027606  0x00007462 setarg  0x0000007f 
- 00027607  0x00007463 istore  0x00000002 , 0x00000005 
- 00027608  0x00007464 setarg  0x00000000 
- 00027609  0x00007465 istore  0x00000001 , 0x00000005 
- 00027610  0x00007466 setarg  0x00000001 
- 00027611  0x00007467 istore  0x00000001 , 0x00000005 
- 00027612  0x00007468 call  0x00006a2f 
- 00027613  0x00007469 istore  0x00000001 , 0x00000005 
- 00027614  0x0000746a jam  0x00000010 , 0x00004569 
- 00027615  0x0000746b rtn 
- 00027616  0x0000746d call  0x000052d2 
- 00027617  0x0000746e call  0x000052e0 
- 00027618  0x0000746f setarg  0x0000000e 
- 00027619  0x00007470 istore  0x00000002 , 0x00000005 
- 00027620  0x00007471 fetch  0x00000002 , 0x0000424a 
- 00027621  0x00007472 istore  0x00000002 , 0x00000005 
- 00027622  0x00007473 fetch  0x00000001 , 0x00004563 
- 00027623  0x00007474 lshift  0x0000003f , 0x0000003f 
- 00027624  0x00007475 set1  0x00000000 , 0x0000003f 
- 00027625  0x00007476 istore  0x00000001 , 0x00000005 
- 00027626  0x00007477 bpatchx  0x000000ad , 0x00004035 
- 00027627  0x00007478 setarg  0x000015ef 
- 00027628  0x00007479 istore  0x00000002 , 0x00000005 
- 00027629  0x0000747a setarg  0x00001181 
- 00027630  0x0000747b istore  0x00000002 , 0x00000005 
- 00027631  0x0000747c fetch  0x00000001 , 0x0000455d 
- 00027632  0x0000747d istore  0x00000001 , 0x00000005 
- 00027633  0x0000747e setarg  0x000000e0 
- 00027634  0x0000747f istore  0x00000003 , 0x00000005 
- 00027635  0x00007480 fetch  0x00000002 , 0x0000456c 
- 00027636  0x00007481 istore  0x00000002 , 0x00000005 
- 00027637  0x00007482 setarg  0x00000000 
- 00027638  0x00007483 istore  0x00000001 , 0x00000005 
- 00027639  0x00007484 fetch  0x00000001 , 0x0000456e 
- 00027640  0x00007485 istore  0x00000001 , 0x00000005 
- 00027641  0x00007486 call  0x00006a2f 
- 00027642  0x00007487 istore  0x00000001 , 0x00000005 
- 00027643  0x00007488 rtn 
- 00027644  0x0000748a call  0x000052e0 
- 00027645  0x0000748b setarg  0x00000008 
- 00027646  0x0000748c istore  0x00000002 , 0x00000005 
- 00027647  0x0000748d fetch  0x00000002 , 0x0000424a 
- 00027648  0x0000748e istore  0x00000002 , 0x00000005 
- 00027649  0x0000748f fetch  0x00000001 , 0x00004563 
- 00027650  0x00007490 lshift  0x0000003f , 0x0000003f 
- 00027651  0x00007491 set1  0x00000000 , 0x0000003f 
- 00027652  0x00007492 istore  0x00000001 , 0x00000005 
- 00027653  0x00007493 bpatchx  0x000000ae , 0x00004035 
- 00027654  0x00007494 setarg  0x000009ef 
- 00027655  0x00007495 istore  0x00000002 , 0x00000005 
- 00027656  0x00007496 setarg  0x000005e3 
- 00027657  0x00007497 istore  0x00000002 , 0x00000005 
- 00027658  0x00007498 copy  0x00000002 , 0x0000003f 
- 00027659  0x00007499 istore  0x00000001 , 0x00000005 
- 00027660  0x0000749a setarg  0x0000008d 
- 00027661  0x0000749b istore  0x00000001 , 0x00000005 
- 00027662  0x0000749c call  0x00006a2f 
- 00027663  0x0000749d istore  0x00000001 , 0x00000005 
- 00027664  0x0000749e rtn 
- 00027665  0x000074a1 call  0x000052d2 
- 00027666  0x000074a2 call  0x000052e0 
- 00027667  0x000074a3 setarg  0x00000008 
- 00027668  0x000074a4 istore  0x00000002 , 0x00000005 
- 00027669  0x000074a5 fetch  0x00000002 , 0x0000424a 
- 00027670  0x000074a6 istore  0x00000002 , 0x00000005 
- 00027671  0x000074a7 copy  0x00000002 , 0x0000000b 
- 00027672  0x000074a8 fetch  0x00000001 , 0x00004563 
- 00027673  0x000074a9 lshift  0x0000003f , 0x0000003f 
- 00027674  0x000074aa set1  0x00000000 , 0x0000003f 
- 00027675  0x000074ab istore  0x00000001 , 0x00000005 
- 00027676  0x000074ac bpatchx  0x000000af , 0x00004035 
- 00027677  0x000074ad setarg  0x000009ef 
- 00027678  0x000074ae istore  0x00000002 , 0x00000005 
- 00027679  0x000074af setarg  0x000005e1 
- 00027680  0x000074b0 istore  0x00000002 , 0x00000005 
- 00027681  0x000074b1 copy  0x0000000b , 0x0000003f 
- 00027682  0x000074b2 istore  0x00000001 , 0x00000005 
- 00027683  0x000074b3 setarg  0x0000008d 
- 00027684  0x000074b4 istore  0x00000001 , 0x00000005 
- 00027685  0x000074b5 call  0x00006a2f 
- 00027686  0x000074b6 istore  0x00000001 , 0x00000005 
- 00027687  0x000074b7 rtn 
- 00027688  0x000074ba bpatchx  0x000000b0 , 0x00004036 
- 00027689  0x000074bb fetch  0x00000001 , 0x00004569 
- 00027690  0x000074bc rtn  0x00000034 
- 00027691  0x000074bd hfetch  0x00000002 , 0x00008112 
- 00027692  0x000074be nrtn  0x00000034 
- 00027693  0x000074bf copy  0x00000011 , 0x0000003f 
- 00027694  0x000074c0 store  0x00000001 , 0x00000a9b 
- 00027695  0x000074c1 storet  0x00000001 , 0x00000a9a 
- 00027696  0x000074c2 call  0x0000526e 
- 00027697  0x000074c3 nrtn  0x00000034 
- 00027698  0x000074c4 call  0x000052d2 
- 00027699  0x000074c5 call  0x000052e0 
- 00027700  0x000074c6 setarg  0x00000005 
- 00027701  0x000074c7 istore  0x00000002 , 0x00000005 
- 00027702  0x000074c8 fetch  0x00000002 , 0x0000424a 
- 00027703  0x000074c9 istore  0x00000002 , 0x00000005 
- 00027704  0x000074ca fetch  0x00000001 , 0x0000050d 
- 00027705  0x000074cb istore  0x00000001 , 0x00000005 
- 00027706  0x000074cc setarg  0x000001ff 
- 00027707  0x000074cd istore  0x00000002 , 0x00000005 
- 00027708  0x000074ce fetch  0x00000001 , 0x00004569 
- 00027709  0x000074cf istore  0x00000001 , 0x00000005 
- 00027710  0x000074d0 fetch  0x00000001 , 0x00004566 
- 00027711  0x000074d1 istore  0x00000001 , 0x00000005 
- 00027712  0x000074d2 jam  0x00000000 , 0x00004569 
- 00027713  0x000074d3 rtn 
- 00027714  0x000074d6 bpatchx  0x000000b1 , 0x00004036 
- 00027715  0x000074d7 fetch  0x00000001 , 0x0000456b 
- 00027716  0x000074d8 rtneq  0x00000001 
- 00027717  0x000074d9 fetch  0x00000002 , 0x000004ff 
- 00027718  0x000074da rtn  0x00000034 
- 00027719  0x000074db fetch  0x00000001 , 0x00004569 
- 00027720  0x000074dc increase  0x00000001 , 0x0000003f 
- 00027721  0x000074dd store  0x00000001 , 0x00004569 
- 00027722  0x000074de rtn 
- 00027723  0x000074e1 fetch  0x00000002 , 0x0000456f 
- 00027724  0x000074e2 branch  0x00007f9c 
- 00027725  0x000074e5 bpatchx  0x000000b2 , 0x00004036 
- 00027726  0x000074e7 fetch  0x00000001 , 0x00004568 
- 00027727  0x000074e8 rtn  0x00000034 
- 00027728  0x000074e9 increase  0xffffffff , 0x0000003f 
- 00027729  0x000074ea store  0x00000001 , 0x00004568 
- 00027730  0x000074eb fetch  0x00000002 , 0x0000455e 
- 00027731  0x000074ec fetcht  0x00000002 , 0x0000469f 
- 00027732  0x000074ed isub  0x00000002 , 0x0000003e 
- 00027733  0x000074ee branch  0x00006c57 , 0x00000002 
- 00027734  0x000074ef store  0x00000002 , 0x0000469f 
- 00027735  0x000074f1 fetch  0x00000001 , 0x00004569 
- 00027736  0x000074f2 branch  0x00006c5f , 0x00000034 
- 00027737  0x000074f3 jam  0x00000001 , 0x00000510 
- 00027738  0x000074f4 fetch  0x00000001 , 0x00004566 
- 00027739  0x000074f5 store  0x00000001 , 0x0000050f 
- 00027740  0x000074f6 setarg  0x000000ff 
- 00027741  0x000074f7 store  0x00000001 , 0x0000050e 
- 00027742  0x000074f8 branch  0x00006c64 
- 00027743  0x000074fa jam  0x00000000 , 0x00000510 
- 00027744  0x000074fb fetch  0x00000001 , 0x00004565 
- 00027745  0x000074fc store  0x00000001 , 0x0000050f 
- 00027746  0x000074fd setarg  0x000000ef 
- 00027747  0x000074fe store  0x00000001 , 0x0000050e 
- 00027748  0x00007500 bpatchx  0x000000b3 , 0x00004036 
- 00027749  0x00007501 fetch  0x00000002 , 0x0000469f 
- 00027750  0x00007502 sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00027751  0x00007503 branch  0x00006c6b , 0x00000002 
- 00027752  0x00007504 fetch  0x00000001 , 0x00000510 
- 00027753  0x00007505 increase  0x00000001 , 0x0000003f 
- 00027754  0x00007506 store  0x00000001 , 0x00000510 
- 00027755  0x00007508 call  0x00006a72 
- 00027756  0x00007509 fetch  0x00000002 , 0x0000469f 
- 00027757  0x0000750a increase  0x00000008 , 0x0000003f 
- 00027758  0x0000750b fetcht  0x00000001 , 0x00000510 
- 00027759  0x0000750c iadd  0x00000002 , 0x00000011 
- 00027760  0x0000750e call  0x00005240 
- 00027761  0x0000750f store  0x00000002 , 0x00000277 
- 00027762  0x00007510 increase  0x00000004 , 0x0000003f 
- 00027763  0x00007511 store  0x00000002 , 0x00000279 
- 00027764  0x00007512 copy  0x0000003f , 0x00000005 
- 00027765  0x00007513 fetch  0x00000001 , 0x0000050d 
- 00027766  0x00007514 istore  0x00000001 , 0x00000005 
- 00027767  0x00007515 fetch  0x00000001 , 0x0000050e 
- 00027768  0x00007516 istore  0x00000001 , 0x00000005 
- 00027769  0x00007517 call  0x00006c95 
- 00027770  0x00007518 call  0x00006ca6 
- 00027771  0x00007519 bpatchx  0x000000b4 , 0x00004036 
- 00027772  0x0000751a fetch  0x00000002 , 0x00004571 
- 00027773  0x0000751b copy  0x0000003f , 0x00000003 
- 00027774  0x0000751c fetch  0x00000002 , 0x0000469f 
- 00027775  0x0000751d copy  0x0000003f , 0x00000039 
- 00027776  0x0000751e call  0x000066ea 
- 00027777  0x0000751f copy  0x00000005 , 0x00000002 
- 00027778  0x00007520 copy  0x00000003 , 0x0000003f 
- 00027779  0x00007521 store  0x00000002 , 0x00004571 
- 00027780  0x00007522 copy  0x00000002 , 0x00000005 
- 00027781  0x00007523 fetch  0x00000001 , 0x0000050f 
- 00027782  0x00007524 istore  0x00000001 , 0x00000005 
- 00027783  0x00007525 fetch  0x00000002 , 0x00000277 
- 00027784  0x00007526 copy  0x0000003f , 0x00000005 
- 00027785  0x00007527 fetch  0x00000002 , 0x0000469f 
- 00027786  0x00007528 fetcht  0x00000001 , 0x00000510 
- 00027787  0x00007529 iadd  0x00000002 , 0x0000003f 
- 00027788  0x0000752a increase  0x00000004 , 0x0000003f 
- 00027789  0x0000752b istore  0x00000002 , 0x00000005 
- 00027790  0x0000752c fetch  0x00000002 , 0x0000424a 
- 00027791  0x0000752d istore  0x00000002 , 0x00000005 
- 00027792  0x0000752e jam  0x00000000 , 0x00004569 
- 00027793  0x0000752f fetch  0x00000002 , 0x00004573 
- 00027794  0x00007530 beq  0x00000000 , 0x00003a97 
- 00027795  0x00007531 jam  0x00000000 , 0x00000b05 
- 00027796  0x00007532 rtn 
- 00027797  0x00007535 bpatchx  0x000000b5 , 0x00004036 
- 00027798  0x00007536 fetch  0x00000002 , 0x0000469f 
- 00027799  0x00007537 sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00027800  0x00007538 nbranch  0x00006c9d , 0x00000002 
- 00027801  0x00007539 lshift  0x0000003f , 0x0000003f 
- 00027802  0x0000753a set1  0x00000000 , 0x0000003f 
- 00027803  0x0000753b istore  0x00000001 , 0x00000005 
- 00027804  0x0000753c rtn 
- 00027805  0x0000753e fetch  0x00000002 , 0x0000469f 
- 00027806  0x0000753f rshift3  0x0000003f , 0x0000003f 
- 00027807  0x00007540 rshift4  0x0000003f , 0x00000002 
- 00027808  0x00007541 and_into  0x0000007f , 0x0000003f 
- 00027809  0x00007542 lshift  0x0000003f , 0x0000003f 
- 00027810  0x00007543 set0  0x00000000 , 0x0000003f 
- 00027811  0x00007544 istore  0x00000001 , 0x00000005 
- 00027812  0x00007545 istoret  0x00000001 , 0x00000005 
- 00027813  0x00007546 rtn 
- 00027814  0x00007548 fetch  0x00000001 , 0x00004569 
- 00027815  0x00007549 rtn  0x00000034 
- 00027816  0x0000754a istore  0x00000001 , 0x00000005 
- 00027817  0x0000754b rtn 
- 00027818  0x00007551 bpatchx  0x000000b6 , 0x00004036 
- 00027819  0x00007552 call  0x00007d9c 
- 00027820  0x00007553 call  0x000032f6 
- 00027821  0x00007554 call  0x0000631b 
- 00027822  0x00007556 bpatchx  0x000000b7 , 0x00004036 
- 00027823  0x00007557 call  0x000076dc 
- 00027824  0x00007558 call  0x000076b5 
- 00027825  0x00007559 call  0x000076c6 
- 00027826  0x0000755c call  0x0000526e 
- 00027827  0x0000755d nrtn  0x00000034 
- 00027828  0x0000755f call  0x00004da9 
- 00027829  0x00007560 call  0x0000526e 
- 00027830  0x00007561 nrtn  0x00000034 
- 00027831  0x00007562 bpatchx  0x000000b8 , 0x00004037 
- 00027832  0x00007564 call  0x00006cf5 
- 00027833  0x00007565 call  0x00004f64 
- 00027834  0x00007566 call  0x00006b98 
- 00027835  0x00007568 call  0x00006cbe 
- 00027836  0x00007569 bpatchx  0x000000b9 , 0x00004037 
- 00027837  0x0000756c branch  0x000032f2 
- 00027838  0x0000756f fetch  0x00000001 , 0x0000027f 
- 00027839  0x00007570 bbit1  0x00000000 , 0x00005087 
- 00027840  0x00007571 bbit1  0x00000007 , 0x00005091 
- 00027841  0x00007572 rtn 
- 00027842  0x00007575 bpatchx  0x000000ba , 0x00004037 
- 00027843  0x00007576 call  0x00005274 
- 00027844  0x00007577 rtn  0x00000034 
- 00027845  0x00007578 fetch  0x00000001 , 0x0000004b 
- 00027846  0x00007579 rtnbit1  0x00000006 
- 00027847  0x0000757a call  0x00005258 
- 00027848  0x0000757b store  0x00000002 , 0x0000016f 
- 00027849  0x0000757c copy  0x0000003f , 0x00000006 
- 00027850  0x0000757d ifetch  0x00000002 , 0x00000006 
- 00027851  0x0000757e increase  0x00000004 , 0x0000003f 
- 00027852  0x0000757f store  0x00000002 , 0x000041dc 
- 00027853  0x00007580 jam  0x00000006 , 0x000041db 
- 00027854  0x00007581 bpatchx  0x000000bb , 0x00004037 
- 00027855  0x00007582 fetch  0x00000002 , 0x00004246 
- 00027856  0x00007583 branch  0x00006cdd , 0x00000034 
- 00027857  0x00007584 fetch  0x00000001 , 0x0000004b 
- 00027858  0x00007585 rtnbit0  0x00000007 
- 00027859  0x00007586 set0  0x00000007 , 0x0000003f 
- 00027860  0x00007587 store  0x00000001 , 0x0000004b 
- 00027861  0x00007588 jam  0x00000005 , 0x000041db 
- 00027862  0x00007589 fetcht  0x00000002 , 0x00004246 
- 00027863  0x0000758a fetch  0x00000002 , 0x0000016f 
- 00027864  0x0000758b iadd  0x00000002 , 0x0000003f 
- 00027865  0x0000758c store  0x00000002 , 0x0000016f 
- 00027866  0x0000758d fetch  0x00000002 , 0x000041dc 
- 00027867  0x0000758e isub  0x00000002 , 0x0000003f 
- 00027868  0x0000758f store  0x00000002 , 0x000041dc 
- 00027869  0x00007591 bpatchx  0x000000bc , 0x00004037 
- 00027870  0x00007592 fetch  0x00000002 , 0x000041dc 
- 00027871  0x00007593 branch  0x00002a8c , 0x00000034 
- 00027872  0x00007594 arg  0x00000104 , 0x00000002 
- 00027873  0x00007595 isub  0x00000002 , 0x0000003f 
- 00027874  0x00007596 nbranch  0x00006ce9 , 0x00000002 
- 00027875  0x00007597 bpatchx  0x000000bd , 0x00004037 
- 00027876  0x00007598 storet  0x00000002 , 0x000041dc 
- 00027877  0x00007599 fetch  0x00000002 , 0x00004246 
- 00027878  0x0000759a iadd  0x00000002 , 0x0000003f 
- 00027879  0x0000759b store  0x00000002 , 0x00004246 
- 00027880  0x0000759c branch  0x00006ceb 
- 00027881  0x0000759e setarg  0x00000000 
- 00027882  0x0000759f store  0x00000002 , 0x00004246 
- 00027883  0x000075a1 fetch  0x00000001 , 0x0000004b 
- 00027884  0x000075a2 set1  0x00000006 , 0x0000003f 
- 00027885  0x000075a3 store  0x00000001 , 0x0000004b 
- 00027886  0x000075a4 rtn 
- 00027887  0x000075a7 fetch  0x00000001 , 0x00004684 
- 00027888  0x000075a8 bbit1  0x00000000 , 0x00006cf3 
- 00027889  0x000075a9 jam  0x00000001 , 0x00000287 
- 00027890  0x000075aa rtn 
- 00027891  0x000075ac jam  0x0000000f , 0x00000287 
- 00027892  0x000075ad rtn 
- 00027893  0x000075b0 fetch  0x00000001 , 0x00004681 
- 00027894  0x000075b1 nbranch  0x00006cfb , 0x00000034 
- 00027895  0x000075b3 fetch  0x00000001 , 0x00000286 
- 00027896  0x000075b5 rtn  0x00000034 
- 00027897  0x000075b7 jam  0x00000000 , 0x00000286 
- 00027898  0x000075b9 rtn 
- 00027899  0x000075bd bpatchx  0x000000be , 0x00004037 
- 00027900  0x000075be fetch  0x00000001 , 0x00000287 
- 00027901  0x000075bf rtn  0x00000034 
- 00027902  0x000075c0 beq  0x00000001 , 0x00006d1b 
- 00027903  0x000075c1 beq  0x00000002 , 0x00006d74 
- 00027904  0x000075c2 beq  0x00000003 , 0x00006d21 
- 00027905  0x000075c3 beq  0x00000004 , 0x00006d78 
- 00027906  0x000075c4 beq  0x0000003b , 0x00006d2b 
- 00027907  0x000075c5 beq  0x0000003c , 0x00006d7b 
- 00027908  0x000075c6 beq  0x0000000d , 0x00006d30 
- 00027909  0x000075c7 beq  0x0000000e , 0x00006d80 
- 00027910  0x000075c8 beq  0x0000000f , 0x00006d33 
- 00027911  0x000075c9 beq  0x00000010 , 0x00006d86 
- 00027912  0x000075ca beq  0x00000011 , 0x00006d39 
- 00027913  0x000075cb beq  0x00000012 , 0x00006d8a 
- 00027914  0x000075cc beq  0x00000013 , 0x00006d3f 
- 00027915  0x000075cd beq  0x00000014 , 0x00006d8e 
- 00027916  0x000075ce beq  0x00000015 , 0x00006d45 
- 00027917  0x000075cf beq  0x00000016 , 0x00006d92 
- 00027918  0x000075d0 beq  0x00000017 , 0x00006d4b 
- 00027919  0x000075d1 beq  0x00000018 , 0x00006d97 
- 00027920  0x000075d2 beq  0x00000019 , 0x00006d51 
- 00027921  0x000075d3 beq  0x0000001a , 0x00006d9b 
- 00027922  0x000075d4 beq  0x0000001b , 0x00006d57 
- 00027923  0x000075d5 beq  0x0000001c , 0x00006d9f 
- 00027924  0x000075d6 beq  0x0000001d , 0x00006d5d 
- 00027925  0x000075d7 beq  0x0000001e , 0x00006da4 
- 00027926  0x000075d8 beq  0x0000001f , 0x00006d63 
- 00027927  0x000075d9 beq  0x00000020 , 0x00006da8 
- 00027928  0x000075da beq  0x00000021 , 0x00006d6e 
- 00027929  0x000075db beq  0x00000022 , 0x00006dac 
- 00027930  0x000075dd rtn 
- 00027931  0x000075df call  0x00006db7 
- 00027932  0x000075e0 jam  0x00000002 , 0x00000287 
- 00027933  0x000075e1 fetch  0x00000001 , 0x00004250 
- 00027934  0x000075e2 set1  0x00000000 , 0x0000003f 
- 00027935  0x000075e3 store  0x00000001 , 0x00004250 
- 00027936  0x000075e4 rtn 
- 00027937  0x000075e6 jam  0x00000004 , 0x00000287 
- 00027938  0x000075e7 fetch  0x00000001 , 0x00004250 
- 00027939  0x000075e8 rtnbit1  0x00000002 
- 00027940  0x000075e9 jam  0x00000003 , 0x00000287 
- 00027941  0x000075ea call  0x00006dbe 
- 00027942  0x000075eb jam  0x00000004 , 0x00000287 
- 00027943  0x000075ec fetch  0x00000001 , 0x00004250 
- 00027944  0x000075ed set1  0x00000002 , 0x0000003f 
- 00027945  0x000075ee store  0x00000001 , 0x00004250 
- 00027946  0x000075ef rtn 
- 00027947  0x000075f1 call  0x00005274 
- 00027948  0x000075f2 nrtn  0x00000034 
- 00027949  0x000075f3 call  0x00006dcd 
- 00027950  0x000075f4 jam  0x0000003c , 0x00000287 
- 00027951  0x000075f5 rtn 
- 00027952  0x000075f7 call  0x00006dc3 
- 00027953  0x000075f8 jam  0x0000000e , 0x00000287 
- 00027954  0x000075f9 rtn 
- 00027955  0x000075fb call  0x00006ddd 
- 00027956  0x000075fc jam  0x00000010 , 0x00000287 
- 00027957  0x000075fd fetch  0x00000001 , 0x00004252 
- 00027958  0x000075fe set1  0x00000000 , 0x0000003f 
- 00027959  0x000075ff store  0x00000001 , 0x00004252 
- 00027960  0x00007600 rtn 
- 00027961  0x00007602 call  0x00006de4 
- 00027962  0x00007603 jam  0x00000012 , 0x00000287 
- 00027963  0x00007604 fetch  0x00000001 , 0x00004252 
- 00027964  0x00007605 set1  0x00000002 , 0x0000003f 
- 00027965  0x00007606 store  0x00000001 , 0x00004252 
- 00027966  0x00007607 rtn 
- 00027967  0x00007609 call  0x00006de9 
- 00027968  0x0000760a jam  0x00000014 , 0x00000287 
- 00027969  0x0000760b fetch  0x00000001 , 0x00004253 
- 00027970  0x0000760c set1  0x00000000 , 0x0000003f 
- 00027971  0x0000760d store  0x00000001 , 0x00004253 
- 00027972  0x0000760e rtn 
- 00027973  0x00007610 call  0x00006df0 
- 00027974  0x00007611 jam  0x00000016 , 0x00000287 
- 00027975  0x00007612 fetch  0x00000001 , 0x00004253 
- 00027976  0x00007613 set1  0x00000002 , 0x0000003f 
- 00027977  0x00007614 store  0x00000001 , 0x00004253 
- 00027978  0x00007615 rtn 
- 00027979  0x00007617 call  0x00006dd1 
- 00027980  0x00007618 jam  0x00000018 , 0x00000287 
- 00027981  0x00007619 fetch  0x00000001 , 0x00004251 
- 00027982  0x0000761a set1  0x00000000 , 0x0000003f 
- 00027983  0x0000761b store  0x00000001 , 0x00004251 
- 00027984  0x0000761c rtn 
- 00027985  0x0000761e call  0x00006dd8 
- 00027986  0x0000761f jam  0x0000001a , 0x00000287 
- 00027987  0x00007620 fetch  0x00000001 , 0x00004251 
- 00027988  0x00007621 set1  0x00000002 , 0x0000003f 
- 00027989  0x00007622 store  0x00000001 , 0x00004251 
- 00027990  0x00007623 rtn 
- 00027991  0x00007625 call  0x00006df5 
- 00027992  0x00007626 jam  0x0000001c , 0x00000287 
- 00027993  0x00007627 fetch  0x00000001 , 0x00004251 
- 00027994  0x00007628 set1  0x00000006 , 0x0000003f 
- 00027995  0x00007629 store  0x00000001 , 0x00004251 
- 00027996  0x0000762a rtn 
- 00027997  0x0000762c call  0x00006dfc 
- 00027998  0x0000762d fetch  0x00000001 , 0x00004254 
- 00027999  0x0000762e set1  0x00000000 
- 00028000  0x0000762f store  0x00000001 , 0x00004254 
- 00028001  0x00007630 jam  0x0000001e , 0x00000287 
- 00028002  0x00007631 rtn 
- 00028003  0x00007633 call  0x00006e02 
- 00028004  0x00007634 fetch  0x00000001 , 0x00004254 
- 00028005  0x00007635 set1  0x00000002 
- 00028006  0x00007636 store  0x00000001 , 0x00004254 
- 00028007  0x00007637 jam  0x00000020 , 0x00000287 
- 00028008  0x00007638 fetch  0x00000001 , 0x00004564 
- 00028009  0x00007639 lshift3  0x0000003f , 0x0000003f 
- 00028010  0x0000763a or_into  0x00000003 , 0x0000003f 
- 00028011  0x0000763b arg  0x00004565 , 0x00000002 
- 00028012  0x0000763c storet  0x00000002 , 0x000004f7 
- 00028013  0x0000763d branch  0x00006a35 
- 00028014  0x0000763f call  0x00006e0c 
- 00028015  0x00007640 fetch  0x00000001 , 0x00004254 
- 00028016  0x00007641 set1  0x00000004 
- 00028017  0x00007642 store  0x00000001 , 0x00004254 
- 00028018  0x00007643 jam  0x00000022 , 0x00000287 
- 00028019  0x00007644 rtn 
- 00028020  0x00007647 fetch  0x00000001 , 0x00004250 
- 00028021  0x00007648 rtnbit0  0x00000001 
- 00028022  0x00007649 jam  0x00000003 , 0x00000287 
- 00028023  0x0000764a branch  0x00006cfb 
- 00028024  0x0000764c fetch  0x00000001 , 0x00004250 
- 00028025  0x0000764d rtnne  0x0000003f 
- 00028026  0x0000764e jam  0x0000003b , 0x00000287 
- 00028027  0x00007650 fetch  0x00000001 , 0x00000285 
- 00028028  0x00007651 rtnne  0x00000017 
- 00028029  0x00007652 jam  0x00000000 , 0x00000285 
- 00028030  0x00007653 jam  0x0000000d , 0x00000287 
- 00028031  0x00007654 branch  0x00006cfb 
- 00028032  0x00007656 fetch  0x00000001 , 0x00004250 
- 00028033  0x00007657 nrtn  0x00000034 
- 00028034  0x00007658 fetch  0x00000001 , 0x00004684 
- 00028035  0x00007659 bbit1  0x00000000 , 0x00006daf 
- 00028036  0x0000765a bbit1  0x00000006 , 0x00006db1 
- 00028037  0x0000765b branch  0x00006db5 
- 00028038  0x0000765d fetch  0x00000001 , 0x00004252 
- 00028039  0x0000765e rtnbit0  0x00000001 
- 00028040  0x0000765f jam  0x00000011 , 0x00000287 
- 00028041  0x00007660 branch  0x00006cfb 
- 00028042  0x00007662 fetch  0x00000001 , 0x00004252 
- 00028043  0x00007663 rtnne  0x0000003f 
- 00028044  0x00007664 jam  0x00000013 , 0x00000287 
- 00028045  0x00007665 branch  0x00006cfb 
- 00028046  0x00007667 fetch  0x00000001 , 0x00004253 
- 00028047  0x00007668 rtnbit0  0x00000001 
- 00028048  0x00007669 jam  0x00000015 , 0x00000287 
- 00028049  0x0000766a branch  0x00006cfb 
- 00028050  0x0000766c fetch  0x00000001 , 0x00004253 
- 00028051  0x0000766d rtnne  0x0000003f 
- 00028052  0x0000766e fetch  0x00000001 , 0x00004684 
- 00028053  0x0000766f bbit1  0x00000006 , 0x00006db1 
- 00028054  0x00007670 branch  0x00006db5 
- 00028055  0x00007672 fetch  0x00000001 , 0x00004251 
- 00028056  0x00007673 rtnbit0  0x00000001 
- 00028057  0x00007674 jam  0x00000019 , 0x00000287 
- 00028058  0x00007675 branch  0x00006cfb 
- 00028059  0x00007677 fetch  0x00000001 , 0x00004251 
- 00028060  0x00007678 rtnne  0x0000003f 
- 00028061  0x00007679 jam  0x0000001b , 0x00000287 
- 00028062  0x0000767a branch  0x00006cfb 
- 00028063  0x0000767c fetch  0x00000001 , 0x00004251 
- 00028064  0x0000767d rtnne  0x000000ff 
- 00028065  0x0000767e fetch  0x00000001 , 0x00004684 
- 00028066  0x0000767f bbit1  0x00000006 , 0x00006db3 
- 00028067  0x00007680 branch  0x00006db5 
- 00028068  0x00007682 fetch  0x00000001 , 0x00004254 
- 00028069  0x00007683 rtnbit0  0x00000001 
- 00028070  0x00007684 jam  0x0000001f , 0x00000287 
- 00028071  0x00007685 branch  0x00006cfb 
- 00028072  0x00007687 fetch  0x00000001 , 0x00004254 
- 00028073  0x00007688 rtnbit0  0x00000003 
- 00028074  0x00007689 jam  0x00000021 , 0x00000287 
- 00028075  0x0000768a branch  0x00006cfb 
- 00028076  0x0000768c fetch  0x00000001 , 0x00004254 
- 00028077  0x0000768d rtnne  0x000000ff 
- 00028078  0x0000768e branch  0x00006db5 
- 00028079  0x00007691 jam  0x0000000f , 0x00000287 
- 00028080  0x00007692 branch  0x00006cfb 
- 00028081  0x00007695 jam  0x00000017 , 0x00000287 
- 00028082  0x00007696 branch  0x00006cfb 
- 00028083  0x00007698 jam  0x0000001d , 0x00000287 
- 00028084  0x00007699 branch  0x00006cfb 
- 00028085  0x0000769e jam  0x00000000 , 0x00000287 
- 00028086  0x0000769f rtn 
- 00028087  0x000076a1 bpatchx  0x000000bf , 0x00004037 
- 00028088  0x000076a2 call  0x000052b8 
- 00028089  0x000076a3 setarg  0x00000001 
- 00028090  0x000076a4 copy  0x0000003f , 0x00000002 
- 00028091  0x000076a5 setarg  0x00000050 
- 00028092  0x000076a6 copy  0x0000003f , 0x0000000b 
- 00028093  0x000076a7 branch  0x000050a8 
- 00028094  0x000076aa bpatchx  0x000000c0 , 0x00004038 
- 00028095  0x000076ab call  0x000052b8 
- 00028096  0x000076ac fetch  0x00000002 , 0x00004248 
- 00028097  0x000076ad copy  0x0000003f , 0x00000002 
- 00028098  0x000076ae branch  0x000050b7 
- 00028099  0x000076b1 bpatchx  0x000000c1 , 0x00004038 
- 00028100  0x000076b2 call  0x000052b8 
- 00028101  0x000076b3 fetch  0x00000002 , 0x00004248 
- 00028102  0x000076b4 copy  0x0000003f , 0x00000002 
- 00028103  0x000076b5 arg  0x00000050 , 0x0000000b 
- 00028104  0x000076b6 call  0x000050cc 
- 00028105  0x000076b7 fetch  0x00000001 , 0x00004250 
- 00028106  0x000076b8 set0  0x00000005 , 0x0000003f 
- 00028107  0x000076b9 store  0x00000001 , 0x00004250 
- 00028108  0x000076ba rtn 
- 00028109  0x000076bd bpatchx  0x000000c2 , 0x00004038 
- 00028110  0x000076be call  0x000052c5 
- 00028111  0x000076bf call  0x00007138 
- 00028112  0x000076c0 branch  0x000050e7 
- 00028113  0x000076c3 bpatchx  0x000000c3 , 0x00004038 
- 00028114  0x000076c4 call  0x000052b8 
- 00028115  0x000076c5 setarg  0x00000003 
- 00028116  0x000076c6 copy  0x0000003f , 0x00000002 
- 00028117  0x000076c7 setarg  0x00000051 
- 00028118  0x000076c8 copy  0x0000003f , 0x0000000b 
- 00028119  0x000076c9 branch  0x000050a8 
- 00028120  0x000076cc bpatchx  0x000000c4 , 0x00004038 
- 00028121  0x000076cd call  0x000052b8 
- 00028122  0x000076ce fetch  0x00000002 , 0x0000424a 
- 00028123  0x000076cf copy  0x0000003f , 0x00000002 
- 00028124  0x000076d0 branch  0x000050b7 
- 00028125  0x000076d3 bpatchx  0x000000c5 , 0x00004038 
- 00028126  0x000076d4 call  0x000052b8 
- 00028127  0x000076d5 setarg  0x00000011 
- 00028128  0x000076d6 copy  0x0000003f , 0x00000002 
- 00028129  0x000076d7 setarg  0x00000052 
- 00028130  0x000076d8 copy  0x0000003f , 0x0000000b 
- 00028131  0x000076d9 branch  0x000050a8 
- 00028132  0x000076dc bpatchx  0x000000c6 , 0x00004038 
- 00028133  0x000076dd call  0x000052b8 
- 00028134  0x000076de fetch  0x00000002 , 0x0000424c 
- 00028135  0x000076df copy  0x0000003f , 0x00000002 
- 00028136  0x000076e0 branch  0x000050b7 
- 00028137  0x000076e3 bpatchx  0x000000c7 , 0x00004038 
- 00028138  0x000076e4 call  0x000052b8 
- 00028139  0x000076e5 setarg  0x00000013 
- 00028140  0x000076e6 copy  0x0000003f , 0x00000002 
- 00028141  0x000076e7 setarg  0x00000053 
- 00028142  0x000076e8 copy  0x0000003f , 0x0000000b 
- 00028143  0x000076e9 branch  0x000050a8 
- 00028144  0x000076ec bpatchx  0x000000c8 , 0x00004039 
- 00028145  0x000076ed call  0x000052b8 
- 00028146  0x000076ee fetch  0x00000002 , 0x0000424e 
- 00028147  0x000076ef copy  0x0000003f , 0x00000002 
- 00028148  0x000076f0 branch  0x000050b7 
- 00028149  0x000076f3 bpatchx  0x000000c9 , 0x00004039 
- 00028150  0x000076f4 call  0x000052d2 
- 00028151  0x000076f6 jam  0x00000003 , 0x000004fb 
- 00028152  0x000076f7 jam  0x0000001c , 0x000004fe 
- 00028153  0x000076f8 call  0x00006ba9 
- 00028154  0x000076f9 jam  0x00000001 , 0x00004563 
- 00028155  0x000076fa rtn 
- 00028156  0x000076fd bpatchx  0x000000ca , 0x00004039 
- 00028157  0x000076fe call  0x000052d2 
- 00028158  0x000076ff fetcht  0x00000001 , 0x00004564 
- 00028159  0x00007700 call  0x00006a79 
- 00028160  0x00007701 storet  0x00000001 , 0x0000455d 
- 00028161  0x00007702 branch  0x00006bc4 
- 00028162  0x00007705 bpatchx  0x000000cb , 0x00004039 
- 00028163  0x00007706 call  0x000052d2 
- 00028164  0x00007707 fetcht  0x00000001 , 0x0000455d 
- 00028165  0x00007708 call  0x00006a73 
- 00028166  0x00007709 call  0x00006a1a 
- 00028167  0x0000770a store  0x00000001 , 0x000004fe 
- 00028168  0x0000770b fetcht  0x00000001 , 0x0000455d 
- 00028169  0x0000770c call  0x00006a73 
- 00028170  0x0000770d storet  0x00000001 , 0x000004fb 
- 00028171  0x0000770e branch  0x00006ba9 
- 00028172  0x00007711 bpatchx  0x000000cc , 0x00004039 
- 00028173  0x00007712 call  0x000052d2 
- 00028174  0x00007713 fetcht  0x00000001 , 0x0000455d 
- 00028175  0x00007714 call  0x00006a73 
- 00028176  0x00007715 branch  0x00006bfc 
- 00028177  0x00007723 bpatchx  0x000000cd , 0x00004039 
- 00028178  0x00007724 fetch  0x00000002 , 0x00000264 
- 00028179  0x00007725 iforce  0x00000006 
- 00028180  0x00007728 ifetch  0x00000001 , 0x00000006 
- 00028181  0x00007729 copy  0x0000003f , 0x00000012 
- 00028182  0x0000772a store  0x00000001 , 0x0000051b 
- 00028183  0x0000772b ifetch  0x00000002 , 0x00000006 
- 00028184  0x0000772c store  0x00000002 , 0x0000051c 
- 00028185  0x0000772d ifetch  0x00000001 , 0x00000006 
- 00028186  0x0000772e lshift8  0x0000003f , 0x0000000b 
- 00028187  0x0000772f ifetch  0x00000001 , 0x00000006 
- 00028188  0x00007730 iadd  0x0000000b , 0x0000000b 
- 00028189  0x00007731 bpatchx  0x000000ce , 0x00004039 
- 00028190  0x00007732 copy  0x00000006 , 0x00000002 
- 00028191  0x00007733 arg  0x00000004 , 0x00000039 
- 00028192  0x00007734 arg  0x0000052a , 0x00000005 
- 00028193  0x00007735 call  0x00007ec6 
- 00028194  0x00007736 copy  0x00000002 , 0x00000006 
- 00028195  0x00007737 deposit  0x00000012 
- 00028196  0x00007738 beq  0x00000001 , 0x00006fba 
- 00028197  0x00007739 beq  0x00000002 , 0x00006e2c 
- 00028198  0x0000773a beq  0x00000003 , 0x00006fba 
- 00028199  0x0000773b beq  0x00000004 , 0x00006e54 
- 00028200  0x0000773c beq  0x00000005 , 0x00006fba 
- 00028201  0x0000773d beq  0x00000006 , 0x00006f02 
- 00028202  0x0000773e beq  0x00000007 , 0x00006fba 
- 00028203  0x0000773f branch  0x00006fc1 
- 00028204  0x0000774b bpatchx  0x000000cf , 0x00004039 
- 00028205  0x0000774c call  0x00006fd0 
- 00028206  0x0000774d compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00028207  0x0000774e branch  0x00007040 , 0x00000001 
- 00028208  0x0000774f compare  0x000000ff , 0x00000002 , 0x000000ff 
- 00028209  0x00007750 branch  0x00006fc4 , 0x00000001 
- 00028210  0x00007752 ifetch  0x00000002 , 0x00000006 
- 00028211  0x00007753 store  0x00000002 , 0x00000522 
- 00028212  0x00007754 increase  0xfffffffe , 0x0000000b 
- 00028213  0x00007756 increase  0xffffffff , 0x0000000b 
- 00028214  0x00007757 nbranch  0x00006fbe , 0x00000005 
- 00028215  0x00007758 arg  0x00000511 , 0x0000000b 
- 00028216  0x00007759 ifetch  0x00000002 , 0x0000000b 
- 00028217  0x0000775a rtn  0x00000034 
- 00028218  0x0000775b call  0x00007082 
- 00028219  0x0000775c call  0x000052d0 
- 00028220  0x0000775d force  0x00000003 , 0x0000003f 
- 00028221  0x0000775e istore  0x00000001 , 0x00000005 
- 00028222  0x0000775f fetch  0x00000002 , 0x0000051c 
- 00028223  0x00007760 istore  0x00000002 , 0x00000005 
- 00028224  0x00007761 lshift2  0x00000007 , 0x0000003f 
- 00028225  0x00007762 add  0x0000003f , 0x00000005 , 0x0000003f 
- 00028226  0x00007763 add  0x0000003f , 0x00000005 , 0x00000013 
- 00028227  0x00007764 byteswap  0x0000003f , 0x0000003f 
- 00028228  0x00007765 istore  0x00000002 , 0x00000005 
- 00028229  0x00007766 deposit  0x00000007 
- 00028230  0x00007767 byteswap  0x0000003f , 0x0000003f 
- 00028231  0x00007768 istore  0x00000002 , 0x00000005 
- 00028232  0x00007769 istore  0x00000002 , 0x00000005 
- 00028233  0x0000776a arg  0x0000052a , 0x00000006 
- 00028234  0x0000776b copy  0x00000007 , 0x00000039 
- 00028235  0x0000776c branch  0x00006e4f , 0x00000005 
- 00028236  0x0000776e ifetch  0x00000004 , 0x00000006 
- 00028237  0x0000776f istore  0x00000004 , 0x00000005 
- 00028238  0x00007770 loop  0x00006e4c 
- 00028239  0x00007772 force  0x00000000 , 0x0000003f 
- 00028240  0x00007773 istore  0x00000001 , 0x00000005 
- 00028241  0x00007774 deposit  0x00000013 
- 00028242  0x00007775 store  0x00000002 , 0x00000275 
- 00028243  0x00007777 rtn 
- 00028244  0x00007783 bpatchx  0x000000d0 , 0x0000403a 
- 00028245  0x00007784 ifetch  0x00000004 , 0x00000006 
- 00028246  0x00007785 store  0x00000004 , 0x00000524 
- 00028247  0x00007786 increase  0xfffffffc , 0x0000000b 
- 00028248  0x00007787 call  0x00006f2e 
- 00028249  0x00007788 store  0x00000002 , 0x00000520 
- 00028250  0x00007789 increase  0xfffffffe , 0x0000000b 
- 00028251  0x0000778a call  0x00007028 
- 00028252  0x0000778b branch  0x00006fc4 , 0x00000005 
- 00028253  0x0000778c compare  0x00000005 , 0x00000011 , 0x000000ff 
- 00028254  0x0000778e branch  0x00006e62 , 0x00000001 
- 00028255  0x00007790 arg  0x0000052a , 0x00000005 
- 00028256  0x00007791 force  0x00000000 , 0x00000007 
- 00028257  0x00007792 branch  0x00006e71 
- 00028258  0x00007794 ifetch  0x00000001 , 0x00000006 
- 00028259  0x00007795 bne  0x0000000a , 0x00006fc4 
- 00028260  0x00007796 ifetch  0x00000002 , 0x00000006 
- 00028261  0x00007797 nbranch  0x00006e6f , 0x00000034 
- 00028262  0x00007798 ifetch  0x00000001 , 0x00000006 
- 00028263  0x00007799 bne  0x000000ff , 0x00006e6d 
- 00028264  0x0000779a ifetch  0x00000001 , 0x00000006 
- 00028265  0x0000779b bne  0x000000ff , 0x00006e6b 
- 00028266  0x0000779c branch  0x00006eb8 
- 00028267  0x0000779e increase  0xfffffffb , 0x00000006 
- 00028268  0x0000779f branch  0x00006e5f 
- 00028269  0x000077a1 increase  0xfffffffc , 0x00000006 
- 00028270  0x000077a2 branch  0x00006e5f 
- 00028271  0x000077a4 increase  0xfffffffd , 0x00000006 
- 00028272  0x000077a5 branch  0x00006e5f 
- 00028273  0x000077a7 ifetch  0x00000001 , 0x00000006 
- 00028274  0x000077a8 beq  0x00000009 , 0x00006e86 
- 00028275  0x000077a9 beq  0x0000000a , 0x00006e74 
- 00028276  0x000077ab ifetch  0x00000002 , 0x00000006 
- 00028277  0x000077ac istore  0x00000002 , 0x00000005 
- 00028278  0x000077ad increase  0x00000001 , 0x00000007 
- 00028279  0x000077ae byteswap  0x0000003f , 0x00000012 
- 00028280  0x000077af ifetch  0x00000002 , 0x00000006 
- 00028281  0x000077b0 byteswap  0x0000003f , 0x0000003f 
- 00028282  0x000077b2 increase  0x00000001 , 0x00000012 
- 00028283  0x000077b3 isub  0x00000012 , 0x0000003e 
- 00028284  0x000077b4 nbranch  0x00006e83 , 0x00000002 
- 00028285  0x000077b5 copy  0x0000003f , 0x00000013 
- 00028286  0x000077b6 byteswap  0x00000012 , 0x0000003f 
- 00028287  0x000077b7 istore  0x00000002 , 0x00000005 
- 00028288  0x000077b8 increase  0x00000001 , 0x00000007 
- 00028289  0x000077b9 copy  0x00000013 , 0x0000003f 
- 00028290  0x000077ba branch  0x00006e7a 
- 00028291  0x000077bc increase  0xfffffffb , 0x0000000b 
- 00028292  0x000077bd increase  0xfffffffb , 0x00000011 
- 00028293  0x000077be branch  0x00006e8b 
- 00028294  0x000077c0 ifetch  0x00000002 , 0x00000006 
- 00028295  0x000077c1 istore  0x00000002 , 0x00000005 
- 00028296  0x000077c2 increase  0x00000001 , 0x00000007 
- 00028297  0x000077c3 increase  0xfffffffd , 0x0000000b 
- 00028298  0x000077c4 increase  0xfffffffd , 0x00000011 
- 00028299  0x000077c6 nbranch  0x00006fc4 , 0x00000002 
- 00028300  0x000077c7 nbranch  0x00006e71 , 0x00000005 
- 00028301  0x000077c8 increase  0xffffffff , 0x0000000b 
- 00028302  0x000077c9 nbranch  0x00006fc4 , 0x00000005 
- 00028303  0x000077cb call  0x000052d0 
- 00028304  0x000077cc increase  0x0000000a , 0x00000005 
- 00028305  0x000077cd arg  0x0000052a , 0x00000011 
- 00028306  0x000077cf copy  0x00000007 , 0x0000003f 
- 00028307  0x000077d0 branch  0x00006ea5 , 0x00000034 
- 00028308  0x000077d1 ifetch  0x00000002 , 0x00000011 
- 00028309  0x000077d2 branch  0x00006ea5 , 0x00000034 
- 00028310  0x000077d3 iforce  0x00000012 
- 00028311  0x000077d4 fetch  0x00000004 , 0x00000524 
- 00028312  0x000077d5 iforce  0x00000002 
- 00028313  0x000077d6 call  0x000070e7 
- 00028314  0x000077d7 copy  0x00000006 , 0x0000003f 
- 00028315  0x000077d8 branch  0x00006ea2 , 0x00000034 
- 00028316  0x000077d9 increase  0xfffffffd , 0x00000006 
- 00028317  0x000077da ifetch  0x00000003 , 0x00000006 
- 00028318  0x000077db istore  0x00000003 , 0x00000005 
- 00028319  0x000077dc call  0x0000705b 
- 00028320  0x000077dd iforce  0x00000039 
- 00028321  0x000077de call  0x00007f01 
- 00028322  0x000077e0 increase  0x00000002 , 0x00000011 
- 00028323  0x000077e1 increase  0xffffffff , 0x00000007 
- 00028324  0x000077e2 branch  0x00006e92 
- 00028325  0x000077e5 arg  0x00000005 , 0x00000011 
- 00028326  0x000077e6 call  0x00006f84 
- 00028327  0x000077e7 fetch  0x00000002 , 0x00000275 
- 00028328  0x000077e8 beq  0x0000000b , 0x00007043 
- 00028329  0x000077e9 branch  0x00006f9a 
- 00028330  0x000077ed ifetch  0x00000001 , 0x00000006 
- 00028331  0x000077ee beq  0x00000000 , 0x00006eae 
- 00028332  0x000077ef beq  0x00000001 , 0x00006eb0 
- 00028333  0x000077f0 beq  0x00000002 , 0x00006eb3 
- 00028334  0x000077f2 increase  0xffffffff , 0x0000000b 
- 00028335  0x000077f3 branch  0x00006eb6 
- 00028336  0x000077f5 ifetch  0x00000001 , 0x00000006 
- 00028337  0x000077f6 increase  0xfffffffe , 0x0000000b 
- 00028338  0x000077f7 branch  0x00006eb6 
- 00028339  0x000077f9 ifetch  0x00000002 , 0x00000006 
- 00028340  0x000077fa byteswap  0x0000003f , 0x0000003f 
- 00028341  0x000077fb increase  0xfffffffd , 0x0000000b 
- 00028342  0x000077fd store  0x00000002 , 0x00000519 
- 00028343  0x000077fe rtn 
- 00028344  0x00007801 increase  0xfffffffb , 0x0000000b 
- 00028345  0x00007802 call  0x00006eaa 
- 00028346  0x00007803 nbranch  0x00006fbe , 0x00000005 
- 00028347  0x00007804 fetcht  0x00000004 , 0x00000524 
- 00028348  0x00007805 call  0x000070b1 
- 00028349  0x00007806 nbranch  0x00006fbb , 0x00000005 
- 00028350  0x00007807 copy  0x00000006 , 0x00000011 
- 00028351  0x00007808 call  0x000052d0 
- 00028352  0x00007809 copy  0x00000011 , 0x00000006 
- 00028353  0x0000780a increase  0x00000003 , 0x00000005 
- 00028354  0x0000780b copy  0x00000006 , 0x0000000b 
- 00028355  0x0000780c call  0x00007062 
- 00028356  0x0000780d copy  0x0000003f , 0x00000011 
- 00028357  0x0000780f fetch  0x00000002 , 0x00000519 
- 00028358  0x00007810 copy  0x0000003f , 0x00000012 
- 00028359  0x00007811 copy  0x00000011 , 0x0000003f 
- 00028360  0x00007812 isub  0x00000012 , 0x00000012 
- 00028361  0x00007813 fetch  0x00000002 , 0x00000520 
- 00028362  0x00007814 isub  0x00000012 , 0x0000003e 
- 00028363  0x00007815 nbranch  0x00006ee7 , 0x00000002 
- 00028364  0x00007817 disable  0x00000028 
- 00028365  0x00007818 fetch  0x00000002 , 0x00000519 
- 00028366  0x00007819 branch  0x00006eda , 0x00000034 
- 00028367  0x0000781a iadd  0x0000000b , 0x00000006 
- 00028368  0x0000781b increase  0x00000003 , 0x00000012 
- 00028369  0x0000781c copy  0x00000012 , 0x00000039 
- 00028370  0x0000781d copy  0x00000039 , 0x0000003f 
- 00028371  0x0000781e increase  0x00000003 , 0x0000003f 
- 00028372  0x0000781f byteswap  0x0000003f , 0x0000003f 
- 00028373  0x00007820 istore  0x00000002 , 0x00000005 
- 00028374  0x00007821 copy  0x00000039 , 0x0000003f 
- 00028375  0x00007822 byteswap  0x0000003f , 0x0000003f 
- 00028376  0x00007823 istore  0x00000002 , 0x00000005 
- 00028377  0x00007824 branch  0x00006ef5 
- 00028378  0x00007826 add  0x00000011 , 0x00000006 , 0x00000039 
- 00028379  0x00007827 branch  0x00006ede , 0x00000028 
- 00028380  0x00007828 byteswap  0x00000039 , 0x0000003f 
- 00028381  0x00007829 branch  0x00006ee1 
- 00028382  0x0000782b copy  0x00000039 , 0x0000003f 
- 00028383  0x0000782c increase  0x00000002 , 0x0000003f 
- 00028384  0x0000782d byteswap  0x0000003f , 0x0000003f 
- 00028385  0x0000782f istore  0x00000002 , 0x00000005 
- 00028386  0x00007830 increase  0xfffffffd , 0x00000039 
- 00028387  0x00007831 byteswap  0x00000039 , 0x0000003f 
- 00028388  0x00007832 istore  0x00000002 , 0x00000005 
- 00028389  0x00007833 copy  0x0000000b , 0x00000006 
- 00028390  0x00007834 branch  0x00006ef5 
- 00028391  0x00007836 enable  0x00000028 
- 00028392  0x00007838 fetch  0x00000002 , 0x00000520 
- 00028393  0x00007839 copy  0x0000003f , 0x00000011 
- 00028394  0x0000783a copy  0x00000011 , 0x00000039 
- 00028395  0x0000783b fetch  0x00000002 , 0x00000519 
- 00028396  0x0000783c branch  0x00006eda , 0x00000034 
- 00028397  0x0000783d iadd  0x0000000b , 0x00000006 
- 00028398  0x0000783e copy  0x00000011 , 0x0000003f 
- 00028399  0x0000783f increase  0x00000005 , 0x0000003f 
- 00028400  0x00007840 byteswap  0x0000003f , 0x0000003f 
- 00028401  0x00007841 istore  0x00000002 , 0x00000005 
- 00028402  0x00007842 copy  0x00000011 , 0x0000003f 
- 00028403  0x00007843 byteswap  0x0000003f , 0x0000003f 
- 00028404  0x00007844 istore  0x00000002 , 0x00000005 
- 00028405  0x00007846 call  0x00007f01 
- 00028406  0x00007847 nbranch  0x00006efe , 0x00000028 
- 00028407  0x00007848 force  0x00000002 , 0x0000003f 
- 00028408  0x00007849 istore  0x00000001 , 0x00000005 
- 00028409  0x0000784a copy  0x00000006 , 0x0000003f 
- 00028410  0x0000784b isub  0x0000000b , 0x0000003f 
- 00028411  0x0000784c byteswap  0x0000003f , 0x0000003f 
- 00028412  0x0000784d istore  0x00000002 , 0x00000005 
- 00028413  0x0000784e branch  0x00006f00 
- 00028414  0x00007850 force  0x00000000 , 0x0000003f 
- 00028415  0x00007851 istore  0x00000001 , 0x00000005 
- 00028416  0x00007853 arg  0x00000005 , 0x00000011 
- 00028417  0x00007854 branch  0x00006fb0 
- 00028418  0x00007860 bpatchx  0x000000d1 , 0x0000403a 
- 00028419  0x00007861 call  0x00006fd0 
- 00028420  0x00007862 compare  0x000000ff , 0x00000002 , 0x000000ff 
- 00028421  0x00007863 branch  0x00006fc4 , 0x00000001 
- 00028422  0x00007864 call  0x00006f2e 
- 00028423  0x00007865 store  0x00000002 , 0x00000520 
- 00028424  0x00007866 increase  0xfffffffe , 0x0000000b 
- 00028425  0x00007867 call  0x00007028 
- 00028426  0x00007868 arg  0x0000052a , 0x00000005 
- 00028427  0x00007869 force  0x00000000 , 0x00000007 
- 00028428  0x0000786b ifetch  0x00000001 , 0x00000006 
- 00028429  0x0000786c beq  0x0000000a , 0x00006f36 
- 00028430  0x0000786d ifetch  0x00000002 , 0x00000006 
- 00028431  0x0000786e istore  0x00000002 , 0x00000005 
- 00028432  0x0000786f increase  0x00000001 , 0x00000007 
- 00028433  0x00007870 increase  0xfffffffd , 0x0000000b 
- 00028434  0x00007871 increase  0xfffffffd , 0x00000011 
- 00028435  0x00007872 nbranch  0x00006fc4 , 0x00000002 
- 00028436  0x00007873 nbranch  0x00006f0c , 0x00000005 
- 00028437  0x00007874 increase  0xffffffff , 0x0000000b 
- 00028438  0x00007875 nbranch  0x00006fc4 , 0x00000005 
- 00028439  0x00007876 call  0x000052d0 
- 00028440  0x00007877 increase  0x0000000d , 0x00000005 
- 00028441  0x00007878 fetch  0x00000002 , 0x00000511 
- 00028442  0x00007879 iforce  0x00000013 
- 00028443  0x0000787a arg  0x0000052a , 0x00000011 
- 00028444  0x0000787c ifetch  0x00000002 , 0x00000011 
- 00028445  0x0000787d branch  0x00006f29 , 0x00000034 
- 00028446  0x0000787e iforce  0x00000012 
- 00028447  0x0000787f call  0x000070c6 
- 00028448  0x00007880 branch  0x00006f27 , 0x00000034 
- 00028449  0x00007881 increase  0xfffffffd , 0x00000006 
- 00028450  0x00007882 ifetch  0x00000003 , 0x00000006 
- 00028451  0x00007883 istore  0x00000003 , 0x00000005 
- 00028452  0x00007884 call  0x0000705b 
- 00028453  0x00007885 iforce  0x00000039 
- 00028454  0x00007886 call  0x00007f01 
- 00028455  0x00007888 increase  0x00000002 , 0x00000011 
- 00028456  0x00007889 branch  0x00006f1c 
- 00028457  0x0000788c call  0x00006f83 
- 00028458  0x0000788d fetch  0x00000002 , 0x00000275 
- 00028459  0x0000788e beq  0x0000000e , 0x00007046 
- 00028460  0x0000788f call  0x00006f9a 
- 00028461  0x00007890 branch  0x00006f9a 
- 00028462  0x00007894 ifetch  0x00000002 , 0x00000006 
- 00028463  0x00007895 byteswap  0x0000003f , 0x0000003f 
- 00028464  0x00007896 increase  0xfffffffd , 0x0000003f 
- 00028465  0x00007897 arg  0x000000c8 , 0x00000002 
- 00028466  0x00007898 isub  0x00000002 , 0x0000003e 
- 00028467  0x00007899 nrtn  0x00000002 
- 00028468  0x0000789a setarg  0x000000c8 
- 00028469  0x0000789b rtn 
- 00028470  0x0000789f increase  0x00000004 , 0x00000006 
- 00028471  0x000078a0 increase  0xfffffffb , 0x0000000b 
- 00028472  0x000078a1 increase  0xfffffffb , 0x00000011 
- 00028473  0x000078a2 nbranch  0x00006fc4 , 0x00000005 
- 00028474  0x000078a3 call  0x00006eaa 
- 00028475  0x000078a4 nbranch  0x00006fbe , 0x00000005 
- 00028476  0x000078a5 arg  0x00000511 , 0x0000000b 
- 00028477  0x000078a6 call  0x00007082 
- 00028478  0x000078a7 deposit  0x00000007 
- 00028479  0x000078a8 branch  0x00007046 , 0x00000034 
- 00028480  0x000078a9 store  0x00000001 , 0x0000054e 
- 00028481  0x000078ab copy  0x00000012 , 0x0000003f 
- 00028482  0x000078ac store  0x00000002 , 0x0000054c 
- 00028483  0x000078ad arg  0x00000000 , 0x00000007 
- 00028484  0x000078ae arg  0x00000000 , 0x00000011 
- 00028485  0x000078af call  0x000052d0 
- 00028486  0x000078b0 increase  0x0000000a , 0x00000005 
- 00028487  0x000078b2 call  0x00006f6c 
- 00028488  0x000078b3 nbranch  0x00002a8c , 0x00000028 
- 00028489  0x000078b4 copy  0x00000006 , 0x0000000b 
- 00028490  0x000078b5 copy  0x0000003f , 0x00000013 
- 00028491  0x000078b6 iadd  0x00000011 , 0x00000011 
- 00028492  0x000078b9 fetch  0x00000002 , 0x00000519 
- 00028493  0x000078ba copy  0x0000003f , 0x00000012 
- 00028494  0x000078bb branch  0x00006f75 , 0x00000034 
- 00028495  0x000078bd copy  0x00000011 , 0x0000003f 
- 00028496  0x000078be isub  0x00000012 , 0x00000012 
- 00028497  0x000078bf branch  0x00006f67 , 0x00000005 
- 00028498  0x000078c0 nbranch  0x00006f67 , 0x00000002 
- 00028499  0x000078c1 fetch  0x00000002 , 0x00000520 
- 00028500  0x000078c2 isub  0x00000012 , 0x0000003e 
- 00028501  0x000078c3 branch  0x00006f5e , 0x00000005 
- 00028502  0x000078c4 nbranch  0x00006f5e , 0x00000002 
- 00028503  0x000078c8 copy  0x00000012 , 0x00000039 
- 00028504  0x000078c9 call  0x00006f61 
- 00028505  0x000078ca fetch  0x00000001 , 0x0000054e 
- 00028506  0x000078cb increase  0x00000001 , 0x00000007 
- 00028507  0x000078cc isub  0x00000007 , 0x0000003e 
- 00028508  0x000078cd branch  0x00006f83 , 0x00000005 
- 00028509  0x000078ce branch  0x00006fa0 
- 00028510  0x000078d1 copy  0x0000003f , 0x00000039 
- 00028511  0x000078d2 call  0x00006f61 
- 00028512  0x000078d3 branch  0x00006fa0 
- 00028513  0x000078d6 increase  0xfffffffd , 0x00000005 
- 00028514  0x000078d7 copy  0x00000039 , 0x00000002 
- 00028515  0x000078d8 copy  0x00000013 , 0x0000003f 
- 00028516  0x000078d9 isub  0x00000012 , 0x0000003f 
- 00028517  0x000078da iadd  0x0000000b , 0x00000006 
- 00028518  0x000078db branch  0x00007f01 
- 00028519  0x000078de fetch  0x00000001 , 0x0000054e 
- 00028520  0x000078df increase  0x00000001 , 0x00000007 
- 00028521  0x000078e0 isub  0x00000007 , 0x0000003e 
- 00028522  0x000078e1 rtn  0x00000005 
- 00028523  0x000078e2 branch  0x00006f47 
- 00028524  0x000078e5 call  0x00007fe9 
- 00028525  0x000078e6 arg  0x0000052a , 0x00000006 
- 00028526  0x000078e7 lshift2  0x00000007 , 0x0000003f 
- 00028527  0x000078e8 iadd  0x00000006 , 0x00000006 
- 00028528  0x000078e9 ifetcht  0x00000004 , 0x00000006 
- 00028529  0x000078ea call  0x000070b1 
- 00028530  0x000078eb nrtn  0x00000005 
- 00028531  0x000078ec call  0x0000705b 
- 00028532  0x000078ed branch  0x00007fe7 
- 00028533  0x000078f0 fetch  0x00000002 , 0x00000520 
- 00028534  0x000078f1 isub  0x00000011 , 0x0000003e 
- 00028535  0x000078f2 nbranch  0x00006f8f , 0x00000002 
- 00028536  0x000078f3 copy  0x00000011 , 0x00000039 
- 00028537  0x000078f4 copy  0x00000039 , 0x00000002 
- 00028538  0x000078f5 copy  0x0000000b , 0x00000006 
- 00028539  0x000078f6 call  0x00007f01 
- 00028540  0x000078f7 fetch  0x00000002 , 0x0000054c 
- 00028541  0x000078f8 isub  0x00000011 , 0x0000003e 
- 00028542  0x000078f9 branch  0x00006f81 , 0x00000005 
- 00028543  0x000078fb call  0x00006fa0 
- 00028544  0x000078fc branch  0x00006f94 
- 00028545  0x000078ff call  0x00006f83 
- 00028546  0x00007900 branch  0x00006f94 
- 00028547  0x00007903 arg  0x00000007 , 0x00000011 
- 00028548  0x00007905 force  0x00000000 , 0x0000003f 
- 00028549  0x00007906 istore  0x00000001 , 0x00000005 
- 00028550  0x00007907 call  0x00006fb0 
- 00028551  0x00007908 fetcht  0x00000002 , 0x00000275 
- 00028552  0x00007909 increase  0xfffffffb , 0x00000002 
- 00028553  0x0000790a byteswap  0x00000002 , 0x0000003f 
- 00028554  0x0000790b istore  0x00000002 , 0x00000005 
- 00028555  0x0000790c increase  0xfffffffd , 0x00000002 
- 00028556  0x0000790d byteswap  0x00000002 , 0x0000003f 
- 00028557  0x0000790e istore  0x00000002 , 0x00000005 
- 00028558  0x0000790f rtn 
- 00028559  0x00007912 copy  0x0000003f , 0x00000039 
- 00028560  0x00007913 copy  0x00000039 , 0x00000002 
- 00028561  0x00007914 copy  0x0000000b , 0x00000006 
- 00028562  0x00007915 call  0x00007f01 
- 00028563  0x00007916 call  0x00006fa0 
- 00028564  0x00007918 setarg  0x00000036 
- 00028565  0x00007919 istore  0x00000001 , 0x00000005 
- 00028566  0x0000791a fetch  0x00000002 , 0x0000054c 
- 00028567  0x0000791b byteswap  0x0000003f , 0x0000003f 
- 00028568  0x0000791c istore  0x00000002 , 0x00000005 
- 00028569  0x0000791d rtn 
- 00028570  0x00007920 setarg  0x00000036 
- 00028571  0x00007921 istore  0x00000001 , 0x00000005 
- 00028572  0x00007922 increase  0xfffffffd , 0x00000002 
- 00028573  0x00007923 byteswap  0x00000002 , 0x0000003f 
- 00028574  0x00007924 istore  0x00000002 , 0x00000005 
- 00028575  0x00007925 rtn 
- 00028576  0x00007928 arg  0x00000007 , 0x00000011 
- 00028577  0x00007929 setarg  0x00000002 
- 00028578  0x0000792a istore  0x00000001 , 0x00000005 
- 00028579  0x0000792b fetch  0x00000002 , 0x00000519 
- 00028580  0x0000792c iadd  0x00000002 , 0x00000002 
- 00028581  0x0000792d byteswap  0x00000002 , 0x0000003f 
- 00028582  0x0000792e istore  0x00000002 , 0x00000005 
- 00028583  0x0000792f call  0x00006fb0 
- 00028584  0x00007930 fetcht  0x00000002 , 0x00000275 
- 00028585  0x00007931 increase  0xfffffffb , 0x00000002 
- 00028586  0x00007932 byteswap  0x00000002 , 0x0000003f 
- 00028587  0x00007933 istore  0x00000002 , 0x00000005 
- 00028588  0x00007934 increase  0xfffffffb , 0x00000002 
- 00028589  0x00007935 byteswap  0x00000002 , 0x0000003f 
- 00028590  0x00007936 istore  0x00000002 , 0x00000005 
- 00028591  0x00007937 rtn 
- 00028592  0x0000793a fetch  0x00000002 , 0x00000273 
- 00028593  0x0000793b isub  0x00000005 , 0x0000003f 
- 00028594  0x0000793c sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00028595  0x0000793d store  0x00000002 , 0x00000275 
- 00028596  0x0000793e call  0x000052d0 
- 00028597  0x0000793f copy  0x00000011 , 0x0000003f 
- 00028598  0x00007940 istore  0x00000001 , 0x00000005 
- 00028599  0x00007941 fetch  0x00000002 , 0x0000051c 
- 00028600  0x00007942 istore  0x00000002 , 0x00000005 
- 00028601  0x00007943 rtn 
- 00028602  0x00007954 rtn 
- 00028603  0x00007976 setarg  0x00000200 
- 00028604  0x00007977 store  0x00000002 , 0x0000054a 
- 00028605  0x00007978 branch  0x00006fc6 
- 00028606  0x0000797a setarg  0x00000400 
- 00028607  0x0000797b store  0x00000002 , 0x0000054a 
- 00028608  0x0000797c branch  0x00006fc6 
- 00028609  0x0000797e setarg  0x00000600 
- 00028610  0x0000797f store  0x00000002 , 0x0000054a 
- 00028611  0x00007980 branch  0x00006fc6 
- 00028612  0x00007982 setarg  0x00000300 
- 00028613  0x00007983 store  0x00000002 , 0x0000054a 
- 00028614  0x00007985 call  0x000052d0 
- 00028615  0x00007986 istore  0x00000001 , 0x00000005 
- 00028616  0x00007987 fetch  0x00000002 , 0x0000051c 
- 00028617  0x00007988 istore  0x00000002 , 0x00000005 
- 00028618  0x00007989 setarg  0x00000200 
- 00028619  0x0000798a istore  0x00000002 , 0x00000005 
- 00028620  0x0000798b fetch  0x00000002 , 0x0000054a 
- 00028621  0x0000798c istore  0x00000002 , 0x00000005 
- 00028622  0x0000798d jam  0x00000007 , 0x00000275 
- 00028623  0x0000798e rtn 
- 00028624  0x00007994 arg  0x00000000 , 0x00000012 
- 00028625  0x00007995 force  0x00000000 , 0x00000002 
- 00028626  0x00007996 arg  0x00000511 , 0x00000005 
- 00028627  0x00007997 call  0x00007028 
- 00028628  0x00007998 branch  0x00007026 , 0x00000005 
- 00028629  0x0000799a increase  0x00000001 , 0x00000012 
- 00028630  0x0000799b ifetch  0x00000001 , 0x00000006 
- 00028631  0x0000799c increase  0xffffffff , 0x00000011 
- 00028632  0x0000799d increase  0xffffffff , 0x0000000b 
- 00028633  0x0000799e compare  0x00000018 , 0x0000003f , 0x000000f8 
- 00028634  0x0000799f nbranch  0x00007026 , 0x00000001 
- 00028635  0x000079a0 compare  0x00000004 , 0x0000003f , 0x00000007 
- 00028636  0x000079a1 nbranch  0x00006ff3 , 0x00000001 
- 00028637  0x000079a2 force  0x00000001 , 0x00000002 
- 00028638  0x000079a4 ifetch  0x00000001 , 0x00000006 
- 00028639  0x000079a5 increase  0xffffffff , 0x00000011 
- 00028640  0x000079a6 increase  0xffffffff , 0x0000000b 
- 00028641  0x000079a7 bne  0x00000000 , 0x00006fe7 
- 00028642  0x000079a8 ifetch  0x00000001 , 0x00000006 
- 00028643  0x000079a9 increase  0xffffffff , 0x00000011 
- 00028644  0x000079aa increase  0xffffffff , 0x0000000b 
- 00028645  0x000079ab beq  0x00000000 , 0x00006ff8 
- 00028646  0x000079ac branch  0x00006fea 
- 00028647  0x000079ae increase  0x00000001 , 0x00000006 
- 00028648  0x000079af increase  0xffffffff , 0x00000011 
- 00028649  0x000079b0 increase  0xffffffff , 0x0000000b 
- 00028650  0x000079b2 increase  0x00000002 , 0x00000006 
- 00028651  0x000079b3 increase  0xfffffffe , 0x00000011 
- 00028652  0x000079b4 increase  0xfffffffe , 0x0000000b 
- 00028653  0x000079b5 compare  0x00000000 , 0x00000002 , 0x000000ff 
- 00028654  0x000079b6 branch  0x00007020 , 0x00000001 
- 00028655  0x000079b7 increase  0x0000000c , 0x00000006 
- 00028656  0x000079b8 increase  0xfffffff4 , 0x00000011 
- 00028657  0x000079b9 increase  0xfffffff4 , 0x0000000b 
- 00028658  0x000079ba branch  0x00007020 
- 00028659  0x000079bc compare  0x00000002 , 0x0000003f , 0x00000007 
- 00028660  0x000079bd nbranch  0x00006ff6 , 0x00000001 
- 00028661  0x000079be branch  0x00006fde 
- 00028662  0x000079c0 compare  0x00000001 , 0x0000003f , 0x00000007 
- 00028663  0x000079c1 nbranch  0x00007026 , 0x00000001 
- 00028664  0x000079c3 increase  0xfffffffe , 0x00000011 
- 00028665  0x000079c4 increase  0xfffffffe , 0x0000000b 
- 00028666  0x000079c5 ifetch  0x00000002 , 0x00000006 
- 00028667  0x000079c6 sub  0x00000012 , 0x00000004 , 0x0000003e 
- 00028668  0x000079c7 branch  0x00006ffe , 0x00000005 
- 00028669  0x000079c8 istore  0x00000002 , 0x00000005 
- 00028670  0x000079ca compare  0x00000000 , 0x00000002 , 0x000000ff 
- 00028671  0x000079cb branch  0x00007020 , 0x00000001 
- 00028672  0x000079cc copy  0x00000006 , 0x00000002 
- 00028673  0x000079cd ifetch  0x00000001 , 0x00000006 
- 00028674  0x000079ce bne  0x00000000 , 0x00007019 
- 00028675  0x000079cf ifetch  0x00000001 , 0x00000006 
- 00028676  0x000079d0 bne  0x00000000 , 0x00007019 
- 00028677  0x000079d1 ifetch  0x00000001 , 0x00000006 
- 00028678  0x000079d2 bne  0x00000010 , 0x00007019 
- 00028679  0x000079d3 ifetch  0x00000001 , 0x00000006 
- 00028680  0x000079d4 bne  0x00000000 , 0x00007019 
- 00028681  0x000079d5 ifetch  0x00000001 , 0x00000006 
- 00028682  0x000079d6 bne  0x00000080 , 0x00007019 
- 00028683  0x000079d7 ifetch  0x00000001 , 0x00000006 
- 00028684  0x000079d8 bne  0x00000000 , 0x00007019 
- 00028685  0x000079d9 ifetch  0x00000001 , 0x00000006 
- 00028686  0x000079da bne  0x00000000 , 0x00007019 
- 00028687  0x000079db ifetch  0x00000001 , 0x00000006 
- 00028688  0x000079dc bne  0x00000080 , 0x00007019 
- 00028689  0x000079dd ifetch  0x00000001 , 0x00000006 
- 00028690  0x000079de bne  0x0000005f , 0x00007019 
- 00028691  0x000079df ifetch  0x00000001 , 0x00000006 
- 00028692  0x000079e0 bne  0x0000009b , 0x00007019 
- 00028693  0x000079e1 ifetch  0x00000001 , 0x00000006 
- 00028694  0x000079e2 bne  0x00000034 , 0x00007019 
- 00028695  0x000079e3 ifetch  0x00000001 , 0x00000006 
- 00028696  0x000079e4 beq  0x000000fb , 0x0000701e 
- 00028697  0x000079e6 copy  0x00000002 , 0x00000006 
- 00028698  0x000079e8 increase  0x0000000c , 0x00000006 
- 00028699  0x000079e9 force  0x00000000 , 0x00000007 
- 00028700  0x000079ea force  0x00000000 , 0x00000002 
- 00028701  0x000079eb branch  0x0000701e 
- 00028702  0x000079ee increase  0xfffffff4 , 0x0000000b 
- 00028703  0x000079ef increase  0xfffffff4 , 0x00000011 
- 00028704  0x000079f1 force  0x00000000 , 0x00000002 
- 00028705  0x000079f2 compare  0x00000000 , 0x00000011 , 0x000000ff 
- 00028706  0x000079f3 nbranch  0x00006fd5 , 0x00000001 
- 00028707  0x000079f4 force  0x00000000 , 0x0000003f 
- 00028708  0x000079f5 istore  0x00000002 , 0x00000005 
- 00028709  0x000079f6 rtn 
- 00028710  0x000079f8 arg  0x000000ff , 0x00000002 
- 00028711  0x000079f9 rtn 
- 00028712  0x00007a04 bpatchx  0x000000d4 , 0x0000403a 
- 00028713  0x00007a05 ifetch  0x00000001 , 0x00000006 
- 00028714  0x00007a06 increase  0xffffffff , 0x0000000b 
- 00028715  0x00007a07 compare  0x00000030 , 0x0000003f , 0x000000f8 
- 00028716  0x00007a08 nbranch  0x0000703e , 0x00000001 
- 00028717  0x00007a09 compare  0x00000007 , 0x0000003f , 0x00000007 
- 00028718  0x00007a0a branch  0x00007037 , 0x00000001 
- 00028719  0x00007a0b compare  0x00000006 , 0x0000003f , 0x00000007 
- 00028720  0x00007a0c branch  0x00007039 , 0x00000001 
- 00028721  0x00007a0d compare  0x00000005 , 0x0000003f , 0x00000007 
- 00028722  0x00007a0e nbranch  0x0000703e , 0x00000001 
- 00028723  0x00007a10 ifetch  0x00000001 , 0x00000006 
- 00028724  0x00007a11 copy  0x0000003f , 0x00000011 
- 00028725  0x00007a12 increase  0xffffffff , 0x0000000b 
- 00028726  0x00007a13 branch  0x0000703c 
- 00028727  0x00007a15 increase  0x00000002 , 0x00000006 
- 00028728  0x00007a16 increase  0xfffffffe , 0x0000000b 
- 00028729  0x00007a18 ifetch  0x00000002 , 0x00000006 
- 00028730  0x00007a19 byteswap  0x0000003f , 0x00000011 
- 00028731  0x00007a1a increase  0xfffffffe , 0x0000000b 
- 00028732  0x00007a1c force  0x00000001 , 0x0000003f 
- 00028733  0x00007a1d rtn 
- 00028734  0x00007a1f force  0x00000000 , 0x0000003f 
- 00028735  0x00007a20 rtn 
- 00028736  0x00007a2b setarg  0x00000003 
- 00028737  0x00007a2c store  0x00000001 , 0x0000051b 
- 00028738  0x00007a2d branch  0x00007048 
- 00028739  0x00007a2f setarg  0x00000005 
- 00028740  0x00007a30 store  0x00000001 , 0x0000051b 
- 00028741  0x00007a31 branch  0x00007048 
- 00028742  0x00007a33 setarg  0x00000007 
- 00028743  0x00007a34 store  0x00000001 , 0x0000051b 
- 00028744  0x00007a36 call  0x000052d0 
- 00028745  0x00007a39 fetch  0x00000001 , 0x0000051b 
- 00028746  0x00007a3a copy  0x0000003f , 0x00000012 
- 00028747  0x00007a3b istore  0x00000001 , 0x00000005 
- 00028748  0x00007a3c fetch  0x00000002 , 0x0000051c 
- 00028749  0x00007a3d istore  0x00000002 , 0x00000005 
- 00028750  0x00007a3e setarg  0x00000500 
- 00028751  0x00007a3f istore  0x00000002 , 0x00000005 
- 00028752  0x00007a40 compare  0x00000005 , 0x00000012 , 0x000000ff 
- 00028753  0x00007a41 branch  0x00007057 , 0x00000001 
- 00028754  0x00007a42 compare  0x00000007 , 0x00000012 , 0x000000ff 
- 00028755  0x00007a43 branch  0x00007057 , 0x00000001 
- 00028756  0x00007a44 setarg  0x00000000 
- 00028757  0x00007a45 istore  0x00000005 , 0x00000005 
- 00028758  0x00007a46 branch  0x00007059 
- 00028759  0x00007a49 setarg  0x00350200 
- 00028760  0x00007a4a istore  0x00000005 , 0x00000005 
- 00028761  0x00007a4c jam  0x0000000a , 0x00000275 
- 00028762  0x00007a4d rtn 
- 00028763  0x00007a51 call  0x00007ea2 
- 00028764  0x00007a52 call  0x00007ea5 
- 00028765  0x00007a53 call  0x00007062 
- 00028766  0x00007a54 call  0x00007e9c 
- 00028767  0x00007a55 call  0x00007e9f 
- 00028768  0x00007a56 copy  0x00000002 , 0x0000003f 
- 00028769  0x00007a57 rtn 
- 00028770  0x00007a5b ifetch  0x00000001 , 0x00000006 
- 00028771  0x00007a5c and  0x0000003f , 0x00000007 , 0x00000039 
- 00028772  0x00007a5d rshift3  0x0000003f , 0x0000003f 
- 00028773  0x00007a5e bne  0x00000000 , 0x0000706c 
- 00028774  0x00007a60 force  0x00000001 , 0x0000003f 
- 00028775  0x00007a61 force  0x00000001 , 0x00000002 
- 00028776  0x00007a62 rtn 
- 00028777  0x00007a65 call  0x00007e76 
- 00028778  0x00007a66 add  0x0000003f , 0x00000001 , 0x00000002 
- 00028779  0x00007a67 rtn 
- 00028780  0x00007a69 deposit  0x00000039 
- 00028781  0x00007a6a sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00028782  0x00007a6b branch  0x00007069 , 0x00000002 
- 00028783  0x00007a6c beq  0x00000005 , 0x00007073 
- 00028784  0x00007a6d beq  0x00000006 , 0x00007076 
- 00028785  0x00007a6e beq  0x00000007 , 0x0000707a 
- 00028786  0x00007a6f rtn 
- 00028787  0x00007a72 ifetch  0x00000001 , 0x00000006 
- 00028788  0x00007a73 add  0x0000003f , 0x00000002 , 0x00000002 
- 00028789  0x00007a74 rtn 
- 00028790  0x00007a76 ifetch  0x00000002 , 0x00000006 
- 00028791  0x00007a77 byteswap  0x0000003f , 0x0000003f 
- 00028792  0x00007a78 add  0x0000003f , 0x00000003 , 0x00000002 
- 00028793  0x00007a79 rtn 
- 00028794  0x00007a7b ifetch  0x00000002 , 0x00000006 
- 00028795  0x00007a7c byteswap  0x0000003f , 0x0000003f 
- 00028796  0x00007a7d ifetcht  0x00000002 , 0x00000006 
- 00028797  0x00007a7e byteswap  0x00000002 , 0x00000002 
- 00028798  0x00007a7f lshift16  0x00000002 , 0x00000002 
- 00028799  0x00007a80 iadd  0x00000002 , 0x0000003f 
- 00028800  0x00007a81 add  0x0000003f , 0x00000005 , 0x00000002 
- 00028801  0x00007a82 rtn 
- 00028802  0x00007a89 bpatchx  0x000000d5 , 0x0000403a 
- 00028803  0x00007a8a force  0x00000000 , 0x00000007 
- 00028804  0x00007a8b arg  0x00000000 , 0x00000012 
- 00028805  0x00007a8c arg  0x0000052a , 0x00000005 
- 00028806  0x00007a8e ifetch  0x00000002 , 0x0000000b 
- 00028807  0x00007a8f rtn  0x00000034 
- 00028808  0x00007a90 call  0x0000708d 
- 00028809  0x00007a91 copy  0x00000007 , 0x0000003f 
- 00028810  0x00007a92 rtneq  0x00000007 
- 00028811  0x00007a93 increase  0x00000002 , 0x0000000b 
- 00028812  0x00007a94 branch  0x00007086 
- 00028813  0x00007a98 iforce  0x00000013 
- 00028814  0x00007a9a fetch  0x00000002 , 0x00004575 
- 00028815  0x00007a9b iforce  0x00000006 
- 00028816  0x00007a9d copy  0x00000007 , 0x0000003f 
- 00028817  0x00007a9e rtneq  0x00000007 
- 00028818  0x00007a9f disable  0x00000028 
- 00028819  0x00007aa0 ifetch  0x00000001 , 0x00000006 
- 00028820  0x00007aa1 rtn  0x00000034 
- 00028821  0x00007aa2 iforce  0x00000039 
- 00028822  0x00007aa4 ifetch  0x00000002 , 0x00000006 
- 00028823  0x00007aa5 isub  0x00000013 , 0x0000003e 
- 00028824  0x00007aa6 nbranch  0x0000709a , 0x00000005 
- 00028825  0x00007aa7 enable  0x00000028 
- 00028826  0x00007aa9 loop  0x00007096 
- 00028827  0x00007aaa ifetcht  0x00000004 , 0x00000006 
- 00028828  0x00007aab copy  0x00000006 , 0x00000011 
- 00028829  0x00007aac nbranch  0x000070ad , 0x00000028 
- 00028830  0x00007aad arg  0x0000052a , 0x00000006 
- 00028831  0x00007aae arg  0x00000007 , 0x00000039 
- 00028832  0x00007ab0 ifetch  0x00000004 , 0x00000006 
- 00028833  0x00007ab1 branch  0x000070a6 , 0x00000034 
- 00028834  0x00007ab2 isub  0x00000002 , 0x0000003e 
- 00028835  0x00007ab3 branch  0x000070ad , 0x00000005 
- 00028836  0x00007ab4 loop  0x000070a0 
- 00028837  0x00007ab5 rtn 
- 00028838  0x00007ab7 istoret  0x00000004 , 0x00000005 
- 00028839  0x00007ab8 increase  0x00000001 , 0x00000007 
- 00028840  0x00007ab9 copy  0x00000011 , 0x00000006 
- 00028841  0x00007aba call  0x0000705b 
- 00028842  0x00007abb iadd  0x00000012 , 0x00000012 
- 00028843  0x00007abc iadd  0x00000006 , 0x00000006 
- 00028844  0x00007abd branch  0x00007090 
- 00028845  0x00007abf copy  0x00000011 , 0x00000006 
- 00028846  0x00007ac0 call  0x00007062 
- 00028847  0x00007ac1 iadd  0x00000006 , 0x00000006 
- 00028848  0x00007ac2 branch  0x00007090 
- 00028849  0x00007ac9 bpatchx  0x000000d6 , 0x0000403a 
- 00028850  0x00007aca fetch  0x00000002 , 0x00004575 
- 00028851  0x00007acb iforce  0x00000006 
- 00028852  0x00007acd ifetch  0x00000001 , 0x00000006 
- 00028853  0x00007ace branch  0x00007fe3 , 0x00000034 
- 00028854  0x00007acf lshift  0x0000003f , 0x0000003f 
- 00028855  0x00007ad0 iadd  0x00000006 , 0x00000006 
- 00028856  0x00007ad1 ifetch  0x00000004 , 0x00000006 
- 00028857  0x00007ad2 isub  0x00000002 , 0x0000003e 
- 00028858  0x00007ad3 rtn  0x00000005 
- 00028859  0x00007ad4 deposit  0x00000005 
- 00028860  0x00007ad5 store  0x00000002 , 0x00000abb 
- 00028861  0x00007ad6 storet  0x00000008 , 0x00000aa2 
- 00028862  0x00007ad7 call  0x00007062 
- 00028863  0x00007ad8 iadd  0x00000006 , 0x00000006 
- 00028864  0x00007ad9 copy  0x00000006 , 0x0000003f 
- 00028865  0x00007ada fetcht  0x00000002 , 0x00000abb 
- 00028866  0x00007adb copy  0x00000002 , 0x00000005 
- 00028867  0x00007adc fetcht  0x00000008 , 0x00000aa2 
- 00028868  0x00007add copy  0x0000003f , 0x00000006 
- 00028869  0x00007ade branch  0x000070b4 
- 00028870  0x00007ae5 bpatchx  0x000000d7 , 0x0000403a 
- 00028871  0x00007ae6 fetch  0x00000002 , 0x00004575 
- 00028872  0x00007ae7 iforce  0x00000006 
- 00028873  0x00007ae9 ifetch  0x00000001 , 0x00000006 
- 00028874  0x00007aea branch  0x000070e4 , 0x00000034 
- 00028875  0x00007aeb iforce  0x00000039 
- 00028876  0x00007aed ifetch  0x00000002 , 0x00000006 
- 00028877  0x00007aee isub  0x00000013 , 0x0000003e 
- 00028878  0x00007aef branch  0x000070d4 , 0x00000005 
- 00028879  0x00007af0 loop  0x000070cc 
- 00028880  0x00007af1 increase  0x00000004 , 0x00000006 
- 00028881  0x00007af2 call  0x00007062 
- 00028882  0x00007af3 iadd  0x00000006 , 0x00000006 
- 00028883  0x00007af4 branch  0x000070c9 
- 00028884  0x00007af6 increase  0xffffffff , 0x00000039 
- 00028885  0x00007af7 lshift  0x00000039 , 0x0000003f 
- 00028886  0x00007af8 iadd  0x00000006 , 0x00000006 
- 00028887  0x00007af9 increase  0x00000004 , 0x00000006 
- 00028888  0x00007afa call  0x00007062 
- 00028889  0x00007afb iadd  0x00000006 , 0x0000000b 
- 00028890  0x00007afd increase  0x00000001 , 0x00000006 
- 00028891  0x00007afe ifetch  0x00000002 , 0x00000006 
- 00028892  0x00007aff isub  0x00000012 , 0x0000003e 
- 00028893  0x00007b03 branch  0x00007fef , 0x00000005 
- 00028894  0x00007b04 call  0x0000705b 
- 00028895  0x00007b05 iadd  0x00000006 , 0x00000006 
- 00028896  0x00007b06 deposit  0x0000000b 
- 00028897  0x00007b07 isub  0x00000006 , 0x0000003e 
- 00028898  0x00007b08 branch  0x000070e4 , 0x00000005 
- 00028899  0x00007b09 branch  0x000070da 
- 00028900  0x00007b0b force  0x00000000 , 0x00000006 
- 00028901  0x00007b0c force  0x00000000 , 0x0000003f 
- 00028902  0x00007b0d rtn 
- 00028903  0x00007b14 bpatchx  0x000000d8 , 0x0000403b 
- 00028904  0x00007b15 fetch  0x00000002 , 0x00004575 
- 00028905  0x00007b16 iforce  0x00000006 
- 00028906  0x00007b18 ifetch  0x00000001 , 0x00000006 
- 00028907  0x00007b19 branch  0x00007100 , 0x00000034 
- 00028908  0x00007b1a lshift  0x0000003f , 0x0000003f 
- 00028909  0x00007b1b iadd  0x00000006 , 0x00000006 
- 00028910  0x00007b1c ifetch  0x00000004 , 0x00000006 
- 00028911  0x00007b1d isub  0x00000002 , 0x0000003e 
- 00028912  0x00007b1e branch  0x000070f4 , 0x00000005 
- 00028913  0x00007b1f call  0x00007062 
- 00028914  0x00007b20 iadd  0x00000006 , 0x00000006 
- 00028915  0x00007b21 branch  0x000070ea 
- 00028916  0x00007b23 call  0x00007062 
- 00028917  0x00007b24 iadd  0x00000006 , 0x0000000b 
- 00028918  0x00007b26 increase  0x00000001 , 0x00000006 
- 00028919  0x00007b27 ifetch  0x00000002 , 0x00000006 
- 00028920  0x00007b28 isub  0x00000012 , 0x0000003e 
- 00028921  0x00007b29 rtn  0x00000005 
- 00028922  0x00007b2a call  0x0000705b 
- 00028923  0x00007b2b iadd  0x00000006 , 0x00000006 
- 00028924  0x00007b2c deposit  0x0000000b 
- 00028925  0x00007b2d isub  0x00000006 , 0x0000003e 
- 00028926  0x00007b2e branch  0x00007100 , 0x00000005 
- 00028927  0x00007b2f branch  0x000070f6 
- 00028928  0x00007b31 force  0x00000000 , 0x00000006 
- 00028929  0x00007b32 rtn 
- 00028930  0x00007b37 arg  0x00000400 , 0x00000012 
- 00028931  0x00007b38 call  0x000070f4 
- 00028932  0x00007b39 arg  0x00000300 , 0x00000012 
- 00028933  0x00007b3a call  0x0000710d 
- 00028934  0x00007b3b nrtn  0x00000028 
- 00028935  0x00007b3c sub  0x00000011 , 0x00000003 , 0x0000003e 
- 00028936  0x00007b3d branch  0x00007fe9 , 0x00000002 
- 00028937  0x00007b3e ifetch  0x00000001 , 0x00000006 
- 00028938  0x00007b3f bne  0x00000008 , 0x00007fe9 
- 00028939  0x00007b40 ifetch  0x00000001 , 0x00000006 
- 00028940  0x00007b41 rtn 
- 00028941  0x00007b47 bpatchx  0x000000d9 , 0x0000403b 
- 00028942  0x00007b48 call  0x00007062 
- 00028943  0x00007b49 copy  0x0000003f , 0x00000011 
- 00028944  0x00007b4b ifetch  0x00000001 , 0x00000006 
- 00028945  0x00007b4c and  0x0000003f , 0x00000007 , 0x00000039 
- 00028946  0x00007b4d rshift3  0x0000003f , 0x0000003f 
- 00028947  0x00007b4e sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00028948  0x00007b4f branch  0x00007129 , 0x00000005 
- 00028949  0x00007b50 copy  0x00000039 , 0x0000003f 
- 00028950  0x00007b51 beq  0x00000005 , 0x00007120 
- 00028951  0x00007b52 beq  0x00000006 , 0x00007123 
- 00028952  0x00007b53 beq  0x00000007 , 0x00007126 
- 00028953  0x00007b54 increase  0xffffffff , 0x00000006 
- 00028954  0x00007b55 call  0x00007062 
- 00028955  0x00007b56 iadd  0x00000006 , 0x00000006 
- 00028956  0x00007b57 copy  0x00000011 , 0x0000003f 
- 00028957  0x00007b58 isub  0x00000002 , 0x00000011 
- 00028958  0x00007b59 branch  0x00007fe9 , 0x00000005 
- 00028959  0x00007b5a branch  0x00007110 
- 00028960  0x00007b5d increase  0xfffffffe , 0x00000011 
- 00028961  0x00007b5e increase  0x00000001 , 0x00000006 
- 00028962  0x00007b5f branch  0x00007110 
- 00028963  0x00007b61 increase  0xfffffffd , 0x00000011 
- 00028964  0x00007b62 increase  0x00000002 , 0x00000006 
- 00028965  0x00007b63 branch  0x00007110 
- 00028966  0x00007b65 increase  0xfffffffb , 0x00000011 
- 00028967  0x00007b66 increase  0x00000004 , 0x00000006 
- 00028968  0x00007b67 branch  0x00007110 
- 00028969  0x00007b6a increase  0xffffffff , 0x00000011 
- 00028970  0x00007b6b copy  0x00000039 , 0x0000003f 
- 00028971  0x00007b6c beq  0x00000001 , 0x00007132 
- 00028972  0x00007b6d beq  0x00000002 , 0x00007130 
- 00028973  0x00007b6e beq  0x00000004 , 0x0000712f 
- 00028974  0x00007b6f branch  0x00007fe9 
- 00028975  0x00007b71 increase  0xfffffff4 , 0x00000011 
- 00028976  0x00007b73 ifetch  0x00000002 , 0x00000006 
- 00028977  0x00007b74 increase  0xfffffffe , 0x00000011 
- 00028978  0x00007b76 ifetch  0x00000002 , 0x00000006 
- 00028979  0x00007b77 isub  0x00000012 , 0x0000003e 
- 00028980  0x00007b78 branch  0x00007fe7 , 0x00000005 
- 00028981  0x00007b79 increase  0xfffffffe , 0x00000011 
- 00028982  0x00007b7a branch  0x00007fe9 , 0x00000005 
- 00028983  0x00007b7b branch  0x00007110 
- 00028984  0x00007bb7 call  0x000052d0 
- 00028985  0x00007bb8 copy  0x0000003f , 0x00000005 
- 00028986  0x00007bb9 setarg  0x00000006 
- 00028987  0x00007bba istore  0x00000001 , 0x00000005 
- 00028988  0x00007bbb setarg  0x0000006e 
- 00028989  0x00007bbc istore  0x00000002 , 0x00000005 
- 00028990  0x00007bbd setarg  0x00000f00 
- 00028991  0x00007bbe istore  0x00000002 , 0x00000005 
- 00028992  0x00007bbf setarg  0x001a0535 
- 00028993  0x00007bc0 istore  0x00000003 , 0x00000005 
- 00028994  0x00007bc1 setarg  0x00000111 
- 00028995  0x00007bc2 lshift16  0x0000003f , 0x0000003f 
- 00028996  0x00007bc3 istore  0x00000004 , 0x00000005 
- 00028997  0x00007bc4 setarg  0x00002600 
- 00028998  0x00007bc5 istore  0x00000002 , 0x00000005 
- 00028999  0x00007bc6 setarg  0x00000335 
- 00029000  0x00007bc7 istore  0x00000002 , 0x00000005 
- 00029001  0x00007bc8 setarg  0x00000009 
- 00029002  0x00007bc9 istore  0x00000002 , 0x00000005 
- 00029003  0x00007bca setarg  0x00000004 
- 00029004  0x00007bcb istore  0x00000002 , 0x00000005 
- 00029005  0x00007bcc jam  0x00000014 , 0x00000275 
- 00029006  0x00007bcd rtn 
- 00029007  0x00007bd2 bpatchx  0x000000da , 0x0000403b 
- 00029008  0x00007bd3 jam  0x00000050 , 0x000005e5 
- 00029009  0x00007bd4 arg  0x000005e6 , 0x00000005 
- 00029010  0x00007bd5 arg  0x0000443a , 0x00000006 
- 00029011  0x00007bd6 call  0x00007ebf 
- 00029012  0x00007bd7 arg  0x000045d2 , 0x00000006 
- 00029013  0x00007bd8 call  0x00007ebd 
- 00029014  0x00007bd9 arg  0x000009be , 0x00000006 
- 00029015  0x00007bda call  0x00007ebd 
- 00029016  0x00007bdb call  0x0000720a 
- 00029017  0x00007bdc arg  0x0000042f , 0x00000006 
- 00029018  0x00007bdd call  0x00007205 
- 00029019  0x00007bde call  0x000071d0 
- 00029020  0x00007be0 arg  0x00000af2 , 0x00000005 
- 00029021  0x00007be1 call  0x00007201 
- 00029022  0x00007be2 setarg  0x000f4240 
- 00029023  0x00007be3 copy  0x0000003f , 0x00000011 
- 00029024  0x00007be4 fetch  0x00000004 , 0x00000af2 
- 00029025  0x00007be5 idiv  0x00000011 
- 00029026  0x00007be6 call  0x00007f86 
- 00029027  0x00007be7 remainder  0x0000003f 
- 00029028  0x00007be8 store  0x00000004 , 0x000009ba 
- 00029029  0x00007bea rtn 
- 00029030  0x00007bed jam  0x00000041 , 0x000005e5 
- 00029031  0x00007bee arg  0x000005e6 , 0x00000005 
- 00029032  0x00007bef call  0x000071b5 
- 00029033  0x00007bf0 call  0x000071b0 
- 00029034  0x00007bf1 fetch  0x00000003 , 0x00004454 
- 00029035  0x00007bf2 istore  0x00000003 , 0x00000005 
- 00029036  0x00007bf5 call  0x00007176 
- 00029037  0x00007bf7 arg  0x0000042f , 0x00000006 
- 00029038  0x00007bf8 call  0x00007ebf 
- 00029039  0x00007bf9 arg  0x0000443a , 0x00000006 
- 00029040  0x00007bfa call  0x00007ebf 
- 00029041  0x00007bfb call  0x0000720a 
- 00029042  0x00007bfc arg  0x00000b12 , 0x00000006 
- 00029043  0x00007bfd arg  0x00000ac2 , 0x00000005 
- 00029044  0x00007bfe call  0x00007ebf 
- 00029045  0x00007c00 branch  0x000071d0 
- 00029046  0x00007c05 fetch  0x00000004 , 0x000044c7 
- 00029047  0x00007c06 istore  0x00000004 , 0x00000005 
- 00029048  0x00007c07 call  0x00007ecd 
- 00029049  0x00007c08 branch  0x00007eca 
- 00029050  0x00007c0b bpatchx  0x000000db , 0x0000403b 
- 00029051  0x00007c0c jam  0x00000041 , 0x000005e5 
- 00029052  0x00007c0d arg  0x000005e6 , 0x00000005 
- 00029053  0x00007c0e call  0x000071b0 
- 00029054  0x00007c0f call  0x000071b5 
- 00029055  0x00007c10 fetch  0x00000003 , 0x0000444d 
- 00029056  0x00007c11 istore  0x00000003 , 0x00000005 
- 00029057  0x00007c14 call  0x00007176 
- 00029058  0x00007c15 arg  0x0000443a , 0x00000006 
- 00029059  0x00007c16 call  0x00007ebf 
- 00029060  0x00007c17 arg  0x0000042f , 0x00000006 
- 00029061  0x00007c18 call  0x00007ebf 
- 00029062  0x00007c19 call  0x0000720a 
- 00029063  0x00007c1a arg  0x00000b12 , 0x00000006 
- 00029064  0x00007c1b arg  0x00000ac2 , 0x00000005 
- 00029065  0x00007c1c call  0x00007ebf 
- 00029066  0x00007c1e call  0x000071d0 
- 00029067  0x00007c1f arg  0x00000af2 , 0x00000005 
- 00029068  0x00007c20 branch  0x00007201 
- 00029069  0x00007c23 jam  0x00000020 , 0x000005e5 
- 00029070  0x00007c24 arg  0x000009fe , 0x00000006 
- 00029071  0x00007c25 arg  0x000005e6 , 0x00000005 
- 00029072  0x00007c26 call  0x00007ebd 
- 00029073  0x00007c27 call  0x0000720a 
- 00029074  0x00007c28 arg  0x0000099e , 0x00000006 
- 00029075  0x00007c29 call  0x00007205 
- 00029076  0x00007c2a call  0x000071d0 
- 00029077  0x00007c2b arg  0x00000ac2 , 0x00000005 
- 00029078  0x00007c2c call  0x00007497 
- 00029079  0x00007c2d arg  0x00000001 , 0x00000002 
- 00029080  0x00007c2e call  0x0000719f 
- 00029081  0x00007c2f arg  0x00004419 , 0x00000005 
- 00029082  0x00007c30 call  0x00007201 
- 00029083  0x00007c31 arg  0x00000000 , 0x00000002 
- 00029084  0x00007c32 call  0x0000719f 
- 00029085  0x00007c33 arg  0x00000b12 , 0x00000005 
- 00029086  0x00007c35 branch  0x00007497 
- 00029087  0x00007c39 bpatchx  0x000000dc , 0x0000403b 
- 00029088  0x00007c3a jam  0x00000035 , 0x000005e5 
- 00029089  0x00007c3b setarg  0x00000100 
- 00029090  0x00007c3c store  0x00000002 , 0x000005e6 
- 00029091  0x00007c3d call  0x000071b0 
- 00029092  0x00007c3e call  0x000071b5 
- 00029093  0x00007c3f arg  0x0000443a , 0x00000006 
- 00029094  0x00007c40 call  0x00007ebf 
- 00029095  0x00007c41 arg  0x0000042f , 0x00000006 
- 00029096  0x00007c42 call  0x00007ebf 
- 00029097  0x00007c44 setarg  0x00006c65 
- 00029098  0x00007c45 istore  0x00000002 , 0x00000005 
- 00029099  0x00007c46 setarg  0x00006274 
- 00029100  0x00007c47 istore  0x00000002 , 0x00000005 
- 00029101  0x00007c48 istoret  0x00000001 , 0x00000005 
- 00029102  0x00007c49 call  0x0000720a 
- 00029103  0x00007c4a branch  0x000071d0 
- 00029104  0x00007c4d fetch  0x00000006 , 0x000044a0 
- 00029105  0x00007c4e istore  0x00000006 , 0x00000005 
- 00029106  0x00007c4f fetch  0x00000001 , 0x00004495 
- 00029107  0x00007c50 istore  0x00000001 , 0x00000005 
- 00029108  0x00007c51 rtn 
- 00029109  0x00007c54 fetch  0x00000006 , 0x0000044f 
- 00029110  0x00007c55 istore  0x00000006 , 0x00000005 
- 00029111  0x00007c5a fetch  0x00000001 , 0x0000448e 
- 00029112  0x00007c5b istore  0x00000001 , 0x00000005 
- 00029113  0x00007c5c rtn 
- 00029114  0x00007c5f jam  0x00000041 , 0x000005e5 
- 00029115  0x00007c60 fetch  0x00000001 , 0x00004664 
- 00029116  0x00007c61 store  0x00000001 , 0x000005e6 
- 00029117  0x00007c62 arg  0x000045d2 , 0x00000006 
- 00029118  0x00007c63 call  0x00007ebd 
- 00029119  0x00007c64 arg  0x000009be , 0x00000006 
- 00029120  0x00007c65 call  0x00007ebd 
- 00029121  0x00007c66 call  0x0000720a 
- 00029122  0x00007c67 arg  0x0000042f , 0x00000006 
- 00029123  0x00007c68 call  0x00007205 
- 00029124  0x00007c69 branch  0x000071d0 
- 00029125  0x00007c6d jam  0x00000041 , 0x000005e5 
- 00029126  0x00007c6e fetch  0x00000001 , 0x00004664 
- 00029127  0x00007c6f store  0x00000001 , 0x000005e6 
- 00029128  0x00007c70 arg  0x000009be , 0x00000006 
- 00029129  0x00007c71 call  0x00007ebd 
- 00029130  0x00007c72 arg  0x000045d2 , 0x00000006 
- 00029131  0x00007c73 call  0x00007ebd 
- 00029132  0x00007c74 call  0x0000720a 
- 00029133  0x00007c75 arg  0x0000443a , 0x00000006 
- 00029134  0x00007c76 call  0x00007205 
- 00029135  0x00007c77 branch  0x000071d0 
- 00029136  0x00007c7a bpatchx  0x000000dd , 0x0000403b 
- 00029137  0x00007c7b call  0x0000721f 
- 00029138  0x00007c7f fetch  0x00000001 , 0x000005e5 
- 00029139  0x00007c80 copy  0x0000003f , 0x00000002 
- 00029140  0x00007c82 increase  0x0000000f , 0x0000003f 
- 00029141  0x00007c83 rshift4  0x0000003f , 0x0000003f 
- 00029142  0x00007c84 copy  0x0000003f , 0x00000012 
- 00029143  0x00007c85 branch  0x000071e2 , 0x00000034 
- 00029144  0x00007c86 and  0x00000002 , 0x0000000f , 0x0000003f 
- 00029145  0x00007c87 nbranch  0x000071e5 , 0x00000034 
- 00029146  0x00007c89 arg  0x00000ad2 , 0x00000013 
- 00029147  0x00007c8a arg  0x000005e6 , 0x0000003f 
- 00029148  0x00007c8b increase  0xfffffff0 , 0x0000003f 
- 00029149  0x00007c8e iadd  0x00000002 , 0x00000011 
- 00029150  0x00007c8f arg  0x00000b02 , 0x00000005 
- 00029151  0x00007c90 arg  0x00000004 , 0x00000039 
- 00029152  0x00007c91 call  0x00007edd 
- 00029153  0x00007c95 branch  0x000071f0 
- 00029154  0x00007c98 arg  0x00000001 , 0x00000012 
- 00029155  0x00007c99 arg  0x00000000 , 0x00000011 
- 00029156  0x00007c9b branch  0x000071e6 
- 00029157  0x00007ca0 and  0x00000002 , 0x0000000f , 0x00000011 
- 00029158  0x00007ca2 arg  0x000005e6 , 0x0000003f 
- 00029159  0x00007ca3 iadd  0x00000002 , 0x0000003f 
- 00029160  0x00007ca4 isub  0x00000011 , 0x00000006 
- 00029161  0x00007ca6 arg  0x00000af2 , 0x00000005 
- 00029162  0x00007ca7 call  0x00007245 
- 00029163  0x00007ca9 arg  0x00000ae2 , 0x00000013 
- 00029164  0x00007caa arg  0x00000af2 , 0x00000011 
- 00029165  0x00007cab arg  0x00000b02 , 0x00000005 
- 00029166  0x00007cac arg  0x00000004 , 0x00000039 
- 00029167  0x00007cad call  0x00007edd 
- 00029168  0x00007cb9 call  0x00007491 
- 00029169  0x00007cba call  0x00007428 
- 00029170  0x00007cbd arg  0x000005e6 , 0x00000006 
- 00029171  0x00007cc0 increase  0xffffffff , 0x00000012 
- 00029172  0x00007cc1 deposit  0x00000012 
- 00029173  0x00007cc2 branch  0x000071f9 , 0x00000034 
- 00029174  0x00007cc3 call  0x00007486 
- 00029175  0x00007cc4 call  0x00007422 
- 00029176  0x00007cc5 branch  0x000071f3 
- 00029177  0x00007cc8 arg  0x00000af2 , 0x00000005 
- 00029178  0x00007cc9 call  0x00007497 
- 00029179  0x00007cca arg  0x00000b02 , 0x00000006 
- 00029180  0x00007ccb call  0x00007486 
- 00029181  0x00007ccc call  0x00007428 
- 00029182  0x00007ccd arg  0x00000af2 , 0x00000006 
- 00029183  0x00007cce call  0x00007486 
- 00029184  0x00007ccf branch  0x00007422 
- 00029185  0x00007cd5 copy  0x00000005 , 0x00000011 
- 00029186  0x00007cd6 call  0x00007497 
- 00029187  0x00007cd8 arg  0x00000010 , 0x00000039 
- 00029188  0x00007cd9 branch  0x00007ee5 
- 00029189  0x00007cdc arg  0x00000ac2 , 0x00000005 
- 00029190  0x00007cdd call  0x00007ebf 
- 00029191  0x00007cdf arg  0x00000010 , 0x00000039 
- 00029192  0x00007ce0 arg  0x00000ac2 , 0x00000011 
- 00029193  0x00007ce1 branch  0x00007ee5 
- 00029194  0x00007ce4 fetch  0x00000001 , 0x000005e5 
- 00029195  0x00007ce5 copy  0x0000003f , 0x00000039 
- 00029196  0x00007ce6 arg  0x000005e6 , 0x00000011 
- 00029197  0x00007ce7 branch  0x00007ee5 
- 00029198  0x00007cea ifetch  0x00000001 , 0x00000011 
- 00029199  0x00007ceb lshift  0x0000003f , 0x0000003f 
- 00029200  0x00007cec isolate1  0x00000000 , 0x00000013 
- 00029201  0x00007ced setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00029202  0x00007cee isolate1  0x00000008 , 0x0000003f 
- 00029203  0x00007cef setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00029204  0x00007cf0 istore  0x00000001 , 0x00000011 
- 00029205  0x00007cf1 increase  0xffffffff , 0x00000011 
- 00029206  0x00007cf2 loop  0x0000720e 
- 00029207  0x00007cf3 rtn 
- 00029208  0x00007cf6 arg  0x00000ad2 , 0x00000011 
- 00029209  0x00007cf8 increase  0x0000000f , 0x00000011 
- 00029210  0x00007cf9 force  0x00000010 , 0x00000039 
- 00029211  0x00007cfa force  0x00000000 , 0x00000013 
- 00029212  0x00007cfb branch  0x0000720e 
- 00029213  0x00007cfe arg  0x00000ae2 , 0x00000011 
- 00029214  0x00007cff branch  0x00007219 
- 00029215  0x00007d03 arg  0x00000ac2 , 0x00000006 
- 00029216  0x00007d04 call  0x00007484 
- 00029217  0x00007d07 force  0x00000008 , 0x00000038 
- 00029218  0x00007d08 call  0x00007492 
- 00029219  0x00007d09 call  0x00007491 
- 00029220  0x00007d0a call  0x0000741f 
- 00029221  0x00007d0f arg  0x00000ad2 , 0x00000005 
- 00029222  0x00007d10 call  0x00007497 
- 00029223  0x00007d12 bpatchx  0x000000de , 0x0000403b 
- 00029224  0x00007d13 fetch  0x00000001 , 0x00000ad2 
- 00029225  0x00007d14 isolate1  0x00000007 , 0x0000003f 
- 00029226  0x00007d15 nbranch  0x00007230 , 0x00000001 
- 00029227  0x00007d16 call  0x00007218 
- 00029228  0x00007d19 arg  0x00000ad2 , 0x00000013 
- 00029229  0x00007d1b arg  0x00000ad2 , 0x00000005 
- 00029230  0x00007d1e call  0x0000723a 
- 00029231  0x00007d1f branch  0x00007231 
- 00029232  0x00007d21 call  0x00007218 
- 00029233  0x00007d24 arg  0x00000ad2 , 0x00000006 
- 00029234  0x00007d25 arg  0x00000ae2 , 0x00000005 
- 00029235  0x00007d26 call  0x00007ebf 
- 00029236  0x00007d27 fetch  0x00000001 , 0x00000ae2 
- 00029237  0x00007d28 isolate1  0x00000007 , 0x0000003f 
- 00029238  0x00007d29 nbranch  0x0000721d , 0x00000001 
- 00029239  0x00007d2a call  0x0000721d 
- 00029240  0x00007d2c arg  0x00000ae2 , 0x00000013 
- 00029241  0x00007d2e arg  0x00000ae2 , 0x00000005 
- 00029242  0x00007d35 arg  0x00000003 , 0x00000039 
- 00029243  0x00007d37 arg  0x00000000 , 0x00000002 
- 00029244  0x00007d38 call  0x00007241 
- 00029245  0x00007d39 increase  0x00000004 , 0x00000013 
- 00029246  0x00007d3a loop  0x0000723b 
- 00029247  0x00007d3b arg  0x00008700 , 0x00000002 
- 00029248  0x00007d3c lshift16  0x00000002 , 0x00000002 
- 00029249  0x00007d3e ifetch  0x00000004 , 0x00000013 
- 00029250  0x00007d3f ixor  0x00000002 , 0x0000003f 
- 00029251  0x00007d40 istore  0x00000004 , 0x00000005 
- 00029252  0x00007d41 rtn 
- 00029253  0x00007d48 bpatchx  0x000000df , 0x0000403b 
- 00029254  0x00007d49 arg  0x00000010 , 0x00000039 
- 00029255  0x00007d4a arg  0x00000000 , 0x0000003f 
- 00029256  0x00007d4c isub  0x00000011 , 0x0000003e 
- 00029257  0x00007d4d branch  0x00007250 , 0x00000005 
- 00029258  0x00007d4e branch  0x00007253 , 0x00000002 
- 00029259  0x00007d4f ifetcht  0x00000001 , 0x00000006 
- 00029260  0x00007d50 istoret  0x00000001 , 0x00000005 
- 00029261  0x00007d52 increase  0x00000001 , 0x0000003f 
- 00029262  0x00007d53 loop  0x00007248 
- 00029263  0x00007d54 rtn 
- 00029264  0x00007d56 arg  0x00000080 , 0x00000002 
- 00029265  0x00007d58 istoret  0x00000001 , 0x00000005 
- 00029266  0x00007d59 branch  0x0000724d 
- 00029267  0x00007d5c arg  0x00000000 , 0x00000002 
- 00029268  0x00007d5d branch  0x00007251 
- 00029269  0x00007d61 call  0x00007268 
- 00029270  0x00007d62 arg  0x00000592 , 0x00000006 
- 00029271  0x00007d63 arg  0x00000582 , 0x00000005 
- 00029272  0x00007d64 branch  0x00007ebf 
- 00029273  0x00007d68 disable  0x00000028 
- 00029274  0x00007d69 call  0x0000735f 
- 00029275  0x00007d6a arg  0x00000562 , 0x00000006 
- 00029276  0x00007d6b arg  0x000005a2 , 0x00000005 
- 00029277  0x00007d6c force  0x0000000f , 0x00000039 
- 00029278  0x00007d6d call  0x00007f01 
- 00029279  0x00007d6e ifetch  0x00000001 , 0x00000006 
- 00029280  0x00007d6f xor_into  0x00000006 , 0x0000003f 
- 00029281  0x00007d70 istore  0x00000001 , 0x00000005 
- 00029282  0x00007d71 setarg  0x000005b2 
- 00029283  0x00007d72 store  0x00000002 , 0x000005d6 
- 00029284  0x00007d73 setarg  0x000005a2 
- 00029285  0x00007d74 store  0x00000002 , 0x000005d4 
- 00029286  0x00007d75 set1  0x00000012 , 0x00000000 
- 00029287  0x00007d76 branch  0x000072a8 
- 00029288  0x00007d7b fetcht  0x00000001 , 0x00004689 
- 00029289  0x00007d7c force  0x00000010 , 0x00000012 
- 00029290  0x00007d7d add  0x00000002 , 0x00000006 , 0x00000013 
- 00029291  0x00007d7e sub  0x00000013 , 0x00000010 , 0x0000003e 
- 00029292  0x00007d7f branch  0x0000726e , 0x00000002 
- 00029293  0x00007d80 force  0x00000010 , 0x00000013 
- 00029294  0x00007d82 arg  0x000005a2 , 0x00000005 
- 00029295  0x00007d84 arg  0x0000468a , 0x00000006 
- 00029296  0x00007d85 copy  0x00000002 , 0x00000039 
- 00029297  0x00007d86 disable  0x00000028 
- 00029298  0x00007d88 ifetch  0x00000001 , 0x00000006 
- 00029299  0x00007d89 istore  0x00000001 , 0x00000005 
- 00029300  0x00007d8a increase  0xffffffff , 0x00000012 
- 00029301  0x00007d8b branch  0x0000727c , 0x00000005 
- 00029302  0x00007d8c loop  0x00007272 
- 00029303  0x00007d8d branch  0x0000726f , 0x00000028 
- 00029304  0x00007d8e enable  0x00000028 
- 00029305  0x00007d8f force  0x00000006 , 0x00000039 
- 00029306  0x00007d90 copy  0x00000011 , 0x00000006 
- 00029307  0x00007d91 branch  0x00007272 
- 00029308  0x00007d93 arg  0x00000562 , 0x00000006 
- 00029309  0x00007d94 arg  0x000005b2 , 0x00000005 
- 00029310  0x00007d95 call  0x00007ebf 
- 00029311  0x00007d96 fetch  0x00000001 , 0x000005c1 
- 00029312  0x00007d97 ixor  0x00000013 , 0x0000003f 
- 00029313  0x00007d98 store  0x00000001 , 0x000005c1 
- 00029314  0x00007d99 setarg  0x000005b2 
- 00029315  0x00007d9a store  0x00000002 , 0x000005d6 
- 00029316  0x00007d9b setarg  0x000005a2 
- 00029317  0x00007d9c store  0x00000002 , 0x000005d4 
- 00029318  0x00007d9d set1  0x00000012 , 0x00000000 
- 00029319  0x00007d9e branch  0x000072a8 
- 00029320  0x00007da4 disable  0x00000028 
- 00029321  0x00007da5 call  0x0000735f 
- 00029322  0x00007da6 branch  0x00007292 
- 00029323  0x00007da9 arg  0x00000056 , 0x00000011 
- 00029324  0x00007daa enable  0x00000028 
- 00029325  0x00007dab call  0x0000735f 
- 00029326  0x00007dac call  0x00007292 
- 00029327  0x00007dad arg  0x00000592 , 0x00000006 
- 00029328  0x00007dae arg  0x00000062 , 0x00000005 
- 00029329  0x00007daf branch  0x00007ebf 
- 00029330  0x00007db3 setarg  0x00000562 
- 00029331  0x00007db4 store  0x00000002 , 0x000005d6 
- 00029332  0x00007db5 setarg  0x000041be 
- 00029333  0x00007db6 store  0x00000002 , 0x000005d4 
- 00029334  0x00007db7 set0  0x00000012 , 0x00000000 
- 00029335  0x00007db8 call  0x000072a8 
- 00029336  0x00007db9 arg  0x00000592 , 0x00000011 
- 00029337  0x00007dba arg  0x00000562 , 0x00000012 
- 00029338  0x00007dbb arg  0x000005a2 , 0x00000005 
- 00029339  0x00007dbc call  0x00007352 
- 00029340  0x00007dbd arg  0x000005a2 , 0x00000011 
- 00029341  0x00007dbe arg  0x000005b2 , 0x00000012 
- 00029342  0x00007dbf copy  0x00000012 , 0x00000005 
- 00029343  0x00007dc0 enable  0x00000028 
- 00029344  0x00007dc1 call  0x00007350 
- 00029345  0x00007dc2 call  0x0000736a 
- 00029346  0x00007dc3 setarg  0x000005b2 
- 00029347  0x00007dc4 store  0x00000002 , 0x000005d6 
- 00029348  0x00007dc5 setarg  0x000005a2 
- 00029349  0x00007dc6 store  0x00000002 , 0x000005d4 
- 00029350  0x00007dc7 set1  0x00000012 , 0x00000000 
- 00029351  0x00007dc8 branch  0x000072a8 
- 00029352  0x00007dcd jam  0x00000000 , 0x000005d8 
- 00029353  0x00007dce fetch  0x00000002 , 0x000005d4 
- 00029354  0x00007dcf iforce  0x00000006 
- 00029355  0x00007dd0 arg  0x000005c2 , 0x00000005 
- 00029356  0x00007dd1 call  0x00007ebf 
- 00029357  0x00007dd2 fetch  0x00000002 , 0x000005d6 
- 00029358  0x00007dd3 iforce  0x00000006 
- 00029359  0x00007dd4 arg  0x00000592 , 0x00000005 
- 00029360  0x00007dd5 call  0x00007ebf 
- 00029361  0x00007dd8 call  0x000072cf 
- 00029362  0x00007dd9 disable  0x00000028 
- 00029363  0x00007dda bmark0  0x00000012 , 0x000072b9 
- 00029364  0x00007ddb fetch  0x00000001 , 0x000005d8 
- 00029365  0x00007ddc bne  0x00000004 , 0x000072b9 
- 00029366  0x00007ddd fetch  0x00000002 , 0x000005d6 
- 00029367  0x00007dde iforce  0x00000012 
- 00029368  0x00007ddf call  0x00007301 
- 00029369  0x00007de1 call  0x00007300 
- 00029370  0x00007de2 call  0x00007313 
- 00029371  0x00007de3 fetch  0x00000001 , 0x000005d8 
- 00029372  0x00007de4 increase  0x00000001 , 0x0000003f 
- 00029373  0x00007de5 store  0x00000001 , 0x000005d8 
- 00029374  0x00007de7 call  0x000072cf 
- 00029375  0x00007de8 enable  0x00000028 
- 00029376  0x00007de9 call  0x00007300 
- 00029377  0x00007dea call  0x00007322 
- 00029378  0x00007deb call  0x00007331 
- 00029379  0x00007dec call  0x00007322 
- 00029380  0x00007ded call  0x00007331 
- 00029381  0x00007dee call  0x00007322 
- 00029382  0x00007def call  0x00007331 
- 00029383  0x00007df0 call  0x00007322 
- 00029384  0x00007df1 fetch  0x00000001 , 0x000005d8 
- 00029385  0x00007df2 increase  0x00000001 , 0x0000003f 
- 00029386  0x00007df3 store  0x00000001 , 0x000005d8 
- 00029387  0x00007df4 bne  0x00000010 , 0x000072b1 
- 00029388  0x00007df5 call  0x000072cf 
- 00029389  0x00007df6 disable  0x00000028 
- 00029390  0x00007df7 branch  0x00007300 
- 00029391  0x00007dfc fetch  0x00000001 , 0x000005d8 
- 00029392  0x00007dfd arg  0x000005c2 , 0x00000006 
- 00029393  0x00007dfe branch  0x000072f6 , 0x00000034 
- 00029394  0x00007dff iforce  0x00000012 
- 00029395  0x00007e00 force  0x00000011 , 0x00000039 
- 00029396  0x00007e01 copy  0x00000006 , 0x00000005 
- 00029397  0x00007e03 ifetch  0x00000001 , 0x00000006 
- 00029398  0x00007e04 lshift3  0x0000003f , 0x00000002 
- 00029399  0x00007e05 rshift2  0x0000003f , 0x0000003f 
- 00029400  0x00007e06 rshift3  0x0000003f , 0x0000003f 
- 00029401  0x00007e07 ior  0x00000002 , 0x0000003f 
- 00029402  0x00007e08 istore  0x00000001 , 0x00000005 
- 00029403  0x00007e09 loop  0x000072d5 
- 00029404  0x00007e0a setarg  0x000005c2 
- 00029405  0x00007e0b iadd  0x00000012 , 0x00000006 
- 00029406  0x00007e0c force  0x00000010 , 0x00000039 
- 00029407  0x00007e0d arg  0x00000572 , 0x00000005 
- 00029408  0x00007e0f ifetch  0x00000001 , 0x00000006 
- 00029409  0x00007e10 istore  0x00000001 , 0x00000005 
- 00029410  0x00007e11 compare  0x000005d3 , 0x00000006 , 0x000000ff 
- 00029411  0x00007e12 nbranch  0x000072e5 , 0x00000001 
- 00029412  0x00007e13 increase  0xffffffef , 0x00000006 
- 00029413  0x00007e15 loop  0x000072e0 
- 00029414  0x00007e16 force  0x00000000 , 0x00000011 
- 00029415  0x00007e17 add  0x00000012 , 0xffffffff , 0x00000013 
- 00029416  0x00007e18 lshift2  0x00000013 , 0x00000013 
- 00029417  0x00007e19 lshift2  0x00000013 , 0x00000013 
- 00029418  0x00007e1a call  0x000074b9 
- 00029419  0x00007e1b setarg  0x00008400 
- 00029420  0x00007e1c iadd  0x00000013 , 0x00000013 
- 00029421  0x00007e1d arg  0x00000572 , 0x00000005 
- 00029422  0x00007e1e force  0x00000010 , 0x00000039 
- 00029423  0x00007e20 ifetcht  0x00000001 , 0x00000013 
- 00029424  0x00007e21 ifetch  0x00000001 , 0x00000005 
- 00029425  0x00007e22 iadd  0x00000002 , 0x0000003f 
- 00029426  0x00007e23 istore  0x00000001 , 0x00000005 
- 00029427  0x00007e24 increase  0x00000001 , 0x00000013 
- 00029428  0x00007e25 loop  0x000072ef 
- 00029429  0x00007e26 branch  0x000074bd 
- 00029430  0x00007e29 force  0x00000010 , 0x00000039 
- 00029431  0x00007e2a force  0x00000000 , 0x00000002 
- 00029432  0x00007e2c ifetch  0x00000001 , 0x00000006 
- 00029433  0x00007e2d ixor  0x00000002 , 0x00000002 
- 00029434  0x00007e2e loop  0x000072f8 
- 00029435  0x00007e2f deposit  0x00000002 
- 00029436  0x00007e30 istore  0x00000001 , 0x00000006 
- 00029437  0x00007e31 arg  0x000005c2 , 0x00000006 
- 00029438  0x00007e32 arg  0x00000572 , 0x00000005 
- 00029439  0x00007e33 branch  0x00007ebf 
- 00029440  0x00007e36 arg  0x00000572 , 0x00000012 
- 00029441  0x00007e38 force  0x00000010 , 0x00000039 
- 00029442  0x00007e39 arg  0x00000592 , 0x00000011 
- 00029443  0x00007e3a copy  0x00000011 , 0x00000005 
- 00029444  0x00007e3c ifetcht  0x00000001 , 0x00000011 
- 00029445  0x00007e3d ifetch  0x00000001 , 0x00000012 
- 00029446  0x00007e3e ixor  0x00000002 , 0x00000030 
- 00029447  0x00007e3f and  0x00000039 , 0x00000003 , 0x00000013 
- 00029448  0x00007e40 nbranch  0x0000730a , 0x00000028 
- 00029449  0x00007e41 xor_into  0x00000003 , 0x00000013 
- 00029450  0x00007e43 sub  0x00000013 , 0x00000001 , 0x00000013 
- 00029451  0x00007e44 branch  0x0000730d , 0x00000002 
- 00029452  0x00007e45 iadd  0x00000002 , 0x00000030 
- 00029453  0x00007e47 deposit  0x00000030 
- 00029454  0x00007e48 istore  0x00000001 , 0x00000005 
- 00029455  0x00007e49 increase  0x00000001 , 0x00000011 
- 00029456  0x00007e4a increase  0x00000001 , 0x00000012 
- 00029457  0x00007e4b loop  0x00007304 
- 00029458  0x00007e4c rtn 
- 00029459  0x00007e4f call  0x000074b9 
- 00029460  0x00007e50 force  0x00000010 , 0x00000039 
- 00029461  0x00007e51 arg  0x00000592 , 0x00000011 
- 00029462  0x00007e53 ifetch  0x00000001 , 0x00000011 
- 00029463  0x00007e54 arg  0x00008500 , 0x00000006 
- 00029464  0x00007e55 and  0x00000039 , 0x00000003 , 0x00000013 
- 00029465  0x00007e56 sub  0x00000013 , 0x00000001 , 0x0000003e 
- 00029466  0x00007e57 branch  0x0000731c , 0x00000002 
- 00029467  0x00007e58 arg  0x00008600 , 0x00000006 
- 00029468  0x00007e5a iadd  0x00000006 , 0x00000006 
- 00029469  0x00007e5b ifetch  0x00000001 , 0x00000006 
- 00029470  0x00007e5c istore  0x00000001 , 0x00000011 
- 00029471  0x00007e5d increase  0x00000001 , 0x00000011 
- 00029472  0x00007e5e loop  0x00007316 
- 00029473  0x00007e5f branch  0x000074bd 
- 00029474  0x00007e62 force  0x00000008 , 0x00000039 
- 00029475  0x00007e63 arg  0x00000592 , 0x00000006 
- 00029476  0x00007e64 copy  0x00000006 , 0x00000005 
- 00029477  0x00007e66 ifetch  0x00000001 , 0x00000006 
- 00029478  0x00007e67 iforce  0x00000011 
- 00029479  0x00007e68 ifetch  0x00000001 , 0x00000006 
- 00029480  0x00007e69 iforce  0x00000012 
- 00029481  0x00007e6a lshift  0x00000011 , 0x0000003f 
- 00029482  0x00007e6b iadd  0x00000012 , 0x0000003f 
- 00029483  0x00007e6c istore  0x00000001 , 0x00000005 
- 00029484  0x00007e6d deposit  0x00000011 
- 00029485  0x00007e6e iadd  0x00000012 , 0x0000003f 
- 00029486  0x00007e6f istore  0x00000001 , 0x00000005 
- 00029487  0x00007e70 loop  0x00007325 
- 00029488  0x00007e71 rtn 
- 00029489  0x00007e75 setarg  0x008ae42c 
- 00029490  0x00007e76 iforce  0x00000002 
- 00029491  0x00007e77 force  0x00000007 , 0x00000039 
- 00029492  0x00007e78 call  0x00007340 
- 00029493  0x00007e79 setarg  0x000d751b 
- 00029494  0x00007e7a iforce  0x00000002 
- 00029495  0x00007e7b force  0x00000005 , 0x00000039 
- 00029496  0x00007e7c call  0x00007340 
- 00029497  0x00007e7d fetch  0x00000001 , 0x000005a1 
- 00029498  0x00007e7e iforce  0x00000011 
- 00029499  0x00007e7f fetch  0x00000001 , 0x00000595 
- 00029500  0x00007e80 store  0x00000001 , 0x000005a1 
- 00029501  0x00007e81 deposit  0x00000011 
- 00029502  0x00007e82 store  0x00000001 , 0x00000595 
- 00029503  0x00007e83 rtn 
- 00029504  0x00007e86 and  0x00000002 , 0x0000000f , 0x00000012 
- 00029505  0x00007e88 and  0x00000002 , 0x0000000f , 0x0000003f 
- 00029506  0x00007e89 arg  0x00000592 , 0x00000005 
- 00029507  0x00007e8a iadd  0x00000005 , 0x00000005 
- 00029508  0x00007e8b ifetch  0x00000001 , 0x00000005 
- 00029509  0x00007e8c iforce  0x00000013 
- 00029510  0x00007e8d deposit  0x00000011 
- 00029511  0x00007e8e istore  0x00000001 , 0x00000005 
- 00029512  0x00007e8f copy  0x00000013 , 0x00000011 
- 00029513  0x00007e90 rshift4  0x00000002 , 0x00000002 
- 00029514  0x00007e91 loop  0x00007341 
- 00029515  0x00007e92 setarg  0x00000592 
- 00029516  0x00007e93 iadd  0x00000012 , 0x00000005 
- 00029517  0x00007e94 deposit  0x00000011 
- 00029518  0x00007e95 istore  0x00000001 , 0x00000005 
- 00029519  0x00007e96 rtn 
- 00029520  0x00007e99 enable  0x00000028 
- 00029521  0x00007e9a branch  0x00007353 
- 00029522  0x00007e9d disable  0x00000028 
- 00029523  0x00007e9f force  0x00000010 , 0x00000039 
- 00029524  0x00007ea1 ifetcht  0x00000001 , 0x00000011 
- 00029525  0x00007ea2 ifetch  0x00000001 , 0x00000012 
- 00029526  0x00007ea3 branch  0x00007359 , 0x00000028 
- 00029527  0x00007ea4 ixor  0x00000002 , 0x0000003f 
- 00029528  0x00007ea5 branch  0x0000735a 
- 00029529  0x00007ea7 iadd  0x00000002 , 0x0000003f 
- 00029530  0x00007ea9 istore  0x00000001 , 0x00000005 
- 00029531  0x00007eaa increase  0x00000001 , 0x00000011 
- 00029532  0x00007eab increase  0x00000001 , 0x00000012 
- 00029533  0x00007eac loop  0x00007354 
- 00029534  0x00007ead rtn 
- 00029535  0x00007eb1 arg  0x000005b2 , 0x00000005 
- 00029536  0x00007eb2 ifetch  0x00000006 , 0x00000011 
- 00029537  0x00007eb3 istore  0x00000006 , 0x00000005 
- 00029538  0x00007eb4 branch  0x00007365 , 0x00000028 
- 00029539  0x00007eb5 ifetch  0x00000006 , 0x00000011 
- 00029540  0x00007eb6 branch  0x00007366 
- 00029541  0x00007eb8 ifetch  0x00000006 , 0x00000006 
- 00029542  0x00007eba istore  0x00000006 , 0x00000005 
- 00029543  0x00007ebb ifetch  0x00000004 , 0x00000011 
- 00029544  0x00007ebc istore  0x00000004 , 0x00000005 
- 00029545  0x00007ebd rtn 
- 00029546  0x00007ec0 arg  0x000041be , 0x00000006 
- 00029547  0x00007ec1 arg  0x000005a2 , 0x00000005 
- 00029548  0x00007ec2 arg  0x00000000 , 0x00000002 
- 00029549  0x00007ec3 setarg  0x008395a7 
- 00029550  0x00007ec4 call  0x0000738b 
- 00029551  0x00007ec5 setarg  0x00b3c1df 
- 00029552  0x00007ec6 call  0x0000738b 
- 00029553  0x00007ec7 setarg  0x0000e5e9 
- 00029554  0x00007ec8 call  0x0000738c 
- 00029555  0x00007ec9 copy  0x00000002 , 0x00000014 
- 00029556  0x00007eca disable  0x00000028 
- 00029557  0x00007ecb call  0x00007379 
- 00029558  0x00007ecc copy  0x00000014 , 0x00000002 
- 00029559  0x00007ecd enable  0x00000028 
- 00029560  0x00007ece branch  0x00007379 
- 00029561  0x00007ed1 force  0x00000008 , 0x00000039 
- 00029562  0x00007ed3 ifetch  0x00000001 , 0x00000006 
- 00029563  0x00007ed4 compare  0x00000001 , 0x00000039 , 0x00000001 
- 00029564  0x00007ed5 branch  0x00007380 , 0x00000028 
- 00029565  0x00007ed6 branch  0x00007381 , 0x00000001 
- 00029566  0x00007ed8 iadd  0x00000002 , 0x0000003f 
- 00029567  0x00007ed9 branch  0x00007382 
- 00029568  0x00007edb branch  0x0000737e , 0x00000001 
- 00029569  0x00007edd ixor  0x00000002 , 0x0000003f 
- 00029570  0x00007edf istore  0x00000001 , 0x00000005 
- 00029571  0x00007ee0 rshift8  0x00000002 , 0x00000002 
- 00029572  0x00007ee1 loop  0x0000737a 
- 00029573  0x00007ee2 rtn 
- 00029574  0x00007ee5 fetch  0x00000006 , 0x00000596 
- 00029575  0x00007ee6 store  0x00000006 , 0x00000056 
- 00029576  0x00007ee7 ifetch  0x00000006 , 0x00000006 
- 00029577  0x00007ee8 istore  0x00000006 , 0x00000005 
- 00029578  0x00007ee9 rtn 
- 00029579  0x00007eec lshift8  0x00000002 , 0x00000002 
- 00029580  0x00007eee lshift16  0x00000002 , 0x00000002 
- 00029581  0x00007eef ior  0x00000002 , 0x00000002 
- 00029582  0x00007ef0 rtn 
- 00029583  0x00007ef5 branch  0x0000738f 
- 00029584  0x00007efa bpatchx  0x000000e0 , 0x0000403c 
- 00029585  0x00007efb call  0x0000742b 
- 00029586  0x00007efc arg  0x00004419 , 0x00000005 
- 00029587  0x00007efd branch  0x00007497 
- 00029588  0x00007f01 arg  0x0000443a , 0x00000005 
- 00029589  0x00007f02 branch  0x00007397 , 0x00000029 
- 00029590  0x00007f03 arg  0x0000042f , 0x00000005 
- 00029591  0x00007f05 copy  0x00000006 , 0x00000011 
- 00029592  0x00007f06 call  0x00007ebf 
- 00029593  0x00007f07 call  0x00007440 
- 00029594  0x00007f08 arg  0x0000442a , 0x00000006 
- 00029595  0x00007f09 branch  0x000074b0 
- 00029596  0x00007f0c arg  0x0000042f , 0x00000011 
- 00029597  0x00007f0d branch  0x0000739f , 0x00000029 
- 00029598  0x00007f0e arg  0x0000443a , 0x00000011 
- 00029599  0x00007f10 copy  0x00000011 , 0x00000005 
- 00029600  0x00007f11 call  0x0000630c 
- 00029601  0x00007f12 branch  0x00007440 
- 00029602  0x00007f15 arg  0x000044aa , 0x00000006 
- 00029603  0x00007f16 call  0x00007486 
- 00029604  0x00007f17 arg  0x00004419 , 0x00000006 
- 00029605  0x00007f18 call  0x00007487 
- 00029606  0x00007f19 force  0x00000038 , 0x00000036 
- 00029607  0x00007f1a force  0x00000000 , 0x00000036 
- 00029608  0x00007f1b call  0x0000741d 
- 00029609  0x00007f1c arg  0x0000047c , 0x00000005 
- 00029610  0x00007f1d branch  0x00007497 
- 00029611  0x00007f21 force  0x00000049 , 0x0000003f 
- 00029612  0x00007f22 branch  0x000073ae 
- 00029613  0x00007f24 force  0x00000001 , 0x0000003f 
- 00029614  0x00007f26 force  0x00000000 , 0x00000038 
- 00029615  0x00007f27 lshift8  0x00000002 , 0x0000002f 
- 00029616  0x00007f28 ior  0x0000002f , 0x0000002f 
- 00029617  0x00007f29 increase  0x00000001 , 0x00000038 
- 00029618  0x00007f2a rshift8  0x00000002 , 0x0000002f 
- 00029619  0x00007f2b rshift16  0x0000002f , 0x0000002f 
- 00029620  0x00007f2c fetch  0x00000002 , 0x00004411 
- 00029621  0x00007f2d lshift16 , 0x0000003f , 0x0000003f 
- 00029622  0x00007f2e ior  0x0000002f , 0x0000002f 
- 00029623  0x00007f2f increase  0x00000001 , 0x00000038 
- 00029624  0x00007f30 ifetch  0x00000004 , 0x00000006 
- 00029625  0x00007f31 iforce  0x0000002f 
- 00029626  0x00007f32 increase  0x00000001 , 0x00000038 
- 00029627  0x00007f33 ifetch  0x00000002 , 0x00000006 
- 00029628  0x00007f34 byteswap  0x00000011 , 0x0000002f 
- 00029629  0x00007f35 lshift16  0x0000002f , 0x0000002f 
- 00029630  0x00007f36 ior  0x0000002f , 0x0000002f 
- 00029631  0x00007f37 increase  0x00000001 , 0x00000038 
- 00029632  0x00007f38 rtn 
- 00029633  0x00007f3d add  0x00000013 , 0x00000001 , 0x00000006 
- 00029634  0x00007f3e ifetch  0x00000001 , 0x00000006 
- 00029635  0x00007f3f iforce  0x00000011 
- 00029636  0x00007f40 call  0x000073ab 
- 00029637  0x00007f41 call  0x0000741f 
- 00029638  0x00007f43 force  0x00000000 , 0x00000038 
- 00029639  0x00007f44 ifetch  0x00000001 , 0x00000013 
- 00029640  0x00007f45 and_into  0x00000003 , 0x0000003f 
- 00029641  0x00007f46 lshift16  0x0000003f , 0x0000002f 
- 00029642  0x00007f47 set1  0x00000008 , 0x0000002f 
- 00029643  0x00007f48 call  0x0000748f 
- 00029644  0x00007f49 call  0x00007422 
- 00029645  0x00007f4b copy  0x00000011 , 0x00000039 
- 00029646  0x00007f4c add  0x00000013 , 0x00000002 , 0x00000006 
- 00029647  0x00007f4d call  0x0000746e 
- 00029648  0x00007f4f call  0x00007478 
- 00029649  0x00007f50 call  0x00007422 
- 00029650  0x00007f51 deposit  0x00000039 
- 00029651  0x00007f52 branch  0x000073d5 , 0x00000034 
- 00029652  0x00007f53 branch  0x000073d0 
- 00029653  0x00007f55 force  0x0000000c , 0x00000038 
- 00029654  0x00007f56 deposit  0x0000002f 
- 00029655  0x00007f57 store  0x00000004 , 0x00000417 
- 00029656  0x00007f58 rtn 
- 00029657  0x00007f5b increase  0x00000001 , 0x00000011 
- 00029658  0x00007f5c call  0x000073ad 
- 00029659  0x00007f5d copy  0x00000013 , 0x00000006 
- 00029660  0x00007f5e call  0x00007482 
- 00029661  0x00007f5f call  0x00007425 
- 00029662  0x00007f60 call  0x0000749e 
- 00029663  0x00007f61 increase  0x00000010 , 0x00000013 
- 00029664  0x00007f62 increase  0xfffffff0 , 0x00000012 
- 00029665  0x00007f63 branch  0x000073d9 , 0x00000002 
- 00029666  0x00007f64 rtn 
- 00029667  0x00007f67 bpatchx  0x000000e1 , 0x0000403c 
- 00029668  0x00007f68 arg  0x000043dc , 0x00000013 
- 00029669  0x00007f69 fetcht  0x00000005 , 0x00004403 
- 00029670  0x00007f6a call  0x000073c1 
- 00029671  0x00007f6b force  0x00000008 , 0x00000038 
- 00029672  0x00007f6c iforce  0x0000002f 
- 00029673  0x00007f6d force  0x00000000 , 0x00000011 
- 00029674  0x00007f6e call  0x000073ad 
- 00029675  0x00007f6f call  0x00007425 
- 00029676  0x00007f70 arg  0x000043de , 0x00000013 
- 00029677  0x00007f71 fetch  0x00000001 , 0x000043dd 
- 00029678  0x00007f72 add  0x0000003f , 0xffffffff , 0x00000012 
- 00029679  0x00007f73 iadd  0x00000013 , 0x00000005 
- 00029680  0x00007f74 force  0x0000000c , 0x00000038 
- 00029681  0x00007f75 deposit  0x0000002f 
- 00029682  0x00007f76 istore  0x00000004 , 0x00000005 
- 00029683  0x00007f77 call  0x000073d9 
- 00029684  0x00007f78 fetch  0x00000001 , 0x000043dd 
- 00029685  0x00007f79 increase  0x00000004 , 0x0000003f 
- 00029686  0x00007f7a store  0x00000001 , 0x000043dd 
- 00029687  0x00007f7b fetcht  0x00000005 , 0x00004403 
- 00029688  0x00007f7c increase  0x00000001 , 0x00000002 
- 00029689  0x00007f7d storet  0x00000005 , 0x00004403 
- 00029690  0x00007f7e rtn 
- 00029691  0x00007f81 bpatchx  0x000000e2 , 0x0000403c 
- 00029692  0x00007f82 fetch  0x00000001 , 0x000002da 
- 00029693  0x00007f83 sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00029694  0x00007f84 branch  0x000073ff , 0x00000002 
- 00029695  0x00007f86 arg  0x000002db , 0x00000013 
- 00029696  0x00007f87 add  0x0000003f , 0xffffffff , 0x00000012 
- 00029697  0x00007f88 increase  0xfffffffc , 0x0000003f 
- 00029698  0x00007f89 store  0x00000001 , 0x000002da 
- 00029699  0x00007f8a iadd  0x00000013 , 0x00000006 
- 00029700  0x00007f8b ifetch  0x00000004 , 0x00000006 
- 00029701  0x00007f8c force  0x00000008 , 0x00000038 
- 00029702  0x00007f8d iforce  0x0000002f 
- 00029703  0x00007f8e force  0x00000000 , 0x00000011 
- 00029704  0x00007f8f fetcht  0x00000005 , 0x00004408 
- 00029705  0x00007f90 call  0x000073ad 
- 00029706  0x00007f91 call  0x00007425 
- 00029707  0x00007f92 force  0x0000000c , 0x00000038 
- 00029708  0x00007f93 deposit  0x0000002f 
- 00029709  0x00007f94 store  0x00000004 , 0x0000041b 
- 00029710  0x00007f95 call  0x000073d9 
- 00029711  0x00007f96 arg  0x000002d9 , 0x00000013 
- 00029712  0x00007f97 call  0x000073c1 
- 00029713  0x00007f98 fetcht  0x00000004 , 0x0000041b 
- 00029714  0x00007f99 isub  0x00000002 , 0x0000003f 
- 00029715  0x00007f9a nrtn  0x00000034 
- 00029716  0x00007f9b fetch  0x00000004 , 0x0000440d 
- 00029717  0x00007f9c isub  0x00000002 , 0x0000003f 
- 00029718  0x00007f9d rtn  0x00000034 
- 00029719  0x00007f9e storet  0x00000004 , 0x0000440d 
- 00029720  0x00007f9f fetch  0x00000005 , 0x00004408 
- 00029721  0x00007fa0 increase  0x00000001 , 0x0000003f 
- 00029722  0x00007fa1 store  0x00000005 , 0x00004408 
- 00029723  0x00007fa2 force  0x00000000 , 0x0000003f 
- 00029724  0x00007fa3 rtn 
- 00029725  0x00007fa6 nbranch  0x0000741d , 0x00000037 
- 00029726  0x00007fa7 rtn 
- 00029727  0x00007faa force  0x00000030 , 0x00000036 
- 00029728  0x00007fab force  0x00000000 , 0x00000036 
- 00029729  0x00007fac branch  0x0000741d 
- 00029730  0x00007faf force  0x00000032 , 0x00000036 
- 00029731  0x00007fb0 force  0x00000002 , 0x00000036 
- 00029732  0x00007fb1 branch  0x0000741d 
- 00029733  0x00007fb4 force  0x00000034 , 0x00000036 
- 00029734  0x00007fb5 force  0x00000004 , 0x00000036 
- 00029735  0x00007fb6 branch  0x0000741d 
- 00029736  0x00007fba force  0x00000001 , 0x00000036 
- 00029737  0x00007fbb force  0x00000000 , 0x00000036 
- 00029738  0x00007fbc rtn 
- 00029739  0x00007fbe force  0x00000000 , 0x00000038 
- 00029740  0x00007fbf fetch  0x00000004 , 0x0000042f 
- 00029741  0x00007fc0 iforce  0x0000002f 
- 00029742  0x00007fc1 increase  0x00000001 , 0x00000038 
- 00029743  0x00007fc2 ifetch  0x00000004 , 0x00000006 
- 00029744  0x00007fc3 iforce  0x0000002f 
- 00029745  0x00007fc4 increase  0x00000001 , 0x00000038 
- 00029746  0x00007fc5 fetch  0x00000004 , 0x0000443a 
- 00029747  0x00007fc6 iforce  0x0000002f 
- 00029748  0x00007fc7 increase  0x00000001 , 0x00000038 
- 00029749  0x00007fc8 ifetch  0x00000004 , 0x00000006 
- 00029750  0x00007fc9 iforce  0x0000002f 
- 00029751  0x00007fca increase  0x00000001 , 0x00000038 
- 00029752  0x00007fcb call  0x00007492 
- 00029753  0x00007fcc increase  0xfffffffc , 0x00000038 
- 00029754  0x00007fcd fetch  0x00000004 , 0x000044c7 
- 00029755  0x00007fce copy  0x0000003f , 0x0000002f 
- 00029756  0x00007fcf increase  0x00000004 , 0x00000038 
- 00029757  0x00007fd0 force  0x00000038 , 0x00000036 
- 00029758  0x00007fd1 force  0x00000008 , 0x00000036 
- 00029759  0x00007fd2 branch  0x0000741d 
- 00029760  0x00007fd6 bpatchx  0x000000e3 , 0x0000403c 
- 00029761  0x00007fd7 fetch  0x00000006 , 0x000044a0 
- 00029762  0x00007fd8 fetcht  0x00000006 , 0x0000044f 
- 00029763  0x00007fd9 branch  0x00007446 , 0x00000029 
- 00029764  0x00007fda fetch  0x00000006 , 0x0000044f 
- 00029765  0x00007fdb fetcht  0x00000006 , 0x000044a0 
- 00029766  0x00007fdd force  0x00000008 , 0x00000038 
- 00029767  0x00007fde copy  0x00000002 , 0x0000002f 
- 00029768  0x00007fdf increase  0x00000001 , 0x00000038 
- 00029769  0x00007fe0 rshift32  0x00000002 , 0x0000002f 
- 00029770  0x00007fe1 lshift16  0x0000003f , 0x0000003f 
- 00029771  0x00007fe2 ior  0x0000002f , 0x0000002f 
- 00029772  0x00007fe3 increase  0x00000001 , 0x00000038 
- 00029773  0x00007fe4 rshift32  0x0000003f , 0x0000002f 
- 00029774  0x00007fe5 increase  0x00000001 , 0x00000038 
- 00029775  0x00007fe6 force  0x00000000 , 0x0000002f 
- 00029776  0x00007fe7 force  0x00000000 , 0x0000003f 
- 00029777  0x00007fe8 fetch  0x00000001 , 0x0000448e 
- 00029778  0x00007fe9 fetcht  0x00000001 , 0x00004485 
- 00029779  0x00007fea nbranch  0x00007456 , 0x00000029 
- 00029780  0x00007fec fetch  0x00000001 , 0x00004495 
- 00029781  0x00007fed fetcht  0x00000001 , 0x0000448e 
- 00029782  0x00007fef store  0x00000001 , 0x0000444a 
- 00029783  0x00007ff0 storet  0x00000001 , 0x0000444b 
- 00029784  0x00007ff1 force  0x00000000 , 0x00000038 
- 00029785  0x00007ff2 arg  0x0000444a , 0x00000012 
- 00029786  0x00007ff3 force  0x00000004 , 0x00000039 
- 00029787  0x00007ff5 ifetch  0x00000004 , 0x00000011 
- 00029788  0x00007ff6 ifetcht  0x00000004 , 0x00000012 
- 00029789  0x00007ff7 ixor  0x00000002 , 0x0000002f 
- 00029790  0x00007ff8 increase  0x00000001 , 0x00000038 
- 00029791  0x00007ff9 increase  0x00000004 , 0x00000011 
- 00029792  0x00007ffa increase  0x00000004 , 0x00000012 
- 00029793  0x00007ffb loop  0x0000745b 
- 00029794  0x00007ffc call  0x00007492 
- 00029795  0x00007ffd increase  0xfffffffc , 0x00000038 
- 00029796  0x00007ffe fetch  0x00000004 , 0x000044c7 
- 00029797  0x00007fff copy  0x0000003f , 0x0000002f 
- 00029798  0x00008000 increase  0x00000004 , 0x00000038 
- 00029799  0x00008001 force  0x00000038 , 0x00000036 
- 00029800  0x00008002 force  0x0000000c , 0x00000036 
- 00029801  0x00008003 call  0x0000741d 
- 00029802  0x00008005 call  0x00007491 
- 00029803  0x00008006 force  0x0000003a , 0x00000036 
- 00029804  0x00008007 force  0x00000008 , 0x00000036 
- 00029805  0x00008008 branch  0x0000741d 
- 00029806  0x0000800b compare  0x00000000 , 0x00000039 , 0x00000003 
- 00029807  0x0000800c rtn  0x00000001 
- 00029808  0x0000800d deposit  0x00000006 
- 00029809  0x0000800e iadd  0x00000039 , 0x00000005 
- 00029810  0x0000800f force  0x00000000 , 0x0000003f 
- 00029811  0x00008011 istore  0x00000001 , 0x00000005 
- 00029812  0x00008012 increase  0x00000001 , 0x00000039 
- 00029813  0x00008013 compare  0x00000000 , 0x00000039 , 0x00000003 
- 00029814  0x00008014 rtn  0x00000001 
- 00029815  0x00008015 branch  0x00007473 
- 00029816  0x00008018 force  0x00000000 , 0x00000038 
- 00029817  0x0000801a deposit  0x00000039 
- 00029818  0x0000801b branch  0x0000747d , 0x00000034 
- 00029819  0x0000801c ifetch  0x00000004 , 0x00000006 
- 00029820  0x0000801d increase  0xfffffffc , 0x00000039 
- 00029821  0x0000801f iforce  0x0000002f 
- 00029822  0x00008020 increase  0x00000001 , 0x00000038 
- 00029823  0x00008021 compare  0x00000004 , 0x00000038 , 0x0000000f 
- 00029824  0x00008022 rtn  0x00000001 
- 00029825  0x00008023 branch  0x00007479 
- 00029826  0x00008026 force  0x00000008 , 0x00000038 
- 00029827  0x00008027 branch  0x00007487 
- 00029828  0x00008029 force  0x00000004 , 0x00000038 
- 00029829  0x0000802a branch  0x00007487 
- 00029830  0x0000802c force  0x00000000 , 0x00000038 
- 00029831  0x0000802e force  0x00000004 , 0x00000039 
- 00029832  0x00008030 ifetch  0x00000004 , 0x00000006 
- 00029833  0x00008031 iforce  0x0000002f 
- 00029834  0x00008032 increase  0x00000001 , 0x00000038 
- 00029835  0x00008033 loop  0x00007488 
- 00029836  0x00008034 rtn 
- 00029837  0x00008037 arg  0x0000047c , 0x00000006 
- 00029838  0x00008038 branch  0x00007484 
- 00029839  0x0000803b force  0x00000004 , 0x00000039 
- 00029840  0x0000803c branch  0x00007494 
- 00029841  0x0000803f force  0x00000000 , 0x00000038 
- 00029842  0x00008041 force  0x00000004 , 0x00000039 
- 00029843  0x00008043 force  0x00000000 , 0x0000002f 
- 00029844  0x00008045 increase  0x00000001 , 0x00000038 
- 00029845  0x00008046 loop  0x00007493 
- 00029846  0x00008047 rtn 
- 00029847  0x0000804a force  0x0000000c , 0x00000038 
- 00029848  0x0000804b force  0x00000004 , 0x00000039 
- 00029849  0x0000804d deposit  0x0000002f 
- 00029850  0x0000804e istore  0x00000004 , 0x00000005 
- 00029851  0x0000804f increase  0x00000001 , 0x00000038 
- 00029852  0x00008050 loop  0x00007499 
- 00029853  0x00008051 rtn 
- 00029854  0x00008054 force  0x0000000c , 0x00000038 
- 00029855  0x00008055 copy  0x00000013 , 0x00000005 
- 00029856  0x00008056 add  0x00000012 , 0x00000001 , 0x00000039 
- 00029857  0x00008057 sub  0x00000039 , 0x0000000f , 0x0000003e 
- 00029858  0x00008058 branch  0x000074a4 , 0x00000002 
- 00029859  0x00008059 force  0x00000010 , 0x00000039 
- 00029860  0x0000805b deposit  0x0000002f 
- 00029861  0x0000805c sub  0x00000039 , 0x00000003 , 0x0000003e 
- 00029862  0x0000805d branch  0x000074ac , 0x00000002 
- 00029863  0x0000805e istore  0x00000004 , 0x00000005 
- 00029864  0x0000805f increase  0xfffffffc , 0x00000039 
- 00029865  0x00008060 rtn  0x00000005 
- 00029866  0x00008061 increase  0x00000001 , 0x00000038 
- 00029867  0x00008062 branch  0x000074a4 
- 00029868  0x00008064 istore  0x00000001 , 0x00000005 
- 00029869  0x00008065 rshift8  0x0000003f , 0x0000003f 
- 00029870  0x00008066 loop  0x000074ac 
- 00029871  0x00008067 rtn 
- 00029872  0x0000806b force  0x0000000c , 0x00000038 
- 00029873  0x0000806c force  0x00000004 , 0x00000039 
- 00029874  0x0000806e ifetch  0x00000004 , 0x00000006 
- 00029875  0x0000806f isub  0x0000002f , 0x0000003e 
- 00029876  0x00008070 nrtn  0x00000005 
- 00029877  0x00008071 increase  0x00000001 , 0x00000038 
- 00029878  0x00008072 loop  0x000074b2 
- 00029879  0x00008073 force  0x00000000 , 0x0000003e 
- 00029880  0x00008074 rtn 
- 00029881  0x00008077 hfetch  0x00000001 , 0x00008050 
- 00029882  0x00008078 set0  0x00000000 , 0x0000003f 
- 00029883  0x00008079 hstore  0x00000001 , 0x00008050 
- 00029884  0x0000807a rtn 
- 00029885  0x0000807d hfetch  0x00000001 , 0x00008050 
- 00029886  0x0000807e set1  0x00000000 , 0x0000003f 
- 00029887  0x0000807f hstore  0x00000001 , 0x00008050 
- 00029888  0x00008080 rtn 
- 00029889  0x00008083 arg  0x00000886 , 0x00000005 
- 00029890  0x00008084 setsect  0x00000000 , 0x0003ffff 
- 00029891  0x00008085 setsect  0x00000001 , 0x0003ffff 
- 00029892  0x00008086 setsect  0x00000002 , 0x0003ffff 
- 00029893  0x00008087 setsect  0x00000003 , 0x0003fbff 
- 00029894  0x00008088 istore  0x00000009 , 0x00000005 
- 00029895  0x00008089 setsect  0x00000000 , 0x0003ffff 
- 00029896  0x0000808a setsect  0x00000001 , 0x0003ffff 
- 00029897  0x0000808b setsect  0x00000002 , 0x0003ffff 
- 00029898  0x0000808c setsect  0x00000003 , 0x0003ffff 
- 00029899  0x0000808d istore  0x00000009 , 0x00000005 
- 00029900  0x0000808e setsect  0x00000000 , 0x0003ffff 
- 00029901  0x0000808f setsect  0x00000001 , 0x0003ffff 
- 00029902  0x00008090 setsect  0x00000002 , 0x0003cfff 
- 00029903  0x00008091 setsect  0x00000003 , 0x0003ffff 
- 00029904  0x00008092 istore  0x00000009 , 0x00000005 
- 00029905  0x00008093 setsect  0x00000000 , 0x0003ffff 
- 00029906  0x00008094 setsect  0x00000001 , 0x0003ffff 
- 00029907  0x00008095 setsect  0x00000002 , 0x0003ffef 
- 00029908  0x00008096 setsect  0x00000003 , 0x0003ffff 
- 00029909  0x00008097 istore  0x00000009 , 0x00000005 
- 00029910  0x00008098 setsect  0x00000000 , 0x0003ffff 
- 00029911  0x00008099 setsect  0x00000001 , 0x0003ffff 
- 00029912  0x0000809a setsect  0x00000002 , 0x0003ffff 
- 00029913  0x0000809b setsect  0x00000003 , 0x0003ffff 
- 00029914  0x0000809c istore  0x00000009 , 0x00000005 
- 00029915  0x0000809d setsect  0x00000000 , 0x0003ffff 
- 00029916  0x0000809e setsect  0x00000001 , 0x00026c7f 
- 00029917  0x0000809f setsect  0x00000002 , 0x0000146b 
- 00029918  0x000080a0 setsect  0x00000003 , 0x00037bb3 
- 00029919  0x000080a1 istore  0x00000009 , 0x00000005 
- 00029920  0x000080a2 setsect  0x00000000 , 0x0001feb8 
- 00029921  0x000080a3 setsect  0x00000001 , 0x00010c12 
- 00029922  0x000080a4 setsect  0x00000002 , 0x0002b722 
- 00029923  0x000080a5 setsect  0x00000003 , 0x00029fa6 
- 00029924  0x000080a6 istore  0x00000009 , 0x00000005 
- 00029925  0x000080a7 setsect  0x00000000 , 0x0000e70f 
- 00029926  0x000080a8 setsect  0x00000001 , 0x00016720 
- 00029927  0x000080a9 setsect  0x00000002 , 0x0000519e 
- 00029928  0x000080aa setsect  0x00000003 , 0x00019084 
- 00029929  0x000080ab istore  0x00000009 , 0x00000005 
- 00029930  0x000080ac setsect  0x00000000 , 0x00031012 
- 00029931  0x000080ad setsect  0x00000001 , 0x000360bf 
- 00029932  0x000080ae setsect  0x00000002 , 0x0003f0af 
- 00029933  0x000080af setsect  0x00000003 , 0x000003d3 
- 00029934  0x000080b0 istore  0x00000009 , 0x00000005 
- 00029935  0x000080b1 setsect  0x00000000 , 0x0003a188 
- 00029936  0x000080b2 setsect  0x00000001 , 0x00003ad0 
- 00029937  0x000080b3 setsect  0x00000002 , 0x0003cbf2 
- 00029938  0x000080b4 setsect  0x00000003 , 0x000243d9 
- 00029939  0x000080b5 istore  0x00000009 , 0x00000005 
- 00029940  0x000080b6 setsect  0x00000000 , 0x0002b030 
- 00029941  0x000080b7 setsect  0x00000001 , 0x00036a03 
- 00029942  0x000080b8 setsect  0x00000002 , 0x00011188 
- 00029943  0x000080b9 setsect  0x00000003 , 0x0001e520 
- 00029944  0x000080ba istore  0x00000009 , 0x00000005 
- 00029945  0x000080bb setsect  0x00000000 , 0x0003a11e 
- 00029946  0x000080bc setsect  0x00000001 , 0x0000fe5d 
- 00029947  0x000080bd setsect  0x00000002 , 0x0000dd57 
- 00029948  0x000080be setsect  0x00000003 , 0x0001ac93 
- 00029949  0x000080bf istore  0x00000009 , 0x00000005 
- 00029950  0x000080c0 setsect  0x00000000 , 0x000011ed 
- 00029951  0x000080c1 setsect  0x00000001 , 0x000218c4 
- 00029952  0x000080c2 setsect  0x00000002 , 0x00008da7 
- 00029953  0x000080c3 setsect  0x00000003 , 0x000257ff 
- 00029954  0x000080c4 istore  0x00000009 , 0x00000005 
- 00029955  0x000080c5 setsect  0x00000000 , 0x0003192b 
- 00029956  0x000080c6 setsect  0x00000001 , 0x00034641 
- 00029957  0x000080c7 setsect  0x00000002 , 0x0001be0c 
- 00029958  0x000080c8 setsect  0x00000003 , 0x000366ad 
- 00029959  0x000080c9 istore  0x00000009 , 0x00000005 
- 00029960  0x000080ca setsect  0x00000000 , 0x00001f83 
- 00029961  0x000080cb setsect  0x00000001 , 0x00015a23 
- 00029962  0x000080cc setsect  0x00000002 , 0x0003f9b0 
- 00029963  0x000080cd setsect  0x00000003 , 0x00003949 
- 00029964  0x000080ce istore  0x00000009 , 0x00000005 
- 00029965  0x000080cf setsect  0x00000000 , 0x00013a51 
- 00029966  0x000080d0 setsect  0x00000001 , 0x000153fd 
- 00029967  0x000080d1 setsect  0x00000002 , 0x0003372a 
- 00029968  0x000080d2 setsect  0x00000003 , 0x0000f1bb 
- 00029969  0x000080d3 istore  0x00000009 , 0x00000005 
- 00029970  0x000080d4 setsect  0x00000000 , 0x0003ae85 
- 00029971  0x000080d5 setsect  0x00000001 , 0x0001eed9 
- 00029972  0x000080d6 setsect  0x00000002 , 0x00009e66 
- 00029973  0x000080d7 setsect  0x00000003 , 0x000001a8 
- 00029974  0x000080d8 istore  0x00000008 , 0x00000005 
- 00029975  0x000080d9 rtn 
- 00029976  0x000080de arg  0x0000091e , 0x00000005 
- 00029977  0x000080df setsect  0x00000000 , 0x0003ffff 
- 00029978  0x000080e0 setsect  0x00000001 , 0x0003ffff 
- 00029979  0x000080e1 setsect  0x00000002 , 0x0003ffff 
- 00029980  0x000080e2 setsect  0x00000003 , 0x0003ffff 
- 00029981  0x000080e3 istore  0x00000009 , 0x00000005 
- 00029982  0x000080e4 setsect  0x00000000 , 0x0003ffff 
- 00029983  0x000080e5 setsect  0x00000001 , 0x0000003f 
- 00029984  0x000080e6 setsect  0x00000002 , 0x00000000 
- 00029985  0x000080e7 setsect  0x00000003 , 0x00000000 
- 00029986  0x000080e8 istore  0x00000009 , 0x00000005 
- 00029987  0x000080e9 setsect  0x00000000 , 0x00000000 
- 00029988  0x000080ea setsect  0x00000001 , 0x00000000 
- 00029989  0x000080eb setsect  0x00000002 , 0x00001000 
- 00029990  0x000080ec setsect  0x00000003 , 0x00000000 
- 00029991  0x000080ed istore  0x00000009 , 0x00000005 
- 00029992  0x000080ee setsect  0x00000000 , 0x0003ff00 
- 00029993  0x000080ef setsect  0x00000001 , 0x0003ffff 
- 00029994  0x000080f0 setsect  0x00000002 , 0x0003ffcf 
- 00029995  0x000080f1 setsect  0x00000003 , 0x0003ffff 
- 00029996  0x000080f2 istore  0x00000009 , 0x00000005 
- 00029997  0x000080f3 setsect  0x00000000 , 0x0003ffff 
- 00029998  0x000080f4 setsect  0x00000001 , 0x0003ffff 
- 00029999  0x000080f5 setsect  0x00000002 , 0x0003ffff 
- 00030000  0x000080f6 setsect  0x00000003 , 0x000003ff 
- 00030001  0x000080f7 istore  0x00000009 , 0x00000005 
- 00030002  0x000080f8 setsect  0x00000000 , 0x00000000 
- 00030003  0x000080f9 setsect  0x00000001 , 0x00000000 
- 00030004  0x000080fa setsect  0x00000002 , 0x00000000 
- 00030005  0x000080fb setsect  0x00000003 , 0x00000000 
- 00030006  0x000080fc istore  0x00000009 , 0x00000005 
- 00030007  0x000080fd setsect  0x00000000 , 0x00010000 
- 00030008  0x000080fe setsect  0x00000001 , 0x00000000 
- 00030009  0x000080ff setsect  0x00000002 , 0x0003f000 
- 00030010  0x00008100 setsect  0x00000003 , 0x0003ffff 
- 00030011  0x00008101 istore  0x00000009 , 0x00000005 
- 00030012  0x00008102 setsect  0x00000000 , 0x000296ff 
- 00030013  0x00008103 setsect  0x00000001 , 0x00022630 
- 00030014  0x00008104 setsect  0x00000002 , 0x0003945d 
- 00030015  0x00008105 setsect  0x00000003 , 0x0003d284 
- 00030016  0x00008106 istore  0x00000009 , 0x00000005 
- 00030017  0x00008107 setsect  0x00000000 , 0x000333a0 
- 00030018  0x00008108 setsect  0x00000001 , 0x00004b7a 
- 00030019  0x00008109 setsect  0x00000002 , 0x000037d8 
- 00030020  0x0000810a setsect  0x00000003 , 0x0003c9dc 
- 00030021  0x0000810b istore  0x00000009 , 0x00000005 
- 00030022  0x0000810c setsect  0x00000000 , 0x0003a440 
- 00030023  0x0000810d setsect  0x00000001 , 0x0001b958 
- 00030024  0x0000810e setsect  0x00000002 , 0x00038bce 
- 00030025  0x0000810f setsect  0x00000003 , 0x0001091f 
- 00030026  0x00008110 istore  0x00000009 , 0x00000005 
- 00030027  0x00008111 setsect  0x00000000 , 0x0002e12c 
- 00030028  0x00008112 setsect  0x00000001 , 0x0001f47c 
- 00030029  0x00008113 setsect  0x00000002 , 0x000356b1 
- 00030030  0x00008114 setsect  0x00000003 , 0x0002fd47 
- 00030031  0x00008115 istore  0x00000009 , 0x00000005 
- 00030032  0x00008116 setsect  0x00000000 , 0x00006837 
- 00030033  0x00008117 setsect  0x00000001 , 0x0002ed90 
- 00030034  0x00008118 setsect  0x00000002 , 0x0001ecec 
- 00030035  0x00008119 setsect  0x00000003 , 0x0001acc5 
- 00030036  0x0000811a istore  0x00000009 , 0x00000005 
- 00030037  0x0000811b setsect  0x00000000 , 0x00023357 
- 00030038  0x0000811c setsect  0x00000001 , 0x00018af3 
- 00030039  0x0000811d setsect  0x00000002 , 0x0000f9e1 
- 00030040  0x0000811e setsect  0x00000003 , 0x000129f0 
- 00030041  0x0000811f istore  0x00000009 , 0x00000005 
- 00030042  0x00008120 setsect  0x00000000 , 0x0002e7eb 
- 00030043  0x00008121 setsect  0x00000001 , 0x0003e6e3 
- 00030044  0x00008122 setsect  0x00000002 , 0x0003e1a7 
- 00030045  0x00008123 setsect  0x00000003 , 0x00010b8b 
- 00030046  0x00008124 istore  0x00000009 , 0x00000005 
- 00030047  0x00008125 setsect  0x00000000 , 0x00024fe3 
- 00030048  0x00008126 setsect  0x00000001 , 0x000020ef 
- 00030049  0x00008127 setsect  0x00000002 , 0x0001b5a6 
- 00030050  0x00008128 setsect  0x00000003 , 0x0000dc2f 
- 00030051  0x00008129 istore  0x00000009 , 0x00000005 
- 00030052  0x0000812a setsect  0x00000000 , 0x00013860 
- 00030053  0x0000812b setsect  0x00000001 , 0x0002bd69 
- 00030054  0x0000812c setsect  0x00000002 , 0x0000391a 
- 00030055  0x0000812d setsect  0x00000003 , 0x0001b222 
- 00030056  0x0000812e istore  0x00000009 , 0x00000005 
- 00030057  0x0000812f rtn 
- 00030058  0x00008133 fetch  0x00000001 , 0x0000465a 
- 00030059  0x00008134 nbranch  0x0000757d , 0x00000034 
- 00030060  0x00008135 branch  0x00007a77 
- 00030061  0x00008138 bpatchx  0x000000e4 , 0x0000403c 
- 00030062  0x00008139 fetch  0x00000001 , 0x0000465a 
- 00030063  0x0000813a rtn  0x00000034 
- 00030064  0x0000813b fetch  0x00000001 , 0x000045b1 
- 00030065  0x0000813c rtnne  0x00000001 
- 00030066  0x0000813d fetch  0x00000001 , 0x000044be 
- 00030067  0x0000813e rtn  0x00000034 
- 00030068  0x0000813f fetch  0x00000001 , 0x000044c3 
- 00030069  0x00008140 rtneq  0x00000003 
- 00030070  0x00008141 fetch  0x00000002 , 0x00004682 
- 00030071  0x00008142 bbit1  0x00000000 , 0x0000757b 
- 00030072  0x00008143 fetch  0x00000001 , 0x000044c0 
- 00030073  0x00008144 beq  0x00000000 , 0x00007a77 
- 00030074  0x00008145 rtn 
- 00030075  0x00008147 jam  0x00000000 , 0x000044c0 
- 00030076  0x00008148 rtn 
- 00030077  0x0000814c bpatchx  0x000000e5 , 0x0000403c 
- 00030078  0x0000814d fetch  0x00000001 , 0x0000465a 
- 00030079  0x0000814e branch  0x0000612b , 0x00000034 
- 00030080  0x0000814f call  0x00006124 
- 00030081  0x00008150 call  0x00007583 
- 00030082  0x00008151 branch  0x0000766d 
- 00030083  0x00008154 setarg  0x00000000 
- 00030084  0x00008155 store  0x00000008 , 0x000009ae 
- 00030085  0x00008156 store  0x00000004 , 0x000009b6 
- 00030086  0x00008157 store  0x00000007 , 0x0000465e 
- 00030087  0x00008158 rtn 
- 00030088  0x0000815b jam  0x00000001 , 0x000009b0 
- 00030089  0x0000815c branch  0x0000758d 
- 00030090  0x0000815e fetch  0x00000001 , 0x000045b1 
- 00030091  0x0000815f beq  0x00000001 , 0x0000768a 
- 00030092  0x00008160 branch  0x00002a8c 
- 00030093  0x00008162 fetch  0x00000001 , 0x000045b1 
- 00030094  0x00008163 beq  0x00000001 , 0x00007590 
- 00030095  0x00008164 branch  0x0000766d 
- 00030096  0x00008167 call  0x0000768a 
- 00030097  0x00008168 fetch  0x00000001 , 0x000009af 
- 00030098  0x00008169 nrtn  0x00000034 
- 00030099  0x0000816a jam  0x00000003 , 0x000009ae 
- 00030100  0x0000816b rtn 
- 00030101  0x0000816f call  0x000075b0 
- 00030102  0x00008170 arg  0x000009de , 0x00000011 
- 00030103  0x00008171 arg  0x00000866 , 0x00000005 
- 00030104  0x00008172 call  0x00007c79 
- 00030105  0x00008173 arg  0x000009be , 0x00000011 
- 00030106  0x00008174 arg  0x00000826 , 0x00000005 
- 00030107  0x00008175 call  0x00007c79 
- 00030108  0x00008176 arg  0x00000826 , 0x00000011 
- 00030109  0x00008177 arg  0x000009be , 0x00000012 
- 00030110  0x00008178 arg  0x00000826 , 0x00000005 
- 00030111  0x00008179 call  0x00007be1 
- 00030112  0x0000817a arg  0x0000093e , 0x00000011 
- 00030113  0x0000817b arg  0x000009be , 0x00000012 
- 00030114  0x0000817c arg  0x00000846 , 0x00000005 
- 00030115  0x0000817d call  0x00007be1 
- 00030116  0x0000817e arg  0x00000846 , 0x00000011 
- 00030117  0x0000817f arg  0x00000826 , 0x00000012 
- 00030118  0x00008180 arg  0x00000826 , 0x00000005 
- 00030119  0x00008181 call  0x00007c7d 
- 00030120  0x00008182 arg  0x00000806 , 0x00000011 
- 00030121  0x00008183 arg  0x00000826 , 0x00000012 
- 00030122  0x00008184 arg  0x00000806 , 0x00000005 
- 00030123  0x00008185 call  0x00007c7d 
- 00030124  0x00008186 arg  0x00000020 , 0x00000039 
- 00030125  0x00008187 arg  0x00000866 , 0x00000011 
- 00030126  0x00008188 arg  0x00000806 , 0x00000012 
- 00030127  0x00008189 branch  0x00007f88 
- 00030128  0x0000818c arg  0x0000097e , 0x00000011 
- 00030129  0x0000818d arg  0x00000806 , 0x00000005 
- 00030130  0x0000818e call  0x00007c79 
- 00030131  0x0000818f arg  0x0000095e , 0x00000011 
- 00030132  0x00008190 arg  0x00000826 , 0x00000005 
- 00030133  0x00008191 call  0x00007c79 
- 00030134  0x00008192 arg  0x00000826 , 0x00000011 
- 00030135  0x00008193 arg  0x0000095e , 0x00000012 
- 00030136  0x00008194 arg  0x00000826 , 0x00000005 
- 00030137  0x00008195 call  0x00007be1 
- 00030138  0x00008196 arg  0x0000093e , 0x00000011 
- 00030139  0x00008197 arg  0x0000095e , 0x00000012 
- 00030140  0x00008198 arg  0x00000846 , 0x00000005 
- 00030141  0x00008199 call  0x00007be1 
- 00030142  0x0000819a arg  0x00000846 , 0x00000011 
- 00030143  0x0000819b arg  0x00000826 , 0x00000012 
- 00030144  0x0000819c arg  0x00000826 , 0x00000005 
- 00030145  0x0000819d call  0x00007c7d 
- 00030146  0x0000819e arg  0x00000806 , 0x00000011 
- 00030147  0x0000819f arg  0x00000826 , 0x00000012 
- 00030148  0x000081a0 arg  0x00000806 , 0x00000005 
- 00030149  0x000081a1 branch  0x00007c96 
- 00030150  0x000081a4 call  0x000075e1 
- 00030151  0x000081a5 arg  0x000009e6 , 0x00000011 
- 00030152  0x000081a6 arg  0x00000866 , 0x00000005 
- 00030153  0x000081a7 call  0x000077a8 
- 00030154  0x000081a8 arg  0x000009c6 , 0x00000011 
- 00030155  0x000081a9 arg  0x00000826 , 0x00000005 
- 00030156  0x000081aa call  0x000077a8 
- 00030157  0x000081ab arg  0x00000826 , 0x00000011 
- 00030158  0x000081ac arg  0x000009c6 , 0x00000012 
- 00030159  0x000081ad arg  0x00000826 , 0x00000005 
- 00030160  0x000081ae call  0x00007786 
- 00030161  0x000081af arg  0x0000089e , 0x00000011 
- 00030162  0x000081b0 arg  0x000009c6 , 0x00000012 
- 00030163  0x000081b1 arg  0x00000846 , 0x00000005 
- 00030164  0x000081b2 call  0x00007786 
- 00030165  0x000081b3 arg  0x00000846 , 0x00000011 
- 00030166  0x000081b4 arg  0x00000826 , 0x00000012 
- 00030167  0x000081b5 arg  0x00000826 , 0x00000005 
- 00030168  0x000081b6 call  0x00007755 
- 00030169  0x000081b7 arg  0x00000806 , 0x00000011 
- 00030170  0x000081b8 arg  0x00000826 , 0x00000012 
- 00030171  0x000081b9 arg  0x00000806 , 0x00000005 
- 00030172  0x000081ba call  0x00007755 
- 00030173  0x000081bb arg  0x00000018 , 0x00000039 
- 00030174  0x000081bc arg  0x00000866 , 0x00000011 
- 00030175  0x000081bd arg  0x00000806 , 0x00000012 
- 00030176  0x000081be branch  0x00007f88 
- 00030177  0x000081c1 arg  0x000008e6 , 0x00000011 
- 00030178  0x000081c2 arg  0x00000806 , 0x00000005 
- 00030179  0x000081c3 call  0x000077a8 
- 00030180  0x000081c4 arg  0x000008ce , 0x00000011 
- 00030181  0x000081c5 arg  0x00000826 , 0x00000005 
- 00030182  0x000081c6 call  0x000077a8 
- 00030183  0x000081c7 arg  0x00000826 , 0x00000011 
- 00030184  0x000081c8 arg  0x000008ce , 0x00000012 
- 00030185  0x000081c9 arg  0x00000826 , 0x00000005 
- 00030186  0x000081ca call  0x00007786 
- 00030187  0x000081cb arg  0x0000089e , 0x00000011 
- 00030188  0x000081cc arg  0x000008ce , 0x00000012 
- 00030189  0x000081cd arg  0x00000846 , 0x00000005 
- 00030190  0x000081ce call  0x00007786 
- 00030191  0x000081cf arg  0x00000846 , 0x00000011 
- 00030192  0x000081d0 arg  0x00000826 , 0x00000012 
- 00030193  0x000081d1 arg  0x00000826 , 0x00000005 
- 00030194  0x000081d2 call  0x00007755 
- 00030195  0x000081d3 arg  0x00000806 , 0x00000011 
- 00030196  0x000081d4 arg  0x00000826 , 0x00000012 
- 00030197  0x000081d5 arg  0x00000806 , 0x00000005 
- 00030198  0x000081d6 branch  0x00007758 
- 00030199  0x000081da fetch  0x00000001 , 0x000009b2 
- 00030200  0x000081db bne  0x00000000 , 0x00007615 
- 00030201  0x000081dc call  0x00007612 
- 00030202  0x000081dd arg  0x00000a7e , 0x00000005 
- 00030203  0x000081de setarg  0x00000a2e 
- 00030204  0x000081df istore  0x00000002 , 0x00000005 
- 00030205  0x000081e0 setarg  0x00004642 
- 00030206  0x000081e1 istore  0x00000002 , 0x00000005 
- 00030207  0x000081e2 setarg  0x000009de 
- 00030208  0x000081e3 istore  0x00000002 , 0x00000005 
- 00030209  0x000081e4 branch  0x00007609 
- 00030210  0x000081e6 arg  0x00000a7e , 0x00000005 
- 00030211  0x000081e7 setarg  0x00000a3e 
- 00030212  0x000081e8 istore  0x00000002 , 0x00000005 
- 00030213  0x000081e9 setarg  0x000009de 
- 00030214  0x000081ea istore  0x00000002 , 0x00000005 
- 00030215  0x000081eb setarg  0x00004642 
- 00030216  0x000081ec istore  0x00000002 , 0x00000005 
- 00030217  0x000081ee call  0x000079a0 
- 00030218  0x000081ef fetch  0x00000001 , 0x000009af 
- 00030219  0x000081f0 beq  0x00000004 , 0x0000760f 
- 00030220  0x000081f1 jam  0x00000001 , 0x000009b0 
- 00030221  0x000081f2 jam  0x00000005 , 0x000009ae 
- 00030222  0x000081f3 rtn 
- 00030223  0x000081f5 jam  0x00000014 , 0x000009af 
- 00030224  0x000081f6 call  0x0000758a 
- 00030225  0x000081f7 branch  0x000076d8 
- 00030226  0x000081fa arg  0x00000a1e , 0x00000005 
- 00030227  0x000081fb force  0x00000008 , 0x00000007 
- 00030228  0x000081fc branch  0x000076a2 
- 00030229  0x000081ff jam  0x00000001 , 0x000009b0 
- 00030230  0x00008200 rtn 
- 00030231  0x00008204 bpatchx  0x000000e6 , 0x0000403c 
- 00030232  0x00008205 arg  0x00000727 , 0x00000005 
- 00030233  0x00008206 fetch  0x00000006 , 0x000040a0 
- 00030234  0x00008207 istore  0x00000006 , 0x00000005 
- 00030235  0x00008208 fetch  0x00000006 , 0x00000040 
- 00030236  0x00008209 istore  0x00000006 , 0x00000005 
- 00030237  0x0000820a fetch  0x00000003 , 0x0000465e 
- 00030238  0x0000820b istore  0x00000003 , 0x00000005 
- 00030239  0x0000820d call  0x00007a0d 
- 00030240  0x0000820f arg  0x00000a4e , 0x00000011 
- 00030241  0x00008210 arg  0x00000a5e , 0x00000012 
- 00030242  0x00008211 force  0x00000004 , 0x00000007 
- 00030243  0x00008212 call  0x000076a7 
- 00030244  0x00008213 nbranch  0x00007631 , 0x00000001 
- 00030245  0x00008215 call  0x00007628 
- 00030246  0x00008216 jam  0x00000041 , 0x0000007d 
- 00030247  0x00008217 branch  0x000062f8 
- 00030248  0x0000821a fetch  0x00000001 , 0x000009af 
- 00030249  0x0000821b beq  0x00000009 , 0x0000762e 
- 00030250  0x0000821c jam  0x0000000a , 0x000009ae 
- 00030251  0x0000821d jam  0x00000001 , 0x000009b0 
- 00030252  0x0000821e jam  0x00000003 , 0x0000007c 
- 00030253  0x0000821f rtn 
- 00030254  0x00008221 jam  0x00000003 , 0x0000007c 
- 00030255  0x00008222 jam  0x00000015 , 0x000009af 
- 00030256  0x00008223 branch  0x000076d8 
- 00030257  0x00008227 fetch  0x00000001 , 0x000009af 
- 00030258  0x00008228 beq  0x00000009 , 0x00007637 
- 00030259  0x00008229 jam  0x00000000 , 0x000009ae 
- 00030260  0x0000822a jam  0x00000004 , 0x0000007c 
- 00030261  0x0000822c jam  0x00000005 , 0x0000007e 
- 00030262  0x0000822d rtn 
- 00030263  0x0000822f jam  0x00000004 , 0x0000007c 
- 00030264  0x00008230 jam  0x00000000 , 0x000009af 
- 00030265  0x00008231 rtn 
- 00030266  0x00008234 fetch  0x00000001 , 0x000009b3 
- 00030267  0x00008235 beq  0x00000001 , 0x0000763e 
- 00030268  0x00008236 jam  0x0000000a , 0x000009af 
- 00030269  0x00008237 branch  0x000076d8 
- 00030270  0x00008239 arg  0x00000727 , 0x00000005 
- 00030271  0x0000823a fetch  0x00000006 , 0x00000040 
- 00030272  0x0000823b istore  0x00000006 , 0x00000005 
- 00030273  0x0000823c fetch  0x00000006 , 0x000040a0 
- 00030274  0x0000823d istore  0x00000006 , 0x00000005 
- 00030275  0x0000823e fetch  0x00000003 , 0x0000465b 
- 00030276  0x0000823f istore  0x00000003 , 0x00000005 
- 00030277  0x00008241 call  0x00007a24 
- 00030278  0x00008242 fetch  0x00000001 , 0x000009af 
- 00030279  0x00008243 beq  0x0000000a , 0x0000764b 
- 00030280  0x00008244 jam  0x0000000b , 0x000009ae 
- 00030281  0x00008245 jam  0x00000001 , 0x000009b0 
- 00030282  0x00008246 rtn 
- 00030283  0x00008248 jam  0x0000000b , 0x000009af 
- 00030284  0x00008249 jam  0x00000001 , 0x000009b1 
- 00030285  0x0000824a rtn 
- 00030286  0x0000824d arg  0x00000a7e , 0x00000005 
- 00030287  0x0000824e fetch  0x00000006 , 0x00000040 
- 00030288  0x0000824f istore  0x00000006 , 0x00000005 
- 00030289  0x00008250 fetch  0x00000006 , 0x000040a0 
- 00030290  0x00008251 istore  0x00000006 , 0x00000005 
- 00030291  0x00008252 setarg  0x00000a2e 
- 00030292  0x00008253 istore  0x00000002 , 0x00000005 
- 00030293  0x00008254 setarg  0x00000a3e 
- 00030294  0x00008255 istore  0x00000002 , 0x00000005 
- 00030295  0x00008256 branch  0x00007662 
- 00030296  0x00008258 jam  0x0000000f , 0x000009ae 
- 00030297  0x00008259 arg  0x00000a7e , 0x00000005 
- 00030298  0x0000825a fetch  0x00000006 , 0x000040a0 
- 00030299  0x0000825b istore  0x00000006 , 0x00000005 
- 00030300  0x0000825c fetch  0x00000006 , 0x00000040 
- 00030301  0x0000825d istore  0x00000006 , 0x00000005 
- 00030302  0x0000825e setarg  0x00000a3e 
- 00030303  0x0000825f istore  0x00000002 , 0x00000005 
- 00030304  0x00008260 setarg  0x00000a2e 
- 00030305  0x00008261 istore  0x00000002 , 0x00000005 
- 00030306  0x00008264 arg  0x00000727 , 0x00000005 
- 00030307  0x00008265 fetch  0x00000006 , 0x00000a7e 
- 00030308  0x00008266 istore  0x00000006 , 0x00000005 
- 00030309  0x00008267 fetch  0x00000006 , 0x00000a84 
- 00030310  0x00008268 istore  0x00000006 , 0x00000005 
- 00030311  0x0000826a call  0x000079d7 
- 00030312  0x0000826d jam  0x00000001 , 0x000041bd 
- 00030313  0x0000826e arg  0x000041be , 0x00000005 
- 00030314  0x0000826f arg  0x00000a4e , 0x00000006 
- 00030315  0x00008270 call  0x00007ebf 
- 00030316  0x00008271 branch  0x000021c4 
- 00030317  0x00008275 bpatchx  0x000000e7 , 0x0000403c 
- 00030318  0x00008276 fetch  0x00000001 , 0x000045b1 
- 00030319  0x00008277 rtnne  0x00000000 
- 00030320  0x00008278 fetch  0x00000001 , 0x000009b2 
- 00030321  0x00008279 rtnne  0x00000000 
- 00030322  0x0000827a arg  0x00004612 , 0x00000005 
- 00030323  0x0000827b force  0x0000000b , 0x00000007 
- 00030324  0x0000827c call  0x000076a2 
- 00030325  0x0000827d random  0x0000003f 
- 00030326  0x0000827e rshift  0x0000003f , 0x0000003f 
- 00030327  0x0000827f istore  0x00000002 , 0x00000005 
- 00030328  0x00008281 arg  0x000006be , 0x00000005 
- 00030329  0x00008282 arg  0x00004612 , 0x00000006 
- 00030330  0x00008283 call  0x00007ebe 
- 00030331  0x00008285 arg  0x000005e6 , 0x00000005 
- 00030332  0x00008286 arg  0x000008ce , 0x00000006 
- 00030333  0x00008287 call  0x00007ebc 
- 00030334  0x00008289 arg  0x00000616 , 0x00000005 
- 00030335  0x0000828a call  0x00007ec5 
- 00030336  0x0000828b jam  0x00000001 , 0x00000616 
- 00030337  0x0000828d call  0x00007a5d 
- 00030338  0x0000828e jam  0x00000001 , 0x000009b2 
- 00030339  0x0000828f rtn 
- 00030340  0x00008292 arg  0x0000462a , 0x00000005 
- 00030341  0x00008293 arg  0x0000062e , 0x00000006 
- 00030342  0x00008294 call  0x00007ebc 
- 00030343  0x00008295 jam  0x00000001 , 0x000045b1 
- 00030344  0x00008296 jam  0x00000000 , 0x000009b2 
- 00030345  0x00008297 rtn 
- 00030346  0x0000829a bpatchx  0x000000e8 , 0x0000403d 
- 00030347  0x0000829b fetch  0x00000001 , 0x000009b9 
- 00030348  0x0000829c rtnne  0x00000000 
- 00030349  0x0000829d fetch  0x00000001 , 0x000009b2 
- 00030350  0x0000829e rtnne  0x00000000 
- 00030351  0x000082a0 arg  0x000006be , 0x00000005 
- 00030352  0x000082a1 arg  0x00004612 , 0x00000006 
- 00030353  0x000082a2 call  0x00007ebe 
- 00030354  0x000082a4 arg  0x000005e6 , 0x00000005 
- 00030355  0x000082a5 arg  0x000009c6 , 0x00000006 
- 00030356  0x000082a6 call  0x00007ebc 
- 00030357  0x000082a8 arg  0x00000616 , 0x00000005 
- 00030358  0x000082a9 call  0x00007ec5 
- 00030359  0x000082aa jam  0x00000001 , 0x00000616 
- 00030360  0x000082ac call  0x00007a5d 
- 00030361  0x000082ad jam  0x00000002 , 0x000009b2 
- 00030362  0x000082ae rtn 
- 00030363  0x000082b1 jam  0x00000001 , 0x000009b3 
- 00030364  0x000082b2 arg  0x00000a06 , 0x00000005 
- 00030365  0x000082b3 arg  0x0000062e , 0x00000006 
- 00030366  0x000082b4 call  0x00007ebe 
- 00030367  0x000082b5 jam  0x00000001 , 0x000009b9 
- 00030368  0x000082b6 jam  0x00000000 , 0x000009b2 
- 00030369  0x000082b7 rtn 
- 00030370  0x000082ba increase  0xffffffff , 0x00000007 
- 00030371  0x000082bb nrtn  0x00000002 
- 00030372  0x000082bc random  0x0000003f 
- 00030373  0x000082bd istore  0x00000002 , 0x00000005 
- 00030374  0x000082be branch  0x000076a2 
- 00030375  0x000082c0 increase  0xffffffff , 0x00000007 
- 00030376  0x000082c1 nbranch  0x000076b3 , 0x00000002 
- 00030377  0x000082c2 ifetch  0x00000004 , 0x00000011 
- 00030378  0x000082c3 copy  0x0000003f , 0x00000002 
- 00030379  0x000082c4 ifetch  0x00000004 , 0x00000012 
- 00030380  0x000082c5 iflip  0x00000002 , 0x0000003f 
- 00030381  0x000082c6 nbranch  0x000076b1 , 0x00000005 
- 00030382  0x000082c7 increase  0x00000004 , 0x00000011 
- 00030383  0x000082c8 increase  0x00000004 , 0x00000012 
- 00030384  0x000082c9 branch  0x000076a7 
- 00030385  0x000082cb disable  0x00000001 
- 00030386  0x000082cc rtn 
- 00030387  0x000082ce enable  0x00000001 
- 00030388  0x000082cf rtn 
- 00030389  0x000082d7 bpatchx  0x000000e9 , 0x0000403d 
- 00030390  0x000082d8 fetch  0x00000001 , 0x000009b0 
- 00030391  0x000082d9 rtn  0x00000034 
- 00030392  0x000082da call  0x000062bc 
- 00030393  0x000082db nrtn  0x00000034 
- 00030394  0x000082dc jam  0x00000000 , 0x000009b0 
- 00030395  0x000082dd fetch  0x00000001 , 0x000009ae 
- 00030396  0x000082de beq  0x00000003 , 0x000061fd 
- 00030397  0x000082df beq  0x00000005 , 0x0000621a 
- 00030398  0x000082e0 beq  0x00000007 , 0x00006225 
- 00030399  0x000082e1 beq  0x0000000b , 0x0000623a 
- 00030400  0x000082e2 beq  0x00000002 , 0x00007588 
- 00030401  0x000082e3 beq  0x00000004 , 0x000075f7 
- 00030402  0x000082e4 beq  0x00000009 , 0x00007617 
- 00030403  0x000082e5 beq  0x0000000a , 0x0000763a 
- 00030404  0x000082e6 beq  0x0000000c , 0x00007658 
- 00030405  0x000082e8 rtn 
- 00030406  0x000082eb bpatchx  0x000000ea , 0x0000403d 
- 00030407  0x000082ec fetch  0x00000001 , 0x000009b1 
- 00030408  0x000082ed rtn  0x00000034 
- 00030409  0x000082ee call  0x000062bc 
- 00030410  0x000082ef nrtn  0x00000034 
- 00030411  0x000082f0 jam  0x00000000 , 0x000009b1 
- 00030412  0x000082f1 fetch  0x00000001 , 0x000009af 
- 00030413  0x000082f2 beq  0x00000012 , 0x000061e0 
- 00030414  0x000082f3 beq  0x00000013 , 0x000061e5 
- 00030415  0x000082f4 beq  0x00000003 , 0x000061e9 
- 00030416  0x000082f5 beq  0x00000004 , 0x00007602 
- 00030417  0x000082f6 beq  0x00000014 , 0x000061ed 
- 00030418  0x000082f7 beq  0x00000007 , 0x000061fb 
- 00030419  0x000082f8 beq  0x0000000a , 0x0000763a 
- 00030420  0x000082f9 beq  0x0000000b , 0x00006239 
- 00030421  0x000082fa beq  0x00000009 , 0x00007617 
- 00030422  0x000082fb beq  0x00000015 , 0x00006233 
- 00030423  0x000082fc rtn 
- 00030424  0x000082ff jam  0x00000001 , 0x000009b1 
- 00030425  0x00008300 rtn 
- 00030426  0x00008303 jam  0x00000000 , 0x000009b1 
- 00030427  0x00008304 rtn 
- 00030428  0x00008306 bpatchx  0x000000eb , 0x0000403d 
- 00030429  0x00008307 fetch  0x00000001 , 0x0000465a 
- 00030430  0x00008308 rtn  0x00000034 
- 00030431  0x00008309 fetch  0x00000001 , 0x000009b2 
- 00030432  0x0000830a rtn  0x00000034 
- 00030433  0x0000830b increase  0x00000080 , 0x0000003f 
- 00030434  0x0000830c store  0x00000001 , 0x000009b2 
- 00030435  0x0000830d rtnbit1  0x00000007 
- 00030436  0x0000830e fetch  0x00000001 , 0x000005e3 
- 00030437  0x0000830f branch  0x000076e7 , 0x00000034 
- 00030438  0x00008310 branch  0x00007a68 
- 00030439  0x00008313 call  0x000078d3 
- 00030440  0x00008314 fetch  0x00000001 , 0x000009b2 
- 00030441  0x00008315 beq  0x00000001 , 0x00007684 
- 00030442  0x00008316 beq  0x00000002 , 0x0000769b 
- 00030443  0x00008317 rtn 
- 00030444  0x0000831b and  0x0000003f , 0x00000007 , 0x00000007 
- 00030445  0x0000831c rshift3  0x0000003f , 0x0000003f 
- 00030446  0x0000831d iadd  0x00000006 , 0x00000006 
- 00030447  0x0000831e ifetch  0x00000001 , 0x00000006 
- 00030448  0x0000831f qisolate0  0x0000003f 
- 00030449  0x00008320 rtn 
- 00030450  0x00008324 call  0x00007ebe 
- 00030451  0x00008325 call  0x00007ebe 
- 00030452  0x00008326 branch  0x00007ebe 
- 00030453  0x0000832a ifetch  0x00000008 , 0x00000006 
- 00030454  0x0000832b nrtn  0x00000034 
- 00030455  0x0000832c ifetch  0x00000008 , 0x00000006 
- 00030456  0x0000832d nrtn  0x00000034 
- 00030457  0x0000832e ifetch  0x00000008 , 0x00000006 
- 00030458  0x0000832f rtn 
- 00030459  0x00008335 ifetch  0x00000004 , 0x00000011 
- 00030460  0x00008336 iforce  0x00000002 
- 00030461  0x00008337 ifetch  0x00000004 , 0x00000012 
- 00030462  0x00008338 isub  0x00000002 , 0x0000003e 
- 00030463  0x00008339 nrtn  0x00000005 
- 00030464  0x0000833a increase  0x00000004 , 0x00000011 
- 00030465  0x0000833b increase  0x00000004 , 0x00000012 
- 00030466  0x0000833c loop  0x000076fb 
- 00030467  0x0000833d rtn 
- 00030468  0x00008341 force  0x00000006 , 0x00000039 
- 00030469  0x00008342 increase  0x00000014 , 0x00000011 
- 00030470  0x00008343 increase  0x00000014 , 0x00000012 
- 00030471  0x00008345 ifetch  0x00000004 , 0x00000012 
- 00030472  0x00008346 iforce  0x00000002 
- 00030473  0x00008347 ifetch  0x00000004 , 0x00000011 
- 00030474  0x00008348 isub  0x00000002 , 0x0000003f 
- 00030475  0x00008349 nrtn  0x00000002 
- 00030476  0x0000834a nrtn  0x00000034 
- 00030477  0x0000834b increase  0xfffffffc , 0x00000011 
- 00030478  0x0000834c increase  0xfffffffc , 0x00000012 
- 00030479  0x0000834d loop  0x00007707 
- 00030480  0x0000834e rtn 
- 00030481  0x00008351 force  0x00000006 , 0x00000039 
- 00030482  0x00008352 force  0x00000000 , 0x00000013 
- 00030483  0x00008354 ifetch  0x00000004 , 0x00000011 
- 00030484  0x00008355 iforce  0x00000002 
- 00030485  0x00008356 ifetch  0x00000004 , 0x00000012 
- 00030486  0x00008357 iadd  0x00000002 , 0x0000003f 
- 00030487  0x00008358 iadd  0x00000013 , 0x0000003f 
- 00030488  0x00008359 istore  0x00000004 , 0x00000005 
- 00030489  0x0000835a isolate1  0x00000020 , 0x0000003f 
- 00030490  0x0000835b setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00030491  0x0000835c increase  0x00000004 , 0x00000011 
- 00030492  0x0000835d increase  0x00000004 , 0x00000012 
- 00030493  0x0000835e loop  0x00007713 
- 00030494  0x0000835f rtn 
- 00030495  0x00008362 force  0x00000006 , 0x00000039 
- 00030496  0x00008363 force  0x00000000 , 0x00000013 
- 00030497  0x00008365 ifetch  0x00000004 , 0x00000012 
- 00030498  0x00008366 iforce  0x00000002 
- 00030499  0x00008367 ifetch  0x00000004 , 0x00000011 
- 00030500  0x00008368 isub  0x00000002 , 0x0000003f 
- 00030501  0x00008369 isub  0x00000013 , 0x0000003f 
- 00030502  0x0000836a istore  0x00000004 , 0x00000005 
- 00030503  0x0000836b isolate1  0x00000020 , 0x0000003f 
- 00030504  0x0000836c setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00030505  0x0000836d increase  0x00000004 , 0x00000011 
- 00030506  0x0000836e increase  0x00000004 , 0x00000012 
- 00030507  0x0000836f loop  0x00007721 
- 00030508  0x00008370 rtn 
- 00030509  0x00008373 force  0x00000006 , 0x00000039 
- 00030510  0x00008374 increase  0x00000014 , 0x00000011 
- 00030511  0x00008376 force  0x00000000 , 0x00000013 
- 00030512  0x00008378 ifetch  0x00000004 , 0x00000011 
- 00030513  0x00008379 isolate1  0x00000000 , 0x0000003f 
- 00030514  0x0000837a setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00030515  0x0000837b rshift  0x0000003f , 0x0000003f 
- 00030516  0x0000837c isolate1  0x00000000 , 0x00000013 
- 00030517  0x0000837d setflag  0x00000001 , 0x0000001f , 0x0000003f 
- 00030518  0x0000837e istore  0x00000004 , 0x00000011 
- 00030519  0x0000837f increase  0xfffffffc , 0x00000011 
- 00030520  0x00008380 rshift  0x00000013 , 0x00000013 
- 00030521  0x00008381 loop  0x00007730 
- 00030522  0x00008382 rtn 
- 00030523  0x00008385 force  0x00000006 , 0x00000039 
- 00030524  0x00008386 force  0x00000000 , 0x00000013 
- 00030525  0x00008388 ifetch  0x00000004 , 0x00000011 
- 00030526  0x00008389 isolate1  0x0000001f , 0x0000003f 
- 00030527  0x0000838a setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00030528  0x0000838b lshift  0x0000003f , 0x0000003f 
- 00030529  0x0000838c isolate1  0x00000000 , 0x00000013 
- 00030530  0x0000838d setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00030531  0x0000838e istore  0x00000004 , 0x00000011 
- 00030532  0x0000838f increase  0x00000004 , 0x00000011 
- 00030533  0x00008390 rshift  0x00000013 , 0x00000013 
- 00030534  0x00008391 loop  0x0000773d 
- 00030535  0x00008392 rtn 
- 00030536  0x00008395 call  0x0000773b 
- 00030537  0x00008397 isolate1  0x00000000 , 0x00000013 
- 00030538  0x00008398 branch  0x00007751 , 0x00000001 
- 00030539  0x00008399 arg  0x00000886 , 0x00000012 
- 00030540  0x0000839a copy  0x00000011 , 0x00000013 
- 00030541  0x0000839b increase  0xffffffe8 , 0x00000011 
- 00030542  0x0000839c call  0x00007704 
- 00030543  0x0000839d nrtn  0x00000002 
- 00030544  0x0000839e copy  0x00000013 , 0x00000011 
- 00030545  0x000083a0 increase  0xffffffe8 , 0x00000011 
- 00030546  0x000083a1 arg  0x00000886 , 0x00000012 
- 00030547  0x000083a2 copy  0x00000011 , 0x00000005 
- 00030548  0x000083a3 branch  0x0000771f 
- 00030549  0x000083a7 call  0x00007711 
- 00030550  0x000083a8 copy  0x00000005 , 0x00000011 
- 00030551  0x000083a9 branch  0x00007749 
- 00030552  0x000083ac call  0x0000771f 
- 00030553  0x000083ad isolate0  0x00000000 , 0x00000013 
- 00030554  0x000083ae rtn  0x00000001 
- 00030555  0x000083af arg  0x00000886 , 0x00000012 
- 00030556  0x000083b0 add  0x00000005 , 0xffffffe8 , 0x00000011 
- 00030557  0x000083b1 copy  0x00000011 , 0x00000005 
- 00030558  0x000083b2 branch  0x00007711 
- 00030559  0x000083b6 copy  0x00000005 , 0x0000000b 
- 00030560  0x000083b7 copy  0x00000011 , 0x00000030 
- 00030561  0x000083b8 arg  0x00000716 , 0x00000012 
- 00030562  0x000083b9 copy  0x00000012 , 0x00000005 
- 00030563  0x000083ba add  0x00000011 , 0x00000018 , 0x00000006 
- 00030564  0x000083bb ifetch  0x00000008 , 0x00000006 
- 00030565  0x000083bc istore  0x00000008 , 0x00000005 
- 00030566  0x000083bd istore  0x00000008 , 0x00000005 
- 00030567  0x000083be force  0x00000000 , 0x0000003f 
- 00030568  0x000083bf istore  0x00000008 , 0x00000005 
- 00030569  0x000083c0 copy  0x0000000b , 0x00000005 
- 00030570  0x000083c1 call  0x00007755 
- 00030571  0x000083c2 arg  0x00000716 , 0x00000012 
- 00030572  0x000083c3 copy  0x00000012 , 0x00000005 
- 00030573  0x000083c4 force  0x00000000 , 0x0000003f 
- 00030574  0x000083c5 istore  0x00000008 , 0x00000005 
- 00030575  0x000083c6 add  0x00000030 , 0x00000020 , 0x00000006 
- 00030576  0x000083c7 ifetch  0x00000008 , 0x00000006 
- 00030577  0x000083c8 istore  0x00000008 , 0x00000005 
- 00030578  0x000083c9 istore  0x00000008 , 0x00000005 
- 00030579  0x000083ca copy  0x0000000b , 0x00000011 
- 00030580  0x000083cb copy  0x00000011 , 0x00000005 
- 00030581  0x000083cc call  0x00007755 
- 00030582  0x000083cd arg  0x00000716 , 0x00000012 
- 00030583  0x000083ce copy  0x00000012 , 0x00000005 
- 00030584  0x000083cf add  0x00000030 , 0x00000028 , 0x00000006 
- 00030585  0x000083d0 ifetch  0x00000008 , 0x00000006 
- 00030586  0x000083d1 istore  0x00000008 , 0x00000005 
- 00030587  0x000083d2 istore  0x00000008 , 0x00000005 
- 00030588  0x000083d3 istore  0x00000008 , 0x00000005 
- 00030589  0x000083d4 copy  0x0000000b , 0x00000011 
- 00030590  0x000083d5 copy  0x00000011 , 0x00000005 
- 00030591  0x000083d6 branch  0x00007755 
- 00030592  0x000083da force  0x00000006 , 0x00000039 
- 00030593  0x000083dc ifetch  0x00000004 , 0x00000006 
- 00030594  0x000083dd iforce  0x0000002f 
- 00030595  0x000083de increase  0x00000001 , 0x00000038 
- 00030596  0x000083df loop  0x00007781 
- 00030597  0x000083e0 rtn 
- 00030598  0x000083e5 copy  0x00000005 , 0x0000000b 
- 00030599  0x000083e6 arg  0x000006e6 , 0x00000005 
- 00030600  0x000083e7 call  0x00007ec5 
- 00030601  0x000083e8 arg  0x000006e6 , 0x00000005 
- 00030602  0x000083e9 copy  0x00000011 , 0x00000006 
- 00030603  0x000083ea force  0x00000000 , 0x00000038 
- 00030604  0x000083eb call  0x00007780 
- 00030605  0x000083ec copy  0x00000012 , 0x00000006 
- 00030606  0x000083ed call  0x00007780 
- 00030607  0x000083ee force  0x00000000 , 0x00000012 
- 00030608  0x000083f0 force  0x00000000 , 0x00000002 
- 00030609  0x000083f1 force  0x00000006 , 0x00000013 
- 00030610  0x000083f3 ifetch  0x00000004 , 0x00000005 
- 00030611  0x000083f4 iforce  0x00000011 
- 00030612  0x000083f5 copy  0x00000012 , 0x00000038 
- 00030613  0x000083f6 deposit  0x0000002f 
- 00030614  0x000083f7 copy  0x00000013 , 0x00000038 
- 00030615  0x000083f8 imul32  0x0000002f , 0x0000003f 
- 00030616  0x000083f9 iadd  0x00000011 , 0x0000003f 
- 00030617  0x000083fa iadd  0x00000002 , 0x0000003f 
- 00030618  0x000083fb istore  0x00000004 , 0x00000005 
- 00030619  0x000083fc rshift32  0x0000003f , 0x00000002 
- 00030620  0x000083fd increase  0x00000001 , 0x00000013 
- 00030621  0x000083fe compare  0x0000000c , 0x00000013 , 0x000000ff 
- 00030622  0x000083ff nbranch  0x00007792 , 0x00000001 
- 00030623  0x00008400 deposit  0x00000002 
- 00030624  0x00008401 istore  0x00000004 , 0x00000005 
- 00030625  0x00008402 increase  0xffffffe8 , 0x00000005 
- 00030626  0x00008403 increase  0x00000001 , 0x00000012 
- 00030627  0x00008404 compare  0x00000006 , 0x00000012 , 0x000000ff 
- 00030628  0x00008405 nbranch  0x00007790 , 0x00000001 
- 00030629  0x00008406 arg  0x000006e6 , 0x00000011 
- 00030630  0x00008407 copy  0x0000000b , 0x00000005 
- 00030631  0x00008408 branch  0x0000775f 
- 00030632  0x0000840c copy  0x00000011 , 0x00000012 
- 00030633  0x0000840d branch  0x00007786 
- 00030634  0x00008410 copy  0x00000011 , 0x00000030 
- 00030635  0x00008412 copy  0x00000030 , 0x00000011 
- 00030636  0x00008413 ifetch  0x00000001 , 0x00000011 
- 00030637  0x00008414 isolate1  0x00000000 , 0x0000003f 
- 00030638  0x00008415 rtn  0x00000001 
- 00030639  0x00008416 call  0x0000772d 
- 00030640  0x00008417 ifetch  0x00000001 , 0x00000012 
- 00030641  0x00008418 isolate0  0x00000000 , 0x0000003f 
- 00030642  0x00008419 branch  0x000077ba , 0x00000001 
- 00030643  0x0000841a arg  0x00000886 , 0x00000011 
- 00030644  0x0000841b copy  0x00000012 , 0x00000005 
- 00030645  0x0000841c call  0x00007711 
- 00030646  0x0000841d ifetch  0x00000001 , 0x00000012 
- 00030647  0x0000841e iadd  0x00000013 , 0x0000003f 
- 00030648  0x0000841f istore  0x00000001 , 0x00000012 
- 00030649  0x00008420 increase  0xffffffe8 , 0x00000012 
- 00030650  0x00008422 add  0x00000012 , 0x00000018 , 0x00000011 
- 00030651  0x00008423 force  0x00000007 , 0x00000039 
- 00030652  0x00008424 call  0x0000772f 
- 00030653  0x00008425 branch  0x000077ab 
- 00030654  0x00008429 copy  0x00000005 , 0x0000000b 
- 00030655  0x0000842a arg  0x00000746 , 0x00000005 
- 00030656  0x0000842b call  0x00007ec5 
- 00030657  0x0000842c force  0x00000000 , 0x0000003f 
- 00030658  0x0000842d store  0x00000004 , 0x000006fe 
- 00030659  0x0000842e store  0x00000004 , 0x0000075e 
- 00030660  0x0000842f jam  0x00000001 , 0x00000746 
- 00030661  0x00008430 arg  0x000006e6 , 0x00000005 
- 00030662  0x00008431 call  0x00007ec5 
- 00030663  0x00008432 arg  0x00000886 , 0x00000006 
- 00030664  0x00008433 arg  0x00000716 , 0x00000005 
- 00030665  0x00008434 call  0x00007ebe 
- 00030666  0x00008435 copy  0x00000011 , 0x00000006 
- 00030667  0x00008436 arg  0x0000072e , 0x00000005 
- 00030668  0x00008437 call  0x00007ebe 
- 00030669  0x00008439 arg  0x0000072e , 0x00000006 
- 00030670  0x0000843a call  0x000076f5 
- 00030671  0x0000843b branch  0x000077f6 , 0x00000034 
- 00030672  0x0000843c arg  0x0000072e , 0x00000011 
- 00030673  0x0000843d arg  0x00000746 , 0x00000012 
- 00030674  0x0000843e call  0x000077aa 
- 00030675  0x00008440 arg  0x00000716 , 0x00000011 
- 00030676  0x00008441 arg  0x000006e6 , 0x00000012 
- 00030677  0x00008442 call  0x000077aa 
- 00030678  0x00008443 arg  0x0000072e , 0x00000011 
- 00030679  0x00008444 arg  0x00000716 , 0x00000012 
- 00030680  0x00008445 call  0x00007704 
- 00030681  0x00008446 branch  0x000077e8 , 0x00000002 
- 00030682  0x00008447 arg  0x00000716 , 0x00000011 
- 00030683  0x00008448 arg  0x0000072e , 0x00000012 
- 00030684  0x00008449 copy  0x00000011 , 0x00000005 
- 00030685  0x0000844a call  0x0000771f 
- 00030686  0x0000844b arg  0x00000746 , 0x00000011 
- 00030687  0x0000844c arg  0x000006e6 , 0x00000012 
- 00030688  0x0000844d copy  0x00000012 , 0x00000005 
- 00030689  0x0000844e call  0x00007711 
- 00030690  0x0000844f ifetch  0x00000001 , 0x00000011 
- 00030691  0x00008450 iadd  0x00000013 , 0x00000013 
- 00030692  0x00008451 ifetch  0x00000001 , 0x00000012 
- 00030693  0x00008452 iadd  0x00000013 , 0x0000003f 
- 00030694  0x00008453 istore  0x00000001 , 0x00000012 
- 00030695  0x00008454 branch  0x000077cd 
- 00030696  0x00008456 arg  0x0000072e , 0x00000011 
- 00030697  0x00008457 arg  0x00000716 , 0x00000012 
- 00030698  0x00008458 copy  0x00000011 , 0x00000005 
- 00030699  0x00008459 call  0x0000771f 
- 00030700  0x0000845a arg  0x000006e6 , 0x00000011 
- 00030701  0x0000845b arg  0x00000746 , 0x00000012 
- 00030702  0x0000845c copy  0x00000012 , 0x00000005 
- 00030703  0x0000845d call  0x00007711 
- 00030704  0x0000845e ifetch  0x00000001 , 0x00000011 
- 00030705  0x0000845f iadd  0x00000013 , 0x00000013 
- 00030706  0x00008460 ifetch  0x00000001 , 0x00000012 
- 00030707  0x00008461 iadd  0x00000013 , 0x0000003f 
- 00030708  0x00008462 istore  0x00000001 , 0x00000012 
- 00030709  0x00008463 branch  0x000077cd 
- 00030710  0x00008465 arg  0x00000746 , 0x00000005 
- 00030711  0x00008466 call  0x00007ec5 
- 00030712  0x00008467 fetch  0x00000001 , 0x000006fe 
- 00030713  0x00008468 store  0x00000001 , 0x00000746 
- 00030714  0x00008469 store  0x00000001 , 0x0000074e 
- 00030715  0x0000846a arg  0x00000746 , 0x00000011 
- 00030716  0x0000846b arg  0x000006e6 , 0x00000012 
- 00030717  0x0000846c copy  0x00000012 , 0x00000005 
- 00030718  0x0000846d call  0x00007755 
- 00030719  0x0000846e arg  0x00000886 , 0x00000011 
- 00030720  0x0000846f arg  0x000006e6 , 0x00000012 
- 00030721  0x00008470 copy  0x0000000b , 0x00000005 
- 00030722  0x00008471 branch  0x00007758 
- 00030723  0x00008477 arg  0x000006a6 , 0x00000011 
- 00030724  0x00008478 arg  0x0000075e , 0x00000005 
- 00030725  0x00008479 call  0x000077a8 
- 00030726  0x0000847a arg  0x0000075e , 0x00000011 
- 00030727  0x0000847b arg  0x00000776 , 0x00000005 
- 00030728  0x0000847c call  0x000077a8 
- 00030729  0x0000847d arg  0x0000089e , 0x00000011 
- 00030730  0x0000847e arg  0x00000776 , 0x00000012 
- 00030731  0x0000847f arg  0x00000776 , 0x00000005 
- 00030732  0x00008480 call  0x00007786 
- 00030733  0x00008481 arg  0x00000676 , 0x00000011 
- 00030734  0x00008482 arg  0x0000075e , 0x00000005 
- 00030735  0x00008483 call  0x000077a8 
- 00030736  0x00008484 arg  0x0000075e , 0x00000006 
- 00030737  0x00008485 arg  0x0000072e , 0x00000005 
- 00030738  0x00008486 call  0x00007ebe 
- 00030739  0x00008487 arg  0x0000072e , 0x00000011 
- 00030740  0x00008488 call  0x00007748 
- 00030741  0x00008489 arg  0x0000075e , 0x00000011 
- 00030742  0x0000848a arg  0x0000072e , 0x00000012 
- 00030743  0x0000848b arg  0x0000075e , 0x00000005 
- 00030744  0x0000848c call  0x00007755 
- 00030745  0x0000848d arg  0x0000075e , 0x00000011 
- 00030746  0x0000848e arg  0x00000776 , 0x00000012 
- 00030747  0x0000848f arg  0x0000075e , 0x00000005 
- 00030748  0x00008490 call  0x00007755 
- 00030749  0x00008491 arg  0x00000676 , 0x00000006 
- 00030750  0x00008492 arg  0x0000072e , 0x00000005 
- 00030751  0x00008493 call  0x00007ebe 
- 00030752  0x00008494 arg  0x0000068e , 0x00000011 
- 00030753  0x00008495 arg  0x00000776 , 0x00000005 
- 00030754  0x00008496 call  0x000077a8 
- 00030755  0x00008497 arg  0x0000072e , 0x00000011 
- 00030756  0x00008498 call  0x00007748 
- 00030757  0x00008499 arg  0x0000072e , 0x00000011 
- 00030758  0x0000849a call  0x00007748 
- 00030759  0x0000849b arg  0x0000072e , 0x00000011 
- 00030760  0x0000849c arg  0x00000776 , 0x00000012 
- 00030761  0x0000849d arg  0x0000072e , 0x00000005 
- 00030762  0x0000849e call  0x00007786 
- 00030763  0x0000849f arg  0x00000776 , 0x00000011 
- 00030764  0x000084a0 arg  0x00000746 , 0x00000005 
- 00030765  0x000084a1 call  0x000077a8 
- 00030766  0x000084a2 arg  0x00000746 , 0x00000011 
- 00030767  0x000084a3 call  0x00007748 
- 00030768  0x000084a4 arg  0x00000746 , 0x00000011 
- 00030769  0x000084a5 call  0x00007748 
- 00030770  0x000084a6 arg  0x00000746 , 0x00000011 
- 00030771  0x000084a7 call  0x00007748 
- 00030772  0x000084a8 arg  0x0000068e , 0x00000006 
- 00030773  0x000084a9 arg  0x00000776 , 0x00000005 
- 00030774  0x000084aa call  0x00007ebe 
- 00030775  0x000084ab arg  0x00000776 , 0x00000011 
- 00030776  0x000084ac call  0x00007748 
- 00030777  0x000084ad arg  0x00000776 , 0x00000011 
- 00030778  0x000084ae arg  0x000006a6 , 0x00000012 
- 00030779  0x000084af arg  0x000006a6 , 0x00000005 
- 00030780  0x000084b0 call  0x00007786 
- 00030781  0x000084b1 arg  0x0000075e , 0x00000011 
- 00030782  0x000084b2 arg  0x00000776 , 0x00000005 
- 00030783  0x000084b3 call  0x000077a8 
- 00030784  0x000084b4 arg  0x00000776 , 0x00000011 
- 00030785  0x000084b5 arg  0x0000072e , 0x00000012 
- 00030786  0x000084b6 arg  0x00000776 , 0x00000005 
- 00030787  0x000084b7 call  0x00007758 
- 00030788  0x000084b8 arg  0x00000776 , 0x00000011 
- 00030789  0x000084b9 arg  0x0000072e , 0x00000012 
- 00030790  0x000084ba arg  0x00000676 , 0x00000005 
- 00030791  0x000084bb call  0x00007758 
- 00030792  0x000084bc arg  0x0000072e , 0x00000011 
- 00030793  0x000084bd arg  0x00000676 , 0x00000012 
- 00030794  0x000084be arg  0x00000776 , 0x00000005 
- 00030795  0x000084bf call  0x00007758 
- 00030796  0x000084c0 arg  0x00000776 , 0x00000011 
- 00030797  0x000084c1 arg  0x0000075e , 0x00000012 
- 00030798  0x000084c2 arg  0x00000776 , 0x00000005 
- 00030799  0x000084c3 call  0x00007786 
- 00030800  0x000084c4 arg  0x00000776 , 0x00000011 
- 00030801  0x000084c5 arg  0x00000746 , 0x00000012 
- 00030802  0x000084c6 arg  0x0000068e , 0x00000005 
- 00030803  0x000084c7 branch  0x00007758 
- 00030804  0x000084cc arg  0x00000616 , 0x00000011 
- 00030805  0x000084cd arg  0x0000078e , 0x00000005 
- 00030806  0x000084ce call  0x000077a8 
- 00030807  0x000084cf arg  0x00000676 , 0x00000011 
- 00030808  0x000084d0 arg  0x0000078e , 0x00000012 
- 00030809  0x000084d1 arg  0x00000746 , 0x00000005 
- 00030810  0x000084d2 call  0x00007786 
- 00030811  0x000084d3 arg  0x00000616 , 0x00000011 
- 00030812  0x000084d4 arg  0x0000078e , 0x00000012 
- 00030813  0x000084d5 arg  0x0000078e , 0x00000005 
- 00030814  0x000084d6 call  0x00007786 
- 00030815  0x000084d7 arg  0x0000068e , 0x00000011 
- 00030816  0x000084d8 arg  0x0000078e , 0x00000012 
- 00030817  0x000084d9 arg  0x0000072e , 0x00000005 
- 00030818  0x000084da call  0x00007786 
- 00030819  0x000084db arg  0x000006a6 , 0x00000011 
- 00030820  0x000084dc arg  0x0000078e , 0x00000005 
- 00030821  0x000084dd call  0x000077a8 
- 00030822  0x000084de arg  0x000005e6 , 0x00000011 
- 00030823  0x000084df arg  0x0000078e , 0x00000012 
- 00030824  0x000084e0 arg  0x0000075e , 0x00000005 
- 00030825  0x000084e1 call  0x00007786 
- 00030826  0x000084e2 arg  0x000006a6 , 0x00000011 
- 00030827  0x000084e3 arg  0x0000078e , 0x00000012 
- 00030828  0x000084e4 arg  0x0000078e , 0x00000005 
- 00030829  0x000084e5 call  0x00007786 
- 00030830  0x000084e6 arg  0x000005fe , 0x00000011 
- 00030831  0x000084e7 arg  0x0000078e , 0x00000012 
- 00030832  0x000084e8 arg  0x00000776 , 0x00000005 
- 00030833  0x000084e9 call  0x00007786 
- 00030834  0x000084ea arg  0x00000746 , 0x00000011 
- 00030835  0x000084eb arg  0x0000075e , 0x00000012 
- 00030836  0x000084ec arg  0x0000078e , 0x00000005 
- 00030837  0x000084ed call  0x00007758 
- 00030838  0x000084ee arg  0x00000746 , 0x00000011 
- 00030839  0x000084ef arg  0x0000075e , 0x00000012 
- 00030840  0x000084f0 arg  0x00000746 , 0x00000005 
- 00030841  0x000084f1 call  0x00007755 
- 00030842  0x000084f2 arg  0x0000072e , 0x00000011 
- 00030843  0x000084f3 arg  0x00000776 , 0x00000012 
- 00030844  0x000084f4 arg  0x0000075e , 0x00000005 
- 00030845  0x000084f5 call  0x00007758 
- 00030846  0x000084f6 arg  0x0000072e , 0x00000011 
- 00030847  0x000084f7 arg  0x00000776 , 0x00000012 
- 00030848  0x000084f8 arg  0x0000072e , 0x00000005 
- 00030849  0x000084f9 call  0x00007755 
- 00030850  0x000084fa arg  0x0000072e , 0x00000011 
- 00030851  0x000084fb arg  0x0000078e , 0x00000012 
- 00030852  0x000084fc arg  0x0000072e , 0x00000005 
- 00030853  0x000084fd call  0x00007786 
- 00030854  0x000084fe arg  0x000006a6 , 0x00000011 
- 00030855  0x000084ff arg  0x00000616 , 0x00000012 
- 00030856  0x00008500 arg  0x00000776 , 0x00000005 
- 00030857  0x00008501 call  0x00007786 
- 00030858  0x00008502 arg  0x00000776 , 0x00000011 
- 00030859  0x00008503 arg  0x0000078e , 0x00000012 
- 00030860  0x00008504 arg  0x000006a6 , 0x00000005 
- 00030861  0x00008505 call  0x00007786 
- 00030862  0x00008506 arg  0x0000078e , 0x00000011 
- 00030863  0x00008507 arg  0x0000078e , 0x00000005 
- 00030864  0x00008508 call  0x000077a8 
- 00030865  0x00008509 arg  0x0000078e , 0x00000011 
- 00030866  0x0000850a arg  0x00000746 , 0x00000012 
- 00030867  0x0000850b arg  0x00000776 , 0x00000005 
- 00030868  0x0000850c call  0x00007786 
- 00030869  0x0000850d arg  0x0000078e , 0x00000011 
- 00030870  0x0000850e arg  0x0000072e , 0x00000012 
- 00030871  0x0000850f arg  0x0000072e , 0x00000005 
- 00030872  0x00008510 call  0x00007786 
- 00030873  0x00008511 arg  0x0000075e , 0x00000011 
- 00030874  0x00008512 arg  0x00000676 , 0x00000005 
- 00030875  0x00008513 call  0x000077a8 
- 00030876  0x00008514 arg  0x00000676 , 0x00000011 
- 00030877  0x00008515 arg  0x00000776 , 0x00000012 
- 00030878  0x00008516 arg  0x00000676 , 0x00000005 
- 00030879  0x00008517 call  0x00007758 
- 00030880  0x00008518 arg  0x00000676 , 0x00000006 
- 00030881  0x00008519 arg  0x0000078e , 0x00000005 
- 00030882  0x0000851a call  0x00007ebe 
- 00030883  0x0000851b arg  0x0000078e , 0x00000011 
- 00030884  0x0000851c call  0x00007748 
- 00030885  0x0000851d arg  0x00000776 , 0x00000011 
- 00030886  0x0000851e arg  0x0000078e , 0x00000012 
- 00030887  0x0000851f arg  0x00000776 , 0x00000005 
- 00030888  0x00008520 call  0x00007758 
- 00030889  0x00008521 arg  0x00000776 , 0x00000011 
- 00030890  0x00008522 arg  0x0000075e , 0x00000012 
- 00030891  0x00008523 arg  0x0000075e , 0x00000005 
- 00030892  0x00008524 call  0x00007786 
- 00030893  0x00008525 arg  0x0000075e , 0x00000011 
- 00030894  0x00008526 arg  0x0000072e , 0x00000012 
- 00030895  0x00008527 arg  0x0000068e , 0x00000005 
- 00030896  0x00008528 call  0x00007758 
- 00030897  0x00008529 arg  0x0000068e , 0x00000011 
- 00030898  0x0000852a arg  0x00000886 , 0x00000012 
- 00030899  0x0000852b arg  0x0000068e , 0x00000005 
- 00030900  0x0000852c force  0x00000000 , 0x00000013 
- 00030901  0x0000852d fetch  0x00000001 , 0x0000068e 
- 00030902  0x0000852e isolate1  0x00000000 , 0x0000003f 
- 00030903  0x0000852f call  0x00007711 , 0x00000001 
- 00030904  0x00008530 copy  0x00000013 , 0x00000030 
- 00030905  0x00008531 arg  0x0000068e , 0x00000011 
- 00030906  0x00008532 call  0x0000772d 
- 00030907  0x00008533 fetch  0x00000001 , 0x000006a5 
- 00030908  0x00008534 isolate1  0x00000000 , 0x00000030 
- 00030909  0x00008535 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00030910  0x00008536 store  0x00000001 , 0x000006a5 
- 00030911  0x00008537 rtn 
- 00030912  0x0000853c fetch  0x00000001 , 0x000005e3 
- 00030913  0x0000853d increase  0xffffffff , 0x0000003f 
- 00030914  0x0000853e nrtn  0x00000002 
- 00030915  0x0000853f store  0x00000001 , 0x000005e3 
- 00030916  0x00008540 fetch  0x00000001 , 0x000005e2 
- 00030917  0x00008541 call  0x00007803 , 0x00000034 
- 00030918  0x00008542 fetch  0x00000001 , 0x000005e3 
- 00030919  0x00008543 arg  0x000006be , 0x00000006 
- 00030920  0x00008544 call  0x000076ec 
- 00030921  0x00008545 branch  0x000078c0 , 0x00000001 
- 00030922  0x00008546 fetch  0x00000001 , 0x000005e2 
- 00030923  0x00008547 nbranch  0x000078ce , 0x00000034 
- 00030924  0x00008548 call  0x00007854 
- 00030925  0x00008549 branch  0x000078c0 
- 00030926  0x0000854b jam  0x00000000 , 0x000005e2 
- 00030927  0x0000854c arg  0x000005e6 , 0x00000006 
- 00030928  0x0000854d arg  0x00000676 , 0x00000005 
- 00030929  0x0000854e call  0x000076f2 
- 00030930  0x0000854f branch  0x000078c0 
- 00030931  0x00008553 arg  0x000006a6 , 0x00000011 
- 00030932  0x00008554 arg  0x00000776 , 0x00000005 
- 00030933  0x00008555 call  0x000077be 
- 00030934  0x00008556 arg  0x00000776 , 0x00000011 
- 00030935  0x00008557 arg  0x0000072e , 0x00000005 
- 00030936  0x00008558 call  0x000077a8 
- 00030937  0x00008559 arg  0x00000676 , 0x00000011 
- 00030938  0x0000855a arg  0x0000072e , 0x00000012 
- 00030939  0x0000855b arg  0x0000062e , 0x00000005 
- 00030940  0x0000855c call  0x00007786 
- 00030941  0x0000855d arg  0x00000776 , 0x00000011 
- 00030942  0x0000855e arg  0x0000072e , 0x00000012 
- 00030943  0x0000855f arg  0x0000075e , 0x00000005 
- 00030944  0x00008560 call  0x00007786 
- 00030945  0x00008561 arg  0x0000068e , 0x00000011 
- 00030946  0x00008562 arg  0x0000075e , 0x00000012 
- 00030947  0x00008563 arg  0x00000646 , 0x00000005 
- 00030948  0x00008564 branch  0x00007786 
- 00030949  0x00008569 ifetch  0x00000004 , 0x00000006 
- 00030950  0x0000856a force  0x00000004 , 0x00000011 
- 00030951  0x0000856b increase  0x00000003 , 0x00000005 
- 00030952  0x0000856d istore  0x00000001 , 0x00000005 
- 00030953  0x0000856e rshift8  0x0000003f , 0x0000003f 
- 00030954  0x0000856f increase  0xfffffffe , 0x00000005 
- 00030955  0x00008570 increase  0xffffffff , 0x00000011 
- 00030956  0x00008571 nbranch  0x000078e8 , 0x00000005 
- 00030957  0x00008572 increase  0x00000005 , 0x00000005 
- 00030958  0x00008573 loop  0x000078e5 
- 00030959  0x00008574 rtn 
- 00030960  0x00008578 lshift2  0x00000007 , 0x0000003f 
- 00030961  0x00008579 iadd  0x0000000b , 0x00000006 
- 00030962  0x0000857a ifetch  0x00000004 , 0x00000006 
- 00030963  0x0000857b rtn 
- 00030964  0x0000857e force  0x00000010 , 0x00000030 
- 00030965  0x0000857f arg  0x000005e6 , 0x0000000b 
- 00030966  0x00008581 add  0x00000030 , 0xfffffff9 , 0x00000007 
- 00030967  0x00008582 call  0x000078f0 
- 00030968  0x00008583 iforce  0x00000002 
- 00030969  0x00008584 add  0x00000030 , 0xfffffff0 , 0x00000007 
- 00030970  0x00008585 call  0x000078f0 
- 00030971  0x00008586 iadd  0x00000002 , 0x00000002 
- 00030972  0x00008587 add  0x00000030 , 0xfffffffe , 0x00000007 
- 00030973  0x00008588 call  0x000078f0 
- 00030974  0x00008589 shasx  0x0000003f , 0x00000001 , 0x0000003f 
- 00030975  0x0000858a iadd  0x00000002 , 0x00000002 
- 00030976  0x0000858b add  0x00000030 , 0xfffffff1 , 0x00000007 
- 00030977  0x0000858c call  0x000078f0 
- 00030978  0x0000858d shasx  0x0000003f , 0x00000000 , 0x0000003f 
- 00030979  0x0000858e iadd  0x00000002 , 0x00000002 
- 00030980  0x0000858f lshift2  0x00000030 , 0x0000003f 
- 00030981  0x00008590 iadd  0x0000000b , 0x00000005 
- 00030982  0x00008591 istoret  0x00000004 , 0x00000005 
- 00030983  0x00008592 increase  0x00000001 , 0x00000030 
- 00030984  0x00008593 compare  0x00000040 , 0x00000030 , 0x000000ff 
- 00030985  0x00008594 nbranch  0x000078f6 , 0x00000001 
- 00030986  0x00008595 rtn 
- 00030987  0x00008599 arg  0x000008fe , 0x00000006 
- 00030988  0x0000859a force  0x00000007 , 0x00000038 
- 00030989  0x0000859c ifetch  0x00000004 , 0x00000006 
- 00030990  0x0000859d iforce  0x0000002f 
- 00030991  0x0000859e increase  0xffffffff , 0x00000038 
- 00030992  0x0000859f branch  0x0000790d , 0x00000002 
- 00030993  0x000085a0 rtn 
- 00030994  0x000085a3 bpatchx  0x000000ec , 0x0000403d 
- 00030995  0x000085a4 call  0x000078f4 
- 00030996  0x000085a5 arg  0x000006e6 , 0x00000005 
- 00030997  0x000085a6 force  0x00000000 , 0x00000038 
- 00030998  0x000085a8 deposit  0x0000002f 
- 00030999  0x000085a9 istore  0x00000004 , 0x00000005 
- 00031000  0x000085aa increase  0x00000001 , 0x00000038 
- 00031001  0x000085ab compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00031002  0x000085ac nbranch  0x00007916 , 0x00000001 
- 00031003  0x000085ad call  0x000074b9 
- 00031004  0x000085ae arg  0x00008700 , 0x0000000b 
- 00031005  0x000085af arg  0x000005e6 , 0x00000030 
- 00031006  0x000085b0 force  0x00000040 , 0x00000039 
- 00031007  0x000085b2 ifetcht  0x00000004 , 0x00000030 
- 00031008  0x000085b3 ifetch  0x00000004 , 0x0000000b 
- 00031009  0x000085b4 increase  0x00000004 , 0x0000000b 
- 00031010  0x000085b5 increase  0x00000004 , 0x00000030 
- 00031011  0x000085b6 iadd  0x00000002 , 0x0000003f 
- 00031012  0x000085b7 force  0x00000007 , 0x00000038 
- 00031013  0x000085b8 iadd  0x0000002f , 0x00000002 
- 00031014  0x000085b9 force  0x00000004 , 0x00000038 
- 00031015  0x000085ba shasx  0x0000002f , 0x00000003 , 0x0000003f 
- 00031016  0x000085bb iadd  0x00000002 , 0x00000002 
- 00031017  0x000085bc force  0x00000005 , 0x00000038 
- 00031018  0x000085bd deposit  0x0000002f 
- 00031019  0x000085be force  0x00000006 , 0x00000038 
- 00031020  0x000085bf ixor  0x0000002f , 0x0000003f 
- 00031021  0x000085c0 force  0x00000004 , 0x00000038 
- 00031022  0x000085c1 iand  0x0000002f , 0x0000003f 
- 00031023  0x000085c2 force  0x00000006 , 0x00000038 
- 00031024  0x000085c3 ixor  0x0000002f , 0x0000003f 
- 00031025  0x000085c4 iadd  0x00000002 , 0x00000002 
- 00031026  0x000085c5 force  0x00000007 , 0x00000038 
- 00031027  0x000085c6 copy  0x00000002 , 0x0000002f 
- 00031028  0x000085c7 force  0x00000003 , 0x00000038 
- 00031029  0x000085c8 deposit  0x0000002f 
- 00031030  0x000085c9 iadd  0x00000002 , 0x0000002f 
- 00031031  0x000085ca force  0x00000000 , 0x00000038 
- 00031032  0x000085cb deposit  0x0000002f 
- 00031033  0x000085cc force  0x00000001 , 0x00000038 
- 00031034  0x000085cd iand  0x0000002f , 0x00000002 
- 00031035  0x000085ce ior  0x0000002f , 0x0000003f 
- 00031036  0x000085cf force  0x00000002 , 0x00000038 
- 00031037  0x000085d0 iand  0x0000002f , 0x0000003f 
- 00031038  0x000085d1 ior  0x00000002 , 0x00000002 
- 00031039  0x000085d2 force  0x00000000 , 0x00000038 
- 00031040  0x000085d3 shasx  0x0000002f , 0x00000002 , 0x0000003f 
- 00031041  0x000085d4 iadd  0x00000002 , 0x0000003f 
- 00031042  0x000085d5 force  0x00000007 , 0x00000038 
- 00031043  0x000085d6 iadd  0x0000002f , 0x0000002f 
- 00031044  0x000085d7 regexrot 
- 00031045  0x000085d8 loop  0x0000791f 
- 00031046  0x000085d9 arg  0x000006e6 , 0x00000006 
- 00031047  0x000085da force  0x00000000 , 0x00000038 
- 00031048  0x000085dc ifetch  0x00000004 , 0x00000006 
- 00031049  0x000085dd iadd  0x0000002f , 0x0000002f 
- 00031050  0x000085de increase  0x00000001 , 0x00000038 
- 00031051  0x000085df compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00031052  0x000085e0 nbranch  0x00007948 , 0x00000001 
- 00031053  0x000085e1 branch  0x000074bd 
- 00031054  0x000085e5 arg  0x00000a3e , 0x00000005 
- 00031055  0x000085e6 force  0x00000007 , 0x00000038 
- 00031056  0x000085e8 deposit  0x0000002f 
- 00031057  0x000085e9 istore  0x00000004 , 0x00000005 
- 00031058  0x000085ea increase  0xffffffff , 0x00000038 
- 00031059  0x000085eb branch  0x00007950 , 0x00000002 
- 00031060  0x000085ec rtn 
- 00031061  0x000085f0 arg  0x000005e6 , 0x00000005 
- 00031062  0x000085f1 increase  0xfffffffc , 0x00000006 
- 00031063  0x000085f2 sub  0x00000039 , 0x00000010 , 0x00000011 
- 00031064  0x000085f4 ifetch  0x00000004 , 0x00000006 
- 00031065  0x000085f5 ixor  0x00000002 , 0x0000003f 
- 00031066  0x000085f6 istore  0x00000004 , 0x00000005 
- 00031067  0x000085f7 increase  0xfffffff8 , 0x00000006 
- 00031068  0x000085f8 loop  0x00007958 
- 00031069  0x000085f9 copy  0x00000011 , 0x00000039 
- 00031070  0x000085fa deposit  0x00000002 
- 00031071  0x000085fc istore  0x00000004 , 0x00000005 
- 00031072  0x000085fd loop  0x0000795f 
- 00031073  0x000085fe rtn 
- 00031074  0x00008601 call  0x00007967 
- 00031075  0x00008602 call  0x0000794e 
- 00031076  0x00008603 branch  0x0000798d 
- 00031077  0x00008606 call  0x00007967 
- 00031078  0x00008607 branch  0x0000798d 
- 00031079  0x0000860a arg  0x000009de , 0x00000006 
- 00031080  0x0000860b arg  0x000005e6 , 0x00000005 
- 00031081  0x0000860c force  0x00000006 , 0x00000039 
- 00031082  0x0000860d call  0x00007a71 
- 00031083  0x0000860e arg  0x00004642 , 0x00000006 
- 00031084  0x0000860f force  0x00000006 , 0x00000039 
- 00031085  0x00008610 call  0x00007a71 
- 00031086  0x00008611 arg  0x00000a3e , 0x00000006 
- 00031087  0x00008612 call  0x00007a70 
- 00031088  0x00008613 call  0x0000790b 
- 00031089  0x00008614 call  0x00007912 
- 00031090  0x00008615 arg  0x00000a2e , 0x00000006 
- 00031091  0x00008616 arg  0x000005e6 , 0x00000005 
- 00031092  0x00008617 branch  0x00007984 
- 00031093  0x0000861a arg  0x00004642 , 0x00000006 
- 00031094  0x0000861b arg  0x000005e6 , 0x00000005 
- 00031095  0x0000861c force  0x00000006 , 0x00000039 
- 00031096  0x0000861d call  0x00007a71 
- 00031097  0x0000861e arg  0x000009de , 0x00000006 
- 00031098  0x0000861f force  0x00000006 , 0x00000039 
- 00031099  0x00008620 call  0x00007a71 
- 00031100  0x00008621 arg  0x00000a2e , 0x00000006 
- 00031101  0x00008622 call  0x00007a70 
- 00031102  0x00008623 call  0x0000790b 
- 00031103  0x00008624 call  0x00007912 
- 00031104  0x00008625 arg  0x00000a3e , 0x00000006 
- 00031105  0x00008626 arg  0x000005e6 , 0x00000005 
- 00031106  0x00008627 call  0x00007984 
- 00031107  0x00008628 branch  0x0000798d 
- 00031108  0x0000862b call  0x00007a70 
- 00031109  0x0000862c setarg  0x00800000 
- 00031110  0x0000862d lshift8  0x0000003f , 0x0000003f 
- 00031111  0x0000862e istore  0x00000004 , 0x00000005 
- 00031112  0x0000862f force  0x00000005 , 0x00000039 
- 00031113  0x00008630 call  0x00007ec6 
- 00031114  0x00008631 setarg  0x00000280 
- 00031115  0x00008632 istore  0x00000004 , 0x00000005 
- 00031116  0x00008633 branch  0x00007912 
- 00031117  0x00008635 fetch  0x00000004 , 0x00000a3e 
- 00031118  0x00008637 arg  0x000003e8 , 0x00000011 
- 00031119  0x00008638 idiv  0x00000011 
- 00031120  0x00008639 call  0x00007f86 
- 00031121  0x0000863a remainder  0x0000003f 
- 00031122  0x0000863b store  0x00000004 , 0x000009ba 
- 00031123  0x0000863c quotient  0x0000003f 
- 00031124  0x0000863d arg  0x000003e8 , 0x00000011 
- 00031125  0x0000863e idiv  0x00000011 
- 00031126  0x0000863f call  0x00007f86 
- 00031127  0x00008640 remainder  0x0000003f 
- 00031128  0x00008641 arg  0x000003e8 , 0x00000011 
- 00031129  0x00008642 imul32  0x00000011 , 0x0000003f 
- 00031130  0x00008643 fetcht  0x00000004 , 0x000009ba 
- 00031131  0x00008644 iadd  0x00000002 , 0x0000003f 
- 00031132  0x00008645 store  0x00000004 , 0x000009ba 
- 00031133  0x00008646 rtn 
- 00031134  0x00008649 jam  0x00000000 , 0x00004664 
- 00031135  0x0000864a branch  0x000079a2 
- 00031136  0x0000864d fetch  0x00000001 , 0x00004662 
- 00031137  0x0000864e bne  0x00000002 , 0x0000799e 
- 00031138  0x00008650 bpatchx  0x000000ed , 0x0000403d 
- 00031139  0x00008651 setarg  0x00363636 
- 00031140  0x00008652 lshift8  0x0000003f , 0x00000002 
- 00031141  0x00008653 or_into  0x00000036 , 0x00000002 
- 00031142  0x00008654 fetch  0x00000002 , 0x00000a7e 
- 00031143  0x00008655 copy  0x0000003f , 0x00000006 
- 00031144  0x00008656 force  0x00000004 , 0x00000039 
- 00031145  0x00008657 call  0x00007955 
- 00031146  0x00008658 call  0x0000790b 
- 00031147  0x00008659 call  0x00007912 
- 00031148  0x0000865a fetch  0x00000002 , 0x00000a80 
- 00031149  0x0000865b copy  0x0000003f , 0x00000006 
- 00031150  0x0000865c arg  0x000005e6 , 0x00000005 
- 00031151  0x0000865d force  0x00000006 , 0x00000039 
- 00031152  0x0000865e call  0x00007a71 
- 00031153  0x0000865f fetch  0x00000002 , 0x00000a82 
- 00031154  0x00008660 copy  0x0000003f , 0x00000006 
- 00031155  0x00008661 force  0x00000006 , 0x00000039 
- 00031156  0x00008662 call  0x00007a71 
- 00031157  0x00008663 setarg  0x00800000 
- 00031158  0x00008664 istore  0x00000003 , 0x00000005 
- 00031159  0x00008666 fetch  0x00000001 , 0x00004664 
- 00031160  0x00008668 istore  0x00000001 , 0x00000005 
- 00031161  0x00008669 force  0x00000000 , 0x0000003f 
- 00031162  0x0000866a istore  0x00000008 , 0x00000005 
- 00031163  0x0000866b setarg  0x00000388 
- 00031164  0x0000866c istore  0x00000004 , 0x00000005 
- 00031165  0x0000866d call  0x00007912 
- 00031166  0x0000866e call  0x0000794e 
- 00031167  0x0000866f arg  0x00000a3e , 0x00000006 
- 00031168  0x00008670 arg  0x00000706 , 0x00000005 
- 00031169  0x00008671 call  0x00007ebd 
- 00031170  0x00008673 setarg  0x005c5c5c 
- 00031171  0x00008674 lshift8  0x0000003f , 0x00000002 
- 00031172  0x00008675 or_into  0x0000005c , 0x00000002 
- 00031173  0x00008676 fetch  0x00000002 , 0x00000a7e 
- 00031174  0x00008677 copy  0x0000003f , 0x00000006 
- 00031175  0x00008678 force  0x00000004 , 0x00000039 
- 00031176  0x00008679 call  0x00007955 
- 00031177  0x0000867a call  0x0000790b 
- 00031178  0x0000867b call  0x00007912 
- 00031179  0x0000867c arg  0x00000726 , 0x00000006 
- 00031180  0x0000867d arg  0x000005e6 , 0x00000005 
- 00031181  0x0000867e force  0x00000008 , 0x00000039 
- 00031182  0x0000867f call  0x00007a71 
- 00031183  0x00008680 setarg  0x00800000 
- 00031184  0x00008681 lshift8  0x0000003f , 0x0000003f 
- 00031185  0x00008682 istore  0x00000004 , 0x00000005 
- 00031186  0x00008683 call  0x00007ec5 
- 00031187  0x00008684 setarg  0x00000300 
- 00031188  0x00008685 istore  0x00000004 , 0x00000005 
- 00031189  0x00008686 call  0x00007912 
- 00031190  0x00008687 branch  0x0000794e 
- 00031191  0x0000868b setarg  0x00363636 
- 00031192  0x0000868c lshift8  0x0000003f , 0x00000002 
- 00031193  0x0000868d or_into  0x00000036 , 0x00000002 
- 00031194  0x0000868e arg  0x00000a1e , 0x00000006 
- 00031195  0x0000868f force  0x00000006 , 0x00000039 
- 00031196  0x00008690 call  0x00007955 
- 00031197  0x00008691 call  0x0000790b 
- 00031198  0x00008692 call  0x00007912 
- 00031199  0x00008693 fetch  0x00000002 , 0x00000a8a 
- 00031200  0x00008694 copy  0x0000003f , 0x00000006 
- 00031201  0x00008695 arg  0x000005e6 , 0x00000005 
- 00031202  0x00008696 call  0x00007a70 
- 00031203  0x00008697 fetch  0x00000002 , 0x00000a8c 
- 00031204  0x00008698 copy  0x0000003f , 0x00000006 
- 00031205  0x00008699 call  0x00007a70 
- 00031206  0x0000869b setarg  0x0062746c 
- 00031207  0x0000869c lshift8  0x0000003f , 0x0000003f 
- 00031208  0x0000869d or_into  0x0000006b , 0x0000003f 
- 00031209  0x0000869e istore  0x00000004 , 0x00000005 
- 00031210  0x0000869f arg  0x00000733 , 0x00000006 
- 00031211  0x000086a0 force  0x00000003 , 0x00000039 
- 00031212  0x000086a1 call  0x00007a71 
- 00031213  0x000086a3 setarg  0x00800000 
- 00031214  0x000086a4 lshift8  0x0000003f , 0x0000003f 
- 00031215  0x000086a5 istore  0x00000004 , 0x00000005 
- 00031216  0x000086a6 force  0x00000000 , 0x0000003f 
- 00031217  0x000086a7 istore  0x00000008 , 0x00000005 
- 00031218  0x000086a8 setarg  0x00000380 
- 00031219  0x000086a9 istore  0x00000004 , 0x00000005 
- 00031220  0x000086aa call  0x00007912 
- 00031221  0x000086ac call  0x0000794e 
- 00031222  0x000086ad arg  0x00000a3e , 0x00000006 
- 00031223  0x000086ae arg  0x00000706 , 0x00000005 
- 00031224  0x000086af call  0x00007ebd 
- 00031225  0x000086b1 setarg  0x005c5c5c 
- 00031226  0x000086b2 lshift8  0x0000003f , 0x00000002 
- 00031227  0x000086b3 or_into  0x0000005c , 0x00000002 
- 00031228  0x000086b4 arg  0x00000a1e , 0x00000006 
- 00031229  0x000086b5 force  0x00000006 , 0x00000039 
- 00031230  0x000086b6 call  0x00007955 
- 00031231  0x000086b7 call  0x0000790b 
- 00031232  0x000086b8 call  0x00007912 
- 00031233  0x000086b9 arg  0x00000726 , 0x00000006 
- 00031234  0x000086ba arg  0x000005e6 , 0x00000005 
- 00031235  0x000086bb force  0x00000008 , 0x00000039 
- 00031236  0x000086bc call  0x00007a71 
- 00031237  0x000086bd setarg  0x00800000 
- 00031238  0x000086be lshift8  0x0000003f , 0x0000003f 
- 00031239  0x000086bf istore  0x00000004 , 0x00000005 
- 00031240  0x000086c0 call  0x00007ec5 
- 00031241  0x000086c1 setarg  0x00000300 
- 00031242  0x000086c2 istore  0x00000004 , 0x00000005 
- 00031243  0x000086c3 call  0x00007912 
- 00031244  0x000086c4 branch  0x0000794e 
- 00031245  0x000086c8 fetch  0x00000001 , 0x00004662 
- 00031246  0x000086c9 bne  0x00000002 , 0x00007a1e 
- 00031247  0x000086cb bpatchx  0x000000ee , 0x0000403d 
- 00031248  0x000086cc setarg  0x00363636 
- 00031249  0x000086cd lshift8  0x0000003f , 0x00000002 
- 00031250  0x000086ce or_into  0x00000036 , 0x00000002 
- 00031251  0x000086cf arg  0x00000a1e , 0x00000006 
- 00031252  0x000086d0 force  0x00000006 , 0x00000039 
- 00031253  0x000086d1 call  0x00007955 
- 00031254  0x000086d2 call  0x0000790b 
- 00031255  0x000086d3 call  0x00007912 
- 00031256  0x000086d4 arg  0x00000a3e , 0x00000006 
- 00031257  0x000086d5 arg  0x000005e6 , 0x00000005 
- 00031258  0x000086d6 call  0x00007a70 
- 00031259  0x000086d7 arg  0x00000a2e , 0x00000006 
- 00031260  0x000086d8 call  0x00007a70 
- 00031261  0x000086d9 branch  0x00007a33 
- 00031262  0x000086dc setarg  0x00000000 
- 00031263  0x000086dd store  0x00000004 , 0x0000468a 
- 00031264  0x000086de branch  0x00007a0f 
- 00031265  0x000086e1 setarg  0x00000000 
- 00031266  0x000086e2 store  0x00000004 , 0x0000468a 
- 00031267  0x000086e3 branch  0x00007a26 
- 00031268  0x000086e7 fetch  0x00000001 , 0x00004662 
- 00031269  0x000086e8 bne  0x00000002 , 0x00007a21 
- 00031270  0x000086ea setarg  0x00363636 
- 00031271  0x000086eb lshift8  0x0000003f , 0x00000002 
- 00031272  0x000086ec or_into  0x00000036 , 0x00000002 
- 00031273  0x000086ed arg  0x00000a1e , 0x00000006 
- 00031274  0x000086ee force  0x00000006 , 0x00000039 
- 00031275  0x000086ef call  0x00007955 
- 00031276  0x000086f0 call  0x0000790b 
- 00031277  0x000086f1 call  0x00007912 
- 00031278  0x000086f3 arg  0x00000a2e , 0x00000006 
- 00031279  0x000086f4 arg  0x000005e6 , 0x00000005 
- 00031280  0x000086f5 call  0x00007a70 
- 00031281  0x000086f6 arg  0x00000a3e , 0x00000006 
- 00031282  0x000086f7 call  0x00007a70 
- 00031283  0x000086f9 setarg  0x00000000 
- 00031284  0x000086fa istore  0x00000008 , 0x00000005 
- 00031285  0x000086fb istore  0x00000004 , 0x00000005 
- 00031286  0x000086fc fetch  0x00000004 , 0x0000468a 
- 00031287  0x000086fd istore  0x00000004 , 0x00000005 
- 00031288  0x000086ff copy  0x00000005 , 0x00000002 
- 00031289  0x00008700 jam  0x00000080 , 0x00000726 
- 00031290  0x00008701 copy  0x00000002 , 0x00000005 
- 00031291  0x00008702 arg  0x00000736 , 0x00000006 
- 00031292  0x00008703 call  0x00007a70 
- 00031293  0x00008705 call  0x00007912 
- 00031294  0x00008707 arg  0x000005e6 , 0x00000005 
- 00031295  0x00008708 force  0x00000007 , 0x00000039 
- 00031296  0x00008709 call  0x00007ec6 
- 00031297  0x0000870a istore  0x00000004 , 0x00000005 
- 00031298  0x0000870b setarg  0x000003f8 
- 00031299  0x0000870c istore  0x00000004 , 0x00000005 
- 00031300  0x0000870d call  0x00007912 
- 00031301  0x0000870e call  0x0000794e 
- 00031302  0x00008710 arg  0x00000a3e , 0x00000006 
- 00031303  0x00008711 arg  0x00000706 , 0x00000005 
- 00031304  0x00008712 call  0x00007ebd 
- 00031305  0x00008714 setarg  0x005c5c5c 
- 00031306  0x00008715 lshift8  0x0000003f , 0x00000002 
- 00031307  0x00008716 or_into  0x0000005c , 0x00000002 
- 00031308  0x00008717 arg  0x00000a1e , 0x00000006 
- 00031309  0x00008718 force  0x00000006 , 0x00000039 
- 00031310  0x00008719 call  0x00007955 
- 00031311  0x0000871a call  0x0000790b 
- 00031312  0x0000871b call  0x00007912 
- 00031313  0x0000871c arg  0x00000726 , 0x00000006 
- 00031314  0x0000871d arg  0x000005e6 , 0x00000005 
- 00031315  0x0000871e force  0x00000008 , 0x00000039 
- 00031316  0x0000871f call  0x00007a71 
- 00031317  0x00008720 setarg  0x00800000 
- 00031318  0x00008721 lshift8  0x0000003f , 0x0000003f 
- 00031319  0x00008722 istore  0x00000004 , 0x00000005 
- 00031320  0x00008723 call  0x00007ec5 
- 00031321  0x00008724 setarg  0x00000300 
- 00031322  0x00008725 istore  0x00000004 , 0x00000005 
- 00031323  0x00008726 call  0x00007912 
- 00031324  0x00008727 branch  0x0000794e 
- 00031325  0x0000872f jam  0x000000c0 , 0x000005e3 
- 00031326  0x00008731 fetch  0x00000001 , 0x000005e3 
- 00031327  0x00008732 rtn  0x00000034 
- 00031328  0x00008733 increase  0xffffffff , 0x0000003f 
- 00031329  0x00008734 store  0x00000001 , 0x000005e3 
- 00031330  0x00008735 arg  0x000006be , 0x00000006 
- 00031331  0x00008736 call  0x000076ec 
- 00031332  0x00008737 branch  0x00007a5e , 0x00000001 
- 00031333  0x00008738 arg  0x000005e6 , 0x00000006 
- 00031334  0x00008739 arg  0x00000676 , 0x00000005 
- 00031335  0x0000873a branch  0x000076f2 
- 00031336  0x0000873d call  0x00007803 
- 00031337  0x0000873e fetch  0x00000001 , 0x000005e3 
- 00031338  0x0000873f increase  0xffffffff , 0x0000003f 
- 00031339  0x00008740 store  0x00000001 , 0x000005e3 
- 00031340  0x00008741 arg  0x000006be , 0x00000006 
- 00031341  0x00008742 call  0x000076ec 
- 00031342  0x00008743 rtn  0x00000001 
- 00031343  0x00008744 branch  0x00007854 
- 00031344  0x00008747 force  0x00000004 , 0x00000039 
- 00031345  0x00008749 increase  0xfffffffc , 0x00000006 
- 00031346  0x0000874b ifetch  0x00000004 , 0x00000006 
- 00031347  0x0000874c istore  0x00000004 , 0x00000005 
- 00031348  0x0000874d increase  0xfffffff8 , 0x00000006 
- 00031349  0x0000874e loop  0x00007a72 
- 00031350  0x0000874f rtn 
- 00031351  0x00008755 bpatchx  0x000000ef , 0x0000403d 
- 00031352  0x00008756 fetch  0x00000001 , 0x000044be 
- 00031353  0x00008757 branch  0x00005af0 , 0x00000034 
- 00031354  0x00008758 call  0x00005aec 
- 00031355  0x00008759 call  0x00007583 
- 00031356  0x0000875b branch  0x00007a7d 
- 00031357  0x00008761 fetch  0x00000001 , 0x000044c3 
- 00031358  0x00008762 rtnne  0x00000000 
- 00031359  0x00008763 fetch  0x00000001 , 0x000044c0 
- 00031360  0x00008764 rtnne  0x00000000 
- 00031361  0x00008766 arg  0x000045b2 , 0x00000005 
- 00031362  0x00008767 force  0x0000000f , 0x00000007 
- 00031363  0x00008768 call  0x000076a2 
- 00031364  0x00008769 random  0x0000003f 
- 00031365  0x0000876a rshift  0x0000003f , 0x0000003f 
- 00031366  0x0000876b istore  0x00000002 , 0x00000005 
- 00031367  0x0000876d arg  0x00000766 , 0x00000005 
- 00031368  0x0000876e arg  0x000045b2 , 0x00000006 
- 00031369  0x0000876f call  0x00007ebd 
- 00031370  0x00008771 arg  0x00000646 , 0x00000005 
- 00031371  0x00008772 arg  0x0000095e , 0x00000006 
- 00031372  0x00008773 call  0x00007eb3 
- 00031373  0x00008775 arg  0x00000686 , 0x00000005 
- 00031374  0x00008776 call  0x00007ed0 
- 00031375  0x00008777 jam  0x00000001 , 0x00000686 
- 00031376  0x00008779 call  0x00007ac7 
- 00031377  0x0000877a jam  0x00000003 , 0x000044c0 
- 00031378  0x0000877b rtn 
- 00031379  0x0000877e arg  0x000045d2 , 0x00000005 
- 00031380  0x0000877f arg  0x000006a6 , 0x00000006 
- 00031381  0x00008780 call  0x00007eb3 
- 00031382  0x00008781 jam  0x00000003 , 0x000044c3 
- 00031383  0x00008782 jam  0x00000000 , 0x000044c0 
- 00031384  0x00008783 rtn 
- 00031385  0x00008788 fetch  0x00000001 , 0x000009b9 
- 00031386  0x00008789 rtnne  0x00000000 
- 00031387  0x0000878a fetch  0x00000001 , 0x000044c0 
- 00031388  0x0000878b rtnne  0x00000000 
- 00031389  0x0000878d arg  0x00000766 , 0x00000005 
- 00031390  0x0000878e arg  0x000045b2 , 0x00000006 
- 00031391  0x0000878f call  0x00007ebd 
- 00031392  0x00008791 arg  0x00000646 , 0x00000005 
- 00031393  0x00008792 arg  0x000009be , 0x00000006 
- 00031394  0x00008793 call  0x00007eb3 
- 00031395  0x00008795 arg  0x00000686 , 0x00000005 
- 00031396  0x00008796 call  0x00007ed0 
- 00031397  0x00008797 jam  0x00000001 , 0x00000686 
- 00031398  0x00008799 call  0x00007ac7 
- 00031399  0x0000879a jam  0x00000004 , 0x000044c0 
- 00031400  0x0000879b rtn 
- 00031401  0x000087a0 arg  0x000009fe , 0x00000005 
- 00031402  0x000087a1 arg  0x000006a6 , 0x00000006 
- 00031403  0x000087a2 call  0x00007ebd 
- 00031404  0x000087a3 jam  0x00000003 , 0x000009b9 
- 00031405  0x000087a4 jam  0x00000000 , 0x000044c0 
- 00031406  0x000087a5 rtn 
- 00031407  0x000087aa fetch  0x00000001 , 0x000044be 
- 00031408  0x000087ab rtn  0x00000034 
- 00031409  0x000087ac fetch  0x00000001 , 0x000044c0 
- 00031410  0x000087ad rtn  0x00000034 
- 00031411  0x000087ae increase  0x00000080 , 0x0000003f 
- 00031412  0x000087af store  0x00000001 , 0x000044c0 
- 00031413  0x000087b0 rtnbit1  0x00000007 
- 00031414  0x000087b1 fetch  0x00000002 , 0x000005e3 
- 00031415  0x000087b2 branch  0x00007ab9 , 0x00000034 
- 00031416  0x000087b3 branch  0x00007abf 
- 00031417  0x000087b6 bpatchx  0x000000f0 , 0x0000403e 
- 00031418  0x000087b7 call  0x00007ad4 
- 00031419  0x000087b8 fetch  0x00000001 , 0x000044c0 
- 00031420  0x000087b9 beq  0x00000003 , 0x00007a93 
- 00031421  0x000087ba beq  0x00000004 , 0x00007aa9 
- 00031422  0x000087bb rtn 
- 00031423  0x000087bf call  0x00007ae6 
- 00031424  0x000087c0 fetch  0x00000002 , 0x000005e3 
- 00031425  0x000087c1 increase  0xffffffff , 0x0000003f 
- 00031426  0x000087c2 store  0x00000002 , 0x000005e3 
- 00031427  0x000087c3 arg  0x00000766 , 0x00000006 
- 00031428  0x000087c4 call  0x000076ec 
- 00031429  0x000087c5 rtn  0x00000001 
- 00031430  0x000087c6 branch  0x00007b37 
- 00031431  0x000087c9 bpatchx  0x000000f1 , 0x0000403e 
- 00031432  0x000087ca setarg  0x00000100 , 0x0000003f 
- 00031433  0x000087cb store  0x00000002 , 0x000005e3 
- 00031434  0x000087cd fetch  0x00000002 , 0x000005e3 
- 00031435  0x000087ce rtn  0x00000034 
- 00031436  0x000087cf increase  0xffffffff , 0x0000003f 
- 00031437  0x000087d0 store  0x00000002 , 0x000005e3 
- 00031438  0x000087d1 arg  0x00000766 , 0x00000006 
- 00031439  0x000087d2 call  0x000076ec 
- 00031440  0x000087d3 branch  0x00007aca , 0x00000001 
- 00031441  0x000087d4 arg  0x00000646 , 0x00000006 
- 00031442  0x000087d5 arg  0x00000706 , 0x00000005 
- 00031443  0x000087d6 branch  0x00007eb2 
- 00031444  0x000087da arg  0x00000746 , 0x00000011 
- 00031445  0x000087db arg  0x00000846 , 0x00000005 
- 00031446  0x000087dc call  0x00007ba3 
- 00031447  0x000087dd arg  0x00000846 , 0x00000011 
- 00031448  0x000087de arg  0x000007e6 , 0x00000005 
- 00031449  0x000087df call  0x00007c79 
- 00031450  0x000087e0 arg  0x00000706 , 0x00000011 
- 00031451  0x000087e1 arg  0x000007e6 , 0x00000012 
- 00031452  0x000087e2 arg  0x000006a6 , 0x00000005 
- 00031453  0x000087e3 call  0x00007be1 
- 00031454  0x000087e4 arg  0x00000846 , 0x00000011 
- 00031455  0x000087e5 arg  0x000007e6 , 0x00000012 
- 00031456  0x000087e6 arg  0x00000826 , 0x00000005 
- 00031457  0x000087e7 call  0x00007be1 
- 00031458  0x000087e8 arg  0x00000726 , 0x00000011 
- 00031459  0x000087e9 arg  0x00000826 , 0x00000012 
- 00031460  0x000087ea arg  0x000006c6 , 0x00000005 
- 00031461  0x000087eb branch  0x00007be1 
- 00031462  0x000087ee arg  0x00000746 , 0x00000011 
- 00031463  0x000087ef arg  0x00000826 , 0x00000005 
- 00031464  0x000087f0 call  0x00007c79 
- 00031465  0x000087f1 arg  0x00000826 , 0x00000011 
- 00031466  0x000087f2 arg  0x00000846 , 0x00000005 
- 00031467  0x000087f3 call  0x00007c79 
- 00031468  0x000087f5 arg  0x0000093e , 0x00000011 
- 00031469  0x000087f6 arg  0x00000846 , 0x00000012 
- 00031470  0x000087f7 arg  0x00000846 , 0x00000005 
- 00031471  0x000087f8 call  0x00007be1 
- 00031472  0x000087f9 arg  0x00000706 , 0x00000011 
- 00031473  0x000087fa arg  0x00000826 , 0x00000005 
- 00031474  0x000087fb call  0x00007c79 
- 00031475  0x000087fd arg  0x00000826 , 0x00000006 
- 00031476  0x000087fe arg  0x000007e6 , 0x00000005 
- 00031477  0x000087ff call  0x00007ebd 
- 00031478  0x00008800 arg  0x000007e6 , 0x00000011 
- 00031479  0x00008801 call  0x00007c80 
- 00031480  0x00008802 arg  0x00000826 , 0x00000011 
- 00031481  0x00008803 arg  0x000007e6 , 0x00000012 
- 00031482  0x00008804 arg  0x00000826 , 0x00000005 
- 00031483  0x00008805 call  0x00007c7d 
- 00031484  0x00008807 arg  0x00000826 , 0x00000011 
- 00031485  0x00008808 arg  0x00000846 , 0x00000012 
- 00031486  0x00008809 arg  0x00000826 , 0x00000005 
- 00031487  0x0000880a call  0x00007c7d 
- 00031488  0x0000880c arg  0x00000706 , 0x00000006 
- 00031489  0x0000880d arg  0x000007e6 , 0x00000005 
- 00031490  0x0000880e call  0x00007ebd 
- 00031491  0x0000880f arg  0x00000726 , 0x00000011 
- 00031492  0x00008810 arg  0x00000846 , 0x00000005 
- 00031493  0x00008811 call  0x00007c79 
- 00031494  0x00008812 arg  0x000007e6 , 0x00000011 
- 00031495  0x00008813 call  0x00007c80 
- 00031496  0x00008814 arg  0x000007e6 , 0x00000011 
- 00031497  0x00008815 call  0x00007c80 
- 00031498  0x00008816 arg  0x000007e6 , 0x00000011 
- 00031499  0x00008817 arg  0x00000846 , 0x00000012 
- 00031500  0x00008818 arg  0x000007e6 , 0x00000005 
- 00031501  0x00008819 call  0x00007be1 
- 00031502  0x0000881a arg  0x00000846 , 0x00000011 
- 00031503  0x0000881b arg  0x00000806 , 0x00000005 
- 00031504  0x0000881c call  0x00007c79 
- 00031505  0x0000881d arg  0x00000806 , 0x00000011 
- 00031506  0x0000881e call  0x00007c80 
- 00031507  0x0000881f arg  0x00000806 , 0x00000011 
- 00031508  0x00008820 call  0x00007c80 
- 00031509  0x00008821 arg  0x00000806 , 0x00000011 
- 00031510  0x00008822 call  0x00007c80 
- 00031511  0x00008823 arg  0x00000726 , 0x00000006 
- 00031512  0x00008824 arg  0x00000846 , 0x00000005 
- 00031513  0x00008825 call  0x00007ebd 
- 00031514  0x00008826 arg  0x00000846 , 0x00000011 
- 00031515  0x00008827 call  0x00007c80 
- 00031516  0x00008828 arg  0x00000846 , 0x00000011 
- 00031517  0x00008829 arg  0x00000746 , 0x00000012 
- 00031518  0x0000882a arg  0x00000746 , 0x00000005 
- 00031519  0x0000882b call  0x00007be1 
- 00031520  0x0000882e arg  0x00000826 , 0x00000011 
- 00031521  0x0000882f arg  0x00000846 , 0x00000005 
- 00031522  0x00008830 call  0x00007c79 
- 00031523  0x00008832 arg  0x00000846 , 0x00000011 
- 00031524  0x00008833 arg  0x000007e6 , 0x00000012 
- 00031525  0x00008834 arg  0x00000846 , 0x00000005 
- 00031526  0x00008835 call  0x00007c96 
- 00031527  0x00008836 arg  0x00000846 , 0x00000011 
- 00031528  0x00008837 arg  0x000007e6 , 0x00000012 
- 00031529  0x00008838 arg  0x00000706 , 0x00000005 
- 00031530  0x00008839 call  0x00007c96 
- 00031531  0x0000883a arg  0x000007e6 , 0x00000011 
- 00031532  0x0000883b arg  0x00000706 , 0x00000012 
- 00031533  0x0000883c arg  0x00000846 , 0x00000005 
- 00031534  0x0000883d call  0x00007c96 
- 00031535  0x0000883e arg  0x00000846 , 0x00000011 
- 00031536  0x0000883f arg  0x00000826 , 0x00000012 
- 00031537  0x00008840 arg  0x00000846 , 0x00000005 
- 00031538  0x00008841 call  0x00007be1 
- 00031539  0x00008842 arg  0x00000846 , 0x00000011 
- 00031540  0x00008843 arg  0x00000806 , 0x00000012 
- 00031541  0x00008844 arg  0x00000726 , 0x00000005 
- 00031542  0x00008845 branch  0x00007c96 
- 00031543  0x00008849 arg  0x00000686 , 0x00000011 
- 00031544  0x0000884a arg  0x00000866 , 0x00000005 
- 00031545  0x0000884b call  0x00007c79 
- 00031546  0x0000884c arg  0x00000706 , 0x00000011 
- 00031547  0x0000884d arg  0x00000866 , 0x00000012 
- 00031548  0x0000884e arg  0x00000806 , 0x00000005 
- 00031549  0x0000884f call  0x00007be1 
- 00031550  0x00008852 arg  0x00000686 , 0x00000011 
- 00031551  0x00008853 arg  0x00000866 , 0x00000012 
- 00031552  0x00008854 arg  0x00000866 , 0x00000005 
- 00031553  0x00008855 call  0x00007be1 
- 00031554  0x00008856 arg  0x00000726 , 0x00000011 
- 00031555  0x00008857 arg  0x00000866 , 0x00000012 
- 00031556  0x00008858 arg  0x000007e6 , 0x00000005 
- 00031557  0x00008859 call  0x00007be1 
- 00031558  0x0000885c arg  0x00000746 , 0x00000011 
- 00031559  0x0000885d arg  0x00000866 , 0x00000005 
- 00031560  0x0000885e call  0x00007c79 
- 00031561  0x0000885f arg  0x00000646 , 0x00000011 
- 00031562  0x00008860 arg  0x00000866 , 0x00000012 
- 00031563  0x00008861 arg  0x00000826 , 0x00000005 
- 00031564  0x00008862 call  0x00007be1 
- 00031565  0x00008864 arg  0x00000746 , 0x00000011 
- 00031566  0x00008865 arg  0x00000866 , 0x00000012 
- 00031567  0x00008866 arg  0x00000866 , 0x00000005 
- 00031568  0x00008867 call  0x00007be1 
- 00031569  0x00008868 arg  0x00000666 , 0x00000011 
- 00031570  0x00008869 arg  0x00000866 , 0x00000012 
- 00031571  0x0000886a arg  0x00000846 , 0x00000005 
- 00031572  0x0000886b call  0x00007be1 
- 00031573  0x00008870 arg  0x00000806 , 0x00000012 
- 00031574  0x00008871 arg  0x00000826 , 0x00000011 
- 00031575  0x00008872 arg  0x00000866 , 0x00000005 
- 00031576  0x00008873 call  0x00007c96 
- 00031577  0x00008874 arg  0x00000806 , 0x00000011 
- 00031578  0x00008875 arg  0x00000826 , 0x00000012 
- 00031579  0x00008876 arg  0x00000806 , 0x00000005 
- 00031580  0x00008877 call  0x00007c7d 
- 00031581  0x0000887a arg  0x000007e6 , 0x00000012 
- 00031582  0x0000887b arg  0x00000846 , 0x00000011 
- 00031583  0x0000887c arg  0x00000826 , 0x00000005 
- 00031584  0x0000887d call  0x00007c96 
- 00031585  0x0000887e arg  0x000007e6 , 0x00000011 
- 00031586  0x0000887f arg  0x00000846 , 0x00000012 
- 00031587  0x00008880 arg  0x000007e6 , 0x00000005 
- 00031588  0x00008881 call  0x00007c7d 
- 00031589  0x00008882 arg  0x000007e6 , 0x00000011 
- 00031590  0x00008883 arg  0x00000866 , 0x00000012 
- 00031591  0x00008884 arg  0x000007e6 , 0x00000005 
- 00031592  0x00008885 call  0x00007be1 
- 00031593  0x00008886 arg  0x00000746 , 0x00000011 
- 00031594  0x00008887 arg  0x00000686 , 0x00000012 
- 00031595  0x00008888 arg  0x00000846 , 0x00000005 
- 00031596  0x00008889 call  0x00007be1 
- 00031597  0x0000888a arg  0x00000846 , 0x00000011 
- 00031598  0x0000888b arg  0x00000866 , 0x00000012 
- 00031599  0x0000888c arg  0x00000746 , 0x00000005 
- 00031600  0x0000888d call  0x00007be1 
- 00031601  0x0000888f arg  0x00000866 , 0x00000011 
- 00031602  0x00008890 arg  0x00000866 , 0x00000005 
- 00031603  0x00008891 call  0x00007c79 
- 00031604  0x00008892 arg  0x00000866 , 0x00000011 
- 00031605  0x00008893 arg  0x00000806 , 0x00000012 
- 00031606  0x00008894 arg  0x00000846 , 0x00000005 
- 00031607  0x00008895 call  0x00007be1 
- 00031608  0x00008896 arg  0x00000866 , 0x00000011 
- 00031609  0x00008897 arg  0x000007e6 , 0x00000012 
- 00031610  0x00008898 arg  0x000007e6 , 0x00000005 
- 00031611  0x00008899 call  0x00007be1 
- 00031612  0x0000889a arg  0x00000826 , 0x00000011 
- 00031613  0x0000889b arg  0x00000706 , 0x00000005 
- 00031614  0x0000889c call  0x00007c79 
- 00031615  0x0000889d arg  0x00000706 , 0x00000011 
- 00031616  0x0000889e arg  0x00000846 , 0x00000012 
- 00031617  0x0000889f arg  0x00000706 , 0x00000005 
- 00031618  0x000088a0 call  0x00007c96 
- 00031619  0x000088a1 arg  0x00000706 , 0x00000006 
- 00031620  0x000088a2 arg  0x00000866 , 0x00000005 
- 00031621  0x000088a3 call  0x00007ebd 
- 00031622  0x000088a4 arg  0x00000866 , 0x00000011 
- 00031623  0x000088a5 call  0x00007c80 
- 00031624  0x000088a6 arg  0x00000846 , 0x00000011 
- 00031625  0x000088a7 arg  0x00000866 , 0x00000012 
- 00031626  0x000088a8 arg  0x00000846 , 0x00000005 
- 00031627  0x000088a9 call  0x00007c96 
- 00031628  0x000088aa arg  0x00000846 , 0x00000011 
- 00031629  0x000088ab arg  0x00000826 , 0x00000012 
- 00031630  0x000088ac arg  0x00000826 , 0x00000005 
- 00031631  0x000088ad call  0x00007be1 
- 00031632  0x000088ae arg  0x00000826 , 0x00000011 
- 00031633  0x000088af arg  0x000007e6 , 0x00000012 
- 00031634  0x000088b0 arg  0x00000726 , 0x00000005 
- 00031635  0x000088b1 call  0x00007c96 
- 00031636  0x000088b2 arg  0x00000726 , 0x00000011 
- 00031637  0x000088b3 arg  0x0000091e , 0x00000012 
- 00031638  0x000088b4 arg  0x00000726 , 0x00000005 
- 00031639  0x000088b5 force  0x00000000 , 0x00000013 
- 00031640  0x000088b6 fetch  0x00000001 , 0x00000726 
- 00031641  0x000088b7 isolate1  0x00000000 , 0x0000003f 
- 00031642  0x000088b8 call  0x00007c7b , 0x00000001 
- 00031643  0x000088b9 copy  0x00000013 , 0x00000030 
- 00031644  0x000088ba arg  0x00000726 , 0x00000011 
- 00031645  0x000088bb call  0x00007cab 
- 00031646  0x000088bc fetch  0x00000001 , 0x00000745 
- 00031647  0x000088bd isolate1  0x00000000 , 0x00000030 
- 00031648  0x000088be setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00031649  0x000088bf store  0x00000001 , 0x00000745 
- 00031650  0x000088c0 rtn 
- 00031651  0x000088c3 copy  0x00000005 , 0x0000000b 
- 00031652  0x000088c4 arg  0x00000806 , 0x00000005 
- 00031653  0x000088c5 call  0x00007ed0 
- 00031654  0x000088c6 force  0x00000000 , 0x0000003f 
- 00031655  0x000088c8 store  0x00000004 , 0x00000826 
- 00031656  0x000088c9 jam  0x00000001 , 0x00000806 
- 00031657  0x000088ca arg  0x00000786 , 0x00000005 
- 00031658  0x000088cb call  0x00007ed2 
- 00031659  0x000088cc arg  0x0000091e , 0x00000006 
- 00031660  0x000088cd arg  0x000007c6 , 0x00000005 
- 00031661  0x000088ce call  0x00007ebd 
- 00031662  0x000088cf copy  0x00000011 , 0x00000006 
- 00031663  0x000088d0 arg  0x000007e6 , 0x00000005 
- 00031664  0x000088d1 call  0x00007ebd 
- 00031665  0x000088d8 arg  0x000007e6 , 0x00000006 
- 00031666  0x000088d9 call  0x00007cb5 
- 00031667  0x000088da branch  0x00007bda , 0x00000034 
- 00031668  0x000088df arg  0x000007e6 , 0x00000011 
- 00031669  0x000088e0 arg  0x00000806 , 0x00000012 
- 00031670  0x000088e1 call  0x00007cb8 
- 00031671  0x000088e2 arg  0x000007c6 , 0x00000011 
- 00031672  0x000088e3 arg  0x00000786 , 0x00000012 
- 00031673  0x000088e4 call  0x00007cb8 
- 00031674  0x000088e6 arg  0x000007e6 , 0x00000011 
- 00031675  0x000088e7 arg  0x000007c6 , 0x00000012 
- 00031676  0x000088e8 call  0x00007cb1 
- 00031677  0x000088e9 branch  0x00007bcc , 0x00000002 
- 00031678  0x000088ea arg  0x000007c6 , 0x00000011 
- 00031679  0x000088eb arg  0x000007e6 , 0x00000012 
- 00031680  0x000088ec copy  0x00000011 , 0x00000005 
- 00031681  0x000088ed call  0x00007ca9 
- 00031682  0x000088ee arg  0x00000806 , 0x00000011 
- 00031683  0x000088ef arg  0x00000786 , 0x00000012 
- 00031684  0x000088f0 copy  0x00000012 , 0x00000005 
- 00031685  0x000088f1 call  0x00007c7b 
- 00031686  0x000088f2 ifetch  0x00000001 , 0x00000011 
- 00031687  0x000088f3 iadd  0x00000013 , 0x00000013 
- 00031688  0x000088f4 ifetch  0x00000001 , 0x00000012 
- 00031689  0x000088f5 iadd  0x00000013 , 0x0000003f 
- 00031690  0x000088f6 istore  0x00000001 , 0x00000012 
- 00031691  0x000088f7 branch  0x00007bb1 
- 00031692  0x000088f9 arg  0x000007e6 , 0x00000011 
- 00031693  0x000088fa arg  0x000007c6 , 0x00000012 
- 00031694  0x000088fb copy  0x00000011 , 0x00000005 
- 00031695  0x000088fc call  0x00007ca9 
- 00031696  0x000088fd arg  0x00000786 , 0x00000011 
- 00031697  0x000088fe arg  0x00000806 , 0x00000012 
- 00031698  0x000088ff copy  0x00000012 , 0x00000005 
- 00031699  0x00008900 call  0x00007c7b 
- 00031700  0x00008901 ifetch  0x00000001 , 0x00000011 
- 00031701  0x00008902 iadd  0x00000013 , 0x00000013 
- 00031702  0x00008903 ifetch  0x00000001 , 0x00000012 
- 00031703  0x00008904 iadd  0x00000013 , 0x0000003f 
- 00031704  0x00008905 istore  0x00000001 , 0x00000012 
- 00031705  0x00008906 branch  0x00007bb1 
- 00031706  0x00008909 arg  0x00000786 , 0x00000011 
- 00031707  0x0000890a copy  0x0000000b , 0x00000005 
- 00031708  0x0000890b call  0x00007c0a 
- 00031709  0x0000890d arg  0x0000091e , 0x00000011 
- 00031710  0x0000890e copy  0x0000000b , 0x00000012 
- 00031711  0x0000890f copy  0x0000000b , 0x00000005 
- 00031712  0x00008910 branch  0x00007c96 
- 00031713  0x00008914 copy  0x00000005 , 0x0000000b 
- 00031714  0x00008916 force  0x00000000 , 0x00000038 
- 00031715  0x00008918 arg  0x00000786 , 0x00000005 
- 00031716  0x00008919 call  0x00007ed2 
- 00031717  0x0000891a arg  0x00000ad2 , 0x00000005 
- 00031718  0x0000891b call  0x00007ed2 
- 00031719  0x0000891f copy  0x00000011 , 0x00000006 
- 00031720  0x00008921 jam  0x00000000 , 0x00000ad2 
- 00031721  0x00008922 setarg  0x00000000 
- 00031722  0x00008923 call  0x00007c73 
- 00031723  0x00008924 copy  0x00000012 , 0x00000006 
- 00031724  0x00008925 call  0x00007c77 
- 00031725  0x00008928 force  0x00000000 , 0x00000007 
- 00031726  0x00008929 arg  0x00000786 , 0x00000005 
- 00031727  0x0000892d arg  0x00000ad2 , 0x00000002 
- 00031728  0x0000892e copy  0x00000007 , 0x00000012 
- 00031729  0x0000892f lshift2  0x00000012 , 0x0000003f 
- 00031730  0x00008931 iadd  0x00000002 , 0x00000012 
- 00031731  0x00008932 force  0x00000000 , 0x00000002 
- 00031732  0x00008933 force  0x00000000 , 0x00000013 
- 00031733  0x00008939 ifetch  0x00000004 , 0x00000005 
- 00031734  0x0000893a iforce  0x00000011 
- 00031735  0x0000893d ifetch  0x00000004 , 0x00000012 
- 00031736  0x0000893e copy  0x00000013 , 0x00000038 
- 00031737  0x0000893f imul32  0x0000002f , 0x0000003f 
- 00031738  0x00008940 iadd  0x00000011 , 0x0000003f 
- 00031739  0x00008941 iadd  0x00000002 , 0x0000003f 
- 00031740  0x00008942 istore  0x00000004 , 0x00000005 
- 00031741  0x00008943 rshift32  0x0000003f , 0x00000002 
- 00031742  0x00008944 increase  0x00000001 , 0x00000013 
- 00031743  0x00008945 compare  0x00000008 , 0x00000013 , 0x000000ff 
- 00031744  0x00008946 nbranch  0x00007bf5 , 0x00000001 
- 00031745  0x00008948 deposit  0x00000002 
- 00031746  0x00008949 istore  0x00000004 , 0x00000005 
- 00031747  0x0000894a increase  0xffffffe0 , 0x00000005 
- 00031748  0x0000894d increase  0x00000001 , 0x00000007 
- 00031749  0x0000894e compare  0x00000008 , 0x00000007 , 0x000000ff 
- 00031750  0x0000894f nbranch  0x00007bef , 0x00000001 
- 00031751  0x00008950 arg  0x00000786 , 0x00000011 
- 00031752  0x00008951 copy  0x0000000b , 0x00000005 
- 00031753  0x00008952 branch  0x00007c0a 
- 00031754  0x00008955 bpatchx  0x000000f2 , 0x0000403e 
- 00031755  0x00008956 copy  0x00000005 , 0x0000000b 
- 00031756  0x00008957 copy  0x00000011 , 0x00000030 
- 00031757  0x00008958 arg  0x000007c6 , 0x00000012 
- 00031758  0x00008959 copy  0x00000012 , 0x00000005 
- 00031759  0x0000895a call  0x00007ecd 
- 00031760  0x0000895b istore  0x00000008 , 0x00000005 
- 00031761  0x0000895c add  0x00000011 , 0x0000002c , 0x00000006 
- 00031762  0x0000895d call  0x00007eb9 
- 00031763  0x0000895e call  0x00007eb5 
- 00031764  0x0000895f copy  0x00000012 , 0x00000011 
- 00031765  0x00008960 call  0x00007c80 
- 00031766  0x00008961 arg  0x000007c6 , 0x00000012 
- 00031767  0x00008962 copy  0x00000030 , 0x00000011 
- 00031768  0x00008963 copy  0x0000000b , 0x00000005 
- 00031769  0x00008964 call  0x00007c7d 
- 00031770  0x00008966 arg  0x000007c6 , 0x00000012 
- 00031771  0x00008967 copy  0x00000012 , 0x00000005 
- 00031772  0x00008968 call  0x00007ecd 
- 00031773  0x00008969 istore  0x00000008 , 0x00000005 
- 00031774  0x0000896a add  0x00000030 , 0x00000030 , 0x00000006 
- 00031775  0x0000896b call  0x00007ebf 
- 00031776  0x0000896c call  0x00007ecd 
- 00031777  0x0000896d copy  0x00000012 , 0x00000011 
- 00031778  0x0000896e call  0x00007c80 
- 00031779  0x00008972 arg  0x000007c6 , 0x00000012 
- 00031780  0x00008973 copy  0x0000000b , 0x00000011 
- 00031781  0x00008974 copy  0x00000011 , 0x00000005 
- 00031782  0x00008975 call  0x00007c7d 
- 00031783  0x00008979 arg  0x000007c6 , 0x00000012 
- 00031784  0x0000897a copy  0x00000012 , 0x00000005 
- 00031785  0x0000897b add  0x00000030 , 0x00000020 , 0x00000006 
- 00031786  0x0000897c call  0x00007eb5 
- 00031787  0x0000897d call  0x00007ecd 
- 00031788  0x0000897e istore  0x00000008 , 0x00000005 
- 00031789  0x0000897f add  0x00000030 , 0x00000038 , 0x00000006 
- 00031790  0x00008980 call  0x00007eb9 
- 00031791  0x00008981 copy  0x0000000b , 0x00000011 
- 00031792  0x00008982 copy  0x00000011 , 0x00000005 
- 00031793  0x00008983 call  0x00007c7d 
- 00031794  0x00008987 arg  0x000007c6 , 0x00000012 
- 00031795  0x00008988 copy  0x00000012 , 0x00000005 
- 00031796  0x00008989 add  0x00000030 , 0x00000024 , 0x00000006 
- 00031797  0x0000898a call  0x00007eb5 
- 00031798  0x0000898b add  0x00000030 , 0x00000034 , 0x00000006 
- 00031799  0x0000898c call  0x00007eb5 
- 00031800  0x0000898d add  0x00000030 , 0x00000034 , 0x00000006 
- 00031801  0x0000898e call  0x00007eb6 
- 00031802  0x0000898f add  0x00000030 , 0x00000020 , 0x00000006 
- 00031803  0x00008990 call  0x00007eb6 
- 00031804  0x00008991 copy  0x0000000b , 0x00000011 
- 00031805  0x00008992 copy  0x00000011 , 0x00000005 
- 00031806  0x00008993 call  0x00007c7d 
- 00031807  0x00008996 arg  0x000007c6 , 0x00000012 
- 00031808  0x00008997 copy  0x00000012 , 0x00000005 
- 00031809  0x00008998 add  0x00000030 , 0x0000002c , 0x00000006 
- 00031810  0x00008999 call  0x00007eb5 
- 00031811  0x0000899a call  0x00007ecd 
- 00031812  0x0000899b istore  0x00000008 , 0x00000005 
- 00031813  0x0000899c add  0x00000030 , 0x00000020 , 0x00000006 
- 00031814  0x0000899d call  0x00007eb6 
- 00031815  0x0000899e add  0x00000030 , 0x00000028 , 0x00000006 
- 00031816  0x0000899f call  0x00007eb6 
- 00031817  0x000089a0 copy  0x0000000b , 0x00000011 
- 00031818  0x000089a1 copy  0x00000011 , 0x00000005 
- 00031819  0x000089a2 call  0x00007c96 
- 00031820  0x000089a5 arg  0x000007c6 , 0x00000012 
- 00031821  0x000089a6 copy  0x00000012 , 0x00000005 
- 00031822  0x000089a7 add  0x00000030 , 0x00000030 , 0x00000006 
- 00031823  0x000089a8 call  0x00007eb9 
- 00031824  0x000089a9 call  0x00007eb9 
- 00031825  0x000089aa force  0x00000000 , 0x0000003f 
- 00031826  0x000089ab istore  0x00000008 , 0x00000005 
- 00031827  0x000089ac add  0x00000030 , 0x00000024 , 0x00000006 
- 00031828  0x000089ad call  0x00007eb6 
- 00031829  0x000089ae add  0x00000030 , 0x0000002c , 0x00000006 
- 00031830  0x000089af call  0x00007eb6 
- 00031831  0x000089b0 copy  0x0000000b , 0x00000011 
- 00031832  0x000089b1 copy  0x00000011 , 0x00000005 
- 00031833  0x000089b2 call  0x00007c96 
- 00031834  0x000089b5 arg  0x000007c6 , 0x00000012 
- 00031835  0x000089b6 copy  0x00000012 , 0x00000005 
- 00031836  0x000089b7 add  0x00000030 , 0x00000034 , 0x00000006 
- 00031837  0x000089b8 call  0x00007eb5 
- 00031838  0x000089b9 add  0x00000030 , 0x00000020 , 0x00000006 
- 00031839  0x000089ba call  0x00007eb5 
- 00031840  0x000089bb call  0x00007ecd 
- 00031841  0x000089bc add  0x00000030 , 0x00000030 , 0x00000006 
- 00031842  0x000089bd call  0x00007eb6 
- 00031843  0x000089be copy  0x0000000b , 0x00000011 
- 00031844  0x000089bf copy  0x00000011 , 0x00000005 
- 00031845  0x000089c0 call  0x00007c96 
- 00031846  0x000089c3 arg  0x000007c6 , 0x00000012 
- 00031847  0x000089c4 copy  0x00000012 , 0x00000005 
- 00031848  0x000089c5 add  0x00000030 , 0x00000038 , 0x00000006 
- 00031849  0x000089c6 call  0x00007eb9 
- 00031850  0x000089c7 call  0x00007ecd 
- 00031851  0x000089c8 add  0x00000030 , 0x00000024 , 0x00000006 
- 00031852  0x000089c9 call  0x00007eb5 
- 00031853  0x000089ca call  0x00007ecd 
- 00031854  0x000089cb add  0x00000030 , 0x00000034 , 0x00000006 
- 00031855  0x000089cc call  0x00007eb6 
- 00031856  0x000089cd copy  0x0000000b , 0x00000011 
- 00031857  0x000089ce copy  0x00000011 , 0x00000005 
- 00031858  0x000089cf branch  0x00007c96 
- 00031859  0x000089d3 force  0x00000020 , 0x00000039 
- 00031860  0x000089d4 arg  0x00000ad2 , 0x00000005 
- 00031861  0x000089d5 iadd  0x00000005 , 0x00000005 
- 00031862  0x000089d6 branch  0x00007f01 
- 00031863  0x000089d9 force  0x00000008 , 0x00000039 
- 00031864  0x000089da branch  0x00007781 
- 00031865  0x000089dd copy  0x00000011 , 0x00000012 
- 00031866  0x000089de branch  0x00007be1 
- 00031867  0x000089e1 force  0x00000008 , 0x00000039 
- 00031868  0x000089e2 branch  0x00007712 
- 00031869  0x000089e5 call  0x00007c7b 
- 00031870  0x000089e6 copy  0x00000005 , 0x00000011 
- 00031871  0x000089e7 branch  0x00007c81 
- 00031872  0x000089ea call  0x00007cae 
- 00031873  0x000089ec isolate1  0x00000000 , 0x00000013 
- 00031874  0x000089ed branch  0x00007c8a , 0x00000001 
- 00031875  0x000089ee arg  0x0000091e , 0x00000012 
- 00031876  0x000089ef copy  0x00000011 , 0x00000013 
- 00031877  0x000089f0 increase  0xffffffe0 , 0x00000011 
- 00031878  0x000089f1 call  0x00007cb1 
- 00031879  0x000089f2 nrtn  0x00000002 
- 00031880  0x000089f3 copy  0x00000013 , 0x00000011 
- 00031881  0x000089f4 branch  0x00007c92 
- 00031882  0x000089f7 call  0x00007c92 
- 00031883  0x000089f9 copy  0x00000011 , 0x00000013 
- 00031884  0x000089fa increase  0xffffffe0 , 0x00000011 
- 00031885  0x000089fb arg  0x0000091e , 0x00000012 
- 00031886  0x000089fc call  0x00007cb1 
- 00031887  0x000089fd nrtn  0x00000002 
- 00031888  0x000089fe copy  0x00000013 , 0x00000011 
- 00031889  0x000089ff branch  0x00007c92 
- 00031890  0x00008a03 increase  0xffffffe0 , 0x00000011 
- 00031891  0x00008a04 arg  0x0000091e , 0x00000012 
- 00031892  0x00008a05 copy  0x00000011 , 0x00000005 
- 00031893  0x00008a06 branch  0x00007ca9 
- 00031894  0x00008a0c call  0x00007ca9 
- 00031895  0x00008a0e branch  0x00007ca0 , 0x00000001 
- 00031896  0x00008a11 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031897  0x00008a12 arg  0x0000091e , 0x00000012 
- 00031898  0x00008a13 call  0x00007cb1 
- 00031899  0x00008a14 nrtn  0x00000002 
- 00031900  0x00008a15 arg  0x0000091e , 0x00000012 
- 00031901  0x00008a16 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031902  0x00008a18 copy  0x00000011 , 0x00000005 
- 00031903  0x00008a19 branch  0x00007ca9 
- 00031904  0x00008a1b add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031905  0x00008a1c arg  0x0000091e , 0x00000012 
- 00031906  0x00008a1d copy  0x00000011 , 0x00000005 
- 00031907  0x00008a1e call  0x00007c7b 
- 00031908  0x00008a20 rtn  0x00000001 
- 00031909  0x00008a21 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031910  0x00008a22 arg  0x0000091e , 0x00000012 
- 00031911  0x00008a23 copy  0x00000011 , 0x00000005 
- 00031912  0x00008a24 branch  0x00007c7b 
- 00031913  0x00008a29 force  0x00000008 , 0x00000039 
- 00031914  0x00008a2a branch  0x00007720 
- 00031915  0x00008a2d force  0x00000008 , 0x00000039 
- 00031916  0x00008a2e increase  0x0000001c , 0x00000011 
- 00031917  0x00008a2f branch  0x0000772f 
- 00031918  0x00008a32 force  0x00000008 , 0x00000039 
- 00031919  0x00008a33 force  0x00000000 , 0x00000013 
- 00031920  0x00008a34 branch  0x0000773d 
- 00031921  0x00008a37 force  0x00000008 , 0x00000039 
- 00031922  0x00008a38 increase  0x0000001c , 0x00000011 
- 00031923  0x00008a39 increase  0x0000001c , 0x00000012 
- 00031924  0x00008a3a branch  0x00007707 
- 00031925  0x00008a3e ifetch  0x00000008 , 0x00000006 
- 00031926  0x00008a3f nrtn  0x00000034 
- 00031927  0x00008a40 branch  0x000076f5 
- 00031928  0x00008a46 copy  0x00000011 , 0x00000030 
- 00031929  0x00008a48 copy  0x00000030 , 0x00000011 
- 00031930  0x00008a49 ifetch  0x00000001 , 0x00000011 
- 00031931  0x00008a4a isolate1  0x00000000 , 0x0000003f 
- 00031932  0x00008a4b rtn  0x00000001 
- 00031933  0x00008a4c call  0x00007cab 
- 00031934  0x00008a4d ifetch  0x00000001 , 0x00000012 
- 00031935  0x00008a4e isolate0  0x00000000 , 0x0000003f 
- 00031936  0x00008a4f branch  0x00007cc8 , 0x00000001 
- 00031937  0x00008a50 arg  0x0000091e , 0x00000011 
- 00031938  0x00008a51 copy  0x00000012 , 0x00000005 
- 00031939  0x00008a52 call  0x00007c7b 
- 00031940  0x00008a53 ifetch  0x00000001 , 0x00000012 
- 00031941  0x00008a54 iadd  0x00000013 , 0x0000003f 
- 00031942  0x00008a55 istore  0x00000001 , 0x00000012 
- 00031943  0x00008a56 increase  0xffffffe0 , 0x00000012 
- 00031944  0x00008a58 add  0x00000012 , 0x00000020 , 0x00000011 
- 00031945  0x00008a59 force  0x00000009 , 0x00000039 
- 00031946  0x00008a5a call  0x0000772f 
- 00031947  0x00008a5b branch  0x00007cb9 
- 00031948  0x00008a60 call  0x00002c65 
- 00031949  0x00008a61 rtn  0x0000002b 
- 00031950  0x00008a62 call  0x00007cd3 
- 00031951  0x00008a63 call  0x00007d75 
- 00031952  0x00008a64 branch  0x00007d08 
- 00031953  0x00008a67 call  0x00007d29 
- 00031954  0x00008a69 branch  0x00007d64 
- 00031955  0x00008a6c fetch  0x00000001 , 0x00004686 
- 00031956  0x00008a6d rtneq  0x000000ff 
- 00031957  0x00008a6e iforce  0x00000002 
- 00031958  0x00008a6f call  0x0000680e 
- 00031959  0x00008a70 fetcht  0x00000001 , 0x00004686 
- 00031960  0x00008a71 call  0x00006825 
- 00031961  0x00008a72 nop  0x00000064 
- 00031962  0x00008a73 fetcht  0x00000001 , 0x00004686 
- 00031963  0x00008a74 call  0x000067fb 
- 00031964  0x00008a75 branch  0x00007cdd 
- 00031965  0x00008a7a bpatchx  0x000000f3 , 0x0000403e 
- 00031966  0x00008a7b fetch  0x00000001 , 0x00004686 
- 00031967  0x00008a7c rtneq  0x000000ff 
- 00031968  0x00008a7d copy  0x0000003f , 0x00000002 
- 00031969  0x00008a7e call  0x0000681d 
- 00031970  0x00008a7f nbranch  0x00007cef , 0x00000001 
- 00031971  0x00008a82 call  0x00007cf9 
- 00031972  0x00008a83 fetch  0x00000002 , 0x00004682 
- 00031973  0x00008a84 set1  0x0000000c 
- 00031974  0x00008a85 store  0x00000002 , 0x00004682 
- 00031975  0x00008a86 fetch  0x00000001 , 0x00004679 
- 00031976  0x00008a87 rtneq  0x00000000 
- 00031977  0x00008a88 jam  0x00000000 , 0x00004679 
- 00031978  0x00008a8a fetch  0x00000001 , 0x00004685 
- 00031979  0x00008a8b store  0x00000001 , 0x00004678 
- 00031980  0x00008a8c call  0x00007d00 
- 00031981  0x00008a8d jam  0x0000002c , 0x00000a99 
- 00031982  0x00008a8e branch  0x00007d86 
- 00031983  0x00008a90 fetch  0x00000002 , 0x00004682 
- 00031984  0x00008a91 set0  0x0000000c 
- 00031985  0x00008a92 store  0x00000002 , 0x00004682 
- 00031986  0x00008a93 fetch  0x00000001 , 0x00004679 
- 00031987  0x00008a94 rtneq  0x00000001 
- 00031988  0x00008a95 jam  0x00000001 , 0x00004679 
- 00031989  0x00008a97 jam  0x00000000 , 0x00004678 
- 00031990  0x00008a98 call  0x00007d02 
- 00031991  0x00008a99 jam  0x0000002d , 0x00000a99 
- 00031992  0x00008a9a branch  0x00007d86 
- 00031993  0x00008a9d fetch  0x00000001 , 0x00004678 
- 00031994  0x00008a9e rtn  0x00000034 
- 00031995  0x00008a9f increase  0xffffffff , 0x0000003f 
- 00031996  0x00008aa0 store  0x00000001 , 0x00004678 
- 00031997  0x00008aa1 nrtn  0x00000034 
- 00031998  0x00008aa3 jam  0x00000010 , 0x00000a99 
- 00031999  0x00008aa4 branch  0x00007d86 
- 00032000  0x00008aa7 arg  0x00000007 , 0x00000007 
- 00032001  0x00008aa8 branch  0x00002c32 
- 00032002  0x00008aab arg  0x00000007 , 0x00000007 
- 00032003  0x00008aac branch  0x00002c36 
- 00032004  0x00008ac3 fetch  0x00000002 , 0x0000421b 
- 00032005  0x00008ac4 mul32  0x00000011 , 0x0000000b , 0x00000012 
- 00032006  0x00008ac5 iadd  0x00000012 , 0x00000012 
- 00032007  0x00008ac6 rtn 
- 00032008  0x00008aca fetch  0x00000001 , 0x0000421a 
- 00032009  0x00008acb rtn  0x00000034 
- 00032010  0x00008acc copy  0x0000003f , 0x00000039 
- 00032011  0x00008acd fetch  0x00000002 , 0x0000421b 
- 00032012  0x00008ace copy  0x0000003f , 0x00000012 
- 00032013  0x00008ad0 add  0x00000012 , 0x00000002 , 0x00000013 
- 00032014  0x00008ad1 ifetcht  0x00000001 , 0x00000013 
- 00032015  0x00008ad2 call  0x0000680e 
- 00032016  0x00008ad3 call  0x00007d32 
- 00032017  0x00008ad4 increase  0x0000000b , 0x00000012 
- 00032018  0x00008ad5 loop  0x00007d0d 
- 00032019  0x00008ad6 rtn 
- 00032020  0x00008adb call  0x00007d04 
- 00032021  0x00008adc setarg  0x00000002 
- 00032022  0x00008add istore  0x00000001 , 0x00000012 
- 00032023  0x00008ade call  0x00007d5e 
- 00032024  0x00008adf branch  0x00007d35 
- 00032025  0x00008ae5 call  0x00007d04 
- 00032026  0x00008ae6 setarg  0x00000003 
- 00032027  0x00008ae7 istore  0x00000001 , 0x00000012 
- 00032028  0x00008ae8 call  0x00007d5e 
- 00032029  0x00008ae9 branch  0x00007d32 
- 00032030  0x00008aee call  0x00007d04 
- 00032031  0x00008aef setarg  0x00000001 
- 00032032  0x00008af0 istore  0x00000001 , 0x00000012 
- 00032033  0x00008af1 setarg  0x000000ff 
- 00032034  0x00008af2 istore  0x00000001 , 0x00000005 
- 00032035  0x00008af3 branch  0x00007d32 
- 00032036  0x00008af9 call  0x00007d04 
- 00032037  0x00008afa arg  0x0000000b , 0x00000039 
- 00032038  0x00008afb copy  0x00000013 , 0x00000006 
- 00032039  0x00008afc copy  0x00000012 , 0x00000005 
- 00032040  0x00008afd branch  0x00007ef4 
- 00032041  0x00008b02 fetch  0x00000001 , 0x0000421a 
- 00032042  0x00008b03 rtn  0x00000034 
- 00032043  0x00008b04 arg  0x00000000 , 0x00000011 
- 00032044  0x00008b06 call  0x00007d38 
- 00032045  0x00008b07 increase  0x00000001 , 0x00000011 
- 00032046  0x00008b08 fetch  0x00000001 , 0x0000421a 
- 00032047  0x00008b09 isub  0x00000011 , 0x0000003e 
- 00032048  0x00008b0a rtn  0x00000005 
- 00032049  0x00008b0b branch  0x00007d2c 
- 00032050  0x00008b0f add  0x00000012 , 0x00000002 , 0x00000013 
- 00032051  0x00008b10 ifetcht  0x00000001 , 0x00000013 
- 00032052  0x00008b11 branch  0x00006825 
- 00032053  0x00008b15 add  0x00000012 , 0x00000002 , 0x00000013 
- 00032054  0x00008b16 ifetcht  0x00000001 , 0x00000013 
- 00032055  0x00008b17 branch  0x00006829 
- 00032056  0x00008b1c add  0x00000011 , 0x0000000b , 0x00000007 
- 00032057  0x00008b1d call  0x00007f16 
- 00032058  0x00008b1e nrtn  0x00000034 
- 00032059  0x00008b20 call  0x00007d04 
- 00032060  0x00008b22 ifetch  0x00000001 , 0x00000012 
- 00032061  0x00008b24 beq  0x00000002 , 0x00007d35 
- 00032062  0x00008b25 beq  0x00000003 , 0x00007d32 
- 00032063  0x00008b26 beq  0x00000000 , 0x00007d32 
- 00032064  0x00008b27 beq  0x00000005 , 0x00007d4c 
- 00032065  0x00008b29 call  0x00007d35 
- 00032066  0x00008b2a add  0x00000012 , 0x00000007 , 0x00000013 
- 00032067  0x00008b2b call  0x00007e7c 
- 00032068  0x00008b2c ifetch  0x00000002 , 0x00000013 
- 00032069  0x00008b2d call  0x00007f9c 
- 00032070  0x00008b2e call  0x00007e8c 
- 00032071  0x00008b2f setarg  0x00000005 
- 00032072  0x00008b30 istore  0x00000001 , 0x00000012 
- 00032073  0x00008b31 add  0x00000012 , 0x00000003 , 0x00000013 
- 00032074  0x00008b32 ifetch  0x00000002 , 0x00000013 
- 00032075  0x00008b33 branch  0x00007d5c 
- 00032076  0x00008b37 call  0x00007d32 
- 00032077  0x00008b38 add  0x00000012 , 0x00000009 , 0x00000013 
- 00032078  0x00008b39 call  0x00007e7c 
- 00032079  0x00008b3a ifetch  0x00000002 , 0x00000013 
- 00032080  0x00008b3b call  0x00007f9c 
- 00032081  0x00008b3c call  0x00007e8c 
- 00032082  0x00008b3e add  0x00000012 , 0x00000001 , 0x00000013 
- 00032083  0x00008b3f ifetch  0x00000001 , 0x00000013 
- 00032084  0x00008b40 beq  0x000000ff , 0x00007d58 
- 00032085  0x00008b41 increase  0xffffffff , 0x0000003f 
- 00032086  0x00008b42 istore  0x00000001 , 0x00000013 
- 00032087  0x00008b43 branch  0x00007d19 , 0x00000034 
- 00032088  0x00008b45 setarg  0x00000004 
- 00032089  0x00008b46 istore  0x00000001 , 0x00000012 
- 00032090  0x00008b47 add  0x00000012 , 0x00000005 , 0x00000013 
- 00032091  0x00008b48 ifetch  0x00000002 , 0x00000013 
- 00032092  0x00008b4a add  0x00000011 , 0x0000000b , 0x00000007 
- 00032093  0x00008b4b branch  0x00007f08 
- 00032094  0x00008b4e setarg  0x00000000 
- 00032095  0x00008b4f branch  0x00007d5c 
- 00032096  0x00008b56 setarg  0x00001000 
- 00032097  0x00008b57 lshift16  0x0000003f , 0x0000003f 
- 00032098  0x00008b58 iadd  0x00000012 , 0x00000012 
- 00032099  0x00008b59 rtn 
- 00032100  0x00008b5c bpatchx  0x000000f4 , 0x0000403e 
- 00032101  0x00008b5d arg  0x00000000 , 0x00000011 
- 00032102  0x00008b5e fetcht  0x00000004 , 0x0000467a 
- 00032103  0x00008b5f copy  0x00000022 , 0x00000012 
- 00032104  0x00008b60 copy  0x00000012 , 0x0000003f 
- 00032105  0x00008b61 isub  0x00000002 , 0x0000003e 
- 00032106  0x00008b62 ncall  0x00007d60 , 0x00000002 
- 00032107  0x00008b65 copy  0x00000012 , 0x0000003f 
- 00032108  0x00008b66 increase  0x000000a0 , 0x00000002 
- 00032109  0x00008b67 increase  0x000000a0 , 0x00000002 
- 00032110  0x00008b68 isub  0x00000002 , 0x0000003e 
- 00032111  0x00008b69 nbranch  0x00007d78 , 0x00000002 
- 00032112  0x00008b6a increase  0x00000001 , 0x00000011 
- 00032113  0x00008b6b and  0x00000011 , 0x0000000f , 0x0000003f 
- 00032114  0x00008b6c nbranch  0x00007d6b , 0x00000034 
- 00032115  0x00008b6d arg  0x00000000 , 0x00000011 
- 00032116  0x00008b6e call  0x00007d7f 
- 00032117  0x00008b70 copy  0x00000022 , 0x0000003f 
- 00032118  0x00008b71 store  0x00000004 , 0x0000467a 
- 00032119  0x00008b72 rtn 
- 00032120  0x00008b74 bpatchx  0x000000f5 , 0x0000403e 
- 00032121  0x00008b75 copy  0x00000011 , 0x0000003f 
- 00032122  0x00008b76 rtn  0x00000034 
- 00032123  0x00008b77 increase  0xffffff60 , 0x00000002 
- 00032124  0x00008b78 increase  0xffffff60 , 0x00000002 
- 00032125  0x00008b79 set0  0x0000001c , 0x00000002 
- 00032126  0x00008b7a storet  0x00000004 , 0x0000467a 
- 00032127  0x00008b7c branch  0x0000335f 
- 00032128  0x00008b84 jam  0x00000001 , 0x00004666 
- 00032129  0x00008b86 fetch  0x00000001 , 0x00004667 
- 00032130  0x00008b87 nbranch  0x00007d81 , 0x00000034 
- 00032131  0x00008b88 rtn 
- 00032132  0x00008b8b jam  0x00000000 , 0x00004666 
- 00032133  0x00008b8c rtn 
- 00032134  0x00008b91 bpatchx  0x000000f6 , 0x0000403e 
- 00032135  0x00008b92 call  0x00007d80 
- 00032136  0x00008b93 copy  0x00000011 , 0x0000003f 
- 00032137  0x00008b94 store  0x00000004 , 0x00000a91 
- 00032138  0x00008b95 arg  0x00004668 , 0x00000011 
- 00032139  0x00008b96 call  0x00007fb8 
- 00032140  0x00008b97 fetch  0x00000004 , 0x00000a91 
- 00032141  0x00008b98 copy  0x0000003f , 0x00000011 
- 00032142  0x00008b99 branch  0x00007d84 
- 00032143  0x00008b9c bpatchx  0x000000f7 , 0x0000403e 
- 00032144  0x00008b9d call  0x00007d80 
- 00032145  0x00008b9e copy  0x00000011 , 0x0000003f 
- 00032146  0x00008b9f store  0x00000004 , 0x00000a91 
- 00032147  0x00008ba0 arg  0x00004670 , 0x00000011 
- 00032148  0x00008ba1 call  0x00007fb8 
- 00032149  0x00008ba2 fetch  0x00000004 , 0x00000a91 
- 00032150  0x00008ba3 copy  0x0000003f , 0x00000011 
- 00032151  0x00008ba4 branch  0x00007d84 
- 00032152  0x00008ba7 setarg  0x00000000 
- 00032153  0x00008ba8 store  0x00000008 , 0x00004670 
- 00032154  0x00008ba9 store  0x00000008 , 0x00004668 
- 00032155  0x00008baa rtn 
- 00032156  0x00008bad bpatchx  0x000000f8 , 0x0000403f 
- 00032157  0x00008bae fetch  0x00000001 , 0x000041ce 
- 00032158  0x00008baf nrtn  0x00000034 
- 00032159  0x00008bb0 arg  0x00004670 , 0x00000011 
- 00032160  0x00008bb1 call  0x00007fd0 
- 00032161  0x00008bb2 rtn  0x00000034 
- 00032162  0x00008bb3 jam  0x00000000 , 0x00000a90 
- 00032163  0x00008bb4 call  0x00007da7 
- 00032164  0x00008bb5 fetch  0x00000001 , 0x00000a90 
- 00032165  0x00008bb6 branch  0x00007d9c , 0x00000034 
- 00032166  0x00008bb7 rtn 
- 00032167  0x00008bba call  0x00007d80 
- 00032168  0x00008bbb arg  0x00004670 , 0x00000011 
- 00032169  0x00008bbc call  0x00007fc4 
- 00032170  0x00008bbd copy  0x0000003f , 0x00000002 
- 00032171  0x00008bbe call  0x00007d84 
- 00032172  0x00008bbf bpatchx  0x000000f9 , 0x0000403f 
- 00032173  0x00008bc0 copy  0x00000002 , 0x0000003f 
- 00032174  0x00008bc1 rtn  0x00000034 
- 00032175  0x00008bc2 beq  0x00000001 , 0x00007ddd 
- 00032176  0x00008bc3 beq  0x00000002 , 0x00007de2 
- 00032177  0x00008bc4 beq  0x00000003 , 0x00007de8 
- 00032178  0x00008bc5 beq  0x00000007 , 0x00007ded 
- 00032179  0x00008bc6 beq  0x00000008 , 0x00007dee 
- 00032180  0x00008bc7 beq  0x00000009 , 0x00007def 
- 00032181  0x00008bc8 beq  0x0000000b , 0x00007df2 
- 00032182  0x00008bc9 beq  0x0000000c , 0x00007df3 
- 00032183  0x00008bca beq  0x0000000d , 0x00007df4 
- 00032184  0x00008bcb beq  0x0000000e , 0x00007dfa 
- 00032185  0x00008bcc beq  0x0000000f , 0x00007dff 
- 00032186  0x00008bcd beq  0x00000010 , 0x00007e05 
- 00032187  0x00008bce beq  0x00000013 , 0x00007e0f 
- 00032188  0x00008bcf beq  0x00000014 , 0x00007e11 
- 00032189  0x00008bd0 beq  0x00000015 , 0x00007e13 
- 00032190  0x00008bd1 beq  0x00000016 , 0x00007e15 
- 00032191  0x00008bd2 beq  0x00000017 , 0x00007e18 
- 00032192  0x00008bd3 beq  0x00000018 , 0x00007e1a 
- 00032193  0x00008bd4 beq  0x00000019 , 0x00007e1d 
- 00032194  0x00008bd5 beq  0x0000001b , 0x00007e25 
- 00032195  0x00008bd6 beq  0x0000001e , 0x00007e2f 
- 00032196  0x00008bd8 store  0x00000001 , 0x00000a99 
- 00032197  0x00008bd9 bpatchx  0x000000fa , 0x0000403f 
- 00032198  0x00008bda call  0x000062bc 
- 00032199  0x00008bdb nbranch  0x00007ddb , 0x00000034 
- 00032200  0x00008bdd fetch  0x00000001 , 0x00000a99 
- 00032201  0x00008bde bmark0  0x00000009 , 0x00007dd6 
- 00032202  0x00008bdf beq  0x00000004 , 0x00007dea 
- 00032203  0x00008be0 beq  0x00000005 , 0x00004d17 
- 00032204  0x00008be1 beq  0x00000006 , 0x00004d26 
- 00032205  0x00008be2 beq  0x0000000a , 0x00007df0 
- 00032206  0x00008be3 beq  0x00000011 , 0x00007e0a 
- 00032207  0x00008be4 beq  0x00000012 , 0x00007e0e 
- 00032208  0x00008be5 beq  0x0000001d , 0x00007e26 
- 00032209  0x00008be6 beq  0x0000001f , 0x000067cc 
- 00032210  0x00008be7 beq  0x00000020 , 0x000067d0 
- 00032211  0x00008be8 beq  0x00000021 , 0x00007e31 
- 00032212  0x00008be9 beq  0x00000025 , 0x0000670b 
- 00032213  0x00008bea rtn 
- 00032214  0x00008bed store  0x00000001 , 0x00000a99 
- 00032215  0x00008bee call  0x00002252 
- 00032216  0x00008bef branch  0x00007ddb , 0x00000005 
- 00032217  0x00008bf0 call  0x0000225a 
- 00032218  0x00008bf1 nrtn  0x00000005 
- 00032219  0x00008bf3 jam  0x00000001 , 0x00000a90 
- 00032220  0x00008bf4 branch  0x00007d8f 
- 00032221  0x00008bfa fetch  0x00000002 , 0x00004682 
- 00032222  0x00008bfb set1  0x00000006 
- 00032223  0x00008bfc store  0x00000002 , 0x00004682 
- 00032224  0x00008bfd jam  0x00000003 , 0x00004093 
- 00032225  0x00008bfe rtn 
- 00032226  0x00008c03 jam  0x00000000 , 0x00004680 
- 00032227  0x00008c04 jam  0x00000000 , 0x00004093 
- 00032228  0x00008c05 fetch  0x00000002 , 0x00004682 
- 00032229  0x00008c06 set0  0x00000006 
- 00032230  0x00008c07 store  0x00000002 , 0x00004682 
- 00032231  0x00008c08 rtn 
- 00032232  0x00008c0d jam  0x00000005 , 0x000041ce 
- 00032233  0x00008c0e rtn 
- 00032234  0x00008c13 jam  0x00000007 , 0x0000007c 
- 00032235  0x00008c14 jam  0x00000013 , 0x000004ca 
- 00032236  0x00008c15 rtn 
- 00032237  0x00008c1a rtn 
- 00032238  0x00008c1f rtn 
- 00032239  0x00008c24 rtn 
- 00032240  0x00008c29 jam  0x00000002 , 0x000004d4 
- 00032241  0x00008c2a branch  0x00004d0a 
- 00032242  0x00008c2f rtn 
- 00032243  0x00008c34 rtn 
- 00032244  0x00008c39 jam  0x00000001 , 0x0000436e 
- 00032245  0x00008c3a jam  0x00000000 , 0x00004484 
- 00032246  0x00008c3b fetch  0x00000002 , 0x00004682 
- 00032247  0x00008c3c set1  0x0000000b , 0x0000003f 
- 00032248  0x00008c3d store  0x00000002 , 0x00004682 
- 00032249  0x00008c3e rtn 
- 00032250  0x00008c43 fetch  0x00000002 , 0x00004682 
- 00032251  0x00008c44 set0  0x0000000b , 0x0000003f 
- 00032252  0x00008c45 store  0x00000002 , 0x00004682 
- 00032253  0x00008c46 jam  0x00000000 , 0x0000436e 
- 00032254  0x00008c47 rtn 
- 00032255  0x00008c4c jam  0x00000001 , 0x0000436e 
- 00032256  0x00008c4d jam  0x00000001 , 0x00004484 
- 00032257  0x00008c4e fetch  0x00000002 , 0x00004682 
- 00032258  0x00008c4f set1  0x0000000b , 0x0000003f 
- 00032259  0x00008c50 store  0x00000002 , 0x00004682 
- 00032260  0x00008c51 rtn 
- 00032261  0x00008c56 fetch  0x00000002 , 0x00004682 
- 00032262  0x00008c57 set0  0x0000000b , 0x0000003f 
- 00032263  0x00008c58 store  0x00000002 , 0x00004682 
- 00032264  0x00008c59 jam  0x00000000 , 0x0000436e 
- 00032265  0x00008c5a rtn 
- 00032266  0x00008c5f setarg  0x00000014 
- 00032267  0x00008c60 store  0x00000002 , 0x0000046d 
- 00032268  0x00008c61 store  0x00000002 , 0x000044ba 
- 00032269  0x00008c62 branch  0x00005c92 
- 00032270  0x00008c67 branch  0x00005abf 
- 00032271  0x00008c6c arg  0x00000000 , 0x00000011 
- 00032272  0x00008c6d branch  0x00007d19 
- 00032273  0x00008c72 arg  0x00000000 , 0x00000011 
- 00032274  0x00008c73 branch  0x00007d14 
- 00032275  0x00008c78 arg  0x00000000 , 0x00000011 
- 00032276  0x00008c79 branch  0x00007d1e 
- 00032277  0x00008c7e jam  0x00000001 , 0x00004369 
- 00032278  0x00008c7f jam  0x0000001b , 0x000041ce 
- 00032279  0x00008c82 rtn 
- 00032280  0x00008c87 jam  0x00000001 , 0x00004369 
- 00032281  0x00008c88 rtn 
- 00032282  0x00008c8d jam  0x00000000 , 0x00004369 
- 00032283  0x00008c8e jam  0x00000000 , 0x000041ce 
- 00032284  0x00008c8f rtn 
- 00032285  0x00008c94 fetch  0x00000002 , 0x000041eb 
- 00032286  0x00008c95 call  0x00007f9c 
- 00032287  0x00008c96 fetch  0x00000001 , 0x00004686 
- 00032288  0x00008c97 beq  0x000000ff , 0x00007e23 
- 00032289  0x00008c98 copy  0x0000003f , 0x00000002 
- 00032290  0x00008c99 call  0x000067fb 
- 00032291  0x00008c9b call  0x00007d98 
- 00032292  0x00008c9c branch  0x00002b1f 
- 00032293  0x00008ca1 branch  0x00005b02 
- 00032294  0x00008ca6 jam  0x00000034 , 0x0000007c 
- 00032295  0x00008ca7 set1  0x00000003 , 0x00000000 
- 00032296  0x00008ca8 nrtn  0x00000029 
- 00032297  0x00008ca9 jam  0x00000000 , 0x0000455b 
- 00032298  0x00008caa jam  0x00000013 , 0x0000007c 
- 00032299  0x00008cab fetch  0x00000001 , 0x0000016d 
- 00032300  0x00008cac set0  0x00000002 , 0x0000003f 
- 00032301  0x00008cad store  0x00000001 , 0x0000016d 
- 00032302  0x00008cae rtn 
- 00032303  0x00008cb3 force  0x00000003 , 0x00000007 
- 00032304  0x00008cb4 branch  0x00007f07 
- 00032305  0x00008cb9 call  0x000062f8 
- 00032306  0x00008cba jam  0x00000041 , 0x0000007d 
- 00032307  0x00008cbb branch  0x00005f9d 
- 00032308  0x00008cbf fetch  0x00000001 , 0x00004682 
- 00032309  0x00008cc0 rtnbit0  0x0000000c 
- 00032310  0x00008cc1 rtnbit0  0x00000007 
- 00032311  0x00008cc2 branch  0x00007e2f 
- 00032312  0x00008cc8 fetch  0x00000002 , 0x00004218 
- 00032313  0x00008cc9 add  0x0000003f , 0x00000002 , 0x00000005 
- 00032314  0x00008cca setarg  0x00000000 
- 00032315  0x00008ccb istore  0x00000003 , 0x00000005 
- 00032316  0x00008ccc rtn 
- 00032317  0x00008cd1 call  0x00007fe9 
- 00032318  0x00008cd2 call  0x00007e69 
- 00032319  0x00008cd3 rtn  0x00000034 
- 00032320  0x00008cd4 fetch  0x00000002 , 0x00004218 
- 00032321  0x00008cd5 add  0x0000003f , 0x00000002 , 0x00000012 
- 00032322  0x00008cd6 ifetcht  0x00000001 , 0x00000012 
- 00032323  0x00008cd7 increase  0x00000001 , 0x00000002 
- 00032324  0x00008cd8 istoret  0x00000001 , 0x00000012 
- 00032325  0x00008cda ifetcht  0x00000001 , 0x0000003f 
- 00032326  0x00008cdb copy  0x00000002 , 0x00000039 
- 00032327  0x00008cdc add  0x0000003f , 0x00000004 , 0x00000012 
- 00032328  0x00008cdd ifetch  0x00000001 , 0x00000012 
- 00032329  0x00008cde imul32  0x00000002 , 0x0000003f 
- 00032330  0x00008cdf iadd  0x00000006 , 0x00000005 
- 00032331  0x00008ce0 copy  0x00000011 , 0x00000006 
- 00032332  0x00008ce2 call  0x00007f01 
- 00032333  0x00008ce3 call  0x00007e6d 
- 00032334  0x00008ce4 pincrease  0xffffffff 
- 00032335  0x00008ce5 ifetcht  0x00000001 , 0x00000012 
- 00032336  0x00008ce6 increase  0x00000001 , 0x00000002 
- 00032337  0x00008ce7 iand  0x00000002 , 0x00000002 
- 00032338  0x00008ce8 istoret  0x00000001 , 0x00000012 
- 00032339  0x00008ce9 branch  0x00007fe7 
- 00032340  0x00008cef call  0x00007fe9 
- 00032341  0x00008cf0 call  0x00007e65 
- 00032342  0x00008cf1 rtn  0x00000034 
- 00032343  0x00008cf2 fetch  0x00000002 , 0x00004218 
- 00032344  0x00008cf3 add  0x0000003f , 0x00000002 , 0x00000012 
- 00032345  0x00008cf4 ifetcht  0x00000001 , 0x00000012 
- 00032346  0x00008cf5 increase  0xffffffff , 0x00000002 
- 00032347  0x00008cf6 istoret  0x00000001 , 0x00000012 
- 00032348  0x00008cf7 ifetcht  0x00000001 , 0x0000003f 
- 00032349  0x00008cf8 copy  0x00000002 , 0x00000039 
- 00032350  0x00008cf9 add  0x0000003f , 0x00000003 , 0x00000012 
- 00032351  0x00008cfa ifetch  0x00000001 , 0x00000012 
- 00032352  0x00008cfb imul32  0x00000002 , 0x0000003f 
- 00032353  0x00008cfc iadd  0x00000006 , 0x00000006 
- 00032354  0x00008cfd increase  0x00000001 , 0x00000006 
- 00032355  0x00008cfe copy  0x00000011 , 0x00000005 
- 00032356  0x00008cff branch  0x00007e4c 
- 00032357  0x00008d04 fetch  0x00000002 , 0x00004218 
- 00032358  0x00008d05 add  0x0000003f , 0x00000002 , 0x00000006 
- 00032359  0x00008d06 ifetch  0x00000001 , 0x00000006 
- 00032360  0x00008d07 rtn 
- 00032361  0x00008d0b call  0x00007e6d 
- 00032362  0x00008d0c ifetcht  0x00000001 , 0x00000006 
- 00032363  0x00008d0d isub  0x00000002 , 0x0000003f 
- 00032364  0x00008d0e rtn 
- 00032365  0x00008d12 fetch  0x00000002 , 0x00004218 
- 00032366  0x00008d13 add  0x0000003f , 0x00000001 , 0x00000006 
- 00032367  0x00008d14 ifetch  0x00000001 , 0x00000006 
- 00032368  0x00008d15 rtn 
- 00032369  0x00008d1e sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032370  0x00008d1f rtn  0x00000005 
- 00032371  0x00008d21 rshift  0x0000003f , 0x0000003f 
- 00032372  0x00008d22 loop  0x00007e73 
- 00032373  0x00008d23 rtn 
- 00032374  0x00008d27 force  0x00000001 , 0x0000003f 
- 00032375  0x00008d28 sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032376  0x00008d29 rtn  0x00000005 
- 00032377  0x00008d2b lshift  0x0000003f , 0x0000003f 
- 00032378  0x00008d2c loop  0x00007e79 
- 00032379  0x00008d2d rtn 
- 00032380  0x00008d2f deposit  0x00000005 
- 00032381  0x00008d30 store  0x00000002 , 0x00000abb 
- 00032382  0x00008d31 storet  0x00000008 , 0x00000aa2 
- 00032383  0x00008d32 deposit  0x0000000b 
- 00032384  0x00008d33 store  0x00000004 , 0x00000aaa 
- 00032385  0x00008d34 call  0x00007e85 
- 00032386  0x00008d35 deposit  0x00000006 
- 00032387  0x00008d36 store  0x00000002 , 0x00000ab9 
- 00032388  0x00008d37 rtn 
- 00032389  0x00008d3a deposit  0x00000011 
- 00032390  0x00008d3b store  0x00000004 , 0x00000aae 
- 00032391  0x00008d3c deposit  0x00000012 
- 00032392  0x00008d3d store  0x00000004 , 0x00000ab2 
- 00032393  0x00008d3e deposit  0x00000013 
- 00032394  0x00008d3f store  0x00000003 , 0x00000ab6 
- 00032395  0x00008d40 rtn 
- 00032396  0x00008d43 fetcht  0x00000008 , 0x00000aa2 
- 00032397  0x00008d44 fetch  0x00000004 , 0x00000aaa 
- 00032398  0x00008d45 iforce  0x0000000b 
- 00032399  0x00008d46 call  0x00007e95 
- 00032400  0x00008d47 fetch  0x00000002 , 0x00000abb 
- 00032401  0x00008d48 iforce  0x00000005 
- 00032402  0x00008d49 fetch  0x00000002 , 0x00000ab9 
- 00032403  0x00008d4a iforce  0x00000006 
- 00032404  0x00008d4b rtn 
- 00032405  0x00008d4e fetch  0x00000004 , 0x00000aae 
- 00032406  0x00008d4f iforce  0x00000011 
- 00032407  0x00008d50 fetch  0x00000004 , 0x00000ab2 
- 00032408  0x00008d51 iforce  0x00000012 
- 00032409  0x00008d52 fetch  0x00000003 , 0x00000ab6 
- 00032410  0x00008d53 iforce  0x00000013 
- 00032411  0x00008d54 rtn 
- 00032412  0x00008d57 fetch  0x00000002 , 0x00000abb 
- 00032413  0x00008d58 copy  0x0000003f , 0x00000005 
- 00032414  0x00008d59 rtn 
- 00032415  0x00008d5b fetch  0x00000002 , 0x00000ab9 
- 00032416  0x00008d5c copy  0x0000003f , 0x00000006 
- 00032417  0x00008d5d rtn 
- 00032418  0x00008d5f copy  0x00000005 , 0x0000003f 
- 00032419  0x00008d60 store  0x00000002 , 0x00000abb 
- 00032420  0x00008d61 rtn 
- 00032421  0x00008d63 copy  0x00000006 , 0x0000003f 
- 00032422  0x00008d64 store  0x00000002 , 0x00000ab9 
- 00032423  0x00008d65 rtn 
- 00032424  0x00008d6a copy  0x00000005 , 0x0000003f 
- 00032425  0x00008d6b store  0x00000002 , 0x00000a97 
- 00032426  0x00008d6c copy  0x00000006 , 0x0000003f 
- 00032427  0x00008d6d store  0x00000002 , 0x00000a95 
- 00032428  0x00008d6e rtn 
- 00032429  0x00008d70 fetch  0x00000002 , 0x00000a97 
- 00032430  0x00008d71 copy  0x0000003f , 0x00000005 
- 00032431  0x00008d72 fetch  0x00000002 , 0x00000a95 
- 00032432  0x00008d73 copy  0x0000003f , 0x00000006 
- 00032433  0x00008d74 rtn 
- 00032434  0x00008d77 call  0x00007ebd 
- 00032435  0x00008d79 call  0x00007ebd 
- 00032436  0x00008d7a branch  0x00007ebd 
- 00032437  0x00008d7c call  0x00007eb9 
- 00032438  0x00008d7e ifetch  0x00000004 , 0x00000006 
- 00032439  0x00008d7f istore  0x00000004 , 0x00000005 
- 00032440  0x00008d80 rtn 
- 00032441  0x00008d82 ifetch  0x00000008 , 0x00000006 
- 00032442  0x00008d83 istore  0x00000008 , 0x00000005 
- 00032443  0x00008d84 rtn 
- 00032444  0x00008d87 call  0x00007ebf 
- 00032445  0x00008d89 call  0x00007eb9 
- 00032446  0x00008d8b call  0x00007eb9 
- 00032447  0x00008d8d call  0x00007eb9 
- 00032448  0x00008d8e branch  0x00007eb9 
- 00032449  0x00008d93 arg  0x0000000a , 0x00000039 
- 00032450  0x00008d95 nop  0x00002ee0 
- 00032451  0x00008d96 loop  0x00007ec2 
- 00032452  0x00008d97 rtn 
- 00032453  0x00008d9a force  0x00000003 , 0x00000039 
- 00032454  0x00008d9c force  0x00000000 , 0x0000003f 
- 00032455  0x00008d9e istore  0x00000008 , 0x00000005 
- 00032456  0x00008d9f loop  0x00007ec7 
- 00032457  0x00008da0 rtn 
- 00032458  0x00008da3 force  0x00000000 , 0x0000003f 
- 00032459  0x00008da4 istore  0x00000008 , 0x00000005 
- 00032460  0x00008da5 rtn 
- 00032461  0x00008da7 force  0x00000000 , 0x0000003f 
- 00032462  0x00008da8 istore  0x00000004 , 0x00000005 
- 00032463  0x00008da9 rtn 
- 00032464  0x00008dac force  0x00000004 , 0x00000039 
- 00032465  0x00008dad branch  0x00007ec6 
- 00032466  0x00008daf force  0x00000008 , 0x00000039 
- 00032467  0x00008db0 branch  0x00007ec6 
- 00032468  0x00008db3 deposit  0x00000039 
- 00032469  0x00008db4 rtn  0x00000034 
- 00032470  0x00008db5 setarg  0x00000000 
- 00032471  0x00008db7 istore  0x00000001 , 0x00000005 
- 00032472  0x00008db8 loop  0x00007ed7 
- 00032473  0x00008db9 rtn 
- 00032474  0x00008dbd arg  0x00000020 , 0x00000039 
- 00032475  0x00008dbe arg  0x00000ac2 , 0x00000005 
- 00032476  0x00008dbf branch  0x00007ed4 
- 00032477  0x00008dc2 ifetch  0x00000004 , 0x00000013 
- 00032478  0x00008dc3 ifetcht  0x00000004 , 0x00000011 
- 00032479  0x00008dc4 ixor  0x00000002 , 0x0000003f 
- 00032480  0x00008dc5 istore  0x00000004 , 0x00000005 
- 00032481  0x00008dc6 increase  0x00000004 , 0x00000011 
- 00032482  0x00008dc7 increase  0x00000004 , 0x00000013 
- 00032483  0x00008dc8 loop  0x00007edd 
- 00032484  0x00008dc9 rtn 
- 00032485  0x00008dce bpatchx  0x000000fb , 0x0000403f 
- 00032486  0x00008dcf copy  0x00000039 , 0x0000003f 
- 00032487  0x00008dd0 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00032488  0x00008dd1 rtn  0x00000002 
- 00032489  0x00008dd2 iadd  0x00000011 , 0x00000012 
- 00032490  0x00008dd3 increase  0xffffffff , 0x00000012 
- 00032491  0x00008dd4 rshift  0x00000039 , 0x00000039 
- 00032492  0x00008dd6 ifetcht  0x00000001 , 0x00000011 
- 00032493  0x00008dd7 ifetch  0x00000001 , 0x00000012 
- 00032494  0x00008dd8 istore  0x00000001 , 0x00000011 
- 00032495  0x00008dd9 istoret  0x00000001 , 0x00000012 
- 00032496  0x00008dda increase  0xffffffff , 0x00000012 
- 00032497  0x00008ddb increase  0x00000001 , 0x00000011 
- 00032498  0x00008ddc loop  0x00007eec 
- 00032499  0x00008ddd rtn 
- 00032500  0x00008de1 deposit  0x00000039 
- 00032501  0x00008de2 rtn  0x00000034 
- 00032502  0x00008de4 increase  0xfffffff8 , 0x00000039 
- 00032503  0x00008de5 call  0x00007eb9 , 0x00000002 
- 00032504  0x00008de6 rtn  0x00000005 
- 00032505  0x00008de7 branch  0x00007ef6 , 0x00000002 
- 00032506  0x00008de8 increase  0x00000008 , 0x00000039 
- 00032507  0x00008dea increase  0xfffffffc , 0x00000039 
- 00032508  0x00008deb call  0x00007eb6 , 0x00000002 
- 00032509  0x00008dec rtn  0x00000005 
- 00032510  0x00008ded branch  0x00007efb , 0x00000002 
- 00032511  0x00008dee increase  0x00000004 , 0x00000039 
- 00032512  0x00008def branch  0x00007f01 
- 00032513  0x00008df2 deposit  0x00000039 
- 00032514  0x00008df3 rtn  0x00000034 
- 00032515  0x00008df5 ifetch  0x00000001 , 0x00000006 
- 00032516  0x00008df6 istore  0x00000001 , 0x00000005 
- 00032517  0x00008df7 loop  0x00007f03 
- 00032518  0x00008df8 rtn 
- 00032519  0x00008dfb setarg  0x00000000 
- 00032520  0x00008dfd rshift  0x00000022 , 0x00000002 
- 00032521  0x00008dfe storet  0x00000004 , 0x00004094 
- 00032522  0x00008dff arg  0x0000419d , 0x00000005 
- 00032523  0x00008e00 iforce  0x00000002 
- 00032524  0x00008e01 lshift  0x00000007 , 0x0000003f 
- 00032525  0x00008e02 iadd  0x00000005 , 0x00000005 
- 00032526  0x00008e03 istoret  0x00000002 , 0x00000005 
- 00032527  0x00008e04 bpatchx  0x000000fc , 0x0000403f 
- 00032528  0x00008e05 rtn 
- 00032529  0x00008e08 arg  0x00000800 , 0x0000000b 
- 00032530  0x00008e09 lshift16  0x0000000b , 0x0000000b 
- 00032531  0x00008e0a iadd  0x0000000b , 0x0000003f 
- 00032532  0x00008e0b rtn 
- 00032533  0x00008e0f arg  0x00000000 , 0x00000007 
- 00032534  0x00008e11 bpatchx  0x000000fd , 0x0000403f 
- 00032535  0x00008e12 fetcht  0x00000004 , 0x00004094 
- 00032536  0x00008e13 rshift  0x00000022 , 0x0000003f 
- 00032537  0x00008e14 store  0x00000004 , 0x00004094 
- 00032538  0x00008e15 isub  0x00000002 , 0x0000003e 
- 00032539  0x00008e16 ncall  0x00007f11 , 0x00000002 
- 00032540  0x00008e17 isub  0x00000002 , 0x0000000b 
- 00032541  0x00008e18 copy  0x0000000b , 0x00000002 
- 00032542  0x00008e19 arg  0x0000419d , 0x00000006 
- 00032543  0x00008e1a copy  0x00000006 , 0x00000005 
- 00032544  0x00008e1b arg  0x00000010 , 0x00000039 
- 00032545  0x00008e1d ifetch  0x00000002 , 0x00000006 
- 00032546  0x00008e1e isub  0x00000002 , 0x0000003f 
- 00032547  0x00008e1f branch  0x00007f25 , 0x00000002 
- 00032548  0x00008e20 force  0x00000000 , 0x0000003f 
- 00032549  0x00008e22 istore  0x00000002 , 0x00000005 
- 00032550  0x00008e23 loop  0x00007f21 
- 00032551  0x00008e24 arg  0x0000419d , 0x00000006 
- 00032552  0x00008e25 lshift  0x00000007 , 0x0000003f 
- 00032553  0x00008e26 iadd  0x00000006 , 0x00000006 
- 00032554  0x00008e27 ifetch  0x00000002 , 0x00000006 
- 00032555  0x00008e28 rtn 
- 00032556  0x00008e2e iadd  0x00000002 , 0x00000002 
- 00032557  0x00008e2f copy  0x00000002 , 0x00000039 
- 00032558  0x00008e30 setarg  0x00000ea6 
- 00032559  0x00008e31 isub  0x00000039 , 0x0000003f 
- 00032560  0x00008e32 rtn  0x00000002 
- 00032561  0x00008e33 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032562  0x00008e34 rshift16  0x00000002 , 0x00000002 
- 00032563  0x00008e35 increase  0x00000001 , 0x00000002 
- 00032564  0x00008e36 lshift16  0x00000002 , 0x00000002 
- 00032565  0x00008e37 ior  0x00000002 , 0x00000002 
- 00032566  0x00008e38 rtn 
- 00032567  0x00008e3b call  0x00007f39 
- 00032568  0x00008e3c branch  0x00007f43 
- 00032569  0x00008e40 disable  0x00000028 
- 00032570  0x00008e41 isub  0x00000002 , 0x0000003f 
- 00032571  0x00008e42 branch  0x00007f3e , 0x00000002 
- 00032572  0x00008e43 enable  0x00000028 
- 00032573  0x00008e44 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032574  0x00008e46 rtnbit0  0x0000000f 
- 00032575  0x00008e47 arg  0xffff0ea6 , 0x00000002 
- 00032576  0x00008e48 iadd  0x00000002 , 0x0000003f 
- 00032577  0x00008e49 set0  0x00000040 , 0x0000003f 
- 00032578  0x00008e4a rtn 
- 00032579  0x00008e4d iforce  0x00000006 
- 00032580  0x00008e4e rshift16  0x0000003f , 0x0000003f 
- 00032581  0x00008e4f arg  0x00000ea6 , 0x00000002 
- 00032582  0x00008e50 imul32  0x00000002 , 0x0000003f 
- 00032583  0x00008e51 iadd  0x00000006 , 0x0000003f 
- 00032584  0x00008e52 rtn 
- 00032585  0x00008e56 lshift8  0x0000003f , 0x0000003f 
- 00032586  0x00008e57 lshift4  0x0000003f , 0x0000003f 
- 00032587  0x00008e58 fetcht  0x00000003 , 0x0000416f 
- 00032588  0x00008e59 idiv  0x00000002 
- 00032589  0x00008e5a call  0x00007f86 
- 00032590  0x00008e5b quotient  0x00000002 
- 00032591  0x00008e5c rtn 
- 00032592  0x00008e60 arg  0x00000ea6 , 0x00000002 
- 00032593  0x00008e61 idiv  0x00000002 
- 00032594  0x00008e62 call  0x00007f86 
- 00032595  0x00008e63 quotient  0x0000003f 
- 00032596  0x00008e64 lshift16  0x0000003f , 0x0000003f 
- 00032597  0x00008e65 remainder  0x00000002 
- 00032598  0x00008e66 ior  0x00000002 , 0x00000002 
- 00032599  0x00008e67 rtn 
- 00032600  0x00008e6f arg  0x00000000 , 0x00000002 
- 00032601  0x00008e71 copy  0x00000002 , 0x00000013 
- 00032602  0x00008e72 ifetch  0x00000001 , 0x00000003 
- 00032603  0x00008e73 call  0x00007f64 
- 00032604  0x00008e74 copy  0x00000013 , 0x00000002 
- 00032605  0x00008e75 call  0x00007f95 
- 00032606  0x00008e76 arg  0x0000000a , 0x00000012 
- 00032607  0x00008e77 imul32  0x00000012 , 0x0000003f 
- 00032608  0x00008e78 iadd  0x00000002 , 0x0000003f 
- 00032609  0x00008e79 copy  0x0000003f , 0x00000002 
- 00032610  0x00008e7a loop  0x00007f59 
- 00032611  0x00008e7b rtn 
- 00032612  0x00008e80 arg  0x0000003a , 0x00000002 
- 00032613  0x00008e81 isub  0x00000002 , 0x0000003e 
- 00032614  0x00008e82 nbranch  0x00007f6d , 0x00000002 
- 00032615  0x00008e83 arg  0x00000061 , 0x00000002 
- 00032616  0x00008e84 isub  0x00000002 , 0x0000003e 
- 00032617  0x00008e85 branch  0x00007f70 , 0x00000002 
- 00032618  0x00008e86 arg  0x00000037 , 0x00000002 
- 00032619  0x00008e87 isub  0x00000002 , 0x0000003f 
- 00032620  0x00008e88 rtn 
- 00032621  0x00008e8a arg  0x00000030 , 0x00000002 
- 00032622  0x00008e8b isub  0x00000002 , 0x0000003f 
- 00032623  0x00008e8c rtn 
- 00032624  0x00008e8e arg  0x00000057 , 0x00000002 
- 00032625  0x00008e8f isub  0x00000002 , 0x0000003f 
- 00032626  0x00008e90 rtn 
- 00032627  0x00008e93 copy  0x00000002 , 0x00000030 
- 00032628  0x00008e94 setarg  0x000001ff 
- 00032629  0x00008e95 force  0x00000000 , 0x00000012 
- 00032630  0x00008e97 rshift3  0x0000003f , 0x00000011 
- 00032631  0x00008e98 rshift  0x00000011 , 0x00000011 
- 00032632  0x00008e99 ixor  0x00000011 , 0x00000011 
- 00032633  0x00008e9a isolate1  0x00000000 , 0x00000011 
- 00032634  0x00008e9b setflag  0x00000001 , 0x00000009 , 0x0000003f 
- 00032635  0x00008e9c rshift  0x00000002 , 0x00000002 
- 00032636  0x00008e9d isolate1  0x00000000 , 0x0000003f 
- 00032637  0x00008e9e setflag  0x00000001 , 0x00000007 , 0x00000002 
- 00032638  0x00008e9f rshift  0x0000003f , 0x0000003f 
- 00032639  0x00008ea0 increase  0x00000001 , 0x00000012 
- 00032640  0x00008ea1 compare  0x00000000 , 0x00000012 , 0x00000007 
- 00032641  0x00008ea2 nbranch  0x00007f76 , 0x00000001 
- 00032642  0x00008ea3 istoret  0x00000001 , 0x00000005 
- 00032643  0x00008ea4 loop  0x00007f76 
- 00032644  0x00008ea5 copy  0x00000030 , 0x00000002 
- 00032645  0x00008ea6 rtn 
- 00032646  0x00008eaa rtn  0x00000035 
- 00032647  0x00008eab branch  0x00007f86 
- 00032648  0x00008eb7 ifetch  0x00000001 , 0x00000011 
- 00032649  0x00008eb8 ifetcht  0x00000001 , 0x00000012 
- 00032650  0x00008eb9 isub  0x00000002 , 0x0000003e 
- 00032651  0x00008eba nrtn  0x00000005 
- 00032652  0x00008ebb increase  0x00000001 , 0x00000011 
- 00032653  0x00008ebc increase  0x00000001 , 0x00000012 
- 00032654  0x00008ebd loop  0x00007f88 
- 00032655  0x00008ebe force  0x00000000 , 0x0000003e 
- 00032656  0x00008ebf rtn 
- 00032657  0x00008ec3 isub  0x00000002 , 0x0000003e 
- 00032658  0x00008ec4 nrtn  0x00000002 
- 00032659  0x00008ec5 deposit  0x00000002 
- 00032660  0x00008ec6 rtn 
- 00032661  0x00008ec9 iadd  0x00000002 , 0x0000003f 
- 00032662  0x00008eca isub  0x00000002 , 0x00000002 
- 00032663  0x00008ecb isub  0x00000002 , 0x0000003f 
- 00032664  0x00008ecc rtn 
- 00032665  0x00008ecf arg  0x00000200 , 0x00000039 
- 00032666  0x00008ed0 arg  0x00004000 , 0x00000005 
- 00032667  0x00008ed1 branch  0x00007ec6 
- 00032668  0x00008ed5 rtn  0x00000034 
- 00032669  0x00008ed6 copy  0x0000003f , 0x0000003d 
- 00032670  0x00008eda hfetch  0x00000002 , 0x0000810e 
- 00032671  0x00008edb nbranch  0x00007f9e , 0x00000034 
- 00032672  0x00008edc rtn 
- 00032673  0x00008edf jam  0x00000001 , 0x00008203 
- 00032674  0x00008ee0 rtn 
- 00032675  0x00008ee3 hstore  0x00000002 , 0x00008205 
- 00032676  0x00008ee4 hfetch  0x00000001 , 0x00008203 
- 00032677  0x00008ee5 set1  0x00000004 , 0x0000003f 
- 00032678  0x00008ee6 hstore  0x00000001 , 0x00008203 
- 00032679  0x00008ee7 rtn 
- 00032680  0x00008ee9 hstore  0x00000002 , 0x00008207 
- 00032681  0x00008eea hfetch  0x00000001 , 0x00008203 
- 00032682  0x00008eeb set1  0x00000006 , 0x0000003f 
- 00032683  0x00008eec hstore  0x00000001 , 0x00008203 
- 00032684  0x00008eed rtn 
- 00032685  0x00008ef0 hstore  0x00000002 , 0x00008205 
- 00032686  0x00008ef1 jam  0x00000030 , 0x00008203 
- 00032687  0x00008ef2 rtn 
- 00032688  0x00008ef7 hfetch  0x00000001 , 0x00008043 
- 00032689  0x00008ef8 set0  0x00000004 , 0x0000003f 
- 00032690  0x00008ef9 hstore  0x00000001 , 0x00008043 
- 00032691  0x00008efa rtn 
- 00032692  0x00008efd hfetch  0x00000002 , 0x0000810e 
- 00032693  0x00008efe arg  0x00000200 , 0x00000002 
- 00032694  0x00008f00 isub  0x00000002 , 0x0000003e 
- 00032695  0x00008f01 rtn 
- 00032696  0x00008f08 bpatchx  0x000000fe , 0x0000403f 
- 00032697  0x00008f09 ifetcht  0x00000008 , 0x00000011 
- 00032698  0x00008f0a and  0x00000002 , 0x000000ff , 0x0000003f 
- 00032699  0x00008f0b nbranch  0x00007fbe , 0x00000034 
- 00032700  0x00008f0c rshift8  0x00000002 , 0x0000003f 
- 00032701  0x00008f0d istore  0x00000008 , 0x00000011 
- 00032702  0x00008f0f increase  0x00000007 , 0x00000011 
- 00032703  0x00008f10 ifetch  0x00000001 , 0x00000011 
- 00032704  0x00008f11 nbranch  0x00002a8c , 0x00000034 
- 00032705  0x00008f12 fetch  0x00000001 , 0x00000a99 
- 00032706  0x00008f13 istore  0x00000001 , 0x00000011 
- 00032707  0x00008f14 rtn 
- 00032708  0x00008f1a bpatchx  0x000000ff , 0x0000403f 
- 00032709  0x00008f1b arg  0x00000008 , 0x00000039 
- 00032710  0x00008f1c ifetch  0x00000008 , 0x00000011 
- 00032711  0x00008f1d rtn  0x00000034 
- 00032712  0x00008f1f ifetch  0x00000001 , 0x00000011 
- 00032713  0x00008f20 nbranch  0x00007fcd , 0x00000034 
- 00032714  0x00008f21 increase  0x00000001 , 0x00000011 
- 00032715  0x00008f22 loop  0x00007fc8 
- 00032716  0x00008f23 branch  0x00002a8c 
- 00032717  0x00008f25 arg  0x00000000 , 0x00000002 
- 00032718  0x00008f26 istoret  0x00000001 , 0x00000011 
- 00032719  0x00008f27 rtn 
- 00032720  0x00008f2d ifetch  0x00000008 , 0x00000011 
- 00032721  0x00008f2e rtn 
- 00032722  0x00008f34 ifetch  0x00000001 , 0x00000011 
- 00032723  0x00008f35 rtn 
- 00032724  0x00008f39 ifetch  0x00000002 , 0x00000011 
- 00032725  0x00008f3a rtn 
- 00032726  0x00008f3f arg  0x00000000 , 0x00000002 
- 00032727  0x00008f41 fetch  0x00000001 , 0x00000006 
- 00032728  0x00008f42 loop  0x00007fd7 , 0x00000034 
- 00032729  0x00008f43 increase  0x00000001 , 0x00000002 
- 00032730  0x00008f44 loop  0x00007fd7 
- 00032731  0x00008f45 copy  0x00000002 , 0x0000003f 
- 00032732  0x00008f46 rtn 
- 00032733  0x00008f49 isub  0x00000002 , 0x0000003e 
- 00032734  0x00008f4a nrtn  0x00000002 
- 00032735  0x00008f4b copy  0x00000002 , 0x0000003f 
- 00032736  0x00008f4c rtn 
- 00032737  0x00008f50 force  0xffffffff , 0x0000003e 
- 00032738  0x00008f51 rtn 
- 00032739  0x00008f54 force  0x00000001 , 0x0000003e 
- 00032740  0x00008f55 rtn 
- 00032741  0x00008f57 force  0x00000000 , 0x0000003e 
- 00032742  0x00008f58 rtn 
- 00032743  0x00008f5b enable  0x00000028 
- 00032744  0x00008f5c rtn 
- 00032745  0x00008f5f disable  0x00000028 
- 00032746  0x00008f60 rtn 
- 00032747  0x00008f63 enable  0x0000002c 
- 00032748  0x00008f64 rtn 
- 00032749  0x00008f67 disable  0x0000002c 
- 00032750  0x00008f68 rtn 
- 00032751  0x00008f6b setarg  0x00000001 
- 00032752  0x00008f6c rtn 
- 00032753  0x00008f6f setarg  0x00000000 
- 00032754  0x00008f70 rtn 
- 00032755  0x00008f74 copy  0x00000039 , 0x0000003f 
- 00032756  0x00008f75 rtn  0x00000034 
- 00032757  0x00008f76 copy  0x00000006 , 0x0000003f 
- 00032758  0x00008f77 iadd  0x00000039 , 0x0000003f 
- 00032759  0x00008f78 increase  0xffffffff , 0x0000003f 
- 00032760  0x00008f79 copy  0x0000003f , 0x00000006 
- 00032761  0x00008f7b ifetch  0x00000001 , 0x00000006 
- 00032762  0x00008f7c increase  0xfffffffe , 0x00000006 
- 00032763  0x00008f7d istore  0x00000001 , 0x00000005 
- 00032764  0x00008f7e loop  0x00007ff9 
- 00032765  0x00008f7f rtn 
+ 00000000  0x00000042 bbit1  0x00000008 , 0x00000010 
+ 00000001  0x00000043 beq  0x00000001 , 0x00000027 
+ 00000002  0x00000044 beq  0x00000085 , 0x0000067e 
+ 00000003  0x00000045 beq  0x00000089 , 0x0000064f 
+ 00000004  0x00000046 beq  0x000000a1 , 0x00000030 
+ 00000005  0x00000047 beq  0x000000b1 , 0x00000035 
+ 00000006  0x00000048 beq  0x000000b2 , 0x00000041 
+ 00000007  0x00000049 beq  0x000000c4 , 0x000002cf 
+ 00000008  0x0000004a beq  0x000000c9 , 0x00000373 
+ 00000009  0x0000004b beq  0x000000ca , 0x00000377 
+ 00000010  0x0000004c beq  0x000000e3 , 0x000004ab 
+ 00000011  0x0000004d beq  0x000000e6 , 0x000004d2 
+ 00000012  0x0000004e beq  0x000000ea , 0x0000050e 
+ 00000013  0x0000004f beq  0x000000eb , 0x0000051e 
+ 00000014  0x00000050 beq  0x000000ec , 0x00000544 
+ 00000015  0x00000051 branch  0x00002a8e 
+ 00000016  0x00000053 beq  0x00000039 , 0x00000549 
+ 00000017  0x00000054 beq  0x00000043 , 0x00000551 
+ 00000018  0x00000055 beq  0x0000004a , 0x00000557 
+ 00000019  0x00000056 beq  0x00000057 , 0x0000055a 
+ 00000020  0x00000057 beq  0x00000059 , 0x0000056a 
+ 00000021  0x00000058 beq  0x00000063 , 0x00000577 
+ 00000022  0x00000059 beq  0x00000066 , 0x000005a1 
+ 00000023  0x0000005a beq  0x00000067 , 0x000005b8 
+ 00000024  0x0000005b beq  0x0000006a , 0x000005e4 
+ 00000025  0x0000005c beq  0x00000077 , 0x000005ef 
+ 00000026  0x0000005d beq  0x000000fa , 0x000005ff 
+ 00000027  0x0000005e beq  0x0000008c , 0x00000608 
+ 00000028  0x0000005f branch  0x00002a8e 
+ 00000029  0x00000063 copy  0x0000003f , 0x00000011 
+ 00000030  0x00000064 fetcht  0x00000001 , 0x00004c85 
+ 00000031  0x00000065 setarg  0x00004c8c 
+ 00000032  0x00000066 iadd  0x00000002 , 0x00000005 
+ 00000033  0x00000067 copy  0x00000011 , 0x0000003f 
+ 00000034  0x00000068 istore  0x00000001 , 0x00000005 
+ 00000035  0x00000069 increase  0x00000001 , 0x00000002 
+ 00000036  0x0000006a and_into  0x00000007 , 0x00000002 
+ 00000037  0x0000006b storet  0x00000001 , 0x00004c85 
+ 00000038  0x0000006c rtn 
+ 00000039  0x0000008b arg  0x000009ae , 0x00000005 
+ 00000040  0x0000008c arg  0x0000000c , 0x00000039 
+ 00000041  0x0000008d call  0x00007ed4 
+ 00000042  0x0000008e call  0x000003ad 
+ 00000043  0x0000008f call  0x00006a03 
+ 00000044  0x00000090 call  0x00005cf6 
+ 00000045  0x00000091 ncall  0x00002c65 , 0x0000002b 
+ 00000046  0x00000092 call  0x00007ccd 
+ 00000047  0x00000093 branch  0x0000200c 
+ 00000048  0x00000096 setarg  0x00000a06 
+ 00000049  0x00000097 store  0x00000003 , 0x00004510 
+ 00000050  0x00000098 setarg  0x00001d87 
+ 00000051  0x00000099 store  0x00000002 , 0x00004513 
+ 00000052  0x0000009a branch  0x00002aa2 
+ 00000053  0x0000009d rtnmark1  0x00000026 
+ 00000054  0x0000009e fetch  0x00000001 , 0x00004b01 
+ 00000055  0x0000009f nbranch  0x00007fef , 0x00000034 
+ 00000056  0x000000a0 fetch  0x00000001 , 0x00004b07 
+ 00000057  0x000000a1 nbranch  0x00007fef , 0x00000034 
+ 00000058  0x000000a2 fetch  0x00000001 , 0x0000479c 
+ 00000059  0x000000a3 branch  0x00007fef , 0x00000034 
+ 00000060  0x000000a4 fetch  0x00000001 , 0x000047c4 
+ 00000061  0x000000a5 beq  0x00000001 , 0x00007fef 
+ 00000062  0x000000a6 fetch  0x00000001 , 0x00004806 
+ 00000063  0x000000a7 nbranch  0x00007fef , 0x00000034 
+ 00000064  0x000000a8 branch  0x00007ff1 
+ 00000065  0x000000ab rtnmark0  0x00000026 
+ 00000066  0x000000ac fetch  0x00000001 , 0x00004d0a 
+ 00000067  0x000000ad beq  0x00000001 , 0x00000057 
+ 00000068  0x000000af call  0x000000f6 
+ 00000069  0x000000b0 nbranch  0x0000006e , 0x00000028 
+ 00000070  0x000000b1 call  0x000000dd 
+ 00000071  0x000000b3 call  0x00000119 
+ 00000072  0x000000b4 fetch  0x00000001 , 0x00004bda 
+ 00000073  0x000000b5 rtnne  0x000000ff 
+ 00000074  0x000000b6 jam  0x00000002 , 0x000041de 
+ 00000075  0x000000b7 call  0x00000053 
+ 00000076  0x000000b8 fetch  0x00000001 , 0x00004b01 
+ 00000077  0x000000b9 beq  0x00000001 , 0x000001a6 
+ 00000078  0x000000bb call  0x0000007a 
+ 00000079  0x000000bc nrtn  0x00000028 
+ 00000080  0x000000bd call  0x000002cc 
+ 00000081  0x000000be setarg  0x0000ec54 
+ 00000082  0x000000bf branch  0x00002b93 
+ 00000083  0x000000c4 setarg  0x00017700 
+ 00000084  0x000000c5 store  0x00000003 , 0x00004bf9 
+ 00000085  0x000000c6 jam  0x00000014 , 0x00004b3c 
+ 00000086  0x000000c7 rtn 
+ 00000087  0x000000ca call  0x00000297 
+ 00000088  0x000000cb nrtn  0x00000028 
+ 00000089  0x000000cc call  0x00000068 
+ 00000090  0x000000cd fetch  0x00000001 , 0x00004d0b 
+ 00000091  0x000000ce increase  0x00000001 , 0x0000003f 
+ 00000092  0x000000cf store  0x00000001 , 0x00004d0b 
+ 00000093  0x000000d0 sub  0x0000003f , 0x00000019 , 0x0000003e 
+ 00000094  0x000000d1 call  0x00000060 , 0x00000005 
+ 00000095  0x000000d2 branch  0x00000044 
+ 00000096  0x000000d4 jam  0x00000000 , 0x00004d0a 
+ 00000097  0x000000d5 jam  0x00000000 , 0x00004d0b 
+ 00000098  0x000000d7 jam  0x00000000 , 0x00004c05 
+ 00000099  0x000000d8 fetch  0x00000001 , 0x00004bf0 
+ 00000100  0x000000da store  0x00000001 , 0x00004bef 
+ 00000101  0x000000db rtn 
+ 00000102  0x000000dd fetch  0x00000001 , 0x00004bf1 
+ 00000103  0x000000de branch  0x00000064 
+ 00000104  0x000000e0 fetch  0x00000001 , 0x00004c05 
+ 00000105  0x000000e1 increase  0x00000001 , 0x0000003f 
+ 00000106  0x000000e2 store  0x00000001 , 0x00004c05 
+ 00000107  0x000000e3 beq  0x00000004 , 0x00000066 
+ 00000108  0x000000e4 beq  0x00000005 , 0x00000062 
+ 00000109  0x000000e5 rtn 
+ 00000110  0x000000e8 fetch  0x00000001 , 0x00004bf6 
+ 00000111  0x000000e9 call  0x00000095 , 0x00000034 
+ 00000112  0x000000ea fetch  0x00000001 , 0x00004b06 
+ 00000113  0x000000eb nrtn  0x00000034 
+ 00000114  0x000000ec fetch  0x00000001 , 0x00004b01 
+ 00000115  0x000000ed rtneq  0x00000001 
+ 00000116  0x000000ef call  0x0000007a 
+ 00000117  0x000000f0 nrtn  0x00000028 
+ 00000118  0x000000f1 fetch  0x00000003 , 0x00004bf9 
+ 00000119  0x000000f2 call  0x00007f49 
+ 00000120  0x000000f3 storet  0x00000004 , 0x0000415b 
+ 00000121  0x000000f4 branch  0x00002b2a 
+ 00000122  0x000000f7 enable  0x00000028 
+ 00000123  0x000000f8 call  0x00002afa 
+ 00000124  0x000000f9 fetch  0x00000003 , 0x0000416f 
+ 00000125  0x000000fa branch  0x00007fe9 , 0x00000034 
+ 00000126  0x000000fb fetch  0x00000001 , 0x00004091 
+ 00000127  0x000000fc branch  0x00007fe9 , 0x00000034 
+ 00000128  0x000000fd fetch  0x00000001 , 0x000045b1 
+ 00000129  0x000000fe branch  0x00007fe9 , 0x00000034 
+ 00000130  0x000000ff fetch  0x00000001 , 0x00004d0a 
+ 00000131  0x00000100 beq  0x00000001 , 0x00007fe9 
+ 00000132  0x00000102 call  0x00000092 
+ 00000133  0x00000103 call  0x000002cc 
+ 00000134  0x00000105 call  0x00003ebf 
+ 00000135  0x00000106 hfetch  0x00000004 , 0x00008070 
+ 00000136  0x00000107 hfetcht  0x00000004 , 0x00008078 
+ 00000137  0x00000108 ior  0x00000002 , 0x00000002 
+ 00000138  0x00000109 invert  0x00000002 , 0x00000002 
+ 00000139  0x0000010a hstoret  0x00000004 , 0x0000807c 
+ 00000140  0x0000010c fetcht  0x00000001 , 0x00004b3e 
+ 00000141  0x0000010d call  0x000067fb 
+ 00000142  0x0000010e fetcht  0x00000001 , 0x00004b3e 
+ 00000143  0x0000010f set1  0x00000007 , 0x00000002 
+ 00000144  0x00000110 arg  0x00008078 , 0x00000005 
+ 00000145  0x00000111 branch  0x00006830 
+ 00000146  0x00000114 fetch  0x00000001 , 0x00004b0c 
+ 00000147  0x00000115 rtn  0x00000034 
+ 00000148  0x00000116 branch  0x000004ab 
+ 00000149  0x00000119 jam  0x00000001 , 0x00004bf6 
+ 00000150  0x0000011a jam  0x00000000 , 0x00004cff 
+ 00000151  0x0000011b call  0x000000a5 
+ 00000152  0x0000011c store  0x00000001 , 0x00004b66 
+ 00000153  0x0000011d setarg  0x00000000 
+ 00000154  0x0000011e store  0x00000007 , 0x00004b67 
+ 00000155  0x0000011f fetch  0x00000004 , 0x00004c01 
+ 00000156  0x00000120 store  0x00000004 , 0x00004b6e 
+ 00000157  0x00000121 jam  0x0000000c , 0x00004bca 
+ 00000158  0x00000122 fetch  0x00000001 , 0x00004bcb 
+ 00000159  0x00000123 set1  0x00000003 , 0x0000003f 
+ 00000160  0x00000124 store  0x00000001 , 0x00004bcb 
+ 00000161  0x00000125 call  0x000000f9 
+ 00000162  0x00000126 branch  0x00000047 
+ 00000163  0x00000132 jam  0x00000001 , 0x00004d00 
+ 00000164  0x00000133 jam  0x00000000 , 0x00004d02 
+ 00000165  0x00000135 fetch  0x00000001 , 0x00004bcb 
+ 00000166  0x00000136 and_into  0x00000007 , 0x0000003f 
+ 00000167  0x00000137 store  0x00000001 , 0x00004bcb 
+ 00000168  0x00000138 rtn 
+ 00000169  0x0000013b fetch  0x00000001 , 0x00004bcb 
+ 00000170  0x0000013c set1  0x00000004 , 0x0000003f 
+ 00000171  0x0000013d store  0x00000001 , 0x00004bcb 
+ 00000172  0x0000013f store  0x00000001 , 0x00004b86 
+ 00000173  0x00000140 rtn 
+ 00000174  0x00000142 fetch  0x00000001 , 0x00004bcb 
+ 00000175  0x00000143 set0  0x00000004 , 0x0000003f 
+ 00000176  0x00000144 store  0x00000001 , 0x00004bcb 
+ 00000177  0x00000145 rtn 
+ 00000178  0x00000148 call  0x0000061b 
+ 00000179  0x00000149 fetch  0x00000001 , 0x00004d01 
+ 00000180  0x0000014a beq  0x00000001 , 0x000000b7 
+ 00000181  0x0000014b beq  0x00000002 , 0x000000bb 
+ 00000182  0x0000014c rtn 
+ 00000183  0x0000014e jam  0x00000002 , 0x00004d02 
+ 00000184  0x00000150 jam  0x00000000 , 0x00004cfe 
+ 00000185  0x00000151 jam  0x00000000 , 0x00004d00 
+ 00000186  0x00000152 branch  0x000000a5 
+ 00000187  0x00000155 jam  0x00000000 , 0x00004cff 
+ 00000188  0x00000156 branch  0x000000b8 
+ 00000189  0x0000015a fetch  0x00000002 , 0x00004bd0 
+ 00000190  0x0000015b increase  0x00000001 , 0x0000003f 
+ 00000191  0x0000015c store  0x00000002 , 0x00004bd0 
+ 00000192  0x0000015d bbit1  0x0000000a , 0x00000156 
+ 00000193  0x0000015e fetch  0x00000001 , 0x00004cff 
+ 00000194  0x0000015f beq  0x00000001 , 0x000000c6 
+ 00000195  0x00000160 jam  0x00000001 , 0x00004cff 
+ 00000196  0x00000162 fetch  0x00000001 , 0x00004cff 
+ 00000197  0x00000163 bne  0x00000001 , 0x000000a5 
+ 00000198  0x00000165 fetch  0x00000001 , 0x00004cfd 
+ 00000199  0x00000166 increase  0x00000001 , 0x0000003f 
+ 00000200  0x00000167 store  0x00000001 , 0x00004cfd 
+ 00000201  0x00000168 beq  0x00000004 , 0x000000cd 
+ 00000202  0x00000169 call  0x000001d8 
+ 00000203  0x0000016a jam  0x00000002 , 0x00004c0f 
+ 00000204  0x0000016b branch  0x00000119 
+ 00000205  0x0000016e call  0x0000061b 
+ 00000206  0x0000016f jam  0x00000000 , 0x00004cfd 
+ 00000207  0x00000170 branch  0x000000a5 
+ 00000208  0x00000173 jam  0x00000002 , 0x00004d02 
+ 00000209  0x00000175 jam  0x00000001 , 0x00004d00 
+ 00000210  0x00000176 jam  0x00000000 , 0x00004cff 
+ 00000211  0x00000177 branch  0x000000a5 
+ 00000212  0x0000017a fetch  0x00000001 , 0x00004d01 
+ 00000213  0x0000017b beq  0x00000003 , 0x000000d1 
+ 00000214  0x0000017c fetch  0x00000001 , 0x00004bcb 
+ 00000215  0x0000017d isolate0  0x00000004 , 0x0000003f 
+ 00000216  0x0000017e branch  0x000000a3 , 0x00000001 
+ 00000217  0x0000017f fetch  0x00000001 , 0x00004d01 
+ 00000218  0x00000180 beq  0x00000001 , 0x000000d0 
+ 00000219  0x00000181 beq  0x00000002 , 0x000000d1 
+ 00000220  0x00000182 rtn 
+ 00000221  0x00000185 fetch  0x00000001 , 0x00004bda 
+ 00000222  0x00000186 rtnne  0x000000ff 
+ 00000223  0x00000187 call  0x000000e2 
+ 00000224  0x00000188 ncall  0x000000ea , 0x0000002c 
+ 00000225  0x00000189 rtn 
+ 00000226  0x0000018c disable  0x0000002c 
+ 00000227  0x0000018d fetch  0x00000001 , 0x00004d00 
+ 00000228  0x0000018e rtnne  0x00000001 
+ 00000229  0x0000018f fetch  0x00000001 , 0x00004d02 
+ 00000230  0x00000190 rtnne  0x00000000 
+ 00000231  0x00000191 jam  0x00000001 , 0x00004d01 
+ 00000232  0x00000192 jam  0x00000004 , 0x00004c0f 
+ 00000233  0x00000193 branch  0x00007feb 
+ 00000234  0x00000196 fetch  0x00000001 , 0x00004d02 
+ 00000235  0x00000197 branch  0x000000f1 , 0x00000034 
+ 00000236  0x00000198 increase  0xffffffff , 0x0000003f 
+ 00000237  0x00000199 store  0x00000001 , 0x00004d02 
+ 00000238  0x0000019a jam  0x00000002 , 0x00004d01 
+ 00000239  0x0000019b jam  0x00000004 , 0x00004c0f 
+ 00000240  0x0000019c branch  0x000001d8 
+ 00000241  0x0000019f jam  0x00000003 , 0x00004d01 
+ 00000242  0x000001a0 fetch  0x00000001 , 0x00004cff 
+ 00000243  0x000001a1 nbranch  0x000000c4 , 0x00000034 
+ 00000244  0x000001a2 jam  0x00000002 , 0x00004c0f 
+ 00000245  0x000001a3 branch  0x000001d8 
+ 00000246  0x000001a6 fetch  0x00000001 , 0x00004bda 
+ 00000247  0x000001a7 bne  0x000000ff , 0x00000166 
+ 00000248  0x000001a9 call  0x000000fc 
+ 00000249  0x000001ab call  0x00000204 
+ 00000250  0x000001ac jam  0x00000001 , 0x00004bcf 
+ 00000251  0x000001ad rtn 
+ 00000252  0x000001b0 fetch  0x00000002 , 0x00004cfb 
+ 00000253  0x000001b1 call  0x00007f9c 
+ 00000254  0x000001b2 branch  0x00000102 , 0x00000028 
+ 00000255  0x000001b3 fetch  0x00000007 , 0x00004b67 
+ 00000256  0x000001b4 rtn  0x00000034 
+ 00000257  0x000001b5 branch  0x00007fe7 
+ 00000258  0x000001b7 call  0x000003cd 
+ 00000259  0x000001b8 jam  0x00000000 , 0x00004bf6 
+ 00000260  0x000001b9 add  0x00000011 , 0x00000001 , 0x0000003f 
+ 00000261  0x000001ba store  0x00000001 , 0x00004bca 
+ 00000262  0x000001bb call  0x000000a5 
+ 00000263  0x000001bc store  0x00000001 , 0x00004b66 
+ 00000264  0x000001bd ifetcht  0x00000001 , 0x00000005 
+ 00000265  0x000001be ifetch  0x00000001 , 0x00000012 
+ 00000266  0x000001bf ior  0x00000002 , 0x0000003f 
+ 00000267  0x000001c0 istore  0x00000001 , 0x00000005 
+ 00000268  0x000001c1 increase  0x00000001 , 0x00000012 
+ 00000269  0x000001c2 ifetch  0x00000004 , 0x00000012 
+ 00000270  0x000001c3 istore  0x00000004 , 0x00000005 
+ 00000271  0x000001c4 increase  0x00000004 , 0x00000012 
+ 00000272  0x000001c5 arg  0x00004b6c , 0x00000005 
+ 00000273  0x000001c6 arg  0x00000002 , 0x00000039 
+ 00000274  0x000001c8 ifetch  0x00000001 , 0x00000012 
+ 00000275  0x000001c9 ifetcht  0x00000001 , 0x00000005 
+ 00000276  0x000001ca iadd  0x00000002 , 0x0000003f 
+ 00000277  0x000001cb istore  0x00000001 , 0x00000005 
+ 00000278  0x000001cc increase  0x00000001 , 0x00000012 
+ 00000279  0x000001cd loop  0x00000112 
+ 00000280  0x000001ce rtn 
+ 00000281  0x000001d1 jam  0x00000000 , 0x00004bd3 
+ 00000282  0x000001d2 fetch  0x00000001 , 0x00004b3f 
+ 00000283  0x000001d3 increase  0x00000001 , 0x0000003f 
+ 00000284  0x000001d4 store  0x00000001 , 0x00004b3f 
+ 00000285  0x000001d6 arg  0x00000d00 , 0x0000000b 
+ 00000286  0x000001d7 until  0x00000023 , 0x00000026 
+ 00000287  0x000001d8 call  0x00000135 
+ 00000288  0x000001db nbranch  0x00000142 , 0x00000018 
+ 00000289  0x000001dc nbranch  0x00000142 , 0x0000002f 
+ 00000290  0x000001dd call  0x00000130 
+ 00000291  0x000001de call  0x0000015a 
+ 00000292  0x000001df call  0x00000617 
+ 00000293  0x000001e1 jam  0x00000000 , 0x00004b3f 
+ 00000294  0x000001e2 fetch  0x00000001 , 0x00004bc9 
+ 00000295  0x000001e3 increase  0x00000001 , 0x0000003f 
+ 00000296  0x000001e4 store  0x00000001 , 0x00004bc9 
+ 00000297  0x000001e5 fetch  0x00000001 , 0x00004bda 
+ 00000298  0x000001e6 bne  0x000000ff , 0x00000133 
+ 00000299  0x000001e7 call  0x000000d4 
+ 00000300  0x000001e9 setarg  0x00000000 
+ 00000301  0x000001ea store  0x00000004 , 0x00004bcf 
+ 00000302  0x000001ec store  0x00000001 , 0x00004cfe 
+ 00000303  0x000001ee rtn 
+ 00000304  0x000001f1 arg  0x00000004 , 0x00000039 
+ 00000305  0x000001f2 arg  0x00004b66 , 0x00000005 
+ 00000306  0x000001f3 branch  0x00007ec6 
+ 00000307  0x000001f6 call  0x00000614 
+ 00000308  0x000001f7 branch  0x00000180 
+ 00000309  0x000001fa disable  0x0000002f 
+ 00000310  0x000001fb call  0x00000276 
+ 00000311  0x00000200 force  0x00000000 , 0x00000015 
+ 00000312  0x00000201 fetch  0x00000004 , 0x00004bf2 
+ 00000313  0x00000202 iforce  0x00000009 
+ 00000314  0x00000203 fetcht  0x00000001 , 0x00000017 
+ 00000315  0x00000204 call  0x0000291f 
+ 00000316  0x00000205 call  0x00002924 
+ 00000317  0x00000206 call  0x00000235 
+ 00000318  0x00000207 call  0x0000026e , 0x0000002f 
+ 00000319  0x00000208 rtn 
+ 00000320  0x0000020a call  0x0000026e 
+ 00000321  0x0000020b branch  0x00000125 
+ 00000322  0x0000020e fetch  0x00000002 , 0x00004bd0 
+ 00000323  0x0000020f increase  0x00000001 , 0x0000003f 
+ 00000324  0x00000210 store  0x00000002 , 0x00004bd0 
+ 00000325  0x00000211 fetch  0x00000001 , 0x00004bd1 
+ 00000326  0x00000212 bbit1  0x00000004 , 0x00000158 
+ 00000327  0x00000213 fetch  0x00000001 , 0x00004bda 
+ 00000328  0x00000214 bne  0x000000ff , 0x00000154 
+ 00000329  0x00000215 fetch  0x00000001 , 0x00004b3f 
+ 00000330  0x00000216 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00000331  0x00000217 ncall  0x000001d8 , 0x00000002 
+ 00000332  0x00000218 fetch  0x00000001 , 0x00004bd3 
+ 00000333  0x00000219 increase  0x00000001 , 0x0000003f 
+ 00000334  0x0000021a store  0x00000001 , 0x00004bd3 
+ 00000335  0x0000021b bne  0x00000006 , 0x0000011d 
+ 00000336  0x0000021c fetch  0x00000001 , 0x00004b3f 
+ 00000337  0x0000021d sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00000338  0x0000021e call  0x000001d8 , 0x00000002 
+ 00000339  0x0000021f branch  0x00000119 
+ 00000340  0x00000221 fetch  0x00000001 , 0x00004bd0 
+ 00000341  0x00000222 rtnne  0x000000ff 
+ 00000342  0x00000224 setarg  0x00000000 
+ 00000343  0x00000225 store  0x00000002 , 0x00004bd0 
+ 00000344  0x00000227 jam  0x0000003a , 0x00000a99 
+ 00000345  0x00000228 branch  0x00007d86 
+ 00000346  0x0000022b call  0x000001e9 
+ 00000347  0x0000022c fetch  0x00000001 , 0x00004bc8 
+ 00000348  0x0000022d rtn  0x00000034 
+ 00000349  0x0000022e iforce  0x00000039 
+ 00000350  0x0000022f arg  0x00004b46 , 0x00000006 
+ 00000351  0x00000230 arg  0x00004ba8 , 0x00000005 
+ 00000352  0x00000231 branch  0x00007f01 
+ 00000353  0x00000234 jam  0x00000020 , 0x000041de 
+ 00000354  0x00000235 jam  0x00000000 , 0x00004bc9 
+ 00000355  0x00000236 jam  0x0000004e , 0x00004bd4 
+ 00000356  0x00000237 fetch  0x00000004 , 0x00004bd6 
+ 00000357  0x00000238 branch  0x000001f6 
+ 00000358  0x0000023b fetch  0x00000001 , 0x00004bcf 
+ 00000359  0x0000023c beq  0x00000001 , 0x00007fe7 
+ 00000360  0x0000023d fetch  0x00000001 , 0x00004bda 
+ 00000361  0x0000023e beq  0x00000001 , 0x0000016d 
+ 00000362  0x0000023f beq  0x00000002 , 0x00000170 
+ 00000363  0x00000240 beq  0x00000003 , 0x00000173 
+ 00000364  0x00000241 branch  0x00002a8c 
+ 00000365  0x00000244 jam  0x00000011 , 0x00004bda 
+ 00000366  0x00000245 jam  0x000000aa , 0x0000119e 
+ 00000367  0x00000246 branch  0x00000175 
+ 00000368  0x00000248 jam  0x00000012 , 0x00004bda 
+ 00000369  0x00000249 jam  0x00000055 , 0x0000119e 
+ 00000370  0x0000024a branch  0x00000175 
+ 00000371  0x0000024c jam  0x00000013 , 0x00004bda 
+ 00000372  0x0000024d jam  0x00000022 , 0x0000119e 
+ 00000373  0x0000024f fetch  0x00000001 , 0x00004bcb 
+ 00000374  0x00000250 and_into  0x00000007 , 0x0000003f 
+ 00000375  0x00000251 store  0x00000001 , 0x0000119f 
+ 00000376  0x00000252 fetch  0x00000004 , 0x00004c01 
+ 00000377  0x00000253 store  0x00000004 , 0x000011a0 
+ 00000378  0x00000255 jam  0x00000000 , 0x000011a4 
+ 00000379  0x00000256 arg  0x0000119e , 0x00000011 
+ 00000380  0x00000257 arg  0x00000007 , 0x00000002 
+ 00000381  0x00000258 call  0x000001e4 
+ 00000382  0x00000259 call  0x000000f9 
+ 00000383  0x0000025a branch  0x00007fe7 
+ 00000384  0x0000025d fetch  0x00000001 , 0x00004bda 
+ 00000385  0x0000025e rtneq  0x000000ff 
+ 00000386  0x0000025f beq  0x00000011 , 0x00000186 
+ 00000387  0x00000260 beq  0x00000012 , 0x00000188 
+ 00000388  0x00000261 beq  0x00000013 , 0x0000018a 
+ 00000389  0x00000262 rtn 
+ 00000390  0x00000266 jam  0x00000002 , 0x00004bda 
+ 00000391  0x00000267 branch  0x0000012c 
+ 00000392  0x00000269 jam  0x00000003 , 0x00004bda 
+ 00000393  0x0000026a branch  0x0000012c 
+ 00000394  0x0000026c jam  0x000000ff , 0x00004bda 
+ 00000395  0x0000026d jam  0x00000039 , 0x00000a99 
+ 00000396  0x0000026e call  0x00007d86 
+ 00000397  0x0000026f fetch  0x00000004 , 0x00004baa 
+ 00000398  0x00000270 call  0x000001f6 
+ 00000399  0x00000271 branch  0x0000012c 
+ 00000400  0x00000278 call  0x00000385 
+ 00000401  0x00000279 branch  0x000001b7 , 0x00000028 
+ 00000402  0x0000027b set0  0x00000026 , 0x00000000 
+ 00000403  0x0000027c call  0x000001d7 
+ 00000404  0x0000027d fetch  0x00000001 , 0x00004bda 
+ 00000405  0x0000027e rtnne  0x000000ff 
+ 00000406  0x0000027f call  0x000001a9 
+ 00000407  0x00000281 setarg  0x00000000 
+ 00000408  0x00000282 store  0x00000002 , 0x00004bf7 
+ 00000409  0x00000284 call  0x00002afa 
+ 00000410  0x00000285 nop  0x000007d0 
+ 00000411  0x00000286 fetch  0x00000001 , 0x00004bf7 
+ 00000412  0x00000287 beq  0x000000ff , 0x00000158 
+ 00000413  0x00000288 call  0x00000135 
+ 00000414  0x00000289 nbranch  0x000001b2 , 0x00000018 
+ 00000415  0x0000028a nbranch  0x000001b2 , 0x0000002f 
+ 00000416  0x0000028c set1  0x00000026 , 0x00000000 
+ 00000417  0x0000028d setarg  0x00000000 
+ 00000418  0x0000028e store  0x00000002 , 0x00004bf7 
+ 00000419  0x0000028f jam  0x0000003c , 0x00000a99 
+ 00000420  0x00000290 call  0x00007d86 
+ 00000421  0x00000291 call  0x00000130 
+ 00000422  0x00000293 jam  0x00000001 , 0x00004d0a 
+ 00000423  0x00000294 jam  0x00000000 , 0x00004d0b 
+ 00000424  0x00000295 rtn 
+ 00000425  0x00000298 jam  0x000000ff , 0x0000119e 
+ 00000426  0x00000299 fetch  0x00000001 , 0x00004bcb 
+ 00000427  0x0000029a store  0x00000001 , 0x0000119f 
+ 00000428  0x0000029b fetch  0x00000004 , 0x00004c01 
+ 00000429  0x0000029c store  0x00000004 , 0x000011a0 
+ 00000430  0x0000029d arg  0x00000006 , 0x00000002 
+ 00000431  0x0000029e arg  0x0000119e , 0x00000011 
+ 00000432  0x0000029f call  0x000001e4 
+ 00000433  0x000002a0 branch  0x00000204 
+ 00000434  0x000002a3 fetch  0x00000002 , 0x00004bf7 
+ 00000435  0x000002a4 increase  0x00000001 , 0x0000003f 
+ 00000436  0x000002a5 store  0x00000002 , 0x00004bf7 
+ 00000437  0x000002a6 call  0x000001d8 
+ 00000438  0x000002a7 branch  0x00000199 
+ 00000439  0x000002aa set0  0x00000026 , 0x00000000 
+ 00000440  0x000002ab call  0x000001d3 
+ 00000441  0x000002ac call  0x000001a9 
+ 00000442  0x000002ae jam  0x00000000 , 0x00004bf7 
+ 00000443  0x000002b0 call  0x00002afa 
+ 00000444  0x000002b1 nop  0x000007d0 
+ 00000445  0x000002b2 fetch  0x00000001 , 0x00004bf7 
+ 00000446  0x000002b3 beq  0x000000ff , 0x00000158 
+ 00000447  0x000002b4 call  0x00000135 
+ 00000448  0x000002b5 nbranch  0x000001c9 , 0x00000018 
+ 00000449  0x000002b6 nbranch  0x000001c9 , 0x0000002f 
+ 00000450  0x000002b7 call  0x0000015a 
+ 00000451  0x000002b8 call  0x000002e5 
+ 00000452  0x000002b9 fetch  0x00000004 , 0x00004bf2 
+ 00000453  0x000002ba fetcht  0x00000004 , 0x00004bd6 
+ 00000454  0x000002bb isub  0x00000002 , 0x0000003e 
+ 00000455  0x000002bc branch  0x00000306 , 0x00000005 
+ 00000456  0x000002bd branch  0x000001a0 
+ 00000457  0x000002c0 fetch  0x00000001 , 0x00004bf7 
+ 00000458  0x000002c1 increase  0x00000001 , 0x0000003f 
+ 00000459  0x000002c2 store  0x00000001 , 0x00004bf7 
+ 00000460  0x000002c3 fetch  0x00000001 , 0x00004d08 
+ 00000461  0x000002c4 increase  0x00000001 , 0x0000003f 
+ 00000462  0x000002c5 and_into  0x00000001 , 0x0000003f 
+ 00000463  0x000002c6 store  0x00000001 , 0x00004d08 
+ 00000464  0x000002c7 beq  0x00000000 , 0x000001dc 
+ 00000465  0x000002c8 beq  0x00000001 , 0x000001de 
+ 00000466  0x000002c9 rtn 
+ 00000467  0x000002cc jam  0x00000020 , 0x000041de 
+ 00000468  0x000002cd setarg  0x00000f0f 
+ 00000469  0x000002ce store  0x00000002 , 0x00004bf2 
+ 00000470  0x000002cf istore  0x00000002 , 0x00000005 
+ 00000471  0x000002d1 call  0x000001f7 
+ 00000472  0x000002d3 fetcht  0x00000001 , 0x00004bd5 
+ 00000473  0x000002d4 call  0x00000216 
+ 00000474  0x000002d5 storet  0x00000001 , 0x00004bd5 
+ 00000475  0x000002d6 rtn 
+ 00000476  0x000002d9 call  0x000001d3 
+ 00000477  0x000002da branch  0x000001bb 
+ 00000478  0x000002dd call  0x00000161 
+ 00000479  0x000002de branch  0x000001bb 
+ 00000480  0x000002e1 set0  0x00000026 , 0x00000000 
+ 00000481  0x000002e2 call  0x000053ce 
+ 00000482  0x000002e4 arg  0x00000003 , 0x00000007 
+ 00000483  0x000002e5 branch  0x000043d2 
+ 00000484  0x000002e8 storet  0x00000001 , 0x00004bca 
+ 00000485  0x000002e9 copy  0x00000002 , 0x00000039 
+ 00000486  0x000002ea arg  0x00004b66 , 0x00000005 
+ 00000487  0x000002eb copy  0x00000011 , 0x00000006 
+ 00000488  0x000002ec branch  0x00007f01 
+ 00000489  0x000002f0 fetch  0x00000001 , 0x00004b45 
+ 00000490  0x000002f1 rshift3  0x0000003f , 0x0000003f 
+ 00000491  0x000002f2 store  0x00000001 , 0x00004bc8 
+ 00000492  0x000002f4 increase  0x00000001 , 0x0000003f 
+ 00000493  0x000002f5 arg  0x00004b45 , 0x00000006 
+ 00000494  0x000002f6 iadd  0x00000006 , 0x00000006 
+ 00000495  0x000002f7 ifetch  0x00000003 , 0x00000006 
+ 00000496  0x000002f8 store  0x00000003 , 0x00004c07 
+ 00000497  0x000002fa fetch  0x00000001 , 0x00004b45 
+ 00000498  0x000002fb rshift  0x0000003f , 0x0000003f 
+ 00000499  0x000002fc and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00000500  0x000002fd store  0x00000001 , 0x00004c0d 
+ 00000501  0x000002fe rtn 
+ 00000502  0x00000301 store  0x00000004 , 0x00004bf2 
+ 00000503  0x00000304 arg  0x00000000 , 0x00000011 
+ 00000504  0x00000305 arg  0x00000004 , 0x00000039 
+ 00000505  0x00000306 arg  0x00004bf2 , 0x00000006 
+ 00000506  0x00000308 ifetch  0x00000001 , 0x00000006 
+ 00000507  0x00000309 iadd  0x00000011 , 0x00000011 
+ 00000508  0x0000030a loop  0x000001fa 
+ 00000509  0x0000030b copy  0x00000011 , 0x0000003f 
+ 00000510  0x0000030c store  0x00000002 , 0x00004c7b 
+ 00000511  0x0000030d fetch  0x00000001 , 0x00004c7b 
+ 00000512  0x0000030e fetcht  0x00000001 , 0x00004c7c 
+ 00000513  0x0000030f iadd  0x00000002 , 0x0000003f 
+ 00000514  0x00000310 store  0x00000001 , 0x00004c7d 
+ 00000515  0x00000311 rtn 
+ 00000516  0x00000316 fetch  0x00000001 , 0x00004bca 
+ 00000517  0x00000317 increase  0x00000002 , 0x0000003f 
+ 00000518  0x00000318 store  0x00000001 , 0x00004bcc 
+ 00000519  0x0000031a fetch  0x00000001 , 0x00004bcb 
+ 00000520  0x0000031b store  0x00000001 , 0x00004b86 
+ 00000521  0x0000031d fetch  0x00000001 , 0x00004bca 
+ 00000522  0x0000031e lshift3  0x0000003f , 0x0000003f 
+ 00000523  0x0000031f fetcht  0x00000001 , 0x00004bc9 
+ 00000524  0x00000320 and  0x00000002 , 0x00000003 , 0x00000002 
+ 00000525  0x00000321 lshift  0x00000002 , 0x00000002 
+ 00000526  0x00000322 ior  0x00000002 , 0x0000003f 
+ 00000527  0x00000323 fetcht  0x00000001 , 0x00004c06 
+ 00000528  0x00000324 iadd  0x00000002 , 0x0000003f 
+ 00000529  0x00000325 istore  0x00000001 , 0x00000005 
+ 00000530  0x00000327 fetch  0x00000001 , 0x00004bca 
+ 00000531  0x00000328 iforce  0x00000039 
+ 00000532  0x00000329 arg  0x00004b66 , 0x00000006 
+ 00000533  0x0000032a branch  0x00007f01 
+ 00000534  0x0000032d call  0x0000021a 
+ 00000535  0x0000032e increase  0x00000001 , 0x00000002 
+ 00000536  0x0000032f and_into  0x00000003 , 0x00000002 
+ 00000537  0x00000330 rtn 
+ 00000538  0x00000333 fetch  0x00000001 , 0x00004bf2 
+ 00000539  0x00000334 and_into  0x00000003 , 0x0000003f 
+ 00000540  0x00000335 mul32  0x0000003f , 0x00000004 , 0x00000011 
+ 00000541  0x00000336 setarg  0x00004bdb 
+ 00000542  0x00000337 iadd  0x00000011 , 0x0000003f 
+ 00000543  0x00000338 iadd  0x00000002 , 0x00000006 
+ 00000544  0x00000339 ifetch  0x00000001 , 0x00000006 
+ 00000545  0x0000033a store  0x00000001 , 0x00004bd4 
+ 00000546  0x0000033b rtn 
+ 00000547  0x0000033e disable  0x00000009 
+ 00000548  0x0000033f disable  0x00000007 
+ 00000549  0x00000340 setarg  0x00555555 
+ 00000550  0x00000341 iforce  0x0000000f 
+ 00000551  0x00000342 fetch  0x00000001 , 0x00004bd4 
+ 00000552  0x00000343 reverse  0x0000003f , 0x00000002 
+ 00000553  0x00000344 set1  0x00000001 , 0x00000002 
+ 00000554  0x00000345 rshift  0x00000002 , 0x0000000e 
+ 00000555  0x00000346 rtn 
+ 00000556  0x00000349 call  0x000053c4 
+ 00000557  0x0000034a fetch  0x00000004 , 0x00004bf2 
+ 00000558  0x0000034b iforce  0x00000009 
+ 00000559  0x0000034c call  0x00002918 
+ 00000560  0x0000034d fetcht  0x00000001 , 0x00004bd4 
+ 00000561  0x0000034e call  0x0000291f 
+ 00000562  0x0000034f setarg  0x00000500 
+ 00000563  0x00000350 call  0x00002a8f 
+ 00000564  0x00000351 call  0x00002924 
+ 00000565  0x00000355 call  0x00000223 
+ 00000566  0x00000356 disable  0x0000002f 
+ 00000567  0x00000357 enable  0x0000000d 
+ 00000568  0x00000358 enable  0x00000021 
+ 00000569  0x00000359 disable  0x00000020 
+ 00000570  0x0000035a enable  0x00000010 
+ 00000571  0x0000035b fetch  0x00000002 , 0x00004bcd 
+ 00000572  0x0000035c iforce  0x0000001b 
+ 00000573  0x0000035d correlate  0x0000003e , 0x00000003 
+ 00000574  0x0000035e nbranch  0x00000272 , 0x00000018 
+ 00000575  0x00000361 disable  0x0000000d 
+ 00000576  0x00000362 enable  0x0000000b 
+ 00000577  0x00000363 enable  0x00000007 
+ 00000578  0x00000364 enable  0x00000009 
+ 00000579  0x00000365 call  0x0000026b 
+ 00000580  0x00000366 store  0x00000001 , 0x00004c7e 
+ 00000581  0x00000367 fetcht  0x00000001 , 0x00004c7d 
+ 00000582  0x00000368 isub  0x00000002 , 0x0000003e 
+ 00000583  0x00000369 nbranch  0x0000026e , 0x00000005 
+ 00000584  0x0000036a call  0x0000026b 
+ 00000585  0x0000036b store  0x00000001 , 0x00004b44 
+ 00000586  0x0000036f fetch  0x00000001 , 0x00004b44 
+ 00000587  0x00000370 fetcht  0x00000001 , 0x00004bcb 
+ 00000588  0x00000371 icompare  0x00000007 , 0x00000002 
+ 00000589  0x00000372 nbranch  0x0000026e , 0x00000001 
+ 00000590  0x00000374 call  0x0000026b 
+ 00000591  0x00000375 istore  0x00000001 , 0x00000005 
+ 00000592  0x00000376 rshift3  0x0000003f , 0x0000003f 
+ 00000593  0x00000377 and  0x0000003f , 0x0000001f , 0x00000039 
+ 00000594  0x00000378 branch  0x00000256 , 0x00000005 
+ 00000595  0x0000037a call  0x0000026b 
+ 00000596  0x0000037b istore  0x00000001 , 0x00000005 
+ 00000597  0x0000037c loop  0x00000253 
+ 00000598  0x0000037f copy  0x00000005 , 0x00000011 
+ 00000599  0x00000380 call  0x0000026b 
+ 00000600  0x00000381 store  0x00000001 , 0x00004d05 
+ 00000601  0x00000382 copy  0x00000011 , 0x00000005 
+ 00000602  0x00000383 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00000603  0x00000384 enable  0x00000010 
+ 00000604  0x00000385 arg  0x00000664 , 0x0000001b 
+ 00000605  0x00000386 rshift32  0x0000003f , 0x0000003f 
+ 00000606  0x00000387 rshift16  0x0000003f , 0x0000003f 
+ 00000607  0x00000388 istore  0x00000003 , 0x00000005 
+ 00000608  0x00000389 disable  0x0000000b 
+ 00000609  0x0000038a branch  0x0000026e , 0x00000006 
+ 00000610  0x0000038d enable  0x0000002f 
+ 00000611  0x0000038e fetch  0x00000001 , 0x00000017 
+ 00000612  0x0000038f add  0x0000003f , 0x00000000 , 0x00000011 
+ 00000613  0x00000390 call  0x00002981 
+ 00000614  0x00000391 disable  0x0000000d 
+ 00000615  0x00000392 call  0x00002918 
+ 00000616  0x00000393 fetch  0x00000001 , 0x00004d05 
+ 00000617  0x00000394 call  0x0000001d 
+ 00000618  0x00000395 rtn 
+ 00000619  0x00000398 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00000620  0x00000399 rshift3  0x0000000c , 0x0000003f 
+ 00000621  0x0000039a rtn 
+ 00000622  0x0000039d disable  0x0000001b 
+ 00000623  0x0000039e disable  0x0000000b 
+ 00000624  0x0000039f call  0x0000264d 
+ 00000625  0x000003a0 rtn 
+ 00000626  0x000003a3 branch  0x0000026e 
+ 00000627  0x000003a6 call  0x00002918 
+ 00000628  0x000003a7 fetcht  0x00000001 , 0x00004bd4 
+ 00000629  0x000003a8 branch  0x00002933 
+ 00000630  0x000003ab call  0x000053c4 
+ 00000631  0x000003ac fetch  0x00000004 , 0x00004bf2 
+ 00000632  0x000003ad iforce  0x00000009 
+ 00000633  0x000003ae call  0x00000223 
+ 00000634  0x000003af call  0x00000273 
+ 00000635  0x000003b0 set1  0x00000000 , 0x00000015 
+ 00000636  0x000003b1 enable  0x0000001d 
+ 00000637  0x000003b2 enable  0x00000020 
+ 00000638  0x000003b3 disable  0x00000021 
+ 00000639  0x000003b6 rshift16  0x00000009 , 0x0000003f 
+ 00000640  0x000003b7 rshift8  0x0000003f , 0x0000003f 
+ 00000641  0x000003b8 rshift4  0x0000003f , 0x0000003f 
+ 00000642  0x000003b9 inject  0x00000003 , 0x00000028 
+ 00000643  0x000003ba disable  0x0000001d 
+ 00000644  0x000003bb enable  0x0000001b 
+ 00000645  0x000003bc enable  0x00000007 
+ 00000646  0x000003bd enable  0x00000009 
+ 00000647  0x000003be fetch  0x00000001 , 0x00004c7d 
+ 00000648  0x000003bf inject  0x00000003 , 0x00000008 
+ 00000649  0x000003c0 fetch  0x00000001 , 0x00004bcc 
+ 00000650  0x000003c1 iforce  0x00000039 
+ 00000651  0x000003c2 arg  0x00004b86 , 0x00000006 
+ 00000652  0x000003c4 ifetch  0x00000001 , 0x00000006 
+ 00000653  0x000003c5 inject  0x00000003 , 0x00000008 
+ 00000654  0x000003c6 loop  0x0000028c 
+ 00000655  0x000003c9 enable  0x00000008 
+ 00000656  0x000003ca inject  0x00000003 , 0x00000018 
+ 00000657  0x000003cb disable  0x00000008 
+ 00000658  0x000003cc until  0x0000003e , 0x00000027 
+ 00000659  0x000003cd nop  0x00000064 
+ 00000660  0x000003ce disable  0x0000001d 
+ 00000661  0x000003cf disable  0x0000001b 
+ 00000662  0x000003d0 rtn 
+ 00000663  0x000003d3 call  0x00007fe9 
+ 00000664  0x000003d4 fetcht  0x00000004 , 0x00004beb 
+ 00000665  0x000003d5 copy  0x00000022 , 0x0000003f 
+ 00000666  0x000003d6 isub  0x00000002 , 0x0000003e 
+ 00000667  0x000003d7 ncall  0x00002d18 , 0x00000002 
+ 00000668  0x000003d8 copy  0x0000003f , 0x00000012 
+ 00000669  0x000003d9 fetch  0x00000004 , 0x00004beb 
+ 00000670  0x000003da fetcht  0x00000001 , 0x00004bef 
+ 00000671  0x000003db iadd  0x00000002 , 0x00000002 
+ 00000672  0x000003dc copy  0x00000012 , 0x0000003f 
+ 00000673  0x000003dd isub  0x00000002 , 0x0000003e 
+ 00000674  0x000003de nrtn  0x00000002 
+ 00000675  0x000003df set0  0x0000001c , 0x0000003f 
+ 00000676  0x000003e0 store  0x00000004 , 0x00004beb 
+ 00000677  0x000003e1 branch  0x00007fe7 
+ 00000678  0x000003e4 call  0x000029bb 
+ 00000679  0x000003e5 rtn  0x00000034 
+ 00000680  0x000003e6 fetcht  0x00000001 , 0x00004c84 
+ 00000681  0x000003e7 arg  0x00000d9e , 0x00000011 
+ 00000682  0x000003e8 call  0x000002ad 
+ 00000683  0x000003e9 storet  0x00000001 , 0x00004c84 
+ 00000684  0x000003ea rtn 
+ 00000685  0x000003ed copy  0x00000011 , 0x0000003f 
+ 00000686  0x000003ee iadd  0x00000002 , 0x00000005 
+ 00000687  0x000003ef fetch  0x00000001 , 0x00000018 
+ 00000688  0x000003f0 istore  0x00000001 , 0x00000005 
+ 00000689  0x000003f1 increase  0x00000001 , 0x00000002 
+ 00000690  0x000003f2 and_into  0x00000007 , 0x00000002 
+ 00000691  0x000003f3 rtn 
+ 00000692  0x000003f5 arg  0x00000000 , 0x00000002 
+ 00000693  0x000003f6 arg  0x00000008 , 0x00000039 
+ 00000694  0x000003f7 copy  0x00000011 , 0x00000006 
+ 00000695  0x000003f9 ifetch  0x00000001 , 0x00000006 
+ 00000696  0x000003fa iadd  0x00000002 , 0x00000002 
+ 00000697  0x000003fb loop  0x000002b7 
+ 00000698  0x000003fc rshift3  0x00000002 , 0x0000003f 
+ 00000699  0x000003fd copy  0x0000003f , 0x00000002 
+ 00000700  0x000003fe rtnmark0  0x00000026 
+ 00000701  0x00000400 div  0x0000003f , 0x0000000a 
+ 00000702  0x00000401 call  0x00007f86 
+ 00000703  0x00000402 quotient  0x0000003f 
+ 00000704  0x00000403 lshift4  0x0000003f , 0x0000003f 
+ 00000705  0x00000404 remainder  0x00000002 
+ 00000706  0x00000405 ior  0x00000002 , 0x00000002 
+ 00000707  0x00000406 rtn 
+ 00000708  0x00000407 rtn 
+ 00000709  0x0000040b rtnmark1  0x00000026 
+ 00000710  0x0000040c call  0x000003a3 
+ 00000711  0x0000040d call  0x00000084 
+ 00000712  0x0000040e fetch  0x00000001 , 0x00004040 
+ 00000713  0x0000040f bbit0  0x00000000 , 0x000002cc 
+ 00000714  0x00000410 fetch  0x00000001 , 0x000000a0 
+ 00000715  0x00000411 nrtn  0x00000034 
+ 00000716  0x00000413 setarg  0x00000000 
+ 00000717  0x00000414 store  0x00000008 , 0x000000a1 
+ 00000718  0x00000415 rtn 
+ 00000719  0x00000418 call  0x00003416 
+ 00000720  0x00000419 branch  0x000002d8 , 0x0000002b 
+ 00000721  0x0000041a call  0x000003df 
+ 00000722  0x0000041b fetch  0x00000001 , 0x000041de 
+ 00000723  0x0000041c store  0x00000001 , 0x00004c81 
+ 00000724  0x0000041d call  0x00000614 
+ 00000725  0x0000041e fetch  0x00000001 , 0x00004685 
+ 00000726  0x0000041f store  0x00000001 , 0x000046da 
+ 00000727  0x00000420 call  0x000043ca 
+ 00000728  0x00000422 call  0x000002da 
+ 00000729  0x00000423 branch  0x000074b9 
+ 00000730  0x00000426 ncall  0x00000346 , 0x0000002b 
+ 00000731  0x00000427 call  0x0000030a 
+ 00000732  0x00000428 rtn  0x0000002b 
+ 00000733  0x00000429 call  0x0000038e 
+ 00000734  0x0000042a call  0x00000380 
+ 00000735  0x0000042c call  0x000002e5 
+ 00000736  0x0000042d fetch  0x00000001 , 0x00004210 
+ 00000737  0x0000042e beq  0x00000034 , 0x000002e8 
+ 00000738  0x00000431 jam  0x00000001 , 0x0000479d 
+ 00000739  0x00000432 jam  0x00000028 , 0x0000479e 
+ 00000740  0x00000433 rtn 
+ 00000741  0x00000436 fetch  0x00000001 , 0x00004c81 
+ 00000742  0x00000437 store  0x00000001 , 0x000041de 
+ 00000743  0x00000438 rtn 
+ 00000744  0x0000043c jam  0x00000001 , 0x00004b41 
+ 00000745  0x0000043d jam  0x00000001 , 0x0000479f 
+ 00000746  0x0000043e fetch  0x00000002 , 0x000046a8 
+ 00000747  0x0000043f fetcht  0x00000001 , 0x00004b1e 
+ 00000748  0x00000440 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00000749  0x00000441 nbranch  0x000002ef , 0x00000005 
+ 00000750  0x00000442 setarg  0x00000258 
+ 00000751  0x00000444 store  0x00000002 , 0x000046ae 
+ 00000752  0x00000445 call  0x00003418 
+ 00000753  0x00000446 call  0x000002f7 
+ 00000754  0x00000447 setarg  0x00000004 
+ 00000755  0x00000448 istore  0x00000001 , 0x00000006 
+ 00000756  0x0000044a arg  0x00004390 , 0x00000006 
+ 00000757  0x0000044b call  0x00000540 
+ 00000758  0x0000044d branch  0x00007df4 
+ 00000759  0x00000450 arg  0x00004370 , 0x00000011 
+ 00000760  0x00000452 ifetch  0x00000001 , 0x00000011 
+ 00000761  0x00000453 rtn  0x00000034 
+ 00000762  0x00000454 iadd  0x00000006 , 0x00000011 
+ 00000763  0x00000455 ifetch  0x00000001 , 0x00000006 
+ 00000764  0x00000456 rtneq  0x00000001 
+ 00000765  0x00000457 branch  0x000002f8 
+ 00000766  0x0000045d rtnmark1  0x00000026 
+ 00000767  0x0000045f arg  0x00000003 , 0x00000007 
+ 00000768  0x00000460 call  0x000043ce 
+ 00000769  0x00000461 setarg  0x00000000 
+ 00000770  0x00000462 store  0x00000002 , 0x000046ae 
+ 00000771  0x00000463 store  0x00000001 , 0x000046b4 
+ 00000772  0x00000464 store  0x00000002 , 0x00004bf7 
+ 00000773  0x00000465 call  0x000042ca 
+ 00000774  0x00000467 set1  0x00000026 , 0x00000000 
+ 00000775  0x00000468 call  0x00000161 
+ 00000776  0x0000046a jam  0x00000001 , 0x00004bda 
+ 00000777  0x0000046b rtn 
+ 00000778  0x00000470 jam  0x00000076 , 0x00004212 
+ 00000779  0x00000471 branch  0x00003d36 
+ 00000780  0x00000474 call  0x0000030a 
+ 00000781  0x00000475 call  0x000040c0 
+ 00000782  0x00000479 call  0x000040d9 
+ 00000783  0x0000047a beq  0x00000030 , 0x00000318 
+ 00000784  0x0000047b beq  0x00000031 , 0x00000338 
+ 00000785  0x0000047c call  0x000040d1 
+ 00000786  0x0000047d nop  0x000003e8 
+ 00000787  0x0000047e branch  0x0000030e 
+ 00000788  0x00000481 jam  0x00000001 , 0x00004b0c 
+ 00000789  0x00000482 call  0x0000640f 
+ 00000790  0x00000483 call  0x0000030c 
+ 00000791  0x00000484 branch  0x00006411 
+ 00000792  0x00000487 call  0x000003d2 
+ 00000793  0x00000488 fetch  0x00000001 , 0x000046de 
+ 00000794  0x00000489 beq  0x000000d8 , 0x0000031d 
+ 00000795  0x0000048a beq  0x0000005a , 0x00000336 
+ 00000796  0x0000048b branch  0x000040e1 
+ 00000797  0x0000048e setarg  0x00000016 
+ 00000798  0x0000048f call  0x00006414 
+ 00000799  0x00000490 sub  0x0000003f , 0x000000bd , 0x0000003e 
+ 00000800  0x00000491 nbranch  0x0000030e , 0x00000005 
+ 00000801  0x00000492 setarg  0x00000019 
+ 00000802  0x00000493 call  0x00006414 
+ 00000803  0x00000494 sub  0x0000003f , 0x00000055 , 0x0000003e 
+ 00000804  0x00000495 nbranch  0x0000030e , 0x00000005 
+ 00000805  0x00000496 setarg  0x0000001b 
+ 00000806  0x00000497 call  0x00006414 
+ 00000807  0x00000498 sub  0x0000003f , 0x0000001d , 0x0000003e 
+ 00000808  0x00000499 nbranch  0x0000030e , 0x00000005 
+ 00000809  0x0000049a jam  0x00000007 , 0x000046e0 
+ 00000810  0x0000049b call  0x000040f6 
+ 00000811  0x0000049c setarg  0x00000206 
+ 00000812  0x0000049d call  0x00006413 
+ 00000813  0x0000049e setarg  0x00006909 
+ 00000814  0x0000049f call  0x00006413 
+ 00000815  0x000004a0 setarg  0x0000280d 
+ 00000816  0x000004a1 call  0x00006413 
+ 00000817  0x000004a2 setarg  0x00004f0e 
+ 00000818  0x000004a3 call  0x00006413 
+ 00000819  0x000004a4 setarg  0x0000ba0f 
+ 00000820  0x000004a5 call  0x00006413 
+ 00000821  0x000004a6 branch  0x000040f4 
+ 00000822  0x000004a9 jam  0x00000008 , 0x000046e0 
+ 00000823  0x000004aa rtn 
+ 00000824  0x000004ad call  0x000003d2 
+ 00000825  0x000004ae fetch  0x00000001 , 0x000046de 
+ 00000826  0x000004af beq  0x00000070 , 0x000040e8 
+ 00000827  0x000004b0 jam  0x00000001 , 0x000046e0 
+ 00000828  0x000004b1 rtn 
+ 00000829  0x000004b4 fetch  0x00000001 , 0x00004b0c 
+ 00000830  0x000004b5 rtn  0x00000034 
+ 00000831  0x000004b6 jam  0x00000000 , 0x00004b0c 
+ 00000832  0x000004b8 setarg  0x00000006 
+ 00000833  0x000004b9 call  0x00006414 
+ 00000834  0x000004ba or  0x0000003f , 0x00000008 , 0x0000003f 
+ 00000835  0x000004bb lshift8  0x0000003f , 0x0000003f 
+ 00000836  0x000004bc add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00000837  0x000004bd branch  0x00006413 
+ 00000838  0x000004c0 call  0x000068a8 
+ 00000839  0x000004c1 fetch  0x00000004 , 0x000040a0 
+ 00000840  0x000004c2 store  0x00000004 , 0x00004c01 
+ 00000841  0x000004c7 call  0x00003e6e 
+ 00000842  0x000004c8 call  0x00003e1e 
+ 00000843  0x000004c9 setarg  0x00000000 
+ 00000844  0x000004ca store  0x00000002 , 0x00004154 
+ 00000845  0x000004cc call  0x00003e54 
+ 00000846  0x000004ce call  0x00005810 
+ 00000847  0x000004cf call  0x00005839 
+ 00000848  0x000004d0 call  0x0000582c 
+ 00000849  0x000004d1 call  0x00005818 
+ 00000850  0x000004d7 call  0x0000659c 
+ 00000851  0x000004da call  0x000065c2 
+ 00000852  0x000004db call  0x0000443f 
+ 00000853  0x000004dc call  0x0000036f 
+ 00000854  0x000004de call  0x0000043d 
+ 00000855  0x000004df call  0x000065df 
+ 00000856  0x000004e0 arg  0x00000003 , 0x00000039 
+ 00000857  0x000004e1 arg  0x00004722 , 0x00000006 
+ 00000858  0x000004e2 call  0x00000387 
+ 00000859  0x000004e3 nbranch  0x0000036d , 0x00000028 
+ 00000860  0x000004e4 call  0x00000360 
+ 00000861  0x000004e5 fetch  0x00000001 , 0x00004b1e 
+ 00000862  0x000004e6 beq  0x000000ff , 0x00000368 
+ 00000863  0x000004e7 rtn 
+ 00000864  0x000004ea arg  0x00000001 , 0x00000002 
+ 00000865  0x000004eb arg  0x00004b1e , 0x00000011 
+ 00000866  0x000004ec arg  0x00000064 , 0x00000012 
+ 00000867  0x000004ed branch  0x000065df 
+ 00000868  0x000004ef arg  0x00000001 , 0x00000002 
+ 00000869  0x000004f0 arg  0x00004b1e , 0x00000011 
+ 00000870  0x000004f1 arg  0x00000064 , 0x00000012 
+ 00000871  0x000004f2 branch  0x000065d1 
+ 00000872  0x000004f4 jam  0x00000034 , 0x00004210 
+ 00000873  0x000004f5 setarg  0x00000000 
+ 00000874  0x000004f6 invert  0x0000003f , 0x0000003f 
+ 00000875  0x000004f7 store  0x00000006 , 0x000044a0 
+ 00000876  0x000004f8 rtn 
+ 00000877  0x000004fa jam  0x0000005a , 0x00004b1e 
+ 00000878  0x000004fb branch  0x00000364 
+ 00000879  0x00000500 call  0x000033c4 
+ 00000880  0x00000501 branch  0x0000037b , 0x00000005 
+ 00000881  0x00000502 call  0x00000513 
+ 00000882  0x00000503 branch  0x00003dcb 
+ 00000883  0x00000506 arg  0x00000002 , 0x00000002 
+ 00000884  0x00000507 arg  0x00000aaa , 0x00000011 
+ 00000885  0x00000508 arg  0x00000062 , 0x00000012 
+ 00000886  0x00000509 branch  0x000065d1 
+ 00000887  0x0000050c arg  0x00000002 , 0x00000002 
+ 00000888  0x0000050d arg  0x00000a9a , 0x00000011 
+ 00000889  0x0000050e arg  0x00000062 , 0x00000012 
+ 00000890  0x0000050f branch  0x000033c8 
+ 00000891  0x00000512 arg  0x00000058 , 0x00000002 
+ 00000892  0x00000513 arg  0x00004720 , 0x00000011 
+ 00000893  0x00000514 arg  0x00000000 , 0x00000012 
+ 00000894  0x00000515 call  0x000065df 
+ 00000895  0x00000517 branch  0x0000431a 
+ 00000896  0x0000051f call  0x0000030c 
+ 00000897  0x00000520 call  0x00000340 
+ 00000898  0x00000522 fetch  0x00000001 , 0x0000471f 
+ 00000899  0x00000523 store  0x00000001 , 0x0000471e 
+ 00000900  0x00000524 rtn 
+ 00000901  0x00000530 arg  0x00000002 , 0x00000039 
+ 00000902  0x00000531 arg  0x00004bf2 , 0x00000006 
+ 00000903  0x00000533 call  0x00007fe7 
+ 00000904  0x00000534 setarg  0x0000ffff 
+ 00000905  0x00000536 ifetcht  0x00000002 , 0x00000006 
+ 00000906  0x00000537 isub  0x00000002 , 0x0000003e 
+ 00000907  0x00000538 ncall  0x00007fe9 , 0x00000005 
+ 00000908  0x00000539 loop  0x00000389 
+ 00000909  0x0000053a rtn 
+ 00000910  0x0000053d setarg  0x0000039f 
+ 00000911  0x0000053e store  0x00000002 , 0x00004cfb 
+ 00000912  0x0000053f setarg  0x000003b6 
+ 00000913  0x00000540 store  0x00000002 , 0x000041ef 
+ 00000914  0x00000541 setarg  0x000005f9 
+ 00000915  0x00000542 store  0x00000002 , 0x000041f9 
+ 00000916  0x00000543 setarg  0x000002c5 
+ 00000917  0x00000544 store  0x00000002 , 0x000041ed 
+ 00000918  0x00000545 setarg  0x000003ff 
+ 00000919  0x00000546 store  0x00000002 , 0x000041f5 
+ 00000920  0x00000547 setarg  0x000003fd 
+ 00000921  0x00000548 store  0x00000002 , 0x000041f3 
+ 00000922  0x00000549 setarg  0x00000454 
+ 00000923  0x0000054a store  0x00000002 , 0x000041eb 
+ 00000924  0x0000054b setarg  0x0000045d 
+ 00000925  0x0000054c store  0x00000002 , 0x000041fd 
+ 00000926  0x0000054d rtn 
+ 00000927  0x00000550 call  0x00004401 
+ 00000928  0x00000551 fetch  0x00000002 , 0x0000469f 
+ 00000929  0x00000552 rtn  0x00000034 
+ 00000930  0x00000553 branch  0x000001a6 
+ 00000931  0x00000556 arg  0x00001800 , 0x00000006 
+ 00000932  0x00000557 arg  0x0000480a , 0x00000005 
+ 00000933  0x00000558 call  0x000003ab 
+ 00000934  0x00000559 arg  0x00001900 , 0x00000006 
+ 00000935  0x0000055a call  0x000003ab 
+ 00000936  0x0000055b arg  0x00001a00 , 0x00000006 
+ 00000937  0x0000055c call  0x000003ab 
+ 00000938  0x0000055d arg  0x00001b00 , 0x00000006 
+ 00000939  0x0000055f arg  0x0000001b , 0x00000039 
+ 00000940  0x00000560 branch  0x00007f01 
+ 00000941  0x00000563 arg  0x0000480a , 0x00000006 
+ 00000942  0x00000564 arg  0x00001800 , 0x00000005 
+ 00000943  0x00000565 call  0x000003ab 
+ 00000944  0x00000566 arg  0x00001900 , 0x00000005 
+ 00000945  0x00000567 call  0x000003ab 
+ 00000946  0x00000568 arg  0x00001a00 , 0x00000005 
+ 00000947  0x00000569 call  0x000003ab 
+ 00000948  0x0000056a arg  0x00001b00 , 0x00000005 
+ 00000949  0x0000056b branch  0x000003ab 
+ 00000950  0x0000056e call  0x00005892 
+ 00000951  0x0000056f nrtn  0x00000034 
+ 00000952  0x00000570 fetch  0x00000001 , 0x00004b1e 
+ 00000953  0x00000571 beq  0x000000ff , 0x000003bd 
+ 00000954  0x00000572 fetch  0x00000001 , 0x000046c5 
+ 00000955  0x00000573 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00000956  0x00000574 rtnne  0x00000003 
+ 00000957  0x00000576 fetch  0x00000001 , 0x0000479c 
+ 00000958  0x00000577 call  0x000003fa , 0x00000034 
+ 00000959  0x00000578 fetch  0x00000004 , 0x000046d3 
+ 00000960  0x0000057b bbit1  0x00000005 , 0x00004179 
+ 00000961  0x0000057c call  0x00003f97 
+ 00000962  0x0000057d nrtn  0x00000028 
+ 00000963  0x0000057e call  0x000003ca 
+ 00000964  0x0000057f call  0x000003cd 
+ 00000965  0x00000580 call  0x000003f5 
+ 00000966  0x00000582 arg  0x0000469a , 0x00000011 
+ 00000967  0x00000583 call  0x00007e3d 
+ 00000968  0x00000584 call  0x000003e4 , 0x00000028 
+ 00000969  0x00000586 rtn 
+ 00000970  0x0000058b jam  0x00000000 , 0x00004172 
+ 00000971  0x0000058c jam  0x0000001e , 0x00004b3b 
+ 00000972  0x0000058d rtn 
+ 00000973  0x00000592 fetch  0x00000001 , 0x00004b3a 
+ 00000974  0x00000593 rtnne  0x00000001 
+ 00000975  0x00000594 setarg  0x00000000 
+ 00000976  0x00000595 store  0x00000001 , 0x00004b3a 
+ 00000977  0x00000596 store  0x00000004 , 0x0000469b 
+ 00000978  0x00000598 setarg  0x00008006 
+ 00000979  0x00000599 call  0x00006413 
+ 00000980  0x0000059a nop  0x00002ee0 
+ 00000981  0x0000059b call  0x000003d9 
+ 00000982  0x0000059c fetch  0x00000001 , 0x000046de 
+ 00000983  0x0000059d beq  0x000000d8 , 0x0000031d 
+ 00000984  0x0000059e rtn 
+ 00000985  0x000005a3 fetch  0x00000001 , 0x0000477a 
+ 00000986  0x000005a4 beq  0x000000ff , 0x000003dc 
+ 00000987  0x000005a5 branch  0x000004ab 
+ 00000988  0x000005a7 fetch  0x00000001 , 0x000046e1 
+ 00000989  0x000005a9 store  0x00000001 , 0x0000477a 
+ 00000990  0x000005aa branch  0x000004ab 
+ 00000991  0x000005ad jam  0x00000007 , 0x000047a0 
+ 00000992  0x000005ae jam  0x00000004 , 0x000047a1 
+ 00000993  0x000005af setarg  0x000047a0 
+ 00000994  0x000005b0 store  0x00000002 , 0x00004218 
+ 00000995  0x000005b1 branch  0x00007e38 
+ 00000996  0x000005b4 fetch  0x00000001 , 0x000047c1 
+ 00000997  0x000005b5 increase  0x00000001 , 0x0000003f 
+ 00000998  0x000005b6 store  0x00000001 , 0x000047c1 
+ 00000999  0x000005b7 rtn 
+ 00001000  0x000005ba arg  0x0000469a , 0x00000011 
+ 00001001  0x000005bb call  0x00007e54 
+ 00001002  0x000005bc branch  0x000003ec , 0x00000028 
+ 00001003  0x000005bd rtn 
+ 00001004  0x000005c0 call  0x00005652 
+ 00001005  0x000005c1 fetch  0x00000001 , 0x000047c1 
+ 00001006  0x000005c2 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00001007  0x000005c3 ncall  0x00005650 , 0x00000002 
+ 00001008  0x000005c4 fetch  0x00000001 , 0x000047c1 
+ 00001009  0x000005c5 rtn  0x00000034 
+ 00001010  0x000005c6 increase  0xffffffff , 0x0000003f 
+ 00001011  0x000005c7 store  0x00000001 , 0x000047c1 
+ 00001012  0x000005c8 branch  0x00003f90 
+ 00001013  0x000005cb fetch  0x00000002 , 0x0000469f 
+ 00001014  0x000005cc rtn  0x00000034 
+ 00001015  0x000005cd jam  0x00000001 , 0x00004806 
+ 00001016  0x000005ce jam  0x00000002 , 0x00004807 
+ 00001017  0x000005cf rtn 
+ 00001018  0x000005d3 call  0x00005814 
+ 00001019  0x000005d4 jam  0x00000001 , 0x0000479c 
+ 00001020  0x000005d5 branch  0x000003d2 
+ 00001021  0x000005d8 call  0x00007e34 
+ 00001022  0x000005da branch  0x00003ee0 
+ 00001023  0x000005f4 copy  0x00000013 , 0x0000003f 
+ 00001024  0x000005f5 beq  0x00000014 , 0x00000409 
+ 00001025  0x000005f6 beq  0x00000015 , 0x00000411 
+ 00001026  0x000005f7 beq  0x00000029 , 0x0000041b 
+ 00001027  0x000005f8 beq  0x00000032 , 0x0000041d 
+ 00001028  0x000005f9 beq  0x00000040 , 0x00000424 
+ 00001029  0x000005fa beq  0x00000039 , 0x00000430 
+ 00001030  0x000005fb beq  0x0000003a , 0x00000441 
+ 00001031  0x000005fc beq  0x0000003c , 0x0000044c 
+ 00001032  0x000005fd branch  0x0000417d 
+ 00001033  0x00000602 jam  0x00000001 , 0x00004b42 
+ 00001034  0x00000603 fetch  0x00000001 , 0x0000479f 
+ 00001035  0x00000604 nbranch  0x0000040d , 0x00000034 
+ 00001036  0x00000605 jam  0x00000004 , 0x00004b40 
+ 00001037  0x00000607 call  0x00000314 
+ 00001038  0x00000608 call  0x00000449 
+ 00001039  0x00000609 call  0x000003df 
+ 00001040  0x0000060a branch  0x000041c3 
+ 00001041  0x0000060d jam  0x00000000 , 0x00004b42 
+ 00001042  0x0000060e call  0x0000033d 
+ 00001043  0x0000060f setarg  0x00000007 
+ 00001044  0x00000610 store  0x00000002 , 0x00004496 
+ 00001045  0x00000611 store  0x00000002 , 0x00004498 
+ 00001046  0x00000612 jam  0x00000000 , 0x000047c4 
+ 00001047  0x00000613 jam  0x00000000 , 0x0000479c 
+ 00001048  0x00000614 call  0x000003df 
+ 00001049  0x00000615 call  0x00005816 
+ 00001050  0x00000616 branch  0x000041d9 
+ 00001051  0x0000061a jam  0x00000012 , 0x00000a99 
+ 00001052  0x0000061b branch  0x00007d8f 
+ 00001053  0x0000061e fetch  0x00000001 , 0x0000479f 
+ 00001054  0x0000061f beq  0x00000001 , 0x00000420 
+ 00001055  0x00000620 branch  0x00000422 
+ 00001056  0x00000623 call  0x0000041b 
+ 00001057  0x00000624 jam  0x00000014 , 0x000046c6 
+ 00001058  0x00000626 arg  0x00000001 , 0x00000007 
+ 00001059  0x00000627 branch  0x000041b9 
+ 00001060  0x0000062a fetch  0x00000002 , 0x00004509 
+ 00001061  0x0000062b rtneq  0x00000000 
+ 00001062  0x0000062c fetch  0x00000001 , 0x00000441 
+ 00001063  0x0000062d rshift2  0x0000003f , 0x0000003f 
+ 00001064  0x0000062e sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00001065  0x0000062f rtn  0x00000002 
+ 00001066  0x00000630 setarg  0x00000009 
+ 00001067  0x00000631 store  0x00000002 , 0x00004496 
+ 00001068  0x00000632 store  0x00000002 , 0x00004498 
+ 00001069  0x00000633 call  0x0000041b 
+ 00001070  0x00000635 jam  0x00000001 , 0x000047c4 
+ 00001071  0x00000636 rtn 
+ 00001072  0x0000063b call  0x00000314 
+ 00001073  0x0000063d jam  0x00000001 , 0x0000478b 
+ 00001074  0x0000063e arg  0x00000003 , 0x00000007 
+ 00001075  0x0000063f call  0x000043d2 
+ 00001076  0x00000640 setarg  0x00000000 
+ 00001077  0x00000641 store  0x00000002 , 0x00004707 
+ 00001078  0x00000642 jam  0x00000000 , 0x000046a7 
+ 00001079  0x00000644 call  0x0000405d 
+ 00001080  0x00000645 call  0x00000449 
+ 00001081  0x00000646 call  0x0000044f 
+ 00001082  0x00000647 call  0x000002e5 
+ 00001083  0x00000649 call  0x0000043d 
+ 00001084  0x0000064a branch  0x000065d1 
+ 00001085  0x0000064d arg  0x00004bf2 , 0x00000011 
+ 00001086  0x0000064e arg  0x0000005b , 0x00000012 
+ 00001087  0x0000064f arg  0x00000004 , 0x00000002 
+ 00001088  0x00000650 rtn 
+ 00001089  0x00000653 call  0x0000033d 
+ 00001090  0x00000654 jam  0x00000000 , 0x00004b3f 
+ 00001091  0x00000655 jam  0x00000000 , 0x00004d0a 
+ 00001092  0x00000656 call  0x000002e5 
+ 00001093  0x00000657 call  0x000001e0 
+ 00001094  0x00000659 fetch  0x00000001 , 0x00004b09 
+ 00001095  0x0000065a nbranch  0x000002e2 , 0x00000034 
+ 00001096  0x0000065b branch  0x0000340a 
+ 00001097  0x0000065e jam  0x00000000 , 0x0000479d 
+ 00001098  0x0000065f jam  0x00000000 , 0x0000479e 
+ 00001099  0x00000660 rtn 
+ 00001100  0x00000669 call  0x00000314 
+ 00001101  0x0000066a call  0x00003f8d 
+ 00001102  0x0000066b call  0x00000449 
+ 00001103  0x0000066d call  0x00004366 
+ 00001104  0x0000066f arg  0x00000001 , 0x00000002 
+ 00001105  0x00000670 arg  0x00004720 , 0x00000011 
+ 00001106  0x00000671 arg  0x00000000 , 0x00000012 
+ 00001107  0x00000672 branch  0x000065d1 
+ 00001108  0x00000676 enable  0x00000028 
+ 00001109  0x00000677 hfetch  0x00000004 , 0x00008138 
+ 00001110  0x00000678 setflag  0x00000028 , 0x0000001a , 0x0000003f 
+ 00001111  0x00000679 hstore  0x00000004 , 0x0000804c 
+ 00001112  0x0000067a call  0x00002c21 
+ 00001113  0x0000067b call  0x0000033d 
+ 00001114  0x0000067c call  0x000074bd 
+ 00001115  0x0000067e call  0x00003e9f 
+ 00001116  0x0000067f branch  0x00000086 
+ 00001117  0x00000682 call  0x00000488 
+ 00001118  0x00000683 call  0x000004a2 
+ 00001119  0x00000684 call  0x0000048d 
+ 00001120  0x00000686 call  0x00004234 
+ 00001121  0x00000688 call  0x00000468 
+ 00001122  0x00000689 call  0x00004237 
+ 00001123  0x0000068a call  0x0000046f 
+ 00001124  0x0000068b call  0x00000472 
+ 00001125  0x0000068c call  0x00000478 
+ 00001126  0x0000068d call  0x00000480 
+ 00001127  0x0000068f branch  0x0000423a 
+ 00001128  0x00000693 arg  0x00004b3c , 0x00000013 
+ 00001129  0x00000694 arg  0x0000046b , 0x00000012 
+ 00001130  0x00000695 branch  0x0000336d 
+ 00001131  0x00000697 setarg  0x0036ee80 
+ 00001132  0x00000698 store  0x00000003 , 0x00004bf9 
+ 00001133  0x0000069a jam  0x00000001 , 0x00004b3a 
+ 00001134  0x0000069b rtn 
+ 00001135  0x0000069f arg  0x000046c6 , 0x00000013 
+ 00001136  0x000006a0 arg  0x00003d60 , 0x00000012 
+ 00001137  0x000006a1 branch  0x0000336d 
+ 00001138  0x000006a4 arg  0x00004b3b , 0x00000013 
+ 00001139  0x000006a5 arg  0x00000475 , 0x00000012 
+ 00001140  0x000006a6 branch  0x0000336d 
+ 00001141  0x000006a8 fetch  0x00000001 , 0x000047c5 
+ 00001142  0x000006a9 store  0x00000001 , 0x00004172 
+ 00001143  0x000006aa branch  0x0000046d 
+ 00001144  0x000006ad fetch  0x00000001 , 0x00004b42 
+ 00001145  0x000006ae rtn  0x00000034 
+ 00001146  0x000006af arg  0x00004b40 , 0x00000013 
+ 00001147  0x000006b0 arg  0x0000047d , 0x00000012 
+ 00001148  0x000006b1 branch  0x0000336d 
+ 00001149  0x000006b4 fetch  0x00000001 , 0x00004b41 
+ 00001150  0x000006b5 nrtn  0x00000034 
+ 00001151  0x000006b6 branch  0x00005bf5 
+ 00001152  0x000006b9 fetch  0x00000001 , 0x00004b1e 
+ 00001153  0x000006ba rtnne  0x000000ff 
+ 00001154  0x000006bb fetch  0x00000001 , 0x00004b42 
+ 00001155  0x000006bc nrtn  0x00000034 
+ 00001156  0x000006bd arg  0x00004b43 , 0x00000013 
+ 00001157  0x000006be arg  0x00000487 , 0x00000012 
+ 00001158  0x000006bf branch  0x0000336d 
+ 00001159  0x000006c2 branch  0x0000051e 
+ 00001160  0x000006c6 arg  0x00004807 , 0x00000013 
+ 00001161  0x000006c7 arg  0x0000048b , 0x00000012 
+ 00001162  0x000006c8 branch  0x0000336d 
+ 00001163  0x000006ca jam  0x00000000 , 0x00004806 
+ 00001164  0x000006cb rtn 
+ 00001165  0x000006ce fetch  0x00000001 , 0x000046f5 
+ 00001166  0x000006cf bbit1  0x00000004 , 0x00004394 
+ 00001167  0x000006d1 call  0x000004f0 
+ 00001168  0x000006d2 beq  0x00000007 , 0x00000494 
+ 00001169  0x000006d4 call  0x000043a9 
+ 00001170  0x000006d5 arg  0x00000009 , 0x00000007 
+ 00001171  0x000006d6 branch  0x000043d2 
+ 00001172  0x000006d9 jam  0x00000028 , 0x0000479e 
+ 00001173  0x000006da call  0x00000497 
+ 00001174  0x000006db branch  0x000043b0 
+ 00001175  0x000006de arg  0x000046da , 0x00000013 
+ 00001176  0x000006df arg  0x0000049a , 0x00000012 
+ 00001177  0x000006e0 branch  0x0000336d 
+ 00001178  0x000006e3 fetch  0x00000004 , 0x000046d3 
+ 00001179  0x000006e4 rtnbit1  0x00000009 
+ 00001180  0x000006e7 fetch  0x00000002 , 0x00004682 
+ 00001181  0x000006e8 isolate1  0x0000000b , 0x0000003f 
+ 00001182  0x000006e9 call  0x000042d4 , 0x00000001 
+ 00001183  0x000006ed arg  0x00000009 , 0x00000007 
+ 00001184  0x000006ee call  0x000043ce 
+ 00001185  0x000006ef branch  0x000043b8 
+ 00001186  0x000006f2 fetch  0x00000001 , 0x0000479d 
+ 00001187  0x000006f3 rtn  0x00000034 
+ 00001188  0x000006f4 fetch  0x00000001 , 0x00004b06 
+ 00001189  0x000006f5 nrtn  0x00000034 
+ 00001190  0x000006f6 arg  0x0000479e , 0x00000013 
+ 00001191  0x000006f7 arg  0x000004a9 , 0x00000012 
+ 00001192  0x000006f8 branch  0x0000336d 
+ 00001193  0x000006fb jam  0x00000000 , 0x0000479d 
+ 00001194  0x000006fc branch  0x0000340a 
+ 00001195  0x000007cf fetch  0x00000001 , 0x000046e0 
+ 00001196  0x000007d0 beq  0x00000005 , 0x00003daa 
+ 00001197  0x000007d2 beq  0x00000006 , 0x000004ba 
+ 00001198  0x000007d5 beq  0x00000007 , 0x000004c2 
+ 00001199  0x000007d6 beq  0x00000008 , 0x000004c2 
+ 00001200  0x000007d7 beq  0x00000002 , 0x000004ca 
+ 00001201  0x000007d9 fetch  0x00000001 , 0x0000477a 
+ 00001202  0x000007da call  0x000004c0 , 0x00000034 
+ 00001203  0x000007db fetch  0x00000001 , 0x0000477a 
+ 00001204  0x000007dc beq  0x00000001 , 0x000004b7 
+ 00001205  0x000007dd beq  0x00000003 , 0x00003d8c 
+ 00001206  0x000007de branch  0x00003d88 
+ 00001207  0x000007e0 fetch  0x00000001 , 0x0000477f 
+ 00001208  0x000007e1 increase  0xffffffff , 0x0000003f 
+ 00001209  0x000007e2 branch  0x00003dbe 
+ 00001210  0x000007e5 fetch  0x00000001 , 0x0000477a 
+ 00001211  0x000007e6 call  0x000004c0 , 0x00000034 
+ 00001212  0x000007e7 fetch  0x00000001 , 0x0000477a 
+ 00001213  0x000007e8 beq  0x00000001 , 0x000004c8 
+ 00001214  0x000007e9 beq  0x00000003 , 0x00003d8c 
+ 00001215  0x000007ea branch  0x00003d88 
+ 00001216  0x000007ec jam  0x00000001 , 0x0000477a 
+ 00001217  0x000007ed rtn 
+ 00001218  0x000007ff fetch  0x00000001 , 0x0000477a 
+ 00001219  0x00000800 call  0x000004c0 , 0x00000034 
+ 00001220  0x00000801 fetch  0x00000001 , 0x0000477a 
+ 00001221  0x00000802 beq  0x00000001 , 0x000004c8 
+ 00001222  0x00000803 beq  0x00000003 , 0x00003d88 
+ 00001223  0x00000804 branch  0x00003d8a 
+ 00001224  0x00000806 jam  0x00000000 , 0x000046b5 
+ 00001225  0x00000807 branch  0x00003dc1 
+ 00001226  0x0000080a fetch  0x00000001 , 0x0000477a 
+ 00001227  0x0000080b call  0x000004c0 , 0x00000034 
+ 00001228  0x0000080c fetch  0x00000001 , 0x0000477a 
+ 00001229  0x0000080d beq  0x00000001 , 0x00003d88 
+ 00001230  0x0000080e beq  0x00000003 , 0x000004d0 
+ 00001231  0x0000080f branch  0x00003d8e 
+ 00001232  0x00000811 setarg  0x00000005 
+ 00001233  0x00000812 branch  0x00003dbe 
+ 00001234  0x00000815 disable  0x00000028 
+ 00001235  0x00000816 setarg  0x00000000 
+ 00001236  0x00000817 store  0x00000006 , 0x0000469b 
+ 00001237  0x00000818 call  0x000004db 
+ 00001238  0x00000819 call  0x00004079 
+ 00001239  0x0000081a call  0x0000407e 
+ 00001240  0x0000081b call  0x000004ee 
+ 00001241  0x0000081c nrtn  0x00000028 
+ 00001242  0x0000081d branch  0x00003fa0 
+ 00001243  0x00000821 fetch  0x00000001 , 0x000046e0 
+ 00001244  0x00000824 beq  0x00000007 , 0x000004e0 
+ 00001245  0x00000826 call  0x00003fc0 
+ 00001246  0x00000827 disable  0x00000028 
+ 00001247  0x0000082d branch  0x00003fe7 
+ 00001248  0x00000838 call  0x00003fc0 
+ 00001249  0x00000839 disable  0x00000028 
+ 00001250  0x0000083a fetcht  0x00000001 , 0x000046f3 
+ 00001251  0x0000083b call  0x0000681d 
+ 00001252  0x0000083c nrtn  0x00000001 
+ 00001253  0x0000083e setarg  0x00000002 
+ 00001254  0x0000083f call  0x00006414 
+ 00001255  0x00000840 rtnbit0  0x00000007 
+ 00001256  0x00000841 setarg  0x00000008 
+ 00001257  0x00000842 call  0x00006414 
+ 00001258  0x00000843 branch  0x00003fed , 0x00000034 
+ 00001259  0x00000844 setarg  0x00000000 
+ 00001260  0x00000845 store  0x00000006 , 0x0000469b 
+ 00001261  0x00000846 rtn 
+ 00001262  0x00000849 call  0x000004f0 
+ 00001263  0x0000084a branch  0x0000409a 
+ 00001264  0x0000084c arg  0x00000000 , 0x00000011 
+ 00001265  0x0000084d call  0x000004f3 
+ 00001266  0x00000851 branch  0x0000408e 
+ 00001267  0x0000085a fetcht  0x00000001 , 0x000046e2 
+ 00001268  0x0000085b call  0x00000509 
+ 00001269  0x0000085c fetcht  0x00000001 , 0x000046e2 
+ 00001270  0x0000085d call  0x0000681d 
+ 00001271  0x0000085e setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00001272  0x00000861 fetcht  0x00000001 , 0x000046e3 
+ 00001273  0x00000862 call  0x00000509 
+ 00001274  0x00000863 fetcht  0x00000001 , 0x000046e3 
+ 00001275  0x00000864 call  0x0000681d 
+ 00001276  0x00000865 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00001277  0x00000868 fetcht  0x00000001 , 0x000046e4 
+ 00001278  0x00000869 call  0x00000509 
+ 00001279  0x0000086a fetcht  0x00000001 , 0x000046e4 
+ 00001280  0x0000086b call  0x0000681d 
+ 00001281  0x0000086c setflag  0x00000001 , 0x00000002 , 0x00000011 
+ 00001282  0x0000086d rtn 
+ 00001283  0x0000087d set0  0x00000007 , 0x00000002 
+ 00001284  0x0000087e arg  0x00008078 , 0x00000005 
+ 00001285  0x0000087f call  0x00006830 
+ 00001286  0x00000880 set1  0x00000007 , 0x00000002 
+ 00001287  0x00000881 arg  0x0000807c , 0x00000005 
+ 00001288  0x00000882 branch  0x0000680a 
+ 00001289  0x00000884 set1  0x00000007 , 0x00000002 
+ 00001290  0x00000885 arg  0x00008078 , 0x00000005 
+ 00001291  0x00000886 call  0x00006830 
+ 00001292  0x00000887 set0  0x00000007 , 0x00000002 
+ 00001293  0x00000888 branch  0x00000507 
+ 00001294  0x0000088b jam  0x00000000 , 0x0000479d 
+ 00001295  0x0000088c jam  0x00000000 , 0x0000479e 
+ 00001296  0x0000088d isolate1  0x00000026 , 0x00000000 
+ 00001297  0x0000088e call  0x000001e0 , 0x00000001 
+ 00001298  0x0000088f branch  0x0000426d 
+ 00001299  0x00000892 call  0x000068a2 
+ 00001300  0x00000893 fetch  0x00000002 , 0x0000421d 
+ 00001301  0x00000895 store  0x00000002 , 0x000047c2 
+ 00001302  0x00000898 arg  0x00000002 , 0x00000002 
+ 00001303  0x00000899 arg  0x000047c2 , 0x00000011 
+ 00001304  0x0000089a arg  0x0000005f , 0x00000012 
+ 00001305  0x0000089b branch  0x000065d1 
+ 00001306  0x0000089d arg  0x00000002 , 0x00000002 
+ 00001307  0x0000089e arg  0x000047c2 , 0x00000011 
+ 00001308  0x0000089f arg  0x0000005f , 0x00000012 
+ 00001309  0x000008a0 branch  0x000065df 
+ 00001310  0x000008a9 jam  0x00000000 , 0x00004b41 
+ 00001311  0x000008aa call  0x000002e5 
+ 00001312  0x000008ab jam  0x00000001 , 0x00004720 
+ 00001313  0x000008ac jam  0x00000000 , 0x0000479c 
+ 00001314  0x000008b1 call  0x0000051a 
+ 00001315  0x000008b2 fetcht  0x00000002 , 0x000047c2 
+ 00001316  0x000008b3 increase  0x00000001 , 0x00000002 
+ 00001317  0x000008b4 storet  0x00000002 , 0x000047c2 
+ 00001318  0x000008b5 storet  0x00000002 , 0x000044a1 
+ 00001319  0x000008b6 call  0x00000516 
+ 00001320  0x000008b7 random  0x0000003f 
+ 00001321  0x000008b8 store  0x00000001 , 0x000044a0 
+ 00001322  0x000008ba call  0x00003402 
+ 00001323  0x000008bb setarg  0x00ed8e0e 
+ 00001324  0x000008bc store  0x00000003 , 0x000044a3 
+ 00001325  0x000008bd call  0x00003418 
+ 00001326  0x000008be fetch  0x00000002 , 0x00004687 
+ 00001327  0x000008bf store  0x00000002 , 0x000046ac 
+ 00001328  0x000008c0 jam  0x00000006 , 0x0000016d 
+ 00001329  0x000008c1 setarg  0x00000000 
+ 00001330  0x000008c2 store  0x00000002 , 0x000046b0 
+ 00001331  0x000008c3 store  0x00000002 , 0x000046ae 
+ 00001332  0x000008c4 arg  0x00000007 , 0x00000007 
+ 00001333  0x000008c5 call  0x000043ce 
+ 00001334  0x000008c6 call  0x000043ca 
+ 00001335  0x000008c9 call  0x00000539 
+ 00001336  0x000008ca branch  0x000042c4 
+ 00001337  0x000008ce jam  0x00000000 , 0x0000479f 
+ 00001338  0x000008cf call  0x000002f7 
+ 00001339  0x000008d0 setarg  0x00000005 
+ 00001340  0x000008d1 istore  0x00000001 , 0x00000006 
+ 00001341  0x000008d3 arg  0x00004b1f , 0x00000006 
+ 00001342  0x000008d4 call  0x00000540 
+ 00001343  0x000008d6 branch  0x00007df4 
+ 00001344  0x000008d9 arg  0x0000437b , 0x00000005 
+ 00001345  0x000008da arg  0x00000013 , 0x00000039 
+ 00001346  0x000008db call  0x00007f01 
+ 00001347  0x000008dc branch  0x000057b8 
+ 00001348  0x000008df jam  0x00000000 , 0x00004b06 
+ 00001349  0x000008e1 setarg  0x00000000 
+ 00001350  0x000008e2 store  0x00000002 , 0x000046ac 
+ 00001351  0x000008e3 call  0x000003d2 
+ 00001352  0x000008e4 branch  0x000042cb 
+ 00001353  0x000008e7 fetch  0x00000001 , 0x0000450f 
+ 00001354  0x000008e8 pincrease  0x00000001 
+ 00001355  0x000008e9 store  0x00000001 , 0x0000450f 
+ 00001356  0x000008ea beq  0x0000000c , 0x00005395 
+ 00001357  0x000008eb call  0x000055aa 
+ 00001358  0x000008ec call  0x0000561e 
+ 00001359  0x000008ed call  0x00000625 
+ 00001360  0x000008ee branch  0x0000538f 
+ 00001361  0x000008f1 fetch  0x00000001 , 0x00000016 
+ 00001362  0x000008f2 increase  0x00000001 , 0x0000003f 
+ 00001363  0x000008f3 store  0x00000001 , 0x00000016 
+ 00001364  0x000008f4 rtnne  0x00000028 
+ 00001365  0x000008f5 jam  0x00000025 , 0x00000016 
+ 00001366  0x000008f6 rtn 
+ 00001367  0x000008f9 call  0x000029bb 
+ 00001368  0x000008fa call  0x0000001d 
+ 00001369  0x000008fb branch  0x000054a3 
+ 00001370  0x000008fe call  0x00000560 
+ 00001371  0x000008ff branch  0x0000557d 
+ 00001372  0x00000901 fetch  0x00000001 , 0x000047c5 
+ 00001373  0x00000902 store  0x00000001 , 0x00004172 
+ 00001374  0x00000904 jam  0x00000000 , 0x000047c4 
+ 00001375  0x00000905 rtn 
+ 00001376  0x00000908 fetch  0x00000001 , 0x000043d6 
+ 00001377  0x00000909 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00001378  0x0000090a nbranch  0x0000042e , 0x00000002 
+ 00001379  0x0000090b fetch  0x00000001 , 0x000043d8 
+ 00001380  0x0000090c fetcht  0x00000001 , 0x000047c5 
+ 00001381  0x0000090d isub  0x00000002 , 0x0000003e 
+ 00001382  0x0000090e branch  0x0000055c , 0x00000002 
+ 00001383  0x0000090f fetch  0x00000001 , 0x000043d8 
+ 00001384  0x00000910 store  0x00000001 , 0x00004172 
+ 00001385  0x00000911 branch  0x0000055e 
+ 00001386  0x00000914 fetch  0x00000001 , 0x0000043f 
+ 00001387  0x00000915 rtnbit0  0x00000006 
+ 00001388  0x00000916 call  0x0000056f 
+ 00001389  0x00000917 nrtn  0x00000028 
+ 00001390  0x00000918 branch  0x000055a0 
+ 00001391  0x0000091a enable  0x00000028 
+ 00001392  0x0000091b fetch  0x00000001 , 0x0000045a 
+ 00001393  0x0000091c rshift4  0x0000003f , 0x0000003f 
+ 00001394  0x0000091d rtnne  0x0000000f 
+ 00001395  0x0000091e fetch  0x00000001 , 0x00000460 
+ 00001396  0x0000091f rshift4  0x0000003f , 0x0000003f 
+ 00001397  0x00000920 rtnne  0x00000000 
+ 00001398  0x00000921 branch  0x00007fe9 
+ 00001399  0x00000924 fetch  0x00000001 , 0x00000456 
+ 00001400  0x00000925 bbit1  0x00000005 , 0x0000058b 
+ 00001401  0x00000926 call  0x00000617 
+ 00001402  0x00000927 fetch  0x00000001 , 0x0000478e 
+ 00001403  0x00000928 nbranch  0x00000581 , 0x00000034 
+ 00001404  0x00000929 fetch  0x00000001 , 0x0000043f 
+ 00001405  0x0000092a bbit0  0x00000004 , 0x00000585 
+ 00001406  0x0000092b fetch  0x00000001 , 0x000002da 
+ 00001407  0x0000092c branch  0x00000585 , 0x00000034 
+ 00001408  0x0000092d branch  0x00005664 
+ 00001409  0x0000092f fetch  0x00000001 , 0x0000478e 
+ 00001410  0x00000930 increase  0xffffffff , 0x0000003f 
+ 00001411  0x00000931 store  0x00000001 , 0x0000478e 
+ 00001412  0x00000932 branch  0x00005664 
+ 00001413  0x00000934 fetch  0x00000001 , 0x000044c4 
+ 00001414  0x00000935 bne  0x00000005 , 0x00000588 
+ 00001415  0x00000936 jam  0x00000003 , 0x0000478e 
+ 00001416  0x00000938 call  0x00005892 
+ 00001417  0x00000939 call  0x000003e8 , 0x00000034 
+ 00001418  0x0000093a branch  0x00005622 
+ 00001419  0x0000093d call  0x0000058d 
+ 00001420  0x0000093e branch  0x00000599 
+ 00001421  0x00000941 fetch  0x00000001 , 0x000046c5 
+ 00001422  0x00000942 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001423  0x00000943 rtnne  0x00000003 
+ 00001424  0x00000944 fetch  0x00000001 , 0x000047c1 
+ 00001425  0x00000945 rtn  0x00000034 
+ 00001426  0x00000946 fetch  0x00000001 , 0x000043dd 
+ 00001427  0x00000947 rtn  0x00000034 
+ 00001428  0x00000948 fetch  0x00000001 , 0x000043dc 
+ 00001429  0x00000949 set1  0x00000004 , 0x0000003f 
+ 00001430  0x0000094a store  0x00000001 , 0x000043dc 
+ 00001431  0x0000094b call  0x00005650 
+ 00001432  0x0000094c rtn 
+ 00001433  0x00000951 branch  0x0000061b 
+ 00001434  0x00000954 fetch  0x00000001 , 0x0000479f 
+ 00001435  0x00000955 rtn  0x00000034 
+ 00001436  0x00000956 fetch  0x00000001 , 0x000046c5 
+ 00001437  0x00000957 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001438  0x00000958 rtneq  0x00000003 
+ 00001439  0x00000959 jam  0x0000000a , 0x000046c6 
+ 00001440  0x0000095a rtn 
+ 00001441  0x0000095d rtnmark1  0x0000000f 
+ 00001442  0x0000095e call  0x00005890 
+ 00001443  0x0000095f nrtn  0x00000034 
+ 00001444  0x00000960 fetch  0x00000001 , 0x000002d9 
+ 00001445  0x00000961 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001446  0x00000962 store  0x00000001 , 0x0000450c 
+ 00001447  0x00000963 ifetch  0x00000001 , 0x00000006 
+ 00001448  0x00000964 and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00001449  0x00000965 store  0x00000001 , 0x0000450b 
+ 00001450  0x00000966 rtn  0x00000034 
+ 00001451  0x00000967 copy  0x00000006 , 0x0000003f 
+ 00001452  0x00000968 store  0x00000002 , 0x0000450d 
+ 00001453  0x00000969 fetch  0x00000001 , 0x0000450c 
+ 00001454  0x0000096a beq  0x00000003 , 0x000005b0 
+ 00001455  0x0000096b branch  0x0000568d 
+ 00001456  0x0000096d fetch  0x00000001 , 0x000002db 
+ 00001457  0x0000096e beq  0x00000001 , 0x000005b3 
+ 00001458  0x0000096f branch  0x00005c65 
+ 00001459  0x00000971 ifetch  0x00000005 , 0x00000006 
+ 00001460  0x00000972 store  0x00000005 , 0x000043ce 
+ 00001461  0x00000973 ifetch  0x00000002 , 0x00000006 
+ 00001462  0x00000974 store  0x00000002 , 0x0000045f 
+ 00001463  0x00000975 branch  0x00005c8a 
+ 00001464  0x00000978 ifetch  0x00000002 , 0x00000006 
+ 00001465  0x00000979 beq  0x00000004 , 0x000005bc 
+ 00001466  0x0000097a beq  0x00000006 , 0x000005d9 
+ 00001467  0x0000097b branch  0x00005698 
+ 00001468  0x0000097d call  0x00007ea5 
+ 00001469  0x0000097e call  0x0000059a 
+ 00001470  0x0000097f call  0x00007e9f 
+ 00001471  0x00000980 ifetch  0x00000003 , 0x00000006 
+ 00001472  0x00000981 store  0x00000003 , 0x00000477 
+ 00001473  0x00000982 beq  0x00000010 , 0x000005cb 
+ 00001474  0x00000984 rshift8  0x0000003f , 0x00000002 
+ 00001475  0x00000985 sub  0x00000002 , 0x00000024 , 0x0000003e 
+ 00001476  0x00000987 branch  0x000058ad , 0x00000002 
+ 00001477  0x00000988 arg  0x000047c6 , 0x00000002 
+ 00001478  0x00000989 storet  0x00000002 , 0x000044bc 
+ 00001479  0x0000098a call  0x000058ad 
+ 00001480  0x0000098b setarg  0x00008e7a 
+ 00001481  0x0000098c store  0x00000002 , 0x000044bc 
+ 00001482  0x0000098d rtn 
+ 00001483  0x00000990 call  0x000059fa 
+ 00001484  0x00000991 call  0x00005879 
+ 00001485  0x00000992 increase  0x00000007 , 0x00000006 
+ 00001486  0x00000993 ifetch  0x00000001 , 0x00000006 
+ 00001487  0x00000994 rtnne  0x00000011 
+ 00001488  0x00000995 increase  0x00000005 , 0x00000006 
+ 00001489  0x00000996 ifetch  0x00000002 , 0x00000006 
+ 00001490  0x00000997 arg  0x00001812 , 0x00000002 
+ 00001491  0x00000998 isub  0x00000002 , 0x0000003e 
+ 00001492  0x00000999 nrtn  0x00000005 
+ 00001493  0x0000099a increase  0xfffffffc , 0x00000006 
+ 00001494  0x0000099b setarg  0x0000002b 
+ 00001495  0x0000099c istore  0x00000002 , 0x00000006 
+ 00001496  0x0000099d rtn 
+ 00001497  0x000009cb ifetch  0x00000001 , 0x00000006 
+ 00001498  0x000009cc beq  0x00000001 , 0x000005dd 
+ 00001499  0x000009cd beq  0x00000005 , 0x000005df 
+ 00001500  0x000009ce branch  0x00005af6 
+ 00001501  0x000009d1 jam  0x00000001 , 0x00004b41 
+ 00001502  0x000009d2 branch  0x00005b09 
+ 00001503  0x000009d5 call  0x00005b5a 
+ 00001504  0x000009d6 fetch  0x00000001 , 0x0000043f 
+ 00001505  0x000009d7 set0  0x00000005 , 0x0000003f 
+ 00001506  0x000009d8 store  0x00000001 , 0x0000043f 
+ 00001507  0x000009d9 branch  0x00005c8e 
+ 00001508  0x000009dc fetch  0x00000001 , 0x00000016 
+ 00001509  0x000009dd bne  0x00000027 , 0x000056f2 
+ 00001510  0x000009de call  0x000005ea 
+ 00001511  0x000009df arg  0x00000000 , 0x00000007 
+ 00001512  0x000009e0 fetch  0x00000002 , 0x00004482 
+ 00001513  0x000009e1 branch  0x00007f08 
+ 00001514  0x000009e3 random  0x0000003f 
+ 00001515  0x000009e4 arg  0x000001ff , 0x00000002 
+ 00001516  0x000009e5 iand  0x00000002 , 0x0000003f 
+ 00001517  0x000009e6 add  0x0000003f , 0x000000fa , 0x0000003f 
+ 00001518  0x000009e7 branch  0x00003cbe 
+ 00001519  0x000009ea disable  0x0000002b 
+ 00001520  0x000009eb branch  0x000005f2 , 0x0000002e 
+ 00001521  0x000009ec nbranch  0x00005806 , 0x0000002d 
+ 00001522  0x000009ee call  0x00002bcb 
+ 00001523  0x000009ef fetch  0x00000002 , 0x000040c1 
+ 00001524  0x000009f0 store  0x00000002 , 0x0000044d 
+ 00001525  0x000009f1 fetch  0x00000001 , 0x000046c5 
+ 00001526  0x000009f2 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00001527  0x000009f3 nbranch  0x00002bde , 0x00000001 
+ 00001528  0x000009f4 branch  0x000057fb 
+ 00001529  0x000009f7 fetch  0x00000001 , 0x0000479f 
+ 00001530  0x000009f8 nrtn  0x00000034 
+ 00001531  0x000009f9 fetch  0x00000001 , 0x00000478 
+ 00001532  0x000009fa sub  0x0000003f , 0x0000001a , 0x0000003f 
+ 00001533  0x000009fb nrtn  0x00000005 
+ 00001534  0x000009fc branch  0x00003d60 
+ 00001535  0x000009ff call  0x000062bc 
+ 00001536  0x00000a00 nbranch  0x00007ddb , 0x00000034 
+ 00001537  0x00000a01 fetch  0x00000001 , 0x00000a99 
+ 00001538  0x00000a02 bmark0  0x00000009 , 0x00007dd6 
+ 00001539  0x00000a03 beq  0x00000012 , 0x00000605 
+ 00001540  0x00000a04 branch  0x00007dca 
+ 00001541  0x00000a07 call  0x00005890 
+ 00001542  0x00000a08 nrtn  0x00000034 
+ 00001543  0x00000a09 branch  0x00005abf 
+ 00001544  0x00000a0d hfetch  0x00000001 , 0x00008077 
+ 00001545  0x00000a0e and_into  0x000000fd , 0x0000003f 
+ 00001546  0x00000a0f hstore  0x00000001 , 0x00008077 
+ 00001547  0x00000a10 hfetcht  0x00000001 , 0x00008073 
+ 00001548  0x00000a11 or_into  0x00000002 , 0x00000002 
+ 00001549  0x00000a12 hstoret  0x00000001 , 0x00008073 
+ 00001550  0x00000a13 call  0x000063ee 
+ 00001551  0x00000a14 and_into  0x000000fd , 0x00000002 
+ 00001552  0x00000a15 nop  0x0000000d 
+ 00001553  0x00000a16 call  0x000063f2 
+ 00001554  0x00000a17 hstoret  0x00000001 , 0x00008073 
+ 00001555  0x00000a18 rtn 
+ 00001556  0x00000a1f jam  0x00000001 , 0x00004d06 
+ 00001557  0x00000a20 jam  0x00000000 , 0x00004d03 
+ 00001558  0x00000a21 rtn 
+ 00001559  0x00000a23 fetch  0x00000001 , 0x00004d03 
+ 00001560  0x00000a24 increase  0x00000001 , 0x0000003f 
+ 00001561  0x00000a25 store  0x00000001 , 0x00004d03 
+ 00001562  0x00000a26 rtn 
+ 00001563  0x00000a28 fetch  0x00000001 , 0x00004d03 
+ 00001564  0x00000a29 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00001565  0x00000a2a ncall  0x00000623 , 0x00000002 
+ 00001566  0x00000a2b fetch  0x00000001 , 0x00004d03 
+ 00001567  0x00000a2c rtneq  0x00000000 
+ 00001568  0x00000a2d increase  0xffffffff , 0x0000003f 
+ 00001569  0x00000a2e store  0x00000001 , 0x00004d03 
+ 00001570  0x00000a2f rtn 
+ 00001571  0x00000a31 jam  0x00000003 , 0x00004d03 
+ 00001572  0x00000a32 rtn 
+ 00001573  0x00000a35 fetch  0x00000002 , 0x00004682 
+ 00001574  0x00000a36 rtnbit1  0x0000000b 
+ 00001575  0x00000a3a arg  0x00004c8c , 0x00000011 
+ 00001576  0x00000a3b call  0x000002b4 
+ 00001577  0x00000a3c storet  0x00000001 , 0x00004d04 
+ 00001578  0x00000a3e setarg  0x00000082 
+ 00001579  0x00000a3f bmark1  0x00000026 , 0x0000062d 
+ 00001580  0x00000a40 setarg  0x00000080 
+ 00001581  0x00000a42 isub  0x00000002 , 0x0000003e 
+ 00001582  0x00000a43 nbranch  0x00000645 , 0x00000002 
+ 00001583  0x00000a45 fetch  0x00000001 , 0x00004d03 
+ 00001584  0x00000a46 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00001585  0x00000a47 nbranch  0x00000635 , 0x00000002 
+ 00001586  0x00000a48 fetch  0x00000001 , 0x00004d03 
+ 00001587  0x00000a49 beq  0x00000000 , 0x00000646 
+ 00001588  0x00000a4a rtn 
+ 00001589  0x00000a4d fetch  0x00000001 , 0x00004d03 
+ 00001590  0x00000a4e rtnne  0x00000020 
+ 00001591  0x00000a4f jam  0x00000000 , 0x00004d03 
+ 00001592  0x00000a51 fetcht  0x00000001 , 0x00004d04 
+ 00001593  0x00000a52 setarg  0x00000077 
+ 00001594  0x00000a53 bmark1  0x00000026 , 0x0000063c 
+ 00001595  0x00000a54 setarg  0x00000075 
+ 00001596  0x00000a56 isub  0x00000002 , 0x0000003e 
+ 00001597  0x00000a57 nrtn  0x00000002 
+ 00001598  0x00000a58 fetch  0x00000001 , 0x00004d06 
+ 00001599  0x00000a59 beq  0x00000000 , 0x0000064d 
+ 00001600  0x00000a5a increase  0xffffffff , 0x0000003f 
+ 00001601  0x00000a5b store  0x00000001 , 0x00004d06 
+ 00001602  0x00000a5c beq  0x00000000 , 0x0000064d 
+ 00001603  0x00000a5f jam  0x00000000 , 0x000041de 
+ 00001604  0x00000a60 rtn 
+ 00001605  0x00000a63 jam  0x00000000 , 0x00004d03 
+ 00001606  0x00000a65 fetch  0x00000001 , 0x00004d06 
+ 00001607  0x00000a66 beq  0x00000002 , 0x0000064b 
+ 00001608  0x00000a67 increase  0x00000001 , 0x0000003f 
+ 00001609  0x00000a68 store  0x00000001 , 0x00004d06 
+ 00001610  0x00000a69 beq  0x00000001 , 0x00000643 
+ 00001611  0x00000a6c jam  0x00000002 , 0x000041de 
+ 00001612  0x00000a6d rtn 
+ 00001613  0x00000a70 jam  0x00000004 , 0x000041de 
+ 00001614  0x00000a71 rtn 
+ 00001615  0x00000a75 storet  0x00000001 , 0x00000017 
+ 00001616  0x00000a76 add  0x00000002 , 0x00000000 , 0x00000011 
+ 00001617  0x00000a77 call  0x00002981 
+ 00001618  0x00000a78 setarg  0x00000500 
+ 00001619  0x00000a79 call  0x00002a8f 
+ 00001620  0x00000a7b jam  0x00000001 , 0x00008906 
+ 00001621  0x00000a7c jam  0x0000003c , 0x00008900 
+ 00001622  0x00000a7d jam  0x000000e0 , 0x00008901 
+ 00001623  0x00000a7e nop  0x0000000a 
+ 00001624  0x00000a7f jam  0x00000001 , 0x00008902 
+ 00001625  0x00000a80 jam  0x0000003d , 0x00008902 
+ 00001626  0x00000a81 nop  0x0000000a 
+ 00001627  0x00000a82 jam  0x000000b7 , 0x00008903 
+ 00001628  0x00000a83 nop  0x0000000a 
+ 00001629  0x00000a84 jam  0x0000007d , 0x00008902 
+ 00001630  0x00000a85 fetch  0x00000001 , 0x000041de 
+ 00001631  0x00000a88 beq  0x00000002 , 0x00000667 
+ 00001632  0x00000a8a beq  0x00000004 , 0x0000066c 
+ 00001633  0x00000a8b beq  0x00000020 , 0x0000067b 
+ 00001634  0x00000a8e call  0x00000671 
+ 00001635  0x00000a90 jam  0x000000d0 , 0x00008955 
+ 00001636  0x00000a91 jam  0x000000e0 , 0x00008956 
+ 00001637  0x00000a93 jam  0x0000006c , 0x00008958 
+ 00001638  0x00000a95 branch  0x0000294b 
+ 00001639  0x00000aa2 call  0x00000676 
+ 00001640  0x00000aa4 jam  0x000000d0 , 0x00008955 
+ 00001641  0x00000aa5 jam  0x000000e0 , 0x00008956 
+ 00001642  0x00000aa7 jam  0x0000003c , 0x00008958 
+ 00001643  0x00000aa9 branch  0x00002953 
+ 00001644  0x00000ab6 call  0x00000671 
+ 00001645  0x00000ab8 jam  0x000000d0 , 0x00008955 
+ 00001646  0x00000ab9 jam  0x000000c0 , 0x00008956 
+ 00001647  0x00000abb jam  0x0000006c , 0x00008958 
+ 00001648  0x00000abd branch  0x0000295b 
+ 00001649  0x00000ac0 jam  0x0000005b , 0x0000894c 
+ 00001650  0x00000ac1 jam  0x00000096 , 0x0000894d 
+ 00001651  0x00000ac2 jam  0x0000002c , 0x0000894e 
+ 00001652  0x00000ac3 jam  0x00000046 , 0x0000894f 
+ 00001653  0x00000ac4 rtn 
+ 00001654  0x00000ac7 jam  0x000000fb , 0x0000894c 
+ 00001655  0x00000ac8 jam  0x000000ef , 0x0000894d 
+ 00001656  0x00000ac9 jam  0x000000ec , 0x0000894e 
+ 00001657  0x00000aca jam  0x0000005e , 0x0000894f 
+ 00001658  0x00000acb rtn 
+ 00001659  0x00000acf jam  0x000000c2 , 0x00008956 
+ 00001660  0x00000ad0 jam  0x000000d0 , 0x00008955 
+ 00001661  0x00000ad1 rtn 
+ 00001662  0x00000ad4 force  0x00000008 , 0x00000015 
+ 00001663  0x00000ad5 branch  0x000028fa 
+ 00008192  0x00000ae5 call  0x00002abc 
+ 00008193  0x00000ae8 bpatch  0x00000000 , 0x00004000 
+ 00008194  0x00000ae9 clear_stack 
+ 00008195  0x00000aea call  0x0000640d 
+ 00008196  0x00000aeb call  0x0000296c 
+ 00008197  0x00000aec call  0x000065a3 
+ 00008198  0x00000aed call  0x00002a96 
+ 00008199  0x00000aee call  0x00004d6a 
+ 00008200  0x00000aef bpatch  0x00000001 , 0x00004000 
+ 00008201  0x00000af0 call  0x00006a03 
+ 00008202  0x00000af1 call  0x00005cf6 
+ 00008203  0x00000af2 call  0x00007ccc 
+ 00008204  0x00000af3 call  0x000032d8 
+ 00008205  0x00000af4 ncall  0x0000689c , 0x0000002b 
+ 00008206  0x00000af5 bpatch  0x00000002 , 0x00004000 
+ 00008207  0x00000af6 call  0x000032e3 , 0x0000002b 
+ 00008208  0x00000af7 call  0x0000756a 
+ 00008209  0x00000af8 call  0x00002b41 , 0x0000002b 
+ 00008210  0x00000afa bpatch  0x00000003 , 0x00004000 
+ 00008211  0x00000afb call  0x000076dc 
+ 00008212  0x00000afc call  0x00007aaf 
+ 00008213  0x00000afd call  0x0000756d 
+ 00008214  0x00000afe call  0x0000535c 
+ 00008215  0x00000aff bpatch  0x00000004 , 0x00004000 
+ 00008216  0x00000b00 call  0x00002038 
+ 00008217  0x00000b01 call  0x000032ed 
+ 00008218  0x00000b02 call  0x0000208f 
+ 00008219  0x00000b03 call  0x000022f8 
+ 00008220  0x00000b04 call  0x0000236a 
+ 00008221  0x00000b05 call  0x00002021 
+ 00008222  0x00000b06 call  0x00002b6a 
+ 00008223  0x00000b07 call  0x00002c72 
+ 00008224  0x00000b08 branch  0x00002012 
+ 00008225  0x00000b0b call  0x00002026 
+ 00008226  0x00000b0c rtnmark0  0x00000009 
+ 00008227  0x00000b0d set0  0x00000009 , 0x00000000 
+ 00008228  0x00000b0e call  0x00002223 
+ 00008229  0x00000b0f branch  0x000053ce 
+ 00008230  0x00000b12 bpatch  0x00000005 , 0x00004000 
+ 00008231  0x00000b13 call  0x0000225e 
+ 00008232  0x00000b14 nbranch  0x0000202f , 0x00000005 
+ 00008233  0x00000b15 call  0x0000220a 
+ 00008234  0x00000b16 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008235  0x00000b17 ifetch  0x00000001 , 0x00000006 
+ 00008236  0x00000b18 bbit1  0x00000000 , 0x00005360 
+ 00008237  0x00000b19 bbit1  0x00000001 , 0x00002166 
+ 00008238  0x00000b1a branch  0x000023cf 
+ 00008239  0x00000b1c call  0x0000222b 
+ 00008240  0x00000b1d copy  0x00000039 , 0x0000003e 
+ 00008241  0x00000b1e rtn  0x00000005 
+ 00008242  0x00000b1f call  0x0000220a 
+ 00008243  0x00000b20 fetch  0x00000001 , 0x00000030 
+ 00008244  0x00000b21 bbit1  0x00000003 , 0x000020d3 
+ 00008245  0x00000b22 fetch  0x00000001 , 0x00000031 
+ 00008246  0x00000b23 bbit1  0x00000001 , 0x00002166 
+ 00008247  0x00000b24 branch  0x000023cf 
+ 00008248  0x00000b2d fetch  0x00000001 , 0x000041ce 
+ 00008249  0x00000b2e rtn  0x00000034 
+ 00008250  0x00000b2f beq  0x00000001 , 0x00002048 
+ 00008251  0x00000b30 beq  0x00000002 , 0x0000204d 
+ 00008252  0x00000b31 beq  0x00000003 , 0x00002050 
+ 00008253  0x00000b32 beq  0x00000005 , 0x00002055 
+ 00008254  0x00000b33 beq  0x0000001b , 0x00002045 
+ 00008255  0x00000b34 call  0x00002257 
+ 00008256  0x00000b35 rtn  0x00000005 
+ 00008257  0x00000b36 call  0x0000225a 
+ 00008258  0x00000b37 rtn  0x00000005 
+ 00008259  0x00000b39 jam  0x00000000 , 0x000041ce 
+ 00008260  0x00000b3a rtn 
+ 00008261  0x00000b3d jam  0x0000001b , 0x0000049b 
+ 00008262  0x00000b3e jam  0x00000000 , 0x000041ce 
+ 00008263  0x00000b3f rtn 
+ 00008264  0x00000b42 set1  0x0000001c , 0x00000000 
+ 00008265  0x00000b43 set0  0x0000001e , 0x00000000 
+ 00008266  0x00000b44 jam  0x000000ff , 0x0000008f 
+ 00008267  0x00000b45 jam  0x0000001f , 0x0000008d 
+ 00008268  0x00000b46 branch  0x00002043 
+ 00008269  0x00000b49 set0  0x0000001c , 0x00000000 
+ 00008270  0x00000b4a force  0x00000000 , 0x0000001b 
+ 00008271  0x00000b4b branch  0x00002043 
+ 00008272  0x00000b4e call  0x0000225a 
+ 00008273  0x00000b4f rtn  0x00000005 
+ 00008274  0x00000b50 force  0x00000001 , 0x00000002 
+ 00008275  0x00000b51 jam  0x00000005 , 0x0000016e 
+ 00008276  0x00000b52 branch  0x0000205c 
+ 00008277  0x00000b55 bpatch  0x00000006 , 0x00004000 
+ 00008278  0x00000b57 fetch  0x00000006 , 0x000041d0 
+ 00008279  0x00000b58 branch  0x00002043 , 0x00000034 
+ 00008280  0x00000b59 jam  0x00000001 , 0x00004681 
+ 00008281  0x00000b5b jam  0x00000003 , 0x00000055 
+ 00008282  0x00000b5c branch  0x0000205b 
+ 00008283  0x00000b5f force  0x00000025 , 0x00000002 
+ 00008284  0x00000b61 bpatch  0x00000007 , 0x00004000 
+ 00008285  0x00000b62 fetch  0x00000001 , 0x000000f1 
+ 00008286  0x00000b63 branch  0x00002062 , 0x00000034 
+ 00008287  0x00000b64 lshift3  0x0000003f , 0x0000003f 
+ 00008288  0x00000b65 lshift4  0x0000003f , 0x0000003f 
+ 00008289  0x00000b66 increase  0xffffffff , 0x0000003f 
+ 00008290  0x00000b68 store  0x00000001 , 0x000040a6 
+ 00008291  0x00000b69 store  0x00000001 , 0x000000f0 
+ 00008292  0x00000b6a jam  0x0000001f , 0x0000008e 
+ 00008293  0x00000b6b set0  0x0000000c , 0x00000000 
+ 00008294  0x00000b6c call  0x0000223b 
+ 00008295  0x00000b6d nbranch  0x00002083 , 0x00000005 
+ 00008296  0x00000b6e call  0x00002a6f 
+ 00008297  0x00000b6f store  0x00000001 , 0x00000077 
+ 00008298  0x00000b70 storet  0x00000001 , 0x0000007c 
+ 00008299  0x00000b71 fetch  0x00000006 , 0x000041d0 
+ 00008300  0x00000b72 store  0x00000006 , 0x00000040 
+ 00008301  0x00000b73 bpatch  0x00000008 , 0x00004001 
+ 00008302  0x00000b74 call  0x00007f15 
+ 00008303  0x00000b75 force  0x00000000 , 0x0000003f 
+ 00008304  0x00000b76 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008305  0x00000b77 nsetflag  0x00000001 , 0x00000005 , 0x0000003f 
+ 00008306  0x00000b78 set1  0x00000003 , 0x0000003f 
+ 00008307  0x00000b79 store  0x00000001 , 0x00000030 
+ 00008308  0x00000b7a jam  0x00000003 , 0x00000a99 
+ 00008309  0x00000b7b call  0x00007d86 
+ 00008310  0x00000b7c force  0x00000000 , 0x0000003f 
+ 00008311  0x00000b7d setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00008312  0x00000b7e store  0x00000001 , 0x0000004c 
+ 00008313  0x00000b7f setarg  0x00000000 
+ 00008314  0x00000b80 set1  0x00000001 , 0x0000003f 
+ 00008315  0x00000b81 store  0x00000001 , 0x00000031 
+ 00008316  0x00000b82 enable  0x00000029 
+ 00008317  0x00000b83 call  0x00002223 
+ 00008318  0x00000b84 disable  0x00000029 
+ 00008319  0x00000b85 force  0x00000003 , 0x00000007 
+ 00008320  0x00000b86 fetch  0x00000002 , 0x000040b9 
+ 00008321  0x00000b87 call  0x00007f08 
+ 00008322  0x00000b88 branch  0x00002043 
+ 00008323  0x00000b8a bpatch  0x00000009 , 0x00004001 
+ 00008324  0x00000b8b fetch  0x00000006 , 0x000041d0 
+ 00008325  0x00000b8c store  0x00000006 , 0x00000040 
+ 00008326  0x00000b8d compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008327  0x00000b8e branch  0x00002089 , 0x00000001 
+ 00008328  0x00000b8f branch  0x00002043 
+ 00008329  0x00000b91 arg  0x00000101 , 0x00000005 
+ 00008330  0x00000b92 arg  0x00000008 , 0x00000039 
+ 00008331  0x00000b93 call  0x00007ec6 
+ 00008332  0x00000b94 jam  0x00000004 , 0x00000a99 
+ 00008333  0x00000b95 call  0x00007d86 
+ 00008334  0x00000b96 branch  0x00002043 
+ 00008335  0x00000b9e rtnmark0  0x0000001c 
+ 00008336  0x00000b9f force  0x00000001 , 0x00000007 
+ 00008337  0x00000ba0 call  0x00007f16 
+ 00008338  0x00000ba1 nsetflag  0x00000034 , 0x0000001c , 0x00000000 
+ 00008339  0x00000ba2 nbranch  0x00002095 , 0x00000034 
+ 00008340  0x00000ba3 rtn 
+ 00008341  0x00000ba8 bpatch  0x0000000a , 0x00004001 
+ 00008342  0x00000ba9 fetcht  0x00000002 , 0x000040bb 
+ 00008343  0x00000baa force  0x00000004 , 0x00000007 
+ 00008344  0x00000bab call  0x0000271c 
+ 00008345  0x00000bac rtn  0x00000028 
+ 00008346  0x00000bad call  0x000028a4 
+ 00008347  0x00000bae force  0x00000000 , 0x00000024 
+ 00008348  0x00000bb0 rtn  0x00000003 
+ 00008349  0x00000bb1 set0  0x0000000b , 0x00000000 
+ 00008350  0x00000bb2 set0  0x00000000 , 0x00000000 
+ 00008351  0x00000bb4 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008352  0x00000bb5 isolate1  0x0000001e , 0x00000000 
+ 00008353  0x00000bb6 setflag  0x00000001 , 0x00000002 , 0x00000024 
+ 00008354  0x00000bb7 compare  0x00000000 , 0x00000021 , 0x00000002 
+ 00008355  0x00000bb8 nbranch  0x000020be , 0x00000001 
+ 00008356  0x00000bbb bpatch  0x0000000b , 0x00004001 
+ 00008357  0x00000bbc fetch  0x00000001 , 0x00000012 
+ 00008358  0x00000bbd increase  0x00000001 , 0x0000003f 
+ 00008359  0x00000bbe store  0x00000001 , 0x00000012 
+ 00008360  0x00000bbf call  0x000028d8 
+ 00008361  0x00000bc0 call  0x000028d2 
+ 00008362  0x00000bc1 call  0x000028f2 
+ 00008363  0x00000bc2 call  0x00002a51 
+ 00008364  0x00000bc3 call  0x00002a56 
+ 00008365  0x00000bc4 call  0x00002a64 
+ 00008366  0x00000bc5 call  0x0000264d 
+ 00008367  0x00000bc6 call  0x000020b1 
+ 00008368  0x00000bc7 branch  0x0000209c 
+ 00008369  0x00000bca bpatch  0x0000000c , 0x00004001 
+ 00008370  0x00000bcb fetch  0x00000001 , 0x0000008d 
+ 00008371  0x00000bcc increase  0xffffffff , 0x0000003f 
+ 00008372  0x00000bcd store  0x00000001 , 0x0000008d 
+ 00008373  0x00000bce rtn  0x00000002 
+ 00008374  0x00000bcf jam  0x0000001f , 0x0000008d 
+ 00008375  0x00000bd0 fetch  0x00000001 , 0x0000008f 
+ 00008376  0x00000bd1 increase  0xffffffff , 0x0000003f 
+ 00008377  0x00000bd2 store  0x00000001 , 0x0000008f 
+ 00008378  0x00000bd3 rtn  0x00000002 
+ 00008379  0x00000bd4 setflip  0x0000001e , 0x00000000 
+ 00008380  0x00000bd5 jam  0x000000ff , 0x0000008f 
+ 00008381  0x00000bd6 rtn 
+ 00008382  0x00000bd9 bpatch  0x0000000d , 0x00004001 
+ 00008383  0x00000bda call  0x000028d8 
+ 00008384  0x00000bdb call  0x000028cc 
+ 00008385  0x00000bdc call  0x000028f2 
+ 00008386  0x00000bdd call  0x00002a5b 
+ 00008387  0x00000bde call  0x000029eb 
+ 00008388  0x00000bdf call  0x00002a0d 
+ 00008389  0x00000be0 branch  0x000020c8 , 0x00000018 
+ 00008390  0x00000be1 call  0x000020b1 
+ 00008391  0x00000be2 branch  0x0000209f 
+ 00008392  0x00000be4 bpatch  0x0000000e , 0x00004001 
+ 00008393  0x00000be5 call  0x000029bb 
+ 00008394  0x00000be6 call  0x00002a6b 
+ 00008395  0x00000be7 call  0x0000251e 
+ 00008396  0x00000be8 set0  0x00000001 , 0x00000000 
+ 00008397  0x00000be9 rtnmark0  0x0000000b 
+ 00008398  0x00000beb bpatch  0x0000000f , 0x00004001 
+ 00008399  0x00000bed fetch  0x00000001 , 0x00000013 
+ 00008400  0x00000bee increase  0x00000001 , 0x0000003f 
+ 00008401  0x00000bef store  0x00000001 , 0x00000013 
+ 00008402  0x00000bf0 rtn 
+ 00008403  0x00000bf9 bpatch  0x00000010 , 0x00004002 
+ 00008404  0x00000bfa enable  0x00000029 
+ 00008405  0x00000bfb enable  0x00000030 
+ 00008406  0x00000bfc fetch  0x00000002 , 0x000040b5 
+ 00008407  0x00000bfd branch  0x000020db , 0x00000034 
+ 00008408  0x00000bfe force  0x00000008 , 0x00000007 
+ 00008409  0x00000bff call  0x00007f16 
+ 00008410  0x00000c00 nrtn  0x00000034 
+ 00008411  0x00000c02 bpatch  0x00000011 , 0x00004002 
+ 00008412  0x00000c03 fetcht  0x00000002 , 0x000040b7 
+ 00008413  0x00000c04 force  0x00000028 , 0x00000007 
+ 00008414  0x00000c05 call  0x0000271c 
+ 00008415  0x00000c06 branch  0x00002114 , 0x00000028 
+ 00008416  0x00000c07 force  0x00000003 , 0x00000007 
+ 00008417  0x00000c08 call  0x00007f16 
+ 00008418  0x00000c09 nbranch  0x000020f0 , 0x00000034 
+ 00008419  0x00000c0a fetch  0x00000001 , 0x0000004c 
+ 00008420  0x00000c0b bbit1  0x00000004 , 0x000020e6 
+ 00008421  0x00000c0c branch  0x000020e9 
+ 00008422  0x00000c0e arg  0x00000101 , 0x00000005 
+ 00008423  0x00000c0f arg  0x00000008 , 0x00000039 
+ 00008424  0x00000c10 call  0x00007ec6 
+ 00008425  0x00000c12 bpatch  0x00000012 , 0x00004002 
+ 00008426  0x00000c13 jam  0x00000000 , 0x00000030 
+ 00008427  0x00000c14 call  0x00005cf7 
+ 00008428  0x00000c15 jam  0x00000000 , 0x00004681 
+ 00008429  0x00000c16 jam  0x00000013 , 0x00000a99 
+ 00008430  0x00000c17 call  0x00007d86 
+ 00008431  0x00000c18 branch  0x00002114 
+ 00008432  0x00000c1b bpatch  0x00000013 , 0x00004002 
+ 00008433  0x00000c1c force  0x00000000 , 0x0000000b 
+ 00008434  0x00000c1d until  0x00000023 , 0x00000026 
+ 00008435  0x00000c1e fetch  0x00000001 , 0x000000f2 
+ 00008436  0x00000c1f increase  0xffffffff , 0x0000003f 
+ 00008437  0x00000c20 ixor  0x00000022 , 0x0000003f 
+ 00008438  0x00000c21 compare  0x00000000 , 0x0000003f , 0x00000003 
+ 00008439  0x00000c22 nbranch  0x000020f0 , 0x00000001 
+ 00008440  0x00000c23 deposit  0x00000004 
+ 00008441  0x00000c24 store  0x00000001 , 0x00000181 
+ 00008442  0x00000c25 force  0x00000000 , 0x00000026 
+ 00008443  0x00000c26 force  0x00000000 , 0x00000024 
+ 00008444  0x00000c29 bpatch  0x00000014 , 0x00004002 
+ 00008445  0x00000c2a branch  0x00002114 , 0x00000003 
+ 00008446  0x00000c2b call  0x000028dc 
+ 00008447  0x00000c2c arg  0x00000600 , 0x0000000b 
+ 00008448  0x00000c2d until  0x00000023 , 0x00000026 
+ 00008449  0x00000c2f bpatch  0x00000015 , 0x00004002 
+ 00008450  0x00000c30 fetch  0x00000004 , 0x000000f2 
+ 00008451  0x00000c31 iforce  0x00000021 
+ 00008452  0x00000c32 increase  0x00000001 , 0x0000003f 
+ 00008453  0x00000c33 store  0x00000004 , 0x000000f2 
+ 00008454  0x00000c34 isolate1  0x0000000c , 0x00000000 
+ 00008455  0x00000c35 setflag  0x00000001 , 0x00000002 , 0x00000024 
+ 00008456  0x00000c36 compare  0x00000000 , 0x00000021 , 0x00000002 
+ 00008457  0x00000c37 nbranch  0x00002128 , 0x00000001 
+ 00008458  0x00000c38 fetch  0x00000001 , 0x0000000c 
+ 00008459  0x00000c39 increase  0x00000001 , 0x0000003f 
+ 00008460  0x00000c3a store  0x00000001 , 0x0000000c 
+ 00008461  0x00000c3b call  0x000028d2 
+ 00008462  0x00000c3c call  0x00002a51 
+ 00008463  0x00000c3d call  0x00002a56 
+ 00008464  0x00000c3e call  0x00002a64 
+ 00008465  0x00000c3f call  0x0000264d 
+ 00008466  0x00000c40 call  0x0000211a 
+ 00008467  0x00000c41 branch  0x000020fc 
+ 00008468  0x00000c43 bpatch  0x00000016 , 0x00004002 
+ 00008469  0x00000c44 disable  0x00000029 
+ 00008470  0x00000c45 fetch  0x00000002 , 0x000040b5 
+ 00008471  0x00000c46 rtn  0x00000034 
+ 00008472  0x00000c47 force  0x00000008 , 0x00000007 
+ 00008473  0x00000c48 branch  0x00007f08 
+ 00008474  0x00000c4b bpatch  0x00000017 , 0x00004002 
+ 00008475  0x00000c4c fetch  0x00000001 , 0x0000008e 
+ 00008476  0x00000c4d increase  0xffffffff , 0x0000003f 
+ 00008477  0x00000c4e store  0x00000001 , 0x0000008e 
+ 00008478  0x00000c4f rtn  0x00000002 
+ 00008479  0x00000c50 jam  0x0000001f , 0x0000008e 
+ 00008480  0x00000c51 fetch  0x00000001 , 0x000000f0 
+ 00008481  0x00000c52 increase  0xffffffff , 0x0000003f 
+ 00008482  0x00000c53 store  0x00000001 , 0x000000f0 
+ 00008483  0x00000c54 rtn  0x00000002 
+ 00008484  0x00000c55 setflip  0x0000000c , 0x00000000 
+ 00008485  0x00000c56 fetch  0x00000001 , 0x000040a6 
+ 00008486  0x00000c57 store  0x00000001 , 0x000000f0 
+ 00008487  0x00000c58 rtn 
+ 00008488  0x00000c5b bpatch  0x00000018 , 0x00004003 
+ 00008489  0x00000c5c call  0x000028cc 
+ 00008490  0x00000c5d call  0x00002a5b 
+ 00008491  0x00000c5e call  0x000029eb 
+ 00008492  0x00000c5f call  0x00002a0d 
+ 00008493  0x00000c60 branch  0x00002130 , 0x00000018 
+ 00008494  0x00000c61 call  0x0000211a 
+ 00008495  0x00000c62 branch  0x00002101 
+ 00008496  0x00000c64 call  0x0000264d 
+ 00008497  0x00000c65 fetch  0x00000001 , 0x0000000d 
+ 00008498  0x00000c66 increase  0x00000001 , 0x0000003f 
+ 00008499  0x00000c67 store  0x00000001 , 0x0000000d 
+ 00008500  0x00000c68 force  0x00000000 , 0x0000001b 
+ 00008501  0x00000c69 fetch  0x00000004 , 0x000000f2 
+ 00008502  0x00000c6b bpatch  0x00000019 , 0x00004003 
+ 00008503  0x00000c6c call  0x00002a4f 
+ 00008504  0x00000c6d call  0x000028dc 
+ 00008505  0x00000c6e increase  0x00000001 , 0x00000026 
+ 00008506  0x00000c70 and_into  0x000001fd , 0x00000021 
+ 00008507  0x00000c71 and_into  0x000001fc , 0x00000024 
+ 00008508  0x00000c72 call  0x000028d2 
+ 00008509  0x00000c73 call  0x00002a51 
+ 00008510  0x00000c74 call  0x00002a56 
+ 00008511  0x00000c75 call  0x00002a64 
+ 00008512  0x00000c76 deposit  0x00000022 
+ 00008513  0x00000c77 store  0x00000004 , 0x00000161 
+ 00008514  0x00000c78 force  0x00000000 , 0x00000004 
+ 00008515  0x00000c79 force  0x00000002 , 0x00000001 
+ 00008516  0x00000c7a call  0x00002a6b 
+ 00008517  0x00000c7b call  0x00002766 
+ 00008518  0x00000c7d bpatch  0x0000001a , 0x00004003 
+ 00008519  0x00000c7e call  0x00002a4d 
+ 00008520  0x00000c7f or_into  0x00000002 , 0x00000021 
+ 00008521  0x00000c80 and_into  0x000001fc , 0x00000024 
+ 00008522  0x00000c81 call  0x000028cc 
+ 00008523  0x00000c82 call  0x00002a5b 
+ 00008524  0x00000c83 call  0x000029eb 
+ 00008525  0x00000c84 call  0x00002a0d 
+ 00008526  0x00000c85 call  0x0000264d , 0x00000018 
+ 00008527  0x00000c86 branch  0x00002155 , 0x00000018 
+ 00008528  0x00000c87 fetch  0x00000001 , 0x00000010 
+ 00008529  0x00000c88 branch  0x000020fc , 0x00000034 
+ 00008530  0x00000c89 increase  0xffffffff , 0x0000003f 
+ 00008531  0x00000c8a store  0x00000001 , 0x00000010 
+ 00008532  0x00000c8b branch  0x00002136 
+ 00008533  0x00000c8e bpatch  0x0000001b , 0x00004003 
+ 00008534  0x00000c8f fetch  0x00000001 , 0x0000000e 
+ 00008535  0x00000c90 increase  0x00000001 , 0x0000003f 
+ 00008536  0x00000c91 store  0x00000001 , 0x0000000e 
+ 00008537  0x00000c92 call  0x00002435 
+ 00008538  0x00000c94 call  0x000022f2 
+ 00008539  0x00000c95 branch  0x0000215f , 0x00000018 
+ 00008540  0x00000c96 call  0x00002455 
+ 00008541  0x00000c97 nbranch  0x0000215a , 0x00000034 
+ 00008542  0x00000c98 branch  0x000020fc 
+ 00008543  0x00000c9b bpatch  0x0000001c , 0x00004003 
+ 00008544  0x00000c9c fetch  0x00000001 , 0x00000030 
+ 00008545  0x00000c9d set0  0x00000003 , 0x0000003f 
+ 00008546  0x00000c9e store  0x00000001 , 0x00000030 
+ 00008547  0x00000c9f call  0x00002440 
+ 00008548  0x00000ca0 disable  0x00000029 
+ 00008549  0x00000ca1 rtn 
+ 00008550  0x00000ca5 bpatch  0x0000001d , 0x00004003 
+ 00008551  0x00000ca6 enable  0x00000029 
+ 00008552  0x00000ca7 enable  0x00000030 
+ 00008553  0x00000ca8 call  0x000021e1 
+ 00008554  0x00000ca9 rtn  0x00000028 
+ 00008555  0x00000caa call  0x00002c69 
+ 00008556  0x00000cab call  0x00002a4f 
+ 00008557  0x00000cac add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008558  0x00000cad call  0x000028e2 
+ 00008559  0x00000cae force  0x00000003 , 0x00000024 
+ 00008560  0x00000caf call  0x00006cc2 
+ 00008561  0x00000cb0 call  0x00002489 
+ 00008562  0x00000cb1 call  0x000028d2 
+ 00008563  0x00000cb2 call  0x00002a51 
+ 00008564  0x00000cb3 call  0x00002a56 
+ 00008565  0x00000cb4 call  0x00002a64 
+ 00008566  0x00000cb5 call  0x00002762 
+ 00008567  0x00000cb7 bpatch  0x0000001e , 0x00004003 
+ 00008568  0x00000cb8 call  0x00005d08 
+ 00008569  0x00000cb9 call  0x000022e4 
+ 00008570  0x00000cba nbranch  0x00002180 , 0x0000002d 
+ 00008571  0x00000cbb call  0x00002a88 
+ 00008572  0x00000cbc call  0x00002728 
+ 00008573  0x00000cbd fetch  0x00000001 , 0x0000000f 
+ 00008574  0x00000cbe increase  0x00000001 , 0x0000003f 
+ 00008575  0x00000cbf store  0x00000001 , 0x0000000f 
+ 00008576  0x00000cc1 bpatch  0x0000001f , 0x00004003 
+ 00008577  0x00000cc2 call  0x00006caa 
+ 00008578  0x00000cc3 call  0x0000218b 
+ 00008579  0x00000cc4 nrtn  0x00000029 
+ 00008580  0x00000cc5 call  0x000026f3 
+ 00008581  0x00000cc6 nbranch  0x00002188 , 0x00000034 
+ 00008582  0x00000cc8 disable  0x00000029 
+ 00008583  0x00000cc9 rtn 
+ 00008584  0x00000ccc call  0x00002489 
+ 00008585  0x00000ccd call  0x000022da 
+ 00008586  0x00000cce branch  0x00002177 
+ 00008587  0x00000cd2 branch  0x0000218e , 0x0000002d 
+ 00008588  0x00000cd3 call  0x00002a7f 
+ 00008589  0x00000cd4 branch  0x0000219c , 0x00000002 
+ 00008590  0x00000cd6 call  0x000021a7 
+ 00008591  0x00000cd7 nbranch  0x0000219c , 0x00000028 
+ 00008592  0x00000cd8 fetch  0x00000001 , 0x0000004c 
+ 00008593  0x00000cd9 rtnbit0  0x00000004 
+ 00008594  0x00000cda rtnbit1  0x00000003 
+ 00008595  0x00000cdb fetch  0x00000001 , 0x0000004b 
+ 00008596  0x00000cdc rtnbit1  0x00000003 
+ 00008597  0x00000cdd call  0x000021ae 
+ 00008598  0x00000cde nrtn  0x00000034 
+ 00008599  0x00000cdf fetch  0x00000001 , 0x0000016e 
+ 00008600  0x00000ce0 increase  0xffffffff , 0x0000003f 
+ 00008601  0x00000ce1 store  0x00000001 , 0x0000016e 
+ 00008602  0x00000ce2 nrtn  0x00000034 
+ 00008603  0x00000ce3 branch  0x00006006 
+ 00008604  0x00000ce6 bpatch  0x00000020 , 0x00004004 
+ 00008605  0x00000ce7 call  0x0000245d 
+ 00008606  0x00000ce8 disable  0x00000029 
+ 00008607  0x00000ce9 fetch  0x00000001 , 0x0000004c 
+ 00008608  0x00000cea bbit1  0x00000004 , 0x000021a2 
+ 00008609  0x00000ceb rtn 
+ 00008610  0x00000cee fetch  0x00000001 , 0x0000004c 
+ 00008611  0x00000cef rtnbit1  0x00000003 
+ 00008612  0x00000cf1 arg  0x00000101 , 0x00000005 
+ 00008613  0x00000cf2 arg  0x00000008 , 0x00000039 
+ 00008614  0x00000cf3 branch  0x00007ec6 
+ 00008615  0x00000cf6 bpatch  0x00000021 , 0x00004004 
+ 00008616  0x00000cf7 enable  0x00000028 
+ 00008617  0x00000cf8 fetch  0x00000001 , 0x0000004b 
+ 00008618  0x00000cf9 rtnbit0  0x00000003 
+ 00008619  0x00000cfa call  0x000021ae 
+ 00008620  0x00000cfb nrtn  0x00000034 
+ 00008621  0x00000cfc branch  0x00007fe9 
+ 00008622  0x00000cff fetch  0x00000001 , 0x00000072 
+ 00008623  0x00000d00 increase  0xffffffff , 0x0000003f 
+ 00008624  0x00000d01 store  0x00000001 , 0x00000072 
+ 00008625  0x00000d02 rtn 
+ 00008626  0x00000d05 bpatch  0x00000022 , 0x00004004 
+ 00008627  0x00000d06 fetch  0x00000001 , 0x00000030 
+ 00008628  0x00000d07 bbit1  0x00000007 , 0x000021bb 
+ 00008629  0x00000d08 fetch  0x00000001 , 0x000009b5 
+ 00008630  0x00000d09 branch  0x000021bb , 0x00000034 
+ 00008631  0x00000d0a jam  0x00000000 , 0x000009b5 
+ 00008632  0x00000d0b jam  0x00000018 , 0x00000a99 
+ 00008633  0x00000d0c call  0x00007d86 
+ 00008634  0x00000d0d branch  0x000021bb 
+ 00008635  0x00000d0f bpatch  0x00000023 , 0x00004004 
+ 00008636  0x00000d10 call  0x00002254 
+ 00008637  0x00000d11 fetch  0x00000001 , 0x00000030 
+ 00008638  0x00000d12 set1  0x00000007 , 0x0000003f 
+ 00008639  0x00000d13 store  0x00000001 , 0x00000030 
+ 00008640  0x00000d14 jam  0x00000001 , 0x000041bd 
+ 00008641  0x00000d15 fetch  0x00000001 , 0x00000055 
+ 00008642  0x00000d16 bne  0x00000016 , 0x000021c3 
+ 00008643  0x00000d18 rtn 
+ 00008644  0x00000d1b jam  0x00000001 , 0x000009b5 
+ 00008645  0x00000d1d fetch  0x00000001 , 0x00000030 
+ 00008646  0x00000d1e set0  0x00000007 , 0x0000003f 
+ 00008647  0x00000d1f store  0x00000001 , 0x00000030 
+ 00008648  0x00000d20 rtn 
+ 00008649  0x00000d25 bpatch  0x00000024 , 0x00004004 
+ 00008650  0x00000d26 disable  0x00000028 
+ 00008651  0x00000d27 fetch  0x00000002 , 0x00000032 
+ 00008652  0x00000d28 arg  0x0000ffff , 0x00000002 
+ 00008653  0x00000d29 isub  0x00000002 , 0x0000003e 
+ 00008654  0x00000d2a nrtn  0x00000005 
+ 00008655  0x00000d2b fetch  0x00000004 , 0x00000034 
+ 00008656  0x00000d2c branch  0x000021d3 , 0x00000030 
+ 00008657  0x00000d2d isub  0x00000028 , 0x0000003f 
+ 00008658  0x00000d2e branch  0x000021d4 
+ 00008659  0x00000d30 isub  0x00000022 , 0x0000003f 
+ 00008660  0x00000d32 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00008661  0x00000d33 nrtn  0x00000002 
+ 00008662  0x00000d34 force  0x00000000 , 0x0000003f 
+ 00008663  0x00000d35 store  0x00000002 , 0x00000032 
+ 00008664  0x00000d36 branch  0x00007fe7 
+ 00008665  0x00000d3b copy  0x0000003f , 0x00000002 
+ 00008666  0x00000d3c bpatch  0x00000025 , 0x00004004 
+ 00008667  0x00000d3d storet  0x00000004 , 0x00000034 
+ 00008668  0x00000d3f jam  0x00000001 , 0x0000455b 
+ 00008669  0x00000d40 setarg  0x0000ffff 
+ 00008670  0x00000d41 store  0x00000002 , 0x00000032 
+ 00008671  0x00000d42 jam  0x00000001 , 0x00000073 
+ 00008672  0x00000d43 rtn 
+ 00008673  0x00000d47 bpatch  0x00000026 , 0x00004004 
+ 00008674  0x00000d48 call  0x000021c9 
+ 00008675  0x00000d49 nrtn  0x00000028 
+ 00008676  0x00000d4a disable  0x00000028 
+ 00008677  0x00000d4b jam  0x00000020 , 0x00000011 
+ 00008678  0x00000d4c set0  0x0000000b , 0x00000000 
+ 00008679  0x00000d4e call  0x00002a4f 
+ 00008680  0x00000d4f call  0x000022e6 
+ 00008681  0x00000d50 bmark1  0x0000000b , 0x000021f4 
+ 00008682  0x00000d51 call  0x00002455 
+ 00008683  0x00000d52 nbranch  0x000021e7 , 0x00000034 
+ 00008684  0x00000d54 bpatch  0x00000027 , 0x00004004 
+ 00008685  0x00000d55 disable  0x00000028 
+ 00008686  0x00000d56 deposit  0x00000022 
+ 00008687  0x00000d57 store  0x00000004 , 0x000040ca 
+ 00008688  0x00000d58 enable  0x00000030 
+ 00008689  0x00000d59 enable  0x00000029 
+ 00008690  0x00000d5a jam  0x0000002a , 0x00000a99 
+ 00008691  0x00000d5b branch  0x00007d86 
+ 00008692  0x00000d5e bpatch  0x00000028 , 0x00004005 
+ 00008693  0x00000d5f call  0x00002a4d 
+ 00008694  0x00000d60 arg  0x00000010 , 0x00000001 
+ 00008695  0x00000d61 call  0x000022dc 
+ 00008696  0x00000d62 disable  0x00000030 
+ 00008697  0x00000d63 disable  0x00000029 
+ 00008698  0x00000d64 call  0x00002818 
+ 00008699  0x00000d65 call  0x00002435 
+ 00008700  0x00000d67 bpatch  0x00000029 , 0x00004005 
+ 00008701  0x00000d68 call  0x0000247c 
+ 00008702  0x00000d69 branch  0x00002202 , 0x0000002d 
+ 00008703  0x00000d6a call  0x00002455 
+ 00008704  0x00000d6b nbranch  0x000021fc , 0x00000034 
+ 00008705  0x00000d6c branch  0x000021ec 
+ 00008706  0x00000d6e fetch  0x00000001 , 0x00000031 
+ 00008707  0x00000d6f set0  0x00000001 , 0x0000003f 
+ 00008708  0x00000d70 store  0x00000001 , 0x00000031 
+ 00008709  0x00000d71 call  0x00002a88 
+ 00008710  0x00000d72 call  0x00002841 
+ 00008711  0x00000d73 enable  0x00000028 
+ 00008712  0x00000d74 jam  0x0000002b , 0x00000a99 
+ 00008713  0x00000d75 branch  0x00007d86 
+ 00008714  0x00000d7b bpatch  0x0000002a , 0x00004005 
+ 00008715  0x00000d7c set1  0x00000009 , 0x00000000 
+ 00008716  0x00000d7d deposit  0x00000011 
+ 00008717  0x00000d7e store  0x00000002 , 0x0000001e 
+ 00008718  0x00000d7f force  0x00000050 , 0x00000039 
+ 00008719  0x00000d80 arg  0x0000043f , 0x00000005 
+ 00008720  0x00000d81 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008721  0x00000d82 ifetch  0x00000001 , 0x00000006 
+ 00008722  0x00000d83 copy  0x00000011 , 0x00000006 
+ 00008723  0x00000d84 bbit1  0x00000000 , 0x00007f01 
+ 00008724  0x00000d85 arg  0x00000030 , 0x00000005 
+ 00008725  0x00000d86 call  0x00007f01 
+ 00008726  0x00000d87 disable  0x0000002e 
+ 00008727  0x00000d88 fetch  0x00000001 , 0x00000077 
+ 00008728  0x00000d89 iforce  0x00000004 
+ 00008729  0x00000d8a jam  0x00000001 , 0x0000008a 
+ 00008730  0x00000d8b branch  0x0000221c , 0x00000029 
+ 00008731  0x00000d8c jam  0x00000001 , 0x0000008a 
+ 00008732  0x00000d8e fetch  0x00000001 , 0x00000030 
+ 00008733  0x00000d8f rtnbit0  0x00000001 
+ 00008734  0x00000d90 fetch  0x00000001 , 0x00000073 
+ 00008735  0x00000d91 store  0x00000001 , 0x0000008a 
+ 00008736  0x00000d92 fetch  0x00000001 , 0x00000074 
+ 00008737  0x00000d93 store  0x00000001 , 0x0000008b 
+ 00008738  0x00000d94 rtn 
+ 00008739  0x00000d97 bpatch  0x0000002b , 0x00004005 
+ 00008740  0x00000d98 fetch  0x00000002 , 0x0000001e 
+ 00008741  0x00000d99 iforce  0x00000005 
+ 00008742  0x00000d9a force  0x00000050 , 0x00000039 
+ 00008743  0x00000d9b arg  0x0000043f , 0x00000006 
+ 00008744  0x00000d9c branch  0x00007f01 , 0x00000036 
+ 00008745  0x00000d9d arg  0x00000030 , 0x00000006 
+ 00008746  0x00000d9e branch  0x00007f01 
+ 00008747  0x00000da3 arg  0x00000001 , 0x00000039 
+ 00008748  0x00000da4 fetcht  0x00000001 , 0x00000015 
+ 00008749  0x00000da6 increase  0x00000001 , 0x00000002 
+ 00008750  0x00000da7 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008751  0x00000da8 nbranch  0x00002231 , 0x00000001 
+ 00008752  0x00000da9 arg  0x00000000 , 0x00000002 
+ 00008753  0x00000dab storet  0x00000001 , 0x00000015 
+ 00008754  0x00000dac mul32  0x00000002 , 0x00000050 , 0x0000003f 
+ 00008755  0x00000dad arg  0x00004040 , 0x00000011 
+ 00008756  0x00000dae iadd  0x00000011 , 0x00000011 
+ 00008757  0x00000daf ifetch  0x00000001 , 0x00000011 
+ 00008758  0x00000db0 bbit1  0x00000001 , 0x00002239 
+ 00008759  0x00000db1 rtnbit1  0x00000000 
+ 00008760  0x00000db2 rtnbit1  0x00000003 
+ 00008761  0x00000db4 loop  0x0000222d 
+ 00008762  0x00000db5 rtn 
+ 00008763  0x00000db8 bpatch  0x0000002c , 0x00004005 
+ 00008764  0x00000db9 arg  0x0000226a , 0x00000013 
+ 00008765  0x00000dba call  0x00002261 
+ 00008766  0x00000dbb nrtn  0x00000005 
+ 00008767  0x00000dbc deposit  0x00000011 
+ 00008768  0x00000dbd store  0x00000002 , 0x0000001e 
+ 00008769  0x00000dbe force  0x00000000 , 0x0000003e 
+ 00008770  0x00000dbf rtn 
+ 00008771  0x00000dc4 call  0x00002725 
+ 00008772  0x00000dc5 branch  0x0000224b , 0x00000001 
+ 00008773  0x00000dc6 fetch  0x00000002 , 0x0000001e 
+ 00008774  0x00000dc7 add  0x0000003f , 0x00000017 , 0x00000005 
+ 00008775  0x00000dc8 fetch  0x00000001 , 0x00000047 
+ 00008776  0x00000dc9 istore  0x00000001 , 0x00000005 
+ 00008777  0x00000dca arg  0x000022aa , 0x00000013 
+ 00008778  0x00000dcb branch  0x00002261 
+ 00008779  0x00000dce fetch  0x00000001 , 0x00000047 
+ 00008780  0x00000dcf isolate1  0x00000003 , 0x0000003f 
+ 00008781  0x00000dd0 branch  0x00002250 , 0x00000001 
+ 00008782  0x00000dd1 force  0x00000001 , 0x0000003e 
+ 00008783  0x00000dd2 rtn 
+ 00008784  0x00000dd4 force  0x00000000 , 0x0000003e 
+ 00008785  0x00000dd5 rtn 
+ 00008786  0x00000dd9 arg  0x000022a7 , 0x00000013 
+ 00008787  0x00000dda branch  0x00002261 
+ 00008788  0x00000ddd fetcht  0x00000002 , 0x0000001e 
+ 00008789  0x00000dde arg  0x000022cf , 0x00000013 
+ 00008790  0x00000ddf branch  0x00002261 
+ 00008791  0x00000de4 fetcht  0x00000001 , 0x000041cf 
+ 00008792  0x00000de6 arg  0x00002275 , 0x00000013 
+ 00008793  0x00000de7 branch  0x00002261 
+ 00008794  0x00000dea bpatch  0x0000002d , 0x00004005 
+ 00008795  0x00000deb fetcht  0x00000006 , 0x000041d0 
+ 00008796  0x00000ded arg  0x0000226e , 0x00000013 
+ 00008797  0x00000dee branch  0x00002261 
+ 00008798  0x00000df1 arg  0x0000227b , 0x00000013 
+ 00008799  0x00000df2 branch  0x00002261 
+ 00008800  0x00000df5 arg  0x000022c6 , 0x00000013 
+ 00008801  0x00000df7 bpatch  0x0000002e , 0x00004005 
+ 00008802  0x00000df8 arg  0x00004040 , 0x00000011 
+ 00008803  0x00000df9 arg  0x00000001 , 0x00000039 
+ 00008804  0x00000dfb ifetch  0x00000001 , 0x00000011 
+ 00008805  0x00000dfc copy  0x00000013 , 0x0000003d 
+ 00008806  0x00000dfe increase  0x00000050 , 0x00000011 
+ 00008807  0x00000dff loop  0x00002264 
+ 00008808  0x00000e00 force  0x00000001 , 0x0000003e 
+ 00008809  0x00000e01 rtn 
+ 00008810  0x00000e04 bbit1  0x00000000 , 0x00002266 
+ 00008811  0x00000e05 bbit1  0x00000003 , 0x00002266 
+ 00008812  0x00000e06 force  0x00000000 , 0x0000003e 
+ 00008813  0x00000e07 rtn 
+ 00008814  0x00000e0a bbit1  0x00000003 , 0x00002270 
+ 00008815  0x00000e0b bbit0  0x00000000 , 0x00002266 
+ 00008816  0x00000e0d add  0x00000011 , 0x00000010 , 0x00000006 
+ 00008817  0x00000e0e ifetch  0x00000006 , 0x00000006 
+ 00008818  0x00000e0f isub  0x00000002 , 0x0000003e 
+ 00008819  0x00000e10 rtn  0x00000005 
+ 00008820  0x00000e11 branch  0x00002266 
+ 00008821  0x00000e14 bbit0  0x00000000 , 0x00002266 
+ 00008822  0x00000e15 add  0x00000011 , 0x00000016 , 0x00000006 
+ 00008823  0x00000e16 ifetch  0x00000001 , 0x00000006 
+ 00008824  0x00000e17 isub  0x00000002 , 0x0000003e 
+ 00008825  0x00000e18 rtn  0x00000005 
+ 00008826  0x00000e19 branch  0x00002266 
+ 00008827  0x00000e1c bbit0  0x00000001 , 0x00002266 
+ 00008828  0x00000e1e call  0x000022b3 
+ 00008829  0x00000e1f call  0x00002297 
+ 00008830  0x00000e20 isub  0x00000002 , 0x0000003f 
+ 00008831  0x00000e21 increase  0x00000001 , 0x0000003f 
+ 00008832  0x00000e22 branch  0x00002291 , 0x00000002 
+ 00008833  0x00000e23 copy  0x00000006 , 0x00000012 
+ 00008834  0x00000e24 store  0x00000009 , 0x00000aa2 
+ 00008835  0x00000e25 fetch  0x00000001 , 0x000044c0 
+ 00008836  0x00000e26 nbranch  0x00002289 , 0x00000034 
+ 00008837  0x00000e27 fetch  0x00000009 , 0x00000aa2 
+ 00008838  0x00000e28 copy  0x00000012 , 0x00000006 
+ 00008839  0x00000e29 increase  0x00000005 , 0x0000003f 
+ 00008840  0x00000e2a branch  0x0000228c 
+ 00008841  0x00000e2c fetch  0x00000009 , 0x00000aa2 
+ 00008842  0x00000e2d copy  0x00000012 , 0x00000006 
+ 00008843  0x00000e2e increase  0x00000014 , 0x0000003f 
+ 00008844  0x00000e30 nbranch  0x00002266 , 0x00000002 
+ 00008845  0x00000e32 copy  0x00000002 , 0x00000021 
+ 00008846  0x00000e33 call  0x000022bf 
+ 00008847  0x00000e34 force  0x00000000 , 0x0000003e 
+ 00008848  0x00000e35 rtn 
+ 00008849  0x00000e39 iforce  0x00000012 
+ 00008850  0x00000e3a add  0x00000011 , 0x00000002 , 0x00000006 
+ 00008851  0x00000e3b ifetch  0x00000002 , 0x00000006 
+ 00008852  0x00000e3c branch  0x0000228d , 0x00000034 
+ 00008853  0x00000e3d call  0x000022bf 
+ 00008854  0x00000e3e branch  0x0000227c 
+ 00008855  0x00000e41 rshift16  0x0000003f , 0x0000000b 
+ 00008856  0x00000e42 rshift8  0x0000000b , 0x0000000b 
+ 00008857  0x00000e43 branch  0x000022a1 , 0x00000005 
+ 00008858  0x00000e44 compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00008859  0x00000e45 nrtn  0x00000001 
+ 00008860  0x00000e46 rshift16  0x00000002 , 0x0000000b 
+ 00008861  0x00000e47 rshift8  0x0000000b , 0x0000000b 
+ 00008862  0x00000e48 nrtn  0x00000005 
+ 00008863  0x00000e49 set1  0x0000001c , 0x00000002 
+ 00008864  0x00000e4a rtn 
+ 00008865  0x00000e4c rshift16  0x00000002 , 0x0000000b 
+ 00008866  0x00000e4d rshift8  0x0000000b , 0x0000000b 
+ 00008867  0x00000e4e compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00008868  0x00000e4f nrtn  0x00000001 
+ 00008869  0x00000e50 set1  0x0000001c , 0x0000003f 
+ 00008870  0x00000e51 rtn 
+ 00008871  0x00000e54 bbit0  0x00000000 , 0x00002266 
+ 00008872  0x00000e55 force  0x00000000 , 0x0000003e 
+ 00008873  0x00000e56 rtn 
+ 00008874  0x00000e59 bbit0  0x00000000 , 0x00002266 
+ 00008875  0x00000e5a add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008876  0x00000e5b ifetch  0x00000001 , 0x00000006 
+ 00008877  0x00000e5c bbit1  0x00000000 , 0x00002266 
+ 00008878  0x00000e5d add  0x00000011 , 0x00000017 , 0x00000006 
+ 00008879  0x00000e5e ifetch  0x00000001 , 0x00000006 
+ 00008880  0x00000e5f bbit0  0x00000003 , 0x00002266 
+ 00008881  0x00000e60 force  0x00000000 , 0x0000003e 
+ 00008882  0x00000e61 rtn 
+ 00008883  0x00000e64 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008884  0x00000e65 ifetcht  0x00000001 , 0x00000006 
+ 00008885  0x00000e66 deposit  0x00000022 
+ 00008886  0x00000e67 isolate1  0x00000001 , 0x00000002 
+ 00008887  0x00000e68 add  0x00000011 , 0x00000004 , 0x00000006 
+ 00008888  0x00000e69 ifetcht  0x00000004 , 0x00000006 
+ 00008889  0x00000e6a rtn  0x00000001 
+ 00008890  0x00000e6b add  0x00000011 , 0x00000008 , 0x00000006 
+ 00008891  0x00000e6c ifetch  0x00000006 , 0x00000006 
+ 00008892  0x00000e6d call  0x00002854 
+ 00008893  0x00000e6e deposit  0x00000028 
+ 00008894  0x00000e6f rtn 
+ 00008895  0x00000e72 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00008896  0x00000e73 add  0x00000011 , 0x00000004 , 0x00000005 
+ 00008897  0x00000e74 ifetch  0x00000002 , 0x00000006 
+ 00008898  0x00000e75 iadd  0x00000002 , 0x0000000b 
+ 00008899  0x00000e76 deposit  0x0000000b 
+ 00008900  0x00000e77 istore  0x00000004 , 0x00000005 
+ 00008901  0x00000e78 branch  0x00005449 
+ 00008902  0x00000e7c bbit0  0x00000001 , 0x00002266 
+ 00008903  0x00000e7d call  0x000022b3 
+ 00008904  0x00000e7e iadd  0x0000001b , 0x0000003f 
+ 00008905  0x00000e7f iadd  0x0000001b , 0x0000003f 
+ 00008906  0x00000e80 iadd  0x00000007 , 0x0000003f 
+ 00008907  0x00000e81 isub  0x00000002 , 0x0000003e 
+ 00008908  0x00000e82 nbranch  0x00002266 , 0x00000002 
+ 00008909  0x00000e83 force  0x00000000 , 0x0000003e 
+ 00008910  0x00000e84 rtn 
+ 00008911  0x00000e87 bbit0  0x00000000 , 0x00002266 
+ 00008912  0x00000e88 deposit  0x00000002 
+ 00008913  0x00000e89 isub  0x00000011 , 0x0000003e 
+ 00008914  0x00000e8a branch  0x00002266 , 0x0000003e 
+ 00008915  0x00000e8b add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008916  0x00000e8c ifetch  0x00000001 , 0x00000006 
+ 00008917  0x00000e8d bbit1  0x00000000 , 0x00002266 
+ 00008918  0x00000e8e ifetch  0x00000001 , 0x00000011 
+ 00008919  0x00000e8f set0  0x00000007 , 0x0000003f 
+ 00008920  0x00000e90 istore  0x00000001 , 0x00000011 
+ 00008921  0x00000e91 branch  0x00002266 
+ 00008922  0x00000e95 bpatch  0x0000002f , 0x00004005 
+ 00008923  0x00000e96 call  0x00002a4f 
+ 00008924  0x00000e98 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008925  0x00000e99 call  0x000028e2 
+ 00008926  0x00000e9a force  0x00000003 , 0x00000024 
+ 00008927  0x00000e9b call  0x000028d2 
+ 00008928  0x00000e9c call  0x00002a51 
+ 00008929  0x00000e9d call  0x00002a56 
+ 00008930  0x00000e9e call  0x00002a64 
+ 00008931  0x00000e9f branch  0x00002762 
+ 00008932  0x00000ea2 bpatch  0x00000030 , 0x00004006 
+ 00008933  0x00000ea3 call  0x00002a4d 
+ 00008934  0x00000ea5 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008935  0x00000ea6 call  0x000028e2 
+ 00008936  0x00000ea7 force  0x00000003 , 0x00000024 
+ 00008937  0x00000ea8 call  0x000028cc 
+ 00008938  0x00000ea9 call  0x0000242a 
+ 00008939  0x00000eaa call  0x000029f1 
+ 00008940  0x00000eab call  0x00002a5b 
+ 00008941  0x00000eac call  0x000029eb 
+ 00008942  0x00000eae call  0x00002a0d 
+ 00008943  0x00000eaf nrtn  0x00000018 
+ 00008944  0x00000eb0 call  0x000029bb 
+ 00008945  0x00000eb1 branch  0x0000251c 
+ 00008946  0x00000eb6 bpatch  0x00000031 , 0x00004006 
+ 00008947  0x00000eb7 fetch  0x00000001 , 0x00000181 
+ 00008948  0x00000eb8 iforce  0x00000004 
+ 00008949  0x00000eb9 force  0x00000001 , 0x00000001 
+ 00008950  0x00000eba call  0x000022da 
+ 00008951  0x00000ebb branch  0x000022e4 
+ 00008952  0x00000ec7 fetch  0x00000001 , 0x00004093 
+ 00008953  0x00000ec8 rtnbit0  0x00000000 
+ 00008954  0x00000ec9 force  0x00000004 , 0x00000007 
+ 00008955  0x00000eca call  0x00007f16 
+ 00008956  0x00000ecb nrtn  0x00000034 
+ 00008957  0x00000ecc fetcht  0x00000002 , 0x000040ad 
+ 00008958  0x00000ecd force  0x00000004 , 0x00000007 
+ 00008959  0x00000ece call  0x0000271c 
+ 00008960  0x00000ecf rtn  0x00000028 
+ 00008961  0x00000ed0 call  0x00002308 
+ 00008962  0x00000ed1 force  0x00000004 , 0x00000007 
+ 00008963  0x00000ed2 fetch  0x00000002 , 0x000040af 
+ 00008964  0x00000ed3 nbranch  0x00007f08 , 0x00000018 
+ 00008965  0x00000ed4 random  0x0000003f 
+ 00008966  0x00000ed5 iand  0x00000035 , 0x0000003f 
+ 00008967  0x00000ed6 branch  0x00007f08 
+ 00008968  0x00000eda bpatch  0x00000032 , 0x00004006 
+ 00008969  0x00000edb jam  0x00000000 , 0x00000181 
+ 00008970  0x00000edc disable  0x00000030 
+ 00008971  0x00000edd disable  0x0000002e 
+ 00008972  0x00000ede call  0x000028a4 
+ 00008973  0x00000edf and  0x00000022 , 0x000001fc , 0x00000021 
+ 00008974  0x00000ee0 force  0x00000001 , 0x00000024 
+ 00008975  0x00000ee1 call  0x000028d8 
+ 00008976  0x00000ee2 call  0x000028cc 
+ 00008977  0x00000ee3 setflip  0x0000001d , 0x00000000 
+ 00008978  0x00000ee4 fetch  0x00000001 , 0x00000006 
+ 00008979  0x00000ee5 increase  0x00000001 , 0x0000003f 
+ 00008980  0x00000ee6 store  0x00000001 , 0x00000006 
+ 00008981  0x00000ee7 call  0x000028f2 
+ 00008982  0x00000ee8 call  0x000029eb 
+ 00008983  0x00000ee9 call  0x00002a14 
+ 00008984  0x00000eea nrtn  0x00000018 
+ 00008985  0x00000eeb bpatch  0x00000033 , 0x00004006 
+ 00008986  0x00000eec force  0x00000000 , 0x0000001b 
+ 00008987  0x00000eed call  0x000028f9 
+ 00008988  0x00000eee fetch  0x00000001 , 0x00000007 
+ 00008989  0x00000eef increase  0x00000001 , 0x0000003f 
+ 00008990  0x00000ef0 store  0x00000001 , 0x00000007 
+ 00008991  0x00000ef1 call  0x000028d8 
+ 00008992  0x00000ef2 call  0x00002a4d 
+ 00008993  0x00000ef3 or_into  0x00000002 , 0x00000021 
+ 00008994  0x00000ef4 force  0x00000001 , 0x00000024 
+ 00008995  0x00000ef5 call  0x000028d2 
+ 00008996  0x00000ef6 call  0x000028f2 
+ 00008997  0x00000ef7 call  0x00002a51 
+ 00008998  0x00000ef8 call  0x00002a5f 
+ 00008999  0x00000ef9 deposit  0x00000022 
+ 00009000  0x00000efa store  0x00000004 , 0x00000161 
+ 00009001  0x00000efb call  0x00002a64 
+ 00009002  0x00000efc force  0x00000002 , 0x00000001 
+ 00009003  0x00000efd force  0x00000000 , 0x00000004 
+ 00009004  0x00000efe call  0x00002a6b 
+ 00009005  0x00000eff call  0x00002766 
+ 00009006  0x00000f00 call  0x00002332 
+ 00009007  0x00000f01 and_into  0x000001fd , 0x00000021 
+ 00009008  0x00000f02 increase  0x00000001 , 0x00000026 
+ 00009009  0x00000f03 rtn 
+ 00009010  0x00000f06 bpatch  0x00000034 , 0x00004006 
+ 00009011  0x00000f07 fetch  0x00000001 , 0x000040d1 
+ 00009012  0x00000f08 rtn  0x00000034 
+ 00009013  0x00000f09 arg  0x0000018e , 0x00000005 
+ 00009014  0x00000f0a fetch  0x00000001 , 0x00004515 
+ 00009015  0x00000f0b copy  0x0000003f , 0x00000039 
+ 00009016  0x00000f0c increase  0x00000001 , 0x0000003f 
+ 00009017  0x00000f0d istore  0x00000001 , 0x00000005 
+ 00009018  0x00000f0e copy  0x00000005 , 0x00000002 
+ 00009019  0x00000f0f increase  0x00000001 , 0x0000003f 
+ 00009020  0x00000f10 store  0x00000002 , 0x000041dc 
+ 00009021  0x00000f11 copy  0x00000002 , 0x00000005 
+ 00009022  0x00000f12 setarg  0x00000009 
+ 00009023  0x00000f13 istore  0x00000001 , 0x00000005 
+ 00009024  0x00000f14 arg  0x00004516 , 0x00000006 
+ 00009025  0x00000f15 call  0x00007f01 
+ 00009026  0x00000f17 arg  0x0000458d , 0x00000013 
+ 00009027  0x00000f18 arg  0x00000004 , 0x00000039 
+ 00009028  0x00000f19 call  0x00002354 
+ 00009029  0x00000f1a arg  0x00004577 , 0x00000013 
+ 00009030  0x00000f1b arg  0x00000001 , 0x00000039 
+ 00009031  0x00000f1c call  0x00002354 
+ 00009032  0x00000f1e force  0x0000000a , 0x00000001 
+ 00009033  0x00000f1f jam  0x00000002 , 0x000041db 
+ 00009034  0x00000f20 setarg  0x0000018e 
+ 00009035  0x00000f21 store  0x00000002 , 0x0000016f 
+ 00009036  0x00000f22 call  0x00002a4d 
+ 00009037  0x00000f23 call  0x000028d2 
+ 00009038  0x00000f24 call  0x00002a51 
+ 00009039  0x00000f25 call  0x00002a5f 
+ 00009040  0x00000f26 call  0x00002a64 
+ 00009041  0x00000f27 call  0x00002a6b 
+ 00009042  0x00000f28 call  0x00002766 
+ 00009043  0x00000f29 rtn 
+ 00009044  0x00000f2d copy  0x00000005 , 0x00000002 
+ 00009045  0x00000f2e copy  0x00000013 , 0x00000006 
+ 00009046  0x00000f2f ifetch  0x00000001 , 0x00000006 
+ 00009047  0x00000f30 rtn  0x00000034 
+ 00009048  0x00000f32 lshift  0x0000003f , 0x0000003f 
+ 00009049  0x00000f33 loop  0x00002358 
+ 00009050  0x00000f34 copy  0x0000003f , 0x00000011 
+ 00009051  0x00000f35 increase  0x00000002 , 0x0000003f 
+ 00009052  0x00000f36 copy  0x0000003f , 0x00000007 
+ 00009053  0x00000f37 fetch  0x00000002 , 0x000041dc 
+ 00009054  0x00000f38 iadd  0x00000007 , 0x0000003f 
+ 00009055  0x00000f39 store  0x00000002 , 0x000041dc 
+ 00009056  0x00000f3a copy  0x00000002 , 0x00000005 
+ 00009057  0x00000f3b copy  0x00000011 , 0x0000003f 
+ 00009058  0x00000f3c increase  0x00000001 , 0x0000003f 
+ 00009059  0x00000f3d istore  0x00000001 , 0x00000005 
+ 00009060  0x00000f3e copy  0x00000013 , 0x00000006 
+ 00009061  0x00000f3f ifetch  0x00000001 , 0x00000006 
+ 00009062  0x00000f40 ifetch  0x00000001 , 0x00000006 
+ 00009063  0x00000f41 istore  0x00000001 , 0x00000005 
+ 00009064  0x00000f42 copy  0x00000011 , 0x00000039 
+ 00009065  0x00000f43 branch  0x00007f01 
+ 00009066  0x00000f4a fetch  0x00000001 , 0x00004093 
+ 00009067  0x00000f4b rtnbit0  0x00000001 
+ 00009068  0x00000f4c force  0x00000005 , 0x00000007 
+ 00009069  0x00000f4d call  0x00007f16 
+ 00009070  0x00000f4e nrtn  0x00000034 
+ 00009071  0x00000f4f fetcht  0x00000002 , 0x000040b1 
+ 00009072  0x00000f50 force  0x00000028 , 0x00000007 
+ 00009073  0x00000f51 call  0x0000271c 
+ 00009074  0x00000f52 rtn  0x00000028 
+ 00009075  0x00000f53 force  0x00000000 , 0x00000004 
+ 00009076  0x00000f54 jam  0x00000008 , 0x00000010 
+ 00009077  0x00000f55 set0  0x0000000b , 0x00000000 
+ 00009078  0x00000f56 call  0x0000237a 
+ 00009079  0x00000f57 force  0x00000005 , 0x00000007 
+ 00009080  0x00000f58 fetch  0x00000002 , 0x000040b3 
+ 00009081  0x00000f59 branch  0x00007f08 
+ 00009082  0x00000f5d bpatch  0x00000035 , 0x00004006 
+ 00009083  0x00000f5e disable  0x00000030 
+ 00009084  0x00000f5f call  0x000028a4 
+ 00009085  0x00000f60 fetch  0x00000001 , 0x00000008 
+ 00009086  0x00000f61 increase  0x00000001 , 0x0000003f 
+ 00009087  0x00000f62 store  0x00000001 , 0x00000008 
+ 00009088  0x00000f63 force  0x00000000 , 0x00000026 
+ 00009089  0x00000f64 call  0x000028e2 
+ 00009090  0x00000f65 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00009091  0x00000f66 force  0x00000002 , 0x00000024 
+ 00009092  0x00000f67 bpatch  0x00000036 , 0x00004006 
+ 00009093  0x00000f68 call  0x000028cc 
+ 00009094  0x00000f69 call  0x000029eb 
+ 00009095  0x00000f6a call  0x00002a14 
+ 00009096  0x00000f6b nrtn  0x00000018 
+ 00009097  0x00000f6c call  0x000028f9 
+ 00009098  0x00000f6d fetch  0x00000001 , 0x00000009 
+ 00009099  0x00000f6e increase  0x00000001 , 0x0000003f 
+ 00009100  0x00000f6f store  0x00000001 , 0x00000009 
+ 00009101  0x00000f70 force  0x00000000 , 0x0000001b 
+ 00009102  0x00000f71 call  0x00002a4d 
+ 00009103  0x00000f72 or_into  0x00000002 , 0x00000021 
+ 00009104  0x00000f73 force  0x00000001 , 0x00000024 
+ 00009105  0x00000f74 call  0x000028d2 
+ 00009106  0x00000f75 call  0x00002a51 
+ 00009107  0x00000f76 call  0x00002a5f 
+ 00009108  0x00000f77 call  0x00002a64 
+ 00009109  0x00000f78 call  0x0000264d 
+ 00009110  0x00000f79 force  0x00000000 , 0x00000004 
+ 00009111  0x00000f7a arg  0x00000600 , 0x0000000b 
+ 00009112  0x00000f7b until  0x00000029 , 0x00000026 
+ 00009113  0x00000f7c or_into  0x00000003 , 0x00000028 
+ 00009114  0x00000f7d and_into  0x000001fd , 0x00000021 
+ 00009115  0x00000f7f bpatch  0x00000037 , 0x00004006 
+ 00009116  0x00000f80 increase  0x00000001 , 0x00000026 
+ 00009117  0x00000f81 call  0x000028cc 
+ 00009118  0x00000f82 call  0x000029eb 
+ 00009119  0x00000f83 call  0x00002a07 
+ 00009120  0x00000f84 nbranch  0x000023a4 , 0x00000018 
+ 00009121  0x00000f85 call  0x00002a6b 
+ 00009122  0x00000f86 call  0x0000251e 
+ 00009123  0x00000f87 bmark1  0x0000000b , 0x000023ab 
+ 00009124  0x00000f89 bpatch  0x00000038 , 0x00004007 
+ 00009125  0x00000f8a fetch  0x00000001 , 0x00000010 
+ 00009126  0x00000f8b rtn  0x00000034 
+ 00009127  0x00000f8c increase  0xffffffff , 0x0000003f 
+ 00009128  0x00000f8d store  0x00000001 , 0x00000010 
+ 00009129  0x00000f8e call  0x00002a4f 
+ 00009130  0x00000f8f branch  0x0000239b 
+ 00009131  0x00000f93 bpatch  0x00000039 , 0x00004007 
+ 00009132  0x00000f94 set0  0x00000001 , 0x00000028 
+ 00009133  0x00000f95 set1  0x00000000 , 0x00000028 
+ 00009134  0x00000f96 fetch  0x00000001 , 0x0000000a 
+ 00009135  0x00000f97 increase  0x00000001 , 0x0000003f 
+ 00009136  0x00000f98 store  0x00000001 , 0x0000000a 
+ 00009137  0x00000f99 call  0x00002a4d 
+ 00009138  0x00000f9a or_into  0x00000002 , 0x00000021 
+ 00009139  0x00000f9b call  0x000028d2 
+ 00009140  0x00000f9c call  0x00002a51 
+ 00009141  0x00000f9d call  0x00002a5f 
+ 00009142  0x00000f9e call  0x00002a64 
+ 00009143  0x00000f9f call  0x0000264d 
+ 00009144  0x00000fa1 compare  0x00000003 , 0x00000028 , 0x00000003 
+ 00009145  0x00000fa2 branch  0x000023bc , 0x00000001 
+ 00009146  0x00000fa3 until  0x0000003e , 0x00000017 
+ 00009147  0x00000fa4 branch  0x000023b8 
+ 00009148  0x00000fa6 fetch  0x00000004 , 0x00000165 
+ 00009149  0x00000fa7 or_into  0x00000003 , 0x0000003f 
+ 00009150  0x00000fa8 icopy  0x00000028 
+ 00009151  0x00000fab bpatch  0x0000003a , 0x00004007 
+ 00009152  0x00000fac fetch  0x00000006 , 0x00000178 
+ 00009153  0x00000fad store  0x00000006 , 0x00000040 
+ 00009154  0x00000fae call  0x00002435 
+ 00009155  0x00000fb0 call  0x0000247c 
+ 00009156  0x00000fb1 branch  0x000023c8 , 0x0000002d 
+ 00009157  0x00000fb2 call  0x00002455 
+ 00009158  0x00000fb3 nbranch  0x000023c3 , 0x00000034 
+ 00009159  0x00000fb4 rtn 
+ 00009160  0x00000fb8 bpatch  0x0000003b , 0x00004007 
+ 00009161  0x00000fb9 call  0x00002440 
+ 00009162  0x00000fba call  0x0000223b 
+ 00009163  0x00000fbb nrtn  0x00000005 
+ 00009164  0x00000fbc jam  0x00000000 , 0x00000031 
+ 00009165  0x00000fbd call  0x00002841 
+ 00009166  0x00000fbe branch  0x00002223 
+ 00009167  0x00000fc4 bpatch  0x0000003c , 0x00004007 
+ 00009168  0x00000fc5 call  0x00002850 
+ 00009169  0x00000fc6 call  0x000023f3 
+ 00009170  0x00000fc7 rtn  0x00000028 
+ 00009171  0x00000fc9 bpatch  0x0000003d , 0x00004007 
+ 00009172  0x00000fca call  0x00002c69 
+ 00009173  0x00000fcb call  0x00006caa 
+ 00009174  0x00000fcc call  0x00002514 
+ 00009175  0x00000fcd nbranch  0x000023e2 , 0x0000002d 
+ 00009176  0x00000fce call  0x00002a88 
+ 00009177  0x00000fcf call  0x00006cc2 
+ 00009178  0x00000fd0 call  0x00002489 
+ 00009179  0x00000fd1 call  0x00002757 
+ 00009180  0x00000fd2 call  0x00002728 
+ 00009181  0x00000fd3 call  0x00005d08 
+ 00009182  0x00000fd4 fetch  0x00000001 , 0x0000000b 
+ 00009183  0x00000fd5 increase  0x00000001 , 0x0000003f 
+ 00009184  0x00000fd6 store  0x00000001 , 0x0000000b 
+ 00009185  0x00000fd7 call  0x00002841 
+ 00009186  0x00000fd9 bpatch  0x0000003e , 0x00004007 
+ 00009187  0x00000fda call  0x00002bb1 
+ 00009188  0x00000fdb call  0x00002a7f 
+ 00009189  0x00000fdc branch  0x000023eb , 0x00000002 
+ 00009190  0x00000fdd call  0x000021a7 
+ 00009191  0x00000fde nbranch  0x000023eb , 0x00000028 
+ 00009192  0x00000fdf call  0x000026f3 
+ 00009193  0x00000fe0 nbranch  0x000023d3 , 0x00000034 
+ 00009194  0x00000fe1 rtn 
+ 00009195  0x00000fe4 bpatch  0x0000003f , 0x00004007 
+ 00009196  0x00000fe5 jam  0x00000000 , 0x00000151 
+ 00009197  0x00000fe6 jam  0x00000000 , 0x0000017f 
+ 00009198  0x00000fe7 call  0x0000245d 
+ 00009199  0x00000fe8 set0  0x00000011 , 0x00000000 
+ 00009200  0x00000fe9 call  0x00007fb0 
+ 00009201  0x00000fea fetch  0x00000001 , 0x00000030 
+ 00009202  0x00000feb rtn 
+ 00009203  0x00000fef bpatch  0x00000040 , 0x00004008 
+ 00009204  0x00000ff0 call  0x000021c9 
+ 00009205  0x00000ff1 nrtn  0x00000028 
+ 00009206  0x00000ff2 copy  0x00000004 , 0x00000002 
+ 00009207  0x00000ff3 call  0x00002a6f 
+ 00009208  0x00000ff4 store  0x00000001 , 0x00000181 
+ 00009209  0x00000ff5 copy  0x00000002 , 0x00000004 
+ 00009210  0x00000ff6 jam  0x00000020 , 0x00000011 
+ 00009211  0x00000ff8 bpatch  0x00000041 , 0x00004008 
+ 00009212  0x00000ff9 call  0x00002a4f 
+ 00009213  0x00000ffa force  0x00000002 , 0x00000001 
+ 00009214  0x00000ffb call  0x0000274f 
+ 00009215  0x00000ffc deposit  0x00000022 
+ 00009216  0x00000ffd store  0x00000004 , 0x00000161 
+ 00009217  0x00000ffe call  0x00002762 
+ 00009218  0x00000fff call  0x00002a4d 
+ 00009219  0x00001000 enable  0x0000002f 
+ 00009220  0x00001001 call  0x000024f6 
+ 00009221  0x00001002 branch  0x0000240d , 0x00000018 
+ 00009222  0x00001003 call  0x000028f9 
+ 00009223  0x00001004 call  0x00002455 
+ 00009224  0x00001005 nbranch  0x000023fb , 0x00000034 
+ 00009225  0x00001006 rtnmark0  0x00000004 
+ 00009226  0x00001007 jam  0x00000034 , 0x0000007c 
+ 00009227  0x00001008 set1  0x00000003 , 0x00000000 
+ 00009228  0x00001009 rtn 
+ 00009229  0x0000100b enable  0x00000030 
+ 00009230  0x0000100c call  0x00002435 
+ 00009231  0x0000100d call  0x000028a4 
+ 00009232  0x0000100f bpatch  0x00000042 , 0x00004008 
+ 00009233  0x00001010 call  0x000022f2 
+ 00009234  0x00001011 branch  0x00002419 , 0x00000018 
+ 00009235  0x00001012 call  0x00002455 
+ 00009236  0x00001013 nbranch  0x00002410 , 0x00000034 
+ 00009237  0x00001014 disable  0x00000030 
+ 00009238  0x00001015 deposit  0x00000028 
+ 00009239  0x00001016 store  0x00000004 , 0x000040ca 
+ 00009240  0x00001017 rtn 
+ 00009241  0x00001019 enable  0x00000029 
+ 00009242  0x0000101a bmark0  0x00000004 , 0x0000241f 
+ 00009243  0x0000101b set0  0x00000004 , 0x00000000 
+ 00009244  0x0000101c jam  0x00000003 , 0x0000007c 
+ 00009245  0x0000101d jam  0x00000033 , 0x0000007d 
+ 00009246  0x0000101e call  0x000062f8 
+ 00009247  0x00001020 deposit  0x00000004 
+ 00009248  0x00001021 store  0x00000001 , 0x00000077 
+ 00009249  0x00001022 force  0x00000000 , 0x0000003f 
+ 00009250  0x00001023 store  0x00000006 , 0x00000038 
+ 00009251  0x00001024 fetch  0x00000001 , 0x00000031 
+ 00009252  0x00001025 set1  0x00000001 , 0x0000003f 
+ 00009253  0x00001026 store  0x00000001 , 0x00000031 
+ 00009254  0x00001027 call  0x00002a88 
+ 00009255  0x00001028 disable  0x00000029 
+ 00009256  0x00001029 enable  0x00000028 
+ 00009257  0x0000102a rtn 
+ 00009258  0x0000102f bpatch  0x00000043 , 0x00004008 
+ 00009259  0x00001030 disable  0x0000002d 
+ 00009260  0x00001031 set0  0x00000005 , 0x00000000 
+ 00009261  0x00001032 set0  0x0000000a , 0x00000000 
+ 00009262  0x00001033 set0  0x00000010 , 0x00000000 
+ 00009263  0x00001034 set0  0x0000000f , 0x00000000 
+ 00009264  0x00001035 fetch  0x00000001 , 0x00000047 
+ 00009265  0x00001036 set0  0x00000005 , 0x0000003f 
+ 00009266  0x00001037 set1  0x00000004 , 0x0000003f 
+ 00009267  0x00001038 store  0x00000001 , 0x00000047 
+ 00009268  0x00001039 rtn 
+ 00009269  0x0000103c bpatch  0x00000044 , 0x00004008 
+ 00009270  0x0000103d jam  0x00000020 , 0x00000011 
+ 00009271  0x0000103e jam  0x00000050 , 0x00000047 
+ 00009272  0x0000103f fetch  0x00000002 , 0x000040bf 
+ 00009273  0x00001040 store  0x00000002 , 0x0000003e 
+ 00009274  0x00001041 deposit  0x00000022 
+ 00009275  0x00001042 store  0x00000004 , 0x000040ca 
+ 00009276  0x00001043 rtn  0x00000030 
+ 00009277  0x00001044 deposit  0x00000028 
+ 00009278  0x00001045 store  0x00000004 , 0x000040ca 
+ 00009279  0x00001046 rtn 
+ 00009280  0x00001049 bpatch  0x00000045 , 0x00004008 
+ 00009281  0x0000104a call  0x00005d04 
+ 00009282  0x0000104b call  0x00002459 
+ 00009283  0x0000104c store  0x00000001 , 0x00000046 
+ 00009284  0x0000104d setarg  0x00000000 
+ 00009285  0x0000104e store  0x00000002 , 0x0000025d 
+ 00009286  0x0000104f setarg  0x00001c80 
+ 00009287  0x00001050 store  0x00000002 , 0x00000051 
+ 00009288  0x00001051 fetch  0x00000001 , 0x00000030 
+ 00009289  0x00001052 set1  0x00000000 , 0x0000003f 
+ 00009290  0x00001053 store  0x00000001 , 0x00000030 
+ 00009291  0x00001054 jam  0x00000000 , 0x0000004b 
+ 00009292  0x00001055 jam  0x00000000 , 0x0000004c 
+ 00009293  0x00001056 jam  0x00000000 , 0x000000a0 
+ 00009294  0x00001057 branch  0x00002a88 
+ 00009295  0x0000105b bpatch  0x00000046 , 0x00004008 
+ 00009296  0x0000105c force  0x00000000 , 0x0000003f 
+ 00009297  0x0000105d store  0x00000008 , 0x000041be 
+ 00009298  0x0000105e istore  0x00000008 , 0x00000005 
+ 00009299  0x0000105f call  0x000021c5 
+ 00009300  0x00001060 branch  0x00002254 
+ 00009301  0x00001063 fetch  0x00000001 , 0x00000011 
+ 00009302  0x00001064 increase  0xffffffff , 0x0000003f 
+ 00009303  0x00001065 store  0x00000001 , 0x00000011 
+ 00009304  0x00001066 rtn 
+ 00009305  0x00001069 fetch  0x00000001 , 0x000040cf 
+ 00009306  0x0000106a increase  0x00000001 , 0x0000003f 
+ 00009307  0x0000106b store  0x00000001 , 0x000040cf 
+ 00009308  0x0000106c rtn 
+ 00009309  0x00001070 bpatch  0x00000047 , 0x00004008 
+ 00009310  0x00001071 fetch  0x00000001 , 0x000041ce 
+ 00009311  0x00001072 beq  0x00000003 , 0x00002462 
+ 00009312  0x00001073 fetch  0x00000001 , 0x00000048 
+ 00009313  0x00001074 bne  0x00000001 , 0x00002466 
+ 00009314  0x00001076 call  0x00004d06 
+ 00009315  0x00001077 nbranch  0x00002466 , 0x00000005 
+ 00009316  0x00001078 call  0x000021a4 
+ 00009317  0x00001079 jam  0x00000000 , 0x000041ce 
+ 00009318  0x0000107b bpatch  0x00000048 , 0x00004009 
+ 00009319  0x0000107c call  0x000033af 
+ 00009320  0x0000107d call  0x000026e9 
+ 00009321  0x0000107e jam  0x00000002 , 0x00000a99 
+ 00009322  0x0000107f call  0x00007d86 
+ 00009323  0x00001080 call  0x00005cf7 
+ 00009324  0x00001081 call  0x00004d6b 
+ 00009325  0x00001082 call  0x0000757d 
+ 00009326  0x00001083 fetch  0x00000001 , 0x00000030 
+ 00009327  0x00001084 set0  0x00000000 
+ 00009328  0x00001085 store  0x00000001 , 0x00000030 
+ 00009329  0x00001086 jam  0x00000000 , 0x00004681 
+ 00009330  0x00001088 fetch  0x00000001 , 0x0000004c 
+ 00009331  0x00001089 compare  0x00000000 , 0x0000003f , 0x000000c0 
+ 00009332  0x0000108a branch  0x00002476 , 0x00000001 
+ 00009333  0x0000108b set0  0x00000001 , 0x00000000 
+ 00009334  0x0000108d fetch  0x00000001 , 0x00000047 
+ 00009335  0x0000108e bbit0  0x00000003 , 0x00002478 
+ 00009336  0x00001090 fetch  0x00000001 , 0x0000004b 
+ 00009337  0x00001091 rtnbit0  0x00000006 
+ 00009338  0x00001092 set0  0x00000002 , 0x00000000 
+ 00009339  0x00001093 rtn 
+ 00009340  0x00001096 bpatch  0x00000049 , 0x00004009 
+ 00009341  0x00001097 fetch  0x00000001 , 0x00000174 
+ 00009342  0x00001098 rtn  0x00000034 
+ 00009343  0x00001099 icopy  0x00000004 
+ 00009344  0x0000109a call  0x00002514 
+ 00009345  0x0000109b nrtn  0x0000002d 
+ 00009346  0x0000109c force  0x00000000 , 0x00000001 
+ 00009347  0x0000109d call  0x00002757 
+ 00009348  0x0000109e deposit  0x00000004 
+ 00009349  0x0000109f store  0x00000001 , 0x00000077 
+ 00009350  0x000010a0 force  0x00000000 , 0x0000003f 
+ 00009351  0x000010a1 store  0x00000001 , 0x00000174 
+ 00009352  0x000010a2 rtn 
+ 00009353  0x000010a9 bpatch  0x0000004a , 0x00004009 
+ 00009354  0x000010aa fetch  0x00000001 , 0x00000030 
+ 00009355  0x000010ab bbit0  0x00000002 , 0x00002496 
+ 00009356  0x000010ac force  0x00000007 , 0x00000001 
+ 00009357  0x000010ad bmark0  0x00000007 , 0x00002495 
+ 00009358  0x000010ae call  0x00002725 
+ 00009359  0x000010af nbranch  0x00002496 , 0x00000001 
+ 00009360  0x000010b0 branch  0x00002496 , 0x0000002e 
+ 00009361  0x000010b1 call  0x000024c1 
+ 00009362  0x000010b2 setarg  0x00000002 
+ 00009363  0x000010b3 store  0x00000002 , 0x000040c8 
+ 00009364  0x000010b4 rtn 
+ 00009365  0x000010b6 nrtn  0x0000002e 
+ 00009366  0x000010b8 bpatch  0x0000004b , 0x00004009 
+ 00009367  0x000010b9 call  0x00002243 
+ 00009368  0x000010ba nbranch  0x000024a7 , 0x00000005 
+ 00009369  0x000010bb fetch  0x00000001 , 0x00000047 
+ 00009370  0x000010bc bbit0  0x00000003 , 0x000024b0 
+ 00009371  0x000010be bmark1  0x00000005 , 0x000024b4 
+ 00009372  0x000010bf fetch  0x00000001 , 0x0000017f 
+ 00009373  0x000010c0 bbit1  0x00000006 , 0x000024ba 
+ 00009374  0x000010c1 fetch  0x00000002 , 0x000040c8 
+ 00009375  0x000010c2 increase  0xffffffff , 0x0000003f 
+ 00009376  0x000010c3 store  0x00000002 , 0x000040c8 
+ 00009377  0x000010c4 branch  0x000024a5 , 0x00000034 
+ 00009378  0x000010c5 fetch  0x00000001 , 0x000040c5 
+ 00009379  0x000010c6 iforce  0x00000001 
+ 00009380  0x000010c7 rtn 
+ 00009381  0x000010ca bpatch  0x0000004c , 0x00004009 
+ 00009382  0x000010cb call  0x00002687 
+ 00009383  0x000010cd call  0x00002725 
+ 00009384  0x000010ce branch  0x000024b0 , 0x00000001 
+ 00009385  0x000010cf call  0x0000600a 
+ 00009386  0x000010d0 branch  0x000024be , 0x00000028 
+ 00009387  0x000010d1 fetch  0x00000001 , 0x0000004b 
+ 00009388  0x000010d2 bbit1  0x00000006 , 0x000024c0 
+ 00009389  0x000010d3 bmark1  0x00000005 , 0x000024b4 
+ 00009390  0x000010d4 fetch  0x00000001 , 0x0000017f 
+ 00009391  0x000010d5 bbit1  0x00000006 , 0x000024ba 
+ 00009392  0x000010d7 force  0x00000001 , 0x00000001 
+ 00009393  0x000010d8 rtn  0x00000029 
+ 00009394  0x000010d9 force  0x00000000 , 0x00000001 
+ 00009395  0x000010da rtn 
+ 00009396  0x000010dc bpatch  0x0000004d , 0x00004009 
+ 00009397  0x000010dd fetch  0x00000001 , 0x00000019 
+ 00009398  0x000010de iforce  0x00000001 
+ 00009399  0x000010df rtnne  0x00000001 
+ 00009400  0x000010e0 force  0x00000000 , 0x00000001 
+ 00009401  0x000010e1 rtn 
+ 00009402  0x000010e3 fetch  0x00000001 , 0x00000158 
+ 00009403  0x000010e4 and  0x0000003f , 0x0000000f , 0x00000001 
+ 00009404  0x000010e5 set1  0x00000005 , 0x00000000 
+ 00009405  0x000010e6 rtn 
+ 00009406  0x000010e8 force  0x00000013 , 0x00000001 
+ 00009407  0x000010e9 branch  0x000024c1 
+ 00009408  0x000010eb call  0x000024ca 
+ 00009409  0x000010ee bpatch  0x0000004e , 0x00004009 
+ 00009410  0x000010ef fetcht  0x00000001 , 0x00000047 
+ 00009411  0x000010f0 set1  0x00000003 , 0x00000002 
+ 00009412  0x000010f1 storet  0x00000001 , 0x00000047 
+ 00009413  0x000010f2 deposit  0x00000001 
+ 00009414  0x000010f3 store  0x00000001 , 0x000040c5 
+ 00009415  0x000010f4 setarg  0x0000ffff 
+ 00009416  0x000010f5 store  0x00000002 , 0x000040c8 
+ 00009417  0x000010f6 rtn 
+ 00009418  0x000010f9 bpatch  0x0000004f , 0x00004009 
+ 00009419  0x000010fa fetch  0x00000001 , 0x0000004c 
+ 00009420  0x000010fb isolate1  0x00000005 , 0x0000003f 
+ 00009421  0x000010fc fetch  0x00000002 , 0x000041dc 
+ 00009422  0x000010fd branch  0x000024e0 , 0x00000001 
+ 00009423  0x000010fe force  0x00000003 , 0x00000001 
+ 00009424  0x000010ff sub  0x0000003f , 0x00000011 , 0x0000003e 
+ 00009425  0x00001100 rtn  0x00000002 
+ 00009426  0x00001101 force  0x00000004 , 0x00000001 
+ 00009427  0x00001102 sub  0x0000003f , 0x0000001b , 0x0000003e 
+ 00009428  0x00001103 rtn  0x00000002 
+ 00009429  0x00001104 force  0x0000000a , 0x00000001 
+ 00009430  0x00001105 sub  0x0000003f , 0x00000079 , 0x0000003e 
+ 00009431  0x00001106 rtn  0x00000002 
+ 00009432  0x00001107 force  0x0000000b , 0x00000001 
+ 00009433  0x00001108 sub  0x0000003f , 0x000000b7 , 0x0000003e 
+ 00009434  0x00001109 rtn  0x00000002 
+ 00009435  0x0000110a force  0x0000000e , 0x00000001 
+ 00009436  0x0000110b sub  0x0000003f , 0x000000e0 , 0x0000003e 
+ 00009437  0x0000110c rtn  0x00000002 
+ 00009438  0x0000110d force  0x0000000f , 0x00000001 
+ 00009439  0x0000110e rtn 
+ 00009440  0x00001110 force  0x00000003 , 0x00000001 
+ 00009441  0x00001111 sub  0x0000003f , 0x00000011 , 0x0000003e 
+ 00009442  0x00001112 rtn  0x00000002 
+ 00009443  0x00001113 force  0x00000004 , 0x00000001 
+ 00009444  0x00001114 sub  0x0000003f , 0x00000036 , 0x0000003e 
+ 00009445  0x00001115 rtn  0x00000002 
+ 00009446  0x00001116 force  0x0000000a , 0x00000001 
+ 00009447  0x00001117 arg  0x0000016f , 0x00000002 
+ 00009448  0x00001118 isub  0x00000002 , 0x0000003e 
+ 00009449  0x00001119 nrtn  0x00000002 
+ 00009450  0x0000111a force  0x0000000e , 0x00000001 
+ 00009451  0x0000111b arg  0x000002a7 , 0x00000002 
+ 00009452  0x0000111c isub  0x00000002 , 0x0000003e 
+ 00009453  0x0000111d nrtn  0x00000002 
+ 00009454  0x0000111e force  0x0000000f , 0x00000001 
+ 00009455  0x0000111f rtn 
+ 00009456  0x00001129 fetch  0x00000001 , 0x00000030 
+ 00009457  0x0000112a bbit0  0x00000001 , 0x000024f5 
+ 00009458  0x0000112b fetch  0x00000002 , 0x00000032 
+ 00009459  0x0000112c branch  0x000024f5 , 0x00000034 
+ 00009460  0x0000112d nbranch  0x000024f7 , 0x0000002e 
+ 00009461  0x0000112f call  0x00002a4f 
+ 00009462  0x00001131 add  0x00000028 , 0x00000001 , 0x00000021 
+ 00009463  0x00001133 enable  0x00000010 
+ 00009464  0x00001134 fetch  0x00000002 , 0x0000003e 
+ 00009465  0x00001135 rshift  0x0000003f , 0x0000003f 
+ 00009466  0x00001136 arg  0x00000500 , 0x00000002 
+ 00009467  0x00001137 iadd  0x00000002 , 0x0000003f 
+ 00009468  0x00001138 call  0x00002a24 
+ 00009469  0x00001139 call  0x000028ea 
+ 00009470  0x0000113a force  0x00000003 , 0x00000024 
+ 00009471  0x0000113b call  0x000028cc 
+ 00009472  0x0000113c call  0x0000242a 
+ 00009473  0x0000113d call  0x000029f1 
+ 00009474  0x0000113e bpatch  0x00000050 , 0x0000400a 
+ 00009475  0x0000113f fetch  0x00000002 , 0x0000003e 
+ 00009476  0x00001140 rshift  0x0000003f , 0x0000003f 
+ 00009477  0x00001141 call  0x00002a24 
+ 00009478  0x00001142 call  0x000029eb 
+ 00009479  0x00001143 enable  0x0000000d 
+ 00009480  0x00001144 fetch  0x00000002 , 0x0000003e 
+ 00009481  0x00001145 arg  0x000003bb , 0x00000002 
+ 00009482  0x00001146 iadd  0x00000002 , 0x0000001b 
+ 00009483  0x00001147 correlate  0x0000003e , 0x00000003 
+ 00009484  0x00001148 copy  0x0000001a , 0x00000002 
+ 00009485  0x00001149 storet  0x00000006 , 0x0000009a 
+ 00009486  0x0000114a disable  0x0000000d 
+ 00009487  0x0000114b nrtn  0x00000018 
+ 00009488  0x0000114c arg  0x000003bb , 0x00000029 
+ 00009489  0x0000114d copy  0x00000021 , 0x00000028 
+ 00009490  0x0000114e branch  0x00002b05 , 0x0000002b 
+ 00009491  0x0000114f rtn 
+ 00009492  0x00001153 bpatch  0x00000051 , 0x0000400a 
+ 00009493  0x00001154 call  0x000024f0 
+ 00009494  0x00001155 nbranch  0x000028f9 , 0x00000018 
+ 00009495  0x00001156 call  0x000029bb 
+ 00009496  0x00001157 bmark0  0x00000011 , 0x0000251c 
+ 00009497  0x00001158 fetch  0x00000002 , 0x000000f6 
+ 00009498  0x00001159 increase  0x00000001 , 0x0000003f 
+ 00009499  0x0000115a store  0x00000002 , 0x000000f6 
+ 00009500  0x0000115c rshift  0x00000021 , 0x00000002 
+ 00009501  0x0000115d or  0x00000002 , 0x00000040 , 0x0000000e 
+ 00009502  0x0000115f bpatch  0x00000052 , 0x0000400a 
+ 00009503  0x00001160 enable  0x00000007 
+ 00009504  0x00001161 enable  0x0000000a 
+ 00009505  0x00001162 enable  0x0000000b 
+ 00009506  0x00001163 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009507  0x00001164 rshift8  0x0000000c , 0x0000003f 
+ 00009508  0x00001165 store  0x00000001 , 0x0000015d 
+ 00009509  0x00001166 parse  0x00000003 , 0x00000000 , 0x00000004 
+ 00009510  0x00001167 inject  0x00000000 , 0x00000007 
+ 00009511  0x00001168 copy  0x0000000c , 0x0000003f 
+ 00009512  0x00001169 store  0x00000001 , 0x00000019 
+ 00009513  0x0000116a parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009514  0x0000116b rshift8  0x0000000c , 0x0000003f 
+ 00009515  0x0000116c store  0x00000001 , 0x0000015e 
+ 00009516  0x0000116d fetch  0x00000001 , 0x00000019 
+ 00009517  0x0000116e sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00009518  0x0000116f branch  0x00002533 , 0x00000002 
+ 00009519  0x00001170 beq  0x00000007 , 0x00002533 
+ 00009520  0x00001171 fetch  0x00000001 , 0x0000004c 
+ 00009521  0x00001172 isolate1  0x00000005 , 0x0000003f 
+ 00009522  0x00001173 setflag  0x00000001 , 0x00000001 , 0x00000015 
+ 00009523  0x00001175 bpatch  0x00000053 , 0x0000400a 
+ 00009524  0x00001176 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009525  0x00001177 disable  0x0000000b 
+ 00009526  0x00001178 disable  0x0000000a 
+ 00009527  0x00001179 branch  0x00002631 , 0x00000006 
+ 00009528  0x0000117a bmark0  0x00000011 , 0x0000253c 
+ 00009529  0x0000117b fetch  0x00000002 , 0x000000f8 
+ 00009530  0x0000117c increase  0x00000001 , 0x0000003f 
+ 00009531  0x0000117d store  0x00000002 , 0x000000f8 
+ 00009532  0x0000117f bpatch  0x00000054 , 0x0000400a 
+ 00009533  0x00001180 fetch  0x00000001 , 0x0000015d 
+ 00009534  0x00001181 compare  0x00000000 , 0x0000003f , 0x00000007 
+ 00009535  0x00001182 setflag  0x00000001 , 0x0000000a , 0x00000000 
+ 00009536  0x00001183 branch  0x0000254c , 0x00000001 
+ 00009537  0x00001184 icompare  0x00000007 , 0x00000004 
+ 00009538  0x00001185 branch  0x0000254b , 0x00000001 
+ 00009539  0x00001186 bmark0  0x00000007 , 0x0000264d 
+ 00009540  0x00001187 fetcht  0x00000001 , 0x000000b0 
+ 00009541  0x00001188 icompare  0x00000007 , 0x00000002 
+ 00009542  0x00001189 nbranch  0x0000264d , 0x00000001 
+ 00009543  0x0000118a fetch  0x00000001 , 0x00000047 
+ 00009544  0x0000118b set0  0x00000005 , 0x0000003f 
+ 00009545  0x0000118c set1  0x00000004 , 0x0000003f 
+ 00009546  0x0000118d store  0x00000001 , 0x00000047 
+ 00009547  0x0000118f enable  0x0000002d 
+ 00009548  0x00001191 bpatch  0x00000055 , 0x0000400a 
+ 00009549  0x00001192 fetch  0x00000001 , 0x00000019 
+ 00009550  0x00001193 icopy  0x00000001 
+ 00009551  0x00001194 bmark1  0x0000000a , 0x0000255b 
+ 00009552  0x00001195 fetcht  0x00000001 , 0x0000015e 
+ 00009553  0x00001196 fetch  0x00000001 , 0x00000047 
+ 00009554  0x00001197 set0  0x00000000 , 0x0000003f 
+ 00009555  0x00001198 isolate1  0x00000000 , 0x00000002 
+ 00009556  0x00001199 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00009557  0x0000119a isolate1  0x00000001 , 0x00000002 
+ 00009558  0x0000119b setflag  0x00000001 , 0x00000001 , 0x0000003f 
+ 00009559  0x0000119c store  0x00000001 , 0x00000047 
+ 00009560  0x0000119d isolate0  0x00000001 , 0x00000002 
+ 00009561  0x0000119e branch  0x0000255b , 0x00000001 
+ 00009562  0x0000119f call  0x00002687 
+ 00009563  0x000011a1 bpatch  0x00000056 , 0x0000400a 
+ 00009564  0x000011a2 arg  0x00000000 , 0x00000002 
+ 00009565  0x000011a3 call  0x00002a1c 
+ 00009566  0x000011a4 and  0x00000001 , 0x0000000f , 0x0000003f 
+ 00009567  0x000011a5 beq  0x00000001 , 0x00002587 
+ 00009568  0x000011a6 beq  0x00000000 , 0x0000264d 
+ 00009569  0x000011a7 beq  0x00000002 , 0x00002659 
+ 00009570  0x000011a8 fetcht  0x00000001 , 0x0000015e 
+ 00009571  0x000011a9 fetch  0x00000001 , 0x00000047 
+ 00009572  0x000011aa icompare  0x00000004 , 0x00000002 
+ 00009573  0x000011ab nbranch  0x00002569 , 0x00000001 
+ 00009574  0x000011ac bmark0  0x0000000a , 0x00002568 
+ 00009575  0x000011ad bbit0  0x00000007 , 0x00002569 
+ 00009576  0x000011af set1  0x0000000f , 0x00000000 
+ 00009577  0x000011b1 bpatch  0x00000057 , 0x0000400a 
+ 00009578  0x000011b2 deposit  0x00000001 
+ 00009579  0x000011b3 beq  0x00000003 , 0x00002589 
+ 00009580  0x000011b4 beq  0x00000004 , 0x0000258d 
+ 00009581  0x000011b5 beq  0x00000007 , 0x00002578 
+ 00009582  0x000011b6 beq  0x00000008 , 0x0000258c 
+ 00009583  0x000011b7 arg  0x00000004 , 0x00000002 
+ 00009584  0x000011b8 call  0x00002a1c 
+ 00009585  0x000011b9 beq  0x0000000a , 0x00002588 
+ 00009586  0x000011ba beq  0x0000000b , 0x0000258b 
+ 00009587  0x000011bb arg  0x00000008 , 0x00000002 
+ 00009588  0x000011bc call  0x00002a1c 
+ 00009589  0x000011bd beq  0x0000000e , 0x00002588 
+ 00009590  0x000011be beq  0x0000000f , 0x0000258b 
+ 00009591  0x000011bf rtn 
+ 00009592  0x000011c3 bpatch  0x00000058 , 0x0000400b 
+ 00009593  0x000011c4 enable  0x0000000d 
+ 00009594  0x000011c5 enable  0x00000009 
+ 00009595  0x000011c6 enable  0x0000000e 
+ 00009596  0x000011c7 arg  0x000000d1 , 0x00000005 
+ 00009597  0x000011c8 force  0x0000001e , 0x00000039 
+ 00009598  0x000011ca parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009599  0x000011cb rshift3  0x0000000c , 0x0000003f 
+ 00009600  0x000011cc istore  0x00000001 , 0x00000005 
+ 00009601  0x000011cd loop  0x0000257e 
+ 00009602  0x000011ce bmark0  0x00000007 , 0x0000264d 
+ 00009603  0x000011cf parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00009604  0x000011d0 nsetflag  0x00000006 , 0x00000008 , 0x00000000 
+ 00009605  0x000011d1 branch  0x0000263d , 0x00000006 
+ 00009606  0x000011d2 branch  0x00002620 
+ 00009607  0x000011d6 branch  0x0000264d 
+ 00009608  0x000011da set1  0x00000010 , 0x00000000 
+ 00009609  0x000011dc enable  0x0000000c 
+ 00009610  0x000011dd branch  0x0000258e 
+ 00009611  0x000011e1 set1  0x00000010 , 0x00000000 
+ 00009612  0x000011e3 set1  0x00000002 , 0x00000015 
+ 00009613  0x000011e5 enable  0x0000000d 
+ 00009614  0x000011e7 bpatch  0x00000059 , 0x0000400b 
+ 00009615  0x000011e8 bmark1  0x00000001 , 0x0000264d 
+ 00009616  0x000011e9 isolate0  0x00000001 , 0x00000015 
+ 00009617  0x000011ea branch  0x0000259a , 0x00000001 
+ 00009618  0x000011eb disable  0x00000007 
+ 00009619  0x000011ec enable  0x0000000d 
+ 00009620  0x000011ed disable  0x0000000c 
+ 00009621  0x000011ee add  0x00000022 , 0x00000002 , 0x0000000b 
+ 00009622  0x000011ef correlate  0x00000022 , 0x00000026 
+ 00009623  0x000011f0 nbranch  0x0000263d , 0x00000018 
+ 00009624  0x000011f1 set1  0x00000010 , 0x00000000 
+ 00009625  0x000011f2 enable  0x00000007 
+ 00009626  0x000011f4 bpatch  0x0000005a , 0x0000400b 
+ 00009627  0x000011f5 enable  0x0000000e 
+ 00009628  0x000011f6 enable  0x00000009 
+ 00009629  0x000011f7 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009630  0x000011f8 rshift8  0x0000000c , 0x0000003f 
+ 00009631  0x000011f9 store  0x00000001 , 0x00000180 
+ 00009632  0x000011fa parse  0x00000003 , 0x00000000 , 0x00000005 
+ 00009633  0x000011fb bmark1  0x00000010 , 0x000025a5 
+ 00009634  0x000011fc rshift3  0x0000000c , 0x00000039 
+ 00009635  0x000011fd rshift3  0x00000039 , 0x00000039 
+ 00009636  0x000011fe branch  0x000025a8 
+ 00009637  0x00001200 parse  0x00000003 , 0x00000000 , 0x00000005 
+ 00009638  0x00001201 rshift  0x0000000c , 0x00000039 
+ 00009639  0x00001202 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009640  0x00001204 bpatch  0x0000005b , 0x0000400b 
+ 00009641  0x00001205 deposit  0x00000039 
+ 00009642  0x00001206 store  0x00000002 , 0x0000015f 
+ 00009643  0x00001207 branch  0x000025e8 , 0x00000034 
+ 00009644  0x00001208 isub  0x00000035 , 0x0000003e 
+ 00009645  0x00001209 branch  0x0000263d , 0x00000002 
+ 00009646  0x0000120a bpatch  0x0000005c , 0x0000400b 
+ 00009647  0x0000120b set0  0x00000000 , 0x00000000 
+ 00009648  0x0000120c fetch  0x00000001 , 0x00000180 
+ 00009649  0x0000120d and_into  0x00000003 , 0x0000003f 
+ 00009650  0x0000120e arg  0x00000551 , 0x00000005 
+ 00009651  0x0000120f beq  0x00000003 , 0x000025ba 
+ 00009652  0x00001210 bmark1  0x00000011 , 0x000025e4 
+ 00009653  0x00001212 fetch  0x00000001 , 0x00000180 
+ 00009654  0x00001213 and_into  0x00000003 , 0x0000003f 
+ 00009655  0x00001214 beq  0x00000002 , 0x000025bf 
+ 00009656  0x00001215 beq  0x00000001 , 0x000025d3 
+ 00009657  0x00001216 branch  0x0000263d 
+ 00009658  0x00001219 fetch  0x00000002 , 0x0000015f 
+ 00009659  0x0000121a sub  0x0000003f , 0x00000070 , 0x0000003e 
+ 00009660  0x0000121b nbranch  0x0000263d , 0x00000002 
+ 00009661  0x0000121c bmark1  0x0000000f , 0x00002620 
+ 00009662  0x0000121d branch  0x000025e4 
+ 00009663  0x00001221 bpatch  0x0000005d , 0x0000400b 
+ 00009664  0x00001222 bmark1  0x0000000f , 0x00002620 
+ 00009665  0x00001223 fetch  0x00000002 , 0x0000015f 
+ 00009666  0x00001224 arg  0x000002e0 , 0x00000002 
+ 00009667  0x00001225 isub  0x00000002 , 0x0000003e 
+ 00009668  0x00001226 branch  0x0000263d , 0x00000002 
+ 00009669  0x00001227 fetch  0x00000001 , 0x00000263 
+ 00009670  0x00001228 bbit0  0x00000000 , 0x000025c9 
+ 00009671  0x00001229 bbit0  0x00000001 , 0x000025ce 
+ 00009672  0x0000122a branch  0x0000264d 
+ 00009673  0x0000122c jam  0x00000001 , 0x00000261 
+ 00009674  0x0000122d fetch  0x00000002 , 0x0000025d 
+ 00009675  0x0000122e bne  0x00000000 , 0x0000264d 
+ 00009676  0x0000122f arg  0x00001000 , 0x00000005 
+ 00009677  0x00001230 branch  0x000025e4 
+ 00009678  0x00001232 jam  0x00000002 , 0x00000261 
+ 00009679  0x00001233 fetch  0x00000002 , 0x0000025f 
+ 00009680  0x00001234 bne  0x00000000 , 0x0000264d 
+ 00009681  0x00001235 arg  0x00001400 , 0x00000005 
+ 00009682  0x00001236 branch  0x000025e4 
+ 00009683  0x00001239 bpatch  0x0000005e , 0x0000400b 
+ 00009684  0x0000123a bmark1  0x0000000f , 0x00002620 
+ 00009685  0x0000123b fetch  0x00000002 , 0x0000015f 
+ 00009686  0x0000123c arg  0x000002e0 , 0x00000002 
+ 00009687  0x0000123d isub  0x00000002 , 0x0000003e 
+ 00009688  0x0000123e branch  0x0000263d , 0x00000002 
+ 00009689  0x0000123f fetch  0x00000001 , 0x00000261 
+ 00009690  0x00001240 beq  0x00000001 , 0x000025dd 
+ 00009691  0x00001241 beq  0x00000002 , 0x000025e1 
+ 00009692  0x00001242 branch  0x0000264d 
+ 00009693  0x00001244 arg  0x00001000 , 0x00000005 
+ 00009694  0x00001245 fetch  0x00000002 , 0x0000025d 
+ 00009695  0x00001246 iadd  0x00000005 , 0x00000005 
+ 00009696  0x00001247 branch  0x000025e4 
+ 00009697  0x00001249 arg  0x00001400 , 0x00000005 
+ 00009698  0x0000124a fetch  0x00000002 , 0x0000025f 
+ 00009699  0x0000124b iadd  0x00000005 , 0x00000005 
+ 00009700  0x0000124d parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009701  0x0000124e rshift3  0x0000000c , 0x0000003f 
+ 00009702  0x0000124f istore  0x00000001 , 0x00000005 
+ 00009703  0x00001250 loop  0x000025e4 
+ 00009704  0x00001252 bpatch  0x0000005f , 0x0000400b 
+ 00009705  0x00001253 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00009706  0x00001254 branch  0x00002637 , 0x00000006 
+ 00009707  0x00001255 fetch  0x00000001 , 0x00004363 
+ 00009708  0x00001256 beq  0x00000001 , 0x0000264d 
+ 00009709  0x00001257 bmark1  0x00000011 , 0x0000260d 
+ 00009710  0x00001258 bmark1  0x0000000f , 0x0000264a 
+ 00009711  0x00001259 fetch  0x00000001 , 0x00000180 
+ 00009712  0x0000125a compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00009713  0x0000125b branch  0x0000260d , 0x00000001 
+ 00009714  0x0000125c fetch  0x00000002 , 0x0000015f 
+ 00009715  0x0000125d branch  0x0000260d , 0x00000034 
+ 00009716  0x0000125e bpatch  0x00000060 , 0x0000400c 
+ 00009717  0x0000125f fetch  0x00000001 , 0x00000261 
+ 00009718  0x00001260 beq  0x00000001 , 0x000025f9 
+ 00009719  0x00001261 beq  0x00000002 , 0x00002603 
+ 00009720  0x00001262 branch  0x00002a8c 
+ 00009721  0x00001264 fetch  0x00000002 , 0x0000025d 
+ 00009722  0x00001265 fetcht  0x00000002 , 0x0000015f 
+ 00009723  0x00001266 iadd  0x00000002 , 0x0000003f 
+ 00009724  0x00001267 store  0x00000002 , 0x0000025d 
+ 00009725  0x00001268 beq  0x00000000 , 0x00002a8c 
+ 00009726  0x00001269 fetcht  0x00000002 , 0x00001000 
+ 00009727  0x0000126a increase  0x00000004 , 0x00000002 
+ 00009728  0x0000126b isub  0x00000002 , 0x0000003e 
+ 00009729  0x0000126c call  0x00002747 , 0x00000005 
+ 00009730  0x0000126d branch  0x0000260d 
+ 00009731  0x0000126f fetch  0x00000002 , 0x0000025f 
+ 00009732  0x00001270 fetcht  0x00000002 , 0x0000015f 
+ 00009733  0x00001271 iadd  0x00000002 , 0x0000003f 
+ 00009734  0x00001272 store  0x00000002 , 0x0000025f 
+ 00009735  0x00001273 beq  0x00000000 , 0x00002a8c 
+ 00009736  0x00001274 fetcht  0x00000002 , 0x00001400 
+ 00009737  0x00001275 add  0x00000002 , 0x00000004 , 0x00000002 
+ 00009738  0x00001276 isub  0x00000002 , 0x0000003e 
+ 00009739  0x00001277 call  0x0000274b , 0x00000005 
+ 00009740  0x00001278 branch  0x0000260d 
+ 00009741  0x0000127a bpatch  0x00000061 , 0x0000400c 
+ 00009742  0x0000127b fetcht  0x00000001 , 0x0000004c 
+ 00009743  0x0000127c fetch  0x00000001 , 0x00000180 
+ 00009744  0x0000127d compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00009745  0x0000127e setflag  0x00000001 , 0x00000006 , 0x00000002 
+ 00009746  0x0000127f nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00009747  0x00001280 storet  0x00000001 , 0x0000004c 
+ 00009748  0x00001281 nbranch  0x00002616 , 0x00000001 
+ 00009749  0x00001282 set1  0x00000001 , 0x00000000 
+ 00009750  0x00001284 bmark0  0x00000011 , 0x00002620 
+ 00009751  0x00001285 isolate1  0x00000006 , 0x00000002 
+ 00009752  0x00001286 branch  0x00002620 , 0x00000001 
+ 00009753  0x00001287 fetch  0x00000002 , 0x000000fa 
+ 00009754  0x00001288 increase  0x00000001 , 0x0000003f 
+ 00009755  0x00001289 store  0x00000002 , 0x000000fa 
+ 00009756  0x0000128a set1  0x00000005 , 0x00000000 
+ 00009757  0x0000128b set0  0x00000007 , 0x00000002 
+ 00009758  0x0000128c set0  0x00000001 , 0x00000000 
+ 00009759  0x0000128d storet  0x00000001 , 0x0000004c 
+ 00009760  0x0000128f bpatch  0x00000062 , 0x0000400c 
+ 00009761  0x00001290 fetcht  0x00000001 , 0x0000015e 
+ 00009762  0x00001291 fetch  0x00000001 , 0x00000047 
+ 00009763  0x00001292 set1  0x00000005 , 0x0000003f 
+ 00009764  0x00001293 isolate1  0x00000002 , 0x00000002 
+ 00009765  0x00001294 setflag  0x00000001 , 0x00000002 , 0x0000003f 
+ 00009766  0x00001295 isolate1  0x0000000a , 0x00000000 
+ 00009767  0x00001296 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00009768  0x00001297 store  0x00000001 , 0x00000047 
+ 00009769  0x00001298 fetch  0x00000002 , 0x0000015f 
+ 00009770  0x00001299 nbranch  0x0000264d , 0x00000034 
+ 00009771  0x0000129a fetch  0x00000001 , 0x0000004c 
+ 00009772  0x0000129b set0  0x00000007 , 0x0000003f 
+ 00009773  0x0000129c store  0x00000001 , 0x0000004c 
+ 00009774  0x0000129d fetch  0x00000001 , 0x00000180 
+ 00009775  0x0000129e compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00009776  0x000012a0 branch  0x0000264d 
+ 00009777  0x000012a3 bpatch  0x00000063 , 0x0000400c 
+ 00009778  0x000012a4 disable  0x0000002d 
+ 00009779  0x000012a5 fetch  0x00000002 , 0x0000001a 
+ 00009780  0x000012a6 increase  0x00000001 , 0x0000003f 
+ 00009781  0x000012a7 store  0x00000002 , 0x0000001a 
+ 00009782  0x000012a8 branch  0x0000264d 
+ 00009783  0x000012aa fetch  0x00000002 , 0x0000001c 
+ 00009784  0x000012ab increase  0x00000001 , 0x0000003f 
+ 00009785  0x000012ac store  0x00000002 , 0x0000001c 
+ 00009786  0x000012ad call  0x0000263e 
+ 00009787  0x000012ae bmark0  0x00000011 , 0x0000263d 
+ 00009788  0x000012af set1  0x00000005 , 0x00000000 
+ 00009789  0x000012b1 branch  0x0000264d 
+ 00009790  0x000012b4 bpatch  0x00000064 , 0x0000400c 
+ 00009791  0x000012b5 fetch  0x00000001 , 0x00000180 
+ 00009792  0x000012b6 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00009793  0x000012b7 nbranch  0x00002646 , 0x00000001 
+ 00009794  0x000012b9 fetcht  0x00000001 , 0x0000004c 
+ 00009795  0x000012ba set0  0x00000006 , 0x00000002 
+ 00009796  0x000012bb storet  0x00000001 , 0x0000004c 
+ 00009797  0x000012bc rtn 
+ 00009798  0x000012c0 fetcht  0x00000001 , 0x0000004c 
+ 00009799  0x000012c1 set0  0x00000007 , 0x00000002 
+ 00009800  0x000012c2 storet  0x00000001 , 0x0000004c 
+ 00009801  0x000012c3 branch  0x00004c0b 
+ 00009802  0x000012c6 fetch  0x00000001 , 0x00000047 
+ 00009803  0x000012c7 set1  0x00000005 , 0x0000003f 
+ 00009804  0x000012c8 store  0x00000001 , 0x00000047 
+ 00009805  0x000012ca bpatch  0x00000065 , 0x0000400c 
+ 00009806  0x000012cb disable  0x0000001d 
+ 00009807  0x000012cc disable  0x0000001c 
+ 00009808  0x000012cd disable  0x0000000d 
+ 00009809  0x000012ce disable  0x0000000c 
+ 00009810  0x000012cf disable  0x00000009 
+ 00009811  0x000012d0 disable  0x0000000e 
+ 00009812  0x000012d1 disable  0x00000007 
+ 00009813  0x000012d2 branch  0x000028f9 , 0x00000021 
+ 00009814  0x000012d3 until  0x0000003e , 0x00000027 
+ 00009815  0x000012d4 nop  0x00000064 
+ 00009816  0x000012d5 branch  0x000028f9 
+ 00009817  0x000012d8 bpatch  0x00000066 , 0x0000400c 
+ 00009818  0x000012d9 enable  0x00000009 
+ 00009819  0x000012da enable  0x0000000c 
+ 00009820  0x000012db parse  0x00000003 , 0x00000000 , 0x00000048 
+ 00009821  0x000012dc isolate1  0x0000003a , 0x0000003f 
+ 00009822  0x000012dd setflag  0x00000001 , 0x00000000 , 0x00000000 
+ 00009823  0x000012de copy  0x00000020 , 0x00000002 
+ 00009824  0x000012df ialigned  0x00000020 
+ 00009825  0x000012e0 ialigned  0x0000001e 
+ 00009826  0x000012e1 pulse  0x00000015 
+ 00009827  0x000012e2 setsect  0x00000002 , 0x000fffff 
+ 00009828  0x000012e3 setsect  0x00000003 , 0x0000ffff 
+ 00009829  0x000012e4 nop  0x00000020 
+ 00009830  0x000012e5 iverify  0x0000000d 
+ 00009831  0x000012e6 deposit  0x0000002c 
+ 00009832  0x000012e7 store  0x00000003 , 0x00000178 
+ 00009833  0x000012e8 deposit  0x0000002d 
+ 00009834  0x000012e9 store  0x00000001 , 0x0000017b 
+ 00009835  0x000012ea copy  0x00000002 , 0x00000020 
+ 00009836  0x000012eb branch  0x0000266e , 0x00000001 
+ 00009837  0x000012ec branch  0x0000263d 
+ 00009838  0x000012ee bpatch  0x00000067 , 0x0000400c 
+ 00009839  0x000012ef parse  0x00000003 , 0x00000000 , 0x00000048 
+ 00009840  0x000012f0 ialigned  0x0000001f 
+ 00009841  0x000012f1 ialigned  0x00000004 
+ 00009842  0x000012f2 ialigned  0x0000002e 
+ 00009843  0x000012f3 ialigned  0x00000012 
+ 00009844  0x000012f4 force  0x00000000 , 0x0000003f 
+ 00009845  0x000012f5 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00009846  0x000012f6 branch  0x0000263d , 0x00000006 
+ 00009847  0x000012f7 setarg  0x0ffffffc 
+ 00009848  0x000012f8 iand  0x00000012 , 0x0000003f 
+ 00009849  0x000012f9 store  0x00000004 , 0x00000165 
+ 00009850  0x000012fa deposit  0x0000001d 
+ 00009851  0x000012fb store  0x00000003 , 0x00000175 
+ 00009852  0x000012fc deposit  0x0000001c 
+ 00009853  0x000012fd store  0x00000001 , 0x00000173 
+ 00009854  0x000012fe deposit  0x00000004 
+ 00009855  0x000012ff store  0x00000001 , 0x00000174 
+ 00009856  0x00001300 deposit  0x0000002e 
+ 00009857  0x00001301 store  0x00000002 , 0x0000017c 
+ 00009858  0x00001302 deposit  0x00000021 
+ 00009859  0x00001303 inject  0x00000001 , 0x00000020 
+ 00009860  0x00001304 compare  0x00000002 , 0x00000001 , 0x0000000f 
+ 00009861  0x00001305 setflag  0x00000001 , 0x0000000b , 0x00000000 
+ 00009862  0x00001306 branch  0x0000264d 
+ 00009863  0x00001309 bpatch  0x00000068 , 0x0000400d 
+ 00009864  0x0000130a fetch  0x00000001 , 0x00000047 
+ 00009865  0x0000130b rtnbit0  0x00000003 
+ 00009866  0x0000130c set0  0x00000003 , 0x0000003f 
+ 00009867  0x0000130d setflip  0x00000006 , 0x0000003f 
+ 00009868  0x0000130e store  0x00000001 , 0x00000047 
+ 00009869  0x0000130f fetch  0x00000001 , 0x000040c5 
+ 00009870  0x00001310 beq  0x00000013 , 0x0000269c 
+ 00009871  0x00001311 rtneq  0x00000007 
+ 00009872  0x00001312 fetch  0x00000001 , 0x0000004b 
+ 00009873  0x00001313 rtnbit0  0x00000006 , 0x0000003f 
+ 00009874  0x00001314 set0  0x00000006 , 0x0000003f 
+ 00009875  0x00001315 set1  0x00000007 , 0x0000003f 
+ 00009876  0x00001316 store  0x00000001 , 0x0000004b 
+ 00009877  0x00001317 set0  0x00000002 , 0x00000000 
+ 00009878  0x00001318 fetch  0x00000002 , 0x00004246 
+ 00009879  0x00001319 nrtn  0x00000034 
+ 00009880  0x0000131a fetch  0x00000001 , 0x0000004b 
+ 00009881  0x0000131b set0  0x00000007 , 0x0000003f 
+ 00009882  0x0000131c store  0x00000001 , 0x0000004b 
+ 00009883  0x0000131d branch  0x0000525d 
+ 00009884  0x00001320 bpatch  0x00000069 , 0x0000400d 
+ 00009885  0x00001321 fetch  0x00000001 , 0x000004b7 
+ 00009886  0x00001322 rshift  0x0000003f , 0x0000003f 
+ 00009887  0x00001323 beq  0x00000011 , 0x000026b8 
+ 00009888  0x00001324 beq  0x00000012 , 0x000026c0 
+ 00009889  0x00001325 beq  0x00000018 , 0x000026e9 
+ 00009890  0x00001326 beq  0x0000007f , 0x000026a8 
+ 00009891  0x00001327 rtnne  0x00000003 
+ 00009892  0x00001328 fetch  0x00000001 , 0x000004b8 
+ 00009893  0x00001329 beq  0x0000002b , 0x000026b0 
+ 00009894  0x0000132a beq  0x00000011 , 0x000026ab 
+ 00009895  0x0000132b rtn 
+ 00009896  0x0000132e fetch  0x00000001 , 0x000004b8 
+ 00009897  0x0000132f set1  0x00000007 , 0x0000003f 
+ 00009898  0x00001330 rtn 
+ 00009899  0x00001332 rtn  0x00000029 
+ 00009900  0x00001333 fetch  0x00000001 , 0x00000030 
+ 00009901  0x00001334 rtnbit1  0x00000004 
+ 00009902  0x00001335 jam  0x00000031 , 0x0000007c 
+ 00009903  0x00001336 rtn 
+ 00009904  0x0000133a rtn  0x00000029 
+ 00009905  0x0000133b fetch  0x00000001 , 0x00000031 
+ 00009906  0x0000133c isolate1  0x00000004 , 0x0000003f 
+ 00009907  0x0000133d branch  0x000026b5 , 0x00000001 
+ 00009908  0x0000133f rtn 
+ 00009909  0x00001341 set0  0x00000004 , 0x0000003f 
+ 00009910  0x00001342 store  0x00000001 , 0x00000031 
+ 00009911  0x00001343 rtn 
+ 00009912  0x00001346 bpatch  0x0000006a , 0x0000400d 
+ 00009913  0x00001347 fetch  0x00000001 , 0x0000004c 
+ 00009914  0x00001348 set1  0x00000002 , 0x0000003f 
+ 00009915  0x00001349 store  0x00000001 , 0x0000004c 
+ 00009916  0x0000134a jam  0x00000001 , 0x00008011 
+ 00009917  0x0000134b fetch  0x00000001 , 0x00000030 
+ 00009918  0x0000134c isolate1  0x00000004 , 0x0000003f 
+ 00009919  0x0000134d rtn 
+ 00009920  0x00001350 bpatch  0x0000006b , 0x0000400d 
+ 00009921  0x00001351 fetch  0x00000001 , 0x0000004c 
+ 00009922  0x00001352 set0  0x00000002 , 0x0000003f 
+ 00009923  0x00001353 store  0x00000001 , 0x0000004c 
+ 00009924  0x00001354 jam  0x00000000 , 0x00008011 
+ 00009925  0x00001355 rtn 
+ 00009926  0x00001359 bpatch  0x0000006c , 0x0000400d 
+ 00009927  0x0000135a copy  0x00000022 , 0x0000003f 
+ 00009928  0x0000135b store  0x00000004 , 0x0000420c 
+ 00009929  0x0000135c add  0x00000022 , 0x00000003 , 0x00000011 
+ 00009930  0x0000135d branch  0x000026cc , 0x00000029 
+ 00009931  0x0000135e add  0x00000028 , 0x00000003 , 0x00000011 
+ 00009932  0x00001360 fetcht  0x00000002 , 0x00000032 
+ 00009933  0x00001361 deposit  0x00000011 
+ 00009934  0x00001362 set0  0x0000001b , 0x0000003f 
+ 00009935  0x00001363 idiv  0x00000002 
+ 00009936  0x00001364 fetch  0x00000002 , 0x00000075 
+ 00009937  0x00001365 call  0x00007f86 
+ 00009938  0x00001366 remainder  0x00000013 
+ 00009939  0x00001367 isub  0x00000013 , 0x0000003f 
+ 00009940  0x00001368 branch  0x000026d6 , 0x00000002 
+ 00009941  0x00001369 iadd  0x00000002 , 0x0000003f 
+ 00009942  0x0000136b iadd  0x00000011 , 0x0000003f 
+ 00009943  0x0000136c store  0x00000004 , 0x00000034 
+ 00009944  0x0000136d jam  0x00000000 , 0x0000455b 
+ 00009945  0x0000136e fetch  0x00000001 , 0x00000030 
+ 00009946  0x0000136f set1  0x00000001 , 0x0000003f 
+ 00009947  0x00001370 store  0x00000001 , 0x00000030 
+ 00009948  0x00001371 fetch  0x00000001 , 0x00000073 
+ 00009949  0x00001372 store  0x00000001 , 0x0000008a 
+ 00009950  0x00001373 setarg  0x00000000 
+ 00009951  0x00001374 store  0x00000003 , 0x00004169 
+ 00009952  0x00001375 store  0x00000003 , 0x0000416c 
+ 00009953  0x00001376 store  0x00000001 , 0x00004159 
+ 00009954  0x00001377 jam  0x0000000b , 0x00000a99 
+ 00009955  0x00001378 call  0x00007d86 
+ 00009956  0x00001379 fetch  0x00000002 , 0x000040c1 
+ 00009957  0x0000137a store  0x00000002 , 0x0000003e 
+ 00009958  0x0000137b nrtn  0x00000029 
+ 00009959  0x0000137c add  0x00000004 , 0xffffffff , 0x00000007 
+ 00009960  0x0000137d rtn 
+ 00009961  0x00001380 bpatch  0x0000006d , 0x0000400d 
+ 00009962  0x00001381 fetch  0x00000001 , 0x00000030 
+ 00009963  0x00001382 rtnbit0  0x00000001 
+ 00009964  0x00001383 set0  0x00000001 , 0x0000003f 
+ 00009965  0x00001384 store  0x00000001 , 0x00000030 
+ 00009966  0x00001385 fetch  0x00000002 , 0x000040bf 
+ 00009967  0x00001386 store  0x00000002 , 0x0000003e 
+ 00009968  0x00001387 disable  0x0000002b 
+ 00009969  0x00001388 jam  0x0000000c , 0x00000a99 
+ 00009970  0x00001389 branch  0x00007d86 
+ 00009971  0x0000138d bpatch  0x0000006e , 0x0000400d 
+ 00009972  0x0000138e enable  0x0000002e 
+ 00009973  0x0000138f fetch  0x00000001 , 0x00000030 
+ 00009974  0x00001390 bbit1  0x00000001 , 0x00002700 
+ 00009975  0x00001391 rtnmark1  0x00000011 
+ 00009976  0x00001392 fetch  0x00000001 , 0x00000047 
+ 00009977  0x00001393 rtnbit1  0x00000003 
+ 00009978  0x00001394 fetch  0x00000001 , 0x00000048 
+ 00009979  0x00001395 nrtn  0x00000034 
+ 00009980  0x00001396 fetch  0x00000001 , 0x0000004b 
+ 00009981  0x00001397 rtnbit1  0x00000006 
+ 00009982  0x00001399 force  0x00000000 , 0x0000003f 
+ 00009983  0x0000139a rtn 
+ 00009984  0x0000139d bbit0  0x00000002 , 0x0000270f 
+ 00009985  0x0000139e fetch  0x00000001 , 0x0000008a 
+ 00009986  0x0000139f beq  0x00000002 , 0x00002706 
+ 00009987  0x000013a0 fetch  0x00000001 , 0x00000047 
+ 00009988  0x000013a1 bbit1  0x00000003 , 0x00002718 
+ 00009989  0x000013a2 bmark0  0x00000008 , 0x00002718 
+ 00009990  0x000013a4 nbranch  0x00002718 , 0x00000029 
+ 00009991  0x000013a5 fetch  0x00000001 , 0x00000048 
+ 00009992  0x000013a6 nbranch  0x00002718 , 0x00000034 
+ 00009993  0x000013a8 fetch  0x00000001 , 0x000000ef 
+ 00009994  0x000013a9 increase  0xffffffff , 0x0000003f 
+ 00009995  0x000013aa store  0x00000001 , 0x000000ef 
+ 00009996  0x000013ab nbranch  0x000026fe , 0x00000034 
+ 00009997  0x000013ac jam  0x00000010 , 0x000000ef 
+ 00009998  0x000013ad branch  0x00002718 
+ 00009999  0x000013b5 fetch  0x00000001 , 0x0000008a 
+ 00010000  0x000013b6 bne  0x00000001 , 0x00002718 
+ 00010001  0x000013b7 fetch  0x00000001 , 0x0000008b 
+ 00010002  0x000013b8 branch  0x00002718 , 0x00000034 
+ 00010003  0x000013b9 increase  0xffffffff , 0x0000003f 
+ 00010004  0x000013ba store  0x00000001 , 0x0000008b 
+ 00010005  0x000013bb fetch  0x00000001 , 0x00000047 
+ 00010006  0x000013bc rtnbit1  0x00000003 
+ 00010007  0x000013bd nrtn  0x0000002d 
+ 00010008  0x000013bf fetch  0x00000001 , 0x0000008a 
+ 00010009  0x000013c0 increase  0xffffffff , 0x0000003f 
+ 00010010  0x000013c1 store  0x00000001 , 0x0000008a 
+ 00010011  0x000013c2 rtn 
+ 00010012  0x000013ce bpatch  0x0000006f , 0x0000400d 
+ 00010013  0x000013cf disable  0x00000010 
+ 00010014  0x000013d0 copy  0x00000002 , 0x0000001b 
+ 00010015  0x000013d1 call  0x00002260 
+ 00010016  0x000013d2 disable  0x00000028 
+ 00010017  0x000013d3 nrtn  0x00000005 
+ 00010018  0x000013d4 force  0x00000000 , 0x0000001b 
+ 00010019  0x000013d5 enable  0x00000028 
+ 00010020  0x000013d6 rtn 
+ 00010021  0x000013da fetch  0x00000001 , 0x00004158 
+ 00010022  0x000013db icompare  0x000000ff , 0x00000004 
+ 00010023  0x000013dc rtn 
+ 00010024  0x000013e0 bpatch  0x00000070 , 0x0000400e 
+ 00010025  0x000013e1 set0  0x00000001 , 0x00000000 
+ 00010026  0x000013e3 jam  0x00000000 , 0x0000026a 
+ 00010027  0x000013e4 fetch  0x00000001 , 0x00000263 
+ 00010028  0x000013e5 rtn  0x00000034 
+ 00010029  0x000013e6 isolate1  0x00000000 , 0x0000003f 
+ 00010030  0x000013e7 arg  0x00001000 , 0x00000006 
+ 00010031  0x000013e8 call  0x00004d79 , 0x00000001 
+ 00010032  0x000013e9 bpatch  0x00000071 , 0x0000400e 
+ 00010033  0x000013ea fetch  0x00000001 , 0x0000026a 
+ 00010034  0x000013eb beq  0x00000001 , 0x0000273b 
+ 00010035  0x000013ed jam  0x00000000 , 0x0000026a 
+ 00010036  0x000013ee fetch  0x00000001 , 0x00000263 
+ 00010037  0x000013ef rtnbit0  0x00000001 
+ 00010038  0x000013f0 arg  0x00001400 , 0x00000006 
+ 00010039  0x000013f1 call  0x00004d79 
+ 00010040  0x000013f2 fetch  0x00000001 , 0x0000026a 
+ 00010041  0x000013f3 beq  0x00000001 , 0x00002741 
+ 00010042  0x000013f4 rtn 
+ 00010043  0x000013f7 fetch  0x00000001 , 0x00000263 
+ 00010044  0x000013f8 set0  0x00000000 , 0x0000003f 
+ 00010045  0x000013f9 store  0x00000001 , 0x00000263 
+ 00010046  0x000013fa setarg  0x00000000 
+ 00010047  0x000013fb store  0x00000002 , 0x0000025d 
+ 00010048  0x000013fc rtn 
+ 00010049  0x000013fe fetch  0x00000001 , 0x00000263 
+ 00010050  0x000013ff set0  0x00000001 , 0x0000003f 
+ 00010051  0x00001400 store  0x00000001 , 0x00000263 
+ 00010052  0x00001401 setarg  0x00000000 
+ 00010053  0x00001402 store  0x00000002 , 0x0000025f 
+ 00010054  0x00001403 rtn 
+ 00010055  0x00001406 fetch  0x00000001 , 0x00000263 
+ 00010056  0x00001407 set1  0x00000000 , 0x0000003f 
+ 00010057  0x00001408 store  0x00000001 , 0x00000263 
+ 00010058  0x00001409 rtn 
+ 00010059  0x0000140c fetch  0x00000001 , 0x00000263 
+ 00010060  0x0000140d set1  0x00000001 , 0x0000003f 
+ 00010061  0x0000140e store  0x00000001 , 0x00000263 
+ 00010062  0x0000140f rtn 
+ 00010063  0x00001416 bpatch  0x00000072 , 0x0000400e 
+ 00010064  0x00001417 add  0x00000028 , 0x00000001 , 0x00000021 
+ 00010065  0x00001418 call  0x000028ea 
+ 00010066  0x00001419 force  0x00000003 , 0x00000024 
+ 00010067  0x0000141a call  0x000028d2 
+ 00010068  0x0000141b call  0x00002a51 
+ 00010069  0x0000141c call  0x00002a5f 
+ 00010070  0x0000141d branch  0x00002a64 
+ 00010071  0x00001421 bpatch  0x00000073 , 0x0000400e 
+ 00010072  0x00001422 call  0x00002a4d 
+ 00010073  0x00001423 deposit  0x00000028 
+ 00010074  0x00001424 fetcht  0x00000004 , 0x000040ca 
+ 00010075  0x00001425 isub  0x00000002 , 0x0000003f 
+ 00010076  0x00001426 rtnne  0x00000001 
+ 00010077  0x00001427 compare  0x00000000 , 0x00000001 , 0x0000001f 
+ 00010078  0x00001428 nbranch  0x00002761 , 0x00000001 
+ 00010079  0x00001429 fetch  0x00000001 , 0x00000019 
+ 00010080  0x0000142a rtn  0x00000034 
+ 00010081  0x0000142c call  0x0000274f 
+ 00010082  0x0000142e compare  0x00000010 , 0x00000001 , 0x0000001f 
+ 00010083  0x0000142f branch  0x0000264d , 0x00000001 
+ 00010084  0x00001430 rshift  0x00000021 , 0x00000002 
+ 00010085  0x00001431 or  0x00000002 , 0x00000040 , 0x0000000e 
+ 00010086  0x00001433 bpatch  0x00000074 , 0x0000400e 
+ 00010087  0x00001434 enable  0x00000007 
+ 00010088  0x00001435 enable  0x0000000a 
+ 00010089  0x00001436 enable  0x0000001b 
+ 00010090  0x00001437 set0  0x00000010 , 0x00000000 
+ 00010091  0x00001438 deposit  0x00000004 
+ 00010092  0x00001439 inject  0x00000003 , 0x00000003 
+ 00010093  0x0000143a deposit  0x00000001 
+ 00010094  0x0000143b inject  0x00000003 , 0x00000004 
+ 00010095  0x0000143c fetch  0x00000001 , 0x00000047 
+ 00010096  0x0000143d inject  0x00000000 , 0x00000004 
+ 00010097  0x0000143e inject  0x00000003 , 0x00000003 
+ 00010098  0x0000143f enable  0x00000008 
+ 00010099  0x00001440 inject  0x00000003 , 0x00000008 
+ 00010100  0x00001441 disable  0x0000001b 
+ 00010101  0x00001442 disable  0x00000008 
+ 00010102  0x00001443 disable  0x0000000a 
+ 00010103  0x00001444 set0  0x00000002 , 0x00000015 
+ 00010104  0x00001445 arg  0x00000000 , 0x00000002 
+ 00010105  0x00001446 call  0x00002a1c 
+ 00010106  0x00001447 bpatch  0x00000075 , 0x0000400e 
+ 00010107  0x00001448 and  0x00000001 , 0x0000001f , 0x0000003f 
+ 00010108  0x00001449 beq  0x00000013 , 0x000027b4 
+ 00010109  0x0000144a beq  0x00000000 , 0x0000264d 
+ 00010110  0x0000144b beq  0x00000001 , 0x0000264d 
+ 00010111  0x0000144c beq  0x00000002 , 0x00002797 
+ 00010112  0x0000144d beq  0x00000003 , 0x000027c5 
+ 00010113  0x0000144e beq  0x00000004 , 0x000027cb 
+ 00010114  0x0000144f beq  0x00000007 , 0x0000278c 
+ 00010115  0x00001450 beq  0x00000008 , 0x000027ca 
+ 00010116  0x00001451 arg  0x00000004 , 0x00000002 
+ 00010117  0x00001452 call  0x00002a1c 
+ 00010118  0x00001453 beq  0x0000000a , 0x000027c7 
+ 00010119  0x00001454 beq  0x0000000b , 0x000027cd 
+ 00010120  0x00001455 arg  0x00000008 , 0x00000002 
+ 00010121  0x00001456 call  0x00002a1c 
+ 00010122  0x00001457 beq  0x0000000f , 0x000027cd 
+ 00010123  0x00001458 branch  0x000027c7 
+ 00010124  0x0000145c bpatch  0x00000076 , 0x0000400e 
+ 00010125  0x0000145d enable  0x0000001d 
+ 00010126  0x0000145e enable  0x00000009 
+ 00010127  0x0000145f enable  0x0000000e 
+ 00010128  0x00001460 force  0x0000001e , 0x00000039 
+ 00010129  0x00001461 arg  0x000000b3 , 0x00000006 
+ 00010130  0x00001463 ifetch  0x00000001 , 0x00000006 
+ 00010131  0x00001464 inject  0x00000003 , 0x00000008 
+ 00010132  0x00001465 loop  0x00002792 
+ 00010133  0x00001466 bmark1  0x00000007 , 0x000027f7 
+ 00010134  0x00001467 branch  0x0000264d 
+ 00010135  0x0000146a bpatch  0x00000077 , 0x0000400e 
+ 00010136  0x0000146b fetch  0x00000001 , 0x00000181 
+ 00010137  0x0000146c icopy  0x00000004 
+ 00010138  0x0000146d fetch  0x00000001 , 0x00000090 
+ 00010139  0x0000146e icopy  0x0000001c 
+ 00010140  0x0000146f fetch  0x00000003 , 0x000040aa 
+ 00010141  0x00001470 icopy  0x0000001d 
+ 00010142  0x00001471 fetch  0x00000002 , 0x000040a4 
+ 00010143  0x00001472 icopy  0x0000002e 
+ 00010144  0x00001473 enable  0x00000009 
+ 00010145  0x00001474 enable  0x0000001c 
+ 00010146  0x00001475 copy  0x00000020 , 0x00000011 
+ 00010147  0x00001476 call  0x000028e2 
+ 00010148  0x00001477 pulse  0x00000015 
+ 00010149  0x00001478 nop  0x00000020 
+ 00010150  0x00001479 copy  0x00000021 , 0x0000000b 
+ 00010151  0x0000147a fetch  0x00000004 , 0x00000161 
+ 00010152  0x0000147b icopy  0x00000021 
+ 00010153  0x0000147c preload  0x0000001e 
+ 00010154  0x0000147d set1  0x0000003a , 0x0000003f 
+ 00010155  0x0000147e inject  0x00000003 , 0x00000048 
+ 00010156  0x0000147f preload  0x0000001f 
+ 00010157  0x00001480 inject  0x00000003 , 0x00000048 
+ 00010158  0x00001481 copy  0x0000000b , 0x00000021 
+ 00010159  0x00001482 copy  0x00000011 , 0x00000020 
+ 00010160  0x00001483 enable  0x00000008 
+ 00010161  0x00001484 inject  0x00000003 , 0x00000010 
+ 00010162  0x00001485 disable  0x00000008 
+ 00010163  0x00001486 branch  0x0000264d 
+ 00010164  0x00001489 bpatch  0x00000078 , 0x0000400f 
+ 00010165  0x0000148a enable  0x0000000e 
+ 00010166  0x0000148b enable  0x00000009 
+ 00010167  0x0000148c enable  0x0000001c 
+ 00010168  0x0000148d fetch  0x00000001 , 0x000004b6 
+ 00010169  0x0000148e and  0x0000003f , 0x000001f8 , 0x00000002 
+ 00010170  0x0000148f arg  0x000004b6 , 0x00000006 
+ 00010171  0x00001490 increase  0x00000008 , 0x00000002 
+ 00010172  0x00001492 add  0x00000002 , 0xffffffb8 , 0x00000013 
+ 00010173  0x00001493 nbranch  0x000027c2 , 0x00000002 
+ 00010174  0x00001494 ifetch  0x00000009 , 0x00000006 
+ 00010175  0x00001495 inject  0x00000003 , 0x00000048 
+ 00010176  0x00001496 copy  0x00000013 , 0x00000002 
+ 00010177  0x00001497 branch  0x000027bc 
+ 00010178  0x00001499 ifetch  0x00000009 , 0x00000006 
+ 00010179  0x0000149a iinject  0x00000003 , 0x00000002 
+ 00010180  0x0000149b branch  0x000027f7 
+ 00010181  0x0000149e enable  0x0000001c 
+ 00010182  0x0000149f branch  0x000027d0 
+ 00010183  0x000014a2 enable  0x0000001c 
+ 00010184  0x000014a3 set1  0x00000010 , 0x00000000 
+ 00010185  0x000014a4 branch  0x000027d0 
+ 00010186  0x000014a7 set1  0x00000002 , 0x00000015 
+ 00010187  0x000014a9 enable  0x0000001d 
+ 00010188  0x000014aa branch  0x000027d0 
+ 00010189  0x000014ae set1  0x00000002 , 0x00000015 
+ 00010190  0x000014af enable  0x0000001d 
+ 00010191  0x000014b0 set1  0x00000010 , 0x00000000 
+ 00010192  0x000014b3 bpatch  0x00000079 , 0x0000400f 
+ 00010193  0x000014b4 fetch  0x00000001 , 0x0000004c 
+ 00010194  0x000014b5 bbit0  0x00000005 , 0x000027e5 
+ 00010195  0x000014b6 sub  0x00000001 , 0x00000003 , 0x0000003e 
+ 00010196  0x000014b7 branch  0x000027e5 , 0x00000002 
+ 00010197  0x000014b8 disable  0x0000000e 
+ 00010198  0x000014b9 disable  0x0000001c 
+ 00010199  0x000014ba enable  0x0000001d 
+ 00010200  0x000014bb disable  0x00000007 
+ 00010201  0x000014bc set1  0x00000001 , 0x00000015 
+ 00010202  0x000014bd isolate1  0x00000002 , 0x00000015 
+ 00010203  0x000014be branch  0x000027df , 0x00000001 
+ 00010204  0x000014bf setarg  0x000abeee 
+ 00010205  0x000014c0 inject  0x00000003 , 0x00000014 
+ 00010206  0x000014c1 branch  0x000027e3 
+ 00010207  0x000014c3 setarg  0x005faeba 
+ 00010208  0x000014c4 inject  0x00000003 , 0x00000018 
+ 00010209  0x000014c5 setarg  0x00000012 
+ 00010210  0x000014c6 inject  0x00000003 , 0x00000006 
+ 00010211  0x000014c8 enable  0x00000007 
+ 00010212  0x000014c9 set1  0x00000010 , 0x00000000 
+ 00010213  0x000014cb enable  0x0000000e 
+ 00010214  0x000014cc enable  0x00000009 
+ 00010215  0x000014cd bmark1  0x00000005 , 0x00002800 
+ 00010216  0x000014ce fetch  0x00000001 , 0x000041db 
+ 00010217  0x000014cf inject  0x00000003 , 0x00000003 
+ 00010218  0x000014d0 fetch  0x00000002 , 0x000041dc 
+ 00010219  0x000014d1 iforce  0x00000039 
+ 00010220  0x000014d2 bmark1  0x00000010 , 0x000027ef 
+ 00010221  0x000014d3 inject  0x00000003 , 0x00000005 
+ 00010222  0x000014d4 branch  0x000027f0 
+ 00010223  0x000014d6 inject  0x00000003 , 0x0000000d 
+ 00010224  0x000014d8 deposit  0x00000039 
+ 00010225  0x000014d9 branch  0x000027f7 , 0x00000034 
+ 00010226  0x000014da fetch  0x00000002 , 0x0000016f 
+ 00010227  0x000014db iforce  0x00000006 
+ 00010228  0x000014dd ifetch  0x00000001 , 0x00000006 
+ 00010229  0x000014de inject  0x00000003 , 0x00000008 
+ 00010230  0x000014df loop  0x000027f4 
+ 00010231  0x000014e3 enable  0x00000008 
+ 00010232  0x000014e4 inject  0x00000003 , 0x00000010 
+ 00010233  0x000014e5 disable  0x00000008 
+ 00010234  0x000014e6 call  0x000024c1 
+ 00010235  0x000014e7 fetch  0x00000001 , 0x0000004c 
+ 00010236  0x000014e8 bbit0  0x00000005 , 0x0000264d 
+ 00010237  0x000014e9 force  0x00000000 , 0x0000003f 
+ 00010238  0x000014ea inject  0x00000003 , 0x00000006 
+ 00010239  0x000014eb branch  0x0000264d 
+ 00010240  0x000014ef bpatch  0x0000007a , 0x0000400f 
+ 00010241  0x000014f0 bmark1  0x00000010 , 0x00002808 
+ 00010242  0x000014f2 fetch  0x00000001 , 0x00000180 
+ 00010243  0x000014f3 inject  0x00000003 , 0x00000003 
+ 00010244  0x000014f4 fetch  0x00000001 , 0x0000015f 
+ 00010245  0x000014f5 iforce  0x00000013 
+ 00010246  0x000014f6 inject  0x00000003 , 0x00000005 
+ 00010247  0x000014f7 branch  0x0000280d 
+ 00010248  0x000014f9 fetch  0x00000001 , 0x00000180 
+ 00010249  0x000014fa inject  0x00000003 , 0x00000003 
+ 00010250  0x000014fb fetch  0x00000002 , 0x0000015f 
+ 00010251  0x000014fc iforce  0x00000013 
+ 00010252  0x000014fd inject  0x00000003 , 0x0000000d 
+ 00010253  0x000014ff arg  0x00000551 , 0x00000006 
+ 00010254  0x00001501 copy  0x00000013 , 0x0000003e 
+ 00010255  0x00001502 branch  0x00002814 , 0x00000005 
+ 00010256  0x00001503 ifetch  0x00000001 , 0x00000006 
+ 00010257  0x00001504 inject  0x00000003 , 0x00000008 
+ 00010258  0x00001505 increase  0xffffffff , 0x00000013 
+ 00010259  0x00001506 branch  0x0000280e 
+ 00010260  0x00001508 fetch  0x00000002 , 0x000000fc 
+ 00010261  0x00001509 increase  0x00000001 , 0x0000003f 
+ 00010262  0x0000150a store  0x00000002 , 0x000000fc 
+ 00010263  0x0000150b branch  0x000027f7 
+ 00010264  0x0000150f fetch  0x00000004 , 0x00000165 
+ 00010265  0x00001510 add  0x0000003f , 0x00000007 , 0x00000011 
+ 00010266  0x00001511 fetch  0x00000002 , 0x00000171 
+ 00010267  0x00001512 nbranch  0x0000281e , 0x00000034 
+ 00010268  0x00001513 increase  0xfffffffd , 0x00000011 
+ 00010269  0x00001514 branch  0x00002826 
+ 00010270  0x00001516 mul32  0x0000003f , 0x0000000c , 0x0000003f 
+ 00010271  0x00001517 hfetcht  0x00000002 , 0x00008040 
+ 00010272  0x00001518 increase  0x00000001 , 0x00000002 
+ 00010273  0x0000151a isub  0x00000002 , 0x0000003f 
+ 00010274  0x0000151b nbranch  0x00002825 , 0x00000002 
+ 00010275  0x0000151c increase  0xffffffff , 0x00000011 
+ 00010276  0x0000151d branch  0x00002821 
+ 00010277  0x0000151f sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00010278  0x00001521 until  0x0000003e , 0x00000023 
+ 00010279  0x00001522 compare  0x00000000 , 0x00000022 , 0x00000003 
+ 00010280  0x00001523 nbranch  0x00002826 , 0x00000001 
+ 00010281  0x00001524 iforce  0x00000029 
+ 00010282  0x00001525 copy  0x00000011 , 0x00000028 
+ 00010283  0x00001526 iforce  0x00000029 
+ 00010284  0x00001527 rtn 
+ 00010285  0x0000152b bpatch  0x0000007b , 0x0000400f 
+ 00010286  0x0000152c until  0x0000003e , 0x00000022 
+ 00010287  0x0000152d deposit  0x0000001a 
+ 00010288  0x0000152e iforce  0x00000006 
+ 00010289  0x0000152f rshift16 , 0x0000003f , 0x0000003f 
+ 00010290  0x00001530 isub  0x00000022 , 0x00000039 
+ 00010291  0x00001531 and_into  0x00000003 , 0x00000039 
+ 00010292  0x00001532 nbranch  0x00002837 , 0x00000005 
+ 00010293  0x00001533 force  0x00000000 , 0x0000003f 
+ 00010294  0x00001534 branch  0x0000283b 
+ 00010295  0x00001536 arg  0x00000ea6 , 0x00000002 
+ 00010296  0x00001537 force  0x00000000 , 0x0000003f 
+ 00010297  0x00001539 iadd  0x00000002 , 0x0000003f 
+ 00010298  0x0000153a loop  0x00002839 
+ 00010299  0x0000153c iadd  0x00000006 , 0x0000003f 
+ 00010300  0x0000153d div  0x0000003f , 0x0000000c 
+ 00010301  0x0000153e call  0x00007f86 
+ 00010302  0x0000153f quotient  0x0000003f 
+ 00010303  0x00001540 store  0x00000002 , 0x00000171 
+ 00010304  0x00001541 rtn 
+ 00010305  0x00001544 bpatch  0x0000007c , 0x0000400f 
+ 00010306  0x00001545 deposit  0x0000001a 
+ 00010307  0x00001546 copy  0x00000019 , 0x00000002 
+ 00010308  0x00001547 isub  0x00000002 , 0x0000003e 
+ 00010309  0x00001548 nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
+ 00010310  0x00001549 isub  0x00000002 , 0x00000002 
+ 00010311  0x0000154a setarg  0x00000ea6 
+ 00010312  0x0000154b isolate0  0x0000000f , 0x00000002 
+ 00010313  0x0000154c branch  0x0000284c , 0x00000001 
+ 00010314  0x0000154d setarg  0xffff0ea6 
+ 00010315  0x0000154e iadd  0x00000002 , 0x00000002 
+ 00010316  0x00001550 storet  0x00000006 , 0x00000447 
+ 00010317  0x00001551 rtn  0x00000036 
+ 00010318  0x00001552 storet  0x00000006 , 0x00000038 
+ 00010319  0x00001553 rtn 
+ 00010320  0x00001556 disable  0x00000030 
+ 00010321  0x00001557 fetch  0x00000006 , 0x00000447 
+ 00010322  0x00001558 branch  0x00002854 , 0x00000036 
+ 00010323  0x00001559 fetch  0x00000006 , 0x00000038 
+ 00010324  0x0000155b iadd  0x00000019 , 0x00000030 
+ 00010325  0x0000155c increase  0x0000000a , 0x00000030 
+ 00010326  0x0000155d setarg  0x00000ea6 
+ 00010327  0x0000155e isub  0x00000030 , 0x0000003f 
+ 00010328  0x0000155f isolate0  0x0000000f , 0x0000003f 
+ 00010329  0x00001560 branch  0x0000285e , 0x00000001 
+ 00010330  0x00001561 setarg  0x0000f15a 
+ 00010331  0x00001562 iadd  0x00000030 , 0x00000030 
+ 00010332  0x00001564 copy  0x00000030 , 0x0000001a 
+ 00010333  0x00001565 rtn 
+ 00010334  0x00001567 force  0x00000000 , 0x0000003e 
+ 00010335  0x00001568 branch  0x0000285c 
+ 00010336  0x00001570 bpatch  0x0000007d , 0x0000400f 
+ 00010337  0x00001571 call  0x00002918 
+ 00010338  0x00001572 copy  0x00000021 , 0x0000003f 
+ 00010339  0x00001573 and_into  0x00000180 , 0x0000003f 
+ 00010340  0x00001574 compare  0x00000003 , 0x00000024 , 0x00000007 
+ 00010341  0x00001575 nbranch  0x00002869 , 0x00000001 
+ 00010342  0x00001576 rshift3  0x0000003f , 0x0000003f 
+ 00010343  0x00001577 iadd  0x00000017 , 0x0000003f 
+ 00010344  0x00001578 branch  0x0000286a 
+ 00010345  0x0000157a copy  0x00000017 , 0x0000003f 
+ 00010346  0x0000157c div  0x0000003f , 0x0000004f 
+ 00010347  0x0000157d pulse  0x00000015 
+ 00010348  0x0000157e call  0x00007f86 
+ 00010349  0x0000157f remainder  0x00000011 
+ 00010350  0x00001580 add  0x00000011 , 0xffffffd8 , 0x00000002 
+ 00010351  0x00001581 branch  0x00002872 , 0x00000002 
+ 00010352  0x00001582 lshift  0x00000011 , 0x00000002 
+ 00010353  0x00001583 branch  0x00002874 
+ 00010354  0x00001585 lshift  0x00000002 , 0x00000002 
+ 00010355  0x00001586 increase  0x00000001 , 0x00000002 
+ 00010356  0x00001588 bpatch  0x0000007e , 0x0000400f 
+ 00010357  0x00001589 fetch  0x00000001 , 0x00000031 
+ 00010358  0x0000158a bbit0  0x00000003 , 0x00002885 
+ 00010359  0x0000158c fetch  0x00000004 , 0x000040d2 
+ 00010360  0x0000158d isub  0x00000021 , 0x0000003e 
+ 00010361  0x0000158e branch  0x00002885 , 0x00000002 
+ 00010362  0x0000158f call  0x000028a4 
+ 00010363  0x00001590 fetch  0x00000001 , 0x000040d9 
+ 00010364  0x00001591 rtn  0x00000034 
+ 00010365  0x00001592 fetch  0x00000001 , 0x00000031 
+ 00010366  0x00001593 set1  0x00000002 , 0x0000003f 
+ 00010367  0x00001594 store  0x00000001 , 0x00000031 
+ 00010368  0x00001595 fetch  0x00000005 , 0x000040e7 
+ 00010369  0x00001596 store  0x00000005 , 0x000040da 
+ 00010370  0x00001597 ifetch  0x00000005 , 0x00000006 
+ 00010371  0x00001598 store  0x00000005 , 0x000040df 
+ 00010372  0x00001599 call  0x000028a9 
+ 00010373  0x0000159b fetch  0x00000001 , 0x00000031 
+ 00010374  0x0000159c rtnbit0  0x00000002 
+ 00010375  0x0000159d isolate1  0x00000001 , 0x00000021 
+ 00010376  0x0000159e branch  0x000028a1 , 0x00000001 
+ 00010377  0x0000159f rshift3  0x00000002 , 0x00000011 
+ 00010378  0x000015a0 and  0x00000002 , 0x00000007 , 0x00000007 
+ 00010379  0x000015a1 setarg  0x000040da 
+ 00010380  0x000015a2 iadd  0x00000011 , 0x00000011 
+ 00010381  0x000015a3 ifetch  0x00000001 , 0x00000011 
+ 00010382  0x000015a4 qisolate0  0x0000003f 
+ 00010383  0x000015a5 branch  0x00002892 , 0x00000001 
+ 00010384  0x000015a6 deposit  0x00000002 
+ 00010385  0x000015a7 branch  0x0000289e 
+ 00010386  0x000015a9 fetch  0x00000001 , 0x000040e4 
+ 00010387  0x000015aa iforce  0x00000012 
+ 00010388  0x000015ab deposit  0x00000021 
+ 00010389  0x000015ac and_into  0x00000180 , 0x0000003f 
+ 00010390  0x000015ad rshift3  0x0000003f , 0x0000003f 
+ 00010391  0x000015ae iadd  0x00000017 , 0x0000003f 
+ 00010392  0x000015af idiv  0x00000012 
+ 00010393  0x000015b0 setarg  0x000040f2 
+ 00010394  0x000015b1 call  0x00007f86 
+ 00010395  0x000015b2 remainder  0x00000011 
+ 00010396  0x000015b3 iadd  0x00000011 , 0x00000006 
+ 00010397  0x000015b4 ifetch  0x00000001 , 0x00000006 
+ 00010398  0x000015b6 store  0x00000001 , 0x000040e5 
+ 00010399  0x000015b7 iforce  0x00000002 
+ 00010400  0x000015b8 rtn 
+ 00010401  0x000015bb fetch  0x00000001 , 0x000040e5 
+ 00010402  0x000015bc iforce  0x00000002 
+ 00010403  0x000015bd rtn 
+ 00010404  0x000015c0 fetch  0x00000001 , 0x00000031 
+ 00010405  0x000015c1 set0  0x00000002 , 0x0000003f 
+ 00010406  0x000015c2 set0  0x00000003 , 0x0000003f 
+ 00010407  0x000015c3 store  0x00000001 , 0x00000031 
+ 00010408  0x000015c4 rtn 
+ 00010409  0x000015cb bpatch  0x0000007f , 0x0000400f 
+ 00010410  0x000015cc arg  0x000040f2 , 0x00000005 
+ 00010411  0x000015cd force  0x0000000a , 0x00000039 
+ 00010412  0x000015ce call  0x00007ec6 
+ 00010413  0x000015cf arg  0x000040f2 , 0x00000005 
+ 00010414  0x000015d0 force  0x00000000 , 0x00000013 
+ 00010415  0x000015d1 force  0x00000002 , 0x00000007 
+ 00010416  0x000015d3 fetch  0x00000005 , 0x000040da 
+ 00010417  0x000015d4 iforce  0x00000002 
+ 00010418  0x000015d5 compare  0x00000002 , 0x00000007 , 0x000000ff 
+ 00010419  0x000015d6 branch  0x000028b5 , 0x00000001 
+ 00010420  0x000015d7 rshift  0x00000002 , 0x00000002 
+ 00010421  0x000015d9 isolate0  0x00000000 , 0x00000002 
+ 00010422  0x000015da branch  0x000028b9 , 0x00000001 
+ 00010423  0x000015db deposit  0x00000013 
+ 00010424  0x000015dc istore  0x00000001 , 0x00000005 
+ 00010425  0x000015de rshift2  0x00000002 , 0x00000002 
+ 00010426  0x000015df increase  0x00000002 , 0x00000013 
+ 00010427  0x000015e0 compare  0x00000028 , 0x00000013 , 0x000000fe 
+ 00010428  0x000015e1 nbranch  0x000028c2 , 0x00000001 
+ 00010429  0x000015e2 fetch  0x00000005 , 0x000040df 
+ 00010430  0x000015e3 iforce  0x00000002 
+ 00010431  0x000015e4 compare  0x00000002 , 0x00000007 , 0x000000ff 
+ 00010432  0x000015e5 branch  0x000028c2 , 0x00000001 
+ 00010433  0x000015e6 rshift  0x00000002 , 0x00000002 
+ 00010434  0x000015e8 sub  0x00000013 , 0x0000004e , 0x0000003e 
+ 00010435  0x000015e9 branch  0x000028b5 , 0x00000002 
+ 00010436  0x000015ea force  0x00000001 , 0x00000013 
+ 00010437  0x000015eb increase  0xffffffff , 0x00000007 
+ 00010438  0x000015ec nbranch  0x000028b0 , 0x00000005 
+ 00010439  0x000015ed arg  0x000040f2 , 0x00000011 
+ 00010440  0x000015ee deposit  0x00000005 
+ 00010441  0x000015ef isub  0x00000011 , 0x0000003f 
+ 00010442  0x000015f0 store  0x00000001 , 0x000040e4 
+ 00010443  0x000015f1 rtn 
+ 00010444  0x000015f4 bpatch  0x00000080 , 0x00004010 
+ 00010445  0x000015f5 call  0x00002860 
+ 00010446  0x000015f6 fetch  0x00000001 , 0x0000017f 
+ 00010447  0x000015f7 bbit0  0x00000005 , 0x000028d1 
+ 00010448  0x000015f8 fetcht  0x00000001 , 0x000004cc 
+ 00010449  0x000015fa branch  0x0000291f 
+ 00010450  0x000015fe bpatch  0x00000081 , 0x00004010 
+ 00010451  0x000015ff call  0x00002860 
+ 00010452  0x00001600 fetch  0x00000001 , 0x0000017f 
+ 00010453  0x00001601 bbit0  0x00000004 , 0x000028d7 
+ 00010454  0x00001602 fetcht  0x00000001 , 0x000004cb 
+ 00010455  0x00001604 branch  0x00002933 
+ 00010456  0x00001608 force  0x00000000 , 0x0000002d 
+ 00010457  0x00001609 fetch  0x00000003 , 0x000040a7 
+ 00010458  0x0000160a iforce  0x0000002c 
+ 00010459  0x0000160b rtn 
+ 00010460  0x0000160e bpatch  0x00000082 , 0x00004010 
+ 00010461  0x0000160f fetch  0x00000001 , 0x000041d3 
+ 00010462  0x00001610 icopy  0x0000002d 
+ 00010463  0x00001611 fetch  0x00000003 , 0x000041d0 
+ 00010464  0x00001612 icopy  0x0000002c 
+ 00010465  0x00001613 rtn 
+ 00010466  0x00001616 bpatch  0x00000083 , 0x00004010 
+ 00010467  0x00001617 fetch  0x00000002 , 0x000040a4 
+ 00010468  0x00001618 icopy  0x0000002e 
+ 00010469  0x00001619 fetch  0x00000001 , 0x000040a3 
+ 00010470  0x0000161a icopy  0x0000002d 
+ 00010471  0x0000161b fetch  0x00000003 , 0x000040a0 
+ 00010472  0x0000161c icopy  0x0000002c 
+ 00010473  0x0000161d rtn 
+ 00010474  0x00001620 bpatch  0x00000084 , 0x00004010 
+ 00010475  0x00001621 fetch  0x00000002 , 0x00000044 
+ 00010476  0x00001622 icopy  0x0000002e 
+ 00010477  0x00001623 fetch  0x00000001 , 0x00000043 
+ 00010478  0x00001624 icopy  0x0000002d 
+ 00010479  0x00001625 fetch  0x00000003 , 0x00000040 
+ 00010480  0x00001626 icopy  0x0000002c 
+ 00010481  0x00001627 rtn 
+ 00010482  0x0000162b bmark1  0x00000020 , 0x000028f5 
+ 00010483  0x0000162c rtnmark0  0x0000001d 
+ 00010484  0x0000162d rtnmark0  0x0000001f 
+ 00010485  0x0000162f and_into  0xffffff00 , 0x0000002c 
+ 00010486  0x00001630 pulse  0x00000015 
+ 00010487  0x00001631 nop  0x00000020 
+ 00010488  0x00001632 rtn 
+ 00010489  0x00001636 bpatch  0x00000085 , 0x00004010 
+ 00010490  0x00001637 branch  0x0000290a , 0x00000021 
+ 00010491  0x00001638 jam  0x000000d4 , 0x00008955 
+ 00010492  0x00001639 nop  0x00000004 
+ 00010493  0x0000163a jam  0x000000d2 , 0x00008955 
+ 00010494  0x0000163b nop  0x00000004 
+ 00010495  0x0000163c jam  0x000000d1 , 0x00008955 
+ 00010496  0x0000163d nop  0x00000004 
+ 00010497  0x0000163e fetch  0x00000001 , 0x000041de 
+ 00010498  0x0000163f beq  0x00000000 , 0x00002908 
+ 00010499  0x00001640 beq  0x00000001 , 0x00002915 
+ 00010500  0x00001641 beq  0x00000002 , 0x00002908 
+ 00010501  0x00001642 beq  0x00000003 , 0x00002915 
+ 00010502  0x00001643 beq  0x00000004 , 0x00002915 
+ 00010503  0x00001644 beq  0x00000020 , 0x00002915 
+ 00010504  0x00001647 jam  0x000000d0 , 0x00008955 
+ 00010505  0x00001648 jam  0x000000e0 , 0x00008956 
+ 00010506  0x0000164a force  0x00000000 , 0x00000015 
+ 00010507  0x0000164b disable  0x00000021 
+ 00010508  0x0000164c disable  0x00000020 
+ 00010509  0x0000164d pulse  0x0000001e 
+ 00010510  0x0000164e jam  0x00000000 , 0x00008902 
+ 00010511  0x0000164f jam  0x00000000 , 0x00008901 
+ 00010512  0x00001650 jam  0x00000000 , 0x00008900 
+ 00010513  0x00001651 jam  0x00000000 , 0x00008903 
+ 00010514  0x00001652 jam  0x00000070 , 0x00008904 
+ 00010515  0x00001653 jam  0x00000000 , 0x00008906 
+ 00010516  0x00001654 rtn 
+ 00010517  0x0000165a jam  0x000000d0 , 0x00008955 
+ 00010518  0x0000165b jam  0x000000c0 , 0x00008956 
+ 00010519  0x0000165c branch  0x0000290a 
+ 00010520  0x0000165f bpatch  0x00000086 , 0x00004010 
+ 00010521  0x00001660 jam  0x00000000 , 0x00008902 
+ 00010522  0x00001661 jam  0x00000000 , 0x00008901 
+ 00010523  0x00001662 jam  0x00000018 , 0x00008900 
+ 00010524  0x00001663 jam  0x000000a7 , 0x00008903 
+ 00010525  0x00001664 jam  0x0000007f , 0x00008904 
+ 00010526  0x00001665 rtn 
+ 00010527  0x00001668 bpatch  0x00000087 , 0x00004010 
+ 00010528  0x0000166a storet  0x00000001 , 0x00000017 
+ 00010529  0x0000166b add  0x00000002 , 0x00000004 , 0x00000011 
+ 00010530  0x0000166c jam  0x00000007 , 0x0000896d 
+ 00010531  0x0000166d branch  0x00002981 
+ 00010532  0x0000166f bpatch  0x00000088 , 0x00004011 
+ 00010533  0x00001670 jam  0x000000cf , 0x00008901 
+ 00010534  0x00001671 nop  0x0000000a 
+ 00010535  0x00001672 jam  0x000000ff , 0x00008900 
+ 00010536  0x00001673 jam  0x000000af , 0x00008903 
+ 00010537  0x00001674 jam  0x000000ff , 0x00008904 
+ 00010538  0x00001675 nop  0x0000000a 
+ 00010539  0x00001676 jam  0x000000a0 , 0x00008902 
+ 00010540  0x00001677 rtn 
+ 00010541  0x0000167a fetch  0x00000001 , 0x000041e0 
+ 00010542  0x0000167b branch  0x00002931 , 0x00000034 
+ 00010543  0x0000167d add  0x00000002 , 0x00000002 , 0x00000011 
+ 00010544  0x0000167e rtn 
+ 00010545  0x00001680 add  0x00000002 , 0x00000000 , 0x00000011 
+ 00010546  0x00001681 rtn 
+ 00010547  0x00001684 bpatch  0x00000089 , 0x00004011 
+ 00010548  0x00001685 storet  0x00000001 , 0x00000017 
+ 00010549  0x00001686 call  0x0000292d 
+ 00010550  0x00001687 call  0x00002981 
+ 00010551  0x00001688 setarg  0x00000500 
+ 00010552  0x00001689 call  0x00002a8f 
+ 00010553  0x0000168b jam  0x00000001 , 0x00008906 
+ 00010554  0x0000168c jam  0x0000003c , 0x00008900 
+ 00010555  0x0000168d jam  0x000000e0 , 0x00008901 
+ 00010556  0x0000168e jam  0x00000012 , 0x0000896d 
+ 00010557  0x0000168f nop  0x0000000a 
+ 00010558  0x00001690 jam  0x00000001 , 0x00008902 
+ 00010559  0x00001691 jam  0x0000003d , 0x00008902 
+ 00010560  0x00001692 nop  0x0000000a 
+ 00010561  0x00001693 jam  0x000000b7 , 0x00008903 
+ 00010562  0x00001694 nop  0x0000000a 
+ 00010563  0x00001695 jam  0x0000007f , 0x00008902 
+ 00010564  0x00001697 fetch  0x00000001 , 0x000041de 
+ 00010565  0x00001698 beq  0x00000000 , 0x0000294b 
+ 00010566  0x00001699 beq  0x00000001 , 0x0000294f 
+ 00010567  0x0000169a beq  0x00000002 , 0x00002953 
+ 00010568  0x0000169b beq  0x00000003 , 0x00002957 
+ 00010569  0x0000169c beq  0x00000004 , 0x0000295b 
+ 00010570  0x0000169d beq  0x00000020 , 0x0000295f 
+ 00010571  0x0000169f jam  0x000000f0 , 0x00008956 
+ 00010572  0x000016a0 call  0x00002965 
+ 00010573  0x000016a1 jam  0x000000d8 , 0x00008955 
+ 00010574  0x000016a2 rtn 
+ 00010575  0x000016a5 jam  0x000000df , 0x00008956 
+ 00010576  0x000016a6 call  0x00002965 
+ 00010577  0x000016a7 jam  0x000000df , 0x00008955 
+ 00010578  0x000016a8 rtn 
+ 00010579  0x000016ab jam  0x000000ff , 0x00008956 
+ 00010580  0x000016ac call  0x00002965 
+ 00010581  0x000016ad jam  0x000000df , 0x00008955 
+ 00010582  0x000016ae rtn 
+ 00010583  0x000016b0 jam  0x000000ce , 0x00008956 
+ 00010584  0x000016b1 call  0x00002965 
+ 00010585  0x000016b2 jam  0x000000d8 , 0x00008955 
+ 00010586  0x000016b3 rtn 
+ 00010587  0x000016b6 jam  0x000000cb , 0x00008956 
+ 00010588  0x000016b7 call  0x00002965 
+ 00010589  0x000016b8 jam  0x000000d8 , 0x00008955 
+ 00010590  0x000016b9 rtn 
+ 00010591  0x000016bc jam  0x000000d0 , 0x00008955 
+ 00010592  0x000016bd jam  0x000000c0 , 0x00008956 
+ 00010593  0x000016be jam  0x0000004c , 0x00008957 
+ 00010594  0x000016bf jam  0x0000006c , 0x00008958 
+ 00010595  0x000016c0 jam  0x00000050 , 0x00008959 
+ 00010596  0x000016c1 rtn 
+ 00010597  0x000016c4 nop  0x00000004 
+ 00010598  0x000016c5 jam  0x000000d1 , 0x00008955 
+ 00010599  0x000016c6 nop  0x00000004 
+ 00010600  0x000016c7 jam  0x000000d2 , 0x00008955 
+ 00010601  0x000016c8 nop  0x00000004 
+ 00010602  0x000016c9 jam  0x000000d4 , 0x00008955 
+ 00010603  0x000016ca rtn 
+ 00010604  0x000016ce jam  0x00000006 , 0x00008042 
+ 00010605  0x000016d0 fetch  0x00000002 , 0x000040c3 
+ 00010606  0x000016d1 bbit0  0x0000000e , 0x0000296d 
+ 00010607  0x000016d2 iforce  0x00000006 
+ 00010608  0x000016d3 arg  0x00008900 , 0x00000002 
+ 00010609  0x000016d5 ifetch  0x00000001 , 0x00000006 
+ 00010610  0x000016d6 beq  0x000000ff , 0x00002977 
+ 00010611  0x000016d7 ior  0x00000002 , 0x00000005 
+ 00010612  0x000016d8 ifetch  0x00000001 , 0x00000006 
+ 00010613  0x000016d9 istore  0x00000001 , 0x00000005 
+ 00010614  0x000016da branch  0x00002971 
+ 00010615  0x000016dc bpatch  0x0000008a , 0x00004011 
+ 00010616  0x000016dd call  0x00002be5 
+ 00010617  0x000016de call  0x000029c9 
+ 00010618  0x000016e0 setarg  0x000007d0 
+ 00010619  0x000016e1 iadd  0x00000022 , 0x0000003f 
+ 00010620  0x000016e2 store  0x00000004 , 0x00000169 
+ 00010621  0x000016e3 set1  0x00000003 , 0x00000015 
+ 00010622  0x000016e4 force  0x00000000 , 0x00000015 
+ 00010623  0x000016e5 ncall  0x00002998 , 0x0000002b 
+ 00010624  0x000016e6 branch  0x000029ab 
+ 00010625  0x000016ea bpatch  0x0000008b , 0x00004011 
+ 00010626  0x000016eb setarg  0x00000960 
+ 00010627  0x000016ec iadd  0x00000011 , 0x00000002 
+ 00010628  0x000016ed fetch  0x00000001 , 0x000040bd 
+ 00010629  0x000016ee jam  0x00000004 , 0x0000895f 
+ 00010630  0x000016ef imul32  0x00000002 , 0x0000003f 
+ 00010631  0x000016f0 fetcht  0x00000001 , 0x000040be 
+ 00010632  0x000016f1 idiv  0x00000002 
+ 00010633  0x000016f2 call  0x00007f86 
+ 00010634  0x000016f3 quotient  0x00000011 
+ 00010635  0x000016f4 remainder  0x0000003f 
+ 00010636  0x000016f5 lshift16  0x0000003f , 0x0000003f 
+ 00010637  0x000016f6 lshift4  0x0000003f , 0x0000003f 
+ 00010638  0x000016f7 idiv  0x00000002 
+ 00010639  0x000016f8 call  0x00007f86 
+ 00010640  0x000016f9 quotient  0x0000003f 
+ 00010641  0x000016fa lshift8  0x0000003f , 0x0000003f 
+ 00010642  0x000016fb lshift  0x0000003f , 0x0000003f 
+ 00010643  0x000016fc ior  0x00000011 , 0x0000003f 
+ 00010644  0x000016fd hstore  0x00000004 , 0x00008960 
+ 00010645  0x000016fe jam  0x00000044 , 0x0000895f 
+ 00010646  0x000016ff jam  0x000000c4 , 0x0000895f 
+ 00010647  0x00001700 rtn 
+ 00010648  0x00001704 bpatch  0x0000008c , 0x00004011 
+ 00010649  0x00001705 jam  0x00000002 , 0x00008906 
+ 00010650  0x00001706 setarg  0x0003d090 
+ 00010651  0x00001707 call  0x00002a8f 
+ 00010652  0x00001708 jam  0x0000007f , 0x00008900 
+ 00010653  0x00001709 nop  0x00000082 
+ 00010654  0x0000170a jam  0x00000030 , 0x00008952 
+ 00010655  0x0000170b jam  0x000000d0 , 0x00008901 
+ 00010656  0x0000170c jam  0x00000070 , 0x00008952 
+ 00010657  0x0000170d jam  0x000000f0 , 0x00008952 
+ 00010658  0x0000170e force  0x00000032 , 0x00000039 
+ 00010659  0x00001710 hfetch  0x00000001 , 0x00008980 
+ 00010660  0x00001711 bbit1  0x00000005 , 0x000029a6 
+ 00010661  0x00001712 loop  0x000029a3 
+ 00010662  0x00001714 store  0x00000001 , 0x000040ce 
+ 00010663  0x00001715 jam  0x00000000 , 0x00008901 
+ 00010664  0x00001716 jam  0x00000000 , 0x00008900 
+ 00010665  0x00001717 jam  0x00000000 , 0x00008906 
+ 00010666  0x00001718 rtn 
+ 00010667  0x0000171b bpatch  0x0000008d , 0x00004011 
+ 00010668  0x0000171c fetch  0x00000001 , 0x000040ce 
+ 00010669  0x0000171d set1  0x00000005 , 0x0000003f 
+ 00010670  0x0000171e hstore  0x00000001 , 0x00008952 
+ 00010671  0x0000171f hfetcht  0x00000001 , 0x00008950 
+ 00010672  0x00001720 and_into  0x00000007 , 0x00000002 
+ 00010673  0x00001721 lshift3  0x0000003f , 0x0000003f 
+ 00010674  0x00001722 ior  0x00000002 , 0x0000003f 
+ 00010675  0x00001723 hstore  0x00000001 , 0x00008950 
+ 00010676  0x00001724 hfetch  0x00000001 , 0x00008951 
+ 00010677  0x00001725 set0  0x00000000 , 0x0000003f 
+ 00010678  0x00001726 hstore  0x00000001 , 0x00008951 
+ 00010679  0x00001727 hfetch  0x00000001 , 0x00008952 
+ 00010680  0x00001728 set0  0x00000005 , 0x0000003f 
+ 00010681  0x00001729 hstore  0x00000001 , 0x00008952 
+ 00010682  0x0000172a rtn 
+ 00010683  0x0000172d bpatch  0x0000008e , 0x00004011 
+ 00010684  0x0000172e hfetch  0x00000002 , 0x00008981 
+ 00010685  0x0000172f rshift4  0x0000003f , 0x0000003f 
+ 00010686  0x00001730 rshift3  0x0000003f , 0x0000003f 
+ 00010687  0x00001731 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00010688  0x00001733 and_into  0x000000ff , 0x0000003f 
+ 00010689  0x00001734 div  0x0000003f , 0x0000000a 
+ 00010690  0x00001735 call  0x00007f86 
+ 00010691  0x00001736 quotient  0x0000003f 
+ 00010692  0x00001737 lshift4  0x0000003f , 0x0000003f 
+ 00010693  0x00001738 remainder  0x00000002 
+ 00010694  0x00001739 ior  0x00000002 , 0x0000003f 
+ 00010695  0x0000173a store  0x00000001 , 0x00000018 
+ 00010696  0x0000173b rtn 
+ 00010697  0x0000173f jam  0x00000006 , 0x00008042 
+ 00010698  0x00001740 hfetch  0x00000001 , 0x0000896b 
+ 00010699  0x00001741 set0  0x00000004 , 0x0000003f 
+ 00010700  0x00001742 set0  0x00000005 , 0x0000003f 
+ 00010701  0x00001743 hstore  0x00000001 , 0x0000896b 
+ 00010702  0x00001744 jam  0x00000000 , 0x00008905 
+ 00010703  0x00001745 jam  0x00000000 , 0x00008904 
+ 00010704  0x00001746 jam  0x00000070 , 0x00008904 
+ 00010705  0x00001747 jam  0x000000ff , 0x00008905 
+ 00010706  0x00001748 hfetch  0x00000001 , 0x0000896b 
+ 00010707  0x00001749 set1  0x00000004 , 0x0000003f 
+ 00010708  0x0000174a set1  0x00000005 , 0x0000003f 
+ 00010709  0x0000174b hstore  0x00000001 , 0x0000896b 
+ 00010710  0x0000174c call  0x000029e9 
+ 00010711  0x0000174d hfetch  0x00000001 , 0x00008968 
+ 00010712  0x0000174e set1  0x00000007 , 0x0000003f 
+ 00010713  0x0000174f hstore  0x00000001 , 0x00008968 
+ 00010714  0x00001750 set0  0x00000007 , 0x0000003f 
+ 00010715  0x00001751 hstore  0x00000001 , 0x00008968 
+ 00010716  0x00001752 set1  0x00000007 , 0x0000003f 
+ 00010717  0x00001753 hstore  0x00000001 , 0x00008968 
+ 00010718  0x00001754 jam  0x00000005 , 0x00008042 
+ 00010719  0x00001755 nop  0x00000001 
+ 00010720  0x00001756 jam  0x00000004 , 0x00008042 
+ 00010721  0x00001757 hfetch  0x00000001 , 0x0000896b 
+ 00010722  0x00001758 and_into  0x000000cf , 0x0000003f 
+ 00010723  0x00001759 hstore  0x00000001 , 0x0000896b 
+ 00010724  0x0000175a or_into  0x00000030 , 0x0000003f 
+ 00010725  0x0000175b hstore  0x00000001 , 0x0000896b 
+ 00010726  0x0000175c rtn 
+ 00010727  0x00001760 setarg  0x00000f0f 
+ 00010728  0x00001761 branch  0x00002c18 
+ 00010729  0x00001764 setarg  0x0000080f 
+ 00010730  0x00001765 branch  0x00002c18 
+ 00010731  0x0000176a bpatch  0x0000008f , 0x00004011 
+ 00010732  0x0000176b call  0x00002924 
+ 00010733  0x0000176c disable  0x00000020 
+ 00010734  0x0000176d enable  0x00000021 
+ 00010735  0x0000176e pulse  0x00000016 
+ 00010736  0x0000176f rtn 
+ 00010737  0x00001772 bpatch  0x00000090 , 0x00004012 
+ 00010738  0x00001773 fetch  0x00000001 , 0x0000004c 
+ 00010739  0x00001774 isolate1  0x00000002 , 0x0000003f 
+ 00010740  0x00001775 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00010741  0x00001776 hstore  0x00000001 , 0x00008011 
+ 00010742  0x00001777 arg  0x00000062 , 0x00000006 
+ 00010743  0x00001778 ifetch  0x00000009 , 0x00000006 
+ 00010744  0x00001779 iforce  0x00000032 
+ 00010745  0x0000177a ifetch  0x00000007 , 0x00000006 
+ 00010746  0x0000177b iforce  0x00000033 
+ 00010747  0x0000177c fetch  0x00000001 , 0x00000054 
+ 00010748  0x0000177d add  0x0000003f , 0xffffffff , 0x00000034 
+ 00010749  0x0000177e pulse  0x0000001a 
+ 00010750  0x0000177f rtn 
+ 00010751  0x00001782 deposit  0x0000001a 
+ 00010752  0x00001783 store  0x00000006 , 0x0000009a 
+ 00010753  0x00001784 disable  0x0000000d 
+ 00010754  0x00001785 nbranch  0x000028f9 , 0x00000018 
+ 00010755  0x00001786 arg  0x000003bb , 0x00000029 
+ 00010756  0x00001787 increase  0x00000001 , 0x00000028 
+ 00010757  0x00001788 and_into  0x000001fc , 0x00000028 
+ 00010758  0x00001789 rtn 
+ 00010759  0x0000178e enable  0x0000000d 
+ 00010760  0x00001790 correlate  0x0000003e , 0x00000017 
+ 00010761  0x00001791 branch  0x000029ff , 0x00000018 
+ 00010762  0x00001792 compare  0x00000002 , 0x00000028 , 0x00000002 
+ 00010763  0x00001793 nbranch  0x00002a08 , 0x00000001 
+ 00010764  0x00001794 branch  0x000029ff 
+ 00010765  0x00001797 bpatch  0x00000091 , 0x00004012 
+ 00010766  0x00001798 arg  0x00000600 , 0x0000000b 
+ 00010767  0x00001799 enable  0x0000000d 
+ 00010768  0x0000179a correlate  0x00000023 , 0x00000026 
+ 00010769  0x0000179b disable  0x0000000d 
+ 00010770  0x0000179c nbranch  0x000028f9 , 0x00000018 
+ 00010771  0x0000179d rtn 
+ 00010772  0x000017a0 bpatch  0x00000092 , 0x00004012 
+ 00010773  0x000017a1 enable  0x0000000d 
+ 00010774  0x000017a2 correlate  0x0000003e , 0x00000003 
+ 00010775  0x000017a3 disable  0x0000000d 
+ 00010776  0x000017a4 nbranch  0x000028f9 , 0x00000018 
+ 00010777  0x000017a5 arg  0x000003bb , 0x00000029 
+ 00010778  0x000017a6 and_into  0x000001fc , 0x00000028 
+ 00010779  0x000017a7 rtn 
+ 00010780  0x000017ab bpatch  0x00000093 , 0x00004012 
+ 00010781  0x000017ac iforce  0x00000011 
+ 00010782  0x000017ad deposit  0x00000021 
+ 00010783  0x000017ae iadd  0x00000002 , 0x0000000b 
+ 00010784  0x000017af copy  0x0000000b , 0x0000003f 
+ 00010785  0x000017b0 store  0x00000004 , 0x000040ca 
+ 00010786  0x000017b1 deposit  0x00000011 
+ 00010787  0x000017b2 rtn 
+ 00010788  0x000017b6 copy  0x0000003f , 0x00000002 
+ 00010789  0x000017b7 bpatch  0x00000094 , 0x00004012 
+ 00010790  0x000017b8 copy  0x00000002 , 0x0000003f 
+ 00010791  0x000017b9 call  0x00007f50 
+ 00010792  0x000017ba lshift16  0x00000021 , 0x0000003f 
+ 00010793  0x000017bb set1  0x0000002c , 0x0000003f 
+ 00010794  0x000017bc call  0x00007f39 
+ 00010795  0x000017bd set0  0x0000002c , 0x0000003f 
+ 00010796  0x000017be call  0x00002a77 
+ 00010797  0x000017bf call  0x00007f39 
+ 00010798  0x000017c0 rtn  0x00000028 
+ 00010799  0x000017c1 call  0x00007f43 
+ 00010800  0x000017c2 iforce  0x0000001b 
+ 00010801  0x000017c3 until  0x0000003e , 0x00000003 
+ 00010802  0x000017c4 rtn 
+ 00010803  0x000017c8 bpatch  0x00000095 , 0x00004012 
+ 00010804  0x000017c9 branch  0x00002a38 , 0x00000030 
+ 00010805  0x000017ca until  0x00000029 , 0x00000026 
+ 00010806  0x000017cc copy  0x00000028 , 0x00000002 
+ 00010807  0x000017cd branch  0x00002a3b 
+ 00010808  0x000017cf branch  0x00002a3a , 0x0000002e 
+ 00010809  0x000017d0 until  0x00000023 , 0x00000026 
+ 00010810  0x000017d2 copy  0x00000022 , 0x00000002 
+ 00010811  0x000017d4 branch  0x00002a47 , 0x00000028 
+ 00010812  0x000017d5 compare  0x00000001 , 0x00000002 , 0x00000003 
+ 00010813  0x000017d6 nbranch  0x00002a33 , 0x00000001 
+ 00010814  0x000017d8 bpatch  0x00000096 , 0x00004012 
+ 00010815  0x000017d9 fetch  0x00000001 , 0x00000030 
+ 00010816  0x000017da rtnbit0  0x00000000 
+ 00010817  0x000017db fetch  0x00000004 , 0x000040ca 
+ 00010818  0x000017dc isub  0x00000002 , 0x0000003f 
+ 00010819  0x000017dd nrtn  0x00000002 
+ 00010820  0x000017de sub  0x0000003f , 0x000000ff , 0x0000003e 
+ 00010821  0x000017df branch  0x00002a33 , 0x00000002 
+ 00010822  0x000017e0 rtn 
+ 00010823  0x000017e2 compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00010824  0x000017e3 nbranch  0x00002a33 , 0x00000001 
+ 00010825  0x000017e4 branch  0x00002a3e 
+ 00010826  0x000017e7 bpatch  0x00000097 , 0x00004012 
+ 00010827  0x000017e8 arg  0x00000600 , 0x0000000b 
+ 00010828  0x000017e9 branch  0x00002a33 
+ 00010829  0x000017ec disable  0x00000028 
+ 00010830  0x000017ed branch  0x00002a4a 
+ 00010831  0x000017f0 enable  0x00000028 
+ 00010832  0x000017f1 branch  0x00002a4a 
+ 00010833  0x000017f4 bpatch  0x00000098 , 0x00004013 
+ 00010834  0x000017f5 call  0x000029f1 
+ 00010835  0x000017f6 disable  0x00000021 
+ 00010836  0x000017f7 enable  0x00000020 
+ 00010837  0x000017f8 rtn 
+ 00010838  0x000017fd bpatch  0x00000099 , 0x00004013 
+ 00010839  0x000017fe arg  0x00000e43 , 0x0000000b 
+ 00010840  0x000017ff until  0x00000023 , 0x00000026 
+ 00010841  0x00001800 pulse  0x00000016 
+ 00010842  0x00001801 rtn 
+ 00010843  0x00001804 bpatch  0x0000009a , 0x00004013 
+ 00010844  0x00001805 arg  0x00000d00 , 0x0000000b 
+ 00010845  0x00001806 until  0x00000023 , 0x00000026 
+ 00010846  0x00001807 rtn 
+ 00010847  0x0000180b bpatch  0x0000009b , 0x00004013 
+ 00010848  0x0000180c arg  0x00000e43 , 0x0000000b 
+ 00010849  0x0000180d until  0x00000029 , 0x00000026 
+ 00010850  0x0000180e pulse  0x00000016 
+ 00010851  0x0000180f rtn 
+ 00010852  0x00001812 bpatch  0x0000009c , 0x00004013 
+ 00010853  0x00001813 preload  0x00000009 
+ 00010854  0x00001814 enable  0x0000001d 
+ 00010855  0x00001815 set1  0x00000000 , 0x00000015 
+ 00010856  0x00001816 inject  0x00000003 , 0x00000048 
+ 00010857  0x00001817 disable  0x0000001d 
+ 00010858  0x00001818 rtn 
+ 00010859  0x0000181c copy  0x00000025 , 0x00000002 
+ 00010860  0x0000181d or_into  0x00000060 , 0x00000002 
+ 00010861  0x0000181e copy  0x00000002 , 0x0000000e 
+ 00010862  0x0000181f rtn 
+ 00010863  0x00001825 bpatch  0x0000009d , 0x00004013 
+ 00010864  0x00001826 fetch  0x00000001 , 0x00004090 
+ 00010865  0x00001827 increase  0x00000001 , 0x0000003f 
+ 00010866  0x00001828 bne  0x00000007 , 0x00002a74 
+ 00010867  0x00001829 force  0x00000001 , 0x0000003f 
+ 00010868  0x0000182b store  0x00000001 , 0x00004090 
+ 00010869  0x0000182c iforce  0x00000004 
+ 00010870  0x0000182d rtn 
+ 00010871  0x00001830 copy  0x00000019 , 0x00000002 
+ 00010872  0x00001831 rtn  0x00000029 
+ 00010873  0x00001832 copy  0x0000001a , 0x00000002 
+ 00010874  0x00001833 rtn 
+ 00010875  0x00001836 deposit  0x00000022 
+ 00010876  0x00001837 rtn  0x00000029 
+ 00010877  0x00001838 deposit  0x00000028 
+ 00010878  0x00001839 rtn 
+ 00010879  0x0000183d bpatch  0x0000009e , 0x00004013 
+ 00010880  0x0000183e fetcht  0x00000004 , 0x0000004d 
+ 00010881  0x0000183f call  0x00002a7b 
+ 00010882  0x00001840 isub  0x00000002 , 0x0000000b 
+ 00010883  0x00001841 deposit  0x0000000b 
+ 00010884  0x00001842 fetcht  0x00000002 , 0x00000051 
+ 00010885  0x00001843 lshift  0x00000002 , 0x00000002 
+ 00010886  0x00001844 isub  0x00000002 , 0x0000003f 
+ 00010887  0x00001845 rtn 
+ 00010888  0x00001848 bpatch  0x0000009f , 0x00004013 
+ 00010889  0x00001849 call  0x00002a7b 
+ 00010890  0x0000184a store  0x00000004 , 0x0000004d 
+ 00010891  0x0000184b rtn 
+ 00010892  0x0000184e bpatch  0x000000a0 , 0x00004014 
+ 00010893  0x0000184f branch  0x00002a8c 
+ 00010894  0x00001852 branch  0x00002a8e 
+ 00010895  0x00001855 rtn  0x00000034 
+ 00010896  0x00001857 rshift  0x0000003f , 0x0000003f 
+ 00010897  0x00001858 increase  0xfffffffd , 0x0000003f 
+ 00010898  0x0000185a increase  0xffffffff , 0x0000003f 
+ 00010899  0x0000185b nbranch  0x00002a92 , 0x00000005 
+ 00010900  0x0000185c force  0x00000000 , 0x0000003f 
+ 00010901  0x0000185d rtn 
+ 00010902  0x00001863 arg  0x00000010 , 0x00000039 
+ 00010903  0x00001864 arg  0x00000000 , 0x00000005 
+ 00010904  0x00001865 call  0x00007ec6 
+ 00010905  0x00001866 arg  0x0000043f , 0x00000005 
+ 00010906  0x00001867 arg  0x0000000a , 0x00000039 
+ 00010907  0x00001868 call  0x00007ec6 
+ 00010908  0x00001869 jam  0x00000000 , 0x000009b2 
+ 00010909  0x0000186a jam  0x00000000 , 0x00000a99 
+ 00010910  0x0000186b jam  0x00000000 , 0x0000048c 
+ 00010911  0x0000186c jam  0x00000000 , 0x0000017f 
+ 00010912  0x0000186d jam  0x00000000 , 0x000004d1 
+ 00010913  0x0000186e bpatch  0x000000a1 , 0x00004014 
+ 00010914  0x0000186f jam  0x00000000 , 0x0000016d 
+ 00010915  0x00001870 jam  0x00000000 , 0x00000151 
+ 00010916  0x00001871 jam  0x00000000 , 0x0000015c 
+ 00010917  0x00001872 setarg  0x009e8b33 
+ 00010918  0x00001873 store  0x00000003 , 0x000040a7 
+ 00010919  0x00001874 setarg  0x00000153 
+ 00010920  0x00001875 store  0x00000002 , 0x00000083 
+ 00010921  0x00001876 jam  0x0000001e , 0x00000085 
+ 00010922  0x00001877 jam  0x00000001 , 0x00000086 
+ 00010923  0x00001878 jam  0x00000007 , 0x00000088 
+ 00010924  0x00001879 setarg  0x0012e904 
+ 00010925  0x0000187a store  0x00000003 , 0x00000080 
+ 00010926  0x0000187f jam  0x00000060 , 0x00000090 
+ 00010927  0x00001880 jam  0x00000005 , 0x000040d0 
+ 00010928  0x00001881 jam  0x00000002 , 0x00000014 
+ 00010929  0x00001882 fetch  0x00000001 , 0x0000465a 
+ 00010930  0x00001883 ncall  0x000074c1 , 0x00000034 
+ 00010931  0x00001884 fetch  0x00000001 , 0x000044be 
+ 00010932  0x00001885 ncall  0x00007518 , 0x00000034 
+ 00010933  0x00001886 bpatch  0x000000a2 , 0x00004014 
+ 00010934  0x00001887 rtn  0x0000002b 
+ 00010935  0x00001888 setarg  0x00000000 
+ 00010936  0x00001889 store  0x00000002 , 0x000041dc 
+ 00010937  0x0000188a rshift  0x00000022 , 0x0000003f 
+ 00010938  0x0000188b store  0x00000004 , 0x00004094 
+ 00010939  0x0000188c rtn 
+ 00010940  0x00001894 setarg  0x0000ee21 
+ 00010941  0x00001895 hstore  0x00000002 , 0x00008050 
+ 00010942  0x00001896 hfetch  0x00000004 , 0x0000811c 
+ 00010943  0x00001897 store  0x00000004 , 0x00000abe 
+ 00010944  0x00001898 hfetch  0x00000001 , 0x0000813e 
+ 00010945  0x00001899 store  0x00000001 , 0x00000abd 
+ 00010946  0x0000189a bbit0  0x00000003 , 0x0000645b 
+ 00010947  0x0000189b enable  0x0000002b 
+ 00010948  0x0000189c bbit0  0x00000007 , 0x00002acc 
+ 00010949  0x0000189d disable  0x0000002b 
+ 00010950  0x0000189e deposit  0x00000027 
+ 00010951  0x0000189f nbranch  0x00002acc , 0x00000034 
+ 00010952  0x000018a0 hfetch  0x00000001 , 0x0000813b 
+ 00010953  0x000018a1 bbit1  0x00000002 , 0x00002acc 
+ 00010954  0x000018a2 arg  0xffffffff , 0x00000002 
+ 00010955  0x000018a3 branch  0x00002b3c 
+ 00010956  0x000018a5 hfetch  0x00000003 , 0x0000813c 
+ 00010957  0x000018a6 hstore  0x00000003 , 0x0000804c 
+ 00010958  0x000018a7 ifetch  0x00000001 , 0x00000006 
+ 00010959  0x000018a8 or_into  0x000000ef , 0x0000003f 
+ 00010960  0x000018a9 istore  0x00000001 , 0x00000005 
+ 00010961  0x000018aa call  0x00002c23 
+ 00010962  0x000018ab hfetch  0x00000001 , 0x0000804f 
+ 00010963  0x000018ac set1  0x00000004 , 0x0000003f 
+ 00010964  0x000018ad hstore  0x00000001 , 0x0000804f 
+ 00010965  0x000018ae call  0x00002c23 
+ 00010966  0x000018af call  0x00002adf , 0x0000002b 
+ 00010967  0x000018b0 hfetch  0x00000001 , 0x0000804e 
+ 00010968  0x000018b1 set0  0x00000003 , 0x0000003f 
+ 00010969  0x000018b2 hstore  0x00000001 , 0x0000804e 
+ 00010970  0x000018b3 call  0x00002c23 
+ 00010971  0x000018b4 nbranch  0x0000645b , 0x0000002b 
+ 00010972  0x000018b5 rtnmark0  0x0000002b 
+ 00010973  0x000018b6 jam  0x00000008 , 0x00008006 
+ 00010974  0x000018b7 rtn 
+ 00010975  0x000018ba fetch  0x00000001 , 0x00004198 
+ 00010976  0x000018bb hstore  0x00000001 , 0x00008086 
+ 00010977  0x000018bc fetch  0x00000003 , 0x0000418d 
+ 00010978  0x000018bd hstore  0x00000003 , 0x00008080 
+ 00010979  0x000018be fetch  0x00000004 , 0x00004181 
+ 00010980  0x000018bf hstore  0x00000004 , 0x00008074 
+ 00010981  0x000018c0 fetch  0x00000004 , 0x0000417d 
+ 00010982  0x000018c1 hstore  0x00000004 , 0x00008070 
+ 00010983  0x000018c2 fetch  0x00000008 , 0x00004185 
+ 00010984  0x000018c3 hstore  0x00000008 , 0x00008078 
+ 00010985  0x000018c4 fetch  0x00000008 , 0x00004190 
+ 00010986  0x000018c5 iforce  0x00000000 
+ 00010987  0x000018c6 hfetch  0x00000008 , 0x00008140 
+ 00010988  0x000018c7 store  0x00000008 , 0x000000a1 
+ 00010989  0x000018c8 call  0x000064ca 
+ 00010990  0x000018c9 rtn 
+ 00010991  0x000018cc deposit  0x00000000 
+ 00010992  0x000018cd store  0x00000008 , 0x00004190 
+ 00010993  0x000018ce hfetch  0x00000008 , 0x00008070 
+ 00010994  0x000018cf store  0x00000008 , 0x0000417d 
+ 00010995  0x000018d0 ifetch  0x00000008 , 0x00000006 
+ 00010996  0x000018d1 istore  0x00000008 , 0x00000005 
+ 00010997  0x000018d2 hfetch  0x00000003 , 0x00008080 
+ 00010998  0x000018d3 store  0x00000003 , 0x0000418d 
+ 00010999  0x000018d4 hfetch  0x00000001 , 0x00008086 
+ 00011000  0x000018d5 store  0x00000001 , 0x00004198 
+ 00011001  0x000018d6 branch  0x00002c29 
+ 00011002  0x000018d9 hfetch  0x00000001 , 0x00008063 
+ 00011003  0x000018da nbranch  0x00002b00 , 0x00000034 
+ 00011004  0x000018db fetch  0x00000003 , 0x0000416f 
+ 00011005  0x000018dc nrtn  0x00000034 
+ 00011006  0x000018dd jam  0x000000c0 , 0x00008063 
+ 00011007  0x000018de jam  0x00000080 , 0x00008006 
+ 00011008  0x000018e0 hfetch  0x00000001 , 0x0000812d 
+ 00011009  0x000018e1 rtnbit0  0x00000001 
+ 00011010  0x000018e2 hfetch  0x00000003 , 0x00008149 
+ 00011011  0x000018e3 store  0x00000003 , 0x0000416f 
+ 00011012  0x000018e4 rtn 
+ 00011013  0x000018e9 bpatch  0x000000a3 , 0x00004014 
+ 00011014  0x000018ea deposit  0x0000001a 
+ 00011015  0x000018eb call  0x00007f37 
+ 00011016  0x000018ec fetcht  0x00000004 , 0x0000415f 
+ 00011017  0x000018ed sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00011018  0x000018ee rtn  0x00000002 
+ 00011019  0x000018ef lshift8  0x0000003f , 0x0000003f 
+ 00011020  0x000018f0 lshift4  0x0000003f , 0x0000003f 
+ 00011021  0x000018f1 idiv  0x00000002 
+ 00011022  0x000018f2 call  0x00007f86 
+ 00011023  0x000018f3 quotient  0x0000003f 
+ 00011024  0x000018f4 arg  0x000000c8 , 0x00000002 
+ 00011025  0x000018f5 call  0x00007f91 
+ 00011026  0x000018f6 store  0x00000001 , 0x00000099 
+ 00011027  0x000018f7 nbranch  0x00002b15 , 0x00000028 
+ 00011028  0x000018f8 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00011029  0x000018fa fetcht  0x00000003 , 0x0000416f 
+ 00011030  0x000018fb iadd  0x00000002 , 0x0000003f 
+ 00011031  0x000018fc store  0x00000003 , 0x0000416f 
+ 00011032  0x000018fe setarg  0x00000000 
+ 00011033  0x000018ff store  0x00000004 , 0x0000415f 
+ 00011034  0x00001900 rtn 
+ 00011035  0x00001905 fetch  0x00000001 , 0x00004177 
+ 00011036  0x00001906 set1  0x00000002 , 0x0000003f 
+ 00011037  0x00001907 store  0x00000001 , 0x00004177 
+ 00011038  0x00001908 branch  0x00002b23 
+ 00011039  0x0000190d arg  0xffffffff , 0x00000002 
+ 00011040  0x0000190e fetch  0x00000001 , 0x00004176 
+ 00011041  0x0000190f set0  0x00000007 , 0x0000003f 
+ 00011042  0x00001910 store  0x00000001 , 0x00004176 
+ 00011043  0x00001912 bpatch  0x000000a4 , 0x00004014 
+ 00011044  0x00001913 call  0x00002c29 
+ 00011045  0x00001914 fetch  0x00000001 , 0x00004157 
+ 00011046  0x00001915 store  0x00000001 , 0x0000417c 
+ 00011047  0x00001916 fetch  0x00000001 , 0x0000417a 
+ 00011048  0x00001917 set1  0x00000007 , 0x0000003f 
+ 00011049  0x00001918 store  0x00000001 , 0x0000417a 
+ 00011050  0x0000191c bpatch  0x000000a5 , 0x00004014 
+ 00011051  0x0000191d call  0x000029e7 
+ 00011052  0x0000191e fetch  0x00000004 , 0x0000415f 
+ 00011053  0x0000191f iadd  0x00000002 , 0x0000003f 
+ 00011054  0x00001920 store  0x00000004 , 0x0000415f 
+ 00011055  0x00001921 call  0x00002aef 
+ 00011056  0x00001922 fetch  0x00000005 , 0x00004178 
+ 00011057  0x00001923 hstore  0x00000004 , 0x0000804c 
+ 00011058  0x00001924 rshift32  0x0000003f , 0x00000011 
+ 00011059  0x00001925 until  0x0000003e , 0x00000033 
+ 00011060  0x00001926 deposit  0x00000019 
+ 00011061  0x00001927 store  0x00000006 , 0x00004163 
+ 00011062  0x00001928 jam  0x00000002 , 0x00008005 
+ 00011063  0x00001929 until  0x0000003e , 0x00000033 
+ 00011064  0x0000192a until  0x0000003e , 0x00000033 
+ 00011065  0x0000192b deposit  0x00000011 
+ 00011066  0x0000192c hstore  0x00000001 , 0x0000804f 
+ 00011067  0x0000192d jam  0x00000002 , 0x00008005 
+ 00011068  0x0000192f until  0x0000003e , 0x00000033 
+ 00011069  0x00001930 until  0x0000003e , 0x00000033 
+ 00011070  0x00001931 hstoret  0x00000004 , 0x0000804c 
+ 00011071  0x00001932 jam  0x00000010 , 0x00008005 
+ 00011072  0x00001933 until  0x0000003e , 0x0000003f 
+ 00011073  0x00001939 bpatch  0x000000a6 , 0x00004014 
+ 00011074  0x0000193a setarg  0x00000000 
+ 00011075  0x0000193b copy  0x00000027 , 0x0000003e 
+ 00011076  0x0000193c branch  0x00002b4c , 0x00000005 
+ 00011077  0x0000193d hfetch  0x00000001 , 0x0000813c 
+ 00011078  0x0000193e hfetcht  0x00000001 , 0x0000813d 
+ 00011079  0x0000193f isub  0x00000002 , 0x0000003e 
+ 00011080  0x00001940 branch  0x00002b4a , 0x00000002 
+ 00011081  0x00001941 deposit  0x00000002 
+ 00011082  0x00001943 isub  0x00000027 , 0x0000003f 
+ 00011083  0x00001944 increase  0x00000001 , 0x0000003f 
+ 00011084  0x00001946 increase  0x00000008 , 0x0000003f 
+ 00011085  0x00001947 until  0x0000003e , 0x00000033 
+ 00011086  0x00001948 iadd  0x00000031 , 0x0000003f 
+ 00011087  0x00001949 fetcht  0x00000004 , 0x0000415b 
+ 00011088  0x0000194a iadd  0x00000002 , 0x0000003f 
+ 00011089  0x0000194b fetcht  0x00000003 , 0x0000416f 
+ 00011090  0x0000194c imul32  0x00000002 , 0x0000003f 
+ 00011091  0x0000194d rshift8  0x0000003f , 0x0000003f 
+ 00011092  0x0000194e rshift4  0x0000003f , 0x0000003f 
+ 00011093  0x0000194f increase  0x0000006e , 0x0000003f 
+ 00011094  0x00001950 arg  0x00000ea6 , 0x00000002 
+ 00011095  0x00001951 idiv  0x00000002 
+ 00011096  0x00001952 call  0x00007f86 
+ 00011097  0x00001953 quotient  0x0000003f 
+ 00011098  0x00001954 lshift16  0x0000003f , 0x0000003f 
+ 00011099  0x00001955 remainder  0x00000002 
+ 00011100  0x00001956 ior  0x00000002 , 0x0000003f 
+ 00011101  0x00001957 fetcht  0x00000006 , 0x00004163 
+ 00011102  0x00001958 call  0x00007f2c 
+ 00011103  0x00001959 copy  0x00000002 , 0x00000019 
+ 00011104  0x0000195a fetch  0x00000006 , 0x00004048 
+ 00011105  0x0000195b call  0x00002854 
+ 00011106  0x0000195c deposit  0x0000001a 
+ 00011107  0x0000195d store  0x00000006 , 0x00000a9a 
+ 00011108  0x0000195e deposit  0x00000027 
+ 00011109  0x0000195f istore  0x00000001 , 0x00000005 
+ 00011110  0x00001960 hfetch  0x00000001 , 0x0000811d 
+ 00011111  0x00001961 or_into  0x000000f0 , 0x0000003f 
+ 00011112  0x00001962 istore  0x00000001 , 0x00000005 
+ 00011113  0x00001963 rtn 
+ 00011114  0x00001966 bpatch  0x000000a7 , 0x00004014 
+ 00011115  0x00001967 call  0x00002afa 
+ 00011116  0x00001968 fetch  0x00000003 , 0x0000416f 
+ 00011117  0x00001969 rtn  0x00000034 
+ 00011118  0x0000196a fetch  0x00000001 , 0x00004091 
+ 00011119  0x0000196b rtn  0x00000034 
+ 00011120  0x0000196c fetch  0x00000001 , 0x0000465a 
+ 00011121  0x0000196d branch  0x00002b74 , 0x00000034 
+ 00011122  0x0000196e fetch  0x00000001 , 0x000045b1 
+ 00011123  0x0000196f rtn  0x00000034 
+ 00011124  0x00001971 fetch  0x00000001 , 0x000044c0 
+ 00011125  0x00001972 nrtn  0x00000034 
+ 00011126  0x00001973 call  0x00002c3a 
+ 00011127  0x00001974 nrtn  0x00000034 
+ 00011128  0x00001975 fetch  0x00000001 , 0x00004040 
+ 00011129  0x00001976 compare  0x00000003 , 0x0000003f , 0x00000007 
+ 00011130  0x00001977 nbranch  0x00002b9d , 0x00000001 
+ 00011131  0x00001978 fetch  0x00000002 , 0x00004042 
+ 00011132  0x00001979 rtn  0x00000034 
+ 00011133  0x0000197a rtn  0x0000002b 
+ 00011134  0x0000197b bpatch  0x000000a8 , 0x00004015 
+ 00011135  0x0000197d fetcht  0x00000001 , 0x000000a0 
+ 00011136  0x0000197e fetch  0x00000002 , 0x00004042 
+ 00011137  0x0000197f imul32  0x00000002 , 0x0000003f 
+ 00011138  0x00001980 rshift4  0x00000002 , 0x00000002 
+ 00011139  0x00001981 rshift2  0x00000002 , 0x00000002 
+ 00011140  0x00001982 isub  0x00000002 , 0x0000003f 
+ 00011141  0x00001983 fetcht  0x00000004 , 0x00004044 
+ 00011142  0x00001984 iadd  0x00000002 , 0x0000003f 
+ 00011143  0x00001985 fetcht  0x00000001 , 0x00004156 
+ 00011144  0x00001986 isub  0x00000002 , 0x0000003f 
+ 00011145  0x00001987 lshift16  0x0000003f , 0x00000030 
+ 00011146  0x00001988 bpatch  0x000000a9 , 0x00004015 
+ 00011147  0x00001989 fetch  0x00000002 , 0x0000404e 
+ 00011148  0x0000198a rshift  0x0000003f , 0x0000003f 
+ 00011149  0x0000198b call  0x00007f50 
+ 00011150  0x0000198c deposit  0x00000030 
+ 00011151  0x0000198d call  0x00007f39 
+ 00011152  0x0000198e copy  0x0000001a , 0x00000002 
+ 00011153  0x0000198f call  0x00007f37 
+ 00011154  0x00001990 rtn  0x00000028 
+ 00011155  0x00001992 call  0x00007f49 
+ 00011156  0x00001994 bpatch  0x000000aa , 0x00004015 
+ 00011157  0x00001995 fetch  0x00000001 , 0x00004178 
+ 00011158  0x00001996 isub  0x00000002 , 0x0000003e 
+ 00011159  0x00001997 branch  0x00002b18 , 0x00000002 
+ 00011160  0x00001998 storet  0x00000004 , 0x0000415b 
+ 00011161  0x00001999 call  0x00003328 
+ 00011162  0x0000199a call  0x000052fb 
+ 00011163  0x0000199b fetcht  0x00000004 , 0x0000415b 
+ 00011164  0x0000199c branch  0x00002b2a 
+ 00011165  0x0000199f bpatch  0x000000ab , 0x00004015 
+ 00011166  0x000019a0 fetch  0x00000001 , 0x00004040 
+ 00011167  0x000019a1 rtnbit1  0x00000000 
+ 00011168  0x000019a2 rtnbit1  0x00000003 
+ 00011169  0x000019a3 fetch  0x00000001 , 0x0000465a 
+ 00011170  0x000019a4 branch  0x00002ba5 , 0x00000034 
+ 00011171  0x000019a5 fetch  0x00000001 , 0x000045b1 
+ 00011172  0x000019a6 rtn  0x00000034 
+ 00011173  0x000019a8 bpatch  0x000000ac , 0x00004015 
+ 00011174  0x000019a9 fetch  0x00000001 , 0x0000436e 
+ 00011175  0x000019aa nbranch  0x00002baa , 0x00000034 
+ 00011176  0x000019ab fetch  0x00000001 , 0x00004093 
+ 00011177  0x000019ac rtn  0x00000034 
+ 00011178  0x000019ae fetch  0x00000002 , 0x00004154 
+ 00011179  0x000019af rtn  0x00000034 
+ 00011180  0x000019b1 fetcht  0x00000001 , 0x00004156 
+ 00011181  0x000019b2 isub  0x00000002 , 0x0000003f 
+ 00011182  0x000019b3 arg  0x00001d4c , 0x00000002 
+ 00011183  0x000019b4 imul32  0x00000002 , 0x0000003f 
+ 00011184  0x000019b5 branch  0x00002b93 
+ 00011185  0x000019b8 bpatch  0x000000ad , 0x00004015 
+ 00011186  0x000019b9 disable  0x0000002b 
+ 00011187  0x000019ba fetch  0x00000001 , 0x00000030 
+ 00011188  0x000019bb rtnbit0  0x00000001 
+ 00011189  0x000019bc nbranch  0x00002bd0 , 0x0000002d 
+ 00011190  0x000019bd call  0x00002bcb 
+ 00011191  0x000019be fetch  0x00000002 , 0x000040c1 
+ 00011192  0x000019bf store  0x00000002 , 0x0000003e 
+ 00011193  0x000019c0 fetch  0x00000001 , 0x00000047 
+ 00011194  0x000019c1 bbit1  0x00000003 , 0x00002bde 
+ 00011195  0x000019c2 bmark0  0x0000000d , 0x00002bde 
+ 00011196  0x000019c3 call  0x00005274 
+ 00011197  0x000019c4 nbranch  0x00002bde , 0x00000034 
+ 00011198  0x000019c5 fetch  0x00000001 , 0x0000455c 
+ 00011199  0x000019c6 bbit1  0x00000001 , 0x00002bde 
+ 00011200  0x000019c8 jam  0x00000000 , 0x000000a0 
+ 00011201  0x000019c9 bmark0  0x0000000d , 0x00002bde 
+ 00011202  0x000019ca fetch  0x00000001 , 0x00004174 
+ 00011203  0x000019cb branch  0x00002be2 , 0x00000034 
+ 00011204  0x000019cc increase  0xffffffff , 0x0000003f 
+ 00011205  0x000019cd store  0x00000001 , 0x00004174 
+ 00011206  0x000019ce rtn 
+ 00011207  0x000019d2 arg  0x00000001 , 0x00000007 
+ 00011208  0x000019d3 branch  0x000060cd 
+ 00011209  0x000019d6 arg  0x00000001 , 0x00000007 
+ 00011210  0x000019d7 branch  0x000060d1 
+ 00011211  0x000019dc jam  0x00000000 , 0x00004159 
+ 00011212  0x000019dd fetch  0x00000003 , 0x00004169 
+ 00011213  0x000019de increase  0x00000001 , 0x0000003f 
+ 00011214  0x000019df store  0x00000003 , 0x00004169 
+ 00011215  0x000019e0 rtn 
+ 00011216  0x000019e3 bpatch  0x000000ae , 0x00004015 
+ 00011217  0x000019e4 fetcht  0x00000002 , 0x000040c1 
+ 00011218  0x000019e5 rshift  0x00000002 , 0x00000002 
+ 00011219  0x000019e6 fetch  0x00000002 , 0x0000003e 
+ 00011220  0x000019e7 iadd  0x00000002 , 0x0000003f 
+ 00011221  0x000019e8 store  0x00000002 , 0x0000003e 
+ 00011222  0x000019ea jam  0x00000000 , 0x000000a0 
+ 00011223  0x000019eb fetch  0x00000003 , 0x0000416c 
+ 00011224  0x000019ec increase  0x00000001 , 0x0000003f 
+ 00011225  0x000019ed store  0x00000003 , 0x0000416c 
+ 00011226  0x000019ee fetch  0x00000001 , 0x00004159 
+ 00011227  0x000019ef increase  0x00000001 , 0x0000003f 
+ 00011228  0x000019f0 store  0x00000001 , 0x00004159 
+ 00011229  0x000019f1 rtn 
+ 00011230  0x000019f4 jam  0x00000000 , 0x000000a0 
+ 00011231  0x000019f5 fetch  0x00000001 , 0x00004173 
+ 00011232  0x000019f6 store  0x00000001 , 0x00004174 
+ 00011233  0x000019f7 rtn 
+ 00011234  0x000019fa fetcht  0x00000001 , 0x00004172 
+ 00011235  0x000019fb storet  0x00000001 , 0x000000a0 
+ 00011236  0x000019fc rtn 
+ 00011237  0x000019ff bpatch  0x000000af , 0x00004015 
+ 00011238  0x00001a00 fetch  0x00000001 , 0x00004178 
+ 00011239  0x00001a01 nrtn  0x00000034 
+ 00011240  0x00001a02 jam  0x00000006 , 0x00008042 
+ 00011241  0x00001a03 setarg  0x00000f0c 
+ 00011242  0x00001a04 call  0x00002c18 
+ 00011243  0x00001a05 setarg  0x00030d40 
+ 00011244  0x00001a06 call  0x00002a8f 
+ 00011245  0x00001a07 until  0x0000003e , 0x00000033 
+ 00011246  0x00001a08 copy  0x00000031 , 0x00000030 
+ 00011247  0x00001a09 call  0x000029e7 
+ 00011248  0x00001a0a jam  0x00000004 , 0x00008042 
+ 00011249  0x00001a0b nop  0x0000000a 
+ 00011250  0x00001a0c until  0x0000003e , 0x00000033 
+ 00011251  0x00001a0d deposit  0x00000031 
+ 00011252  0x00001a0e isub  0x00000030 , 0x0000003f 
+ 00011253  0x00001a0f increase  0x00000030 , 0x0000003f 
+ 00011254  0x00001a10 arg  0x000000ff , 0x00000002 
+ 00011255  0x00001a11 call  0x00007f91 
+ 00011256  0x00001a12 store  0x00000001 , 0x00004178 
+ 00011257  0x00001a13 nop  0x00007530 
+ 00011258  0x00001a14 nop  0x00007530 
+ 00011259  0x00001a15 nop  0x00007530 
+ 00011260  0x00001a16 rtn 
+ 00011261  0x00001a19 fetch  0x00000001 , 0x00004178 
+ 00011262  0x00001a1a nrtn  0x00000034 
+ 00011263  0x00001a1b jam  0x000000ff , 0x00008044 
+ 00011264  0x00001a1c jam  0x00000006 , 0x00008042 
+ 00011265  0x00001a1d call  0x000029e7 
+ 00011266  0x00001a1e setarg  0x000003e8 
+ 00011267  0x00001a1f iadd  0x00000031 , 0x00000030 
+ 00011268  0x00001a20 snooze 
+ 00011269  0x00001a21 deposit  0x00000031 
+ 00011270  0x00001a22 nop  0x00002ee0 
+ 00011271  0x00001a23 nop  0x00002ee0 
+ 00011272  0x00001a24 nop  0x00002ee0 
+ 00011273  0x00001a25 nop  0x00002ee0 
+ 00011274  0x00001a26 nop  0x00002ee0 
+ 00011275  0x00001a27 nop  0x00002ee0 
+ 00011276  0x00001a28 nop  0x00002ee0 
+ 00011277  0x00001a29 nop  0x00002ee0 
+ 00011278  0x00001a2a nop  0x00002ee0 
+ 00011279  0x00001a2b isub  0x00000030 , 0x0000003f 
+ 00011280  0x00001a2c add  0x0000003f , 0x00000030 , 0x0000003f 
+ 00011281  0x00001a2d arg  0x000000ff , 0x00000002 
+ 00011282  0x00001a2e call  0x00007f91 
+ 00011283  0x00001a2f store  0x00000001 , 0x00004178 
+ 00011284  0x00001a30 nop  0x00007530 
+ 00011285  0x00001a31 nop  0x00007530 
+ 00011286  0x00001a32 nop  0x00007530 
+ 00011287  0x00001a33 rtn 
+ 00011288  0x00001a39 arg  0x00000fff , 0x00000005 
+ 00011289  0x00001a3a iand  0x00000005 , 0x00000005 
+ 00011290  0x00001a3b fetch  0x00000001 , 0x00004175 
+ 00011291  0x00001a3c and_into  0x000000f0 , 0x0000003f 
+ 00011292  0x00001a3d lshift8  0x0000003f , 0x0000003f 
+ 00011293  0x00001a3e ior  0x00000005 , 0x0000003f 
+ 00011294  0x00001a3f hstore  0x00000002 , 0x0000804c 
+ 00011295  0x00001a40 ifetch  0x00000002 , 0x00000006 
+ 00011296  0x00001a41 istore  0x00000002 , 0x00000005 
+ 00011297  0x00001a44 setarg  0x00000001 
+ 00011298  0x00001a45 branch  0x00002c24 
+ 00011299  0x00001a48 setarg  0x00000002 
+ 00011300  0x00001a4a until  0x0000003e , 0x00000033 
+ 00011301  0x00001a4b hstore  0x00000001 , 0x00008005 
+ 00011302  0x00001a4c until  0x0000003e , 0x00000033 
+ 00011303  0x00001a4d until  0x0000003e , 0x00000033 
+ 00011304  0x00001a4e rtn 
+ 00011305  0x00001a52 bpatch  0x000000b0 , 0x00004016 
+ 00011306  0x00001a53 fetch  0x00000004 , 0x000000a1 
+ 00011307  0x00001a54 hstore  0x00000004 , 0x0000804c 
+ 00011308  0x00001a55 setarg  0x00000004 
+ 00011309  0x00001a56 call  0x00002c24 
+ 00011310  0x00001a57 fetch  0x00000004 , 0x000000a5 
+ 00011311  0x00001a58 hstore  0x00000004 , 0x0000804c 
+ 00011312  0x00001a59 setarg  0x00000008 
+ 00011313  0x00001a5a branch  0x00002c24 
+ 00011314  0x00001a5d fetch  0x00000002 , 0x00004152 
+ 00011315  0x00001a5e qset1  0x0000003f 
+ 00011316  0x00001a5f store  0x00000002 , 0x00004152 
+ 00011317  0x00001a60 rtn 
+ 00011318  0x00001a63 fetch  0x00000002 , 0x00004152 
+ 00011319  0x00001a64 qset0  0x0000003f 
+ 00011320  0x00001a65 store  0x00000002 , 0x00004152 
+ 00011321  0x00001a66 rtn 
+ 00011322  0x00001a6b bpatch  0x000000b1 , 0x00004016 
+ 00011323  0x00001a6c call  0x00003326 
+ 00011324  0x00001a6d fetch  0x00000002 , 0x00004152 
+ 00011325  0x00001a6e copy  0x0000003f , 0x00000011 
+ 00011326  0x00001a6f fetch  0x00000001 , 0x0000004c 
+ 00011327  0x00001a70 isolate1  0x00000006 , 0x0000003f 
+ 00011328  0x00001a71 setflag  0x00000001 , 0x0000000b , 0x00000011 
+ 00011329  0x00001a72 fetch  0x00000001 , 0x00000078 
+ 00011330  0x00001a73 fetcht  0x00000001 , 0x0000007c 
+ 00011331  0x00001a74 iadd  0x00000002 , 0x0000003f 
+ 00011332  0x00001a75 fetcht  0x00000001 , 0x00000048 
+ 00011333  0x00001a76 iadd  0x00000002 , 0x0000003f 
+ 00011334  0x00001a77 nsetflag  0x00000034 , 0x0000000a , 0x00000011 
+ 00011335  0x00001a78 fetch  0x00000001 , 0x000044ff 
+ 00011336  0x00001a79 nsetflag  0x00000034 , 0x00000001 , 0x00000011 
+ 00011337  0x00001a7a fetch  0x00000002 , 0x0000025d 
+ 00011338  0x00001a7b fetcht  0x00000002 , 0x0000025f 
+ 00011339  0x00001a7c iadd  0x00000002 , 0x0000003f 
+ 00011340  0x00001a7d nsetflag  0x00000034 , 0x0000000d , 0x00000011 
+ 00011341  0x00001a7e fetch  0x00000008 , 0x00004668 
+ 00011342  0x00001a7f nsetflag  0x00000034 , 0x0000000f , 0x00000011 
+ 00011343  0x00001a80 fetch  0x00000008 , 0x00004670 
+ 00011344  0x00001a81 nsetflag  0x00000034 , 0x0000000e , 0x00000011 
+ 00011345  0x00001a82 fetch  0x00000001 , 0x000041ce 
+ 00011346  0x00001a83 nsetflag  0x00000034 , 0x00000008 , 0x00000011 
+ 00011347  0x00001a84 fetch  0x00000001 , 0x00004092 
+ 00011348  0x00001a85 compare  0x0000000a , 0x0000003f , 0x000000ff 
+ 00011349  0x00001a86 call  0x00002c5b , 0x00000001 
+ 00011350  0x00001a87 setarg  0xfffffff8 
+ 00011351  0x00001a88 iand  0x00000011 , 0x00000011 
+ 00011352  0x00001a89 copy  0x00000011 , 0x0000003f 
+ 00011353  0x00001a8a store  0x00000002 , 0x00004152 
+ 00011354  0x00001a8b rtn 
+ 00011355  0x00001a8e hfetch  0x00000002 , 0x00008112 
+ 00011356  0x00001a8f nsetflag  0x00000034 , 0x00000006 , 0x00000011 
+ 00011357  0x00001a90 hfetch  0x00000002 , 0x0000810e 
+ 00011358  0x00001a91 nsetflag  0x00000034 , 0x00000005 , 0x00000011 
+ 00011359  0x00001a92 rtn 
+ 00011360  0x00001a95 hfetch  0x00000004 , 0x00008138 
+ 00011361  0x00001a96 set0  0x0000001b , 0x0000003f 
+ 00011362  0x00001a97 hstore  0x00000004 , 0x0000804c 
+ 00011363  0x00001a98 call  0x00002c21 
+ 00011364  0x00001a99 branch  0x00002a8c 
+ 00011365  0x00001a9c hfetch  0x00000004 , 0x0000813c 
+ 00011366  0x00001a9d set0  0x00000014 , 0x0000003f 
+ 00011367  0x00001a9e hstore  0x00000004 , 0x0000804c 
+ 00011368  0x00001a9f branch  0x00002c23 
+ 00011369  0x00001aa2 fetch  0x00000002 , 0x00004150 
+ 00011370  0x00001aa3 bbit1  0x00000000 , 0x00002a8c 
+ 00011371  0x00001aa4 rtn 
+ 00011372  0x00001aa6 fetch  0x00000002 , 0x00004150 
+ 00011373  0x00001aa7 bbit1  0x00000001 , 0x00002a8c 
+ 00011374  0x00001aa8 rtn 
+ 00011375  0x00001aaa fetch  0x00000002 , 0x00004150 
+ 00011376  0x00001aab bbit1  0x00000002 , 0x00002a8c 
+ 00011377  0x00001aac rtn 
+ 00011378  0x00001aea bpatch  0x000000b2 , 0x00004016 
+ 00011379  0x00001aeb call  0x00002c7a 
+ 00011380  0x00001aec add  0x00000013 , 0x000000cd , 0x00000012 
+ 00011381  0x00001aed ifetch  0x00000001 , 0x00000012 
+ 00011382  0x00001aef rtneq  0x00000000 
+ 00011383  0x00001af0 beq  0x00000001 , 0x00002d06 
+ 00011384  0x00001af1 beq  0x00000002 , 0x00002c7f 
+ 00011385  0x00001af2 rtn 
+ 00011386  0x00001af5 fetcht  0x00000002 , 0x00004241 
+ 00011387  0x00001af6 copy  0x00000002 , 0x00000013 
+ 00011388  0x00001af7 rtn 
+ 00011389  0x00001afa call  0x00002f3d 
+ 00011390  0x00001afb branch  0x0000307d 
+ 00011391  0x00001afe call  0x00003084 
+ 00011392  0x00001aff call  0x0000305a 
+ 00011393  0x00001b00 call  0x0000305e 
+ 00011394  0x00001b01 branch  0x000030a2 
+ 00011395  0x00001b07 call  0x00003231 
+ 00011396  0x00001b08 setarg  0x0000004e 
+ 00011397  0x00001b09 call  0x0000322f 
+ 00011398  0x00001b0a call  0x000032ba 
+ 00011399  0x00001b0d add  0x00000013 , 0x00000092 , 0x00000011 
+ 00011400  0x00001b0e ifetch  0x00000004 , 0x00000011 
+ 00011401  0x00001b0f branch  0x0000322c 
+ 00011402  0x00001b12 call  0x00002c7a 
+ 00011403  0x00001b13 add  0x00000013 , 0x00000091 , 0x00000012 
+ 00011404  0x00001b14 ifetcht  0x00000001 , 0x00000012 
+ 00011405  0x00001b16 call  0x00002c90 
+ 00011406  0x00001b17 add  0x00000013 , 0x00000091 , 0x00000005 
+ 00011407  0x00001b19 branch  0x00002e56 
+ 00011408  0x00001b1c call  0x00002c94 
+ 00011409  0x00001b1d increase  0x00000001 , 0x00000002 
+ 00011410  0x00001b1e and_into  0x00000003 , 0x00000002 
+ 00011411  0x00001b1f rtn 
+ 00011412  0x00001b22 add  0x00000013 , 0x000000ae , 0x00000012 
+ 00011413  0x00001b23 ifetch  0x00000001 , 0x00000012 
+ 00011414  0x00001b25 and_into  0x00000003 , 0x0000003f 
+ 00011415  0x00001b26 mul32  0x0000003f , 0x00000004 , 0x00000011 
+ 00011416  0x00001b27 add  0x00000013 , 0x00000097 , 0x0000003f 
+ 00011417  0x00001b29 iadd  0x00000011 , 0x0000003f 
+ 00011418  0x00001b2a iadd  0x00000002 , 0x00000006 
+ 00011419  0x00001b2b ifetch  0x00000001 , 0x00000006 
+ 00011420  0x00001b2d branch  0x0000322f 
+ 00011421  0x00001b30 call  0x0000326c 
+ 00011422  0x00001b31 call  0x0000666a 
+ 00011423  0x00001b32 setarg  0x000007e2 
+ 00011424  0x00001b33 arg  0x00000aa2 , 0x00000011 
+ 00011425  0x00001b34 arg  0x00000004 , 0x00000002 
+ 00011426  0x00001b35 call  0x000066b3 
+ 00011427  0x00001b36 call  0x0000666d 
+ 00011428  0x00001b37 fetch  0x00000004 , 0x00000aa2 
+ 00011429  0x00001b38 call  0x00003227 
+ 00011430  0x00001b3a nrtn  0x00000034 
+ 00011431  0x00001b3b fetch  0x00000004 , 0x000040a0 
+ 00011432  0x00001b3d branch  0x00003227 
+ 00011433  0x00001b40 call  0x00003241 
+ 00011434  0x00001b42 setarg  0x00000000 
+ 00011435  0x00001b43 call  0x0000323f 
+ 00011436  0x00001b46 call  0x0000323a 
+ 00011437  0x00001b48 and_into  0x00000007 , 0x0000003f 
+ 00011438  0x00001b4a branch  0x0000323c 
+ 00011439  0x00001b4d call  0x0000323a 
+ 00011440  0x00001b4f set1  0x00000004 , 0x0000003f 
+ 00011441  0x00001b50 call  0x0000323c 
+ 00011442  0x00001b53 branch  0x00003235 
+ 00011443  0x00001b56 call  0x0000325d 
+ 00011444  0x00001b58 beq  0x00000001 , 0x00002cb7 
+ 00011445  0x00001b59 beq  0x00000002 , 0x00002cbc 
+ 00011446  0x00001b5a rtn 
+ 00011447  0x00001b5d call  0x0000323e 
+ 00011448  0x00001b60 add  0x00000013 , 0x000000d1 , 0x00000005 
+ 00011449  0x00001b61 call  0x000032d6 
+ 00011450  0x00001b63 call  0x00003242 
+ 00011451  0x00001b65 branch  0x00002cac 
+ 00011452  0x00001b68 call  0x0000325a 
+ 00011453  0x00001b6a branch  0x00002cb8 
+ 00011454  0x00001b6d add  0x00000013 , 0x0000008c , 0x00000011 
+ 00011455  0x00001b6e ifetch  0x00000001 , 0x00000011 
+ 00011456  0x00001b70 increase  0x00000001 , 0x0000003f 
+ 00011457  0x00001b71 add  0x00000013 , 0x0000008c , 0x00000005 
+ 00011458  0x00001b72 istore  0x00000001 , 0x00000005 
+ 00011459  0x00001b74 beq  0x00000020 , 0x00002dd2 
+ 00011460  0x00001b75 call  0x00003258 
+ 00011461  0x00001b77 beq  0x00000001 , 0x00002cca 
+ 00011462  0x00001b78 setarg  0x00000001 
+ 00011463  0x00001b79 call  0x0000325b 
+ 00011464  0x00001b7c call  0x00003258 
+ 00011465  0x00001b7e bne  0x00000001 , 0x00002cac 
+ 00011466  0x00001b80 add  0x00000013 , 0x000000d3 , 0x00000011 
+ 00011467  0x00001b81 ifetch  0x00000001 , 0x00000011 
+ 00011468  0x00001b83 increase  0x00000001 , 0x0000003f 
+ 00011469  0x00001b84 call  0x00002cd5 
+ 00011470  0x00001b86 beq  0x00000004 , 0x00002cd2 
+ 00011471  0x00001b87 call  0x00002c8a 
+ 00011472  0x00001b88 call  0x00002d04 
+ 00011473  0x00001b8a branch  0x00002d8f 
+ 00011474  0x00001b8d call  0x00002cd4 
+ 00011475  0x00001b8f branch  0x00002cac 
+ 00011476  0x00001b92 setarg  0x00000000 
+ 00011477  0x00001b94 add  0x00000013 , 0x000000d3 , 0x00000005 
+ 00011478  0x00001b95 branch  0x000032b4 
+ 00011479  0x00001b98 call  0x0000323e 
+ 00011480  0x00001b9b call  0x0000325a 
+ 00011481  0x00001b9d call  0x00003241 
+ 00011482  0x00001b9f branch  0x00002cac 
+ 00011483  0x00001ba2 call  0x0000325d 
+ 00011484  0x00001ba4 beq  0x00000003 , 0x00002cd8 
+ 00011485  0x00001ba5 call  0x0000323a 
+ 00011486  0x00001ba7 isolate0  0x00000004 , 0x0000003f 
+ 00011487  0x00001ba8 branch  0x00002ca9 , 0x00000001 
+ 00011488  0x00001ba9 call  0x0000325d 
+ 00011489  0x00001bab beq  0x00000001 , 0x00002cd7 
+ 00011490  0x00001bac beq  0x00000002 , 0x00002cd8 
+ 00011491  0x00001bad rtn 
+ 00011492  0x00001bb0 call  0x00003253 
+ 00011493  0x00001bb2 rtnne  0x000000ff 
+ 00011494  0x00001bb3 call  0x00002ce9 
+ 00011495  0x00001bb4 ncall  0x00002cf4 , 0x0000002c 
+ 00011496  0x00001bb5 rtn 
+ 00011497  0x00001bb8 disable  0x0000002c 
+ 00011498  0x00001bb9 add  0x00000013 , 0x000000ce , 0x00000011 
+ 00011499  0x00001bba ifetch  0x00000001 , 0x00000011 
+ 00011500  0x00001bbc rtnne  0x00000001 
+ 00011501  0x00001bbd add  0x00000013 , 0x000000d0 , 0x00000011 
+ 00011502  0x00001bbe ifetch  0x00000001 , 0x00000011 
+ 00011503  0x00001bc0 rtnne  0x00000000 
+ 00011504  0x00001bc1 setarg  0x00000001 
+ 00011505  0x00001bc2 call  0x00002cfd 
+ 00011506  0x00001bc4 call  0x00003237 
+ 00011507  0x00001bc6 branch  0x00007feb 
+ 00011508  0x00001bc9 add  0x00000013 , 0x000000d0 , 0x00000011 
+ 00011509  0x00001bca ifetch  0x00000001 , 0x00000011 
+ 00011510  0x00001bcc branch  0x00002cff , 0x00000034 
+ 00011511  0x00001bcd increase  0xffffffff , 0x0000003f 
+ 00011512  0x00001bce call  0x0000323f 
+ 00011513  0x00001bd0 setarg  0x00000002 
+ 00011514  0x00001bd1 call  0x00002cfd 
+ 00011515  0x00001bd3 call  0x00002c8a 
+ 00011516  0x00001bd5 branch  0x00003237 
+ 00011517  0x00001bd8 add  0x00000013 , 0x000000d2 , 0x00000005 
+ 00011518  0x00001bd9 branch  0x000032b4 
+ 00011519  0x00001bdd setarg  0x00000003 
+ 00011520  0x00001bde call  0x00002cfd 
+ 00011521  0x00001be0 call  0x00003258 
+ 00011522  0x00001be2 nbranch  0x00002cc8 , 0x00000034 
+ 00011523  0x00001be3 call  0x00002c8a 
+ 00011524  0x00001be6 setarg  0x00000002 
+ 00011525  0x00001be7 branch  0x00003238 
+ 00011526  0x00001bea rtnmark0  0x00000026 
+ 00011527  0x00001beb set1  0x00000027 , 0x00000000 
+ 00011528  0x00001bec bpatch  0x000000b3 , 0x00004016 
+ 00011529  0x00001bed add  0x00000013 , 0x0000008e , 0x00000011 
+ 00011530  0x00001bee ifetch  0x00000001 , 0x00000011 
+ 00011531  0x00001bf0 beq  0x00000001 , 0x00002d0f 
+ 00011532  0x00001bf1 call  0x0000306a 
+ 00011533  0x00001bf2 nbranch  0x00002d16 , 0x00000028 
+ 00011534  0x00001bf3 call  0x00002d1b 
+ 00011535  0x00001bf5 add  0x00000013 , 0x0000008e , 0x00000005 
+ 00011536  0x00001bf6 call  0x000032d6 
+ 00011537  0x00001bf8 call  0x00002d2c 
+ 00011538  0x00001bf9 nbranch  0x00002d7d , 0x00000028 
+ 00011539  0x00001bfa call  0x00002ce4 
+ 00011540  0x00001bfc call  0x00002d8f 
+ 00011541  0x00001bfd call  0x00002e7a 
+ 00011542  0x00001bff set0  0x00000027 , 0x00000000 
+ 00011543  0x00001c00 rtn 
+ 00011544  0x00001c03 rtn  0x00000005 
+ 00011545  0x00001c04 set1  0x0000001c , 0x0000003f 
+ 00011546  0x00001c05 rtn 
+ 00011547  0x00001c08 add  0x00000013 , 0x000000c2 , 0x00000011 
+ 00011548  0x00001c09 ifetch  0x00000001 , 0x00000011 
+ 00011549  0x00001c0b increase  0x00000001 , 0x0000003f 
+ 00011550  0x00001c0c add  0x00000013 , 0x000000c2 , 0x00000005 
+ 00011551  0x00001c0d istore  0x00000001 , 0x00000005 
+ 00011552  0x00001c0f beq  0x00000004 , 0x00002d23 
+ 00011553  0x00001c10 beq  0x00000005 , 0x00002d27 
+ 00011554  0x00001c11 rtn 
+ 00011555  0x00001c13 add  0x00000013 , 0x000000ad , 0x00000011 
+ 00011556  0x00001c14 ifetch  0x00000001 , 0x00000011 
+ 00011557  0x00001c18 add  0x00000013 , 0x000000ab , 0x00000005 
+ 00011558  0x00001c19 branch  0x000032b4 
+ 00011559  0x00001c1c add  0x00000013 , 0x000000c2 , 0x00000005 
+ 00011560  0x00001c1d call  0x000032d6 
+ 00011561  0x00001c1f add  0x00000013 , 0x000000ac , 0x00000011 
+ 00011562  0x00001c20 ifetch  0x00000001 , 0x00000011 
+ 00011563  0x00001c22 branch  0x00002d25 
+ 00011564  0x00001c25 call  0x00003253 
+ 00011565  0x00001c27 bne  0x000000ff , 0x00002eb1 
+ 00011566  0x00001c28 bpatch  0x000000b4 , 0x00004016 
+ 00011567  0x00001c29 call  0x00002d3a 
+ 00011568  0x00001c2a nbranch  0x00002d36 , 0x00000028 
+ 00011569  0x00001c2b call  0x00002d53 
+ 00011570  0x00001c2c call  0x00002e71 
+ 00011571  0x00001c2f setarg  0x00000001 
+ 00011572  0x00001c31 add  0x00000013 , 0x0000008b , 0x00000005 
+ 00011573  0x00001c32 branch  0x000032b4 
+ 00011574  0x00001c35 add  0x00000013 , 0x0000008b , 0x00000011 
+ 00011575  0x00001c36 ifetch  0x00000001 , 0x00000011 
+ 00011576  0x00001c38 beq  0x00000001 , 0x00007fe7 
+ 00011577  0x00001c39 rtn 
+ 00011578  0x00001c3d add  0x00000013 , 0x000000d8 , 0x00000002 
+ 00011579  0x00001c3e ifetch  0x00000002 , 0x00000002 
+ 00011580  0x00001c40 call  0x00007f9c 
+ 00011581  0x00001c41 nrtn  0x00000028 
+ 00011582  0x00001c42 copy  0x00000011 , 0x0000003f 
+ 00011583  0x00001c43 store  0x00000001 , 0x00000aae 
+ 00011584  0x00001c44 add  0x00000013 , 0x000000b2 , 0x00000005 
+ 00011585  0x00001c45 call  0x000032d6 
+ 00011586  0x00001c47 call  0x00002cac 
+ 00011587  0x00001c48 store  0x00000001 , 0x0000119e 
+ 00011588  0x00001c49 fetch  0x00000001 , 0x00000aae 
+ 00011589  0x00001c4a copy  0x0000003f , 0x00000011 
+ 00011590  0x00001c4b add  0x00000011 , 0x00000001 , 0x00000002 
+ 00011591  0x00001c4c arg  0x0000119f , 0x00000005 
+ 00011592  0x00001c4d copy  0x00000011 , 0x00000039 
+ 00011593  0x00001c4e copy  0x00000012 , 0x00000006 
+ 00011594  0x00001c4f call  0x00007f01 
+ 00011595  0x00001c50 arg  0x0000119e , 0x00000011 
+ 00011596  0x00001c52 rtnmark0  0x00000027 
+ 00011597  0x00001c53 add  0x00000013 , 0x00000086 , 0x00000005 
+ 00011598  0x00001c54 istoret  0x00000001 , 0x00000005 
+ 00011599  0x00001c56 copy  0x00000002 , 0x00000039 
+ 00011600  0x00001c57 add  0x00000013 , 0x00000022 , 0x00000005 
+ 00011601  0x00001c59 copy  0x00000011 , 0x00000006 
+ 00011602  0x00001c5a branch  0x00007f01 
+ 00011603  0x00001c5e add  0x00000013 , 0x00000086 , 0x00000011 
+ 00011604  0x00001c5f ifetch  0x00000001 , 0x00000011 
+ 00011605  0x00001c61 increase  0x00000002 , 0x0000003f 
+ 00011606  0x00001c62 add  0x00000013 , 0x00000088 , 0x00000005 
+ 00011607  0x00001c63 istore  0x00000001 , 0x00000005 
+ 00011608  0x00001c66 call  0x0000323a 
+ 00011609  0x00001c68 call  0x00003235 
+ 00011610  0x00001c6b add  0x00000013 , 0x00000086 , 0x00000011 
+ 00011611  0x00001c6c ifetch  0x00000001 , 0x00000011 
+ 00011612  0x00001c6e lshift3  0x0000003f , 0x0000003f 
+ 00011613  0x00001c6f add  0x00000013 , 0x00000085 , 0x00000011 
+ 00011614  0x00001c70 ifetcht  0x00000001 , 0x00000011 
+ 00011615  0x00001c72 and  0x00000002 , 0x00000003 , 0x00000002 
+ 00011616  0x00001c73 lshift  0x00000002 , 0x00000002 
+ 00011617  0x00001c74 ior  0x00000002 , 0x0000003f 
+ 00011618  0x00001c75 add  0x00000013 , 0x000000c3 , 0x00000011 
+ 00011619  0x00001c76 ifetcht  0x00000001 , 0x00000011 
+ 00011620  0x00001c78 iadd  0x00000002 , 0x0000003f 
+ 00011621  0x00001c79 istore  0x00000001 , 0x00000005 
+ 00011622  0x00001c7b add  0x00000013 , 0x00000086 , 0x00000011 
+ 00011623  0x00001c7c ifetch  0x00000001 , 0x00000011 
+ 00011624  0x00001c7e iforce  0x00000039 
+ 00011625  0x00001c7f add  0x00000013 , 0x00000022 , 0x00000006 
+ 00011626  0x00001c81 branch  0x00007f01 
+ 00011627  0x00001c84 call  0x0000324f 
+ 00011628  0x00001c86 call  0x0000325a 
+ 00011629  0x00001c88 call  0x00002e6d 
+ 00011630  0x00001c89 call  0x00002cac 
+ 00011631  0x00001c8a store  0x00000001 , 0x0000119e 
+ 00011632  0x00001c8b call  0x00002d77 
+ 00011633  0x00001c8c call  0x0000323a 
+ 00011634  0x00001c8e set1  0x00000003 , 0x0000003f 
+ 00011635  0x00001c8f call  0x0000323c 
+ 00011636  0x00001c91 call  0x00002d53 
+ 00011637  0x00001c92 call  0x00002d33 
+ 00011638  0x00001c93 branch  0x00002d14 
+ 00011639  0x00001c96 store  0x00000001 , 0x0000119f 
+ 00011640  0x00001c97 call  0x00003224 
+ 00011641  0x00001c99 store  0x00000004 , 0x000011a0 
+ 00011642  0x00001c9a arg  0x00000006 , 0x00000002 
+ 00011643  0x00001c9b arg  0x0000119e , 0x00000011 
+ 00011644  0x00001c9c branch  0x00002d4c 
+ 00011645  0x00001c9f add  0x00000013 , 0x000000b2 , 0x00000011 
+ 00011646  0x00001ca0 ifetch  0x00000001 , 0x00000011 
+ 00011647  0x00001ca2 branch  0x00002d6b , 0x00000034 
+ 00011648  0x00001ca5 add  0x00000013 , 0x000000da , 0x00000011 
+ 00011649  0x00001ca6 ifetch  0x00000002 , 0x00000011 
+ 00011650  0x00001ca8 branch  0x00007f9c 
+ 00011651  0x00001cab call  0x00002c7a 
+ 00011652  0x00001cad call  0x00002afa 
+ 00011653  0x00001cae fetch  0x00000003 , 0x0000416f 
+ 00011654  0x00001caf rtn  0x00000034 
+ 00011655  0x00001cb0 add  0x00000013 , 0x000000dc , 0x00000002 
+ 00011656  0x00001cb1 ifetch  0x00000002 , 0x00000002 
+ 00011657  0x00001cb3 call  0x00007f9c 
+ 00011658  0x00001cb4 add  0x00000013 , 0x000000b6 , 0x00000002 
+ 00011659  0x00001cb5 ifetch  0x00000008 , 0x00000002 
+ 00011660  0x00001cb6 call  0x00007f49 
+ 00011661  0x00001cb7 storet  0x00000004 , 0x0000415b 
+ 00011662  0x00001cb8 branch  0x00002b2a 
+ 00011663  0x00001cbb call  0x00002c7a 
+ 00011664  0x00001cbc add  0x00000013 , 0x0000008f , 0x00000005 
+ 00011665  0x00001cbd call  0x000032d6 
+ 00011666  0x00001cc0 call  0x00002da4 
+ 00011667  0x00001cc1 nbranch  0x00002dae , 0x00000018 
+ 00011668  0x00001cc2 nbranch  0x00002dae , 0x0000002f 
+ 00011669  0x00001cc3 call  0x00002dd6 
+ 00011670  0x00001cc4 call  0x00002e75 
+ 00011671  0x00001cc6 call  0x00002c7a 
+ 00011672  0x00001cc7 add  0x00000013 , 0x00000085 , 0x00000011 
+ 00011673  0x00001cc8 ifetch  0x00000001 , 0x00000011 
+ 00011674  0x00001cca increase  0x00000001 , 0x0000003f 
+ 00011675  0x00001ccb call  0x00003232 
+ 00011676  0x00001ccd call  0x00003253 
+ 00011677  0x00001ccf bne  0x000000ff , 0x00002ed0 
+ 00011678  0x00001cd0 call  0x00002cdb 
+ 00011679  0x00001cd2 setarg  0x00000000 
+ 00011680  0x00001cd3 add  0x00000013 , 0x0000008c , 0x00000005 
+ 00011681  0x00001cd4 istore  0x00000002 , 0x00000005 
+ 00011682  0x00001cd8 setarg  0x00000000 
+ 00011683  0x00001cd9 branch  0x00002d34 
+ 00011684  0x00001cdd disable  0x0000002f 
+ 00011685  0x00001cde call  0x00002df7 
+ 00011686  0x00001cdf call  0x00002c7a 
+ 00011687  0x00001ce0 add  0x00000013 , 0x000000c3 , 0x00000011 
+ 00011688  0x00001ce1 ifetch  0x00000001 , 0x00000011 
+ 00011689  0x00001ce3 beq  0x00000001 , 0x00002dac 
+ 00011690  0x00001ce4 call  0x00002e11 
+ 00011691  0x00001ce5 branch  0x00002e45 
+ 00011692  0x00001ce7 call  0x00002e45 
+ 00011693  0x00001ce8 branch  0x00002d97 
+ 00011694  0x00001cec bpatch  0x000000b5 , 0x00004016 
+ 00011695  0x00001ced add  0x00000013 , 0x0000008d , 0x00000011 
+ 00011696  0x00001cee ifetch  0x00000001 , 0x00000011 
+ 00011697  0x00001cf0 increase  0x00000001 , 0x0000003f 
+ 00011698  0x00001cf1 add  0x00000013 , 0x0000008d , 0x00000005 
+ 00011699  0x00001cf2 istore  0x00000001 , 0x00000005 
+ 00011700  0x00001cf4 call  0x00003253 
+ 00011701  0x00001cf6 bne  0x000000ff , 0x00002dcc 
+ 00011702  0x00001cf7 add  0x00000013 , 0x0000008f , 0x00000011 
+ 00011703  0x00001cf8 ifetcht  0x00000001 , 0x00000011 
+ 00011704  0x00001cfa increase  0x00000001 , 0x00000002 
+ 00011705  0x00001cfb add  0x00000013 , 0x0000008f , 0x00000005 
+ 00011706  0x00001cfc istoret  0x00000001 , 0x00000005 
+ 00011707  0x00001cfe add  0x00000013 , 0x000000cc , 0x00000011 
+ 00011708  0x00001cff ifetch  0x00000001 , 0x00000011 
+ 00011709  0x00001d01 isub  0x00000002 , 0x0000003f 
+ 00011710  0x00001d02 nbranch  0x00002d92 , 0x00000034 
+ 00011711  0x00001d03 bpatch  0x000000b6 , 0x00004016 
+ 00011712  0x00001d04 call  0x0000325d 
+ 00011713  0x00001d06 beq  0x00000003 , 0x00002cbe 
+ 00011714  0x00001d07 add  0x00000013 , 0x000000d1 , 0x00000011 
+ 00011715  0x00001d08 ifetch  0x00000001 , 0x00000011 
+ 00011716  0x00001d0a increase  0x00000001 , 0x0000003f 
+ 00011717  0x00001d0b add  0x00000013 , 0x000000d1 , 0x00000005 
+ 00011718  0x00001d0c istore  0x00000001 , 0x00000005 
+ 00011719  0x00001d0e beq  0x00000002 , 0x00002cb3 
+ 00011720  0x00001d0f call  0x00002caf 
+ 00011721  0x00001d10 setarg  0x00000001 
+ 00011722  0x00001d11 call  0x00003238 
+ 00011723  0x00001d13 branch  0x00002d8f 
+ 00011724  0x00001d16 add  0x00000013 , 0x0000008d , 0x00000011 
+ 00011725  0x00001d17 ifetch  0x00000001 , 0x00000011 
+ 00011726  0x00001d19 rtnne  0x000000ff 
+ 00011727  0x00001d1a add  0x00000013 , 0x0000008d , 0x00000005 
+ 00011728  0x00001d1b call  0x000032d6 
+ 00011729  0x00001d1d branch  0x00002dd4 
+ 00011730  0x00001d20 add  0x00000013 , 0x0000008c , 0x00000005 
+ 00011731  0x00001d21 call  0x000032d6 
+ 00011732  0x00001d24 jam  0x0000003a , 0x00000a99 
+ 00011733  0x00001d25 branch  0x00007d86 
+ 00011734  0x00001d28 call  0x00002dde 
+ 00011735  0x00001d29 add  0x00000013 , 0x00000084 , 0x00000011 
+ 00011736  0x00001d2a ifetch  0x00000001 , 0x00000011 
+ 00011737  0x00001d2c rtn  0x00000034 
+ 00011738  0x00001d2d iforce  0x00000039 
+ 00011739  0x00001d2e add  0x00000013 , 0x00000002 , 0x00000006 
+ 00011740  0x00001d30 add  0x00000013 , 0x00000064 , 0x00000005 
+ 00011741  0x00001d32 branch  0x00007f01 
+ 00011742  0x00001d37 call  0x0000325f 
+ 00011743  0x00001d39 rshift3  0x0000003f , 0x0000003f 
+ 00011744  0x00001d3a add  0x00000013 , 0x00000084 , 0x00000005 
+ 00011745  0x00001d3b istore  0x00000001 , 0x00000005 
+ 00011746  0x00001d3e increase  0x00000001 , 0x0000003f 
+ 00011747  0x00001d3f add  0x00000013 , 0x00000001 , 0x00000006 
+ 00011748  0x00001d41 iadd  0x00000006 , 0x00000006 
+ 00011749  0x00001d42 ifetch  0x00000003 , 0x00000006 
+ 00011750  0x00001d43 add  0x00000013 , 0x000000c4 , 0x00000005 
+ 00011751  0x00001d44 istore  0x00000003 , 0x00000005 
+ 00011752  0x00001d47 call  0x0000325f 
+ 00011753  0x00001d49 rshift  0x0000003f , 0x0000003f 
+ 00011754  0x00001d4a and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00011755  0x00001d4b add  0x00000013 , 0x000000ca , 0x00000005 
+ 00011756  0x00001d4c istore  0x00000001 , 0x00000005 
+ 00011757  0x00001d4e rtn 
+ 00011758  0x00001d51 disable  0x00000009 
+ 00011759  0x00001d52 disable  0x00000007 
+ 00011760  0x00001d53 setarg  0x00555555 
+ 00011761  0x00001d54 iforce  0x0000000f 
+ 00011762  0x00001d55 rtn 
+ 00011763  0x00001d58 call  0x00002918 
+ 00011764  0x00001d59 add  0x00000013 , 0x00000090 , 0x00000011 
+ 00011765  0x00001d5a ifetcht  0x00000001 , 0x00000011 
+ 00011766  0x00001d5c branch  0x00002933 
+ 00011767  0x00001d5f call  0x00002dee 
+ 00011768  0x00001d60 call  0x00002df3 
+ 00011769  0x00001d61 set1  0x00000000 , 0x00000015 
+ 00011770  0x00001d62 enable  0x0000001d 
+ 00011771  0x00001d63 enable  0x00000020 
+ 00011772  0x00001d64 disable  0x00000021 
+ 00011773  0x00001d65 call  0x000053c4 
+ 00011774  0x00001d66 call  0x0000322a 
+ 00011775  0x00001d68 iforce  0x00000009 
+ 00011776  0x00001d69 inject  0x00000003 , 0x00000020 
+ 00011777  0x00001d6a enable  0x00000009 
+ 00011778  0x00001d6b add  0x00000013 , 0x00000088 , 0x00000011 
+ 00011779  0x00001d6c ifetch  0x00000001 , 0x00000011 
+ 00011780  0x00001d6e iforce  0x00000039 
+ 00011781  0x00001d6f add  0x00000013 , 0x00000042 , 0x00000006 
+ 00011782  0x00001d72 ifetch  0x00000001 , 0x00000006 
+ 00011783  0x00001d73 inject  0x00000003 , 0x00000008 
+ 00011784  0x00001d74 loop  0x00002e06 
+ 00011785  0x00001d75 enable  0x00000008 
+ 00011786  0x00001d76 inject  0x00000003 , 0x00000018 
+ 00011787  0x00001d77 disable  0x00000008 
+ 00011788  0x00001d78 until  0x0000003e , 0x00000027 
+ 00011789  0x00001d79 bpatch  0x000000b7 , 0x00004016 
+ 00011790  0x00001d7a nop  0x00000064 
+ 00011791  0x00001d7b disable  0x0000001d 
+ 00011792  0x00001d7c rtn 
+ 00011793  0x00001d7f disable  0x0000002f 
+ 00011794  0x00001d80 force  0x00000000 , 0x00000015 
+ 00011795  0x00001d81 add  0x00000013 , 0x00000090 , 0x00000011 
+ 00011796  0x00001d82 ifetcht  0x00000001 , 0x00000011 
+ 00011797  0x00001d84 call  0x0000291f 
+ 00011798  0x00001d85 call  0x00002924 
+ 00011799  0x00001d87 call  0x00002dee 
+ 00011800  0x00001d88 enable  0x0000000d 
+ 00011801  0x00001d89 enable  0x00000021 
+ 00011802  0x00001d8a disable  0x00000020 
+ 00011803  0x00001d8b call  0x000053c4 
+ 00011804  0x00001d8c call  0x0000322a 
+ 00011805  0x00001d8e iforce  0x00000009 
+ 00011806  0x00001d8f enable  0x00000010 
+ 00011807  0x00001d90 add  0x00000013 , 0x00000089 , 0x00000011 
+ 00011808  0x00001d91 ifetch  0x00000002 , 0x00000011 
+ 00011809  0x00001d93 iforce  0x0000001b 
+ 00011810  0x00001d94 correlate  0x0000003e , 0x00000003 
+ 00011811  0x00001d95 nbranch  0x00002e4d , 0x00000018 
+ 00011812  0x00001d96 enable  0x00000009 
+ 00011813  0x00001d97 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00011814  0x00001d98 rshift3  0x0000000c , 0x0000003f 
+ 00011815  0x00001d99 add  0x00000013 , 0x00000000 , 0x00000005 
+ 00011816  0x00001d9a istore  0x00000001 , 0x00000005 
+ 00011817  0x00001d9c add  0x00000013 , 0x000000cd , 0x00000011 
+ 00011818  0x00001d9d ifetch  0x00000001 , 0x00000011 
+ 00011819  0x00001d9f beq  0x00000002 , 0x00002e33 
+ 00011820  0x00001da0 bpatch  0x000000b8 , 0x00004017 
+ 00011821  0x00001da1 add  0x00000013 , 0x00000000 , 0x00000011 
+ 00011822  0x00001da2 ifetch  0x00000001 , 0x00000011 
+ 00011823  0x00001da4 add  0x00000013 , 0x00000087 , 0x00000011 
+ 00011824  0x00001da5 ifetcht  0x00000001 , 0x00000011 
+ 00011825  0x00001da7 icompare  0x00000007 , 0x00000002 
+ 00011826  0x00001da8 nbranch  0x00002e45 , 0x00000001 
+ 00011827  0x00001daa parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00011828  0x00001dab rshift3  0x0000000c , 0x0000003f 
+ 00011829  0x00001dac istore  0x00000001 , 0x00000005 
+ 00011830  0x00001dad rshift3  0x0000003f , 0x0000003f 
+ 00011831  0x00001dae and  0x0000003f , 0x0000001f , 0x00000039 
+ 00011832  0x00001daf branch  0x00002e3d , 0x00000005 
+ 00011833  0x00001db1 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00011834  0x00001db2 rshift3  0x0000000c , 0x0000003f 
+ 00011835  0x00001db3 istore  0x00000001 , 0x00000005 
+ 00011836  0x00001db4 loop  0x00002e39 
+ 00011837  0x00001db6 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00011838  0x00001db7 rshift32  0x0000003f , 0x0000003f 
+ 00011839  0x00001db8 rshift16  0x0000003f , 0x0000003f 
+ 00011840  0x00001db9 istore  0x00000003 , 0x00000005 
+ 00011841  0x00001dba branch  0x00002e45 , 0x00000006 
+ 00011842  0x00001dbb enable  0x0000002f 
+ 00011843  0x00001dbc disable  0x0000000d 
+ 00011844  0x00001dbd rtn 
+ 00011845  0x00001dc1 disable  0x0000001d 
+ 00011846  0x00001dc2 disable  0x0000000d 
+ 00011847  0x00001dc3 disable  0x00000009 
+ 00011848  0x00001dc4 disable  0x00000007 
+ 00011849  0x00001dc5 branch  0x000028f9 , 0x00000021 
+ 00011850  0x00001dc6 until  0x0000003e , 0x00000027 
+ 00011851  0x00001dc7 nop  0x00000064 
+ 00011852  0x00001dc8 branch  0x000028f9 
+ 00011853  0x00001dcb call  0x00002e4f 
+ 00011854  0x00001dcc branch  0x00002e45 
+ 00011855  0x00001dcf call  0x000029bb 
+ 00011856  0x00001dd0 rtn  0x00000034 
+ 00011857  0x00001dd1 add  0x00000013 , 0x000000ea , 0x00000011 
+ 00011858  0x00001dd2 ifetcht  0x00000001 , 0x00000011 
+ 00011859  0x00001dd4 arg  0x00000d9e , 0x00000011 
+ 00011860  0x00001dd6 call  0x00002e58 
+ 00011861  0x00001dd7 add  0x00000013 , 0x000000ea , 0x00000005 
+ 00011862  0x00001dda istoret  0x00000001 , 0x00000005 
+ 00011863  0x00001ddb rtn 
+ 00011864  0x00001dde arg  0x000000ff , 0x00000012 
+ 00011865  0x00001ddf branch  0x00002e5a 
+ 00011866  0x00001df2 copy  0x00000011 , 0x0000003f 
+ 00011867  0x00001df3 iadd  0x00000002 , 0x00000005 
+ 00011868  0x00001df4 fetch  0x00000001 , 0x00000018 
+ 00011869  0x00001df5 istore  0x00000001 , 0x00000005 
+ 00011870  0x00001df6 increase  0x00000001 , 0x00000002 
+ 00011871  0x00001df7 copy  0x00000012 , 0x0000003f 
+ 00011872  0x00001df8 iand_into  0x00000002 
+ 00011873  0x00001df9 rtn 
+ 00011874  0x00001dfc arg  0x00000000 , 0x00000002 
+ 00011875  0x00001dfd copy  0x00000011 , 0x00000006 
+ 00011876  0x00001dff ifetch  0x00000001 , 0x00000006 
+ 00011877  0x00001e00 iadd  0x00000002 , 0x00000002 
+ 00011878  0x00001e01 loop  0x00002e64 
+ 00011879  0x00001e02 rshift8  0x00000002 , 0x00000002 
+ 00011880  0x00001e03 rtn 
+ 00011881  0x00001e06 call  0x00002c7a 
+ 00011882  0x00001e07 call  0x00002e9f 
+ 00011883  0x00001e08 setarg  0x00000001 
+ 00011884  0x00001e09 call  0x00003272 
+ 00011885  0x00001e0c setarg  0x00000000 
+ 00011886  0x00001e0d call  0x00002e73 
+ 00011887  0x00001e0f istore  0x00000001 , 0x00000005 
+ 00011888  0x00001e11 rtn 
+ 00011889  0x00001e14 call  0x00003270 
+ 00011890  0x00001e16 increase  0x00000001 , 0x0000003f 
+ 00011891  0x00001e19 add  0x00000013 , 0x000000fc , 0x00000005 
+ 00011892  0x00001e1a branch  0x000032b4 
+ 00011893  0x00001e1f add  0x00000013 , 0x000000fd , 0x00000011 
+ 00011894  0x00001e20 ifetch  0x00000001 , 0x00000011 
+ 00011895  0x00001e21 increase  0x00000001 , 0x0000003f 
+ 00011896  0x00001e22 add  0x00000013 , 0x000000fd , 0x00000005 
+ 00011897  0x00001e23 branch  0x000032b4 
+ 00011898  0x00001e26 bpatch  0x000000b9 , 0x00004017 
+ 00011899  0x00001e27 call  0x00003270 
+ 00011900  0x00001e29 sub  0x0000003f , 0x0000007c , 0x0000003e 
+ 00011901  0x00001e2a rtn  0x00000002 
+ 00011902  0x00001e2b add  0x00000013 , 0x000000fd , 0x00000011 
+ 00011903  0x00001e2c ifetcht  0x00000001 , 0x00000011 
+ 00011904  0x00001e2e isub  0x00000002 , 0x00000002 
+ 00011905  0x00001e2f call  0x00002e6d 
+ 00011906  0x00001e30 setarg  0x00000102 
+ 00011907  0x00001e31 iadd  0x00000013 , 0x00000011 
+ 00011908  0x00001e32 ifetch  0x00000001 , 0x00000011 
+ 00011909  0x00001e34 isub  0x00000002 , 0x0000003e 
+ 00011910  0x00001e35 nbranch  0x00002e8d , 0x00000002 
+ 00011911  0x00001e36 setarg  0x00000103 
+ 00011912  0x00001e37 iadd  0x00000013 , 0x00000011 
+ 00011913  0x00001e38 ifetch  0x00000001 , 0x00000011 
+ 00011914  0x00001e3a isub  0x00000002 , 0x0000003e 
+ 00011915  0x00001e3b branch  0x00002e99 , 0x00000002 
+ 00011916  0x00001e3c rtn 
+ 00011917  0x00001e3f add  0x00000013 , 0x000000fe , 0x00000011 
+ 00011918  0x00001e40 ifetch  0x00000001 , 0x00000011 
+ 00011919  0x00001e42 beq  0x00000002 , 0x00002e93 
+ 00011920  0x00001e43 increase  0x00000001 , 0x0000003f 
+ 00011921  0x00001e44 call  0x00003272 
+ 00011922  0x00001e46 beq  0x00000001 , 0x00002e9f 
+ 00011923  0x00001e48 setarg  0x0000000a 
+ 00011924  0x00001e49 call  0x000032b0 
+ 00011925  0x00001e4b setarg  0x00000000 
+ 00011926  0x00001e4c call  0x000032b2 
+ 00011927  0x00001e4f add  0x00000013 , 0x000000ff , 0x00000011 
+ 00011928  0x00001e51 branch  0x00002ea5 
+ 00011929  0x00001e54 add  0x00000013 , 0x000000fe , 0x00000011 
+ 00011930  0x00001e55 ifetch  0x00000001 , 0x00000011 
+ 00011931  0x00001e57 beq  0x00000000 , 0x00002ea7 
+ 00011932  0x00001e58 increase  0xffffffff , 0x0000003f 
+ 00011933  0x00001e59 call  0x00003272 
+ 00011934  0x00001e5b beq  0x00000000 , 0x00002ea7 
+ 00011935  0x00001e60 setarg  0x00000005 
+ 00011936  0x00001e61 call  0x000032b0 
+ 00011937  0x00001e63 setarg  0x00000000 
+ 00011938  0x00001e64 call  0x000032b2 
+ 00011939  0x00001e67 setarg  0x00000100 
+ 00011940  0x00001e69 iadd  0x00000013 , 0x00000011 
+ 00011941  0x00001e6b ifetch  0x00000001 , 0x00000011 
+ 00011942  0x00001e6d branch  0x0000326a 
+ 00011943  0x00001e72 setarg  0x00000002 
+ 00011944  0x00001e73 call  0x000032b0 
+ 00011945  0x00001e75 setarg  0x00000000 
+ 00011946  0x00001e76 call  0x000032b2 
+ 00011947  0x00001e79 setarg  0x00000101 
+ 00011948  0x00001e7b branch  0x00002ea4 
+ 00011949  0x00001e8a set1  0x00000026 , 0x00000000 
+ 00011950  0x00001e8b call  0x00002c83 
+ 00011951  0x00001e8e setarg  0x00000001 
+ 00011952  0x00001e8f branch  0x00003256 
+ 00011953  0x00001e92 add  0x00000013 , 0x0000008b , 0x00000011 
+ 00011954  0x00001e93 ifetch  0x00000001 , 0x00000011 
+ 00011955  0x00001e95 beq  0x00000001 , 0x00007fe7 
+ 00011956  0x00001e96 call  0x00003253 
+ 00011957  0x00001e98 beq  0x00000001 , 0x00002eb9 
+ 00011958  0x00001e99 beq  0x00000002 , 0x00002ebd 
+ 00011959  0x00001e9a beq  0x00000003 , 0x00002ec1 
+ 00011960  0x00001e9b branch  0x00002a8c 
+ 00011961  0x00001e9e setarg  0x00000011 
+ 00011962  0x00001e9f call  0x00003256 
+ 00011963  0x00001ea1 jam  0x000000aa , 0x0000119e 
+ 00011964  0x00001ea2 branch  0x00002ec4 
+ 00011965  0x00001ea4 setarg  0x00000012 
+ 00011966  0x00001ea5 call  0x00003256 
+ 00011967  0x00001ea7 jam  0x00000055 , 0x0000119e 
+ 00011968  0x00001ea8 branch  0x00002ec4 
+ 00011969  0x00001eaa setarg  0x00000013 
+ 00011970  0x00001eab call  0x00003256 
+ 00011971  0x00001ead jam  0x00000022 , 0x0000119e 
+ 00011972  0x00001eaf call  0x0000323a 
+ 00011973  0x00001eb1 and_into  0x00000007 , 0x0000003f 
+ 00011974  0x00001eb2 store  0x00000001 , 0x0000119f 
+ 00011975  0x00001eb3 call  0x00003224 
+ 00011976  0x00001eb5 store  0x00000004 , 0x000011a0 
+ 00011977  0x00001eb7 jam  0x00000000 , 0x000011a4 
+ 00011978  0x00001eb8 arg  0x0000119e , 0x00000011 
+ 00011979  0x00001eb9 arg  0x00000007 , 0x00000002 
+ 00011980  0x00001eba call  0x00002d4c 
+ 00011981  0x00001ebb call  0x00002d53 
+ 00011982  0x00001ebc call  0x00002d33 
+ 00011983  0x00001ebd branch  0x00007fe7 
+ 00011984  0x00001ec0 call  0x00003253 
+ 00011985  0x00001ec2 rtneq  0x000000ff 
+ 00011986  0x00001ec3 beq  0x00000011 , 0x00002ed6 
+ 00011987  0x00001ec4 beq  0x00000012 , 0x00002ed9 
+ 00011988  0x00001ec5 beq  0x00000013 , 0x00002edc 
+ 00011989  0x00001ec6 rtn 
+ 00011990  0x00001ec9 setarg  0x00000002 
+ 00011991  0x00001eca call  0x00003256 
+ 00011992  0x00001ecc branch  0x00002d9f 
+ 00011993  0x00001ece setarg  0x00000003 
+ 00011994  0x00001ecf call  0x00003256 
+ 00011995  0x00001ed1 branch  0x00002d9f 
+ 00011996  0x00001ed3 setarg  0x000000ff 
+ 00011997  0x00001ed4 call  0x00003256 
+ 00011998  0x00001ed6 jam  0x00000039 , 0x00000a99 
+ 00011999  0x00001ed7 call  0x00007d86 
+ 00012000  0x00001ed8 add  0x00000013 , 0x00000066 , 0x00000011 
+ 00012001  0x00001ed9 ifetch  0x00000004 , 0x00000011 
+ 00012002  0x00001edb call  0x0000322c 
+ 00012003  0x00001edd branch  0x00002d9f 
+ 00012004  0x00001ee0 set0  0x00000026 , 0x00000000 
+ 00012005  0x00001ee1 call  0x00002f08 
+ 00012006  0x00001ee2 call  0x00002f22 
+ 00012007  0x00001ee4 call  0x00003263 
+ 00012008  0x00001ee6 nop  0x000007d0 
+ 00012009  0x00001ee7 call  0x00003261 
+ 00012010  0x00001ee8 beq  0x000000ff , 0x00002dd4 
+ 00012011  0x00001ee9 call  0x00002da4 
+ 00012012  0x00001eea nbranch  0x00002efa , 0x00000018 
+ 00012013  0x00001eeb nbranch  0x00002efa , 0x0000002f 
+ 00012014  0x00001eec call  0x00002dd6 
+ 00012015  0x00001eed call  0x00002c7a 
+ 00012016  0x00001eee add  0x00000013 , 0x00000092 , 0x00000011 
+ 00012017  0x00001eef ifetcht  0x00000004 , 0x00000011 
+ 00012018  0x00001ef0 call  0x000030be 
+ 00012019  0x00001ef1 branch  0x00002ead , 0x00000005 
+ 00012020  0x00001ef2 call  0x00002c7a 
+ 00012021  0x00001ef3 add  0x00000013 , 0x00000066 , 0x00000011 
+ 00012022  0x00001ef4 ifetch  0x00000004 , 0x00000011 
+ 00012023  0x00001ef5 beq  0x00000000 , 0x00002ee7 
+ 00012024  0x00001ef6 call  0x0000322c 
+ 00012025  0x00001ef7 branch  0x00002f1c 
+ 00012026  0x00001efa call  0x00003261 
+ 00012027  0x00001efb increase  0x00000001 , 0x0000003f 
+ 00012028  0x00001efc call  0x00003264 
+ 00012029  0x00001efe call  0x00002f04 
+ 00012030  0x00001eff increase  0x00000001 , 0x0000003f 
+ 00012031  0x00001f00 and_into  0x00000001 , 0x0000003f 
+ 00012032  0x00001f01 call  0x00002f06 
+ 00012033  0x00001f02 beq  0x00000000 , 0x00002f0c 
+ 00012034  0x00001f03 beq  0x00000001 , 0x00002f0e 
+ 00012035  0x00001f04 rtn 
+ 00012036  0x00001f07 setarg  0x0000018b 
+ 00012037  0x00001f08 branch  0x000032d0 
+ 00012038  0x00001f0a arg  0x0000018b , 0x00000011 
+ 00012039  0x00001f0b branch  0x000032b3 
+ 00012040  0x00001f0e call  0x00003267 
+ 00012041  0x00001f0f call  0x00003224 
+ 00012042  0x00001f10 call  0x0000322c 
+ 00012043  0x00001f11 branch  0x00002c8a 
+ 00012044  0x00001f14 call  0x00002f08 
+ 00012045  0x00001f15 branch  0x00002ee8 
+ 00012046  0x00001f18 call  0x00002c83 
+ 00012047  0x00001f19 branch  0x00002ee8 
+ 00012048  0x00001f1d set0  0x00000026 , 0x00000000 
+ 00012049  0x00001f1e call  0x00002c8a 
+ 00012050  0x00001f1f call  0x00003253 
+ 00012051  0x00001f21 rtnne  0x000000ff 
+ 00012052  0x00001f22 call  0x00002f22 
+ 00012053  0x00001f23 call  0x00003263 
+ 00012054  0x00001f26 nop  0x000007d0 
+ 00012055  0x00001f27 call  0x00003261 
+ 00012056  0x00001f29 beq  0x000000ff , 0x00002dd4 
+ 00012057  0x00001f2a call  0x00002da4 
+ 00012058  0x00001f2b nbranch  0x00002f27 , 0x00000018 
+ 00012059  0x00001f2c nbranch  0x00002f27 , 0x0000002f 
+ 00012060  0x00001f2e set1  0x00000026 , 0x00000000 
+ 00012061  0x00001f2f call  0x00003263 
+ 00012062  0x00001f30 setarg  0x000000ff 
+ 00012063  0x00001f31 call  0x00003256 
+ 00012064  0x00001f33 jam  0x0000003c , 0x00000a99 
+ 00012065  0x00001f34 branch  0x00007d86 
+ 00012066  0x00001f37 set1  0x00000027 , 0x00000000 
+ 00012067  0x00001f38 jam  0x000000ff , 0x0000119e 
+ 00012068  0x00001f39 call  0x0000323a 
+ 00012069  0x00001f3b call  0x00002d77 
+ 00012070  0x00001f3c branch  0x00002d53 
+ 00012071  0x00001f3f call  0x00003261 
+ 00012072  0x00001f41 increase  0x00000001 , 0x0000003f 
+ 00012073  0x00001f42 call  0x00003264 
+ 00012074  0x00001f44 call  0x00002c8a 
+ 00012075  0x00001f45 branch  0x00002f16 
+ 00012076  0x00001f48 call  0x00003267 
+ 00012077  0x00001f4b setarg  0x000000ff 
+ 00012078  0x00001f4c call  0x00003256 
+ 00012079  0x00001f4e branch  0x00002f10 
+ 00012080  0x00001f58 bpatch  0x000000ba , 0x00004017 
+ 00012081  0x00001f59 call  0x00002c7a 
+ 00012082  0x00001f5a setarg  0x000031b0 
+ 00012083  0x00001f5b add  0x00000013 , 0x000000de , 0x00000005 
+ 00012084  0x00001f5c istore  0x00000002 , 0x00000005 
+ 00012085  0x00001f5e call  0x00002f3d 
+ 00012086  0x00001f5f call  0x000048ea 
+ 00012087  0x00001f60 call  0x000032b6 
+ 00012088  0x00001f62 bpatch  0x000000bb , 0x00004017 
+ 00012089  0x00001f63 beq  0x00000000 , 0x00003055 
+ 00012090  0x00001f64 beq  0x00000001 , 0x00002f45 
+ 00012091  0x00001f65 beq  0x0000000f , 0x00002f41 
+ 00012092  0x00001f66 branch  0x00002a8c 
+ 00012093  0x00001f69 call  0x0000326c 
+ 00012094  0x00001f6a arg  0x00000080 , 0x00000039 
+ 00012095  0x00001f6b arg  0x00000d9e , 0x00000005 
+ 00012096  0x00001f6c branch  0x00007ec6 
+ 00012097  0x00001f6f call  0x00002f4c 
+ 00012098  0x00001f71 call  0x00002f4f 
+ 00012099  0x00001f72 call  0x000048d3 
+ 00012100  0x00001f73 branch  0x00002f42 
+ 00012101  0x00001f76 bpatch  0x000000bc , 0x00004017 
+ 00012102  0x00001f77 call  0x00002f4c 
+ 00012103  0x00001f79 call  0x00002f4f 
+ 00012104  0x00001f7a call  0x00002fbd 
+ 00012105  0x00001f7b call  0x000048d3 
+ 00012106  0x00001f7c call  0x00003019 
+ 00012107  0x00001f7d branch  0x00002f47 
+ 00012108  0x00001f83 call  0x00003291 
+ 00012109  0x00001f84 call  0x00003296 
+ 00012110  0x00001f85 branch  0x00003299 
+ 00012111  0x00001f88 call  0x0000328f 
+ 00012112  0x00001f8a rtnne  0x00000000 
+ 00012113  0x00001f8c call  0x00002f55 
+ 00012114  0x00001f8d call  0x00002f65 
+ 00012115  0x00001f8e call  0x0000316b 
+ 00012116  0x00001f8f branch  0x00002f96 
+ 00012117  0x00001f92 call  0x00003294 
+ 00012118  0x00001f94 rtnbit1  0x00000000 
+ 00012119  0x00001f95 set1  0x00000000 , 0x0000003f 
+ 00012120  0x00001f96 call  0x00003297 
+ 00012121  0x00001f98 call  0x00003267 
+ 00012122  0x00001f9b call  0x00003299 
+ 00012123  0x00001f9d jam  0x00000000 , 0x00000d38 
+ 00012124  0x00001f9e call  0x0000324f 
+ 00012125  0x00001fa0 call  0x00002f61 
+ 00012126  0x00001fa2 add  0x00000013 , 0x00000000 , 0x00000005 
+ 00012127  0x00001fa4 arg  0x00000042 , 0x00000039 
+ 00012128  0x00001fa5 branch  0x00007ed4 
+ 00012129  0x00001fa8 call  0x00003231 
+ 00012130  0x00001faa call  0x0000327d 
+ 00012131  0x00001fac call  0x0000322c 
+ 00012132  0x00001fae branch  0x00002c8a 
+ 00012133  0x00001fb1 bpatch  0x000000bd , 0x00004017 
+ 00012134  0x00001fb2 call  0x0000324c 
+ 00012135  0x00001fb4 beq  0x00000001 , 0x00002f8d 
+ 00012136  0x00001fb5 call  0x00003245 
+ 00012137  0x00001fb7 beq  0x00000001 , 0x00002c8a 
+ 00012138  0x00001fb8 setarg  0x00000136 
+ 00012139  0x00001fb9 iadd  0x00000013 , 0x00000011 
+ 00012140  0x00001fba ifetcht  0x00000004 , 0x00000011 
+ 00012141  0x00001fbc copy  0x00000022 , 0x0000003f 
+ 00012142  0x00001fbd isub  0x00000002 , 0x0000003e 
+ 00012143  0x00001fbe ncall  0x00002d18 , 0x00000002 
+ 00012144  0x00001fbf copy  0x0000003f , 0x00000012 
+ 00012145  0x00001fc0 setarg  0x00000136 
+ 00012146  0x00001fc1 iadd  0x00000013 , 0x00000011 
+ 00012147  0x00001fc2 ifetch  0x00000004 , 0x00000011 
+ 00012148  0x00001fc3 copy  0x0000003f , 0x00000002 
+ 00012149  0x00001fc5 setarg  0x0000013a 
+ 00012150  0x00001fc6 iadd  0x00000013 , 0x00000011 
+ 00012151  0x00001fc7 copy  0x00000002 , 0x0000003f 
+ 00012152  0x00001fc8 ifetcht  0x00000001 , 0x00000011 
+ 00012153  0x00001fca iadd  0x00000002 , 0x00000002 
+ 00012154  0x00001fcb copy  0x00000012 , 0x0000003f 
+ 00012155  0x00001fcc isub  0x00000002 , 0x0000003e 
+ 00012156  0x00001fcd nrtn  0x00000002 
+ 00012157  0x00001fce set0  0x0000001c , 0x0000003f 
+ 00012158  0x00001fcf setarg  0x00000136 
+ 00012159  0x00001fd0 iadd  0x00000013 , 0x00000005 
+ 00012160  0x00001fd1 istore  0x00000004 , 0x00000005 
+ 00012161  0x00001fd4 call  0x00002c8a 
+ 00012162  0x00001fd5 call  0x00003278 
+ 00012163  0x00001fd7 increase  0x00000001 , 0x0000003f 
+ 00012164  0x00001fd8 call  0x0000327b 
+ 00012165  0x00001fda rtnne  0x00000002 
+ 00012166  0x00001fdb call  0x0000327a 
+ 00012167  0x00001fdf branch  0x0000324f 
+ 00012168  0x00001fe2 copy  0x00000022 , 0x0000003f 
+ 00012169  0x00001fe3 arg  0x00000136 , 0x00000011 
+ 00012170  0x00001fe4 call  0x000032bf 
+ 00012171  0x00001fe5 istore  0x00000004 , 0x00000005 
+ 00012172  0x00001fe9 branch  0x0000327a 
+ 00012173  0x00001fec arg  0x00000d9e , 0x00000011 
+ 00012174  0x00001fed call  0x00002f94 
+ 00012175  0x00001fee add  0x00000013 , 0x000000eb , 0x00000005 
+ 00012176  0x00001fef istoret  0x00000001 , 0x00000005 
+ 00012177  0x00001ff1 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012178  0x00001ff2 nrtn  0x00000002 
+ 00012179  0x00001ff3 branch  0x00002c8a 
+ 00012180  0x00001ff6 arg  0x00000100 , 0x00000039 
+ 00012181  0x00001ff7 branch  0x00002e62 
+ 00012182  0x00001ffa call  0x00002f99 
+ 00012183  0x00001ffb call  0x00002fa5 
+ 00012184  0x00001ffc branch  0x00002fb1 
+ 00012185  0x00001fff setarg  0x00000180 
+ 00012186  0x00002000 call  0x000032d0 
+ 00012187  0x00002002 rtn  0x00000034 
+ 00012188  0x00002003 arg  0x0000000b , 0x00000007 
+ 00012189  0x00002004 call  0x00007f16 
+ 00012190  0x00002005 nrtn  0x00000034 
+ 00012191  0x00002006 call  0x000032a7 
+ 00012192  0x00002009 setarg  0x00000001 
+ 00012193  0x0000200a store  0x00000001 , 0x00000d54 
+ 00012194  0x0000200b setarg  0x00000000 
+ 00012195  0x0000200c istore  0x00000007 , 0x00000005 
+ 00012196  0x0000200d branch  0x000031b8 
+ 00012197  0x00002010 setarg  0x0000017e 
+ 00012198  0x00002011 call  0x000032d0 
+ 00012199  0x00002013 rtn  0x00000034 
+ 00012200  0x00002014 arg  0x0000000e , 0x00000007 
+ 00012201  0x00002015 call  0x00007f16 
+ 00012202  0x00002016 nrtn  0x00000034 
+ 00012203  0x00002017 call  0x000032aa 
+ 00012204  0x0000201a arg  0x00000d64 , 0x00000005 
+ 00012205  0x0000201b arg  0x00000002 , 0x00000039 
+ 00012206  0x0000201c call  0x00007ec6 
+ 00012207  0x0000201d jam  0x00000000 , 0x00000d64 
+ 00012208  0x0000201e branch  0x000031ed 
+ 00012209  0x00002021 setarg  0x0000017f 
+ 00012210  0x00002022 call  0x000032d0 
+ 00012211  0x00002024 rtn  0x00000034 
+ 00012212  0x00002025 arg  0x0000000c , 0x00000007 
+ 00012213  0x00002026 call  0x00007f16 
+ 00012214  0x00002027 nrtn  0x00000034 
+ 00012215  0x00002028 call  0x000032ad 
+ 00012216  0x0000202b arg  0x00000d74 , 0x00000005 
+ 00012217  0x0000202c arg  0x00000002 , 0x00000039 
+ 00012218  0x0000202d call  0x00007ec6 
+ 00012219  0x0000202e jam  0x00000003 , 0x00000d74 
+ 00012220  0x0000202f branch  0x00003207 
+ 00012221  0x00002032 call  0x0000328f 
+ 00012222  0x00002034 rtnne  0x00000001 
+ 00012223  0x00002035 call  0x00002fc1 
+ 00012224  0x00002036 branch  0x00002fcb 
+ 00012225  0x00002039 call  0x00003294 
+ 00012226  0x0000203b rtnbit1  0x00000001 
+ 00012227  0x0000203c set1  0x00000001 , 0x0000003f 
+ 00012228  0x0000203d call  0x00003297 
+ 00012229  0x0000203f call  0x0000329c 
+ 00012230  0x00002041 call  0x00002c83 
+ 00012231  0x00002042 setarg  0x00000000 
+ 00012232  0x00002043 arg  0x00000106 , 0x00000011 
+ 00012233  0x00002044 call  0x000032bf 
+ 00012234  0x00002046 branch  0x000032c5 
+ 00012235  0x00002049 call  0x0000316e 
+ 00012236  0x0000204a nbranch  0x00002f5e , 0x0000002f 
+ 00012237  0x0000204b add  0x00000013 , 0x00000000 , 0x00000006 
+ 00012238  0x0000204c setarg  0x00000109 
+ 00012239  0x0000204d iadd  0x00000013 , 0x00000005 
+ 00012240  0x0000204e arg  0x00000008 , 0x00000039 
+ 00012241  0x0000204f call  0x00007f01 
+ 00012242  0x00002050 setarg  0x0000010b 
+ 00012243  0x00002051 call  0x000032d0 
+ 00012244  0x00002052 beq  0x000000aa , 0x00002fd9 
+ 00012245  0x00002053 beq  0x00000055 , 0x00002fed 
+ 00012246  0x00002054 beq  0x00000022 , 0x00003001 
+ 00012247  0x00002055 beq  0x000000ff , 0x00003212 
+ 00012248  0x00002056 branch  0x00002f5e 
+ 00012249  0x00002059 call  0x000032bd 
+ 00012250  0x0000205a beq  0x00000001 , 0x00002fdd 
+ 00012251  0x0000205b beq  0x00000002 , 0x00002fe8 
+ 00012252  0x0000205c rtn 
+ 00012253  0x0000205e setarg  0x00000001 
+ 00012254  0x0000205f call  0x00002ff7 
+ 00012255  0x00002062 setarg  0x00000001 
+ 00012256  0x00002063 call  0x00003289 
+ 00012257  0x00002066 setarg  0x00000080 
+ 00012258  0x00002067 arg  0x00000130 , 0x00000011 
+ 00012259  0x00002068 call  0x000032b3 
+ 00012260  0x0000206a call  0x0000327d 
+ 00012261  0x0000206c arg  0x00000131 , 0x00000011 
+ 00012262  0x0000206d call  0x000032bf 
+ 00012263  0x0000206f branch  0x0000322d 
+ 00012264  0x00002072 setarg  0x00000001 
+ 00012265  0x00002073 call  0x00002fff 
+ 00012266  0x00002076 setarg  0x00000002 
+ 00012267  0x00002077 call  0x00003289 
+ 00012268  0x00002079 branch  0x00002fe1 
+ 00012269  0x0000207c call  0x000032bd 
+ 00012270  0x0000207d beq  0x00000001 , 0x00002ff1 
+ 00012271  0x0000207e beq  0x00000002 , 0x00002ff9 
+ 00012272  0x0000207f rtn 
+ 00012273  0x00002081 call  0x00002fdf 
+ 00012274  0x00002082 setarg  0x00000106 
+ 00012275  0x00002083 call  0x000032d0 
+ 00012276  0x00002085 beq  0x00000001 , 0x00002ff6 
+ 00012277  0x00002086 rtn 
+ 00012278  0x00002088 setarg  0x00000002 
+ 00012279  0x0000208b arg  0x00000106 , 0x00000011 
+ 00012280  0x0000208c branch  0x000032b3 
+ 00012281  0x0000208f call  0x00002fea 
+ 00012282  0x00002090 setarg  0x00000107 
+ 00012283  0x00002091 call  0x000032d0 
+ 00012284  0x00002093 beq  0x00000001 , 0x00002ffe 
+ 00012285  0x00002094 rtn 
+ 00012286  0x00002096 setarg  0x00000002 
+ 00012287  0x00002099 arg  0x00000107 , 0x00000011 
+ 00012288  0x0000209a branch  0x000032b3 
+ 00012289  0x0000209d call  0x000032bd 
+ 00012290  0x0000209e beq  0x00000001 , 0x00003005 
+ 00012291  0x0000209f beq  0x00000002 , 0x00003011 
+ 00012292  0x000020a0 rtn 
+ 00012293  0x000020a2 setarg  0x00000106 
+ 00012294  0x000020a3 call  0x000032d0 
+ 00012295  0x000020a5 beq  0x00000002 , 0x00003009 
+ 00012296  0x000020a6 rtn 
+ 00012297  0x000020a8 call  0x0000328b 
+ 00012298  0x000020aa or_into  0x00000001 , 0x0000003f 
+ 00012299  0x000020ab call  0x0000328d 
+ 00012300  0x000020ae setarg  0x00000000 
+ 00012301  0x000020af setarg  0x00000106 
+ 00012302  0x000020b0 iadd  0x00000013 , 0x00000005 
+ 00012303  0x000020b1 istore  0x00000002 , 0x00000005 
+ 00012304  0x000020b2 branch  0x00002f5e 
+ 00012305  0x000020b5 setarg  0x00000107 
+ 00012306  0x000020b6 call  0x000032d0 
+ 00012307  0x000020b8 bne  0x00000000 , 0x00003015 
+ 00012308  0x000020b9 rtn 
+ 00012309  0x000020bb call  0x0000328b 
+ 00012310  0x000020bd or_into  0x00000002 , 0x0000003f 
+ 00012311  0x000020be call  0x0000328d 
+ 00012312  0x000020c0 branch  0x0000300c 
+ 00012313  0x000020c4 fetch  0x00000001 , 0x00000d50 
+ 00012314  0x000020c5 rtn  0x00000034 
+ 00012315  0x000020c6 jam  0x00000000 , 0x00000d50 
+ 00012316  0x000020c7 fetch  0x00000002 , 0x00000d4e 
+ 00012317  0x000020c8 arg  0x000002ba , 0x00000002 
+ 00012318  0x000020c9 isub  0x00000002 , 0x0000003e 
+ 00012319  0x000020ca nrtn  0x00000005 
+ 00012320  0x000020cc fetch  0x00000001 , 0x00000cb6 
+ 00012321  0x000020cd rtnne  0x000000ba 
+ 00012322  0x000020ce fetch  0x00000001 , 0x00000cb7 
+ 00012323  0x000020cf bpatch  0x000000be , 0x00004017 
+ 00012324  0x000020d0 beq  0x000000a0 , 0x0000303b 
+ 00012325  0x000020d1 beq  0x000000a1 , 0x0000302c 
+ 00012326  0x000020d2 beq  0x000000a6 , 0x00003041 
+ 00012327  0x000020d3 beq  0x000000a7 , 0x00003043 
+ 00012328  0x000020d4 beq  0x000000a9 , 0x00003049 
+ 00012329  0x000020d5 beq  0x000000b0 , 0x0000304d 
+ 00012330  0x000020d7 jam  0x00000000 , 0x00000d42 
+ 00012331  0x000020d8 rtn 
+ 00012332  0x000020da fetch  0x00000001 , 0x00000cb8 
+ 00012333  0x000020db beq  0x00000001 , 0x00003031 
+ 00012334  0x000020dc beq  0x00000084 , 0x00003034 
+ 00012335  0x000020dd beq  0x000000a7 , 0x00003039 
+ 00012336  0x000020de branch  0x0000302a 
+ 00012337  0x000020e0 call  0x0000328b 
+ 00012338  0x000020e2 store  0x00000001 , 0x00000cf7 
+ 00012339  0x000020e3 branch  0x0000303f 
+ 00012340  0x000020e5 call  0x00003291 
+ 00012341  0x000020e7 call  0x00003296 
+ 00012342  0x000020e9 call  0x0000328b 
+ 00012343  0x000020eb store  0x00000001 , 0x00000cf7 
+ 00012344  0x000020ec branch  0x0000303f 
+ 00012345  0x000020f0 jam  0x000000a1 , 0x00000cf7 
+ 00012346  0x000020f1 branch  0x0000303f 
+ 00012347  0x000020f4 fetch  0x00000001 , 0x00000cb8 
+ 00012348  0x000020f5 beq  0x00000081 , 0x0000303e 
+ 00012349  0x000020f7 branch  0x0000302a 
+ 00012350  0x000020fb call  0x00003090 
+ 00012351  0x000020fd jam  0x00000001 , 0x00000d42 
+ 00012352  0x000020fe rtn 
+ 00012353  0x00002104 jam  0x00000015 , 0x00000cf7 
+ 00012354  0x00002105 branch  0x0000303f 
+ 00012355  0x00002108 call  0x0000328f 
+ 00012356  0x0000210a beq  0x00000000 , 0x00003047 
+ 00012357  0x0000210b beq  0x00000001 , 0x00003039 
+ 00012358  0x0000210d rtn 
+ 00012359  0x0000210f jam  0x000000a0 , 0x00000cf7 
+ 00012360  0x00002110 branch  0x0000303f 
+ 00012361  0x00002116 jam  0x00000000 , 0x00000cf7 
+ 00012362  0x00002117 jam  0x00000000 , 0x00000cf8 
+ 00012363  0x00002118 jam  0x00000001 , 0x00000cf9 
+ 00012364  0x00002119 branch  0x0000303f 
+ 00012365  0x0000211d call  0x0000329c 
+ 00012366  0x0000211e fetch  0x00000001 , 0x00000cb8 
+ 00012367  0x0000211f increase  0x00000002 , 0x0000003f 
+ 00012368  0x00002120 copy  0x0000003f , 0x00000039 
+ 00012369  0x00002121 arg  0x00000cb6 , 0x00000006 
+ 00012370  0x00002122 setarg  0x0000013c 
+ 00012371  0x00002123 iadd  0x00000013 , 0x00000005 
+ 00012372  0x00002124 branch  0x00007f01 
+ 00012373  0x00002128 bpatch  0x000000bf , 0x00004017 
+ 00012374  0x00002129 call  0x0000307d 
+ 00012375  0x0000212b call  0x00002c7f 
+ 00012376  0x0000212c call  0x000048d3 
+ 00012377  0x0000212d branch  0x00003057 
+ 00012378  0x00002130 call  0x0000328f 
+ 00012379  0x00002132 rtnne  0x00000000 
+ 00012380  0x00002133 call  0x00002f51 
+ 00012381  0x00002134 branch  0x00003098 
+ 00012382  0x00002137 call  0x0000328f 
+ 00012383  0x00002139 rtnne  0x00000001 
+ 00012384  0x0000213a call  0x00002fc1 
+ 00012385  0x0000213b call  0x00002fcb 
+ 00012386  0x0000213c call  0x0000328b 
+ 00012387  0x0000213e rtn  0x00000034 
+ 00012388  0x0000213f call  0x00003286 
+ 00012389  0x00002141 call  0x00002f4c 
+ 00012390  0x00002142 call  0x00003093 
+ 00012391  0x00002144 setarg  0x00000000 
+ 00012392  0x00002145 add  0x00000013 , 0x000000a7 , 0x00000005 
+ 00012393  0x00002147 branch  0x0000322d 
+ 00012394  0x0000214a call  0x00007fe9 
+ 00012395  0x0000214b add  0x00000013 , 0x000000a7 , 0x00000011 
+ 00012396  0x0000214c ifetcht  0x00000004 , 0x00000011 
+ 00012397  0x0000214e copy  0x00000022 , 0x0000003f 
+ 00012398  0x0000214f isub  0x00000002 , 0x0000003e 
+ 00012399  0x00002150 ncall  0x00002d18 , 0x00000002 
+ 00012400  0x00002151 copy  0x0000003f , 0x00000012 
+ 00012401  0x00002152 add  0x00000013 , 0x000000a7 , 0x00000011 
+ 00012402  0x00002153 ifetch  0x00000004 , 0x00000011 
+ 00012403  0x00002155 add  0x00000013 , 0x000000ab , 0x00000011 
+ 00012404  0x00002156 ifetcht  0x00000001 , 0x00000011 
+ 00012405  0x00002158 iadd  0x00000002 , 0x00000002 
+ 00012406  0x00002159 copy  0x00000012 , 0x0000003f 
+ 00012407  0x0000215a isub  0x00000002 , 0x0000003e 
+ 00012408  0x0000215b nrtn  0x00000002 
+ 00012409  0x0000215c set0  0x0000001c , 0x0000003f 
+ 00012410  0x0000215d add  0x00000013 , 0x000000a7 , 0x00000005 
+ 00012411  0x0000215e istore  0x00000004 , 0x00000005 
+ 00012412  0x00002160 branch  0x00007fe7 
+ 00012413  0x00002163 setarg  0x00000001 
+ 00012414  0x00002164 call  0x00003287 
+ 00012415  0x00002166 call  0x00003283 
+ 00012416  0x00002168 setarg  0x000000ff 
+ 00012417  0x00002169 add  0x00000013 , 0x000000ab , 0x00000005 
+ 00012418  0x0000216a istore  0x00000001 , 0x00000005 
+ 00012419  0x0000216c branch  0x00003067 
+ 00012420  0x0000216f setarg  0x0000015c 
+ 00012421  0x00002170 call  0x000032d0 
+ 00012422  0x00002172 rtn  0x00000034 
+ 00012423  0x00002173 call  0x0000306a 
+ 00012424  0x00002174 nrtn  0x00000028 
+ 00012425  0x00002175 call  0x00003281 
+ 00012426  0x00002177 increase  0x00000001 , 0x0000003f 
+ 00012427  0x00002178 and_into  0x00000001 , 0x0000003f 
+ 00012428  0x00002179 call  0x00003284 
+ 00012429  0x0000217b beq  0x00000000 , 0x00002f4c 
+ 00012430  0x0000217c beq  0x00000001 , 0x00003090 
+ 00012431  0x0000217d rtn 
+ 00012432  0x00002183 setarg  0x00000001 
+ 00012433  0x00002184 call  0x00003292 
+ 00012434  0x00002185 branch  0x00003296 
+ 00012435  0x00002188 setarg  0x00000001 
+ 00012436  0x00002189 call  0x000032a5 
+ 00012437  0x0000218c setarg  0x00000280 
+ 00012438  0x0000218d arg  0x00000008 , 0x00000007 
+ 00012439  0x0000218e branch  0x00007f08 
+ 00012440  0x00002191 call  0x000032a2 
+ 00012441  0x00002193 rtn  0x00000034 
+ 00012442  0x00002194 arg  0x00000008 , 0x00000007 
+ 00012443  0x00002195 call  0x00007f16 
+ 00012444  0x00002196 nrtn  0x00000034 
+ 00012445  0x00002197 call  0x000032a4 
+ 00012446  0x0000219a setarg  0x00000007 
+ 00012447  0x0000219b call  0x00003292 
+ 00012448  0x0000219d call  0x00003296 
+ 00012449  0x0000219f branch  0x00002f5e 
+ 00012450  0x000021a2 bpatch  0x000000c0 , 0x00004018 
+ 00012451  0x000021a3 call  0x0000328f 
+ 00012452  0x000021a5 rtnne  0x00000007 
+ 00012453  0x000021a6 call  0x000030cb 
+ 00012454  0x000021a7 call  0x000030e0 
+ 00012455  0x000021a8 call  0x0000316e 
+ 00012456  0x000021a9 nbranch  0x00002f5e , 0x0000002f 
+ 00012457  0x000021ab call  0x000030bc 
+ 00012458  0x000021ac call  0x00003172 , 0x00000005 
+ 00012459  0x000021b0 call  0x00002f4c 
+ 00012460  0x000021b1 call  0x00003294 
+ 00012461  0x000021b3 set1  0x00000000 , 0x0000003f 
+ 00012462  0x000021b4 call  0x00003297 
+ 00012463  0x000021b6 call  0x00002f5e 
+ 00012464  0x000021b7 call  0x00003093 
+ 00012465  0x000021b8 call  0x000030bc 
+ 00012466  0x000021b9 branch  0x000030c1 , 0x00000005 
+ 00012467  0x000021ba setarg  0x00000164 
+ 00012468  0x000021bb call  0x000032d3 
+ 00012469  0x000021bd call  0x000030be 
+ 00012470  0x000021be branch  0x000030c5 , 0x00000005 
+ 00012471  0x000021bf setarg  0x00000160 
+ 00012472  0x000021c0 call  0x000032d3 
+ 00012473  0x000021c2 call  0x000030be 
+ 00012474  0x000021c3 branch  0x000030c8 , 0x00000005 
+ 00012475  0x000021c4 rtn 
+ 00012476  0x000021c7 setarg  0x0000012b 
+ 00012477  0x000021c8 call  0x000032d3 
+ 00012478  0x000021cb call  0x0000322a 
+ 00012479  0x000021cd isub  0x00000002 , 0x0000003e 
+ 00012480  0x000021ce rtn 
+ 00012481  0x000021d1 setarg  0x00000182 
+ 00012482  0x000021d2 call  0x000032d0 
+ 00012483  0x000021d6 add  0x00000013 , 0x00000091 , 0x00000005 
+ 00012484  0x000021d7 branch  0x000032b4 
+ 00012485  0x000021da setarg  0x00000185 
+ 00012486  0x000021db call  0x000032d0 
+ 00012487  0x000021dd branch  0x000030c3 
+ 00012488  0x000021df setarg  0x00000188 
+ 00012489  0x000021e0 call  0x000032d0 
+ 00012490  0x000021e2 branch  0x000030c3 
+ 00012491  0x000021e5 call  0x00003294 
+ 00012492  0x000021e7 rtnbit1  0x00000007 
+ 00012493  0x000021e8 set1  0x00000007 , 0x0000003f 
+ 00012494  0x000021e9 call  0x00003297 
+ 00012495  0x000021eb call  0x00003283 
+ 00012496  0x000021ed call  0x0000329c 
+ 00012497  0x000021ef setarg  0x00000000 
+ 00012498  0x000021f0 add  0x00000013 , 0x000000f5 , 0x00000005 
+ 00012499  0x000021f1 istore  0x00000003 , 0x00000005 
+ 00012500  0x000021f3 arg  0x00000183 , 0x00000011 
+ 00012501  0x000021f4 call  0x000032bf 
+ 00012502  0x000021f5 istore  0x00000007 , 0x00000005 
+ 00012503  0x000021f8 call  0x000030bc 
+ 00012504  0x000021f9 nrtn  0x00000005 
+ 00012505  0x000021fa add  0x00000013 , 0x00000091 , 0x00000011 
+ 00012506  0x000021fb ifetch  0x00000001 , 0x00000011 
+ 00012507  0x000021fd arg  0x00000182 , 0x00000011 
+ 00012508  0x000021fe call  0x000032b3 
+ 00012509  0x00002200 add  0x00000013 , 0x00000090 , 0x00000011 
+ 00012510  0x00002201 ifetch  0x00000001 , 0x00000011 
+ 00012511  0x00002204 branch  0x0000314a 
+ 00012512  0x00002207 bpatch  0x000000c1 , 0x00004018 
+ 00012513  0x00002208 call  0x00003281 
+ 00012514  0x0000220a increase  0x00000001 , 0x0000003f 
+ 00012515  0x0000220b and_into  0x00000003 , 0x0000003f 
+ 00012516  0x0000220c call  0x00003284 
+ 00012517  0x0000220f beq  0x00000000 , 0x0000310e 
+ 00012518  0x00002210 beq  0x00000001 , 0x00003132 
+ 00012519  0x00002211 beq  0x00000002 , 0x000030ea 
+ 00012520  0x00002212 beq  0x00000003 , 0x00003132 
+ 00012521  0x00002213 rtn 
+ 00012522  0x00002216 call  0x00002fdf 
+ 00012523  0x00002217 setarg  0x00000160 
+ 00012524  0x00002218 call  0x0000327e 
+ 00012525  0x0000221a branch  0x000030e0 , 0x00000034 
+ 00012526  0x0000221b call  0x0000322c 
+ 00012527  0x0000221d setarg  0x00000189 
+ 00012528  0x0000221e call  0x000032d0 
+ 00012529  0x00002220 call  0x00003108 , 0x00000034 
+ 00012530  0x00002221 setarg  0x00000187 
+ 00012531  0x00002222 call  0x000032d0 
+ 00012532  0x00002224 call  0x0000322f 
+ 00012533  0x00002226 add  0x00000013 , 0x000000f7 , 0x00000011 
+ 00012534  0x00002227 ifetcht  0x00000001 , 0x00000011 
+ 00012535  0x00002229 arg  0x00000f9e , 0x00000011 
+ 00012536  0x0000222a call  0x00002e58 
+ 00012537  0x0000222b add  0x00000013 , 0x000000f7 , 0x00000005 
+ 00012538  0x0000222c istoret  0x00000001 , 0x00000005 
+ 00012539  0x0000222e call  0x00002f94 
+ 00012540  0x0000222f add  0x00000013 , 0x000000fa , 0x00000005 
+ 00012541  0x00002230 istoret  0x00000001 , 0x00000005 
+ 00012542  0x00002232 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012543  0x00002233 nrtn  0x00000002 
+ 00012544  0x00002234 setarg  0x00000188 
+ 00012545  0x00002235 call  0x00003275 
+ 00012546  0x00002237 call  0x00002c90 
+ 00012547  0x00002238 arg  0x00000188 , 0x00000011 
+ 00012548  0x00002239 call  0x000032c8 
+ 00012549  0x0000223a istoret  0x00000001 , 0x00000005 
+ 00012550  0x0000223e arg  0x00000187 , 0x00000011 
+ 00012551  0x0000223f branch  0x000032b3 
+ 00012552  0x00002242 setarg  0x00000001 
+ 00012553  0x00002243 arg  0x00000189 , 0x00000011 
+ 00012554  0x00002244 call  0x000032b3 
+ 00012555  0x00002246 arg  0x00000000 , 0x00000002 
+ 00012556  0x00002247 call  0x00002c94 
+ 00012557  0x0000224a branch  0x00003106 
+ 00012558  0x0000224d call  0x00002fea 
+ 00012559  0x0000224e setarg  0x00000164 
+ 00012560  0x0000224f call  0x0000327e 
+ 00012561  0x00002251 branch  0x000030e0 , 0x00000034 
+ 00012562  0x00002252 call  0x0000322c 
+ 00012563  0x00002254 setarg  0x00000186 
+ 00012564  0x00002255 call  0x000032d0 
+ 00012565  0x00002257 call  0x0000312c , 0x00000034 
+ 00012566  0x00002258 setarg  0x00000184 
+ 00012567  0x00002259 call  0x000032d0 
+ 00012568  0x0000225b call  0x0000322f 
+ 00012569  0x0000225d add  0x00000013 , 0x000000f6 , 0x00000011 
+ 00012570  0x0000225e ifetcht  0x00000001 , 0x00000011 
+ 00012571  0x00002260 arg  0x0000109e , 0x00000011 
+ 00012572  0x00002261 call  0x00002e58 
+ 00012573  0x00002262 add  0x00000013 , 0x000000f6 , 0x00000005 
+ 00012574  0x00002263 istoret  0x00000001 , 0x00000005 
+ 00012575  0x00002265 call  0x00002f94 
+ 00012576  0x00002266 add  0x00000013 , 0x000000f9 , 0x00000005 
+ 00012577  0x00002267 istoret  0x00000001 , 0x00000005 
+ 00012578  0x00002269 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012579  0x0000226a nrtn  0x00000002 
+ 00012580  0x0000226b setarg  0x00000185 
+ 00012581  0x0000226c call  0x00003275 
+ 00012582  0x0000226e call  0x00002c90 
+ 00012583  0x0000226f arg  0x00000185 , 0x00000011 
+ 00012584  0x00002270 call  0x000032c8 
+ 00012585  0x00002271 istoret  0x00000001 , 0x00000005 
+ 00012586  0x00002275 arg  0x00000184 , 0x00000011 
+ 00012587  0x00002276 branch  0x000032b3 
+ 00012588  0x00002279 setarg  0x00000001 
+ 00012589  0x0000227a arg  0x00000186 , 0x00000011 
+ 00012590  0x0000227b call  0x000032b3 
+ 00012591  0x0000227d arg  0x00000000 , 0x00000002 
+ 00012592  0x0000227e call  0x00002c94 
+ 00012593  0x00002281 branch  0x0000312a 
+ 00012594  0x00002284 call  0x00002fdf 
+ 00012595  0x00002285 call  0x0000327d 
+ 00012596  0x00002287 call  0x0000322c 
+ 00012597  0x00002289 setarg  0x00000183 
+ 00012598  0x0000228a call  0x000032d0 
+ 00012599  0x0000228c call  0x0000314c , 0x00000034 
+ 00012600  0x0000228d call  0x0000314f 
+ 00012601  0x0000228e add  0x00000013 , 0x000000f5 , 0x00000011 
+ 00012602  0x0000228f ifetcht  0x00000001 , 0x00000011 
+ 00012603  0x00002291 arg  0x00000e9e , 0x00000011 
+ 00012604  0x00002292 call  0x00002e58 
+ 00012605  0x00002293 add  0x00000013 , 0x000000f5 , 0x00000005 
+ 00012606  0x00002294 istoret  0x00000001 , 0x00000005 
+ 00012607  0x00002296 call  0x00002f94 
+ 00012608  0x00002297 add  0x00000013 , 0x000000f8 , 0x00000005 
+ 00012609  0x00002298 istoret  0x00000001 , 0x00000005 
+ 00012610  0x0000229a sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012611  0x0000229b nrtn  0x00000002 
+ 00012612  0x0000229c setarg  0x00000182 
+ 00012613  0x0000229d call  0x00003275 
+ 00012614  0x0000229f call  0x00002c90 
+ 00012615  0x000022a0 arg  0x00000182 , 0x00000011 
+ 00012616  0x000022a1 call  0x000032c8 
+ 00012617  0x000022a2 istoret  0x00000001 , 0x00000005 
+ 00012618  0x000022a7 arg  0x00000181 , 0x00000011 
+ 00012619  0x000022a8 branch  0x000032b3 
+ 00012620  0x000022b0 setarg  0x00000001 
+ 00012621  0x000022b1 arg  0x00000183 , 0x00000011 
+ 00012622  0x000022b2 call  0x000032b3 
+ 00012623  0x000022b4 setarg  0x00000181 
+ 00012624  0x000022b5 call  0x000032d0 
+ 00012625  0x000022b6 branch  0x0000322f 
+ 00012626  0x000022bb add  0x00000013 , 0x00000000 , 0x00000011 
+ 00012627  0x000022bc ifetch  0x00000001 , 0x00000011 
+ 00012628  0x000022be call  0x0000323c 
+ 00012629  0x000022c1 call  0x00002dde 
+ 00012630  0x000022c3 call  0x0000325f 
+ 00012631  0x000022c5 isolate1  0x00000000 , 0x0000003f 
+ 00012632  0x000022c6 branch  0x0000315c , 0x00000001 
+ 00012633  0x000022c8 call  0x0000315d 
+ 00012634  0x000022c9 call  0x00002d53 
+ 00012635  0x000022ca call  0x00002df7 
+ 00012636  0x000022cc branch  0x00002e45 
+ 00012637  0x000022cf bpatch  0x000000c2 , 0x00004018 
+ 00012638  0x000022d0 add  0x00000013 , 0x00000086 , 0x00000005 
+ 00012639  0x000022d1 call  0x000032d6 
+ 00012640  0x000022d3 setarg  0x0000013b 
+ 00012641  0x000022d4 call  0x000032d0 
+ 00012642  0x000022d6 rtn  0x00000034 
+ 00012643  0x000022d7 setarg  0x00000006 
+ 00012644  0x000022d8 add  0x00000013 , 0x00000086 , 0x00000005 
+ 00012645  0x000022d9 istore  0x00000001 , 0x00000005 
+ 00012646  0x000022db arg  0x00000006 , 0x00000039 
+ 00012647  0x000022dc setarg  0x0000012f 
+ 00012648  0x000022dd iadd  0x00000013 , 0x00000006 
+ 00012649  0x000022df add  0x00000013 , 0x00000022 , 0x00000005 
+ 00012650  0x000022e1 branch  0x00007f01 
+ 00012651  0x000022e5 call  0x0000316e 
+ 00012652  0x000022e6 nbranch  0x00002f5e , 0x0000002f 
+ 00012653  0x000022e7 branch  0x00003172 
+ 00012654  0x000022ea call  0x00002f5e 
+ 00012655  0x000022eb call  0x00002e11 
+ 00012656  0x000022ec nrtn  0x0000002f 
+ 00012657  0x000022ed branch  0x00003152 
+ 00012658  0x000022f0 bpatch  0x000000c3 , 0x00004018 
+ 00012659  0x000022f1 call  0x00003188 
+ 00012660  0x000022f2 nbranch  0x00002f5e , 0x00000028 
+ 00012661  0x000022f3 add  0x00000013 , 0x00000084 , 0x00000011 
+ 00012662  0x000022f4 ifetch  0x00000001 , 0x00000011 
+ 00012663  0x000022f6 branch  0x00002f5e , 0x00000034 
+ 00012664  0x000022f7 increase  0x00000002 , 0x0000003f 
+ 00012665  0x000022f8 iforce  0x00000039 
+ 00012666  0x000022f9 add  0x00000013 , 0x00000000 , 0x00000006 
+ 00012667  0x000022fb setarg  0x00000109 
+ 00012668  0x000022fc iadd  0x00000013 , 0x00000005 
+ 00012669  0x000022fe call  0x00007f01 
+ 00012670  0x000022ff call  0x00003286 
+ 00012671  0x00002301 call  0x000032b6 
+ 00012672  0x00002303 call  0x00003093 , 0x00000034 
+ 00012673  0x00002304 setarg  0x0000010b 
+ 00012674  0x00002305 call  0x000032d0 
+ 00012675  0x00002307 beq  0x00000001 , 0x0000319e 
+ 00012676  0x00002308 beq  0x00000002 , 0x000031c6 
+ 00012677  0x00002309 beq  0x00000003 , 0x000031f2 
+ 00012678  0x0000230a beq  0x000000ff , 0x00003212 
+ 00012679  0x0000230b branch  0x00002f5e 
+ 00012680  0x0000230e call  0x00002c7a 
+ 00012681  0x0000230f call  0x00007fe9 
+ 00012682  0x00002310 add  0x00000013 , 0x000000ca , 0x00000011 
+ 00012683  0x00002311 ifetch  0x00000001 , 0x00000011 
+ 00012684  0x00002313 add  0x00000013 , 0x000000cb , 0x00000011 
+ 00012685  0x00002314 ifetcht  0x00000001 , 0x00000011 
+ 00012686  0x00002316 isub  0x00000002 , 0x0000003e 
+ 00012687  0x00002317 ncall  0x00007fe7 , 0x00000005 
+ 00012688  0x00002318 add  0x00000013 , 0x000000ca , 0x00000011 
+ 00012689  0x00002319 ifetch  0x00000001 , 0x00000011 
+ 00012690  0x0000231b add  0x00000013 , 0x000000cb , 0x00000005 
+ 00012691  0x0000231c istore  0x00000001 , 0x00000005 
+ 00012692  0x0000231e add  0x00000013 , 0x000000c4 , 0x00000011 
+ 00012693  0x0000231f ifetch  0x00000003 , 0x00000011 
+ 00012694  0x00002321 add  0x00000013 , 0x000000c7 , 0x00000011 
+ 00012695  0x00002322 ifetcht  0x00000003 , 0x00000011 
+ 00012696  0x00002324 isub  0x00000002 , 0x0000003e 
+ 00012697  0x00002325 ncall  0x00007fe7 , 0x00000005 
+ 00012698  0x00002326 add  0x00000013 , 0x000000c4 , 0x00000011 
+ 00012699  0x00002327 ifetch  0x00000003 , 0x00000011 
+ 00012700  0x00002329 add  0x00000013 , 0x000000c7 , 0x00000005 
+ 00012701  0x0000232b branch  0x000032c5 
+ 00012702  0x0000232e call  0x00002f88 
+ 00012703  0x0000232f call  0x0000324c 
+ 00012704  0x00002330 store  0x00000001 , 0x00000aa2 
+ 00012705  0x00002332 call  0x00003274 
+ 00012706  0x00002333 fetch  0x00000001 , 0x00000aa2 
+ 00012707  0x00002335 isolate1  0x00000003 , 0x00000002 
+ 00012708  0x00002336 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00012709  0x00002337 add  0x00000013 , 0x000000b2 , 0x00000005 
+ 00012710  0x00002338 istore  0x00000001 , 0x00000005 
+ 00012711  0x0000233a beq  0x00000001 , 0x00003216 
+ 00012712  0x0000233b call  0x00003245 
+ 00012713  0x0000233d call  0x00003274 
+ 00012714  0x0000233f isolate1  0x00000004 , 0x00000002 
+ 00012715  0x00002340 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00012716  0x00002341 call  0x00003249 
+ 00012717  0x00002343 add  0x00000013 , 0x000000de , 0x00000011 
+ 00012718  0x00002344 ifetch  0x00000002 , 0x00000011 
+ 00012719  0x00002346 branch  0x00007f9c 
+ 00012720  0x00002349 setarg  0x00000001 
+ 00012721  0x0000234a store  0x00000001 , 0x00000d54 
+ 00012722  0x0000234b call  0x0000329e 
+ 00012723  0x0000234d istore  0x00000007 , 0x00000005 
+ 00012724  0x0000234e call  0x0000329e 
+ 00012725  0x00002350 ncall  0x000031bd , 0x00000034 
+ 00012726  0x00002351 call  0x0000329e 
+ 00012727  0x00002353 call  0x000031c2 , 0x00000034 
+ 00012728  0x00002355 jam  0x00000020 , 0x00000d52 
+ 00012729  0x00002357 fetch  0x00000001 , 0x00000d38 
+ 00012730  0x00002358 set1  0x00000002 , 0x0000003f 
+ 00012731  0x00002359 store  0x00000001 , 0x00000d38 
+ 00012732  0x0000235a rtn 
+ 00012733  0x0000235d setarg  0x00000001 
+ 00012734  0x0000235e call  0x000032a8 
+ 00012735  0x00002361 setarg  0x00000140 
+ 00012736  0x00002362 arg  0x0000000b , 0x00000007 
+ 00012737  0x00002363 branch  0x00007f08 
+ 00012738  0x00002365 call  0x000032a7 
+ 00012739  0x00002368 setarg  0x00000000 
+ 00012740  0x00002369 arg  0x0000000b , 0x00000007 
+ 00012741  0x0000236a branch  0x00007f08 
+ 00012742  0x0000236d call  0x00003274 
+ 00012743  0x0000236f isolate1  0x00000003 , 0x00000002 
+ 00012744  0x00002370 branch  0x0000321b , 0x00000001 
+ 00012745  0x00002371 arg  0x00000d64 , 0x00000005 
+ 00012746  0x00002372 call  0x000031e0 
+ 00012747  0x00002373 fetch  0x00000008 , 0x00000d64 
+ 00012748  0x00002374 ncall  0x000031e4 , 0x00000034 
+ 00012749  0x00002375 fetch  0x00000008 , 0x00000d64 
+ 00012750  0x00002376 call  0x000031e9 , 0x00000034 
+ 00012751  0x00002377 call  0x00002c7a 
+ 00012752  0x00002378 fetch  0x00000008 , 0x00000d64 
+ 00012753  0x00002379 arg  0x00000168 , 0x00000011 
+ 00012754  0x0000237a call  0x000032bf 
+ 00012755  0x0000237b istore  0x00000008 , 0x00000005 
+ 00012756  0x0000237d setarg  0x00000170 
+ 00012757  0x0000237e iadd  0x00000013 , 0x00000011 
+ 00012758  0x0000237f ifetcht  0x00000008 , 0x00000011 
+ 00012759  0x00002381 isub  0x00000002 , 0x0000003e 
+ 00012760  0x00002382 ncall  0x000031ed , 0x00000005 
+ 00012761  0x00002383 setarg  0x00000168 
+ 00012762  0x00002384 iadd  0x00000013 , 0x00000011 
+ 00012763  0x00002385 ifetch  0x00000008 , 0x00000011 
+ 00012764  0x00002387 arg  0x00000170 , 0x00000011 
+ 00012765  0x00002388 call  0x000032bf 
+ 00012766  0x00002389 istore  0x00000008 , 0x00000005 
+ 00012767  0x0000238b branch  0x00002f5e 
+ 00012768  0x0000238e setarg  0x0000010b 
+ 00012769  0x0000238f iadd  0x00000013 , 0x00000006 
+ 00012770  0x00002391 arg  0x00000009 , 0x00000039 
+ 00012771  0x00002392 branch  0x00007ff3 
+ 00012772  0x00002395 setarg  0x00000001 
+ 00012773  0x00002396 call  0x000032ab 
+ 00012774  0x00002399 setarg  0x00000140 
+ 00012775  0x0000239a arg  0x0000000e , 0x00000007 
+ 00012776  0x0000239b branch  0x00007f08 
+ 00012777  0x0000239e call  0x000032aa 
+ 00012778  0x000023a1 setarg  0x00000000 
+ 00012779  0x000023a2 arg  0x0000000e , 0x00000007 
+ 00012780  0x000023a3 branch  0x00007f08 
+ 00012781  0x000023a7 jam  0x00000010 , 0x00000d51 
+ 00012782  0x000023a8 fetch  0x00000001 , 0x00000d38 
+ 00012783  0x000023a9 set1  0x00000001 , 0x0000003f 
+ 00012784  0x000023aa store  0x00000001 , 0x00000d38 
+ 00012785  0x000023ab rtn 
+ 00012786  0x000023ae arg  0x00000d74 , 0x00000005 
+ 00012787  0x000023af call  0x000031e0 
+ 00012788  0x000023b0 fetch  0x00000002 , 0x00000d75 
+ 00012789  0x000023b1 ncall  0x00003209 , 0x00000034 
+ 00012790  0x000023b2 fetch  0x00000002 , 0x00000d75 
+ 00012791  0x000023b3 call  0x0000320e , 0x00000034 
+ 00012792  0x000023b4 call  0x00002c7a 
+ 00012793  0x000023b5 fetch  0x00000003 , 0x00000d74 
+ 00012794  0x000023b6 arg  0x00000178 , 0x00000011 
+ 00012795  0x000023b7 call  0x000032c4 
+ 00012796  0x000023b9 setarg  0x0000017b 
+ 00012797  0x000023ba iadd  0x00000013 , 0x00000011 
+ 00012798  0x000023bb ifetcht  0x00000003 , 0x00000011 
+ 00012799  0x000023bd isub  0x00000002 , 0x0000003e 
+ 00012800  0x000023be ncall  0x00003207 , 0x00000005 
+ 00012801  0x000023bf setarg  0x00000178 
+ 00012802  0x000023c0 iadd  0x00000013 , 0x00000011 
+ 00012803  0x000023c1 ifetch  0x00000003 , 0x00000011 
+ 00012804  0x000023c3 arg  0x0000017b , 0x00000011 
+ 00012805  0x000023c4 call  0x000032c4 
+ 00012806  0x000023c6 branch  0x00002f5e 
+ 00012807  0x000023c9 jam  0x00000021 , 0x00000d52 
+ 00012808  0x000023ca branch  0x000031b9 
+ 00012809  0x000023cd setarg  0x00000001 
+ 00012810  0x000023ce call  0x000032ae 
+ 00012811  0x000023d1 setarg  0x00000140 
+ 00012812  0x000023d2 arg  0x0000000c , 0x00000007 
+ 00012813  0x000023d3 branch  0x00007f08 
+ 00012814  0x000023d6 call  0x000032ad 
+ 00012815  0x000023d9 setarg  0x00000000 
+ 00012816  0x000023da arg  0x0000000c , 0x00000007 
+ 00012817  0x000023db branch  0x00007f08 
+ 00012818  0x000023de call  0x000032bd 
+ 00012819  0x000023e0 beq  0x00000001 , 0x00003216 
+ 00012820  0x000023e1 beq  0x00000002 , 0x0000321b 
+ 00012821  0x000023e2 rtn 
+ 00012822  0x000023e4 setarg  0x0000010d 
+ 00012823  0x000023e5 call  0x0000327e 
+ 00012824  0x000023e6 arg  0x00000160 , 0x00000011 
+ 00012825  0x000023e7 call  0x000032bf 
+ 00012826  0x000023ea branch  0x0000322d 
+ 00012827  0x000023ed setarg  0x0000010d 
+ 00012828  0x000023ee call  0x0000327e 
+ 00012829  0x000023ef arg  0x00000164 , 0x00000011 
+ 00012830  0x000023f0 call  0x000032bf 
+ 00012831  0x000023f3 branch  0x0000322d 
+ 00012832  0x000023f6 call  0x00002c7a 
+ 00012833  0x000023f7 add  0x00000013 , 0x000000cd , 0x00000005 
+ 00012834  0x000023f8 istore  0x00000001 , 0x00000005 
+ 00012835  0x000023f9 rtn 
+ 00012836  0x000023fc call  0x00002c7a 
+ 00012837  0x000023fd add  0x00000013 , 0x000000be , 0x00000011 
+ 00012838  0x000023fe branch  0x0000327f 
+ 00012839  0x00002400 call  0x00002c7a 
+ 00012840  0x00002401 add  0x00000013 , 0x000000be , 0x00000005 
+ 00012841  0x00002402 branch  0x0000322d 
+ 00012842  0x00002405 add  0x00000013 , 0x000000ae , 0x00000011 
+ 00012843  0x00002406 branch  0x0000327f 
+ 00012844  0x00002408 add  0x00000013 , 0x000000ae , 0x00000005 
+ 00012845  0x0000240a istore  0x00000004 , 0x00000005 
+ 00012846  0x0000240b rtn 
+ 00012847  0x0000240e add  0x00000013 , 0x00000090 , 0x00000005 
+ 00012848  0x0000240f branch  0x000032b4 
+ 00012849  0x00002412 setarg  0x00000000 
+ 00012850  0x00002414 call  0x00002c7a 
+ 00012851  0x00002415 add  0x00000013 , 0x00000085 , 0x00000005 
+ 00012852  0x00002416 branch  0x000032b4 
+ 00012853  0x00002419 add  0x00000013 , 0x00000042 , 0x00000005 
+ 00012854  0x0000241a branch  0x000032b4 
+ 00012855  0x0000241d setarg  0x00000004 
+ 00012856  0x0000241f add  0x00000013 , 0x000000cc , 0x00000005 
+ 00012857  0x00002420 branch  0x000032b4 
+ 00012858  0x00002423 add  0x00000013 , 0x00000087 , 0x00000011 
+ 00012859  0x00002424 branch  0x000032d1 
+ 00012860  0x00002426 add  0x00000013 , 0x00000087 , 0x00000005 
+ 00012861  0x00002427 branch  0x000032b4 
+ 00012862  0x0000242a setarg  0x00000002 
+ 00012863  0x0000242c add  0x00000013 , 0x000000d0 , 0x00000005 
+ 00012864  0x0000242d branch  0x000032b4 
+ 00012865  0x00002430 setarg  0x00000001 
+ 00012866  0x00002432 call  0x00002c7a 
+ 00012867  0x00002433 add  0x00000013 , 0x000000ce , 0x00000005 
+ 00012868  0x00002434 branch  0x000032b4 
+ 00012869  0x00002437 call  0x00002c7a 
+ 00012870  0x00002438 add  0x00000013 , 0x000000b4 , 0x00000011 
+ 00012871  0x00002439 branch  0x000032d1 
+ 00012872  0x0000243b setarg  0x00000001 
+ 00012873  0x0000243d call  0x00002c7a 
+ 00012874  0x0000243e add  0x00000013 , 0x000000b4 , 0x00000005 
+ 00012875  0x0000243f branch  0x000032b4 
+ 00012876  0x00002442 call  0x00002c7a 
+ 00012877  0x00002443 add  0x00000013 , 0x000000b2 , 0x00000011 
+ 00012878  0x00002444 branch  0x000032d1 
+ 00012879  0x00002446 setarg  0x00000001 
+ 00012880  0x00002448 call  0x00002c7a 
+ 00012881  0x00002449 add  0x00000013 , 0x000000b2 , 0x00000005 
+ 00012882  0x0000244a branch  0x000032b4 
+ 00012883  0x0000244d call  0x00002c7a 
+ 00012884  0x0000244e add  0x00000013 , 0x00000096 , 0x00000011 
+ 00012885  0x0000244f branch  0x000032d1 
+ 00012886  0x00002451 add  0x00000013 , 0x00000096 , 0x00000005 
+ 00012887  0x00002452 branch  0x000032b4 
+ 00012888  0x00002455 add  0x00000013 , 0x000000cf , 0x00000011 
+ 00012889  0x00002456 branch  0x000032d1 
+ 00012890  0x00002458 setarg  0x00000000 
+ 00012891  0x0000245a add  0x00000013 , 0x000000cf , 0x00000005 
+ 00012892  0x0000245b branch  0x000032b4 
+ 00012893  0x0000245e add  0x00000013 , 0x000000d2 , 0x00000011 
+ 00012894  0x0000245f branch  0x000032d1 
+ 00012895  0x00002462 add  0x00000013 , 0x00000001 , 0x00000011 
+ 00012896  0x00002463 branch  0x000032d1 
+ 00012897  0x00002466 add  0x00000013 , 0x000000b5 , 0x00000011 
+ 00012898  0x00002467 branch  0x000032d1 
+ 00012899  0x00002469 setarg  0x00000000 
+ 00012900  0x0000246b call  0x00002c7a 
+ 00012901  0x0000246c add  0x00000013 , 0x000000b5 , 0x00000005 
+ 00012902  0x0000246d branch  0x000032b4 
+ 00012903  0x00002470 call  0x00002c7a 
+ 00012904  0x00002471 add  0x00000013 , 0x000000fb , 0x00000011 
+ 00012905  0x00002472 ifetch  0x00000001 , 0x00000011 
+ 00012906  0x00002474 store  0x00000001 , 0x000041de 
+ 00012907  0x00002475 rtn 
+ 00012908  0x00002478 call  0x00002c7a 
+ 00012909  0x00002479 fetch  0x00000001 , 0x000041de 
+ 00012910  0x0000247b add  0x00000013 , 0x000000fb , 0x00000005 
+ 00012911  0x0000247c branch  0x000032b4 
+ 00012912  0x0000247f add  0x00000013 , 0x000000fc , 0x00000011 
+ 00012913  0x00002480 branch  0x000032d1 
+ 00012914  0x00002483 add  0x00000013 , 0x000000fe , 0x00000005 
+ 00012915  0x00002484 branch  0x000032b4 
+ 00012916  0x00002487 setarg  0x00000109 
+ 00012917  0x00002489 iadd  0x00000013 , 0x00000011 
+ 00012918  0x0000248a ifetcht  0x00000001 , 0x00000011 
+ 00012919  0x0000248b rtn 
+ 00012920  0x0000248e setarg  0x00000135 
+ 00012921  0x0000248f branch  0x000032d0 
+ 00012922  0x00002491 setarg  0x00000000 
+ 00012923  0x00002493 arg  0x00000135 , 0x00000011 
+ 00012924  0x00002494 branch  0x000032b3 
+ 00012925  0x00002497 setarg  0x0000012b 
+ 00012926  0x00002499 call  0x000032cd 
+ 00012927  0x0000249b ifetch  0x00000004 , 0x00000011 
+ 00012928  0x0000249c rtn 
+ 00012929  0x0000249f setarg  0x0000015f 
+ 00012930  0x000024a0 branch  0x000032d0 
+ 00012931  0x000024a2 setarg  0x00000000 
+ 00012932  0x000024a4 arg  0x0000015f , 0x00000011 
+ 00012933  0x000024a5 branch  0x000032b3 
+ 00012934  0x000024a8 setarg  0x00000000 
+ 00012935  0x000024aa arg  0x0000015c , 0x00000011 
+ 00012936  0x000024ab branch  0x000032b3 
+ 00012937  0x000024ae arg  0x0000012f , 0x00000011 
+ 00012938  0x000024af branch  0x000032b3 
+ 00012939  0x000024b2 setarg  0x00000108 
+ 00012940  0x000024b3 branch  0x000032d0 
+ 00012941  0x000024b5 arg  0x00000108 , 0x00000011 
+ 00012942  0x000024b6 branch  0x000032b3 
+ 00012943  0x000024b9 setarg  0x00000105 
+ 00012944  0x000024ba branch  0x000032d0 
+ 00012945  0x000024bc setarg  0x00000000 
+ 00012946  0x000024be arg  0x00000105 , 0x00000011 
+ 00012947  0x000024bf branch  0x000032b3 
+ 00012948  0x000024c2 setarg  0x00000104 
+ 00012949  0x000024c3 branch  0x000032d0 
+ 00012950  0x000024c5 setarg  0x00000000 
+ 00012951  0x000024c7 arg  0x00000104 , 0x00000011 
+ 00012952  0x000024c8 branch  0x000032b3 
+ 00012953  0x000024cb setarg  0x00000000 
+ 00012954  0x000024cd arg  0x0000013b , 0x00000011 
+ 00012955  0x000024ce branch  0x000032b3 
+ 00012956  0x000024d0 setarg  0x00000001 
+ 00012957  0x000024d1 branch  0x0000329a 
+ 00012958  0x000024d4 setarg  0x0000010c 
+ 00012959  0x000024d5 call  0x000032cd 
+ 00012960  0x000024d6 ifetch  0x00000007 , 0x00000011 
+ 00012961  0x000024d7 rtn 
+ 00012962  0x000024da setarg  0x0000015e 
+ 00012963  0x000024db branch  0x000032d0 
+ 00012964  0x000024dd setarg  0x00000000 
+ 00012965  0x000024df arg  0x0000015e , 0x00000011 
+ 00012966  0x000024e0 branch  0x000032b3 
+ 00012967  0x000024e3 setarg  0x00000000 
+ 00012968  0x000024e5 arg  0x00000180 , 0x00000011 
+ 00012969  0x000024e6 branch  0x000032b3 
+ 00012970  0x000024e9 setarg  0x00000000 
+ 00012971  0x000024eb arg  0x0000017e , 0x00000011 
+ 00012972  0x000024ec branch  0x000032b3 
+ 00012973  0x000024ef setarg  0x00000000 
+ 00012974  0x000024f1 arg  0x0000017f , 0x00000011 
+ 00012975  0x000024f2 branch  0x000032b3 
+ 00012976  0x000024f5 arg  0x00000102 , 0x00000011 
+ 00012977  0x000024f6 branch  0x000032b3 
+ 00012978  0x000024f9 arg  0x00000103 , 0x00000011 
+ 00012979  0x000024fb call  0x000032c7 
+ 00012980  0x000024fd istore  0x00000001 , 0x00000005 
+ 00012981  0x000024fe rtn 
+ 00012982  0x00002501 setarg  0x0000015d 
+ 00012983  0x00002502 branch  0x000032d0 
+ 00012984  0x00002505 arg  0x0000015d , 0x00000011 
+ 00012985  0x00002506 branch  0x000032b3 
+ 00012986  0x00002509 setarg  0x0000018a 
+ 00012987  0x0000250a call  0x000032d0 
+ 00012988  0x0000250b branch  0x0000326a 
+ 00012989  0x0000250e setarg  0x0000010c 
+ 00012990  0x0000250f branch  0x000032d0 
+ 00012991  0x00002512 copy  0x0000003f , 0x00000002 
+ 00012992  0x00002513 copy  0x00000011 , 0x0000003f 
+ 00012993  0x00002514 iadd  0x00000013 , 0x00000005 
+ 00012994  0x00002515 copy  0x00000002 , 0x0000003f 
+ 00012995  0x00002516 rtn 
+ 00012996  0x00002519 call  0x000032bf 
+ 00012997  0x0000251b istore  0x00000003 , 0x00000005 
+ 00012998  0x0000251c rtn 
+ 00012999  0x0000251f call  0x00002c7a 
+ 00013000  0x00002521 copy  0x0000003f , 0x00000012 
+ 00013001  0x00002522 copy  0x00000011 , 0x0000003f 
+ 00013002  0x00002523 iadd  0x00000013 , 0x00000005 
+ 00013003  0x00002524 copy  0x00000012 , 0x0000003f 
+ 00013004  0x00002525 rtn 
+ 00013005  0x00002528 call  0x00002c7a 
+ 00013006  0x00002529 iadd  0x00000013 , 0x00000011 
+ 00013007  0x0000252a rtn 
+ 00013008  0x0000252d call  0x000032cd 
+ 00013009  0x0000252f ifetch  0x00000001 , 0x00000011 
+ 00013010  0x00002530 rtn 
+ 00013011  0x00002533 call  0x000032cd 
+ 00013012  0x00002534 ifetcht  0x00000004 , 0x00000011 
+ 00013013  0x00002535 rtn 
+ 00013014  0x00002538 setarg  0x00000000 
+ 00013015  0x00002539 branch  0x000032b4 
+ 00013016  0x0000253e bpatch  0x000000c4 , 0x00004018 
+ 00013017  0x0000253f fetch  0x00000001 , 0x00004092 
+ 00013018  0x00002540 branch  0x000032d8 , 0x00000034 
+ 00013019  0x00002542 beq  0x00000004 , 0x00002f30 
+ 00013020  0x00002543 beq  0x0000000f , 0x00003436 
+ 00013021  0x00002544 beq  0x00000009 , 0x000045de 
+ 00013022  0x00002545 beq  0x0000000a , 0x0000392a 
+ 00013023  0x00002546 beq  0x0000000e , 0x000035bf 
+ 00013024  0x00002547 beq  0x00000010 , 0x000044a4 
+ 00013025  0x00002548 bbit1  0x00000006 , 0x00003d00 
+ 00013026  0x00002549 rtn 
+ 00013027  0x0000254c bpatch  0x000000c5 , 0x00004018 
+ 00013028  0x0000254d jam  0x00000000 , 0x00000151 
+ 00013029  0x0000254e jam  0x00000000 , 0x0000017f 
+ 00013030  0x0000254f jam  0x00000000 , 0x00000180 
+ 00013031  0x00002550 setarg  0x00000000 
+ 00013032  0x00002551 store  0x00000005 , 0x000009ae 
+ 00013033  0x00002552 fetch  0x00000001 , 0x00004092 
+ 00013034  0x00002553 branch  0x000032e3 , 0x00000034 
+ 00013035  0x00002554 beq  0x0000000a , 0x00003962 
+ 00013036  0x00002556 rtn 
+ 00013037  0x0000255a call  0x00007cd1 
+ 00013038  0x0000255b call  0x00007d9c 
+ 00013039  0x0000255c call  0x000032f6 
+ 00013040  0x0000255d fetch  0x00000002 , 0x000041f3 
+ 00013041  0x0000255e branch  0x00007f9c 
+ 00013042  0x00002561 fetch  0x00000002 , 0x000041f1 
+ 00013043  0x00002562 branch  0x00007f9c 
+ 00013044  0x00002565 fetch  0x00000002 , 0x000041ef 
+ 00013045  0x00002566 branch  0x00007f9c 
+ 00013046  0x00002569 bpatch  0x000000c6 , 0x00004018 
+ 00013047  0x0000256b arg  0x00004668 , 0x00000011 
+ 00013048  0x0000256c call  0x00007fc4 
+ 00013049  0x0000256d rtn  0x00000034 
+ 00013050  0x0000256f copy  0x0000003f , 0x00000013 
+ 00013051  0x00002570 call  0x000032ff 
+ 00013052  0x00002571 branch  0x00003324 
+ 00013053  0x00002574 arg  0x00000000 , 0x00000013 
+ 00013054  0x00002575 rtn 
+ 00013055  0x0000257b beq  0x00000001 , 0x00003311 
+ 00013056  0x0000257c beq  0x00000010 , 0x00003357 
+ 00013057  0x0000257d beq  0x00000005 , 0x00003335 
+ 00013058  0x0000257e beq  0x00000012 , 0x0000333c 
+ 00013059  0x0000257f beq  0x00000006 , 0x00003353 
+ 00013060  0x00002580 beq  0x00000004 , 0x00003394 
+ 00013061  0x00002581 beq  0x00000002 , 0x00003399 
+ 00013062  0x00002582 beq  0x00000013 , 0x00003394 
+ 00013063  0x00002583 beq  0x00000014 , 0x0000334b 
+ 00013064  0x00002584 beq  0x00000015 , 0x0000334f 
+ 00013065  0x00002585 beq  0x00000003 , 0x0000332e 
+ 00013066  0x00002586 beq  0x0000000b , 0x00003340 
+ 00013067  0x00002587 beq  0x0000000c , 0x00003347 
+ 00013068  0x00002589 beq  0x00000016 , 0x0000335b 
+ 00013069  0x0000258a beq  0x00000018 , 0x0000332a 
+ 00013070  0x0000258b beq  0x0000002a , 0x0000331a 
+ 00013071  0x0000258c beq  0x0000002b , 0x00003318 
+ 00013072  0x0000258d rtn 
+ 00013073  0x00002591 fetch  0x00000002 , 0x00004682 
+ 00013074  0x00002592 set1  0x00000000 , 0x0000003f 
+ 00013075  0x00002593 store  0x00000002 , 0x00004682 
+ 00013076  0x00002594 fetch  0x00000002 , 0x0000420a 
+ 00013077  0x00002595 set0  0x00000000 , 0x0000003f 
+ 00013078  0x00002596 store  0x00000002 , 0x0000420a 
+ 00013079  0x00002597 rtn 
+ 00013080  0x0000259a jam  0x00000000 , 0x00000229 
+ 00013081  0x0000259b rtn 
+ 00013082  0x0000259e fetch  0x00000001 , 0x00000229 
+ 00013083  0x0000259f increase  0x00000001 , 0x0000003f 
+ 00013084  0x000025a0 store  0x00000001 , 0x00000229 
+ 00013085  0x000025a1 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00013086  0x000025a2 branch  0x000033df , 0x00000002 
+ 00013087  0x000025a3 jam  0x00000000 , 0x00000229 
+ 00013088  0x000025a4 fetch  0x00000002 , 0x0000420a 
+ 00013089  0x000025a5 set1  0x00000009 , 0x0000003f 
+ 00013090  0x000025a6 store  0x00000002 , 0x0000420a 
+ 00013091  0x000025a7 branch  0x000033e9 
+ 00013092  0x000025aa fetch  0x00000002 , 0x000041f5 
+ 00013093  0x000025ab branch  0x00007f9c 
+ 00013094  0x000025ae fetch  0x00000002 , 0x000041e9 
+ 00013095  0x000025af branch  0x00007f9c 
+ 00013096  0x000025b2 fetch  0x00000002 , 0x000041ed 
+ 00013097  0x000025b3 branch  0x00007f9c 
+ 00013098  0x000025b6 fetch  0x00000002 , 0x0000420a 
+ 00013099  0x000025b7 set1  0x00000001 , 0x0000003f 
+ 00013100  0x000025b8 store  0x00000002 , 0x0000420a 
+ 00013101  0x000025b9 branch  0x00003412 
+ 00013102  0x000025bc fetch  0x00000002 , 0x00004682 
+ 00013103  0x000025bd set1  0x00000007 , 0x0000003f 
+ 00013104  0x000025be store  0x00000002 , 0x00004682 
+ 00013105  0x000025bf fetch  0x00000002 , 0x0000420a 
+ 00013106  0x000025c0 set1  0x00000002 , 0x0000003f 
+ 00013107  0x000025c1 store  0x00000002 , 0x0000420a 
+ 00013108  0x000025c2 rtn 
+ 00013109  0x000025c5 fetch  0x00000002 , 0x00004682 
+ 00013110  0x000025c6 set1  0x00000001 , 0x0000003f 
+ 00013111  0x000025c7 store  0x00000002 , 0x00004682 
+ 00013112  0x000025c8 fetch  0x00000002 , 0x0000420a 
+ 00013113  0x000025c9 set1  0x00000004 , 0x0000003f 
+ 00013114  0x000025ca store  0x00000002 , 0x0000420a 
+ 00013115  0x000025cb rtn 
+ 00013116  0x000025ce fetch  0x00000002 , 0x00004682 
+ 00013117  0x000025cf set1  0x00000003 , 0x0000003f 
+ 00013118  0x000025d0 store  0x00000002 , 0x00004682 
+ 00013119  0x000025d1 rtn 
+ 00013120  0x000025d4 fetch  0x00000002 , 0x00004682 
+ 00013121  0x000025d5 set1  0x00000005 , 0x0000003f 
+ 00013122  0x000025d6 store  0x00000002 , 0x00004682 
+ 00013123  0x000025d7 fetch  0x00000002 , 0x0000420a 
+ 00013124  0x000025d8 set1  0x00000003 , 0x0000003f 
+ 00013125  0x000025d9 store  0x00000002 , 0x0000420a 
+ 00013126  0x000025da rtn 
+ 00013127  0x000025dd fetch  0x00000002 , 0x00004682 
+ 00013128  0x000025de set0  0x00000005 , 0x0000003f 
+ 00013129  0x000025df store  0x00000002 , 0x00004682 
+ 00013130  0x000025e0 rtn 
+ 00013131  0x000025e3 fetch  0x00000002 , 0x00004682 
+ 00013132  0x000025e4 set1  0x00000009 , 0x0000003f 
+ 00013133  0x000025e5 store  0x00000002 , 0x00004682 
+ 00013134  0x000025e6 rtn 
+ 00013135  0x000025e9 fetch  0x00000002 , 0x00004682 
+ 00013136  0x000025ea set0  0x00000009 , 0x0000003f 
+ 00013137  0x000025eb store  0x00000002 , 0x00004682 
+ 00013138  0x000025ec branch  0x00003418 
+ 00013139  0x000025ef fetch  0x00000002 , 0x00004682 
+ 00013140  0x000025f0 set1  0x00000002 , 0x0000003f 
+ 00013141  0x000025f1 store  0x00000002 , 0x00004682 
+ 00013142  0x000025f2 rtn 
+ 00013143  0x000025f5 fetch  0x00000002 , 0x0000420a 
+ 00013144  0x000025f6 set1  0x00000000 , 0x0000003f 
+ 00013145  0x000025f7 store  0x00000002 , 0x0000420a 
+ 00013146  0x000025f8 rtn 
+ 00013147  0x000025fb fetch  0x00000002 , 0x0000420a 
+ 00013148  0x000025fc set1  0x00000008 , 0x0000003f 
+ 00013149  0x000025fd store  0x00000002 , 0x0000420a 
+ 00013150  0x000025fe branch  0x000033e9 
+ 00013151  0x00002602 bpatch  0x000000c7 , 0x00004018 
+ 00013152  0x00002603 store  0x00000001 , 0x0000022a 
+ 00013153  0x00002605 fetch  0x00000001 , 0x0000022a 
+ 00013154  0x00002606 rtn  0x00000034 
+ 00013155  0x00002607 increase  0xffffffff , 0x0000003f 
+ 00013156  0x00002608 store  0x00000001 , 0x0000022a 
+ 00013157  0x00002609 call  0x00007cdd 
+ 00013158  0x0000260a call  0x000033d6 
+ 00013159  0x0000260b call  0x00003387 
+ 00013160  0x0000260c call  0x0000338d 
+ 00013161  0x0000260d call  0x0000651b 
+ 00013162  0x0000260e fetch  0x00000002 , 0x000041fd 
+ 00013163  0x0000260f call  0x00007f9c 
+ 00013164  0x00002610 branch  0x00003361 
+ 00013165  0x00002616 ifetch  0x00000001 , 0x00000013 
+ 00013166  0x00002617 rtn  0x00000034 
+ 00013167  0x00002618 pincrease  0xffffffff 
+ 00013168  0x00002619 istore  0x00000001 , 0x00000013 
+ 00013169  0x0000261a nrtn  0x00000034 
+ 00013170  0x0000261b copy  0x00000012 , 0x0000003f 
+ 00013171  0x0000261c branch  0x00007f9c 
+ 00013172  0x00002621 ifetch  0x00000002 , 0x00000013 
+ 00013173  0x00002622 rtn  0x00000034 
+ 00013174  0x00002623 pincrease  0xffffffff 
+ 00013175  0x00002624 istore  0x00000002 , 0x00000013 
+ 00013176  0x00002625 nrtn  0x00000034 
+ 00013177  0x00002626 copy  0x00000012 , 0x0000003f 
+ 00013178  0x00002627 branch  0x00007f9c 
+ 00013179  0x0000262a fetcht  0x00000002 , 0x0000423f 
+ 00013180  0x0000262b add  0x00000002 , 0x00000001 , 0x00000013 
+ 00013181  0x0000262c arg  0x0000337f , 0x00000012 
+ 00013182  0x0000262d branch  0x0000336d 
+ 00013183  0x00002630 call  0x0000342d 
+ 00013184  0x00002631 beq  0x00000001 , 0x00003382 
+ 00013185  0x00002633 branch  0x0000340a 
+ 00013186  0x00002635 setarg  0x00000002 
+ 00013187  0x00002636 istore  0x00000001 , 0x00000013 
+ 00013188  0x00002637 add  0x00000002 , 0x00000008 , 0x00000012 
+ 00013189  0x00002639 ifetch  0x00000002 , 0x00000012 
+ 00013190  0x0000263a branch  0x00007f9c 
+ 00013191  0x0000263d arg  0x00004205 , 0x00000013 
+ 00013192  0x0000263e arg  0x0000338a , 0x00000012 
+ 00013193  0x0000263f branch  0x0000336d 
+ 00013194  0x00002642 call  0x00002252 
+ 00013195  0x00002643 branch  0x0000340e , 0x00000005 
+ 00013196  0x00002644 rtn 
+ 00013197  0x00002648 arg  0x0000467e , 0x00000013 
+ 00013198  0x00002649 arg  0x00003390 , 0x00000012 
+ 00013199  0x0000264a branch  0x00003374 
+ 00013200  0x0000264d call  0x000033f0 
+ 00013201  0x0000264e call  0x00003408 
+ 00013202  0x0000264f fetch  0x00000002 , 0x000041f7 
+ 00013203  0x00002650 branch  0x00007f9c 
+ 00013204  0x00002654 call  0x000033ac 
+ 00013205  0x00002656 fetch  0x00000002 , 0x00004682 
+ 00013206  0x00002657 set0  0x00000007 , 0x0000003f 
+ 00013207  0x00002658 store  0x00000002 , 0x00004682 
+ 00013208  0x00002659 rtn 
+ 00013209  0x0000265c jam  0x00000000 , 0x00004205 
+ 00013210  0x0000265d fetch  0x00000002 , 0x00004682 
+ 00013211  0x0000265e bbit1  0x00000007 , 0x0000339e 
+ 00013212  0x0000265f isolate0  0x00000001 , 0x0000003f 
+ 00013213  0x00002660 call  0x000032fd , 0x00000001 
+ 00013214  0x00002662 bpatch  0x000000c8 , 0x00004019 
+ 00013215  0x00002663 fetch  0x00000002 , 0x00004682 
+ 00013216  0x00002664 set0  0x00000000 , 0x0000003f 
+ 00013217  0x00002665 set0  0x00000001 , 0x0000003f 
+ 00013218  0x00002666 set0  0x00000002 , 0x0000003f 
+ 00013219  0x00002667 set0  0x00000003 , 0x0000003f 
+ 00013220  0x00002668 set0  0x00000007 , 0x0000003f 
+ 00013221  0x00002669 store  0x00000002 , 0x00004682 
+ 00013222  0x0000266a branch  0x00003418 
+ 00013223  0x0000266d call  0x000033a9 
+ 00013224  0x0000266e branch  0x0000340a 
+ 00013225  0x00002672 setarg  0x00000000 
+ 00013226  0x00002673 store  0x00000002 , 0x00004208 
+ 00013227  0x00002674 rtn 
+ 00013228  0x00002676 setarg  0x00000000 
+ 00013229  0x00002677 store  0x00000002 , 0x0000420a 
+ 00013230  0x00002678 rtn 
+ 00013231  0x0000267b fetch  0x00000002 , 0x0000420a 
+ 00013232  0x0000267c store  0x00000002 , 0x00004208 
+ 00013233  0x0000267d setarg  0x00000000 
+ 00013234  0x0000267e store  0x00000002 , 0x0000420a 
+ 00013235  0x0000267f rtn 
+ 00013236  0x00002682 fetch  0x00000002 , 0x0000420a 
+ 00013237  0x00002683 set1  0x00000007 , 0x0000003f 
+ 00013238  0x00002684 store  0x00000002 , 0x00004208 
+ 00013239  0x00002685 setarg  0x00000000 
+ 00013240  0x00002686 store  0x00000002 , 0x0000420a 
+ 00013241  0x00002687 rtn 
+ 00013242  0x00002690 fetch  0x00000001 , 0x00004682 
+ 00013243  0x00002691 isolate1  0x00000005 , 0x0000003f 
+ 00013244  0x00002692 rtn 
+ 00013245  0x0000269b setarg  0x0000aa55 
+ 00013246  0x0000269d store  0x00000002 , 0x00000aaa 
+ 00013247  0x0000269e bpatch  0x000000c9 , 0x00004019 
+ 00013248  0x0000269f arg  0x00000002 , 0x00000002 
+ 00013249  0x000026a0 arg  0x00000aaa , 0x00000011 
+ 00013250  0x000026a1 arg  0x000000c3 , 0x00000012 
+ 00013251  0x000026a2 branch  0x00006606 
+ 00013252  0x000026a6 bpatch  0x000000ca , 0x00004019 
+ 00013253  0x000026a7 arg  0x00000002 , 0x00000002 
+ 00013254  0x000026a8 arg  0x00000a9a , 0x00000011 
+ 00013255  0x000026a9 arg  0x000000c3 , 0x00000012 
+ 00013256  0x000026aa call  0x000065df 
+ 00013257  0x000026ab fetch  0x00000002 , 0x00000a9a 
+ 00013258  0x000026ac arg  0x0000aa55 , 0x00000002 
+ 00013259  0x000026ad isub  0x00000002 , 0x0000003e 
+ 00013260  0x000026ae rtn 
+ 00013261  0x000026b2 fetch  0x00000001 , 0x0000455a 
+ 00013262  0x000026b3 store  0x00000001 , 0x00004205 
+ 00013263  0x000026b4 rtn 
+ 00013264  0x000026b7 arg  0x00000009 , 0x00000007 
+ 00013265  0x000026b8 branch  0x00002c32 
+ 00013266  0x000026bb arg  0x00000009 , 0x00000007 
+ 00013267  0x000026bc branch  0x00002c36 
+ 00013268  0x000026bf jam  0x00000005 , 0x00004206 
+ 00013269  0x000026c0 branch  0x000033d0 
+ 00013270  0x000026c3 arg  0x00004206 , 0x00000013 
+ 00013271  0x000026c4 arg  0x000033d2 , 0x00000012 
+ 00013272  0x000026c5 branch  0x0000336d 
+ 00013273  0x000026c8 jam  0x00000001 , 0x00004363 
+ 00013274  0x000026c9 rtn 
+ 00013275  0x000026cc jam  0x00000000 , 0x00004363 
+ 00013276  0x000026cd rtn 
+ 00013277  0x000026d0 jam  0x0000000a , 0x00000a99 
+ 00013278  0x000026d1 branch  0x00007d8f 
+ 00013279  0x000026d4 jam  0x0000001d , 0x00000a99 
+ 00013280  0x000026d5 branch  0x00007d8f 
+ 00013281  0x000026d8 bpatch  0x000000cb , 0x00004019 
+ 00013282  0x000026d9 fetch  0x00000001 , 0x00004207 
+ 00013283  0x000026da store  0x00000001 , 0x0000016d 
+ 00013284  0x000026db jam  0x00000001 , 0x00000228 
+ 00013285  0x000026dc jam  0x00000003 , 0x00000a99 
+ 00013286  0x000026dd branch  0x00007d8f 
+ 00013287  0x000026e0 jam  0x0000001e , 0x00000a99 
+ 00013288  0x000026e1 branch  0x00007d8f 
+ 00013289  0x000026e4 jam  0x00000004 , 0x00000a99 
+ 00013290  0x000026e5 branch  0x00007d8f 
+ 00013291  0x000026e8 fetch  0x00000002 , 0x00004687 
+ 00013292  0x000026e9 store  0x00000002 , 0x0000467e 
+ 00013293  0x000026eb call  0x00003404 
+ 00013294  0x000026ed jam  0x00000001 , 0x00000a99 
+ 00013295  0x000026ee branch  0x00007d8f 
+ 00013296  0x000026f1 setarg  0x00000000 
+ 00013297  0x000026f2 store  0x00000002 , 0x0000467e 
+ 00013298  0x000026f3 jam  0x00000002 , 0x00000a99 
+ 00013299  0x000026f4 branch  0x00007d8f 
+ 00013300  0x000026f7 jam  0x0000000f , 0x00000a99 
+ 00013301  0x000026f8 branch  0x00007d8f 
+ 00013302  0x000026fb jam  0x00000010 , 0x00000a99 
+ 00013303  0x000026fc branch  0x00007d8f 
+ 00013304  0x000026ff jam  0x0000000e , 0x00000a99 
+ 00013305  0x00002700 branch  0x00007d8f 
+ 00013306  0x00002703 jam  0x0000000d , 0x00000a99 
+ 00013307  0x00002704 branch  0x00007d8f 
+ 00013308  0x00002707 jam  0x00000017 , 0x00000a99 
+ 00013309  0x00002708 branch  0x00007d8f 
+ 00013310  0x0000270b jam  0x00000018 , 0x00000a99 
+ 00013311  0x0000270c branch  0x00007d8f 
+ 00013312  0x0000270f jam  0x00000016 , 0x00000a99 
+ 00013313  0x00002710 branch  0x00007d8f 
+ 00013314  0x00002713 jam  0x00000011 , 0x00000a99 
+ 00013315  0x00002714 branch  0x00007d8f 
+ 00013316  0x00002717 jam  0x00000015 , 0x00000a99 
+ 00013317  0x00002718 branch  0x00007d8f 
+ 00013318  0x0000271b jam  0x00000014 , 0x00000a99 
+ 00013319  0x0000271c branch  0x00007d8f 
+ 00013320  0x00002720 jam  0x00000013 , 0x00000a99 
+ 00013321  0x00002721 branch  0x00007d8f 
+ 00013322  0x00002724 jam  0x00000019 , 0x00000a99 
+ 00013323  0x00002725 branch  0x00007d8f 
+ 00013324  0x00002728 jam  0x00000006 , 0x00000a99 
+ 00013325  0x00002729 branch  0x00007d8f 
+ 00013326  0x0000272c jam  0x00000005 , 0x00000a99 
+ 00013327  0x0000272d branch  0x00007d8f 
+ 00013328  0x00002730 jam  0x0000001f , 0x00000a99 
+ 00013329  0x00002731 branch  0x00007d8f 
+ 00013330  0x00002734 jam  0x00000020 , 0x00000a99 
+ 00013331  0x00002735 branch  0x00007d8f 
+ 00013332  0x00002738 jam  0x00000025 , 0x00000a99 
+ 00013333  0x00002739 branch  0x00007d8f 
+ 00013334  0x0000273c set1  0x0000000d , 0x00000000 
+ 00013335  0x0000273d rtn 
+ 00013336  0x00002740 set0  0x0000000d , 0x00000000 
+ 00013337  0x00002741 rtn 
+ 00013338  0x00002756 call  0x0000342d 
+ 00013339  0x00002757 beq  0x00000002 , 0x00003424 
+ 00013340  0x00002759 setarg  0x00000001 
+ 00013341  0x0000275a istore  0x00000001 , 0x00000013 
+ 00013342  0x0000275b add  0x00000002 , 0x00000003 , 0x00000011 
+ 00013343  0x0000275c add  0x00000002 , 0x00000006 , 0x00000012 
+ 00013344  0x0000275e ifetcht  0x00000001 , 0x00000011 
+ 00013345  0x0000275f increase  0x00000001 , 0x00000013 
+ 00013346  0x00002760 istoret  0x00000001 , 0x00000013 
+ 00013347  0x00002761 branch  0x00003385 
+ 00013348  0x00002764 setarg  0x00000000 
+ 00013349  0x00002765 istore  0x00000001 , 0x00000013 
+ 00013350  0x00002766 fetch  0x00000002 , 0x00004682 
+ 00013351  0x00002767 bbit0  0x00000009 , 0x00003429 
+ 00013352  0x00002768 call  0x00003402 
+ 00013353  0x0000276a fetcht  0x00000002 , 0x0000423f 
+ 00013354  0x0000276b add  0x00000002 , 0x00000002 , 0x00000011 
+ 00013355  0x0000276c add  0x00000002 , 0x00000004 , 0x00000012 
+ 00013356  0x0000276d branch  0x00003420 
+ 00013357  0x00002770 fetcht  0x00000002 , 0x0000423f 
+ 00013358  0x00002771 add  0x00000002 , 0x00000000 , 0x00000013 
+ 00013359  0x00002772 ifetch  0x00000001 , 0x00000013 
+ 00013360  0x00002773 rtn 
+ 00013361  0x00002776 call  0x0000342d 
+ 00013362  0x00002777 bne  0x00000000 , 0x00003434 
+ 00013363  0x00002778 branch  0x0000340a 
+ 00013364  0x0000277a add  0x00000002 , 0x0000000a , 0x00000012 
+ 00013365  0x0000277b branch  0x00003385 
+ 00013366  0x0000277e rtn  0x0000002b 
+ 00013367  0x0000277f jam  0x00000000 , 0x00008081 
+ 00013368  0x00002780 setarg  0x00003463 
+ 00013369  0x00002781 store  0x00000002 , 0x000041eb 
+ 00013370  0x00002782 setarg  0x0000696c 
+ 00013371  0x00002783 store  0x00000002 , 0x000041ed 
+ 00013372  0x00002784 setarg  0x000034f5 
+ 00013373  0x00002785 store  0x00000002 , 0x000041f3 
+ 00013374  0x00002786 setarg  0x000034f4 
+ 00013375  0x00002787 store  0x00000002 , 0x000041ef 
+ 00013376  0x00002788 setarg  0x0000347e 
+ 00013377  0x00002789 store  0x00000002 , 0x000041f5 
+ 00013378  0x0000278a setarg  0x000034b2 
+ 00013379  0x0000278b store  0x00000002 , 0x000041fd 
+ 00013380  0x0000278c setarg  0x00003465 
+ 00013381  0x0000278d store  0x00000002 , 0x000041fb 
+ 00013382  0x0000278e setarg  0x00003470 
+ 00013383  0x0000278f store  0x00000002 , 0x000041e9 
+ 00013384  0x00002790 setarg  0x00003501 
+ 00013385  0x00002791 store  0x00000002 , 0x000041f9 
+ 00013386  0x00002792 bpatch  0x000000cc , 0x00004019 
+ 00013387  0x00002793 call  0x0000359b 
+ 00013388  0x00002794 call  0x00006948 
+ 00013389  0x00002795 call  0x000035ad 
+ 00013390  0x00002796 call  0x00007d08 
+ 00013391  0x00002797 call  0x00007cd3 
+ 00013392  0x00002798 setarg  0x0000350b 
+ 00013393  0x00002799 store  0x00000002 , 0x00004766 
+ 00013394  0x0000279a setarg  0x000034fc 
+ 00013395  0x0000279b store  0x00000002 , 0x0000475d 
+ 00013396  0x0000279c setarg  0x000034f8 
+ 00013397  0x0000279d store  0x00000002 , 0x0000475f 
+ 00013398  0x0000279e setarg  0x0000346c 
+ 00013399  0x0000279f store  0x00000002 , 0x00004761 
+ 00013400  0x000027a0 setarg  0x000035a2 
+ 00013401  0x000027a1 store  0x00000002 , 0x000046a9 
+ 00013402  0x000027a2 setarg  0x000035a4 
+ 00013403  0x000027a3 store  0x00000002 , 0x000046ab 
+ 00013404  0x000027a4 setarg  0x000035a9 
+ 00013405  0x000027a5 store  0x00000002 , 0x000046b4 
+ 00013406  0x000027a6 setarg  0x000035a6 
+ 00013407  0x000027a7 store  0x00000002 , 0x000046b6 
+ 00013408  0x000027a8 fetch  0x00000002 , 0x00004682 
+ 00013409  0x000027a9 rtnbit1  0x0000000c 
+ 00013410  0x000027aa branch  0x0000340a 
+ 00013411  0x000027ad call  0x00003586 
+ 00013412  0x000027ae branch  0x0000340a 
+ 00013413  0x000027b1 call  0x00005892 
+ 00013414  0x000027b2 nrtn  0x00000034 
+ 00013415  0x000027b3 arg  0x00000b06 , 0x00000011 
+ 00013416  0x000027b4 call  0x00007e54 
+ 00013417  0x000027b5 nrtn  0x00000028 
+ 00013418  0x000027b6 arg  0x00000b06 , 0x00000006 
+ 00013419  0x000027b7 branch  0x00004746 
+ 00013420  0x000027ba fetch  0x00000002 , 0x00004797 
+ 00013421  0x000027bb store  0x00000002 , 0x00004791 
+ 00013422  0x000027bc jam  0x00000001 , 0x00004753 
+ 00013423  0x000027bd branch  0x0000358f 
+ 00013424  0x000027c0 fetch  0x00000001 , 0x0000479d 
+ 00013425  0x000027c1 beq  0x00000001 , 0x00003479 
+ 00013426  0x000027c2 fetch  0x00000002 , 0x00004682 
+ 00013427  0x000027c3 bbit0  0x00000009 , 0x00003479 
+ 00013428  0x000027c4 fetch  0x00000001 , 0x0000479e 
+ 00013429  0x000027c5 beq  0x00000001 , 0x000033d0 
+ 00013430  0x000027c6 fetch  0x00000001 , 0x00004700 
+ 00013431  0x000027c7 nbranch  0x000033d0 , 0x00000034 
+ 00013432  0x000027c8 branch  0x000033d2 
+ 00013433  0x000027cb fetch  0x00000001 , 0x0000479b 
+ 00013434  0x000027cc fetcht  0x00000001 , 0x0000479c 
+ 00013435  0x000027cd ior  0x00000002 , 0x0000003f 
+ 00013436  0x000027ce beq  0x00000001 , 0x000033d0 
+ 00013437  0x000027cf branch  0x000033d2 
+ 00013438  0x000027d2 copy  0x00000013 , 0x0000003f 
+ 00013439  0x000027d3 beq  0x0000002d , 0x00003431 
+ 00013440  0x000027d4 beq  0x00000010 , 0x0000341a 
+ 00013441  0x000027d5 beq  0x00000014 , 0x000034df 
+ 00013442  0x000027d6 beq  0x00000015 , 0x000034e8 
+ 00013443  0x000027d7 beq  0x00000040 , 0x00003485 
+ 00013444  0x000027d8 rtn 
+ 00013445  0x000027da fetch  0x00000002 , 0x00004509 
+ 00013446  0x000027db beq  0x00000001 , 0x0000348c 
+ 00013447  0x000027dd fetch  0x00000002 , 0x000043d8 
+ 00013448  0x000027de branch  0x000034a2 , 0x00000034 
+ 00013449  0x000027e0 jam  0x00000002 , 0x0000478a 
+ 00013450  0x000027e1 jam  0x0000003c , 0x0000478f 
+ 00013451  0x000027e2 rtn 
+ 00013452  0x000027e5 fetch  0x00000002 , 0x0000449a 
+ 00013453  0x000027e6 branch  0x000034a0 , 0x00000034 
+ 00013454  0x000027e8 jam  0x00000001 , 0x0000478a 
+ 00013455  0x000027e9 fetcht  0x00000002 , 0x000047b4 
+ 00013456  0x000027ea fetch  0x00000002 , 0x00004496 
+ 00013457  0x000027eb iadd  0x00000002 , 0x0000003f 
+ 00013458  0x000027ec store  0x00000002 , 0x00004496 
+ 00013459  0x000027ed copy  0x0000003f , 0x00000011 
+ 00013460  0x000027ee fetch  0x00000002 , 0x00004498 
+ 00013461  0x000027ef iadd  0x00000002 , 0x0000003f 
+ 00013462  0x000027f0 store  0x00000002 , 0x00004498 
+ 00013463  0x000027f1 iadd  0x00000011 , 0x0000003f 
+ 00013464  0x000027f2 rshift  0x0000003f , 0x00000002 
+ 00013465  0x000027f3 fetch  0x00000002 , 0x000047c0 
+ 00013466  0x000027f4 idiv  0x00000002 
+ 00013467  0x000027f5 call  0x00007f86 
+ 00013468  0x000027f6 quotient  0x0000003f 
+ 00013469  0x000027f7 store  0x00000002 , 0x0000449a 
+ 00013470  0x000027f8 jam  0x00000001 , 0x00004790 
+ 00013471  0x000027f9 rtn 
+ 00013472  0x000027fb jam  0x00000003 , 0x0000478a 
+ 00013473  0x000027fc rtn 
+ 00013474  0x000027ff jam  0x00000000 , 0x00004172 
+ 00013475  0x00002800 jam  0x00000000 , 0x00004790 
+ 00013476  0x00002801 fetch  0x00000002 , 0x000043d6 
+ 00013477  0x00002802 fetcht  0x00000002 , 0x000047be 
+ 00013478  0x00002803 isub  0x00000002 , 0x0000003e 
+ 00013479  0x00002804 setflag  0x00000002 , 0x00000000 , 0x00000011 
+ 00013480  0x00002805 fetch  0x00000002 , 0x000047c0 
+ 00013481  0x00002806 fetcht  0x00000002 , 0x000043d6 
+ 00013482  0x00002807 isub  0x00000002 , 0x0000003f 
+ 00013483  0x00002808 setflag  0x00000002 , 0x00000001 , 0x00000011 
+ 00013484  0x00002809 compare  0x00000003 , 0x00000011 , 0x00000003 
+ 00013485  0x0000280a rtn  0x00000001 
+ 00013486  0x0000280b fetch  0x00000008 , 0x000047be 
+ 00013487  0x0000280c store  0x00000008 , 0x00004496 
+ 00013488  0x0000280d jam  0x00000001 , 0x00004790 
+ 00013489  0x0000280e rtn 
+ 00013490  0x00002813 call  0x0000337b 
+ 00013491  0x00002814 call  0x000034b9 
+ 00013492  0x00002815 call  0x000034be 
+ 00013493  0x00002816 call  0x000034d5 
+ 00013494  0x00002817 call  0x000034ca 
+ 00013495  0x00002818 call  0x000034c4 
+ 00013496  0x00002819 branch  0x000034d9 
+ 00013497  0x0000281d arg  0x00004799 , 0x00000013 
+ 00013498  0x0000281e arg  0x000034bc , 0x00000012 
+ 00013499  0x0000281f branch  0x0000336d 
+ 00013500  0x00002821 jam  0x00000000 , 0x0000479a 
+ 00013501  0x00002822 rtn 
+ 00013502  0x00002824 arg  0x00004793 , 0x00000013 
+ 00013503  0x00002825 arg  0x000034c1 , 0x00000012 
+ 00013504  0x00002826 branch  0x00003374 
+ 00013505  0x00002828 arg  0x000046bf , 0x00000013 
+ 00013506  0x00002829 arg  0x0000469e , 0x00000012 
+ 00013507  0x0000282a branch  0x00003591 
+ 00013508  0x0000282e arg  0x0000478f , 0x00000013 
+ 00013509  0x0000282f arg  0x000034c7 , 0x00000012 
+ 00013510  0x00002830 branch  0x0000336d 
+ 00013511  0x00002833 fetch  0x00000002 , 0x0000449a 
+ 00013512  0x00002834 store  0x00000001 , 0x00004172 
+ 00013513  0x00002835 rtn 
+ 00013514  0x00002837 arg  0x00004790 , 0x00000013 
+ 00013515  0x00002838 arg  0x000034cd , 0x00000012 
+ 00013516  0x00002839 branch  0x0000336d 
+ 00013517  0x0000283b fetch  0x00000001 , 0x0000043f 
+ 00013518  0x0000283c compare  0x00000000 , 0x0000003f , 0x00000060 
+ 00013519  0x0000283d nbranch  0x000034d3 , 0x00000001 
+ 00013520  0x0000283e jam  0x00000001 , 0x0000478a 
+ 00013521  0x0000283f call  0x00003416 
+ 00013522  0x00002840 branch  0x00005abf 
+ 00013523  0x00002842 jam  0x00000001 , 0x00004790 
+ 00013524  0x00002843 rtn 
+ 00013525  0x00002846 arg  0x00004791 , 0x00000013 
+ 00013526  0x00002847 arg  0x000034d8 , 0x00000012 
+ 00013527  0x00002848 branch  0x00003374 
+ 00013528  0x0000284c branch  0x0000341a 
+ 00013529  0x00002851 arg  0x0000478d , 0x00000013 
+ 00013530  0x00002852 arg  0x000034dc , 0x00000012 
+ 00013531  0x00002853 branch  0x00003374 
+ 00013532  0x00002855 fetch  0x00000002 , 0x000047a7 
+ 00013533  0x00002856 store  0x00000002 , 0x0000478d 
+ 00013534  0x00002857 branch  0x000035af 
+ 00013535  0x0000285b fetch  0x00000002 , 0x000047a7 
+ 00013536  0x0000285c store  0x00000002 , 0x0000478d 
+ 00013537  0x0000285d setarg  0x00000000 
+ 00013538  0x0000285e store  0x00000002 , 0x00004793 
+ 00013539  0x0000285f store  0x00000002 , 0x00004791 
+ 00013540  0x00002860 call  0x0000355c 
+ 00013541  0x00002861 call  0x00003586 
+ 00013542  0x00002862 jam  0x00000000 , 0x00004172 
+ 00013543  0x00002863 branch  0x000033f8 
+ 00013544  0x00002869 setarg  0x00000000 
+ 00013545  0x0000286a store  0x00000004 , 0x0000478d 
+ 00013546  0x0000286b store  0x00000003 , 0x0000478a 
+ 00013547  0x0000286c store  0x00000002 , 0x00004509 
+ 00013548  0x0000286e jam  0x00000001 , 0x000047a0 
+ 00013549  0x0000286f fetch  0x00000002 , 0x00004797 
+ 00013550  0x00002870 store  0x00000002 , 0x00004791 
+ 00013551  0x00002871 call  0x00007e38 
+ 00013552  0x00002872 fetch  0x00000001 , 0x00004759 
+ 00013553  0x00002873 rtneq  0x00000000 
+ 00013554  0x00002874 call  0x0000358f 
+ 00013555  0x00002875 branch  0x0000356e 
+ 00013556  0x0000287a branch  0x00003508 
+ 00013557  0x0000287e fetch  0x00000001 , 0x00004759 
+ 00013558  0x0000287f rtnne  0x00000002 
+ 00013559  0x00002880 branch  0x00003508 
+ 00013560  0x00002886 arg  0x000046cd , 0x00000013 
+ 00013561  0x00002887 call  0x00003582 
+ 00013562  0x00002888 arg  0x000046c6 , 0x00000013 
+ 00013563  0x0000288a branch  0x00003584 
+ 00013564  0x0000288d jam  0x00000000 , 0x0000436e 
+ 00013565  0x0000288e arg  0x000046db , 0x00000013 
+ 00013566  0x0000288f call  0x00003582 
+ 00013567  0x00002890 arg  0x000046d4 , 0x00000013 
+ 00013568  0x00002891 branch  0x000034fb 
+ 00013569  0x00002894 fetch  0x00000001 , 0x00000477 
+ 00013570  0x00002895 beq  0x00000012 , 0x00003504 
+ 00013571  0x00002896 rtn 
+ 00013572  0x00002898 fetch  0x00000002 , 0x00000478 
+ 00013573  0x0000289a beq  0x0000000d , 0x00003536 
+ 00013574  0x0000289b beq  0x0000000b , 0x00003571 
+ 00013575  0x0000289c rtn 
+ 00013576  0x000028a2 fetch  0x00000001 , 0x00004753 
+ 00013577  0x000028a3 rtn  0x00000034 
+ 00013578  0x000028a4 branch  0x00006978 
+ 00013579  0x000028a9 copy  0x00000011 , 0x0000003f 
+ 00013580  0x000028aa branch  0x00003510 , 0x00000034 
+ 00013581  0x000028ac copy  0x00000007 , 0x0000003f 
+ 00013582  0x000028ad beq  0x00000000 , 0x00003513 
+ 00013583  0x000028ae rtn 
+ 00013584  0x000028b0 copy  0x00000007 , 0x0000003f 
+ 00013585  0x000028b1 beq  0x00000000 , 0x0000351b 
+ 00013586  0x000028b2 rtn 
+ 00013587  0x000028b5 jam  0x00000001 , 0x0000479d 
+ 00013588  0x000028b6 arg  0x000046f7 , 0x00000013 
+ 00013589  0x000028b7 call  0x00003582 
+ 00013590  0x000028b8 arg  0x000046f0 , 0x00000013 
+ 00013591  0x000028b9 call  0x00003584 
+ 00013592  0x000028ba fetch  0x00000002 , 0x00004682 
+ 00013593  0x000028bb bbit0  0x00000009 , 0x00003532 
+ 00013594  0x000028bc branch  0x00003521 
+ 00013595  0x000028bf jam  0x00000000 , 0x0000479d 
+ 00013596  0x000028c0 branch  0x0000351d 
+ 00013597  0x000028c5 fetch  0x00000001 , 0x0000479a 
+ 00013598  0x000028c6 rtnne  0x00000001 
+ 00013599  0x000028c7 jam  0x00000005 , 0x00004799 
+ 00013600  0x000028c8 rtn 
+ 00013601  0x000028cb fetch  0x00000001 , 0x0000479a 
+ 00013602  0x000028cc pincrease  0x00000001 
+ 00013603  0x000028cd store  0x00000001 , 0x0000479a 
+ 00013604  0x000028ce beq  0x00000001 , 0x00003527 
+ 00013605  0x000028cf beq  0x00000002 , 0x0000352b 
+ 00013606  0x000028d0 rtn 
+ 00013607  0x000028d2 call  0x0000355c 
+ 00013608  0x000028d3 jam  0x00000001 , 0x00004771 
+ 00013609  0x000028d4 arg  0x0000476c , 0x00000013 
+ 00013610  0x000028d5 branch  0x00003544 
+ 00013611  0x000028d7 jam  0x00000000 , 0x0000479a 
+ 00013612  0x000028d8 jam  0x00000002 , 0x00004771 
+ 00013613  0x000028d9 arg  0x0000476c , 0x00000013 
+ 00013614  0x000028da call  0x00003544 
+ 00013615  0x000028db fetch  0x00000001 , 0x0000479e 
+ 00013616  0x000028dc beq  0x00000001 , 0x00003551 
+ 00013617  0x000028dd rtn 
+ 00013618  0x000028e0 fetch  0x00000002 , 0x00004797 
+ 00013619  0x000028e1 store  0x00000002 , 0x00004791 
+ 00013620  0x000028e2 call  0x0000355c 
+ 00013621  0x000028e3 branch  0x0000358f 
+ 00013622  0x000028e7 bpatch  0x000000cd , 0x00004019 
+ 00013623  0x000028e8 call  0x000036fc 
+ 00013624  0x000028e9 ifetch  0x00000001 , 0x00000011 
+ 00013625  0x000028ea beq  0x00000003 , 0x0000353c 
+ 00013626  0x000028eb beq  0x00000007 , 0x00003540 
+ 00013627  0x000028ec rtn 
+ 00013628  0x000028ef fetch  0x00000001 , 0x0000479e 
+ 00013629  0x000028f0 beq  0x00000000 , 0x00003551 
+ 00013630  0x000028f1 beq  0x00000001 , 0x0000355c 
+ 00013631  0x000028f2 rtn 
+ 00013632  0x000028f5 ifetch  0x00000001 , 0x00000012 
+ 00013633  0x000028f6 beq  0x00000001 , 0x00003564 
+ 00013634  0x000028f7 beq  0x00000000 , 0x00003569 
+ 00013635  0x000028f8 rtn 
+ 00013636  0x00002900 bpatch  0x000000ce , 0x00004019 
+ 00013637  0x00002901 fetch  0x00000001 , 0x0000478b 
+ 00013638  0x00002902 isolate1  0x00000000 , 0x0000003f 
+ 00013639  0x00002903 nrtn  0x00000001 
+ 00013640  0x00002904 add  0x00000013 , 0x00000006 , 0x00000006 
+ 00013641  0x00002905 ifetch  0x00000002 , 0x00000006 
+ 00013642  0x00002906 byteswap  0x0000003f , 0x0000003f 
+ 00013643  0x00002907 add  0x0000003f , 0x00000005 , 0x00000039 
+ 00013644  0x00002908 add  0x00000013 , 0x00000003 , 0x00000006 
+ 00013645  0x00002909 call  0x000036f0 
+ 00013646  0x0000290a istore  0x00000001 , 0x00000006 
+ 00013647  0x0000290b copy  0x00000013 , 0x00000011 
+ 00013648  0x0000290c branch  0x00007e3d 
+ 00013649  0x00002913 fetch  0x00000001 , 0x00004759 
+ 00013650  0x00002914 rtn  0x00000034 
+ 00013651  0x00002915 jam  0x00000001 , 0x0000479e 
+ 00013652  0x00002916 arg  0x000046e9 , 0x00000013 
+ 00013653  0x00002917 call  0x00003582 
+ 00013654  0x00002918 arg  0x000046e2 , 0x00000013 
+ 00013655  0x00002919 call  0x00003584 
+ 00013656  0x0000291a jam  0x00000004 , 0x00004780 
+ 00013657  0x0000291b jam  0x00000001 , 0x00004783 
+ 00013658  0x0000291c arg  0x0000477b , 0x00000013 
+ 00013659  0x0000291d branch  0x00003544 
+ 00013660  0x0000291f fetch  0x00000001 , 0x0000479e 
+ 00013661  0x00002920 rtn  0x00000034 
+ 00013662  0x00002921 jam  0x00000000 , 0x0000479e 
+ 00013663  0x00002922 call  0x00003586 
+ 00013664  0x00002923 jam  0x00000004 , 0x00004780 
+ 00013665  0x00002924 jam  0x00000000 , 0x00004783 
+ 00013666  0x00002925 arg  0x0000477b , 0x00000013 
+ 00013667  0x00002926 branch  0x00003544 
+ 00013668  0x00002929 jam  0x00000001 , 0x0000479f 
+ 00013669  0x0000292a jam  0x00000007 , 0x00004780 
+ 00013670  0x0000292b jam  0x00000001 , 0x00004783 
+ 00013671  0x0000292c arg  0x0000477b , 0x00000013 
+ 00013672  0x0000292d branch  0x00003544 
+ 00013673  0x0000292f jam  0x00000000 , 0x0000479f 
+ 00013674  0x00002930 jam  0x00000007 , 0x00004780 
+ 00013675  0x00002931 jam  0x00000000 , 0x00004783 
+ 00013676  0x00002932 arg  0x0000477b , 0x00000013 
+ 00013677  0x00002933 branch  0x00003544 
+ 00013678  0x00002935 fetch  0x00000001 , 0x0000479f 
+ 00013679  0x00002936 rtn  0x00000034 
+ 00013680  0x00002937 branch  0x00003551 
+ 00013681  0x0000293a ifetch  0x00000002 , 0x00000011 
+ 00013682  0x0000293b store  0x00000002 , 0x0000478b 
+ 00013683  0x0000293c isolate1  0x00000000 , 0x0000003f 
+ 00013684  0x0000293d nrtn  0x00000001 
+ 00013685  0x0000293e fetch  0x00000001 , 0x000047a0 
+ 00013686  0x0000293f rtn  0x00000034 
+ 00013687  0x00002940 jam  0x00000000 , 0x000047a0 
+ 00013688  0x00002941 fetch  0x00000008 , 0x000047b6 
+ 00013689  0x00002942 store  0x00000008 , 0x00004496 
+ 00013690  0x00002943 jam  0x00000002 , 0x00004790 
+ 00013691  0x00002944 call  0x000035af 
+ 00013692  0x00002945 call  0x000035b9 
+ 00013693  0x00002946 jam  0x00000007 , 0x00004780 
+ 00013694  0x00002947 fetch  0x00000001 , 0x0000479f 
+ 00013695  0x00002948 store  0x00000001 , 0x00004783 
+ 00013696  0x00002949 arg  0x0000477b , 0x00000013 
+ 00013697  0x0000294a branch  0x00003544 
+ 00013698  0x0000294f arg  0x00000001 , 0x00000011 
+ 00013699  0x00002950 branch  0x00003585 
+ 00013700  0x00002952 arg  0x00000000 , 0x00000011 
+ 00013701  0x00002954 branch  0x0000358c 
+ 00013702  0x00002957 arg  0x00000000 , 0x00000011 
+ 00013703  0x00002958 call  0x00007d19 
+ 00013704  0x00002959 arg  0x00000001 , 0x00000011 
+ 00013705  0x0000295a call  0x00007d19 
+ 00013706  0x0000295b fetch  0x00000001 , 0x000047a1 
+ 00013707  0x0000295c branch  0x000069d7 
+ 00013708  0x0000295f call  0x00007d04 
+ 00013709  0x00002960 arg  0x00000007 , 0x00000039 
+ 00013710  0x00002961 branch  0x00007d26 
+ 00013711  0x00002966 arg  0x000046b8 , 0x00000013 
+ 00013712  0x00002967 arg  0x0000469a , 0x00000012 
+ 00013713  0x00002969 call  0x00003596 
+ 00013714  0x0000296a call  0x00003584 
+ 00013715  0x0000296b fetch  0x00000002 , 0x00004795 
+ 00013716  0x0000296c store  0x00000002 , 0x00004793 
+ 00013717  0x0000296d branch  0x000033fa 
+ 00013718  0x00002970 ifetch  0x00000002 , 0x00000012 
+ 00013719  0x00002971 store  0x00000002 , 0x00004154 
+ 00013720  0x00002972 ifetch  0x00000002 , 0x00000006 
+ 00013721  0x00002973 store  0x00000002 , 0x00004482 
+ 00013722  0x00002974 rtn 
+ 00013723  0x00002977 arg  0x00000000 , 0x00000011 
+ 00013724  0x00002978 call  0x000069a6 
+ 00013725  0x00002979 fetch  0x00000006 , 0x000047a1 
+ 00013726  0x0000297a store  0x00000006 , 0x00000a9a 
+ 00013727  0x0000297b call  0x000069ae 
+ 00013728  0x0000297c fetch  0x00000001 , 0x000047a1 
+ 00013729  0x0000297d branch  0x000069d7 
+ 00013730  0x00002980 jam  0x00000001 , 0x0000479b 
+ 00013731  0x00002981 rtn 
+ 00013732  0x00002983 jam  0x00000000 , 0x0000479b 
+ 00013733  0x00002984 rtn 
+ 00013734  0x00002989 jam  0x00000000 , 0x0000479c 
+ 00013735  0x0000298a fetch  0x00000001 , 0x000047a1 
+ 00013736  0x0000298b branch  0x000069d7 
+ 00013737  0x0000298e jam  0x00000001 , 0x0000479c 
+ 00013738  0x0000298f fetch  0x00000006 , 0x000047a1 
+ 00013739  0x00002990 store  0x00000006 , 0x00000a9a 
+ 00013740  0x00002991 branch  0x000069ae 
+ 00013741  0x00002996 jam  0x00000000 , 0x0000422d 
+ 00013742  0x00002997 branch  0x000068a8 
+ 00013743  0x0000299a call  0x000068eb 
+ 00013744  0x0000299b call  0x00006908 
+ 00013745  0x0000299c store  0x00000002 , 0x000047b0 
+ 00013746  0x0000299d arg  0x000047aa , 0x00000011 
+ 00013747  0x0000299e call  0x00006930 
+ 00013748  0x0000299f store  0x00000001 , 0x000047a9 
+ 00013749  0x000029a0 beq  0x00000000 , 0x000035be 
+ 00013750  0x000029a1 sub  0x0000003f , 0x00000064 , 0x0000003e 
+ 00013751  0x000029a2 nbranch  0x000035bc , 0x00000002 
+ 00013752  0x000029a3 store  0x00000001 , 0x00004783 
+ 00013753  0x000029a5 jam  0x00000005 , 0x00004780 
+ 00013754  0x000029a6 arg  0x0000477b , 0x00000013 
+ 00013755  0x000029a7 branch  0x00003544 
+ 00013756  0x000029a9 jam  0x00000064 , 0x00004783 
+ 00013757  0x000029aa branch  0x000035b9 
+ 00013758  0x000029ad branch  0x0000341a 
+ 00013759  0x000029b2 rtn  0x0000002b 
+ 00013760  0x000029b3 hfetch  0x00000001 , 0x00008081 
+ 00013761  0x000029b4 and_into  0x000000f0 , 0x0000003f 
+ 00013762  0x000029b5 hstore  0x00000001 , 0x00008081 
+ 00013763  0x000029b6 setarg  0x00003631 
+ 00013764  0x000029b7 store  0x00000002 , 0x000041eb 
+ 00013765  0x000029b9 setarg  0x00003633 
+ 00013766  0x000029ba store  0x00000002 , 0x000041ed 
+ 00013767  0x000029bc setarg  0x0000340a 
+ 00013768  0x000029bd store  0x00000002 , 0x000041f7 
+ 00013769  0x000029bf setarg  0x00003635 
+ 00013770  0x000029c0 store  0x00000002 , 0x000041f3 
+ 00013771  0x000029c2 setarg  0x0000364b 
+ 00013772  0x000029c3 store  0x00000002 , 0x000041f5 
+ 00013773  0x000029c5 setarg  0x000033d0 
+ 00013774  0x000029c6 store  0x00000002 , 0x000041e9 
+ 00013775  0x000029c8 setarg  0x000036f6 
+ 00013776  0x000029c9 store  0x00000002 , 0x000041f9 
+ 00013777  0x000029cb setarg  0x0000367a 
+ 00013778  0x000029cc store  0x00000002 , 0x000041fd 
+ 00013779  0x000029ce call  0x00002c7a 
+ 00013780  0x000029cf setarg  0x00003722 
+ 00013781  0x000029d0 add  0x00000013 , 0x000000de , 0x00000005 
+ 00013782  0x000029d1 istore  0x00000002 , 0x00000005 
+ 00013783  0x000029d3 setarg  0x000035ed 
+ 00013784  0x000029d4 store  0x00000002 , 0x0000475b 
+ 00013785  0x000029d6 setarg  0x000035ef 
+ 00013786  0x000029d7 store  0x00000002 , 0x0000475f 
+ 00013787  0x000029d9 bpatch  0x000000cf , 0x00004019 
+ 00013788  0x000029da call  0x00003628 
+ 00013789  0x000029db call  0x00007e38 
+ 00013790  0x000029dc jam  0x00000002 , 0x00004172 
+ 00013791  0x000029dd jam  0x00000000 , 0x000049f6 
+ 00013792  0x000029de fetch  0x00000001 , 0x000047cb 
+ 00013793  0x000029df store  0x00000001 , 0x0000469a 
+ 00013794  0x000029e0 beq  0x00000000 , 0x000035ee 
+ 00013795  0x000029e1 fetch  0x00000001 , 0x000047cc 
+ 00013796  0x000029e2 store  0x00000001 , 0x00004686 
+ 00013797  0x000029e3 jam  0x00000000 , 0x0000436e 
+ 00013798  0x000029e5 call  0x0000360f 
+ 00013799  0x000029e6 call  0x00007cd3 
+ 00013800  0x000029e7 call  0x00007cdd 
+ 00013801  0x000029e8 jam  0x00000001 , 0x000047f3 
+ 00013802  0x000029e9 fetch  0x00000002 , 0x00004682 
+ 00013803  0x000029ea rtnbit1  0x0000000c 
+ 00013804  0x000029eb branch  0x0000340a 
+ 00013805  0x000029ee branch  0x0000360f 
+ 00013806  0x000029f1 jam  0x00000002 , 0x000047f3 
+ 00013807  0x000029f3 jam  0x00000001 , 0x0000436e 
+ 00013808  0x000029f4 call  0x0000360f 
+ 00013809  0x000029f5 arg  0x00000000 , 0x00000011 
+ 00013810  0x000029f6 call  0x00007d1e 
+ 00013811  0x000029f8 setarg  0x00000020 
+ 00013812  0x000029f9 call  0x000046f0 
+ 00013813  0x000029fb arg  0x000043b7 , 0x00000005 
+ 00013814  0x000029fc fetch  0x00000001 , 0x000044a0 
+ 00013815  0x000029fe and  0x0000003f , 0x000000f0 , 0x00000002 
+ 00013816  0x000029ff rshift4  0x00000002 , 0x00000002 
+ 00013817  0x00002a00 call  0x00003609 
+ 00013818  0x00002a01 istoret  0x00000001 , 0x00000005 
+ 00013819  0x00002a02 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00013820  0x00002a03 call  0x00003609 
+ 00013821  0x00002a04 istoret  0x00000001 , 0x00000005 
+ 00013822  0x00002a05 call  0x000057a6 
+ 00013823  0x00002a06 fetcht  0x00000001 , 0x000043af 
+ 00013824  0x00002a07 copy  0x00000002 , 0x00000039 
+ 00013825  0x00002a08 arg  0x00004372 , 0x00000005 
+ 00013826  0x00002a09 arg  0x000043b0 , 0x00000006 
+ 00013827  0x00002a0a call  0x00007f01 
+ 00013828  0x00002a0c fetcht  0x00000001 , 0x000043af 
+ 00013829  0x00002a0d copy  0x00000002 , 0x00000039 
+ 00013830  0x00002a0e arg  0x00004392 , 0x00000005 
+ 00013831  0x00002a0f arg  0x000043b0 , 0x00000006 
+ 00013832  0x00002a10 branch  0x00007f01 
+ 00013833  0x00002a12 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00013834  0x00002a13 branch  0x0000360d , 0x00000002 
+ 00013835  0x00002a14 add  0x00000002 , 0x00000037 , 0x00000002 
+ 00013836  0x00002a15 rtn 
+ 00013837  0x00002a17 add  0x00000002 , 0x00000030 , 0x00000002 
+ 00013838  0x00002a18 rtn 
+ 00013839  0x00002a1b fetch  0x00000001 , 0x000047c0 
+ 00013840  0x00002a1c bne  0x000000ff , 0x00003621 
+ 00013841  0x00002a1e fetch  0x00000001 , 0x000047be 
+ 00013842  0x00002a1f bne  0x000000ff , 0x00003624 
+ 00013843  0x00002a21 fetch  0x00000001 , 0x000047c9 
+ 00013844  0x00002a22 bne  0x000000ff , 0x00003626 
+ 00013845  0x00002a24 fetch  0x00000001 , 0x0000472c 
+ 00013846  0x00002a25 copy  0x0000003f , 0x00000039 
+ 00013847  0x00002a26 setarg  0x0000472d 
+ 00013848  0x00002a27 copy  0x0000003f , 0x00000011 
+ 00013849  0x00002a29 copy  0x00000011 , 0x00000006 
+ 00013850  0x00002a2a ifetch  0x00000001 , 0x00000006 
+ 00013851  0x00002a2b copy  0x00000006 , 0x00000011 
+ 00013852  0x00002a2c beq  0x000000ff , 0x0000361f 
+ 00013853  0x00002a2d copy  0x0000003f , 0x00000002 
+ 00013854  0x00002a2e call  0x0000680e 
+ 00013855  0x00002a30 loop  0x00003619 
+ 00013856  0x00002a32 rtn 
+ 00013857  0x00002a34 fetch  0x00000008 , 0x000047c0 
+ 00013858  0x00002a35 store  0x00000008 , 0x0000472f 
+ 00013859  0x00002a36 branch  0x00003611 
+ 00013860  0x00002a38 store  0x00000001 , 0x0000472d 
+ 00013861  0x00002a39 branch  0x00003613 
+ 00013862  0x00002a3b store  0x00000001 , 0x0000472e 
+ 00013863  0x00002a3c branch  0x00003615 
+ 00013864  0x00002a40 arg  0x00000000 , 0x00000011 
+ 00013865  0x00002a41 call  0x000069a6 
+ 00013866  0x00002a42 call  0x000037e4 
+ 00013867  0x00002a43 call  0x00002c7d 
+ 00013868  0x00002a44 branch  0x0000362d 
+ 00013869  0x00002a47 jam  0x00000064 , 0x000047cf 
+ 00013870  0x00002a48 fetch  0x00000001 , 0x000047c9 
+ 00013871  0x00002a49 store  0x00000001 , 0x00004744 
+ 00013872  0x00002a4a branch  0x000068a8 
+ 00013873  0x00002a4d call  0x00006835 
+ 00013874  0x00002a4e branch  0x0000696c 
+ 00013875  0x00002a51 branch  0x0000696c 
+ 00013876  0x00002a56 branch  0x00006978 
+ 00013877  0x00002a59 call  0x00003642 
+ 00013878  0x00002a5a call  0x000037ee 
+ 00013879  0x00002a5b call  0x00003639 
+ 00013880  0x00002a5c branch  0x00003634 
+ 00013881  0x00002a5f fetch  0x00000002 , 0x00004682 
+ 00013882  0x00002a60 rtnbit1  0x00000009 
+ 00013883  0x00002a61 fetch  0x00000001 , 0x000049f6 
+ 00013884  0x00002a62 beq  0x00000001 , 0x0000363e 
+ 00013885  0x00002a63 rtn 
+ 00013886  0x00002a65 fetch  0x00000001 , 0x000047ea 
+ 00013887  0x00002a66 rtneq  0x00000001 
+ 00013888  0x00002a67 jam  0x00000001 , 0x000047ea 
+ 00013889  0x00002a68 branch  0x00003654 
+ 00013890  0x00002a6b fetch  0x00000002 , 0x00004682 
+ 00013891  0x00002a6c rtnbit0  0x00000009 
+ 00013892  0x00002a6d call  0x00005892 
+ 00013893  0x00002a6e nrtn  0x00000034 
+ 00013894  0x00002a6f arg  0x00004718 , 0x00000011 
+ 00013895  0x00002a70 call  0x00007e54 
+ 00013896  0x00002a71 nrtn  0x00000028 
+ 00013897  0x00002a72 arg  0x00004718 , 0x00000006 
+ 00013898  0x00002a73 branch  0x00004746 
+ 00013899  0x00002a76 copy  0x00000013 , 0x0000003f 
+ 00013900  0x00002a77 beq  0x0000002d , 0x00003431 
+ 00013901  0x00002a78 beq  0x00000010 , 0x0000341a 
+ 00013902  0x00002a79 beq  0x00000014 , 0x00003651 
+ 00013903  0x00002a7a beq  0x00000015 , 0x00003660 
+ 00013904  0x00002a7b rtn 
+ 00013905  0x00002a7e setarg  0x00000000 
+ 00013906  0x00002a7f call  0x00003220 
+ 00013907  0x00002a80 branch  0x00003656 
+ 00013908  0x00002a82 fetch  0x00000002 , 0x000047eb 
+ 00013909  0x00002a83 store  0x00000002 , 0x000047ed 
+ 00013910  0x00002a85 jam  0x00000014 , 0x000047ce 
+ 00013911  0x00002a86 jam  0x00000000 , 0x00004091 
+ 00013912  0x00002a87 call  0x000033f8 
+ 00013913  0x00002a88 call  0x00003416 
+ 00013914  0x00002a89 fetch  0x00000001 , 0x000047bd 
+ 00013915  0x00002a8a beq  0x00000001 , 0x0000365e 
+ 00013916  0x00002a8c arg  0x00000000 , 0x00000011 
+ 00013917  0x00002a8d branch  0x00007d14 
+ 00013918  0x00002a8f arg  0x00000000 , 0x00000011 
+ 00013919  0x00002a90 branch  0x00007d19 
+ 00013920  0x00002a93 setarg  0x00000002 
+ 00013921  0x00002a94 call  0x00003220 
+ 00013922  0x00002a96 setarg  0x00000000 
+ 00013923  0x00002a97 store  0x00000005 , 0x0000479c 
+ 00013924  0x00002a98 setarg  0x00000004 
+ 00013925  0x00002a99 call  0x000069d7 
+ 00013926  0x00002a9a setarg  0x00000005 
+ 00013927  0x00002a9b call  0x000069d7 
+ 00013928  0x00002a9c setarg  0x00000014 
+ 00013929  0x00002a9d call  0x000069d7 
+ 00013930  0x00002a9e setarg  0x00000015 
+ 00013931  0x00002a9f call  0x000069d7 
+ 00013932  0x00002aa0 setarg  0x00000016 
+ 00013933  0x00002aa1 call  0x000069d7 
+ 00013934  0x00002aa2 setarg  0x00000007 
+ 00013935  0x00002aa3 call  0x000069d7 
+ 00013936  0x00002aa4 call  0x00007e38 
+ 00013937  0x00002aa5 jam  0x0000000a , 0x0000475e 
+ 00013938  0x00002aa6 jam  0x0000000a , 0x00004760 
+ 00013939  0x00002aa7 jam  0x0000000a , 0x00004762 
+ 00013940  0x00002aa9 jam  0x00000002 , 0x00004172 
+ 00013941  0x00002aaa arg  0x00000000 , 0x00000011 
+ 00013942  0x00002aab call  0x00007d1e 
+ 00013943  0x00002aad setarg  0x00000020 
+ 00013944  0x00002aae call  0x000046f0 
+ 00013945  0x00002aaf branch  0x000033fa 
+ 00013946  0x00002ab3 call  0x0000373b 
+ 00013947  0x00002ab4 call  0x0000373e 
+ 00013948  0x00002ab5 call  0x00003741 
+ 00013949  0x00002ab6 call  0x0000337b 
+ 00013950  0x00002ab7 call  0x000036c8 
+ 00013951  0x00002ab8 call  0x000036a1 
+ 00013952  0x00002ab9 call  0x0000368a 
+ 00013953  0x00002aba call  0x00003683 
+ 00013954  0x00002abb branch  0x0000368f 
+ 00013955  0x00002abe arg  0x0000479a , 0x00000013 
+ 00013956  0x00002abf arg  0x00003686 , 0x00000012 
+ 00013957  0x00002ac0 branch  0x0000336d 
+ 00013958  0x00002ac2 call  0x00003847 
+ 00013959  0x00002ac3 nrtn  0x00000001 
+ 00013960  0x00002ac4 jam  0x00000001 , 0x0000479b 
+ 00013961  0x00002ac5 rtn 
+ 00013962  0x00002ac8 arg  0x000047ed , 0x00000013 
+ 00013963  0x00002ac9 arg  0x0000368d , 0x00000012 
+ 00013964  0x00002aca branch  0x00003374 
+ 00013965  0x00002acc jam  0x00000002 , 0x000047ea 
+ 00013966  0x00002acd branch  0x00003662 
+ 00013967  0x00002ad0 arg  0x000047f1 , 0x00000013 
+ 00013968  0x00002ad1 arg  0x00003692 , 0x00000012 
+ 00013969  0x00002ad2 branch  0x0000336d 
+ 00013970  0x00002ad4 fetch  0x00000001 , 0x000047f2 
+ 00013971  0x00002ad5 branch  0x0000369e , 0x00000034 
+ 00013972  0x00002ad6 jam  0x00000002 , 0x000047f1 
+ 00013973  0x00002ad7 jam  0x00000000 , 0x000047f2 
+ 00013974  0x00002ad8 setarg  0x00000a02 
+ 00013975  0x00002ad9 store  0x00000002 , 0x00004752 
+ 00013976  0x00002ada fetch  0x00000001 , 0x000047b9 
+ 00013977  0x00002adb beq  0x00000003 , 0x0000369b 
+ 00013978  0x00002add branch  0x00003762 
+ 00013979  0x00002adf setarg  0x00000a02 
+ 00013980  0x00002ae0 store  0x00000002 , 0x00004754 
+ 00013981  0x00002ae1 branch  0x00003762 
+ 00013982  0x00002ae3 setarg  0x00000000 
+ 00013983  0x00002ae4 store  0x00000004 , 0x00004752 
+ 00013984  0x00002ae5 branch  0x00003762 
+ 00013985  0x00002ae8 fetch  0x00000001 , 0x000047c8 
+ 00013986  0x00002ae9 rtn  0x00000034 
+ 00013987  0x00002aea fetch  0x00000002 , 0x00004682 
+ 00013988  0x00002aeb bbit0  0x00000009 , 0x000036c6 
+ 00013989  0x00002aec arg  0x000047ce , 0x00000013 
+ 00013990  0x00002aed arg  0x000036a8 , 0x00000012 
+ 00013991  0x00002aee branch  0x0000336d 
+ 00013992  0x00002af0 fetch  0x00000001 , 0x000047cd 
+ 00013993  0x00002af1 store  0x00000001 , 0x000047ce 
+ 00013994  0x00002af2 fetch  0x00000001 , 0x000047d1 
+ 00013995  0x00002af3 nrtn  0x00000034 
+ 00013996  0x00002af5 call  0x000068eb 
+ 00013997  0x00002af6 call  0x00006908 
+ 00013998  0x00002af7 store  0x00000002 , 0x000047e8 
+ 00013999  0x00002af8 arg  0x000047e2 , 0x00000011 
+ 00014000  0x00002af9 call  0x00006930 
+ 00014001  0x00002afa fetcht  0x00000001 , 0x000047cf 
+ 00014002  0x00002afb isub  0x00000002 , 0x0000003e 
+ 00014003  0x00002afc branch  0x000036b6 , 0x00000002 
+ 00014004  0x00002afd store  0x00000001 , 0x000047cf 
+ 00014005  0x00002afe copy  0x0000003f , 0x00000002 
+ 00014006  0x00002b00 storet  0x00000001 , 0x000047d0 
+ 00014007  0x00002b01 fetch  0x00000001 , 0x000047ca 
+ 00014008  0x00002b02 isub  0x00000002 , 0x0000003e 
+ 00014009  0x00002b03 call  0x000036c1 , 0x00000002 
+ 00014010  0x00002b04 storet  0x00000001 , 0x000047db 
+ 00014011  0x00002b05 arg  0x00000006 , 0x00000039 
+ 00014012  0x00002b06 arg  0x000047d6 , 0x00000006 
+ 00014013  0x00002b07 call  0x000036f0 
+ 00014014  0x00002b08 store  0x00000001 , 0x000047dc 
+ 00014015  0x00002b09 arg  0x000047d3 , 0x00000011 
+ 00014016  0x00002b0a branch  0x00007e3d 
+ 00014017  0x00002b0c fetch  0x00000001 , 0x000047d2 
+ 00014018  0x00002b0d nrtn  0x00000034 
+ 00014019  0x00002b0e jam  0x00000001 , 0x000047d2 
+ 00014020  0x00002b0f arg  0x00000001 , 0x00000011 
+ 00014021  0x00002b10 branch  0x00007d1e 
+ 00014022  0x00002b12 arg  0x00000001 , 0x00000011 
+ 00014023  0x00002b13 branch  0x00007d19 
+ 00014024  0x00002b16 arg  0x000047a4 , 0x00000013 
+ 00014025  0x00002b17 arg  0x000036cb , 0x00000012 
+ 00014026  0x00002b18 branch  0x0000336d 
+ 00014027  0x00002b1a jam  0x00000005 , 0x000047a4 
+ 00014028  0x00002b1b jam  0x00000000 , 0x000047a6 
+ 00014029  0x00002b1c fetch  0x00000001 , 0x000047a5 
+ 00014030  0x00002b1d beq  0x00000001 , 0x000036ee 
+ 00014031  0x00002b1e beq  0x00000000 , 0x000036ec 
+ 00014032  0x00002b20 arg  0x0000479c , 0x00000006 
+ 00014033  0x00002b21 copy  0x00000006 , 0x00000011 
+ 00014034  0x00002b22 arg  0x00000008 , 0x00000039 
+ 00014035  0x00002b24 copy  0x00000011 , 0x00000006 
+ 00014036  0x00002b25 ifetch  0x00000001 , 0x00000006 
+ 00014037  0x00002b26 copy  0x00000006 , 0x00000011 
+ 00014038  0x00002b27 beq  0x00000000 , 0x000036e3 
+ 00014039  0x00002b28 beq  0x00000001 , 0x000036e6 
+ 00014040  0x00002b29 beq  0x00000002 , 0x000036e9 
+ 00014041  0x00002b2b fetch  0x00000001 , 0x000047a6 
+ 00014042  0x00002b2c increase  0x00000001 , 0x0000003f 
+ 00014043  0x00002b2d store  0x00000001 , 0x000047a6 
+ 00014044  0x00002b2e loop  0x000036d3 
+ 00014045  0x00002b2f rtn 
+ 00014046  0x00002b31 fetch  0x00000001 , 0x000047a6 
+ 00014047  0x00002b32 arg  0x000047c0 , 0x00000012 
+ 00014048  0x00002b33 iadd  0x00000012 , 0x00000012 
+ 00014049  0x00002b34 ifetcht  0x00000001 , 0x00000012 
+ 00014050  0x00002b35 rtn 
+ 00014051  0x00002b37 call  0x000036de 
+ 00014052  0x00002b38 call  0x00006825 
+ 00014053  0x00002b39 branch  0x000036d9 
+ 00014054  0x00002b3b call  0x000036de 
+ 00014055  0x00002b3c call  0x00006829 
+ 00014056  0x00002b3d branch  0x000036d9 
+ 00014057  0x00002b3f fetch  0x00000001 , 0x000047a5 
+ 00014058  0x00002b40 beq  0x00000001 , 0x000036e3 
+ 00014059  0x00002b41 branch  0x000036e6 
+ 00014060  0x00002b43 jam  0x00000001 , 0x000047a5 
+ 00014061  0x00002b44 branch  0x000036d0 
+ 00014062  0x00002b46 jam  0x00000000 , 0x000047a5 
+ 00014063  0x00002b47 branch  0x000036d0 
+ 00014064  0x00002b4c arg  0x00000000 , 0x00000011 
+ 00014065  0x00002b4e ifetch  0x00000001 , 0x00000006 
+ 00014066  0x00002b4f iadd  0x00000011 , 0x00000011 
+ 00014067  0x00002b50 loop  0x000036f1 
+ 00014068  0x00002b52 and  0x00000011 , 0x000000ff , 0x0000003f 
+ 00014069  0x00002b53 rtn 
+ 00014070  0x00002b56 fetch  0x00000001 , 0x00000477 
+ 00014071  0x00002b57 beq  0x00000012 , 0x000036f9 
+ 00014072  0x00002b58 rtn 
+ 00014073  0x00002b5a fetch  0x00000002 , 0x00000478 
+ 00014074  0x00002b5b beq  0x00000014 , 0x00003710 
+ 00014075  0x00002b5c rtn 
+ 00014076  0x00002b69 bpatch  0x000000d0 , 0x0000401a 
+ 00014077  0x00002b6a ifetch  0x00000005 , 0x00000011 
+ 00014078  0x00002b6b store  0x00000005 , 0x00000b12 
+ 00014079  0x00002b6c fetch  0x00000002 , 0x00000b12 
+ 00014080  0x00002b6d arg  0x00006b5a , 0x00000002 
+ 00014081  0x00002b6e isub  0x00000002 , 0x0000003e 
+ 00014082  0x00002b6f nrtn  0x00000005 
+ 00014083  0x00002b70 fetch  0x00000002 , 0x00000b15 
+ 00014084  0x00002b71 byteswap  0x0000003f , 0x0000003f 
+ 00014085  0x00002b72 store  0x00000002 , 0x00000b15 
+ 00014086  0x00002b73 copy  0x0000003f , 0x00000039 
+ 00014087  0x00002b74 increase  0x00000005 , 0x00000011 
+ 00014088  0x00002b75 copy  0x00000011 , 0x00000006 
+ 00014089  0x00002b76 arg  0x00000b17 , 0x00000005 
+ 00014090  0x00002b77 call  0x00007f01 
+ 00014091  0x00002b78 ifetch  0x00000001 , 0x00000006 
+ 00014092  0x00002b79 store  0x00000001 , 0x00000b21 
+ 00014093  0x00002b7a arg  0x00000b14 , 0x00000011 
+ 00014094  0x00002b7b arg  0x00000b17 , 0x00000012 
+ 00014095  0x00002b7c rtn 
+ 00014096  0x00002b7f setarg  0x00000000 
+ 00014097  0x00002b80 store  0x00000005 , 0x00004752 
+ 00014098  0x00002b81 store  0x00000005 , 0x00004757 
+ 00014099  0x00002b82 call  0x000036fc 
+ 00014100  0x00002b83 copy  0x00000012 , 0x00000006 
+ 00014101  0x00002b84 arg  0x00004752 , 0x00000005 
+ 00014102  0x00002b85 arg  0x0000000a , 0x00000039 
+ 00014103  0x00002b86 call  0x00007f01 
+ 00014104  0x00002b88 bpatch  0x000000d1 , 0x0000401a 
+ 00014105  0x00002b89 ifetch  0x00000001 , 0x00000011 
+ 00014106  0x00002b8a beq  0x00000002 , 0x0000374a 
+ 00014107  0x00002b8b beq  0x00000003 , 0x0000375c 
+ 00014108  0x00002b8c beq  0x00000004 , 0x00003762 
+ 00014109  0x00002b8d beq  0x00000005 , 0x00003762 
+ 00014110  0x00002b8e beq  0x00000006 , 0x000037b1 
+ 00014111  0x00002b8f beq  0x00000007 , 0x00003849 
+ 00014112  0x00002b90 beq  0x00000008 , 0x0000384c 
+ 00014113  0x00002b91 rtn 
+ 00014114  0x00002b94 fetch  0x00000002 , 0x00004682 
+ 00014115  0x00002b95 rtnbit1  0x00000009 
+ 00014116  0x00002b97 fetch  0x00000002 , 0x000047eb 
+ 00014117  0x00002b98 store  0x00000002 , 0x000047ed 
+ 00014118  0x00002b9a jam  0x00000001 , 0x000049f6 
+ 00014119  0x00002b9c setarg  0x0000010c 
+ 00014120  0x00002b9d call  0x000032cd 
+ 00014121  0x00002b9e call  0x00003710 
+ 00014122  0x00002ba0 fetch  0x00000001 , 0x00000b14 
+ 00014123  0x00002ba1 beq  0x00000004 , 0x0000372e 
+ 00014124  0x00002ba2 beq  0x00000005 , 0x0000372e 
+ 00014125  0x00002ba3 rtn 
+ 00014126  0x00002ba5 fetch  0x00000001 , 0x00004752 
+ 00014127  0x00002ba6 ncall  0x00003735 , 0x00000034 
+ 00014128  0x00002ba7 fetch  0x00000001 , 0x00004754 
+ 00014129  0x00002ba8 ncall  0x00003737 , 0x00000034 
+ 00014130  0x00002ba9 fetch  0x00000001 , 0x00004756 
+ 00014131  0x00002baa ncall  0x00003739 , 0x00000034 
+ 00014132  0x00002bab rtn 
+ 00014133  0x00002bae jam  0x00000005 , 0x000049f3 
+ 00014134  0x00002baf rtn 
+ 00014135  0x00002bb1 jam  0x00000005 , 0x000049f4 
+ 00014136  0x00002bb2 rtn 
+ 00014137  0x00002bb4 jam  0x00000005 , 0x000049f5 
+ 00014138  0x00002bb5 rtn 
+ 00014139  0x00002bb8 arg  0x000049f3 , 0x00000013 
+ 00014140  0x00002bb9 arg  0x00003744 , 0x00000012 
+ 00014141  0x00002bba branch  0x0000336d 
+ 00014142  0x00002bbc arg  0x000049f4 , 0x00000013 
+ 00014143  0x00002bbd arg  0x00003746 , 0x00000012 
+ 00014144  0x00002bbe branch  0x0000336d 
+ 00014145  0x00002bc0 arg  0x000049f5 , 0x00000013 
+ 00014146  0x00002bc1 arg  0x00003748 , 0x00000012 
+ 00014147  0x00002bc2 branch  0x0000336d 
+ 00014148  0x00002bc5 jam  0x00000000 , 0x00004752 
+ 00014149  0x00002bc6 branch  0x00003762 
+ 00014150  0x00002bc8 jam  0x00000000 , 0x00004754 
+ 00014151  0x00002bc9 branch  0x00003762 
+ 00014152  0x00002bcb jam  0x00000000 , 0x00004756 
+ 00014153  0x00002bcc branch  0x00003762 
+ 00014154  0x00002bd2 call  0x0000374c 
+ 00014155  0x00002bd3 branch  0x0000374f 
+ 00014156  0x00002bd5 fetch  0x00000001 , 0x00004752 
+ 00014157  0x00002bd6 store  0x00000001 , 0x0000475f 
+ 00014158  0x00002bd7 branch  0x00003773 
+ 00014159  0x00002bd9 fetch  0x00000001 , 0x0000475e 
+ 00014160  0x00002bda call  0x00003754 
+ 00014161  0x00002bdb fetch  0x00000001 , 0x00004753 
+ 00014162  0x00002bdc store  0x00000001 , 0x0000475d 
+ 00014163  0x00002bdd branch  0x00003770 
+ 00014164  0x00002bdf beq  0x00000002 , 0x00003758 
+ 00014165  0x00002be0 beq  0x00000003 , 0x0000375a 
+ 00014166  0x00002be1 store  0x00000001 , 0x0000475e 
+ 00014167  0x00002be2 rtn 
+ 00014168  0x00002be4 jam  0x00000005 , 0x0000475e 
+ 00014169  0x00002be5 rtn 
+ 00014170  0x00002be7 jam  0x0000000a , 0x0000475e 
+ 00014171  0x00002be8 rtn 
+ 00014172  0x00002bea fetch  0x00000001 , 0x00004752 
+ 00014173  0x00002beb call  0x00003754 
+ 00014174  0x00002bec fetch  0x00000001 , 0x0000475e 
+ 00014175  0x00002bed call  0x0000379e 
+ 00014176  0x00002bee call  0x000037a1 
+ 00014177  0x00002bef branch  0x000069c4 
+ 00014178  0x00002bf2 fetch  0x00000001 , 0x000047f0 
+ 00014179  0x00002bf3 nrtn  0x00000034 
+ 00014180  0x00002bf4 fetch  0x00000006 , 0x00004752 
+ 00014181  0x00002bf5 store  0x00000006 , 0x0000475d 
+ 00014182  0x00002bf6 fetch  0x00000001 , 0x0000475e 
+ 00014183  0x00002bf7 fetcht  0x00000001 , 0x00004760 
+ 00014184  0x00002bf8 iand  0x00000002 , 0x0000003f 
+ 00014185  0x00002bf9 fetcht  0x00000001 , 0x00004762 
+ 00014186  0x00002bfa iand  0x00000002 , 0x0000003f 
+ 00014187  0x00002bfb call  0x00003779 , 0x00000034 
+ 00014188  0x00002bfc bpatch  0x000000d2 , 0x0000401a 
+ 00014189  0x00002bfd call  0x00003770 
+ 00014190  0x00002bfe call  0x00003773 
+ 00014191  0x00002bff branch  0x00003776 
+ 00014192  0x00002c01 arg  0x00004763 , 0x00000012 
+ 00014193  0x00002c02 arg  0x0000475d , 0x00000006 
+ 00014194  0x00002c03 branch  0x0000377b 
+ 00014195  0x00002c05 arg  0x0000476b , 0x00000012 
+ 00014196  0x00002c06 arg  0x0000475f , 0x00000006 
+ 00014197  0x00002c07 branch  0x0000377b 
+ 00014198  0x00002c09 arg  0x00004773 , 0x00000012 
+ 00014199  0x00002c0a arg  0x00004761 , 0x00000006 
+ 00014200  0x00002c0b branch  0x0000377b 
+ 00014201  0x00002c0d jam  0x00000000 , 0x000047d1 
+ 00014202  0x00002c0e rtn 
+ 00014203  0x00002c11 ifetch  0x00000001 , 0x00000006 
+ 00014204  0x00002c12 beq  0x00000000 , 0x00003787 
+ 00014205  0x00002c13 beq  0x00000001 , 0x00003780 
+ 00014206  0x00002c14 beq  0x00000002 , 0x00003782 
+ 00014207  0x00002c15 rtn 
+ 00014208  0x00002c17 jam  0x00000000 , 0x0000477b 
+ 00014209  0x00002c18 branch  0x00003783 
+ 00014210  0x00002c1a jam  0x00000001 , 0x0000477b 
+ 00014211  0x00002c1b ifetch  0x00000001 , 0x00000006 
+ 00014212  0x00002c1c store  0x00000001 , 0x0000477d 
+ 00014213  0x00002c1d ifetch  0x00000008 , 0x00000012 
+ 00014214  0x00002c1e branch  0x0000378c 
+ 00014215  0x00002c21 ifetch  0x00000001 , 0x00000012 
+ 00014216  0x00002c22 call  0x000069d7 
+ 00014217  0x00002c23 increase  0x00000001 , 0x00000012 
+ 00014218  0x00002c24 ifetch  0x00000001 , 0x00000012 
+ 00014219  0x00002c25 branch  0x000069d7 
+ 00014220  0x00002c27 store  0x00000008 , 0x0000477e 
+ 00014221  0x00002c28 jam  0x00000001 , 0x000047d1 
+ 00014222  0x00002c29 fetch  0x00000001 , 0x0000477b 
+ 00014223  0x00002c2a beq  0x00000000 , 0x0000379a 
+ 00014224  0x00002c2c fetch  0x00000001 , 0x0000477f 
+ 00014225  0x00002c2d store  0x00000001 , 0x00004780 
+ 00014226  0x00002c2e fetch  0x00000001 , 0x0000477e 
+ 00014227  0x00002c30 call  0x000069d7 
+ 00014228  0x00002c31 fetch  0x00000001 , 0x0000477d 
+ 00014229  0x00002c32 call  0x0000379e 
+ 00014230  0x00002c33 store  0x00000001 , 0x00004785 
+ 00014231  0x00002c34 fetch  0x00000006 , 0x00004780 
+ 00014232  0x00002c35 store  0x00000006 , 0x00000a9a 
+ 00014233  0x00002c36 branch  0x000069ae 
+ 00014234  0x00002c38 fetch  0x00000001 , 0x0000477e 
+ 00014235  0x00002c39 store  0x00000001 , 0x00004780 
+ 00014236  0x00002c3a fetch  0x00000001 , 0x0000477f 
+ 00014237  0x00002c3b branch  0x00003793 
+ 00014238  0x00002c3e mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00014239  0x00002c3f add  0x0000003f , 0x00000032 , 0x0000003f 
+ 00014240  0x00002c40 rtn 
+ 00014241  0x00002c42 arg  0x00002ee0 , 0x00000002 
+ 00014242  0x00002c43 imul32  0x00000002 , 0x0000003f 
+ 00014243  0x00002c44 div  0x0000003f , 0x00000064 
+ 00014244  0x00002c45 call  0x00007f86 
+ 00014245  0x00002c46 quotient  0x00000002 
+ 00014246  0x00002c47 copy  0x00000002 , 0x00000011 
+ 00014247  0x00002c48 setarg  0x00002ee0 
+ 00014248  0x00002c49 isub  0x00000002 , 0x00000012 
+ 00014249  0x00002c4a rtn 
+ 00014250  0x00002c4e hfetch  0x00000001 , 0x00008082 
+ 00014251  0x00002c4f set1  0x00000002 , 0x0000003f 
+ 00014252  0x00002c50 hstore  0x00000001 , 0x00008082 
+ 00014253  0x00002c51 setarg  0x0000009e 
+ 00014254  0x00002c52 hstore  0x00000002 , 0x00008068 
+ 00014255  0x00002c53 hstore  0x00000002 , 0x0000806a 
+ 00014256  0x00002c54 rtn 
+ 00014257  0x00002c57 fetch  0x00000001 , 0x000047f0 
+ 00014258  0x00002c58 nrtn  0x00000034 
+ 00014259  0x00002c59 fetch  0x00000002 , 0x00004752 
+ 00014260  0x00002c5a store  0x00000002 , 0x00004787 
+ 00014261  0x00002c5b fetch  0x00000001 , 0x000047ea 
+ 00014262  0x00002c5c bne  0x00000001 , 0x000037b9 
+ 00014263  0x00002c5d fetch  0x00000002 , 0x000044a0 
+ 00014264  0x00002c5e store  0x00000002 , 0x00004787 
+ 00014265  0x00002c60 bpatch  0x000000d3 , 0x0000401a 
+ 00014266  0x00002c61 call  0x000037aa 
+ 00014267  0x00002c62 call  0x000037dc 
+ 00014268  0x00002c63 setarg  0x0000bb80 
+ 00014269  0x00002c64 call  0x00002a8f 
+ 00014270  0x00002c65 call  0x000037e0 
+ 00014271  0x00002c66 setarg  0x00001c20 
+ 00014272  0x00002c67 call  0x00002a8f 
+ 00014273  0x00002c68 arg  0x00000010 , 0x00000039 
+ 00014274  0x00002c6a call  0x000037dc 
+ 00014275  0x00002c6b fetch  0x00000002 , 0x00004787 
+ 00014276  0x00002c6c bbit1  0x00000000 , 0x000037c9 
+ 00014277  0x00002c6d setarg  0x00001c20 
+ 00014278  0x00002c6e call  0x00002a8f 
+ 00014279  0x00002c6f call  0x000037e0 
+ 00014280  0x00002c70 branch  0x000037cc 
+ 00014281  0x00002c73 setarg  0x00003840 
+ 00014282  0x00002c74 call  0x00002a8f 
+ 00014283  0x00002c75 call  0x000037e0 
+ 00014284  0x00002c77 setarg  0x00001c20 
+ 00014285  0x00002c78 call  0x00002a8f 
+ 00014286  0x00002c79 fetch  0x00000002 , 0x00004787 
+ 00014287  0x00002c7a rshift  0x0000003f , 0x0000003f 
+ 00014288  0x00002c7b store  0x00000002 , 0x00004787 
+ 00014289  0x00002c7c loop  0x000037c2 
+ 00014290  0x00002c7e jam  0x00000002 , 0x000047f1 
+ 00014291  0x00002c7f jam  0x00000001 , 0x000047f2 
+ 00014292  0x00002c80 setarg  0x00000a01 
+ 00014293  0x00002c81 store  0x00000002 , 0x00004752 
+ 00014294  0x00002c82 fetch  0x00000001 , 0x000047b9 
+ 00014295  0x00002c83 beq  0x00000003 , 0x000037d9 
+ 00014296  0x00002c85 branch  0x00003762 
+ 00014297  0x00002c87 setarg  0x00000a01 
+ 00014298  0x00002c88 store  0x00000002 , 0x00004754 
+ 00014299  0x00002c89 branch  0x00003762 
+ 00014300  0x00002c8c hfetch  0x00000001 , 0x00008085 
+ 00014301  0x00002c8d or_into  0x00000040 , 0x0000003f 
+ 00014302  0x00002c8e hstore  0x00000001 , 0x00008085 
+ 00014303  0x00002c8f rtn 
+ 00014304  0x00002c91 hfetch  0x00000001 , 0x00008085 
+ 00014305  0x00002c92 and_into  0x000000bf , 0x0000003f 
+ 00014306  0x00002c93 hstore  0x00000001 , 0x00008085 
+ 00014307  0x00002c94 rtn 
+ 00014308  0x00002c97 fetch  0x00000001 , 0x000047bb 
+ 00014309  0x00002c98 rtneq  0x00000000 
+ 00014310  0x00002c99 call  0x00002c65 
+ 00014311  0x00002c9a fetcht  0x00000001 , 0x000047bc 
+ 00014312  0x00002c9b storet  0x00000001 , 0x00004786 
+ 00014313  0x00002c9c call  0x000067fb 
+ 00014314  0x00002c9d call  0x00003847 
+ 00014315  0x00002c9e nrtn  0x00000001 
+ 00014316  0x00002c9f jam  0x00000001 , 0x0000479a 
+ 00014317  0x00002ca0 rtn 
+ 00014318  0x00002ca3 fetch  0x00000001 , 0x000047bb 
+ 00014319  0x00002ca4 rtneq  0x00000000 
+ 00014320  0x00002ca5 fetch  0x00000001 , 0x0000479b 
+ 00014321  0x00002ca6 nrtn  0x00000034 
+ 00014322  0x00002ca7 fetch  0x00000002 , 0x00004682 
+ 00014323  0x00002ca8 bbit1  0x00000009 , 0x000037f6 
+ 00014324  0x00002ca9 fetch  0x00000001 , 0x000047ea 
+ 00014325  0x00002caa rtnne  0x00000001 
+ 00014326  0x00002cac bpatch  0x000000d4 , 0x0000401a 
+ 00014327  0x00002cad call  0x00003847 
+ 00014328  0x00002cae nrtn  0x00000001 
+ 00014329  0x00002caf setarg  0x00008ca0 
+ 00014330  0x00002cb0 call  0x00002a8f 
+ 00014331  0x00002cb1 call  0x00003847 
+ 00014332  0x00002cb2 nrtn  0x00000001 
+ 00014333  0x00002cb3 call  0x0000383f 
+ 00014334  0x00002cb5 call  0x00003842 
+ 00014335  0x00002cb6 nrtn  0x00000002 
+ 00014336  0x00002cb7 call  0x00003847 
+ 00014337  0x00002cb8 branch  0x000037fe , 0x00000001 
+ 00014338  0x00002cb9 arg  0x00000000 , 0x00000011 
+ 00014339  0x00002cba arg  0x00000010 , 0x00000039 
+ 00014340  0x00002cbb call  0x0000383f 
+ 00014341  0x00002cbd call  0x00003842 
+ 00014342  0x00002cbe nrtn  0x00000002 
+ 00014343  0x00002cbf call  0x00003847 
+ 00014344  0x00002cc0 nbranch  0x00003805 , 0x00000001 
+ 00014345  0x00002cc1 setarg  0x00002a30 
+ 00014346  0x00002cc2 call  0x00002a8f 
+ 00014347  0x00002cc3 call  0x00003847 
+ 00014348  0x00002cc4 branch  0x00003812 , 0x00000001 
+ 00014349  0x00002cc6 setarg  0x00000000 
+ 00014350  0x00002cc7 rshift  0x00000011 , 0x00000011 
+ 00014351  0x00002cc8 ior  0x00000011 , 0x00000011 
+ 00014352  0x00002cc9 loop  0x00003805 
+ 00014353  0x00002cca branch  0x0000381b 
+ 00014354  0x00002ccc setarg  0x00008000 
+ 00014355  0x00002ccd rshift  0x00000011 , 0x00000011 
+ 00014356  0x00002cce ior  0x00000011 , 0x00000011 
+ 00014357  0x00002ccf call  0x0000383f 
+ 00014358  0x00002cd1 call  0x00003842 
+ 00014359  0x00002cd2 nrtn  0x00000002 
+ 00014360  0x00002cd3 call  0x00003847 
+ 00014361  0x00002cd4 branch  0x00003816 , 0x00000001 
+ 00014362  0x00002cd5 loop  0x00003805 
+ 00014363  0x00002cd7 bpatch  0x000000d5 , 0x0000401a 
+ 00014364  0x00002cd8 copy  0x00000011 , 0x0000003f 
+ 00014365  0x00002cd9 store  0x00000002 , 0x00004789 
+ 00014366  0x00002cda store  0x00000002 , 0x00004797 
+ 00014367  0x00002cdb fetch  0x00000001 , 0x000047ea 
+ 00014368  0x00002cdc beq  0x00000001 , 0x00003827 
+ 00014369  0x00002cde arg  0x00000007 , 0x00000039 
+ 00014370  0x00002cdf arg  0x00004792 , 0x00000006 
+ 00014371  0x00002ce0 call  0x000036f0 
+ 00014372  0x00002ce1 store  0x00000001 , 0x00004799 
+ 00014373  0x00002ce2 arg  0x0000478f , 0x00000011 
+ 00014374  0x00002ce3 branch  0x00007e3d 
+ 00014375  0x00002ce6 fetch  0x00000001 , 0x000047ef 
+ 00014376  0x00002ce7 increase  0x00000001 , 0x0000003f 
+ 00014377  0x00002ce8 store  0x00000001 , 0x000047ef 
+ 00014378  0x00002ce9 div  0x0000003f , 0x00000002 
+ 00014379  0x00002cea call  0x00007f86 
+ 00014380  0x00002ceb quotient  0x00000002 
+ 00014381  0x00002cec remainder  0x0000003f 
+ 00014382  0x00002ced nbranch  0x00003838 , 0x00000034 
+ 00014383  0x00002cef fetch  0x00000001 , 0x000047bf 
+ 00014384  0x00002cf0 isub  0x00000002 , 0x0000003e 
+ 00014385  0x00002cf1 call  0x0000383d , 0x00000005 
+ 00014386  0x00002cf2 arg  0x0000479c , 0x0000003f 
+ 00014387  0x00002cf3 increase  0xffffffff , 0x00000002 
+ 00014388  0x00002cf4 iadd  0x00000002 , 0x00000011 
+ 00014389  0x00002cf5 arg  0x00000000 , 0x0000003f 
+ 00014390  0x00002cf6 istore  0x00000001 , 0x00000011 
+ 00014391  0x00002cf7 rtn 
+ 00014392  0x00002cf9 arg  0x0000479c , 0x0000003f 
+ 00014393  0x00002cfa iadd  0x00000002 , 0x00000011 
+ 00014394  0x00002cfb arg  0x00000002 , 0x0000003f 
+ 00014395  0x00002cfc istore  0x00000001 , 0x00000011 
+ 00014396  0x00002cfd rtn 
+ 00014397  0x00002cff jam  0x00000001 , 0x000047f0 
+ 00014398  0x00002d00 rtn 
+ 00014399  0x00002d02 copy  0x00000022 , 0x0000003f 
+ 00014400  0x00002d03 store  0x00000004 , 0x0000478b 
+ 00014401  0x00002d04 rtn 
+ 00014402  0x00002d06 copy  0x00000022 , 0x0000003f 
+ 00014403  0x00002d07 fetcht  0x00000004 , 0x0000478b 
+ 00014404  0x00002d08 isub  0x00000002 , 0x0000003f 
+ 00014405  0x00002d09 sub  0x0000003f , 0x000000c8 , 0x0000003e 
+ 00014406  0x00002d0a rtn 
+ 00014407  0x00002d0d fetcht  0x00000001 , 0x00004786 
+ 00014408  0x00002d0e branch  0x0000681d 
+ 00014409  0x00002d11 fetch  0x00000008 , 0x00004752 
+ 00014410  0x00002d12 store  0x00000008 , 0x0000479c 
+ 00014411  0x00002d13 rtn 
+ 00014412  0x00002d16 fetch  0x00000001 , 0x000047b9 
+ 00014413  0x00002d17 store  0x00000001 , 0x000047af 
+ 00014414  0x00002d18 fetch  0x00000001 , 0x000047ba 
+ 00014415  0x00002d19 store  0x00000001 , 0x000047b0 
+ 00014416  0x00002d1a fetch  0x00000001 , 0x000047bb 
+ 00014417  0x00002d1b store  0x00000001 , 0x000047b1 
+ 00014418  0x00002d1c arg  0x0000000d , 0x00000039 
+ 00014419  0x00002d1d arg  0x000047aa , 0x00000006 
+ 00014420  0x00002d1e call  0x000036f0 
+ 00014421  0x00002d1f store  0x00000001 , 0x000047b7 
+ 00014422  0x00002d20 arg  0x000047a7 , 0x00000011 
+ 00014423  0x00002d21 branch  0x00007e3d 
+ 00014424  0x00002d28 call  0x000065c2 
+ 00014425  0x00002d29 jam  0x0000007a , 0x000046f6 
+ 00014426  0x00002d2a call  0x0000386d 
+ 00014427  0x00002d2b call  0x00003867 
+ 00014428  0x00002d2c setarg  0x00003860 
+ 00014429  0x00002d2d store  0x00000002 , 0x000041fd 
+ 00014430  0x00002d2e arg  0x00000000 , 0x00000011 
+ 00014431  0x00002d2f branch  0x000069a6 
+ 00014432  0x00002d32 fetch  0x00000002 , 0x000046a1 
+ 00014433  0x00002d33 rtn  0x00000034 
+ 00014434  0x00002d34 increase  0xffffffff , 0x0000003f 
+ 00014435  0x00002d35 store  0x00000002 , 0x000046a1 
+ 00014436  0x00002d36 rtnne  0x00000000 
+ 00014437  0x00002d37 jam  0x00000000 , 0x000046a0 
+ 00014438  0x00002d38 rtn 
+ 00014439  0x00002d3b bpatch  0x000000d6 , 0x0000401a 
+ 00014440  0x00002d3c fetch  0x00000001 , 0x000046a4 
+ 00014441  0x00002d3d sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00014442  0x00002d3e rtn  0x00000002 
+ 00014443  0x00002d3f jam  0x00000000 , 0x000046a4 
+ 00014444  0x00002d40 rtn 
+ 00014445  0x00002d43 arg  0x000046a4 , 0x00000011 
+ 00014446  0x00002d44 arg  0x00000000 , 0x00000012 
+ 00014447  0x00002d45 arg  0x00000051 , 0x00000002 
+ 00014448  0x00002d46 branch  0x000065df 
+ 00014449  0x00002d4a disable  0x00000028 
+ 00014450  0x00002d4b fetch  0x00000001 , 0x000046a3 
+ 00014451  0x00002d4c copy  0x0000003f , 0x00000039 
+ 00014452  0x00002d4e arg  0x000046a5 , 0x00000011 
+ 00014453  0x00002d4f copy  0x00000013 , 0x00000012 
+ 00014454  0x00002d51 bpatch  0x000000d7 , 0x0000401a 
+ 00014455  0x00002d52 call  0x0000387c 
+ 00014456  0x00002d53 branch  0x00007fe7 , 0x00000005 
+ 00014457  0x00002d55 increase  0x00000004 , 0x00000011 
+ 00014458  0x00002d56 loop  0x00003876 
+ 00014459  0x00002d57 rtn 
+ 00014460  0x00002d5b bpatch  0x000000d8 , 0x0000401b 
+ 00014461  0x00002d5c ifetch  0x00000003 , 0x00000011 
+ 00014462  0x00002d5d ifetcht  0x00000003 , 0x00000012 
+ 00014463  0x00002d5e isub  0x00000002 , 0x0000003e 
+ 00014464  0x00002d5f rtn 
+ 00014465  0x00002d62 bpatch  0x000000d9 , 0x0000401b 
+ 00014466  0x00002d63 ifetch  0x00000003 , 0x00000011 
+ 00014467  0x00002d64 ifetcht  0x00000003 , 0x00000012 
+ 00014468  0x00002d65 isub  0x00000002 , 0x0000003e 
+ 00014469  0x00002d66 nrtn  0x00000005 
+ 00014470  0x00002d67 ifetch  0x00000001 , 0x00000006 
+ 00014471  0x00002d68 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00014472  0x00002d69 rtn  0x00000005 
+ 00014473  0x00002d6a add  0x00000011 , 0x00000003 , 0x00000006 
+ 00014474  0x00002d6b ifetcht  0x00000001 , 0x00000006 
+ 00014475  0x00002d6c isub  0x00000002 , 0x0000003e 
+ 00014476  0x00002d6d rtn 
+ 00014477  0x00002d71 bpatch  0x000000da , 0x0000401b 
+ 00014478  0x00002d72 disable  0x00000028 
+ 00014479  0x00002d73 fetch  0x00000001 , 0x000046a3 
+ 00014480  0x00002d74 copy  0x0000003f , 0x00000039 
+ 00014481  0x00002d76 arg  0x000046a5 , 0x00000011 
+ 00014482  0x00002d77 copy  0x00000013 , 0x00000012 
+ 00014483  0x00002d79 call  0x00003881 
+ 00014484  0x00002d7a branch  0x00007fe7 , 0x00000005 
+ 00014485  0x00002d7b increase  0x00000004 , 0x00000011 
+ 00014486  0x00002d7c loop  0x00003893 
+ 00014487  0x00002d7d rtn 
+ 00014488  0x00002d81 fetch  0x00000001 , 0x00000004 
+ 00014489  0x00002d82 increase  0x00000001 , 0x0000003f 
+ 00014490  0x00002d83 store  0x00000001 , 0x00000004 
+ 00014491  0x00002d84 arg  0x000002e5 , 0x00000013 
+ 00014492  0x00002d87 ifetch  0x00000002 , 0x00000013 
+ 00014493  0x00002d88 arg  0x000055aa , 0x00000002 
+ 00014494  0x00002d89 isub  0x00000002 , 0x0000003e 
+ 00014495  0x00002d8a nrtn  0x00000005 
+ 00014496  0x00002d8b copy  0x00000006 , 0x00000013 
+ 00014497  0x00002d8c ifetcht  0x00000003 , 0x00000013 
+ 00014498  0x00002d8d setarg  0x00ffffff 
+ 00014499  0x00002d8e isub  0x00000002 , 0x0000003e 
+ 00014500  0x00002d8f branch  0x000038a8 , 0x00000005 
+ 00014501  0x00002d90 call  0x0000388d 
+ 00014502  0x00002d91 branch  0x000038a8 , 0x00000028 
+ 00014503  0x00002d92 rtn 
+ 00014504  0x00002d95 bpatch  0x000000db , 0x0000401b 
+ 00014505  0x00002d96 increase  0x00000004 , 0x00000013 
+ 00014506  0x00002d97 ifetch  0x00000001 , 0x00000013 
+ 00014507  0x00002d98 fetcht  0x00000001 , 0x000046f6 
+ 00014508  0x00002d99 isub  0x00000002 , 0x0000003e 
+ 00014509  0x00002d9a rtn  0x00000005 
+ 00014510  0x00002d9b store  0x00000001 , 0x000046f6 
+ 00014511  0x00002d9c fetch  0x00000001 , 0x00000003 
+ 00014512  0x00002d9d increase  0x00000001 , 0x0000003f 
+ 00014513  0x00002d9e store  0x00000001 , 0x00000003 
+ 00014514  0x00002da0 increase  0x00000001 , 0x00000013 
+ 00014515  0x00002da1 ifetch  0x00000001 , 0x00000013 
+ 00014516  0x00002da2 store  0x00000001 , 0x000046f5 
+ 00014517  0x00002da3 copy  0x0000003f , 0x00000039 
+ 00014518  0x00002da4 rtn  0x00000034 
+ 00014519  0x00002da6 ifetch  0x00000001 , 0x00000006 
+ 00014520  0x00002da7 beq  0x00000000 , 0x000038c2 
+ 00014521  0x00002da8 beq  0x00000001 , 0x000038cf 
+ 00014522  0x00002da9 beq  0x00000002 , 0x000038d4 
+ 00014523  0x00002daa beq  0x00000003 , 0x000038d9 
+ 00014524  0x00002dab beq  0x00000004 , 0x000038de 
+ 00014525  0x00002dac beq  0x00000005 , 0x000038e3 
+ 00014526  0x00002dad beq  0x00000006 , 0x000038e8 
+ 00014527  0x00002dae beq  0x000000ff , 0x000038ea 
+ 00014528  0x00002daf loop  0x000038b7 
+ 00014529  0x00002db0 rtn 
+ 00014530  0x00002db3 copy  0x00000006 , 0x00000013 
+ 00014531  0x00002db4 fetch  0x00000001 , 0x0000469a 
+ 00014532  0x00002db5 store  0x00000001 , 0x00000a9a 
+ 00014533  0x00002db6 arg  0x00000000 , 0x00000002 
+ 00014534  0x00002db8 storet  0x00000001 , 0x00000a9b 
+ 00014535  0x00002db9 setarg  0x00002710 
+ 00014536  0x00002dba store  0x00000003 , 0x00000a9c 
+ 00014537  0x00002dbb ifetch  0x00000001 , 0x00000013 
+ 00014538  0x00002dbc store  0x00000001 , 0x00000a9f 
+ 00014539  0x00002dbd call  0x000069ae 
+ 00014540  0x00002dbe and  0x00000013 , 0x00000001 , 0x00000006 
+ 00014541  0x00002dbf loop  0x000038b7 
+ 00014542  0x00002dc0 rtn 
+ 00014543  0x00002dc2 copy  0x00000013 , 0x00000006 
+ 00014544  0x00002dc3 fetch  0x00000001 , 0x0000469b 
+ 00014545  0x00002dc4 store  0x00000001 , 0x00000a9a 
+ 00014546  0x00002dc5 arg  0x00000001 , 0x00000002 
+ 00014547  0x00002dc6 branch  0x000038c6 
+ 00014548  0x00002dc8 copy  0x00000013 , 0x00000006 
+ 00014549  0x00002dc9 fetch  0x00000001 , 0x0000469c 
+ 00014550  0x00002dca store  0x00000001 , 0x00000a9a 
+ 00014551  0x00002dcb arg  0x00000002 , 0x00000002 
+ 00014552  0x00002dcc branch  0x000038c6 
+ 00014553  0x00002dce copy  0x00000013 , 0x00000006 
+ 00014554  0x00002dcf fetch  0x00000001 , 0x0000469d 
+ 00014555  0x00002dd0 store  0x00000001 , 0x00000a9a 
+ 00014556  0x00002dd1 arg  0x00000003 , 0x00000002 
+ 00014557  0x00002dd2 branch  0x000038c6 
+ 00014558  0x00002dd4 copy  0x00000013 , 0x00000006 
+ 00014559  0x00002dd5 fetch  0x00000001 , 0x0000469e 
+ 00014560  0x00002dd6 store  0x00000001 , 0x00000a9a 
+ 00014561  0x00002dd7 arg  0x00000004 , 0x00000002 
+ 00014562  0x00002dd8 branch  0x000038c6 
+ 00014563  0x00002dda copy  0x00000013 , 0x00000006 
+ 00014564  0x00002ddb fetch  0x00000001 , 0x0000469f 
+ 00014565  0x00002ddc store  0x00000001 , 0x00000a9a 
+ 00014566  0x00002ddd arg  0x00000005 , 0x00000002 
+ 00014567  0x00002dde branch  0x000038c6 
+ 00014568  0x00002de1 ifetch  0x00000001 , 0x00000006 
+ 00014569  0x00002de2 rtn 
+ 00014570  0x00002de5 copy  0x00000006 , 0x00000013 
+ 00014571  0x00002de6 fetch  0x00000001 , 0x000046a0 
+ 00014572  0x00002de7 bne  0x00000001 , 0x000038ee 
+ 00014573  0x00002de8 call  0x000038f0 
+ 00014574  0x00002dea and  0x00000013 , 0x00000004 , 0x00000006 
+ 00014575  0x00002deb rtn 
+ 00014576  0x00002ded bpatch  0x000000dc , 0x0000401b 
+ 00014577  0x00002dee call  0x00003871 
+ 00014578  0x00002def branch  0x000038fe , 0x00000028 
+ 00014579  0x00002df0 fetch  0x00000001 , 0x000046a4 
+ 00014580  0x00002df1 copy  0x0000003f , 0x00000002 
+ 00014581  0x00002df2 increase  0x00000001 , 0x0000003f 
+ 00014582  0x00002df3 store  0x00000001 , 0x000046a4 
+ 00014583  0x00002df4 call  0x00003867 
+ 00014584  0x00002df5 lshift2  0x00000002 , 0x00000002 
+ 00014585  0x00002df6 setarg  0x000046a5 
+ 00014586  0x00002df7 iadd  0x00000002 , 0x00000005 
+ 00014587  0x00002df8 ifetch  0x00000004 , 0x00000013 
+ 00014588  0x00002df9 istore  0x00000004 , 0x00000005 
+ 00014589  0x00002dfa branch  0x00003903 
+ 00014590  0x00002dfc add  0x00000013 , 0x00000003 , 0x00000006 
+ 00014591  0x00002dfd ifetch  0x00000001 , 0x00000006 
+ 00014592  0x00002dfe rtn  0x00000034 
+ 00014593  0x00002dff ifetch  0x00000004 , 0x00000013 
+ 00014594  0x00002e00 istore  0x00000004 , 0x00000011 
+ 00014595  0x00002e02 arg  0x000046a4 , 0x00000011 
+ 00014596  0x00002e03 arg  0x00000000 , 0x00000012 
+ 00014597  0x00002e04 arg  0x00000051 , 0x00000002 
+ 00014598  0x00002e05 branch  0x00006606 
+ 00014599  0x00002e0d fetcht  0x00000001 , 0x0000469a 
+ 00014600  0x00002e0e call  0x00006825 
+ 00014601  0x00002e0f rtn 
+ 00014602  0x00002e15 fetcht  0x00000001 , 0x0000469a 
+ 00014603  0x00002e16 call  0x00006829 
+ 00014604  0x00002e19 fetcht  0x00000001 , 0x0000469a 
+ 00014605  0x00002e1a call  0x00006825 
+ 00014606  0x00002e1d call  0x0000391d 
+ 00014607  0x00002e1f fetch  0x00000001 , 0x000046a7 
+ 00014608  0x00002e20 nrtn  0x00000034 
+ 00014609  0x00002e22 call  0x00002c29 
+ 00014610  0x00002e23 hfetch  0x00000004 , 0x00008138 
+ 00014611  0x00002e24 set0  0x0000000f , 0x0000003f 
+ 00014612  0x00002e25 hstore  0x00000004 , 0x0000804c 
+ 00014613  0x00002e26 call  0x00002c21 
+ 00014614  0x00002e27 arg  0xffffffff , 0x00000002 
+ 00014615  0x00002e28 branch  0x00002b2a 
+ 00014616  0x00002e2b fetch  0x00000001 , 0x000046a7 
+ 00014617  0x00002e2c branch  0x000056f9 , 0x00000034 
+ 00014618  0x00002e2d increase  0xffffffff , 0x0000003f 
+ 00014619  0x00002e2e store  0x00000001 , 0x000046a7 
+ 00014620  0x00002e2f branch  0x000056f9 
+ 00014621  0x00002e32 mul32  0x0000003f , 0x00000014 , 0x0000003f 
+ 00014622  0x00002e33 arg  0x000046a8 , 0x00000006 
+ 00014623  0x00002e34 iadd  0x00000006 , 0x00000006 
+ 00014624  0x00002e35 ifetch  0x00000001 , 0x00000006 
+ 00014625  0x00002e36 rtn  0x00000034 
+ 00014626  0x00002e37 copy  0x0000003f , 0x00000011 
+ 00014627  0x00002e38 copy  0x00000011 , 0x00000039 
+ 00014628  0x00002e39 arg  0x00004372 , 0x00000005 
+ 00014629  0x00002e3a call  0x00007f01 
+ 00014630  0x00002e3b copy  0x00000011 , 0x0000003f 
+ 00014631  0x00002e3c increase  0x00000002 , 0x0000003f 
+ 00014632  0x00002e3d store  0x00000001 , 0x0000436f 
+ 00014633  0x00002e3e rtn 
+ 00014634  0x00002e47 rtn  0x0000002b 
+ 00014635  0x00002e48 call  0x000057a3 
+ 00014636  0x00002e49 call  0x000068a8 
+ 00014637  0x00002e4a setarg  0x00003982 
+ 00014638  0x00002e4b store  0x00000002 , 0x000041f3 
+ 00014639  0x00002e4c setarg  0x0000396e 
+ 00014640  0x00002e4d store  0x00000002 , 0x000041f1 
+ 00014641  0x00002e4e setarg  0x00003986 
+ 00014642  0x00002e4f store  0x00000002 , 0x000041f5 
+ 00014643  0x00002e50 setarg  0x0000396d 
+ 00014644  0x00002e51 store  0x00000002 , 0x000041ef 
+ 00014645  0x00002e52 setarg  0x00003969 
+ 00014646  0x00002e53 store  0x00000002 , 0x000041e9 
+ 00014647  0x00002e54 setarg  0x00003ab7 
+ 00014648  0x00002e55 store  0x00000002 , 0x000041fb 
+ 00014649  0x00002e56 setarg  0x00003c32 
+ 00014650  0x00002e57 store  0x00000002 , 0x0000456f 
+ 00014651  0x00002e58 setarg  0x00003cc2 
+ 00014652  0x00002e59 store  0x00000002 , 0x000041f9 
+ 00014653  0x00002e5a setarg  0x00003cd7 
+ 00014654  0x00002e5b store  0x00000002 , 0x000041fd 
+ 00014655  0x00002e5d call  0x0000397f 
+ 00014656  0x00002e5e bpatch  0x000000dd , 0x0000401b 
+ 00014657  0x00002e5f call  0x00003945 
+ 00014658  0x00002e60 call  0x00003964 
+ 00014659  0x00002e61 call  0x00002c6f 
+ 00014660  0x00002e62 branch  0x00003c48 
+ 00014661  0x00002e66 fetch  0x00000004 , 0x000046aa 
+ 00014662  0x00002e67 hstore  0x00000004 , 0x00008054 
+ 00014663  0x00002e69 fetch  0x00000004 , 0x000046ae 
+ 00014664  0x00002e6a hstore  0x00000004 , 0x0000805a 
+ 00014665  0x00002e6c hfetch  0x00000001 , 0x00008081 
+ 00014666  0x00002e6d or_into  0x00000004 , 0x0000003f 
+ 00014667  0x00002e6e and_into  0x000000fc , 0x0000003f 
+ 00014668  0x00002e6f hstore  0x00000001 , 0x00008081 
+ 00014669  0x00002e70 jam  0x00000000 , 0x00008062 
+ 00014670  0x00002e72 fetch  0x00000002 , 0x000046aa 
+ 00014671  0x00002e73 hstore  0x00000002 , 0x00008058 
+ 00014672  0x00002e74 fetch  0x00000002 , 0x000046ae 
+ 00014673  0x00002e75 hstore  0x00000002 , 0x0000805e 
+ 00014674  0x00002e76 hstore  0x00000002 , 0x00008060 
+ 00014675  0x00002e78 hfetch  0x00000004 , 0x00008078 
+ 00014676  0x00002e79 set1  0x00000007 , 0x0000003f 
+ 00014677  0x00002e7a hstore  0x00000004 , 0x00008078 
+ 00014678  0x00002e7c hfetch  0x00000002 , 0x00008050 
+ 00014679  0x00002e7d set0  0x0000000f , 0x0000003f 
+ 00014680  0x00002e7e hstore  0x00000002 , 0x00008050 
+ 00014681  0x00002e7f call  0x000066ce 
+ 00014682  0x00002e80 jam  0x00000000 , 0x00008043 
+ 00014683  0x00002e81 jam  0x00000081 , 0x00008062 
+ 00014684  0x00002e83 fetch  0x00000001 , 0x000046bf 
+ 00014685  0x00002e84 isolate1  0x00000000 , 0x0000003f 
+ 00014686  0x00002e85 hfetcht  0x00000001 , 0x00008062 
+ 00014687  0x00002e86 setflag  0x00000001 , 0x00000004 , 0x00000002 
+ 00014688  0x00002e87 hstoret  0x00000001 , 0x00008062 
+ 00014689  0x00002e88 rtn 
+ 00014690  0x00002e8d call  0x0000397f 
+ 00014691  0x00002e8e branch  0x00003945 
+ 00014692  0x00002e96 fetcht  0x00000001 , 0x0000469e 
+ 00014693  0x00002e97 call  0x0000680e 
+ 00014694  0x00002e98 call  0x000039e6 
+ 00014695  0x00002e9a fetcht  0x00000001 , 0x0000469c 
+ 00014696  0x00002e9b branch  0x000067fb 
+ 00014697  0x00002e9e fetcht  0x00000001 , 0x0000469c 
+ 00014698  0x00002e9f call  0x0000681d 
+ 00014699  0x00002ea0 nbranch  0x000033d2 , 0x00000001 
+ 00014700  0x00002ea1 branch  0x000033d0 
+ 00014701  0x00002ea5 rtn 
+ 00014702  0x00002ea8 call  0x00003970 
+ 00014703  0x00002ea9 branch  0x00003ce9 
+ 00014704  0x00002eac fetch  0x00000001 , 0x00004682 
+ 00014705  0x00002ead bbit0  0x00000004 , 0x0000397f 
+ 00014706  0x00002eae bpatch  0x000000de , 0x0000401b 
+ 00014707  0x00002eaf setarg  0x00003eff 
+ 00014708  0x00002eb0 fetcht  0x00000004 , 0x000046c5 
+ 00014709  0x00002eb1 iadd  0x00000002 , 0x00000002 
+ 00014710  0x00002eb2 copy  0x00000022 , 0x0000003f 
+ 00014711  0x00002eb3 isub  0x00000002 , 0x0000003e 
+ 00014712  0x00002eb4 nrtn  0x00000002 
+ 00014713  0x00002eb5 fetch  0x00000002 , 0x00004682 
+ 00014714  0x00002eb6 bbit1  0x00000005 , 0x0000397f 
+ 00014715  0x00002eb7 fetch  0x00000001 , 0x000046bf 
+ 00014716  0x00002eb8 rtnbit1  0x00000006 
+ 00014717  0x00002eb9 call  0x00003cec 
+ 00014718  0x00002eba call  0x0000340e 
+ 00014719  0x00002ebc copy  0x00000022 , 0x0000003f 
+ 00014720  0x00002ebd store  0x00000004 , 0x000046c5 
+ 00014721  0x00002ebe rtn 
+ 00014722  0x00002ec2 call  0x00003ce9 
+ 00014723  0x00002ec3 call  0x0000526e 
+ 00014724  0x00002ec4 nrtn  0x00000034 
+ 00014725  0x00002ec5 branch  0x000039eb 
+ 00014726  0x00002ec9 copy  0x00000013 , 0x0000003f 
+ 00014727  0x00002eca beq  0x00000001 , 0x000039d4 
+ 00014728  0x00002ecb beq  0x00000002 , 0x000039a3 
+ 00014729  0x00002ecc beq  0x00000004 , 0x000039d7 
+ 00014730  0x00002ecd beq  0x00000005 , 0x000039c4 
+ 00014731  0x00002ece beq  0x00000008 , 0x000039aa 
+ 00014732  0x00002ecf beq  0x00000009 , 0x000039b1 
+ 00014733  0x00002ed0 beq  0x0000000a , 0x000039c9 
+ 00014734  0x00002ed1 beq  0x0000000b , 0x000039b6 
+ 00014735  0x00002ed2 beq  0x0000000c , 0x000039c2 
+ 00014736  0x00002ed3 beq  0x00000013 , 0x000039d7 
+ 00014737  0x00002ed4 beq  0x00000014 , 0x000039cf 
+ 00014738  0x00002ed5 beq  0x00000015 , 0x000039c6 
+ 00014739  0x00002ed6 beq  0x00000021 , 0x000039ca 
+ 00014740  0x00002ed7 beq  0x00000023 , 0x000039cb 
+ 00014741  0x00002ed8 beq  0x00000024 , 0x000039ce 
+ 00014742  0x00002ed9 beq  0x00000030 , 0x00003c8a 
+ 00014743  0x00002eda beq  0x00000031 , 0x00003c8c 
+ 00014744  0x00002edb beq  0x00000032 , 0x00003c9a 
+ 00014745  0x00002edc beq  0x00000033 , 0x00003c98 
+ 00014746  0x00002edd beq  0x00000034 , 0x00003c84 
+ 00014747  0x00002ede beq  0x00000035 , 0x00003c73 
+ 00014748  0x00002edf beq  0x00000036 , 0x00003c82 
+ 00014749  0x00002ee0 beq  0x00000037 , 0x00003c8e 
+ 00014750  0x00002ee1 beq  0x00000038 , 0x00003c90 
+ 00014751  0x00002ee2 beq  0x0000003b , 0x00003ca1 
+ 00014752  0x00002ee3 beq  0x0000003d , 0x00003c6a 
+ 00014753  0x00002ee4 beq  0x00000041 , 0x000039d9 
+ 00014754  0x00002ee5 rtn 
+ 00014755  0x00002ee9 call  0x0000397f 
+ 00014756  0x00002eea fetch  0x00000001 , 0x00004665 
+ 00014757  0x00002eeb ncall  0x00003c8e , 0x00000034 
+ 00014758  0x00002eec call  0x000039d7 
+ 00014759  0x00002eed fetch  0x00000002 , 0x00004682 
+ 00014760  0x00002eee rtnbit0  0x00000004 
+ 00014761  0x00002eef branch  0x000039b1 
+ 00014762  0x00002ef2 fetch  0x00000002 , 0x00004682 
+ 00014763  0x00002ef3 set1  0x00000004 , 0x0000003f 
+ 00014764  0x00002ef4 store  0x00000002 , 0x00004682 
+ 00014765  0x00002ef5 fetch  0x00000001 , 0x000046a7 
+ 00014766  0x00002ef6 store  0x00000001 , 0x00004172 
+ 00014767  0x00002ef7 call  0x000039e6 
+ 00014768  0x00002ef8 branch  0x00003c1d 
+ 00014769  0x00002efd fetch  0x00000002 , 0x00004682 
+ 00014770  0x00002efe rtnbit0  0x00000004 
+ 00014771  0x00002eff set0  0x00000004 , 0x0000003f 
+ 00014772  0x00002f00 store  0x00000002 , 0x00004682 
+ 00014773  0x00002f01 branch  0x00003c21 
+ 00014774  0x00002f07 call  0x0000397f 
+ 00014775  0x00002f0a fetch  0x00000002 , 0x00004042 
+ 00014776  0x00002f0b rshift  0x0000003f , 0x0000003f 
+ 00014777  0x00002f0c fetcht  0x00000002 , 0x000041e3 
+ 00014778  0x00002f0d isub  0x00000002 , 0x0000003e 
+ 00014779  0x00002f0e nbranch  0x000039bd , 0x00000005 
+ 00014780  0x00002f0f branch  0x00003416 
+ 00014781  0x00002f11 fetch  0x00000001 , 0x000046bf 
+ 00014782  0x00002f12 rtnbit1  0x00000005 
+ 00014783  0x00002f13 hfetch  0x00000002 , 0x00008112 
+ 00014784  0x00002f14 ncall  0x00003cf0 , 0x00000034 
+ 00014785  0x00002f15 branch  0x0000340c 
+ 00014786  0x00002f18 call  0x00003cee 
+ 00014787  0x00002f19 branch  0x00003418 
+ 00014788  0x00002f1c call  0x0000397f 
+ 00014789  0x00002f1d branch  0x000039dd 
+ 00014790  0x00002f20 call  0x00005816 
+ 00014791  0x00002f21 call  0x000039d7 
+ 00014792  0x00002f22 branch  0x00003c23 
+ 00014793  0x00002f25 branch  0x000033dd 
+ 00014794  0x00002f29 branch  0x00003cee 
+ 00014795  0x00002f2d fetch  0x00000001 , 0x000046bf 
+ 00014796  0x00002f2e bbit0  0x00000005 , 0x0000340e 
+ 00014797  0x00002f2f branch  0x00003cf2 
+ 00014798  0x00002f33 branch  0x00003cf2 
+ 00014799  0x00002f37 call  0x000058ba 
+ 00014800  0x00002f38 call  0x000039dd 
+ 00014801  0x00002f39 fetch  0x00000001 , 0x000046a8 
+ 00014802  0x00002f3a store  0x00000001 , 0x00004172 
+ 00014803  0x00002f3b branch  0x00003c1f 
+ 00014804  0x00002f3f jam  0x00000000 , 0x00004661 
+ 00014805  0x00002f40 call  0x00003cee 
+ 00014806  0x00002f41 branch  0x00003cf2 
+ 00014807  0x00002f46 call  0x00003a52 
+ 00014808  0x00002f47 branch  0x000039db 
+ 00014809  0x00002f4b call  0x00005cc9 
+ 00014810  0x00002f4c branch  0x00005b02 
+ 00014811  0x00002f50 fetcht  0x00000001 , 0x0000469e 
+ 00014812  0x00002f51 branch  0x00006829 
+ 00014813  0x00002f54 call  0x000039df 
+ 00014814  0x00002f55 branch  0x000039e6 
+ 00014815  0x00002f58 fetch  0x00000001 , 0x000046a1 
+ 00014816  0x00002f59 isolate1  0x00000000 , 0x0000003f 
+ 00014817  0x00002f5a call  0x000033f0 , 0x00000001 
+ 00014818  0x00002f5b fetch  0x00000001 , 0x000046a1 
+ 00014819  0x00002f5c isolate1  0x00000001 , 0x0000003f 
+ 00014820  0x00002f5d call  0x000033f8 , 0x00000001 
+ 00014821  0x00002f5e rtn 
+ 00014822  0x00002f60 fetcht  0x00000001 , 0x0000469e 
+ 00014823  0x00002f61 branch  0x00006825 
+ 00014824  0x00002f64 fetch  0x00000001 , 0x0000456b 
+ 00014825  0x00002f65 rtneq  0x00000000 
+ 00014826  0x00002f66 branch  0x00006c28 
+ 00014827  0x00002f69 hfetch  0x00000001 , 0x0000810c 
+ 00014828  0x00002f6a bbit1  0x00000003 , 0x000039e8 
+ 00014829  0x00002f6b call  0x000066cb 
+ 00014830  0x00002f6c ifetch  0x00000001 , 0x00000003 
+ 00014831  0x00002f6d bne  0x00000001 , 0x00003a01 
+ 00014832  0x00002f6e hfetch  0x00000002 , 0x00008112 
+ 00014833  0x00002f6f sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00014834  0x00002f70 rtn  0x00000002 
+ 00014835  0x00002f71 ifetch  0x00000001 , 0x00000003 
+ 00014836  0x00002f72 store  0x00000001 , 0x00000b03 
+ 00014837  0x00002f73 ifetcht  0x00000001 , 0x00000003 
+ 00014838  0x00002f74 copy  0x00000003 , 0x00000011 
+ 00014839  0x00002f75 storet  0x00000001 , 0x00000b04 
+ 00014840  0x00002f76 add  0x00000002 , 0x00000003 , 0x00000002 
+ 00014841  0x00002f77 hfetch  0x00000002 , 0x00008112 
+ 00014842  0x00002f78 isub  0x00000002 , 0x00000002 
+ 00014843  0x00002f79 nrtn  0x00000002 
+ 00014844  0x00002f7a jam  0x00000001 , 0x00000b05 
+ 00014845  0x00002f7b call  0x00003a17 
+ 00014846  0x00002f7c fetch  0x00000001 , 0x00000b05 
+ 00014847  0x00002f7d rtneq  0x00000000 
+ 00014848  0x00002f7e branch  0x00003a12 
+ 00014849  0x00002f81 call  0x00007ec1 
+ 00014850  0x00002f82 call  0x00003c79 
+ 00014851  0x00002f83 branch  0x00003a04 
+ 00014852  0x00002f87 bpatch  0x000000df , 0x0000401b 
+ 00014853  0x00002f88 hfetch  0x00000002 , 0x00008112 
+ 00014854  0x00002f89 rtn  0x00000034 
+ 00014855  0x00002f8a call  0x000066cb 
+ 00014856  0x00002f8b ifetch  0x00000001 , 0x00000003 
+ 00014857  0x00002f8c sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00014858  0x00002f8d ncall  0x00003a16 , 0x00000005 
+ 00014859  0x00002f8e nbranch  0x00003a04 , 0x00000005 
+ 00014860  0x00002f8f ifetch  0x00000001 , 0x00000003 
+ 00014861  0x00002f90 rtneq  0x00000005 
+ 00014862  0x00002f91 rtneq  0x00000029 
+ 00014863  0x00002f92 increase  0xffffffff , 0x00000003 
+ 00014864  0x00002f93 call  0x00003a16 
+ 00014865  0x00002f94 branch  0x00003a04 
+ 00014866  0x00002f97 call  0x000066cb 
+ 00014867  0x00002f98 increase  0x00000002 , 0x00000003 
+ 00014868  0x00002f99 ifetch  0x00000001 , 0x00000003 
+ 00014869  0x00002f9a iadd  0x00000003 , 0x00000003 
+ 00014870  0x00002f9c branch  0x000066c8 
+ 00014871  0x00002fa0 bpatch  0x000000e0 , 0x0000401c 
+ 00014872  0x00002fa1 fetch  0x00000001 , 0x00000b03 
+ 00014873  0x00002fa2 beq  0x00000000 , 0x00003a3f 
+ 00014874  0x00002fa3 beq  0x00000001 , 0x00003a44 
+ 00014875  0x00002fa4 beq  0x00000002 , 0x00003a49 
+ 00014876  0x00002fa5 beq  0x00000003 , 0x00003a5f 
+ 00014877  0x00002fa6 beq  0x00000004 , 0x00003a6b 
+ 00014878  0x00002fa7 beq  0x00000005 , 0x00003a75 
+ 00014879  0x00002fa8 beq  0x00000009 , 0x00003a9a 
+ 00014880  0x00002fa9 beq  0x0000000b , 0x00003ad7 
+ 00014881  0x00002faa beq  0x0000000c , 0x00003ad8 
+ 00014882  0x00002fab beq  0x0000000d , 0x00003aec 
+ 00014883  0x00002fac beq  0x0000000e , 0x00003af4 
+ 00014884  0x00002fad beq  0x0000000f , 0x00003afa 
+ 00014885  0x00002fae beq  0x00000010 , 0x00003b06 
+ 00014886  0x00002faf beq  0x00000011 , 0x00003b0e 
+ 00014887  0x00002fb0 beq  0x00000012 , 0x00003b12 
+ 00014888  0x00002fb1 beq  0x00000026 , 0x00003b16 
+ 00014889  0x00002fb2 beq  0x00000028 , 0x00003b1d 
+ 00014890  0x00002fb3 beq  0x00000029 , 0x00003b2d 
+ 00014891  0x00002fb4 beq  0x0000002a , 0x00003b36 
+ 00014892  0x00002fb5 beq  0x0000002b , 0x00003b69 
+ 00014893  0x00002fb6 beq  0x0000002c , 0x00003b6f 
+ 00014894  0x00002fb7 beq  0x00000030 , 0x00003b76 
+ 00014895  0x00002fb8 beq  0x00000031 , 0x00003b7c 
+ 00014896  0x00002fb9 beq  0x00000032 , 0x00003b90 
+ 00014897  0x00002fba beq  0x00000033 , 0x00003b98 
+ 00014898  0x00002fbb beq  0x00000034 , 0x00003bbb 
+ 00014899  0x00002fbc beq  0x00000035 , 0x00003bc4 
+ 00014900  0x00002fbd beq  0x00000036 , 0x00003bcd 
+ 00014901  0x00002fbe beq  0x00000037 , 0x00003bd7 
+ 00014902  0x00002fbf beq  0x00000038 , 0x00003bda 
+ 00014903  0x00002fc0 beq  0x00000040 , 0x00003be2 
+ 00014904  0x00002fc1 beq  0x00000042 , 0x00003bec 
+ 00014905  0x00002fc2 beq  0x00000048 , 0x00003bf1 
+ 00014906  0x00002fc3 beq  0x00000049 , 0x00003bfc 
+ 00014907  0x00002fc4 beq  0x00000051 , 0x00003c02 
+ 00014908  0x00002fc5 beq  0x00000061 , 0x00003c06 
+ 00014909  0x00002fc6 beq  0x000000ff , 0x00003c15 
+ 00014910  0x00002fc7 branch  0x00003c17 
+ 00014911  0x00002fcd fetch  0x00000001 , 0x00000b04 
+ 00014912  0x00002fce bne  0x00000006 , 0x00003c17 
+ 00014913  0x00002fcf ifetch  0x00000006 , 0x00000003 
+ 00014914  0x00002fd0 store  0x00000006 , 0x000040a0 
+ 00014915  0x00002fd1 branch  0x00003c1a 
+ 00014916  0x00002fd5 fetch  0x00000001 , 0x00000b04 
+ 00014917  0x00002fd6 bne  0x00000006 , 0x00003c17 
+ 00014918  0x00002fd7 ifetch  0x00000006 , 0x00000003 
+ 00014919  0x00002fd8 store  0x00000006 , 0x000044a0 
+ 00014920  0x00002fd9 branch  0x00003c1a 
+ 00014921  0x00002fde fetch  0x00000001 , 0x00000b04 
+ 00014922  0x00002fdf bne  0x00000001 , 0x00003c17 
+ 00014923  0x00002fe0 copy  0x00000011 , 0x00000003 
+ 00014924  0x00002fe1 call  0x00003c1a 
+ 00014925  0x00002fe2 ifetcht  0x00000001 , 0x00000003 
+ 00014926  0x00002fe3 storet  0x00000001 , 0x000046a9 
+ 00014927  0x00002fe4 fetch  0x00000002 , 0x00004682 
+ 00014928  0x00002fe5 rtnbit1  0x00000009 
+ 00014929  0x00002fe6 rtnbit1  0x00000000 
+ 00014930  0x00002fe8 fetch  0x00000001 , 0x000046a1 
+ 00014931  0x00002fe9 isolate1  0x00000000 , 0x0000003f 
+ 00014932  0x00002fea nbranch  0x00003a58 , 0x00000001 
+ 00014933  0x00002feb fetcht  0x00000001 , 0x000046a9 
+ 00014934  0x00002fec and  0x00000002 , 0x00000003 , 0x0000003f 
+ 00014935  0x00002fed store  0x00000001 , 0x00004093 
+ 00014936  0x00002fef fetch  0x00000001 , 0x000046a1 
+ 00014937  0x00002ff0 isolate1  0x00000001 , 0x0000003f 
+ 00014938  0x00002ff1 nrtn  0x00000001 
+ 00014939  0x00002ff2 fetcht  0x00000001 , 0x000046a9 
+ 00014940  0x00002ff3 isolate1  0x00000002 , 0x00000002 
+ 00014941  0x00002ff4 branch  0x000033fa , 0x00000001 
+ 00014942  0x00002ff5 branch  0x000033f8 
+ 00014943  0x00002ffa fetch  0x00000001 , 0x00000b04 
+ 00014944  0x00002ffb sub  0x0000003f , 0x00000043 , 0x0000003e 
+ 00014945  0x00002ffc nbranch  0x00003c17 , 0x00000002 
+ 00014946  0x00002ffd store  0x00000001 , 0x00004515 
+ 00014947  0x00002ffe arg  0x00000008 , 0x00000039 
+ 00014948  0x00002fff call  0x00007ec6 
+ 00014949  0x00003000 fetch  0x00000001 , 0x00000b04 
+ 00014950  0x00003001 copy  0x0000003f , 0x00000039 
+ 00014951  0x00003002 copy  0x00000011 , 0x00000003 
+ 00014952  0x00003003 arg  0x00004516 , 0x00000005 
+ 00014953  0x00003004 call  0x000066ea 
+ 00014954  0x00003005 branch  0x00003c1a 
+ 00014955  0x0000300a fetch  0x00000001 , 0x00000b04 
+ 00014956  0x0000300b sub  0x0000003f , 0x0000001d , 0x0000003e 
+ 00014957  0x0000300c nbranch  0x00003c17 , 0x00000002 
+ 00014958  0x0000300d store  0x00000001 , 0x000043af 
+ 00014959  0x0000300e copy  0x0000003f , 0x00000039 
+ 00014960  0x0000300f copy  0x00000011 , 0x00000003 
+ 00014961  0x00003010 arg  0x000043b0 , 0x00000005 
+ 00014962  0x00003011 call  0x000066ea 
+ 00014963  0x00003012 call  0x000057a3 
+ 00014964  0x00003013 branch  0x00003c1a 
+ 00014965  0x00003018 fetch  0x00000001 , 0x00004682 
+ 00014966  0x00003019 bbit0  0x00000004 , 0x00003c17 
+ 00014967  0x0000301a call  0x000033ba 
+ 00014968  0x0000301b branch  0x00003a86 , 0x00000001 
+ 00014969  0x0000301c jam  0x00000000 , 0x00000b05 
+ 00014970  0x0000301e call  0x0000397f 
+ 00014971  0x0000301f fetch  0x00000001 , 0x00004568 
+ 00014972  0x00003020 rtn  0x00000034 
+ 00014973  0x00003021 fetch  0x00000002 , 0x00004573 
+ 00014974  0x00003022 bne  0x00000000 , 0x00003a84 
+ 00014975  0x00003023 fetch  0x00000001 , 0x00000b04 
+ 00014976  0x00003024 store  0x00000002 , 0x00004573 
+ 00014977  0x00003026 copy  0x00000011 , 0x00000003 
+ 00014978  0x00003029 copy  0x00000003 , 0x0000003f 
+ 00014979  0x0000302a store  0x00000002 , 0x00004571 
+ 00014980  0x0000302c call  0x00003a88 
+ 00014981  0x0000302d branch  0x00006c4d 
+ 00014982  0x00003030 jam  0x00000000 , 0x00000b05 
+ 00014983  0x00003031 branch  0x00003cd1 
+ 00014984  0x00003034 call  0x00003a8e 
+ 00014985  0x00003035 fetch  0x00000002 , 0x00004573 
+ 00014986  0x00003036 fetcht  0x00000002 , 0x0000469f 
+ 00014987  0x00003037 isub  0x00000002 , 0x0000003f 
+ 00014988  0x00003038 store  0x00000002 , 0x00004573 
+ 00014989  0x00003039 rtn 
+ 00014990  0x0000303c fetch  0x00000002 , 0x00004573 
+ 00014991  0x0000303d arg  0x0000006e , 0x00000002 
+ 00014992  0x0000303e call  0x00007fdd 
+ 00014993  0x0000303f fetcht  0x00000002 , 0x0000456c 
+ 00014994  0x00003040 call  0x00007fdd 
+ 00014995  0x00003041 fetcht  0x00000002 , 0x0000455e 
+ 00014996  0x00003042 call  0x00007fdd 
+ 00014997  0x00003043 store  0x00000002 , 0x0000469f 
+ 00014998  0x00003044 rtn 
+ 00014999  0x00003047 jam  0x00000001 , 0x00000b05 
+ 00015000  0x00003048 jam  0x00000005 , 0x00000b03 
+ 00015001  0x00003049 branch  0x00003c1a 
+ 00015002  0x0000304e fetch  0x00000002 , 0x00004682 
+ 00015003  0x0000304f bbit0  0x00000009 , 0x00003c17 
+ 00015004  0x00003050 call  0x00003ad4 
+ 00015005  0x00003051 branch  0x00003c17 , 0x00000028 
+ 00015006  0x00003052 jam  0x00000000 , 0x00000b05 
+ 00015007  0x00003053 fetch  0x00000001 , 0x000046bf 
+ 00015008  0x00003054 bbit1  0x00000004 , 0x00003ab4 
+ 00015009  0x00003055 fetch  0x00000001 , 0x000046c0 
+ 00015010  0x00003056 nrtn  0x00000034 
+ 00015011  0x00003057 jam  0x00000001 , 0x00000b05 
+ 00015012  0x00003058 ifetch  0x00000002 , 0x00000003 
+ 00015013  0x00003059 store  0x00000002 , 0x000046c1 
+ 00015014  0x0000305a copy  0x00000003 , 0x0000003f 
+ 00015015  0x0000305b store  0x00000002 , 0x000046c3 
+ 00015016  0x0000305c fetch  0x00000001 , 0x00000b04 
+ 00015017  0x0000305d pincrease  0xfffffffe 
+ 00015018  0x0000305e nbranch  0x00003c17 , 0x00000002 
+ 00015019  0x0000305f branch  0x00003c17 , 0x00000005 
+ 00015020  0x00003060 store  0x00000001 , 0x000046c0 
+ 00015021  0x00003061 jam  0x00000000 , 0x00000b05 
+ 00015022  0x00003062 call  0x00005814 
+ 00015023  0x00003063 call  0x00003ab7 
+ 00015024  0x00003064 call  0x00003ab7 
+ 00015025  0x00003065 call  0x00003ab7 
+ 00015026  0x00003066 fetch  0x00000001 , 0x000046bf 
+ 00015027  0x00003067 rtnbit0  0x00000004 
+ 00015028  0x00003069 jam  0x00000001 , 0x00000b05 
+ 00015029  0x0000306a call  0x00003cf6 
+ 00015030  0x0000306b branch  0x00003c1a 
+ 00015031  0x0000306e fetch  0x00000001 , 0x000046c0 
+ 00015032  0x0000306f rtn  0x00000034 
+ 00015033  0x00003070 call  0x00005892 
+ 00015034  0x00003071 nrtn  0x00000034 
+ 00015035  0x00003072 call  0x00003acf 
+ 00015036  0x00003073 bpatch  0x000000e1 , 0x0000401c 
+ 00015037  0x00003074 add  0x00000002 , 0xfffffffd , 0x0000003f 
+ 00015038  0x00003075 fetcht  0x00000001 , 0x000046c0 
+ 00015039  0x00003076 call  0x00007fdd 
+ 00015040  0x00003077 copy  0x0000003f , 0x00000011 
+ 00015041  0x00003078 copy  0x00000002 , 0x0000003f 
+ 00015042  0x00003079 isub  0x00000011 , 0x0000003f 
+ 00015043  0x0000307a store  0x00000001 , 0x000046c0 
+ 00015044  0x0000307b fetcht  0x00000002 , 0x000046c1 
+ 00015045  0x0000307c call  0x00005a64 
+ 00015046  0x0000307d fetch  0x00000002 , 0x000046c3 
+ 00015047  0x0000307e copy  0x0000003f , 0x00000003 
+ 00015048  0x0000307f copy  0x00000011 , 0x00000039 
+ 00015049  0x00003080 call  0x000066ea 
+ 00015050  0x00003081 copy  0x00000003 , 0x0000003f 
+ 00015051  0x00003082 store  0x00000002 , 0x000046c3 
+ 00015052  0x00003083 fetch  0x00000001 , 0x000046c0 
+ 00015053  0x00003084 nrtn  0x00000034 
+ 00015054  0x00003085 branch  0x00003cf4 
+ 00015055  0x0000308a arg  0x00000017 , 0x00000002 
+ 00015056  0x0000308b fetch  0x00000001 , 0x000046bf 
+ 00015057  0x0000308c rtnbit1  0x00000001 
+ 00015058  0x0000308d fetcht  0x00000002 , 0x000044a8 
+ 00015059  0x0000308e rtn 
+ 00015060  0x00003091 fetch  0x00000001 , 0x000046bf 
+ 00015061  0x00003092 bbit1  0x00000002 , 0x00005a42 
+ 00015062  0x00003093 branch  0x00007fe9 
+ 00015063  0x00003098 branch  0x00003c4c 
+ 00015064  0x0000309d copy  0x00000011 , 0x00000003 
+ 00015065  0x0000309e ifetch  0x00000001 , 0x00000003 
+ 00015066  0x0000309f beq  0x00000000 , 0x00003adf 
+ 00015067  0x000030a0 beq  0x00000001 , 0x00003ae2 
+ 00015068  0x000030a1 beq  0x00000002 , 0x00003ae8 
+ 00015069  0x000030a2 beq  0x00000003 , 0x00003aea 
+ 00015070  0x000030a3 branch  0x00003c17 
+ 00015071  0x000030a5 call  0x0000612b 
+ 00015072  0x000030a6 jam  0x00000000 , 0x0000465a 
+ 00015073  0x000030a7 branch  0x00003c1a 
+ 00015074  0x000030a9 setarg  0x00040003 
+ 00015075  0x000030ab store  0x00000003 , 0x0000465b 
+ 00015076  0x000030ac store  0x00000001 , 0x00004662 
+ 00015077  0x000030ad call  0x00006124 
+ 00015078  0x000030ae jam  0x00000001 , 0x0000465a 
+ 00015079  0x000030af branch  0x00003c1a 
+ 00015080  0x000030b1 setarg  0x00040002 
+ 00015081  0x000030b2 branch  0x00003ae3 
+ 00015082  0x000030b5 setarg  0x00040001 
+ 00015083  0x000030b6 branch  0x00003ae3 
+ 00015084  0x000030ba fetch  0x00000001 , 0x00000b04 
+ 00015085  0x000030bb sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00015086  0x000030bc nbranch  0x00003c17 , 0x00000002 
+ 00015087  0x000030bd store  0x00000001 , 0x00004689 
+ 00015088  0x000030be copy  0x0000003f , 0x00000039 
+ 00015089  0x000030bf arg  0x0000468a , 0x00000005 
+ 00015090  0x000030c0 call  0x000066fd 
+ 00015091  0x000030c1 branch  0x00003c1a 
+ 00015092  0x000030c6 copy  0x00000011 , 0x00000003 
+ 00015093  0x000030c7 ifetch  0x00000001 , 0x00000003 
+ 00015094  0x000030c8 hfetcht  0x00000001 , 0x00008062 
+ 00015095  0x000030c9 nsetflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00015096  0x000030ca hstoret  0x00000001 , 0x00008062 
+ 00015097  0x000030cb branch  0x00003c1a 
+ 00015098  0x000030d0 fetch  0x00000001 , 0x00000b04 
+ 00015099  0x000030d1 copy  0x0000003f , 0x00000039 
+ 00015100  0x000030d2 copy  0x00000011 , 0x00000003 
+ 00015101  0x000030d3 call  0x00007f58 
+ 00015102  0x000030d4 setarg  0x016e3600 
+ 00015103  0x000030d5 idiv  0x00000002 
+ 00015104  0x000030d6 call  0x00007f86 
+ 00015105  0x000030d7 quotient  0x0000003f 
+ 00015106  0x000030d9 store  0x00000002 , 0x00004243 
+ 00015107  0x000030da call  0x00003c1a 
+ 00015108  0x000030db call  0x00007f9e 
+ 00015109  0x000030dc branch  0x000066ce 
+ 00015110  0x000030e1 arg  0x00000002 , 0x00000011 
+ 00015111  0x000030e2 arg  0x0000469a , 0x00000012 
+ 00015112  0x000030e3 arg  0x00000000 , 0x00000002 
+ 00015113  0x000030e4 branch  0x00003c25 
+ 00015114  0x000030e6 store  0x00000002 , 0x00000ac2 
+ 00015115  0x000030e7 arg  0x00000ac2 , 0x00000012 
+ 00015116  0x000030e8 arg  0x00000000 , 0x00000002 
+ 00015117  0x000030e9 branch  0x00003c25 
+ 00015118  0x000030ee fetch  0x00000002 , 0x00004682 
+ 00015119  0x000030ef bbit0  0x00000000 , 0x00003c17 
+ 00015120  0x000030f1 call  0x00003c1a 
+ 00015121  0x000030f2 branch  0x000033e9 
+ 00015122  0x000030f7 fetch  0x00000002 , 0x00004682 
+ 00015123  0x000030f8 bbit0  0x00000009 , 0x00003c17 
+ 00015124  0x000030fa call  0x00003c1a 
+ 00015125  0x000030fb branch  0x00003402 
+ 00015126  0x00003102 fetch  0x00000001 , 0x00000b04 
+ 00015127  0x00003103 copy  0x0000003f , 0x00000039 
+ 00015128  0x00003104 copy  0x00000011 , 0x00000003 
+ 00015129  0x00003105 fetch  0x00000002 , 0x00004215 
+ 00015130  0x00003106 icopy  0x00000005 
+ 00015131  0x00003107 call  0x000066ea 
+ 00015132  0x00003108 branch  0x00003c1a 
+ 00015133  0x0000310d fetch  0x00000001 , 0x00004682 
+ 00015134  0x0000310e bbit0  0x00000000 , 0x00003c17 
+ 00015135  0x0000310f ifetch  0x00000001 , 0x00000003 
+ 00015136  0x00003110 fetcht  0x00000001 , 0x00004661 
+ 00015137  0x00003111 setflag  0x00000034 , 0x00000000 , 0x00000002 
+ 00015138  0x00003112 set1  0x00000007 , 0x00000002 
+ 00015139  0x00003113 storet  0x00000001 , 0x00004661 
+ 00015140  0x00003115 call  0x00003c1a 
+ 00015141  0x00003117 fetch  0x00000001 , 0x00004661 
+ 00015142  0x00003118 bbit1  0x00000006 , 0x00003b2b 
+ 00015143  0x00003119 rtn 
+ 00015144  0x0000311c jam  0x00000000 , 0x00004661 
+ 00015145  0x0000311d jam  0x00000021 , 0x00000a99 
+ 00015146  0x0000311e branch  0x00007d8f 
+ 00015147  0x00003122 bbit1  0x00000000 , 0x00005f95 
+ 00015148  0x00003123 branch  0x00003b28 
+ 00015149  0x00003128 fetch  0x00000001 , 0x00004682 
+ 00015150  0x00003129 rtnbit0  0x00000004 
+ 00015151  0x0000312a fetch  0x00000001 , 0x0000456b 
+ 00015152  0x0000312b rtneq  0x00000000 
+ 00015153  0x0000312c ifetch  0x00000001 , 0x00000003 
+ 00015154  0x0000312d fetcht  0x00000001 , 0x00004569 
+ 00015155  0x0000312e iadd  0x00000002 , 0x00000002 
+ 00015156  0x0000312f storet  0x00000001 , 0x00004569 
+ 00015157  0x00003130 rtn 
+ 00015158  0x00003135 arg  0x00000040 , 0x00000039 
+ 00015159  0x00003136 arg  0x0000436f , 0x00000005 
+ 00015160  0x00003137 call  0x00007ed4 
+ 00015161  0x00003138 setarg  0x00000000 
+ 00015162  0x00003139 store  0x00000001 , 0x00000ab2 
+ 00015163  0x0000313a copy  0x00000011 , 0x00000003 
+ 00015164  0x0000313c copy  0x00000003 , 0x0000003f 
+ 00015165  0x0000313d store  0x00000002 , 0x00000ab6 
+ 00015166  0x0000313e call  0x00003b64 
+ 00015167  0x00003140 fetch  0x00000001 , 0x00000ab2 
+ 00015168  0x00003141 fetcht  0x00000001 , 0x00000aa2 
+ 00015169  0x00003142 increase  0x00000001 , 0x00000002 
+ 00015170  0x00003143 iadd  0x00000002 , 0x0000003f 
+ 00015171  0x00003144 store  0x00000001 , 0x00000ab2 
+ 00015172  0x00003146 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00015173  0x00003147 nbranch  0x00003b50 , 0x00000002 
+ 00015174  0x00003149 fetcht  0x00000001 , 0x0000436f 
+ 00015175  0x0000314a setarg  0x00004370 
+ 00015176  0x0000314b iadd  0x00000002 , 0x0000003f 
+ 00015177  0x0000314c store  0x00000002 , 0x00000abb 
+ 00015178  0x0000314d fetcht  0x00000001 , 0x00000aa2 
+ 00015179  0x0000314e increase  0x00000001 , 0x00000002 
+ 00015180  0x0000314f fetch  0x00000001 , 0x0000436f 
+ 00015181  0x00003150 iadd  0x00000002 , 0x0000003f 
+ 00015182  0x00003151 store  0x00000001 , 0x0000436f 
+ 00015183  0x00003152 branch  0x00003b59 
+ 00015184  0x00003154 fetcht  0x00000001 , 0x0000438f 
+ 00015185  0x00003155 setarg  0x00004390 
+ 00015186  0x00003156 iadd  0x00000002 , 0x0000003f 
+ 00015187  0x00003157 store  0x00000002 , 0x00000abb 
+ 00015188  0x00003158 fetcht  0x00000001 , 0x00000aa2 
+ 00015189  0x00003159 increase  0x00000001 , 0x00000002 
+ 00015190  0x0000315a fetch  0x00000001 , 0x0000438f 
+ 00015191  0x0000315b iadd  0x00000002 , 0x0000003f 
+ 00015192  0x0000315c store  0x00000001 , 0x0000438f 
+ 00015193  0x0000315e fetch  0x00000002 , 0x00000abb 
+ 00015194  0x0000315f copy  0x0000003f , 0x00000005 
+ 00015195  0x00003160 fetch  0x00000002 , 0x00000ab6 
+ 00015196  0x00003161 copy  0x0000003f , 0x00000003 
+ 00015197  0x00003163 copy  0x00000002 , 0x00000039 
+ 00015198  0x00003164 call  0x000066ea 
+ 00015199  0x00003166 fetch  0x00000001 , 0x00000b04 
+ 00015200  0x00003167 fetcht  0x00000001 , 0x00000ab2 
+ 00015201  0x00003168 isub  0x00000002 , 0x0000003e 
+ 00015202  0x00003169 nbranch  0x00003b3c , 0x00000005 
+ 00015203  0x0000316a branch  0x00003c1a 
+ 00015204  0x0000316e ifetch  0x00000001 , 0x00000003 
+ 00015205  0x0000316f store  0x00000001 , 0x00000aa2 
+ 00015206  0x00003170 ifetch  0x00000001 , 0x00000003 
+ 00015207  0x00003171 store  0x00000001 , 0x00000aae 
+ 00015208  0x00003172 rtn 
+ 00015209  0x00003177 arg  0x00000000 , 0x00000002 
+ 00015210  0x00003178 arg  0x00000002 , 0x00000011 
+ 00015211  0x00003179 fetch  0x00000002 , 0x000046b4 
+ 00015212  0x0000317a store  0x00000002 , 0x00000ac2 
+ 00015213  0x0000317b arg  0x00000ac2 , 0x00000012 
+ 00015214  0x0000317c branch  0x00003c25 
+ 00015215  0x00003181 fetch  0x00000001 , 0x00000b04 
+ 00015216  0x00003182 bne  0x00000001 , 0x00003c17 
+ 00015217  0x00003183 ifetch  0x00000001 , 0x00000003 
+ 00015218  0x00003184 store  0x00000001 , 0x000046b2 
+ 00015219  0x00003185 setarg  0x00000000 
+ 00015220  0x00003186 store  0x00000002 , 0x000046b4 
+ 00015221  0x00003187 branch  0x00003c1a 
+ 00015222  0x0000318c ifetch  0x00000004 , 0x00000003 
+ 00015223  0x0000318d store  0x00000004 , 0x0000468a 
+ 00015224  0x0000318e jam  0x00000004 , 0x00004689 
+ 00015225  0x0000318f jam  0x00000000 , 0x00004663 
+ 00015226  0x00003190 call  0x00003c1a 
+ 00015227  0x00003191 branch  0x00005f31 
+ 00015228  0x00003196 fetch  0x00000001 , 0x00000b04 
+ 00015229  0x00003197 bne  0x00000003 , 0x00003c17 
+ 00015230  0x00003198 ifetch  0x00000001 , 0x00000003 
+ 00015231  0x00003199 beq  0x00000000 , 0x00003b82 
+ 00015232  0x0000319a beq  0x00000001 , 0x00003b8a 
+ 00015233  0x0000319b branch  0x00003c17 
+ 00015234  0x0000319e ifetcht  0x00000001 , 0x00000003 
+ 00015235  0x0000319f ifetch  0x00000001 , 0x00000003 
+ 00015236  0x000031a0 beq  0x00000002 , 0x00003b88 
+ 00015237  0x000031a1 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00015238  0x000031a2 call  0x000067fb 
+ 00015239  0x000031a3 branch  0x00003c1a 
+ 00015240  0x000031a6 call  0x00006806 
+ 00015241  0x000031a7 branch  0x00003c1a 
+ 00015242  0x000031aa ifetcht  0x00000001 , 0x00000003 
+ 00015243  0x000031ab call  0x00006812 
+ 00015244  0x000031ac ifetch  0x00000001 , 0x00000003 
+ 00015245  0x000031ad isolate1  0x00000000 , 0x0000003f 
+ 00015246  0x000031ae call  0x0000682c 
+ 00015247  0x000031af branch  0x00003c1a 
+ 00015248  0x000031b4 fetch  0x00000001 , 0x00000b04 
+ 00015249  0x000031b5 bne  0x00000001 , 0x00003c17 
+ 00015250  0x000031b6 ifetcht  0x00000001 , 0x00000003 
+ 00015251  0x000031b7 call  0x0000681d 
+ 00015252  0x000031b8 setarg  0x00000000 
+ 00015253  0x000031b9 nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00015254  0x000031ba arg  0x00000001 , 0x00000011 
+ 00015255  0x000031bb branch  0x00003b0a 
+ 00015256  0x000031c0 copy  0x00000011 , 0x00000003 
+ 00015257  0x000031c1 ifetch  0x00000001 , 0x00000003 
+ 00015258  0x000031c2 copy  0x0000003f , 0x00000002 
+ 00015259  0x000031c3 beq  0x00000081 , 0x00003ba3 
+ 00015260  0x000031c4 beq  0x00000082 , 0x00003ba8 
+ 00015261  0x000031c5 beq  0x00000083 , 0x00003bae 
+ 00015262  0x000031c6 store  0x00000001 , 0x000044c6 
+ 00015263  0x000031c7 beq  0x00000000 , 0x00003bb3 
+ 00015264  0x000031c8 beq  0x00000001 , 0x00003bb6 
+ 00015265  0x000031c9 beq  0x00000002 , 0x00003bb8 
+ 00015266  0x000031ca branch  0x00003c17 
+ 00015267  0x000031cd fetch  0x00000001 , 0x000044be 
+ 00015268  0x000031ce branch  0x00003c17 , 0x00000034 
+ 00015269  0x000031cf storet  0x00000001 , 0x000044c6 
+ 00015270  0x000031d0 jam  0x0000000d , 0x00004456 
+ 00015271  0x000031d1 branch  0x00003bb4 
+ 00015272  0x000031d3 fetch  0x00000001 , 0x000044be 
+ 00015273  0x000031d4 branch  0x00003c17 , 0x00000034 
+ 00015274  0x000031d5 storet  0x00000001 , 0x000044c6 
+ 00015275  0x000031d6 jam  0x0000000d , 0x00004456 
+ 00015276  0x000031d7 jam  0x00000001 , 0x00004454 
+ 00015277  0x000031d8 branch  0x00003c1a 
+ 00015278  0x000031da fetch  0x00000001 , 0x000044be 
+ 00015279  0x000031db branch  0x00003c17 , 0x00000034 
+ 00015280  0x000031dc storet  0x00000001 , 0x000044c6 
+ 00015281  0x000031dd jam  0x0000000d , 0x00004456 
+ 00015282  0x000031de branch  0x00003bb9 
+ 00015283  0x000031e0 jam  0x00000000 , 0x00004456 
+ 00015284  0x000031e2 jam  0x00000003 , 0x00004454 
+ 00015285  0x000031e3 branch  0x00003c1a 
+ 00015286  0x000031e5 jam  0x00000005 , 0x00004456 
+ 00015287  0x000031e6 branch  0x00003bb4 
+ 00015288  0x000031e8 jam  0x00000005 , 0x00004456 
+ 00015289  0x000031ea jam  0x00000000 , 0x00004454 
+ 00015290  0x000031eb branch  0x00003c1a 
+ 00015291  0x000031f0 fetch  0x00000001 , 0x00000b04 
+ 00015292  0x000031f1 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00015293  0x000031f2 nbranch  0x00003c17 , 0x00000002 
+ 00015294  0x000031f3 store  0x00000001 , 0x0000436f 
+ 00015295  0x000031f4 copy  0x0000003f , 0x00000039 
+ 00015296  0x000031f5 copy  0x00000011 , 0x00000003 
+ 00015297  0x000031f6 arg  0x00004370 , 0x00000005 
+ 00015298  0x000031f7 call  0x000066ea 
+ 00015299  0x000031f8 branch  0x00003c1a 
+ 00015300  0x000031fd fetch  0x00000001 , 0x00000b04 
+ 00015301  0x000031fe sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00015302  0x000031ff nbranch  0x00003c17 , 0x00000002 
+ 00015303  0x00003200 store  0x00000001 , 0x0000438f 
+ 00015304  0x00003201 copy  0x0000003f , 0x00000039 
+ 00015305  0x00003202 copy  0x00000011 , 0x00000003 
+ 00015306  0x00003203 arg  0x00004390 , 0x00000005 
+ 00015307  0x00003204 call  0x000066ea 
+ 00015308  0x00003205 branch  0x00003c1a 
+ 00015309  0x0000320a fetch  0x00000002 , 0x00004682 
+ 00015310  0x0000320b bbit0  0x00000009 , 0x00003c17 
+ 00015311  0x0000320c fetch  0x00000001 , 0x00000b04 
+ 00015312  0x0000320d bne  0x00000008 , 0x00003c17 
+ 00015313  0x0000320e copy  0x00000011 , 0x00000003 
+ 00015314  0x0000320f ifetch  0x00000008 , 0x00000003 
+ 00015315  0x00003210 store  0x00000008 , 0x00004496 
+ 00015316  0x00003211 jam  0x00000012 , 0x00000a99 
+ 00015317  0x00003212 call  0x00007d8f 
+ 00015318  0x00003213 branch  0x00003c1a 
+ 00015319  0x00003218 ifetch  0x00000002 , 0x00000003 
+ 00015320  0x00003219 store  0x00000002 , 0x00004482 
+ 00015321  0x0000321a branch  0x00003c1a 
+ 00015322  0x0000321f fetch  0x00000001 , 0x000044c6 
+ 00015323  0x00003220 branch  0x00003c17 , 0x00000034 
+ 00015324  0x00003221 fetch  0x00000001 , 0x000044c4 
+ 00015325  0x00003222 bne  0x00000000 , 0x00003c17 
+ 00015326  0x00003223 fetch  0x00000001 , 0x000044c5 
+ 00015327  0x00003224 bne  0x00000000 , 0x00003c17 
+ 00015328  0x00003225 call  0x00007e25 
+ 00015329  0x00003226 branch  0x00003c1a 
+ 00015330  0x0000322b fetch  0x00000001 , 0x00000b04 
+ 00015331  0x0000322c bne  0x00000005 , 0x00003c17 
+ 00015332  0x0000322d ifetch  0x00000001 , 0x00000003 
+ 00015333  0x0000322e store  0x00000001 , 0x000046a2 
+ 00015334  0x0000322f ifetch  0x00000004 , 0x00000003 
+ 00015335  0x00003230 store  0x00000004 , 0x000046a3 
+ 00015336  0x00003231 fetcht  0x00000001 , 0x000046a2 
+ 00015337  0x00003232 call  0x0000680e 
+ 00015338  0x00003233 call  0x00003cbc 
+ 00015339  0x00003234 branch  0x00003c1a 
+ 00015340  0x00003239 fetch  0x00000001 , 0x00000b04 
+ 00015341  0x0000323a bne  0x00000001 , 0x00003c17 
+ 00015342  0x0000323b ifetch  0x00000001 , 0x00000003 
+ 00015343  0x0000323c store  0x00000001 , 0x000041de 
+ 00015344  0x0000323d branch  0x00003c1a 
+ 00015345  0x00003242 ifetch  0x00000001 , 0x00000003 
+ 00015346  0x00003243 beq  0x00000001 , 0x00003bfa 
+ 00015347  0x00003244 fetch  0x00000001 , 0x000044c1 
+ 00015348  0x00003245 beq  0x00000003 , 0x00003bf8 
+ 00015349  0x00003246 beq  0x00000006 , 0x00003bf8 
+ 00015350  0x00003247 beq  0x00000007 , 0x00003bf8 
+ 00015351  0x00003248 branch  0x00003c17 
+ 00015352  0x0000324a jam  0x00000001 , 0x000044c2 
+ 00015353  0x0000324b branch  0x00003c1a 
+ 00015354  0x0000324e call  0x00005b53 
+ 00015355  0x0000324f branch  0x00003c1a 
+ 00015356  0x00003254 fetch  0x00000001 , 0x00000b04 
+ 00015357  0x00003255 bne  0x00000001 , 0x00003c17 
+ 00015358  0x00003256 call  0x00003c1a 
+ 00015359  0x00003257 ifetch  0x00000001 , 0x00000003 
+ 00015360  0x00003258 branch  0x000060cb , 0x00000034 
+ 00015361  0x00003259 branch  0x000060c9 
+ 00015362  0x0000325e call  0x00003c1a 
+ 00015363  0x0000325f call  0x00007f9e 
+ 00015364  0x00003260 jam  0x00000001 , 0x00008010 
+ 00015365  0x00003261 branch  0x00002a8e 
+ 00015366  0x00003266 fetch  0x00000001 , 0x00000b04 
+ 00015367  0x00003267 beq  0x00000000 , 0x00003c17 
+ 00015368  0x00003268 ifetch  0x00000001 , 0x00000003 
+ 00015369  0x00003269 branch  0x00003c13 , 0x00000034 
+ 00015370  0x0000326a fetch  0x00000001 , 0x00000b04 
+ 00015371  0x0000326b bne  0x00000005 , 0x00003c17 
+ 00015372  0x0000326c ifetch  0x00000004 , 0x00000003 
+ 00015373  0x0000326d arg  0x000f4240 , 0x00000002 
+ 00015374  0x0000326e isub  0x00000002 , 0x0000003e 
+ 00015375  0x0000326f branch  0x00003c17 , 0x00000002 
+ 00015376  0x00003270 store  0x00000004 , 0x000044c7 
+ 00015377  0x00003271 call  0x0000580c 
+ 00015378  0x00003272 branch  0x00003c1a 
+ 00015379  0x00003275 call  0x0000580e 
+ 00015380  0x00003276 branch  0x00003c1a 
+ 00015381  0x0000327b jam  0x00000000 , 0x00004091 
+ 00015382  0x0000327c branch  0x00003c1a 
+ 00015383  0x00003282 arg  0x00000001 , 0x00000002 
+ 00015384  0x00003283 arg  0x00000000 , 0x00000011 
+ 00015385  0x00003284 branch  0x00003c25 
+ 00015386  0x00003288 arg  0x00000000 , 0x00000002 
+ 00015387  0x00003289 arg  0x00000000 , 0x00000011 
+ 00015388  0x0000328a branch  0x00003c25 
+ 00015389  0x0000328f jam  0x00000000 , 0x00000b03 
+ 00015390  0x00003290 branch  0x00003c49 
+ 00015391  0x00003295 jam  0x00000002 , 0x00000b03 
+ 00015392  0x00003296 branch  0x00003c49 
+ 00015393  0x0000329b jam  0x00000003 , 0x00000b03 
+ 00015394  0x0000329c branch  0x00003c49 
+ 00015395  0x000032a1 jam  0x00000005 , 0x00000b03 
+ 00015396  0x000032a2 branch  0x00003c49 
+ 00015397  0x000032ab fetch  0x00000001 , 0x00000b03 
+ 00015398  0x000032ac copy  0x0000003f , 0x00000013 
+ 00015399  0x000032ad jam  0x00000006 , 0x00000b03 
+ 00015400  0x000032ae setarg  0x00000002 
+ 00015401  0x000032af iadd  0x00000011 , 0x0000003f 
+ 00015402  0x000032b0 call  0x00003ca7 
+ 00015403  0x000032b1 copy  0x00000013 , 0x0000003f 
+ 00015404  0x000032b2 istore  0x00000001 , 0x0000000a 
+ 00015405  0x000032b3 istoret  0x00000001 , 0x0000000a 
+ 00015406  0x000032b4 copy  0x00000011 , 0x00000039 
+ 00015407  0x000032b5 copy  0x00000012 , 0x00000006 
+ 00015408  0x000032b6 call  0x000066e4 
+ 00015409  0x000032b7 branch  0x000066c5 
+ 00015410  0x000032bd call  0x0000397f 
+ 00015411  0x000032be jam  0x00000007 , 0x00000b03 
+ 00015412  0x000032bf fetch  0x00000001 , 0x000004ff 
+ 00015413  0x000032c0 rtn  0x00000034 
+ 00015414  0x000032c1 call  0x00003ca7 
+ 00015415  0x000032c2 fetch  0x00000001 , 0x000004ff 
+ 00015416  0x000032c3 copy  0x0000003f , 0x00000039 
+ 00015417  0x000032c4 fetch  0x00000002 , 0x00000501 
+ 00015418  0x000032c5 copy  0x0000003f , 0x00000006 
+ 00015419  0x000032c6 call  0x000066d1 
+ 00015420  0x000032c7 branch  0x000066c5 
+ 00015421  0x000032cc jam  0x00000008 , 0x00000b03 
+ 00015422  0x000032cd fetch  0x00000001 , 0x000046b6 
+ 00015423  0x000032ce icopy  0x00000039 
+ 00015424  0x000032cf increase  0x00000002 , 0x0000003f 
+ 00015425  0x000032d0 call  0x00003ca7 
+ 00015426  0x000032d1 fetch  0x00000002 , 0x000046b9 
+ 00015427  0x000032d2 istore  0x00000002 , 0x0000000a 
+ 00015428  0x000032d3 fetch  0x00000002 , 0x000046b7 
+ 00015429  0x000032d4 icopy  0x00000006 
+ 00015430  0x000032d5 call  0x000066d1 
+ 00015431  0x000032d6 branch  0x000066c5 
+ 00015432  0x000032db jam  0x00000009 , 0x00000b03 
+ 00015433  0x000032dd setarg  0x00000000 
+ 00015434  0x000032de call  0x00003ca7 
+ 00015435  0x000032df branch  0x000066c5 
+ 00015436  0x000032e4 jam  0x0000000a , 0x00000b03 
+ 00015437  0x000032e5 setarg  0x00000001 
+ 00015438  0x000032e6 call  0x00003ca7 
+ 00015439  0x000032e8 call  0x00003c5d 
+ 00015440  0x000032ea fetch  0x00000002 , 0x00004682 
+ 00015441  0x000032eb arg  0x00000002 , 0x00000007 
+ 00015442  0x000032ec qisolate1  0x0000003f 
+ 00015443  0x000032ed setflag  0x00000001 , 0x00000003 , 0x00000002 
+ 00015444  0x000032ef arg  0x00000009 , 0x00000007 
+ 00015445  0x000032f0 qisolate1  0x0000003f 
+ 00015446  0x000032f1 setflag  0x00000001 , 0x00000005 , 0x00000002 
+ 00015447  0x000032f3 fetch  0x00000001 , 0x00004682 
+ 00015448  0x000032f4 arg  0x00000004 , 0x00000007 
+ 00015449  0x000032f5 qisolate1  0x0000003f 
+ 00015450  0x000032f6 setflag  0x00000001 , 0x00000004 , 0x00000002 
+ 00015451  0x000032f8 istoret  0x00000001 , 0x0000000a 
+ 00015452  0x000032f9 branch  0x000066c5 
+ 00015453  0x000032fe arg  0x00000000 , 0x00000002 
+ 00015454  0x000032ff fetch  0x00000001 , 0x00004093 
+ 00015455  0x00003300 arg  0x00000000 , 0x00000007 
+ 00015456  0x00003301 qisolate1  0x0000003f 
+ 00015457  0x00003302 setflag  0x00000001 , 0x00000000 , 0x00000002 
+ 00015458  0x00003303 arg  0x00000001 , 0x00000007 
+ 00015459  0x00003304 qisolate1  0x0000003f 
+ 00015460  0x00003305 setflag  0x00000001 , 0x00000001 , 0x00000002 
+ 00015461  0x00003307 fetch  0x00000001 , 0x0000436e 
+ 00015462  0x00003308 arg  0x00000000 , 0x00000007 
+ 00015463  0x00003309 qisolate1  0x0000003f 
+ 00015464  0x0000330a setflag  0x00000001 , 0x00000002 , 0x00000002 
+ 00015465  0x0000330b rtn 
+ 00015466  0x00003310 jam  0x0000000d , 0x00000b03 
+ 00015467  0x00003311 fetch  0x00000001 , 0x00004217 
+ 00015468  0x00003312 mul32  0x0000003f , 0x00000022 , 0x0000003f 
+ 00015469  0x00003313 icopy  0x00000039 
+ 00015470  0x00003314 call  0x00003ca7 
+ 00015471  0x00003315 fetch  0x00000002 , 0x00004215 
+ 00015472  0x00003316 icopy  0x00000006 
+ 00015473  0x00003317 call  0x000066d1 
+ 00015474  0x00003318 branch  0x000066c5 
+ 00015475  0x0000331d jam  0x0000000e , 0x00000b03 
+ 00015476  0x0000331e setarg  0x00000004 
+ 00015477  0x0000331f call  0x00003ca7 
+ 00015478  0x00003320 fetch  0x00000004 , 0x000009ba 
+ 00015479  0x00003321 istore  0x00000004 , 0x0000000a 
+ 00015480  0x00003322 branch  0x000066c5 
+ 00015481  0x00003327 jam  0x0000000f , 0x00000b03 
+ 00015482  0x00003328 hfetch  0x00000002 , 0x00008112 
+ 00015483  0x00003329 arg  0x000000ff , 0x00000002 
+ 00015484  0x0000332a call  0x00007fdd 
+ 00015485  0x0000332b copy  0x0000003f , 0x00000039 
+ 00015486  0x0000332c call  0x00003ca7 
+ 00015487  0x0000332d call  0x000066cb 
+ 00015488  0x0000332e call  0x00006703 
+ 00015489  0x0000332f branch  0x000066c5 
+ 00015490  0x00003334 jam  0x00000010 , 0x00000b03 
+ 00015491  0x00003335 branch  0x00003c49 
+ 00015492  0x0000333a jam  0x00000011 , 0x00000b03 
+ 00015493  0x0000333b setarg  0x00000004 
+ 00015494  0x0000333c call  0x00003ca7 
+ 00015495  0x0000333d fetch  0x00000004 , 0x000044c7 
+ 00015496  0x0000333e istore  0x00000004 , 0x0000000a 
+ 00015497  0x0000333f branch  0x000066c5 
+ 00015498  0x00003344 arg  0x00000180 , 0x00000011 
+ 00015499  0x00003345 branch  0x00003c91 
+ 00015500  0x00003348 arg  0x00000080 , 0x00000011 
+ 00015501  0x00003349 branch  0x00003c91 
+ 00015502  0x0000334c arg  0x00000101 , 0x00000011 
+ 00015503  0x0000334d branch  0x00003c91 
+ 00015504  0x00003350 arg  0x00000001 , 0x00000011 
+ 00015505  0x00003353 jam  0x00000000 , 0x00004661 
+ 00015506  0x00003354 jam  0x00000014 , 0x00000b03 
+ 00015507  0x00003355 setarg  0x00000002 
+ 00015508  0x00003356 call  0x00003ca7 
+ 00015509  0x00003357 copy  0x00000011 , 0x0000003f 
+ 00015510  0x00003358 istore  0x00000002 , 0x0000000a 
+ 00015511  0x00003359 branch  0x000066c5 
+ 00015512  0x0000335e arg  0x00000000 , 0x00000013 
+ 00015513  0x0000335f branch  0x00003c9b 
+ 00015514  0x00003362 arg  0x00000001 , 0x00000013 
+ 00015515  0x00003365 jam  0x00000015 , 0x00000b03 
+ 00015516  0x00003366 setarg  0x00000001 
+ 00015517  0x00003367 call  0x00003ca7 
+ 00015518  0x00003368 copy  0x00000013 , 0x0000003f 
+ 00015519  0x00003369 istore  0x00000001 , 0x0000000a 
+ 00015520  0x0000336a branch  0x000066c5 
+ 00015521  0x0000336f jam  0x0000001d , 0x00000b03 
+ 00015522  0x00003370 setarg  0x00000004 
+ 00015523  0x00003371 call  0x00003ca7 
+ 00015524  0x00003372 fetch  0x00000004 , 0x000009ba 
+ 00015525  0x00003373 istore  0x00000004 , 0x0000000a 
+ 00015526  0x00003374 branch  0x000066c5 
+ 00015527  0x00003380 jam  0x00000002 , 0x00000b02 
+ 00015528  0x00003381 store  0x00000001 , 0x00000b04 
+ 00015529  0x00003382 storet  0x00000008 , 0x00000aa2 
+ 00015530  0x00003383 bpatch  0x000000e2 , 0x0000401c 
+ 00015531  0x00003384 call  0x00003cb1 
+ 00015532  0x00003385 fetcht  0x00000008 , 0x00000aa2 
+ 00015533  0x00003386 call  0x000066c2 
+ 00015534  0x00003387 fetch  0x00000003 , 0x00000b02 
+ 00015535  0x00003388 istore  0x00000003 , 0x0000000a 
+ 00015536  0x00003389 rtn 
+ 00015537  0x0000338d call  0x00003cba 
+ 00015538  0x0000338e rtn  0x00000001 
+ 00015539  0x00003390 call  0x00003cb8 
+ 00015540  0x00003391 fetch  0x00000004 , 0x000046a3 
+ 00015541  0x00003392 rshift2  0x0000003f , 0x0000003f 
+ 00015542  0x00003393 rtn  0x00000034 
+ 00015543  0x00003394 branch  0x00003cbe 
+ 00015544  0x00003398 fetcht  0x00000001 , 0x000046a2 
+ 00015545  0x00003399 branch  0x00006829 
+ 00015546  0x0000339c fetcht  0x00000001 , 0x000046a2 
+ 00015547  0x0000339d branch  0x0000681b 
+ 00015548  0x000033a0 fetcht  0x00000001 , 0x000046a2 
+ 00015549  0x000033a1 branch  0x00006825 
+ 00015550  0x000033a5 increase  0xffffffff , 0x0000003f 
+ 00015551  0x000033a6 nop  0x00000026 
+ 00015552  0x000033a7 nbranch  0x00003cbe , 0x00000034 
+ 00015553  0x000033a8 rtn 
+ 00015554  0x000033b2 call  0x00003ad4 
+ 00015555  0x000033b3 rtn  0x00000028 
+ 00015556  0x000033b4 copy  0x00000011 , 0x0000003f 
+ 00015557  0x000033b5 store  0x00000002 , 0x000046b7 
+ 00015558  0x000033b6 copy  0x00000012 , 0x0000003f 
+ 00015559  0x000033b7 store  0x00000001 , 0x000046b6 
+ 00015560  0x000033b8 fetch  0x00000002 , 0x00000478 
+ 00015561  0x000033b9 fetcht  0x00000002 , 0x000046bb 
+ 00015562  0x000033ba isub  0x00000002 , 0x0000003e 
+ 00015563  0x000033bb branch  0x00003ccf , 0x00000005 
+ 00015564  0x000033bc fetcht  0x00000002 , 0x000046bd 
+ 00015565  0x000033bd isub  0x00000002 , 0x0000003e 
+ 00015566  0x000033be nrtn  0x00000005 
+ 00015567  0x000033c0 store  0x00000002 , 0x000046b9 
+ 00015568  0x000033c1 branch  0x00003c3d 
+ 00015569  0x000033c7 fetch  0x00000001 , 0x000046bf 
+ 00015570  0x000033c8 rtnbit1  0x00000005 
+ 00015571  0x000033c9 call  0x00003cf0 
+ 00015572  0x000033ca branch  0x0000340c 
+ 00015573  0x000033ce jam  0x00000002 , 0x00004172 
+ 00015574  0x000033cf rtn 
+ 00015575  0x000033d4 branch  0x00003cd8 
+ 00015576  0x000033d7 fetch  0x00000001 , 0x000046b2 
+ 00015577  0x000033d8 rtn  0x00000034 
+ 00015578  0x000033d9 fetch  0x00000001 , 0x000046b3 
+ 00015579  0x000033da rtn  0x00000034 
+ 00015580  0x000033db increase  0xffffffff , 0x0000003f 
+ 00015581  0x000033dc store  0x00000001 , 0x000046b3 
+ 00015582  0x000033dd nrtn  0x00000034 
+ 00015583  0x000033de jam  0x0000000a , 0x000046b3 
+ 00015584  0x000033df call  0x000068eb 
+ 00015585  0x000033e0 call  0x00006908 
+ 00015586  0x000033e1 div  0x0000003f , 0x00000064 
+ 00015587  0x000033e2 call  0x00007f86 
+ 00015588  0x000033e3 quotient  0x0000003f 
+ 00015589  0x000033e4 remainder  0x00000002 
+ 00015590  0x000033e5 store  0x00000001 , 0x000046b4 
+ 00015591  0x000033e6 storet  0x00000001 , 0x000046b5 
+ 00015592  0x000033e7 rtn 
+ 00015593  0x000033eb call  0x00007fb4 
+ 00015594  0x000033ec branch  0x000033d9 , 0x00000002 
+ 00015595  0x000033ed branch  0x000033db 
+ 00015596  0x000033f2 arg  0x00000006 , 0x00000007 
+ 00015597  0x000033f3 branch  0x00003cfc 
+ 00015598  0x000033f6 arg  0x00000006 , 0x00000007 
+ 00015599  0x000033f7 branch  0x00003cf8 
+ 00015600  0x000033fa arg  0x00000005 , 0x00000007 
+ 00015601  0x000033fb branch  0x00003cfc 
+ 00015602  0x000033fe arg  0x00000005 , 0x00000007 
+ 00015603  0x000033ff branch  0x00003cf8 
+ 00015604  0x00003402 arg  0x00000004 , 0x00000007 
+ 00015605  0x00003403 branch  0x00003cfc 
+ 00015606  0x00003406 arg  0x00000004 , 0x00000007 
+ 00015607  0x00003407 branch  0x00003cf8 
+ 00015608  0x0000340a fetch  0x00000001 , 0x000046bf 
+ 00015609  0x0000340b qset0  0x0000003f 
+ 00015610  0x0000340c store  0x00000001 , 0x000046bf 
+ 00015611  0x0000340d rtn 
+ 00015612  0x00003410 fetch  0x00000001 , 0x000046bf 
+ 00015613  0x00003411 qset1  0x0000003f 
+ 00015614  0x00003412 store  0x00000001 , 0x000046bf 
+ 00015615  0x00003413 rtn 
+ 00015616  0x0000341e call  0x00003d39 
+ 00015617  0x0000341f call  0x0000640f 
+ 00015618  0x00003420 call  0x000040c6 
+ 00015619  0x00003421 call  0x00003d66 
+ 00015620  0x00003422 call  0x00006411 
+ 00015621  0x00003423 rtn  0x0000002b 
+ 00015622  0x00003424 call  0x00003d16 
+ 00015623  0x00003425 call  0x00003d19 
+ 00015624  0x00003428 fetch  0x00000004 , 0x000046d3 
+ 00015625  0x00003429 rtnbit1  0x00000010 
+ 00015626  0x0000342a call  0x00003d4e 
+ 00015627  0x0000342b rtnmark1  0x00000026 
+ 00015628  0x0000342c fetch  0x00000002 , 0x00004682 
+ 00015629  0x0000342d bbit1  0x0000000c , 0x000042b0 
+ 00015630  0x0000342e branch  0x000042a2 
+ 00015631  0x00003432 fetch  0x00000004 , 0x000046d3 
+ 00015632  0x00003433 rtnbit0  0x0000001b 
+ 00015633  0x00003434 arg  0x00000014 , 0x00000039 
+ 00015634  0x00003436 setarg  0x00030d40 
+ 00015635  0x00003437 call  0x00002a8f 
+ 00015636  0x00003438 loop  0x00007ec1 
+ 00015637  0x00003439 rtn 
+ 00015638  0x0000343d fetch  0x00000004 , 0x000046d3 
+ 00015639  0x0000343e rtnbit0  0x00000010 
+ 00015640  0x0000343f branch  0x000048ea 
+ 00015641  0x00003443 setarg  0x0000416d 
+ 00015642  0x00003444 store  0x00000002 , 0x000041ef 
+ 00015643  0x00003445 setarg  0x00003f77 
+ 00015644  0x00003446 store  0x00000002 , 0x000041f1 
+ 00015645  0x00003447 setarg  0x00003ebb 
+ 00015646  0x00003448 store  0x00000002 , 0x000041ed 
+ 00015647  0x00003449 setarg  0x0000417c 
+ 00015648  0x0000344a store  0x00000002 , 0x000041f5 
+ 00015649  0x0000344b setarg  0x00003de3 
+ 00015650  0x0000344c store  0x00000002 , 0x000041f3 
+ 00015651  0x0000344d setarg  0x00003eb3 
+ 00015652  0x0000344e store  0x00000002 , 0x000041eb 
+ 00015653  0x0000344f setarg  0x00003d5b 
+ 00015654  0x00003450 store  0x00000002 , 0x000041f9 
+ 00015655  0x00003452 call  0x00002c7a 
+ 00015656  0x00003453 setarg  0x00004401 
+ 00015657  0x00003454 add  0x00000013 , 0x000000d8 , 0x00000005 
+ 00015658  0x00003455 istore  0x00000002 , 0x00000005 
+ 00015659  0x00003456 setarg  0x00004406 
+ 00015660  0x00003457 add  0x00000013 , 0x000000da , 0x00000005 
+ 00015661  0x00003458 istore  0x00000002 , 0x00000005 
+ 00015662  0x00003459 setarg  0x00003ebf 
+ 00015663  0x0000345a add  0x00000013 , 0x000000dc , 0x00000005 
+ 00015664  0x0000345b istore  0x00000002 , 0x00000005 
+ 00015665  0x0000345d setarg  0x000041f9 
+ 00015666  0x0000345e store  0x00000002 , 0x000041fd 
+ 00015667  0x0000345f setarg  0x00003d36 
+ 00015668  0x00003460 store  0x00000002 , 0x00004201 
+ 00015669  0x00003461 rtn 
+ 00015670  0x00003464 fetch  0x00000004 , 0x000046d3 
+ 00015671  0x00003465 bbit0  0x00000012 , 0x000064d7 
+ 00015672  0x00003466 branch  0x000064da 
+ 00015673  0x00003469 rtn  0x0000002b 
+ 00015674  0x0000346a call  0x00002c9d 
+ 00015675  0x0000346b call  0x00003e6e 
+ 00015676  0x0000346c call  0x00003e1e 
+ 00015677  0x0000346d call  0x00003e54 
+ 00015678  0x0000346e call  0x00005810 
+ 00015679  0x0000346f call  0x00005839 
+ 00015680  0x00003470 call  0x0000582c 
+ 00015681  0x00003471 call  0x00005818 
+ 00015682  0x00003472 fetch  0x00000004 , 0x000046d3 
+ 00015683  0x00003473 bbit1  0x00000014 , 0x00003d46 
+ 00015684  0x00003474 bbit1  0x00000013 , 0x00004414 
+ 00015685  0x00003475 rtn 
+ 00015686  0x00003478 call  0x0000659c 
+ 00015687  0x00003479 fetch  0x00000004 , 0x000046d3 
+ 00015688  0x0000347a isolate1  0x00000019 , 0x0000003f 
+ 00015689  0x0000347b ncall  0x000065c2 , 0x00000001 
+ 00015690  0x0000347c call  0x0000443f 
+ 00015691  0x0000347d call  0x00003dc9 
+ 00015692  0x0000347e call  0x000041aa 
+ 00015693  0x0000347f branch  0x000065df 
+ 00015694  0x00003482 fetch  0x00000004 , 0x000046d3 
+ 00015695  0x00003483 bbit0  0x0000001e , 0x00003d53 
+ 00015696  0x00003484 fetch  0x00000001 , 0x00000abd 
+ 00015697  0x00003485 isolate0  0x00000003 , 0x0000003f 
+ 00015698  0x00003486 nrtn  0x00000001 
+ 00015699  0x00003488 fetch  0x00000001 , 0x0000471f 
+ 00015700  0x00003489 store  0x00000001 , 0x0000471e 
+ 00015701  0x0000348a fetch  0x00000001 , 0x000046f5 
+ 00015702  0x0000348b rtnbit1  0x00000006 
+ 00015703  0x0000348d fetch  0x00000004 , 0x000046d3 
+ 00015704  0x0000348e rtnbit0  0x00000011 
+ 00015705  0x0000348f bbit1  0x0000001d , 0x00002ee4 
+ 00015706  0x00003490 branch  0x00002f2c 
+ 00015707  0x00003492 fetch  0x00000001 , 0x00000478 
+ 00015708  0x00003493 sub  0x0000003f , 0x0000001a , 0x0000003f 
+ 00015709  0x00003494 nrtn  0x00000005 
+ 00015710  0x00003495 jam  0x00000012 , 0x00000a99 
+ 00015711  0x00003496 call  0x00007d8f 
+ 00015712  0x00003498 arg  0x00000000 , 0x00000007 
+ 00015713  0x00003499 branch  0x000041b9 
+ 00015714  0x0000349c fetch  0x00000001 , 0x000046b6 
+ 00015715  0x0000349d rtneq  0x00000001 
+ 00015716  0x0000349e jam  0x00000001 , 0x000046b6 
+ 00015717  0x0000349f rtn 
+ 00015718  0x000034a1 fetch  0x00000001 , 0x000046e1 
+ 00015719  0x000034a2 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00015720  0x000034a3 store  0x00000001 , 0x0000477a 
+ 00015721  0x000034a4 branch  0x00003d80 
+ 00015722  0x000034a8 fetcht  0x00000001 , 0x000046e7 
+ 00015723  0x000034a9 call  0x0000681d 
+ 00015724  0x000034aa nbranch  0x00003d62 , 0x00000001 
+ 00015725  0x000034ac fetch  0x00000001 , 0x000046b6 
+ 00015726  0x000034ad rtneq  0x00000000 
+ 00015727  0x000034ae jam  0x00000000 , 0x000046b6 
+ 00015728  0x000034af fetch  0x00000001 , 0x0000477a 
+ 00015729  0x000034b0 increase  0x00000001 , 0x0000003f 
+ 00015730  0x000034b1 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00015731  0x000034b2 store  0x00000001 , 0x0000477a 
+ 00015732  0x000034b3 call  0x00003d7e 
+ 00015733  0x000034b4 fetch  0x00000004 , 0x000046d3 
+ 00015734  0x000034b5 bbit1  0x00000014 , 0x0000443b 
+ 00015735  0x000034b6 bbit1  0x00000013 , 0x00003d79 
+ 00015736  0x000034b7 rtn 
+ 00015737  0x000034b9 arg  0x0000001e , 0x00000002 
+ 00015738  0x000034ba call  0x0000680e 
+ 00015739  0x000034bb arg  0x0000001f , 0x00000002 
+ 00015740  0x000034bc call  0x0000680e 
+ 00015741  0x000034bd branch  0x00004435 
+ 00015742  0x000034c0 bpatch  0x000000e3 , 0x0000401c 
+ 00015743  0x000034c1 call  0x0000424a 
+ 00015744  0x000034c2 fetch  0x00000001 , 0x000046e0 
+ 00015745  0x000034c3 beq  0x00000005 , 0x00003daa 
+ 00015746  0x000034c4 beq  0x00000004 , 0x00003d96 
+ 00015747  0x000034c5 fetch  0x00000001 , 0x0000477a 
+ 00015748  0x000034c6 beq  0x00000000 , 0x00003d8a 
+ 00015749  0x000034c7 beq  0x00000001 , 0x00003d88 
+ 00015750  0x000034c8 beq  0x00000002 , 0x00003d8c 
+ 00015751  0x000034c9 beq  0x00000003 , 0x00003d8e 
+ 00015752  0x000034cb fetch  0x00000001 , 0x00004780 
+ 00015753  0x000034cc branch  0x00003dbe 
+ 00015754  0x000034ce fetch  0x00000001 , 0x0000477f 
+ 00015755  0x000034cf branch  0x00003dbe 
+ 00015756  0x000034d1 fetch  0x00000001 , 0x00004781 
+ 00015757  0x000034d2 branch  0x00003dbe 
+ 00015758  0x000034d4 fetch  0x00000001 , 0x00004782 
+ 00015759  0x000034d5 branch  0x00003dbe 
+ 00015760  0x000034d7 fetch  0x00000001 , 0x000046e0 
+ 00015761  0x000034d8 rtneq  0x00000006 
+ 00015762  0x000034d9 fetch  0x00000001 , 0x000046b5 
+ 00015763  0x000034da increase  0x00000001 , 0x0000003f 
+ 00015764  0x000034db store  0x00000001 , 0x000046b5 
+ 00015765  0x000034dc rtn 
+ 00015766  0x000034df fetch  0x00000001 , 0x0000477a 
+ 00015767  0x000034e0 beq  0x00000000 , 0x00003d9d 
+ 00015768  0x000034e1 beq  0x00000001 , 0x00003d9b 
+ 00015769  0x000034e2 beq  0x00000002 , 0x00003d9f 
+ 00015770  0x000034e3 beq  0x00000003 , 0x00003da1 
+ 00015771  0x000034e5 fetch  0x00000001 , 0x00004784 
+ 00015772  0x000034e6 branch  0x00003da2 
+ 00015773  0x000034e8 fetch  0x00000001 , 0x00004783 
+ 00015774  0x000034e9 branch  0x00003da2 
+ 00015775  0x000034eb fetch  0x00000001 , 0x00004785 
+ 00015776  0x000034ec branch  0x00003da2 
+ 00015777  0x000034ee fetch  0x00000001 , 0x00004786 
+ 00015778  0x000034f0 store  0x00000001 , 0x000046b5 
+ 00015779  0x000034f1 lshift8  0x0000003f , 0x0000003f 
+ 00015780  0x000034f2 copy  0x0000003f , 0x00000011 
+ 00015781  0x000034f3 add  0x0000003f , 0x0000000d , 0x0000003f 
+ 00015782  0x000034f4 call  0x00006413 
+ 00015783  0x000034f5 copy  0x00000011 , 0x0000003f 
+ 00015784  0x000034f6 add  0x0000003f , 0x0000000e , 0x0000003f 
+ 00015785  0x000034f7 branch  0x00006413 
+ 00015786  0x000034fa fetch  0x00000001 , 0x0000477a 
+ 00015787  0x000034fb beq  0x00000000 , 0x00003db1 
+ 00015788  0x000034fc beq  0x00000001 , 0x00003daf 
+ 00015789  0x000034fd beq  0x00000002 , 0x00003db3 
+ 00015790  0x000034fe beq  0x00000003 , 0x00003db5 
+ 00015791  0x00003500 fetch  0x00000001 , 0x00004788 
+ 00015792  0x00003501 branch  0x00003db6 
+ 00015793  0x00003503 fetch  0x00000001 , 0x00004787 
+ 00015794  0x00003504 branch  0x00003db6 
+ 00015795  0x00003506 fetch  0x00000001 , 0x00004789 
+ 00015796  0x00003507 branch  0x00003db6 
+ 00015797  0x00003509 fetch  0x00000001 , 0x0000478a 
+ 00015798  0x0000350b store  0x00000001 , 0x000046b5 
+ 00015799  0x0000350c call  0x000040c0 
+ 00015800  0x0000350d fetch  0x00000001 , 0x000046b5 
+ 00015801  0x0000350f add  0x0000003f , 0x00000080 , 0x0000003f 
+ 00015802  0x00003510 lshift8  0x0000003f , 0x0000003f 
+ 00015803  0x00003511 add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00015804  0x00003512 copy  0x0000003f , 0x00000011 
+ 00015805  0x00003513 branch  0x0000415a 
+ 00015806  0x00003516 store  0x00000001 , 0x000046b5 
+ 00015807  0x00003517 call  0x00003d90 
+ 00015808  0x00003518 fetch  0x00000001 , 0x000046b5 
+ 00015809  0x00003519 setarg  0x00000006 
+ 00015810  0x0000351a call  0x00006414 
+ 00015811  0x0000351b and  0x0000003f , 0x000000f8 , 0x00000002 
+ 00015812  0x0000351c fetch  0x00000001 , 0x000046b5 
+ 00015813  0x0000351d iadd  0x00000002 , 0x0000003f 
+ 00015814  0x0000351e lshift8  0x0000003f , 0x0000003f 
+ 00015815  0x0000351f add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00015816  0x00003520 branch  0x00006413 
+ 00015817  0x00003524 call  0x000033c4 
+ 00015818  0x00003525 branch  0x00004316 , 0x00000005 
+ 00015819  0x00003526 call  0x0000441c 
+ 00015820  0x00003527 call  0x000042e4 
+ 00015821  0x00003528 branch  0x000033bd 
+ 00015822  0x0000352c fetch  0x00000002 , 0x00004707 
+ 00015823  0x0000352d rtn  0x00000034 
+ 00015824  0x0000352e fetch  0x00000004 , 0x000046d3 
+ 00015825  0x0000352f rtnbit0  0x00000011 
+ 00015826  0x00003530 rtnbit1  0x00000003 
+ 00015827  0x00003531 rtnmark1  0x00000026 
+ 00015828  0x00003532 call  0x00004083 
+ 00015829  0x00003533 rtnne  0x00000007 
+ 00015830  0x00003534 call  0x00004482 
+ 00015831  0x00003535 arg  0x00000003 , 0x00000007 
+ 00015832  0x00003536 call  0x000043ce 
+ 00015833  0x00003537 setarg  0x00000000 
+ 00015834  0x00003538 store  0x00000002 , 0x000046ae 
+ 00015835  0x00003539 store  0x00000001 , 0x000046b4 
+ 00015836  0x0000353a call  0x00003263 
+ 00015837  0x0000353c fetch  0x00000002 , 0x00004682 
+ 00015838  0x0000353d bbit1  0x00000007 , 0x00004392 
+ 00015839  0x0000353e bbit1  0x00000009 , 0x00003402 
+ 00015840  0x0000353f bbit1  0x00000000 , 0x000033e9 
+ 00015841  0x00003540 call  0x000042ca 
+ 00015842  0x00003541 branch  0x00002ead 
+ 00015843  0x00003545 call  0x00003dce 
+ 00015844  0x00003546 call  0x00007e34 
+ 00015845  0x00003547 call  0x00003d6a 
+ 00015846  0x00003548 call  0x00003de9 
+ 00015847  0x00003549 call  0x00003ee0 
+ 00015848  0x0000354a branch  0x00003df7 
+ 00015849  0x0000354c fetch  0x00000004 , 0x000046d3 
+ 00015850  0x0000354d rtnbit0  0x00000010 
+ 00015851  0x0000354e call  0x000048d3 
+ 00015852  0x0000354f branch  0x000048fd 
+ 00015853  0x00003552 hfetch  0x00000001 , 0x00008a04 
+ 00015854  0x00003553 bbit0  0x00000007 , 0x00003df1 
+ 00015855  0x00003554 bbit1  0x00000007 , 0x00003df4 
+ 00015856  0x00003555 rtn 
+ 00015857  0x00003557 fetch  0x00000001 , 0x000046ff 
+ 00015858  0x00003558 rtnbit0  0x00000007 
+ 00015859  0x00003559 branch  0x0000659a 
+ 00015860  0x0000355b fetch  0x00000001 , 0x000046ff 
+ 00015861  0x0000355c rtnbit1  0x00000007 
+ 00015862  0x0000355d branch  0x00004381 
+ 00015863  0x00003560 call  0x00003ded 
+ 00015864  0x00003561 hfetch  0x00000001 , 0x00008a04 
+ 00015865  0x00003562 store  0x00000001 , 0x000046ff 
+ 00015866  0x00003563 rtnbit0  0x00000007 
+ 00015867  0x00003564 call  0x00003e07 
+ 00015868  0x00003565 fetch  0x00000004 , 0x000046f9 
+ 00015869  0x00003566 fetcht  0x00000001 , 0x000046fd 
+ 00015870  0x00003567 iadd  0x00000002 , 0x00000002 
+ 00015871  0x00003568 copy  0x00000022 , 0x0000003f 
+ 00015872  0x00003569 isub  0x00000002 , 0x0000003e 
+ 00015873  0x0000356a nrtn  0x00000002 
+ 00015874  0x0000356b store  0x00000004 , 0x000046f9 
+ 00015875  0x0000356c call  0x00003f97 
+ 00015876  0x0000356d nrtn  0x00000028 
+ 00015877  0x0000356e jam  0x00000004 , 0x00000d38 
+ 00015878  0x0000356f branch  0x00003e0f 
+ 00015879  0x00003572 fetcht  0x00000004 , 0x000046f9 
+ 00015880  0x00003573 copy  0x00000022 , 0x0000003f 
+ 00015881  0x00003574 isub  0x00000002 , 0x0000003e 
+ 00015882  0x00003575 ncall  0x00003e0c , 0x00000002 
+ 00015883  0x00003576 rtn 
+ 00015884  0x00003578 setarg  0x00000000 
+ 00015885  0x00003579 store  0x00000004 , 0x000046f9 
+ 00015886  0x0000357a rtn 
+ 00015887  0x0000357f fetch  0x00000001 , 0x00000d38 
+ 00015888  0x00003580 rtnbit0  0x00000002 
+ 00015889  0x00003581 branch  0x00003e12 
+ 00015890  0x00003583 hfetch  0x00000001 , 0x00008a04 
+ 00015891  0x00003584 rtnbit0  0x00000007 
+ 00015892  0x00003585 jam  0x00000020 , 0x00000d52 
+ 00015893  0x00003586 setarg  0x00000001 
+ 00015894  0x00003587 store  0x00000001 , 0x00000d54 
+ 00015895  0x00003588 fetch  0x00000007 , 0x0000469a 
+ 00015896  0x00003589 istore  0x00000007 , 0x00000005 
+ 00015897  0x0000358a rtn 
+ 00015898  0x0000358e hfetch  0x00000002 , 0x00008050 
+ 00015899  0x0000358f set0  0x0000000b , 0x0000003f 
+ 00015900  0x00003590 hstore  0x00000002 , 0x00008050 
+ 00015901  0x00003591 rtn 
+ 00015902  0x00003594 setarg  0x00008c00 
+ 00015903  0x00003595 store  0x00000002 , 0x00004575 
+ 00015904  0x00003596 setarg  0x00008e7a 
+ 00015905  0x00003597 store  0x00000002 , 0x000044bc 
+ 00015906  0x00003598 setarg  0x00002402 
+ 00015907  0x00003599 store  0x00000002 , 0x000040bd 
+ 00015908  0x0000359a setarg  0x00002580 
+ 00015909  0x0000359b store  0x00000003 , 0x000040aa 
+ 00015910  0x0000359c jam  0x00000003 , 0x00004173 
+ 00015911  0x0000359d jam  0x00000008 , 0x00004156 
+ 00015912  0x0000359e jam  0x00000001 , 0x000046d9 
+ 00015913  0x0000359f setarg  0x00000200 
+ 00015914  0x000035a0 store  0x00000002 , 0x00004154 
+ 00015915  0x000035a1 jam  0x00000017 , 0x000044a6 
+ 00015916  0x000035a2 jam  0x00000017 , 0x000044a8 
+ 00015917  0x000035a4 setarg  0x00000a77 
+ 00015918  0x000035a5 store  0x00000002 , 0x00004212 
+ 00015919  0x000035b5 setsect  0x00000000 , 0x00000306 
+ 00015920  0x000035b6 setsect  0x00000001 , 0x00004440 
+ 00015921  0x000035b7 setsect  0x00000002 , 0x00010000 
+ 00015922  0x000035b8 setsect  0x00000003 , 0x00004408 
+ 00015923  0x000035b9 store  0x00000009 , 0x00004577 
+ 00015924  0x000035ba setsect  0x00000000 , 0x00001224 
+ 00015925  0x000035bb setsect  0x00000001 , 0x00004000 
+ 00015926  0x000035bc setsect  0x00000002 , 0x00000000 
+ 00015927  0x000035bd istore  0x00000005 , 0x00000005 
+ 00015928  0x000035bf setsect  0x00000000 , 0x0003ffff 
+ 00015929  0x000035c0 setsect  0x00000001 , 0x0002fe23 
+ 00015930  0x000035c1 setsect  0x00000002 , 0x000199d9 
+ 00015931  0x000035c2 setsect  0x00000003 , 0x0000020d 
+ 00015932  0x000035c3 store  0x00000008 , 0x00004098 
+ 00015933  0x000035c5 setarg  0x0000012c 
+ 00015934  0x000035c6 store  0x00000002 , 0x00004707 
+ 00015935  0x000035c7 call  0x000057a3 
+ 00015936  0x000035c8 fetch  0x00000004 , 0x000046d3 
+ 00015937  0x000035c9 rtnbit0  0x0000001f 
+ 00015938  0x000035ca call  0x00003e44 
+ 00015939  0x000035cb branch  0x00003e4c 
+ 00015940  0x000035ce fetcht  0x00000001 , 0x000046f7 
+ 00015941  0x000035cf call  0x000067fb 
+ 00015942  0x000035d0 fetcht  0x00000001 , 0x000046f7 
+ 00015943  0x000035d1 call  0x0000681d 
+ 00015944  0x000035d2 jam  0x00000003 , 0x000046f6 
+ 00015945  0x000035d3 rtn  0x00000001 
+ 00015946  0x000035d4 jam  0x00000002 , 0x000046f6 
+ 00015947  0x000035d5 rtn 
+ 00015948  0x000035d8 fetcht  0x00000001 , 0x000046f8 
+ 00015949  0x000035d9 call  0x000067fb 
+ 00015950  0x000035da fetcht  0x00000001 , 0x000046f8 
+ 00015951  0x000035db call  0x0000681d 
+ 00015952  0x000035dc jam  0x00000000 , 0x0000422d 
+ 00015953  0x000035dd rtn  0x00000001 
+ 00015954  0x000035de jam  0x00000002 , 0x0000422d 
+ 00015955  0x000035df rtn 
+ 00015956  0x000035e3 fetch  0x00000001 , 0x0000422d 
+ 00015957  0x000035e4 beq  0x00000000 , 0x00003e59 
+ 00015958  0x000035e5 beq  0x00000001 , 0x00003e62 
+ 00015959  0x000035e6 beq  0x00000002 , 0x00003e6b 
+ 00015960  0x000035e7 branch  0x00003e59 
+ 00015961  0x000035ea fetcht  0x00000002 , 0x00004221 
+ 00015962  0x000035eb fetch  0x00000002 , 0x00004227 
+ 00015963  0x000035ec isub  0x00000002 , 0x0000003f 
+ 00015964  0x000035ed mul32  0x0000003f , 0x00000014 , 0x0000003f 
+ 00015965  0x000035ee div  0x0000003f , 0x00000064 
+ 00015966  0x000035ef call  0x00007f86 
+ 00015967  0x000035f0 quotient  0x0000003f 
+ 00015968  0x000035f1 store  0x00000002 , 0x000046d0 
+ 00015969  0x000035f2 rtn 
+ 00015970  0x000035f4 fetcht  0x00000002 , 0x0000421f 
+ 00015971  0x000035f5 fetch  0x00000002 , 0x00004225 
+ 00015972  0x000035f6 isub  0x00000002 , 0x0000003f 
+ 00015973  0x000035f7 mul32  0x0000003f , 0x000000e6 , 0x0000003f 
+ 00015974  0x000035f8 div  0x0000003f , 0x00000190 
+ 00015975  0x000035f9 call  0x00007f86 
+ 00015976  0x000035fa quotient  0x0000003f 
+ 00015977  0x000035fb store  0x00000002 , 0x000046d0 
+ 00015978  0x000035fc rtn 
+ 00015979  0x000035fe fetch  0x00000002 , 0x00004223 
+ 00015980  0x000035ff store  0x00000002 , 0x000046d0 
+ 00015981  0x00003600 rtn 
+ 00015982  0x00003602 fetcht  0x00000001 , 0x0000423a 
+ 00015983  0x00003603 call  0x0000680e 
+ 00015984  0x00003604 call  0x000048fb 
+ 00015985  0x00003605 fetcht  0x00000001 , 0x000046e2 
+ 00015986  0x00003606 call  0x000067fb 
+ 00015987  0x00003607 fetcht  0x00000001 , 0x000046e3 
+ 00015988  0x00003608 call  0x000067fb 
+ 00015989  0x00003609 fetcht  0x00000001 , 0x000046e4 
+ 00015990  0x0000360a call  0x000067fb 
+ 00015991  0x0000360b fetcht  0x00000001 , 0x000046f3 
+ 00015992  0x0000360c call  0x000067fb 
+ 00015993  0x0000360e fetcht  0x00000001 , 0x000046dc 
+ 00015994  0x0000360f call  0x0000680e 
+ 00015995  0x00003611 fetcht  0x00000001 , 0x000046e8 
+ 00015996  0x00003612 call  0x000067fb 
+ 00015997  0x00003614 fetcht  0x00000001 , 0x000046e9 
+ 00015998  0x00003615 call  0x000067fb 
+ 00015999  0x00003617 fetcht  0x00000001 , 0x000046ea 
+ 00016000  0x00003618 call  0x000067fb 
+ 00016001  0x00003619 fetcht  0x00000001 , 0x000046eb 
+ 00016002  0x0000361a call  0x000067fb 
+ 00016003  0x0000361c fetcht  0x00000001 , 0x000046e5 
+ 00016004  0x0000361d call  0x000067fb 
+ 00016005  0x0000361e fetcht  0x00000001 , 0x000046e6 
+ 00016006  0x0000361f call  0x000067fb 
+ 00016007  0x00003621 fetcht  0x00000001 , 0x000046ef 
+ 00016008  0x00003622 call  0x0000680e 
+ 00016009  0x00003624 fetcht  0x00000001 , 0x000046f0 
+ 00016010  0x00003625 call  0x0000680e 
+ 00016011  0x00003627 fetcht  0x00000001 , 0x000046f1 
+ 00016012  0x00003628 call  0x0000680e 
+ 00016013  0x0000362a fetcht  0x00000001 , 0x000046f2 
+ 00016014  0x0000362b call  0x0000680e 
+ 00016015  0x0000362d fetcht  0x00000001 , 0x000046f4 
+ 00016016  0x0000362e call  0x0000680e 
+ 00016017  0x00003630 fetcht  0x00000001 , 0x000046ed 
+ 00016018  0x00003631 call  0x000067fb 
+ 00016019  0x00003633 fetcht  0x00000001 , 0x000046ec 
+ 00016020  0x00003634 call  0x000067fb 
+ 00016021  0x00003636 fetcht  0x00000001 , 0x000046e7 
+ 00016022  0x00003637 branch  0x000067fb 
+ 00016023  0x0000363a fetcht  0x00000001 , 0x000046e8 
+ 00016024  0x0000363b call  0x000067dd 
+ 00016025  0x0000363c fetcht  0x00000001 , 0x000046e9 
+ 00016026  0x0000363d call  0x000067dd 
+ 00016027  0x0000363e fetcht  0x00000001 , 0x000046ea 
+ 00016028  0x0000363f call  0x000067dd 
+ 00016029  0x00003640 fetcht  0x00000001 , 0x000046eb 
+ 00016030  0x00003641 branch  0x000067dd 
+ 00016031  0x00003644 fetcht  0x00000001 , 0x000046e8 
+ 00016032  0x00003645 call  0x00003ea7 
+ 00016033  0x00003646 fetcht  0x00000001 , 0x000046e9 
+ 00016034  0x00003647 call  0x00003ea7 
+ 00016035  0x00003648 fetcht  0x00000001 , 0x000046ea 
+ 00016036  0x00003649 call  0x00003ea7 
+ 00016037  0x0000364a fetcht  0x00000001 , 0x000046eb 
+ 00016038  0x0000364b branch  0x00003ea7 
+ 00016039  0x0000364e sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00016040  0x0000364f rtn  0x00000005 
+ 00016041  0x00003650 and  0x00000002 , 0x0000007f , 0x00000007 
+ 00016042  0x00003651 hfetch  0x00000004 , 0x0000811c 
+ 00016043  0x00003652 qisolate1  0x0000003f 
+ 00016044  0x00003653 hfetch  0x00000004 , 0x00008078 
+ 00016045  0x00003654 qsetflag  0x00000001 , 0x0000003f 
+ 00016046  0x00003655 hstore  0x00000004 , 0x00008078 
+ 00016047  0x00003656 hfetch  0x00000004 , 0x0000807c 
+ 00016048  0x00003657 nqsetflag  0x00000001 , 0x0000003f 
+ 00016049  0x00003658 hstore  0x00000004 , 0x0000807c 
+ 00016050  0x00003659 rtn 
+ 00016051  0x0000365c enable  0x00000028 
+ 00016052  0x0000365d hfetch  0x00000004 , 0x00008138 
+ 00016053  0x0000365e setflag  0x00000028 , 0x0000001a , 0x0000003f 
+ 00016054  0x0000365f hstore  0x00000004 , 0x0000804c 
+ 00016055  0x00003660 call  0x00002c21 
+ 00016056  0x00003661 call  0x00004482 
+ 00016057  0x00003662 call  0x00003e9f 
+ 00016058  0x00003664 branch  0x00003ebf 
+ 00016059  0x00003669 call  0x00003ebf 
+ 00016060  0x0000366a fetch  0x00000001 , 0x000000a0 
+ 00016061  0x0000366b nrtn  0x00000034 
+ 00016062  0x0000366c branch  0x000067ed 
+ 00016063  0x0000366f call  0x00003ee0 
+ 00016064  0x00003670 arg  0x00000019 , 0x00000002 
+ 00016065  0x00003671 fetch  0x00000004 , 0x000046d3 
+ 00016066  0x00003672 isolate1  0x00000012 , 0x0000003f 
+ 00016067  0x00003673 call  0x00003ede , 0x00000001 
+ 00016068  0x00003674 call  0x0000680e 
+ 00016069  0x00003675 call  0x000063ee 
+ 00016070  0x00003679 fetcht  0x00000001 , 0x000046e2 
+ 00016071  0x0000367a call  0x000067dd 
+ 00016072  0x0000367b fetcht  0x00000001 , 0x000046e3 
+ 00016073  0x0000367c call  0x000067dd 
+ 00016074  0x0000367d fetcht  0x00000001 , 0x000046e4 
+ 00016075  0x0000367e call  0x000067dd 
+ 00016076  0x00003680 fetcht  0x00000001 , 0x000046e5 
+ 00016077  0x00003681 call  0x000067dd 
+ 00016078  0x00003682 fetcht  0x00000001 , 0x000046e6 
+ 00016079  0x00003683 call  0x000067dd 
+ 00016080  0x00003684 fetcht  0x00000001 , 0x000046e7 
+ 00016081  0x00003685 call  0x000067dd 
+ 00016082  0x00003686 fetcht  0x00000001 , 0x000046ed 
+ 00016083  0x00003687 call  0x000067dd 
+ 00016084  0x00003688 fetcht  0x00000001 , 0x000046e8 
+ 00016085  0x00003689 call  0x000067dd 
+ 00016086  0x0000368a fetcht  0x00000001 , 0x000046e9 
+ 00016087  0x0000368b call  0x000067dd 
+ 00016088  0x0000368c fetcht  0x00000001 , 0x000046ea 
+ 00016089  0x0000368d call  0x000067dd 
+ 00016090  0x0000368e fetcht  0x00000001 , 0x000046eb 
+ 00016091  0x0000368f call  0x000067dd 
+ 00016092  0x00003690 fetcht  0x00000001 , 0x000046f3 
+ 00016093  0x00003691 branch  0x000067e1 
+ 00016094  0x00003696 arg  0x0000001e , 0x00000002 
+ 00016095  0x00003697 rtn 
+ 00016096  0x0000369a bpatch  0x000000e4 , 0x0000401c 
+ 00016097  0x0000369b call  0x00003eee 
+ 00016098  0x0000369c call  0x00003f36 
+ 00016099  0x0000369d fetch  0x00000001 , 0x000046b8 
+ 00016100  0x0000369e fetcht  0x00000001 , 0x000046b7 
+ 00016101  0x0000369f store  0x00000001 , 0x000046b7 
+ 00016102  0x000036a0 isub  0x00000002 , 0x0000003e 
+ 00016103  0x000036a1 nbranch  0x000033d4 , 0x00000005 
+ 00016104  0x000036a2 fetch  0x00000001 , 0x000046be 
+ 00016105  0x000036a3 fetcht  0x00000001 , 0x000046bd 
+ 00016106  0x000036a4 store  0x00000001 , 0x000046bd 
+ 00016107  0x000036a5 isub  0x00000002 , 0x0000003e 
+ 00016108  0x000036a6 nbranch  0x000033d4 , 0x00000005 
+ 00016109  0x000036a7 rtn 
+ 00016110  0x000036a9 fetch  0x00000001 , 0x000046ea 
+ 00016111  0x000036aa rtneq  0x000000ff 
+ 00016112  0x000036ab arg  0x00000000 , 0x00000011 
+ 00016113  0x000036ac fetcht  0x00000001 , 0x000046ea 
+ 00016114  0x000036ad call  0x0000681d 
+ 00016115  0x000036ae setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016116  0x000036af fetcht  0x00000001 , 0x000046eb 
+ 00016117  0x000036b0 call  0x0000681d 
+ 00016118  0x000036b1 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016119  0x000036b2 copy  0x00000011 , 0x0000003f 
+ 00016120  0x000036b3 store  0x00000001 , 0x000046b8 
+ 00016121  0x000036b4 beq  0x00000001 , 0x00003efe 
+ 00016122  0x000036b5 beq  0x00000002 , 0x00003f02 
+ 00016123  0x000036b6 fetch  0x00000001 , 0x000046b9 
+ 00016124  0x000036b7 bbit1  0x00000007 , 0x00003f0e 
+ 00016125  0x000036b8 rtn 
+ 00016126  0x000036bb fetch  0x00000001 , 0x000046b7 
+ 00016127  0x000036bc beq  0x00000000 , 0x00003f06 
+ 00016128  0x000036bd beq  0x00000003 , 0x00003f08 
+ 00016129  0x000036be rtn 
+ 00016130  0x000036c0 fetch  0x00000001 , 0x000046b7 
+ 00016131  0x000036c1 beq  0x00000000 , 0x00003f0a 
+ 00016132  0x000036c2 beq  0x00000003 , 0x00003f0c 
+ 00016133  0x000036c3 rtn 
+ 00016134  0x000036c5 jam  0x00000082 , 0x000046b9 
+ 00016135  0x000036c6 rtn 
+ 00016136  0x000036c8 jam  0x00000081 , 0x000046b9 
+ 00016137  0x000036c9 rtn 
+ 00016138  0x000036cb jam  0x00000080 , 0x000046b9 
+ 00016139  0x000036cc rtn 
+ 00016140  0x000036ce jam  0x00000083 , 0x000046b9 
+ 00016141  0x000036cf rtn 
+ 00016142  0x000036d1 fetch  0x00000001 , 0x000046b9 
+ 00016143  0x000036d2 set0  0x00000007 , 0x0000003f 
+ 00016144  0x000036d3 store  0x00000001 , 0x000046b9 
+ 00016145  0x000036d4 beq  0x00000000 , 0x00003f16 
+ 00016146  0x000036d5 beq  0x00000001 , 0x00003f19 
+ 00016147  0x000036d6 beq  0x00000002 , 0x00003f1c 
+ 00016148  0x000036d7 beq  0x00000003 , 0x00003f1f 
+ 00016149  0x000036d8 rtn 
+ 00016150  0x000036da fetch  0x00000001 , 0x000046b8 
+ 00016151  0x000036db beq  0x00000003 , 0x00003f22 
+ 00016152  0x000036dc rtn 
+ 00016153  0x000036de fetch  0x00000001 , 0x000046b8 
+ 00016154  0x000036df beq  0x00000000 , 0x00003f22 
+ 00016155  0x000036e0 rtn 
+ 00016156  0x000036e2 fetch  0x00000001 , 0x000046b8 
+ 00016157  0x000036e3 beq  0x00000003 , 0x00003f2c 
+ 00016158  0x000036e4 rtn 
+ 00016159  0x000036e6 fetch  0x00000001 , 0x000046b8 
+ 00016160  0x000036e7 beq  0x00000000 , 0x00003f2c 
+ 00016161  0x000036e8 rtn 
+ 00016162  0x000036ea fetch  0x00000001 , 0x000046bc 
+ 00016163  0x000036eb increase  0x00000001 , 0x0000003f 
+ 00016164  0x000036ec store  0x00000001 , 0x000046bc 
+ 00016165  0x000036ed sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00016166  0x000036ee rtn  0x00000002 
+ 00016167  0x000036ef jam  0x00000000 , 0x000046bc 
+ 00016168  0x000036f0 fetch  0x00000001 , 0x000046ba 
+ 00016169  0x000036f1 increase  0x00000001 , 0x0000003f 
+ 00016170  0x000036f2 store  0x00000001 , 0x000046ba 
+ 00016171  0x000036f3 rtn 
+ 00016172  0x000036f5 fetch  0x00000001 , 0x000046bb 
+ 00016173  0x000036f6 increase  0x00000001 , 0x0000003f 
+ 00016174  0x000036f7 store  0x00000001 , 0x000046bb 
+ 00016175  0x000036f8 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00016176  0x000036f9 rtn  0x00000002 
+ 00016177  0x000036fa jam  0x00000000 , 0x000046bb 
+ 00016178  0x000036fb fetch  0x00000001 , 0x000046ba 
+ 00016179  0x000036fc increase  0xffffffff , 0x0000003f 
+ 00016180  0x000036fd store  0x00000001 , 0x000046ba 
+ 00016181  0x000036fe rtn 
+ 00016182  0x00003702 fetch  0x00000001 , 0x000046e8 
+ 00016183  0x00003703 rtneq  0x000000ff 
+ 00016184  0x00003704 arg  0x00000000 , 0x00000011 
+ 00016185  0x00003705 fetcht  0x00000001 , 0x000046e8 
+ 00016186  0x00003706 call  0x0000681d 
+ 00016187  0x00003707 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016188  0x00003708 fetcht  0x00000001 , 0x000046e9 
+ 00016189  0x00003709 call  0x0000681d 
+ 00016190  0x0000370a setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016191  0x0000370b copy  0x00000011 , 0x0000003f 
+ 00016192  0x0000370c store  0x00000001 , 0x000046be 
+ 00016193  0x0000370d beq  0x00000001 , 0x00003f46 
+ 00016194  0x0000370e beq  0x00000002 , 0x00003f4a 
+ 00016195  0x0000370f fetch  0x00000001 , 0x000046bf 
+ 00016196  0x00003710 bbit1  0x00000007 , 0x00003f56 
+ 00016197  0x00003711 rtn 
+ 00016198  0x00003714 fetch  0x00000001 , 0x000046bd 
+ 00016199  0x00003715 beq  0x00000000 , 0x00003f4e 
+ 00016200  0x00003716 beq  0x00000003 , 0x00003f50 
+ 00016201  0x00003717 rtn 
+ 00016202  0x00003719 fetch  0x00000001 , 0x000046bd 
+ 00016203  0x0000371a beq  0x00000000 , 0x00003f52 
+ 00016204  0x0000371b beq  0x00000003 , 0x00003f54 
+ 00016205  0x0000371c rtn 
+ 00016206  0x0000371e jam  0x00000082 , 0x000046bf 
+ 00016207  0x0000371f rtn 
+ 00016208  0x00003721 jam  0x00000081 , 0x000046bf 
+ 00016209  0x00003722 rtn 
+ 00016210  0x00003724 jam  0x00000080 , 0x000046bf 
+ 00016211  0x00003725 rtn 
+ 00016212  0x00003727 jam  0x00000083 , 0x000046bf 
+ 00016213  0x00003728 rtn 
+ 00016214  0x0000372a fetch  0x00000001 , 0x000046bf 
+ 00016215  0x0000372b set0  0x00000007 , 0x0000003f 
+ 00016216  0x0000372c store  0x00000001 , 0x000046bf 
+ 00016217  0x0000372d beq  0x00000000 , 0x00003f5e 
+ 00016218  0x0000372e beq  0x00000001 , 0x00003f61 
+ 00016219  0x0000372f beq  0x00000002 , 0x00003f64 
+ 00016220  0x00003730 beq  0x00000003 , 0x00003f67 
+ 00016221  0x00003731 rtn 
+ 00016222  0x00003733 fetch  0x00000001 , 0x000046be 
+ 00016223  0x00003734 beq  0x00000003 , 0x00003f6a 
+ 00016224  0x00003735 rtn 
+ 00016225  0x00003737 fetch  0x00000001 , 0x000046be 
+ 00016226  0x00003738 beq  0x00000000 , 0x00003f6a 
+ 00016227  0x00003739 rtn 
+ 00016228  0x0000373b fetch  0x00000001 , 0x000046be 
+ 00016229  0x0000373c beq  0x00000003 , 0x00003f6f 
+ 00016230  0x0000373d rtn 
+ 00016231  0x0000373f fetch  0x00000001 , 0x000046be 
+ 00016232  0x00003740 beq  0x00000000 , 0x00003f6f 
+ 00016233  0x00003741 rtn 
+ 00016234  0x00003743 jam  0x00000000 , 0x000046c2 
+ 00016235  0x00003744 fetch  0x00000001 , 0x000046c0 
+ 00016236  0x00003745 increase  0x00000001 , 0x0000003f 
+ 00016237  0x00003746 store  0x00000001 , 0x000046c0 
+ 00016238  0x00003747 rtn 
+ 00016239  0x00003749 jam  0x00000000 , 0x000046c1 
+ 00016240  0x0000374a fetch  0x00000001 , 0x000046c0 
+ 00016241  0x0000374b increase  0xffffffff , 0x0000003f 
+ 00016242  0x0000374c store  0x00000001 , 0x000046c0 
+ 00016243  0x0000374d rtn 
+ 00016244  0x00003751 setarg  0x00000002 
+ 00016245  0x00003752 store  0x00000001 , 0x00004680 
+ 00016246  0x00003753 rtn 
+ 00016247  0x00003756 fetch  0x00000001 , 0x000041e2 
+ 00016248  0x00003757 rtn  0x00000034 
+ 00016249  0x00003758 call  0x00005271 
+ 00016250  0x00003759 nrtn  0x00000034 
+ 00016251  0x0000375a fetch  0x00000004 , 0x000046d3 
+ 00016252  0x0000375b bbit1  0x00000003 , 0x00003f8a 
+ 00016253  0x0000375c bbit1  0x00000000 , 0x00003f8a 
+ 00016254  0x0000375d bbit1  0x00000005 , 0x00003f8a 
+ 00016255  0x0000375e call  0x00003f97 
+ 00016256  0x0000375f nrtn  0x00000028 
+ 00016257  0x00003761 arg  0x00000009 , 0x00000011 
+ 00016258  0x00003762 call  0x00004d63 
+ 00016259  0x00003763 fetch  0x00000002 , 0x0000424e 
+ 00016260  0x00003764 istore  0x00000002 , 0x00000005 
+ 00016261  0x00003765 setarg  0x000002a1 
+ 00016262  0x00003766 istore  0x00000002 , 0x00000005 
+ 00016263  0x00003767 fetch  0x00000007 , 0x0000469a 
+ 00016264  0x00003768 istore  0x00000007 , 0x00000005 
+ 00016265  0x00003769 rtn 
+ 00016266  0x0000376d setarg  0x00000000 
+ 00016267  0x0000376e store  0x00000007 , 0x0000469a 
+ 00016268  0x0000376f branch  0x00003f81 
+ 00016269  0x00003773 fetch  0x00000002 , 0x000046aa 
+ 00016270  0x00003774 store  0x00000002 , 0x000046b0 
+ 00016271  0x00003775 rtn 
+ 00016272  0x00003779 bpatch  0x000000e5 , 0x0000401c 
+ 00016273  0x0000377a arg  0x00000007 , 0x00000011 
+ 00016274  0x0000377b fetcht  0x00000002 , 0x0000446f 
+ 00016275  0x0000377c call  0x00005a64 
+ 00016276  0x0000377d fetch  0x00000007 , 0x0000469a 
+ 00016277  0x0000377e istore  0x00000007 , 0x00000005 
+ 00016278  0x0000377f rtn 
+ 00016279  0x00003782 bpatch  0x000000e6 , 0x0000401c 
+ 00016280  0x00003783 disable  0x00000028 
+ 00016281  0x00003784 setarg  0x00000000 
+ 00016282  0x00003785 store  0x00000006 , 0x0000469b 
+ 00016283  0x00003786 call  0x00003fb5 
+ 00016284  0x00003787 call  0x00004079 
+ 00016285  0x00003788 call  0x0000407e 
+ 00016286  0x00003789 call  0x00004099 
+ 00016287  0x0000378a nrtn  0x00000028 
+ 00016288  0x0000378b call  0x00003f8d 
+ 00016289  0x0000378c arg  0x00000008 , 0x00000007 
+ 00016290  0x0000378d branch  0x000043ce 
+ 00016291  0x00003790 fetch  0x00000002 , 0x0000469b 
+ 00016292  0x00003791 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016293  0x00003792 store  0x00000002 , 0x0000469b 
+ 00016294  0x00003793 branch  0x00007fe7 
+ 00016295  0x00003795 fetch  0x00000002 , 0x0000469d 
+ 00016296  0x00003796 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016297  0x00003797 store  0x00000002 , 0x0000469d 
+ 00016298  0x00003798 branch  0x00007fe7 
+ 00016299  0x0000379a fetch  0x00000002 , 0x0000469d 
+ 00016300  0x0000379b sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016301  0x0000379c store  0x00000002 , 0x0000469d 
+ 00016302  0x0000379d fetch  0x00000002 , 0x0000469b 
+ 00016303  0x0000379e sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016304  0x0000379f store  0x00000002 , 0x0000469b 
+ 00016305  0x000037a0 call  0x00004002 
+ 00016306  0x000037a1 branch  0x00007fe7 
+ 00016307  0x000037a3 call  0x00004002 
+ 00016308  0x000037a4 branch  0x00007fe7 
+ 00016309  0x000037a6 fetch  0x00000001 , 0x00004239 
+ 00016310  0x000037a7 rtnne  0x00000000 
+ 00016311  0x000037a8 fetch  0x00000001 , 0x000046e0 
+ 00016312  0x000037a9 beq  0x00000000 , 0x00003fe2 
+ 00016313  0x000037aa beq  0x00000001 , 0x00003fe2 
+ 00016314  0x000037ab beq  0x00000002 , 0x00003fe2 
+ 00016315  0x000037ac beq  0x00000003 , 0x00003fe2 
+ 00016316  0x000037ad beq  0x00000004 , 0x00003fc4 
+ 00016317  0x000037ae beq  0x00000005 , 0x00004010 
+ 00016318  0x000037af beq  0x00000006 , 0x00003fe2 
+ 00016319  0x000037b0 branch  0x00003fe2 
+ 00016320  0x000037b3 fetch  0x00000001 , 0x000046a7 
+ 00016321  0x000037b4 call  0x0000405d , 0x00000034 
+ 00016322  0x000037b5 jam  0x00000001 , 0x000046a7 
+ 00016323  0x000037b6 rtn 
+ 00016324  0x000037ba call  0x00003fc0 
+ 00016325  0x000037bb fetcht  0x00000001 , 0x000046f3 
+ 00016326  0x000037bc call  0x0000681d 
+ 00016327  0x000037bd nrtn  0x00000001 
+ 00016328  0x000037bf setarg  0x00000000 
+ 00016329  0x000037c0 call  0x00006414 
+ 00016330  0x000037c1 bne  0x00000030 , 0x000040d1 
+ 00016331  0x000037c2 setarg  0x00000002 
+ 00016332  0x000037c3 call  0x00006414 
+ 00016333  0x000037c4 rtnbit0  0x00000007 
+ 00016334  0x000037c5 call  0x0000405d 
+ 00016335  0x000037c6 call  0x00003fde 
+ 00016336  0x000037c7 store  0x00000001 , 0x000046a1 
+ 00016337  0x000037c8 rshift4  0x0000003f , 0x0000003f 
+ 00016338  0x000037c9 call  0x00004169 
+ 00016339  0x000037ca store  0x00000001 , 0x0000469c 
+ 00016340  0x000037cb fetch  0x00000001 , 0x000046a1 
+ 00016341  0x000037cc and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00016342  0x000037cd call  0x00004169 
+ 00016343  0x000037ce store  0x00000001 , 0x0000469e 
+ 00016344  0x000037cf fetch  0x00000001 , 0x000046f6 
+ 00016345  0x000037d0 beq  0x00000000 , 0x00003fa3 
+ 00016346  0x000037d1 beq  0x00000001 , 0x00003fab 
+ 00016347  0x000037d2 beq  0x00000002 , 0x00003fa7 
+ 00016348  0x000037d3 beq  0x00000003 , 0x00003fb3 
+ 00016349  0x000037d4 rtn 
+ 00016350  0x000037d7 setarg  0x00000012 
+ 00016351  0x000037d8 branch  0x00006414 
+ 00016352  0x000037db beq  0x00000031 , 0x00003fea 
+ 00016353  0x000037dc branch  0x000040d1 
+ 00016354  0x000037df call  0x00003fc0 
+ 00016355  0x000037e0 disable  0x00000028 
+ 00016356  0x000037e1 fetcht  0x00000001 , 0x000046f3 
+ 00016357  0x000037e2 call  0x0000681d 
+ 00016358  0x000037e3 nrtn  0x00000001 
+ 00016359  0x000037e5 setarg  0x00000000 
+ 00016360  0x000037e6 call  0x00006414 
+ 00016361  0x000037e7 bne  0x00000030 , 0x00003fe0 
+ 00016362  0x000037e9 setarg  0x00000002 
+ 00016363  0x000037ea call  0x00006414 
+ 00016364  0x000037eb rtnbit0  0x00000007 
+ 00016365  0x000037ec call  0x0000405d 
+ 00016366  0x000037ed fetch  0x00000001 , 0x0000469b 
+ 00016367  0x000037ee call  0x00004165 
+ 00016368  0x000037ef store  0x00000002 , 0x0000469b 
+ 00016369  0x000037f0 fetch  0x00000001 , 0x0000469d 
+ 00016370  0x000037f1 call  0x00004165 
+ 00016371  0x000037f2 store  0x00000002 , 0x0000469d 
+ 00016372  0x000037f3 fetch  0x00000001 , 0x000046f6 
+ 00016373  0x000037f4 beq  0x00000000 , 0x00003ffa 
+ 00016374  0x000037f5 beq  0x00000001 , 0x00003ffc 
+ 00016375  0x000037f6 beq  0x00000002 , 0x00003ffe 
+ 00016376  0x000037f7 beq  0x00000003 , 0x00004000 
+ 00016377  0x000037f8 rtn 
+ 00016378  0x000037fb call  0x00003fa3 
+ 00016379  0x000037fc branch  0x000040b3 
+ 00016380  0x000037fe call  0x00003fab 
+ 00016381  0x000037ff branch  0x000040b3 
+ 00016382  0x00003801 call  0x00003fa7 
+ 00016383  0x00003802 branch  0x000040b3 
+ 00016384  0x00003804 call  0x00003fb3 
+ 00016385  0x00003805 branch  0x000040b3 
+ 00016386  0x00003808 fetch  0x00000002 , 0x0000469d 
+ 00016387  0x00003809 fetcht  0x00000002 , 0x0000469b 
+ 00016388  0x0000380a store  0x00000002 , 0x0000469b 
+ 00016389  0x0000380b storet  0x00000002 , 0x0000469d 
+ 00016390  0x0000380c rtn 
+ 00016391  0x0000380f call  0x0000640f 
+ 00016392  0x00003810 nop  0x00000064 
+ 00016393  0x00003811 copy  0x00000012 , 0x0000003f 
+ 00016394  0x00003812 call  0x00006414 
+ 00016395  0x00003813 copy  0x0000003f , 0x00000012 
+ 00016396  0x00003814 call  0x00006411 
+ 00016397  0x00003815 nop  0x00000064 
+ 00016398  0x00003816 copy  0x00000012 , 0x0000003f 
+ 00016399  0x00003817 rtn 
+ 00016400  0x00003819 disable  0x00000028 
+ 00016401  0x0000381a fetcht  0x00000001 , 0x000046f3 
+ 00016402  0x0000381b call  0x0000681d 
+ 00016403  0x0000381c nrtn  0x00000001 
+ 00016404  0x0000381d arg  0x00000002 , 0x00000012 
+ 00016405  0x0000381e call  0x00004007 
+ 00016406  0x0000381f rtnbit0  0x00000007 
+ 00016407  0x00003820 arg  0x00000000 , 0x00000012 
+ 00016408  0x00003821 call  0x00004007 
+ 00016409  0x00003822 store  0x00000001 , 0x000046dd 
+ 00016410  0x00003823 bne  0x0000003e , 0x00004145 
+ 00016411  0x00003824 fetch  0x00000001 , 0x000046a7 
+ 00016412  0x00003825 call  0x00004039 , 0x00000034 
+ 00016413  0x00003826 jam  0x00000001 , 0x000046a7 
+ 00016414  0x00003827 call  0x00004039 
+ 00016415  0x00003828 fetch  0x00000001 , 0x000046a1 
+ 00016416  0x00003829 rshift4  0x0000003f , 0x0000003f 
+ 00016417  0x0000382a call  0x00004169 
+ 00016418  0x0000382b store  0x00000001 , 0x0000469c 
+ 00016419  0x0000382c fetch  0x00000001 , 0x000046a1 
+ 00016420  0x0000382d and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00016421  0x0000382e call  0x00004169 
+ 00016422  0x0000382f store  0x00000001 , 0x0000469e 
+ 00016423  0x00003830 fetch  0x00000001 , 0x000046f6 
+ 00016424  0x00003831 beq  0x00000000 , 0x00004031 
+ 00016425  0x00003832 beq  0x00000001 , 0x00004035 
+ 00016426  0x00003833 beq  0x00000002 , 0x00004033 
+ 00016427  0x00003834 beq  0x00000003 , 0x00004037 
+ 00016428  0x00003835 rtn 
+ 00016429  0x00003838 fetch  0x00000001 , 0x000046a4 
+ 00016430  0x00003839 beq  0x00000000 , 0x00004051 
+ 00016431  0x0000383a beq  0x00000001 , 0x00004045 
+ 00016432  0x0000383b rtn 
+ 00016433  0x0000383f call  0x00003fa3 
+ 00016434  0x00003840 branch  0x0000402d 
+ 00016435  0x00003843 call  0x00003fa7 
+ 00016436  0x00003844 branch  0x0000402d 
+ 00016437  0x00003847 call  0x00003fab 
+ 00016438  0x00003848 branch  0x0000402d 
+ 00016439  0x0000384b call  0x00003fb3 
+ 00016440  0x0000384c branch  0x0000402d 
+ 00016441  0x0000384f call  0x0000640f 
+ 00016442  0x00003850 call  0x0000405d 
+ 00016443  0x00003851 arg  0x00000005 , 0x0000003f 
+ 00016444  0x00003852 call  0x00006414 
+ 00016445  0x00003853 store  0x00000001 , 0x000046a1 
+ 00016446  0x00003854 arg  0x00000007 , 0x0000003f 
+ 00016447  0x00003855 call  0x00006414 
+ 00016448  0x00003856 store  0x00000001 , 0x000046a2 
+ 00016449  0x00003857 arg  0x00000008 , 0x0000003f 
+ 00016450  0x00003858 call  0x00006414 
+ 00016451  0x00003859 store  0x00000001 , 0x000046a3 
+ 00016452  0x0000385a branch  0x00006411 
+ 00016453  0x0000385e fetch  0x00000001 , 0x000046a2 
+ 00016454  0x0000385f rtnne  0x00000000 
+ 00016455  0x00003860 fetch  0x00000001 , 0x000046a3 
+ 00016456  0x00003861 sub  0x0000003f , 0x0000002d , 0x0000003e 
+ 00016457  0x00003862 rtn  0x00000002 
+ 00016458  0x00003863 jam  0x00000000 , 0x000046a4 
+ 00016459  0x00003864 setarg  0x0000ba41 
+ 00016460  0x00003865 call  0x00006405 
+ 00016461  0x00003866 setarg  0x00000032 
+ 00016462  0x00003867 call  0x00006405 
+ 00016463  0x00003868 setarg  0x0000b541 
+ 00016464  0x00003869 branch  0x00006405 
+ 00016465  0x0000386b fetch  0x00000001 , 0x000046a2 
+ 00016466  0x0000386c rtnne  0x00000000 
+ 00016467  0x0000386d fetch  0x00000001 , 0x000046a3 
+ 00016468  0x0000386e sub  0x0000003f , 0x0000002d , 0x0000003e 
+ 00016469  0x0000386f nrtn  0x00000002 
+ 00016470  0x00003870 jam  0x00000001 , 0x000046a4 
+ 00016471  0x00003871 setarg  0x0000ba41 
+ 00016472  0x00003872 call  0x00006405 
+ 00016473  0x00003873 setarg  0x00008032 
+ 00016474  0x00003874 call  0x00006405 
+ 00016475  0x00003875 setarg  0x0000b541 
+ 00016476  0x00003876 branch  0x00006405 
+ 00016477  0x0000387b arg  0x00000003 , 0x0000003f 
+ 00016478  0x0000387c call  0x00006414 
+ 00016479  0x0000387d store  0x00000002 , 0x0000469b 
+ 00016480  0x0000387e arg  0x00000004 , 0x0000003f 
+ 00016481  0x0000387f call  0x00006414 
+ 00016482  0x00003880 store  0x00000002 , 0x0000469d 
+ 00016483  0x00003881 rtn 
+ 00016484  0x00003884 arg  0x0000001b , 0x00000002 
+ 00016485  0x00003885 call  0x000067fb 
+ 00016486  0x00003886 arg  0x0000001b , 0x00000002 
+ 00016487  0x00003887 call  0x0000681d 
+ 00016488  0x00003888 rtn  0x00000001 
+ 00016489  0x00003889 hfetch  0x00000001 , 0x00008109 
+ 00016490  0x0000388a set1  0x00000004 , 0x0000003f 
+ 00016491  0x0000388b hstore  0x00000001 , 0x00008109 
+ 00016492  0x0000388c rtn 
+ 00016493  0x0000388f fetcht  0x00000001 , 0x000046c0 
+ 00016494  0x00003890 hfetch  0x00000001 , 0x00008109 
+ 00016495  0x00003891 iadd  0x00000002 , 0x0000003f 
+ 00016496  0x00003892 rtn  0x00000034 
+ 00016497  0x00003893 store  0x00000001 , 0x0000469f 
+ 00016498  0x00003894 jam  0x00000000 , 0x000046c0 
+ 00016499  0x00003895 branch  0x00007fe7 
+ 00016500  0x00003897 fetcht  0x00000001 , 0x000046c0 
+ 00016501  0x00003898 hfetch  0x00000001 , 0x00008109 
+ 00016502  0x00003899 iadd  0x00000002 , 0x0000003f 
+ 00016503  0x0000389a store  0x00000001 , 0x000046c0 
+ 00016504  0x0000389b rtn 
+ 00016505  0x0000389d fetch  0x00000001 , 0x000046c0 
+ 00016506  0x0000389e rtn  0x00000034 
+ 00016507  0x0000389f store  0x00000001 , 0x0000469f 
+ 00016508  0x000038a0 jam  0x00000000 , 0x000046c0 
+ 00016509  0x000038a1 branch  0x00007fe7 
+ 00016510  0x000038a4 fetch  0x00000001 , 0x000046ba 
+ 00016511  0x000038a5 rtn  0x00000034 
+ 00016512  0x000038a6 store  0x00000001 , 0x000046a0 
+ 00016513  0x000038a7 jam  0x00000000 , 0x000046ba 
+ 00016514  0x000038a8 branch  0x00007fe7 
+ 00016515  0x000038ab arg  0x00000000 , 0x00000011 
+ 00016516  0x000038ac fetcht  0x00000001 , 0x000046e2 
+ 00016517  0x000038ad call  0x0000681d 
+ 00016518  0x000038ae setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016519  0x000038af fetcht  0x00000001 , 0x000046e3 
+ 00016520  0x000038b0 call  0x0000681d 
+ 00016521  0x000038b1 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016522  0x000038b2 fetcht  0x00000001 , 0x000046e4 
+ 00016523  0x000038b3 call  0x0000681d 
+ 00016524  0x000038b4 setflag  0x00000001 , 0x00000002 , 0x00000011 
+ 00016525  0x000038b5 call  0x00004090 
+ 00016526  0x000038b6 copy  0x00000011 , 0x0000003f 
+ 00016527  0x000038b7 rtn 
+ 00016528  0x000038b9 fetch  0x00000001 , 0x000046e5 
+ 00016529  0x000038ba rtneq  0x000000ff 
+ 00016530  0x000038bb fetcht  0x00000001 , 0x000046e5 
+ 00016531  0x000038bc call  0x0000681d 
+ 00016532  0x000038bd setflag  0x00000001 , 0x00000003 , 0x00000011 
+ 00016533  0x000038be fetcht  0x00000001 , 0x000046e6 
+ 00016534  0x000038bf call  0x0000681d 
+ 00016535  0x000038c0 setflag  0x00000001 , 0x00000004 , 0x00000011 
+ 00016536  0x000038c1 rtn 
+ 00016537  0x000038c4 call  0x00004083 
+ 00016538  0x000038c5 call  0x000040a8 
+ 00016539  0x000038c6 call  0x000040a3 
+ 00016540  0x000038c7 copy  0x00000011 , 0x0000003f 
+ 00016541  0x000038c8 fetcht  0x00000001 , 0x0000469a 
+ 00016542  0x000038c9 store  0x00000001 , 0x0000469a 
+ 00016543  0x000038ca ixor  0x00000002 , 0x0000003f 
+ 00016544  0x000038cb sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00016545  0x000038cc rtn  0x00000005 
+ 00016546  0x000038cd branch  0x00007fe7 
+ 00016547  0x000038d0 rtnmark0  0x00000026 
+ 00016548  0x000038d1 copy  0x00000011 , 0x0000003f 
+ 00016549  0x000038d2 rtn  0x00000034 
+ 00016550  0x000038d3 store  0x00000001 , 0x0000469a 
+ 00016551  0x000038d4 branch  0x00007fe7 
+ 00016552  0x000038d8 fetch  0x00000002 , 0x00004682 
+ 00016553  0x000038d9 bbit1  0x00000009 , 0x000040ad 
+ 00016554  0x000038da fetch  0x00000002 , 0x00004682 
+ 00016555  0x000038db bbit1  0x00000000 , 0x000040b0 
+ 00016556  0x000038dc rtn 
+ 00016557  0x000038de copy  0x00000011 , 0x0000003f 
+ 00016558  0x000038df nbranch  0x00005820 , 0x00000034 
+ 00016559  0x000038e0 branch  0x00005822 
+ 00016560  0x000038e2 copy  0x00000011 , 0x0000003f 
+ 00016561  0x000038e3 nbranch  0x00002bc7 , 0x00000034 
+ 00016562  0x000038e4 branch  0x00002bc9 
+ 00016563  0x000038e8 bpatch  0x000000e7 , 0x0000401c 
+ 00016564  0x000038e9 arg  0x0000001a , 0x00000002 
+ 00016565  0x000038ea fetch  0x00000004 , 0x000046d3 
+ 00016566  0x000038eb isolate1  0x00000012 , 0x0000003f 
+ 00016567  0x000038ec call  0x000040be , 0x00000001 
+ 00016568  0x000038ed call  0x0000681d 
+ 00016569  0x000038ee rtn  0x00000001 
+ 00016570  0x000038ef setarg  0x0000000a 
+ 00016571  0x000038f0 call  0x00006414 
+ 00016572  0x000038f1 nop  0x000003e8 
+ 00016573  0x000038f2 branch  0x000040b3 
+ 00016574  0x000038f4 arg  0x0000001f , 0x00000002 
+ 00016575  0x000038f5 rtn 
+ 00016576  0x000038f8 fetch  0x00000004 , 0x000046d3 
+ 00016577  0x000038f9 bbit1  0x00000012 , 0x000040c4 
+ 00016578  0x000038fb arg  0x0000001a , 0x00000002 
+ 00016579  0x000038fc branch  0x000067fe 
+ 00016580  0x000038fe arg  0x0000001f , 0x00000002 
+ 00016581  0x000038ff branch  0x000067fe 
+ 00016582  0x00003903 call  0x00003d36 
+ 00016583  0x00003904 rtn  0x0000002b 
+ 00016584  0x00003905 call  0x000040c0 
+ 00016585  0x00003906 fetch  0x00000001 , 0x000046e0 
+ 00016586  0x00003907 beq  0x00000005 , 0x000040d5 
+ 00016587  0x00003909 call  0x000040d9 
+ 00016588  0x0000390a beq  0x00000030 , 0x000040e0 
+ 00016589  0x0000390b beq  0x00000031 , 0x000040ea 
+ 00016590  0x0000390c call  0x000040d1 
+ 00016591  0x0000390d nop  0x000003e8 
+ 00016592  0x0000390e branch  0x000040cb 
+ 00016593  0x00003910 bpatch  0x000000e8 , 0x0000401d 
+ 00016594  0x00003911 fetch  0x00000004 , 0x000046d3 
+ 00016595  0x00003912 bbit1  0x00000012 , 0x000063e0 
+ 00016596  0x00003913 branch  0x000063d1 
+ 00016597  0x00003916 call  0x000040d9 
+ 00016598  0x00003917 beq  0x0000003e , 0x0000414b 
+ 00016599  0x00003918 call  0x00004145 
+ 00016600  0x00003919 branch  0x000040d5 
+ 00016601  0x0000391c setarg  0x00000001 
+ 00016602  0x0000391d call  0x00006414 
+ 00016603  0x0000391e store  0x00000001 , 0x000046de 
+ 00016604  0x0000391f setarg  0x00000000 
+ 00016605  0x00003920 call  0x00006414 
+ 00016606  0x00003921 store  0x00000001 , 0x000046dd 
+ 00016607  0x00003922 rtn 
+ 00016608  0x00003924 fetch  0x00000001 , 0x000046de 
+ 00016609  0x00003925 beq  0x000000d1 , 0x00004139 
+ 00016610  0x00003926 beq  0x000000d2 , 0x000040f8 
+ 00016611  0x00003927 beq  0x00000002 , 0x000040ee 
+ 00016612  0x00003928 beq  0x00000054 , 0x000040e6 
+ 00016613  0x00003929 rtn 
+ 00016614  0x0000392b jam  0x00000002 , 0x000046e0 
+ 00016615  0x0000392c rtn 
+ 00016616  0x0000392e jam  0x00000006 , 0x000046e0 
+ 00016617  0x0000392f rtn 
+ 00016618  0x00003931 fetch  0x00000001 , 0x000046de 
+ 00016619  0x00003932 beq  0x00000070 , 0x000040e8 
+ 00016620  0x00003933 jam  0x00000001 , 0x000046e0 
+ 00016621  0x00003934 rtn 
+ 00016622  0x00003936 jam  0x00000004 , 0x000046e0 
+ 00016623  0x00003937 call  0x000040f6 
+ 00016624  0x00003938 setarg  0x00003426 
+ 00016625  0x00003939 call  0x00006413 
+ 00016626  0x0000393a setarg  0x00000419 
+ 00016627  0x0000393b call  0x00006413 
+ 00016628  0x0000393d setarg  0x00000009 
+ 00016629  0x0000393e branch  0x00006413 
+ 00016630  0x00003940 setarg  0x00005a09 
+ 00016631  0x00003941 branch  0x00006413 
+ 00016632  0x00003944 jam  0x00000003 , 0x000046e0 
+ 00016633  0x00003945 call  0x000040f6 
+ 00016634  0x00003946 setarg  0x00000f0d 
+ 00016635  0x00003947 call  0x00006413 
+ 00016636  0x00003948 setarg  0x0000e31d 
+ 00016637  0x00003949 call  0x00006413 
+ 00016638  0x0000394a setarg  0x0000d27d 
+ 00016639  0x0000394b call  0x00006413 
+ 00016640  0x0000394c call  0x00004102 
+ 00016641  0x0000394d branch  0x0000411a 
+ 00016642  0x00003950 setarg  0x0000351b 
+ 00016643  0x00003951 call  0x00006413 
+ 00016644  0x00003952 setarg  0x0000b428 
+ 00016645  0x00003953 call  0x00006413 
+ 00016646  0x00003954 setarg  0x00004629 
+ 00016647  0x00003955 call  0x00006413 
+ 00016648  0x00003956 setarg  0x0000962a 
+ 00016649  0x00003957 call  0x00006413 
+ 00016650  0x00003958 setarg  0x00008c2b 
+ 00016651  0x00003959 call  0x00006413 
+ 00016652  0x0000395a setarg  0x00006e2c 
+ 00016653  0x0000395b call  0x00006413 
+ 00016654  0x0000395c setarg  0x0000642d 
+ 00016655  0x0000395d call  0x00006413 
+ 00016656  0x0000395e setarg  0x00005f38 
+ 00016657  0x0000395f call  0x00006413 
+ 00016658  0x00003960 setarg  0x00000f39 
+ 00016659  0x00003961 call  0x00006413 
+ 00016660  0x00003962 setarg  0x0000323a 
+ 00016661  0x00003963 call  0x00006413 
+ 00016662  0x00003964 setarg  0x0000473b 
+ 00016663  0x00003965 call  0x00006413 
+ 00016664  0x00003966 setarg  0x00001042 
+ 00016665  0x00003967 branch  0x00006413 
+ 00016666  0x00003969 setarg  0x00002e54 
+ 00016667  0x0000396a call  0x00006413 
+ 00016668  0x0000396b setarg  0x0000f255 
+ 00016669  0x0000396c call  0x00006413 
+ 00016670  0x0000396d setarg  0x0000f461 
+ 00016671  0x0000396e call  0x00006413 
+ 00016672  0x0000396f setarg  0x00007063 
+ 00016673  0x00003970 call  0x00006413 
+ 00016674  0x00003971 setarg  0x00005275 
+ 00016675  0x00003972 call  0x00006413 
+ 00016676  0x00003973 setarg  0x00004176 
+ 00016677  0x00003974 call  0x00006413 
+ 00016678  0x00003975 setarg  0x0000ed77 
+ 00016679  0x00003976 call  0x00006413 
+ 00016680  0x00003977 setarg  0x00002378 
+ 00016681  0x00003978 call  0x00006413 
+ 00016682  0x00003979 setarg  0x00004679 
+ 00016683  0x0000397a call  0x00006413 
+ 00016684  0x0000397b setarg  0x0000e57a 
+ 00016685  0x0000397c call  0x00006413 
+ 00016686  0x0000397d setarg  0x0000487c 
+ 00016687  0x0000397e call  0x00006413 
+ 00016688  0x0000397f setarg  0x0000777e 
+ 00016689  0x00003980 call  0x00006413 
+ 00016690  0x00003981 setarg  0x0000017f 
+ 00016691  0x00003982 call  0x00006413 
+ 00016692  0x00003983 setarg  0x0000000b 
+ 00016693  0x00003984 call  0x00006413 
+ 00016694  0x00003985 setarg  0x0000007f 
+ 00016695  0x00003986 call  0x00006413 
+ 00016696  0x00003987 branch  0x000040f4 
+ 00016697  0x0000398b jam  0x00000000 , 0x000046e0 
+ 00016698  0x0000398c call  0x000040f6 
+ 00016699  0x0000398d setarg  0x0000100d 
+ 00016700  0x0000398e call  0x00006413 
+ 00016701  0x0000398f setarg  0x0000ed1d 
+ 00016702  0x00003990 call  0x00006413 
+ 00016703  0x00003991 setarg  0x0000807d 
+ 00016704  0x00003992 call  0x00006413 
+ 00016705  0x00003993 call  0x00004102 
+ 00016706  0x00003994 setarg  0x00000943 
+ 00016707  0x00003995 call  0x00006413 
+ 00016708  0x00003996 branch  0x0000411a 
+ 00016709  0x0000399a fetcht  0x00000001 , 0x000046dc 
+ 00016710  0x0000399b call  0x00006829 
+ 00016711  0x0000399c call  0x00007ec1 
+ 00016712  0x0000399d fetcht  0x00000001 , 0x000046dc 
+ 00016713  0x0000399e call  0x00006825 
+ 00016714  0x0000399f branch  0x00007ec1 
+ 00016715  0x000039a2 jam  0x00000005 , 0x000046e0 
+ 00016716  0x000039a3 setarg  0x0000ba41 
+ 00016717  0x000039a4 call  0x00006405 
+ 00016718  0x000039a5 setarg  0x00000d11 
+ 00016719  0x000039a6 call  0x00006405 
+ 00016720  0x000039a7 setarg  0x0000041b 
+ 00016721  0x000039a8 call  0x00006405 
+ 00016722  0x000039a9 setarg  0x0000041c 
+ 00016723  0x000039aa call  0x00006405 
+ 00016724  0x000039ab setarg  0x00000f1d 
+ 00016725  0x000039ac call  0x00006405 
+ 00016726  0x000039ad setarg  0x00000032 
+ 00016727  0x000039ae call  0x00006405 
+ 00016728  0x000039af setarg  0x0000b541 
+ 00016729  0x000039b0 branch  0x00006405 
+ 00016730  0x000039b5 setarg  0x0000ba41 
+ 00016731  0x000039b6 call  0x00006405 
+ 00016732  0x000039b7 nop  0x00000fa0 
+ 00016733  0x000039b8 setarg  0x0000ff7f 
+ 00016734  0x000039b9 call  0x00006405 
+ 00016735  0x000039ba copy  0x00000011 , 0x0000003f 
+ 00016736  0x000039bb call  0x00006405 
+ 00016737  0x000039bc setarg  0x0000007f 
+ 00016738  0x000039bd call  0x00006405 
+ 00016739  0x000039be setarg  0x0000b541 
+ 00016740  0x000039bf branch  0x00006405 
+ 00016741  0x000039c2 rtnbit0  0x00000007 
+ 00016742  0x000039c3 arg  0x0000ff00 , 0x00000002 
+ 00016743  0x000039c4 ior  0x00000002 , 0x0000003f 
+ 00016744  0x000039c5 rtn 
+ 00016745  0x000039c8 rtnbit0  0x00000003 
+ 00016746  0x000039c9 arg  0x000000f0 , 0x00000002 
+ 00016747  0x000039ca ior  0x00000002 , 0x0000003f 
+ 00016748  0x000039cb rtn 
+ 00016749  0x000039cf call  0x00005892 
+ 00016750  0x000039d0 nrtn  0x00000034 
+ 00016751  0x000039d1 fetch  0x00000001 , 0x000046c5 
+ 00016752  0x000039d2 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00016753  0x000039d3 rtnne  0x00000003 
+ 00016754  0x000039d4 fetch  0x00000004 , 0x000046d3 
+ 00016755  0x000039d5 bbit1  0x00000003 , 0x00004179 
+ 00016756  0x000039d6 bbit1  0x00000000 , 0x00004179 
+ 00016757  0x000039d7 bbit1  0x00000005 , 0x00004179 
+ 00016758  0x000039d8 call  0x00003f97 
+ 00016759  0x000039d9 nrtn  0x00000028 
+ 00016760  0x000039da branch  0x00003f90 
+ 00016761  0x000039dd setarg  0x00000000 
+ 00016762  0x000039de store  0x00000007 , 0x0000469a 
+ 00016763  0x000039df branch  0x00003f90 
+ 00016764  0x000039e2 copy  0x00000013 , 0x0000003f 
+ 00016765  0x000039e3 beq  0x00000014 , 0x000041c3 
+ 00016766  0x000039e4 beq  0x00000001 , 0x000042ca 
+ 00016767  0x000039e5 beq  0x00000015 , 0x000041d9 
+ 00016768  0x000039e6 beq  0x00000002 , 0x000041d9 
+ 00016769  0x000039e7 beq  0x00000005 , 0x000041d6 
+ 00016770  0x000039e8 beq  0x00000010 , 0x0000426c 
+ 00016771  0x000039e9 beq  0x00000012 , 0x0000429b 
+ 00016772  0x000039ea beq  0x00000006 , 0x000041d5 
+ 00016773  0x000039eb beq  0x00000004 , 0x000041cc 
+ 00016774  0x000039ec beq  0x00000013 , 0x000041cc 
+ 00016775  0x000039ed beq  0x0000000a , 0x000041ca 
+ 00016776  0x000039ee beq  0x0000002e , 0x000033cd 
+ 00016777  0x000039ef beq  0x00000031 , 0x000041b4 
+ 00016778  0x000039f0 beq  0x00000032 , 0x000041b6 
+ 00016779  0x000039f1 beq  0x0000003e , 0x00004191 
+ 00016780  0x000039f2 beq  0x00000027 , 0x0000438e 
+ 00016781  0x000039f3 beq  0x00000039 , 0x0000419c 
+ 00016782  0x000039f4 beq  0x0000003a , 0x00004192 
+ 00016783  0x000039f5 beq  0x0000003c , 0x0000419a 
+ 00016784  0x000039f6 rtn 
+ 00016785  0x000039fa branch  0x00003410 
+ 00016786  0x000039fd jam  0x00000001 , 0x0000478b 
+ 00016787  0x000039fe fetch  0x00000001 , 0x0000471e 
+ 00016788  0x000039ff nbranch  0x00004492 , 0x00000034 
+ 00016789  0x00003a00 fetch  0x00000001 , 0x00004720 
+ 00016790  0x00003a01 fetcht  0x00000001 , 0x00004703 
+ 00016791  0x00003a02 isub  0x00000002 , 0x0000003e 
+ 00016792  0x00003a03 branch  0x0000340a , 0x00000005 
+ 00016793  0x00003a04 rtn 
+ 00016794  0x00003a06 jam  0x00000001 , 0x0000478b 
+ 00016795  0x00003a07 rtn 
+ 00016796  0x00003a09 jam  0x00000001 , 0x0000478b 
+ 00016797  0x00003a0a arg  0x00000003 , 0x00000007 
+ 00016798  0x00003a0b call  0x000043d2 
+ 00016799  0x00003a0c setarg  0x00000000 
+ 00016800  0x00003a0d store  0x00000002 , 0x00004707 
+ 00016801  0x00003a0e jam  0x00000000 , 0x000046a7 
+ 00016802  0x00003a10 fetch  0x00000001 , 0x000046e0 
+ 00016803  0x00003a11 sub  0x0000003f , 0x00000005 , 0x0000003e 
+ 00016804  0x00003a12 call  0x00004039 , 0x00000005 
+ 00016805  0x00003a13 ncall  0x0000405d , 0x00000005 
+ 00016806  0x00003a15 fetch  0x00000001 , 0x00000004 , 0x000046d3 
+ 00016807  0x00003a16 bbit1  0x00000013 , 0x000041af 
+ 00016808  0x00003a17 call  0x000041aa 
+ 00016809  0x00003a18 branch  0x000065d1 
+ 00016810  0x00003a1b call  0x00002c7a 
+ 00016811  0x00003a1c add  0x00000013 , 0x000000ae , 0x00000011 
+ 00016812  0x00003a1d arg  0x0000005b , 0x00000012 
+ 00016813  0x00003a1e arg  0x00000004 , 0x00000002 
+ 00016814  0x00003a1f rtn 
+ 00016815  0x00003a22 call  0x00002c7a 
+ 00016816  0x00003a23 add  0x00000013 , 0x000000ae , 0x00000012 
+ 00016817  0x00003a24 ifetch  0x00000001 , 0x00000012 
+ 00016818  0x00003a25 store  0x00000001 , 0x0000477b 
+ 00016819  0x00003a26 branch  0x00004435 
+ 00016820  0x00003a2a arg  0x00000002 , 0x00000007 
+ 00016821  0x00003a2b branch  0x000041b9 
+ 00016822  0x00003a2d jam  0x00000002 , 0x000046c6 
+ 00016823  0x00003a2e arg  0x00000001 , 0x00000007 
+ 00016824  0x00003a2f branch  0x000041b9 
+ 00016825  0x00003a33 fetch  0x00000001 , 0x000046c5 
+ 00016826  0x00003a34 qset1  0x0000003f 
+ 00016827  0x00003a35 store  0x00000001 , 0x000046c5 
+ 00016828  0x00003a36 rtn 
+ 00016829  0x00003a39 fetch  0x00000001 , 0x000046c5 
+ 00016830  0x00003a3a qset0  0x0000003f 
+ 00016831  0x00003a3b store  0x00000001 , 0x000046c5 
+ 00016832  0x00003a3c rtn 
+ 00016833  0x00003a3e jam  0x00000000 , 0x000046c5 
+ 00016834  0x00003a3f rtn 
+ 00016835  0x00003a42 fetch  0x00000002 , 0x0000420a 
+ 00016836  0x00003a43 set0  0x00000000 , 0x0000003f 
+ 00016837  0x00003a44 store  0x00000002 , 0x0000420a 
+ 00016838  0x00003a45 setarg  0x00000000 
+ 00016839  0x00003a46 store  0x00000002 , 0x000046ae 
+ 00016840  0x00003a47 call  0x00003f8d 
+ 00016841  0x00003a48 branch  0x000042ca 
+ 00016842  0x00003a4b call  0x000063cb 
+ 00016843  0x00003a4c branch  0x000033dd 
+ 00016844  0x00003a4f fetch  0x00000001 , 0x0000471e 
+ 00016845  0x00003a50 nbranch  0x00004492 , 0x00000034 
+ 00016846  0x00003a51 fetch  0x00000002 , 0x00004682 
+ 00016847  0x00003a52 bbit1  0x0000000c , 0x000042b0 
+ 00016848  0x00003a53 fetch  0x00000004 , 0x000046d3 
+ 00016849  0x00003a54 bbit1  0x00000000 , 0x000041d7 
+ 00016850  0x00003a55 bbit1  0x00000005 , 0x000042b0 
+ 00016851  0x00003a56 bbit1  0x00000003 , 0x00002ead 
+ 00016852  0x00003a57 branch  0x000033a7 
+ 00016853  0x00003a5b branch  0x00003f74 
+ 00016854  0x00003a5e rtn 
+ 00016855  0x00003a61 call  0x000043c0 
+ 00016856  0x00003a62 branch  0x0000659a 
+ 00016857  0x00003a65 bpatch  0x000000e9 , 0x0000401d 
+ 00016858  0x00003a66 call  0x000041e7 
+ 00016859  0x00003a67 fetch  0x00000004 , 0x000046d3 
+ 00016860  0x00003a68 bbit1  0x00000000 , 0x000041d7 
+ 00016861  0x00003a69 bbit1  0x00000003 , 0x00002ead 
+ 00016862  0x00003a6a fetch  0x00000001 , 0x0000471e 
+ 00016863  0x00003a6b nbranch  0x00004492 , 0x00000034 
+ 00016864  0x00003a6c fetch  0x00000002 , 0x00004208 
+ 00016865  0x00003a6d bbit1  0x00000007 , 0x000041f5 
+ 00016866  0x00003a6e bbit1  0x00000000 , 0x000033a9 
+ 00016867  0x00003a6f bbit1  0x00000001 , 0x000041ef 
+ 00016868  0x00003a70 bbit1  0x00000002 , 0x000041f2 
+ 00016869  0x00003a71 bbit1  0x00000003 , 0x000041f2 
+ 00016870  0x00003a72 branch  0x000042b0 
+ 00016871  0x00003a74 setarg  0x00000000 
+ 00016872  0x00003a75 store  0x00000008 , 0x000046b7 
+ 00016873  0x00003a76 istore  0x00000004 , 0x00000005 
+ 00016874  0x00003a77 jam  0x00000000 , 0x000046b4 
+ 00016875  0x00003a78 jam  0x00000000 , 0x000046a7 
+ 00016876  0x00003a79 jam  0x00000000 , 0x000041e2 
+ 00016877  0x00003a7a jam  0x00000000 , 0x00004429 
+ 00016878  0x00003a7b rtn 
+ 00016879  0x00003a7e bbit1  0x00000005 , 0x000041f2 
+ 00016880  0x00003a7f bbit1  0x00000003 , 0x000041f2 
+ 00016881  0x00003a80 branch  0x000042b0 
+ 00016882  0x00003a82 fetch  0x00000002 , 0x00004682 
+ 00016883  0x00003a83 bbit1  0x0000000c , 0x000042b0 
+ 00016884  0x00003a84 branch  0x000033a7 
+ 00016885  0x00003a87 call  0x000041c1 
+ 00016886  0x00003a88 fetch  0x00000002 , 0x00004208 
+ 00016887  0x00003a89 bbit1  0x00000000 , 0x000033a9 
+ 00016888  0x00003a8a branch  0x000033a7 
+ 00016889  0x00003a8d call  0x000043d6 
+ 00016890  0x00003a8e call  0x00004243 
+ 00016891  0x00003a8f call  0x00004246 
+ 00016892  0x00003a90 call  0x00004250 
+ 00016893  0x00003a91 call  0x0000445d 
+ 00016894  0x00003a93 call  0x00004443 
+ 00016895  0x00003a94 call  0x00004333 
+ 00016896  0x00003a95 call  0x000043a5 
+ 00016897  0x00003a96 call  0x000043eb 
+ 00016898  0x00003a97 call  0x00004209 
+ 00016899  0x00003a98 call  0x00004231 
+ 00016900  0x00003a99 call  0x00004234 
+ 00016901  0x00003a9a call  0x00004237 
+ 00016902  0x00003a9b call  0x0000423a 
+ 00016903  0x00003a9c call  0x0000423d 
+ 00016904  0x00003a9d branch  0x00004240 
+ 00016905  0x00003aa2 fetch  0x00000001 , 0x00004711 
+ 00016906  0x00003aa3 rtn  0x00000034 
+ 00016907  0x00003aa4 increase  0xffffffff , 0x0000003f 
+ 00016908  0x00003aa5 store  0x00000001 , 0x00004711 
+ 00016909  0x00003aa6 nrtn  0x00000034 
+ 00016910  0x00003aa7 branch  0x0000420f 
+ 00016911  0x00003aa9 fetch  0x00000001 , 0x00004712 
+ 00016912  0x00003aaa rtneq  0x00000000 
+ 00016913  0x00003aab beq  0x00000005 , 0x00004216 
+ 00016914  0x00003aad call  0x00004225 
+ 00016915  0x00003aae jam  0x00000005 , 0x00004712 
+ 00016916  0x00003aaf jam  0x00000005 , 0x00004711 
+ 00016917  0x00003ab0 rtn 
+ 00016918  0x00003ab2 call  0x0000422c 
+ 00016919  0x00003ab3 jam  0x00000004 , 0x00004712 
+ 00016920  0x00003ab4 jam  0x00000005 , 0x00004711 
+ 00016921  0x00003ab5 rtn 
+ 00016922  0x00003ab9 setarg  0x00008006 
+ 00016923  0x00003aba call  0x00006413 
+ 00016924  0x00003abb nop  0x000003e8 
+ 00016925  0x00003abc jam  0x00000000 , 0x00004711 
+ 00016926  0x00003abd jam  0x00000000 , 0x00004712 
+ 00016927  0x00003abe branch  0x000040e0 
+ 00016928  0x00003ac1 setarg  0x0000a006 
+ 00016929  0x00003ac2 call  0x00006413 
+ 00016930  0x00003ac3 setarg  0x0000a005 
+ 00016931  0x00003ac4 branch  0x00006413 
+ 00016932  0x00003ac6 jam  0x00000000 , 0x00004711 
+ 00016933  0x00003ac8 fetch  0x00000001 , 0x000046e0 
+ 00016934  0x00003ac9 beq  0x00000004 , 0x00004220 
+ 00016935  0x00003aca setarg  0x00000106 
+ 00016936  0x00003acb call  0x00006413 
+ 00016937  0x00003acc setarg  0x0000a105 
+ 00016938  0x00003acd branch  0x00006413 
+ 00016939  0x00003ad0 jam  0x00000000 , 0x00004711 
+ 00016940  0x00003ad2 setarg  0x00000906 
+ 00016941  0x00003ad3 branch  0x00006413 
+ 00016942  0x00003ad5 jam  0x00000005 , 0x00004711 
+ 00016943  0x00003ad6 jam  0x00000001 , 0x00004712 
+ 00016944  0x00003ad7 rtn 
+ 00016945  0x00003ada arg  0x00004680 , 0x00000013 
+ 00016946  0x00003adb arg  0x0000429b , 0x00000012 
+ 00016947  0x00003adc branch  0x0000336d 
+ 00016948  0x00003adf arg  0x000046ac , 0x00000013 
+ 00016949  0x00003ae0 arg  0x00004264 , 0x00000012 
+ 00016950  0x00003ae1 branch  0x00003374 
+ 00016951  0x00003ae4 arg  0x000046ae , 0x00000013 
+ 00016952  0x00003ae5 arg  0x00004266 , 0x00000012 
+ 00016953  0x00003ae6 branch  0x00003374 
+ 00016954  0x00003ae9 arg  0x000046b0 , 0x00000013 
+ 00016955  0x00003aea arg  0x0000426a , 0x00000012 
+ 00016956  0x00003aeb branch  0x00003374 
+ 00016957  0x00003aee arg  0x000046c4 , 0x00000013 
+ 00016958  0x00003aef arg  0x00004478 , 0x00000012 
+ 00016959  0x00003af0 branch  0x0000336d 
+ 00016960  0x00003af5 arg  0x000046c6 , 0x00000013 
+ 00016961  0x00003af6 arg  0x0000425e , 0x00000012 
+ 00016962  0x00003af7 branch  0x0000336d 
+ 00016963  0x00003afa arg  0x00004704 , 0x00000013 
+ 00016964  0x00003afb arg  0x00004249 , 0x00000012 
+ 00016965  0x00003afc branch  0x0000336d 
+ 00016966  0x00003aff arg  0x00004707 , 0x00000013 
+ 00016967  0x00003b00 arg  0x00004249 , 0x00000012 
+ 00016968  0x00003b01 branch  0x00003374 
+ 00016969  0x00003b04 rtn 
+ 00016970  0x00003b08 fetch  0x00000004 , 0x000046d3 
+ 00016971  0x00003b09 rtnbit0  0x00000017 
+ 00016972  0x00003b0a jam  0x0000000a , 0x000046df 
+ 00016973  0x00003b0b fetch  0x00000001 , 0x000046f4 
+ 00016974  0x00003b0c store  0x00000001 , 0x00004715 
+ 00016975  0x00003b0d rtn 
+ 00016976  0x00003b11 arg  0x000046df , 0x00000013 
+ 00016977  0x00003b12 arg  0x00004253 , 0x00000012 
+ 00016978  0x00003b13 branch  0x0000336d 
+ 00016979  0x00003b15 fetch  0x00000001 , 0x000046f4 
+ 00016980  0x00003b16 store  0x00000001 , 0x00004715 
+ 00016981  0x00003b17 setarg  0x00000190 
+ 00016982  0x00003b18 store  0x00000002 , 0x00004716 
+ 00016983  0x00003b19 store  0x00000002 , 0x00004718 
+ 00016984  0x00003b1a arg  0x00000000 , 0x00000011 
+ 00016985  0x00003b1b fetcht  0x00000001 , 0x0000477a 
+ 00016986  0x00003b1c increase  0x00000001 , 0x00000002 
+ 00016987  0x00003b1d storet  0x00000001 , 0x00004714 
+ 00016988  0x00003b1e jam  0x00000001 , 0x00004713 
+ 00016989  0x00003b1f rtn 
+ 00016990  0x00003b22 fetch  0x00000001 , 0x000046c5 
+ 00016991  0x00003b23 rtnbit1  0x00000002 
+ 00016992  0x00003b24 jam  0x00000012 , 0x00000a99 
+ 00016993  0x00003b25 call  0x00007d8f 
+ 00016994  0x00003b26 arg  0x00000000 , 0x00000007 
+ 00016995  0x00003b27 branch  0x000041b9 
+ 00016996  0x00003b2b call  0x000042ca 
+ 00016997  0x00003b2c branch  0x0000340a 
+ 00016998  0x00003b2f call  0x000033f6 
+ 00016999  0x00003b30 fetch  0x00000001 , 0x0000471e 
+ 00017000  0x00003b31 nbranch  0x00004492 , 0x00000034 
+ 00017001  0x00003b32 branch  0x0000340a 
+ 00017002  0x00003b35 bmark1  0x00000026 , 0x00007e1d 
+ 00017003  0x00003b36 branch  0x00004386 
+ 00017004  0x00003b3b bpatch  0x000000ea , 0x0000401d 
+ 00017005  0x00003b3c jam  0x00000000 , 0x000046b4 
+ 00017006  0x00003b3d call  0x00004386 
+ 00017007  0x00003b3e call  0x000041c1 
+ 00017008  0x00003b3f branch  0x000042b0 
+ 00017009  0x00003b44 fetch  0x00000006 , 0x000041d0 
+ 00017010  0x00003b45 branch  0x000033eb , 0x00000034 
+ 00017011  0x00003b46 call  0x0000427e 
+ 00017012  0x00003b47 jam  0x00000017 , 0x0000016d 
+ 00017013  0x00003b48 fetch  0x00000001 , 0x0000465a 
+ 00017014  0x00003b49 nbranch  0x000033e1 , 0x00000034 
+ 00017015  0x00003b4a jam  0x00000004 , 0x0000016d 
+ 00017016  0x00003b4b branch  0x000033e1 
+ 00017017  0x00003b4e fetch  0x00000002 , 0x000046a8 
+ 00017018  0x00003b4f store  0x00000002 , 0x000046ae 
+ 00017019  0x00003b50 call  0x0000427e 
+ 00017020  0x00003b51 call  0x00003418 
+ 00017021  0x00003b52 branch  0x00007df4 
+ 00017022  0x00003b55 setarg  0x000000c8 
+ 00017023  0x00003b56 store  0x00000002 , 0x00004716 
+ 00017024  0x00003b57 store  0x00000002 , 0x00004718 
+ 00017025  0x00003b58 branch  0x00004285 
+ 00017026  0x00003b5b setarg  0x000003e8 
+ 00017027  0x00003b5c store  0x00000002 , 0x00004716 
+ 00017028  0x00003b5d store  0x00000002 , 0x00004718 
+ 00017029  0x00003b5f fetch  0x00000001 , 0x00004720 
+ 00017030  0x00003b60 beq  0x00000001 , 0x0000428a 
+ 00017031  0x00003b61 beq  0x00000002 , 0x0000428c 
+ 00017032  0x00003b62 beq  0x00000003 , 0x0000428e 
+ 00017033  0x00003b63 rtn 
+ 00017034  0x00003b65 fetch  0x00000001 , 0x000046f0 
+ 00017035  0x00003b66 branch  0x0000428f 
+ 00017036  0x00003b68 fetch  0x00000001 , 0x000046f1 
+ 00017037  0x00003b69 branch  0x0000428f 
+ 00017038  0x00003b6b fetch  0x00000001 , 0x000046f2 
+ 00017039  0x00003b6d store  0x00000001 , 0x00000aa2 
+ 00017040  0x00003b6e call  0x00004482 
+ 00017041  0x00003b6f fetch  0x00000001 , 0x00000aa2 
+ 00017042  0x00003b70 store  0x00000001 , 0x00004715 
+ 00017043  0x00003b71 arg  0x00000000 , 0x00000011 
+ 00017044  0x00003b72 jam  0x00000001 , 0x00004713 
+ 00017045  0x00003b73 branch  0x00007d1e 
+ 00017046  0x00003b76 arg  0x00000000 , 0x00000011 
+ 00017047  0x00003b77 branch  0x00007d19 
+ 00017048  0x00003b79 arg  0x00000000 , 0x00000011 
+ 00017049  0x00003b7a branch  0x00007d14 
+ 00017050  0x00003b7d branch  0x000041c1 
+ 00017051  0x00003b80 jam  0x00000001 , 0x000041e2 
+ 00017052  0x00003b81 call  0x00003416 
+ 00017053  0x00003b82 call  0x00003412 
+ 00017054  0x00003b83 setarg  0x00000000 
+ 00017055  0x00003b84 store  0x00000002 , 0x0000467e 
+ 00017056  0x00003b85 store  0x00000001 , 0x00004680 
+ 00017057  0x00003b86 branch  0x0000340e 
+ 00017058  0x00003b89 call  0x0000435f 
+ 00017059  0x00003b8a fetch  0x00000001 , 0x00004720 
+ 00017060  0x00003b8b fetcht  0x00000001 , 0x00004703 
+ 00017061  0x00003b8c isub  0x00000002 , 0x0000003e 
+ 00017062  0x00003b8d branch  0x000042ab , 0x00000005 
+ 00017063  0x00003b8e fetch  0x00000001 , 0x00004210 
+ 00017064  0x00003b8f beq  0x00000033 , 0x00004271 
+ 00017065  0x00003b90 beq  0x00000034 , 0x00004279 
+ 00017066  0x00003b91 branch  0x000042b0 
+ 00017067  0x00003b93 call  0x00003d57 
+ 00017068  0x00003b94 rtnmark1  0x00000026 
+ 00017069  0x00003b95 fetch  0x00000001 , 0x0000471e 
+ 00017070  0x00003b96 nbranch  0x00004492 , 0x00000034 
+ 00017071  0x00003b97 rtn 
+ 00017072  0x00003b9a bpatch  0x000000eb , 0x0000401d 
+ 00017073  0x00003b9b fetch  0x00000002 , 0x00004682 
+ 00017074  0x00003b9c bbit1  0x0000000b , 0x000042b7 
+ 00017075  0x00003b9d fetch  0x00000004 , 0x000046d3 
+ 00017076  0x00003b9e bbit0  0x00000018 , 0x000042b7 
+ 00017077  0x00003b9f random  0x0000003f 
+ 00017078  0x00003ba0 store  0x00000001 , 0x000044a1 
+ 00017079  0x00003ba2 call  0x00003418 
+ 00017080  0x00003ba3 fetch  0x00000002 , 0x00004687 
+ 00017081  0x00003ba4 store  0x00000002 , 0x000046ac 
+ 00017082  0x00003ba5 jam  0x00000006 , 0x0000016d 
+ 00017083  0x00003ba6 setarg  0x00000000 
+ 00017084  0x00003ba7 store  0x00000002 , 0x000046b0 
+ 00017085  0x00003ba8 store  0x00000002 , 0x000046ae 
+ 00017086  0x00003ba9 arg  0x00000007 , 0x00000007 
+ 00017087  0x00003baa call  0x000043ce 
+ 00017088  0x00003bab call  0x000043ca 
+ 00017089  0x00003bac fetch  0x00000001 , 0x00004092 
+ 00017090  0x00003bad isolate1  0x00000001 , 0x0000003f 
+ 00017091  0x00003bae call  0x00007df4 , 0x00000001 
+ 00017092  0x00003baf fetch  0x00000001 , 0x00004092 
+ 00017093  0x00003bb0 isolate1  0x00000000 , 0x0000003f 
+ 00017094  0x00003bb1 call  0x00007ddd , 0x00000001 
+ 00017095  0x00003bb2 fetch  0x00000004 , 0x000046d3 
+ 00017096  0x00003bb3 bbit1  0x0000001c , 0x0000422e 
+ 00017097  0x00003bb4 branch  0x00004282 
+ 00017098  0x00003bb7 bpatch  0x000000ec , 0x0000401d 
+ 00017099  0x00003bb8 fetch  0x00000001 , 0x00004092 
+ 00017100  0x00003bb9 isolate1  0x00000001 , 0x0000003f 
+ 00017101  0x00003bba call  0x000042d4 , 0x00000001 
+ 00017102  0x00003bbb fetch  0x00000001 , 0x00004092 
+ 00017103  0x00003bbc isolate1  0x00000000 , 0x0000003f 
+ 00017104  0x00003bbd call  0x000042d7 , 0x00000001 
+ 00017105  0x00003bbe fetch  0x00000004 , 0x000046d3 
+ 00017106  0x00003bbf bbit1  0x0000001c , 0x0000421a 
+ 00017107  0x00003bc0 branch  0x00004482 
+ 00017108  0x00003bc2 setarg  0x00000000 
+ 00017109  0x00003bc3 store  0x00000002 , 0x000046ae 
+ 00017110  0x00003bc4 branch  0x00007dfa 
+ 00017111  0x00003bc6 setarg  0x00000000 
+ 00017112  0x00003bc7 store  0x00000002 , 0x000046ac 
+ 00017113  0x00003bc8 branch  0x00007de2 
+ 00017114  0x00003bcf fetch  0x00000004 , 0x000046d3 
+ 00017115  0x00003bd0 rtnbit0  0x00000007 
+ 00017116  0x00003bd1 arg  0x00000007 , 0x00000007 
+ 00017117  0x00003bd2 call  0x000043d2 
+ 00017118  0x00003bd3 call  0x000042e8 
+ 00017119  0x00003bd5 call  0x000042fb 
+ 00017120  0x00003bd6 fetch  0x00000004 , 0x000046d3 
+ 00017121  0x00003bd7 bbit1  0x00000013 , 0x00004435 
+ 00017122  0x00003bd8 bbit1  0x00000014 , 0x000042e4 
+ 00017123  0x00003bd9 rtn 
+ 00017124  0x00003bdb arg  0x00000058 , 0x00000002 
+ 00017125  0x00003bdc arg  0x00004720 , 0x00000011 
+ 00017126  0x00003bdd arg  0x00000000 , 0x00000012 
+ 00017127  0x00003bde branch  0x000065d1 
+ 00017128  0x00003be1 fetch  0x00000001 , 0x00000185 
+ 00017129  0x00003be2 beq  0x00000034 , 0x000042ec 
+ 00017130  0x00003be3 beq  0x00000033 , 0x000042ef 
+ 00017131  0x00003be4 rtn 
+ 00017132  0x00003be6 store  0x00000001 , 0x000046c7 
+ 00017133  0x00003be7 fetch  0x00000006 , 0x0000044f 
+ 00017134  0x00003be8 branch  0x000042f1 
+ 00017135  0x00003bea store  0x00000001 , 0x000046c7 
+ 00017136  0x00003beb fetch  0x00000006 , 0x00000040 
+ 00017137  0x00003bed store  0x00000006 , 0x000046c8 
+ 00017138  0x00003bee fetch  0x00000007 , 0x000046c7 
+ 00017139  0x00003bef arg  0x00004721 , 0x00000006 
+ 00017140  0x00003bf0 arg  0x00000003 , 0x00000039 
+ 00017141  0x00003bf2 ifetcht  0x00000007 , 0x00000006 
+ 00017142  0x00003bf3 isub  0x00000002 , 0x0000003e 
+ 00017143  0x00003bf4 branch  0x00004310 , 0x00000005 
+ 00017144  0x00003bf5 increase  0x00000016 , 0x00000006 
+ 00017145  0x00003bf6 loop  0x000042f5 
+ 00017146  0x00003bf7 rtn 
+ 00017147  0x00003bf9 arg  0x00004721 , 0x00000011 
+ 00017148  0x00003bfa fetch  0x00000001 , 0x00004720 
+ 00017149  0x00003bfb increase  0xffffffff , 0x0000003f 
+ 00017150  0x00003bfc mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00017151  0x00003bfd iadd  0x00000011 , 0x00000011 
+ 00017152  0x00003bfe fetch  0x00000001 , 0x00000185 
+ 00017153  0x00003bff istore  0x00000001 , 0x00000011 
+ 00017154  0x00003c00 beq  0x00000034 , 0x00004305 
+ 00017155  0x00003c01 beq  0x00000033 , 0x0000430c 
+ 00017156  0x00003c02 rtn 
+ 00017157  0x00003c05 fetch  0x00000006 , 0x0000044f 
+ 00017158  0x00003c06 istore  0x00000006 , 0x00000005 
+ 00017159  0x00003c07 arg  0x00004419 , 0x00000006 
+ 00017160  0x00003c08 call  0x00007ebf 
+ 00017161  0x00003c09 fetch  0x00000006 , 0x000044a0 
+ 00017162  0x00003c0a istore  0x00000006 , 0x00000005 
+ 00017163  0x00003c0b rtn 
+ 00017164  0x00003c0d fetch  0x00000006 , 0x00000040 
+ 00017165  0x00003c0e istore  0x00000006 , 0x00000005 
+ 00017166  0x00003c0f arg  0x000041be , 0x00000006 
+ 00017167  0x00003c10 branch  0x00007ebf 
+ 00017168  0x00003c13 increase  0xfffffffa , 0x00000006 
+ 00017169  0x00003c14 copy  0x00000006 , 0x00000005 
+ 00017170  0x00003c15 fetcht  0x00000006 , 0x000046c8 
+ 00017171  0x00003c16 increase  0x00000003 , 0x00000002 
+ 00017172  0x00003c17 istoret  0x00000006 , 0x00000005 
+ 00017173  0x00003c18 rtn 
+ 00017174  0x00003c1d arg  0x00000058 , 0x00000002 
+ 00017175  0x00003c1e arg  0x00004720 , 0x00000011 
+ 00017176  0x00003c1f arg  0x00000000 , 0x00000012 
+ 00017177  0x00003c20 call  0x000065df 
+ 00017178  0x00003c22 arg  0x00004721 , 0x00000011 
+ 00017179  0x00003c23 fetch  0x00000001 , 0x00004720 
+ 00017180  0x00003c24 fetcht  0x00000001 , 0x00004703 
+ 00017181  0x00003c25 isub  0x00000002 , 0x0000003e 
+ 00017182  0x00003c26 rtn  0x00000005 
+ 00017183  0x00003c27 increase  0xffffffff , 0x0000003f 
+ 00017184  0x00003c28 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00017185  0x00003c29 iadd  0x00000011 , 0x00000011 
+ 00017186  0x00003c2a ifetch  0x00000001 , 0x00000011 
+ 00017187  0x00003c2b store  0x00000001 , 0x00004210 
+ 00017188  0x00003c2c beq  0x00000033 , 0x00004327 
+ 00017189  0x00003c2d beq  0x00000034 , 0x0000432c 
+ 00017190  0x00003c2e rtn 
+ 00017191  0x00003c31 ifetch  0x00000006 , 0x00000006 
+ 00017192  0x00003c33 store  0x00000006 , 0x000041d0 
+ 00017193  0x00003c34 arg  0x000041be , 0x00000005 
+ 00017194  0x00003c35 call  0x00007ebf 
+ 00017195  0x00003c36 branch  0x000067d7 
+ 00017196  0x00003c39 ifetch  0x00000006 , 0x00000006 
+ 00017197  0x00003c3b store  0x00000006 , 0x000041d0 
+ 00017198  0x00003c3c arg  0x00004419 , 0x00000005 
+ 00017199  0x00003c3d call  0x00007ebf 
+ 00017200  0x00003c3e ifetch  0x00000006 , 0x00000006 
+ 00017201  0x00003c3f store  0x00000006 , 0x000044a0 
+ 00017202  0x00003c40 rtn 
+ 00017203  0x00003c44 fetch  0x00000001 , 0x000046f5 
+ 00017204  0x00003c45 bbit1  0x00000005 , 0x00004349 
+ 00017205  0x00003c46 bbit1  0x00000006 , 0x00004359 
+ 00017206  0x00003c47 branch  0x00004337 
+ 00017207  0x00003c4a call  0x00004083 
+ 00017208  0x00003c4b beq  0x00000006 , 0x0000433e 
+ 00017209  0x00003c4d jam  0x0000001e , 0x000046d8 
+ 00017210  0x00003c4e fetch  0x00000001 , 0x000046d9 
+ 00017211  0x00003c4f rtneq  0x00000001 
+ 00017212  0x00003c50 jam  0x00000001 , 0x000046d9 
+ 00017213  0x00003c51 rtn 
+ 00017214  0x00003c54 call  0x00004343 
+ 00017215  0x00003c55 fetch  0x00000001 , 0x000046d9 
+ 00017216  0x00003c56 rtneq  0x00000000 
+ 00017217  0x00003c57 jam  0x00000000 , 0x000046d9 
+ 00017218  0x00003c58 branch  0x000043c0 
+ 00017219  0x00003c5b fetch  0x00000001 , 0x000046d8 
+ 00017220  0x00003c5c rtn  0x00000034 
+ 00017221  0x00003c5d pincrease  0xffffffff 
+ 00017222  0x00003c5e store  0x00000001 , 0x000046d8 
+ 00017223  0x00003c5f nrtn  0x00000034 
+ 00017224  0x00003c60 branch  0x00004370 
+ 00017225  0x00003c63 fetch  0x00000001 , 0x000046ed 
+ 00017226  0x00003c64 rtneq  0x000000ff 
+ 00017227  0x00003c65 fetcht  0x00000001 , 0x000046ed 
+ 00017228  0x00003c66 call  0x0000681d 
+ 00017229  0x00003c67 branch  0x00004354 , 0x00000001 
+ 00017230  0x00003c69 fetch  0x00000001 , 0x000046d9 
+ 00017231  0x00003c6a rtneq  0x00000001 
+ 00017232  0x00003c6b jam  0x00000001 , 0x000046d9 
+ 00017233  0x00003c6c fetch  0x00000004 , 0x000046d3 
+ 00017234  0x00003c6d rtnbit1  0x00000006 
+ 00017235  0x00003c6e branch  0x00004370 
+ 00017236  0x00003c71 fetch  0x00000001 , 0x000046d9 
+ 00017237  0x00003c72 rtneq  0x00000000 
+ 00017238  0x00003c73 jam  0x00000000 , 0x000046d9 
+ 00017239  0x00003c74 arg  0x00000006 , 0x00000007 
+ 00017240  0x00003c75 branch  0x000043d2 
+ 00017241  0x00003c7a fetch  0x00000001 , 0x00000004 , 0x000046d3 
+ 00017242  0x00003c7b rtnbit0  0x00000006 
+ 00017243  0x00003c7c fetch  0x00000001 , 0x00004720 
+ 00017244  0x00003c7d beq  0x00000001 , 0x00004369 
+ 00017245  0x00003c7e beq  0x00000002 , 0x0000436c 
+ 00017246  0x00003c7f rtn 
+ 00017247  0x00003c81 fetch  0x00000001 , 0x00000004 , 0x000046d3 
+ 00017248  0x00003c82 rtnbit0  0x00000006 
+ 00017249  0x00003c83 fetcht  0x00000001 , 0x000046ed 
+ 00017250  0x00003c84 call  0x0000681d 
+ 00017251  0x00003c85 branch  0x00004366 , 0x00000001 
+ 00017252  0x00003c87 jam  0x00000001 , 0x00004720 
+ 00017253  0x00003c88 rtn 
+ 00017254  0x00003c8a fetch  0x00000001 , 0x00004703 
+ 00017255  0x00003c8b store  0x00000001 , 0x00004720 
+ 00017256  0x00003c8c rtn 
+ 00017257  0x00003c8e fetcht  0x00000001 , 0x000046ed 
+ 00017258  0x00003c8f nbranch  0x00004370 , 0x00000001 
+ 00017259  0x00003c90 rtn 
+ 00017260  0x00003c92 fetcht  0x00000001 , 0x000046ed 
+ 00017261  0x00003c93 call  0x0000681d 
+ 00017262  0x00003c94 branch  0x00004354 , 0x00000001 
+ 00017263  0x00003c95 rtn 
+ 00017264  0x00003c9b fetcht  0x00000001 , 0x00004720 
+ 00017265  0x00003c9c increase  0x00000001 , 0x00000002 
+ 00017266  0x00003c9d fetch  0x00000001 , 0x000046d2 
+ 00017267  0x00003c9e isub  0x00000002 , 0x0000003e 
+ 00017268  0x00003c9f ncall  0x000043cc , 0x00000002 
+ 00017269  0x00003ca0 storet  0x00000001 , 0x00004720 
+ 00017270  0x00003ca1 jam  0x00000000 , 0x000041bd 
+ 00017271  0x00003ca2 call  0x0000437a 
+ 00017272  0x00003ca3 call  0x000043c0 
+ 00017273  0x00003ca5 branch  0x0000437e 
+ 00017274  0x00003ca8 arg  0x00000001 , 0x00000002 
+ 00017275  0x00003ca9 arg  0x00004720 , 0x00000011 
+ 00017276  0x00003caa arg  0x00000000 , 0x00000012 
+ 00017277  0x00003cab branch  0x00006606 
+ 00017278  0x00003cae call  0x00004381 
+ 00017279  0x00003caf call  0x000043c2 
+ 00017280  0x00003cb0 branch  0x000041d7 
+ 00017281  0x00003cb2 fetch  0x00000002 , 0x00004682 
+ 00017282  0x00003cb3 bbit1  0x00000007 , 0x00004392 
+ 00017283  0x00003cb4 bbit1  0x00000009 , 0x00003402 
+ 00017284  0x00003cb5 bbit1  0x00000000 , 0x000033e9 
+ 00017285  0x00003cb6 branch  0x000042ca 
+ 00017286  0x00003cb9 bpatch  0x000000ed , 0x0000401d 
+ 00017287  0x00003cba setarg  0x00000000 
+ 00017288  0x00003cbb store  0x00000002 , 0x000046b0 
+ 00017289  0x00003cbc fetch  0x00000002 , 0x00004682 
+ 00017290  0x00003cbd bbit1  0x00000009 , 0x00003402 
+ 00017291  0x00003cbe fetch  0x00000002 , 0x00004682 
+ 00017292  0x00003cbf bbit1  0x00000000 , 0x000033e9 
+ 00017293  0x00003cc0 rtn 
+ 00017294  0x00003cc3 setarg  0x00000001 
+ 00017295  0x00003cc4 store  0x00000006 , 0x00000040 
+ 00017296  0x00003cc5 jam  0x00000033 , 0x00000185 
+ 00017297  0x00003cc6 branch  0x000042df 
+ 00017298  0x00003cca call  0x000043c4 
+ 00017299  0x00003ccb branch  0x00007e2f 
+ 00017300  0x00003cce fetch  0x00000001 , 0x000046ec 
+ 00017301  0x00003ccf rtneq  0x000000ff 
+ 00017302  0x00003cd0 fetcht  0x00000001 , 0x000046ec 
+ 00017303  0x00003cd1 call  0x0000681d 
+ 00017304  0x00003cd2 branch  0x0000439f , 0x00000001 
+ 00017305  0x00003cd4 fetch  0x00000001 , 0x00004685 
+ 00017306  0x00003cd5 store  0x00000001 , 0x000046da 
+ 00017307  0x00003cd6 fetch  0x00000001 , 0x000046db 
+ 00017308  0x00003cd7 rtneq  0x00000001 
+ 00017309  0x00003cd8 jam  0x00000001 , 0x000046db 
+ 00017310  0x00003cd9 branch  0x000043ca 
+ 00017311  0x00003cdb call  0x000043b5 
+ 00017312  0x00003cdc fetch  0x00000001 , 0x000046db 
+ 00017313  0x00003cdd rtneq  0x00000000 
+ 00017314  0x00003cde jam  0x00000000 , 0x000046db 
+ 00017315  0x00003cdf call  0x00007e2f 
+ 00017316  0x00003ce0 branch  0x000043c8 
+ 00017317  0x00003ce4 fetch  0x00000001 , 0x000046f5 
+ 00017318  0x00003ce5 bbit1  0x00000004 , 0x00004394 
+ 00017319  0x00003ce7 call  0x00004083 
+ 00017320  0x00003ce8 beq  0x00000007 , 0x000043af 
+ 00017321  0x00003cea fetch  0x00000001 , 0x00004685 
+ 00017322  0x00003ceb store  0x00000001 , 0x000046da 
+ 00017323  0x00003cec fetch  0x00000001 , 0x000046db 
+ 00017324  0x00003ced rtneq  0x00000001 
+ 00017325  0x00003cee jam  0x00000001 , 0x000046db 
+ 00017326  0x00003cef branch  0x000043ca 
+ 00017327  0x00003cf3 call  0x000043b5 
+ 00017328  0x00003cf4 fetch  0x00000001 , 0x000046db 
+ 00017329  0x00003cf5 rtneq  0x00000000 
+ 00017330  0x00003cf6 jam  0x00000000 , 0x000046db 
+ 00017331  0x00003cf7 call  0x00007e2f 
+ 00017332  0x00003cf8 branch  0x000043c8 
+ 00017333  0x00003cfb arg  0x000046da , 0x00000013 
+ 00017334  0x00003cfc arg  0x000043b8 , 0x00000012 
+ 00017335  0x00003cfd branch  0x0000336d 
+ 00017336  0x00003d00 arg  0x00000006 , 0x00000007 
+ 00017337  0x00003d01 call  0x000043ce 
+ 00017338  0x00003d02 call  0x00003357 
+ 00017339  0x00003d03 branch  0x0000426c 
+ 00017340  0x00003d07 arg  0x00000001 , 0x00000007 
+ 00017341  0x00003d08 branch  0x000043ce 
+ 00017342  0x00003d0a arg  0x00000001 , 0x00000007 
+ 00017343  0x00003d0b branch  0x000043d2 
+ 00017344  0x00003d0d arg  0x00000000 , 0x00000007 
+ 00017345  0x00003d0e branch  0x000043ce 
+ 00017346  0x00003d10 arg  0x00000000 , 0x00000007 
+ 00017347  0x00003d11 branch  0x000043d2 
+ 00017348  0x00003d13 arg  0x00000002 , 0x00000007 
+ 00017349  0x00003d14 branch  0x000043ce 
+ 00017350  0x00003d16 arg  0x00000002 , 0x00000007 
+ 00017351  0x00003d17 branch  0x000043d2 
+ 00017352  0x00003d19 arg  0x00000005 , 0x00000007 
+ 00017353  0x00003d1a branch  0x000043ce 
+ 00017354  0x00003d1c arg  0x00000005 , 0x00000007 
+ 00017355  0x00003d1d branch  0x000043d2 
+ 00017356  0x00003d22 arg  0x00000001 , 0x00000002 
+ 00017357  0x00003d23 rtn 
+ 00017358  0x00003d26 fetch  0x00000004 , 0x000046d3 
+ 00017359  0x00003d27 qset1  0x0000003f 
+ 00017360  0x00003d28 store  0x00000004 , 0x000046d3 
+ 00017361  0x00003d29 rtn 
+ 00017362  0x00003d2c fetch  0x00000004 , 0x000046d3 
+ 00017363  0x00003d2d qset0  0x0000003f 
+ 00017364  0x00003d2e store  0x00000004 , 0x000046d3 
+ 00017365  0x00003d2f rtn 
+ 00017366  0x00003d32 fetch  0x00000004 , 0x000046d3 
+ 00017367  0x00003d33 rtnbit0  0x0000001a 
+ 00017368  0x00003d34 fetch  0x00000001 , 0x000046ce 
+ 00017369  0x00003d35 increase  0x00000001 , 0x0000003f 
+ 00017370  0x00003d36 store  0x00000001 , 0x000046ce 
+ 00017371  0x00003d37 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00017372  0x00003d38 rtn  0x00000002 
+ 00017373  0x00003d39 jam  0x00000000 , 0x000046ce 
+ 00017374  0x00003d3a call  0x000068eb 
+ 00017375  0x00003d3b call  0x00006908 
+ 00017376  0x00003d3c store  0x00000002 , 0x0000470f 
+ 00017377  0x00003d3d arg  0x00004709 , 0x00000011 
+ 00017378  0x00003d3e call  0x00006930 
+ 00017379  0x00003d3f fetch  0x00000001 , 0x00004231 
+ 00017380  0x00003d40 bbit1  0x00000001 , 0x000044a0 
+ 00017381  0x00003d41 bbit0  0x00000000 , 0x000043e9 
+ 00017382  0x00003d42 branch  0x000043e7 
+ 00017383  0x00003d44 arg  0x00000004 , 0x00000007 
+ 00017384  0x00003d45 branch  0x000043ce 
+ 00017385  0x00003d47 arg  0x00000004 , 0x00000007 
+ 00017386  0x00003d48 branch  0x000043d2 
+ 00017387  0x00003d4b fetch  0x00000004 , 0x000046d3 
+ 00017388  0x00003d4c rtnbit0  0x00000004 
+ 00017389  0x00003d4d fetch  0x00000001 , 0x000046ef 
+ 00017390  0x00003d4e store  0x00000001 , 0x00004715 
+ 00017391  0x00003d4f fetch  0x00000001 , 0x000046cf 
+ 00017392  0x00003d50 pincrease  0x00000001 
+ 00017393  0x00003d51 store  0x00000001 , 0x000046cf 
+ 00017394  0x00003d52 sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00017395  0x00003d53 ncall  0x000043f9 , 0x00000002 
+ 00017396  0x00003d54 beq  0x00000002 , 0x000043fb 
+ 00017397  0x00003d55 beq  0x00000004 , 0x000043fe 
+ 00017398  0x00003d56 beq  0x00000006 , 0x000043fb 
+ 00017399  0x00003d57 beq  0x00000008 , 0x000043fe 
+ 00017400  0x00003d58 rtn 
+ 00017401  0x00003d5a jam  0x00000001 , 0x000046cf 
+ 00017402  0x00003d5b branch  0x000043fe 
+ 00017403  0x00003d5d arg  0x00000000 , 0x00000011 
+ 00017404  0x00003d5e jam  0x00000002 , 0x00004713 
+ 00017405  0x00003d5f branch  0x00007d14 
+ 00017406  0x00003d61 arg  0x00000000 , 0x00000011 
+ 00017407  0x00003d62 jam  0x00000002 , 0x00004713 
+ 00017408  0x00003d63 branch  0x00007d19 
+ 00017409  0x00003d66 call  0x00003f97 
+ 00017410  0x00003d67 nrtn  0x00000028 
+ 00017411  0x00003d68 arg  0x00000007 , 0x00000011 
+ 00017412  0x00003d69 arg  0x0000469a , 0x00000012 
+ 00017413  0x00003d6a rtn 
+ 00017414  0x00003d6d fetch  0x00000001 , 0x0000478b 
+ 00017415  0x00003d6e rtn  0x00000034 
+ 00017416  0x00003d70 fetcht  0x00000001 , 0x000046e7 
+ 00017417  0x00003d71 call  0x0000681d 
+ 00017418  0x00003d72 call  0x00004410 , 0x00000001 
+ 00017419  0x00003d73 fetch  0x00000001 , 0x00004704 
+ 00017420  0x00003d74 nrtn  0x00000034 
+ 00017421  0x00003d75 call  0x00004083 
+ 00017422  0x00003d76 nrtn  0x00000034 
+ 00017423  0x00003d77 branch  0x00002d83 
+ 00017424  0x00003d7a fetch  0x00000001 , 0x000046e7 
+ 00017425  0x00003d7b rtneq  0x000000ff 
+ 00017426  0x00003d7c jam  0x0000000a , 0x00004704 
+ 00017427  0x00003d7d rtn 
+ 00017428  0x00003d81 call  0x00004423 
+ 00017429  0x00003d82 fetch  0x00000002 , 0x00004778 
+ 00017430  0x00003d83 arg  0x0000aa55 , 0x00000002 
+ 00017431  0x00003d84 isub  0x00000002 , 0x0000003e 
+ 00017432  0x00003d85 branch  0x0000442b , 0x00000005 
+ 00017433  0x00003d86 storet  0x00000002 , 0x00004778 
+ 00017434  0x00003d87 call  0x0000441c 
+ 00017435  0x00003d88 branch  0x00004435 
+ 00017436  0x00003d8a fetch  0x00000006 , 0x000044a0 
+ 00017437  0x00003d8b store  0x00000006 , 0x00004738 
+ 00017438  0x00003d8c add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00017439  0x00003d8d store  0x00000006 , 0x00004755 
+ 00017440  0x00003d8e add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00017441  0x00003d8f store  0x00000006 , 0x00004772 
+ 00017442  0x00003d90 rtn 
+ 00017443  0x00003d94 setarg  0x00004778 
+ 00017444  0x00003d95 arg  0x00004720 , 0x00000002 
+ 00017445  0x00003d96 isub  0x00000002 , 0x00000002 
+ 00017446  0x00003d97 fetch  0x00000003 , 0x00004700 
+ 00017447  0x00003d98 iadd  0x00000002 , 0x0000003f 
+ 00017448  0x00003d99 arg  0x00000002 , 0x00000002 
+ 00017449  0x00003d9a arg  0x00004778 , 0x00000011 
+ 00017450  0x00003d9b branch  0x00006562 
+ 00017451  0x00003d9f setarg  0x0000477f 
+ 00017452  0x00003da0 arg  0x00004720 , 0x00000002 
+ 00017453  0x00003da1 isub  0x00000002 , 0x00000002 
+ 00017454  0x00003da2 fetch  0x00000003 , 0x00004700 
+ 00017455  0x00003da3 arg  0x00004720 , 0x00000011 
+ 00017456  0x00003da4 call  0x00006562 
+ 00017457  0x00003da5 call  0x0000431a 
+ 00017458  0x00003da6 fetch  0x00000004 , 0x0000477b 
+ 00017459  0x00003da7 call  0x00002c7a 
+ 00017460  0x00003da8 branch  0x0000322c 
+ 00017461  0x00003dab setarg  0x0000477f 
+ 00017462  0x00003dac arg  0x00004720 , 0x00000002 
+ 00017463  0x00003dad isub  0x00000002 , 0x00000002 
+ 00017464  0x00003dae arg  0x00004720 , 0x00000011 
+ 00017465  0x00003daf fetch  0x00000003 , 0x00004700 
+ 00017466  0x00003db0 branch  0x00006514 
+ 00017467  0x00003db3 arg  0x00000001 , 0x00000002 
+ 00017468  0x00003db4 arg  0x0000477a , 0x00000011 
+ 00017469  0x00003db5 arg  0x0000005a , 0x00000012 
+ 00017470  0x00003db6 branch  0x000065d1 
+ 00017471  0x00003db9 arg  0x00000001 , 0x00000002 
+ 00017472  0x00003dba arg  0x0000477a , 0x00000011 
+ 00017473  0x00003dbb arg  0x0000005a , 0x00000012 
+ 00017474  0x00003dbc branch  0x000065df 
+ 00017475  0x00003dbf rtnmark1  0x00000026 
+ 00017476  0x00003dc0 fetch  0x00000004 , 0x000046d3 
+ 00017477  0x00003dc1 rtnbit0  0x00000016 
+ 00017478  0x00003dc2 fetch  0x00000001 , 0x00004705 
+ 00017479  0x00003dc3 pincrease  0x00000001 
+ 00017480  0x00003dc4 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00017481  0x00003dc5 store  0x00000001 , 0x00004705 
+ 00017482  0x00003dc6 rtnne  0x00000007 
+ 00017483  0x00003dc7 fetch  0x00000002 , 0x00004682 
+ 00017484  0x00003dc8 bbit1  0x00000000 , 0x0000444f 
+ 00017485  0x00003dc9 bbit1  0x00000009 , 0x0000444f 
+ 00017486  0x00003dca rtn 
+ 00017487  0x00003dd0 bpatch  0x000000ee , 0x0000401d 
+ 00017488  0x00003dd1 fetch  0x00000001 , 0x00004706 
+ 00017489  0x00003dd2 nrtn  0x00000034 
+ 00017490  0x00003dd3 fetch  0x00000004 , 0x000046d3 
+ 00017491  0x00003dd4 rtnbit0  0x00000008 
+ 00017492  0x00003dd5 fetch  0x00000001 , 0x000046a5 
+ 00017493  0x00003dd6 call  0x000063fb 
+ 00017494  0x00003dd7 store  0x00000001 , 0x000046a6 
+ 00017495  0x00003dd8 sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00017496  0x00003dd9 branch  0x0000445b , 0x00000002 
+ 00017497  0x00003dda jam  0x00000000 , 0x00004706 
+ 00017498  0x00003ddb rtn 
+ 00017499  0x00003dde jam  0x0000001e , 0x00004706 
+ 00017500  0x00003ddf rtn 
+ 00017501  0x00003de1 arg  0x00004706 , 0x00000013 
+ 00017502  0x00003de2 arg  0x00004460 , 0x00000012 
+ 00017503  0x00003de3 branch  0x0000336d 
+ 00017504  0x00003de6 fetch  0x00000001 , 0x000046a5 
+ 00017505  0x00003de7 call  0x00006414 
+ 00017506  0x00003de8 sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00017507  0x00003de9 nrtn  0x00000002 
+ 00017508  0x00003dea fetch  0x00000004 , 0x000046d3 
+ 00017509  0x00003deb rtnbit0  0x00000008 
+ 00017510  0x00003dec arg  0x00000008 , 0x00000007 
+ 00017511  0x00003ded call  0x000043d2 
+ 00017512  0x00003dee jam  0x00000000 , 0x00004172 
+ 00017513  0x00003def jam  0x0000001e , 0x000046c4 
+ 00017514  0x00003df0 call  0x00004482 
+ 00017515  0x00003df1 fetch  0x00000004 , 0x000046d3 
+ 00017516  0x00003df2 bbit1  0x00000015 , 0x00004471 
+ 00017517  0x00003df4 fetch  0x00000001 , 0x00004720 
+ 00017518  0x00003df5 beq  0x00000001 , 0x00004489 
+ 00017519  0x00003df6 beq  0x00000002 , 0x00004476 
+ 00017520  0x00003df7 rtn 
+ 00017521  0x00003df9 fetch  0x00000001 , 0x00004720 
+ 00017522  0x00003dfa beq  0x00000001 , 0x00004489 
+ 00017523  0x00003dfb beq  0x00000002 , 0x0000448c 
+ 00017524  0x00003dfc beq  0x00000003 , 0x0000448f 
+ 00017525  0x00003dfd rtn 
+ 00017526  0x00003e00 fetch  0x00000001 , 0x000046f0 
+ 00017527  0x00003e01 branch  0x0000428f 
+ 00017528  0x00003e06 jam  0x00000020 , 0x00004172 
+ 00017529  0x00003e07 branch  0x00004482 
+ 00017530  0x00003e0c fetch  0x00000001 , 0x000046f0 
+ 00017531  0x00003e0d rtneq  0x000000ff 
+ 00017532  0x00003e0e store  0x00000001 , 0x00004715 
+ 00017533  0x00003e0f branch  0x00004296 
+ 00017534  0x00003e12 fetch  0x00000001 , 0x000046f1 
+ 00017535  0x00003e13 rtneq  0x000000ff 
+ 00017536  0x00003e14 store  0x00000001 , 0x00004715 
+ 00017537  0x00003e15 branch  0x00004296 
+ 00017538  0x00003e18 call  0x00004296 
+ 00017539  0x00003e19 call  0x0000447a 
+ 00017540  0x00003e1a call  0x0000447e 
+ 00017541  0x00003e1c fetch  0x00000001 , 0x000046f2 
+ 00017542  0x00003e1d rtneq  0x000000ff 
+ 00017543  0x00003e1e store  0x00000001 , 0x00004715 
+ 00017544  0x00003e1f branch  0x00004296 
+ 00017545  0x00003e22 fetch  0x00000001 , 0x000046f0 
+ 00017546  0x00003e23 store  0x00000001 , 0x00004715 
+ 00017547  0x00003e24 branch  0x00004298 
+ 00017548  0x00003e26 fetch  0x00000001 , 0x000046f1 
+ 00017549  0x00003e27 store  0x00000001 , 0x00004715 
+ 00017550  0x00003e28 branch  0x00004298 
+ 00017551  0x00003e2a fetch  0x00000001 , 0x000046f2 
+ 00017552  0x00003e2b store  0x00000001 , 0x00004715 
+ 00017553  0x00003e2c branch  0x00004298 
+ 00017554  0x00003e31 bpatch  0x000000ef , 0x0000401d 
+ 00017555  0x00003e32 fetch  0x00000001 , 0x0000471e 
+ 00017556  0x00003e33 increase  0xffffffff , 0x0000003f 
+ 00017557  0x00003e34 store  0x00000001 , 0x0000471e 
+ 00017558  0x00003e35 fetcht  0x00000001 , 0x00004720 
+ 00017559  0x00003e36 increase  0x00000001 , 0x00000002 
+ 00017560  0x00003e37 fetch  0x00000001 , 0x000046d2 
+ 00017561  0x00003e38 isub  0x00000002 , 0x0000003e 
+ 00017562  0x00003e39 ncall  0x000043cc , 0x00000002 
+ 00017563  0x00003e3a storet  0x00000001 , 0x00004720 
+ 00017564  0x00003e3b jam  0x00000000 , 0x000041bd 
+ 00017565  0x00003e3c call  0x0000437a 
+ 00017566  0x00003e3d call  0x000042fb 
+ 00017567  0x00003e3e branch  0x000042a2 
+ 00017568  0x00003e41 call  0x00004482 
+ 00017569  0x00003e42 setarg  0x00000000 
+ 00017570  0x00003e43 store  0x00000008 , 0x000000a1 
+ 00017571  0x00003e44 branch  0x00002b1f 
+ 00017572  0x00003e50 rtn  0x0000002b 
+ 00017573  0x00003e51 hfetch  0x00000001 , 0x00008081 
+ 00017574  0x00003e52 and_into  0x000000f0 , 0x0000003f 
+ 00017575  0x00003e53 hstore  0x00000001 , 0x00008081 
+ 00017576  0x00003e54 call  0x00006948 
+ 00017577  0x00003e55 setarg  0x000044e6 
+ 00017578  0x00003e56 store  0x00000002 , 0x000041eb 
+ 00017579  0x00003e58 setarg  0x000044e9 
+ 00017580  0x00003e59 store  0x00000002 , 0x000041ed 
+ 00017581  0x00003e5b setarg  0x000044ef 
+ 00017582  0x00003e5c store  0x00000002 , 0x000041f3 
+ 00017583  0x00003e5e setarg  0x000044f2 
+ 00017584  0x00003e5f store  0x00000002 , 0x000041f5 
+ 00017585  0x00003e61 setarg  0x000033d0 
+ 00017586  0x00003e62 store  0x00000002 , 0x000041e9 
+ 00017587  0x00003e64 call  0x00002c7a 
+ 00017588  0x00003e65 setarg  0x000045c2 
+ 00017589  0x00003e66 add  0x00000013 , 0x000000d8 , 0x00000005 
+ 00017590  0x00003e67 istore  0x00000002 , 0x00000005 
+ 00017591  0x00003e69 setarg  0x000044ea 
+ 00017592  0x00003e6a add  0x00000013 , 0x000000da , 0x00000005 
+ 00017593  0x00003e6b istore  0x00000002 , 0x00000005 
+ 00017594  0x00003e6d setarg  0x000044e9 
+ 00017595  0x00003e6e add  0x00000013 , 0x000000dc , 0x00000005 
+ 00017596  0x00003e6f istore  0x00000002 , 0x00000005 
+ 00017597  0x00003e71 setarg  0x0000450e 
+ 00017598  0x00003e72 store  0x00000002 , 0x000041fd 
+ 00017599  0x00003e74 setarg  0x000044da 
+ 00017600  0x00003e75 store  0x00000002 , 0x0000475b 
+ 00017601  0x00003e77 setarg  0x000044d6 
+ 00017602  0x00003e78 store  0x00000002 , 0x0000475f 
+ 00017603  0x00003e7a setarg  0x00004560 
+ 00017604  0x00003e7b store  0x00000002 , 0x0000470f 
+ 00017605  0x00003e7d bpatch  0x000000f0 , 0x0000401e 
+ 00017606  0x00003e7e call  0x000044e2 
+ 00017607  0x00003e7f call  0x00007e38 
+ 00017608  0x00003e80 jam  0x00000002 , 0x00004172 
+ 00017609  0x00003e81 fetch  0x00000001 , 0x0000472b 
+ 00017610  0x00003e82 store  0x00000001 , 0x0000469a 
+ 00017611  0x00003e83 beq  0x00000000 , 0x000044d5 
+ 00017612  0x00003e84 fetch  0x00000001 , 0x0000472c 
+ 00017613  0x00003e85 store  0x00000001 , 0x00004686 
+ 00017614  0x00003e87 call  0x000044db 
+ 00017615  0x00003e88 call  0x00007cd3 
+ 00017616  0x00003e89 call  0x00007cdd 
+ 00017617  0x00003e8a jam  0x00000001 , 0x00004757 
+ 00017618  0x00003e8b fetch  0x00000002 , 0x00004682 
+ 00017619  0x00003e8c rtnbit1  0x0000000c 
+ 00017620  0x00003e8d branch  0x0000340a 
+ 00017621  0x00003e92 jam  0x00000002 , 0x00004757 
+ 00017622  0x00003e94 call  0x000044db 
+ 00017623  0x00003e96 arg  0x00000000 , 0x00000011 
+ 00017624  0x00003e97 call  0x00007d1e 
+ 00017625  0x00003e99 branch  0x00002ee4 
+ 00017626  0x00003e9c branch  0x000044db 
+ 00017627  0x00003e9f bpatch  0x000000f1 , 0x0000401e 
+ 00017628  0x00003ea0 fetch  0x00000001 , 0x00004729 
+ 00017629  0x00003ea1 bne  0x000000ff , 0x000044e0 
+ 00017630  0x00003ea3 fetcht  0x00000001 , 0x00004706 
+ 00017631  0x00003ea4 branch  0x0000680e 
+ 00017632  0x00003ea6 store  0x00000001 , 0x00004706 
+ 00017633  0x00003ea7 branch  0x000044de 
+ 00017634  0x00003eab call  0x00002c9d 
+ 00017635  0x00003eac fetch  0x00000002 , 0x00004753 
+ 00017636  0x00003ead store  0x00000002 , 0x00004755 
+ 00017637  0x00003eae branch  0x00004515 
+ 00017638  0x00003eb6 call  0x00006835 
+ 00017639  0x00003eb7 call  0x000044e9 
+ 00017640  0x00003eb8 branch  0x0000340a 
+ 00017641  0x00003ebb branch  0x0000696c 
+ 00017642  0x00003ebe fetch  0x00000001 , 0x00004765 
+ 00017643  0x00003ebf rtn  0x00000034 
+ 00017644  0x00003ec1 branch  0x00002d83 
+ 00017645  0x00003ec4 rtn 
+ 00017646  0x00003ec7 branch  0x00006978 
+ 00017647  0x00003eca call  0x00004544 
+ 00017648  0x00003ecb call  0x00004503 
+ 00017649  0x00003ecc branch  0x000044ee 
+ 00017650  0x00003ecf copy  0x00000013 , 0x0000003f 
+ 00017651  0x00003ed0 beq  0x0000002d , 0x00003431 
+ 00017652  0x00003ed1 beq  0x00000010 , 0x0000341a 
+ 00017653  0x00003ed2 beq  0x00000039 , 0x000044fb 
+ 00017654  0x00003ed3 beq  0x0000003c , 0x000044ff 
+ 00017655  0x00003ed4 beq  0x0000003a , 0x000044f9 
+ 00017656  0x00003ed5 rtn 
+ 00017657  0x00003ed8 jam  0x00000001 , 0x00004765 
+ 00017658  0x00003ed9 rtn 
+ 00017659  0x00003edc jam  0x00000001 , 0x00004765 
+ 00017660  0x00003edd jam  0x00000001 , 0x00004763 
+ 00017661  0x00003ede jam  0x00000001 , 0x00004764 
+ 00017662  0x00003edf rtn 
+ 00017663  0x00003ee2 jam  0x00000001 , 0x00004765 
+ 00017664  0x00003ee3 jam  0x00000001 , 0x00004763 
+ 00017665  0x00003ee4 jam  0x00000001 , 0x00004764 
+ 00017666  0x00003ee5 rtn 
+ 00017667  0x00003ee8 fetch  0x00000001 , 0x00004763 
+ 00017668  0x00003ee9 rtneq  0x00000000 
+ 00017669  0x00003eea fetch  0x00000001 , 0x00004762 
+ 00017670  0x00003eeb rtneq  0x00000001 
+ 00017671  0x00003eec jam  0x00000001 , 0x00004762 
+ 00017672  0x00003eee arg  0x00000000 , 0x00000011 
+ 00017673  0x00003eef branch  0x00007d19 
+ 00017674  0x00003ef1 arg  0x00000000 , 0x00000011 
+ 00017675  0x00003ef2 call  0x00007d19 
+ 00017676  0x00003ef3 call  0x000044db 
+ 00017677  0x00003ef4 branch  0x0000340a 
+ 00017678  0x00003ef7 call  0x0000337b 
+ 00017679  0x00003ef8 branch  0x00004510 
+ 00017680  0x00003efb fetch  0x00000001 , 0x0000472d 
+ 00017681  0x00003efc rtn  0x00000034 
+ 00017682  0x00003efd arg  0x00004755 , 0x00000013 
+ 00017683  0x00003efe arg  0x0000450a , 0x00000012 
+ 00017684  0x00003eff branch  0x00003374 
+ 00017685  0x00003f03 call  0x0000451a 
+ 00017686  0x00003f04 storet  0x00000002 , 0x0000471a 
+ 00017687  0x00003f05 call  0x0000451f 
+ 00017688  0x00003f06 storet  0x00000002 , 0x0000471c 
+ 00017689  0x00003f07 rtn 
+ 00017690  0x00003f0a fetch  0x00000002 , 0x0000471a 
+ 00017691  0x00003f0b store  0x00000002 , 0x0000471e 
+ 00017692  0x00003f0c call  0x00004540 
+ 00017693  0x00003f0d call  0x00004525 
+ 00017694  0x00003f0e store  0x00000001 , 0x00004724 
+ 00017695  0x00003f10 fetch  0x00000002 , 0x0000471c 
+ 00017696  0x00003f11 store  0x00000002 , 0x0000471e 
+ 00017697  0x00003f12 call  0x00004542 
+ 00017698  0x00003f13 call  0x00004525 
+ 00017699  0x00003f14 store  0x00000001 , 0x00004725 
+ 00017700  0x00003f15 rtn 
+ 00017701  0x00003f17 fetch  0x00000002 , 0x00004720 
+ 00017702  0x00003f18 copy  0x0000003f , 0x00000011 
+ 00017703  0x00003f19 fetch  0x00000002 , 0x0000471e 
+ 00017704  0x00003f1a call  0x0000452e 
+ 00017705  0x00003f1b fetch  0x00000001 , 0x00004719 
+ 00017706  0x00003f1c nbranch  0x00004537 , 0x00000034 
+ 00017707  0x00003f1d nrtn  0x00000002 
+ 00017708  0x00003f1e fetcht  0x00000002 , 0x0000471e 
+ 00017709  0x00003f1f rtn 
+ 00017710  0x00003f21 isub  0x00000002 , 0x0000003f 
+ 00017711  0x00003f22 branch  0x00004534 , 0x00000002 
+ 00017712  0x00003f23 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00017713  0x00003f24 jam  0x00000001 , 0x00004718 
+ 00017714  0x00003f25 isub  0x00000011 , 0x0000003e 
+ 00017715  0x00003f26 rtn 
+ 00017716  0x00003f28 jam  0x00000000 , 0x00004718 
+ 00017717  0x00003f29 isub  0x00000011 , 0x0000003e 
+ 00017718  0x00003f2a rtn 
+ 00017719  0x00003f2c nbranch  0x0000453e , 0x00000002 
+ 00017720  0x00003f2d fetch  0x00000001 , 0x00004718 
+ 00017721  0x00003f2e nbranch  0x0000453c , 0x00000034 
+ 00017722  0x00003f30 setarg  0x00000001 
+ 00017723  0x00003f31 rtn 
+ 00017724  0x00003f33 setarg  0x00000002 
+ 00017725  0x00003f34 rtn 
+ 00017726  0x00003f36 setarg  0x00000000 
+ 00017727  0x00003f37 rtn 
+ 00017728  0x00003f39 jam  0x00000033 , 0x0000422e 
+ 00017729  0x00003f3a branch  0x000068eb 
+ 00017730  0x00003f3c jam  0x00000034 , 0x0000422e 
+ 00017731  0x00003f3d branch  0x000068eb 
+ 00017732  0x00003f41 fetch  0x00000001 , 0x0000472a 
+ 00017733  0x00003f42 rtnne  0x00000001 
+ 00017734  0x00003f44 bpatch  0x000000f2 , 0x0000401e 
+ 00017735  0x00003f45 jam  0x00000001 , 0x00004719 
+ 00017736  0x00003f46 call  0x0000451a 
+ 00017737  0x00003f47 fetch  0x00000002 , 0x00004724 
+ 00017738  0x00003f48 fetcht  0x00000002 , 0x00004722 
+ 00017739  0x00003f49 isub  0x00000002 , 0x0000003e 
+ 00017740  0x00003f4a rtn  0x00000005 
+ 00017741  0x00003f4b store  0x00000002 , 0x00004722 
+ 00017742  0x00003f4c call  0x00004550 
+ 00017743  0x00003f4d branch  0x00004554 
+ 00017744  0x00003f50 fetch  0x00000001 , 0x00004724 
+ 00017745  0x00003f51 branch  0x0000455a , 0x00000034 
+ 00017746  0x00003f52 increase  0xffffffff , 0x0000003f 
+ 00017747  0x00003f53 branch  0x00004557 
+ 00017748  0x00003f55 fetch  0x00000001 , 0x00004725 
+ 00017749  0x00003f56 branch  0x0000455d , 0x00000034 
+ 00017750  0x00003f57 increase  0x00000001 , 0x0000003f 
+ 00017751  0x00003f59 copy  0x0000003f , 0x00000007 
+ 00017752  0x00003f5a arg  0x00000001 , 0x00000011 
+ 00017753  0x00003f5b branch  0x00004560 
+ 00017754  0x00003f5e arg  0x00000000 , 0x00000007 
+ 00017755  0x00003f5f arg  0x00000000 , 0x00000011 
+ 00017756  0x00003f60 branch  0x00004560 
+ 00017757  0x00003f62 arg  0x00000002 , 0x00000007 
+ 00017758  0x00003f63 arg  0x00000000 , 0x00000011 
+ 00017759  0x00003f64 branch  0x00004560 
+ 00017760  0x00003f67 copy  0x00000011 , 0x0000003f 
+ 00017761  0x00003f68 store  0x00000001 , 0x00004761 
+ 00017762  0x00003f69 fetch  0x00000001 , 0x00004763 
+ 00017763  0x00003f6a beq  0x00000000 , 0x00002ee4 
+ 00017764  0x00003f6b fetch  0x00000002 , 0x00004753 
+ 00017765  0x00003f6c store  0x00000002 , 0x00004755 
+ 00017766  0x00003f6d fetch  0x00000001 , 0x00004761 
+ 00017767  0x00003f6e branch  0x00004580 , 0x00000034 
+ 00017768  0x00003f70 bpatch  0x000000f3 , 0x0000401e 
+ 00017769  0x00003f71 arg  0x00000000 , 0x00000011 
+ 00017770  0x00003f72 call  0x00007d14 
+ 00017771  0x00003f74 copy  0x00000007 , 0x0000003f 
+ 00017772  0x00003f75 beq  0x00000004 , 0x000045a3 
+ 00017773  0x00003f76 beq  0x00000005 , 0x000045a5 
+ 00017774  0x00003f77 beq  0x00000006 , 0x000045a7 
+ 00017775  0x00003f7b call  0x0000458b 
+ 00017776  0x00003f7c beq  0x00000000 , 0x00004574 
+ 00017777  0x00003f7d beq  0x00000002 , 0x0000457a 
+ 00017778  0x00003f7e beq  0x00000003 , 0x00004574 
+ 00017779  0x00003f7f rtn 
+ 00017780  0x00003f82 copy  0x00000007 , 0x0000003f 
+ 00017781  0x00003f83 beq  0x00000000 , 0x0000458f 
+ 00017782  0x00003f84 beq  0x00000001 , 0x00004591 
+ 00017783  0x00003f85 beq  0x00000002 , 0x00004593 
+ 00017784  0x00003f86 beq  0x00000003 , 0x00004595 
+ 00017785  0x00003f87 rtn 
+ 00017786  0x00003f8a copy  0x00000007 , 0x0000003f 
+ 00017787  0x00003f8b beq  0x00000000 , 0x00004597 
+ 00017788  0x00003f8c beq  0x00000001 , 0x0000459a 
+ 00017789  0x00003f8d beq  0x00000002 , 0x0000459d 
+ 00017790  0x00003f8e beq  0x00000003 , 0x000045a0 
+ 00017791  0x00003f8f rtn 
+ 00017792  0x00003f92 bpatch  0x000000f4 , 0x0000401e 
+ 00017793  0x00003f93 arg  0x00000000 , 0x00000011 
+ 00017794  0x00003f94 call  0x00007d19 
+ 00017795  0x00003f96 copy  0x00000007 , 0x0000003f 
+ 00017796  0x00003f97 beq  0x00000004 , 0x000045bc 
+ 00017797  0x00003f98 beq  0x00000005 , 0x000045bc 
+ 00017798  0x00003f9c call  0x0000458b 
+ 00017799  0x00003f9d beq  0x00000000 , 0x000045a9 
+ 00017800  0x00003f9e beq  0x00000002 , 0x000045af 
+ 00017801  0x00003f9f beq  0x00000003 , 0x000045a9 
+ 00017802  0x00003fa0 rtn 
+ 00017803  0x00003fa3 fetch  0x00000001 , 0x00004728 
+ 00017804  0x00003fa4 fetcht  0x00000001 , 0x00004727 
+ 00017805  0x00003fa5 ior  0x00000002 , 0x0000003f 
+ 00017806  0x00003fa6 rtn 
+ 00017807  0x00003faa jam  0x00000001 , 0x00004734 
+ 00017808  0x00003fab branch  0x000045be 
+ 00017809  0x00003fad jam  0x00000002 , 0x00004734 
+ 00017810  0x00003fae branch  0x000045be 
+ 00017811  0x00003fb0 jam  0x00000001 , 0x00004736 
+ 00017812  0x00003fb1 branch  0x000045be 
+ 00017813  0x00003fb3 jam  0x00000002 , 0x00004736 
+ 00017814  0x00003fb4 branch  0x000045be 
+ 00017815  0x00003fb8 jam  0x00000001 , 0x00004734 
+ 00017816  0x00003fb9 jam  0x00000001 , 0x00004736 
+ 00017817  0x00003fba branch  0x000045be 
+ 00017818  0x00003fbc jam  0x00000002 , 0x00004734 
+ 00017819  0x00003fbd jam  0x00000002 , 0x00004736 
+ 00017820  0x00003fbe branch  0x000045be 
+ 00017821  0x00003fc0 jam  0x00000002 , 0x00004734 
+ 00017822  0x00003fc1 jam  0x00000001 , 0x00004736 
+ 00017823  0x00003fc2 branch  0x000045be 
+ 00017824  0x00003fc4 jam  0x00000001 , 0x00004734 
+ 00017825  0x00003fc5 jam  0x00000002 , 0x00004736 
+ 00017826  0x00003fc6 branch  0x000045be 
+ 00017827  0x00003fca jam  0x00000001 , 0x00004738 
+ 00017828  0x00003fcb branch  0x000045be 
+ 00017829  0x00003fcd jam  0x00000002 , 0x00004738 
+ 00017830  0x00003fce branch  0x000045be 
+ 00017831  0x00003fd1 jam  0x00000001 , 0x00004741 
+ 00017832  0x00003fd2 branch  0x000045c0 
+ 00017833  0x00003fd5 copy  0x00000007 , 0x0000003f 
+ 00017834  0x00003fd6 beq  0x00000000 , 0x000045b5 
+ 00017835  0x00003fd7 beq  0x00000001 , 0x000045b5 
+ 00017836  0x00003fd8 beq  0x00000002 , 0x000045b7 
+ 00017837  0x00003fd9 beq  0x00000003 , 0x000045b7 
+ 00017838  0x00003fda rtn 
+ 00017839  0x00003fdd copy  0x00000007 , 0x0000003f 
+ 00017840  0x00003fde beq  0x00000000 , 0x000045b9 
+ 00017841  0x00003fdf beq  0x00000001 , 0x000045b9 
+ 00017842  0x00003fe0 beq  0x00000002 , 0x000045b9 
+ 00017843  0x00003fe1 beq  0x00000003 , 0x000045b9 
+ 00017844  0x00003fe2 rtn 
+ 00017845  0x00003fe6 jam  0x00000000 , 0x00004734 
+ 00017846  0x00003fe7 branch  0x000045be 
+ 00017847  0x00003fea jam  0x00000000 , 0x00004736 
+ 00017848  0x00003feb branch  0x000045be 
+ 00017849  0x00003ff1 jam  0x00000000 , 0x00004734 
+ 00017850  0x00003ff2 jam  0x00000000 , 0x00004736 
+ 00017851  0x00003ff3 branch  0x000045be 
+ 00017852  0x00003ff7 jam  0x00000000 , 0x00004738 
+ 00017853  0x00003ff8 branch  0x000045be 
+ 00017854  0x00003ffb arg  0x0000472e , 0x00000011 
+ 00017855  0x00003ffc branch  0x00007e3d 
+ 00017856  0x00003ffe arg  0x0000473b , 0x00000011 
+ 00017857  0x00003fff branch  0x00007e3d 
+ 00017858  0x00004002 fetch  0x00000001 , 0x00004764 
+ 00017859  0x00004003 beq  0x00000001 , 0x000045cc 
+ 00017860  0x00004004 arg  0x00004744 , 0x00000011 
+ 00017861  0x00004005 call  0x00007e54 
+ 00017862  0x00004006 nbranch  0x000045d1 , 0x00000028 
+ 00017863  0x00004008 arg  0x00004744 , 0x00000006 
+ 00017864  0x00004009 ifetch  0x00000001 , 0x00000006 
+ 00017865  0x0000400a copy  0x0000003f , 0x00000011 
+ 00017866  0x0000400b arg  0x00004745 , 0x00000012 
+ 00017867  0x0000400e rtn 
+ 00017868  0x00004011 jam  0x00000000 , 0x00004764 
+ 00017869  0x00004012 enable  0x00000028 
+ 00017870  0x00004013 arg  0x00000001 , 0x00000011 
+ 00017871  0x00004014 arg  0x00004766 , 0x00000012 
+ 00017872  0x00004015 rtn 
+ 00017873  0x00004018 fetch  0x00000001 , 0x00004747 
+ 00017874  0x00004019 beq  0x00000004 , 0x000045d5 
+ 00017875  0x0000401a beq  0x00000005 , 0x000045d5 
+ 00017876  0x0000401b rtn 
+ 00017877  0x0000401d fetch  0x00000001 , 0x0000474a 
+ 00017878  0x0000401e nbranch  0x000045dc , 0x00000034 
+ 00017879  0x0000401f fetch  0x00000001 , 0x0000474c 
+ 00017880  0x00004020 nbranch  0x000045dc , 0x00000034 
+ 00017881  0x00004021 fetch  0x00000001 , 0x0000474e 
+ 00017882  0x00004022 nbranch  0x000045dc , 0x00000034 
+ 00017883  0x00004023 rtn 
+ 00017884  0x00004025 enable  0x00000028 
+ 00017885  0x00004026 branch  0x000045c7 
+ 00017886  0x0000402f rtn  0x0000002b 
+ 00017887  0x00004030 hfetch  0x00000001 , 0x00008081 
+ 00017888  0x00004031 and_into  0x000000fc , 0x0000003f 
+ 00017889  0x00004032 hstore  0x00000001 , 0x00008081 
+ 00017890  0x00004033 setarg  0x000046b4 
+ 00017891  0x00004034 store  0x00000002 , 0x000041eb 
+ 00017892  0x00004036 setarg  0x000046b3 
+ 00017893  0x00004037 store  0x00000002 , 0x000041ed 
+ 00017894  0x00004039 setarg  0x0000340a 
+ 00017895  0x0000403a store  0x00000002 , 0x000041f7 
+ 00017896  0x0000403c setarg  0x000046b1 
+ 00017897  0x0000403d store  0x00000002 , 0x000041f3 
+ 00017898  0x0000403f setarg  0x00004612 
+ 00017899  0x00004040 store  0x00000002 , 0x000041f5 
+ 00017900  0x00004042 setarg  0x0000460c 
+ 00017901  0x00004043 store  0x00000002 , 0x000041e9 
+ 00017902  0x00004045 setarg  0x0000476a 
+ 00017903  0x00004046 store  0x00000002 , 0x000041f9 
+ 00017904  0x00004048 setarg  0x00004686 
+ 00017905  0x00004049 store  0x00000002 , 0x000041fd 
+ 00017906  0x0000404b setarg  0x00004729 
+ 00017907  0x0000404c store  0x00000002 , 0x000046e7 
+ 00017908  0x0000404e setarg  0x00004806 
+ 00017909  0x0000404f store  0x00000002 , 0x000046e2 
+ 00017910  0x00004050 setarg  0x00004807 
+ 00017911  0x00004051 store  0x00000002 , 0x000046e4 
+ 00017912  0x00004053 call  0x000057a3 
+ 00017913  0x00004054 call  0x000047da 
+ 00017914  0x00004055 call  0x00004788 
+ 00017915  0x00004056 call  0x0000476d 
+ 00017916  0x00004057 call  0x00006948 
+ 00017917  0x00004058 call  0x0000477a 
+ 00017918  0x00004059 call  0x00007e38 
+ 00017919  0x0000405a call  0x00007d08 
+ 00017920  0x0000405b call  0x00004793 
+ 00017921  0x0000405c call  0x000047c7 
+ 00017922  0x0000405e bpatch  0x000000f5 , 0x0000401e 
+ 00017923  0x0000405f call  0x0000464f 
+ 00017924  0x00004060 fetch  0x00000001 , 0x000046dd 
+ 00017925  0x00004061 beq  0x00000000 , 0x00004609 
+ 00017926  0x00004062 fetch  0x00000001 , 0x000046de 
+ 00017927  0x00004063 store  0x00000001 , 0x00004686 
+ 00017928  0x00004064 branch  0x0000480e 
+ 00017929  0x00004068 jam  0x000000ff , 0x00004686 
+ 00017930  0x00004069 jam  0x00000001 , 0x000046df 
+ 00017931  0x0000406a branch  0x000046d9 
+ 00017932  0x0000406f fetch  0x00000001 , 0x000046df 
+ 00017933  0x00004070 beq  0x00000002 , 0x000033d0 
+ 00017934  0x00004071 call  0x0000527e 
+ 00017935  0x00004072 fetch  0x00000001 , 0x00004256 
+ 00017936  0x00004073 nbranch  0x000033d0 , 0x00000034 
+ 00017937  0x00004074 branch  0x000033d2 
+ 00017938  0x00004079 copy  0x00000013 , 0x0000003f 
+ 00017939  0x0000407b beq  0x00000001 , 0x00004626 
+ 00017940  0x0000407c beq  0x00000002 , 0x00004629 
+ 00017941  0x0000407d beq  0x00000004 , 0x00004631 
+ 00017942  0x0000407e beq  0x00000005 , 0x00004633 
+ 00017943  0x0000407f beq  0x00000006 , 0x00004635 
+ 00017944  0x00004080 beq  0x00000007 , 0x00004638 
+ 00017945  0x00004081 beq  0x00000012 , 0x0000463c 
+ 00017946  0x00004082 beq  0x00000013 , 0x00004644 
+ 00017947  0x00004083 beq  0x00000027 , 0x00004645 
+ 00017948  0x00004084 beq  0x0000002e , 0x00004648 
+ 00017949  0x00004085 beq  0x0000003d , 0x00004649 
+ 00017950  0x00004087 beq  0x00000014 , 0x00004658 
+ 00017951  0x00004088 beq  0x00000015 , 0x0000465c 
+ 00017952  0x00004089 beq  0x0000003f , 0x0000465f 
+ 00017953  0x0000408a beq  0x00000040 , 0x00004665 
+ 00017954  0x0000408c beq  0x00000010 , 0x0000466b 
+ 00017955  0x0000408d beq  0x0000002c , 0x0000466c 
+ 00017956  0x0000408e beq  0x0000002d , 0x00004677 
+ 00017957  0x0000408f rtn 
+ 00017958  0x00004095 jam  0x00000000 , 0x000046ad 
+ 00017959  0x00004096 jam  0x00000000 , 0x000046ac 
+ 00017960  0x00004097 rtn 
+ 00017961  0x0000409b call  0x0000462b 
+ 00017962  0x0000409c branch  0x00004631 
+ 00017963  0x0000409f jam  0x00000000 , 0x000041e2 
+ 00017964  0x000040a0 jam  0x00000000 , 0x00004680 
+ 00017965  0x000040a1 jam  0x00000000 , 0x00004205 
+ 00017966  0x000040a2 jam  0x00000000 , 0x000046ac 
+ 00017967  0x000040a3 jam  0x00000000 , 0x000046ad 
+ 00017968  0x000040a4 branch  0x00007e38 
+ 00017969  0x000040a8 call  0x000033a9 
+ 00017970  0x000040a9 branch  0x000046c2 
+ 00017971  0x000040ad call  0x000046b6 
+ 00017972  0x000040ae branch  0x00003408 
+ 00017973  0x000040b2 setarg  0x00000002 
+ 00017974  0x000040b3 store  0x00000001 , 0x00004680 
+ 00017975  0x000040b4 rtn 
+ 00017976  0x000040b8 jam  0x00000000 , 0x000046ac 
+ 00017977  0x000040b9 setarg  0x00000001 
+ 00017978  0x000040ba store  0x00000001 , 0x000046ad 
+ 00017979  0x000040bb rtn 
+ 00017980  0x000040bf fetch  0x00000001 , 0x000041e2 
+ 00017981  0x000040c0 rtneq  0x00000001 
+ 00017982  0x000040c1 jam  0x00000001 , 0x000041e2 
+ 00017983  0x000040c2 call  0x00003416 
+ 00017984  0x000040c3 call  0x00003414 
+ 00017985  0x000040c4 call  0x000046b6 
+ 00017986  0x000040c5 call  0x00003408 
+ 00017987  0x000040c6 branch  0x0000340e 
+ 00017988  0x000040ca branch  0x00004631 
+ 00017989  0x000040ce setarg  0x00000005 
+ 00017990  0x000040cf store  0x00000001 , 0x000046ac 
+ 00017991  0x000040d0 rtn 
+ 00017992  0x000040d4 branch  0x000033cd 
+ 00017993  0x000040d9 arg  0x00000000 , 0x00000012 
+ 00017994  0x000040da fetch  0x00000001 , 0x00004217 
+ 00017995  0x000040db mul32  0x0000003f , 0x00000022 , 0x00000002 
+ 00017996  0x000040dc fetch  0x00000002 , 0x00004215 
+ 00017997  0x000040dd copy  0x0000003f , 0x00000011 
+ 00017998  0x000040de branch  0x00006606 
+ 00017999  0x000040e1 arg  0x00000000 , 0x00000012 
+ 00018000  0x000040e2 fetch  0x00000001 , 0x0000469a 
+ 00018001  0x000040e3 rtnbit0  0x00000001 
+ 00018002  0x000040e4 fetch  0x00000001 , 0x00004217 
+ 00018003  0x000040e5 rtn  0x00000034 
+ 00018004  0x000040e6 mul32  0x0000003f , 0x00000022 , 0x00000002 
+ 00018005  0x000040e7 fetch  0x00000002 , 0x00004215 
+ 00018006  0x000040e8 copy  0x0000003f , 0x00000011 
+ 00018007  0x000040e9 branch  0x000065df 
+ 00018008  0x000040ee call  0x000046b6 
+ 00018009  0x000040ef setarg  0x00000000 
+ 00018010  0x000040f0 store  0x00000002 , 0x000046b7 
+ 00018011  0x000040f1 branch  0x00003408 
+ 00018012  0x000040f5 call  0x00007e38 
+ 00018013  0x000040f6 jam  0x00000000 , 0x000046b0 
+ 00018014  0x000040f7 branch  0x000046d9 
+ 00018015  0x000040fb call  0x00007e38 
+ 00018016  0x000040fc jam  0x00000001 , 0x000046b0 
+ 00018017  0x000040fd fetch  0x00000008 , 0x000046c1 
+ 00018018  0x000040fe store  0x00000008 , 0x00004496 
+ 00018019  0x000040ff call  0x00003416 
+ 00018020  0x00004100 branch  0x00005abf 
+ 00018021  0x00004104 fetch  0x00000002 , 0x00004509 
+ 00018022  0x00004105 rtneq  0x00000000 
+ 00018023  0x00004106 fetch  0x00000008 , 0x000046c9 
+ 00018024  0x00004107 rtn  0x00000034 
+ 00018025  0x00004108 store  0x00000008 , 0x00004496 
+ 00018026  0x00004109 branch  0x00005abf 
+ 00018027  0x0000410e branch  0x0000481f 
+ 00018028  0x00004111 fetch  0x00000001 , 0x000046dd 
+ 00018029  0x00004112 rtneq  0x00000000 
+ 00018030  0x00004113 fetch  0x00000001 , 0x000046df 
+ 00018031  0x00004114 rtnne  0x00000001 
+ 00018032  0x00004115 call  0x00004672 
+ 00018033  0x00004116 branch  0x00003406 
+ 00018034  0x00004119 jam  0x00000001 , 0x000048df 
+ 00018035  0x0000411a arg  0x0000000b , 0x00000039 
+ 00018036  0x0000411b arg  0x000048e0 , 0x00000005 
+ 00018037  0x0000411c arg  0x000048c9 , 0x00000006 
+ 00018038  0x0000411d branch  0x00007f01 
+ 00018039  0x00004120 fetch  0x00000001 , 0x000046dd 
+ 00018040  0x00004121 rtneq  0x00000000 
+ 00018041  0x00004122 fetch  0x00000001 , 0x000046df 
+ 00018042  0x00004123 beq  0x00000001 , 0x0000467c 
+ 00018043  0x00004124 branch  0x0000481b 
+ 00018044  0x00004127 fetch  0x00000001 , 0x000048df 
+ 00018045  0x00004128 rtnne  0x00000001 
+ 00018046  0x00004129 jam  0x00000000 , 0x000048df 
+ 00018047  0x0000412a fetch  0x00000002 , 0x00004682 
+ 00018048  0x0000412b bbit1  0x00000000 , 0x00003408 
+ 00018049  0x0000412c bbit1  0x00000009 , 0x00003408 
+ 00018050  0x0000412d arg  0x0000000b , 0x00000039 
+ 00018051  0x0000412e arg  0x000048e0 , 0x00000006 
+ 00018052  0x0000412f arg  0x000048c9 , 0x00000005 
+ 00018053  0x00004130 branch  0x00007f01 
+ 00018054  0x00004137 call  0x0000468c 
+ 00018055  0x0000413a call  0x00004693 
+ 00018056  0x0000413d call  0x0000469e 
+ 00018057  0x0000413e call  0x000046a6 
+ 00018058  0x0000413f call  0x000046a9 
+ 00018059  0x00004142 branch  0x000046ac 
+ 00018060  0x00004147 arg  0x000046db , 0x00000013 
+ 00018061  0x00004148 arg  0x0000468f , 0x00000012 
+ 00018062  0x00004149 branch  0x00003374 
+ 00018063  0x0000414b jam  0x00000002 , 0x000046df 
+ 00018064  0x0000414c call  0x00003408 
+ 00018065  0x0000414d call  0x000046f4 
+ 00018066  0x0000414e branch  0x0000480b 
+ 00018067  0x00004152 arg  0x000048ec , 0x00000013 
+ 00018068  0x00004153 arg  0x00004696 , 0x00000012 
+ 00018069  0x00004154 branch  0x0000336d 
+ 00018070  0x00004157 fetch  0x00000002 , 0x00004682 
+ 00018071  0x00004158 bbit1  0x00000009 , 0x0000480b 
+ 00018072  0x00004159 bbit1  0x00000000 , 0x0000480b 
+ 00018073  0x0000415a fetch  0x00000001 , 0x000048c9 
+ 00018074  0x0000415b beq  0x00000001 , 0x0000480b 
+ 00018075  0x0000415c beq  0x00000004 , 0x0000480b 
+ 00018076  0x0000415d beq  0x00000005 , 0x0000480b 
+ 00018077  0x0000415e branch  0x0000340a 
+ 00018078  0x00004163 arg  0x000046ac , 0x00000013 
+ 00018079  0x00004164 arg  0x000046a1 , 0x00000012 
+ 00018080  0x00004165 branch  0x0000336d 
+ 00018081  0x00004168 fetch  0x00000001 , 0x0000027f 
+ 00018082  0x00004169 set1  0x00000000 , 0x0000003f 
+ 00018083  0x0000416a set1  0x00000007 , 0x0000003f 
+ 00018084  0x0000416b store  0x00000001 , 0x0000027f 
+ 00018085  0x0000416c rtn 
+ 00018086  0x0000416f arg  0x00004680 , 0x00000013 
+ 00018087  0x00004170 arg  0x0000463c , 0x00000012 
+ 00018088  0x00004171 branch  0x0000336d 
+ 00018089  0x00004174 arg  0x000046ad , 0x00000013 
+ 00018090  0x00004175 arg  0x000033e9 , 0x00000012 
+ 00018091  0x00004176 branch  0x0000336d 
+ 00018092  0x0000417c fetch  0x00000001 , 0x000046df 
+ 00018093  0x0000417d rtnne  0x00000001 
+ 00018094  0x0000417e arg  0x000046b7 , 0x00000013 
+ 00018095  0x0000417f arg  0x000046c2 , 0x00000012 
+ 00018096  0x00004180 branch  0x00003374 
+ 00018097  0x00004184 call  0x0000473a 
+ 00018098  0x00004185 branch  0x00006978 
+ 00018099  0x00004189 branch  0x0000696c 
+ 00018100  0x0000418c call  0x00006835 
+ 00018101  0x0000418d branch  0x000046b3 
+ 00018102  0x00004194 fetch  0x00000001 , 0x0000469a 
+ 00018103  0x00004195 bbit1  0x00000001 , 0x000046be 
+ 00018104  0x00004196 bbit1  0x00000000 , 0x000046ba 
+ 00018105  0x00004197 rtn 
+ 00018106  0x0000419a fetch  0x00000002 , 0x000046d7 
+ 00018107  0x0000419b store  0x00000002 , 0x000046d9 
+ 00018108  0x0000419c store  0x00000002 , 0x000046db 
+ 00018109  0x0000419d branch  0x000033f8 
+ 00018110  0x000041a0 fetch  0x00000002 , 0x000046d3 
+ 00018111  0x000041a1 store  0x00000002 , 0x000046d9 
+ 00018112  0x000041a2 store  0x00000002 , 0x000046db 
+ 00018113  0x000041a3 branch  0x000033f0 
+ 00018114  0x000041a6 fetch  0x00000001 , 0x000046df 
+ 00018115  0x000041a7 rtnne  0x00000001 
+ 00018116  0x000041a8 fetch  0x00000001 , 0x0000469a 
+ 00018117  0x000041a9 bbit1  0x00000001 , 0x000046c8 
+ 00018118  0x000041aa bbit1  0x00000000 , 0x000046cc 
+ 00018119  0x000041ab rtn 
+ 00018120  0x000041ae fetch  0x00000002 , 0x000046d1 ,
+ 00018121  0x000041af store  0x00000002 , 0x000046d9 
+ 00018122  0x000041b0 store  0x00000002 , 0x000046db 
+ 00018123  0x000041b1 branch  0x000033eb 
+ 00018124  0x000041b4 fetch  0x00000002 , 0x00004682 
+ 00018125  0x000041b5 rtnbit1  0x00000009 
+ 00018126  0x000041b6 fetch  0x00000002 , 0x000046d5 
+ 00018127  0x000041b7 store  0x00000002 , 0x000046d9 
+ 00018128  0x000041b8 store  0x00000002 , 0x000046db 
+ 00018129  0x000041b9 fetch  0x00000002 , 0x000046b3 
+ 00018130  0x000041ba call  0x000046f0 
+ 00018131  0x000041bb call  0x00003404 
+ 00018132  0x000041bc fetch  0x00000004 , 0x000046bd 
+ 00018133  0x000041bd store  0x00000004 , 0x000048cc 
+ 00018134  0x000041be fetch  0x00000002 , 0x00004682 
+ 00018135  0x000041bf rtnbit1  0x0000000b 
+ 00018136  0x000041c0 branch  0x000033fa 
+ 00018137  0x000041c4 fetch  0x00000001 , 0x000046df 
+ 00018138  0x000041c5 rtnne  0x00000001 
+ 00018139  0x000041c6 fetch  0x00000001 , 0x0000469a 
+ 00018140  0x000041c7 bbit1  0x00000001 , 0x000046df 
+ 00018141  0x000041c8 bbit1  0x00000000 , 0x000046e4 
+ 00018142  0x000041c9 rtn 
+ 00018143  0x000041cc call  0x000046f8 
+ 00018144  0x000041cd branch  0x000046c2 , 0x00000034 
+ 00018145  0x000041ce call  0x00003406 
+ 00018146  0x000041cf call  0x000033f0 
+ 00018147  0x000041d0 branch  0x000033e1 
+ 00018148  0x000041d3 fetch  0x00000002 , 0x000046b7 
+ 00018149  0x000041d4 fetcht  0x00000002 , 0x000046b5 
+ 00018150  0x000041d5 storet  0x00000002 , 0x000046b7 
+ 00018151  0x000041d6 nrtn  0x00000034 
+ 00018152  0x000041d7 fetch  0x00000002 , 0x000046b1 
+ 00018153  0x000041d8 call  0x000046f0 
+ 00018154  0x000041d9 call  0x00003404 
+ 00018155  0x000041da fetch  0x00000004 , 0x000046b9 
+ 00018156  0x000041db store  0x00000004 , 0x000048cc 
+ 00018157  0x000041dc fetch  0x00000002 , 0x00004682 
+ 00018158  0x000041dd rtnbit1  0x0000000b 
+ 00018159  0x000041de branch  0x000033fa 
+ 00018160  0x000041e2 store  0x00000002 , 0x00004154 
+ 00018161  0x000041e3 increase  0xfffffffc , 0x0000003f 
+ 00018162  0x000041e4 store  0x00000002 , 0x00004482 
+ 00018163  0x000041e5 rtn 
+ 00018164  0x000041e9 fetch  0x00000002 , 0x00004682 
+ 00018165  0x000041ea bbit1  0x00000009 , 0x00003402 
+ 00018166  0x000041eb bbit1  0x00000000 , 0x000033e9 
+ 00018167  0x000041ec branch  0x000046b6 
+ 00018168  0x000041f1 fetch  0x00000001 , 0x00004217 
+ 00018169  0x000041f2 copy  0x0000003f , 0x00000039 
+ 00018170  0x000041f3 fetch  0x00000002 , 0x00004215 
+ 00018171  0x000041f4 copy  0x0000003f , 0x00000011 
+ 00018172  0x000041f6 ifetch  0x00000002 , 0x00000011 
+ 00018173  0x000041f7 beq  0x00000000 , 0x00004701 
+ 00018174  0x000041f8 increase  0x00000022 , 0x00000011 
+ 00018175  0x000041f9 loop  0x000046fc 
+ 00018176  0x000041fa branch  0x00007ff1 
+ 00018177  0x000041fd ifetch  0x00000006 , 0x00000006 
+ 00018178  0x000041fe store  0x00000006 , 0x000041d0 
+ 00018179  0x000041ff increase  0x0000000a , 0x00000006 
+ 00018180  0x00004200 arg  0x000041be , 0x00000005 
+ 00018181  0x00004201 call  0x00007ebf 
+ 00018182  0x00004202 call  0x000067d7 
+ 00018183  0x00004203 branch  0x00007fef 
+ 00018184  0x0000420a call  0x00007fe9 
+ 00018185  0x0000420b fetch  0x00000002 , 0x00004682 
+ 00018186  0x0000420c bbit1  0x00000000 , 0x0000470d 
+ 00018187  0x0000420d bbit1  0x00000009 , 0x00004710 
+ 00018188  0x0000420e rtn 
+ 00018189  0x00004211 fetch  0x00000001 , 0x00004253 
+ 00018190  0x00004212 rtnne  0x0000003f 
+ 00018191  0x00004213 branch  0x00007fe7 
+ 00018192  0x00004216 fetch  0x00000001 , 0x000046b0 
+ 00018193  0x00004217 rtn  0x00000034 
+ 00018194  0x00004218 branch  0x00007fe7 
+ 00018195  0x0000421e call  0x00007fe9 
+ 00018196  0x0000421f fetch  0x00000002 , 0x00004682 
+ 00018197  0x00004220 rtnbit1  0x00000000 
+ 00018198  0x00004221 rtnbit1  0x00000009 
+ 00018199  0x00004222 branch  0x00007fe7 
+ 00018200  0x00004227 fetch  0x00000001 , 0x0000469a 
+ 00018201  0x00004228 bbit1  0x00000001 , 0x0000471c 
+ 00018202  0x00004229 bbit1  0x00000000 , 0x0000471f 
+ 00018203  0x0000422a rtn 
+ 00018204  0x0000422d fetch  0x00000001 , 0x00004093 
+ 00018205  0x0000422e rtnne  0x00000003 
+ 00018206  0x0000422f branch  0x000046d9 
+ 00018207  0x00004232 branch  0x000046d9 
+ 00018208  0x00004236 disable  0x0000002c 
+ 00018209  0x00004237 fetch  0x00000002 , 0x000046d9 
+ 00018210  0x00004238 store  0x00000002 , 0x000046db 
+ 00018211  0x0000423a call  0x00004713 
+ 00018212  0x0000423b branch  0x00004718 , 0x00000028 
+ 00018213  0x0000423d call  0x00004708 
+ 00018214  0x0000423e nrtn  0x00000028 
+ 00018215  0x0000423f enable  0x0000002c 
+ 00018216  0x00004240 rtn 
+ 00018217  0x00004245 call  0x00004720 
+ 00018218  0x00004246 nrtn  0x0000002c 
+ 00018219  0x00004247 deposit  0x00000011 
+ 00018220  0x00004248 branch  0x00004730 , 0x00000034 
+ 00018221  0x0000424a call  0x00003406 
+ 00018222  0x0000424b arg  0x000046f1 , 0x00000013 
+ 00018223  0x0000424c branch  0x00004732 
+ 00018224  0x0000424f call  0x00003408 
+ 00018225  0x00004250 arg  0x00004719 , 0x00000013 
+ 00018226  0x00004253 arg  0x00000005 , 0x0000003f 
+ 00018227  0x00004254 imul32  0x00000007 , 0x0000003f 
+ 00018228  0x00004255 iadd  0x00000013 , 0x00000013 
+ 00018229  0x00004259 ifetch  0x00000001 , 0x00000013 
+ 00018230  0x0000425a rtn  0x00000034 
+ 00018231  0x0000425b call  0x00004762 
+ 00018232  0x0000425c increase  0x00000001 , 0x00000013 
+ 00018233  0x0000425d branch  0x00004735 
+ 00018234  0x00004261 fetch  0x00000002 , 0x00004682 
+ 00018235  0x00004262 bbit1  0x00000009 , 0x0000473e 
+ 00018236  0x00004263 bbit1  0x00000000 , 0x0000474e 
+ 00018237  0x00004264 rtn 
+ 00018238  0x00004267 call  0x00005892 
+ 00018239  0x00004268 nrtn  0x00000034 
+ 00018240  0x00004269 call  0x00004765 
+ 00018241  0x0000426a nrtn  0x00000028 
+ 00018242  0x0000426b pincrease  0xffffffff 
+ 00018243  0x0000426c mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00018244  0x0000426d arg  0x00004741 , 0x00000002 
+ 00018245  0x0000426e iadd  0x00000002 , 0x00000006 
+ 00018246  0x00004270 ifetch  0x00000001 , 0x00000006 
+ 00018247  0x00004271 copy  0x0000003f , 0x00000011 
+ 00018248  0x00004272 ifetcht  0x00000002 , 0x00000006 
+ 00018249  0x00004273 call  0x00007ea5 
+ 00018250  0x00004274 call  0x00005a64 
+ 00018251  0x00004275 copy  0x00000011 , 0x00000039 
+ 00018252  0x00004276 call  0x00007e9f 
+ 00018253  0x00004277 branch  0x00007f01 
+ 00018254  0x0000427b call  0x00005271 
+ 00018255  0x0000427c nrtn  0x00000034 
+ 00018256  0x0000427d call  0x00004765 
+ 00018257  0x0000427e nrtn  0x00000028 
+ 00018258  0x0000427f pincrease  0xffffffff 
+ 00018259  0x00004280 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00018260  0x00004281 arg  0x000047a0 , 0x00000002 
+ 00018261  0x00004282 iadd  0x00000002 , 0x00000006 
+ 00018262  0x00004283 ifetch  0x00000005 , 0x00000006 
+ 00018263  0x00004284 store  0x00000005 , 0x0000479b 
+ 00018264  0x00004286 fetch  0x00000001 , 0x0000479b 
+ 00018265  0x00004287 copy  0x0000003f , 0x00000011 
+ 00018266  0x00004288 call  0x00004d63 
+ 00018267  0x00004289 fetch  0x00000002 , 0x0000424e 
+ 00018268  0x0000428a istore  0x00000002 , 0x00000005 
+ 00018269  0x0000428b setarg  0x000000a1 
+ 00018270  0x0000428c istore  0x00000001 , 0x00000005 
+ 00018271  0x0000428d fetch  0x00000004 , 0x0000479c 
+ 00018272  0x0000428e istore  0x00000009 , 0x00000005 
+ 00018273  0x0000428f rtn 
+ 00018274  0x00004294 store  0x00000001 , 0x00000a9a 
+ 00018275  0x00004295 arg  0x00000a9a , 0x00000011 
+ 00018276  0x00004296 branch  0x00007e3d 
+ 00018277  0x00004299 arg  0x00000a9a , 0x00000011 
+ 00018278  0x0000429a call  0x00007e54 
+ 00018279  0x0000429b nrtn  0x00000028 
+ 00018280  0x0000429c fetch  0x00000001 , 0x00000a9a 
+ 00018281  0x0000429d rtn 
+ 00018282  0x000042a1 fetch  0x00000002 , 0x00000478 
+ 00018283  0x000042a2 beq  0x00000018 , 0x0000465f 
+ 00018284  0x000042a3 rtn 
+ 00018285  0x000042a6 setarg  0x00000002 
+ 00018286  0x000042a7 store  0x00000001 , 0x000048eb 
+ 00018287  0x000042a9 setarg  0x00200008 
+ 00018288  0x000042aa store  0x00000004 , 0x000046c1 
+ 00018289  0x000042ab setarg  0x012c0005 
+ 00018290  0x000042ac istore  0x00000004 , 0x00000005 
+ 00018291  0x000042af jam  0x00000017 , 0x000044a6 
+ 00018292  0x000042b2 setarg  0x0000001b 
+ 00018293  0x000042b3 store  0x00000002 , 0x000044fa 
+ 00018294  0x000042b4 call  0x00005810 
+ 00018295  0x000042b5 call  0x0000582c 
+ 00018296  0x000042b6 call  0x00005839 
+ 00018297  0x000042b7 branch  0x00005818 
+ 00018298  0x000042bc arg  0x00000028 , 0x00000039 
+ 00018299  0x000042bd arg  0x00004741 , 0x00000005 
+ 00018300  0x000042be arg  0x0000949f , 0x00000006 
+ 00018301  0x000042bf call  0x00007ef4 
+ 00018302  0x000042c0 arg  0x00000028 , 0x00000039 
+ 00018303  0x000042c1 arg  0x000047a0 , 0x00000005 
+ 00018304  0x000042c2 arg  0x000094c7 , 0x00000006 
+ 00018305  0x000042c3 branch  0x00007ef4 
+ 00018306  0x000042c7 arg  0x0000017e , 0x00000039 
+ 00018307  0x000042c8 arg  0x0000913a , 0x00000006 
+ 00018308  0x000042c9 branch  0x00007ef4 
+ 00018309  0x000042cd arg  0x000001e7 , 0x00000039 
+ 00018310  0x000042ce arg  0x000092b8 , 0x00000006 
+ 00018311  0x000042cf branch  0x00007ef4 
+ 00018312  0x000042d4 call  0x000047ae 
+ 00018313  0x000042d5 nrtn  0x00000028 
+ 00018314  0x000042d6 fetch  0x00000001 , 0x0000469f 
+ 00018315  0x000042d7 call  0x00004790 
+ 00018316  0x000042d8 fetch  0x00000001 , 0x000046a0 
+ 00018317  0x000042d9 call  0x00004790 
+ 00018318  0x000042da fetch  0x00000001 , 0x000046a1 
+ 00018319  0x000042db branch  0x00004790 
+ 00018320  0x000042de rtn  0x00000034 
+ 00018321  0x000042df or  0x0000003f , 0x00000080 , 0x00000002 
+ 00018322  0x000042e0 branch  0x000067f9 
+ 00018323  0x000042e4 call  0x000047ae 
+ 00018324  0x000042e5 nrtn  0x00000028 
+ 00018325  0x000042e6 call  0x00004797 
+ 00018326  0x000042e7 branch  0x000047b4 
+ 00018327  0x000042ea arg  0x00000000 , 0x00000011 
+ 00018328  0x000042eb fetch  0x00000001 , 0x0000469f 
+ 00018329  0x000042ec call  0x000047a9 
+ 00018330  0x000042ed nsetflag  0x00000034 , 0x00000000 , 0x00000011 
+ 00018331  0x000042ee fetch  0x00000001 , 0x000046a0 
+ 00018332  0x000042ef call  0x000047a9 
+ 00018333  0x000042f0 nsetflag  0x00000034 , 0x00000001 , 0x00000011 
+ 00018334  0x000042f1 fetch  0x00000001 , 0x000046a1 
+ 00018335  0x000042f2 call  0x000047a9 
+ 00018336  0x000042f3 nsetflag  0x00000034 , 0x00000002 , 0x00000011 
+ 00018337  0x000042f4 copy  0x00000011 , 0x0000003f 
+ 00018338  0x000042f5 store  0x00000001 , 0x000046a9 
+ 00018339  0x000042f6 fetch  0x00000001 , 0x0000469e 
+ 00018340  0x000042f7 imul32  0x00000011 , 0x0000003f 
+ 00018341  0x000042f8 fetcht  0x00000002 , 0x0000469c 
+ 00018342  0x000042f9 iadd  0x00000002 , 0x0000003f 
+ 00018343  0x000042fa store  0x00000002 , 0x000046aa 
+ 00018344  0x000042fb rtn 
+ 00018345  0x000042fe rtn  0x00000034 
+ 00018346  0x000042ff or  0x0000003f , 0x00000080 , 0x00000002 
+ 00018347  0x00004300 call  0x0000681d 
+ 00018348  0x00004301 nbranch  0x00007ff1 , 0x00000001 
+ 00018349  0x00004302 branch  0x00007fef 
+ 00018350  0x00004306 call  0x00007fe9 
+ 00018351  0x00004307 fetch  0x00000001 , 0x000046a8 
+ 00018352  0x00004308 nrtn  0x00000034 
+ 00018353  0x00004309 fetch  0x00000001 , 0x0000469b 
+ 00018354  0x0000430a rtn  0x00000034 
+ 00018355  0x0000430b branch  0x00007fe7 
+ 00018356  0x0000430f call  0x0000666a 
+ 00018357  0x00004310 fetch  0x00000002 , 0x000046aa 
+ 00018358  0x00004311 arg  0x00000ac2 , 0x00000011 
+ 00018359  0x00004312 fetcht  0x00000001 , 0x0000469e 
+ 00018360  0x00004313 call  0x000066b3 
+ 00018361  0x00004314 call  0x0000666d 
+ 00018362  0x00004316 fetch  0x00000001 , 0x00000ac2 
+ 00018363  0x00004317 copy  0x0000003f , 0x00000039 
+ 00018364  0x00004318 store  0x00000001 , 0x000043af 
+ 00018365  0x00004319 call  0x00007ef4 
+ 00018366  0x0000431a fetch  0x00000001 , 0x00000ac2 
+ 00018367  0x0000431b copy  0x0000003f , 0x00000039 
+ 00018368  0x0000431c store  0x00000001 , 0x00004515 
+ 00018369  0x0000431d call  0x00007ef4 
+ 00018370  0x0000431e ifetch  0x00000001 , 0x00000006 
+ 00018371  0x0000431f store  0x00000001 , 0x000046e6 
+ 00018372  0x00004320 ifetch  0x00000001 , 0x00000006 
+ 00018373  0x00004321 store  0x00000001 , 0x000046dd 
+ 00018374  0x00004322 rtn 
+ 00018375  0x00004326 fetch  0x00000001 , 0x0000469a 
+ 00018376  0x00004327 rtnbit0  0x00000001 
+ 00018377  0x00004328 arg  0x00000003 , 0x00000002 
+ 00018378  0x00004329 fetch  0x00000002 , 0x000046a4 
+ 00018379  0x0000432a copy  0x0000003f , 0x00000012 
+ 00018380  0x0000432b arg  0x000046a6 , 0x00000011 
+ 00018381  0x0000432c call  0x000065df 
+ 00018382  0x0000432d fetcht  0x00000002 , 0x000046a6 
+ 00018383  0x0000432e setarg  0x00001b3a 
+ 00018384  0x0000432f isub  0x00000002 , 0x0000003e 
+ 00018385  0x00004330 nrtn  0x00000005 
+ 00018386  0x00004331 fetch  0x00000001 , 0x000046a8 
+ 00018387  0x00004332 rtn  0x00000034 
+ 00018388  0x00004333 copy  0x0000003f , 0x00000002 
+ 00018389  0x00004334 fetch  0x00000002 , 0x000046a4 
+ 00018390  0x00004335 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00018391  0x00004336 arg  0x00000ac2 , 0x00000011 
+ 00018392  0x00004337 call  0x000065df 
+ 00018393  0x00004338 branch  0x000047e8 
+ 00018394  0x0000433b fetch  0x00000002 , 0x000046a2 
+ 00018395  0x0000433c rtn  0x00000034 
+ 00018396  0x0000433d call  0x0000666a 
+ 00018397  0x0000433e arg  0x00000001 , 0x00000002 
+ 00018398  0x0000433f arg  0x000046a8 , 0x00000011 
+ 00018399  0x00004340 call  0x000066b3 
+ 00018400  0x00004342 fetch  0x00000001 , 0x000046a8 
+ 00018401  0x00004343 rtn  0x00000034 
+ 00018402  0x00004345 fetch  0x00000002 , 0x000046a2 
+ 00018403  0x00004346 pincrease  0x00000001 
+ 00018404  0x00004347 arg  0x00000ac2 , 0x00000011 
+ 00018405  0x00004348 fetcht  0x00000001 , 0x000046a8 
+ 00018406  0x00004349 call  0x000066b3 
+ 00018407  0x0000434a call  0x0000666d 
+ 00018408  0x0000434c call  0x000047ba 
+ 00018409  0x0000434e ifetch  0x00000002 , 0x00000006 
+ 00018410  0x0000434f rtn  0x00000034 
+ 00018411  0x00004350 copy  0x0000003f , 0x00000005 
+ 00018412  0x00004351 ifetcht  0x00000001 , 0x00000006 
+ 00018413  0x00004352 copy  0x00000002 , 0x00000039 
+ 00018414  0x00004353 call  0x00007f01 
+ 00018415  0x00004354 branch  0x000047e9 
+ 00018416  0x00004359 fetch  0x00000001 , 0x0000469a 
+ 00018417  0x0000435a rtnbit0  0x00000001 
+ 00018418  0x0000435b fetch  0x00000002 , 0x000046ae 
+ 00018419  0x0000435c copy  0x0000003f , 0x00000012 
+ 00018420  0x0000435d arg  0x00000004 , 0x00000002 
+ 00018421  0x0000435e arg  0x00000ac2 , 0x00000011 
+ 00018422  0x0000435f call  0x000065df 
+ 00018423  0x00004360 fetch  0x00000001 , 0x00000ac2 
+ 00018424  0x00004361 bne  0x00000001 , 0x000047f9 
+ 00018425  0x00004363 setarg  0x00000001 
+ 00018426  0x00004364 store  0x00000001 , 0x00000ac2 
+ 00018427  0x00004365 force  0x00000003 , 0x00000039 
+ 00018428  0x00004366 call  0x0000630d 
+ 00018429  0x00004367 fetch  0x00000002 , 0x000046ae 
+ 00018430  0x00004368 copy  0x0000003f , 0x00000012 
+ 00018431  0x00004369 arg  0x00000004 , 0x00000002 
+ 00018432  0x0000436a arg  0x00000ac2 , 0x00000011 
+ 00018433  0x0000436b call  0x00006606 
+ 00018434  0x0000436d fetch  0x00000003 , 0x00000ac3 
+ 00018435  0x0000436e store  0x00000003 , 0x000040a0 
+ 00018436  0x0000436f store  0x00000003 , 0x000044a0 
+ 00018437  0x00004370 rtn 
+ 00018438  0x00004374 branch  0x000046d9 
+ 00018439  0x00004378 arg  0x00000000 , 0x00000011 
+ 00018440  0x00004379 arg  0x000048d4 , 0x00000013 
+ 00018441  0x0000437a call  0x00007d24 
+ 00018442  0x0000437b call  0x000046f4 
+ 00018443  0x0000437d fetch  0x00000001 , 0x000048eb 
+ 00018444  0x0000437e store  0x00000001 , 0x000048ec 
+ 00018445  0x0000437f rtn 
+ 00018446  0x00004384 setarg  0x00000000 
+ 00018447  0x00004385 call  0x00004816 
+ 00018448  0x00004386 jam  0x00000001 , 0x00004679 
+ 00018449  0x00004387 call  0x00007cd3 
+ 00018450  0x00004388 call  0x00007cdd 
+ 00018451  0x00004389 fetch  0x00000002 , 0x00004682 
+ 00018452  0x0000438a rtnbit1  0x0000000c 
+ 00018453  0x0000438b branch  0x0000340a 
+ 00018454  0x0000438e fetcht  0x00000002 , 0x0000423f 
+ 00018455  0x0000438f istore  0x00000001 , 0x00000002 
+ 00018456  0x00004390 ifetch  0x00000001 , 0x00000005 
+ 00018457  0x00004391 store  0x00000001 , 0x00004685 
+ 00018458  0x00004392 rtn 
+ 00018459  0x00004396 fetch  0x00000002 , 0x0000423f 
+ 00018460  0x00004397 ifetch  0x00000001 , 0x0000003f 
+ 00018461  0x00004398 rtnne  0x00000000 
+ 00018462  0x00004399 branch  0x0000340a 
+ 00018463  0x0000439d fetcht  0x00000002 , 0x0000423f 
+ 00018464  0x0000439e ifetch  0x00000001 , 0x00000002 
+ 00018465  0x0000439f beq  0x00000001 , 0x0000482a 
+ 00018466  0x000043a1 setarg  0x00000001 
+ 00018467  0x000043a2 fetcht  0x00000002 , 0x0000423f 
+ 00018468  0x000043a3 istore  0x00000001 , 0x00000002 
+ 00018469  0x000043a4 add  0x00000002 , 0x00000002 , 0x00000006 
+ 00018470  0x000043a5 ifetch  0x00000001 , 0x00000006 
+ 00018471  0x000043a6 istore  0x00000001 , 0x00004685 
+ 00018472  0x000043a7 ifetch  0x00000002 , 0x00000006 
+ 00018473  0x000043a8 branch  0x00007f9c 
+ 00018474  0x000043ab setarg  0x00000002 
+ 00018475  0x000043ac call  0x00004816 
+ 00018476  0x000043ad add  0x00000002 , 0x00000005 , 0x00000006 
+ 00018477  0x000043ae ifetch  0x00000002 , 0x00000006 
+ 00018478  0x000043af branch  0x0000340a , 0x00000034 
+ 00018479  0x000043b0 branch  0x00007f9c 
+ 00018480  0x000043b7 store  0x00000006 , 0x00000101 
+ 00018481  0x000043b8 fetch  0x00000001 , 0x00000101 
+ 00018482  0x000043b9 store  0x00000001 , 0x0000010c 
+ 00018483  0x000043ba ifetch  0x00000001 , 0x00000006 
+ 00018484  0x000043bb store  0x00000001 , 0x0000010b 
+ 00018485  0x000043bc ifetch  0x00000001 , 0x00000006 
+ 00018486  0x000043bd store  0x00000001 , 0x0000010a 
+ 00018487  0x000043be ifetch  0x00000001 , 0x00000006 
+ 00018488  0x000043bf store  0x00000001 , 0x00000109 
+ 00018489  0x000043c0 ifetch  0x00000001 , 0x00000006 
+ 00018490  0x000043c1 store  0x00000001 , 0x00000108 
+ 00018491  0x000043c2 ifetch  0x00000001 , 0x00000006 
+ 00018492  0x000043c3 store  0x00000001 , 0x00000107 
+ 00018493  0x000043c4 fetch  0x00000006 , 0x00000107 
+ 00018494  0x000043c5 rtn 
+ 00018495  0x000043c8 call  0x000068a2 
+ 00018496  0x000043c9 fetch  0x00000001 , 0x00004223 
+ 00018497  0x000043ca store  0x00000001 , 0x000044a0 
+ 00018498  0x000043cb fetch  0x00000001 , 0x00004225 
+ 00018499  0x000043cc istore  0x00000001 , 0x00000005 
+ 00018500  0x000043cd fetch  0x00000001 , 0x00004227 
+ 00018501  0x000043ce istore  0x00000001 , 0x00000005 
+ 00018502  0x000043cf fetch  0x00000003 , 0x000044a0 
+ 00018503  0x000043d0 store  0x00000003 , 0x000040a0 
+ 00018504  0x000043d1 rtn 
+ 00018505  0x000043de fetch  0x00000002 , 0x00004203 
+ 00018506  0x000043df iadd  0x00000012 , 0x0000003f 
+ 00018507  0x000043e0 byteswap  0x0000003f , 0x0000003f 
+ 00018508  0x000043e1 store  0x00000002 , 0x000001f7 
+ 00018509  0x000043e2 copy  0x00000002 , 0x00000012 
+ 00018510  0x000043e4 call  0x0000489b 
+ 00018511  0x000043e5 setarg  0x000000a0 
+ 00018512  0x000043e6 call  0x0000488d 
+ 00018513  0x000043e7 fetch  0x00000001 , 0x000001f7 
+ 00018514  0x000043e8 call  0x0000488d 
+ 00018515  0x000043e9 bmark1  0x00000028 , 0x00004856 
+ 00018516  0x000043ea fetch  0x00000001 , 0x000001f8 
+ 00018517  0x000043eb call  0x0000488d 
+ 00018518  0x000043ed call  0x000048a1 
+ 00018519  0x000043ef call  0x0000489b 
+ 00018520  0x000043f0 setarg  0x000000a1 
+ 00018521  0x000043f1 call  0x0000488d 
+ 00018522  0x000043f4 call  0x0000487f 
+ 00018523  0x000043f5 istore  0x00000001 , 0x00000011 
+ 00018524  0x000043f6 increase  0x00000001 , 0x00000011 
+ 00018525  0x000043f7 increase  0xffffffff , 0x00000012 
+ 00018526  0x000043f8 nbranch  0x0000485a , 0x00000005 
+ 00018527  0x000043f9 branch  0x000048a1 
+ 00018528  0x00004405 byteswap  0x00000012 , 0x0000003f 
+ 00018529  0x00004406 store  0x00000002 , 0x000001f7 
+ 00018530  0x00004407 copy  0x00000002 , 0x00000012 
+ 00018531  0x00004409 call  0x0000489b 
+ 00018532  0x0000440a setarg  0x000000a0 
+ 00018533  0x0000440b call  0x0000488d 
+ 00018534  0x0000440d fetch  0x00000001 , 0x000001f7 
+ 00018535  0x0000440e call  0x0000488d 
+ 00018536  0x0000440f bmark1  0x00000028 , 0x0000486b 
+ 00018537  0x00004410 fetch  0x00000001 , 0x000001f8 
+ 00018538  0x00004411 call  0x0000488d 
+ 00018539  0x00004413 ifetch  0x00000001 , 0x00000011 
+ 00018540  0x00004414 call  0x0000488d 
+ 00018541  0x00004415 increase  0x00000001 , 0x00000011 
+ 00018542  0x00004416 increase  0xffffffff , 0x00000012 
+ 00018543  0x00004417 nbranch  0x0000486b , 0x00000005 
+ 00018544  0x00004418 branch  0x000048a1 
+ 00018545  0x0000441d arg  0x0000000a , 0x00000039 
+ 00018546  0x0000441e call  0x000048be 
+ 00018547  0x0000441f call  0x000048a6 
+ 00018548  0x00004420 call  0x000048d2 
+ 00018549  0x00004422 call  0x000048c7 
+ 00018550  0x00004423 branch  0x000048a9 , 0x00000034 
+ 00018551  0x00004424 loop  0x00004875 
+ 00018552  0x00004425 branch  0x000048a9 
+ 00018553  0x0000442a call  0x000048a9 
+ 00018554  0x0000442b call  0x000048af 
+ 00018555  0x0000442c call  0x000048d2 
+ 00018556  0x0000442d call  0x000048a6 
+ 00018557  0x0000442e call  0x000048d2 
+ 00018558  0x0000442f branch  0x000048a9 
+ 00018559  0x00004435 arg  0x00000008 , 0x00000039 
+ 00018560  0x00004436 arg  0x00000000 , 0x00000013 
+ 00018561  0x00004437 call  0x000048be 
+ 00018562  0x00004439 call  0x000048a6 
+ 00018563  0x0000443a call  0x000048d2 
+ 00018564  0x0000443b lshift  0x00000013 , 0x00000013 
+ 00018565  0x0000443c call  0x000048c7 
+ 00018566  0x0000443d iadd  0x00000013 , 0x00000013 
+ 00018567  0x0000443e call  0x000048d2 
+ 00018568  0x0000443f call  0x000048a9 
+ 00018569  0x00004440 loop  0x00004882 
+ 00018570  0x00004441 call  0x00004879 
+ 00018571  0x00004442 copy  0x00000013 , 0x0000003f 
+ 00018572  0x00004443 rtn 
+ 00018573  0x00004448 arg  0x00000008 , 0x00000039 
+ 00018574  0x00004449 copy  0x0000003f , 0x00000013 
+ 00018575  0x0000444a call  0x000048a9 
+ 00018576  0x0000444c isolate1  0x00000007 , 0x00000013 
+ 00018577  0x0000444d call  0x000048ac , 0x00000001 
+ 00018578  0x0000444e ncall  0x000048af , 0x00000001 
+ 00018579  0x0000444f lshift  0x00000013 , 0x00000013 
+ 00018580  0x00004450 call  0x000048d2 
+ 00018581  0x00004451 call  0x000048a6 
+ 00018582  0x00004452 call  0x000048d2 
+ 00018583  0x00004453 call  0x000048a9 
+ 00018584  0x00004454 call  0x000048d2 
+ 00018585  0x00004455 loop  0x00004890 
+ 00018586  0x00004456 branch  0x00004871 
+ 00018587  0x0000445b call  0x000048ac 
+ 00018588  0x0000445c call  0x000048a6 
+ 00018589  0x0000445d call  0x000048d2 
+ 00018590  0x0000445e call  0x000048af 
+ 00018591  0x0000445f call  0x000048d2 
+ 00018592  0x00004460 branch  0x000048a9 
+ 00018593  0x00004465 call  0x000048af 
+ 00018594  0x00004466 call  0x000048a6 
+ 00018595  0x00004467 call  0x000048d2 
+ 00018596  0x00004468 call  0x000048ac 
+ 00018597  0x00004469 branch  0x000048d2 
+ 00018598  0x0000446e enable  0x00000028 
+ 00018599  0x0000446f fetch  0x00000001 , 0x00004ffe 
+ 00018600  0x00004470 branch  0x000048b2 
+ 00018601  0x00004474 disable  0x00000028 
+ 00018602  0x00004475 fetch  0x00000001 , 0x00004ffe 
+ 00018603  0x00004476 branch  0x000048b2 
+ 00018604  0x0000447a enable  0x00000028 
+ 00018605  0x0000447b fetch  0x00000001 , 0x00004fff 
+ 00018606  0x0000447c branch  0x000048b2 
+ 00018607  0x00004480 disable  0x00000028 
+ 00018608  0x00004481 fetch  0x00000001 , 0x00004fff 
+ 00018609  0x00004482 branch  0x000048b2 
+ 00018610  0x00004488 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00018611  0x00004489 rshift3  0x0000003f , 0x0000003f 
+ 00018612  0x0000448a arg  0x00008070 , 0x00000002 
+ 00018613  0x0000448b iadd  0x00000002 , 0x00000002 
+ 00018614  0x0000448c ifetch  0x00000001 , 0x00000002 
+ 00018615  0x0000448d qset1  0x0000003f 
+ 00018616  0x0000448e istore  0x00000001 , 0x00000002 
+ 00018617  0x0000448f increase  0x00000004 , 0x00000002 
+ 00018618  0x00004490 ifetch  0x00000001 , 0x00000002 
+ 00018619  0x00004491 qsetflag  0x00000028 , 0x0000003f 
+ 00018620  0x00004492 istore  0x00000001 , 0x00000002 
+ 00018621  0x00004493 rtn 
+ 00018622  0x00004497 fetch  0x00000001 , 0x00004fff 
+ 00018623  0x00004498 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00018624  0x00004499 rshift3  0x0000003f , 0x0000003f 
+ 00018625  0x0000449a arg  0x00008070 , 0x00000002 
+ 00018626  0x0000449b iadd  0x00000002 , 0x00000002 
+ 00018627  0x0000449c ifetch  0x00000001 , 0x00000002 
+ 00018628  0x0000449d qset0  0x0000003f 
+ 00018629  0x0000449e istore  0x00000001 , 0x00000002 
+ 00018630  0x0000449f rtn 
+ 00018631  0x000044a5 nop  0x00000004 
+ 00018632  0x000044a6 fetch  0x00000001 , 0x00004fff 
+ 00018633  0x000044a7 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00018634  0x000044a8 rshift3  0x0000003f , 0x0000003f 
+ 00018635  0x000044a9 arg  0x0000811c , 0x00000002 
+ 00018636  0x000044aa iadd  0x00000002 , 0x00000002 
+ 00018637  0x000044ab setarg  0x00000000 
+ 00018638  0x000044ac ifetcht  0x00000001 , 0x00000002 
+ 00018639  0x000044ad qisolate1  0x00000002 
+ 00018640  0x000044ae setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00018641  0x000044af rtn 
+ 00018642  0x000044b4 rtn 
+ 00018643  0x000044bb bpatch  0x000000f6 , 0x0000401e 
+ 00018644  0x000044bc hfetch  0x00000001 , 0x00008a26 
+ 00018645  0x000044bd isolate1  0x00000007 , 0x0000003f 
+ 00018646  0x000044be call  0x000048ea , 0x00000001 
+ 00018647  0x000044bf call  0x0000492e 
+ 00018648  0x000044c0 hfetch  0x00000001 , 0x00008a26 
+ 00018649  0x000044c1 store  0x00000001 , 0x00000b22 
+ 00018650  0x000044c2 hfetch  0x00000001 , 0x00008a27 
+ 00018651  0x000044c3 store  0x00000001 , 0x00000b23 
+ 00018652  0x000044c4 hstore  0x00000001 , 0x00008a27 
+ 00018653  0x000044c5 pinvert 
+ 00018654  0x000044c6 fetcht  0x00000001 , 0x00000d37 
+ 00018655  0x000044c7 iand  0x00000002 , 0x0000003f 
+ 00018656  0x000044c8 store  0x00000001 , 0x00000d37 
+ 00018657  0x000044c9 jam  0x000000e0 , 0x00008a26 
+ 00018658  0x000044ca fetch  0x00000001 , 0x00000b23 
+ 00018659  0x000044cb compare  0x00000001 , 0x0000003f , 0x00000001 
+ 00018660  0x000044cc call  0x00004941 , 0x00000001 
+ 00018661  0x000044cd fetch  0x00000001 , 0x00000b22 
+ 00018662  0x000044ce compare  0x00000001 , 0x0000003f , 0x00000001 
+ 00018663  0x000044cf call  0x0000494a , 0x00000001 
+ 00018664  0x000044d0 call  0x00004b61 
+ 00018665  0x000044d1 branch  0x00004903 
+ 00018666  0x000044d4 bpatch  0x000000f7 , 0x0000401e 
+ 00018667  0x000044d5 call  0x00004919 
+ 00018668  0x000044d6 jam  0x00000000 , 0x00008a00 
+ 00018669  0x000044d7 nop  0x00002710 
+ 00018670  0x000044d8 jam  0x000000c0 , 0x00008a10 
+ 00018671  0x000044d9 hfetch  0x00000002 , 0x00008050 
+ 00018672  0x000044da set0  0x0000000a , 0x0000003f 
+ 00018673  0x000044db hstore  0x00000002 , 0x00008050 
+ 00018674  0x000044dc jam  0x0000003c , 0x00008a00 
+ 00018675  0x000044dd jam  0x000000ff , 0x00008a26 
+ 00018676  0x000044de jam  0x000000ff , 0x00008a27 
+ 00018677  0x000044df jam  0x00000000 , 0x00008a04 
+ 00018678  0x000044e0 jam  0x00000002 , 0x00000c6b 
+ 00018679  0x000044e1 setarg  0x00000d9d 
+ 00018680  0x000044e2 arg  0x00000c6e , 0x00000005 
+ 00018681  0x000044e3 isub  0x00000005 , 0x00000039 
+ 00018682  0x000044e4 branch  0x00007ed4 
+ 00018683  0x000044e7 fetcht  0x00000001 , 0x00000c6c 
+ 00018684  0x000044e8 branch  0x000067fb 
+ 00018685  0x000044ea fetch  0x00000001 , 0x00000d45 
+ 00018686  0x000044eb rtn  0x00000034 
+ 00018687  0x000044ec fetcht  0x00000001 , 0x00000c6c 
+ 00018688  0x000044ed call  0x0000681d 
+ 00018689  0x000044ee branch  0x000048ea , 0x00000001 
+ 00018690  0x000044ef rtn 
+ 00018691  0x000044f3 arg  0x00000000 , 0x00000007 
+ 00018692  0x000044f4 call  0x00007f16 
+ 00018693  0x000044f5 nrtn  0x00000034 
+ 00018694  0x000044f6 fetch  0x00000001 , 0x00000d46 
+ 00018695  0x000044f7 nrtn  0x00000034 
+ 00018696  0x000044f8 fetch  0x00000001 , 0x00000d45 
+ 00018697  0x000044f9 ncall  0x00004bb7 , 0x00000034 
+ 00018698  0x000044fa rtn 
+ 00018699  0x000044fd arg  0x00000b68 , 0x00000005 
+ 00018700  0x000044fe setsect  0x00000000 , 0x00011212 
+ 00018701  0x000044ff setsect  0x00000001 , 0x00008000 
+ 00018702  0x00004500 setsect  0x00000002 , 0x00000000 
+ 00018703  0x00004501 setsect  0x00000003 , 0x00010000 
+ 00018704  0x00004502 istore  0x00000009 , 0x00000005 
+ 00018705  0x00004503 setsect  0x00000000 , 0x00022412 
+ 00018706  0x00004504 setsect  0x00000001 , 0x00008604 
+ 00018707  0x00004505 setsect  0x00000002 , 0x00001000 
+ 00018708  0x00004506 setsect  0x00000003 , 0x00000008 
+ 00018709  0x00004507 istore  0x00000009 , 0x00000005 
+ 00018710  0x00004508 setsect  0x00000000 , 0x00000001 
+ 00018711  0x00004509 istore  0x00000001 , 0x00000005 
+ 00018712  0x0000450a rtn 
+ 00018713  0x0000450d jam  0x00000002 , 0x00000c6b 
+ 00018714  0x0000450e setarg  0x00000000 
+ 00018715  0x0000450f store  0x00000001 , 0x00000b67 
+ 00018716  0x00004510 store  0x00000002 , 0x00000c65 
+ 00018717  0x00004511 pincrease  0x00000001 
+ 00018718  0x00004512 store  0x00000002 , 0x00000c67 
+ 00018719  0x00004513 pincrease  0x00000001 
+ 00018720  0x00004514 store  0x00000002 , 0x00000c69 
+ 00018721  0x00004515 setarg  0x00008ffa 
+ 00018722  0x00004516 store  0x00000002 , 0x00000b7c 
+ 00018723  0x00004517 setarg  0x0000903a 
+ 00018724  0x00004518 store  0x00000002 , 0x00000b7e 
+ 00018725  0x00004519 arg  0x00000b80 , 0x00000005 
+ 00018726  0x0000451a arg  0x000090fe , 0x00000006 
+ 00018727  0x0000451b call  0x00007eb3 
+ 00018728  0x0000451c fetch  0x00000001 , 0x00000c6d 
+ 00018729  0x0000451d ncall  0x0000492b , 0x00000034 
+ 00018730  0x0000451e branch  0x0000490b 
+ 00018731  0x00004521 store  0x00000001 , 0x00000ba2 
+ 00018732  0x00004522 store  0x00000001 , 0x00000bbb 
+ 00018733  0x00004523 rtn 
+ 00018734  0x00004525 hfetch  0x00000001 , 0x00008a26 
+ 00018735  0x00004526 bbit1  0x00000006 , 0x00004931 
+ 00018736  0x00004527 rtn 
+ 00018737  0x0000452a call  0x00004936 
+ 00018738  0x0000452b call  0x00007f15 
+ 00018739  0x0000452c setarg  0x00000280 
+ 00018740  0x0000452d arg  0x00000000 , 0x00000007 
+ 00018741  0x0000452e branch  0x00007f08 
+ 00018742  0x00004531 fetch  0x00000001 , 0x00000d36 
+ 00018743  0x00004532 bne  0x00000002 , 0x0000493b 
+ 00018744  0x00004533 jam  0x00000000 , 0x00000d46 
+ 00018745  0x00004534 jam  0x00000000 , 0x00000d47 
+ 00018746  0x00004535 rtn 
+ 00018747  0x00004537 fetch  0x00000001 , 0x00000d53 
+ 00018748  0x00004538 rtn  0x00000034 
+ 00018749  0x00004539 jam  0x00000000 , 0x00000d53 
+ 00018750  0x0000453a jam  0x00000002 , 0x00000d36 
+ 00018751  0x0000453b jam  0x00000001 , 0x00000d45 
+ 00018752  0x0000453c rtn 
+ 00018753  0x0000453f jam  0x00000001 , 0x00008a27 
+ 00018754  0x00004540 branch  0x00004b37 
+ 00018755  0x00004543 fetch  0x00000001 , 0x00000b22 
+ 00018756  0x00004544 bbit1  0x00000004 , 0x00004955 
+ 00018757  0x00004545 rtn 
+ 00018758  0x00004548 hfetch  0x00000001 , 0x00008a18 
+ 00018759  0x00004549 istore  0x00000001 , 0x00000005 
+ 00018760  0x0000454a loop  0x00004946 
+ 00018761  0x0000454b rtn 
+ 00018762  0x0000454e bpatch  0x000000f8 , 0x0000401f 
+ 00018763  0x0000454f jam  0x00000011 , 0x00008a26 
+ 00018764  0x00004550 hfetch  0x00000001 , 0x00008a20 
+ 00018765  0x00004551 store  0x00000001 , 0x00000b24 
+ 00018766  0x00004552 copy  0x0000003f , 0x00000039 
+ 00018767  0x00004553 branch  0x00004943 , 0x00000034 
+ 00018768  0x00004554 arg  0x00000c6e , 0x00000005 
+ 00018769  0x00004555 call  0x00004946 
+ 00018770  0x00004556 fetch  0x00000001 , 0x00000b24 
+ 00018771  0x00004557 sub  0x0000003f , 0x00000007 , 0x0000003e 
+ 00018772  0x00004558 rtn  0x00000002 
+ 00018773  0x0000455a fetch  0x00000001 , 0x00000c6e 
+ 00018774  0x0000455b and_into  0x00000080 , 0x0000003f 
+ 00018775  0x0000455c beq  0x00000080 , 0x0000495a 
+ 00018776  0x0000455d beq  0x00000000 , 0x00004962 
+ 00018777  0x0000455e branch  0x00002a8c 
+ 00018778  0x00004561 fetch  0x00000001 , 0x00000c6e 
+ 00018779  0x00004562 rshift4  0x0000003f , 0x0000003f 
+ 00018780  0x00004563 rshift  0x0000003f , 0x0000003f 
+ 00018781  0x00004564 and_into  0x00000003 , 0x0000003f 
+ 00018782  0x00004565 beq  0x00000000 , 0x0000496a 
+ 00018783  0x00004566 beq  0x00000001 , 0x00004970 
+ 00018784  0x00004567 beq  0x00000002 , 0x00004975 
+ 00018785  0x00004568 branch  0x00002a8c 
+ 00018786  0x0000456b fetch  0x00000001 , 0x00000c6e 
+ 00018787  0x0000456c rshift4  0x0000003f , 0x0000003f 
+ 00018788  0x0000456d rshift  0x0000003f , 0x0000003f 
+ 00018789  0x0000456e and_into  0x00000003 , 0x0000003f 
+ 00018790  0x0000456f beq  0x00000000 , 0x00004976 
+ 00018791  0x00004570 beq  0x00000001 , 0x0000497e 
+ 00018792  0x00004571 beq  0x00000002 , 0x00004983 
+ 00018793  0x00004572 branch  0x00002a8c 
+ 00018794  0x00004575 fetch  0x00000001 , 0x00000c6f 
+ 00018795  0x00004576 beq  0x00000008 , 0x0000498a 
+ 00018796  0x00004577 beq  0x00000006 , 0x000049a0 
+ 00018797  0x00004578 beq  0x0000000a , 0x000049ea 
+ 00018798  0x00004579 beq  0x00000000 , 0x000049fc 
+ 00018799  0x0000457a branch  0x00004984 
+ 00018800  0x0000457d fetch  0x00000001 , 0x00000c6f 
+ 00018801  0x0000457e beq  0x00000002 , 0x00004a2f 
+ 00018802  0x0000457f beq  0x00000001 , 0x00004a33 
+ 00018803  0x00004580 beq  0x00000003 , 0x00004a45 
+ 00018804  0x00004581 branch  0x00004984 
+ 00018805  0x00004584 branch  0x00004984 
+ 00018806  0x00004587 fetch  0x00000001 , 0x00000c6f 
+ 00018807  0x00004588 beq  0x00000001 , 0x00004a4f 
+ 00018808  0x00004589 beq  0x00000003 , 0x00004a79 
+ 00018809  0x0000458a beq  0x00000005 , 0x00004aa3 
+ 00018810  0x0000458b beq  0x00000009 , 0x00004abc 
+ 00018811  0x0000458c beq  0x0000000b , 0x00004ad7 
+ 00018812  0x0000458d beq  0x00000007 , 0x00004984 
+ 00018813  0x0000458e branch  0x00004984 
+ 00018814  0x00004591 fetch  0x00000001 , 0x00000c6f 
+ 00018815  0x00004592 beq  0x0000000a , 0x00004ae8 
+ 00018816  0x00004593 beq  0x00000009 , 0x00004af9 
+ 00018817  0x00004594 beq  0x0000000b , 0x00004b11 
+ 00018818  0x00004595 branch  0x00004984 
+ 00018819  0x00004598 branch  0x00004984 
+ 00018820  0x0000459b hfetch  0x00000001 , 0x00008a11 
+ 00018821  0x0000459c set1  0x00000000 , 0x0000003f 
+ 00018822  0x0000459d hstore  0x00000001 , 0x00008a11 
+ 00018823  0x0000459e branch  0x00004988 
+ 00018824  0x000045a1 jam  0x00000040 , 0x00008a12 
+ 00018825  0x000045a2 rtn 
+ 00018826  0x000045a5 fetch  0x00000001 , 0x00000c6e 
+ 00018827  0x000045a6 bne  0x00000080 , 0x00004984 
+ 00018828  0x000045a7 fetch  0x00000001 , 0x00000c72 
+ 00018829  0x000045a8 bne  0x00000000 , 0x00004984 
+ 00018830  0x000045a9 fetch  0x00000001 , 0x00000c73 
+ 00018831  0x000045aa bne  0x00000000 , 0x00004984 
+ 00018832  0x000045ab fetch  0x00000001 , 0x00000c74 
+ 00018833  0x000045ac bne  0x00000001 , 0x00004984 
+ 00018834  0x000045ad fetch  0x00000001 , 0x00000c75 
+ 00018835  0x000045ae bne  0x00000000 , 0x00004984 
+ 00018836  0x000045af fetch  0x00000001 , 0x00000c70 
+ 00018837  0x000045b0 bne  0x00000000 , 0x00004984 
+ 00018838  0x000045b1 fetch  0x00000001 , 0x00000c71 
+ 00018839  0x000045b2 bne  0x00000000 , 0x00004984 
+ 00018840  0x000045b3 fetch  0x00000001 , 0x00000c6b 
+ 00018841  0x000045b4 beq  0x00000004 , 0x0000499c 
+ 00018842  0x000045b5 beq  0x00000003 , 0x0000499e 
+ 00018843  0x000045b6 branch  0x00004984 
+ 00018844  0x000045b9 arg  0x00000001 , 0x00000012 
+ 00018845  0x000045ba branch  0x00004a14 
+ 00018846  0x000045bd arg  0x00000001 , 0x00000012 
+ 00018847  0x000045be branch  0x00004a12 
+ 00018848  0x000045c1 bpatch  0x000000f9 , 0x0000401f 
+ 00018849  0x000045c2 set0  0x00000023 , 0x00000000 
+ 00018850  0x000045c3 fetch  0x00000001 , 0x00000c71 
+ 00018851  0x000045c4 beq  0x00000001 , 0x000049b6 
+ 00018852  0x000045c5 beq  0x00000002 , 0x000049cf 
+ 00018853  0x000045c6 beq  0x00000003 , 0x000049d2 
+ 00018854  0x000045c7 beq  0x00000021 , 0x000049a9 
+ 00018855  0x000045c8 beq  0x00000022 , 0x000049e0 
+ 00018856  0x000045c9 branch  0x00004984 
+ 00018857  0x000045cc jam  0x00000000 , 0x00000d4b 
+ 00018858  0x000045cd fetch  0x00000001 , 0x00000c72 
+ 00018859  0x000045ce beq  0x00000000 , 0x000049ae 
+ 00018860  0x000045cf beq  0x00000001 , 0x000049b2 
+ 00018861  0x000045d0 branch  0x00004984 
+ 00018862  0x000045d3 arg  0x00000b93 , 0x00000011 
+ 00018863  0x000045d4 ifetch  0x00000001 , 0x00000011 
+ 00018864  0x000045d5 iforce  0x00000012 
+ 00018865  0x000045d6 branch  0x00004b21 
+ 00018866  0x000045d9 arg  0x00000bac , 0x00000011 
+ 00018867  0x000045da ifetch  0x00000001 , 0x00000011 
+ 00018868  0x000045db iforce  0x00000012 
+ 00018869  0x000045dc branch  0x00004b21 
+ 00018870  0x000045e2 fetch  0x00000001 , 0x00000d48 
+ 00018871  0x000045e3 ncall  0x000049c7 , 0x00000034 
+ 00018872  0x000045e4 setarg  0x00000b68 
+ 00018873  0x000045e5 fetcht  0x00000001 , 0x00000b68 
+ 00018874  0x000045e7 store  0x00000002 , 0x00000d3f 
+ 00018875  0x000045e8 storet  0x00000001 , 0x00000d41 
+ 00018876  0x000045e9 fetch  0x00000001 , 0x00000c74 
+ 00018877  0x000045ea isub  0x00000002 , 0x0000003e 
+ 00018878  0x000045eb nbranch  0x000049c5 , 0x00000002 
+ 00018879  0x000045ed fetch  0x00000001 , 0x00000d41 
+ 00018880  0x000045ef iforce  0x00000012 
+ 00018881  0x000045f0 fetch  0x00000002 , 0x00000d3f 
+ 00018882  0x000045f1 add  0x0000003f , 0x00000001 , 0x0000003f 
+ 00018883  0x000045f2 iforce  0x00000011 
+ 00018884  0x000045f3 branch  0x00004b21 
+ 00018885  0x000045f5 fetch  0x00000001 , 0x00000c74 
+ 00018886  0x000045f6 branch  0x000049c0 
+ 00018887  0x000045f9 hfetch  0x00000001 , 0x00008a04 
+ 00018888  0x000045fa ncall  0x000049cb , 0x00000034 
+ 00018889  0x000045fb jam  0x00000000 , 0x00000d48 
+ 00018890  0x000045fc rtn 
+ 00018891  0x000045fe hfetch  0x00000001 , 0x00008a04 
+ 00018892  0x000045ff set1  0x00000007 , 0x0000003f 
+ 00018893  0x00004600 hstore  0x00000001 , 0x00008a04 
+ 00018894  0x00004601 rtn 
+ 00018895  0x00004604 setarg  0x00000b80 
+ 00018896  0x00004605 fetcht  0x00000001 , 0x00000b80 
+ 00018897  0x00004606 branch  0x000049ba 
+ 00018898  0x00004609 fetch  0x00000001 , 0x00000c70 
+ 00018899  0x0000460a sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00018900  0x0000460b nbranch  0x00004984 , 0x00000002 
+ 00018901  0x0000460c fetch  0x00000001 , 0x00000c70 
+ 00018902  0x0000460d arg  0x00000be4 , 0x00000011 
+ 00018903  0x0000460e beq  0x00000000 , 0x00004b1e 
+ 00018904  0x0000460f set1  0x00000023 , 0x00000000 
+ 00018905  0x00004610 arg  0x00000be9 , 0x00000011 
+ 00018906  0x00004611 beq  0x00000001 , 0x00004b1e 
+ 00018907  0x00004612 arg  0x00000c07 , 0x00000011 
+ 00018908  0x00004613 beq  0x00000002 , 0x00004b1e 
+ 00018909  0x00004614 arg  0x00000c47 , 0x00000011 
+ 00018910  0x00004615 beq  0x00000003 , 0x00004b1e 
+ 00018911  0x00004616 rtn 
+ 00018912  0x00004619 fetch  0x00000002 , 0x00000c72 
+ 00018913  0x0000461a beq  0x00000001 , 0x000049e5 
+ 00018914  0x0000461b fetch  0x00000002 , 0x00000b7c 
+ 00018915  0x0000461c copy  0x0000003f , 0x00000011 
+ 00018916  0x0000461e branch  0x00004b1e 
+ 00018917  0x00004620 jam  0x00000001 , 0x00000d45 
+ 00018918  0x00004621 jam  0x00000001 , 0x00000d36 
+ 00018919  0x00004622 fetch  0x00000002 , 0x00000b7e 
+ 00018920  0x00004623 copy  0x0000003f , 0x00000011 
+ 00018921  0x00004625 branch  0x00004b1e 
+ 00018922  0x00004629 fetch  0x00000001 , 0x00000c6b 
+ 00018923  0x0000462a bne  0x00000004 , 0x00004984 
+ 00018924  0x0000462b fetch  0x00000001 , 0x00000c6e 
+ 00018925  0x0000462c bne  0x00000081 , 0x00004984 
+ 00018926  0x0000462d fetch  0x00000001 , 0x00000c70 
+ 00018927  0x0000462e bne  0x00000000 , 0x00004984 
+ 00018928  0x0000462f fetch  0x00000001 , 0x00000c71 
+ 00018929  0x00004630 bne  0x00000000 , 0x00004984 
+ 00018930  0x00004631 fetch  0x00000001 , 0x00000c74 
+ 00018931  0x00004632 bne  0x00000001 , 0x00004984 
+ 00018932  0x00004633 fetch  0x00000001 , 0x00000c75 
+ 00018933  0x00004634 bne  0x00000000 , 0x00004984 
+ 00018934  0x00004635 fetch  0x00000001 , 0x00000c72 
+ 00018935  0x00004636 bne  0x00000000 , 0x00004984 
+ 00018936  0x00004637 fetch  0x00000001 , 0x00000c73 
+ 00018937  0x00004638 bne  0x00000000 , 0x00004984 
+ 00018938  0x00004639 arg  0x00000001 , 0x00000012 
+ 00018939  0x0000463a branch  0x00004a12 
+ 00018940  0x0000463e fetch  0x00000001 , 0x00000c6b 
+ 00018941  0x0000463f beq  0x00000002 , 0x00004984 
+ 00018942  0x00004640 fetch  0x00000001 , 0x00000c70 
+ 00018943  0x00004641 bne  0x00000000 , 0x00004984 
+ 00018944  0x00004642 fetch  0x00000001 , 0x00000c71 
+ 00018945  0x00004643 bne  0x00000000 , 0x00004984 
+ 00018946  0x00004644 fetch  0x00000001 , 0x00000c74 
+ 00018947  0x00004645 bne  0x00000002 , 0x00004984 
+ 00018948  0x00004646 fetch  0x00000001 , 0x00000c75 
+ 00018949  0x00004647 bne  0x00000000 , 0x00004984 
+ 00018950  0x00004648 fetch  0x00000001 , 0x00000c73 
+ 00018951  0x00004649 bne  0x00000000 , 0x00004984 
+ 00018952  0x0000464a fetch  0x00000001 , 0x00000c6e 
+ 00018953  0x0000464b beq  0x00000080 , 0x00004a0d 
+ 00018954  0x0000464c beq  0x00000081 , 0x00004a18 
+ 00018955  0x0000464d beq  0x00000082 , 0x00004a1c 
+ 00018956  0x0000464e branch  0x00004984 
+ 00018957  0x00004651 fetch  0x00000001 , 0x00000c72 
+ 00018958  0x00004652 bne  0x00000000 , 0x00004984 
+ 00018959  0x00004653 arg  0x00000002 , 0x00000012 
+ 00018960  0x00004654 fetch  0x00000001 , 0x00000d39 
+ 00018961  0x00004655 beq  0x00000001 , 0x00004a16 
+ 00018962  0x00004658 arg  0x00000c65 , 0x00000011 
+ 00018963  0x00004659 branch  0x00004b21 
+ 00018964  0x0000465b arg  0x00000c67 , 0x00000011 
+ 00018965  0x0000465c branch  0x00004b21 
+ 00018966  0x0000465e arg  0x00000c69 , 0x00000011 
+ 00018967  0x0000465f branch  0x00004b21 
+ 00018968  0x00004662 fetch  0x00000001 , 0x00000c6b 
+ 00018969  0x00004663 bne  0x00000004 , 0x00004984 
+ 00018970  0x00004664 arg  0x00000002 , 0x00000012 
+ 00018971  0x00004665 branch  0x00004a12 
+ 00018972  0x00004668 fetch  0x00000001 , 0x00000c6b 
+ 00018973  0x00004669 bne  0x00000004 , 0x00004984 
+ 00018974  0x0000466a fetch  0x00000001 , 0x00000c72 
+ 00018975  0x0000466b beq  0x00000081 , 0x00004a29 
+ 00018976  0x0000466c beq  0x00000082 , 0x00004a2b 
+ 00018977  0x0000466d beq  0x00000083 , 0x00004a2d 
+ 00018978  0x0000466e and_into  0x0000007f , 0x0000003f 
+ 00018979  0x0000466f beq  0x00000000 , 0x00004a25 
+ 00018980  0x00004670 branch  0x00004984 
+ 00018981  0x00004673 fetch  0x00000001 , 0x00000d3b 
+ 00018982  0x00004675 arg  0x00000002 , 0x00000012 
+ 00018983  0x00004676 beq  0x00000001 , 0x00004a14 
+ 00018984  0x00004677 branch  0x00004a12 
+ 00018985  0x00004679 fetch  0x00000001 , 0x00000d3c 
+ 00018986  0x0000467a branch  0x00004a26 
+ 00018987  0x0000467c fetch  0x00000001 , 0x00000d3d 
+ 00018988  0x0000467d branch  0x00004a26 
+ 00018989  0x0000467f fetch  0x00000001 , 0x00000d3e 
+ 00018990  0x00004680 branch  0x00004a26 
+ 00018991  0x00004683 jam  0x00000001 , 0x00000d4c 
+ 00018992  0x00004684 arg  0x00000d4d , 0x00000011 
+ 00018993  0x00004685 arg  0x00000001 , 0x00000012 
+ 00018994  0x00004686 branch  0x00004b21 
+ 00018995  0x00004689 fetch  0x00000002 , 0x00000c70 
+ 00018996  0x0000468a arg  0x000001ba , 0x00000002 
+ 00018997  0x0000468b isub  0x00000002 , 0x0000003e 
+ 00018998  0x0000468c nbranch  0x00004984 , 0x00000005 
+ 00018999  0x0000468d set0  0x00000023 , 0x00000000 
+ 00019000  0x0000468f fetch  0x00000001 , 0x00000d42 
+ 00019001  0x00004690 nbranch  0x00004a42 , 0x00000034 
+ 00019002  0x00004691 jam  0x00000000 , 0x00000cf6 
+ 00019003  0x00004693 fetch  0x00000001 , 0x00000c74 
+ 00019004  0x00004694 iforce  0x00000012 
+ 00019005  0x00004695 arg  0x00000cf6 , 0x00000011 
+ 00019006  0x00004696 call  0x00004b21 
+ 00019007  0x00004698 arg  0x00000cf6 , 0x00000005 
+ 00019008  0x00004699 arg  0x00000008 , 0x00000039 
+ 00019009  0x0000469a branch  0x00007ec6 
+ 00019010  0x0000469c jam  0x00000000 , 0x00000d42 
+ 00019011  0x0000469d jam  0x00000001 , 0x00000cf6 
+ 00019012  0x0000469e branch  0x00004a3b 
+ 00019013  0x000046a1 fetch  0x00000001 , 0x00000c74 
+ 00019014  0x000046a2 bne  0x00000001 , 0x00004984 
+ 00019015  0x000046a3 jam  0x00000001 , 0x00000d4b 
+ 00019016  0x000046a4 arg  0x00000001 , 0x00000012 
+ 00019017  0x000046a5 fetch  0x00000001 , 0x00000d49 
+ 00019018  0x000046a6 beq  0x00000000 , 0x00004a4d 
+ 00019019  0x000046a7 beq  0x00000001 , 0x00004a4e 
+ 00019020  0x000046a8 branch  0x00004a12 
+ 00019021  0x000046aa branch  0x00004a14 
+ 00019022  0x000046ac branch  0x00004a12 
+ 00019023  0x000046b2 fetch  0x00000001 , 0x00000c6b 
+ 00019024  0x000046b3 bne  0x00000004 , 0x00004984 
+ 00019025  0x000046b4 fetch  0x00000001 , 0x00000c74 
+ 00019026  0x000046b5 bne  0x00000000 , 0x00004984 
+ 00019027  0x000046b6 fetch  0x00000001 , 0x00000c75 
+ 00019028  0x000046b7 bne  0x00000000 , 0x00004984 
+ 00019029  0x000046b8 fetch  0x00000001 , 0x00000c71 
+ 00019030  0x000046b9 bne  0x00000000 , 0x00004984 
+ 00019031  0x000046ba fetch  0x00000001 , 0x00000c73 
+ 00019032  0x000046bb bne  0x00000000 , 0x00004984 
+ 00019033  0x000046bc fetch  0x00000001 , 0x00000c6e 
+ 00019034  0x000046bd beq  0x00000000 , 0x00004a5e 
+ 00019035  0x000046be beq  0x00000001 , 0x00004a66 
+ 00019036  0x000046bf beq  0x00000002 , 0x00004a67 
+ 00019037  0x000046c0 branch  0x00004984 
+ 00019038  0x000046c3 fetch  0x00000001 , 0x00000c70 
+ 00019039  0x000046c4 bne  0x00000001 , 0x00004984 
+ 00019040  0x000046c5 hfetch  0x00000001 , 0x00008a00 
+ 00019041  0x000046c6 set0  0x00000007 , 0x0000003f 
+ 00019042  0x000046c7 hstore  0x00000001 , 0x00008a00 
+ 00019043  0x000046c8 jam  0x00000000 , 0x00000d39 
+ 00019044  0x000046c9 jam  0x00000001 , 0x00000d3a 
+ 00019045  0x000046ca branch  0x00004988 
+ 00019046  0x000046cd branch  0x00004984 
+ 00019047  0x000046d0 fetch  0x00000001 , 0x00000c70 
+ 00019048  0x000046d1 bne  0x00000000 , 0x00004984 
+ 00019049  0x000046d2 fetch  0x00000001 , 0x00000c72 
+ 00019050  0x000046d3 beq  0x00000081 , 0x00004a72 
+ 00019051  0x000046d4 beq  0x00000082 , 0x00004a75 
+ 00019052  0x000046d5 beq  0x00000083 , 0x00004a77 
+ 00019053  0x000046d6 and_into  0x0000007f , 0x0000003f 
+ 00019054  0x000046d7 beq  0x00000000 , 0x00004a70 
+ 00019055  0x000046d8 branch  0x00004984 
+ 00019056  0x000046db jam  0x00000000 , 0x00000d3b 
+ 00019057  0x000046dc branch  0x00004988 
+ 00019058  0x000046de jam  0x00000000 , 0x00000d3c 
+ 00019059  0x000046e0 jam  0x00000001 , 0x00000d53 
+ 00019060  0x000046e1 branch  0x00004988 
+ 00019061  0x000046e3 jam  0x00000000 , 0x00000d3d 
+ 00019062  0x000046e4 branch  0x00004a73 
+ 00019063  0x000046e6 jam  0x00000000 , 0x00000d3e 
+ 00019064  0x000046e7 branch  0x00004a73 
+ 00019065  0x000046eb fetch  0x00000001 , 0x00000c74 
+ 00019066  0x000046ec bne  0x00000000 , 0x00004984 
+ 00019067  0x000046ed fetch  0x00000001 , 0x00000c75 
+ 00019068  0x000046ee bne  0x00000000 , 0x00004984 
+ 00019069  0x000046ef fetch  0x00000001 , 0x00000c6e 
+ 00019070  0x000046f0 beq  0x00000000 , 0x00004a82 
+ 00019071  0x000046f1 beq  0x00000001 , 0x00004a8f 
+ 00019072  0x000046f2 beq  0x00000002 , 0x00004a90 
+ 00019073  0x000046f3 branch  0x00004984 
+ 00019074  0x000046f6 fetch  0x00000001 , 0x00000c70 
+ 00019075  0x000046f7 bne  0x00000001 , 0x00004984 
+ 00019076  0x000046f8 hfetch  0x00000001 , 0x00008a00 
+ 00019077  0x000046f9 set1  0x00000007 , 0x0000003f 
+ 00019078  0x000046fa hstore  0x00000001 , 0x00008a00 
+ 00019079  0x000046fb jam  0x00000001 , 0x00000d39 
+ 00019080  0x000046fc jam  0x00000003 , 0x00000d36 
+ 00019081  0x000046fd jam  0x00000000 , 0x00000d43 
+ 00019082  0x000046fe call  0x00004988 
+ 00019083  0x00004700 call  0x00007f15 
+ 00019084  0x00004701 setarg  0x00001388 
+ 00019085  0x00004702 arg  0x0000000f , 0x00000007 
+ 00019086  0x00004703 branch  0x00007f08 
+ 00019087  0x00004706 branch  0x00004984 
+ 00019088  0x00004709 fetch  0x00000001 , 0x00000c70 
+ 00019089  0x0000470a bne  0x00000000 , 0x00004984 
+ 00019090  0x0000470b fetch  0x00000001 , 0x00000c71 
+ 00019091  0x0000470c bne  0x00000000 , 0x00004984 
+ 00019092  0x0000470d fetch  0x00000001 , 0x00000c72 
+ 00019093  0x0000470e beq  0x00000081 , 0x00004a9d 
+ 00019094  0x0000470f beq  0x00000082 , 0x00004a9f 
+ 00019095  0x00004710 beq  0x00000083 , 0x00004aa1 
+ 00019096  0x00004711 and_into  0x0000007f , 0x0000003f 
+ 00019097  0x00004712 beq  0x00000000 , 0x00004a9b 
+ 00019098  0x00004713 branch  0x00004984 
+ 00019099  0x00004716 jam  0x00000001 , 0x00000d3b 
+ 00019100  0x00004717 branch  0x00004988 
+ 00019101  0x00004719 jam  0x00000001 , 0x00000d3c 
+ 00019102  0x0000471a branch  0x00004988 
+ 00019103  0x0000471c jam  0x00000001 , 0x00000d3d 
+ 00019104  0x0000471d branch  0x00004988 
+ 00019105  0x0000471f jam  0x00000001 , 0x00000d3e 
+ 00019106  0x00004720 branch  0x00004988 
+ 00019107  0x00004724 fetch  0x00000001 , 0x00000c6e 
+ 00019108  0x00004725 bne  0x00000000 , 0x00004984 
+ 00019109  0x00004726 fetch  0x00000001 , 0x00000c72 
+ 00019110  0x00004727 bne  0x00000000 , 0x00004984 
+ 00019111  0x00004728 fetch  0x00000001 , 0x00000c73 
+ 00019112  0x00004729 bne  0x00000000 , 0x00004984 
+ 00019113  0x0000472a fetch  0x00000001 , 0x00000c74 
+ 00019114  0x0000472b bne  0x00000000 , 0x00004984 
+ 00019115  0x0000472c fetch  0x00000001 , 0x00000c75 
+ 00019116  0x0000472d bne  0x00000000 , 0x00004984 
+ 00019117  0x0000472e fetch  0x00000001 , 0x00000c71 
+ 00019118  0x0000472f bne  0x00000000 , 0x00004984 
+ 00019119  0x00004730 fetch  0x00000001 , 0x00000c70 
+ 00019120  0x00004731 and_into  0x00000080 , 0x0000003f 
+ 00019121  0x00004732 bne  0x00000000 , 0x00004984 
+ 00019122  0x00004733 fetch  0x00000001 , 0x00000c70 
+ 00019123  0x00004734 bne  0x00000000 , 0x00004aba 
+ 00019124  0x00004736 jam  0x00000002 , 0x00000c6b 
+ 00019125  0x00004738 fetch  0x00000001 , 0x00000c70 
+ 00019126  0x00004739 hstore  0x00000001 , 0x00008a04 
+ 00019127  0x0000473a call  0x00004988 
+ 00019128  0x0000473b jam  0x00000001 , 0x00000d48 
+ 00019129  0x0000473c rtn 
+ 00019130  0x0000473e jam  0x00000003 , 0x00000c6b 
+ 00019131  0x0000473f branch  0x00004ab5 
+ 00019132  0x00004743 fetch  0x00000001 , 0x00000c6b 
+ 00019133  0x00004744 beq  0x00000002 , 0x00004984 
+ 00019134  0x00004745 fetch  0x00000001 , 0x00000c6e 
+ 00019135  0x00004746 bne  0x00000000 , 0x00004984 
+ 00019136  0x00004747 fetch  0x00000001 , 0x00000c72 
+ 00019137  0x00004748 bne  0x00000000 , 0x00004984 
+ 00019138  0x00004749 fetch  0x00000001 , 0x00000c73 
+ 00019139  0x0000474a bne  0x00000000 , 0x00004984 
+ 00019140  0x0000474b fetch  0x00000001 , 0x00000c74 
+ 00019141  0x0000474c bne  0x00000000 , 0x00004984 
+ 00019142  0x0000474d fetch  0x00000001 , 0x00000c75 
+ 00019143  0x0000474e bne  0x00000000 , 0x00004984 
+ 00019144  0x0000474f fetch  0x00000001 , 0x00000c71 
+ 00019145  0x00004750 bne  0x00000000 , 0x00004984 
+ 00019146  0x00004751 fetch  0x00000001 , 0x00000c70 
+ 00019147  0x00004752 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00019148  0x00004753 nbranch  0x00004984 , 0x00000002 
+ 00019149  0x00004754 fetch  0x00000001 , 0x00000c6b 
+ 00019150  0x00004755 beq  0x00000003 , 0x00004ad1 
+ 00019151  0x00004756 beq  0x00000004 , 0x00004ad1 
+ 00019152  0x00004757 branch  0x00004984 
+ 00019153  0x0000475b fetch  0x00000001 , 0x00000c70 
+ 00019154  0x0000475c beq  0x00000000 , 0x00004ad5 
+ 00019155  0x0000475d jam  0x00000004 , 0x00000c6b 
+ 00019156  0x0000475e branch  0x00004988 
+ 00019157  0x00004760 jam  0x00000003 , 0x00000c6b 
+ 00019158  0x00004761 branch  0x00004988 
+ 00019159  0x00004765 fetch  0x00000001 , 0x00000c6b 
+ 00019160  0x00004766 bne  0x00000004 , 0x00004984 
+ 00019161  0x00004767 fetch  0x00000001 , 0x00000c6e 
+ 00019162  0x00004768 bne  0x00000001 , 0x00004984 
+ 00019163  0x00004769 fetch  0x00000001 , 0x00000c70 
+ 00019164  0x0000476a bne  0x00000000 , 0x00004984 
+ 00019165  0x0000476b fetch  0x00000001 , 0x00000c71 
+ 00019166  0x0000476c bne  0x00000000 , 0x00004984 
+ 00019167  0x0000476d fetch  0x00000001 , 0x00000c74 
+ 00019168  0x0000476e bne  0x00000000 , 0x00004984 
+ 00019169  0x0000476f fetch  0x00000001 , 0x00000c75 
+ 00019170  0x00004770 bne  0x00000000 , 0x00004984 
+ 00019171  0x00004771 fetch  0x00000001 , 0x00000c72 
+ 00019172  0x00004772 bne  0x00000000 , 0x00004984 
+ 00019173  0x00004773 fetch  0x00000001 , 0x00000c73 
+ 00019174  0x00004774 bne  0x00000000 , 0x00004984 
+ 00019175  0x00004775 branch  0x00004988 
+ 00019176  0x00004779 jam  0x00000001 , 0x00000d4c 
+ 00019177  0x0000477a fetch  0x00000001 , 0x00000c71 
+ 00019178  0x0000477b store  0x00000001 , 0x00000d4d 
+ 00019179  0x0000477c fetch  0x00000001 , 0x00000c72 
+ 00019180  0x0000477d sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00019181  0x0000477e call  0x00004af5 , 0x00000005 
+ 00019182  0x0000477f fetch  0x00000001 , 0x00000d36 
+ 00019183  0x00004780 bne  0x00000004 , 0x00004988 
+ 00019184  0x00004781 jam  0x00000002 , 0x00000d36 
+ 00019185  0x00004782 call  0x00004988 
+ 00019186  0x00004783 nop  0x00007530 
+ 00019187  0x00004784 nop  0x00007530 
+ 00019188  0x00004785 rtn 
+ 00019189  0x00004787 jam  0x00000001 , 0x00000d45 
+ 00019190  0x00004788 jam  0x00000000 , 0x00000d3a 
+ 00019191  0x00004789 jam  0x00000004 , 0x00000d36 
+ 00019192  0x0000478a rtn 
+ 00019193  0x0000478e jam  0x00000001 , 0x00000d50 
+ 00019194  0x0000478f call  0x00004b03 
+ 00019195  0x00004790 fetch  0x00000002 , 0x00000c70 
+ 00019196  0x00004791 store  0x00000002 , 0x00000d4e 
+ 00019197  0x00004792 fetch  0x00000001 , 0x00000c74 
+ 00019198  0x00004793 iforce  0x00000039 
+ 00019199  0x00004794 arg  0x00000c76 , 0x00000006 
+ 00019200  0x00004795 arg  0x00000cb6 , 0x00000005 
+ 00019201  0x00004796 call  0x00007f01 
+ 00019202  0x00004797 branch  0x00004988 
+ 00019203  0x0000479a fetch  0x00000002 , 0x00000c70 
+ 00019204  0x0000479b arg  0x00000200 , 0x00000002 
+ 00019205  0x0000479c isub  0x00000002 , 0x0000003e 
+ 00019206  0x0000479d nrtn  0x00000005 
+ 00019207  0x0000479e fetch  0x00000002 , 0x00000c72 
+ 00019208  0x0000479f arg  0x00000000 , 0x00000002 
+ 00019209  0x000047a0 isub  0x00000002 , 0x0000003e 
+ 00019210  0x000047a1 nrtn  0x00000005 
+ 00019211  0x000047a2 fetch  0x00000002 , 0x00000c74 
+ 00019212  0x000047a3 arg  0x00000001 , 0x00000002 
+ 00019213  0x000047a4 isub  0x00000002 , 0x0000003e 
+ 00019214  0x000047a5 nrtn  0x00000005 
+ 00019215  0x000047a6 jam  0x00000001 , 0x00000d43 
+ 00019216  0x000047a7 rtn 
+ 00019217  0x000047ab fetch  0x00000001 , 0x00000c74 
+ 00019218  0x000047ac bne  0x00000000 , 0x00004984 
+ 00019219  0x000047ad fetch  0x00000001 , 0x00000c70 
+ 00019220  0x000047ae beq  0x00000000 , 0x00004b17 
+ 00019221  0x000047af beq  0x00000001 , 0x00004b1a 
+ 00019222  0x000047b0 branch  0x00004984 
+ 00019223  0x000047b2 jam  0x00000000 , 0x00000d4a 
+ 00019224  0x000047b3 jam  0x00000001 , 0x00000d49 
+ 00019225  0x000047b4 branch  0x00004988 
+ 00019226  0x000047b6 jam  0x00000001 , 0x00000d44 
+ 00019227  0x000047b7 jam  0x00000001 , 0x00000d4a 
+ 00019228  0x000047b8 jam  0x00000000 , 0x00000d49 
+ 00019229  0x000047b9 branch  0x00004988 
+ 00019230  0x000047bd ifetch  0x00000001 , 0x00000011 
+ 00019231  0x000047be iforce  0x00000012 
+ 00019232  0x000047bf increase  0x00000001 , 0x00000011 
+ 00019233  0x000047c2 bpatch  0x000000fa , 0x0000401f 
+ 00019234  0x000047c3 bmark0  0x00000023 , 0x00004b2c 
+ 00019235  0x000047c4 add  0x00000012 , 0x00000001 , 0x0000003f 
+ 00019236  0x000047c5 lshift  0x0000003f , 0x0000003f 
+ 00019237  0x000047c6 hstore  0x00000001 , 0x00008a18 
+ 00019238  0x000047c7 jam  0x00000003 , 0x00008a18 
+ 00019239  0x000047c8 fetch  0x00000001 , 0x00000c74 
+ 00019240  0x000047c9 increase  0xfffffffe , 0x0000003f 
+ 00019241  0x000047ca rshift  0x0000003f , 0x0000003f 
+ 00019242  0x000047cb store  0x00000001 , 0x00000c74 
+ 00019243  0x000047cc beq  0x00000000 , 0x00004b35 
+ 00019244  0x000047ce fetch  0x00000002 , 0x00000c74 
+ 00019245  0x000047cf isub  0x00000012 , 0x0000003e 
+ 00019246  0x000047d0 branch  0x00004b30 , 0x00000002 
+ 00019247  0x000047d1 copy  0x0000003f , 0x00000012 
+ 00019248  0x000047d3 deposit  0x00000011 
+ 00019249  0x000047d4 store  0x00000002 , 0x00000b65 
+ 00019250  0x000047d5 deposit  0x00000012 
+ 00019251  0x000047d6 store  0x00000001 , 0x00000b67 
+ 00019252  0x000047d7 branch  0x00004b37 
+ 00019253  0x000047da arg  0x00000000 , 0x00000007 
+ 00019254  0x000047db branch  0x00004b57 
+ 00019255  0x000047df bpatch  0x000000fb , 0x0000401f 
+ 00019256  0x000047e0 fetch  0x00000001 , 0x00000b67 
+ 00019257  0x000047e1 rtn  0x00000034 
+ 00019258  0x000047e2 copy  0x0000003f , 0x00000039 
+ 00019259  0x000047e3 sub  0x0000003f , 0x00000040 , 0x0000003e 
+ 00019260  0x000047e4 branch  0x00004b3e , 0x00000002 
+ 00019261  0x000047e5 arg  0x00000040 , 0x00000039 
+ 00019262  0x000047e7 fetch  0x00000001 , 0x00000b67 
+ 00019263  0x000047e8 isub  0x00000039 , 0x0000003f 
+ 00019264  0x000047e9 store  0x00000001 , 0x00000b67 
+ 00019265  0x000047ea fetch  0x00000002 , 0x00000b65 
+ 00019266  0x000047eb copy  0x0000003f , 0x00000006 
+ 00019267  0x000047ed ifetch  0x00000001 , 0x00000006 
+ 00019268  0x000047ee hstore  0x00000001 , 0x00008a18 
+ 00019269  0x000047ef bmark0  0x00000023 , 0x00004b47 
+ 00019270  0x000047f0 jam  0x00000000 , 0x00008a18 
+ 00019271  0x000047f2 loop  0x00004b43 
+ 00019272  0x000047f3 copy  0x00000006 , 0x0000003f 
+ 00019273  0x000047f4 store  0x00000002 , 0x00000b65 
+ 00019274  0x000047f5 arg  0x00000000 , 0x00000007 
+ 00019275  0x000047f6 call  0x00004b57 
+ 00019276  0x000047f7 fetch  0x00000001 , 0x00000b67 
+ 00019277  0x000047f8 nrtn  0x00000034 
+ 00019278  0x000047f9 fetch  0x00000001 , 0x00000d36 
+ 00019279  0x000047fa rtnne  0x00000001 
+ 00019280  0x000047fb jam  0x00000002 , 0x00000d36 
+ 00019281  0x000047fc rtn 
+ 00019282  0x00004800 arg  0x00008a19 , 0x00000011 
+ 00019283  0x00004801 arg  0x00000001 , 0x00000007 
+ 00019284  0x00004803 ifetch  0x00000001 , 0x00000006 
+ 00019285  0x00004804 istore  0x00000001 , 0x00000011 
+ 00019286  0x00004805 loop  0x00004b54 
+ 00019287  0x00004807 setarg  0x00000000 
+ 00019288  0x00004808 qset1  0x0000003f 
+ 00019289  0x00004809 hstore  0x00000001 , 0x00008a10 
+ 00019290  0x0000480a fetcht  0x00000001 , 0x00000d37 
+ 00019291  0x0000480b ior  0x00000002 , 0x0000003f 
+ 00019292  0x0000480c store  0x00000001 , 0x00000d37 
+ 00019293  0x0000480d rtn 
+ 00019294  0x00004810 arg  0x00000002 , 0x00000007 
+ 00019295  0x00004811 arg  0x00008a1a , 0x00000011 
+ 00019296  0x00004812 branch  0x00004b54 
+ 00019297  0x00004815 bpatch  0x000000fc , 0x0000401f 
+ 00019298  0x00004816 fetch  0x00000001 , 0x00000d38 
+ 00019299  0x00004817 rtn  0x00000034 
+ 00019300  0x00004818 fetch  0x00000001 , 0x00000d37 
+ 00019301  0x00004819 nbranch  0x00004bac , 0x00000034 
+ 00019302  0x0000481a fetch  0x00000001 , 0x00000d45 
+ 00019303  0x0000481b branch  0x00004b86 , 0x00000034 
+ 00019304  0x0000481c fetch  0x00000001 , 0x00000d36 
+ 00019305  0x0000481d beq  0x00000003 , 0x00004bbf 
+ 00019306  0x0000481e bne  0x00000002 , 0x00004b86 
+ 00019307  0x0000481f fetch  0x00000001 , 0x00000d3a 
+ 00019308  0x00004820 nbranch  0x00004b86 , 0x00000034 
+ 00019309  0x00004821 call  0x00004b6f 
+ 00019310  0x00004822 branch  0x00004b7a 
+ 00019311  0x00004825 fetch  0x00000001 , 0x00000d38 
+ 00019312  0x00004826 rtnbit0  0x00000001 
+ 00019313  0x00004827 fetch  0x00000001 , 0x00000d37 
+ 00019314  0x00004828 rtnbit1  0x00000001 
+ 00019315  0x00004829 fetch  0x00000001 , 0x00000d38 
+ 00019316  0x0000482a set0  0x00000001 , 0x0000003f 
+ 00019317  0x0000482b store  0x00000001 , 0x00000d38 
+ 00019318  0x0000482c fetch  0x00000001 , 0x00000d51 
+ 00019319  0x0000482d rtn  0x00000034 
+ 00019320  0x0000482e beq  0x00000010 , 0x00004ba8 
+ 00019321  0x0000482f branch  0x00002a8c 
+ 00019322  0x00004832 fetch  0x00000001 , 0x00000d38 
+ 00019323  0x00004833 rtnbit0  0x00000002 
+ 00019324  0x00004834 fetch  0x00000001 , 0x00000d37 
+ 00019325  0x00004835 rtnbit1  0x00000002 
+ 00019326  0x00004836 fetch  0x00000001 , 0x00000d38 
+ 00019327  0x00004837 set0  0x00000002 , 0x0000003f 
+ 00019328  0x00004838 store  0x00000001 , 0x00000d38 
+ 00019329  0x00004839 fetch  0x00000001 , 0x00000d52 
+ 00019330  0x0000483a rtn  0x00000034 
+ 00019331  0x0000483b beq  0x00000020 , 0x00004b89 
+ 00019332  0x0000483c beq  0x00000021 , 0x00004ba4 
+ 00019333  0x0000483d branch  0x00002a8c 
+ 00019334  0x00004841 arg  0x00000d54 , 0x00000005 
+ 00019335  0x00004842 arg  0x00000006 , 0x00000039 
+ 00019336  0x00004843 branch  0x00007ec6 
+ 00019337  0x00004846 fetch  0x00000001 , 0x00000d4c 
+ 00019338  0x00004847 fetcht  0x00000001 , 0x00000d4b 
+ 00019339  0x00004848 iand  0x00000002 , 0x0000003f 
+ 00019340  0x00004849 branch  0x00004ba0 , 0x00000034 
+ 00019341  0x0000484a fetcht  0x00000001 , 0x00000d4a 
+ 00019342  0x0000484b iadd  0x00000002 , 0x0000003f 
+ 00019343  0x0000484c beq  0x00000001 , 0x00004b91 
+ 00019344  0x0000484d branch  0x00004ba0 
+ 00019345  0x00004850 jam  0x00000000 , 0x00000d52 
+ 00019346  0x00004852 fetch  0x00000001 , 0x00000d55 
+ 00019347  0x00004853 beq  0x00000002 , 0x00004ba1 
+ 00019348  0x00004854 beq  0x00000003 , 0x00004ba1 
+ 00019349  0x00004855 fetch  0x00000001 , 0x00000d55 
+ 00019350  0x00004856 store  0x00000001 , 0x00000d54 
+ 00019351  0x00004857 fetch  0x00000001 , 0x00000d56 
+ 00019352  0x00004858 istore  0x00000001 , 0x00000005 
+ 00019353  0x00004859 fetch  0x00000001 , 0x00000d58 
+ 00019354  0x0000485a istore  0x00000001 , 0x00000005 
+ 00019355  0x0000485b fetch  0x00000001 , 0x00000d5a 
+ 00019356  0x0000485c istore  0x00000001 , 0x00000005 
+ 00019357  0x0000485d arg  0x00000004 , 0x00000039 
+ 00019358  0x0000485e arg  0x00000d54 , 0x00000006 
+ 00019359  0x0000485f branch  0x00004b5e 
+ 00019360  0x00004862 jam  0x00000000 , 0x00000d52 
+ 00019361  0x00004864 arg  0x00000008 , 0x00000039 
+ 00019362  0x00004865 arg  0x00000d54 , 0x00000006 
+ 00019363  0x00004866 branch  0x00004b5e 
+ 00019364  0x00004869 jam  0x00000000 , 0x00000d52 
+ 00019365  0x0000486a arg  0x00000003 , 0x00000039 
+ 00019366  0x0000486b arg  0x00000d74 , 0x00000006 
+ 00019367  0x0000486c branch  0x00004b5e 
+ 00019368  0x0000486f jam  0x00000000 , 0x00000d51 
+ 00019369  0x00004870 arg  0x00000008 , 0x00000039 
+ 00019370  0x00004871 arg  0x00000d64 , 0x00000006 
+ 00019371  0x00004872 branch  0x00004b52 
+ 00019372  0x00004875 fetch  0x00000001 , 0x00000d36 
+ 00019373  0x00004876 beq  0x00000003 , 0x00004bb0 
+ 00019374  0x00004877 beq  0x00000002 , 0x00004bb2 
+ 00019375  0x00004878 rtn 
+ 00019376  0x0000487a jam  0x00000000 , 0x00000d37 
+ 00019377  0x0000487b rtn 
+ 00019378  0x0000487d hfetch  0x00000001 , 0x00008a00 
+ 00019379  0x0000487e set1  0x00000007 , 0x0000003f 
+ 00019380  0x0000487f hstore  0x00000001 , 0x00008a00 
+ 00019381  0x00004880 jam  0x00000001 , 0x00000d47 
+ 00019382  0x00004881 rtn 
+ 00019383  0x00004884 fetch  0x00000001 , 0x00000d36 
+ 00019384  0x00004885 rtneq  0x00000003 
+ 00019385  0x00004886 beq  0x00000002 , 0x00004bbb 
+ 00019386  0x00004887 rtn 
+ 00019387  0x00004889 fetch  0x00000001 , 0x00000d47 
+ 00019388  0x0000488a rtn  0x00000034 
+ 00019389  0x0000488b jam  0x00000001 , 0x00000d46 
+ 00019390  0x0000488c branch  0x00004bc2 
+ 00019391  0x0000488f arg  0x0000000f , 0x00000007 
+ 00019392  0x00004890 call  0x00007f16 
+ 00019393  0x00004891 nrtn  0x00000034 
+ 00019394  0x00004893 hfetch  0x00000001 , 0x00008a00 
+ 00019395  0x00004894 rtnbit0  0x00000007 
+ 00019396  0x00004895 jam  0x000000fc , 0x00008a00 
+ 00019397  0x00004896 nop  0x00007530 
+ 00019398  0x00004897 jam  0x0000003c , 0x00008a00 
+ 00019399  0x00004898 rtn 
+ 00019400  0x000048a0 bpatch  0x000000fd , 0x0000401f 
+ 00019401  0x000048a1 fetch  0x00000001 , 0x000041ce 
+ 00019402  0x000048a2 nrtn  0x00000034 
+ 00019403  0x000048a4 call  0x00004bce 
+ 00019404  0x000048a5 ncall  0x00004be6 , 0x00000028 
+ 00019405  0x000048a6 rtn 
+ 00019406  0x000048a9 bpatch  0x000000fe , 0x0000401f 
+ 00019407  0x000048aa copy  0x00000003 , 0x00000011 
+ 00019408  0x000048ab arg  0x00000004 , 0x00000002 
+ 00019409  0x000048ac ifetch  0x00000001 , 0x00000003 
+ 00019410  0x000048ad beq  0x00000001 , 0x00004bd8 
+ 00019411  0x000048ae increase  0x00000001 , 0x00000002 
+ 00019412  0x000048af beq  0x00000002 , 0x00004bd8 
+ 00019413  0x000048b0 copy  0x00000003 , 0x0000003f 
+ 00019414  0x000048b1 hstore  0x00000002 , 0x00008058 
+ 00019415  0x000048b2 rtn 
+ 00019416  0x000048b4 hfetch  0x00000002 , 0x00008112 
+ 00019417  0x000048b5 isub  0x00000002 , 0x0000003e 
+ 00019418  0x000048b6 nbranch  0x00004bd8 , 0x00000002 
+ 00019419  0x000048b8 disable  0x00000028 
+ 00019420  0x000048b9 copy  0x00000011 , 0x00000003 
+ 00019421  0x000048ba call  0x00004bee 
+ 00019422  0x000048bb iadd  0x00000002 , 0x00000002 
+ 00019423  0x000048bd hfetch  0x00000002 , 0x00008112 
+ 00019424  0x000048be isub  0x00000002 , 0x0000003e 
+ 00019425  0x000048bf nbranch  0x00004bdf , 0x00000002 
+ 00019426  0x000048c0 copy  0x00000011 , 0x00000003 
+ 00019427  0x000048c1 ifetch  0x00000001 , 0x00000003 
+ 00019428  0x000048c2 beq  0x00000001 , 0x00004c3f 
+ 00019429  0x000048c3 branch  0x00002a8c 
+ 00019430  0x000048c6 bpatch  0x000000ff , 0x0000401f 
+ 00019431  0x000048c7 hfetch  0x00000002 , 0x00008058 
+ 00019432  0x000048c8 iforce  0x00000003 
+ 00019433  0x000048c9 call  0x00004bee 
+ 00019434  0x000048ca iadd  0x00000003 , 0x00000003 
+ 00019435  0x000048cb deposit  0x00000003 
+ 00019436  0x000048cc hstore  0x00000002 , 0x00008058 
+ 00019437  0x000048cd rtn 
+ 00019438  0x000048d3 ifetch  0x00000001 , 0x00000003 
+ 00019439  0x000048d4 increase  0x00000002 , 0x00000003 
+ 00019440  0x000048d5 beq  0x00000002 , 0x00004bf3 
+ 00019441  0x000048d6 ifetch  0x00000001 , 0x00000003 
+ 00019442  0x000048d7 rtn 
+ 00019443  0x000048d9 ifetch  0x00000002 , 0x00000003 
+ 00019444  0x000048da rtn 
+ 00019445  0x000048dd hfetch  0x00000002 , 0x0000805e 
+ 00019446  0x000048de increase  0xfffffffb , 0x0000000a 
+ 00019447  0x000048df iadd  0x0000000a , 0x0000000a 
+ 00019448  0x000048e0 rtn 
+ 00019449  0x000048e3 arg  0x00000004 , 0x00000002 
+ 00019450  0x000048e4 branch  0x00004bfc 
+ 00019451  0x000048e6 arg  0x00000002 , 0x00000002 
+ 00019452  0x000048e8 bpatchx  0x00000000 , 0x00004020 
+ 00019453  0x000048e9 increase  0x00000001 , 0x00000039 
+ 00019454  0x000048ea hfetch  0x00000002 , 0x0000805e 
+ 00019455  0x000048eb copy  0x0000003f , 0x0000000a 
+ 00019456  0x000048ec copy  0x00000039 , 0x0000003f 
+ 00019457  0x000048ed istoret  0x00000001 , 0x0000000a 
+ 00019458  0x000048ee increase  0xffffffff , 0x0000003f 
+ 00019459  0x000048ef iadd  0x0000000a , 0x0000000a 
+ 00019460  0x000048f0 copy  0x0000000a , 0x0000003f 
+ 00019461  0x000048f1 store  0x00000002 , 0x00000258 
+ 00019462  0x000048f2 copy  0x00000002 , 0x0000003f 
+ 00019463  0x000048f3 rtneq  0x00000002 
+ 00019464  0x000048f4 fetch  0x00000002 , 0x00000258 
+ 00019465  0x000048f5 hstore  0x00000002 , 0x0000805e 
+ 00019466  0x000048f6 branch  0x00004c0b 
+ 00019467  0x000048fa setarg  0x00000000 
+ 00019468  0x000048fb store  0x00000002 , 0x00000258 
+ 00019469  0x000048fc rtn 
+ 00019470  0x00004904 rtn  0x0000002b 
+ 00019471  0x00004905 setarg  0x00004d28 
+ 00019472  0x00004906 store  0x00000002 , 0x000041f3 
+ 00019473  0x00004908 setarg  0x000001a0 
+ 00019474  0x00004909 store  0x00000002 , 0x00004243 
+ 00019475  0x0000490b setarg  0x00001800 
+ 00019476  0x0000490c hstore  0x00000002 , 0x00008054 
+ 00019477  0x0000490d setarg  0x00001bff 
+ 00019478  0x0000490e hstore  0x00000002 , 0x00008056 
+ 00019479  0x0000490f setarg  0x00001c00 
+ 00019480  0x00004910 hstore  0x00000002 , 0x0000805a 
+ 00019481  0x00004911 call  0x00004c28 
+ 00019482  0x00004913 jam  0x00000000 , 0x00008062 
+ 00019483  0x00004914 setarg  0x00001c00 
+ 00019484  0x00004915 hstore  0x00000002 , 0x0000805e 
+ 00019485  0x00004916 hstore  0x00000002 , 0x00008060 
+ 00019486  0x00004917 setarg  0x00001800 
+ 00019487  0x00004918 hstore  0x00000002 , 0x00008058 
+ 00019488  0x00004919 store  0x00000002 , 0x00000244 
+ 00019489  0x0000491b hfetch  0x00000002 , 0x00008050 
+ 00019490  0x0000491c set0  0x0000000f , 0x0000003f 
+ 00019491  0x0000491d hstore  0x00000002 , 0x00008050 
+ 00019492  0x0000491e call  0x000066ce 
+ 00019493  0x0000491f jam  0x00000001 , 0x00008043 
+ 00019494  0x00004920 jam  0x00000081 , 0x00008062 
+ 00019495  0x00004921 rtn 
+ 00019496  0x00004924 setarg  0x00001fff 
+ 00019497  0x00004925 hstore  0x00000002 , 0x0000805c 
+ 00019498  0x00004926 hfetch  0x00000001 , 0x00008081 
+ 00019499  0x00004927 or_into  0x00000007 , 0x0000003f 
+ 00019500  0x00004928 hstore  0x00000001 , 0x00008081 
+ 00019501  0x00004929 rtn 
+ 00019502  0x0000492d bpatchx  0x00000001 , 0x00004020 
+ 00019503  0x0000492e hfetch  0x00000001 , 0x0000810c 
+ 00019504  0x0000492f iforce  0x00000012 
+ 00019505  0x00004930 bbit0  0x00000003 , 0x00004c37 
+ 00019506  0x00004931 hfetch  0x00000002 , 0x00008112 
+ 00019507  0x00004932 iforce  0x00000013 
+ 00019508  0x00004933 arg  0x0000044f , 0x00000002 
+ 00019509  0x00004934 isub  0x00000002 , 0x0000003e 
+ 00019510  0x00004935 nrtn  0x00000005 
+ 00019511  0x00004937 hfetch  0x00000002 , 0x00008058 
+ 00019512  0x00004938 iforce  0x00000003 
+ 00019513  0x00004939 branch  0x00004bc8 
+ 00019514  0x0000493c hfetcht  0x00000001 , 0x0000810c 
+ 00019515  0x0000493d isolate1  0x00000006 , 0x00000002 
+ 00019516  0x0000493e branch  0x00004c3a , 0x00000001 
+ 00019517  0x0000493f hstore  0x00000001 , 0x00008015 
+ 00019518  0x00004940 rtn 
+ 00019519  0x00004943 bpatchx  0x00000002 , 0x00004020 
+ 00019520  0x00004944 fetch  0x00000001 , 0x000041ce 
+ 00019521  0x00004945 branch  0x00004c44 , 0x00000034 
+ 00019522  0x00004946 enable  0x00000028 
+ 00019523  0x00004947 rtn 
+ 00019524  0x00004949 ifetch  0x00000002 , 0x00000003 
+ 00019525  0x0000494a iforce  0x00000030 
+ 00019526  0x0000494b iforce  0x00000007 
+ 00019527  0x0000494c ifetch  0x00000001 , 0x00000003 
+ 00019528  0x0000494d iforce  0x00000002 
+ 00019529  0x0000494e rshift2  0x00000030 , 0x0000003f 
+ 00019530  0x0000494f rshift8  0x0000003f , 0x0000003f 
+ 00019531  0x00004950 beq  0x0000003f , 0x00004c4d 
+ 00019532  0x00004951 rtn 
+ 00019533  0x00004955 bpatchx  0x00000003 , 0x00004020 
+ 00019534  0x00004956 deposit  0x00000007 
+ 00019535  0x00004957 beq  0x00000000 , 0x00004cdc 
+ 00019536  0x00004958 beq  0x00000001 , 0x00004c66 
+ 00019537  0x00004959 beq  0x00000002 , 0x00004c6b 
+ 00019538  0x0000495a beq  0x00000003 , 0x00004c7a 
+ 00019539  0x0000495b beq  0x00000004 , 0x00004cb3 
+ 00019540  0x0000495c beq  0x00000005 , 0x00004cdc 
+ 00019541  0x0000495d beq  0x00000006 , 0x00004cc6 
+ 00019542  0x0000495e beq  0x00000007 , 0x00004c5c 
+ 00019543  0x00004960 beq  0x00000010 , 0x00004cc9 
+ 00019544  0x00004961 beq  0x00000011 , 0x00004cd1 
+ 00019545  0x00004962 beq  0x00000012 , 0x00004ca5 
+ 00019546  0x00004963 beq  0x00000013 , 0x00004c85 
+ 00019547  0x00004964 branch  0x00004cdc 
+ 00019548  0x00004967 call  0x00004cdc 
+ 00019549  0x00004968 call  0x00007f9e 
+ 00019550  0x00004969 call  0x0000688c 
+ 00019551  0x0000496b call  0x000033d2 
+ 00019552  0x0000496c call  0x000033d9 
+ 00019553  0x0000496d branch  0x0000688f 
+ 00019554  0x00004970 jam  0x00000000 , 0x00004245 
+ 00019555  0x00004971 call  0x000033d0 
+ 00019556  0x00004972 call  0x00004c13 
+ 00019557  0x00004973 branch  0x000033db 
+ 00019558  0x00004976 call  0x00004cf2 
+ 00019559  0x00004977 hfetch  0x00000002 , 0x00008000 
+ 00019560  0x00004978 istore  0x00000002 , 0x0000000a 
+ 00019561  0x00004979 force  0x00000006 , 0x00000039 
+ 00019562  0x0000497a branch  0x00004cdd 
+ 00019563  0x0000497d ifetch  0x00000002 , 0x00000003 
+ 00019564  0x0000497e store  0x00000002 , 0x00004243 
+ 00019565  0x0000497f hstore  0x00000002 , 0x00008052 
+ 00019566  0x00004980 rtn 
+ 00019567  0x00004985 ifetch  0x00000001 , 0x00000003 
+ 00019568  0x00004986 copy  0x0000003f , 0x00000002 
+ 00019569  0x00004987 hstore  0x00000001 , 0x00008024 
+ 00019570  0x00004988 ifetch  0x00000001 , 0x00000003 
+ 00019571  0x00004989 iadd  0x00000002 , 0x00000002 
+ 00019572  0x0000498a set1  0x00000007 , 0x0000003f 
+ 00019573  0x0000498b hstore  0x00000001 , 0x00008023 
+ 00019574  0x0000498c ifetch  0x00000001 , 0x00000003 
+ 00019575  0x0000498d iadd  0x00000002 , 0x00000002 
+ 00019576  0x0000498e copy  0x0000003f , 0x00000039 
+ 00019577  0x0000498f rtn 
+ 00019578  0x00004992 bmark1  0x0000002b , 0x00004cc4 
+ 00019579  0x00004993 call  0x00004c6f 
+ 00019580  0x00004995 ifetch  0x00000001 , 0x00000003 
+ 00019581  0x00004996 hstore  0x00000001 , 0x00008025 
+ 00019582  0x00004997 iadd  0x00000002 , 0x00000002 
+ 00019583  0x00004998 loop  0x00004c7c 
+ 00019584  0x0000499a and  0x00000002 , 0x000000ff , 0x00000002 
+ 00019585  0x0000499b ifetch  0x00000001 , 0x00000003 
+ 00019586  0x0000499c isub  0x00000002 , 0x0000003e 
+ 00019587  0x0000499d nbranch  0x00004cc4 , 0x00000005 
+ 00019588  0x0000499e branch  0x00004cdc 
+ 00019589  0x000049a2 bmark0  0x0000002b , 0x00004cc4 
+ 00019590  0x000049a3 call  0x00004c6f 
+ 00019591  0x000049a4 store  0x00000008 , 0x00000a9a 
+ 00019592  0x000049a6 call  0x00007422 
+ 00019593  0x000049a7 arg  0x00000010 , 0x00000039 
+ 00019594  0x000049a8 arg  0x00000ac2 , 0x00000005 
+ 00019595  0x000049a9 call  0x00004ca0 
+ 00019596  0x000049aa storet  0x00000008 , 0x00000aa2 
+ 00019597  0x000049ab arg  0x00000ad2 , 0x00000005 
+ 00019598  0x000049ac call  0x00007497 
+ 00019599  0x000049ad arg  0x00000ad2 , 0x00000011 
+ 00019600  0x000049ae arg  0x00000ac2 , 0x00000012 
+ 00019601  0x000049af arg  0x00000ae2 , 0x00000005 
+ 00019602  0x000049b0 call  0x00007352 
+ 00019603  0x000049b1 arg  0x00000010 , 0x00000039 
+ 00019604  0x000049b2 arg  0x00000ae2 , 0x00000006 
+ 00019605  0x000049b3 call  0x00004c9c 
+ 00019606  0x000049b4 fetcht  0x00000008 , 0x00000aa2 
+ 00019607  0x000049b5 fetch  0x00000008 , 0x00000a9a 
+ 00019608  0x000049b6 increase  0xfffffff0 , 0x0000003f 
+ 00019609  0x000049b7 store  0x00000008 , 0x00000a9a 
+ 00019610  0x000049b8 nbranch  0x00004c88 , 0x00000034 
+ 00019611  0x000049b9 branch  0x00004c80 
+ 00019612  0x000049bc ifetch  0x00000001 , 0x00000006 
+ 00019613  0x000049bd hstore  0x00000001 , 0x00008025 
+ 00019614  0x000049be loop  0x00004c9c 
+ 00019615  0x000049bf rtn 
+ 00019616  0x000049c2 ifetch  0x00000001 , 0x00000003 
+ 00019617  0x000049c3 istore  0x00000001 , 0x00000005 
+ 00019618  0x000049c4 iadd  0x00000002 , 0x00000002 
+ 00019619  0x000049c5 loop  0x00004ca0 
+ 00019620  0x000049c6 rtn 
+ 00019621  0x000049c9 bmark0  0x0000002b , 0x00004cc4 
+ 00019622  0x000049ca arg  0x00000000 , 0x00000002 
+ 00019623  0x000049cb arg  0x00000010 , 0x00000039 
+ 00019624  0x000049cc arg  0x00000ac2 , 0x00000005 
+ 00019625  0x000049cd call  0x00004ca0 
+ 00019626  0x000049ce hfetch  0x00000001 , 0x00008085 
+ 00019627  0x000049cf and_into  0x000000fd , 0x0000003f 
+ 00019628  0x000049d0 hstore  0x00000001 , 0x00008085 
+ 00019629  0x000049d1 arg  0x00000ac2 , 0x00000006 
+ 00019630  0x000049d2 arg  0x00000010 , 0x00000039 
+ 00019631  0x000049d3 call  0x00007478 
+ 00019632  0x000049d4 call  0x00007428 
+ 00019633  0x000049d5 call  0x00007491 
+ 00019634  0x000049d6 branch  0x00004c80 
+ 00019635  0x000049da arg  0x00000020 , 0x00000039 
+ 00019636  0x000049db arg  0x00004000 , 0x00000005 
+ 00019637  0x000049dc arg  0x00000000 , 0x00000002 
+ 00019638  0x000049de ifetch  0x00000001 , 0x00000003 
+ 00019639  0x000049df istore  0x00000001 , 0x00000005 
+ 00019640  0x000049e0 iadd  0x00000002 , 0x00000002 
+ 00019641  0x000049e1 loop  0x00004cb6 
+ 00019642  0x000049e2 and  0x00000002 , 0x000000ff , 0x00000002 
+ 00019643  0x000049e3 ifetch  0x00000001 , 0x00000003 
+ 00019644  0x000049e4 isub  0x00000002 , 0x0000003e 
+ 00019645  0x000049e5 nbranch  0x00004cc4 , 0x00000005 
+ 00019646  0x000049e6 jam  0x00000000 , 0x00008023 
+ 00019647  0x000049e7 call  0x00004cdc 
+ 00019648  0x000049e8 call  0x00004be6 
+ 00019649  0x000049e9 call  0x000064a3 
+ 00019650  0x000049ea call  0x00007f9e 
+ 00019651  0x000049eb branch  0x00002001 
+ 00019652  0x000049ee jam  0x00000000 , 0x00008023 
+ 00019653  0x000049ef branch  0x00002000 
+ 00019654  0x000049f2 ifetch  0x00000006 , 0x00000003 
+ 00019655  0x000049f3 store  0x00000006 , 0x000040a0 
+ 00019656  0x000049f4 branch  0x00004cdc 
+ 00019657  0x000049f8 ifetch  0x00000001 , 0x00000003 
+ 00019658  0x000049f9 store  0x00000001 , 0x0000025a 
+ 00019659  0x000049fa copy  0x0000003f , 0x00000039 
+ 00019660  0x000049fb ifetch  0x00000002 , 0x00000003 
+ 00019661  0x000049fc store  0x00000002 , 0x0000025b 
+ 00019662  0x000049fd copy  0x0000003f , 0x00000005 
+ 00019663  0x000049fe call  0x000066fd 
+ 00019664  0x000049ff branch  0x00004cdc 
+ 00019665  0x00004a03 ifetch  0x00000001 , 0x00000003 
+ 00019666  0x00004a04 store  0x00000001 , 0x0000025a 
+ 00019667  0x00004a05 copy  0x0000003f , 0x00000039 
+ 00019668  0x00004a06 ifetch  0x00000002 , 0x00000003 
+ 00019669  0x00004a07 store  0x00000002 , 0x0000025b 
+ 00019670  0x00004a08 arg  0x00001000 , 0x00000005 
+ 00019671  0x00004a09 call  0x000066fd 
+ 00019672  0x00004a0a fetcht  0x00000001 , 0x0000025a 
+ 00019673  0x00004a0b arg  0x00001000 , 0x00000011 
+ 00019674  0x00004a0c fetch  0x00000002 , 0x0000025b 
+ 00019675  0x00004a0d branch  0x00006608 
+ 00019676  0x00004a13 force  0x00000004 , 0x00000039 
+ 00019677  0x00004a15 call  0x00004cf4 
+ 00019678  0x00004a16 force  0x00000001 , 0x0000003f 
+ 00019679  0x00004a17 istore  0x00000001 , 0x0000000a 
+ 00019680  0x00004a18 deposit  0x00000030 
+ 00019681  0x00004a19 istore  0x00000003 , 0x0000000a 
+ 00019682  0x00004a1a force  0x0000000e , 0x00000007 
+ 00019683  0x00004a1c bpatchx  0x00000004 , 0x00004020 
+ 00019684  0x00004a1d call  0x00004cf6 
+ 00019685  0x00004a1e deposit  0x00000007 
+ 00019686  0x00004a1f istore  0x00000001 , 0x0000000a 
+ 00019687  0x00004a20 deposit  0x00000039 
+ 00019688  0x00004a21 istore  0x00000001 , 0x0000000a 
+ 00019689  0x00004a23 force  0x00000005 , 0x00000007 
+ 00019690  0x00004a24 increase  0x00000002 , 0x00000039 
+ 00019691  0x00004a26 branch  0x00004bf9 
+ 00019692  0x00004a29 force  0x000000ff , 0x00000007 
+ 00019693  0x00004a2a call  0x00004cf4 
+ 00019694  0x00004a2b setarg  0x00000001 
+ 00019695  0x00004a2c istore  0x00000001 , 0x0000000a 
+ 00019696  0x00004a2d force  0x00000001 , 0x00000039 
+ 00019697  0x00004a2e branch  0x00004ce3 
+ 00019698  0x00004a31 force  0x0000000c , 0x0000000a 
+ 00019699  0x00004a32 branch  0x00004cf7 
+ 00019700  0x00004a35 force  0x00000008 , 0x0000000a 
+ 00019701  0x00004a36 branch  0x00004cf7 
+ 00019702  0x00004a39 force  0x00000006 , 0x0000000a 
+ 00019703  0x00004a3b branch  0x00004bf5 
+ 00019704  0x00004a40 pulse  0x0000000f 
+ 00019705  0x00004a41 enable  0x00000009 
+ 00019706  0x00004a43 ifetch  0x00000001 , 0x0000000a 
+ 00019707  0x00004a44 inject  0x00000000 , 0x00000008 
+ 00019708  0x00004a45 loop  0x00004cfa 
+ 00019709  0x00004a46 enable  0x00000008 
+ 00019710  0x00004a47 inject  0x00000000 , 0x00000010 
+ 00019711  0x00004a48 disable  0x00000008 
+ 00019712  0x00004a49 disable  0x00000009 
+ 00019713  0x00004a4a disable  0x0000000f 
+ 00019714  0x00004a4b byteswap  0x0000003f , 0x0000003f 
+ 00019715  0x00004a4c rtn 
+ 00019716  0x00004a51 jam  0x00000000 , 0x000041ce 
+ 00019717  0x00004a52 rtn 
+ 00019718  0x00004a54 fetch  0x00000006 , 0x000041d0 
+ 00019719  0x00004a55 fetcht  0x00000006 , 0x00000040 
+ 00019720  0x00004a56 isub  0x00000002 , 0x0000003e 
+ 00019721  0x00004a57 rtn 
+ 00019722  0x00004a5d fetch  0x00000001 , 0x0000004b 
+ 00019723  0x00004a5e bbit1  0x00000002 , 0x00004d0f 
+ 00019724  0x00004a5f call  0x000062ef 
+ 00019725  0x00004a60 jam  0x00000008 , 0x0000007c 
+ 00019726  0x00004a61 branch  0x00004d04 
+ 00019727  0x00004a63 set0  0x00000002 , 0x0000003f 
+ 00019728  0x00004a64 store  0x00000001 , 0x0000004b 
+ 00019729  0x00004a65 call  0x00006001 
+ 00019730  0x00004a66 setarg  0x00000000 
+ 00019731  0x00004a67 setflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00019732  0x00004a68 store  0x00000001 , 0x0000007f 
+ 00019733  0x00004a69 branch  0x00004d04 
+ 00019734  0x00004a6a rtn 
+ 00019735  0x00004a6c jam  0x00000017 , 0x0000007c 
+ 00019736  0x00004a6d arg  0x000004d9 , 0x00000005 
+ 00019737  0x00004a6e setarg  0x00000000 
+ 00019738  0x00004a6f isolate1  0x0000001b , 0x00000028 
+ 00019739  0x00004a70 setflag  0x00000001 , 0x00000001 , 0x0000003f 
+ 00019740  0x00004a71 istore  0x00000001 , 0x00000005 
+ 00019741  0x00004a72 setarg  0x00000000 
+ 00019742  0x00004a73 istore  0x00000002 , 0x00000005 
+ 00019743  0x00004a74 fetch  0x00000002 , 0x000041e3 
+ 00019744  0x00004a75 istore  0x00000002 , 0x00000005 
+ 00019745  0x00004a76 fetch  0x00000001 , 0x000041e5 
+ 00019746  0x00004a77 istore  0x00000002 , 0x00000005 
+ 00019747  0x00004a78 fetch  0x00000001 , 0x000041e7 
+ 00019748  0x00004a79 istore  0x00000002 , 0x00000005 
+ 00019749  0x00004a7a branch  0x00004d04 
+ 00019750  0x00004a7d jam  0x00000018 , 0x0000007c 
+ 00019751  0x00004a7e branch  0x00004d04 
+ 00019752  0x00004a81 call  0x00006899 
+ 00019753  0x00004a82 rtn  0x00000001 
+ 00019754  0x00004a83 arg  0x00000007 , 0x00000002 
+ 00019755  0x00004a84 call  0x0000681d 
+ 00019756  0x00004a85 nbranch  0x00004d2f , 0x00000001 
+ 00019757  0x00004a86 jam  0x00000001 , 0x00004245 
+ 00019758  0x00004a87 rtn 
+ 00019759  0x00004a89 fetch  0x00000001 , 0x00004245 
+ 00019760  0x00004a8a rtnne  0x00000001 
+ 00019761  0x00004a8b call  0x00004c62 
+ 00019762  0x00004a8c branch  0x00004cec 
+ 00019763  0x00004a9b bpatchx  0x00000005 , 0x00004020 
+ 00019764  0x00004a9c fetch  0x00000002 , 0x00000264 
+ 00019765  0x00004a9d copy  0x0000003f , 0x00000006 
+ 00019766  0x00004a9e ifetch  0x00000001 , 0x00000006 
+ 00019767  0x00004a9f and  0x0000003f , 0x0000000f , 0x00000002 
+ 00019768  0x00004aa0 rshift4  0x0000003f , 0x0000003f 
+ 00019769  0x00004aa1 beq  0x00000009 , 0x00004d53 
+ 00019770  0x00004aa2 beq  0x00000007 , 0x00004d53 
+ 00019771  0x00004aa3 beq  0x0000000a , 0x00004d5f 
+ 00019772  0x00004aa4 beq  0x00000005 , 0x00004d4b 
+ 00019773  0x00004aa5 beq  0x00000001 , 0x00004d3f 
+ 00019774  0x00004aa6 rtn 
+ 00019775  0x00004aa9 copy  0x00000002 , 0x0000003f 
+ 00019776  0x00004aaa beq  0x00000005 , 0x00004d43 
+ 00019777  0x00004aab beq  0x00000003 , 0x00004d4a 
+ 00019778  0x00004aac rtn 
+ 00019779  0x00004aaf jam  0x00000027 , 0x00000a99 
+ 00019780  0x00004ab0 call  0x00007d86 
+ 00019781  0x00004ab1 fetch  0x00000001 , 0x00004092 
+ 00019782  0x00004ab2 rtnbit0  0x00000006 
+ 00019783  0x00004ab3 copy  0x00000002 , 0x0000003f 
+ 00019784  0x00004ab4 beq  0x00000005 , 0x0000438e 
+ 00019785  0x00004ab5 rtn 
+ 00019786  0x00004ab7 rtn 
+ 00019787  0x00004aba call  0x00004d5f 
+ 00019788  0x00004abb arg  0x00000001 , 0x00000011 
+ 00019789  0x00004abc call  0x00004d63 
+ 00019790  0x00004abd fetch  0x00000002 , 0x0000424c 
+ 00019791  0x00004abe istore  0x00000002 , 0x00000005 
+ 00019792  0x00004abf setarg  0x00000000 
+ 00019793  0x00004ac0 istore  0x00000001 , 0x00000005 
+ 00019794  0x00004ac1 rtn 
+ 00019795  0x00004ac4 arg  0x00000001 , 0x00000011 
+ 00019796  0x00004ac5 call  0x00004d63 
+ 00019797  0x00004ac6 fetch  0x00000002 , 0x0000424c 
+ 00019798  0x00004ac7 istore  0x00000002 , 0x00000005 
+ 00019799  0x00004ac8 setarg  0x00000000 
+ 00019800  0x00004ac9 istore  0x00000001 , 0x00000005 
+ 00019801  0x00004aca jam  0x00000001 , 0x00000a8e 
+ 00019802  0x00004acb fetch  0x00000001 , 0x00004252 
+ 00019803  0x00004acc set1  0x00000006 
+ 00019804  0x00004acd store  0x00000001 , 0x00004252 
+ 00019805  0x00004ace jam  0x00000012 , 0x00000a99 
+ 00019806  0x00004acf branch  0x00007d86 
+ 00019807  0x00004ad2 ifetch  0x00000001 , 0x00000006 
+ 00019808  0x00004ad3 beq  0x00000001 , 0x00004d62 
+ 00019809  0x00004ad4 rtn 
+ 00019810  0x00004ad7 rtn 
+ 00019811  0x00004adb call  0x00005240 
+ 00019812  0x00004adc copy  0x00000011 , 0x00000002 
+ 00019813  0x00004add storet  0x00000001 , 0x00000a8e 
+ 00019814  0x00004ade copy  0x0000003f , 0x00000005 
+ 00019815  0x00004adf copy  0x00000011 , 0x0000003f 
+ 00019816  0x00004ae0 istore  0x00000002 , 0x00000005 
+ 00019817  0x00004ae1 rtn 
+ 00019818  0x00004af3 branch  0x00004d6f , 0x0000002b 
+ 00019819  0x00004af5 setarg  0x00004365 
+ 00019820  0x00004af6 arg  0x00004246 , 0x00000005 
+ 00019821  0x00004af7 isub  0x00000005 , 0x00000039 
+ 00019822  0x00004af8 call  0x00007ed4 
+ 00019823  0x00004afa bpatchx  0x00000006 , 0x00004020 
+ 00019824  0x00004afb setarg  0x00000551 
+ 00019825  0x00004afc arg  0x00000511 , 0x00000005 
+ 00019826  0x00004afd isub  0x00000005 , 0x00000039 
+ 00019827  0x00004afe call  0x00007ed4 
+ 00019828  0x00004aff setarg  0x000002c9 
+ 00019829  0x00004b00 arg  0x0000025d , 0x00000005 
+ 00019830  0x00004b01 isub  0x00000005 , 0x00000039 
+ 00019831  0x00004b02 call  0x00007ed4 
+ 00019832  0x00004b03 branch  0x00005318 
+ 00019833  0x00004b06 bpatchx  0x00000007 , 0x00004020 
+ 00019834  0x00004b07 copy  0x00000006 , 0x00000002 
+ 00019835  0x00004b0a copy  0x00000002 , 0x00000006 
+ 00019836  0x00004b0b ifetch  0x00000002 , 0x00000006 
+ 00019837  0x00004b0c store  0x00000002 , 0x00000266 
+ 00019838  0x00004b0d ifetch  0x00000002 , 0x00000006 
+ 00019839  0x00004b0e store  0x00000002 , 0x00000268 
+ 00019840  0x00004b0f deposit  0x00000006 
+ 00019841  0x00004b10 store  0x00000002 , 0x00000264 
+ 00019842  0x00004b11 fetch  0x00000001 , 0x00004681 
+ 00019843  0x00004b12 beq  0x00000000 , 0x00004d85 
+ 00019844  0x00004b13 branch  0x000050ef 
+ 00019845  0x00004b16 fetch  0x00000002 , 0x00000266 
+ 00019846  0x00004b17 branch  0x00004dfc , 0x00000034 
+ 00019847  0x00004b18 bpatchx  0x00000008 , 0x00004021 
+ 00019848  0x00004b19 fetch  0x00000001 , 0x00000268 
+ 00019849  0x00004b1a beq  0x00000001 , 0x00004d9d 
+ 00019850  0x00004b1c beq  0x00000050 , 0x00004de0 
+ 00019851  0x00004b1d beq  0x00000051 , 0x00004df5 
+ 00019852  0x00004b1e beq  0x00000052 , 0x00004df3 
+ 00019853  0x00004b1f beq  0x00000053 , 0x00004df3 
+ 00019854  0x00004b20 branch  0x00004dfc 
+ 00019855  0x00004b25 bpatchx  0x00000009 , 0x00004021 
+ 00019856  0x00004b26 call  0x0000527e 
+ 00019857  0x00004b27 fetch  0x00000001 , 0x00004256 
+ 00019858  0x00004b28 beq  0x00000000 , 0x00004d9b 
+ 00019859  0x00004b29 beq  0x00000001 , 0x00004d9b 
+ 00019860  0x00004b2a beq  0x00000002 , 0x00004d9b 
+ 00019861  0x00004b2b beq  0x00000003 , 0x00004d9b 
+ 00019862  0x00004b2c beq  0x00000081 , 0x00004d9b 
+ 00019863  0x00004b2d beq  0x000000c0 , 0x00004d9b 
+ 00019864  0x00004b2e beq  0x00000080 , 0x00004d9b 
+ 00019865  0x00004b2f beq  0x00000040 , 0x00004d9b 
+ 00019866  0x00004b30 rtn 
+ 00019867  0x00004b33 setarg  0x00000000 
+ 00019868  0x00004b34 rtn 
+ 00019869  0x00004b38 call  0x00004d8f 
+ 00019870  0x00004b39 nrtn  0x00000034 
+ 00019871  0x00004b3b call  0x000052b8 
+ 00019872  0x00004b3c call  0x00004e01 
+ 00019873  0x00004b3d fetcht  0x00000002 , 0x0000026f 
+ 00019874  0x00004b3e branch  0x00004dfb , 0x00000034 
+ 00019875  0x00004b3f call  0x000052c1 
+ 00019876  0x00004b40 fetch  0x00000002 , 0x0000026f 
+ 00019877  0x00004b41 istore  0x00000002 , 0x00000005 
+ 00019878  0x00004b42 force  0x00000001 , 0x0000003f 
+ 00019879  0x00004b43 istore  0x00000002 , 0x00000005 
+ 00019880  0x00004b44 branch  0x00004dfc 
+ 00019881  0x00004b47 fetch  0x00000001 , 0x00004364 
+ 00019882  0x00004b48 rtn  0x00000034 
+ 00019883  0x00004b49 copy  0x0000003f , 0x00000011 
+ 00019884  0x00004b4a bpatchx  0x0000000a , 0x00004021 
+ 00019885  0x00004b4b fetch  0x00000004 , 0x000002d5 
+ 00019886  0x00004b4c arg  0x00000100 , 0x00000002 
+ 00019887  0x00004b4d iadd  0x00000002 , 0x00000002 
+ 00019888  0x00004b4e copy  0x00000022 , 0x0000003f 
+ 00019889  0x00004b4f isub  0x00000002 , 0x0000003e 
+ 00019890  0x00004b50 nrtn  0x00000002 
+ 00019891  0x00004b51 jam  0x00000000 , 0x00004364 
+ 00019892  0x00004b52 copy  0x00000011 , 0x0000003f 
+ 00019893  0x00004b53 beq  0x00000050 , 0x00004db7 
+ 00019894  0x00004b54 branch  0x00002a8c 
+ 00019895  0x00004b56 arg  0x00000000 , 0x00000008 
+ 00019896  0x00004b57 call  0x000052b8 
+ 00019897  0x00004b58 call  0x00004e7a 
+ 00019898  0x00004b59 call  0x000052c3 
+ 00019899  0x00004b5a call  0x00007ea8 
+ 00019900  0x00004b5b call  0x00004ead 
+ 00019901  0x00004b5c call  0x000052c1 
+ 00019902  0x00004b5e setarg  0x0000000c 
+ 00019903  0x00004b5f istore  0x00000002 , 0x00000005 
+ 00019904  0x00004b60 force  0x00000001 , 0x0000003f 
+ 00019905  0x00004b61 istore  0x00000002 , 0x00000005 
+ 00019906  0x00004b62 branch  0x00004dfc 
+ 00019907  0x00004b67 bpatchx  0x0000000b , 0x00004021 
+ 00019908  0x00004b68 fetch  0x00000002 , 0x00000275 
+ 00019909  0x00004b69 increase  0x00000004 , 0x0000003f 
+ 00019910  0x00004b6a rshift4  0x0000003f , 0x0000003f 
+ 00019911  0x00004b6b rshift3  0x0000003f , 0x0000003f 
+ 00019912  0x00004b6c add  0x0000003f , 0x00000001 , 0x00000002 
+ 00019913  0x00004b6d arg  0x00004260 , 0x00000006 
+ 00019914  0x00004b6e ifetch  0x00000003 , 0x00000006 
+ 00019915  0x00004b6f rtn  0x00000034 
+ 00019916  0x00004b70 store  0x00000003 , 0x00000ac2 
+ 00019917  0x00004b71 fetch  0x00000001 , 0x00000ac2 
+ 00019918  0x00004b72 copy  0x0000003f , 0x00000011 
+ 00019919  0x00004b73 call  0x00004dd3 
+ 00019920  0x00004b74 copy  0x00000012 , 0x0000003f 
+ 00019921  0x00004b75 store  0x00000001 , 0x00004260 
+ 00019922  0x00004b76 rtn 
+ 00019923  0x00004b79 arg  0x00000000 , 0x00000007 
+ 00019924  0x00004b7a arg  0x00000000 , 0x00000012 
+ 00019925  0x00004b7d sub  0x00000007 , 0x00000007 , 0x0000003e 
+ 00019926  0x00004b7e nrtn  0x00000002 
+ 00019927  0x00004b7f qisolate1  0x00000011 
+ 00019928  0x00004b80 branch  0x00004dda , 0x00000001 
+ 00019929  0x00004b81 branch  0x00004dde 
+ 00019930  0x00004b84 copy  0x00000002 , 0x0000003f 
+ 00019931  0x00004b85 branch  0x00004dde , 0x00000034 
+ 00019932  0x00004b86 qset1  0x00000012 
+ 00019933  0x00004b87 increase  0xffffffff , 0x00000002 
+ 00019934  0x00004b8a increase  0x00000001 , 0x00000007 
+ 00019935  0x00004b8b branch  0x00004dd5 
+ 00019936  0x00004b8e call  0x00005274 
+ 00019937  0x00004b8f nrtn  0x00000034 
+ 00019938  0x00004b90 call  0x00004d8f 
+ 00019939  0x00004b91 nrtn  0x00000034 
+ 00019940  0x00004b92 call  0x000052c5 
+ 00019941  0x00004b93 call  0x00006e11 
+ 00019942  0x00004b94 call  0x00004dc3 
+ 00019943  0x00004b95 branch  0x00004dec 
+ 00019944  0x00004b99 call  0x00005274 
+ 00019945  0x00004b9a nrtn  0x00000034 
+ 00019946  0x00004b9b call  0x000052c5 
+ 00019947  0x00004b9c call  0x00006e11 
+ 00019948  0x00004b9e call  0x000052ce 
+ 00019949  0x00004b9f fetch  0x00000002 , 0x00000275 
+ 00019950  0x00004ba0 branch  0x00004dfb , 0x00000034 
+ 00019951  0x00004ba1 istore  0x00000002 , 0x00000005 
+ 00019952  0x00004ba2 fetch  0x00000002 , 0x00004248 
+ 00019953  0x00004ba3 istore  0x00000002 , 0x00000005 
+ 00019954  0x00004ba4 branch  0x00004dfc 
+ 00019955  0x00004ba7 call  0x00004d33 
+ 00019956  0x00004ba8 branch  0x00004dfc 
+ 00019957  0x00004bab bpatchx  0x0000000c , 0x00004021 
+ 00019958  0x00004bac jam  0x00000000 , 0x00000284 
+ 00019959  0x00004bad call  0x00006a8a 
+ 00019960  0x00004bae fetch  0x00000001 , 0x00000284 
+ 00019961  0x00004baf rtneq  0x00000001 
+ 00019962  0x00004bb0 branch  0x00004dfc 
+ 00019963  0x00004bb2 call  0x00005264 
+ 00019964  0x00004bb5 setarg  0x00000000 
+ 00019965  0x00004bb6 store  0x00000002 , 0x00000266 
+ 00019966  0x00004bb7 store  0x00000002 , 0x00000268 
+ 00019967  0x00004bb8 jam  0x00000001 , 0x0000026a 
+ 00019968  0x00004bb9 rtn 
+ 00019969  0x00004bbc bpatchx  0x0000000d , 0x00004021 
+ 00019970  0x00004bbd call  0x000052c3 
+ 00019971  0x00004bbe force  0x00000000 , 0x00000012 
+ 00019972  0x00004bbf fetch  0x00000002 , 0x00000266 
+ 00019973  0x00004bc0 copy  0x0000003f , 0x00000013 
+ 00019974  0x00004bc1 fetch  0x00000002 , 0x00000264 
+ 00019975  0x00004bc2 iforce  0x00000006 
+ 00019976  0x00004bc4 call  0x00004e10 
+ 00019977  0x00004bc5 deposit  0x00000013 
+ 00019978  0x00004bc6 increase  0xfffffffc , 0x00000013 
+ 00019979  0x00004bc7 increase  0xfffffffc , 0x0000003f 
+ 00019980  0x00004bc8 nbranch  0x00004e08 , 0x00000034 
+ 00019981  0x00004bc9 copy  0x00000012 , 0x0000003f 
+ 00019982  0x00004bca store  0x00000002 , 0x0000026f 
+ 00019983  0x00004bcb rtn 
+ 00019984  0x00004bce bpatchx  0x0000000e , 0x00004021 
+ 00019985  0x00004bcf ifetch  0x00000001 , 0x00000006 
+ 00019986  0x00004bd0 beq  0x00000001 , 0x00004e49 
+ 00019987  0x00004bd1 beq  0x00000002 , 0x00004e51 
+ 00019988  0x00004bd2 beq  0x00000003 , 0x00004ed5 
+ 00019989  0x00004bd3 beq  0x00000004 , 0x00004f05 
+ 00019990  0x00004bd4 beq  0x00000005 , 0x00004fa2 
+ 00019991  0x00004bd5 beq  0x00000006 , 0x00004fcb 
+ 00019992  0x00004bd6 beq  0x00000007 , 0x0000501b 
+ 00019993  0x00004bd7 beq  0x00000008 , 0x00005050 
+ 00019994  0x00004bd8 beq  0x00000009 , 0x00005060 
+ 00019995  0x00004bd9 beq  0x0000000a , 0x00004e1f 
+ 00019996  0x00004bda beq  0x0000000b , 0x00005061 
+ 00019997  0x00004bdb call  0x00005062 
+ 00019998  0x00004bdd rtn 
+ 00019999  0x00004be0 ifetch  0x00000001 , 0x00000006 
+ 00020000  0x00004be1 copy  0x0000003f , 0x00000007 
+ 00020001  0x00004be2 ifetch  0x00000002 , 0x00000006 
+ 00020002  0x00004be3 copy  0x0000003f , 0x00000011 
+ 00020003  0x00004be4 copy  0x00000013 , 0x0000003f 
+ 00020004  0x00004be5 isub  0x00000011 , 0x00000013 
+ 00020005  0x00004be6 setarg  0x0000000b 
+ 00020006  0x00004be7 istore  0x00000001 , 0x00000005 
+ 00020007  0x00004be8 copy  0x00000007 , 0x0000003f 
+ 00020008  0x00004be9 istore  0x00000001 , 0x00000005 
+ 00020009  0x00004bea ifetch  0x00000002 , 0x00000006 
+ 00020010  0x00004bec beq  0x00000002 , 0x00004e2d 
+ 00020011  0x00004bed beq  0x00000003 , 0x00004e33 
+ 00020012  0x00004bee rtn 
+ 00020013  0x00004bf0 setarg  0x00020008 
+ 00020014  0x00004bf1 istore  0x00000006 , 0x00000005 
+ 00020015  0x00004bf2 setarg  0x00000280 
+ 00020016  0x00004bf3 istore  0x00000004 , 0x00000005 
+ 00020017  0x00004bf4 force  0x0000000c , 0x0000003f 
+ 00020018  0x00004bf5 branch  0x00004e38 
+ 00020019  0x00004bf7 setarg  0x0003000c 
+ 00020020  0x00004bf8 istore  0x00000006 , 0x00000005 
+ 00020021  0x00004bf9 setarg  0x00000006 
+ 00020022  0x00004bfa istore  0x00000008 , 0x00000005 
+ 00020023  0x00004bfb force  0x00000010 , 0x0000003f 
+ 00020024  0x00004bfd iadd  0x00000012 , 0x00000012 
+ 00020025  0x00004bfe branch  0x00004e1e 
+ 00020026  0x00004c01 ifetch  0x00000001 , 0x00000006 
+ 00020027  0x00004c02 copy  0x0000003f , 0x00000007 
+ 00020028  0x00004c03 ifetch  0x00000002 , 0x00000006 
+ 00020029  0x00004c04 copy  0x0000003f , 0x00000011 
+ 00020030  0x00004c05 ifetch  0x00000002 , 0x00000006 
+ 00020031  0x00004c06 store  0x00000002 , 0x00000aa2 
+ 00020032  0x00004c07 copy  0x00000013 , 0x0000003f 
+ 00020033  0x00004c08 isub  0x00000011 , 0x00000013 
+ 00020034  0x00004c09 call  0x000052c3 
+ 00020035  0x00004c0a setarg  0x0000000b 
+ 00020036  0x00004c0b istore  0x00000001 , 0x00000005 
+ 00020037  0x00004c0c copy  0x00000007 , 0x0000003f 
+ 00020038  0x00004c0d istore  0x00000001 , 0x00000005 
+ 00020039  0x00004c0e fetch  0x00000002 , 0x00000aa2 
+ 00020040  0x00004c0f branch  0x00004e2a 
+ 00020041  0x00004c14 ifetch  0x00000001 , 0x00000006 
+ 00020042  0x00004c15 copy  0x0000003f , 0x00000007 
+ 00020043  0x00004c16 ifetch  0x00000002 , 0x00000006 
+ 00020044  0x00004c17 copy  0x0000003f , 0x00000011 
+ 00020045  0x00004c18 iadd  0x00000006 , 0x00000006 
+ 00020046  0x00004c19 copy  0x00000013 , 0x0000003f 
+ 00020047  0x00004c1a isub  0x00000011 , 0x00000013 
+ 00020048  0x00004c1c branch  0x00004e1e 
+ 00020049  0x00004c1f call  0x00007ea8 
+ 00020050  0x00004c22 call  0x00007ead 
+ 00020051  0x00004c23 arg  0x00000000 , 0x00000008 
+ 00020052  0x00004c24 ifetch  0x00000001 , 0x00000006 
+ 00020053  0x00004c25 copy  0x0000003f , 0x00000007 
+ 00020054  0x00004c26 ifetch  0x00000002 , 0x00000006 
+ 00020055  0x00004c27 copy  0x0000003f , 0x00000011 
+ 00020056  0x00004c28 ifetch  0x00000002 , 0x00000006 
+ 00020057  0x00004c29 copy  0x0000003f , 0x00000002 
+ 00020058  0x00004c2a ifetch  0x00000002 , 0x00000006 
+ 00020059  0x00004c2b copy  0x0000003f , 0x0000000b 
+ 00020060  0x00004c2c bpatchx  0x0000000f , 0x00004021 
+ 00020061  0x00004c2d copy  0x00000002 , 0x0000003f 
+ 00020062  0x00004c2e beq  0x00000001 , 0x00004e64 
+ 00020063  0x00004c2f beq  0x00000003 , 0x00004e86 
+ 00020064  0x00004c30 beq  0x00000011 , 0x00004e92 
+ 00020065  0x00004c31 beq  0x00000013 , 0x00004e9d 
+ 00020066  0x00004c32 call  0x00005062 
+ 00020067  0x00004c33 branch  0x00004ed4 
+ 00020068  0x00004c36 call  0x00007ea8 
+ 00020069  0x00004c37 arg  0x00000050 , 0x00000002 
+ 00020070  0x00004c38 fetch  0x00000002 , 0x00004248 
+ 00020071  0x00004c39 nbranch  0x00004ece , 0x00000034 
+ 00020072  0x00004c3a copy  0x0000000b , 0x0000003f 
+ 00020073  0x00004c3b store  0x00000002 , 0x00004248 
+ 00020074  0x00004c3c copy  0x00000022 , 0x0000003f 
+ 00020075  0x00004c3d store  0x00000004 , 0x000002d5 
+ 00020076  0x00004c3e call  0x00004e6e 
+ 00020077  0x00004c3f branch  0x00004ea9 
+ 00020078  0x00004c42 storet  0x00000002 , 0x000002d3 
+ 00020079  0x00004c43 deposit  0x0000000b 
+ 00020080  0x00004c44 store  0x00000002 , 0x000002c9 
+ 00020081  0x00004c45 deposit  0x00000011 
+ 00020082  0x00004c46 store  0x00000002 , 0x000002cb 
+ 00020083  0x00004c47 deposit  0x00000012 
+ 00020084  0x00004c48 store  0x00000002 , 0x000002cd 
+ 00020085  0x00004c49 deposit  0x00000013 
+ 00020086  0x00004c4a store  0x00000002 , 0x000002cf 
+ 00020087  0x00004c4b deposit  0x00000007 
+ 00020088  0x00004c4c store  0x00000002 , 0x000002d1 
+ 00020089  0x00004c4d rtn 
+ 00020090  0x00004c50 fetcht  0x00000002 , 0x000002d3 
+ 00020091  0x00004c51 fetch  0x00000002 , 0x000002c9 
+ 00020092  0x00004c52 copy  0x0000003f , 0x0000000b 
+ 00020093  0x00004c53 fetch  0x00000002 , 0x000002cb 
+ 00020094  0x00004c54 copy  0x0000003f , 0x00000011 
+ 00020095  0x00004c55 fetch  0x00000002 , 0x000002cd 
+ 00020096  0x00004c56 copy  0x0000003f , 0x00000012 
+ 00020097  0x00004c57 fetch  0x00000002 , 0x000002cf 
+ 00020098  0x00004c58 copy  0x0000003f , 0x00000013 
+ 00020099  0x00004c59 fetch  0x00000002 , 0x000002d1 
+ 00020100  0x00004c5a copy  0x0000003f , 0x00000007 
+ 00020101  0x00004c5b rtn 
+ 00020102  0x00004c5e call  0x00007ea8 
+ 00020103  0x00004c5f setarg  0x00000051 
+ 00020104  0x00004c60 arg  0x00000051 , 0x00000002 
+ 00020105  0x00004c61 fetch  0x00000002 , 0x0000424a 
+ 00020106  0x00004c62 nbranch  0x00004ece , 0x00000034 
+ 00020107  0x00004c63 copy  0x0000000b , 0x0000003f 
+ 00020108  0x00004c64 store  0x00000002 , 0x0000424a 
+ 00020109  0x00004c65 fetch  0x00000001 , 0x00004251 
+ 00020110  0x00004c66 set1  0x00000000 , 0x0000003f 
+ 00020111  0x00004c67 set1  0x00000001 , 0x0000003f 
+ 00020112  0x00004c68 store  0x00000001 , 0x00004251 
+ 00020113  0x00004c69 branch  0x00004eb1 
+ 00020114  0x00004c6b call  0x00007ea8 
+ 00020115  0x00004c6c arg  0x00000052 , 0x00000002 
+ 00020116  0x00004c6d fetch  0x00000002 , 0x0000424c 
+ 00020117  0x00004c6e nbranch  0x00004ece , 0x00000034 
+ 00020118  0x00004c6f copy  0x0000000b , 0x0000003f 
+ 00020119  0x00004c70 store  0x00000002 , 0x0000424c 
+ 00020120  0x00004c71 fetch  0x00000001 , 0x00004252 
+ 00020121  0x00004c72 set1  0x00000000 , 0x0000003f 
+ 00020122  0x00004c73 set1  0x00000001 , 0x0000003f 
+ 00020123  0x00004c74 store  0x00000001 , 0x00004252 
+ 00020124  0x00004c75 branch  0x00004eb1 
+ 00020125  0x00004c77 call  0x00007ea8 
+ 00020126  0x00004c78 deposit  0x0000001a 
+ 00020127  0x00004c79 arg  0x00000053 , 0x00000002 
+ 00020128  0x00004c7a fetch  0x00000002 , 0x0000424e 
+ 00020129  0x00004c7b nbranch  0x00004ece , 0x00000034 
+ 00020130  0x00004c7c copy  0x0000000b , 0x0000003f 
+ 00020131  0x00004c7d store  0x00000002 , 0x0000424e 
+ 00020132  0x00004c7e fetch  0x00000001 , 0x00004253 
+ 00020133  0x00004c7f set1  0x00000000 , 0x0000003f 
+ 00020134  0x00004c80 set1  0x00000001 , 0x0000003f 
+ 00020135  0x00004c81 store  0x00000001 , 0x00004253 
+ 00020136  0x00004c82 branch  0x00004eb1 
+ 00020137  0x00004c85 setarg  0x00000001 
+ 00020138  0x00004c86 store  0x00000002 , 0x0000027d 
+ 00020139  0x00004c87 jam  0x00000050 , 0x00004364 
+ 00020140  0x00004c88 branch  0x00004eb3 
+ 00020141  0x00004c8a fetch  0x00000001 , 0x00004250 
+ 00020142  0x00004c8b set1  0x00000000 , 0x0000003f 
+ 00020143  0x00004c8c set1  0x00000001 , 0x0000003f 
+ 00020144  0x00004c8d store  0x00000001 , 0x00004250 
+ 00020145  0x00004c8f setarg  0x00000000 
+ 00020146  0x00004c90 store  0x00000002 , 0x0000027d 
+ 00020147  0x00004c92 bpatchx  0x00000010 , 0x00004022 
+ 00020148  0x00004c93 call  0x00007ead 
+ 00020149  0x00004c94 setarg  0x00000003 
+ 00020150  0x00004c95 istore  0x00000001 , 0x00000005 
+ 00020151  0x00004c96 copy  0x00000007 , 0x0000003f 
+ 00020152  0x00004c97 istore  0x00000001 , 0x00000005 
+ 00020153  0x00004c98 setarg  0x00000008 
+ 00020154  0x00004c99 istore  0x00000002 , 0x00000005 
+ 00020155  0x00004c9a copy  0x00000002 , 0x0000003f 
+ 00020156  0x00004c9b istore  0x00000002 , 0x00000005 
+ 00020157  0x00004c9c copy  0x0000000b , 0x0000003f 
+ 00020158  0x00004c9d istore  0x00000002 , 0x00000005 
+ 00020159  0x00004c9e fetch  0x00000002 , 0x0000027d 
+ 00020160  0x00004c9f beq  0x00000001 , 0x00004ec9 
+ 00020161  0x00004ca0 isolate0  0x00000000 , 0x00000008 
+ 00020162  0x00004ca1 branch  0x00004ec4 , 0x00000001 
+ 00020163  0x00004ca2 setarg  0x00000004 
+ 00020164  0x00004ca4 istore  0x00000002 , 0x00000005 
+ 00020165  0x00004ca5 force  0x00000000 , 0x0000003f 
+ 00020166  0x00004ca6 istore  0x00000002 , 0x00000005 
+ 00020167  0x00004ca7 setarg  0x0000000c 
+ 00020168  0x00004ca8 branch  0x00004ed0 
+ 00020169  0x00004caa istore  0x00000002 , 0x00000005 
+ 00020170  0x00004cab force  0x00000002 , 0x0000003f 
+ 00020171  0x00004cac istore  0x00000002 , 0x00000005 
+ 00020172  0x00004cad setarg  0x0000000c 
+ 00020173  0x00004cae branch  0x00004ed0 
+ 00020174  0x00004cb1 set1  0x00000000 , 0x00000008 
+ 00020175  0x00004cb2 branch  0x00004eb1 
+ 00020176  0x00004cb4 iadd  0x00000012 , 0x00000012 
+ 00020177  0x00004cb5 copy  0x00000013 , 0x0000003f 
+ 00020178  0x00004cb6 isub  0x00000011 , 0x00000013 
+ 00020179  0x00004cb7 branch  0x00004ed4 
+ 00020180  0x00004cb9 branch  0x00004e1e 
+ 00020181  0x00004cbc ifetch  0x00000001 , 0x00000006 
+ 00020182  0x00004cbd copy  0x0000003f , 0x00000007 
+ 00020183  0x00004cbe ifetch  0x00000002 , 0x00000006 
+ 00020184  0x00004cbf copy  0x0000003f , 0x00000011 
+ 00020185  0x00004cc0 copy  0x00000013 , 0x0000003f 
+ 00020186  0x00004cc1 isub  0x00000011 , 0x00000013 
+ 00020187  0x00004cc2 ifetch  0x00000002 , 0x00000006 
+ 00020188  0x00004cc3 copy  0x0000003f , 0x0000000b 
+ 00020189  0x00004cc4 ifetch  0x00000002 , 0x00000006 
+ 00020190  0x00004cc5 copy  0x0000003f , 0x00000002 
+ 00020191  0x00004cc6 bpatchx  0x00000011 , 0x00004022 
+ 00020192  0x00004cc7 setarg  0x00000050 
+ 00020193  0x00004cc8 isub  0x00000002 , 0x0000003e 
+ 00020194  0x00004cc9 branch  0x00004eed , 0x00000005 
+ 00020195  0x00004cca setarg  0x00000051 
+ 00020196  0x00004ccb isub  0x00000002 , 0x0000003e 
+ 00020197  0x00004ccc branch  0x00004ef3 , 0x00000005 
+ 00020198  0x00004ccd setarg  0x00000052 
+ 00020199  0x00004cce isub  0x00000002 , 0x0000003e 
+ 00020200  0x00004ccf branch  0x00004eff , 0x00000005 
+ 00020201  0x00004cd0 setarg  0x00000053 
+ 00020202  0x00004cd1 isub  0x00000002 , 0x0000003e 
+ 00020203  0x00004cd2 branch  0x00004ef9 , 0x00000005 
+ 00020204  0x00004cd3 rtn 
+ 00020205  0x00004cd6 copy  0x0000000b , 0x0000003f 
+ 00020206  0x00004cd7 store  0x00000002 , 0x00004248 
+ 00020207  0x00004cd8 fetch  0x00000001 , 0x00004250 
+ 00020208  0x00004cd9 set1  0x00000001 , 0x0000003f 
+ 00020209  0x00004cda store  0x00000001 , 0x00004250 
+ 00020210  0x00004cdb branch  0x00004e1e 
+ 00020211  0x00004cdd copy  0x0000000b , 0x0000003f 
+ 00020212  0x00004cde store  0x00000002 , 0x0000424a 
+ 00020213  0x00004cdf fetch  0x00000001 , 0x00004251 
+ 00020214  0x00004ce0 set1  0x00000001 , 0x0000003f 
+ 00020215  0x00004ce1 store  0x00000001 , 0x00004251 
+ 00020216  0x00004ce2 rtn 
+ 00020217  0x00004ce4 copy  0x0000000b , 0x0000003f 
+ 00020218  0x00004ce5 store  0x00000002 , 0x0000424c 
+ 00020219  0x00004ce6 fetch  0x00000001 , 0x00004253 
+ 00020220  0x00004ce7 set1  0x00000001 , 0x0000003f 
+ 00020221  0x00004ce8 store  0x00000001 , 0x00004253 
+ 00020222  0x00004ce9 rtn 
+ 00020223  0x00004ceb copy  0x0000000b , 0x0000003f 
+ 00020224  0x00004cec store  0x00000002 , 0x0000424e 
+ 00020225  0x00004ced fetch  0x00000001 , 0x00004252 
+ 00020226  0x00004cee set1  0x00000001 , 0x0000003f 
+ 00020227  0x00004cef store  0x00000001 , 0x00004252 
+ 00020228  0x00004cf0 rtn 
+ 00020229  0x00004cf3 ifetch  0x00000001 , 0x00000006 
+ 00020230  0x00004cf4 copy  0x0000003f , 0x00000007 
+ 00020231  0x00004cf5 ifetch  0x00000002 , 0x00000006 
+ 00020232  0x00004cf6 copy  0x0000003f , 0x00000011 
+ 00020233  0x00004cf7 copy  0x00000013 , 0x0000003f 
+ 00020234  0x00004cf8 isub  0x00000011 , 0x00000013 
+ 00020235  0x00004cf9 ifetch  0x00000002 , 0x00000006 
+ 00020236  0x00004cfa copy  0x0000003f , 0x00000002 
+ 00020237  0x00004cfb copy  0x00000002 , 0x00000011 
+ 00020238  0x00004cfc bpatchx  0x00000012 , 0x00004022 
+ 00020239  0x00004cfd setarg  0x00000050 
+ 00020240  0x00004cfe isub  0x00000002 , 0x0000003e 
+ 00020241  0x00004cff branch  0x00004f1c , 0x00000005 
+ 00020242  0x00004d00 setarg  0x00000051 
+ 00020243  0x00004d01 isub  0x00000002 , 0x0000003e 
+ 00020244  0x00004d02 branch  0x00004f3a , 0x00000005 
+ 00020245  0x00004d03 setarg  0x00000052 
+ 00020246  0x00004d04 isub  0x00000002 , 0x0000003e 
+ 00020247  0x00004d05 branch  0x00004f26 , 0x00000005 
+ 00020248  0x00004d06 setarg  0x00000053 
+ 00020249  0x00004d07 isub  0x00000002 , 0x0000003e 
+ 00020250  0x00004d08 branch  0x00004f30 , 0x00000005 
+ 00020251  0x00004d09 branch  0x00005062 
+ 00020252  0x00004d0c copy  0x00000005 , 0x0000000b 
+ 00020253  0x00004d0d fetch  0x00000001 , 0x00004250 
+ 00020254  0x00004d0e set1  0x00000004 , 0x0000003f 
+ 00020255  0x00004d0f set1  0x00000003 , 0x0000003f 
+ 00020256  0x00004d11 store  0x00000001 , 0x00004250 
+ 00020257  0x00004d12 copy  0x0000000b , 0x00000005 
+ 00020258  0x00004d13 arg  0x00000050 , 0x0000000b 
+ 00020259  0x00004d14 fetch  0x00000002 , 0x00004248 
+ 00020260  0x00004d15 copy  0x0000003f , 0x00000002 
+ 00020261  0x00004d16 branch  0x00004f43 
+ 00020262  0x00004d18 copy  0x00000005 , 0x0000000b 
+ 00020263  0x00004d19 fetch  0x00000001 , 0x00004252 
+ 00020264  0x00004d1a set1  0x00000004 , 0x0000003f 
+ 00020265  0x00004d1b set1  0x00000003 , 0x0000003f 
+ 00020266  0x00004d1d store  0x00000001 , 0x00004252 
+ 00020267  0x00004d1e copy  0x0000000b , 0x00000005 
+ 00020268  0x00004d1f arg  0x00000052 , 0x0000000b 
+ 00020269  0x00004d20 fetch  0x00000002 , 0x0000424c 
+ 00020270  0x00004d21 copy  0x0000003f , 0x00000002 
+ 00020271  0x00004d22 branch  0x00004f43 
+ 00020272  0x00004d24 copy  0x00000005 , 0x0000000b 
+ 00020273  0x00004d25 fetch  0x00000001 , 0x00004253 
+ 00020274  0x00004d26 set1  0x00000004 , 0x0000003f 
+ 00020275  0x00004d27 set1  0x00000003 , 0x0000003f 
+ 00020276  0x00004d29 store  0x00000001 , 0x00004253 
+ 00020277  0x00004d2a copy  0x0000000b , 0x00000005 
+ 00020278  0x00004d2b arg  0x00000053 , 0x0000000b 
+ 00020279  0x00004d2c fetch  0x00000002 , 0x0000424e 
+ 00020280  0x00004d2d copy  0x0000003f , 0x00000002 
+ 00020281  0x00004d2e branch  0x00004f43 
+ 00020282  0x00004d30 copy  0x00000005 , 0x0000000b 
+ 00020283  0x00004d31 fetch  0x00000001 , 0x00004251 
+ 00020284  0x00004d32 set1  0x00000004 , 0x0000003f 
+ 00020285  0x00004d33 set1  0x00000003 , 0x0000003f 
+ 00020286  0x00004d35 store  0x00000001 , 0x00004251 
+ 00020287  0x00004d37 copy  0x0000000b , 0x00000005 
+ 00020288  0x00004d38 arg  0x00000051 , 0x0000000b 
+ 00020289  0x00004d39 fetch  0x00000002 , 0x0000424a 
+ 00020290  0x00004d3a copy  0x0000003f , 0x00000002 
+ 00020291  0x00004d3c bpatchx  0x00000013 , 0x00004022 
+ 00020292  0x00004d3d setarg  0x00000005 
+ 00020293  0x00004d3e istore  0x00000001 , 0x00000005 
+ 00020294  0x00004d3f copy  0x00000007 , 0x0000003f 
+ 00020295  0x00004d40 istore  0x00000001 , 0x00000005 
+ 00020296  0x00004d41 setarg  0x00000006 
+ 00020297  0x00004d42 istore  0x00000002 , 0x00000005 
+ 00020298  0x00004d43 copy  0x00000002 , 0x0000003f 
+ 00020299  0x00004d44 istore  0x00000002 , 0x00000005 
+ 00020300  0x00004d45 force  0x00000000 , 0x0000003f 
+ 00020301  0x00004d46 istore  0x00000002 , 0x00000005 
+ 00020302  0x00004d47 force  0x00000000 , 0x0000003f 
+ 00020303  0x00004d48 istore  0x00000002 , 0x00000005 
+ 00020304  0x00004d49 force  0x0000000a , 0x0000003f 
+ 00020305  0x00004d4a iadd  0x00000012 , 0x00000012 
+ 00020306  0x00004d4c storet  0x00000002 , 0x00000282 
+ 00020307  0x00004d4d copy  0x00000007 , 0x0000003f 
+ 00020308  0x00004d4e store  0x00000001 , 0x00000281 
+ 00020309  0x00004d4f force  0x00000050 , 0x0000003f 
+ 00020310  0x00004d50 icompare  0x000000ff , 0x0000000b 
+ 00020311  0x00004d51 branch  0x00004f59 , 0x00000001 
+ 00020312  0x00004d52 increase  0x00000001 , 0x0000003f 
+ 00020313  0x00004d55 rtn 
+ 00020314  0x00004d57 disable  0x00000028 
+ 00020315  0x00004d58 rtnbit1  0x00000002 , 0x0000003f 
+ 00020316  0x00004d59 rtnbit0  0x00000000 , 0x0000003f 
+ 00020317  0x00004d5a rtnbit0  0x00000001 , 0x0000003f 
+ 00020318  0x00004d5b set1  0x00000002 , 0x0000003f 
+ 00020319  0x00004d5c copy  0x00000006 , 0x00000005 
+ 00020320  0x00004d5d increase  0xffffffff , 0x00000005 
+ 00020321  0x00004d5e istore  0x00000001 , 0x00000005 
+ 00020322  0x00004d5f enable  0x00000028 
+ 00020323  0x00004d60 rtn 
+ 00020324  0x00004d63 fetch  0x00000001 , 0x00004250 
+ 00020325  0x00004d64 call  0x00004f5a 
+ 00020326  0x00004d65 nbranch  0x00004f6b , 0x00000028 
+ 00020327  0x00004d66 jam  0x00000050 , 0x00000280 
+ 00020328  0x00004d67 fetch  0x00000002 , 0x00004248 
+ 00020329  0x00004d68 store  0x00000002 , 0x00000282 
+ 00020330  0x00004d69 branch  0x00004f7f 
+ 00020331  0x00004d6b fetch  0x00000001 , 0x00004251 
+ 00020332  0x00004d6c call  0x00004f5a 
+ 00020333  0x00004d6d nbranch  0x00004f72 , 0x00000028 
+ 00020334  0x00004d6e jam  0x00000051 , 0x00000280 
+ 00020335  0x00004d6f fetch  0x00000002 , 0x0000424a 
+ 00020336  0x00004d70 store  0x00000002 , 0x00000282 
+ 00020337  0x00004d71 branch  0x00004f7f 
+ 00020338  0x00004d73 fetch  0x00000001 , 0x00004252 
+ 00020339  0x00004d74 call  0x00004f5a 
+ 00020340  0x00004d75 nbranch  0x00004f79 , 0x00000028 
+ 00020341  0x00004d76 jam  0x00000052 , 0x00000280 
+ 00020342  0x00004d77 fetch  0x00000002 , 0x0000424c 
+ 00020343  0x00004d78 store  0x00000002 , 0x00000282 
+ 00020344  0x00004d79 branch  0x00004f7f 
+ 00020345  0x00004d7b fetch  0x00000001 , 0x00004253 
+ 00020346  0x00004d7c call  0x00004f5a 
+ 00020347  0x00004d7d nrtn  0x00000028 
+ 00020348  0x00004d7e jam  0x00000053 , 0x00000280 
+ 00020349  0x00004d7f fetch  0x00000002 , 0x0000424e 
+ 00020350  0x00004d80 store  0x00000002 , 0x00000282 
+ 00020351  0x00004d84 bpatchx  0x00000014 , 0x00004022 
+ 00020352  0x00004d85 call  0x0000523a 
+ 00020353  0x00004d86 call  0x000052b8 
+ 00020354  0x00004d87 force  0x00000000 , 0x00000012 
+ 00020355  0x00004d88 call  0x000052c3 
+ 00020356  0x00004d89 force  0x00000004 , 0x0000003f 
+ 00020357  0x00004d8a istore  0x00000001 , 0x00000005 
+ 00020358  0x00004d8b fetch  0x00000001 , 0x00004255 
+ 00020359  0x00004d8c istore  0x00000001 , 0x00000005 
+ 00020360  0x00004d8d setarg  0x00000008 
+ 00020361  0x00004d8e istore  0x00000002 , 0x00000005 
+ 00020362  0x00004d8f fetch  0x00000002 , 0x00000282 
+ 00020363  0x00004d90 istore  0x00000002 , 0x00000005 
+ 00020364  0x00004d91 setarg  0x00000000 
+ 00020365  0x00004d92 istore  0x00000002 , 0x00000005 
+ 00020366  0x00004d93 force  0x00000001 , 0x0000003f 
+ 00020367  0x00004d94 istore  0x00000001 , 0x00000005 
+ 00020368  0x00004d95 force  0x00000002 , 0x0000003f 
+ 00020369  0x00004d96 istore  0x00000001 , 0x00000005 
+ 00020370  0x00004d97 fetch  0x00000001 , 0x00000280 
+ 00020371  0x00004d98 beq  0x00000051 , 0x00004f97 
+ 00020372  0x00004d99 setarg  0x00000030 
+ 00020373  0x00004d9a istore  0x00000002 , 0x00000005 
+ 00020374  0x00004d9b branch  0x00004f99 
+ 00020375  0x00004d9d setarg  0x000003e3 
+ 00020376  0x00004d9e istore  0x00000002 , 0x00000005 
+ 00020377  0x00004da0 arg  0x0000000c , 0x00000002 
+ 00020378  0x00004da1 storet  0x00000002 , 0x0000026f 
+ 00020379  0x00004da2 call  0x000052c1 
+ 00020380  0x00004da3 fetch  0x00000002 , 0x0000026f 
+ 00020381  0x00004da4 istore  0x00000002 , 0x00000005 
+ 00020382  0x00004da5 force  0x00000001 , 0x0000003f 
+ 00020383  0x00004da6 istore  0x00000002 , 0x00000005 
+ 00020384  0x00004da7 jam  0x00000000 , 0x00000280 
+ 00020385  0x00004da9 branch  0x00004e1e 
+ 00020386  0x00004dac increase  0x00000001 , 0x00000006 
+ 00020387  0x00004dad ifetch  0x00000002 , 0x00000006 
+ 00020388  0x00004dae copy  0x0000003f , 0x00000011 
+ 00020389  0x00004daf copy  0x00000013 , 0x0000003f 
+ 00020390  0x00004db0 isub  0x00000011 , 0x00000013 
+ 00020391  0x00004db1 ifetch  0x00000002 , 0x00000006 
+ 00020392  0x00004db2 copy  0x0000003f , 0x00000011 
+ 00020393  0x00004db3 bpatchx  0x00000015 , 0x00004022 
+ 00020394  0x00004db4 setarg  0x00000050 
+ 00020395  0x00004db5 isub  0x00000011 , 0x0000003e 
+ 00020396  0x00004db6 branch  0x00004fba , 0x00000005 
+ 00020397  0x00004db7 setarg  0x00000051 
+ 00020398  0x00004db8 isub  0x00000011 , 0x0000003e 
+ 00020399  0x00004db9 branch  0x00004fbe , 0x00000005 
+ 00020400  0x00004dba setarg  0x00000052 
+ 00020401  0x00004dbb isub  0x00000011 , 0x0000003e 
+ 00020402  0x00004dbc branch  0x00004fc2 , 0x00000005 
+ 00020403  0x00004dbd setarg  0x00000053 
+ 00020404  0x00004dbe isub  0x00000011 , 0x0000003e 
+ 00020405  0x00004dbf branch  0x00004fc6 , 0x00000005 
+ 00020406  0x00004dc0 increase  0x00000002 , 0x00000006 
+ 00020407  0x00004dc1 ifetch  0x00000002 , 0x00000006 
+ 00020408  0x00004dc2 iforce  0x0000003e 
+ 00020409  0x00004dc3 branch  0x00004e1e 
+ 00020410  0x00004dc5 fetch  0x00000001 , 0x00004250 
+ 00020411  0x00004dc6 set1  0x00000005 , 0x0000003f 
+ 00020412  0x00004dc7 store  0x00000001 , 0x00004250 
+ 00020413  0x00004dc8 branch  0x00004e1e 
+ 00020414  0x00004dca fetch  0x00000001 , 0x00004251 
+ 00020415  0x00004dcb set1  0x00000005 , 0x0000003f 
+ 00020416  0x00004dcc store  0x00000001 , 0x00004251 
+ 00020417  0x00004dcd branch  0x00004e1e 
+ 00020418  0x00004dcf fetch  0x00000001 , 0x00004252 
+ 00020419  0x00004dd0 set1  0x00000005 , 0x0000003f 
+ 00020420  0x00004dd1 store  0x00000001 , 0x00004252 
+ 00020421  0x00004dd2 branch  0x00004e1e 
+ 00020422  0x00004dd4 fetch  0x00000001 , 0x00004253 
+ 00020423  0x00004dd5 set1  0x00000005 , 0x0000003f 
+ 00020424  0x00004dd6 store  0x00000001 , 0x00004253 
+ 00020425  0x00004dd7 jam  0x00000006 , 0x00000a99 
+ 00020426  0x00004dd8 branch  0x00007d86 
+ 00020427  0x00004ddd ifetch  0x00000001 , 0x00000006 
+ 00020428  0x00004dde copy  0x0000003f , 0x00000007 
+ 00020429  0x00004ddf ifetch  0x00000002 , 0x00000006 
+ 00020430  0x00004de0 copy  0x0000003f , 0x00000011 
+ 00020431  0x00004de1 copy  0x00000013 , 0x0000003f 
+ 00020432  0x00004de2 isub  0x00000011 , 0x00000013 
+ 00020433  0x00004de3 ifetch  0x00000002 , 0x00000006 
+ 00020434  0x00004de4 copy  0x0000003f , 0x00000011 
+ 00020435  0x00004de5 ifetch  0x00000002 , 0x00000006 
+ 00020436  0x00004de6 copy  0x0000003f , 0x0000000b 
+ 00020437  0x00004de7 copy  0x00000011 , 0x00000002 
+ 00020438  0x00004de8 call  0x00007ea8 
+ 00020439  0x00004de9 bpatchx  0x00000016 , 0x00004022 
+ 00020440  0x00004dea setarg  0x00000050 
+ 00020441  0x00004deb isub  0x00000002 , 0x0000003e 
+ 00020442  0x00004dec branch  0x00004ff2 , 0x00000005 
+ 00020443  0x00004ded setarg  0x00000051 
+ 00020444  0x00004dee isub  0x00000002 , 0x0000003e 
+ 00020445  0x00004def branch  0x00005002 , 0x00000005 
+ 00020446  0x00004df0 setarg  0x00000052 
+ 00020447  0x00004df1 isub  0x00000002 , 0x0000003e 
+ 00020448  0x00004df2 branch  0x00004fe6 , 0x00000005 
+ 00020449  0x00004df3 setarg  0x00000053 
+ 00020450  0x00004df4 isub  0x00000002 , 0x0000003e 
+ 00020451  0x00004df5 branch  0x00004fec , 0x00000005 
+ 00020452  0x00004df6 call  0x00005062 
+ 00020453  0x00004df7 branch  0x00005017 
+ 00020454  0x00004df9 copy  0x0000000b , 0x00000002 
+ 00020455  0x00004dfa fetch  0x00000002 , 0x0000424c 
+ 00020456  0x00004dfb isub  0x00000002 , 0x0000003e 
+ 00020457  0x00004dfc branch  0x00004ff8 , 0x00000005 
+ 00020458  0x00004dfd call  0x00005062 
+ 00020459  0x00004dfe branch  0x00005017 
+ 00020460  0x00004e00 copy  0x0000000b , 0x00000002 
+ 00020461  0x00004e01 fetch  0x00000002 , 0x0000424e 
+ 00020462  0x00004e02 isub  0x00000002 , 0x0000003e 
+ 00020463  0x00004e03 branch  0x00004ffa , 0x00000005 
+ 00020464  0x00004e04 call  0x00005062 
+ 00020465  0x00004e05 branch  0x00005017 
+ 00020466  0x00004e08 copy  0x0000000b , 0x00000002 
+ 00020467  0x00004e09 fetch  0x00000002 , 0x00004248 
+ 00020468  0x00004e0a isub  0x00000002 , 0x0000003e 
+ 00020469  0x00004e0b branch  0x00004ffe , 0x00000005 
+ 00020470  0x00004e0c call  0x00005062 
+ 00020471  0x00004e0d branch  0x00005017 
+ 00020472  0x00004e0f call  0x00005079 
+ 00020473  0x00004e10 branch  0x0000500a 
+ 00020474  0x00004e12 call  0x0000507f 
+ 00020475  0x00004e13 fetch  0x00000002 , 0x0000424c 
+ 00020476  0x00004e14 branch  0x0000500a , 0x00000034 
+ 00020477  0x00004e1c branch  0x0000500a 
+ 00020478  0x00004e1f call  0x00005074 
+ 00020479  0x00004e20 fetch  0x00000001 , 0x00000288 
+ 00020480  0x00004e21 nbranch  0x0000500a , 0x00000034 
+ 00020481  0x00004e24 branch  0x0000500a 
+ 00020482  0x00004e26 copy  0x0000000b , 0x00000002 
+ 00020483  0x00004e27 fetch  0x00000002 , 0x0000424a 
+ 00020484  0x00004e28 isub  0x00000002 , 0x0000003e 
+ 00020485  0x00004e29 branch  0x00005008 , 0x00000005 
+ 00020486  0x00004e2a call  0x00005062 
+ 00020487  0x00004e2b branch  0x00005017 
+ 00020488  0x00004e2d call  0x0000506f 
+ 00020489  0x00004e2e branch  0x0000500a 
+ 00020490  0x00004e30 call  0x00007ead 
+ 00020491  0x00004e31 setarg  0x00000007 
+ 00020492  0x00004e32 istore  0x00000001 , 0x00000005 
+ 00020493  0x00004e33 copy  0x00000007 , 0x0000003f 
+ 00020494  0x00004e34 istore  0x00000001 , 0x00000005 
+ 00020495  0x00004e35 setarg  0x00000004 
+ 00020496  0x00004e36 istore  0x00000002 , 0x00000005 
+ 00020497  0x00004e37 copy  0x00000011 , 0x0000003f 
+ 00020498  0x00004e38 istore  0x00000002 , 0x00000005 
+ 00020499  0x00004e39 copy  0x0000000b , 0x0000003f 
+ 00020500  0x00004e3a istore  0x00000002 , 0x00000005 
+ 00020501  0x00004e3b force  0x00000008 , 0x0000003f 
+ 00020502  0x00004e3c branch  0x00005019 
+ 00020503  0x00004e3e call  0x00007ead 
+ 00020504  0x00004e3f branch  0x00005019 
+ 00020505  0x00004e41 iadd  0x00000012 , 0x00000012 
+ 00020506  0x00004e42 branch  0x00004e1e 
+ 00020507  0x00004e44 ifetch  0x00000001 , 0x00000006 
+ 00020508  0x00004e45 copy  0x0000003f , 0x00000007 
+ 00020509  0x00004e46 ifetch  0x00000002 , 0x00000006 
+ 00020510  0x00004e47 copy  0x0000003f , 0x00000011 
+ 00020511  0x00004e48 copy  0x00000013 , 0x0000003f 
+ 00020512  0x00004e49 isub  0x00000011 , 0x00000013 
+ 00020513  0x00004e4a ifetch  0x00000002 , 0x00000006 
+ 00020514  0x00004e4b copy  0x0000003f , 0x0000000b 
+ 00020515  0x00004e4c ifetch  0x00000002 , 0x00000006 
+ 00020516  0x00004e4d copy  0x0000003f , 0x00000002 
+ 00020517  0x00004e4e call  0x00007ea8 
+ 00020518  0x00004e4f bpatchx  0x00000017 , 0x00004022 
+ 00020519  0x00004e50 setarg  0x00000050 
+ 00020520  0x00004e51 isub  0x00000002 , 0x0000003e 
+ 00020521  0x00004e52 branch  0x00005035 , 0x00000005 
+ 00020522  0x00004e53 setarg  0x00000051 
+ 00020523  0x00004e54 isub  0x00000002 , 0x0000003e 
+ 00020524  0x00004e55 branch  0x0000503b , 0x00000005 
+ 00020525  0x00004e56 setarg  0x00000052 
+ 00020526  0x00004e57 isub  0x00000002 , 0x0000003e 
+ 00020527  0x00004e58 branch  0x00005041 , 0x00000005 
+ 00020528  0x00004e59 setarg  0x00000053 
+ 00020529  0x00004e5a isub  0x00000002 , 0x0000003e 
+ 00020530  0x00004e5b branch  0x00005047 , 0x00000005 
+ 00020531  0x00004e5c call  0x00005062 
+ 00020532  0x00004e5d branch  0x0000504f 
+ 00020533  0x00004e5f copy  0x00000002 , 0x00000011 
+ 00020534  0x00004e60 copy  0x0000000b , 0x00000002 
+ 00020535  0x00004e61 fetch  0x00000002 , 0x00004248 
+ 00020536  0x00004e62 isub  0x00000002 , 0x0000003e 
+ 00020537  0x00004e63 call  0x00005074 , 0x00000005 
+ 00020538  0x00004e64 branch  0x0000504d 
+ 00020539  0x00004e66 copy  0x00000002 , 0x00000011 
+ 00020540  0x00004e67 copy  0x0000000b , 0x00000002 
+ 00020541  0x00004e68 fetch  0x00000002 , 0x0000424a 
+ 00020542  0x00004e69 isub  0x00000002 , 0x0000003e 
+ 00020543  0x00004e6a call  0x0000506f , 0x00000005 
+ 00020544  0x00004e6b branch  0x0000504d 
+ 00020545  0x00004e6d copy  0x00000002 , 0x00000011 
+ 00020546  0x00004e6e copy  0x0000000b , 0x00000002 
+ 00020547  0x00004e6f fetch  0x00000002 , 0x0000424c 
+ 00020548  0x00004e70 isub  0x00000002 , 0x0000003e 
+ 00020549  0x00004e71 call  0x00005079 , 0x00000005 
+ 00020550  0x00004e72 branch  0x0000504d 
+ 00020551  0x00004e74 copy  0x00000002 , 0x00000011 
+ 00020552  0x00004e75 copy  0x0000000b , 0x00000002 
+ 00020553  0x00004e76 fetch  0x00000002 , 0x0000424e 
+ 00020554  0x00004e77 isub  0x00000002 , 0x0000003e 
+ 00020555  0x00004e78 call  0x0000507f , 0x00000005 
+ 00020556  0x00004e79 branch  0x0000504d 
+ 00020557  0x00004e7b call  0x00007ead 
+ 00020558  0x00004e7c branch  0x00004e1e 
+ 00020559  0x00004e7e branch  0x00004e1e 
+ 00020560  0x00004e82 ifetch  0x00000001 , 0x00000006 
+ 00020561  0x00004e83 copy  0x0000003f , 0x00000007 
+ 00020562  0x00004e84 ifetch  0x00000002 , 0x00000006 
+ 00020563  0x00004e85 copy  0x0000003f , 0x00000011 
+ 00020564  0x00004e86 iadd  0x00000006 , 0x00000006 
+ 00020565  0x00004e87 setarg  0x00000009 
+ 00020566  0x00004e88 istore  0x00000001 , 0x00000005 
+ 00020567  0x00004e89 copy  0x00000007 , 0x0000003f 
+ 00020568  0x00004e8a istore  0x00000001 , 0x00000005 
+ 00020569  0x00004e8b force  0x00000000 , 0x0000003f 
+ 00020570  0x00004e8c istore  0x00000002 , 0x00000005 
+ 00020571  0x00004e8d force  0x00000004 , 0x0000003f 
+ 00020572  0x00004e8e iadd  0x00000012 , 0x00000012 
+ 00020573  0x00004e8f copy  0x00000013 , 0x0000003f 
+ 00020574  0x00004e90 isub  0x00000011 , 0x00000013 
+ 00020575  0x00004e91 branch  0x00004e1e 
+ 00020576  0x00004e93 branch  0x00004e1e 
+ 00020577  0x00004e96 branch  0x00004e1e 
+ 00020578  0x00004e98 force  0x00000000 , 0x00000012 
+ 00020579  0x00004e99 call  0x000052c3 
+ 00020580  0x00004e9a setarg  0x00000001 
+ 00020581  0x00004e9b istore  0x00000001 , 0x00000005 
+ 00020582  0x00004e9c copy  0x00000007 , 0x0000003f 
+ 00020583  0x00004e9d istore  0x00000001 , 0x00000005 
+ 00020584  0x00004e9e setarg  0x00000002 
+ 00020585  0x00004e9f istore  0x00000002 , 0x00000005 
+ 00020586  0x00004ea0 setarg  0x00000000 
+ 00020587  0x00004ea1 istore  0x00000002 , 0x00000005 
+ 00020588  0x00004ea2 increase  0x00000006 , 0x00000012 
+ 00020589  0x00004ea3 arg  0x00000004 , 0x00000013 
+ 00020590  0x00004ea4 branch  0x00004e1e 
+ 00020591  0x00004ea9 setarg  0x00000000 
+ 00020592  0x00004eaa store  0x00000002 , 0x0000027b 
+ 00020593  0x00004eab store  0x00000002 , 0x0000424a 
+ 00020594  0x00004eac jam  0x00000000 , 0x00004251 
+ 00020595  0x00004ead rtn 
+ 00020596  0x00004eaf setarg  0x00000000 
+ 00020597  0x00004eb0 store  0x00000002 , 0x00000275 
+ 00020598  0x00004eb1 store  0x00000002 , 0x00004248 
+ 00020599  0x00004eb2 jam  0x00000000 , 0x00004250 
+ 00020600  0x00004eb3 rtn 
+ 00020601  0x00004eb5 setarg  0x00000000 
+ 00020602  0x00004eb6 store  0x00000002 , 0x0000424c 
+ 00020603  0x00004eb7 jam  0x00000000 , 0x00004252 
+ 00020604  0x00004eb8 fetch  0x00000001 , 0x00004253 
+ 00020605  0x00004eb9 beq  0x00000000 , 0x00005085 
+ 00020606  0x00004eba rtn 
+ 00020607  0x00004ebd setarg  0x00000000 
+ 00020608  0x00004ebe store  0x00000002 , 0x0000424e 
+ 00020609  0x00004ebf jam  0x00000000 , 0x00004253 
+ 00020610  0x00004ec0 fetch  0x00000001 , 0x00004252 
+ 00020611  0x00004ec1 beq  0x00000000 , 0x00005085 
+ 00020612  0x00004ec2 rtn 
+ 00020613  0x00004ec5 jam  0x00000007 , 0x00000a99 
+ 00020614  0x00004ec6 branch  0x00007d86 
+ 00020615  0x00004ec9 fetch  0x00000001 , 0x0000027f 
+ 00020616  0x00004eca set0  0x00000000 , 0x0000003f 
+ 00020617  0x00004ecb store  0x00000001 , 0x0000027f 
+ 00020618  0x00004ecc fetch  0x00000002 , 0x0000424e 
+ 00020619  0x00004ecd rtn  0x00000034 
+ 00020620  0x00004ece call  0x000052b8 
+ 00020621  0x00004ecf fetch  0x00000002 , 0x0000424e 
+ 00020622  0x00004ed0 copy  0x0000003f , 0x00000011 
+ 00020623  0x00004ed1 force  0x00000053 , 0x00000012 
+ 00020624  0x00004ed2 branch  0x0000509a 
+ 00020625  0x00004ed4 fetch  0x00000001 , 0x0000027f 
+ 00020626  0x00004ed5 set0  0x00000007 , 0x0000003f 
+ 00020627  0x00004ed6 store  0x00000001 , 0x0000027f 
+ 00020628  0x00004ed7 fetch  0x00000002 , 0x0000424c 
+ 00020629  0x00004ed8 rtn  0x00000034 
+ 00020630  0x00004ed9 call  0x000052b8 
+ 00020631  0x00004eda fetch  0x00000002 , 0x0000424c 
+ 00020632  0x00004edb copy  0x0000003f , 0x00000011 
+ 00020633  0x00004edc force  0x00000052 , 0x00000012 
+ 00020634  0x00004ede call  0x0000523a 
+ 00020635  0x00004edf call  0x000052c3 
+ 00020636  0x00004ee0 force  0x00000006 , 0x0000003f 
+ 00020637  0x00004ee1 istore  0x00000001 , 0x00000005 
+ 00020638  0x00004ee2 fetch  0x00000001 , 0x00004255 
+ 00020639  0x00004ee3 istore  0x00000001 , 0x00000005 
+ 00020640  0x00004ee4 setarg  0x00000004 
+ 00020641  0x00004ee5 istore  0x00000002 , 0x00000005 
+ 00020642  0x00004ee6 copy  0x00000011 , 0x0000003f 
+ 00020643  0x00004ee7 istore  0x00000002 , 0x00000005 
+ 00020644  0x00004ee8 copy  0x00000012 , 0x0000003f 
+ 00020645  0x00004ee9 istore  0x00000002 , 0x00000005 
+ 00020646  0x00004eea force  0x00000008 , 0x00000002 
+ 00020647  0x00004eeb branch  0x000050de 
+ 00020648  0x00004eee bpatchx  0x00000018 , 0x00004023 
+ 00020649  0x00004eef call  0x0000523a 
+ 00020650  0x00004ef0 call  0x000052c3 
+ 00020651  0x00004ef1 setarg  0x00000002 
+ 00020652  0x00004ef2 istore  0x00000001 , 0x00000005 
+ 00020653  0x00004ef3 fetch  0x00000001 , 0x00004255 
+ 00020654  0x00004ef4 istore  0x00000001 , 0x00000005 
+ 00020655  0x00004ef5 setarg  0x00000004 
+ 00020656  0x00004ef6 istore  0x00000002 , 0x00000005 
+ 00020657  0x00004ef7 copy  0x00000002 , 0x0000003f 
+ 00020658  0x00004ef8 istore  0x00000002 , 0x00000005 
+ 00020659  0x00004ef9 copy  0x0000000b , 0x0000003f 
+ 00020660  0x00004efa istore  0x00000002 , 0x00000005 
+ 00020661  0x00004efb arg  0x00000008 , 0x00000002 
+ 00020662  0x00004efc branch  0x000050de 
+ 00020663  0x00004efe bpatchx  0x00000019 , 0x00004023 
+ 00020664  0x00004eff call  0x0000523a 
+ 00020665  0x00004f00 call  0x000052c3 
+ 00020666  0x00004f01 setarg  0x00000004 
+ 00020667  0x00004f02 istore  0x00000001 , 0x00000005 
+ 00020668  0x00004f03 fetch  0x00000001 , 0x00004255 
+ 00020669  0x00004f04 istore  0x00000001 , 0x00000005 
+ 00020670  0x00004f05 setarg  0x00000008 
+ 00020671  0x00004f06 istore  0x00000002 , 0x00000005 
+ 00020672  0x00004f08 copy  0x00000002 , 0x0000003f 
+ 00020673  0x00004f0a istore  0x00000002 , 0x00000005 
+ 00020674  0x00004f0b setarg  0x00000000 
+ 00020675  0x00004f0c istore  0x00000002 , 0x00000005 
+ 00020676  0x00004f0d setarg  0x00000001 
+ 00020677  0x00004f0e istore  0x00000001 , 0x00000005 
+ 00020678  0x00004f0f setarg  0x00000002 
+ 00020679  0x00004f10 istore  0x00000001 , 0x00000005 
+ 00020680  0x00004f11 setarg  0x000003e3 
+ 00020681  0x00004f12 istore  0x00000002 , 0x00000005 
+ 00020682  0x00004f13 arg  0x0000000c , 0x00000002 
+ 00020683  0x00004f14 branch  0x000050de 
+ 00020684  0x00004f16 bpatchx  0x0000001a , 0x00004023 
+ 00020685  0x00004f17 call  0x0000523a 
+ 00020686  0x00004f18 call  0x000052c3 
+ 00020687  0x00004f19 setarg  0x00000006 
+ 00020688  0x00004f1a istore  0x00000001 , 0x00000005 
+ 00020689  0x00004f1b fetch  0x00000001 , 0x00004255 
+ 00020690  0x00004f1c increase  0x00000001 , 0x0000003f 
+ 00020691  0x00004f1d copy  0x00000005 , 0x00000011 
+ 00020692  0x00004f1e store  0x00000001 , 0x00004255 
+ 00020693  0x00004f1f copy  0x00000011 , 0x00000005 
+ 00020694  0x00004f20 istore  0x00000001 , 0x00000005 
+ 00020695  0x00004f21 setarg  0x00000004 
+ 00020696  0x00004f22 istore  0x00000002 , 0x00000005 
+ 00020697  0x00004f23 copy  0x00000002 , 0x0000003f 
+ 00020698  0x00004f24 istore  0x00000002 , 0x00000005 
+ 00020699  0x00004f25 copy  0x0000000b , 0x0000003f 
+ 00020700  0x00004f26 istore  0x00000002 , 0x00000005 
+ 00020701  0x00004f27 arg  0x00000008 , 0x00000002 
+ 00020702  0x00004f2b storet  0x00000002 , 0x0000026f 
+ 00020703  0x00004f2c copy  0x00000002 , 0x0000003f 
+ 00020704  0x00004f2d branch  0x00005264 , 0x00000034 
+ 00020705  0x00004f2e call  0x000052c1 
+ 00020706  0x00004f2f fetch  0x00000002 , 0x0000026f 
+ 00020707  0x00004f30 istore  0x00000002 , 0x00000005 
+ 00020708  0x00004f31 force  0x00000001 , 0x0000003f 
+ 00020709  0x00004f32 istore  0x00000002 , 0x00000005 
+ 00020710  0x00004f33 rtn 
+ 00020711  0x00004f36 fetch  0x00000002 , 0x00000275 
+ 00020712  0x00004f37 branch  0x00002a8c , 0x00000034 
+ 00020713  0x00004f38 call  0x000052ce 
+ 00020714  0x00004f39 fetch  0x00000002 , 0x00000275 
+ 00020715  0x00004f3a istore  0x00000002 , 0x00000005 
+ 00020716  0x00004f3b fetch  0x00000002 , 0x00004248 
+ 00020717  0x00004f3c istore  0x00000002 , 0x00000005 
+ 00020718  0x00004f3d rtn 
+ 00020719  0x00004f3f fetch  0x00000002 , 0x00000266 
+ 00020720  0x00004f40 branch  0x00004dfc , 0x00000034 
+ 00020721  0x00004f41 bpatchx  0x0000001b , 0x00004023 
+ 00020722  0x00004f42 fetch  0x00000001 , 0x00000268 
+ 00020723  0x00004f43 beq  0x00000001 , 0x000050f9 
+ 00020724  0x00004f44 beq  0x00000050 , 0x00004de8 
+ 00020725  0x00004f45 beq  0x00000051 , 0x00004df5 
+ 00020726  0x00004f46 beq  0x00000052 , 0x00004df3 
+ 00020727  0x00004f47 beq  0x00000053 , 0x00004df3 
+ 00020728  0x00004f48 branch  0x00004dfc 
+ 00020729  0x00004f4b bpatchx  0x0000001c , 0x00004023 
+ 00020730  0x00004f4c call  0x000052b8 
+ 00020731  0x00004f4d force  0x00000000 , 0x00000012 
+ 00020732  0x00004f4e call  0x000052c3 
+ 00020733  0x00004f4f copy  0x0000003f , 0x00000005 
+ 00020734  0x00004f50 fetch  0x00000002 , 0x00000266 
+ 00020735  0x00004f51 copy  0x0000003f , 0x00000013 
+ 00020736  0x00004f52 fetch  0x00000002 , 0x00000264 
+ 00020737  0x00004f53 iforce  0x00000006 
+ 00020738  0x00004f55 call  0x00005108 
+ 00020739  0x00004f56 increase  0xfffffffc , 0x00000013 
+ 00020740  0x00004f57 nbranch  0x00005102 , 0x00000005 
+ 00020741  0x00004f58 copy  0x00000012 , 0x00000002 
+ 00020742  0x00004f59 call  0x000050de 
+ 00020743  0x00004f5a branch  0x00004dfc 
+ 00020744  0x00004f5d ifetch  0x00000001 , 0x00000006 
+ 00020745  0x00004f5e beq  0x00000002 , 0x00005113 
+ 00020746  0x00004f5f beq  0x00000001 , 0x00005116 
+ 00020747  0x00004f60 beq  0x00000003 , 0x00005120 
+ 00020748  0x00004f61 beq  0x00000005 , 0x0000515c 
+ 00020749  0x00004f62 beq  0x00000004 , 0x0000518e 
+ 00020750  0x00004f63 beq  0x00000007 , 0x00005213 
+ 00020751  0x00004f64 beq  0x00000006 , 0x000051e1 
+ 00020752  0x00004f65 beq  0x00000008 , 0x00005050 
+ 00020753  0x00004f66 beq  0x0000000a , 0x00004e3a 
+ 00020754  0x00004f67 branch  0x0000522e 
+ 00020755  0x00004f6a call  0x00007ea8 
+ 00020756  0x00004f6c call  0x00007ead 
+ 00020757  0x00004f6d branch  0x00004e51 
+ 00020758  0x00004f6f ifetch  0x00000001 , 0x00000006 
+ 00020759  0x00004f70 copy  0x0000003f , 0x00000007 
+ 00020760  0x00004f71 ifetch  0x00000002 , 0x00000006 
+ 00020761  0x00004f72 copy  0x0000003f , 0x00000011 
+ 00020762  0x00004f73 copy  0x00000013 , 0x0000003f 
+ 00020763  0x00004f74 isub  0x00000011 , 0x00000013 
+ 00020764  0x00004f76 ifetch  0x00000001 , 0x00000006 
+ 00020765  0x00004f77 increase  0xffffffff , 0x00000011 
+ 00020766  0x00004f78 nbranch  0x0000511c , 0x00000005 
+ 00020767  0x00004f79 rtn 
+ 00020768  0x00004f7b ifetch  0x00000001 , 0x00000006 
+ 00020769  0x00004f7c copy  0x0000003f , 0x00000007 
+ 00020770  0x00004f7d ifetch  0x00000002 , 0x00000006 
+ 00020771  0x00004f7e copy  0x0000003f , 0x00000011 
+ 00020772  0x00004f7f ifetch  0x00000002 , 0x00000006 
+ 00020773  0x00004f80 copy  0x0000003f , 0x0000000b 
+ 00020774  0x00004f81 ifetch  0x00000002 , 0x00000006 
+ 00020775  0x00004f82 copy  0x0000003f , 0x00000002 
+ 00020776  0x00004f83 ifetch  0x00000002 , 0x00000006 
+ 00020777  0x00004f84 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00020778  0x00004f85 branch  0x00005132 , 0x00000005 
+ 00020779  0x00004f86 beq  0x00000002 , 0x0000512e 
+ 00020780  0x00004f87 beq  0x00000004 , 0x0000512e 
+ 00020781  0x00004f88 branch  0x00005130 
+ 00020782  0x00004f8a jam  0x00000016 , 0x00000a99 
+ 00020783  0x00004f8b call  0x00007d86 
+ 00020784  0x00004f8d ifetch  0x00000002 , 0x00000006 
+ 00020785  0x00004f8e branch  0x00005159 
+ 00020786  0x00004f90 call  0x00007ea8 
+ 00020787  0x00004f94 bpatchx  0x0000001d , 0x00004023 
+ 00020788  0x00004f95 setarg  0x00000050 
+ 00020789  0x00004f96 isub  0x00000002 , 0x0000003e 
+ 00020790  0x00004f97 branch  0x00005141 , 0x00000005 
+ 00020791  0x00004f98 setarg  0x00000051 
+ 00020792  0x00004f99 isub  0x00000002 , 0x0000003e 
+ 00020793  0x00004f9a branch  0x00005147 , 0x00000005 
+ 00020794  0x00004f9b setarg  0x00000053 
+ 00020795  0x00004f9c isub  0x00000002 , 0x0000003e 
+ 00020796  0x00004f9d branch  0x00005153 , 0x00000005 
+ 00020797  0x00004f9e setarg  0x00000052 
+ 00020798  0x00004f9f isub  0x00000002 , 0x0000003e 
+ 00020799  0x00004fa0 branch  0x0000514d , 0x00000005 
+ 00020800  0x00004fa1 branch  0x00005159 
+ 00020801  0x00004fa3 copy  0x0000000b , 0x0000003f 
+ 00020802  0x00004fa4 store  0x00000002 , 0x00004248 
+ 00020803  0x00004fa5 fetch  0x00000001 , 0x00004250 
+ 00020804  0x00004fa6 set1  0x00000001 
+ 00020805  0x00004fa7 store  0x00000001 , 0x00004250 
+ 00020806  0x00004fa8 branch  0x00005158 
+ 00020807  0x00004faa copy  0x0000000b , 0x0000003f 
+ 00020808  0x00004fab store  0x00000002 , 0x0000424a 
+ 00020809  0x00004fac fetch  0x00000001 , 0x00004251 
+ 00020810  0x00004fad set1  0x00000001 
+ 00020811  0x00004fae store  0x00000001 , 0x00004251 
+ 00020812  0x00004faf branch  0x00005158 
+ 00020813  0x00004fb1 copy  0x0000000b , 0x0000003f 
+ 00020814  0x00004fb2 store  0x00000002 , 0x0000424c 
+ 00020815  0x00004fb3 fetch  0x00000001 , 0x00004252 
+ 00020816  0x00004fb4 set1  0x00000001 
+ 00020817  0x00004fb5 store  0x00000001 , 0x00004252 
+ 00020818  0x00004fb6 branch  0x00005158 
+ 00020819  0x00004fb8 copy  0x0000000b , 0x0000003f 
+ 00020820  0x00004fb9 store  0x00000002 , 0x0000424e 
+ 00020821  0x00004fba fetch  0x00000001 , 0x00004253 
+ 00020822  0x00004fbb set1  0x00000001 
+ 00020823  0x00004fbc store  0x00000001 , 0x00004253 
+ 00020824  0x00004fc0 call  0x00007ead 
+ 00020825  0x00004fc2 copy  0x00000013 , 0x0000003f 
+ 00020826  0x00004fc3 isub  0x00000011 , 0x00000013 
+ 00020827  0x00004fc4 rtn 
+ 00020828  0x00004fc7 ifetch  0x00000001 , 0x00000006 
+ 00020829  0x00004fc8 copy  0x0000003f , 0x00000007 
+ 00020830  0x00004fc9 ifetch  0x00000002 , 0x00000006 
+ 00020831  0x00004fca copy  0x0000003f , 0x00000011 
+ 00020832  0x00004fcb copy  0x00000013 , 0x0000003f 
+ 00020833  0x00004fcc isub  0x00000011 , 0x00000013 
+ 00020834  0x00004fcd ifetch  0x00000002 , 0x00000006 
+ 00020835  0x00004fce copy  0x0000003f , 0x0000000b 
+ 00020836  0x00004fcf ifetch  0x00000002 , 0x00000006 
+ 00020837  0x00004fd0 ifetch  0x00000002 , 0x00000006 
+ 00020838  0x00004fd1 nbranch  0x00005188 , 0x00000034 
+ 00020839  0x00004fd2 call  0x00007ea8 
+ 00020840  0x00004fd6 copy  0x0000000b , 0x00000002 
+ 00020841  0x00004fd7 bpatchx  0x0000001e , 0x00004023 
+ 00020842  0x00004fd8 setarg  0x00000050 
+ 00020843  0x00004fd9 isub  0x00000002 , 0x0000003e 
+ 00020844  0x00004fda branch  0x00005176 , 0x00000005 
+ 00020845  0x00004fdb setarg  0x00000051 
+ 00020846  0x00004fdc isub  0x00000002 , 0x0000003e 
+ 00020847  0x00004fdd branch  0x0000517a , 0x00000005 
+ 00020848  0x00004fde setarg  0x00000052 
+ 00020849  0x00004fdf isub  0x00000002 , 0x0000003e 
+ 00020850  0x00004fe0 branch  0x0000517e , 0x00000005 
+ 00020851  0x00004fe1 setarg  0x00000053 
+ 00020852  0x00004fe2 isub  0x00000002 , 0x0000003e 
+ 00020853  0x00004fe3 branch  0x00005182 , 0x00000005 
+ 00020854  0x00004fe5 fetch  0x00000001 , 0x00004250 
+ 00020855  0x00004fe6 set1  0x00000005 
+ 00020856  0x00004fe7 store  0x00000001 , 0x00004250 
+ 00020857  0x00004fe8 rtn 
+ 00020858  0x00004fea fetch  0x00000001 , 0x00004251 
+ 00020859  0x00004feb set1  0x00000005 
+ 00020860  0x00004fec store  0x00000001 , 0x00004251 
+ 00020861  0x00004fed rtn 
+ 00020862  0x00004fef fetch  0x00000001 , 0x00004252 
+ 00020863  0x00004ff0 set1  0x00000005 
+ 00020864  0x00004ff1 store  0x00000001 , 0x00004252 
+ 00020865  0x00004ff2 rtn 
+ 00020866  0x00004ff4 fetch  0x00000001 , 0x00004253 
+ 00020867  0x00004ff5 set1  0x00000005 
+ 00020868  0x00004ff6 store  0x00000001 , 0x00004253 
+ 00020869  0x00004ff7 jam  0x00000006 , 0x00000a99 
+ 00020870  0x00004ff8 branch  0x00007d86 
+ 00020871  0x00004ffc call  0x00007ead 
+ 00020872  0x00004ffe increase  0xfffffffa , 0x00000011 
+ 00020873  0x00005000 branch  0x0000518d , 0x00000005 
+ 00020874  0x00005001 increase  0x00000001 , 0x00000006 
+ 00020875  0x00005002 increase  0xffffffff , 0x00000011 
+ 00020876  0x00005003 branch  0x00005189 
+ 00020877  0x00005005 rtn 
+ 00020878  0x00005007 ifetch  0x00000001 , 0x00000006 
+ 00020879  0x00005008 copy  0x0000003f , 0x00000007 
+ 00020880  0x00005009 ifetch  0x00000002 , 0x00000006 
+ 00020881  0x0000500a copy  0x0000003f , 0x00000011 
+ 00020882  0x0000500b copy  0x00000013 , 0x0000003f 
+ 00020883  0x0000500c isub  0x00000011 , 0x00000013 
+ 00020884  0x0000500d ifetch  0x00000002 , 0x00000006 
+ 00020885  0x0000500e increase  0x00000002 , 0x00000006 
+ 00020886  0x0000500f copy  0x0000003f , 0x00000002 
+ 00020887  0x00005010 setarg  0x00000005 
+ 00020888  0x00005011 istore  0x00000001 , 0x00000005 
+ 00020889  0x00005012 copy  0x00000007 , 0x0000003f 
+ 00020890  0x00005013 istore  0x00000001 , 0x00000005 
+ 00020891  0x00005014 increase  0x00000002 , 0x00000011 
+ 00020892  0x00005015 copy  0x00000011 , 0x0000003f 
+ 00020893  0x00005016 istore  0x00000002 , 0x00000005 
+ 00020894  0x00005017 call  0x00007ea8 
+ 00020895  0x00005018 bpatchx  0x0000001f , 0x00004023 
+ 00020896  0x00005019 setarg  0x00000050 
+ 00020897  0x0000501a isub  0x00000002 , 0x0000003e 
+ 00020898  0x0000501b branch  0x000051ad , 0x00000005 
+ 00020899  0x0000501c setarg  0x00000051 
+ 00020900  0x0000501d isub  0x00000002 , 0x0000003e 
+ 00020901  0x0000501e branch  0x000051be , 0x00000005 
+ 00020902  0x0000501f setarg  0x00000052 
+ 00020903  0x00005020 isub  0x00000002 , 0x0000003e 
+ 00020904  0x00005021 branch  0x000051c4 , 0x00000005 
+ 00020905  0x00005022 setarg  0x00000053 
+ 00020906  0x00005023 isub  0x00000002 , 0x0000003e 
+ 00020907  0x00005024 branch  0x000051ca , 0x00000005 
+ 00020908  0x00005025 branch  0x000051cf 
+ 00020909  0x00005027 fetch  0x00000001 , 0x00004250 
+ 00020910  0x00005028 set1  0x00000004 , 0x0000003f 
+ 00020911  0x00005029 set1  0x00000003 , 0x0000003f 
+ 00020912  0x0000502a store  0x00000001 , 0x00004250 
+ 00020913  0x0000502b bbit1  0x00000002 , 0x000051bb 
+ 00020914  0x0000502c fetcht  0x00000001 , 0x0000027f 
+ 00020915  0x0000502d set1  0x00000006 , 0x00000002 
+ 00020916  0x0000502e storet  0x00000001 , 0x0000027f 
+ 00020917  0x0000502f copy  0x00000007 , 0x0000003f 
+ 00020918  0x00005030 increase  0x00000001 , 0x0000003f 
+ 00020919  0x00005031 store  0x00000001 , 0x00000281 
+ 00020920  0x00005032 fetch  0x00000001 , 0x00004250 
+ 00020921  0x00005033 set1  0x00000002 , 0x0000003f 
+ 00020922  0x00005034 store  0x00000001 , 0x00004250 
+ 00020923  0x00005036 fetch  0x00000002 , 0x00004248 
+ 00020924  0x00005037 store  0x00000002 , 0x00000282 
+ 00020925  0x00005038 branch  0x000051cf 
+ 00020926  0x0000503a fetch  0x00000001 , 0x00004251 
+ 00020927  0x0000503b set1  0x00000004 , 0x0000003f 
+ 00020928  0x0000503c set1  0x00000003 , 0x0000003f 
+ 00020929  0x0000503d store  0x00000001 , 0x00004251 
+ 00020930  0x0000503e fetch  0x00000002 , 0x0000424a 
+ 00020931  0x0000503f branch  0x000051cf 
+ 00020932  0x00005041 fetch  0x00000001 , 0x00004252 
+ 00020933  0x00005042 set1  0x00000004 , 0x0000003f 
+ 00020934  0x00005043 set1  0x00000003 , 0x0000003f 
+ 00020935  0x00005044 store  0x00000001 , 0x00004252 
+ 00020936  0x00005045 fetch  0x00000002 , 0x0000424c 
+ 00020937  0x00005046 branch  0x000051cf 
+ 00020938  0x00005048 fetch  0x00000001 , 0x00004253 
+ 00020939  0x00005049 set1  0x00000004 , 0x0000003f 
+ 00020940  0x0000504a set1  0x00000003 , 0x0000003f 
+ 00020941  0x0000504b store  0x00000001 , 0x00004253 
+ 00020942  0x0000504c fetch  0x00000002 , 0x0000424e 
+ 00020943  0x00005050 copy  0x0000003f , 0x0000000b 
+ 00020944  0x00005051 call  0x00007ead 
+ 00020945  0x00005053 copy  0x0000000b , 0x0000003f 
+ 00020946  0x00005055 istore  0x00000002 , 0x00000005 
+ 00020947  0x00005056 force  0x00000000 , 0x0000003f 
+ 00020948  0x00005057 istore  0x00000002 , 0x00000005 
+ 00020949  0x00005058 force  0x00000000 , 0x0000003f 
+ 00020950  0x00005059 istore  0x00000002 , 0x00000005 
+ 00020951  0x0000505a force  0x0000000a , 0x0000003f 
+ 00020952  0x0000505b iadd  0x00000012 , 0x00000012 
+ 00020953  0x0000505c increase  0xfffffffa , 0x00000011 
+ 00020954  0x0000505e branch  0x000051e0 , 0x00000005 
+ 00020955  0x0000505f ifetch  0x00000001 , 0x00000006 
+ 00020956  0x00005060 istore  0x00000001 , 0x00000005 
+ 00020957  0x00005061 increase  0x00000001 , 0x00000012 
+ 00020958  0x00005062 increase  0xffffffff , 0x00000011 
+ 00020959  0x00005063 branch  0x000051da 
+ 00020960  0x00005065 rtn 
+ 00020961  0x00005067 ifetch  0x00000001 , 0x00000006 
+ 00020962  0x00005068 copy  0x0000003f , 0x00000007 
+ 00020963  0x00005069 ifetch  0x00000002 , 0x00000006 
+ 00020964  0x0000506a copy  0x0000003f , 0x00000011 
+ 00020965  0x0000506b copy  0x00000013 , 0x0000003f 
+ 00020966  0x0000506c isub  0x00000011 , 0x00000013 
+ 00020967  0x0000506e ifetch  0x00000002 , 0x00000006 
+ 00020968  0x0000506f copy  0x0000003f , 0x00000011 
+ 00020969  0x00005070 ifetch  0x00000002 , 0x00000006 
+ 00020970  0x00005071 copy  0x0000003f , 0x0000000b 
+ 00020971  0x00005072 call  0x00007ea8 
+ 00020972  0x00005073 bpatchx  0x00000020 , 0x00004024 
+ 00020973  0x00005074 setarg  0x00000050 
+ 00020974  0x00005075 copy  0x00000011 , 0x00000002 
+ 00020975  0x00005076 isub  0x00000002 , 0x0000003e 
+ 00020976  0x00005077 branch  0x000051fa , 0x00000005 
+ 00020977  0x00005078 setarg  0x00000052 
+ 00020978  0x00005079 copy  0x00000011 , 0x00000002 
+ 00020979  0x0000507a isub  0x00000002 , 0x0000003e 
+ 00020980  0x0000507b branch  0x000051ff , 0x00000005 
+ 00020981  0x0000507c setarg  0x00000053 
+ 00020982  0x0000507d copy  0x00000011 , 0x00000002 
+ 00020983  0x0000507e isub  0x00000002 , 0x0000003e 
+ 00020984  0x0000507f branch  0x00005201 , 0x00000005 
+ 00020985  0x00005080 branch  0x00005203 
+ 00020986  0x00005082 setarg  0x00000000 
+ 00020987  0x00005083 store  0x00000002 , 0x00000275 
+ 00020988  0x00005084 store  0x00000002 , 0x00004248 
+ 00020989  0x00005085 store  0x00000001 , 0x00004250 
+ 00020990  0x00005086 branch  0x00005205 
+ 00020991  0x00005088 call  0x00005079 
+ 00020992  0x00005089 branch  0x00005205 
+ 00020993  0x0000508b call  0x0000507f 
+ 00020994  0x00005091 branch  0x00005205 
+ 00020995  0x00005093 setarg  0x00000000 
+ 00020996  0x00005094 store  0x00000002 , 0x0000027b 
+ 00020997  0x00005096 call  0x00007ead 
+ 00020998  0x00005097 setarg  0x00000007 
+ 00020999  0x00005098 istore  0x00000001 , 0x00000005 
+ 00021000  0x00005099 copy  0x00000007 , 0x0000003f 
+ 00021001  0x0000509a istore  0x00000001 , 0x00000005 
+ 00021002  0x0000509b setarg  0x00000004 
+ 00021003  0x0000509c istore  0x00000002 , 0x00000005 
+ 00021004  0x0000509d copy  0x00000011 , 0x0000003f 
+ 00021005  0x0000509e istore  0x00000002 , 0x00000005 
+ 00021006  0x0000509f copy  0x0000000b , 0x0000003f 
+ 00021007  0x000050a0 istore  0x00000002 , 0x00000005 
+ 00021008  0x000050a1 force  0x00000008 , 0x0000003f 
+ 00021009  0x000050a2 iadd  0x00000012 , 0x00000012 
+ 00021010  0x000050a3 rtn 
+ 00021011  0x000050a6 ifetch  0x00000001 , 0x00000006 
+ 00021012  0x000050a7 copy  0x0000003f , 0x00000007 
+ 00021013  0x000050a8 ifetch  0x00000002 , 0x00000006 
+ 00021014  0x000050a9 copy  0x0000003f , 0x00000011 
+ 00021015  0x000050aa ifetch  0x00000002 , 0x00000006 
+ 00021016  0x000050ab copy  0x0000003f , 0x0000000b 
+ 00021017  0x000050ac ifetch  0x00000002 , 0x00000006 
+ 00021018  0x000050ad copy  0x0000003f , 0x00000002 
+ 00021019  0x000050ae call  0x00007ea8 
+ 00021020  0x000050af bpatchx  0x00000021 , 0x00004024 
+ 00021021  0x000050b0 fetch  0x00000001 , 0x00004255 
+ 00021022  0x000050b1 icompare  0x000000ff , 0x00000007 
+ 00021023  0x000050b2 nbranch  0x0000522a , 0x00000001 
+ 00021024  0x000050b3 setarg  0x00000050 
+ 00021025  0x000050b4 isub  0x00000002 , 0x0000003e 
+ 00021026  0x000050b5 branch  0x00005227 , 0x00000005 
+ 00021027  0x000050b6 setarg  0x00000051 
+ 00021028  0x000050b7 isub  0x00000002 , 0x0000003e 
+ 00021029  0x000050b8 branch  0x0000522a , 0x00000005 
+ 00021030  0x000050b9 branch  0x0000522a 
+ 00021031  0x000050bb jam  0x00000000 , 0x00004248 
+ 00021032  0x000050bc jam  0x00000000 , 0x00004250 
+ 00021033  0x000050bd branch  0x0000522a 
+ 00021034  0x000050c2 call  0x00007ead 
+ 00021035  0x000050c3 copy  0x00000013 , 0x0000003f 
+ 00021036  0x000050c4 isub  0x00000011 , 0x00000013 
+ 00021037  0x000050c5 rtn 
+ 00021038  0x000050c8 setarg  0x00000001 
+ 00021039  0x000050c9 istore  0x00000001 , 0x00000005 
+ 00021040  0x000050ca ifetch  0x00000001 , 0x00000006 
+ 00021041  0x000050cb istore  0x00000001 , 0x00000005 
+ 00021042  0x000050cc setarg  0x00000002 
+ 00021043  0x000050cd istore  0x00000002 , 0x00000005 
+ 00021044  0x000050ce setarg  0x00000000 
+ 00021045  0x000050cf istore  0x00000002 , 0x00000005 
+ 00021046  0x000050d0 setarg  0x00000006 
+ 00021047  0x000050d1 iadd  0x00000012 , 0x00000012 
+ 00021048  0x000050d2 force  0x00000004 , 0x00000013 
+ 00021049  0x000050d3 rtn 
+ 00021050  0x000050d7 fetch  0x00000001 , 0x00004255 
+ 00021051  0x000050d8 increase  0x00000001 , 0x0000003f 
+ 00021052  0x000050d9 bne  0x00000000 , 0x0000523e 
+ 00021053  0x000050da increase  0x00000001 , 0x0000003f 
+ 00021054  0x000050dc store  0x00000001 , 0x00004255 
+ 00021055  0x000050dd rtn 
+ 00021056  0x000050e8 bpatchx  0x00000022 , 0x00004024 
+ 00021057  0x000050e9 arg  0x00000000 , 0x00000012 
+ 00021058  0x000050ea call  0x0000526e 
+ 00021059  0x000050eb nbranch  0x00002a8c , 0x00000034 
+ 00021060  0x000050ec call  0x0000527e 
+ 00021061  0x000050ed arg  0x00001800 , 0x00000012 
+ 00021062  0x000050ee arg  0x00000000 , 0x00000007 
+ 00021063  0x000050f0 fetcht  0x00000001 , 0x00004256 
+ 00021064  0x000050f1 qisolate1  0x00000002 
+ 00021065  0x000050f2 branch  0x0000524f , 0x00000001 
+ 00021066  0x000050f3 call  0x000052a0 
+ 00021067  0x000050f4 sub  0x0000000b , 0x00000000 , 0x0000003e 
+ 00021068  0x000050f5 branch  0x0000524f , 0x00000002 
+ 00021069  0x000050f6 call  0x00005288 
+ 00021070  0x000050f7 branch  0x00005255 
+ 00021071  0x000050f9 increase  0x00000080 , 0x00000012 
+ 00021072  0x000050fa increase  0x00000001 , 0x00000007 
+ 00021073  0x000050fb setarg  0x00000008 
+ 00021074  0x000050fc isub  0x00000007 , 0x0000003e 
+ 00021075  0x000050fd branch  0x00005247 , 0x00000002 
+ 00021076  0x000050fe arg  0x00000000 , 0x00000012 
+ 00021077  0x00005100 copy  0x00000012 , 0x0000003f 
+ 00021078  0x00005101 branch  0x00002a8c , 0x00000034 
+ 00021079  0x00005102 rtn 
+ 00021080  0x0000510b bpatchx  0x00000023 , 0x00004024 
+ 00021081  0x0000510c call  0x00005277 
+ 00021082  0x0000510d increase  0x00000001 , 0x00000006 
+ 00021083  0x0000510e ifetch  0x00000002 , 0x00000006 
+ 00021084  0x0000510f rtn 
+ 00021085  0x00005116 bpatchx  0x00000024 , 0x00004024 
+ 00021086  0x00005117 call  0x00005277 
+ 00021087  0x00005118 copy  0x00000006 , 0x00000005 
+ 00021088  0x00005119 copy  0x00000006 , 0x00000002 
+ 00021089  0x0000511a setarg  0x00000000 
+ 00021090  0x0000511b istore  0x00000003 , 0x00000005 
+ 00021091  0x0000511c rtn 
+ 00021092  0x00005122 bpatchx  0x00000025 , 0x00004024 
+ 00021093  0x00005123 call  0x00005274 
+ 00021094  0x00005124 branch  0x00002a8c , 0x00000034 
+ 00021095  0x00005125 fetch  0x00000003 , 0x0000425d 
+ 00021096  0x00005126 store  0x00000003 , 0x00004260 
+ 00021097  0x00005127 fetch  0x00000003 , 0x0000425a 
+ 00021098  0x00005128 store  0x00000003 , 0x0000425d 
+ 00021099  0x00005129 fetch  0x00000003 , 0x00004257 
+ 00021100  0x0000512a store  0x00000003 , 0x0000425a 
+ 00021101  0x0000512b rtn 
+ 00021102  0x00005132 bpatchx  0x00000026 , 0x00004024 
+ 00021103  0x00005133 fetch  0x00000003 , 0x00004257 
+ 00021104  0x00005134 rtn 
+ 00021105  0x0000513b bpatchx  0x00000027 , 0x00004024 
+ 00021106  0x0000513c fetch  0x00000003 , 0x0000425a 
+ 00021107  0x0000513d rtn 
+ 00021108  0x00005144 bpatchx  0x00000028 , 0x00004025 
+ 00021109  0x00005145 fetch  0x00000003 , 0x00004260 
+ 00021110  0x00005146 rtn 
+ 00021111  0x0000514c call  0x00005274 
+ 00021112  0x0000514d branch  0x00002a8c , 0x00000034 
+ 00021113  0x0000514e arg  0x00004257 , 0x00000006 
+ 00021114  0x00005150 ifetch  0x00000003 , 0x00000006 
+ 00021115  0x00005151 branch  0x0000527a , 0x00000034 
+ 00021116  0x00005152 increase  0xfffffffd , 0x00000006 
+ 00021117  0x00005153 rtn 
+ 00021118  0x0000515b bpatchx  0x00000029 , 0x00004025 
+ 00021119  0x0000515c arg  0x00000004 , 0x00000039 
+ 00021120  0x0000515d arg  0x00004257 , 0x00000006 
+ 00021121  0x0000515e arg  0x00000000 , 0x00000002 
+ 00021122  0x00005160 ifetch  0x00000003 , 0x00000006 
+ 00021123  0x00005161 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00021124  0x00005162 ior  0x00000002 , 0x00000002 
+ 00021125  0x00005163 loop  0x00005282 
+ 00021126  0x00005164 storet  0x00000001 , 0x00004256 
+ 00021127  0x00005165 rtn 
+ 00021128  0x0000516e bpatchx  0x0000002a , 0x00004025 
+ 00021129  0x0000516f call  0x0000526e 
+ 00021130  0x00005170 nbranch  0x00002a8c , 0x00000034 
+ 00021131  0x00005171 call  0x00005274 
+ 00021132  0x00005172 branch  0x00005295 , 0x00000034 
+ 00021133  0x00005173 fetch  0x00000003 , 0x0000425a 
+ 00021134  0x00005174 store  0x00000003 , 0x00004257 
+ 00021135  0x00005175 ifetch  0x00000003 , 0x00000006 
+ 00021136  0x00005176 istore  0x00000003 , 0x00000005 
+ 00021137  0x00005177 ifetch  0x00000003 , 0x00000006 
+ 00021138  0x00005178 istore  0x00000003 , 0x00000005 
+ 00021139  0x00005179 setarg  0x00000000 
+ 00021140  0x0000517a istore  0x00000003 , 0x00000005 
+ 00021141  0x0000517c arg  0x00000000 , 0x00000002 
+ 00021142  0x0000517d copy  0x0000000b , 0x0000003f 
+ 00021143  0x0000517e iadd  0x00000007 , 0x0000003f 
+ 00021144  0x00005180 qset1  0x00000002 
+ 00021145  0x00005181 increase  0x00000001 , 0x00000007 
+ 00021146  0x00005182 isub  0x00000007 , 0x0000003e 
+ 00021147  0x00005183 nbranch  0x00005298 , 0x00000005 
+ 00021148  0x00005185 lshift8  0x00000012 , 0x0000003f 
+ 00021149  0x00005186 ior  0x00000002 , 0x0000003f 
+ 00021150  0x00005187 store  0x00000003 , 0x00004260 
+ 00021151  0x00005188 rtn 
+ 00021152  0x00005193 bpatchx  0x0000002b , 0x00004025 
+ 00021153  0x00005194 call  0x0000527e 
+ 00021154  0x00005195 copy  0x00000007 , 0x00000013 
+ 00021155  0x00005196 arg  0x00000000 , 0x00000002 
+ 00021156  0x00005197 arg  0x00000000 , 0x0000000b 
+ 00021157  0x0000519a copy  0x00000007 , 0x0000003f 
+ 00021158  0x0000519b beq  0x00000008 , 0x000052b0 
+ 00021159  0x0000519c fetch  0x00000001 , 0x00004256 
+ 00021160  0x0000519d qisolate1  0x0000003f 
+ 00021161  0x0000519e branch  0x000052b0 , 0x00000001 
+ 00021162  0x0000519f increase  0x00000080 , 0x00000002 
+ 00021163  0x000051a0 increase  0x00000001 , 0x00000007 
+ 00021164  0x000051a1 copy  0x00000011 , 0x0000003f 
+ 00021165  0x000051a2 isub  0x00000002 , 0x0000003e 
+ 00021166  0x000051a3 branch  0x000052b0 , 0x00000005 
+ 00021167  0x000051a4 branch  0x000052a5 , 0x00000002 
+ 00021168  0x000051a6 copy  0x00000002 , 0x0000003f 
+ 00021169  0x000051a7 isub  0x00000011 , 0x0000003e 
+ 00021170  0x000051a8 nbranch  0x000052b6 , 0x00000002 
+ 00021171  0x000051a9 copy  0x00000007 , 0x0000003f 
+ 00021172  0x000051aa copy  0x00000013 , 0x00000002 
+ 00021173  0x000051ab isub  0x00000002 , 0x0000000b 
+ 00021174  0x000051ad copy  0x00000013 , 0x00000007 
+ 00021175  0x000051ae rtn 
+ 00021176  0x000051b2 bpatchx  0x0000002c , 0x00004025 
+ 00021177  0x000051b3 arg  0x0000007f , 0x00000011 
+ 00021178  0x000051b4 call  0x00005240 
+ 00021179  0x000051b5 store  0x00000002 , 0x0000026b 
+ 00021180  0x000051b6 increase  0x00000004 , 0x0000003f 
+ 00021181  0x000051b7 store  0x00000002 , 0x0000026d 
+ 00021182  0x000051b8 setarg  0x00000000 
+ 00021183  0x000051b9 store  0x00000002 , 0x0000026f 
+ 00021184  0x000051ba rtn 
+ 00021185  0x000051bd fetch  0x00000002 , 0x0000026b 
+ 00021186  0x000051be branch  0x000052e2 
+ 00021187  0x000051c1 fetch  0x00000002 , 0x0000026d 
+ 00021188  0x000051c2 branch  0x000052e2 
+ 00021189  0x000051c6 bpatchx  0x0000002d , 0x00004025 
+ 00021190  0x000051c7 arg  0x000000fa , 0x00000011 
+ 00021191  0x000051c8 call  0x00005240 
+ 00021192  0x000051c9 store  0x00000002 , 0x00000271 
+ 00021193  0x000051ca increase  0x00000004 , 0x0000003f 
+ 00021194  0x000051cb store  0x00000002 , 0x00000273 
+ 00021195  0x000051cc setarg  0x00000000 
+ 00021196  0x000051cd store  0x00000002 , 0x00000275 
+ 00021197  0x000051ce rtn 
+ 00021198  0x000051d1 fetch  0x00000002 , 0x00000271 
+ 00021199  0x000051d2 branch  0x000052e2 
+ 00021200  0x000051d5 fetch  0x00000002 , 0x00000273 
+ 00021201  0x000051d6 branch  0x000052e2 
+ 00021202  0x000051da bpatchx  0x0000002e , 0x00004025 
+ 00021203  0x000051db call  0x00007e7c 
+ 00021204  0x000051dc jam  0x00000001 , 0x00000284 
+ 00021205  0x000051dd call  0x0000526e 
+ 00021206  0x000051de nrtn  0x00000034 
+ 00021207  0x000051df arg  0x0000007f , 0x00000011 
+ 00021208  0x000051e0 call  0x00005240 
+ 00021209  0x000051e1 store  0x00000002 , 0x00000277 
+ 00021210  0x000051e2 increase  0x00000004 , 0x0000003f 
+ 00021211  0x000051e3 store  0x00000002 , 0x00000279 
+ 00021212  0x000051e4 setarg  0x00000000 
+ 00021213  0x000051e5 store  0x00000002 , 0x0000027b 
+ 00021214  0x000051e6 jam  0x00000000 , 0x00000284 
+ 00021215  0x000051e7 branch  0x00007e8c 
+ 00021216  0x000051ea fetch  0x00000002 , 0x00000277 
+ 00021217  0x000051eb branch  0x000052e2 
+ 00021218  0x000051ee branch  0x00002a8c , 0x00000034 
+ 00021219  0x000051ef copy  0x0000003f , 0x00000005 
+ 00021220  0x000051f0 rtn 
+ 00021221  0x000051f4 bpatchx  0x0000002f , 0x00004025 
+ 00021222  0x000051f5 arg  0x00000000 , 0x00000012 
+ 00021223  0x000051f6 arg  0x00004257 , 0x00000011 
+ 00021224  0x000051f7 increase  0xfffffffe , 0x00000011 
+ 00021225  0x000051f9 increase  0x00000002 , 0x00000011 
+ 00021226  0x000051fa setarg  0x00004263 
+ 00021227  0x000051fb isub  0x00000011 , 0x0000003e 
+ 00021228  0x000051fc branch  0x000052f5 , 0x00000005 
+ 00021229  0x000051fd ifetch  0x00000001 , 0x00000011 
+ 00021230  0x000051fe increase  0x00000001 , 0x00000011 
+ 00021231  0x000051ff branch  0x000052e9 , 0x00000034 
+ 00021232  0x00005200 ifetcht  0x00000002 , 0x00000011 
+ 00021233  0x00005201 ifetch  0x00000002 , 0x00000002 
+ 00021234  0x00005202 iadd  0x00000012 , 0x00000012 
+ 00021235  0x00005203 increase  0x00000004 , 0x00000012 
+ 00021236  0x00005204 branch  0x000052e9 
+ 00021237  0x00005206 copy  0x00000012 , 0x0000003f 
+ 00021238  0x00005207 rtn 
+ 00021239  0x0000520b arg  0x0000000c , 0x00000007 
+ 00021240  0x0000520c branch  0x00002c32 
+ 00021241  0x0000520f arg  0x0000000c , 0x00000007 
+ 00021242  0x00005210 branch  0x00002c36 
+ 00021243  0x00005213 bpatchx  0x00000030 , 0x00004026 
+ 00021244  0x00005214 call  0x0000527e 
+ 00021245  0x00005215 fetch  0x00000001 , 0x00004256 
+ 00021246  0x00005216 rtn  0x00000034 
+ 00021247  0x00005217 call  0x000052e5 
+ 00021248  0x00005218 arg  0x00000100 , 0x00000002 
+ 00021249  0x00005219 isub  0x00000002 , 0x0000003e 
+ 00021250  0x0000521a branch  0x000052f7 , 0x00000002 
+ 00021251  0x0000521b call  0x000052f9 
+ 00021252  0x0000521c arg  0x00004263 , 0x00000005 
+ 00021253  0x0000521d arg  0x00004257 , 0x00000011 
+ 00021254  0x0000521f setarg  0x00004263 
+ 00021255  0x00005220 isub  0x00000011 , 0x0000003e 
+ 00021256  0x00005221 rtn  0x00000005 
+ 00021257  0x00005222 ifetch  0x00000001 , 0x00000011 
+ 00021258  0x00005223 increase  0x00000001 , 0x00000011 
+ 00021259  0x00005224 nbranch  0x0000530f , 0x00000034 
+ 00021260  0x00005225 istore  0x00000002 , 0x00000005 
+ 00021261  0x00005226 increase  0x00000002 , 0x00000011 
+ 00021262  0x00005227 branch  0x00005306 
+ 00021263  0x00005229 ifetch  0x00000002 , 0x00000011 
+ 00021264  0x0000522a increase  0x00000002 , 0x00000011 
+ 00021265  0x0000522b copy  0x0000003f , 0x00000006 
+ 00021266  0x0000522c ifetch  0x00000002 , 0x00000006 
+ 00021267  0x0000522d istore  0x00000002 , 0x00000005 
+ 00021268  0x0000522e copy  0x0000003f , 0x00000039 
+ 00021269  0x0000522f increase  0x00000002 , 0x00000039 
+ 00021270  0x00005230 call  0x00007f01 
+ 00021271  0x00005231 branch  0x00005306 
+ 00021272  0x00005234 bpatchx  0x00000031 , 0x00004026 
+ 00021273  0x00005235 call  0x0000527e 
+ 00021274  0x00005236 fetch  0x00000001 , 0x00004256 
+ 00021275  0x00005237 rtn  0x00000034 
+ 00021276  0x00005238 arg  0x00004258 , 0x00000011 
+ 00021277  0x00005239 increase  0xfffffffd , 0x00000011 
+ 00021278  0x0000523a arg  0x00004263 , 0x00000006 
+ 00021279  0x0000523c increase  0x00000003 , 0x00000011 
+ 00021280  0x0000523d setarg  0x00004264 
+ 00021281  0x0000523e isub  0x00000011 , 0x0000003e 
+ 00021282  0x0000523f rtn  0x00000005 
+ 00021283  0x00005240 ifetch  0x00000002 , 0x00000006 
+ 00021284  0x00005241 branch  0x0000531f , 0x00000034 
+ 00021285  0x00005242 increase  0x00000004 , 0x0000003f 
+ 00021286  0x00005243 copy  0x0000003f , 0x00000039 
+ 00021287  0x00005244 copy  0x00000006 , 0x00000012 
+ 00021288  0x00005245 ifetch  0x00000002 , 0x00000011 
+ 00021289  0x00005246 copy  0x0000003f , 0x00000005 
+ 00021290  0x00005247 copy  0x00000012 , 0x00000006 
+ 00021291  0x00005248 increase  0xfffffffe , 0x00000006 
+ 00021292  0x00005249 call  0x00007f01 
+ 00021293  0x0000524a branch  0x0000531f 
+ 00021294  0x00005255 bpatchx  0x00000032 , 0x00004026 
+ 00021295  0x00005256 disable  0x0000002b 
+ 00021296  0x00005257 jam  0x00000001 , 0x00000455 
+ 00021297  0x00005258 jam  0x00000003 , 0x0000043f 
+ 00021298  0x00005259 jam  0x00000001 , 0x00000456 
+ 00021299  0x0000525a setarg  0xffffffff 
+ 00021300  0x0000525b store  0x00000002 , 0x00000459 
+ 00021301  0x0000525c force  0x00000000 , 0x0000003f 
+ 00021302  0x0000525d store  0x00000001 , 0x00000457 
+ 00021303  0x0000525e store  0x00000001 , 0x00000462 
+ 00021304  0x0000525f store  0x00000003 , 0x00004169 
+ 00021305  0x00005260 store  0x00000003 , 0x0000416c 
+ 00021306  0x00005261 store  0x00000005 , 0x00004403 
+ 00021307  0x00005262 set1  0x00000027 , 0x0000003f 
+ 00021308  0x00005263 store  0x00000005 , 0x00004408 
+ 00021309  0x00005264 jam  0x00000001 , 0x000043dc 
+ 00021310  0x00005265 jam  0x00000000 , 0x000043dd 
+ 00021311  0x00005266 branch  0x000056ed 
+ 00021312  0x00005269 bpatchx  0x00000033 , 0x00004026 
+ 00021313  0x0000526a enable  0x00000029 
+ 00021314  0x0000526b jam  0x00000003 , 0x00000440 
+ 00021315  0x0000526c jam  0x00000001 , 0x00000478 
+ 00021316  0x0000526d jam  0x00000001 , 0x0000445a 
+ 00021317  0x0000526e setarg  0x0000ffff 
+ 00021318  0x0000526f store  0x00000002 , 0x0000445c 
+ 00021319  0x00005270 force  0x00000000 , 0x0000003f 
+ 00021320  0x00005271 store  0x00000005 , 0x00004408 
+ 00021321  0x00005272 set1  0x00000027 , 0x0000003f 
+ 00021322  0x00005273 store  0x00000005 , 0x00004403 
+ 00021323  0x00005274 branch  0x0000532e 
+ 00021324  0x00005278 bpatchx  0x00000034 , 0x00004026 
+ 00021325  0x00005279 disable  0x00000029 
+ 00021326  0x0000527a setarg  0x00000017 
+ 00021327  0x0000527b store  0x00000002 , 0x000044a8 
+ 00021328  0x0000527c jam  0x00000001 , 0x00000440 
+ 00021329  0x0000527d jam  0x00000000 , 0x0000436e 
+ 00021330  0x0000527e jam  0x00000000 , 0x000000a0 
+ 00021331  0x0000527f jam  0x00000000 , 0x000044c4 
+ 00021332  0x00005280 jam  0x00000000 , 0x000044c5 
+ 00021333  0x00005281 fetch  0x00000002 , 0x0000046d 
+ 00021334  0x00005282 store  0x00000002 , 0x000044ba 
+ 00021335  0x00005283 fetch  0x00000002 , 0x00000441 
+ 00021336  0x00005284 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00021337  0x00005285 rshift4  0x0000003f , 0x0000003f 
+ 00021338  0x00005286 store  0x00000002 , 0x0000046d 
+ 00021339  0x00005287 branch  0x0000532e 
+ 00021340  0x0000528e call  0x000053c4 
+ 00021341  0x0000528f call  0x000055e8 
+ 00021342  0x00005290 call  0x000056f0 
+ 00021343  0x00005291 branch  0x000053ce 
+ 00021344  0x00005294 bpatchx  0x00000035 , 0x00004026 
+ 00021345  0x00005295 call  0x000053c4 
+ 00021346  0x00005296 call  0x000032f4 
+ 00021347  0x00005297 fetch  0x00000001 , 0x00000440 
+ 00021348  0x00005298 beq  0x00000003 , 0x00005366 
+ 00021349  0x00005299 branch  0x0000537a 
+ 00021350  0x000052a0 bpatchx  0x00000036 , 0x00004026 
+ 00021351  0x000052a1 enable  0x00000029 
+ 00021352  0x000052a2 call  0x000056e4 
+ 00021353  0x000052a3 branch  0x00005377 , 0x00000002 
+ 00021354  0x000052a4 call  0x00002c6c 
+ 00021355  0x000052a5 call  0x00005413 
+ 00021356  0x000052a6 call  0x0000561e 
+ 00021357  0x000052a7 disable  0x0000002d 
+ 00021358  0x000052a8 call  0x000054bf 
+ 00021359  0x000052a9 nrtn  0x0000002d 
+ 00021360  0x000052aa bpatchx  0x00000037 , 0x00004026 
+ 00021361  0x000052ab fetch  0x00000001 , 0x00000005 
+ 00021362  0x000052ac increase  0x00000001 , 0x0000003f 
+ 00021363  0x000052ad store  0x00000001 , 0x00000005 
+ 00021364  0x000052ae call  0x000055aa 
+ 00021365  0x000052af disable  0x00000029 
+ 00021366  0x000052b0 rtn 
+ 00021367  0x000052b3 call  0x000053a9 
+ 00021368  0x000052b4 disable  0x00000029 
+ 00021369  0x000052b5 rtn 
+ 00021370  0x000052bb bpatchx  0x00000038 , 0x00004027 
+ 00021371  0x000052bc jam  0x00000000 , 0x0000450f 
+ 00021372  0x000052bd call  0x00007aaf 
+ 00021373  0x000052be call  0x00005c18 
+ 00021374  0x000052bf disable  0x0000002e 
+ 00021375  0x000052c0 call  0x000056e4 
+ 00021376  0x000052c1 branch  0x000053a9 , 0x00000002 
+ 00021377  0x000052c2 call  0x00002c6c 
+ 00021378  0x000052c3 call  0x00005413 
+ 00021379  0x000052c4 call  0x00005489 
+ 00021380  0x000052c5 nbranch  0x0000539b , 0x00000018 
+ 00021381  0x000052c6 call  0x000053b7 
+ 00021382  0x000052c7 branch  0x00005388 , 0x0000002d 
+ 00021383  0x000052c8 branch  0x00005395 
+ 00021384  0x000052cc bpatchx  0x00000039 , 0x00004027 
+ 00021385  0x000052cd fetch  0x00000001 , 0x0000450f 
+ 00021386  0x000052ce pincrease  0x00000001 
+ 00021387  0x000052cf store  0x00000001 , 0x0000450f 
+ 00021388  0x000052d0 beq  0x0000000c , 0x00005395 
+ 00021389  0x000052d1 call  0x000055aa 
+ 00021390  0x000052d2 call  0x0000561e 
+ 00021391  0x000052d3 call  0x000054c7 
+ 00021392  0x000052d4 call  0x0000567e 
+ 00021393  0x000052d5 fetch  0x00000002 , 0x000041fb 
+ 00021394  0x000052d6 call  0x00007f9c 
+ 00021395  0x000052d7 call  0x000053a0 
+ 00021396  0x000052d8 branch  0x000053a4 , 0x00000028 
+ 00021397  0x000052da bpatchx  0x0000003a , 0x00004027 
+ 00021398  0x000052db call  0x00005be4 
+ 00021399  0x000052dc call  0x00005bdb 
+ 00021400  0x000052dd call  0x00007d9c 
+ 00021401  0x000052de fetch  0x00000001 , 0x00000462 
+ 00021402  0x000052df bbit1  0x00000003 , 0x000053a9 
+ 00021403  0x000052e1 bpatchx  0x0000003b , 0x00004027 
+ 00021404  0x000052e2 call  0x000057f4 
+ 00021405  0x000052e3 call  0x0000559d 
+ 00021406  0x000052e4 call  0x00005575 
+ 00021407  0x000052e5 branch  0x00002841 
+ 00021408  0x000052e9 disable  0x00000028 
+ 00021409  0x000052ea bmark1  0x0000002a , 0x00007fe7 
+ 00021410  0x000052eb bmark1  0x00000029 , 0x00007fe7 
+ 00021411  0x000052ec rtn 
+ 00021412  0x000052f0 bpatchx  0x0000003c , 0x00004027 
+ 00021413  0x000052f1 enable  0x0000002e 
+ 00021414  0x000052f2 call  0x000054c1 
+ 00021415  0x000052f3 branch  0x00005388 , 0x0000002d 
+ 00021416  0x000052f4 branch  0x00005395 
+ 00021417  0x000052fa bpatchx  0x0000003d , 0x00004027 
+ 00021418  0x000052fb call  0x000053af 
+ 00021419  0x000052fc call  0x000033b4 
+ 00021420  0x000052fd call  0x00007a77 
+ 00021421  0x000052fe jam  0x00000015 , 0x00000a99 
+ 00021422  0x000052ff branch  0x00007d86 
+ 00021423  0x00005302 setarg  0x00000000 
+ 00021424  0x00005303 store  0x00000009 , 0x000044ff 
+ 00021425  0x00005304 jam  0x00000000 , 0x00000455 
+ 00021426  0x00005305 jam  0x00000000 , 0x00000440 
+ 00021427  0x00005306 jam  0x00000000 , 0x0000043f 
+ 00021428  0x00005307 jam  0x00000000 , 0x000044c5 
+ 00021429  0x00005308 jam  0x00000000 , 0x000044c4 
+ 00021430  0x00005309 rtn 
+ 00021431  0x0000530c bpatchx  0x0000003e , 0x00004027 
+ 00021432  0x0000530d fetch  0x00000001 , 0x00000005 
+ 00021433  0x0000530e increase  0x00000001 , 0x0000003f 
+ 00021434  0x0000530f store  0x00000001 , 0x00000005 
+ 00021435  0x00005310 fetch  0x00000001 , 0x0000043f 
+ 00021436  0x00005311 rtnbit1  0x00000003 
+ 00021437  0x00005312 set1  0x00000003 
+ 00021438  0x00005313 store  0x00000001 , 0x0000043f 
+ 00021439  0x00005314 fetch  0x00000002 , 0x000044ba 
+ 00021440  0x00005315 store  0x00000002 , 0x0000046d 
+ 00021441  0x00005316 setarg  0x00000000 
+ 00021442  0x00005317 store  0x00000004 , 0x000044e5 
+ 00021443  0x00005318 rtn 
+ 00021444  0x0000531c bpatchx  0x0000003f , 0x00004027 
+ 00021445  0x0000531d jam  0x00000036 , 0x0000890f 
+ 00021446  0x0000531e jam  0x0000005f , 0x0000890b 
+ 00021447  0x0000531f enable  0x00000036 
+ 00021448  0x00005320 jam  0x00000007 , 0x00008914 
+ 00021449  0x00005321 call  0x00002c6c 
+ 00021450  0x00005322 fetch  0x00000001 , 0x000041e0 
+ 00021451  0x00005323 rtn  0x00000034 
+ 00021452  0x00005324 jam  0x000000b8 , 0x0000890a 
+ 00021453  0x00005325 rtn 
+ 00021454  0x00005328 bpatchx  0x00000040 , 0x00004028 
+ 00021455  0x00005329 jam  0x0000002e , 0x0000890f 
+ 00021456  0x0000532a jam  0x000000ff , 0x0000890b 
+ 00021457  0x0000532b disable  0x00000036 
+ 00021458  0x0000532c jam  0x00000003 , 0x00008914 
+ 00021459  0x0000532d arg  0x00000000 , 0x0000001b 
+ 00021460  0x0000532e rtn 
+ 00021461  0x00005331 disable  0x00000009 
+ 00021462  0x00005332 disable  0x00000007 
+ 00021463  0x00005333 fetch  0x00000003 , 0x00000467 
+ 00021464  0x00005334 iforce  0x0000000f 
+ 00021465  0x00005335 fetch  0x00000001 , 0x00000016 
+ 00021466  0x00005336 reverse  0x0000003f , 0x00000002 
+ 00021467  0x00005337 set1  0x00000001 , 0x00000002 
+ 00021468  0x00005338 rshift  0x00000002 , 0x0000000e 
+ 00021469  0x00005339 rtn 
+ 00021470  0x0000533d call  0x000053e6 
+ 00021471  0x0000533e call  0x0000291f 
+ 00021472  0x0000533f setarg  0x00000500 
+ 00021473  0x00005340 call  0x00002a8f 
+ 00021474  0x00005341 branch  0x00002924 
+ 00021475  0x00005344 branch  0x00002939 , 0x0000002d 
+ 00021476  0x00005346 call  0x000053e6 
+ 00021477  0x00005347 branch  0x00002933 
+ 00021478  0x00005349 bpatchx  0x00000041 , 0x00004028 
+ 00021479  0x0000534a call  0x00002918 
+ 00021480  0x0000534b fetch  0x00000001 , 0x0000048c 
+ 00021481  0x0000534c nbranch  0x000053f9 , 0x00000034 
+ 00021482  0x0000534d fetch  0x00000001 , 0x00000016 
+ 00021483  0x0000534e sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00021484  0x0000534f branch  0x000053f3 , 0x00000002 
+ 00021485  0x00005350 force  0x00000000 , 0x00000002 
+ 00021486  0x00005351 rtneq  0x00000025 
+ 00021487  0x00005352 force  0x00000018 , 0x00000002 
+ 00021488  0x00005353 rtneq  0x00000026 
+ 00021489  0x00005354 force  0x0000004e , 0x00000002 
+ 00021490  0x00005355 rtn 
+ 00021491  0x00005358 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00021492  0x00005359 branch  0x000053f6 , 0x00000002 
+ 00021493  0x0000535a increase  0x00000001 , 0x0000003f 
+ 00021494  0x0000535d lshift  0x0000003f , 0x0000003f 
+ 00021495  0x0000535e add  0x0000003f , 0x00000002 , 0x00000002 
+ 00021496  0x0000535f rtn 
+ 00021497  0x00005362 fetch  0x00000001 , 0x00000016 
+ 00021498  0x00005363 lshift  0x0000003f , 0x00000002 
+ 00021499  0x00005364 rtn 
+ 00021500  0x00005367 arg  0x000001f4 , 0x00000002 
+ 00021501  0x00005368 rtn  0x00000034 
+ 00021502  0x00005369 arg  0x000000fa , 0x00000002 
+ 00021503  0x0000536a rtneq  0x00000001 
+ 00021504  0x0000536b arg  0x00000096 , 0x00000002 
+ 00021505  0x0000536c rtneq  0x00000002 
+ 00021506  0x0000536d arg  0x00000064 , 0x00000002 
+ 00021507  0x0000536e rtneq  0x00000003 
+ 00021508  0x0000536f arg  0x0000004b , 0x00000002 
+ 00021509  0x00005370 rtneq  0x00000004 
+ 00021510  0x00005371 arg  0x00000032 , 0x00000002 
+ 00021511  0x00005372 rtneq  0x00000005 
+ 00021512  0x00005373 arg  0x00000028 , 0x00000002 
+ 00021513  0x00005374 rtneq  0x00000006 
+ 00021514  0x00005375 arg  0x00000014 , 0x00000002 
+ 00021515  0x00005376 rtn 
+ 00021516  0x0000537b setarg  0x008e89be 
+ 00021517  0x0000537c lshift8  0x0000003f , 0x0000003f 
+ 00021518  0x0000537d or_into  0x000000d6 , 0x0000003f 
+ 00021519  0x0000537e iforce  0x00000009 
+ 00021520  0x0000537f setarg  0x00555555 
+ 00021521  0x00005380 store  0x00000003 , 0x00000467 
+ 00021522  0x00005381 rtn 
+ 00021523  0x00005384 bpatchx  0x00000042 , 0x00004028 
+ 00021524  0x00005385 enable  0x00000010 
+ 00021525  0x00005386 fetch  0x00000004 , 0x00000463 
+ 00021526  0x00005387 iforce  0x00000009 
+ 00021527  0x00005388 call  0x00005466 
+ 00021528  0x00005389 setarg  0x00000200 
+ 00021529  0x0000538a branch  0x0000541c , 0x00000029 
+ 00021530  0x0000538b fetch  0x00000002 , 0x0000044d 
+ 00021531  0x0000538c rshift  0x0000003f , 0x0000003f 
+ 00021532  0x0000538e arg  0x00000500 , 0x00000002 
+ 00021533  0x0000538f iadd  0x00000002 , 0x0000003f 
+ 00021534  0x00005390 call  0x00002a24 
+ 00021535  0x00005391 deposit  0x0000001a 
+ 00021536  0x00005392 store  0x00000006 , 0x00000491 
+ 00021537  0x00005393 rtn 
+ 00021538  0x00005396 bpatchx  0x00000043 , 0x00004028 
+ 00021539  0x00005397 fetch  0x00000001 , 0x00000016 
+ 00021540  0x00005398 beq  0x00000025 , 0x00005428 
+ 00021541  0x00005399 beq  0x00000026 , 0x0000542e 
+ 00021542  0x0000539a beq  0x00000027 , 0x00005434 
+ 00021543  0x0000539b branch  0x00005434 
+ 00021544  0x0000539e fetcht  0x00000001 , 0x0000448d 
+ 00021545  0x0000539f isolate1  0x00000001 , 0x00000002 
+ 00021546  0x000053a0 branch  0x0000543f , 0x00000001 
+ 00021547  0x000053a1 isolate1  0x00000002 , 0x00000002 
+ 00021548  0x000053a2 branch  0x00005444 , 0x00000001 
+ 00021549  0x000053a3 branch  0x0000543a 
+ 00021550  0x000053a7 fetcht  0x00000001 , 0x0000448d 
+ 00021551  0x000053a8 isolate1  0x00000002 , 0x00000002 
+ 00021552  0x000053a9 branch  0x00005444 , 0x00000001 
+ 00021553  0x000053aa isolate1  0x00000000 , 0x00000002 
+ 00021554  0x000053ab branch  0x0000543a , 0x00000001 
+ 00021555  0x000053ac branch  0x0000543f 
+ 00021556  0x000053b0 fetcht  0x00000001 , 0x0000448d 
+ 00021557  0x000053b1 isolate1  0x00000000 , 0x00000002 
+ 00021558  0x000053b2 branch  0x0000543a , 0x00000001 
+ 00021559  0x000053b3 isolate1  0x00000001 , 0x00000002 
+ 00021560  0x000053b4 branch  0x0000543f , 0x00000001 
+ 00021561  0x000053b5 branch  0x00005444 
+ 00021562  0x000053ba jam  0x00000025 , 0x00000016 
+ 00021563  0x000053bb fetch  0x00000001 , 0x00000ac2 
+ 00021564  0x000053bc set1  0x00000000 , 0x0000003f 
+ 00021565  0x000053bd store  0x00000001 , 0x00000ac2 
+ 00021566  0x000053be rtn 
+ 00021567  0x000053c1 jam  0x00000026 , 0x00000016 
+ 00021568  0x000053c2 fetch  0x00000001 , 0x00000ac2 
+ 00021569  0x000053c3 set1  0x00000001 , 0x0000003f 
+ 00021570  0x000053c4 store  0x00000001 , 0x00000ac2 
+ 00021571  0x000053c5 rtn 
+ 00021572  0x000053c8 jam  0x00000027 , 0x00000016 
+ 00021573  0x000053c9 fetch  0x00000001 , 0x00000ac2 
+ 00021574  0x000053ca set1  0x00000002 , 0x0000003f 
+ 00021575  0x000053cb store  0x00000001 , 0x00000ac2 
+ 00021576  0x000053cc rtn 
+ 00021577  0x000053d1 bpatchx  0x00000044 , 0x00004028 
+ 00021578  0x000053d2 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00021579  0x000053d3 ifetch  0x00000001 , 0x00000006 
+ 00021580  0x000053d4 rtnbit0  0x00000000 
+ 00021581  0x000053d5 add  0x00000011 , 0x0000001a , 0x00000005 
+ 00021582  0x000053d6 ifetch  0x00000002 , 0x00000005 
+ 00021583  0x000053d7 increase  0x00000001 , 0x0000003f 
+ 00021584  0x000053d8 istore  0x00000002 , 0x00000005 
+ 00021585  0x000053d9 add  0x00000011 , 0x00000019 , 0x00000006 
+ 00021586  0x000053da ifetch  0x00000001 , 0x00000006 
+ 00021587  0x000053db add  0x00000011 , 0x00000018 , 0x00000005 
+ 00021588  0x000053dc ifetcht  0x00000001 , 0x00000005 
+ 00021589  0x000053dd iadd  0x00000002 , 0x0000003f 
+ 00021590  0x000053de sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00021591  0x000053df branch  0x00005459 , 0x00000002 
+ 00021592  0x000053e0 increase  0xffffffdb , 0x0000003f 
+ 00021593  0x000053e2 istore  0x00000001 , 0x00000005 
+ 00021594  0x000053e3 rtn 
+ 00021595  0x000053e7 bpatchx  0x00000045 , 0x00004028 
+ 00021596  0x000053e8 fetch  0x00000005 , 0x0000046f 
+ 00021597  0x000053e9 force  0x00000000 , 0x00000002 
+ 00021598  0x000053ea force  0x00000025 , 0x00000039 
+ 00021599  0x000053ec bbit0  0x00000000 , 0x00005461 
+ 00021600  0x000053ed increase  0x00000001 , 0x00000002 
+ 00021601  0x000053ef rshift  0x0000003f , 0x0000003f 
+ 00021602  0x000053f0 loop  0x0000545f 
+ 00021603  0x000053f1 add  0x00000002 , 0xffffffff , 0x0000003f 
+ 00021604  0x000053f2 store  0x00000001 , 0x00000461 
+ 00021605  0x000053f3 rtn 
+ 00021606  0x000053f6 bpatchx  0x00000046 , 0x00004028 
+ 00021607  0x000053f7 fetch  0x00000001 , 0x00000457 
+ 00021608  0x000053f8 iforce  0x00000007 
+ 00021609  0x000053f9 fetcht  0x00000005 , 0x0000046f 
+ 00021610  0x000053fa qisolate1  0x00000002 
+ 00021611  0x000053fb branch  0x0000547c , 0x00000001 
+ 00021612  0x000053fd bpatchx  0x00000047 , 0x00004028 
+ 00021613  0x000053fe fetch  0x00000001 , 0x00000461 
+ 00021614  0x000053ff isub  0x00000007 , 0x0000003f 
+ 00021615  0x00005400 branch  0x00005472 , 0x00000002 
+ 00021616  0x00005401 sub  0x0000003f , 0xffffffff , 0x00000007 
+ 00021617  0x00005402 branch  0x0000546c 
+ 00021618  0x00005404 copy  0x00000007 , 0x00000039 
+ 00021619  0x00005405 force  0x00000000 , 0x00000007 
+ 00021620  0x00005407 qisolate1  0x00000002 
+ 00021621  0x00005408 branch  0x00005477 , 0x00000001 
+ 00021622  0x00005409 increase  0x00000001 , 0x00000039 
+ 00021623  0x0000540b deposit  0x00000039 
+ 00021624  0x0000540c branch  0x0000547c , 0x00000034 
+ 00021625  0x0000540d increase  0x00000001 , 0x00000007 
+ 00021626  0x0000540e increase  0xffffffff , 0x00000039 
+ 00021627  0x0000540f branch  0x00005474 
+ 00021628  0x00005411 deposit  0x00000007 
+ 00021629  0x00005412 store  0x00000001 , 0x00000016 
+ 00021630  0x00005413 rtn 
+ 00021631  0x00005417 branch  0x00005482 , 0x00000029 
+ 00021632  0x00005418 until  0x0000003e , 0x00000003 
+ 00021633  0x00005419 rtn 
+ 00021634  0x0000541c arg  0x00000ea0 , 0x0000000b 
+ 00021635  0x0000541d until  0x00000023 , 0x00000026 
+ 00021636  0x0000541e rtn 
+ 00021637  0x00005421 disable  0x00000010 
+ 00021638  0x00005422 fetch  0x00000002 , 0x0000436c 
+ 00021639  0x00005423 copy  0x0000003f , 0x0000000b 
+ 00021640  0x00005424 branch  0x0000548e 
+ 00021641  0x00005428 bpatchx  0x00000048 , 0x00004029 
+ 00021642  0x00005429 enable  0x00000010 
+ 00021643  0x0000542a fetch  0x00000002 , 0x0000044d 
+ 00021644  0x0000542b fetcht  0x00000004 , 0x000044e5 
+ 00021645  0x0000542c iadd  0x00000002 , 0x0000000b 
+ 00021646  0x0000542e call  0x000053de 
+ 00021647  0x00005430 bpatchx  0x00000049 , 0x00004029 
+ 00021648  0x00005431 call  0x000053d5 
+ 00021649  0x00005432 disable  0x0000002d 
+ 00021650  0x00005433 enable  0x0000000d 
+ 00021651  0x00005434 enable  0x00000021 
+ 00021652  0x00005435 disable  0x00000020 
+ 00021653  0x00005436 copy  0x0000000b , 0x0000001b 
+ 00021654  0x00005437 correlate  0x0000003e , 0x00000003 
+ 00021655  0x00005438 branch  0x0000549a , 0x0000002e 
+ 00021656  0x00005439 copy  0x0000001a , 0x00000002 
+ 00021657  0x0000543a storet  0x00000006 , 0x0000009a 
+ 00021658  0x0000543c nbranch  0x0000264d , 0x00000018 
+ 00021659  0x0000543d branch  0x000054a1 , 0x0000002e 
+ 00021660  0x0000543e arg  0x000001e0 , 0x00000029 
+ 00021661  0x0000543f copy  0x00000021 , 0x00000028 
+ 00021662  0x00005440 fetch  0x00000001 , 0x0000043f 
+ 00021663  0x00005441 bbit0  0x00000003 , 0x000054a1 
+ 00021664  0x00005442 call  0x00002b05 , 0x0000002b 
+ 00021665  0x00005444 bpatchx  0x0000004a , 0x00004029 
+ 00021666  0x00005445 call  0x000029bb 
+ 00021667  0x00005446 enable  0x00000007 
+ 00021668  0x00005447 enable  0x00000009 
+ 00021669  0x00005448 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021670  0x00005449 rshift3  0x0000000c , 0x0000003f 
+ 00021671  0x0000544a store  0x00000001 , 0x000002d9 
+ 00021672  0x0000544b parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021673  0x0000544c rshift3  0x0000000c , 0x0000003f 
+ 00021674  0x0000544d istore  0x00000001 , 0x00000005 
+ 00021675  0x0000544e and  0x0000003f , 0x0000003f , 0x00000039 
+ 00021676  0x0000544f branch  0x000054b1 , 0x00000005 
+ 00021677  0x00005452 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021678  0x00005453 rshift3  0x0000000c , 0x0000003f 
+ 00021679  0x00005454 istore  0x00000001 , 0x00000005 
+ 00021680  0x00005455 loop  0x000054ad 
+ 00021681  0x00005458 bpatchx  0x0000004b , 0x00004029 
+ 00021682  0x00005459 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00021683  0x0000545a enable  0x00000010 
+ 00021684  0x0000545b arg  0x00000664 , 0x0000001b 
+ 00021685  0x0000545c rshift32  0x0000003f , 0x0000003f 
+ 00021686  0x0000545d rshift16  0x0000003f , 0x0000003f 
+ 00021687  0x0000545e istore  0x00000003 , 0x00000005 
+ 00021688  0x0000545f branch  0x0000264d , 0x00000006 
+ 00021689  0x00005460 enable  0x0000002d 
+ 00021690  0x00005461 fetch  0x00000001 , 0x00000017 
+ 00021691  0x00005462 add  0x0000003f , 0x00000000 , 0x00000011 
+ 00021692  0x00005463 call  0x00002981 
+ 00021693  0x00005464 disable  0x0000000d 
+ 00021694  0x00005465 branch  0x00002918 
+ 00021695  0x00005468 bpatchx  0x0000004c , 0x00004029 
+ 00021696  0x00005469 call  0x000054c9 
+ 00021697  0x0000546b fetcht  0x00000001 , 0x00000017 
+ 00021698  0x0000546c call  0x0000291f 
+ 00021699  0x0000546d call  0x00002924 
+ 00021700  0x0000546e enable  0x00000010 
+ 00021701  0x0000546f arg  0x0000157c , 0x0000000b 
+ 00021702  0x00005470 branch  0x0000548f 
+ 00021703  0x00005473 call  0x000054c9 
+ 00021704  0x00005474 branch  0x0000264d 
+ 00021705  0x00005477 bpatchx  0x0000004d , 0x00004029 
+ 00021706  0x00005478 call  0x000053d5 
+ 00021707  0x00005479 call  0x000053e3 
+ 00021708  0x0000547a branch  0x000054cd 
+ 00021709  0x0000547d set1  0x00000000 , 0x00000015 
+ 00021710  0x0000547e enable  0x0000001d 
+ 00021711  0x0000547f enable  0x00000020 
+ 00021712  0x00005480 disable  0x00000021 
+ 00021713  0x00005481 call  0x0000547f 
+ 00021714  0x00005482 rshift16  0x00000009 , 0x0000003f 
+ 00021715  0x00005483 rshift8  0x0000003f , 0x0000003f 
+ 00021716  0x00005484 rshift4  0x0000003f , 0x0000003f 
+ 00021717  0x00005485 inject  0x00000003 , 0x00000028 
+ 00021718  0x00005486 enable  0x00000007 
+ 00021719  0x00005487 enable  0x00000009 
+ 00021720  0x00005488 bpatchx  0x0000004e , 0x00004029 
+ 00021721  0x00005489 fetch  0x00000001 , 0x000043dc 
+ 00021722  0x0000548a inject  0x00000003 , 0x00000008 
+ 00021723  0x0000548b ifetch  0x00000001 , 0x00000006 
+ 00021724  0x0000548c and  0x0000003f , 0x0000003f , 0x00000039 
+ 00021725  0x0000548d inject  0x00000003 , 0x00000008 
+ 00021726  0x0000548e branch  0x000054e2 , 0x00000005 
+ 00021727  0x00005490 ifetch  0x00000001 , 0x00000006 
+ 00021728  0x00005491 inject  0x00000003 , 0x00000008 
+ 00021729  0x00005492 loop  0x000054df 
+ 00021730  0x00005495 enable  0x00000008 
+ 00021731  0x00005496 inject  0x00000003 , 0x00000018 
+ 00021732  0x00005497 disable  0x00000008 
+ 00021733  0x00005498 until  0x0000003e , 0x00000027 
+ 00021734  0x00005499 nop  0x00000064 
+ 00021735  0x0000549a disable  0x0000001d 
+ 00021736  0x0000549b rtn 
+ 00021737  0x0000549e bpatchx  0x0000004f , 0x00004029 
+ 00021738  0x0000549f fetch  0x00000001 , 0x00004484 
+ 00021739  0x000054a0 beq  0x00000001 , 0x000054f9 
+ 00021740  0x000054a1 fetch  0x00000001 , 0x00004485 
+ 00021741  0x000054a2 lshift4  0x0000003f , 0x0000003f 
+ 00021742  0x000054a3 lshift2  0x0000003f , 0x0000003f 
+ 00021743  0x000054a4 store  0x00000001 , 0x000043dc 
+ 00021744  0x000054a5 fetcht  0x00000001 , 0x0000436f 
+ 00021745  0x000054a6 add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00021746  0x000054a7 store  0x00000001 , 0x000043dd 
+ 00021747  0x000054a8 fetch  0x00000006 , 0x000044a0 
+ 00021748  0x000054a9 store  0x00000006 , 0x000043de 
+ 00021749  0x000054aa copy  0x00000002 , 0x00000039 
+ 00021750  0x000054ab arg  0x00004370 , 0x00000006 
+ 00021751  0x000054ac call  0x00007ef4 
+ 00021752  0x000054ad branch  0x00005504 
+ 00021753  0x000054af fetch  0x00000001 , 0x00004486 
+ 00021754  0x000054b0 lshift4  0x0000003f , 0x0000003f 
+ 00021755  0x000054b1 lshift2  0x0000003f , 0x0000003f 
+ 00021756  0x000054b2 increase  0x00000001 , 0x0000003f 
+ 00021757  0x000054b3 store  0x00000001 , 0x000043dc 
+ 00021758  0x000054b4 setarg  0x0000000c 
+ 00021759  0x000054b5 store  0x00000001 , 0x000043dd 
+ 00021760  0x000054b6 fetch  0x00000006 , 0x000044a0 
+ 00021761  0x000054b7 store  0x00000006 , 0x000043de 
+ 00021762  0x000054b8 fetch  0x00000006 , 0x000041d0 
+ 00021763  0x000054b9 istore  0x00000006 , 0x00000005 
+ 00021764  0x000054bb bpatchx  0x00000050 , 0x0000402a 
+ 00021765  0x000054bc fetch  0x00000001 , 0x00000000 
+ 00021766  0x000054bd increase  0x00000001 , 0x0000003f 
+ 00021767  0x000054be store  0x00000001 , 0x00000000 
+ 00021768  0x000054bf arg  0x00000708 , 0x0000001b 
+ 00021769  0x000054c0 disable  0x0000002d 
+ 00021770  0x000054c1 branch  0x000054bf 
+ 00021771  0x000054c4 bpatchx  0x00000051 , 0x0000402a 
+ 00021772  0x000054c5 fetch  0x00000001 , 0x0000449e 
+ 00021773  0x000054c6 rtnne  0x00000001 
+ 00021774  0x000054c7 fetch  0x00000001 , 0x00000000 
+ 00021775  0x000054c8 increase  0x00000001 , 0x0000003f 
+ 00021776  0x000054c9 store  0x00000001 , 0x00000000 
+ 00021777  0x000054ca arg  0x00000c03 , 0x00000002 
+ 00021778  0x000054cb fetch  0x00000001 , 0x0000449f 
+ 00021779  0x000054cc nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00021780  0x000054cd copy  0x00000011 , 0x0000003f 
+ 00021781  0x000054ce nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00021782  0x000054cf storet  0x00000002 , 0x000043dc 
+ 00021783  0x000054d0 fetch  0x00000006 , 0x000044a0 
+ 00021784  0x000054d1 istore  0x00000006 , 0x00000005 
+ 00021785  0x000054d2 fetch  0x00000006 , 0x0000044f 
+ 00021786  0x000054d3 istore  0x00000006 , 0x00000005 
+ 00021787  0x000054d4 branch  0x000054bf 
+ 00021788  0x000054d8 bpatchx  0x00000052 , 0x0000402a 
+ 00021789  0x000054d9 arg  0x00000004 , 0x00000002 
+ 00021790  0x000054da fetch  0x00000001 , 0x00004485 
+ 00021791  0x000054db nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00021792  0x000054dc storet  0x00000001 , 0x000043dc 
+ 00021793  0x000054dd fetcht  0x00000001 , 0x0000438f 
+ 00021794  0x000054de add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00021795  0x000054df store  0x00000001 , 0x000043dd 
+ 00021796  0x000054e0 fetch  0x00000006 , 0x000044a0 
+ 00021797  0x000054e1 store  0x00000006 , 0x000043de 
+ 00021798  0x000054e2 arg  0x00004390 , 0x00000006 
+ 00021799  0x000054e3 copy  0x00000002 , 0x00000039 
+ 00021800  0x000054e4 call  0x00007ef4 
+ 00021801  0x000054e5 call  0x000054c7 
+ 00021802  0x000054e6 branch  0x00005706 
+ 00021803  0x000054e9 bpatchx  0x00000053 , 0x0000402a 
+ 00021804  0x000054ea force  0xffffffff , 0x0000003f 
+ 00021805  0x000054eb setsect  0x00000002 , 0x00000001 
+ 00021806  0x000054ec store  0x00000005 , 0x0000046f 
+ 00021807  0x000054ed call  0x0000545b 
+ 00021808  0x000054ee force  0x00000004 , 0x00000039 
+ 00021809  0x000054ef arg  0x00000463 , 0x00000005 
+ 00021810  0x000054f0 call  0x0000630d 
+ 00021811  0x000054f1 fetch  0x00000002 , 0x0000449c 
+ 00021812  0x000054f2 store  0x00000002 , 0x0000046d 
+ 00021813  0x000054f4 random  0x0000003f 
+ 00021814  0x000054f5 and_into  0x0000000f , 0x0000003f 
+ 00021815  0x000054f6 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00021816  0x000054f7 branch  0x00005535 , 0x00000002 
+ 00021817  0x000054f8 store  0x00000001 , 0x00000458 
+ 00021818  0x000054f9 store  0x00000001 , 0x000006e6 
+ 00021819  0x000054fa bpatchx  0x00000054 , 0x0000402a 
+ 00021820  0x000054fb fetcht  0x00000002 , 0x00004367 
+ 00021821  0x000054fc storet  0x00000002 , 0x00000441 
+ 00021822  0x000054fd copy  0x00000002 , 0x00000013 
+ 00021823  0x000054fe add  0x00000022 , 0x00000007 , 0x0000003f 
+ 00021824  0x000054ff idiv  0x00000013 
+ 00021825  0x00005500 call  0x00007f86 
+ 00021826  0x00005501 remainder  0x00000011 
+ 00021827  0x00005502 isub  0x00000011 , 0x0000003f 
+ 00021828  0x00005503 iadd  0x00000013 , 0x0000003f 
+ 00021829  0x00005504 fetcht  0x00000002 , 0x00004365 
+ 00021830  0x00005505 iadd  0x00000002 , 0x0000003f 
+ 00021831  0x00005506 store  0x00000004 , 0x00000443 
+ 00021832  0x00005507 isub  0x00000022 , 0x00000011 
+ 00021833  0x00005508 increase  0xfffffffa , 0x00000011 
+ 00021834  0x00005509 arg  0x00002205 , 0x00000012 
+ 00021835  0x0000550a fetch  0x00000001 , 0x00004495 
+ 00021836  0x0000550b nsetflag  0x00000034 , 0x00000006 , 0x00000012 
+ 00021837  0x0000550c fetch  0x00000001 , 0x0000448e 
+ 00021838  0x0000550d nsetflag  0x00000034 , 0x00000007 , 0x00000012 
+ 00021839  0x0000550e copy  0x00000012 , 0x0000003f 
+ 00021840  0x0000550f store  0x00000002 , 0x000043dc 
+ 00021841  0x00005510 fetch  0x00000006 , 0x000044a0 
+ 00021842  0x00005511 istore  0x00000006 , 0x00000005 
+ 00021843  0x00005512 fetch  0x00000006 , 0x0000044f 
+ 00021844  0x00005513 istore  0x00000006 , 0x00000005 
+ 00021845  0x00005514 fetch  0x00000004 , 0x00000463 
+ 00021846  0x00005515 istore  0x00000004 , 0x00000005 
+ 00021847  0x00005516 random  0x0000003f 
+ 00021848  0x00005517 istore  0x00000002 , 0x00000005 
+ 00021849  0x00005518 random  0x0000003f 
+ 00021850  0x00005519 istore  0x00000001 , 0x00000005 
+ 00021851  0x0000551a force  0x00000002 , 0x0000003f 
+ 00021852  0x0000551b istore  0x00000001 , 0x00000005 
+ 00021853  0x0000551c rshift2  0x00000011 , 0x0000003f 
+ 00021854  0x0000551d istore  0x00000002 , 0x00000005 
+ 00021855  0x0000551e rshift2  0x00000013 , 0x0000003f 
+ 00021856  0x0000551f istore  0x00000002 , 0x00000005 
+ 00021857  0x00005520 bpatchx  0x00000055 , 0x0000402a 
+ 00021858  0x00005521 setarg  0x00000000 
+ 00021859  0x00005522 istore  0x00000002 , 0x00000005 
+ 00021860  0x00005523 fetch  0x00000002 , 0x0000449c 
+ 00021861  0x00005524 istore  0x00000002 , 0x00000005 
+ 00021862  0x00005525 fetch  0x00000005 , 0x0000046f 
+ 00021863  0x00005526 istore  0x00000005 , 0x00000005 
+ 00021864  0x00005527 fetch  0x00000001 , 0x00000458 
+ 00021865  0x00005528 arg  0x000000a0 , 0x00000002 
+ 00021866  0x00005529 ior  0x00000002 , 0x0000003f 
+ 00021867  0x0000552a istore  0x00000001 , 0x00000005 
+ 00021868  0x0000552b call  0x000054c7 
+ 00021869  0x0000552c setarg  0x000043dc 
+ 00021870  0x0000552d add  0x0000003f , 0x00000012 , 0x00000006 
+ 00021871  0x0000552e ifetch  0x00000003 , 0x00000006 
+ 00021872  0x0000552f store  0x00000003 , 0x00000467 
+ 00021873  0x00005530 rtn 
+ 00021874  0x00005533 bpatchx  0x00000056 , 0x0000402a 
+ 00021875  0x00005534 disable  0x00000029 
+ 00021876  0x00005535 branch  0x0000540c 
+ 00021877  0x0000553a fetch  0x00000001 , 0x0000043f 
+ 00021878  0x0000553b rtnbit0  0x00000005 
+ 00021879  0x0000553c fetch  0x00000002 , 0x00000459 
+ 00021880  0x0000553d fetcht  0x00000002 , 0x0000045f 
+ 00021881  0x0000553e isub  0x00000002 , 0x0000003f 
+ 00021882  0x0000553f nrtn  0x00000002 
+ 00021883  0x00005540 store  0x00000002 , 0x00000a9a 
+ 00021884  0x00005541 bpatchx  0x00000057 , 0x0000402a 
+ 00021885  0x00005542 fetch  0x00000001 , 0x0000043f 
+ 00021886  0x00005543 set0  0x00000005 , 0x0000003f 
+ 00021887  0x00005544 set0  0x00000003 , 0x0000003f 
+ 00021888  0x00005545 store  0x00000001 , 0x0000043f 
+ 00021889  0x00005546 fetch  0x00000004 , 0x00000443 
+ 00021890  0x00005547 fetcht  0x00000002 , 0x00000441 
+ 00021891  0x00005548 storet  0x00000002 , 0x00000aa2 
+ 00021892  0x00005549 isub  0x00000002 , 0x00000011 
+ 00021893  0x0000554a bpatchx  0x00000058 , 0x0000402b 
+ 00021894  0x0000554b fetch  0x00000001 , 0x000043d3 
+ 00021895  0x0000554c store  0x00000001 , 0x0000046a 
+ 00021896  0x0000554d ifetcht  0x00000002 , 0x00000006 
+ 00021897  0x0000554e ifetch  0x00000002 , 0x00000006 
+ 00021898  0x0000554f lshift2  0x0000003f , 0x0000003f 
+ 00021899  0x00005550 store  0x00000002 , 0x00000441 
+ 00021900  0x00005551 lshift2  0x00000002 , 0x00000002 
+ 00021901  0x00005552 iadd  0x00000002 , 0x0000003f 
+ 00021902  0x00005553 ifetcht  0x00000004 , 0x00000006 
+ 00021903  0x00005554 storet  0x00000004 , 0x0000046b 
+ 00021904  0x00005555 iadd  0x00000011 , 0x0000003f 
+ 00021905  0x00005556 copy  0x0000003f , 0x00000014 
+ 00021906  0x00005557 fetch  0x00000002 , 0x00000441 
+ 00021907  0x00005558 fetcht  0x00000002 , 0x00000aa2 
+ 00021908  0x00005559 isub  0x00000002 , 0x0000003f 
+ 00021909  0x0000555a fetcht  0x00000002 , 0x00000a9a 
+ 00021910  0x0000555b imul32  0x00000002 , 0x0000003f 
+ 00021911  0x0000555c iadd  0x00000014 , 0x0000003f 
+ 00021912  0x0000555d store  0x00000004 , 0x00000443 
+ 00021913  0x0000555e call  0x00005713 
+ 00021914  0x0000555f fetch  0x00000002 , 0x0000046d 
+ 00021915  0x00005560 store  0x00000002 , 0x000044ba 
+ 00021916  0x00005561 rtn 
+ 00021917  0x00005565 bpatchx  0x00000059 , 0x0000402b 
+ 00021918  0x00005566 fetch  0x00000001 , 0x0000043f 
+ 00021919  0x00005567 rtnbit0  0x00000006 
+ 00021920  0x00005568 fetch  0x00000002 , 0x00000459 
+ 00021921  0x00005569 fetcht  0x00000002 , 0x0000045f 
+ 00021922  0x0000556a isub  0x00000002 , 0x0000003f 
+ 00021923  0x0000556b nrtn  0x00000002 
+ 00021924  0x0000556c fetch  0x00000001 , 0x0000043f 
+ 00021925  0x0000556d set0  0x00000006 , 0x0000003f 
+ 00021926  0x0000556e store  0x00000001 , 0x0000043f 
+ 00021927  0x0000556f fetch  0x00000005 , 0x000043ce 
+ 00021928  0x00005570 store  0x00000005 , 0x0000046f 
+ 00021929  0x00005571 branch  0x0000545b 
+ 00021930  0x00005575 bpatchx  0x0000005a , 0x0000402b 
+ 00021931  0x00005576 call  0x000056ed 
+ 00021932  0x00005577 call  0x000055c0 
+ 00021933  0x00005578 fetch  0x00000001 , 0x000002d9 
+ 00021934  0x00005579 isolate1  0x00000004 , 0x0000003f 
+ 00021935  0x0000557a setflag  0x00000001 , 0x0000002a , 0x00000000 
+ 00021936  0x0000557b rshift  0x0000003f , 0x0000003f 
+ 00021937  0x0000557c ixor  0x00000002 , 0x0000003f 
+ 00021938  0x0000557d isolate1  0x00000002 , 0x0000003f 
+ 00021939  0x0000557e setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00021940  0x0000557f rtnmark1  0x0000000f 
+ 00021941  0x00005580 fetch  0x00000001 , 0x000002da 
+ 00021942  0x00005581 branch  0x000055bc , 0x00000034 
+ 00021943  0x00005582 fetch  0x00000001 , 0x0000043f 
+ 00021944  0x00005583 bbit0  0x00000004 , 0x000055bc 
+ 00021945  0x00005584 call  0x0000748d 
+ 00021946  0x00005585 call  0x000073fb 
+ 00021947  0x00005586 nrtn  0x00000034 
+ 00021948  0x00005588 fetcht  0x00000001 , 0x00000456 
+ 00021949  0x00005589 setflip  0x00000002 , 0x00000002 
+ 00021950  0x0000558a storet  0x00000001 , 0x00000456 
+ 00021951  0x0000558b rtn 
+ 00021952  0x0000558f bpatchx  0x0000005b , 0x0000402b 
+ 00021953  0x00005590 fetcht  0x00000001 , 0x00000456 
+ 00021954  0x00005591 isolate0  0x00000005 , 0x00000002 
+ 00021955  0x00005592 rtn  0x00000001 
+ 00021956  0x00005593 fetch  0x00000001 , 0x000002d9 
+ 00021957  0x00005594 lshift  0x0000003f , 0x0000003f 
+ 00021958  0x00005595 ixor  0x00000002 , 0x0000003f 
+ 00021959  0x00005596 rtnbit0  0x00000003 
+ 00021960  0x00005597 set0  0x00000005 , 0x00000002 
+ 00021961  0x00005598 setflip  0x00000003 , 0x00000002 
+ 00021962  0x00005599 storet  0x00000001 , 0x00000456 
+ 00021963  0x0000559a compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00021964  0x0000559b nrtn  0x00000001 
+ 00021965  0x0000559c fetch  0x00000001 , 0x000043de 
+ 00021966  0x0000559d beq  0x00000005 , 0x000055d2 
+ 00021967  0x0000559e fetch  0x00000001 , 0x000044c5 
+ 00021968  0x0000559f beq  0x00000002 , 0x000055d6 
+ 00021969  0x000055a0 rtn 
+ 00021970  0x000055a4 fetch  0x00000001 , 0x0000043f 
+ 00021971  0x000055a5 set1  0x00000004 , 0x0000003f 
+ 00021972  0x000055a6 store  0x00000001 , 0x0000043f 
+ 00021973  0x000055a7 rtn 
+ 00021974  0x000055aa bpatchx  0x0000005c , 0x0000402b 
+ 00021975  0x000055ab jam  0x00000000 , 0x000044c5 
+ 00021976  0x000055ac arg  0x00000000 , 0x0000003f 
+ 00021977  0x000055ad store  0x00000004 , 0x0000440d 
+ 00021978  0x000055ae store  0x00000005 , 0x00004403 
+ 00021979  0x000055af set1  0x00000027 , 0x0000003f 
+ 00021980  0x000055b0 store  0x00000005 , 0x00004408 
+ 00021981  0x000055b1 fetch  0x00000001 , 0x0000043f 
+ 00021982  0x000055b2 set0  0x00000004 , 0x0000003f 
+ 00021983  0x000055b3 store  0x00000001 , 0x0000043f 
+ 00021984  0x000055b4 rtn 
+ 00021985  0x000055b8 bpatchx  0x0000005d , 0x0000402b 
+ 00021986  0x000055b9 call  0x00005422 
+ 00021987  0x000055ba call  0x00005485 
+ 00021988  0x000055bb fetch  0x00000001 , 0x00000001 
+ 00021989  0x000055bc increase  0x00000001 , 0x0000003f 
+ 00021990  0x000055bd store  0x00000001 , 0x00000001 
+ 00021991  0x000055be rtn 
+ 00021992  0x000055c2 bpatchx  0x0000005e , 0x0000402b 
+ 00021993  0x000055c3 fetch  0x00000001 , 0x00004369 
+ 00021994  0x000055c4 rtnne  0x00000001 
+ 00021995  0x000055c5 arg  0x00000002 , 0x00000007 
+ 00021996  0x000055c6 call  0x00007f16 
+ 00021997  0x000055c7 nrtn  0x00000034 
+ 00021998  0x000055c8 fetch  0x00000002 , 0x0000436a 
+ 00021999  0x000055c9 fetcht  0x00000002 , 0x0000436c 
+ 00022000  0x000055ca isub  0x00000002 , 0x0000003f 
+ 00022001  0x000055cb arg  0x00000002 , 0x00000007 
+ 00022002  0x000055cc call  0x00007f08 
+ 00022003  0x000055cd disable  0x00000029 
+ 00022004  0x000055ce call  0x00005572 
+ 00022005  0x000055cf call  0x000055e1 
+ 00022006  0x000055d0 nrtn  0x0000002d 
+ 00022007  0x000055d1 bpatchx  0x0000005f , 0x0000402b 
+ 00022008  0x000055d2 fetch  0x00000006 , 0x000002db 
+ 00022009  0x000055d3 store  0x00000006 , 0x0000044f 
+ 00022010  0x000055d6 fetch  0x00000001 , 0x00000002 
+ 00022011  0x000055d7 increase  0x00000001 , 0x0000003f 
+ 00022012  0x000055d8 store  0x00000001 , 0x00000002 
+ 00022013  0x000055d9 call  0x00005608 
+ 00022014  0x000055da rtn  0x00000029 
+ 00022015  0x000055db call  0x0000550b 
+ 00022016  0x000055dc nrtn  0x0000002d 
+ 00022017  0x000055dd bpatchx  0x00000060 , 0x0000402c 
+ 00022018  0x000055de fetch  0x00000001 , 0x00000004 
+ 00022019  0x000055df increase  0x00000001 , 0x0000003f 
+ 00022020  0x000055e0 store  0x00000001 , 0x00000004 
+ 00022021  0x000055e1 fetch  0x00000009 , 0x000002e1 
+ 00022022  0x000055e2 store  0x00000009 , 0x00000101 
+ 00022023  0x000055e3 rtn 
+ 00022024  0x000055e6 bpatchx  0x00000061 , 0x0000402c 
+ 00022025  0x000055e7 fetch  0x00000001 , 0x0000049b 
+ 00022026  0x000055e8 rtnne  0x0000001b 
+ 00022027  0x000055e9 fetch  0x00000006 , 0x0000044f 
+ 00022028  0x000055ea fetcht  0x00000006 , 0x0000448f 
+ 00022029  0x000055eb isub  0x00000002 , 0x0000003e 
+ 00022030  0x000055ec nrtn  0x00000005 
+ 00022031  0x000055ed call  0x0000223b 
+ 00022032  0x000055ee nrtn  0x00000005 
+ 00022033  0x000055ef call  0x0000552b 
+ 00022034  0x000055f0 call  0x00005340 
+ 00022035  0x000055f1 bpatchx  0x00000062 , 0x0000402c 
+ 00022036  0x000055f2 jam  0x00000000 , 0x000041ce 
+ 00022037  0x000055f3 jam  0x00000000 , 0x00000476 
+ 00022038  0x000055f4 jam  0x00000000 , 0x00004369 
+ 00022039  0x000055f5 jam  0x00000000 , 0x0000049b 
+ 00022040  0x000055f6 branch  0x00002223 
+ 00022041  0x000055f9 arg  0x00000001 , 0x00000011 
+ 00022042  0x000055fa fetch  0x00000001 , 0x000002d9 
+ 00022043  0x000055fb rtnbit1  0x00000006 
+ 00022044  0x000055fc arg  0x00000000 , 0x00000011 
+ 00022045  0x000055fd rtn 
+ 00022046  0x00005602 bpatchx  0x00000063 , 0x0000402c 
+ 00022047  0x00005603 fetch  0x00000001 , 0x00000456 
+ 00022048  0x00005604 rtnbit1  0x00000005 
+ 00022049  0x00005605 call  0x00005642 
+ 00022050  0x00005606 call  0x00005873 
+ 00022051  0x00005607 branch  0x00005664 , 0x00000034 
+ 00022052  0x00005608 ifetch  0x00000001 , 0x00000006 
+ 00022053  0x00005609 ifetcht  0x00000001 , 0x00000006 
+ 00022054  0x0000560a copy  0x00000002 , 0x00000011 
+ 00022055  0x0000560b isub  0x00000011 , 0x0000003f 
+ 00022056  0x0000560c arg  0x0000001b , 0x00000002 
+ 00022057  0x0000560d call  0x00007fdd 
+ 00022058  0x0000560e copy  0x0000003f , 0x00000002 
+ 00022059  0x0000560f ifetch  0x00000001 , 0x00000006 
+ 00022060  0x00005610 copy  0x0000003f , 0x00000001 
+ 00022061  0x00005611 copy  0x00000011 , 0x0000003f 
+ 00022062  0x00005612 iadd  0x00000006 , 0x00000006 
+ 00022063  0x00005613 arg  0x000043de , 0x00000005 
+ 00022064  0x00005614 copy  0x00000002 , 0x00000039 
+ 00022065  0x00005615 call  0x00007f01 
+ 00022066  0x00005616 call  0x00005654 
+ 00022067  0x00005617 call  0x00005666 
+ 00022068  0x00005619 call  0x00005873 
+ 00022069  0x0000561a ifetch  0x00000001 , 0x00000006 
+ 00022070  0x0000561b copy  0x0000003f , 0x00000011 
+ 00022071  0x0000561c copy  0x00000006 , 0x00000013 
+ 00022072  0x0000561d ifetcht  0x00000001 , 0x00000006 
+ 00022073  0x0000561e copy  0x00000002 , 0x00000012 
+ 00022074  0x0000561f isub  0x00000012 , 0x0000003f 
+ 00022075  0x00005620 arg  0x0000001b , 0x00000002 
+ 00022076  0x00005621 call  0x00007fdd 
+ 00022077  0x00005622 iadd  0x00000012 , 0x0000003f 
+ 00022078  0x00005623 istore  0x00000001 , 0x00000013 
+ 00022079  0x00005624 isub  0x00000011 , 0x0000003e 
+ 00022080  0x00005625 nrtn  0x00000005 
+ 00022081  0x00005626 branch  0x00005896 
+ 00022082  0x0000562a call  0x00005649 
+ 00022083  0x0000562b rtnmark1  0x00000029 
+ 00022084  0x0000562c fetch  0x00000001 , 0x000044e9 
+ 00022085  0x0000562d bbit0  0x00000002 , 0x00005652 
+ 00022086  0x0000562e call  0x00005876 
+ 00022087  0x0000562f branch  0x00005652 , 0x00000034 
+ 00022088  0x00005630 branch  0x00005650 
+ 00022089  0x00005634 call  0x00005873 
+ 00022090  0x00005635 branch  0x00005652 , 0x00000034 
+ 00022091  0x00005636 ifetch  0x00000001 , 0x00000006 
+ 00022092  0x00005637 ifetcht  0x00000001 , 0x00000006 
+ 00022093  0x00005638 isub  0x00000002 , 0x0000003f 
+ 00022094  0x00005639 sub  0x0000003f , 0x0000001b , 0x0000003e 
+ 00022095  0x0000563a branch  0x00005652 , 0x00000002 
+ 00022096  0x0000563c set1  0x00000029 , 0x00000000 
+ 00022097  0x0000563d rtn 
+ 00022098  0x00005640 set0  0x00000029 , 0x00000000 
+ 00022099  0x00005641 rtn 
+ 00022100  0x00005644 copy  0x00000011 , 0x0000003f 
+ 00022101  0x00005645 rtn  0x00000034 
+ 00022102  0x00005646 arg  0x00000001 , 0x00000001 
+ 00022103  0x00005647 rtn 
+ 00022104  0x0000564b bpatchx  0x00000064 , 0x0000402c 
+ 00022105  0x0000564c increase  0x00000001 , 0x00000002 
+ 00022106  0x0000564d call  0x0000576a 
+ 00022107  0x0000564e increase  0xfffffffe , 0x00000006 
+ 00022108  0x0000564f ifetch  0x00000002 , 0x00000006 
+ 00022109  0x00005650 arg  0x00002902 , 0x00000002 
+ 00022110  0x00005651 isub  0x00000002 , 0x0000003e 
+ 00022111  0x00005652 nrtn  0x00000005 
+ 00022112  0x00005653 increase  0x00000001 , 0x00000006 
+ 00022113  0x00005654 copy  0x00000006 , 0x00000011 
+ 00022114  0x00005655 ifetch  0x00000001 , 0x00000006 
+ 00022115  0x00005656 rtn 
+ 00022116  0x0000565a force  0x00000000 , 0x00000002 
+ 00022117  0x0000565b force  0x00000001 , 0x00000001 
+ 00022118  0x0000565e bpatchx  0x00000065 , 0x0000402c 
+ 00022119  0x0000565f storet  0x00000001 , 0x000043dd 
+ 00022120  0x00005660 fetcht  0x00000001 , 0x00000456 
+ 00022121  0x00005661 set1  0x00000005 , 0x00000002 
+ 00022122  0x00005662 and  0x00000002 , 0x000000fc , 0x0000003f 
+ 00022123  0x00005663 ior  0x00000001 , 0x0000003f 
+ 00022124  0x00005664 store  0x00000001 , 0x00000456 
+ 00022125  0x00005665 and_into  0x0000001f , 0x0000003f 
+ 00022126  0x00005666 isolate1  0x00000029 , 0x00000000 
+ 00022127  0x00005667 setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00022128  0x00005668 store  0x00000001 , 0x000043dc 
+ 00022129  0x0000566a fetch  0x00000001 , 0x000043dc 
+ 00022130  0x0000566b compare  0x00000001 , 0x00000001 , 0x00000003 
+ 00022131  0x0000566c nbranch  0x00005676 , 0x00000001 
+ 00022132  0x0000566d fetch  0x00000001 , 0x000043dd 
+ 00022133  0x0000566e rtn  0x00000034 
+ 00022134  0x00005670 fetch  0x00000001 , 0x0000043f 
+ 00022135  0x00005671 rtnbit0  0x00000004 
+ 00022136  0x00005672 call  0x0000748d 
+ 00022137  0x00005673 branch  0x000073e3 
+ 00022138  0x00005677 arg  0x00000000 , 0x00000007 
+ 00022139  0x00005678 branch  0x00002c32 
+ 00022140  0x0000567b arg  0x00000000 , 0x00000007 
+ 00022141  0x0000567c branch  0x00002c36 
+ 00022142  0x00005680 bpatchx  0x00000066 , 0x0000402c 
+ 00022143  0x00005681 rtnmark1  0x0000000f 
+ 00022144  0x00005682 call  0x00005890 
+ 00022145  0x00005683 nrtn  0x00000034 
+ 00022146  0x00005684 fetch  0x00000001 , 0x000002d9 
+ 00022147  0x00005685 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00022148  0x00005686 store  0x00000001 , 0x0000450c 
+ 00022149  0x00005687 ifetch  0x00000001 , 0x00000006 
+ 00022150  0x00005688 and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00022151  0x00005689 store  0x00000001 , 0x0000450b 
+ 00022152  0x0000568a rtn  0x00000034 
+ 00022153  0x0000568b copy  0x00000006 , 0x0000003f 
+ 00022154  0x0000568c store  0x00000002 , 0x0000450d 
+ 00022155  0x0000568d fetch  0x00000001 , 0x0000450c 
+ 00022156  0x0000568e beq  0x00000003 , 0x00005c64 
+ 00022157  0x00005690 call  0x0000569a 
+ 00022158  0x00005691 nbranch  0x0000567a , 0x00000028 
+ 00022159  0x00005692 call  0x0000567c 
+ 00022160  0x00005693 fetch  0x00000002 , 0x0000450d 
+ 00022161  0x00005694 copy  0x0000003f , 0x00000006 
+ 00022162  0x00005695 ifetch  0x00000002 , 0x00000006 
+ 00022163  0x00005696 store  0x00000002 , 0x000044fc 
+ 00022164  0x00005697 bpatchx  0x00000067 , 0x0000402c 
+ 00022165  0x00005698 ifetch  0x00000002 , 0x00000006 
+ 00022166  0x00005699 beq  0x00000004 , 0x000058ab 
+ 00022167  0x0000569a beq  0x00000006 , 0x00005af4 
+ 00022168  0x0000569b beq  0x00000005 , 0x00005ab6 
+ 00022169  0x0000569c rtn 
+ 00022170  0x000056a0 fetch  0x00000001 , 0x0000450c 
+ 00022171  0x000056a1 beq  0x00000002 , 0x000056a9 
+ 00022172  0x000056a2 beq  0x00000001 , 0x000056c1 
+ 00022173  0x000056a3 rtn 
+ 00022174  0x000056a9 call  0x00007fe7 
+ 00022175  0x000056aa arg  0x00000004 , 0x00000002 
+ 00022176  0x000056ab isub  0x0000003f , 0x0000003e 
+ 00022177  0x000056ac rtn  0x00000005 
+ 00022178  0x000056ad arg  0x00000005 , 0x00000002 
+ 00022179  0x000056ae isub  0x0000003f , 0x0000003e 
+ 00022180  0x000056af rtn  0x00000005 
+ 00022181  0x000056b0 arg  0x00000006 , 0x00000002 
+ 00022182  0x000056b1 isub  0x0000003f , 0x0000003e 
+ 00022183  0x000056b2 rtn  0x00000005 
+ 00022184  0x000056b3 branch  0x00007fe9 
+ 00022185  0x000056b7 fetch  0x00000002 , 0x0000450d 
+ 00022186  0x000056b8 copy  0x0000003f , 0x00000006 
+ 00022187  0x000056b9 ifetch  0x00000002 , 0x00000006 
+ 00022188  0x000056ba store  0x00000002 , 0x000044fc 
+ 00022189  0x000056bb ifetch  0x00000002 , 0x00000006 
+ 00022190  0x000056bc call  0x0000569e 
+ 00022191  0x000056bd nrtn  0x00000028 
+ 00022192  0x000056be fetcht  0x00000001 , 0x0000450b 
+ 00022193  0x000056bf storet  0x00000001 , 0x000044fe 
+ 00022194  0x000056c0 fetch  0x00000002 , 0x000044fc 
+ 00022195  0x000056c1 increase  0x00000004 , 0x0000003f 
+ 00022196  0x000056c2 isub  0x00000002 , 0x0000003e 
+ 00022197  0x000056c3 branch  0x00007fe7 , 0x00000005 
+ 00022198  0x000056c4 fetch  0x00000001 , 0x0000450b 
+ 00022199  0x000056c5 copy  0x0000003f , 0x00000039 
+ 00022200  0x000056c6 arg  0x00000311 , 0x00000005 
+ 00022201  0x000056c7 fetch  0x00000002 , 0x0000450d 
+ 00022202  0x000056c8 copy  0x0000003f , 0x00000006 
+ 00022203  0x000056c9 call  0x00007f01 
+ 00022204  0x000056ca branch  0x00007fe9 
+ 00022205  0x000056d0 call  0x00007fe7 
+ 00022206  0x000056d1 fetch  0x00000001 , 0x000044fe 
+ 00022207  0x000056d2 nrtn  0x00000034 
+ 00022208  0x000056d3 branch  0x00007fe9 
+ 00022209  0x000056d6 call  0x000056bd 
+ 00022210  0x000056d7 nrtn  0x00000028 
+ 00022211  0x000056d8 fetch  0x00000001 , 0x000044fe 
+ 00022212  0x000056d9 arg  0x00000311 , 0x00000005 
+ 00022213  0x000056da iadd  0x00000005 , 0x00000011 
+ 00022214  0x000056db fetcht  0x00000001 , 0x0000450b 
+ 00022215  0x000056dc iadd  0x00000002 , 0x0000003f 
+ 00022216  0x000056dd store  0x00000001 , 0x000044fe 
+ 00022217  0x000056de fetch  0x00000001 , 0x0000450b 
+ 00022218  0x000056df copy  0x0000003f , 0x00000039 
+ 00022219  0x000056e0 copy  0x00000011 , 0x00000005 
+ 00022220  0x000056e1 fetch  0x00000002 , 0x0000450d 
+ 00022221  0x000056e2 copy  0x0000003f , 0x00000006 
+ 00022222  0x000056e3 call  0x00007ef4 
+ 00022223  0x000056e4 setarg  0x00000311 
+ 00022224  0x000056e5 store  0x00000002 , 0x0000450d 
+ 00022225  0x000056e6 fetch  0x00000002 , 0x000044fc 
+ 00022226  0x000056e7 increase  0x00000004 , 0x0000003f 
+ 00022227  0x000056e8 fetcht  0x00000001 , 0x000044fe 
+ 00022228  0x000056e9 isub  0x00000002 , 0x0000003e 
+ 00022229  0x000056ea branch  0x00007fe7 , 0x00000005 
+ 00022230  0x000056eb branch  0x00007fe9 
+ 00022231  0x000056f2 call  0x00007ea5 
+ 00022232  0x000056f3 arg  0x0000445e , 0x00000005 
+ 00022233  0x000056f5 fetch  0x00000002 , 0x000044fc 
+ 00022234  0x000056f6 increase  0xfffffffb , 0x0000003f 
+ 00022235  0x000056f8 istore  0x00000001 , 0x00000005 
+ 00022236  0x000056f9 copy  0x0000003f , 0x00000039 
+ 00022237  0x000056fa call  0x00007e9f 
+ 00022238  0x000056fb branch  0x00007ef4 
+ 00022239  0x000056fe call  0x00007ea5 
+ 00022240  0x000056ff arg  0x00004471 , 0x00000005 
+ 00022241  0x00005700 branch  0x000056d9 
+ 00022242  0x00005705 fetch  0x00000002 , 0x000041f9 
+ 00022243  0x00005706 branch  0x00007f9c 
+ 00022244  0x00005709 fetcht  0x00000004 , 0x0000045b 
+ 00022245  0x0000570a call  0x00002a7b 
+ 00022246  0x0000570b isub  0x00000002 , 0x0000000b 
+ 00022247  0x0000570c deposit  0x0000000b 
+ 00022248  0x0000570d fetcht  0x00000002 , 0x0000046d 
+ 00022249  0x0000570e lshift4  0x00000002 , 0x00000002 
+ 00022250  0x0000570f lshift  0x00000002 , 0x00000002 
+ 00022251  0x00005710 isub  0x00000002 , 0x0000003f 
+ 00022252  0x00005711 rtn 
+ 00022253  0x00005714 call  0x00002a7b 
+ 00022254  0x00005715 store  0x00000004 , 0x0000045b 
+ 00022255  0x00005716 rtn 
+ 00022256  0x0000571a jam  0x00000024 , 0x00000016 
+ 00022257  0x0000571b jam  0x00000000 , 0x00000ac2 
+ 00022258  0x0000571d bpatchx  0x00000068 , 0x0000402d 
+ 00022259  0x0000571e fetch  0x00000001 , 0x0000436e 
+ 00022260  0x0000571f rtn  0x00000034 
+ 00022261  0x00005720 arg  0x00000000 , 0x00000007 
+ 00022262  0x00005721 call  0x00007f16 
+ 00022263  0x00005722 nrtn  0x00000034 
+ 00022264  0x00005723 bpatchx  0x00000069 , 0x0000402d 
+ 00022265  0x00005725 disable  0x00000029 
+ 00022266  0x00005726 enable  0x00000010 
+ 00022267  0x00005727 call  0x00005572 
+ 00022268  0x00005728 call  0x00005422 
+ 00022269  0x00005729 call  0x000054e9 
+ 00022270  0x0000572a nbranch  0x00005706 , 0x0000002d 
+ 00022271  0x0000572b fetch  0x00000001 , 0x00000003 
+ 00022272  0x0000572c increase  0x00000001 , 0x0000003f 
+ 00022273  0x0000572d store  0x00000001 , 0x00000003 
+ 00022274  0x0000572e fetch  0x00000001 , 0x000002d9 
+ 00022275  0x0000572f and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00022276  0x00005730 beq  0x00000003 , 0x0000551c 
+ 00022277  0x00005731 beq  0x00000005 , 0x00005728 
+ 00022278  0x00005733 bpatchx  0x0000006a , 0x0000402d 
+ 00022279  0x00005734 random  0x0000003f 
+ 00022280  0x00005735 arg  0x000001ff , 0x00000002 
+ 00022281  0x00005736 iand  0x00000002 , 0x0000003f 
+ 00022282  0x00005737 add  0x0000003f , 0x000000fa , 0x0000003f 
+ 00022283  0x00005738 call  0x00003cbe 
+ 00022284  0x00005739 fetch  0x00000001 , 0x00000ac2 
+ 00022285  0x0000573a fetcht  0x00000001 , 0x0000448d 
+ 00022286  0x0000573b isub  0x00000002 , 0x0000003e 
+ 00022287  0x0000573c nbranch  0x000056f2 , 0x00000005 
+ 00022288  0x0000573d arg  0x00000000 , 0x00000007 
+ 00022289  0x0000573e fetch  0x00000002 , 0x00004482 
+ 00022290  0x0000573f branch  0x00007f08 
+ 00022291  0x00005743 bpatchx  0x0000006b , 0x0000402d 
+ 00022292  0x00005744 fetch  0x00000001 , 0x00000476 
+ 00022293  0x00005745 call  0x000053fc 
+ 00022294  0x00005746 fetch  0x00000002 , 0x00000441 
+ 00022295  0x00005747 imul32  0x00000002 , 0x0000003f 
+ 00022296  0x00005748 arg  0x00000177 , 0x00000002 
+ 00022297  0x00005749 imul32  0x00000002 , 0x0000003f 
+ 00022298  0x0000574a arg  0x000186a0 , 0x00000002 
+ 00022299  0x0000574b idiv  0x00000002 
+ 00022300  0x0000574c fetch  0x00000001 , 0x0000046a 
+ 00022301  0x0000574d arg  0x00004e20 , 0x00000002 
+ 00022302  0x0000574e imul32  0x00000002 , 0x0000003f 
+ 00022303  0x0000574f iadd  0x00000002 , 0x0000003f 
+ 00022304  0x00005750 store  0x00000004 , 0x000044e5 
+ 00022305  0x00005751 bpatchx  0x0000006c , 0x0000402d 
+ 00022306  0x00005752 fetch  0x00000002 , 0x000040c1 
+ 00022307  0x00005753 call  0x00007f86 
+ 00022308  0x00005754 quotient  0x00000002 
+ 00022309  0x00005755 iadd  0x00000002 , 0x0000003f 
+ 00022310  0x00005756 store  0x00000002 , 0x0000044d 
+ 00022311  0x00005757 rtn 
+ 00022312  0x0000575a bpatchx  0x0000006d , 0x0000402d 
+ 00022313  0x0000575b fetch  0x00000006 , 0x000002e1 
+ 00022314  0x0000575c fetcht  0x00000006 , 0x000044a0 
+ 00022315  0x0000575d isub  0x00000002 , 0x0000003e 
+ 00022316  0x0000575e nrtn  0x00000005 
+ 00022317  0x0000575f call  0x00005619 
+ 00022318  0x00005760 copy  0x00000011 , 0x0000003f 
+ 00022319  0x00005761 store  0x00000001 , 0x0000448e 
+ 00022320  0x00005762 fetch  0x00000007 , 0x000002ee 
+ 00022321  0x00005763 store  0x00000007 , 0x00000101 
+ 00022322  0x00005764 ifetch  0x00000008 , 0x00000006 
+ 00022323  0x00005765 istore  0x00000008 , 0x00000005 
+ 00022324  0x00005766 fetch  0x00000006 , 0x000002db 
+ 00022325  0x00005767 store  0x00000006 , 0x0000044f 
+ 00022326  0x00005768 increase  0x00000006 , 0x00000006 
+ 00022327  0x00005769 ifetch  0x00000008 , 0x00000006 
+ 00022328  0x0000576a store  0x00000008 , 0x00000463 
+ 00022329  0x0000576b ifetcht  0x00000002 , 0x00000006 
+ 00022330  0x0000576c bpatchx  0x0000006e , 0x0000402d 
+ 00022331  0x0000576d lshift2  0x00000002 , 0x00000002 
+ 00022332  0x0000576e ifetch  0x00000002 , 0x00000006 
+ 00022333  0x0000576f lshift2  0x0000003f , 0x0000003f 
+ 00022334  0x00005770 store  0x00000002 , 0x00000441 
+ 00022335  0x00005771 store  0x00000004 , 0x00000443 
+ 00022336  0x00005772 isub  0x00000002 , 0x0000003f 
+ 00022337  0x00005773 add  0x0000003f , 0xfffffffe , 0x00000028 
+ 00022338  0x00005774 ifetch  0x00000009 , 0x00000006 
+ 00022339  0x00005775 store  0x00000009 , 0x0000046b 
+ 00022340  0x00005776 bpatchx  0x0000006f , 0x0000402d 
+ 00022341  0x00005777 ifetch  0x00000001 , 0x00000006 
+ 00022342  0x00005778 rshift4  0x0000003f , 0x00000002 
+ 00022343  0x00005779 rshift  0x00000002 , 0x00000002 
+ 00022344  0x0000577a storet  0x00000001 , 0x00000476 
+ 00022345  0x0000577b and_into  0x0000001f , 0x0000003f 
+ 00022346  0x0000577c store  0x00000001 , 0x00000458 
+ 00022347  0x0000577d call  0x00005713 
+ 00022348  0x0000577e call  0x0000545b 
+ 00022349  0x0000577f call  0x0000534c 
+ 00022350  0x00005780 call  0x0000223b 
+ 00022351  0x00005781 nrtn  0x00000005 
+ 00022352  0x00005782 bpatchx  0x00000070 , 0x0000402e 
+ 00022353  0x00005783 call  0x00002841 
+ 00022354  0x00005784 call  0x00005ad3 
+ 00022355  0x00005785 jam  0x00000014 , 0x00000a99 
+ 00022356  0x00005786 call  0x00007d86 
+ 00022357  0x00005787 branch  0x00002223 
+ 00022358  0x0000578b bpatchx  0x00000071 , 0x0000402e 
+ 00022359  0x0000578c fetch  0x00000002 , 0x0000445a 
+ 00022360  0x0000578d iforce  0x00000012 
+ 00022361  0x0000578e fetch  0x00000002 , 0x0000445c 
+ 00022362  0x0000578f iforce  0x00000013 
+ 00022363  0x00005790 fetch  0x00000002 , 0x000044bc 
+ 00022364  0x00005791 iforce  0x00000006 
+ 00022365  0x00005792 enable  0x00000028 
+ 00022366  0x00005793 rtn 
+ 00022367  0x00005797 ifetch  0x00000002 , 0x00000006 
+ 00022368  0x00005798 rtn  0x00000034 
+ 00022369  0x00005799 isub  0x00000012 , 0x0000003e 
+ 00022370  0x0000579a nrtn  0x00000002 
+ 00022371  0x0000579b isub  0x00000013 , 0x0000003e 
+ 00022372  0x0000579c rtn  0x00000005 
+ 00022373  0x0000579d branch  0x00005768 , 0x00000002 
+ 00022374  0x0000579e force  0x00000001 , 0x0000003e 
+ 00022375  0x0000579f rtn 
+ 00022376  0x000057a1 force  0x00000000 , 0x0000003f 
+ 00022377  0x000057a2 rtn 
+ 00022378  0x000057a7 call  0x0000576d 
+ 00022379  0x000057a8 branch  0x00005779 , 0x00000005 
+ 00022380  0x000057a9 rtn 
+ 00022381  0x000057ac bpatchx  0x00000072 , 0x0000402e 
+ 00022382  0x000057ad fetch  0x00000002 , 0x000044bc 
+ 00022383  0x000057ae iforce  0x00000006 
+ 00022384  0x000057b0 ifetch  0x00000002 , 0x00000006 
+ 00022385  0x000057b1 rtn  0x00000034 
+ 00022386  0x000057b2 isub  0x00000002 , 0x0000003e 
+ 00022387  0x000057b3 rtn  0x00000005 
+ 00022388  0x000057b4 ifetch  0x00000001 , 0x00000006 
+ 00022389  0x000057b5 iadd  0x00000006 , 0x00000006 
+ 00022390  0x000057b6 ifetch  0x00000001 , 0x00000006 
+ 00022391  0x000057b7 iadd  0x00000006 , 0x00000006 
+ 00022392  0x000057b8 branch  0x00005770 
+ 00022393  0x000057ba ifetch  0x00000001 , 0x00000006 
+ 00022394  0x000057bb iadd  0x00000006 , 0x00000006 
+ 00022395  0x000057bc rtn 
+ 00022396  0x000057c1 bpatchx  0x00000073 , 0x0000402e 
+ 00022397  0x000057c2 fetch  0x00000002 , 0x000044bc 
+ 00022398  0x000057c3 iforce  0x00000006 
+ 00022399  0x000057c5 ifetch  0x00000002 , 0x00000006 
+ 00022400  0x000057c6 rtn  0x00000034 
+ 00022401  0x000057c7 ifetch  0x00000001 , 0x00000006 
+ 00022402  0x000057c8 iadd  0x00000006 , 0x00000006 
+ 00022403  0x000057c9 increase  0xfffffffe , 0x00000006 
+ 00022404  0x000057ca ifetch  0x00000002 , 0x00000006 
+ 00022405  0x000057cb isub  0x00000002 , 0x0000003e 
+ 00022406  0x000057cc rtn  0x00000005 
+ 00022407  0x000057cd ifetch  0x00000001 , 0x00000006 
+ 00022408  0x000057ce iadd  0x00000006 , 0x00000006 
+ 00022409  0x000057cf branch  0x0000577f 
+ 00022410  0x000057d4 fetch  0x00000002 , 0x0000049c 
+ 00022411  0x000057d5 branch  0x0000578e 
+ 00022412  0x000057d8 bpatchx  0x00000074 , 0x0000402e 
+ 00022413  0x000057d9 fetch  0x00000002 , 0x000044bc 
+ 00022414  0x000057db iforce  0x00000006 
+ 00022415  0x000057dc copy  0x00000002 , 0x00000011 
+ 00022416  0x000057de ifetch  0x00000002 , 0x00000006 
+ 00022417  0x000057df branch  0x00005799 , 0x00000034 
+ 00022418  0x000057e0 isub  0x00000011 , 0x0000003e 
+ 00022419  0x000057e1 branch  0x0000579a , 0x00000005 
+ 00022420  0x000057e2 ifetch  0x00000001 , 0x00000006 
+ 00022421  0x000057e3 iadd  0x00000006 , 0x00000006 
+ 00022422  0x000057e4 ifetch  0x00000001 , 0x00000006 
+ 00022423  0x000057e5 iadd  0x00000006 , 0x00000006 
+ 00022424  0x000057e6 branch  0x00005790 
+ 00022425  0x000057e8 branch  0x00007fef 
+ 00022426  0x000057eb ifetch  0x00000001 , 0x00000006 
+ 00022427  0x000057ec store  0x00000001 , 0x000004a2 
+ 00022428  0x000057ed copy  0x0000003f , 0x00000039 
+ 00022429  0x000057ee arg  0x000004a3 , 0x00000005 
+ 00022430  0x000057ef call  0x00007ef4 
+ 00022431  0x000057f0 ifetch  0x00000001 , 0x00000006 
+ 00022432  0x000057f1 store  0x00000001 , 0x000004b3 
+ 00022433  0x000057f2 call  0x00007ea5 
+ 00022434  0x000057f3 branch  0x00007ff1 
+ 00022435  0x000057f7 bpatchx  0x00000075 , 0x0000402e 
+ 00022436  0x000057f8 call  0x000057a6 
+ 00022437  0x000057f9 branch  0x000057b8 
+ 00022438  0x000057fc arg  0x00002a00 , 0x00000002 
+ 00022439  0x000057fd call  0x0000577c 
+ 00022440  0x000057fe rtn  0x00000034 
+ 00022441  0x000057ff ifetch  0x00000001 , 0x00000006 
+ 00022442  0x00005800 copy  0x00000006 , 0x00000005 
+ 00022443  0x00005801 fetcht  0x00000001 , 0x000043af 
+ 00022444  0x00005802 copy  0x00000002 , 0x00000039 
+ 00022445  0x00005803 isub  0x00000002 , 0x0000003e 
+ 00022446  0x00005804 nbranch  0x000057b5 , 0x00000002 
+ 00022447  0x00005805 isub  0x00000002 , 0x00000002 
+ 00022448  0x00005806 arg  0x000043b0 , 0x00000006 
+ 00022449  0x00005807 call  0x00007f01 
+ 00022450  0x00005808 copy  0x00000002 , 0x00000039 
+ 00022451  0x00005809 ncall  0x000057f0 , 0x00000005 
+ 00022452  0x0000580a rtn 
+ 00022453  0x0000580c copy  0x0000003f , 0x00000039 
+ 00022454  0x0000580d arg  0x000043b0 , 0x00000006 
+ 00022455  0x0000580e branch  0x00007ef4 
+ 00022456  0x00005812 arg  0x0000438f , 0x00000013 
+ 00022457  0x00005813 arg  0x00004370 , 0x00000011 
+ 00022458  0x00005814 call  0x000057c5 
+ 00022459  0x00005815 setarg  0x00000000 
+ 00022460  0x00005816 setflag  0x00000028 , 0x00000000 , 0x0000003f 
+ 00022461  0x00005817 store  0x00000001 , 0x00000a9a 
+ 00022462  0x00005818 arg  0x000043af , 0x00000013 
+ 00022463  0x00005819 arg  0x00004390 , 0x00000011 
+ 00022464  0x0000581a call  0x000057c5 
+ 00022465  0x0000581b rtn  0x00000028 
+ 00022466  0x0000581c fetch  0x00000001 , 0x00000a9a 
+ 00022467  0x0000581d branch  0x00002a8c , 0x00000034 
+ 00022468  0x0000581e rtn 
+ 00022469  0x00005822 bpatchx  0x00000076 , 0x0000402e 
+ 00022470  0x00005823 call  0x00007fe7 
+ 00022471  0x00005824 call  0x00007eda 
+ 00022472  0x00005825 arg  0x00000000 , 0x00000012 
+ 00022473  0x00005826 arg  0x00000ac3 , 0x00000005 
+ 00022474  0x00005827 call  0x000057df 
+ 00022475  0x00005828 fetch  0x00000001 , 0x000043af 
+ 00022476  0x00005829 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00022477  0x0000582a iadd  0x00000012 , 0x00000011 
+ 00022478  0x0000582b increase  0x00000002 , 0x00000011 
+ 00022479  0x0000582c sub  0x00000011 , 0x0000001f , 0x0000003e 
+ 00022480  0x0000582d nbranch  0x000057dd , 0x00000002 
+ 00022481  0x0000582e istoret  0x00000001 , 0x00000005 
+ 00022482  0x0000582f arg  0x00000009 , 0x00000002 
+ 00022483  0x00005830 istoret  0x00000001 , 0x00000005 
+ 00022484  0x00005831 iforce  0x00000039 
+ 00022485  0x00005832 call  0x00007ef4 
+ 00022486  0x00005833 copy  0x00000011 , 0x00000012 
+ 00022487  0x00005835 deposit  0x00000012 
+ 00022488  0x00005836 store  0x00000001 , 0x00000ac2 
+ 00022489  0x00005837 arg  0x00000ac2 , 0x00000006 
+ 00022490  0x00005838 setarg  0xffffffe0 
+ 00022491  0x00005839 iadd  0x00000013 , 0x00000005 
+ 00022492  0x0000583a branch  0x00007ebd 
+ 00022493  0x0000583d call  0x00007fe9 
+ 00022494  0x0000583e branch  0x000057d7 
+ 00022495  0x00005841 ifetch  0x00000001 , 0x00000011 
+ 00022496  0x00005842 rtn  0x00000034 
+ 00022497  0x00005843 pincrease  0x00000001 
+ 00022498  0x00005844 ifetcht  0x00000001 , 0x00000006 
+ 00022499  0x00005845 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00022500  0x00005846 branch  0x000057ee , 0x00000005 
+ 00022501  0x00005847 iadd  0x00000012 , 0x00000012 
+ 00022502  0x00005848 copy  0x00000011 , 0x00000006 
+ 00022503  0x00005849 iforce  0x00000039 
+ 00022504  0x0000584a call  0x00007ef4 
+ 00022505  0x0000584b copy  0x00000006 , 0x00000011 
+ 00022506  0x0000584d deposit  0x00000011 
+ 00022507  0x0000584e isub  0x00000013 , 0x0000003e 
+ 00022508  0x0000584f rtn  0x00000002 
+ 00022509  0x00005850 branch  0x000057df 
+ 00022510  0x00005853 iadd  0x00000011 , 0x00000011 
+ 00022511  0x00005854 branch  0x000057ea 
+ 00022512  0x00005858 setarg  0x00000020 
+ 00022513  0x00005859 istore  0x00000001 , 0x00000005 
+ 00022514  0x0000585a loop  0x000057f0 
+ 00022515  0x0000585b rtn 
+ 00022516  0x0000585f bpatchx  0x00000077 , 0x0000402e 
+ 00022517  0x00005860 disable  0x0000002b 
+ 00022518  0x00005861 branch  0x000057f8 , 0x0000002e 
+ 00022519  0x00005862 nbranch  0x00005806 , 0x0000002d 
+ 00022520  0x00005864 call  0x00002bcb 
+ 00022521  0x00005865 fetch  0x00000002 , 0x000040c1 
+ 00022522  0x00005866 store  0x00000002 , 0x0000044d 
+ 00022523  0x00005868 nbranch  0x00002bde , 0x0000002d 
+ 00022524  0x00005869 bmark1  0x0000000f , 0x00002bde 
+ 00022525  0x0000586b fetch  0x00000001 , 0x0000450b 
+ 00022526  0x0000586c nbranch  0x00002bde , 0x00000034 
+ 00022527  0x0000586d fetch  0x00000001 , 0x000043dd 
+ 00022528  0x0000586e nbranch  0x00002bde , 0x00000034 
+ 00022529  0x00005870 fetch  0x00000001 , 0x000044e9 
+ 00022530  0x00005871 bbit1  0x00000005 , 0x00002bde 
+ 00022531  0x00005873 fetch  0x00000001 , 0x0000043f 
+ 00022532  0x00005874 bbit1  0x00000005 , 0x00002bde 
+ 00022533  0x00005875 branch  0x00002bc0 
+ 00022534  0x00005878 fetcht  0x00000002 , 0x000040c1 
+ 00022535  0x00005879 rshift  0x00000002 , 0x00000002 
+ 00022536  0x0000587a fetch  0x00000002 , 0x0000044d 
+ 00022537  0x0000587b iadd  0x00000002 , 0x0000003f 
+ 00022538  0x0000587c store  0x00000002 , 0x0000044d 
+ 00022539  0x0000587d branch  0x00002bd6 
+ 00022540  0x00005881 arg  0x00000000 , 0x00000007 
+ 00022541  0x00005882 branch  0x00005824 
+ 00022542  0x00005885 arg  0x00000000 , 0x00000007 
+ 00022543  0x00005886 branch  0x00005828 
+ 00022544  0x00005889 arg  0x00000001 , 0x00000007 
+ 00022545  0x0000588a branch  0x00005824 
+ 00022546  0x0000588d arg  0x00000001 , 0x00000007 
+ 00022547  0x0000588e branch  0x00005828 
+ 00022548  0x00005891 arg  0x00000002 , 0x00000007 
+ 00022549  0x00005892 branch  0x00005824 
+ 00022550  0x00005895 arg  0x00000002 , 0x00000007 
+ 00022551  0x00005896 branch  0x00005828 
+ 00022552  0x00005899 arg  0x00000003 , 0x00000007 
+ 00022553  0x0000589a branch  0x00005824 
+ 00022554  0x0000589d arg  0x00000003 , 0x00000007 
+ 00022555  0x0000589e branch  0x00005828 
+ 00022556  0x000058a1 arg  0x00000004 , 0x00000007 
+ 00022557  0x000058a2 branch  0x00005824 
+ 00022558  0x000058a5 arg  0x00000004 , 0x00000007 
+ 00022559  0x000058a6 branch  0x00005828 
+ 00022560  0x000058a9 arg  0x00000005 , 0x00000007 
+ 00022561  0x000058aa branch  0x00005824 
+ 00022562  0x000058ad arg  0x00000005 , 0x00000007 
+ 00022563  0x000058ae branch  0x00005828 
+ 00022564  0x000058b2 fetch  0x00000001 , 0x000044e9 
+ 00022565  0x000058b3 qset1  0x0000003f 
+ 00022566  0x000058b4 store  0x00000001 , 0x000044e9 
+ 00022567  0x000058b5 rtn 
+ 00022568  0x000058b8 fetch  0x00000001 , 0x000044e9 
+ 00022569  0x000058b9 qset0  0x0000003f 
+ 00022570  0x000058ba store  0x00000001 , 0x000044e9 
+ 00022571  0x000058bb rtn 
+ 00022572  0x000058be setarg  0x00112233 
+ 00022573  0x000058bf store  0x00000003 , 0x000044ea 
+ 00022574  0x000058c0 setarg  0x00445566 
+ 00022575  0x000058c1 istore  0x00000003 , 0x00000005 
+ 00022576  0x000058c2 setarg  0x00778899 
+ 00022577  0x000058c3 istore  0x00000003 , 0x00000005 
+ 00022578  0x000058c4 setarg  0x00001122 
+ 00022579  0x000058c5 istore  0x00000003 , 0x00000005 
+ 00022580  0x000058c6 setarg  0x00334455 
+ 00022581  0x000058c7 istore  0x00000003 , 0x00000005 
+ 00022582  0x000058c8 setarg  0x00000066 
+ 00022583  0x000058c9 istore  0x00000001 , 0x00000005 
+ 00022584  0x000058ca rtn 
+ 00022585  0x000058ce setarg  0x01000302 
+ 00022586  0x000058cf store  0x00000004 , 0x00004453 
+ 00022587  0x000058d0 setarg  0x00010010 
+ 00022588  0x000058d1 store  0x00000003 , 0x00004457 
+ 00022589  0x000058d2 jam  0x00000001 , 0x000044c6 
+ 00022590  0x000058d3 rtn 
+ 00022591  0x000058d8 arg  0x00000000 , 0x00000011 
+ 00022592  0x000058d9 arg  0x00000001 , 0x00000001 
+ 00022593  0x000058da branch  0x00005850 
+ 00022594  0x000058df arg  0x00000003 , 0x00000001 
+ 00022595  0x000058e0 call  0x00005850 
+ 00022596  0x000058e1 copy  0x00000012 , 0x0000003f 
+ 00022597  0x000058e2 istore  0x00000001 , 0x00000005 
+ 00022598  0x000058e3 rtn 
+ 00022599  0x000058e8 force  0x00000002 , 0x00000001 
+ 00022600  0x000058e9 increase  0x00000004 , 0x00000011 
+ 00022601  0x000058ea call  0x00005850 
+ 00022602  0x000058eb increase  0xfffffffc , 0x00000011 
+ 00022603  0x000058ec copy  0x00000011 , 0x0000003f 
+ 00022604  0x000058ed istore  0x00000002 , 0x00000005 
+ 00022605  0x000058ee copy  0x00000012 , 0x0000003f 
+ 00022606  0x000058ef istore  0x00000002 , 0x00000005 
+ 00022607  0x000058f0 rtn 
+ 00022608  0x000058f5 sub  0x00000011 , 0x000000f0 , 0x0000003e 
+ 00022609  0x000058f6 nbranch  0x00002a8c , 0x00000002 
+ 00022610  0x000058f7 fetch  0x00000001 , 0x000044ff 
+ 00022611  0x000058f8 arg  0x00000001 , 0x00000002 
+ 00022612  0x000058f9 arg  0x00000004 , 0x00000039 
+ 00022613  0x000058fb iand  0x00000002 , 0x0000003e 
+ 00022614  0x000058fc branch  0x0000585a , 0x00000005 
+ 00022615  0x000058fd lshift  0x00000002 , 0x00000002 
+ 00022616  0x000058fe loop  0x00005855 
+ 00022617  0x000058ff branch  0x00002a8c 
+ 00022618  0x00005901 ixor  0x00000002 , 0x0000003f 
+ 00022619  0x00005902 store  0x00000001 , 0x000044ff 
+ 00022620  0x00005903 sub  0x00000039 , 0x00000004 , 0x0000003f 
+ 00022621  0x00005904 lshift4  0x0000003f , 0x0000003f 
+ 00022622  0x00005905 lshift4  0x0000003f , 0x0000003f 
+ 00022623  0x00005906 arg  0x00001800 , 0x00000002 
+ 00022624  0x00005907 iadd  0x00000002 , 0x00000002 
+ 00022625  0x00005909 arg  0x00000000 , 0x00000039 
+ 00022626  0x0000590a arg  0x00004500 , 0x00000006 
+ 00022627  0x0000590c ifetch  0x00000002 , 0x00000006 
+ 00022628  0x0000590d branch  0x00005869 , 0x00000034 
+ 00022629  0x0000590e copy  0x00000039 , 0x0000003f 
+ 00022630  0x0000590f increase  0x00000001 , 0x00000039 
+ 00022631  0x00005910 bne  0x00000004 , 0x00005863 
+ 00022632  0x00005911 branch  0x00002a8c 
+ 00022633  0x00005915 increase  0xfffffffe , 0x00000006 
+ 00022634  0x00005916 istoret  0x00000002 , 0x00000006 
+ 00022635  0x00005917 copy  0x00000002 , 0x00000005 
+ 00022636  0x00005918 copy  0x00000011 , 0x0000003f 
+ 00022637  0x00005919 istore  0x00000001 , 0x00000005 
+ 00022638  0x0000591a setarg  0x00000000 
+ 00022639  0x0000591b istore  0x00000001 , 0x00000005 
+ 00022640  0x0000591c copy  0x00000001 , 0x0000003f 
+ 00022641  0x0000591d istore  0x00000001 , 0x00000005 
+ 00022642  0x0000591e rtn 
+ 00022643  0x00005923 fetch  0x00000002 , 0x00004500 
+ 00022644  0x00005924 copy  0x0000003f , 0x00000006 
+ 00022645  0x00005925 rtn 
+ 00022646  0x00005928 fetch  0x00000002 , 0x00004502 
+ 00022647  0x00005929 copy  0x0000003f , 0x00000006 
+ 00022648  0x0000592a rtn 
+ 00022649  0x0000592d call  0x0000587c 
+ 00022650  0x0000592e copy  0x0000003f , 0x00000006 
+ 00022651  0x0000592f rtn 
+ 00022652  0x00005931 fetch  0x00000002 , 0x00004506 
+ 00022653  0x00005932 nrtn  0x00000034 
+ 00022654  0x00005933 fetch  0x00000002 , 0x00004504 
+ 00022655  0x00005934 nrtn  0x00000034 
+ 00022656  0x00005935 fetch  0x00000002 , 0x00004502 
+ 00022657  0x00005936 nrtn  0x00000034 
+ 00022658  0x00005937 fetch  0x00000002 , 0x00004500 
+ 00022659  0x00005938 rtn 
+ 00022660  0x0000593b call  0x00005873 
+ 00022661  0x0000593c increase  0x00000003 , 0x00000006 
+ 00022662  0x0000593d rtn 
+ 00022663  0x00005940 call  0x00005873 
+ 00022664  0x00005941 increase  0x00000007 , 0x00000006 
+ 00022665  0x00005942 rtn 
+ 00022666  0x00005945 call  0x00005879 
+ 00022667  0x00005946 increase  0x00000007 , 0x00000006 
+ 00022668  0x00005947 rtn 
+ 00022669  0x0000594a call  0x00005879 
+ 00022670  0x0000594b increase  0x00000003 , 0x00000006 
+ 00022671  0x0000594c rtn 
+ 00022672  0x00005951 fetch  0x00000002 , 0x00004506 
+ 00022673  0x00005952 rtn 
+ 00022674  0x00005956 fetch  0x00000002 , 0x00004504 
+ 00022675  0x00005957 rtn 
+ 00022676  0x0000595b fetch  0x00000002 , 0x00004500 
+ 00022677  0x0000595c rtn 
+ 00022678  0x00005960 fetch  0x00000002 , 0x00004500 
+ 00022679  0x00005961 arg  0x00001800 , 0x00000002 
+ 00022680  0x00005962 isub  0x00000002 , 0x0000003f 
+ 00022681  0x00005963 rshift4  0x0000003f , 0x0000003f 
+ 00022682  0x00005964 rshift4  0x0000003f , 0x00000007 
+ 00022683  0x00005965 fetch  0x00000001 , 0x000044ff 
+ 00022684  0x00005966 qset0  0x0000003f 
+ 00022685  0x00005967 store  0x00000001 , 0x000044ff 
+ 00022686  0x00005968 arg  0x00000000 , 0x00000039 
+ 00022687  0x0000596a lshift  0x00000039 , 0x0000003f 
+ 00022688  0x0000596b arg  0x00004502 , 0x00000002 
+ 00022689  0x0000596c iadd  0x00000002 , 0x00000002 
+ 00022690  0x0000596d ifetch  0x00000002 , 0x00000002 
+ 00022691  0x0000596e increase  0xfffffffe , 0x00000002 
+ 00022692  0x0000596f istore  0x00000002 , 0x00000002 
+ 00022693  0x00005970 copy  0x00000039 , 0x0000003f 
+ 00022694  0x00005971 increase  0x00000001 , 0x00000039 
+ 00022695  0x00005972 bne  0x00000003 , 0x0000589f 
+ 00022696  0x00005973 setarg  0x00000000 
+ 00022697  0x00005974 istore  0x00000002 , 0x00000002 
+ 00022698  0x00005975 rtn 
+ 00022699  0x0000597c ifetch  0x00000003 , 0x00000006 
+ 00022700  0x0000597d store  0x00000003 , 0x00000477 
+ 00022701  0x0000597e beq  0x00000002 , 0x000058c1 
+ 00022702  0x0000597f beq  0x00000003 , 0x000058c9 
+ 00022703  0x00005980 beq  0x00000004 , 0x000058cc 
+ 00022704  0x00005981 beq  0x00000006 , 0x000058f2 
+ 00022705  0x00005982 beq  0x00000008 , 0x0000593f 
+ 00022706  0x00005983 beq  0x0000000a , 0x000059bc 
+ 00022707  0x00005984 beq  0x0000000c , 0x000059e4 
+ 00022708  0x00005985 beq  0x00000010 , 0x000059fa 
+ 00022709  0x00005986 beq  0x00000012 , 0x00005a2f 
+ 00022710  0x00005987 beq  0x00000016 , 0x00005a48 
+ 00022711  0x00005988 beq  0x00000018 , 0x00005a5b 
+ 00022712  0x00005989 beq  0x00000052 , 0x00005a60 
+ 00022713  0x0000598a rtn 
+ 00022714  0x0000598e force  0x00000003 , 0x00000011 
+ 00022715  0x0000598f call  0x00005a82 
+ 00022716  0x00005990 setarg  0x00000002 
+ 00022717  0x00005991 istore  0x00000001 , 0x00000005 
+ 00022718  0x00005992 fetch  0x00000002 , 0x000044a6 
+ 00022719  0x00005993 istore  0x00000002 , 0x00000005 
+ 00022720  0x00005994 rtn 
+ 00022721  0x00005998 call  0x000058c9 
+ 00022722  0x0000599a force  0x00000003 , 0x00000011 
+ 00022723  0x0000599b call  0x00005a82 
+ 00022724  0x0000599c setarg  0x00000003 
+ 00022725  0x0000599d istore  0x00000001 , 0x00000005 
+ 00022726  0x0000599e fetch  0x00000002 , 0x000044a6 
+ 00022727  0x0000599f istore  0x00000002 , 0x00000005 
+ 00022728  0x000059a0 rtn 
+ 00022729  0x000059a3 rshift8  0x0000003f , 0x0000003f 
+ 00022730  0x000059a4 store  0x00000002 , 0x000044a8 
+ 00022731  0x000059a5 rtn 
+ 00022732  0x000059a8 call  0x00005ab1 
+ 00022733  0x000059a9 call  0x00007fe7 
+ 00022734  0x000059aa branch  0x000058cf 
+ 00022735  0x000059ad arg  0x00000003 , 0x0000000b 
+ 00022736  0x000059ae call  0x00005756 
+ 00022737  0x000059b0 call  0x0000575f 
+ 00022738  0x000059b1 branch  0x000058f0 , 0x00000034 
+ 00022739  0x000059b2 nbranch  0x000058ed , 0x00000002 
+ 00022740  0x000059b3 increase  0xfffffffe , 0x00000006 
+ 00022741  0x000059b4 call  0x00007ea5 
+ 00022742  0x000059b5 call  0x00007e9c 
+ 00022743  0x000059b6 nbranch  0x000058e1 , 0x00000028 
+ 00022744  0x000059b7 call  0x00007e85 
+ 00022745  0x000059b8 call  0x00007fe9 
+ 00022746  0x000059b9 force  0x00000014 , 0x00000011 
+ 00022747  0x000059ba call  0x00005a82 
+ 00022748  0x000059bb call  0x00007e95 
+ 00022749  0x000059bc setarg  0x00000005 
+ 00022750  0x000059bd istore  0x00000001 , 0x00000005 
+ 00022751  0x000059be setarg  0x00000001 
+ 00022752  0x000059bf istore  0x00000001 , 0x00000005 
+ 00022753  0x000059c1 call  0x00007e9f 
+ 00022754  0x000059c2 ifetch  0x00000002 , 0x00000006 
+ 00022755  0x000059c3 istore  0x00000002 , 0x00000005 
+ 00022756  0x000059c4 ifetch  0x00000001 , 0x00000006 
+ 00022757  0x000059c5 copy  0x0000003f , 0x00000039 
+ 00022758  0x000059c6 call  0x00007f01 
+ 00022759  0x000059c7 call  0x00007ea2 
+ 00022760  0x000059c8 increase  0xffffffff , 0x0000000b 
+ 00022761  0x000059c9 branch  0x000058f0 , 0x00000005 
+ 00022762  0x000059cb ifetch  0x00000001 , 0x00000006 
+ 00022763  0x000059cc iadd  0x00000006 , 0x00000006 
+ 00022764  0x000059cd branch  0x000058d1 
+ 00022765  0x000059cf ifetch  0x00000001 , 0x00000006 
+ 00022766  0x000059d0 iadd  0x00000006 , 0x00000006 
+ 00022767  0x000059d1 branch  0x000058ea 
+ 00022768  0x000059d3 branch  0x00005a76 , 0x00000028 
+ 00022769  0x000059d4 branch  0x00005aa5 
+ 00022770  0x000059d8 call  0x00005ab1 
+ 00022771  0x000059d9 ifetch  0x00000002 , 0x00000006 
+ 00022772  0x000059da store  0x00000002 , 0x00004472 
+ 00022773  0x000059db call  0x00007ea5 
+ 00022774  0x000059dc arg  0x0000445e , 0x00000005 
+ 00022775  0x000059dd fetch  0x00000002 , 0x000044fc 
+ 00022776  0x000059de increase  0xfffffff9 , 0x0000003f 
+ 00022777  0x000059df call  0x000056db 
+ 00022778  0x000059e0 branch  0x00005905 
+ 00022779  0x000059e4 disable  0x00000028 
+ 00022780  0x000059e5 fetcht  0x00000002 , 0x0000445a 
+ 00022781  0x000059e6 fetch  0x00000002 , 0x0000445c 
+ 00022782  0x000059e7 isub  0x00000002 , 0x0000003e 
+ 00022783  0x000059e8 nbranch  0x00005902 , 0x00000002 
+ 00022784  0x000059e9 deposit  0x00000002 
+ 00022785  0x000059ea rtnne  0x00000000 
+ 00022786  0x000059ec enable  0x00000028 
+ 00022787  0x000059ed jam  0x00000001 , 0x0000047a 
+ 00022788  0x000059ee branch  0x00005a77 
+ 00022789  0x000059f2 call  0x000058fb 
+ 00022790  0x000059f3 rtn  0x00000028 
+ 00022791  0x000059f4 fetcht  0x00000002 , 0x00004472 
+ 00022792  0x000059f5 setarg  0x00002800 
+ 00022793  0x000059f6 isub  0x00000002 , 0x0000003e 
+ 00022794  0x000059f7 branch  0x0000590c , 0x00000005 
+ 00022795  0x000059f8 branch  0x00005a76 
+ 00022796  0x000059fc jam  0x00000000 , 0x000004b4 
+ 00022797  0x000059fd fetcht  0x00000002 , 0x0000445a 
+ 00022798  0x000059fe storet  0x00000002 , 0x00000aa2 
+ 00022799  0x000059ff call  0x0000578c 
+ 00022800  0x00005a00 nbranch  0x00005a76 , 0x00000034 
+ 00022801  0x00005a02 fetcht  0x00000002 , 0x00000aa2 
+ 00022802  0x00005a03 call  0x0000578c 
+ 00022803  0x00005a04 nbranch  0x00005925 , 0x00000034 
+ 00022804  0x00005a05 copy  0x00000006 , 0x00000011 
+ 00022805  0x00005a06 fetch  0x00000001 , 0x000004b3 
+ 00022806  0x00005a07 copy  0x0000003f , 0x00000039 
+ 00022807  0x00005a08 fetcht  0x00000001 , 0x0000445e 
+ 00022808  0x00005a09 isub  0x00000002 , 0x0000003e 
+ 00022809  0x00005a0a nbranch  0x00005921 , 0x00000005 
+ 00022810  0x00005a0b arg  0x0000445f , 0x00000012 
+ 00022811  0x00005a0c call  0x00007f88 
+ 00022812  0x00005a0e branch  0x00005928 , 0x00000005 
+ 00022813  0x00005a10 fetch  0x00000002 , 0x000004a3 
+ 00022814  0x00005a11 fetcht  0x00000002 , 0x00004472 
+ 00022815  0x00005a12 isub  0x00000002 , 0x0000003e 
+ 00022816  0x00005a13 branch  0x00005930 , 0x00000005 
+ 00022817  0x00005a15 fetch  0x00000002 , 0x00000aa2 
+ 00022818  0x00005a16 increase  0x00000001 , 0x0000003f 
+ 00022819  0x00005a17 store  0x00000002 , 0x00000aa2 
+ 00022820  0x00005a18 branch  0x00005911 
+ 00022821  0x00005a1b fetch  0x00000001 , 0x000004b4 
+ 00022822  0x00005a1c beq  0x00000001 , 0x00005930 
+ 00022823  0x00005a1d branch  0x00005a76 
+ 00022824  0x00005a21 fetch  0x00000002 , 0x000004a3 
+ 00022825  0x00005a22 fetcht  0x00000002 , 0x00004472 
+ 00022826  0x00005a23 isub  0x00000002 , 0x0000003e 
+ 00022827  0x00005a24 nbranch  0x00005921 , 0x00000005 
+ 00022828  0x00005a25 jam  0x00000001 , 0x000004b4 
+ 00022829  0x00005a27 fetcht  0x00000002 , 0x00000aa2 
+ 00022830  0x00005a28 storet  0x00000002 , 0x0000049e 
+ 00022831  0x00005a29 branch  0x00005921 
+ 00022832  0x00005a2c fetch  0x00000001 , 0x000004b4 
+ 00022833  0x00005a2d beq  0x00000000 , 0x00005921 
+ 00022834  0x00005a2e jam  0x00000002 , 0x000004b4 
+ 00022835  0x00005a2f fetcht  0x00000002 , 0x00000aa2 
+ 00022836  0x00005a30 increase  0xffffffff , 0x00000002 
+ 00022837  0x00005a31 storet  0x00000002 , 0x000004a0 
+ 00022838  0x00005a34 arg  0x00000005 , 0x00000011 
+ 00022839  0x00005a35 call  0x00005a82 
+ 00022840  0x00005a36 setarg  0x00000007 
+ 00022841  0x00005a37 istore  0x00000001 , 0x00000005 
+ 00022842  0x00005a38 fetch  0x00000002 , 0x0000049e 
+ 00022843  0x00005a39 istore  0x00000002 , 0x00000005 
+ 00022844  0x00005a3a fetch  0x00000002 , 0x000004a0 
+ 00022845  0x00005a3b istore  0x00000002 , 0x00000005 
+ 00022846  0x00005a3c rtn 
+ 00022847  0x00005a41 call  0x00005ab1 
+ 00022848  0x00005a42 call  0x000056df 
+ 00022849  0x00005a43 branch  0x00005942 
+ 00022850  0x00005a46 fetcht  0x00000002 , 0x0000445a 
+ 00022851  0x00005a47 storet  0x00000002 , 0x00000aa2 
+ 00022852  0x00005a48 call  0x00005756 
+ 00022853  0x00005a49 call  0x0000576d 
+ 00022854  0x00005a4a increase  0xfffffffe , 0x00000006 
+ 00022855  0x00005a4b copy  0x00000006 , 0x0000003f 
+ 00022856  0x00005a4c store  0x00000002 , 0x0000049c 
+ 00022857  0x00005a4e fetcht  0x00000002 , 0x00004472 
+ 00022858  0x00005a4f setarg  0x00002a00 
+ 00022859  0x00005a50 isub  0x00000002 , 0x0000003e 
+ 00022860  0x00005a51 branch  0x000059a8 , 0x00000005 
+ 00022861  0x00005a52 setarg  0x00002803 
+ 00022862  0x00005a53 isub  0x00000002 , 0x0000003e 
+ 00022863  0x00005a54 nbranch  0x00005990 , 0x00000005 
+ 00022864  0x00005a55 arg  0x00000002 , 0x0000000b 
+ 00022865  0x00005a57 call  0x00005a88 
+ 00022866  0x00005a58 nbranch  0x0000596d , 0x00000002 
+ 00022867  0x00005a59 fetcht  0x00000002 , 0x00000aa2 
+ 00022868  0x00005a5a call  0x0000578a 
+ 00022869  0x00005a5b beq  0x00000001 , 0x0000596d 
+ 00022870  0x00005a5c call  0x00005a94 
+ 00022871  0x00005a5d nbranch  0x0000596b , 0x00000005 
+ 00022872  0x00005a5e nbranch  0x0000596f , 0x00000028 
+ 00022873  0x00005a5f disable  0x00000028 
+ 00022874  0x00005a60 arg  0x00000014 , 0x00000011 
+ 00022875  0x00005a61 call  0x00005a82 
+ 00022876  0x00005a62 setarg  0x00000009 
+ 00022877  0x00005a63 istore  0x00000001 , 0x00000005 
+ 00022878  0x00005a64 copy  0x00000005 , 0x00000030 
+ 00022879  0x00005a65 increase  0x00000001 , 0x00000005 
+ 00022880  0x00005a67 call  0x0000597d 
+ 00022881  0x00005a68 call  0x00005a84 
+ 00022882  0x00005a69 call  0x0000578a 
+ 00022883  0x00005a6a call  0x00005984 
+ 00022884  0x00005a6b fetch  0x00000001 , 0x000004a2 
+ 00022885  0x00005a6c increase  0x00000005 , 0x0000003f 
+ 00022886  0x00005a6d istore  0x00000001 , 0x00000030 
+ 00022887  0x00005a6e fetch  0x00000001 , 0x000004a2 
+ 00022888  0x00005a6f beq  0x00000010 , 0x0000596d 
+ 00022889  0x00005a70 increase  0xffffffff , 0x0000000b 
+ 00022890  0x00005a71 branch  0x0000596d , 0x00000005 
+ 00022891  0x00005a73 call  0x00005a84 
+ 00022892  0x00005a74 branch  0x00005951 
+ 00022893  0x00005a76 branch  0x00005a76 , 0x00000028 
+ 00022894  0x00005a77 branch  0x00005aa5 
+ 00022895  0x00005a7a call  0x00005a97 
+ 00022896  0x00005a7b call  0x00005a84 
+ 00022897  0x00005a7c call  0x0000578a 
+ 00022898  0x00005a7d fetch  0x00000001 , 0x000004a2 
+ 00022899  0x00005a7e beq  0x00000010 , 0x0000596d 
+ 00022900  0x00005a80 call  0x00007e9c 
+ 00022901  0x00005a81 fetch  0x00000002 , 0x00000aa2 
+ 00022902  0x00005a82 increase  0xffffffff , 0x0000003f 
+ 00022903  0x00005a83 istore  0x00000002 , 0x00000005 
+ 00022904  0x00005a84 call  0x00005aa1 
+ 00022905  0x00005a85 call  0x00005984 
+ 00022906  0x00005a86 increase  0xffffffff , 0x0000000b 
+ 00022907  0x00005a87 branch  0x0000596d , 0x00000005 
+ 00022908  0x00005a88 branch  0x0000596b 
+ 00022909  0x00005a8c fetch  0x00000002 , 0x00000aa2 
+ 00022910  0x00005a8d istore  0x00000002 , 0x00000005 
+ 00022911  0x00005a8f fetch  0x00000001 , 0x000004b3 
+ 00022912  0x00005a90 copy  0x0000003f , 0x00000039 
+ 00022913  0x00005a91 call  0x00007e9f 
+ 00022914  0x00005a92 call  0x00007ef4 
+ 00022915  0x00005a93 branch  0x00007ea2 
+ 00022916  0x00005a95 call  0x00007e9c 
+ 00022917  0x00005a96 fetch  0x00000002 , 0x00000aa2 
+ 00022918  0x00005a97 istore  0x00000002 , 0x00000005 
+ 00022919  0x00005a98 call  0x00007ea2 
+ 00022920  0x00005a99 fetch  0x00000001 , 0x000004a2 
+ 00022921  0x00005a9a copy  0x0000003f , 0x00000039 
+ 00022922  0x00005a9b call  0x00007e9c 
+ 00022923  0x00005a9c call  0x00007e9f 
+ 00022924  0x00005a9d isub  0x00000039 , 0x00000006 
+ 00022925  0x00005a9e increase  0xffffffff , 0x00000006 
+ 00022926  0x00005a9f call  0x00007ef4 
+ 00022927  0x00005aa0 branch  0x00007ea2 
+ 00022928  0x00005aa5 fetcht  0x00000002 , 0x0000445a 
+ 00022929  0x00005aa6 storet  0x00000002 , 0x00000aa2 
+ 00022930  0x00005aa8 call  0x00005a88 
+ 00022931  0x00005aa9 nbranch  0x00005a76 , 0x00000002 
+ 00022932  0x00005aaa call  0x0000578a 
+ 00022933  0x00005aab beq  0x00000001 , 0x00005a76 
+ 00022934  0x00005aac call  0x00005a94 
+ 00022935  0x00005aad nbranch  0x000059a6 , 0x00000005 
+ 00022936  0x00005ab0 arg  0x00000014 , 0x00000011 
+ 00022937  0x00005ab1 call  0x00005a82 
+ 00022938  0x00005ab2 setarg  0x00000009 
+ 00022939  0x00005ab3 istore  0x00000001 , 0x00000005 
+ 00022940  0x00005ab4 fetch  0x00000001 , 0x000004b3 
+ 00022941  0x00005ab5 copy  0x0000003f , 0x00000039 
+ 00022942  0x00005ab6 increase  0x00000002 , 0x0000003f 
+ 00022943  0x00005ab7 istore  0x00000001 , 0x00000005 
+ 00022944  0x00005ab8 fetch  0x00000002 , 0x00000aa2 
+ 00022945  0x00005ab9 istore  0x00000002 , 0x00000005 
+ 00022946  0x00005aba call  0x00007e9f 
+ 00022947  0x00005abb call  0x00007ef4 
+ 00022948  0x00005abc call  0x00007ea2 
+ 00022949  0x00005abd branch  0x00005aa5 
+ 00022950  0x00005ac0 call  0x00005a84 
+ 00022951  0x00005ac1 branch  0x00005992 
+ 00022952  0x00005ac5 arg  0x00002a00 , 0x00000002 
+ 00022953  0x00005ac6 call  0x0000577c 
+ 00022954  0x00005ac7 rtn  0x00000034 
+ 00022955  0x00005ac8 increase  0xfffffffb , 0x00000006 
+ 00022956  0x00005ac9 ifetch  0x00000002 , 0x00000006 
+ 00022957  0x00005aca store  0x00000002 , 0x00000aa2 
+ 00022958  0x00005acb arg  0x00000014 , 0x00000011 
+ 00022959  0x00005acc call  0x00005a82 
+ 00022960  0x00005acd setarg  0x00000009 
+ 00022961  0x00005ace istore  0x00000001 , 0x00000005 
+ 00022962  0x00005acf fetch  0x00000001 , 0x000043af 
+ 00022963  0x00005ad0 copy  0x0000003f , 0x00000039 
+ 00022964  0x00005ad1 increase  0x00000002 , 0x0000003f 
+ 00022965  0x00005ad2 istore  0x00000001 , 0x00000005 
+ 00022966  0x00005ad3 fetch  0x00000002 , 0x00000aa2 
+ 00022967  0x00005ad4 istore  0x00000002 , 0x00000005 
+ 00022968  0x00005ad5 arg  0x000043b0 , 0x00000006 
+ 00022969  0x00005ad6 call  0x00007ef4 
+ 00022970  0x00005ad7 call  0x00007ea2 
+ 00022971  0x00005ad8 branch  0x00005aa5 
+ 00022972  0x00005add fetcht  0x00000002 , 0x00000478 
+ 00022973  0x00005ade fetch  0x00000001 , 0x000044e9 
+ 00022974  0x00005adf bbit1  0x00000003 , 0x000059dd 
+ 00022975  0x00005ae2 call  0x0000576a 
+ 00022976  0x00005ae3 branch  0x00005a76 , 0x00000034 
+ 00022977  0x00005ae4 increase  0xfffffffe , 0x00000006 
+ 00022978  0x00005ae5 ifetch  0x00000002 , 0x00000006 
+ 00022979  0x00005ae6 arg  0x00002a00 , 0x00000002 
+ 00022980  0x00005ae7 isub  0x00000002 , 0x0000003e 
+ 00022981  0x00005ae8 branch  0x000059d3 , 0x00000005 
+ 00022982  0x00005ae9 ifetch  0x00000001 , 0x00000006 
+ 00022983  0x00005aea sub  0x0000003f , 0x00000016 , 0x0000003e 
+ 00022984  0x00005aeb branch  0x000059ca , 0x00000002 
+ 00022985  0x00005aec force  0x00000016 , 0x0000003f 
+ 00022986  0x00005aee copy  0x0000003f , 0x00000013 
+ 00022987  0x00005aef call  0x00007ea5 
+ 00022988  0x00005af0 add  0x00000013 , 0x00000001 , 0x00000011 
+ 00022989  0x00005af1 call  0x00005a82 
+ 00022990  0x00005af2 setarg  0x0000000b 
+ 00022991  0x00005af3 istore  0x00000001 , 0x00000005 
+ 00022992  0x00005af4 copy  0x00000013 , 0x00000039 
+ 00022993  0x00005af5 call  0x00007e9f 
+ 00022994  0x00005af6 branch  0x00007f01 
+ 00022995  0x00005af9 call  0x00007ea5 
+ 00022996  0x00005afa fetch  0x00000001 , 0x000043af 
+ 00022997  0x00005afb add  0x0000003f , 0x00000001 , 0x00000011 
+ 00022998  0x00005afc call  0x00005a82 
+ 00022999  0x00005afd setarg  0x0000000b 
+ 00023000  0x00005afe istore  0x00000001 , 0x00000005 
+ 00023001  0x00005aff fetch  0x00000001 , 0x000043af 
+ 00023002  0x00005b00 copy  0x0000003f , 0x00000039 
+ 00023003  0x00005b01 arg  0x000043b0 , 0x00000006 
+ 00023004  0x00005b02 branch  0x00007f01 
+ 00023005  0x00005b06 fetch  0x00000002 , 0x000044fa 
+ 00023006  0x00005b07 isub  0x00000002 , 0x0000003e 
+ 00023007  0x00005b08 nbranch  0x000059bf , 0x00000005 
+ 00023008  0x00005b0a call  0x00005a42 
+ 00023009  0x00005b0b nbranch  0x000059bf , 0x00000028 
+ 00023010  0x00005b0c jam  0x00000005 , 0x0000047a 
+ 00023011  0x00005b0d branch  0x00005a77 
+ 00023012  0x00005b11 ifetch  0x00000002 , 0x00000006 
+ 00023013  0x00005b12 store  0x00000002 , 0x0000445e 
+ 00023014  0x00005b14 arg  0x00000014 , 0x00000011 
+ 00023015  0x00005b15 call  0x00005a82 
+ 00023016  0x00005b16 setarg  0x0000000d 
+ 00023017  0x00005b17 istore  0x00000001 , 0x00000005 
+ 00023018  0x00005b18 fetch  0x00000002 , 0x0000445e 
+ 00023019  0x00005b19 iforce  0x00000011 
+ 00023020  0x00005b1a fetcht  0x00000002 , 0x00000478 
+ 00023021  0x00005b1b call  0x0000576a 
+ 00023022  0x00005b1c branch  0x00005a76 , 0x00000034 
+ 00023023  0x00005b1d ifetch  0x00000001 , 0x00000006 
+ 00023024  0x00005b1e isub  0x00000011 , 0x00000039 
+ 00023025  0x00005b1f nbranch  0x00005a76 , 0x00000002 
+ 00023026  0x00005b20 sub  0x00000039 , 0x00000016 , 0x0000003e 
+ 00023027  0x00005b21 branch  0x000059f5 , 0x00000002 
+ 00023028  0x00005b22 force  0x00000016 , 0x00000039 
+ 00023029  0x00005b24 deposit  0x00000011 
+ 00023030  0x00005b25 iadd  0x00000006 , 0x00000006 
+ 00023031  0x00005b26 call  0x00007ef4 
+ 00023032  0x00005b27 call  0x00007ea2 
+ 00023033  0x00005b28 branch  0x00005aa5 
+ 00023034  0x00005b2c call  0x00005ab1 
+ 00023035  0x00005b2d call  0x000056d7 
+ 00023036  0x00005b2e branch  0x000059fd 
+ 00023037  0x00005b34 arg  0x00000002 , 0x0000000b 
+ 00023038  0x00005b35 fetcht  0x00000002 , 0x0000445a 
+ 00023039  0x00005b39 storet  0x00000002 , 0x00000aa2 
+ 00023040  0x00005b3a call  0x00005756 
+ 00023041  0x00005b3b call  0x0000576d 
+ 00023042  0x00005b3c increase  0xfffffffe , 0x00000006 
+ 00023043  0x00005b3d copy  0x00000006 , 0x0000003f 
+ 00023044  0x00005b3e store  0x00000002 , 0x0000049c 
+ 00023045  0x00005b40 call  0x00005a88 
+ 00023046  0x00005b41 nbranch  0x00005a25 , 0x00000002 
+ 00023047  0x00005b42 fetcht  0x00000002 , 0x00000aa2 
+ 00023048  0x00005b43 call  0x0000578a 
+ 00023049  0x00005b44 beq  0x00000001 , 0x00005a28 
+ 00023050  0x00005b46 call  0x00005a8c 
+ 00023051  0x00005b47 nbranch  0x00005a23 , 0x00000005 
+ 00023052  0x00005b48 copy  0x0000000b , 0x0000003f 
+ 00023053  0x00005b49 beq  0x00000000 , 0x00005a28 
+ 00023054  0x00005b4a nbranch  0x00005a19 , 0x00000028 
+ 00023055  0x00005b4b disable  0x00000028 
+ 00023056  0x00005b4d arg  0x00000014 , 0x00000011 
+ 00023057  0x00005b4e call  0x00005a82 
+ 00023058  0x00005b4f setarg  0x00000011 
+ 00023059  0x00005b50 istore  0x00000001 , 0x00000005 
+ 00023060  0x00005b51 fetch  0x00000001 , 0x000004b3 
+ 00023061  0x00005b52 increase  0x00000004 , 0x0000003f 
+ 00023062  0x00005b53 istore  0x00000001 , 0x00000005 
+ 00023063  0x00005b54 call  0x00007ea2 
+ 00023064  0x00005b55 branch  0x00005a1f 
+ 00023065  0x00005b57 fetch  0x00000001 , 0x000004b3 
+ 00023066  0x00005b58 beq  0x00000010 , 0x00005a28 
+ 00023067  0x00005b59 fetch  0x00000002 , 0x00000aa2 
+ 00023068  0x00005b5a increase  0xffffffff , 0x0000003f 
+ 00023069  0x00005b5b store  0x00000002 , 0x000004a0 
+ 00023070  0x00005b5c call  0x00005a9c 
+ 00023071  0x00005b5e fetch  0x00000002 , 0x00000aa2 
+ 00023072  0x00005b5f store  0x00000002 , 0x0000049e 
+ 00023073  0x00005b60 call  0x00005a97 
+ 00023074  0x00005b61 increase  0xffffffff , 0x0000000b 
+ 00023075  0x00005b64 call  0x00005a84 
+ 00023076  0x00005b65 branch  0x00005a05 
+ 00023077  0x00005b68 fetch  0x00000002 , 0x00000aa2 
+ 00023078  0x00005b69 store  0x00000002 , 0x000004a0 
+ 00023079  0x00005b6a branch  0x00005a2c 
+ 00023080  0x00005b6c fetch  0x00000002 , 0x00000aa2 
+ 00023081  0x00005b6d increase  0xffffffff , 0x0000003f 
+ 00023082  0x00005b6e store  0x00000002 , 0x000004a0 
+ 00023083  0x00005b6f branch  0x00005a2c 
+ 00023084  0x00005b71 branch  0x00005a76 , 0x00000028 
+ 00023085  0x00005b72 call  0x00005a9c 
+ 00023086  0x00005b73 branch  0x00005aa5 
+ 00023087  0x00005b79 copy  0x00000006 , 0x00000011 
+ 00023088  0x00005b7a fetch  0x00000002 , 0x000044fc 
+ 00023089  0x00005b7b add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00023090  0x00005b7c call  0x000056e2 
+ 00023091  0x00005b7e fetch  0x00000001 , 0x000044e9 
+ 00023092  0x00005b7f bbit0  0x00000004 , 0x00005a3d 
+ 00023093  0x00005b81 fetcht  0x00000002 , 0x00000478 
+ 00023094  0x00005b82 fetch  0x00000002 , 0x000044fa 
+ 00023095  0x00005b83 isub  0x00000002 , 0x0000003e 
+ 00023096  0x00005b84 nbranch  0x00005a3d , 0x00000005 
+ 00023097  0x00005b85 call  0x00005a42 
+ 00023098  0x00005b86 nbranch  0x00005a3d , 0x00000028 
+ 00023099  0x00005b87 jam  0x00000005 , 0x0000047a 
+ 00023100  0x00005b88 branch  0x00005a77 
+ 00023101  0x00005b8b force  0x00000001 , 0x00000011 
+ 00023102  0x00005b8c call  0x00005a82 
+ 00023103  0x00005b8d setarg  0x00000013 
+ 00023104  0x00005b8e istore  0x00000001 , 0x00000005 
+ 00023105  0x00005b8f rtn 
+ 00023106  0x00005b92 call  0x00007fe9 
+ 00023107  0x00005b93 fetch  0x00000001 , 0x000044c6 
+ 00023108  0x00005b94 rtneq  0x00000000 
+ 00023109  0x00005b95 fetch  0x00000001 , 0x00004040 
+ 00023110  0x00005b96 rtnbit1  0x00000004 
+ 00023111  0x00005b97 branch  0x00007fe7 
+ 00023112  0x00005b9b add  0x00000006 , 0x00000002 , 0x00000011 
+ 00023113  0x00005b9c fetch  0x00000002 , 0x000044fc 
+ 00023114  0x00005b9d add  0x0000003f , 0xfffffffb , 0x00000012 
+ 00023115  0x00005b9e call  0x000056e2 
+ 00023116  0x00005b9f branch  0x00005a4d 
+ 00023117  0x00005ba3 fetch  0x00000002 , 0x000044fc 
+ 00023118  0x00005ba4 copy  0x0000003f , 0x00000011 
+ 00023119  0x00005ba5 call  0x00005a82 
+ 00023120  0x00005ba6 setarg  0x00000017 
+ 00023121  0x00005ba7 istore  0x00000001 , 0x00000005 
+ 00023122  0x00005ba8 fetch  0x00000002 , 0x00000478 
+ 00023123  0x00005ba9 istore  0x00000002 , 0x00000005 
+ 00023124  0x00005baa fetch  0x00000002 , 0x000044fc 
+ 00023125  0x00005bab add  0x0000003f , 0xfffffffb , 0x00000039 
+ 00023126  0x00005bac fetch  0x00000002 , 0x0000450d 
+ 00023127  0x00005bad add  0x0000003f , 0x00000007 , 0x00000006 
+ 00023128  0x00005bae ifetch  0x00000002 , 0x00000006 
+ 00023129  0x00005baf istore  0x00000002 , 0x00000005 
+ 00023130  0x00005bb0 branch  0x00007ef4 
+ 00023131  0x00005bb7 force  0x00000001 , 0x00000011 
+ 00023132  0x00005bb8 call  0x00005a82 
+ 00023133  0x00005bb9 setarg  0x00000019 
+ 00023134  0x00005bba istore  0x00000001 , 0x00000005 
+ 00023135  0x00005bbb rtn 
+ 00023136  0x00005bc0 copy  0x00000006 , 0x00000011 
+ 00023137  0x00005bc1 fetch  0x00000002 , 0x000044fc 
+ 00023138  0x00005bc2 add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00023139  0x00005bc3 branch  0x000056e2 
+ 00023140  0x00005bc9 copy  0x00000002 , 0x00000013 
+ 00023141  0x00005bca increase  0x00000003 , 0x00000011 
+ 00023142  0x00005bcb call  0x00005a82 
+ 00023143  0x00005bcc increase  0xfffffffd , 0x00000011 
+ 00023144  0x00005bcd setarg  0x0000001b 
+ 00023145  0x00005bce istore  0x00000001 , 0x00000005 
+ 00023146  0x00005bcf copy  0x00000013 , 0x00000002 
+ 00023147  0x00005bd0 istoret  0x00000002 , 0x00000005 
+ 00023148  0x00005bd1 rtn 
+ 00023149  0x00005bd5 copy  0x00000002 , 0x00000013 
+ 00023150  0x00005bd6 increase  0x00000003 , 0x00000011 
+ 00023151  0x00005bd7 call  0x00005a82 
+ 00023152  0x00005bd8 increase  0xfffffffd , 0x00000011 
+ 00023153  0x00005bd9 setarg  0x0000001d 
+ 00023154  0x00005bda istore  0x00000001 , 0x00000005 
+ 00023155  0x00005bdb copy  0x00000013 , 0x00000002 
+ 00023156  0x00005bdc istoret  0x00000002 , 0x00000005 
+ 00023157  0x00005bdd rtn 
+ 00023158  0x00005be3 jam  0x0000000a , 0x0000047a 
+ 00023159  0x00005be5 force  0x00000005 , 0x00000011 
+ 00023160  0x00005be6 call  0x00005a82 
+ 00023161  0x00005be7 setarg  0x00000001 
+ 00023162  0x00005be8 istore  0x00000001 , 0x00000005 
+ 00023163  0x00005be9 fetch  0x00000001 , 0x00000477 
+ 00023164  0x00005bea istore  0x00000001 , 0x00000005 
+ 00023165  0x00005beb fetch  0x00000002 , 0x00000478 
+ 00023166  0x00005bec istore  0x00000002 , 0x00000005 
+ 00023167  0x00005bed fetch  0x00000001 , 0x0000047a 
+ 00023168  0x00005bee istore  0x00000001 , 0x00000005 
+ 00023169  0x00005bef rtn 
+ 00023170  0x00005bf3 force  0x00000004 , 0x00000012 
+ 00023171  0x00005bf4 branch  0x00005847 
+ 00023172  0x00005bf8 fetcht  0x00000002 , 0x00000aa2 
+ 00023173  0x00005bf9 increase  0x00000001 , 0x00000002 
+ 00023174  0x00005bfa storet  0x00000002 , 0x00000aa2 
+ 00023175  0x00005bfb rtn 
+ 00023176  0x00005bfe fetcht  0x00000002 , 0x00000aa2 
+ 00023177  0x00005bff fetch  0x00000002 , 0x0000445c 
+ 00023178  0x00005c00 isub  0x00000002 , 0x0000003e 
+ 00023179  0x00005c01 rtn 
+ 00023180  0x00005c05 fetcht  0x00000001 , 0x0000445e 
+ 00023181  0x00005c06 arg  0x0000445f , 0x00000011 
+ 00023182  0x00005c08 fetch  0x00000001 , 0x000004a2 
+ 00023183  0x00005c09 copy  0x0000003f , 0x00000039 
+ 00023184  0x00005c0a isub  0x00000002 , 0x0000003e 
+ 00023185  0x00005c0b nrtn  0x00000005 
+ 00023186  0x00005c0c arg  0x000004a3 , 0x00000012 
+ 00023187  0x00005c0d branch  0x00007f88 
+ 00023188  0x00005c10 fetcht  0x00000001 , 0x00004471 
+ 00023189  0x00005c11 arg  0x00004472 , 0x00000011 
+ 00023190  0x00005c12 branch  0x00005a8e 
+ 00023191  0x00005c16 fetch  0x00000001 , 0x000004b3 
+ 00023192  0x00005c17 store  0x00000001 , 0x00000101 
+ 00023193  0x00005c18 copy  0x0000003f , 0x00000039 
+ 00023194  0x00005c19 call  0x00007e9f 
+ 00023195  0x00005c1a branch  0x00007ef4 
+ 00023196  0x00005c1e call  0x00007e9c 
+ 00023197  0x00005c1f fetch  0x00000002 , 0x0000049e 
+ 00023198  0x00005c20 istore  0x00000002 , 0x00000005 
+ 00023199  0x00005c21 fetch  0x00000002 , 0x000004a0 
+ 00023200  0x00005c22 istore  0x00000002 , 0x00000005 
+ 00023201  0x00005c24 fetch  0x00000001 , 0x00000101 
+ 00023202  0x00005c25 copy  0x0000003f , 0x00000039 
+ 00023203  0x00005c26 call  0x00007ef4 
+ 00023204  0x00005c27 branch  0x00007ea2 
+ 00023205  0x00005c2c call  0x00007e9c 
+ 00023206  0x00005c2d call  0x0000588a 
+ 00023207  0x00005c2e copy  0x00000005 , 0x0000003f 
+ 00023208  0x00005c2f isub  0x00000006 , 0x00000011 
+ 00023209  0x00005c30 call  0x0000588d 
+ 00023210  0x00005c31 copy  0x00000011 , 0x0000003f 
+ 00023211  0x00005c32 istore  0x00000002 , 0x00000006 
+ 00023212  0x00005c33 increase  0x00000004 , 0x00000011 
+ 00023213  0x00005c34 call  0x00005879 
+ 00023214  0x00005c35 copy  0x00000011 , 0x0000003f 
+ 00023215  0x00005c36 istore  0x00000001 , 0x00000006 
+ 00023216  0x00005c37 rtn 
+ 00023217  0x00005c3b rshift8  0x0000003f , 0x0000003f 
+ 00023218  0x00005c3c store  0x00000002 , 0x0000445a 
+ 00023219  0x00005c3d ifetch  0x00000002 , 0x00000006 
+ 00023220  0x00005c3e store  0x00000002 , 0x0000445c 
+ 00023221  0x00005c3f rtn 
+ 00023222  0x00005c45 ifetch  0x00000001 , 0x00000006 
+ 00023223  0x00005c46 ifetcht  0x00000001 , 0x00000006 
+ 00023224  0x00005c47 ifetcht  0x00000002 , 0x00000006 
+ 00023225  0x00005c48 beq  0x00000013 , 0x00005abb 
+ 00023226  0x00005c49 rtn 
+ 00023227  0x00005c4b ifetch  0x00000002 , 0x00000006 
+ 00023228  0x00005c4c store  0x00000002 , 0x00004509 
+ 00023229  0x00005c4d jam  0x00000040 , 0x00000a99 
+ 00023230  0x00005c4e branch  0x00007d86 
+ 00023231  0x00005c55 arg  0x0000000c , 0x00000011 
+ 00023232  0x00005c56 arg  0x00000012 , 0x00000013 
+ 00023233  0x00005c57 call  0x00005ac7 
+ 00023234  0x00005c58 setarg  0x00000008 
+ 00023235  0x00005c59 istore  0x00000002 , 0x00000005 
+ 00023236  0x00005c5a fetch  0x00000008 , 0x00004496 
+ 00023237  0x00005c5b istore  0x00000008 , 0x00000005 
+ 00023238  0x00005c5c rtn 
+ 00023239  0x00005c61 call  0x00005acf 
+ 00023240  0x00005c62 arg  0x00000005 , 0x00000012 
+ 00023241  0x00005c63 call  0x00005847 
+ 00023242  0x00005c64 copy  0x00000013 , 0x0000003f 
+ 00023243  0x00005c65 istore  0x00000001 , 0x00000005 
+ 00023244  0x00005c66 fetch  0x00000001 , 0x00004508 
+ 00023245  0x00005c67 istore  0x00000001 , 0x00000005 
+ 00023246  0x00005c68 rtn 
+ 00023247  0x00005c6c fetch  0x00000001 , 0x00004508 
+ 00023248  0x00005c6e pincrease  0x00000001 
+ 00023249  0x00005c6f store  0x00000001 , 0x00004508 
+ 00023250  0x00005c70 rtnne  0x00000000 
+ 00023251  0x00005c73 jam  0x00000001 , 0x00004508 
+ 00023252  0x00005c74 rtn 
+ 00023253  0x00005c7a fetch  0x00000001 , 0x000044c6 
+ 00023254  0x00005c7b beq  0x00000000 , 0x00005ae4 
+ 00023255  0x00005c7c beq  0x00000001 , 0x00005ae7 
+ 00023256  0x00005c7d beq  0x00000002 , 0x00005ae9 
+ 00023257  0x00005c7e beq  0x00000081 , 0x00005add 
+ 00023258  0x00005c7f beq  0x00000082 , 0x00005adf 
+ 00023259  0x00005c80 beq  0x00000083 , 0x00005ae2 
+ 00023260  0x00005c81 rtn 
+ 00023261  0x00005c84 jam  0x0000000d , 0x00004456 
+ 00023262  0x00005c85 branch  0x00005ae5 
+ 00023263  0x00005c87 jam  0x0000000d , 0x00004456 
+ 00023264  0x00005c88 jam  0x00000001 , 0x00004454 
+ 00023265  0x00005c89 rtn 
+ 00023266  0x00005c8b jam  0x0000000d , 0x00004456 
+ 00023267  0x00005c8c branch  0x00005aea 
+ 00023268  0x00005c8e jam  0x00000000 , 0x00004456 
+ 00023269  0x00005c90 jam  0x00000003 , 0x00004454 
+ 00023270  0x00005c91 rtn 
+ 00023271  0x00005c93 jam  0x00000005 , 0x00004456 
+ 00023272  0x00005c94 branch  0x00005ae5 
+ 00023273  0x00005c96 jam  0x00000005 , 0x00004456 
+ 00023274  0x00005c98 jam  0x00000000 , 0x00004454 
+ 00023275  0x00005c99 rtn 
+ 00023276  0x00005c9d fetch  0x00000001 , 0x00004456 
+ 00023277  0x00005c9e set1  0x00000003 , 0x0000003f 
+ 00023278  0x00005c9f store  0x00000001 , 0x00004456 
+ 00023279  0x00005ca0 rtn 
+ 00023280  0x00005ca2 fetch  0x00000001 , 0x00004456 
+ 00023281  0x00005ca3 set0  0x00000003 , 0x0000003f 
+ 00023282  0x00005ca4 store  0x00000001 , 0x00004456 
+ 00023283  0x00005ca5 rtn 
+ 00023284  0x00005ca8 ifetch  0x00000001 , 0x00000006 
+ 00023285  0x00005ca9 beq  0x00000001 , 0x00005b09 
+ 00023286  0x00005cab beq  0x00000003 , 0x00005b30 
+ 00023287  0x00005cac beq  0x00000004 , 0x00005b4d 
+ 00023288  0x00005cad beq  0x00000005 , 0x00005b5a 
+ 00023289  0x00005cae beq  0x00000006 , 0x00005b80 
+ 00023290  0x00005caf beq  0x00000007 , 0x00005bc4 
+ 00023291  0x00005cb0 beq  0x00000008 , 0x00005baf 
+ 00023292  0x00005cb1 beq  0x00000009 , 0x00005bc0 
+ 00023293  0x00005cb2 beq  0x0000000a , 0x00005bc4 
+ 00023294  0x00005cb3 beq  0x0000000b , 0x00005bc4 
+ 00023295  0x00005cb4 beq  0x0000000c , 0x00005bc5 
+ 00023296  0x00005cb5 beq  0x0000000d , 0x00005bca 
+ 00023297  0x00005cb6 rtn 
+ 00023298  0x00005cbb force  0x00000002 , 0x00000011 
+ 00023299  0x00005cbc call  0x00005c62 
+ 00023300  0x00005cbd setarg  0x0000000b 
+ 00023301  0x00005cbe istore  0x00000001 , 0x00000005 
+ 00023302  0x00005cbf fetch  0x00000001 , 0x00004456 
+ 00023303  0x00005cc0 istore  0x00000001 , 0x00000005 
+ 00023304  0x00005cc1 rtn 
+ 00023305  0x00005cc4 store  0x00000001 , 0x0000444c 
+ 00023306  0x00005cc5 ifetch  0x00000006 , 0x00000006 
+ 00023307  0x00005cc6 istore  0x00000006 , 0x00000005 
+ 00023308  0x00005cc7 fetch  0x00000001 , 0x000044c6 
+ 00023309  0x00005cc8 beq  0x00000000 , 0x00005b5f 
+ 00023310  0x00005cc9 call  0x00005b2b 
+ 00023311  0x00005cca call  0x00005b26 
+ 00023312  0x00005ccb jam  0x00000003 , 0x000044c4 
+ 00023313  0x00005ccc fetch  0x00000001 , 0x0000444d 
+ 00023314  0x00005ccd beq  0x00000000 , 0x00005b18 
+ 00023315  0x00005cce beq  0x00000001 , 0x00005b18 
+ 00023316  0x00005ccf beq  0x00000003 , 0x00005b18 
+ 00023317  0x00005cd0 fetch  0x00000001 , 0x000044c6 
+ 00023318  0x00005cd1 beq  0x00000002 , 0x00005b1b 
+ 00023319  0x00005cd2 rtneq  0x00000083 
+ 00023320  0x00005cd4 arg  0x00000000 , 0x0000003f 
+ 00023321  0x00005cd5 store  0x00000004 , 0x000044c7 
+ 00023322  0x00005cd6 rtn 
+ 00023323  0x00005cd9 fetch  0x00000001 , 0x000044e9 
+ 00023324  0x00005cda bbit1  0x00000000 , 0x00005b24 
+ 00023325  0x00005cdc arg  0x000044c7 , 0x00000011 
+ 00023326  0x00005cdd copy  0x00000011 , 0x00000005 
+ 00023327  0x00005cde arg  0x00000003 , 0x00000039 
+ 00023328  0x00005cdf call  0x0000630d 
+ 00023329  0x00005ce0 fetch  0x00000002 , 0x000044c9 
+ 00023330  0x00005ce1 and_into  0x00000007 , 0x0000003f 
+ 00023331  0x00005ce2 store  0x00000002 , 0x000044c9 
+ 00023332  0x00005ce4 jam  0x00000034 , 0x00000a99 
+ 00023333  0x00005ce5 branch  0x00007d86 
+ 00023334  0x00005ce8 fetch  0x00000001 , 0x0000444f 
+ 00023335  0x00005ce9 rtnbit1  0x00000003 
+ 00023336  0x00005cea fetch  0x00000001 , 0x000044c6 
+ 00023337  0x00005ceb rtnbit0  0x00000007 
+ 00023338  0x00005cec branch  0x00003402 
+ 00023339  0x00005cef force  0x00000007 , 0x00000011 
+ 00023340  0x00005cf0 call  0x00005c62 
+ 00023341  0x00005cf1 fetch  0x00000007 , 0x00004453 
+ 00023342  0x00005cf2 istore  0x00000007 , 0x00000005 
+ 00023343  0x00005cf3 rtn 
+ 00023344  0x00005cf7 copy  0x00000006 , 0x00000011 
+ 00023345  0x00005cf8 fetch  0x00000001 , 0x000044c6 
+ 00023346  0x00005cf9 beq  0x00000083 , 0x00005b37 
+ 00023347  0x00005cfa copy  0x00000011 , 0x00000006 
+ 00023348  0x00005cfb arg  0x0000442a , 0x00000005 
+ 00023349  0x00005cfc call  0x00007ebf 
+ 00023350  0x00005cfd branch  0x00005b3d 
+ 00023351  0x00005cff copy  0x00000011 , 0x00000006 
+ 00023352  0x00005d00 arg  0x0000442a , 0x00000005 
+ 00023353  0x00005d01 call  0x00007ebf 
+ 00023354  0x00005d02 jam  0x00000002 , 0x000044bf 
+ 00023355  0x00005d03 jam  0x00000008 , 0x000044c1 
+ 00023356  0x00005d04 rtn 
+ 00023357  0x00005d08 fetch  0x00000001 , 0x000044c6 
+ 00023358  0x00005d09 bbit1  0x00000007 , 0x00005b45 
+ 00023359  0x00005d0a call  0x0000739c 
+ 00023360  0x00005d0b force  0x00000011 , 0x00000011 
+ 00023361  0x00005d0c call  0x00005c62 
+ 00023362  0x00005d0d setarg  0x00000003 
+ 00023363  0x00005d0e istore  0x00000001 , 0x00000005 
+ 00023364  0x00005d0f branch  0x00007497 
+ 00023365  0x00005d13 arg  0x0000443a , 0x00000005 
+ 00023366  0x00005d14 call  0x0000630c 
+ 00023367  0x00005d15 call  0x000071c5 
+ 00023368  0x00005d16 force  0x00000011 , 0x00000011 
+ 00023369  0x00005d17 call  0x00005c62 
+ 00023370  0x00005d18 setarg  0x00000003 
+ 00023371  0x00005d19 istore  0x00000001 , 0x00000005 
+ 00023372  0x00005d1a branch  0x00007201 
+ 00023373  0x00005d1f copy  0x00000006 , 0x00000011 
+ 00023374  0x00005d20 fetch  0x00000001 , 0x000044c6 
+ 00023375  0x00005d21 bbit1  0x00000007 , 0x00005b61 
+ 00023376  0x00005d22 copy  0x00000011 , 0x00000006 
+ 00023377  0x00005d23 call  0x00007394 
+ 00023378  0x00005d24 branch  0x00005b75 , 0x00000005 
+ 00023379  0x00005d26 jam  0x00000004 , 0x0000047b 
+ 00023380  0x00005d28 force  0x00000002 , 0x00000011 
+ 00023381  0x00005d29 call  0x00005c62 
+ 00023382  0x00005d2a setarg  0x00000005 
+ 00023383  0x00005d2b istore  0x00000001 , 0x00000005 
+ 00023384  0x00005d2c fetch  0x00000001 , 0x0000047b 
+ 00023385  0x00005d2d istore  0x00000001 , 0x00000005 
+ 00023386  0x00005d2f force  0x0000000a , 0x00000007 
+ 00023387  0x00005d30 call  0x00007f07 
+ 00023388  0x00005d31 jam  0x00000000 , 0x000044c4 
+ 00023389  0x00005d32 jam  0x00000030 , 0x00000a99 
+ 00023390  0x00005d33 branch  0x00007d86 
+ 00023391  0x00005d36 jam  0x00000005 , 0x0000047b 
+ 00023392  0x00005d37 branch  0x00005b54 
+ 00023393  0x00005d3b arg  0x0000042f , 0x00000005 
+ 00023394  0x00005d3c copy  0x00000011 , 0x00000006 
+ 00023395  0x00005d3d call  0x00007ebf 
+ 00023396  0x00005d3e fetch  0x00000001 , 0x000044c6 
+ 00023397  0x00005d3f beq  0x00000083 , 0x00005b6c 
+ 00023398  0x00005d40 call  0x0000714f 
+ 00023399  0x00005d43 call  0x00005b7a 
+ 00023400  0x00005d44 fetch  0x00000001 , 0x000044c6 
+ 00023401  0x00005d45 rtnne  0x00000082 
+ 00023402  0x00005d46 jam  0x0000003b , 0x00000a99 
+ 00023403  0x00005d47 branch  0x00007d86 
+ 00023404  0x00005d4a call  0x000071ba 
+ 00023405  0x00005d4b arg  0x00000af2 , 0x00000005 
+ 00023406  0x00005d4c call  0x00007201 
+ 00023407  0x00005d4d arg  0x00000af2 , 0x00000011 
+ 00023408  0x00005d4e arg  0x0000442a , 0x00000012 
+ 00023409  0x00005d4f arg  0x00000010 , 0x00000039 
+ 00023410  0x00005d50 call  0x00007f88 
+ 00023411  0x00005d51 nbranch  0x00005b53 , 0x00000005 
+ 00023412  0x00005d52 branch  0x00005b7a 
+ 00023413  0x00005d55 call  0x00007390 
+ 00023414  0x00005d56 jam  0x00000031 , 0x00000a99 
+ 00023415  0x00005d57 call  0x00007d86 
+ 00023416  0x00005d58 jam  0x00000001 , 0x00004429 
+ 00023417  0x00005d59 jam  0x00000005 , 0x000044c4 
+ 00023418  0x00005d5c force  0x00000011 , 0x00000011 
+ 00023419  0x00005d5d call  0x00005c62 
+ 00023420  0x00005d5e setarg  0x00000004 
+ 00023421  0x00005d5f istore  0x00000001 , 0x00000005 
+ 00023422  0x00005d60 arg  0x0000443a , 0x00000006 
+ 00023423  0x00005d61 branch  0x00007ebf 
+ 00023424  0x00005d64 arg  0x0000041f , 0x00000005 
+ 00023425  0x00005d65 branch  0x00007ebf 
+ 00023426  0x00005d68 force  0x00000011 , 0x00000011 
+ 00023427  0x00005d69 call  0x00005c62 
+ 00023428  0x00005d6a setarg  0x00000006 
+ 00023429  0x00005d6b istore  0x00000001 , 0x00000005 
+ 00023430  0x00005d6c fetch  0x00000001 , 0x000044e9 
+ 00023431  0x00005d6d bbit1  0x00000001 , 0x00005b8a 
+ 00023432  0x00005d6e arg  0x00004419 , 0x00000006 
+ 00023433  0x00005d6f branch  0x00007ebf 
+ 00023434  0x00005d72 arg  0x000044ea , 0x00000006 
+ 00023435  0x00005d73 branch  0x00007ebf 
+ 00023436  0x00005d77 arg  0x000044cb , 0x00000005 
+ 00023437  0x00005d78 force  0x0000000a , 0x00000039 
+ 00023438  0x00005d79 call  0x0000630d 
+ 00023439  0x00005d7a force  0x0000000b , 0x00000011 
+ 00023440  0x00005d7b call  0x00005c62 
+ 00023441  0x00005d7c setarg  0x00000007 
+ 00023442  0x00005d7d istore  0x00000001 , 0x00000005 
+ 00023443  0x00005d7e fetch  0x00000002 , 0x000044cb 
+ 00023444  0x00005d7f istore  0x00000002 , 0x00000005 
+ 00023445  0x00005d80 fetch  0x00000008 , 0x000044cd 
+ 00023446  0x00005d81 istore  0x00000008 , 0x00000005 
+ 00023447  0x00005d82 rtn 
+ 00023448  0x00005d85 force  0x00000011 , 0x00000011 
+ 00023449  0x00005d86 call  0x00005c62 
+ 00023450  0x00005d87 setarg  0x00000008 
+ 00023451  0x00005d88 istore  0x00000001 , 0x00000005 
+ 00023452  0x00005d89 setarg  0x00000000 
+ 00023453  0x00005d8a istore  0x00000008 , 0x00000005 
+ 00023454  0x00005d8b istore  0x00000008 , 0x00000005 
+ 00023455  0x00005d8c rtn 
+ 00023456  0x00005d90 force  0x00000008 , 0x00000011 
+ 00023457  0x00005d91 call  0x00005c62 
+ 00023458  0x00005d92 setarg  0x00000009 
+ 00023459  0x00005d93 istore  0x00000001 , 0x00000005 
+ 00023460  0x00005d94 fetch  0x00000001 , 0x00004495 
+ 00023461  0x00005d95 istore  0x00000001 , 0x00000005 
+ 00023462  0x00005d96 fetch  0x00000006 , 0x000044a0 
+ 00023463  0x00005d97 istore  0x00000006 , 0x00000005 
+ 00023464  0x00005d98 rtn 
+ 00023465  0x00005d9c jam  0x00000008 , 0x0000047b 
+ 00023466  0x00005d9d branch  0x00005b54 
+ 00023467  0x00005da0 fetch  0x00000001 , 0x00004458 
+ 00023468  0x00005da1 fetcht  0x00000001 , 0x00004458 
+ 00023469  0x00005da2 iand  0x00000002 , 0x0000003f 
+ 00023470  0x00005da3 rtn 
+ 00023471  0x00005da6 arg  0x000044d5 , 0x00000005 
+ 00023472  0x00005da7 call  0x00007ebf 
+ 00023473  0x00005da8 call  0x00005bab 
+ 00023474  0x00005da9 isolate0  0x00000001 , 0x0000003f 
+ 00023475  0x00005daa branch  0x00005ba9 , 0x00000001 
+ 00023476  0x00005dab fetch  0x00000001 , 0x00004092 
+ 00023477  0x00005dac rtnne  0x0000000a 
+ 00023478  0x00005dad call  0x00005bb9 
+ 00023479  0x00005dae nrtn  0x00000028 
+ 00023480  0x00005daf branch  0x00003410 
+ 00023481  0x00005db3 call  0x00007fe9 
+ 00023482  0x00005db4 fetch  0x00000001 , 0x0000448e 
+ 00023483  0x00005db5 rtneq  0x00000000 
+ 00023484  0x00005db6 fetch  0x00000001 , 0x00000454 
+ 00023485  0x00005db7 compare  0x000000c0 , 0x0000003f , 0x000000c0 
+ 00023486  0x00005db8 rtn  0x00000001 
+ 00023487  0x00005db9 branch  0x00007fe7 
+ 00023488  0x00005dbc call  0x00005bab 
+ 00023489  0x00005dbd isolate0  0x00000001 , 0x0000003f 
+ 00023490  0x00005dbe branch  0x00005ba9 , 0x00000001 
+ 00023491  0x00005dbf rtn 
+ 00023492  0x00005dc4 rtn 
+ 00023493  0x00005dc7 arg  0x000009be , 0x00000005 
+ 00023494  0x00005dc8 call  0x00007eb3 
+ 00023495  0x00005dc9 jam  0x00000002 , 0x000044bf 
+ 00023496  0x00005dca jam  0x00000001 , 0x000044c1 
+ 00023497  0x00005dcb rtn 
+ 00023498  0x00005dce arg  0x00000a6e , 0x00000005 
+ 00023499  0x00005dcf call  0x00007ebf 
+ 00023500  0x00005dd0 jam  0x00000006 , 0x000044c1 
+ 00023501  0x00005dd1 jam  0x00000002 , 0x000044bf 
+ 00023502  0x00005dd2 rtn 
+ 00023503  0x00005dd5 force  0x00000041 , 0x00000011 
+ 00023504  0x00005dd6 call  0x00005c62 
+ 00023505  0x00005dd7 setarg  0x0000000c 
+ 00023506  0x00005dd8 istore  0x00000001 , 0x00000005 
+ 00023507  0x00005dd9 arg  0x000045d2 , 0x00000006 
+ 00023508  0x00005dda branch  0x00007eb3 
+ 00023509  0x00005ddd call  0x00007166 
+ 00023510  0x00005dde force  0x00000011 , 0x00000011 
+ 00023511  0x00005ddf call  0x00005c62 
+ 00023512  0x00005de0 setarg  0x0000000d 
+ 00023513  0x00005de1 istore  0x00000001 , 0x00000005 
+ 00023514  0x00005de2 branch  0x00007201 
+ 00023515  0x00005de6 fetch  0x00000001 , 0x000044c4 
+ 00023516  0x00005de7 rtneq  0x000000ff 
+ 00023517  0x00005de8 arg  0x00000003 , 0x00000002 
+ 00023518  0x00005de9 isub  0x00000002 , 0x0000003e 
+ 00023519  0x00005dea nrtn  0x00000002 
+ 00023520  0x00005deb arg  0x0000000a , 0x00000007 
+ 00023521  0x00005dec call  0x00007f16 
+ 00023522  0x00005ded nrtn  0x00000034 
+ 00023523  0x00005dee branch  0x00005ba9 
+ 00023524  0x00005df1 bpatchx  0x00000078 , 0x0000402f 
+ 00023525  0x00005df2 fetch  0x00000001 , 0x000044c4 
+ 00023526  0x00005df3 beq  0x00000000 , 0x00005bef 
+ 00023527  0x00005df4 beq  0x00000001 , 0x00005bf5 
+ 00023528  0x00005df5 beq  0x00000002 , 0x00005bef 
+ 00023529  0x00005df6 beq  0x00000003 , 0x00005bf7 
+ 00023530  0x00005df7 beq  0x00000005 , 0x00005bfb 
+ 00023531  0x00005df8 beq  0x00000007 , 0x00005c07 
+ 00023532  0x00005df9 beq  0x00000008 , 0x00005c09 
+ 00023533  0x00005dfa beq  0x00000009 , 0x00005c10 
+ 00023534  0x00005dfb rtn 
+ 00023535  0x00005dff fetch  0x00000001 , 0x000044c5 
+ 00023536  0x00005e00 rtnne  0x00000004 
+ 00023537  0x00005e01 jam  0x000000ff , 0x000044c5 
+ 00023538  0x00005e02 jam  0x000000ff , 0x000044c4 
+ 00023539  0x00005e03 jam  0x0000003f , 0x00000a99 
+ 00023540  0x00005e04 branch  0x00007d86 
+ 00023541  0x00005e08 jam  0x00000002 , 0x000044c4 
+ 00023542  0x00005e09 branch  0x00005b02 
+ 00023543  0x00005e0c jam  0x00000004 , 0x000044c4 
+ 00023544  0x00005e0d setarg  0x00017700 
+ 00023545  0x00005e0e arg  0x0000000a , 0x00000007 
+ 00023546  0x00005e0f branch  0x00007f08 
+ 00023547  0x00005e12 fetch  0x00000001 , 0x000044c5 
+ 00023548  0x00005e13 beq  0x00000004 , 0x00005bfe 
+ 00023549  0x00005e14 rtn 
+ 00023550  0x00005e17 jam  0x00000007 , 0x000044c4 
+ 00023551  0x00005e18 jam  0x00000029 , 0x00000a99 
+ 00023552  0x00005e19 call  0x00007d86 
+ 00023553  0x00005e1a call  0x00005b82 
+ 00023554  0x00005e1b fetch  0x00000001 , 0x00004092 
+ 00023555  0x00005e1c rtnne  0x0000000a 
+ 00023556  0x00005e1d call  0x00005bb9 
+ 00023557  0x00005e1e rtn  0x00000028 
+ 00023558  0x00005e1f branch  0x00003410 
+ 00023559  0x00005e23 jam  0x00000008 , 0x000044c4 
+ 00023560  0x00005e24 branch  0x00005b8c 
+ 00023561  0x00005e27 fetch  0x00000001 , 0x00004452 
+ 00023562  0x00005e28 fetcht  0x00000001 , 0x00004459 
+ 00023563  0x00005e29 iand  0x00000002 , 0x0000003f 
+ 00023564  0x00005e2a isolate0  0x00000001 , 0x0000003f 
+ 00023565  0x00005e2b branch  0x00005c12 , 0x00000001 
+ 00023566  0x00005e2c jam  0x00000009 , 0x000044c4 
+ 00023567  0x00005e2d branch  0x00005b98 
+ 00023568  0x00005e30 call  0x00005ba0 
+ 00023569  0x00005e31 branch  0x00005c12 
+ 00023570  0x00005e35 force  0x0000000a , 0x00000007 
+ 00023571  0x00005e36 call  0x00007f07 
+ 00023572  0x00005e37 jam  0x000000ff , 0x000044c5 
+ 00023573  0x00005e38 jam  0x000000ff , 0x000044c4 
+ 00023574  0x00005e39 jam  0x0000003e , 0x00000a99 
+ 00023575  0x00005e3a branch  0x00007d86 
+ 00023576  0x00005e3f bpatchx  0x00000079 , 0x0000402f 
+ 00023577  0x00005e40 fetch  0x00000001 , 0x000044c6 
+ 00023578  0x00005e41 rtnbit0  0x00000007 
+ 00023579  0x00005e42 fetch  0x00000001 , 0x000044bf 
+ 00023580  0x00005e43 rtnne  0x00000002 
+ 00023581  0x00005e44 jam  0x00000000 , 0x000044bf 
+ 00023582  0x00005e45 fetch  0x00000001 , 0x000044c1 
+ 00023583  0x00005e46 beq  0x00000001 , 0x00005c58 
+ 00023584  0x00005e47 beq  0x00000002 , 0x00005c5f 
+ 00023585  0x00005e48 beq  0x00000003 , 0x00005c52 
+ 00023586  0x00005e49 beq  0x00000006 , 0x00005c39 
+ 00023587  0x00005e4a beq  0x00000007 , 0x00005c30 
+ 00023588  0x00005e4b beq  0x00000008 , 0x00005c26 
+ 00023589  0x00005e4c rtn 
+ 00023590  0x00005e50 fetch  0x00000001 , 0x00004663 
+ 00023591  0x00005e51 copy  0x0000003f , 0x00000007 
+ 00023592  0x00005e52 increase  0x00000001 , 0x0000003f 
+ 00023593  0x00005e53 store  0x00000001 , 0x00004663 
+ 00023594  0x00005e54 fetch  0x00000004 , 0x000044c7 
+ 00023595  0x00005e55 qisolate1  0x0000003f 
+ 00023596  0x00005e56 setarg  0x00000080 
+ 00023597  0x00005e57 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00023598  0x00005e58 store  0x00000001 , 0x00004664 
+ 00023599  0x00005e59 branch  0x00005c55 
+ 00023600  0x00005e5c fetch  0x00000001 , 0x000044c2 
+ 00023601  0x00005e5d jam  0x00000000 , 0x000044c2 
+ 00023602  0x00005e5e beq  0x00000001 , 0x00005c35 
+ 00023603  0x00005e5f jam  0x00000002 , 0x000044bf 
+ 00023604  0x00005e60 rtn 
+ 00023605  0x00005e63 jam  0x00000031 , 0x00000a99 
+ 00023606  0x00005e64 call  0x00007d86 
+ 00023607  0x00005e65 jam  0x00000005 , 0x000044c4 
+ 00023608  0x00005e66 branch  0x00005bd5 
+ 00023609  0x00005e69 fetch  0x00000001 , 0x000009b9 
+ 00023610  0x00005e6a beq  0x00000003 , 0x00005c3d 
+ 00023611  0x00005e6b jam  0x00000002 , 0x000044bf 
+ 00023612  0x00005e6c rtn 
+ 00023613  0x00005e6f call  0x0000718d 
+ 00023614  0x00005e73 fetch  0x00000001 , 0x000044c6 
+ 00023615  0x00005e74 beq  0x00000083 , 0x00005c41 
+ 00023616  0x00005e75 call  0x00005b18 
+ 00023617  0x00005e77 call  0x0000717a 
+ 00023618  0x00005e78 arg  0x00000af2 , 0x00000011 
+ 00023619  0x00005e79 arg  0x00000a6e , 0x00000012 
+ 00023620  0x00005e7a arg  0x00000010 , 0x00000039 
+ 00023621  0x00005e7b call  0x00007f88 
+ 00023622  0x00005e7c branch  0x00005c49 , 0x00000005 
+ 00023623  0x00005e7e jam  0x0000000b , 0x0000047b 
+ 00023624  0x00005e7f branch  0x00005b54 
+ 00023625  0x00005e83 call  0x00007595 
+ 00023626  0x00005e84 nbranch  0x00005c47 , 0x00000005 
+ 00023627  0x00005e85 jam  0x00000001 , 0x00004429 
+ 00023628  0x00005e86 fetch  0x00000001 , 0x000044c6 
+ 00023629  0x00005e87 beq  0x00000081 , 0x00005c35 
+ 00023630  0x00005e88 beq  0x00000083 , 0x00005c35 
+ 00023631  0x00005e89 jam  0x00000002 , 0x000044bf 
+ 00023632  0x00005e8a jam  0x00000007 , 0x000044c1 
+ 00023633  0x00005e8b rtn 
+ 00023634  0x00005e8e fetch  0x00000001 , 0x000044c6 
+ 00023635  0x00005e8f beq  0x00000083 , 0x00005c56 
+ 00023636  0x00005e90 jam  0x00000000 , 0x00004664 
+ 00023637  0x00005e92 branch  0x00005b3d 
+ 00023638  0x00005e98 jam  0x00000000 , 0x00004663 
+ 00023639  0x00005e99 branch  0x00005b1b 
+ 00023640  0x00005e9d jam  0x00000002 , 0x000044bf 
+ 00023641  0x00005e9e fetch  0x00000001 , 0x000044c3 
+ 00023642  0x00005e9f beq  0x00000003 , 0x00005c5c 
+ 00023643  0x00005ea1 rtn 
+ 00023644  0x00005ea4 jam  0x00000002 , 0x000044c1 
+ 00023645  0x00005ea5 jam  0x00000000 , 0x000009b9 
+ 00023646  0x00005ea6 branch  0x00007a99 
+ 00023647  0x00005ea9 jam  0x00000002 , 0x000044bf 
+ 00023648  0x00005eaa jam  0x00000003 , 0x000044c1 
+ 00023649  0x00005eab branch  0x00005bcf 
+ 00023650  0x00005eb0 force  0x00000006 , 0x00000012 
+ 00023651  0x00005eb1 branch  0x00005847 
+ 00023652  0x00005eb6 fetch  0x00000001 , 0x000002db 
+ 00023653  0x00005eb7 beq  0x00000000 , 0x00005c7b 
+ 00023654  0x00005eb8 beq  0x00000001 , 0x00005c83 
+ 00023655  0x00005eb9 beq  0x00000002 , 0x00005c8e 
+ 00023656  0x00005eba beq  0x00000003 , 0x00005caa 
+ 00023657  0x00005ebb beq  0x00000004 , 0x00005ce1 
+ 00023658  0x00005ebc beq  0x00000005 , 0x00005ce6 
+ 00023659  0x00005ebd beq  0x00000006 , 0x00005cea 
+ 00023660  0x00005ebe beq  0x00000007 , 0x00005cf5 
+ 00023661  0x00005ebf beq  0x00000008 , 0x00005c99 
+ 00023662  0x00005ec0 beq  0x00000009 , 0x00005cf5 
+ 00023663  0x00005ec1 beq  0x0000000a , 0x00005cef 
+ 00023664  0x00005ec2 beq  0x0000000b , 0x00005cf5 
+ 00023665  0x00005ec3 beq  0x0000000c , 0x00005c9f 
+ 00023666  0x00005ec4 beq  0x0000000d , 0x00005cf5 
+ 00023667  0x00005ec5 beq  0x00000012 , 0x00005ca6 
+ 00023668  0x00005ec6 beq  0x00000013 , 0x00005cf5 
+ 00023669  0x00005ec7 arg  0x00000002 , 0x00000011 
+ 00023670  0x00005ec8 arg  0x00000007 , 0x00000012 
+ 00023671  0x00005ec9 call  0x00005842 
+ 00023672  0x00005eca fetch  0x00000001 , 0x000002db 
+ 00023673  0x00005ecb istore  0x00000001 , 0x00000005 
+ 00023674  0x00005ecc rtn 
+ 00023675  0x00005ed0 ifetch  0x00000009 , 0x00000006 
+ 00023676  0x00005ed1 store  0x00000009 , 0x000043d3 
+ 00023677  0x00005ed2 ifetch  0x00000002 , 0x00000006 
+ 00023678  0x00005ed3 store  0x00000002 , 0x0000045f 
+ 00023679  0x00005ed4 fetch  0x00000001 , 0x0000043f 
+ 00023680  0x00005ed5 set1  0x00000005 , 0x0000003f 
+ 00023681  0x00005ed6 store  0x00000001 , 0x0000043f 
+ 00023682  0x00005ed7 rtn 
+ 00023683  0x00005eda ifetch  0x00000005 , 0x00000006 
+ 00023684  0x00005edb store  0x00000005 , 0x000043ce 
+ 00023685  0x00005edc ifetch  0x00000002 , 0x00000006 
+ 00023686  0x00005edd store  0x00000002 , 0x0000045f 
+ 00023687  0x00005ede fetcht  0x00000002 , 0x00000459 
+ 00023688  0x00005edf isub  0x00000002 , 0x0000003e 
+ 00023689  0x00005ee0 nbranch  0x00005c8e , 0x00000002 
+ 00023690  0x00005ee1 fetch  0x00000001 , 0x0000043f 
+ 00023691  0x00005ee2 set1  0x00000006 , 0x0000003f 
+ 00023692  0x00005ee3 store  0x00000001 , 0x0000043f 
+ 00023693  0x00005ee4 rtn 
+ 00023694  0x00005ee8 setarg  0x00000014 
+ 00023695  0x00005ee9 store  0x00000002 , 0x0000046d 
+ 00023696  0x00005eea store  0x00000002 , 0x000044ba 
+ 00023697  0x00005eeb rtn 
+ 00023698  0x00005eee arg  0x00000013 , 0x00000013 
+ 00023699  0x00005ef2 arg  0x00000002 , 0x00000011 
+ 00023700  0x00005ef3 arg  0x00000002 , 0x00000012 
+ 00023701  0x00005ef4 call  0x00005842 
+ 00023702  0x00005ef5 copy  0x00000013 , 0x0000003f 
+ 00023703  0x00005ef6 istore  0x00000001 , 0x00000005 
+ 00023704  0x00005ef7 rtn 
+ 00023705  0x00005efc arg  0x00000009 , 0x00000011 
+ 00023706  0x00005efd arg  0x00000009 , 0x00000012 
+ 00023707  0x00005efe call  0x00005842 
+ 00023708  0x00005eff setarg  0x00000001 
+ 00023709  0x00005f00 istore  0x00000008 , 0x00000005 
+ 00023710  0x00005f01 rtn 
+ 00023711  0x00005f05 rtn  0x00000029 
+ 00023712  0x00005f07 arg  0x00000006 , 0x00000011 
+ 00023713  0x00005f08 arg  0x0000000c , 0x00000012 
+ 00023714  0x00005f09 call  0x00005842 
+ 00023715  0x00005f0a fetch  0x00000005 , 0x00004510 
+ 00023716  0x00005f0b istore  0x00000005 , 0x00000005 
+ 00023717  0x00005f0c rtn 
+ 00023718  0x00005f10 arg  0x00000013 , 0x00000012 
+ 00023719  0x00005f11 branch  0x00005ca8 
+ 00023720  0x00005f15 arg  0x00000001 , 0x00000011 
+ 00023721  0x00005f16 branch  0x00005842 
+ 00023722  0x00005f1a ifetch  0x00000008 , 0x00000006 
+ 00023723  0x00005f1b store  0x00000008 , 0x000044cd 
+ 00023724  0x00005f1c ifetch  0x00000002 , 0x00000006 
+ 00023725  0x00005f1d store  0x00000002 , 0x000044cb 
+ 00023726  0x00005f1e ifetch  0x00000008 , 0x00000006 
+ 00023727  0x00005f1f store  0x00000008 , 0x000044aa 
+ 00023728  0x00005f20 ifetch  0x00000004 , 0x00000006 
+ 00023729  0x00005f21 store  0x00000004 , 0x00004411 
+ 00023730  0x00005f22 call  0x00005ccf 
+ 00023731  0x00005f23 bpatchx  0x0000007a , 0x0000402f 
+ 00023732  0x00005f24 fetch  0x00000001 , 0x000044c4 
+ 00023733  0x00005f25 beq  0x00000005 , 0x00005cbc 
+ 00023734  0x00005f26 fetch  0x00000001 , 0x000044e9 
+ 00023735  0x00005f27 bbit1  0x00000001 , 0x00005cbf 
+ 00023736  0x00005f28 fetch  0x00000001 , 0x00004217 
+ 00023737  0x00005f29 ncall  0x000067be , 0x00000034 
+ 00023738  0x00005f2a fetch  0x00000001 , 0x00004429 
+ 00023739  0x00005f2b beq  0x00000000 , 0x00005cc4 
+ 00023740  0x00005f2d jam  0x00000001 , 0x000044c5 
+ 00023741  0x00005f2e call  0x00005cdd 
+ 00023742  0x00005f2f branch  0x000073a2 
+ 00023743  0x00005f32 jam  0x00000001 , 0x00004429 
+ 00023744  0x00005f33 arg  0x000044ea , 0x00000006 
+ 00023745  0x00005f34 arg  0x00004419 , 0x00000005 
+ 00023746  0x00005f35 call  0x00007ebf 
+ 00023747  0x00005f36 branch  0x00005cbc 
+ 00023748  0x00005f3a bpatchx  0x0000007b , 0x0000402f 
+ 00023749  0x00005f3b jam  0x00000000 , 0x000044c5 
+ 00023750  0x00005f3c jam  0x00000000 , 0x000044c4 
+ 00023751  0x00005f3d jam  0x00000041 , 0x00000a99 
+ 00023752  0x00005f3e branch  0x00007d86 
+ 00023753  0x00005f41 arg  0x00000002 , 0x00000011 
+ 00023754  0x00005f42 arg  0x0000000d , 0x00000012 
+ 00023755  0x00005f43 call  0x00005842 
+ 00023756  0x00005f44 setarg  0x00000006 
+ 00023757  0x00005f45 istore  0x00000001 , 0x00000005 
+ 00023758  0x00005f46 rtn 
+ 00023759  0x00005f49 arg  0x000044b2 , 0x00000005 
+ 00023760  0x00005f4a force  0x00000008 , 0x00000039 
+ 00023761  0x00005f4b call  0x0000630d 
+ 00023762  0x00005f4c arg  0x00004415 , 0x00000005 
+ 00023763  0x00005f4d force  0x00000004 , 0x00000039 
+ 00023764  0x00005f4e call  0x0000630d 
+ 00023765  0x00005f4f arg  0x0000000d , 0x00000011 
+ 00023766  0x00005f50 arg  0x00000004 , 0x00000012 
+ 00023767  0x00005f51 call  0x00005842 
+ 00023768  0x00005f52 fetch  0x00000008 , 0x000044b2 
+ 00023769  0x00005f53 istore  0x00000008 , 0x00000005 
+ 00023770  0x00005f54 fetch  0x00000004 , 0x00004415 
+ 00023771  0x00005f55 istore  0x00000004 , 0x00000005 
+ 00023772  0x00005f56 rtn 
+ 00023773  0x00005f59 arg  0x00000005 , 0x00000012 
+ 00023774  0x00005f5a branch  0x00005ca8 
+ 00023775  0x00005f5d arg  0x00000006 , 0x00000012 
+ 00023776  0x00005f5e branch  0x00005ca8 
+ 00023777  0x00005f62 ifetch  0x00000008 , 0x00000006 
+ 00023778  0x00005f63 store  0x00000008 , 0x000044b2 
+ 00023779  0x00005f64 ifetch  0x00000004 , 0x00000006 
+ 00023780  0x00005f65 store  0x00000004 , 0x00004415 
+ 00023781  0x00005f66 branch  0x000073a2 
+ 00023782  0x00005f69 fetch  0x00000001 , 0x0000043f 
+ 00023783  0x00005f6a set1  0x00000004 , 0x0000003f 
+ 00023784  0x00005f6b store  0x00000001 , 0x0000043f 
+ 00023785  0x00005f6c rtn 
+ 00023786  0x00005f6f rtn  0x00000029 
+ 00023787  0x00005f70 jam  0x00000032 , 0x00000a99 
+ 00023788  0x00005f71 call  0x00007d86 
+ 00023789  0x00005f72 jam  0x00000004 , 0x000044c5 
+ 00023790  0x00005f73 branch  0x00005cdf 
+ 00023791  0x00005f76 jam  0x00000002 , 0x000044c5 
+ 00023792  0x00005f77 call  0x00005cf3 
+ 00023793  0x00005f78 jam  0x00000033 , 0x00000a99 
+ 00023794  0x00005f79 branch  0x00007d86 
+ 00023795  0x00005f7c arg  0x0000000b , 0x00000012 
+ 00023796  0x00005f7d branch  0x00005ca8 
+ 00023797  0x00005f85 rtn 
+ 00023798  0x00005f8d rtn  0x0000002b 
+ 00023799  0x00005f8f bpatchx  0x0000007c , 0x0000402f 
+ 00023800  0x00005f90 setarg  0x00000000 
+ 00023801  0x00005f91 store  0x00000001 , 0x00000048 
+ 00023802  0x00005f92 store  0x00000001 , 0x00000055 
+ 00023803  0x00005f93 store  0x00000001 , 0x00000078 
+ 00023804  0x00005f94 store  0x00000001 , 0x0000007c 
+ 00023805  0x00005f95 store  0x00000001 , 0x00004158 
+ 00023806  0x00005f96 store  0x00000001 , 0x000004d7 
+ 00023807  0x00005f97 store  0x00000001 , 0x0000016d 
+ 00023808  0x00005f98 store  0x00000001 , 0x000009b5 
+ 00023809  0x00005f99 jam  0x00000000 , 0x0000455b 
+ 00023810  0x00005f9a jam  0x00000000 , 0x00000229 
+ 00023811  0x00005f9b jam  0x00000000 , 0x000004d8 
+ 00023812  0x00005f9d jam  0x00000000 , 0x000009b5 
+ 00023813  0x00005f9e jam  0x00000000 , 0x000009b4 
+ 00023814  0x00005f9f jam  0x00000000 , 0x000004d1 
+ 00023815  0x00005fa2 rtn 
+ 00023816  0x00005fa5 bpatchx  0x0000007d , 0x0000402f 
+ 00023817  0x00005fa6 call  0x000062ff , 0x00000029 
+ 00023818  0x00005fa7 ncall  0x00006303 , 0x00000029 
+ 00023819  0x00005fa8 call  0x000062bc 
+ 00023820  0x00005fa9 nrtn  0x00000034 
+ 00023821  0x00005faa fetch  0x00000001 , 0x0000004c 
+ 00023822  0x00005fab rtnbit0  0x00000006 
+ 00023823  0x00005fac set0  0x00000006 , 0x0000003f 
+ 00023824  0x00005fad set0  0x00000001 , 0x00000000 
+ 00023825  0x00005fae store  0x00000001 , 0x0000004c 
+ 00023826  0x00005faf fetch  0x00000001 , 0x00000551 
+ 00023827  0x00005fb0 fetcht  0x00000001 , 0x0000004c 
+ 00023828  0x00005fb1 isolate1  0x00000000 , 0x0000003f 
+ 00023829  0x00005fb2 setflag  0x00000001 , 0x00000001 , 0x00000002 
+ 00023830  0x00005fb3 storet  0x00000001 , 0x0000004c 
+ 00023831  0x00005fb4 and_into  0x00000002 , 0x00000002 
+ 00023832  0x00005fb5 storet  0x00000001 , 0x0000007f 
+ 00023833  0x00005fb6 fetcht  0x00000001 , 0x0000004c 
+ 00023834  0x00005fb7 rshift  0x0000003f , 0x0000003f 
+ 00023835  0x00005fb8 store  0x00000001 , 0x0000007d 
+ 00023836  0x00005fb9 bpatchx  0x0000007e , 0x0000402f 
+ 00023837  0x00005fba fetch  0x00000001 , 0x0000007d 
+ 00023838  0x00005fbb beq  0x0000007f , 0x00005d66 
+ 00023839  0x00005fbc beq  0x00000003 , 0x00005db1 
+ 00023840  0x00005fbd beq  0x00000004 , 0x00005dc2 
+ 00023841  0x00005fbe beq  0x0000003c , 0x00005d59 
+ 00023842  0x00005fbf beq  0x00000005 , 0x00005d55 
+ 00023843  0x00005fc0 beq  0x0000000f , 0x00005fa8 
+ 00023844  0x00005fc1 beq  0x00000010 , 0x00005e24 
+ 00023845  0x00005fc2 beq  0x00000023 , 0x00005e42 
+ 00023846  0x00005fc3 beq  0x00000039 , 0x00005fc1 
+ 00023847  0x00005fc4 beq  0x00000038 , 0x00005fbc 
+ 00023848  0x00005fc5 beq  0x00000031 , 0x00005e27 
+ 00023849  0x00005fc6 beq  0x00000037 , 0x00005eb0 
+ 00023850  0x00005fc7 beq  0x00000027 , 0x00005eac 
+ 00023851  0x00005fc8 beq  0x00000033 , 0x00005ea9 
+ 00023852  0x00005fc9 beq  0x00000025 , 0x00005eae 
+ 00023853  0x00005fca beq  0x00000026 , 0x00005e3e 
+ 00023854  0x00005fcb beq  0x00000007 , 0x00005e36 
+ 00023855  0x00005fcc beq  0x0000002d , 0x00005e2d 
+ 00023856  0x00005fcd beq  0x0000002e , 0x00005e2e 
+ 00023857  0x00005fce beq  0x00000001 , 0x00005ea5 
+ 00023858  0x00005fcf beq  0x00000002 , 0x00005e90 
+ 00023859  0x00005fd0 beq  0x00000028 , 0x00005fb3 
+ 00023860  0x00005fd1 beq  0x00000009 , 0x00005e86 
+ 00023861  0x00005fd2 beq  0x0000000b , 0x00005e5f 
+ 00023862  0x00005fd3 beq  0x00000008 , 0x00005e43 
+ 00023863  0x00005fd4 beq  0x0000000c , 0x00005e6a 
+ 00023864  0x00005fd5 beq  0x0000001f , 0x00005e3a 
+ 00023865  0x00005fd6 beq  0x00000020 , 0x00005e3c 
+ 00023866  0x00005fd7 beq  0x00000021 , 0x00005eca 
+ 00023867  0x00005fd8 beq  0x00000022 , 0x00005eca 
+ 00023868  0x00005fd9 beq  0x00000035 , 0x00005ecb 
+ 00023869  0x00005fda beq  0x00000036 , 0x00005ecc 
+ 00023870  0x00005fdb beq  0x00000024 , 0x00005eca 
+ 00023871  0x00005fdc beq  0x00000034 , 0x00005ecd 
+ 00023872  0x00005fdd beq  0x00000017 , 0x00005ed6 
+ 00023873  0x00005fde beq  0x00000011 , 0x00005ef2 
+ 00023874  0x00005fdf beq  0x00000012 , 0x00005ef6 
+ 00023875  0x00005fe0 beq  0x00000013 , 0x00005ef8 
+ 00023876  0x00005fe1 beq  0x0000000d , 0x00005f0a 
+ 00023877  0x00005fe2 beq  0x0000000e , 0x00005f0a 
+ 00023878  0x00005fe3 beq  0x0000002f , 0x00005eaa 
+ 00023879  0x00005fe4 beq  0x00000030 , 0x00005f0a 
+ 00023880  0x00005fe5 beq  0x0000000a , 0x00005f0a 
+ 00023881  0x00005fe6 beq  0x00000018 , 0x00005f0b 
+ 00023882  0x00005fe7 beq  0x00000032 , 0x00005f0a 
+ 00023883  0x00005fe8 beq  0x0000003d , 0x00005f10 
+ 00023884  0x00005fe9 beq  0x0000003e , 0x00005f51 
+ 00023885  0x00005fea beq  0x0000003f , 0x00005f4b 
+ 00023886  0x00005feb beq  0x00000040 , 0x00005f78 
+ 00023887  0x00005fec beq  0x00000041 , 0x00005f8a 
+ 00023888  0x00005fed beq  0x00000006 , 0x00005fa7 
+ 00023889  0x00005fee beq  0x0000003a , 0x00005d57 
+ 00023890  0x00005ff2 jam  0x00000019 , 0x0000007e 
+ 00023891  0x00005ff4 jam  0x00000004 , 0x0000007c 
+ 00023892  0x00005ff5 rtn 
+ 00023893  0x00005ff8 jam  0x00000006 , 0x0000007c 
+ 00023894  0x00005ff9 rtn 
+ 00023895  0x00005ffc jam  0x0000003b , 0x0000007c 
+ 00023896  0x00005ffd rtn 
+ 00023897  0x00006000 fetch  0x00000004 , 0x00000552 
+ 00023898  0x00006001 lshift  0x0000003f , 0x0000003f 
+ 00023899  0x00006002 store  0x00000004 , 0x000040d2 
+ 00023900  0x00006003 fetch  0x00000001 , 0x00000556 
+ 00023901  0x00006004 store  0x00000001 , 0x000040d9 
+ 00023902  0x00006005 fetch  0x00000005 , 0x00000557 
+ 00023903  0x00006006 store  0x00000005 , 0x000040e7 
+ 00023904  0x00006007 fetch  0x00000005 , 0x0000055c 
+ 00023905  0x00006008 istore  0x00000005 , 0x00000005 
+ 00023906  0x00006009 fetch  0x00000001 , 0x00000031 
+ 00023907  0x0000600a set1  0x00000003 , 0x0000003f 
+ 00023908  0x0000600b store  0x00000001 , 0x00000031 
+ 00023909  0x0000600c rtn 
+ 00023910  0x0000600e bpatchx  0x0000007f , 0x0000402f 
+ 00023911  0x0000600f fetch  0x00000001 , 0x00000552 
+ 00023912  0x00006010 set1  0x00000007 , 0x0000003f 
+ 00023913  0x00006011 store  0x00000001 , 0x0000007d 
+ 00023914  0x00006012 beq  0x00000081 , 0x00005d88 
+ 00023915  0x00006013 beq  0x00000082 , 0x00005d8d 
+ 00023916  0x00006014 beq  0x00000095 , 0x00005eb1 
+ 00023917  0x00006015 beq  0x00000096 , 0x00005eca 
+ 00023918  0x00006016 beq  0x0000008b , 0x00005ebf 
+ 00023919  0x00006017 beq  0x00000083 , 0x00005da5 
+ 00023920  0x00006018 beq  0x00000084 , 0x00005da7 
+ 00023921  0x00006019 beq  0x00000090 , 0x00005d7a 
+ 00023922  0x0000601a beq  0x00000097 , 0x00005d9e 
+ 00023923  0x0000601b beq  0x00000098 , 0x00005da3 
+ 00023924  0x0000601c beq  0x00000099 , 0x00005d7d 
+ 00023925  0x0000601d beq  0x0000009a , 0x00005d80 
+ 00023926  0x0000601e rtneq  0x00000084 
+ 00023927  0x00006022 jam  0x00000082 , 0x0000007c 
+ 00023928  0x00006023 jam  0x00000019 , 0x0000007e 
+ 00023929  0x00006025 rtn 
+ 00023930  0x00006027 jam  0x00000082 , 0x0000007c 
+ 00023931  0x00006028 jam  0x0000002e , 0x0000007e 
+ 00023932  0x00006029 rtn 
+ 00023933  0x0000602c call  0x00005d82 
+ 00023934  0x0000602d jam  0x0000009a , 0x0000007c 
+ 00023935  0x0000602e rtn 
+ 00023936  0x00006031 call  0x00005d82 
+ 00023937  0x00006032 branch  0x00005d86 
+ 00023938  0x00006035 arg  0x0000465e , 0x00000005 
+ 00023939  0x00006036 fetch  0x00000003 , 0x00000553 
+ 00023940  0x00006037 istore  0x00000003 , 0x00000005 
+ 00023941  0x00006038 rtn 
+ 00023942  0x0000603b branch  0x000076d8 , 0x00000001 
+ 00023943  0x0000603c rtn 
+ 00023944  0x0000603e fetch  0x00000001 , 0x00000554 
+ 00023945  0x0000603f set1  0x00000007 , 0x0000003f 
+ 00023946  0x00006040 store  0x00000001 , 0x000004c9 
+ 00023947  0x00006041 beq  0x0000008b , 0x00005d92 
+ 00023948  0x00006042 rtn 
+ 00023949  0x00006046 fetch  0x00000001 , 0x00000554 
+ 00023950  0x00006047 set1  0x00000007 , 0x0000003f 
+ 00023951  0x00006048 store  0x00000001 , 0x000004c9 
+ 00023952  0x00006049 beq  0x0000008b , 0x00005d96 
+ 00023953  0x0000604a rtn 
+ 00023954  0x0000604d fetch  0x00000001 , 0x0000415a 
+ 00023955  0x0000604e fetcht  0x00000001 , 0x0000004c 
+ 00023956  0x0000604f nsetflag  0x00000034 , 0x00000005 , 0x00000002 
+ 00023957  0x00006050 storet  0x00000001 , 0x0000004c 
+ 00023958  0x00006052 fetch  0x00000001 , 0x00000030 
+ 00023959  0x00006053 rtnbit0  0x00000005 
+ 00023960  0x00006054 set0  0x00000005 , 0x0000003f 
+ 00023961  0x00006055 store  0x00000001 , 0x00000030 
+ 00023962  0x00006056 fetch  0x00000001 , 0x000004d7 
+ 00023963  0x00006057 nrtn  0x00000034 
+ 00023964  0x00006058 jam  0x00000031 , 0x0000007c 
+ 00023965  0x00006059 rtn 
+ 00023966  0x0000605c nbranch  0x00005da1 , 0x00000029 
+ 00023967  0x0000605d jam  0x00000012 , 0x0000007c 
+ 00023968  0x0000605e branch  0x000062eb 
+ 00023969  0x00006061 jam  0x00000097 , 0x0000007c 
+ 00023970  0x00006062 rtn 
+ 00023971  0x00006067 call  0x000062eb 
+ 00023972  0x00006068 branch  0x00005ffe 
+ 00023973  0x0000606b jam  0x00000084 , 0x0000007c 
+ 00023974  0x0000606c rtn 
+ 00023975  0x0000606f fetcht  0x00000001 , 0x00000555 
+ 00023976  0x00006070 and  0x00000002 , 0x00000001 , 0x00000002 
+ 00023977  0x00006071 storet  0x00000001 , 0x000004d0 
+ 00023978  0x00006072 fetch  0x00000001 , 0x000041ce 
+ 00023979  0x00006073 bne  0x00000051 , 0x00005dad 
+ 00023980  0x00006074 jam  0x00000000 , 0x000041ce 
+ 00023981  0x00006076 fetch  0x00000001 , 0x00000055 
+ 00023982  0x00006077 rtnne  0x00000015 
+ 00023983  0x00006078 jam  0x00000004 , 0x00000055 
+ 00023984  0x00006079 branch  0x0000631b 
+ 00023985  0x0000607c bpatchx  0x00000080 , 0x00004030 
+ 00023986  0x0000607d fetch  0x00000001 , 0x00000552 
+ 00023987  0x0000607e store  0x00000001 , 0x000004c9 
+ 00023988  0x0000607f beq  0x00000033 , 0x00005dd8 
+ 00023989  0x00006080 beq  0x00000008 , 0x00005de7 
+ 00023990  0x00006081 beq  0x0000000f , 0x00005dee 
+ 00023991  0x00006082 beq  0x00000010 , 0x00005df4 
+ 00023992  0x00006083 beq  0x00000011 , 0x00005df5 
+ 00023993  0x00006084 beq  0x00000012 , 0x00005dfd 
+ 00023994  0x00006085 beq  0x00000018 , 0x00005e13 
+ 00023995  0x00006086 beq  0x00000017 , 0x00005e16 
+ 00023996  0x00006087 beq  0x00000013 , 0x00005dcf 
+ 00023997  0x00006089 beq  0x0000003d , 0x00005f1e 
+ 00023998  0x0000608a beq  0x0000003e , 0x00005f6a 
+ 00023999  0x0000608b beq  0x00000040 , 0x00005f20 
+ 00024000  0x0000608c beq  0x00000041 , 0x00005f3d 
+ 00024001  0x0000608d rtn 
+ 00024002  0x00006090 bpatchx  0x00000081 , 0x00004030 
+ 00024003  0x00006091 fetch  0x00000001 , 0x00000552 
+ 00024004  0x00006092 store  0x00000001 , 0x000004c9 
+ 00024005  0x00006093 beq  0x00000001 , 0x00005e0a 
+ 00024006  0x00006094 beq  0x00000033 , 0x00005de2 
+ 00024007  0x00006095 beq  0x0000000b , 0x00005dfe 
+ 00024008  0x00006096 beq  0x00000008 , 0x00005e01 
+ 00024009  0x00006097 beq  0x00000013 , 0x00005dd2 
+ 00024010  0x00006099 beq  0x00000040 , 0x00005e0b 
+ 00024011  0x0000609a beq  0x00000041 , 0x00005e0e 
+ 00024012  0x0000609b beq  0x00000018 , 0x00005e11 
+ 00024013  0x0000609c beq  0x00000017 , 0x00005e22 
+ 00024014  0x0000609d rtn 
+ 00024015  0x000060a0 jam  0x00000020 , 0x00000a99 
+ 00024016  0x000060a1 call  0x00007d86 
+ 00024017  0x000060a2 branch  0x000021dc 
+ 00024018  0x000060a4 jam  0x00000019 , 0x00000a99 
+ 00024019  0x000060a5 call  0x00007d86 
+ 00024020  0x000060a6 jam  0x00000002 , 0x0000455b 
+ 00024021  0x000060a7 setarg  0x00000050 
+ 00024022  0x000060a8 arg  0x00000006 , 0x00000007 
+ 00024023  0x000060a9 branch  0x00007f08 
+ 00024024  0x000060af fetch  0x00000001 , 0x000004d1 
+ 00024025  0x000060b0 set1  0x00000000 , 0x0000003f 
+ 00024026  0x000060b1 store  0x00000001 , 0x000004d1 
+ 00024027  0x000060b2 jam  0x00000001 , 0x00000a99 
+ 00024028  0x000060b3 call  0x00007d86 
+ 00024029  0x000060b4 jam  0x0000008b , 0x0000007c 
+ 00024030  0x000060b8 fetch  0x00000001 , 0x00000055 
+ 00024031  0x000060b9 bne  0x00000005 , 0x00005d07 
+ 00024032  0x000060bc jam  0x00000006 , 0x00000055 
+ 00024033  0x000060bd rtn 
+ 00024034  0x000060c6 jam  0x0000000b , 0x000004ca 
+ 00024035  0x000060c7 jam  0x00000007 , 0x0000007c 
+ 00024036  0x000060c9 jam  0x00000000 , 0x00000055 
+ 00024037  0x000060cb branch  0x00005d07 , 0x00000001 
+ 00024038  0x000060cc rtn 
+ 00024039  0x000060cf fetch  0x00000001 , 0x000041bd 
+ 00024040  0x000060d0 nrtn  0x00000034 
+ 00024041  0x000060d1 call  0x0000244f 
+ 00024042  0x000060d2 call  0x00005ffc 
+ 00024043  0x000060d3 rtn  0x00000029 
+ 00024044  0x000060d4 set1  0x00000021 , 0x00000000 
+ 00024045  0x000060d5 rtn 
+ 00024046  0x000060d8 nrtn  0x00000029 
+ 00024047  0x000060d9 jam  0x00000010 , 0x0000007c 
+ 00024048  0x000060da fetch  0x00000001 , 0x0000004c 
+ 00024049  0x000060db rtnbit0  0x00000002 
+ 00024050  0x000060dc jam  0x00000012 , 0x0000007c 
+ 00024051  0x000060dd rtn 
+ 00024052  0x000060e0 branch  0x00005ffe 
+ 00024053  0x000060e3 call  0x00006059 
+ 00024054  0x000060e4 fetch  0x00000001 , 0x00000030 
+ 00024055  0x000060e5 rtnbit1  0x00000004 
+ 00024056  0x000060e6 jam  0x00000031 , 0x0000007c 
+ 00024057  0x000060e7 fetch  0x00000001 , 0x00000055 
+ 00024058  0x000060e8 rtnne  0x0000000a 
+ 00024059  0x000060e9 jam  0x0000000b , 0x00000055 
+ 00024060  0x000060ea rtn 
+ 00024061  0x000060f4 rtn 
+ 00024062  0x000060f8 jam  0x00000007 , 0x0000007c 
+ 00024063  0x000060f9 jam  0x00000013 , 0x000004ca 
+ 00024064  0x000060fa rtn 
+ 00024065  0x000060fd fetch  0x00000001 , 0x00000553 
+ 00024066  0x000060fe beq  0x00000006 , 0x00005e07 
+ 00024067  0x000060ff rtnne  0x00000018 
+ 00024068  0x00006100 jam  0x00000018 , 0x000004ca 
+ 00024069  0x00006101 jam  0x00000007 , 0x0000007c 
+ 00024070  0x00006102 rtn 
+ 00024071  0x00006104 jam  0x00000006 , 0x000004ca 
+ 00024072  0x00006105 jam  0x00000007 , 0x0000007c 
+ 00024073  0x00006106 rtn 
+ 00024074  0x00006109 rtn 
+ 00024075  0x0000610c jam  0x00000000 , 0x000009ae 
+ 00024076  0x0000610d jam  0x00000007 , 0x0000007c 
+ 00024077  0x0000610e branch  0x00005d07 
+ 00024078  0x00006111 jam  0x00000000 , 0x000009ae 
+ 00024079  0x00006112 jam  0x00000007 , 0x0000007c 
+ 00024080  0x00006113 branch  0x00005d07 
+ 00024081  0x00006115 jam  0x00000024 , 0x00000a99 
+ 00024082  0x00006116 branch  0x00007d86 
+ 00024083  0x00006119 jam  0x00000023 , 0x00000a99 
+ 00024084  0x0000611a call  0x00007d86 
+ 00024085  0x0000611b branch  0x000026e9 
+ 00024086  0x0000611e jam  0x00000022 , 0x00000a99 
+ 00024087  0x0000611f call  0x00007d86 
+ 00024088  0x00006120 setarg  0x00000000 
+ 00024089  0x00006121 store  0x00000002 , 0x00000075 
+ 00024090  0x00006122 fetch  0x00000002 , 0x000041e3 
+ 00024091  0x00006123 lshift  0x0000003f , 0x0000003f 
+ 00024092  0x00006124 store  0x00000002 , 0x00000032 
+ 00024093  0x00006125 fetch  0x00000001 , 0x000041e5 
+ 00024094  0x00006126 store  0x00000001 , 0x00000073 
+ 00024095  0x00006127 fetch  0x00000001 , 0x000041e7 
+ 00024096  0x00006128 store  0x00000001 , 0x00000074 
+ 00024097  0x00006129 branch  0x000026c6 
+ 00024098  0x0000612c jam  0x00000021 , 0x00000a99 
+ 00024099  0x0000612d branch  0x00007d86 
+ 00024100  0x00006130 fetcht  0x00000001 , 0x00000552 
+ 00024101  0x00006131 storet  0x00000001 , 0x00000054 
+ 00024102  0x00006132 branch  0x00005e38 
+ 00024103  0x00006135 fetch  0x00000001 , 0x000004d1 
+ 00024104  0x00006136 set1  0x00000002 , 0x0000003f 
+ 00024105  0x00006137 store  0x00000001 , 0x000004d1 
+ 00024106  0x00006138 rtnbit1  0x00000003 
+ 00024107  0x00006139 jam  0x00000031 , 0x0000007c 
+ 00024108  0x0000613a branch  0x00005d07 
+ 00024109  0x0000613f rtn 
+ 00024110  0x00006142 fetch  0x00000001 , 0x000040d0 
+ 00024111  0x00006143 fetcht  0x00000001 , 0x00000552 
+ 00024112  0x00006144 isub  0x00000002 , 0x0000003e 
+ 00024113  0x00006146 branch  0x00005e38 , 0x00000002 
+ 00024114  0x00006147 jam  0x00000004 , 0x0000007c 
+ 00024115  0x00006148 jam  0x0000001f , 0x0000007e 
+ 00024116  0x00006149 jam  0x0000002e , 0x0000007d 
+ 00024117  0x0000614a rtn 
+ 00024118  0x0000614d call  0x00006157 
+ 00024119  0x0000614e branch  0x00005e38 
+ 00024120  0x00006151 jam  0x00000003 , 0x0000007c 
+ 00024121  0x00006152 rtn 
+ 00024122  0x00006155 jam  0x00000021 , 0x0000007c 
+ 00024123  0x00006156 rtn 
+ 00024124  0x00006159 jam  0x00000022 , 0x0000007c 
+ 00024125  0x0000615a rtn 
+ 00024126  0x0000615d fetch  0x00000001 , 0x00000055 
+ 00024127  0x0000615e rtneq  0x00000013 
+ 00024128  0x00006160 jam  0x00000002 , 0x00000055 
+ 00024129  0x00006162 rtn 
+ 00024130  0x00006166 rtn 
+ 00024131  0x00006169 call  0x00005ff9 
+ 00024132  0x0000616a jam  0x00000001 , 0x000004d4 
+ 00024133  0x0000616b jam  0x0000000a , 0x00000a99 
+ 00024134  0x0000616c call  0x00007d86 
+ 00024135  0x0000616e call  0x000062f3 
+ 00024136  0x0000616f nbranch  0x00006001 , 0x00000001 
+ 00024137  0x00006171 nbranch  0x00005e4e , 0x00000029 
+ 00024138  0x00006172 jam  0x00000004 , 0x0000007c 
+ 00024139  0x00006173 jam  0x00000008 , 0x0000007d 
+ 00024140  0x00006174 jam  0x00000023 , 0x0000007e 
+ 00024141  0x00006175 rtn 
+ 00024142  0x00006177 fetch  0x00000001 , 0x0000004b 
+ 00024143  0x00006178 set1  0x00000002 , 0x0000003f 
+ 00024144  0x00006179 store  0x00000001 , 0x0000004b 
+ 00024145  0x0000617a rtn 
+ 00024146  0x0000617e fetcht  0x00000001 , 0x0000004c 
+ 00024147  0x0000617f nsetflag  0x00000034 , 0x00000001 , 0x00000002 
+ 00024148  0x00006180 storet  0x00000001 , 0x0000004c 
+ 00024149  0x00006181 rtn 
+ 00024150  0x00006185 fetch  0x00000001 , 0x0000007f 
+ 00024151  0x00006186 rshift  0x0000003f , 0x0000003f 
+ 00024152  0x00006187 and_into  0x00000001 , 0x0000003f 
+ 00024153  0x00006188 rtn 
+ 00024154  0x0000618b fetch  0x00000001 , 0x00004217 
+ 00024155  0x0000618c rtn  0x00000034 
+ 00024156  0x0000618d fetch  0x00000001 , 0x000009b5 
+ 00024157  0x0000618e call  0x000067b2 , 0x00000034 
+ 00024158  0x0000618f rtn 
+ 00024159  0x00006192 call  0x00005e5a 
+ 00024160  0x00006193 call  0x00005e56 
+ 00024161  0x00006194 store  0x00000001 , 0x000004d5 
+ 00024162  0x00006195 call  0x00005ff9 
+ 00024163  0x00006196 jam  0x0000000c , 0x0000007c 
+ 00024164  0x00006197 fetch  0x00000001 , 0x000041bd 
+ 00024165  0x00006198 nrtn  0x00000034 
+ 00024166  0x00006199 fetch  0x00000001 , 0x00000030 
+ 00024167  0x0000619a rtnbit1  0x00000006 
+ 00024168  0x0000619b jam  0x00000006 , 0x0000007e 
+ 00024169  0x0000619c branch  0x00005d53 
+ 00024170  0x0000619f arg  0x00000040 , 0x00000011 
+ 00024171  0x000061a0 call  0x00007288 
+ 00024172  0x000061a1 fetch  0x00000004 , 0x00000552 
+ 00024173  0x000061a2 fetcht  0x00000004 , 0x00000592 
+ 00024174  0x000061a3 isub  0x00000002 , 0x0000003e 
+ 00024175  0x000061a4 branch  0x00005e73 , 0x00000005 
+ 00024176  0x000061a5 jam  0x00000007 , 0x0000007c 
+ 00024177  0x000061a6 jam  0x00000005 , 0x000004ca 
+ 00024178  0x000061a7 rtn 
+ 00024179  0x000061a9 call  0x00005e77 
+ 00024180  0x000061aa fetch  0x00000001 , 0x0000465a 
+ 00024181  0x000061ab branch  0x00005f3e , 0x00000034 
+ 00024182  0x000061ac rtn 
+ 00024183  0x000061b0 call  0x00007386 
+ 00024184  0x000061b1 call  0x000021b2 
+ 00024185  0x000061b2 fetch  0x00000001 , 0x0000004b 
+ 00024186  0x000061b3 isolate1  0x00000001 , 0x0000003f 
+ 00024187  0x000061b4 set0  0x00000001 , 0x0000003f 
+ 00024188  0x000061b5 store  0x00000001 , 0x0000004b 
+ 00024189  0x000061b6 fetch  0x00000001 , 0x00000055 
+ 00024190  0x000061b7 beq  0x00000019 , 0x00005e81 
+ 00024191  0x000061b8 beq  0x00000018 , 0x00005e81 
+ 00024192  0x000061b9 rtn 
+ 00024193  0x000061bb fetch  0x00000001 , 0x000009b5 
+ 00024194  0x000061bc rtnne  0x00000000 
+ 00024195  0x000061bd fetch  0x00000001 , 0x0000004c 
+ 00024196  0x000061be rtnbit1  0x00000002 
+ 00024197  0x000061bf branch  0x000063b1 
+ 00024198  0x000061c2 arg  0x00000552 , 0x00000011 
+ 00024199  0x000061c3 arg  0x00000582 , 0x00000012 
+ 00024200  0x000061c4 arg  0x00000562 , 0x00000005 
+ 00024201  0x000061c5 call  0x00007352 
+ 00024202  0x000061c6 arg  0x00000040 , 0x00000011 
+ 00024203  0x000061c7 call  0x00006311 
+ 00024204  0x000061c8 jam  0x0000000b , 0x0000007c 
+ 00024205  0x000061c9 fetch  0x00000001 , 0x00000030 
+ 00024206  0x000061ca bbit0  0x00000006 , 0x00005ffc 
+ 00024207  0x000061cb rtn 
+ 00024208  0x000061ce fetch  0x00000002 , 0x0000015f 
+ 00024209  0x000061cf add  0x0000003f , 0xfffffffd , 0x00000039 
+ 00024210  0x000061d0 fetcht  0x00000001 , 0x00000552 
+ 00024211  0x000061d1 setarg  0x00000101 
+ 00024212  0x000061d2 iadd  0x00000002 , 0x00000005 
+ 00024213  0x000061d3 arg  0x00000554 , 0x00000006 
+ 00024214  0x000061d4 call  0x00007f01 
+ 00024215  0x000061d5 fetcht  0x00000001 , 0x00000053 
+ 00024216  0x000061d6 fetch  0x00000001 , 0x00000553 
+ 00024217  0x000061d7 isub  0x00000002 , 0x0000003f 
+ 00024218  0x000061d8 sub  0x0000003f , 0x0000000e , 0x0000003e 
+ 00024219  0x000061d9 branch  0x00005ea0 , 0x00000002 
+ 00024220  0x000061da add  0x00000002 , 0x0000000e , 0x0000003f 
+ 00024221  0x000061db store  0x00000001 , 0x00000053 
+ 00024222  0x000061dc jam  0x00000001 , 0x0000007c 
+ 00024223  0x000061dd rtn 
+ 00024224  0x000061df fetch  0x00000001 , 0x0000004c 
+ 00024225  0x000061e0 set1  0x00000003 , 0x0000003f 
+ 00024226  0x000061e1 store  0x00000001 , 0x0000004c 
+ 00024227  0x000061e2 bbit1  0x00000004 , 0x00006006 
+ 00024228  0x000061e3 rtn 
+ 00024229  0x000061e5 fetch  0x00000001 , 0x00000552 
+ 00024230  0x000061e6 store  0x00000001 , 0x0000007d 
+ 00024231  0x000061e7 jam  0x00000002 , 0x0000007c 
+ 00024232  0x000061e8 rtn 
+ 00024233  0x000061eb branch  0x00005e38 
+ 00024234  0x000061ee jam  0x00000030 , 0x0000007c 
+ 00024235  0x000061ef rtn 
+ 00024236  0x000061f2 jam  0x00000028 , 0x0000007c 
+ 00024237  0x000061f3 rtn 
+ 00024238  0x000061f6 jam  0x00000026 , 0x0000007c 
+ 00024239  0x000061f7 rtn 
+ 00024240  0x000061fc rtn 
+ 00024241  0x00006201 fetch  0x00000002 , 0x00000032 
+ 00024242  0x00006202 iforce  0x00000002 
+ 00024243  0x00006203 fetch  0x00000001 , 0x00000553 
+ 00024244  0x00006204 store  0x00000001 , 0x00000095 
+ 00024245  0x00006205 imul32  0x00000002 , 0x00000002 
+ 00024246  0x00006206 fetch  0x00000002 , 0x00000554 
+ 00024247  0x00006207 lshift  0x0000003f , 0x0000003f 
+ 00024248  0x00006208 store  0x00000002 , 0x00000096 
+ 00024249  0x00006209 fetch  0x00000004 , 0x00000556 
+ 00024250  0x0000620a lshift  0x0000003f , 0x0000003f 
+ 00024251  0x0000620b store  0x00000004 , 0x00000091 
+ 00024252  0x0000620d deposit  0x00000002 
+ 00024253  0x0000620e store  0x00000002 , 0x00000098 
+ 00024254  0x0000620f rtn 
+ 00024255  0x00006211 fetcht  0x00000001 , 0x0000415a 
+ 00024256  0x00006212 fetch  0x00000001 , 0x00000553 
+ 00024257  0x00006213 ixor  0x00000002 , 0x0000003e 
+ 00024258  0x00006214 nbranch  0x00005d77 , 0x00000005 
+ 00024259  0x00006215 isolate1  0x00000000 , 0x0000003f 
+ 00024260  0x00006216 fetch  0x00000001 , 0x0000004c 
+ 00024261  0x00006217 setflag  0x00000001 , 0x00000005 , 0x0000003f 
+ 00024262  0x00006218 store  0x00000001 , 0x0000004c 
+ 00024263  0x00006219 jam  0x00000081 , 0x0000007c 
+ 00024264  0x0000621a jam  0x0000008b , 0x0000007d 
+ 00024265  0x0000621b rtn 
+ 00024266  0x00006222 rtn 
+ 00024267  0x00006225 branch  0x00005e38 
+ 00024268  0x00006229 branch  0x00005e38 
+ 00024269  0x0000622e fetch  0x00000002 , 0x00000552 
+ 00024270  0x0000622f store  0x00000002 , 0x00000171 
+ 00024271  0x00006230 rtn 
+ 00024272  0x00006233 fetch  0x00000002 , 0x00000555 
+ 00024273  0x00006234 fetcht  0x00000001 , 0x00004172 
+ 00024274  0x00006235 imul32  0x00000002 , 0x0000003f 
+ 00024275  0x00006236 arg  0x00000640 , 0x00000002 
+ 00024276  0x00006237 isub  0x00000002 , 0x0000003e 
+ 00024277  0x00006239 rtn 
+ 00024278  0x0000623c fetch  0x00000002 , 0x00000557 
+ 00024279  0x0000623d branch  0x00005ef0 , 0x00000034 
+ 00024280  0x0000623e call  0x00005ed0 
+ 00024281  0x0000623f branch  0x00005ef0 , 0x00000002 
+ 00024282  0x00006240 fetch  0x00000001 , 0x00004092 
+ 00024283  0x00006241 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00024284  0x00006242 call  0x00003cd5 , 0x00000005 
+ 00024285  0x00006243 fetch  0x00000001 , 0x00000030 
+ 00024286  0x00006244 bbit1  0x00000001 , 0x00005ef0 
+ 00024287  0x00006245 fetch  0x00000002 , 0x00000553 
+ 00024288  0x00006246 lshift  0x0000003f , 0x0000003f 
+ 00024289  0x00006247 store  0x00000002 , 0x00000075 
+ 00024290  0x00006248 fetch  0x00000002 , 0x00000555 
+ 00024291  0x00006249 lshift  0x0000003f , 0x0000003f 
+ 00024292  0x0000624a store  0x00000002 , 0x00000032 
+ 00024293  0x0000624b fetch  0x00000002 , 0x00000557 
+ 00024294  0x0000624c store  0x00000001 , 0x00000073 
+ 00024295  0x0000624d iforce  0x00000002 
+ 00024296  0x0000624e fetch  0x00000002 , 0x00000559 
+ 00024297  0x0000624f store  0x00000001 , 0x00000074 
+ 00024298  0x00006250 isub  0x00000002 , 0x0000003e 
+ 00024299  0x00006251 nbranch  0x00005eed , 0x00000002 
+ 00024300  0x00006252 store  0x00000001 , 0x00000073 
+ 00024301  0x00006255 jam  0x00000003 , 0x0000007c 
+ 00024302  0x00006256 jam  0x00000017 , 0x0000007d 
+ 00024303  0x00006257 rtn 
+ 00024304  0x0000625a jam  0x00000024 , 0x0000007e 
+ 00024305  0x0000625b branch  0x00005d53 
+ 00024306  0x0000625e call  0x00005e38 
+ 00024307  0x0000625f call  0x00005ff9 
+ 00024308  0x00006260 call  0x0000728b 
+ 00024309  0x00006261 branch  0x000026b8 
+ 00024310  0x00006264 call  0x00005e38 
+ 00024311  0x00006265 branch  0x000026c0 
+ 00024312  0x00006269 fetch  0x00000004 , 0x00000552 
+ 00024313  0x0000626a lshift  0x0000003f , 0x0000003f 
+ 00024314  0x0000626c branch  0x00005f04 , 0x00000029 
+ 00024315  0x0000626d fetcht  0x00000001 , 0x000041bd 
+ 00024316  0x0000626e nbranch  0x00005f01 , 0x00000034 
+ 00024317  0x00006270 jam  0x00000004 , 0x0000007c 
+ 00024318  0x00006271 jam  0x00000013 , 0x0000007d 
+ 00024319  0x00006272 jam  0x00000024 , 0x0000007e 
+ 00024320  0x00006273 rtn 
+ 00024321  0x00006275 jam  0x00000034 , 0x0000007c 
+ 00024322  0x00006276 jam  0x00000000 , 0x00000055 
+ 00024323  0x00006277 branch  0x000021d9 
+ 00024324  0x0000627a call  0x000021d9 
+ 00024325  0x0000627b set1  0x00000022 , 0x00000000 
+ 00024326  0x0000627c fetch  0x00000001 , 0x0000016d 
+ 00024327  0x0000627d set0  0x00000002 , 0x0000003f 
+ 00024328  0x0000627e store  0x00000001 , 0x0000016d 
+ 00024329  0x0000627f branch  0x00005e38 
+ 00024330  0x00006288 rtn 
+ 00024331  0x0000628c jam  0x00000003 , 0x0000007c 
+ 00024332  0x0000628d jam  0x00000018 , 0x0000007d 
+ 00024333  0x0000628e jam  0x0000002e , 0x00000a99 
+ 00024334  0x0000628f call  0x00007d86 
+ 00024335  0x00006290 branch  0x000026e9 
+ 00024336  0x00006293 fetch  0x00000001 , 0x00000552 
+ 00024337  0x00006294 bne  0x00000001 , 0x00005f1c 
+ 00024338  0x00006295 fetch  0x00000001 , 0x00000553 
+ 00024339  0x00006296 bne  0x00000001 , 0x00005f1c 
+ 00024340  0x00006297 fetch  0x00000001 , 0x00000554 
+ 00024341  0x00006298 bne  0x00000030 , 0x00005f1c 
+ 00024342  0x00006299 call  0x000062fc 
+ 00024343  0x0000629a branch  0x00005f19 , 0x00000001 
+ 00024344  0x0000629b jam  0x00000001 , 0x000009ae 
+ 00024345  0x0000629d jam  0x00000003 , 0x0000007c 
+ 00024346  0x0000629e jam  0x0000003d , 0x0000007d 
+ 00024347  0x0000629f branch  0x00005d07 
+ 00024348  0x000062a2 jam  0x00000024 , 0x0000007e 
+ 00024349  0x000062a3 branch  0x00005d53 
+ 00024350  0x000062a8 jam  0x0000003e , 0x0000007c 
+ 00024351  0x000062aa rtn 
+ 00024352  0x000062ac fetch  0x00000001 , 0x00004662 
+ 00024353  0x000062ad beq  0x00000001 , 0x00005f27 
+ 00024354  0x000062ae beq  0x00000002 , 0x00005f2b 
+ 00024355  0x000062b0 call  0x000062fc 
+ 00024356  0x000062b1 rtn  0x00000001 
+ 00024357  0x000062b2 jam  0x00000008 , 0x000009ae 
+ 00024358  0x000062b3 rtn 
+ 00024359  0x000062b6 call  0x00007962 
+ 00024360  0x000062b7 jam  0x00000035 , 0x00000a99 
+ 00024361  0x000062b8 call  0x00007d86 
+ 00024362  0x000062b9 branch  0x00005f23 
+ 00024363  0x000062bd call  0x000062fc 
+ 00024364  0x000062be rtn  0x00000001 
+ 00024365  0x000062bf fetch  0x00000001 , 0x00004663 
+ 00024366  0x000062c0 beq  0x00000013 , 0x00005f3b 
+ 00024367  0x000062c1 increase  0x00000001 , 0x0000003f 
+ 00024368  0x000062c2 store  0x00000001 , 0x00004663 
+ 00024369  0x000062c6 jam  0x00000001 , 0x000009b0 
+ 00024370  0x000062c7 jam  0x00000004 , 0x000009ae 
+ 00024371  0x000062c8 fetch  0x00000001 , 0x00004663 
+ 00024372  0x000062c9 copy  0x0000003f , 0x00000007 
+ 00024373  0x000062ca fetch  0x00000006 , 0x0000468a 
+ 00024374  0x000062cb qisolate1  0x0000003f 
+ 00024375  0x000062cc setarg  0x00000080 
+ 00024376  0x000062cd setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00024377  0x000062ce store  0x00000001 , 0x00004664 
+ 00024378  0x000062cf rtn 
+ 00024379  0x000062d2 jam  0x00000008 , 0x000009ae 
+ 00024380  0x000062d3 rtn 
+ 00024381  0x000062d6 call  0x00005f43 
+ 00024382  0x000062d8 fetch  0x00000001 , 0x00004665 
+ 00024383  0x000062d9 rtn  0x00000034 
+ 00024384  0x000062da jam  0x00000000 , 0x00004665 
+ 00024385  0x000062db jam  0x00000038 , 0x00000a99 
+ 00024386  0x000062dc branch  0x00007d86 
+ 00024387  0x000062e1 call  0x000062fc 
+ 00024388  0x000062e2 ncall  0x00007965 , 0x00000001 
+ 00024389  0x000062e3 call  0x00007975 , 0x00000001 
+ 00024390  0x000062e4 call  0x000062fc 
+ 00024391  0x000062e5 rtn  0x00000001 
+ 00024392  0x000062e6 jam  0x0000000c , 0x000009ae 
+ 00024393  0x000062e7 jam  0x00000001 , 0x000009b0 
+ 00024394  0x000062e8 rtn 
+ 00024395  0x000062eb arg  0x00000a6e , 0x00000005 
+ 00024396  0x000062ec arg  0x00000552 , 0x00000006 
+ 00024397  0x000062ed call  0x00007ebf 
+ 00024398  0x000062ee fetch  0x00000001 , 0x00004662 
+ 00024399  0x000062ef rtneq  0x00000002 
+ 00024400  0x000062f0 branch  0x000076d8 
+ 00024401  0x000062f3 fetch  0x00000001 , 0x000009af 
+ 00024402  0x000062f4 beq  0x00000007 , 0x00005f55 
+ 00024403  0x000062f5 fetch  0x00000001 , 0x000009ae 
+ 00024404  0x000062f6 bne  0x00000001 , 0x00005f68 
+ 00024405  0x000062f8 fetch  0x00000001 , 0x000009b7 
+ 00024406  0x000062f9 sub  0x0000003f , 0x00000020 , 0x00000005 
+ 00024407  0x000062fa nbranch  0x00005f68 , 0x00000002 
+ 00024408  0x000062fb arg  0x000009c6 , 0x00000005 
+ 00024409  0x000062fc iadd  0x00000005 , 0x00000005 
+ 00024410  0x000062fd fetch  0x00000008 , 0x00000552 
+ 00024411  0x000062fe istore  0x00000008 , 0x00000005 
+ 00024412  0x000062ff fetch  0x00000008 , 0x0000055a 
+ 00024413  0x00006300 istore  0x00000008 , 0x00000005 
+ 00024414  0x00006301 fetch  0x00000001 , 0x000009b7 
+ 00024415  0x00006302 increase  0x00000010 , 0x0000003f 
+ 00024416  0x00006303 store  0x00000001 , 0x000009b7 
+ 00024417  0x00006304 bne  0x00000030 , 0x00005e38 
+ 00024418  0x00006306 call  0x000062fc 
+ 00024419  0x00006307 branch  0x00005e38 , 0x00000001 
+ 00024420  0x00006308 jam  0x00000001 , 0x000009b8 
+ 00024421  0x00006309 jam  0x00000002 , 0x000009ae 
+ 00024422  0x0000630a jam  0x00000001 , 0x000009b0 
+ 00024423  0x0000630b branch  0x00005e38 
+ 00024424  0x0000630d jam  0x00000024 , 0x0000007e 
+ 00024425  0x0000630e branch  0x00005d53 
+ 00024426  0x00006310 fetch  0x00000001 , 0x000009b6 
+ 00024427  0x00006311 beq  0x00000030 , 0x00005f6e 
+ 00024428  0x00006312 jam  0x0000003e , 0x0000007c 
+ 00024429  0x00006313 branch  0x00005d07 
+ 00024430  0x00006316 call  0x000062fc 
+ 00024431  0x00006317 branch  0x00005f77 , 0x00000001 
+ 00024432  0x00006318 fetch  0x00000001 , 0x00004662 
+ 00024433  0x00006319 beq  0x00000002 , 0x00005f75 
+ 00024434  0x0000631a jam  0x00000001 , 0x000009b0 
+ 00024435  0x0000631b jam  0x00000004 , 0x000009ae 
+ 00024436  0x0000631c branch  0x00005d07 
+ 00024437  0x0000631f jam  0x00000036 , 0x00000a99 
+ 00024438  0x00006320 branch  0x00007d86 
+ 00024439  0x00006325 branch  0x00005d07 
+ 00024440  0x00006328 fetch  0x00000001 , 0x000009af 
+ 00024441  0x00006329 beq  0x00000007 , 0x00005f7c 
+ 00024442  0x0000632a fetch  0x00000001 , 0x000009ae 
+ 00024443  0x0000632b bne  0x00000006 , 0x00005f88 
+ 00024444  0x0000632d arg  0x00000a2e , 0x00000005 
+ 00024445  0x0000632e fetch  0x00000008 , 0x00000552 
+ 00024446  0x0000632f istore  0x00000008 , 0x00000005 
+ 00024447  0x00006330 fetch  0x00000008 , 0x0000055a 
+ 00024448  0x00006331 istore  0x00000008 , 0x00000005 
+ 00024449  0x00006332 call  0x000062fc 
+ 00024450  0x00006333 branch  0x00005f86 , 0x00000001 
+ 00024451  0x00006334 jam  0x00000007 , 0x000009ae 
+ 00024452  0x00006335 jam  0x00000001 , 0x000009b0 
+ 00024453  0x00006336 branch  0x00005e38 
+ 00024454  0x00006338 jam  0x00000004 , 0x000009af 
+ 00024455  0x00006339 branch  0x000076d8 
+ 00024456  0x0000633d jam  0x00000024 , 0x0000007e 
+ 00024457  0x0000633e branch  0x00005d53 
+ 00024458  0x00006341 fetch  0x00000001 , 0x000009af 
+ 00024459  0x00006342 beq  0x0000000b , 0x00005f8e 
+ 00024460  0x00006343 fetch  0x00000001 , 0x000009ae 
+ 00024461  0x00006344 bne  0x00000008 , 0x00005f9d 
+ 00024462  0x00006346 arg  0x00000a5e , 0x00000005 
+ 00024463  0x00006347 arg  0x00000552 , 0x00000006 
+ 00024464  0x00006348 call  0x00007ebf 
+ 00024465  0x00006349 call  0x000062fc 
+ 00024466  0x0000634a branch  0x00005f9a , 0x00000001 
+ 00024467  0x0000634b fetch  0x00000001 , 0x00004662 
+ 00024468  0x0000634c beq  0x00000001 , 0x00005f9f 
+ 00024469  0x0000634e jam  0x00000000 , 0x00004661 
+ 00024470  0x0000634f jam  0x00000009 , 0x000009ae 
+ 00024471  0x00006350 jam  0x00000001 , 0x000009b0 
+ 00024472  0x00006351 jam  0x00000041 , 0x0000007d 
+ 00024473  0x00006352 branch  0x00005d07 
+ 00024474  0x00006355 jam  0x00000009 , 0x000009af 
+ 00024475  0x00006356 jam  0x00000001 , 0x000009b1 
+ 00024476  0x00006357 branch  0x00005d07 
+ 00024477  0x00006359 jam  0x00000024 , 0x0000007e 
+ 00024478  0x0000635a branch  0x00005d53 
+ 00024479  0x0000635d fetch  0x00000001 , 0x00004661 
+ 00024480  0x0000635e bbit1  0x00000007 , 0x00005fa4 
+ 00024481  0x0000635f set1  0x00000006 , 0x0000003f 
+ 00024482  0x00006360 store  0x00000001 , 0x00004661 
+ 00024483  0x00006361 rtn 
+ 00024484  0x00006364 bbit1  0x00000000 , 0x00005f95 
+ 00024485  0x00006365 jam  0x00000000 , 0x00004661 
+ 00024486  0x00006366 branch  0x00005f9d 
+ 00024487  0x0000636a branch  0x00005d07 
+ 00024488  0x0000636d fetch  0x00000001 , 0x0000016d 
+ 00024489  0x0000636e set0  0x00000001 
+ 00024490  0x0000636f store  0x00000001 , 0x0000016d 
+ 00024491  0x00006370 call  0x00005e38 
+ 00024492  0x00006371 nrtn  0x00000029 
+ 00024493  0x00006372 fetch  0x00000001 , 0x00000552 
+ 00024494  0x00006373 fetcht  0x00000001 , 0x0000004b 
+ 00024495  0x00006374 setflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00024496  0x00006375 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
+ 00024497  0x00006376 storet  0x00000001 , 0x0000004b 
+ 00024498  0x00006377 rtn 
+ 00024499  0x0000637a fetcht  0x00000008 , 0x00000552 
+ 00024500  0x0000637c fetch  0x00000001 , 0x00000055 
+ 00024501  0x0000637d rtnne  0x00000003 
+ 00024502  0x0000637f fetch  0x00000001 , 0x0000016d 
+ 00024503  0x00006380 bbit0  0x00000004 , 0x00005fba 
+ 00024504  0x00006382 jam  0x00000014 , 0x00000055 
+ 00024505  0x00006383 rtn 
+ 00024506  0x00006385 jam  0x00000004 , 0x00000055 
+ 00024507  0x00006386 rtn 
+ 00024508  0x00006388 fetch  0x00000001 , 0x0000017f 
+ 00024509  0x00006389 store  0x00000001 , 0x0000015b 
+ 00024510  0x0000638a jam  0x00000003 , 0x0000007c 
+ 00024511  0x0000638b jam  0x00000038 , 0x0000007d 
+ 00024512  0x0000638c rtn 
+ 00024513  0x00006390 jam  0x00000003 , 0x0000007c 
+ 00024514  0x00006391 jam  0x00000039 , 0x0000007d 
+ 00024515  0x00006392 force  0x00000009 , 0x00000039 
+ 00024516  0x00006393 arg  0x00000552 , 0x00000006 
+ 00024517  0x00006394 arg  0x00000152 , 0x00000005 
+ 00024518  0x00006396 ifetch  0x00000001 , 0x00000006 
+ 00024519  0x00006397 xor_into  0x00000055 , 0x0000003f 
+ 00024520  0x00006398 istore  0x00000001 , 0x00000005 
+ 00024521  0x00006399 loop  0x00005fc6 
+ 00024522  0x0000639a fetch  0x00000001 , 0x00000152 
+ 00024523  0x0000639b fetcht  0x00000001 , 0x00000151 
+ 00024524  0x0000639c set0  0x00000007 , 0x00000002 
+ 00024525  0x0000639d set0  0x00000004 , 0x00000002 
+ 00024526  0x0000639e beq  0x000000ff , 0x00005fda 
+ 00024527  0x0000639f beq  0x00000000 , 0x00005ff3 
+ 00024528  0x000063a0 beq  0x00000005 , 0x00005fe7 
+ 00024529  0x000063a1 beq  0x00000007 , 0x00005fe6 
+ 00024530  0x000063a2 beq  0x00000006 , 0x00005fe7 
+ 00024531  0x000063a3 beq  0x00000008 , 0x00005fe6 
+ 00024532  0x000063a4 beq  0x00000001 , 0x00005fdf 
+ 00024533  0x000063a5 beq  0x00000002 , 0x00005fdf 
+ 00024534  0x000063a6 beq  0x00000003 , 0x00005fdf 
+ 00024535  0x000063a7 beq  0x00000009 , 0x00005fdf 
+ 00024536  0x000063a8 beq  0x00000004 , 0x00005fdf 
+ 00024537  0x000063a9 rtn 
+ 00024538  0x000063ac fetch  0x00000001 , 0x00000151 
+ 00024539  0x000063ad set1  0x00000003 , 0x0000003f 
+ 00024540  0x000063ae set1  0x00000002 , 0x0000003f 
+ 00024541  0x000063af store  0x00000001 , 0x00000151 
+ 00024542  0x000063b0 rtn 
+ 00024543  0x000063b2 set1  0x00000004 , 0x00000002 
+ 00024544  0x000063b3 jam  0x00000005 , 0x00000180 
+ 00024545  0x000063b4 fetch  0x00000002 , 0x00000159 
+ 00024546  0x000063b5 iforce  0x00000039 
+ 00024547  0x000063b6 store  0x00000002 , 0x0000015f 
+ 00024548  0x000063b7 arg  0x00000551 , 0x00000005 
+ 00024549  0x000063b8 call  0x00007f73 
+ 00024550  0x000063ba set1  0x00000007 , 0x00000002 
+ 00024551  0x000063bc set1  0x00000002 , 0x00000002 
+ 00024552  0x000063bd force  0x00000000 , 0x0000003f 
+ 00024553  0x000063be store  0x00000001 , 0x0000000b 
+ 00024554  0x000063bf store  0x00000002 , 0x000000fa 
+ 00024555  0x000063c0 store  0x00000002 , 0x000000fc 
+ 00024556  0x000063c1 store  0x00000002 , 0x000000f8 
+ 00024557  0x000063c2 store  0x00000002 , 0x000000f6 
+ 00024558  0x000063c3 fetch  0x00000001 , 0x00000153 
+ 00024559  0x000063c4 compare  0x00000000 , 0x0000003f , 0x000000ff 
+ 00024560  0x000063c5 setflag  0x00000001 , 0x00000006 , 0x00000002 
+ 00024561  0x000063c6 storet  0x00000001 , 0x00000151 
+ 00024562  0x000063c7 rtn 
+ 00024563  0x000063ca set0  0x00000011 , 0x00000000 
+ 00024564  0x000063cb jam  0x00000000 , 0x00000151 
+ 00024565  0x000063cc fetch  0x00000001 , 0x0000017f 
+ 00024566  0x000063cd set0  0x00000006 , 0x0000003f 
+ 00024567  0x000063ce store  0x00000001 , 0x0000017f 
+ 00024568  0x000063cf rtn 
+ 00024569  0x000063d6 arg  0x00000552 , 0x00000006 
+ 00024570  0x000063d7 arg  0x00000562 , 0x00000005 
+ 00024571  0x000063d8 branch  0x00007ebf 
+ 00024572  0x000063db jam  0x00000009 , 0x0000007c 
+ 00024573  0x000063dc rtn 
+ 00024574  0x000063df nrtn  0x00000029 
+ 00024575  0x000063e0 jam  0x00000011 , 0x0000007c 
+ 00024576  0x000063e1 rtn 
+ 00024577  0x000063e4 arg  0x000040a0 , 0x00000011 
+ 00024578  0x000063e5 call  0x00007255 
+ 00024579  0x000063e6 jam  0x00000003 , 0x0000007c 
+ 00024580  0x000063e7 jam  0x00000008 , 0x0000007d 
+ 00024581  0x000063e8 rtn 
+ 00024582  0x000063eb jam  0x0000000a , 0x00000072 
+ 00024583  0x000063ec jam  0x00000007 , 0x0000007c 
+ 00024584  0x000063ed jam  0x00000016 , 0x000004ca 
+ 00024585  0x000063ee rtn 
+ 00024586  0x000063f5 bpatchx  0x00000082 , 0x00004030 
+ 00024587  0x000063f6 disable  0x00000028 
+ 00024588  0x000063f7 call  0x000062c1 
+ 00024589  0x000063f8 fetch  0x00000001 , 0x00000048 
+ 00024590  0x000063f9 rtn  0x00000034 
+ 00024591  0x000063fe bbit1  0x00000007 , 0x0000603f 
+ 00024592  0x00006400 beq  0x00000001 , 0x0000616f 
+ 00024593  0x00006401 beq  0x00000002 , 0x000060e4 
+ 00024594  0x00006402 beq  0x00000003 , 0x0000604a 
+ 00024595  0x00006403 beq  0x00000004 , 0x00006060 
+ 00024596  0x00006404 beq  0x00000027 , 0x000061db 
+ 00024597  0x00006405 beq  0x00000028 , 0x00006108 
+ 00024598  0x00006406 beq  0x00000030 , 0x000060f4 
+ 00024599  0x00006407 beq  0x00000025 , 0x000061d6 
+ 00024600  0x00006408 beq  0x00000026 , 0x00006103 
+ 00024601  0x00006409 beq  0x00000031 , 0x000061c3 
+ 00024602  0x0000640a beq  0x00000037 , 0x0000616a 
+ 00024603  0x0000640b beq  0x00000033 , 0x0000615c 
+ 00024604  0x0000640c beq  0x00000008 , 0x00006259 
+ 00024605  0x0000640d beq  0x00000009 , 0x0000624f 
+ 00024606  0x0000640e beq  0x0000000b , 0x00006264 
+ 00024607  0x0000640f beq  0x0000000c , 0x0000626d 
+ 00024608  0x00006410 beq  0x0000000f , 0x00006162 
+ 00024609  0x00006411 beq  0x00000010 , 0x00006292 
+ 00024610  0x00006412 beq  0x00000011 , 0x00006288 
+ 00024611  0x00006413 beq  0x00000007 , 0x00006152 
+ 00024612  0x00006414 beq  0x0000002a , 0x0000617e 
+ 00024613  0x00006415 beq  0x0000000a , 0x0000617f 
+ 00024614  0x00006417 beq  0x0000001f , 0x000061bc 
+ 00024615  0x00006418 beq  0x00000006 , 0x000060f9 
+ 00024616  0x00006419 beq  0x00000021 , 0x0000615f 
+ 00024617  0x0000641a beq  0x0000002d , 0x000061b2 
+ 00024618  0x0000641b beq  0x0000002e , 0x000061b7 
+ 00024619  0x0000641c beq  0x00000022 , 0x0000615f 
+ 00024620  0x0000641d beq  0x00000034 , 0x00006180 
+ 00024621  0x0000641e beq  0x00000013 , 0x00006195 
+ 00024622  0x0000641f beq  0x00000017 , 0x000061a4 
+ 00024623  0x00006420 beq  0x00000012 , 0x0000628f 
+ 00024624  0x00006421 beq  0x0000002f , 0x000061aa 
+ 00024625  0x00006422 beq  0x00000018 , 0x000061af 
+ 00024626  0x00006423 beq  0x0000003d , 0x000061ff 
+ 00024627  0x00006424 beq  0x0000003e , 0x0000620b 
+ 00024628  0x00006425 beq  0x0000003f , 0x0000621d 
+ 00024629  0x00006426 beq  0x00000040 , 0x00006227 
+ 00024630  0x00006427 beq  0x00000041 , 0x0000623c 
+ 00024631  0x00006428 beq  0x00000023 , 0x0000624b 
+ 00024632  0x00006429 beq  0x0000003b , 0x00006246 
+ 00024633  0x0000642b beq  0x00000005 , 0x0000624c 
+ 00024634  0x0000642c beq  0x00000029 , 0x0000624d 
+ 00024635  0x0000642d beq  0x00000038 , 0x0000624e 
+ 00024636  0x0000642e beq  0x00000039 , 0x00006175 
+ 00024637  0x00006430 branch  0x00002a8c 
+ 00024638  0x00006431 rtn 
+ 00024639  0x00006433 beq  0x00000081 , 0x0000606d 
+ 00024640  0x00006434 beq  0x00000084 , 0x00006099 
+ 00024641  0x00006435 beq  0x00000082 , 0x00006076 
+ 00024642  0x00006436 beq  0x00000083 , 0x0000610d 
+ 00024643  0x00006437 beq  0x0000008b , 0x00006118 
+ 00024644  0x00006438 beq  0x00000097 , 0x0000614e 
+ 00024645  0x00006439 beq  0x00000099 , 0x000060d5 
+ 00024646  0x0000643a beq  0x0000009a , 0x000060a4 
+ 00024647  0x0000643b beq  0x00000095 , 0x000060da 
+ 00024648  0x0000643c beq  0x00000096 , 0x000060db 
+ 00024649  0x0000643d branch  0x00002a8c 
+ 00024650  0x00006444 force  0x00000002 , 0x0000003f 
+ 00024651  0x00006445 call  0x00006298 
+ 00024652  0x00006446 fetch  0x00000001 , 0x00000049 
+ 00024653  0x00006447 istore  0x00000001 , 0x00000005 
+ 00024654  0x00006448 call  0x000062a7 
+ 00024655  0x00006449 bpatchx  0x00000083 , 0x00004030 
+ 00024656  0x0000644a fetch  0x00000001 , 0x00000049 
+ 00024657  0x0000644b beq  0x00000008 , 0x00006080 
+ 00024658  0x0000644c beq  0x0000000f , 0x00006084 
+ 00024659  0x0000644d beq  0x00000010 , 0x0000608f 
+ 00024660  0x0000644e beq  0x00000017 , 0x0000605f 
+ 00024661  0x0000644f beq  0x00000033 , 0x00006092 
+ 00024662  0x00006450 beq  0x00000041 , 0x00006098 
+ 00024663  0x00006451 beq  0x00000011 , 0x00006059 
+ 00024664  0x00006452 rtn 
+ 00024665  0x00006455 fetch  0x00000001 , 0x00000055 
+ 00024666  0x00006456 rtn  0x00000034 
+ 00024667  0x00006457 jam  0x0000001b , 0x00000055 
+ 00024668  0x00006458 setarg  0x0000000c 
+ 00024669  0x00006459 arg  0x00000007 , 0x00000007 
+ 00024670  0x0000645a branch  0x00007f08 
+ 00024671  0x0000645d branch  0x000026c6 
+ 00024672  0x0000645f force  0x00000003 , 0x0000003f 
+ 00024673  0x00006460 call  0x00006298 
+ 00024674  0x00006461 fetch  0x00000001 , 0x00000049 
+ 00024675  0x00006462 beq  0x0000000b , 0x00006068 
+ 00024676  0x00006463 istore  0x00000001 , 0x00000005 
+ 00024677  0x00006464 fetch  0x00000001 , 0x0000004a 
+ 00024678  0x00006465 istore  0x00000001 , 0x00000005 
+ 00024679  0x00006466 branch  0x000062a7 
+ 00024680  0x00006469 istore  0x00000001 , 0x00000005 
+ 00024681  0x0000646a fetch  0x00000001 , 0x0000004a 
+ 00024682  0x0000646b istore  0x00000001 , 0x00000005 
+ 00024683  0x0000646c arg  0x000004d5 , 0x00000002 
+ 00024684  0x0000646d branch  0x000062e2 
+ 00024685  0x00006470 force  0x00000004 , 0x00000007 
+ 00024686  0x00006471 call  0x000062a0 
+ 00024687  0x00006472 setarg  0x0000007f 
+ 00024688  0x00006473 istore  0x00000001 , 0x00000005 
+ 00024689  0x00006474 fetch  0x00000001 , 0x00000049 
+ 00024690  0x00006475 set0  0x00000007 , 0x0000003f 
+ 00024691  0x00006476 istore  0x00000001 , 0x00000005 
+ 00024692  0x00006477 fetch  0x00000001 , 0x00000049 
+ 00024693  0x00006478 branch  0x000062a7 
+ 00024694  0x0000647b force  0x00000005 , 0x00000007 
+ 00024695  0x0000647c call  0x000062a0 
+ 00024696  0x0000647d setarg  0x0000007f 
+ 00024697  0x0000647e istore  0x00000001 , 0x00000005 
+ 00024698  0x0000647f fetch  0x00000001 , 0x00000049 
+ 00024699  0x00006480 set0  0x00000007 , 0x0000003f 
+ 00024700  0x00006481 istore  0x00000001 , 0x00000005 
+ 00024701  0x00006482 fetch  0x00000001 , 0x0000004a 
+ 00024702  0x00006483 istore  0x00000001 , 0x00000005 
+ 00024703  0x00006484 branch  0x000062a7 
+ 00024704  0x00006488 call  0x0000244f 
+ 00024705  0x00006489 call  0x000062f3 
+ 00024706  0x0000648a rtn  0x00000001 
+ 00024707  0x0000648b branch  0x00005ffc 
+ 00024708  0x0000648e fetch  0x00000001 , 0x0000004b 
+ 00024709  0x0000648f bbit1  0x00000005 , 0x0000608b 
+ 00024710  0x00006490 rtnbit0  0x00000004 
+ 00024711  0x00006491 jam  0x00000012 , 0x0000007c 
+ 00024712  0x00006492 set0  0x00000004 , 0x0000003f 
+ 00024713  0x00006493 call  0x000062eb 
+ 00024714  0x00006494 branch  0x0000608d 
+ 00024715  0x00006496 jam  0x00000010 , 0x0000007c 
+ 00024716  0x00006497 set0  0x00000005 , 0x0000003f 
+ 00024717  0x00006499 store  0x00000001 , 0x0000004b 
+ 00024718  0x0000649a rtn 
+ 00024719  0x0000649d call  0x000062fc 
+ 00024720  0x0000649e branch  0x00005ffe , 0x00000001 
+ 00024721  0x0000649f rtn 
+ 00024722  0x000064a2 jam  0x0000008b , 0x0000007c 
+ 00024723  0x000064a4 fetch  0x00000001 , 0x000004d1 
+ 00024724  0x000064a5 set1  0x00000000 , 0x0000003f 
+ 00024725  0x000064a6 store  0x00000001 , 0x000004d1 
+ 00024726  0x000064a7 jam  0x00000001 , 0x00000a99 
+ 00024727  0x000064a8 branch  0x00007d86 
+ 00024728  0x000064ac rtn 
+ 00024729  0x000064b1 force  0x0000000c , 0x00000007 
+ 00024730  0x000064b2 call  0x000062a0 
+ 00024731  0x000064b3 setarg  0x00000001 
+ 00024732  0x000064b4 istore  0x00000001 , 0x00000005 
+ 00024733  0x000064b5 fetch  0x00000002 , 0x000004ce 
+ 00024734  0x000064b6 istore  0x00000002 , 0x00000005 
+ 00024735  0x000064b7 setarg  0x00000000 
+ 00024736  0x000064b8 istore  0x00000003 , 0x00000005 
+ 00024737  0x000064b9 setarg  0x00000000 
+ 00024738  0x000064ba istore  0x00000004 , 0x00000005 
+ 00024739  0x000064bb branch  0x000062b0 
+ 00024740  0x000064bd force  0x00000005 , 0x00000007 
+ 00024741  0x000064be call  0x000062a0 
+ 00024742  0x000064bf fetch  0x00000003 , 0x0000465b 
+ 00024743  0x000064c0 istore  0x00000003 , 0x00000005 
+ 00024744  0x000064c1 call  0x000062b0 
+ 00024745  0x000064c2 jam  0x00000001 , 0x00004665 
+ 00024746  0x000064c3 fetch  0x00000001 , 0x0000465b 
+ 00024747  0x000064c4 beq  0x00000001 , 0x000060b5 
+ 00024748  0x000064c5 beq  0x00000002 , 0x000060af 
+ 00024749  0x000064c6 beq  0x00000003 , 0x000060bb 
+ 00024750  0x000064c7 rtn 
+ 00024751  0x000064ca fetch  0x00000001 , 0x0000465e 
+ 00024752  0x000064cb beq  0x00000000 , 0x000060c7 
+ 00024753  0x000064cc beq  0x00000001 , 0x000060c7 
+ 00024754  0x000064cd beq  0x00000002 , 0x000060c7 
+ 00024755  0x000064ce beq  0x00000003 , 0x000060c1 
+ 00024756  0x000064cf rtn 
+ 00024757  0x000064d3 fetch  0x00000001 , 0x0000465e 
+ 00024758  0x000064d4 beq  0x00000000 , 0x000060c1 
+ 00024759  0x000064d5 beq  0x00000001 , 0x000060c5 
+ 00024760  0x000064d6 beq  0x00000002 , 0x000060c7 
+ 00024761  0x000064d7 beq  0x00000003 , 0x000060c1 
+ 00024762  0x000064d8 rtn 
+ 00024763  0x000064dc fetch  0x00000001 , 0x0000465e 
+ 00024764  0x000064dd beq  0x00000000 , 0x000060c1 
+ 00024765  0x000064de beq  0x00000001 , 0x000060c1 
+ 00024766  0x000064df beq  0x00000002 , 0x000060c1 
+ 00024767  0x000064e0 beq  0x00000003 , 0x000060c1 
+ 00024768  0x000064e1 rtn 
+ 00024769  0x000064eb jam  0x00000003 , 0x00004662 
+ 00024770  0x000064ec fetch  0x00000001 , 0x0000455c 
+ 00024771  0x000064ed bbit1  0x00000000 , 0x000033e9 
+ 00024772  0x000064ee rtn 
+ 00024773  0x000064f2 jam  0x00000001 , 0x00004662 
+ 00024774  0x000064f3 rtn 
+ 00024775  0x000064fa jam  0x00000002 , 0x00004662 
+ 00024776  0x000064fb rtn 
+ 00024777  0x000064ff arg  0x00000000 , 0x00000007 
+ 00024778  0x00006500 branch  0x000060cd 
+ 00024779  0x00006503 arg  0x00000000 , 0x00000007 
+ 00024780  0x00006504 branch  0x000060d1 
+ 00024781  0x00006507 fetch  0x00000001 , 0x0000455c 
+ 00024782  0x00006508 qset1  0x0000003f 
+ 00024783  0x00006509 store  0x00000001 , 0x0000455c 
+ 00024784  0x0000650a rtn 
+ 00024785  0x0000650d fetch  0x00000001 , 0x0000455c 
+ 00024786  0x0000650e qset0  0x0000003f 
+ 00024787  0x0000650f store  0x00000001 , 0x0000455c 
+ 00024788  0x00006510 rtn 
+ 00024789  0x00006514 force  0x00000005 , 0x00000007 
+ 00024790  0x00006515 call  0x000062a0 
+ 00024791  0x00006516 fetch  0x00000003 , 0x0000465b 
+ 00024792  0x00006517 istore  0x00000003 , 0x00000005 
+ 00024793  0x00006518 branch  0x000062b2 
+ 00024794  0x0000651d rtn 
+ 00024795  0x0000651f force  0x00000009 , 0x00000007 
+ 00024796  0x00006520 call  0x000062a0 
+ 00024797  0x00006521 fetch  0x00000001 , 0x00000095 
+ 00024798  0x00006522 istore  0x00000001 , 0x00000005 
+ 00024799  0x00006523 fetch  0x00000002 , 0x00000096 
+ 00024800  0x00006524 istore  0x00000002 , 0x00000005 
+ 00024801  0x00006525 fetch  0x00000004 , 0x00000091 
+ 00024802  0x00006526 istore  0x00000004 , 0x00000005 
+ 00024803  0x00006527 branch  0x000062b0 
+ 00024804  0x0000652a force  0x00000011 , 0x0000003f 
+ 00024805  0x0000652b call  0x00006298 
+ 00024806  0x0000652c fetch  0x00000001 , 0x00000049 
+ 00024807  0x0000652d copy  0x0000003f , 0x00000002 
+ 00024808  0x0000652e beq  0x00000000 , 0x000060ec 
+ 00024809  0x0000652f beq  0x0000000e , 0x000060ec 
+ 00024810  0x00006530 beq  0x0000001c , 0x000060ec 
+ 00024811  0x00006531 rtn 
+ 00024812  0x00006533 istore  0x00000001 , 0x00000005 
+ 00024813  0x00006534 fetch  0x00000001 , 0x00004515 
+ 00024814  0x00006535 istore  0x00000001 , 0x00000005 
+ 00024815  0x00006536 arg  0x0000000e , 0x00000039 
+ 00024816  0x00006537 setarg  0x00004516 
+ 00024817  0x00006538 iadd  0x00000002 , 0x00000006 
+ 00024818  0x00006539 call  0x00007f01 
+ 00024819  0x0000653a branch  0x000062b0 
+ 00024820  0x0000653e force  0x00000003 , 0x0000003f 
+ 00024821  0x0000653f call  0x00006298 
+ 00024822  0x00006540 setarg  0x00000114 
+ 00024823  0x00006541 istore  0x00000002 , 0x00000005 
+ 00024824  0x00006542 branch  0x000062b0 
+ 00024825  0x00006546 force  0x00000003 , 0x0000003f 
+ 00024826  0x00006547 call  0x00006298 
+ 00024827  0x00006548 fetch  0x00000004 , 0x00000165 
+ 00024828  0x00006549 isub  0x00000022 , 0x0000003f 
+ 00024829  0x0000654a branch  0x000060ff , 0x00000029 
+ 00024830  0x0000654b sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024831  0x0000654e rshift2  0x0000003f , 0x0000003f 
+ 00024832  0x0000654f set0  0x0000000f , 0x0000003f 
+ 00024833  0x00006550 istore  0x00000002 , 0x00000005 
+ 00024834  0x00006551 branch  0x000062b0 
+ 00024835  0x00006554 force  0x00000006 , 0x0000003f 
+ 00024836  0x00006555 call  0x00006298 
+ 00024837  0x00006556 fetch  0x00000005 , 0x00004510 
+ 00024838  0x00006557 istore  0x00000005 , 0x00000005 
+ 00024839  0x00006558 branch  0x000062b0 
+ 00024840  0x0000655b force  0x00000009 , 0x0000003f 
+ 00024841  0x0000655c call  0x00006298 
+ 00024842  0x0000655d fetch  0x00000008 , 0x00004098 
+ 00024843  0x0000655e istore  0x00000008 , 0x00000005 
+ 00024844  0x0000655f branch  0x000062b0 
+ 00024845  0x00006567 force  0x0000000c , 0x00000007 
+ 00024846  0x00006568 call  0x000062a0 
+ 00024847  0x00006569 setarg  0x00000001 
+ 00024848  0x0000656a istore  0x00000001 , 0x00000005 
+ 00024849  0x0000656b fetch  0x00000002 , 0x000004ce 
+ 00024850  0x0000656c istore  0x00000002 , 0x00000005 
+ 00024851  0x0000656d setarg  0x00000000 
+ 00024852  0x0000656e istore  0x00000003 , 0x00000005 
+ 00024853  0x0000656f setarg  0x00000000 
+ 00024854  0x00006570 istore  0x00000004 , 0x00000005 
+ 00024855  0x00006571 branch  0x000062b2 
+ 00024856  0x00006574 force  0x00000003 , 0x00000007 
+ 00024857  0x00006575 call  0x000062a0 
+ 00024858  0x00006576 fetch  0x00000001 , 0x0000415a 
+ 00024859  0x00006577 istore  0x00000001 , 0x00000005 
+ 00024860  0x00006578 disable  0x00000028 
+ 00024861  0x00006579 call  0x000062b2 
+ 00024862  0x0000657a nrtn  0x00000028 
+ 00024863  0x0000657b nrtn  0x00000029 
+ 00024864  0x0000657c fetch  0x00000001 , 0x000040d8 
+ 00024865  0x0000657d rtnbit0  0x00000000 
+ 00024866  0x0000657e call  0x00006132 
+ 00024867  0x0000657f branch  0x0000613c 
+ 00024868  0x00006583 bpatchx  0x00000084 , 0x00004030 
+ 00024869  0x00006584 fetch  0x00000001 , 0x0000409e 
+ 00024870  0x00006585 set1  0x00000003 , 0x0000003f 
+ 00024871  0x00006586 store  0x00000001 , 0x0000409e 
+ 00024872  0x00006587 setarg  0x00000101 
+ 00024873  0x00006588 store  0x00000002 , 0x000004ce 
+ 00024874  0x00006589 rtn 
+ 00024875  0x0000658c bpatchx  0x00000085 , 0x00004030 
+ 00024876  0x0000658d fetch  0x00000001 , 0x0000409e 
+ 00024877  0x0000658e set0  0x00000003 , 0x0000003f 
+ 00024878  0x0000658f store  0x00000001 , 0x0000409e 
+ 00024879  0x00006590 setarg  0x00000000 
+ 00024880  0x00006591 store  0x00000002 , 0x000004ce 
+ 00024881  0x00006592 rtn 
+ 00024882  0x00006595 jam  0x00000003 , 0x000040d8 
+ 00024883  0x00006596 setarg  0x00000000 
+ 00024884  0x00006597 store  0x00000004 , 0x00004142 
+ 00024885  0x00006598 arg  0x000040da , 0x00000005 
+ 00024886  0x00006599 call  0x00006140 
+ 00024887  0x0000659a arg  0x000040e7 , 0x00000005 
+ 00024888  0x0000659b call  0x00006140 
+ 00024889  0x0000659c arg  0x00004146 , 0x00000005 
+ 00024890  0x0000659d call  0x00006140 
+ 00024891  0x0000659e branch  0x00006147 
+ 00024892  0x000065a0 arg  0x000040e7 , 0x00000005 
+ 00024893  0x000065a1 call  0x00006140 
+ 00024894  0x000065a2 call  0x00006147 
+ 00024895  0x000065a3 branch  0x0000614a 
+ 00024896  0x000065a7 setarg  0x00ffffff 
+ 00024897  0x000065a8 istore  0x00000003 , 0x00000005 
+ 00024898  0x000065a9 istore  0x00000003 , 0x00000005 
+ 00024899  0x000065aa istore  0x00000003 , 0x00000005 
+ 00024900  0x000065ab setarg  0x0000007f 
+ 00024901  0x000065ac istore  0x00000001 , 0x00000005 
+ 00024902  0x000065ad rtn 
+ 00024903  0x000065af setarg  0x00000000 
+ 00024904  0x000065b0 store  0x00000002 , 0x000040d6 
+ 00024905  0x000065b1 rtn 
+ 00024906  0x000065b3 fetch  0x00000001 , 0x000040d8 
+ 00024907  0x000065b4 set1  0x00000002 , 0x0000003f 
+ 00024908  0x000065b5 store  0x00000001 , 0x000040d8 
+ 00024909  0x000065b6 rtn 
+ 00024910  0x000065ba force  0x00000002 , 0x00000007 
+ 00024911  0x000065bb call  0x000062a0 
+ 00024912  0x000065bc nbranch  0x000062b0 , 0x00000029 
+ 00024913  0x000065be branch  0x000062b2 
+ 00024914  0x000065c3 force  0x00000002 , 0x0000003f 
+ 00024915  0x000065c4 call  0x00006298 
+ 00024916  0x000065c5 fetch  0x00000001 , 0x000004ca 
+ 00024917  0x000065c6 istore  0x00000001 , 0x00000005 
+ 00024918  0x000065c7 call  0x000062b2 
+ 00024919  0x000065c9 fetch  0x00000001 , 0x0000004b 
+ 00024920  0x000065ca set1  0x00000003 , 0x0000003f 
+ 00024921  0x000065cb store  0x00000001 , 0x0000004b 
+ 00024922  0x000065cc jam  0x00000032 , 0x00000072 
+ 00024923  0x000065cd rtn 
+ 00024924  0x000065d1 force  0x00000001 , 0x0000003f 
+ 00024925  0x000065d2 call  0x00006298 
+ 00024926  0x000065d3 branch  0x000062b2 
+ 00024927  0x000065d5 force  0x00000001 , 0x0000003f 
+ 00024928  0x000065d6 call  0x00006298 
+ 00024929  0x000065d7 branch  0x000062b0 
+ 00024930  0x000065db force  0x00000002 , 0x0000003f 
+ 00024931  0x000065dc call  0x00006298 
+ 00024932  0x000065dd fetch  0x00000001 , 0x0000004c 
+ 00024933  0x000065de isolate0  0x00000002 , 0x0000003f 
+ 00024934  0x000065df setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00024935  0x000065e0 and_into  0x00000001 , 0x0000003f 
+ 00024936  0x000065e1 istore  0x00000001 , 0x00000005 
+ 00024937  0x000065e2 branch  0x000062b2 
+ 00024938  0x000065e6 force  0x00000003 , 0x0000003f 
+ 00024939  0x000065e7 call  0x00006298 
+ 00024940  0x000065e8 fetch  0x00000002 , 0x00000051 
+ 00024941  0x000065e9 istore  0x00000002 , 0x00000005 
+ 00024942  0x000065ea branch  0x000062b2 
+ 00024943  0x000065ed jam  0x000000fa , 0x00000072 
+ 00024944  0x000065ee force  0x00000002 , 0x0000003f 
+ 00024945  0x000065ef call  0x00006298 
+ 00024946  0x000065f0 fetch  0x00000001 , 0x00000053 
+ 00024947  0x000065f1 istore  0x00000001 , 0x00000005 
+ 00024948  0x000065f2 branch  0x000062b2 
+ 00024949  0x000065f5 force  0x0000000a , 0x0000003f 
+ 00024950  0x000065f6 call  0x00006298 
+ 00024951  0x000065f7 arg  0x00000152 , 0x00000006 
+ 00024952  0x000065f8 force  0x00000009 , 0x00000039 
+ 00024953  0x000065fa ifetch  0x00000001 , 0x00000006 
+ 00024954  0x000065fb xor_into  0x00000055 , 0x0000003f 
+ 00024955  0x000065fc istore  0x00000001 , 0x00000005 
+ 00024956  0x000065fd loop  0x00006179 
+ 00024957  0x000065fe branch  0x000062b2 
+ 00024958  0x00006601 branch  0x000062b2 
+ 00024959  0x00006603 branch  0x000062b2 
+ 00024960  0x00006606 rtn  0x00000029 
+ 00024961  0x00006607 call  0x0000282d 
+ 00024962  0x00006608 force  0x00000009 , 0x0000003f 
+ 00024963  0x00006609 call  0x00006298 
+ 00024964  0x0000660a fetch  0x00000002 , 0x00000171 
+ 00024965  0x0000660b istore  0x00000002 , 0x00000005 
+ 00024966  0x0000660c fetch  0x00000003 , 0x000040a0 
+ 00024967  0x0000660d istore  0x00000003 , 0x00000005 
+ 00024968  0x0000660e fetch  0x00000001 , 0x000040a3 
+ 00024969  0x0000660f istore  0x00000001 , 0x00000005 
+ 00024970  0x00006610 fetch  0x00000002 , 0x000040a4 
+ 00024971  0x00006611 istore  0x00000002 , 0x00000005 
+ 00024972  0x00006612 bmark0  0x00000003 , 0x00006191 
+ 00024973  0x00006613 set0  0x00000003 , 0x00000000 
+ 00024974  0x00006614 call  0x000062b2 
+ 00024975  0x00006615 jam  0x00000013 , 0x0000007c 
+ 00024976  0x00006616 rtn 
+ 00024977  0x00006618 call  0x000062b0 
+ 00024978  0x00006619 jam  0x00000003 , 0x0000007c 
+ 00024979  0x0000661a jam  0x00000013 , 0x0000007d 
+ 00024980  0x0000661b rtn 
+ 00024981  0x0000661e arg  0x00000200 , 0x00000002 
+ 00024982  0x0000661f branch  0x00006199 , 0x00000029 
+ 00024983  0x00006620 deposit  0x00000028 
+ 00024984  0x00006621 branch  0x0000619a 
+ 00024985  0x00006623 deposit  0x00000022 
+ 00024986  0x00006625 deposit  0x00000021 
+ 00024987  0x00006626 iadd  0x00000002 , 0x0000003f 
+ 00024988  0x00006627 and_into  0x000001fc , 0x0000003f 
+ 00024989  0x00006628 store  0x00000004 , 0x00000034 
+ 00024990  0x00006629 force  0x00000005 , 0x0000003f 
+ 00024991  0x0000662a call  0x00006298 
+ 00024992  0x0000662b fetch  0x00000004 , 0x00000034 
+ 00024993  0x0000662c rshift  0x0000003f , 0x0000003f 
+ 00024994  0x0000662d istore  0x00000004 , 0x00000005 
+ 00024995  0x0000662e branch  0x000062b2 
+ 00024996  0x00006631 force  0x0000000a , 0x0000003f 
+ 00024997  0x00006632 call  0x00006298 
+ 00024998  0x00006633 arg  0x000004d9 , 0x00000006 
+ 00024999  0x00006634 ifetch  0x00000009 , 0x00000006 
+ 00025000  0x00006635 istore  0x00000009 , 0x00000005 
+ 00025001  0x00006636 branch  0x000062b2 
+ 00025002  0x0000663b force  0x00000003 , 0x0000003f 
+ 00025003  0x0000663c call  0x00006298 
+ 00025004  0x0000663d setarg  0x00000114 
+ 00025005  0x0000663e istore  0x00000002 , 0x00000005 
+ 00025006  0x0000663f branch  0x000062b2 
+ 00025007  0x00006643 force  0x00000001 , 0x0000003f 
+ 00025008  0x00006644 call  0x00006298 
+ 00025009  0x0000664d branch  0x000062b2 
+ 00025010  0x00006651 force  0x00000002 , 0x0000003f 
+ 00025011  0x00006652 call  0x00006298 
+ 00025012  0x00006653 fetch  0x00000001 , 0x000040d0 
+ 00025013  0x00006654 istore  0x00000001 , 0x00000005 
+ 00025014  0x00006655 branch  0x000062b2 
+ 00025015  0x00006659 force  0x00000002 , 0x0000003f 
+ 00025016  0x0000665a call  0x00006298 
+ 00025017  0x0000665b setarg  0x00000005 
+ 00025018  0x0000665c istore  0x00000001 , 0x00000005 
+ 00025019  0x0000665d branch  0x000062b2 
+ 00025020  0x00006661 force  0x00000002 , 0x0000003f 
+ 00025021  0x00006662 call  0x00006298 
+ 00025022  0x00006663 setarg  0x00000000 
+ 00025023  0x00006664 istore  0x00000001 , 0x00000005 
+ 00025024  0x00006665 branch  0x000062b2 
+ 00025025  0x00006669 jam  0x0000002e , 0x0000007c 
+ 00025026  0x0000666a rtn 
+ 00025027  0x0000666c fetch  0x00000001 , 0x00004092 
+ 00025028  0x0000666d sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00025029  0x0000666e call  0x000061c1 , 0x00000005 
+ 00025030  0x0000666f fetch  0x00000001 , 0x00000030 
+ 00025031  0x00006670 set1  0x00000004 , 0x0000003f 
+ 00025032  0x00006671 store  0x00000001 , 0x00000030 
+ 00025033  0x00006672 copy  0x00000022 , 0x0000003f 
+ 00025034  0x00006673 store  0x00000004 , 0x000004e9 
+ 00025035  0x00006674 fetch  0x00000001 , 0x000004d1 
+ 00025036  0x00006675 bbit1  0x00000003 , 0x000061d4 
+ 00025037  0x00006676 set1  0x00000003 , 0x0000003f 
+ 00025038  0x00006677 store  0x00000001 , 0x000004d1 
+ 00025039  0x00006678 jam  0x00000005 , 0x00000a99 
+ 00025040  0x00006679 call  0x00007d86 
+ 00025041  0x0000667a force  0x00000001 , 0x0000003f 
+ 00025042  0x0000667b call  0x00006298 
+ 00025043  0x0000667c branch  0x000062b2 
+ 00025044  0x0000667e jam  0x00000000 , 0x00000048 
+ 00025045  0x0000667f rtn 
+ 00025046  0x00006682 force  0x00000006 , 0x0000003f 
+ 00025047  0x00006683 call  0x00006298 
+ 00025048  0x00006684 fetch  0x00000005 , 0x00004510 
+ 00025049  0x00006685 istore  0x00000005 , 0x00000005 
+ 00025050  0x00006686 branch  0x000062b2 
+ 00025051  0x00006689 force  0x00000009 , 0x0000003f 
+ 00025052  0x0000668a call  0x00006298 
+ 00025053  0x0000668b fetch  0x00000008 , 0x00004098 
+ 00025054  0x0000668c istore  0x00000008 , 0x00000005 
+ 00025055  0x0000668d branch  0x000062b2 
+ 00025056  0x00006690 jam  0x00000001 , 0x000009b1 
+ 00025057  0x00006691 fetch  0x00000001 , 0x000045b1 
+ 00025058  0x00006692 rtnne  0x00000001 
+ 00025059  0x00006693 jam  0x00000013 , 0x000009af 
+ 00025060  0x00006694 rtn 
+ 00025061  0x00006697 call  0x000062ef 
+ 00025062  0x00006698 jam  0x00000099 , 0x0000007c 
+ 00025063  0x00006699 jam  0x00000003 , 0x000009af 
+ 00025064  0x0000669a rtn 
+ 00025065  0x0000669e call  0x000062ef 
+ 00025066  0x0000669f jam  0x0000003d , 0x0000007c 
+ 00025067  0x000066a0 jam  0x00000007 , 0x000009af 
+ 00025068  0x000066a1 rtn 
+ 00025069  0x000066a4 arg  0x00000a4e , 0x00000011 
+ 00025070  0x000066a5 arg  0x00000a6e , 0x00000012 
+ 00025071  0x000066a6 arg  0x00000010 , 0x00000039 
+ 00025072  0x000066a7 call  0x00007f88 
+ 00025073  0x000066a8 branch  0x000061f7 , 0x00000005 
+ 00025074  0x000066a9 jam  0x00000000 , 0x000009af 
+ 00025075  0x000066aa call  0x000076da 
+ 00025076  0x000066ab jam  0x00000024 , 0x0000007e 
+ 00025077  0x000066ac jam  0x00000040 , 0x0000007d 
+ 00025078  0x000066ad branch  0x00005d53 
+ 00025079  0x000066af jam  0x0000000a , 0x000009af 
+ 00025080  0x000066b0 call  0x000076d8 
+ 00025081  0x000066b1 jam  0x00000040 , 0x0000007d 
+ 00025082  0x000066b2 branch  0x00005e38 
+ 00025083  0x000066b7 jam  0x00000040 , 0x0000007c 
+ 00025084  0x000066b8 rtn 
+ 00025085  0x000066bf jam  0x0000003d , 0x0000007c 
+ 00025086  0x000066c1 rtn 
+ 00025087  0x000066c8 jam  0x00000000 , 0x000009b6 
+ 00025088  0x000066c9 force  0x00000004 , 0x0000003f 
+ 00025089  0x000066ca call  0x00006298 
+ 00025090  0x000066cb force  0x00000001 , 0x0000003f 
+ 00025091  0x000066cc istore  0x00000001 , 0x00000005 
+ 00025092  0x000066cd force  0x00000001 , 0x0000003f 
+ 00025093  0x000066ce istore  0x00000001 , 0x00000005 
+ 00025094  0x000066cf force  0x00000030 , 0x0000003f 
+ 00025095  0x000066d0 istore  0x00000001 , 0x00000005 
+ 00025096  0x000066d1 call  0x000062fc 
+ 00025097  0x000066d2 branch  0x000062b2 , 0x00000001 
+ 00025098  0x000066d3 branch  0x000062b0 
+ 00025099  0x000066d7 force  0x00000011 , 0x0000003f 
+ 00025100  0x000066d8 call  0x00006298 
+ 00025101  0x000066d9 fetch  0x00000001 , 0x000009b6 
+ 00025102  0x000066da arg  0x0000462a , 0x00000006 
+ 00025103  0x000066db iadd  0x00000006 , 0x00000006 
+ 00025104  0x000066dc ifetch  0x00000008 , 0x00000006 
+ 00025105  0x000066dd istore  0x00000008 , 0x00000005 
+ 00025106  0x000066de ifetch  0x00000008 , 0x00000006 
+ 00025107  0x000066df istore  0x00000008 , 0x00000005 
+ 00025108  0x000066e0 fetch  0x00000001 , 0x000009b6 
+ 00025109  0x000066e1 increase  0x00000010 , 0x0000003f 
+ 00025110  0x000066e2 store  0x00000001 , 0x000009b6 
+ 00025111  0x000066e3 call  0x000062fc 
+ 00025112  0x000066e4 branch  0x000062b2 , 0x00000001 
+ 00025113  0x000066e5 branch  0x000062b0 
+ 00025114  0x000066e9 jam  0x00000006 , 0x000009ae 
+ 00025115  0x000066ea jam  0x0000003f , 0x0000007c 
+ 00025116  0x000066eb rtn 
+ 00025117  0x000066ef force  0x00000011 , 0x0000003f 
+ 00025118  0x000066f0 call  0x00006298 
+ 00025119  0x000066f1 arg  0x00000a4e , 0x00000006 
+ 00025120  0x000066f2 ifetch  0x00000008 , 0x00000006 
+ 00025121  0x000066f3 istore  0x00000008 , 0x00000005 
+ 00025122  0x000066f4 ifetch  0x00000008 , 0x00000006 
+ 00025123  0x000066f5 istore  0x00000008 , 0x00000005 
+ 00025124  0x000066f6 branch  0x000062b0 
+ 00025125  0x000066f9 jam  0x00000040 , 0x0000007c 
+ 00025126  0x000066fa rtn 
+ 00025127  0x000066fe call  0x000062fc 
+ 00025128  0x000066ff call  0x00007612 , 0x00000001 
+ 00025129  0x00006700 force  0x00000011 , 0x0000003f 
+ 00025130  0x00006701 call  0x00006298 
+ 00025131  0x00006702 arg  0x00000a1e , 0x00000006 
+ 00025132  0x00006703 ifetch  0x00000008 , 0x00000006 
+ 00025133  0x00006704 istore  0x00000008 , 0x00000005 
+ 00025134  0x00006705 ifetch  0x00000008 , 0x00000006 
+ 00025135  0x00006706 istore  0x00000008 , 0x00000005 
+ 00025136  0x00006707 call  0x000062fc 
+ 00025137  0x00006708 nbranch  0x000062b0 , 0x00000001 
+ 00025138  0x00006709 branch  0x000062b2 , 0x00000001 
+ 00025139  0x0000670d jam  0x0000000f , 0x000009af 
+ 00025140  0x0000670f call  0x000062ef 
+ 00025141  0x00006710 jam  0x0000000b , 0x0000007c 
+ 00025142  0x00006711 call  0x00006307 
+ 00025143  0x00006712 branch  0x0000764e , 0x00000001 
+ 00025144  0x00006713 branch  0x00007658 
+ 00025145  0x00006715 call  0x000062eb 
+ 00025146  0x00006717 jam  0x00000041 , 0x0000007c 
+ 00025147  0x00006718 rtn 
+ 00025148  0x0000671b force  0x00000011 , 0x0000003f 
+ 00025149  0x0000671c call  0x00006298 
+ 00025150  0x0000671d arg  0x00000a4e , 0x00000006 
+ 00025151  0x0000671e ifetch  0x00000008 , 0x00000006 
+ 00025152  0x0000671f istore  0x00000008 , 0x00000005 
+ 00025153  0x00006720 ifetch  0x00000008 , 0x00000006 
+ 00025154  0x00006721 istore  0x00000008 , 0x00000005 
+ 00025155  0x00006722 call  0x000062fc 
+ 00025156  0x00006723 nbranch  0x000062b0 , 0x00000001 
+ 00025157  0x00006724 branch  0x000062b2 , 0x00000001 
+ 00025158  0x00006727 force  0x00000003 , 0x0000003f 
+ 00025159  0x00006728 call  0x00006298 
+ 00025160  0x00006729 setarg  0x0000fffe 
+ 00025161  0x0000672a istore  0x00000002 , 0x00000005 
+ 00025162  0x0000672b branch  0x000062b0 
+ 00025163  0x0000672e branch  0x000062b2 
+ 00025164  0x00006730 branch  0x000062b2 
+ 00025165  0x00006732 branch  0x000062b2 
+ 00025166  0x00006734 branch  0x000062b2 
+ 00025167  0x0000673a call  0x0000630b 
+ 00025168  0x0000673b arg  0x000040a0 , 0x00000011 
+ 00025169  0x0000673c call  0x00006311 
+ 00025170  0x0000673d force  0x00000011 , 0x0000003f 
+ 00025171  0x0000673e call  0x00006298 
+ 00025172  0x0000673f arg  0x00000582 , 0x00000011 
+ 00025173  0x00006740 arg  0x00000562 , 0x00000012 
+ 00025174  0x00006741 call  0x00007352 
+ 00025175  0x00006742 nbranch  0x000062a7 , 0x00000029 
+ 00025176  0x00006743 branch  0x000062ad 
+ 00025177  0x00006746 call  0x0000630b 
+ 00025178  0x00006747 arg  0x00000040 , 0x00000011 
+ 00025179  0x00006748 call  0x00007255 
+ 00025180  0x0000674a force  0x00000011 , 0x0000003f 
+ 00025181  0x0000674b call  0x00006298 
+ 00025182  0x0000674c arg  0x00000562 , 0x00000006 
+ 00025183  0x0000674d call  0x00007ebf 
+ 00025184  0x0000674e fetch  0x00000001 , 0x00000055 
+ 00025185  0x0000674f beq  0x00000019 , 0x000062b2 
+ 00025186  0x00006750 beq  0x00000018 , 0x000062b2 
+ 00025187  0x00006751 branch  0x000062ad 
+ 00025188  0x00006754 fetch  0x00000001 , 0x000009b5 
+ 00025189  0x00006755 branch  0x0000626a , 0x00000034 
+ 00025190  0x00006756 call  0x000062fc 
+ 00025191  0x00006757 call  0x000062ef , 0x00000001 
+ 00025192  0x00006758 ncall  0x000062eb , 0x00000001 
+ 00025193  0x00006759 branch  0x0000626b 
+ 00025194  0x0000675b call  0x000062ef 
+ 00025195  0x0000675d call  0x0000630b 
+ 00025196  0x0000675e branch  0x0000625c 
+ 00025197  0x00006761 arg  0x000040a0 , 0x00000011 
+ 00025198  0x00006762 call  0x00007288 
+ 00025199  0x00006763 force  0x00000005 , 0x0000003f 
+ 00025200  0x00006764 call  0x00006298 
+ 00025201  0x00006765 fetch  0x00000004 , 0x00000592 
+ 00025202  0x00006766 istore  0x00000004 , 0x00000005 
+ 00025203  0x00006767 arg  0x000004d5 , 0x00000002 
+ 00025204  0x00006768 call  0x000062e2 
+ 00025205  0x00006769 call  0x00007386 
+ 00025206  0x0000676a call  0x000062fc 
+ 00025207  0x0000676b branch  0x0000627c , 0x00000001 
+ 00025208  0x0000676c jam  0x00000001 , 0x000004d8 
+ 00025209  0x0000676d fetch  0x00000001 , 0x000009b5 
+ 00025210  0x0000676e rtn  0x00000034 
+ 00025211  0x0000676f jam  0x0000000b , 0x0000007c 
+ 00025212  0x00006771 fetch  0x00000001 , 0x000041bd 
+ 00025213  0x00006772 rtn  0x00000034 
+ 00025214  0x00006774 call  0x000062fc 
+ 00025215  0x00006775 nbranch  0x00006284 , 0x00000001 
+ 00025216  0x00006776 fetch  0x00000001 , 0x000004d7 
+ 00025217  0x00006777 rtn  0x00000034 
+ 00025218  0x00006778 jam  0x0000000f , 0x0000007c 
+ 00025219  0x00006779 rtn 
+ 00025220  0x0000677b rtnmark0  0x00000021 
+ 00025221  0x0000677c set0  0x00000021 , 0x00000000 
+ 00025222  0x0000677d jam  0x0000000f , 0x0000007c 
+ 00025223  0x0000677e rtn 
+ 00025224  0x00006783 call  0x0000630b 
+ 00025225  0x00006784 call  0x0000728b 
+ 00025226  0x00006785 force  0x00000011 , 0x0000003f 
+ 00025227  0x00006786 call  0x00006298 
+ 00025228  0x00006787 arg  0x00000562 , 0x00000006 
+ 00025229  0x00006788 call  0x00007ebf 
+ 00025230  0x00006789 branch  0x000062ad 
+ 00025231  0x0000678c force  0x00000001 , 0x0000003f 
+ 00025232  0x0000678d call  0x00006298 
+ 00025233  0x0000678e branch  0x000062ad 
+ 00025234  0x00006791 force  0x00000002 , 0x0000003f 
+ 00025235  0x00006792 call  0x00006298 
+ 00025236  0x00006793 force  0x00000010 , 0x0000003f 
+ 00025237  0x00006794 istore  0x00000001 , 0x00000005 
+ 00025238  0x00006795 store  0x00000001 , 0x00000054 
+ 00025239  0x00006796 branch  0x000062ad 
+ 00025240  0x0000679a lshift3  0x0000003f , 0x0000003f 
+ 00025241  0x0000679b or_into  0x00000007 , 0x0000003f 
+ 00025242  0x0000679c store  0x00000001 , 0x000004b6 
+ 00025243  0x0000679d arg  0x00000011 , 0x00000039 
+ 00025244  0x0000679e arg  0x000004b8 , 0x00000005 
+ 00025245  0x0000679f call  0x00007ed4 
+ 00025246  0x000067a0 arg  0x000004b8 , 0x00000005 
+ 00025247  0x000067a1 rtn 
+ 00025248  0x000067a4 and  0x0000003f , 0x0000007f , 0x00000011 
+ 00025249  0x000067a5 jam  0x0000007f , 0x00000048 
+ 00025250  0x000067a6 deposit  0x00000007 
+ 00025251  0x000067a7 call  0x00006298 
+ 00025252  0x000067a8 deposit  0x00000011 
+ 00025253  0x000067a9 istore  0x00000001 , 0x00000005 
+ 00025254  0x000067aa rtn 
+ 00025255  0x000067ad fetch  0x00000001 , 0x00000048 
+ 00025256  0x000067ae lshift  0x0000003f , 0x0000003f 
+ 00025257  0x000067af fetcht  0x00000001 , 0x0000004c 
+ 00025258  0x000067b0 isolate1  0x00000001 , 0x00000002 
+ 00025259  0x000067b1 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00025260  0x000067b2 branch  0x000062b7 
+ 00025261  0x000067b6 fetcht  0x00000001 , 0x0000004c 
+ 00025262  0x000067b7 and_into  0x00000001 , 0x00000002 
+ 00025263  0x000067b8 branch  0x000062b3 
+ 00025264  0x000067bb force  0x00000000 , 0x00000002 
+ 00025265  0x000067bc branch  0x000062b3 
+ 00025266  0x000067bf force  0x00000001 , 0x00000002 
+ 00025267  0x000067c1 fetch  0x00000001 , 0x00000048 
+ 00025268  0x000067c2 lshift  0x0000003f , 0x0000003f 
+ 00025269  0x000067c3 setflag  0x00000029 , 0x00000000 , 0x0000003f 
+ 00025270  0x000067c4 ixor  0x00000002 , 0x0000003f 
+ 00025271  0x000067c6 store  0x00000001 , 0x000004b7 
+ 00025272  0x000067c7 jam  0x00000000 , 0x00000048 
+ 00025273  0x000067c8 call  0x000062c7 
+ 00025274  0x000067c9 enable  0x00000028 
+ 00025275  0x000067ca rtn 
+ 00025276  0x000067ce fetch  0x00000001 , 0x0000007c 
+ 00025277  0x000067cf rtn  0x00000034 
+ 00025278  0x000067d0 call  0x000062c1 
+ 00025279  0x000067d1 fetch  0x00000001 , 0x0000007c 
+ 00025280  0x000067d2 rtn 
+ 00025281  0x000067d5 bpatchx  0x00000086 , 0x00004030 
+ 00025282  0x000067d6 fetch  0x00000001 , 0x00000048 
+ 00025283  0x000067d7 branch  0x000062c7 , 0x00000034 
+ 00025284  0x000067d8 fetch  0x00000001 , 0x00000078 
+ 00025285  0x000067d9 nrtn  0x00000034 
+ 00025286  0x000067da branch  0x000062d1 
+ 00025287  0x000067dc fetch  0x00000001 , 0x00000078 
+ 00025288  0x000067dd branch  0x000062d7 , 0x00000034 
+ 00025289  0x000067de fetch  0x00000003 , 0x00000078 
+ 00025290  0x000067df store  0x00000003 , 0x00000048 
+ 00025291  0x000067e0 fetcht  0x00000001 , 0x0000007b 
+ 00025292  0x000067e1 fetch  0x00000001 , 0x0000004c 
+ 00025293  0x000067e2 set0  0x00000001 , 0x0000003f 
+ 00025294  0x000067e3 ior  0x00000002 , 0x0000003f 
+ 00025295  0x000067e4 store  0x00000001 , 0x0000004c 
+ 00025296  0x000067e5 jam  0x00000000 , 0x00000078 
+ 00025297  0x000067e7 fetch  0x00000001 , 0x0000007c 
+ 00025298  0x000067e8 rtn  0x00000034 
+ 00025299  0x000067e9 fetch  0x00000004 , 0x0000007c 
+ 00025300  0x000067ea store  0x00000004 , 0x00000078 
+ 00025301  0x000067eb jam  0x00000000 , 0x0000007c 
+ 00025302  0x000067ec rtn 
+ 00025303  0x000067ee fetch  0x00000001 , 0x0000007c 
+ 00025304  0x000067ef rtn  0x00000034 
+ 00025305  0x000067f0 fetch  0x00000003 , 0x0000007c 
+ 00025306  0x000067f1 store  0x00000003 , 0x00000048 
+ 00025307  0x000067f2 fetcht  0x00000001 , 0x0000007f 
+ 00025308  0x000067f3 fetch  0x00000001 , 0x0000004c 
+ 00025309  0x000067f4 set0  0x00000001 , 0x0000003f 
+ 00025310  0x000067f5 ior  0x00000002 , 0x0000003f 
+ 00025311  0x000067f6 store  0x00000001 , 0x0000004c 
+ 00025312  0x000067f7 jam  0x00000000 , 0x0000007c 
+ 00025313  0x000067f8 rtn 
+ 00025314  0x000067fc bpatchx  0x00000087 , 0x00004030 
+ 00025315  0x000067fd fetch  0x00000001 , 0x0000004c 
+ 00025316  0x000067fe copy  0x0000003f , 0x00000013 
+ 00025317  0x000067ff ifetch  0x00000001 , 0x00000002 
+ 00025318  0x00006800 call  0x00005e52 
+ 00025319  0x00006801 call  0x000062a7 
+ 00025320  0x00006802 copy  0x00000013 , 0x0000003f 
+ 00025321  0x00006803 store  0x00000001 , 0x0000004c 
+ 00025322  0x00006804 rtn 
+ 00025323  0x00006807 fetcht  0x00000001 , 0x0000004c 
+ 00025324  0x00006808 set0  0x00000000 , 0x00000002 
+ 00025325  0x00006809 storet  0x00000001 , 0x0000004c 
+ 00025326  0x0000680a rtn 
+ 00025327  0x0000680d fetcht  0x00000001 , 0x0000004c 
+ 00025328  0x0000680e set1  0x00000000 , 0x00000002 
+ 00025329  0x0000680f storet  0x00000001 , 0x0000004c 
+ 00025330  0x00006810 rtn 
+ 00025331  0x00006814 nsetflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00025332  0x00006815 fetcht  0x00000001 , 0x0000004c 
+ 00025333  0x00006816 ixor  0x00000002 , 0x0000003f 
+ 00025334  0x00006817 isolate1  0x00000001 , 0x0000003f 
+ 00025335  0x00006818 rtn 
+ 00025336  0x0000681c fetch  0x00000001 , 0x0000004c 
+ 00025337  0x0000681d setflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00025338  0x0000681e store  0x00000001 , 0x0000004c 
+ 00025339  0x0000681f rtn 
+ 00025340  0x00006823 fetch  0x00000001 , 0x000009b4 
+ 00025341  0x00006824 compare  0x00000001 , 0x0000003f , 0x0000007f 
+ 00025342  0x00006825 rtn 
+ 00025343  0x00006827 fetch  0x00000001 , 0x000009b4 
+ 00025344  0x00006828 set1  0x00000007 , 0x0000003f 
+ 00025345  0x00006829 store  0x00000001 , 0x000009b4 
+ 00025346  0x0000682a rtn 
+ 00025347  0x0000682c fetch  0x00000001 , 0x000009b4 
+ 00025348  0x0000682d set0  0x00000007 , 0x0000003f 
+ 00025349  0x0000682e store  0x00000001 , 0x000009b4 
+ 00025350  0x0000682f rtn 
+ 00025351  0x00006831 fetch  0x00000001 , 0x000009b4 
+ 00025352  0x00006832 isolate1  0x00000007 , 0x0000003f 
+ 00025353  0x00006833 store  0x00000001 , 0x000009b4 
+ 00025354  0x00006834 rtn 
+ 00025355  0x00006838 arg  0x00000562 , 0x00000005 
+ 00025356  0x0000683a force  0x00000010 , 0x00000039 
+ 00025357  0x0000683d random  0x0000003f 
+ 00025358  0x0000683e istore  0x00000001 , 0x00000005 
+ 00025359  0x0000683f loop  0x0000630d 
+ 00025360  0x00006840 rtn 
+ 00025361  0x00006843 call  0x00007259 
+ 00025362  0x00006844 arg  0x000041be , 0x00000011 
+ 00025363  0x00006845 arg  0x00000592 , 0x00000012 
+ 00025364  0x00006846 ifetch  0x00000008 , 0x00000011 
+ 00025365  0x00006847 fetcht  0x00000001 , 0x00000030 
+ 00025366  0x00006848 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00025367  0x00006849 storet  0x00000001 , 0x00000030 
+ 00025368  0x0000684a copy  0x00000011 , 0x00000005 
+ 00025369  0x0000684b call  0x00007352 
+ 00025370  0x0000684c branch  0x000021c4 
+ 00025371  0x00006854 bpatchx  0x00000088 , 0x00004031 
+ 00025372  0x00006856 call  0x000062bc 
+ 00025373  0x00006857 nrtn  0x00000034 
+ 00025374  0x00006859 fetch  0x00000001 , 0x00000055 
+ 00025375  0x0000685a rtn  0x00000034 
+ 00025376  0x0000685e beq  0x00000004 , 0x0000636f 
+ 00025377  0x0000685f beq  0x00000005 , 0x00006374 
+ 00025378  0x00006860 beq  0x00000002 , 0x00006366 
+ 00025379  0x00006861 beq  0x00000003 , 0x0000637c 
+ 00025380  0x00006862 beq  0x0000000e , 0x00006369 
+ 00025381  0x00006863 beq  0x00000006 , 0x00006398 
+ 00025382  0x00006864 beq  0x00000007 , 0x000063b0 
+ 00025383  0x00006865 beq  0x00000009 , 0x000063b1 
+ 00025384  0x00006866 beq  0x0000000a , 0x000063ba 
+ 00025385  0x00006867 beq  0x0000000b , 0x000063be 
+ 00025386  0x00006868 beq  0x0000000c , 0x00006386 
+ 00025387  0x00006869 beq  0x0000000d , 0x00006389 
+ 00025388  0x0000686a beq  0x0000000f , 0x0000638f 
+ 00025389  0x0000686b beq  0x00000012 , 0x00006359 
+ 00025390  0x0000686c beq  0x00000013 , 0x0000637c 
+ 00025391  0x0000686d beq  0x00000010 , 0x0000635c 
+ 00025392  0x0000686e beq  0x00000014 , 0x00006356 
+ 00025393  0x0000686f beq  0x00000015 , 0x0000637c 
+ 00025394  0x00006870 beq  0x00000016 , 0x00006350 
+ 00025395  0x00006871 beq  0x00000018 , 0x00006355 
+ 00025396  0x00006872 beq  0x00000017 , 0x00006349 
+ 00025397  0x00006873 beq  0x00000019 , 0x0000634f 
+ 00025398  0x00006874 beq  0x0000001a , 0x0000633a 
+ 00025399  0x00006875 beq  0x0000001b , 0x00006344 
+ 00025400  0x00006876 jam  0x00000000 , 0x00000055 
+ 00025401  0x00006878 rtn 
+ 00025402  0x0000687a fetch  0x00000001 , 0x000004d1 
+ 00025403  0x0000687b rtnbit0  0x00000002 
+ 00025404  0x0000687c rtnbit0  0x00000003 
+ 00025405  0x0000687d jam  0x00000000 , 0x00000055 
+ 00025406  0x0000687e call  0x00006340 
+ 00025407  0x0000687f branch  0x00006cef 
+ 00025408  0x00006882 fetch  0x00000001 , 0x0000016d 
+ 00025409  0x00006883 rtnbit0  0x00000001 
+ 00025410  0x00006884 jam  0x0000000a , 0x00000055 
+ 00025411  0x00006885 rtn 
+ 00025412  0x00006888 arg  0x00000007 , 0x00000007 
+ 00025413  0x00006889 call  0x00007f16 
+ 00025414  0x0000688a nrtn  0x00000034 
+ 00025415  0x0000688b jam  0x0000001a , 0x00000055 
+ 00025416  0x0000688c rtn 
+ 00025417  0x0000688f fetch  0x00000001 , 0x0000016d 
+ 00025418  0x00006890 set0  0x00000000 , 0x0000003f 
+ 00025419  0x00006891 store  0x00000001 , 0x0000016d 
+ 00025420  0x00006892 jam  0x00000019 , 0x00000055 
+ 00025421  0x00006893 jam  0x0000000b , 0x0000007c 
+ 00025422  0x00006894 rtn 
+ 00025423  0x00006896 rtn 
+ 00025424  0x00006898 fetch  0x00000001 , 0x000004d4 
+ 00025425  0x00006899 rtnne  0x00000002 
+ 00025426  0x0000689a call  0x000063c0 
+ 00025427  0x0000689b jam  0x00000018 , 0x00000055 
+ 00025428  0x0000689c rtn 
+ 00025429  0x0000689f rtn 
+ 00025430  0x000068a1 jam  0x00000015 , 0x00000055 
+ 00025431  0x000068a2 jam  0x00000083 , 0x0000007c 
+ 00025432  0x000068a3 rtn 
+ 00025433  0x000068a5 jam  0x00000013 , 0x00000055 
+ 00025434  0x000068a6 jam  0x00000025 , 0x0000007c 
+ 00025435  0x000068a7 rtn 
+ 00025436  0x000068aa fetch  0x00000001 , 0x0000455b 
+ 00025437  0x000068ab rtneq  0x00000000 
+ 00025438  0x000068ac beq  0x00000001 , 0x00006364 
+ 00025439  0x000068ad arg  0x00000006 , 0x00000007 
+ 00025440  0x000068ae call  0x00007f16 
+ 00025441  0x000068af nrtn  0x00000034 
+ 00025442  0x000068b0 jam  0x00000000 , 0x0000455b 
+ 00025443  0x000068b1 branch  0x0000637d 
+ 00025444  0x000068b3 rtn  0x00000029 
+ 00025445  0x000068b4 branch  0x00006398 
+ 00025446  0x000068b7 jam  0x00000003 , 0x00000055 
+ 00025447  0x000068b8 jam  0x00000027 , 0x0000007c 
+ 00025448  0x000068b9 rtn 
+ 00025449  0x000068bb jam  0x00000013 , 0x0000007c 
+ 00025450  0x000068bc set1  0x00000003 , 0x00000000 
+ 00025451  0x000068bd jam  0x00000005 , 0x00000055 
+ 00025452  0x000068be setarg  0x000001ff 
+ 00025453  0x000068bf store  0x00000002 , 0x000004d2 
+ 00025454  0x000068c0 rtn 
+ 00025455  0x000068c2 jam  0x00000005 , 0x00000055 
+ 00025456  0x000068c3 jam  0x000000ff , 0x000004d2 
+ 00025457  0x000068c4 set0  0x00000022 , 0x00000000 
+ 00025458  0x000068c5 jam  0x00000033 , 0x0000007c 
+ 00025459  0x000068c6 branch  0x00005d04 
+ 00025460  0x000068c8 rtnmark1  0x00000022 
+ 00025461  0x000068c9 fetch  0x00000002 , 0x000004d2 
+ 00025462  0x000068ca sub  0x0000003f , 0x00000001 , 0x0000003f 
+ 00025463  0x000068cb branch  0x0000637a , 0x00000005 
+ 00025464  0x000068cc store  0x00000002 , 0x000004d2 
+ 00025465  0x000068cd rtn 
+ 00025466  0x000068cf jam  0x0000000e , 0x00000055 
+ 00025467  0x000068d0 rtn 
+ 00025468  0x000068d3 rtn 
+ 00025469  0x000068d6 fetch  0x00000001 , 0x000004d1 
+ 00025470  0x000068d7 rtnbit0  0x00000003 
+ 00025471  0x000068d8 rtnbit0  0x00000002 
+ 00025472  0x000068d9 fetch  0x00000001 , 0x0000016d 
+ 00025473  0x000068da set0  0x00000002 , 0x0000003f 
+ 00025474  0x000068db store  0x00000001 , 0x0000016d 
+ 00025475  0x000068dc jam  0x00000013 , 0x0000007c 
+ 00025476  0x000068dd jam  0x00000010 , 0x00000055 
+ 00025477  0x000068de rtn 
+ 00025478  0x000068e1 jam  0x0000000d , 0x00000055 
+ 00025479  0x000068e2 jam  0x00000031 , 0x0000007c 
+ 00025480  0x000068e3 rtn 
+ 00025481  0x000068e6 fetch  0x00000001 , 0x000004d1 
+ 00025482  0x000068e7 rtnbit0  0x00000002 
+ 00025483  0x000068e8 jam  0x00000000 , 0x00000055 
+ 00025484  0x000068ea rtn 
+ 00025485  0x000068ec jam  0x00000006 , 0x00000055 
+ 00025486  0x000068ed rtn 
+ 00025487  0x000068f0 fetch  0x00000001 , 0x000004d2 
+ 00025488  0x000068f1 increase  0xffffffff , 0x0000003f 
+ 00025489  0x000068f2 branch  0x00006394 , 0x00000034 
+ 00025490  0x000068f3 store  0x00000001 , 0x000004d2 
+ 00025491  0x000068f4 rtn 
+ 00025492  0x000068f6 jam  0x00000007 , 0x0000007c 
+ 00025493  0x000068f7 jam  0x00000016 , 0x000004ca 
+ 00025494  0x000068f8 jam  0x00000000 , 0x00000055 
+ 00025495  0x000068f9 rtn 
+ 00025496  0x000068fc fetch  0x00000001 , 0x0000016d 
+ 00025497  0x000068fd bbit1  0x00000002 , 0x0000637d 
+ 00025498  0x000068fe bbit1  0x00000000 , 0x0000639d 
+ 00025499  0x00006900 jam  0x0000001a , 0x00000055 
+ 00025500  0x00006901 rtn 
+ 00025501  0x00006903 fetch  0x00000001 , 0x000041bd 
+ 00025502  0x00006904 branch  0x000063a9 , 0x00000034 
+ 00025503  0x00006905 fetch  0x00000001 , 0x000004d1 
+ 00025504  0x00006906 rtnbit0  0x00000003 
+ 00025505  0x00006907 rtnbit0  0x00000002 
+ 00025506  0x00006908 fetch  0x00000004 , 0x000004e9 
+ 00025507  0x00006909 arg  0x00000064 , 0x00000002 
+ 00025508  0x0000690a iadd  0x00000002 , 0x00000002 
+ 00025509  0x0000690b copy  0x00000022 , 0x0000003f 
+ 00025510  0x0000690c isub  0x00000002 , 0x0000003e 
+ 00025511  0x0000690d nrtn  0x00000002 
+ 00025512  0x0000690e branch  0x00006349 
+ 00025513  0x00006913 jam  0x00000016 , 0x00000055 
+ 00025514  0x00006914 jam  0x00000004 , 0x00004689 
+ 00025515  0x00006915 setarg  0x00003030 
+ 00025516  0x00006916 store  0x00000002 , 0x0000468a 
+ 00025517  0x00006917 istore  0x00000002 , 0x00000005 
+ 00025518  0x00006918 jam  0x00000002 , 0x000004d4 
+ 00025519  0x00006919 branch  0x00006350 
+ 00025520  0x0000691c rtn 
+ 00025521  0x0000691e fetch  0x00000001 , 0x0000016d 
+ 00025522  0x0000691f bbit1  0x00000001 , 0x000063b5 
+ 00025523  0x00006920 jam  0x0000001a , 0x00000055 
+ 00025524  0x00006921 rtn 
+ 00025525  0x00006924 fetch  0x00000001 , 0x0000016d 
+ 00025526  0x00006925 set0  0x00000001 , 0x0000003f 
+ 00025527  0x00006926 store  0x00000001 , 0x0000016d 
+ 00025528  0x00006927 jam  0x0000000f , 0x0000007c 
+ 00025529  0x00006928 rtn 
+ 00025530  0x0000692b fetch  0x00000001 , 0x000004d8 
+ 00025531  0x0000692c rtn  0x00000034 
+ 00025532  0x0000692d jam  0x00000000 , 0x00000055 
+ 00025533  0x0000692e branch  0x000063b5 
+ 00025534  0x00006931 jam  0x0000000c , 0x00000055 
+ 00025535  0x00006932 rtn 
+ 00025536  0x00006935 fetch  0x00000001 , 0x0000004b 
+ 00025537  0x00006936 bbit1  0x00000002 , 0x000063c5 
+ 00025538  0x00006937 call  0x000062ef 
+ 00025539  0x00006938 jam  0x00000008 , 0x0000007c 
+ 00025540  0x00006939 branch  0x00004d04 
+ 00025541  0x0000693b fetch  0x00000001 , 0x0000004b 
+ 00025542  0x0000693c set0  0x00000002 , 0x0000003f 
+ 00025543  0x0000693d store  0x00000001 , 0x0000004b 
+ 00025544  0x0000693e call  0x00006001 
+ 00025545  0x0000693f call  0x000062f8 
+ 00025546  0x00006940 branch  0x00004d04 
+ 00025547  0x00006943 setarg  0x00000004 
+ 00025548  0x00006944 store  0x00000001 , 0x00004689 
+ 00025549  0x00006945 setarg  0x00003030 
+ 00025550  0x00006946 istore  0x00000002 , 0x00000005 
+ 00025551  0x00006947 istore  0x00000002 , 0x00000005 
+ 00025552  0x00006948 rtn 
+ 00025553  0x0000694f bpatchx  0x0000008c , 0x00004031 
+ 00025554  0x00006950 hfetch  0x00000001 , 0x00008073 
+ 00025555  0x00006951 arg  0x00000006 , 0x00000002 
+ 00025556  0x00006952 ior  0x00000002 , 0x0000003f 
+ 00025557  0x00006953 hstore  0x00000001 , 0x00008073 
+ 00025558  0x00006954 hfetch  0x00000001 , 0x00008077 
+ 00025559  0x00006955 ior  0x00000002 , 0x0000003f 
+ 00025560  0x00006956 hstore  0x00000001 , 0x00008077 
+ 00025561  0x00006957 call  0x000063ee 
+ 00025562  0x00006958 hfetch  0x00000001 , 0x00008077 
+ 00025563  0x00006959 set0  0x00000001 , 0x0000003f 
+ 00025564  0x0000695a set0  0x00000002 , 0x0000003f 
+ 00025565  0x0000695b hstore  0x00000001 , 0x00008077 
+ 00025566  0x0000695c nop  0x0000001e 
+ 00025567  0x0000695d branch  0x000063f2 
+ 00025568  0x00006960 hfetch  0x00000001 , 0x00008073 
+ 00025569  0x00006961 arg  0x000000c0 , 0x00000002 
+ 00025570  0x00006962 ior  0x00000002 , 0x0000003f 
+ 00025571  0x00006963 hstore  0x00000001 , 0x00008073 
+ 00025572  0x00006964 hfetch  0x00000001 , 0x00008077 
+ 00025573  0x00006965 ior  0x00000002 , 0x0000003f 
+ 00025574  0x00006966 hstore  0x00000001 , 0x00008077 
+ 00025575  0x00006967 call  0x000063ee 
+ 00025576  0x00006968 hfetch  0x00000001 , 0x00008077 
+ 00025577  0x00006969 set0  0x00000006 , 0x0000003f 
+ 00025578  0x0000696a set0  0x00000007 , 0x0000003f 
+ 00025579  0x0000696b hstore  0x00000001 , 0x00008077 
+ 00025580  0x0000696c nop  0x0000001e 
+ 00025581  0x0000696d branch  0x000063f6 
+ 00025582  0x00006970 hfetch  0x00000001 , 0x00008081 
+ 00025583  0x00006971 and  0x0000003f , 0x000000fc , 0x0000003f 
+ 00025584  0x00006972 hstore  0x00000001 , 0x00008081 
+ 00025585  0x00006973 rtn 
+ 00025586  0x00006975 hfetch  0x00000001 , 0x00008081 
+ 00025587  0x00006976 or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00025588  0x00006977 hstore  0x00000001 , 0x00008081 
+ 00025589  0x00006978 rtn 
+ 00025590  0x0000697a hfetch  0x00000001 , 0x00008081 
+ 00025591  0x0000697b or  0x0000003f , 0x00000003 , 0x0000003f 
+ 00025592  0x0000697c set0  0x00000004 , 0x0000003f 
+ 00025593  0x0000697d hstore  0x00000001 , 0x00008081 
+ 00025594  0x0000697e rtn 
+ 00025595  0x00006983 copy  0x0000003f , 0x00000012 
+ 00025596  0x00006984 call  0x0000640f 
+ 00025597  0x00006985 nop  0x00000064 
+ 00025598  0x00006986 copy  0x00000012 , 0x0000003f 
+ 00025599  0x00006987 call  0x00006414 
+ 00025600  0x00006988 copy  0x0000003f , 0x00000012 
+ 00025601  0x00006989 call  0x00006411 
+ 00025602  0x0000698a nop  0x00000064 
+ 00025603  0x0000698b copy  0x00000012 , 0x0000003f 
+ 00025604  0x0000698c rtn 
+ 00025605  0x0000698f copy  0x0000003f , 0x00000012 
+ 00025606  0x00006990 call  0x0000640f 
+ 00025607  0x00006991 nop  0x00000064 
+ 00025608  0x00006992 copy  0x00000012 , 0x0000003f 
+ 00025609  0x00006993 call  0x00006413 
+ 00025610  0x00006994 call  0x00006411 
+ 00025611  0x00006995 nop  0x00000064 
+ 00025612  0x00006996 rtn 
+ 00025613  0x0000699a fetcht  0x00000001 , 0x00004214 
+ 00025614  0x0000699b branch  0x0000680e 
+ 00025615  0x0000699f fetcht  0x00000001 , 0x00004214 
+ 00025616  0x000069a0 branch  0x00006829 
+ 00025617  0x000069a4 fetcht  0x00000001 , 0x00004214 
+ 00025618  0x000069a5 branch  0x00006825 
+ 00025619  0x000069a9 branch  0x000064ec 
+ 00025620  0x000069ac branch  0x000064f3 
+ 00025621  0x000069b4 nbranch  0x00006419 , 0x00000028 
+ 00025622  0x000069b5 hfetch  0x00000001 , 0x00008085 
+ 00025623  0x000069b6 or_into  0x00000002 , 0x0000003f 
+ 00025624  0x000069b7 hstore  0x00000001 , 0x00008085 
+ 00025625  0x000069b9 copy  0x00000002 , 0x0000003e 
+ 00025626  0x000069ba branch  0x0000641c , 0x00000005 
+ 00025627  0x000069bb copy  0x00000013 , 0x0000003d 
+ 00025628  0x000069bd isolate0  0x00000000 , 0x0000003e 
+ 00025629  0x000069be branch  0x000064b9 
+ 00025630  0x000069c2 force  0x00000004 , 0x00000002 
+ 00025631  0x000069c4 arg  0x000001fe , 0x00000011 
+ 00025632  0x000069c5 hfetch  0x00000001 , 0x00008085 
+ 00025633  0x000069c6 and_into  0x000000fd , 0x0000003f 
+ 00025634  0x000069c7 hstore  0x00000001 , 0x00008085 
+ 00025635  0x000069c8 call  0x00006419 
+ 00025636  0x000069c9 arg  0x000055aa , 0x00000011 
+ 00025637  0x000069ca fetch  0x00000002 , 0x000001fe 
+ 00025638  0x000069cb ifetcht  0x00000002 , 0x00000006 
+ 00025639  0x000069cc isub  0x00000011 , 0x0000003e 
+ 00025640  0x000069cd rtn 
+ 00025641  0x000069d0 arg  0x00000002 , 0x00000002 
+ 00025642  0x000069d1 arg  0x00000204 , 0x00000011 
+ 00025643  0x000069d2 call  0x00006419 
+ 00025644  0x000069d3 fetch  0x00000002 , 0x00000204 
+ 00025645  0x000069d4 store  0x00000002 , 0x000001f7 
+ 00025646  0x000069d5 call  0x00006430 , 0x00000028 
+ 00025647  0x000069d6 rtn 
+ 00025648  0x000069d9 arg  0x00000010 , 0x00000002 
+ 00025649  0x000069da arg  0x00000206 , 0x00000011 
+ 00025650  0x000069db hfetch  0x00000001 , 0x00008085 
+ 00025651  0x000069dc and_into  0x000000fd , 0x0000003f 
+ 00025652  0x000069dd hstore  0x00000001 , 0x00008085 
+ 00025653  0x000069de call  0x00006419 
+ 00025654  0x000069df arg  0x00000206 , 0x00000006 
+ 00025655  0x000069e0 arg  0x00000010 , 0x00000039 
+ 00025656  0x000069e1 call  0x00007478 
+ 00025657  0x000069e2 call  0x00007428 
+ 00025658  0x000069e3 call  0x00007491 
+ 00025659  0x000069e4 branch  0x00007422 
+ 00025660  0x000069e7 disable  0x0000002d 
+ 00025661  0x000069e8 call  0x0000641e 
+ 00025662  0x000069e9 nrtn  0x00000005 
+ 00025663  0x000069ea enable  0x0000002d 
+ 00025664  0x000069eb jam  0x00000080 , 0x00008023 
+ 00025665  0x000069ec jam  0x00000000 , 0x00008022 
+ 00025666  0x000069ed jam  0x00000000 , 0x00008024 
+ 00025667  0x000069ee arg  0x00008025 , 0x00000011 
+ 00025668  0x000069ef call  0x00006415 
+ 00025669  0x000069f0 jam  0x00000000 , 0x00008023 
+ 00025670  0x000069f2 arg  0x00000006 , 0x00000002 
+ 00025671  0x000069f3 call  0x0000641f 
+ 00025672  0x000069f4 nrtn  0x00000005 
+ 00025673  0x000069f5 ifetch  0x00000002 , 0x00000006 
+ 00025674  0x000069f6 iforce  0x00000011 
+ 00025675  0x000069f7 call  0x00006419 
+ 00025676  0x000069f8 branch  0x00006446 
+ 00025677  0x000069fd call  0x00007f99 
+ 00025678  0x000069fe setarg  0x00001000 
+ 00025679  0x000069ff store  0x00000002 , 0x000001f7 
+ 00025680  0x00006a00 arg  0x000065e5 , 0x00000013 
+ 00025681  0x00006a01 arg  0x00000002 , 0x00000039 
+ 00025682  0x00006a03 call  0x0000641e 
+ 00025683  0x00006a04 nrtn  0x00000005 
+ 00025684  0x00006a05 fetch  0x00000002 , 0x000001f7 
+ 00025685  0x00006a06 byteswap  0x0000003f , 0x0000003f 
+ 00025686  0x00006a07 iadd  0x00000002 , 0x0000003f 
+ 00025687  0x00006a08 byteswap  0x0000003f , 0x0000003f 
+ 00025688  0x00006a09 store  0x00000002 , 0x000001f7 
+ 00025689  0x00006a0a loop  0x00006452 
+ 00025690  0x00006a0b branch  0x00006446 
+ 00025691  0x00006a0e call  0x00007f99 
+ 00025692  0x00006a0f disable  0x00000028 
+ 00025693  0x00006a10 call  0x0000666a 
+ 00025694  0x00006a11 setarg  0x00000000 
+ 00025695  0x00006a12 arg  0x000001f3 , 0x00000011 
+ 00025696  0x00006a13 arg  0x00000002 , 0x00000002 
+ 00025697  0x00006a14 call  0x000066b3 
+ 00025698  0x00006a15 fetch  0x00000002 , 0x000001f3 
+ 00025699  0x00006a16 bbit0  0x00000007 , 0x0000646e 
+ 00025700  0x00006a17 jam  0x00000025 , 0x00008050 
+ 00025701  0x00006a18 setarg  0x000007f0 
+ 00025702  0x00006a19 arg  0x00000206 , 0x00000011 
+ 00025703  0x00006a1a arg  0x00000010 , 0x00000002 
+ 00025704  0x00006a1b call  0x000066b3 
+ 00025705  0x00006a1c jam  0x00000008 , 0x00008006 
+ 00025706  0x00006a1d set1  0x0000002b , 0x00000000 
+ 00025707  0x00006a1e arg  0x00000206 , 0x00000006 
+ 00025708  0x00006a1f call  0x00007484 
+ 00025709  0x00006a20 enable  0x00000028 
+ 00025710  0x00006a22 jam  0x00000000 , 0x000041da 
+ 00025711  0x00006a24 call  0x000064b0 
+ 00025712  0x00006a25 fetch  0x00000002 , 0x000001f3 
+ 00025713  0x00006a26 byteswap  0x0000003f , 0x0000003f 
+ 00025714  0x00006a27 arg  0x000007ff , 0x00000002 
+ 00025715  0x00006a28 iand  0x00000002 , 0x0000003f 
+ 00025716  0x00006a29 branch  0x0000647b , 0x00000005 
+ 00025717  0x00006a2a call  0x0000666f 
+ 00025718  0x00006a2b arg  0x000066b8 , 0x00000013 
+ 00025719  0x00006a2c call  0x00006430 , 0x00000028 
+ 00025720  0x00006a2d call  0x0000643c 
+ 00025721  0x00006a2e fetch  0x00000001 , 0x000001f2 
+ 00025722  0x00006a2f bbit0  0x00000000 , 0x0000646f 
+ 00025723  0x00006a32 call  0x0000666d 
+ 00025724  0x00006a33 jam  0x00000000 , 0x000041da 
+ 00025725  0x00006a35 call  0x000064b0 
+ 00025726  0x00006a36 call  0x000065c2 
+ 00025727  0x00006a37 fetch  0x00000001 , 0x000001f3 
+ 00025728  0x00006a38 bbit1  0x00000006 , 0x0000648e 
+ 00025729  0x00006a39 call  0x000064aa 
+ 00025730  0x00006a3a nbranch  0x00006486 , 0x0000002d 
+ 00025731  0x00006a3b fetch  0x00000001 , 0x000001f2 
+ 00025732  0x00006a3c bbit0  0x00000000 , 0x0000647d 
+ 00025733  0x00006a3d branch  0x0000649b 
+ 00025734  0x00006a3f call  0x000065bf 
+ 00025735  0x00006a40 fetch  0x00000001 , 0x000001f3 
+ 00025736  0x00006a41 bbit1  0x00000006 , 0x0000648e 
+ 00025737  0x00006a42 call  0x000064aa 
+ 00025738  0x00006a43 nbranch  0x0000648e , 0x0000002d 
+ 00025739  0x00006a44 fetch  0x00000001 , 0x000001f2 
+ 00025740  0x00006a45 bbit0  0x00000000 , 0x0000647d 
+ 00025741  0x00006a46 branch  0x0000649b 
+ 00025742  0x00006a49 jam  0x00000000 , 0x000041da 
+ 00025743  0x00006a4b call  0x000064b0 
+ 00025744  0x00006a4c fetch  0x00000001 , 0x000001f3 
+ 00025745  0x00006a4d bbit1  0x00000005 , 0x0000649b 
+ 00025746  0x00006a4e setarg  0x00000000 
+ 00025747  0x00006a4f store  0x00000003 , 0x000001f6 
+ 00025748  0x00006a50 call  0x00006502 
+ 00025749  0x00006a51 arg  0x00006578 , 0x00000013 
+ 00025750  0x00006a52 call  0x00006429 
+ 00025751  0x00006a53 call  0x0000643c 
+ 00025752  0x00006a54 nbranch  0x0000649b , 0x0000002d 
+ 00025753  0x00006a55 fetch  0x00000001 , 0x000001f2 
+ 00025754  0x00006a56 bbit0  0x00000000 , 0x0000648f 
+ 00025755  0x00006a59 bmark1  0x0000002b , 0x0000649d 
+ 00025756  0x00006a5a call  0x000064a3 
+ 00025757  0x00006a5c fetch  0x00000001 , 0x000001f3 
+ 00025758  0x00006a5d bbit0  0x00000004 , 0x000064a3 
+ 00025759  0x00006a5e jam  0x00000021 , 0x00008050 
+ 00025760  0x00006a5f call  0x00004c0e 
+ 00025761  0x00006a61 call  0x00004c2e 
+ 00025762  0x00006a62 branch  0x000064a1 
+ 00025763  0x00006a65 setarg  0x00000000 
+ 00025764  0x00006a66 store  0x00000008 , 0x00000206 
+ 00025765  0x00006a67 store  0x00000008 , 0x0000020e 
+ 00025766  0x00006a68 force  0x00000004 , 0x00000038 
+ 00025767  0x00006a69 call  0x00007492 
+ 00025768  0x00006a6a jam  0x00000021 , 0x00008050 
+ 00025769  0x00006a6b rtn 
+ 00025770  0x00006a6f setarg  0x00000000 
+ 00025771  0x00006a70 store  0x00000002 , 0x000001f7 
+ 00025772  0x00006a71 arg  0x000065e5 , 0x00000013 
+ 00025773  0x00006a72 call  0x000065a3 
+ 00025774  0x00006a73 call  0x00006429 
+ 00025775  0x00006a74 branch  0x0000643c 
+ 00025776  0x00006a78 fetch  0x00000001 , 0x000041da 
+ 00025777  0x00006a79 increase  0x00000001 , 0x0000003f 
+ 00025778  0x00006a7a sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00025779  0x00006a7b nbranch  0x000064b6 , 0x00000002 
+ 00025780  0x00006a7c store  0x00000001 , 0x000041da 
+ 00025781  0x00006a7d rtn 
+ 00025782  0x00006a80 call  0x000064a3 
+ 00025783  0x00006a81 call  0x00007fa1 
+ 00025784  0x00006a82 rtn 
+ 00025785  0x00006a87 fetch  0x00000001 , 0x000001f2 
+ 00025786  0x00006a88 lshift  0x0000003f , 0x0000003f 
+ 00025787  0x00006a89 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00025788  0x00006a8a isolate0  0x0000000f , 0x00000011 
+ 00025789  0x00006a8b rtn  0x00000001 
+ 00025790  0x00006a8c store  0x00000001 , 0x000001f2 
+ 00025791  0x00006a8d rtn 
+ 00025792  0x00006a91 hfetch  0x00000001 , 0x00008085 
+ 00025793  0x00006a92 rtnbit0  0x00000001 
+ 00025794  0x00006a93 branch  0x000064c6 
+ 00025795  0x00006a95 hfetch  0x00000001 , 0x0000812c 
+ 00025796  0x00006a96 qisolate1  0x0000003f 
+ 00025797  0x00006a97 rtn  0x00000001 
+ 00025798  0x00006a99 hfetch  0x00000001 , 0x00008108 
+ 00025799  0x00006a9a bbit0  0x00000001 , 0x000064c3 
+ 00025800  0x00006a9b call  0x00007422 
+ 00025801  0x00006a9c branch  0x000064c3 
+ 00025802  0x00006aa1 fetch  0x00000002 , 0x00004199 
+ 00025803  0x00006aa2 rtn  0x00000034 
+ 00025804  0x00006aa3 jam  0x00000080 , 0x00008023 
+ 00025805  0x00006aa4 jam  0x00000000 , 0x00008022 
+ 00025806  0x00006aa5 jam  0x00000000 , 0x00008024 
+ 00025807  0x00006aa6 fetcht  0x00000002 , 0x0000419b 
+ 00025808  0x00006aa7 lshift2  0x00000002 , 0x00000039 
+ 00025809  0x00006aa8 iforce  0x00000006 
+ 00025810  0x00006aaa ifetch  0x00000001 , 0x00000006 
+ 00025811  0x00006aab hstore  0x00000001 , 0x00008025 
+ 00025812  0x00006aac loop  0x000064d2 
+ 00025813  0x00006aad jam  0x00000000 , 0x00008023 
+ 00025814  0x00006aae rtn 
+ 00025815  0x00006ab4 bpatchx  0x0000008d , 0x00004031 
+ 00025816  0x00006ab5 call  0x000064dd 
+ 00025817  0x00006ab6 branch  0x000063f2 
+ 00025818  0x00006ab9 call  0x000064dd 
+ 00025819  0x00006aba call  0x000063ee 
+ 00025820  0x00006abb branch  0x000063f6 
+ 00025821  0x00006abe fetch  0x00000001 , 0x00004212 
+ 00025822  0x00006abf hstore  0x00000001 , 0x00008086 
+ 00025823  0x00006ac0 fetch  0x00000001 , 0x00004213 
+ 00025824  0x00006ac1 hstore  0x00000001 , 0x00008087 
+ 00025825  0x00006ac2 setarg  0x000001f5 
+ 00025826  0x00006ac3 hstore  0x00000002 , 0x0000808a 
+ 00025827  0x00006ac4 setarg  0x000001fa 
+ 00025828  0x00006ac5 hstore  0x00000002 , 0x0000808c 
+ 00025829  0x00006ac6 branch  0x000063ee 
+ 00025830  0x00006ac9 hfetch  0x00000001 , 0x00008086 
+ 00025831  0x00006aca set1  0x00000007 , 0x0000003f 
+ 00025832  0x00006acb hstore  0x00000001 , 0x00008086 
+ 00025833  0x00006acc set0  0x00000007 , 0x0000003f 
+ 00025834  0x00006acd hstore  0x00000001 , 0x00008086 
+ 00025835  0x00006ace rtn 
+ 00025836  0x00006ad3 set1  0x00000007 , 0x0000003f 
+ 00025837  0x00006ad4 store  0x00000002 , 0x000001f5 
+ 00025838  0x00006ad5 bpatchx  0x0000008e , 0x00004031 
+ 00025839  0x00006ad6 jam  0x00000002 , 0x00008088 
+ 00025840  0x00006ad7 jam  0x00000000 , 0x0000808e 
+ 00025841  0x00006ad8 jam  0x00000002 , 0x00008006 
+ 00025842  0x00006ad9 branch  0x000064fc 
+ 00025843  0x00006add force  0x00000001 , 0x00000002 
+ 00025844  0x00006ae1 store  0x00000001 , 0x000001f5 
+ 00025845  0x00006ae2 bpatchx  0x0000008f , 0x00004031 
+ 00025846  0x00006ae3 jam  0x00000001 , 0x00008088 
+ 00025847  0x00006ae4 hstoret  0x00000002 , 0x0000808e 
+ 00025848  0x00006ae5 jam  0x00000002 , 0x00008006 
+ 00025849  0x00006ae6 call  0x000064fc 
+ 00025850  0x00006ae7 fetch  0x00000001 , 0x000001fa 
+ 00025851  0x00006ae8 rtn 
+ 00025852  0x00006aeb fetch  0x00000002 , 0x000040d6 
+ 00025853  0x00006aec increase  0x00000001 , 0x0000003f 
+ 00025854  0x00006aed store  0x00000002 , 0x000040d6 
+ 00025855  0x00006aee hfetch  0x00000001 , 0x0000812c 
+ 00025856  0x00006aef bbit0  0x00000003 , 0x000064fc 
+ 00025857  0x00006af0 rtn 
+ 00025858  0x00006af3 jam  0x00000040 , 0x00008086 
+ 00025859  0x00006af4 jam  0x00000000 , 0x00008087 
+ 00025860  0x00006af5 hfetch  0x00000001 , 0x00008081 
+ 00025861  0x00006af6 set0  0x00000000 , 0x0000003f 
+ 00025862  0x00006af7 set1  0x00000001 , 0x0000003f 
+ 00025863  0x00006af8 hstore  0x00000001 , 0x00008081 
+ 00025864  0x00006af9 setarg  0x00000000 
+ 00025865  0x00006afa store  0x00000004 , 0x000001f5 
+ 00025866  0x00006afb rtn 
+ 00025867  0x00006aff setarg  0x00000000 
+ 00025868  0x00006b00 hstore  0x00000002 , 0x0000808e 
+ 00025869  0x00006b01 setarg  0x00000001 
+ 00025870  0x00006b02 hstore  0x00000002 , 0x00008088 
+ 00025871  0x00006b03 setarg  0x000001f5 
+ 00025872  0x00006b04 hstore  0x00000002 , 0x0000808a 
+ 00025873  0x00006b05 jam  0x00000006 , 0x000001f5 
+ 00025874  0x00006b06 jam  0x00000002 , 0x00008006 
+ 00025875  0x00006b07 branch  0x000064fc 
+ 00025876  0x00006b17 disable  0x00000028 
+ 00025877  0x00006b18 copy  0x0000003f , 0x00000012 
+ 00025878  0x00006b19 fetch  0x00000001 , 0x00004239 
+ 00025879  0x00006b1a rtnne  0x00000000 
+ 00025880  0x00006b1b enable  0x00000028 
+ 00025881  0x00006b1c copy  0x00000012 , 0x0000003f 
+ 00025882  0x00006b1d branch  0x00006522 
+ 00025883  0x00006b21 fetch  0x00000001 , 0x00004239 
+ 00025884  0x00006b22 beq  0x00000001 , 0x00006522 
+ 00025885  0x00006b23 beq  0x00000002 , 0x00006528 
+ 00025886  0x00006b24 beq  0x00000003 , 0x00006530 
+ 00025887  0x00006b25 beq  0x00000004 , 0x00006537 
+ 00025888  0x00006b26 beq  0x00000005 , 0x0000653d 
+ 00025889  0x00006b27 rtn 
+ 00025890  0x00006b2a store  0x00000003 , 0x00004232 
+ 00025891  0x00006b2b copy  0x00000011 , 0x0000003f 
+ 00025892  0x00006b2c store  0x00000002 , 0x00004235 
+ 00025893  0x00006b2d storet  0x00000002 , 0x00004237 
+ 00025894  0x00006b2e jam  0x00000002 , 0x00004239 
+ 00025895  0x00006b2f branch  0x00006502 
+ 00025896  0x00006b31 call  0x00006502 
+ 00025897  0x00006b32 jam  0x00000003 , 0x00004239 
+ 00025898  0x00006b33 call  0x0000650b 
+ 00025899  0x00006b34 arg  0x000001f5 , 0x00000011 
+ 00025900  0x00006b35 fetch  0x00000003 , 0x00004232 
+ 00025901  0x00006b36 jam  0x00000004 , 0x00008088 
+ 00025902  0x00006b37 arg  0x00000020 , 0x00000002 
+ 00025903  0x00006b38 branch  0x00006556 
+ 00025904  0x00006b3b call  0x00006502 
+ 00025905  0x00006b3c call  0x0000650b 
+ 00025906  0x00006b3d setarg  0x00000005 
+ 00025907  0x00006b3e call  0x000064f3 
+ 00025908  0x00006b3f rtnbit1  0x00000000 
+ 00025909  0x00006b40 jam  0x00000004 , 0x00004239 
+ 00025910  0x00006b41 rtn 
+ 00025911  0x00006b43 call  0x00006502 
+ 00025912  0x00006b44 jam  0x00000005 , 0x00004239 
+ 00025913  0x00006b45 call  0x0000650b 
+ 00025914  0x00006b46 call  0x0000654a 
+ 00025915  0x00006b47 call  0x00006552 
+ 00025916  0x00006b48 branch  0x00006545 
+ 00025917  0x00006b4a call  0x00006502 
+ 00025918  0x00006b4b call  0x0000650b 
+ 00025919  0x00006b4c setarg  0x00000005 
+ 00025920  0x00006b4d call  0x000064f3 
+ 00025921  0x00006b4e rtnbit1  0x00000000 
+ 00025922  0x00006b4f jam  0x00000000 , 0x00004239 
+ 00025923  0x00006b50 fetch  0x00000002 , 0x00004201 
+ 00025924  0x00006b51 branch  0x00007f9c 
+ 00025925  0x00006b53 fetch  0x00000004 , 0x00000aa2 
+ 00025926  0x00006b54 fetcht  0x00000002 , 0x00004235 
+ 00025927  0x00006b55 increase  0xfffffffc , 0x00000002 
+ 00025928  0x00006b56 istore  0x00000004 , 0x00000002 
+ 00025929  0x00006b57 rtn 
+ 00025930  0x00006b59 fetcht  0x00000002 , 0x00004235 
+ 00025931  0x00006b5a copy  0x00000002 , 0x00000011 
+ 00025932  0x00006b5b increase  0xfffffffc , 0x00000002 
+ 00025933  0x00006b5c ifetch  0x00000004 , 0x00000002 
+ 00025934  0x00006b5d store  0x00000004 , 0x00000aa2 
+ 00025935  0x00006b5e fetcht  0x00000002 , 0x00004237 
+ 00025936  0x00006b5f fetch  0x00000003 , 0x00004232 
+ 00025937  0x00006b60 rtn 
+ 00025938  0x00006b65 increase  0x00000004 , 0x00000002 
+ 00025939  0x00006b66 hstoret  0x00000002 , 0x00008088 
+ 00025940  0x00006b67 arg  0x00000002 , 0x00000002 
+ 00025941  0x00006b68 increase  0xfffffffc , 0x00000011 
+ 00025942  0x00006b6b istoret  0x00000001 , 0x00000011 
+ 00025943  0x00006b6c rshift16  0x0000003f , 0x00000002 
+ 00025944  0x00006b6d istoret  0x00000001 , 0x00000005 
+ 00025945  0x00006b6e rshift8  0x0000003f , 0x00000002 
+ 00025946  0x00006b6f istoret  0x00000001 , 0x00000005 
+ 00025947  0x00006b70 istore  0x00000001 , 0x00000005 
+ 00025948  0x00006b71 deposit  0x00000011 
+ 00025949  0x00006b72 hstore  0x00000002 , 0x0000808a 
+ 00025950  0x00006b73 setarg  0x00000000 
+ 00025951  0x00006b74 hstore  0x00000002 , 0x0000808e 
+ 00025952  0x00006b75 jam  0x00000002 , 0x00008006 
+ 00025953  0x00006b76 branch  0x000064fc 
+ 00025954  0x00006b7b hstoret  0x00000002 , 0x0000808e 
+ 00025955  0x00006b7c rshift16  0x0000003f , 0x00000002 
+ 00025956  0x00006b7d storet  0x00000001 , 0x000001f6 
+ 00025957  0x00006b7e rshift8  0x0000003f , 0x00000002 
+ 00025958  0x00006b7f storet  0x00000001 , 0x000001f7 
+ 00025959  0x00006b80 store  0x00000001 , 0x000001f8 
+ 00025960  0x00006b81 setarg  0x00000004 
+ 00025961  0x00006b82 hstore  0x00000002 , 0x00008088 
+ 00025962  0x00006b83 jam  0x00000003 , 0x000001f5 
+ 00025963  0x00006b84 setarg  0x000001f5 
+ 00025964  0x00006b85 hstore  0x00000002 , 0x0000808a 
+ 00025965  0x00006b86 deposit  0x00000011 
+ 00025966  0x00006b87 hstore  0x00000002 , 0x0000808c 
+ 00025967  0x00006b88 hfetch  0x00000001 , 0x00008086 
+ 00025968  0x00006b89 isolate0  0x0000000f , 0x00000011 
+ 00025969  0x00006b8a setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00025970  0x00006b8b hstore  0x00000001 , 0x00008086 
+ 00025971  0x00006b8c jam  0x00000002 , 0x00008006 
+ 00025972  0x00006b8e hfetch  0x00000001 , 0x0000812c 
+ 00025973  0x00006b8f bbit1  0x00000007 , 0x00006574 
+ 00025974  0x00006b90 arg  0x00000003 , 0x00000007 
+ 00025975  0x00006b91 branch  0x000064fc 
+ 00025976  0x00006b96 hstoret  0x00000002 , 0x0000808e 
+ 00025977  0x00006b97 setarg  0x00000004 
+ 00025978  0x00006b98 hstore  0x00000002 , 0x00008088 
+ 00025979  0x00006b99 jam  0x00000003 , 0x000001f5 
+ 00025980  0x00006b9a setarg  0x000001f5 
+ 00025981  0x00006b9b hstore  0x00000002 , 0x0000808a 
+ 00025982  0x00006b9c deposit  0x00000011 
+ 00025983  0x00006b9d hstore  0x00000002 , 0x0000808c 
+ 00025984  0x00006b9e hfetch  0x00000001 , 0x00008086 
+ 00025985  0x00006b9f isolate0  0x0000000f , 0x00000011 
+ 00025986  0x00006ba0 setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00025987  0x00006ba1 hstore  0x00000001 , 0x00008086 
+ 00025988  0x00006ba2 jam  0x00000002 , 0x00008006 
+ 00025989  0x00006ba4 hfetch  0x00000001 , 0x0000812c 
+ 00025990  0x00006ba5 bbit1  0x00000007 , 0x00006585 
+ 00025991  0x00006ba6 arg  0x00000003 , 0x00000007 
+ 00025992  0x00006ba7 call  0x000064c0 
+ 00025993  0x00006ba8 call  0x000064fc 
+ 00025994  0x00006ba9 isolate1  0x00000002 , 0x0000003f 
+ 00025995  0x00006baa call  0x000064b9 
+ 00025996  0x00006bab fetch  0x00000001 , 0x000001f6 
+ 00025997  0x00006bac lshift16  0x0000003f , 0x00000012 
+ 00025998  0x00006bad fetch  0x00000001 , 0x000001f7 
+ 00025999  0x00006bae lshift8  0x0000003f , 0x0000003f 
+ 00026000  0x00006baf ior  0x00000012 , 0x00000012 
+ 00026001  0x00006bb0 fetch  0x00000001 , 0x000001f8 
+ 00026002  0x00006bb1 ior  0x00000012 , 0x0000003f 
+ 00026003  0x00006bb2 iadd  0x00000002 , 0x0000003f 
+ 00026004  0x00006bb3 store  0x00000001 , 0x000001f8 
+ 00026005  0x00006bb4 rshift8  0x0000003f , 0x0000003f 
+ 00026006  0x00006bb5 store  0x00000001 , 0x000001f7 
+ 00026007  0x00006bb6 rshift8  0x0000003f , 0x0000003f 
+ 00026008  0x00006bb7 store  0x00000001 , 0x000001f6 
+ 00026009  0x00006bb8 rtn 
+ 00026010  0x00006bbe jam  0x00000001 , 0x00008010 
+ 00026011  0x00006bbf rtn 
+ 00026012  0x00006bc6 jam  0x0000000c , 0x00008091 
+ 00026013  0x00006bc7 jam  0x0000000d , 0x00008092 
+ 00026014  0x00006bc8 jam  0x0000000d , 0x00008093 
+ 00026015  0x00006bc9 jam  0x0000000d , 0x00008094 
+ 00026016  0x00006bca jam  0x0000000d , 0x00008095 
+ 00026017  0x00006bcb jam  0x0000000c , 0x00008096 
+ 00026018  0x00006bcc branch  0x000065a9 
+ 00026019  0x00006bd0 jam  0x00000005 , 0x00008091 
+ 00026020  0x00006bd1 jam  0x00000007 , 0x00008092 
+ 00026021  0x00006bd2 jam  0x00000007 , 0x00008093 
+ 00026022  0x00006bd3 jam  0x00000007 , 0x00008094 
+ 00026023  0x00006bd4 jam  0x00000007 , 0x00008095 
+ 00026024  0x00006bd5 jam  0x00000005 , 0x00008096 
+ 00026025  0x00006bd7 hfetch  0x00000001 , 0x0000807b 
+ 00026026  0x00006bd8 or_into  0x000000c0 , 0x0000003f 
+ 00026027  0x00006bd9 hstore  0x00000001 , 0x0000807b 
+ 00026028  0x00006bda hfetch  0x00000001 , 0x00008081 
+ 00026029  0x00006bdb or_into  0x00000010 , 0x0000003f 
+ 00026030  0x00006bdc hstore  0x00000001 , 0x00008081 
+ 00026031  0x00006bdd rtn 
+ 00026032  0x00006be2 hfetch  0x00000001 , 0x0000812c 
+ 00026033  0x00006be3 bbit0  0x00000005 , 0x000065b0 
+ 00026034  0x00006be4 rtn 
+ 00026035  0x00006bed hstore  0x00000002 , 0x00008098 
+ 00026036  0x00006bee deposit  0x00000011 
+ 00026037  0x00006bef hstore  0x00000002 , 0x0000809a 
+ 00026038  0x00006bf0 deposit  0x00000012 
+ 00026039  0x00006bf1 hstore  0x00000002 , 0x0000809c 
+ 00026040  0x00006bf2 deposit  0x00000002 
+ 00026041  0x00006bf3 hstore  0x00000002 , 0x0000809e 
+ 00026042  0x00006bf4 arg  0x00000001 , 0x00000002 
+ 00026043  0x00006bf5 nsetflag  0x00000034 , 0x00000001 , 0x00000002 
+ 00026044  0x00006bf6 hstore  0x00000001 , 0x00008090 
+ 00026045  0x00006bf7 jam  0x00000004 , 0x00008006 
+ 00026046  0x00006bf8 branch  0x000065b0 
+ 00026047  0x00006bfc set1  0x00000028 , 0x00000000 
+ 00026048  0x00006bfd jam  0x00000008 , 0x00004211 
+ 00026049  0x00006bfe rtn 
+ 00026050  0x00006c01 set0  0x00000028 , 0x00000000 
+ 00026051  0x00006c02 jam  0x00000020 , 0x00004211 
+ 00026052  0x00006c03 rtn 
+ 00026053  0x00006c07 fetch  0x00000001 , 0x00004203 
+ 00026054  0x00006c08 iadd  0x00000012 , 0x0000003f 
+ 00026055  0x00006c09 store  0x00000001 , 0x000001f7 
+ 00026056  0x00006c0a branch  0x000065cc 
+ 00026057  0x00006c0d fetch  0x00000002 , 0x000001f7 
+ 00026058  0x00006c0e byteswap  0x0000003f , 0x0000003f 
+ 00026059  0x00006c0f store  0x00000001 , 0x000001f7 
+ 00026060  0x00006c15 setarg  0x00000003 
+ 00026061  0x00006c16 hstore  0x00000002 , 0x00008098 
+ 00026062  0x00006c17 jam  0x000000a0 , 0x000001f6 
+ 00026063  0x00006c18 jam  0x000000a1 , 0x000001f8 
+ 00026064  0x00006c19 branch  0x000065eb 
+ 00026065  0x00006c20 storet  0x00000002 , 0x00000aa2 
+ 00026066  0x00006c21 call  0x000065d6 
+ 00026067  0x00006c22 fetcht  0x00000002 , 0x00000aa2 
+ 00026068  0x00006c23 call  0x00006606 
+ 00026069  0x00006c24 branch  0x000065dd 
+ 00026070  0x00006c27 fetch  0x00000001 , 0x0000423a 
+ 00026071  0x00006c28 rtneq  0x000000ff 
+ 00026072  0x00006c29 bbit0  0x00000006 , 0x000065db 
+ 00026073  0x00006c2a setarg  0x000249f0 
+ 00026074  0x00006c2b call  0x00002a8f 
+ 00026075  0x00006c2d fetcht  0x00000001 , 0x0000423a 
+ 00026076  0x00006c2e branch  0x00006829 
+ 00026077  0x00006c31 fetcht  0x00000001 , 0x0000423a 
+ 00026078  0x00006c32 branch  0x00006825 
+ 00026079  0x00006c38 bpatchx  0x00000090 , 0x00004032 
+ 00026080  0x00006c39 bmark1  0x00000028 , 0x000065c5 
+ 00026081  0x00006c3a fetch  0x00000002 , 0x00004203 
+ 00026082  0x00006c3b iadd  0x00000012 , 0x0000003f 
+ 00026083  0x00006c3c byteswap  0x0000003f , 0x0000003f 
+ 00026084  0x00006c3d store  0x00000002 , 0x000001f7 
+ 00026085  0x00006c41 bpatchx  0x00000091 , 0x00004032 
+ 00026086  0x00006c42 bmark1  0x00000028 , 0x000065c9 
+ 00026087  0x00006c43 setarg  0x00000004 
+ 00026088  0x00006c44 hstore  0x00000002 , 0x00008098 
+ 00026089  0x00006c45 jam  0x000000a0 , 0x000001f6 
+ 00026090  0x00006c46 jam  0x000000a1 , 0x000001f9 
+ 00026091  0x00006c48 setarg  0x000001f6 
+ 00026092  0x00006c49 hstore  0x00000002 , 0x0000809a 
+ 00026093  0x00006c4a hstoret  0x00000002 , 0x0000809e 
+ 00026094  0x00006c4b deposit  0x00000011 
+ 00026095  0x00006c4c hstore  0x00000002 , 0x0000809c 
+ 00026096  0x00006c4d setarg  0x00000002 
+ 00026097  0x00006c4e isolate0  0x0000000f , 0x00000011 
+ 00026098  0x00006c4f setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00026099  0x00006c50 hstore  0x00000001 , 0x00008090 
+ 00026100  0x00006c51 jam  0x00000004 , 0x00008006 
+ 00026101  0x00006c52 arg  0x00000005 , 0x00000007 
+ 00026102  0x00006c53 call  0x000064c0 
+ 00026103  0x00006c54 call  0x000065b0 
+ 00026104  0x00006c55 isolate1  0x00000004 , 0x0000003f 
+ 00026105  0x00006c56 call  0x000064b9 
+ 00026106  0x00006c57 bmark1  0x00000028 , 0x00006601 
+ 00026107  0x00006c58 fetch  0x00000002 , 0x000001f7 
+ 00026108  0x00006c59 byteswap  0x0000003f , 0x0000003f 
+ 00026109  0x00006c5a iadd  0x00000002 , 0x0000003f 
+ 00026110  0x00006c5b byteswap  0x0000003f , 0x0000003f 
+ 00026111  0x00006c5c store  0x00000002 , 0x000001f7 
+ 00026112  0x00006c5d rtn 
+ 00026113  0x00006c60 fetch  0x00000001 , 0x000001f7 
+ 00026114  0x00006c61 iadd  0x00000002 , 0x0000003f 
+ 00026115  0x00006c62 byteswap  0x0000003f , 0x0000003f 
+ 00026116  0x00006c63 store  0x00000002 , 0x000001f7 
+ 00026117  0x00006c64 rtn 
+ 00026118  0x00006c6b fetch  0x00000002 , 0x00004203 
+ 00026119  0x00006c6c iadd  0x00000012 , 0x0000003f 
+ 00026120  0x00006c70 store  0x00000002 , 0x00000a9a 
+ 00026121  0x00006c71 bpatchx  0x00000092 , 0x00004032 
+ 00026122  0x00006c72 storet  0x00000002 , 0x00000aa2 
+ 00026123  0x00006c73 copy  0x00000011 , 0x0000003f 
+ 00026124  0x00006c74 store  0x00000002 , 0x00000ab9 
+ 00026125  0x00006c76 call  0x0000661d 
+ 00026126  0x00006c78 fetcht  0x00000002 , 0x00000ab2 
+ 00026127  0x00006c79 fetch  0x00000002 , 0x00000ab9 
+ 00026128  0x00006c7a copy  0x0000003f , 0x00000011 
+ 00026129  0x00006c7b fetch  0x00000002 , 0x00000a9a 
+ 00026130  0x00006c7d call  0x0000663d 
+ 00026131  0x00006c7f fetch  0x00000002 , 0x00000ab2 
+ 00026132  0x00006c80 fetcht  0x00000002 , 0x00000ab9 
+ 00026133  0x00006c81 iadd  0x00000002 , 0x00000002 
+ 00026134  0x00006c82 storet  0x00000002 , 0x00000ab9 
+ 00026135  0x00006c83 fetcht  0x00000002 , 0x00000a9a 
+ 00026136  0x00006c84 iadd  0x00000002 , 0x00000002 
+ 00026137  0x00006c85 storet  0x00000002 , 0x00000a9a 
+ 00026138  0x00006c86 fetch  0x00000002 , 0x00000aa2 
+ 00026139  0x00006c87 nbranch  0x0000660d , 0x00000034 
+ 00026140  0x00006c88 rtn 
+ 00026141  0x00006c91 bpatchx  0x00000093 , 0x00004032 
+ 00026142  0x00006c92 fetch  0x00000001 , 0x00004211 
+ 00026143  0x00006c93 increase  0xffffffff , 0x0000003f 
+ 00026144  0x00006c94 fetcht  0x00000002 , 0x00000a9a 
+ 00026145  0x00006c95 ior  0x00000002 , 0x0000003f 
+ 00026146  0x00006c96 increase  0x00000001 , 0x0000003f 
+ 00026147  0x00006c97 store  0x00000003 , 0x00000ab6 
+ 00026148  0x00006c99 fetch  0x00000002 , 0x00000aa2 
+ 00026149  0x00006c9a iadd  0x00000002 , 0x0000003f 
+ 00026150  0x00006c9c fetcht  0x00000003 , 0x00000ab6 
+ 00026151  0x00006c9d isub  0x00000002 , 0x0000003f 
+ 00026152  0x00006c9e nbranch  0x0000662f , 0x00000002 
+ 00026153  0x00006c9f store  0x00000002 , 0x00000aa2 
+ 00026154  0x00006ca0 fetch  0x00000003 , 0x00000ab6 
+ 00026155  0x00006ca1 fetcht  0x00000002 , 0x00000a9a 
+ 00026156  0x00006ca2 isub  0x00000002 , 0x0000003f 
+ 00026157  0x00006ca3 store  0x00000002 , 0x00000ab2 
+ 00026158  0x00006ca4 rtn 
+ 00026159  0x00006ca6 fetch  0x00000002 , 0x00000aa2 
+ 00026160  0x00006ca7 store  0x00000002 , 0x00000ab2 
+ 00026161  0x00006ca8 setarg  0x00000000 
+ 00026162  0x00006ca9 store  0x00000002 , 0x00000aa2 
+ 00026163  0x00006caa rtn 
+ 00026164  0x00006cad increase  0x00000002 , 0x00000002 
+ 00026165  0x00006cae hstoret  0x00000002 , 0x00008098 
+ 00026166  0x00006caf increase  0xfffffffe , 0x00000011 
+ 00026167  0x00006cb0 ifetcht  0x00000003 , 0x00000011 
+ 00026168  0x00006cb1 copy  0x00000002 , 0x00000012 
+ 00026169  0x00006cb2 arg  0x000000a0 , 0x00000002 
+ 00026170  0x00006cb3 istoret  0x00000001 , 0x00000011 
+ 00026171  0x00006cb5 istore  0x00000001 , 0x00000005 
+ 00026172  0x00006cb6 branch  0x0000664a 
+ 00026173  0x00006cba copy  0x0000003f , 0x00000012 
+ 00026174  0x00006cbb bpatchx  0x00000094 , 0x00004032 
+ 00026175  0x00006cbc bmark1  0x00000028 , 0x00006634 
+ 00026176  0x00006cbd copy  0x00000012 , 0x0000003f 
+ 00026177  0x00006cbe increase  0x00000003 , 0x00000002 
+ 00026178  0x00006cbf hstoret  0x00000002 , 0x00008098 
+ 00026179  0x00006cc0 increase  0xfffffffd , 0x00000011 
+ 00026180  0x00006cc1 ifetcht  0x00000003 , 0x00000011 
+ 00026181  0x00006cc2 copy  0x00000002 , 0x00000012 
+ 00026182  0x00006cc3 arg  0x000000a0 , 0x00000002 
+ 00026183  0x00006cc4 istoret  0x00000001 , 0x00000011 
+ 00026184  0x00006cc5 byteswap  0x0000003f , 0x0000003f 
+ 00026185  0x00006cc6 istore  0x00000002 , 0x00000005 
+ 00026186  0x00006cc8 deposit  0x00000011 
+ 00026187  0x00006cc9 hstore  0x00000002 , 0x0000809a 
+ 00026188  0x00006cca setarg  0x00000000 
+ 00026189  0x00006ccb hstore  0x00000002 , 0x0000809e 
+ 00026190  0x00006ccc jam  0x00000001 , 0x00008090 
+ 00026191  0x00006ccd jam  0x00000004 , 0x00008006 
+ 00026192  0x00006cce call  0x000065b0 
+ 00026193  0x00006ccf copy  0x00000012 , 0x0000003f 
+ 00026194  0x00006cd0 istore  0x00000003 , 0x00000011 
+ 00026195  0x00006cd3 bpatchx  0x00000095 , 0x00004032 
+ 00026196  0x00006cd4 jam  0x00000000 , 0x000001f9 
+ 00026197  0x00006cd6 setarg  0x00000001 
+ 00026198  0x00006cd7 hstore  0x00000002 , 0x00008098 
+ 00026199  0x00006cd8 jam  0x000000a0 , 0x000001f6 
+ 00026200  0x00006cd9 setarg  0x000001f6 
+ 00026201  0x00006cda hstore  0x00000002 , 0x0000809a 
+ 00026202  0x00006cdb setarg  0x00000000 
+ 00026203  0x00006cdc hstore  0x00000002 , 0x0000809e 
+ 00026204  0x00006cdd hstore  0x00000002 , 0x0000809c 
+ 00026205  0x00006cde setarg  0x00000003 
+ 00026206  0x00006cdf hstore  0x00000001 , 0x00008090 
+ 00026207  0x00006ce0 jam  0x00000004 , 0x00008006 
+ 00026208  0x00006ce1 call  0x000065b0 
+ 00026209  0x00006ce2 hfetch  0x00000001 , 0x0000812c 
+ 00026210  0x00006ce3 rtnbit0  0x00000006 
+ 00026211  0x00006ce4 nop  0x000005dc 
+ 00026212  0x00006ce5 fetch  0x00000001 , 0x000001f9 
+ 00026213  0x00006ce6 increase  0x00000001 , 0x0000003f 
+ 00026214  0x00006ce7 store  0x00000001 , 0x000001f9 
+ 00026215  0x00006ce8 sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00026216  0x00006ce9 nrtn  0x00000002 
+ 00026217  0x00006cea branch  0x00006655 
+ 00026218  0x00006cef jam  0x00000070 , 0x00008973 
+ 00026219  0x00006cf0 nop  0x00000bb8 
+ 00026220  0x00006cf1 rtn 
+ 00026221  0x00006cf4 jam  0x00000030 , 0x00008973 
+ 00026222  0x00006cf5 rtn 
+ 00026223  0x00006cf8 lshift3  0x0000003f , 0x0000003f 
+ 00026224  0x00006cf9 hstore  0x00000002 , 0x00008045 
+ 00026225  0x00006cfa jam  0x00000000 , 0x0000804b 
+ 00026226  0x00006cfb rtn 
+ 00026227  0x00006cff call  0x0000666f 
+ 00026228  0x00006d00 call  0x000066a0 
+ 00026229  0x00006d02 ifetcht  0x00000001 , 0x00000011 
+ 00026230  0x00006d03 increase  0x00000001 , 0x00000011 
+ 00026231  0x00006d04 force  0x00000000 , 0x00000007 
+ 00026232  0x00006d06 qisolate0  0x00000002 
+ 00026233  0x00006d07 branch  0x00006697 , 0x00000001 
+ 00026234  0x00006d08 hfetch  0x00000001 , 0x00008046 
+ 00026235  0x00006d09 set1  0x00000006 , 0x0000003f 
+ 00026236  0x00006d0a set1  0x00000007 , 0x0000003f 
+ 00026237  0x00006d0b hstore  0x00000001 , 0x00008046 
+ 00026238  0x00006d0c jam  0x00000002 , 0x00008047 
+ 00026239  0x00006d0d jam  0x00000082 , 0x00008047 
+ 00026240  0x00006d0e set0  0x00000007 , 0x0000003f 
+ 00026241  0x00006d0f hstore  0x00000001 , 0x00008046 
+ 00026242  0x00006d10 jam  0x0000008a , 0x00008047 
+ 00026243  0x00006d11 nop  0x0000000b 
+ 00026244  0x00006d12 jam  0x000000ca , 0x00008047 
+ 00026245  0x00006d13 nop  0x00000021 
+ 00026246  0x00006d14 jam  0x0000004a , 0x00008047 
+ 00026247  0x00006d15 nop  0x0000002c 
+ 00026248  0x00006d16 jam  0x000000ca , 0x00008047 
+ 00026249  0x00006d17 nop  0x00000016 
+ 00026250  0x00006d18 jam  0x0000008a , 0x00008047 
+ 00026251  0x00006d19 nop  0x00000021 
+ 00026252  0x00006d1a jam  0x00000082 , 0x00008047 
+ 00026253  0x00006d1b nop  0x00000001 
+ 00026254  0x00006d1c jam  0x00000092 , 0x00008047 
+ 00026255  0x00006d1d nop  0x0000000a 
+ 00026256  0x00006d1e jam  0x000000b2 , 0x00008047 
+ 00026257  0x00006d1f hfetch  0x00000001 , 0x00008007 
+ 00026258  0x00006d20 jam  0x00000092 , 0x00008047 
+ 00026259  0x00006d21 nop  0x00000001 
+ 00026260  0x00006d22 jam  0x00000082 , 0x00008047 
+ 00026261  0x00006d23 qisolate0  0x0000003f 
+ 00026262  0x00006d24 branch  0x00006678 , 0x00000001 
+ 00026263  0x00006d26 hfetch  0x00000002 , 0x00008045 
+ 00026264  0x00006d27 increase  0x00000001 , 0x0000003f 
+ 00026265  0x00006d28 hstore  0x00000002 , 0x00008045 
+ 00026266  0x00006d29 increase  0x00000001 , 0x00000007 
+ 00026267  0x00006d2a compare  0x00000008 , 0x00000007 , 0x0000000f 
+ 00026268  0x00006d2b nbranch  0x00006678 , 0x00000001 
+ 00026269  0x00006d2c loop  0x00006675 
+ 00026270  0x00006d2d jam  0x00000083 , 0x00008047 
+ 00026271  0x00006d2e rtn 
+ 00026272  0x00006d31 jam  0x00000082 , 0x00008047 
+ 00026273  0x00006d32 nop  0x0000000c 
+ 00026274  0x00006d33 jam  0x00000080 , 0x00008047 
+ 00026275  0x00006d34 jam  0x00000082 , 0x00008047 
+ 00026276  0x00006d35 nop  0x00000096 
+ 00026277  0x00006d36 rtn 
+ 00026278  0x00006d3a call  0x000066a0 
+ 00026279  0x00006d3b jam  0x000000a2 , 0x00008047 
+ 00026280  0x00006d3c deposit  0x00000011 
+ 00026281  0x00006d3d hstore  0x00000002 , 0x00008048 
+ 00026282  0x00006d3e set1  0x0000000b , 0x00000002 
+ 00026283  0x00006d3f isolate0  0x0000000f , 0x0000003f 
+ 00026284  0x00006d40 setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00026285  0x00006d41 hstoret  0x00000002 , 0x0000804a 
+ 00026286  0x00006d42 jam  0x00000001 , 0x00008006 
+ 00026287  0x00006d43 rtn 
+ 00026288  0x00006d46 hfetch  0x00000001 , 0x0000812c 
+ 00026289  0x00006d47 bbit0  0x00000001 , 0x000066b0 
+ 00026290  0x00006d48 rtn 
+ 00026291  0x00006d4c call  0x0000666f 
+ 00026292  0x00006d4d call  0x000066a6 
+ 00026293  0x00006d4e call  0x000066b0 
+ 00026294  0x00006d4f jam  0x00000083 , 0x00008047 
+ 00026295  0x00006d50 rtn 
+ 00026296  0x00006d56 hfetch  0x00000002 , 0x00008124 
+ 00026297  0x00006d57 hstore  0x00000002 , 0x00008045 
+ 00026298  0x00006d58 call  0x000066a6 
+ 00026299  0x00006d59 arg  0x00000001 , 0x00000007 
+ 00026300  0x00006d5a call  0x000064c0 
+ 00026301  0x00006d5b call  0x000066b0 
+ 00026302  0x00006d5c isolate1  0x00000000 , 0x0000003f 
+ 00026303  0x00006d5d call  0x000064b9 
+ 00026304  0x00006d5e jam  0x00000083 , 0x00008047 
+ 00026305  0x00006d5f rtn 
+ 00026306  0x00006d63 hfetch  0x00000002 , 0x0000805e 
+ 00026307  0x00006d64 iforce  0x0000000a 
+ 00026308  0x00006d65 rtn 
+ 00026309  0x00006d68 deposit  0x0000000a 
+ 00026310  0x00006d69 hstore  0x00000002 , 0x0000805e 
+ 00026311  0x00006d6a rtn 
+ 00026312  0x00006d6d deposit  0x00000003 
+ 00026313  0x00006d6e hstore  0x00000002 , 0x00008058 
+ 00026314  0x00006d6f rtn 
+ 00026315  0x00006d72 hfetch  0x00000002 , 0x00008058 
+ 00026316  0x00006d73 copy  0x0000003f , 0x00000003 
+ 00026317  0x00006d74 rtn 
+ 00026318  0x00006d77 fetch  0x00000002 , 0x00004243 
+ 00026319  0x00006d78 hstore  0x00000002 , 0x00008052 
+ 00026320  0x00006d79 rtn 
+ 00026321  0x00006d7c deposit  0x00000039 
+ 00026322  0x00006d7d rtn  0x00000034 
+ 00026323  0x00006d7f increase  0xfffffff8 , 0x00000039 
+ 00026324  0x00006d80 call  0x000066de , 0x00000002 
+ 00026325  0x00006d81 rtn  0x00000005 
+ 00026326  0x00006d82 branch  0x000066d3 , 0x00000002 
+ 00026327  0x00006d83 increase  0x00000008 , 0x00000039 
+ 00026328  0x00006d85 increase  0xfffffffc , 0x00000039 
+ 00026329  0x00006d86 call  0x000066e1 , 0x00000002 
+ 00026330  0x00006d87 rtn  0x00000005 
+ 00026331  0x00006d88 branch  0x000066d8 , 0x00000002 
+ 00026332  0x00006d89 increase  0x00000004 , 0x00000039 
+ 00026333  0x00006d8a branch  0x000066e4 
+ 00026334  0x00006d8d ifetch  0x00000008 , 0x00000006 
+ 00026335  0x00006d8e istore  0x00000008 , 0x0000000a 
+ 00026336  0x00006d8f rtn 
+ 00026337  0x00006d92 ifetch  0x00000004 , 0x00000006 
+ 00026338  0x00006d93 istore  0x00000004 , 0x0000000a 
+ 00026339  0x00006d94 rtn 
+ 00026340  0x00006d97 deposit  0x00000039 
+ 00026341  0x00006d98 rtn  0x00000034 
+ 00026342  0x00006d9a ifetch  0x00000001 , 0x00000006 
+ 00026343  0x00006d9b istore  0x00000001 , 0x0000000a 
+ 00026344  0x00006d9c loop  0x000066e6 
+ 00026345  0x00006d9d rtn 
+ 00026346  0x00006da0 deposit  0x00000039 
+ 00026347  0x00006da1 rtn  0x00000034 
+ 00026348  0x00006da3 increase  0xfffffff8 , 0x00000039 
+ 00026349  0x00006da4 call  0x000066f7 , 0x00000002 
+ 00026350  0x00006da5 rtn  0x00000005 
+ 00026351  0x00006da6 branch  0x000066ec , 0x00000002 
+ 00026352  0x00006da7 increase  0x00000008 , 0x00000039 
+ 00026353  0x00006da9 increase  0xfffffffc , 0x00000039 
+ 00026354  0x00006daa call  0x000066fa , 0x00000002 
+ 00026355  0x00006dab rtn  0x00000005 
+ 00026356  0x00006dac branch  0x000066f1 , 0x00000002 
+ 00026357  0x00006dad increase  0x00000004 , 0x00000039 
+ 00026358  0x00006dae branch  0x000066fd 
+ 00026359  0x00006db1 ifetch  0x00000008 , 0x00000003 
+ 00026360  0x00006db2 istore  0x00000008 , 0x00000005 
+ 00026361  0x00006db3 rtn 
+ 00026362  0x00006db6 ifetch  0x00000004 , 0x00000003 
+ 00026363  0x00006db7 istore  0x00000004 , 0x00000005 
+ 00026364  0x00006db8 rtn 
+ 00026365  0x00006dbc deposit  0x00000039 
+ 00026366  0x00006dbd rtn  0x00000034 
+ 00026367  0x00006dbf ifetch  0x00000001 , 0x00000003 
+ 00026368  0x00006dc0 istore  0x00000001 , 0x00000005 
+ 00026369  0x00006dc1 loop  0x000066ff 
+ 00026370  0x00006dc2 rtn 
+ 00026371  0x00006dc6 deposit  0x00000039 
+ 00026372  0x00006dc7 rtn  0x00000034 
+ 00026373  0x00006dc9 ifetch  0x00000001 , 0x00000003 
+ 00026374  0x00006dca istore  0x00000001 , 0x0000000a 
+ 00026375  0x00006dcb loop  0x00006705 
+ 00026376  0x00006dcc rtn 
+ 00026377  0x00006dd2 jam  0x0000003d , 0x00000a99 
+ 00026378  0x00006dd3 branch  0x00007d86 
+ 00026379  0x00006dd7 bpatchx  0x00000096 , 0x00004032 
+ 00026380  0x00006dd8 fetch  0x00000001 , 0x00004217 
+ 00026381  0x00006dd9 rtn  0x00000034 
+ 00026382  0x00006dda call  0x000067a3 
+ 00026383  0x00006ddb call  0x000067a9 , 0x00000005 
+ 00026384  0x00006ddc call  0x0000673e 
+ 00026385  0x00006dde fetch  0x00000001 , 0x00004217 
+ 00026386  0x00006ddf icopy  0x00000013 
+ 00026387  0x00006de0 fetcht  0x00000002 , 0x00004215 
+ 00026388  0x00006de1 storet  0x00000002 , 0x0000018c 
+ 00026389  0x00006de3 copy  0x00000013 , 0x0000003f 
+ 00026390  0x00006de4 branch  0x00006709 , 0x00000034 
+ 00026391  0x00006de5 increase  0xffffffff , 0x00000013 
+ 00026392  0x00006de6 copy  0x00000002 , 0x00000011 
+ 00026393  0x00006de7 ifetch  0x00000001 , 0x00000011 
+ 00026394  0x00006de8 fetcht  0x00000001 , 0x00000184 
+ 00026395  0x00006de9 isub  0x00000002 , 0x0000003e 
+ 00026396  0x00006dea call  0x00006725 , 0x00000005 
+ 00026397  0x00006deb branch  0x00006721 , 0x00000002 
+ 00026398  0x00006dec ifetch  0x00000001 , 0x00000011 
+ 00026399  0x00006ded increase  0x00000001 , 0x0000003f 
+ 00026400  0x00006dee istore  0x00000001 , 0x00000011 
+ 00026401  0x00006df0 fetcht  0x00000002 , 0x0000018c 
+ 00026402  0x00006df1 increase  0x00000022 , 0x00000002 
+ 00026403  0x00006df2 storet  0x00000002 , 0x0000018c 
+ 00026404  0x00006df3 branch  0x00006715 
+ 00026405  0x00006df6 setarg  0x00000000 
+ 00026406  0x00006df7 istore  0x00000001 , 0x00000011 
+ 00026407  0x00006df8 fetch  0x00000001 , 0x00000185 
+ 00026408  0x00006df9 istore  0x00000001 , 0x00000005 
+ 00026409  0x00006dfa bne  0x00000033 , 0x00006733 
+ 00026410  0x00006dfb arg  0x000041be , 0x00000012 
+ 00026411  0x00006dfd ifetch  0x00000006 , 0x00000006 
+ 00026412  0x00006dfe istore  0x00000008 , 0x00000005 
+ 00026413  0x00006dff setarg  0x00000000 
+ 00026414  0x00006e00 istore  0x00000008 , 0x00000005 
+ 00026415  0x00006e01 copy  0x00000012 , 0x00000006 
+ 00026416  0x00006e03 call  0x00007ebf 
+ 00026417  0x00006e04 force  0x00000001 , 0x0000003e 
+ 00026418  0x00006e05 rtn 
+ 00026419  0x00006e08 beq  0x00000036 , 0x00006737 
+ 00026420  0x00006e09 beq  0x00000037 , 0x0000673b 
+ 00026421  0x00006e0a arg  0x00004419 , 0x00000012 
+ 00026422  0x00006e0b branch  0x0000672b 
+ 00026423  0x00006e0e arg  0x000044d5 , 0x00000006 
+ 00026424  0x00006e0f call  0x00007ebf 
+ 00026425  0x00006e11 arg  0x00004419 , 0x00000006 
+ 00026426  0x00006e12 branch  0x00006730 
+ 00026427  0x00006e15 arg  0x000044cd , 0x00000006 
+ 00026428  0x00006e16 call  0x00007ebf 
+ 00026429  0x00006e17 branch  0x00006739 
+ 00026430  0x00006e1b call  0x00007fe9 
+ 00026431  0x00006e1c fetch  0x00000001 , 0x00004217 
+ 00026432  0x00006e1d rtn  0x00000034 
+ 00026433  0x00006e1e fetch  0x00000002 , 0x00004682 
+ 00026434  0x00006e1f bbit1  0x00000000 , 0x00006754 
+ 00026435  0x00006e21 bpatchx  0x00000097 , 0x00004032 
+ 00026436  0x00006e22 fetch  0x00000001 , 0x0000448e 
+ 00026437  0x00006e23 beq  0x00000000 , 0x0000674d 
+ 00026438  0x00006e24 fetch  0x00000001 , 0x00000454 
+ 00026439  0x00006e25 compare  0x000000c0 , 0x0000003f , 0x000000c0 
+ 00026440  0x00006e26 branch  0x0000674d , 0x00000001 
+ 00026441  0x00006e27 compare  0x00000040 , 0x0000003f , 0x000000c0 
+ 00026442  0x00006e28 branch  0x00006752 , 0x00000001 
+ 00026443  0x00006e29 compare  0x00000000 , 0x0000003f , 0x000000c0 
+ 00026444  0x00006e2a branch  0x00006750 , 0x00000001 
+ 00026445  0x00006e2c jam  0x00000035 , 0x00000185 
+ 00026446  0x00006e2d fetch  0x00000006 , 0x0000044f 
+ 00026447  0x00006e2e branch  0x00006757 
+ 00026448  0x00006e31 jam  0x00000037 , 0x00000185 
+ 00026449  0x00006e32 branch  0x00006757 
+ 00026450  0x00006e36 jam  0x00000036 , 0x00000185 
+ 00026451  0x00006e37 branch  0x00006757 
+ 00026452  0x00006e3b bpatchx  0x00000098 , 0x00004033 
+ 00026453  0x00006e3c jam  0x00000033 , 0x00000185 
+ 00026454  0x00006e3d fetch  0x00000006 , 0x00000040 
+ 00026455  0x00006e3f store  0x00000006 , 0x00000186 
+ 00026456  0x00006e40 fetch  0x00000002 , 0x00004215 
+ 00026457  0x00006e41 ifetcht  0x00000001 , 0x0000003f 
+ 00026458  0x00006e42 pincrease  0x00000001 
+ 00026459  0x00006e43 store  0x00000002 , 0x0000018c 
+ 00026460  0x00006e44 storet  0x00000001 , 0x00000184 
+ 00026461  0x00006e45 fetch  0x00000001 , 0x00004217 
+ 00026462  0x00006e46 icopy  0x00000013 
+ 00026463  0x00006e48 fetch  0x00000002 , 0x0000018c 
+ 00026464  0x00006e49 copy  0x0000003f , 0x00000011 
+ 00026465  0x00006e4a call  0x0000676f 
+ 00026466  0x00006e4b rtn  0x00000028 
+ 00026467  0x00006e4c fetcht  0x00000002 , 0x0000018c 
+ 00026468  0x00006e4d increase  0x00000022 , 0x00000002 
+ 00026469  0x00006e4e storet  0x00000002 , 0x0000018c 
+ 00026470  0x00006e4f increase  0xffffffff , 0x00000002 
+ 00026471  0x00006e50 ifetch  0x00000001 , 0x00000002 
+ 00026472  0x00006e51 store  0x00000001 , 0x00000184 
+ 00026473  0x00006e52 increase  0xffffffff , 0x00000013 
+ 00026474  0x00006e53 nbranch  0x0000675f , 0x00000005 
+ 00026475  0x00006e54 fetch  0x00000001 , 0x00004217 
+ 00026476  0x00006e55 pincrease  0xffffffff 
+ 00026477  0x00006e56 store  0x00000001 , 0x00000184 
+ 00026478  0x00006e57 rtn 
+ 00026479  0x00006e59 fetch  0x00000001 , 0x00000185 
+ 00026480  0x00006e5a bne  0x00000033 , 0x00006776 
+ 00026481  0x00006e5c arg  0x00000185 , 0x00000012 
+ 00026482  0x00006e5d arg  0x00000007 , 0x00000039 
+ 00026483  0x00006e5e call  0x00007f88 
+ 00026484  0x00006e5f branch  0x00007fe7 , 0x00000005 
+ 00026485  0x00006e60 rtn 
+ 00026486  0x00006e63 beq  0x00000036 , 0x00006779 
+ 00026487  0x00006e64 beq  0x00000037 , 0x00006794 
+ 00026488  0x00006e65 branch  0x00006771 
+ 00026489  0x00006e68 ifetcht  0x00000001 , 0x00000011 
+ 00026490  0x00006e69 isub  0x00000002 , 0x0000003e 
+ 00026491  0x00006e6a nrtn  0x00000005 
+ 00026492  0x00006e6b arg  0x00000ac2 , 0x00000005 
+ 00026493  0x00006e6c arg  0x00000010 , 0x00000039 
+ 00026494  0x00006e6d call  0x00007ed4 
+ 00026495  0x00006e6e fetch  0x00000003 , 0x00000452 
+ 00026496  0x00006e6f store  0x00000003 , 0x00000ac2 
+ 00026497  0x00006e70 call  0x0000678b 
+ 00026498  0x00006e71 fetch  0x00000002 , 0x00000adf 
+ 00026499  0x00006e72 byteswap  0x0000003f , 0x0000003f 
+ 00026500  0x00006e73 lshift8  0x0000003f , 0x00000002 
+ 00026501  0x00006e74 ifetch  0x00000001 , 0x00000006 
+ 00026502  0x00006e75 iadd  0x00000002 , 0x0000003f 
+ 00026503  0x00006e76 fetcht  0x00000003 , 0x0000044f 
+ 00026504  0x00006e77 isub  0x00000002 , 0x0000003e 
+ 00026505  0x00006e78 branch  0x00007fe7 , 0x00000005 
+ 00026506  0x00006e79 rtn 
+ 00026507  0x00006e7d arg  0x00000ac2 , 0x00000006 
+ 00026508  0x00006e7e call  0x00007486 
+ 00026509  0x00006e80 ifetch  0x00000001 , 0x00000011 
+ 00026510  0x00006e81 call  0x00007487 
+ 00026511  0x00006e82 force  0x00000038 , 0x00000036 
+ 00026512  0x00006e83 force  0x00000000 , 0x00000036 
+ 00026513  0x00006e84 call  0x0000741d 
+ 00026514  0x00006e85 arg  0x00000ad2 , 0x00000005 
+ 00026515  0x00006e86 branch  0x00007497 
+ 00026516  0x00006e89 ifetcht  0x00000001 , 0x00000011 
+ 00026517  0x00006e8a isub  0x00000002 , 0x0000003e 
+ 00026518  0x00006e8b nrtn  0x00000005 
+ 00026519  0x00006e8c copy  0x00000006 , 0x00000011 
+ 00026520  0x00006e8d add  0x00000006 , 0x00000008 , 0x00000013 
+ 00026521  0x00006e8e arg  0x000044cd , 0x00000012 
+ 00026522  0x00006e8f arg  0x00000008 , 0x00000039 
+ 00026523  0x00006e90 call  0x00007f88 
+ 00026524  0x00006e91 branch  0x00007fe7 , 0x00000005 
+ 00026525  0x00006e92 copy  0x00000013 , 0x00000011 
+ 00026526  0x00006e93 arg  0x000044d5 , 0x00000012 
+ 00026527  0x00006e94 arg  0x00000008 , 0x00000039 
+ 00026528  0x00006e95 call  0x00007f88 
+ 00026529  0x00006e96 branch  0x00007fe7 , 0x00000005 
+ 00026530  0x00006e97 rtn 
+ 00026531  0x00006e9a fetch  0x00000002 , 0x00004215 
+ 00026532  0x00006e9b ifetcht  0x00000001 , 0x0000003f 
+ 00026533  0x00006e9c pincrease  0x00000022 
+ 00026534  0x00006e9d ifetch  0x00000001 , 0x0000003f 
+ 00026535  0x00006e9e isub  0x00000002 , 0x0000003e 
+ 00026536  0x00006e9f rtn 
+ 00026537  0x00006ea2 fetch  0x00000001 , 0x00004217 
+ 00026538  0x00006ea3 icopy  0x00000039 
+ 00026539  0x00006ea4 fetcht  0x00000002 , 0x00004215 
+ 00026540  0x00006ea5 setarg  0x00000000 
+ 00026541  0x00006ea7 istore  0x00000001 , 0x00000002 
+ 00026542  0x00006ea8 increase  0x00000022 , 0x00000002 
+ 00026543  0x00006ea9 pincrease  0x00000001 
+ 00026544  0x00006eaa loop  0x000067ad 
+ 00026545  0x00006eab rtn 
+ 00026546  0x00006eae bpatchx  0x00000099 , 0x00004033 
+ 00026547  0x00006eaf call  0x0000673e 
+ 00026548  0x00006eb0 fetch  0x00000001 , 0x00000030 
+ 00026549  0x00006eb1 setflag  0x00000028 , 0x00000006 , 0x0000003f 
+ 00026550  0x00006eb2 store  0x00000001 , 0x00000030 
+ 00026551  0x00006eb3 nbranch  0x000067bc , 0x00000028 
+ 00026552  0x00006eb4 add  0x00000011 , 0x0000000a , 0x00000006 
+ 00026553  0x00006eb6 arg  0x000041be , 0x00000005 
+ 00026554  0x00006eb7 call  0x00007ebf 
+ 00026555  0x00006eb8 branch  0x000067d7 
+ 00026556  0x00006eba jam  0x00000000 , 0x000041bd 
+ 00026557  0x00006ebb rtn 
+ 00026558  0x00006ebe fetch  0x00000009 , 0x000044cb 
+ 00026559  0x00006ebf branch  0x000067ca , 0x00000034 
+ 00026560  0x00006ec0 call  0x0000673e 
+ 00026561  0x00006ec1 nbranch  0x000067ca , 0x00000028 
+ 00026562  0x00006ec2 fetch  0x00000002 , 0x0000018c 
+ 00026563  0x00006ec3 add  0x0000003f , 0x00000001 , 0x00000006 
+ 00026564  0x00006ec4 arg  0x000044d5 , 0x00000005 
+ 00026565  0x00006ec5 call  0x00007ebf 
+ 00026566  0x00006ec6 arg  0x00004419 , 0x00000005 
+ 00026567  0x00006ec7 call  0x00007ebf 
+ 00026568  0x00006ec8 jam  0x00000001 , 0x00004429 
+ 00026569  0x00006ec9 rtn 
+ 00026570  0x00006ecc jam  0x00000000 , 0x00004429 
+ 00026571  0x00006ecd rtn 
+ 00026572  0x00006ed1 fetch  0x00000006 , 0x0000044f 
+ 00026573  0x00006ed2 store  0x00000006 , 0x00000186 
+ 00026574  0x00006ed3 jam  0x00000034 , 0x00000185 
+ 00026575  0x00006ed4 branch  0x000067d3 
+ 00026576  0x00006ed6 fetch  0x00000006 , 0x00000040 
+ 00026577  0x00006ed7 store  0x00000006 , 0x00000186 
+ 00026578  0x00006ed8 jam  0x00000033 , 0x00000185 
+ 00026579  0x00006eda fetch  0x00000001 , 0x00004092 
+ 00026580  0x00006edb beq  0x0000000a , 0x0000670b 
+ 00026581  0x00006edc bbit1  0x00000006 , 0x000042da 
+ 00026582  0x00006edd rtn 
+ 00026583  0x00006ee1 fetch  0x00000008 , 0x000041be 
+ 00026584  0x00006ee2 fetcht  0x00000008 , 0x000041c6 
+ 00026585  0x00006ee3 ior  0x00000002 , 0x0000003f 
+ 00026586  0x00006ee4 rtn  0x00000034 
+ 00026587  0x00006ee5 jam  0x00000001 , 0x000041bd 
+ 00026588  0x00006ee6 rtn 
+ 00026589  0x00006eee bpatchx  0x0000009a , 0x00004033 
+ 00026590  0x00006eef set1  0x00000007 , 0x00000002 
+ 00026591  0x00006ef0 call  0x0000681d 
+ 00026592  0x00006ef1 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00026593  0x00006ef7 bpatchx  0x0000009b , 0x00004033 
+ 00026594  0x00006ef8 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026595  0x00006ef9 rtn  0x00000005 
+ 00026596  0x00006efa isolate0  0x00000007 , 0x00000002 
+ 00026597  0x00006efb and  0x00000002 , 0x0000001f , 0x00000007 
+ 00026598  0x00006efc fetch  0x00000004 , 0x000000a1 
+ 00026599  0x00006efd qsetflag  0x00000001 , 0x0000003f 
+ 00026600  0x00006efe store  0x00000004 , 0x000000a1 
+ 00026601  0x00006eff fetch  0x00000004 , 0x000000a5 
+ 00026602  0x00006f00 nqsetflag  0x00000001 , 0x0000003f 
+ 00026603  0x00006f01 store  0x00000004 , 0x000000a5 
+ 00026604  0x00006f02 rtn 
+ 00026605  0x00006f06 bpatchx  0x0000009c , 0x00004033 
+ 00026606  0x00006f07 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026607  0x00006f08 rtn  0x00000005 
+ 00026608  0x00006f09 isolate0  0x00000007 , 0x00000002 
+ 00026609  0x00006f0a and  0x00000002 , 0x0000001f , 0x00000007 
+ 00026610  0x00006f0b fetch  0x00000004 , 0x000000a1 
+ 00026611  0x00006f0c qset0  0x0000003f 
+ 00026612  0x00006f0d store  0x00000004 , 0x000000a1 
+ 00026613  0x00006f0e fetch  0x00000004 , 0x000000a5 
+ 00026614  0x00006f0f qset0  0x0000003f 
+ 00026615  0x00006f10 store  0x00000004 , 0x000000a5 
+ 00026616  0x00006f11 rtn 
+ 00026617  0x00006f15 call  0x000067ed 
+ 00026618  0x00006f16 branch  0x000067fe 
+ 00026619  0x00006f1a sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026620  0x00006f1b rtn  0x00000005 
+ 00026621  0x00006f1c ncall  0x000067e1 , 0x0000002b 
+ 00026622  0x00006f1f arg  0x0000807c , 0x00000005 
+ 00026623  0x00006f20 call  0x00006830 
+ 00026624  0x00006f21 setflip  0x00000007 , 0x00000002 
+ 00026625  0x00006f22 arg  0x00008078 , 0x00000005 
+ 00026626  0x00006f23 call  0x00006830 
+ 00026627  0x00006f24 set0  0x00000007 , 0x00000002 
+ 00026628  0x00006f25 arg  0x00008070 , 0x00000005 
+ 00026629  0x00006f26 branch  0x00006830 
+ 00026630  0x00006f2a arg  0x0000807c , 0x00000005 
+ 00026631  0x00006f2b call  0x00006830 
+ 00026632  0x00006f2c set0  0x00000007 , 0x00000002 
+ 00026633  0x00006f2d arg  0x00008078 , 0x00000005 
+ 00026634  0x00006f2e call  0x00006830 
+ 00026635  0x00006f2f set0  0x00000007 , 0x00000002 
+ 00026636  0x00006f30 arg  0x00008070 , 0x00000005 
+ 00026637  0x00006f31 branch  0x00006830 
+ 00026638  0x00006f36 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026639  0x00006f37 rtn  0x00000005 
+ 00026640  0x00006f38 setflip  0x00000007 , 0x00000002 
+ 00026641  0x00006f39 call  0x0000682f 
+ 00026642  0x00006f3b set1  0x00000007 , 0x00000002 
+ 00026643  0x00006f3c arg  0x00008070 , 0x00000005 
+ 00026644  0x00006f3d branch  0x00006830 
+ 00026645  0x00006f40 and  0x00000002 , 0x00000007 , 0x00000007 
+ 00026646  0x00006f41 rshift3  0x00000002 , 0x0000003f 
+ 00026647  0x00006f42 and_into  0x00000003 , 0x0000003f 
+ 00026648  0x00006f43 iadd  0x00000005 , 0x00000005 
+ 00026649  0x00006f44 ifetch  0x00000001 , 0x00000005 
+ 00026650  0x00006f45 rtn 
+ 00026651  0x00006f48 arg  0x00008074 , 0x00000005 
+ 00026652  0x00006f49 branch  0x0000681e 
+ 00026653  0x00006f4e arg  0x0000811c , 0x00000005 
+ 00026654  0x00006f50 call  0x00006815 
+ 00026655  0x00006f51 isolate1  0x00000007 , 0x00000002 
+ 00026656  0x00006f52 branch  0x00006823 , 0x00000001 
+ 00026657  0x00006f53 qisolate0  0x0000003f 
+ 00026658  0x00006f54 rtn 
+ 00026659  0x00006f56 qisolate1  0x0000003f 
+ 00026660  0x00006f57 rtn 
+ 00026661  0x00006f5a sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026662  0x00006f5b rtn  0x00000005 
+ 00026663  0x00006f5c isolate1  0x00000007 , 0x0000003e 
+ 00026664  0x00006f5d branch  0x0000682c 
+ 00026665  0x00006f60 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026666  0x00006f61 rtn  0x00000005 
+ 00026667  0x00006f62 isolate0  0x00000007 , 0x0000003e 
+ 00026668  0x00006f66 setarg  0x00000000 
+ 00026669  0x00006f67 nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00026670  0x00006f68 ixor  0x00000002 , 0x00000002 
+ 00026671  0x00006f6c arg  0x00008074 , 0x00000005 
+ 00026672  0x00006f70 call  0x00006815 
+ 00026673  0x00006f71 isolate1  0x00000007 , 0x00000002 
+ 00026674  0x00006f72 qsetflag  0x00000001 , 0x0000003f 
+ 00026675  0x00006f73 istore  0x00000001 , 0x00000005 
+ 00026676  0x00006f74 rtn 
+ 00026677  0x00006f77 arg  0xffffffff , 0x00000011 
+ 00026678  0x00006f78 hfetch  0x00000001 , 0x00008081 
+ 00026679  0x00006f79 compare  0x00000002 , 0x0000003f , 0x00000003 
+ 00026680  0x00006f7a call  0x00006878 , 0x00000001 
+ 00026681  0x00006f7c compare  0x00000001 , 0x0000003f , 0x00000003 
+ 00026682  0x00006f7d call  0x0000687a , 0x00000001 
+ 00026683  0x00006f7f compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026684  0x00006f80 call  0x0000687a , 0x00000001 
+ 00026685  0x00006f82 isolate1  0x00000002 , 0x0000003f 
+ 00026686  0x00006f83 call  0x00006874 , 0x00000001 
+ 00026687  0x00006f85 isolate1  0x00000003 , 0x0000003f 
+ 00026688  0x00006f86 call  0x00006876 , 0x00000001 
+ 00026689  0x00006f88 isolate1  0x00000004 , 0x0000003f 
+ 00026690  0x00006f89 call  0x0000687c , 0x00000001 
+ 00026691  0x00006f8b isolate1  0x00000006 , 0x0000003f 
+ 00026692  0x00006f8c nsetflag  0x00000001 , 0x00000004 , 0x00000011 
+ 00026693  0x00006f8e isolate1  0x00000007 , 0x0000003f 
+ 00026694  0x00006f8f nsetflag  0x00000001 , 0x00000005 , 0x00000011 
+ 00026695  0x00006f91 hfetch  0x00000001 , 0x00008082 
+ 00026696  0x00006f92 isolate1  0x00000000 , 0x0000003f 
+ 00026697  0x00006f93 nsetflag  0x00000001 , 0x0000001b , 0x00000011 
+ 00026698  0x00006f94 isolate1  0x00000001 , 0x0000003f 
+ 00026699  0x00006f95 nsetflag  0x00000001 , 0x0000001c , 0x00000011 
+ 00026700  0x00006f96 isolate1  0x00000002 , 0x0000003f 
+ 00026701  0x00006f97 nsetflag  0x00000001 , 0x00000003 , 0x00000011 
+ 00026702  0x00006f98 isolate1  0x00000003 , 0x0000003f 
+ 00026703  0x00006f99 nsetflag  0x00000001 , 0x00000008 , 0x00000011 
+ 00026704  0x00006f9a isolate1  0x00000004 , 0x0000003f 
+ 00026705  0x00006f9b nsetflag  0x00000001 , 0x00000014 , 0x00000011 
+ 00026706  0x00006f9c isolate1  0x00000005 , 0x0000003f 
+ 00026707  0x00006f9d nsetflag  0x00000001 , 0x00000015 , 0x00000011 
+ 00026708  0x00006f9e isolate1  0x00000006 , 0x0000003f 
+ 00026709  0x00006f9f nsetflag  0x00000001 , 0x00000016 , 0x00000011 
+ 00026710  0x00006fa0 isolate1  0x00000007 , 0x0000003f 
+ 00026711  0x00006fa1 nsetflag  0x00000001 , 0x00000017 , 0x00000011 
+ 00026712  0x00006fa3 hfetch  0x00000001 , 0x00008080 
+ 00026713  0x00006fa4 isolate1  0x00000000 , 0x0000003f 
+ 00026714  0x00006fa5 nsetflag  0x00000001 , 0x00000005 , 0x00000011 
+ 00026715  0x00006fa6 isolate1  0x00000001 , 0x0000003f 
+ 00026716  0x00006fa7 nsetflag  0x00000001 , 0x00000006 , 0x00000011 
+ 00026717  0x00006fa8 isolate1  0x00000002 , 0x0000003f 
+ 00026718  0x00006fa9 nsetflag  0x00000001 , 0x00000007 , 0x00000011 
+ 00026719  0x00006faa isolate1  0x00000003 , 0x0000003f 
+ 00026720  0x00006fab nsetflag  0x00000001 , 0x00000012 , 0x00000011 
+ 00026721  0x00006fac isolate1  0x00000004 , 0x0000003f 
+ 00026722  0x00006fad nsetflag  0x00000001 , 0x00000013 , 0x00000011 
+ 00026723  0x00006fae isolate1  0x00000005 , 0x0000003f 
+ 00026724  0x00006faf nsetflag  0x00000001 , 0x00000014 , 0x00000011 
+ 00026725  0x00006fb0 isolate1  0x00000006 , 0x0000003f 
+ 00026726  0x00006fb1 nsetflag  0x00000001 , 0x00000015 , 0x00000011 
+ 00026727  0x00006fb2 isolate1  0x00000007 , 0x0000003f 
+ 00026728  0x00006fb3 nsetflag  0x00000001 , 0x00000016 , 0x00000011 
+ 00026729  0x00006fb5 hfetch  0x00000001 , 0x00008062 
+ 00026730  0x00006fb6 isolate1  0x00000004 , 0x0000003f 
+ 00026731  0x00006fb7 call  0x0000687e , 0x00000001 
+ 00026732  0x00006fb8 bpatchx  0x0000009d , 0x00004033 
+ 00026733  0x00006fba hfetch  0x00000004 , 0x00008078 
+ 00026734  0x00006fbb hfetcht  0x00000004 , 0x0000807c 
+ 00026735  0x00006fbc ior  0x00000002 , 0x0000003f 
+ 00026736  0x00006fbd invert  0x0000003f , 0x0000003f 
+ 00026737  0x00006fbe iand  0x00000011 , 0x0000003f 
+ 00026738  0x00006fc0 hstore  0x00000004 , 0x00008070 
+ 00026739  0x00006fc1 rtn 
+ 00026740  0x00006fc5 arg  0x00000006 , 0x00000007 
+ 00026741  0x00006fc6 branch  0x00006884 
+ 00026742  0x00006fc8 arg  0x00000009 , 0x00000007 
+ 00026743  0x00006fc9 branch  0x00006882 
+ 00026744  0x00006fcb arg  0x00000017 , 0x00000007 
+ 00026745  0x00006fcc branch  0x00006882 
+ 00026746  0x00006fce arg  0x00000019 , 0x00000007 
+ 00026747  0x00006fcf branch  0x00006884 
+ 00026748  0x00006fd1 arg  0x0000001e , 0x00000007 
+ 00026749  0x00006fd2 branch  0x00006884 
+ 00026750  0x00006fd4 arg  0x00000002 , 0x00000007 
+ 00026751  0x00006fd5 branch  0x00006884 
+ 00026752  0x00006fd7 arg  0x00000001 , 0x00000039 
+ 00026753  0x00006fd8 branch  0x00006885 
+ 00026754  0x00006fda arg  0x00000004 , 0x00000039 
+ 00026755  0x00006fdb branch  0x00006885 
+ 00026756  0x00006fdd arg  0x00000002 , 0x00000039 
+ 00026757  0x00006fdf qset0  0x00000011 
+ 00026758  0x00006fe0 increase  0x00000001 , 0x00000007 
+ 00026759  0x00006fe1 loop  0x00006885 
+ 00026760  0x00006fe2 rtn 
+ 00026761  0x00006feb call  0x00006895 
+ 00026762  0x00006fec arg  0x00000006 , 0x00000002 
+ 00026763  0x00006fed branch  0x0000680e 
+ 00026764  0x00006ff0 call  0x00006889 
+ 00026765  0x00006ff1 arg  0x00000006 , 0x00000002 
+ 00026766  0x00006ff2 branch  0x00006825 
+ 00026767  0x00006ff7 call  0x00006895 
+ 00026768  0x00006ff8 hfetch  0x00000001 , 0x00008078 
+ 00026769  0x00006ff9 set1  0x00000007 , 0x0000003f 
+ 00026770  0x00006ffa hstore  0x00000001 , 0x00008078 
+ 00026771  0x00006ffb arg  0x00000007 , 0x00000002 
+ 00026772  0x00006ffc branch  0x000067fb 
+ 00026773  0x00006fff hfetch  0x00000001 , 0x00008081 
+ 00026774  0x00007000 and_into  0x000000fb , 0x0000003f 
+ 00026775  0x00007001 hstore  0x00000001 , 0x00008081 
+ 00026776  0x00007002 rtn 
+ 00026777  0x00007005 hfetch  0x00000001 , 0x00008081 
+ 00026778  0x00007006 isolate1  0x00000002 , 0x0000003f 
+ 00026779  0x00007007 rtn 
+ 00026780  0x0000700a call  0x0000666a 
+ 00026781  0x0000700b setarg  0x000007e0 
+ 00026782  0x0000700c arg  0x00004150 , 0x00000011 
+ 00026783  0x0000700d arg  0x00000002 , 0x00000002 
+ 00026784  0x0000700e call  0x000066b3 
+ 00026785  0x0000700f branch  0x0000666d 
+ 00026786  0x00007013 call  0x0000666a 
+ 00026787  0x00007014 setarg  0x000007e2 
+ 00026788  0x00007015 arg  0x0000421d , 0x00000011 
+ 00026789  0x00007016 arg  0x0000000e , 0x00000002 
+ 00026790  0x00007017 call  0x000066b3 
+ 00026791  0x00007018 branch  0x0000666d 
+ 00026792  0x0000701d bpatchx  0x0000009e , 0x00004033 
+ 00026793  0x0000701f call  0x000068a2 
+ 00026794  0x00007021 fetch  0x00000001 , 0x0000422d 
+ 00026795  0x00007022 beq  0x00000000 , 0x000068af 
+ 00026796  0x00007023 beq  0x00000001 , 0x000068c3 
+ 00026797  0x00007024 beq  0x00000002 , 0x000068d7 
+ 00026798  0x00007025 rtn 
+ 00026799  0x00007028 fetcht  0x00000002 , 0x00004229 
+ 00026800  0x00007029 setarg  0x0000aa55 
+ 00026801  0x0000702a isub  0x00000002 , 0x0000003e 
+ 00026802  0x0000702b branch  0x000068b8 , 0x00000005 
+ 00026803  0x0000702c setarg  0x00004dfa 
+ 00026804  0x0000702d store  0x00000002 , 0x00004227 
+ 00026805  0x0000702e setarg  0x00004894 
+ 00026806  0x0000702f store  0x00000002 , 0x00004221 
+ 00026807  0x00007030 branch  0x000068c0 
+ 00026808  0x00007033 fetch  0x00000002 , 0x00004227 
+ 00026809  0x00007034 nbranch  0x000068bc , 0x00000034 
+ 00026810  0x00007035 setarg  0x00004dfa 
+ 00026811  0x00007036 store  0x00000002 , 0x00004227 
+ 00026812  0x00007038 fetch  0x00000002 , 0x00004221 
+ 00026813  0x00007039 nbranch  0x000068c0 , 0x00000034 
+ 00026814  0x0000703a setarg  0x00004894 
+ 00026815  0x0000703b store  0x00000002 , 0x00004221 
+ 00026816  0x0000703d setarg  0x00000064 
+ 00026817  0x0000703e store  0x00000002 , 0x0000422b 
+ 00026818  0x0000703f rtn 
+ 00026819  0x00007042 fetcht  0x00000002 , 0x00004229 
+ 00026820  0x00007043 setarg  0x0000aa55 
+ 00026821  0x00007044 isub  0x00000002 , 0x0000003e 
+ 00026822  0x00007045 branch  0x000068cc , 0x00000005 
+ 00026823  0x00007046 setarg  0x00005932 
+ 00026824  0x00007047 store  0x00000002 , 0x00004225 
+ 00026825  0x00007048 setarg  0x00004323 
+ 00026826  0x00007049 store  0x00000002 , 0x0000421f 
+ 00026827  0x0000704a branch  0x000068d4 
+ 00026828  0x0000704d fetch  0x00000002 , 0x00004225 
+ 00026829  0x0000704e nbranch  0x000068d0 , 0x00000034 
+ 00026830  0x0000704f setarg  0x00005932 
+ 00026831  0x00007050 store  0x00000002 , 0x00004225 
+ 00026832  0x00007052 fetch  0x00000002 , 0x0000421f 
+ 00026833  0x00007053 nbranch  0x000068d4 , 0x00000034 
+ 00026834  0x00007054 setarg  0x00004323 
+ 00026835  0x00007055 store  0x00000002 , 0x0000421f 
+ 00026836  0x00007057 setarg  0x00000190 
+ 00026837  0x00007058 store  0x00000002 , 0x0000422b 
+ 00026838  0x00007059 rtn 
+ 00026839  0x0000705c fetcht  0x00000002 , 0x00004229 
+ 00026840  0x0000705d setarg  0x0000aa55 
+ 00026841  0x0000705e isub  0x00000002 , 0x0000003e 
+ 00026842  0x0000705f branch  0x000068e0 , 0x00000005 
+ 00026843  0x00007060 setarg  0x00006946 
+ 00026844  0x00007061 store  0x00000002 , 0x00004223 
+ 00026845  0x00007062 setarg  0x00005377 
+ 00026846  0x00007063 store  0x00000002 , 0x0000421d 
+ 00026847  0x00007064 branch  0x000068e8 
+ 00026848  0x00007067 fetch  0x00000002 , 0x00004223 
+ 00026849  0x00007068 nbranch  0x000068e4 , 0x00000034 
+ 00026850  0x00007069 setarg  0x00006946 
+ 00026851  0x0000706a store  0x00000002 , 0x00004223 
+ 00026852  0x0000706c fetch  0x00000002 , 0x0000421d 
+ 00026853  0x0000706d nbranch  0x000068e8 , 0x00000034 
+ 00026854  0x0000706e setarg  0x00005377 
+ 00026855  0x0000706f store  0x00000002 , 0x0000421d 
+ 00026856  0x00007071 setarg  0x00000032 
+ 00026857  0x00007072 store  0x00000002 , 0x0000422b 
+ 00026858  0x00007073 rtn 
+ 00026859  0x00007077 fetch  0x00000001 , 0x0000422d 
+ 00026860  0x00007078 beq  0x00000000 , 0x000068f0 
+ 00026861  0x00007079 beq  0x00000001 , 0x000068f2 
+ 00026862  0x0000707a beq  0x00000002 , 0x000068f4 
+ 00026863  0x0000707b rtn 
+ 00026864  0x0000707d jam  0x000000bf , 0x00008971 
+ 00026865  0x0000707e branch  0x000068f8 
+ 00026866  0x00007080 jam  0x000000af , 0x00008971 
+ 00026867  0x00007081 branch  0x000068f8 
+ 00026868  0x00007083 jam  0x0000008f , 0x00008971 
+ 00026869  0x00007084 fetch  0x00000001 , 0x0000422e 
+ 00026870  0x00007085 hstore  0x00000001 , 0x00008973 
+ 00026871  0x00007086 branch  0x000068f8 
+ 00026872  0x00007088 bpatchx  0x0000009f , 0x00004033 
+ 00026873  0x00007089 hfetch  0x00000001 , 0x00008053 
+ 00026874  0x0000708a set1  0x00000007 , 0x0000003f 
+ 00026875  0x0000708b hstore  0x00000001 , 0x00008053 
+ 00026876  0x0000708c hfetch  0x00000001 , 0x00008973 
+ 00026877  0x0000708d or_into  0x00000030 , 0x0000003f 
+ 00026878  0x0000708e hstore  0x00000001 , 0x00008973 
+ 00026879  0x0000708f jam  0x0000007c , 0x00008906 
+ 00026880  0x00007090 jam  0x000000aa , 0x00008972 
+ 00026881  0x00007091 nop  0x00001388 
+ 00026882  0x00007092 hfetcht  0x00000002 , 0x00008150 
+ 00026883  0x00007093 hfetch  0x00000001 , 0x00008053 
+ 00026884  0x00007094 set0  0x00000007 , 0x0000003f 
+ 00026885  0x00007095 hstore  0x00000001 , 0x00008053 
+ 00026886  0x00007096 storet  0x00000002 , 0x0000422f 
+ 00026887  0x00007097 rtn 
+ 00026888  0x0000709a bpatchx  0x000000a0 , 0x00004034 
+ 00026889  0x0000709b fetch  0x00000001 , 0x0000422d 
+ 00026890  0x0000709c beq  0x00000000 , 0x0000690e 
+ 00026891  0x0000709d beq  0x00000001 , 0x00006912 
+ 00026892  0x0000709e beq  0x00000002 , 0x00006916 
+ 00026893  0x0000709f rtn 
+ 00026894  0x000070a2 fetch  0x00000002 , 0x00004227 
+ 00026895  0x000070a3 fetcht  0x00000002 , 0x00004221 
+ 00026896  0x000070a4 arg  0x000000c8 , 0x00000013 
+ 00026897  0x000070a5 branch  0x0000691a 
+ 00026898  0x000070a8 fetch  0x00000002 , 0x00004225 
+ 00026899  0x000070a9 fetcht  0x00000002 , 0x0000421f 
+ 00026900  0x000070aa arg  0x00000064 , 0x00000013 
+ 00026901  0x000070ab branch  0x0000691a 
+ 00026902  0x000070ae fetch  0x00000002 , 0x00004223 
+ 00026903  0x000070af fetcht  0x00000002 , 0x0000421d 
+ 00026904  0x000070b0 arg  0x00000032 , 0x00000013 
+ 00026905  0x000070b1 branch  0x0000691a 
+ 00026906  0x000070b4 isub  0x00000002 , 0x00000011 
+ 00026907  0x000070b5 fetch  0x00000002 , 0x0000422f 
+ 00026908  0x000070b6 isub  0x00000002 , 0x0000003f 
+ 00026909  0x000070b7 nbranch  0x00006927 , 0x00000002 
+ 00026910  0x000070b8 fetcht  0x00000002 , 0x0000422b 
+ 00026911  0x000070b9 imul32  0x00000002 , 0x00000012 
+ 00026912  0x000070ba copy  0x00000013 , 0x0000003f 
+ 00026913  0x000070bb imul32  0x00000011 , 0x0000003f 
+ 00026914  0x000070bc iadd  0x00000012 , 0x0000003f 
+ 00026915  0x000070be idiv  0x00000011 
+ 00026916  0x000070bf call  0x00007f86 
+ 00026917  0x000070c0 quotient  0x0000003f 
+ 00026918  0x000070c1 rtn 
+ 00026919  0x000070c4 copy  0x00000002 , 0x0000003f 
+ 00026920  0x000070c5 fetcht  0x00000002 , 0x0000422f 
+ 00026921  0x000070c6 isub  0x00000002 , 0x0000003f 
+ 00026922  0x000070c7 fetcht  0x00000002 , 0x0000422b 
+ 00026923  0x000070c8 imul32  0x00000002 , 0x00000012 
+ 00026924  0x000070c9 copy  0x00000013 , 0x0000003f 
+ 00026925  0x000070ca imul32  0x00000011 , 0x0000003f 
+ 00026926  0x000070cb isub  0x00000012 , 0x0000003f 
+ 00026927  0x000070cc branch  0x00006923 
+ 00026928  0x000070d8 ifetch  0x00000008 , 0x00000011 
+ 00026929  0x000070d9 store  0x00000008 , 0x00000a9a 
+ 00026930  0x000070da fetch  0x00000002 , 0x00000a9a 
+ 00026931  0x000070db fetcht  0x00000002 , 0x00000a9c 
+ 00026932  0x000070dc isub  0x00000002 , 0x00000011 
+ 00026933  0x000070dd fetch  0x00000002 , 0x00000aa0 
+ 00026934  0x000070de isub  0x00000002 , 0x00000012 
+ 00026935  0x000070df fetcht  0x00000002 , 0x00000a9e 
+ 00026936  0x000070e0 isub  0x00000002 , 0x0000003e 
+ 00026937  0x000070e1 ncall  0x00006940 , 0x00000002 
+ 00026938  0x000070e2 mul32  0x00000012 , 0x00000064 , 0x0000003f 
+ 00026939  0x000070e3 idiv  0x00000011 
+ 00026940  0x000070e4 call  0x00007f86 
+ 00026941  0x000070e5 quotient  0x0000003f 
+ 00026942  0x000070e6 call  0x00006944 , 0x00000034 
+ 00026943  0x000070e7 rtn 
+ 00026944  0x000070e9 fetch  0x00000001 , 0x00004231 
+ 00026945  0x000070ea set1  0x00000000 , 0x0000003f 
+ 00026946  0x000070eb store  0x00000001 , 0x00004231 
+ 00026947  0x000070ec rtn 
+ 00026948  0x000070ee fetcht  0x00000001 , 0x00004231 
+ 00026949  0x000070ef set1  0x00000001 , 0x00000002 
+ 00026950  0x000070f0 storet  0x00000001 , 0x00004231 
+ 00026951  0x000070f1 rtn 
+ 00026952  0x000070f7 fetch  0x00000002 , 0x0000423d 
+ 00026953  0x000070f8 ifetch  0x00000001 , 0x0000003f 
+ 00026954  0x000070fa rtn  0x00000034 
+ 00026955  0x000070fb copy  0x0000003f , 0x00000039 
+ 00026956  0x000070fd fetch  0x00000002 , 0x0000423d 
+ 00026957  0x000070fe increase  0x00000003 , 0x0000003f 
+ 00026958  0x000070ff copy  0x0000003f , 0x00000011 
+ 00026959  0x00007101 ifetcht  0x00000001 , 0x00000011 
+ 00026960  0x00007102 call  0x000067fb 
+ 00026961  0x00007103 increase  0x00000001 , 0x00000011 
+ 00026962  0x00007104 loop  0x0000694f 
+ 00026963  0x00007106 rtn 
+ 00026964  0x00007109 fetch  0x00000002 , 0x0000423d 
+ 00026965  0x0000710a increase  0x00000003 , 0x0000003f 
+ 00026966  0x0000710b copy  0x0000003f , 0x00000011 
+ 00026967  0x0000710d force  0x00000000 , 0x00000012 
+ 00026968  0x0000710e jam  0x00000000 , 0x00000b12 
+ 00026969  0x00007110 ifetcht  0x00000001 , 0x00000011 
+ 00026970  0x00007111 call  0x0000681d 
+ 00026971  0x00007112 bpatchx  0x000000a1 , 0x00004034 
+ 00026972  0x00007113 fetch  0x00000002 , 0x00000b12 
+ 00026973  0x00007114 copy  0x00000012 , 0x00000007 
+ 00026974  0x00007115 qsetflag  0x00000001 , 0x0000003f 
+ 00026975  0x00007116 store  0x00000002 , 0x00000b12 
+ 00026976  0x00007117 increase  0x00000001 , 0x00000011 
+ 00026977  0x00007118 increase  0x00000001 , 0x00000012 
+ 00026978  0x00007119 fetch  0x00000002 , 0x0000423d 
+ 00026979  0x0000711a ifetch  0x00000001 , 0x0000003f 
+ 00026980  0x0000711c ixor  0x00000012 , 0x0000003e 
+ 00026981  0x0000711d nbranch  0x00006959 , 0x00000005 
+ 00026982  0x0000711e fetch  0x00000002 , 0x00000b12 
+ 00026983  0x0000711f fetcht  0x00000002 , 0x00000b14 
+ 00026984  0x00007120 ixor  0x00000002 , 0x0000003e 
+ 00026985  0x00007121 rtn  0x00000005 
+ 00026986  0x00007122 enable  0x00000028 
+ 00026987  0x00007123 rtn 
+ 00026988  0x00007126 fetch  0x00000002 , 0x0000423d 
+ 00026989  0x00007127 ifetch  0x00000001 , 0x0000003f 
+ 00026990  0x00007129 rtn  0x00000034 
+ 00026991  0x0000712a copy  0x0000003f , 0x00000039 
+ 00026992  0x0000712b fetch  0x00000002 , 0x0000423d 
+ 00026993  0x0000712c increase  0x00000003 , 0x0000003f 
+ 00026994  0x0000712d copy  0x0000003f , 0x00000011 
+ 00026995  0x0000712f ifetcht  0x00000001 , 0x00000011 
+ 00026996  0x00007130 call  0x000067dd 
+ 00026997  0x00007131 increase  0x00000001 , 0x00000011 
+ 00026998  0x00007132 loop  0x00006973 
+ 00026999  0x00007134 rtn 
+ 00027000  0x00007137 arg  0x00000009 , 0x00000007 
+ 00027001  0x00007138 call  0x00007f16 
+ 00027002  0x00007139 nrtn  0x00000034 
+ 00027003  0x0000713a setarg  0x00000020 
+ 00027004  0x0000713b arg  0x00000009 , 0x00000007 
+ 00027005  0x0000713c call  0x00007f08 
+ 00027006  0x0000713d disable  0x00000028 
+ 00027007  0x0000713e call  0x0000696c 
+ 00027008  0x0000713f bpatchx  0x000000a2 , 0x00004034 
+ 00027009  0x00007140 fetch  0x00000002 , 0x0000423d 
+ 00027010  0x00007141 ifetch  0x00000001 , 0x0000003f 
+ 00027011  0x00007143 rtn  0x00000034 
+ 00027012  0x00007144 call  0x00006954 
+ 00027013  0x00007145 nbranch  0x00007d02 , 0x00000028 
+ 00027014  0x00007146 call  0x00007d00 
+ 00027015  0x00007147 disable  0x00000028 
+ 00027016  0x00007148 fetch  0x00000002 , 0x00000b12 
+ 00027017  0x00007149 store  0x00000002 , 0x00000b19 
+ 00027018  0x0000714a jam  0x00000000 , 0x00000b1b 
+ 00027019  0x0000714b force  0x00000000 , 0x00000007 
+ 00027020  0x0000714d fetch  0x00000002 , 0x00000b14 
+ 00027021  0x0000714e rshift  0x0000003f , 0x00000002 
+ 00027022  0x0000714f storet  0x00000002 , 0x00000b14 
+ 00027023  0x00007150 and  0x0000003f , 0x00000001 , 0x0000003f 
+ 00027024  0x00007151 fetcht  0x00000002 , 0x00000b19 
+ 00027025  0x00007152 and  0x00000002 , 0x00000001 , 0x00000011 
+ 00027026  0x00007153 rshift  0x00000002 , 0x00000002 
+ 00027027  0x00007154 storet  0x00000002 , 0x00000b19 
+ 00027028  0x00007155 ixor  0x00000011 , 0x0000003e 
+ 00027029  0x00007156 ncall  0x000069a1 , 0x00000005 
+ 00027030  0x00007157 fetch  0x00000002 , 0x0000423d 
+ 00027031  0x00007158 ifetch  0x00000001 , 0x0000003f 
+ 00027032  0x0000715a fetcht  0x00000001 , 0x00000b1b 
+ 00027033  0x0000715b increase  0x00000001 , 0x00000002 
+ 00027034  0x0000715c storet  0x00000001 , 0x00000b1b 
+ 00027035  0x0000715d copy  0x00000002 , 0x00000007 
+ 00027036  0x0000715e ixor  0x00000007 , 0x0000003e 
+ 00027037  0x0000715f nbranch  0x0000698c , 0x00000005 
+ 00027038  0x00007160 fetch  0x00000002 , 0x00000b12 
+ 00027039  0x00007161 store  0x00000002 , 0x00000b14 
+ 00027040  0x00007162 rtn 
+ 00027041  0x00007164 bpatchx  0x000000a3 , 0x00004034 
+ 00027042  0x00007165 fetch  0x00000002 , 0x0000423d 
+ 00027043  0x00007166 increase  0x00000001 , 0x0000003f 
+ 00027044  0x00007167 ifetch  0x00000002 , 0x0000003f 
+ 00027045  0x00007168 branch  0x00007f9c 
+ 00027046  0x00007174 hfetch  0x00000001 , 0x00008042 
+ 00027047  0x00007175 ior  0x00000011 , 0x0000003f 
+ 00027048  0x00007176 hstore  0x00000001 , 0x00008042 
+ 00027049  0x00007177 hfetch  0x00000002 , 0x00008050 
+ 00027050  0x00007178 set0  0x0000000d , 0x0000003f 
+ 00027051  0x00007179 hstore  0x00000002 , 0x00008050 
+ 00027052  0x0000717a nop  0x00000064 
+ 00027053  0x0000717b rtn 
+ 00027054  0x00007187 fetcht  0x00000003 , 0x00000a9c 
+ 00027055  0x00007188 setarg  0x00b71b00 
+ 00027056  0x00007189 idiv  0x00000002 
+ 00027057  0x0000718a call  0x00007f86 
+ 00027058  0x0000718b quotient  0x00000002 
+ 00027059  0x0000718c fetch  0x00000001 , 0x00000a9f 
+ 00027060  0x0000718d imul32  0x00000002 , 0x0000003f 
+ 00027061  0x0000718e div  0x0000003f , 0x00000064 
+ 00027062  0x0000718f call  0x00007f86 
+ 00027063  0x00007190 quotient  0x00000011 
+ 00027064  0x00007191 copy  0x00000002 , 0x0000003f 
+ 00027065  0x00007192 isub  0x00000011 , 0x00000012 
+ 00027066  0x00007193 fetch  0x00000001 , 0x00000a9b 
+ 00027067  0x00007194 call  0x000069be 
+ 00027068  0x00007195 fetch  0x00000001 , 0x00000a9a 
+ 00027069  0x00007196 branch  0x000069d5 
+ 00027070  0x0000719a beq  0x00000000 , 0x000069c4 
+ 00027071  0x0000719b beq  0x00000001 , 0x000069c6 
+ 00027072  0x0000719c beq  0x00000002 , 0x000069c8 
+ 00027073  0x0000719d beq  0x00000003 , 0x000069ca 
+ 00027074  0x0000719e beq  0x00000004 , 0x000069cc 
+ 00027075  0x0000719f beq  0x00000005 , 0x000069ce 
+ 00027076  0x000071a1 arg  0x000080a0 , 0x00000005 
+ 00027077  0x000071a2 branch  0x000069d0 
+ 00027078  0x000071a4 arg  0x000080a4 , 0x00000005 
+ 00027079  0x000071a5 branch  0x000069d0 
+ 00027080  0x000071a7 arg  0x000080a8 , 0x00000005 
+ 00027081  0x000071a8 branch  0x000069d0 
+ 00027082  0x000071aa arg  0x00008064 , 0x00000005 
+ 00027083  0x000071ab branch  0x000069d0 
+ 00027084  0x000071ad arg  0x00008068 , 0x00000005 
+ 00027085  0x000071ae branch  0x000069d0 
+ 00027086  0x000071b0 arg  0x0000806c , 0x00000005 
+ 00027087  0x000071b1 branch  0x000069d0 
+ 00027088  0x000071b3 copy  0x00000011 , 0x0000003f 
+ 00027089  0x000071b4 istore  0x00000002 , 0x00000005 
+ 00027090  0x000071b5 copy  0x00000012 , 0x0000003f 
+ 00027091  0x000071b6 istore  0x00000002 , 0x00000005 
+ 00027092  0x000071b7 rtn 
+ 00027093  0x000071bc enable  0x00000028 
+ 00027094  0x000071bd branch  0x000069d8 
+ 00027095  0x000071bf disable  0x00000028 
+ 00027096  0x000071c1 beq  0x00000004 , 0x000069e3 
+ 00027097  0x000071c2 beq  0x00000005 , 0x000069e5 
+ 00027098  0x000071c3 beq  0x0000001b , 0x000069e7 
+ 00027099  0x000071c4 beq  0x0000001c , 0x000069e9 
+ 00027100  0x000071c5 beq  0x00000003 , 0x000069eb 
+ 00027101  0x000071c6 beq  0x00000008 , 0x000069ed 
+ 00027102  0x000071c7 beq  0x00000014 , 0x000069ef 
+ 00027103  0x000071c8 beq  0x00000015 , 0x000069f1 
+ 00027104  0x000071c9 beq  0x00000016 , 0x000069f3 
+ 00027105  0x000071ca beq  0x00000017 , 0x000069f5 
+ 00027106  0x000071cb rtn 
+ 00027107  0x000071cf arg  0x00000006 , 0x00000007 
+ 00027108  0x000071d0 branch  0x000069ff 
+ 00027109  0x000071d2 arg  0x00000007 , 0x00000007 
+ 00027110  0x000071d3 branch  0x000069ff 
+ 00027111  0x000071d5 arg  0x00000008 , 0x00000007 
+ 00027112  0x000071d6 branch  0x000069ff 
+ 00027113  0x000071d8 arg  0x00000009 , 0x00000007 
+ 00027114  0x000071d9 branch  0x000069ff 
+ 00027115  0x000071db arg  0x0000000a , 0x00000007 
+ 00027116  0x000071dc branch  0x000069ff 
+ 00027117  0x000071de arg  0x0000000b , 0x00000007 
+ 00027118  0x000071df branch  0x000069ff 
+ 00027119  0x000071e1 arg  0x0000000c , 0x00000007 
+ 00027120  0x000071e2 branch  0x00006a01 
+ 00027121  0x000071e4 arg  0x0000000d , 0x00000007 
+ 00027122  0x000071e5 branch  0x00006a01 
+ 00027123  0x000071e7 arg  0x0000000e , 0x00000007 
+ 00027124  0x000071e8 branch  0x00006a01 
+ 00027125  0x000071ea arg  0x0000000f , 0x00000007 
+ 00027126  0x000071eb branch  0x00006a01 
+ 00027127  0x000071ee hfetch  0x00000002 , 0x00008081 
+ 00027128  0x000071ef qsetflag  0x00000028 , 0x0000003f 
+ 00027129  0x000071f0 hstore  0x00000002 , 0x00008081 
+ 00027130  0x000071f1 copy  0x00000011 , 0x00000007 
+ 00027131  0x000071f2 hfetch  0x00000001 , 0x00008085 
+ 00027132  0x000071f3 qsetflag  0x00000028 , 0x0000003f 
+ 00027133  0x000071f4 hstore  0x00000001 , 0x00008085 
+ 00027134  0x000071f5 rtn 
+ 00027135  0x000071f8 add  0x00000007 , 0xfffffffc , 0x00000011 
+ 00027136  0x000071f9 branch  0x000069f7 
+ 00027137  0x000071fc add  0x00000007 , 0xfffffff6 , 0x00000011 
+ 00027138  0x000071fd branch  0x000069f7 
+ 00027139  0x00007203 rtn  0x0000002b 
+ 00027140  0x00007204 jam  0x00000000 , 0x00004567 
+ 00027141  0x00007205 jam  0x00000003 , 0x000004ed 
+ 00027142  0x00007206 jam  0x00000003 , 0x000004ee 
+ 00027143  0x00007207 jam  0x00000011 , 0x000004f2 
+ 00027144  0x00007208 jam  0x00000013 , 0x000004f3 
+ 00027145  0x00007209 setarg  0x00000000 
+ 00027146  0x0000720a store  0x00000003 , 0x000004ef 
+ 00027147  0x0000720b store  0x00000001 , 0x00004254 
+ 00027148  0x0000720c jam  0x00000000 , 0x00004681 
+ 00027149  0x0000720f bpatchx  0x000000a4 , 0x00004034 
+ 00027150  0x00007210 setarg  0x00000000 
+ 00027151  0x00007211 store  0x00000001 , 0x00004254 
+ 00027152  0x00007212 store  0x00000001 , 0x00004564 
+ 00027153  0x00007213 store  0x00000001 , 0x0000455d 
+ 00027154  0x00007214 fetch  0x00000001 , 0x0000456b 
+ 00027155  0x00007215 beq  0x00000001 , 0x00006a16 
+ 00027156  0x00007216 jam  0x00000050 , 0x00004569 
+ 00027157  0x00007217 rtn 
+ 00027158  0x0000721a jam  0x00000000 , 0x00004569 
+ 00027159  0x0000721b rtn 
+ 00027160  0x0000721e or_into  0x00000002 , 0x00000002 
+ 00027161  0x0000721f rtn 
+ 00027162  0x0000722c copy  0x00000002 , 0x0000003f 
+ 00027163  0x0000722d reverse  0x0000003f , 0x0000003f 
+ 00027164  0x0000722e store  0x00000001 , 0x00004562 
+ 00027165  0x0000722f force  0x0000003f , 0x0000003f 
+ 00027166  0x00007230 reverse  0x0000003f , 0x0000003f 
+ 00027167  0x00007231 store  0x00000001 , 0x00004561 
+ 00027168  0x00007232 force  0x00000001 , 0x0000003f 
+ 00027169  0x00007233 reverse  0x0000003f , 0x0000003f 
+ 00027170  0x00007234 store  0x00000001 , 0x00004560 
+ 00027171  0x00007235 call  0x00006a50 
+ 00027172  0x00007236 copy  0x00000002 , 0x0000003f 
+ 00027173  0x00007237 rtn 
+ 00027174  0x00007239 reverse  0x0000003f , 0x0000003f 
+ 00027175  0x0000723a store  0x00000001 , 0x00004562 
+ 00027176  0x0000723b force  0x00000073 , 0x0000003f 
+ 00027177  0x0000723c reverse  0x0000003f , 0x0000003f 
+ 00027178  0x0000723d store  0x00000001 , 0x00004561 
+ 00027179  0x0000723e force  0x00000001 , 0x0000003f 
+ 00027180  0x0000723f reverse  0x0000003f , 0x0000003f 
+ 00027181  0x00007240 store  0x00000001 , 0x00004560 
+ 00027182  0x00007241 branch  0x00006a50 
+ 00027183  0x00007244 fetch  0x00000001 , 0x00004563 
+ 00027184  0x00007245 branch  0x00006a33 , 0x00000034 
+ 00027185  0x00007246 setarg  0x00000070 
+ 00027186  0x00007247 rtn 
+ 00027187  0x00007249 setarg  0x000000aa 
+ 00027188  0x0000724a rtn 
+ 00027189  0x0000724d reverse  0x0000003f , 0x0000003f 
+ 00027190  0x0000724e store  0x00000001 , 0x00004562 
+ 00027191  0x0000724f force  0x000000ef , 0x0000003f 
+ 00027192  0x00007250 call  0x00006a44 
+ 00027193  0x00007251 fetcht  0x00000002 , 0x000004f7 
+ 00027194  0x00007252 copy  0x00000002 , 0x00000005 
+ 00027195  0x00007253 istore  0x00000001 , 0x00000005 
+ 00027196  0x00007254 copy  0x00000005 , 0x00000002 
+ 00027197  0x00007255 storet  0x00000002 , 0x000004f7 
+ 00027198  0x00007256 force  0x000000ff , 0x0000003f 
+ 00027199  0x00007257 call  0x00006a44 
+ 00027200  0x00007258 fetcht  0x00000002 , 0x000004f7 
+ 00027201  0x00007259 copy  0x00000002 , 0x00000005 
+ 00027202  0x0000725a istore  0x00000001 , 0x00000005 
+ 00027203  0x0000725b rtn 
+ 00027204  0x00007265 reverse  0x0000003f , 0x0000003f 
+ 00027205  0x00007266 store  0x00000001 , 0x00004561 
+ 00027206  0x00007267 fetch  0x00000002 , 0x00004561 
+ 00027207  0x00007268 lshift8  0x0000003f , 0x0000003f 
+ 00027208  0x00007269 store  0x00000003 , 0x000004f4 
+ 00027209  0x0000726a arg  0x00000107 , 0x00000011 
+ 00027210  0x0000726b arg  0x0000000f , 0x00000012 
+ 00027211  0x0000726c call  0x00006a5d 
+ 00027212  0x0000726d xor_into  0x000000d7 , 0x0000003f 
+ 00027213  0x0000726e invert  0x0000003f , 0x0000003f 
+ 00027214  0x0000726f reverse  0x0000003f , 0x0000003f 
+ 00027215  0x00007270 rtn 
+ 00027216  0x0000727b fetch  0x00000003 , 0x00004560 
+ 00027217  0x0000727c store  0x00000003 , 0x000004f4 
+ 00027218  0x0000727d arg  0x00000107 , 0x00000011 
+ 00027219  0x0000727e arg  0x0000000f , 0x00000012 
+ 00027220  0x0000727f call  0x00006a5d 
+ 00027221  0x00007280 lshift8  0x0000003f , 0x0000003f 
+ 00027222  0x00007281 arg  0x00000007 , 0x00000012 
+ 00027223  0x00007282 call  0x00006a5d 
+ 00027224  0x00007283 xor_into  0x0000002b , 0x0000003f 
+ 00027225  0x00007284 invert  0x0000003f , 0x0000003f 
+ 00027226  0x00007285 reverse  0x0000003f , 0x0000003f 
+ 00027227  0x00007286 copy  0x0000003f , 0x00000002 
+ 00027228  0x00007287 rtn 
+ 00027229  0x0000728a arg  0x00000000 , 0x00000013 
+ 00027230  0x0000728b copy  0x00000012 , 0x00000039 
+ 00027231  0x0000728c call  0x00007e71 
+ 00027232  0x0000728d icopy  0x00000002 
+ 00027233  0x00007293 copy  0x00000002 , 0x0000003f 
+ 00027234  0x00007294 lshift  0x00000013 , 0x00000013 
+ 00027235  0x00007295 bbit0  0x00000008 , 0x00006a66 
+ 00027236  0x00007296 ixor  0x00000011 , 0x00000002 
+ 00027237  0x00007297 increase  0x00000001 , 0x00000013 
+ 00027238  0x00007299 lshift  0x00000002 , 0x00000002 
+ 00027239  0x0000729a fetch  0x00000003 , 0x000004f4 
+ 00027240  0x0000729b increase  0xffffffff , 0x00000012 
+ 00027241  0x0000729c compare  0x000000ff , 0x00000012 , 0x000000ff 
+ 00027242  0x0000729d branch  0x00006a70 , 0x00000001 
+ 00027243  0x0000729e copy  0x00000012 , 0x00000039 
+ 00027244  0x0000729f call  0x00007e71 
+ 00027245  0x000072a0 isolate1  0x00000000 , 0x0000003f 
+ 00027246  0x000072a1 setflag  0x00000001 , 0x00000000 , 0x00000002 
+ 00027247  0x000072a2 branch  0x00006a61 
+ 00027248  0x000072a5 rshift  0x00000002 , 0x0000003f 
+ 00027249  0x000072a6 rtn 
+ 00027250  0x000072a9 fetcht  0x00000001 , 0x0000455d 
+ 00027251  0x000072ac lshift2  0x00000002 , 0x00000002 
+ 00027252  0x000072ad set1  0x00000000 , 0x00000002 
+ 00027253  0x000072ae fetch  0x00000001 , 0x00004563 
+ 00027254  0x000072af ncall  0x00006a18 , 0x00000034 
+ 00027255  0x000072b0 storet  0x00000001 , 0x0000050d 
+ 00027256  0x000072b1 rtn 
+ 00027257  0x000072b5 lshift  0x00000002 , 0x00000002 
+ 00027258  0x000072b6 fetch  0x00000001 , 0x00004563 
+ 00027259  0x000072b7 setflag  0x00000034 , 0x00000000 , 0x00000002 
+ 00027260  0x000072b9 rtn 
+ 00027261  0x000072bb fetcht  0x00000001 , 0x000004fc 
+ 00027262  0x000072bc jam  0x000000d7 , 0x000004fe 
+ 00027263  0x000072bd call  0x00006bb6 
+ 00027264  0x000072be fetch  0x00000001 , 0x00004251 
+ 00027265  0x000072bf set1  0x00000006 , 0x0000003f 
+ 00027266  0x000072c0 set1  0x00000007 , 0x0000003f 
+ 00027267  0x000072c1 store  0x00000001 , 0x00004251 
+ 00027268  0x000072c2 jam  0x00000000 , 0x00004563 
+ 00027269  0x000072c3 branch  0x00006b97 
+ 00027270  0x000072c5 fetch  0x00000001 , 0x00004251 
+ 00027271  0x000072c6 set1  0x00000007 , 0x0000003f 
+ 00027272  0x000072c7 store  0x00000001 , 0x00004251 
+ 00027273  0x000072c8 branch  0x00006b97 
+ 00027274  0x000072cc bpatchx  0x000000a5 , 0x00004034 
+ 00027275  0x000072cd fetch  0x00000001 , 0x00004681 
+ 00027276  0x000072ce beq  0x00000000 , 0x00006a8e 
+ 00027277  0x000072cf branch  0x00006b4c 
+ 00027278  0x000072d2 fetch  0x00000002 , 0x00000264 
+ 00027279  0x000072d3 copy  0x0000003f , 0x00000006 
+ 00027280  0x000072d4 call  0x00006ab8 
+ 00027281  0x000072d5 fetch  0x00000001 , 0x000004fc 
+ 00027282  0x000072d6 beq  0x00000000 , 0x00006a94 
+ 00027283  0x000072d7 branch  0x00006b18 
+ 00027284  0x000072d9 bpatchx  0x000000a6 , 0x00004034 
+ 00027285  0x000072da fetch  0x00000001 , 0x000004fd 
+ 00027286  0x000072db beq  0x0000003f , 0x00006a7d 
+ 00027287  0x000072dc beq  0x00000073 , 0x00006a86 
+ 00027288  0x000072dd beq  0x000000ef , 0x00006a9b 
+ 00027289  0x000072de beq  0x00000053 , 0x00006b44 
+ 00027290  0x000072df rtn 
+ 00027291  0x000072e3 fetch  0x00000002 , 0x00000501 
+ 00027292  0x000072e4 copy  0x0000003f , 0x00000006 
+ 00027293  0x000072e5 call  0x00006ac3 
+ 00027294  0x000072e6 fetch  0x00000001 , 0x00000503 
+ 00027295  0x000072e7 beq  0x00000041 , 0x00006aa5 
+ 00027296  0x000072e8 beq  0x00000040 , 0x00006aad 
+ 00027297  0x000072e9 beq  0x00000071 , 0x00006ae6 
+ 00027298  0x000072ea beq  0x00000070 , 0x00006af2 
+ 00027299  0x000072eb beq  0x00000049 , 0x00006afd 
+ 00027300  0x000072ec branch  0x00006b97 
+ 00027301  0x000072ef call  0x00006aaf 
+ 00027302  0x000072f1 branch  0x00006aa7 
+ 00027303  0x000072f4 fetch  0x00000001 , 0x00004254 
+ 00027304  0x000072f5 set1  0x00000000 , 0x0000003f 
+ 00027305  0x000072f6 set1  0x00000001 , 0x0000003f 
+ 00027306  0x000072f7 store  0x00000001 , 0x00004254 
+ 00027307  0x000072f8 call  0x00006be0 
+ 00027308  0x000072f9 branch  0x00006b97 
+ 00027309  0x000072fc call  0x00006aaf 
+ 00027310  0x000072fd branch  0x00006b97 
+ 00027311  0x00007300 call  0x00006acb 
+ 00027312  0x00007301 branch  0x00006ad7 
+ 00027313  0x00007304 call  0x00006acb 
+ 00027314  0x00007305 ifetch  0x00000001 , 0x00000006 
+ 00027315  0x00007306 rshift3  0x0000003f , 0x0000003f 
+ 00027316  0x00007307 store  0x00000001 , 0x0000456a 
+ 00027317  0x00007308 ifetch  0x00000001 , 0x00000006 
+ 00027318  0x00007309 store  0x00000001 , 0x00000508 
+ 00027319  0x0000730a rtn 
+ 00027320  0x0000730e ifetch  0x00000001 , 0x00000006 
+ 00027321  0x0000730f store  0x00000001 , 0x000004fb 
+ 00027322  0x00007310 rshift3  0x0000003f , 0x0000003f 
+ 00027323  0x00007311 store  0x00000001 , 0x000004fc 
+ 00027324  0x00007312 ifetch  0x00000001 , 0x00000006 
+ 00027325  0x00007313 store  0x00000001 , 0x000004fd 
+ 00027326  0x00007315 call  0x00006ace 
+ 00027327  0x00007316 storet  0x00000002 , 0x000004ff 
+ 00027328  0x00007317 copy  0x00000006 , 0x0000003f 
+ 00027329  0x00007318 store  0x00000002 , 0x00000501 
+ 00027330  0x00007319 rtn 
+ 00027331  0x0000731c ifetch  0x00000001 , 0x00000006 
+ 00027332  0x0000731d rshift  0x0000003f , 0x0000003f 
+ 00027333  0x0000731e store  0x00000001 , 0x00000503 
+ 00027334  0x0000731f call  0x00006ace 
+ 00027335  0x00007320 storet  0x00000002 , 0x00000504 
+ 00027336  0x00007321 copy  0x00000006 , 0x0000003f 
+ 00027337  0x00007322 store  0x00000002 , 0x00000506 
+ 00027338  0x00007323 rtn 
+ 00027339  0x00007327 fetch  0x00000002 , 0x00000506 
+ 00027340  0x00007328 copy  0x0000003f , 0x00000006 
+ 00027341  0x00007329 rtn 
+ 00027342  0x0000732c ifetch  0x00000001 , 0x00000006 
+ 00027343  0x0000732d copy  0x0000003f , 0x00000002 
+ 00027344  0x0000732e rshift  0x00000002 , 0x00000002 
+ 00027345  0x0000732f rtnbit1  0x00000000 
+ 00027346  0x00007330 ifetch  0x00000001 , 0x00000006 
+ 00027347  0x00007331 lshift3  0x0000003f , 0x0000003f 
+ 00027348  0x00007332 lshift4  0x0000003f , 0x0000003f 
+ 00027349  0x00007333 iadd  0x00000002 , 0x00000002 
+ 00027350  0x00007334 rtn 
+ 00027351  0x00007337 ifetch  0x00000001 , 0x00000006 
+ 00027352  0x00007338 store  0x00000001 , 0x0000455d 
+ 00027353  0x00007339 ifetch  0x00000001 , 0x00000006 
+ 00027354  0x0000733a store  0x00000001 , 0x00000509 
+ 00027355  0x0000733b ifetch  0x00000001 , 0x00000006 
+ 00027356  0x0000733c store  0x00000001 , 0x0000050a 
+ 00027357  0x0000733d ifetch  0x00000001 , 0x00000006 
+ 00027358  0x0000733e store  0x00000001 , 0x0000050b 
+ 00027359  0x0000733f ifetch  0x00000002 , 0x00000006 
+ 00027360  0x00007340 store  0x00000002 , 0x0000455e 
+ 00027361  0x00007341 ifetch  0x00000001 , 0x00000006 
+ 00027362  0x00007342 store  0x00000001 , 0x0000050c 
+ 00027363  0x00007343 ifetch  0x00000001 , 0x00000006 
+ 00027364  0x00007344 store  0x00000001 , 0x00004568 
+ 00027365  0x00007345 rtn 
+ 00027366  0x00007349 call  0x00006ab1 
+ 00027367  0x0000734b branch  0x00006ae8 
+ 00027368  0x0000734e fetch  0x00000001 , 0x00004254 
+ 00027369  0x0000734f set1  0x00000005 , 0x0000003f 
+ 00027370  0x00007350 set1  0x00000006 , 0x0000003f 
+ 00027371  0x00007351 store  0x00000001 , 0x00004254 
+ 00027372  0x00007352 fetcht  0x00000001 , 0x0000455d 
+ 00027373  0x00007353 lshift2  0x00000002 , 0x00000002 
+ 00027374  0x00007354 or_into  0x00000003 , 0x00000002 
+ 00027375  0x00007355 call  0x00006c11 
+ 00027376  0x00007356 jam  0x00000003 , 0x00004567 
+ 00027377  0x00007357 branch  0x00006b97 
+ 00027378  0x0000735a jam  0x00000008 , 0x00000a99 
+ 00027379  0x0000735b call  0x00007d86 
+ 00027380  0x0000735c call  0x00006ab1 
+ 00027381  0x0000735d fetch  0x00000001 , 0x0000456a 
+ 00027382  0x0000735e sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00027383  0x0000735f branch  0x00006af9 , 0x00000005 
+ 00027384  0x00007360 branch  0x00002a8c 
+ 00027385  0x00007362 fetch  0x00000001 , 0x00004254 
+ 00027386  0x00007363 set1  0x00000007 , 0x0000003f 
+ 00027387  0x00007364 store  0x00000001 , 0x00004254 
+ 00027388  0x00007365 branch  0x00006b97 
+ 00027389  0x00007368 call  0x00006acb 
+ 00027390  0x00007369 ifetch  0x00000001 , 0x00000006 
+ 00027391  0x0000736a store  0x00000001 , 0x00000ac2 
+ 00027392  0x0000736b call  0x000052d2 
+ 00027393  0x0000736c call  0x000052e0 
+ 00027394  0x0000736d setarg  0x0000000e 
+ 00027395  0x0000736e istore  0x00000002 , 0x00000005 
+ 00027396  0x0000736f fetch  0x00000002 , 0x0000424a 
+ 00027397  0x00007370 istore  0x00000002 , 0x00000005 
+ 00027398  0x00007371 fetch  0x00000001 , 0x00004563 
+ 00027399  0x00007373 lshift  0x0000003f , 0x0000003f 
+ 00027400  0x00007374 set1  0x00000000 , 0x0000003f 
+ 00027401  0x00007375 istore  0x00000001 , 0x00000005 
+ 00027402  0x00007376 bpatchx  0x000000a7 , 0x00004034 
+ 00027403  0x00007377 setarg  0x000015ef 
+ 00027404  0x00007378 istore  0x00000002 , 0x00000005 
+ 00027405  0x00007379 setarg  0x00001191 
+ 00027406  0x0000737a istore  0x00000002 , 0x00000005 
+ 00027407  0x0000737d fetch  0x00000001 , 0x00000ac2 
+ 00027408  0x0000737e istore  0x00000001 , 0x00000005 
+ 00027409  0x0000737f setarg  0x00000007 
+ 00027410  0x00007380 istore  0x00000005 , 0x00000005 
+ 00027411  0x00007383 setarg  0x00000001 
+ 00027412  0x00007384 istore  0x00000002 , 0x00000005 
+ 00027413  0x00007387 call  0x00006a2f 
+ 00027414  0x00007388 istore  0x00000001 , 0x00000005 
+ 00027415  0x00007389 rtn 
+ 00027416  0x0000738e branch  0x00006b19 
+ 00027417  0x00007391 bpatchx  0x000000a8 , 0x00004035 
+ 00027418  0x00007392 fetch  0x00000001 , 0x000004fd 
+ 00027419  0x00007393 beq  0x00000073 , 0x00006b21 
+ 00027420  0x00007394 beq  0x0000003f , 0x00006b25 
+ 00027421  0x00007395 beq  0x000000ef , 0x00006b3f 
+ 00027422  0x00007396 beq  0x000000ff , 0x00006b37 
+ 00027423  0x00007397 beq  0x00000053 , 0x00006b46 
+ 00027424  0x00007398 rtn 
+ 00027425  0x0000739a fetch  0x00000001 , 0x00004254 
+ 00027426  0x0000739b set1  0x00000003 , 0x0000003f 
+ 00027427  0x0000739c store  0x00000001 , 0x00004254 
+ 00027428  0x0000739d branch  0x00006b97 
+ 00027429  0x0000739f fetch  0x00000001 , 0x00004254 
+ 00027430  0x000073a0 set1  0x00000003 , 0x0000003f 
+ 00027431  0x000073a1 set1  0x00000002 , 0x0000003f 
+ 00027432  0x000073a2 store  0x00000001 , 0x00004254 
+ 00027433  0x000073a3 fetch  0x00000001 , 0x000004fb 
+ 00027434  0x000073a4 call  0x00006a26 
+ 00027435  0x000073a5 store  0x00000001 , 0x000004fe 
+ 00027436  0x000073a6 call  0x00006bb6 
+ 00027437  0x000073a7 fetch  0x00000001 , 0x000004fb 
+ 00027438  0x000073a8 rshift2  0x0000003f , 0x0000003f 
+ 00027439  0x000073a9 store  0x00000001 , 0x0000455d 
+ 00027440  0x000073aa lshift2  0x0000003f , 0x0000003f 
+ 00027441  0x000073ab set0  0x00000001 , 0x0000003f 
+ 00027442  0x000073ac set1  0x00000000 , 0x0000003f 
+ 00027443  0x000073ad arg  0x00004565 , 0x00000002 
+ 00027444  0x000073ae storet  0x00000002 , 0x000004f7 
+ 00027445  0x000073af call  0x00006a35 
+ 00027446  0x000073b0 branch  0x00006b97 
+ 00027447  0x000073b3 fetch  0x00000002 , 0x00000501 
+ 00027448  0x000073b4 copy  0x0000003f , 0x00000006 
+ 00027449  0x000073b5 increase  0x00000001 , 0x0000003f 
+ 00027450  0x000073b6 store  0x00000002 , 0x00000501 
+ 00027451  0x000073b7 ifetch  0x00000001 , 0x00000006 
+ 00027452  0x000073b8 fetcht  0x00000001 , 0x00004568 
+ 00027453  0x000073b9 iadd  0x00000002 , 0x0000003f 
+ 00027454  0x000073ba store  0x00000001 , 0x00004568 
+ 00027455  0x000073bc call  0x00006c42 
+ 00027456  0x000073be call  0x00006a72 
+ 00027457  0x000073bf call  0x00006c28 
+ 00027458  0x000073c0 call  0x00006c4b 
+ 00027459  0x000073c1 branch  0x00006b97 
+ 00027460  0x000073c4 jam  0x00000009 , 0x00000a99 
+ 00027461  0x000073c5 call  0x00007d86 
+ 00027462  0x000073c7 call  0x00006a0d 
+ 00027463  0x000073c8 fetch  0x00000001 , 0x000004fb 
+ 00027464  0x000073c9 call  0x00006a26 
+ 00027465  0x000073ca store  0x00000001 , 0x000004fe 
+ 00027466  0x000073cb call  0x00006bb6 
+ 00027467  0x000073cc branch  0x00006b97 
+ 00027468  0x000073d2 fetch  0x00000002 , 0x00000264 
+ 00027469  0x000073d3 copy  0x0000003f , 0x00000006 
+ 00027470  0x000073d4 call  0x00006ab8 
+ 00027471  0x000073d5 fetch  0x00000001 , 0x000004fc 
+ 00027472  0x000073d6 beq  0x00000000 , 0x00006b52 
+ 00027473  0x000073d7 branch  0x00006b86 
+ 00027474  0x000073da bpatchx  0x000000a9 , 0x00004035 
+ 00027475  0x000073db fetch  0x00000001 , 0x000004fd 
+ 00027476  0x000073dc beq  0x0000003f , 0x00006a7d 
+ 00027477  0x000073dd beq  0x00000073 , 0x00006a86 
+ 00027478  0x000073de beq  0x000000ef , 0x00006b58 
+ 00027479  0x000073df branch  0x00006b97 
+ 00027480  0x000073e1 fetch  0x00000002 , 0x00000501 
+ 00027481  0x000073e2 copy  0x0000003f , 0x00000006 
+ 00027482  0x000073e3 call  0x00006ac3 
+ 00027483  0x000073e4 fetch  0x00000001 , 0x00000503 
+ 00027484  0x000073e5 beq  0x00000041 , 0x00006b61 
+ 00027485  0x000073e6 beq  0x00000040 , 0x00006b61 
+ 00027486  0x000073e7 beq  0x00000071 , 0x00006b6c 
+ 00027487  0x000073e8 beq  0x00000070 , 0x00006b7c 
+ 00027488  0x000073e9 branch  0x00006b97 
+ 00027489  0x000073ec call  0x00006aaf 
+ 00027490  0x000073ed fetch  0x00000001 , 0x0000455d 
+ 00027491  0x000073ee rshift  0x0000003f , 0x0000003f 
+ 00027492  0x000073ef fetcht  0x00000001 , 0x00004564 
+ 00027493  0x000073f0 isub  0x00000002 , 0x0000003e 
+ 00027494  0x000073f1 branch  0x00006b68 , 0x00000005 
+ 00027495  0x000073f2 branch  0x00002a8c 
+ 00027496  0x000073f4 fetch  0x00000001 , 0x00004254 
+ 00027497  0x000073f5 set1  0x00000001 , 0x0000003f 
+ 00027498  0x000073f6 store  0x00000001 , 0x00004254 
+ 00027499  0x000073f7 branch  0x00006b97 
+ 00027500  0x000073fa call  0x00006ab1 
+ 00027501  0x000073fb fetch  0x00000001 , 0x0000456a 
+ 00027502  0x000073fc fetcht  0x00000001 , 0x00004564 
+ 00027503  0x000073fd isub  0x00000002 , 0x0000003e 
+ 00027504  0x000073fe branch  0x00006b73 , 0x00000005 
+ 00027505  0x000073ff branch  0x00002a8c 
+ 00027506  0x00007400 branch  0x00006b97 
+ 00027507  0x00007402 fetch  0x00000001 , 0x00004254 
+ 00027508  0x00007403 set1  0x00000005 , 0x0000003f 
+ 00027509  0x00007404 set1  0x00000006 , 0x0000003f 
+ 00027510  0x00007405 store  0x00000001 , 0x00004254 
+ 00027511  0x00007406 fetcht  0x00000001 , 0x0000455d 
+ 00027512  0x00007407 lshift2  0x00000002 , 0x00000002 
+ 00027513  0x00007408 or_into  0x00000003 , 0x00000002 
+ 00027514  0x00007409 call  0x00006c11 
+ 00027515  0x0000740a branch  0x00006b97 
+ 00027516  0x0000740d call  0x00006ab1 
+ 00027517  0x0000740e fetch  0x00000001 , 0x0000456a 
+ 00027518  0x0000740f fetcht  0x00000001 , 0x00004564 
+ 00027519  0x00007410 isub  0x00000002 , 0x0000003e 
+ 00027520  0x00007411 branch  0x00006b82 , 0x00000005 
+ 00027521  0x00007412 branch  0x00002a8c 
+ 00027522  0x00007414 fetch  0x00000001 , 0x00004254 
+ 00027523  0x00007415 set1  0x00000007 , 0x0000003f 
+ 00027524  0x00007416 store  0x00000001 , 0x00004254 
+ 00027525  0x00007417 branch  0x00006b97 
+ 00027526  0x0000741a fetch  0x00000001 , 0x000004fc 
+ 00027527  0x0000741b fetcht  0x00000001 , 0x00004564 
+ 00027528  0x0000741c isub  0x00000002 , 0x0000003e 
+ 00027529  0x0000741d branch  0x00006b8c , 0x00000005 
+ 00027530  0x0000741e branch  0x00002a8c 
+ 00027531  0x0000741f branch  0x00006b97 
+ 00027532  0x00007422 fetch  0x00000001 , 0x000004fd 
+ 00027533  0x00007423 beq  0x00000073 , 0x00006b91 
+ 00027534  0x00007424 beq  0x000000ef , 0x00006b3f 
+ 00027535  0x00007425 beq  0x000000ff , 0x00006b37 
+ 00027536  0x00007426 beq  0x00000053 , 0x00006b96 
+ 00027537  0x00007428 fetch  0x00000001 , 0x00004254 
+ 00027538  0x00007429 set1  0x00000003 , 0x0000003f 
+ 00027539  0x0000742a store  0x00000001 , 0x00004254 
+ 00027540  0x0000742b branch  0x00006b97 
+ 00027541  0x0000742d branch  0x00006b95 
+ 00027542  0x0000742f branch  0x00006b46 
+ 00027543  0x00007431 rtn 
+ 00027544  0x00007434 fetch  0x00000001 , 0x00004567 
+ 00027545  0x00007435 rtn  0x00000034 
+ 00027546  0x00007436 beq  0x00000003 , 0x00006b9c 
+ 00027547  0x00007437 branch  0x00002a8c 
+ 00027548  0x0000743a jam  0x00000000 , 0x00004567 
+ 00027549  0x0000743b call  0x000052d2 
+ 00027550  0x0000743c arg  0x00000001 , 0x00000002 
+ 00027551  0x0000743d fetcht  0x00000001 , 0x0000455d 
+ 00027552  0x0000743e lshift2  0x00000002 , 0x00000002 
+ 00027553  0x00007440 or_into  0x00000003 , 0x00000002 
+ 00027554  0x00007441 arg  0x000000aa , 0x00000011 
+ 00027555  0x00007442 call  0x00006bfc 
+ 00027556  0x00007443 call  0x000052e0 
+ 00027557  0x00007444 copy  0x00000005 , 0x00000006 
+ 00027558  0x00007445 ifetch  0x00000002 , 0x00000006 
+ 00027559  0x00007446 branch  0x00002a8c , 0x00000034 
+ 00027560  0x00007447 rtn 
+ 00027561  0x0000744a call  0x000052e0 
+ 00027562  0x0000744b setarg  0x00000004 
+ 00027563  0x0000744c istore  0x00000002 , 0x00000005 
+ 00027564  0x0000744d fetch  0x00000002 , 0x0000424a 
+ 00027565  0x0000744e istore  0x00000002 , 0x00000005 
+ 00027566  0x0000744f fetch  0x00000001 , 0x000004fb 
+ 00027567  0x00007450 istore  0x00000001 , 0x00000005 
+ 00027568  0x00007451 bpatchx  0x000000aa , 0x00004035 
+ 00027569  0x00007452 setarg  0x0000013f 
+ 00027570  0x00007453 istore  0x00000002 , 0x00000005 
+ 00027571  0x00007454 fetch  0x00000001 , 0x000004fe 
+ 00027572  0x00007455 istore  0x00000001 , 0x00000005 
+ 00027573  0x00007456 rtn 
+ 00027574  0x00007458 call  0x000052d2 
+ 00027575  0x00007459 call  0x000052e0 
+ 00027576  0x0000745a setarg  0x00000004 
+ 00027577  0x0000745b istore  0x00000002 , 0x00000005 
+ 00027578  0x0000745c fetch  0x00000002 , 0x0000424a 
+ 00027579  0x0000745d istore  0x00000002 , 0x00000005 
+ 00027580  0x0000745e fetch  0x00000001 , 0x000004fb 
+ 00027581  0x0000745f istore  0x00000001 , 0x00000005 
+ 00027582  0x00007460 bpatchx  0x000000ab , 0x00004035 
+ 00027583  0x00007461 setarg  0x00000173 
+ 00027584  0x00007462 istore  0x00000002 , 0x00000005 
+ 00027585  0x00007463 fetch  0x00000001 , 0x000004fe 
+ 00027586  0x00007464 istore  0x00000001 , 0x00000005 
+ 00027587  0x00007465 rtn 
+ 00027588  0x00007467 call  0x000052e0 
+ 00027589  0x00007468 setarg  0x0000000e 
+ 00027590  0x00007469 istore  0x00000002 , 0x00000005 
+ 00027591  0x0000746a fetch  0x00000002 , 0x0000424a 
+ 00027592  0x0000746b istore  0x00000002 , 0x00000005 
+ 00027593  0x0000746c fetch  0x00000001 , 0x00004563 
+ 00027594  0x0000746d lshift  0x0000003f , 0x0000003f 
+ 00027595  0x0000746e set1  0x00000000 , 0x0000003f 
+ 00027596  0x0000746f istore  0x00000001 , 0x00000005 
+ 00027597  0x00007470 bpatchx  0x000000ac , 0x00004035 
+ 00027598  0x00007471 setarg  0x000015ef 
+ 00027599  0x00007472 istore  0x00000002 , 0x00000005 
+ 00027600  0x00007473 setarg  0x00001183 
+ 00027601  0x00007474 istore  0x00000002 , 0x00000005 
+ 00027602  0x00007475 copy  0x00000002 , 0x0000003f 
+ 00027603  0x00007476 istore  0x00000001 , 0x00000005 
+ 00027604  0x00007477 setarg  0x000000f0 
+ 00027605  0x00007478 istore  0x00000003 , 0x00000005 
+ 00027606  0x00007479 setarg  0x0000007f 
+ 00027607  0x0000747a istore  0x00000002 , 0x00000005 
+ 00027608  0x0000747b setarg  0x00000000 
+ 00027609  0x0000747c istore  0x00000001 , 0x00000005 
+ 00027610  0x0000747d setarg  0x00000001 
+ 00027611  0x0000747e istore  0x00000001 , 0x00000005 
+ 00027612  0x0000747f call  0x00006a2f 
+ 00027613  0x00007480 istore  0x00000001 , 0x00000005 
+ 00027614  0x00007481 jam  0x00000010 , 0x00004569 
+ 00027615  0x00007482 rtn 
+ 00027616  0x00007484 call  0x000052d2 
+ 00027617  0x00007485 call  0x000052e0 
+ 00027618  0x00007486 setarg  0x0000000e 
+ 00027619  0x00007487 istore  0x00000002 , 0x00000005 
+ 00027620  0x00007488 fetch  0x00000002 , 0x0000424a 
+ 00027621  0x00007489 istore  0x00000002 , 0x00000005 
+ 00027622  0x0000748a fetch  0x00000001 , 0x00004563 
+ 00027623  0x0000748b lshift  0x0000003f , 0x0000003f 
+ 00027624  0x0000748c set1  0x00000000 , 0x0000003f 
+ 00027625  0x0000748d istore  0x00000001 , 0x00000005 
+ 00027626  0x0000748e bpatchx  0x000000ad , 0x00004035 
+ 00027627  0x0000748f setarg  0x000015ef 
+ 00027628  0x00007490 istore  0x00000002 , 0x00000005 
+ 00027629  0x00007491 setarg  0x00001181 
+ 00027630  0x00007492 istore  0x00000002 , 0x00000005 
+ 00027631  0x00007493 fetch  0x00000001 , 0x0000455d 
+ 00027632  0x00007494 istore  0x00000001 , 0x00000005 
+ 00027633  0x00007495 setarg  0x000000e0 
+ 00027634  0x00007496 istore  0x00000003 , 0x00000005 
+ 00027635  0x00007497 fetch  0x00000002 , 0x0000456c 
+ 00027636  0x00007498 istore  0x00000002 , 0x00000005 
+ 00027637  0x00007499 setarg  0x00000000 
+ 00027638  0x0000749a istore  0x00000001 , 0x00000005 
+ 00027639  0x0000749b fetch  0x00000001 , 0x0000456e 
+ 00027640  0x0000749c istore  0x00000001 , 0x00000005 
+ 00027641  0x0000749d call  0x00006a2f 
+ 00027642  0x0000749e istore  0x00000001 , 0x00000005 
+ 00027643  0x0000749f rtn 
+ 00027644  0x000074a1 call  0x000052e0 
+ 00027645  0x000074a2 setarg  0x00000008 
+ 00027646  0x000074a3 istore  0x00000002 , 0x00000005 
+ 00027647  0x000074a4 fetch  0x00000002 , 0x0000424a 
+ 00027648  0x000074a5 istore  0x00000002 , 0x00000005 
+ 00027649  0x000074a6 fetch  0x00000001 , 0x00004563 
+ 00027650  0x000074a7 lshift  0x0000003f , 0x0000003f 
+ 00027651  0x000074a8 set1  0x00000000 , 0x0000003f 
+ 00027652  0x000074a9 istore  0x00000001 , 0x00000005 
+ 00027653  0x000074aa bpatchx  0x000000ae , 0x00004035 
+ 00027654  0x000074ab setarg  0x000009ef 
+ 00027655  0x000074ac istore  0x00000002 , 0x00000005 
+ 00027656  0x000074ad setarg  0x000005e3 
+ 00027657  0x000074ae istore  0x00000002 , 0x00000005 
+ 00027658  0x000074af copy  0x00000002 , 0x0000003f 
+ 00027659  0x000074b0 istore  0x00000001 , 0x00000005 
+ 00027660  0x000074b1 setarg  0x0000008d 
+ 00027661  0x000074b2 istore  0x00000001 , 0x00000005 
+ 00027662  0x000074b3 call  0x00006a2f 
+ 00027663  0x000074b4 istore  0x00000001 , 0x00000005 
+ 00027664  0x000074b5 rtn 
+ 00027665  0x000074b8 call  0x000052d2 
+ 00027666  0x000074b9 call  0x000052e0 
+ 00027667  0x000074ba setarg  0x00000008 
+ 00027668  0x000074bb istore  0x00000002 , 0x00000005 
+ 00027669  0x000074bc fetch  0x00000002 , 0x0000424a 
+ 00027670  0x000074bd istore  0x00000002 , 0x00000005 
+ 00027671  0x000074be copy  0x00000002 , 0x0000000b 
+ 00027672  0x000074bf fetch  0x00000001 , 0x00004563 
+ 00027673  0x000074c0 lshift  0x0000003f , 0x0000003f 
+ 00027674  0x000074c1 set1  0x00000000 , 0x0000003f 
+ 00027675  0x000074c2 istore  0x00000001 , 0x00000005 
+ 00027676  0x000074c3 bpatchx  0x000000af , 0x00004035 
+ 00027677  0x000074c4 setarg  0x000009ef 
+ 00027678  0x000074c5 istore  0x00000002 , 0x00000005 
+ 00027679  0x000074c6 setarg  0x000005e1 
+ 00027680  0x000074c7 istore  0x00000002 , 0x00000005 
+ 00027681  0x000074c8 copy  0x0000000b , 0x0000003f 
+ 00027682  0x000074c9 istore  0x00000001 , 0x00000005 
+ 00027683  0x000074ca setarg  0x0000008d 
+ 00027684  0x000074cb istore  0x00000001 , 0x00000005 
+ 00027685  0x000074cc call  0x00006a2f 
+ 00027686  0x000074cd istore  0x00000001 , 0x00000005 
+ 00027687  0x000074ce rtn 
+ 00027688  0x000074d1 bpatchx  0x000000b0 , 0x00004036 
+ 00027689  0x000074d2 fetch  0x00000001 , 0x00004569 
+ 00027690  0x000074d3 rtn  0x00000034 
+ 00027691  0x000074d4 hfetch  0x00000002 , 0x00008112 
+ 00027692  0x000074d5 nrtn  0x00000034 
+ 00027693  0x000074d6 copy  0x00000011 , 0x0000003f 
+ 00027694  0x000074d7 store  0x00000001 , 0x00000a9b 
+ 00027695  0x000074d8 storet  0x00000001 , 0x00000a9a 
+ 00027696  0x000074d9 call  0x0000526e 
+ 00027697  0x000074da nrtn  0x00000034 
+ 00027698  0x000074db call  0x000052d2 
+ 00027699  0x000074dc call  0x000052e0 
+ 00027700  0x000074dd setarg  0x00000005 
+ 00027701  0x000074de istore  0x00000002 , 0x00000005 
+ 00027702  0x000074df fetch  0x00000002 , 0x0000424a 
+ 00027703  0x000074e0 istore  0x00000002 , 0x00000005 
+ 00027704  0x000074e1 fetch  0x00000001 , 0x0000050d 
+ 00027705  0x000074e2 istore  0x00000001 , 0x00000005 
+ 00027706  0x000074e3 setarg  0x000001ff 
+ 00027707  0x000074e4 istore  0x00000002 , 0x00000005 
+ 00027708  0x000074e5 fetch  0x00000001 , 0x00004569 
+ 00027709  0x000074e6 istore  0x00000001 , 0x00000005 
+ 00027710  0x000074e7 fetch  0x00000001 , 0x00004566 
+ 00027711  0x000074e8 istore  0x00000001 , 0x00000005 
+ 00027712  0x000074e9 jam  0x00000000 , 0x00004569 
+ 00027713  0x000074ea rtn 
+ 00027714  0x000074ed bpatchx  0x000000b1 , 0x00004036 
+ 00027715  0x000074ee fetch  0x00000001 , 0x0000456b 
+ 00027716  0x000074ef rtneq  0x00000001 
+ 00027717  0x000074f0 fetch  0x00000002 , 0x000004ff 
+ 00027718  0x000074f1 rtn  0x00000034 
+ 00027719  0x000074f2 fetch  0x00000001 , 0x00004569 
+ 00027720  0x000074f3 increase  0x00000001 , 0x0000003f 
+ 00027721  0x000074f4 store  0x00000001 , 0x00004569 
+ 00027722  0x000074f5 rtn 
+ 00027723  0x000074f8 fetch  0x00000002 , 0x0000456f 
+ 00027724  0x000074f9 branch  0x00007f9c 
+ 00027725  0x000074fc bpatchx  0x000000b2 , 0x00004036 
+ 00027726  0x000074fe fetch  0x00000001 , 0x00004568 
+ 00027727  0x000074ff rtn  0x00000034 
+ 00027728  0x00007500 increase  0xffffffff , 0x0000003f 
+ 00027729  0x00007501 store  0x00000001 , 0x00004568 
+ 00027730  0x00007502 fetch  0x00000002 , 0x0000455e 
+ 00027731  0x00007503 fetcht  0x00000002 , 0x0000469f 
+ 00027732  0x00007504 isub  0x00000002 , 0x0000003e 
+ 00027733  0x00007505 branch  0x00006c57 , 0x00000002 
+ 00027734  0x00007506 store  0x00000002 , 0x0000469f 
+ 00027735  0x00007508 fetch  0x00000001 , 0x00004569 
+ 00027736  0x00007509 branch  0x00006c5f , 0x00000034 
+ 00027737  0x0000750a jam  0x00000001 , 0x00000510 
+ 00027738  0x0000750b fetch  0x00000001 , 0x00004566 
+ 00027739  0x0000750c store  0x00000001 , 0x0000050f 
+ 00027740  0x0000750d setarg  0x000000ff 
+ 00027741  0x0000750e store  0x00000001 , 0x0000050e 
+ 00027742  0x0000750f branch  0x00006c64 
+ 00027743  0x00007511 jam  0x00000000 , 0x00000510 
+ 00027744  0x00007512 fetch  0x00000001 , 0x00004565 
+ 00027745  0x00007513 store  0x00000001 , 0x0000050f 
+ 00027746  0x00007514 setarg  0x000000ef 
+ 00027747  0x00007515 store  0x00000001 , 0x0000050e 
+ 00027748  0x00007517 bpatchx  0x000000b3 , 0x00004036 
+ 00027749  0x00007518 fetch  0x00000002 , 0x0000469f 
+ 00027750  0x00007519 sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00027751  0x0000751a branch  0x00006c6b , 0x00000002 
+ 00027752  0x0000751b fetch  0x00000001 , 0x00000510 
+ 00027753  0x0000751c increase  0x00000001 , 0x0000003f 
+ 00027754  0x0000751d store  0x00000001 , 0x00000510 
+ 00027755  0x0000751f call  0x00006a72 
+ 00027756  0x00007520 fetch  0x00000002 , 0x0000469f 
+ 00027757  0x00007521 increase  0x00000008 , 0x0000003f 
+ 00027758  0x00007522 fetcht  0x00000001 , 0x00000510 
+ 00027759  0x00007523 iadd  0x00000002 , 0x00000011 
+ 00027760  0x00007525 call  0x00005240 
+ 00027761  0x00007526 store  0x00000002 , 0x00000277 
+ 00027762  0x00007527 increase  0x00000004 , 0x0000003f 
+ 00027763  0x00007528 store  0x00000002 , 0x00000279 
+ 00027764  0x00007529 copy  0x0000003f , 0x00000005 
+ 00027765  0x0000752a fetch  0x00000001 , 0x0000050d 
+ 00027766  0x0000752b istore  0x00000001 , 0x00000005 
+ 00027767  0x0000752c fetch  0x00000001 , 0x0000050e 
+ 00027768  0x0000752d istore  0x00000001 , 0x00000005 
+ 00027769  0x0000752e call  0x00006c95 
+ 00027770  0x0000752f call  0x00006ca6 
+ 00027771  0x00007530 bpatchx  0x000000b4 , 0x00004036 
+ 00027772  0x00007531 fetch  0x00000002 , 0x00004571 
+ 00027773  0x00007532 copy  0x0000003f , 0x00000003 
+ 00027774  0x00007533 fetch  0x00000002 , 0x0000469f 
+ 00027775  0x00007534 copy  0x0000003f , 0x00000039 
+ 00027776  0x00007535 call  0x000066ea 
+ 00027777  0x00007536 copy  0x00000005 , 0x00000002 
+ 00027778  0x00007537 copy  0x00000003 , 0x0000003f 
+ 00027779  0x00007538 store  0x00000002 , 0x00004571 
+ 00027780  0x00007539 copy  0x00000002 , 0x00000005 
+ 00027781  0x0000753a fetch  0x00000001 , 0x0000050f 
+ 00027782  0x0000753b istore  0x00000001 , 0x00000005 
+ 00027783  0x0000753c fetch  0x00000002 , 0x00000277 
+ 00027784  0x0000753d copy  0x0000003f , 0x00000005 
+ 00027785  0x0000753e fetch  0x00000002 , 0x0000469f 
+ 00027786  0x0000753f fetcht  0x00000001 , 0x00000510 
+ 00027787  0x00007540 iadd  0x00000002 , 0x0000003f 
+ 00027788  0x00007541 increase  0x00000004 , 0x0000003f 
+ 00027789  0x00007542 istore  0x00000002 , 0x00000005 
+ 00027790  0x00007543 fetch  0x00000002 , 0x0000424a 
+ 00027791  0x00007544 istore  0x00000002 , 0x00000005 
+ 00027792  0x00007545 jam  0x00000000 , 0x00004569 
+ 00027793  0x00007546 fetch  0x00000002 , 0x00004573 
+ 00027794  0x00007547 beq  0x00000000 , 0x00003a97 
+ 00027795  0x00007548 jam  0x00000000 , 0x00000b05 
+ 00027796  0x00007549 rtn 
+ 00027797  0x0000754c bpatchx  0x000000b5 , 0x00004036 
+ 00027798  0x0000754d fetch  0x00000002 , 0x0000469f 
+ 00027799  0x0000754e sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00027800  0x0000754f nbranch  0x00006c9d , 0x00000002 
+ 00027801  0x00007550 lshift  0x0000003f , 0x0000003f 
+ 00027802  0x00007551 set1  0x00000000 , 0x0000003f 
+ 00027803  0x00007552 istore  0x00000001 , 0x00000005 
+ 00027804  0x00007553 rtn 
+ 00027805  0x00007555 fetch  0x00000002 , 0x0000469f 
+ 00027806  0x00007556 rshift3  0x0000003f , 0x0000003f 
+ 00027807  0x00007557 rshift4  0x0000003f , 0x00000002 
+ 00027808  0x00007558 and_into  0x0000007f , 0x0000003f 
+ 00027809  0x00007559 lshift  0x0000003f , 0x0000003f 
+ 00027810  0x0000755a set0  0x00000000 , 0x0000003f 
+ 00027811  0x0000755b istore  0x00000001 , 0x00000005 
+ 00027812  0x0000755c istoret  0x00000001 , 0x00000005 
+ 00027813  0x0000755d rtn 
+ 00027814  0x0000755f fetch  0x00000001 , 0x00004569 
+ 00027815  0x00007560 rtn  0x00000034 
+ 00027816  0x00007561 istore  0x00000001 , 0x00000005 
+ 00027817  0x00007562 rtn 
+ 00027818  0x00007568 bpatchx  0x000000b6 , 0x00004036 
+ 00027819  0x00007569 call  0x00007d9c 
+ 00027820  0x0000756a call  0x000032f6 
+ 00027821  0x0000756b call  0x0000631b 
+ 00027822  0x0000756d bpatchx  0x000000b7 , 0x00004036 
+ 00027823  0x0000756e call  0x000076dc 
+ 00027824  0x0000756f call  0x000076b5 
+ 00027825  0x00007570 call  0x000076c6 
+ 00027826  0x00007573 call  0x0000526e 
+ 00027827  0x00007574 nrtn  0x00000034 
+ 00027828  0x00007576 call  0x00004da9 
+ 00027829  0x00007577 call  0x0000526e 
+ 00027830  0x00007578 nrtn  0x00000034 
+ 00027831  0x00007579 bpatchx  0x000000b8 , 0x00004037 
+ 00027832  0x0000757b call  0x00006cf5 
+ 00027833  0x0000757c call  0x00004f64 
+ 00027834  0x0000757d call  0x00006b98 
+ 00027835  0x0000757f call  0x00006cbe 
+ 00027836  0x00007580 bpatchx  0x000000b9 , 0x00004037 
+ 00027837  0x00007583 branch  0x000032f2 
+ 00027838  0x00007586 fetch  0x00000001 , 0x0000027f 
+ 00027839  0x00007587 bbit1  0x00000000 , 0x00005087 
+ 00027840  0x00007588 bbit1  0x00000007 , 0x00005091 
+ 00027841  0x00007589 rtn 
+ 00027842  0x0000758c bpatchx  0x000000ba , 0x00004037 
+ 00027843  0x0000758d call  0x00005274 
+ 00027844  0x0000758e rtn  0x00000034 
+ 00027845  0x0000758f fetch  0x00000001 , 0x0000004b 
+ 00027846  0x00007590 rtnbit1  0x00000006 
+ 00027847  0x00007591 call  0x00005258 
+ 00027848  0x00007592 store  0x00000002 , 0x0000016f 
+ 00027849  0x00007593 copy  0x0000003f , 0x00000006 
+ 00027850  0x00007594 ifetch  0x00000002 , 0x00000006 
+ 00027851  0x00007595 increase  0x00000004 , 0x0000003f 
+ 00027852  0x00007596 store  0x00000002 , 0x000041dc 
+ 00027853  0x00007597 jam  0x00000006 , 0x000041db 
+ 00027854  0x00007598 bpatchx  0x000000bb , 0x00004037 
+ 00027855  0x00007599 fetch  0x00000002 , 0x00004246 
+ 00027856  0x0000759a branch  0x00006cdd , 0x00000034 
+ 00027857  0x0000759b fetch  0x00000001 , 0x0000004b 
+ 00027858  0x0000759c rtnbit0  0x00000007 
+ 00027859  0x0000759d set0  0x00000007 , 0x0000003f 
+ 00027860  0x0000759e store  0x00000001 , 0x0000004b 
+ 00027861  0x0000759f jam  0x00000005 , 0x000041db 
+ 00027862  0x000075a0 fetcht  0x00000002 , 0x00004246 
+ 00027863  0x000075a1 fetch  0x00000002 , 0x0000016f 
+ 00027864  0x000075a2 iadd  0x00000002 , 0x0000003f 
+ 00027865  0x000075a3 store  0x00000002 , 0x0000016f 
+ 00027866  0x000075a4 fetch  0x00000002 , 0x000041dc 
+ 00027867  0x000075a5 isub  0x00000002 , 0x0000003f 
+ 00027868  0x000075a6 store  0x00000002 , 0x000041dc 
+ 00027869  0x000075a8 bpatchx  0x000000bc , 0x00004037 
+ 00027870  0x000075a9 fetch  0x00000002 , 0x000041dc 
+ 00027871  0x000075aa branch  0x00002a8c , 0x00000034 
+ 00027872  0x000075ab arg  0x00000104 , 0x00000002 
+ 00027873  0x000075ac isub  0x00000002 , 0x0000003f 
+ 00027874  0x000075ad nbranch  0x00006ce9 , 0x00000002 
+ 00027875  0x000075ae bpatchx  0x000000bd , 0x00004037 
+ 00027876  0x000075af storet  0x00000002 , 0x000041dc 
+ 00027877  0x000075b0 fetch  0x00000002 , 0x00004246 
+ 00027878  0x000075b1 iadd  0x00000002 , 0x0000003f 
+ 00027879  0x000075b2 store  0x00000002 , 0x00004246 
+ 00027880  0x000075b3 branch  0x00006ceb 
+ 00027881  0x000075b5 setarg  0x00000000 
+ 00027882  0x000075b6 store  0x00000002 , 0x00004246 
+ 00027883  0x000075b8 fetch  0x00000001 , 0x0000004b 
+ 00027884  0x000075b9 set1  0x00000006 , 0x0000003f 
+ 00027885  0x000075ba store  0x00000001 , 0x0000004b 
+ 00027886  0x000075bb rtn 
+ 00027887  0x000075be fetch  0x00000001 , 0x00004684 
+ 00027888  0x000075bf bbit1  0x00000000 , 0x00006cf3 
+ 00027889  0x000075c0 jam  0x00000001 , 0x00000287 
+ 00027890  0x000075c1 rtn 
+ 00027891  0x000075c3 jam  0x0000000f , 0x00000287 
+ 00027892  0x000075c4 rtn 
+ 00027893  0x000075c7 fetch  0x00000001 , 0x00004681 
+ 00027894  0x000075c8 nbranch  0x00006cfb , 0x00000034 
+ 00027895  0x000075ca fetch  0x00000001 , 0x00000286 
+ 00027896  0x000075cc rtn  0x00000034 
+ 00027897  0x000075ce jam  0x00000000 , 0x00000286 
+ 00027898  0x000075d0 rtn 
+ 00027899  0x000075d4 bpatchx  0x000000be , 0x00004037 
+ 00027900  0x000075d5 fetch  0x00000001 , 0x00000287 
+ 00027901  0x000075d6 rtn  0x00000034 
+ 00027902  0x000075d7 beq  0x00000001 , 0x00006d1b 
+ 00027903  0x000075d8 beq  0x00000002 , 0x00006d74 
+ 00027904  0x000075d9 beq  0x00000003 , 0x00006d21 
+ 00027905  0x000075da beq  0x00000004 , 0x00006d78 
+ 00027906  0x000075db beq  0x0000003b , 0x00006d2b 
+ 00027907  0x000075dc beq  0x0000003c , 0x00006d7b 
+ 00027908  0x000075dd beq  0x0000000d , 0x00006d30 
+ 00027909  0x000075de beq  0x0000000e , 0x00006d80 
+ 00027910  0x000075df beq  0x0000000f , 0x00006d33 
+ 00027911  0x000075e0 beq  0x00000010 , 0x00006d86 
+ 00027912  0x000075e1 beq  0x00000011 , 0x00006d39 
+ 00027913  0x000075e2 beq  0x00000012 , 0x00006d8a 
+ 00027914  0x000075e3 beq  0x00000013 , 0x00006d3f 
+ 00027915  0x000075e4 beq  0x00000014 , 0x00006d8e 
+ 00027916  0x000075e5 beq  0x00000015 , 0x00006d45 
+ 00027917  0x000075e6 beq  0x00000016 , 0x00006d92 
+ 00027918  0x000075e7 beq  0x00000017 , 0x00006d4b 
+ 00027919  0x000075e8 beq  0x00000018 , 0x00006d97 
+ 00027920  0x000075e9 beq  0x00000019 , 0x00006d51 
+ 00027921  0x000075ea beq  0x0000001a , 0x00006d9b 
+ 00027922  0x000075eb beq  0x0000001b , 0x00006d57 
+ 00027923  0x000075ec beq  0x0000001c , 0x00006d9f 
+ 00027924  0x000075ed beq  0x0000001d , 0x00006d5d 
+ 00027925  0x000075ee beq  0x0000001e , 0x00006da4 
+ 00027926  0x000075ef beq  0x0000001f , 0x00006d63 
+ 00027927  0x000075f0 beq  0x00000020 , 0x00006da8 
+ 00027928  0x000075f1 beq  0x00000021 , 0x00006d6e 
+ 00027929  0x000075f2 beq  0x00000022 , 0x00006dac 
+ 00027930  0x000075f4 rtn 
+ 00027931  0x000075f6 call  0x00006db7 
+ 00027932  0x000075f7 jam  0x00000002 , 0x00000287 
+ 00027933  0x000075f8 fetch  0x00000001 , 0x00004250 
+ 00027934  0x000075f9 set1  0x00000000 , 0x0000003f 
+ 00027935  0x000075fa store  0x00000001 , 0x00004250 
+ 00027936  0x000075fb rtn 
+ 00027937  0x000075fd jam  0x00000004 , 0x00000287 
+ 00027938  0x000075fe fetch  0x00000001 , 0x00004250 
+ 00027939  0x000075ff rtnbit1  0x00000002 
+ 00027940  0x00007600 jam  0x00000003 , 0x00000287 
+ 00027941  0x00007601 call  0x00006dbe 
+ 00027942  0x00007602 jam  0x00000004 , 0x00000287 
+ 00027943  0x00007603 fetch  0x00000001 , 0x00004250 
+ 00027944  0x00007604 set1  0x00000002 , 0x0000003f 
+ 00027945  0x00007605 store  0x00000001 , 0x00004250 
+ 00027946  0x00007606 rtn 
+ 00027947  0x00007608 call  0x00005274 
+ 00027948  0x00007609 nrtn  0x00000034 
+ 00027949  0x0000760a call  0x00006dcd 
+ 00027950  0x0000760b jam  0x0000003c , 0x00000287 
+ 00027951  0x0000760c rtn 
+ 00027952  0x0000760e call  0x00006dc3 
+ 00027953  0x0000760f jam  0x0000000e , 0x00000287 
+ 00027954  0x00007610 rtn 
+ 00027955  0x00007612 call  0x00006ddd 
+ 00027956  0x00007613 jam  0x00000010 , 0x00000287 
+ 00027957  0x00007614 fetch  0x00000001 , 0x00004252 
+ 00027958  0x00007615 set1  0x00000000 , 0x0000003f 
+ 00027959  0x00007616 store  0x00000001 , 0x00004252 
+ 00027960  0x00007617 rtn 
+ 00027961  0x00007619 call  0x00006de4 
+ 00027962  0x0000761a jam  0x00000012 , 0x00000287 
+ 00027963  0x0000761b fetch  0x00000001 , 0x00004252 
+ 00027964  0x0000761c set1  0x00000002 , 0x0000003f 
+ 00027965  0x0000761d store  0x00000001 , 0x00004252 
+ 00027966  0x0000761e rtn 
+ 00027967  0x00007620 call  0x00006de9 
+ 00027968  0x00007621 jam  0x00000014 , 0x00000287 
+ 00027969  0x00007622 fetch  0x00000001 , 0x00004253 
+ 00027970  0x00007623 set1  0x00000000 , 0x0000003f 
+ 00027971  0x00007624 store  0x00000001 , 0x00004253 
+ 00027972  0x00007625 rtn 
+ 00027973  0x00007627 call  0x00006df0 
+ 00027974  0x00007628 jam  0x00000016 , 0x00000287 
+ 00027975  0x00007629 fetch  0x00000001 , 0x00004253 
+ 00027976  0x0000762a set1  0x00000002 , 0x0000003f 
+ 00027977  0x0000762b store  0x00000001 , 0x00004253 
+ 00027978  0x0000762c rtn 
+ 00027979  0x0000762e call  0x00006dd1 
+ 00027980  0x0000762f jam  0x00000018 , 0x00000287 
+ 00027981  0x00007630 fetch  0x00000001 , 0x00004251 
+ 00027982  0x00007631 set1  0x00000000 , 0x0000003f 
+ 00027983  0x00007632 store  0x00000001 , 0x00004251 
+ 00027984  0x00007633 rtn 
+ 00027985  0x00007635 call  0x00006dd8 
+ 00027986  0x00007636 jam  0x0000001a , 0x00000287 
+ 00027987  0x00007637 fetch  0x00000001 , 0x00004251 
+ 00027988  0x00007638 set1  0x00000002 , 0x0000003f 
+ 00027989  0x00007639 store  0x00000001 , 0x00004251 
+ 00027990  0x0000763a rtn 
+ 00027991  0x0000763c call  0x00006df5 
+ 00027992  0x0000763d jam  0x0000001c , 0x00000287 
+ 00027993  0x0000763e fetch  0x00000001 , 0x00004251 
+ 00027994  0x0000763f set1  0x00000006 , 0x0000003f 
+ 00027995  0x00007640 store  0x00000001 , 0x00004251 
+ 00027996  0x00007641 rtn 
+ 00027997  0x00007643 call  0x00006dfc 
+ 00027998  0x00007644 fetch  0x00000001 , 0x00004254 
+ 00027999  0x00007645 set1  0x00000000 
+ 00028000  0x00007646 store  0x00000001 , 0x00004254 
+ 00028001  0x00007647 jam  0x0000001e , 0x00000287 
+ 00028002  0x00007648 rtn 
+ 00028003  0x0000764a call  0x00006e02 
+ 00028004  0x0000764b fetch  0x00000001 , 0x00004254 
+ 00028005  0x0000764c set1  0x00000002 
+ 00028006  0x0000764d store  0x00000001 , 0x00004254 
+ 00028007  0x0000764e jam  0x00000020 , 0x00000287 
+ 00028008  0x0000764f fetch  0x00000001 , 0x00004564 
+ 00028009  0x00007650 lshift3  0x0000003f , 0x0000003f 
+ 00028010  0x00007651 or_into  0x00000003 , 0x0000003f 
+ 00028011  0x00007652 arg  0x00004565 , 0x00000002 
+ 00028012  0x00007653 storet  0x00000002 , 0x000004f7 
+ 00028013  0x00007654 branch  0x00006a35 
+ 00028014  0x00007656 call  0x00006e0c 
+ 00028015  0x00007657 fetch  0x00000001 , 0x00004254 
+ 00028016  0x00007658 set1  0x00000004 
+ 00028017  0x00007659 store  0x00000001 , 0x00004254 
+ 00028018  0x0000765a jam  0x00000022 , 0x00000287 
+ 00028019  0x0000765b rtn 
+ 00028020  0x0000765e fetch  0x00000001 , 0x00004250 
+ 00028021  0x0000765f rtnbit0  0x00000001 
+ 00028022  0x00007660 jam  0x00000003 , 0x00000287 
+ 00028023  0x00007661 branch  0x00006cfb 
+ 00028024  0x00007663 fetch  0x00000001 , 0x00004250 
+ 00028025  0x00007664 rtnne  0x0000003f 
+ 00028026  0x00007665 jam  0x0000003b , 0x00000287 
+ 00028027  0x00007667 fetch  0x00000001 , 0x00000285 
+ 00028028  0x00007668 rtnne  0x00000017 
+ 00028029  0x00007669 jam  0x00000000 , 0x00000285 
+ 00028030  0x0000766a jam  0x0000000d , 0x00000287 
+ 00028031  0x0000766b branch  0x00006cfb 
+ 00028032  0x0000766d fetch  0x00000001 , 0x00004250 
+ 00028033  0x0000766e nrtn  0x00000034 
+ 00028034  0x0000766f fetch  0x00000001 , 0x00004684 
+ 00028035  0x00007670 bbit1  0x00000000 , 0x00006daf 
+ 00028036  0x00007671 bbit1  0x00000006 , 0x00006db1 
+ 00028037  0x00007672 branch  0x00006db5 
+ 00028038  0x00007674 fetch  0x00000001 , 0x00004252 
+ 00028039  0x00007675 rtnbit0  0x00000001 
+ 00028040  0x00007676 jam  0x00000011 , 0x00000287 
+ 00028041  0x00007677 branch  0x00006cfb 
+ 00028042  0x00007679 fetch  0x00000001 , 0x00004252 
+ 00028043  0x0000767a rtnne  0x0000003f 
+ 00028044  0x0000767b jam  0x00000013 , 0x00000287 
+ 00028045  0x0000767c branch  0x00006cfb 
+ 00028046  0x0000767e fetch  0x00000001 , 0x00004253 
+ 00028047  0x0000767f rtnbit0  0x00000001 
+ 00028048  0x00007680 jam  0x00000015 , 0x00000287 
+ 00028049  0x00007681 branch  0x00006cfb 
+ 00028050  0x00007683 fetch  0x00000001 , 0x00004253 
+ 00028051  0x00007684 rtnne  0x0000003f 
+ 00028052  0x00007685 fetch  0x00000001 , 0x00004684 
+ 00028053  0x00007686 bbit1  0x00000006 , 0x00006db1 
+ 00028054  0x00007687 branch  0x00006db5 
+ 00028055  0x00007689 fetch  0x00000001 , 0x00004251 
+ 00028056  0x0000768a rtnbit0  0x00000001 
+ 00028057  0x0000768b jam  0x00000019 , 0x00000287 
+ 00028058  0x0000768c branch  0x00006cfb 
+ 00028059  0x0000768e fetch  0x00000001 , 0x00004251 
+ 00028060  0x0000768f rtnne  0x0000003f 
+ 00028061  0x00007690 jam  0x0000001b , 0x00000287 
+ 00028062  0x00007691 branch  0x00006cfb 
+ 00028063  0x00007693 fetch  0x00000001 , 0x00004251 
+ 00028064  0x00007694 rtnne  0x000000ff 
+ 00028065  0x00007695 fetch  0x00000001 , 0x00004684 
+ 00028066  0x00007696 bbit1  0x00000006 , 0x00006db3 
+ 00028067  0x00007697 branch  0x00006db5 
+ 00028068  0x00007699 fetch  0x00000001 , 0x00004254 
+ 00028069  0x0000769a rtnbit0  0x00000001 
+ 00028070  0x0000769b jam  0x0000001f , 0x00000287 
+ 00028071  0x0000769c branch  0x00006cfb 
+ 00028072  0x0000769e fetch  0x00000001 , 0x00004254 
+ 00028073  0x0000769f rtnbit0  0x00000003 
+ 00028074  0x000076a0 jam  0x00000021 , 0x00000287 
+ 00028075  0x000076a1 branch  0x00006cfb 
+ 00028076  0x000076a3 fetch  0x00000001 , 0x00004254 
+ 00028077  0x000076a4 rtnne  0x000000ff 
+ 00028078  0x000076a5 branch  0x00006db5 
+ 00028079  0x000076a8 jam  0x0000000f , 0x00000287 
+ 00028080  0x000076a9 branch  0x00006cfb 
+ 00028081  0x000076ac jam  0x00000017 , 0x00000287 
+ 00028082  0x000076ad branch  0x00006cfb 
+ 00028083  0x000076af jam  0x0000001d , 0x00000287 
+ 00028084  0x000076b0 branch  0x00006cfb 
+ 00028085  0x000076b5 jam  0x00000000 , 0x00000287 
+ 00028086  0x000076b6 rtn 
+ 00028087  0x000076b8 bpatchx  0x000000bf , 0x00004037 
+ 00028088  0x000076b9 call  0x000052b8 
+ 00028089  0x000076ba setarg  0x00000001 
+ 00028090  0x000076bb copy  0x0000003f , 0x00000002 
+ 00028091  0x000076bc setarg  0x00000050 
+ 00028092  0x000076bd copy  0x0000003f , 0x0000000b 
+ 00028093  0x000076be branch  0x000050a8 
+ 00028094  0x000076c1 bpatchx  0x000000c0 , 0x00004038 
+ 00028095  0x000076c2 call  0x000052b8 
+ 00028096  0x000076c3 fetch  0x00000002 , 0x00004248 
+ 00028097  0x000076c4 copy  0x0000003f , 0x00000002 
+ 00028098  0x000076c5 branch  0x000050b7 
+ 00028099  0x000076c8 bpatchx  0x000000c1 , 0x00004038 
+ 00028100  0x000076c9 call  0x000052b8 
+ 00028101  0x000076ca fetch  0x00000002 , 0x00004248 
+ 00028102  0x000076cb copy  0x0000003f , 0x00000002 
+ 00028103  0x000076cc arg  0x00000050 , 0x0000000b 
+ 00028104  0x000076cd call  0x000050cc 
+ 00028105  0x000076ce fetch  0x00000001 , 0x00004250 
+ 00028106  0x000076cf set0  0x00000005 , 0x0000003f 
+ 00028107  0x000076d0 store  0x00000001 , 0x00004250 
+ 00028108  0x000076d1 rtn 
+ 00028109  0x000076d4 bpatchx  0x000000c2 , 0x00004038 
+ 00028110  0x000076d5 call  0x000052c5 
+ 00028111  0x000076d6 call  0x00007138 
+ 00028112  0x000076d7 branch  0x000050e7 
+ 00028113  0x000076da bpatchx  0x000000c3 , 0x00004038 
+ 00028114  0x000076db call  0x000052b8 
+ 00028115  0x000076dc setarg  0x00000003 
+ 00028116  0x000076dd copy  0x0000003f , 0x00000002 
+ 00028117  0x000076de setarg  0x00000051 
+ 00028118  0x000076df copy  0x0000003f , 0x0000000b 
+ 00028119  0x000076e0 branch  0x000050a8 
+ 00028120  0x000076e3 bpatchx  0x000000c4 , 0x00004038 
+ 00028121  0x000076e4 call  0x000052b8 
+ 00028122  0x000076e5 fetch  0x00000002 , 0x0000424a 
+ 00028123  0x000076e6 copy  0x0000003f , 0x00000002 
+ 00028124  0x000076e7 branch  0x000050b7 
+ 00028125  0x000076ea bpatchx  0x000000c5 , 0x00004038 
+ 00028126  0x000076eb call  0x000052b8 
+ 00028127  0x000076ec setarg  0x00000011 
+ 00028128  0x000076ed copy  0x0000003f , 0x00000002 
+ 00028129  0x000076ee setarg  0x00000052 
+ 00028130  0x000076ef copy  0x0000003f , 0x0000000b 
+ 00028131  0x000076f0 branch  0x000050a8 
+ 00028132  0x000076f3 bpatchx  0x000000c6 , 0x00004038 
+ 00028133  0x000076f4 call  0x000052b8 
+ 00028134  0x000076f5 fetch  0x00000002 , 0x0000424c 
+ 00028135  0x000076f6 copy  0x0000003f , 0x00000002 
+ 00028136  0x000076f7 branch  0x000050b7 
+ 00028137  0x000076fa bpatchx  0x000000c7 , 0x00004038 
+ 00028138  0x000076fb call  0x000052b8 
+ 00028139  0x000076fc setarg  0x00000013 
+ 00028140  0x000076fd copy  0x0000003f , 0x00000002 
+ 00028141  0x000076fe setarg  0x00000053 
+ 00028142  0x000076ff copy  0x0000003f , 0x0000000b 
+ 00028143  0x00007700 branch  0x000050a8 
+ 00028144  0x00007703 bpatchx  0x000000c8 , 0x00004039 
+ 00028145  0x00007704 call  0x000052b8 
+ 00028146  0x00007705 fetch  0x00000002 , 0x0000424e 
+ 00028147  0x00007706 copy  0x0000003f , 0x00000002 
+ 00028148  0x00007707 branch  0x000050b7 
+ 00028149  0x0000770a bpatchx  0x000000c9 , 0x00004039 
+ 00028150  0x0000770b call  0x000052d2 
+ 00028151  0x0000770d jam  0x00000003 , 0x000004fb 
+ 00028152  0x0000770e jam  0x0000001c , 0x000004fe 
+ 00028153  0x0000770f call  0x00006ba9 
+ 00028154  0x00007710 jam  0x00000001 , 0x00004563 
+ 00028155  0x00007711 rtn 
+ 00028156  0x00007714 bpatchx  0x000000ca , 0x00004039 
+ 00028157  0x00007715 call  0x000052d2 
+ 00028158  0x00007716 fetcht  0x00000001 , 0x00004564 
+ 00028159  0x00007717 call  0x00006a79 
+ 00028160  0x00007718 storet  0x00000001 , 0x0000455d 
+ 00028161  0x00007719 branch  0x00006bc4 
+ 00028162  0x0000771c bpatchx  0x000000cb , 0x00004039 
+ 00028163  0x0000771d call  0x000052d2 
+ 00028164  0x0000771e fetcht  0x00000001 , 0x0000455d 
+ 00028165  0x0000771f call  0x00006a73 
+ 00028166  0x00007720 call  0x00006a1a 
+ 00028167  0x00007721 store  0x00000001 , 0x000004fe 
+ 00028168  0x00007722 fetcht  0x00000001 , 0x0000455d 
+ 00028169  0x00007723 call  0x00006a73 
+ 00028170  0x00007724 storet  0x00000001 , 0x000004fb 
+ 00028171  0x00007725 branch  0x00006ba9 
+ 00028172  0x00007728 bpatchx  0x000000cc , 0x00004039 
+ 00028173  0x00007729 call  0x000052d2 
+ 00028174  0x0000772a fetcht  0x00000001 , 0x0000455d 
+ 00028175  0x0000772b call  0x00006a73 
+ 00028176  0x0000772c branch  0x00006bfc 
+ 00028177  0x0000773a bpatchx  0x000000cd , 0x00004039 
+ 00028178  0x0000773b fetch  0x00000002 , 0x00000264 
+ 00028179  0x0000773c iforce  0x00000006 
+ 00028180  0x0000773f ifetch  0x00000001 , 0x00000006 
+ 00028181  0x00007740 copy  0x0000003f , 0x00000012 
+ 00028182  0x00007741 store  0x00000001 , 0x0000051b 
+ 00028183  0x00007742 ifetch  0x00000002 , 0x00000006 
+ 00028184  0x00007743 store  0x00000002 , 0x0000051c 
+ 00028185  0x00007744 ifetch  0x00000001 , 0x00000006 
+ 00028186  0x00007745 lshift8  0x0000003f , 0x0000000b 
+ 00028187  0x00007746 ifetch  0x00000001 , 0x00000006 
+ 00028188  0x00007747 iadd  0x0000000b , 0x0000000b 
+ 00028189  0x00007748 bpatchx  0x000000ce , 0x00004039 
+ 00028190  0x00007749 copy  0x00000006 , 0x00000002 
+ 00028191  0x0000774a arg  0x00000004 , 0x00000039 
+ 00028192  0x0000774b arg  0x0000052a , 0x00000005 
+ 00028193  0x0000774c call  0x00007ec6 
+ 00028194  0x0000774d copy  0x00000002 , 0x00000006 
+ 00028195  0x0000774e deposit  0x00000012 
+ 00028196  0x0000774f beq  0x00000001 , 0x00006fba 
+ 00028197  0x00007750 beq  0x00000002 , 0x00006e2c 
+ 00028198  0x00007751 beq  0x00000003 , 0x00006fba 
+ 00028199  0x00007752 beq  0x00000004 , 0x00006e54 
+ 00028200  0x00007753 beq  0x00000005 , 0x00006fba 
+ 00028201  0x00007754 beq  0x00000006 , 0x00006f02 
+ 00028202  0x00007755 beq  0x00000007 , 0x00006fba 
+ 00028203  0x00007756 branch  0x00006fc1 
+ 00028204  0x00007762 bpatchx  0x000000cf , 0x00004039 
+ 00028205  0x00007763 call  0x00006fd0 
+ 00028206  0x00007764 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00028207  0x00007765 branch  0x00007040 , 0x00000001 
+ 00028208  0x00007766 compare  0x000000ff , 0x00000002 , 0x000000ff 
+ 00028209  0x00007767 branch  0x00006fc4 , 0x00000001 
+ 00028210  0x00007769 ifetch  0x00000002 , 0x00000006 
+ 00028211  0x0000776a store  0x00000002 , 0x00000522 
+ 00028212  0x0000776b increase  0xfffffffe , 0x0000000b 
+ 00028213  0x0000776d increase  0xffffffff , 0x0000000b 
+ 00028214  0x0000776e nbranch  0x00006fbe , 0x00000005 
+ 00028215  0x0000776f arg  0x00000511 , 0x0000000b 
+ 00028216  0x00007770 ifetch  0x00000002 , 0x0000000b 
+ 00028217  0x00007771 rtn  0x00000034 
+ 00028218  0x00007772 call  0x00007082 
+ 00028219  0x00007773 call  0x000052d0 
+ 00028220  0x00007774 force  0x00000003 , 0x0000003f 
+ 00028221  0x00007775 istore  0x00000001 , 0x00000005 
+ 00028222  0x00007776 fetch  0x00000002 , 0x0000051c 
+ 00028223  0x00007777 istore  0x00000002 , 0x00000005 
+ 00028224  0x00007778 lshift2  0x00000007 , 0x0000003f 
+ 00028225  0x00007779 add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00028226  0x0000777a add  0x0000003f , 0x00000005 , 0x00000013 
+ 00028227  0x0000777b byteswap  0x0000003f , 0x0000003f 
+ 00028228  0x0000777c istore  0x00000002 , 0x00000005 
+ 00028229  0x0000777d deposit  0x00000007 
+ 00028230  0x0000777e byteswap  0x0000003f , 0x0000003f 
+ 00028231  0x0000777f istore  0x00000002 , 0x00000005 
+ 00028232  0x00007780 istore  0x00000002 , 0x00000005 
+ 00028233  0x00007781 arg  0x0000052a , 0x00000006 
+ 00028234  0x00007782 copy  0x00000007 , 0x00000039 
+ 00028235  0x00007783 branch  0x00006e4f , 0x00000005 
+ 00028236  0x00007785 ifetch  0x00000004 , 0x00000006 
+ 00028237  0x00007786 istore  0x00000004 , 0x00000005 
+ 00028238  0x00007787 loop  0x00006e4c 
+ 00028239  0x00007789 force  0x00000000 , 0x0000003f 
+ 00028240  0x0000778a istore  0x00000001 , 0x00000005 
+ 00028241  0x0000778b deposit  0x00000013 
+ 00028242  0x0000778c store  0x00000002 , 0x00000275 
+ 00028243  0x0000778e rtn 
+ 00028244  0x0000779a bpatchx  0x000000d0 , 0x0000403a 
+ 00028245  0x0000779b ifetch  0x00000004 , 0x00000006 
+ 00028246  0x0000779c store  0x00000004 , 0x00000524 
+ 00028247  0x0000779d increase  0xfffffffc , 0x0000000b 
+ 00028248  0x0000779e call  0x00006f2e 
+ 00028249  0x0000779f store  0x00000002 , 0x00000520 
+ 00028250  0x000077a0 increase  0xfffffffe , 0x0000000b 
+ 00028251  0x000077a1 call  0x00007028 
+ 00028252  0x000077a2 branch  0x00006fc4 , 0x00000005 
+ 00028253  0x000077a3 compare  0x00000005 , 0x00000011 , 0x000000ff 
+ 00028254  0x000077a5 branch  0x00006e62 , 0x00000001 
+ 00028255  0x000077a7 arg  0x0000052a , 0x00000005 
+ 00028256  0x000077a8 force  0x00000000 , 0x00000007 
+ 00028257  0x000077a9 branch  0x00006e71 
+ 00028258  0x000077ab ifetch  0x00000001 , 0x00000006 
+ 00028259  0x000077ac bne  0x0000000a , 0x00006fc4 
+ 00028260  0x000077ad ifetch  0x00000002 , 0x00000006 
+ 00028261  0x000077ae nbranch  0x00006e6f , 0x00000034 
+ 00028262  0x000077af ifetch  0x00000001 , 0x00000006 
+ 00028263  0x000077b0 bne  0x000000ff , 0x00006e6d 
+ 00028264  0x000077b1 ifetch  0x00000001 , 0x00000006 
+ 00028265  0x000077b2 bne  0x000000ff , 0x00006e6b 
+ 00028266  0x000077b3 branch  0x00006eb8 
+ 00028267  0x000077b5 increase  0xfffffffb , 0x00000006 
+ 00028268  0x000077b6 branch  0x00006e5f 
+ 00028269  0x000077b8 increase  0xfffffffc , 0x00000006 
+ 00028270  0x000077b9 branch  0x00006e5f 
+ 00028271  0x000077bb increase  0xfffffffd , 0x00000006 
+ 00028272  0x000077bc branch  0x00006e5f 
+ 00028273  0x000077be ifetch  0x00000001 , 0x00000006 
+ 00028274  0x000077bf beq  0x00000009 , 0x00006e86 
+ 00028275  0x000077c0 beq  0x0000000a , 0x00006e74 
+ 00028276  0x000077c2 ifetch  0x00000002 , 0x00000006 
+ 00028277  0x000077c3 istore  0x00000002 , 0x00000005 
+ 00028278  0x000077c4 increase  0x00000001 , 0x00000007 
+ 00028279  0x000077c5 byteswap  0x0000003f , 0x00000012 
+ 00028280  0x000077c6 ifetch  0x00000002 , 0x00000006 
+ 00028281  0x000077c7 byteswap  0x0000003f , 0x0000003f 
+ 00028282  0x000077c9 increase  0x00000001 , 0x00000012 
+ 00028283  0x000077ca isub  0x00000012 , 0x0000003e 
+ 00028284  0x000077cb nbranch  0x00006e83 , 0x00000002 
+ 00028285  0x000077cc copy  0x0000003f , 0x00000013 
+ 00028286  0x000077cd byteswap  0x00000012 , 0x0000003f 
+ 00028287  0x000077ce istore  0x00000002 , 0x00000005 
+ 00028288  0x000077cf increase  0x00000001 , 0x00000007 
+ 00028289  0x000077d0 copy  0x00000013 , 0x0000003f 
+ 00028290  0x000077d1 branch  0x00006e7a 
+ 00028291  0x000077d3 increase  0xfffffffb , 0x0000000b 
+ 00028292  0x000077d4 increase  0xfffffffb , 0x00000011 
+ 00028293  0x000077d5 branch  0x00006e8b 
+ 00028294  0x000077d7 ifetch  0x00000002 , 0x00000006 
+ 00028295  0x000077d8 istore  0x00000002 , 0x00000005 
+ 00028296  0x000077d9 increase  0x00000001 , 0x00000007 
+ 00028297  0x000077da increase  0xfffffffd , 0x0000000b 
+ 00028298  0x000077db increase  0xfffffffd , 0x00000011 
+ 00028299  0x000077dd nbranch  0x00006fc4 , 0x00000002 
+ 00028300  0x000077de nbranch  0x00006e71 , 0x00000005 
+ 00028301  0x000077df increase  0xffffffff , 0x0000000b 
+ 00028302  0x000077e0 nbranch  0x00006fc4 , 0x00000005 
+ 00028303  0x000077e2 call  0x000052d0 
+ 00028304  0x000077e3 increase  0x0000000a , 0x00000005 
+ 00028305  0x000077e4 arg  0x0000052a , 0x00000011 
+ 00028306  0x000077e6 copy  0x00000007 , 0x0000003f 
+ 00028307  0x000077e7 branch  0x00006ea5 , 0x00000034 
+ 00028308  0x000077e8 ifetch  0x00000002 , 0x00000011 
+ 00028309  0x000077e9 branch  0x00006ea5 , 0x00000034 
+ 00028310  0x000077ea iforce  0x00000012 
+ 00028311  0x000077eb fetch  0x00000004 , 0x00000524 
+ 00028312  0x000077ec iforce  0x00000002 
+ 00028313  0x000077ed call  0x000070e7 
+ 00028314  0x000077ee copy  0x00000006 , 0x0000003f 
+ 00028315  0x000077ef branch  0x00006ea2 , 0x00000034 
+ 00028316  0x000077f0 increase  0xfffffffd , 0x00000006 
+ 00028317  0x000077f1 ifetch  0x00000003 , 0x00000006 
+ 00028318  0x000077f2 istore  0x00000003 , 0x00000005 
+ 00028319  0x000077f3 call  0x0000705b 
+ 00028320  0x000077f4 iforce  0x00000039 
+ 00028321  0x000077f5 call  0x00007f01 
+ 00028322  0x000077f7 increase  0x00000002 , 0x00000011 
+ 00028323  0x000077f8 increase  0xffffffff , 0x00000007 
+ 00028324  0x000077f9 branch  0x00006e92 
+ 00028325  0x000077fc arg  0x00000005 , 0x00000011 
+ 00028326  0x000077fd call  0x00006f84 
+ 00028327  0x000077fe fetch  0x00000002 , 0x00000275 
+ 00028328  0x000077ff beq  0x0000000b , 0x00007043 
+ 00028329  0x00007800 branch  0x00006f9a 
+ 00028330  0x00007804 ifetch  0x00000001 , 0x00000006 
+ 00028331  0x00007805 beq  0x00000000 , 0x00006eae 
+ 00028332  0x00007806 beq  0x00000001 , 0x00006eb0 
+ 00028333  0x00007807 beq  0x00000002 , 0x00006eb3 
+ 00028334  0x00007809 increase  0xffffffff , 0x0000000b 
+ 00028335  0x0000780a branch  0x00006eb6 
+ 00028336  0x0000780c ifetch  0x00000001 , 0x00000006 
+ 00028337  0x0000780d increase  0xfffffffe , 0x0000000b 
+ 00028338  0x0000780e branch  0x00006eb6 
+ 00028339  0x00007810 ifetch  0x00000002 , 0x00000006 
+ 00028340  0x00007811 byteswap  0x0000003f , 0x0000003f 
+ 00028341  0x00007812 increase  0xfffffffd , 0x0000000b 
+ 00028342  0x00007814 store  0x00000002 , 0x00000519 
+ 00028343  0x00007815 rtn 
+ 00028344  0x00007818 increase  0xfffffffb , 0x0000000b 
+ 00028345  0x00007819 call  0x00006eaa 
+ 00028346  0x0000781a nbranch  0x00006fbe , 0x00000005 
+ 00028347  0x0000781b fetcht  0x00000004 , 0x00000524 
+ 00028348  0x0000781c call  0x000070b1 
+ 00028349  0x0000781d nbranch  0x00006fbb , 0x00000005 
+ 00028350  0x0000781e copy  0x00000006 , 0x00000011 
+ 00028351  0x0000781f call  0x000052d0 
+ 00028352  0x00007820 copy  0x00000011 , 0x00000006 
+ 00028353  0x00007821 increase  0x00000003 , 0x00000005 
+ 00028354  0x00007822 copy  0x00000006 , 0x0000000b 
+ 00028355  0x00007823 call  0x00007062 
+ 00028356  0x00007824 copy  0x0000003f , 0x00000011 
+ 00028357  0x00007826 fetch  0x00000002 , 0x00000519 
+ 00028358  0x00007827 copy  0x0000003f , 0x00000012 
+ 00028359  0x00007828 copy  0x00000011 , 0x0000003f 
+ 00028360  0x00007829 isub  0x00000012 , 0x00000012 
+ 00028361  0x0000782a fetch  0x00000002 , 0x00000520 
+ 00028362  0x0000782b isub  0x00000012 , 0x0000003e 
+ 00028363  0x0000782c nbranch  0x00006ee7 , 0x00000002 
+ 00028364  0x0000782e disable  0x00000028 
+ 00028365  0x0000782f fetch  0x00000002 , 0x00000519 
+ 00028366  0x00007830 branch  0x00006eda , 0x00000034 
+ 00028367  0x00007831 iadd  0x0000000b , 0x00000006 
+ 00028368  0x00007832 increase  0x00000003 , 0x00000012 
+ 00028369  0x00007833 copy  0x00000012 , 0x00000039 
+ 00028370  0x00007834 copy  0x00000039 , 0x0000003f 
+ 00028371  0x00007835 increase  0x00000003 , 0x0000003f 
+ 00028372  0x00007836 byteswap  0x0000003f , 0x0000003f 
+ 00028373  0x00007837 istore  0x00000002 , 0x00000005 
+ 00028374  0x00007838 copy  0x00000039 , 0x0000003f 
+ 00028375  0x00007839 byteswap  0x0000003f , 0x0000003f 
+ 00028376  0x0000783a istore  0x00000002 , 0x00000005 
+ 00028377  0x0000783b branch  0x00006ef5 
+ 00028378  0x0000783d add  0x00000011 , 0x00000006 , 0x00000039 
+ 00028379  0x0000783e branch  0x00006ede , 0x00000028 
+ 00028380  0x0000783f byteswap  0x00000039 , 0x0000003f 
+ 00028381  0x00007840 branch  0x00006ee1 
+ 00028382  0x00007842 copy  0x00000039 , 0x0000003f 
+ 00028383  0x00007843 increase  0x00000002 , 0x0000003f 
+ 00028384  0x00007844 byteswap  0x0000003f , 0x0000003f 
+ 00028385  0x00007846 istore  0x00000002 , 0x00000005 
+ 00028386  0x00007847 increase  0xfffffffd , 0x00000039 
+ 00028387  0x00007848 byteswap  0x00000039 , 0x0000003f 
+ 00028388  0x00007849 istore  0x00000002 , 0x00000005 
+ 00028389  0x0000784a copy  0x0000000b , 0x00000006 
+ 00028390  0x0000784b branch  0x00006ef5 
+ 00028391  0x0000784d enable  0x00000028 
+ 00028392  0x0000784f fetch  0x00000002 , 0x00000520 
+ 00028393  0x00007850 copy  0x0000003f , 0x00000011 
+ 00028394  0x00007851 copy  0x00000011 , 0x00000039 
+ 00028395  0x00007852 fetch  0x00000002 , 0x00000519 
+ 00028396  0x00007853 branch  0x00006eda , 0x00000034 
+ 00028397  0x00007854 iadd  0x0000000b , 0x00000006 
+ 00028398  0x00007855 copy  0x00000011 , 0x0000003f 
+ 00028399  0x00007856 increase  0x00000005 , 0x0000003f 
+ 00028400  0x00007857 byteswap  0x0000003f , 0x0000003f 
+ 00028401  0x00007858 istore  0x00000002 , 0x00000005 
+ 00028402  0x00007859 copy  0x00000011 , 0x0000003f 
+ 00028403  0x0000785a byteswap  0x0000003f , 0x0000003f 
+ 00028404  0x0000785b istore  0x00000002 , 0x00000005 
+ 00028405  0x0000785d call  0x00007f01 
+ 00028406  0x0000785e nbranch  0x00006efe , 0x00000028 
+ 00028407  0x0000785f force  0x00000002 , 0x0000003f 
+ 00028408  0x00007860 istore  0x00000001 , 0x00000005 
+ 00028409  0x00007861 copy  0x00000006 , 0x0000003f 
+ 00028410  0x00007862 isub  0x0000000b , 0x0000003f 
+ 00028411  0x00007863 byteswap  0x0000003f , 0x0000003f 
+ 00028412  0x00007864 istore  0x00000002 , 0x00000005 
+ 00028413  0x00007865 branch  0x00006f00 
+ 00028414  0x00007867 force  0x00000000 , 0x0000003f 
+ 00028415  0x00007868 istore  0x00000001 , 0x00000005 
+ 00028416  0x0000786a arg  0x00000005 , 0x00000011 
+ 00028417  0x0000786b branch  0x00006fb0 
+ 00028418  0x00007877 bpatchx  0x000000d1 , 0x0000403a 
+ 00028419  0x00007878 call  0x00006fd0 
+ 00028420  0x00007879 compare  0x000000ff , 0x00000002 , 0x000000ff 
+ 00028421  0x0000787a branch  0x00006fc4 , 0x00000001 
+ 00028422  0x0000787b call  0x00006f2e 
+ 00028423  0x0000787c store  0x00000002 , 0x00000520 
+ 00028424  0x0000787d increase  0xfffffffe , 0x0000000b 
+ 00028425  0x0000787e call  0x00007028 
+ 00028426  0x0000787f arg  0x0000052a , 0x00000005 
+ 00028427  0x00007880 force  0x00000000 , 0x00000007 
+ 00028428  0x00007882 ifetch  0x00000001 , 0x00000006 
+ 00028429  0x00007883 beq  0x0000000a , 0x00006f36 
+ 00028430  0x00007884 ifetch  0x00000002 , 0x00000006 
+ 00028431  0x00007885 istore  0x00000002 , 0x00000005 
+ 00028432  0x00007886 increase  0x00000001 , 0x00000007 
+ 00028433  0x00007887 increase  0xfffffffd , 0x0000000b 
+ 00028434  0x00007888 increase  0xfffffffd , 0x00000011 
+ 00028435  0x00007889 nbranch  0x00006fc4 , 0x00000002 
+ 00028436  0x0000788a nbranch  0x00006f0c , 0x00000005 
+ 00028437  0x0000788b increase  0xffffffff , 0x0000000b 
+ 00028438  0x0000788c nbranch  0x00006fc4 , 0x00000005 
+ 00028439  0x0000788d call  0x000052d0 
+ 00028440  0x0000788e increase  0x0000000d , 0x00000005 
+ 00028441  0x0000788f fetch  0x00000002 , 0x00000511 
+ 00028442  0x00007890 iforce  0x00000013 
+ 00028443  0x00007891 arg  0x0000052a , 0x00000011 
+ 00028444  0x00007893 ifetch  0x00000002 , 0x00000011 
+ 00028445  0x00007894 branch  0x00006f29 , 0x00000034 
+ 00028446  0x00007895 iforce  0x00000012 
+ 00028447  0x00007896 call  0x000070c6 
+ 00028448  0x00007897 branch  0x00006f27 , 0x00000034 
+ 00028449  0x00007898 increase  0xfffffffd , 0x00000006 
+ 00028450  0x00007899 ifetch  0x00000003 , 0x00000006 
+ 00028451  0x0000789a istore  0x00000003 , 0x00000005 
+ 00028452  0x0000789b call  0x0000705b 
+ 00028453  0x0000789c iforce  0x00000039 
+ 00028454  0x0000789d call  0x00007f01 
+ 00028455  0x0000789f increase  0x00000002 , 0x00000011 
+ 00028456  0x000078a0 branch  0x00006f1c 
+ 00028457  0x000078a3 call  0x00006f83 
+ 00028458  0x000078a4 fetch  0x00000002 , 0x00000275 
+ 00028459  0x000078a5 beq  0x0000000e , 0x00007046 
+ 00028460  0x000078a6 call  0x00006f9a 
+ 00028461  0x000078a7 branch  0x00006f9a 
+ 00028462  0x000078ab ifetch  0x00000002 , 0x00000006 
+ 00028463  0x000078ac byteswap  0x0000003f , 0x0000003f 
+ 00028464  0x000078ad increase  0xfffffffd , 0x0000003f 
+ 00028465  0x000078ae arg  0x000000c8 , 0x00000002 
+ 00028466  0x000078af isub  0x00000002 , 0x0000003e 
+ 00028467  0x000078b0 nrtn  0x00000002 
+ 00028468  0x000078b1 setarg  0x000000c8 
+ 00028469  0x000078b2 rtn 
+ 00028470  0x000078b6 increase  0x00000004 , 0x00000006 
+ 00028471  0x000078b7 increase  0xfffffffb , 0x0000000b 
+ 00028472  0x000078b8 increase  0xfffffffb , 0x00000011 
+ 00028473  0x000078b9 nbranch  0x00006fc4 , 0x00000005 
+ 00028474  0x000078ba call  0x00006eaa 
+ 00028475  0x000078bb nbranch  0x00006fbe , 0x00000005 
+ 00028476  0x000078bc arg  0x00000511 , 0x0000000b 
+ 00028477  0x000078bd call  0x00007082 
+ 00028478  0x000078be deposit  0x00000007 
+ 00028479  0x000078bf branch  0x00007046 , 0x00000034 
+ 00028480  0x000078c0 store  0x00000001 , 0x0000054e 
+ 00028481  0x000078c2 copy  0x00000012 , 0x0000003f 
+ 00028482  0x000078c3 store  0x00000002 , 0x0000054c 
+ 00028483  0x000078c4 arg  0x00000000 , 0x00000007 
+ 00028484  0x000078c5 arg  0x00000000 , 0x00000011 
+ 00028485  0x000078c6 call  0x000052d0 
+ 00028486  0x000078c7 increase  0x0000000a , 0x00000005 
+ 00028487  0x000078c9 call  0x00006f6c 
+ 00028488  0x000078ca nbranch  0x00002a8c , 0x00000028 
+ 00028489  0x000078cb copy  0x00000006 , 0x0000000b 
+ 00028490  0x000078cc copy  0x0000003f , 0x00000013 
+ 00028491  0x000078cd iadd  0x00000011 , 0x00000011 
+ 00028492  0x000078d0 fetch  0x00000002 , 0x00000519 
+ 00028493  0x000078d1 copy  0x0000003f , 0x00000012 
+ 00028494  0x000078d2 branch  0x00006f75 , 0x00000034 
+ 00028495  0x000078d4 copy  0x00000011 , 0x0000003f 
+ 00028496  0x000078d5 isub  0x00000012 , 0x00000012 
+ 00028497  0x000078d6 branch  0x00006f67 , 0x00000005 
+ 00028498  0x000078d7 nbranch  0x00006f67 , 0x00000002 
+ 00028499  0x000078d8 fetch  0x00000002 , 0x00000520 
+ 00028500  0x000078d9 isub  0x00000012 , 0x0000003e 
+ 00028501  0x000078da branch  0x00006f5e , 0x00000005 
+ 00028502  0x000078db nbranch  0x00006f5e , 0x00000002 
+ 00028503  0x000078df copy  0x00000012 , 0x00000039 
+ 00028504  0x000078e0 call  0x00006f61 
+ 00028505  0x000078e1 fetch  0x00000001 , 0x0000054e 
+ 00028506  0x000078e2 increase  0x00000001 , 0x00000007 
+ 00028507  0x000078e3 isub  0x00000007 , 0x0000003e 
+ 00028508  0x000078e4 branch  0x00006f83 , 0x00000005 
+ 00028509  0x000078e5 branch  0x00006fa0 
+ 00028510  0x000078e8 copy  0x0000003f , 0x00000039 
+ 00028511  0x000078e9 call  0x00006f61 
+ 00028512  0x000078ea branch  0x00006fa0 
+ 00028513  0x000078ed increase  0xfffffffd , 0x00000005 
+ 00028514  0x000078ee copy  0x00000039 , 0x00000002 
+ 00028515  0x000078ef copy  0x00000013 , 0x0000003f 
+ 00028516  0x000078f0 isub  0x00000012 , 0x0000003f 
+ 00028517  0x000078f1 iadd  0x0000000b , 0x00000006 
+ 00028518  0x000078f2 branch  0x00007f01 
+ 00028519  0x000078f5 fetch  0x00000001 , 0x0000054e 
+ 00028520  0x000078f6 increase  0x00000001 , 0x00000007 
+ 00028521  0x000078f7 isub  0x00000007 , 0x0000003e 
+ 00028522  0x000078f8 rtn  0x00000005 
+ 00028523  0x000078f9 branch  0x00006f47 
+ 00028524  0x000078fc call  0x00007fe9 
+ 00028525  0x000078fd arg  0x0000052a , 0x00000006 
+ 00028526  0x000078fe lshift2  0x00000007 , 0x0000003f 
+ 00028527  0x000078ff iadd  0x00000006 , 0x00000006 
+ 00028528  0x00007900 ifetcht  0x00000004 , 0x00000006 
+ 00028529  0x00007901 call  0x000070b1 
+ 00028530  0x00007902 nrtn  0x00000005 
+ 00028531  0x00007903 call  0x0000705b 
+ 00028532  0x00007904 branch  0x00007fe7 
+ 00028533  0x00007907 fetch  0x00000002 , 0x00000520 
+ 00028534  0x00007908 isub  0x00000011 , 0x0000003e 
+ 00028535  0x00007909 nbranch  0x00006f8f , 0x00000002 
+ 00028536  0x0000790a copy  0x00000011 , 0x00000039 
+ 00028537  0x0000790b copy  0x00000039 , 0x00000002 
+ 00028538  0x0000790c copy  0x0000000b , 0x00000006 
+ 00028539  0x0000790d call  0x00007f01 
+ 00028540  0x0000790e fetch  0x00000002 , 0x0000054c 
+ 00028541  0x0000790f isub  0x00000011 , 0x0000003e 
+ 00028542  0x00007910 branch  0x00006f81 , 0x00000005 
+ 00028543  0x00007912 call  0x00006fa0 
+ 00028544  0x00007913 branch  0x00006f94 
+ 00028545  0x00007916 call  0x00006f83 
+ 00028546  0x00007917 branch  0x00006f94 
+ 00028547  0x0000791a arg  0x00000007 , 0x00000011 
+ 00028548  0x0000791c force  0x00000000 , 0x0000003f 
+ 00028549  0x0000791d istore  0x00000001 , 0x00000005 
+ 00028550  0x0000791e call  0x00006fb0 
+ 00028551  0x0000791f fetcht  0x00000002 , 0x00000275 
+ 00028552  0x00007920 increase  0xfffffffb , 0x00000002 
+ 00028553  0x00007921 byteswap  0x00000002 , 0x0000003f 
+ 00028554  0x00007922 istore  0x00000002 , 0x00000005 
+ 00028555  0x00007923 increase  0xfffffffd , 0x00000002 
+ 00028556  0x00007924 byteswap  0x00000002 , 0x0000003f 
+ 00028557  0x00007925 istore  0x00000002 , 0x00000005 
+ 00028558  0x00007926 rtn 
+ 00028559  0x00007929 copy  0x0000003f , 0x00000039 
+ 00028560  0x0000792a copy  0x00000039 , 0x00000002 
+ 00028561  0x0000792b copy  0x0000000b , 0x00000006 
+ 00028562  0x0000792c call  0x00007f01 
+ 00028563  0x0000792d call  0x00006fa0 
+ 00028564  0x0000792f setarg  0x00000036 
+ 00028565  0x00007930 istore  0x00000001 , 0x00000005 
+ 00028566  0x00007931 fetch  0x00000002 , 0x0000054c 
+ 00028567  0x00007932 byteswap  0x0000003f , 0x0000003f 
+ 00028568  0x00007933 istore  0x00000002 , 0x00000005 
+ 00028569  0x00007934 rtn 
+ 00028570  0x00007937 setarg  0x00000036 
+ 00028571  0x00007938 istore  0x00000001 , 0x00000005 
+ 00028572  0x00007939 increase  0xfffffffd , 0x00000002 
+ 00028573  0x0000793a byteswap  0x00000002 , 0x0000003f 
+ 00028574  0x0000793b istore  0x00000002 , 0x00000005 
+ 00028575  0x0000793c rtn 
+ 00028576  0x0000793f arg  0x00000007 , 0x00000011 
+ 00028577  0x00007940 setarg  0x00000002 
+ 00028578  0x00007941 istore  0x00000001 , 0x00000005 
+ 00028579  0x00007942 fetch  0x00000002 , 0x00000519 
+ 00028580  0x00007943 iadd  0x00000002 , 0x00000002 
+ 00028581  0x00007944 byteswap  0x00000002 , 0x0000003f 
+ 00028582  0x00007945 istore  0x00000002 , 0x00000005 
+ 00028583  0x00007946 call  0x00006fb0 
+ 00028584  0x00007947 fetcht  0x00000002 , 0x00000275 
+ 00028585  0x00007948 increase  0xfffffffb , 0x00000002 
+ 00028586  0x00007949 byteswap  0x00000002 , 0x0000003f 
+ 00028587  0x0000794a istore  0x00000002 , 0x00000005 
+ 00028588  0x0000794b increase  0xfffffffb , 0x00000002 
+ 00028589  0x0000794c byteswap  0x00000002 , 0x0000003f 
+ 00028590  0x0000794d istore  0x00000002 , 0x00000005 
+ 00028591  0x0000794e rtn 
+ 00028592  0x00007951 fetch  0x00000002 , 0x00000273 
+ 00028593  0x00007952 isub  0x00000005 , 0x0000003f 
+ 00028594  0x00007953 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00028595  0x00007954 store  0x00000002 , 0x00000275 
+ 00028596  0x00007955 call  0x000052d0 
+ 00028597  0x00007956 copy  0x00000011 , 0x0000003f 
+ 00028598  0x00007957 istore  0x00000001 , 0x00000005 
+ 00028599  0x00007958 fetch  0x00000002 , 0x0000051c 
+ 00028600  0x00007959 istore  0x00000002 , 0x00000005 
+ 00028601  0x0000795a rtn 
+ 00028602  0x0000796b rtn 
+ 00028603  0x0000798d setarg  0x00000200 
+ 00028604  0x0000798e store  0x00000002 , 0x0000054a 
+ 00028605  0x0000798f branch  0x00006fc6 
+ 00028606  0x00007991 setarg  0x00000400 
+ 00028607  0x00007992 store  0x00000002 , 0x0000054a 
+ 00028608  0x00007993 branch  0x00006fc6 
+ 00028609  0x00007995 setarg  0x00000600 
+ 00028610  0x00007996 store  0x00000002 , 0x0000054a 
+ 00028611  0x00007997 branch  0x00006fc6 
+ 00028612  0x00007999 setarg  0x00000300 
+ 00028613  0x0000799a store  0x00000002 , 0x0000054a 
+ 00028614  0x0000799c call  0x000052d0 
+ 00028615  0x0000799d istore  0x00000001 , 0x00000005 
+ 00028616  0x0000799e fetch  0x00000002 , 0x0000051c 
+ 00028617  0x0000799f istore  0x00000002 , 0x00000005 
+ 00028618  0x000079a0 setarg  0x00000200 
+ 00028619  0x000079a1 istore  0x00000002 , 0x00000005 
+ 00028620  0x000079a2 fetch  0x00000002 , 0x0000054a 
+ 00028621  0x000079a3 istore  0x00000002 , 0x00000005 
+ 00028622  0x000079a4 jam  0x00000007 , 0x00000275 
+ 00028623  0x000079a5 rtn 
+ 00028624  0x000079ab arg  0x00000000 , 0x00000012 
+ 00028625  0x000079ac force  0x00000000 , 0x00000002 
+ 00028626  0x000079ad arg  0x00000511 , 0x00000005 
+ 00028627  0x000079ae call  0x00007028 
+ 00028628  0x000079af branch  0x00007026 , 0x00000005 
+ 00028629  0x000079b1 increase  0x00000001 , 0x00000012 
+ 00028630  0x000079b2 ifetch  0x00000001 , 0x00000006 
+ 00028631  0x000079b3 increase  0xffffffff , 0x00000011 
+ 00028632  0x000079b4 increase  0xffffffff , 0x0000000b 
+ 00028633  0x000079b5 compare  0x00000018 , 0x0000003f , 0x000000f8 
+ 00028634  0x000079b6 nbranch  0x00007026 , 0x00000001 
+ 00028635  0x000079b7 compare  0x00000004 , 0x0000003f , 0x00000007 
+ 00028636  0x000079b8 nbranch  0x00006ff3 , 0x00000001 
+ 00028637  0x000079b9 force  0x00000001 , 0x00000002 
+ 00028638  0x000079bb ifetch  0x00000001 , 0x00000006 
+ 00028639  0x000079bc increase  0xffffffff , 0x00000011 
+ 00028640  0x000079bd increase  0xffffffff , 0x0000000b 
+ 00028641  0x000079be bne  0x00000000 , 0x00006fe7 
+ 00028642  0x000079bf ifetch  0x00000001 , 0x00000006 
+ 00028643  0x000079c0 increase  0xffffffff , 0x00000011 
+ 00028644  0x000079c1 increase  0xffffffff , 0x0000000b 
+ 00028645  0x000079c2 beq  0x00000000 , 0x00006ff8 
+ 00028646  0x000079c3 branch  0x00006fea 
+ 00028647  0x000079c5 increase  0x00000001 , 0x00000006 
+ 00028648  0x000079c6 increase  0xffffffff , 0x00000011 
+ 00028649  0x000079c7 increase  0xffffffff , 0x0000000b 
+ 00028650  0x000079c9 increase  0x00000002 , 0x00000006 
+ 00028651  0x000079ca increase  0xfffffffe , 0x00000011 
+ 00028652  0x000079cb increase  0xfffffffe , 0x0000000b 
+ 00028653  0x000079cc compare  0x00000000 , 0x00000002 , 0x000000ff 
+ 00028654  0x000079cd branch  0x00007020 , 0x00000001 
+ 00028655  0x000079ce increase  0x0000000c , 0x00000006 
+ 00028656  0x000079cf increase  0xfffffff4 , 0x00000011 
+ 00028657  0x000079d0 increase  0xfffffff4 , 0x0000000b 
+ 00028658  0x000079d1 branch  0x00007020 
+ 00028659  0x000079d3 compare  0x00000002 , 0x0000003f , 0x00000007 
+ 00028660  0x000079d4 nbranch  0x00006ff6 , 0x00000001 
+ 00028661  0x000079d5 branch  0x00006fde 
+ 00028662  0x000079d7 compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00028663  0x000079d8 nbranch  0x00007026 , 0x00000001 
+ 00028664  0x000079da increase  0xfffffffe , 0x00000011 
+ 00028665  0x000079db increase  0xfffffffe , 0x0000000b 
+ 00028666  0x000079dc ifetch  0x00000002 , 0x00000006 
+ 00028667  0x000079dd sub  0x00000012 , 0x00000004 , 0x0000003e 
+ 00028668  0x000079de branch  0x00006ffe , 0x00000005 
+ 00028669  0x000079df istore  0x00000002 , 0x00000005 
+ 00028670  0x000079e1 compare  0x00000000 , 0x00000002 , 0x000000ff 
+ 00028671  0x000079e2 branch  0x00007020 , 0x00000001 
+ 00028672  0x000079e3 copy  0x00000006 , 0x00000002 
+ 00028673  0x000079e4 ifetch  0x00000001 , 0x00000006 
+ 00028674  0x000079e5 bne  0x00000000 , 0x00007019 
+ 00028675  0x000079e6 ifetch  0x00000001 , 0x00000006 
+ 00028676  0x000079e7 bne  0x00000000 , 0x00007019 
+ 00028677  0x000079e8 ifetch  0x00000001 , 0x00000006 
+ 00028678  0x000079e9 bne  0x00000010 , 0x00007019 
+ 00028679  0x000079ea ifetch  0x00000001 , 0x00000006 
+ 00028680  0x000079eb bne  0x00000000 , 0x00007019 
+ 00028681  0x000079ec ifetch  0x00000001 , 0x00000006 
+ 00028682  0x000079ed bne  0x00000080 , 0x00007019 
+ 00028683  0x000079ee ifetch  0x00000001 , 0x00000006 
+ 00028684  0x000079ef bne  0x00000000 , 0x00007019 
+ 00028685  0x000079f0 ifetch  0x00000001 , 0x00000006 
+ 00028686  0x000079f1 bne  0x00000000 , 0x00007019 
+ 00028687  0x000079f2 ifetch  0x00000001 , 0x00000006 
+ 00028688  0x000079f3 bne  0x00000080 , 0x00007019 
+ 00028689  0x000079f4 ifetch  0x00000001 , 0x00000006 
+ 00028690  0x000079f5 bne  0x0000005f , 0x00007019 
+ 00028691  0x000079f6 ifetch  0x00000001 , 0x00000006 
+ 00028692  0x000079f7 bne  0x0000009b , 0x00007019 
+ 00028693  0x000079f8 ifetch  0x00000001 , 0x00000006 
+ 00028694  0x000079f9 bne  0x00000034 , 0x00007019 
+ 00028695  0x000079fa ifetch  0x00000001 , 0x00000006 
+ 00028696  0x000079fb beq  0x000000fb , 0x0000701e 
+ 00028697  0x000079fd copy  0x00000002 , 0x00000006 
+ 00028698  0x000079ff increase  0x0000000c , 0x00000006 
+ 00028699  0x00007a00 force  0x00000000 , 0x00000007 
+ 00028700  0x00007a01 force  0x00000000 , 0x00000002 
+ 00028701  0x00007a02 branch  0x0000701e 
+ 00028702  0x00007a05 increase  0xfffffff4 , 0x0000000b 
+ 00028703  0x00007a06 increase  0xfffffff4 , 0x00000011 
+ 00028704  0x00007a08 force  0x00000000 , 0x00000002 
+ 00028705  0x00007a09 compare  0x00000000 , 0x00000011 , 0x000000ff 
+ 00028706  0x00007a0a nbranch  0x00006fd5 , 0x00000001 
+ 00028707  0x00007a0b force  0x00000000 , 0x0000003f 
+ 00028708  0x00007a0c istore  0x00000002 , 0x00000005 
+ 00028709  0x00007a0d rtn 
+ 00028710  0x00007a0f arg  0x000000ff , 0x00000002 
+ 00028711  0x00007a10 rtn 
+ 00028712  0x00007a1b bpatchx  0x000000d4 , 0x0000403a 
+ 00028713  0x00007a1c ifetch  0x00000001 , 0x00000006 
+ 00028714  0x00007a1d increase  0xffffffff , 0x0000000b 
+ 00028715  0x00007a1e compare  0x00000030 , 0x0000003f , 0x000000f8 
+ 00028716  0x00007a1f nbranch  0x0000703e , 0x00000001 
+ 00028717  0x00007a20 compare  0x00000007 , 0x0000003f , 0x00000007 
+ 00028718  0x00007a21 branch  0x00007037 , 0x00000001 
+ 00028719  0x00007a22 compare  0x00000006 , 0x0000003f , 0x00000007 
+ 00028720  0x00007a23 branch  0x00007039 , 0x00000001 
+ 00028721  0x00007a24 compare  0x00000005 , 0x0000003f , 0x00000007 
+ 00028722  0x00007a25 nbranch  0x0000703e , 0x00000001 
+ 00028723  0x00007a27 ifetch  0x00000001 , 0x00000006 
+ 00028724  0x00007a28 copy  0x0000003f , 0x00000011 
+ 00028725  0x00007a29 increase  0xffffffff , 0x0000000b 
+ 00028726  0x00007a2a branch  0x0000703c 
+ 00028727  0x00007a2c increase  0x00000002 , 0x00000006 
+ 00028728  0x00007a2d increase  0xfffffffe , 0x0000000b 
+ 00028729  0x00007a2f ifetch  0x00000002 , 0x00000006 
+ 00028730  0x00007a30 byteswap  0x0000003f , 0x00000011 
+ 00028731  0x00007a31 increase  0xfffffffe , 0x0000000b 
+ 00028732  0x00007a33 force  0x00000001 , 0x0000003f 
+ 00028733  0x00007a34 rtn 
+ 00028734  0x00007a36 force  0x00000000 , 0x0000003f 
+ 00028735  0x00007a37 rtn 
+ 00028736  0x00007a42 setarg  0x00000003 
+ 00028737  0x00007a43 store  0x00000001 , 0x0000051b 
+ 00028738  0x00007a44 branch  0x00007048 
+ 00028739  0x00007a46 setarg  0x00000005 
+ 00028740  0x00007a47 store  0x00000001 , 0x0000051b 
+ 00028741  0x00007a48 branch  0x00007048 
+ 00028742  0x00007a4a setarg  0x00000007 
+ 00028743  0x00007a4b store  0x00000001 , 0x0000051b 
+ 00028744  0x00007a4d call  0x000052d0 
+ 00028745  0x00007a50 fetch  0x00000001 , 0x0000051b 
+ 00028746  0x00007a51 copy  0x0000003f , 0x00000012 
+ 00028747  0x00007a52 istore  0x00000001 , 0x00000005 
+ 00028748  0x00007a53 fetch  0x00000002 , 0x0000051c 
+ 00028749  0x00007a54 istore  0x00000002 , 0x00000005 
+ 00028750  0x00007a55 setarg  0x00000500 
+ 00028751  0x00007a56 istore  0x00000002 , 0x00000005 
+ 00028752  0x00007a57 compare  0x00000005 , 0x00000012 , 0x000000ff 
+ 00028753  0x00007a58 branch  0x00007057 , 0x00000001 
+ 00028754  0x00007a59 compare  0x00000007 , 0x00000012 , 0x000000ff 
+ 00028755  0x00007a5a branch  0x00007057 , 0x00000001 
+ 00028756  0x00007a5b setarg  0x00000000 
+ 00028757  0x00007a5c istore  0x00000005 , 0x00000005 
+ 00028758  0x00007a5d branch  0x00007059 
+ 00028759  0x00007a60 setarg  0x00350200 
+ 00028760  0x00007a61 istore  0x00000005 , 0x00000005 
+ 00028761  0x00007a63 jam  0x0000000a , 0x00000275 
+ 00028762  0x00007a64 rtn 
+ 00028763  0x00007a68 call  0x00007ea2 
+ 00028764  0x00007a69 call  0x00007ea5 
+ 00028765  0x00007a6a call  0x00007062 
+ 00028766  0x00007a6b call  0x00007e9c 
+ 00028767  0x00007a6c call  0x00007e9f 
+ 00028768  0x00007a6d copy  0x00000002 , 0x0000003f 
+ 00028769  0x00007a6e rtn 
+ 00028770  0x00007a72 ifetch  0x00000001 , 0x00000006 
+ 00028771  0x00007a73 and  0x0000003f , 0x00000007 , 0x00000039 
+ 00028772  0x00007a74 rshift3  0x0000003f , 0x0000003f 
+ 00028773  0x00007a75 bne  0x00000000 , 0x0000706c 
+ 00028774  0x00007a77 force  0x00000001 , 0x0000003f 
+ 00028775  0x00007a78 force  0x00000001 , 0x00000002 
+ 00028776  0x00007a79 rtn 
+ 00028777  0x00007a7c call  0x00007e76 
+ 00028778  0x00007a7d add  0x0000003f , 0x00000001 , 0x00000002 
+ 00028779  0x00007a7e rtn 
+ 00028780  0x00007a80 deposit  0x00000039 
+ 00028781  0x00007a81 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00028782  0x00007a82 branch  0x00007069 , 0x00000002 
+ 00028783  0x00007a83 beq  0x00000005 , 0x00007073 
+ 00028784  0x00007a84 beq  0x00000006 , 0x00007076 
+ 00028785  0x00007a85 beq  0x00000007 , 0x0000707a 
+ 00028786  0x00007a86 rtn 
+ 00028787  0x00007a89 ifetch  0x00000001 , 0x00000006 
+ 00028788  0x00007a8a add  0x0000003f , 0x00000002 , 0x00000002 
+ 00028789  0x00007a8b rtn 
+ 00028790  0x00007a8d ifetch  0x00000002 , 0x00000006 
+ 00028791  0x00007a8e byteswap  0x0000003f , 0x0000003f 
+ 00028792  0x00007a8f add  0x0000003f , 0x00000003 , 0x00000002 
+ 00028793  0x00007a90 rtn 
+ 00028794  0x00007a92 ifetch  0x00000002 , 0x00000006 
+ 00028795  0x00007a93 byteswap  0x0000003f , 0x0000003f 
+ 00028796  0x00007a94 ifetcht  0x00000002 , 0x00000006 
+ 00028797  0x00007a95 byteswap  0x00000002 , 0x00000002 
+ 00028798  0x00007a96 lshift16  0x00000002 , 0x00000002 
+ 00028799  0x00007a97 iadd  0x00000002 , 0x0000003f 
+ 00028800  0x00007a98 add  0x0000003f , 0x00000005 , 0x00000002 
+ 00028801  0x00007a99 rtn 
+ 00028802  0x00007aa0 bpatchx  0x000000d5 , 0x0000403a 
+ 00028803  0x00007aa1 force  0x00000000 , 0x00000007 
+ 00028804  0x00007aa2 arg  0x00000000 , 0x00000012 
+ 00028805  0x00007aa3 arg  0x0000052a , 0x00000005 
+ 00028806  0x00007aa5 ifetch  0x00000002 , 0x0000000b 
+ 00028807  0x00007aa6 rtn  0x00000034 
+ 00028808  0x00007aa7 call  0x0000708d 
+ 00028809  0x00007aa8 copy  0x00000007 , 0x0000003f 
+ 00028810  0x00007aa9 rtneq  0x00000007 
+ 00028811  0x00007aaa increase  0x00000002 , 0x0000000b 
+ 00028812  0x00007aab branch  0x00007086 
+ 00028813  0x00007aaf iforce  0x00000013 
+ 00028814  0x00007ab1 fetch  0x00000002 , 0x00004575 
+ 00028815  0x00007ab2 iforce  0x00000006 
+ 00028816  0x00007ab4 copy  0x00000007 , 0x0000003f 
+ 00028817  0x00007ab5 rtneq  0x00000007 
+ 00028818  0x00007ab6 disable  0x00000028 
+ 00028819  0x00007ab7 ifetch  0x00000001 , 0x00000006 
+ 00028820  0x00007ab8 rtn  0x00000034 
+ 00028821  0x00007ab9 iforce  0x00000039 
+ 00028822  0x00007abb ifetch  0x00000002 , 0x00000006 
+ 00028823  0x00007abc isub  0x00000013 , 0x0000003e 
+ 00028824  0x00007abd nbranch  0x0000709a , 0x00000005 
+ 00028825  0x00007abe enable  0x00000028 
+ 00028826  0x00007ac0 loop  0x00007096 
+ 00028827  0x00007ac1 ifetcht  0x00000004 , 0x00000006 
+ 00028828  0x00007ac2 copy  0x00000006 , 0x00000011 
+ 00028829  0x00007ac3 nbranch  0x000070ad , 0x00000028 
+ 00028830  0x00007ac4 arg  0x0000052a , 0x00000006 
+ 00028831  0x00007ac5 arg  0x00000007 , 0x00000039 
+ 00028832  0x00007ac7 ifetch  0x00000004 , 0x00000006 
+ 00028833  0x00007ac8 branch  0x000070a6 , 0x00000034 
+ 00028834  0x00007ac9 isub  0x00000002 , 0x0000003e 
+ 00028835  0x00007aca branch  0x000070ad , 0x00000005 
+ 00028836  0x00007acb loop  0x000070a0 
+ 00028837  0x00007acc rtn 
+ 00028838  0x00007ace istoret  0x00000004 , 0x00000005 
+ 00028839  0x00007acf increase  0x00000001 , 0x00000007 
+ 00028840  0x00007ad0 copy  0x00000011 , 0x00000006 
+ 00028841  0x00007ad1 call  0x0000705b 
+ 00028842  0x00007ad2 iadd  0x00000012 , 0x00000012 
+ 00028843  0x00007ad3 iadd  0x00000006 , 0x00000006 
+ 00028844  0x00007ad4 branch  0x00007090 
+ 00028845  0x00007ad6 copy  0x00000011 , 0x00000006 
+ 00028846  0x00007ad7 call  0x00007062 
+ 00028847  0x00007ad8 iadd  0x00000006 , 0x00000006 
+ 00028848  0x00007ad9 branch  0x00007090 
+ 00028849  0x00007ae0 bpatchx  0x000000d6 , 0x0000403a 
+ 00028850  0x00007ae1 fetch  0x00000002 , 0x00004575 
+ 00028851  0x00007ae2 iforce  0x00000006 
+ 00028852  0x00007ae4 ifetch  0x00000001 , 0x00000006 
+ 00028853  0x00007ae5 branch  0x00007fe3 , 0x00000034 
+ 00028854  0x00007ae6 lshift  0x0000003f , 0x0000003f 
+ 00028855  0x00007ae7 iadd  0x00000006 , 0x00000006 
+ 00028856  0x00007ae8 ifetch  0x00000004 , 0x00000006 
+ 00028857  0x00007ae9 isub  0x00000002 , 0x0000003e 
+ 00028858  0x00007aea rtn  0x00000005 
+ 00028859  0x00007aeb deposit  0x00000005 
+ 00028860  0x00007aec store  0x00000002 , 0x00000abb 
+ 00028861  0x00007aed storet  0x00000008 , 0x00000aa2 
+ 00028862  0x00007aee call  0x00007062 
+ 00028863  0x00007aef iadd  0x00000006 , 0x00000006 
+ 00028864  0x00007af0 copy  0x00000006 , 0x0000003f 
+ 00028865  0x00007af1 fetcht  0x00000002 , 0x00000abb 
+ 00028866  0x00007af2 copy  0x00000002 , 0x00000005 
+ 00028867  0x00007af3 fetcht  0x00000008 , 0x00000aa2 
+ 00028868  0x00007af4 copy  0x0000003f , 0x00000006 
+ 00028869  0x00007af5 branch  0x000070b4 
+ 00028870  0x00007afc bpatchx  0x000000d7 , 0x0000403a 
+ 00028871  0x00007afd fetch  0x00000002 , 0x00004575 
+ 00028872  0x00007afe iforce  0x00000006 
+ 00028873  0x00007b00 ifetch  0x00000001 , 0x00000006 
+ 00028874  0x00007b01 branch  0x000070e4 , 0x00000034 
+ 00028875  0x00007b02 iforce  0x00000039 
+ 00028876  0x00007b04 ifetch  0x00000002 , 0x00000006 
+ 00028877  0x00007b05 isub  0x00000013 , 0x0000003e 
+ 00028878  0x00007b06 branch  0x000070d4 , 0x00000005 
+ 00028879  0x00007b07 loop  0x000070cc 
+ 00028880  0x00007b08 increase  0x00000004 , 0x00000006 
+ 00028881  0x00007b09 call  0x00007062 
+ 00028882  0x00007b0a iadd  0x00000006 , 0x00000006 
+ 00028883  0x00007b0b branch  0x000070c9 
+ 00028884  0x00007b0d increase  0xffffffff , 0x00000039 
+ 00028885  0x00007b0e lshift  0x00000039 , 0x0000003f 
+ 00028886  0x00007b0f iadd  0x00000006 , 0x00000006 
+ 00028887  0x00007b10 increase  0x00000004 , 0x00000006 
+ 00028888  0x00007b11 call  0x00007062 
+ 00028889  0x00007b12 iadd  0x00000006 , 0x0000000b 
+ 00028890  0x00007b14 increase  0x00000001 , 0x00000006 
+ 00028891  0x00007b15 ifetch  0x00000002 , 0x00000006 
+ 00028892  0x00007b16 isub  0x00000012 , 0x0000003e 
+ 00028893  0x00007b1a branch  0x00007fef , 0x00000005 
+ 00028894  0x00007b1b call  0x0000705b 
+ 00028895  0x00007b1c iadd  0x00000006 , 0x00000006 
+ 00028896  0x00007b1d deposit  0x0000000b 
+ 00028897  0x00007b1e isub  0x00000006 , 0x0000003e 
+ 00028898  0x00007b1f branch  0x000070e4 , 0x00000005 
+ 00028899  0x00007b20 branch  0x000070da 
+ 00028900  0x00007b22 force  0x00000000 , 0x00000006 
+ 00028901  0x00007b23 force  0x00000000 , 0x0000003f 
+ 00028902  0x00007b24 rtn 
+ 00028903  0x00007b2b bpatchx  0x000000d8 , 0x0000403b 
+ 00028904  0x00007b2c fetch  0x00000002 , 0x00004575 
+ 00028905  0x00007b2d iforce  0x00000006 
+ 00028906  0x00007b2f ifetch  0x00000001 , 0x00000006 
+ 00028907  0x00007b30 branch  0x00007100 , 0x00000034 
+ 00028908  0x00007b31 lshift  0x0000003f , 0x0000003f 
+ 00028909  0x00007b32 iadd  0x00000006 , 0x00000006 
+ 00028910  0x00007b33 ifetch  0x00000004 , 0x00000006 
+ 00028911  0x00007b34 isub  0x00000002 , 0x0000003e 
+ 00028912  0x00007b35 branch  0x000070f4 , 0x00000005 
+ 00028913  0x00007b36 call  0x00007062 
+ 00028914  0x00007b37 iadd  0x00000006 , 0x00000006 
+ 00028915  0x00007b38 branch  0x000070ea 
+ 00028916  0x00007b3a call  0x00007062 
+ 00028917  0x00007b3b iadd  0x00000006 , 0x0000000b 
+ 00028918  0x00007b3d increase  0x00000001 , 0x00000006 
+ 00028919  0x00007b3e ifetch  0x00000002 , 0x00000006 
+ 00028920  0x00007b3f isub  0x00000012 , 0x0000003e 
+ 00028921  0x00007b40 rtn  0x00000005 
+ 00028922  0x00007b41 call  0x0000705b 
+ 00028923  0x00007b42 iadd  0x00000006 , 0x00000006 
+ 00028924  0x00007b43 deposit  0x0000000b 
+ 00028925  0x00007b44 isub  0x00000006 , 0x0000003e 
+ 00028926  0x00007b45 branch  0x00007100 , 0x00000005 
+ 00028927  0x00007b46 branch  0x000070f6 
+ 00028928  0x00007b48 force  0x00000000 , 0x00000006 
+ 00028929  0x00007b49 rtn 
+ 00028930  0x00007b4e arg  0x00000400 , 0x00000012 
+ 00028931  0x00007b4f call  0x000070f4 
+ 00028932  0x00007b50 arg  0x00000300 , 0x00000012 
+ 00028933  0x00007b51 call  0x0000710d 
+ 00028934  0x00007b52 nrtn  0x00000028 
+ 00028935  0x00007b53 sub  0x00000011 , 0x00000003 , 0x0000003e 
+ 00028936  0x00007b54 branch  0x00007fe9 , 0x00000002 
+ 00028937  0x00007b55 ifetch  0x00000001 , 0x00000006 
+ 00028938  0x00007b56 bne  0x00000008 , 0x00007fe9 
+ 00028939  0x00007b57 ifetch  0x00000001 , 0x00000006 
+ 00028940  0x00007b58 rtn 
+ 00028941  0x00007b5e bpatchx  0x000000d9 , 0x0000403b 
+ 00028942  0x00007b5f call  0x00007062 
+ 00028943  0x00007b60 copy  0x0000003f , 0x00000011 
+ 00028944  0x00007b62 ifetch  0x00000001 , 0x00000006 
+ 00028945  0x00007b63 and  0x0000003f , 0x00000007 , 0x00000039 
+ 00028946  0x00007b64 rshift3  0x0000003f , 0x0000003f 
+ 00028947  0x00007b65 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00028948  0x00007b66 branch  0x00007129 , 0x00000005 
+ 00028949  0x00007b67 copy  0x00000039 , 0x0000003f 
+ 00028950  0x00007b68 beq  0x00000005 , 0x00007120 
+ 00028951  0x00007b69 beq  0x00000006 , 0x00007123 
+ 00028952  0x00007b6a beq  0x00000007 , 0x00007126 
+ 00028953  0x00007b6b increase  0xffffffff , 0x00000006 
+ 00028954  0x00007b6c call  0x00007062 
+ 00028955  0x00007b6d iadd  0x00000006 , 0x00000006 
+ 00028956  0x00007b6e copy  0x00000011 , 0x0000003f 
+ 00028957  0x00007b6f isub  0x00000002 , 0x00000011 
+ 00028958  0x00007b70 branch  0x00007fe9 , 0x00000005 
+ 00028959  0x00007b71 branch  0x00007110 
+ 00028960  0x00007b74 increase  0xfffffffe , 0x00000011 
+ 00028961  0x00007b75 increase  0x00000001 , 0x00000006 
+ 00028962  0x00007b76 branch  0x00007110 
+ 00028963  0x00007b78 increase  0xfffffffd , 0x00000011 
+ 00028964  0x00007b79 increase  0x00000002 , 0x00000006 
+ 00028965  0x00007b7a branch  0x00007110 
+ 00028966  0x00007b7c increase  0xfffffffb , 0x00000011 
+ 00028967  0x00007b7d increase  0x00000004 , 0x00000006 
+ 00028968  0x00007b7e branch  0x00007110 
+ 00028969  0x00007b81 increase  0xffffffff , 0x00000011 
+ 00028970  0x00007b82 copy  0x00000039 , 0x0000003f 
+ 00028971  0x00007b83 beq  0x00000001 , 0x00007132 
+ 00028972  0x00007b84 beq  0x00000002 , 0x00007130 
+ 00028973  0x00007b85 beq  0x00000004 , 0x0000712f 
+ 00028974  0x00007b86 branch  0x00007fe9 
+ 00028975  0x00007b88 increase  0xfffffff4 , 0x00000011 
+ 00028976  0x00007b8a ifetch  0x00000002 , 0x00000006 
+ 00028977  0x00007b8b increase  0xfffffffe , 0x00000011 
+ 00028978  0x00007b8d ifetch  0x00000002 , 0x00000006 
+ 00028979  0x00007b8e isub  0x00000012 , 0x0000003e 
+ 00028980  0x00007b8f branch  0x00007fe7 , 0x00000005 
+ 00028981  0x00007b90 increase  0xfffffffe , 0x00000011 
+ 00028982  0x00007b91 branch  0x00007fe9 , 0x00000005 
+ 00028983  0x00007b92 branch  0x00007110 
+ 00028984  0x00007bce call  0x000052d0 
+ 00028985  0x00007bcf copy  0x0000003f , 0x00000005 
+ 00028986  0x00007bd0 setarg  0x00000006 
+ 00028987  0x00007bd1 istore  0x00000001 , 0x00000005 
+ 00028988  0x00007bd2 setarg  0x0000006e 
+ 00028989  0x00007bd3 istore  0x00000002 , 0x00000005 
+ 00028990  0x00007bd4 setarg  0x00000f00 
+ 00028991  0x00007bd5 istore  0x00000002 , 0x00000005 
+ 00028992  0x00007bd6 setarg  0x001a0535 
+ 00028993  0x00007bd7 istore  0x00000003 , 0x00000005 
+ 00028994  0x00007bd8 setarg  0x00000111 
+ 00028995  0x00007bd9 lshift16  0x0000003f , 0x0000003f 
+ 00028996  0x00007bda istore  0x00000004 , 0x00000005 
+ 00028997  0x00007bdb setarg  0x00002600 
+ 00028998  0x00007bdc istore  0x00000002 , 0x00000005 
+ 00028999  0x00007bdd setarg  0x00000335 
+ 00029000  0x00007bde istore  0x00000002 , 0x00000005 
+ 00029001  0x00007bdf setarg  0x00000009 
+ 00029002  0x00007be0 istore  0x00000002 , 0x00000005 
+ 00029003  0x00007be1 setarg  0x00000004 
+ 00029004  0x00007be2 istore  0x00000002 , 0x00000005 
+ 00029005  0x00007be3 jam  0x00000014 , 0x00000275 
+ 00029006  0x00007be4 rtn 
+ 00029007  0x00007be9 bpatchx  0x000000da , 0x0000403b 
+ 00029008  0x00007bea jam  0x00000050 , 0x000005e5 
+ 00029009  0x00007beb arg  0x000005e6 , 0x00000005 
+ 00029010  0x00007bec arg  0x0000443a , 0x00000006 
+ 00029011  0x00007bed call  0x00007ebf 
+ 00029012  0x00007bee arg  0x000045d2 , 0x00000006 
+ 00029013  0x00007bef call  0x00007ebd 
+ 00029014  0x00007bf0 arg  0x000009be , 0x00000006 
+ 00029015  0x00007bf1 call  0x00007ebd 
+ 00029016  0x00007bf2 call  0x0000720a 
+ 00029017  0x00007bf3 arg  0x0000042f , 0x00000006 
+ 00029018  0x00007bf4 call  0x00007205 
+ 00029019  0x00007bf5 call  0x000071d0 
+ 00029020  0x00007bf7 arg  0x00000af2 , 0x00000005 
+ 00029021  0x00007bf8 call  0x00007201 
+ 00029022  0x00007bf9 setarg  0x000f4240 
+ 00029023  0x00007bfa copy  0x0000003f , 0x00000011 
+ 00029024  0x00007bfb fetch  0x00000004 , 0x00000af2 
+ 00029025  0x00007bfc idiv  0x00000011 
+ 00029026  0x00007bfd call  0x00007f86 
+ 00029027  0x00007bfe remainder  0x0000003f 
+ 00029028  0x00007bff store  0x00000004 , 0x000009ba 
+ 00029029  0x00007c01 rtn 
+ 00029030  0x00007c04 jam  0x00000041 , 0x000005e5 
+ 00029031  0x00007c05 arg  0x000005e6 , 0x00000005 
+ 00029032  0x00007c06 call  0x000071b5 
+ 00029033  0x00007c07 call  0x000071b0 
+ 00029034  0x00007c08 fetch  0x00000003 , 0x00004454 
+ 00029035  0x00007c09 istore  0x00000003 , 0x00000005 
+ 00029036  0x00007c0c call  0x00007176 
+ 00029037  0x00007c0e arg  0x0000042f , 0x00000006 
+ 00029038  0x00007c0f call  0x00007ebf 
+ 00029039  0x00007c10 arg  0x0000443a , 0x00000006 
+ 00029040  0x00007c11 call  0x00007ebf 
+ 00029041  0x00007c12 call  0x0000720a 
+ 00029042  0x00007c13 arg  0x00000b12 , 0x00000006 
+ 00029043  0x00007c14 arg  0x00000ac2 , 0x00000005 
+ 00029044  0x00007c15 call  0x00007ebf 
+ 00029045  0x00007c17 branch  0x000071d0 
+ 00029046  0x00007c1c fetch  0x00000004 , 0x000044c7 
+ 00029047  0x00007c1d istore  0x00000004 , 0x00000005 
+ 00029048  0x00007c1e call  0x00007ecd 
+ 00029049  0x00007c1f branch  0x00007eca 
+ 00029050  0x00007c22 bpatchx  0x000000db , 0x0000403b 
+ 00029051  0x00007c23 jam  0x00000041 , 0x000005e5 
+ 00029052  0x00007c24 arg  0x000005e6 , 0x00000005 
+ 00029053  0x00007c25 call  0x000071b0 
+ 00029054  0x00007c26 call  0x000071b5 
+ 00029055  0x00007c27 fetch  0x00000003 , 0x0000444d 
+ 00029056  0x00007c28 istore  0x00000003 , 0x00000005 
+ 00029057  0x00007c2b call  0x00007176 
+ 00029058  0x00007c2c arg  0x0000443a , 0x00000006 
+ 00029059  0x00007c2d call  0x00007ebf 
+ 00029060  0x00007c2e arg  0x0000042f , 0x00000006 
+ 00029061  0x00007c2f call  0x00007ebf 
+ 00029062  0x00007c30 call  0x0000720a 
+ 00029063  0x00007c31 arg  0x00000b12 , 0x00000006 
+ 00029064  0x00007c32 arg  0x00000ac2 , 0x00000005 
+ 00029065  0x00007c33 call  0x00007ebf 
+ 00029066  0x00007c35 call  0x000071d0 
+ 00029067  0x00007c36 arg  0x00000af2 , 0x00000005 
+ 00029068  0x00007c37 branch  0x00007201 
+ 00029069  0x00007c3a jam  0x00000020 , 0x000005e5 
+ 00029070  0x00007c3b arg  0x000009fe , 0x00000006 
+ 00029071  0x00007c3c arg  0x000005e6 , 0x00000005 
+ 00029072  0x00007c3d call  0x00007ebd 
+ 00029073  0x00007c3e call  0x0000720a 
+ 00029074  0x00007c3f arg  0x0000099e , 0x00000006 
+ 00029075  0x00007c40 call  0x00007205 
+ 00029076  0x00007c41 call  0x000071d0 
+ 00029077  0x00007c42 arg  0x00000ac2 , 0x00000005 
+ 00029078  0x00007c43 call  0x00007497 
+ 00029079  0x00007c44 arg  0x00000001 , 0x00000002 
+ 00029080  0x00007c45 call  0x0000719f 
+ 00029081  0x00007c46 arg  0x00004419 , 0x00000005 
+ 00029082  0x00007c47 call  0x00007201 
+ 00029083  0x00007c48 arg  0x00000000 , 0x00000002 
+ 00029084  0x00007c49 call  0x0000719f 
+ 00029085  0x00007c4a arg  0x00000b12 , 0x00000005 
+ 00029086  0x00007c4c branch  0x00007497 
+ 00029087  0x00007c50 bpatchx  0x000000dc , 0x0000403b 
+ 00029088  0x00007c51 jam  0x00000035 , 0x000005e5 
+ 00029089  0x00007c52 setarg  0x00000100 
+ 00029090  0x00007c53 store  0x00000002 , 0x000005e6 
+ 00029091  0x00007c54 call  0x000071b0 
+ 00029092  0x00007c55 call  0x000071b5 
+ 00029093  0x00007c56 arg  0x0000443a , 0x00000006 
+ 00029094  0x00007c57 call  0x00007ebf 
+ 00029095  0x00007c58 arg  0x0000042f , 0x00000006 
+ 00029096  0x00007c59 call  0x00007ebf 
+ 00029097  0x00007c5b setarg  0x00006c65 
+ 00029098  0x00007c5c istore  0x00000002 , 0x00000005 
+ 00029099  0x00007c5d setarg  0x00006274 
+ 00029100  0x00007c5e istore  0x00000002 , 0x00000005 
+ 00029101  0x00007c5f istoret  0x00000001 , 0x00000005 
+ 00029102  0x00007c60 call  0x0000720a 
+ 00029103  0x00007c61 branch  0x000071d0 
+ 00029104  0x00007c64 fetch  0x00000006 , 0x000044a0 
+ 00029105  0x00007c65 istore  0x00000006 , 0x00000005 
+ 00029106  0x00007c66 fetch  0x00000001 , 0x00004495 
+ 00029107  0x00007c67 istore  0x00000001 , 0x00000005 
+ 00029108  0x00007c68 rtn 
+ 00029109  0x00007c6b fetch  0x00000006 , 0x0000044f 
+ 00029110  0x00007c6c istore  0x00000006 , 0x00000005 
+ 00029111  0x00007c71 fetch  0x00000001 , 0x0000448e 
+ 00029112  0x00007c72 istore  0x00000001 , 0x00000005 
+ 00029113  0x00007c73 rtn 
+ 00029114  0x00007c76 jam  0x00000041 , 0x000005e5 
+ 00029115  0x00007c77 fetch  0x00000001 , 0x00004664 
+ 00029116  0x00007c78 store  0x00000001 , 0x000005e6 
+ 00029117  0x00007c79 arg  0x000045d2 , 0x00000006 
+ 00029118  0x00007c7a call  0x00007ebd 
+ 00029119  0x00007c7b arg  0x000009be , 0x00000006 
+ 00029120  0x00007c7c call  0x00007ebd 
+ 00029121  0x00007c7d call  0x0000720a 
+ 00029122  0x00007c7e arg  0x0000042f , 0x00000006 
+ 00029123  0x00007c7f call  0x00007205 
+ 00029124  0x00007c80 branch  0x000071d0 
+ 00029125  0x00007c84 jam  0x00000041 , 0x000005e5 
+ 00029126  0x00007c85 fetch  0x00000001 , 0x00004664 
+ 00029127  0x00007c86 store  0x00000001 , 0x000005e6 
+ 00029128  0x00007c87 arg  0x000009be , 0x00000006 
+ 00029129  0x00007c88 call  0x00007ebd 
+ 00029130  0x00007c89 arg  0x000045d2 , 0x00000006 
+ 00029131  0x00007c8a call  0x00007ebd 
+ 00029132  0x00007c8b call  0x0000720a 
+ 00029133  0x00007c8c arg  0x0000443a , 0x00000006 
+ 00029134  0x00007c8d call  0x00007205 
+ 00029135  0x00007c8e branch  0x000071d0 
+ 00029136  0x00007c91 bpatchx  0x000000dd , 0x0000403b 
+ 00029137  0x00007c92 call  0x0000721f 
+ 00029138  0x00007c96 fetch  0x00000001 , 0x000005e5 
+ 00029139  0x00007c97 copy  0x0000003f , 0x00000002 
+ 00029140  0x00007c99 increase  0x0000000f , 0x0000003f 
+ 00029141  0x00007c9a rshift4  0x0000003f , 0x0000003f 
+ 00029142  0x00007c9b copy  0x0000003f , 0x00000012 
+ 00029143  0x00007c9c branch  0x000071e2 , 0x00000034 
+ 00029144  0x00007c9d and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00029145  0x00007c9e nbranch  0x000071e5 , 0x00000034 
+ 00029146  0x00007ca0 arg  0x00000ad2 , 0x00000013 
+ 00029147  0x00007ca1 arg  0x000005e6 , 0x0000003f 
+ 00029148  0x00007ca2 increase  0xfffffff0 , 0x0000003f 
+ 00029149  0x00007ca5 iadd  0x00000002 , 0x00000011 
+ 00029150  0x00007ca6 arg  0x00000b02 , 0x00000005 
+ 00029151  0x00007ca7 arg  0x00000004 , 0x00000039 
+ 00029152  0x00007ca8 call  0x00007edd 
+ 00029153  0x00007cac branch  0x000071f0 
+ 00029154  0x00007caf arg  0x00000001 , 0x00000012 
+ 00029155  0x00007cb0 arg  0x00000000 , 0x00000011 
+ 00029156  0x00007cb2 branch  0x000071e6 
+ 00029157  0x00007cb7 and  0x00000002 , 0x0000000f , 0x00000011 
+ 00029158  0x00007cb9 arg  0x000005e6 , 0x0000003f 
+ 00029159  0x00007cba iadd  0x00000002 , 0x0000003f 
+ 00029160  0x00007cbb isub  0x00000011 , 0x00000006 
+ 00029161  0x00007cbd arg  0x00000af2 , 0x00000005 
+ 00029162  0x00007cbe call  0x00007245 
+ 00029163  0x00007cc0 arg  0x00000ae2 , 0x00000013 
+ 00029164  0x00007cc1 arg  0x00000af2 , 0x00000011 
+ 00029165  0x00007cc2 arg  0x00000b02 , 0x00000005 
+ 00029166  0x00007cc3 arg  0x00000004 , 0x00000039 
+ 00029167  0x00007cc4 call  0x00007edd 
+ 00029168  0x00007cd0 call  0x00007491 
+ 00029169  0x00007cd1 call  0x00007428 
+ 00029170  0x00007cd4 arg  0x000005e6 , 0x00000006 
+ 00029171  0x00007cd7 increase  0xffffffff , 0x00000012 
+ 00029172  0x00007cd8 deposit  0x00000012 
+ 00029173  0x00007cd9 branch  0x000071f9 , 0x00000034 
+ 00029174  0x00007cda call  0x00007486 
+ 00029175  0x00007cdb call  0x00007422 
+ 00029176  0x00007cdc branch  0x000071f3 
+ 00029177  0x00007cdf arg  0x00000af2 , 0x00000005 
+ 00029178  0x00007ce0 call  0x00007497 
+ 00029179  0x00007ce1 arg  0x00000b02 , 0x00000006 
+ 00029180  0x00007ce2 call  0x00007486 
+ 00029181  0x00007ce3 call  0x00007428 
+ 00029182  0x00007ce4 arg  0x00000af2 , 0x00000006 
+ 00029183  0x00007ce5 call  0x00007486 
+ 00029184  0x00007ce6 branch  0x00007422 
+ 00029185  0x00007cec copy  0x00000005 , 0x00000011 
+ 00029186  0x00007ced call  0x00007497 
+ 00029187  0x00007cef arg  0x00000010 , 0x00000039 
+ 00029188  0x00007cf0 branch  0x00007ee5 
+ 00029189  0x00007cf3 arg  0x00000ac2 , 0x00000005 
+ 00029190  0x00007cf4 call  0x00007ebf 
+ 00029191  0x00007cf6 arg  0x00000010 , 0x00000039 
+ 00029192  0x00007cf7 arg  0x00000ac2 , 0x00000011 
+ 00029193  0x00007cf8 branch  0x00007ee5 
+ 00029194  0x00007cfb fetch  0x00000001 , 0x000005e5 
+ 00029195  0x00007cfc copy  0x0000003f , 0x00000039 
+ 00029196  0x00007cfd arg  0x000005e6 , 0x00000011 
+ 00029197  0x00007cfe branch  0x00007ee5 
+ 00029198  0x00007d01 ifetch  0x00000001 , 0x00000011 
+ 00029199  0x00007d02 lshift  0x0000003f , 0x0000003f 
+ 00029200  0x00007d03 isolate1  0x00000000 , 0x00000013 
+ 00029201  0x00007d04 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00029202  0x00007d05 isolate1  0x00000008 , 0x0000003f 
+ 00029203  0x00007d06 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00029204  0x00007d07 istore  0x00000001 , 0x00000011 
+ 00029205  0x00007d08 increase  0xffffffff , 0x00000011 
+ 00029206  0x00007d09 loop  0x0000720e 
+ 00029207  0x00007d0a rtn 
+ 00029208  0x00007d0d arg  0x00000ad2 , 0x00000011 
+ 00029209  0x00007d0f increase  0x0000000f , 0x00000011 
+ 00029210  0x00007d10 force  0x00000010 , 0x00000039 
+ 00029211  0x00007d11 force  0x00000000 , 0x00000013 
+ 00029212  0x00007d12 branch  0x0000720e 
+ 00029213  0x00007d15 arg  0x00000ae2 , 0x00000011 
+ 00029214  0x00007d16 branch  0x00007219 
+ 00029215  0x00007d1a arg  0x00000ac2 , 0x00000006 
+ 00029216  0x00007d1b call  0x00007484 
+ 00029217  0x00007d1e force  0x00000008 , 0x00000038 
+ 00029218  0x00007d1f call  0x00007492 
+ 00029219  0x00007d20 call  0x00007491 
+ 00029220  0x00007d21 call  0x0000741f 
+ 00029221  0x00007d26 arg  0x00000ad2 , 0x00000005 
+ 00029222  0x00007d27 call  0x00007497 
+ 00029223  0x00007d29 bpatchx  0x000000de , 0x0000403b 
+ 00029224  0x00007d2a fetch  0x00000001 , 0x00000ad2 
+ 00029225  0x00007d2b isolate1  0x00000007 , 0x0000003f 
+ 00029226  0x00007d2c nbranch  0x00007230 , 0x00000001 
+ 00029227  0x00007d2d call  0x00007218 
+ 00029228  0x00007d30 arg  0x00000ad2 , 0x00000013 
+ 00029229  0x00007d32 arg  0x00000ad2 , 0x00000005 
+ 00029230  0x00007d35 call  0x0000723a 
+ 00029231  0x00007d36 branch  0x00007231 
+ 00029232  0x00007d38 call  0x00007218 
+ 00029233  0x00007d3b arg  0x00000ad2 , 0x00000006 
+ 00029234  0x00007d3c arg  0x00000ae2 , 0x00000005 
+ 00029235  0x00007d3d call  0x00007ebf 
+ 00029236  0x00007d3e fetch  0x00000001 , 0x00000ae2 
+ 00029237  0x00007d3f isolate1  0x00000007 , 0x0000003f 
+ 00029238  0x00007d40 nbranch  0x0000721d , 0x00000001 
+ 00029239  0x00007d41 call  0x0000721d 
+ 00029240  0x00007d43 arg  0x00000ae2 , 0x00000013 
+ 00029241  0x00007d45 arg  0x00000ae2 , 0x00000005 
+ 00029242  0x00007d4c arg  0x00000003 , 0x00000039 
+ 00029243  0x00007d4e arg  0x00000000 , 0x00000002 
+ 00029244  0x00007d4f call  0x00007241 
+ 00029245  0x00007d50 increase  0x00000004 , 0x00000013 
+ 00029246  0x00007d51 loop  0x0000723b 
+ 00029247  0x00007d52 arg  0x00008700 , 0x00000002 
+ 00029248  0x00007d53 lshift16  0x00000002 , 0x00000002 
+ 00029249  0x00007d55 ifetch  0x00000004 , 0x00000013 
+ 00029250  0x00007d56 ixor  0x00000002 , 0x0000003f 
+ 00029251  0x00007d57 istore  0x00000004 , 0x00000005 
+ 00029252  0x00007d58 rtn 
+ 00029253  0x00007d5f bpatchx  0x000000df , 0x0000403b 
+ 00029254  0x00007d60 arg  0x00000010 , 0x00000039 
+ 00029255  0x00007d61 arg  0x00000000 , 0x0000003f 
+ 00029256  0x00007d63 isub  0x00000011 , 0x0000003e 
+ 00029257  0x00007d64 branch  0x00007250 , 0x00000005 
+ 00029258  0x00007d65 branch  0x00007253 , 0x00000002 
+ 00029259  0x00007d66 ifetcht  0x00000001 , 0x00000006 
+ 00029260  0x00007d67 istoret  0x00000001 , 0x00000005 
+ 00029261  0x00007d69 increase  0x00000001 , 0x0000003f 
+ 00029262  0x00007d6a loop  0x00007248 
+ 00029263  0x00007d6b rtn 
+ 00029264  0x00007d6d arg  0x00000080 , 0x00000002 
+ 00029265  0x00007d6f istoret  0x00000001 , 0x00000005 
+ 00029266  0x00007d70 branch  0x0000724d 
+ 00029267  0x00007d73 arg  0x00000000 , 0x00000002 
+ 00029268  0x00007d74 branch  0x00007251 
+ 00029269  0x00007d78 call  0x00007268 
+ 00029270  0x00007d79 arg  0x00000592 , 0x00000006 
+ 00029271  0x00007d7a arg  0x00000582 , 0x00000005 
+ 00029272  0x00007d7b branch  0x00007ebf 
+ 00029273  0x00007d7f disable  0x00000028 
+ 00029274  0x00007d80 call  0x0000735f 
+ 00029275  0x00007d81 arg  0x00000562 , 0x00000006 
+ 00029276  0x00007d82 arg  0x000005a2 , 0x00000005 
+ 00029277  0x00007d83 force  0x0000000f , 0x00000039 
+ 00029278  0x00007d84 call  0x00007f01 
+ 00029279  0x00007d85 ifetch  0x00000001 , 0x00000006 
+ 00029280  0x00007d86 xor_into  0x00000006 , 0x0000003f 
+ 00029281  0x00007d87 istore  0x00000001 , 0x00000005 
+ 00029282  0x00007d88 setarg  0x000005b2 
+ 00029283  0x00007d89 store  0x00000002 , 0x000005d6 
+ 00029284  0x00007d8a setarg  0x000005a2 
+ 00029285  0x00007d8b store  0x00000002 , 0x000005d4 
+ 00029286  0x00007d8c set1  0x00000012 , 0x00000000 
+ 00029287  0x00007d8d branch  0x000072a8 
+ 00029288  0x00007d92 fetcht  0x00000001 , 0x00004689 
+ 00029289  0x00007d93 force  0x00000010 , 0x00000012 
+ 00029290  0x00007d94 add  0x00000002 , 0x00000006 , 0x00000013 
+ 00029291  0x00007d95 sub  0x00000013 , 0x00000010 , 0x0000003e 
+ 00029292  0x00007d96 branch  0x0000726e , 0x00000002 
+ 00029293  0x00007d97 force  0x00000010 , 0x00000013 
+ 00029294  0x00007d99 arg  0x000005a2 , 0x00000005 
+ 00029295  0x00007d9b arg  0x0000468a , 0x00000006 
+ 00029296  0x00007d9c copy  0x00000002 , 0x00000039 
+ 00029297  0x00007d9d disable  0x00000028 
+ 00029298  0x00007d9f ifetch  0x00000001 , 0x00000006 
+ 00029299  0x00007da0 istore  0x00000001 , 0x00000005 
+ 00029300  0x00007da1 increase  0xffffffff , 0x00000012 
+ 00029301  0x00007da2 branch  0x0000727c , 0x00000005 
+ 00029302  0x00007da3 loop  0x00007272 
+ 00029303  0x00007da4 branch  0x0000726f , 0x00000028 
+ 00029304  0x00007da5 enable  0x00000028 
+ 00029305  0x00007da6 force  0x00000006 , 0x00000039 
+ 00029306  0x00007da7 copy  0x00000011 , 0x00000006 
+ 00029307  0x00007da8 branch  0x00007272 
+ 00029308  0x00007daa arg  0x00000562 , 0x00000006 
+ 00029309  0x00007dab arg  0x000005b2 , 0x00000005 
+ 00029310  0x00007dac call  0x00007ebf 
+ 00029311  0x00007dad fetch  0x00000001 , 0x000005c1 
+ 00029312  0x00007dae ixor  0x00000013 , 0x0000003f 
+ 00029313  0x00007daf store  0x00000001 , 0x000005c1 
+ 00029314  0x00007db0 setarg  0x000005b2 
+ 00029315  0x00007db1 store  0x00000002 , 0x000005d6 
+ 00029316  0x00007db2 setarg  0x000005a2 
+ 00029317  0x00007db3 store  0x00000002 , 0x000005d4 
+ 00029318  0x00007db4 set1  0x00000012 , 0x00000000 
+ 00029319  0x00007db5 branch  0x000072a8 
+ 00029320  0x00007dbb disable  0x00000028 
+ 00029321  0x00007dbc call  0x0000735f 
+ 00029322  0x00007dbd branch  0x00007292 
+ 00029323  0x00007dc0 arg  0x00000056 , 0x00000011 
+ 00029324  0x00007dc1 enable  0x00000028 
+ 00029325  0x00007dc2 call  0x0000735f 
+ 00029326  0x00007dc3 call  0x00007292 
+ 00029327  0x00007dc4 arg  0x00000592 , 0x00000006 
+ 00029328  0x00007dc5 arg  0x00000062 , 0x00000005 
+ 00029329  0x00007dc6 branch  0x00007ebf 
+ 00029330  0x00007dca setarg  0x00000562 
+ 00029331  0x00007dcb store  0x00000002 , 0x000005d6 
+ 00029332  0x00007dcc setarg  0x000041be 
+ 00029333  0x00007dcd store  0x00000002 , 0x000005d4 
+ 00029334  0x00007dce set0  0x00000012 , 0x00000000 
+ 00029335  0x00007dcf call  0x000072a8 
+ 00029336  0x00007dd0 arg  0x00000592 , 0x00000011 
+ 00029337  0x00007dd1 arg  0x00000562 , 0x00000012 
+ 00029338  0x00007dd2 arg  0x000005a2 , 0x00000005 
+ 00029339  0x00007dd3 call  0x00007352 
+ 00029340  0x00007dd4 arg  0x000005a2 , 0x00000011 
+ 00029341  0x00007dd5 arg  0x000005b2 , 0x00000012 
+ 00029342  0x00007dd6 copy  0x00000012 , 0x00000005 
+ 00029343  0x00007dd7 enable  0x00000028 
+ 00029344  0x00007dd8 call  0x00007350 
+ 00029345  0x00007dd9 call  0x0000736a 
+ 00029346  0x00007dda setarg  0x000005b2 
+ 00029347  0x00007ddb store  0x00000002 , 0x000005d6 
+ 00029348  0x00007ddc setarg  0x000005a2 
+ 00029349  0x00007ddd store  0x00000002 , 0x000005d4 
+ 00029350  0x00007dde set1  0x00000012 , 0x00000000 
+ 00029351  0x00007ddf branch  0x000072a8 
+ 00029352  0x00007de4 jam  0x00000000 , 0x000005d8 
+ 00029353  0x00007de5 fetch  0x00000002 , 0x000005d4 
+ 00029354  0x00007de6 iforce  0x00000006 
+ 00029355  0x00007de7 arg  0x000005c2 , 0x00000005 
+ 00029356  0x00007de8 call  0x00007ebf 
+ 00029357  0x00007de9 fetch  0x00000002 , 0x000005d6 
+ 00029358  0x00007dea iforce  0x00000006 
+ 00029359  0x00007deb arg  0x00000592 , 0x00000005 
+ 00029360  0x00007dec call  0x00007ebf 
+ 00029361  0x00007def call  0x000072cf 
+ 00029362  0x00007df0 disable  0x00000028 
+ 00029363  0x00007df1 bmark0  0x00000012 , 0x000072b9 
+ 00029364  0x00007df2 fetch  0x00000001 , 0x000005d8 
+ 00029365  0x00007df3 bne  0x00000004 , 0x000072b9 
+ 00029366  0x00007df4 fetch  0x00000002 , 0x000005d6 
+ 00029367  0x00007df5 iforce  0x00000012 
+ 00029368  0x00007df6 call  0x00007301 
+ 00029369  0x00007df8 call  0x00007300 
+ 00029370  0x00007df9 call  0x00007313 
+ 00029371  0x00007dfa fetch  0x00000001 , 0x000005d8 
+ 00029372  0x00007dfb increase  0x00000001 , 0x0000003f 
+ 00029373  0x00007dfc store  0x00000001 , 0x000005d8 
+ 00029374  0x00007dfe call  0x000072cf 
+ 00029375  0x00007dff enable  0x00000028 
+ 00029376  0x00007e00 call  0x00007300 
+ 00029377  0x00007e01 call  0x00007322 
+ 00029378  0x00007e02 call  0x00007331 
+ 00029379  0x00007e03 call  0x00007322 
+ 00029380  0x00007e04 call  0x00007331 
+ 00029381  0x00007e05 call  0x00007322 
+ 00029382  0x00007e06 call  0x00007331 
+ 00029383  0x00007e07 call  0x00007322 
+ 00029384  0x00007e08 fetch  0x00000001 , 0x000005d8 
+ 00029385  0x00007e09 increase  0x00000001 , 0x0000003f 
+ 00029386  0x00007e0a store  0x00000001 , 0x000005d8 
+ 00029387  0x00007e0b bne  0x00000010 , 0x000072b1 
+ 00029388  0x00007e0c call  0x000072cf 
+ 00029389  0x00007e0d disable  0x00000028 
+ 00029390  0x00007e0e branch  0x00007300 
+ 00029391  0x00007e13 fetch  0x00000001 , 0x000005d8 
+ 00029392  0x00007e14 arg  0x000005c2 , 0x00000006 
+ 00029393  0x00007e15 branch  0x000072f6 , 0x00000034 
+ 00029394  0x00007e16 iforce  0x00000012 
+ 00029395  0x00007e17 force  0x00000011 , 0x00000039 
+ 00029396  0x00007e18 copy  0x00000006 , 0x00000005 
+ 00029397  0x00007e1a ifetch  0x00000001 , 0x00000006 
+ 00029398  0x00007e1b lshift3  0x0000003f , 0x00000002 
+ 00029399  0x00007e1c rshift2  0x0000003f , 0x0000003f 
+ 00029400  0x00007e1d rshift3  0x0000003f , 0x0000003f 
+ 00029401  0x00007e1e ior  0x00000002 , 0x0000003f 
+ 00029402  0x00007e1f istore  0x00000001 , 0x00000005 
+ 00029403  0x00007e20 loop  0x000072d5 
+ 00029404  0x00007e21 setarg  0x000005c2 
+ 00029405  0x00007e22 iadd  0x00000012 , 0x00000006 
+ 00029406  0x00007e23 force  0x00000010 , 0x00000039 
+ 00029407  0x00007e24 arg  0x00000572 , 0x00000005 
+ 00029408  0x00007e26 ifetch  0x00000001 , 0x00000006 
+ 00029409  0x00007e27 istore  0x00000001 , 0x00000005 
+ 00029410  0x00007e28 compare  0x000005d3 , 0x00000006 , 0x000000ff 
+ 00029411  0x00007e29 nbranch  0x000072e5 , 0x00000001 
+ 00029412  0x00007e2a increase  0xffffffef , 0x00000006 
+ 00029413  0x00007e2c loop  0x000072e0 
+ 00029414  0x00007e2d force  0x00000000 , 0x00000011 
+ 00029415  0x00007e2e add  0x00000012 , 0xffffffff , 0x00000013 
+ 00029416  0x00007e2f lshift2  0x00000013 , 0x00000013 
+ 00029417  0x00007e30 lshift2  0x00000013 , 0x00000013 
+ 00029418  0x00007e31 call  0x000074b9 
+ 00029419  0x00007e32 setarg  0x00008400 
+ 00029420  0x00007e33 iadd  0x00000013 , 0x00000013 
+ 00029421  0x00007e34 arg  0x00000572 , 0x00000005 
+ 00029422  0x00007e35 force  0x00000010 , 0x00000039 
+ 00029423  0x00007e37 ifetcht  0x00000001 , 0x00000013 
+ 00029424  0x00007e38 ifetch  0x00000001 , 0x00000005 
+ 00029425  0x00007e39 iadd  0x00000002 , 0x0000003f 
+ 00029426  0x00007e3a istore  0x00000001 , 0x00000005 
+ 00029427  0x00007e3b increase  0x00000001 , 0x00000013 
+ 00029428  0x00007e3c loop  0x000072ef 
+ 00029429  0x00007e3d branch  0x000074bd 
+ 00029430  0x00007e40 force  0x00000010 , 0x00000039 
+ 00029431  0x00007e41 force  0x00000000 , 0x00000002 
+ 00029432  0x00007e43 ifetch  0x00000001 , 0x00000006 
+ 00029433  0x00007e44 ixor  0x00000002 , 0x00000002 
+ 00029434  0x00007e45 loop  0x000072f8 
+ 00029435  0x00007e46 deposit  0x00000002 
+ 00029436  0x00007e47 istore  0x00000001 , 0x00000006 
+ 00029437  0x00007e48 arg  0x000005c2 , 0x00000006 
+ 00029438  0x00007e49 arg  0x00000572 , 0x00000005 
+ 00029439  0x00007e4a branch  0x00007ebf 
+ 00029440  0x00007e4d arg  0x00000572 , 0x00000012 
+ 00029441  0x00007e4f force  0x00000010 , 0x00000039 
+ 00029442  0x00007e50 arg  0x00000592 , 0x00000011 
+ 00029443  0x00007e51 copy  0x00000011 , 0x00000005 
+ 00029444  0x00007e53 ifetcht  0x00000001 , 0x00000011 
+ 00029445  0x00007e54 ifetch  0x00000001 , 0x00000012 
+ 00029446  0x00007e55 ixor  0x00000002 , 0x00000030 
+ 00029447  0x00007e56 and  0x00000039 , 0x00000003 , 0x00000013 
+ 00029448  0x00007e57 nbranch  0x0000730a , 0x00000028 
+ 00029449  0x00007e58 xor_into  0x00000003 , 0x00000013 
+ 00029450  0x00007e5a sub  0x00000013 , 0x00000001 , 0x00000013 
+ 00029451  0x00007e5b branch  0x0000730d , 0x00000002 
+ 00029452  0x00007e5c iadd  0x00000002 , 0x00000030 
+ 00029453  0x00007e5e deposit  0x00000030 
+ 00029454  0x00007e5f istore  0x00000001 , 0x00000005 
+ 00029455  0x00007e60 increase  0x00000001 , 0x00000011 
+ 00029456  0x00007e61 increase  0x00000001 , 0x00000012 
+ 00029457  0x00007e62 loop  0x00007304 
+ 00029458  0x00007e63 rtn 
+ 00029459  0x00007e66 call  0x000074b9 
+ 00029460  0x00007e67 force  0x00000010 , 0x00000039 
+ 00029461  0x00007e68 arg  0x00000592 , 0x00000011 
+ 00029462  0x00007e6a ifetch  0x00000001 , 0x00000011 
+ 00029463  0x00007e6b arg  0x00008500 , 0x00000006 
+ 00029464  0x00007e6c and  0x00000039 , 0x00000003 , 0x00000013 
+ 00029465  0x00007e6d sub  0x00000013 , 0x00000001 , 0x0000003e 
+ 00029466  0x00007e6e branch  0x0000731c , 0x00000002 
+ 00029467  0x00007e6f arg  0x00008600 , 0x00000006 
+ 00029468  0x00007e71 iadd  0x00000006 , 0x00000006 
+ 00029469  0x00007e72 ifetch  0x00000001 , 0x00000006 
+ 00029470  0x00007e73 istore  0x00000001 , 0x00000011 
+ 00029471  0x00007e74 increase  0x00000001 , 0x00000011 
+ 00029472  0x00007e75 loop  0x00007316 
+ 00029473  0x00007e76 branch  0x000074bd 
+ 00029474  0x00007e79 force  0x00000008 , 0x00000039 
+ 00029475  0x00007e7a arg  0x00000592 , 0x00000006 
+ 00029476  0x00007e7b copy  0x00000006 , 0x00000005 
+ 00029477  0x00007e7d ifetch  0x00000001 , 0x00000006 
+ 00029478  0x00007e7e iforce  0x00000011 
+ 00029479  0x00007e7f ifetch  0x00000001 , 0x00000006 
+ 00029480  0x00007e80 iforce  0x00000012 
+ 00029481  0x00007e81 lshift  0x00000011 , 0x0000003f 
+ 00029482  0x00007e82 iadd  0x00000012 , 0x0000003f 
+ 00029483  0x00007e83 istore  0x00000001 , 0x00000005 
+ 00029484  0x00007e84 deposit  0x00000011 
+ 00029485  0x00007e85 iadd  0x00000012 , 0x0000003f 
+ 00029486  0x00007e86 istore  0x00000001 , 0x00000005 
+ 00029487  0x00007e87 loop  0x00007325 
+ 00029488  0x00007e88 rtn 
+ 00029489  0x00007e8c setarg  0x008ae42c 
+ 00029490  0x00007e8d iforce  0x00000002 
+ 00029491  0x00007e8e force  0x00000007 , 0x00000039 
+ 00029492  0x00007e8f call  0x00007340 
+ 00029493  0x00007e90 setarg  0x000d751b 
+ 00029494  0x00007e91 iforce  0x00000002 
+ 00029495  0x00007e92 force  0x00000005 , 0x00000039 
+ 00029496  0x00007e93 call  0x00007340 
+ 00029497  0x00007e94 fetch  0x00000001 , 0x000005a1 
+ 00029498  0x00007e95 iforce  0x00000011 
+ 00029499  0x00007e96 fetch  0x00000001 , 0x00000595 
+ 00029500  0x00007e97 store  0x00000001 , 0x000005a1 
+ 00029501  0x00007e98 deposit  0x00000011 
+ 00029502  0x00007e99 store  0x00000001 , 0x00000595 
+ 00029503  0x00007e9a rtn 
+ 00029504  0x00007e9d and  0x00000002 , 0x0000000f , 0x00000012 
+ 00029505  0x00007e9f and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00029506  0x00007ea0 arg  0x00000592 , 0x00000005 
+ 00029507  0x00007ea1 iadd  0x00000005 , 0x00000005 
+ 00029508  0x00007ea2 ifetch  0x00000001 , 0x00000005 
+ 00029509  0x00007ea3 iforce  0x00000013 
+ 00029510  0x00007ea4 deposit  0x00000011 
+ 00029511  0x00007ea5 istore  0x00000001 , 0x00000005 
+ 00029512  0x00007ea6 copy  0x00000013 , 0x00000011 
+ 00029513  0x00007ea7 rshift4  0x00000002 , 0x00000002 
+ 00029514  0x00007ea8 loop  0x00007341 
+ 00029515  0x00007ea9 setarg  0x00000592 
+ 00029516  0x00007eaa iadd  0x00000012 , 0x00000005 
+ 00029517  0x00007eab deposit  0x00000011 
+ 00029518  0x00007eac istore  0x00000001 , 0x00000005 
+ 00029519  0x00007ead rtn 
+ 00029520  0x00007eb0 enable  0x00000028 
+ 00029521  0x00007eb1 branch  0x00007353 
+ 00029522  0x00007eb4 disable  0x00000028 
+ 00029523  0x00007eb6 force  0x00000010 , 0x00000039 
+ 00029524  0x00007eb8 ifetcht  0x00000001 , 0x00000011 
+ 00029525  0x00007eb9 ifetch  0x00000001 , 0x00000012 
+ 00029526  0x00007eba branch  0x00007359 , 0x00000028 
+ 00029527  0x00007ebb ixor  0x00000002 , 0x0000003f 
+ 00029528  0x00007ebc branch  0x0000735a 
+ 00029529  0x00007ebe iadd  0x00000002 , 0x0000003f 
+ 00029530  0x00007ec0 istore  0x00000001 , 0x00000005 
+ 00029531  0x00007ec1 increase  0x00000001 , 0x00000011 
+ 00029532  0x00007ec2 increase  0x00000001 , 0x00000012 
+ 00029533  0x00007ec3 loop  0x00007354 
+ 00029534  0x00007ec4 rtn 
+ 00029535  0x00007ec8 arg  0x000005b2 , 0x00000005 
+ 00029536  0x00007ec9 ifetch  0x00000006 , 0x00000011 
+ 00029537  0x00007eca istore  0x00000006 , 0x00000005 
+ 00029538  0x00007ecb branch  0x00007365 , 0x00000028 
+ 00029539  0x00007ecc ifetch  0x00000006 , 0x00000011 
+ 00029540  0x00007ecd branch  0x00007366 
+ 00029541  0x00007ecf ifetch  0x00000006 , 0x00000006 
+ 00029542  0x00007ed1 istore  0x00000006 , 0x00000005 
+ 00029543  0x00007ed2 ifetch  0x00000004 , 0x00000011 
+ 00029544  0x00007ed3 istore  0x00000004 , 0x00000005 
+ 00029545  0x00007ed4 rtn 
+ 00029546  0x00007ed7 arg  0x000041be , 0x00000006 
+ 00029547  0x00007ed8 arg  0x000005a2 , 0x00000005 
+ 00029548  0x00007ed9 arg  0x00000000 , 0x00000002 
+ 00029549  0x00007eda setarg  0x008395a7 
+ 00029550  0x00007edb call  0x0000738b 
+ 00029551  0x00007edc setarg  0x00b3c1df 
+ 00029552  0x00007edd call  0x0000738b 
+ 00029553  0x00007ede setarg  0x0000e5e9 
+ 00029554  0x00007edf call  0x0000738c 
+ 00029555  0x00007ee0 copy  0x00000002 , 0x00000014 
+ 00029556  0x00007ee1 disable  0x00000028 
+ 00029557  0x00007ee2 call  0x00007379 
+ 00029558  0x00007ee3 copy  0x00000014 , 0x00000002 
+ 00029559  0x00007ee4 enable  0x00000028 
+ 00029560  0x00007ee5 branch  0x00007379 
+ 00029561  0x00007ee8 force  0x00000008 , 0x00000039 
+ 00029562  0x00007eea ifetch  0x00000001 , 0x00000006 
+ 00029563  0x00007eeb compare  0x00000001 , 0x00000039 , 0x00000001 
+ 00029564  0x00007eec branch  0x00007380 , 0x00000028 
+ 00029565  0x00007eed branch  0x00007381 , 0x00000001 
+ 00029566  0x00007eef iadd  0x00000002 , 0x0000003f 
+ 00029567  0x00007ef0 branch  0x00007382 
+ 00029568  0x00007ef2 branch  0x0000737e , 0x00000001 
+ 00029569  0x00007ef4 ixor  0x00000002 , 0x0000003f 
+ 00029570  0x00007ef6 istore  0x00000001 , 0x00000005 
+ 00029571  0x00007ef7 rshift8  0x00000002 , 0x00000002 
+ 00029572  0x00007ef8 loop  0x0000737a 
+ 00029573  0x00007ef9 rtn 
+ 00029574  0x00007efc fetch  0x00000006 , 0x00000596 
+ 00029575  0x00007efd store  0x00000006 , 0x00000056 
+ 00029576  0x00007efe ifetch  0x00000006 , 0x00000006 
+ 00029577  0x00007eff istore  0x00000006 , 0x00000005 
+ 00029578  0x00007f00 rtn 
+ 00029579  0x00007f03 lshift8  0x00000002 , 0x00000002 
+ 00029580  0x00007f05 lshift16  0x00000002 , 0x00000002 
+ 00029581  0x00007f06 ior  0x00000002 , 0x00000002 
+ 00029582  0x00007f07 rtn 
+ 00029583  0x00007f0c branch  0x0000738f 
+ 00029584  0x00007f11 bpatchx  0x000000e0 , 0x0000403c 
+ 00029585  0x00007f12 call  0x0000742b 
+ 00029586  0x00007f13 arg  0x00004419 , 0x00000005 
+ 00029587  0x00007f14 branch  0x00007497 
+ 00029588  0x00007f18 arg  0x0000443a , 0x00000005 
+ 00029589  0x00007f19 branch  0x00007397 , 0x00000029 
+ 00029590  0x00007f1a arg  0x0000042f , 0x00000005 
+ 00029591  0x00007f1c copy  0x00000006 , 0x00000011 
+ 00029592  0x00007f1d call  0x00007ebf 
+ 00029593  0x00007f1e call  0x00007440 
+ 00029594  0x00007f1f arg  0x0000442a , 0x00000006 
+ 00029595  0x00007f20 branch  0x000074b0 
+ 00029596  0x00007f23 arg  0x0000042f , 0x00000011 
+ 00029597  0x00007f24 branch  0x0000739f , 0x00000029 
+ 00029598  0x00007f25 arg  0x0000443a , 0x00000011 
+ 00029599  0x00007f27 copy  0x00000011 , 0x00000005 
+ 00029600  0x00007f28 call  0x0000630c 
+ 00029601  0x00007f29 branch  0x00007440 
+ 00029602  0x00007f2c arg  0x000044aa , 0x00000006 
+ 00029603  0x00007f2d call  0x00007486 
+ 00029604  0x00007f2e arg  0x00004419 , 0x00000006 
+ 00029605  0x00007f2f call  0x00007487 
+ 00029606  0x00007f30 force  0x00000038 , 0x00000036 
+ 00029607  0x00007f31 force  0x00000000 , 0x00000036 
+ 00029608  0x00007f32 call  0x0000741d 
+ 00029609  0x00007f33 arg  0x0000047c , 0x00000005 
+ 00029610  0x00007f34 branch  0x00007497 
+ 00029611  0x00007f38 force  0x00000049 , 0x0000003f 
+ 00029612  0x00007f39 branch  0x000073ae 
+ 00029613  0x00007f3b force  0x00000001 , 0x0000003f 
+ 00029614  0x00007f3d force  0x00000000 , 0x00000038 
+ 00029615  0x00007f3e lshift8  0x00000002 , 0x0000002f 
+ 00029616  0x00007f3f ior  0x0000002f , 0x0000002f 
+ 00029617  0x00007f40 increase  0x00000001 , 0x00000038 
+ 00029618  0x00007f41 rshift8  0x00000002 , 0x0000002f 
+ 00029619  0x00007f42 rshift16  0x0000002f , 0x0000002f 
+ 00029620  0x00007f43 fetch  0x00000002 , 0x00004411 
+ 00029621  0x00007f44 lshift16 , 0x0000003f , 0x0000003f 
+ 00029622  0x00007f45 ior  0x0000002f , 0x0000002f 
+ 00029623  0x00007f46 increase  0x00000001 , 0x00000038 
+ 00029624  0x00007f47 ifetch  0x00000004 , 0x00000006 
+ 00029625  0x00007f48 iforce  0x0000002f 
+ 00029626  0x00007f49 increase  0x00000001 , 0x00000038 
+ 00029627  0x00007f4a ifetch  0x00000002 , 0x00000006 
+ 00029628  0x00007f4b byteswap  0x00000011 , 0x0000002f 
+ 00029629  0x00007f4c lshift16  0x0000002f , 0x0000002f 
+ 00029630  0x00007f4d ior  0x0000002f , 0x0000002f 
+ 00029631  0x00007f4e increase  0x00000001 , 0x00000038 
+ 00029632  0x00007f4f rtn 
+ 00029633  0x00007f54 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00029634  0x00007f55 ifetch  0x00000001 , 0x00000006 
+ 00029635  0x00007f56 iforce  0x00000011 
+ 00029636  0x00007f57 call  0x000073ab 
+ 00029637  0x00007f58 call  0x0000741f 
+ 00029638  0x00007f5a force  0x00000000 , 0x00000038 
+ 00029639  0x00007f5b ifetch  0x00000001 , 0x00000013 
+ 00029640  0x00007f5c and_into  0x00000003 , 0x0000003f 
+ 00029641  0x00007f5d lshift16  0x0000003f , 0x0000002f 
+ 00029642  0x00007f5e set1  0x00000008 , 0x0000002f 
+ 00029643  0x00007f5f call  0x0000748f 
+ 00029644  0x00007f60 call  0x00007422 
+ 00029645  0x00007f62 copy  0x00000011 , 0x00000039 
+ 00029646  0x00007f63 add  0x00000013 , 0x00000002 , 0x00000006 
+ 00029647  0x00007f64 call  0x0000746e 
+ 00029648  0x00007f66 call  0x00007478 
+ 00029649  0x00007f67 call  0x00007422 
+ 00029650  0x00007f68 deposit  0x00000039 
+ 00029651  0x00007f69 branch  0x000073d5 , 0x00000034 
+ 00029652  0x00007f6a branch  0x000073d0 
+ 00029653  0x00007f6c force  0x0000000c , 0x00000038 
+ 00029654  0x00007f6d deposit  0x0000002f 
+ 00029655  0x00007f6e store  0x00000004 , 0x00000417 
+ 00029656  0x00007f6f rtn 
+ 00029657  0x00007f72 increase  0x00000001 , 0x00000011 
+ 00029658  0x00007f73 call  0x000073ad 
+ 00029659  0x00007f74 copy  0x00000013 , 0x00000006 
+ 00029660  0x00007f75 call  0x00007482 
+ 00029661  0x00007f76 call  0x00007425 
+ 00029662  0x00007f77 call  0x0000749e 
+ 00029663  0x00007f78 increase  0x00000010 , 0x00000013 
+ 00029664  0x00007f79 increase  0xfffffff0 , 0x00000012 
+ 00029665  0x00007f7a branch  0x000073d9 , 0x00000002 
+ 00029666  0x00007f7b rtn 
+ 00029667  0x00007f7e bpatchx  0x000000e1 , 0x0000403c 
+ 00029668  0x00007f7f arg  0x000043dc , 0x00000013 
+ 00029669  0x00007f80 fetcht  0x00000005 , 0x00004403 
+ 00029670  0x00007f81 call  0x000073c1 
+ 00029671  0x00007f82 force  0x00000008 , 0x00000038 
+ 00029672  0x00007f83 iforce  0x0000002f 
+ 00029673  0x00007f84 force  0x00000000 , 0x00000011 
+ 00029674  0x00007f85 call  0x000073ad 
+ 00029675  0x00007f86 call  0x00007425 
+ 00029676  0x00007f87 arg  0x000043de , 0x00000013 
+ 00029677  0x00007f88 fetch  0x00000001 , 0x000043dd 
+ 00029678  0x00007f89 add  0x0000003f , 0xffffffff , 0x00000012 
+ 00029679  0x00007f8a iadd  0x00000013 , 0x00000005 
+ 00029680  0x00007f8b force  0x0000000c , 0x00000038 
+ 00029681  0x00007f8c deposit  0x0000002f 
+ 00029682  0x00007f8d istore  0x00000004 , 0x00000005 
+ 00029683  0x00007f8e call  0x000073d9 
+ 00029684  0x00007f8f fetch  0x00000001 , 0x000043dd 
+ 00029685  0x00007f90 increase  0x00000004 , 0x0000003f 
+ 00029686  0x00007f91 store  0x00000001 , 0x000043dd 
+ 00029687  0x00007f92 fetcht  0x00000005 , 0x00004403 
+ 00029688  0x00007f93 increase  0x00000001 , 0x00000002 
+ 00029689  0x00007f94 storet  0x00000005 , 0x00004403 
+ 00029690  0x00007f95 rtn 
+ 00029691  0x00007f98 bpatchx  0x000000e2 , 0x0000403c 
+ 00029692  0x00007f99 fetch  0x00000001 , 0x000002da 
+ 00029693  0x00007f9a sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00029694  0x00007f9b branch  0x000073ff , 0x00000002 
+ 00029695  0x00007f9d arg  0x000002db , 0x00000013 
+ 00029696  0x00007f9e add  0x0000003f , 0xffffffff , 0x00000012 
+ 00029697  0x00007f9f increase  0xfffffffc , 0x0000003f 
+ 00029698  0x00007fa0 store  0x00000001 , 0x000002da 
+ 00029699  0x00007fa1 iadd  0x00000013 , 0x00000006 
+ 00029700  0x00007fa2 ifetch  0x00000004 , 0x00000006 
+ 00029701  0x00007fa3 force  0x00000008 , 0x00000038 
+ 00029702  0x00007fa4 iforce  0x0000002f 
+ 00029703  0x00007fa5 force  0x00000000 , 0x00000011 
+ 00029704  0x00007fa6 fetcht  0x00000005 , 0x00004408 
+ 00029705  0x00007fa7 call  0x000073ad 
+ 00029706  0x00007fa8 call  0x00007425 
+ 00029707  0x00007fa9 force  0x0000000c , 0x00000038 
+ 00029708  0x00007faa deposit  0x0000002f 
+ 00029709  0x00007fab store  0x00000004 , 0x0000041b 
+ 00029710  0x00007fac call  0x000073d9 
+ 00029711  0x00007fad arg  0x000002d9 , 0x00000013 
+ 00029712  0x00007fae call  0x000073c1 
+ 00029713  0x00007faf fetcht  0x00000004 , 0x0000041b 
+ 00029714  0x00007fb0 isub  0x00000002 , 0x0000003f 
+ 00029715  0x00007fb1 nrtn  0x00000034 
+ 00029716  0x00007fb2 fetch  0x00000004 , 0x0000440d 
+ 00029717  0x00007fb3 isub  0x00000002 , 0x0000003f 
+ 00029718  0x00007fb4 rtn  0x00000034 
+ 00029719  0x00007fb5 storet  0x00000004 , 0x0000440d 
+ 00029720  0x00007fb6 fetch  0x00000005 , 0x00004408 
+ 00029721  0x00007fb7 increase  0x00000001 , 0x0000003f 
+ 00029722  0x00007fb8 store  0x00000005 , 0x00004408 
+ 00029723  0x00007fb9 force  0x00000000 , 0x0000003f 
+ 00029724  0x00007fba rtn 
+ 00029725  0x00007fbd nbranch  0x0000741d , 0x00000037 
+ 00029726  0x00007fbe rtn 
+ 00029727  0x00007fc1 force  0x00000030 , 0x00000036 
+ 00029728  0x00007fc2 force  0x00000000 , 0x00000036 
+ 00029729  0x00007fc3 branch  0x0000741d 
+ 00029730  0x00007fc6 force  0x00000032 , 0x00000036 
+ 00029731  0x00007fc7 force  0x00000002 , 0x00000036 
+ 00029732  0x00007fc8 branch  0x0000741d 
+ 00029733  0x00007fcb force  0x00000034 , 0x00000036 
+ 00029734  0x00007fcc force  0x00000004 , 0x00000036 
+ 00029735  0x00007fcd branch  0x0000741d 
+ 00029736  0x00007fd1 force  0x00000001 , 0x00000036 
+ 00029737  0x00007fd2 force  0x00000000 , 0x00000036 
+ 00029738  0x00007fd3 rtn 
+ 00029739  0x00007fd5 force  0x00000000 , 0x00000038 
+ 00029740  0x00007fd6 fetch  0x00000004 , 0x0000042f 
+ 00029741  0x00007fd7 iforce  0x0000002f 
+ 00029742  0x00007fd8 increase  0x00000001 , 0x00000038 
+ 00029743  0x00007fd9 ifetch  0x00000004 , 0x00000006 
+ 00029744  0x00007fda iforce  0x0000002f 
+ 00029745  0x00007fdb increase  0x00000001 , 0x00000038 
+ 00029746  0x00007fdc fetch  0x00000004 , 0x0000443a 
+ 00029747  0x00007fdd iforce  0x0000002f 
+ 00029748  0x00007fde increase  0x00000001 , 0x00000038 
+ 00029749  0x00007fdf ifetch  0x00000004 , 0x00000006 
+ 00029750  0x00007fe0 iforce  0x0000002f 
+ 00029751  0x00007fe1 increase  0x00000001 , 0x00000038 
+ 00029752  0x00007fe2 call  0x00007492 
+ 00029753  0x00007fe3 increase  0xfffffffc , 0x00000038 
+ 00029754  0x00007fe4 fetch  0x00000004 , 0x000044c7 
+ 00029755  0x00007fe5 copy  0x0000003f , 0x0000002f 
+ 00029756  0x00007fe6 increase  0x00000004 , 0x00000038 
+ 00029757  0x00007fe7 force  0x00000038 , 0x00000036 
+ 00029758  0x00007fe8 force  0x00000008 , 0x00000036 
+ 00029759  0x00007fe9 branch  0x0000741d 
+ 00029760  0x00007fed bpatchx  0x000000e3 , 0x0000403c 
+ 00029761  0x00007fee fetch  0x00000006 , 0x000044a0 
+ 00029762  0x00007fef fetcht  0x00000006 , 0x0000044f 
+ 00029763  0x00007ff0 branch  0x00007446 , 0x00000029 
+ 00029764  0x00007ff1 fetch  0x00000006 , 0x0000044f 
+ 00029765  0x00007ff2 fetcht  0x00000006 , 0x000044a0 
+ 00029766  0x00007ff4 force  0x00000008 , 0x00000038 
+ 00029767  0x00007ff5 copy  0x00000002 , 0x0000002f 
+ 00029768  0x00007ff6 increase  0x00000001 , 0x00000038 
+ 00029769  0x00007ff7 rshift32  0x00000002 , 0x0000002f 
+ 00029770  0x00007ff8 lshift16  0x0000003f , 0x0000003f 
+ 00029771  0x00007ff9 ior  0x0000002f , 0x0000002f 
+ 00029772  0x00007ffa increase  0x00000001 , 0x00000038 
+ 00029773  0x00007ffb rshift32  0x0000003f , 0x0000002f 
+ 00029774  0x00007ffc increase  0x00000001 , 0x00000038 
+ 00029775  0x00007ffd force  0x00000000 , 0x0000002f 
+ 00029776  0x00007ffe force  0x00000000 , 0x0000003f 
+ 00029777  0x00007fff fetch  0x00000001 , 0x0000448e 
+ 00029778  0x00008000 fetcht  0x00000001 , 0x00004485 
+ 00029779  0x00008001 nbranch  0x00007456 , 0x00000029 
+ 00029780  0x00008003 fetch  0x00000001 , 0x00004495 
+ 00029781  0x00008004 fetcht  0x00000001 , 0x0000448e 
+ 00029782  0x00008006 store  0x00000001 , 0x0000444a 
+ 00029783  0x00008007 storet  0x00000001 , 0x0000444b 
+ 00029784  0x00008008 force  0x00000000 , 0x00000038 
+ 00029785  0x00008009 arg  0x0000444a , 0x00000012 
+ 00029786  0x0000800a force  0x00000004 , 0x00000039 
+ 00029787  0x0000800c ifetch  0x00000004 , 0x00000011 
+ 00029788  0x0000800d ifetcht  0x00000004 , 0x00000012 
+ 00029789  0x0000800e ixor  0x00000002 , 0x0000002f 
+ 00029790  0x0000800f increase  0x00000001 , 0x00000038 
+ 00029791  0x00008010 increase  0x00000004 , 0x00000011 
+ 00029792  0x00008011 increase  0x00000004 , 0x00000012 
+ 00029793  0x00008012 loop  0x0000745b 
+ 00029794  0x00008013 call  0x00007492 
+ 00029795  0x00008014 increase  0xfffffffc , 0x00000038 
+ 00029796  0x00008015 fetch  0x00000004 , 0x000044c7 
+ 00029797  0x00008016 copy  0x0000003f , 0x0000002f 
+ 00029798  0x00008017 increase  0x00000004 , 0x00000038 
+ 00029799  0x00008018 force  0x00000038 , 0x00000036 
+ 00029800  0x00008019 force  0x0000000c , 0x00000036 
+ 00029801  0x0000801a call  0x0000741d 
+ 00029802  0x0000801c call  0x00007491 
+ 00029803  0x0000801d force  0x0000003a , 0x00000036 
+ 00029804  0x0000801e force  0x00000008 , 0x00000036 
+ 00029805  0x0000801f branch  0x0000741d 
+ 00029806  0x00008022 compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00029807  0x00008023 rtn  0x00000001 
+ 00029808  0x00008024 deposit  0x00000006 
+ 00029809  0x00008025 iadd  0x00000039 , 0x00000005 
+ 00029810  0x00008026 force  0x00000000 , 0x0000003f 
+ 00029811  0x00008028 istore  0x00000001 , 0x00000005 
+ 00029812  0x00008029 increase  0x00000001 , 0x00000039 
+ 00029813  0x0000802a compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00029814  0x0000802b rtn  0x00000001 
+ 00029815  0x0000802c branch  0x00007473 
+ 00029816  0x0000802f force  0x00000000 , 0x00000038 
+ 00029817  0x00008031 deposit  0x00000039 
+ 00029818  0x00008032 branch  0x0000747d , 0x00000034 
+ 00029819  0x00008033 ifetch  0x00000004 , 0x00000006 
+ 00029820  0x00008034 increase  0xfffffffc , 0x00000039 
+ 00029821  0x00008036 iforce  0x0000002f 
+ 00029822  0x00008037 increase  0x00000001 , 0x00000038 
+ 00029823  0x00008038 compare  0x00000004 , 0x00000038 , 0x0000000f 
+ 00029824  0x00008039 rtn  0x00000001 
+ 00029825  0x0000803a branch  0x00007479 
+ 00029826  0x0000803d force  0x00000008 , 0x00000038 
+ 00029827  0x0000803e branch  0x00007487 
+ 00029828  0x00008040 force  0x00000004 , 0x00000038 
+ 00029829  0x00008041 branch  0x00007487 
+ 00029830  0x00008043 force  0x00000000 , 0x00000038 
+ 00029831  0x00008045 force  0x00000004 , 0x00000039 
+ 00029832  0x00008047 ifetch  0x00000004 , 0x00000006 
+ 00029833  0x00008048 iforce  0x0000002f 
+ 00029834  0x00008049 increase  0x00000001 , 0x00000038 
+ 00029835  0x0000804a loop  0x00007488 
+ 00029836  0x0000804b rtn 
+ 00029837  0x0000804e arg  0x0000047c , 0x00000006 
+ 00029838  0x0000804f branch  0x00007484 
+ 00029839  0x00008052 force  0x00000004 , 0x00000039 
+ 00029840  0x00008053 branch  0x00007494 
+ 00029841  0x00008056 force  0x00000000 , 0x00000038 
+ 00029842  0x00008058 force  0x00000004 , 0x00000039 
+ 00029843  0x0000805a force  0x00000000 , 0x0000002f 
+ 00029844  0x0000805c increase  0x00000001 , 0x00000038 
+ 00029845  0x0000805d loop  0x00007493 
+ 00029846  0x0000805e rtn 
+ 00029847  0x00008061 force  0x0000000c , 0x00000038 
+ 00029848  0x00008062 force  0x00000004 , 0x00000039 
+ 00029849  0x00008064 deposit  0x0000002f 
+ 00029850  0x00008065 istore  0x00000004 , 0x00000005 
+ 00029851  0x00008066 increase  0x00000001 , 0x00000038 
+ 00029852  0x00008067 loop  0x00007499 
+ 00029853  0x00008068 rtn 
+ 00029854  0x0000806b force  0x0000000c , 0x00000038 
+ 00029855  0x0000806c copy  0x00000013 , 0x00000005 
+ 00029856  0x0000806d add  0x00000012 , 0x00000001 , 0x00000039 
+ 00029857  0x0000806e sub  0x00000039 , 0x0000000f , 0x0000003e 
+ 00029858  0x0000806f branch  0x000074a4 , 0x00000002 
+ 00029859  0x00008070 force  0x00000010 , 0x00000039 
+ 00029860  0x00008072 deposit  0x0000002f 
+ 00029861  0x00008073 sub  0x00000039 , 0x00000003 , 0x0000003e 
+ 00029862  0x00008074 branch  0x000074ac , 0x00000002 
+ 00029863  0x00008075 istore  0x00000004 , 0x00000005 
+ 00029864  0x00008076 increase  0xfffffffc , 0x00000039 
+ 00029865  0x00008077 rtn  0x00000005 
+ 00029866  0x00008078 increase  0x00000001 , 0x00000038 
+ 00029867  0x00008079 branch  0x000074a4 
+ 00029868  0x0000807b istore  0x00000001 , 0x00000005 
+ 00029869  0x0000807c rshift8  0x0000003f , 0x0000003f 
+ 00029870  0x0000807d loop  0x000074ac 
+ 00029871  0x0000807e rtn 
+ 00029872  0x00008082 force  0x0000000c , 0x00000038 
+ 00029873  0x00008083 force  0x00000004 , 0x00000039 
+ 00029874  0x00008085 ifetch  0x00000004 , 0x00000006 
+ 00029875  0x00008086 isub  0x0000002f , 0x0000003e 
+ 00029876  0x00008087 nrtn  0x00000005 
+ 00029877  0x00008088 increase  0x00000001 , 0x00000038 
+ 00029878  0x00008089 loop  0x000074b2 
+ 00029879  0x0000808a force  0x00000000 , 0x0000003e 
+ 00029880  0x0000808b rtn 
+ 00029881  0x0000808e hfetch  0x00000001 , 0x00008050 
+ 00029882  0x0000808f set0  0x00000000 , 0x0000003f 
+ 00029883  0x00008090 hstore  0x00000001 , 0x00008050 
+ 00029884  0x00008091 rtn 
+ 00029885  0x00008094 hfetch  0x00000001 , 0x00008050 
+ 00029886  0x00008095 set1  0x00000000 , 0x0000003f 
+ 00029887  0x00008096 hstore  0x00000001 , 0x00008050 
+ 00029888  0x00008097 rtn 
+ 00029889  0x0000809a arg  0x00000886 , 0x00000005 
+ 00029890  0x0000809b setsect  0x00000000 , 0x0003ffff 
+ 00029891  0x0000809c setsect  0x00000001 , 0x0003ffff 
+ 00029892  0x0000809d setsect  0x00000002 , 0x0003ffff 
+ 00029893  0x0000809e setsect  0x00000003 , 0x0003fbff 
+ 00029894  0x0000809f istore  0x00000009 , 0x00000005 
+ 00029895  0x000080a0 setsect  0x00000000 , 0x0003ffff 
+ 00029896  0x000080a1 setsect  0x00000001 , 0x0003ffff 
+ 00029897  0x000080a2 setsect  0x00000002 , 0x0003ffff 
+ 00029898  0x000080a3 setsect  0x00000003 , 0x0003ffff 
+ 00029899  0x000080a4 istore  0x00000009 , 0x00000005 
+ 00029900  0x000080a5 setsect  0x00000000 , 0x0003ffff 
+ 00029901  0x000080a6 setsect  0x00000001 , 0x0003ffff 
+ 00029902  0x000080a7 setsect  0x00000002 , 0x0003cfff 
+ 00029903  0x000080a8 setsect  0x00000003 , 0x0003ffff 
+ 00029904  0x000080a9 istore  0x00000009 , 0x00000005 
+ 00029905  0x000080aa setsect  0x00000000 , 0x0003ffff 
+ 00029906  0x000080ab setsect  0x00000001 , 0x0003ffff 
+ 00029907  0x000080ac setsect  0x00000002 , 0x0003ffef 
+ 00029908  0x000080ad setsect  0x00000003 , 0x0003ffff 
+ 00029909  0x000080ae istore  0x00000009 , 0x00000005 
+ 00029910  0x000080af setsect  0x00000000 , 0x0003ffff 
+ 00029911  0x000080b0 setsect  0x00000001 , 0x0003ffff 
+ 00029912  0x000080b1 setsect  0x00000002 , 0x0003ffff 
+ 00029913  0x000080b2 setsect  0x00000003 , 0x0003ffff 
+ 00029914  0x000080b3 istore  0x00000009 , 0x00000005 
+ 00029915  0x000080b4 setsect  0x00000000 , 0x0003ffff 
+ 00029916  0x000080b5 setsect  0x00000001 , 0x00026c7f 
+ 00029917  0x000080b6 setsect  0x00000002 , 0x0000146b 
+ 00029918  0x000080b7 setsect  0x00000003 , 0x00037bb3 
+ 00029919  0x000080b8 istore  0x00000009 , 0x00000005 
+ 00029920  0x000080b9 setsect  0x00000000 , 0x0001feb8 
+ 00029921  0x000080ba setsect  0x00000001 , 0x00010c12 
+ 00029922  0x000080bb setsect  0x00000002 , 0x0002b722 
+ 00029923  0x000080bc setsect  0x00000003 , 0x00029fa6 
+ 00029924  0x000080bd istore  0x00000009 , 0x00000005 
+ 00029925  0x000080be setsect  0x00000000 , 0x0000e70f 
+ 00029926  0x000080bf setsect  0x00000001 , 0x00016720 
+ 00029927  0x000080c0 setsect  0x00000002 , 0x0000519e 
+ 00029928  0x000080c1 setsect  0x00000003 , 0x00019084 
+ 00029929  0x000080c2 istore  0x00000009 , 0x00000005 
+ 00029930  0x000080c3 setsect  0x00000000 , 0x00031012 
+ 00029931  0x000080c4 setsect  0x00000001 , 0x000360bf 
+ 00029932  0x000080c5 setsect  0x00000002 , 0x0003f0af 
+ 00029933  0x000080c6 setsect  0x00000003 , 0x000003d3 
+ 00029934  0x000080c7 istore  0x00000009 , 0x00000005 
+ 00029935  0x000080c8 setsect  0x00000000 , 0x0003a188 
+ 00029936  0x000080c9 setsect  0x00000001 , 0x00003ad0 
+ 00029937  0x000080ca setsect  0x00000002 , 0x0003cbf2 
+ 00029938  0x000080cb setsect  0x00000003 , 0x000243d9 
+ 00029939  0x000080cc istore  0x00000009 , 0x00000005 
+ 00029940  0x000080cd setsect  0x00000000 , 0x0002b030 
+ 00029941  0x000080ce setsect  0x00000001 , 0x00036a03 
+ 00029942  0x000080cf setsect  0x00000002 , 0x00011188 
+ 00029943  0x000080d0 setsect  0x00000003 , 0x0001e520 
+ 00029944  0x000080d1 istore  0x00000009 , 0x00000005 
+ 00029945  0x000080d2 setsect  0x00000000 , 0x0003a11e 
+ 00029946  0x000080d3 setsect  0x00000001 , 0x0000fe5d 
+ 00029947  0x000080d4 setsect  0x00000002 , 0x0000dd57 
+ 00029948  0x000080d5 setsect  0x00000003 , 0x0001ac93 
+ 00029949  0x000080d6 istore  0x00000009 , 0x00000005 
+ 00029950  0x000080d7 setsect  0x00000000 , 0x000011ed 
+ 00029951  0x000080d8 setsect  0x00000001 , 0x000218c4 
+ 00029952  0x000080d9 setsect  0x00000002 , 0x00008da7 
+ 00029953  0x000080da setsect  0x00000003 , 0x000257ff 
+ 00029954  0x000080db istore  0x00000009 , 0x00000005 
+ 00029955  0x000080dc setsect  0x00000000 , 0x0003192b 
+ 00029956  0x000080dd setsect  0x00000001 , 0x00034641 
+ 00029957  0x000080de setsect  0x00000002 , 0x0001be0c 
+ 00029958  0x000080df setsect  0x00000003 , 0x000366ad 
+ 00029959  0x000080e0 istore  0x00000009 , 0x00000005 
+ 00029960  0x000080e1 setsect  0x00000000 , 0x00001f83 
+ 00029961  0x000080e2 setsect  0x00000001 , 0x00015a23 
+ 00029962  0x000080e3 setsect  0x00000002 , 0x0003f9b0 
+ 00029963  0x000080e4 setsect  0x00000003 , 0x00003949 
+ 00029964  0x000080e5 istore  0x00000009 , 0x00000005 
+ 00029965  0x000080e6 setsect  0x00000000 , 0x00013a51 
+ 00029966  0x000080e7 setsect  0x00000001 , 0x000153fd 
+ 00029967  0x000080e8 setsect  0x00000002 , 0x0003372a 
+ 00029968  0x000080e9 setsect  0x00000003 , 0x0000f1bb 
+ 00029969  0x000080ea istore  0x00000009 , 0x00000005 
+ 00029970  0x000080eb setsect  0x00000000 , 0x0003ae85 
+ 00029971  0x000080ec setsect  0x00000001 , 0x0001eed9 
+ 00029972  0x000080ed setsect  0x00000002 , 0x00009e66 
+ 00029973  0x000080ee setsect  0x00000003 , 0x000001a8 
+ 00029974  0x000080ef istore  0x00000008 , 0x00000005 
+ 00029975  0x000080f0 rtn 
+ 00029976  0x000080f5 arg  0x0000091e , 0x00000005 
+ 00029977  0x000080f6 setsect  0x00000000 , 0x0003ffff 
+ 00029978  0x000080f7 setsect  0x00000001 , 0x0003ffff 
+ 00029979  0x000080f8 setsect  0x00000002 , 0x0003ffff 
+ 00029980  0x000080f9 setsect  0x00000003 , 0x0003ffff 
+ 00029981  0x000080fa istore  0x00000009 , 0x00000005 
+ 00029982  0x000080fb setsect  0x00000000 , 0x0003ffff 
+ 00029983  0x000080fc setsect  0x00000001 , 0x0000003f 
+ 00029984  0x000080fd setsect  0x00000002 , 0x00000000 
+ 00029985  0x000080fe setsect  0x00000003 , 0x00000000 
+ 00029986  0x000080ff istore  0x00000009 , 0x00000005 
+ 00029987  0x00008100 setsect  0x00000000 , 0x00000000 
+ 00029988  0x00008101 setsect  0x00000001 , 0x00000000 
+ 00029989  0x00008102 setsect  0x00000002 , 0x00001000 
+ 00029990  0x00008103 setsect  0x00000003 , 0x00000000 
+ 00029991  0x00008104 istore  0x00000009 , 0x00000005 
+ 00029992  0x00008105 setsect  0x00000000 , 0x0003ff00 
+ 00029993  0x00008106 setsect  0x00000001 , 0x0003ffff 
+ 00029994  0x00008107 setsect  0x00000002 , 0x0003ffcf 
+ 00029995  0x00008108 setsect  0x00000003 , 0x0003ffff 
+ 00029996  0x00008109 istore  0x00000009 , 0x00000005 
+ 00029997  0x0000810a setsect  0x00000000 , 0x0003ffff 
+ 00029998  0x0000810b setsect  0x00000001 , 0x0003ffff 
+ 00029999  0x0000810c setsect  0x00000002 , 0x0003ffff 
+ 00030000  0x0000810d setsect  0x00000003 , 0x000003ff 
+ 00030001  0x0000810e istore  0x00000009 , 0x00000005 
+ 00030002  0x0000810f setsect  0x00000000 , 0x00000000 
+ 00030003  0x00008110 setsect  0x00000001 , 0x00000000 
+ 00030004  0x00008111 setsect  0x00000002 , 0x00000000 
+ 00030005  0x00008112 setsect  0x00000003 , 0x00000000 
+ 00030006  0x00008113 istore  0x00000009 , 0x00000005 
+ 00030007  0x00008114 setsect  0x00000000 , 0x00010000 
+ 00030008  0x00008115 setsect  0x00000001 , 0x00000000 
+ 00030009  0x00008116 setsect  0x00000002 , 0x0003f000 
+ 00030010  0x00008117 setsect  0x00000003 , 0x0003ffff 
+ 00030011  0x00008118 istore  0x00000009 , 0x00000005 
+ 00030012  0x00008119 setsect  0x00000000 , 0x000296ff 
+ 00030013  0x0000811a setsect  0x00000001 , 0x00022630 
+ 00030014  0x0000811b setsect  0x00000002 , 0x0003945d 
+ 00030015  0x0000811c setsect  0x00000003 , 0x0003d284 
+ 00030016  0x0000811d istore  0x00000009 , 0x00000005 
+ 00030017  0x0000811e setsect  0x00000000 , 0x000333a0 
+ 00030018  0x0000811f setsect  0x00000001 , 0x00004b7a 
+ 00030019  0x00008120 setsect  0x00000002 , 0x000037d8 
+ 00030020  0x00008121 setsect  0x00000003 , 0x0003c9dc 
+ 00030021  0x00008122 istore  0x00000009 , 0x00000005 
+ 00030022  0x00008123 setsect  0x00000000 , 0x0003a440 
+ 00030023  0x00008124 setsect  0x00000001 , 0x0001b958 
+ 00030024  0x00008125 setsect  0x00000002 , 0x00038bce 
+ 00030025  0x00008126 setsect  0x00000003 , 0x0001091f 
+ 00030026  0x00008127 istore  0x00000009 , 0x00000005 
+ 00030027  0x00008128 setsect  0x00000000 , 0x0002e12c 
+ 00030028  0x00008129 setsect  0x00000001 , 0x0001f47c 
+ 00030029  0x0000812a setsect  0x00000002 , 0x000356b1 
+ 00030030  0x0000812b setsect  0x00000003 , 0x0002fd47 
+ 00030031  0x0000812c istore  0x00000009 , 0x00000005 
+ 00030032  0x0000812d setsect  0x00000000 , 0x00006837 
+ 00030033  0x0000812e setsect  0x00000001 , 0x0002ed90 
+ 00030034  0x0000812f setsect  0x00000002 , 0x0001ecec 
+ 00030035  0x00008130 setsect  0x00000003 , 0x0001acc5 
+ 00030036  0x00008131 istore  0x00000009 , 0x00000005 
+ 00030037  0x00008132 setsect  0x00000000 , 0x00023357 
+ 00030038  0x00008133 setsect  0x00000001 , 0x00018af3 
+ 00030039  0x00008134 setsect  0x00000002 , 0x0000f9e1 
+ 00030040  0x00008135 setsect  0x00000003 , 0x000129f0 
+ 00030041  0x00008136 istore  0x00000009 , 0x00000005 
+ 00030042  0x00008137 setsect  0x00000000 , 0x0002e7eb 
+ 00030043  0x00008138 setsect  0x00000001 , 0x0003e6e3 
+ 00030044  0x00008139 setsect  0x00000002 , 0x0003e1a7 
+ 00030045  0x0000813a setsect  0x00000003 , 0x00010b8b 
+ 00030046  0x0000813b istore  0x00000009 , 0x00000005 
+ 00030047  0x0000813c setsect  0x00000000 , 0x00024fe3 
+ 00030048  0x0000813d setsect  0x00000001 , 0x000020ef 
+ 00030049  0x0000813e setsect  0x00000002 , 0x0001b5a6 
+ 00030050  0x0000813f setsect  0x00000003 , 0x0000dc2f 
+ 00030051  0x00008140 istore  0x00000009 , 0x00000005 
+ 00030052  0x00008141 setsect  0x00000000 , 0x00013860 
+ 00030053  0x00008142 setsect  0x00000001 , 0x0002bd69 
+ 00030054  0x00008143 setsect  0x00000002 , 0x0000391a 
+ 00030055  0x00008144 setsect  0x00000003 , 0x0001b222 
+ 00030056  0x00008145 istore  0x00000009 , 0x00000005 
+ 00030057  0x00008146 rtn 
+ 00030058  0x0000814a fetch  0x00000001 , 0x0000465a 
+ 00030059  0x0000814b nbranch  0x0000757d , 0x00000034 
+ 00030060  0x0000814c branch  0x00007a77 
+ 00030061  0x0000814f bpatchx  0x000000e4 , 0x0000403c 
+ 00030062  0x00008150 fetch  0x00000001 , 0x0000465a 
+ 00030063  0x00008151 rtn  0x00000034 
+ 00030064  0x00008152 fetch  0x00000001 , 0x000045b1 
+ 00030065  0x00008153 rtnne  0x00000001 
+ 00030066  0x00008154 fetch  0x00000001 , 0x000044be 
+ 00030067  0x00008155 rtn  0x00000034 
+ 00030068  0x00008156 fetch  0x00000001 , 0x000044c3 
+ 00030069  0x00008157 rtneq  0x00000003 
+ 00030070  0x00008158 fetch  0x00000002 , 0x00004682 
+ 00030071  0x00008159 bbit1  0x00000000 , 0x0000757b 
+ 00030072  0x0000815a fetch  0x00000001 , 0x000044c0 
+ 00030073  0x0000815b beq  0x00000000 , 0x00007a77 
+ 00030074  0x0000815c rtn 
+ 00030075  0x0000815e jam  0x00000000 , 0x000044c0 
+ 00030076  0x0000815f rtn 
+ 00030077  0x00008163 bpatchx  0x000000e5 , 0x0000403c 
+ 00030078  0x00008164 fetch  0x00000001 , 0x0000465a 
+ 00030079  0x00008165 branch  0x0000612b , 0x00000034 
+ 00030080  0x00008166 call  0x00006124 
+ 00030081  0x00008167 call  0x00007583 
+ 00030082  0x00008168 branch  0x0000766d 
+ 00030083  0x0000816b setarg  0x00000000 
+ 00030084  0x0000816c store  0x00000008 , 0x000009ae 
+ 00030085  0x0000816d store  0x00000004 , 0x000009b6 
+ 00030086  0x0000816e store  0x00000007 , 0x0000465e 
+ 00030087  0x0000816f rtn 
+ 00030088  0x00008172 jam  0x00000001 , 0x000009b0 
+ 00030089  0x00008173 branch  0x0000758d 
+ 00030090  0x00008175 fetch  0x00000001 , 0x000045b1 
+ 00030091  0x00008176 beq  0x00000001 , 0x0000768a 
+ 00030092  0x00008177 branch  0x00002a8c 
+ 00030093  0x00008179 fetch  0x00000001 , 0x000045b1 
+ 00030094  0x0000817a beq  0x00000001 , 0x00007590 
+ 00030095  0x0000817b branch  0x0000766d 
+ 00030096  0x0000817e call  0x0000768a 
+ 00030097  0x0000817f fetch  0x00000001 , 0x000009af 
+ 00030098  0x00008180 nrtn  0x00000034 
+ 00030099  0x00008181 jam  0x00000003 , 0x000009ae 
+ 00030100  0x00008182 rtn 
+ 00030101  0x00008186 call  0x000075b0 
+ 00030102  0x00008187 arg  0x000009de , 0x00000011 
+ 00030103  0x00008188 arg  0x00000866 , 0x00000005 
+ 00030104  0x00008189 call  0x00007c79 
+ 00030105  0x0000818a arg  0x000009be , 0x00000011 
+ 00030106  0x0000818b arg  0x00000826 , 0x00000005 
+ 00030107  0x0000818c call  0x00007c79 
+ 00030108  0x0000818d arg  0x00000826 , 0x00000011 
+ 00030109  0x0000818e arg  0x000009be , 0x00000012 
+ 00030110  0x0000818f arg  0x00000826 , 0x00000005 
+ 00030111  0x00008190 call  0x00007be1 
+ 00030112  0x00008191 arg  0x0000093e , 0x00000011 
+ 00030113  0x00008192 arg  0x000009be , 0x00000012 
+ 00030114  0x00008193 arg  0x00000846 , 0x00000005 
+ 00030115  0x00008194 call  0x00007be1 
+ 00030116  0x00008195 arg  0x00000846 , 0x00000011 
+ 00030117  0x00008196 arg  0x00000826 , 0x00000012 
+ 00030118  0x00008197 arg  0x00000826 , 0x00000005 
+ 00030119  0x00008198 call  0x00007c7d 
+ 00030120  0x00008199 arg  0x00000806 , 0x00000011 
+ 00030121  0x0000819a arg  0x00000826 , 0x00000012 
+ 00030122  0x0000819b arg  0x00000806 , 0x00000005 
+ 00030123  0x0000819c call  0x00007c7d 
+ 00030124  0x0000819d arg  0x00000020 , 0x00000039 
+ 00030125  0x0000819e arg  0x00000866 , 0x00000011 
+ 00030126  0x0000819f arg  0x00000806 , 0x00000012 
+ 00030127  0x000081a0 branch  0x00007f88 
+ 00030128  0x000081a3 arg  0x0000097e , 0x00000011 
+ 00030129  0x000081a4 arg  0x00000806 , 0x00000005 
+ 00030130  0x000081a5 call  0x00007c79 
+ 00030131  0x000081a6 arg  0x0000095e , 0x00000011 
+ 00030132  0x000081a7 arg  0x00000826 , 0x00000005 
+ 00030133  0x000081a8 call  0x00007c79 
+ 00030134  0x000081a9 arg  0x00000826 , 0x00000011 
+ 00030135  0x000081aa arg  0x0000095e , 0x00000012 
+ 00030136  0x000081ab arg  0x00000826 , 0x00000005 
+ 00030137  0x000081ac call  0x00007be1 
+ 00030138  0x000081ad arg  0x0000093e , 0x00000011 
+ 00030139  0x000081ae arg  0x0000095e , 0x00000012 
+ 00030140  0x000081af arg  0x00000846 , 0x00000005 
+ 00030141  0x000081b0 call  0x00007be1 
+ 00030142  0x000081b1 arg  0x00000846 , 0x00000011 
+ 00030143  0x000081b2 arg  0x00000826 , 0x00000012 
+ 00030144  0x000081b3 arg  0x00000826 , 0x00000005 
+ 00030145  0x000081b4 call  0x00007c7d 
+ 00030146  0x000081b5 arg  0x00000806 , 0x00000011 
+ 00030147  0x000081b6 arg  0x00000826 , 0x00000012 
+ 00030148  0x000081b7 arg  0x00000806 , 0x00000005 
+ 00030149  0x000081b8 branch  0x00007c96 
+ 00030150  0x000081bb call  0x000075e1 
+ 00030151  0x000081bc arg  0x000009e6 , 0x00000011 
+ 00030152  0x000081bd arg  0x00000866 , 0x00000005 
+ 00030153  0x000081be call  0x000077a8 
+ 00030154  0x000081bf arg  0x000009c6 , 0x00000011 
+ 00030155  0x000081c0 arg  0x00000826 , 0x00000005 
+ 00030156  0x000081c1 call  0x000077a8 
+ 00030157  0x000081c2 arg  0x00000826 , 0x00000011 
+ 00030158  0x000081c3 arg  0x000009c6 , 0x00000012 
+ 00030159  0x000081c4 arg  0x00000826 , 0x00000005 
+ 00030160  0x000081c5 call  0x00007786 
+ 00030161  0x000081c6 arg  0x0000089e , 0x00000011 
+ 00030162  0x000081c7 arg  0x000009c6 , 0x00000012 
+ 00030163  0x000081c8 arg  0x00000846 , 0x00000005 
+ 00030164  0x000081c9 call  0x00007786 
+ 00030165  0x000081ca arg  0x00000846 , 0x00000011 
+ 00030166  0x000081cb arg  0x00000826 , 0x00000012 
+ 00030167  0x000081cc arg  0x00000826 , 0x00000005 
+ 00030168  0x000081cd call  0x00007755 
+ 00030169  0x000081ce arg  0x00000806 , 0x00000011 
+ 00030170  0x000081cf arg  0x00000826 , 0x00000012 
+ 00030171  0x000081d0 arg  0x00000806 , 0x00000005 
+ 00030172  0x000081d1 call  0x00007755 
+ 00030173  0x000081d2 arg  0x00000018 , 0x00000039 
+ 00030174  0x000081d3 arg  0x00000866 , 0x00000011 
+ 00030175  0x000081d4 arg  0x00000806 , 0x00000012 
+ 00030176  0x000081d5 branch  0x00007f88 
+ 00030177  0x000081d8 arg  0x000008e6 , 0x00000011 
+ 00030178  0x000081d9 arg  0x00000806 , 0x00000005 
+ 00030179  0x000081da call  0x000077a8 
+ 00030180  0x000081db arg  0x000008ce , 0x00000011 
+ 00030181  0x000081dc arg  0x00000826 , 0x00000005 
+ 00030182  0x000081dd call  0x000077a8 
+ 00030183  0x000081de arg  0x00000826 , 0x00000011 
+ 00030184  0x000081df arg  0x000008ce , 0x00000012 
+ 00030185  0x000081e0 arg  0x00000826 , 0x00000005 
+ 00030186  0x000081e1 call  0x00007786 
+ 00030187  0x000081e2 arg  0x0000089e , 0x00000011 
+ 00030188  0x000081e3 arg  0x000008ce , 0x00000012 
+ 00030189  0x000081e4 arg  0x00000846 , 0x00000005 
+ 00030190  0x000081e5 call  0x00007786 
+ 00030191  0x000081e6 arg  0x00000846 , 0x00000011 
+ 00030192  0x000081e7 arg  0x00000826 , 0x00000012 
+ 00030193  0x000081e8 arg  0x00000826 , 0x00000005 
+ 00030194  0x000081e9 call  0x00007755 
+ 00030195  0x000081ea arg  0x00000806 , 0x00000011 
+ 00030196  0x000081eb arg  0x00000826 , 0x00000012 
+ 00030197  0x000081ec arg  0x00000806 , 0x00000005 
+ 00030198  0x000081ed branch  0x00007758 
+ 00030199  0x000081f1 fetch  0x00000001 , 0x000009b2 
+ 00030200  0x000081f2 bne  0x00000000 , 0x00007615 
+ 00030201  0x000081f3 call  0x00007612 
+ 00030202  0x000081f4 arg  0x00000a7e , 0x00000005 
+ 00030203  0x000081f5 setarg  0x00000a2e 
+ 00030204  0x000081f6 istore  0x00000002 , 0x00000005 
+ 00030205  0x000081f7 setarg  0x00004642 
+ 00030206  0x000081f8 istore  0x00000002 , 0x00000005 
+ 00030207  0x000081f9 setarg  0x000009de 
+ 00030208  0x000081fa istore  0x00000002 , 0x00000005 
+ 00030209  0x000081fb branch  0x00007609 
+ 00030210  0x000081fd arg  0x00000a7e , 0x00000005 
+ 00030211  0x000081fe setarg  0x00000a3e 
+ 00030212  0x000081ff istore  0x00000002 , 0x00000005 
+ 00030213  0x00008200 setarg  0x000009de 
+ 00030214  0x00008201 istore  0x00000002 , 0x00000005 
+ 00030215  0x00008202 setarg  0x00004642 
+ 00030216  0x00008203 istore  0x00000002 , 0x00000005 
+ 00030217  0x00008205 call  0x000079a0 
+ 00030218  0x00008206 fetch  0x00000001 , 0x000009af 
+ 00030219  0x00008207 beq  0x00000004 , 0x0000760f 
+ 00030220  0x00008208 jam  0x00000001 , 0x000009b0 
+ 00030221  0x00008209 jam  0x00000005 , 0x000009ae 
+ 00030222  0x0000820a rtn 
+ 00030223  0x0000820c jam  0x00000014 , 0x000009af 
+ 00030224  0x0000820d call  0x0000758a 
+ 00030225  0x0000820e branch  0x000076d8 
+ 00030226  0x00008211 arg  0x00000a1e , 0x00000005 
+ 00030227  0x00008212 force  0x00000008 , 0x00000007 
+ 00030228  0x00008213 branch  0x000076a2 
+ 00030229  0x00008216 jam  0x00000001 , 0x000009b0 
+ 00030230  0x00008217 rtn 
+ 00030231  0x0000821b bpatchx  0x000000e6 , 0x0000403c 
+ 00030232  0x0000821c arg  0x00000727 , 0x00000005 
+ 00030233  0x0000821d fetch  0x00000006 , 0x000040a0 
+ 00030234  0x0000821e istore  0x00000006 , 0x00000005 
+ 00030235  0x0000821f fetch  0x00000006 , 0x00000040 
+ 00030236  0x00008220 istore  0x00000006 , 0x00000005 
+ 00030237  0x00008221 fetch  0x00000003 , 0x0000465e 
+ 00030238  0x00008222 istore  0x00000003 , 0x00000005 
+ 00030239  0x00008224 call  0x00007a0d 
+ 00030240  0x00008226 arg  0x00000a4e , 0x00000011 
+ 00030241  0x00008227 arg  0x00000a5e , 0x00000012 
+ 00030242  0x00008228 force  0x00000004 , 0x00000007 
+ 00030243  0x00008229 call  0x000076a7 
+ 00030244  0x0000822a nbranch  0x00007631 , 0x00000001 
+ 00030245  0x0000822c call  0x00007628 
+ 00030246  0x0000822d jam  0x00000041 , 0x0000007d 
+ 00030247  0x0000822e branch  0x000062f8 
+ 00030248  0x00008231 fetch  0x00000001 , 0x000009af 
+ 00030249  0x00008232 beq  0x00000009 , 0x0000762e 
+ 00030250  0x00008233 jam  0x0000000a , 0x000009ae 
+ 00030251  0x00008234 jam  0x00000001 , 0x000009b0 
+ 00030252  0x00008235 jam  0x00000003 , 0x0000007c 
+ 00030253  0x00008236 rtn 
+ 00030254  0x00008238 jam  0x00000003 , 0x0000007c 
+ 00030255  0x00008239 jam  0x00000015 , 0x000009af 
+ 00030256  0x0000823a branch  0x000076d8 
+ 00030257  0x0000823e fetch  0x00000001 , 0x000009af 
+ 00030258  0x0000823f beq  0x00000009 , 0x00007637 
+ 00030259  0x00008240 jam  0x00000000 , 0x000009ae 
+ 00030260  0x00008241 jam  0x00000004 , 0x0000007c 
+ 00030261  0x00008243 jam  0x00000005 , 0x0000007e 
+ 00030262  0x00008244 rtn 
+ 00030263  0x00008246 jam  0x00000004 , 0x0000007c 
+ 00030264  0x00008247 jam  0x00000000 , 0x000009af 
+ 00030265  0x00008248 rtn 
+ 00030266  0x0000824b fetch  0x00000001 , 0x000009b3 
+ 00030267  0x0000824c beq  0x00000001 , 0x0000763e 
+ 00030268  0x0000824d jam  0x0000000a , 0x000009af 
+ 00030269  0x0000824e branch  0x000076d8 
+ 00030270  0x00008250 arg  0x00000727 , 0x00000005 
+ 00030271  0x00008251 fetch  0x00000006 , 0x00000040 
+ 00030272  0x00008252 istore  0x00000006 , 0x00000005 
+ 00030273  0x00008253 fetch  0x00000006 , 0x000040a0 
+ 00030274  0x00008254 istore  0x00000006 , 0x00000005 
+ 00030275  0x00008255 fetch  0x00000003 , 0x0000465b 
+ 00030276  0x00008256 istore  0x00000003 , 0x00000005 
+ 00030277  0x00008258 call  0x00007a24 
+ 00030278  0x00008259 fetch  0x00000001 , 0x000009af 
+ 00030279  0x0000825a beq  0x0000000a , 0x0000764b 
+ 00030280  0x0000825b jam  0x0000000b , 0x000009ae 
+ 00030281  0x0000825c jam  0x00000001 , 0x000009b0 
+ 00030282  0x0000825d rtn 
+ 00030283  0x0000825f jam  0x0000000b , 0x000009af 
+ 00030284  0x00008260 jam  0x00000001 , 0x000009b1 
+ 00030285  0x00008261 rtn 
+ 00030286  0x00008264 arg  0x00000a7e , 0x00000005 
+ 00030287  0x00008265 fetch  0x00000006 , 0x00000040 
+ 00030288  0x00008266 istore  0x00000006 , 0x00000005 
+ 00030289  0x00008267 fetch  0x00000006 , 0x000040a0 
+ 00030290  0x00008268 istore  0x00000006 , 0x00000005 
+ 00030291  0x00008269 setarg  0x00000a2e 
+ 00030292  0x0000826a istore  0x00000002 , 0x00000005 
+ 00030293  0x0000826b setarg  0x00000a3e 
+ 00030294  0x0000826c istore  0x00000002 , 0x00000005 
+ 00030295  0x0000826d branch  0x00007662 
+ 00030296  0x0000826f jam  0x0000000f , 0x000009ae 
+ 00030297  0x00008270 arg  0x00000a7e , 0x00000005 
+ 00030298  0x00008271 fetch  0x00000006 , 0x000040a0 
+ 00030299  0x00008272 istore  0x00000006 , 0x00000005 
+ 00030300  0x00008273 fetch  0x00000006 , 0x00000040 
+ 00030301  0x00008274 istore  0x00000006 , 0x00000005 
+ 00030302  0x00008275 setarg  0x00000a3e 
+ 00030303  0x00008276 istore  0x00000002 , 0x00000005 
+ 00030304  0x00008277 setarg  0x00000a2e 
+ 00030305  0x00008278 istore  0x00000002 , 0x00000005 
+ 00030306  0x0000827b arg  0x00000727 , 0x00000005 
+ 00030307  0x0000827c fetch  0x00000006 , 0x00000a7e 
+ 00030308  0x0000827d istore  0x00000006 , 0x00000005 
+ 00030309  0x0000827e fetch  0x00000006 , 0x00000a84 
+ 00030310  0x0000827f istore  0x00000006 , 0x00000005 
+ 00030311  0x00008281 call  0x000079d7 
+ 00030312  0x00008284 jam  0x00000001 , 0x000041bd 
+ 00030313  0x00008285 arg  0x000041be , 0x00000005 
+ 00030314  0x00008286 arg  0x00000a4e , 0x00000006 
+ 00030315  0x00008287 call  0x00007ebf 
+ 00030316  0x00008288 branch  0x000021c4 
+ 00030317  0x0000828c bpatchx  0x000000e7 , 0x0000403c 
+ 00030318  0x0000828d fetch  0x00000001 , 0x000045b1 
+ 00030319  0x0000828e rtnne  0x00000000 
+ 00030320  0x0000828f fetch  0x00000001 , 0x000009b2 
+ 00030321  0x00008290 rtnne  0x00000000 
+ 00030322  0x00008291 arg  0x00004612 , 0x00000005 
+ 00030323  0x00008292 force  0x0000000b , 0x00000007 
+ 00030324  0x00008293 call  0x000076a2 
+ 00030325  0x00008294 random  0x0000003f 
+ 00030326  0x00008295 rshift  0x0000003f , 0x0000003f 
+ 00030327  0x00008296 istore  0x00000002 , 0x00000005 
+ 00030328  0x00008298 arg  0x000006be , 0x00000005 
+ 00030329  0x00008299 arg  0x00004612 , 0x00000006 
+ 00030330  0x0000829a call  0x00007ebe 
+ 00030331  0x0000829c arg  0x000005e6 , 0x00000005 
+ 00030332  0x0000829d arg  0x000008ce , 0x00000006 
+ 00030333  0x0000829e call  0x00007ebc 
+ 00030334  0x000082a0 arg  0x00000616 , 0x00000005 
+ 00030335  0x000082a1 call  0x00007ec5 
+ 00030336  0x000082a2 jam  0x00000001 , 0x00000616 
+ 00030337  0x000082a4 call  0x00007a5d 
+ 00030338  0x000082a5 jam  0x00000001 , 0x000009b2 
+ 00030339  0x000082a6 rtn 
+ 00030340  0x000082a9 arg  0x0000462a , 0x00000005 
+ 00030341  0x000082aa arg  0x0000062e , 0x00000006 
+ 00030342  0x000082ab call  0x00007ebc 
+ 00030343  0x000082ac jam  0x00000001 , 0x000045b1 
+ 00030344  0x000082ad jam  0x00000000 , 0x000009b2 
+ 00030345  0x000082ae rtn 
+ 00030346  0x000082b1 bpatchx  0x000000e8 , 0x0000403d 
+ 00030347  0x000082b2 fetch  0x00000001 , 0x000009b9 
+ 00030348  0x000082b3 rtnne  0x00000000 
+ 00030349  0x000082b4 fetch  0x00000001 , 0x000009b2 
+ 00030350  0x000082b5 rtnne  0x00000000 
+ 00030351  0x000082b7 arg  0x000006be , 0x00000005 
+ 00030352  0x000082b8 arg  0x00004612 , 0x00000006 
+ 00030353  0x000082b9 call  0x00007ebe 
+ 00030354  0x000082bb arg  0x000005e6 , 0x00000005 
+ 00030355  0x000082bc arg  0x000009c6 , 0x00000006 
+ 00030356  0x000082bd call  0x00007ebc 
+ 00030357  0x000082bf arg  0x00000616 , 0x00000005 
+ 00030358  0x000082c0 call  0x00007ec5 
+ 00030359  0x000082c1 jam  0x00000001 , 0x00000616 
+ 00030360  0x000082c3 call  0x00007a5d 
+ 00030361  0x000082c4 jam  0x00000002 , 0x000009b2 
+ 00030362  0x000082c5 rtn 
+ 00030363  0x000082c8 jam  0x00000001 , 0x000009b3 
+ 00030364  0x000082c9 arg  0x00000a06 , 0x00000005 
+ 00030365  0x000082ca arg  0x0000062e , 0x00000006 
+ 00030366  0x000082cb call  0x00007ebe 
+ 00030367  0x000082cc jam  0x00000001 , 0x000009b9 
+ 00030368  0x000082cd jam  0x00000000 , 0x000009b2 
+ 00030369  0x000082ce rtn 
+ 00030370  0x000082d1 increase  0xffffffff , 0x00000007 
+ 00030371  0x000082d2 nrtn  0x00000002 
+ 00030372  0x000082d3 random  0x0000003f 
+ 00030373  0x000082d4 istore  0x00000002 , 0x00000005 
+ 00030374  0x000082d5 branch  0x000076a2 
+ 00030375  0x000082d7 increase  0xffffffff , 0x00000007 
+ 00030376  0x000082d8 nbranch  0x000076b3 , 0x00000002 
+ 00030377  0x000082d9 ifetch  0x00000004 , 0x00000011 
+ 00030378  0x000082da copy  0x0000003f , 0x00000002 
+ 00030379  0x000082db ifetch  0x00000004 , 0x00000012 
+ 00030380  0x000082dc iflip  0x00000002 , 0x0000003f 
+ 00030381  0x000082dd nbranch  0x000076b1 , 0x00000005 
+ 00030382  0x000082de increase  0x00000004 , 0x00000011 
+ 00030383  0x000082df increase  0x00000004 , 0x00000012 
+ 00030384  0x000082e0 branch  0x000076a7 
+ 00030385  0x000082e2 disable  0x00000001 
+ 00030386  0x000082e3 rtn 
+ 00030387  0x000082e5 enable  0x00000001 
+ 00030388  0x000082e6 rtn 
+ 00030389  0x000082ee bpatchx  0x000000e9 , 0x0000403d 
+ 00030390  0x000082ef fetch  0x00000001 , 0x000009b0 
+ 00030391  0x000082f0 rtn  0x00000034 
+ 00030392  0x000082f1 call  0x000062bc 
+ 00030393  0x000082f2 nrtn  0x00000034 
+ 00030394  0x000082f3 jam  0x00000000 , 0x000009b0 
+ 00030395  0x000082f4 fetch  0x00000001 , 0x000009ae 
+ 00030396  0x000082f5 beq  0x00000003 , 0x000061fd 
+ 00030397  0x000082f6 beq  0x00000005 , 0x0000621a 
+ 00030398  0x000082f7 beq  0x00000007 , 0x00006225 
+ 00030399  0x000082f8 beq  0x0000000b , 0x0000623a 
+ 00030400  0x000082f9 beq  0x00000002 , 0x00007588 
+ 00030401  0x000082fa beq  0x00000004 , 0x000075f7 
+ 00030402  0x000082fb beq  0x00000009 , 0x00007617 
+ 00030403  0x000082fc beq  0x0000000a , 0x0000763a 
+ 00030404  0x000082fd beq  0x0000000c , 0x00007658 
+ 00030405  0x000082ff rtn 
+ 00030406  0x00008302 bpatchx  0x000000ea , 0x0000403d 
+ 00030407  0x00008303 fetch  0x00000001 , 0x000009b1 
+ 00030408  0x00008304 rtn  0x00000034 
+ 00030409  0x00008305 call  0x000062bc 
+ 00030410  0x00008306 nrtn  0x00000034 
+ 00030411  0x00008307 jam  0x00000000 , 0x000009b1 
+ 00030412  0x00008308 fetch  0x00000001 , 0x000009af 
+ 00030413  0x00008309 beq  0x00000012 , 0x000061e0 
+ 00030414  0x0000830a beq  0x00000013 , 0x000061e5 
+ 00030415  0x0000830b beq  0x00000003 , 0x000061e9 
+ 00030416  0x0000830c beq  0x00000004 , 0x00007602 
+ 00030417  0x0000830d beq  0x00000014 , 0x000061ed 
+ 00030418  0x0000830e beq  0x00000007 , 0x000061fb 
+ 00030419  0x0000830f beq  0x0000000a , 0x0000763a 
+ 00030420  0x00008310 beq  0x0000000b , 0x00006239 
+ 00030421  0x00008311 beq  0x00000009 , 0x00007617 
+ 00030422  0x00008312 beq  0x00000015 , 0x00006233 
+ 00030423  0x00008313 rtn 
+ 00030424  0x00008316 jam  0x00000001 , 0x000009b1 
+ 00030425  0x00008317 rtn 
+ 00030426  0x0000831a jam  0x00000000 , 0x000009b1 
+ 00030427  0x0000831b rtn 
+ 00030428  0x0000831d bpatchx  0x000000eb , 0x0000403d 
+ 00030429  0x0000831e fetch  0x00000001 , 0x0000465a 
+ 00030430  0x0000831f rtn  0x00000034 
+ 00030431  0x00008320 fetch  0x00000001 , 0x000009b2 
+ 00030432  0x00008321 rtn  0x00000034 
+ 00030433  0x00008322 increase  0x00000080 , 0x0000003f 
+ 00030434  0x00008323 store  0x00000001 , 0x000009b2 
+ 00030435  0x00008324 rtnbit1  0x00000007 
+ 00030436  0x00008325 fetch  0x00000001 , 0x000005e3 
+ 00030437  0x00008326 branch  0x000076e7 , 0x00000034 
+ 00030438  0x00008327 branch  0x00007a68 
+ 00030439  0x0000832a call  0x000078d3 
+ 00030440  0x0000832b fetch  0x00000001 , 0x000009b2 
+ 00030441  0x0000832c beq  0x00000001 , 0x00007684 
+ 00030442  0x0000832d beq  0x00000002 , 0x0000769b 
+ 00030443  0x0000832e rtn 
+ 00030444  0x00008332 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00030445  0x00008333 rshift3  0x0000003f , 0x0000003f 
+ 00030446  0x00008334 iadd  0x00000006 , 0x00000006 
+ 00030447  0x00008335 ifetch  0x00000001 , 0x00000006 
+ 00030448  0x00008336 qisolate0  0x0000003f 
+ 00030449  0x00008337 rtn 
+ 00030450  0x0000833b call  0x00007ebe 
+ 00030451  0x0000833c call  0x00007ebe 
+ 00030452  0x0000833d branch  0x00007ebe 
+ 00030453  0x00008341 ifetch  0x00000008 , 0x00000006 
+ 00030454  0x00008342 nrtn  0x00000034 
+ 00030455  0x00008343 ifetch  0x00000008 , 0x00000006 
+ 00030456  0x00008344 nrtn  0x00000034 
+ 00030457  0x00008345 ifetch  0x00000008 , 0x00000006 
+ 00030458  0x00008346 rtn 
+ 00030459  0x0000834c ifetch  0x00000004 , 0x00000011 
+ 00030460  0x0000834d iforce  0x00000002 
+ 00030461  0x0000834e ifetch  0x00000004 , 0x00000012 
+ 00030462  0x0000834f isub  0x00000002 , 0x0000003e 
+ 00030463  0x00008350 nrtn  0x00000005 
+ 00030464  0x00008351 increase  0x00000004 , 0x00000011 
+ 00030465  0x00008352 increase  0x00000004 , 0x00000012 
+ 00030466  0x00008353 loop  0x000076fb 
+ 00030467  0x00008354 rtn 
+ 00030468  0x00008358 force  0x00000006 , 0x00000039 
+ 00030469  0x00008359 increase  0x00000014 , 0x00000011 
+ 00030470  0x0000835a increase  0x00000014 , 0x00000012 
+ 00030471  0x0000835c ifetch  0x00000004 , 0x00000012 
+ 00030472  0x0000835d iforce  0x00000002 
+ 00030473  0x0000835e ifetch  0x00000004 , 0x00000011 
+ 00030474  0x0000835f isub  0x00000002 , 0x0000003f 
+ 00030475  0x00008360 nrtn  0x00000002 
+ 00030476  0x00008361 nrtn  0x00000034 
+ 00030477  0x00008362 increase  0xfffffffc , 0x00000011 
+ 00030478  0x00008363 increase  0xfffffffc , 0x00000012 
+ 00030479  0x00008364 loop  0x00007707 
+ 00030480  0x00008365 rtn 
+ 00030481  0x00008368 force  0x00000006 , 0x00000039 
+ 00030482  0x00008369 force  0x00000000 , 0x00000013 
+ 00030483  0x0000836b ifetch  0x00000004 , 0x00000011 
+ 00030484  0x0000836c iforce  0x00000002 
+ 00030485  0x0000836d ifetch  0x00000004 , 0x00000012 
+ 00030486  0x0000836e iadd  0x00000002 , 0x0000003f 
+ 00030487  0x0000836f iadd  0x00000013 , 0x0000003f 
+ 00030488  0x00008370 istore  0x00000004 , 0x00000005 
+ 00030489  0x00008371 isolate1  0x00000020 , 0x0000003f 
+ 00030490  0x00008372 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00030491  0x00008373 increase  0x00000004 , 0x00000011 
+ 00030492  0x00008374 increase  0x00000004 , 0x00000012 
+ 00030493  0x00008375 loop  0x00007713 
+ 00030494  0x00008376 rtn 
+ 00030495  0x00008379 force  0x00000006 , 0x00000039 
+ 00030496  0x0000837a force  0x00000000 , 0x00000013 
+ 00030497  0x0000837c ifetch  0x00000004 , 0x00000012 
+ 00030498  0x0000837d iforce  0x00000002 
+ 00030499  0x0000837e ifetch  0x00000004 , 0x00000011 
+ 00030500  0x0000837f isub  0x00000002 , 0x0000003f 
+ 00030501  0x00008380 isub  0x00000013 , 0x0000003f 
+ 00030502  0x00008381 istore  0x00000004 , 0x00000005 
+ 00030503  0x00008382 isolate1  0x00000020 , 0x0000003f 
+ 00030504  0x00008383 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00030505  0x00008384 increase  0x00000004 , 0x00000011 
+ 00030506  0x00008385 increase  0x00000004 , 0x00000012 
+ 00030507  0x00008386 loop  0x00007721 
+ 00030508  0x00008387 rtn 
+ 00030509  0x0000838a force  0x00000006 , 0x00000039 
+ 00030510  0x0000838b increase  0x00000014 , 0x00000011 
+ 00030511  0x0000838d force  0x00000000 , 0x00000013 
+ 00030512  0x0000838f ifetch  0x00000004 , 0x00000011 
+ 00030513  0x00008390 isolate1  0x00000000 , 0x0000003f 
+ 00030514  0x00008391 setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00030515  0x00008392 rshift  0x0000003f , 0x0000003f 
+ 00030516  0x00008393 isolate1  0x00000000 , 0x00000013 
+ 00030517  0x00008394 setflag  0x00000001 , 0x0000001f , 0x0000003f 
+ 00030518  0x00008395 istore  0x00000004 , 0x00000011 
+ 00030519  0x00008396 increase  0xfffffffc , 0x00000011 
+ 00030520  0x00008397 rshift  0x00000013 , 0x00000013 
+ 00030521  0x00008398 loop  0x00007730 
+ 00030522  0x00008399 rtn 
+ 00030523  0x0000839c force  0x00000006 , 0x00000039 
+ 00030524  0x0000839d force  0x00000000 , 0x00000013 
+ 00030525  0x0000839f ifetch  0x00000004 , 0x00000011 
+ 00030526  0x000083a0 isolate1  0x0000001f , 0x0000003f 
+ 00030527  0x000083a1 setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00030528  0x000083a2 lshift  0x0000003f , 0x0000003f 
+ 00030529  0x000083a3 isolate1  0x00000000 , 0x00000013 
+ 00030530  0x000083a4 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00030531  0x000083a5 istore  0x00000004 , 0x00000011 
+ 00030532  0x000083a6 increase  0x00000004 , 0x00000011 
+ 00030533  0x000083a7 rshift  0x00000013 , 0x00000013 
+ 00030534  0x000083a8 loop  0x0000773d 
+ 00030535  0x000083a9 rtn 
+ 00030536  0x000083ac call  0x0000773b 
+ 00030537  0x000083ae isolate1  0x00000000 , 0x00000013 
+ 00030538  0x000083af branch  0x00007751 , 0x00000001 
+ 00030539  0x000083b0 arg  0x00000886 , 0x00000012 
+ 00030540  0x000083b1 copy  0x00000011 , 0x00000013 
+ 00030541  0x000083b2 increase  0xffffffe8 , 0x00000011 
+ 00030542  0x000083b3 call  0x00007704 
+ 00030543  0x000083b4 nrtn  0x00000002 
+ 00030544  0x000083b5 copy  0x00000013 , 0x00000011 
+ 00030545  0x000083b7 increase  0xffffffe8 , 0x00000011 
+ 00030546  0x000083b8 arg  0x00000886 , 0x00000012 
+ 00030547  0x000083b9 copy  0x00000011 , 0x00000005 
+ 00030548  0x000083ba branch  0x0000771f 
+ 00030549  0x000083be call  0x00007711 
+ 00030550  0x000083bf copy  0x00000005 , 0x00000011 
+ 00030551  0x000083c0 branch  0x00007749 
+ 00030552  0x000083c3 call  0x0000771f 
+ 00030553  0x000083c4 isolate0  0x00000000 , 0x00000013 
+ 00030554  0x000083c5 rtn  0x00000001 
+ 00030555  0x000083c6 arg  0x00000886 , 0x00000012 
+ 00030556  0x000083c7 add  0x00000005 , 0xffffffe8 , 0x00000011 
+ 00030557  0x000083c8 copy  0x00000011 , 0x00000005 
+ 00030558  0x000083c9 branch  0x00007711 
+ 00030559  0x000083cd copy  0x00000005 , 0x0000000b 
+ 00030560  0x000083ce copy  0x00000011 , 0x00000030 
+ 00030561  0x000083cf arg  0x00000716 , 0x00000012 
+ 00030562  0x000083d0 copy  0x00000012 , 0x00000005 
+ 00030563  0x000083d1 add  0x00000011 , 0x00000018 , 0x00000006 
+ 00030564  0x000083d2 ifetch  0x00000008 , 0x00000006 
+ 00030565  0x000083d3 istore  0x00000008 , 0x00000005 
+ 00030566  0x000083d4 istore  0x00000008 , 0x00000005 
+ 00030567  0x000083d5 force  0x00000000 , 0x0000003f 
+ 00030568  0x000083d6 istore  0x00000008 , 0x00000005 
+ 00030569  0x000083d7 copy  0x0000000b , 0x00000005 
+ 00030570  0x000083d8 call  0x00007755 
+ 00030571  0x000083d9 arg  0x00000716 , 0x00000012 
+ 00030572  0x000083da copy  0x00000012 , 0x00000005 
+ 00030573  0x000083db force  0x00000000 , 0x0000003f 
+ 00030574  0x000083dc istore  0x00000008 , 0x00000005 
+ 00030575  0x000083dd add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030576  0x000083de ifetch  0x00000008 , 0x00000006 
+ 00030577  0x000083df istore  0x00000008 , 0x00000005 
+ 00030578  0x000083e0 istore  0x00000008 , 0x00000005 
+ 00030579  0x000083e1 copy  0x0000000b , 0x00000011 
+ 00030580  0x000083e2 copy  0x00000011 , 0x00000005 
+ 00030581  0x000083e3 call  0x00007755 
+ 00030582  0x000083e4 arg  0x00000716 , 0x00000012 
+ 00030583  0x000083e5 copy  0x00000012 , 0x00000005 
+ 00030584  0x000083e6 add  0x00000030 , 0x00000028 , 0x00000006 
+ 00030585  0x000083e7 ifetch  0x00000008 , 0x00000006 
+ 00030586  0x000083e8 istore  0x00000008 , 0x00000005 
+ 00030587  0x000083e9 istore  0x00000008 , 0x00000005 
+ 00030588  0x000083ea istore  0x00000008 , 0x00000005 
+ 00030589  0x000083eb copy  0x0000000b , 0x00000011 
+ 00030590  0x000083ec copy  0x00000011 , 0x00000005 
+ 00030591  0x000083ed branch  0x00007755 
+ 00030592  0x000083f1 force  0x00000006 , 0x00000039 
+ 00030593  0x000083f3 ifetch  0x00000004 , 0x00000006 
+ 00030594  0x000083f4 iforce  0x0000002f 
+ 00030595  0x000083f5 increase  0x00000001 , 0x00000038 
+ 00030596  0x000083f6 loop  0x00007781 
+ 00030597  0x000083f7 rtn 
+ 00030598  0x000083fc copy  0x00000005 , 0x0000000b 
+ 00030599  0x000083fd arg  0x000006e6 , 0x00000005 
+ 00030600  0x000083fe call  0x00007ec5 
+ 00030601  0x000083ff arg  0x000006e6 , 0x00000005 
+ 00030602  0x00008400 copy  0x00000011 , 0x00000006 
+ 00030603  0x00008401 force  0x00000000 , 0x00000038 
+ 00030604  0x00008402 call  0x00007780 
+ 00030605  0x00008403 copy  0x00000012 , 0x00000006 
+ 00030606  0x00008404 call  0x00007780 
+ 00030607  0x00008405 force  0x00000000 , 0x00000012 
+ 00030608  0x00008407 force  0x00000000 , 0x00000002 
+ 00030609  0x00008408 force  0x00000006 , 0x00000013 
+ 00030610  0x0000840a ifetch  0x00000004 , 0x00000005 
+ 00030611  0x0000840b iforce  0x00000011 
+ 00030612  0x0000840c copy  0x00000012 , 0x00000038 
+ 00030613  0x0000840d deposit  0x0000002f 
+ 00030614  0x0000840e copy  0x00000013 , 0x00000038 
+ 00030615  0x0000840f imul32  0x0000002f , 0x0000003f 
+ 00030616  0x00008410 iadd  0x00000011 , 0x0000003f 
+ 00030617  0x00008411 iadd  0x00000002 , 0x0000003f 
+ 00030618  0x00008412 istore  0x00000004 , 0x00000005 
+ 00030619  0x00008413 rshift32  0x0000003f , 0x00000002 
+ 00030620  0x00008414 increase  0x00000001 , 0x00000013 
+ 00030621  0x00008415 compare  0x0000000c , 0x00000013 , 0x000000ff 
+ 00030622  0x00008416 nbranch  0x00007792 , 0x00000001 
+ 00030623  0x00008417 deposit  0x00000002 
+ 00030624  0x00008418 istore  0x00000004 , 0x00000005 
+ 00030625  0x00008419 increase  0xffffffe8 , 0x00000005 
+ 00030626  0x0000841a increase  0x00000001 , 0x00000012 
+ 00030627  0x0000841b compare  0x00000006 , 0x00000012 , 0x000000ff 
+ 00030628  0x0000841c nbranch  0x00007790 , 0x00000001 
+ 00030629  0x0000841d arg  0x000006e6 , 0x00000011 
+ 00030630  0x0000841e copy  0x0000000b , 0x00000005 
+ 00030631  0x0000841f branch  0x0000775f 
+ 00030632  0x00008423 copy  0x00000011 , 0x00000012 
+ 00030633  0x00008424 branch  0x00007786 
+ 00030634  0x00008427 copy  0x00000011 , 0x00000030 
+ 00030635  0x00008429 copy  0x00000030 , 0x00000011 
+ 00030636  0x0000842a ifetch  0x00000001 , 0x00000011 
+ 00030637  0x0000842b isolate1  0x00000000 , 0x0000003f 
+ 00030638  0x0000842c rtn  0x00000001 
+ 00030639  0x0000842d call  0x0000772d 
+ 00030640  0x0000842e ifetch  0x00000001 , 0x00000012 
+ 00030641  0x0000842f isolate0  0x00000000 , 0x0000003f 
+ 00030642  0x00008430 branch  0x000077ba , 0x00000001 
+ 00030643  0x00008431 arg  0x00000886 , 0x00000011 
+ 00030644  0x00008432 copy  0x00000012 , 0x00000005 
+ 00030645  0x00008433 call  0x00007711 
+ 00030646  0x00008434 ifetch  0x00000001 , 0x00000012 
+ 00030647  0x00008435 iadd  0x00000013 , 0x0000003f 
+ 00030648  0x00008436 istore  0x00000001 , 0x00000012 
+ 00030649  0x00008437 increase  0xffffffe8 , 0x00000012 
+ 00030650  0x00008439 add  0x00000012 , 0x00000018 , 0x00000011 
+ 00030651  0x0000843a force  0x00000007 , 0x00000039 
+ 00030652  0x0000843b call  0x0000772f 
+ 00030653  0x0000843c branch  0x000077ab 
+ 00030654  0x00008440 copy  0x00000005 , 0x0000000b 
+ 00030655  0x00008441 arg  0x00000746 , 0x00000005 
+ 00030656  0x00008442 call  0x00007ec5 
+ 00030657  0x00008443 force  0x00000000 , 0x0000003f 
+ 00030658  0x00008444 store  0x00000004 , 0x000006fe 
+ 00030659  0x00008445 store  0x00000004 , 0x0000075e 
+ 00030660  0x00008446 jam  0x00000001 , 0x00000746 
+ 00030661  0x00008447 arg  0x000006e6 , 0x00000005 
+ 00030662  0x00008448 call  0x00007ec5 
+ 00030663  0x00008449 arg  0x00000886 , 0x00000006 
+ 00030664  0x0000844a arg  0x00000716 , 0x00000005 
+ 00030665  0x0000844b call  0x00007ebe 
+ 00030666  0x0000844c copy  0x00000011 , 0x00000006 
+ 00030667  0x0000844d arg  0x0000072e , 0x00000005 
+ 00030668  0x0000844e call  0x00007ebe 
+ 00030669  0x00008450 arg  0x0000072e , 0x00000006 
+ 00030670  0x00008451 call  0x000076f5 
+ 00030671  0x00008452 branch  0x000077f6 , 0x00000034 
+ 00030672  0x00008453 arg  0x0000072e , 0x00000011 
+ 00030673  0x00008454 arg  0x00000746 , 0x00000012 
+ 00030674  0x00008455 call  0x000077aa 
+ 00030675  0x00008457 arg  0x00000716 , 0x00000011 
+ 00030676  0x00008458 arg  0x000006e6 , 0x00000012 
+ 00030677  0x00008459 call  0x000077aa 
+ 00030678  0x0000845a arg  0x0000072e , 0x00000011 
+ 00030679  0x0000845b arg  0x00000716 , 0x00000012 
+ 00030680  0x0000845c call  0x00007704 
+ 00030681  0x0000845d branch  0x000077e8 , 0x00000002 
+ 00030682  0x0000845e arg  0x00000716 , 0x00000011 
+ 00030683  0x0000845f arg  0x0000072e , 0x00000012 
+ 00030684  0x00008460 copy  0x00000011 , 0x00000005 
+ 00030685  0x00008461 call  0x0000771f 
+ 00030686  0x00008462 arg  0x00000746 , 0x00000011 
+ 00030687  0x00008463 arg  0x000006e6 , 0x00000012 
+ 00030688  0x00008464 copy  0x00000012 , 0x00000005 
+ 00030689  0x00008465 call  0x00007711 
+ 00030690  0x00008466 ifetch  0x00000001 , 0x00000011 
+ 00030691  0x00008467 iadd  0x00000013 , 0x00000013 
+ 00030692  0x00008468 ifetch  0x00000001 , 0x00000012 
+ 00030693  0x00008469 iadd  0x00000013 , 0x0000003f 
+ 00030694  0x0000846a istore  0x00000001 , 0x00000012 
+ 00030695  0x0000846b branch  0x000077cd 
+ 00030696  0x0000846d arg  0x0000072e , 0x00000011 
+ 00030697  0x0000846e arg  0x00000716 , 0x00000012 
+ 00030698  0x0000846f copy  0x00000011 , 0x00000005 
+ 00030699  0x00008470 call  0x0000771f 
+ 00030700  0x00008471 arg  0x000006e6 , 0x00000011 
+ 00030701  0x00008472 arg  0x00000746 , 0x00000012 
+ 00030702  0x00008473 copy  0x00000012 , 0x00000005 
+ 00030703  0x00008474 call  0x00007711 
+ 00030704  0x00008475 ifetch  0x00000001 , 0x00000011 
+ 00030705  0x00008476 iadd  0x00000013 , 0x00000013 
+ 00030706  0x00008477 ifetch  0x00000001 , 0x00000012 
+ 00030707  0x00008478 iadd  0x00000013 , 0x0000003f 
+ 00030708  0x00008479 istore  0x00000001 , 0x00000012 
+ 00030709  0x0000847a branch  0x000077cd 
+ 00030710  0x0000847c arg  0x00000746 , 0x00000005 
+ 00030711  0x0000847d call  0x00007ec5 
+ 00030712  0x0000847e fetch  0x00000001 , 0x000006fe 
+ 00030713  0x0000847f store  0x00000001 , 0x00000746 
+ 00030714  0x00008480 store  0x00000001 , 0x0000074e 
+ 00030715  0x00008481 arg  0x00000746 , 0x00000011 
+ 00030716  0x00008482 arg  0x000006e6 , 0x00000012 
+ 00030717  0x00008483 copy  0x00000012 , 0x00000005 
+ 00030718  0x00008484 call  0x00007755 
+ 00030719  0x00008485 arg  0x00000886 , 0x00000011 
+ 00030720  0x00008486 arg  0x000006e6 , 0x00000012 
+ 00030721  0x00008487 copy  0x0000000b , 0x00000005 
+ 00030722  0x00008488 branch  0x00007758 
+ 00030723  0x0000848e arg  0x000006a6 , 0x00000011 
+ 00030724  0x0000848f arg  0x0000075e , 0x00000005 
+ 00030725  0x00008490 call  0x000077a8 
+ 00030726  0x00008491 arg  0x0000075e , 0x00000011 
+ 00030727  0x00008492 arg  0x00000776 , 0x00000005 
+ 00030728  0x00008493 call  0x000077a8 
+ 00030729  0x00008494 arg  0x0000089e , 0x00000011 
+ 00030730  0x00008495 arg  0x00000776 , 0x00000012 
+ 00030731  0x00008496 arg  0x00000776 , 0x00000005 
+ 00030732  0x00008497 call  0x00007786 
+ 00030733  0x00008498 arg  0x00000676 , 0x00000011 
+ 00030734  0x00008499 arg  0x0000075e , 0x00000005 
+ 00030735  0x0000849a call  0x000077a8 
+ 00030736  0x0000849b arg  0x0000075e , 0x00000006 
+ 00030737  0x0000849c arg  0x0000072e , 0x00000005 
+ 00030738  0x0000849d call  0x00007ebe 
+ 00030739  0x0000849e arg  0x0000072e , 0x00000011 
+ 00030740  0x0000849f call  0x00007748 
+ 00030741  0x000084a0 arg  0x0000075e , 0x00000011 
+ 00030742  0x000084a1 arg  0x0000072e , 0x00000012 
+ 00030743  0x000084a2 arg  0x0000075e , 0x00000005 
+ 00030744  0x000084a3 call  0x00007755 
+ 00030745  0x000084a4 arg  0x0000075e , 0x00000011 
+ 00030746  0x000084a5 arg  0x00000776 , 0x00000012 
+ 00030747  0x000084a6 arg  0x0000075e , 0x00000005 
+ 00030748  0x000084a7 call  0x00007755 
+ 00030749  0x000084a8 arg  0x00000676 , 0x00000006 
+ 00030750  0x000084a9 arg  0x0000072e , 0x00000005 
+ 00030751  0x000084aa call  0x00007ebe 
+ 00030752  0x000084ab arg  0x0000068e , 0x00000011 
+ 00030753  0x000084ac arg  0x00000776 , 0x00000005 
+ 00030754  0x000084ad call  0x000077a8 
+ 00030755  0x000084ae arg  0x0000072e , 0x00000011 
+ 00030756  0x000084af call  0x00007748 
+ 00030757  0x000084b0 arg  0x0000072e , 0x00000011 
+ 00030758  0x000084b1 call  0x00007748 
+ 00030759  0x000084b2 arg  0x0000072e , 0x00000011 
+ 00030760  0x000084b3 arg  0x00000776 , 0x00000012 
+ 00030761  0x000084b4 arg  0x0000072e , 0x00000005 
+ 00030762  0x000084b5 call  0x00007786 
+ 00030763  0x000084b6 arg  0x00000776 , 0x00000011 
+ 00030764  0x000084b7 arg  0x00000746 , 0x00000005 
+ 00030765  0x000084b8 call  0x000077a8 
+ 00030766  0x000084b9 arg  0x00000746 , 0x00000011 
+ 00030767  0x000084ba call  0x00007748 
+ 00030768  0x000084bb arg  0x00000746 , 0x00000011 
+ 00030769  0x000084bc call  0x00007748 
+ 00030770  0x000084bd arg  0x00000746 , 0x00000011 
+ 00030771  0x000084be call  0x00007748 
+ 00030772  0x000084bf arg  0x0000068e , 0x00000006 
+ 00030773  0x000084c0 arg  0x00000776 , 0x00000005 
+ 00030774  0x000084c1 call  0x00007ebe 
+ 00030775  0x000084c2 arg  0x00000776 , 0x00000011 
+ 00030776  0x000084c3 call  0x00007748 
+ 00030777  0x000084c4 arg  0x00000776 , 0x00000011 
+ 00030778  0x000084c5 arg  0x000006a6 , 0x00000012 
+ 00030779  0x000084c6 arg  0x000006a6 , 0x00000005 
+ 00030780  0x000084c7 call  0x00007786 
+ 00030781  0x000084c8 arg  0x0000075e , 0x00000011 
+ 00030782  0x000084c9 arg  0x00000776 , 0x00000005 
+ 00030783  0x000084ca call  0x000077a8 
+ 00030784  0x000084cb arg  0x00000776 , 0x00000011 
+ 00030785  0x000084cc arg  0x0000072e , 0x00000012 
+ 00030786  0x000084cd arg  0x00000776 , 0x00000005 
+ 00030787  0x000084ce call  0x00007758 
+ 00030788  0x000084cf arg  0x00000776 , 0x00000011 
+ 00030789  0x000084d0 arg  0x0000072e , 0x00000012 
+ 00030790  0x000084d1 arg  0x00000676 , 0x00000005 
+ 00030791  0x000084d2 call  0x00007758 
+ 00030792  0x000084d3 arg  0x0000072e , 0x00000011 
+ 00030793  0x000084d4 arg  0x00000676 , 0x00000012 
+ 00030794  0x000084d5 arg  0x00000776 , 0x00000005 
+ 00030795  0x000084d6 call  0x00007758 
+ 00030796  0x000084d7 arg  0x00000776 , 0x00000011 
+ 00030797  0x000084d8 arg  0x0000075e , 0x00000012 
+ 00030798  0x000084d9 arg  0x00000776 , 0x00000005 
+ 00030799  0x000084da call  0x00007786 
+ 00030800  0x000084db arg  0x00000776 , 0x00000011 
+ 00030801  0x000084dc arg  0x00000746 , 0x00000012 
+ 00030802  0x000084dd arg  0x0000068e , 0x00000005 
+ 00030803  0x000084de branch  0x00007758 
+ 00030804  0x000084e3 arg  0x00000616 , 0x00000011 
+ 00030805  0x000084e4 arg  0x0000078e , 0x00000005 
+ 00030806  0x000084e5 call  0x000077a8 
+ 00030807  0x000084e6 arg  0x00000676 , 0x00000011 
+ 00030808  0x000084e7 arg  0x0000078e , 0x00000012 
+ 00030809  0x000084e8 arg  0x00000746 , 0x00000005 
+ 00030810  0x000084e9 call  0x00007786 
+ 00030811  0x000084ea arg  0x00000616 , 0x00000011 
+ 00030812  0x000084eb arg  0x0000078e , 0x00000012 
+ 00030813  0x000084ec arg  0x0000078e , 0x00000005 
+ 00030814  0x000084ed call  0x00007786 
+ 00030815  0x000084ee arg  0x0000068e , 0x00000011 
+ 00030816  0x000084ef arg  0x0000078e , 0x00000012 
+ 00030817  0x000084f0 arg  0x0000072e , 0x00000005 
+ 00030818  0x000084f1 call  0x00007786 
+ 00030819  0x000084f2 arg  0x000006a6 , 0x00000011 
+ 00030820  0x000084f3 arg  0x0000078e , 0x00000005 
+ 00030821  0x000084f4 call  0x000077a8 
+ 00030822  0x000084f5 arg  0x000005e6 , 0x00000011 
+ 00030823  0x000084f6 arg  0x0000078e , 0x00000012 
+ 00030824  0x000084f7 arg  0x0000075e , 0x00000005 
+ 00030825  0x000084f8 call  0x00007786 
+ 00030826  0x000084f9 arg  0x000006a6 , 0x00000011 
+ 00030827  0x000084fa arg  0x0000078e , 0x00000012 
+ 00030828  0x000084fb arg  0x0000078e , 0x00000005 
+ 00030829  0x000084fc call  0x00007786 
+ 00030830  0x000084fd arg  0x000005fe , 0x00000011 
+ 00030831  0x000084fe arg  0x0000078e , 0x00000012 
+ 00030832  0x000084ff arg  0x00000776 , 0x00000005 
+ 00030833  0x00008500 call  0x00007786 
+ 00030834  0x00008501 arg  0x00000746 , 0x00000011 
+ 00030835  0x00008502 arg  0x0000075e , 0x00000012 
+ 00030836  0x00008503 arg  0x0000078e , 0x00000005 
+ 00030837  0x00008504 call  0x00007758 
+ 00030838  0x00008505 arg  0x00000746 , 0x00000011 
+ 00030839  0x00008506 arg  0x0000075e , 0x00000012 
+ 00030840  0x00008507 arg  0x00000746 , 0x00000005 
+ 00030841  0x00008508 call  0x00007755 
+ 00030842  0x00008509 arg  0x0000072e , 0x00000011 
+ 00030843  0x0000850a arg  0x00000776 , 0x00000012 
+ 00030844  0x0000850b arg  0x0000075e , 0x00000005 
+ 00030845  0x0000850c call  0x00007758 
+ 00030846  0x0000850d arg  0x0000072e , 0x00000011 
+ 00030847  0x0000850e arg  0x00000776 , 0x00000012 
+ 00030848  0x0000850f arg  0x0000072e , 0x00000005 
+ 00030849  0x00008510 call  0x00007755 
+ 00030850  0x00008511 arg  0x0000072e , 0x00000011 
+ 00030851  0x00008512 arg  0x0000078e , 0x00000012 
+ 00030852  0x00008513 arg  0x0000072e , 0x00000005 
+ 00030853  0x00008514 call  0x00007786 
+ 00030854  0x00008515 arg  0x000006a6 , 0x00000011 
+ 00030855  0x00008516 arg  0x00000616 , 0x00000012 
+ 00030856  0x00008517 arg  0x00000776 , 0x00000005 
+ 00030857  0x00008518 call  0x00007786 
+ 00030858  0x00008519 arg  0x00000776 , 0x00000011 
+ 00030859  0x0000851a arg  0x0000078e , 0x00000012 
+ 00030860  0x0000851b arg  0x000006a6 , 0x00000005 
+ 00030861  0x0000851c call  0x00007786 
+ 00030862  0x0000851d arg  0x0000078e , 0x00000011 
+ 00030863  0x0000851e arg  0x0000078e , 0x00000005 
+ 00030864  0x0000851f call  0x000077a8 
+ 00030865  0x00008520 arg  0x0000078e , 0x00000011 
+ 00030866  0x00008521 arg  0x00000746 , 0x00000012 
+ 00030867  0x00008522 arg  0x00000776 , 0x00000005 
+ 00030868  0x00008523 call  0x00007786 
+ 00030869  0x00008524 arg  0x0000078e , 0x00000011 
+ 00030870  0x00008525 arg  0x0000072e , 0x00000012 
+ 00030871  0x00008526 arg  0x0000072e , 0x00000005 
+ 00030872  0x00008527 call  0x00007786 
+ 00030873  0x00008528 arg  0x0000075e , 0x00000011 
+ 00030874  0x00008529 arg  0x00000676 , 0x00000005 
+ 00030875  0x0000852a call  0x000077a8 
+ 00030876  0x0000852b arg  0x00000676 , 0x00000011 
+ 00030877  0x0000852c arg  0x00000776 , 0x00000012 
+ 00030878  0x0000852d arg  0x00000676 , 0x00000005 
+ 00030879  0x0000852e call  0x00007758 
+ 00030880  0x0000852f arg  0x00000676 , 0x00000006 
+ 00030881  0x00008530 arg  0x0000078e , 0x00000005 
+ 00030882  0x00008531 call  0x00007ebe 
+ 00030883  0x00008532 arg  0x0000078e , 0x00000011 
+ 00030884  0x00008533 call  0x00007748 
+ 00030885  0x00008534 arg  0x00000776 , 0x00000011 
+ 00030886  0x00008535 arg  0x0000078e , 0x00000012 
+ 00030887  0x00008536 arg  0x00000776 , 0x00000005 
+ 00030888  0x00008537 call  0x00007758 
+ 00030889  0x00008538 arg  0x00000776 , 0x00000011 
+ 00030890  0x00008539 arg  0x0000075e , 0x00000012 
+ 00030891  0x0000853a arg  0x0000075e , 0x00000005 
+ 00030892  0x0000853b call  0x00007786 
+ 00030893  0x0000853c arg  0x0000075e , 0x00000011 
+ 00030894  0x0000853d arg  0x0000072e , 0x00000012 
+ 00030895  0x0000853e arg  0x0000068e , 0x00000005 
+ 00030896  0x0000853f call  0x00007758 
+ 00030897  0x00008540 arg  0x0000068e , 0x00000011 
+ 00030898  0x00008541 arg  0x00000886 , 0x00000012 
+ 00030899  0x00008542 arg  0x0000068e , 0x00000005 
+ 00030900  0x00008543 force  0x00000000 , 0x00000013 
+ 00030901  0x00008544 fetch  0x00000001 , 0x0000068e 
+ 00030902  0x00008545 isolate1  0x00000000 , 0x0000003f 
+ 00030903  0x00008546 call  0x00007711 , 0x00000001 
+ 00030904  0x00008547 copy  0x00000013 , 0x00000030 
+ 00030905  0x00008548 arg  0x0000068e , 0x00000011 
+ 00030906  0x00008549 call  0x0000772d 
+ 00030907  0x0000854a fetch  0x00000001 , 0x000006a5 
+ 00030908  0x0000854b isolate1  0x00000000 , 0x00000030 
+ 00030909  0x0000854c setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00030910  0x0000854d store  0x00000001 , 0x000006a5 
+ 00030911  0x0000854e rtn 
+ 00030912  0x00008553 fetch  0x00000001 , 0x000005e3 
+ 00030913  0x00008554 increase  0xffffffff , 0x0000003f 
+ 00030914  0x00008555 nrtn  0x00000002 
+ 00030915  0x00008556 store  0x00000001 , 0x000005e3 
+ 00030916  0x00008557 fetch  0x00000001 , 0x000005e2 
+ 00030917  0x00008558 call  0x00007803 , 0x00000034 
+ 00030918  0x00008559 fetch  0x00000001 , 0x000005e3 
+ 00030919  0x0000855a arg  0x000006be , 0x00000006 
+ 00030920  0x0000855b call  0x000076ec 
+ 00030921  0x0000855c branch  0x000078c0 , 0x00000001 
+ 00030922  0x0000855d fetch  0x00000001 , 0x000005e2 
+ 00030923  0x0000855e nbranch  0x000078ce , 0x00000034 
+ 00030924  0x0000855f call  0x00007854 
+ 00030925  0x00008560 branch  0x000078c0 
+ 00030926  0x00008562 jam  0x00000000 , 0x000005e2 
+ 00030927  0x00008563 arg  0x000005e6 , 0x00000006 
+ 00030928  0x00008564 arg  0x00000676 , 0x00000005 
+ 00030929  0x00008565 call  0x000076f2 
+ 00030930  0x00008566 branch  0x000078c0 
+ 00030931  0x0000856a arg  0x000006a6 , 0x00000011 
+ 00030932  0x0000856b arg  0x00000776 , 0x00000005 
+ 00030933  0x0000856c call  0x000077be 
+ 00030934  0x0000856d arg  0x00000776 , 0x00000011 
+ 00030935  0x0000856e arg  0x0000072e , 0x00000005 
+ 00030936  0x0000856f call  0x000077a8 
+ 00030937  0x00008570 arg  0x00000676 , 0x00000011 
+ 00030938  0x00008571 arg  0x0000072e , 0x00000012 
+ 00030939  0x00008572 arg  0x0000062e , 0x00000005 
+ 00030940  0x00008573 call  0x00007786 
+ 00030941  0x00008574 arg  0x00000776 , 0x00000011 
+ 00030942  0x00008575 arg  0x0000072e , 0x00000012 
+ 00030943  0x00008576 arg  0x0000075e , 0x00000005 
+ 00030944  0x00008577 call  0x00007786 
+ 00030945  0x00008578 arg  0x0000068e , 0x00000011 
+ 00030946  0x00008579 arg  0x0000075e , 0x00000012 
+ 00030947  0x0000857a arg  0x00000646 , 0x00000005 
+ 00030948  0x0000857b branch  0x00007786 
+ 00030949  0x00008580 ifetch  0x00000004 , 0x00000006 
+ 00030950  0x00008581 force  0x00000004 , 0x00000011 
+ 00030951  0x00008582 increase  0x00000003 , 0x00000005 
+ 00030952  0x00008584 istore  0x00000001 , 0x00000005 
+ 00030953  0x00008585 rshift8  0x0000003f , 0x0000003f 
+ 00030954  0x00008586 increase  0xfffffffe , 0x00000005 
+ 00030955  0x00008587 increase  0xffffffff , 0x00000011 
+ 00030956  0x00008588 nbranch  0x000078e8 , 0x00000005 
+ 00030957  0x00008589 increase  0x00000005 , 0x00000005 
+ 00030958  0x0000858a loop  0x000078e5 
+ 00030959  0x0000858b rtn 
+ 00030960  0x0000858f lshift2  0x00000007 , 0x0000003f 
+ 00030961  0x00008590 iadd  0x0000000b , 0x00000006 
+ 00030962  0x00008591 ifetch  0x00000004 , 0x00000006 
+ 00030963  0x00008592 rtn 
+ 00030964  0x00008595 force  0x00000010 , 0x00000030 
+ 00030965  0x00008596 arg  0x000005e6 , 0x0000000b 
+ 00030966  0x00008598 add  0x00000030 , 0xfffffff9 , 0x00000007 
+ 00030967  0x00008599 call  0x000078f0 
+ 00030968  0x0000859a iforce  0x00000002 
+ 00030969  0x0000859b add  0x00000030 , 0xfffffff0 , 0x00000007 
+ 00030970  0x0000859c call  0x000078f0 
+ 00030971  0x0000859d iadd  0x00000002 , 0x00000002 
+ 00030972  0x0000859e add  0x00000030 , 0xfffffffe , 0x00000007 
+ 00030973  0x0000859f call  0x000078f0 
+ 00030974  0x000085a0 shasx  0x0000003f , 0x00000001 , 0x0000003f 
+ 00030975  0x000085a1 iadd  0x00000002 , 0x00000002 
+ 00030976  0x000085a2 add  0x00000030 , 0xfffffff1 , 0x00000007 
+ 00030977  0x000085a3 call  0x000078f0 
+ 00030978  0x000085a4 shasx  0x0000003f , 0x00000000 , 0x0000003f 
+ 00030979  0x000085a5 iadd  0x00000002 , 0x00000002 
+ 00030980  0x000085a6 lshift2  0x00000030 , 0x0000003f 
+ 00030981  0x000085a7 iadd  0x0000000b , 0x00000005 
+ 00030982  0x000085a8 istoret  0x00000004 , 0x00000005 
+ 00030983  0x000085a9 increase  0x00000001 , 0x00000030 
+ 00030984  0x000085aa compare  0x00000040 , 0x00000030 , 0x000000ff 
+ 00030985  0x000085ab nbranch  0x000078f6 , 0x00000001 
+ 00030986  0x000085ac rtn 
+ 00030987  0x000085b0 arg  0x000008fe , 0x00000006 
+ 00030988  0x000085b1 force  0x00000007 , 0x00000038 
+ 00030989  0x000085b3 ifetch  0x00000004 , 0x00000006 
+ 00030990  0x000085b4 iforce  0x0000002f 
+ 00030991  0x000085b5 increase  0xffffffff , 0x00000038 
+ 00030992  0x000085b6 branch  0x0000790d , 0x00000002 
+ 00030993  0x000085b7 rtn 
+ 00030994  0x000085ba bpatchx  0x000000ec , 0x0000403d 
+ 00030995  0x000085bb call  0x000078f4 
+ 00030996  0x000085bc arg  0x000006e6 , 0x00000005 
+ 00030997  0x000085bd force  0x00000000 , 0x00000038 
+ 00030998  0x000085bf deposit  0x0000002f 
+ 00030999  0x000085c0 istore  0x00000004 , 0x00000005 
+ 00031000  0x000085c1 increase  0x00000001 , 0x00000038 
+ 00031001  0x000085c2 compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00031002  0x000085c3 nbranch  0x00007916 , 0x00000001 
+ 00031003  0x000085c4 call  0x000074b9 
+ 00031004  0x000085c5 arg  0x00008700 , 0x0000000b 
+ 00031005  0x000085c6 arg  0x000005e6 , 0x00000030 
+ 00031006  0x000085c7 force  0x00000040 , 0x00000039 
+ 00031007  0x000085c9 ifetcht  0x00000004 , 0x00000030 
+ 00031008  0x000085ca ifetch  0x00000004 , 0x0000000b 
+ 00031009  0x000085cb increase  0x00000004 , 0x0000000b 
+ 00031010  0x000085cc increase  0x00000004 , 0x00000030 
+ 00031011  0x000085cd iadd  0x00000002 , 0x0000003f 
+ 00031012  0x000085ce force  0x00000007 , 0x00000038 
+ 00031013  0x000085cf iadd  0x0000002f , 0x00000002 
+ 00031014  0x000085d0 force  0x00000004 , 0x00000038 
+ 00031015  0x000085d1 shasx  0x0000002f , 0x00000003 , 0x0000003f 
+ 00031016  0x000085d2 iadd  0x00000002 , 0x00000002 
+ 00031017  0x000085d3 force  0x00000005 , 0x00000038 
+ 00031018  0x000085d4 deposit  0x0000002f 
+ 00031019  0x000085d5 force  0x00000006 , 0x00000038 
+ 00031020  0x000085d6 ixor  0x0000002f , 0x0000003f 
+ 00031021  0x000085d7 force  0x00000004 , 0x00000038 
+ 00031022  0x000085d8 iand  0x0000002f , 0x0000003f 
+ 00031023  0x000085d9 force  0x00000006 , 0x00000038 
+ 00031024  0x000085da ixor  0x0000002f , 0x0000003f 
+ 00031025  0x000085db iadd  0x00000002 , 0x00000002 
+ 00031026  0x000085dc force  0x00000007 , 0x00000038 
+ 00031027  0x000085dd copy  0x00000002 , 0x0000002f 
+ 00031028  0x000085de force  0x00000003 , 0x00000038 
+ 00031029  0x000085df deposit  0x0000002f 
+ 00031030  0x000085e0 iadd  0x00000002 , 0x0000002f 
+ 00031031  0x000085e1 force  0x00000000 , 0x00000038 
+ 00031032  0x000085e2 deposit  0x0000002f 
+ 00031033  0x000085e3 force  0x00000001 , 0x00000038 
+ 00031034  0x000085e4 iand  0x0000002f , 0x00000002 
+ 00031035  0x000085e5 ior  0x0000002f , 0x0000003f 
+ 00031036  0x000085e6 force  0x00000002 , 0x00000038 
+ 00031037  0x000085e7 iand  0x0000002f , 0x0000003f 
+ 00031038  0x000085e8 ior  0x00000002 , 0x00000002 
+ 00031039  0x000085e9 force  0x00000000 , 0x00000038 
+ 00031040  0x000085ea shasx  0x0000002f , 0x00000002 , 0x0000003f 
+ 00031041  0x000085eb iadd  0x00000002 , 0x0000003f 
+ 00031042  0x000085ec force  0x00000007 , 0x00000038 
+ 00031043  0x000085ed iadd  0x0000002f , 0x0000002f 
+ 00031044  0x000085ee regexrot 
+ 00031045  0x000085ef loop  0x0000791f 
+ 00031046  0x000085f0 arg  0x000006e6 , 0x00000006 
+ 00031047  0x000085f1 force  0x00000000 , 0x00000038 
+ 00031048  0x000085f3 ifetch  0x00000004 , 0x00000006 
+ 00031049  0x000085f4 iadd  0x0000002f , 0x0000002f 
+ 00031050  0x000085f5 increase  0x00000001 , 0x00000038 
+ 00031051  0x000085f6 compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00031052  0x000085f7 nbranch  0x00007948 , 0x00000001 
+ 00031053  0x000085f8 branch  0x000074bd 
+ 00031054  0x000085fc arg  0x00000a3e , 0x00000005 
+ 00031055  0x000085fd force  0x00000007 , 0x00000038 
+ 00031056  0x000085ff deposit  0x0000002f 
+ 00031057  0x00008600 istore  0x00000004 , 0x00000005 
+ 00031058  0x00008601 increase  0xffffffff , 0x00000038 
+ 00031059  0x00008602 branch  0x00007950 , 0x00000002 
+ 00031060  0x00008603 rtn 
+ 00031061  0x00008607 arg  0x000005e6 , 0x00000005 
+ 00031062  0x00008608 increase  0xfffffffc , 0x00000006 
+ 00031063  0x00008609 sub  0x00000039 , 0x00000010 , 0x00000011 
+ 00031064  0x0000860b ifetch  0x00000004 , 0x00000006 
+ 00031065  0x0000860c ixor  0x00000002 , 0x0000003f 
+ 00031066  0x0000860d istore  0x00000004 , 0x00000005 
+ 00031067  0x0000860e increase  0xfffffff8 , 0x00000006 
+ 00031068  0x0000860f loop  0x00007958 
+ 00031069  0x00008610 copy  0x00000011 , 0x00000039 
+ 00031070  0x00008611 deposit  0x00000002 
+ 00031071  0x00008613 istore  0x00000004 , 0x00000005 
+ 00031072  0x00008614 loop  0x0000795f 
+ 00031073  0x00008615 rtn 
+ 00031074  0x00008618 call  0x00007967 
+ 00031075  0x00008619 call  0x0000794e 
+ 00031076  0x0000861a branch  0x0000798d 
+ 00031077  0x0000861d call  0x00007967 
+ 00031078  0x0000861e branch  0x0000798d 
+ 00031079  0x00008621 arg  0x000009de , 0x00000006 
+ 00031080  0x00008622 arg  0x000005e6 , 0x00000005 
+ 00031081  0x00008623 force  0x00000006 , 0x00000039 
+ 00031082  0x00008624 call  0x00007a71 
+ 00031083  0x00008625 arg  0x00004642 , 0x00000006 
+ 00031084  0x00008626 force  0x00000006 , 0x00000039 
+ 00031085  0x00008627 call  0x00007a71 
+ 00031086  0x00008628 arg  0x00000a3e , 0x00000006 
+ 00031087  0x00008629 call  0x00007a70 
+ 00031088  0x0000862a call  0x0000790b 
+ 00031089  0x0000862b call  0x00007912 
+ 00031090  0x0000862c arg  0x00000a2e , 0x00000006 
+ 00031091  0x0000862d arg  0x000005e6 , 0x00000005 
+ 00031092  0x0000862e branch  0x00007984 
+ 00031093  0x00008631 arg  0x00004642 , 0x00000006 
+ 00031094  0x00008632 arg  0x000005e6 , 0x00000005 
+ 00031095  0x00008633 force  0x00000006 , 0x00000039 
+ 00031096  0x00008634 call  0x00007a71 
+ 00031097  0x00008635 arg  0x000009de , 0x00000006 
+ 00031098  0x00008636 force  0x00000006 , 0x00000039 
+ 00031099  0x00008637 call  0x00007a71 
+ 00031100  0x00008638 arg  0x00000a2e , 0x00000006 
+ 00031101  0x00008639 call  0x00007a70 
+ 00031102  0x0000863a call  0x0000790b 
+ 00031103  0x0000863b call  0x00007912 
+ 00031104  0x0000863c arg  0x00000a3e , 0x00000006 
+ 00031105  0x0000863d arg  0x000005e6 , 0x00000005 
+ 00031106  0x0000863e call  0x00007984 
+ 00031107  0x0000863f branch  0x0000798d 
+ 00031108  0x00008642 call  0x00007a70 
+ 00031109  0x00008643 setarg  0x00800000 
+ 00031110  0x00008644 lshift8  0x0000003f , 0x0000003f 
+ 00031111  0x00008645 istore  0x00000004 , 0x00000005 
+ 00031112  0x00008646 force  0x00000005 , 0x00000039 
+ 00031113  0x00008647 call  0x00007ec6 
+ 00031114  0x00008648 setarg  0x00000280 
+ 00031115  0x00008649 istore  0x00000004 , 0x00000005 
+ 00031116  0x0000864a branch  0x00007912 
+ 00031117  0x0000864c fetch  0x00000004 , 0x00000a3e 
+ 00031118  0x0000864e arg  0x000003e8 , 0x00000011 
+ 00031119  0x0000864f idiv  0x00000011 
+ 00031120  0x00008650 call  0x00007f86 
+ 00031121  0x00008651 remainder  0x0000003f 
+ 00031122  0x00008652 store  0x00000004 , 0x000009ba 
+ 00031123  0x00008653 quotient  0x0000003f 
+ 00031124  0x00008654 arg  0x000003e8 , 0x00000011 
+ 00031125  0x00008655 idiv  0x00000011 
+ 00031126  0x00008656 call  0x00007f86 
+ 00031127  0x00008657 remainder  0x0000003f 
+ 00031128  0x00008658 arg  0x000003e8 , 0x00000011 
+ 00031129  0x00008659 imul32  0x00000011 , 0x0000003f 
+ 00031130  0x0000865a fetcht  0x00000004 , 0x000009ba 
+ 00031131  0x0000865b iadd  0x00000002 , 0x0000003f 
+ 00031132  0x0000865c store  0x00000004 , 0x000009ba 
+ 00031133  0x0000865d rtn 
+ 00031134  0x00008660 jam  0x00000000 , 0x00004664 
+ 00031135  0x00008661 branch  0x000079a2 
+ 00031136  0x00008664 fetch  0x00000001 , 0x00004662 
+ 00031137  0x00008665 bne  0x00000002 , 0x0000799e 
+ 00031138  0x00008667 bpatchx  0x000000ed , 0x0000403d 
+ 00031139  0x00008668 setarg  0x00363636 
+ 00031140  0x00008669 lshift8  0x0000003f , 0x00000002 
+ 00031141  0x0000866a or_into  0x00000036 , 0x00000002 
+ 00031142  0x0000866b fetch  0x00000002 , 0x00000a7e 
+ 00031143  0x0000866c copy  0x0000003f , 0x00000006 
+ 00031144  0x0000866d force  0x00000004 , 0x00000039 
+ 00031145  0x0000866e call  0x00007955 
+ 00031146  0x0000866f call  0x0000790b 
+ 00031147  0x00008670 call  0x00007912 
+ 00031148  0x00008671 fetch  0x00000002 , 0x00000a80 
+ 00031149  0x00008672 copy  0x0000003f , 0x00000006 
+ 00031150  0x00008673 arg  0x000005e6 , 0x00000005 
+ 00031151  0x00008674 force  0x00000006 , 0x00000039 
+ 00031152  0x00008675 call  0x00007a71 
+ 00031153  0x00008676 fetch  0x00000002 , 0x00000a82 
+ 00031154  0x00008677 copy  0x0000003f , 0x00000006 
+ 00031155  0x00008678 force  0x00000006 , 0x00000039 
+ 00031156  0x00008679 call  0x00007a71 
+ 00031157  0x0000867a setarg  0x00800000 
+ 00031158  0x0000867b istore  0x00000003 , 0x00000005 
+ 00031159  0x0000867d fetch  0x00000001 , 0x00004664 
+ 00031160  0x0000867f istore  0x00000001 , 0x00000005 
+ 00031161  0x00008680 force  0x00000000 , 0x0000003f 
+ 00031162  0x00008681 istore  0x00000008 , 0x00000005 
+ 00031163  0x00008682 setarg  0x00000388 
+ 00031164  0x00008683 istore  0x00000004 , 0x00000005 
+ 00031165  0x00008684 call  0x00007912 
+ 00031166  0x00008685 call  0x0000794e 
+ 00031167  0x00008686 arg  0x00000a3e , 0x00000006 
+ 00031168  0x00008687 arg  0x00000706 , 0x00000005 
+ 00031169  0x00008688 call  0x00007ebd 
+ 00031170  0x0000868a setarg  0x005c5c5c 
+ 00031171  0x0000868b lshift8  0x0000003f , 0x00000002 
+ 00031172  0x0000868c or_into  0x0000005c , 0x00000002 
+ 00031173  0x0000868d fetch  0x00000002 , 0x00000a7e 
+ 00031174  0x0000868e copy  0x0000003f , 0x00000006 
+ 00031175  0x0000868f force  0x00000004 , 0x00000039 
+ 00031176  0x00008690 call  0x00007955 
+ 00031177  0x00008691 call  0x0000790b 
+ 00031178  0x00008692 call  0x00007912 
+ 00031179  0x00008693 arg  0x00000726 , 0x00000006 
+ 00031180  0x00008694 arg  0x000005e6 , 0x00000005 
+ 00031181  0x00008695 force  0x00000008 , 0x00000039 
+ 00031182  0x00008696 call  0x00007a71 
+ 00031183  0x00008697 setarg  0x00800000 
+ 00031184  0x00008698 lshift8  0x0000003f , 0x0000003f 
+ 00031185  0x00008699 istore  0x00000004 , 0x00000005 
+ 00031186  0x0000869a call  0x00007ec5 
+ 00031187  0x0000869b setarg  0x00000300 
+ 00031188  0x0000869c istore  0x00000004 , 0x00000005 
+ 00031189  0x0000869d call  0x00007912 
+ 00031190  0x0000869e branch  0x0000794e 
+ 00031191  0x000086a2 setarg  0x00363636 
+ 00031192  0x000086a3 lshift8  0x0000003f , 0x00000002 
+ 00031193  0x000086a4 or_into  0x00000036 , 0x00000002 
+ 00031194  0x000086a5 arg  0x00000a1e , 0x00000006 
+ 00031195  0x000086a6 force  0x00000006 , 0x00000039 
+ 00031196  0x000086a7 call  0x00007955 
+ 00031197  0x000086a8 call  0x0000790b 
+ 00031198  0x000086a9 call  0x00007912 
+ 00031199  0x000086aa fetch  0x00000002 , 0x00000a8a 
+ 00031200  0x000086ab copy  0x0000003f , 0x00000006 
+ 00031201  0x000086ac arg  0x000005e6 , 0x00000005 
+ 00031202  0x000086ad call  0x00007a70 
+ 00031203  0x000086ae fetch  0x00000002 , 0x00000a8c 
+ 00031204  0x000086af copy  0x0000003f , 0x00000006 
+ 00031205  0x000086b0 call  0x00007a70 
+ 00031206  0x000086b2 setarg  0x0062746c 
+ 00031207  0x000086b3 lshift8  0x0000003f , 0x0000003f 
+ 00031208  0x000086b4 or_into  0x0000006b , 0x0000003f 
+ 00031209  0x000086b5 istore  0x00000004 , 0x00000005 
+ 00031210  0x000086b6 arg  0x00000733 , 0x00000006 
+ 00031211  0x000086b7 force  0x00000003 , 0x00000039 
+ 00031212  0x000086b8 call  0x00007a71 
+ 00031213  0x000086ba setarg  0x00800000 
+ 00031214  0x000086bb lshift8  0x0000003f , 0x0000003f 
+ 00031215  0x000086bc istore  0x00000004 , 0x00000005 
+ 00031216  0x000086bd force  0x00000000 , 0x0000003f 
+ 00031217  0x000086be istore  0x00000008 , 0x00000005 
+ 00031218  0x000086bf setarg  0x00000380 
+ 00031219  0x000086c0 istore  0x00000004 , 0x00000005 
+ 00031220  0x000086c1 call  0x00007912 
+ 00031221  0x000086c3 call  0x0000794e 
+ 00031222  0x000086c4 arg  0x00000a3e , 0x00000006 
+ 00031223  0x000086c5 arg  0x00000706 , 0x00000005 
+ 00031224  0x000086c6 call  0x00007ebd 
+ 00031225  0x000086c8 setarg  0x005c5c5c 
+ 00031226  0x000086c9 lshift8  0x0000003f , 0x00000002 
+ 00031227  0x000086ca or_into  0x0000005c , 0x00000002 
+ 00031228  0x000086cb arg  0x00000a1e , 0x00000006 
+ 00031229  0x000086cc force  0x00000006 , 0x00000039 
+ 00031230  0x000086cd call  0x00007955 
+ 00031231  0x000086ce call  0x0000790b 
+ 00031232  0x000086cf call  0x00007912 
+ 00031233  0x000086d0 arg  0x00000726 , 0x00000006 
+ 00031234  0x000086d1 arg  0x000005e6 , 0x00000005 
+ 00031235  0x000086d2 force  0x00000008 , 0x00000039 
+ 00031236  0x000086d3 call  0x00007a71 
+ 00031237  0x000086d4 setarg  0x00800000 
+ 00031238  0x000086d5 lshift8  0x0000003f , 0x0000003f 
+ 00031239  0x000086d6 istore  0x00000004 , 0x00000005 
+ 00031240  0x000086d7 call  0x00007ec5 
+ 00031241  0x000086d8 setarg  0x00000300 
+ 00031242  0x000086d9 istore  0x00000004 , 0x00000005 
+ 00031243  0x000086da call  0x00007912 
+ 00031244  0x000086db branch  0x0000794e 
+ 00031245  0x000086df fetch  0x00000001 , 0x00004662 
+ 00031246  0x000086e0 bne  0x00000002 , 0x00007a1e 
+ 00031247  0x000086e2 bpatchx  0x000000ee , 0x0000403d 
+ 00031248  0x000086e3 setarg  0x00363636 
+ 00031249  0x000086e4 lshift8  0x0000003f , 0x00000002 
+ 00031250  0x000086e5 or_into  0x00000036 , 0x00000002 
+ 00031251  0x000086e6 arg  0x00000a1e , 0x00000006 
+ 00031252  0x000086e7 force  0x00000006 , 0x00000039 
+ 00031253  0x000086e8 call  0x00007955 
+ 00031254  0x000086e9 call  0x0000790b 
+ 00031255  0x000086ea call  0x00007912 
+ 00031256  0x000086eb arg  0x00000a3e , 0x00000006 
+ 00031257  0x000086ec arg  0x000005e6 , 0x00000005 
+ 00031258  0x000086ed call  0x00007a70 
+ 00031259  0x000086ee arg  0x00000a2e , 0x00000006 
+ 00031260  0x000086ef call  0x00007a70 
+ 00031261  0x000086f0 branch  0x00007a33 
+ 00031262  0x000086f3 setarg  0x00000000 
+ 00031263  0x000086f4 store  0x00000004 , 0x0000468a 
+ 00031264  0x000086f5 branch  0x00007a0f 
+ 00031265  0x000086f8 setarg  0x00000000 
+ 00031266  0x000086f9 store  0x00000004 , 0x0000468a 
+ 00031267  0x000086fa branch  0x00007a26 
+ 00031268  0x000086fe fetch  0x00000001 , 0x00004662 
+ 00031269  0x000086ff bne  0x00000002 , 0x00007a21 
+ 00031270  0x00008701 setarg  0x00363636 
+ 00031271  0x00008702 lshift8  0x0000003f , 0x00000002 
+ 00031272  0x00008703 or_into  0x00000036 , 0x00000002 
+ 00031273  0x00008704 arg  0x00000a1e , 0x00000006 
+ 00031274  0x00008705 force  0x00000006 , 0x00000039 
+ 00031275  0x00008706 call  0x00007955 
+ 00031276  0x00008707 call  0x0000790b 
+ 00031277  0x00008708 call  0x00007912 
+ 00031278  0x0000870a arg  0x00000a2e , 0x00000006 
+ 00031279  0x0000870b arg  0x000005e6 , 0x00000005 
+ 00031280  0x0000870c call  0x00007a70 
+ 00031281  0x0000870d arg  0x00000a3e , 0x00000006 
+ 00031282  0x0000870e call  0x00007a70 
+ 00031283  0x00008710 setarg  0x00000000 
+ 00031284  0x00008711 istore  0x00000008 , 0x00000005 
+ 00031285  0x00008712 istore  0x00000004 , 0x00000005 
+ 00031286  0x00008713 fetch  0x00000004 , 0x0000468a 
+ 00031287  0x00008714 istore  0x00000004 , 0x00000005 
+ 00031288  0x00008716 copy  0x00000005 , 0x00000002 
+ 00031289  0x00008717 jam  0x00000080 , 0x00000726 
+ 00031290  0x00008718 copy  0x00000002 , 0x00000005 
+ 00031291  0x00008719 arg  0x00000736 , 0x00000006 
+ 00031292  0x0000871a call  0x00007a70 
+ 00031293  0x0000871c call  0x00007912 
+ 00031294  0x0000871e arg  0x000005e6 , 0x00000005 
+ 00031295  0x0000871f force  0x00000007 , 0x00000039 
+ 00031296  0x00008720 call  0x00007ec6 
+ 00031297  0x00008721 istore  0x00000004 , 0x00000005 
+ 00031298  0x00008722 setarg  0x000003f8 
+ 00031299  0x00008723 istore  0x00000004 , 0x00000005 
+ 00031300  0x00008724 call  0x00007912 
+ 00031301  0x00008725 call  0x0000794e 
+ 00031302  0x00008727 arg  0x00000a3e , 0x00000006 
+ 00031303  0x00008728 arg  0x00000706 , 0x00000005 
+ 00031304  0x00008729 call  0x00007ebd 
+ 00031305  0x0000872b setarg  0x005c5c5c 
+ 00031306  0x0000872c lshift8  0x0000003f , 0x00000002 
+ 00031307  0x0000872d or_into  0x0000005c , 0x00000002 
+ 00031308  0x0000872e arg  0x00000a1e , 0x00000006 
+ 00031309  0x0000872f force  0x00000006 , 0x00000039 
+ 00031310  0x00008730 call  0x00007955 
+ 00031311  0x00008731 call  0x0000790b 
+ 00031312  0x00008732 call  0x00007912 
+ 00031313  0x00008733 arg  0x00000726 , 0x00000006 
+ 00031314  0x00008734 arg  0x000005e6 , 0x00000005 
+ 00031315  0x00008735 force  0x00000008 , 0x00000039 
+ 00031316  0x00008736 call  0x00007a71 
+ 00031317  0x00008737 setarg  0x00800000 
+ 00031318  0x00008738 lshift8  0x0000003f , 0x0000003f 
+ 00031319  0x00008739 istore  0x00000004 , 0x00000005 
+ 00031320  0x0000873a call  0x00007ec5 
+ 00031321  0x0000873b setarg  0x00000300 
+ 00031322  0x0000873c istore  0x00000004 , 0x00000005 
+ 00031323  0x0000873d call  0x00007912 
+ 00031324  0x0000873e branch  0x0000794e 
+ 00031325  0x00008746 jam  0x000000c0 , 0x000005e3 
+ 00031326  0x00008748 fetch  0x00000001 , 0x000005e3 
+ 00031327  0x00008749 rtn  0x00000034 
+ 00031328  0x0000874a increase  0xffffffff , 0x0000003f 
+ 00031329  0x0000874b store  0x00000001 , 0x000005e3 
+ 00031330  0x0000874c arg  0x000006be , 0x00000006 
+ 00031331  0x0000874d call  0x000076ec 
+ 00031332  0x0000874e branch  0x00007a5e , 0x00000001 
+ 00031333  0x0000874f arg  0x000005e6 , 0x00000006 
+ 00031334  0x00008750 arg  0x00000676 , 0x00000005 
+ 00031335  0x00008751 branch  0x000076f2 
+ 00031336  0x00008754 call  0x00007803 
+ 00031337  0x00008755 fetch  0x00000001 , 0x000005e3 
+ 00031338  0x00008756 increase  0xffffffff , 0x0000003f 
+ 00031339  0x00008757 store  0x00000001 , 0x000005e3 
+ 00031340  0x00008758 arg  0x000006be , 0x00000006 
+ 00031341  0x00008759 call  0x000076ec 
+ 00031342  0x0000875a rtn  0x00000001 
+ 00031343  0x0000875b branch  0x00007854 
+ 00031344  0x0000875e force  0x00000004 , 0x00000039 
+ 00031345  0x00008760 increase  0xfffffffc , 0x00000006 
+ 00031346  0x00008762 ifetch  0x00000004 , 0x00000006 
+ 00031347  0x00008763 istore  0x00000004 , 0x00000005 
+ 00031348  0x00008764 increase  0xfffffff8 , 0x00000006 
+ 00031349  0x00008765 loop  0x00007a72 
+ 00031350  0x00008766 rtn 
+ 00031351  0x0000876c bpatchx  0x000000ef , 0x0000403d 
+ 00031352  0x0000876d fetch  0x00000001 , 0x000044be 
+ 00031353  0x0000876e branch  0x00005af0 , 0x00000034 
+ 00031354  0x0000876f call  0x00005aec 
+ 00031355  0x00008770 call  0x00007583 
+ 00031356  0x00008772 branch  0x00007a7d 
+ 00031357  0x00008778 fetch  0x00000001 , 0x000044c3 
+ 00031358  0x00008779 rtnne  0x00000000 
+ 00031359  0x0000877a fetch  0x00000001 , 0x000044c0 
+ 00031360  0x0000877b rtnne  0x00000000 
+ 00031361  0x0000877d arg  0x000045b2 , 0x00000005 
+ 00031362  0x0000877e force  0x0000000f , 0x00000007 
+ 00031363  0x0000877f call  0x000076a2 
+ 00031364  0x00008780 random  0x0000003f 
+ 00031365  0x00008781 rshift  0x0000003f , 0x0000003f 
+ 00031366  0x00008782 istore  0x00000002 , 0x00000005 
+ 00031367  0x00008784 arg  0x00000766 , 0x00000005 
+ 00031368  0x00008785 arg  0x000045b2 , 0x00000006 
+ 00031369  0x00008786 call  0x00007ebd 
+ 00031370  0x00008788 arg  0x00000646 , 0x00000005 
+ 00031371  0x00008789 arg  0x0000095e , 0x00000006 
+ 00031372  0x0000878a call  0x00007eb3 
+ 00031373  0x0000878c arg  0x00000686 , 0x00000005 
+ 00031374  0x0000878d call  0x00007ed0 
+ 00031375  0x0000878e jam  0x00000001 , 0x00000686 
+ 00031376  0x00008790 call  0x00007ac7 
+ 00031377  0x00008791 jam  0x00000003 , 0x000044c0 
+ 00031378  0x00008792 rtn 
+ 00031379  0x00008795 arg  0x000045d2 , 0x00000005 
+ 00031380  0x00008796 arg  0x000006a6 , 0x00000006 
+ 00031381  0x00008797 call  0x00007eb3 
+ 00031382  0x00008798 jam  0x00000003 , 0x000044c3 
+ 00031383  0x00008799 jam  0x00000000 , 0x000044c0 
+ 00031384  0x0000879a rtn 
+ 00031385  0x0000879f fetch  0x00000001 , 0x000009b9 
+ 00031386  0x000087a0 rtnne  0x00000000 
+ 00031387  0x000087a1 fetch  0x00000001 , 0x000044c0 
+ 00031388  0x000087a2 rtnne  0x00000000 
+ 00031389  0x000087a4 arg  0x00000766 , 0x00000005 
+ 00031390  0x000087a5 arg  0x000045b2 , 0x00000006 
+ 00031391  0x000087a6 call  0x00007ebd 
+ 00031392  0x000087a8 arg  0x00000646 , 0x00000005 
+ 00031393  0x000087a9 arg  0x000009be , 0x00000006 
+ 00031394  0x000087aa call  0x00007eb3 
+ 00031395  0x000087ac arg  0x00000686 , 0x00000005 
+ 00031396  0x000087ad call  0x00007ed0 
+ 00031397  0x000087ae jam  0x00000001 , 0x00000686 
+ 00031398  0x000087b0 call  0x00007ac7 
+ 00031399  0x000087b1 jam  0x00000004 , 0x000044c0 
+ 00031400  0x000087b2 rtn 
+ 00031401  0x000087b7 arg  0x000009fe , 0x00000005 
+ 00031402  0x000087b8 arg  0x000006a6 , 0x00000006 
+ 00031403  0x000087b9 call  0x00007ebd 
+ 00031404  0x000087ba jam  0x00000003 , 0x000009b9 
+ 00031405  0x000087bb jam  0x00000000 , 0x000044c0 
+ 00031406  0x000087bc rtn 
+ 00031407  0x000087c1 fetch  0x00000001 , 0x000044be 
+ 00031408  0x000087c2 rtn  0x00000034 
+ 00031409  0x000087c3 fetch  0x00000001 , 0x000044c0 
+ 00031410  0x000087c4 rtn  0x00000034 
+ 00031411  0x000087c5 increase  0x00000080 , 0x0000003f 
+ 00031412  0x000087c6 store  0x00000001 , 0x000044c0 
+ 00031413  0x000087c7 rtnbit1  0x00000007 
+ 00031414  0x000087c8 fetch  0x00000002 , 0x000005e3 
+ 00031415  0x000087c9 branch  0x00007ab9 , 0x00000034 
+ 00031416  0x000087ca branch  0x00007abf 
+ 00031417  0x000087cd bpatchx  0x000000f0 , 0x0000403e 
+ 00031418  0x000087ce call  0x00007ad4 
+ 00031419  0x000087cf fetch  0x00000001 , 0x000044c0 
+ 00031420  0x000087d0 beq  0x00000003 , 0x00007a93 
+ 00031421  0x000087d1 beq  0x00000004 , 0x00007aa9 
+ 00031422  0x000087d2 rtn 
+ 00031423  0x000087d6 call  0x00007ae6 
+ 00031424  0x000087d7 fetch  0x00000002 , 0x000005e3 
+ 00031425  0x000087d8 increase  0xffffffff , 0x0000003f 
+ 00031426  0x000087d9 store  0x00000002 , 0x000005e3 
+ 00031427  0x000087da arg  0x00000766 , 0x00000006 
+ 00031428  0x000087db call  0x000076ec 
+ 00031429  0x000087dc rtn  0x00000001 
+ 00031430  0x000087dd branch  0x00007b37 
+ 00031431  0x000087e0 bpatchx  0x000000f1 , 0x0000403e 
+ 00031432  0x000087e1 setarg  0x00000100 , 0x0000003f 
+ 00031433  0x000087e2 store  0x00000002 , 0x000005e3 
+ 00031434  0x000087e4 fetch  0x00000002 , 0x000005e3 
+ 00031435  0x000087e5 rtn  0x00000034 
+ 00031436  0x000087e6 increase  0xffffffff , 0x0000003f 
+ 00031437  0x000087e7 store  0x00000002 , 0x000005e3 
+ 00031438  0x000087e8 arg  0x00000766 , 0x00000006 
+ 00031439  0x000087e9 call  0x000076ec 
+ 00031440  0x000087ea branch  0x00007aca , 0x00000001 
+ 00031441  0x000087eb arg  0x00000646 , 0x00000006 
+ 00031442  0x000087ec arg  0x00000706 , 0x00000005 
+ 00031443  0x000087ed branch  0x00007eb2 
+ 00031444  0x000087f1 arg  0x00000746 , 0x00000011 
+ 00031445  0x000087f2 arg  0x00000846 , 0x00000005 
+ 00031446  0x000087f3 call  0x00007ba3 
+ 00031447  0x000087f4 arg  0x00000846 , 0x00000011 
+ 00031448  0x000087f5 arg  0x000007e6 , 0x00000005 
+ 00031449  0x000087f6 call  0x00007c79 
+ 00031450  0x000087f7 arg  0x00000706 , 0x00000011 
+ 00031451  0x000087f8 arg  0x000007e6 , 0x00000012 
+ 00031452  0x000087f9 arg  0x000006a6 , 0x00000005 
+ 00031453  0x000087fa call  0x00007be1 
+ 00031454  0x000087fb arg  0x00000846 , 0x00000011 
+ 00031455  0x000087fc arg  0x000007e6 , 0x00000012 
+ 00031456  0x000087fd arg  0x00000826 , 0x00000005 
+ 00031457  0x000087fe call  0x00007be1 
+ 00031458  0x000087ff arg  0x00000726 , 0x00000011 
+ 00031459  0x00008800 arg  0x00000826 , 0x00000012 
+ 00031460  0x00008801 arg  0x000006c6 , 0x00000005 
+ 00031461  0x00008802 branch  0x00007be1 
+ 00031462  0x00008805 arg  0x00000746 , 0x00000011 
+ 00031463  0x00008806 arg  0x00000826 , 0x00000005 
+ 00031464  0x00008807 call  0x00007c79 
+ 00031465  0x00008808 arg  0x00000826 , 0x00000011 
+ 00031466  0x00008809 arg  0x00000846 , 0x00000005 
+ 00031467  0x0000880a call  0x00007c79 
+ 00031468  0x0000880c arg  0x0000093e , 0x00000011 
+ 00031469  0x0000880d arg  0x00000846 , 0x00000012 
+ 00031470  0x0000880e arg  0x00000846 , 0x00000005 
+ 00031471  0x0000880f call  0x00007be1 
+ 00031472  0x00008810 arg  0x00000706 , 0x00000011 
+ 00031473  0x00008811 arg  0x00000826 , 0x00000005 
+ 00031474  0x00008812 call  0x00007c79 
+ 00031475  0x00008814 arg  0x00000826 , 0x00000006 
+ 00031476  0x00008815 arg  0x000007e6 , 0x00000005 
+ 00031477  0x00008816 call  0x00007ebd 
+ 00031478  0x00008817 arg  0x000007e6 , 0x00000011 
+ 00031479  0x00008818 call  0x00007c80 
+ 00031480  0x00008819 arg  0x00000826 , 0x00000011 
+ 00031481  0x0000881a arg  0x000007e6 , 0x00000012 
+ 00031482  0x0000881b arg  0x00000826 , 0x00000005 
+ 00031483  0x0000881c call  0x00007c7d 
+ 00031484  0x0000881e arg  0x00000826 , 0x00000011 
+ 00031485  0x0000881f arg  0x00000846 , 0x00000012 
+ 00031486  0x00008820 arg  0x00000826 , 0x00000005 
+ 00031487  0x00008821 call  0x00007c7d 
+ 00031488  0x00008823 arg  0x00000706 , 0x00000006 
+ 00031489  0x00008824 arg  0x000007e6 , 0x00000005 
+ 00031490  0x00008825 call  0x00007ebd 
+ 00031491  0x00008826 arg  0x00000726 , 0x00000011 
+ 00031492  0x00008827 arg  0x00000846 , 0x00000005 
+ 00031493  0x00008828 call  0x00007c79 
+ 00031494  0x00008829 arg  0x000007e6 , 0x00000011 
+ 00031495  0x0000882a call  0x00007c80 
+ 00031496  0x0000882b arg  0x000007e6 , 0x00000011 
+ 00031497  0x0000882c call  0x00007c80 
+ 00031498  0x0000882d arg  0x000007e6 , 0x00000011 
+ 00031499  0x0000882e arg  0x00000846 , 0x00000012 
+ 00031500  0x0000882f arg  0x000007e6 , 0x00000005 
+ 00031501  0x00008830 call  0x00007be1 
+ 00031502  0x00008831 arg  0x00000846 , 0x00000011 
+ 00031503  0x00008832 arg  0x00000806 , 0x00000005 
+ 00031504  0x00008833 call  0x00007c79 
+ 00031505  0x00008834 arg  0x00000806 , 0x00000011 
+ 00031506  0x00008835 call  0x00007c80 
+ 00031507  0x00008836 arg  0x00000806 , 0x00000011 
+ 00031508  0x00008837 call  0x00007c80 
+ 00031509  0x00008838 arg  0x00000806 , 0x00000011 
+ 00031510  0x00008839 call  0x00007c80 
+ 00031511  0x0000883a arg  0x00000726 , 0x00000006 
+ 00031512  0x0000883b arg  0x00000846 , 0x00000005 
+ 00031513  0x0000883c call  0x00007ebd 
+ 00031514  0x0000883d arg  0x00000846 , 0x00000011 
+ 00031515  0x0000883e call  0x00007c80 
+ 00031516  0x0000883f arg  0x00000846 , 0x00000011 
+ 00031517  0x00008840 arg  0x00000746 , 0x00000012 
+ 00031518  0x00008841 arg  0x00000746 , 0x00000005 
+ 00031519  0x00008842 call  0x00007be1 
+ 00031520  0x00008845 arg  0x00000826 , 0x00000011 
+ 00031521  0x00008846 arg  0x00000846 , 0x00000005 
+ 00031522  0x00008847 call  0x00007c79 
+ 00031523  0x00008849 arg  0x00000846 , 0x00000011 
+ 00031524  0x0000884a arg  0x000007e6 , 0x00000012 
+ 00031525  0x0000884b arg  0x00000846 , 0x00000005 
+ 00031526  0x0000884c call  0x00007c96 
+ 00031527  0x0000884d arg  0x00000846 , 0x00000011 
+ 00031528  0x0000884e arg  0x000007e6 , 0x00000012 
+ 00031529  0x0000884f arg  0x00000706 , 0x00000005 
+ 00031530  0x00008850 call  0x00007c96 
+ 00031531  0x00008851 arg  0x000007e6 , 0x00000011 
+ 00031532  0x00008852 arg  0x00000706 , 0x00000012 
+ 00031533  0x00008853 arg  0x00000846 , 0x00000005 
+ 00031534  0x00008854 call  0x00007c96 
+ 00031535  0x00008855 arg  0x00000846 , 0x00000011 
+ 00031536  0x00008856 arg  0x00000826 , 0x00000012 
+ 00031537  0x00008857 arg  0x00000846 , 0x00000005 
+ 00031538  0x00008858 call  0x00007be1 
+ 00031539  0x00008859 arg  0x00000846 , 0x00000011 
+ 00031540  0x0000885a arg  0x00000806 , 0x00000012 
+ 00031541  0x0000885b arg  0x00000726 , 0x00000005 
+ 00031542  0x0000885c branch  0x00007c96 
+ 00031543  0x00008860 arg  0x00000686 , 0x00000011 
+ 00031544  0x00008861 arg  0x00000866 , 0x00000005 
+ 00031545  0x00008862 call  0x00007c79 
+ 00031546  0x00008863 arg  0x00000706 , 0x00000011 
+ 00031547  0x00008864 arg  0x00000866 , 0x00000012 
+ 00031548  0x00008865 arg  0x00000806 , 0x00000005 
+ 00031549  0x00008866 call  0x00007be1 
+ 00031550  0x00008869 arg  0x00000686 , 0x00000011 
+ 00031551  0x0000886a arg  0x00000866 , 0x00000012 
+ 00031552  0x0000886b arg  0x00000866 , 0x00000005 
+ 00031553  0x0000886c call  0x00007be1 
+ 00031554  0x0000886d arg  0x00000726 , 0x00000011 
+ 00031555  0x0000886e arg  0x00000866 , 0x00000012 
+ 00031556  0x0000886f arg  0x000007e6 , 0x00000005 
+ 00031557  0x00008870 call  0x00007be1 
+ 00031558  0x00008873 arg  0x00000746 , 0x00000011 
+ 00031559  0x00008874 arg  0x00000866 , 0x00000005 
+ 00031560  0x00008875 call  0x00007c79 
+ 00031561  0x00008876 arg  0x00000646 , 0x00000011 
+ 00031562  0x00008877 arg  0x00000866 , 0x00000012 
+ 00031563  0x00008878 arg  0x00000826 , 0x00000005 
+ 00031564  0x00008879 call  0x00007be1 
+ 00031565  0x0000887b arg  0x00000746 , 0x00000011 
+ 00031566  0x0000887c arg  0x00000866 , 0x00000012 
+ 00031567  0x0000887d arg  0x00000866 , 0x00000005 
+ 00031568  0x0000887e call  0x00007be1 
+ 00031569  0x0000887f arg  0x00000666 , 0x00000011 
+ 00031570  0x00008880 arg  0x00000866 , 0x00000012 
+ 00031571  0x00008881 arg  0x00000846 , 0x00000005 
+ 00031572  0x00008882 call  0x00007be1 
+ 00031573  0x00008887 arg  0x00000806 , 0x00000012 
+ 00031574  0x00008888 arg  0x00000826 , 0x00000011 
+ 00031575  0x00008889 arg  0x00000866 , 0x00000005 
+ 00031576  0x0000888a call  0x00007c96 
+ 00031577  0x0000888b arg  0x00000806 , 0x00000011 
+ 00031578  0x0000888c arg  0x00000826 , 0x00000012 
+ 00031579  0x0000888d arg  0x00000806 , 0x00000005 
+ 00031580  0x0000888e call  0x00007c7d 
+ 00031581  0x00008891 arg  0x000007e6 , 0x00000012 
+ 00031582  0x00008892 arg  0x00000846 , 0x00000011 
+ 00031583  0x00008893 arg  0x00000826 , 0x00000005 
+ 00031584  0x00008894 call  0x00007c96 
+ 00031585  0x00008895 arg  0x000007e6 , 0x00000011 
+ 00031586  0x00008896 arg  0x00000846 , 0x00000012 
+ 00031587  0x00008897 arg  0x000007e6 , 0x00000005 
+ 00031588  0x00008898 call  0x00007c7d 
+ 00031589  0x00008899 arg  0x000007e6 , 0x00000011 
+ 00031590  0x0000889a arg  0x00000866 , 0x00000012 
+ 00031591  0x0000889b arg  0x000007e6 , 0x00000005 
+ 00031592  0x0000889c call  0x00007be1 
+ 00031593  0x0000889d arg  0x00000746 , 0x00000011 
+ 00031594  0x0000889e arg  0x00000686 , 0x00000012 
+ 00031595  0x0000889f arg  0x00000846 , 0x00000005 
+ 00031596  0x000088a0 call  0x00007be1 
+ 00031597  0x000088a1 arg  0x00000846 , 0x00000011 
+ 00031598  0x000088a2 arg  0x00000866 , 0x00000012 
+ 00031599  0x000088a3 arg  0x00000746 , 0x00000005 
+ 00031600  0x000088a4 call  0x00007be1 
+ 00031601  0x000088a6 arg  0x00000866 , 0x00000011 
+ 00031602  0x000088a7 arg  0x00000866 , 0x00000005 
+ 00031603  0x000088a8 call  0x00007c79 
+ 00031604  0x000088a9 arg  0x00000866 , 0x00000011 
+ 00031605  0x000088aa arg  0x00000806 , 0x00000012 
+ 00031606  0x000088ab arg  0x00000846 , 0x00000005 
+ 00031607  0x000088ac call  0x00007be1 
+ 00031608  0x000088ad arg  0x00000866 , 0x00000011 
+ 00031609  0x000088ae arg  0x000007e6 , 0x00000012 
+ 00031610  0x000088af arg  0x000007e6 , 0x00000005 
+ 00031611  0x000088b0 call  0x00007be1 
+ 00031612  0x000088b1 arg  0x00000826 , 0x00000011 
+ 00031613  0x000088b2 arg  0x00000706 , 0x00000005 
+ 00031614  0x000088b3 call  0x00007c79 
+ 00031615  0x000088b4 arg  0x00000706 , 0x00000011 
+ 00031616  0x000088b5 arg  0x00000846 , 0x00000012 
+ 00031617  0x000088b6 arg  0x00000706 , 0x00000005 
+ 00031618  0x000088b7 call  0x00007c96 
+ 00031619  0x000088b8 arg  0x00000706 , 0x00000006 
+ 00031620  0x000088b9 arg  0x00000866 , 0x00000005 
+ 00031621  0x000088ba call  0x00007ebd 
+ 00031622  0x000088bb arg  0x00000866 , 0x00000011 
+ 00031623  0x000088bc call  0x00007c80 
+ 00031624  0x000088bd arg  0x00000846 , 0x00000011 
+ 00031625  0x000088be arg  0x00000866 , 0x00000012 
+ 00031626  0x000088bf arg  0x00000846 , 0x00000005 
+ 00031627  0x000088c0 call  0x00007c96 
+ 00031628  0x000088c1 arg  0x00000846 , 0x00000011 
+ 00031629  0x000088c2 arg  0x00000826 , 0x00000012 
+ 00031630  0x000088c3 arg  0x00000826 , 0x00000005 
+ 00031631  0x000088c4 call  0x00007be1 
+ 00031632  0x000088c5 arg  0x00000826 , 0x00000011 
+ 00031633  0x000088c6 arg  0x000007e6 , 0x00000012 
+ 00031634  0x000088c7 arg  0x00000726 , 0x00000005 
+ 00031635  0x000088c8 call  0x00007c96 
+ 00031636  0x000088c9 arg  0x00000726 , 0x00000011 
+ 00031637  0x000088ca arg  0x0000091e , 0x00000012 
+ 00031638  0x000088cb arg  0x00000726 , 0x00000005 
+ 00031639  0x000088cc force  0x00000000 , 0x00000013 
+ 00031640  0x000088cd fetch  0x00000001 , 0x00000726 
+ 00031641  0x000088ce isolate1  0x00000000 , 0x0000003f 
+ 00031642  0x000088cf call  0x00007c7b , 0x00000001 
+ 00031643  0x000088d0 copy  0x00000013 , 0x00000030 
+ 00031644  0x000088d1 arg  0x00000726 , 0x00000011 
+ 00031645  0x000088d2 call  0x00007cab 
+ 00031646  0x000088d3 fetch  0x00000001 , 0x00000745 
+ 00031647  0x000088d4 isolate1  0x00000000 , 0x00000030 
+ 00031648  0x000088d5 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00031649  0x000088d6 store  0x00000001 , 0x00000745 
+ 00031650  0x000088d7 rtn 
+ 00031651  0x000088da copy  0x00000005 , 0x0000000b 
+ 00031652  0x000088db arg  0x00000806 , 0x00000005 
+ 00031653  0x000088dc call  0x00007ed0 
+ 00031654  0x000088dd force  0x00000000 , 0x0000003f 
+ 00031655  0x000088df store  0x00000004 , 0x00000826 
+ 00031656  0x000088e0 jam  0x00000001 , 0x00000806 
+ 00031657  0x000088e1 arg  0x00000786 , 0x00000005 
+ 00031658  0x000088e2 call  0x00007ed2 
+ 00031659  0x000088e3 arg  0x0000091e , 0x00000006 
+ 00031660  0x000088e4 arg  0x000007c6 , 0x00000005 
+ 00031661  0x000088e5 call  0x00007ebd 
+ 00031662  0x000088e6 copy  0x00000011 , 0x00000006 
+ 00031663  0x000088e7 arg  0x000007e6 , 0x00000005 
+ 00031664  0x000088e8 call  0x00007ebd 
+ 00031665  0x000088ef arg  0x000007e6 , 0x00000006 
+ 00031666  0x000088f0 call  0x00007cb5 
+ 00031667  0x000088f1 branch  0x00007bda , 0x00000034 
+ 00031668  0x000088f6 arg  0x000007e6 , 0x00000011 
+ 00031669  0x000088f7 arg  0x00000806 , 0x00000012 
+ 00031670  0x000088f8 call  0x00007cb8 
+ 00031671  0x000088f9 arg  0x000007c6 , 0x00000011 
+ 00031672  0x000088fa arg  0x00000786 , 0x00000012 
+ 00031673  0x000088fb call  0x00007cb8 
+ 00031674  0x000088fd arg  0x000007e6 , 0x00000011 
+ 00031675  0x000088fe arg  0x000007c6 , 0x00000012 
+ 00031676  0x000088ff call  0x00007cb1 
+ 00031677  0x00008900 branch  0x00007bcc , 0x00000002 
+ 00031678  0x00008901 arg  0x000007c6 , 0x00000011 
+ 00031679  0x00008902 arg  0x000007e6 , 0x00000012 
+ 00031680  0x00008903 copy  0x00000011 , 0x00000005 
+ 00031681  0x00008904 call  0x00007ca9 
+ 00031682  0x00008905 arg  0x00000806 , 0x00000011 
+ 00031683  0x00008906 arg  0x00000786 , 0x00000012 
+ 00031684  0x00008907 copy  0x00000012 , 0x00000005 
+ 00031685  0x00008908 call  0x00007c7b 
+ 00031686  0x00008909 ifetch  0x00000001 , 0x00000011 
+ 00031687  0x0000890a iadd  0x00000013 , 0x00000013 
+ 00031688  0x0000890b ifetch  0x00000001 , 0x00000012 
+ 00031689  0x0000890c iadd  0x00000013 , 0x0000003f 
+ 00031690  0x0000890d istore  0x00000001 , 0x00000012 
+ 00031691  0x0000890e branch  0x00007bb1 
+ 00031692  0x00008910 arg  0x000007e6 , 0x00000011 
+ 00031693  0x00008911 arg  0x000007c6 , 0x00000012 
+ 00031694  0x00008912 copy  0x00000011 , 0x00000005 
+ 00031695  0x00008913 call  0x00007ca9 
+ 00031696  0x00008914 arg  0x00000786 , 0x00000011 
+ 00031697  0x00008915 arg  0x00000806 , 0x00000012 
+ 00031698  0x00008916 copy  0x00000012 , 0x00000005 
+ 00031699  0x00008917 call  0x00007c7b 
+ 00031700  0x00008918 ifetch  0x00000001 , 0x00000011 
+ 00031701  0x00008919 iadd  0x00000013 , 0x00000013 
+ 00031702  0x0000891a ifetch  0x00000001 , 0x00000012 
+ 00031703  0x0000891b iadd  0x00000013 , 0x0000003f 
+ 00031704  0x0000891c istore  0x00000001 , 0x00000012 
+ 00031705  0x0000891d branch  0x00007bb1 
+ 00031706  0x00008920 arg  0x00000786 , 0x00000011 
+ 00031707  0x00008921 copy  0x0000000b , 0x00000005 
+ 00031708  0x00008922 call  0x00007c0a 
+ 00031709  0x00008924 arg  0x0000091e , 0x00000011 
+ 00031710  0x00008925 copy  0x0000000b , 0x00000012 
+ 00031711  0x00008926 copy  0x0000000b , 0x00000005 
+ 00031712  0x00008927 branch  0x00007c96 
+ 00031713  0x0000892b copy  0x00000005 , 0x0000000b 
+ 00031714  0x0000892d force  0x00000000 , 0x00000038 
+ 00031715  0x0000892f arg  0x00000786 , 0x00000005 
+ 00031716  0x00008930 call  0x00007ed2 
+ 00031717  0x00008931 arg  0x00000ad2 , 0x00000005 
+ 00031718  0x00008932 call  0x00007ed2 
+ 00031719  0x00008936 copy  0x00000011 , 0x00000006 
+ 00031720  0x00008938 jam  0x00000000 , 0x00000ad2 
+ 00031721  0x00008939 setarg  0x00000000 
+ 00031722  0x0000893a call  0x00007c73 
+ 00031723  0x0000893b copy  0x00000012 , 0x00000006 
+ 00031724  0x0000893c call  0x00007c77 
+ 00031725  0x0000893f force  0x00000000 , 0x00000007 
+ 00031726  0x00008940 arg  0x00000786 , 0x00000005 
+ 00031727  0x00008944 arg  0x00000ad2 , 0x00000002 
+ 00031728  0x00008945 copy  0x00000007 , 0x00000012 
+ 00031729  0x00008946 lshift2  0x00000012 , 0x0000003f 
+ 00031730  0x00008948 iadd  0x00000002 , 0x00000012 
+ 00031731  0x00008949 force  0x00000000 , 0x00000002 
+ 00031732  0x0000894a force  0x00000000 , 0x00000013 
+ 00031733  0x00008950 ifetch  0x00000004 , 0x00000005 
+ 00031734  0x00008951 iforce  0x00000011 
+ 00031735  0x00008954 ifetch  0x00000004 , 0x00000012 
+ 00031736  0x00008955 copy  0x00000013 , 0x00000038 
+ 00031737  0x00008956 imul32  0x0000002f , 0x0000003f 
+ 00031738  0x00008957 iadd  0x00000011 , 0x0000003f 
+ 00031739  0x00008958 iadd  0x00000002 , 0x0000003f 
+ 00031740  0x00008959 istore  0x00000004 , 0x00000005 
+ 00031741  0x0000895a rshift32  0x0000003f , 0x00000002 
+ 00031742  0x0000895b increase  0x00000001 , 0x00000013 
+ 00031743  0x0000895c compare  0x00000008 , 0x00000013 , 0x000000ff 
+ 00031744  0x0000895d nbranch  0x00007bf5 , 0x00000001 
+ 00031745  0x0000895f deposit  0x00000002 
+ 00031746  0x00008960 istore  0x00000004 , 0x00000005 
+ 00031747  0x00008961 increase  0xffffffe0 , 0x00000005 
+ 00031748  0x00008964 increase  0x00000001 , 0x00000007 
+ 00031749  0x00008965 compare  0x00000008 , 0x00000007 , 0x000000ff 
+ 00031750  0x00008966 nbranch  0x00007bef , 0x00000001 
+ 00031751  0x00008967 arg  0x00000786 , 0x00000011 
+ 00031752  0x00008968 copy  0x0000000b , 0x00000005 
+ 00031753  0x00008969 branch  0x00007c0a 
+ 00031754  0x0000896c bpatchx  0x000000f2 , 0x0000403e 
+ 00031755  0x0000896d copy  0x00000005 , 0x0000000b 
+ 00031756  0x0000896e copy  0x00000011 , 0x00000030 
+ 00031757  0x0000896f arg  0x000007c6 , 0x00000012 
+ 00031758  0x00008970 copy  0x00000012 , 0x00000005 
+ 00031759  0x00008971 call  0x00007ecd 
+ 00031760  0x00008972 istore  0x00000008 , 0x00000005 
+ 00031761  0x00008973 add  0x00000011 , 0x0000002c , 0x00000006 
+ 00031762  0x00008974 call  0x00007eb9 
+ 00031763  0x00008975 call  0x00007eb5 
+ 00031764  0x00008976 copy  0x00000012 , 0x00000011 
+ 00031765  0x00008977 call  0x00007c80 
+ 00031766  0x00008978 arg  0x000007c6 , 0x00000012 
+ 00031767  0x00008979 copy  0x00000030 , 0x00000011 
+ 00031768  0x0000897a copy  0x0000000b , 0x00000005 
+ 00031769  0x0000897b call  0x00007c7d 
+ 00031770  0x0000897d arg  0x000007c6 , 0x00000012 
+ 00031771  0x0000897e copy  0x00000012 , 0x00000005 
+ 00031772  0x0000897f call  0x00007ecd 
+ 00031773  0x00008980 istore  0x00000008 , 0x00000005 
+ 00031774  0x00008981 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00031775  0x00008982 call  0x00007ebf 
+ 00031776  0x00008983 call  0x00007ecd 
+ 00031777  0x00008984 copy  0x00000012 , 0x00000011 
+ 00031778  0x00008985 call  0x00007c80 
+ 00031779  0x00008989 arg  0x000007c6 , 0x00000012 
+ 00031780  0x0000898a copy  0x0000000b , 0x00000011 
+ 00031781  0x0000898b copy  0x00000011 , 0x00000005 
+ 00031782  0x0000898c call  0x00007c7d 
+ 00031783  0x00008990 arg  0x000007c6 , 0x00000012 
+ 00031784  0x00008991 copy  0x00000012 , 0x00000005 
+ 00031785  0x00008992 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031786  0x00008993 call  0x00007eb5 
+ 00031787  0x00008994 call  0x00007ecd 
+ 00031788  0x00008995 istore  0x00000008 , 0x00000005 
+ 00031789  0x00008996 add  0x00000030 , 0x00000038 , 0x00000006 
+ 00031790  0x00008997 call  0x00007eb9 
+ 00031791  0x00008998 copy  0x0000000b , 0x00000011 
+ 00031792  0x00008999 copy  0x00000011 , 0x00000005 
+ 00031793  0x0000899a call  0x00007c7d 
+ 00031794  0x0000899e arg  0x000007c6 , 0x00000012 
+ 00031795  0x0000899f copy  0x00000012 , 0x00000005 
+ 00031796  0x000089a0 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00031797  0x000089a1 call  0x00007eb5 
+ 00031798  0x000089a2 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031799  0x000089a3 call  0x00007eb5 
+ 00031800  0x000089a4 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031801  0x000089a5 call  0x00007eb6 
+ 00031802  0x000089a6 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031803  0x000089a7 call  0x00007eb6 
+ 00031804  0x000089a8 copy  0x0000000b , 0x00000011 
+ 00031805  0x000089a9 copy  0x00000011 , 0x00000005 
+ 00031806  0x000089aa call  0x00007c7d 
+ 00031807  0x000089ad arg  0x000007c6 , 0x00000012 
+ 00031808  0x000089ae copy  0x00000012 , 0x00000005 
+ 00031809  0x000089af add  0x00000030 , 0x0000002c , 0x00000006 
+ 00031810  0x000089b0 call  0x00007eb5 
+ 00031811  0x000089b1 call  0x00007ecd 
+ 00031812  0x000089b2 istore  0x00000008 , 0x00000005 
+ 00031813  0x000089b3 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031814  0x000089b4 call  0x00007eb6 
+ 00031815  0x000089b5 add  0x00000030 , 0x00000028 , 0x00000006 
+ 00031816  0x000089b6 call  0x00007eb6 
+ 00031817  0x000089b7 copy  0x0000000b , 0x00000011 
+ 00031818  0x000089b8 copy  0x00000011 , 0x00000005 
+ 00031819  0x000089b9 call  0x00007c96 
+ 00031820  0x000089bc arg  0x000007c6 , 0x00000012 
+ 00031821  0x000089bd copy  0x00000012 , 0x00000005 
+ 00031822  0x000089be add  0x00000030 , 0x00000030 , 0x00000006 
+ 00031823  0x000089bf call  0x00007eb9 
+ 00031824  0x000089c0 call  0x00007eb9 
+ 00031825  0x000089c1 force  0x00000000 , 0x0000003f 
+ 00031826  0x000089c2 istore  0x00000008 , 0x00000005 
+ 00031827  0x000089c3 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00031828  0x000089c4 call  0x00007eb6 
+ 00031829  0x000089c5 add  0x00000030 , 0x0000002c , 0x00000006 
+ 00031830  0x000089c6 call  0x00007eb6 
+ 00031831  0x000089c7 copy  0x0000000b , 0x00000011 
+ 00031832  0x000089c8 copy  0x00000011 , 0x00000005 
+ 00031833  0x000089c9 call  0x00007c96 
+ 00031834  0x000089cc arg  0x000007c6 , 0x00000012 
+ 00031835  0x000089cd copy  0x00000012 , 0x00000005 
+ 00031836  0x000089ce add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031837  0x000089cf call  0x00007eb5 
+ 00031838  0x000089d0 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031839  0x000089d1 call  0x00007eb5 
+ 00031840  0x000089d2 call  0x00007ecd 
+ 00031841  0x000089d3 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00031842  0x000089d4 call  0x00007eb6 
+ 00031843  0x000089d5 copy  0x0000000b , 0x00000011 
+ 00031844  0x000089d6 copy  0x00000011 , 0x00000005 
+ 00031845  0x000089d7 call  0x00007c96 
+ 00031846  0x000089da arg  0x000007c6 , 0x00000012 
+ 00031847  0x000089db copy  0x00000012 , 0x00000005 
+ 00031848  0x000089dc add  0x00000030 , 0x00000038 , 0x00000006 
+ 00031849  0x000089dd call  0x00007eb9 
+ 00031850  0x000089de call  0x00007ecd 
+ 00031851  0x000089df add  0x00000030 , 0x00000024 , 0x00000006 
+ 00031852  0x000089e0 call  0x00007eb5 
+ 00031853  0x000089e1 call  0x00007ecd 
+ 00031854  0x000089e2 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031855  0x000089e3 call  0x00007eb6 
+ 00031856  0x000089e4 copy  0x0000000b , 0x00000011 
+ 00031857  0x000089e5 copy  0x00000011 , 0x00000005 
+ 00031858  0x000089e6 branch  0x00007c96 
+ 00031859  0x000089ea force  0x00000020 , 0x00000039 
+ 00031860  0x000089eb arg  0x00000ad2 , 0x00000005 
+ 00031861  0x000089ec iadd  0x00000005 , 0x00000005 
+ 00031862  0x000089ed branch  0x00007f01 
+ 00031863  0x000089f0 force  0x00000008 , 0x00000039 
+ 00031864  0x000089f1 branch  0x00007781 
+ 00031865  0x000089f4 copy  0x00000011 , 0x00000012 
+ 00031866  0x000089f5 branch  0x00007be1 
+ 00031867  0x000089f8 force  0x00000008 , 0x00000039 
+ 00031868  0x000089f9 branch  0x00007712 
+ 00031869  0x000089fc call  0x00007c7b 
+ 00031870  0x000089fd copy  0x00000005 , 0x00000011 
+ 00031871  0x000089fe branch  0x00007c81 
+ 00031872  0x00008a01 call  0x00007cae 
+ 00031873  0x00008a03 isolate1  0x00000000 , 0x00000013 
+ 00031874  0x00008a04 branch  0x00007c8a , 0x00000001 
+ 00031875  0x00008a05 arg  0x0000091e , 0x00000012 
+ 00031876  0x00008a06 copy  0x00000011 , 0x00000013 
+ 00031877  0x00008a07 increase  0xffffffe0 , 0x00000011 
+ 00031878  0x00008a08 call  0x00007cb1 
+ 00031879  0x00008a09 nrtn  0x00000002 
+ 00031880  0x00008a0a copy  0x00000013 , 0x00000011 
+ 00031881  0x00008a0b branch  0x00007c92 
+ 00031882  0x00008a0e call  0x00007c92 
+ 00031883  0x00008a10 copy  0x00000011 , 0x00000013 
+ 00031884  0x00008a11 increase  0xffffffe0 , 0x00000011 
+ 00031885  0x00008a12 arg  0x0000091e , 0x00000012 
+ 00031886  0x00008a13 call  0x00007cb1 
+ 00031887  0x00008a14 nrtn  0x00000002 
+ 00031888  0x00008a15 copy  0x00000013 , 0x00000011 
+ 00031889  0x00008a16 branch  0x00007c92 
+ 00031890  0x00008a1a increase  0xffffffe0 , 0x00000011 
+ 00031891  0x00008a1b arg  0x0000091e , 0x00000012 
+ 00031892  0x00008a1c copy  0x00000011 , 0x00000005 
+ 00031893  0x00008a1d branch  0x00007ca9 
+ 00031894  0x00008a23 call  0x00007ca9 
+ 00031895  0x00008a25 branch  0x00007ca0 , 0x00000001 
+ 00031896  0x00008a28 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031897  0x00008a29 arg  0x0000091e , 0x00000012 
+ 00031898  0x00008a2a call  0x00007cb1 
+ 00031899  0x00008a2b nrtn  0x00000002 
+ 00031900  0x00008a2c arg  0x0000091e , 0x00000012 
+ 00031901  0x00008a2d add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031902  0x00008a2f copy  0x00000011 , 0x00000005 
+ 00031903  0x00008a30 branch  0x00007ca9 
+ 00031904  0x00008a32 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031905  0x00008a33 arg  0x0000091e , 0x00000012 
+ 00031906  0x00008a34 copy  0x00000011 , 0x00000005 
+ 00031907  0x00008a35 call  0x00007c7b 
+ 00031908  0x00008a37 rtn  0x00000001 
+ 00031909  0x00008a38 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031910  0x00008a39 arg  0x0000091e , 0x00000012 
+ 00031911  0x00008a3a copy  0x00000011 , 0x00000005 
+ 00031912  0x00008a3b branch  0x00007c7b 
+ 00031913  0x00008a40 force  0x00000008 , 0x00000039 
+ 00031914  0x00008a41 branch  0x00007720 
+ 00031915  0x00008a44 force  0x00000008 , 0x00000039 
+ 00031916  0x00008a45 increase  0x0000001c , 0x00000011 
+ 00031917  0x00008a46 branch  0x0000772f 
+ 00031918  0x00008a49 force  0x00000008 , 0x00000039 
+ 00031919  0x00008a4a force  0x00000000 , 0x00000013 
+ 00031920  0x00008a4b branch  0x0000773d 
+ 00031921  0x00008a4e force  0x00000008 , 0x00000039 
+ 00031922  0x00008a4f increase  0x0000001c , 0x00000011 
+ 00031923  0x00008a50 increase  0x0000001c , 0x00000012 
+ 00031924  0x00008a51 branch  0x00007707 
+ 00031925  0x00008a55 ifetch  0x00000008 , 0x00000006 
+ 00031926  0x00008a56 nrtn  0x00000034 
+ 00031927  0x00008a57 branch  0x000076f5 
+ 00031928  0x00008a5d copy  0x00000011 , 0x00000030 
+ 00031929  0x00008a5f copy  0x00000030 , 0x00000011 
+ 00031930  0x00008a60 ifetch  0x00000001 , 0x00000011 
+ 00031931  0x00008a61 isolate1  0x00000000 , 0x0000003f 
+ 00031932  0x00008a62 rtn  0x00000001 
+ 00031933  0x00008a63 call  0x00007cab 
+ 00031934  0x00008a64 ifetch  0x00000001 , 0x00000012 
+ 00031935  0x00008a65 isolate0  0x00000000 , 0x0000003f 
+ 00031936  0x00008a66 branch  0x00007cc8 , 0x00000001 
+ 00031937  0x00008a67 arg  0x0000091e , 0x00000011 
+ 00031938  0x00008a68 copy  0x00000012 , 0x00000005 
+ 00031939  0x00008a69 call  0x00007c7b 
+ 00031940  0x00008a6a ifetch  0x00000001 , 0x00000012 
+ 00031941  0x00008a6b iadd  0x00000013 , 0x0000003f 
+ 00031942  0x00008a6c istore  0x00000001 , 0x00000012 
+ 00031943  0x00008a6d increase  0xffffffe0 , 0x00000012 
+ 00031944  0x00008a6f add  0x00000012 , 0x00000020 , 0x00000011 
+ 00031945  0x00008a70 force  0x00000009 , 0x00000039 
+ 00031946  0x00008a71 call  0x0000772f 
+ 00031947  0x00008a72 branch  0x00007cb9 
+ 00031948  0x00008a77 call  0x00002c65 
+ 00031949  0x00008a78 rtn  0x0000002b 
+ 00031950  0x00008a79 call  0x00007cd3 
+ 00031951  0x00008a7a call  0x00007d75 
+ 00031952  0x00008a7b branch  0x00007d08 
+ 00031953  0x00008a7e call  0x00007d29 
+ 00031954  0x00008a80 branch  0x00007d64 
+ 00031955  0x00008a83 fetch  0x00000001 , 0x00004686 
+ 00031956  0x00008a84 rtneq  0x000000ff 
+ 00031957  0x00008a85 iforce  0x00000002 
+ 00031958  0x00008a86 call  0x0000680e 
+ 00031959  0x00008a87 fetcht  0x00000001 , 0x00004686 
+ 00031960  0x00008a88 call  0x00006825 
+ 00031961  0x00008a89 nop  0x00000064 
+ 00031962  0x00008a8a fetcht  0x00000001 , 0x00004686 
+ 00031963  0x00008a8b call  0x000067fb 
+ 00031964  0x00008a8c branch  0x00007cdd 
+ 00031965  0x00008a91 bpatchx  0x000000f3 , 0x0000403e 
+ 00031966  0x00008a92 fetch  0x00000001 , 0x00004686 
+ 00031967  0x00008a93 rtneq  0x000000ff 
+ 00031968  0x00008a94 copy  0x0000003f , 0x00000002 
+ 00031969  0x00008a95 call  0x0000681d 
+ 00031970  0x00008a96 nbranch  0x00007cef , 0x00000001 
+ 00031971  0x00008a99 call  0x00007cf9 
+ 00031972  0x00008a9a fetch  0x00000002 , 0x00004682 
+ 00031973  0x00008a9b set1  0x0000000c 
+ 00031974  0x00008a9c store  0x00000002 , 0x00004682 
+ 00031975  0x00008a9d fetch  0x00000001 , 0x00004679 
+ 00031976  0x00008a9e rtneq  0x00000000 
+ 00031977  0x00008a9f jam  0x00000000 , 0x00004679 
+ 00031978  0x00008aa1 fetch  0x00000001 , 0x00004685 
+ 00031979  0x00008aa2 store  0x00000001 , 0x00004678 
+ 00031980  0x00008aa3 call  0x00007d00 
+ 00031981  0x00008aa4 jam  0x0000002c , 0x00000a99 
+ 00031982  0x00008aa5 branch  0x00007d86 
+ 00031983  0x00008aa7 fetch  0x00000002 , 0x00004682 
+ 00031984  0x00008aa8 set0  0x0000000c 
+ 00031985  0x00008aa9 store  0x00000002 , 0x00004682 
+ 00031986  0x00008aaa fetch  0x00000001 , 0x00004679 
+ 00031987  0x00008aab rtneq  0x00000001 
+ 00031988  0x00008aac jam  0x00000001 , 0x00004679 
+ 00031989  0x00008aae jam  0x00000000 , 0x00004678 
+ 00031990  0x00008aaf call  0x00007d02 
+ 00031991  0x00008ab0 jam  0x0000002d , 0x00000a99 
+ 00031992  0x00008ab1 branch  0x00007d86 
+ 00031993  0x00008ab4 fetch  0x00000001 , 0x00004678 
+ 00031994  0x00008ab5 rtn  0x00000034 
+ 00031995  0x00008ab6 increase  0xffffffff , 0x0000003f 
+ 00031996  0x00008ab7 store  0x00000001 , 0x00004678 
+ 00031997  0x00008ab8 nrtn  0x00000034 
+ 00031998  0x00008aba jam  0x00000010 , 0x00000a99 
+ 00031999  0x00008abb branch  0x00007d86 
+ 00032000  0x00008abe arg  0x00000007 , 0x00000007 
+ 00032001  0x00008abf branch  0x00002c32 
+ 00032002  0x00008ac2 arg  0x00000007 , 0x00000007 
+ 00032003  0x00008ac3 branch  0x00002c36 
+ 00032004  0x00008ada fetch  0x00000002 , 0x0000421b 
+ 00032005  0x00008adb mul32  0x00000011 , 0x0000000b , 0x00000012 
+ 00032006  0x00008adc iadd  0x00000012 , 0x00000012 
+ 00032007  0x00008add rtn 
+ 00032008  0x00008ae1 fetch  0x00000001 , 0x0000421a 
+ 00032009  0x00008ae2 rtn  0x00000034 
+ 00032010  0x00008ae3 copy  0x0000003f , 0x00000039 
+ 00032011  0x00008ae4 fetch  0x00000002 , 0x0000421b 
+ 00032012  0x00008ae5 copy  0x0000003f , 0x00000012 
+ 00032013  0x00008ae7 add  0x00000012 , 0x00000002 , 0x00000013 
+ 00032014  0x00008ae8 ifetcht  0x00000001 , 0x00000013 
+ 00032015  0x00008ae9 call  0x0000680e 
+ 00032016  0x00008aea call  0x00007d32 
+ 00032017  0x00008aeb increase  0x0000000b , 0x00000012 
+ 00032018  0x00008aec loop  0x00007d0d 
+ 00032019  0x00008aed rtn 
+ 00032020  0x00008af2 call  0x00007d04 
+ 00032021  0x00008af3 setarg  0x00000002 
+ 00032022  0x00008af4 istore  0x00000001 , 0x00000012 
+ 00032023  0x00008af5 call  0x00007d5e 
+ 00032024  0x00008af6 branch  0x00007d35 
+ 00032025  0x00008afc call  0x00007d04 
+ 00032026  0x00008afd setarg  0x00000003 
+ 00032027  0x00008afe istore  0x00000001 , 0x00000012 
+ 00032028  0x00008aff call  0x00007d5e 
+ 00032029  0x00008b00 branch  0x00007d32 
+ 00032030  0x00008b05 call  0x00007d04 
+ 00032031  0x00008b06 setarg  0x00000001 
+ 00032032  0x00008b07 istore  0x00000001 , 0x00000012 
+ 00032033  0x00008b08 setarg  0x000000ff 
+ 00032034  0x00008b09 istore  0x00000001 , 0x00000005 
+ 00032035  0x00008b0a branch  0x00007d32 
+ 00032036  0x00008b10 call  0x00007d04 
+ 00032037  0x00008b11 arg  0x0000000b , 0x00000039 
+ 00032038  0x00008b12 copy  0x00000013 , 0x00000006 
+ 00032039  0x00008b13 copy  0x00000012 , 0x00000005 
+ 00032040  0x00008b14 branch  0x00007ef4 
+ 00032041  0x00008b19 fetch  0x00000001 , 0x0000421a 
+ 00032042  0x00008b1a rtn  0x00000034 
+ 00032043  0x00008b1b arg  0x00000000 , 0x00000011 
+ 00032044  0x00008b1d call  0x00007d38 
+ 00032045  0x00008b1e increase  0x00000001 , 0x00000011 
+ 00032046  0x00008b1f fetch  0x00000001 , 0x0000421a 
+ 00032047  0x00008b20 isub  0x00000011 , 0x0000003e 
+ 00032048  0x00008b21 rtn  0x00000005 
+ 00032049  0x00008b22 branch  0x00007d2c 
+ 00032050  0x00008b26 add  0x00000012 , 0x00000002 , 0x00000013 
+ 00032051  0x00008b27 ifetcht  0x00000001 , 0x00000013 
+ 00032052  0x00008b28 branch  0x00006825 
+ 00032053  0x00008b2c add  0x00000012 , 0x00000002 , 0x00000013 
+ 00032054  0x00008b2d ifetcht  0x00000001 , 0x00000013 
+ 00032055  0x00008b2e branch  0x00006829 
+ 00032056  0x00008b33 add  0x00000011 , 0x0000000b , 0x00000007 
+ 00032057  0x00008b34 call  0x00007f16 
+ 00032058  0x00008b35 nrtn  0x00000034 
+ 00032059  0x00008b37 call  0x00007d04 
+ 00032060  0x00008b39 ifetch  0x00000001 , 0x00000012 
+ 00032061  0x00008b3b beq  0x00000002 , 0x00007d35 
+ 00032062  0x00008b3c beq  0x00000003 , 0x00007d32 
+ 00032063  0x00008b3d beq  0x00000000 , 0x00007d32 
+ 00032064  0x00008b3e beq  0x00000005 , 0x00007d4c 
+ 00032065  0x00008b40 call  0x00007d35 
+ 00032066  0x00008b41 add  0x00000012 , 0x00000007 , 0x00000013 
+ 00032067  0x00008b42 call  0x00007e7c 
+ 00032068  0x00008b43 ifetch  0x00000002 , 0x00000013 
+ 00032069  0x00008b44 call  0x00007f9c 
+ 00032070  0x00008b45 call  0x00007e8c 
+ 00032071  0x00008b46 setarg  0x00000005 
+ 00032072  0x00008b47 istore  0x00000001 , 0x00000012 
+ 00032073  0x00008b48 add  0x00000012 , 0x00000003 , 0x00000013 
+ 00032074  0x00008b49 ifetch  0x00000002 , 0x00000013 
+ 00032075  0x00008b4a branch  0x00007d5c 
+ 00032076  0x00008b4e call  0x00007d32 
+ 00032077  0x00008b4f add  0x00000012 , 0x00000009 , 0x00000013 
+ 00032078  0x00008b50 call  0x00007e7c 
+ 00032079  0x00008b51 ifetch  0x00000002 , 0x00000013 
+ 00032080  0x00008b52 call  0x00007f9c 
+ 00032081  0x00008b53 call  0x00007e8c 
+ 00032082  0x00008b55 add  0x00000012 , 0x00000001 , 0x00000013 
+ 00032083  0x00008b56 ifetch  0x00000001 , 0x00000013 
+ 00032084  0x00008b57 beq  0x000000ff , 0x00007d58 
+ 00032085  0x00008b58 increase  0xffffffff , 0x0000003f 
+ 00032086  0x00008b59 istore  0x00000001 , 0x00000013 
+ 00032087  0x00008b5a branch  0x00007d19 , 0x00000034 
+ 00032088  0x00008b5c setarg  0x00000004 
+ 00032089  0x00008b5d istore  0x00000001 , 0x00000012 
+ 00032090  0x00008b5e add  0x00000012 , 0x00000005 , 0x00000013 
+ 00032091  0x00008b5f ifetch  0x00000002 , 0x00000013 
+ 00032092  0x00008b61 add  0x00000011 , 0x0000000b , 0x00000007 
+ 00032093  0x00008b62 branch  0x00007f08 
+ 00032094  0x00008b65 setarg  0x00000000 
+ 00032095  0x00008b66 branch  0x00007d5c 
+ 00032096  0x00008b6d setarg  0x00001000 
+ 00032097  0x00008b6e lshift16  0x0000003f , 0x0000003f 
+ 00032098  0x00008b6f iadd  0x00000012 , 0x00000012 
+ 00032099  0x00008b70 rtn 
+ 00032100  0x00008b73 bpatchx  0x000000f4 , 0x0000403e 
+ 00032101  0x00008b74 arg  0x00000000 , 0x00000011 
+ 00032102  0x00008b75 fetcht  0x00000004 , 0x0000467a 
+ 00032103  0x00008b76 copy  0x00000022 , 0x00000012 
+ 00032104  0x00008b77 copy  0x00000012 , 0x0000003f 
+ 00032105  0x00008b78 isub  0x00000002 , 0x0000003e 
+ 00032106  0x00008b79 ncall  0x00007d60 , 0x00000002 
+ 00032107  0x00008b7c copy  0x00000012 , 0x0000003f 
+ 00032108  0x00008b7d increase  0x000000a0 , 0x00000002 
+ 00032109  0x00008b7e increase  0x000000a0 , 0x00000002 
+ 00032110  0x00008b7f isub  0x00000002 , 0x0000003e 
+ 00032111  0x00008b80 nbranch  0x00007d78 , 0x00000002 
+ 00032112  0x00008b81 increase  0x00000001 , 0x00000011 
+ 00032113  0x00008b82 and  0x00000011 , 0x0000000f , 0x0000003f 
+ 00032114  0x00008b83 nbranch  0x00007d6b , 0x00000034 
+ 00032115  0x00008b84 arg  0x00000000 , 0x00000011 
+ 00032116  0x00008b85 call  0x00007d7f 
+ 00032117  0x00008b87 copy  0x00000022 , 0x0000003f 
+ 00032118  0x00008b88 store  0x00000004 , 0x0000467a 
+ 00032119  0x00008b89 rtn 
+ 00032120  0x00008b8b bpatchx  0x000000f5 , 0x0000403e 
+ 00032121  0x00008b8c copy  0x00000011 , 0x0000003f 
+ 00032122  0x00008b8d rtn  0x00000034 
+ 00032123  0x00008b8e increase  0xffffff60 , 0x00000002 
+ 00032124  0x00008b8f increase  0xffffff60 , 0x00000002 
+ 00032125  0x00008b90 set0  0x0000001c , 0x00000002 
+ 00032126  0x00008b91 storet  0x00000004 , 0x0000467a 
+ 00032127  0x00008b93 branch  0x0000335f 
+ 00032128  0x00008b9b jam  0x00000001 , 0x00004666 
+ 00032129  0x00008b9d fetch  0x00000001 , 0x00004667 
+ 00032130  0x00008b9e nbranch  0x00007d81 , 0x00000034 
+ 00032131  0x00008b9f rtn 
+ 00032132  0x00008ba2 jam  0x00000000 , 0x00004666 
+ 00032133  0x00008ba3 rtn 
+ 00032134  0x00008ba8 bpatchx  0x000000f6 , 0x0000403e 
+ 00032135  0x00008ba9 call  0x00007d80 
+ 00032136  0x00008baa copy  0x00000011 , 0x0000003f 
+ 00032137  0x00008bab store  0x00000004 , 0x00000a91 
+ 00032138  0x00008bac arg  0x00004668 , 0x00000011 
+ 00032139  0x00008bad call  0x00007fb8 
+ 00032140  0x00008bae fetch  0x00000004 , 0x00000a91 
+ 00032141  0x00008baf copy  0x0000003f , 0x00000011 
+ 00032142  0x00008bb0 branch  0x00007d84 
+ 00032143  0x00008bb3 bpatchx  0x000000f7 , 0x0000403e 
+ 00032144  0x00008bb4 call  0x00007d80 
+ 00032145  0x00008bb5 copy  0x00000011 , 0x0000003f 
+ 00032146  0x00008bb6 store  0x00000004 , 0x00000a91 
+ 00032147  0x00008bb7 arg  0x00004670 , 0x00000011 
+ 00032148  0x00008bb8 call  0x00007fb8 
+ 00032149  0x00008bb9 fetch  0x00000004 , 0x00000a91 
+ 00032150  0x00008bba copy  0x0000003f , 0x00000011 
+ 00032151  0x00008bbb branch  0x00007d84 
+ 00032152  0x00008bbe setarg  0x00000000 
+ 00032153  0x00008bbf store  0x00000008 , 0x00004670 
+ 00032154  0x00008bc0 store  0x00000008 , 0x00004668 
+ 00032155  0x00008bc1 rtn 
+ 00032156  0x00008bc4 bpatchx  0x000000f8 , 0x0000403f 
+ 00032157  0x00008bc5 fetch  0x00000001 , 0x000041ce 
+ 00032158  0x00008bc6 nrtn  0x00000034 
+ 00032159  0x00008bc7 arg  0x00004670 , 0x00000011 
+ 00032160  0x00008bc8 call  0x00007fd0 
+ 00032161  0x00008bc9 rtn  0x00000034 
+ 00032162  0x00008bca jam  0x00000000 , 0x00000a90 
+ 00032163  0x00008bcb call  0x00007da7 
+ 00032164  0x00008bcc fetch  0x00000001 , 0x00000a90 
+ 00032165  0x00008bcd branch  0x00007d9c , 0x00000034 
+ 00032166  0x00008bce rtn 
+ 00032167  0x00008bd1 call  0x00007d80 
+ 00032168  0x00008bd2 arg  0x00004670 , 0x00000011 
+ 00032169  0x00008bd3 call  0x00007fc4 
+ 00032170  0x00008bd4 copy  0x0000003f , 0x00000002 
+ 00032171  0x00008bd5 call  0x00007d84 
+ 00032172  0x00008bd6 bpatchx  0x000000f9 , 0x0000403f 
+ 00032173  0x00008bd7 copy  0x00000002 , 0x0000003f 
+ 00032174  0x00008bd8 rtn  0x00000034 
+ 00032175  0x00008bd9 beq  0x00000001 , 0x00007ddd 
+ 00032176  0x00008bda beq  0x00000002 , 0x00007de2 
+ 00032177  0x00008bdb beq  0x00000003 , 0x00007de8 
+ 00032178  0x00008bdc beq  0x00000007 , 0x00007ded 
+ 00032179  0x00008bdd beq  0x00000008 , 0x00007dee 
+ 00032180  0x00008bde beq  0x00000009 , 0x00007def 
+ 00032181  0x00008bdf beq  0x0000000b , 0x00007df2 
+ 00032182  0x00008be0 beq  0x0000000c , 0x00007df3 
+ 00032183  0x00008be1 beq  0x0000000d , 0x00007df4 
+ 00032184  0x00008be2 beq  0x0000000e , 0x00007dfa 
+ 00032185  0x00008be3 beq  0x0000000f , 0x00007dff 
+ 00032186  0x00008be4 beq  0x00000010 , 0x00007e05 
+ 00032187  0x00008be5 beq  0x00000013 , 0x00007e0f 
+ 00032188  0x00008be6 beq  0x00000014 , 0x00007e11 
+ 00032189  0x00008be7 beq  0x00000015 , 0x00007e13 
+ 00032190  0x00008be8 beq  0x00000016 , 0x00007e15 
+ 00032191  0x00008be9 beq  0x00000017 , 0x00007e18 
+ 00032192  0x00008bea beq  0x00000018 , 0x00007e1a 
+ 00032193  0x00008beb beq  0x00000019 , 0x00007e1d 
+ 00032194  0x00008bec beq  0x0000001b , 0x00007e25 
+ 00032195  0x00008bed beq  0x0000001e , 0x00007e2f 
+ 00032196  0x00008bef store  0x00000001 , 0x00000a99 
+ 00032197  0x00008bf0 bpatchx  0x000000fa , 0x0000403f 
+ 00032198  0x00008bf1 call  0x000062bc 
+ 00032199  0x00008bf2 nbranch  0x00007ddb , 0x00000034 
+ 00032200  0x00008bf4 fetch  0x00000001 , 0x00000a99 
+ 00032201  0x00008bf5 bmark0  0x00000009 , 0x00007dd6 
+ 00032202  0x00008bf6 beq  0x00000004 , 0x00007dea 
+ 00032203  0x00008bf7 beq  0x00000005 , 0x00004d17 
+ 00032204  0x00008bf8 beq  0x00000006 , 0x00004d26 
+ 00032205  0x00008bf9 beq  0x0000000a , 0x00007df0 
+ 00032206  0x00008bfa beq  0x00000011 , 0x00007e0a 
+ 00032207  0x00008bfb beq  0x00000012 , 0x00007e0e 
+ 00032208  0x00008bfc beq  0x0000001d , 0x00007e26 
+ 00032209  0x00008bfd beq  0x0000001f , 0x000067cc 
+ 00032210  0x00008bfe beq  0x00000020 , 0x000067d0 
+ 00032211  0x00008bff beq  0x00000021 , 0x00007e31 
+ 00032212  0x00008c00 beq  0x00000025 , 0x0000670b 
+ 00032213  0x00008c01 rtn 
+ 00032214  0x00008c04 store  0x00000001 , 0x00000a99 
+ 00032215  0x00008c05 call  0x00002252 
+ 00032216  0x00008c06 branch  0x00007ddb , 0x00000005 
+ 00032217  0x00008c07 call  0x0000225a 
+ 00032218  0x00008c08 nrtn  0x00000005 
+ 00032219  0x00008c0a jam  0x00000001 , 0x00000a90 
+ 00032220  0x00008c0b branch  0x00007d8f 
+ 00032221  0x00008c11 fetch  0x00000002 , 0x00004682 
+ 00032222  0x00008c12 set1  0x00000006 
+ 00032223  0x00008c13 store  0x00000002 , 0x00004682 
+ 00032224  0x00008c14 jam  0x00000003 , 0x00004093 
+ 00032225  0x00008c15 rtn 
+ 00032226  0x00008c1a jam  0x00000000 , 0x00004680 
+ 00032227  0x00008c1b jam  0x00000000 , 0x00004093 
+ 00032228  0x00008c1c fetch  0x00000002 , 0x00004682 
+ 00032229  0x00008c1d set0  0x00000006 
+ 00032230  0x00008c1e store  0x00000002 , 0x00004682 
+ 00032231  0x00008c1f rtn 
+ 00032232  0x00008c24 jam  0x00000005 , 0x000041ce 
+ 00032233  0x00008c25 rtn 
+ 00032234  0x00008c2a jam  0x00000007 , 0x0000007c 
+ 00032235  0x00008c2b jam  0x00000013 , 0x000004ca 
+ 00032236  0x00008c2c rtn 
+ 00032237  0x00008c31 rtn 
+ 00032238  0x00008c36 rtn 
+ 00032239  0x00008c3b rtn 
+ 00032240  0x00008c40 jam  0x00000002 , 0x000004d4 
+ 00032241  0x00008c41 branch  0x00004d0a 
+ 00032242  0x00008c46 rtn 
+ 00032243  0x00008c4b rtn 
+ 00032244  0x00008c50 jam  0x00000001 , 0x0000436e 
+ 00032245  0x00008c51 jam  0x00000000 , 0x00004484 
+ 00032246  0x00008c52 fetch  0x00000002 , 0x00004682 
+ 00032247  0x00008c53 set1  0x0000000b , 0x0000003f 
+ 00032248  0x00008c54 store  0x00000002 , 0x00004682 
+ 00032249  0x00008c55 rtn 
+ 00032250  0x00008c5a fetch  0x00000002 , 0x00004682 
+ 00032251  0x00008c5b set0  0x0000000b , 0x0000003f 
+ 00032252  0x00008c5c store  0x00000002 , 0x00004682 
+ 00032253  0x00008c5d jam  0x00000000 , 0x0000436e 
+ 00032254  0x00008c5e rtn 
+ 00032255  0x00008c63 jam  0x00000001 , 0x0000436e 
+ 00032256  0x00008c64 jam  0x00000001 , 0x00004484 
+ 00032257  0x00008c65 fetch  0x00000002 , 0x00004682 
+ 00032258  0x00008c66 set1  0x0000000b , 0x0000003f 
+ 00032259  0x00008c67 store  0x00000002 , 0x00004682 
+ 00032260  0x00008c68 rtn 
+ 00032261  0x00008c6d fetch  0x00000002 , 0x00004682 
+ 00032262  0x00008c6e set0  0x0000000b , 0x0000003f 
+ 00032263  0x00008c6f store  0x00000002 , 0x00004682 
+ 00032264  0x00008c70 jam  0x00000000 , 0x0000436e 
+ 00032265  0x00008c71 rtn 
+ 00032266  0x00008c76 setarg  0x00000014 
+ 00032267  0x00008c77 store  0x00000002 , 0x0000046d 
+ 00032268  0x00008c78 store  0x00000002 , 0x000044ba 
+ 00032269  0x00008c79 branch  0x00005c92 
+ 00032270  0x00008c7e branch  0x00005abf 
+ 00032271  0x00008c83 arg  0x00000000 , 0x00000011 
+ 00032272  0x00008c84 branch  0x00007d19 
+ 00032273  0x00008c89 arg  0x00000000 , 0x00000011 
+ 00032274  0x00008c8a branch  0x00007d14 
+ 00032275  0x00008c8f arg  0x00000000 , 0x00000011 
+ 00032276  0x00008c90 branch  0x00007d1e 
+ 00032277  0x00008c95 jam  0x00000001 , 0x00004369 
+ 00032278  0x00008c96 jam  0x0000001b , 0x000041ce 
+ 00032279  0x00008c99 rtn 
+ 00032280  0x00008c9e jam  0x00000001 , 0x00004369 
+ 00032281  0x00008c9f rtn 
+ 00032282  0x00008ca4 jam  0x00000000 , 0x00004369 
+ 00032283  0x00008ca5 jam  0x00000000 , 0x000041ce 
+ 00032284  0x00008ca6 rtn 
+ 00032285  0x00008cab fetch  0x00000002 , 0x000041eb 
+ 00032286  0x00008cac call  0x00007f9c 
+ 00032287  0x00008cad fetch  0x00000001 , 0x00004686 
+ 00032288  0x00008cae beq  0x000000ff , 0x00007e23 
+ 00032289  0x00008caf copy  0x0000003f , 0x00000002 
+ 00032290  0x00008cb0 call  0x000067fb 
+ 00032291  0x00008cb2 call  0x00007d98 
+ 00032292  0x00008cb3 branch  0x00002b1f 
+ 00032293  0x00008cb8 branch  0x00005b02 
+ 00032294  0x00008cbd jam  0x00000034 , 0x0000007c 
+ 00032295  0x00008cbe set1  0x00000003 , 0x00000000 
+ 00032296  0x00008cbf nrtn  0x00000029 
+ 00032297  0x00008cc0 jam  0x00000000 , 0x0000455b 
+ 00032298  0x00008cc1 jam  0x00000013 , 0x0000007c 
+ 00032299  0x00008cc2 fetch  0x00000001 , 0x0000016d 
+ 00032300  0x00008cc3 set0  0x00000002 , 0x0000003f 
+ 00032301  0x00008cc4 store  0x00000001 , 0x0000016d 
+ 00032302  0x00008cc5 rtn 
+ 00032303  0x00008cca force  0x00000003 , 0x00000007 
+ 00032304  0x00008ccb branch  0x00007f07 
+ 00032305  0x00008cd0 call  0x000062f8 
+ 00032306  0x00008cd1 jam  0x00000041 , 0x0000007d 
+ 00032307  0x00008cd2 branch  0x00005f9d 
+ 00032308  0x00008cd6 fetch  0x00000001 , 0x00004682 
+ 00032309  0x00008cd7 rtnbit0  0x0000000c 
+ 00032310  0x00008cd8 rtnbit0  0x00000007 
+ 00032311  0x00008cd9 branch  0x00007e2f 
+ 00032312  0x00008cdf fetch  0x00000002 , 0x00004218 
+ 00032313  0x00008ce0 add  0x0000003f , 0x00000002 , 0x00000005 
+ 00032314  0x00008ce1 setarg  0x00000000 
+ 00032315  0x00008ce2 istore  0x00000003 , 0x00000005 
+ 00032316  0x00008ce3 rtn 
+ 00032317  0x00008ce8 call  0x00007fe9 
+ 00032318  0x00008ce9 call  0x00007e69 
+ 00032319  0x00008cea rtn  0x00000034 
+ 00032320  0x00008ceb fetch  0x00000002 , 0x00004218 
+ 00032321  0x00008cec add  0x0000003f , 0x00000002 , 0x00000012 
+ 00032322  0x00008ced ifetcht  0x00000001 , 0x00000012 
+ 00032323  0x00008cee increase  0x00000001 , 0x00000002 
+ 00032324  0x00008cef istoret  0x00000001 , 0x00000012 
+ 00032325  0x00008cf1 ifetcht  0x00000001 , 0x0000003f 
+ 00032326  0x00008cf2 copy  0x00000002 , 0x00000039 
+ 00032327  0x00008cf3 add  0x0000003f , 0x00000004 , 0x00000012 
+ 00032328  0x00008cf4 ifetch  0x00000001 , 0x00000012 
+ 00032329  0x00008cf5 imul32  0x00000002 , 0x0000003f 
+ 00032330  0x00008cf6 iadd  0x00000006 , 0x00000005 
+ 00032331  0x00008cf7 copy  0x00000011 , 0x00000006 
+ 00032332  0x00008cf9 call  0x00007f01 
+ 00032333  0x00008cfa call  0x00007e6d 
+ 00032334  0x00008cfb pincrease  0xffffffff 
+ 00032335  0x00008cfc ifetcht  0x00000001 , 0x00000012 
+ 00032336  0x00008cfd increase  0x00000001 , 0x00000002 
+ 00032337  0x00008cfe iand  0x00000002 , 0x00000002 
+ 00032338  0x00008cff istoret  0x00000001 , 0x00000012 
+ 00032339  0x00008d00 branch  0x00007fe7 
+ 00032340  0x00008d06 call  0x00007fe9 
+ 00032341  0x00008d07 call  0x00007e65 
+ 00032342  0x00008d08 rtn  0x00000034 
+ 00032343  0x00008d09 fetch  0x00000002 , 0x00004218 
+ 00032344  0x00008d0a add  0x0000003f , 0x00000002 , 0x00000012 
+ 00032345  0x00008d0b ifetcht  0x00000001 , 0x00000012 
+ 00032346  0x00008d0c increase  0xffffffff , 0x00000002 
+ 00032347  0x00008d0d istoret  0x00000001 , 0x00000012 
+ 00032348  0x00008d0e ifetcht  0x00000001 , 0x0000003f 
+ 00032349  0x00008d0f copy  0x00000002 , 0x00000039 
+ 00032350  0x00008d10 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00032351  0x00008d11 ifetch  0x00000001 , 0x00000012 
+ 00032352  0x00008d12 imul32  0x00000002 , 0x0000003f 
+ 00032353  0x00008d13 iadd  0x00000006 , 0x00000006 
+ 00032354  0x00008d14 increase  0x00000001 , 0x00000006 
+ 00032355  0x00008d15 copy  0x00000011 , 0x00000005 
+ 00032356  0x00008d16 branch  0x00007e4c 
+ 00032357  0x00008d1b fetch  0x00000002 , 0x00004218 
+ 00032358  0x00008d1c add  0x0000003f , 0x00000002 , 0x00000006 
+ 00032359  0x00008d1d ifetch  0x00000001 , 0x00000006 
+ 00032360  0x00008d1e rtn 
+ 00032361  0x00008d22 call  0x00007e6d 
+ 00032362  0x00008d23 ifetcht  0x00000001 , 0x00000006 
+ 00032363  0x00008d24 isub  0x00000002 , 0x0000003f 
+ 00032364  0x00008d25 rtn 
+ 00032365  0x00008d29 fetch  0x00000002 , 0x00004218 
+ 00032366  0x00008d2a add  0x0000003f , 0x00000001 , 0x00000006 
+ 00032367  0x00008d2b ifetch  0x00000001 , 0x00000006 
+ 00032368  0x00008d2c rtn 
+ 00032369  0x00008d35 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032370  0x00008d36 rtn  0x00000005 
+ 00032371  0x00008d38 rshift  0x0000003f , 0x0000003f 
+ 00032372  0x00008d39 loop  0x00007e73 
+ 00032373  0x00008d3a rtn 
+ 00032374  0x00008d3e force  0x00000001 , 0x0000003f 
+ 00032375  0x00008d3f sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032376  0x00008d40 rtn  0x00000005 
+ 00032377  0x00008d42 lshift  0x0000003f , 0x0000003f 
+ 00032378  0x00008d43 loop  0x00007e79 
+ 00032379  0x00008d44 rtn 
+ 00032380  0x00008d46 deposit  0x00000005 
+ 00032381  0x00008d47 store  0x00000002 , 0x00000abb 
+ 00032382  0x00008d48 storet  0x00000008 , 0x00000aa2 
+ 00032383  0x00008d49 deposit  0x0000000b 
+ 00032384  0x00008d4a store  0x00000004 , 0x00000aaa 
+ 00032385  0x00008d4b call  0x00007e85 
+ 00032386  0x00008d4c deposit  0x00000006 
+ 00032387  0x00008d4d store  0x00000002 , 0x00000ab9 
+ 00032388  0x00008d4e rtn 
+ 00032389  0x00008d51 deposit  0x00000011 
+ 00032390  0x00008d52 store  0x00000004 , 0x00000aae 
+ 00032391  0x00008d53 deposit  0x00000012 
+ 00032392  0x00008d54 store  0x00000004 , 0x00000ab2 
+ 00032393  0x00008d55 deposit  0x00000013 
+ 00032394  0x00008d56 store  0x00000003 , 0x00000ab6 
+ 00032395  0x00008d57 rtn 
+ 00032396  0x00008d5a fetcht  0x00000008 , 0x00000aa2 
+ 00032397  0x00008d5b fetch  0x00000004 , 0x00000aaa 
+ 00032398  0x00008d5c iforce  0x0000000b 
+ 00032399  0x00008d5d call  0x00007e95 
+ 00032400  0x00008d5e fetch  0x00000002 , 0x00000abb 
+ 00032401  0x00008d5f iforce  0x00000005 
+ 00032402  0x00008d60 fetch  0x00000002 , 0x00000ab9 
+ 00032403  0x00008d61 iforce  0x00000006 
+ 00032404  0x00008d62 rtn 
+ 00032405  0x00008d65 fetch  0x00000004 , 0x00000aae 
+ 00032406  0x00008d66 iforce  0x00000011 
+ 00032407  0x00008d67 fetch  0x00000004 , 0x00000ab2 
+ 00032408  0x00008d68 iforce  0x00000012 
+ 00032409  0x00008d69 fetch  0x00000003 , 0x00000ab6 
+ 00032410  0x00008d6a iforce  0x00000013 
+ 00032411  0x00008d6b rtn 
+ 00032412  0x00008d6e fetch  0x00000002 , 0x00000abb 
+ 00032413  0x00008d6f copy  0x0000003f , 0x00000005 
+ 00032414  0x00008d70 rtn 
+ 00032415  0x00008d72 fetch  0x00000002 , 0x00000ab9 
+ 00032416  0x00008d73 copy  0x0000003f , 0x00000006 
+ 00032417  0x00008d74 rtn 
+ 00032418  0x00008d76 copy  0x00000005 , 0x0000003f 
+ 00032419  0x00008d77 store  0x00000002 , 0x00000abb 
+ 00032420  0x00008d78 rtn 
+ 00032421  0x00008d7a copy  0x00000006 , 0x0000003f 
+ 00032422  0x00008d7b store  0x00000002 , 0x00000ab9 
+ 00032423  0x00008d7c rtn 
+ 00032424  0x00008d81 copy  0x00000005 , 0x0000003f 
+ 00032425  0x00008d82 store  0x00000002 , 0x00000a97 
+ 00032426  0x00008d83 copy  0x00000006 , 0x0000003f 
+ 00032427  0x00008d84 store  0x00000002 , 0x00000a95 
+ 00032428  0x00008d85 rtn 
+ 00032429  0x00008d87 fetch  0x00000002 , 0x00000a97 
+ 00032430  0x00008d88 copy  0x0000003f , 0x00000005 
+ 00032431  0x00008d89 fetch  0x00000002 , 0x00000a95 
+ 00032432  0x00008d8a copy  0x0000003f , 0x00000006 
+ 00032433  0x00008d8b rtn 
+ 00032434  0x00008d8e call  0x00007ebd 
+ 00032435  0x00008d90 call  0x00007ebd 
+ 00032436  0x00008d91 branch  0x00007ebd 
+ 00032437  0x00008d93 call  0x00007eb9 
+ 00032438  0x00008d95 ifetch  0x00000004 , 0x00000006 
+ 00032439  0x00008d96 istore  0x00000004 , 0x00000005 
+ 00032440  0x00008d97 rtn 
+ 00032441  0x00008d99 ifetch  0x00000008 , 0x00000006 
+ 00032442  0x00008d9a istore  0x00000008 , 0x00000005 
+ 00032443  0x00008d9b rtn 
+ 00032444  0x00008d9e call  0x00007ebf 
+ 00032445  0x00008da0 call  0x00007eb9 
+ 00032446  0x00008da2 call  0x00007eb9 
+ 00032447  0x00008da4 call  0x00007eb9 
+ 00032448  0x00008da5 branch  0x00007eb9 
+ 00032449  0x00008daa arg  0x0000000a , 0x00000039 
+ 00032450  0x00008dac nop  0x00002ee0 
+ 00032451  0x00008dad loop  0x00007ec2 
+ 00032452  0x00008dae rtn 
+ 00032453  0x00008db1 force  0x00000003 , 0x00000039 
+ 00032454  0x00008db3 force  0x00000000 , 0x0000003f 
+ 00032455  0x00008db5 istore  0x00000008 , 0x00000005 
+ 00032456  0x00008db6 loop  0x00007ec7 
+ 00032457  0x00008db7 rtn 
+ 00032458  0x00008dba force  0x00000000 , 0x0000003f 
+ 00032459  0x00008dbb istore  0x00000008 , 0x00000005 
+ 00032460  0x00008dbc rtn 
+ 00032461  0x00008dbe force  0x00000000 , 0x0000003f 
+ 00032462  0x00008dbf istore  0x00000004 , 0x00000005 
+ 00032463  0x00008dc0 rtn 
+ 00032464  0x00008dc3 force  0x00000004 , 0x00000039 
+ 00032465  0x00008dc4 branch  0x00007ec6 
+ 00032466  0x00008dc6 force  0x00000008 , 0x00000039 
+ 00032467  0x00008dc7 branch  0x00007ec6 
+ 00032468  0x00008dca deposit  0x00000039 
+ 00032469  0x00008dcb rtn  0x00000034 
+ 00032470  0x00008dcc setarg  0x00000000 
+ 00032471  0x00008dce istore  0x00000001 , 0x00000005 
+ 00032472  0x00008dcf loop  0x00007ed7 
+ 00032473  0x00008dd0 rtn 
+ 00032474  0x00008dd4 arg  0x00000020 , 0x00000039 
+ 00032475  0x00008dd5 arg  0x00000ac2 , 0x00000005 
+ 00032476  0x00008dd6 branch  0x00007ed4 
+ 00032477  0x00008dd9 ifetch  0x00000004 , 0x00000013 
+ 00032478  0x00008dda ifetcht  0x00000004 , 0x00000011 
+ 00032479  0x00008ddb ixor  0x00000002 , 0x0000003f 
+ 00032480  0x00008ddc istore  0x00000004 , 0x00000005 
+ 00032481  0x00008ddd increase  0x00000004 , 0x00000011 
+ 00032482  0x00008dde increase  0x00000004 , 0x00000013 
+ 00032483  0x00008ddf loop  0x00007edd 
+ 00032484  0x00008de0 rtn 
+ 00032485  0x00008de5 bpatchx  0x000000fb , 0x0000403f 
+ 00032486  0x00008de6 copy  0x00000039 , 0x0000003f 
+ 00032487  0x00008de7 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00032488  0x00008de8 rtn  0x00000002 
+ 00032489  0x00008de9 iadd  0x00000011 , 0x00000012 
+ 00032490  0x00008dea increase  0xffffffff , 0x00000012 
+ 00032491  0x00008deb rshift  0x00000039 , 0x00000039 
+ 00032492  0x00008ded ifetcht  0x00000001 , 0x00000011 
+ 00032493  0x00008dee ifetch  0x00000001 , 0x00000012 
+ 00032494  0x00008def istore  0x00000001 , 0x00000011 
+ 00032495  0x00008df0 istoret  0x00000001 , 0x00000012 
+ 00032496  0x00008df1 increase  0xffffffff , 0x00000012 
+ 00032497  0x00008df2 increase  0x00000001 , 0x00000011 
+ 00032498  0x00008df3 loop  0x00007eec 
+ 00032499  0x00008df4 rtn 
+ 00032500  0x00008df8 deposit  0x00000039 
+ 00032501  0x00008df9 rtn  0x00000034 
+ 00032502  0x00008dfb increase  0xfffffff8 , 0x00000039 
+ 00032503  0x00008dfc call  0x00007eb9 , 0x00000002 
+ 00032504  0x00008dfd rtn  0x00000005 
+ 00032505  0x00008dfe branch  0x00007ef6 , 0x00000002 
+ 00032506  0x00008dff increase  0x00000008 , 0x00000039 
+ 00032507  0x00008e01 increase  0xfffffffc , 0x00000039 
+ 00032508  0x00008e02 call  0x00007eb6 , 0x00000002 
+ 00032509  0x00008e03 rtn  0x00000005 
+ 00032510  0x00008e04 branch  0x00007efb , 0x00000002 
+ 00032511  0x00008e05 increase  0x00000004 , 0x00000039 
+ 00032512  0x00008e06 branch  0x00007f01 
+ 00032513  0x00008e09 deposit  0x00000039 
+ 00032514  0x00008e0a rtn  0x00000034 
+ 00032515  0x00008e0c ifetch  0x00000001 , 0x00000006 
+ 00032516  0x00008e0d istore  0x00000001 , 0x00000005 
+ 00032517  0x00008e0e loop  0x00007f03 
+ 00032518  0x00008e0f rtn 
+ 00032519  0x00008e12 setarg  0x00000000 
+ 00032520  0x00008e14 rshift  0x00000022 , 0x00000002 
+ 00032521  0x00008e15 storet  0x00000004 , 0x00004094 
+ 00032522  0x00008e16 arg  0x0000419d , 0x00000005 
+ 00032523  0x00008e17 iforce  0x00000002 
+ 00032524  0x00008e18 lshift  0x00000007 , 0x0000003f 
+ 00032525  0x00008e19 iadd  0x00000005 , 0x00000005 
+ 00032526  0x00008e1a istoret  0x00000002 , 0x00000005 
+ 00032527  0x00008e1b bpatchx  0x000000fc , 0x0000403f 
+ 00032528  0x00008e1c rtn 
+ 00032529  0x00008e1f arg  0x00000800 , 0x0000000b 
+ 00032530  0x00008e20 lshift16  0x0000000b , 0x0000000b 
+ 00032531  0x00008e21 iadd  0x0000000b , 0x0000003f 
+ 00032532  0x00008e22 rtn 
+ 00032533  0x00008e26 arg  0x00000000 , 0x00000007 
+ 00032534  0x00008e28 bpatchx  0x000000fd , 0x0000403f 
+ 00032535  0x00008e29 fetcht  0x00000004 , 0x00004094 
+ 00032536  0x00008e2a rshift  0x00000022 , 0x0000003f 
+ 00032537  0x00008e2b store  0x00000004 , 0x00004094 
+ 00032538  0x00008e2c isub  0x00000002 , 0x0000003e 
+ 00032539  0x00008e2d ncall  0x00007f11 , 0x00000002 
+ 00032540  0x00008e2e isub  0x00000002 , 0x0000000b 
+ 00032541  0x00008e2f copy  0x0000000b , 0x00000002 
+ 00032542  0x00008e30 arg  0x0000419d , 0x00000006 
+ 00032543  0x00008e31 copy  0x00000006 , 0x00000005 
+ 00032544  0x00008e32 arg  0x00000010 , 0x00000039 
+ 00032545  0x00008e34 ifetch  0x00000002 , 0x00000006 
+ 00032546  0x00008e35 isub  0x00000002 , 0x0000003f 
+ 00032547  0x00008e36 branch  0x00007f25 , 0x00000002 
+ 00032548  0x00008e37 force  0x00000000 , 0x0000003f 
+ 00032549  0x00008e39 istore  0x00000002 , 0x00000005 
+ 00032550  0x00008e3a loop  0x00007f21 
+ 00032551  0x00008e3b arg  0x0000419d , 0x00000006 
+ 00032552  0x00008e3c lshift  0x00000007 , 0x0000003f 
+ 00032553  0x00008e3d iadd  0x00000006 , 0x00000006 
+ 00032554  0x00008e3e ifetch  0x00000002 , 0x00000006 
+ 00032555  0x00008e3f rtn 
+ 00032556  0x00008e45 iadd  0x00000002 , 0x00000002 
+ 00032557  0x00008e46 copy  0x00000002 , 0x00000039 
+ 00032558  0x00008e47 setarg  0x00000ea6 
+ 00032559  0x00008e48 isub  0x00000039 , 0x0000003f 
+ 00032560  0x00008e49 rtn  0x00000002 
+ 00032561  0x00008e4a sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032562  0x00008e4b rshift16  0x00000002 , 0x00000002 
+ 00032563  0x00008e4c increase  0x00000001 , 0x00000002 
+ 00032564  0x00008e4d lshift16  0x00000002 , 0x00000002 
+ 00032565  0x00008e4e ior  0x00000002 , 0x00000002 
+ 00032566  0x00008e4f rtn 
+ 00032567  0x00008e52 call  0x00007f39 
+ 00032568  0x00008e53 branch  0x00007f43 
+ 00032569  0x00008e57 disable  0x00000028 
+ 00032570  0x00008e58 isub  0x00000002 , 0x0000003f 
+ 00032571  0x00008e59 branch  0x00007f3e , 0x00000002 
+ 00032572  0x00008e5a enable  0x00000028 
+ 00032573  0x00008e5b sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032574  0x00008e5d rtnbit0  0x0000000f 
+ 00032575  0x00008e5e arg  0xffff0ea6 , 0x00000002 
+ 00032576  0x00008e5f iadd  0x00000002 , 0x0000003f 
+ 00032577  0x00008e60 set0  0x00000040 , 0x0000003f 
+ 00032578  0x00008e61 rtn 
+ 00032579  0x00008e64 iforce  0x00000006 
+ 00032580  0x00008e65 rshift16  0x0000003f , 0x0000003f 
+ 00032581  0x00008e66 arg  0x00000ea6 , 0x00000002 
+ 00032582  0x00008e67 imul32  0x00000002 , 0x0000003f 
+ 00032583  0x00008e68 iadd  0x00000006 , 0x0000003f 
+ 00032584  0x00008e69 rtn 
+ 00032585  0x00008e6d lshift8  0x0000003f , 0x0000003f 
+ 00032586  0x00008e6e lshift4  0x0000003f , 0x0000003f 
+ 00032587  0x00008e6f fetcht  0x00000003 , 0x0000416f 
+ 00032588  0x00008e70 idiv  0x00000002 
+ 00032589  0x00008e71 call  0x00007f86 
+ 00032590  0x00008e72 quotient  0x00000002 
+ 00032591  0x00008e73 rtn 
+ 00032592  0x00008e77 arg  0x00000ea6 , 0x00000002 
+ 00032593  0x00008e78 idiv  0x00000002 
+ 00032594  0x00008e79 call  0x00007f86 
+ 00032595  0x00008e7a quotient  0x0000003f 
+ 00032596  0x00008e7b lshift16  0x0000003f , 0x0000003f 
+ 00032597  0x00008e7c remainder  0x00000002 
+ 00032598  0x00008e7d ior  0x00000002 , 0x00000002 
+ 00032599  0x00008e7e rtn 
+ 00032600  0x00008e86 arg  0x00000000 , 0x00000002 
+ 00032601  0x00008e88 copy  0x00000002 , 0x00000013 
+ 00032602  0x00008e89 ifetch  0x00000001 , 0x00000003 
+ 00032603  0x00008e8a call  0x00007f64 
+ 00032604  0x00008e8b copy  0x00000013 , 0x00000002 
+ 00032605  0x00008e8c call  0x00007f95 
+ 00032606  0x00008e8d arg  0x0000000a , 0x00000012 
+ 00032607  0x00008e8e imul32  0x00000012 , 0x0000003f 
+ 00032608  0x00008e8f iadd  0x00000002 , 0x0000003f 
+ 00032609  0x00008e90 copy  0x0000003f , 0x00000002 
+ 00032610  0x00008e91 loop  0x00007f59 
+ 00032611  0x00008e92 rtn 
+ 00032612  0x00008e97 arg  0x0000003a , 0x00000002 
+ 00032613  0x00008e98 isub  0x00000002 , 0x0000003e 
+ 00032614  0x00008e99 nbranch  0x00007f6d , 0x00000002 
+ 00032615  0x00008e9a arg  0x00000061 , 0x00000002 
+ 00032616  0x00008e9b isub  0x00000002 , 0x0000003e 
+ 00032617  0x00008e9c branch  0x00007f70 , 0x00000002 
+ 00032618  0x00008e9d arg  0x00000037 , 0x00000002 
+ 00032619  0x00008e9e isub  0x00000002 , 0x0000003f 
+ 00032620  0x00008e9f rtn 
+ 00032621  0x00008ea1 arg  0x00000030 , 0x00000002 
+ 00032622  0x00008ea2 isub  0x00000002 , 0x0000003f 
+ 00032623  0x00008ea3 rtn 
+ 00032624  0x00008ea5 arg  0x00000057 , 0x00000002 
+ 00032625  0x00008ea6 isub  0x00000002 , 0x0000003f 
+ 00032626  0x00008ea7 rtn 
+ 00032627  0x00008eaa copy  0x00000002 , 0x00000030 
+ 00032628  0x00008eab setarg  0x000001ff 
+ 00032629  0x00008eac force  0x00000000 , 0x00000012 
+ 00032630  0x00008eae rshift3  0x0000003f , 0x00000011 
+ 00032631  0x00008eaf rshift  0x00000011 , 0x00000011 
+ 00032632  0x00008eb0 ixor  0x00000011 , 0x00000011 
+ 00032633  0x00008eb1 isolate1  0x00000000 , 0x00000011 
+ 00032634  0x00008eb2 setflag  0x00000001 , 0x00000009 , 0x0000003f 
+ 00032635  0x00008eb3 rshift  0x00000002 , 0x00000002 
+ 00032636  0x00008eb4 isolate1  0x00000000 , 0x0000003f 
+ 00032637  0x00008eb5 setflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00032638  0x00008eb6 rshift  0x0000003f , 0x0000003f 
+ 00032639  0x00008eb7 increase  0x00000001 , 0x00000012 
+ 00032640  0x00008eb8 compare  0x00000000 , 0x00000012 , 0x00000007 
+ 00032641  0x00008eb9 nbranch  0x00007f76 , 0x00000001 
+ 00032642  0x00008eba istoret  0x00000001 , 0x00000005 
+ 00032643  0x00008ebb loop  0x00007f76 
+ 00032644  0x00008ebc copy  0x00000030 , 0x00000002 
+ 00032645  0x00008ebd rtn 
+ 00032646  0x00008ec1 rtn  0x00000035 
+ 00032647  0x00008ec2 branch  0x00007f86 
+ 00032648  0x00008ece ifetch  0x00000001 , 0x00000011 
+ 00032649  0x00008ecf ifetcht  0x00000001 , 0x00000012 
+ 00032650  0x00008ed0 isub  0x00000002 , 0x0000003e 
+ 00032651  0x00008ed1 nrtn  0x00000005 
+ 00032652  0x00008ed2 increase  0x00000001 , 0x00000011 
+ 00032653  0x00008ed3 increase  0x00000001 , 0x00000012 
+ 00032654  0x00008ed4 loop  0x00007f88 
+ 00032655  0x00008ed5 force  0x00000000 , 0x0000003e 
+ 00032656  0x00008ed6 rtn 
+ 00032657  0x00008eda isub  0x00000002 , 0x0000003e 
+ 00032658  0x00008edb nrtn  0x00000002 
+ 00032659  0x00008edc deposit  0x00000002 
+ 00032660  0x00008edd rtn 
+ 00032661  0x00008ee0 iadd  0x00000002 , 0x0000003f 
+ 00032662  0x00008ee1 isub  0x00000002 , 0x00000002 
+ 00032663  0x00008ee2 isub  0x00000002 , 0x0000003f 
+ 00032664  0x00008ee3 rtn 
+ 00032665  0x00008ee6 arg  0x00000200 , 0x00000039 
+ 00032666  0x00008ee7 arg  0x00004000 , 0x00000005 
+ 00032667  0x00008ee8 branch  0x00007ec6 
+ 00032668  0x00008eec rtn  0x00000034 
+ 00032669  0x00008eed copy  0x0000003f , 0x0000003d 
+ 00032670  0x00008ef1 hfetch  0x00000002 , 0x0000810e 
+ 00032671  0x00008ef2 nbranch  0x00007f9e , 0x00000034 
+ 00032672  0x00008ef3 rtn 
+ 00032673  0x00008ef6 jam  0x00000001 , 0x00008203 
+ 00032674  0x00008ef7 rtn 
+ 00032675  0x00008efa hstore  0x00000002 , 0x00008205 
+ 00032676  0x00008efb hfetch  0x00000001 , 0x00008203 
+ 00032677  0x00008efc set1  0x00000004 , 0x0000003f 
+ 00032678  0x00008efd hstore  0x00000001 , 0x00008203 
+ 00032679  0x00008efe rtn 
+ 00032680  0x00008f00 hstore  0x00000002 , 0x00008207 
+ 00032681  0x00008f01 hfetch  0x00000001 , 0x00008203 
+ 00032682  0x00008f02 set1  0x00000006 , 0x0000003f 
+ 00032683  0x00008f03 hstore  0x00000001 , 0x00008203 
+ 00032684  0x00008f04 rtn 
+ 00032685  0x00008f07 hstore  0x00000002 , 0x00008205 
+ 00032686  0x00008f08 jam  0x00000030 , 0x00008203 
+ 00032687  0x00008f09 rtn 
+ 00032688  0x00008f0e hfetch  0x00000001 , 0x00008043 
+ 00032689  0x00008f0f set0  0x00000004 , 0x0000003f 
+ 00032690  0x00008f10 hstore  0x00000001 , 0x00008043 
+ 00032691  0x00008f11 rtn 
+ 00032692  0x00008f14 hfetch  0x00000002 , 0x0000810e 
+ 00032693  0x00008f15 arg  0x00000200 , 0x00000002 
+ 00032694  0x00008f17 isub  0x00000002 , 0x0000003e 
+ 00032695  0x00008f18 rtn 
+ 00032696  0x00008f1f bpatchx  0x000000fe , 0x0000403f 
+ 00032697  0x00008f20 ifetcht  0x00000008 , 0x00000011 
+ 00032698  0x00008f21 and  0x00000002 , 0x000000ff , 0x0000003f 
+ 00032699  0x00008f22 nbranch  0x00007fbe , 0x00000034 
+ 00032700  0x00008f23 rshift8  0x00000002 , 0x0000003f 
+ 00032701  0x00008f24 istore  0x00000008 , 0x00000011 
+ 00032702  0x00008f26 increase  0x00000007 , 0x00000011 
+ 00032703  0x00008f27 ifetch  0x00000001 , 0x00000011 
+ 00032704  0x00008f28 nbranch  0x00002a8c , 0x00000034 
+ 00032705  0x00008f29 fetch  0x00000001 , 0x00000a99 
+ 00032706  0x00008f2a istore  0x00000001 , 0x00000011 
+ 00032707  0x00008f2b rtn 
+ 00032708  0x00008f31 bpatchx  0x000000ff , 0x0000403f 
+ 00032709  0x00008f32 arg  0x00000008 , 0x00000039 
+ 00032710  0x00008f33 ifetch  0x00000008 , 0x00000011 
+ 00032711  0x00008f34 rtn  0x00000034 
+ 00032712  0x00008f36 ifetch  0x00000001 , 0x00000011 
+ 00032713  0x00008f37 nbranch  0x00007fcd , 0x00000034 
+ 00032714  0x00008f38 increase  0x00000001 , 0x00000011 
+ 00032715  0x00008f39 loop  0x00007fc8 
+ 00032716  0x00008f3a branch  0x00002a8c 
+ 00032717  0x00008f3c arg  0x00000000 , 0x00000002 
+ 00032718  0x00008f3d istoret  0x00000001 , 0x00000011 
+ 00032719  0x00008f3e rtn 
+ 00032720  0x00008f44 ifetch  0x00000008 , 0x00000011 
+ 00032721  0x00008f45 rtn 
+ 00032722  0x00008f4b ifetch  0x00000001 , 0x00000011 
+ 00032723  0x00008f4c rtn 
+ 00032724  0x00008f50 ifetch  0x00000002 , 0x00000011 
+ 00032725  0x00008f51 rtn 
+ 00032726  0x00008f56 arg  0x00000000 , 0x00000002 
+ 00032727  0x00008f58 fetch  0x00000001 , 0x00000006 
+ 00032728  0x00008f59 loop  0x00007fd7 , 0x00000034 
+ 00032729  0x00008f5a increase  0x00000001 , 0x00000002 
+ 00032730  0x00008f5b loop  0x00007fd7 
+ 00032731  0x00008f5c copy  0x00000002 , 0x0000003f 
+ 00032732  0x00008f5d rtn 
+ 00032733  0x00008f60 isub  0x00000002 , 0x0000003e 
+ 00032734  0x00008f61 nrtn  0x00000002 
+ 00032735  0x00008f62 copy  0x00000002 , 0x0000003f 
+ 00032736  0x00008f63 rtn 
+ 00032737  0x00008f67 force  0xffffffff , 0x0000003e 
+ 00032738  0x00008f68 rtn 
+ 00032739  0x00008f6b force  0x00000001 , 0x0000003e 
+ 00032740  0x00008f6c rtn 
+ 00032741  0x00008f6e force  0x00000000 , 0x0000003e 
+ 00032742  0x00008f6f rtn 
+ 00032743  0x00008f72 enable  0x00000028 
+ 00032744  0x00008f73 rtn 
+ 00032745  0x00008f76 disable  0x00000028 
+ 00032746  0x00008f77 rtn 
+ 00032747  0x00008f7a enable  0x0000002c 
+ 00032748  0x00008f7b rtn 
+ 00032749  0x00008f7e disable  0x0000002c 
+ 00032750  0x00008f7f rtn 
+ 00032751  0x00008f82 setarg  0x00000001 
+ 00032752  0x00008f83 rtn 
+ 00032753  0x00008f86 setarg  0x00000000 
+ 00032754  0x00008f87 rtn 
+ 00032755  0x00008f8b copy  0x00000039 , 0x0000003f 
+ 00032756  0x00008f8c rtn  0x00000034 
+ 00032757  0x00008f8d copy  0x00000006 , 0x0000003f 
+ 00032758  0x00008f8e iadd  0x00000039 , 0x0000003f 
+ 00032759  0x00008f8f increase  0xffffffff , 0x0000003f 
+ 00032760  0x00008f90 copy  0x0000003f , 0x00000006 
+ 00032761  0x00008f92 ifetch  0x00000001 , 0x00000006 
+ 00032762  0x00008f93 increase  0xfffffffe , 0x00000006 
+ 00032763  0x00008f94 istore  0x00000001 , 0x00000005 
+ 00032764  0x00008f95 loop  0x00007ff9 
+ 00032765  0x00008f96 rtn 
Index: output/bt_program23.list
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/bt_program23.list	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/bt_program23.list	(working copy)
@@ -1,30634 +1,30568 @@
               include "bt_format "
               org 0x0000
-0x0000 000065 bbit1 8 ,pf_patch_ext 
-0x0001 000066 beq patch00_1 ,p_soft_reset_1 
-0x0002 000067 beq patch10_5 ,p_shutdown_radio 
-0x0003 000068 beq patch11_1 ,p_set_freq_tx 
-0x0004 000069 beq patch14_1 ,p_init_param 
-0x0005 000070 beq patch16_1 ,p_lpm_check_wake_lock 
-0x0006 000071 beq patch16_2 ,p_g24_dispatch 
-0x0007 000072 beq patch18_4 ,p_device_init 
-0x0008 000073 beq patch19_1 ,p_app_flag_store 
-0x0009 000074 beq patch19_2 ,p_app_initflag_check 
-0x000a 000075 beq patch1c_3 ,p_mouse_seting_dpi 
-0x000b 000076 beq patch1c_6 ,p_mouse_motion 
-0x000c 000077 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
-0x000d 000078 beq patch1d_3 ,p_mouse_start_discovery 
-0x000e 000079 beq patch1d_4 ,p_mouse_stop_discovery 
-0x000f 000080 branch loop 
-:      000081 pf_patch_ext:
-0x0010 000082 beq patch27_1 ,p_le_slave_match 
-0x0011 000083 beq patch28_3 ,p_le_next_adv_channel 
-0x0012 000084 beq patch29_2 ,p_le_receive_skip 
-0x0013 000085 beq patch2a_7 ,p_le_update_param 
-0x0014 000086 beq patch2b_1 ,p_le_update_channel_map 
-0x0015 000087 beq patch2c_3 ,p_le_prepare_tx 
-0x0016 000088 beq patch2c_6 ,p_le_parse 
-0x0017 000089 beq patch2c_7 ,p_le_parse_l2cap 
-0x0018 000090 beq patch2d_2 ,p_le_adv_not_match 
-0x0019 000091 beq patch2e_7 ,p_le_lpm_setmult 
-0x001a 000092 beq patch3f_2 ,p_check_51cmd_once_continue 
-0x001b 000093 beq patch31_4 ,p_twspi_reset 
-0x001c 000094 branch loop 
-:      000096 p_rssi_signal:
-0x001d 000097 copy pdata ,rega 
-0x001e 000098 fetcht 1 ,mem_rssi_signal_index 
-0x001f 000099 setarg mem_rssi_signal_buf 
-0x0020 000100 iadd temp ,contw 
-0x0021 000101 copy rega ,pdata 
-0x0022 000102 istore 1 ,contw 
-0x0023 000103 increase 1 ,temp 
-0x0024 000104 and_into rssi_buf_len_signal ,temp 
-0x0025 000105 storet 1 ,mem_rssi_signal_index 
-0x0026 000106 rtn 
-:      000108 p_soft_reset_1:
-0x0027 000109 arg mem_sp_state ,contw 
-0x0028 000110 arg 12 ,loopcnt 
-0x0029 000111 call clear_mem 
-0x002a 000112 call p_mouse_le_txbuff_load 
-0x002b 000113 call rfcomm_init 
-0x002c 000114 call init_lmp 
-0x002d 000115 ncall lpm_disable_exen_output ,wake 
-0x002e 000116 call ui_init + 1 
-0x002f 000117 branch soft_reset + 11 
-:      000119 p_init_param:
-0x0030 000120 setarg param_le_version 
-0x0031 000121 store 3 ,mem_lmp_version 
-0x0032 000122 setarg param_le_subversion 
-0x0033 000123 store 2 ,mem_lmp_version + 3 
-0x0034 000124 branch init_param + 12 
-:      000126 p_lpm_check_wake_lock:
-0x0035 000127 rtnmark1 mark_24g 
-0x0036 000128 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x0037 000129 beq 0 ,disable_blank 
-0x0038 000130 fetch 1 ,mem_mouse_le_conn_param_reject 
-0x0039 000131 beq le_lpm_disable ,disable_blank 
-0x003a 000132 fetch 2 ,mem_sdp_remote_cid 
-0x003b 000133 nbranch disable_blank ,blank 
-0x003c 000134 branch enable_blank 
-:      000136 p_g24_dispatch:
-0x003d 000137 rtnmark0 mark_24g 
-0x003e 000138 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x003f 000139 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
-:      000140 p_g24_transmit_process:
-0x0040 000141 call p_g24_txdata_prep 
-0x0041 000142 nbranch p_g24_nodata_transmit ,user 
-0x0042 000143 jam with_ack_24g ,mem_24g_no_ack 
-0x0043 000144 call p_g24_rf_sta_check 
-:      000145 p_g24_transmit_start:
-0x0044 000146 call p_g24_transmit_packet 
-0x0045 000147 fetch 1 ,mem_24g_pairing_sm 
-0x0046 000148 rtnne state_24g_pairing_success 
-0x0047 000149 call power_ctrl_start 
-0x0048 000150 fetch 1 ,mem_24g_no_ack 
-0x0049 000151 beq no_ack_24g ,p_g24_long_sleep 
-0x004a 000152 call g24_long_sleep_shorter_param_update 
-0x004b 000153 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x004c 000154 rtneq g24_tx_timer_int_enable 
-0x004d 000155 fetch 1 ,mem_mouse_multi_led_state 
-0x004e 000156 beq on ,p_g24_transmit_by_interrupt_enable 
-:      000157 p_g24_short_sleep:
-0x004f 000158 call p_g24_lpm_wait 
-0x0050 000159 nrtn user 
-0x0051 000160 call p_clear_wake 
-0x0052 000161 setarg 60000 
-0x0053 000162 branch lpm_dispatch_sleep 
-:      000164 g24_long_sleep_shorter_param_update:
-0x0054 000165 fetch 1 ,mem_config_function_enable 
-0x0055 000166 rtnbit1 enable_sensor_motion_pin 
-0x0056 000167 setarg g24_long_sleep_step1 
-0x0057 000168 store 3 ,mem_24g_enter_hibernate 
-0x0058 000169 jam 30 ,mem_24g_long_sleep_param_update_timer 
-0x0059 000170 rtn 
-:      000172 p_g24_transmit_by_interrupt:
-0x005a 000173 call p_g24_timer_check 
-0x005b 000174 nrtn user 
-0x005c 000175 call p_g24_interval_calibrate 
-0x005d 000176 fetch 1 ,mem_24g_transmit_by_interrupt_exit_count 
-0x005e 000177 increase 1 ,pdata 
-0x005f 000178 store 1 ,mem_24g_transmit_by_interrupt_exit_count 
-0x0060 000179 sub pdata ,25 ,null 
-0x0061 000180 call p_g24_transmit_by_interrupt_exit ,zero 
-0x0062 000181 branch p_g24_transmit_process 
-:      000182 p_g24_transmit_by_interrupt_exit:
-0x0063 000183 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0x0064 000184 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
-:      000185 p_g24_interval_min:
-0x0065 000186 jam 0 ,mem_24g_pac_index 
-0x0066 000187 fetch 1 ,mem_24g_interval_min 
-0x0067 000188 store 1 ,mem_24g_interval 
-0x0068 000189 rtn 
-:      000190 p_g24_interval_max:
-0x0069 000191 fetch 1 ,mem_24g_interval_max 
-0x006a 000192 store 1 ,mem_24g_interval 
-0x006b 000193 rtn 
-:      000194 p_g24_interval_calibrate:
-0x006c 000195 fetch 1 ,mem_24g_pac_index 
-0x006d 000196 increase 1 ,pdata 
-0x006e 000197 store 1 ,mem_24g_pac_index 
-0x006f 000198 beq 4 ,p_g24_interval_max 
-0x0070 000199 beq 5 ,p_g24_interval_min 
-0x0071 000200 rtn 
-:      000202 p_g24_nodata_transmit:
-0x0072 000203 fetch 1 ,mem_24g_abort_pac 
-0x0073 000204 call p_g24_send_abort_packet ,blank 
-0x0074 000205 call p_g24_search_dongle 
-0x0075 000206 fetch 1 ,mem_24g_no_ack 
-0x0076 000207 rtneq no_ack_24g 
-0x0077 000208 fetch 1 ,mem_mouse_multi_led_blink_count 
-0x0078 000209 nrtn blank 
-0x0079 000210 fetch 1 ,mem_mouse_multi_led_state 
-0x007a 000211 rtneq on 
-:      000212 p_g24_long_sleep:
-0x007b 000213 call p_g24_lpm_wait 
-0x007c 000214 nrtn user 
-0x007d 000215 fetch 3 ,mem_24g_enter_hibernate 
-0x007e 000216 call clk2lpo 
-0x007f 000217 storet 4 ,mem_sleep_counter 
-0x0080 000218 branch lpm_sleep 
-:      000220 p_g24_lpm_wait:
-0x0081 000221 enable user 
-0x0082 000222 call lpo_calibration 
-0x0083 000223 fetch 3 ,mem_clks_per_lpo 
-0x0084 000224 branch disable_user ,blank 
-0x0085 000225 fetch 1 ,mem_lpm_mode 
-0x0086 000226 branch disable_user ,blank 
-0x0087 000227 fetch 1 ,mem_sp_local_key_invalid 
-0x0088 000228 branch disable_user ,blank 
-0x0089 000229 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x008a 000230 beq g24_tx_timer_int_enable ,disable_user 
-0x008b 000231 branch p_mouse_setgpio_lpm 
-:      000233 p_g24_send_abort_packet:
-0x008c 000234 jam 1 ,mem_24g_abort_pac 
-0x008d 000235 jam 0 ,mem_24g_rf_hop_ch 
-0x008e 000236 call p_g24_transmit_rf_ctrl_clear 
-0x008f 000237 store 1 ,mem_24g_txbuf 
-0x0090 000238 setarg 0 
-0x0091 000239 store 7 ,mem_24g_txbuf + 1 
-0x0092 000240 fetch 4 ,mem_24g_device_addr 
-0x0093 000241 store 4 ,mem_24g_txbuf + 8 
-0x0094 000242 jam 12 ,mem_24g_datalen 
-0x0095 000243 fetch 1 ,mem_24g_data_type 
-0x0096 000244 set1 bit_abort ,pdata 
-0x0097 000245 store 1 ,mem_24g_data_type 
-0x0098 000246 call p_g24_transmit_prep 
-0x0099 000247 call p_g24_txdata_enable_tx 
-0x009a 000248 branch p_g24_transmit_start 
-:      000250 p_g24_search_dongle:
-0x009b 000251 fetch 1 ,mem_24g_abort_pac 
-0x009c 000252 rtn blank 
-0x009d 000253 jam no_ack_24g ,mem_24g_no_ack 
-0x009e 000254 call p_g24_ch 
-0x009f 000255 branch p_g24_send_abort_packet + 1 
-:      000257 p_mouse_before_lpm:
-0x00a0 000258 rtnmark1 mark_24g 
-0x00a1 000259 call p_mouse_le_txbuff_save 
-0x00a2 000260 call p_mouse_setgpio_lpm 
-0x00a3 000261 fetch 1 ,mem_context 
-0x00a4 000262 bbit0 state_inconn ,p_clear_wake 
-0x00a5 000263 fetch 1 ,mem_lpm_current_mult 
-0x00a6 000264 nrtn blank 
-:      000265 p_clear_wake:
-0x00a7 000266 setarg 0 
-0x00a8 000267 store 8 ,mem_gpio_wakeup_low 
-0x00a9 000268 rtn 
-:      000270 p_mouse_setgpio_lpm:
-0x00aa 000271 call p_mouse_set_sdio_high 
-0x00ab 000272 call p_clear_wake 
-:      000273 p_mouse_setgpio_lpm_before:
-0x00ac 000274 call mouse_lpm_before_common 
-0x00ad 000275 hfetch 4 ,core_gpio_oe0 
-0x00ae 000276 hfetcht 4 ,core_gpio_pu0 
-0x00af 000277 ior temp ,temp 
-0x00b0 000278 invert temp ,temp 
-0x00b1 000279 hstoret 4 ,core_gpio_pd0 
-:      000280 p_set_ice_gpio:
-0x00b2 000281 arg 0x1d ,temp 
-0x00b3 000282 call gpio_config_input 
-0x00b4 000283 arg 0x1d ,temp 
-0x00b5 000284 set1 gpio_active_bit ,temp 
-0x00b6 000285 arg core_gpio_pu0 ,contw 
-0x00b7 000286 branch gpio_set_bit 
-:      000289 p_mouse_set_sdio_high:
-0x00b8 000290 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-0x00b9 000291 rtn blank 
-0x00ba 000292 branch p_mouse_seting_dpi_sensor_type 
-:      000294 p_mouse_le_txbuff_save:
-0x00bb 000295 arg mem_le_tx_buffer0 ,contr 
-0x00bc 000296 arg mem_le_tx_buffer0_omemalloc ,contw 
-0x00bd 000297 call p_mouse_le_txbuff_copy 
-0x00be 000298 arg mem_le_tx_buffer1 ,contr 
-0x00bf 000299 call p_mouse_le_txbuff_copy 
-0x00c0 000300 arg mem_le_tx_buffer2 ,contr 
-0x00c1 000301 call p_mouse_le_txbuff_copy 
-0x00c2 000302 arg mem_le_tx_buffer3 ,contr 
-:      000303 p_mouse_le_txbuff_copy:
-0x00c3 000304 arg 27 ,loopcnt 
-0x00c4 000305 branch memcpy 
-:      000307 p_mouse_le_txbuff_load:
-0x00c5 000308 arg mem_le_tx_buffer0_omemalloc ,contr 
-0x00c6 000309 arg mem_le_tx_buffer0 ,contw 
-0x00c7 000310 call p_mouse_le_txbuff_copy 
-0x00c8 000311 arg mem_le_tx_buffer1 ,contw 
-0x00c9 000312 call p_mouse_le_txbuff_copy 
-0x00ca 000313 arg mem_le_tx_buffer2 ,contw 
-0x00cb 000314 call p_mouse_le_txbuff_copy 
-0x00cc 000315 arg mem_le_tx_buffer3 ,contw 
-0x00cd 000316 branch p_mouse_le_txbuff_copy 
-:      000318 p_device_init:
-0x00ce 000319 call app_lpm_mult_enable 
-0x00cf 000320 branch p_device_init_common ,wake 
-0x00d0 000323 call p_mouse_data_init 
-0x00d1 000324 fetch 1 ,mem_tx_power 
-0x00d2 000325 store 1 ,mem_tx_power_temp 
-0x00d3 000326 call power_ctrl_pac_succ_cnt_init 
-0x00d4 000327 fetch 1 ,mem_ui_button_timeout 
-0x00d5 000328 store 1 ,mem_combination_ui_button_count 
-0x00d6 000329 call mouse_bt_discovery_button_down_disable 
-:      000330 p_device_init_common:
-0x00d7 000331 call p_mouse_init 
-0x00d8 000332 branch enable_authrom 
-:      000334 p_mouse_init:
-0x00d9 000335 ncall p_mouse_setting_config ,wake 
-0x00da 000336 call p_mouse_spi_init 
-0x00db 000337 rtn wake 
-0x00dc 000338 call p_mouse_cb_fuction 
-0x00dd 000339 call p_mouse_wakeup_from_power 
-:      000340 p_mouse_check_reconn_target:
-0x00de 000341 call p_mouse_tx_power_init 
-0x00df 000342 fetch 1 ,mem_xrecord_mode 
-0x00e0 000343 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
-0x00e1 000344 rtn 
-:      000346 p_mouse_tx_power_init:
-0x00e2 000347 fetch 1 ,mem_tx_power_temp 
-0x00e3 000348 store 1 ,mem_tx_power 
-0x00e4 000349 rtn 
-:      000353 p_mouse4_0_check_reconn_target:
-0x00e5 000354 jam 1 ,mem_le_send_security_request_flag 
-0x00e6 000355 jam 1 ,mem_mouse_le_reconnect_flag 
-0x00e7 000356 fetch 2 ,mem_mouse_direct_timeout 
-0x00e8 000357 fetcht 1 ,mem_mouse_fast_conn_flag 
-0x00e9 000358 sub temp ,0xff ,null 
-0x00ea 000359 nbranch p_mouse4_0_check_reconn_target_next ,zero 
-0x00eb 000360 setarg 0x0258 
-:      000361 p_mouse4_0_check_reconn_target_next:
-0x00ec 000362 store 2 ,mem_mouse_direct_timer 
-0x00ed 000363 call app_lpm_mult_disable 
-0x00ee 000364 call p_le_check_adv_flag 
-0x00ef 000365 setarg adv_flag_bredr_not_supported 
-0x00f0 000366 istore 1 ,contr 
-0x00f1 000368 arg mem_le_scan_data ,contr 
-0x00f2 000369 call p_le_adv_data_update 
-0x00f3 000371 branch check_51cmd_adv 
-:      000373 p_le_check_adv_flag:
-0x00f4 000374 arg mem_le_adv_data ,rega 
-:      000375 p_le_check_adv_flag_loop:
-0x00f5 000376 ifetch 1 ,rega 
-0x00f6 000377 rtn blank 
-0x00f7 000378 iadd contr ,rega 
-0x00f8 000379 ifetch 1 ,contr 
-0x00f9 000380 rtneq 0x01 
-0x00fa 000381 branch p_le_check_adv_flag_loop 
-:      000383 p_mouse_24g_pairing_button:
-0x00fb 000384 fetch mouse_flag_len ,mem_mouse_flag 
-0x00fc 000385 rtnbit0 mouse_enable_24g 
-0x00fd 000386 rtnbit1 mosue_24g_pairing_flag 
-0x00fe 000387 rtnmark1 mark_24g 
-0x00ff 000389 arg mosue_24g_pairing_flag ,queue 
-0x0100 000390 call mouse_enable_function_flag 
-0x0101 000391 setarg 0 
-0x0102 000392 store 2 ,mem_mouse_direct_timer 
-0x0103 000393 store 1 ,mem_mouse_send_blank_timer 
-0x0104 000394 store 2 ,mem_24g_check_dongle_times 
-0x0105 000395 call mouse_stop_discovery 
-:      000397 p_g24_start_pairing_sm1:
-0x0106 000398 set1 mark_24g ,mark 
-0x0107 000399 call p_g24_pair_init 
-:      000400 p_g24_set_pairing_sm_1:
-0x0108 000401 jam state_24g_pairing_1 ,mem_24g_pairing_sm 
-0x0109 000402 rtn 
-:      000404 p_mouse_dpi_config:
-0x010a 000407 fetch 1 ,mem_mouse_dpi 
-0x010b 000408 beq 0xff ,p_mouse_dpi_config_default 
-0x010c 000409 branch p_mouse_seting_dpi 
-:      000410 p_mouse_dpi_config_default:
-0x010d 000411 fetch 1 ,mem_config_sensor_motion 
-0x010e 000413 store 1 ,mem_mouse_dpi 
-0x010f 000414 branch p_mouse_seting_dpi 
-:      000416 p_mouse_spi_init:
-0x0110 000417 jam 0x76 ,mem_spi_init_clk 
-0x0111 000418 branch mouse_spi_init 
-:      000420 p_mouse_init_sunt:
-0x0112 000421 call p_mouse_spi_init 
-0x0113 000422 call mouse_spi_sdio_gpio_pollup 
-0x0114 000423 fetch 1 ,mem_config_sensor_type 
-0x0115 000424 beq p3610 ,mouse_init_3610sensor 
-:      000425 p_mouse_init_sensor:
-0x0116 000426 call mouse_read_sensor_id 
-0x0117 000427 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
-0x0118 000428 beq p3065_id1 ,p_mouse_p3065_init_param 
-0x0119 000429 call mouse_twspi_reset 
-0x011a 000430 nop 1000 
-0x011b 000431 branch p_mouse_init_sensor 
-:      000433 p_mouse_init_sensor_reset:
-0x011c 000434 jam 1 ,mem_mouse_init_sensor_reset_flag 
-0x011d 000435 call spi_ncs_enable 
-0x011e 000436 call p_mouse_init_sunt 
-0x011f 000437 branch spi_ncs_disable 
-:      000439 p_mouse_init_p32xx_id2_judge:
-0x0120 000440 call p_mouse_sensor_poweron 
-0x0121 000441 fetch 1 ,mem_sensor_id2 
-0x0122 000442 beq p8009_id2 ,p_mouse_8009_init_param 
-0x0123 000443 beq p8650_id2 ,p_mouse_8650_init_param 
-0x0124 000444 branch mouse_init_p32xx_id2_judge + 1 
-:      000446 p_mouse_8009_init_param:
-0x0125 000447 setarg 0x16 
-0x0126 000448 call twspi_read 
-0x0127 000449 sub pdata ,0xbd ,null 
-0x0128 000450 nbranch p_mouse_init_sensor ,zero 
-0x0129 000451 setarg 0x19 
-0x012a 000452 call twspi_read 
-0x012b 000453 sub pdata ,0x55 ,null 
-0x012c 000454 nbranch p_mouse_init_sensor ,zero 
-0x012d 000455 setarg 0x1b 
-0x012e 000456 call twspi_read 
-0x012f 000457 sub pdata ,0x1d ,null 
-0x0130 000458 nbranch p_mouse_init_sensor ,zero 
-0x0131 000459 jam p8009 ,mem_config_sensor_type 
-0x0132 000460 call mouse_sensor_disable_wp 
-0x0133 000461 setarg 0x0206 
-0x0134 000462 call twspi_write 
-0x0135 000463 setarg 0x6909 
-0x0136 000464 call twspi_write 
-0x0137 000465 setarg 0x280d 
-0x0138 000466 call twspi_write 
-0x0139 000467 setarg 0x4f0e 
-0x013a 000468 call twspi_write 
-0x013b 000469 setarg 0xba0f 
-0x013c 000470 call twspi_write 
-0x013d 000471 branch mouse_sensor_enable_wp 
-:      000473 p_mouse_8650_init_param:
-0x013e 000474 jam p8650 ,mem_config_sensor_type 
-0x013f 000475 rtn 
-:      000477 p_mouse_p3065_init_param:
-0x0140 000478 call p_mouse_sensor_poweron 
-0x0141 000479 fetch 1 ,mem_sensor_id2 
-0x0142 000480 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0x0143 000481 jam p3065 ,mem_config_sensor_type 
-0x0144 000482 rtn 
-:      000484 p_mouse_sensor_poweron:
-0x0145 000485 setarg 0x8006 
-0x0146 000486 call twspi_write 
-0x0147 000487 nop 12000 
-0x0148 000488 call p_mouse_dpi_config 
-0x0149 000489 fetch 1 ,mem_sensor_id2 
-0x014a 000490 beq p8009_id2 ,p_mouse_8009_init_param 
-0x014b 000491 rtn 
-:      000493 p_mouse_sensor_powerdown:
-0x014c 000494 setarg 0x06 
-0x014d 000495 call twspi_read 
-0x014e 000496 or pdata ,0x08 ,pdata 
-0x014f 000497 lshift8 pdata ,pdata 
-0x0150 000498 add pdata ,0x06 ,pdata 
-0x0151 000499 branch twspi_write 
-:      000501 p_mouse_setting_config:
-0x0152 000502 call p_g24_set_device_addr 
-0x0153 000507 call mouse_gpio_init 
-0x0154 000509 call mouse_param_init 
-0x0155 000510 setarg 0 
-0x0156 000511 store 2 ,mem_lpm_interval 
-0x0157 000512 call p_mouse_set_gpio_control_sensor 
-0x0158 000513 call mouse_adc_init 
-0x0159 000514 call le_set_config_fixed_ltk 
-0x015a 000515 call le_set_justwork 
-0x015b 000516 call le_set_fixed_ltk 
-0x015c 000517 call le_set_config_read_authentication 
-:      000518 p_mouse_init_iic:
-0x015d 000519 call iic_init_390k 
-0x015e 000522 call clear_eeprom_size_2k 
-0x015f 000523 call mouse_load_eeprom_dpi 
-0x0160 000524 call p_mouse_init_environment 
-:      000525 p_mouse_init_iic_read_24g_addr:
-0x0161 000526 call p_mouse_set_24g_addr_eeprom 
-0x0162 000527 call iicd_read_eep_data 
-0x0163 000528 arg 3 ,loopcnt 
-0x0164 000529 arg mem_device1_addr ,contr 
-0x0165 000530 call p_pdata_0xff_check 
-0x0166 000531 nbranch p_mouse_le_fast_conn_disable ,user 
-0x0167 000532 call p_mouse_load_fast_conn_flag 
-0x0168 000533 fetch 1 ,mem_mouse_fast_conn_flag 
-0x0169 000534 beq 0xff ,p_mouse_fast_conn_init 
-0x016a 000535 rtn 
-:      000537 p_mouse_load_fast_conn_flag:
-0x016b 000538 arg 1 ,temp 
-0x016c 000539 arg mem_mouse_fast_conn_flag ,rega 
-0x016d 000540 arg mouse_fast_conn_flag_offset ,regb 
-0x016e 000541 branch iicd_read_eep_data 
-:      000542 p_mouse_store_fast_conn_flag:
-0x016f 000543 arg 1 ,temp 
-0x0170 000544 arg mem_mouse_fast_conn_flag ,rega 
-0x0171 000545 arg mouse_fast_conn_flag_offset ,regb 
-0x0172 000546 branch iicd_write_protect_eep_data 
-:      000547 p_mouse_fast_conn_init:
-0x0173 000548 jam 0x34 ,mem_xrecord_mode 
-0x0174 000549 setarg 0 
-0x0175 000550 invert pdata ,pdata 
-0x0176 000551 store 6 ,mem_le_lap 
-0x0177 000552 rtn 
-:      000553 p_mouse_le_fast_conn_disable:
-0x0178 000554 jam 0x5a ,mem_mouse_fast_conn_flag 
-0x0179 000555 branch p_mouse_store_fast_conn_flag 
-:      000557 p_mouse_set_gpio_control_sensor:
-0x017a 000558 fetch mouse_flag_len ,mem_mouse_flag 
-0x017b 000559 rtnbit0 mouse_enable_gpio_control_adc_sensor 
-:      000570 p_mouse_sensor_set_angle:
-0x017c 000571 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x017d 000572 call gpio_config_input 
-0x017e 000573 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x017f 000574 call gpio_get_bit 
-0x0180 000575 jam mouse_6clk_angle ,mem_config_sensor_angle 
-0x0181 000576 rtn true 
-0x0182 000577 jam mouse_3clk_angle ,mem_config_sensor_angle 
-0x0183 000578 rtn 
-:      000581 p_mouse_init_environment:
-0x0184 000582 call app_initflag_check 
-0x0185 000583 branch mouse_eeprom_load_recon_info ,zero 
-0x0186 000584 call p_le_addr_random_config 
-0x0187 000585 branch mouse_init_environment + 2 
-:      000587 p_app_flag_store:
-0x0188 000588 arg 2 ,temp 
-0x0189 000589 arg mem_timeup ,rega 
-0x018a 000590 arg mouse_eeprom_module_init_flag ,regb 
-0x018b 000591 branch iicd_write_protect_eep_data 
-:      000593 p_app_initflag_check:
-0x018c 000594 arg 2 ,temp 
-0x018d 000595 arg mem_pdatatemp ,rega 
-0x018e 000596 arg mouse_eeprom_module_init_flag ,regb 
-0x018f 000597 branch app_initflag_check + 4 
-:      000624 p_mouse_wakeup_from_power:
-0x0190 000625 fetch mouse_flag_len ,mem_mouse_flag 
-0x0191 000626 bbit0 mouse_enable_wakeup_from_power ,p_mouse_wakeup_no_from_power 
-0x0192 000627 fetch 1 ,mem_wakup_from_power_flag 
-0x0193 000628 isolate0 gpio_latch ,pdata 
-0x0194 000629 nbranch p_mouse_wakeup_no_from_power ,true 
-0x0195 000630 call p_mouse_init_sunt 
-0x0196 000631 call p_mouse_sensor_powerdown 
-:      000632 p_mouse_wakeup_no_from_power:
-0x0197 000633 fetch 1 ,mem_reconn_times_init 
-0x0198 000634 store 1 ,mem_reconn_times 
-0x0199 000635 rtn 
-:      000652 p_g24_factory_check:
-0x019a 000653 arg 2 ,loopcnt 
-0x019b 000654 arg mem_24g_addr ,contr 
-:      000655 p_pdata_0xff_check:
-0x019c 000656 call enable_user 
-0x019d 000657 setarg 0xffff 
-:      000658 p_pdata_0xff_check_loop:
-0x019e 000659 ifetcht 2 ,contr 
-0x019f 000660 isub temp ,null 
-0x01a0 000661 ncall disable_user ,zero 
-0x01a1 000662 loop p_pdata_0xff_check_loop 
-0x01a2 000663 rtn 
-:      000665 p_mouse_cb_fuction:
-0x01a3 000666 setarg p_mouse_g24_package_data 
-0x01a4 000667 store 2 ,mem_cb_24g_data 
-0x01a5 000668 setarg p_mouse_le 
-0x01a6 000669 store 2 ,mem_cb_le_process 
-0x01a7 000670 setarg p_le_mouse_bb_event_connect_complete 
-0x01a8 000671 store 2 ,mem_cb_att_write 
-0x01a9 000672 setarg p_mouse_before_lpm 
-0x01aa 000673 store 2 ,mem_cb_before_lpm 
-0x01ab 000674 setarg p_mouse_priority_bb_event 
-0x01ac 000675 store 2 ,mem_cb_bb_event_process 
-0x01ad 000676 setarg p_mouse_idle 
-0x01ae 000677 store 2 ,mem_cb_idle_process 
-0x01af 000678 setarg p_mouse_before_hibernate 
-0x01b0 000679 store 2 ,mem_cb_before_hibernate 
-0x01b1 000680 setarg p_mouse_bb_event_timer 
-0x01b2 000681 store 2 ,mem_cb_event_timer 
-0x01b3 000682 rtn 
-:      000684 p_mouse_g24_package_data:
-0x01b4 000685 call mouse_g24_package_data 
-0x01b5 000686 fetch 2 ,mem_mouse_z 
-0x01b6 000687 rtn blank 
-0x01b7 000688 branch p_g24_transmit_by_interrupt_enable 
-:      000690 p_mouse_le:
-0x01b8 000691 call le_fifo_check_nearly_full 
-0x01b9 000692 nrtn blank 
-0x01ba 000693 fetch 1 ,mem_mouse_fast_conn_flag 
-0x01bb 000694 beq 0xff ,p_mouse_le_next 
-0x01bc 000695 fetch 1 ,mem_le_connect_status_flag 
-0x01bd 000696 and pdata ,0x03 ,pdata 
-0x01be 000697 rtnne 0x03 
-:      000698 p_mouse_le_next:
-0x01bf 000699 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x01c0 000700 call p_mouse_clear_sensor_data ,blank 
-0x01c1 000701 fetch mouse_flag_len ,mem_mouse_flag 
-0x01c2 000704 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x01c3 000705 call mouse_motion 
-0x01c4 000706 nrtn user 
-0x01c5 000707 call p_mouse_le_current_mult_update 
-0x01c6 000708 call p_mouse_data_xy_release 
-0x01c7 000709 fetch 2 ,mem_mouse_z 
-0x01c8 000710 ncall p_mouse_wheel_trigger ,blank 
-0x01c9 000711 branch p_mouse_data_push 
-:      000713 p_mouse_le_current_mult_update:
-0x01ca 000714 fetch 1 ,mem_config_function_enable 
-0x01cb 000715 rtnbit1 enable_sensor_motion_pin 
-0x01cc 000716 jam 0 ,mem_lpm_mult 
-0x01cd 000717 jam 30 ,mem_mouse_le_current_mult_timer 
-0x01ce 000718 rtn 
-:      000720 p_mouse_wheel_trigger:
-0x01cf 000721 jam 1 ,mem_mouse_wheel_trigger 
-0x01d0 000722 jam 2 ,mem_mouse_wheel_trigger_timer 
-0x01d1 000723 rtn 
-:      000726 p_mouse_clear_sensor_data:
-0x01d2 000727 call le_set_config_more_data 
-0x01d3 000728 jam 1 ,mem_mouse_clear_sensor_data_flag 
-0x01d4 000729 branch p_mouse_sensor_poweron 
-:      000731 p_mouse_idle:
-0x01d5 000732 call ui_check_paring_button 
-0x01d6 000734 branch mouse_wheel_check 
-:      000756 p_mouse_dpi_up:
-0x01d7 000757 call p_gpio_set_input_pu 
-0x01d8 000758 branch mouse_dpi_up 
-:      000760 p_mouse_priority_bb_event:
-0x01d9 000761 copy regc ,pdata 
-0x01da 000762 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
-0x01db 000763 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-0x01dc 000764 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
-0x01dd 000765 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-0x01de 000766 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
-0x01df 000767 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-0x01e0 000768 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-0x01e1 000769 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-0x01e2 000770 branch mouse_priority_bb_event + 1 
-:      000772 p_mouse_le_bb_event_connected:
-0x01e3 000773 jam 1 ,mem_mouse_le_bb_connected_flag 
-0x01e4 000774 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x01e5 000775 nbranch p_mouse_le_bb_event_connected_next ,blank 
-0x01e6 000776 jam 0x04 ,mem_mouse_send_secutiry_request_timer 
-:      000777 p_mouse_le_bb_event_connected_next:
-0x01e7 000778 jam 0 ,mem_mouse_long_mult_flag 
-0x01e8 000779 call p_mouse_init_sensor_reset 
-0x01e9 000780 call p_mouse_data_init 
-0x01ea 000781 branch mouse_le_bb_event_connected 
-:      000783 p_mouse_le_bb_disconnected:
-0x01eb 000784 jam 0 ,mem_mouse_le_bb_connected_flag 
-0x01ec 000785 call p_mouse_sensor_powerdown_check 
-0x01ed 000786 setarg le_interval_8_75ms 
-0x01ee 000787 store 2 ,mem_le_interval_min 
-0x01ef 000788 store 2 ,mem_le_interval_min + 2 
-0x01f0 000789 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x01f1 000790 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0x01f2 000791 call p_mouse_data_init 
-0x01f3 000792 call le_clr_config_more_data 
-0x01f4 000793 branch mouse_bb_disconnected 
-:      000795 p_mouse_le_enc_info:
-:      000796 p_app_updata_le_param:
-0x01f5 000797 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x01f6 000798 branch ui_ipc_send_cmd 
-:      000800 p_mouse_le_ll_start_encryt:
-0x01f7 000801 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x01f8 000802 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
-0x01f9 000803 branch p_mouse_le_ll_enable_start_enc_flag 
-:      000805 p_mouse_le_ll_reconn_start_encryt:
-0x01fa 000806 call p_app_updata_le_param 
-0x01fb 000807 jam 20 ,mem_le_start_encrypt_timer 
-:      000808 p_mouse_le_ll_enable_start_enc_flag:
-0x01fc 000809 arg ll_start_enc_flag ,queue 
-0x01fd 000810 branch mouse_le_enable_connect_flag 
-:      000812 p_mouse_le_conn_param_update_rsp_recieved:
-0x01fe 000813 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x01ff 000814 rtneq ble_signaling_connect_parameter_update_accepted 
-0x0200 000815 fetch 1 ,mem_le_tsniff 
-0x0201 000816 rshift2 pdata ,pdata 
-0x0202 000817 sub pdata ,le_interval_15ms ,null 
-0x0203 000818 rtn positive 
-0x0204 000819 setarg le_interval_11_25ms 
-0x0205 000820 store 2 ,mem_le_interval_min 
-0x0206 000821 store 2 ,mem_le_interval_min + 2 
-0x0207 000822 call p_app_updata_le_param 
-0x0208 000823 branch p_mouse_le_conn_param_lpm_disable 
-:      000827 p_mouse_24g_pairing_complete:
-0x0209 000828 call p_mouse_init_sensor_reset 
-0x020a 000830 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x020b 000831 arg mosue_24g_pairing_flag ,queue 
-0x020c 000832 call mouse_disable_function_flag 
-0x020d 000833 setarg 0 
-0x020e 000834 store 2 ,mem_24g_pairing_timer_count 
-0x020f 000835 jam 0 ,mem_mouse_move_flag 
-0x0210 000836 call mouse_read_sensor_common 
-0x0211 000837 call p_mouse_tx_power_init 
-0x0212 000838 call p_mouse_set_24g_addr_eeprom 
-0x0213 000839 branch iicd_write_protect_eep_data 
-:      000841 p_mouse_set_24g_addr_eeprom:
-0x0214 000842 arg mem_24g_addr ,rega 
-0x0215 000843 arg mouse_g24_addr_eeprom_offect ,regb 
-0x0216 000844 arg 4 ,temp 
-0x0217 000845 rtn 
-:      000847 p_mouse_24g_attempt_fail:
-0x0218 000848 call p_mouse_sensor_powerdown_check 
-0x0219 000849 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0x021a 000850 call p_mouse_tx_power_init 
-0x021b 000851 call p_g24_check_51cmd_stop_24g 
-0x021c 000852 jam 0 ,mem_link_key_exists 
-0x021d 000853 fetch 1 ,mem_mouse_fast_conn_flag 
-0x021e 000854 beq 0xff ,p_mouse_24g_attempt_fail_next 
-0x021f 000855 call mouse_eeprom_load_recon_info 
-0x0220 000856 arg 3 ,loopcnt 
-0x0221 000857 arg mem_device1_addr ,contr 
-0x0222 000858 call p_pdata_0xff_check 
-0x0223 000859 branch p_mouse_null_enter_hibernate_enable ,user 
-:      000860 p_mouse_24g_attempt_fail_next:
-0x0224 000861 branch p_mouse_check_reconn_target 
-:      000863 p_mouse_null_enter_hibernate_enable:
-0x0225 000864 jam 1 ,mem_mouse_null_enter_hibernate_flag 
-0x0226 000865 jam 40 ,mem_mouse_null_enter_hibernate_timer 
-0x0227 000866 rtn 
-:      000868 p_mouse_24g_attempt_success:
-0x0228 000869 call p_mouse_init_sensor_reset 
-0x0229 000870 branch mouse_no_data_timer_init 
-:      000872 p_mouse_before_hibernate:
-0x022a 000873 enable user 
-0x022b 000874 hfetch 4 ,0x8138 
-0x022c 000875 setflag user ,26 ,pdata 
-0x022d 000876 hstore 4 ,core_lpm_reg 
-0x022e 000877 call lpm_write_ctrl 
-0x022f 000878 call p_mouse_sensor_powerdown_check 
-0x0230 000879 call disable_authrom 
-0x0231 000881 call mouse_before_hibernate_wheel_gpio_set 
-0x0232 000882 call mouse_lpm_before_common 
-0x0233 000883 branch p_set_ice_gpio 
-:      000886 p_mouse_sensor_powerdown_check:
-0x0234 000887 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-0x0235 000888 rtn blank 
-0x0236 000889 jam 0 ,mem_mouse_init_sensor_reset_flag 
-0x0237 000890 branch p_mouse_sensor_powerdown 
-:      000893 p_mouse_bb_event_timer:
-0x0238 000896 call p_mouse_le_current_mult_update_timer 
-0x0239 000897 call p_mouse_wheel_trigger_timer 
-0x023a 000899 call p_mouse_null_enter_hibernate_timer 
-0x023b 000900 call p_mouse_bt_discovery_check 
-0x023c 000901 call mouse_check_discovery_timeout_timer 
-0x023d 000902 call mouse_check_direct_timeout_timer 
-0x023e 000903 call mouse_check_no_data_timeout_timer 
-0x023f 000904 call p_le_send_smp_security_request_timer 
-0x0240 000905 call p_mouse_le_fast_conn_enable_timer 
-0x0241 000906 branch p_mouse_le_enable_att_list_timer 
-:      000908 p_le_send_smp_security_request_timer:
-0x0242 000909 fetch 1 ,mem_mouse_le_bb_connected_flag 
-0x0243 000910 rtn blank 
-0x0244 000911 arg mem_mouse_send_secutiry_request_timer ,regc 
-0x0245 000912 arg p_le_pairing_sm_start_check ,regb 
-0x0246 000913 branch timer_single_step 
-:      000915 p_le_pairing_sm_start_check:
-0x0247 000916 fetch 1 ,mem_le_send_security_request_flag 
-0x0248 000917 nrtn blank 
-0x0249 000918 branch le_pairing_sm_start 
-:      000920 p_mouse_le_fast_conn_enable_timer:
-0x024a 000921 fetch 1 ,mem_mouse_fast_conn_flag 
-0x024b 000922 rtnne 0xff 
-0x024c 000923 fetch 1 ,mem_mouse_le_bb_connected_flag 
-0x024d 000924 nrtn blank 
-0x024e 000925 arg mem_mouse_le_fast_conn_enable_timer ,regc 
-0x024f 000926 arg p_mouse_le_fast_conn_enable_timeout ,regb 
-0x0250 000927 branch timer_single_step 
-:      000929 p_mouse_le_fast_conn_enable_timeout:
-0x0251 000930 branch p_mouse_start_discovery 
-:      000932 p_mouse_wheel_trigger_timer:
-0x0252 000933 arg mem_mouse_wheel_trigger_timer ,regc 
-0x0253 000934 arg p_mouse_wheel_trigger_disable ,regb 
-0x0254 000935 branch timer_single_step 
-:      000936 p_mouse_wheel_trigger_disable:
-0x0255 000937 jam 0 ,mem_mouse_wheel_trigger 
-0x0256 000938 rtn 
-:      000950 p_mouse_le_current_mult_update_timer:
-0x0257 000951 arg mem_mouse_le_current_mult_timer ,regc 
-0x0258 000952 arg p_mouse_le_current_mult_reinit ,regb 
-0x0259 000953 branch timer_single_step 
-:      000954 p_mouse_le_current_mult_reinit:
-0x025a 000955 fetch 1 ,mem_lpm_mult_init 
-0x025b 000956 store 1 ,mem_lpm_mult 
-0x025c 000957 jam 1 ,mem_mouse_long_mult_flag 
-0x025d 000958 rtn 
-:      000960 p_mouse_le_enable_att_list_timer:
-0x025e 000961 arg mem_le_start_encrypt_timer ,regc 
-0x025f 000962 arg mouse_le_write_enable ,regb 
-0x0260 000963 branch timer_single_step 
-:      000965 p_mouse_bt_discovery_check:
-0x0261 000966 fetch 1 ,mem_config_function_enable 
-0x0262 000967 bbit1 enable_bt_button ,mouse_bt_discovery_by_button 
-:      000968 p_mouse_bt_discovery_commbination_key:
-0x0263 000969 call p_mouse_check_key_gpio 
-0x0264 000970 beq mouse_lmr_button ,p_mouse_bt_discovery_commbination_key_down 
-:      000971 p_mouse_bt_discovery_commbination_key_up:
-0x0265 000972 fetch 1 ,mem_ui_button_timeout 
-0x0266 000973 store 1 ,mem_combination_ui_button_count 
-0x0267 000974 fetch 1 ,mem_bt_discovey_button_statue 
-0x0268 000975 rtneq dpi_button_state_up 
-0x0269 000976 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
-0x026a 000977 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0x026b 000978 call mouse_disable_function_flag 
-0x026c 000979 branch mouse_bt_discovery_button_down_disable 
-:      000980 p_mouse_bt_discovery_commbination_key_down:
-0x026d 000981 jam 40 ,mem_mouse_null_enter_hibernate_timer 
-0x026e 000982 call p_mouse_bt_discovery_timer 
-0x026f 000983 branch mouse_bt_discovery_commbination_key_down + 1 
-:      000985 p_mouse_bt_discovery_timer:
-0x0270 000986 arg mem_combination_ui_button_count ,regc 
-0x0271 000987 arg p_mouse_long_button_bt_discovery ,regb 
-0x0272 000988 branch timer_single_step 
-:      000990 p_mouse_long_button_bt_discovery:
-0x0273 000991 fetch 2 ,mem_ui_state_map 
-0x0274 000992 isolate1 ui_state_ble_adv ,pdata 
-0x0275 000993 call mouse_stop_le_adv ,true 
-0x0276 000994 branch mouse_long_button_bt_discovry 
-:      000996 p_mouse_null_enter_hibernate_timer:
-0x0277 000997 fetch 1 ,mem_mouse_null_enter_hibernate_flag 
-0x0278 000998 rtn blank 
-0x0279 000999 fetch 1 ,mem_mouse_null_enter_hibernate_timer 
-0x027a 001000 branch p_mouse_null_enter_hibernate ,blank 
-0x027b 001001 increase -1 ,pdata 
-0x027c 001002 store 1 ,mem_mouse_null_enter_hibernate_timer 
-0x027d 001003 rtn 
-:      001004 p_mouse_null_enter_hibernate:
-0x027e 001005 jam 0 ,mem_mouse_null_enter_hibernate_flag 
-0x027f 001006 branch app_enter_hibernate 
-:      001108 p_mouse_motion:
-0x0280 001109 disable user 
-0x0281 001110 setarg 0 
-0x0282 001111 store 6 ,mem_mouse_x 
-0x0283 001112 call p_mouse_cheak_sensor_data 
-0x0284 001113 call mouse_zwheel 
-0x0285 001114 call mouse_t_zwheel 
-0x0286 001115 call p_mouse_key 
-0x0287 001116 nrtn user 
-0x0288 001117 branch mouse_motion + 9 
-:      001118 p_mouse_key:
-0x0289 001119 call p_mouse_check_key_gpio 
-0x028a 001120 branch mouse_key + 1 
-:      001121 p_mouse_check_key_gpio:
-0x028b 001122 arg 0 ,rega 
-0x028c 001123 call p_mouse_check_lkey_gpio 
-0x028d 001124 call p_mouse_check_rkey_gpio 
-0x028e 001125 call p_mouse_check_mkey_gpio 
-0x028f 001127 branch mouse_check_key_gpio + 11 
-:      001135 p_mouse_check_lkey_gpio:
-0x0290 001136 fetcht 1 ,mem_lbutton_gpio 
-0x0291 001137 call p_gpio_set_input_pu 
-0x0292 001138 fetcht 1 ,mem_lbutton_gpio 
-0x0293 001139 call gpio_get_bit 
-0x0294 001140 setflag true ,0 ,rega 
-0x0295 001141 rtn 
-:      001142 p_mouse_check_rkey_gpio:
-0x0296 001143 fetcht 1 ,mem_rbutton_gpio 
-0x0297 001144 call p_gpio_set_input_pu 
-0x0298 001145 fetcht 1 ,mem_rbutton_gpio 
-0x0299 001146 call gpio_get_bit 
-0x029a 001147 setflag true ,1 ,rega 
-0x029b 001148 rtn 
-:      001149 p_mouse_check_mkey_gpio:
-0x029c 001150 fetcht 1 ,mem_mbutton_gpio 
-0x029d 001151 call p_gpio_set_input_pu 
-0x029e 001152 fetcht 1 ,mem_mbutton_gpio 
-0x029f 001153 call gpio_get_bit 
-0x02a0 001154 setflag true ,2 ,rega 
-0x02a1 001155 rtn 
-:      001170 p_gpio_set_input_pd:
-0x02a2 001171 set0 gpio_active_bit ,temp 
-0x02a3 001172 arg core_gpio_pu0 ,contw 
-0x02a4 001173 call gpio_set_bit 
-0x02a5 001174 set1 gpio_active_bit ,temp 
-0x02a6 001175 arg core_gpio_pd0 ,contw 
-0x02a7 001176 branch gpio_set_high_impedance + 4 
-:      001178 p_gpio_set_input_pu:
-0x02a8 001179 set1 gpio_active_bit ,temp 
-0x02a9 001180 arg core_gpio_pu0 ,contw 
-0x02aa 001181 call gpio_set_bit 
-0x02ab 001182 set0 gpio_active_bit ,temp 
-0x02ac 001183 branch p_gpio_set_input_pd + 4 
-:      001185 p_mouse_cheak_sensor_data:
-0x02ad 001186 fetch 1 ,mem_config_sensor_type 
-0x02ae 001187 beq p3212 ,p_mouse_p3212_sensor_motion 
-0x02af 001188 beq p3610 ,mouse_p3610_sensor_motion 
-0x02b0 001189 beq p8009 ,p_mouse_p8009_sensor_motion 
-:      001191 p_mouse_p32xx_sensor_motion:
-0x02b1 001192 call mouse_clear_sensor_data 
-0x02b2 001193 disable user 
-0x02b3 001194 fetch 1 ,mem_config_function_enable 
-0x02b4 001195 bbit0 enable_sensor_motion_pin ,mouse_p32xx_sensor_motion_2 
-0x02b5 001196 fetcht 1 ,mem_sensor_data_gpio 
-0x02b6 001197 call gpio_get_bit 
-0x02b7 001198 nrtn true 
-0x02b8 001199 branch mouse_p32xx_sensor_motion_2 
-:      001200 p_mouse_p3212_sensor_motion:
-0x02b9 001201 call mouse_clear_sensor_data 
-0x02ba 001202 fetch 1 ,mem_config_function_enable 
-0x02bb 001203 bbit0 enable_sensor_motion_pin ,mouse_p3212_sensor_motion_1 
-0x02bc 001204 fetcht 1 ,mem_sensor_data_gpio 
-0x02bd 001205 call gpio_get_bit 
-0x02be 001206 nrtn true 
-0x02bf 001207 branch mouse_p3212_sensor_motion_1 
-:      001209 p_mouse_p8009_sensor_motion:
-0x02c0 001210 call mouse_clear_sensor_data 
-0x02c1 001211 disable user 
-0x02c2 001212 fetcht 1 ,mem_sensor_data_gpio 
-0x02c3 001213 call gpio_get_bit 
-0x02c4 001214 nrtn true 
-:      001215 p_mouse_p32xx_sensor_motion_1:
-0x02c5 001216 setarg pan_reg_motion_staus 
-0x02c6 001217 call twspi_read 
-0x02c7 001218 rtnbit0 7 
-0x02c8 001219 setarg pan_reg_opration_state 
-0x02c9 001220 call twspi_read 
-0x02ca 001221 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
-0x02cb 001222 setarg 0 
-0x02cc 001223 store 6 ,mem_mouse_x 
-0x02cd 001224 rtn 
-:      001241 p_mouse_seting_dpi:
-:      001243 p_mouse_seting_dpi_sensor_type:
-0x02ce 001244 fetch 1 ,mem_config_sensor_type 
-0x02cf 001245 beq p3610 ,mouse_seting_3610_dpi 
-0x02d0 001246 beq p3212 ,mouse_seting_3212_dpi 
-0x02d1 001247 beq p3065_xy ,p_mouse_seting_3065xy_dpi 
-0x02d2 001248 beq p3204 ,p_mouse_seting_3065xy_dpi 
-0x02d3 001249 beq p8009 ,p_mouse_seting_8009_dpi 
-0x02d4 001250 beq p8650 ,p_mouse_seting_8650_dpi 
-0x02d5 001251 beq ka8 ,p_mouse_seting_ka8_dpi 
-:      001252 p_mouse_seting_3205_dpi:
-0x02d6 001253 fetch 1 ,mem_mouse_dpi 
-0x02d7 001254 sub pdata ,mouse_dpi_level2 ,null 
-0x02d8 001255 call p_mouse_3205_dpi_recount ,zero 
-0x02d9 001256 fetch 1 ,mem_mouse_dpi 
-0x02da 001257 beq mouse_dpi_level1 ,p_mouse_set_cpi1 
-0x02db 001258 beq mouse_dpi_level2 ,mouse_set_cpi2 
-0x02dc 001259 beq mouse_dpi_level4 ,p_mouse_set_cpi4 
-:      001260 p_mouse_set_cpi3:
-0x02dd 001261 jam 2 ,mem_mouse_dpi_blink_count 
-0x02de 001262 branch mouse_set_cpi3 
-:      001263 p_mouse_3205_dpi_recount:
-0x02df 001264 jam mouse_dpi_level3 ,mem_mouse_dpi 
-0x02e0 001265 rtn 
-:      001267 p_mouse_set_cpi1:
-0x02e1 001268 jam 1 ,mem_mouse_dpi_blink_count 
-0x02e2 001269 branch mouse_set_cpi1 
-:      001270 p_mouse_set_cpi4:
-0x02e3 001271 jam 3 ,mem_mouse_dpi_blink_count 
-0x02e4 001272 branch mouse_set_cpi4 
-:      001274 p_mouse_seting_3065xy_dpi:
-0x02e5 001275 fetch 1 ,mem_mouse_dpi 
-0x02e6 001276 call p_mouse_3065xy_dpi_recount ,blank 
-0x02e7 001277 fetch 1 ,mem_mouse_dpi 
-0x02e8 001278 beq mouse_dpi_level2 ,p_mouse_3065xy_set_cpi1 
-0x02e9 001280 beq mouse_dpi_level4 ,mouse_set_cpi3 
-0x02ea 001281 branch mouse_set_cpi2 
-:      001282 p_mouse_3065xy_dpi_recount:
-0x02eb 001283 jam mouse_dpi_level2 ,mem_mouse_dpi 
-0x02ec 001284 rtn 
-:      001285 p_mouse_3065xy_set_cpi1:
-0x02ed 001286 fetch 1 ,mem_320x_dpi_1 
-0x02ee 001287 increase -1 ,pdata 
-0x02ef 001288 branch mouse_p3205_dpi 
-:      001290 p_mouse_seting_8009_dpi:
-0x02f0 001291 fetch 1 ,mem_mouse_dpi 
-0x02f1 001292 call p_mouse_3065xy_dpi_recount ,blank 
-0x02f2 001293 fetch 1 ,mem_mouse_dpi 
-0x02f3 001294 beq mouse_dpi_level2 ,p_mouse_8650_8009_set_cpi1 
-0x02f4 001296 beq mouse_dpi_level4 ,mouse_set_cpi2 
-0x02f5 001297 branch mouse_set_cpi1 
-:      001299 p_mouse_seting_8650_dpi:
-0x02f6 001300 fetch 1 ,mem_mouse_dpi 
-0x02f7 001301 call p_mouse_3065xy_dpi_recount ,blank 
-0x02f8 001302 fetch 1 ,mem_mouse_dpi 
-0x02f9 001303 beq mouse_dpi_level2 ,p_mouse_8650_8009_set_cpi1 
-0x02fa 001305 beq mouse_dpi_level4 ,mouse_set_cpi2 
-0x02fb 001306 branch mouse_set_cpi1 
-:      001307 p_mouse_8650_8009_set_cpi1:
-0x02fc 001308 jam 0 ,mem_mouse_cpi_count 
-0x02fd 001309 branch mouse_p3205_dpi + 3 
-:      001311 p_mouse_seting_ka8_dpi:
-0x02fe 001312 fetch 1 ,mem_mouse_dpi 
-0x02ff 001313 call p_mouse_3065xy_dpi_recount ,blank 
-0x0300 001314 fetch 1 ,mem_mouse_dpi 
-0x0301 001315 beq mouse_dpi_level2 ,mouse_set_cpi2 
-0x0302 001317 beq mouse_dpi_level4 ,p_mouse_ka8_set_cpi3 
-0x0303 001318 branch mouse_set_cpi4 
-:      001319 p_mouse_ka8_set_cpi3:
-0x0304 001320 setarg 5 
-0x0305 001321 branch mouse_p3205_dpi 
-:      001323 p_mouse_bb_event_discovery_btn:
-0x0306 001324 jam 0 ,mem_mouse_null_enter_hibernate_flag 
-0x0307 001325 jam 0 ,mem_mouse_null_enter_hibernate_timer 
-0x0308 001326 bmark1 mark_24g ,p_mouse_switch_to_bt 
-0x0309 001327 branch mouse_bb_event_discovery_btn + 1 
-:      001328 p_mouse_switch_to_bt:
-0x030a 001329 call p_g24_check_51cmd_stop_24g 
-0x030b 001330 branch mouse_bb_event_discovery_btn + 1 
-:      001333 p_le_addr_random_config:
-0x030c 001334 call load_adc_init 
-0x030d 001335 fetch 2 ,mem_0_5_adc_io_data 
-0x030e 001336 branch p_le_otp_adc_empty ,blank 
-0x030f 001337 store 2 ,mem_random_addr_increase_count 
-:      001338 p_le_addr_random_store:
-0x0310 001339 branch p_mouse_store_eerpom_random_addr_increase_count 
-:      001341 p_le_otp_adc_empty:
-0x0311 001342 setarg 0x1122 
-0x0312 001343 store 2 ,mem_random_addr_increase_count 
-0x0313 001344 branch p_le_addr_random_store 
-:      001346 p_mouse_start_discovery:
-0x0314 001347 jam 0 ,mem_le_send_security_request_flag 
-0x0315 001348 call p_mouse_tx_power_init 
-0x0316 001349 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0x0317 001355 call p_mouse_load_eeprom_random_addr_increase_count 
-0x0318 001356 fetcht 2 ,mem_random_addr_increase_count 
-0x0319 001357 increase 1 ,temp 
-0x031a 001358 storet 2 ,mem_random_addr_increase_count 
-0x031b 001359 storet 2 ,mem_le_lap + 1 
-0x031c 001360 call p_mouse_store_eerpom_random_addr_increase_count 
-0x031d 001361 random pdata 
-0x031e 001362 store 1 ,mem_le_lap 
-:      001364 p_mouse_start_discovery_norandom:
-0x031f 001365 call app_ble_disconnect 
-0x0320 001366 setarg 0xed8e0e 
-0x0321 001367 store 3 ,mem_le_lap + 3 
-0x0322 001368 call app_lpm_mult_disable 
-0x0323 001369 fetch 2 ,mem_discovery_timeout 
-0x0324 001370 store 2 ,mem_mouse_discovery_timer 
-0x0325 001371 jam 6 ,mem_connection_options 
-0x0326 001372 setarg 0 
-0x0327 001373 store 2 ,mem_mouse_no_data_timer 
-0x0328 001374 store 2 ,mem_mouse_direct_timer 
-0x0329 001375 arg mouse_store_eeprom_flag ,queue 
-0x032a 001376 call mouse_enable_function_flag 
-0x032b 001377 call mouse_bt_discovery_button_down_disable 
-0x032c 001378 fetch 1 ,mem_device_option 
-0x032d 001379 isolate1 mode_4_mouse ,pdata 
-0x032e 001380 call p_check_51cmd_adv ,true 
-0x032f 001381 branch mouse_start_discovery_norandom + 13 
-:      001383 p_mouse_store_eerpom_random_addr_increase_count:
-0x0330 001384 arg 2 ,temp 
-0x0331 001385 arg mem_random_addr_increase_count ,rega 
-0x0332 001386 arg mouse_random_addr_count_eeprom_offset ,regb 
-0x0333 001387 branch iicd_write_protect_eep_data 
-:      001389 p_mouse_load_eeprom_random_addr_increase_count:
-0x0334 001390 arg 2 ,temp 
-0x0335 001391 arg mem_random_addr_increase_count ,rega 
-0x0336 001392 arg mouse_random_addr_count_eeprom_offset ,regb 
-0x0337 001393 branch iicd_read_eep_data 
-:      001395 p_check_51cmd_adv:
-0x0338 001396 jam 0 ,mem_mouse_le_reconnect_flag 
-0x0339 001397 call p_le_check_adv_flag 
-0x033a 001398 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
-0x033b 001399 istore 1 ,contr 
-0x033c 001401 arg mem_le_adv_swift_pair ,contr 
-0x033d 001402 call p_le_adv_data_update 
-0x033e 001404 branch check_51cmd_adv 
-:      001406 p_le_adv_data_update:
-0x033f 001407 arg mem_le_adv_data + 11 ,contw 
-0x0340 001408 arg 19 ,loopcnt 
-0x0341 001409 call memcpy 
-0x0342 001410 branch le_modified_name_adv 
-:      001412 p_mouse_stop_discovery:
-0x0343 001413 setarg 0 
-0x0344 001414 store 2 ,mem_mouse_discovery_timer 
-0x0345 001415 call p_mouse_sensor_poweron 
-0x0346 001416 branch mouse_stop_discovery + 1 
-:      001418 p_le_slave_match:
-0x0347 001419 fetch 1 ,mem_le_md_count 
-0x0348 001420 pincrease 1 
-0x0349 001421 store 1 ,mem_le_md_count 
-0x034a 001422 beq le_md_max_count ,le_slave_cont 
-0x034b 001423 call le_acknowledge 
-0x034c 001424 call le_prepare_tx 
-0x034d 001425 call power_ctrl_start 
-0x034e 001426 branch le_slave_match + 7 
-:      001428 p_le_next_adv_channel:
-0x034f 001429 fetch 1 ,mem_le_ch_mapped 
-0x0350 001430 increase 1 ,pdata 
-0x0351 001431 store 1 ,mem_le_ch_mapped 
-0x0352 001432 rtnne 40 
-0x0353 001433 jam 37 ,mem_le_ch_mapped 
-0x0354 001434 rtn 
-:      001436 p_le_receive_skip:
-0x0355 001437 call save_rssi 
-0x0356 001438 call p_rssi_signal 
-0x0357 001439 branch le_receive_skip + 2 
-:      001441 p_le_update_param:
-0x0358 001442 call p_mouse_le_conn_param_check 
-0x0359 001443 branch le_update_param + 8 
-:      001444 p_mouse_le_lpm_mult_reinit:
-0x035a 001445 fetch 1 ,mem_lpm_mult_init 
-0x035b 001446 store 1 ,mem_lpm_mult 
-:      001447 p_mouse_le_conn_param_lpm_enable:
-0x035c 001448 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x035d 001449 rtn 
-:      001450 p_mouse_le_conn_param_lpm_disable:
-0x035e 001451 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
-0x035f 001452 rtn 
-:      001453 p_mouse_le_conn_param_check:
-0x0360 001454 fetch 1 ,mem_le_new_conninterval 
-0x0361 001455 sub pdata ,le_interval_15ms ,null 
-0x0362 001456 nbranch p_mouse_le_conn_param_lpm_disable ,positive 
-0x0363 001457 fetch 1 ,mem_le_new_connslavelatency 
-0x0364 001458 fetcht 1 ,mem_lpm_mult_init 
-0x0365 001459 isub temp ,null 
-0x0366 001460 branch p_mouse_le_lpm_mult_reinit ,positive 
-0x0367 001461 fetch 1 ,mem_le_new_connslavelatency 
-0x0368 001462 store 1 ,mem_lpm_mult 
-0x0369 001463 branch p_mouse_le_conn_param_lpm_enable 
-:      001465 p_le_update_channel_map:
-0x036a 001466 fetch 1 ,mem_le_state 
-0x036b 001467 rtnbit0 lestate_update_map 
-0x036c 001468 call p_le_channel_map_overflow_check 
-0x036d 001469 nrtn user 
-0x036e 001470 branch le_update_channel_map + 3 
-:      001471 p_le_channel_map_overflow_check:
-0x036f 001472 enable user 
-0x0370 001473 fetch 1 ,mem_le_event_count + 1 
-0x0371 001474 rshift4 pdata ,pdata 
-0x0372 001475 rtnne 0x0f 
-0x0373 001476 fetch 1 ,mem_le_instant + 1 
-0x0374 001477 rshift4 pdata ,pdata 
-0x0375 001478 rtnne 0x00 
-0x0376 001479 branch disable_user 
-:      001481 p_le_prepare_tx:
-0x0377 001482 fetch 1 ,mem_le_arq 
-0x0378 001483 bbit1 wak ,p_le_prepare_tx_wak 
-0x0379 001484 call power_ctrl_pac_succ_incrs 
-0x037a 001485 fetch 1 ,mem_empty_count 
-0x037b 001486 nbranch p_le_send_empyt ,blank 
-0x037c 001487 fetch 1 ,mem_le_state 
-0x037d 001488 bbit0 lestate_encryption ,p_le_tx_4 
-0x037e 001489 fetch 1 ,mem_le_rxbuf + 1 
-0x037f 001490 branch p_le_tx_4 ,blank 
-0x0380 001491 branch le_send_empty 
-:      001492 p_le_send_empyt:
-0x0381 001493 fetch 1 ,mem_empty_count 
-0x0382 001494 increase -1 ,pdata 
-0x0383 001495 store 1 ,mem_empty_count 
-0x0384 001496 branch le_send_empty 
-:      001497 p_le_tx_4:
-0x0385 001498 fetch 1 ,mem_le_pairing_state 
-0x0386 001499 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
-0x0387 001500 jam 3 ,mem_empty_count 
-:      001501 p_in_le_tx_4:
-0x0388 001502 call le_fifo_check_nearly_full 
-0x0389 001503 call p_mouse_data_pull ,blank 
-0x038a 001504 branch le_prepare_tx + 4 
-:      001506 p_le_prepare_tx_wak:
-0x038b 001507 call p_le_check_tx_retransmit_setmd 
-0x038c 001508 branch p_le_power_ctrl_pac_succ_decrs 
-:      001510 p_le_check_tx_retransmit_setmd:
-0x038d 001511 fetch 1 ,mem_le_connect_status_flag 
-0x038e 001512 and pdata ,0x03 ,pdata 
-0x038f 001513 rtnne 0x03 
-0x0390 001514 fetch 1 ,mem_mouse_data_queue_num 
-0x0391 001515 rtn blank 
-0x0392 001516 fetch 1 ,mem_le_txlen 
-0x0393 001517 rtn blank 
-0x0394 001518 fetch 1 ,mem_le_txheader 
-0x0395 001519 set1 md ,pdata 
-0x0396 001520 store 1 ,mem_le_txheader 
-0x0397 001521 call le_set_md 
-0x0398 001522 rtn 
-:      001524 p_le_power_ctrl_pac_succ_decrs:
-0x0399 001525 branch power_ctrl_pac_succ_decrs 
-:      001527 p_mouse_le_reconn_write_enable_timer_reinit:
-0x039a 001528 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x039b 001529 rtn blank 
-0x039c 001530 fetch 1 ,mem_le_connect_status_flag 
-0x039d 001531 and pdata ,0x03 ,pdata 
-0x039e 001532 rtneq 0x03 
-0x039f 001533 jam 10 ,mem_le_start_encrypt_timer 
-0x03a0 001534 rtn 
-:      001536 p_le_parse:
-0x03a1 001537 rtnmark1 mark_old_packet 
-0x03a2 001538 call le_fifo_check_full 
-0x03a3 001539 nrtn blank 
-0x03a4 001540 fetch 1 ,mem_le_rxbuf 
-0x03a5 001541 and pdata ,0x3 ,pdata 
-0x03a6 001542 store 1 ,mem_le_packet_llid 
-0x03a7 001543 ifetch 1 ,contr 
-0x03a8 001544 and pdata ,0x1f ,pdata 
-0x03a9 001545 store 1 ,mem_le_packet_size 
-0x03aa 001546 rtn blank 
-0x03ab 001547 copy contr ,pdata 
-0x03ac 001548 store 2 ,mem_le_payload_ptr 
-0x03ad 001549 fetch 1 ,mem_le_packet_llid 
-0x03ae 001550 beq llid_le_ll ,p_le_parse_ll 
-0x03af 001551 branch le_parse_l2cap 
-:      001552 p_le_parse_ll:
-0x03b0 001553 fetch 1 ,mem_le_rxbuf + 2 
-0x03b1 001554 beq ll_channel_map_req ,p_le_parse_channel_map_req 
-0x03b2 001555 branch le_parse_ll + 1 
-:      001556 p_le_parse_channel_map_req:
-0x03b3 001557 ifetch 5 ,contr 
-0x03b4 001558 store 5 ,mem_le_new_map 
-0x03b5 001559 ifetch 2 ,contr 
-0x03b6 001560 store 2 ,mem_le_instant 
-0x03b7 001561 branch le_parse_channel_map_req + 7 
-:      001563 p_le_parse_l2cap:
-0x03b8 001564 ifetch 2 ,contr 
-0x03b9 001565 beq le_l2cap_cid_att ,p_le_parse_att 
-0x03ba 001566 beq le_l2cap_cid_smp ,p_le_parse_smp 
-0x03bb 001567 branch le_parse_l2cap + 11 
-:      001568 p_le_parse_att:
-0x03bc 001569 call store_contr 
-0x03bd 001570 call p_mouse_le_reconn_write_enable_timer_reinit 
-0x03be 001571 call get_contr 
-0x03bf 001572 ifetch 3 ,contr 
-0x03c0 001573 store 3 ,mem_le_att_opcode 
-0x03c1 001574 beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
-0x03c2 001575 rshift8 pdata ,temp 
-0x03c3 001576 sub temp ,0x24 ,null 
-0x03c4 001577 branch le_parse_att + 2 ,positive 
-0x03c5 001578 arg mem_mouse_le_uuid_sup ,temp 
-0x03c6 001579 storet 2 ,mem_ui_le_uuid_table 
-0x03c7 001580 call le_parse_att + 2 
-0x03c8 001581 setarg 0x8e7a 
-0x03c9 001582 store 2 ,mem_ui_le_uuid_table 
-0x03ca 001583 rtn 
-:      001585 p_le_parse_att_read_by_group_type_request:
-0x03cb 001586 call le_parse_att_read_by_group_type_request 
-0x03cc 001587 call le_fifo_get_last_tx_ptr 
-0x03cd 001588 increase 7 ,contr 
-0x03ce 001589 ifetch 1 ,contr 
-0x03cf 001590 rtnne attop_read_by_group_type_response 
-0x03d0 001591 increase 5 ,contr 
-0x03d1 001592 ifetch 2 ,contr 
-0x03d2 001593 arg uuid_service_hids ,temp 
-0x03d3 001594 isub temp ,null 
-0x03d4 001595 nrtn zero 
-0x03d5 001596 increase -4 ,contr 
-0x03d6 001597 setarg 0x2b 
-0x03d7 001598 istore 2 ,contr 
-0x03d8 001599 rtn 
-:      001601 p_le_parse_smp:
-0x03d9 001602 ifetch 1 ,contr 
-0x03da 001603 beq smp_pairing_request ,p_le_parse_smp_pairing_request 
-0x03db 001604 beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
-0x03dc 001605 branch le_parse_smp + 2 
-:      001607 p_le_parse_smp_pairing_request:
-0x03dd 001608 jam 1 ,mem_le_send_security_request_flag 
-0x03de 001609 branch le_parse_smp_pairing_request 
-:      001611 p_le_parse_smp_pairing_failed:
-0x03df 001612 call le_parse_smp_pairing_failed 
-0x03e0 001613 fetch 1 ,mem_le_state 
-0x03e1 001614 set0 lestate_update_param ,pdata 
-0x03e2 001615 store 1 ,mem_le_state 
-0x03e3 001616 branch le_parse_terminate_ind 
-:      001618 p_le_adv_not_match:
-0x03e4 001619 fetch 1 ,mem_le_ch_mapped 
-0x03e5 001620 bne 39 ,le_adv_loop 
-0x03e6 001621 call p_le_adv_random_delay 
-0x03e7 001622 arg le_adv_interval_timer ,queue 
-0x03e8 001623 fetch 2 ,mem_le_adv_interval 
-0x03e9 001624 branch timer_init 
-:      001625 p_le_adv_random_delay:
-0x03ea 001626 random pdata 
-0x03eb 001627 arg 0x1ff ,temp 
-0x03ec 001628 iand temp ,pdata 
-0x03ed 001629 add pdata ,250 ,pdata 
-0x03ee 001630 branch delay 
-:      001632 p_le_lpm_setmult:
-0x03ef 001633 disable wake 
-0x03f0 001634 branch p_le_lpm_set_mult_attempt ,attempt 
-0x03f1 001635 nbranch le_lpm_lost ,match 
-:      001636 p_le_lpm_set_mult_attempt:
-0x03f2 001637 call lpm_match 
-0x03f3 001638 fetch 2 ,mem_rx_window_sniff 
-0x03f4 001639 store 2 ,mem_le_receive_window 
-0x03f5 001640 fetch 1 ,mem_le_connect_status_flag 
-0x03f6 001641 compare 3 ,pdata ,3 
-0x03f7 001642 nbranch lpm_mult_short ,true 
-0x03f8 001643 branch le_lpm_set_mult_attempt + 3 
-:      001645 p_le_mouse_bb_event_connect_complete:
-0x03f9 001646 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x03fa 001647 nrtn blank 
-0x03fb 001648 fetch 1 ,mem_le_att_handle 
-0x03fc 001649 sub pdata ,26 ,pdata 
-0x03fd 001650 nrtn zero 
-0x03fe 001651 branch mouse_le_write_enable 
-:      001653 p_check_51cmd_once_continue:
-0x03ff 001654 call lmo_fifo_check 
-0x0400 001655 nbranch check_51cmd_restore ,blank 
-0x0401 001656 fetch 1 ,mem_fifo_temp 
-0x0402 001657 bmark0 mark_context ,check_51cmd_check_idle 
-0x0403 001658 beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
-0x0404 001659 branch check_51cmd_once_continue + 2 
-:      001661 p_check_51cmd_ble_update_connect_param:
-0x0405 001662 call le_fifo_check_full 
-0x0406 001663 nrtn blank 
-0x0407 001664 branch le_l2cap_tx_update_req 
-:      001667 p_twspi_reset:
-0x0408 001668 hfetch 1 ,core_gpio_out3 
-0x0409 001669 and_into 0xfd ,pdata 
-0x040a 001670 hstore 1 ,core_gpio_out3 
-0x040b 001671 hfetcht 1 ,core_gpio_oe3 
-0x040c 001672 or_into 0x2 ,temp 
-0x040d 001673 hstoret 1 ,core_gpio_oe3 
-0x040e 001674 call twspi_disable 
-0x040f 001675 and_into 0xfd ,temp 
-0x0410 001676 nop 13 
-0x0411 001677 call twspi_enable 
-0x0412 001678 hstoret 1 ,core_gpio_oe3 
-0x0413 001679 rtn 
-:      001685 p_g24_set_device_addr:
-0x0414 001686 call adc_init_data 
-0x0415 001690 fetch 4 ,mem_lap 
-0x0416 001691 store 4 ,mem_24g_device_addr 
-0x0417 001692 rtn 
-:      001695 p_g24_transmit_rf_sta_init:
-0x0418 001696 jam 1 ,mem_24g_rf_last_sta 
-0x0419 001697 jam 0 ,mem_24g_sync_cnt 
-:      001698 p_g24_transmit_rf_ctrl_clear:
-0x041a 001699 fetch 1 ,mem_24g_data_type 
-0x041b 001700 and_into bits_data ,pdata 
-0x041c 001701 store 1 ,mem_24g_data_type 
-0x041d 001702 rtn 
-:      001704 p_g24_hop_ch_enable:
-0x041e 001705 fetch 1 ,mem_24g_data_type 
-0x041f 001706 set1 bit_hop ,pdata 
-0x0420 001707 store 1 ,mem_24g_data_type 
-0x0421 001709 store 1 ,mem_24g_txpayload 
-0x0422 001710 rtn 
-:      001717 p_g24_transmit_hop_pac_fail:
-0x0423 001718 call power_ctrl_pac_succ_decrs 
-0x0424 001719 fetch 1 ,mem_24g_rf_work_stage 
-0x0425 001720 beq 1 ,p_g24_transmit_hop_pac_fail_wo_hop 
-0x0426 001721 beq 2 ,p_g24_transmit_hop_pac_fail_hop_stage2 
-0x0427 001722 rtn 
-:      001723 p_g24_transmit_hop_pac_fail_wo_hop:
-0x0428 001724 jam 2 ,mem_24g_sync_cnt 
-:      001725 p_g24_transmit_hop_pac_fail_stage1:
-0x0429 001726 jam 0 ,mem_24g_hop_pac_retry 
-0x042a 001727 jam 0 ,mem_24g_rf_last_sta 
-0x042b 001728 branch p_g24_transmit_rf_ctrl_clear 
-:      001730 p_g24_transmit_hop_pac_fail_hop_stage2:
-0x042c 001731 jam 0 ,mem_24g_rf_hop_ch 
-0x042d 001732 branch p_g24_transmit_hop_pac_fail_stage1 
-:      001735 p_g24_transmit_pac_fail_hop_stage3:
-0x042e 001736 fetch 2 ,mem_24g_txfail_cnt 
-0x042f 001737 increase 1 ,pdata 
-0x0430 001738 store 2 ,mem_24g_txfail_cnt 
-0x0431 001739 bbit1 10 ,p_g24_tx_attempt_fail 
-0x0432 001740 fetch 1 ,mem_24g_rf_hop_ch 
-0x0433 001741 beq 1 ,p_g24_rf_hop_fastly 
-0x0434 001742 jam 1 ,mem_24g_rf_hop_ch 
-:      001743 p_g24_rf_hop_attemp_again:
-0x0435 001744 fetch 1 ,mem_24g_rf_hop_ch 
-0x0436 001745 bne 1 ,p_g24_transmit_rf_ctrl_clear 
-:      001746 p_g24_rf_hop_fastly:
-0x0437 001747 fetch 1 ,mem_24g_hop_fastly_cnt 
-0x0438 001748 increase 1 ,pdata 
-0x0439 001749 store 1 ,mem_24g_hop_fastly_cnt 
-0x043a 001750 beq 4 ,p_g24_rf_hop_fastly_exit 
-0x043b 001751 call p_g24_ch 
-0x043c 001752 jam 2 ,mem_24g_max_retry 
-0x043d 001753 branch p_g24_transmit_packet 
-:      001755 p_g24_rf_hop_fastly_exit:
-0x043e 001756 call power_ctrl_pac_succ_decrs 
-0x043f 001757 jam 0 ,mem_24g_hop_fastly_cnt 
-0x0440 001758 branch p_g24_transmit_rf_ctrl_clear 
-:      001760 p_g24_transmit_hop_pac_succ_wo_hop:
-0x0441 001761 jam 2 ,mem_24g_sync_cnt 
-:      001762 p_g24_transmit_hop_pac_succ:
-0x0442 001763 jam 1 ,mem_24g_rf_last_sta 
-0x0443 001764 jam 0 ,mem_24g_rf_hop_ch 
-0x0444 001765 branch p_g24_transmit_rf_ctrl_clear 
-:      001767 p_g24_transmit_succ_rf_config:
-0x0445 001768 fetch 1 ,mem_24g_rf_work_stage 
-0x0446 001769 beq 3 ,p_g24_transmit_hop_pac_succ 
-0x0447 001770 fetch 1 ,mem_24g_data_type 
-0x0448 001771 isolate0 bit_hop ,pdata 
-0x0449 001772 branch p_g24_transmit_rf_sta_init ,true 
-0x044a 001773 fetch 1 ,mem_24g_rf_work_stage 
-0x044b 001774 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
-0x044c 001775 beq 2 ,p_g24_transmit_hop_pac_succ 
-0x044d 001776 rtn 
-:      001778 p_g24_rf_sta_check:
-0x044e 001779 fetch 1 ,mem_24g_pairing_sm 
-0x044f 001780 rtnne state_24g_pairing_success 
-0x0450 001781 call p_g24_rf_laststa_synccnt_check 
-0x0451 001782 ncall p_g24_rf_sync_cnt_check ,user2 
-0x0452 001783 rtn 
-:      001785 p_g24_rf_laststa_synccnt_check:
-0x0453 001786 disable user2 
-0x0454 001787 fetch 1 ,mem_24g_rf_last_sta 
-0x0455 001788 rtnne 1 
-0x0456 001789 fetch 1 ,mem_24g_sync_cnt 
-0x0457 001790 rtnne 0 
-0x0458 001791 jam 1 ,mem_24g_rf_work_stage 
-0x0459 001792 jam 4 ,mem_24g_max_retry 
-0x045a 001793 branch enable_user2 
-:      001795 p_g24_rf_sync_cnt_check:
-0x045b 001796 fetch 1 ,mem_24g_sync_cnt 
-0x045c 001797 branch p_g24_rf_hop_attemp ,blank 
-0x045d 001798 increase -1 ,pdata 
-0x045e 001799 store 1 ,mem_24g_sync_cnt 
-0x045f 001800 jam 2 ,mem_24g_rf_work_stage 
-0x0460 001801 call p_g24_ch 
-0x0461 001802 jam 4 ,mem_24g_max_retry 
-0x0462 001803 rtn 
-:      001805 p_g24_rf_hop_attemp:
-0x0463 001806 jam 3 ,mem_24g_rf_work_stage 
-0x0464 001807 fetch 1 ,mem_24g_rf_hop_ch 
-0x0465 001808 nbranch p_g24_rf_hop_attemp_again ,blank 
-0x0466 001809 call p_g24_ch 
-0x0467 001810 jam 2 ,mem_24g_max_retry 
-0x0468 001811 rtn 
-:      001813 p_g24_txdata_prep:
-0x0469 001814 fetch 1 ,mem_24g_pairing_sm 
-0x046a 001815 bne state_24g_pairing_success ,p_g24_pairing_sm 
-:      001816 p_g24_txdata_prep_packeage_data:
-0x046b 001817 call p_g24_package_data 
-0x046c 001818 call p_g24_transmit_prep 
-:      001819 p_g24_txdata_enable_tx:
-0x046d 001820 jam ensure_on_24g ,mem_24g_ensure 
-0x046e 001821 rtn 
-:      001823 p_g24_package_data:
-0x046f 001824 fetch 2 ,mem_cb_24g_data 
-0x0470 001825 call callback_func 
-0x0471 001826 branch p_g24_accumulate_mouse_data ,user 
-0x0472 001827 fetch 7 ,mem_24g_txbuf + 1 
-0x0473 001828 rtn blank 
-0x0474 001829 branch enable_user 
-:      001830 p_g24_accumulate_mouse_data:
-0x0475 001831 call p_mouse_data_xy_release 
-0x0476 001832 jam 0 ,mem_24g_abort_pac 
-0x0477 001833 add rega ,1 ,pdata 
-0x0478 001834 store 1 ,mem_24g_datalen 
-0x0479 001835 call p_g24_transmit_rf_ctrl_clear 
-0x047a 001836 store 1 ,mem_24g_txbuf 
-0x047b 001837 ifetcht 1 ,contw 
-0x047c 001838 ifetch 1 ,regb 
-0x047d 001839 ior temp ,pdata 
-0x047e 001840 istore 1 ,contw 
-0x047f 001841 increase 1 ,regb 
-0x0480 001842 ifetch 4 ,regb 
-0x0481 001843 istore 4 ,contw 
-0x0482 001844 increase 4 ,regb 
-0x0483 001845 arg mem_24g_txbuf + 6 ,contw 
-0x0484 001846 arg 2 ,loopcnt 
-:      001847 p_g24_accumulation_loop2:
-0x0485 001848 ifetch 1 ,regb 
-0x0486 001849 ifetcht 1 ,contw 
-0x0487 001850 iadd temp ,pdata 
-0x0488 001851 istore 1 ,contw 
-0x0489 001852 increase 1 ,regb 
-0x048a 001853 loop p_g24_accumulation_loop2 
-0x048b 001854 rtn 
-:      001856 p_mouse_data_xy_release:
-0x048c 001857 fetch 1 ,mem_config_function_enable 
-0x048d 001858 rtnbit1 enable_sensor_motion_pin 
-0x048e 001859 fetch 1 ,mem_mouse_long_mult_flag 
-0x048f 001860 rtnne 1 
-0x0490 001861 setarg 0 
-0x0491 001862 store 1 ,mem_mouse_long_mult_flag 
-0x0492 001863 store 4 ,mem_mouse_x 
-0x0493 001864 branch p_mouse_sensor_poweron 
-:      001866 p_g24_transmit_packet:
-0x0494 001867 jam 0 ,mem_24g_retry 
-:      001868 p_g24_transmit_loop:
-0x0495 001869 arg param_rx_setup ,timeup 
-0x0496 001870 until clkn_rt ,meet 
-0x0497 001871 call p_g24_transmit_receive_ack 
-0x0498 001872 fetch 1 ,mem_24g_no_ack 
-0x0499 001873 rtneq no_ack_24g 
-0x049a 001874 nbranch p_g24_retransmit ,sync 
-0x049b 001875 nbranch p_g24_retransmit ,user3 
-0x049c 001876 call p_g24_txbuf_clear 
-0x049d 001877 call p_g24_ackpayload_parse 
-0x049e 001878 call power_ctrl_pac_succ_incrs 
-:      001879 p_g24_transmit_next_packet:
-0x049f 001880 fetch 1 ,mem_24g_pid 
-0x04a0 001881 increase 1 ,pdata 
-0x04a1 001882 store 1 ,mem_24g_pid 
-0x04a2 001883 fetch 1 ,mem_24g_pairing_sm 
-0x04a3 001884 bne state_24g_pairing_success ,p_g24_paring_mode_start 
-0x04a4 001885 call p_g24_transmit_succ_rf_config 
-:      001886 p_g24_transmit_abandon:
-0x04a5 001887 setarg 0 
-0x04a6 001888 store 4 ,mem_24g_ensure 
-0x04a7 001890 store 1 ,mem_24g_hop_pac_retry 
-0x04a8 001892 rtn 
-:      001894 p_g24_txbuf_clear:
-0x04a9 001895 arg 4 ,loopcnt 
-0x04aa 001896 arg mem_24g_txbuf ,contw 
-0x04ab 001897 branch memset0 
-:      001899 p_g24_paring_mode_start:
-0x04ac 001900 call power_ctrl_pac_succ_cnt_init 
-0x04ad 001901 branch p_g24_paring_mode 
-:      001903 p_g24_transmit_receive_ack:
-0x04ae 001904 disable user3 
-0x04af 001905 call p_g24_transmit 
-0x04b0 001908 fetch 1 ,mem_24g_no_ack 
-0x04b1 001909 beq no_ack_24g ,p_g24_transmit_no_ack 
-0x04b2 001910 force 0 ,radio_ctrl 
-0x04b3 001911 fetch 4 ,mem_24g_addr 
-0x04b4 001912 iforce access 
-0x04b5 001913 fetcht 1 ,mem_last_freq 
-0x04b6 001914 call set_freq_rx 
-0x04b7 001915 call rf_rx_enable 
-0x04b8 001916 call p_g24_receive_rxon 
-0x04b9 001917 call p_g24_end_of_packet ,user3 
-0x04ba 001918 rtn 
-:      001919 p_g24_transmit_no_ack:
-0x04bb 001920 call p_g24_end_of_packet 
-0x04bc 001921 branch p_g24_transmit_next_packet 
-:      001923 p_g24_retransmit:
-0x04bd 001924 fetch 1 ,mem_24g_get_ack_fail 
-0x04be 001925 increase 1 ,pdata 
-0x04bf 001926 store 1 ,mem_24g_get_ack_fail 
-0x04c0 001927 fetch 1 ,mem_24g_pairing_sm 
-0x04c1 001928 bne state_24g_pairing_success ,p_g24_tx_paring_retry 
-0x04c2 001929 fetcht 1 ,mem_24g_retry 
-0x04c3 001930 increase 1 ,temp 
-0x04c4 001931 storet 1 ,mem_24g_retry 
-0x04c5 001932 fetch 1 ,mem_24g_max_retry 
-0x04c6 001933 isub temp ,pdata 
-0x04c7 001934 nbranch p_g24_transmit_loop ,blank 
-0x04c8 001935 fetch 1 ,mem_24g_rf_work_stage 
-0x04c9 001936 beq 3 ,p_g24_transmit_pac_fail_hop_stage3 
-0x04ca 001937 fetch 1 ,mem_24g_hop_pac_retry 
-0x04cb 001938 increase 1 ,pdata 
-0x04cc 001939 store 1 ,mem_24g_hop_pac_retry 
-0x04cd 001940 beq 2 ,p_g24_transmit_hop_pac_fail 
-0x04ce 001941 call p_g24_hop_ch_enable 
-0x04cf 001942 jam 1 ,mem_24g_max_retry 
-0x04d0 001943 branch p_g24_transmit_packet 
-:      001945 p_g24_tx_paring_retry:
-0x04d1 001946 fetch 1 ,mem_24g_get_ack_fail 
-0x04d2 001947 rtnne 0xff 
-0x04d3 001948 jam 0 ,mem_24g_get_ack_fail 
-0x04d4 001949 branch p_g24_stop_g24_mode 
-:      001951 p_g24_tx_attempt_fail:
-0x04d5 001952 setarg 0 
-0x04d6 001953 store 2 ,mem_24g_txfail_cnt 
-:      001954 p_g24_stop_g24_mode:
-0x04d7 001955 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
-0x04d8 001956 branch ui_ipc_send_event 
-:      001958 p_g24_ackpayload_parse:
-0x04d9 001959 call p_g24_read_len_pid_crc 
-0x04da 001960 fetch 1 ,mem_24g_rxdata_length 
-0x04db 001961 rtn blank 
-0x04dc 001962 iforce loopcnt 
-0x04dd 001963 arg mem_24g_rxbuf + 2 ,contr 
-0x04de 001964 arg mem_24g_rxpayload ,contw 
-0x04df 001965 branch memcpy 
-:      001967 power_ctrl_pac_succ_cnt_init:
-0x04e0 001968 jam 1 ,mem_power_ctrl_level 
-0x04e1 001969 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-0x04e2 001970 rtn 
-:      001971 power_ctrl_pac_succ_incrs:
-0x04e3 001972 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x04e4 001973 increase 1 ,pdata 
-0x04e5 001974 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0x04e6 001975 rtn 
-:      001976 power_ctrl_pac_succ_decrs:
-0x04e7 001977 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x04e8 001978 sub pdata ,2 ,null 
-0x04e9 001979 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
-0x04ea 001980 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x04eb 001981 rtneq 0 
-0x04ec 001982 increase -1 ,pdata 
-0x04ed 001983 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0x04ee 001984 rtn 
-:      001985 power_ctrl_pac_succ_cnt_reinit:
-0x04ef 001986 jam 3 ,mem_power_ctrl_pac_succ_cnt 
-0x04f0 001987 rtn 
-:      001989 power_ctrl_start:
-0x04f1 001990 fetch 2 ,mem_ui_state_map 
-0x04f2 001991 rtnbit1 ui_state_ble_adv 
-0x04f3 001992 rtnbit1 ui_state_bt_reconnect 
-0x04f4 001993 rtnbit1 ui_state_bt_discovery 
-0x04f5 001995 arg mem_rssi_signal_buf ,rega 
-0x04f6 001996 call p_rssi_average 
-0x04f7 001997 storet 1 ,mem_rssi_avg_received 
-0x04f8 001999 setarg rssi_dis_max_24g 
-0x04f9 002000 bmark1 mark_24g ,power_ctrl_start_next 
-0x04fa 002001 setarg rssi_dis_max_ble 
-:      002002 power_ctrl_start_next:
-0x04fb 002003 isub temp ,null 
-0x04fc 002004 nbranch power_ctrl_txpower_incrs_force ,positive 
-0x04fd 002006 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x04fe 002007 sub pdata ,2 ,null 
-0x04ff 002008 nbranch power_ctrl_txpower_decrs_check ,positive 
-0x0500 002009 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0501 002010 beq 0 ,power_ctrl_txpower_incrs 
-0x0502 002011 rtn 
-:      002013 power_ctrl_txpower_decrs_check:
-0x0503 002014 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0504 002015 rtnne 32 
-0x0505 002016 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      002017 power_ctrl_txpower_decrs:
-0x0506 002018 fetcht 1 ,mem_rssi_avg_received 
-0x0507 002019 setarg rssi_dis_min_24g 
-0x0508 002020 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
-0x0509 002021 setarg rssi_dis_min_ble 
-:      002022 power_ctrl_txpower_decrs_next:
-0x050a 002023 isub temp ,null 
-0x050b 002024 nrtn positive 
-0x050c 002025 fetch 1 ,mem_power_ctrl_level 
-0x050d 002026 beq 0 ,power_ctrl_decrs_level0 
-0x050e 002027 increase -1 ,pdata 
-0x050f 002028 store 1 ,mem_power_ctrl_level 
-0x0510 002029 beq 0 ,power_ctrl_decrs_level0 
-:      002030 power_ctrl_decrs_level1:
-:      002031 power_ctrl_incrs_level1:
-0x0511 002032 jam tx_power_0db ,mem_tx_power 
-0x0512 002033 rtn 
-:      002035 power_ctrl_txpower_incrs_force:
-0x0513 002036 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      002037 power_ctrl_txpower_incrs:
-0x0514 002038 fetch 1 ,mem_power_ctrl_level 
-0x0515 002039 beq 2 ,power_ctrl_incrs_level2 
-0x0516 002040 increase 1 ,pdata 
-0x0517 002041 store 1 ,mem_power_ctrl_level 
-0x0518 002042 beq 1 ,power_ctrl_incrs_level1 
-:      002043 power_ctrl_incrs_level2:
-0x0519 002045 jam tx_power_5db ,mem_tx_power 
-0x051a 002046 rtn 
-:      002048 power_ctrl_decrs_level0:
-0x051b 002050 jam tx_power_f5db ,mem_tx_power 
-0x051c 002051 rtn 
-:      002053 p_g24_pair_init:
-0x051d 002054 jam tx_power_pair ,mem_tx_power 
-0x051e 002055 jam 0 ,mem_24g_pid 
-0x051f 002056 jam g24_pair_ch ,mem_24g_ch 
-0x0520 002057 fetch 4 ,mem_24g_paring_addr 
-:      002059 p_g24_update_addr_and_synccrc8:
-0x0521 002060 store 4 ,mem_24g_addr 
-:      002063 p_g24_syncword_crc8:
-0x0522 002064 arg 0 ,rega 
-0x0523 002065 arg 4 ,loopcnt 
-0x0524 002066 arg mem_24g_addr ,contr 
-:      002067 p_g24_syncword_crc8_loop:
-0x0525 002068 ifetch 1 ,contr 
-0x0526 002069 iadd rega ,rega 
-0x0527 002070 loop p_g24_syncword_crc8_loop 
-0x0528 002071 copy rega ,pdata 
-0x0529 002072 store 2 ,mem_24g_syncword 
-0x052a 002073 fetch 1 ,mem_24g_syncword 
-0x052b 002074 fetcht 1 ,mem_24g_syncword + 1 
-0x052c 002075 iadd temp ,pdata 
-0x052d 002076 store 1 ,mem_24g_syncword_crc8 
-0x052e 002077 rtn 
-:      002079 p_g24_pairing_sm:
-0x052f 002080 fetch 1 ,mem_24g_ensure 
-0x0530 002081 beq ensure_on_24g ,enable_user 
-0x0531 002082 fetch 1 ,mem_24g_pairing_sm 
-0x0532 002083 beq state_24g_pairing_1 ,p_g24_pairing_sm_1 
-0x0533 002084 beq state_24g_pairing_2 ,p_g24_pairing_sm_2 
-0x0534 002085 beq state_24g_pairing_3 ,p_g24_pairing_sm_3 
-0x0535 002086 branch assert 
-:      002088 p_g24_pairing_sm_1:
-0x0536 002089 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm 
-0x0537 002090 jam 0xaa ,mem_24g_common_temp 
-0x0538 002091 branch p_g24_pairing_sm_common 
-:      002092 p_g24_pairing_sm_2:
-0x0539 002093 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm 
-0x053a 002094 jam 0x55 ,mem_24g_common_temp 
-0x053b 002095 branch p_g24_pairing_sm_common 
-:      002096 p_g24_pairing_sm_3:
-0x053c 002097 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm 
-0x053d 002098 jam 0x22 ,mem_24g_common_temp 
-:      002099 p_g24_pairing_sm_common:
-0x053e 002100 fetch 1 ,mem_24g_data_type 
-0x053f 002101 and_into bits_data ,pdata 
-0x0540 002102 store 1 ,mem_24g_common_temp + 1 
-0x0541 002103 fetch 4 ,mem_24g_device_addr 
-0x0542 002104 store 4 ,mem_24g_common_temp + 2 
-:      002105 p_g24_put_pairing_data_in_buff:
-0x0543 002106 jam 0 ,mem_24g_common_temp + 6 
-0x0544 002107 arg mem_24g_common_temp ,rega 
-0x0545 002108 arg 7 ,temp 
-0x0546 002109 call p_g24_put_data_in_buff 
-0x0547 002110 call p_g24_transmit_prep 
-0x0548 002111 call p_g24_txdata_enable_tx 
-0x0549 002112 branch enable_user 
-:      002114 p_g24_paring_mode:
-0x054a 002115 fetch 1 ,mem_24g_pairing_sm 
-0x054b 002116 rtneq state_24g_pairing_success 
-0x054c 002117 beq state_24g_pairing_1_waiting_ack ,p_g24_pairing_sm_1_waiting_ack 
-0x054d 002118 beq state_24g_pairing_2_waiting_ack ,p_g24_pairing_sm_2_waiting_ack 
-0x054e 002119 beq state_24g_pairing_3_waiting_ack ,p_g24_pairing_sm_3_waiting_ack 
-0x054f 002120 rtn 
-:      002123 p_g24_pairing_sm_1_waiting_ack:
-0x0550 002124 jam state_24g_pairing_2 ,mem_24g_pairing_sm 
-0x0551 002125 branch p_g24_transmit_abandon 
-:      002126 p_g24_pairing_sm_2_waiting_ack:
-0x0552 002127 jam state_24g_pairing_3 ,mem_24g_pairing_sm 
-0x0553 002128 branch p_g24_transmit_abandon 
-:      002129 p_g24_pairing_sm_3_waiting_ack:
-0x0554 002130 jam state_24g_pairing_success ,mem_24g_pairing_sm 
-0x0555 002131 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
-0x0556 002132 call ui_ipc_send_event 
-0x0557 002133 fetch 4 ,mem_24g_rxpayload + 2 
-0x0558 002134 call p_g24_update_addr_and_synccrc8 
-0x0559 002135 branch p_g24_transmit_abandon 
-:      002137 p_g24_start_24g_mode:
-0x055a 002138 set0 mark_24g ,mark 
-0x055b 002139 jam with_ack_24g ,mem_24g_no_ack 
-0x055c 002140 call p_g24_ch_syncword_crc8_init 
-0x055d 002141 fetch 1 ,mem_24g_pairing_sm 
-0x055e 002142 rtnne state_24g_pairing_success 
-0x055f 002143 call p_g24_tx_attemp_data_prep 
-:      002144 p_g24_tx_attemp_dongle:
-0x0560 002145 setarg 0 
-0x0561 002146 store 2 ,mem_24g_check_dongle_times 
-:      002147 p_g24_tx_attemp_dongle_loop:
-0x0562 002148 call lpo_calibration 
-0x0563 002149 nop 2000 
-0x0564 002150 fetch 1 ,mem_24g_check_dongle_times 
-0x0565 002151 beq 0xff ,p_g24_stop_g24_mode 
-0x0566 002152 call p_g24_transmit_receive_ack 
-0x0567 002153 nbranch p_g24_attemp_txdata_retry ,sync 
-0x0568 002154 nbranch p_g24_attemp_txdata_retry ,user3 
-:      002155 p_g24_tx_attemp_dongle_succ:
-0x0569 002156 set1 mark_24g ,mark 
-0x056a 002157 setarg 0 
-0x056b 002158 store 2 ,mem_24g_check_dongle_times 
-0x056c 002159 jam 0 ,mem_mouse_long_mult_flag 
-0x056d 002160 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
-0x056e 002161 call ui_ipc_send_event 
-0x056f 002162 call p_g24_txbuf_clear 
-:      002164 p_g24_transmit_by_interrupt_enable:
-0x0570 002165 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
-0x0571 002166 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
-0x0572 002167 rtn 
-:      002169 p_g24_tx_attemp_data_prep:
-0x0573 002170 jam 0xff ,mem_24g_common_temp 
-0x0574 002171 fetch 1 ,mem_24g_data_type 
-0x0575 002172 store 1 ,mem_24g_common_temp + 1 
-0x0576 002173 fetch 4 ,mem_24g_device_addr 
-0x0577 002174 store 4 ,mem_24g_common_temp + 2 
-0x0578 002175 arg 6 ,temp 
-0x0579 002176 arg mem_24g_common_temp ,rega 
-0x057a 002177 call p_g24_put_data_in_buff 
-:      002179 p_g24_transmit_prep:
-0x057b 002182 fetch 1 ,mem_24g_datalen 
-0x057c 002183 increase 2 ,pdata 
-0x057d 002184 store 1 ,mem_24g_txlen 
-0x057e 002186 fetch 1 ,mem_24g_data_type 
-0x057f 002187 store 1 ,mem_24g_txpayload 
-0x0580 002189 fetch 1 ,mem_24g_datalen 
-0x0581 002190 lshift3 pdata ,pdata 
-0x0582 002191 fetcht 1 ,mem_24g_pid 
-0x0583 002192 and temp ,0x03 ,temp 
-0x0584 002193 lshift temp ,temp 
-0x0585 002194 ior temp ,pdata 
-0x0586 002195 fetcht 1 ,mem_24g_no_ack 
-0x0587 002196 iadd temp ,pdata 
-0x0588 002197 istore 1 ,contw 
-0x0589 002199 fetch 1 ,mem_24g_datalen 
-0x058a 002200 iforce loopcnt 
-0x058b 002201 arg mem_24g_txbuf ,contr 
-0x058c 002202 branch memcpy 
-:      002204 p_g24_attemp_txdata_retry:
-0x058d 002205 fetch 2 ,mem_24g_check_dongle_times 
-0x058e 002206 increase 1 ,pdata 
-0x058f 002207 store 2 ,mem_24g_check_dongle_times 
-0x0590 002208 call p_g24_ch 
-0x0591 002209 branch p_g24_tx_attemp_dongle_loop 
-:      002211 p_g24_auto_pair_start:
-0x0592 002212 set0 mark_24g ,mark 
-0x0593 002213 jam with_ack_24g ,mem_24g_no_ack 
-0x0594 002214 call p_g24_auto_pair_first_attemp 
-0x0595 002215 call p_g24_tx_attemp_data_prep 
-:      002216 p_g24_auto_pair_restart:
-0x0596 002217 jam 0 ,mem_24g_check_dongle_times 
-:      002218 p_g24_auto_pair_start_loop:
-0x0597 002219 call lpo_calibration 
-0x0598 002220 nop 2000 
-0x0599 002221 fetch 1 ,mem_24g_check_dongle_times 
-0x059a 002222 beq 0xff ,p_g24_stop_g24_mode 
-0x059b 002223 call p_g24_transmit_receive_ack 
-0x059c 002224 nbranch p_g24_auto_pair_retry ,sync 
-0x059d 002225 nbranch p_g24_auto_pair_retry ,user3 
-0x059e 002226 call p_g24_ackpayload_parse 
-0x059f 002227 call p_mouse_tx_power_init 
-0x05a0 002228 fetch 4 ,mem_24g_addr 
-0x05a1 002229 fetcht 4 ,mem_24g_paring_addr 
-0x05a2 002230 isub temp ,null 
-0x05a3 002231 branch p_g24_start_pairing_sm1 ,zero 
-0x05a4 002232 branch p_g24_tx_attemp_dongle_succ 
-:      002234 p_g24_auto_pair_retry:
-0x05a5 002235 fetch 1 ,mem_24g_check_dongle_times 
-0x05a6 002236 increase 1 ,pdata 
-0x05a7 002237 store 1 ,mem_24g_check_dongle_times 
-0x05a8 002238 fetch 1 ,mem_24g_auto_paring_switch 
-0x05a9 002239 increase 1 ,pdata 
-0x05aa 002240 and_into 3 ,pdata 
-0x05ab 002241 store 1 ,mem_24g_auto_paring_switch 
-0x05ac 002242 beq 0 ,p_g24_auto_pair_device_attemp 
-0x05ad 002243 beq 1 ,p_g24_auto_pair_pair_attemp 
-0x05ae 002244 beq 2 ,p_g24_auto_pair_all_powerful_attemp 
-0x05af 002245 beq 3 ,p_g24_auto_pair_pair_attemp 
-0x05b0 002246 rtn 
-:      002248 p_g24_auto_pair_first_attemp:
-0x05b1 002252 call p_mouse_tx_power_init 
-0x05b2 002256 fetch 4 ,mem_24g_device_addr 
-0x05b3 002257 store 4 ,mem_24g_addr 
-:      002258 p_g24_ch_syncword_crc8_init:
-0x05b4 002259 call p_g24_syncword_crc8 
-:      002261 p_g24_ch:
-0x05b5 002262 fetcht 1 ,mem_24g_current_ch_number 
-0x05b6 002263 call p_g24_ch_map_size 
-0x05b7 002264 storet 1 ,mem_24g_current_ch_number 
-0x05b8 002265 rtn 
-:      002267 p_g24_auto_pair_all_powerful:
-0x05b9 002268 jam tx_power_pair ,mem_tx_power 
-0x05ba 002269 setarg 0x0f0f 
-0x05bb 002270 store 2 ,mem_24g_addr 
-0x05bc 002271 istore 2 ,contw 
-0x05bd 002272 branch p_g24_ch_syncword_crc8_init 
-:      002274 p_g24_auto_pair_device_attemp:
-0x05be 002275 call p_g24_auto_pair_first_attemp 
-0x05bf 002276 branch p_g24_auto_pair_start_loop 
-:      002278 p_g24_auto_pair_pair_attemp:
-0x05c0 002279 call p_g24_pair_init 
-0x05c1 002280 branch p_g24_auto_pair_start_loop 
-:      002282 p_g24_auto_pair_all_powerful_attemp:
-0x05c2 002283 call p_g24_auto_pair_all_powerful 
-0x05c3 002284 branch p_g24_auto_pair_start_loop 
-:      002286 p_g24_check_51cmd_stop_24g:
-0x05c4 002287 set0 mark_24g ,mark 
-0x05c5 002288 call le_disable 
-:      002289 p_mouse_disable_g24_pairing_flag:
-0x05c6 002290 arg mosue_24g_pairing_flag ,queue 
-0x05c7 002291 branch mouse_disable_function_flag 
-:      002293 p_g24_put_data_in_buff:
-0x05c8 002294 storet 1 ,mem_24g_datalen 
-0x05c9 002295 copy temp ,loopcnt 
-0x05ca 002296 arg mem_24g_txbuf ,contw 
-0x05cb 002297 copy rega ,contr 
-0x05cc 002298 branch memcpy 
-:      002300 p_g24_read_len_pid_crc:
-0x05cd 002302 fetch 1 ,mem_24g_rxbuf + 1 
-0x05ce 002303 rshift3 pdata ,pdata 
-0x05cf 002304 store 1 ,mem_24g_rxdata_length 
-0x05d0 002306 increase 1 ,pdata 
-0x05d1 002307 arg mem_24g_rxbuf + 1 ,contr 
-0x05d2 002308 iadd contr ,contr 
-0x05d3 002309 ifetch 3 ,contr 
-0x05d4 002310 store 3 ,mem_24g_sta_crc 
-0x05d5 002312 fetch 1 ,mem_24g_rxbuf + 1 
-0x05d6 002313 rshift pdata ,pdata 
-0x05d7 002314 and pdata ,0x03 ,pdata 
-0x05d8 002315 store 1 ,mem_24g_sta_pid 
-0x05d9 002316 rtn 
-:      002319 p_set_freq_tx:
-0x05da 002320 storet 1 ,mem_last_freq 
-0x05db 002321 add temp ,0 ,rega 
-0x05dc 002322 call rf_write_freq 
-0x05dd 002323 setarg param_pll_setup 
-0x05de 002324 call sleep 
-:      002325 p_rf_tx_enable:
-0x05df 002326 jam 0x1 ,rfen_adc 
-0x05e0 002327 jam 0x3c ,rfen_rx 
-0x05e1 002328 jam 0xe0 ,rfen_tx 
-0x05e2 002329 nop 10 
-0x05e3 002330 jam 0x01 ,rfen_mdm 
-0x05e4 002331 jam 0x3d ,rfen_mdm 
-0x05e5 002332 nop 10 
-0x05e6 002333 jam 0xb7 ,rfen_sn 
-0x05e7 002334 nop 10 
-0x05e8 002335 jam 0x7d ,rfen_mdm 
-0x05e9 002336 fetch 1 ,mem_tx_power 
-0x05ea 002337 beq tx_power_0db ,p_set_tx_power_0db 
-0x05eb 002339 beq tx_power_5db ,p_set_tx_power_5db 
-0x05ec 002341 beq tx_power_f5db ,p_set_tx_power_f5db 
-0x05ed 002342 beq tx_power_pair ,p_set_tx_power_pair 
-0x05ee 002343 branch p_set_tx_power_0db 
-:      002345 p_set_tx_power_0db:
-0x05ef 002346 call p_rx_low_sens 
-0x05f0 002347 jam 0xd0 ,0x8955 
-0x05f1 002348 jam 0xe0 ,0x8956 
-0x05f2 002349 jam 0x6c ,0x8958 
-0x05f3 002350 branch set_tx_power_0db 
-:      002362 p_set_tx_power_5db:
-0x05f4 002363 call p_rx_high_sens 
-0x05f5 002364 jam 0xd0 ,0x8955 
-0x05f6 002365 jam 0xe0 ,0x8956 
-0x05f7 002366 jam 0x3c ,0x8958 
-0x05f8 002367 branch set_tx_power_5db 
-:      002379 p_set_tx_power_f5db:
-0x05f9 002380 call p_rx_low_sens 
-0x05fa 002381 jam 0xd0 ,0x8955 
-0x05fb 002382 jam 0xc0 ,0x8956 
-0x05fc 002383 jam 0x6c ,0x8958 
-0x05fd 002384 branch set_tx_power_f5db 
-:      002386 p_rx_low_sens:
-0x05fe 002387 jam 0x5b ,0x894c 
-0x05ff 002388 jam 0x96 ,0x894d 
-0x0600 002389 jam 0x2c ,0x894e 
-0x0601 002390 jam 0x46 ,0x894f 
-0x0602 002391 rtn 
-:      002393 p_rx_high_sens:
-0x0603 002394 jam 0xfb ,0x894c 
-0x0604 002395 jam 0xef ,0x894d 
-0x0605 002396 jam 0xec ,0x894e 
-0x0606 002397 jam 0x5e ,0x894f 
-0x0607 002398 rtn 
-:      002400 p_set_tx_power_pair:
-0x0608 002401 jam 0xc2 ,0x8956 
-0x0609 002402 jam 0xd0 ,0x8955 
-0x060a 002403 rtn 
-:      002405 p_shutdown_radio:
-0x060b 002406 force 8 ,radio_ctrl 
-0x060c 002407 branch shutdown_radio + 1 
-:      002410 p_g24_timer_check:
-0x060d 002411 call disable_user 
-0x060e 002412 fetcht 4 ,mem_24g_tx_btclk 
-0x060f 002413 copy clkn_bt ,pdata 
-0x0610 002414 isub temp ,null 
-0x0611 002415 ncall g24_timer_timeout ,positive 
-0x0612 002416 copy pdata ,regb 
-0x0613 002417 fetch 4 ,mem_24g_tx_btclk 
-0x0614 002418 fetcht 1 ,mem_24g_interval 
-0x0615 002419 iadd temp ,temp 
-0x0616 002420 copy regb ,pdata 
-0x0617 002421 isub temp ,null 
-0x0618 002422 nrtn positive 
-0x0619 002423 set0 28 ,pdata 
-0x061a 002424 store 4 ,mem_24g_tx_btclk 
-0x061b 002425 branch enable_user 
-:      002449 p_rssi_average:
-0x061c 002450 arg 0 ,temp 
-0x061d 002451 arg rssi_buf_len_signal + 1 ,loopcnt 
-0x061e 002452 copy rega ,contr 
-:      002453 p_rssi_average_loop:
-0x061f 002454 ifetch 1 ,contr 
-0x0620 002455 iadd temp ,temp 
-0x0621 002456 loop p_rssi_average_loop 
-0x0622 002457 rshift3 temp ,pdata 
-0x0623 002458 copy pdata ,temp 
-0x0624 002459 rtnmark0 mark_24g 
-0x0625 002461 div pdata ,10 
-0x0626 002462 call wait_div_end 
-0x0627 002463 quotient pdata 
-0x0628 002464 lshift4 pdata ,pdata 
-0x0629 002465 remainder temp 
-0x062a 002466 ior temp ,temp 
-0x062b 002467 rtn 
-0x062c 002468 rtn 
-:      002470 p_g24_ch_map_size:
-0x062d 002471 call p_g24_ch_calc 
-0x062e 002472 increase 1 ,temp 
-0x062f 002473 and_into 3 ,temp 
-0x0630 002474 rtn 
-:      002476 p_g24_ch_calc:
-0x0631 002477 fetch 1 ,mem_24g_addr 
-0x0632 002478 and_into 0x03 ,pdata 
-0x0633 002479 mul32 pdata ,4 ,rega 
-0x0634 002480 setarg mem_24g_ch_map1 
-0x0635 002481 iadd rega ,pdata 
-0x0636 002482 iadd temp ,contr 
-0x0637 002483 ifetch 1 ,contr 
-0x0638 002484 store 1 ,mem_24g_ch 
-0x0639 002485 rtn 
-:      002487 p_g24_prep:
-0x063a 002488 disable enable_crc 
-0x063b 002489 disable enable_white 
-0x063c 002490 setarg 0x555555 
-0x063d 002491 iforce crc24_init 
-0x063e 002492 fetch 1 ,mem_24g_ch 
-0x063f 002493 reverse pdata ,temp 
-0x0640 002494 set1 1 ,temp 
-0x0641 002495 rshift temp ,white_init 
-0x0642 002496 rtn 
-:      002508 p_g24_receive_rxon:
-0x0643 002511 call p_g24_prep 
-0x0644 002512 disable user3 
-0x0645 002513 enable decode_fec0 
-0x0646 002514 enable is_rx 
-0x0647 002515 disable is_tx 
-0x0648 002516 enable swfine 
-0x0649 002517 fetch 2 ,mem_24g_rx_window 
-0x064a 002518 iforce stop_watch 
-0x064b 002519 correlate null ,timeout 
-0x064c 002520 nbranch p_g24_sync_timeout ,sync 
-0x064d 002523 disable decode_fec0 
-0x064e 002524 enable decode_fec1 
-0x064f 002525 enable enable_white 
-0x0650 002526 enable enable_crc 
-0x0651 002527 call p_g24_receive_byte 
-0x0652 002528 store 1 ,mem_24g_get_syncword_crc8 
-0x0653 002529 fetcht 1 ,mem_24g_syncword_crc8 
-0x0654 002530 isub temp ,null 
-0x0655 002531 nbranch p_g24_end_of_packet ,zero 
-0x0656 002532 call p_g24_receive_byte 
-0x0657 002533 store 1 ,mem_24g_rxbuf 
-0x0658 002534 fetch 1 ,mem_24g_mode 
-0x0659 002535 sub pdata ,rx_24g ,null 
-0x065a 002536 branch p_g24_receive_skip ,zero 
-0x065b 002537 fetch 1 ,mem_24g_rxbuf 
-0x065c 002538 fetcht 1 ,mem_24g_data_type 
-0x065d 002539 icompare bits_data ,temp 
-0x065e 002540 nbranch p_g24_end_of_packet ,true 
-:      002541 p_g24_receive_skip:
-0x065f 002542 call p_g24_receive_byte 
-0x0660 002543 istore 1 ,contw 
-0x0661 002544 rshift3 pdata ,pdata 
-0x0662 002545 and pdata ,0x1f ,loopcnt 
-0x0663 002546 branch p_g24rx_nopayload ,zero 
-:      002547 p_g24rx_loop:
-0x0664 002548 call p_g24_receive_byte 
-0x0665 002549 istore 1 ,contw 
-0x0666 002550 loop p_g24rx_loop 
-:      002551 p_g24rx_nopayload:
-0x0667 002553 copy contw ,rega 
-0x0668 002554 call p_g24_receive_byte 
-0x0669 002555 store 1 ,mem_rssi_hex_received 
-0x066a 002556 copy rega ,contw 
-0x066b 002557 parse demod ,bucket ,24 
-0x066c 002558 enable swfine 
-0x066d 002559 arg param_sifs ,stop_watch 
-0x066e 002560 rshift32 pdata ,pdata 
-0x066f 002561 rshift16 pdata ,pdata 
-0x0670 002562 istore 3 ,contw 
-0x0671 002563 disable decode_fec1 
-0x0672 002564 branch p_g24_end_of_packet ,crc_failed 
-0x0673 002567 enable user3 
-0x0674 002568 fetch 1 ,mem_last_freq 
-0x0675 002569 add pdata ,0 ,rega 
-0x0676 002570 call rf_write_freq 
-0x0677 002571 disable decode_fec0 
-0x0678 002572 call set_sync_on 
-0x0679 002573 fetch 1 ,mem_rssi_hex_received 
-0x067a 002574 call p_rssi_signal 
-0x067b 002575 rtn 
-:      002577 p_g24_receive_byte:
-0x067c 002578 parse demod ,bucket ,8 
-0x067d 002579 rshift3 pwindow ,pdata 
-0x067e 002580 rtn 
-:      002582 p_g24_sync_timeout:
-:      002587 p_g24_end_of_packet:
-0x067f 002588 disable encode_fec1 
-0x0680 002589 disable decode_fec1 
-0x0681 002590 call end_of_packet 
-0x0682 002591 rtn 
-:      002593 p_g24_set_freq_tx:
-0x0683 002594 call set_sync_on 
-0x0684 002595 fetcht 1 ,mem_24g_ch 
-0x0685 002596 branch set_freq_tx 
-:      002598 p_g24_transmit:
-0x0686 002599 call le_enable 
-0x0687 002600 fetch 4 ,mem_24g_addr 
-0x0688 002601 iforce access 
-0x0689 002602 call p_g24_prep 
-0x068a 002603 call p_g24_set_freq_tx 
-0x068b 002604 set1 txgfsk ,radio_ctrl 
-0x068c 002605 enable encode_fec0 
-0x068d 002606 enable is_tx 
-0x068e 002607 disable is_rx 
-0x068f 002610 rshift16 access ,pdata 
-0x0690 002611 rshift8 pdata ,pdata 
-0x0691 002612 rshift4 pdata ,pdata 
-0x0692 002613 inject mod ,40 
-0x0693 002614 disable encode_fec0 
-0x0694 002615 enable encode_fec1 
-0x0695 002616 enable enable_white 
-0x0696 002617 enable enable_crc 
-0x0697 002618 fetch 1 ,mem_24g_syncword_crc8 
-0x0698 002619 inject mod ,8 
-0x0699 002620 fetch 1 ,mem_24g_txlen 
-0x069a 002621 iforce loopcnt 
-0x069b 002622 arg mem_24g_txpayload ,contr 
-:      002623 p_g24tr_loop:
-0x069c 002624 ifetch 1 ,contr 
-0x069d 002625 inject mod ,8 
-0x069e 002626 loop p_g24tr_loop 
-0x069f 002629 enable enable_parity 
-0x06a0 002630 inject mod ,24 
-0x06a1 002631 disable enable_parity 
-0x06a2 002632 until null ,tx_clear 
-0x06a3 002633 nop 100 
-0x06a4 002634 disable encode_fec0 
-0x06a5 002635 disable encode_fec1 
-0x06a6 002636 rtn 
-:      002641 p_mouse_data_init:
-0x06a7 002642 jam 7 ,mem_mouse_data_queue 
-0x06a8 002643 jam 4 ,mem_mouse_data_queue + 1 
-0x06a9 002644 setarg mem_mouse_data_queue 
-0x06aa 002645 store 2 ,mem_queue_ptr 
-0x06ab 002646 branch queue_init 
-:      002648 p_mouse_data_push:
-0x06ac 002649 arg mem_mouse_key ,rega 
-0x06ad 002650 call queue_push 
-0x06ae 002651 call p_mouse_queue_increase ,user 
-0x06af 002653 rtn 
-:      002654 p_mouse_queue_increase:
-0x06b0 002655 fetch 1 ,mem_mouse_data_queue_num 
-0x06b1 002656 increase 1 ,pdata 
-0x06b2 002657 store 1 ,mem_mouse_data_queue_num 
-0x06b3 002658 rtn 
-:      002660 p_mouse_data_pull:
-0x06b4 002661 arg mem_mouse_key ,rega 
-0x06b5 002662 call queue_pop 
-0x06b6 002663 branch p_mouse_fill_data_le ,user 
-0x06b7 002664 rtn 
-:      002666 p_mouse_fill_data_le:
-0x06b8 002667 call le_clear_md 
-0x06b9 002668 fetch 1 ,mem_mouse_data_queue_num 
-0x06ba 002669 sub pdata ,1 ,null 
-0x06bb 002670 ncall le_set_md ,positive 
-0x06bc 002671 fetch 1 ,mem_mouse_data_queue_num 
-0x06bd 002672 rtn blank 
-0x06be 002673 increase -1 ,pdata 
-0x06bf 002674 store 1 ,mem_mouse_data_queue_num 
-0x06c0 002675 branch mouse_fill_data_le 
+0x0000 000066 bbit1 8 ,pf_patch_ext 
+0x0001 000067 beq patch00_1 ,p_soft_reset_1 
+0x0002 000068 beq patch10_5 ,p_shutdown_radio 
+0x0003 000069 beq patch11_1 ,p_set_freq_tx 
+0x0004 000070 beq patch14_1 ,p_init_param 
+0x0005 000071 beq patch16_1 ,p_lpm_check_wake_lock 
+0x0006 000072 beq patch16_2 ,p_g24_dispatch 
+0x0007 000073 beq patch18_4 ,p_device_init 
+0x0008 000074 beq patch19_1 ,p_app_flag_store 
+0x0009 000075 beq patch19_2 ,p_app_initflag_check 
+0x000a 000076 beq patch1c_3 ,p_mouse_seting_dpi 
+0x000b 000077 beq patch1c_6 ,p_mouse_motion 
+0x000c 000078 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
+0x000d 000079 beq patch1d_3 ,p_mouse_start_discovery 
+0x000e 000080 beq patch1d_4 ,p_mouse_stop_discovery 
+0x000f 000081 branch loop 
+:      000082 pf_patch_ext:
+0x0010 000083 beq patch27_1 ,p_le_slave_match 
+0x0011 000084 beq patch28_3 ,p_le_next_adv_channel 
+0x0012 000085 beq patch29_2 ,p_le_receive_skip 
+0x0013 000086 beq patch2a_7 ,p_le_update_param 
+0x0014 000087 beq patch2b_1 ,p_le_update_channel_map 
+0x0015 000088 beq patch2c_3 ,p_le_prepare_tx 
+0x0016 000089 beq patch2c_6 ,p_le_parse 
+0x0017 000090 beq patch2c_7 ,p_le_parse_l2cap 
+0x0018 000091 beq patch2d_2 ,p_le_adv_not_match 
+0x0019 000092 beq patch2e_7 ,p_le_lpm_setmult 
+0x001a 000093 beq patch3f_2 ,p_check_51cmd_once_continue 
+0x001b 000094 beq patch31_4 ,p_twspi_reset 
+0x001c 000095 branch loop 
+:      000098 p_rssi_signal:
+0x001d 000099 copy pdata ,rega 
+0x001e 000100 fetcht 1 ,mem_rssi_signal_index 
+0x001f 000101 setarg mem_rssi_signal_buf 
+0x0020 000102 iadd temp ,contw 
+0x0021 000103 copy rega ,pdata 
+0x0022 000104 istore 1 ,contw 
+0x0023 000105 increase 1 ,temp 
+0x0024 000106 and_into rssi_buf_len_signal ,temp 
+0x0025 000107 storet 1 ,mem_rssi_signal_index 
+0x0026 000108 rtn 
+:      000138 p_soft_reset_1:
+0x0027 000139 arg mem_sp_state ,contw 
+0x0028 000140 arg 12 ,loopcnt 
+0x0029 000141 call clear_mem 
+0x002a 000142 call p_mouse_le_txbuff_load 
+0x002b 000143 call rfcomm_init 
+0x002c 000144 call init_lmp 
+0x002d 000145 ncall lpm_disable_exen_output ,wake 
+0x002e 000146 call ui_init + 1 
+0x002f 000147 branch soft_reset + 11 
+:      000149 p_init_param:
+0x0030 000150 setarg param_le_version 
+0x0031 000151 store 3 ,mem_lmp_version 
+0x0032 000152 setarg param_le_subversion 
+0x0033 000153 store 2 ,mem_lmp_version + 3 
+0x0034 000154 branch init_param + 12 
+:      000156 p_lpm_check_wake_lock:
+0x0035 000157 rtnmark1 mark_24g 
+0x0036 000158 fetch 1 ,mem_mouse_multi_led_state 
+0x0037 000159 nbranch disable_blank ,blank 
+0x0038 000160 fetch 1 ,mem_mouse_multi_led_on_timer 
+0x0039 000161 nbranch disable_blank ,blank 
+0x003a 000162 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x003b 000163 branch disable_blank ,blank 
+0x003c 000164 fetch 1 ,mem_mouse_le_conn_param_reject 
+0x003d 000165 beq le_lpm_disable ,disable_blank 
+0x003e 000166 fetch 1 ,mem_mouse_wheel_trigger 
+0x003f 000167 nbranch disable_blank ,blank 
+0x0040 000168 branch enable_blank 
+:      000170 p_g24_dispatch:
+0x0041 000171 rtnmark0 mark_24g 
+0x0042 000172 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x0043 000173 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
+:      000174 p_g24_transmit_process:
+0x0044 000175 call p_g24_txdata_prep 
+0x0045 000176 nbranch p_g24_nodata_transmit ,user 
+0x0046 000177 call p_g24_rf_sta_check 
+:      000178 p_g24_transmit_start:
+0x0047 000179 call p_g24_transmit_packet 
+0x0048 000180 fetch 1 ,mem_24g_pairing_sm 
+0x0049 000181 rtnne state_24g_pairing_success 
+0x004a 000182 jam tx_power_5db ,mem_tx_power 
+0x004b 000183 call g24_long_sleep_shorter_param_update 
+0x004c 000184 fetch 1 ,mem_mouse_multi_led_state 
+0x004d 000185 beq on ,p_g24_transmit_by_interrupt_enable 
+:      000186 p_g24_short_sleep:
+0x004e 000187 call p_g24_lpm_wait 
+0x004f 000188 nrtn user 
+0x0050 000189 call p_clear_wake 
+0x0051 000190 setarg 60500 
+0x0052 000191 branch lpm_dispatch_sleep 
+:      000193 g24_long_sleep_shorter_param_update:
+0x0053 000196 setarg g24_long_sleep_step1 
+0x0054 000197 store 3 ,mem_24g_enter_hibernate 
+0x0055 000198 jam 20 ,mem_24g_long_sleep_param_update_timer 
+0x0056 000199 rtn 
+:      000201 p_g24_transmit_by_interrupt:
+0x0057 000202 call p_g24_timer_check 
+0x0058 000203 nrtn user 
+0x0059 000204 call p_g24_interval_calibrate 
+0x005a 000205 fetch 1 ,mem_24g_transmit_by_interrupt_exit_count 
+0x005b 000206 increase 1 ,pdata 
+0x005c 000207 store 1 ,mem_24g_transmit_by_interrupt_exit_count 
+0x005d 000208 sub pdata ,25 ,null 
+0x005e 000209 call p_g24_transmit_by_interrupt_exit ,zero 
+0x005f 000210 branch p_g24_transmit_process 
+:      000211 p_g24_transmit_by_interrupt_exit:
+0x0060 000212 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0x0061 000213 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
+:      000214 p_g24_interval_min:
+0x0062 000215 jam 0 ,mem_24g_pac_index 
+0x0063 000216 fetch 1 ,mem_24g_interval_min 
+:      000217 p_g24_current_interval_store:
+0x0064 000218 store 1 ,mem_24g_interval 
+0x0065 000219 rtn 
+:      000220 p_g24_interval_max:
+0x0066 000221 fetch 1 ,mem_24g_interval_max 
+0x0067 000222 branch p_g24_current_interval_store 
+:      000223 p_g24_interval_calibrate:
+0x0068 000224 fetch 1 ,mem_24g_pac_index 
+0x0069 000225 increase 1 ,pdata 
+0x006a 000226 store 1 ,mem_24g_pac_index 
+0x006b 000227 beq 4 ,p_g24_interval_max 
+0x006c 000228 beq 5 ,p_g24_interval_min 
+0x006d 000229 rtn 
+:      000231 p_g24_nodata_transmit:
+0x006e 000232 fetch 1 ,mem_24g_abort_pac 
+0x006f 000233 call p_g24_send_abort_packet ,blank 
+0x0070 000234 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x0071 000235 nrtn blank 
+0x0072 000236 fetch 1 ,mem_mouse_multi_led_state 
+0x0073 000237 rtneq on 
+:      000238 p_g24_long_sleep:
+0x0074 000239 call p_g24_lpm_wait 
+0x0075 000240 nrtn user 
+0x0076 000241 fetch 3 ,mem_24g_enter_hibernate 
+0x0077 000242 call clk2lpo 
+0x0078 000243 storet 4 ,mem_sleep_counter 
+0x0079 000244 branch lpm_sleep 
+:      000246 p_g24_lpm_wait:
+0x007a 000247 enable user 
+0x007b 000248 call lpo_calibration 
+0x007c 000249 fetch 3 ,mem_clks_per_lpo 
+0x007d 000250 branch disable_user ,blank 
+0x007e 000251 fetch 1 ,mem_lpm_mode 
+0x007f 000252 branch disable_user ,blank 
+0x0080 000253 fetch 1 ,mem_sp_local_key_invalid 
+0x0081 000254 branch disable_user ,blank 
+0x0082 000255 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x0083 000256 beq g24_tx_timer_int_enable ,disable_user 
+:      000257 p_mouse_setgpio_lpm:
+0x0084 000258 call p_mouse_set_sdio_high 
+0x0085 000259 call p_clear_wake 
+:      000260 p_mouse_setgpio_lpm_before:
+0x0086 000261 call mouse_lpm_before_common 
+0x0087 000262 hfetch 4 ,core_gpio_oe0 
+0x0088 000263 hfetcht 4 ,core_gpio_pu0 
+0x0089 000264 ior temp ,temp 
+0x008a 000265 invert temp ,temp 
+0x008b 000266 hstoret 4 ,core_gpio_pd0 
+:      000267 p_set_ice_gpio:
+0x008c 000268 fetcht 1 ,mem_mouse_bt_led_gpio 
+0x008d 000269 call gpio_config_input 
+0x008e 000270 fetcht 1 ,mem_mouse_bt_led_gpio 
+0x008f 000271 set1 gpio_active_bit ,temp 
+0x0090 000272 arg core_gpio_pu0 ,contw 
+0x0091 000273 branch gpio_set_bit 
+:      000275 p_mouse_set_sdio_high:
+0x0092 000276 fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0x0093 000277 rtn blank 
+0x0094 000278 branch p_mouse_seting_dpi_diff 
+:      000280 p_g24_send_abort_packet:
+0x0095 000281 jam 1 ,mem_24g_abort_pac 
+0x0096 000282 jam 0 ,mem_24g_rf_hop_ch 
+0x0097 000283 call p_g24_transmit_rf_ctrl_clear 
+0x0098 000284 store 1 ,mem_24g_txbuf 
+0x0099 000285 setarg 0 
+0x009a 000286 store 7 ,mem_24g_txbuf + 1 
+0x009b 000287 fetch 4 ,mem_24g_device_addr 
+0x009c 000288 store 4 ,mem_24g_txbuf + 8 
+0x009d 000289 jam 12 ,mem_24g_datalen 
+0x009e 000290 fetch 1 ,mem_24g_data_type 
+0x009f 000291 set1 bit_abort ,pdata 
+0x00a0 000292 store 1 ,mem_24g_data_type 
+0x00a1 000293 call p_g24_txdata_enable_tx 
+0x00a2 000294 branch p_g24_transmit_start 
+:      000305 p_g24_transmit_rf_sta_init:
+0x00a3 000306 jam 1 ,mem_24g_rf_last_sta 
+0x00a4 000307 jam 0 ,mem_24g_sync_cnt 
+:      000308 p_g24_transmit_rf_ctrl_clear:
+0x00a5 000309 fetch 1 ,mem_24g_data_type 
+0x00a6 000310 and_into bits_data ,pdata 
+0x00a7 000311 store 1 ,mem_24g_data_type 
+0x00a8 000312 rtn 
+:      000314 p_g24_hop_ch_enable:
+0x00a9 000315 fetch 1 ,mem_24g_data_type 
+0x00aa 000316 set1 bit_hop ,pdata 
+0x00ab 000317 store 1 ,mem_24g_data_type 
+0x00ac 000319 store 1 ,mem_24g_txpayload 
+0x00ad 000320 rtn 
+:      000321 p_g24_hop_ch_disable:
+0x00ae 000322 fetch 1 ,mem_24g_data_type 
+0x00af 000323 set0 bit_hop ,pdata 
+0x00b0 000324 store 1 ,mem_24g_data_type 
+0x00b1 000325 rtn 
+:      000327 p_g24_transmit_hop_pac_fail:
+0x00b2 000328 call power_ctrl_pac_succ_decrs 
+0x00b3 000329 fetch 1 ,mem_24g_rf_work_stage 
+0x00b4 000330 beq 1 ,p_g24_transmit_hop_pac_fail_wo_hop 
+0x00b5 000331 beq 2 ,p_g24_transmit_hop_pac_fail_hop_stage2 
+0x00b6 000332 rtn 
+:      000333 p_g24_transmit_hop_pac_fail_wo_hop:
+0x00b7 000334 jam 2 ,mem_24g_sync_cnt 
+:      000335 p_g24_transmit_hop_pac_fail_stage1:
+0x00b8 000336 jam 0 ,mem_24g_hop_pac_retry 
+0x00b9 000337 jam 0 ,mem_24g_rf_last_sta 
+0x00ba 000338 branch p_g24_transmit_rf_ctrl_clear 
+:      000340 p_g24_transmit_hop_pac_fail_hop_stage2:
+0x00bb 000341 jam 0 ,mem_24g_rf_hop_ch 
+0x00bc 000342 branch p_g24_transmit_hop_pac_fail_stage1 
+:      000345 p_g24_transmit_pac_fail_hop_stage3:
+0x00bd 000346 fetch 2 ,mem_24g_txfail_cnt 
+0x00be 000347 increase 1 ,pdata 
+0x00bf 000348 store 2 ,mem_24g_txfail_cnt 
+0x00c0 000349 bbit1 10 ,p_g24_tx_attempt_fail 
+0x00c1 000350 fetch 1 ,mem_24g_rf_hop_ch 
+0x00c2 000351 beq 1 ,p_g24_rf_hop_fastly 
+0x00c3 000352 jam 1 ,mem_24g_rf_hop_ch 
+:      000353 p_g24_rf_hop_attemp_again:
+0x00c4 000354 fetch 1 ,mem_24g_rf_hop_ch 
+0x00c5 000355 bne 1 ,p_g24_transmit_rf_ctrl_clear 
+:      000356 p_g24_rf_hop_fastly:
+0x00c6 000357 fetch 1 ,mem_24g_hop_fastly_cnt 
+0x00c7 000358 increase 1 ,pdata 
+0x00c8 000359 store 1 ,mem_24g_hop_fastly_cnt 
+0x00c9 000360 beq 4 ,p_g24_rf_hop_fastly_exit 
+0x00ca 000361 call p_g24_ch 
+0x00cb 000362 jam 2 ,mem_24g_max_retry 
+0x00cc 000363 branch p_g24_transmit_packet 
+:      000365 p_g24_rf_hop_fastly_exit:
+0x00cd 000366 call power_ctrl_pac_succ_decrs 
+0x00ce 000367 jam 0 ,mem_24g_hop_fastly_cnt 
+0x00cf 000368 branch p_g24_transmit_rf_ctrl_clear 
+:      000370 p_g24_transmit_hop_pac_succ_wo_hop:
+0x00d0 000371 jam 2 ,mem_24g_sync_cnt 
+:      000372 p_g24_transmit_hop_pac_succ:
+0x00d1 000373 jam 1 ,mem_24g_rf_last_sta 
+0x00d2 000374 jam 0 ,mem_24g_rf_hop_ch 
+0x00d3 000375 branch p_g24_transmit_rf_ctrl_clear 
+:      000377 p_g24_transmit_succ_rf_config:
+0x00d4 000378 fetch 1 ,mem_24g_rf_work_stage 
+0x00d5 000379 beq 3 ,p_g24_transmit_hop_pac_succ 
+0x00d6 000380 fetch 1 ,mem_24g_data_type 
+0x00d7 000381 isolate0 bit_hop ,pdata 
+0x00d8 000382 branch p_g24_transmit_rf_sta_init ,true 
+0x00d9 000383 fetch 1 ,mem_24g_rf_work_stage 
+0x00da 000384 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
+0x00db 000385 beq 2 ,p_g24_transmit_hop_pac_succ 
+0x00dc 000386 rtn 
+:      000388 p_g24_rf_sta_check:
+0x00dd 000389 fetch 1 ,mem_24g_pairing_sm 
+0x00de 000390 rtnne state_24g_pairing_success 
+0x00df 000391 call p_g24_rf_laststa_synccnt_check 
+0x00e0 000392 ncall p_g24_rf_sync_cnt_check ,user2 
+0x00e1 000393 rtn 
+:      000395 p_g24_rf_laststa_synccnt_check:
+0x00e2 000396 disable user2 
+0x00e3 000397 fetch 1 ,mem_24g_rf_last_sta 
+0x00e4 000398 rtnne 1 
+0x00e5 000399 fetch 1 ,mem_24g_sync_cnt 
+0x00e6 000400 rtnne 0 
+0x00e7 000401 jam 1 ,mem_24g_rf_work_stage 
+0x00e8 000402 jam 4 ,mem_24g_max_retry 
+0x00e9 000403 branch enable_user2 
+:      000405 p_g24_rf_sync_cnt_check:
+0x00ea 000406 fetch 1 ,mem_24g_sync_cnt 
+0x00eb 000407 branch p_g24_rf_hop_attemp ,blank 
+0x00ec 000408 increase -1 ,pdata 
+0x00ed 000409 store 1 ,mem_24g_sync_cnt 
+0x00ee 000410 jam 2 ,mem_24g_rf_work_stage 
+0x00ef 000411 jam 4 ,mem_24g_max_retry 
+0x00f0 000412 branch p_g24_ch 
+:      000414 p_g24_rf_hop_attemp:
+0x00f1 000415 jam 3 ,mem_24g_rf_work_stage 
+0x00f2 000416 fetch 1 ,mem_24g_rf_hop_ch 
+0x00f3 000417 nbranch p_g24_rf_hop_attemp_again ,blank 
+0x00f4 000418 jam 2 ,mem_24g_max_retry 
+0x00f5 000419 branch p_g24_ch 
+:      000421 p_g24_txdata_prep:
+0x00f6 000422 fetch 1 ,mem_24g_pairing_sm 
+0x00f7 000423 bne state_24g_pairing_success ,p_g24_pairing_sm 
+:      000424 p_g24_txdata_prep_packeage_data:
+0x00f8 000425 call p_g24_package_data 
+:      000426 p_g24_txdata_enable_tx:
+0x00f9 000427 call p_g24_transmit_prep 
+0x00fa 000428 jam ensure_on_24g ,mem_24g_ensure 
+0x00fb 000429 rtn 
+:      000431 p_g24_package_data:
+0x00fc 000432 fetch 2 ,mem_cb_24g_data 
+0x00fd 000433 call callback_func 
+0x00fe 000434 branch p_g24_accumulate_mouse_data ,user 
+0x00ff 000435 fetch 7 ,mem_24g_txbuf + 1 
+0x0100 000436 rtn blank 
+0x0101 000437 branch enable_user 
+:      000438 p_g24_accumulate_mouse_data:
+0x0102 000439 call p_mouse_data_xy_release 
+0x0103 000440 jam 0 ,mem_24g_abort_pac 
+0x0104 000441 add rega ,1 ,pdata 
+0x0105 000442 store 1 ,mem_24g_datalen 
+0x0106 000443 call p_g24_transmit_rf_ctrl_clear 
+0x0107 000444 store 1 ,mem_24g_txbuf 
+0x0108 000445 ifetcht 1 ,contw 
+0x0109 000446 ifetch 1 ,regb 
+0x010a 000447 ior temp ,pdata 
+0x010b 000448 istore 1 ,contw 
+0x010c 000449 increase 1 ,regb 
+0x010d 000450 ifetch 4 ,regb 
+0x010e 000451 istore 4 ,contw 
+0x010f 000452 increase 4 ,regb 
+0x0110 000453 arg mem_24g_txbuf + 6 ,contw 
+0x0111 000454 arg 2 ,loopcnt 
+:      000455 p_g24_accumulation_loop:
+0x0112 000456 ifetch 1 ,regb 
+0x0113 000457 ifetcht 1 ,contw 
+0x0114 000458 iadd temp ,pdata 
+0x0115 000459 istore 1 ,contw 
+0x0116 000460 increase 1 ,regb 
+0x0117 000461 loop p_g24_accumulation_loop 
+0x0118 000462 rtn 
+:      000464 p_g24_transmit_packet:
+0x0119 000465 jam 0 ,mem_24g_retry 
+0x011a 000466 fetch 1 ,mem_retry_count 
+0x011b 000467 increase 1 ,pdata 
+0x011c 000468 store 1 ,mem_retry_count 
+:      000469 p_g24_transmit_loop:
+0x011d 000470 arg param_rx_setup ,timeup 
+0x011e 000471 until clkn_rt ,meet 
+0x011f 000472 call p_g24_transmit_receive_ack 
+0x0120 000475 nbranch p_g24_retransmit ,sync 
+0x0121 000476 nbranch p_g24_retransmit ,user3 
+0x0122 000477 call p_g24_txbuf_clear 
+0x0123 000478 call p_g24_ackpayload_parse 
+0x0124 000479 call power_ctrl_pac_succ_incrs 
+:      000480 p_g24_transmit_next_packet:
+0x0125 000481 jam 0 ,mem_retry_count 
+0x0126 000482 fetch 1 ,mem_24g_pid 
+0x0127 000483 increase 1 ,pdata 
+0x0128 000484 store 1 ,mem_24g_pid 
+0x0129 000485 fetch 1 ,mem_24g_pairing_sm 
+0x012a 000486 bne state_24g_pairing_success ,p_g24_paring_mode_start 
+0x012b 000487 call p_g24_transmit_succ_rf_config 
+:      000488 p_g24_transmit_abandon:
+0x012c 000489 setarg 0 
+0x012d 000490 store 4 ,mem_24g_ensure 
+0x012e 000492 store 1 ,mem_24g_hop_pac_retry 
+0x012f 000494 rtn 
+:      000496 p_g24_txbuf_clear:
+0x0130 000497 arg 4 ,loopcnt 
+0x0131 000498 arg mem_24g_txbuf ,contw 
+0x0132 000499 branch memset0 
+:      000501 p_g24_paring_mode_start:
+0x0133 000502 call power_ctrl_pac_succ_cnt_init 
+0x0134 000503 branch p_g24_paring_mode 
+:      000505 p_g24_transmit_receive_ack:
+0x0135 000506 disable user3 
+0x0136 000507 call p_g24_transmit 
+0x0137 000512 force 0 ,radio_ctrl 
+0x0138 000513 fetch 4 ,mem_24g_addr 
+0x0139 000514 iforce access 
+0x013a 000515 fetcht 1 ,mem_last_freq 
+0x013b 000516 call set_freq_rx 
+0x013c 000517 call rf_rx_enable 
+0x013d 000518 call p_g24_receive_rxon 
+0x013e 000519 call p_g24_end_of_packet ,user3 
+0x013f 000520 rtn 
+:      000521 p_g24_transmit_no_ack:
+0x0140 000522 call p_g24_end_of_packet 
+0x0141 000523 branch p_g24_transmit_next_packet 
+:      000525 p_g24_retransmit:
+0x0142 000526 fetch 2 ,mem_24g_txfail_cnt 
+0x0143 000527 increase 1 ,pdata 
+0x0144 000528 store 2 ,mem_24g_txfail_cnt 
+0x0145 000529 fetch 1 ,mem_24g_txfail_cnt + 1 
+0x0146 000530 bbit1 4 ,p_g24_stop_g24_mode 
+0x0147 000531 fetch 1 ,mem_24g_pairing_sm 
+0x0148 000532 bne state_24g_pairing_success ,p_g24_tx_paring_retry 
+0x0149 000533 fetch 1 ,mem_retry_count 
+0x014a 000534 sub pdata ,2 ,null 
+0x014b 000535 ncall p_g24_ch ,positive 
+0x014c 000536 fetch 1 ,mem_24g_retry 
+0x014d 000537 increase 1 ,pdata 
+0x014e 000538 store 1 ,mem_24g_retry 
+0x014f 000539 bne 6 ,p_g24_transmit_loop 
+0x0150 000540 fetch 1 ,mem_retry_count 
+0x0151 000541 sub pdata ,2 ,null 
+0x0152 000542 call p_g24_ch ,positive 
+0x0153 000543 branch p_g24_transmit_packet 
+:      000544 p_g24_tx_paring_retry:
+0x0154 000545 fetch 1 ,mem_24g_txfail_cnt 
+0x0155 000546 rtnne 0xff 
+:      000547 p_g24_tx_attempt_fail:
+0x0156 000548 setarg 0 
+0x0157 000549 store 2 ,mem_24g_txfail_cnt 
+:      000550 p_g24_stop_g24_mode:
+0x0158 000551 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0x0159 000552 branch ui_ipc_send_event 
+:      000554 p_g24_ackpayload_parse:
+0x015a 000555 call p_g24_read_len_pid_crc 
+0x015b 000556 fetch 1 ,mem_24g_rxdata_length 
+0x015c 000557 rtn blank 
+0x015d 000558 iforce loopcnt 
+0x015e 000559 arg mem_24g_rxbuf + 2 ,contr 
+0x015f 000560 arg mem_24g_rxpayload ,contw 
+0x0160 000561 branch memcpy 
+:      000563 p_g24_pair_init:
+0x0161 000564 jam tx_power_pair ,mem_tx_power 
+0x0162 000565 jam 0 ,mem_24g_pid 
+0x0163 000566 jam g24_pair_ch ,mem_24g_ch 
+0x0164 000567 fetch 4 ,mem_24g_paring_addr 
+0x0165 000568 branch p_g24_update_addr_and_synccrc8 
+:      000570 p_g24_pairing_sm:
+0x0166 000571 fetch 1 ,mem_24g_ensure 
+0x0167 000572 beq ensure_on_24g ,enable_user 
+0x0168 000573 fetch 1 ,mem_24g_pairing_sm 
+0x0169 000574 beq state_24g_pairing_1 ,p_g24_pairing_sm_1 
+0x016a 000575 beq state_24g_pairing_2 ,p_g24_pairing_sm_2 
+0x016b 000576 beq state_24g_pairing_3 ,p_g24_pairing_sm_3 
+0x016c 000577 branch assert 
+:      000579 p_g24_pairing_sm_1:
+0x016d 000580 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm 
+0x016e 000581 jam 0xaa ,mem_24g_common_temp 
+0x016f 000582 branch p_g24_pairing_sm_common 
+:      000583 p_g24_pairing_sm_2:
+0x0170 000584 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm 
+0x0171 000585 jam 0x55 ,mem_24g_common_temp 
+0x0172 000586 branch p_g24_pairing_sm_common 
+:      000587 p_g24_pairing_sm_3:
+0x0173 000588 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm 
+0x0174 000589 jam 0x22 ,mem_24g_common_temp 
+:      000590 p_g24_pairing_sm_common:
+0x0175 000591 fetch 1 ,mem_24g_data_type 
+0x0176 000592 and_into bits_data ,pdata 
+0x0177 000593 store 1 ,mem_24g_common_temp + 1 
+0x0178 000594 fetch 4 ,mem_24g_device_addr 
+0x0179 000595 store 4 ,mem_24g_common_temp + 2 
+:      000596 p_g24_put_pairing_data_in_buff:
+0x017a 000597 jam 0 ,mem_24g_common_temp + 6 
+0x017b 000598 arg mem_24g_common_temp ,rega 
+0x017c 000599 arg 7 ,temp 
+0x017d 000600 call p_g24_put_data_in_buff 
+0x017e 000601 call p_g24_txdata_enable_tx 
+0x017f 000602 branch enable_user 
+:      000604 p_g24_paring_mode:
+0x0180 000605 fetch 1 ,mem_24g_pairing_sm 
+0x0181 000606 rtneq state_24g_pairing_success 
+0x0182 000607 beq state_24g_pairing_1_waiting_ack ,p_g24_pairing_sm_1_waiting_ack 
+0x0183 000608 beq state_24g_pairing_2_waiting_ack ,p_g24_pairing_sm_2_waiting_ack 
+0x0184 000609 beq state_24g_pairing_3_waiting_ack ,p_g24_pairing_sm_3_waiting_ack 
+0x0185 000610 rtn 
+:      000613 p_g24_pairing_sm_1_waiting_ack:
+0x0186 000614 jam state_24g_pairing_2 ,mem_24g_pairing_sm 
+0x0187 000615 branch p_g24_transmit_abandon 
+:      000616 p_g24_pairing_sm_2_waiting_ack:
+0x0188 000617 jam state_24g_pairing_3 ,mem_24g_pairing_sm 
+0x0189 000618 branch p_g24_transmit_abandon 
+:      000619 p_g24_pairing_sm_3_waiting_ack:
+0x018a 000620 jam state_24g_pairing_success ,mem_24g_pairing_sm 
+0x018b 000621 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+0x018c 000622 call ui_ipc_send_event 
+0x018d 000623 fetch 4 ,mem_24g_rxpayload + 2 
+0x018e 000624 call p_g24_update_addr_and_synccrc8 
+0x018f 000625 branch p_g24_transmit_abandon 
+:      000627 p_mouse_connect_24g_mode:
+:      000629 p_mouse_start_24g_mode:
+0x0190 000632 call p_g24_factory_check 
+0x0191 000633 branch p_g24_auto_pair_start ,user 
+:      000634 p_g24_start_24g_mode:
+0x0192 000635 set0 mark_24g ,mark 
+0x0193 000636 call p_g24_ch_syncword_crc8_init 
+0x0194 000637 fetch 1 ,mem_24g_pairing_sm 
+0x0195 000638 rtnne state_24g_pairing_success 
+0x0196 000639 call p_g24_tx_attemp_data_prep 
+:      000640 p_g24_tx_attemp_dongle:
+0x0197 000641 setarg 0 
+0x0198 000642 store 2 ,mem_24g_check_dongle_times 
+:      000643 p_g24_tx_attemp_dongle_loop:
+0x0199 000644 call lpo_calibration 
+0x019a 000645 nop 2000 
+0x019b 000646 fetch 1 ,mem_24g_check_dongle_times 
+0x019c 000647 beq 0xff ,p_g24_stop_g24_mode 
+0x019d 000648 call p_g24_transmit_receive_ack 
+0x019e 000649 nbranch p_g24_attemp_txdata_retry ,sync 
+0x019f 000650 nbranch p_g24_attemp_txdata_retry ,user3 
+:      000651 p_g24_tx_attemp_dongle_succ:
+0x01a0 000652 set1 mark_24g ,mark 
+0x01a1 000653 setarg 0 
+0x01a2 000654 store 2 ,mem_24g_check_dongle_times 
+0x01a3 000655 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+0x01a4 000656 call ui_ipc_send_event 
+0x01a5 000657 call p_g24_txbuf_clear 
+:      000658 p_g24_transmit_by_interrupt_enable:
+0x01a6 000659 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+0x01a7 000660 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
+0x01a8 000661 rtn 
+:      000663 p_g24_tx_attemp_data_prep:
+0x01a9 000664 jam 0xff ,mem_24g_common_temp 
+0x01aa 000665 fetch 1 ,mem_24g_data_type 
+0x01ab 000666 store 1 ,mem_24g_common_temp + 1 
+0x01ac 000667 fetch 4 ,mem_24g_device_addr 
+0x01ad 000668 store 4 ,mem_24g_common_temp + 2 
+0x01ae 000669 arg 6 ,temp 
+0x01af 000670 arg mem_24g_common_temp ,rega 
+0x01b0 000671 call p_g24_put_data_in_buff 
+0x01b1 000672 branch p_g24_transmit_prep 
+:      000674 p_g24_attemp_txdata_retry:
+0x01b2 000675 fetch 2 ,mem_24g_check_dongle_times 
+0x01b3 000676 increase 1 ,pdata 
+0x01b4 000677 store 2 ,mem_24g_check_dongle_times 
+0x01b5 000678 call p_g24_ch 
+0x01b6 000679 branch p_g24_tx_attemp_dongle_loop 
+:      000681 p_g24_auto_pair_start:
+0x01b7 000682 set0 mark_24g ,mark 
+0x01b8 000683 call p_g24_auto_pair_all_powerful 
+0x01b9 000684 call p_g24_tx_attemp_data_prep 
+:      000685 p_g24_auto_pair_restart:
+0x01ba 000686 jam 0 ,mem_24g_check_dongle_times 
+:      000687 p_g24_auto_pair_start_loop:
+0x01bb 000688 call lpo_calibration 
+0x01bc 000689 nop 2000 
+0x01bd 000690 fetch 1 ,mem_24g_check_dongle_times 
+0x01be 000691 beq 0xff ,p_g24_stop_g24_mode 
+0x01bf 000692 call p_g24_transmit_receive_ack 
+0x01c0 000693 nbranch p_g24_auto_pair_retry ,sync 
+0x01c1 000694 nbranch p_g24_auto_pair_retry ,user3 
+0x01c2 000695 call p_g24_ackpayload_parse 
+0x01c3 000696 call p_mouse_tx_power_init 
+0x01c4 000697 fetch 4 ,mem_24g_addr 
+0x01c5 000698 fetcht 4 ,mem_24g_paring_addr 
+0x01c6 000699 isub temp ,null 
+0x01c7 000700 branch p_g24_start_pairing_sm1 ,zero 
+0x01c8 000701 branch p_g24_tx_attemp_dongle_succ 
+:      000703 p_g24_auto_pair_retry:
+0x01c9 000704 fetch 1 ,mem_24g_check_dongle_times 
+0x01ca 000705 increase 1 ,pdata 
+0x01cb 000706 store 1 ,mem_24g_check_dongle_times 
+0x01cc 000707 fetch 1 ,mem_24g_auto_paring_switch 
+0x01cd 000708 increase 1 ,pdata 
+0x01ce 000709 and_into 1 ,pdata 
+0x01cf 000710 store 1 ,mem_24g_auto_paring_switch 
+0x01d0 000711 beq 0 ,p_g24_auto_pair_device_attemp 
+0x01d1 000712 beq 1 ,p_g24_auto_pair_pair_attemp 
+0x01d2 000713 rtn 
+:      000715 p_g24_auto_pair_all_powerful:
+0x01d3 000716 jam tx_power_pair ,mem_tx_power 
+0x01d4 000717 setarg 0x0f0f 
+0x01d5 000718 store 2 ,mem_24g_addr 
+0x01d6 000719 istore 2 ,contw 
+:      000720 p_g24_ch_syncword_crc8_init:
+0x01d7 000721 call p_g24_syncword_crc8 
+:      000722 p_g24_ch:
+0x01d8 000723 fetcht 1 ,mem_24g_current_ch_number 
+0x01d9 000724 call p_g24_ch_map_size 
+0x01da 000725 storet 1 ,mem_24g_current_ch_number 
+0x01db 000726 rtn 
+:      000728 p_g24_auto_pair_device_attemp:
+0x01dc 000729 call p_g24_auto_pair_all_powerful 
+0x01dd 000730 branch p_g24_auto_pair_start_loop 
+:      000732 p_g24_auto_pair_pair_attemp:
+0x01de 000733 call p_g24_pair_init 
+0x01df 000734 branch p_g24_auto_pair_start_loop 
+:      000736 p_g24_check_51cmd_stop_24g:
+0x01e0 000737 set0 mark_24g ,mark 
+0x01e1 000738 call le_disable 
+:      000739 p_mouse_disable_g24_pairing_flag:
+0x01e2 000740 arg mosue_24g_pairing_flag ,queue 
+0x01e3 000741 branch mouse_disable_function_flag 
+:      000743 p_g24_put_data_in_buff:
+0x01e4 000744 storet 1 ,mem_24g_datalen 
+0x01e5 000745 copy temp ,loopcnt 
+0x01e6 000746 arg mem_24g_txbuf ,contw 
+0x01e7 000747 copy rega ,contr 
+0x01e8 000748 branch memcpy 
+:      000750 p_g24_read_len_pid_crc:
+0x01e9 000752 fetch 1 ,mem_24g_rxbuf + 1 
+0x01ea 000753 rshift3 pdata ,pdata 
+0x01eb 000754 store 1 ,mem_24g_rxdata_length 
+0x01ec 000756 increase 1 ,pdata 
+0x01ed 000757 arg mem_24g_rxbuf + 1 ,contr 
+0x01ee 000758 iadd contr ,contr 
+0x01ef 000759 ifetch 3 ,contr 
+0x01f0 000760 store 3 ,mem_24g_sta_crc 
+0x01f1 000762 fetch 1 ,mem_24g_rxbuf + 1 
+0x01f2 000763 rshift pdata ,pdata 
+0x01f3 000764 and pdata ,0x03 ,pdata 
+0x01f4 000765 store 1 ,mem_24g_sta_pid 
+0x01f5 000766 rtn 
+:      000768 p_g24_update_addr_and_synccrc8:
+0x01f6 000769 store 4 ,mem_24g_addr 
+:      000771 p_g24_syncword_crc8:
+0x01f7 000772 arg 0 ,rega 
+0x01f8 000773 arg 4 ,loopcnt 
+0x01f9 000774 arg mem_24g_addr ,contr 
+:      000775 p_g24_syncword_crc8_loop:
+0x01fa 000776 ifetch 1 ,contr 
+0x01fb 000777 iadd rega ,rega 
+0x01fc 000778 loop p_g24_syncword_crc8_loop 
+0x01fd 000779 copy rega ,pdata 
+0x01fe 000780 store 2 ,mem_24g_syncword 
+0x01ff 000781 fetch 1 ,mem_24g_syncword 
+0x0200 000782 fetcht 1 ,mem_24g_syncword + 1 
+0x0201 000783 iadd temp ,pdata 
+0x0202 000784 store 1 ,mem_24g_syncword_crc8 
+0x0203 000785 rtn 
+:      000787 p_g24_transmit_prep:
+0x0204 000790 fetch 1 ,mem_24g_datalen 
+0x0205 000791 increase 2 ,pdata 
+0x0206 000792 store 1 ,mem_24g_txlen 
+0x0207 000794 fetch 1 ,mem_24g_data_type 
+0x0208 000795 store 1 ,mem_24g_txpayload 
+0x0209 000797 fetch 1 ,mem_24g_datalen 
+0x020a 000798 lshift3 pdata ,pdata 
+0x020b 000799 fetcht 1 ,mem_24g_pid 
+0x020c 000800 and temp ,0x03 ,temp 
+0x020d 000801 lshift temp ,temp 
+0x020e 000802 ior temp ,pdata 
+0x020f 000803 fetcht 1 ,mem_24g_no_ack 
+0x0210 000804 iadd temp ,pdata 
+0x0211 000805 istore 1 ,contw 
+0x0212 000807 fetch 1 ,mem_24g_datalen 
+0x0213 000808 iforce loopcnt 
+0x0214 000809 arg mem_24g_txbuf ,contr 
+0x0215 000810 branch memcpy 
+:      000812 p_g24_ch_map_size:
+0x0216 000813 call p_g24_ch_calc 
+0x0217 000814 increase 1 ,temp 
+0x0218 000815 and_into 3 ,temp 
+0x0219 000816 rtn 
+:      000818 p_g24_ch_calc:
+0x021a 000819 fetch 1 ,mem_24g_addr 
+0x021b 000820 and_into 0x03 ,pdata 
+0x021c 000821 mul32 pdata ,4 ,rega 
+0x021d 000822 setarg mem_24g_ch_map1 
+0x021e 000823 iadd rega ,pdata 
+0x021f 000824 iadd temp ,contr 
+0x0220 000825 ifetch 1 ,contr 
+0x0221 000826 store 1 ,mem_24g_ch 
+0x0222 000827 rtn 
+:      000829 p_g24_prep:
+0x0223 000830 disable enable_crc 
+0x0224 000831 disable enable_white 
+0x0225 000832 setarg 0x555555 
+0x0226 000833 iforce crc24_init 
+0x0227 000834 fetch 1 ,mem_24g_ch 
+0x0228 000835 reverse pdata ,temp 
+0x0229 000836 set1 1 ,temp 
+0x022a 000837 rshift temp ,white_init 
+0x022b 000838 rtn 
+:      000840 p_g24_receive_packet:
+0x022c 000841 call le_enable 
+0x022d 000842 fetch 4 ,mem_24g_addr 
+0x022e 000843 iforce access 
+0x022f 000844 call set_sync_on 
+0x0230 000845 fetcht 1 ,mem_24g_ch 
+0x0231 000846 call set_freq_rx 
+0x0232 000847 setarg param_pll_setup 
+0x0233 000848 call sleep 
+0x0234 000849 call rf_rx_enable 
+:      000850 p_g24_receive_rxon:
+0x0235 000853 call p_g24_prep 
+0x0236 000854 disable user3 
+0x0237 000855 enable decode_fec0 
+0x0238 000856 enable is_rx 
+0x0239 000857 disable is_tx 
+0x023a 000858 enable swfine 
+0x023b 000859 fetch 2 ,mem_24g_rx_window 
+0x023c 000860 iforce stop_watch 
+0x023d 000861 correlate null ,timeout 
+0x023e 000862 nbranch p_g24_sync_timeout ,sync 
+0x023f 000865 disable decode_fec0 
+0x0240 000866 enable decode_fec1 
+0x0241 000867 enable enable_white 
+0x0242 000868 enable enable_crc 
+0x0243 000869 call p_g24_receive_byte 
+0x0244 000870 store 1 ,mem_24g_get_syncword_crc8 
+0x0245 000871 fetcht 1 ,mem_24g_syncword_crc8 
+0x0246 000872 isub temp ,null 
+0x0247 000873 nbranch p_g24_end_of_packet ,zero 
+0x0248 000874 call p_g24_receive_byte 
+0x0249 000875 store 1 ,mem_24g_rxbuf 
+0x024a 000879 fetch 1 ,mem_24g_rxbuf 
+0x024b 000880 fetcht 1 ,mem_24g_data_type 
+0x024c 000881 icompare bits_data ,temp 
+0x024d 000882 nbranch p_g24_end_of_packet ,true 
+:      000883 p_g24_receive_skip:
+0x024e 000884 call p_g24_receive_byte 
+0x024f 000885 istore 1 ,contw 
+0x0250 000886 rshift3 pdata ,pdata 
+0x0251 000887 and pdata ,0x1f ,loopcnt 
+0x0252 000888 branch p_g24rx_nopayload ,zero 
+:      000889 p_g24rx_loop:
+0x0253 000890 call p_g24_receive_byte 
+0x0254 000891 istore 1 ,contw 
+0x0255 000892 loop p_g24rx_loop 
+:      000893 p_g24rx_nopayload:
+0x0256 000895 copy contw ,rega 
+0x0257 000896 call p_g24_receive_byte 
+0x0258 000897 store 1 ,mem_rssi_hex_received 
+0x0259 000898 copy rega ,contw 
+0x025a 000899 parse demod ,bucket ,24 
+0x025b 000900 enable swfine 
+0x025c 000901 arg param_sifs ,stop_watch 
+0x025d 000902 rshift32 pdata ,pdata 
+0x025e 000903 rshift16 pdata ,pdata 
+0x025f 000904 istore 3 ,contw 
+0x0260 000905 disable decode_fec1 
+0x0261 000906 branch p_g24_end_of_packet ,crc_failed 
+0x0262 000909 enable user3 
+0x0263 000910 fetch 1 ,mem_last_freq 
+0x0264 000911 add pdata ,0 ,rega 
+0x0265 000912 call rf_write_freq 
+0x0266 000913 disable decode_fec0 
+0x0267 000914 call set_sync_on 
+0x0268 000915 fetch 1 ,mem_rssi_hex_received 
+0x0269 000916 call p_rssi_signal 
+0x026a 000917 rtn 
+:      000919 p_g24_receive_byte:
+0x026b 000920 parse demod ,bucket ,8 
+0x026c 000921 rshift3 pwindow ,pdata 
+0x026d 000922 rtn 
+:      000924 p_g24_end_of_packet:
+0x026e 000925 disable encode_fec1 
+0x026f 000926 disable decode_fec1 
+0x0270 000927 call end_of_packet 
+0x0271 000928 rtn 
+:      000930 p_g24_sync_timeout:
+0x0272 000931 branch p_g24_end_of_packet 
+:      000933 p_g24_set_freq_tx:
+0x0273 000934 call set_sync_on 
+0x0274 000935 fetcht 1 ,mem_24g_ch 
+0x0275 000936 branch set_freq_tx 
+:      000938 p_g24_transmit:
+0x0276 000939 call le_enable 
+0x0277 000940 fetch 4 ,mem_24g_addr 
+0x0278 000941 iforce access 
+0x0279 000942 call p_g24_prep 
+0x027a 000943 call p_g24_set_freq_tx 
+0x027b 000944 set1 txgfsk ,radio_ctrl 
+0x027c 000945 enable encode_fec0 
+0x027d 000946 enable is_tx 
+0x027e 000947 disable is_rx 
+0x027f 000950 rshift16 access ,pdata 
+0x0280 000951 rshift8 pdata ,pdata 
+0x0281 000952 rshift4 pdata ,pdata 
+0x0282 000953 inject mod ,40 
+0x0283 000954 disable encode_fec0 
+0x0284 000955 enable encode_fec1 
+0x0285 000956 enable enable_white 
+0x0286 000957 enable enable_crc 
+0x0287 000958 fetch 1 ,mem_24g_syncword_crc8 
+0x0288 000959 inject mod ,8 
+0x0289 000960 fetch 1 ,mem_24g_txlen 
+0x028a 000961 iforce loopcnt 
+0x028b 000962 arg mem_24g_txpayload ,contr 
+:      000963 p_g24tr_loop:
+0x028c 000964 ifetch 1 ,contr 
+0x028d 000965 inject mod ,8 
+0x028e 000966 loop p_g24tr_loop 
+0x028f 000969 enable enable_parity 
+0x0290 000970 inject mod ,24 
+0x0291 000971 disable enable_parity 
+0x0292 000972 until null ,tx_clear 
+0x0293 000973 nop 100 
+0x0294 000974 disable encode_fec0 
+0x0295 000975 disable encode_fec1 
+0x0296 000976 rtn 
+:      000978 p_g24_timer_check:
+0x0297 000979 call disable_user 
+0x0298 000980 fetcht 4 ,mem_24g_tx_btclk 
+0x0299 000981 copy clkn_bt ,pdata 
+0x029a 000982 isub temp ,null 
+0x029b 000983 ncall g24_timer_timeout ,positive 
+0x029c 000984 copy pdata ,regb 
+0x029d 000985 fetch 4 ,mem_24g_tx_btclk 
+0x029e 000986 fetcht 1 ,mem_24g_interval 
+0x029f 000987 iadd temp ,temp 
+0x02a0 000988 copy regb ,pdata 
+0x02a1 000989 isub temp ,null 
+0x02a2 000990 nrtn positive 
+0x02a3 000991 set0 28 ,pdata 
+0x02a4 000992 store 4 ,mem_24g_tx_btclk 
+0x02a5 000993 branch enable_user 
+:      000995 p_rssi_noise:
+0x02a6 000996 call save_rssi 
+0x02a7 000997 rtn blank 
+0x02a8 000998 fetcht 1 ,mem_rssi_noise_index 
+0x02a9 000999 arg mem_rssi_noise_buffer ,rega 
+0x02aa 001000 call p_rssi_store 
+0x02ab 001001 storet 1 ,mem_rssi_noise_index 
+0x02ac 001002 rtn 
+:      001004 p_rssi_store:
+0x02ad 001005 copy rega ,pdata 
+0x02ae 001006 iadd temp ,contw 
+0x02af 001007 fetch 1 ,mem_rssi 
+0x02b0 001008 istore 1 ,contw 
+0x02b1 001009 increase 1 ,temp 
+0x02b2 001010 and_into rssi_buf_len_signal ,temp 
+0x02b3 001011 rtn 
+:      001012 p_rssi_average:
+0x02b4 001013 arg 0 ,temp 
+0x02b5 001014 arg rssi_buf_len_signal + 1 ,loopcnt 
+0x02b6 001015 copy rega ,contr 
+:      001016 p_rssi_average_loop:
+0x02b7 001017 ifetch 1 ,contr 
+0x02b8 001018 iadd temp ,temp 
+0x02b9 001019 loop p_rssi_average_loop 
+0x02ba 001020 rshift3 temp ,pdata 
+0x02bb 001021 copy pdata ,temp 
+0x02bc 001022 rtnmark0 mark_24g 
+0x02bd 001024 div pdata ,10 
+0x02be 001025 call wait_div_end 
+0x02bf 001026 quotient pdata 
+0x02c0 001027 lshift4 pdata ,pdata 
+0x02c1 001028 remainder temp 
+0x02c2 001029 ior temp ,temp 
+0x02c3 001030 rtn 
+0x02c4 001031 rtn 
+:      001034 p_mouse_before_lpm:
+0x02c5 001035 rtnmark1 mark_24g 
+0x02c6 001036 call p_mouse_le_txbuff_save 
+0x02c7 001037 call p_mouse_setgpio_lpm 
+0x02c8 001038 fetch 1 ,mem_context 
+0x02c9 001039 bbit0 state_inconn ,p_clear_wake 
+0x02ca 001040 fetch 1 ,mem_lpm_current_mult 
+0x02cb 001041 nrtn blank 
+:      001042 p_clear_wake:
+0x02cc 001043 setarg 0 
+0x02cd 001044 store 8 ,mem_gpio_wakeup_low 
+0x02ce 001045 rtn 
+:      001047 p_device_init:
+0x02cf 001048 call app_lpm_mult_enable 
+0x02d0 001049 branch p_device_init_common ,wake 
+0x02d1 001050 call p_mouse_data_init 
+0x02d2 001051 fetch 1 ,mem_tx_power 
+0x02d3 001052 store 1 ,mem_tx_power_temp 
+0x02d4 001053 call power_ctrl_pac_succ_cnt_init 
+0x02d5 001054 fetch 1 ,mem_ui_button_timeout 
+0x02d6 001055 store 1 ,mem_combination_ui_button_count 
+0x02d7 001056 call mouse_bt_discovery_button_down_disable 
+:      001057 p_device_init_common:
+0x02d8 001058 call p_mouse_init 
+0x02d9 001059 branch enable_authrom 
+:      001061 p_mouse_init:
+0x02da 001062 ncall p_mouse_setting_config ,wake 
+0x02db 001063 call p_mouse_spi_init 
+0x02dc 001064 rtn wake 
+0x02dd 001065 call p_mouse_cb_fuction 
+0x02de 001066 call p_mouse_wakeup_from_power 
+:      001067 p_mouse_check_reconn_target:
+0x02df 001068 call p_mouse_tx_power_init 
+0x02e0 001069 fetch 1 ,mem_xrecord_mode 
+0x02e1 001070 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
+:      001072 p_mouse_null_enter_hibernate_enable:
+0x02e2 001073 jam 1 ,mem_mouse_null_enter_hibernate_flag 
+0x02e3 001074 jam 40 ,mem_mouse_null_enter_hibernate_timer 
+0x02e4 001075 rtn 
+:      001077 p_mouse_tx_power_init:
+0x02e5 001078 fetch 1 ,mem_tx_power_temp 
+0x02e6 001079 store 1 ,mem_tx_power 
+0x02e7 001080 rtn 
+:      001083 p_mouse4_0_check_reconn_target:
+0x02e8 001084 jam 1 ,mem_le_send_security_request_flag 
+0x02e9 001085 jam 1 ,mem_mouse_le_reconnect_flag 
+0x02ea 001086 fetch 2 ,mem_mouse_direct_timeout 
+0x02eb 001087 fetcht 1 ,mem_mouse_fast_conn_flag 
+0x02ec 001088 sub temp ,0xff ,null 
+0x02ed 001089 nbranch p_mouse4_0_check_reconn_target_next ,zero 
+0x02ee 001090 setarg 0x0258 
+:      001091 p_mouse4_0_check_reconn_target_next:
+0x02ef 001092 store 2 ,mem_mouse_direct_timer 
+0x02f0 001093 call app_lpm_mult_disable 
+0x02f1 001094 call p_le_check_adv_flag 
+0x02f2 001095 setarg adv_flag_bredr_not_supported 
+0x02f3 001096 istore 1 ,contr 
+0x02f4 001098 arg mem_le_scan_data ,contr 
+0x02f5 001099 call p_le_adv_data_update 
+0x02f6 001101 branch check_51cmd_adv 
+:      001103 p_le_check_adv_flag:
+0x02f7 001104 arg mem_le_adv_data ,rega 
+:      001105 p_le_check_adv_flag_loop:
+0x02f8 001106 ifetch 1 ,rega 
+0x02f9 001107 rtn blank 
+0x02fa 001108 iadd contr ,rega 
+0x02fb 001109 ifetch 1 ,contr 
+0x02fc 001110 rtneq 0x01 
+0x02fd 001111 branch p_le_check_adv_flag_loop 
+:      001113 p_mouse_24g_pairing_button:
+0x02fe 001117 rtnmark1 mark_24g 
+0x02ff 001119 arg mosue_24g_pairing_flag ,queue 
+0x0300 001120 call mouse_enable_function_flag 
+0x0301 001121 setarg 0 
+0x0302 001122 store 2 ,mem_mouse_direct_timer 
+0x0303 001123 store 1 ,mem_mouse_send_blank_timer 
+0x0304 001124 store 2 ,mem_24g_check_dongle_times 
+0x0305 001125 call mouse_stop_discovery 
+:      001126 p_g24_start_pairing_sm1:
+0x0306 001127 set1 mark_24g ,mark 
+0x0307 001128 call p_g24_pair_init 
+:      001129 p_g24_set_pairing_sm_1:
+0x0308 001130 jam state_24g_pairing_1 ,mem_24g_pairing_sm 
+0x0309 001131 rtn 
+:      001135 p_mouse_spi_init:
+0x030a 001136 jam 0x76 ,mem_spi_init_clk 
+0x030b 001137 branch mouse_spi_init 
+:      001139 p_mouse_init_sunt:
+0x030c 001140 call p_mouse_spi_init 
+0x030d 001141 call mouse_spi_sdio_gpio_pollup 
+:      001144 p_mouse_init_sensor:
+0x030e 001145 call mouse_read_sensor_id 
+0x030f 001146 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
+0x0310 001147 beq p3065_id1 ,p_mouse_p3065_init_param 
+0x0311 001148 call mouse_twspi_reset 
+0x0312 001149 nop 1000 
+0x0313 001150 branch p_mouse_init_sensor 
+:      001152 p_mouse_init_sensor_reset:
+0x0314 001153 jam 1 ,mem_mouse_init_sensor_reset_flag 
+0x0315 001154 call spi_ncs_enable 
+0x0316 001155 call p_mouse_init_sunt 
+0x0317 001156 branch spi_ncs_disable 
+:      001158 p_mouse_init_p32xx_id2_judge:
+0x0318 001159 call p_mouse_sensor_poweron 
+0x0319 001160 fetch 1 ,mem_sensor_id2 
+0x031a 001161 beq p8009_id2 ,p_mouse_8009_init_param 
+0x031b 001162 beq p8650_id2 ,p_mouse_8650_init_param 
+0x031c 001163 branch mouse_init_p32xx_id2_judge + 1 
+:      001165 p_mouse_8009_init_param:
+0x031d 001166 setarg 0x16 
+0x031e 001167 call twspi_read 
+0x031f 001168 sub pdata ,0xbd ,null 
+0x0320 001169 nbranch p_mouse_init_sensor ,zero 
+0x0321 001170 setarg 0x19 
+0x0322 001171 call twspi_read 
+0x0323 001172 sub pdata ,0x55 ,null 
+0x0324 001173 nbranch p_mouse_init_sensor ,zero 
+0x0325 001174 setarg 0x1b 
+0x0326 001175 call twspi_read 
+0x0327 001176 sub pdata ,0x1d ,null 
+0x0328 001177 nbranch p_mouse_init_sensor ,zero 
+0x0329 001178 jam p8009 ,mem_config_sensor_type 
+0x032a 001179 call mouse_sensor_disable_wp 
+0x032b 001180 setarg 0x0206 
+0x032c 001181 call twspi_write 
+0x032d 001182 setarg 0x6909 
+0x032e 001183 call twspi_write 
+0x032f 001184 setarg 0x280d 
+0x0330 001185 call twspi_write 
+0x0331 001186 setarg 0x4f0e 
+0x0332 001187 call twspi_write 
+0x0333 001188 setarg 0xba0f 
+0x0334 001189 call twspi_write 
+0x0335 001190 branch mouse_sensor_enable_wp 
+:      001192 p_mouse_8650_init_param:
+0x0336 001193 jam p8650 ,mem_config_sensor_type 
+0x0337 001194 rtn 
+:      001196 p_mouse_p3065_init_param:
+0x0338 001197 call p_mouse_sensor_poweron 
+0x0339 001198 fetch 1 ,mem_sensor_id2 
+0x033a 001199 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x033b 001200 jam p3065 ,mem_config_sensor_type 
+0x033c 001201 rtn 
+:      001203 p_mouse_sensor_powerdown_check:
+0x033d 001204 fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0x033e 001205 rtn blank 
+0x033f 001206 jam 0 ,mem_mouse_init_sensor_reset_flag 
+:      001207 p_mouse_sensor_powerdown:
+0x0340 001208 setarg 0x06 
+0x0341 001209 call twspi_read 
+0x0342 001210 or pdata ,0x08 ,pdata 
+0x0343 001211 lshift8 pdata ,pdata 
+0x0344 001212 add pdata ,0x06 ,pdata 
+0x0345 001213 branch twspi_write 
+:      001215 p_mouse_setting_config:
+0x0346 001216 call adc_init_data 
+0x0347 001217 fetch 4 ,mem_lap 
+0x0348 001218 store 4 ,mem_24g_device_addr 
+0x0349 001223 call mouse_gpio_init 
+0x034a 001224 call mouse_param_init 
+0x034b 001225 setarg 0 
+0x034c 001226 store 2 ,mem_lpm_interval 
+0x034d 001228 call mouse_adc_init 
+0x034e 001230 call le_set_config_fixed_ltk 
+0x034f 001231 call le_set_justwork 
+0x0350 001232 call le_set_fixed_ltk 
+0x0351 001233 call le_set_config_read_authentication 
+:      001238 p_mouse_init_iic:
+0x0352 001239 call iic_init_390k 
+0x0353 001242 call clear_eeprom_size_2k 
+0x0354 001243 call mouse_load_eeprom_dpi 
+0x0355 001244 call p_mouse_init_environment 
+:      001245 p_mouse_init_iic_read_24g_addr:
+0x0356 001246 call p_mouse_set_24g_addr_eeprom 
+0x0357 001247 call iicd_read_eep_data 
+0x0358 001248 arg 3 ,loopcnt 
+0x0359 001249 arg mem_device1_addr ,contr 
+0x035a 001250 call p_pdata_0xff_check 
+0x035b 001251 nbranch p_mouse_le_fast_conn_disable ,user 
+0x035c 001252 call p_mouse_load_fast_conn_flag 
+0x035d 001253 fetch 1 ,mem_mouse_fast_conn_flag 
+0x035e 001254 beq 0xff ,p_mouse_fast_conn_init 
+0x035f 001255 rtn 
+:      001257 p_mouse_load_fast_conn_flag:
+0x0360 001258 arg 1 ,temp 
+0x0361 001259 arg mem_mouse_fast_conn_flag ,rega 
+0x0362 001260 arg mouse_fast_conn_flag_offset ,regb 
+0x0363 001261 branch iicd_read_eep_data 
+:      001262 p_mouse_store_fast_conn_flag:
+0x0364 001263 arg 1 ,temp 
+0x0365 001264 arg mem_mouse_fast_conn_flag ,rega 
+0x0366 001265 arg mouse_fast_conn_flag_offset ,regb 
+0x0367 001266 branch iicd_write_protect_eep_data 
+:      001267 p_mouse_fast_conn_init:
+0x0368 001268 jam 0x34 ,mem_xrecord_mode 
+0x0369 001269 setarg 0 
+0x036a 001270 invert pdata ,pdata 
+0x036b 001271 store 6 ,mem_le_lap 
+0x036c 001272 rtn 
+:      001273 p_mouse_le_fast_conn_disable:
+0x036d 001274 jam 0x5a ,mem_mouse_fast_conn_flag 
+0x036e 001275 branch p_mouse_store_fast_conn_flag 
+:      001279 p_mouse_init_environment:
+0x036f 001280 call app_initflag_check 
+0x0370 001281 branch p_mouse_eeprom_load_recon_info ,zero 
+0x0371 001282 call p_le_addr_random_config 
+0x0372 001283 branch mouse_init_environment + 2 
+:      001285 p_app_flag_store:
+0x0373 001286 arg 2 ,temp 
+0x0374 001287 arg mem_timeup ,rega 
+0x0375 001288 arg mouse_eeprom_module_init_flag ,regb 
+0x0376 001289 branch iicd_write_protect_eep_data 
+:      001291 p_app_initflag_check:
+0x0377 001292 arg 2 ,temp 
+0x0378 001293 arg mem_pdatatemp ,rega 
+0x0379 001294 arg mouse_eeprom_module_init_flag ,regb 
+0x037a 001295 branch app_initflag_check + 4 
+:      001297 p_mouse_eeprom_load_recon_info:
+0x037b 001298 arg 88 ,temp 
+0x037c 001299 arg mem_device_flag ,rega 
+0x037d 001300 arg mouse_info_eeprom_offect ,regb 
+0x037e 001301 call iicd_read_eep_data 
+0x037f 001303 branch mouse_select_reconn_device 
+:      001305 p_mouse_wakeup_from_power:
+0x0380 001311 call p_mouse_init_sunt 
+0x0381 001312 call p_mouse_sensor_powerdown 
+:      001313 p_mouse_wakeup_no_from_power:
+0x0382 001314 fetch 1 ,mem_reconn_times_init 
+0x0383 001315 store 1 ,mem_reconn_times 
+0x0384 001316 rtn 
+:      001327 p_g24_factory_check:
+0x0385 001328 arg 2 ,loopcnt 
+0x0386 001329 arg mem_24g_addr ,contr 
+:      001330 p_pdata_0xff_check:
+0x0387 001331 call enable_user 
+0x0388 001332 setarg 0xffff 
+:      001333 p_pdata_0xff_check_loop:
+0x0389 001334 ifetcht 2 ,contr 
+0x038a 001335 isub temp ,null 
+0x038b 001336 ncall disable_user ,zero 
+0x038c 001337 loop p_pdata_0xff_check_loop 
+0x038d 001338 rtn 
+:      001340 p_mouse_cb_fuction:
+0x038e 001341 setarg p_mouse_g24_package_data 
+0x038f 001342 store 2 ,mem_cb_24g_data 
+0x0390 001343 setarg p_mouse_le 
+0x0391 001344 store 2 ,mem_cb_le_process 
+0x0392 001345 setarg p_le_mouse_bb_event_connect_complete 
+0x0393 001346 store 2 ,mem_cb_att_write 
+0x0394 001347 setarg p_mouse_before_lpm 
+0x0395 001348 store 2 ,mem_cb_before_lpm 
+0x0396 001349 setarg p_mouse_priority_bb_event 
+0x0397 001350 store 2 ,mem_cb_bb_event_process 
+0x0398 001351 setarg p_mouse_idle 
+0x0399 001352 store 2 ,mem_cb_idle_process 
+0x039a 001353 setarg p_mouse_before_hibernate 
+0x039b 001354 store 2 ,mem_cb_before_hibernate 
+0x039c 001355 setarg p_mouse_bb_event_timer 
+0x039d 001356 store 2 ,mem_cb_event_timer 
+0x039e 001357 rtn 
+:      001359 p_mouse_g24_package_data:
+0x039f 001360 call mouse_g24_package_data 
+0x03a0 001361 fetch 2 ,mem_mouse_z 
+0x03a1 001362 rtn blank 
+0x03a2 001363 branch p_g24_transmit_by_interrupt_enable 
+:      001365 p_mouse_le_txbuff_save:
+0x03a3 001366 arg mem_le_tx_buffer0 ,contr 
+0x03a4 001367 arg mem_le_tx_buffer0_omemalloc ,contw 
+0x03a5 001368 call p_mouse_le_txbuff_copy 
+0x03a6 001369 arg mem_le_tx_buffer1 ,contr 
+0x03a7 001370 call p_mouse_le_txbuff_copy 
+0x03a8 001371 arg mem_le_tx_buffer2 ,contr 
+0x03a9 001372 call p_mouse_le_txbuff_copy 
+0x03aa 001373 arg mem_le_tx_buffer3 ,contr 
+:      001374 p_mouse_le_txbuff_copy:
+0x03ab 001375 arg 27 ,loopcnt 
+0x03ac 001376 branch memcpy 
+:      001378 p_mouse_le_txbuff_load:
+0x03ad 001379 arg mem_le_tx_buffer0_omemalloc ,contr 
+0x03ae 001380 arg mem_le_tx_buffer0 ,contw 
+0x03af 001381 call p_mouse_le_txbuff_copy 
+0x03b0 001382 arg mem_le_tx_buffer1 ,contw 
+0x03b1 001383 call p_mouse_le_txbuff_copy 
+0x03b2 001384 arg mem_le_tx_buffer2 ,contw 
+0x03b3 001385 call p_mouse_le_txbuff_copy 
+0x03b4 001386 arg mem_le_tx_buffer3 ,contw 
+0x03b5 001387 branch p_mouse_le_txbuff_copy 
+:      001389 p_mouse_le:
+0x03b6 001390 call le_fifo_check_nearly_full 
+0x03b7 001391 nrtn blank 
+0x03b8 001392 fetch 1 ,mem_mouse_fast_conn_flag 
+0x03b9 001393 beq 0xff ,p_mouse_le_next 
+0x03ba 001394 fetch 1 ,mem_le_connect_status_flag 
+0x03bb 001395 and pdata ,0x03 ,pdata 
+0x03bc 001396 rtnne 0x03 
+:      001397 p_mouse_le_next:
+0x03bd 001398 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x03be 001399 call p_mouse_clear_sensor_data ,blank 
+0x03bf 001400 fetch mouse_flag_len ,mem_mouse_flag 
+0x03c0 001403 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x03c1 001404 call mouse_motion 
+0x03c2 001405 nrtn user 
+0x03c3 001406 call p_mouse_le_current_mult_update 
+0x03c4 001407 call p_mouse_data_xy_release 
+0x03c5 001408 call p_mouse_wheel_trigger 
+:      001409 p_mouse_data_push:
+0x03c6 001410 arg mem_mouse_key ,rega 
+0x03c7 001411 call queue_push 
+0x03c8 001412 call p_mouse_queue_increase ,user 
+0x03c9 001414 rtn 
+:      001416 p_mouse_le_current_mult_update:
+0x03ca 001419 jam 0 ,mem_lpm_mult 
+0x03cb 001420 jam 30 ,mem_mouse_le_current_mult_timer 
+0x03cc 001421 rtn 
+:      001423 p_mouse_data_xy_release:
+0x03cd 001426 fetch 1 ,mem_mouse_long_mult_flag 
+0x03ce 001427 rtnne 1 
+0x03cf 001428 setarg 0 
+0x03d0 001429 store 1 ,mem_mouse_long_mult_flag 
+0x03d1 001430 store 4 ,mem_mouse_x 
+:      001431 p_mouse_sensor_poweron:
+0x03d2 001432 setarg 0x8006 
+0x03d3 001433 call twspi_write 
+0x03d4 001434 nop 12000 
+0x03d5 001435 call p_mouse_dpi_config 
+0x03d6 001436 fetch 1 ,mem_sensor_id2 
+0x03d7 001437 beq p8009_id2 ,p_mouse_8009_init_param 
+0x03d8 001438 rtn 
+:      001440 p_mouse_dpi_config:
+0x03d9 001443 fetch 1 ,mem_mouse_dpi 
+0x03da 001444 beq 0xff ,p_mouse_dpi_config_default 
+0x03db 001445 branch p_mouse_seting_dpi 
+:      001446 p_mouse_dpi_config_default:
+0x03dc 001447 fetch 1 ,mem_config_sensor_motion 
+0x03dd 001449 store 1 ,mem_mouse_dpi 
+0x03de 001450 branch p_mouse_seting_dpi 
+:      001452 p_mouse_data_init:
+0x03df 001453 jam 7 ,mem_mouse_data_queue 
+0x03e0 001454 jam 4 ,mem_mouse_data_queue + 1 
+0x03e1 001455 setarg mem_mouse_data_queue 
+0x03e2 001456 store 2 ,mem_queue_ptr 
+0x03e3 001457 branch queue_init 
+:      001459 p_mouse_queue_increase:
+0x03e4 001460 fetch 1 ,mem_mouse_data_queue_num 
+0x03e5 001461 increase 1 ,pdata 
+0x03e6 001462 store 1 ,mem_mouse_data_queue_num 
+0x03e7 001463 rtn 
+:      001465 p_mouse_data_pull:
+0x03e8 001466 arg mem_mouse_key ,rega 
+0x03e9 001467 call queue_pop 
+0x03ea 001468 branch p_mouse_fill_data_le ,user 
+0x03eb 001469 rtn 
+:      001471 p_mouse_fill_data_le:
+0x03ec 001472 call le_clear_md 
+0x03ed 001473 fetch 1 ,mem_mouse_data_queue_num 
+0x03ee 001474 sub pdata ,1 ,null 
+0x03ef 001475 ncall le_set_md ,positive 
+0x03f0 001476 fetch 1 ,mem_mouse_data_queue_num 
+0x03f1 001477 rtn blank 
+0x03f2 001478 increase -1 ,pdata 
+0x03f3 001479 store 1 ,mem_mouse_data_queue_num 
+0x03f4 001480 branch mouse_fill_data_le 
+:      001482 p_mouse_wheel_trigger:
+0x03f5 001483 fetch 2 ,mem_mouse_z 
+0x03f6 001484 rtn blank 
+0x03f7 001485 jam 1 ,mem_mouse_wheel_trigger 
+0x03f8 001486 jam 2 ,mem_mouse_wheel_trigger_timer 
+0x03f9 001487 rtn 
+:      001490 p_mouse_clear_sensor_data:
+0x03fa 001491 call le_set_config_more_data 
+0x03fb 001492 jam 1 ,mem_mouse_clear_sensor_data_flag 
+0x03fc 001493 branch p_mouse_sensor_poweron 
+:      001495 p_mouse_idle:
+0x03fd 001496 call ui_check_paring_button 
+0x03fe 001498 branch mouse_wheel_check 
+:      001523 p_mouse_priority_bb_event:
+0x03ff 001524 copy regc ,pdata 
+0x0400 001525 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+0x0401 001526 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+0x0402 001527 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
+0x0403 001528 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+0x0404 001529 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+0x0405 001530 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+0x0406 001531 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0x0407 001532 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+0x0408 001533 branch mouse_priority_bb_event + 1 
+:      001535 p_mouse_le_bb_event_connected:
+0x0409 001538 jam 1 ,mem_mouse_le_bb_connected_flag 
+0x040a 001539 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x040b 001540 nbranch p_mouse_le_bb_event_connected_next ,blank 
+0x040c 001541 jam 0x04 ,mem_mouse_send_secutiry_request_timer 
+:      001542 p_mouse_le_bb_event_connected_next:
+0x040d 001543 call p_mouse_init_sensor_reset 
+0x040e 001544 call p_mouse_null_enter_hibernate_disable 
+0x040f 001545 call p_mouse_data_init 
+0x0410 001546 branch mouse_le_bb_event_connected 
+:      001548 p_mouse_le_bb_disconnected:
+0x0411 001549 jam 0 ,mem_mouse_le_bb_connected_flag 
+0x0412 001550 call p_mouse_sensor_powerdown_check 
+0x0413 001551 setarg le_interval_8_75ms 
+0x0414 001552 store 2 ,mem_le_interval_min 
+0x0415 001553 store 2 ,mem_le_interval_min + 2 
+0x0416 001554 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x0417 001555 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x0418 001556 call p_mouse_data_init 
+0x0419 001557 call le_clr_config_more_data 
+0x041a 001558 branch mouse_bb_disconnected 
+:      001560 p_mouse_le_enc_info:
+:      001561 p_app_updata_le_param:
+0x041b 001562 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x041c 001563 branch ui_ipc_send_cmd 
+:      001565 p_mouse_le_ll_start_encryt:
+0x041d 001566 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x041e 001567 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+0x041f 001568 branch p_mouse_le_ll_enable_start_enc_flag 
+:      001570 p_mouse_le_ll_reconn_start_encryt:
+0x0420 001571 call p_app_updata_le_param 
+0x0421 001572 jam 20 ,mem_le_start_encrypt_timer 
+:      001573 p_mouse_le_ll_enable_start_enc_flag:
+0x0422 001574 arg ll_start_enc_flag ,queue 
+0x0423 001575 branch mouse_le_enable_connect_flag 
+:      001577 p_mouse_le_conn_param_update_rsp_recieved:
+0x0424 001578 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x0425 001579 rtneq ble_signaling_connect_parameter_update_accepted 
+0x0426 001580 fetch 1 ,mem_le_tsniff 
+0x0427 001581 rshift2 pdata ,pdata 
+0x0428 001582 sub pdata ,le_interval_15ms ,null 
+0x0429 001583 rtn positive 
+0x042a 001584 setarg le_interval_11_25ms 
+0x042b 001585 store 2 ,mem_le_interval_min 
+0x042c 001586 store 2 ,mem_le_interval_min + 2 
+0x042d 001587 call p_app_updata_le_param 
+:      001588 p_mouse_le_conn_param_lpm_disable:
+0x042e 001589 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+0x042f 001590 rtn 
+:      001594 p_mouse_24g_pairing_complete:
+0x0430 001595 call p_mouse_init_sensor_reset 
+0x0431 001597 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x0432 001598 arg mosue_24g_pairing_flag ,queue 
+0x0433 001599 call mouse_disable_function_flag 
+0x0434 001600 setarg 0 
+0x0435 001601 store 2 ,mem_24g_pairing_timer_count 
+0x0436 001602 jam 0 ,mem_mouse_move_flag 
+0x0437 001604 call mouse_read_sensor_common 
+0x0438 001605 call p_mouse_null_enter_hibernate_disable 
+0x0439 001606 call p_mouse_store_24g_device_2eeprom 
+0x043a 001607 call p_mouse_tx_power_init 
+0x043b 001609 call p_mouse_set_24g_addr_eeprom 
+0x043c 001610 branch iicd_write_protect_eep_data 
+:      001612 p_mouse_set_24g_addr_eeprom:
+0x043d 001613 arg mem_24g_addr ,rega 
+0x043e 001614 arg mouse_g24_addr_eeprom_offect ,regb 
+0x043f 001615 arg 4 ,temp 
+0x0440 001616 rtn 
+:      001618 p_mouse_24g_attempt_fail:
+0x0441 001619 call p_mouse_sensor_powerdown_check 
+0x0442 001620 jam 0 ,mem_retry_count 
+0x0443 001621 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0x0444 001622 call p_mouse_tx_power_init 
+0x0445 001623 call p_g24_check_51cmd_stop_24g 
+:      001624 p_app_enter_hibernate_before_check:
+0x0446 001625 fetch 1 ,mem_mouse_multi_led_on_poweron2s_flag 
+0x0447 001626 nbranch p_mouse_null_enter_hibernate_enable ,blank 
+0x0448 001627 branch app_enter_hibernate 
+:      001629 p_mouse_null_enter_hibernate_disable:
+0x0449 001630 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+0x044a 001631 jam 0 ,mem_mouse_null_enter_hibernate_timer 
+0x044b 001632 rtn 
+:      001640 p_mouse_24g_attempt_success:
+0x044c 001641 call p_mouse_init_sensor_reset 
+0x044d 001642 call mouse_no_data_timer_init 
+0x044e 001643 call p_mouse_null_enter_hibernate_disable 
+:      001644 p_mouse_store_24g_device_2eeprom:
+0x044f 001645 call mouse_cheak_select_24gdevice 
+:      001646 p_mouse_store_device_number2eeprom:
+0x0450 001647 arg 1 ,temp 
+0x0451 001648 arg mem_device_flag ,rega 
+0x0452 001649 arg 0 ,regb 
+0x0453 001650 branch iicd_write_protect_eep_data 
+:      001653 p_mouse_before_hibernate:
+0x0454 001654 enable user 
+0x0455 001655 hfetch 4 ,0x8138 
+0x0456 001656 setflag user ,26 ,pdata 
+0x0457 001657 hstore 4 ,core_lpm_reg 
+0x0458 001658 call lpm_write_ctrl 
+0x0459 001659 call p_mouse_sensor_powerdown_check 
+0x045a 001660 call disable_authrom 
+0x045b 001662 call mouse_before_hibernate_wheel_gpio_set 
+0x045c 001663 branch p_mouse_setgpio_lpm_before 
+:      001665 p_mouse_bb_event_timer:
+0x045d 001666 call p_mouse_wheel_trigger_timer 
+0x045e 001667 call p_mouse_null_enter_hibernate_timer 
+0x045f 001668 call p_mouse_bt_discovery_check 
+0x0460 001670 call mouse_check_discovery_timeout_timer 
+0x0461 001672 call p_mouse_24g_long_sleep_param_update_timer 
+0x0462 001673 call mouse_check_direct_timeout_timer 
+0x0463 001674 call p_mouse_le_enable_att_list_timer 
+0x0464 001675 call p_mouse_le_current_mult_update_timer 
+0x0465 001676 call p_le_send_smp_security_request_timer 
+0x0466 001677 call p_mouse_le_fast_conn_enable_timer 
+0x0467 001679 branch mouse_check_no_data_timeout_timer 
+:      001682 p_mouse_24g_long_sleep_param_update_timer:
+0x0468 001683 arg mem_24g_long_sleep_param_update_timer ,regc 
+0x0469 001684 arg p_mouse_24g_long_sleep_normal_param ,regb 
+0x046a 001685 branch timer_single_step 
+:      001686 p_mouse_24g_long_sleep_normal_param:
+0x046b 001687 setarg g24_long_sleep_step2 
+0x046c 001688 store 3 ,mem_24g_enter_hibernate 
+:      001689 p_mouse_long_mult_flag_enable:
+0x046d 001690 jam 1 ,mem_mouse_long_mult_flag 
+0x046e 001691 rtn 
+:      001694 p_mouse_le_enable_att_list_timer:
+0x046f 001695 arg mem_le_start_encrypt_timer ,regc 
+0x0470 001696 arg mouse_le_write_enable ,regb 
+0x0471 001697 branch timer_single_step 
+:      001699 p_mouse_le_current_mult_update_timer:
+0x0472 001700 arg mem_mouse_le_current_mult_timer ,regc 
+0x0473 001701 arg p_mouse_le_current_mult_reinit ,regb 
+0x0474 001702 branch timer_single_step 
+:      001703 p_mouse_le_current_mult_reinit:
+0x0475 001704 fetch 1 ,mem_lpm_mult_init 
+0x0476 001705 store 1 ,mem_lpm_mult 
+0x0477 001706 branch p_mouse_long_mult_flag_enable 
+:      001708 p_le_send_smp_security_request_timer:
+0x0478 001709 fetch 1 ,mem_mouse_le_bb_connected_flag 
+0x0479 001710 rtn blank 
+0x047a 001711 arg mem_mouse_send_secutiry_request_timer ,regc 
+0x047b 001712 arg p_le_pairing_sm_start_check ,regb 
+0x047c 001713 branch timer_single_step 
+:      001715 p_le_pairing_sm_start_check:
+0x047d 001716 fetch 1 ,mem_le_send_security_request_flag 
+0x047e 001717 nrtn blank 
+0x047f 001718 branch le_pairing_sm_start 
+:      001720 p_mouse_le_fast_conn_enable_timer:
+0x0480 001721 fetch 1 ,mem_mouse_fast_conn_flag 
+0x0481 001722 rtnne 0xff 
+0x0482 001723 fetch 1 ,mem_mouse_le_bb_connected_flag 
+0x0483 001724 nrtn blank 
+0x0484 001725 arg mem_mouse_le_fast_conn_enable_timer ,regc 
+0x0485 001726 arg p_mouse_le_fast_conn_enable_timeout ,regb 
+0x0486 001727 branch timer_single_step 
+:      001729 p_mouse_le_fast_conn_enable_timeout:
+0x0487 001730 branch p_mouse_start_discovery 
+:      001733 p_mouse_wheel_trigger_timer:
+0x0488 001734 arg mem_mouse_wheel_trigger_timer ,regc 
+0x0489 001735 arg p_mouse_wheel_trigger_disable ,regb 
+0x048a 001736 branch timer_single_step 
+:      001737 p_mouse_wheel_trigger_disable:
+0x048b 001738 jam 0 ,mem_mouse_wheel_trigger 
+0x048c 001739 rtn 
+:      001741 p_mouse_bt_discovery_check:
+0x048d 001742 fetch 1 ,mem_config_function_enable 
+0x048e 001743 bbit1 enable_bt_button ,mouse_bt_discovery_by_button 
+:      001744 p_mouse_bt_discovery_by_button:
+0x048f 001745 call p_mouse_check_key_gpio 
+0x0490 001746 beq mouse_lmr_button ,p_mouse_bt_discovery_commbination_key_down 
+:      001747 p_mouse_bt_discovery_commbination_key_up:
+0x0491 001748 call mouse_bt_discovery_commbination_key_up 
+0x0492 001749 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x0493 001750 branch mouse_disable_function_flag 
+:      001752 p_mouse_bt_discovery_commbination_key_down:
+0x0494 001753 jam 40 ,mem_mouse_null_enter_hibernate_timer 
+0x0495 001754 call p_mouse_bt_discovery_timer 
+0x0496 001755 branch mouse_bt_discovery_commbination_key_down + 1 
+:      001757 p_mouse_bt_discovery_timer:
+0x0497 001758 arg mem_combination_ui_button_count ,regc 
+0x0498 001759 arg p_mouse_long_button_bt_discovery ,regb 
+0x0499 001760 branch timer_single_step 
+:      001762 p_mouse_long_button_bt_discovery:
+0x049a 001763 fetch mouse_flag_len ,mem_mouse_flag 
+0x049b 001764 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+0x049c 001767 fetch 2 ,mem_ui_state_map 
+0x049d 001768 isolate1 ui_state_ble_adv ,pdata 
+0x049e 001769 call mouse_stop_le_adv ,true 
+0x049f 001773 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x04a0 001774 call mouse_enable_function_flag 
+0x04a1 001775 branch mouse_long_button_bt_discovry 
+:      001777 p_mouse_null_enter_hibernate_timer:
+0x04a2 001778 fetch 1 ,mem_mouse_null_enter_hibernate_flag 
+0x04a3 001779 rtn blank 
+0x04a4 001780 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x04a5 001781 nrtn blank 
+0x04a6 001782 arg mem_mouse_null_enter_hibernate_timer ,regc 
+0x04a7 001783 arg p_mouse_null_enter_hibernate ,regb 
+0x04a8 001784 branch timer_single_step 
+:      001786 p_mouse_null_enter_hibernate:
+0x04a9 001787 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+0x04aa 001788 branch app_enter_hibernate 
+:      001997 p_mouse_seting_dpi:
+:      001998 p_mouse_seting_dpi_diff:
+0x04ab 001999 fetch 1 ,mem_config_sensor_type 
+0x04ac 002000 beq p3610 ,mouse_seting_3610_dpi 
+0x04ad 002002 beq p3065_xy ,p_mouse_seting_3065xy_dpi 
+0x04ae 002005 beq p8009 ,p_mouse_seting_8009_dpi 
+0x04af 002006 beq p8650 ,p_mouse_seting_8650_dpi 
+0x04b0 002007 beq ka8 ,p_mouse_seting_ka8_dpi 
+:      002008 p_mouse_seting_3205_dpi:
+0x04b1 002009 fetch 1 ,mem_mouse_dpi 
+0x04b2 002010 call p_mouse_3065xy_dpi_recount ,blank 
+0x04b3 002011 fetch 1 ,mem_mouse_dpi 
+0x04b4 002012 beq mouse_dpi_level2 ,p_mouse_3205_set_cpi1 
+0x04b5 002013 beq mouse_dpi_level4 ,mouse_set_cpi3 
+0x04b6 002014 branch mouse_set_cpi2 
+:      002015 p_mouse_3205_set_cpi1:
+0x04b7 002016 fetch 1 ,mem_320x_dpi_1 
+0x04b8 002017 increase -1 ,pdata 
+0x04b9 002018 branch mouse_p3205_dpi 
+:      002020 p_mouse_seting_3065xy_dpi:
+0x04ba 002021 fetch 1 ,mem_mouse_dpi 
+0x04bb 002022 call p_mouse_3065xy_dpi_recount ,blank 
+0x04bc 002023 fetch 1 ,mem_mouse_dpi 
+0x04bd 002024 beq mouse_dpi_level2 ,p_mouse_8650_8009_set_cpi1 
+0x04be 002025 beq mouse_dpi_level4 ,mouse_set_cpi3 
+0x04bf 002026 branch mouse_set_cpi2 
+:      002027 p_mouse_3065xy_dpi_recount:
+0x04c0 002028 jam mouse_dpi_level2 ,mem_mouse_dpi 
+0x04c1 002029 rtn 
+:      002039 p_mouse_seting_8009_dpi:
+:      002046 p_mouse_seting_8650_dpi:
+0x04c2 002047 fetch 1 ,mem_mouse_dpi 
+0x04c3 002048 call p_mouse_3065xy_dpi_recount ,blank 
+0x04c4 002049 fetch 1 ,mem_mouse_dpi 
+0x04c5 002050 beq mouse_dpi_level2 ,p_mouse_8650_8009_set_cpi1 
+0x04c6 002051 beq mouse_dpi_level4 ,mouse_set_cpi2 
+0x04c7 002052 branch mouse_set_cpi1 
+:      002053 p_mouse_8650_8009_set_cpi1:
+0x04c8 002054 jam 0 ,mem_mouse_cpi_count 
+0x04c9 002055 branch mouse_p3205_dpi + 3 
+:      002057 p_mouse_seting_ka8_dpi:
+0x04ca 002058 fetch 1 ,mem_mouse_dpi 
+0x04cb 002059 call p_mouse_3065xy_dpi_recount ,blank 
+0x04cc 002060 fetch 1 ,mem_mouse_dpi 
+0x04cd 002061 beq mouse_dpi_level2 ,mouse_set_cpi2 
+0x04ce 002062 beq mouse_dpi_level4 ,p_mouse_ka8_set_cpi3 
+0x04cf 002063 branch mouse_set_cpi4 
+:      002064 p_mouse_ka8_set_cpi3:
+0x04d0 002065 setarg 5 
+0x04d1 002066 branch mouse_p3205_dpi 
+:      002068 p_mouse_motion:
+0x04d2 002069 disable user 
+0x04d3 002070 setarg 0 
+0x04d4 002071 store 6 ,mem_mouse_x 
+0x04d5 002072 call p_mouse_cheak_sensor_data 
+0x04d6 002073 call mouse_zwheel 
+0x04d7 002074 call mouse_t_zwheel 
+0x04d8 002075 call p_mouse_key 
+0x04d9 002076 nrtn user 
+0x04da 002077 branch mouse_motion + 9 
+:      002080 p_mouse_cheak_sensor_data:
+0x04db 002081 fetch 1 ,mem_config_sensor_type 
+0x04dc 002084 beq p8009 ,p_mouse_p8009_sensor_motion 
+:      002085 p_mouse_p32xx_sensor_motion:
+0x04dd 002086 call mouse_clear_sensor_data 
+0x04de 002087 disable user 
+0x04df 002093 branch mouse_p32xx_sensor_motion_2 
+:      002103 p_mouse_p8009_sensor_motion:
+0x04e0 002104 call mouse_clear_sensor_data 
+0x04e1 002105 disable user 
+0x04e2 002106 fetcht 1 ,mem_sensor_data_gpio 
+0x04e3 002107 call gpio_get_bit 
+0x04e4 002108 nrtn true 
+:      002109 p_mouse_p32xx_sensor_motion_1:
+0x04e5 002110 setarg pan_reg_motion_staus 
+0x04e6 002111 call twspi_read 
+0x04e7 002112 rtnbit0 7 
+0x04e8 002113 setarg pan_reg_opration_state 
+0x04e9 002114 call twspi_read 
+0x04ea 002115 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+0x04eb 002116 setarg 0 
+0x04ec 002117 store 6 ,mem_mouse_x 
+0x04ed 002118 rtn 
+:      002120 p_mouse_key:
+0x04ee 002121 call p_mouse_check_key_gpio 
+0x04ef 002122 branch mouse_key + 1 
+:      002123 p_mouse_check_key_gpio:
+0x04f0 002124 arg 0 ,rega 
+0x04f1 002125 call p_mouse_check_lkey_gpio 
+0x04f2 002129 branch mouse_check_key_gpio + 11 
+:      002137 p_mouse_check_lkey_gpio:
+0x04f3 002138 fetcht 1 ,mem_lbutton_gpio 
+0x04f4 002139 call p_gpio_set_input_pu 
+0x04f5 002140 fetcht 1 ,mem_lbutton_gpio 
+0x04f6 002141 call gpio_get_bit 
+0x04f7 002142 setflag true ,0 ,rega 
+:      002144 p_mouse_check_rkey_gpio:
+0x04f8 002145 fetcht 1 ,mem_rbutton_gpio 
+0x04f9 002146 call p_gpio_set_input_pu 
+0x04fa 002147 fetcht 1 ,mem_rbutton_gpio 
+0x04fb 002148 call gpio_get_bit 
+0x04fc 002149 setflag true ,1 ,rega 
+:      002151 p_mouse_check_mkey_gpio:
+0x04fd 002152 fetcht 1 ,mem_mbutton_gpio 
+0x04fe 002153 call p_gpio_set_input_pu 
+0x04ff 002154 fetcht 1 ,mem_mbutton_gpio 
+0x0500 002155 call gpio_get_bit 
+0x0501 002156 setflag true ,2 ,rega 
+0x0502 002157 rtn 
+:      002172 p_gpio_set_input_pd:
+0x0503 002173 set0 gpio_active_bit ,temp 
+0x0504 002174 arg core_gpio_pu0 ,contw 
+0x0505 002175 call gpio_set_bit 
+0x0506 002176 set1 gpio_active_bit ,temp 
+0x0507 002177 arg core_gpio_pd0 ,contw 
+0x0508 002178 branch gpio_set_high_impedance + 4 
+:      002179 p_gpio_set_input_pu:
+0x0509 002180 set1 gpio_active_bit ,temp 
+0x050a 002181 arg core_gpio_pu0 ,contw 
+0x050b 002182 call gpio_set_bit 
+0x050c 002183 set0 gpio_active_bit ,temp 
+0x050d 002184 branch p_gpio_set_input_pd + 4 
+:      002186 p_mouse_bb_event_discovery_btn:
+0x050e 002187 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+0x050f 002188 jam 0 ,mem_mouse_null_enter_hibernate_timer 
+0x0510 002189 isolate1 mark_24g ,mark 
+0x0511 002190 call p_g24_check_51cmd_stop_24g ,true 
+0x0512 002191 branch mouse_bb_event_discovery_btn + 1 
+:      002193 p_le_addr_random_config:
+0x0513 002194 call load_adc_init 
+0x0514 002195 fetch 2 ,mem_0_5_adc_io_data 
+0x0515 002197 store 2 ,mem_random_addr_increase_count 
+:      002198 p_le_addr_random_store:
+:      002199 p_mouse_store_eerpom_random_addr_increase_count:
+0x0516 002200 arg 2 ,temp 
+0x0517 002201 arg mem_random_addr_increase_count ,rega 
+0x0518 002202 arg mouse_random_addr_count_eeprom_offset ,regb 
+0x0519 002203 branch iicd_write_protect_eep_data 
+:      002204 p_mouse_load_eeprom_random_addr_increase_count:
+0x051a 002205 arg 2 ,temp 
+0x051b 002206 arg mem_random_addr_increase_count ,rega 
+0x051c 002207 arg mouse_random_addr_count_eeprom_offset ,regb 
+0x051d 002208 branch iicd_read_eep_data 
+:      002216 p_mouse_start_discovery:
+0x051e 002217 jam 0 ,mem_le_send_security_request_flag 
+0x051f 002218 call p_mouse_tx_power_init 
+0x0520 002219 jam 1 ,mem_device_flag 
+0x0521 002220 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x0522 002225 call p_mouse_load_eeprom_random_addr_increase_count 
+0x0523 002226 fetcht 2 ,mem_random_addr_increase_count 
+0x0524 002227 increase 1 ,temp 
+0x0525 002228 storet 2 ,mem_random_addr_increase_count 
+0x0526 002229 storet 2 ,mem_le_lap + 1 
+0x0527 002230 call p_mouse_store_eerpom_random_addr_increase_count 
+0x0528 002231 random pdata 
+0x0529 002232 store 1 ,mem_le_lap 
+:      002233 p_mouse_start_discovery_norandom:
+0x052a 002234 call app_ble_disconnect 
+0x052b 002235 setarg 0xed8e0e 
+0x052c 002236 store 3 ,mem_le_lap + 3 
+0x052d 002237 call app_lpm_mult_disable 
+0x052e 002238 fetch 2 ,mem_discovery_timeout 
+0x052f 002239 store 2 ,mem_mouse_discovery_timer 
+0x0530 002240 jam 6 ,mem_connection_options 
+0x0531 002241 setarg 0 
+0x0532 002242 store 2 ,mem_mouse_no_data_timer 
+0x0533 002243 store 2 ,mem_mouse_direct_timer 
+0x0534 002244 arg mouse_store_eeprom_flag ,queue 
+0x0535 002245 call mouse_enable_function_flag 
+0x0536 002246 call mouse_bt_discovery_button_down_disable 
+0x0537 002249 call p_check_51cmd_adv 
+0x0538 002250 branch mouse_start_discovery_norandom + 13 
+:      002253 p_check_51cmd_adv:
+0x0539 002254 jam 0 ,mem_mouse_le_reconnect_flag 
+0x053a 002255 call p_le_check_adv_flag 
+0x053b 002256 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+0x053c 002257 istore 1 ,contr 
+0x053d 002259 arg mem_le_adv_swift_pair ,contr 
+0x053e 002260 call p_le_adv_data_update 
+0x053f 002262 branch check_51cmd_adv 
+:      002264 p_le_adv_data_update:
+0x0540 002265 arg mem_le_adv_data + 11 ,contw 
+0x0541 002266 arg 19 ,loopcnt 
+0x0542 002267 call memcpy 
+0x0543 002268 branch le_modified_name_adv 
+:      002270 p_mouse_stop_discovery:
+0x0544 002271 jam 0 ,mem_mouse_multi_led_blink_count 
+0x0545 002273 setarg 0 
+0x0546 002274 store 2 ,mem_mouse_discovery_timer 
+0x0547 002275 call p_mouse_sensor_poweron 
+0x0548 002276 branch mouse_stop_discovery + 1 
+:      002278 p_le_slave_match:
+0x0549 002279 fetch 1 ,mem_le_md_count 
+0x054a 002280 pincrease 1 
+0x054b 002281 store 1 ,mem_le_md_count 
+0x054c 002282 beq le_md_max_count ,le_slave_cont 
+0x054d 002283 call le_acknowledge 
+0x054e 002284 call le_prepare_tx 
+0x054f 002285 call power_ctrl_start 
+0x0550 002286 branch le_slave_match + 7 
+:      002288 p_le_next_adv_channel:
+0x0551 002289 fetch 1 ,mem_le_ch_mapped 
+0x0552 002290 increase 1 ,pdata 
+0x0553 002291 store 1 ,mem_le_ch_mapped 
+0x0554 002292 rtnne 40 
+0x0555 002293 jam 37 ,mem_le_ch_mapped 
+0x0556 002294 rtn 
+:      002296 p_le_receive_skip:
+0x0557 002297 call save_rssi 
+0x0558 002298 call p_rssi_signal 
+0x0559 002299 branch le_receive_skip + 2 
+:      002301 p_le_update_param:
+0x055a 002302 call p_mouse_le_conn_param_check 
+0x055b 002303 branch le_update_param + 8 
+:      002304 p_mouse_le_lpm_mult_reinit:
+0x055c 002305 fetch 1 ,mem_lpm_mult_init 
+0x055d 002306 store 1 ,mem_lpm_mult 
+:      002307 p_mouse_le_conn_param_lpm_enable:
+0x055e 002308 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x055f 002309 rtn 
+:      002311 p_mouse_le_conn_param_check:
+0x0560 002312 fetch 1 ,mem_le_new_conninterval 
+0x0561 002313 sub pdata ,le_interval_15ms ,null 
+0x0562 002314 nbranch p_mouse_le_conn_param_lpm_disable ,positive 
+0x0563 002315 fetch 1 ,mem_le_new_connslavelatency 
+0x0564 002316 fetcht 1 ,mem_lpm_mult_init 
+0x0565 002317 isub temp ,null 
+0x0566 002318 branch p_mouse_le_lpm_mult_reinit ,positive 
+0x0567 002319 fetch 1 ,mem_le_new_connslavelatency 
+0x0568 002320 store 1 ,mem_lpm_mult 
+0x0569 002321 branch p_mouse_le_conn_param_lpm_enable 
+:      002323 p_le_update_channel_map:
+0x056a 002324 fetch 1 ,mem_le_state 
+0x056b 002325 rtnbit0 lestate_update_map 
+0x056c 002326 call p_le_channel_map_overflow_check 
+0x056d 002327 nrtn user 
+0x056e 002328 branch le_update_channel_map + 3 
+:      002329 p_le_channel_map_overflow_check:
+0x056f 002330 enable user 
+0x0570 002331 fetch 1 ,mem_le_event_count + 1 
+0x0571 002332 rshift4 pdata ,pdata 
+0x0572 002333 rtnne 0x0f 
+0x0573 002334 fetch 1 ,mem_le_instant + 1 
+0x0574 002335 rshift4 pdata ,pdata 
+0x0575 002336 rtnne 0x00 
+0x0576 002337 branch disable_user 
+:      002339 p_le_prepare_tx:
+0x0577 002340 fetch 1 ,mem_le_arq 
+0x0578 002341 bbit1 wak ,p_le_prepare_tx_wak 
+0x0579 002342 call power_ctrl_pac_succ_incrs 
+0x057a 002343 fetch 1 ,mem_empty_count 
+0x057b 002344 nbranch p_le_send_empyt ,blank 
+0x057c 002345 fetch 1 ,mem_le_state 
+0x057d 002346 bbit0 lestate_encryption ,p_le_tx_4 
+0x057e 002347 fetch 1 ,mem_le_rxbuf + 1 
+0x057f 002348 branch p_le_tx_4 ,blank 
+0x0580 002349 branch le_send_empty 
+:      002350 p_le_send_empyt:
+0x0581 002351 fetch 1 ,mem_empty_count 
+0x0582 002352 increase -1 ,pdata 
+0x0583 002353 store 1 ,mem_empty_count 
+0x0584 002354 branch le_send_empty 
+:      002355 p_le_tx_4:
+0x0585 002356 fetch 1 ,mem_le_pairing_state 
+0x0586 002357 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
+0x0587 002358 jam 3 ,mem_empty_count 
+:      002359 p_in_le_tx_4:
+0x0588 002360 call le_fifo_check_nearly_full 
+0x0589 002361 call p_mouse_data_pull ,blank 
+0x058a 002362 branch le_prepare_tx + 4 
+:      002364 p_le_prepare_tx_wak:
+0x058b 002365 call p_le_check_tx_retransmit_setmd 
+0x058c 002366 branch p_le_power_ctrl_pac_succ_decrs 
+:      002368 p_le_check_tx_retransmit_setmd:
+0x058d 002369 fetch 1 ,mem_le_connect_status_flag 
+0x058e 002370 and pdata ,0x03 ,pdata 
+0x058f 002371 rtnne 0x03 
+0x0590 002372 fetch 1 ,mem_mouse_data_queue_num 
+0x0591 002373 rtn blank 
+0x0592 002374 fetch 1 ,mem_le_txlen 
+0x0593 002375 rtn blank 
+0x0594 002376 fetch 1 ,mem_le_txheader 
+0x0595 002377 set1 md ,pdata 
+0x0596 002378 store 1 ,mem_le_txheader 
+0x0597 002379 call le_set_md 
+0x0598 002380 rtn 
+:      002384 p_le_power_ctrl_pac_succ_decrs:
+0x0599 002385 branch power_ctrl_pac_succ_decrs 
+:      002387 p_mouse_le_reconn_write_enable_timer_reinit:
+0x059a 002388 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x059b 002389 rtn blank 
+0x059c 002390 fetch 1 ,mem_le_connect_status_flag 
+0x059d 002391 and pdata ,0x03 ,pdata 
+0x059e 002392 rtneq 0x03 
+0x059f 002393 jam 10 ,mem_le_start_encrypt_timer 
+0x05a0 002394 rtn 
+:      002396 p_le_parse:
+0x05a1 002397 rtnmark1 mark_old_packet 
+0x05a2 002398 call le_fifo_check_full 
+0x05a3 002399 nrtn blank 
+0x05a4 002400 fetch 1 ,mem_le_rxbuf 
+0x05a5 002401 and pdata ,0x3 ,pdata 
+0x05a6 002402 store 1 ,mem_le_packet_llid 
+0x05a7 002403 ifetch 1 ,contr 
+0x05a8 002404 and pdata ,0x1f ,pdata 
+0x05a9 002405 store 1 ,mem_le_packet_size 
+0x05aa 002406 rtn blank 
+0x05ab 002407 copy contr ,pdata 
+0x05ac 002408 store 2 ,mem_le_payload_ptr 
+0x05ad 002409 fetch 1 ,mem_le_packet_llid 
+0x05ae 002410 beq llid_le_ll ,p_le_parse_ll 
+0x05af 002411 branch le_parse_l2cap 
+:      002412 p_le_parse_ll:
+0x05b0 002413 fetch 1 ,mem_le_rxbuf + 2 
+0x05b1 002414 beq ll_channel_map_req ,p_le_parse_channel_map_req 
+0x05b2 002415 branch le_parse_ll + 1 
+:      002416 p_le_parse_channel_map_req:
+0x05b3 002417 ifetch 5 ,contr 
+0x05b4 002418 store 5 ,mem_le_new_map 
+0x05b5 002419 ifetch 2 ,contr 
+0x05b6 002420 store 2 ,mem_le_instant 
+0x05b7 002421 branch le_parse_channel_map_req + 7 
+:      002423 p_le_parse_l2cap:
+0x05b8 002424 ifetch 2 ,contr 
+0x05b9 002425 beq le_l2cap_cid_att ,p_le_parse_att 
+0x05ba 002426 beq le_l2cap_cid_smp ,p_le_parse_smp 
+0x05bb 002427 branch le_parse_l2cap + 11 
+:      002428 p_le_parse_att:
+0x05bc 002429 call store_contr 
+0x05bd 002430 call p_mouse_le_reconn_write_enable_timer_reinit 
+0x05be 002431 call get_contr 
+0x05bf 002432 ifetch 3 ,contr 
+0x05c0 002433 store 3 ,mem_le_att_opcode 
+0x05c1 002434 beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
+0x05c2 002436 rshift8 pdata ,temp 
+0x05c3 002437 sub temp ,0x24 ,null 
+0x05c4 002439 branch le_parse_att + 2 ,positive 
+0x05c5 002440 arg mem_mouse_le_uuid_sup ,temp 
+0x05c6 002441 storet 2 ,mem_ui_le_uuid_table 
+0x05c7 002442 call le_parse_att + 2 
+0x05c8 002443 setarg 0x8e7a 
+0x05c9 002444 store 2 ,mem_ui_le_uuid_table 
+0x05ca 002445 rtn 
+:      002447 p_le_parse_att_read_by_group_type_request:
+0x05cb 002448 call le_parse_att_read_by_group_type_request 
+0x05cc 002449 call le_fifo_get_last_tx_ptr 
+0x05cd 002450 increase 7 ,contr 
+0x05ce 002451 ifetch 1 ,contr 
+0x05cf 002452 rtnne attop_read_by_group_type_response 
+0x05d0 002453 increase 5 ,contr 
+0x05d1 002454 ifetch 2 ,contr 
+0x05d2 002455 arg uuid_service_hids ,temp 
+0x05d3 002456 isub temp ,null 
+0x05d4 002457 nrtn zero 
+0x05d5 002458 increase -4 ,contr 
+0x05d6 002459 setarg 0x2b 
+0x05d7 002460 istore 2 ,contr 
+0x05d8 002461 rtn 
+:      002506 p_le_parse_smp:
+0x05d9 002507 ifetch 1 ,contr 
+0x05da 002508 beq smp_pairing_request ,p_le_parse_smp_pairing_request 
+0x05db 002509 beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
+0x05dc 002510 branch le_parse_smp + 2 
+:      002512 p_le_parse_smp_pairing_request:
+0x05dd 002513 jam 1 ,mem_le_send_security_request_flag 
+0x05de 002514 branch le_parse_smp_pairing_request 
+:      002516 p_le_parse_smp_pairing_failed:
+0x05df 002517 call le_parse_smp_pairing_failed 
+0x05e0 002518 fetch 1 ,mem_le_state 
+0x05e1 002519 set0 lestate_update_param ,pdata 
+0x05e2 002520 store 1 ,mem_le_state 
+0x05e3 002521 branch le_parse_terminate_ind 
+:      002523 p_le_adv_not_match:
+0x05e4 002524 fetch 1 ,mem_le_ch_mapped 
+0x05e5 002525 bne 39 ,le_adv_loop 
+0x05e6 002526 call p_le_adv_random_delay 
+0x05e7 002527 arg le_adv_interval_timer ,queue 
+0x05e8 002528 fetch 2 ,mem_le_adv_interval 
+0x05e9 002529 branch timer_init 
+:      002530 p_le_adv_random_delay:
+0x05ea 002531 random pdata 
+0x05eb 002532 arg 0x1ff ,temp 
+0x05ec 002533 iand temp ,pdata 
+0x05ed 002534 add pdata ,250 ,pdata 
+0x05ee 002535 branch delay 
+:      002537 p_le_lpm_setmult:
+0x05ef 002538 disable wake 
+0x05f0 002539 branch p_le_lpm_set_mult_attempt ,attempt 
+0x05f1 002540 nbranch le_lpm_lost ,match 
+:      002541 p_le_lpm_set_mult_attempt:
+0x05f2 002542 call lpm_match 
+0x05f3 002543 fetch 2 ,mem_rx_window_sniff 
+0x05f4 002544 store 2 ,mem_le_receive_window 
+0x05f5 002545 fetch 1 ,mem_le_connect_status_flag 
+0x05f6 002546 compare 3 ,pdata ,3 
+0x05f7 002547 nbranch lpm_mult_short ,true 
+0x05f8 002548 branch le_lpm_set_mult_attempt + 3 
+:      002550 p_le_mouse_bb_event_connect_complete:
+0x05f9 002551 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x05fa 002552 nrtn blank 
+0x05fb 002553 fetch 1 ,mem_le_att_handle 
+0x05fc 002554 sub pdata ,26 ,pdata 
+0x05fd 002555 nrtn zero 
+0x05fe 002556 branch mouse_le_write_enable 
+:      002558 p_check_51cmd_once_continue:
+0x05ff 002559 call lmo_fifo_check 
+0x0600 002560 nbranch check_51cmd_restore ,blank 
+0x0601 002561 fetch 1 ,mem_fifo_temp 
+0x0602 002562 bmark0 mark_context ,check_51cmd_check_idle 
+0x0603 002563 beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
+0x0604 002564 branch check_51cmd_once_continue + 2 
+:      002566 p_check_51cmd_ble_update_connect_param:
+0x0605 002567 call le_fifo_check_full 
+0x0606 002568 nrtn blank 
+0x0607 002569 branch le_l2cap_tx_update_req 
+:      002572 p_twspi_reset:
+0x0608 002573 hfetch 1 ,core_gpio_out3 
+0x0609 002574 and_into 0xfd ,pdata 
+0x060a 002575 hstore 1 ,core_gpio_out3 
+0x060b 002576 hfetcht 1 ,core_gpio_oe3 
+0x060c 002577 or_into 0x2 ,temp 
+0x060d 002578 hstoret 1 ,core_gpio_oe3 
+0x060e 002579 call twspi_disable 
+0x060f 002580 and_into 0xfd ,temp 
+0x0610 002581 nop 13 
+0x0611 002582 call twspi_enable 
+0x0612 002583 hstoret 1 ,core_gpio_oe3 
+0x0613 002584 rtn 
+:      002590 power_ctrl_pac_succ_cnt_init:
+0x0614 002591 jam 1 ,mem_power_ctrl_level 
+0x0615 002592 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0x0616 002593 rtn 
+:      002594 power_ctrl_pac_succ_incrs:
+0x0617 002595 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0618 002596 increase 1 ,pdata 
+0x0619 002597 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x061a 002598 rtn 
+:      002599 power_ctrl_pac_succ_decrs:
+0x061b 002600 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x061c 002601 sub pdata ,2 ,null 
+0x061d 002602 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+0x061e 002603 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x061f 002604 rtneq 0 
+0x0620 002605 increase -1 ,pdata 
+0x0621 002606 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0622 002607 rtn 
+:      002608 power_ctrl_pac_succ_cnt_reinit:
+0x0623 002609 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+0x0624 002610 rtn 
+:      002612 power_ctrl_start:
+0x0625 002613 fetch 2 ,mem_ui_state_map 
+0x0626 002614 rtnbit1 ui_state_ble_adv 
+0x0627 002618 arg mem_rssi_signal_buf ,rega 
+0x0628 002619 call p_rssi_average 
+0x0629 002620 storet 1 ,mem_rssi_avg_received 
+0x062a 002622 setarg rssi_dis_max_24g 
+0x062b 002623 bmark1 mark_24g ,power_ctrl_start_next 
+0x062c 002624 setarg rssi_dis_max_ble 
+:      002625 power_ctrl_start_next:
+0x062d 002626 isub temp ,null 
+0x062e 002627 nbranch power_ctrl_txpower_incrs_force ,positive 
+0x062f 002629 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0630 002630 sub pdata ,2 ,null 
+0x0631 002631 nbranch power_ctrl_txpower_decrs_check ,positive 
+0x0632 002632 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0633 002633 beq 0 ,power_ctrl_txpower_incrs 
+0x0634 002634 rtn 
+:      002636 power_ctrl_txpower_decrs_check:
+0x0635 002637 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0636 002638 rtnne 32 
+0x0637 002639 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      002640 power_ctrl_txpower_decrs:
+0x0638 002641 fetcht 1 ,mem_rssi_avg_received 
+0x0639 002642 setarg rssi_dis_min_24g 
+0x063a 002643 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+0x063b 002644 setarg rssi_dis_min_ble 
+:      002645 power_ctrl_txpower_decrs_next:
+0x063c 002646 isub temp ,null 
+0x063d 002647 nrtn positive 
+0x063e 002648 fetch 1 ,mem_power_ctrl_level 
+0x063f 002649 beq 0 ,power_ctrl_decrs_level0 
+0x0640 002650 increase -1 ,pdata 
+0x0641 002651 store 1 ,mem_power_ctrl_level 
+0x0642 002652 beq 0 ,power_ctrl_decrs_level0 
+:      002653 power_ctrl_decrs_level1:
+:      002654 power_ctrl_incrs_level1:
+0x0643 002655 jam tx_power_0db ,mem_tx_power 
+0x0644 002656 rtn 
+:      002658 power_ctrl_txpower_incrs_force:
+0x0645 002659 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      002660 power_ctrl_txpower_incrs:
+0x0646 002661 fetch 1 ,mem_power_ctrl_level 
+0x0647 002662 beq 2 ,power_ctrl_incrs_level2 
+0x0648 002663 increase 1 ,pdata 
+0x0649 002664 store 1 ,mem_power_ctrl_level 
+0x064a 002665 beq 1 ,power_ctrl_incrs_level1 
+:      002666 power_ctrl_incrs_level2:
+0x064b 002668 jam tx_power_5db ,mem_tx_power 
+0x064c 002669 rtn 
+:      002671 power_ctrl_decrs_level0:
+0x064d 002672 jam tx_power_f5db ,mem_tx_power 
+0x064e 002673 rtn 
+:      002676 p_set_freq_tx:
+0x064f 002677 storet 1 ,mem_last_freq 
+0x0650 002678 add temp ,0 ,rega 
+0x0651 002679 call rf_write_freq 
+0x0652 002680 setarg param_pll_setup 
+0x0653 002681 call sleep 
+:      002682 p_rf_tx_enable:
+0x0654 002683 jam 0x1 ,rfen_adc 
+0x0655 002684 jam 0x3c ,rfen_rx 
+0x0656 002685 jam 0xe0 ,rfen_tx 
+0x0657 002686 nop 10 
+0x0658 002687 jam 0x01 ,rfen_mdm 
+0x0659 002688 jam 0x3d ,rfen_mdm 
+0x065a 002689 nop 10 
+0x065b 002690 jam 0xb7 ,rfen_sn 
+0x065c 002691 nop 10 
+0x065d 002692 jam 0x7d ,rfen_mdm 
+0x065e 002693 fetch 1 ,mem_tx_power 
+0x065f 002696 beq tx_power_5db ,p_set_tx_power_5db 
+0x0660 002698 beq tx_power_f5db ,p_set_tx_power_f5db 
+0x0661 002699 beq tx_power_pair ,p_set_tx_power_pair 
+:      002701 p_set_tx_power_0db:
+0x0662 002702 call p_rx_low_sens 
+0x0663 002704 jam 0xd0 ,0x8955 
+0x0664 002705 jam 0xe0 ,0x8956 
+0x0665 002707 jam 0x6c ,0x8958 
+0x0666 002709 branch set_tx_power_0db 
+:      002721 p_set_tx_power_5db:
+0x0667 002722 call p_rx_high_sens 
+0x0668 002724 jam 0xd0 ,0x8955 
+0x0669 002725 jam 0xe0 ,0x8956 
+0x066a 002727 jam 0x3c ,0x8958 
+0x066b 002729 branch set_tx_power_5db 
+:      002741 p_set_tx_power_f5db:
+0x066c 002742 call p_rx_low_sens 
+0x066d 002744 jam 0xd0 ,0x8955 
+0x066e 002745 jam 0xc0 ,0x8956 
+0x066f 002747 jam 0x6c ,0x8958 
+0x0670 002749 branch set_tx_power_f5db 
+:      002751 p_rx_low_sens:
+0x0671 002752 jam 0x5b ,0x894c 
+0x0672 002753 jam 0x96 ,0x894d 
+0x0673 002754 jam 0x2c ,0x894e 
+0x0674 002755 jam 0x46 ,0x894f 
+0x0675 002756 rtn 
+:      002758 p_rx_high_sens:
+0x0676 002759 jam 0xfb ,0x894c 
+0x0677 002760 jam 0xef ,0x894d 
+0x0678 002761 jam 0xec ,0x894e 
+0x0679 002762 jam 0x5e ,0x894f 
+0x067a 002763 rtn 
+:      002765 p_set_tx_power_pair:
+0x067b 002767 jam 0xc2 ,0x8956 
+0x067c 002768 jam 0xd0 ,0x8955 
+0x067d 002769 rtn 
+:      002771 p_shutdown_radio:
+0x067e 002772 force 8 ,radio_ctrl 
+0x067f 002773 branch shutdown_radio + 1 
               org 0x2000
-:      002764 start:
-0x2000 002765 call lpmstate 
-:      002767 soft_reset:
-0x2001 002768 bpatch patch00_0 ,mem_patch00 
-0x2002 002769 clear_stack 
-0x2003 002770 call spi_ncs_gpio_init 
-0x2004 002771 call initialize_radio 
-0x2005 002772 call iicd_init_12m 
-0x2006 002773 call init_param 
-0x2007 002774 call l2cap_init 
-0x2008 002775 bpatch patch00_1 ,mem_patch00 
-0x2009 002776 call rfcomm_init 
-0x200a 002777 call init_lmp 
-0x200b 002778 call ui_init 
-0x200c 002779 call app_init 
-0x200d 002780 ncall load_chip_option ,wake 
-0x200e 002781 bpatch patch00_2 ,mem_patch00 
-0x200f 002782 call app_lpm_init ,wake 
-0x2010 002783 call publickey_init 
-:      002784 soft_reset_2:
-0x2011 002785 call lpm_recover_clk ,wake 
-:      002786 main_loop:
-0x2012 002787 bpatch patch00_3 ,mem_patch00 
-0x2013 002788 call sp_calc_sequence 
-0x2014 002789 call sp_calc_sequence_256 
-0x2015 002790 call sp_calc_sequence_256_check 
-0x2016 002791 call le_dispatch 
-0x2017 002792 bpatch patch00_4 ,mem_patch00 
-0x2018 002793 call idle_dispatch 
-0x2019 002794 call app_process_idle 
-0x201a 002795 call inquiry_dispatch 
-0x201b 002796 call inquiry_scan_dispatch 
-0x201c 002797 call page_scan_dispatch 
-0x201d 002798 call connection_dispatch 
-0x201e 002799 call lpm_dispatch 
-0x201f 002800 call g24_dispatch 
-0x2020 002801 branch main_loop 
-:      002803 connection_dispatch:
-0x2021 002804 call connection_incontext 
-0x2022 002805 rtnmark0 mark_context 
-0x2023 002806 set0 mark_context ,mark 
-0x2024 002807 call context_save 
-0x2025 002808 branch le_disable 
-:      002810 connection_incontext:
-0x2026 002811 bpatch patch00_5 ,mem_patch00 
-0x2027 002812 call context_search_insniff 
-0x2028 002813 nbranch connection_nosniff ,zero 
-0x2029 002814 call context_load 
-0x202a 002815 add rega ,coffset_mode ,contr 
-0x202b 002816 ifetch 1 ,contr 
-0x202c 002817 bbit1 mode_le ,le_conn_dispatch 
-0x202d 002818 bbit1 mode_master ,master_dispatch 
-0x202e 002819 branch slave_dispatch 
-:      002820 connection_nosniff:
-0x202f 002821 call context_get_next 
-0x2030 002822 copy loopcnt ,null 
-0x2031 002823 rtn zero 
-0x2032 002824 call context_load 
-0x2033 002825 fetch 1 ,mem_state 
-0x2034 002826 bbit1 state_inpage ,master_page 
-0x2035 002827 fetch 1 ,mem_mode 
-0x2036 002828 bbit1 mode_master ,master_dispatch 
-0x2037 002829 branch slave_dispatch 
-:      002837 idle_dispatch:
-0x2038 002838 fetch 1 ,mem_hci_cmd 
-0x2039 002839 rtn blank 
-0x203a 002840 beq hci_cmd_inquiry ,idle_inquiry 
-0x203b 002841 beq hci_cmd_inquiry_cancel ,idle_inquiry_cancel 
-0x203c 002842 beq hci_cmd_remote_name_req ,idle_remote_name_req 
-0x203d 002843 beq hci_cmd_create_conn ,idle_create_conn 
-0x203e 002844 beq hci_cmd_le_create_conn ,idle_le_create_conn 
-0x203f 002845 call context_search_conn_handle 
-0x2040 002846 rtn zero 
-0x2041 002847 call context_search_plap 
-0x2042 002848 rtn zero 
-:      002849 idle_exit:
-0x2043 002850 jam 0 ,mem_hci_cmd 
-0x2044 002851 rtn 
-:      002853 idle_le_create_conn:
-0x2045 002854 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
-0x2046 002855 jam 0 ,mem_hci_cmd 
-0x2047 002856 rtn 
-:      002858 idle_inquiry:
-0x2048 002859 set1 mark_inquiry_on ,mark 
-0x2049 002860 set0 mark_inquiry_trainb ,mark 
-0x204a 002861 jam param_ninquiry ,mem_ninqy_index 
-0x204b 002862 jam 31 ,mem_nfreq_index_inq 
-0x204c 002863 branch idle_exit 
-:      002865 idle_inquiry_cancel:
-0x204d 002866 set0 mark_inquiry_on ,mark 
-0x204e 002867 force 0 ,stop_watch 
-0x204f 002868 branch idle_exit 
-:      002870 idle_remote_name_req:
-0x2050 002871 call context_search_plap 
-0x2051 002872 rtn zero 
-0x2052 002873 force lmp_name_req ,temp 
-0x2053 002874 jam 5 ,mem_nameres_cnt 
-0x2054 002875 branch idle_start_page 
-:      002877 idle_create_conn:
-0x2055 002878 bpatch patch00_6 ,mem_patch00 
-:      002879 idle_create_conn_device:
-0x2056 002880 fetch 6 ,mem_hci_plap 
-0x2057 002881 branch idle_exit ,blank 
-0x2058 002882 jam reconnect_hid ,memui_reconnect_mode 
-0x2059 002884 jam conn_sm_wait_features_res ,mem_conn_sm 
-0x205a 002885 branch idle_create_conn_cont 
-:      002887 idle_create_conn_cont:
-0x205b 002888 force lmp_version_req ,temp 
-:      002889 idle_start_page:
-0x205c 002890 bpatch patch00_7 ,mem_patch00 
-0x205d 002891 fetch 1 ,mem_page_mode 
-0x205e 002892 branch idle_page_mode_r0 ,blank 
-0x205f 002893 lshift3 pdata ,pdata 
-0x2060 002894 lshift4 pdata ,pdata 
-0x2061 002895 increase -1 ,pdata 
-:      002896 idle_page_mode_r0:
-0x2062 002897 store 1 ,mem_npage 
-0x2063 002898 store 1 ,mem_npage_index 
-0x2064 002899 jam 31 ,mem_nfreq_index_page 
-0x2065 002900 set0 mark_page_trainb ,mark 
-0x2066 002901 call context_new 
-0x2067 002902 nbranch idle_page_fail ,zero 
-0x2068 002903 call get_free_amaddr 
-0x2069 002904 store 1 ,mem_amaddr 
-0x206a 002905 storet 1 ,mem_lmo_opcode2 
-0x206b 002906 fetch 6 ,mem_hci_plap 
-0x206c 002907 store 6 ,mem_plap 
-0x206d 002908 bpatch patch01_0 ,mem_patch01 
-0x206e 002909 call timer_reinit 
-0x206f 002910 force 0 ,pdata 
-0x2070 002911 compare lmp_name_req ,temp ,0xff 
-0x2071 002912 nsetflag true ,state_init_seq ,pdata 
-0x2072 002913 set1 state_inpage ,pdata 
-0x2073 002914 store 1 ,mem_state 
-0x2074 002915 jam bt_evt_reconn_started ,mem_fifo_temp 
-0x2075 002916 call ui_ipc_send_event 
-0x2076 002917 force 0 ,pdata 
-0x2077 002918 setflag true ,smap_name_req ,pdata 
-0x2078 002919 store 1 ,mem_state_map 
-0x2079 002920 setarg 0 
-0x207a 002921 set1 mode_master ,pdata 
-0x207b 002922 store 1 ,mem_mode 
-0x207c 002923 enable master 
-0x207d 002924 call context_save 
-0x207e 002925 disable master 
-0x207f 002926 force page_length_timer ,queue 
-0x2080 002927 fetch 2 ,mem_page_to 
-0x2081 002928 call timer_init 
-0x2082 002929 branch idle_exit 
-:      002930 idle_page_fail:
-0x2083 002931 bpatch patch01_1 ,mem_patch01 
-0x2084 002932 fetch 6 ,mem_hci_plap 
-0x2085 002933 store 6 ,mem_plap 
-0x2086 002934 compare lmp_name_req ,temp ,0xff 
-0x2087 002935 branch idle_name_fail ,true 
-0x2088 002936 branch idle_exit 
-:      002937 idle_name_fail:
-0x2089 002938 arg mem_tmp_buffer ,contw 
-0x208a 002939 arg 8 ,loopcnt 
-0x208b 002940 call memset0 
-0x208c 002941 jam bt_evt_reconn_failed ,mem_fifo_temp 
-0x208d 002942 call ui_ipc_send_event 
-0x208e 002943 branch idle_exit 
-:      002950 inquiry_dispatch:
-0x208f 002951 rtnmark0 mark_inquiry_on 
-0x2090 002952 force inquiry_length_timer ,queue 
-0x2091 002953 call timer_check 
-0x2092 002954 nsetflag blank ,mark_inquiry_on ,mark 
-0x2093 002955 nbranch inquiry_start ,blank 
-0x2094 002956 rtn 
-:      002960 inquiry_start:
-0x2095 002961 bpatch patch01_2 ,mem_patch01 
-0x2096 002962 fetcht 2 ,mem_inq_window 
-0x2097 002963 force 4 ,queue 
-0x2098 002964 call sniff_check_window 
-0x2099 002965 rtn user 
-0x209a 002966 call afh_clear 
-0x209b 002967 force 0 ,freq_mode 
-:      002968 inquiry_restart:
-0x209c 002969 rtn timeout 
-0x209d 002970 set0 mark_fhs_already_good ,mark 
-0x209e 002971 set0 mark_fhs_eir ,mark 
-:      002972 inquiry_rx_restart:
-0x209f 002973 add clkn_bt ,1 ,bt_clk 
-0x20a0 002974 isolate1 mark_inquiry_trainb ,mark 
-0x20a1 002975 setflag true ,2 ,freq_mode 
-0x20a2 002976 compare 0x00 ,bt_clk ,0x02 
-0x20a3 002977 nbranch inquiry_receive ,true 
-:      002979 inquiry_transmit:
-0x20a4 002980 bpatch patch01_3 ,mem_patch01 
-0x20a5 002981 fetch 1 ,mem_inquiry_transmit 
-0x20a6 002982 increase 1 ,pdata 
-0x20a7 002983 store 1 ,mem_inquiry_transmit 
-0x20a8 002984 call fetch_giac 
-0x20a9 002985 call tx_radio_freq 
-0x20aa 002986 call fetch_diac 
-0x20ab 002987 call start_transmitter 
-0x20ac 002988 call start_tx_native 
-0x20ad 002989 call send_access_word 
-0x20ae 002990 call end_of_packet 
-0x20af 002991 call inquiry_check_train 
-0x20b0 002992 branch inquiry_restart 
-:      002994 inquiry_check_train:
-0x20b1 002995 bpatch patch01_4 ,mem_patch01 
-0x20b2 002996 fetch 1 ,mem_nfreq_index_inq 
-0x20b3 002997 increase -1 ,pdata 
-0x20b4 002998 store 1 ,mem_nfreq_index_inq 
-0x20b5 002999 rtn positive 
-0x20b6 003000 jam 31 ,mem_nfreq_index_inq 
-0x20b7 003001 fetch 1 ,mem_ninqy_index 
-0x20b8 003002 increase -1 ,pdata 
-0x20b9 003003 store 1 ,mem_ninqy_index 
-0x20ba 003004 rtn positive 
-0x20bb 003005 setflip mark_inquiry_trainb ,mark 
-0x20bc 003006 jam param_ninquiry ,mem_ninqy_index 
-0x20bd 003007 rtn 
-:      003009 inquiry_receive:
-0x20be 003010 bpatch patch01_5 ,mem_patch01 
-0x20bf 003011 call fetch_giac 
-0x20c0 003012 call rx_radio_freq 
-0x20c1 003013 call fetch_diac 
-0x20c2 003014 call start_rx_native 
-0x20c3 003015 call start_receiver 
-0x20c4 003016 call wait_access_clkn_rt 
-0x20c5 003017 branch inquiry_sync ,sync 
-0x20c6 003018 call inquiry_check_train 
-0x20c7 003019 branch inquiry_rx_restart 
-:      003020 inquiry_sync:
-0x20c8 003021 bpatch patch01_6 ,mem_patch01 
-0x20c9 003022 call save_rssi 
-0x20ca 003023 call scan_mode_whiten 
-0x20cb 003024 call receive_packet_whitened 
-0x20cc 003025 set0 mark_rxbuf_inuse ,mark 
-0x20cd 003026 rtnmark0 mark_fhs_already_good 
-:      003027 inquiry_receive_rtn:
-0x20ce 003028 bpatch patch01_7 ,mem_patch01 
-:      003029 inquiry_receive_eir_rtn:
-0x20cf 003030 fetch 1 ,mem_inquiry_rcv 
-0x20d0 003031 increase 1 ,pdata 
-0x20d1 003032 store 1 ,mem_inquiry_rcv 
-0x20d2 003033 rtn 
-:      003041 master_page:
-0x20d3 003042 bpatch patch02_0 ,mem_patch02 
-0x20d4 003043 enable master 
-0x20d5 003044 enable clknt 
-0x20d6 003045 fetch 2 ,mem_page_interval 
-0x20d7 003046 branch master_page_no_interval ,blank 
-0x20d8 003047 force page_interval_timer ,queue 
-0x20d9 003048 call timer_check 
-0x20da 003049 nrtn blank 
-:      003050 master_page_no_interval:
-0x20db 003051 bpatch patch02_1 ,mem_patch02 
-0x20dc 003052 fetcht 2 ,mem_page_window 
-0x20dd 003053 force 40 ,queue 
-0x20de 003054 call sniff_check_window 
-0x20df 003055 branch page_exit ,user 
-0x20e0 003056 force page_length_timer ,queue 
-0x20e1 003057 call timer_check 
-0x20e2 003058 nbranch page_start ,blank 
-0x20e3 003059 fetch 1 ,mem_state_map 
-0x20e4 003060 bbit1 smap_name_req ,master_npage_timeout 
-0x20e5 003061 branch master_page_timeout 
-:      003062 master_npage_timeout:
-0x20e6 003063 arg mem_tmp_buffer ,contw 
-0x20e7 003064 arg 8 ,loopcnt 
-0x20e8 003065 call memset0 
-:      003066 master_page_timeout:
-0x20e9 003067 bpatch patch02_2 ,mem_patch02 
-0x20ea 003068 jam 0 ,mem_state 
-0x20eb 003069 call init_lmp_work 
-0x20ec 003070 jam 0 ,memui_reconnect_mode 
-0x20ed 003071 jam bt_evt_reconn_page_timeout ,mem_fifo_temp 
-0x20ee 003072 call ui_ipc_send_event 
-0x20ef 003073 branch page_exit 
-:      003075 page_start:
-0x20f0 003076 bpatch patch02_3 ,mem_patch02 
-0x20f1 003077 force 0 ,timeup 
-0x20f2 003078 until clkn_rt ,meet 
-0x20f3 003079 fetch 1 ,mem_page_clk 
-0x20f4 003080 increase -1 ,pdata 
-0x20f5 003081 ixor clkn_bt ,pdata 
-0x20f6 003082 compare 0 ,pdata ,3 
-0x20f7 003083 nbranch page_start ,true 
-0x20f8 003084 deposit am_addr 
-0x20f9 003085 store 1 ,mem_fhs_am_addr 
-0x20fa 003086 force 0 ,n_tx_slot 
-0x20fb 003087 force 0 ,freq_mode 
-:      003089 page_restart:
-0x20fc 003090 bpatch patch02_4 ,mem_patch02 
-0x20fd 003091 branch page_exit ,timeout 
-0x20fe 003092 call fetch_page_bt_adr 
-0x20ff 003093 arg param_rf_setup ,timeup 
-0x2100 003094 until clkn_rt ,meet 
-:      003095 page_rx_restart:
-0x2101 003096 bpatch patch02_5 ,mem_patch02 
-0x2102 003097 fetch 4 ,mem_page_clk 
-0x2103 003098 iforce bt_clk 
-0x2104 003099 increase 1 ,pdata 
-0x2105 003100 store 4 ,mem_page_clk 
-0x2106 003101 isolate1 mark_page_trainb ,mark 
-0x2107 003102 setflag true ,2 ,freq_mode 
-0x2108 003103 compare 0x00 ,bt_clk ,0x02 
-0x2109 003104 nbranch page_receive ,true 
-0x210a 003105 fetch 1 ,mem_page_transmit 
-0x210b 003106 increase 1 ,pdata 
-0x210c 003107 store 1 ,mem_page_transmit 
-0x210d 003108 call tx_radio_freq 
-0x210e 003109 call start_transmitter 
-0x210f 003110 call start_tx_native 
-0x2110 003111 call send_access_word 
-0x2111 003112 call end_of_packet 
-0x2112 003113 call page_check_train 
-0x2113 003114 branch page_restart 
-:      003115 page_exit:
-0x2114 003116 bpatch patch02_6 ,mem_patch02 
-0x2115 003117 disable master 
-0x2116 003118 fetch 2 ,mem_page_interval 
-0x2117 003119 rtn blank 
-0x2118 003120 force page_interval_timer ,queue 
-0x2119 003121 branch timer_init 
-:      003123 page_check_train:
-0x211a 003124 bpatch patch02_7 ,mem_patch02 
-0x211b 003125 fetch 1 ,mem_nfreq_index_page 
-0x211c 003126 increase -1 ,pdata 
-0x211d 003127 store 1 ,mem_nfreq_index_page 
-0x211e 003128 rtn positive 
-0x211f 003129 jam 31 ,mem_nfreq_index_page 
-0x2120 003130 fetch 1 ,mem_npage_index 
-0x2121 003131 increase -1 ,pdata 
-0x2122 003132 store 1 ,mem_npage_index 
-0x2123 003133 rtn positive 
-0x2124 003134 setflip mark_page_trainb ,mark 
-0x2125 003135 fetch 1 ,mem_npage 
-0x2126 003136 store 1 ,mem_npage_index 
-0x2127 003137 rtn 
-:      003139 page_receive:
-0x2128 003140 bpatch patch03_0 ,mem_patch03 
-0x2129 003141 call rx_radio_freq 
-0x212a 003142 call start_rx_native 
-0x212b 003143 call start_receiver 
-0x212c 003144 call wait_access_clkn_rt 
-0x212d 003145 branch page_sync ,sync 
-0x212e 003146 call page_check_train 
-0x212f 003147 branch page_rx_restart 
-:      003148 page_sync:
-0x2130 003149 call end_of_packet 
-0x2131 003150 fetch 1 ,mem_page_rcv 
-0x2132 003151 increase 1 ,pdata 
-0x2133 003152 store 1 ,mem_page_rcv 
-0x2134 003153 force 0 ,stop_watch 
-0x2135 003154 fetch 4 ,mem_page_clk 
-:      003155 page_send_fhs:
-0x2136 003156 bpatch patch03_1 ,mem_patch03 
-0x2137 003157 call rf_setup_time_master_slot 
-0x2138 003158 call fetch_page_bt_adr 
-0x2139 003159 increase 1 ,n_tx_slot 
-:      003160 page_send_fhs_continue:
-0x213a 003161 and_into 0x1fd ,bt_clk 
-0x213b 003162 and_into 0x1fc ,freq_mode 
-0x213c 003163 call tx_radio_freq 
-0x213d 003164 call start_transmitter 
-0x213e 003165 call start_tx_native 
-0x213f 003166 call send_access_word 
-0x2140 003167 deposit clkn_bt 
-0x2141 003168 store 4 ,mem_clkn_bt 
-0x2142 003169 force 0 ,am_addr 
-0x2143 003170 force type_fhs ,type 
-0x2144 003171 call scan_mode_whiten 
-0x2145 003172 call transmit_packet_whitened 
-:      003173 page_wait_fhs_reply:
-0x2146 003174 bpatch patch03_2 ,mem_patch03 
-0x2147 003175 call rf_setup_time_slave_slot 
-0x2148 003176 or_into 0x02 ,bt_clk 
-0x2149 003177 and_into 0x1fc ,freq_mode 
-0x214a 003178 call rx_radio_freq 
-0x214b 003179 call start_rx_native 
-0x214c 003180 call start_receiver 
-0x214d 003181 call wait_access_clkn_rt 
-0x214e 003182 call end_of_packet ,sync 
-0x214f 003183 branch page_wait_fhs_reply_ok ,sync 
-0x2150 003184 fetch 1 ,mem_fhs_wait_counter 
-0x2151 003185 branch page_restart ,blank 
-0x2152 003186 increase -1 ,pdata 
-0x2153 003187 store 1 ,mem_fhs_wait_counter 
-0x2154 003188 branch page_send_fhs 
-:      003190 page_wait_fhs_reply_ok:
-0x2155 003191 bpatch patch03_3 ,mem_patch03 
-0x2156 003192 fetch 1 ,mem_page_rcv_fhs 
-0x2157 003193 increase 1 ,pdata 
-0x2158 003194 store 1 ,mem_page_rcv_fhs 
-0x2159 003195 call prepare_newconn 
-:      003196 master_newconn_loop:
-0x215a 003197 call master_newconn_once 
-0x215b 003198 branch newconn_poll_responded ,sync 
-0x215c 003199 call new_conn_timeout 
-0x215d 003200 nbranch master_newconn_loop ,blank 
-0x215e 003201 branch page_restart 
-:      003203 newconn_poll_responded:
-0x215f 003204 bpatch patch03_4 ,mem_patch03 
-0x2160 003205 fetch 1 ,mem_state 
-0x2161 003206 set0 state_inpage ,pdata 
-0x2162 003207 store 1 ,mem_state 
-0x2163 003208 call newconn_init 
-0x2164 003209 disable master 
-0x2165 003210 rtn 
-:      003213 master_dispatch:
-0x2166 003214 bpatch patch03_5 ,mem_patch03 
-0x2167 003215 enable master 
-0x2168 003216 enable clknt 
-0x2169 003217 call role_switch_master 
-0x216a 003218 rtn user 
-0x216b 003219 call check_bt_disabled 
-0x216c 003220 call rf_setup_time_master_slot 
-0x216d 003221 add clkn_bt ,1 ,bt_clk 
-0x216e 003222 call fetch_self_bt_adr 
-0x216f 003223 force 0x03 ,freq_mode 
-0x2170 003224 call scheduler_tx_l2cap_pkt 
-0x2171 003225 call prepare_tx 
-0x2172 003226 call tx_radio_freq 
-0x2173 003227 call start_transmitter 
-0x2174 003228 call start_tx_native 
-0x2175 003229 call send_access_word 
-0x2176 003230 call transmit_packet 
-:      003231 master_loop:
-0x2177 003232 bpatch patch03_6 ,mem_patch03 
-0x2178 003233 call parse_lmp 
-0x2179 003234 call master_conn_recv_packet 
-0x217a 003235 nbranch master_notmatch ,match 
-0x217b 003236 call supervision_flush 
-0x217c 003237 call parse_l2cap 
-0x217d 003238 fetch 1 ,mem_master_rcvcnt 
-0x217e 003239 increase 1 ,pdata 
-0x217f 003240 store 1 ,mem_master_rcvcnt 
-:      003241 master_notmatch:
-0x2180 003242 bpatch patch03_7 ,mem_patch03 
-0x2181 003243 call scheduler_process 
-0x2182 003244 call check_master_disconnect 
-0x2183 003245 nrtn master 
-0x2184 003246 call check_attempt 
-0x2185 003247 nbranch master_attempt ,blank 
-:      003248 master_exit:
-0x2186 003249 disable master 
-0x2187 003250 rtn 
-:      003252 master_attempt:
-0x2188 003253 call prepare_tx 
-0x2189 003254 call master_conn_send_packet 
-0x218a 003255 branch master_loop 
-:      003258 check_master_disconnect:
-0x218b 003259 branch check_master_match ,match 
-0x218c 003260 call supervision_update 
-0x218d 003261 branch master_disconnect ,positive 
-:      003262 check_master_match:
-0x218e 003263 call check_disconnect_timeout 
-0x218f 003264 nbranch master_disconnect ,user 
-0x2190 003265 fetch 1 ,mem_state_map 
-0x2191 003266 rtnbit0 smap_name_req 
-0x2192 003267 rtnbit1 smap_name_res 
-0x2193 003268 fetch 1 ,mem_op 
-0x2194 003269 rtnbit1 op_disconn 
-0x2195 003270 call conn_timer_expired 
-0x2196 003271 nrtn blank 
-0x2197 003272 fetch 1 ,mem_nameres_cnt 
-0x2198 003273 increase -1 ,pdata 
-0x2199 003274 store 1 ,mem_nameres_cnt 
-0x219a 003275 nrtn blank 
-0x219b 003276 branch lmp_disconnect 
-:      003278 master_disconnect:
-0x219c 003279 bpatch patch04_0 ,mem_patch04 
-0x219d 003280 call quit_connection 
-0x219e 003281 disable master 
-0x219f 003282 fetch 1 ,mem_state_map 
-0x21a0 003283 bbit1 smap_name_req ,master_name_disconnect 
-0x21a1 003284 rtn 
-:      003286 master_name_disconnect:
-0x21a2 003287 fetch 1 ,mem_state_map 
-0x21a3 003288 rtnbit1 smap_name_res 
-:      003289 master_name_error:
-0x21a4 003290 arg mem_tmp_buffer ,contw 
-0x21a5 003291 arg 8 ,loopcnt 
-0x21a6 003292 branch memset0 
-:      003294 check_disconnect_timeout:
-0x21a7 003295 bpatch patch04_1 ,mem_patch04 
-0x21a8 003296 enable user 
-0x21a9 003297 fetch 1 ,mem_op 
-0x21aa 003298 rtnbit0 op_disconn 
-0x21ab 003299 call conn_timer_expired 
-0x21ac 003300 nrtn blank 
-0x21ad 003301 branch disable_user 
-:      003303 conn_timer_expired:
-0x21ae 003304 fetch 1 ,mem_conn_timer 
-0x21af 003305 increase -1 ,pdata 
-0x21b0 003306 store 1 ,mem_conn_timer 
-0x21b1 003307 rtn 
-:      003309 linkkey_ready:
-0x21b2 003310 bpatch patch04_2 ,mem_patch04 
-0x21b3 003311 fetch 1 ,mem_state 
-0x21b4 003312 bbit1 state_linkkey ,linkkey_set 
-0x21b5 003313 fetch 1 ,mem_pairing_auth 
-0x21b6 003314 branch linkkey_set ,blank 
-0x21b7 003315 jam defalt_pairing_auth ,mem_pairing_auth 
-0x21b8 003316 jam bt_evt_linkkey_generate ,mem_fifo_temp 
-0x21b9 003317 call ui_ipc_send_event 
-0x21ba 003318 branch linkkey_set 
-:      003319 linkkey_set:
-0x21bb 003320 bpatch patch04_3 ,mem_patch04 
-0x21bc 003321 call context_traverse_linkkey 
-0x21bd 003322 fetch 1 ,mem_state 
-0x21be 003323 set1 state_linkkey ,pdata 
-0x21bf 003324 store 1 ,mem_state 
-0x21c0 003325 jam 1 ,mem_link_key_exists 
-0x21c1 003326 fetch 1 ,mem_conn_sm 
-0x21c2 003327 bne conn_sm_pairing ,linkkey_set_continue 
-:      003328 linkkey_set_continue:
-0x21c3 003329 rtn 
-:      003331 generate_linkkey_continue:
-0x21c4 003332 jam pairing_auth ,mem_pairing_auth 
-:      003333 clear_linkstate:
-0x21c5 003334 fetch 1 ,mem_state 
-0x21c6 003335 set0 state_linkkey ,pdata 
-0x21c7 003336 store 1 ,mem_state 
-0x21c8 003337 rtn 
-:      003341 role_switch_check:
-0x21c9 003342 bpatch patch04_4 ,mem_patch04 
-0x21ca 003343 disable user 
-0x21cb 003344 fetch 2 ,mem_tsniff 
-0x21cc 003345 arg 0xffff ,temp 
-0x21cd 003346 isub temp ,null 
-0x21ce 003347 nrtn zero 
-0x21cf 003348 fetch 4 ,mem_sniff_anchor 
-0x21d0 003349 branch role_switch_clkn ,clknt 
-0x21d1 003350 isub clke_bt ,pdata 
-0x21d2 003351 branch role_switch_clke 
-:      003352 role_switch_clkn:
-0x21d3 003353 isub clkn_bt ,pdata 
-:      003354 role_switch_clke:
-0x21d4 003355 sub pdata ,4 ,null 
-0x21d5 003356 nrtn positive 
-0x21d6 003357 force 0 ,pdata 
-0x21d7 003358 store 2 ,mem_tsniff 
-0x21d8 003359 branch enable_user 
-:      003363 role_switch_prepare:
-0x21d9 003364 copy pdata ,temp 
-0x21da 003365 bpatch patch04_5 ,mem_patch04 
-0x21db 003366 storet 4 ,mem_sniff_anchor 
-:      003367 role_switch_prepare0:
-0x21dc 003368 jam switch_flag_accept ,mem_switch_flag 
-0x21dd 003369 setarg 0xffff 
-0x21de 003370 store 2 ,mem_tsniff 
-0x21df 003371 jam 1 ,mem_sniff_attempt 
-0x21e0 003372 rtn 
-:      003375 role_switch_master:
-0x21e1 003376 bpatch patch04_6 ,mem_patch04 
-0x21e2 003377 call role_switch_check 
-0x21e3 003378 nrtn user 
-0x21e4 003379 disable user 
-0x21e5 003380 jam param_newconnto ,mem_newconnto_counter 
-0x21e6 003381 set0 mark_fhs_already_good ,mark 
-:      003382 roles_waitfhs_loop:
-0x21e7 003383 call rf_setup_time_master_slot 
-0x21e8 003384 call master_recv_packet 
-0x21e9 003385 bmark1 mark_fhs_already_good ,roles_replyto_fhs 
-0x21ea 003386 call new_conn_timeout 
-0x21eb 003387 nbranch roles_waitfhs_loop ,blank 
-:      003388 role_switch_fail_master:
-0x21ec 003389 bpatch patch04_7 ,mem_patch04 
-0x21ed 003390 disable user 
-0x21ee 003391 deposit clkn_bt 
-0x21ef 003392 store 4 ,mem_next_btclk 
-0x21f0 003393 enable clknt 
-0x21f1 003394 enable master 
-0x21f2 003395 jam bt_evt_switch_fail_master ,mem_fifo_temp 
-0x21f3 003396 branch ui_ipc_send_event 
-:      003398 roles_replyto_fhs:
-0x21f4 003399 bpatch patch05_0 ,mem_patch05 
-0x21f5 003400 call rf_setup_time_slave_slot 
-0x21f6 003401 arg type_id ,type 
-0x21f7 003402 call master_send_packet 
-0x21f8 003403 disable clknt 
-0x21f9 003404 disable master 
-0x21fa 003405 call apply_switch_clke 
-0x21fb 003406 call prepare_newconn 
-:      003407 roles_newconns_loop:
-0x21fc 003408 bpatch patch05_1 ,mem_patch05 
-0x21fd 003409 call slave_newconn_once 
-0x21fe 003410 branch roles_newconns_responded ,match 
-0x21ff 003411 call new_conn_timeout 
-0x2200 003412 nbranch roles_newconns_loop ,blank 
-0x2201 003413 branch role_switch_fail_master 
-:      003414 roles_newconns_responded:
-0x2202 003415 fetch 1 ,mem_mode 
-0x2203 003416 set0 mode_master ,pdata 
-0x2204 003417 store 1 ,mem_mode 
-0x2205 003418 call supervision_flush 
-0x2206 003419 call calc_clke_offset 
-0x2207 003420 enable user 
-0x2208 003421 jam bt_evt_switch_success_master ,mem_fifo_temp 
-0x2209 003422 branch ui_ipc_send_event 
-:      003427 context_load:
-0x220a 003428 bpatch patch05_2 ,mem_patch05 
-0x220b 003429 set1 mark_context ,mark 
-0x220c 003430 deposit rega 
-0x220d 003431 store 2 ,mem_context_ptr 
-0x220e 003432 force context_size ,loopcnt 
-0x220f 003433 arg mem_le_state ,contw 
-0x2210 003434 add rega ,coffset_mode ,contr 
-0x2211 003435 ifetch 1 ,contr 
-0x2212 003436 copy rega ,contr 
-0x2213 003437 bbit1 mode_le ,memcpy 
-0x2214 003438 arg mem_state ,contw 
-0x2215 003439 call memcpy 
-0x2216 003440 disable attempt 
-0x2217 003441 fetch 1 ,mem_amaddr 
-0x2218 003442 iforce am_addr 
-0x2219 003443 jam 1 ,mem_current_sniff_attempt 
-0x221a 003444 branch context_load_master ,master 
-0x221b 003445 jam 1 ,mem_current_sniff_attempt 
-:      003446 context_load_master:
-0x221c 003447 fetch 1 ,mem_state 
-0x221d 003448 rtnbit0 state_insniff 
-0x221e 003449 fetch 1 ,mem_sniff_attempt 
-0x221f 003450 store 1 ,mem_current_sniff_attempt 
-0x2220 003451 fetch 1 ,mem_sniff_timeout 
-0x2221 003452 store 1 ,mem_current_sniff_timeout 
-0x2222 003453 rtn 
-:      003455 context_save:
-0x2223 003456 bpatch patch05_3 ,mem_patch05 
-0x2224 003457 fetch 2 ,mem_context_ptr 
-0x2225 003458 iforce contw 
-0x2226 003459 force context_size ,loopcnt 
-0x2227 003460 arg mem_le_state ,contr 
-0x2228 003461 branch memcpy ,le 
-0x2229 003462 arg mem_state ,contr 
-0x222a 003463 branch memcpy 
-:      003467 context_get_next:
-0x222b 003468 arg context_num ,loopcnt 
-0x222c 003469 fetcht 1 ,mem_current_context 
-:      003470 context_get_next_loop:
-0x222d 003471 increase 1 ,temp 
-0x222e 003472 compare context_num ,temp ,0xff 
-0x222f 003473 nbranch context_get_next_cont ,true 
-0x2230 003474 arg 0 ,temp 
-:      003475 context_get_next_cont:
-0x2231 003476 storet 1 ,mem_current_context 
-0x2232 003477 mul32 temp ,context_size ,pdata 
-0x2233 003478 arg mem_context ,rega 
-0x2234 003479 iadd rega ,rega 
-0x2235 003480 ifetch 1 ,rega 
-0x2236 003481 bbit1 state_insniff ,context_get_next_sniff 
-0x2237 003482 rtnbit1 state_inconn 
-0x2238 003483 rtnbit1 state_inpage 
-:      003484 context_get_next_sniff:
-0x2239 003485 loop context_get_next_loop 
-0x223a 003486 rtn 
-:      003488 context_new:
-0x223b 003489 bpatch patch05_4 ,mem_patch05 
-0x223c 003490 arg context_search_empty ,regc 
-0x223d 003491 call context_search 
-0x223e 003492 nrtn zero 
-0x223f 003493 deposit rega 
-0x2240 003494 store 2 ,mem_context_ptr 
-0x2241 003495 force 0 ,null 
-0x2242 003496 rtn 
-:      003500 context_check_all_wack:
-0x2243 003501 call check_esco_amaddr 
-0x2244 003502 branch context_check_esco_wack ,true 
-0x2245 003503 fetch 2 ,mem_context_ptr 
-0x2246 003504 add pdata ,coffset_arq ,contw 
-0x2247 003505 fetch 1 ,mem_arq 
-0x2248 003506 istore 1 ,contw 
-0x2249 003507 arg context_check_a_wack ,regc 
-0x224a 003508 branch context_search 
-:      003510 context_check_esco_wack:
-0x224b 003511 fetch 1 ,mem_arq 
-0x224c 003512 isolate1 wack ,pdata 
-0x224d 003513 branch context_esco_wack ,true 
-0x224e 003514 force 1 ,null 
-0x224f 003515 rtn 
-:      003516 context_esco_wack:
-0x2250 003517 force 0 ,null 
-0x2251 003518 rtn 
-:      003521 context_check_idle:
-0x2252 003522 arg context_check_inconn ,regc 
-0x2253 003523 branch context_search 
-:      003525 context_traverse_linkkey:
-0x2254 003526 fetcht 2 ,mem_context_ptr 
-0x2255 003527 arg context_traverse_clearkey ,regc 
-0x2256 003528 branch context_search 
-:      003532 context_search_conn_handle:
-0x2257 003533 fetcht 1 ,mem_hci_conn_handle 
-:      003534 context_search_conn_handle2:
-0x2258 003535 arg context_search_handle ,regc 
-0x2259 003536 branch context_search 
-:      003538 context_search_plap:
-0x225a 003539 bpatch patch05_5 ,mem_patch05 
-0x225b 003540 fetcht 6 ,mem_hci_plap 
-:      003541 context_search_plap2:
-0x225c 003542 arg context_search_lap ,regc 
-0x225d 003543 branch context_search 
-:      003545 context_search_insniff:
-0x225e 003546 arg context_search_sniff ,regc 
-0x225f 003547 branch context_search 
-:      003549 context_search_sniff_window:
-0x2260 003550 arg context_search_window ,regc 
-:      003551 context_search:
-0x2261 003552 bpatch patch05_6 ,mem_patch05 
-0x2262 003553 arg mem_context ,rega 
-0x2263 003554 arg context_num ,loopcnt 
-:      003555 context_search_loop:
-0x2264 003556 ifetch 1 ,rega 
-0x2265 003557 copy regc ,pc 
-:      003558 context_search_next:
-0x2266 003559 increase context_size ,rega 
-0x2267 003560 loop context_search_loop 
-0x2268 003561 force 1 ,null 
-0x2269 003562 rtn 
-:      003564 context_search_empty:
-0x226a 003565 bbit1 state_inconn ,context_search_next 
-0x226b 003566 bbit1 state_inpage ,context_search_next 
-0x226c 003567 force 0 ,null 
-0x226d 003568 rtn 
-:      003570 context_search_lap:
-0x226e 003571 bbit1 state_inpage ,context_search_lap_cont 
-0x226f 003572 bbit0 state_inconn ,context_search_next 
-:      003573 context_search_lap_cont:
-0x2270 003574 add rega ,coffset_plap ,contr 
-0x2271 003575 ifetch 6 ,contr 
-0x2272 003576 isub temp ,null 
-0x2273 003577 rtn zero 
-0x2274 003578 branch context_search_next 
-:      003580 context_search_handle:
-0x2275 003581 bbit0 state_inconn ,context_search_next 
-0x2276 003582 add rega ,coffset_conn_handle ,contr 
-0x2277 003583 ifetch 1 ,contr 
-0x2278 003584 isub temp ,null 
-0x2279 003585 rtn zero 
-0x227a 003586 branch context_search_next 
-:      003588 context_search_sniff:
-0x227b 003589 bbit0 state_insniff ,context_search_next 
-:      003590 context_search_sniff_loop:
-0x227c 003591 call context_get_anchor 
-0x227d 003592 call sign_pdata_temp 
-0x227e 003593 isub temp ,pdata 
-0x227f 003594 increase 1 ,pdata 
-0x2280 003595 branch context_search_sniff_miss ,positive 
-0x2281 003596 copy contr ,regb 
-0x2282 003597 store 9 ,mem_temp 
-0x2283 003598 fetch 1 ,mem_le_sc_calc 
-0x2284 003599 nbranch context_search_sniff_sc ,blank 
-0x2285 003600 fetch 9 ,mem_temp 
-0x2286 003601 copy regb ,contr 
-0x2287 003602 increase 5 ,pdata 
-0x2288 003603 branch context_search_meet1 
-:      003604 context_search_sniff_sc:
-0x2289 003605 fetch 9 ,mem_temp 
-0x228a 003606 copy regb ,contr 
-0x228b 003607 increase 20 ,pdata 
-:      003608 context_search_meet1:
-0x228c 003609 nbranch context_search_next ,positive 
-:      003610 context_search_meet:
-0x228d 003611 copy temp ,bt_clk 
-0x228e 003612 call context_next_anchor 
-0x228f 003613 force 0 ,null 
-0x2290 003614 rtn 
-:      003617 context_search_sniff_miss:
-0x2291 003618 iforce regb 
-0x2292 003619 add rega ,coffset_tsniff ,contr 
-0x2293 003620 ifetch 2 ,contr 
-0x2294 003621 branch context_search_meet ,blank 
-0x2295 003622 call context_next_anchor 
-0x2296 003623 branch context_search_sniff_loop 
-:      003625 sign_pdata_temp:
-0x2297 003626 rshift16 pdata ,timeup 
-0x2298 003627 rshift8 timeup ,timeup 
-0x2299 003628 branch sign_pdata_temp_p0 ,zero 
-0x229a 003629 compare 0xf ,timeup ,0xf 
-0x229b 003630 nrtn true 
-0x229c 003631 rshift16 temp ,timeup 
-0x229d 003632 rshift8 timeup ,timeup 
-0x229e 003633 nrtn zero 
-0x229f 003634 set1 28 ,temp 
-0x22a0 003635 rtn 
-:      003636 sign_pdata_temp_p0:
-0x22a1 003637 rshift16 temp ,timeup 
-0x22a2 003638 rshift8 timeup ,timeup 
-0x22a3 003639 compare 0xf ,timeup ,0xf 
-0x22a4 003640 nrtn true 
-0x22a5 003641 set1 28 ,pdata 
-0x22a6 003642 rtn 
-:      003644 context_check_inconn:
-0x22a7 003645 bbit0 state_inconn ,context_search_next 
-0x22a8 003646 force 0 ,null 
-0x22a9 003647 rtn 
-:      003649 context_check_a_wack:
-0x22aa 003650 bbit0 state_inconn ,context_search_next 
-0x22ab 003651 add rega ,coffset_mode ,contr 
-0x22ac 003652 ifetch 1 ,contr 
-0x22ad 003653 bbit1 mode_le ,context_search_next 
-0x22ae 003654 add rega ,coffset_arq ,contr 
-0x22af 003655 ifetch 1 ,contr 
-0x22b0 003656 bbit0 wack ,context_search_next 
-0x22b1 003657 force 0 ,null 
-0x22b2 003658 rtn 
-:      003660 context_get_anchor:
-0x22b3 003661 add rega ,coffset_mode ,contr 
-0x22b4 003662 ifetcht 1 ,contr 
-0x22b5 003663 deposit clkn_bt 
-0x22b6 003664 isolate1 mode_master ,temp 
-0x22b7 003665 add rega ,coffset_sniff_anchor ,contr 
-0x22b8 003666 ifetcht 4 ,contr 
-0x22b9 003667 rtn true 
-0x22ba 003668 add rega ,coffset_clk_offset ,contr 
-0x22bb 003669 ifetch 6 ,contr 
-0x22bc 003670 call calc_clke2 
-0x22bd 003671 deposit clke_bt 
-0x22be 003672 rtn 
-:      003674 context_next_anchor:
-0x22bf 003675 add rega ,coffset_tsniff ,contr 
-0x22c0 003676 add rega ,coffset_sniff_anchor ,contw 
-0x22c1 003677 ifetch 2 ,contr 
-0x22c2 003678 iadd temp ,timeup 
-0x22c3 003679 deposit timeup 
-0x22c4 003680 istore 4 ,contw 
-0x22c5 003681 branch le_context_nexthop 
-:      003684 context_search_window:
-0x22c6 003685 bbit0 state_insniff ,context_search_next 
-0x22c7 003686 call context_get_anchor 
-0x22c8 003687 iadd stop_watch ,pdata 
-0x22c9 003688 iadd stop_watch ,pdata 
-0x22ca 003689 iadd queue ,pdata 
-0x22cb 003690 isub temp ,null 
-0x22cc 003691 nbranch context_search_next ,positive 
-0x22cd 003692 force 0 ,null 
-0x22ce 003693 rtn 
-:      003695 context_traverse_clearkey:
-0x22cf 003696 bbit0 state_inconn ,context_search_next 
-0x22d0 003697 deposit temp 
-0x22d1 003698 isub rega ,null 
-0x22d2 003699 branch context_search_next ,null 
-0x22d3 003700 add rega ,coffset_mode ,contr 
-0x22d4 003701 ifetch 1 ,contr 
-0x22d5 003702 bbit1 mode_le ,context_search_next 
-0x22d6 003703 ifetch 1 ,rega 
-0x22d7 003704 set0 state_linkkey ,pdata 
-0x22d8 003705 istore 1 ,rega 
-0x22d9 003706 branch context_search_next 
-:      003709 master_conn_send_packet:
-0x22da 003710 bpatch patch05_7 ,mem_patch05 
-0x22db 003711 call rf_setup_time_master_slot 
-:      003712 master_send_packet:
-0x22dc 003713 add clkn_bt ,1 ,bt_clk 
-0x22dd 003714 call fetch_self_bt_adr 
-0x22de 003715 force 0x03 ,freq_mode 
-0x22df 003716 call tx_radio_freq 
-0x22e0 003717 call start_transmitter 
-0x22e1 003718 call start_tx_native 
-0x22e2 003719 call send_access_word 
-0x22e3 003720 branch transmit_packet 
-:      003722 master_conn_recv_packet:
-0x22e4 003723 bpatch patch06_0 ,mem_patch06 
-0x22e5 003724 call rf_setup_time_slave_slot 
-:      003725 master_recv_packet:
-0x22e6 003726 add clkn_bt ,1 ,bt_clk 
-0x22e7 003727 call fetch_self_bt_adr 
-0x22e8 003728 force 0x03 ,freq_mode 
-0x22e9 003729 call rx_radio_freq 
-0x22ea 003730 call init_rx_packet_flags 
-0x22eb 003731 call prep_crypt 
-0x22ec 003732 call start_rx_native 
-0x22ed 003733 call start_receiver 
-:      003734 master_rx_conn_finish_packet:
-0x22ee 003735 call wait_access_clkn_rt 
-0x22ef 003736 nrtn sync 
-0x22f0 003737 call save_rssi 
-0x22f1 003738 branch receive_packet 
-:      003742 master_newconn_once:
-0x22f2 003743 bpatch patch06_1 ,mem_patch06 
-0x22f3 003744 fetch 1 ,mem_fhs_am_addr 
-0x22f4 003745 iforce am_addr 
-0x22f5 003746 force type_poll ,type 
-0x22f6 003747 call master_conn_send_packet 
-0x22f7 003748 branch master_conn_recv_packet 
-:      003759 inquiry_scan_dispatch:
-0x22f8 003760 fetch 1 ,mem_scan_mode 
-0x22f9 003761 rtnbit0 inq_scan_mode 
-0x22fa 003762 force iscan_interval_timer ,queue 
-0x22fb 003763 call timer_check 
-0x22fc 003764 nrtn blank 
-0x22fd 003765 fetcht 2 ,mem_iscan_window 
-0x22fe 003766 force 4 ,queue 
-0x22ff 003767 call sniff_check_window 
-0x2300 003768 rtn user 
-0x2301 003769 call inquiry_scan_start 
-0x2302 003770 force iscan_interval_timer ,queue 
-0x2303 003771 fetch 2 ,mem_iscan_interval 
-0x2304 003772 nbranch timer_init ,sync 
-0x2305 003773 random pdata 
-0x2306 003774 iand mask3ff ,pdata 
-0x2307 003775 branch timer_init 
-:      003778 inquiry_scan_start:
-0x2308 003779 bpatch patch06_2 ,mem_patch06 
-0x2309 003780 jam 0 ,mem_fhs_am_addr 
-0x230a 003781 disable clknt 
-0x230b 003782 disable attempt 
-0x230c 003783 call afh_clear 
-0x230d 003784 and clkn_bt ,0x1fc ,bt_clk 
-0x230e 003785 force 0x01 ,freq_mode 
-0x230f 003786 call fetch_giac 
-0x2310 003787 call rx_radio_freq 
-0x2311 003788 setflip mark_inquiry_state ,mark 
-0x2312 003789 fetch 1 ,mem_inquiryscan_waitcnt 
-0x2313 003790 increase 1 ,pdata 
-0x2314 003791 store 1 ,mem_inquiryscan_waitcnt 
-0x2315 003792 call fetch_diac 
-0x2316 003793 call start_receiver 
-0x2317 003794 call wait_access_forever 
-0x2318 003795 nrtn sync 
-0x2319 003796 bpatch patch06_3 ,mem_patch06 
-0x231a 003797 force 0 ,stop_watch 
-0x231b 003798 call shutdown_radio 
-0x231c 003799 fetch 1 ,mem_inquiryscan_rcvcnt 
-0x231d 003800 increase 1 ,pdata 
-0x231e 003801 store 1 ,mem_inquiryscan_rcvcnt 
-0x231f 003802 call fetch_giac 
-0x2320 003803 call rf_setup_time_slave_slot 
-0x2321 003804 or_into 0x002 ,bt_clk 
-0x2322 003805 force 0x01 ,freq_mode 
-0x2323 003806 call tx_radio_freq 
-0x2324 003807 call fetch_diac 
-0x2325 003808 call start_transmitter 
-0x2326 003809 call start_tx_external 
-0x2327 003810 deposit clkn_bt 
-0x2328 003811 store 4 ,mem_clkn_bt 
-0x2329 003812 call send_access_word 
-0x232a 003813 force type_fhs ,type 
-0x232b 003814 force 0 ,am_addr 
-0x232c 003815 call scan_mode_whiten 
-0x232d 003816 call transmit_packet_whitened 
-0x232e 003817 call send_eir 
-0x232f 003818 and_into 0x1fd ,bt_clk 
-0x2330 003819 increase 1 ,n_tx_slot 
-0x2331 003820 rtn 
-:      003822 send_eir:
-0x2332 003823 bpatch patch06_4 ,mem_patch06 
-0x2333 003824 fetch 1 ,mem_eir_enable 
-0x2334 003825 rtn blank 
-0x2335 003826 arg mem_eir ,contw 
-0x2336 003827 fetch 1 ,mem_local_name_length 
-0x2337 003828 copy pdata ,loopcnt 
-0x2338 003829 increase 1 ,pdata 
-0x2339 003830 istore 1 ,contw 
-0x233a 003831 copy contw ,temp 
-0x233b 003832 increase 1 ,pdata 
-0x233c 003833 store 2 ,mem_tx_len 
-0x233d 003834 copy temp ,contw 
-0x233e 003835 setarg 0x09 
-0x233f 003836 istore 1 ,contw 
-0x2340 003837 arg mem_local_name ,contr 
-0x2341 003838 call memcpy 
-0x2342 003840 arg mem_all_uuid_128bits ,regc 
-0x2343 003841 arg 4 ,loopcnt 
-0x2344 003842 call get_all_uuid 
-0x2345 003843 arg mem_all_uuid_16bits ,regc 
-0x2346 003844 arg 1 ,loopcnt 
-0x2347 003845 call get_all_uuid 
-0x2348 003847 force type_dm3 ,type 
-0x2349 003848 jam 2 ,mem_tx_lch 
-0x234a 003849 setarg mem_eir 
-0x234b 003850 store 2 ,mem_txptr 
-0x234c 003851 call rf_setup_time_slave_slot 
-0x234d 003852 call tx_radio_freq 
-0x234e 003853 call start_transmitter 
-0x234f 003854 call start_tx_external 
-0x2350 003855 call send_access_word 
-0x2351 003856 call scan_mode_whiten 
-0x2352 003857 call transmit_packet_whitened 
-0x2353 003858 rtn 
-:      003861 get_all_uuid:
-0x2354 003862 copy contw ,temp 
-0x2355 003863 copy regc ,contr 
-0x2356 003864 ifetch 1 ,contr 
-0x2357 003865 rtn blank 
-:      003866 lshift_loop:
-0x2358 003867 lshift pdata ,pdata 
-0x2359 003868 loop lshift_loop 
-0x235a 003869 copy pdata ,rega 
-0x235b 003870 increase 2 ,pdata 
-0x235c 003871 copy pdata ,queue 
-0x235d 003872 fetch 2 ,mem_tx_len 
-0x235e 003873 iadd queue ,pdata 
-0x235f 003874 store 2 ,mem_tx_len 
-0x2360 003875 copy temp ,contw 
-0x2361 003876 copy rega ,pdata 
-0x2362 003877 increase 1 ,pdata 
-0x2363 003878 istore 1 ,contw 
-0x2364 003879 copy regc ,contr 
-0x2365 003880 ifetch 1 ,contr 
-0x2366 003881 ifetch 1 ,contr 
-0x2367 003882 istore 1 ,contw 
-0x2368 003883 copy rega ,loopcnt 
-0x2369 003884 branch memcpy 
-:      003890 page_scan_dispatch:
-0x236a 003891 fetch 1 ,mem_scan_mode 
-0x236b 003892 rtnbit0 page_scan_mode 
-0x236c 003893 force pscan_interval_timer ,queue 
-0x236d 003894 call timer_check 
-0x236e 003895 nrtn blank 
-0x236f 003896 fetcht 2 ,mem_pscan_window 
-0x2370 003897 force 40 ,queue 
-0x2371 003898 call sniff_check_window 
-0x2372 003899 rtn user 
-0x2373 003900 force 0 ,am_addr 
-0x2374 003901 jam param_pagerespto ,mem_fhs_wait_counter 
-0x2375 003902 set0 mark_fhs_already_good ,mark 
-0x2376 003903 call page_scan_start 
-0x2377 003904 force pscan_interval_timer ,queue 
-0x2378 003905 fetch 2 ,mem_pscan_interval 
-0x2379 003906 branch timer_init 
-:      003909 page_scan_start:
-0x237a 003910 bpatch patch06_5 ,mem_patch06 
-0x237b 003911 disable clknt 
-0x237c 003912 call afh_clear 
-0x237d 003913 fetch 1 ,mem_pagescan_waitcnt 
-0x237e 003914 increase 1 ,pdata 
-0x237f 003915 store 1 ,mem_pagescan_waitcnt 
-0x2380 003916 force 0 ,n_tx_slot 
-0x2381 003917 call fetch_self_bt_adr 
-0x2382 003918 add clkn_bt ,1 ,bt_clk 
-0x2383 003919 force 0x02 ,freq_mode 
-0x2384 003920 bpatch patch06_6 ,mem_patch06 
-0x2385 003921 call rx_radio_freq 
-0x2386 003922 call start_receiver 
-0x2387 003923 call wait_access_forever 
-0x2388 003924 nrtn sync 
-0x2389 003925 call shutdown_radio 
-0x238a 003926 fetch 1 ,mem_pagescan_rcvcnt 
-0x238b 003927 increase 1 ,pdata 
-0x238c 003928 store 1 ,mem_pagescan_rcvcnt 
-0x238d 003929 force 0 ,stop_watch 
-0x238e 003930 call rf_setup_time_slave_slot 
-0x238f 003931 or_into 0x002 ,bt_clk 
-0x2390 003932 force 0x01 ,freq_mode 
-0x2391 003933 call tx_radio_freq 
-0x2392 003934 call start_transmitter 
-0x2393 003935 call start_tx_external 
-0x2394 003936 call send_access_word 
-0x2395 003937 call end_of_packet 
-0x2396 003938 force 0 ,am_addr 
-0x2397 003939 arg param_rf_setup ,timeup 
-0x2398 003940 until clke_rt ,meet 
-0x2399 003941 or_into 0x03 ,clke_bt 
-0x239a 003942 and_into 0x1fd ,bt_clk 
-:      003943 page_scan_wait_fhs_restart:
-0x239b 003944 bpatch patch06_7 ,mem_patch06 
-0x239c 003945 increase 1 ,n_tx_slot 
-0x239d 003946 call rx_radio_freq 
-0x239e 003947 call start_receiver 
-0x239f 003948 call wait_access_mhalfbnd 
-0x23a0 003949 nbranch page_scan_wait_fhs_again ,sync 
-0x23a1 003950 call scan_mode_whiten 
-0x23a2 003951 call receive_packet_whitened 
-0x23a3 003952 bmark1 mark_fhs_already_good ,page_scan_reply_to_fhs 
-:      003953 page_scan_wait_fhs_again:
-0x23a4 003954 bpatch patch07_0 ,mem_patch07 
-0x23a5 003955 fetch 1 ,mem_fhs_wait_counter 
-0x23a6 003956 rtn blank 
-0x23a7 003957 increase -1 ,pdata 
-0x23a8 003958 store 1 ,mem_fhs_wait_counter 
-0x23a9 003959 call rf_setup_time_master_slot 
-0x23aa 003960 branch page_scan_wait_fhs_restart 
-:      003963 page_scan_reply_to_fhs:
-0x23ab 003964 bpatch patch07_1 ,mem_patch07 
-0x23ac 003965 set0 1 ,clke_bt 
-0x23ad 003966 set1 0 ,clke_bt 
-0x23ae 003967 fetch 1 ,mem_pagescan_rcvfhscnt 
-0x23af 003968 increase 1 ,pdata 
-0x23b0 003969 store 1 ,mem_pagescan_rcvfhscnt 
-0x23b1 003970 call rf_setup_time_slave_slot 
-0x23b2 003971 or_into 0x02 ,bt_clk 
-0x23b3 003972 call tx_radio_freq 
-0x23b4 003973 call start_transmitter 
-0x23b5 003974 call start_tx_external 
-0x23b6 003975 call send_access_word 
-0x23b7 003976 call end_of_packet 
-:      003977 slave_apply_clke_bt:
-0x23b8 003978 compare 0x03 ,clke_bt ,0x03 
-0x23b9 003979 branch slave_apply_clke_bt_now ,true 
-0x23ba 003980 until null ,mhalfbnd 
-0x23bb 003981 branch slave_apply_clke_bt 
-:      003982 slave_apply_clke_bt_now:
-0x23bc 003983 fetch 4 ,mem_clke_bt 
-0x23bd 003984 or_into 0x03 ,pdata 
-0x23be 003985 icopy clke_bt 
-:      003987 start_slave_connection:
-0x23bf 003988 bpatch patch07_2 ,mem_patch07 
-0x23c0 003989 fetch 6 ,extm_lap 
-0x23c1 003990 store 6 ,mem_plap 
-0x23c2 003991 call prepare_newconn 
-:      003992 slave_newconn_loop:
-0x23c3 003993 call slave_newconn_once 
-0x23c4 003994 branch sconn_successful ,match 
-0x23c5 003995 call new_conn_timeout 
-0x23c6 003996 nbranch slave_newconn_loop ,blank 
-0x23c7 003997 rtn 
-:      004000 sconn_successful:
-0x23c8 004001 bpatch patch07_3 ,mem_patch07 
-0x23c9 004002 call newconn_init 
-0x23ca 004003 call context_new 
-0x23cb 004004 nrtn zero 
-0x23cc 004005 jam 0 ,mem_mode 
-0x23cd 004006 call calc_clke_offset 
-0x23ce 004007 branch context_save 
-:      004012 slave_dispatch:
-0x23cf 004013 bpatch patch07_4 ,mem_patch07 
-0x23d0 004014 call calc_clke 
-0x23d1 004015 call role_switch_slave 
-0x23d2 004016 rtn user 
-:      004017 slave_loop:
-0x23d3 004018 bpatch patch07_5 ,mem_patch07 
-0x23d4 004019 call check_bt_disabled 
-0x23d5 004020 call scheduler_process 
-0x23d6 004021 call slave_conn_recv_packet 
-0x23d7 004022 nbranch slave_notmatch ,match 
-0x23d8 004023 call supervision_flush 
-0x23d9 004024 call scheduler_tx_l2cap_pkt 
-0x23da 004025 call prepare_tx 
-0x23db 004026 call slave_conn_send_packet 
-0x23dc 004027 call parse_l2cap 
-0x23dd 004028 call parse_lmp 
-0x23de 004029 fetch 1 ,mem_slave_rcvcnt 
-0x23df 004030 increase 1 ,pdata 
-0x23e0 004031 store 1 ,mem_slave_rcvcnt 
-0x23e1 004032 call calc_clke_offset 
-:      004033 slave_notmatch:
-0x23e2 004034 bpatch patch07_6 ,mem_patch07 
-0x23e3 004035 call lpm_set_mult 
-0x23e4 004036 call supervision_update 
-0x23e5 004037 branch slave_disconnect ,positive 
-0x23e6 004038 call check_disconnect_timeout 
-0x23e7 004039 nbranch slave_disconnect ,user 
-0x23e8 004040 call check_attempt 
-0x23e9 004041 nbranch slave_loop ,blank 
-0x23ea 004042 rtn 
-:      004044 slave_disconnect:
-0x23eb 004045 bpatch patch07_7 ,mem_patch07 
-0x23ec 004046 jam 0 ,mem_tester_emulate 
-0x23ed 004047 jam 0 ,mem_debug_config 
-0x23ee 004048 call quit_connection 
-0x23ef 004049 set0 mark_testmode ,mark 
-0x23f0 004050 call test_enable_white 
-0x23f1 004051 fetch 1 ,mem_state 
-0x23f2 004052 rtn 
-:      004055 role_switch_slave:
-0x23f3 004056 bpatch patch08_0 ,mem_patch08 
-0x23f4 004057 call role_switch_check 
-0x23f5 004058 nrtn user 
-0x23f6 004059 copy am_addr ,temp 
-0x23f7 004060 call get_free_amaddr 
-0x23f8 004061 store 1 ,mem_fhs_am_addr 
-0x23f9 004062 copy temp ,am_addr 
-0x23fa 004063 jam param_newconnto ,mem_newconnto_counter 
-:      004064 roles_sendfhs_loop:
-0x23fb 004065 bpatch patch08_1 ,mem_patch08 
-0x23fc 004066 call rf_setup_time_master_slot 
-0x23fd 004067 force type_fhs ,type 
-0x23fe 004068 call slave_send_access 
-0x23ff 004069 deposit clkn_bt 
-0x2400 004070 store 4 ,mem_clkn_bt 
-0x2401 004071 call transmit_packet 
-0x2402 004072 call rf_setup_time_slave_slot 
-0x2403 004073 enable user3 
-0x2404 004074 call slave_receive_access 
-0x2405 004075 branch roles_got_fhs_reply ,sync 
-0x2406 004076 call shutdown_radio 
-0x2407 004077 call new_conn_timeout 
-0x2408 004078 nbranch roles_sendfhs_loop ,blank 
-0x2409 004079 rtnmark0 mark_accept_switch 
-0x240a 004080 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x240b 004081 set1 mark_switch_initiated ,mark 
-0x240c 004082 rtn 
-:      004083 roles_got_fhs_reply:
-0x240d 004084 enable clknt 
-0x240e 004085 call prepare_newconn 
-0x240f 004086 call afh_clear 
-:      004087 roles_newconn_loop:
-0x2410 004088 bpatch patch08_2 ,mem_patch08 
-0x2411 004089 call master_newconn_once 
-0x2412 004090 branch roles_newconn_responded ,sync 
-0x2413 004091 call new_conn_timeout 
-0x2414 004092 nbranch roles_newconn_loop ,blank 
-0x2415 004093 disable clknt 
-0x2416 004094 deposit clke_bt 
-0x2417 004095 store 4 ,mem_next_btclk 
-0x2418 004096 rtn 
-:      004097 roles_newconn_responded:
-0x2419 004098 enable master 
-0x241a 004099 bmark0 mark_accept_switch ,roles_newconn_nolmp 
-0x241b 004100 set0 mark_accept_switch ,mark 
-0x241c 004101 jam lmp_accepted ,mem_lmo_opcode2 
-0x241d 004102 jam lmp_host_connection_req ,mem_lmi_opcode2 
-0x241e 004103 call tid_set_reply 
-:      004104 roles_newconn_nolmp:
-0x241f 004105 deposit am_addr 
-0x2420 004106 store 1 ,mem_amaddr 
-0x2421 004107 force 0 ,pdata 
-0x2422 004108 store 6 ,mem_clk_offset 
-0x2423 004109 fetch 1 ,mem_mode 
-0x2424 004110 set1 mode_master ,pdata 
-0x2425 004111 store 1 ,mem_mode 
-0x2426 004112 call supervision_flush 
-0x2427 004113 disable master 
-0x2428 004114 enable user 
-0x2429 004115 rtn 
-:      004119 init_rx_packet_flags:
-0x242a 004120 bpatch patch08_3 ,mem_patch08 
-0x242b 004121 disable match 
-0x242c 004122 set0 mark_loopback ,mark 
-0x242d 004123 set0 mark_am_addr_broadcast ,mark 
-0x242e 004124 set0 mark_longpacket ,mark 
-0x242f 004125 set0 mark_old_packet ,mark 
-0x2430 004126 fetch 1 ,mem_arq 
-0x2431 004127 set0 arqnx ,pdata 
-0x2432 004128 set1 flowx ,pdata 
-0x2433 004129 store 1 ,mem_arq 
-0x2434 004130 rtn 
-:      004132 prepare_newconn:
-0x2435 004133 bpatch patch08_4 ,mem_patch08 
-0x2436 004134 jam param_newconnto ,mem_newconnto_counter 
-0x2437 004135 jam param_newconn_arq ,mem_arq 
-0x2438 004136 fetch 2 ,mem_rx_window_init 
-0x2439 004137 store 2 ,mem_rx_window 
-0x243a 004138 deposit clkn_bt 
-0x243b 004139 store 4 ,mem_next_btclk 
-0x243c 004140 rtn clknt 
-0x243d 004141 deposit clke_bt 
-0x243e 004142 store 4 ,mem_next_btclk 
-0x243f 004143 rtn 
-:      004145 newconn_init:
-0x2440 004146 bpatch patch08_5 ,mem_patch08 
-0x2441 004147 call init_lmp_reinit 
-0x2442 004148 call new_conn_handle 
-0x2443 004149 store 1 ,mem_conn_handle 
-0x2444 004150 setarg 0 
-0x2445 004151 store 2 ,mem_l2cap_rxbuff1_len 
-0x2446 004152 setarg param_supervision_to 
-0x2447 004153 store 2 ,mem_supervision_to 
-0x2448 004154 fetch 1 ,mem_state 
-0x2449 004155 set1 state_inconn ,pdata 
-0x244a 004156 store 1 ,mem_state 
-0x244b 004157 jam 0 ,mem_op 
-0x244c 004158 jam 0 ,mem_state_map 
-0x244d 004159 jam 0 ,mem_lpm_current_mult 
-0x244e 004160 branch supervision_flush 
-:      004163 clear_linkkey:
-0x244f 004164 bpatch patch08_6 ,mem_patch08 
-0x2450 004165 force 0 ,pdata 
-0x2451 004166 store 8 ,mem_link_key 
-0x2452 004167 istore 8 ,contw 
-0x2453 004168 call clear_linkstate 
-0x2454 004169 branch context_traverse_linkkey 
-:      004171 new_conn_timeout:
-0x2455 004172 fetch 1 ,mem_newconnto_counter 
-0x2456 004173 increase -1 ,pdata 
-0x2457 004174 store 1 ,mem_newconnto_counter 
-0x2458 004175 rtn 
-:      004177 new_conn_handle:
-0x2459 004178 fetch 1 ,mem_handle_num 
-0x245a 004179 increase 1 ,pdata 
-0x245b 004180 store 1 ,mem_handle_num 
-0x245c 004181 rtn 
-:      004184 quit_connection:
-0x245d 004185 bpatch patch08_7 ,mem_patch08 
-0x245e 004186 fetch 1 ,mem_hci_cmd 
-0x245f 004187 beq hci_cmd_remote_name_req ,quit_connection_name 
-0x2460 004188 fetch 1 ,mem_lmp_to_send 
-0x2461 004189 bne lmp_name_req ,quit_connection_cont 
-:      004190 quit_connection_name:
-0x2462 004191 call cmd_check_plap 
-0x2463 004192 nbranch quit_connection_cont ,zero 
-0x2464 004193 call master_name_error 
-0x2465 004194 jam 0 ,mem_hci_cmd 
-:      004195 quit_connection_cont:
-0x2466 004196 bpatch patch09_0 ,mem_patch09 
-0x2467 004197 call app_disconn_reason_collect_bt 
-0x2468 004198 call sniff_exit 
-0x2469 004199 jam bt_evt_bb_disconnected ,mem_fifo_temp 
-0x246a 004200 call ui_ipc_send_event 
-0x246b 004201 call init_lmp_work 
-0x246c 004202 call l2cap_init_work 
-0x246d 004203 call sp_initialize 
-0x246e 004204 fetch 1 ,mem_state 
-0x246f 004205 set0 state_inconn 
-0x2470 004206 store 1 ,mem_state 
-0x2471 004207 jam 0 ,memui_reconnect_mode 
-0x2472 004209 fetch 1 ,mem_state_map 
-0x2473 004210 compare 0x0 ,pdata ,0xc0 
-0x2474 004211 branch quit_connection_not_clear_mark ,true 
-0x2475 004212 set0 mark_rxbuf_inuse ,mark 
-:      004213 quit_connection_not_clear_mark:
-0x2476 004214 fetch 1 ,mem_arq 
-0x2477 004215 bbit0 wack ,quit_connection_not_clear_tx 
-:      004216 quit_connection_not_clear_tx:
-0x2478 004217 fetch 1 ,mem_op 
-0x2479 004218 rtnbit0 op_txl2cap 
-0x247a 004219 set0 mark_tx_l2cap ,mark 
-0x247b 004220 rtn 
-:      004222 slave_newconn_once:
-0x247c 004223 bpatch patch09_1 ,mem_patch09 
-0x247d 004224 fetch 1 ,extm_newconn_am_addr 
-0x247e 004225 rtn blank 
-0x247f 004226 icopy am_addr 
-0x2480 004227 call slave_conn_recv_packet 
-0x2481 004228 nrtn match 
-0x2482 004229 force type_null ,type 
-0x2483 004230 call slave_conn_send_packet 
-0x2484 004231 deposit am_addr 
-0x2485 004232 store 1 ,mem_amaddr 
-0x2486 004233 force 0 ,pdata 
-0x2487 004234 store 1 ,extm_newconn_am_addr 
-0x2488 004235 rtn 
-:      004241 prepare_tx:
-0x2489 004242 bpatch patch09_2 ,mem_patch09 
-0x248a 004243 fetch 1 ,mem_state 
-0x248b 004244 bbit0 state_insco ,prepare_tx_not_sco 
-0x248c 004245 force type_hv3 ,type 
-0x248d 004246 bmark0 mark_esco ,prepare_tx_not_esco 
-0x248e 004247 call check_esco_amaddr 
-0x248f 004248 nbranch prepare_tx_not_sco ,true 
-0x2490 004249 branch prepare_tx_not_sco ,attempt 
-0x2491 004250 call set_wait_ack 
-0x2492 004251 setarg 2 
-0x2493 004252 store 2 ,mem_retransmission_cnt 
-0x2494 004253 rtn 
-:      004254 prepare_tx_not_esco:
-0x2495 004255 nrtn attempt 
-:      004256 prepare_tx_not_sco:
-0x2496 004257 bpatch patch09_3 ,mem_patch09 
-0x2497 004258 call context_check_all_wack 
-0x2498 004259 nbranch prepare_tx_no_retransmit ,zero 
-0x2499 004260 fetch 1 ,mem_arq 
-0x249a 004261 bbit0 wack ,prepare_tx_pollnull 
-:      004262 prepare_tx_retransmit:
-0x249b 004263 bmark1 mark_loopback ,prepare_tx_loopback 
-0x249c 004264 fetch 1 ,mem_debug_config 
-0x249d 004265 bbit1 debug_tx_pattern ,prepare_tx_txpat 
-0x249e 004266 fetch 2 ,mem_retransmission_cnt 
-0x249f 004267 increase -1 ,pdata 
-0x24a0 004268 store 2 ,mem_retransmission_cnt 
-0x24a1 004269 branch prepare_tx_nomore_retransmit ,blank 
-0x24a2 004270 fetch 1 ,mem_last_type 
-0x24a3 004271 iforce type 
-0x24a4 004272 rtn 
-:      004274 prepare_tx_nomore_retransmit:
-0x24a5 004275 bpatch patch09_4 ,mem_patch09 
-0x24a6 004276 call clear_got_tx 
-:      004277 prepare_tx_no_retransmit:
-0x24a7 004278 call check_esco_amaddr 
-0x24a8 004279 branch prepare_tx_pollnull ,true 
-0x24a9 004280 call send_lmp 
-0x24aa 004281 branch prepare_tx_sendlmp ,user 
-0x24ab 004282 fetch 1 ,mem_op 
-0x24ac 004283 bbit1 op_txl2cap ,prepare_tx_sendl2cap 
-0x24ad 004284 bmark1 mark_loopback ,prepare_tx_loopback 
-0x24ae 004285 fetch 1 ,mem_debug_config 
-0x24af 004286 bbit1 debug_tx_pattern ,prepare_tx_txpat 
-:      004287 prepare_tx_pollnull:
-0x24b0 004288 force type_poll ,type 
-0x24b1 004289 rtn master 
-0x24b2 004290 force type_null ,type 
-0x24b3 004291 rtn 
-:      004292 prepare_tx_loopback:
-0x24b4 004293 bpatch patch09_5 ,mem_patch09 
-0x24b5 004294 fetch 1 ,mem_rx_type 
-0x24b6 004295 iforce type 
-0x24b7 004296 rtnne 1 
-0x24b8 004297 force type_null ,type 
-0x24b9 004298 rtn 
-:      004299 prepare_tx_txpat:
-0x24ba 004300 fetch 1 ,test_mode_packet_type 
-0x24bb 004301 and pdata ,0xf ,type 
-0x24bc 004302 set1 mark_loopback ,mark 
-0x24bd 004303 rtn 
-:      004304 prepare_tx_sendlmp:
-0x24be 004305 force type_lmp ,type 
-0x24bf 004306 branch set_wait_ack 
-:      004307 prepare_tx_sendl2cap:
-0x24c0 004308 call tx_l2cap_type 
-:      004310 set_wait_ack:
-0x24c1 004311 bpatch patch09_6 ,mem_patch09 
-0x24c2 004312 fetcht 1 ,mem_arq 
-0x24c3 004313 set1 wack ,temp 
-0x24c4 004314 storet 1 ,mem_arq 
-0x24c5 004315 deposit type 
-0x24c6 004316 store 1 ,mem_last_type 
-0x24c7 004317 setarg 0xffff 
-0x24c8 004318 store 2 ,mem_retransmission_cnt 
-0x24c9 004319 rtn 
-:      004321 tx_l2cap_type:
-0x24ca 004322 bpatch patch09_7 ,mem_patch09 
-0x24cb 004323 fetch 1 ,mem_state_map 
-0x24cc 004324 isolate1 smap_edr ,pdata 
-0x24cd 004325 fetch 2 ,mem_tx_len 
-0x24ce 004326 branch tx_l2cap_type_edr ,true 
-0x24cf 004327 force type_dm1 ,type 
-0x24d0 004328 sub pdata ,17 ,null 
-0x24d1 004329 rtn positive 
-0x24d2 004330 force type_dh1 ,type 
-0x24d3 004331 sub pdata ,27 ,null 
-0x24d4 004332 rtn positive 
-0x24d5 004333 force type_dm3 ,type 
-0x24d6 004334 sub pdata ,121 ,null 
-0x24d7 004335 rtn positive 
-0x24d8 004336 force type_dh3 ,type 
-0x24d9 004337 sub pdata ,183 ,null 
-0x24da 004338 rtn positive 
-0x24db 004339 force type_dm5 ,type 
-0x24dc 004340 sub pdata ,224 ,null 
-0x24dd 004341 rtn positive 
-0x24de 004342 force type_dh5 ,type 
-0x24df 004343 rtn 
-:      004344 tx_l2cap_type_edr:
-0x24e0 004345 force type_dm1 ,type 
-0x24e1 004346 sub pdata ,17 ,null 
-0x24e2 004347 rtn positive 
-0x24e3 004348 force type_dh1 ,type 
-0x24e4 004349 sub pdata ,54 ,null 
-0x24e5 004350 rtn positive 
-0x24e6 004351 force type_dm3 ,type 
-0x24e7 004352 arg 367 ,temp 
-0x24e8 004353 isub temp ,null 
-0x24e9 004354 nrtn positive 
-0x24ea 004355 force type_dm5 ,type 
-0x24eb 004356 arg 679 ,temp 
-0x24ec 004357 isub temp ,null 
-0x24ed 004358 nrtn positive 
-0x24ee 004359 force type_dh5 ,type 
-0x24ef 004360 rtn 
-:      004369 slave_receive_master_slot:
-0x24f0 004370 fetch 1 ,mem_state 
-0x24f1 004371 bbit0 state_insniff ,slave_receive_notsniff 
-0x24f2 004372 fetch 2 ,mem_tsniff 
-0x24f3 004373 branch slave_receive_notsniff ,blank 
-0x24f4 004374 nbranch slave_receive_sniff ,attempt 
-:      004375 slave_receive_notsniff:
-0x24f5 004376 call rf_setup_time_master_slot 
-:      004377 slave_receive_access:
-0x24f6 004378 add clke_bt ,1 ,bt_clk 
-:      004379 slave_receive_sniff:
-0x24f7 004380 enable swfine 
-0x24f8 004381 fetch 2 ,mem_rx_window 
-0x24f9 004382 rshift pdata ,pdata 
-0x24fa 004383 arg param_pll_setup ,temp 
-0x24fb 004384 iadd temp ,pdata 
-0x24fc 004385 call ahead_window 
-0x24fd 004386 call fetch_extm_bt_adr 
-0x24fe 004387 force 0x03 ,freq_mode 
-0x24ff 004388 call rx_radio_freq 
-0x2500 004389 call init_rx_packet_flags 
-0x2501 004390 call prep_crypt 
-0x2502 004391 bpatch patch0a_0 ,mem_patch0a 
-0x2503 004392 fetch 2 ,mem_rx_window 
-0x2504 004393 rshift pdata ,pdata 
-0x2505 004394 call ahead_window 
-0x2506 004395 call start_receiver 
-0x2507 004396 enable decode_fec0 
-0x2508 004397 fetch 2 ,mem_rx_window 
-0x2509 004398 arg param_clke_cal ,temp 
-0x250a 004399 iadd temp ,stop_watch 
-0x250b 004400 correlate null ,timeout 
-0x250c 004401 copy clke ,temp 
-0x250d 004402 storet 6 ,mem_sync_clke 
-0x250e 004403 disable decode_fec0 
-0x250f 004404 nrtn sync 
-0x2510 004405 arg param_clke_cal ,clke_rt 
-0x2511 004406 copy bt_clk ,clke_bt 
-0x2512 004407 branch lpm_adjust_clk ,wake 
-0x2513 004408 rtn 
-:      004411 slave_conn_recv_packet:
-0x2514 004412 bpatch patch0a_1 ,mem_patch0a 
-0x2515 004413 call slave_receive_master_slot 
-0x2516 004414 nbranch shutdown_radio ,sync 
-0x2517 004415 call save_rssi 
-0x2518 004416 bmark0 mark_testmode ,receive_packet 
-0x2519 004417 fetch 2 ,mem_tst_pktcnt_sync 
-0x251a 004418 increase 1 ,pdata 
-0x251b 004419 store 2 ,mem_tst_pktcnt_sync 
-:      004420 receive_packet:
-0x251c 004421 rshift bt_clk ,temp 
-0x251d 004422 or temp ,0x40 ,white_init 
-:      004423 receive_packet_whitened:
-0x251e 004424 bpatch patch0a_2 ,mem_patch0a 
-0x251f 004425 enable enable_white 
-0x2520 004426 enable enable_hec 
-0x2521 004427 enable decode_fec1 
-0x2522 004428 parse demod ,bucket ,3 
-0x2523 004429 rshift8 pwindow ,pdata 
-0x2524 004430 store 1 ,mem_temp_am_addr 
-0x2525 004431 parse demod ,bucket ,4 
-0x2526 004432 inject bucket ,7 
-0x2527 004433 copy pwindow ,pdata 
-0x2528 004434 store 1 ,mem_rx_type 
-0x2529 004435 parse demod ,bucket ,3 
-0x252a 004436 rshift8 pwindow ,pdata 
-0x252b 004437 store 1 ,mem_temp_arq 
-0x252c 004438 fetch 1 ,mem_rx_type 
-0x252d 004439 sub pdata ,3 ,null 
-0x252e 004440 branch receive_packet_noedr ,positive 
-0x252f 004441 beq 7 ,receive_packet_noedr 
-0x2530 004442 fetch 1 ,mem_state_map 
-0x2531 004443 isolate1 smap_edr ,pdata 
-0x2532 004444 setflag true ,psk ,radio_ctrl 
-:      004445 receive_packet_noedr:
-0x2533 004446 bpatch patch0a_3 ,mem_patch0a 
-0x2534 004447 parse demod ,bucket ,8 
-0x2535 004448 disable decode_fec1 
-0x2536 004449 disable enable_hec 
-0x2537 004450 branch error_header ,crc_failed 
-0x2538 004451 bmark0 mark_testmode ,receive_packet_amchk 
-0x2539 004452 fetch 2 ,mem_tst_pktcnt_hec 
-0x253a 004453 increase 1 ,pdata 
-0x253b 004454 store 2 ,mem_tst_pktcnt_hec 
-:      004455 receive_packet_amchk:
-0x253c 004456 bpatch patch0a_4 ,mem_patch0a 
-0x253d 004457 fetch 1 ,mem_temp_am_addr 
-0x253e 004458 compare 0 ,pdata ,0x07 
-0x253f 004459 setflag true ,mark_am_addr_broadcast ,mark 
-0x2540 004460 branch am_addr_ok ,true 
-0x2541 004461 icompare 0x07 ,am_addr 
-0x2542 004462 branch am_addr_match ,true 
-0x2543 004463 bmark0 mark_esco ,end_of_packet 
-0x2544 004464 fetcht 1 ,mem_saved_amaddr 
-0x2545 004465 icompare 0x7 ,temp 
-0x2546 004466 nbranch end_of_packet ,true 
-0x2547 004467 fetch 1 ,mem_arq 
-0x2548 004468 set0 arqnx ,pdata 
-0x2549 004469 set1 flowx ,pdata 
-0x254a 004470 store 1 ,mem_arq 
-:      004471 am_addr_match:
-0x254b 004472 enable match 
-:      004473 am_addr_ok:
-0x254c 004474 bpatch patch0a_5 ,mem_patch0a 
-0x254d 004475 fetch 1 ,mem_rx_type 
-0x254e 004476 icopy type 
-0x254f 004477 bmark1 mark_am_addr_broadcast ,arqn_bypass 
-0x2550 004478 fetcht 1 ,mem_temp_arq 
-0x2551 004479 fetch 1 ,mem_arq 
-0x2552 004480 set0 flow ,pdata 
-0x2553 004481 isolate1 flow ,temp 
-0x2554 004482 setflag true ,flow ,pdata 
-0x2555 004483 isolate1 arqn ,temp 
-0x2556 004484 setflag true ,arqn ,pdata 
-0x2557 004485 store 1 ,mem_arq 
-0x2558 004486 isolate0 arqn ,temp 
-0x2559 004487 branch arqn_bypass ,true 
-0x255a 004488 call clear_got_tx 
-:      004489 arqn_bypass:
-0x255b 004490 bpatch patch0a_6 ,mem_patch0a 
-0x255c 004491 arg 0 ,temp 
-0x255d 004492 call reserve_slot 
-0x255e 004493 and type ,0xf ,pdata 
-0x255f 004494 beq type_poll ,process_poll 
-0x2560 004495 beq type_null ,end_of_packet 
-0x2561 004496 beq type_fhs ,process_fhs 
-0x2562 004497 fetcht 1 ,mem_temp_arq 
-0x2563 004498 fetch 1 ,mem_arq 
-0x2564 004499 icompare 0x04 ,temp 
-0x2565 004500 nbranch rx_type_dispatch ,true 
-0x2566 004501 bmark0 mark_am_addr_broadcast ,failed_seqn 
-0x2567 004502 bbit0 bcast1 ,rx_type_dispatch 
-:      004503 failed_seqn:
-0x2568 004504 set1 mark_old_packet ,mark 
-:      004505 rx_type_dispatch:
-0x2569 004506 bpatch patch0a_7 ,mem_patch0a 
-0x256a 004507 deposit type 
-0x256b 004508 beq type_dm1 ,process_dm1 
-0x256c 004509 beq type_dh1 ,process_dh1 
-0x256d 004510 beq type_hv3 ,process_hev 
-0x256e 004511 beq type_3dh1 ,process_3dh1 
-0x256f 004512 arg 4 ,temp 
-0x2570 004513 call reserve_slot 
-0x2571 004514 beq type_dm3 ,process_dm3 
-0x2572 004515 beq type_dh3 ,process_dh3 
-0x2573 004516 arg 8 ,temp 
-0x2574 004517 call reserve_slot 
-0x2575 004518 beq type_dm5 ,process_dm5 
-0x2576 004519 beq type_dh5 ,process_dh5 
-0x2577 004520 rtn 
-:      004523 process_hev:
-0x2578 004524 bpatch patch0b_0 ,mem_patch0b 
-0x2579 004525 enable decode_fec0 
-0x257a 004526 enable enable_crc 
-0x257b 004527 enable encrypt 
-0x257c 004528 arg mem_sco_ibuf ,contw 
-0x257d 004529 force 30 ,loopcnt 
-:      004530 process_hev_loop:
-0x257e 004531 parse demod ,bucket ,8 
-0x257f 004532 rshift3 pwindow ,pdata 
-0x2580 004533 istore 1 ,contw 
-0x2581 004534 loop process_hev_loop 
-0x2582 004535 bmark0 mark_esco ,end_of_packet 
-0x2583 004536 parse demod ,bucket ,16 
-0x2584 004537 nsetflag crc_failed ,mark_esco_rxok ,mark 
-0x2585 004538 branch error_payload ,crc_failed 
-0x2586 004539 branch ack_payload 
-:      004542 process_poll:
-0x2587 004543 branch end_of_packet 
-:      004545 process_dm3:
-:      004546 process_dm5:
-0x2588 004547 set1 mark_longpacket ,mark 
-:      004548 process_dm1:
-0x2589 004549 enable decode_fec2 
-0x258a 004550 branch process_dmh 
-:      004552 process_dh3:
-:      004553 process_dh5:
-0x258b 004554 set1 mark_longpacket ,mark 
-:      004555 process_3dh1:
-0x258c 004556 set1 psk3m ,radio_ctrl 
-:      004557 process_dh1:
-0x258d 004558 enable decode_fec0 
-:      004559 process_dmh:
-0x258e 004560 bpatch patch0b_1 ,mem_patch0b 
-0x258f 004561 bmark1 mark_rxbuf_inuse ,end_of_packet 
-0x2590 004562 isolate0 psk ,radio_ctrl 
-0x2591 004563 branch process_dmh_noedr ,true 
-0x2592 004564 disable enable_white 
-0x2593 004565 enable decode_fec0 
-0x2594 004566 disable decode_fec2 
-0x2595 004567 add clkn_bt ,2 ,timeup 
-0x2596 004568 correlate clkn_bt ,meet 
-0x2597 004569 nbranch error_payload ,sync 
-0x2598 004570 set1 mark_longpacket ,mark 
-0x2599 004571 enable enable_white 
-:      004572 process_dmh_noedr:
-0x259a 004573 bpatch patch0b_2 ,mem_patch0b 
-0x259b 004574 enable encrypt 
-0x259c 004575 enable enable_crc 
-0x259d 004576 parse demod ,bucket ,3 
-0x259e 004577 rshift8 pwindow ,pdata 
-0x259f 004578 store 1 ,mem_lch_code 
-0x25a0 004579 parse demod ,bucket ,5 
-0x25a1 004580 bmark1 mark_longpacket ,process_dmh_long 
-0x25a2 004581 rshift3 pwindow ,loopcnt 
-0x25a3 004582 rshift3 loopcnt ,loopcnt 
-0x25a4 004583 branch process_dmh_common 
-:      004584 process_dmh_long:
-0x25a5 004585 parse demod ,bucket ,5 
-0x25a6 004586 rshift pwindow ,loopcnt 
-0x25a7 004587 parse demod ,bucket ,3 
-:      004588 process_dmh_common:
-0x25a8 004589 bpatch patch0b_3 ,mem_patch0b 
-0x25a9 004590 deposit loopcnt 
-0x25aa 004591 store 2 ,mem_len 
-0x25ab 004592 branch process_dmh_data_end ,blank 
-0x25ac 004593 isub mask3ff ,null 
-0x25ad 004594 branch error_payload ,positive 
-0x25ae 004595 bpatch patch0b_4 ,mem_patch0b 
-0x25af 004596 set0 mark_fhs_eir ,mark 
-0x25b0 004597 fetch 1 ,mem_lch_code 
-0x25b1 004598 and_into 0x03 ,pdata 
-0x25b2 004599 arg mem_rxbuf ,contw 
-0x25b3 004600 beq llid_lmp ,process_lmp 
-0x25b4 004601 bmark1 mark_testmode ,process_dmh_data 
-0x25b5 004603 fetch 1 ,mem_lch_code 
-0x25b6 004604 and_into 0x03 ,pdata 
-0x25b7 004605 beq llid_l2cap_start ,process_dmh_data_l2cap_start_pkt 
-0x25b8 004606 beq llid_l2cap_cont ,process_dmh_data_l2cap_continue_pkt 
-0x25b9 004607 branch error_payload 
-:      004609 process_lmp:
-0x25ba 004610 fetch 2 ,mem_len 
-0x25bb 004611 sub pdata ,0x70 ,null 
-0x25bc 004612 nbranch error_payload ,positive 
-0x25bd 004613 bmark1 mark_old_packet ,ack_payload 
-0x25be 004614 branch process_dmh_data 
-:      004617 process_dmh_data_l2cap_start_pkt:
-0x25bf 004618 bpatch patch0b_5 ,mem_patch0b 
-0x25c0 004619 bmark1 mark_old_packet ,ack_payload 
-0x25c1 004620 fetch 2 ,mem_len 
-0x25c2 004621 arg 0x2e0 ,temp 
-0x25c3 004622 isub temp ,null 
-0x25c4 004623 branch error_payload ,positive 
-0x25c5 004624 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x25c6 004625 bbit0 l2cap_inuse_buff1 ,process_dmh_data_into_buff1 
-0x25c7 004626 bbit0 l2cap_inuse_buff2 ,process_dmh_data_into_buff2 
-0x25c8 004627 branch end_of_packet 
-:      004628 process_dmh_data_into_buff1:
-0x25c9 004629 jam 1 ,mem_l2cap_rxbuff_new 
-0x25ca 004630 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x25cb 004631 bne 0 ,end_of_packet 
-0x25cc 004632 arg mem_l2cap_rxbuff1 ,contw 
-0x25cd 004633 branch process_dmh_data 
-:      004634 process_dmh_data_into_buff2:
-0x25ce 004635 jam 2 ,mem_l2cap_rxbuff_new 
-0x25cf 004636 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x25d0 004637 bne 0 ,end_of_packet 
-0x25d1 004638 arg mem_l2cap_rxbuff2 ,contw 
-0x25d2 004639 branch process_dmh_data 
-:      004641 process_dmh_data_l2cap_continue_pkt:
-0x25d3 004642 bpatch patch0b_6 ,mem_patch0b 
-0x25d4 004643 bmark1 mark_old_packet ,ack_payload 
-0x25d5 004644 fetch 2 ,mem_len 
-0x25d6 004645 arg 0x2e0 ,temp 
-0x25d7 004646 isub temp ,null 
-0x25d8 004647 branch error_payload ,positive 
-0x25d9 004648 fetch 1 ,mem_l2cap_rxbuff_new 
-0x25da 004649 beq 1 ,process_dmh_data_l2cap_continue_pkt1 
-0x25db 004650 beq 2 ,process_dmh_data_l2cap_continue_pkt2 
-0x25dc 004651 branch end_of_packet 
-:      004652 process_dmh_data_l2cap_continue_pkt1:
-0x25dd 004653 arg mem_l2cap_rxbuff1 ,contw 
-0x25de 004654 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x25df 004655 iadd contw ,contw 
-0x25e0 004656 branch process_dmh_data 
-:      004657 process_dmh_data_l2cap_continue_pkt2:
-0x25e1 004658 arg mem_l2cap_rxbuff2 ,contw 
-0x25e2 004659 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x25e3 004660 iadd contw ,contw 
-:      004661 process_dmh_data:
-0x25e4 004662 parse demod ,bucket ,8 
-0x25e5 004663 rshift3 pwindow ,pdata 
-0x25e6 004664 istore 1 ,contw 
-0x25e7 004665 loop process_dmh_data 
-:      004666 process_dmh_data_end:
-0x25e8 004667 bpatch patch0b_7 ,mem_patch0b 
-0x25e9 004668 parse demod ,bucket ,16 
-0x25ea 004669 branch error_payload_crc ,crc_failed 
-0x25eb 004670 fetch 1 ,mem_l2cap_flow_ctrl_flag 
-0x25ec 004671 beq l2cap_flow_ctrl_enable ,end_of_packet 
-0x25ed 004672 bmark1 mark_testmode ,process_dmh_cont 
-0x25ee 004673 bmark1 mark_old_packet ,redundant_payload 
-0x25ef 004674 fetch 1 ,mem_lch_code 
-0x25f0 004675 compare 3 ,pdata ,3 
-0x25f1 004676 branch process_dmh_cont ,true 
-0x25f2 004677 fetch 2 ,mem_len 
-0x25f3 004678 branch process_dmh_cont ,blank 
-0x25f4 004679 bpatch patch0c_0 ,mem_patch0c 
-0x25f5 004680 fetch 1 ,mem_l2cap_rxbuff_new 
-0x25f6 004681 beq 1 ,process_l2cap_pass_crc_buff1 
-0x25f7 004682 beq 2 ,process_l2cap_pass_crc_buff2 
-0x25f8 004683 branch assert 
-:      004684 process_l2cap_pass_crc_buff1:
-0x25f9 004685 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x25fa 004686 fetcht 2 ,mem_len 
-0x25fb 004687 iadd temp ,pdata 
-0x25fc 004688 store 2 ,mem_l2cap_rxbuff1_len 
-0x25fd 004689 beq 0 ,assert 
-0x25fe 004690 fetcht 2 ,mem_l2cap_rxbuff1 
-0x25ff 004691 increase 4 ,temp 
-0x2600 004692 isub temp ,null 
-0x2601 004693 call l2cap_buff1_inuse ,zero 
-0x2602 004694 branch process_dmh_cont 
-:      004695 process_l2cap_pass_crc_buff2:
-0x2603 004696 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x2604 004697 fetcht 2 ,mem_len 
-0x2605 004698 iadd temp ,pdata 
-0x2606 004699 store 2 ,mem_l2cap_rxbuff2_len 
-0x2607 004700 beq 0 ,assert 
-0x2608 004701 fetcht 2 ,mem_l2cap_rxbuff2 
-0x2609 004702 add temp ,4 ,temp 
-0x260a 004703 isub temp ,null 
-0x260b 004704 call l2cap_buff2_inuse ,zero 
-0x260c 004705 branch process_dmh_cont 
-:      004706 process_dmh_cont:
-0x260d 004707 bpatch patch0c_1 ,mem_patch0c 
-0x260e 004708 fetcht 1 ,mem_state_map 
-0x260f 004709 fetch 1 ,mem_lch_code 
-0x2610 004710 compare 3 ,pdata ,0x03 
-0x2611 004711 setflag true ,smap_rxlmp ,temp 
-0x2612 004712 nsetflag true ,smap_rxl2cap ,temp 
-0x2613 004713 storet 1 ,mem_state_map 
-0x2614 004714 nbranch process_dmh_cont_rxbuf_not_use ,true 
-0x2615 004715 set1 mark_rxbuf_inuse ,mark 
-:      004716 process_dmh_cont_rxbuf_not_use:
-0x2616 004717 bmark0 mark_testmode ,ack_payload 
-0x2617 004718 isolate1 smap_rxlmp ,temp 
-0x2618 004719 branch ack_payload ,true 
-0x2619 004720 fetch 2 ,mem_tst_pktcnt_crc 
-0x261a 004721 increase 1 ,pdata 
-0x261b 004722 store 2 ,mem_tst_pktcnt_crc 
-0x261c 004723 set1 mark_loopback ,mark 
-0x261d 004724 set0 smap_rxl2cap ,temp 
-0x261e 004725 set0 mark_rxbuf_inuse ,mark 
-0x261f 004726 storet 1 ,mem_state_map 
-:      004727 ack_payload:
-0x2620 004728 bpatch patch0c_2 ,mem_patch0c 
-0x2621 004729 fetcht 1 ,mem_temp_arq 
-0x2622 004730 fetch 1 ,mem_arq 
-0x2623 004731 set1 arqnx ,pdata 
-0x2624 004732 isolate1 seqn ,temp 
-0x2625 004733 setflag true ,seqn ,pdata 
-0x2626 004734 isolate1 mark_am_addr_broadcast ,mark 
-0x2627 004735 setflag true ,bcast1 ,pdata 
-0x2628 004736 store 1 ,mem_arq 
-0x2629 004737 fetch 2 ,mem_len 
-0x262a 004738 nbranch end_of_packet ,blank 
-0x262b 004739 fetch 1 ,mem_state_map 
-0x262c 004740 set0 smap_rxl2cap ,pdata 
-0x262d 004741 store 1 ,mem_state_map 
-0x262e 004742 fetch 1 ,mem_lch_code 
-0x262f 004743 compare 0x01 ,pdata ,0x07 
-0x2630 004745 branch end_of_packet 
-:      004747 error_header:
-0x2631 004748 bpatch patch0c_3 ,mem_patch0c 
-0x2632 004749 disable match 
-0x2633 004750 fetch 2 ,mem_rx_hec_err 
-0x2634 004751 increase 1 ,pdata 
-0x2635 004752 store 2 ,mem_rx_hec_err 
-0x2636 004753 branch end_of_packet 
-:      004754 error_payload_crc:
-0x2637 004755 fetch 2 ,mem_rx_crc_err 
-0x2638 004756 increase 1 ,pdata 
-0x2639 004757 store 2 ,mem_rx_crc_err 
-0x263a 004758 call discard_pkt 
-0x263b 004759 bmark0 mark_testmode ,error_payload 
-0x263c 004760 set1 mark_loopback ,mark 
-:      004761 error_payload:
-0x263d 004762 branch end_of_packet 
-:      004764 discard_pkt:
-0x263e 004765 bpatch patch0c_4 ,mem_patch0c 
-0x263f 004766 fetch 1 ,mem_lch_code 
-0x2640 004767 compare 3 ,pdata ,0x03 
-0x2641 004768 nbranch discard_pkt_l2cap ,true 
-:      004769 discard_pkt_lmp:
-0x2642 004770 fetcht 1 ,mem_state_map 
-0x2643 004771 set0 smap_rxlmp ,temp 
-0x2644 004772 storet 1 ,mem_state_map 
-0x2645 004773 rtn 
-:      004774 discard_pkt_l2cap:
-0x2646 004777 fetcht 1 ,mem_state_map 
-0x2647 004778 set0 smap_rxl2cap ,temp 
-0x2648 004779 storet 1 ,mem_state_map 
-0x2649 004780 branch h4_send_acl_trigger_clear 
-:      004782 redundant_payload:
-0x264a 004783 fetch 1 ,mem_arq 
-0x264b 004784 set1 arqnx ,pdata 
-0x264c 004785 store 1 ,mem_arq 
-:      004786 end_of_packet:
-0x264d 004787 bpatch patch0c_5 ,mem_patch0c 
-0x264e 004788 disable encode_fec0 
-0x264f 004789 disable encode_fec2 
-0x2650 004790 disable decode_fec0 
-0x2651 004791 disable decode_fec2 
-0x2652 004792 disable enable_crc 
-0x2653 004793 disable encrypt 
-0x2654 004794 disable enable_white 
-0x2655 004795 branch shutdown_radio ,is_rx 
-0x2656 004796 until null ,tx_clear 
-0x2657 004797 nop 100 
-0x2658 004798 branch shutdown_radio 
-:      004800 process_fhs:
-0x2659 004801 bpatch patch0c_6 ,mem_patch0c 
-0x265a 004802 enable enable_crc 
-0x265b 004803 enable decode_fec2 
-0x265c 004804 parse demod ,bucket ,72 
-0x265d 004805 isolate1 58 ,pdata 
-0x265e 004806 setflag true ,mark_fhs_eir ,mark 
-0x265f 004807 copy bt_adr ,temp 
-0x2660 004808 ialigned bt_adr 
-0x2661 004809 ialigned fhs0 
-0x2662 004810 pulse recalc 
-0x2663 004811 setsect 2 ,0xfffff 
-0x2664 004812 setsect 3 ,0x0ffff 
-0x2665 004813 nop 32 
-0x2666 004814 iverify fhs_parity 
-0x2667 004815 deposit lap 
-0x2668 004816 store 3 ,extm_lap 
-0x2669 004817 deposit uap 
-0x266a 004818 store 1 ,extm_uap 
-0x266b 004819 copy temp ,bt_adr 
-0x266c 004820 branch fhs_parity_ok ,true 
-0x266d 004821 branch error_payload 
-:      004822 fhs_parity_ok:
-0x266e 004823 bpatch patch0c_7 ,mem_patch0c 
-0x266f 004824 parse demod ,bucket ,72 
-0x2670 004825 ialigned fhs1 
-0x2671 004826 ialigned am_addr 
-0x2672 004827 ialigned nap 
-0x2673 004828 ialigned regb 
-0x2674 004829 force 0 ,pdata 
-0x2675 004830 parse demod ,bucket ,16 
-0x2676 004831 branch error_payload ,crc_failed 
-0x2677 004832 setarg 0x0ffffffc 
-0x2678 004833 iand regb ,pdata 
-0x2679 004834 store 4 ,mem_clke_bt 
-0x267a 004835 deposit fhs_class 
-0x267b 004836 store 3 ,extm_class 
-0x267c 004837 deposit fhs_misc 
-0x267d 004838 store 1 ,extm_fhs_misc 
-0x267e 004839 deposit am_addr 
-0x267f 004840 store 1 ,extm_newconn_am_addr 
-0x2680 004841 deposit nap 
-0x2681 004842 store 2 ,extm_nap 
-0x2682 004843 deposit bt_clk 
-0x2683 004844 inject rxf ,32 
-0x2684 004845 compare type_fhs ,type ,0x0f 
-0x2685 004846 setflag true ,mark_fhs_already_good ,mark 
-0x2686 004847 branch end_of_packet 
-:      004849 clear_got_tx:
-0x2687 004850 bpatch patch0d_0 ,mem_patch0d 
-0x2688 004851 fetch 1 ,mem_arq 
-0x2689 004852 rtnbit0 wack 
-0x268a 004853 set0 wack ,pdata 
-0x268b 004854 setflip seqnx ,pdata 
-0x268c 004855 store 1 ,mem_arq 
-0x268d 004856 fetch 1 ,mem_last_type 
-0x268e 004857 beq type_lmp ,clear_got_txlmp 
-0x268f 004858 rtneq type_hv3 
-0x2690 004859 fetch 1 ,mem_op 
-0x2691 004860 rtnbit0 op_txl2cap ,pdata 
-0x2692 004861 set0 op_txl2cap ,pdata 
-0x2693 004862 set1 op_pkt_comp ,pdata 
-0x2694 004863 store 1 ,mem_op 
-0x2695 004864 set0 mark_tx_l2cap ,mark 
-0x2696 004865 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x2697 004866 nrtn blank 
-0x2698 004867 fetch 1 ,mem_op 
-0x2699 004868 set0 op_pkt_comp ,pdata 
-0x269a 004869 store 1 ,mem_op 
-0x269b 004870 branch l2cap_malloc_free 
-:      004872 clear_got_txlmp:
-0x269c 004873 bpatch patch0d_1 ,mem_patch0d 
-0x269d 004874 fetch 1 ,mem_lmo_header_opcode 
-0x269e 004875 rshift pdata ,pdata 
-0x269f 004876 beq lmp_start_encryption_req ,start_encryption 
-0x26a0 004877 beq lmp_stop_encryption_req ,stop_encryption 
-0x26a1 004878 beq lmp_unsniff_req ,sniff_exit 
-0x26a2 004879 beq lmp_escape ,clear_lmp_escape 
-0x26a3 004880 rtnne lmp_accepted 
-0x26a4 004881 fetch 1 ,mem_lmo_payload 
-0x26a5 004882 beq lmp_sco_link_req ,sco_link_req_by_slave 
-0x26a6 004883 beq lmp_start_encryption_req ,clear_send_setup_complete 
-0x26a7 004884 rtn 
-:      004886 clear_lmp_escape:
-0x26a8 004887 fetch 1 ,mem_lmo_payload 
-0x26a9 004888 set1 7 ,pdata 
-0x26aa 004889 rtn 
-:      004890 clear_send_setup_complete:
-0x26ab 004891 rtn master 
-0x26ac 004892 fetch 1 ,mem_state 
-0x26ad 004893 rtnbit1 state_conn_comp 
-0x26ae 004894 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x26af 004895 rtn 
-:      004898 sco_link_req_by_slave:
-0x26b0 004899 rtn master 
-0x26b1 004900 fetch 1 ,mem_mode 
-0x26b2 004901 isolate1 send_sco_when_slave ,pdata 
-0x26b3 004902 branch clean_mem_mode ,true 
-0x26b4 004904 rtn 
-:      004905 clean_mem_mode:
-0x26b5 004906 set0 send_sco_when_slave ,pdata 
-0x26b6 004907 store 1 ,mem_mode 
-0x26b7 004908 rtn 
-:      004910 start_encryption:
-0x26b8 004911 bpatch patch0d_2 ,mem_patch0d 
-0x26b9 004912 fetch 1 ,mem_state_map 
-0x26ba 004913 set1 smap_encryption ,pdata 
-0x26bb 004914 store 1 ,mem_state_map 
-0x26bc 004915 jam 1 ,core_encrypt 
-0x26bd 004916 fetch 1 ,mem_state 
-0x26be 004917 isolate1 state_conn_comp ,pdata 
-0x26bf 004918 rtn 
-:      004920 stop_encryption:
-0x26c0 004921 bpatch patch0d_3 ,mem_patch0d 
-0x26c1 004922 fetch 1 ,mem_state_map 
-0x26c2 004923 set0 smap_encryption ,pdata 
-0x26c3 004924 store 1 ,mem_state_map 
-0x26c4 004925 jam 0 ,core_encrypt 
-0x26c5 004926 rtn 
-:      004929 sniff_init:
-0x26c6 004930 bpatch patch0d_4 ,mem_patch0d 
-0x26c7 004931 copy clkn_bt ,pdata 
-0x26c8 004932 store 4 ,mem_lpm_delay_after_sniff 
-0x26c9 004933 add clkn_bt ,3 ,rega 
-0x26ca 004934 branch sniff_init_master ,master 
-0x26cb 004935 add clke_bt ,3 ,rega 
-:      004936 sniff_init_master:
-0x26cc 004937 fetcht 2 ,mem_tsniff 
-0x26cd 004938 deposit rega 
-0x26ce 004939 set0 27 ,pdata 
-0x26cf 004940 idiv temp 
-0x26d0 004941 fetch 2 ,mem_dsniff 
-0x26d1 004942 call wait_div_end 
-0x26d2 004943 remainder regc 
-0x26d3 004944 isub regc ,pdata 
-0x26d4 004945 branch sniff_init_nowrap ,positive 
-0x26d5 004946 iadd temp ,pdata 
-:      004947 sniff_init_nowrap:
-0x26d6 004948 iadd rega ,pdata 
-0x26d7 004949 store 4 ,mem_sniff_anchor 
-0x26d8 004950 jam switch_flag_init ,mem_switch_flag 
-0x26d9 004951 fetch 1 ,mem_state 
-0x26da 004952 set1 state_insniff ,pdata 
-0x26db 004953 store 1 ,mem_state 
-0x26dc 004954 fetch 1 ,mem_sniff_attempt 
-0x26dd 004955 store 1 ,mem_current_sniff_attempt 
-0x26de 004956 setarg 0 
-0x26df 004957 store 3 ,mem_sniff_rcv 
-0x26e0 004958 store 3 ,mem_sniff_lost 
-0x26e1 004959 store 1 ,mem_sniff_unint_lost 
-0x26e2 004960 jam bt_evt_enter_sniff ,mem_fifo_temp 
-0x26e3 004961 call ui_ipc_send_event 
-0x26e4 004962 fetch 2 ,mem_rx_window_sniff 
-0x26e5 004963 store 2 ,mem_rx_window 
-0x26e6 004964 nrtn master 
-0x26e7 004965 add am_addr ,-1 ,queue 
-0x26e8 004966 rtn 
-:      004968 sniff_exit:
-0x26e9 004969 bpatch patch0d_5 ,mem_patch0d 
-0x26ea 004970 fetch 1 ,mem_state 
-0x26eb 004971 rtnbit0 state_insniff 
-0x26ec 004972 set0 state_insniff ,pdata 
-0x26ed 004973 store 1 ,mem_state 
-0x26ee 004974 fetch 2 ,mem_rx_window_init 
-0x26ef 004975 store 2 ,mem_rx_window 
-0x26f0 004976 disable wake 
-0x26f1 004977 jam bt_evt_exit_sniff ,mem_fifo_temp 
-0x26f2 004978 branch ui_ipc_send_event 
-:      004981 check_attempt:
-0x26f3 004982 bpatch patch0d_6 ,mem_patch0d 
-0x26f4 004983 enable attempt 
-0x26f5 004984 fetch 1 ,mem_state 
-0x26f6 004985 bbit1 state_insniff ,check_attempt_sniff 
-0x26f7 004986 rtnmark1 mark_testmode 
-0x26f8 004987 fetch 1 ,mem_arq 
-0x26f9 004988 rtnbit1 wack 
-0x26fa 004989 fetch 1 ,mem_lmp_to_send 
-0x26fb 004990 nrtn blank 
-0x26fc 004991 fetch 1 ,mem_op 
-0x26fd 004992 rtnbit1 op_txl2cap 
-:      004993 check_attempt_nomore:
-0x26fe 004994 force 0 ,pdata 
-0x26ff 004995 rtn 
-:      004997 check_attempt_sniff:
-0x2700 004998 bbit0 state_insco ,check_attempt_not_sco 
-0x2701 004999 fetch 1 ,mem_current_sniff_attempt 
-0x2702 005000 beq 2 ,check_attempt_sniff_restore_sco 
-0x2703 005001 fetch 1 ,mem_arq 
-0x2704 005002 bbit1 wack ,check_attempt_notimeout 
-0x2705 005003 bmark0 mark_esco_rxok ,check_attempt_notimeout 
-:      005004 check_attempt_sniff_restore_sco:
-0x2706 005005 nbranch check_attempt_notimeout ,master 
-0x2707 005006 fetch 1 ,mem_lmp_to_send 
-0x2708 005007 nbranch check_attempt_notimeout ,blank 
-:      005008 check_attempt_sco_master:
-0x2709 005009 fetch 1 ,mem_sco_poll 
-0x270a 005010 increase -1 ,pdata 
-0x270b 005011 store 1 ,mem_sco_poll 
-0x270c 005012 nbranch check_attempt_nomore ,blank 
-0x270d 005013 jam param_sco_poll ,mem_sco_poll 
-0x270e 005014 branch check_attempt_notimeout 
-:      005021 check_attempt_not_sco:
-0x270f 005022 fetch 1 ,mem_current_sniff_attempt 
-0x2710 005023 bne 1 ,check_attempt_notimeout 
-0x2711 005024 fetch 1 ,mem_current_sniff_timeout 
-0x2712 005025 branch check_attempt_notimeout ,blank 
-0x2713 005026 increase -1 ,pdata 
-0x2714 005027 store 1 ,mem_current_sniff_timeout 
-0x2715 005028 fetch 1 ,mem_arq 
-0x2716 005029 rtnbit1 wack 
-0x2717 005030 nrtn match 
-:      005031 check_attempt_notimeout:
-0x2718 005032 fetch 1 ,mem_current_sniff_attempt 
-0x2719 005033 increase -1 ,pdata 
-0x271a 005034 store 1 ,mem_current_sniff_attempt 
-0x271b 005035 rtn 
-:      005046 sniff_check_window:
-0x271c 005047 bpatch patch0d_7 ,mem_patch0d 
-0x271d 005048 disable swfine 
-0x271e 005049 copy temp ,stop_watch 
-0x271f 005050 call context_search_sniff_window 
-0x2720 005051 disable user 
-0x2721 005052 nrtn zero 
-0x2722 005053 force 0 ,stop_watch 
-0x2723 005054 enable user 
-0x2724 005055 rtn 
-:      005058 check_esco_amaddr:
-0x2725 005059 fetch 1 ,mem_esco_addr 
-0x2726 005060 icompare 0xff ,am_addr 
-0x2727 005061 rtn 
-:      005064 parse_l2cap:
-0x2728 005065 bpatch patch0e_0 ,mem_patch0e 
-0x2729 005066 set0 mark_rxbuf_inuse ,mark 
-:      005067 parse_l2cap_cont:
-0x272a 005068 jam l2cap_rx_clear ,mem_l2cap_rx_done 
-0x272b 005069 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x272c 005070 rtn blank 
-0x272d 005071 isolate1 l2cap_inuse_buff1 ,pdata 
-0x272e 005072 arg mem_l2cap_rxbuff1 ,contr 
-0x272f 005073 call process_rx_l2cap_pkt ,true 
-0x2730 005074 bpatch patch0e_1 ,mem_patch0e 
-0x2731 005075 fetch 1 ,mem_l2cap_rx_done 
-0x2732 005076 beq l2cap_rx_done ,parse_l2cap_release_buff1 
-0x2733 005078 jam l2cap_rx_clear ,mem_l2cap_rx_done 
-0x2734 005079 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x2735 005080 rtnbit0 l2cap_inuse_buff2 
-0x2736 005081 arg mem_l2cap_rxbuff2 ,contr 
-0x2737 005082 call process_rx_l2cap_pkt 
-0x2738 005083 fetch 1 ,mem_l2cap_rx_done 
-0x2739 005084 beq l2cap_rx_done ,parse_l2cap_release_buff2 
-0x273a 005085 rtn 
-:      005087 parse_l2cap_release_buff1:
-0x273b 005088 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x273c 005089 set0 l2cap_inuse_buff1 ,pdata 
-0x273d 005090 store 1 ,mem_l2cap_rxbuff_inuse 
-0x273e 005091 setarg 0 
-0x273f 005092 store 2 ,mem_l2cap_rxbuff1_len 
-0x2740 005093 rtn 
-:      005094 parse_l2cap_release_buff2:
-0x2741 005095 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x2742 005096 set0 l2cap_inuse_buff2 ,pdata 
-0x2743 005097 store 1 ,mem_l2cap_rxbuff_inuse 
-0x2744 005098 setarg 0 
-0x2745 005099 store 2 ,mem_l2cap_rxbuff2_len 
-0x2746 005100 rtn 
-:      005102 l2cap_buff1_inuse:
-0x2747 005103 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x2748 005104 set1 l2cap_inuse_buff1 ,pdata 
-0x2749 005105 store 1 ,mem_l2cap_rxbuff_inuse 
-0x274a 005106 rtn 
-:      005108 l2cap_buff2_inuse:
-0x274b 005109 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x274c 005110 set1 l2cap_inuse_buff2 ,pdata 
-0x274d 005111 store 1 ,mem_l2cap_rxbuff_inuse 
-0x274e 005112 rtn 
-:      005118 slave_send_access:
-0x274f 005119 bpatch patch0e_2 ,mem_patch0e 
-0x2750 005120 add clke_bt ,1 ,bt_clk 
-0x2751 005121 call fetch_extm_bt_adr 
-0x2752 005122 force 0x03 ,freq_mode 
-0x2753 005123 call tx_radio_freq 
-0x2754 005124 call start_transmitter 
-0x2755 005125 call start_tx_external 
-0x2756 005126 branch send_access_word 
-:      005129 slave_conn_send_packet:
-0x2757 005130 bpatch patch0e_3 ,mem_patch0e 
-0x2758 005131 call rf_setup_time_slave_slot 
-0x2759 005132 deposit clke_bt 
-0x275a 005133 fetcht 4 ,mem_next_btclk 
-0x275b 005134 isub temp ,pdata 
-0x275c 005135 rtnne 1 
-0x275d 005136 compare type_null ,type ,0x1f 
-0x275e 005137 nbranch slave_conn_send_access ,true 
-0x275f 005138 fetch 1 ,mem_rx_type 
-0x2760 005139 rtn blank 
-:      005140 slave_conn_send_access:
-0x2761 005141 call slave_send_access 
-:      005142 transmit_packet:
-0x2762 005143 compare type_id ,type ,0x1f 
-0x2763 005144 branch end_of_packet ,true 
-0x2764 005145 rshift bt_clk ,temp 
-0x2765 005146 or temp ,0x40 ,white_init 
-:      005147 transmit_packet_whitened:
-0x2766 005148 bpatch patch0e_4 ,mem_patch0e 
-0x2767 005149 enable enable_white 
-0x2768 005150 enable enable_hec 
-0x2769 005151 enable encode_fec1 
-0x276a 005152 set0 mark_longpacket ,mark 
-0x276b 005153 deposit am_addr 
-0x276c 005154 inject mod ,3 
-0x276d 005155 deposit type 
-0x276e 005156 inject mod ,4 
-0x276f 005157 fetch 1 ,mem_arq 
-0x2770 005158 inject bucket ,4 
-0x2771 005159 inject mod ,3 
-0x2772 005160 enable enable_parity 
-0x2773 005161 inject mod ,8 
-0x2774 005162 disable encode_fec1 
-0x2775 005163 disable enable_parity 
-0x2776 005164 disable enable_hec 
-0x2777 005165 set0 psk3m ,radio_ctrl 
-0x2778 005166 arg 0 ,temp 
-0x2779 005167 call reserve_slot 
-0x277a 005168 bpatch patch0e_5 ,mem_patch0e 
-0x277b 005169 and type ,0x1f ,pdata 
-0x277c 005170 beq type_lmp ,transmit_lmp 
-0x277d 005171 beq type_null ,end_of_packet 
-0x277e 005172 beq type_poll ,end_of_packet 
-0x277f 005173 beq type_fhs ,transmit_fhs 
-0x2780 005174 beq type_dm1 ,transmit_dm1 
-0x2781 005175 beq type_dh1 ,transmit_dh1 
-0x2782 005176 beq type_hv3 ,transmit_hev 
-0x2783 005177 beq type_3dh1 ,transmit_3dh1 
-0x2784 005178 arg 4 ,temp 
-0x2785 005179 call reserve_slot 
-0x2786 005180 beq type_dm3 ,transmit_dm3 
-0x2787 005181 beq type_dh3 ,transmit_dh3 
-0x2788 005182 arg 8 ,temp 
-0x2789 005183 call reserve_slot 
-0x278a 005184 beq type_dh5 ,transmit_dh5 
-0x278b 005185 branch transmit_dm5 
-:      005188 transmit_hev:
-0x278c 005189 bpatch patch0e_6 ,mem_patch0e 
-0x278d 005190 enable encode_fec0 
-0x278e 005191 enable enable_crc 
-0x278f 005192 enable encrypt 
-0x2790 005193 force 30 ,loopcnt 
-0x2791 005194 arg mem_sco_obuf ,contr 
-:      005195 transmit_ev_loop:
-0x2792 005196 ifetch 1 ,contr 
-0x2793 005197 inject mod ,8 
-0x2794 005198 loop transmit_ev_loop 
-0x2795 005199 bmark1 mark_esco ,transmit_end 
-0x2796 005200 branch end_of_packet 
-:      005202 transmit_fhs:
-0x2797 005203 bpatch patch0e_7 ,mem_patch0e 
-0x2798 005204 fetch 1 ,mem_fhs_am_addr 
-0x2799 005205 icopy am_addr 
-0x279a 005206 fetch 1 ,mem_fhs_misc 
-0x279b 005207 icopy fhs_misc 
-0x279c 005208 fetch 3 ,mem_class 
-0x279d 005209 icopy fhs_class 
-0x279e 005210 fetch 2 ,mem_nap 
-0x279f 005211 icopy nap 
-0x27a0 005212 enable enable_crc 
-0x27a1 005213 enable encode_fec2 
-0x27a2 005214 copy bt_adr ,rega 
-0x27a3 005215 call fetch_self_bt_adr 
-0x27a4 005216 pulse recalc 
-0x27a5 005217 nop 32 
-0x27a6 005218 copy bt_clk ,timeup 
-0x27a7 005219 fetch 4 ,mem_clkn_bt 
-0x27a8 005220 icopy bt_clk 
-0x27a9 005221 preload fhs0 
-0x27aa 005222 set1 58 ,pdata 
-0x27ab 005223 inject mod ,72 
-0x27ac 005224 preload fhs1 
-0x27ad 005225 inject mod ,72 
-0x27ae 005226 copy timeup ,bt_clk 
-0x27af 005227 copy rega ,bt_adr 
-0x27b0 005228 enable enable_parity 
-0x27b1 005229 inject mod ,16 
-0x27b2 005230 disable enable_parity 
-0x27b3 005231 branch end_of_packet 
-:      005233 transmit_lmp:
-0x27b4 005234 bpatch patch0f_0 ,mem_patch0f 
-0x27b5 005235 enable encrypt 
-0x27b6 005236 enable enable_crc 
-0x27b7 005237 enable encode_fec2 
-0x27b8 005238 fetch 1 ,mem_lmo_header_length 
-0x27b9 005239 and pdata ,0x1f8 ,temp 
-0x27ba 005240 arg mem_lmo_header_length ,contr 
-0x27bb 005241 increase 8 ,temp 
-:      005242 transmit_lmp_loop:
-0x27bc 005243 add temp ,-72 ,regc 
-0x27bd 005244 nbranch transmit_lmp_finish ,positive 
-0x27be 005245 ifetch 9 ,contr 
-0x27bf 005246 inject mod ,72 
-0x27c0 005247 copy regc ,temp 
-0x27c1 005248 branch transmit_lmp_loop 
-:      005249 transmit_lmp_finish:
-0x27c2 005250 ifetch 9 ,contr 
-0x27c3 005251 iinject mod ,temp 
-0x27c4 005252 branch transmit_end 
-:      005254 transmit_dm1:
-0x27c5 005255 enable encode_fec2 
-0x27c6 005256 branch transmit_dmh 
-:      005257 transmit_dm3:
-:      005258 transmit_dm5:
-0x27c7 005259 enable encode_fec2 
-0x27c8 005260 set1 mark_longpacket ,mark 
-0x27c9 005261 branch transmit_dmh 
-:      005263 transmit_3dh1:
-0x27ca 005264 set1 psk3m ,radio_ctrl 
-:      005265 transmit_dh1:
-0x27cb 005266 enable encode_fec0 
-0x27cc 005267 branch transmit_dmh 
-:      005269 transmit_dh3:
-:      005270 transmit_dh5:
-0x27cd 005271 set1 psk3m ,radio_ctrl 
-0x27ce 005272 enable encode_fec0 
-0x27cf 005273 set1 mark_longpacket ,mark 
-:      005275 transmit_dmh:
-0x27d0 005276 bpatch patch0f_1 ,mem_patch0f 
-0x27d1 005277 fetch 1 ,mem_state_map 
-0x27d2 005278 bbit0 smap_edr ,transmit_noedr 
-0x27d3 005279 sub type ,3 ,null 
-0x27d4 005280 branch transmit_noedr ,positive 
-0x27d5 005281 disable encrypt 
-0x27d6 005282 disable encode_fec2 
-0x27d7 005283 enable encode_fec0 
-0x27d8 005284 disable enable_white 
-0x27d9 005285 set1 psk ,radio_ctrl 
-0x27da 005286 isolate1 psk3m ,radio_ctrl 
-0x27db 005287 branch transmit_edr3m ,true 
-0x27dc 005288 setarg 0xabeee 
-0x27dd 005289 inject mod ,20 
-0x27de 005290 branch transmit_edr_sync_end 
-:      005291 transmit_edr3m:
-0x27df 005292 setarg 0x5faeba 
-0x27e0 005293 inject mod ,24 
-0x27e1 005294 setarg 0x12 
-0x27e2 005295 inject mod ,6 
-:      005296 transmit_edr_sync_end:
-0x27e3 005297 enable enable_white 
-0x27e4 005298 set1 mark_longpacket ,mark 
-:      005299 transmit_noedr:
-0x27e5 005300 enable encrypt 
-0x27e6 005301 enable enable_crc 
-0x27e7 005302 bmark1 mark_loopback ,transmit_loopback 
-0x27e8 005303 fetch 1 ,mem_tx_lch 
-0x27e9 005304 inject mod ,3 
-0x27ea 005305 fetch 2 ,mem_tx_len 
-0x27eb 005306 iforce loopcnt 
-0x27ec 005307 bmark1 mark_longpacket ,transmit_long 
-0x27ed 005308 inject mod ,5 
-0x27ee 005309 branch transmit_stuff 
-:      005310 transmit_long:
-0x27ef 005311 inject mod ,13 
-:      005312 transmit_stuff:
-0x27f0 005313 deposit loopcnt 
-0x27f1 005314 branch transmit_end ,blank 
-0x27f2 005315 fetch 2 ,mem_txptr 
-0x27f3 005316 iforce contr 
-:      005317 transmit_stuff_loop:
-0x27f4 005318 ifetch 1 ,contr 
-0x27f5 005319 inject mod ,8 
-0x27f6 005320 loop transmit_stuff_loop 
-:      005323 transmit_end:
-0x27f7 005324 enable enable_parity 
-0x27f8 005325 inject mod ,16 
-0x27f9 005326 disable enable_parity 
-0x27fa 005327 call set_wait_ack 
-0x27fb 005328 fetch 1 ,mem_state_map 
-0x27fc 005329 bbit0 smap_edr ,end_of_packet 
-0x27fd 005330 force 0 ,pdata 
-0x27fe 005331 inject mod ,6 
-0x27ff 005332 branch end_of_packet 
-:      005335 transmit_loopback:
-0x2800 005336 bpatch patch0f_2 ,mem_patch0f 
-0x2801 005337 bmark1 mark_longpacket ,transmit_loopback_long 
-:      005338 transmit_loopback_short:
-0x2802 005339 fetch 1 ,mem_lch_code 
-0x2803 005340 inject mod ,3 
-0x2804 005341 fetch 1 ,mem_len 
-0x2805 005342 iforce regc 
-0x2806 005343 inject mod ,5 
-0x2807 005344 branch transmit_loopback_cont 
-:      005345 transmit_loopback_long:
-0x2808 005346 fetch 1 ,mem_lch_code 
-0x2809 005347 inject mod ,3 
-0x280a 005348 fetch 2 ,mem_len 
-0x280b 005349 iforce regc 
-0x280c 005350 inject mod ,13 
-:      005351 transmit_loopback_cont:
-0x280d 005352 arg mem_rxbuf ,contr 
-:      005353 transmit_loopback_loop:
-0x280e 005354 copy regc ,null 
-0x280f 005355 branch transmit_loopback_end ,zero 
-0x2810 005356 ifetch 1 ,contr 
-0x2811 005357 inject mod ,8 
-0x2812 005358 increase -1 ,regc 
-0x2813 005359 branch transmit_loopback_loop 
-:      005360 transmit_loopback_end:
-0x2814 005361 fetch 2 ,mem_tst_pktcnt_dmh 
-0x2815 005362 increase 1 ,pdata 
-0x2816 005363 store 2 ,mem_tst_pktcnt_dmh 
-0x2817 005364 branch transmit_end 
-:      005367 apply_switch_clke:
-0x2818 005368 fetch 4 ,mem_clke_bt 
-0x2819 005369 add pdata ,7 ,rega 
-0x281a 005370 fetch 2 ,mem_slot_offset 
-0x281b 005371 nbranch apply_switch_nozero ,blank 
-0x281c 005372 increase -3 ,rega 
-0x281d 005373 branch apply_switch_wait_loop 
-:      005374 apply_switch_nozero:
-0x281e 005375 mul32 pdata ,12 ,pdata 
-0x281f 005376 hfetcht 2 ,core_halfslot 
-0x2820 005377 increase 1 ,temp 
-:      005378 apply_switch_loop:
-0x2821 005379 isub temp ,pdata 
-0x2822 005380 nbranch apply_switch_bt ,positive 
-0x2823 005381 increase -1 ,rega 
-0x2824 005382 branch apply_switch_loop 
-:      005383 apply_switch_bt:
-0x2825 005384 sub pdata ,0 ,pdata 
-:      005385 apply_switch_wait_loop:
-0x2826 005386 until null ,oneslot 
-0x2827 005387 compare 0 ,clkn_bt ,3 
-0x2828 005388 nbranch apply_switch_wait_loop ,true 
-0x2829 005389 iforce clke_rt 
-0x282a 005390 copy rega ,clke_bt 
-0x282b 005391 iforce clke_rt 
-0x282c 005392 rtn 
-:      005395 calc_slot_offset:
-0x282d 005396 bpatch patch0f_3 ,mem_patch0f 
-0x282e 005397 until null ,halfslot 
-0x282f 005398 deposit clke 
-0x2830 005399 iforce contr 
-0x2831 005400 rshift16 ,pdata ,pdata 
-0x2832 005401 isub clkn_bt ,loopcnt 
-0x2833 005402 and_into 3 ,loopcnt 
-0x2834 005403 nbranch calc_bt_portion ,zero 
-0x2835 005404 force 0 ,pdata 
-0x2836 005405 branch calc_skip_bt 
-:      005406 calc_bt_portion:
-0x2837 005407 arg 3750 ,temp 
-0x2838 005408 force 0 ,pdata 
-:      005409 calc_slot_offset_loop:
-0x2839 005410 iadd temp ,pdata 
-0x283a 005411 loop calc_slot_offset_loop 
-:      005412 calc_skip_bt:
-0x283b 005413 iadd contr ,pdata 
-0x283c 005414 div pdata ,12 
-0x283d 005415 call wait_div_end 
-0x283e 005416 quotient pdata 
-0x283f 005417 store 2 ,mem_slot_offset 
-0x2840 005418 rtn 
-:      005420 calc_clke_offset:
-0x2841 005421 bpatch patch0f_4 ,mem_patch0f 
-0x2842 005422 deposit clke 
-0x2843 005423 copy clkn ,temp 
-0x2844 005424 isub temp ,null 
-0x2845 005425 nsetflag positive ,44 ,pdata 
-0x2846 005426 isub temp ,temp 
-0x2847 005427 setarg 3750 
-0x2848 005428 isolate0 15 ,temp 
-0x2849 005429 branch calc_clke_pos ,true 
-0x284a 005430 setarg -61786 
-0x284b 005431 iadd temp ,temp 
-:      005432 calc_clke_pos:
-0x284c 005433 storet 6 ,mem_le_clk_offset 
-0x284d 005434 rtn le 
-0x284e 005435 storet 6 ,mem_clk_offset 
-0x284f 005436 rtn 
-:      005438 calc_clke:
-0x2850 005439 disable clknt 
-0x2851 005440 fetch 6 ,mem_le_clk_offset 
-0x2852 005441 branch calc_clke2 ,le 
-0x2853 005442 fetch 6 ,mem_clk_offset 
-:      005443 calc_clke2:
-0x2854 005444 iadd clkn ,alarm 
-0x2855 005445 increase 10 ,alarm 
-0x2856 005446 setarg 3750 
-0x2857 005447 isub alarm ,pdata 
-0x2858 005448 isolate0 15 ,pdata 
-0x2859 005449 branch calc_clke_pos_adj ,true 
-0x285a 005450 setarg 0xf15a 
-0x285b 005451 iadd alarm ,alarm 
-:      005452 calc_clke_pos2:
-0x285c 005453 copy alarm ,clke 
-0x285d 005454 rtn 
-:      005455 calc_clke_pos_adj:
-0x285e 005456 force 0 ,null 
-0x285f 005457 branch calc_clke_pos2 
-:      005464 calc_radio_freq:
-0x2860 005465 bpatch patch0f_5 ,mem_patch0f 
-0x2861 005466 call set_sync_on 
-0x2862 005467 copy bt_clk ,pdata 
-0x2863 005468 and_into 0x180 ,pdata 
-0x2864 005469 compare 3 ,freq_mode ,0x07 
-0x2865 005470 nbranch freq_not_connection ,true 
-0x2866 005471 rshift3 pdata ,pdata 
-0x2867 005472 iadd freq_index ,pdata 
-0x2868 005473 branch do_hop_mod_now 
-:      005474 freq_not_connection:
-0x2869 005475 copy freq_index ,pdata 
-:      005476 do_hop_mod_now:
-0x286a 005477 div pdata ,79 
-0x286b 005478 pulse recalc 
-0x286c 005479 call wait_div_end 
-0x286d 005480 remainder rega 
-0x286e 005481 add rega ,-40 ,temp 
-0x286f 005482 branch odd_half ,positive 
-0x2870 005483 lshift rega ,temp 
-0x2871 005484 branch freq_result 
-:      005485 odd_half:
-0x2872 005486 lshift temp ,temp 
-0x2873 005487 increase 1 ,temp 
-:      005488 freq_result:
-0x2874 005489 bpatch patch0f_6 ,mem_patch0f 
-0x2875 005490 fetch 1 ,mem_mode 
-0x2876 005491 bbit0 afh_change ,afh_process_con 
-:      005492 afh_process_0:
-0x2877 005493 fetch 4 ,mem_afh_instant 
-0x2878 005494 isub bt_clk ,null 
-0x2879 005495 branch afh_process_con ,positive 
-0x287a 005496 call afh_clear 
-0x287b 005497 fetch 1 ,mem_afh_new_mod 
-0x287c 005498 rtn blank 
-0x287d 005499 fetch 1 ,mem_mode 
-0x287e 005500 set1 afh_enable ,pdata 
-0x287f 005501 store 1 ,mem_mode 
-0x2880 005502 fetch 5 ,mem_afh_map_new 
-0x2881 005503 store 5 ,mem_afh_map_lo 
-0x2882 005504 ifetch 5 ,contr 
-0x2883 005505 store 5 ,mem_afh_map_hi 
-0x2884 005506 call afh_process_freq_map 
-:      005507 afh_process_con:
-0x2885 005508 fetch 1 ,mem_mode 
-0x2886 005509 rtnbit0 afh_enable 
-0x2887 005510 isolate1 1 ,bt_clk 
-0x2888 005511 branch afh_same_channel ,true 
-0x2889 005512 rshift3 temp ,rega 
-0x288a 005513 and temp ,7 ,queue 
-0x288b 005514 setarg mem_afh_map_lo 
-0x288c 005515 iadd rega ,rega 
-0x288d 005516 ifetch 1 ,rega 
-0x288e 005517 qisolate0 pdata 
-0x288f 005518 branch afh_process_1 ,true 
-0x2890 005519 deposit temp 
-0x2891 005520 branch afh_process_end 
-:      005521 afh_process_1:
-0x2892 005522 fetch 1 ,mem_afh_used 
-0x2893 005523 iforce regb 
-0x2894 005524 deposit bt_clk 
-0x2895 005525 and_into 0x180 ,pdata 
-0x2896 005526 rshift3 pdata ,pdata 
-0x2897 005527 iadd freq_index ,pdata 
-0x2898 005528 idiv regb 
-0x2899 005529 setarg mem_afh_map 
-0x289a 005530 call wait_div_end 
-0x289b 005531 remainder rega 
-0x289c 005532 iadd rega ,contr 
-0x289d 005533 ifetch 1 ,contr 
-:      005534 afh_process_end:
-0x289e 005535 store 1 ,mem_afh_index 
-0x289f 005536 iforce temp 
-0x28a0 005537 rtn 
-:      005539 afh_same_channel:
-0x28a1 005540 fetch 1 ,mem_afh_index 
-0x28a2 005541 iforce temp 
-0x28a3 005542 rtn 
-:      005544 afh_clear:
-0x28a4 005545 fetch 1 ,mem_mode 
-0x28a5 005546 set0 afh_enable ,pdata 
-0x28a6 005547 set0 afh_change ,pdata 
-0x28a7 005548 store 1 ,mem_mode 
-0x28a8 005549 rtn 
-:      005555 afh_process_freq_map:
-0x28a9 005556 bpatch patch0f_7 ,mem_patch0f 
-0x28aa 005557 arg mem_afh_map ,contw 
-0x28ab 005558 force 10 ,loopcnt 
-0x28ac 005559 call memset0 
-0x28ad 005560 arg mem_afh_map ,contw 
-0x28ae 005561 force 0 ,regc 
-0x28af 005562 force 2 ,queue 
-:      005563 process_freq_3:
-0x28b0 005564 fetch 5 ,mem_afh_map_lo 
-0x28b1 005565 iforce temp 
-0x28b2 005566 compare 2 ,queue ,0xff 
-0x28b3 005567 branch process_freq_1 ,true 
-0x28b4 005568 rshift temp ,temp 
-:      005569 process_freq_1:
-0x28b5 005570 isolate0 0 ,temp 
-0x28b6 005571 branch process_freq_0 ,true 
-0x28b7 005572 deposit regc 
-0x28b8 005573 istore 1 ,contw 
-:      005574 process_freq_0:
-0x28b9 005575 rshift2 temp ,temp 
-0x28ba 005576 increase 2 ,regc 
-0x28bb 005577 compare 40 ,regc ,0xfe 
-0x28bc 005578 nbranch process_freq_2 ,true 
-0x28bd 005579 fetch 5 ,mem_afh_map_hi 
-0x28be 005580 iforce temp 
-0x28bf 005581 compare 2 ,queue ,0xff 
-0x28c0 005582 branch process_freq_2 ,true 
-0x28c1 005583 rshift temp ,temp 
-:      005584 process_freq_2:
-0x28c2 005585 sub regc ,78 ,null 
-0x28c3 005586 branch process_freq_1 ,positive 
-0x28c4 005587 force 1 ,regc 
-0x28c5 005588 increase -1 ,queue 
-0x28c6 005589 nbranch process_freq_3 ,zero 
-0x28c7 005590 arg mem_afh_map ,rega 
-0x28c8 005591 deposit contw 
-0x28c9 005592 isub rega ,pdata 
-0x28ca 005593 store 1 ,mem_afh_used 
-0x28cb 005594 rtn 
-:      005596 rx_radio_freq:
-0x28cc 005597 bpatch patch10_0 ,mem_patch10 
-0x28cd 005598 call calc_radio_freq 
-0x28ce 005599 fetch 1 ,mem_debug_config 
-0x28cf 005600 bbit0 debug_rx_fixed_freq ,rx_radio_freq_now 
-0x28d0 005601 fetcht 1 ,mem_rx_fixed_freq 
-:      005602 rx_radio_freq_now:
-0x28d1 005603 branch set_freq_rx 
-:      005606 tx_radio_freq:
-0x28d2 005607 bpatch patch10_1 ,mem_patch10 
-0x28d3 005608 call calc_radio_freq 
-0x28d4 005609 fetch 1 ,mem_debug_config 
-0x28d5 005610 bbit0 debug_tx_fixed_freq ,tx_radio_freq_now 
-0x28d6 005611 fetcht 1 ,mem_tx_fixed_freq 
-:      005612 tx_radio_freq_now:
-0x28d7 005613 branch set_freq_tx 
-:      005616 fetch_giac:
-0x28d8 005617 force 0 ,uap 
-0x28d9 005618 fetch 3 ,mem_glap 
-0x28da 005619 iforce lap 
-0x28db 005620 rtn 
-:      005622 fetch_page_bt_adr:
-0x28dc 005623 bpatch patch10_2 ,mem_patch10 
-0x28dd 005624 fetch 1 ,mem_hci_puap 
-0x28de 005625 icopy uap 
-0x28df 005626 fetch 3 ,mem_hci_plap 
-0x28e0 005627 icopy lap 
-0x28e1 005628 rtn 
-:      005630 fetch_self_bt_adr:
-0x28e2 005631 bpatch patch10_3 ,mem_patch10 
-0x28e3 005632 fetch 2 ,mem_nap 
-0x28e4 005633 icopy nap 
-0x28e5 005634 fetch 1 ,mem_uap 
-0x28e6 005635 icopy uap 
-0x28e7 005636 fetch 3 ,mem_lap 
-0x28e8 005637 icopy lap 
-0x28e9 005638 rtn 
-:      005640 fetch_extm_bt_adr:
-0x28ea 005641 bpatch patch10_4 ,mem_patch10 
-0x28eb 005642 fetch 2 ,mem_pnap 
-0x28ec 005643 icopy nap 
-0x28ed 005644 fetch 1 ,mem_puap 
-0x28ee 005645 icopy uap 
-0x28ef 005646 fetch 3 ,mem_plap 
-0x28f0 005647 icopy lap 
-0x28f1 005648 rtn 
-:      005651 fetch_diac:
-0x28f2 005652 bmark1 mark_all_diac ,fetch_diac_do 
-0x28f3 005653 rtnmark0 mark_inquiry_state 
-0x28f4 005654 rtnmark0 mark_periodical_diac 
-:      005655 fetch_diac_do:
-0x28f5 005656 and_into -256 ,lap 
-0x28f6 005657 pulse recalc 
-0x28f7 005658 nop 32 
-0x28f8 005659 rtn 
-:      005662 shutdown_radio:
-0x28f9 005663 bpatch patch10_5 ,mem_patch10 
-0x28fa 005664 branch shutdown_radio0 ,is_rx 
-0x28fb 005665 jam 0xd4 ,rf_tx_pa_ib 
-0x28fc 005666 nop 4 
-0x28fd 005667 jam 0xd2 ,rf_tx_pa_ib 
-0x28fe 005668 nop 4 
-0x28ff 005669 jam 0xd1 ,rf_tx_pa_ib 
-0x2900 005670 nop 4 
-0x2901 005671 fetch 1 ,mem_tx_power 
-0x2902 005672 beq tx_power_0db ,shutdown_radio_0db 
-0x2903 005673 beq tx_power_3db ,shutdown_radio_3db 
-0x2904 005674 beq tx_power_5db ,shutdown_radio_5db 
-0x2905 005675 beq tx_power_f3db ,shutdown_radio_f3db 
-0x2906 005676 beq tx_power_f5db ,shutdown_radio_f5db 
-0x2907 005677 beq tx_power_pair ,shutdown_radio_pair 
-:      005678 shutdown_radio_5db:
-:      005679 shutdown_radio_0db:
-0x2908 005680 jam 0xd0 ,rf_tx_pa_ib 
-0x2909 005681 jam 0xe0 ,rf_tx_pa_gc 
-:      005682 shutdown_radio0:
-0x290a 005683 force 0 ,radio_ctrl 
-0x290b 005684 disable is_rx 
-0x290c 005685 disable is_tx 
-0x290d 005686 pulse packet_end 
-0x290e 005687 jam 0x0 ,rfen_mdm 
-0x290f 005688 jam 0x0 ,rfen_tx 
-0x2910 005689 jam 0x0 ,rfen_rx 
-0x2911 005690 jam 0 ,rfen_sn 
-0x2912 005691 jam 0x70 ,rfen_msc 
-0x2913 005692 jam 0x0 ,rfen_adc 
-0x2914 005693 rtn 
-:      005695 shutdown_radio_pair:
-:      005696 shutdown_radio_f5db:
-:      005697 shutdown_radio_f3db:
-:      005698 shutdown_radio_3db:
-0x2915 005699 jam 0xd0 ,rf_tx_pa_ib 
-0x2916 005700 jam 0xc0 ,rf_tx_pa_gc 
-0x2917 005701 branch shutdown_radio0 
-:      005703 set_sync_on:
-0x2918 005704 bpatch patch10_6 ,mem_patch10 
-0x2919 005705 jam 0x0 ,rfen_mdm 
-0x291a 005706 jam 0x0 ,rfen_tx 
-0x291b 005707 jam 0x18 ,rfen_rx 
-0x291c 005708 jam 0xa7 ,rfen_sn 
-0x291d 005709 jam 0x7f ,rfen_msc 
-0x291e 005710 rtn 
-:      005712 set_freq_rx:
-0x291f 005713 bpatch patch10_7 ,mem_patch10 
-0x2920 005715 storet 1 ,mem_last_freq 
-0x2921 005716 add temp ,rx_freq_offset ,rega 
-0x2922 005717 jam 0x07 ,rf_balun_ctrim 
-0x2923 005718 branch rf_write_freq 
-:      005719 rf_rx_enable:
-0x2924 005720 bpatch patch11_0 ,mem_patch11 
-0x2925 005721 jam 0xcf ,rfen_tx 
-0x2926 005722 nop 10 
-0x2927 005723 jam 0xff ,rfen_rx 
-0x2928 005724 jam 0xaf ,rfen_sn 
-0x2929 005725 jam 0xff ,rfen_msc 
-0x292a 005726 nop 10 
-0x292b 005727 jam 0xa0 ,rfen_mdm 
-0x292c 005728 rtn 
-:      005730 set_freq_tx_offset:
-0x292d 005731 fetch 1 ,mem_250k_freq_enable 
-0x292e 005732 branch set_freq_tx_2m_offset ,blank 
-:      005733 set_freq_tx_0m_offset:
-0x292f 005734 add temp ,2 ,rega 
-0x2930 005735 rtn 
-:      005736 set_freq_tx_2m_offset:
-0x2931 005737 add temp ,0 ,rega 
-0x2932 005738 rtn 
-:      005740 set_freq_tx:
-0x2933 005741 bpatch patch11_1 ,mem_patch11 
-0x2934 005742 storet 1 ,mem_last_freq 
-0x2935 005743 call set_freq_tx_offset 
-0x2936 005744 call rf_write_freq 
-0x2937 005745 setarg param_pll_setup 
-0x2938 005746 call sleep 
-:      005747 txon:
-0x2939 005748 jam 0x1 ,rfen_adc 
-0x293a 005749 jam 0x3c ,rfen_rx 
-0x293b 005750 jam 0xe0 ,rfen_tx 
-0x293c 005751 jam 0x12 ,rf_balun_ctrim 
-0x293d 005752 nop 10 
-0x293e 005753 jam 0x01 ,rfen_mdm 
-0x293f 005754 jam 0x3d ,rfen_mdm 
-0x2940 005755 nop 10 
-0x2941 005756 jam 0xb7 ,rfen_sn 
-0x2942 005757 nop 10 
-0x2943 005758 jam 0x7f ,rfen_mdm 
-:      005759 txon_power_select:
-0x2944 005760 fetch 1 ,mem_tx_power 
-0x2945 005761 beq tx_power_0db ,set_tx_power_0db 
-0x2946 005762 beq tx_power_3db ,set_tx_power_3db 
-0x2947 005763 beq tx_power_5db ,set_tx_power_5db 
-0x2948 005764 beq tx_power_f3db ,set_tx_power_f3db 
-0x2949 005765 beq tx_power_f5db ,set_tx_power_f5db 
-0x294a 005766 beq tx_power_pair ,set_tx_power_pair 
-:      005767 set_tx_power_0db:
-0x294b 005768 jam 0xf0 ,rf_tx_pa_gc 
-0x294c 005769 call txon_common 
-0x294d 005770 jam 0xd8 ,rf_tx_pa_ib 
-0x294e 005771 rtn 
-:      005773 set_tx_power_3db:
-0x294f 005774 jam 0xdf ,rf_tx_pa_gc 
-0x2950 005775 call txon_common 
-0x2951 005776 jam 0xdf ,rf_tx_pa_ib 
-0x2952 005777 rtn 
-:      005779 set_tx_power_5db:
-0x2953 005780 jam 0xff ,rf_tx_pa_gc 
-0x2954 005781 call txon_common 
-0x2955 005782 jam 0xdf ,rf_tx_pa_ib 
-0x2956 005783 rtn 
-:      005784 set_tx_power_f3db:
-0x2957 005785 jam 0xce ,rf_tx_pa_gc 
-0x2958 005786 call txon_common 
-0x2959 005787 jam 0xd8 ,rf_tx_pa_ib 
-0x295a 005788 rtn 
-:      005790 set_tx_power_f5db:
-0x295b 005791 jam 0xcb ,rf_tx_pa_gc 
-0x295c 005792 call txon_common 
-0x295d 005793 jam 0xd8 ,rf_tx_pa_ib 
-0x295e 005794 rtn 
-:      005796 set_tx_power_pair:
-0x295f 005797 jam 0xd0 ,rf_tx_pa_ib 
-0x2960 005798 jam 0xc0 ,rf_tx_pa_gc 
-0x2961 005799 jam 0x4c ,0x8957 
-0x2962 005800 jam 0x6c ,0x8958 
-0x2963 005801 jam 0x50 ,0x8959 
-0x2964 005802 rtn 
-:      005804 txon_common:
-0x2965 005805 nop 4 
-0x2966 005806 jam 0xd1 ,rf_tx_pa_ib 
-0x2967 005807 nop 4 
-0x2968 005808 jam 0xd2 ,rf_tx_pa_ib 
-0x2969 005809 nop 4 
-0x296a 005810 jam 0xd4 ,rf_tx_pa_ib 
-0x296b 005811 rtn 
-:      005814 initialize_radio:
-0x296c 005815 jam clksel_rc ,core_clksel 
-:      005816 initialize_radio_wait:
-0x296d 005817 fetch 2 ,mem_rf_init_ptr 
-0x296e 005818 bbit0 14 ,initialize_radio_wait 
-0x296f 005819 iforce contr 
-0x2970 005820 arg 0x8900 ,temp 
-:      005821 initialize_radio_loop:
-0x2971 005822 ifetch 1 ,contr 
-0x2972 005823 beq 0xff ,initialize_radio_cont 
-0x2973 005824 ior temp ,contw 
-0x2974 005825 ifetch 1 ,contr 
-0x2975 005826 istore 1 ,contw 
-0x2976 005827 branch initialize_radio_loop 
-:      005828 initialize_radio_cont:
-0x2977 005829 bpatch patch11_2 ,mem_patch11 
-0x2978 005830 call lpm_cal_xtal_startup 
-0x2979 005831 call switchto_dpllclk 
-0x297a 005833 setarg param_dpll_start_delay 
-0x297b 005834 iadd clkn_bt ,pdata 
-0x297c 005835 store 4 ,mem_dpll_clkn 
-0x297d 005836 set1 reset ,radio_ctrl 
-0x297e 005837 force 0 ,radio_ctrl 
-0x297f 005838 ncall do_rccal ,wake 
-0x2980 005839 branch set_rccal 
-:      005842 rf_write_freq:
-0x2981 005843 bpatch patch11_3 ,mem_patch11 
-0x2982 005844 setarg 2400 
-0x2983 005845 iadd rega ,temp 
-0x2984 005846 fetch 1 ,mem_fcomp_mul 
-0x2985 005847 jam 0x04 ,rf_pll_rstn 
-0x2986 005848 imul32 temp ,pdata 
-0x2987 005849 fetcht 1 ,mem_fcomp_div 
-0x2988 005850 idiv temp 
-0x2989 005851 call wait_div_end 
-0x298a 005852 quotient rega 
-0x298b 005853 remainder pdata 
-0x298c 005854 lshift16 pdata ,pdata 
-0x298d 005855 lshift4 pdata ,pdata 
-0x298e 005856 idiv temp 
-0x298f 005857 call wait_div_end 
-0x2990 005858 quotient pdata 
-0x2991 005859 lshift8 pdata ,pdata 
-0x2992 005860 lshift pdata ,pdata 
-0x2993 005861 ior rega ,pdata 
-0x2994 005862 hstore 4 ,rf_pll_intg 
-0x2995 005863 jam 0x44 ,rf_pll_rstn 
-0x2996 005864 jam 0xc4 ,rf_pll_rstn 
-0x2997 005865 rtn 
-:      005868 do_rccal:
-0x2998 005869 bpatch patch11_4 ,mem_patch11 
-0x2999 005870 jam 0x02 ,rfen_adc 
-0x299a 005871 setarg 250000 
-0x299b 005872 call sleep 
-0x299c 005873 jam 0x7f ,rfen_rx 
-0x299d 005874 nop 130 
-0x299e 005875 jam 0x30 ,rf_rccal_ctrl 
-0x299f 005876 jam 0xd0 ,rfen_tx 
-0x29a0 005877 jam 0x70 ,rf_rccal_ctrl 
-0x29a1 005878 jam 0xf0 ,rf_rccal_ctrl 
-0x29a2 005879 force 50 ,loopcnt 
-:      005880 do_rccal_loop:
-0x29a3 005881 hfetch 1 ,rf_rccal_result 
-0x29a4 005882 bbit1 5 ,do_rccal_end 
-0x29a5 005883 loop do_rccal_loop 
-:      005884 do_rccal_end:
-0x29a6 005885 store 1 ,mem_rf_rccal 
-0x29a7 005886 jam 0 ,rfen_tx 
-0x29a8 005887 jam 0 ,rfen_rx 
-0x29a9 005888 jam 0x00 ,rfen_adc 
-0x29aa 005889 rtn 
-:      005891 set_rccal:
-0x29ab 005892 bpatch patch11_5 ,mem_patch11 
-0x29ac 005893 fetch 1 ,mem_rf_rccal 
-0x29ad 005894 set1 5 ,pdata 
-0x29ae 005895 hstore 1 ,rf_rccal_ctrl 
-0x29af 005896 hfetcht 1 ,rf_bpf_ctrim 
-0x29b0 005897 and_into 7 ,temp 
-0x29b1 005898 lshift3 pdata ,pdata 
-0x29b2 005899 ior temp ,pdata 
-0x29b3 005900 hstore 1 ,rf_bpf_ctrim 
-0x29b4 005901 hfetch 1 ,rf_bpf_ib 
-0x29b5 005902 set0 bpf_rccal ,pdata 
-0x29b6 005903 hstore 1 ,rf_bpf_ib 
-0x29b7 005904 hfetch 1 ,rf_adc_rccal 
-0x29b8 005905 set0 adc_rccal ,pdata 
-0x29b9 005906 hstore 1 ,rf_adc_rccal 
-0x29ba 005907 rtn 
-:      005909 save_rssi:
-0x29bb 005910 bpatch patch11_6 ,mem_patch11 
-0x29bc 005911 hfetch 2 ,rf_afc_d2a 
-0x29bd 005912 rshift4 pdata ,pdata 
-0x29be 005913 rshift3 pdata ,pdata 
-0x29bf 005914 sub pdata ,0 ,pdata 
-:      005915 bcd:
-0x29c0 005916 and_into 0xff ,pdata 
-0x29c1 005917 div pdata ,10 
-0x29c2 005918 call wait_div_end 
-0x29c3 005919 quotient pdata 
-0x29c4 005920 lshift4 pdata ,pdata 
-0x29c5 005921 remainder temp 
-0x29c6 005922 ior temp ,pdata 
-0x29c7 005923 store 1 ,mem_rssi 
-0x29c8 005924 rtn 
-:      005927 switchto_dpllclk:
-0x29c9 005928 jam clksel_rc ,core_clksel 
-0x29ca 005929 hfetch 1 ,rf_clkpll_frac + 2 
-0x29cb 005930 set0 4 ,pdata 
-0x29cc 005931 set0 5 ,pdata 
-0x29cd 005932 hstore 1 ,rf_clkpll_frac + 2 
-0x29ce 005933 jam 0x00 ,rfen_ck 
-0x29cf 005934 jam 0x00 ,rfen_msc 
-0x29d0 005935 jam 0x70 ,rfen_msc 
-0x29d1 005936 jam 0xff ,rfen_ck 
-0x29d2 005937 hfetch 1 ,rf_clkpll_frac + 2 
-0x29d3 005938 set1 4 ,pdata 
-0x29d4 005939 set1 5 ,pdata 
-0x29d5 005940 hstore 1 ,rf_clkpll_frac + 2 
-0x29d6 005941 call init_lpm_ctrl 
-0x29d7 005942 hfetch 1 ,rf_clkpll_int 
-0x29d8 005943 set1 7 ,pdata 
-0x29d9 005944 hstore 1 ,rf_clkpll_int 
-0x29da 005945 set0 7 ,pdata 
-0x29db 005946 hstore 1 ,rf_clkpll_int 
-0x29dc 005947 set1 7 ,pdata 
-0x29dd 005948 hstore 1 ,rf_clkpll_int 
-0x29de 005949 jam clksel_dpll ,core_clksel 
-0x29df 005950 nop 1 
-0x29e0 005951 jam clksel_xtal ,core_clksel 
-0x29e1 005952 hfetch 1 ,rf_clkpll_frac + 2 
-0x29e2 005953 and_into 0xcf ,pdata 
-0x29e3 005954 hstore 1 ,rf_clkpll_frac + 2 
-0x29e4 005955 or_into 0x30 ,pdata 
-0x29e5 005956 hstore 1 ,rf_clkpll_frac + 2 
-0x29e6 005957 rtn 
-:      005960 xtal_fast_wake:
-0x29e7 005961 setarg 0xf0f 
-0x29e8 005962 branch lpm_write_config 
-:      005964 init_lpm_ctrl:
-0x29e9 005965 setarg 0x80f 
-0x29ea 005966 branch lpm_write_config 
-:      005970 start_receiver:
-0x29eb 005971 bpatch patch11_7 ,mem_patch11 
-0x29ec 005972 call rf_rx_enable 
-0x29ed 005973 disable is_tx 
-0x29ee 005974 enable is_rx 
-0x29ef 005975 pulse init_encrypt 
-0x29f0 005976 rtn 
-:      005978 prep_crypt:
-0x29f1 005979 bpatch patch12_0 ,mem_patch12 
-0x29f2 005980 fetch 1 ,mem_state_map 
-0x29f3 005981 isolate1 smap_encryption ,pdata 
-0x29f4 005982 setflag true ,0 ,pdata 
-0x29f5 005983 hstore 1 ,core_encrypt 
-0x29f6 005984 arg mem_kc ,contr 
-0x29f7 005985 ifetch 9 ,contr 
-0x29f8 005986 iforce kc_ls 
-0x29f9 005987 ifetch 7 ,contr 
-0x29fa 005988 iforce kc_ms 
-0x29fb 005989 fetch 1 ,mem_key_size 
-0x29fc 005990 add pdata ,-1 ,g1l 
-0x29fd 005991 pulse kc_p_activate 
-0x29fe 005992 rtn 
-:      005994 wait_access_end:
-0x29ff 005995 deposit clke 
-0x2a00 005996 store 6 ,mem_sync_clke 
-0x2a01 005997 disable decode_fec0 
-0x2a02 005998 nbranch shutdown_radio ,sync 
-0x2a03 005999 arg param_clke_cal ,clke_rt 
-0x2a04 006000 increase 1 ,clke_bt 
-0x2a05 006001 and_into 0x1fc ,clke_bt 
-0x2a06 006002 rtn 
-:      006006 wait_access_mhalfbnd:
-0x2a07 006007 enable decode_fec0 
-:      006008 wait_access_mhalfbnd_correlate:
-0x2a08 006009 correlate null ,mhalfbnd 
-0x2a09 006010 branch wait_access_end ,sync 
-0x2a0a 006011 compare 0x02 ,clke_bt ,0x02 
-0x2a0b 006012 nbranch wait_access_mhalfbnd_correlate ,true 
-0x2a0c 006013 branch wait_access_end 
-:      006015 wait_access_clkn_rt:
-0x2a0d 006016 bpatch patch12_1 ,mem_patch12 
-0x2a0e 006017 arg param_conn_access ,timeup 
-0x2a0f 006018 enable decode_fec0 
-0x2a10 006019 correlate clkn_rt ,meet 
-0x2a11 006020 disable decode_fec0 
-0x2a12 006021 nbranch shutdown_radio ,sync 
-0x2a13 006022 rtn 
-:      006024 wait_access_forever:
-0x2a14 006025 bpatch patch12_2 ,mem_patch12 
-0x2a15 006026 enable decode_fec0 
-0x2a16 006027 correlate null ,timeout 
-0x2a17 006028 disable decode_fec0 
-0x2a18 006029 nbranch shutdown_radio ,sync 
-0x2a19 006030 arg param_clke_cal ,clke_rt 
-0x2a1a 006031 and_into 0x1fc ,clke_bt 
-0x2a1b 006032 rtn 
-:      006035 reserve_slot:
-0x2a1c 006036 bpatch patch12_3 ,mem_patch12 
-0x2a1d 006037 iforce rega 
-0x2a1e 006038 deposit bt_clk 
-0x2a1f 006039 iadd temp ,timeup 
-0x2a20 006040 copy timeup ,pdata 
-0x2a21 006041 store 4 ,mem_next_btclk 
-0x2a22 006042 deposit rega 
-0x2a23 006043 rtn 
-:      006046 ahead_window:
-0x2a24 006047 copy pdata ,temp 
-0x2a25 006048 bpatch patch12_4 ,mem_patch12 
-0x2a26 006049 copy temp ,pdata 
-0x2a27 006050 call clk2bt 
-0x2a28 006051 lshift16 bt_clk ,pdata 
-0x2a29 006052 set1 44 ,pdata 
-0x2a2a 006053 call clk_diff 
-0x2a2b 006054 set0 44 ,pdata 
-0x2a2c 006055 call get_clk 
-0x2a2d 006056 call clk_diff 
-0x2a2e 006057 rtn user 
-0x2a2f 006058 call clk2rt 
-0x2a30 006059 iforce stop_watch 
-0x2a31 006060 until null ,timeout 
-0x2a32 006061 rtn 
-:      006064 setup_clk:
-0x2a33 006065 bpatch patch12_5 ,mem_patch12 
-0x2a34 006066 branch setup_clkn ,clknt 
-0x2a35 006067 until clke_rt ,meet 
-:      006068 skip_setup_clke:
-0x2a36 006069 copy clke_bt ,temp 
-0x2a37 006070 branch setup_clknbt 
-:      006071 setup_clkn:
-0x2a38 006072 branch skip_setup_clkn ,attempt 
-0x2a39 006073 until clkn_rt ,meet 
-:      006074 skip_setup_clkn:
-0x2a3a 006075 copy clkn_bt ,temp 
-:      006076 setup_clknbt:
-0x2a3b 006077 branch setup_clk11 ,user 
-0x2a3c 006078 compare 1 ,temp ,3 
-0x2a3d 006079 nbranch setup_clk ,true 
-:      006080 setup_complete:
-0x2a3e 006081 bpatch patch12_6 ,mem_patch12 
-0x2a3f 006082 fetch 1 ,mem_state 
-0x2a40 006083 rtnbit0 state_inconn 
-0x2a41 006084 fetch 4 ,mem_next_btclk 
-0x2a42 006085 isub temp ,pdata 
-0x2a43 006086 nrtn positive 
-0x2a44 006087 sub pdata ,0xff ,null 
-0x2a45 006088 branch setup_clk ,positive 
-0x2a46 006089 rtn 
-:      006090 setup_clk11:
-0x2a47 006091 compare 3 ,temp ,3 
-0x2a48 006092 nbranch setup_clk ,true 
-0x2a49 006093 branch setup_complete 
-:      006095 rf_setup_time:
-0x2a4a 006096 bpatch patch12_7 ,mem_patch12 
-0x2a4b 006097 arg param_rf_setup ,timeup 
-0x2a4c 006098 branch setup_clk 
-:      006100 rf_setup_time_slave_slot:
-0x2a4d 006101 disable user 
-0x2a4e 006102 branch rf_setup_time 
-:      006104 rf_setup_time_master_slot:
-0x2a4f 006105 enable user 
-0x2a50 006106 branch rf_setup_time 
-:      006108 start_transmitter:
-0x2a51 006109 bpatch patch13_0 ,mem_patch13 
-0x2a52 006110 call prep_crypt 
-0x2a53 006111 disable is_rx 
-0x2a54 006112 enable is_tx 
-0x2a55 006113 rtn 
-:      006117 start_tx_native:
-0x2a56 006118 bpatch patch13_1 ,mem_patch13 
-0x2a57 006119 arg param_tx_setup ,timeup 
-0x2a58 006120 until clkn_rt ,meet 
-0x2a59 006121 pulse init_encrypt 
-0x2a5a 006122 rtn 
-:      006124 start_rx_native:
-0x2a5b 006125 bpatch patch13_2 ,mem_patch13 
-0x2a5c 006126 arg param_rx_setup ,timeup 
-0x2a5d 006127 until clkn_rt ,meet 
-0x2a5e 006128 rtn 
-:      006131 start_tx_external:
-0x2a5f 006132 bpatch patch13_3 ,mem_patch13 
-0x2a60 006133 arg param_tx_setup ,timeup 
-0x2a61 006134 until clke_rt ,meet 
-0x2a62 006135 pulse init_encrypt 
-0x2a63 006136 rtn 
-:      006138 send_access_word:
-0x2a64 006139 bpatch patch13_4 ,mem_patch13 
-0x2a65 006140 preload access 
-0x2a66 006141 enable encode_fec0 
-0x2a67 006142 set1 txgfsk ,radio_ctrl 
-0x2a68 006143 inject mod ,72 
-0x2a69 006144 disable encode_fec0 
-0x2a6a 006145 rtn 
-:      006148 scan_mode_whiten:
-0x2a6b 006149 copy xin ,temp 
-0x2a6c 006150 or_into 0x60 ,temp 
-0x2a6d 006151 copy temp ,white_init 
-0x2a6e 006152 rtn 
-:      006157 get_free_amaddr:
-0x2a6f 006158 bpatch patch13_5 ,mem_patch13 
-0x2a70 006159 fetch 1 ,mem_current_amaddr 
-0x2a71 006160 increase 1 ,pdata 
-0x2a72 006161 bne param_esco_addr ,get_free_amaddr_cont 
-0x2a73 006162 force 1 ,pdata 
-:      006163 get_free_amaddr_cont:
-0x2a74 006164 store 1 ,mem_current_amaddr 
-0x2a75 006165 iforce am_addr 
-0x2a76 006166 rtn 
-:      006168 get_clk:
-0x2a77 006169 copy clkn ,temp 
-0x2a78 006170 rtn master 
-0x2a79 006171 copy clke ,temp 
-0x2a7a 006172 rtn 
-:      006174 get_clkbt:
-0x2a7b 006175 deposit clkn_bt 
-0x2a7c 006176 rtn master 
-0x2a7d 006177 deposit clke_bt 
-0x2a7e 006178 rtn 
-:      006181 supervision_update:
-0x2a7f 006182 bpatch patch13_6 ,mem_patch13 
-0x2a80 006183 fetcht 4 ,mem_supervision_timer 
-0x2a81 006184 call get_clkbt 
-0x2a82 006185 isub temp ,timeup 
-0x2a83 006186 deposit timeup 
-0x2a84 006187 fetcht 2 ,mem_supervision_to 
-0x2a85 006188 lshift temp ,temp 
-0x2a86 006189 isub temp ,pdata 
-0x2a87 006190 rtn 
-:      006192 supervision_flush:
-0x2a88 006193 bpatch patch13_7 ,mem_patch13 
-0x2a89 006194 call get_clkbt 
-0x2a8a 006195 store 4 ,mem_supervision_timer 
-0x2a8b 006196 rtn 
-:      006198 assert:
-0x2a8c 006199 bpatch patch14_0 ,mem_patch14 
-0x2a8d 006200 branch assert 
-:      006202 loop:
-0x2a8e 006203 branch loop 
-:      006205 sleep:
-0x2a8f 006206 rtn blank 
-0x2a90 006208 rshift pdata ,pdata 
-0x2a91 006209 increase -3 ,pdata 
-:      006210 sleep_loop:
-0x2a92 006211 increase -1 ,pdata 
-0x2a93 006212 nbranch sleep_loop ,zero 
-0x2a94 006213 force 0 ,pdata 
-0x2a95 006214 rtn 
-:      006218 init_param:
-0x2a96 006220 arg 0x10 ,loopcnt 
-0x2a97 006221 arg 0 ,contw 
-0x2a98 006222 call memset0 
-0x2a99 006223 arg mem_le_state ,contw 
-0x2a9a 006224 arg 10 ,loopcnt 
-0x2a9b 006225 call memset0 
-0x2a9c 006226 jam 0 ,mem_sp_calc 
-0x2a9d 006227 jam 0 ,mem_fifo_temp 
-0x2a9e 006228 jam 0 ,mem_le_testtype 
-0x2a9f 006229 jam 0 ,mem_debug_config 
-0x2aa0 006230 jam 0 ,mem_lmp_conn_state 
-0x2aa1 006231 bpatch patch14_1 ,mem_patch14 
-0x2aa2 006232 jam 0 ,mem_connection_options 
-0x2aa3 006233 jam 0 ,mem_tester_emulate 
-0x2aa4 006234 jam 0 ,mem_tester_cnt 
-0x2aa5 006235 setarg param_glap 
-0x2aa6 006236 store 3 ,mem_glap 
-0x2aa7 006237 setarg param_acl_pktlen 
-0x2aa8 006238 store 2 ,mem_acl_pktlen 
-0x2aa9 006239 jam param_sco_pktlen ,mem_sco_pktlen 
-0x2aaa 006240 jam param_acl_pktcnt ,mem_acl_pktcnt 
-0x2aab 006241 jam param_sco_pktcnt ,mem_sco_pktcnt 
-0x2aac 006242 setarg param_hci_version 
-0x2aad 006243 store 3 ,mem_hci_version 
-0x2aae 006248 jam 0x60 ,mem_fhs_misc 
-0x2aaf 006249 jam param_max_slot ,mem_max_slot 
-0x2ab0 006250 jam 0x02 ,mem_fw_ver 
-0x2ab1 006251 fetch 1 ,mem_ssp_enable 
-0x2ab2 006252 ncall init_memp ,blank 
-0x2ab3 006253 fetch 1 ,mem_le_secure_connect_enable 
-0x2ab4 006254 ncall init_memp_256 ,blank 
-0x2ab5 006255 bpatch patch14_2 ,mem_patch14 
-0x2ab6 006256 rtn wake 
-0x2ab7 006257 setarg 0 
-0x2ab8 006258 store 2 ,mem_tx_len 
-0x2ab9 006259 rshift clkn_bt ,pdata 
-0x2aba 006260 store 4 ,mem_last_clkn 
-0x2abb 006261 rtn 
-:      006268 lpmstate:
-0x2abc 006269 setarg 0xee21 
-0x2abd 006270 hstore 2 ,core_clkoff 
-0x2abe 006271 hfetch 4 ,core_gpio_in 
-0x2abf 006272 store 4 ,mem_saved_gpio_in 
-0x2ac0 006273 hfetch 1 ,core_lpm_ldocnt 
-0x2ac1 006274 store 1 ,mem_wakup_from_power_flag 
-0x2ac2 006275 bbit0 gpio_latch ,loadcode 
-0x2ac3 006276 enable wake 
-0x2ac4 006277 bbit0 cold_wake ,lpmwake 
-0x2ac5 006278 disable wake 
-0x2ac6 006279 deposit auxcnt 
-0x2ac7 006280 nbranch lpmwake ,blank 
-0x2ac8 006281 hfetch 1 ,core_lpm_ctrl + 3 
-0x2ac9 006282 bbit1 reload_code ,lpmwake 
-0x2aca 006283 arg param_hibernate_clks ,temp 
-0x2acb 006284 branch lpm_enter_sleep 
-:      006285 lpmwake:
-0x2acc 006286 hfetch 3 ,core_lpm_xtalcnt 
-0x2acd 006287 hstore 3 ,core_lpm_reg 
-0x2ace 006288 ifetch 1 ,contr 
-0x2acf 006289 or_into isogate_mask ,pdata 
-0x2ad0 006290 istore 1 ,contw 
-0x2ad1 006291 call lpm_write_ctrl2 
-0x2ad2 006292 hfetch 1 ,core_lpm_isogate 
-0x2ad3 006293 set1 enable_retmem ,pdata 
-0x2ad4 006294 hstore 1 ,core_lpm_isogate 
-0x2ad5 006295 call lpm_write_ctrl2 
-0x2ad6 006296 call lpm_load_context ,wake 
-0x2ad7 006297 hfetch 1 ,core_lpm_reg + 2 
-0x2ad8 006298 set0 gpio_latch ,pdata 
-0x2ad9 006299 hstore 1 ,core_lpm_reg + 2 
-0x2ada 006300 call lpm_write_ctrl2 
-0x2adb 006301 nbranch loadcode ,wake 
-0x2adc 006302 rtnmark0 mark_otp_encrypt 
-0x2add 006303 jam lock_otp ,core_misc_ctrl 
-0x2ade 006304 rtn 
-:      006306 lpm_load_context:
-0x2adf 006307 fetch 1 ,mem_saved_spidctrl 
-0x2ae0 006308 hstore 1 ,core_spid_ctrl 
-0x2ae1 006309 fetch 3 ,mem_saved_gsel 
-0x2ae2 006310 hstore 3 ,core_gpio_sel 
-0x2ae3 006311 fetch 4 ,mem_saved_gpio + 4 
-0x2ae4 006312 hstore 4 ,core_gpio_out0 
-0x2ae5 006313 fetch 4 ,mem_saved_gpio 
-0x2ae6 006314 hstore 4 ,core_gpio_oe0 
-0x2ae7 006315 fetch 8 ,mem_saved_gpio + 8 
-0x2ae8 006316 hstore 8 ,core_gpio_pu0 
-0x2ae9 006317 fetch 8 ,mem_saved_mark 
-0x2aea 006318 iforce mark 
-0x2aeb 006319 hfetch 8 ,core_gpio_wakeup_low 
-0x2aec 006320 store 8 ,mem_gpio_wakeup_low 
-0x2aed 006321 call load_ucode 
-0x2aee 006322 rtn 
-:      006324 lpm_save_context:
-0x2aef 006325 deposit mark 
-0x2af0 006326 store 8 ,mem_saved_mark 
-0x2af1 006327 hfetch 8 ,core_gpio_oe0 
-0x2af2 006328 store 8 ,mem_saved_gpio 
-0x2af3 006329 ifetch 8 ,contr 
-0x2af4 006330 istore 8 ,contw 
-0x2af5 006331 hfetch 3 ,core_gpio_sel 
-0x2af6 006332 store 3 ,mem_saved_gsel 
-0x2af7 006333 hfetch 1 ,core_spid_ctrl 
-0x2af8 006334 store 1 ,mem_saved_spidctrl 
-0x2af9 006335 branch lpm_write_gpio_wakeup 
-:      006337 lpo_calibration:
-0x2afa 006338 hfetch 1 ,core_bist_ctrl 
-0x2afb 006339 nbranch lpo_cal_inited ,blank 
-0x2afc 006340 fetch 3 ,mem_clks_per_lpo 
-0x2afd 006341 nrtn blank 
-0x2afe 006342 jam 0xc0 ,core_bist_ctrl 
-0x2aff 006343 jam ccnt_start ,core_misc_ctrl 
-:      006344 lpo_cal_inited:
-0x2b00 006345 hfetch 1 ,core_perf_status 
-0x2b01 006346 rtnbit0 1 
-0x2b02 006347 hfetch 3 ,core_clk_counter 
-0x2b03 006348 store 3 ,mem_clks_per_lpo 
-0x2b04 006349 rtn 
-:      006353 lpm_adjust_clk:
-0x2b05 006354 bpatch patch14_3 ,mem_patch14 
-0x2b06 006355 deposit clke 
-0x2b07 006356 call clk_diff_rt 
-0x2b08 006357 fetcht 4 ,mem_sleep_counter_all 
-0x2b09 006358 sub temp ,0xff ,null 
-0x2b0a 006359 rtn positive 
-0x2b0b 006360 lshift8 pdata ,pdata 
-0x2b0c 006361 lshift4 pdata ,pdata 
-0x2b0d 006362 idiv temp 
-0x2b0e 006363 call wait_div_end 
-0x2b0f 006364 quotient pdata 
-0x2b10 006365 arg param_lpm_adjmax ,temp 
-0x2b11 006366 call ceiling 
-0x2b12 006367 store 1 ,mem_lpm_adjust 
-0x2b13 006368 nbranch lpm_adjust_positive ,user 
-0x2b14 006369 sub pdata ,0 ,pdata 
-:      006370 lpm_adjust_positive:
-0x2b15 006371 fetcht 3 ,mem_clks_per_lpo 
-0x2b16 006372 iadd temp ,pdata 
-0x2b17 006373 store 3 ,mem_clks_per_lpo 
-:      006374 lpm_clear_counter:
-0x2b18 006375 setarg 0 
-0x2b19 006376 store 4 ,mem_sleep_counter_all 
-0x2b1a 006377 rtn 
-:      006381 lpm_doze:
-0x2b1b 006382 fetch 1 ,mem_lpm_config + 2 
-0x2b1c 006383 set1 reload_code ,pdata 
-0x2b1d 006384 store 1 ,mem_lpm_config + 2 
-0x2b1e 006385 branch lpm_hibernate_normal 
-:      006389 lpm_hibernate:
-0x2b1f 006390 arg param_hibernate_clks ,temp 
-0x2b20 006391 fetch 1 ,mem_lpm_config + 1 
-0x2b21 006392 set0 7 ,pdata 
-0x2b22 006393 store 1 ,mem_lpm_config + 1 
-:      006394 lpm_hibernate_normal:
-0x2b23 006395 bpatch patch14_4 ,mem_patch14 
-0x2b24 006396 call lpm_write_gpio_wakeup 
-0x2b25 006397 fetch 1 ,mem_lpm_hibernate_switch 
-0x2b26 006398 store 1 ,mem_lpm_xtalcnt + 4 
-0x2b27 006399 fetch 1 ,mem_lpm_xtalcnt + 2 
-0x2b28 006400 set1 cold_wake ,pdata 
-0x2b29 006401 store 1 ,mem_lpm_xtalcnt + 2 
-:      006404 lpm_sleep:
-0x2b2a 006405 bpatch patch14_5 ,mem_patch14 
-0x2b2b 006406 call xtal_fast_wake 
-0x2b2c 006407 fetch 4 ,mem_sleep_counter_all 
-0x2b2d 006408 iadd temp ,pdata 
-0x2b2e 006409 store 4 ,mem_sleep_counter_all 
-0x2b2f 006410 call lpm_save_context 
-0x2b30 006411 fetch 5 ,mem_lpm_xtalcnt 
-0x2b31 006412 hstore 4 ,core_lpm_reg 
-0x2b32 006413 rshift32 pdata ,rega 
-0x2b33 006414 until null ,lpo_edge 
-0x2b34 006415 deposit clkn 
-0x2b35 006416 store 6 ,mem_sleep_clkn 
-0x2b36 006417 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
-0x2b37 006418 until null ,lpo_edge 
-0x2b38 006419 until null ,lpo_edge 
-0x2b39 006420 deposit rega 
-0x2b3a 006421 hstore 1 ,core_lpm_isogate 
-0x2b3b 006422 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
-:      006423 lpm_enter_sleep:
-0x2b3c 006424 until null ,lpo_edge 
-0x2b3d 006425 until null ,lpo_edge 
-0x2b3e 006426 hstoret 4 ,core_lpm_reg 
-0x2b3f 006427 jam lpmreg_sel_counter ,core_lpm_wr 
-0x2b40 006428 until null ,never 
-:      006433 lpm_recover_clk:
-0x2b41 006434 bpatch patch14_6 ,mem_patch14 
-0x2b42 006435 setarg 0 
-0x2b43 006436 copy auxcnt ,null 
-0x2b44 006437 branch lpm_recover_timeout ,zero 
-0x2b45 006438 hfetch 1 ,core_lpm_xtalcnt 
-0x2b46 006439 hfetcht 1 ,core_lpm_buckcnt 
-0x2b47 006440 isub temp ,null 
-0x2b48 006441 branch lpm_recover_xtal ,positive 
-0x2b49 006442 deposit temp 
-:      006443 lpm_recover_xtal:
-0x2b4a 006444 isub auxcnt ,pdata 
-0x2b4b 006445 increase 1 ,pdata 
-:      006446 lpm_recover_timeout:
-0x2b4c 006447 increase 8 ,pdata 
-0x2b4d 006448 until null ,lpo_edge 
-0x2b4e 006449 iadd lpo_time ,pdata 
-0x2b4f 006450 fetcht 4 ,mem_sleep_counter 
-0x2b50 006451 iadd temp ,pdata 
-0x2b51 006452 fetcht 3 ,mem_clks_per_lpo 
-0x2b52 006453 imul32 temp ,pdata 
-0x2b53 006454 rshift8 pdata ,pdata 
-0x2b54 006455 rshift4 pdata ,pdata 
-0x2b55 006456 increase param_lpm_fix ,pdata 
-0x2b56 006457 arg 3750 ,temp 
-0x2b57 006458 idiv temp 
-0x2b58 006459 call wait_div_end 
-0x2b59 006460 quotient pdata 
-0x2b5a 006461 lshift16 pdata ,pdata 
-0x2b5b 006462 remainder temp 
-0x2b5c 006463 ior temp ,pdata 
-0x2b5d 006464 fetcht 6 ,mem_sleep_clkn 
-0x2b5e 006465 call clk_add 
-0x2b5f 006466 copy temp ,clkn 
-0x2b60 006467 fetch 6 ,mem_context + coffset_clk_offset 
-0x2b61 006468 call calc_clke2 
-0x2b62 006469 deposit clke 
-0x2b63 006470 store 6 ,mem_pdatatemp 
-0x2b64 006471 deposit auxcnt 
-0x2b65 006472 istore 1 ,contw 
-0x2b66 006473 hfetch 1 ,core_gpio_in1 
-0x2b67 006474 or_into 0xf0 ,pdata 
-0x2b68 006475 istore 1 ,contw 
-0x2b69 006476 rtn 
-:      006478 lpm_dispatch:
-0x2b6a 006479 bpatch patch14_7 ,mem_patch14 
-0x2b6b 006480 call lpo_calibration 
-0x2b6c 006481 fetch 3 ,mem_clks_per_lpo 
-0x2b6d 006482 rtn blank 
-0x2b6e 006483 fetch 1 ,mem_lpm_mode 
-0x2b6f 006484 rtn blank 
-0x2b70 006485 fetch 1 ,mem_ssp_enable 
-0x2b71 006486 branch lpm_dispatch_next ,blank 
-0x2b72 006487 fetch 1 ,mem_sp_local_key_invalid 
-0x2b73 006488 rtn blank 
-:      006489 lpm_dispatch_next:
-0x2b74 006490 fetch 1 ,mem_le_sc_calc 
-0x2b75 006491 nrtn blank 
-0x2b76 006492 call lpm_check_wake_lock 
-0x2b77 006493 nrtn blank 
-0x2b78 006494 fetch 1 ,mem_context 
-0x2b79 006495 compare 3 ,pdata ,0x7 
-0x2b7a 006496 nbranch lpm_dispatch_unconn ,true 
-0x2b7b 006497 fetch 2 ,mem_context + coffset_tsniff 
-0x2b7c 006498 rtn blank 
-0x2b7d 006499 rtn wake 
-0x2b7e 006500 bpatch patch15_0 ,mem_patch15 
-:      006501 lpm_dispatch_next2:
-0x2b7f 006502 fetcht 1 ,mem_lpm_current_mult 
-0x2b80 006503 fetch 2 ,mem_context + coffset_tsniff 
-0x2b81 006504 imul32 temp ,pdata 
-0x2b82 006505 rshift4 temp ,temp 
-0x2b83 006506 rshift2 temp ,temp 
-0x2b84 006507 isub temp ,pdata 
-0x2b85 006508 fetcht 4 ,mem_context + coffset_sniff_anchor 
-0x2b86 006509 iadd temp ,pdata 
-0x2b87 006510 fetcht 1 ,mem_lpm_overhead 
-0x2b88 006511 isub temp ,pdata 
-0x2b89 006512 lshift16 pdata ,alarm 
-0x2b8a 006513 bpatch patch15_1 ,mem_patch15 
-0x2b8b 006514 fetch 2 ,mem_context + coffset_rx_window 
-0x2b8c 006515 rshift pdata ,pdata 
-0x2b8d 006516 call clk2bt 
-0x2b8e 006517 deposit alarm 
-0x2b8f 006518 call clk_diff 
-0x2b90 006519 copy clke ,temp 
-0x2b91 006520 call clk_diff_rt 
-0x2b92 006521 rtn user 
-:      006522 lpm_dispatch_sleep:
-0x2b93 006523 call clk2lpo 
-:      006524 lpm_dispatch_lpo:
-0x2b94 006525 bpatch patch15_2 ,mem_patch15 
-0x2b95 006526 fetch 1 ,mem_lpm_xtalcnt 
-0x2b96 006527 isub temp ,null 
-0x2b97 006528 branch lpm_clear_counter ,positive 
-0x2b98 006529 storet 4 ,mem_sleep_counter 
-0x2b99 006530 call app_will_enter_lpm 
-0x2b9a 006531 call l2cap_lpm_save_txbuf 
-0x2b9b 006532 fetcht 4 ,mem_sleep_counter 
-0x2b9c 006533 branch lpm_sleep 
-:      006535 lpm_dispatch_unconn:
-0x2b9d 006536 bpatch patch15_3 ,mem_patch15 
-0x2b9e 006537 fetch 1 ,mem_context 
-0x2b9f 006538 rtnbit1 state_inconn 
-0x2ba0 006539 rtnbit1 state_inpage 
-0x2ba1 006540 fetch 1 ,mem_ssp_enable 
-0x2ba2 006541 branch lpm_unconn_nossp ,blank 
-0x2ba3 006542 fetch 1 ,mem_sp_local_key_invalid 
-0x2ba4 006543 rtn blank 
-:      006544 lpm_unconn_nossp:
-0x2ba5 006545 bpatch patch15_4 ,mem_patch15 
-0x2ba6 006546 fetch 1 ,mem_le_adv_enable 
-0x2ba7 006547 nbranch lpm_unconn_cont ,blank 
-0x2ba8 006548 fetch 1 ,mem_scan_mode 
-0x2ba9 006549 rtn blank 
-:      006550 lpm_unconn_cont:
-0x2baa 006551 fetch 2 ,mem_lpm_interval 
-0x2bab 006552 rtn blank 
-:      006553 lpm_sleep_btclk:
-0x2bac 006554 fetcht 1 ,mem_lpm_overhead 
-0x2bad 006555 isub temp ,pdata 
-0x2bae 006556 arg 7500 ,temp 
-0x2baf 006557 imul32 temp ,pdata 
-0x2bb0 006558 branch lpm_dispatch_sleep 
-:      006560 lpm_set_mult:
-0x2bb1 006561 bpatch patch15_5 ,mem_patch15 
-0x2bb2 006562 disable wake 
-0x2bb3 006563 fetch 1 ,mem_state 
-0x2bb4 006564 rtnbit0 state_insniff 
-0x2bb5 006565 nbranch lpm_not_match ,match 
-0x2bb6 006566 call lpm_match 
-0x2bb7 006567 fetch 2 ,mem_rx_window_sniff 
-0x2bb8 006568 store 2 ,mem_rx_window 
-0x2bb9 006569 fetch 1 ,mem_arq 
-0x2bba 006570 bbit1 wack ,lpm_mult_short 
-0x2bbb 006571 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x2bbc 006572 call l2cap_malloc_is_fifo_empty 
-0x2bbd 006573 nbranch lpm_mult_short ,blank 
-0x2bbe 006574 fetch 1 ,mem_classic_bt_flag 
-0x2bbf 006575 bbit1 short_mult_flag ,lpm_mult_short 
-:      006576 lpm_mult_wait_timeout:
-0x2bc0 006577 jam 0 ,mem_lpm_current_mult 
-0x2bc1 006578 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x2bc2 006579 fetch 1 ,mem_lpm_mult_cnt 
-0x2bc3 006580 branch lpm_mult_long ,blank 
-0x2bc4 006581 increase -1 ,pdata 
-0x2bc5 006582 store 1 ,mem_lpm_mult_cnt 
-0x2bc6 006583 rtn 
-:      006586 classic_bt_set_mult_short_flag:
-0x2bc7 006587 arg short_mult_flag ,queue 
-0x2bc8 006588 branch classic_bluetooth_set_flag 
-:      006590 classic_bt_clr_mult_short_flag:
-0x2bc9 006591 arg short_mult_flag ,queue 
-0x2bca 006592 branch classic_bluetooth_clr_flag 
-:      006596 lpm_match:
-0x2bcb 006597 jam 0 ,mem_sniff_unint_lost 
-0x2bcc 006598 fetch 3 ,mem_sniff_rcv 
-0x2bcd 006599 increase 1 ,pdata 
-0x2bce 006600 store 3 ,mem_sniff_rcv 
-0x2bcf 006601 rtn 
-:      006603 lpm_not_match:
-0x2bd0 006604 bpatch patch15_6 ,mem_patch15 
-0x2bd1 006605 fetcht 2 ,mem_rx_window_sniff 
-0x2bd2 006606 rshift temp ,temp 
-0x2bd3 006607 fetch 2 ,mem_rx_window 
-0x2bd4 006608 iadd temp ,pdata 
-0x2bd5 006609 store 2 ,mem_rx_window 
-:      006610 lpm_lost:
-0x2bd6 006611 jam 0 ,mem_lpm_current_mult 
-0x2bd7 006612 fetch 3 ,mem_sniff_lost 
-0x2bd8 006613 increase 1 ,pdata 
-0x2bd9 006614 store 3 ,mem_sniff_lost 
-0x2bda 006615 fetch 1 ,mem_sniff_unint_lost 
-0x2bdb 006616 increase 1 ,pdata 
-0x2bdc 006617 store 1 ,mem_sniff_unint_lost 
-0x2bdd 006618 rtn 
-:      006620 lpm_mult_short:
-0x2bde 006621 jam 0 ,mem_lpm_current_mult 
-0x2bdf 006622 fetch 1 ,mem_lpm_mult_timeout 
-0x2be0 006623 store 1 ,mem_lpm_mult_cnt 
-0x2be1 006624 rtn 
-:      006626 lpm_mult_long:
-0x2be2 006627 fetcht 1 ,mem_lpm_mult 
-0x2be3 006628 storet 1 ,mem_lpm_current_mult 
-0x2be4 006629 rtn 
-:      006631 lpm_cal_xtal_startup:
-0x2be5 006632 bpatch patch15_7 ,mem_patch15 
-0x2be6 006633 fetch 1 ,mem_lpm_xtalcnt 
-0x2be7 006634 nrtn blank 
-0x2be8 006635 jam clksel_rc ,core_clksel 
-0x2be9 006636 setarg 0xf0c 
-0x2bea 006637 call lpm_write_config 
-0x2beb 006638 setarg 200000 
-0x2bec 006639 call sleep 
-0x2bed 006640 until null ,lpo_edge 
-0x2bee 006641 copy lpo_time ,alarm 
-0x2bef 006642 call xtal_fast_wake 
-0x2bf0 006643 jam clksel_xtal ,core_clksel 
-0x2bf1 006644 nop 10 
-0x2bf2 006645 until null ,lpo_edge 
-0x2bf3 006646 deposit lpo_time 
-0x2bf4 006647 isub alarm ,pdata 
-0x2bf5 006648 increase 0x30 ,pdata 
-0x2bf6 006649 arg 0xff ,temp 
-0x2bf7 006650 call ceiling 
-0x2bf8 006651 store 1 ,mem_lpm_xtalcnt 
-0x2bf9 006652 nop 30000 
-0x2bfa 006653 nop 30000 
-0x2bfb 006654 nop 30000 
-0x2bfc 006655 rtn 
-:      006657 lpm_cal_xtal_startup_by_snooze:
-0x2bfd 006658 fetch 1 ,mem_lpm_xtalcnt 
-0x2bfe 006659 nrtn blank 
-0x2bff 006660 jam 0xff ,core_xtal_stable_time 
-0x2c00 006661 jam clksel_rc ,core_clksel 
-0x2c01 006662 call xtal_fast_wake 
-0x2c02 006663 setarg 1000 
-0x2c03 006664 iadd lpo_time ,alarm 
-0x2c04 006665 snooze 
-0x2c05 006666 deposit lpo_time 
-0x2c06 006667 nop 12000 
-0x2c07 006668 nop 12000 
-0x2c08 006669 nop 12000 
-0x2c09 006670 nop 12000 
-0x2c0a 006671 nop 12000 
-0x2c0b 006672 nop 12000 
-0x2c0c 006673 nop 12000 
-0x2c0d 006674 nop 12000 
-0x2c0e 006675 nop 12000 
-0x2c0f 006676 isub alarm ,pdata 
-0x2c10 006677 add pdata ,0x30 ,pdata 
-0x2c11 006678 arg 0xff ,temp 
-0x2c12 006679 call ceiling 
-0x2c13 006680 store 1 ,mem_lpm_xtalcnt 
-0x2c14 006681 nop 30000 
-0x2c15 006682 nop 30000 
-0x2c16 006683 nop 30000 
-0x2c17 006684 rtn 
-:      006689 lpm_write_config:
-0x2c18 006690 arg 0xfff ,contw 
-0x2c19 006691 iand contw ,contw 
-0x2c1a 006692 fetch 1 ,mem_lpm_config 
-0x2c1b 006693 and_into 0xf0 ,pdata 
-0x2c1c 006694 lshift8 pdata ,pdata 
-0x2c1d 006695 ior contw ,pdata 
-0x2c1e 006696 hstore 2 ,core_lpm_reg 
-0x2c1f 006697 ifetch 2 ,contr 
-0x2c20 006698 istore 2 ,contw 
-:      006700 lpm_write_ctrl:
-0x2c21 006701 setarg lpmreg_sel_ctrl 
-0x2c22 006702 branch lpm_write 
-:      006704 lpm_write_ctrl2:
-0x2c23 006705 setarg lpmreg_sel_ctrl2 
-:      006706 lpm_write:
-0x2c24 006707 until null ,lpo_edge 
-0x2c25 006708 hstore 1 ,core_lpm_wr 
-0x2c26 006709 until null ,lpo_edge 
-0x2c27 006710 until null ,lpo_edge 
-0x2c28 006711 rtn 
-:      006714 lpm_write_gpio_wakeup:
-0x2c29 006715 bpatch patch16_0 ,mem_patch16 
-0x2c2a 006716 fetch 4 ,mem_gpio_wakeup_low 
-0x2c2b 006717 hstore 4 ,core_lpm_reg 
-0x2c2c 006718 setarg lpmreg_sel_gpiolow 
-0x2c2d 006719 call lpm_write 
-0x2c2e 006720 fetch 4 ,mem_gpio_wakeup_high 
-0x2c2f 006721 hstore 4 ,core_lpm_reg 
-0x2c30 006722 setarg lpmreg_sel_gpiohigh 
-0x2c31 006723 branch lpm_write 
-:      006725 lpm_get_wake_lock:
-0x2c32 006726 fetch 2 ,mem_lpm_wake_lock 
-0x2c33 006727 qset1 pdata 
-0x2c34 006728 store 2 ,mem_lpm_wake_lock 
-0x2c35 006729 rtn 
-:      006731 lpm_put_wake_lock:
-0x2c36 006732 fetch 2 ,mem_lpm_wake_lock 
-0x2c37 006733 qset0 pdata 
-0x2c38 006734 store 2 ,mem_lpm_wake_lock 
-0x2c39 006735 rtn 
-:      006739 lpm_check_wake_lock:
-0x2c3a 006740 bpatch patch16_1 ,mem_patch16 
-0x2c3b 006741 call app_check_wake_lock 
-0x2c3c 006742 fetch 2 ,mem_lpm_wake_lock 
-0x2c3d 006743 copy pdata ,rega 
-0x2c3e 006744 fetch 1 ,mem_state_map 
-0x2c3f 006745 isolate1 smap_rxlmp ,pdata 
-0x2c40 006746 setflag true ,wake_lock_lmp_rx ,rega 
-0x2c41 006747 fetch 1 ,mem_lmo_opcode1 
-0x2c42 006748 fetcht 1 ,mem_lmo_opcode2 
-0x2c43 006749 iadd temp ,pdata 
-0x2c44 006750 fetcht 1 ,mem_lmp_to_send 
-0x2c45 006751 iadd temp ,pdata 
-0x2c46 006752 nsetflag blank ,wake_lock_lmp_tx ,rega 
-0x2c47 006753 fetch 1 ,mem_le_tx_buff_used 
-0x2c48 006754 nsetflag blank ,wake_lock_ble_tx ,rega 
-0x2c49 006755 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x2c4a 006756 fetcht 2 ,mem_l2cap_rxbuff2_len 
-0x2c4b 006757 iadd temp ,pdata 
-0x2c4c 006758 nsetflag blank ,wake_lock_l2cap_rx ,rega 
-0x2c4d 006759 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x2c4e 006760 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
-0x2c4f 006761 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
-0x2c50 006762 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
-0x2c51 006763 fetch 1 ,mem_hci_cmd 
-0x2c52 006764 nsetflag blank ,wake_lock_cmd ,rega 
-0x2c53 006765 fetch 1 ,mem_device_option 
-0x2c54 006766 compare dvc_op_module ,pdata ,0xff 
-0x2c55 006767 call lpm_uart_wake_lock ,true 
-0x2c56 006768 setarg -8 
-0x2c57 006769 iand rega ,rega 
-0x2c58 006770 copy rega ,pdata 
-0x2c59 006771 store 2 ,mem_lpm_wake_lock 
-0x2c5a 006772 rtn 
-:      006774 lpm_uart_wake_lock:
-0x2c5b 006775 hfetch 2 ,core_uart_rxitems 
-0x2c5c 006776 nsetflag blank ,wake_lock_uart_rx ,rega 
-0x2c5d 006777 hfetch 2 ,core_uart_txitems 
-0x2c5e 006778 nsetflag blank ,wake_lock_uart_tx ,rega 
-0x2c5f 006779 rtn 
-:      006781 lpm_shut_down:
-0x2c60 006782 hfetch 4 ,core_lpm_ctrl 
-0x2c61 006783 set0 27 ,pdata 
-0x2c62 006784 hstore 4 ,core_lpm_reg 
-0x2c63 006785 call lpm_write_ctrl 
-0x2c64 006786 branch assert 
-:      006788 lpm_disable_exen_output:
-0x2c65 006789 hfetch 4 ,core_lpm_xtalcnt 
-0x2c66 006790 set0 20 ,pdata 
-0x2c67 006791 hstore 4 ,core_lpm_reg 
-0x2c68 006792 branch lpm_write_ctrl2 
-:      006794 check_bt_disabled:
-0x2c69 006795 fetch 2 ,mem_chip_functions 
-0x2c6a 006796 bbit1 bt_disabled ,assert 
-0x2c6b 006797 rtn 
-:      006798 check_ble_disabled:
-0x2c6c 006799 fetch 2 ,mem_chip_functions 
-0x2c6d 006800 bbit1 ble_disabled ,assert 
-0x2c6e 006801 rtn 
-:      006802 check_module_disabled:
-0x2c6f 006803 fetch 2 ,mem_chip_functions 
-0x2c70 006804 bbit1 module_disable ,assert 
-0x2c71 006805 rtn 
-:      006866 g24_dispatch:
-0x2c72 006867 bpatch patch16_2 ,mem_patch16 
-0x2c73 006868 call g24_head_ptr2regc 
-0x2c74 006869 add regc ,offset_24g_mode ,regb 
-0x2c75 006870 ifetch 1 ,regb 
-0x2c76 006872 rtneq disable_24g 
-0x2c77 006873 beq tx_24g ,g24_transmit_process 
-0x2c78 006874 beq rx_24g ,g24_receive_process 
-0x2c79 006875 rtn 
-:      006877 g24_head_ptr2regc:
-0x2c7a 006878 fetcht 2 ,mem_24g_head_ptr 
-0x2c7b 006879 copy temp ,regc 
-0x2c7c 006880 rtn 
-:      006882 g24_receive_process_init:
-0x2c7d 006883 call g24_receive_init 
-0x2c7e 006884 branch g24_mode_switch_init 
-:      006886 g24_receive_process:
-0x2c7f 006887 call g24_mode_switch 
-0x2c80 006888 call g24_dongle_work_mode_auto 
-0x2c81 006889 call g24_dongle_bind_mode_auto 
-0x2c82 006890 branch g24_dongle_search_mode_auto 
-:      006893 g24_pair_init:
-0x2c83 006896 call g24_set0_mem_pid 
-0x2c84 006897 setarg g24_pair_ch 
-0x2c85 006898 call g24_store_mem_ch 
-0x2c86 006899 call g24_store_mem_pair_txpower 
-0x2c87 006902 add regc ,offset_24g_paring_addr ,rega 
-0x2c88 006903 ifetch 4 ,rega 
-0x2c89 006904 branch g24_store_mem_addr 
-:      006906 g24_ch:
-0x2c8a 006907 call g24_head_ptr2regc 
-0x2c8b 006908 add regc ,offset_24g_current_ch_number ,regb 
-0x2c8c 006909 ifetcht 1 ,regb 
-0x2c8d 006911 call g24_ch_temp_incre_size4 
-0x2c8e 006912 add regc ,offset_24g_current_ch_number ,contw 
-0x2c8f 006914 branch g24_contw_istoret_1byte 
-:      006916 g24_ch_temp_incre_size4:
-0x2c90 006917 call g24_ch_calc 
-0x2c91 006918 increase 1 ,temp 
-0x2c92 006919 and_into 3 ,temp 
-0x2c93 006920 rtn 
-:      006922 g24_ch_calc:
-0x2c94 006923 add regc ,offset_24g_addr ,regb 
-0x2c95 006924 ifetch 1 ,regb 
-0x2c96 006926 and_into 0x03 ,pdata 
-0x2c97 006927 mul32 pdata ,4 ,rega 
-0x2c98 006928 add regc ,offset_24g_ch_map1 ,pdata 
-0x2c99 006930 iadd rega ,pdata 
-0x2c9a 006931 iadd temp ,contr 
-0x2c9b 006932 ifetch 1 ,contr 
-0x2c9c 006934 branch g24_store_mem_ch 
-:      006936 g24_set_device_addr:
-0x2c9d 006937 call g24_store_mem_tx_power_temp 
-0x2c9e 006938 call otp_enable_chgpump 
-0x2c9f 006939 setarg 0x7e2 
-0x2ca0 006940 arg mem_temp ,rega 
-0x2ca1 006941 arg 4 ,temp 
-0x2ca2 006942 call otpd_read_data 
-0x2ca3 006943 call otp_disable_chgpump 
-0x2ca4 006944 fetch 4 ,mem_temp 
-0x2ca5 006945 call g24_store_mem_device_addr 
-0x2ca6 006947 nrtn blank 
-0x2ca7 006948 fetch 4 ,mem_lap 
-0x2ca8 006950 branch g24_store_mem_device_addr 
-:      006952 g24_transmit_rf_sta_init:
-0x2ca9 006953 call g24_set1_mem_rf_last_sta 
-0x2caa 006955 setarg 0 
-0x2cab 006956 call g24_store_mem_sync_cnt 
-:      006958 g24_transmit_rf_ctrl_clear:
-0x2cac 006959 call g24_fetch_mem_data_type 
-0x2cad 006961 and_into bits_data ,pdata 
-0x2cae 006963 branch g24_store_mem_data_type 
-:      006965 g24_hop_ch_enable:
-0x2caf 006966 call g24_fetch_mem_data_type 
-0x2cb0 006968 set1 bit_hop ,pdata 
-0x2cb1 006969 call g24_store_mem_data_type 
-0x2cb2 006972 branch g24_store_mem_txpayload 
-:      006974 g24_transmit_hop_pac_fail:
-0x2cb3 006975 call g24_fetch_mem_rf_work_stage 
-0x2cb4 006977 beq 1 ,g24_transmit_hop_pac_fail_wo_hop 
-0x2cb5 006978 beq 2 ,g24_transmit_hop_pac_fail_hop_stage2 
-0x2cb6 006979 rtn 
-:      006981 g24_transmit_hop_pac_fail_wo_hop:
-0x2cb7 006982 call g24_set2_mem_sync_cnt 
-:      006984 g24_transmit_hop_pac_fail_stage1:
-0x2cb8 006985 add regc ,offset_24g_hop_pac_retry ,contw 
-0x2cb9 006986 call g24_mem_set0 
-0x2cba 006988 call g24_store_mem_rf_last_sta 
-0x2cbb 006990 branch g24_transmit_rf_ctrl_clear 
-:      006992 g24_transmit_hop_pac_fail_hop_stage2:
-0x2cbc 006993 call g24_set0_mem_rf_hop_ch 
-0x2cbd 006995 branch g24_transmit_hop_pac_fail_stage1 
-:      006997 g24_transmit_pac_fail_hop_stage3:
-0x2cbe 006998 add regc ,offset_24g_txfail_cnt ,rega 
-0x2cbf 006999 ifetch 1 ,rega 
-0x2cc0 007001 increase 1 ,pdata 
-0x2cc1 007002 add regc ,offset_24g_txfail_cnt ,contw 
-0x2cc2 007003 istore 1 ,contw 
-0x2cc3 007005 beq 0x20 ,g24_tx_attempt_fail 
-0x2cc4 007006 call g24_fetch_mem_rf_hop_ch 
-0x2cc5 007008 beq 1 ,g24_rf_hop_fastly 
-0x2cc6 007009 setarg 1 
-0x2cc7 007010 call g24_store_mem_rf_hop_ch 
-:      007012 g24_rf_hop_attemp_again:
-0x2cc8 007013 call g24_fetch_mem_rf_hop_ch 
-0x2cc9 007015 bne 1 ,g24_transmit_rf_ctrl_clear 
-:      007016 g24_rf_hop_fastly:
-0x2cca 007017 add regc ,offset_24g_hop_fastly_cnt ,rega 
-0x2ccb 007018 ifetch 1 ,rega 
-0x2ccc 007020 increase 1 ,pdata 
-0x2ccd 007021 call g24_store_mem_hop_fastly_cnt 
-0x2cce 007023 beq 4 ,g24_rf_hop_fastly_exit 
-0x2ccf 007024 call g24_ch 
-0x2cd0 007025 call g24_set2_mem_max_retry 
-0x2cd1 007027 branch g24_transmit_packet 
-:      007029 g24_rf_hop_fastly_exit:
-0x2cd2 007030 call g24_set0_mem_hop_fastly_cnt 
-0x2cd3 007032 branch g24_transmit_rf_ctrl_clear 
-:      007034 g24_set0_mem_hop_fastly_cnt:
-0x2cd4 007035 setarg 0 
-:      007036 g24_store_mem_hop_fastly_cnt:
-0x2cd5 007037 add regc ,offset_24g_hop_fastly_cnt ,contw 
-0x2cd6 007038 branch g24_contw_istore_1byte 
-:      007040 g24_transmit_hop_pac_succ_wo_hop:
-0x2cd7 007041 call g24_set2_mem_sync_cnt 
-:      007043 g24_transmit_hop_pac_succ:
-0x2cd8 007044 call g24_set0_mem_rf_hop_ch 
-0x2cd9 007046 call g24_set1_mem_rf_last_sta 
-0x2cda 007048 branch g24_transmit_rf_ctrl_clear 
-:      007050 g24_transmit_succ_rf_config:
-0x2cdb 007051 call g24_fetch_mem_rf_work_stage 
-0x2cdc 007053 beq 3 ,g24_transmit_hop_pac_succ 
-0x2cdd 007054 call g24_fetch_mem_data_type 
-0x2cde 007056 isolate0 bit_hop ,pdata 
-0x2cdf 007057 branch g24_transmit_rf_sta_init ,true 
-0x2ce0 007058 call g24_fetch_mem_rf_work_stage 
-0x2ce1 007060 beq 1 ,g24_transmit_hop_pac_succ_wo_hop 
-0x2ce2 007061 beq 2 ,g24_transmit_hop_pac_succ 
-0x2ce3 007062 rtn 
-:      007064 g24_rf_sta_check:
-0x2ce4 007065 call g24_fetch_mem_pairing_sm 
-0x2ce5 007067 rtnne state_24g_pairing_success 
-0x2ce6 007068 call g24_rf_laststa_synccnt_check 
-0x2ce7 007069 ncall g24_rf_sync_cnt_check ,user2 
-0x2ce8 007070 rtn 
-:      007072 g24_rf_laststa_synccnt_check:
-0x2ce9 007073 disable user2 
-0x2cea 007074 add regc ,offset_24g_rf_last_sta ,rega 
-0x2ceb 007075 ifetch 1 ,rega 
-0x2cec 007077 rtnne 1 
-0x2ced 007078 add regc ,offset_24g_sync_cnt ,rega 
-0x2cee 007079 ifetch 1 ,rega 
-0x2cef 007081 rtnne 0 
-0x2cf0 007082 setarg 1 
-0x2cf1 007083 call g24_store_mem_rf_work_stage 
-0x2cf2 007085 call g24_set4_mem_max_retry 
-0x2cf3 007087 branch enable_user2 
-:      007089 g24_rf_sync_cnt_check:
-0x2cf4 007090 add regc ,offset_24g_sync_cnt ,rega 
-0x2cf5 007091 ifetch 1 ,rega 
-0x2cf6 007093 branch g24_rf_hop_attemp ,blank 
-0x2cf7 007094 increase -1 ,pdata 
-0x2cf8 007095 call g24_store_mem_sync_cnt 
-0x2cf9 007097 setarg 2 
-0x2cfa 007098 call g24_store_mem_rf_work_stage 
-0x2cfb 007100 call g24_ch 
-0x2cfc 007102 branch g24_set4_mem_max_retry 
-:      007104 g24_store_mem_rf_work_stage:
-0x2cfd 007105 add regc ,offset_24g_rf_work_stage ,contw 
-0x2cfe 007106 branch g24_contw_istore_1byte 
-:      007109 g24_rf_hop_attemp:
-0x2cff 007110 setarg 3 
-0x2d00 007111 call g24_store_mem_rf_work_stage 
-0x2d01 007113 call g24_fetch_mem_rf_hop_ch 
-0x2d02 007115 nbranch g24_rf_hop_attemp_again ,blank 
-0x2d03 007116 call g24_ch 
-:      007118 g24_set2_mem_max_retry:
-0x2d04 007119 setarg 2 
-0x2d05 007120 branch g24_store_mem_max_retry 
-:      007122 g24_transmit_process:
-0x2d06 007123 rtnmark0 mark_24g 
-0x2d07 007124 set1 mark_24g_conext ,mark 
-0x2d08 007125 bpatch patch16_3 ,mem_patch16 
-0x2d09 007126 add regc ,offset_24g_tx_without_int ,rega 
-0x2d0a 007127 ifetch 1 ,rega 
-0x2d0b 007129 beq 1 ,g24_transmit_without_int 
-0x2d0c 007130 call g24_timer_check 
-0x2d0d 007131 nbranch g24_transmit_exit ,user 
-0x2d0e 007132 call g24_interval_calibrate 
-:      007133 g24_transmit_without_int:
-0x2d0f 007134 add regc ,offset_24g_tx_without_int ,contw 
-0x2d10 007135 call g24_mem_set0 
-0x2d11 007137 call g24_txdata_prep 
-0x2d12 007138 nbranch g24_enter_lpm ,user 
-0x2d13 007139 call g24_rf_sta_check 
-:      007140 g24_transmit_start:
-0x2d14 007141 call g24_transmit_packet 
-0x2d15 007142 call g24_power_ctrl 
-:      007143 g24_transmit_exit:
-0x2d16 007144 set0 mark_24g_conext ,mark 
-0x2d17 007145 rtn 
-:      007147 g24_timer_timeout:
-0x2d18 007148 rtn zero 
-0x2d19 007149 set1 28 ,pdata 
-0x2d1a 007150 rtn 
-:      007152 g24_interval_calibrate:
-0x2d1b 007153 add regc ,offset_24g_pac_index ,rega 
-0x2d1c 007154 ifetch 1 ,rega 
-0x2d1d 007156 increase 1 ,pdata 
-0x2d1e 007157 add regc ,offset_24g_pac_index ,contw 
-0x2d1f 007158 istore 1 ,contw 
-0x2d20 007160 beq 4 ,g24_interval_max 
-0x2d21 007161 beq 5 ,g24_interval_min 
-0x2d22 007162 rtn 
-:      007163 g24_interval_max:
-0x2d23 007164 add regc ,offset_24g_interval_max ,rega 
-0x2d24 007165 ifetch 1 ,rega 
-:      007167 g24_interval_update:
-0x2d25 007169 add regc ,offset_24g_interval ,contw 
-0x2d26 007170 branch g24_contw_istore_1byte 
-:      007172 g24_interval_min:
-0x2d27 007173 add regc ,offset_24g_pac_index ,contw 
-0x2d28 007174 call g24_mem_set0 
-0x2d29 007176 add regc ,offset_24g_interval_min ,rega 
-0x2d2a 007177 ifetch 1 ,rega 
-0x2d2b 007179 branch g24_interval_update 
-:      007181 g24_txdata_prep:
-0x2d2c 007182 call g24_fetch_mem_pairing_sm 
-0x2d2d 007184 bne state_24g_pairing_success ,g24_pairing_sm 
-0x2d2e 007185 bpatch patch16_4 ,mem_patch16 
-0x2d2f 007186 call g24_package_data 
-0x2d30 007187 nbranch g24_txdata_last_pac ,user 
-0x2d31 007188 call g24_transmit_prep 
-0x2d32 007189 call g24_power_ctrl_pac_incrs 
-:      007190 g24_txdata_enable_tx:
-0x2d33 007192 setarg ensure_on_24g 
-:      007193 g24_store_mem_ensure:
-0x2d34 007194 add regc ,offset_24g_ensure ,contw 
-0x2d35 007195 branch g24_contw_istore_1byte 
-:      007197 g24_txdata_last_pac:
-0x2d36 007198 add regc ,offset_24g_ensure ,rega 
-0x2d37 007199 ifetch 1 ,rega 
-0x2d38 007201 beq ensure_on_24g ,enable_user 
-0x2d39 007202 rtn 
-:      007204 g24_package_data:
-0x2d3a 007206 add regc ,offset_24g_cb_data ,temp 
-0x2d3b 007207 ifetch 2 ,temp 
-0x2d3c 007209 call callback_func 
-0x2d3d 007210 nrtn user 
-0x2d3e 007211 copy rega ,pdata 
-0x2d3f 007212 store 1 ,mem_rega 
-0x2d40 007213 add regc ,offset_24g_abort_pac ,contw 
-0x2d41 007214 call g24_mem_set0 
-0x2d42 007216 call g24_transmit_rf_ctrl_clear 
-0x2d43 007217 store 1 ,mem_24g_common_temp 
-0x2d44 007218 fetch 1 ,mem_rega 
-0x2d45 007219 copy pdata ,rega 
-0x2d46 007220 add rega ,1 ,temp 
-0x2d47 007221 arg mem_24g_common_temp + 1 ,contw 
-0x2d48 007222 copy rega ,loopcnt 
-0x2d49 007223 copy regb ,contr 
-0x2d4a 007224 call memcpy 
-0x2d4b 007225 arg mem_24g_common_temp ,rega 
-:      007226 g24_put_data_in_buff:
-0x2d4c 007227 rtnmark0 mark_24g_conext 
-0x2d4d 007228 add regc ,offset_24g_datalen ,contw 
-0x2d4e 007229 istoret 1 ,contw 
-0x2d4f 007231 copy temp ,loopcnt 
-0x2d50 007232 add regc ,offset_24g_txbuf ,contw 
-0x2d51 007234 copy rega ,contr 
-0x2d52 007235 branch memcpy 
-:      007237 g24_transmit_prep:
-0x2d53 007239 add regc ,offset_24g_datalen ,rega 
-0x2d54 007240 ifetch 1 ,rega 
-0x2d55 007242 increase 2 ,pdata 
-0x2d56 007243 add regc ,offset_24g_txlen ,contw 
-0x2d57 007244 istore 1 ,contw 
-0x2d58 007247 call g24_fetch_mem_data_type 
-0x2d59 007249 call g24_store_mem_txpayload 
-0x2d5a 007252 add regc ,offset_24g_datalen ,rega 
-0x2d5b 007253 ifetch 1 ,rega 
-0x2d5c 007255 lshift3 pdata ,pdata 
-0x2d5d 007256 add regc ,offset_24g_pid ,rega 
-0x2d5e 007257 ifetcht 1 ,rega 
-0x2d5f 007259 and temp ,0x03 ,temp 
-0x2d60 007260 lshift temp ,temp 
-0x2d61 007261 ior temp ,pdata 
-0x2d62 007262 add regc ,offset_24g_no_ack ,rega 
-0x2d63 007263 ifetcht 1 ,rega 
-0x2d64 007265 iadd temp ,pdata 
-0x2d65 007266 istore 1 ,contw 
-0x2d66 007268 add regc ,offset_24g_datalen ,rega 
-0x2d67 007269 ifetch 1 ,rega 
-0x2d68 007271 iforce loopcnt 
-0x2d69 007272 add regc ,offset_24g_txbuf ,contr 
-0x2d6a 007274 branch memcpy 
-:      007276 g24_send_abort_packet:
-0x2d6b 007277 call g24_set1_mem_abort_pac 
-0x2d6c 007279 call g24_set0_mem_rf_hop_ch 
-0x2d6d 007281 call g24_power_ctrl_reinit 
-0x2d6e 007282 call g24_transmit_rf_ctrl_clear 
-0x2d6f 007283 store 1 ,mem_24g_common_temp 
-0x2d70 007284 call g24_put_data_in_buff_pre 
-0x2d71 007285 call g24_fetch_mem_data_type 
-0x2d72 007287 set1 bit_abort ,pdata 
-0x2d73 007288 call g24_store_mem_data_type 
-0x2d74 007290 call g24_transmit_prep 
-0x2d75 007291 call g24_txdata_enable_tx 
-0x2d76 007292 branch g24_transmit_start 
-:      007294 g24_put_data_in_buff_pre:
-0x2d77 007295 store 1 ,mem_24g_common_temp + 1 
-0x2d78 007296 call g24_fetch_mem_device_addr 
-0x2d79 007298 store 4 ,mem_24g_common_temp + 2 
-0x2d7a 007299 arg 6 ,temp 
-0x2d7b 007300 arg mem_24g_common_temp ,rega 
-0x2d7c 007301 branch g24_put_data_in_buff 
-:      007303 g24_enter_lpm:
-0x2d7d 007304 add regc ,offset_24g_abort_pac ,rega 
-0x2d7e 007305 ifetch 1 ,rega 
-0x2d7f 007307 branch g24_send_abort_packet ,blank 
-:      007308 g24_enter_lpm_prepare:
-0x2d80 007310 add regc ,offset_24g_cb_lpm_prepare ,rega 
-0x2d81 007311 ifetch 2 ,rega 
-0x2d82 007313 branch callback_func 
-:      007315 g24_lpm_long_sleep:
-0x2d83 007316 call g24_head_ptr2regc 
-0x2d84 007318 call lpo_calibration 
-0x2d85 007319 fetch 3 ,mem_clks_per_lpo 
-0x2d86 007320 rtn blank 
-0x2d87 007321 add regc ,offset_24g_cb_lpm_before ,temp 
-0x2d88 007322 ifetch 2 ,temp 
-0x2d89 007324 call callback_func 
-0x2d8a 007325 add regc ,offset_24g_enter_hibernate ,temp 
-0x2d8b 007326 ifetch 8 ,temp 
-0x2d8c 007327 call clk2lpo 
-0x2d8d 007328 storet 4 ,mem_sleep_counter 
-0x2d8e 007329 branch lpm_sleep 
-:      007331 g24_transmit_packet:
-0x2d8f 007332 call g24_head_ptr2regc 
-0x2d90 007333 add regc ,offset_24g_retry ,contw 
-0x2d91 007334 call g24_mem_set0 
-:      007336 g24_transmit_loop:
-0x2d92 007337 call g24_transmit_receive_ack 
-0x2d93 007338 nbranch g24_retransmit ,sync 
-0x2d94 007339 nbranch g24_retransmit ,user3 
-0x2d95 007340 call g24_ackpayload_parse 
-0x2d96 007341 call g24_power_ctrl_ack_incrs 
-:      007342 g24_transmit_next_packet:
-0x2d97 007343 call g24_head_ptr2regc 
-0x2d98 007344 add regc ,offset_24g_pid ,rega 
-0x2d99 007345 ifetch 1 ,rega 
-0x2d9a 007347 increase 1 ,pdata 
-0x2d9b 007348 call g24_store_mem_pid 
-0x2d9c 007350 call g24_fetch_mem_pairing_sm 
-0x2d9d 007352 bne state_24g_pairing_success ,g24_paring_mode 
-0x2d9e 007353 call g24_transmit_succ_rf_config 
-:      007354 g24_transmit_abandon:
-0x2d9f 007355 setarg 0 
-0x2da0 007356 add regc ,offset_24g_txfail_cnt ,contw 
-0x2da1 007357 istore 2 ,contw 
-0x2da2 007361 setarg ensure_off_24g 
-0x2da3 007362 branch g24_store_mem_ensure 
-:      007365 g24_transmit_receive_ack:
-0x2da4 007366 disable user3 
-0x2da5 007367 call g24_transmit 
-0x2da6 007368 call g24_head_ptr2regc 
-0x2da7 007369 add regc ,offset_24g_no_ack ,rega 
-0x2da8 007370 ifetch 1 ,rega 
-0x2da9 007372 beq no_ack_24g ,g24_transmit_no_ack 
-0x2daa 007373 call g24_receive_packet 
-0x2dab 007374 branch g24_end_of_packet 
-:      007375 g24_transmit_no_ack:
-0x2dac 007376 call g24_end_of_packet 
-0x2dad 007377 branch g24_transmit_next_packet 
-:      007380 g24_retransmit:
-0x2dae 007381 bpatch patch16_5 ,mem_patch16 
-0x2daf 007382 add regc ,offset_24g_get_ack_fail ,rega 
-0x2db0 007383 ifetch 1 ,rega 
-0x2db1 007385 increase 1 ,pdata 
-0x2db2 007386 add regc ,offset_24g_get_ack_fail ,contw 
-0x2db3 007387 istore 1 ,contw 
-0x2db4 007389 call g24_fetch_mem_pairing_sm 
-0x2db5 007391 bne state_24g_pairing_success ,g24_tx_paring_retry 
-0x2db6 007392 add regc ,offset_24g_retry ,rega 
-0x2db7 007393 ifetcht 1 ,rega 
-0x2db8 007395 increase 1 ,temp 
-0x2db9 007396 add regc ,offset_24g_retry ,contw 
-0x2dba 007397 istoret 1 ,contw 
-0x2dbb 007399 add regc ,offset_24g_max_retry ,rega 
-0x2dbc 007400 ifetch 1 ,rega 
-0x2dbd 007402 isub temp ,pdata 
-0x2dbe 007403 nbranch g24_transmit_loop ,blank 
-0x2dbf 007404 bpatch patch16_6 ,mem_patch16 
-0x2dc0 007405 call g24_fetch_mem_rf_work_stage 
-0x2dc1 007407 beq 3 ,g24_transmit_pac_fail_hop_stage3 
-0x2dc2 007408 add regc ,offset_24g_hop_pac_retry ,rega 
-0x2dc3 007409 ifetch 1 ,rega 
-0x2dc4 007411 increase 1 ,pdata 
-0x2dc5 007412 add regc ,offset_24g_hop_pac_retry ,contw 
-0x2dc6 007413 istore 1 ,contw 
-0x2dc7 007415 beq 2 ,g24_transmit_hop_pac_fail 
-0x2dc8 007416 call g24_hop_ch_enable 
-0x2dc9 007417 setarg 1 
-0x2dca 007418 call g24_store_mem_max_retry 
-0x2dcb 007420 branch g24_transmit_packet 
-:      007422 g24_tx_paring_retry:
-0x2dcc 007423 add regc ,offset_24g_get_ack_fail ,rega 
-0x2dcd 007424 ifetch 1 ,rega 
-0x2dce 007426 rtnne 0xff 
-0x2dcf 007427 add regc ,offset_24g_get_ack_fail ,contw 
-0x2dd0 007428 call g24_mem_set0 
-0x2dd1 007430 branch g24_stop_24g_mode 
-:      007432 g24_tx_attempt_fail:
-0x2dd2 007433 add regc ,offset_24g_txfail_cnt ,contw 
-0x2dd3 007434 call g24_mem_set0 
-:      007436 g24_stop_24g_mode:
-0x2dd4 007437 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
-0x2dd5 007438 branch ui_ipc_send_event 
-:      007440 g24_ackpayload_parse:
-0x2dd6 007441 call g24_read_len_pid_crc 
-0x2dd7 007442 add regc ,offset_24g_rxdata_length ,rega 
-0x2dd8 007443 ifetch 1 ,rega 
-0x2dd9 007445 rtn blank 
-0x2dda 007446 iforce loopcnt 
-0x2ddb 007447 add regc ,offset_24g_rxbuf_add2 ,contr 
-0x2ddc 007449 add regc ,offset_24g_rxpayload ,contw 
-0x2ddd 007451 branch memcpy 
-:      007454 g24_read_len_pid_crc:
-0x2dde 007456 call g24_fetch_mem_rxbuf_add1 
-0x2ddf 007458 rshift3 pdata ,pdata 
-0x2de0 007459 add regc ,offset_24g_rxdata_length ,contw 
-0x2de1 007460 istore 1 ,contw 
-0x2de2 007463 increase 1 ,pdata 
-0x2de3 007464 add regc ,offset_24g_rxbuf_add1 ,contr 
-0x2de4 007466 iadd contr ,contr 
-0x2de5 007467 ifetch 3 ,contr 
-0x2de6 007468 add regc ,offset_24g_sta_crc ,contw 
-0x2de7 007469 istore 3 ,contw 
-0x2de8 007472 call g24_fetch_mem_rxbuf_add1 
-0x2de9 007474 rshift pdata ,pdata 
-0x2dea 007475 and pdata ,0x03 ,pdata 
-0x2deb 007476 add regc ,offset_24g_sta_pid ,contw 
-0x2dec 007477 istore 1 ,contw 
-0x2ded 007479 rtn 
-:      007481 g24_prep:
-0x2dee 007482 disable enable_crc 
-0x2def 007483 disable enable_white 
-0x2df0 007484 setarg 0x555555 
-0x2df1 007485 iforce crc24_init 
-0x2df2 007486 rtn 
-:      007488 g24_set_freq_tx:
-0x2df3 007489 call set_sync_on 
-0x2df4 007490 add regc ,offset_24g_ch ,rega 
-0x2df5 007491 ifetcht 1 ,rega 
-0x2df6 007493 branch set_freq_tx 
-:      007495 g24_transmit:
-0x2df7 007496 call g24_prep 
-0x2df8 007497 call g24_set_freq_tx 
-0x2df9 007498 set1 txgfsk ,radio_ctrl 
-0x2dfa 007499 enable encode_fec0 
-0x2dfb 007500 enable is_tx 
-0x2dfc 007501 disable is_rx 
-0x2dfd 007502 call le_enable 
-0x2dfe 007503 call g24_fetch_mem_addr 
-0x2dff 007505 iforce access 
-0x2e00 007506 inject mod ,32 
-0x2e01 007507 enable enable_crc 
-0x2e02 007508 add regc ,offset_24g_txlen ,rega 
-0x2e03 007509 ifetch 1 ,rega 
-0x2e04 007511 iforce loopcnt 
-0x2e05 007512 add regc ,offset_24g_txpayload ,contr 
-:      007514 g24tr_loop:
-0x2e06 007515 ifetch 1 ,contr 
-0x2e07 007516 inject mod ,8 
-0x2e08 007517 loop g24tr_loop 
-0x2e09 007518 enable enable_parity 
-0x2e0a 007519 inject mod ,24 
-0x2e0b 007520 disable enable_parity 
-0x2e0c 007521 until null ,tx_clear 
-0x2e0d 007522 bpatch patch16_7 ,mem_patch16 
-0x2e0e 007523 nop 100 
-0x2e0f 007524 disable encode_fec0 
-0x2e10 007525 rtn 
-:      007527 g24_receive_packet:
-0x2e11 007528 disable user3 
-0x2e12 007529 force 0 ,radio_ctrl 
-0x2e13 007530 add regc ,offset_24g_ch ,rega 
-0x2e14 007531 ifetcht 1 ,rega 
-0x2e15 007533 call set_freq_rx 
-0x2e16 007534 call rf_rx_enable 
-:      007535 g24_receive_rxon:
-0x2e17 007536 call g24_prep 
-0x2e18 007537 enable decode_fec0 
-0x2e19 007538 enable is_rx 
-0x2e1a 007539 disable is_tx 
-0x2e1b 007540 call le_enable 
-0x2e1c 007541 call g24_fetch_mem_addr 
-0x2e1d 007543 iforce access 
-0x2e1e 007544 enable swfine 
-0x2e1f 007545 add regc ,offset_24g_rx_window ,rega 
-0x2e20 007546 ifetch 2 ,rega 
-0x2e21 007548 iforce stop_watch 
-0x2e22 007549 correlate null ,timeout 
-0x2e23 007550 nbranch g24_sync_timeout ,sync 
-0x2e24 007551 enable enable_crc 
-0x2e25 007552 parse demod ,bucket ,8 
-0x2e26 007553 rshift3 pwindow ,pdata 
-0x2e27 007554 add regc ,offset_24g_rxbuf ,contw 
-0x2e28 007555 istore 1 ,contw 
-0x2e29 007557 add regc ,offset_24g_mode ,rega 
-0x2e2a 007558 ifetch 1 ,rega 
-0x2e2b 007560 beq rx_24g ,g24_receive_skip 
-0x2e2c 007561 bpatch patch17_0 ,mem_patch17 
-0x2e2d 007562 add regc ,offset_24g_rxbuf ,rega 
-0x2e2e 007563 ifetch 1 ,rega 
-0x2e2f 007565 add regc ,offset_24g_data_type ,rega 
-0x2e30 007566 ifetcht 1 ,rega 
-0x2e31 007568 icompare bits_data ,temp 
-0x2e32 007569 nbranch g24_end_of_packet ,true 
-:      007570 g24_receive_skip:
-0x2e33 007571 parse demod ,bucket ,8 
-0x2e34 007572 rshift3 pwindow ,pdata 
-0x2e35 007573 istore 1 ,contw 
-0x2e36 007574 rshift3 pdata ,pdata 
-0x2e37 007575 and pdata ,0x1f ,loopcnt 
-0x2e38 007576 branch g24rx_nopayload ,zero 
-:      007577 g24rx_loop:
-0x2e39 007578 parse demod ,bucket ,8 
-0x2e3a 007579 rshift3 pwindow ,pdata 
-0x2e3b 007580 istore 1 ,contw 
-0x2e3c 007581 loop g24rx_loop 
-:      007582 g24rx_nopayload:
-0x2e3d 007583 parse demod ,bucket ,24 
-0x2e3e 007584 rshift32 pdata ,pdata 
-0x2e3f 007585 rshift16 pdata ,pdata 
-0x2e40 007586 istore 3 ,contw 
-0x2e41 007587 branch g24_end_of_packet ,crc_failed 
-0x2e42 007588 enable user3 
-0x2e43 007589 disable decode_fec0 
-0x2e44 007590 rtn 
-:      007593 g24_end_of_packet:
-0x2e45 007594 disable encode_fec0 
-0x2e46 007595 disable decode_fec0 
-0x2e47 007596 disable enable_crc 
-0x2e48 007597 disable enable_white 
-0x2e49 007598 branch shutdown_radio ,is_rx 
-0x2e4a 007599 until null ,tx_clear 
-0x2e4b 007600 nop 100 
-0x2e4c 007601 branch shutdown_radio 
-:      007603 g24_sync_timeout:
-0x2e4d 007604 call rssi_noise 
-0x2e4e 007605 branch g24_end_of_packet 
-:      007607 rssi_noise:
-0x2e4f 007608 call save_rssi 
-0x2e50 007609 rtn blank 
-0x2e51 007610 add regc ,offset_rssi_noise_index ,rega 
-0x2e52 007611 ifetcht 1 ,rega 
-0x2e53 007613 arg mem_rssi_noise_buffer ,rega 
-0x2e54 007615 call rssi_noise_store 
-0x2e55 007616 add regc ,offset_rssi_noise_index ,contw 
-:      007618 g24_contw_istoret_1byte:
-0x2e56 007619 istoret 1 ,contw 
-0x2e57 007620 rtn 
-:      007622 rssi_noise_store:
-0x2e58 007623 arg rssi_buf_len_noise ,regb 
-0x2e59 007624 branch rssi_store 
-:      007642 rssi_store:
-0x2e5a 007643 copy rega ,pdata 
-0x2e5b 007644 iadd temp ,contw 
-0x2e5c 007645 fetch 1 ,mem_rssi 
-0x2e5d 007646 istore 1 ,contw 
-0x2e5e 007647 increase 1 ,temp 
-0x2e5f 007648 copy regb ,pdata 
-0x2e60 007649 iand_into temp 
-0x2e61 007650 rtn 
-:      007652 rssi_average:
-0x2e62 007653 arg 0 ,temp 
-0x2e63 007654 copy rega ,contr 
-:      007655 rssi_average_loop:
-0x2e64 007656 ifetch 1 ,contr 
-0x2e65 007657 iadd temp ,temp 
-0x2e66 007658 loop rssi_average_loop 
-0x2e67 007659 rshift8 temp ,temp 
-0x2e68 007660 rtn 
-:      007662 g24_power_ctrl_init:
-0x2e69 007663 call g24_head_ptr2regc 
-0x2e6a 007664 call g24_power_ctrl_incrs_level1 
-0x2e6b 007665 setarg 1 
-0x2e6c 007666 call g24_store_mem_power_ctrl_level 
-:      007668 g24_power_ctrl_reinit:
-0x2e6d 007669 setarg 0 
-0x2e6e 007670 call g24_store_mem_power_ctrl_pac 
-0x2e6f 007672 istore 1 ,contw 
-0x2e70 007674 rtn 
-:      007676 g24_power_ctrl_pac_incrs:
-0x2e71 007677 call g24_fetch_mem_power_ctrl_pac 
-0x2e72 007679 increase 1 ,pdata 
-:      007680 g24_store_mem_power_ctrl_pac:
-0x2e73 007682 add regc ,offset_power_ctrl_packet_cnt ,contw 
-0x2e74 007683 branch g24_contw_istore_1byte 
-:      007685 g24_power_ctrl_ack_incrs:
-0x2e75 007688 add regc ,offset_power_ctrl_ack_cnt ,rega 
-0x2e76 007689 ifetch 1 ,rega 
-0x2e77 007690 increase 1 ,pdata 
-0x2e78 007691 add regc ,offset_power_ctrl_ack_cnt ,contw 
-0x2e79 007692 branch g24_contw_istore_1byte 
-:      007694 g24_power_ctrl:
-0x2e7a 007695 bpatch patch17_1 ,mem_patch17 
-0x2e7b 007696 call g24_fetch_mem_power_ctrl_pac 
-0x2e7c 007698 sub pdata ,power_ctrl_max_packet_cnt ,null 
-0x2e7d 007699 rtn positive 
-0x2e7e 007700 add regc ,offset_power_ctrl_ack_cnt ,rega 
-0x2e7f 007701 ifetcht 1 ,rega 
-0x2e80 007703 isub temp ,temp 
-0x2e81 007704 call g24_power_ctrl_reinit 
-0x2e82 007705 setarg offset_power_ctrl_threshold_up 
-0x2e83 007706 iadd regc ,rega 
-0x2e84 007707 ifetch 1 ,rega 
-0x2e85 007709 isub temp ,null 
-0x2e86 007710 nbranch g24_power_ctrl_incrs ,positive 
-0x2e87 007711 setarg offset_power_ctrl_threshold_down 
-0x2e88 007712 iadd regc ,rega 
-0x2e89 007713 ifetch 1 ,rega 
-0x2e8a 007715 isub temp ,null 
-0x2e8b 007716 branch g24_power_ctrl_decrs ,positive 
-0x2e8c 007717 rtn 
-:      007719 g24_power_ctrl_incrs:
-0x2e8d 007720 add regc ,offset_power_ctrl_level ,rega 
-0x2e8e 007721 ifetch 1 ,rega 
-0x2e8f 007723 beq 2 ,g24_power_ctrl_incrs_level2 
-0x2e90 007724 increase 1 ,pdata 
-0x2e91 007725 call g24_store_mem_power_ctrl_level 
-0x2e92 007727 beq 1 ,g24_power_ctrl_incrs_level1 
-:      007728 g24_power_ctrl_incrs_level2:
-0x2e93 007729 setarg power_ctrl_losspac_thresh_up2 
-0x2e94 007730 call g24_store_mem_power_ctrl_threshold_up 
-0x2e95 007732 setarg power_ctrl_losspac_thresh_down2 
-0x2e96 007733 call g24_store_mem_power_ctrl_threshold_down 
-0x2e97 007736 add regc ,offset_power_ctrl_txpwr_level2 ,rega 
-0x2e98 007738 branch g24_ifetch_rega_store_mem_txpower 
-:      007740 g24_power_ctrl_decrs:
-0x2e99 007741 add regc ,offset_power_ctrl_level ,rega 
-0x2e9a 007742 ifetch 1 ,rega 
-0x2e9b 007744 beq 0 ,g24_power_ctrl_decrs_level0 
-0x2e9c 007745 increase -1 ,pdata 
-0x2e9d 007746 call g24_store_mem_power_ctrl_level 
-0x2e9e 007748 beq 0 ,g24_power_ctrl_decrs_level0 
-:      007749 g24_power_ctrl_decrs_level1:
-:      007752 g24_power_ctrl_incrs_level1:
-0x2e9f 007753 setarg power_ctrl_losspac_thresh_up1 
-0x2ea0 007754 call g24_store_mem_power_ctrl_threshold_up 
-0x2ea1 007756 setarg power_ctrl_losspac_thresh_down1 
-0x2ea2 007757 call g24_store_mem_power_ctrl_threshold_down 
-0x2ea3 007760 setarg offset_power_ctrl_txpwr_level1 
-:      007761 g24_iadd_offset_mem_txpower:
-0x2ea4 007762 iadd regc ,rega 
-:      007763 g24_ifetch_rega_store_mem_txpower:
-0x2ea5 007764 ifetch 1 ,rega 
-0x2ea6 007766 branch g24_store_mem_txpower 
-:      007768 g24_power_ctrl_decrs_level0:
-0x2ea7 007771 setarg power_ctrl_losspac_thresh_up0 
-0x2ea8 007772 call g24_store_mem_power_ctrl_threshold_up 
-0x2ea9 007774 setarg power_ctrl_losspac_thresh_down0 
-0x2eaa 007775 call g24_store_mem_power_ctrl_threshold_down 
-0x2eab 007778 setarg offset_power_ctrl_txpwr_level0 
-0x2eac 007780 branch g24_iadd_offset_mem_txpower 
-:      007794 g24_start_pairing_sm1:
-0x2ead 007795 set1 mark_24g ,mark 
-0x2eae 007796 call g24_pair_init 
-:      007797 g24_set_pairing_sm_1:
-0x2eaf 007799 setarg state_24g_pairing_1 
-0x2eb0 007800 branch g24_store_mem_pairing_sm 
-:      007802 g24_pairing_sm:
-0x2eb1 007803 add regc ,offset_24g_ensure ,rega 
-0x2eb2 007804 ifetch 1 ,rega 
-0x2eb3 007806 beq ensure_on_24g ,enable_user 
-0x2eb4 007807 call g24_fetch_mem_pairing_sm 
-0x2eb5 007809 beq state_24g_pairing_1 ,g24_pairing_sm_1 
-0x2eb6 007810 beq state_24g_pairing_2 ,g24_pairing_sm_2 
-0x2eb7 007811 beq state_24g_pairing_3 ,g24_pairing_sm_3 
-0x2eb8 007812 branch assert 
-:      007814 g24_pairing_sm_1:
-0x2eb9 007815 setarg state_24g_pairing_1_waiting_ack 
-0x2eba 007816 call g24_store_mem_pairing_sm 
-0x2ebb 007818 jam 0xaa ,mem_24g_common_temp 
-0x2ebc 007819 branch g24_pairing_sm_common 
-:      007820 g24_pairing_sm_2:
-0x2ebd 007821 setarg state_24g_pairing_2_waiting_ack 
-0x2ebe 007822 call g24_store_mem_pairing_sm 
-0x2ebf 007824 jam 0x55 ,mem_24g_common_temp 
-0x2ec0 007825 branch g24_pairing_sm_common 
-:      007826 g24_pairing_sm_3:
-0x2ec1 007827 setarg state_24g_pairing_3_waiting_ack 
-0x2ec2 007828 call g24_store_mem_pairing_sm 
-0x2ec3 007830 jam 0x22 ,mem_24g_common_temp 
-:      007831 g24_pairing_sm_common:
-0x2ec4 007832 call g24_fetch_mem_data_type 
-0x2ec5 007834 and_into bits_data ,pdata 
-0x2ec6 007835 store 1 ,mem_24g_common_temp + 1 
-0x2ec7 007836 call g24_fetch_mem_device_addr 
-0x2ec8 007838 store 4 ,mem_24g_common_temp + 2 
-:      007839 g24_put_pairing_data_in_buff:
-0x2ec9 007840 jam 0 ,mem_24g_common_temp + 6 
-0x2eca 007841 arg mem_24g_common_temp ,rega 
-0x2ecb 007842 arg 7 ,temp 
-0x2ecc 007843 call g24_put_data_in_buff 
-0x2ecd 007844 call g24_transmit_prep 
-0x2ece 007845 call g24_txdata_enable_tx 
-0x2ecf 007846 branch enable_user 
-:      007848 g24_paring_mode:
-0x2ed0 007849 call g24_fetch_mem_pairing_sm 
-0x2ed1 007851 rtneq state_24g_pairing_success 
-0x2ed2 007852 beq state_24g_pairing_1_waiting_ack ,g24_pairing_sm_1_waiting_ack 
-0x2ed3 007853 beq state_24g_pairing_2_waiting_ack ,g24_pairing_sm_2_waiting_ack 
-0x2ed4 007854 beq state_24g_pairing_3_waiting_ack ,g24_pairing_sm_3_waiting_ack 
-0x2ed5 007855 rtn 
-:      007857 g24_pairing_sm_1_waiting_ack:
-0x2ed6 007858 setarg state_24g_pairing_2 
-0x2ed7 007859 call g24_store_mem_pairing_sm 
-0x2ed8 007861 branch g24_transmit_abandon 
-:      007862 g24_pairing_sm_2_waiting_ack:
-0x2ed9 007863 setarg state_24g_pairing_3 
-0x2eda 007864 call g24_store_mem_pairing_sm 
-0x2edb 007866 branch g24_transmit_abandon 
-:      007867 g24_pairing_sm_3_waiting_ack:
-0x2edc 007868 setarg state_24g_pairing_success 
-0x2edd 007869 call g24_store_mem_pairing_sm 
-0x2ede 007871 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
-0x2edf 007872 call ui_ipc_send_event 
-0x2ee0 007873 add regc ,offset_24g_rxpayload_add2 ,rega 
-0x2ee1 007874 ifetch 4 ,rega 
-0x2ee2 007876 call g24_store_mem_addr 
-0x2ee3 007878 branch g24_transmit_abandon 
-:      007880 g24_auto_pair_start:
-0x2ee4 007881 set0 mark_24g ,mark 
-0x2ee5 007882 call g24_auto_pair_set_device_info 
-0x2ee6 007883 call g24_tx_attemp_data_prep 
-:      007884 g24_auto_pair_restart:
-0x2ee7 007885 call g24_set0_mem_check_dongle_times 
-:      007886 g24_auto_pair_start_loop:
-0x2ee8 007887 nop 2000 
-0x2ee9 007888 call g24_fetch_mem_check_dongle_times 
-0x2eea 007889 beq 0xff ,g24_stop_24g_mode 
-0x2eeb 007890 call g24_transmit_receive_ack 
-0x2eec 007891 nbranch g24_auto_pair_retry ,sync 
-0x2eed 007892 nbranch g24_auto_pair_retry ,user3 
-0x2eee 007893 call g24_ackpayload_parse 
-0x2eef 007894 call g24_head_ptr2regc 
-0x2ef0 007895 add regc ,offset_24g_paring_addr ,rega 
-0x2ef1 007896 ifetcht 4 ,rega 
-0x2ef2 007897 call g24_fetch_mem_addr_isub_temp 
-0x2ef3 007898 branch g24_start_pairing_sm1 ,zero 
-0x2ef4 007899 call g24_head_ptr2regc 
-0x2ef5 007900 add regc ,offset_24g_rxpayload_add2 ,rega 
-0x2ef6 007901 ifetch 4 ,rega 
-0x2ef7 007902 beq 0 ,g24_auto_pair_restart 
-0x2ef8 007903 call g24_store_mem_addr 
-0x2ef9 007904 branch g24_tx_attemp_dongle_succ 
-:      007906 g24_auto_pair_retry:
-0x2efa 007907 call g24_fetch_mem_check_dongle_times 
-0x2efb 007908 increase 1 ,pdata 
-0x2efc 007909 call g24_store_mem_check_dongle_times 
-0x2efd 007911 call g24_fetch_mem_auto_paring_switch 
-0x2efe 007912 increase 1 ,pdata 
-0x2eff 007913 and_into 1 ,pdata 
-0x2f00 007914 call g24_store_mem_auto_paring_switch 
-0x2f01 007915 beq 0 ,g24_auto_pair_device_attemp 
-0x2f02 007916 beq 1 ,g24_auto_pair_pair_attemp 
-0x2f03 007917 rtn 
-:      007919 g24_fetch_mem_auto_paring_switch:
-0x2f04 007920 setarg offset_24g_auto_pair_switch 
-0x2f05 007921 branch g24_set_rega_ifetch_1byte 
-:      007922 g24_store_mem_auto_paring_switch:
-0x2f06 007923 arg offset_24g_auto_pair_switch ,rega 
-0x2f07 007924 branch g24_set_contw_with_regb_store_1byte 
-:      007926 g24_auto_pair_set_device_info:
-0x2f08 007927 call g24_store_mem_tx_power 
-0x2f09 007928 call g24_fetch_mem_device_addr 
-0x2f0a 007929 call g24_store_mem_addr 
-0x2f0b 007930 branch g24_ch 
-:      007932 g24_auto_pair_device_attemp:
-0x2f0c 007933 call g24_auto_pair_set_device_info 
-0x2f0d 007934 branch g24_auto_pair_start_loop 
-:      007936 g24_auto_pair_pair_attemp:
-0x2f0e 007937 call g24_pair_init 
-0x2f0f 007938 branch g24_auto_pair_start_loop 
-:      007941 g24_start_24g_mode:
-0x2f10 007942 set0 mark_24g ,mark 
-0x2f11 007943 call g24_ch 
-0x2f12 007944 call g24_fetch_mem_pairing_sm 
-0x2f13 007946 rtnne state_24g_pairing_success 
-0x2f14 007947 call g24_tx_attemp_data_prep 
-0x2f15 007948 call g24_set0_mem_check_dongle_times 
-:      007950 g24_tx_attemp_dongle_loop:
-0x2f16 007951 nop 2000 
-0x2f17 007952 call g24_fetch_mem_check_dongle_times 
-0x2f18 007954 beq 0xff ,g24_stop_24g_mode 
-0x2f19 007955 call g24_transmit_receive_ack 
-0x2f1a 007956 nbranch g24_attemp_txdata_retry ,sync 
-0x2f1b 007957 nbranch g24_attemp_txdata_retry ,user3 
-:      007958 g24_tx_attemp_dongle_succ:
-0x2f1c 007959 set1 mark_24g ,mark 
-0x2f1d 007960 call g24_set0_mem_check_dongle_times 
-0x2f1e 007961 setarg state_24g_pairing_success 
-0x2f1f 007962 call g24_store_mem_pairing_sm 
-0x2f20 007964 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
-0x2f21 007965 branch ui_ipc_send_event 
-:      007967 g24_tx_attemp_data_prep:
-0x2f22 007968 set1 mark_24g_conext ,mark 
-0x2f23 007969 jam 0xff ,mem_24g_common_temp 
-0x2f24 007970 call g24_fetch_mem_data_type 
-0x2f25 007972 call g24_put_data_in_buff_pre 
-0x2f26 007973 branch g24_transmit_prep 
-:      007975 g24_attemp_txdata_retry:
-0x2f27 007976 call g24_fetch_mem_check_dongle_times 
-0x2f28 007978 increase 1 ,pdata 
-0x2f29 007979 call g24_store_mem_check_dongle_times 
-0x2f2a 007981 call g24_ch 
-0x2f2b 007982 branch g24_tx_attemp_dongle_loop 
-:      007984 g24_check_51cmd_start_24g:
-0x2f2c 007985 call g24_store_mem_tx_power 
-0x2f2d 007988 setarg state_24g_pairing_success 
-0x2f2e 007989 call g24_store_mem_pairing_sm 
-0x2f2f 007991 branch g24_start_24g_mode 
-:      008000 dongle_init:
-0x2f30 008001 bpatch patch17_2 ,mem_patch17 
-0x2f31 008002 call g24_head_ptr2regc 
-0x2f32 008003 setarg dongle_rxdata_type1 
-0x2f33 008004 add regc ,offset_24g_cb_rxdata_type1 ,contw 
-0x2f34 008005 istore 2 ,contw 
-0x2f35 008007 call g24_receive_init 
-0x2f36 008008 call usb_init 
-0x2f37 008009 call g24_fetch_mem_pair_mode 
-0x2f38 008011 bpatch patch17_3 ,mem_patch17 
-0x2f39 008012 beq 0x00 ,dongle_auto_bind 
-0x2f3a 008013 beq 0x01 ,dongle_pc_bind 
-0x2f3b 008014 beq 0x0f ,dongle_all_powerful 
-0x2f3c 008015 branch assert 
-:      008017 g24_receive_init:
-0x2f3d 008018 call g24_store_mem_tx_power_temp 
-0x2f3e 008019 arg 0x80 ,loopcnt 
-0x2f3f 008020 arg mem_rssi_noise_buffer ,contw 
-0x2f40 008021 branch memset0 
-:      008023 dongle_all_powerful:
-0x2f41 008024 call dongle_check_mode 
-:      008025 dongle_all_powerful_loop:
-0x2f42 008026 call g24_dongle_work_mode 
-0x2f43 008027 call usb_isr 
-0x2f44 008028 branch dongle_all_powerful_loop 
-:      008030 dongle_pc_bind:
-0x2f45 008031 bpatch patch17_4 ,mem_patch17 
-0x2f46 008032 call dongle_check_mode 
-:      008033 dongle_pc_bind_loop:
-0x2f47 008034 call g24_dongle_work_mode 
-0x2f48 008035 call g24_dongle_bind_mode 
-0x2f49 008036 call usb_isr 
-0x2f4a 008037 call dongle_usb_dispatch 
-0x2f4b 008038 branch dongle_pc_bind_loop 
-:      008040 dongle_check_mode:
-0x2f4c 008044 call g24_set_work_mem_dongle_work_mode 
-0x2f4d 008045 call g24_set0_mem_dongle_mode_init 
-0x2f4e 008046 branch g24_set0_mem_ackpayload_enable 
-:      008048 g24_dongle_work_mode:
-0x2f4f 008049 call g24_fetch_mem_dongle_work_mode 
-0x2f50 008051 rtnne dongle_work 
-:      008052 g24_dongle_work_mode_start:
-0x2f51 008053 call g24_dongle_work_init 
-0x2f52 008054 call g24_ch_process 
-0x2f53 008055 call g24_receive_packet_start 
-0x2f54 008056 branch g24_blank_data_process 
-:      008058 g24_dongle_work_init:
-0x2f55 008059 call g24_fetch_mem_dongle_mode_init 
-0x2f56 008061 rtnbit1 dongle_work 
-0x2f57 008062 set1 dongle_work ,pdata 
-0x2f58 008063 call g24_store_mem_dongle_mode_init 
-0x2f59 008065 call g24_store_mem_tx_power 
-0x2f5a 008068 call g24_set0_mem_ackpayload_enable 
-0x2f5b 008070 jam 0 ,mem_usb_tx_enable 
-0x2f5c 008071 call g24_set1_mem_abort_pac 
-0x2f5d 008073 call g24_dongle_init 
-:      008074 g24_rx_interrupt_clear:
-0x2f5e 008075 add regc ,offset_24g_rxbuf ,contw 
-0x2f5f 008077 arg 66 ,loopcnt 
-0x2f60 008078 branch clear_mem 
-:      008080 g24_dongle_init:
-0x2f61 008081 call g24_set0_mem_pid 
-0x2f62 008083 call g24_fetch_mem_rx_addr 
-0x2f63 008085 call g24_store_mem_addr 
-0x2f64 008087 branch g24_ch 
-:      008089 g24_ch_process:
-0x2f65 008090 bpatch patch17_5 ,mem_patch17 
-0x2f66 008091 call g24_fetch_mem_abort_pac 
-0x2f67 008093 beq 1 ,g24_noise_rssi 
-0x2f68 008094 call g24_fetch_mem_hop_pac 
-0x2f69 008096 beq 1 ,g24_ch 
-0x2f6a 008097 setarg offset_24g_hop_btclk 
-0x2f6b 008098 iadd regc ,rega 
-0x2f6c 008099 ifetcht 4 ,rega 
-0x2f6d 008101 copy clkn_bt ,pdata 
-0x2f6e 008102 isub temp ,null 
-0x2f6f 008103 ncall g24_timer_timeout ,positive 
-0x2f70 008104 copy pdata ,regb 
-0x2f71 008105 setarg offset_24g_hop_btclk 
-0x2f72 008106 iadd regc ,rega 
-0x2f73 008107 ifetch 4 ,rega 
-0x2f74 008108 copy pdata ,temp 
-0x2f75 008110 setarg offset_24g_hop_interval 
-0x2f76 008111 iadd regc ,rega 
-0x2f77 008112 copy temp ,pdata 
-0x2f78 008113 ifetcht 1 ,rega 
-0x2f79 008115 iadd temp ,temp 
-0x2f7a 008116 copy regb ,pdata 
-0x2f7b 008117 isub temp ,null 
-0x2f7c 008118 nrtn positive 
-0x2f7d 008119 set0 28 ,pdata 
-0x2f7e 008120 setarg offset_24g_hop_btclk 
-0x2f7f 008121 iadd regc ,contw 
-0x2f80 008122 istore 4 ,contw 
-:      008124 g24_ch_update:
-0x2f81 008125 call g24_ch 
-0x2f82 008126 call g24_fetch_mem_rf_laststa 
-0x2f83 008128 increase 1 ,pdata 
-0x2f84 008129 call g24_store_mem_rf_laststa 
-0x2f85 008131 rtnne 2 
-0x2f86 008132 call g24_set0_mem_rf_laststa 
-0x2f87 008136 branch g24_set1_mem_abort_pac 
-:      008138 g24_ch_timer_reinit:
-0x2f88 008139 copy clkn_bt ,pdata 
-0x2f89 008140 arg offset_24g_hop_btclk ,rega 
-0x2f8a 008141 call g24_set_contw_with_temp 
-0x2f8b 008142 istore 4 ,contw 
-0x2f8c 008146 branch g24_set0_mem_rf_laststa 
-:      008148 g24_noise_rssi:
-0x2f8d 008149 arg mem_rssi_noise_buffer ,rega 
-0x2f8e 008150 call g24_noise_rssi_average 
-0x2f8f 008151 add regc ,offset_rssi_noise_avg ,contw 
-0x2f90 008152 istoret 1 ,contw 
-0x2f91 008154 sub temp ,rssi_thresh_noise ,null 
-0x2f92 008155 nrtn positive 
-0x2f93 008156 branch g24_ch 
-:      008158 g24_noise_rssi_average:
-0x2f94 008159 arg rssi_buf_len_noise + 1 ,loopcnt 
-0x2f95 008160 branch rssi_average 
-:      008162 g24_blank_data_process:
-0x2f96 008163 call g24_ms_blank_data 
-0x2f97 008164 call g24_kb_blank_data 
-0x2f98 008165 branch g24_kb_mul_blank_data 
-:      008167 g24_ms_blank_data:
-0x2f99 008168 setarg offset_24g_ms_blank_data_enable 
-0x2f9a 008169 call g24_set_rega_ifetch_1byte 
-0x2f9b 008171 rtn blank 
-0x2f9c 008172 arg timer_ms_blank ,queue 
-0x2f9d 008173 call timer_check 
-0x2f9e 008174 nrtn blank 
-0x2f9f 008175 call g24_set0_mem_ms_blank_data_enable 
-:      008177 g24_ms_blank_data_2usb:
-0x2fa0 008178 setarg ms_report_id 
-0x2fa1 008179 store 1 ,mem_usb_mouse_data 
-0x2fa2 008180 setarg 0 
-0x2fa3 008181 istore 7 ,contw 
-0x2fa4 008182 branch g24_data_type1_usbtx_enable 
-:      008184 g24_kb_blank_data:
-0x2fa5 008185 setarg offset_24g_kb_blank_data_enable 
-0x2fa6 008186 call g24_set_rega_ifetch_1byte 
-0x2fa7 008188 rtn blank 
-0x2fa8 008189 arg timer_kb_blank ,queue 
-0x2fa9 008190 call timer_check 
-0x2faa 008191 nrtn blank 
-0x2fab 008192 call g24_set0_mem_kb_blank_data_enable 
-:      008194 g24_kb_blank_data_2usb:
-0x2fac 008195 arg mem_usb_kb_data ,contw 
-0x2fad 008196 arg 2 ,loopcnt 
-0x2fae 008197 call memset0 
-0x2faf 008198 jam kb_normal_report_id ,mem_usb_kb_data 
-0x2fb0 008199 branch g24_kb_data_into_ep1_fifo 
-:      008201 g24_kb_mul_blank_data:
-0x2fb1 008202 setarg offset_24g_kb_mul_blank_data_enable 
-0x2fb2 008203 call g24_set_rega_ifetch_1byte 
-0x2fb3 008205 rtn blank 
-0x2fb4 008206 arg timer_kb_mul_blank ,queue 
-0x2fb5 008207 call timer_check 
-0x2fb6 008208 nrtn blank 
-0x2fb7 008209 call g24_set0_mem_kb_mul_blank_data_enable 
-:      008211 g24_kb_mul_blank_data_2usb:
-0x2fb8 008212 arg mem_usb_kb_multikey ,contw 
-0x2fb9 008213 arg 2 ,loopcnt 
-0x2fba 008214 call memset0 
-0x2fbb 008215 jam kb_multikey_report_id ,mem_usb_kb_multikey 
-0x2fbc 008216 branch g24_kb_mul_data_into_ep2_fifo 
-:      008218 g24_dongle_bind_mode:
-0x2fbd 008219 call g24_fetch_mem_dongle_work_mode 
-0x2fbe 008221 rtnne dongle_bind 
-0x2fbf 008222 call g24_dongle_bind_init 
-0x2fc0 008223 branch g24_dongle_bind_data_process 
-:      008225 g24_dongle_bind_init:
-0x2fc1 008226 call g24_fetch_mem_dongle_mode_init 
-0x2fc2 008228 rtnbit1 dongle_bind 
-0x2fc3 008229 set1 dongle_bind ,pdata 
-0x2fc4 008230 call g24_store_mem_dongle_mode_init 
-0x2fc5 008232 call g24_set1_mem_ackpayload_enable 
-0x2fc6 008234 call g24_pair_init 
-0x2fc7 008235 setarg 0 
-0x2fc8 008236 arg offset_dongle_ms_bind_step ,rega 
-0x2fc9 008237 call g24_set_contw_with_temp 
-0x2fca 008239 branch g24_contw_istore_3byte 
-:      008241 g24_dongle_bind_data_process:
-0x2fcb 008242 call g24_receive_transmit_ack 
-0x2fcc 008243 nbranch g24_rx_interrupt_clear ,user3 
-0x2fcd 008244 add regc ,offset_24g_rxbuf ,contr 
-0x2fce 008245 setarg offset_24g_rxdata_temp 
-0x2fcf 008246 iadd regc ,contw 
-0x2fd0 008247 arg 8 ,loopcnt 
-0x2fd1 008248 call memcpy 
-0x2fd2 008249 setarg offset_24g_rxdata_temp_add2 
-0x2fd3 008250 call g24_set_rega_ifetch_1byte 
-0x2fd4 008251 beq datatype_bind ,g24_dongle_bind_first_step 
-0x2fd5 008252 beq datatype_config ,g24_dongle_bind_second_step 
-0x2fd6 008253 beq datatype_ok ,g24_dongle_bind_third_step 
-0x2fd7 008254 beq 0xff ,g24_data_attemp 
-0x2fd8 008255 branch g24_rx_interrupt_clear 
-:      008257 g24_dongle_bind_first_step:
-0x2fd9 008258 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x2fda 008259 beq bind_mouse ,g24_dongle_bind_first_step_mouse 
-0x2fdb 008260 beq bind_keyboard ,g24_dongle_bind_first_step_keyboard 
-0x2fdc 008261 rtn 
-:      008262 g24_dongle_bind_first_step_mouse:
-0x2fdd 008263 setarg 1 
-0x2fde 008264 call g24_store_mem_ms_bind_step 
-:      008266 g24_dongle_bind_ms_payload_cfg:
-0x2fdf 008267 setarg datatype_mouse 
-0x2fe0 008268 call g24_store_mem_bind_payload 
-:      008270 g24_dongle_bind_payload_cfg:
-0x2fe1 008271 setarg 0x80 
-0x2fe2 008272 arg offset_24g_bind_payload_add1 ,rega 
-0x2fe3 008273 call g24_set_contw_with_regb_store_1byte 
-0x2fe4 008275 call g24_fetch_mem_rx_addr 
-0x2fe5 008277 arg offset_24g_bind_payload_add2 ,rega 
-0x2fe6 008278 call g24_set_contw_with_temp 
-0x2fe7 008280 branch g24_contw_istore_4byte 
-:      008282 g24_dongle_bind_first_step_keyboard:
-0x2fe8 008283 setarg 1 
-0x2fe9 008284 call g24_store_mem_kb_bind_step 
-:      008286 g24_dongle_bind_kb_payload_cfg:
-0x2fea 008287 setarg datatype_keyboard 
-0x2feb 008288 call g24_store_mem_bind_payload 
-0x2fec 008290 branch g24_dongle_bind_payload_cfg 
-:      008292 g24_dongle_bind_second_step:
-0x2fed 008293 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x2fee 008294 beq bind_mouse ,g24_dongle_bind_second_step_mouse 
-0x2fef 008295 beq bind_keyboard ,g24_dongle_bind_second_step_keyboard 
-0x2ff0 008296 rtn 
-:      008297 g24_dongle_bind_second_step_mouse:
-0x2ff1 008298 call g24_dongle_bind_ms_payload_cfg 
-0x2ff2 008299 setarg offset_dongle_ms_bind_step 
-0x2ff3 008300 call g24_set_rega_ifetch_1byte 
-0x2ff4 008302 beq 1 ,g24_dongle_ms_bind_step_set2 
-0x2ff5 008303 rtn 
-:      008304 g24_dongle_ms_bind_step_set2:
-0x2ff6 008305 setarg 2 
-:      008307 g24_store_mem_ms_bind_step:
-0x2ff7 008308 arg offset_dongle_ms_bind_step ,rega 
-0x2ff8 008309 branch g24_set_contw_with_regb_store_1byte 
-:      008311 g24_dongle_bind_second_step_keyboard:
-0x2ff9 008312 call g24_dongle_bind_kb_payload_cfg 
-0x2ffa 008313 setarg offset_dongle_kb_bind_step 
-0x2ffb 008314 call g24_set_rega_ifetch_1byte 
-0x2ffc 008316 beq 1 ,g24_dongle_kb_bind_step_set2 
-0x2ffd 008317 rtn 
-:      008318 g24_dongle_kb_bind_step_set2:
-0x2ffe 008319 setarg 2 
-:      008321 g24_store_mem_kb_bind_step:
-0x2fff 008322 arg offset_dongle_kb_bind_step ,rega 
-0x3000 008323 branch g24_set_contw_with_regb_store_1byte 
-:      008325 g24_dongle_bind_third_step:
-0x3001 008326 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x3002 008327 beq bind_mouse ,g24_dongle_bind_third_step_mouse 
-0x3003 008328 beq bind_keyboard ,g24_dongle_bind_third_step_keyboard 
-0x3004 008329 rtn 
-:      008330 g24_dongle_bind_third_step_mouse:
-0x3005 008331 setarg offset_dongle_ms_bind_step 
-0x3006 008332 call g24_set_rega_ifetch_1byte 
-0x3007 008334 beq 2 ,g24_dongle_ms_bind_step_success 
-0x3008 008335 rtn 
-:      008336 g24_dongle_ms_bind_step_success:
-0x3009 008337 call g24_fetch_mem_bind_device_status 
-0x300a 008339 or_into 0x01 ,pdata 
-0x300b 008340 call g24_store_mem_bind_device_status 
-:      008342 g24_dongle_bind_exit:
-0x300c 008343 setarg 0 
-0x300d 008344 setarg offset_dongle_ms_bind_step 
-0x300e 008345 iadd regc ,contw 
-0x300f 008346 istore 2 ,contw 
-0x3010 008347 branch g24_rx_interrupt_clear 
-:      008349 g24_dongle_bind_third_step_keyboard:
-0x3011 008350 setarg offset_dongle_kb_bind_step 
-0x3012 008351 call g24_set_rega_ifetch_1byte 
-0x3013 008353 bne 0 ,g24_dongle_kb_bind_step_success 
-0x3014 008354 rtn 
-:      008355 g24_dongle_kb_bind_step_success:
-0x3015 008356 call g24_fetch_mem_bind_device_status 
-0x3016 008358 or_into 0x02 ,pdata 
-0x3017 008359 call g24_store_mem_bind_device_status 
-0x3018 008361 branch g24_dongle_bind_exit 
-:      008364 dongle_usb_dispatch:
-0x3019 008365 fetch 1 ,mem_usb0_get_set_report 
-0x301a 008366 rtn blank 
-0x301b 008367 jam 0 ,mem_usb0_get_set_report 
-0x301c 008368 fetch 2 ,mem_usb_setup_bvalue_temp 
-0x301d 008369 arg pc_set_report ,temp 
-0x301e 008370 isub temp ,null 
-0x301f 008371 nrtn zero 
-0x3020 008373 fetch 1 ,mem_usb0_set_report_data 
-0x3021 008374 rtnne pc_report_id 
-0x3022 008375 fetch 1 ,mem_usb0_set_report_data + 1 
-0x3023 008376 bpatch patch17_6 ,mem_patch17 
-0x3024 008377 beq command_mode ,dongle_dispose_cmd_mode 
-0x3025 008378 beq command_bind ,dongle_dispose_cmd_bind 
-0x3026 008379 beq command_current_project ,dongle_dispose_cmd_current_project 
-0x3027 008380 beq command_current_mode ,dongle_dispose_cmd_current_mode 
-0x3028 008381 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
-0x3029 008382 beq command_user_defined ,dongle_dispose_cmd_user_defined 
-:      008383 usb0_data_ready_report_set0:
-0x302a 008384 jam 0 ,mem_usb0_data_ready_report 
-0x302b 008385 rtn 
-:      008386 dongle_dispose_cmd_bind:
-0x302c 008387 fetch 1 ,mem_usb0_set_report_data + 2 
-0x302d 008388 beq com_bind_get ,dongle_dispose_cmd_get_bind 
-0x302e 008389 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
-0x302f 008390 beq com_read_mode ,dongle_dispose_cmd_read_mode 
-0x3030 008391 branch usb0_data_ready_report_set0 
-:      008392 dongle_dispose_cmd_get_bind:
-0x3031 008393 call g24_fetch_mem_bind_device_status 
-0x3032 008395 store 1 ,mem_usb0_get_report_data + 1 
-0x3033 008396 branch usb0_data_ready_report_set1 
-:      008397 dongle_dispose_cmd_exit_bind:
-0x3034 008398 call g24_set_work_mem_dongle_work_mode 
-0x3035 008400 call g24_set0_mem_dongle_mode_init 
-0x3036 008402 call g24_fetch_mem_bind_device_status 
-0x3037 008404 store 1 ,mem_usb0_get_report_data + 1 
-0x3038 008405 branch usb0_data_ready_report_set1 
-:      008407 dongle_dispose_cmd_read_mode:
-:      008408 dongle_dispose_in_bind_mode:
-0x3039 008409 jam command_bind ,mem_usb0_get_report_data + 1 
-0x303a 008410 branch usb0_data_ready_report_set1 
-:      008412 dongle_dispose_cmd_mode:
-0x303b 008413 fetch 1 ,mem_usb0_set_report_data + 2 
-0x303c 008414 beq com_mode_bind ,dongle_enter_bind_mode 
-0x303d 008416 branch usb0_data_ready_report_set0 
-:      008417 dongle_enter_bind_mode:
-0x303e 008420 call g24_bind_mode_enable 
-:      008421 usb0_data_ready_report_set1:
-0x303f 008422 jam 1 ,mem_usb0_data_ready_report 
-0x3040 008423 rtn 
-:      008428 dongle_dispose_cmd_current_project:
-0x3041 008429 jam product_id ,mem_usb0_get_report_data + 1 
-0x3042 008430 branch usb0_data_ready_report_set1 
-:      008432 dongle_dispose_cmd_current_mode:
-0x3043 008433 call g24_fetch_mem_dongle_work_mode 
-0x3044 008435 beq dongle_work ,dongle_dispose_in_work_mode 
-0x3045 008436 beq dongle_bind ,dongle_dispose_in_bind_mode 
-0x3046 008438 rtn 
-:      008439 dongle_dispose_in_work_mode:
-0x3047 008440 jam command_mode ,mem_usb0_get_report_data + 1 
-0x3048 008441 branch usb0_data_ready_report_set1 
-:      008446 dongle_dispose_cmd_current_fw_version:
-0x3049 008447 jam fw_version0 ,mem_usb0_get_report_data + 1 
-0x304a 008448 jam fw_version1 ,mem_usb0_get_report_data + 2 
-0x304b 008449 jam fw_version2 ,mem_usb0_get_report_data + 3 
-0x304c 008450 branch usb0_data_ready_report_set1 
-:      008452 dongle_dispose_cmd_user_defined:
-0x304d 008454 call g24_set1_mem_ackpayload_enable 
-0x304e 008455 fetch 1 ,mem_usb0_set_report_data + 2 
-0x304f 008456 increase 2 ,pdata 
-0x3050 008457 copy pdata ,loopcnt 
-0x3051 008458 arg mem_usb0_set_report_data ,contr 
-0x3052 008459 setarg offset_24g_ackpayload 
-0x3053 008460 iadd regc ,contw 
-0x3054 008461 branch memcpy 
-:      008464 dongle_auto_bind:
-0x3055 008465 bpatch patch17_7 ,mem_patch17 
-0x3056 008466 call g24_mode_switch_init 
-:      008467 dongle_auto_bind_loop:
-0x3057 008468 call g24_receive_process 
-0x3058 008469 call usb_isr 
-0x3059 008470 branch dongle_auto_bind_loop 
-:      008472 g24_dongle_work_mode_auto:
-0x305a 008473 call g24_fetch_mem_dongle_work_mode 
-0x305b 008475 rtnne dongle_work 
-0x305c 008476 call g24_dongle_work_mode_start 
-0x305d 008477 branch g24_rx_nodata_process 
-:      008479 g24_dongle_bind_mode_auto:
-0x305e 008480 call g24_fetch_mem_dongle_work_mode 
-0x305f 008482 rtnne dongle_bind 
-0x3060 008483 call g24_dongle_bind_init 
-0x3061 008484 call g24_dongle_bind_data_process 
-0x3062 008485 call g24_fetch_mem_bind_device_status 
-0x3063 008487 rtn blank 
-0x3064 008488 call g24_set0_mem_mode_switch 
-0x3065 008490 call dongle_check_mode 
-0x3066 008491 call g24_enable_nodata_timer 
-:      008492 g24_timer_init:
-0x3067 008493 setarg 0 
-0x3068 008494 add regc ,offset_24g_tx_btclk ,contw 
-0x3069 008496 branch g24_contw_istore_4byte 
-:      008498 g24_timer_check:
-0x306a 008499 call disable_user 
-0x306b 008500 add regc ,offset_24g_tx_btclk ,rega 
-0x306c 008501 ifetcht 4 ,rega 
-0x306d 008503 copy clkn_bt ,pdata 
-0x306e 008504 isub temp ,null 
-0x306f 008505 ncall g24_timer_timeout ,positive 
-0x3070 008506 copy pdata ,regb 
-0x3071 008507 add regc ,offset_24g_tx_btclk ,rega 
-0x3072 008508 ifetch 4 ,rega 
-0x3073 008510 add regc ,offset_24g_interval ,rega 
-0x3074 008511 ifetcht 1 ,rega 
-0x3075 008513 iadd temp ,temp 
-0x3076 008514 copy regb ,pdata 
-0x3077 008515 isub temp ,null 
-0x3078 008516 nrtn positive 
-0x3079 008517 set0 28 ,pdata 
-0x307a 008518 add regc ,offset_24g_tx_btclk ,contw 
-0x307b 008519 istore 4 ,contw 
-0x307c 008521 branch enable_user 
-:      008523 g24_mode_switch_init:
-0x307d 008524 setarg 1 
-0x307e 008525 call g24_store_mem_mode_switch 
-0x307f 008527 call g24_set0_mem_time_slice 
-0x3080 008529 setarg 0xff 
-0x3081 008530 add regc ,offset_24g_interval ,contw 
-0x3082 008531 istore 1 ,contw 
-0x3083 008533 branch g24_timer_init 
-:      008535 g24_mode_switch:
-0x3084 008536 setarg offset_24g_mode_switch 
-0x3085 008537 call g24_set_rega_ifetch_1byte 
-0x3086 008539 rtn blank 
-0x3087 008540 call g24_timer_check 
-0x3088 008541 nrtn user 
-0x3089 008542 call g24_fetch_mem_time_slice 
-0x308a 008544 increase 1 ,pdata 
-0x308b 008545 and_into 1 ,pdata 
-0x308c 008546 call g24_store_mem_time_slice 
-0x308d 008548 beq 0 ,dongle_check_mode 
-0x308e 008549 beq 1 ,g24_bind_mode_enable 
-0x308f 008550 rtn 
-:      008552 g24_bind_mode_enable:
-0x3090 008556 setarg dongle_bind 
-0x3091 008557 call g24_store_mem_dongle_work_mode 
-0x3092 008558 branch g24_set0_mem_dongle_mode_init 
-:      008560 g24_enable_nodata_timer:
-0x3093 008561 setarg 1 
-0x3094 008562 call g24_store_mem_nodata_timer_enable 
-:      008564 g24_enable_nodata_timer_init:
-0x3095 008565 setarg timer_nodata_delay 
-0x3096 008566 arg timer_nodata ,queue 
-0x3097 008567 branch timer_init 
-:      008569 g24_rx_nodata_process:
-0x3098 008570 call g24_fetch_mem_nodata_timer_enable 
-0x3099 008572 rtn blank 
-0x309a 008573 arg timer_nodata ,queue 
-0x309b 008574 call timer_check 
-0x309c 008575 nrtn blank 
-0x309d 008576 call g24_set0_mem_nodata_timer_enable 
-0x309e 008579 setarg dongle_search 
-0x309f 008580 call g24_store_mem_dongle_work_mode 
-0x30a0 008582 call g24_set0_mem_dongle_mode_init 
-0x30a1 008584 branch g24_rx_interrupt_clear 
-:      008586 g24_dongle_search_mode_auto:
-0x30a2 008587 bpatch patch18_0 ,mem_patch18 
-0x30a3 008588 call g24_fetch_mem_dongle_work_mode 
-0x30a4 008590 rtnne dongle_search 
-0x30a5 008591 call g24_dongle_search_mode_init 
-0x30a6 008592 call g24_rx_auto_addr_ch_search 
-0x30a7 008593 call g24_receive_transmit_ack 
-0x30a8 008594 nbranch g24_rx_interrupt_clear ,user3 
-0x30a9 008596 call g24_dongle_search_addr_check 
-0x30aa 008597 call g24_receive_packet_parse ,zero 
-0x30ab 008601 call dongle_check_mode 
-0x30ac 008602 call g24_fetch_mem_dongle_mode_init 
-0x30ad 008604 set1 dongle_work ,pdata 
-0x30ae 008605 call g24_store_mem_dongle_mode_init 
-0x30af 008607 call g24_rx_interrupt_clear 
-0x30b0 008608 call g24_enable_nodata_timer 
-0x30b1 008609 call g24_dongle_search_addr_check 
-0x30b2 008610 branch g24_dg_ch_num_reinit ,zero 
-0x30b3 008611 setarg offset_24g_kb_addr 
-0x30b4 008612 call g24_set_rega_ifetcht_4byte 
-0x30b5 008614 call g24_fetch_mem_addr_isub_temp 
-0x30b6 008615 branch g24_kb_ch_num_reinit ,zero 
-0x30b7 008616 setarg offset_24g_mouse_addr 
-0x30b8 008617 call g24_set_rega_ifetcht_4byte 
-0x30b9 008619 call g24_fetch_mem_addr_isub_temp 
-0x30ba 008620 branch g24_ms_ch_num_reinit ,zero 
-0x30bb 008621 rtn 
-:      008623 g24_dongle_search_addr_check:
-0x30bc 008624 setarg offset_24g_rx_addr 
-0x30bd 008625 call g24_set_rega_ifetcht_4byte 
-:      008627 g24_fetch_mem_addr_isub_temp:
-0x30be 008628 call g24_fetch_mem_addr 
-0x30bf 008630 isub temp ,null 
-0x30c0 008631 rtn 
-:      008633 g24_dg_ch_num_reinit:
-0x30c1 008634 setarg offset_24g_dg_ch_number 
-0x30c2 008635 call g24_set_rega_ifetch_1byte 
-:      008637 g24_current_ch_num_reinit:
-0x30c3 008639 add regc ,offset_24g_current_ch_number ,contw 
-0x30c4 008640 branch g24_contw_istore_1byte 
-:      008642 g24_kb_ch_num_reinit:
-0x30c5 008643 setarg offset_24g_kb_ch_number 
-0x30c6 008644 call g24_set_rega_ifetch_1byte 
-0x30c7 008646 branch g24_current_ch_num_reinit 
-:      008647 g24_ms_ch_num_reinit:
-0x30c8 008648 setarg offset_24g_ms_ch_number 
-0x30c9 008649 call g24_set_rega_ifetch_1byte 
-0x30ca 008651 branch g24_current_ch_num_reinit 
-:      008653 g24_dongle_search_mode_init:
-0x30cb 008654 call g24_fetch_mem_dongle_mode_init 
-0x30cc 008656 rtnbit1 dongle_search 
-0x30cd 008657 set1 dongle_search ,pdata 
-0x30ce 008658 call g24_store_mem_dongle_mode_init 
-0x30cf 008660 call g24_set0_mem_time_slice 
-0x30d0 008662 call g24_set1_mem_ackpayload_enable 
-0x30d1 008664 setarg 0 
-0x30d2 008665 add regc ,offset_rssi_noise_dg_index ,contw 
-0x30d3 008666 istore 3 ,contw 
-0x30d4 008668 arg offset_24g_dg_config_ch_once ,rega 
-0x30d5 008669 call g24_set_contw_with_temp 
-0x30d6 008670 istore 7 ,contw 
-0x30d7 008673 call g24_dongle_search_addr_check 
-0x30d8 008674 nrtn zero 
-0x30d9 008675 add regc ,offset_24g_current_ch_number ,rega 
-0x30da 008676 ifetch 1 ,rega 
-0x30db 008678 arg offset_24g_dg_ch_number ,rega 
-0x30dc 008679 call g24_set_contw_with_regb_store_1byte 
-0x30dd 008681 add regc ,offset_24g_ch ,rega 
-0x30de 008682 ifetch 1 ,rega 
-0x30df 008685 branch g24_store_mem_dg_last_ch 
-:      008687 g24_rx_auto_addr_ch_search:
-0x30e0 008688 bpatch patch18_1 ,mem_patch18 
-0x30e1 008689 call g24_fetch_mem_time_slice 
-0x30e2 008691 increase 1 ,pdata 
-0x30e3 008692 and_into 3 ,pdata 
-0x30e4 008693 call g24_store_mem_time_slice 
-0x30e5 008696 beq 0 ,g24_rx_auto_bind_config_kb 
-0x30e6 008697 beq 1 ,g24_rx_auto_bind_config_dongle 
-0x30e7 008698 beq 2 ,g24_rx_auto_bind_config_mouse 
-0x30e8 008699 beq 3 ,g24_rx_auto_bind_config_dongle 
-0x30e9 008700 rtn 
-:      008702 g24_rx_auto_bind_config_mouse:
-0x30ea 008703 call g24_dongle_bind_ms_payload_cfg 
-0x30eb 008704 setarg offset_24g_mouse_addr 
-0x30ec 008705 call g24_set_rega_ifetch_4byte 
-0x30ed 008707 branch g24_rx_auto_addr_ch_search ,blank 
-0x30ee 008708 call g24_store_mem_addr 
-0x30ef 008710 setarg offset_24g_ms_config_ch_once 
-0x30f0 008711 call g24_set_rega_ifetch_1byte 
-0x30f1 008713 call g24_ms_config_ch_once ,blank 
-0x30f2 008714 setarg offset_24g_ms_last_ch 
-0x30f3 008715 call g24_set_rega_ifetch_1byte 
-0x30f4 008717 call g24_store_mem_ch 
-0x30f5 008719 add regc ,offset_rssi_noise_ms_index ,rega 
-0x30f6 008720 ifetcht 1 ,rega 
-0x30f7 008722 arg mem_rssi_noise_ms_buffer ,rega 
-0x30f8 008723 call rssi_noise_store 
-0x30f9 008724 add regc ,offset_rssi_noise_ms_index ,contw 
-0x30fa 008725 istoret 1 ,contw 
-0x30fb 008727 call g24_noise_rssi_average 
-0x30fc 008728 add regc ,offset_rssi_noise_ms_avg ,contw 
-0x30fd 008729 istoret 1 ,contw 
-0x30fe 008731 sub temp ,rssi_thresh_noise ,null 
-0x30ff 008732 nrtn positive 
-0x3100 008733 setarg offset_24g_ms_ch_number 
-0x3101 008734 call g24_set_rega_ifetcht_1byte 
-0x3102 008736 call g24_ch_temp_incre_size4 
-0x3103 008737 arg offset_24g_ms_ch_number ,rega 
-0x3104 008738 call g24_set_contw_with_regb2 
-0x3105 008739 istoret 1 ,contw 
-:      008741 g24_store_mem_ms_last_ch:
-0x3106 008743 arg offset_24g_ms_last_ch ,rega 
-0x3107 008744 branch g24_set_contw_with_regb_store_1byte 
-:      008746 g24_ms_config_ch_once:
-0x3108 008747 setarg 1 
-0x3109 008748 arg offset_24g_ms_config_ch_once ,rega 
-0x310a 008749 call g24_set_contw_with_regb_store_1byte 
-0x310b 008751 arg 0 ,temp 
-0x310c 008752 call g24_ch_calc 
-0x310d 008755 branch g24_store_mem_ms_last_ch 
-:      008757 g24_rx_auto_bind_config_kb:
-0x310e 008758 call g24_dongle_bind_kb_payload_cfg 
-0x310f 008759 setarg offset_24g_kb_addr 
-0x3110 008760 call g24_set_rega_ifetch_4byte 
-0x3111 008762 branch g24_rx_auto_addr_ch_search ,blank 
-0x3112 008763 call g24_store_mem_addr 
-0x3113 008765 setarg offset_24g_kb_config_ch_once 
-0x3114 008766 call g24_set_rega_ifetch_1byte 
-0x3115 008768 call g24_kb_config_ch_once ,blank 
-0x3116 008769 setarg offset_24g_kb_last_ch 
-0x3117 008770 call g24_set_rega_ifetch_1byte 
-0x3118 008772 call g24_store_mem_ch 
-0x3119 008774 add regc ,offset_rssi_noise_kb_index ,rega 
-0x311a 008775 ifetcht 1 ,rega 
-0x311b 008777 arg mem_rssi_noise_kb_buffer ,rega 
-0x311c 008778 call rssi_noise_store 
-0x311d 008779 add regc ,offset_rssi_noise_kb_index ,contw 
-0x311e 008780 istoret 1 ,contw 
-0x311f 008782 call g24_noise_rssi_average 
-0x3120 008783 add regc ,offset_rssi_noise_kb_avg ,contw 
-0x3121 008784 istoret 1 ,contw 
-0x3122 008786 sub temp ,rssi_thresh_noise ,null 
-0x3123 008787 nrtn positive 
-0x3124 008788 setarg offset_24g_kb_ch_number 
-0x3125 008789 call g24_set_rega_ifetcht_1byte 
-0x3126 008791 call g24_ch_temp_incre_size4 
-0x3127 008792 arg offset_24g_kb_ch_number ,rega 
-0x3128 008793 call g24_set_contw_with_regb2 
-0x3129 008794 istoret 1 ,contw 
-:      008796 g24_store_mem_kb_last_ch:
-0x312a 008798 arg offset_24g_kb_last_ch ,rega 
-0x312b 008799 branch g24_set_contw_with_regb_store_1byte 
-:      008801 g24_kb_config_ch_once:
-0x312c 008802 setarg 1 
-0x312d 008803 arg offset_24g_kb_config_ch_once ,rega 
-0x312e 008804 call g24_set_contw_with_regb_store_1byte 
-0x312f 008806 arg 0 ,temp 
-0x3130 008807 call g24_ch_calc 
-0x3131 008810 branch g24_store_mem_kb_last_ch 
-:      008812 g24_rx_auto_bind_config_dongle:
-0x3132 008813 call g24_dongle_bind_ms_payload_cfg 
-0x3133 008814 call g24_fetch_mem_rx_addr 
-0x3134 008816 call g24_store_mem_addr 
-0x3135 008818 setarg offset_24g_dg_config_ch_once 
-0x3136 008819 call g24_set_rega_ifetch_1byte 
-0x3137 008821 call g24_dg_config_ch_once ,blank 
-0x3138 008822 call g24_dg_store_config_ch 
-0x3139 008823 add regc ,offset_rssi_noise_dg_index ,rega 
-0x313a 008824 ifetcht 1 ,rega 
-0x313b 008826 arg mem_rssi_noise_dg_buffer ,rega 
-0x313c 008827 call rssi_noise_store 
-0x313d 008828 add regc ,offset_rssi_noise_dg_index ,contw 
-0x313e 008829 istoret 1 ,contw 
-0x313f 008831 call g24_noise_rssi_average 
-0x3140 008832 add regc ,offset_rssi_noise_dg_avg ,contw 
-0x3141 008833 istoret 1 ,contw 
-0x3142 008835 sub temp ,rssi_thresh_noise ,null 
-0x3143 008836 nrtn positive 
-0x3144 008837 setarg offset_24g_dg_ch_number 
-0x3145 008838 call g24_set_rega_ifetcht_1byte 
-0x3146 008840 call g24_ch_temp_incre_size4 
-0x3147 008841 arg offset_24g_dg_ch_number ,rega 
-0x3148 008842 call g24_set_contw_with_regb2 
-0x3149 008843 istoret 1 ,contw 
-:      008845 g24_store_mem_dg_last_ch:
-0x314a 008848 arg offset_24g_dg_last_ch ,rega 
-0x314b 008849 branch g24_set_contw_with_regb_store_1byte 
-:      008852 g24_dg_config_ch_once:
-0x314c 008857 setarg 1 
-0x314d 008858 arg offset_24g_dg_config_ch_once ,rega 
-0x314e 008859 call g24_set_contw_with_regb_store_1byte 
-:      008860 g24_dg_store_config_ch:
-0x314f 008861 setarg offset_24g_dg_last_ch 
-0x3150 008862 call g24_set_rega_ifetch_1byte 
-0x3151 008863 branch g24_store_mem_ch 
-:      008866 g24_transmit_ack:
-0x3152 008868 add regc ,offset_24g_rxbuf ,rega 
-0x3153 008869 ifetch 1 ,rega 
-0x3154 008871 call g24_store_mem_data_type 
-0x3155 008874 call g24_read_len_pid_crc 
-0x3156 008876 call g24_fetch_mem_rxbuf_add1 
-0x3157 008878 isolate1 bit_ack_24g ,pdata 
-0x3158 008879 branch g24tx_no_ack ,true 
-:      008880 g24tx_with_ack:
-0x3159 008881 call g24_ackpayload_prep 
-0x315a 008882 call g24_transmit_prep 
-0x315b 008883 call g24_transmit 
-:      008884 g24tx_no_ack:
-0x315c 008885 branch g24_end_of_packet 
-:      008887 g24_ackpayload_prep:
-0x315d 008888 bpatch patch18_2 ,mem_patch18 
-0x315e 008889 add regc ,offset_24g_datalen ,contw 
-0x315f 008890 call g24_mem_set0 
-0x3160 008892 setarg offset_24g_ackpayload_enable 
-0x3161 008893 call g24_set_rega_ifetch_1byte 
-0x3162 008895 rtn blank 
-0x3163 008896 setarg 0x06 
-0x3164 008897 add regc ,offset_24g_datalen ,contw 
-0x3165 008898 istore 1 ,contw 
-0x3166 008900 arg 0x06 ,loopcnt 
-0x3167 008901 setarg offset_24g_bind_payload 
-0x3168 008902 iadd regc ,contr 
-0x3169 008904 add regc ,offset_24g_txbuf ,contw 
-0x316a 008906 branch memcpy 
-:      008909 g24_receive_packet_start:
-0x316b 008910 call g24_receive_transmit_ack 
-0x316c 008911 nbranch g24_rx_interrupt_clear ,user3 
-0x316d 008912 branch g24_receive_packet_parse 
-:      008914 g24_receive_transmit_ack:
-0x316e 008915 call g24_rx_interrupt_clear 
-0x316f 008916 call g24_receive_packet 
-0x3170 008917 nrtn user3 
-0x3171 008918 branch g24_transmit_ack 
-:      008920 g24_receive_packet_parse:
-0x3172 008921 bpatch patch18_3 ,mem_patch18 
-0x3173 008922 call g24_receive_packet_parse_pid_crc 
-0x3174 008923 nbranch g24_rx_interrupt_clear ,user 
-0x3175 008924 add regc ,offset_24g_rxdata_length ,rega 
-0x3176 008925 ifetch 1 ,rega 
-0x3177 008927 branch g24_rx_interrupt_clear ,blank 
-0x3178 008928 increase 2 ,pdata 
-0x3179 008929 iforce loopcnt 
-0x317a 008930 add regc ,offset_24g_rxbuf ,contr 
-0x317b 008932 setarg offset_24g_rxdata_temp 
-0x317c 008933 iadd regc ,contw 
-0x317d 008935 call memcpy 
-0x317e 008936 call g24_set0_mem_mode_switch 
-0x317f 008938 call g24_fetch_mem_pair_mode 
-0x3180 008940 call g24_enable_nodata_timer ,blank 
-0x3181 008941 setarg offset_24g_rxdata_temp_add2 
-0x3182 008942 call g24_set_rega_ifetch_1byte 
-0x3183 008944 beq 0x01 ,g24_data_type1 
-0x3184 008945 beq 0x02 ,g24_data_type2 
-0x3185 008946 beq 0x03 ,g24_data_type3 
-0x3186 008947 beq 0xff ,g24_data_attemp 
-0x3187 008948 branch g24_rx_interrupt_clear 
-:      008950 g24_receive_packet_parse_pid_crc:
-0x3188 008951 call g24_head_ptr2regc 
-0x3189 008952 call disable_user 
-0x318a 008953 add regc ,offset_24g_sta_pid ,rega 
-0x318b 008954 ifetch 1 ,rega 
-0x318c 008956 add regc ,offset_24g_last_pid ,rega 
-0x318d 008957 ifetcht 1 ,rega 
-0x318e 008959 isub temp ,null 
-0x318f 008960 ncall enable_user ,zero 
-0x3190 008961 add regc ,offset_24g_sta_pid ,rega 
-0x3191 008962 ifetch 1 ,rega 
-0x3192 008964 add regc ,offset_24g_last_pid ,contw 
-0x3193 008965 istore 1 ,contw 
-0x3194 008967 add regc ,offset_24g_sta_crc ,rega 
-0x3195 008968 ifetch 3 ,rega 
-0x3196 008970 add regc ,offset_24g_last_crc ,rega 
-0x3197 008971 ifetcht 3 ,rega 
-0x3198 008973 isub temp ,null 
-0x3199 008974 ncall enable_user ,zero 
-0x319a 008975 add regc ,offset_24g_sta_crc ,rega 
-0x319b 008976 ifetch 3 ,rega 
-0x319c 008978 add regc ,offset_24g_last_crc ,contw 
-0x319d 008980 branch g24_contw_istore_3byte 
-:      008982 g24_data_type1:
-0x319e 008983 call g24_ch_timer_reinit 
-0x319f 008984 call g24_fetch_mem_abort_pac 
-0x31a0 008985 store 1 ,mem_temp 
-0x31a1 008987 call g24_fetcht_mem_rxdata_temp 
-0x31a2 008988 fetch 1 ,mem_temp 
-0x31a3 008990 isolate1 bit_abort ,temp 
-0x31a4 008991 setflag true ,0 ,pdata 
-0x31a5 008992 add regc ,offset_24g_abort_pac ,contw 
-0x31a6 008993 istore 1 ,contw 
-0x31a7 008995 beq 1 ,g24_data_attemp_mouse 
-0x31a8 008996 call g24_fetch_mem_hop_pac 
-0x31a9 008998 call g24_fetcht_mem_rxdata_temp 
-0x31aa 009000 isolate1 bit_hop ,temp 
-0x31ab 009001 setflag true ,0 ,pdata 
-0x31ac 009002 call g24_store_mem_hop_pac 
-0x31ad 009004 add regc ,offset_24g_cb_rxdata_type1 ,rega 
-0x31ae 009005 ifetch 2 ,rega 
-0x31af 009007 branch callback_func 
-:      009009 dongle_rxdata_type1:
-0x31b0 009010 setarg ms_report_id 
-0x31b1 009011 store 1 ,mem_usb_mouse_data 
-0x31b2 009012 call g24_fetch_mem_rxdata_temp_add3_7byte 
-0x31b3 009014 istore 7 ,contw 
-0x31b4 009015 call g24_fetch_mem_rxdata_temp_add3_7byte 
-0x31b5 009017 ncall g24_ms_enable_blank_data_forcibly ,blank 
-0x31b6 009018 call g24_fetch_mem_rxdata_temp_add3_7byte 
-0x31b7 009020 call g24_ms_disable_blank_data_forcibly ,blank 
-:      009021 g24_data_type1_usbtx_enable:
-0x31b8 009022 jam usb_ep2_ms ,mem_usb_ep2_data 
-:      009023 g24_data_type1_usbtx_enable_ep2:
-0x31b9 009024 fetch 1 ,mem_usb_tx_enable 
-0x31ba 009025 set1 2 ,pdata 
-0x31bb 009026 store 1 ,mem_usb_tx_enable 
-0x31bc 009027 rtn 
-:      009029 g24_ms_enable_blank_data_forcibly:
-0x31bd 009030 setarg 1 
-0x31be 009031 call g24_store_mem_ms_blank_data_enable 
-:      009033 g24_ms_enable_blank_data_timer:
-0x31bf 009034 setarg timer_ms_blank_delay 
-0x31c0 009035 arg timer_ms_blank ,queue 
-0x31c1 009036 branch timer_init 
-:      009037 g24_ms_disable_blank_data_forcibly:
-0x31c2 009038 call g24_set0_mem_ms_blank_data_enable 
-:      009040 g24_ms_disable_blank_data_timer:
-0x31c3 009041 setarg 0 
-0x31c4 009042 arg timer_ms_blank ,queue 
-0x31c5 009043 branch timer_init 
-:      009045 g24_data_type2:
-0x31c6 009046 call g24_fetcht_mem_rxdata_temp 
-0x31c7 009048 isolate1 bit_abort ,temp 
-0x31c8 009049 branch g24_data_attemp_kbd ,true 
-0x31c9 009050 arg mem_usb_kb_data ,contw 
-0x31ca 009051 call g24_data_type2_reverse_data 
-0x31cb 009052 fetch 8 ,mem_usb_kb_data 
-0x31cc 009053 ncall g24_kb_enable_blank_data_forcibly ,blank 
-0x31cd 009054 fetch 8 ,mem_usb_kb_data 
-0x31ce 009055 call g24_kb_disable_blank_data_forcibly ,blank 
-0x31cf 009056 call g24_head_ptr2regc 
-0x31d0 009057 fetch 8 ,mem_usb_kb_data 
-0x31d1 009058 arg offset_24g_kb_data_sta_data ,rega 
-0x31d2 009059 call g24_set_contw_with_temp 
-0x31d3 009060 istore 8 ,contw 
-0x31d4 009062 setarg offset_24g_kb_data_last_data 
-0x31d5 009063 iadd regc ,rega 
-0x31d6 009064 ifetcht 8 ,rega 
-0x31d7 009066 isub temp ,null 
-0x31d8 009067 ncall g24_kb_data_dispose ,zero 
-0x31d9 009068 setarg offset_24g_kb_data_sta_data 
-0x31da 009069 iadd regc ,rega 
-0x31db 009070 ifetch 8 ,rega 
-0x31dc 009072 arg offset_24g_kb_data_last_data ,rega 
-0x31dd 009073 call g24_set_contw_with_temp 
-0x31de 009074 istore 8 ,contw 
-0x31df 009076 branch g24_rx_interrupt_clear 
-:      009078 g24_data_type2_reverse_data:
-0x31e0 009079 setarg offset_24g_rxdata_temp_add2 
-0x31e1 009080 iadd regc ,contr 
-0x31e2 009082 arg 9 ,loopcnt 
-0x31e3 009083 branch reverse_byte 
-:      009085 g24_kb_enable_blank_data_forcibly:
-0x31e4 009086 setarg 1 
-0x31e5 009087 call g24_store_mem_kb_blank_data_enable 
-:      009089 g24_kb_enable_blank_data_timer:
-0x31e6 009090 setarg timer_kb_blank_delay 
-0x31e7 009091 arg timer_kb_blank ,queue 
-0x31e8 009092 branch timer_init 
-:      009094 g24_kb_disable_blank_data_forcibly:
-0x31e9 009095 call g24_set0_mem_kb_blank_data_enable 
-:      009097 g24_kb_disable_blank_data_timer:
-0x31ea 009098 setarg 0 
-0x31eb 009099 arg timer_kb_blank ,queue 
-0x31ec 009100 branch timer_init 
-:      009102 g24_kb_data_dispose:
-:      009103 g24_kb_data_into_ep1_fifo:
-0x31ed 009104 jam usb_ep1_kb ,mem_usb_ep1_data 
-0x31ee 009105 fetch 1 ,mem_usb_tx_enable 
-0x31ef 009106 set1 1 ,pdata 
-0x31f0 009107 store 1 ,mem_usb_tx_enable 
-0x31f1 009108 rtn 
-:      009110 g24_data_type3:
-0x31f2 009111 arg mem_usb_kb_multikey ,contw 
-0x31f3 009112 call g24_data_type2_reverse_data 
-0x31f4 009113 fetch 2 ,mem_usb_kb_multikey + 1 
-0x31f5 009114 ncall g24_kb_mul_enable_blank_data_forcibly ,blank 
-0x31f6 009115 fetch 2 ,mem_usb_kb_multikey + 1 
-0x31f7 009116 call g24_kb_mul_disable_blank_data_forcibly ,blank 
-0x31f8 009117 call g24_head_ptr2regc 
-0x31f9 009118 fetch 3 ,mem_usb_kb_multikey 
-0x31fa 009119 arg offset_24g_kb_multikey_sta_data ,rega 
-0x31fb 009120 call g24_set_contw_with_temp_store_3byte 
-0x31fc 009122 setarg offset_24g_kb_multikey_last_data 
-0x31fd 009123 iadd regc ,rega 
-0x31fe 009124 ifetcht 3 ,rega 
-0x31ff 009126 isub temp ,null 
-0x3200 009127 ncall g24_kb_mul_data_into_ep2_fifo ,zero 
-0x3201 009128 setarg offset_24g_kb_multikey_sta_data 
-0x3202 009129 iadd regc ,rega 
-0x3203 009130 ifetch 3 ,rega 
-0x3204 009132 arg offset_24g_kb_multikey_last_data ,rega 
-0x3205 009133 call g24_set_contw_with_temp_store_3byte 
-0x3206 009135 branch g24_rx_interrupt_clear 
-:      009137 g24_kb_mul_data_into_ep2_fifo:
-0x3207 009138 jam usb_ep2_multikey ,mem_usb_ep2_data 
-0x3208 009139 branch g24_data_type1_usbtx_enable_ep2 
-:      009141 g24_kb_mul_enable_blank_data_forcibly:
-0x3209 009142 setarg 1 
-0x320a 009143 call g24_store_mem_kb_mul_blank_data_enable 
-:      009145 g24_kb_mul_enable_blank_data_timer:
-0x320b 009146 setarg timer_kb_mul_blank_delay 
-0x320c 009147 arg timer_kb_mul_blank ,queue 
-0x320d 009148 branch timer_init 
-:      009150 g24_kb_mul_disable_blank_data_forcibly:
-0x320e 009151 call g24_set0_mem_kb_mul_blank_data_enable 
-:      009153 g24_kb_mul_disable_blank_data_timer:
-0x320f 009154 setarg 0 
-0x3210 009155 arg timer_kb_mul_blank ,queue 
-0x3211 009156 branch timer_init 
-:      009158 g24_data_attemp:
-0x3212 009159 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x3213 009161 beq datatype_mouse ,g24_data_attemp_mouse 
-0x3214 009162 beq datatype_keyboard ,g24_data_attemp_kbd 
-0x3215 009163 rtn 
-:      009164 g24_data_attemp_mouse:
-0x3216 009165 setarg offset_24g_rxdata_temp_add4 
-0x3217 009166 call g24_set_rega_ifetch_4byte 
-0x3218 009167 arg offset_24g_mouse_addr ,rega 
-0x3219 009168 call g24_set_contw_with_temp 
-0x321a 009171 branch g24_contw_istore_4byte 
-:      009173 g24_data_attemp_kbd:
-0x321b 009174 setarg offset_24g_rxdata_temp_add4 
-0x321c 009175 call g24_set_rega_ifetch_4byte 
-0x321d 009176 arg offset_24g_kb_addr ,rega 
-0x321e 009177 call g24_set_contw_with_temp 
-0x321f 009180 branch g24_contw_istore_4byte 
-:      009182 g24_store_mem_24g_mode:
-0x3220 009183 call g24_head_ptr2regc 
-0x3221 009184 add regc ,offset_24g_mode ,contw 
-0x3222 009185 istore 1 ,contw 
-0x3223 009186 rtn 
-:      009188 g24_fetch_mem_device_addr:
-0x3224 009189 call g24_head_ptr2regc 
-0x3225 009190 add regc ,offset_24g_device_addr ,rega 
-0x3226 009191 branch g24_rega_ifetch_4byte 
-:      009192 g24_store_mem_device_addr:
-0x3227 009193 call g24_head_ptr2regc 
-0x3228 009194 add regc ,offset_24g_device_addr ,contw 
-0x3229 009195 branch g24_contw_istore_4byte 
-:      009197 g24_fetch_mem_addr:
-0x322a 009198 add regc ,offset_24g_addr ,rega 
-0x322b 009199 branch g24_rega_ifetch_4byte 
-:      009200 g24_store_mem_addr:
-0x322c 009201 add regc ,offset_24g_addr ,contw 
-:      009202 g24_contw_istore_4byte:
-0x322d 009203 istore 4 ,contw 
-0x322e 009204 rtn 
-:      009206 g24_store_mem_ch:
-0x322f 009207 add regc ,offset_24g_ch ,contw 
-0x3230 009208 branch g24_contw_istore_1byte 
-:      009210 g24_set0_mem_pid:
-0x3231 009211 setarg 0 
-:      009212 g24_store_mem_pid:
-0x3232 009213 call g24_head_ptr2regc 
-0x3233 009214 add regc ,offset_24g_pid ,contw 
-0x3234 009215 branch g24_contw_istore_1byte 
-:      009217 g24_store_mem_txpayload:
-0x3235 009218 add regc ,offset_24g_txpayload ,contw 
-0x3236 009219 branch g24_contw_istore_1byte 
-:      009221 g24_set4_mem_max_retry:
-0x3237 009222 setarg 4 
-:      009223 g24_store_mem_max_retry:
-0x3238 009224 add regc ,offset_24g_max_retry ,contw 
-0x3239 009225 branch g24_contw_istore_1byte 
-:      009227 g24_fetch_mem_data_type:
-0x323a 009228 add regc ,offset_24g_data_type ,rega 
-0x323b 009229 branch g24_rega_ifetch_1byte 
-:      009230 g24_store_mem_data_type:
-0x323c 009231 add regc ,offset_24g_data_type ,contw 
-0x323d 009232 branch g24_contw_istore_1byte 
-:      009234 g24_set2_mem_sync_cnt:
-0x323e 009235 setarg 2 
-:      009236 g24_store_mem_sync_cnt:
-0x323f 009237 add regc ,offset_24g_sync_cnt ,contw 
-0x3240 009238 branch g24_contw_istore_1byte 
-:      009240 g24_set1_mem_rf_last_sta:
-0x3241 009241 setarg 1 
-:      009242 g24_store_mem_rf_last_sta:
-0x3242 009243 call g24_head_ptr2regc 
-0x3243 009244 add regc ,offset_24g_rf_last_sta ,contw 
-0x3244 009245 branch g24_contw_istore_1byte 
-:      009247 g24_fetch_mem_hop_pac:
-0x3245 009248 call g24_head_ptr2regc 
-0x3246 009249 add regc ,offset_24g_hop_pac ,rega 
-0x3247 009250 branch g24_rega_ifetch_1byte 
-:      009251 g24_set1_mem_hop_pac:
-0x3248 009252 setarg 1 
-:      009253 g24_store_mem_hop_pac:
-0x3249 009254 call g24_head_ptr2regc 
-0x324a 009255 add regc ,offset_24g_hop_pac ,contw 
-0x324b 009256 branch g24_contw_istore_1byte 
-:      009258 g24_fetch_mem_abort_pac:
-0x324c 009259 call g24_head_ptr2regc 
-0x324d 009260 add regc ,offset_24g_abort_pac ,rega 
-0x324e 009261 branch g24_rega_ifetch_1byte 
-:      009262 g24_set1_mem_abort_pac:
-0x324f 009263 setarg 1 
-:      009264 g24_store_mem_abort_pac:
-0x3250 009265 call g24_head_ptr2regc 
-0x3251 009266 add regc ,offset_24g_abort_pac ,contw 
-0x3252 009267 branch g24_contw_istore_1byte 
-:      009269 g24_fetch_mem_pairing_sm:
-0x3253 009270 call g24_head_ptr2regc 
-0x3254 009271 add regc ,offset_24g_pairing_sm ,rega 
-0x3255 009272 branch g24_rega_ifetch_1byte 
-:      009273 g24_store_mem_pairing_sm:
-0x3256 009274 add regc ,offset_24g_pairing_sm ,contw 
-0x3257 009275 branch g24_contw_istore_1byte 
-:      009277 g24_fetch_mem_rf_hop_ch:
-0x3258 009278 add regc ,offset_24g_rf_hop_ch ,rega 
-0x3259 009279 branch g24_rega_ifetch_1byte 
-:      009280 g24_set0_mem_rf_hop_ch:
-0x325a 009281 setarg 0 
-:      009282 g24_store_mem_rf_hop_ch:
-0x325b 009283 add regc ,offset_24g_rf_hop_ch ,contw 
-0x325c 009284 branch g24_contw_istore_1byte 
-:      009286 g24_fetch_mem_rf_work_stage:
-0x325d 009287 add regc ,offset_24g_rf_work_stage ,rega 
-0x325e 009288 branch g24_rega_ifetch_1byte 
-:      009290 g24_fetch_mem_rxbuf_add1:
-0x325f 009291 add regc ,offset_24g_rxbuf_add1 ,rega 
-0x3260 009292 branch g24_rega_ifetch_1byte 
-:      009294 g24_fetch_mem_check_dongle_times:
-0x3261 009295 add regc ,offset_24g_check_dongle_times ,rega 
-0x3262 009296 branch g24_rega_ifetch_1byte 
-:      009297 g24_set0_mem_check_dongle_times:
-0x3263 009298 setarg 0 
-:      009299 g24_store_mem_check_dongle_times:
-0x3264 009300 call g24_head_ptr2regc 
-0x3265 009301 add regc ,offset_24g_check_dongle_times ,contw 
-0x3266 009302 branch g24_contw_istore_1byte 
-:      009304 g24_store_mem_tx_power:
-0x3267 009305 call g24_head_ptr2regc 
-0x3268 009306 add regc ,offset_tx_power_temp ,rega 
-0x3269 009307 ifetch 1 ,rega 
-:      009308 g24_store_mem_txpower:
-0x326a 009309 store 1 ,mem_tx_power 
-0x326b 009310 rtn 
-:      009312 g24_store_mem_tx_power_temp:
-0x326c 009313 call g24_head_ptr2regc 
-0x326d 009314 fetch 1 ,mem_tx_power 
-0x326e 009316 add regc ,offset_tx_power_temp ,contw 
-0x326f 009317 branch g24_contw_istore_1byte 
-:      009319 g24_fetch_mem_power_ctrl_pac:
-0x3270 009320 add regc ,offset_power_ctrl_packet_cnt ,rega 
-0x3271 009321 branch g24_rega_ifetch_1byte 
-:      009323 g24_store_mem_power_ctrl_level:
-0x3272 009324 add regc ,offset_power_ctrl_level ,contw 
-0x3273 009325 branch g24_contw_istore_1byte 
-:      009327 g24_fetcht_mem_rxdata_temp:
-0x3274 009328 setarg offset_24g_rxdata_temp 
-:      009329 g24_set_rega_ifetcht_1byte:
-0x3275 009330 iadd regc ,rega 
-0x3276 009331 ifetcht 1 ,rega 
-0x3277 009332 rtn 
-:      009334 g24_fetch_mem_rf_laststa:
-0x3278 009335 setarg offset_24g_rf_laststa 
-0x3279 009336 branch g24_set_rega_ifetch_1byte 
-:      009337 g24_set0_mem_rf_laststa:
-0x327a 009338 setarg 0 
-:      009339 g24_store_mem_rf_laststa:
-0x327b 009340 arg offset_24g_rf_laststa ,rega 
-0x327c 009341 branch g24_set_contw_with_regb_store_1byte 
-:      009343 g24_fetch_mem_rx_addr:
-0x327d 009344 setarg offset_24g_rx_addr 
-:      009345 g24_set_rega_ifetch_4byte:
-0x327e 009346 call g24_set_rega 
-:      009347 g24_rega_ifetch_4byte:
-0x327f 009348 ifetch 4 ,rega 
-0x3280 009349 rtn 
-:      009351 g24_fetch_mem_time_slice:
-0x3281 009352 setarg offset_24g_time_slice 
-0x3282 009353 branch g24_set_rega_ifetch_1byte 
-:      009354 g24_set0_mem_time_slice:
-0x3283 009355 setarg 0 
-:      009356 g24_store_mem_time_slice:
-0x3284 009357 arg offset_24g_time_slice ,rega 
-0x3285 009358 branch g24_set_contw_with_regb_store_1byte 
-:      009360 g24_set0_mem_mode_switch:
-0x3286 009361 setarg 0 
-:      009362 g24_store_mem_mode_switch:
-0x3287 009363 arg offset_24g_mode_switch ,rega 
-0x3288 009364 branch g24_set_contw_with_regb_store_1byte 
-:      009366 g24_store_mem_bind_payload:
-0x3289 009367 arg offset_24g_bind_payload ,rega 
-0x328a 009368 branch g24_set_contw_with_regb_store_1byte 
-:      009370 g24_fetch_mem_bind_device_status:
-0x328b 009371 setarg offset_dongle_bind_device_status 
-0x328c 009372 branch g24_set_rega_ifetch_1byte 
-:      009373 g24_store_mem_bind_device_status:
-0x328d 009374 arg offset_dongle_bind_device_status ,rega 
-0x328e 009375 branch g24_set_contw_with_regb_store_1byte 
-:      009377 g24_fetch_mem_dongle_work_mode:
-0x328f 009378 setarg offset_dongle_work_mode 
-0x3290 009379 branch g24_set_rega_ifetch_1byte 
-:      009380 g24_set_work_mem_dongle_work_mode:
-0x3291 009381 setarg dongle_work 
-:      009382 g24_store_mem_dongle_work_mode:
-0x3292 009383 arg offset_dongle_work_mode ,rega 
-0x3293 009384 branch g24_set_contw_with_regb_store_1byte 
-:      009386 g24_fetch_mem_dongle_mode_init:
-0x3294 009387 setarg offset_dongle_mode_init 
-0x3295 009388 branch g24_set_rega_ifetch_1byte 
-:      009389 g24_set0_mem_dongle_mode_init:
-0x3296 009390 setarg clear_init 
-:      009391 g24_store_mem_dongle_mode_init:
-0x3297 009392 arg offset_dongle_mode_init ,rega 
-0x3298 009393 branch g24_set_contw_with_regb_store_1byte 
-:      009395 g24_set0_mem_ackpayload_enable:
-0x3299 009396 setarg 0 
-:      009397 g24_store_mem_ackpayload_enable:
-0x329a 009398 arg offset_24g_ackpayload_enable ,rega 
-0x329b 009399 branch g24_set_contw_with_regb_store_1byte 
-:      009400 g24_set1_mem_ackpayload_enable:
-0x329c 009401 setarg 1 
-0x329d 009402 branch g24_store_mem_ackpayload_enable 
-:      009404 g24_fetch_mem_rxdata_temp_add3_7byte:
-0x329e 009405 setarg offset_24g_rxdata_temp_add3 
-0x329f 009406 call g24_set_rega 
-0x32a0 009407 ifetch 7 ,rega 
-0x32a1 009408 rtn 
-:      009410 g24_fetch_mem_nodata_timer_enable:
-0x32a2 009411 setarg offset_24g_nodata_timer_enable 
-0x32a3 009412 branch g24_set_rega_ifetch_1byte 
-:      009413 g24_set0_mem_nodata_timer_enable:
-0x32a4 009414 setarg 0 
-:      009415 g24_store_mem_nodata_timer_enable:
-0x32a5 009416 arg offset_24g_nodata_timer_enable ,rega 
-0x32a6 009417 branch g24_set_contw_with_regb_store_1byte 
-:      009419 g24_set0_mem_ms_blank_data_enable:
-0x32a7 009420 setarg 0 
-:      009421 g24_store_mem_ms_blank_data_enable:
-0x32a8 009422 arg offset_24g_ms_blank_data_enable ,rega 
-0x32a9 009423 branch g24_set_contw_with_regb_store_1byte 
-:      009425 g24_set0_mem_kb_blank_data_enable:
-0x32aa 009426 setarg 0 
-:      009427 g24_store_mem_kb_blank_data_enable:
-0x32ab 009428 arg offset_24g_kb_blank_data_enable ,rega 
-0x32ac 009429 branch g24_set_contw_with_regb_store_1byte 
-:      009431 g24_set0_mem_kb_mul_blank_data_enable:
-0x32ad 009432 setarg 0 
-:      009433 g24_store_mem_kb_mul_blank_data_enable:
-0x32ae 009434 arg offset_24g_kb_mul_blank_data_enable ,rega 
-0x32af 009435 branch g24_set_contw_with_regb_store_1byte 
-:      009437 g24_store_mem_power_ctrl_threshold_up:
-0x32b0 009438 arg offset_power_ctrl_threshold_up ,rega 
-0x32b1 009439 branch g24_set_contw_with_regb_store_1byte 
-:      009441 g24_store_mem_power_ctrl_threshold_down:
-0x32b2 009442 arg offset_power_ctrl_threshold_down ,rega 
-:      009443 g24_set_contw_with_regb_store_1byte:
-0x32b3 009444 call g24_set_contw_with_regb 
-:      009445 g24_contw_istore_1byte:
-0x32b4 009446 istore 1 ,contw 
-0x32b5 009447 rtn 
-:      009449 g24_fetch_mem_pair_mode:
-0x32b6 009450 setarg offset_24g_pair_mode 
-0x32b7 009451 branch g24_set_rega_ifetch_1byte 
-:      009453 g24_store_mem_pair_mode:
-0x32b8 009454 arg offset_24g_pair_mode ,rega 
-0x32b9 009455 branch g24_set_contw_with_regb_store_1byte 
-:      009457 g24_store_mem_pair_txpower:
-0x32ba 009458 setarg offset_24g_pair_txpower 
-0x32bb 009459 call g24_set_rega_ifetch_1byte 
-0x32bc 009460 branch g24_store_mem_txpower 
-:      009462 g24_fetch_mem_rxdata_temp_add3_1byte:
-0x32bd 009463 setarg offset_24g_rxdata_temp_add3 
-0x32be 009464 branch g24_set_rega_ifetch_1byte 
-:      009466 g24_set_contw_with_temp:
-0x32bf 009467 copy pdata ,temp 
-0x32c0 009468 copy rega ,pdata 
-0x32c1 009469 iadd regc ,contw 
-0x32c2 009470 copy temp ,pdata 
-0x32c3 009471 rtn 
-:      009473 g24_set_contw_with_temp_store_3byte:
-0x32c4 009474 call g24_set_contw_with_temp 
-:      009475 g24_contw_istore_3byte:
-0x32c5 009476 istore 3 ,contw 
-0x32c6 009477 rtn 
-:      009479 g24_set_contw_with_regb:
-0x32c7 009480 call g24_head_ptr2regc 
-:      009481 g24_set_contw_with_regb2:
-0x32c8 009482 copy pdata ,regb 
-0x32c9 009483 copy rega ,pdata 
-0x32ca 009484 iadd regc ,contw 
-0x32cb 009485 copy regb ,pdata 
-0x32cc 009486 rtn 
-:      009488 g24_set_rega:
-0x32cd 009489 call g24_head_ptr2regc 
-0x32ce 009490 iadd regc ,rega 
-0x32cf 009491 rtn 
-:      009493 g24_set_rega_ifetch_1byte:
-0x32d0 009494 call g24_set_rega 
-:      009495 g24_rega_ifetch_1byte:
-0x32d1 009496 ifetch 1 ,rega 
-0x32d2 009497 rtn 
-:      009499 g24_set_rega_ifetcht_4byte:
-0x32d3 009500 call g24_set_rega 
-0x32d4 009501 ifetcht 4 ,rega 
-0x32d5 009502 rtn 
-:      009504 g24_mem_set0:
-0x32d6 009505 setarg 0 
-0x32d7 009506 branch g24_contw_istore_1byte 
-:      009510 app_init:
-0x32d8 009511 bpatch patch18_4 ,mem_patch18 
-0x32d9 009512 fetch 1 ,mem_device_option 
-0x32da 009513 branch app_init ,blank 
-0x32db 009515 beq dvc_op_dongle ,dongle_init 
-0x32dc 009516 beq dvc_op_antilost ,antilost_init 
-0x32dd 009517 beq dvc_op_shutter ,shutter_init 
-0x32de 009518 beq dvc_op_module ,module_init 
-0x32df 009519 beq dvc_op_car ,car_init 
-0x32e0 009520 beq dvc_op_remote_car ,remote_car_init 
-0x32e1 009521 bbit1 dvc_op_mouse ,mouse_init 
-0x32e2 009522 rtn 
-:      009524 app_lpm_init:
-0x32e3 009525 bpatch patch18_5 ,mem_patch18 
-0x32e4 009526 jam 0 ,mem_tester_emulate 
-0x32e5 009527 jam 0 ,mem_debug_config 
-0x32e6 009528 jam 0 ,mem_lch_code 
-0x32e7 009529 setarg 0 
-0x32e8 009530 store 5 ,mem_sp_state_start 
-0x32e9 009531 fetch 1 ,mem_device_option 
-0x32ea 009532 branch app_lpm_init ,blank 
-0x32eb 009533 beq dvc_op_module ,module_lpm_init 
-:      009534 app_lpm_init0:
-0x32ec 009535 rtn 
-:      009538 app_process_idle:
-0x32ed 009539 call ui_dispatch 
-0x32ee 009540 call check_51cmd 
-0x32ef 009541 call app_process_bb_event 
-0x32f0 009542 fetch 2 ,mem_cb_idle_process 
-0x32f1 009543 branch callback_func 
-:      009545 app_process_bt:
-0x32f2 009546 fetch 2 ,mem_cb_bt_process 
-0x32f3 009547 branch callback_func 
-:      009549 app_process_ble:
-0x32f4 009550 fetch 2 ,mem_cb_le_process 
-0x32f5 009551 branch callback_func 
-:      009553 app_process_bb_event:
-0x32f6 009554 bpatch patch18_6 ,mem_patch18 
-0x32f7 009556 arg mem_ipc_fifo_bt2c51 ,rega 
-0x32f8 009557 call fifo_out 
-0x32f9 009558 rtn blank 
-0x32fa 009560 copy pdata ,regc 
-0x32fb 009561 call app_event_normal_process 
-0x32fc 009562 branch app_process_bb_event_priority 
-:      009564 app_discard_event:
-0x32fd 009565 arg 0 ,regc 
-0x32fe 009566 rtn 
-:      009571 app_event_normal_process:
-0x32ff 009572 beq bt_evt_bb_connected ,app_evt_bt_conn 
-0x3300 009573 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
-0x3301 009574 beq bt_evt_setup_complete ,app_evt_setup_complete 
-0x3302 009575 beq bt_evt_hid_handshake ,app_evt_hid_handshake 
-0x3303 009576 beq bt_evt_hid_connected ,app_bb_event_hid_connected 
-0x3304 009577 beq bt_evt_reconn_failed ,app_bb_event_reconn_failed 
-0x3305 009578 beq bt_evt_bb_disconnected ,app_bb_event_bb_disconn 
-0x3306 009579 beq bt_evt_reconn_page_timeout ,app_bb_event_reconn_failed 
-0x3307 009580 beq bt_evt_le_connected ,app_le_event_bb_connected 
-0x3308 009581 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
-0x3309 009582 beq bt_evt_reconn_started ,app_event_reconn_start 
-0x330a 009583 beq bt_evt_enter_sniff ,app_event_enter_sniff 
-0x330b 009584 beq bt_evt_exit_sniff ,app_event_exit_sniff 
-0x330c 009586 beq bt_evt_ml2cap_conn_refused ,app_event_ml2cap_conn_refused 
-0x330d 009587 beq bt_evt_linkkey_generate ,app_event_linkkey_generate 
-0x330e 009588 beq bt_evt_switch_fail_master ,app_event_switch_fail_master 
-0x330f 009589 beq bt_evt_switch_success_master ,app_event_switch_success 
-0x3310 009590 rtn 
-:      009593 app_evt_bt_conn:
-0x3311 009594 fetch 2 ,mem_ui_state_map 
-0x3312 009595 set1 ui_state_bt_connected ,pdata 
-0x3313 009596 store 2 ,mem_ui_state_map 
-0x3314 009597 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3315 009598 set0 app_disc_by_button ,pdata 
-0x3316 009599 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3317 009600 rtn 
-:      009602 app_event_switch_success:
-0x3318 009603 jam 0 ,mem_switch_fail_master_count 
-0x3319 009604 rtn 
-:      009606 app_event_switch_fail_master:
-0x331a 009607 fetch 1 ,mem_switch_fail_master_count 
-0x331b 009608 increase 1 ,pdata 
-0x331c 009609 store 1 ,mem_switch_fail_master_count 
-0x331d 009610 sub pdata ,1 ,null 
-0x331e 009611 branch app_bt_role_switch ,positive 
-0x331f 009612 jam 0 ,mem_switch_fail_master_count 
-0x3320 009613 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3321 009614 set1 app_disc_switch_fail ,pdata 
-0x3322 009615 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3323 009616 branch app_bt_disconnect 
-:      009618 app_process_bb_event_priority:
-0x3324 009619 fetch 2 ,mem_cb_bb_event_process 
-0x3325 009620 branch callback_func 
-:      009622 app_check_wake_lock:
-0x3326 009623 fetch 2 ,mem_cb_check_wakelock 
-0x3327 009624 branch callback_func 
-:      009626 app_will_enter_lpm:
-0x3328 009627 fetch 2 ,mem_cb_before_lpm 
-0x3329 009628 branch callback_func 
-:      009630 app_event_linkkey_generate:
-0x332a 009631 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x332b 009632 set1 app_disc_after_pairing ,pdata 
-0x332c 009633 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x332d 009634 branch app_bt_store_reconn_info 
-:      009636 app_event_reconn_start:
-0x332e 009637 fetch 2 ,mem_ui_state_map 
-0x332f 009638 set1 ui_state_bt_reconnect ,pdata 
-0x3330 009639 store 2 ,mem_ui_state_map 
-0x3331 009640 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3332 009641 set1 app_disc_after_reconn ,pdata 
-0x3333 009642 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3334 009643 rtn 
-:      009645 app_evt_setup_complete:
-0x3335 009646 fetch 2 ,mem_ui_state_map 
-0x3336 009647 set1 ui_state_bt_setup_complete ,pdata 
-0x3337 009648 store 2 ,mem_ui_state_map 
-0x3338 009649 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3339 009650 set1 app_disc_after_setup_done ,pdata 
-0x333a 009651 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x333b 009652 rtn 
-:      009654 app_evt_hid_handshake:
-0x333c 009655 fetch 2 ,mem_ui_state_map 
-0x333d 009656 set1 ui_state_bt_hid_handshake ,pdata 
-0x333e 009657 store 2 ,mem_ui_state_map 
-0x333f 009658 rtn 
-:      009660 app_event_enter_sniff:
-0x3340 009661 fetch 2 ,mem_ui_state_map 
-0x3341 009662 set1 ui_state_bt_sniff ,pdata 
-0x3342 009663 store 2 ,mem_ui_state_map 
-0x3343 009664 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3344 009665 set1 app_disc_after_sniff ,pdata 
-0x3345 009666 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3346 009667 rtn 
-:      009669 app_event_exit_sniff:
-0x3347 009670 fetch 2 ,mem_ui_state_map 
-0x3348 009671 set0 ui_state_bt_sniff ,pdata 
-0x3349 009672 store 2 ,mem_ui_state_map 
-0x334a 009673 rtn 
-:      009675 app_le_event_bb_connected:
-0x334b 009676 fetch 2 ,mem_ui_state_map 
-0x334c 009677 set1 ui_state_ble_connected ,pdata 
-0x334d 009678 store 2 ,mem_ui_state_map 
-0x334e 009679 rtn 
-:      009681 app_le_event_bb_disconn:
-0x334f 009682 fetch 2 ,mem_ui_state_map 
-0x3350 009683 set0 ui_state_ble_connected ,pdata 
-0x3351 009684 store 2 ,mem_ui_state_map 
-0x3352 009685 branch app_lpm_mult_disable 
-:      009687 app_bb_event_hid_connected:
-0x3353 009688 fetch 2 ,mem_ui_state_map 
-0x3354 009689 set1 ui_state_bt_hid_conn ,pdata 
-0x3355 009690 store 2 ,mem_ui_state_map 
-0x3356 009691 rtn 
-:      009693 app_evt_button_long_pressed:
-0x3357 009694 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3358 009695 set1 app_disc_by_button ,pdata 
-0x3359 009696 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x335a 009697 rtn 
-:      009699 app_event_ml2cap_conn_refused:
-0x335b 009700 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x335c 009701 set1 app_disc_l2cap_refused ,pdata 
-0x335d 009702 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x335e 009703 branch app_bt_disconnect 
-:      009706 app_evt_timer:
-0x335f 009707 bpatch patch18_7 ,mem_patch18 
-0x3360 009708 store 1 ,mem_app_evt_timer_count 
-:      009709 app_evt_100ms_loop:
-0x3361 009710 fetch 1 ,mem_app_evt_timer_count 
-0x3362 009711 rtn blank 
-0x3363 009712 increase -1 ,pdata 
-0x3364 009713 store 1 ,mem_app_evt_timer_count 
-0x3365 009714 call ui_button_polling 
-0x3366 009715 call app_lpm_wake_auto_lock_timer 
-0x3367 009716 call app_unsniff_delay_timer 
-0x3368 009717 call app_discovery_timer 
-0x3369 009718 call flash_write_spi_sm_timer 
-0x336a 009719 fetch 2 ,mem_cb_event_timer 
-0x336b 009720 call callback_func 
-0x336c 009721 branch app_evt_100ms_loop 
-:      009726 timer_single_step:
-0x336d 009727 ifetch 1 ,regc 
-0x336e 009728 rtn blank 
-0x336f 009729 pincrease -1 
-0x3370 009730 istore 1 ,regc 
-0x3371 009731 nrtn blank 
-0x3372 009732 copy regb ,pdata 
-0x3373 009733 branch callback_func 
-:      009737 timer_single_step_2b:
-0x3374 009738 ifetch 2 ,regc 
-0x3375 009739 rtn blank 
-0x3376 009740 pincrease -1 
-0x3377 009741 istore 2 ,regc 
-0x3378 009742 nrtn blank 
-0x3379 009743 copy regb ,pdata 
-0x337a 009744 branch callback_func 
-:      009746 app_power_timer:
-0x337b 009747 fetcht 2 ,mem_power_param_ptr 
-0x337c 009748 add temp ,power_timer_offset ,regc 
-0x337d 009749 arg app_power_timer_timeout ,regb 
-0x337e 009750 branch timer_single_step 
-:      009752 app_power_timer_timeout:
-0x337f 009753 call app_got_power_state_common 
-0x3380 009754 beq power_starting ,app_enter_power_stanby_state 
-:      009755 app_enter_power_off_state:
-0x3381 009756 branch app_enter_hibernate 
-:      009757 app_enter_power_stanby_state:
-0x3382 009758 setarg power_standby 
-0x3383 009759 istore 1 ,regc 
-0x3384 009760 add temp ,power_standby_cb_offset ,regb 
-:      009761 app_power_cb_common:
-0x3385 009762 ifetch 2 ,regb 
-0x3386 009763 branch callback_func 
-:      009765 app_unsniff_delay_timer:
-0x3387 009766 arg mem_unsniff2sniff_timer_count ,regc 
-0x3388 009767 arg app_unsniff_delay_timeout ,regb 
-0x3389 009768 branch timer_single_step 
-:      009770 app_unsniff_delay_timeout:
-0x338a 009771 call context_check_idle 
-0x338b 009772 branch app_bt_enter_sniff ,zero 
-0x338c 009773 rtn 
-:      009776 app_discovery_timer:
-0x338d 009777 arg mem_discovery_timeout_timer_count ,regc 
-0x338e 009778 arg app_discovery_timeout ,regb 
-0x338f 009779 branch timer_single_step_2b 
-:      009781 app_discovery_timeout:
-0x3390 009782 call app_bt_stop_discovery 
-0x3391 009783 call app_led_off 
-0x3392 009784 fetch 2 ,mem_cb_discovry_timeout 
-0x3393 009785 branch callback_func 
-:      009788 app_bb_event_reconn_failed:
-0x3394 009789 call app_disconn_reason_flag_clear 
-:      009790 app_clear_reconnect_flag:
-0x3395 009791 fetch 2 ,mem_ui_state_map 
-0x3396 009792 set0 ui_state_bt_reconnect ,pdata 
-0x3397 009793 store 2 ,mem_ui_state_map 
-0x3398 009794 rtn 
-:      009796 app_bb_event_bb_disconn:
-0x3399 009797 jam 0 ,mem_unsniff2sniff_timer_count 
-0x339a 009798 fetch 2 ,mem_ui_state_map 
-0x339b 009799 bbit1 ui_state_bt_reconnect ,app_bb_event_bb_reconn_disconn 
-0x339c 009800 isolate0 ui_state_bt_setup_complete ,pdata 
-0x339d 009801 call app_discard_event ,true 
-:      009802 app_bb_event_bb_reconn_disconn:
-0x339e 009803 bpatch patch19_0 ,mem_patch19 
-0x339f 009804 fetch 2 ,mem_ui_state_map 
-0x33a0 009805 set0 ui_state_bt_connected ,pdata 
-0x33a1 009806 set0 ui_state_bt_setup_complete ,pdata 
-0x33a2 009807 set0 ui_state_bt_hid_conn ,pdata 
-0x33a3 009808 set0 ui_state_bt_hid_handshake ,pdata 
-0x33a4 009809 set0 ui_state_bt_reconnect ,pdata 
-0x33a5 009810 store 2 ,mem_ui_state_map 
-0x33a6 009811 branch app_lpm_mult_disable 
-:      009813 app_bb_hibernate:
-0x33a7 009814 call app_disconn_reason_clear 
-0x33a8 009815 branch app_enter_hibernate 
-:      009818 app_disconn_reason_clear:
-0x33a9 009819 setarg 0 
-0x33aa 009820 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x33ab 009821 rtn 
-:      009822 app_disconn_reason_flag_clear:
-0x33ac 009823 setarg 0 
-0x33ad 009824 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33ae 009825 rtn 
-:      009827 app_disconn_reason_collect_bt:
-0x33af 009828 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b0 009829 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x33b1 009830 setarg 0 
-0x33b2 009831 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b3 009832 rtn 
-:      009834 app_disconn_reason_collect_ble:
-0x33b4 009835 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b5 009836 set1 app_disc_ble ,pdata 
-0x33b6 009837 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x33b7 009838 setarg 0 
-0x33b8 009839 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b9 009840 rtn 
-:      009848 app_check_sniff:
-0x33ba 009849 fetch 1 ,mem_ui_state_map 
-0x33bb 009850 isolate1 ui_state_bt_sniff ,pdata 
-0x33bc 009851 rtn 
-:      009859 app_initflag_store:
-0x33bd 009860 setarg eeprom_init_flag 
-:      009861 app_flag_store:
-0x33be 009862 store 2 ,mem_timeup 
-0x33bf 009863 bpatch patch19_1 ,mem_patch19 
-0x33c0 009864 arg 2 ,temp 
-0x33c1 009865 arg mem_timeup ,rega 
-0x33c2 009866 arg eeprom_module_init_flag ,regb 
-0x33c3 009867 branch iicd_write_eep_data 
-:      009870 app_initflag_check:
-0x33c4 009871 bpatch patch19_2 ,mem_patch19 
-0x33c5 009872 arg 2 ,temp 
-0x33c6 009873 arg mem_pdatatemp ,rega 
-0x33c7 009874 arg eeprom_module_init_flag ,regb 
-0x33c8 009875 call iicd_read_eep_data 
-0x33c9 009876 fetch 2 ,mem_pdatatemp 
-0x33ca 009877 arg eeprom_init_flag ,temp 
-0x33cb 009878 isub temp ,null 
-0x33cc 009879 rtn 
-:      009882 app_start_auto_sniff:
-0x33cd 009883 fetch 1 ,mem_unsniff2sniff_timer 
-0x33ce 009884 store 1 ,mem_unsniff2sniff_timer_count 
-0x33cf 009885 rtn 
-:      009887 app_get_lpm_wake_lock:
-0x33d0 009888 arg wake_lock_app ,queue 
-0x33d1 009889 branch lpm_get_wake_lock 
-:      009891 app_put_lpm_wake_lock:
-0x33d2 009892 arg wake_lock_app ,queue 
-0x33d3 009893 branch lpm_put_wake_lock 
-:      009895 app_lpm_wake_auto_lock:
-0x33d4 009896 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
-0x33d5 009897 branch app_get_lpm_wake_lock 
-:      009899 app_lpm_wake_auto_lock_timer:
-0x33d6 009900 arg mem_wake_up_delay_timer ,regc 
-0x33d7 009901 arg app_put_lpm_wake_lock ,regb 
-0x33d8 009902 branch timer_single_step 
-:      009904 app_l2cap_flow_control_enable:
-0x33d9 009905 jam l2cap_flow_ctrl_enable ,mem_l2cap_flow_ctrl_flag 
-0x33da 009906 rtn 
-:      009908 app_l2cap_flow_control_disable:
-0x33db 009909 jam l2cap_flow_ctrl_disable ,mem_l2cap_flow_ctrl_flag 
-0x33dc 009910 rtn 
-:      009912 app_bt_set_pincode:
-0x33dd 009913 jam bt_cmd_set_pin_code ,mem_fifo_temp 
-0x33de 009914 branch ui_ipc_send_cmd 
-:      009916 app_bt_role_switch:
-0x33df 009917 jam bt_cmd_role_switch ,mem_fifo_temp 
-0x33e0 009918 branch ui_ipc_send_cmd 
-:      009920 app_bt_start_reconnect:
-0x33e1 009921 bpatch patch19_3 ,mem_patch19 
-0x33e2 009922 fetch 1 ,mem_app_connection_options 
-0x33e3 009923 store 1 ,mem_connection_options 
-0x33e4 009924 jam app_flag_reconnect ,mem_reconnect_flag 
-0x33e5 009925 jam bt_cmd_reconnect ,mem_fifo_temp 
-0x33e6 009926 branch ui_ipc_send_cmd 
-:      009928 app_bt_reconnect_cancel:
-0x33e7 009929 jam bt_cmd_bb_reconn_cancel ,mem_fifo_temp 
-0x33e8 009930 branch ui_ipc_send_cmd 
-:      009932 app_bt_disconnect:
-0x33e9 009933 jam bt_cmd_disconnect ,mem_fifo_temp 
-0x33ea 009934 branch ui_ipc_send_cmd 
-:      009936 app_bt_start_discovery_short:
-0x33eb 009937 fetch 2 ,mem_discovery_timeout 
-0x33ec 009938 store 2 ,mem_discovery_timeout_timer_count 
-:      009939 app_bt_start_discovery_led_blink:
-0x33ed 009940 call app_led_start_blink 
-:      009941 app_bt_start_discovery:
-0x33ee 009942 jam bt_cmd_start_discovery ,mem_fifo_temp 
-0x33ef 009943 branch ui_ipc_send_cmd 
-:      009945 app_bt_stop_discovery:
-0x33f0 009946 setarg 0 
-0x33f1 009947 store 2 ,mem_discovery_timeout_timer_count 
-0x33f2 009948 jam bt_cmd_stop_discovery ,mem_fifo_temp 
-0x33f3 009949 branch ui_ipc_send_cmd 
-:      009951 app_ble_start_direct_adv:
-0x33f4 009952 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
-0x33f5 009953 branch ui_ipc_send_cmd 
-:      009955 app_ble_stop_direct_adv:
-0x33f6 009956 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
-0x33f7 009957 branch ui_ipc_send_cmd 
-:      009959 app_ble_stop_adv:
-0x33f8 009960 jam bt_cmd_stop_adv ,mem_fifo_temp 
-0x33f9 009961 branch ui_ipc_send_cmd 
-:      009963 app_ble_start_adv:
-0x33fa 009964 jam bt_cmd_start_adv ,mem_fifo_temp 
-0x33fb 009965 branch ui_ipc_send_cmd 
-:      009967 app_ble_start_scan:
-0x33fc 009968 jam bt_cmd_le_start_scan ,mem_fifo_temp 
-0x33fd 009969 branch ui_ipc_send_cmd 
-:      009971 app_ble_stop_scan:
-0x33fe 009972 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
-0x33ff 009973 branch ui_ipc_send_cmd 
-:      009975 app_ble_start_conn:
-0x3400 009976 jam bt_cmd_le_start_conn ,mem_fifo_temp 
-0x3401 009977 branch ui_ipc_send_cmd 
-:      009979 app_ble_disconnect:
-0x3402 009980 jam bt_cmd_le_disconnect ,mem_fifo_temp 
-0x3403 009981 branch ui_ipc_send_cmd 
-:      009983 app_led_start_blink:
-0x3404 009984 jam bt_cmd_led_blink ,mem_fifo_temp 
-0x3405 009985 branch ui_ipc_send_cmd 
-:      009987 app_led_on:
-0x3406 009988 jam bt_cmd_led_on ,mem_fifo_temp 
-0x3407 009989 branch ui_ipc_send_cmd 
-:      009991 app_led_stop_blink:
-:      009992 app_led_off:
-0x3408 009993 jam bt_cmd_led_off ,mem_fifo_temp 
-0x3409 009994 branch ui_ipc_send_cmd 
-:      009996 app_enter_hibernate:
-0x340a 009997 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
-0x340b 009998 branch ui_ipc_send_cmd 
-:      010000 app_bt_sniff_exit:
-0x340c 010001 jam bt_cmd_exit_sniff ,mem_fifo_temp 
-0x340d 010002 branch ui_ipc_send_cmd 
-:      010004 app_bt_enter_sniff:
-0x340e 010005 jam bt_cmd_enter_sniff ,mem_fifo_temp 
-0x340f 010006 branch ui_ipc_send_cmd 
-:      010008 app_ble_store_reconn_info:
-0x3410 010009 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
-0x3411 010010 branch ui_ipc_send_cmd 
-:      010012 app_bt_store_reconn_info:
-0x3412 010013 jam bt_cmd_store_reconn_info_bt ,mem_fifo_temp 
-0x3413 010014 branch ui_ipc_send_cmd 
-:      010016 app_store_reconn_info:
-0x3414 010017 jam bt_cmd_store_reconn_info ,mem_fifo_temp 
-0x3415 010018 branch ui_ipc_send_cmd 
-:      010020 app_lpm_mult_enable:
-0x3416 010021 set1 mark_lpm_mult_enable ,mark 
-0x3417 010022 rtn 
-:      010024 app_lpm_mult_disable:
-0x3418 010025 set0 mark_lpm_mult_enable ,mark 
-0x3419 010026 rtn 
-:      010046 app_button_long_pressed:
-0x341a 010047 call app_got_power_state_common 
-0x341b 010048 beq power_standby ,app_power_shutting_down 
-:      010049 app_power_starting:
-0x341c 010050 setarg power_starting 
-0x341d 010051 istore 1 ,regc 
-0x341e 010052 add temp ,power_starting_timeout_offset ,rega 
-0x341f 010053 add temp ,power_starting_cb_offset ,regb 
-:      010054 app_power_common:
-0x3420 010055 ifetcht 1 ,rega 
-0x3421 010056 increase 1 ,regc 
-0x3422 010057 istoret 1 ,regc 
-0x3423 010058 branch app_power_cb_common 
-:      010060 app_power_shutting_down:
-0x3424 010061 setarg power_off 
-0x3425 010062 istore 1 ,regc 
-0x3426 010063 fetch 2 ,mem_ui_state_map 
-0x3427 010064 bbit0 ui_state_ble_connected ,app_power_off_end 
-0x3428 010065 call app_ble_disconnect 
-:      010066 app_power_off_end:
-0x3429 010067 fetcht 2 ,mem_power_param_ptr 
-0x342a 010068 add temp ,power_off_timeout_offset ,rega 
-0x342b 010069 add temp ,power_off_cb_offset ,regb 
-0x342c 010070 branch app_power_common 
-:      010072 app_got_power_state_common:
-0x342d 010073 fetcht 2 ,mem_power_param_ptr 
-0x342e 010074 add temp ,power_state_offset ,regc 
-0x342f 010075 ifetch 1 ,regc 
-0x3430 010076 rtn 
-:      010078 app_event_button_up:
-0x3431 010079 call app_got_power_state_common 
-0x3432 010080 bne power_off ,app_power_release 
-0x3433 010081 branch app_enter_hibernate 
-:      010082 app_power_release:
-0x3434 010083 add temp ,ui_butten_up_cb_offset ,regb 
-0x3435 010084 branch app_power_cb_common 
-:      010086 antilost_init:
-0x3436 010087 rtn wake 
-0x3437 010088 jam 0x00 ,core_gpio_sel1 
-0x3438 010089 setarg antilost_le_before_hibernate 
-0x3439 010090 store 2 ,mem_cb_before_hibernate 
-0x343a 010091 setarg keyscan_process_lpm_before 
-0x343b 010092 store 2 ,mem_cb_before_lpm 
-0x343c 010093 setarg antilost_idle_process 
-0x343d 010094 store 2 ,mem_cb_idle_process 
-0x343e 010095 setarg antilost_le_conn_process 
-0x343f 010096 store 2 ,mem_cb_le_process 
-0x3440 010097 setarg antilost_bb_event_process 
-0x3441 010098 store 2 ,mem_cb_bb_event_process 
-0x3442 010099 setarg antilost_le_bb_event_timer 
-0x3443 010100 store 2 ,mem_cb_event_timer 
-0x3444 010101 setarg antilost_le_notification 
-0x3445 010102 store 2 ,mem_cb_ble_transmit 
-0x3446 010103 setarg antilost_lpm_lock_process 
-0x3447 010104 store 2 ,mem_cb_check_wakelock 
-0x3448 010105 setarg antilost_le_receive_data_process 
-0x3449 010106 store 2 ,mem_cb_att_write 
-0x344a 010107 bpatch patch19_4 ,mem_patch19 
-0x344b 010108 call antilost_buzzer_pwm_init 
-0x344c 010109 call keyscan_key_init 
-0x344d 010110 call antilost_adc_init 
-0x344e 010111 call ui_led_init_global 
-0x344f 010112 call ui_button_init 
-0x3450 010113 setarg antilost_key_up_down 
-0x3451 010114 store 2 ,mem_cb_antl_key 
-0x3452 010115 setarg antilost_power_off_cb 
-0x3453 010116 store 2 ,mem_antl_power_off_cb 
-0x3454 010117 setarg antilost_power_starting_cb 
-0x3455 010118 store 2 ,mem_antl_power_starting_cb 
-0x3456 010119 setarg antilost_power_standby_cb 
-0x3457 010120 store 2 ,mem_antl_power_standby_cb 
-0x3458 010121 setarg antilost_led_on_cb 
-0x3459 010122 store 2 ,mem_antl_led_cb_on 
-0x345a 010123 setarg antilost_led_off_cb 
-0x345b 010124 store 2 ,mem_antl_led_cb_off 
-0x345c 010125 setarg antilost_buzzer_on 
-0x345d 010126 store 2 ,mem_antl_buzzer_cb_on 
-0x345e 010127 setarg antilost_buzzer_off 
-0x345f 010128 store 2 ,mem_antl_buzzer_cb_off 
-0x3460 010129 fetch 2 ,mem_ui_state_map 
-0x3461 010130 rtnbit1 ui_state_btn_down 
-0x3462 010131 branch app_enter_hibernate 
-:      010133 antilost_le_before_hibernate:
-0x3463 010134 call antilost_led_buzzer_stop_blink 
-0x3464 010135 branch app_enter_hibernate 
-:      010137 antilost_le_notification:
-0x3465 010138 call le_fifo_check_nearly_full 
-0x3466 010139 nrtn blank 
-0x3467 010140 arg mem_temp_block5 ,rega 
-0x3468 010141 call queue_pop 
-0x3469 010142 nrtn user 
-0x346a 010143 arg mem_temp_block5 ,contr 
-0x346b 010144 branch le_send_notify_from_list 
-:      010146 antilost_power_standby_cb:
-0x346c 010147 fetch 2 ,mem_antl_le_sleep_timeout 
-0x346d 010148 store 2 ,mem_antl_le_sleep_timer 
-0x346e 010149 jam 1 ,mem_antl_key_scan_enable 
-0x346f 010150 branch antilost_fast_adv_start 
-:      010152 antilost_lpm_lock_process:
-0x3470 010153 fetch 1 ,mem_antl_key_state 
-0x3471 010154 beq 1 ,antilost_lpm_ctrl_for_led_buzzer 
-0x3472 010155 fetch 2 ,mem_ui_state_map 
-0x3473 010156 bbit0 ui_state_ble_connected ,antilost_lpm_ctrl_for_led_buzzer 
-0x3474 010157 fetch 1 ,mem_antl_lost_mode 
-0x3475 010158 beq 1 ,app_get_lpm_wake_lock 
-0x3476 010159 fetch 1 ,mem_antl_queue_curr_num 
-0x3477 010160 nbranch app_get_lpm_wake_lock ,blank 
-0x3478 010161 branch app_put_lpm_wake_lock 
-:      010163 antilost_lpm_ctrl_for_led_buzzer:
-0x3479 010164 fetch 1 ,mem_antl_led_state 
-0x347a 010165 fetcht 1 ,mem_antl_buzzer_state 
-0x347b 010166 ior temp ,pdata 
-0x347c 010167 beq 1 ,app_get_lpm_wake_lock 
-0x347d 010168 branch app_put_lpm_wake_lock 
-:      010170 antilost_bb_event_process:
-0x347e 010171 copy regc ,pdata 
-0x347f 010172 beq bt_evt_button_up ,app_event_button_up 
-0x3480 010173 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x3481 010174 beq bt_evt_le_connected ,antilost_le_process_conn 
-0x3482 010175 beq bt_evt_le_disconnected ,antilost_le_process_discon 
-0x3483 010176 beq bt_evt_le_parse_conn_papa_update_rsp ,antilost_le_conn_param_update_rsp_recieved 
-0x3484 010177 rtn 
-:      010178 antilost_le_conn_param_update_rsp_recieved:
-0x3485 010179 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x3486 010180 beq ble_signaling_connect_parameter_update_rejected ,antilost_le_conn_param_rejected 
-:      010181 antilost_le_conn_param_accepted:
-0x3487 010182 fetch 2 ,mem_le_new_connslavelatency 
-0x3488 010183 branch antilost_master_nonsupport_latency ,blank 
-:      010184 antilost_le_conn_param_updata_procedure_sucsess:
-0x3489 010185 jam conn_param_updata_procedure_complete ,mem_antl_conn_updata_procedure_state 
-0x348a 010186 jam 60 ,mem_antl_conn_update_timer 
-0x348b 010187 rtn 
-:      010189 antilost_le_conn_param_rejected:
-0x348c 010190 fetch 2 ,mem_le_latency 
-0x348d 010191 branch antilost_conn_param_updata_procedure_faild ,blank 
-:      010192 antilost_conn_param_retransimiting:
-0x348e 010193 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
-0x348f 010194 fetcht 2 ,mem_interval_increment 
-0x3490 010195 fetch 2 ,mem_le_interval_min 
-0x3491 010196 iadd temp ,pdata 
-0x3492 010197 store 2 ,mem_le_interval_min 
-0x3493 010198 copy pdata ,rega 
-0x3494 010199 fetch 2 ,mem_le_interval_max 
-0x3495 010200 iadd temp ,pdata 
-0x3496 010201 store 2 ,mem_le_interval_max 
-0x3497 010202 iadd rega ,pdata 
-0x3498 010203 rshift pdata ,temp 
-0x3499 010204 fetch 2 ,mem_antl_le_unnormal_interval_max 
-0x349a 010205 idiv temp 
-0x349b 010206 call wait_div_end 
-0x349c 010207 quotient pdata 
-0x349d 010208 store 2 ,mem_le_latency 
-0x349e 010209 jam 1 ,mem_antl_send_updata_le_param_timer 
-0x349f 010210 rtn 
-:      010211 antilost_conn_param_updata_procedure_faild:
-0x34a0 010212 jam conn_param_updata_procedure_faild ,mem_antl_conn_updata_procedure_state 
-0x34a1 010213 rtn 
-:      010215 antilost_master_nonsupport_latency:
-0x34a2 010216 jam 0 ,mem_lpm_mult 
-0x34a3 010217 jam 0 ,mem_antl_send_updata_le_param_timer 
-0x34a4 010218 fetch 2 ,mem_le_new_conninterval 
-0x34a5 010219 fetcht 2 ,mem_antl_le_unnormal_interval_min 
-0x34a6 010220 isub temp ,null 
-0x34a7 010221 setflag positive ,0 ,rega 
-0x34a8 010222 fetch 2 ,mem_antl_le_unnormal_interval_max 
-0x34a9 010223 fetcht 2 ,mem_le_new_conninterval 
-0x34aa 010224 isub temp ,pdata 
-0x34ab 010225 setflag positive ,1 ,rega 
-0x34ac 010226 compare 0x03 ,rega ,0x03 
-0x34ad 010227 rtn true 
-0x34ae 010228 fetch 8 ,mem_antl_le_unnormal_interval_min 
-0x34af 010229 store 8 ,mem_le_interval_min 
-0x34b0 010230 jam 1 ,mem_antl_send_updata_le_param_timer 
-0x34b1 010231 rtn 
-:      010234 antilost_le_bb_event_timer:
-0x34b2 010236 call app_power_timer 
-0x34b3 010237 call antilost_double_click_timer 
-0x34b4 010238 call antilost_le_fast_adv_timer 
-0x34b5 010239 call antilost_le_sleep_timer 
-0x34b6 010240 call antilost_app_updata_le_param_timer 
-0x34b7 010241 call antilost_conn_update_timer 
-0x34b8 010242 branch antilost_adc_check_timer 
-:      010245 antilost_double_click_timer:
-0x34b9 010246 arg mem_double_click_timer ,regc 
-0x34ba 010247 arg antilost_double_click_timeout ,regb 
-0x34bb 010248 branch timer_single_step 
-:      010249 antilost_double_click_timeout:
-0x34bc 010250 jam 0 ,mem_butten_click_cnt 
-0x34bd 010251 rtn 
-:      010252 antilost_le_fast_adv_timer:
-0x34be 010253 arg mem_antl_fast_adv_timer ,regc 
-0x34bf 010254 arg antilost_le_fast_adv_timeout ,regb 
-0x34c0 010255 branch timer_single_step_2b 
-:      010256 antilost_le_fast_adv_timeout:
-0x34c1 010257 arg mem_antl_slow_adv_led_style ,regc 
-0x34c2 010258 arg mem_antl_slow_adv_lpm_interval ,regb 
-0x34c3 010259 branch antilost_adv_start_common 
-:      010262 antilost_conn_update_timer:
-0x34c4 010263 arg mem_antl_conn_update_timer ,regc 
-0x34c5 010264 arg antilost_conn_update_timer_time_out ,regb 
-0x34c6 010265 branch timer_single_step 
-:      010267 antilost_conn_update_timer_time_out:
-0x34c7 010268 fetch 2 ,mem_le_latency 
-0x34c8 010269 store 1 ,mem_lpm_mult 
-0x34c9 010270 rtn 
-:      010271 antilost_app_updata_le_param_timer:
-0x34ca 010272 arg mem_antl_send_updata_le_param_timer ,regc 
-0x34cb 010273 arg antilost_app_updata_le_param_timeout ,regb 
-0x34cc 010274 branch timer_single_step 
-:      010275 antilost_app_updata_le_param_timeout:
-0x34cd 010276 fetch 1 ,mem_le_state 
-0x34ce 010277 compare 0 ,pdata ,0x60 
-0x34cf 010278 nbranch antilost_wait_for_updata_param_instant_expire ,true 
-0x34d0 010279 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
-0x34d1 010280 call app_lpm_mult_enable 
-0x34d2 010281 branch le_l2cap_tx_update_req 
-:      010282 antilost_wait_for_updata_param_instant_expire:
-0x34d3 010283 jam 1 ,mem_antl_send_updata_le_param_timer 
-0x34d4 010284 rtn 
-:      010286 antilost_le_sleep_timer:
-0x34d5 010287 arg mem_antl_le_sleep_timer ,regc 
-0x34d6 010288 arg antilost_le_sleep_timer_timeout ,regb 
-0x34d7 010289 branch timer_single_step_2b 
-:      010292 antilost_le_sleep_timer_timeout:
-0x34d8 010293 branch app_button_long_pressed 
-:      010295 antilost_adc_check_timer:
-0x34d9 010298 arg mem_adc_timer ,regc 
-0x34da 010299 arg antilost_adc_check_timer_timeout ,regb 
-0x34db 010300 branch timer_single_step_2b 
-:      010301 antilost_adc_check_timer_timeout:
-0x34dc 010302 fetch 2 ,mem_adc_timeout 
-0x34dd 010303 store 2 ,mem_adc_timer 
-0x34de 010304 branch antilost_battery_process 
-:      010307 antilost_le_process_conn:
-0x34df 010308 fetch 2 ,mem_adc_timeout 
-0x34e0 010309 store 2 ,mem_adc_timer 
-0x34e1 010310 setarg 0 
-0x34e2 010311 store 2 ,mem_antl_fast_adv_timer 
-0x34e3 010312 store 2 ,mem_antl_le_sleep_timer 
-0x34e4 010313 call antilost_alert_off 
-0x34e5 010314 call antilost_led_buzzer_stop_blink 
-0x34e6 010315 jam 0 ,mem_lpm_mult 
-0x34e7 010316 branch app_ble_stop_adv 
-:      010319 antilost_le_process_discon:
-0x34e8 010322 setarg 0 
-0x34e9 010323 store 4 ,mem_adc_timer 
-0x34ea 010324 store 3 ,mem_antl_conn_updata_procedure_state 
-0x34eb 010325 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x34ec 010327 jam 1 ,mem_alarm_config_notfy_cnt 
-0x34ed 010328 fetch 2 ,mem_antl_le_sleep_timeout 
-0x34ee 010329 store 2 ,mem_antl_le_sleep_timer 
-0x34ef 010330 call queue_init 
-0x34f0 010331 fetch 1 ,mem_antl_power_state 
-0x34f1 010332 rtneq power_off 
-0x34f2 010333 call antilost_fast_adv_start 
-0x34f3 010334 branch antilost_on_off_alarm_after_disconn 
-:      010337 antilost_le_conn_process:
-0x34f4 010339 branch antilost_key_process 
-:      010341 antilost_idle_process:
-0x34f5 010343 fetch 1 ,mem_antl_power_state 
-0x34f6 010344 rtnne power_standby 
-0x34f7 010345 branch antilost_key_process 
-:      010350 antilost_power_starting_cb:
-0x34f8 010351 arg mem_antl_power_starting_buzzer_style ,regc 
-0x34f9 010352 call antilost_buzzer_configuration 
-0x34fa 010353 arg mem_antl_power_starting_led_style ,regc 
-:      010354 antilost_power_common:
-0x34fb 010355 branch antilost_led_configuration 
-:      010357 antilost_power_off_cb:
-0x34fc 010358 jam off ,mem_le_adv_enable 
-0x34fd 010359 arg mem_antl_power_off_buzzer_style ,regc 
-0x34fe 010360 call antilost_buzzer_configuration 
-0x34ff 010361 arg mem_antl_power_off_led_style ,regc 
-0x3500 010362 branch antilost_power_common 
-:      010364 antilost_le_receive_data_process:
-0x3501 010365 fetch 1 ,mem_le_att_opcode 
-0x3502 010366 beq attop_write_request ,antilost_le_parse_att_write_request 
-0x3503 010367 rtn 
-:      010368 antilost_le_parse_att_write_request:
-0x3504 010369 fetch 2 ,mem_le_att_handle 
-0x3505 010371 beq new_spec_write_handle ,antilost_cmd_parse_for_application 
-0x3506 010372 beq new_spec_notification_enable_handle ,antilost_notify_alarm_config_first_time 
-0x3507 010373 rtn 
-:      010378 antilost_key_process:
-0x3508 010379 fetch 1 ,mem_antl_key_scan_enable 
-0x3509 010380 rtn blank 
-0x350a 010381 branch keyscan_key_process 
-:      010385 antilost_key_up_down:
-0x350b 010386 copy rega ,pdata 
-0x350c 010387 branch antilost_key_is_up ,blank 
-:      010388 antilost_key_is_down:
-0x350d 010389 copy queue ,pdata 
-0x350e 010390 beq 0 ,antilost_key0_down 
-0x350f 010391 rtn 
-:      010392 antilost_key_is_up:
-0x3510 010393 copy queue ,pdata 
-0x3511 010394 beq 0 ,antilost_key0_up 
-0x3512 010395 rtn 
-:      010397 antilost_key0_down:
-0x3513 010398 jam 1 ,mem_antl_key_state 
-0x3514 010399 arg mem_antl_key_buzzer_style ,regc 
-0x3515 010400 call antilost_buzzer_configuration 
-0x3516 010401 arg mem_antl_key_led_style ,regc 
-0x3517 010402 call antilost_led_configuration 
-0x3518 010403 fetch 2 ,mem_ui_state_map 
-0x3519 010404 bbit0 ui_state_ble_connected ,antilost_butten_down_while_disconn 
-0x351a 010405 branch antilost_butten_down_after_conn 
-:      010407 antilost_key0_up:
-0x351b 010408 jam 0 ,mem_antl_key_state 
-0x351c 010409 branch antilost_double_click_timer_init 
-:      010413 antilost_double_click_timer_init:
-0x351d 010414 fetch 1 ,mem_butten_click_cnt 
-0x351e 010415 rtnne 1 
-0x351f 010416 jam 5 ,mem_double_click_timer 
-0x3520 010417 rtn 
-:      010419 antilost_butten_down_after_conn:
-0x3521 010420 fetch 1 ,mem_butten_click_cnt 
-0x3522 010421 pincrease 1 
-0x3523 010422 store 1 ,mem_butten_click_cnt 
-0x3524 010423 beq 1 ,antilost_click_once 
-0x3525 010424 beq 2 ,antilost_click_twice 
-0x3526 010425 rtn 
-:      010426 antilost_click_once:
-0x3527 010427 call antilost_alert_off 
-0x3528 010428 jam opcode1_butten_click_once ,mem_antl_key0_press + 5 
-0x3529 010429 arg mem_antl_key0_press ,regc 
-0x352a 010430 branch antilost_prepare_data_and_send 
-:      010431 antilost_click_twice:
-0x352b 010432 jam 0 ,mem_butten_click_cnt 
-0x352c 010433 jam opcode2_butten_double_click ,mem_antl_key0_press + 5 
-0x352d 010434 arg mem_antl_key0_press ,regc 
-0x352e 010435 call antilost_prepare_data_and_send 
-0x352f 010436 fetch 1 ,mem_antl_lost_mode 
-0x3530 010437 beq 1 ,antilost_alert_on 
-0x3531 010438 rtn 
-:      010440 antilost_butten_down_while_disconn:
-0x3532 010441 fetch 2 ,mem_antl_le_sleep_timeout 
-0x3533 010442 store 2 ,mem_antl_le_sleep_timer 
-0x3534 010443 call antilost_alert_off 
-0x3535 010444 branch antilost_fast_adv_start 
-:      010447 antilost_cmd_parse_for_application:
-0x3536 010448 bpatch patch19_5 ,mem_patch19 
-0x3537 010449 call le_app_receive_data 
-0x3538 010450 ifetch 1 ,rega 
-0x3539 010451 beq opcode3_antl_start_alram ,antilost_on_of_alram 
-0x353a 010452 beq opcode7_antl_config_alram ,antilost_configuration_for_alram 
-0x353b 010453 rtn 
-:      010455 antilost_on_of_alram:
-0x353c 010456 fetch 1 ,mem_antl_lost_mode 
-0x353d 010457 beq anti_le_alarm_off ,antilost_alert_on 
-0x353e 010458 beq anti_le_alarm_on ,antilost_alert_off 
-0x353f 010459 rtn 
-:      010461 antilost_configuration_for_alram:
-0x3540 010462 ifetch 1 ,regb 
-0x3541 010463 beq 1 ,antilost_set_start_alarm_after_disconn 
-0x3542 010464 beq 0 ,antilost_set_no_alarm_after_disconn 
-0x3543 010465 rtn 
-:      010472 antilost_prepare_data_and_send:
-0x3544 010473 bpatch patch19_6 ,mem_patch19 
-0x3545 010474 fetch 1 ,mem_client_characteristic_configuration_descriptor 
-0x3546 010475 isolate1 notification_enable_bit ,pdata 
-0x3547 010476 nrtn true 
-0x3548 010477 add regc ,6 ,contr 
-0x3549 010478 ifetch 2 ,contr 
-0x354a 010479 byteswap pdata ,pdata 
-0x354b 010480 add pdata ,5 ,loopcnt 
-0x354c 010481 add regc ,3 ,contr 
-0x354d 010482 call calc_check_sum_start 
-0x354e 010483 istore 1 ,contr 
-0x354f 010484 copy regc ,rega 
-0x3550 010485 branch queue_push 
-:      010491 antilost_alert_on:
-0x3551 010492 fetch 1 ,mem_antl_power_state 
-0x3552 010493 rtn blank 
-0x3553 010494 jam 1 ,mem_antl_lost_mode 
-0x3554 010495 arg mem_antl_alert_buzzer_stlye ,regc 
-0x3555 010496 call antilost_buzzer_configuration 
-0x3556 010497 arg mem_antl_alert_led_stlye ,regc 
-0x3557 010498 call antilost_led_configuration 
-0x3558 010499 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
-0x3559 010500 jam 1 ,mem_antl_key0_release + 8 
-0x355a 010501 arg mem_antl_key0_release ,regc 
-0x355b 010502 branch antilost_prepare_data_and_send 
-:      010503 antilost_alert_off:
-0x355c 010504 fetch 1 ,mem_antl_lost_mode 
-0x355d 010505 rtn blank 
-0x355e 010506 jam 0 ,mem_antl_lost_mode 
-0x355f 010507 call antilost_led_buzzer_stop_blink 
-0x3560 010508 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
-0x3561 010509 jam 0 ,mem_antl_key0_release + 8 
-0x3562 010510 arg mem_antl_key0_release ,regc 
-0x3563 010511 branch antilost_prepare_data_and_send 
-:      010513 antilost_set_start_alarm_after_disconn:
-0x3564 010514 jam 1 ,mem_alarm_config 
-0x3565 010515 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
-0x3566 010516 jam 1 ,mem_antl_key0_release + 8 
-0x3567 010517 arg mem_antl_key0_release ,regc 
-0x3568 010518 branch antilost_prepare_data_and_send 
-:      010519 antilost_set_no_alarm_after_disconn:
-0x3569 010520 jam 0 ,mem_alarm_config 
-0x356a 010521 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
-0x356b 010522 jam 0 ,mem_antl_key0_release + 8 
-0x356c 010523 arg mem_antl_key0_release ,regc 
-0x356d 010524 branch antilost_prepare_data_and_send 
-:      010525 antilost_on_off_alarm_after_disconn:
-0x356e 010526 fetch 1 ,mem_alarm_config 
-0x356f 010527 rtn blank 
-0x3570 010528 branch antilost_alert_on 
-:      010530 antilost_notify_alarm_config_first_time:
-0x3571 010531 ifetch 2 ,rega 
-0x3572 010532 store 2 ,mem_client_characteristic_configuration_descriptor 
-0x3573 010533 isolate1 notification_enable_bit ,pdata 
-0x3574 010534 nrtn true 
-0x3575 010535 fetch 1 ,mem_alarm_config_notfy_cnt 
-0x3576 010536 rtn blank 
-0x3577 010537 jam 0 ,mem_alarm_config_notfy_cnt 
-0x3578 010538 fetch 8 ,mem_antl_le_interval_min 
-0x3579 010539 store 8 ,mem_le_interval_min 
-0x357a 010540 jam 2 ,mem_antl_send_updata_le_param_timer 
-0x357b 010541 call antilost_battery_process 
-0x357c 010542 call antilost_battery_calculate_end 
-0x357d 010543 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
-0x357e 010544 fetch 1 ,mem_alarm_config 
-0x357f 010545 store 1 ,mem_antl_key0_release + 8 
-0x3580 010546 arg mem_antl_key0_release ,regc 
-0x3581 010547 branch antilost_prepare_data_and_send 
-:      010551 antilost_buzzer_configuration:
-0x3582 010552 arg 1 ,rega 
-0x3583 010553 branch antilost_configuration_common 
-:      010554 antilost_led_configuration:
-0x3584 010555 arg 0 ,rega 
-:      010556 antilost_configuration_common:
-0x3585 010557 branch antilost_led_buzzer_style_configuration 
-:      010559 antilost_led_buzzer_stop_blink:
-0x3586 010560 arg 0 ,rega 
-0x3587 010561 call ui_led_blink_stop_global 
-0x3588 010562 arg 1 ,rega 
-0x3589 010563 call ui_led_blink_stop_global 
-0x358a 010564 fetch 1 ,mem_buzzer_pwm_conf 
-0x358b 010565 branch pwm_disable 
-:      010567 antilost_led_buzzer_style_configuration:
-0x358c 010568 call calc_curr_struct_prt 
-0x358d 010569 arg 7 ,loopcnt 
-0x358e 010570 branch ui_led_set_style_global + 2 
-:      010574 antilost_fast_adv_start:
-0x358f 010575 arg mem_antl_fast_adv_led_style ,regc 
-0x3590 010576 arg mem_antl_lpm_interval ,regb 
-:      010577 antilost_adv_start_common:
-0x3591 010578 call antilost_adv_interval_lpm_interval_set 
-0x3592 010579 call antilost_led_configuration 
-0x3593 010580 fetch 2 ,mem_antl_fast_adv_timeout 
-0x3594 010581 store 2 ,mem_antl_fast_adv_timer 
-0x3595 010582 branch app_ble_start_adv 
-:      010584 antilost_adv_interval_lpm_interval_set:
-0x3596 010585 ifetch 2 ,regb 
-0x3597 010586 store 2 ,mem_lpm_interval 
-0x3598 010587 ifetch 2 ,contr 
-0x3599 010588 store 2 ,mem_le_adv_interval 
-0x359a 010589 rtn 
-:      010591 antilost_buzzer_pwm_init:
-0x359b 010592 arg 0 ,rega 
-0x359c 010593 call pwm_init 
-0x359d 010594 fetch 6 ,mem_buzzer_pwm_conf 
-0x359e 010595 store 6 ,mem_pdatatemp 
-0x359f 010596 call pwm_out_set 
-0x35a0 010597 fetch 1 ,mem_buzzer_pwm_conf 
-0x35a1 010598 branch pwm_disable 
-:      010600 antilost_led_on_cb:
-0x35a2 010601 jam 1 ,mem_antl_led_state 
-0x35a3 010602 rtn 
-:      010603 antilost_led_off_cb:
-0x35a4 010604 jam 0 ,mem_antl_led_state 
-0x35a5 010605 rtn 
-:      010609 antilost_buzzer_off:
-0x35a6 010610 jam 0 ,mem_antl_buzzer_state 
-0x35a7 010611 fetch 1 ,mem_buzzer_pwm_conf 
-0x35a8 010612 branch pwm_disable 
-:      010614 antilost_buzzer_on:
-0x35a9 010615 jam 1 ,mem_antl_buzzer_state 
-0x35aa 010616 fetch 6 ,mem_buzzer_pwm_conf 
-0x35ab 010617 store 6 ,mem_pdatatemp 
-0x35ac 010618 branch pwm_out_set 
-:      010622 antilost_adc_init:
-0x35ad 010623 jam 0 ,mem_adc_config_flag 
-0x35ae 010624 branch adc_init_data 
-:      010626 antilost_battery_process:
-0x35af 010627 call adc_set_mode 
-0x35b0 010628 call vdd_calculate_by_mode 
-0x35b1 010629 store 2 ,mem_battery_current_voltage 
-0x35b2 010630 arg mem_battery_calculate_set ,rega 
-0x35b3 010631 call adc_bat_percent_lowpower_out 
-0x35b4 010632 store 1 ,mem_voltage_remain_percent 
-0x35b5 010633 beq 0 ,antilost_low_battery 
-0x35b6 010634 sub pdata ,0x64 ,null 
-0x35b7 010635 nbranch antilost_full_battery ,positive 
-0x35b8 010636 store 1 ,mem_antl_key0_release + 8 
-:      010637 antilost_battery_calculate_end:
-0x35b9 010638 jam opcode5_batter_information ,mem_antl_key0_release + 5 
-0x35ba 010639 arg mem_antl_key0_release ,regc 
-0x35bb 010640 branch antilost_prepare_data_and_send 
-:      010641 antilost_full_battery:
-0x35bc 010642 jam 100 ,mem_antl_key0_release + 8 
-0x35bd 010643 branch antilost_battery_calculate_end 
-:      010645 antilost_low_battery:
-0x35be 010646 branch app_button_long_pressed 
-:      010650 car_init:
-0x35bf 010651 rtn wake 
-0x35c0 010652 hfetch 1 ,core_gpio_sel1 
-0x35c1 010653 and_into 0xf0 ,pdata 
-0x35c2 010654 hstore 1 ,core_gpio_sel1 
-0x35c3 010655 setarg car_le_before_hibernate 
-0x35c4 010656 store 2 ,mem_cb_before_hibernate 
-0x35c5 010658 setarg car_le_process_lpm_before 
-0x35c6 010659 store 2 ,mem_cb_before_lpm 
-0x35c7 010661 setarg app_enter_hibernate 
-0x35c8 010662 store 2 ,mem_cb_discovry_timeout 
-0x35c9 010664 setarg car_scale_process_idle 
-0x35ca 010665 store 2 ,mem_cb_idle_process 
-0x35cb 010667 setarg car_scale_process_bb_event 
-0x35cc 010668 store 2 ,mem_cb_bb_event_process 
-0x35cd 010670 setarg app_get_lpm_wake_lock 
-0x35ce 010671 store 2 ,mem_cb_check_wakelock 
-0x35cf 010673 setarg car_le_receive_data 
-0x35d0 010674 store 2 ,mem_cb_att_write 
-0x35d1 010676 setarg car_le_bb_event_timer 
-0x35d2 010677 store 2 ,mem_cb_event_timer 
-0x35d3 010679 call g24_head_ptr2regc 
-0x35d4 010680 setarg car_24g_receive_data 
-0x35d5 010681 add regc ,offset_24g_cb_rxdata_type1 ,contw 
-0x35d6 010682 istore 2 ,contw 
-0x35d7 010684 setarg car_power_off_signal 
-0x35d8 010685 store 2 ,mem_remote_car_power_off_cb 
-0x35d9 010687 setarg car_soft_switch_power_on_signal 
-0x35da 010688 store 2 ,mem_remote_car_power_standby_cb 
-0x35db 010690 bpatch patch19_7 ,mem_patch19 
-0x35dc 010691 call car_init_environment 
-0x35dd 010692 call queue_init 
-0x35de 010693 jam 2 ,mem_lpm_mult 
-0x35df 010694 jam power_on ,mem_car_24g_received_pac 
-0x35e0 010695 fetch 1 ,mem_car_config_soft_switch_enable 
-0x35e1 010696 store 1 ,mem_car_hard_soft_switch 
-0x35e2 010697 beq hard_switch ,car_hard_switch_power_on_signal 
-0x35e3 010698 fetch 1 ,mem_car_config_soft_switch_gpio 
-0x35e4 010699 store 1 ,mem_ui_button_gpio 
-0x35e5 010700 jam off ,mem_le_adv_enable 
-:      010701 car_soft_switch_power_on_init:
-0x35e6 010702 call car_ui_led_init 
-0x35e7 010703 call ui_button_init 
-0x35e8 010704 call ui_button_polling 
-0x35e9 010705 jam power_starting ,mem_car_power_state 
-0x35ea 010706 fetch 2 ,mem_ui_state_map 
-0x35eb 010707 rtnbit1 ui_state_btn_down 
-0x35ec 010708 branch app_enter_hibernate 
-:      010710 car_power_off_signal:
-0x35ed 010711 branch car_ui_led_init 
-:      010713 car_hard_switch_power_on_signal:
-0x35ee 010714 jam power_standby ,mem_car_power_state 
-:      010715 car_soft_switch_power_on_signal:
-0x35ef 010716 jam on ,mem_le_adv_enable 
-0x35f0 010717 call car_ui_led_init 
-0x35f1 010718 arg 0 ,rega 
-0x35f2 010719 call ui_led_blink_start_global 
-0x35f3 010721 setarg fast_adv_interval_value_car 
-0x35f4 010722 call shutter_ble_adv_interval_set 
-:      010723 car_le_modified_name_adv:
-0x35f5 010724 arg mem_le_name + 7 ,contw 
-0x35f6 010725 fetch 1 ,mem_le_lap 
-:      010726 car_name_loop:
-0x35f7 010727 and pdata ,0xF0 ,temp 
-0x35f8 010728 rshift4 temp ,temp 
-0x35f9 010729 call car_hex_to_ascii 
-0x35fa 010730 istoret 1 ,contw 
-0x35fb 010731 and pdata ,0x0F ,temp 
-0x35fc 010732 call car_hex_to_ascii 
-0x35fd 010733 istoret 1 ,contw 
-0x35fe 010734 call le_modified_name_att_list 
-0x35ff 010735 fetcht 1 ,mem_le_name_len 
-0x3600 010736 copy temp ,loopcnt 
-0x3601 010737 arg mem_le_adv_data + 2 ,contw 
-0x3602 010738 arg mem_le_name ,contr 
-0x3603 010739 call memcpy 
-:      010740 car_le_modified_name_scan:
-0x3604 010741 fetcht 1 ,mem_le_name_len 
-0x3605 010742 copy temp ,loopcnt 
-0x3606 010743 arg mem_le_scan_data + 2 ,contw 
-0x3607 010744 arg mem_le_name ,contr 
-0x3608 010745 branch memcpy 
-:      010746 car_hex_to_ascii:
-0x3609 010747 sub temp ,9 ,null 
-0x360a 010748 branch car_hex_num ,positive 
-0x360b 010749 add temp ,55 ,temp 
-0x360c 010750 rtn 
-:      010751 car_hex_num:
-0x360d 010752 add temp ,48 ,temp 
-0x360e 010753 rtn 
-:      010755 car_ui_led_init:
-0x360f 010756 fetch 1 ,mem_car_config_blood_led1_gpio 
-0x3610 010757 bne invalid_pin_num ,car_blood_led_gpio_set 
-:      010758 car_ui_led_init_1:
-0x3611 010759 fetch 1 ,mem_car_config_pairing_led_gpio 
-0x3612 010760 bne invalid_pin_num ,car_pairing_led_gpio_set 
-:      010761 car_ui_led_init_2:
-0x3613 010762 fetch 1 ,mem_car_config_low_voltage_led_gpio 
-0x3614 010763 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
-:      010764 car_ui_led_init_3:
-0x3615 010765 fetch 1 ,mem_car_led_num 
-0x3616 010766 copy pdata ,loopcnt 
-0x3617 010767 setarg mem_car_led_map 
-0x3618 010768 copy pdata ,rega 
-:      010769 car_in_lp1:
-0x3619 010770 copy rega ,contr 
-0x361a 010771 ifetch 1 ,contr 
-0x361b 010772 copy contr ,rega 
-0x361c 010773 beq invalid_pin_num ,car_in_lp1_end 
-0x361d 010774 copy pdata ,temp 
-0x361e 010775 call gpio_config_output 
-:      010776 car_in_lp1_end:
-0x361f 010777 loop car_in_lp1 
-:      010778 car_ui_led_init_end:
-0x3620 010779 rtn 
-:      010780 car_blood_led_gpio_set:
-0x3621 010781 fetch 8 ,mem_car_config_blood_led1_gpio 
-0x3622 010782 store 8 ,mem_car_led_map + 2 
-0x3623 010783 branch car_ui_led_init_1 
-:      010784 car_pairing_led_gpio_set:
-0x3624 010785 store 1 ,mem_car_led_map 
-0x3625 010786 branch car_ui_led_init_2 
-:      010787 car_low_voltage_led_gpio_set:
-0x3626 010788 store 1 ,mem_car_led_map + 1 
-0x3627 010789 branch car_ui_led_init_3 
-:      010792 car_init_environment:
-0x3628 010793 arg 0 ,rega 
-0x3629 010794 call pwm_init 
-0x362a 010795 call car_ir_rx_init 
-0x362b 010796 call g24_receive_process_init 
-0x362c 010797 branch car_init_adc_hvin 
-:      010799 car_init_adc_hvin:
-0x362d 010800 jam 100 ,mem_car_notify_vdd_value_last 
-0x362e 010801 fetch 1 ,mem_car_config_low_voltage_led_gpio 
-0x362f 010802 store 1 ,mem_car_style2_struct_led_gpio 
-0x3630 010803 branch adc_init_data 
-:      010805 car_le_before_hibernate:
-0x3631 010806 call gpio_set_before_lpm_common 
-0x3632 010807 branch keyscan_process_lpm_before 
-:      010809 car_le_process_lpm_before:
-0x3633 010810 branch keyscan_process_lpm_before 
-:      010812 car_key_scan_process:
-0x3634 010815 branch keyscan_key_process 
-:      010817 car_scale_process_idle:
-0x3635 010818 call car_le_send_packet 
-0x3636 010819 call car_ir_receive_process 
-0x3637 010820 call car_g24_status_process 
-0x3638 010821 branch car_key_scan_process 
-:      010823 car_g24_status_process:
-0x3639 010824 fetch 2 ,mem_ui_state_map 
-0x363a 010825 rtnbit1 ui_state_ble_connected 
-0x363b 010826 fetch 1 ,mem_car_24g_received_pac 
-0x363c 010827 beq work_paired ,car_g24_connected_event 
-0x363d 010828 rtn 
-:      010829 car_g24_connected_event:
-0x363e 010830 fetch 1 ,mem_car_24g_status 
-0x363f 010831 rtneq work_paired 
-0x3640 010832 jam work_paired ,mem_car_24g_status 
-0x3641 010833 branch car_g24_connected 
-:      010835 car_le_send_packet:
-0x3642 010836 fetch 2 ,mem_ui_state_map 
-0x3643 010837 rtnbit0 ui_state_ble_connected 
-0x3644 010838 call le_fifo_check_nearly_full 
-0x3645 010839 nrtn blank 
-0x3646 010840 arg mem_car_pop_queue_buff ,rega 
-0x3647 010841 call queue_pop 
-0x3648 010842 nrtn user 
-0x3649 010843 arg mem_car_pop_queue_buff ,contr 
-0x364a 010844 branch le_send_notify_from_list 
-:      010846 car_scale_process_bb_event:
-0x364b 010847 copy regc ,pdata 
-0x364c 010848 beq bt_evt_button_up ,app_event_button_up 
-0x364d 010849 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x364e 010850 beq bt_evt_le_connected ,car_scale_event_le_conn 
-0x364f 010851 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
-0x3650 010852 rtn 
-:      010854 car_scale_event_le_conn:
-0x3651 010855 setarg disable_24g 
-0x3652 010856 call g24_store_mem_24g_mode 
-0x3653 010857 branch car_scale_process_conn 
-:      010858 car_g24_connected:
-0x3654 010859 fetch 2 ,mem_car_24g_no_data_timeout_count 
-0x3655 010860 store 2 ,mem_car_24g_no_data_timeout_timer 
-:      010861 car_scale_process_conn:
-0x3656 010862 jam 0x14 ,mem_car_notify_vdd_timer 
-0x3657 010863 jam 0 ,mem_lpm_mode 
-0x3658 010864 call app_ble_stop_adv 
-0x3659 010865 call app_lpm_mult_enable 
-0x365a 010866 fetch 1 ,mem_car_config_pairing_led_conn_status 
-0x365b 010867 beq 0x01 ,car_pairing_led_conn_status_setting 
-:      010868 car_scale_process_conn_next:
-0x365c 010869 arg 0 ,rega 
-0x365d 010870 branch ui_led_on_global 
-:      010871 car_pairing_led_conn_status_setting:
-0x365e 010872 arg 0 ,rega 
-0x365f 010873 branch ui_led_blink_stop_global 
-:      010875 car_scale_event_le_discon:
-0x3660 010876 setarg rx_24g 
-0x3661 010877 call g24_store_mem_24g_mode 
-:      010878 car_g24_disconnect:
-0x3662 010879 setarg 0 
-0x3663 010880 store 5 ,mem_car_led_control 
-0x3664 010881 setarg 4 
-0x3665 010882 call pwm_disable 
-0x3666 010883 setarg 5 
-0x3667 010884 call pwm_disable 
-0x3668 010885 setarg 20 
-0x3669 010886 call pwm_disable 
-0x366a 010887 setarg 21 
-0x366b 010888 call pwm_disable 
-0x366c 010889 setarg 22 
-0x366d 010890 call pwm_disable 
-0x366e 010891 setarg 7 
-0x366f 010892 call pwm_disable 
-0x3670 010893 call queue_init 
-0x3671 010894 jam 10 ,mem_motor1_speed 
-0x3672 010895 jam 10 ,mem_motor2_speed 
-0x3673 010896 jam 10 ,mem_motor3_speed 
-0x3674 010898 jam 2 ,mem_lpm_mult 
-0x3675 010899 arg 0 ,rega 
-0x3676 010900 call ui_led_blink_start_global 
-0x3677 010902 setarg fast_adv_interval_value_car 
-0x3678 010903 call shutter_ble_adv_interval_set 
-0x3679 010904 branch app_ble_start_adv 
-:      010906 car_le_bb_event_timer:
-0x367a 010908 call car_moto1_blank_data_timer 
-0x367b 010909 call car_moto2_blank_data_timer 
-0x367c 010910 call car_moto3_blank_data_timer 
-0x367d 010911 call app_power_timer 
-0x367e 010912 call car_led_control_timer 
-0x367f 010913 call car_notify_vdd_timer 
-0x3680 010914 call car_24g_no_data_timeout_timer 
-0x3681 010915 call car_ir_breakdown_timer 
-0x3682 010916 branch car_attack_shake_timer 
-:      010918 car_ir_breakdown_timer:
-0x3683 010919 arg mem_car_ir_breakdown_check_timer ,regc 
-0x3684 010920 arg car_ir_breakdown_timeout ,regb 
-0x3685 010921 branch timer_single_step 
-:      010922 car_ir_breakdown_timeout:
-0x3686 010923 call car_ir_gpio_get_status 
-0x3687 010924 nrtn true 
-0x3688 010925 jam 1 ,mem_car_ir_breakdown_flag 
-0x3689 010926 rtn 
-:      010928 car_24g_no_data_timeout_timer:
-0x368a 010929 arg mem_car_24g_no_data_timeout_timer ,regc 
-0x368b 010930 arg car_24g_no_data_timer_timeout ,regb 
-0x368c 010931 branch timer_single_step_2b 
-:      010932 car_24g_no_data_timer_timeout:
-0x368d 010933 jam work_search ,mem_car_24g_status 
-0x368e 010934 branch car_g24_disconnect 
-:      010936 car_attack_shake_timer:
-0x368f 010937 arg mem_car_attack_shake_timer ,regc 
-0x3690 010938 arg car_attack_shake ,regb 
-0x3691 010939 branch timer_single_step 
-:      010940 car_attack_shake:
-0x3692 010941 fetch 1 ,mem_car_attack_shake_flag 
-0x3693 010942 branch car_attack_shake_stop ,blank 
-0x3694 010943 jam 2 ,mem_car_attack_shake_timer 
-0x3695 010944 jam 0 ,mem_car_attack_shake_flag 
-0x3696 010945 setarg 0x0a02 
-0x3697 010946 store 2 ,mem_le_receive_payload 
-0x3698 010947 fetch 1 ,mem_car_config_device_select 
-0x3699 010948 beq device_battle_tank ,car_attack_shake_front_battle_tank 
-:      010949 car_attack_shake_front_battle_car:
-0x369a 010950 branch car_motor_control 
-:      010951 car_attack_shake_front_battle_tank:
-0x369b 010952 setarg 0x0a02 
-0x369c 010953 store 2 ,mem_le_receive_payload + 2 
-0x369d 010954 branch car_motor_control 
-:      010955 car_attack_shake_stop:
-0x369e 010956 setarg 0 
-0x369f 010957 store 4 ,mem_le_receive_payload 
-0x36a0 010958 branch car_motor_control 
-:      010960 car_notify_vdd_timer:
-0x36a1 010961 fetch 1 ,mem_car_config_bat_notify_enable 
-0x36a2 010962 rtn blank 
-0x36a3 010963 fetch 2 ,mem_ui_state_map 
-0x36a4 010964 bbit0 ui_state_ble_connected ,car_low_bat_led_off 
-0x36a5 010965 arg mem_car_notify_vdd_timer ,regc 
-0x36a6 010966 arg car_notify_vdd ,regb 
-0x36a7 010967 branch timer_single_step 
-:      010968 car_notify_vdd:
-0x36a8 010969 fetch 1 ,mem_car_notify_vdd_count 
-0x36a9 010970 store 1 ,mem_car_notify_vdd_timer 
-0x36aa 010971 fetch 1 ,mem_car_working_flag 
-0x36ab 010972 nrtn blank 
-:      010973 car_read_hvin:
-0x36ac 010974 call adc_set_mode 
-0x36ad 010975 call vdd_calculate_by_mode 
-0x36ae 010976 store 2 ,mem_vdd_now_vol 
-0x36af 010977 arg mem_vdd_calculate_set ,rega 
-0x36b0 010978 call adc_bat_percent_lowpower_out 
-0x36b1 010979 fetcht 1 ,mem_car_notify_vdd_value_last 
-0x36b2 010980 isub temp ,null 
-0x36b3 010981 branch car_notify_vdd_next2 ,positive 
-0x36b4 010982 store 1 ,mem_car_notify_vdd_value_last 
-0x36b5 010983 copy pdata ,temp 
-:      010984 car_notify_vdd_next2:
-0x36b6 010985 storet 1 ,mem_car_notify_vdd_percent 
-0x36b7 010986 fetch 1 ,mem_car_config_low_voltage_percent 
-0x36b8 010987 isub temp ,null 
-0x36b9 010988 call car_enter_low_bat ,positive 
-0x36ba 010989 storet 1 ,mem_notify_bat_payload 
-0x36bb 010990 arg 6 ,loopcnt 
-0x36bc 010991 arg mem_notify_bat_head ,contr 
-0x36bd 010992 call calc_check_sum_start 
-0x36be 010993 store 1 ,mem_notify_bat_check_sum 
-0x36bf 010994 arg mem_notify_bat_packet ,rega 
-0x36c0 010995 branch queue_push 
-:      010996 car_enter_low_bat:
-0x36c1 010997 fetch 1 ,mem_low_bat_flag 
-0x36c2 010998 nrtn blank 
-0x36c3 010999 jam 1 ,mem_low_bat_flag 
-0x36c4 011000 arg 1 ,rega 
-0x36c5 011001 branch ui_led_blink_start_global 
-:      011002 car_low_bat_led_off:
-0x36c6 011003 arg 1 ,rega 
-0x36c7 011004 branch ui_led_blink_stop_global 
-:      011006 car_led_control_timer:
-0x36c8 011007 arg mem_car_led_control_timer ,regc 
-0x36c9 011008 arg car_led_control ,regb 
-0x36ca 011009 branch timer_single_step 
-:      011010 car_led_control:
-0x36cb 011011 jam 5 ,mem_car_led_control_timer 
-0x36cc 011012 jam 0 ,mem_car_led_no 
-0x36cd 011013 fetch 1 ,mem_car_led_blink_status 
-0x36ce 011014 beq led_on ,car_led_control_blink_off 
-0x36cf 011015 beq led_off ,car_led_control_blink_on 
-:      011016 car_led_control_set:
-0x36d0 011017 arg mem_car_led_control ,contr 
-0x36d1 011018 copy contr ,rega 
-0x36d2 011019 arg 8 ,loopcnt 
-:      011020 car_led_control_timer_next:
-0x36d3 011021 copy rega ,contr 
-0x36d4 011022 ifetch 1 ,contr 
-0x36d5 011023 copy contr ,rega 
-0x36d6 011024 beq led_off ,car_led_control_off 
-0x36d7 011025 beq led_on ,car_led_control_on 
-0x36d8 011026 beq led_blink ,car_led_control_blink 
-:      011027 car_led_control_timer_next_2:
-0x36d9 011028 fetch 1 ,mem_car_led_no 
-0x36da 011029 increase 1 ,pdata 
-0x36db 011030 store 1 ,mem_car_led_no 
-0x36dc 011031 loop car_led_control_timer_next 
-0x36dd 011032 rtn 
-:      011033 car_led_switch:
-0x36de 011034 fetch 1 ,mem_car_led_no 
-0x36df 011035 arg mem_car_config_blood_led_gpio ,regb 
-0x36e0 011036 iadd regb ,regb 
-0x36e1 011037 ifetcht 1 ,regb 
-0x36e2 011038 rtn 
-:      011039 car_led_control_off:
-0x36e3 011040 call car_led_switch 
-0x36e4 011041 call gpio_out_inactive 
-0x36e5 011042 branch car_led_control_timer_next_2 
-:      011043 car_led_control_on:
-0x36e6 011044 call car_led_switch 
-0x36e7 011045 call gpio_out_active 
-0x36e8 011046 branch car_led_control_timer_next_2 
-:      011047 car_led_control_blink:
-0x36e9 011048 fetch 1 ,mem_car_led_blink_status 
-0x36ea 011049 beq led_on ,car_led_control_off 
-0x36eb 011050 branch car_led_control_on 
-:      011051 car_led_control_blink_on:
-0x36ec 011052 jam led_on ,mem_car_led_blink_status 
-0x36ed 011053 branch car_led_control_set 
-:      011054 car_led_control_blink_off:
-0x36ee 011055 jam led_off ,mem_car_led_blink_status 
-0x36ef 011056 branch car_led_control_set 
-:      011060 calc_check_sum_start:
-0x36f0 011061 arg 0 ,rega 
-:      011062 calc_check_sum_loop:
-0x36f1 011063 ifetch 1 ,contr 
-0x36f2 011064 iadd rega ,rega 
-0x36f3 011065 loop calc_check_sum_loop 
-:      011066 calc_check_sum_and:
-0x36f4 011067 and rega ,0xff ,pdata 
-0x36f5 011068 rtn 
-:      011070 car_le_receive_data:
-0x36f6 011071 fetch 1 ,mem_le_att_opcode 
-0x36f7 011072 beq attop_write_request ,car_le_parse_att_write_request 
-0x36f8 011073 rtn 
-:      011074 car_le_parse_att_write_request:
-0x36f9 011075 fetch 2 ,mem_le_att_handle 
-0x36fa 011076 beq att_car_control_handle ,car_control_le_receive 
-0x36fb 011077 rtn 
-:      011089 le_app_receive_data:
-0x36fc 011090 bpatch patch1a_0 ,mem_patch1a 
-0x36fd 011091 ifetch 5 ,rega 
-0x36fe 011092 store 5 ,mem_app_receive_temp 
-0x36ff 011093 fetch 2 ,mem_app_receive_temp 
-0x3700 011094 arg le_receive_packet_head ,temp 
-0x3701 011095 isub temp ,null 
-0x3702 011096 nrtn zero 
-0x3703 011097 fetch 2 ,mem_app_receive_temp + 3 
-0x3704 011098 byteswap pdata ,pdata 
-0x3705 011099 store 2 ,mem_app_receive_temp + 3 
-0x3706 011100 copy pdata ,loopcnt 
-0x3707 011101 increase 5 ,rega 
-0x3708 011102 copy rega ,contr 
-0x3709 011103 arg mem_app_receive_temp + 5 ,contw 
-0x370a 011104 call memcpy 
-0x370b 011105 ifetch 1 ,contr 
-0x370c 011106 store 1 ,mem_app_receive_temp + 15 
-0x370d 011107 arg mem_app_receive_temp + 2 ,rega 
-0x370e 011108 arg mem_app_receive_temp + 5 ,regb 
-0x370f 011109 rtn 
-:      011111 car_control_le_receive:
-0x3710 011112 setarg 0 
-0x3711 011113 store 5 ,mem_le_receive_payload 
-0x3712 011114 store 5 ,mem_le_receive_payload + 5 
-0x3713 011115 call le_app_receive_data 
-0x3714 011116 copy regb ,contr 
-0x3715 011117 arg mem_le_receive_payload ,contw 
-0x3716 011118 arg 10 ,loopcnt 
-0x3717 011119 call memcpy 
-:      011120 car_receive_cmd_select:
-0x3718 011121 bpatch patch1a_1 ,mem_patch1a 
-0x3719 011122 ifetch 1 ,rega 
-0x371a 011123 beq car_cmd_old_car_control ,car_drive_old 
-0x371b 011124 beq car_cmd_old_speed_control ,car_speed_set_old 
-0x371c 011125 beq car_cmd_l_r_motor_control ,car_motor_control 
-0x371d 011126 beq car_cmd_f_b_motor_control ,car_motor_control 
-0x371e 011127 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
-0x371f 011128 beq car_cmd_led_control ,car_led_control_receive 
-0x3720 011129 beq car_cmd_device_info ,car_info_request 
-0x3721 011130 rtn 
-:      011132 car_24g_receive_data:
-0x3722 011133 fetch 2 ,mem_ui_state_map 
-0x3723 011134 rtnbit1 ui_state_ble_connected 
-0x3724 011136 fetch 2 ,mem_car_24g_no_data_timeout_count 
-0x3725 011137 store 2 ,mem_car_24g_no_data_timeout_timer 
-0x3726 011139 jam work_paired ,mem_car_24g_received_pac 
-0x3727 011141 setarg offset_24g_rxdata_temp_add3 
-0x3728 011142 call g24_set_rega 
-0x3729 011143 call car_control_le_receive 
-0x372a 011145 fetch 1 ,mem_app_receive_temp + 2 
-0x372b 011146 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
-0x372c 011147 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
-0x372d 011148 rtn 
-:      011149 car_24g_receive_data_next:
-0x372e 011150 fetch 1 ,mem_le_receive_payload 
-0x372f 011151 ncall car_moto1_enable_blank_data_timer ,blank 
-0x3730 011152 fetch 1 ,mem_le_receive_payload + 2 
-0x3731 011153 ncall car_moto2_enable_blank_data_timer ,blank 
-0x3732 011154 fetch 1 ,mem_le_receive_payload + 4 
-0x3733 011155 ncall car_moto3_enable_blank_data_timer ,blank 
-0x3734 011156 rtn 
-:      011158 car_moto1_enable_blank_data_timer:
-0x3735 011159 jam 5 ,mem_car_moto1_blank_timer 
-0x3736 011160 rtn 
-:      011161 car_moto2_enable_blank_data_timer:
-0x3737 011162 jam 5 ,mem_car_moto2_blank_timer 
-0x3738 011163 rtn 
-:      011164 car_moto3_enable_blank_data_timer:
-0x3739 011165 jam 5 ,mem_car_moto3_blank_timer 
-0x373a 011166 rtn 
-:      011168 car_moto1_blank_data_timer:
-0x373b 011169 arg mem_car_moto1_blank_timer ,regc 
-0x373c 011170 arg car_moto1_blank_data ,regb 
-0x373d 011171 branch timer_single_step 
-:      011172 car_moto2_blank_data_timer:
-0x373e 011173 arg mem_car_moto2_blank_timer ,regc 
-0x373f 011174 arg car_moto2_blank_data ,regb 
-0x3740 011175 branch timer_single_step 
-:      011176 car_moto3_blank_data_timer:
-0x3741 011177 arg mem_car_moto3_blank_timer ,regc 
-0x3742 011178 arg car_moto3_blank_data ,regb 
-0x3743 011179 branch timer_single_step 
-:      011181 car_moto1_blank_data:
-0x3744 011182 jam 0 ,mem_le_receive_payload 
-0x3745 011183 branch car_motor_control 
-:      011184 car_moto2_blank_data:
-0x3746 011185 jam 0 ,mem_le_receive_payload + 2 
-0x3747 011186 branch car_motor_control 
-:      011187 car_moto3_blank_data:
-0x3748 011188 jam 0 ,mem_le_receive_payload + 4 
-0x3749 011189 branch car_motor_control 
-:      011194 car_drive_old:
-0x374a 011195 call car_left_right_control_old 
-0x374b 011196 branch car_front_back_control_old 
-:      011197 car_left_right_control_old:
-0x374c 011198 fetch 1 ,mem_le_receive_payload 
-0x374d 011199 store 1 ,mem_motor2_status 
-0x374e 011200 branch car_motor2_control 
-:      011201 car_front_back_control_old:
-0x374f 011202 fetch 1 ,mem_motor1_speed 
-0x3750 011203 call car_reset_old_speed 
-0x3751 011204 fetch 1 ,mem_le_receive_payload + 1 
-0x3752 011205 store 1 ,mem_motor1_status 
-0x3753 011206 branch car_motor1_control 
-:      011207 car_reset_old_speed:
-0x3754 011208 beq speed_level_2 ,car_reset_old_speed2 
-0x3755 011209 beq speed_level_3 ,car_reset_old_speed3 
-0x3756 011210 store 1 ,mem_motor1_speed 
-0x3757 011211 rtn 
-:      011212 car_reset_old_speed2:
-0x3758 011213 jam speed_level_5 ,mem_motor1_speed 
-0x3759 011214 rtn 
-:      011215 car_reset_old_speed3:
-0x375a 011216 jam speed_level_10 ,mem_motor1_speed 
-0x375b 011217 rtn 
-:      011218 car_speed_set_old:
-0x375c 011219 fetch 1 ,mem_le_receive_payload 
-0x375d 011220 call car_reset_old_speed 
-0x375e 011221 fetch 1 ,mem_motor1_speed 
-0x375f 011222 call car_motor_speed_duty_setting 
-0x3760 011223 call car_motor_speed_duty_transform 
-0x3761 011224 branch pwm_pwm0_duty_set 
-:      011226 car_motor_control:
-0x3762 011227 fetch 1 ,mem_car_24g_go_die_flag 
-0x3763 011228 nrtn blank 
-0x3764 011229 fetch 6 ,mem_le_receive_payload 
-0x3765 011230 store 6 ,mem_motor1_status 
-0x3766 011231 fetch 1 ,mem_motor1_speed 
-0x3767 011232 fetcht 1 ,mem_motor2_speed 
-0x3768 011233 iand temp ,pdata 
-0x3769 011234 fetcht 1 ,mem_motor3_speed 
-0x376a 011235 iand temp ,pdata 
-0x376b 011236 call car_motor_working_flag ,blank 
-0x376c 011237 bpatch patch1a_2 ,mem_patch1a 
-0x376d 011238 call car_motor1_control 
-0x376e 011239 call car_motor2_control 
-0x376f 011240 branch car_motor3_control 
-:      011241 car_motor1_control:
-0x3770 011242 arg mem_motor1_pwm_set ,regb 
-0x3771 011243 arg mem_motor1_status ,contr 
-0x3772 011244 branch car_motor_status_select 
-:      011245 car_motor2_control:
-0x3773 011246 arg mem_motor2_pwm_set ,regb 
-0x3774 011247 arg mem_motor2_status ,contr 
-0x3775 011248 branch car_motor_status_select 
-:      011249 car_motor3_control:
-0x3776 011250 arg mem_motor3_pwm_set ,regb 
-0x3777 011251 arg mem_motor3_status ,contr 
-0x3778 011252 branch car_motor_status_select 
-:      011253 car_motor_working_flag:
-0x3779 011254 jam 0 ,mem_car_working_flag 
-0x377a 011255 rtn 
-:      011257 car_motor_status_select:
-0x377b 011258 ifetch 1 ,contr 
-0x377c 011259 beq motor_stop ,car_motor_stop 
-0x377d 011260 beq go_front ,car_motor_positive 
-0x377e 011261 beq go_back ,car_motor_negative 
-0x377f 011262 rtn 
-:      011263 car_motor_positive:
-0x3780 011264 jam 0 ,mem_motor_select_p_n 
-0x3781 011265 branch car_motor_negative + 1 
-:      011266 car_motor_negative:
-0x3782 011267 jam 1 ,mem_motor_select_p_n 
-0x3783 011268 ifetch 1 ,contr 
-0x3784 011269 store 1 ,mem_car_motor_speed 
-0x3785 011270 ifetch 8 ,regb 
-0x3786 011271 branch car_motor_work 
-:      011273 car_motor_stop:
-0x3787 011274 ifetch 1 ,regb 
-0x3788 011275 call pwm_disable 
-0x3789 011276 increase 1 ,regb 
-0x378a 011277 ifetch 1 ,regb 
-0x378b 011278 branch pwm_disable 
-:      011279 car_motor_work:
-0x378c 011280 store 8 ,mem_motor_pwm_pin1_set 
-0x378d 011281 jam 1 ,mem_car_working_flag 
-0x378e 011282 fetch 1 ,mem_motor_select_p_n 
-0x378f 011283 beq 0 ,car_motor_select_positive 
-:      011284 car_motor_select_negative:
-0x3790 011285 fetch 1 ,mem_motor_pwm_pin2_set 
-0x3791 011286 store 1 ,mem_motor_pwm_pin_set 
-0x3792 011287 fetch 1 ,mem_motor_pwm_pin1_set 
-:      011288 car_motor_work_next:
-0x3793 011289 call pwm_disable 
-0x3794 011290 fetch 1 ,mem_car_motor_speed 
-0x3795 011291 call car_motor_speed_duty_setting 
-0x3796 011292 store 1 ,mem_motor_pwm_dute_set 
-0x3797 011293 fetch 6 ,mem_motor_pwm_pin_set 
-0x3798 011294 store 6 ,mem_pdatatemp 
-0x3799 011295 branch pwm_out_set 
-:      011296 car_motor_select_positive:
-0x379a 011297 fetch 1 ,mem_motor_pwm_pin1_set 
-0x379b 011298 store 1 ,mem_motor_pwm_pin_set 
-0x379c 011299 fetch 1 ,mem_motor_pwm_pin2_set 
-0x379d 011300 branch car_motor_work_next 
-:      011302 car_motor_speed_duty_setting:
-0x379e 011303 mul32 pdata ,5 ,pdata 
-0x379f 011304 add pdata ,50 ,pdata 
-0x37a0 011305 rtn 
-:      011306 car_motor_speed_duty_transform:
-0x37a1 011307 arg 12000 ,temp 
-0x37a2 011308 imul32 temp ,pdata 
-0x37a3 011309 div pdata ,100 
-0x37a4 011310 call wait_div_end 
-0x37a5 011311 quotient temp 
-0x37a6 011312 copy temp ,rega 
-0x37a7 011313 setarg 12000 
-0x37a8 011314 isub temp ,regb 
-0x37a9 011315 rtn 
-:      011318 car_ir_init:
-0x37aa 011319 hfetch 1 ,core_gpio_sel2 
-0x37ab 011320 set1 2 ,pdata 
-0x37ac 011321 hstore 1 ,core_gpio_sel2 
-0x37ad 011322 setarg 158 
-0x37ae 011323 hstore 2 ,core_pwm_pcnt4 
-0x37af 011324 hstore 2 ,core_pwm_ncnt4 
-0x37b0 011325 rtn 
-:      011327 car_ir_data_rx_from_app:
-0x37b1 011328 fetch 1 ,mem_car_24g_go_die_flag 
-0x37b2 011329 nrtn blank 
-0x37b3 011330 fetch 2 ,mem_le_receive_payload 
-0x37b4 011331 store 2 ,mem_ir_data 
-0x37b5 011332 fetch 1 ,mem_car_24g_status 
-0x37b6 011333 bne work_paired ,car_ir_data_tx 
-0x37b7 011334 fetch 2 ,mem_le_lap 
-0x37b8 011335 store 2 ,mem_ir_data 
-:      011336 car_ir_data_tx:
-0x37b9 011337 bpatch patch1a_3 ,mem_patch1a 
-0x37ba 011338 call car_ir_init 
-0x37bb 011339 call car_ir_enable 
-0x37bc 011340 setarg 48000 
-0x37bd 011341 call sleep 
-0x37be 011342 call car_ir_disable 
-0x37bf 011343 setarg 7200 
-0x37c0 011344 call sleep 
-0x37c1 011345 arg 16 ,loopcnt 
-:      011346 car_ir_send_loop:
-0x37c2 011347 call car_ir_enable 
-0x37c3 011348 fetch 2 ,mem_ir_data 
-0x37c4 011349 bbit1 0 ,car_ir_is_bit1 
-0x37c5 011350 setarg 7200 
-0x37c6 011351 call sleep 
-0x37c7 011352 call car_ir_disable 
-0x37c8 011353 branch car_ir_wait_finish 
-:      011355 car_ir_is_bit1:
-0x37c9 011356 setarg 14400 
-0x37ca 011357 call sleep 
-0x37cb 011358 call car_ir_disable 
-:      011359 car_ir_wait_finish:
-0x37cc 011360 setarg 7200 
-0x37cd 011361 call sleep 
-0x37ce 011362 fetch 2 ,mem_ir_data 
-0x37cf 011363 rshift pdata ,pdata 
-0x37d0 011364 store 2 ,mem_ir_data 
-0x37d1 011365 loop car_ir_send_loop 
-0x37d2 011367 jam 2 ,mem_car_attack_shake_timer 
-0x37d3 011368 jam 1 ,mem_car_attack_shake_flag 
-0x37d4 011369 setarg 0x0a01 
-0x37d5 011370 store 2 ,mem_le_receive_payload 
-0x37d6 011371 fetch 1 ,mem_car_config_device_select 
-0x37d7 011372 beq device_battle_tank ,car_attack_shake_back_battle_tank 
-:      011373 car_attack_shake_back_battle_car:
-0x37d8 011374 branch car_motor_control 
-:      011375 car_attack_shake_back_battle_tank:
-0x37d9 011376 setarg 0x0a01 
-0x37da 011377 store 2 ,mem_le_receive_payload + 2 
-0x37db 011378 branch car_motor_control 
-:      011380 car_ir_enable:
-0x37dc 011381 hfetch 1 ,core_gpio_key2 
-0x37dd 011382 or_into 0x40 ,pdata 
-0x37de 011383 hstore 1 ,core_gpio_key2 
-0x37df 011384 rtn 
-:      011385 car_ir_disable:
-0x37e0 011386 hfetch 1 ,core_gpio_key2 
-0x37e1 011387 and_into 0xbf ,pdata 
-0x37e2 011388 hstore 1 ,core_gpio_key2 
-0x37e3 011389 rtn 
-:      011391 car_ir_rx_init:
-0x37e4 011392 fetch 1 ,mem_car_config_ir_enable 
-0x37e5 011393 rtneq 0x00 
-0x37e6 011394 call lpm_disable_exen_output 
-0x37e7 011395 fetcht 1 ,mem_car_config_ir_rx_gpio 
-0x37e8 011396 storet 1 ,mem_ir_rx_gpio 
-0x37e9 011397 call gpio_config_input 
-0x37ea 011398 call car_ir_gpio_get_status 
-0x37eb 011399 nrtn true 
-0x37ec 011400 jam 1 ,mem_car_ir_breakdown_check_timer 
-0x37ed 011401 rtn 
-:      011403 car_ir_receive_process:
-0x37ee 011404 fetch 1 ,mem_car_config_ir_enable 
-0x37ef 011405 rtneq flag_ir_disable 
-0x37f0 011406 fetch 1 ,mem_car_ir_breakdown_flag 
-0x37f1 011407 nrtn blank 
-0x37f2 011408 fetch 2 ,mem_ui_state_map 
-0x37f3 011409 bbit1 ui_state_ble_connected ,car_ir_receive_process_next 
-0x37f4 011410 fetch 1 ,mem_car_24g_status 
-0x37f5 011411 rtnne work_paired 
-:      011412 car_ir_receive_process_next:
-0x37f6 011413 bpatch patch1a_4 ,mem_patch1a 
-0x37f7 011414 call car_ir_gpio_get_status 
-0x37f8 011415 nrtn true 
-0x37f9 011416 setarg 36000 
-0x37fa 011417 call sleep 
-0x37fb 011418 call car_ir_gpio_get_status 
-0x37fc 011419 nrtn true 
-0x37fd 011420 call car_ir_clk_get 
-:      011421 car_ir_packet_head_wait_end:
-0x37fe 011422 call car_ir_clk_check 
-0x37ff 011423 nrtn positive 
-0x3800 011424 call car_ir_gpio_get_status 
-0x3801 011425 branch car_ir_packet_head_wait_end ,true 
-0x3802 011426 arg 0 ,rega 
-0x3803 011427 arg 16 ,loopcnt 
-0x3804 011428 call car_ir_clk_get 
-:      011429 car_ir_receive_process_loop:
-0x3805 011430 call car_ir_clk_check 
-0x3806 011431 nrtn positive 
-0x3807 011432 call car_ir_gpio_get_status 
-0x3808 011433 nbranch car_ir_receive_process_loop ,true 
-0x3809 011434 setarg 10800 
-0x380a 011435 call sleep 
-0x380b 011436 call car_ir_gpio_get_status 
-0x380c 011437 branch car_ir_get_bit1 ,true 
-:      011438 car_ir_get_bit0:
-0x380d 011439 setarg 0 
-0x380e 011440 rshift rega ,rega 
-0x380f 011441 ior rega ,rega 
-0x3810 011442 loop car_ir_receive_process_loop 
-0x3811 011443 branch car_ir_receive_process_end 
-:      011444 car_ir_get_bit1:
-0x3812 011445 setarg 0x8000 
-0x3813 011446 rshift rega ,rega 
-0x3814 011447 ior rega ,rega 
-0x3815 011448 call car_ir_clk_get 
-:      011449 car_ir_get_bit1_wait_low_end:
-0x3816 011450 call car_ir_clk_check 
-0x3817 011451 nrtn positive 
-0x3818 011452 call car_ir_gpio_get_status 
-0x3819 011453 branch car_ir_get_bit1_wait_low_end ,true 
-0x381a 011454 loop car_ir_receive_process_loop 
-:      011455 car_ir_receive_process_end:
-0x381b 011456 bpatch patch1a_5 ,mem_patch1a 
-0x381c 011457 copy rega ,pdata 
-0x381d 011458 store 2 ,mem_ir_rx_buf 
-0x381e 011459 store 2 ,mem_ir_notify_data + 8 
-0x381f 011460 fetch 1 ,mem_car_24g_status 
-0x3820 011461 beq work_paired ,car_ir_24g_receive_attack 
-:      011462 car_ir_data_notify:
-0x3821 011463 arg 0x07 ,loopcnt 
-0x3822 011464 arg mem_ir_notify_data_head ,contr 
-0x3823 011465 call calc_check_sum_start 
-0x3824 011466 store 1 ,mem_ir_notify_data_check_sum 
-0x3825 011467 arg mem_ir_notify_data ,rega 
-0x3826 011468 branch queue_push 
-:      011470 car_ir_24g_receive_attack:
-0x3827 011471 fetch 1 ,mem_car_24g_ir_receive_attack_count 
-0x3828 011472 increase 1 ,pdata 
-0x3829 011473 store 1 ,mem_car_24g_ir_receive_attack_count 
-0x382a 011474 div pdata ,2 
-0x382b 011475 call wait_div_end 
-0x382c 011476 quotient temp 
-0x382d 011477 remainder pdata 
-0x382e 011478 nbranch car_ir_24g_receive_attack_blink ,blank 
-:      011479 car_ir_24g_receive_attack_off:
-0x382f 011480 fetch 1 ,mem_car_config_led_num 
-0x3830 011481 isub temp ,null 
-0x3831 011482 call car_ir_24g_go_die ,zero 
-0x3832 011483 arg mem_car_led_control ,pdata 
-0x3833 011484 increase -1 ,temp 
-0x3834 011485 iadd temp ,rega 
-0x3835 011486 arg 0 ,pdata 
-0x3836 011487 istore 1 ,rega 
-0x3837 011488 rtn 
-:      011489 car_ir_24g_receive_attack_blink:
-0x3838 011490 arg mem_car_led_control ,pdata 
-0x3839 011491 iadd temp ,rega 
-0x383a 011492 arg 2 ,pdata 
-0x383b 011493 istore 1 ,rega 
-0x383c 011494 rtn 
-:      011495 car_ir_24g_go_die:
-0x383d 011496 jam 1 ,mem_car_24g_go_die_flag 
-0x383e 011497 rtn 
-:      011498 car_ir_clk_get:
-0x383f 011499 copy clkn_bt ,pdata 
-0x3840 011500 store 4 ,mem_ir_receive_clkn 
-0x3841 011501 rtn 
-:      011502 car_ir_clk_check:
-0x3842 011503 copy clkn_bt ,pdata 
-0x3843 011504 fetcht 4 ,mem_ir_receive_clkn 
-0x3844 011505 isub temp ,pdata 
-0x3845 011506 sub pdata ,200 ,null 
-0x3846 011507 rtn 
-:      011509 car_ir_gpio_get_status:
-0x3847 011510 fetcht 1 ,mem_ir_rx_gpio 
-0x3848 011511 branch gpio_get_bit 
-:      011513 car_led_control_receive:
-0x3849 011514 fetch 8 ,mem_le_receive_payload 
-0x384a 011515 store 8 ,mem_car_led_control 
-0x384b 011516 rtn 
-:      011518 car_info_request:
-0x384c 011519 fetch 1 ,mem_car_config_device_select 
-0x384d 011520 store 1 ,mem_car_info_request_payload 
-0x384e 011521 fetch 1 ,mem_car_config_motor_layout 
-0x384f 011522 store 1 ,mem_car_info_request_payload + 1 
-0x3850 011523 fetch 1 ,mem_car_config_ir_enable 
-0x3851 011524 store 1 ,mem_car_info_request_payload + 2 
-0x3852 011525 arg 13 ,loopcnt 
-0x3853 011526 arg mem_car_info_request_head ,contr 
-0x3854 011527 call calc_check_sum_start 
-0x3855 011528 store 1 ,mem_car_info_request_checksum 
-0x3856 011529 arg mem_car_info_request ,rega 
-0x3857 011530 branch queue_push 
-:      011536 light_init:
-0x3858 011537 call clear_eeprom_size_2k 
-0x3859 011538 jam 0x7a ,mem_curr_packet_num 
-0x385a 011539 call light_load_controler_list 
-0x385b 011540 call light_init_crr_cmd_count 
-0x385c 011541 setarg light_pairing_timer 
-0x385d 011542 store 2 ,mem_cb_event_timer 
-0x385e 011543 arg 0 ,rega 
-0x385f 011544 branch pwm_init 
-:      011546 light_pairing_timer:
-0x3860 011547 fetch 2 ,mem_light_pairing_timer 
-0x3861 011548 rtn blank 
-0x3862 011549 increase -1 ,pdata 
-0x3863 011550 store 2 ,mem_light_pairing_timer 
-0x3864 011551 rtnne 0 
-0x3865 011552 jam 0 ,mem_light_pairing_enable 
-0x3866 011553 rtn 
-:      011555 light_init_crr_cmd_count:
-0x3867 011556 bpatch patch1a_6 ,mem_patch1a 
-0x3868 011557 fetch 1 ,mem_light_next_record 
-0x3869 011558 sub pdata ,40 ,null 
-0x386a 011559 rtn positive 
-0x386b 011560 jam 0 ,mem_light_next_record 
-0x386c 011561 rtn 
-:      011563 light_load_controler_list:
-0x386d 011564 arg mem_light_next_record ,rega 
-0x386e 011565 arg 0 ,regb 
-0x386f 011566 arg 81 ,temp 
-0x3870 011567 branch iicd_read_eep_data 
-:      011570 light_find_controler_pairing:
-0x3871 011571 disable user 
-0x3872 011572 fetch 1 ,mem_light_cnum 
-0x3873 011573 copy pdata ,loopcnt 
-0x3874 011575 arg mem_light_clist ,rega 
-0x3875 011576 copy regc ,regb 
-:      011577 light_find_controler_pairing_loop:
-0x3876 011578 bpatch patch1a_7 ,mem_patch1a 
-0x3877 011579 call light_compare_addr_record 
-0x3878 011580 branch enable_user ,zero 
-:      011581 light_find_single_pairing_diff:
-0x3879 011582 increase 4 ,rega 
-0x387a 011583 loop light_find_controler_pairing_loop 
-0x387b 011584 rtn 
-:      011587 light_compare_addr_record:
-0x387c 011588 bpatch patch1b_0 ,mem_patch1b 
-0x387d 011589 ifetch 3 ,rega 
-0x387e 011590 ifetcht 3 ,regb 
-0x387f 011591 isub temp ,null 
-0x3880 011592 rtn 
-:      011594 light_compare_single_record:
-0x3881 011595 bpatch patch1b_1 ,mem_patch1b 
-0x3882 011596 ifetch 3 ,rega 
-0x3883 011597 ifetcht 3 ,regb 
-0x3884 011598 isub temp ,null 
-0x3885 011599 nrtn zero 
-0x3886 011600 ifetch 1 ,contr 
-0x3887 011601 sub pdata ,0 ,null 
-0x3888 011602 rtn zero 
-0x3889 011603 add rega ,3 ,contr 
-0x388a 011604 ifetcht 1 ,contr 
-0x388b 011605 isub temp ,null 
-0x388c 011606 rtn 
-:      011609 light_find_controler_cmd:
-0x388d 011610 bpatch patch1b_2 ,mem_patch1b 
-0x388e 011611 disable user 
-0x388f 011612 fetch 1 ,mem_light_cnum 
-0x3890 011613 copy pdata ,loopcnt 
-0x3891 011615 arg mem_light_clist ,rega 
-0x3892 011616 copy regc ,regb 
-:      011617 light_find_controler_cmd_loop:
-0x3893 011618 call light_compare_single_record 
-0x3894 011619 branch enable_user ,zero 
-0x3895 011620 increase 4 ,rega 
-0x3896 011621 loop light_find_controler_cmd_loop 
-0x3897 011622 rtn 
-:      011625 light_recv_adv:
-0x3898 011626 fetch 1 ,mem_le_scanrsp_rcv 
-0x3899 011627 increase 1 ,pdata 
-0x389a 011628 store 1 ,mem_le_scanrsp_rcv 
-0x389b 011629 arg mem_le_rxbuf + 12 ,regc 
-:      011631 light_anylize_command:
-0x389c 011632 ifetch 2 ,regc 
-0x389d 011633 arg 0x55aa ,temp 
-0x389e 011634 isub temp ,null 
-0x389f 011635 nrtn zero 
-0x38a0 011636 copy contr ,regc 
-0x38a1 011637 ifetcht 3 ,regc 
-0x38a2 011638 setarg 0xffffff 
-0x38a3 011639 isub temp ,null 
-0x38a4 011640 branch light_parse_cmd ,zero 
-0x38a5 011641 call light_find_controler_cmd 
-0x38a6 011642 branch light_parse_cmd ,user 
-0x38a7 011643 rtn 
-:      011645 light_parse_cmd:
-0x38a8 011646 bpatch patch1b_3 ,mem_patch1b 
-0x38a9 011647 increase 4 ,regc 
-0x38aa 011648 ifetch 1 ,regc 
-0x38ab 011649 fetcht 1 ,mem_curr_packet_num 
-0x38ac 011650 isub temp ,null 
-0x38ad 011651 rtn zero 
-0x38ae 011652 store 1 ,mem_curr_packet_num 
-0x38af 011653 fetch 1 ,mem_le_req_rcv 
-0x38b0 011654 increase 1 ,pdata 
-0x38b1 011655 store 1 ,mem_le_req_rcv 
-0x38b2 011657 increase 1 ,regc 
-0x38b3 011658 ifetch 1 ,regc 
-0x38b4 011659 store 1 ,mem_light_crr_cmd_count 
-0x38b5 011660 copy pdata ,loopcnt 
-0x38b6 011661 rtn blank 
-:      011662 light_parse_cmd_loop:
-0x38b7 011663 ifetch 1 ,contr 
-0x38b8 011664 beq light_cmd_pwm0 ,light_parse_cmd_pwm0 
-0x38b9 011665 beq light_cmd_pwm1 ,light_parse_cmd_pwm1 
-0x38ba 011666 beq light_cmd_pwm2 ,light_parse_cmd_pwm2 
-0x38bb 011667 beq light_cmd_pwm3 ,light_parse_cmd_pwm3 
-0x38bc 011668 beq light_cmd_pwm4 ,light_parse_cmd_pwm4 
-0x38bd 011669 beq light_cmd_pwm5 ,light_parse_cmd_pwm5 
-0x38be 011670 beq light_cmd_auto_mode ,light_parse_auto_mode 
-0x38bf 011671 beq light_cmd_pairing ,light_parse_pairing 
-0x38c0 011672 loop light_parse_cmd_loop 
-0x38c1 011673 rtn 
-:      011675 light_parse_cmd_pwm0:
-0x38c2 011676 copy contr ,regc 
-0x38c3 011677 fetch 1 ,mem_light_pwm0 
-0x38c4 011678 store 1 ,mem_pdatatemp 
-0x38c5 011679 arg 0 ,temp 
-:      011680 light_parse_cmd_pwm_common:
-0x38c6 011681 storet 1 ,mem_pdatatemp + 1 
-0x38c7 011682 setarg 10000 
-0x38c8 011683 store 3 ,mem_pdatatemp + 2 
-0x38c9 011684 ifetch 1 ,regc 
-0x38ca 011685 store 1 ,mem_pdatatemp + 5 
-0x38cb 011686 call pwm_out_set 
-0x38cc 011687 and regc ,1 ,contr 
-0x38cd 011688 loop light_parse_cmd_loop 
-0x38ce 011689 rtn 
-:      011690 light_parse_cmd_pwm1:
-0x38cf 011691 copy regc ,contr 
-0x38d0 011692 fetch 1 ,mem_light_pwm1 
-0x38d1 011693 store 1 ,mem_pdatatemp 
-0x38d2 011694 arg 1 ,temp 
-0x38d3 011695 branch light_parse_cmd_pwm_common 
-:      011696 light_parse_cmd_pwm2:
-0x38d4 011697 copy regc ,contr 
-0x38d5 011698 fetch 1 ,mem_light_pwm2 
-0x38d6 011699 store 1 ,mem_pdatatemp 
-0x38d7 011700 arg 2 ,temp 
-0x38d8 011701 branch light_parse_cmd_pwm_common 
-:      011702 light_parse_cmd_pwm3:
-0x38d9 011703 copy regc ,contr 
-0x38da 011704 fetch 1 ,mem_light_pwm3 
-0x38db 011705 store 1 ,mem_pdatatemp 
-0x38dc 011706 arg 3 ,temp 
-0x38dd 011707 branch light_parse_cmd_pwm_common 
-:      011708 light_parse_cmd_pwm4:
-0x38de 011709 copy regc ,contr 
-0x38df 011710 fetch 1 ,mem_light_pwm4 
-0x38e0 011711 store 1 ,mem_pdatatemp 
-0x38e1 011712 arg 4 ,temp 
-0x38e2 011713 branch light_parse_cmd_pwm_common 
-:      011714 light_parse_cmd_pwm5:
-0x38e3 011715 copy regc ,contr 
-0x38e4 011716 fetch 1 ,mem_light_pwm5 
-0x38e5 011717 store 1 ,mem_pdatatemp 
-0x38e6 011718 arg 5 ,temp 
-0x38e7 011719 branch light_parse_cmd_pwm_common 
-:      011721 light_parse_auto_mode:
-0x38e8 011722 ifetch 1 ,contr 
-0x38e9 011723 rtn 
-:      011725 light_parse_pairing:
-0x38ea 011726 copy contr ,regc 
-0x38eb 011727 fetch 1 ,mem_light_pairing_enable 
-0x38ec 011728 bne 1 ,light_parse_pairing_abandon 
-0x38ed 011729 call update_controler_list 
-:      011730 light_parse_pairing_abandon:
-0x38ee 011731 and regc ,4 ,contr 
-0x38ef 011732 rtn 
-:      011733 update_controler_list:
-0x38f0 011734 bpatch patch1b_4 ,mem_patch1b 
-0x38f1 011735 call light_find_controler_pairing 
-0x38f2 011736 branch update_conrtoler_list_found ,user 
-0x38f3 011737 fetch 1 ,mem_light_next_record 
-0x38f4 011738 copy pdata ,temp 
-0x38f5 011739 increase 1 ,pdata 
-0x38f6 011740 store 1 ,mem_light_next_record 
-0x38f7 011741 call light_init_crr_cmd_count 
-0x38f8 011742 lshift2 temp ,temp 
-0x38f9 011743 setarg mem_light_clist 
-0x38fa 011744 iadd temp ,contw 
-0x38fb 011745 ifetch 4 ,regc 
-0x38fc 011746 istore 4 ,contw 
-0x38fd 011747 branch update_conrtoler_store_list 
-:      011748 update_conrtoler_list_found:
-0x38fe 011749 add regc ,3 ,contr 
-0x38ff 011750 ifetch 1 ,contr 
-0x3900 011751 rtn blank 
-0x3901 011752 ifetch 4 ,regc 
-0x3902 011753 istore 4 ,rega 
-:      011754 update_conrtoler_store_list:
-0x3903 011755 arg mem_light_next_record ,rega 
-0x3904 011756 arg 0 ,regb 
-0x3905 011757 arg 81 ,temp 
-0x3906 011758 branch iicd_write_eep_data 
-:      011762 lightc_init:
-0x3907 011766 fetcht 1 ,mem_lightc_led_gpio 
-0x3908 011767 call gpio_out_inactive 
-0x3909 011768 rtn 
-:      011771 lightc_dispatch:
-0x390a 011774 fetcht 1 ,mem_lightc_led_gpio 
-0x390b 011775 call gpio_out_active 
-0x390c 011778 fetcht 1 ,mem_lightc_led_gpio 
-0x390d 011779 call gpio_out_inactive 
-0x390e 011782 call lightc_start_adv 
-0x390f 011784 fetch 1 ,mem_adv_time 
-0x3910 011785 nrtn blank 
-0x3911 011787 call lpm_write_gpio_wakeup 
-0x3912 011788 hfetch 4 ,core_lpm_ctrl 
-0x3913 011789 set0 15 ,pdata 
-0x3914 011790 hstore 4 ,core_lpm_reg 
-0x3915 011791 call lpm_write_ctrl 
-0x3916 011792 arg param_hibernate_clks ,temp 
-0x3917 011793 branch lpm_sleep 
-:      011795 lightc_adv:
-0x3918 011796 fetch 1 ,mem_adv_time 
-0x3919 011797 branch le_adv_loop_tx ,blank 
-0x391a 011798 increase -1 ,pdata 
-0x391b 011799 store 1 ,mem_adv_time 
-0x391c 011800 branch le_adv_loop_tx 
-:      011802 lightc_start_adv:
-0x391d 011803 mul32 pdata ,20 ,pdata 
-0x391e 011804 arg mem_cmd0_string ,contr 
-0x391f 011805 iadd contr ,contr 
-0x3920 011806 ifetch 1 ,contr 
-0x3921 011807 rtn blank 
-0x3922 011808 copy pdata ,rega 
-0x3923 011809 copy rega ,loopcnt 
-0x3924 011810 arg mem_le_adv_data + 2 ,contw 
-0x3925 011811 call memcpy 
-0x3926 011812 copy rega ,pdata 
-0x3927 011813 increase 2 ,pdata 
-0x3928 011814 store 1 ,mem_le_adv_data_len 
-0x3929 011815 rtn 
-:      011822 module_init:
-0x392a 011824 rtn wake 
-0x392b 011825 call le_modified_name 
-0x392c 011826 call adc_init_data 
-0x392d 011827 setarg module_process_idle 
-0x392e 011828 store 2 ,mem_cb_idle_process 
-0x392f 011829 setarg module_bt_conn_process 
-0x3930 011830 store 2 ,mem_cb_bt_process 
-0x3931 011831 setarg module_process_bb_event 
-0x3932 011832 store 2 ,mem_cb_bb_event_process 
-0x3933 011833 setarg module_le_conn_process 
-0x3934 011834 store 2 ,mem_cb_le_process 
-0x3935 011835 setarg module_lpm_lock 
-0x3936 011836 store 2 ,mem_cb_check_wakelock 
-0x3937 011837 setarg module_hci_cmd_transmit_le_notify 
-0x3938 011838 store 2 ,mem_cb_ble_transmit 
-0x3939 011839 setarg module_hci_event_receive_spp_data 
-0x393a 011840 store 2 ,mem_cb_receive_spp_data 
-0x393b 011841 setarg module_le_receive_data 
-0x393c 011842 store 2 ,mem_cb_att_write 
-0x393d 011843 setarg module_bb_event_timer 
-0x393e 011844 store 2 ,mem_cb_event_timer 
-0x393f 011846 call module_spp_clear_last_transmite_clock 
-0x3940 011847 bpatch patch1b_5 ,mem_patch1b 
-0x3941 011848 call module_lpm_uart_init 
-0x3942 011849 call module_gpio_init 
-0x3943 011850 call check_module_disabled 
-0x3944 011851 branch module_hci_event_enter_standby_mode 
-:      011854 module_lpm_uart_init:
-0x3945 011855 fetch 4 ,mem_module_uart_rx_buffer 
-0x3946 011856 hstore 4 ,core_uart_rsaddr 
-0x3947 011858 fetch 4 ,mem_module_uart_tx_buffer 
-0x3948 011859 hstore 4 ,core_uart_tsaddr 
-0x3949 011861 hfetch 1 ,core_gpio_sel1 
-0x394a 011862 or_into 0x04 ,pdata 
-0x394b 011863 and_into 0xfc ,pdata 
-0x394c 011864 hstore 1 ,core_gpio_sel1 
-0x394d 011865 jam 0x00 ,core_uart_ctrl 
-0x394e 011867 fetch 2 ,mem_module_uart_rx_buffer 
-0x394f 011868 hstore 2 ,core_uart_rrptr 
-0x3950 011869 fetch 2 ,mem_module_uart_tx_buffer 
-0x3951 011870 hstore 2 ,core_uart_twptr 
-0x3952 011871 hstore 2 ,core_uart_trptrp 
-0x3953 011873 hfetch 4 ,core_gpio_pu0 
-0x3954 011874 set1 7 ,pdata 
-0x3955 011875 hstore 4 ,core_gpio_pu0 
-0x3956 011877 hfetch 2 ,core_clkoff 
-0x3957 011878 set0 clock_off_uart ,pdata 
-0x3958 011879 hstore 2 ,core_clkoff 
-0x3959 011880 call uart_set_baud_by_mem 
-0x395a 011881 jam uartclk_crystal ,core_uart_clksel 
-0x395b 011882 jam uart_ctrl_h4 ,core_uart_ctrl 
-0x395c 011884 fetch 1 ,mem_module_flag 
-0x395d 011885 isolate1 module_flag_uart_flow_control ,pdata 
-0x395e 011886 hfetcht 1 ,core_uart_ctrl 
-0x395f 011887 setflag true ,4 ,temp 
-0x3960 011888 hstoret 1 ,core_uart_ctrl 
-0x3961 011889 rtn 
-:      011893 module_lpm_init:
-0x3962 011894 call module_spp_clear_last_transmite_clock 
-0x3963 011895 branch module_lpm_uart_init 
-:      011898 module_gpio_init:
-0x3964 011903 fetcht 1 ,mem_module_connect_state_gpio 
-0x3965 011904 call gpio_config_output 
-0x3966 011905 call module_set_conn_pin_low 
-0x3967 011907 fetcht 1 ,mem_module_wake_up_gpio 
-0x3968 011908 branch gpio_config_input 
-:      011910 module_lpm_lock:
-0x3969 011911 fetcht 1 ,mem_module_wake_up_gpio 
-0x396a 011912 call gpio_get_bit 
-0x396b 011913 nbranch app_put_lpm_wake_lock ,true 
-0x396c 011914 branch app_get_lpm_wake_lock 
-:      011917 module_le_conn_process:
-0x396d 011918 rtn 
-:      011920 module_bt_conn_process:
-0x396e 011921 call module_spp_enter_sniff 
-0x396f 011922 branch module_control_air_flow 
-:      011924 module_spp_enter_sniff:
-0x3970 011925 fetch 1 ,mem_ui_state_map 
-0x3971 011926 bbit0 ui_state_bt_spp_conn ,module_spp_clear_last_transmite_clock 
-0x3972 011927 bpatch patch1b_6 ,mem_patch1b 
-0x3973 011928 setarg 0x3eff 
-0x3974 011929 fetcht 4 ,mem_last_transmite_clock 
-0x3975 011930 iadd temp ,temp 
-0x3976 011931 copy clkn_bt ,pdata 
-0x3977 011932 isub temp ,null 
-0x3978 011933 nrtn positive 
-0x3979 011934 fetch 2 ,mem_ui_state_map 
-0x397a 011935 bbit1 ui_state_bt_sniff ,module_spp_clear_last_transmite_clock 
-0x397b 011936 fetch 1 ,mem_module_flag 
-0x397c 011937 rtnbit1 moudle_task_sniff 
-0x397d 011938 call module_set_sniff_task_flag 
-0x397e 011939 call app_bt_enter_sniff 
-:      011940 module_spp_clear_last_transmite_clock:
-0x397f 011941 copy clkn_bt ,pdata 
-0x3980 011942 store 4 ,mem_last_transmite_clock 
-0x3981 011943 rtn 
-:      011946 module_process_idle:
-0x3982 011947 call module_control_air_flow 
-0x3983 011948 call l2cap_malloc_is_fifo_full 
-0x3984 011949 nrtn blank 
-0x3985 011950 branch module_process 
-:      011953 module_process_bb_event:
-0x3986 011954 copy regc ,pdata 
-0x3987 011955 beq bt_evt_bb_connected ,module_process_bb_conn 
-0x3988 011956 beq bt_evt_bb_disconnected ,module_process_bb_event_disconned 
-0x3989 011957 beq bt_evt_reconn_failed ,module_process_reconn_fail 
-0x398a 011958 beq bt_evt_setup_complete ,module_process_setup_complete 
-0x398b 011959 beq bt_evt_spp_connected ,module_process_spp_connected 
-0x398c 011960 beq bt_evt_spp_disconnected ,module_process_spp_disconnected 
-0x398d 011961 beq bt_evt_pincode_req ,module_process_evt_pincode_req 
-0x398e 011962 beq bt_evt_enter_sniff ,module_process_enter_sniff 
-0x398f 011963 beq bt_evt_exit_sniff ,module_process_exit_sniff 
-0x3990 011964 beq bt_evt_reconn_page_timeout ,module_process_page_time_out 
-0x3991 011965 beq bt_evt_le_connected ,module_process_le_conn 
-0x3992 011966 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
-0x3993 011967 beq bt_evt_sniff_not_accept ,module_process_sniff_not_accept 
-0x3994 011968 beq bt_evt_unsniff_accept ,module_process_unsniff_accept 
-0x3995 011969 beq bt_evt_unsniff_not_accept ,module_process_unsniff_not_accept 
-0x3996 011970 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
-0x3997 011971 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
-0x3998 011972 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
-0x3999 011973 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
-0x399a 011974 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
-0x399b 011975 beq bt_evt_bt_gkey_generate ,module_hci_event_gkey_generate 
-0x399c 011976 beq bt_evt_bt_get_passkey ,module_hci_event_passkey_entry_mode 
-0x399d 011977 beq bt_evt_bt_pairing_fail ,module_hci_event_bt_pairing_fail 
-0x399e 011978 beq bt_evt_bt_pairing_success ,module_hci_event_bt_pairing_success 
-0x399f 011979 beq bt_evt_le_gkey_generate ,module_hci_event_le_gkey 
-0x39a0 011980 beq bt_evt_store_nvram ,module_hci_event_store_device 
-0x39a1 011981 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
-0x39a2 011982 rtn 
-:      011985 module_process_bb_event_disconned:
-0x39a3 011986 call module_spp_clear_last_transmite_clock 
-0x39a4 011987 fetch 1 ,mem_flag_pairing_state 
-0x39a5 011988 ncall module_hci_event_bt_pairing_fail ,blank 
-0x39a6 011989 call module_disconn_start 
-0x39a7 011990 fetch 2 ,mem_ui_state_map 
-0x39a8 011991 rtnbit0 ui_state_bt_spp_conn 
-0x39a9 011992 branch module_spp_disconnected 
-:      011994 module_process_spp_connected:
-0x39aa 011995 fetch 2 ,mem_ui_state_map 
-0x39ab 011996 set1 ui_state_bt_spp_conn ,pdata 
-0x39ac 011997 store 2 ,mem_ui_state_map 
-0x39ad 011998 fetch 1 ,mem_module_spp_lpm_mult 
-0x39ae 011999 store 1 ,mem_lpm_mult 
-0x39af 012000 call module_set_conn_pin_low 
-0x39b0 012001 branch module_hci_event_spp_connect 
-:      012003 module_process_spp_disconnected:
-:      012005 module_spp_disconnected:
-0x39b1 012006 fetch 2 ,mem_ui_state_map 
-0x39b2 012007 rtnbit0 ui_state_bt_spp_conn 
-0x39b3 012008 set0 ui_state_bt_spp_conn ,pdata 
-0x39b4 012009 store 2 ,mem_ui_state_map 
-0x39b5 012010 branch module_hci_event_spp_disconnect 
-:      012013 module_process_enter_sniff:
-:      012015 module_sniff_param_check:
-0x39b6 012016 call module_spp_clear_last_transmite_clock 
-0x39b7 012019 fetch 2 ,mem_context + coffset_tsniff 
-0x39b8 012020 rshift pdata ,pdata 
-0x39b9 012021 fetcht 2 ,mem_sniff_param_interval 
-0x39ba 012022 isub temp ,null 
-0x39bb 012023 nbranch module_sniff_param_check_unsniff ,zero 
-0x39bc 012024 branch app_lpm_mult_enable 
-:      012025 module_sniff_param_check_unsniff:
-0x39bd 012026 fetch 1 ,mem_module_flag 
-0x39be 012027 rtnbit1 moudle_task_unsniff 
-0x39bf 012028 hfetch 2 ,core_uart_rxitems 
-0x39c0 012029 ncall module_set_unsniff_task_flag ,blank 
-0x39c1 012030 branch app_bt_sniff_exit 
-:      012032 module_process_exit_sniff:
-0x39c2 012033 call module_clear_sniff_task_flag 
-0x39c3 012034 branch app_lpm_mult_disable 
-:      012036 module_process_setup_complete:
-0x39c4 012037 call module_spp_clear_last_transmite_clock 
-0x39c5 012038 branch module_conn_start 
-:      012040 module_process_bb_even_le_disconn:
-0x39c6 012041 call le_clr_config_more_data 
-0x39c7 012042 call module_disconn_start 
-0x39c8 012043 branch module_hci_event_le_disconnect 
-:      012045 module_process_evt_pincode_req:
-0x39c9 012046 branch app_bt_set_pincode 
-:      012049 module_process_sniff_not_accept:
-0x39ca 012050 branch module_clear_sniff_task_flag 
-:      012053 module_process_unsniff_accept:
-0x39cb 012054 fetch 1 ,mem_module_flag 
-0x39cc 012055 bbit0 moudle_task_unsniff ,app_bt_enter_sniff 
-0x39cd 012056 branch module_clear_unsniff_task_flag 
-:      012059 module_process_unsniff_not_accept:
-0x39ce 012060 branch module_clear_unsniff_task_flag 
-:      012063 module_process_le_conn:
-0x39cf 012064 call le_send_att_exchange_mtu_requset 
-0x39d0 012065 call module_conn_start 
-0x39d1 012066 fetch 1 ,mem_module_le_lpm_mult 
-0x39d2 012067 store 1 ,mem_lpm_mult 
-0x39d3 012068 branch module_hci_event_le_connect 
-:      012071 module_process_bb_conn:
-0x39d4 012072 jam 0 ,mem_flag_mode_ssp_pin 
-0x39d5 012073 call module_clear_sniff_task_flag 
-0x39d6 012074 branch module_clear_unsniff_task_flag 
-:      012076 module_process_page_time_out:
-:      012077 module_process_reconn_fail:
-:      012078 module_disconn_start:
-0x39d7 012079 call module_start_adv_discovery_by_command 
-0x39d8 012080 branch module_set_conn_pin_high 
-:      012083 module_process_ble_ltk_lost:
-0x39d9 012084 call le_send_reject_ind 
-0x39da 012085 branch le_send_smp_security_request 
-:      012088 module_set_conn_pin_high:
-0x39db 012089 fetcht 1 ,mem_module_connect_state_gpio 
-0x39dc 012090 branch gpio_out_active 
-:      012092 module_conn_start:
-0x39dd 012093 call module_stop_adv_discovery 
-0x39de 012094 branch module_set_conn_pin_low 
-:      012096 module_stop_adv_discovery:
-0x39df 012097 fetch 1 ,mem_module_state 
-0x39e0 012098 isolate1 moudle_state_bt_bit ,pdata 
-0x39e1 012099 call app_bt_stop_discovery ,true 
-0x39e2 012100 fetch 1 ,mem_module_state 
-0x39e3 012101 isolate1 moudle_state_ble_bit ,pdata 
-0x39e4 012102 call app_ble_stop_adv ,true 
-0x39e5 012103 rtn 
-:      012104 module_set_conn_pin_low:
-0x39e6 012105 fetcht 1 ,mem_module_connect_state_gpio 
-0x39e7 012106 branch gpio_out_inactive 
-:      012108 module_process_with_credit:
-0x39e8 012109 fetch 1 ,mem_credit_flag 
-0x39e9 012110 rtneq credit_disable 
-0x39ea 012111 branch rfcomm_send_uih_without_payload 
-:      012113 module_process:
-0x39eb 012114 hfetch 1 ,core_uart_status 
-0x39ec 012115 bbit1 uart_status_rx_fifo_empty ,module_process_with_credit 
-0x39ed 012116 call uartd_prepare_rx 
-0x39ee 012117 ifetch 1 ,contru 
-0x39ef 012118 bne 0x01 ,module_hci_in_excp 
-0x39f0 012119 hfetch 2 ,core_uart_rxitems 
-0x39f1 012120 sub pdata ,2 ,null 
-0x39f2 012121 rtn positive 
-0x39f3 012122 ifetch 1 ,contru 
-0x39f4 012123 store 1 ,mem_module_uart_opcode 
-0x39f5 012124 ifetcht 1 ,contru 
-0x39f6 012125 copy contru ,rega 
-0x39f7 012126 storet 1 ,mem_module_uart_len 
-0x39f8 012127 add temp ,3 ,temp 
-0x39f9 012128 hfetch 2 ,core_uart_rxitems 
-0x39fa 012129 isub temp ,temp 
-0x39fb 012130 nrtn positive 
-0x39fc 012131 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x39fd 012132 call module_hci_cmd_control 
-0x39fe 012133 fetch 1 ,mem_module_temp_nl_discard_packet 
-0x39ff 012134 rtneq hci_not_discard_packet 
-0x3a00 012135 branch module_hci_dicard_packet 
-:      012137 module_hci_in_excp:
-0x3a01 012138 call delay_10ms 
-0x3a02 012139 call module_hci_event_invalid_packet 
-0x3a03 012140 branch module_hci_release_except 
-:      012143 module_hci_release_except:
-0x3a04 012144 bpatch patch1b_7 ,mem_patch1b 
-0x3a05 012145 hfetch 2 ,core_uart_rxitems 
-0x3a06 012146 rtn blank 
-0x3a07 012147 call uartd_prepare_rx 
-0x3a08 012148 ifetch 1 ,contru 
-0x3a09 012149 sub pdata ,0x01 ,null 
-0x3a0a 012150 ncall module_hci_dicard_bytes ,zero 
-0x3a0b 012151 nbranch module_hci_release_except ,zero 
-0x3a0c 012152 ifetch 1 ,contru 
-0x3a0d 012153 rtneq hci_cmd_spp_data_req 
-0x3a0e 012154 rtneq hci_cmd_set_credit_given 
-0x3a0f 012155 increase -1 ,contru 
-0x3a10 012156 call module_hci_dicard_bytes 
-0x3a11 012157 branch module_hci_release_except 
-:      012159 module_hci_dicard_packet:
-0x3a12 012160 call uartd_prepare_rx 
-0x3a13 012161 increase 2 ,contru 
-0x3a14 012162 ifetch 1 ,contru 
-0x3a15 012163 iadd contru ,contru 
-:      012164 module_hci_dicard_bytes:
-0x3a16 012165 branch uartd_rxdone 
-:      012168 module_hci_cmd_control:
-0x3a17 012169 bpatch patch1c_0 ,mem_patch1c 
-0x3a18 012170 fetch 1 ,mem_module_uart_opcode 
-0x3a19 012171 beq hci_cmd_set_bt_addr_req ,module_hci_cmd_set_bt_addr 
-0x3a1a 012172 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
-0x3a1b 012173 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
-0x3a1c 012174 beq hci_cmd_set_bt_name_req ,module_hci_cmd_set_bt_name 
-0x3a1d 012175 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
-0x3a1e 012176 beq hci_cmd_spp_data_req ,module_hci_cmd_receive_spp_data 
-0x3a1f 012177 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
-0x3a20 012178 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
-0x3a21 012179 beq hci_cmd_set_pairing_req ,module_hci_cmd_set_pairing_mode 
-0x3a22 012180 beq hci_cmd_set_pincode_req ,module_hci_cmd_set_pincode 
-0x3a23 012181 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
-0x3a24 012182 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
-0x3a25 012183 beq hci_cmd_version_req ,module_hci_cmd_version_request 
-0x3a26 012184 beq hci_cmd_bt_disconnect ,module_hci_cmd_bt_disconnect 
-0x3a27 012185 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
-0x3a28 012186 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
-0x3a29 012187 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
-0x3a2a 012188 beq hci_cmd_set_credit_given ,module_hci_cmd_set_credit_given 
-0x3a2b 012189 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
-0x3a2c 012190 beq hci_cmd_power_req ,module_hci_cmd_power_request 
-0x3a2d 012191 beq hci_cmd_power_set ,module_hci_cmd_power_set 
-0x3a2e 012192 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
-0x3a2f 012193 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
-0x3a30 012194 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
-0x3a31 012195 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
-0x3a32 012196 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
-0x3a33 012197 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
-0x3a34 012198 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
-0x3a35 012199 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
-0x3a36 012200 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
-0x3a37 012201 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
-0x3a38 012202 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
-0x3a39 012203 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
-0x3a3a 012204 beq hci_cmd_reject_justwork ,module_hci_cmd_set_reject_justwork_flag 
-0x3a3b 012205 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
-0x3a3c 012206 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
-0x3a3d 012207 beq hci_test_cmd_close_lpm ,module_hci_test_cmde_close_lpm 
-0x3a3e 012208 branch module_hci_event_receive_invalid_cmd 
-:      012213 module_hci_cmd_set_bt_addr:
-0x3a3f 012214 fetch 1 ,mem_module_uart_len 
-0x3a40 012215 bne 6 ,module_hci_event_receive_invalid_cmd 
-0x3a41 012216 ifetch 6 ,contru 
-0x3a42 012217 store 6 ,mem_lap 
-0x3a43 012218 branch module_hci_event_receive_valid_cmd 
-:      012221 module_hci_cmd_set_le_addr:
-0x3a44 012222 fetch 1 ,mem_module_uart_len 
-0x3a45 012223 bne 6 ,module_hci_event_receive_invalid_cmd 
-0x3a46 012224 ifetch 6 ,contru 
-0x3a47 012225 store 6 ,mem_le_lap 
-0x3a48 012226 branch module_hci_event_receive_valid_cmd 
-:      012230 module_hci_cmd_set_visibility:
-0x3a49 012231 fetch 1 ,mem_module_uart_len 
-0x3a4a 012232 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x3a4b 012233 copy rega ,contru 
-0x3a4c 012234 call module_hci_event_receive_valid_cmd 
-0x3a4d 012235 ifetcht 1 ,contru 
-0x3a4e 012236 storet 1 ,mem_module_bluetooth_stauts_by_command 
-0x3a4f 012237 fetch 2 ,mem_ui_state_map 
-0x3a50 012238 rtnbit1 ui_state_ble_connected 
-0x3a51 012239 rtnbit1 ui_state_bt_connected 
-:      012240 module_start_adv_discovery_by_command:
-0x3a52 012241 fetch 1 ,mem_module_state 
-0x3a53 012242 isolate1 moudle_state_bt_bit ,pdata 
-0x3a54 012243 nbranch moudle_start_adv_by_command ,true 
-0x3a55 012244 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
-0x3a56 012245 and temp ,0x03 ,pdata 
-0x3a57 012246 store 1 ,mem_scan_mode 
-:      012247 moudle_start_adv_by_command:
-0x3a58 012248 fetch 1 ,mem_module_state 
-0x3a59 012249 isolate1 moudle_state_ble_bit ,pdata 
-0x3a5a 012250 nrtn true 
-0x3a5b 012251 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
-0x3a5c 012252 isolate1 2 ,temp 
-0x3a5d 012253 branch app_ble_start_adv ,true 
-0x3a5e 012254 branch app_ble_stop_adv 
-:      012258 module_hci_cmd_set_bt_name:
-0x3a5f 012259 fetch 1 ,mem_module_uart_len 
-0x3a60 012260 sub pdata ,67 ,null 
-0x3a61 012261 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3a62 012262 store 1 ,mem_local_name_length 
-0x3a63 012263 arg 8 ,loopcnt 
-0x3a64 012264 call memset0 
-0x3a65 012265 fetch 1 ,mem_module_uart_len 
-0x3a66 012266 copy pdata ,loopcnt 
-0x3a67 012267 copy rega ,contru 
-0x3a68 012268 arg mem_local_name ,contw 
-0x3a69 012269 call uart_copy_rx_bytes_fast 
-0x3a6a 012270 branch module_hci_event_receive_valid_cmd 
-:      012274 module_hci_cmd_set_le_name:
-0x3a6b 012275 fetch 1 ,mem_module_uart_len 
-0x3a6c 012276 sub pdata ,29 ,null 
-0x3a6d 012277 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3a6e 012278 store 1 ,mem_le_name_len 
-0x3a6f 012279 copy pdata ,loopcnt 
-0x3a70 012280 copy rega ,contru 
-0x3a71 012281 arg mem_le_name ,contw 
-0x3a72 012282 call uart_copy_rx_bytes_fast 
-0x3a73 012283 call le_modified_name 
-0x3a74 012284 branch module_hci_event_receive_valid_cmd 
-:      012288 module_hci_cmd_receive_spp_data:
-0x3a75 012289 fetch 1 ,mem_ui_state_map 
-0x3a76 012290 bbit0 ui_state_bt_spp_conn ,module_hci_event_receive_invalid_cmd 
-0x3a77 012291 call app_check_sniff 
-0x3a78 012292 branch module_hci_cmd_spp_exit_sniff ,true 
-0x3a79 012293 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a7a 012295 call module_spp_clear_last_transmite_clock 
-0x3a7b 012296 fetch 1 ,mem_remote_credits 
-0x3a7c 012297 rtn blank 
-0x3a7d 012298 fetch 2 ,mem_nl_rx_len_all 
-0x3a7e 012299 bne 0 ,module_hci_cmd_pass_init_ng_rx_len_all 
-0x3a7f 012300 fetch 1 ,mem_module_uart_len 
-0x3a80 012301 store 2 ,mem_nl_rx_len_all 
-0x3a81 012303 copy rega ,contru 
-0x3a82 012306 copy contru ,pdata 
-0x3a83 012307 store 2 ,mem_nl_rx_data_src 
-:      012308 module_hci_cmd_pass_init_ng_rx_len_all:
-0x3a84 012309 call module_hci_cmd_get_current_packet_len_and_remain_len 
-0x3a85 012310 branch spp_tx_rfcomm_packet 
-:      012312 module_hci_cmd_spp_exit_sniff:
-0x3a86 012313 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a87 012314 branch module_exit_sniff 
-:      012316 module_hci_cmd_get_current_packet_len_and_remain_len:
-0x3a88 012317 call module_hci_cmd_get_current_patcket_len 
-0x3a89 012318 fetch 2 ,mem_nl_rx_len_all 
-0x3a8a 012319 fetcht 2 ,mem_current_packet_length 
-0x3a8b 012320 isub temp ,pdata 
-0x3a8c 012321 store 2 ,mem_nl_rx_len_all 
-0x3a8d 012322 rtn 
-:      012324 module_hci_cmd_get_current_patcket_len:
-0x3a8e 012325 fetch 2 ,mem_nl_rx_len_all 
-0x3a8f 012326 arg dm_refcom_buff_len ,temp 
-0x3a90 012327 call not_greater_than 
-0x3a91 012328 fetcht 2 ,mem_rfcomm_max_frame_size 
-0x3a92 012329 call not_greater_than 
-0x3a93 012330 fetcht 2 ,mem_pn_max_frame_size 
-0x3a94 012331 call not_greater_than 
-0x3a95 012332 store 2 ,mem_current_packet_length 
-0x3a96 012333 rtn 
-:      012335 module_hci_command_tx_spp_tx_complete:
-0x3a97 012336 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a98 012337 jam hci_cmd_spp_data_req ,mem_module_uart_opcode 
-0x3a99 012338 branch module_hci_event_receive_valid_cmd 
-:      012342 module_hci_cmd_receive_le_data:
-0x3a9a 012343 fetch 2 ,mem_ui_state_map 
-0x3a9b 012344 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-0x3a9c 012345 call module_check_ble_encrypt_state 
-0x3a9d 012346 branch module_hci_event_receive_invalid_cmd ,user 
-0x3a9e 012347 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a9f 012348 fetch 1 ,mem_module_flag 
-0x3aa0 012349 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
-0x3aa1 012350 fetch 1 ,mem_module_hci_notify_len 
-0x3aa2 012351 nrtn blank 
-0x3aa3 012352 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3aa4 012353 ifetch 2 ,contru 
-0x3aa5 012354 store 2 ,mem_module_hci_notify_handle 
-0x3aa6 012355 copy contru ,pdata 
-0x3aa7 012356 store 2 ,mem_module_hci_nofiy_addr 
-0x3aa8 012357 fetch 1 ,mem_module_uart_len 
-0x3aa9 012358 pincrease -2 
-0x3aaa 012359 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3aab 012360 branch module_hci_event_receive_invalid_cmd ,zero 
-0x3aac 012361 store 1 ,mem_module_hci_notify_len 
-0x3aad 012362 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3aae 012363 call le_set_config_more_data 
-0x3aaf 012364 call module_hci_cmd_transmit_le_notify 
-0x3ab0 012365 call module_hci_cmd_transmit_le_notify 
-0x3ab1 012366 call module_hci_cmd_transmit_le_notify 
-0x3ab2 012367 fetch 1 ,mem_module_flag 
-0x3ab3 012368 rtnbit0 module_flag_ble_data_finish 
-:      012369 module_hci_cmd_receive_le_data_finish:
-0x3ab4 012370 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3ab5 012371 call module_clear_le_tx_data_flag 
-0x3ab6 012372 branch module_hci_event_receive_valid_cmd 
-:      012374 module_hci_cmd_transmit_le_notify:
-0x3ab7 012375 fetch 1 ,mem_module_hci_notify_len 
-0x3ab8 012376 rtn blank 
-0x3ab9 012377 call le_fifo_check_nearly_full 
-0x3aba 012378 nrtn blank 
-0x3abb 012379 call module_get_le_remote_mtu 
-0x3abc 012380 bpatch patch1c_1 ,mem_patch1c 
-0x3abd 012381 add temp ,-3 ,pdata 
-0x3abe 012382 fetcht 1 ,mem_module_hci_notify_len 
-0x3abf 012383 call not_greater_than 
-0x3ac0 012384 copy pdata ,rega 
-0x3ac1 012385 copy temp ,pdata 
-0x3ac2 012386 isub rega ,pdata 
-0x3ac3 012387 store 1 ,mem_module_hci_notify_len 
-0x3ac4 012388 fetcht 2 ,mem_module_hci_notify_handle 
-0x3ac5 012389 call le_att_malloc_tx_notify 
-0x3ac6 012390 fetch 2 ,mem_module_hci_nofiy_addr 
-0x3ac7 012391 copy pdata ,contru 
-0x3ac8 012392 copy rega ,loopcnt 
-0x3ac9 012393 call uart_copy_rx_bytes_fast 
-0x3aca 012394 copy contru ,pdata 
-0x3acb 012395 store 2 ,mem_module_hci_nofiy_addr 
-0x3acc 012396 fetch 1 ,mem_module_hci_notify_len 
-0x3acd 012397 nrtn blank 
-0x3ace 012398 branch module_set_le_tx_data_flag 
-:      012402 module_get_le_remote_mtu:
-0x3acf 012403 arg 0x17 ,temp 
-0x3ad0 012404 fetch 1 ,mem_module_flag 
-0x3ad1 012405 rtnbit1 module_flag_ble_send_mtu23 
-0x3ad2 012406 fetcht 2 ,mem_le_remote_mtu 
-0x3ad3 012407 rtn 
-:      012409 module_check_ble_encrypt_state:
-0x3ad4 012410 fetch 1 ,mem_module_flag 
-0x3ad5 012411 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
-0x3ad6 012412 branch disable_user 
-:      012416 module_hci_cmd_inquire_status:
-0x3ad7 012417 branch module_hci_event_status_res 
-:      012421 module_hci_cmd_set_pairing_mode:
-0x3ad8 012422 copy rega ,contru 
-0x3ad9 012423 ifetch 1 ,contru 
-0x3ada 012424 beq pairing_pincode ,module_hci_pairing_pincode_mode 
-0x3adb 012425 beq pairing_justwork ,module_hci_pairing_just_work_mode 
-0x3adc 012426 beq pairing_passkey ,module_hci_pairing_passkey 
-0x3add 012427 beq pairing_confirm ,module_hci_pairing_numeric_comparison 
-0x3ade 012428 branch module_hci_event_receive_invalid_cmd 
-:      012429 module_hci_pairing_pincode_mode:
-0x3adf 012430 call ssp_disable 
-0x3ae0 012431 jam 0 ,mem_ssp_enable 
-0x3ae1 012432 branch module_hci_event_receive_valid_cmd 
-:      012433 module_hci_pairing_just_work_mode:
-0x3ae2 012434 setarg ssp_mode_just_work_io_cap_data 
-:      012435 module_hci_sspairing_mode:
-0x3ae3 012436 store 3 ,mem_sp_iocap_local 
-0x3ae4 012437 store 1 ,mem_ssp_mode_flag 
-0x3ae5 012438 call ssp_enable 
-0x3ae6 012439 jam 1 ,mem_ssp_enable 
-0x3ae7 012440 branch module_hci_event_receive_valid_cmd 
-:      012441 module_hci_pairing_passkey:
-0x3ae8 012442 setarg ssp_mode_passkey_io_cap_data 
-0x3ae9 012443 branch module_hci_sspairing_mode 
-:      012445 module_hci_pairing_numeric_comparison:
-0x3aea 012446 setarg ssp_mode_ssp_pin_io_cap_data 
-0x3aeb 012447 branch module_hci_sspairing_mode 
-:      012450 module_hci_cmd_set_pincode:
-0x3aec 012451 fetch 1 ,mem_module_uart_len 
-0x3aed 012452 sub pdata ,16 ,null 
-0x3aee 012453 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3aef 012454 store 1 ,mem_pin_length 
-0x3af0 012455 copy pdata ,loopcnt 
-0x3af1 012456 arg mem_pin ,contw 
-0x3af2 012457 call uart_copy_rx_bytes 
-0x3af3 012458 branch module_hci_event_receive_valid_cmd 
-:      012462 module_hci_cmd_set_uart_control_mode:
-0x3af4 012463 copy rega ,contru 
-0x3af5 012464 ifetch 1 ,contru 
-0x3af6 012465 hfetcht 1 ,core_uart_ctrl 
-0x3af7 012466 nsetflag blank ,4 ,temp 
-0x3af8 012467 hstoret 1 ,core_uart_ctrl 
-0x3af9 012468 branch module_hci_event_receive_valid_cmd 
-:      012472 module_hci_cmd_set_uart_baud:
-0x3afa 012473 fetch 1 ,mem_module_uart_len 
-0x3afb 012474 copy pdata ,loopcnt 
-0x3afc 012475 copy rega ,contru 
-0x3afd 012476 call string2dec_from_uart 
-0x3afe 012477 setarg uart_clk_24 
-0x3aff 012478 idiv temp 
-0x3b00 012479 call wait_div_end 
-0x3b01 012480 quotient pdata 
-:      012481 module_hci_cmd_set_uart_baud_ok:
-0x3b02 012482 store uart_baud_len ,mem_baud 
-0x3b03 012483 call module_hci_event_receive_valid_cmd 
-0x3b04 012484 call wait_uarttx 
-0x3b05 012485 branch uart_set_baud_by_mem 
-:      012489 module_hci_cmd_version_request:
-0x3b06 012490 arg 2 ,rega 
-0x3b07 012491 arg mem_soft_version_num ,regb 
-0x3b08 012492 arg 0 ,temp 
-0x3b09 012493 branch module_hci_event_set_cmd 
-:      012494 module_hci_event_set_cmd_send_response:
-0x3b0a 012495 store 2 ,mem_event_cmd_response_content 
-0x3b0b 012496 arg mem_event_cmd_response_content ,regb 
-0x3b0c 012497 arg 0 ,temp 
-0x3b0d 012498 branch module_hci_event_set_cmd 
-:      012502 module_hci_cmd_bt_disconnect:
-0x3b0e 012503 fetch 2 ,mem_ui_state_map 
-0x3b0f 012504 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
-:      012505 module_hci_cmd_bt_disconnect_doing:
-0x3b10 012506 call module_hci_event_receive_valid_cmd 
-0x3b11 012507 branch app_bt_disconnect 
-:      012511 module_hci_cmd_ble_disconnect:
-0x3b12 012512 fetch 2 ,mem_ui_state_map 
-0x3b13 012513 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-:      012514 module_hci_cmd_ble_disconnect_doing:
-0x3b14 012515 call module_hci_event_receive_valid_cmd 
-0x3b15 012516 branch app_ble_disconnect 
-:      012522 module_hci_cmd_set_nvram:
-0x3b16 012523 fetch 1 ,mem_module_uart_len 
-0x3b17 012524 copy pdata ,loopcnt 
-0x3b18 012525 copy rega ,contru 
-0x3b19 012526 fetch 2 ,mem_nv_data_ptr 
-0x3b1a 012527 icopy contw 
-0x3b1b 012528 call uart_copy_rx_bytes_fast 
-0x3b1c 012529 branch module_hci_event_receive_valid_cmd 
-:      012533 module_hci_cmd_confirm_gkey:
-0x3b1d 012534 fetch 1 ,mem_ui_state_map 
-0x3b1e 012535 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
-0x3b1f 012536 ifetch 1 ,contru 
-0x3b20 012537 fetcht 1 ,mem_flag_mode_ssp_pin 
-0x3b21 012538 setflag blank ,flag_mode_ssp_pin_comparison_result_bit ,temp 
-0x3b22 012539 set1 flag_mode_ssp_pin_reviceve_comparison_bit ,temp 
-0x3b23 012540 storet 1 ,mem_flag_mode_ssp_pin 
-0x3b24 012542 call module_hci_event_receive_valid_cmd 
-0x3b25 012544 fetch 1 ,mem_flag_mode_ssp_pin 
-0x3b26 012545 bbit1 flag_mode_ssp_pin_recieve_dhkey_bit ,module_hci_cmd_spp_number_comparison_result_is1 
-0x3b27 012546 rtn 
-:      012548 dhkey_not_accept:
-0x3b28 012549 jam 0 ,mem_flag_mode_ssp_pin 
-0x3b29 012550 jam bt_cmd_dhkey_not_accept ,mem_fifo_temp 
-0x3b2a 012551 branch ui_ipc_send_cmd 
-:      012554 module_hci_cmd_spp_number_comparison_result_is1:
-0x3b2b 012555 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
-0x3b2c 012556 branch dhkey_not_accept 
-:      012560 module_hci_cmd_set_credit_given:
-0x3b2d 012561 fetch 1 ,mem_ui_state_map 
-0x3b2e 012562 rtnbit0 ui_state_bt_spp_conn 
-0x3b2f 012563 fetch 1 ,mem_credit_flag 
-0x3b30 012564 rtneq credit_disable 
-0x3b31 012565 ifetch 1 ,contru 
-0x3b32 012566 fetcht 1 ,mem_credit_given 
-0x3b33 012567 iadd temp ,temp 
-0x3b34 012568 storet 1 ,mem_credit_given 
-0x3b35 012569 rtn 
-:      012573 module_hci_cmd_auto_adv:
-0x3b36 012574 arg 0x40 ,loopcnt 
-0x3b37 012575 arg mem_le_adv_data_len ,contw 
-0x3b38 012576 call clear_mem 
-0x3b39 012577 setarg 0 
-0x3b3a 012578 store 1 ,mem_regb 
-0x3b3b 012579 copy rega ,contru 
-:      012580 module_hci_cmd_auto_adv_loop:
-0x3b3c 012581 copy contru ,pdata 
-0x3b3d 012582 store 2 ,mem_regc 
-0x3b3e 012583 call module_hci_cmd_auto_adv_adv_analys 
-0x3b3f 012585 fetch 1 ,mem_regb 
-0x3b40 012586 fetcht 1 ,mem_temp 
-0x3b41 012587 increase 1 ,temp 
-0x3b42 012588 iadd temp ,pdata 
-0x3b43 012589 store 1 ,mem_regb 
-0x3b44 012591 sub pdata ,31 ,null 
-0x3b45 012592 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
-:      012593 module_hci_cmd_auto_adv_store_adv:
-0x3b46 012594 fetcht 1 ,mem_le_adv_data_len 
-0x3b47 012595 setarg mem_le_adv_data 
-0x3b48 012596 iadd temp ,pdata 
-0x3b49 012597 store 2 ,mem_contw 
-0x3b4a 012598 fetcht 1 ,mem_temp 
-0x3b4b 012599 increase 1 ,temp 
-0x3b4c 012600 fetch 1 ,mem_le_adv_data_len 
-0x3b4d 012601 iadd temp ,pdata 
-0x3b4e 012602 store 1 ,mem_le_adv_data_len 
-0x3b4f 012603 branch module_hci_cmd_auto_adv_store_common 
-:      012604 module_hci_cmd_auto_adv_store_scan:
-0x3b50 012605 fetcht 1 ,mem_le_scan_data_len 
-0x3b51 012606 setarg mem_le_scan_data 
-0x3b52 012607 iadd temp ,pdata 
-0x3b53 012608 store 2 ,mem_contw 
-0x3b54 012609 fetcht 1 ,mem_temp 
-0x3b55 012610 increase 1 ,temp 
-0x3b56 012611 fetch 1 ,mem_le_scan_data_len 
-0x3b57 012612 iadd temp ,pdata 
-0x3b58 012613 store 1 ,mem_le_scan_data_len 
-:      012614 module_hci_cmd_auto_adv_store_common:
-0x3b59 012615 fetch 2 ,mem_contw 
-0x3b5a 012616 copy pdata ,contw 
-0x3b5b 012617 fetch 2 ,mem_regc 
-0x3b5c 012618 copy pdata ,contru 
-0x3b5d 012620 copy temp ,loopcnt 
-0x3b5e 012621 call uart_copy_rx_bytes_fast 
-0x3b5f 012623 fetch 1 ,mem_module_uart_len 
-0x3b60 012624 fetcht 1 ,mem_regb 
-0x3b61 012625 isub temp ,null 
-0x3b62 012626 nbranch module_hci_cmd_auto_adv_loop ,zero 
-0x3b63 012627 branch module_hci_event_receive_valid_cmd 
-:      012630 module_hci_cmd_auto_adv_adv_analys:
-0x3b64 012631 ifetch 1 ,contru 
-0x3b65 012632 store 1 ,mem_temp 
-0x3b66 012633 ifetch 1 ,contru 
-0x3b67 012634 store 1 ,mem_rega 
-0x3b68 012635 rtn 
-:      012639 module_hci_cmd_power_request:
-0x3b69 012640 arg 0 ,temp 
-0x3b6a 012641 arg 2 ,rega 
-0x3b6b 012642 fetch 2 ,mem_module_vdd_quotient 
-0x3b6c 012643 store 2 ,mem_event_cmd_response_content 
-0x3b6d 012644 arg mem_event_cmd_response_content ,regb 
-0x3b6e 012645 branch module_hci_event_set_cmd 
-:      012649 module_hci_cmd_power_set:
-0x3b6f 012650 fetch 1 ,mem_module_uart_len 
-0x3b70 012651 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x3b71 012652 ifetch 1 ,contru 
-0x3b72 012653 store 1 ,mem_module_read_vdd_flag 
-0x3b73 012654 setarg 0x00 
-0x3b74 012655 store 2 ,mem_module_vdd_quotient 
-0x3b75 012656 branch module_hci_event_receive_valid_cmd 
-:      012660 module_hci_cmd_passkey_entry:
-0x3b76 012661 ifetch 4 ,contru 
-0x3b77 012662 store 4 ,mem_pin 
-0x3b78 012663 jam 4 ,mem_pin_length 
-0x3b79 012664 jam 0 ,mem_authentication_passkey_times 
-0x3b7a 012665 call module_hci_event_receive_valid_cmd 
-0x3b7b 012666 branch authentication_passkey 
-:      012670 module_hci_cmd_set_gpio:
-0x3b7c 012671 fetch 1 ,mem_module_uart_len 
-0x3b7d 012672 bne 3 ,module_hci_event_receive_invalid_cmd 
-0x3b7e 012673 ifetch 1 ,contru 
-0x3b7f 012674 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
-0x3b80 012675 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
-0x3b81 012676 branch module_hci_event_receive_invalid_cmd 
-:      012678 module_set_gpio_input:
-0x3b82 012679 ifetcht 1 ,contru 
-0x3b83 012680 ifetch 1 ,contru 
-0x3b84 012681 beq gpio_input_high_impedance ,module_set_gpio_high_impedance 
-0x3b85 012682 nsetflag blank ,7 ,temp 
-0x3b86 012683 call gpio_config_input 
-0x3b87 012684 branch module_hci_event_receive_valid_cmd 
-:      012686 module_set_gpio_high_impedance:
-0x3b88 012687 call gpio_set_high_impedance 
-0x3b89 012688 branch module_hci_event_receive_valid_cmd 
-:      012690 module_set_gpio_output:
-0x3b8a 012691 ifetcht 1 ,contru 
-0x3b8b 012692 call gpio_config_output0 
-0x3b8c 012693 ifetch 1 ,contru 
-0x3b8d 012694 isolate1 0 ,pdata 
-0x3b8e 012695 call gpio_out_flag 
-0x3b8f 012696 branch module_hci_event_receive_valid_cmd 
-:      012700 module_hci_cmd_read_gpio:
-0x3b90 012701 fetch 1 ,mem_module_uart_len 
-0x3b91 012702 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x3b92 012703 ifetcht 1 ,contru 
-0x3b93 012704 call gpio_get_bit 
-0x3b94 012705 setarg 0x0 
-0x3b95 012706 nsetflag true ,0 ,pdata 
-0x3b96 012707 arg 1 ,rega 
-0x3b97 012708 branch module_hci_event_set_cmd_send_response 
-:      012712 module_hci_cmd_le_set_pairing_mode:
-0x3b98 012713 copy rega ,contru 
-0x3b99 012714 ifetch 1 ,contru 
-0x3b9a 012715 copy pdata ,temp 
-0x3b9b 012716 beq le_pairing_mode_secure_connect_justwork ,module_le_set_pairing_mode_secure_justwork 
-0x3b9c 012717 beq le_pairing_mode_secure_connect_numeric ,module_le_set_pairing_mode_secure_numeric 
-0x3b9d 012718 beq le_pairing_mode_secure_connect_passkey ,module_le_set_pairing_mode_secure_passkey 
-0x3b9e 012719 store 1 ,mem_le_pairing_mode 
-0x3b9f 012720 beq le_pairing_mode_none ,module_le_set_no_pairing 
-0x3ba0 012721 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
-0x3ba1 012722 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
-0x3ba2 012723 branch module_hci_event_receive_invalid_cmd 
-:      012725 module_le_set_pairing_mode_secure_justwork:
-0x3ba3 012726 fetch 1 ,mem_le_secure_connect_enable 
-0x3ba4 012727 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3ba5 012728 storet 1 ,mem_le_pairing_mode 
-0x3ba6 012729 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x3ba7 012730 branch module_le_set_noinputnooutput 
-:      012731 module_le_set_pairing_mode_secure_numeric:
-0x3ba8 012732 fetch 1 ,mem_le_secure_connect_enable 
-0x3ba9 012733 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3baa 012734 storet 1 ,mem_le_pairing_mode 
-0x3bab 012735 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x3bac 012736 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
-0x3bad 012737 branch module_hci_event_receive_valid_cmd 
-:      012738 module_le_set_pairing_mode_secure_passkey:
-0x3bae 012739 fetch 1 ,mem_le_secure_connect_enable 
-0x3baf 012740 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3bb0 012741 storet 1 ,mem_le_pairing_mode 
-0x3bb1 012742 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x3bb2 012743 branch module_le_set_displayonly 
-:      012744 module_le_set_no_pairing:
-0x3bb3 012745 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
-:      012746 module_le_set_noinputnooutput:
-0x3bb4 012747 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
-0x3bb5 012748 branch module_hci_event_receive_valid_cmd 
-:      012749 module_le_set_pairing_mode_lagacy_just_work:
-0x3bb6 012750 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x3bb7 012751 branch module_le_set_noinputnooutput 
-:      012752 module_le_set_pairing_mode_lagacy_passkey:
-0x3bb8 012753 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-:      012754 module_le_set_displayonly:
-0x3bb9 012755 jam flag_iocap_displayonly ,mem_le_pres_iocap 
-0x3bba 012756 branch module_hci_event_receive_valid_cmd 
-:      012760 module_hci_cmd_le_set_adv_data:
-0x3bbb 012761 fetch 1 ,mem_module_uart_len 
-0x3bbc 012762 sub pdata ,31 ,null 
-0x3bbd 012763 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3bbe 012764 store 1 ,mem_le_adv_data_len 
-0x3bbf 012765 copy pdata ,loopcnt 
-0x3bc0 012766 copy rega ,contru 
-0x3bc1 012767 arg mem_le_adv_data ,contw 
-0x3bc2 012768 call uart_copy_rx_bytes_fast 
-0x3bc3 012769 branch module_hci_event_receive_valid_cmd 
-:      012773 module_hci_cmd_le_set_scan_data:
-0x3bc4 012774 fetch 1 ,mem_module_uart_len 
-0x3bc5 012775 sub pdata ,31 ,null 
-0x3bc6 012776 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3bc7 012777 store 1 ,mem_le_scan_data_len 
-0x3bc8 012778 copy pdata ,loopcnt 
-0x3bc9 012779 copy rega ,contru 
-0x3bca 012780 arg mem_le_scan_data ,contw 
-0x3bcb 012781 call uart_copy_rx_bytes_fast 
-0x3bcc 012782 branch module_hci_event_receive_valid_cmd 
-:      012786 module_hci_cmd_le_send_conn_update_req:
-0x3bcd 012787 fetch 2 ,mem_ui_state_map 
-0x3bce 012788 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-0x3bcf 012789 fetch 1 ,mem_module_uart_len 
-0x3bd0 012790 bne 0x08 ,module_hci_event_receive_invalid_cmd 
-0x3bd1 012791 copy rega ,contru 
-0x3bd2 012792 ifetch 8 ,contru 
-0x3bd3 012793 store 8 ,mem_le_interval_min 
-0x3bd4 012794 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x3bd5 012795 call ui_ipc_send_cmd 
-0x3bd6 012796 branch module_hci_event_receive_valid_cmd 
-:      012800 module_hci_cmd_set_le_adv_parameter:
-0x3bd7 012801 ifetch 2 ,contru 
-0x3bd8 012802 store 2 ,mem_le_adv_interval 
-0x3bd9 012803 branch module_hci_event_receive_valid_cmd 
-:      012807 module_hci_cmd_le_start_pairing:
-0x3bda 012808 fetch 1 ,mem_le_pairing_mode 
-0x3bdb 012809 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3bdc 012810 fetch 1 ,mem_le_pairing_state 
-0x3bdd 012811 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
-0x3bde 012812 fetch 1 ,mem_le_enc_state 
-0x3bdf 012813 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
-0x3be0 012814 call check_51cmd_le_smp_sec_req 
-0x3be1 012815 branch module_hci_event_receive_valid_cmd 
-:      012819 module_hci_cmd_set_wake_gpio:
-0x3be2 012820 fetch 1 ,mem_module_uart_len 
-0x3be3 012821 bne 5 ,module_hci_event_receive_invalid_cmd 
-0x3be4 012822 ifetch 1 ,contru 
-0x3be5 012823 store 1 ,mem_module_mcu_wake_pin 
-0x3be6 012824 ifetch 4 ,contru 
-0x3be7 012825 store 4 ,mem_module_mcu_wake_delay_us 
-0x3be8 012826 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3be9 012827 call gpio_config_output 
-0x3bea 012828 call module_set_mcu_wake_pin_low 
-0x3beb 012829 branch module_hci_event_receive_valid_cmd 
-:      012833 module_hci_cmd_set_tx_power:
-0x3bec 012834 fetch 1 ,mem_module_uart_len 
-0x3bed 012835 bne 0x01 ,module_hci_event_receive_invalid_cmd 
-0x3bee 012836 ifetch 1 ,contru 
-0x3bef 012837 store 1 ,mem_tx_power 
-0x3bf0 012838 branch module_hci_event_receive_valid_cmd 
-:      012842 module_hci_cmd_le_confirm_gkey:
-0x3bf1 012843 ifetch 1 ,contru 
-0x3bf2 012844 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
-0x3bf3 012845 fetch 1 ,mem_le_secure_connect_state 
-0x3bf4 012846 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
-0x3bf5 012847 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
-0x3bf6 012848 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
-0x3bf7 012849 branch module_hci_event_receive_invalid_cmd 
-:      012850 module_hci_cmd_le_confirm_gkey_ok:
-0x3bf8 012851 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
-0x3bf9 012852 branch module_hci_event_receive_valid_cmd 
-:      012854 module_hci_cmd_le_confirm_gkey_fail:
-0x3bfa 012855 call le_send_pairing_confirm_value_failed 
-0x3bfb 012856 branch module_hci_event_receive_valid_cmd 
-:      012860 module_hci_cmd_set_reject_justwork_flag:
-0x3bfc 012861 fetch 1 ,mem_module_uart_len 
-0x3bfd 012862 bne 0x01 ,module_hci_event_receive_invalid_cmd 
-0x3bfe 012863 call module_hci_event_receive_valid_cmd 
-0x3bff 012864 ifetch 1 ,contru 
-0x3c00 012865 branch classic_bt_clr_reject_justwork_flag ,blank 
-0x3c01 012866 branch classic_bt_set_reject_justwork_flag 
-:      012870 module_hci_cmd_reset_chip:
-0x3c02 012871 call module_hci_event_receive_valid_cmd 
-0x3c03 012872 call wait_uarttx 
-0x3c04 012873 jam 0x01 ,core_reset 
-0x3c05 012874 branch loop 
-:      012878 module_hci_cmd_le_set_fixed_passkey:
-0x3c06 012879 fetch 1 ,mem_module_uart_len 
-0x3c07 012880 beq 0 ,module_hci_event_receive_invalid_cmd 
-0x3c08 012881 ifetch 1 ,contru 
-0x3c09 012882 branch module_hci_cmd_le_set_random_passkey ,blank 
-0x3c0a 012883 fetch 1 ,mem_module_uart_len 
-0x3c0b 012884 bne 5 ,module_hci_event_receive_invalid_cmd 
-0x3c0c 012885 ifetch 4 ,contru 
-0x3c0d 012886 arg 1000000 ,temp 
-0x3c0e 012887 isub temp ,null 
-0x3c0f 012888 branch module_hci_event_receive_invalid_cmd ,positive 
-0x3c10 012889 store 4 ,mem_le_tk 
-0x3c11 012890 call le_set_config_fixed_tk 
-0x3c12 012891 branch module_hci_event_receive_valid_cmd 
-:      012893 module_hci_cmd_le_set_random_passkey:
-0x3c13 012894 call le_clr_config_fixed_tk 
-0x3c14 012895 branch module_hci_event_receive_valid_cmd 
-:      012899 module_hci_test_cmde_close_lpm:
-0x3c15 012900 jam 0 ,mem_lpm_mode 
-0x3c16 012901 branch module_hci_event_receive_valid_cmd 
-:      012906 module_hci_event_receive_invalid_cmd:
-0x3c17 012907 arg 1 ,temp 
-0x3c18 012908 arg 0 ,rega 
-0x3c19 012909 branch module_hci_event_set_cmd 
-:      012912 module_hci_event_receive_valid_cmd:
-0x3c1a 012913 arg 0 ,temp 
-0x3c1b 012914 arg 0 ,rega 
-0x3c1c 012915 branch module_hci_event_set_cmd 
-:      012919 module_hci_event_spp_connect:
-0x3c1d 012920 jam hci_event_spp_conn_rep ,mem_module_uart_opcode 
-0x3c1e 012921 branch module_hci_event_enter_standby_mode_len0 
-:      012925 module_hci_event_le_connect:
-0x3c1f 012926 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
-0x3c20 012927 branch module_hci_event_enter_standby_mode_len0 
-:      012931 module_hci_event_spp_disconnect:
-0x3c21 012932 jam hci_event_spp_dis_rep ,mem_module_uart_opcode 
-0x3c22 012933 branch module_hci_event_enter_standby_mode_len0 
-:      012937 module_hci_event_le_disconnect:
-0x3c23 012938 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
-0x3c24 012939 branch module_hci_event_enter_standby_mode_len0 
-:      012947 module_hci_event_set_cmd:
-0x3c25 012948 fetch 1 ,mem_module_uart_opcode 
-0x3c26 012949 copy pdata ,regc 
-0x3c27 012950 jam hci_event_cmd_res ,mem_module_uart_opcode 
-0x3c28 012951 setarg 2 
-0x3c29 012952 iadd rega ,pdata 
-0x3c2a 012953 call module_hci_prepare_tx 
-0x3c2b 012954 copy regc ,pdata 
-0x3c2c 012955 istore 1 ,contwu 
-0x3c2d 012956 istoret 1 ,contwu 
-0x3c2e 012957 copy rega ,loopcnt 
-0x3c2f 012958 copy regb ,contr 
-0x3c30 012959 call uart_copy_tx_bytes 
-0x3c31 012960 branch uartd_send 
-:      012964 module_hci_event_receive_spp_data:
-0x3c32 012966 call module_spp_clear_last_transmite_clock 
-0x3c33 012967 jam hci_event_spp_data_rep ,mem_module_uart_opcode 
-0x3c34 012968 fetch 1 ,mem_current_length 
-0x3c35 012969 rtn blank 
-0x3c36 012970 call module_hci_prepare_tx 
-0x3c37 012971 fetch 1 ,mem_current_length 
-0x3c38 012972 copy pdata ,loopcnt 
-0x3c39 012973 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x3c3a 012974 copy pdata ,contr 
-0x3c3b 012975 call uart_copy_tx_bytes_fast 
-0x3c3c 012976 branch uartd_send 
-:      012980 module_hci_event_receive_le_data:
-0x3c3d 012981 jam hci_event_le_data_rep ,mem_module_uart_opcode 
-0x3c3e 012982 fetch 1 ,mem_module_le_rx_data_len 
-0x3c3f 012983 icopy loopcnt 
-0x3c40 012984 increase 2 ,pdata 
-0x3c41 012985 call module_hci_prepare_tx 
-0x3c42 012986 fetch 2 ,mem_module_le_rx_data_handle 
-0x3c43 012987 istore 2 ,contwu 
-0x3c44 012988 fetch 2 ,mem_module_le_rx_data_address 
-0x3c45 012989 icopy contr 
-0x3c46 012990 call uart_copy_tx_bytes_fast 
-0x3c47 012991 branch uartd_send 
-:      012995 module_hci_event_enter_standby_mode:
-0x3c48 012996 jam hci_event_standby_rep ,mem_module_uart_opcode 
-:      012997 module_hci_event_enter_standby_mode_len0:
-0x3c49 012998 setarg 0 
-0x3c4a 012999 call module_hci_prepare_tx 
-0x3c4b 013000 branch uartd_send 
-:      013004 module_hci_event_status_res:
-0x3c4c 013005 jam hci_event_status_res ,mem_module_uart_opcode 
-0x3c4d 013006 setarg 1 
-0x3c4e 013007 call module_hci_prepare_tx 
-0x3c4f 013009 call module_hci_read_bt_status 
-0x3c50 013011 fetch 2 ,mem_ui_state_map 
-0x3c51 013012 arg ui_state_bt_hid_conn ,queue 
-0x3c52 013013 qisolate1 pdata 
-0x3c53 013014 setflag true ,3 ,temp 
-0x3c54 013016 arg ui_state_ble_connected ,queue 
-0x3c55 013017 qisolate1 pdata 
-0x3c56 013018 setflag true ,5 ,temp 
-0x3c57 013020 fetch 1 ,mem_ui_state_map 
-0x3c58 013021 arg ui_state_bt_spp_conn ,queue 
-0x3c59 013022 qisolate1 pdata 
-0x3c5a 013023 setflag true ,4 ,temp 
-0x3c5b 013025 istoret 1 ,contwu 
-0x3c5c 013026 branch uartd_send 
-:      013030 module_hci_read_bt_status:
-0x3c5d 013031 arg 0 ,temp 
-0x3c5e 013032 fetch 1 ,mem_scan_mode 
-0x3c5f 013033 arg inq_scan_mode ,queue 
-0x3c60 013034 qisolate1 pdata 
-0x3c61 013035 setflag true ,0 ,temp 
-0x3c62 013036 arg page_scan_mode ,queue 
-0x3c63 013037 qisolate1 pdata 
-0x3c64 013038 setflag true ,1 ,temp 
-0x3c65 013040 fetch 1 ,mem_le_adv_enable 
-0x3c66 013041 arg 0 ,queue 
-0x3c67 013042 qisolate1 pdata 
-0x3c68 013043 setflag true ,2 ,temp 
-0x3c69 013044 rtn 
-:      013048 module_hci_event_store_device:
-0x3c6a 013049 jam hci_event_nvram_rep ,mem_module_uart_opcode 
-0x3c6b 013050 fetch 1 ,mem_nv_data_number 
-0x3c6c 013051 mul32 pdata ,34 ,pdata 
-0x3c6d 013052 icopy loopcnt 
-0x3c6e 013053 call module_hci_prepare_tx 
-0x3c6f 013054 fetch 2 ,mem_nv_data_ptr 
-0x3c70 013055 icopy contr 
-0x3c71 013056 call uart_copy_tx_bytes_fast 
-0x3c72 013057 branch uartd_send 
-:      013061 module_hci_event_gkey_generate:
-0x3c73 013062 jam hci_event_gkey ,mem_module_uart_opcode 
-0x3c74 013063 setarg 4 
-0x3c75 013064 call module_hci_prepare_tx 
-0x3c76 013065 fetch 4 ,mem_gkey 
-0x3c77 013066 istore 4 ,contwu 
-0x3c78 013067 branch uartd_send 
-:      013071 module_hci_event_invalid_packet:
-0x3c79 013072 jam hci_event_invalid_packet ,mem_module_uart_opcode 
-0x3c7a 013073 hfetch 2 ,core_uart_rxitems 
-0x3c7b 013074 arg 0xff ,temp 
-0x3c7c 013075 call not_greater_than 
-0x3c7d 013076 copy pdata ,loopcnt 
-0x3c7e 013077 call module_hci_prepare_tx 
-0x3c7f 013078 call uartd_prepare_rx 
-0x3c80 013079 call uart_copy_rx2tx 
-0x3c81 013080 branch uartd_send 
-:      013084 module_hci_event_passkey_entry_mode:
-0x3c82 013085 jam hci_event_get_passkey ,mem_module_uart_opcode 
-0x3c83 013086 branch module_hci_event_enter_standby_mode_len0 
-:      013090 module_hci_event_le_tk:
-0x3c84 013091 jam hci_event_le_tk ,mem_module_uart_opcode 
-0x3c85 013092 setarg 4 
-0x3c86 013093 call module_hci_prepare_tx 
-0x3c87 013094 fetch 4 ,mem_le_tk 
-0x3c88 013095 istore 4 ,contwu 
-0x3c89 013096 branch uartd_send 
-:      013100 module_hci_event_le_pairing_fail:
-0x3c8a 013101 arg flag_ble_pairing_fail ,rega 
-0x3c8b 013102 branch module_hci_event_pairing_completed 
-:      013104 module_hci_event_le_pairing_success:
-0x3c8c 013105 arg flag_ble_pairing_success ,rega 
-0x3c8d 013106 branch module_hci_event_pairing_completed 
-:      013108 module_hci_event_bt_pairing_fail:
-0x3c8e 013109 arg flag_bt_pairing_fail ,rega 
-0x3c8f 013110 branch module_hci_event_pairing_completed 
-:      013112 module_hci_event_bt_pairing_success:
-0x3c90 013113 arg flag_bt_pairing_success ,rega 
-:      013115 module_hci_event_pairing_completed:
-0x3c91 013116 jam 0 ,mem_flag_mode_ssp_pin 
-0x3c92 013117 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
-0x3c93 013118 setarg 2 
-0x3c94 013119 call module_hci_prepare_tx 
-0x3c95 013120 copy rega ,pdata 
-0x3c96 013121 istore 2 ,contwu 
-0x3c97 013122 branch uartd_send 
-:      013126 module_hci_event_pause_enc:
-0x3c98 013127 arg flag_event_pause_enc ,regc 
-0x3c99 013128 branch module_hci_event_enc 
-:      013130 module_hci_event_start_enc:
-0x3c9a 013131 arg flag_event_start_enc ,regc 
-:      013133 module_hci_event_enc:
-0x3c9b 013134 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
-0x3c9c 013135 setarg 1 
-0x3c9d 013136 call module_hci_prepare_tx 
-0x3c9e 013137 copy regc ,pdata 
-0x3c9f 013138 istore 1 ,contwu 
-0x3ca0 013139 branch uartd_send 
-:      013143 module_hci_event_le_gkey:
-0x3ca1 013144 jam hci_event_le_gkey ,mem_module_uart_opcode 
-0x3ca2 013145 setarg 4 
-0x3ca3 013146 call module_hci_prepare_tx 
-0x3ca4 013147 fetch 4 ,mem_gkey 
-0x3ca5 013148 istore 4 ,contwu 
-0x3ca6 013149 branch uartd_send 
-:      013160 module_hci_prepare_tx:
-0x3ca7 013161 jam 0x02 ,mem_module_uart_cmd 
-0x3ca8 013162 store 1 ,mem_module_uart_len 
-0x3ca9 013163 storet 8 ,mem_temp 
-0x3caa 013164 bpatch patch1c_2 ,mem_patch1c 
-0x3cab 013165 call module_set_mcu_wake_pin_high_delay 
-0x3cac 013166 fetcht 8 ,mem_temp 
-0x3cad 013167 call uartd_prepare_tx 
-0x3cae 013168 fetch 3 ,mem_module_uart_cmd 
-0x3caf 013169 istore 3 ,contwu 
-0x3cb0 013170 rtn 
-:      013173 module_set_mcu_wake_pin_high_delay:
-0x3cb1 013174 call module_check_mcu_wake_pin_high 
-0x3cb2 013175 rtn true 
-:      013176 module_set_mcu_wake_pin_h_delay:
-0x3cb3 013177 call module_set_mcu_wake_pin_high 
-0x3cb4 013178 fetch 4 ,mem_module_mcu_wake_delay_us 
-0x3cb5 013179 rshift2 pdata ,pdata 
-0x3cb6 013180 rtn blank 
-0x3cb7 013181 branch delay 
-:      013183 module_set_mcu_wake_pin_high:
-0x3cb8 013185 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3cb9 013186 branch gpio_out_active 
-:      013188 module_check_mcu_wake_pin_high:
-0x3cba 013189 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3cbb 013190 branch gpio_check_active 
-:      013192 module_set_mcu_wake_pin_low:
-0x3cbc 013193 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3cbd 013194 branch gpio_out_inactive 
-:      013197 delay:
-0x3cbe 013198 increase -1 ,pdata 
-0x3cbf 013199 nop 38 
-0x3cc0 013200 nbranch delay ,blank 
-0x3cc1 013201 rtn 
-:      013210 module_le_receive_data:
-0x3cc2 013211 call module_check_ble_encrypt_state 
-0x3cc3 013212 rtn user 
-0x3cc4 013213 copy rega ,pdata 
-0x3cc5 013214 store 2 ,mem_module_le_rx_data_address 
-0x3cc6 013215 copy regb ,pdata 
-0x3cc7 013216 store 1 ,mem_module_le_rx_data_len 
-0x3cc8 013217 fetch 2 ,mem_le_att_handle 
-0x3cc9 013218 fetcht 2 ,mem_module_data_write_handle 
-0x3cca 013219 isub temp ,null 
-0x3ccb 013220 branch module_le_receive_data_ok ,zero 
-0x3ccc 013221 fetcht 2 ,mem_module_data_write_handle2 
-0x3ccd 013222 isub temp ,null 
-0x3cce 013223 nrtn zero 
-:      013224 module_le_receive_data_ok:
-0x3ccf 013225 store 2 ,mem_module_le_rx_data_handle 
-0x3cd0 013226 branch module_hci_event_receive_le_data 
-:      013231 module_exit_sniff:
-0x3cd1 013232 fetch 1 ,mem_module_flag 
-0x3cd2 013233 rtnbit1 moudle_task_unsniff 
-0x3cd3 013234 call module_set_unsniff_task_flag 
-0x3cd4 013235 branch app_bt_sniff_exit 
-:      013238 module_set_lpm_mult_2:
-0x3cd5 013239 jam 2 ,mem_lpm_mult 
-0x3cd6 013240 rtn 
-:      013244 module_bb_event_timer:
-0x3cd7 013245 branch module_read_vdd_timer 
-:      013247 module_read_vdd_timer:
-0x3cd8 013248 fetch 1 ,mem_module_read_vdd_flag 
-0x3cd9 013249 rtn blank 
-0x3cda 013250 fetch 1 ,mem_module_read_vdd_count 
-0x3cdb 013251 rtn blank 
-0x3cdc 013252 increase -1 ,pdata 
-0x3cdd 013253 store 1 ,mem_module_read_vdd_count 
-0x3cde 013254 nrtn blank 
-0x3cdf 013255 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
-0x3ce0 013256 call adc_set_mode 
-0x3ce1 013257 call vdd_calculate_by_mode 
-0x3ce2 013258 div pdata ,0x64 
-0x3ce3 013259 call wait_div_end 
-0x3ce4 013260 quotient pdata 
-0x3ce5 013261 remainder temp 
-0x3ce6 013262 store 1 ,mem_module_vdd_quotient 
-0x3ce7 013263 storet 1 ,mem_module_vdd_remainder 
-0x3ce8 013264 rtn 
-:      013267 module_control_air_flow:
-0x3ce9 013268 call check_uart_tx_buff 
-0x3cea 013269 branch app_l2cap_flow_control_enable ,positive 
-0x3ceb 013270 branch app_l2cap_flow_control_disable 
-:      013274 module_set_sniff_task_flag:
-0x3cec 013275 arg moudle_task_sniff ,queue 
-0x3ced 013276 branch module_set_state 
-:      013278 module_clear_sniff_task_flag:
-0x3cee 013279 arg moudle_task_sniff ,queue 
-0x3cef 013280 branch module_clr_state 
-:      013282 module_set_unsniff_task_flag:
-0x3cf0 013283 arg moudle_task_unsniff ,queue 
-0x3cf1 013284 branch module_set_state 
-:      013286 module_clear_unsniff_task_flag:
-0x3cf2 013287 arg moudle_task_unsniff ,queue 
-0x3cf3 013288 branch module_clr_state 
-:      013290 module_set_le_tx_data_flag:
-0x3cf4 013291 arg module_flag_ble_data_finish ,queue 
-0x3cf5 013292 branch module_set_state 
-:      013294 module_clear_le_tx_data_flag:
-0x3cf6 013295 arg module_flag_ble_data_finish ,queue 
-0x3cf7 013296 branch module_clr_state 
-:      013298 module_clr_state:
-0x3cf8 013299 fetch 1 ,mem_module_flag 
-0x3cf9 013300 qset0 pdata 
-0x3cfa 013301 store 1 ,mem_module_flag 
-0x3cfb 013302 rtn 
-:      013304 module_set_state:
-0x3cfc 013305 fetch 1 ,mem_module_flag 
-0x3cfd 013306 qset1 pdata 
-0x3cfe 013307 store 1 ,mem_module_flag 
-0x3cff 013308 rtn 
-:      013318 mouse_init:
-0x3d00 013319 call mouse_setting_config 
-0x3d01 013320 call spi_ncs_enable 
-0x3d02 013321 call mouse_init_sunt 
-0x3d03 013322 call mouse_dpi_config 
-0x3d04 013323 call spi_ncs_disable 
-0x3d05 013324 rtn wake 
-0x3d06 013325 call mouse_cheak_enable_usb 
-0x3d07 013326 call mouse_cb_fuction 
-0x3d08 013329 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d09 013330 rtnbit1 mouse_enable_usb 
-0x3d0a 013331 call mouse_wakeup_from_power 
-0x3d0b 013332 rtnmark1 mark_24g 
-0x3d0c 013333 fetch 2 ,mem_ui_state_map 
-0x3d0d 013334 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x3d0e 013335 branch mouse_check_reconn_target 
-:      013338 mouse_delay_4s:
-0x3d0f 013339 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d10 013340 rtnbit0 mouse_enable_init_delay 
-0x3d11 013341 arg 20 ,loopcnt 
-:      013342 mouse_delay_20ms:
-0x3d12 013343 setarg 200000 
-0x3d13 013344 call sleep 
-0x3d14 013345 loop delay_10ms 
-0x3d15 013346 rtn 
-:      013349 mouse_cheak_enable_usb:
-0x3d16 013350 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d17 013351 rtnbit0 mouse_enable_usb 
-0x3d18 013352 branch usb_init 
-:      013355 mouse_cb_fuction:
-0x3d19 013356 setarg mouse_le 
-0x3d1a 013357 store 2 ,mem_cb_le_process 
-0x3d1b 013358 setarg mouse_send_process 
-0x3d1c 013359 store 2 ,mem_cb_bt_process 
-0x3d1d 013360 setarg mouse_process_lpm_before 
-0x3d1e 013361 store 2 ,mem_cb_before_lpm 
-0x3d1f 013362 setarg mouse_priority_bb_event 
-0x3d20 013363 store 2 ,mem_cb_bb_event_process 
-0x3d21 013364 setarg mouse_idle 
-0x3d22 013365 store 2 ,mem_cb_idle_process 
-0x3d23 013366 setarg mouse_before_hibernate 
-0x3d24 013367 store 2 ,mem_cb_before_hibernate 
-0x3d25 013368 setarg le_mouse_bb_event_connect_complete 
-0x3d26 013369 store 2 ,mem_cb_att_write 
-0x3d27 013371 call g24_head_ptr2regc 
-0x3d28 013372 setarg mouse_g24_package_data 
-0x3d29 013373 add regc ,offset_24g_cb_data ,contw 
-0x3d2a 013374 istore 2 ,contw 
-0x3d2b 013375 setarg mouse_g24_enter_lpm 
-0x3d2c 013376 add regc ,offset_24g_cb_lpm_prepare ,contw 
-0x3d2d 013377 istore 2 ,contw 
-0x3d2e 013378 setarg mouse_lpm_before_common 
-0x3d2f 013379 add regc ,offset_24g_cb_lpm_before ,contw 
-0x3d30 013380 istore 2 ,contw 
-0x3d31 013382 setarg mouse_bb_event_timer 
-0x3d32 013383 store 2 ,mem_cb_event_timer 
-0x3d33 013384 setarg mouse_spi_write_flash_cb 
-0x3d34 013385 store 2 ,mem_cb_spi_flash_write_complate 
-0x3d35 013386 rtn 
-:      013387 mouse_spi_write_flash_cb:
-:      013388 mouse_spi_init:
-0x3d36 013389 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d37 013390 bbit0 mouse_enable_spi2 ,spid_init 
-0x3d38 013391 branch spid_init2 
-:      013393 mouse_setting_config:
-0x3d39 013394 rtn wake 
-0x3d3a 013395 call g24_set_device_addr 
-0x3d3b 013396 call mouse_gpio_init 
-0x3d3c 013397 call mouse_param_init 
-0x3d3d 013398 call mouse_adc_init 
-0x3d3e 013399 call le_set_config_fixed_ltk 
-0x3d3f 013400 call le_set_justwork 
-0x3d40 013401 call le_set_fixed_ltk 
-0x3d41 013402 call le_set_config_read_authentication 
-0x3d42 013403 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d43 013404 bbit1 mouse_enable_eeprom ,mouse_init_iic 
-0x3d44 013405 bbit1 mouse_enable_flash ,mouse_load_flash_info_cheak 
-0x3d45 013406 rtn 
-:      013408 mouse_init_iic:
-0x3d46 013409 call iic_init_390k 
-0x3d47 013410 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d48 013411 isolate1 mouse_enable_2k_eeprom ,pdata 
-0x3d49 013412 ncall clear_eeprom_size_2k ,true 
-0x3d4a 013413 call mouse_load_eeprom_dpi 
-0x3d4b 013414 call mouse_init_environment 
-0x3d4c 013415 call mouse_set_24g_addr_eeprom 
-0x3d4d 013416 branch iicd_read_eep_data 
-:      013418 mouse_wakeup_from_power:
-0x3d4e 013419 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d4f 013420 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_no_from_power 
-0x3d50 013421 fetch 1 ,mem_wakup_from_power_flag 
-0x3d51 013422 isolate0 gpio_latch ,pdata 
-0x3d52 013423 nrtn true 
-:      013424 mouse_wakeup_no_from_power:
-0x3d53 013425 fetch 1 ,mem_reconn_times_init 
-0x3d54 013426 store 1 ,mem_reconn_times 
-0x3d55 013427 fetch 1 ,mem_config_function_enable 
-0x3d56 013428 rtnbit1 enable_select_device_by_switch 
-:      013429 mouse_start_24g_mode:
-0x3d57 013430 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d58 013431 rtnbit0 mouse_enable_24g 
-0x3d59 013432 bbit1 mouse_enable_auto_24g_paring ,g24_auto_pair_start 
-0x3d5a 013433 branch g24_check_51cmd_start_24g 
-:      013434 le_mouse_bb_event_connect_complete:
-0x3d5b 013435 fetch 1 ,mem_le_att_handle 
-0x3d5c 013436 sub pdata ,26 ,pdata 
-0x3d5d 013437 nrtn zero 
-0x3d5e 013438 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x3d5f 013439 call ui_ipc_send_cmd 
-:      013440 mouse_le_write_enable:
-0x3d60 013441 arg write_req_enable_flag ,queue 
-0x3d61 013442 branch mouse_le_enable_connect_flag 
-:      013444 mouse_dpi_up:
-0x3d62 013445 fetch 1 ,mem_mouse_dpi_button_state 
-0x3d63 013446 rtneq dpi_button_state_up 
-0x3d64 013447 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x3d65 013448 rtn 
-:      013449 mouse_dpi_config:
-0x3d66 013450 fetch 1 ,mem_config_sensor_motion 
-0x3d67 013451 and pdata ,0x0f ,pdata 
-0x3d68 013452 store 1 ,mem_mouse_dpi 
-0x3d69 013453 branch mouse_seting_dpi + 2 
-:      013456 mouse_dpi_cheak:
-0x3d6a 013457 fetcht 1 ,mem_dpi_button_gpio 
-0x3d6b 013458 call gpio_get_bit 
-0x3d6c 013459 nbranch mouse_dpi_up ,true 
-:      013460 mouse_dpi_down:
-0x3d6d 013461 fetch 1 ,mem_mouse_dpi_button_state 
-0x3d6e 013462 rtneq dpi_button_state_down 
-0x3d6f 013463 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-0x3d70 013464 fetch 1 ,mem_mouse_dpi 
-0x3d71 013465 increase 1 ,pdata 
-0x3d72 013466 and pdata ,0x03 ,pdata 
-0x3d73 013467 store 1 ,mem_mouse_dpi 
-0x3d74 013468 call mouse_seting_dpi 
-0x3d75 013469 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d76 013470 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
-0x3d77 013471 bbit1 mouse_enable_flash ,mouse_before_store_flash_cpi 
-0x3d78 013472 rtn 
-:      013473 mouse_before_store_flash_cpi:
-0x3d79 013474 arg mouse_spi2_clk_gpio ,temp 
-0x3d7a 013475 call gpio_config_output 
-0x3d7b 013476 arg mouse_spi2_sdio_gpio ,temp 
-0x3d7c 013477 call gpio_config_output 
-0x3d7d 013478 branch mouse_store_flash_device_info 
-:      013480 mouse_seting_dpi:
-0x3d7e 013481 bpatch patch1c_3 ,mem_patch1c 
-0x3d7f 013482 call mosue_dpi_led_blink_init 
-0x3d80 013483 fetch 1 ,mem_config_sensor_type 
-0x3d81 013484 beq p3610 ,mouse_seting_3610_dpi 
-0x3d82 013485 beq p3212 ,mouse_seting_3212_dpi 
-0x3d83 013486 fetch 1 ,mem_mouse_dpi 
-0x3d84 013487 beq mouse_dpi_level1 ,mouse_set_cpi1 
-0x3d85 013488 beq mouse_dpi_level2 ,mouse_set_cpi2 
-0x3d86 013489 beq mouse_dpi_level3 ,mouse_set_cpi3 
-0x3d87 013490 beq mouse_dpi_level4 ,mouse_set_cpi4 
-:      013491 mouse_set_cpi2:
-0x3d88 013492 fetch 1 ,mem_320x_dpi_2 
-0x3d89 013493 branch mouse_p3205_dpi 
-:      013494 mouse_set_cpi1:
-0x3d8a 013495 fetch 1 ,mem_320x_dpi_1 
-0x3d8b 013496 branch mouse_p3205_dpi 
-:      013497 mouse_set_cpi3:
-0x3d8c 013498 fetch 1 ,mem_320x_dpi_3 
-0x3d8d 013499 branch mouse_p3205_dpi 
-:      013500 mouse_set_cpi4:
-0x3d8e 013501 fetch 1 ,mem_320x_dpi_4 
-0x3d8f 013502 branch mouse_p3205_dpi 
-:      013503 moue_seting_cpi_count:
-0x3d90 013504 fetch 1 ,mem_config_sensor_type 
-0x3d91 013505 rtneq p3065_xy 
-0x3d92 013506 fetch 1 ,mem_mouse_cpi_count 
-0x3d93 013507 increase 1 ,pdata 
-0x3d94 013508 store 1 ,mem_mouse_cpi_count 
-0x3d95 013509 rtn 
-:      013511 mouse_seting_3212_dpi:
-0x3d96 013512 fetch 1 ,mem_mouse_dpi 
-0x3d97 013513 beq mouse_dpi_level1 ,mouse_set_p3212_cpi1 
-0x3d98 013514 beq mouse_dpi_level2 ,mouse_set_p3212_cpi2 
-0x3d99 013515 beq mouse_dpi_level3 ,mouse_set_p3212_cpi3 
-0x3d9a 013516 beq mouse_dpi_level4 ,mouse_set_p3212_cpi4 
-:      013517 mouse_set_p3212_cpi2:
-0x3d9b 013518 fetch 1 ,mem_3212_dpi_2 
-0x3d9c 013519 branch mouse_p3212_dpi 
-:      013520 mouse_set_p3212_cpi1:
-0x3d9d 013521 fetch 1 ,mem_3212_dpi_1 
-0x3d9e 013522 branch mouse_p3212_dpi 
-:      013523 mouse_set_p3212_cpi3:
-0x3d9f 013524 fetch 1 ,mem_3212_dpi_3 
-0x3da0 013525 branch mouse_p3212_dpi 
-:      013526 mouse_set_p3212_cpi4:
-0x3da1 013527 fetch 1 ,mem_3212_dpi_4 
-:      013528 mouse_p3212_dpi:
-0x3da2 013529 store 1 ,mem_mouse_cpi_count 
-0x3da3 013530 lshift8 pdata ,pdata 
-0x3da4 013531 copy pdata ,rega 
-0x3da5 013532 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
-0x3da6 013533 call twspi_write 
-0x3da7 013534 copy rega ,pdata 
-0x3da8 013535 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
-0x3da9 013536 branch twspi_write 
-:      013538 mouse_seting_3610_dpi:
-0x3daa 013539 fetch 1 ,mem_mouse_dpi 
-0x3dab 013540 beq mouse_dpi_level1 ,mouse_set_p3610_cpi1 
-0x3dac 013541 beq mouse_dpi_level2 ,mouse_set_p3610_cpi2 
-0x3dad 013542 beq mouse_dpi_level3 ,mouse_set_p3610_cpi3 
-0x3dae 013543 beq mouse_dpi_level4 ,mouse_set_p3610_cpi4 
-:      013544 mouse_set_p3610_cpi2:
-0x3daf 013545 fetch 1 ,mem_3610_dpi_2 
-0x3db0 013546 branch mouse_p3610_dpi 
-:      013547 mouse_set_p3610_cpi1:
-0x3db1 013548 fetch 1 ,mem_3610_dpi_1 
-0x3db2 013549 branch mouse_p3610_dpi 
-:      013550 mouse_set_p3610_cpi3:
-0x3db3 013551 fetch 1 ,mem_3610_dpi_3 
-0x3db4 013552 branch mouse_p3610_dpi 
-:      013553 mouse_set_p3610_cpi4:
-0x3db5 013554 fetch 1 ,mem_3610_dpi_4 
-:      013555 mouse_p3610_dpi:
-0x3db6 013556 store 1 ,mem_mouse_cpi_count 
-0x3db7 013557 call mouse_spi_sdio_gpio_pollup 
-0x3db8 013558 fetch 1 ,mem_mouse_cpi_count 
-:      013559 mouse_reset_p3610_dpi:
-0x3db9 013560 add pdata ,0x80 ,pdata 
-0x3dba 013561 lshift8 pdata ,pdata 
-0x3dbb 013562 add pdata ,mouse_p3610_dpi_address ,pdata 
-0x3dbc 013563 copy pdata ,rega 
-0x3dbd 013564 branch mouse_set_sensor_reg 
-:      013566 mouse_p3205_dpi:
-0x3dbe 013567 store 1 ,mem_mouse_cpi_count 
-0x3dbf 013568 call moue_seting_cpi_count 
-0x3dc0 013569 fetch 1 ,mem_mouse_cpi_count 
-0x3dc1 013570 setarg mouse_dpi_address 
-0x3dc2 013571 call twspi_read 
-0x3dc3 013572 and pdata ,0xf8 ,temp 
-0x3dc4 013573 fetch 1 ,mem_mouse_cpi_count 
-0x3dc5 013574 iadd temp ,pdata 
-0x3dc6 013575 lshift8 pdata ,pdata 
-0x3dc7 013576 add pdata ,mouse_dpi_address ,pdata 
-0x3dc8 013577 branch twspi_write 
-:      013580 mouse_init_environment:
-0x3dc9 013581 call app_initflag_check 
-0x3dca 013582 branch mouse_eeprom_load_recon_info ,zero 
-0x3dcb 013583 call mouse_ble_init_address 
-0x3dcc 013584 call mouse_store_eeprom_device_info 
-0x3dcd 013585 branch app_initflag_store 
-:      013588 mouse_24g_pairing_button:
-0x3dce 013589 fetch 2 ,mem_24g_pairing_timer_count 
-0x3dcf 013590 rtn blank 
-0x3dd0 013591 fetch mouse_flag_len ,mem_mouse_flag 
-0x3dd1 013592 rtnbit0 mouse_enable_24g 
-0x3dd2 013593 rtnbit1 mosue_24g_pairing_flag 
-0x3dd3 013594 rtnmark1 mark_24g 
-0x3dd4 013595 call mouse_check_key_gpio 
-0x3dd5 013596 rtnne mouse_lmr_button 
-0x3dd6 013597 call mouse_devce_led_off 
-0x3dd7 013598 arg mosue_24g_pairing_flag ,queue 
-0x3dd8 013599 call mouse_enable_function_flag 
-0x3dd9 013600 setarg 0 
-0x3dda 013601 store 2 ,mem_mouse_direct_timer 
-0x3ddb 013602 store 1 ,mem_mouse_send_blank_timer 
-0x3ddc 013603 call g24_set0_mem_check_dongle_times 
-0x3ddd 013605 fetch 2 ,mem_ui_state_map 
-0x3dde 013606 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
-0x3ddf 013607 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x3de0 013608 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x3de1 013609 call mouse_stop_discovery 
-0x3de2 013610 branch g24_start_pairing_sm1 
-:      013613 mouse_idle:
-0x3de3 013614 call mouse_24g_pairing_button 
-0x3de4 013615 call ui_check_paring_button 
-0x3de5 013616 call mouse_dpi_cheak 
-0x3de6 013617 call mouse_usb_isr 
-0x3de7 013618 call mouse_wheel_check 
-0x3de8 013619 branch mouse_usb_mode 
-:      013620 mouse_usb_isr:
-0x3de9 013621 fetch mouse_flag_len ,mem_mouse_flag 
-0x3dea 013622 rtnbit0 mouse_enable_usb 
-0x3deb 013623 call usb_isr 
-0x3dec 013624 branch usb_offline_state 
-:      013626 mouse_cheak_usb:
-0x3ded 013627 hfetch 1 ,core_usb_addr 
-0x3dee 013628 bbit0 7 ,mouse_usb_no_exsit 
-0x3def 013629 bbit1 7 ,mouse_usb_exsit 
-0x3df0 013630 rtn 
-:      013631 mouse_usb_no_exsit:
-0x3df1 013632 fetch 1 ,mem_usb_addr 
-0x3df2 013633 rtnbit0 7 
-0x3df3 013634 branch soft_reset_chip 
-:      013635 mouse_usb_exsit:
-0x3df4 013636 fetch 1 ,mem_usb_addr 
-0x3df5 013637 rtnbit1 7 
-0x3df6 013638 branch mouse_stop_bluetooth_mode 
-:      013640 mouse_usb_mode:
-0x3df7 013641 call mouse_cheak_usb 
-0x3df8 013642 hfetch 1 ,core_usb_addr 
-0x3df9 013643 store 1 ,mem_usb_addr 
-0x3dfa 013644 rtnbit0 7 
-0x3dfb 013645 call mouse_clkn_check 
-0x3dfc 013646 fetch 4 ,mem_btclk_sensor 
-0x3dfd 013647 fetcht 1 ,mem_wire_usb_interval 
-0x3dfe 013648 iadd temp ,temp 
-0x3dff 013649 copy clkn_bt ,pdata 
-0x3e00 013650 isub temp ,null 
-0x3e01 013651 nrtn positive 
-0x3e02 013652 store 4 ,mem_btclk_sensor 
-0x3e03 013653 call mouse_motion 
-0x3e04 013654 nrtn user 
-0x3e05 013655 jam 4 ,mem_usb_tx_enable 
-0x3e06 013656 branch mouse_wired_to_usb 
-:      013658 mouse_clkn_check:
-0x3e07 013659 fetcht 4 ,mem_btclk_sensor 
-0x3e08 013660 copy clkn_bt ,pdata 
-0x3e09 013661 isub temp ,null 
-0x3e0a 013662 ncall mouse_clkn_timeout ,positive 
-0x3e0b 013663 rtn 
-:      013664 mouse_clkn_timeout:
-0x3e0c 013665 setarg 0 
-0x3e0d 013666 store 4 ,mem_btclk_sensor 
-0x3e0e 013667 rtn 
-:      013671 mouse_wired_to_usb:
-0x3e0f 013672 fetch 1 ,mem_usb_tx_enable 
-0x3e10 013673 rtnbit0 2 
-0x3e11 013674 branch mouse_data_push 
-:      013675 mouse_data_push:
-0x3e12 013676 hfetch 1 ,core_usb_addr 
-0x3e13 013677 rtnbit0 7 
-0x3e14 013678 jam usb_ep2_ms ,mem_usb_ep2_data 
-0x3e15 013679 setarg ms_report_id 
-0x3e16 013680 store 1 ,mem_usb_mouse_data 
-0x3e17 013681 fetch 7 ,mem_mouse_key 
-0x3e18 013682 istore 7 ,contw 
-0x3e19 013683 rtn 
-:      013686 mouse_enable_clock_qdecoder:
-0x3e1a 013687 hfetch 2 ,core_clkoff 
-0x3e1b 013688 set0 clock_off_qdecoder ,pdata 
-0x3e1c 013689 hstore 2 ,core_clkoff 
-0x3e1d 013690 rtn 
-:      013692 mouse_param_init:
-0x3e1e 013693 setarg 0x8c00 
-0x3e1f 013694 store 2 ,mem_ui_uuid_table 
-0x3e20 013695 setarg 0x8e7a 
-0x3e21 013696 store 2 ,mem_ui_le_uuid_table 
-0x3e22 013697 setarg 0x2402 
-0x3e23 013698 store 2 ,mem_fcomp_mul 
-0x3e24 013699 setarg 0x2580 
-0x3e25 013700 store 3 ,mem_class 
-0x3e26 013701 jam 3 ,mem_lpm_mult_timeout 
-0x3e27 013702 jam 8 ,mem_lpm_overhead 
-0x3e28 013703 jam dpi_button_state_up ,mem_select_device_button_statue 
-0x3e29 013704 setarg 0x0200 
-0x3e2a 013705 store 2 ,mem_lpm_interval 
-0x3e2b 013706 jam 0x17 ,mem_le_local_mtu 
-0x3e2c 013707 jam 0x17 ,mem_le_remote_mtu 
-0x3e2d 013709 setarg 0x0a77 
-0x3e2e 013710 store 2 ,mem_spi_init_clk 
-0x3e2f 013726 setsect 0 ,0x306 
-0x3e30 013727 setsect 1 ,0x4440 
-0x3e31 013728 setsect 2 ,0x10000 
-0x3e32 013729 setsect 3 ,0x4408 
-0x3e33 013730 store 9 ,mem_all_uuid_16bits 
-0x3e34 013731 setsect 0 ,0x1224 
-0x3e35 013732 setsect 1 ,0x4000 
-0x3e36 013733 setsect 2 ,0x0 
-0x3e37 013734 istore 5 ,contw 
-0x3e38 013736 setsect 0 ,0x3ffff 
-0x3e39 013737 setsect 1 ,0x2fe23 
-0x3e3a 013738 setsect 2 ,0x199d9 
-0x3e3b 013739 setsect 3 ,0x20d 
-0x3e3c 013740 store 8 ,mem_features 
-0x3e3d 013742 setarg 0x012c 
-0x3e3e 013743 store 2 ,mem_24g_pairing_timer_count 
-0x3e3f 013744 call le_modified_name 
-0x3e40 013745 fetch mouse_flag_len ,mem_mouse_flag 
-0x3e41 013746 rtnbit0 mouse_enable_gpio_control_adc_sensor 
-0x3e42 013747 call mouse_sensor_set_angle 
-0x3e43 013748 branch mouse_select_adc 
-:      013750 mouse_sensor_set_angle:
-0x3e44 013751 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x3e45 013752 call gpio_config_input 
-0x3e46 013753 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x3e47 013754 call gpio_get_bit 
-0x3e48 013755 jam mouse_3clk_angle ,mem_config_sensor_angle 
-0x3e49 013756 rtn true 
-0x3e4a 013757 jam mouse_12clk_angle ,mem_config_sensor_angle 
-0x3e4b 013758 rtn 
-:      013760 mouse_select_adc:
-0x3e4c 013761 fetcht 1 ,mem_select_adc_gpio 
-0x3e4d 013762 call gpio_config_input 
-0x3e4e 013763 fetcht 1 ,mem_select_adc_gpio 
-0x3e4f 013764 call gpio_get_bit 
-0x3e50 013765 jam adc_config_vinlpm ,mem_adc_config_flag 
-0x3e51 013766 rtn true 
-0x3e52 013767 jam adc_config_gpio ,mem_adc_config_flag 
-0x3e53 013768 rtn 
-:      013771 mouse_adc_init:
-0x3e54 013772 fetch 1 ,mem_adc_config_flag 
-0x3e55 013773 beq adc_config_vinlpm ,mouse_adc_init_data_vinlpm 
-0x3e56 013774 beq adc_config_hvin ,mouse_adc_init_data_hvin 
-0x3e57 013775 beq adc_config_gpio ,mouse_adc_init_data_io 
-0x3e58 013776 branch mouse_adc_init_data_vinlpm 
-:      013778 mouse_adc_init_data_vinlpm:
-0x3e59 013779 fetcht 2 ,mem_2v_adc_vinlpm_data 
-0x3e5a 013780 fetch 2 ,mem_3v_adc_vinlpm_data 
-0x3e5b 013781 isub temp ,pdata 
-0x3e5c 013782 mul32 pdata ,20 ,pdata 
-0x3e5d 013783 div pdata ,100 
-0x3e5e 013784 call wait_div_end 
-0x3e5f 013785 quotient pdata 
-0x3e60 013786 store 2 ,mem_adc_reference_voltage 
-0x3e61 013787 rtn 
-:      013788 mouse_adc_init_data_hvin:
-0x3e62 013789 fetcht 2 ,mem_1v_adc_hvin_data 
-0x3e63 013790 fetch 2 ,mem_5v_adc_hvin_data 
-0x3e64 013791 isub temp ,pdata 
-0x3e65 013792 mul32 pdata ,230 ,pdata 
-0x3e66 013793 div pdata ,400 
-0x3e67 013794 call wait_div_end 
-0x3e68 013795 quotient pdata 
-0x3e69 013796 store 2 ,mem_adc_reference_voltage 
-0x3e6a 013797 rtn 
-:      013798 mouse_adc_init_data_io:
-0x3e6b 013799 fetch 2 ,mem_1v_adc_io_data 
-0x3e6c 013800 store 2 ,mem_adc_reference_voltage 
-0x3e6d 013801 rtn 
-:      013802 mouse_gpio_init:
-0x3e6e 013803 fetcht 1 ,mem_eeprom_wp_gpio 
-0x3e6f 013804 call gpio_config_output 
-0x3e70 013805 call usb_offline_check_init 
-0x3e71 013806 fetcht 1 ,mem_lbutton_gpio 
-0x3e72 013807 call gpio_config_input 
-0x3e73 013808 fetcht 1 ,mem_rbutton_gpio 
-0x3e74 013809 call gpio_config_input 
-0x3e75 013810 fetcht 1 ,mem_mbutton_gpio 
-0x3e76 013811 call gpio_config_input 
-0x3e77 013812 fetcht 1 ,mem_sensor_data_gpio 
-0x3e78 013813 call gpio_config_input 
-0x3e79 013815 fetcht 1 ,mem_sensor_reset_gpio 
-0x3e7a 013816 call gpio_config_output 
-0x3e7b 013818 fetcht 1 ,mem_whee_a_data_gpio 
-0x3e7c 013819 call gpio_config_input 
-0x3e7d 013821 fetcht 1 ,mem_whee_b_data_gpio 
-0x3e7e 013822 call gpio_config_input 
-0x3e7f 013824 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3e80 013825 call gpio_config_input 
-0x3e81 013826 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3e82 013827 call gpio_config_input 
-0x3e83 013829 fetcht 1 ,mem_bk_button_gpio 
-0x3e84 013830 call gpio_config_input 
-0x3e85 013831 fetcht 1 ,mem_fw_button_gpio 
-0x3e86 013832 call gpio_config_input 
-0x3e87 013834 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
-0x3e88 013835 call gpio_config_output 
-0x3e89 013837 fetcht 1 ,mem_config_device1_led_gpio 
-0x3e8a 013838 call gpio_config_output 
-0x3e8b 013840 fetcht 1 ,mem_config_device2_led_gpio 
-0x3e8c 013841 call gpio_config_output 
-0x3e8d 013843 fetcht 1 ,mem_config_device3_led_gpio 
-0x3e8e 013844 call gpio_config_output 
-0x3e8f 013846 fetcht 1 ,mem_dpi_led_gpio 
-0x3e90 013847 call gpio_config_output 
-0x3e91 013849 fetcht 1 ,mem_config_select_device_button_gpio 
-0x3e92 013850 call gpio_config_input 
-0x3e93 013852 fetcht 1 ,mem_config_bt_button_gpio 
-0x3e94 013853 call gpio_config_input 
-0x3e95 013855 fetcht 1 ,mem_dpi_button_gpio 
-0x3e96 013856 branch gpio_config_input 
-:      013858 mouse_wheel_gpio_set_wake:
-0x3e97 013859 fetcht 1 ,mem_whee_a_data_gpio 
-0x3e98 013860 call gpio_set_wake_by_current_state 
-0x3e99 013861 fetcht 1 ,mem_whee_b_data_gpio 
-0x3e9a 013862 call gpio_set_wake_by_current_state 
-0x3e9b 013863 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3e9c 013864 call gpio_set_wake_by_current_state 
-0x3e9d 013865 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3e9e 013866 branch gpio_set_wake_by_current_state 
-:      013868 mouse_before_hibernate_wheel_gpio_set:
-0x3e9f 013869 fetcht 1 ,mem_whee_a_data_gpio 
-0x3ea0 013870 call mouse_gpio_set_pupd_by_input 
-0x3ea1 013871 fetcht 1 ,mem_whee_b_data_gpio 
-0x3ea2 013872 call mouse_gpio_set_pupd_by_input 
-0x3ea3 013873 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3ea4 013874 call mouse_gpio_set_pupd_by_input 
-0x3ea5 013875 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3ea6 013876 branch mouse_gpio_set_pupd_by_input 
-:      013878 mouse_gpio_set_pupd_by_input:
-0x3ea7 013879 sub temp ,ui_button_gpio_disable ,null 
-0x3ea8 013880 rtn zero 
-0x3ea9 013881 and temp ,0x7f ,queue 
-0x3eaa 013882 hfetch 4 ,core_gpio_in 
-0x3eab 013883 qisolate1 pdata 
-0x3eac 013884 hfetch 4 ,core_gpio_pu0 
-0x3ead 013885 qsetflag true ,pdata 
-0x3eae 013886 hstore 4 ,core_gpio_pu0 
-0x3eaf 013887 hfetch 4 ,core_gpio_pd0 
-0x3eb0 013888 nqsetflag true ,pdata 
-0x3eb1 013889 hstore 4 ,core_gpio_pd0 
-0x3eb2 013890 rtn 
-:      013892 mouse_before_hibernate:
-0x3eb3 013893 enable user 
-0x3eb4 013894 hfetch 4 ,0x8138 
-0x3eb5 013895 setflag user ,26 ,pdata 
-0x3eb6 013896 hstore 4 ,core_lpm_reg 
-0x3eb7 013897 call lpm_write_ctrl 
-0x3eb8 013898 call mouse_devce_led_off 
-0x3eb9 013899 call mouse_before_hibernate_wheel_gpio_set 
-0x3eba 013901 branch mouse_lpm_before_common 
-:      013905 mouse_process_lpm_before:
-0x3ebb 013906 call mouse_lpm_before_common 
-0x3ebc 013907 fetch 1 ,mem_lpm_current_mult 
-0x3ebd 013908 nrtn blank 
-0x3ebe 013909 branch gpio_clr_wake 
-:      013911 mouse_lpm_before_common:
-0x3ebf 013912 call mouse_wheel_check 
-0x3ec0 013913 arg mouse_spi1_clk_gpio ,temp 
-0x3ec1 013914 fetch mouse_flag_len ,mem_mouse_flag 
-0x3ec2 013915 isolate1 mouse_enable_spi2 ,pdata 
-0x3ec3 013916 call mouse_spi_clk_gpio ,true 
-0x3ec4 013917 call gpio_config_output 
-0x3ec5 013918 call twspi_disable 
-0x3ec6 013922 fetcht 1 ,mem_lbutton_gpio 
-0x3ec7 013923 call gpio_set_wake_by_current_state 
-0x3ec8 013924 fetcht 1 ,mem_rbutton_gpio 
-0x3ec9 013925 call gpio_set_wake_by_current_state 
-0x3eca 013926 fetcht 1 ,mem_mbutton_gpio 
-0x3ecb 013927 call gpio_set_wake_by_current_state 
-0x3ecc 013929 fetcht 1 ,mem_bk_button_gpio 
-0x3ecd 013930 call gpio_set_wake_by_current_state 
-0x3ece 013931 fetcht 1 ,mem_fw_button_gpio 
-0x3ecf 013932 call gpio_set_wake_by_current_state 
-0x3ed0 013933 fetcht 1 ,mem_dpi_button_gpio 
-0x3ed1 013934 call gpio_set_wake_by_current_state 
-0x3ed2 013935 fetcht 1 ,mem_config_select_device_button_gpio 
-0x3ed3 013936 call gpio_set_wake_by_current_state 
-0x3ed4 013937 fetcht 1 ,mem_whee_a_data_gpio 
-0x3ed5 013938 call gpio_set_wake_by_current_state 
-0x3ed6 013939 fetcht 1 ,mem_whee_b_data_gpio 
-0x3ed7 013940 call gpio_set_wake_by_current_state 
-0x3ed8 013941 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3ed9 013942 call gpio_set_wake_by_current_state 
-0x3eda 013943 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3edb 013944 call gpio_set_wake_by_current_state 
-0x3edc 013945 fetcht 1 ,mem_sensor_data_gpio 
-0x3edd 013946 branch gpio_set_wake 
-:      013950 mouse_spi_clk_gpio:
-0x3ede 013951 arg mouse_spi2_clk_gpio ,temp 
-0x3edf 013952 rtn 
-:      013954 mouse_wheel_check:
-0x3ee0 013955 bpatch patch1c_4 ,mem_patch1c 
-0x3ee1 013956 call mouse_t_wheel_scan 
-0x3ee2 013957 call mouse_wheel_scan 
-0x3ee3 013958 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3ee4 013959 fetcht 1 ,mem_wheel_tb_old_pinlevel 
-0x3ee5 013960 store 1 ,mem_wheel_tb_old_pinlevel 
-0x3ee6 013961 isub temp ,null 
-0x3ee7 013962 nbranch app_lpm_wake_auto_lock ,zero 
-0x3ee8 013963 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3ee9 013964 fetcht 1 ,mem_mwheel_b_old_pinlevel 
-0x3eea 013965 store 1 ,mem_mwheel_b_old_pinlevel 
-0x3eeb 013966 isub temp ,null 
-0x3eec 013967 nbranch app_lpm_wake_auto_lock ,zero 
-0x3eed 013968 rtn 
-:      013969 mouse_t_wheel_scan:
-0x3eee 013970 fetch 1 ,mem_whee_ta_data_gpio 
-0x3eef 013971 rtneq gpio_disable 
-0x3ef0 013972 arg 0 ,rega 
-0x3ef1 013973 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3ef2 013974 call gpio_get_bit 
-0x3ef3 013975 setflag true ,0 ,rega 
-0x3ef4 013976 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3ef5 013977 call gpio_get_bit 
-0x3ef6 013978 setflag true ,1 ,rega 
-0x3ef7 013979 copy rega ,pdata 
-0x3ef8 013980 store 1 ,mem_wheel_tb_new_pinlevel 
-0x3ef9 013981 beq 0x01 ,mouse_t_wheel_scan_judge1 
-0x3efa 013982 beq 0x02 ,mouse_t_wheel_scan_judge2 
-0x3efb 013983 fetch 1 ,mem_wheel_tog 
-0x3efc 013984 bbit1 7 ,mouse_t_wheel_scan_judge3 
-0x3efd 013985 rtn 
-:      013987 mouse_t_wheel_scan_judge1:
-0x3efe 013988 fetch 1 ,mem_wheel_tb_old_pinlevel 
-0x3eff 013989 beq 0 ,mouse_t_wheel_scan_judge11 
-0x3f00 013990 beq 3 ,mouse_t_wheel_scan_judge12 
-0x3f01 013991 rtn 
-:      013992 mouse_t_wheel_scan_judge2:
-0x3f02 013993 fetch 1 ,mem_wheel_tb_old_pinlevel 
-0x3f03 013994 beq 0 ,mouse_t_wheel_scan_judge21 
-0x3f04 013995 beq 3 ,mouse_t_wheel_scan_judge22 
-0x3f05 013996 rtn 
-:      013997 mouse_t_wheel_scan_judge11:
-0x3f06 013998 jam 0x82 ,mem_wheel_tog 
-0x3f07 013999 rtn 
-:      014000 mouse_t_wheel_scan_judge12:
-0x3f08 014001 jam 0x81 ,mem_wheel_tog 
-0x3f09 014002 rtn 
-:      014003 mouse_t_wheel_scan_judge21:
-0x3f0a 014004 jam 0x80 ,mem_wheel_tog 
-0x3f0b 014005 rtn 
-:      014006 mouse_t_wheel_scan_judge22:
-0x3f0c 014007 jam 0x83 ,mem_wheel_tog 
-0x3f0d 014008 rtn 
-:      014009 mouse_t_wheel_scan_judge3:
-0x3f0e 014010 fetch 1 ,mem_wheel_tog 
-0x3f0f 014011 set0 7 ,pdata 
-0x3f10 014012 store 1 ,mem_wheel_tog 
-0x3f11 014013 beq 0 ,mouse_t_wheel_scan_judge30 
-0x3f12 014014 beq 1 ,mouse_t_wheel_scan_judge31 
-0x3f13 014015 beq 2 ,mouse_t_wheel_scan_judge32 
-0x3f14 014016 beq 3 ,mouse_t_wheel_scan_judge33 
-0x3f15 014017 rtn 
-:      014018 mouse_t_wheel_scan_judge30:
-0x3f16 014019 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f17 014020 beq 3 ,mouse_wheel_t_forward 
-0x3f18 014021 rtn 
-:      014022 mouse_t_wheel_scan_judge31:
-0x3f19 014023 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f1a 014024 beq 0 ,mouse_wheel_t_forward 
-0x3f1b 014025 rtn 
-:      014026 mouse_t_wheel_scan_judge32:
-0x3f1c 014027 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f1d 014028 beq 3 ,mouse_wheel_t_back 
-0x3f1e 014029 rtn 
-:      014030 mouse_t_wheel_scan_judge33:
-0x3f1f 014031 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f20 014032 beq 0 ,mouse_wheel_t_back 
-0x3f21 014033 rtn 
-:      014034 mouse_wheel_t_forward:
-0x3f22 014035 fetch 1 ,mem_mouse_tz_data_count1 
-0x3f23 014036 increase 1 ,pdata 
-0x3f24 014037 store 1 ,mem_mouse_tz_data_count1 
-0x3f25 014038 sub pdata ,1 ,null 
-0x3f26 014039 rtn positive 
-0x3f27 014040 jam 0 ,mem_mouse_tz_data_count1 
-0x3f28 014041 fetch 1 ,mem_mouse_tz_data 
-0x3f29 014042 increase 1 ,pdata 
-0x3f2a 014043 store 1 ,mem_mouse_tz_data 
-0x3f2b 014044 rtn 
-:      014045 mouse_wheel_t_back:
-0x3f2c 014046 fetch 1 ,mem_mouse_tz_data_count 
-0x3f2d 014047 increase 1 ,pdata 
-0x3f2e 014048 store 1 ,mem_mouse_tz_data_count 
-0x3f2f 014049 sub pdata ,1 ,null 
-0x3f30 014050 rtn positive 
-0x3f31 014051 jam 0 ,mem_mouse_tz_data_count 
-0x3f32 014052 fetch 1 ,mem_mouse_tz_data 
-0x3f33 014053 increase -1 ,pdata 
-0x3f34 014054 store 1 ,mem_mouse_tz_data 
-0x3f35 014055 rtn 
-:      014058 mouse_wheel_scan:
-0x3f36 014059 fetch 1 ,mem_whee_a_data_gpio 
-0x3f37 014060 rtneq gpio_disable 
-0x3f38 014061 arg 0 ,rega 
-0x3f39 014062 fetcht 1 ,mem_whee_a_data_gpio 
-0x3f3a 014063 call gpio_get_bit 
-0x3f3b 014064 setflag true ,0 ,rega 
-0x3f3c 014065 fetcht 1 ,mem_whee_b_data_gpio 
-0x3f3d 014066 call gpio_get_bit 
-0x3f3e 014067 setflag true ,1 ,rega 
-0x3f3f 014068 copy rega ,pdata 
-0x3f40 014069 store 1 ,mem_mwheel_b_new_pinlevel 
-0x3f41 014070 beq 0x01 ,mouse_wheel_scan_judge1 
-0x3f42 014071 beq 0x02 ,mouse_wheel_scan_judge2 
-0x3f43 014072 fetch 1 ,mem_mwheel_tog 
-0x3f44 014073 bbit1 7 ,mouse_wheel_scan_judge3 
-0x3f45 014074 rtn 
-:      014076 mouse_wheel_scan_judge1:
-0x3f46 014077 fetch 1 ,mem_mwheel_b_old_pinlevel 
-0x3f47 014078 beq 0 ,mouse_wheel_scan_judge11 
-0x3f48 014079 beq 3 ,mouse_wheel_scan_judge12 
-0x3f49 014080 rtn 
-:      014081 mouse_wheel_scan_judge2:
-0x3f4a 014082 fetch 1 ,mem_mwheel_b_old_pinlevel 
-0x3f4b 014083 beq 0 ,mouse_wheel_scan_judge21 
-0x3f4c 014084 beq 3 ,mouse_wheel_scan_judge22 
-0x3f4d 014085 rtn 
-:      014086 mouse_wheel_scan_judge11:
-0x3f4e 014087 jam 0x82 ,mem_mwheel_tog 
-0x3f4f 014088 rtn 
-:      014089 mouse_wheel_scan_judge12:
-0x3f50 014090 jam 0x81 ,mem_mwheel_tog 
-0x3f51 014091 rtn 
-:      014092 mouse_wheel_scan_judge21:
-0x3f52 014093 jam 0x80 ,mem_mwheel_tog 
-0x3f53 014094 rtn 
-:      014095 mouse_wheel_scan_judge22:
-0x3f54 014096 jam 0x83 ,mem_mwheel_tog 
-0x3f55 014097 rtn 
-:      014098 mouse_wheel_scan_judge3:
-0x3f56 014099 fetch 1 ,mem_mwheel_tog 
-0x3f57 014100 set0 7 ,pdata 
-0x3f58 014101 store 1 ,mem_mwheel_tog 
-0x3f59 014102 beq 0 ,mouse_wheel_scan_judge30 
-0x3f5a 014103 beq 1 ,mouse_wheel_scan_judge31 
-0x3f5b 014104 beq 2 ,mouse_wheel_scan_judge32 
-0x3f5c 014105 beq 3 ,mouse_wheel_scan_judge33 
-0x3f5d 014106 rtn 
-:      014107 mouse_wheel_scan_judge30:
-0x3f5e 014108 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f5f 014109 beq 3 ,mouse_wheel_forward 
-0x3f60 014110 rtn 
-:      014111 mouse_wheel_scan_judge31:
-0x3f61 014112 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f62 014113 beq 0 ,mouse_wheel_forward 
-0x3f63 014114 rtn 
-:      014115 mouse_wheel_scan_judge32:
-0x3f64 014116 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f65 014117 beq 3 ,mouse_wheel_back 
-0x3f66 014118 rtn 
-:      014119 mouse_wheel_scan_judge33:
-0x3f67 014120 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f68 014121 beq 0 ,mouse_wheel_back 
-0x3f69 014122 rtn 
-:      014123 mouse_wheel_forward:
-0x3f6a 014124 jam 0 ,mem_mouse_z_data_count1 
-0x3f6b 014125 fetch 1 ,mem_mouse_z_data 
-0x3f6c 014126 increase 1 ,pdata 
-0x3f6d 014127 store 1 ,mem_mouse_z_data 
-0x3f6e 014128 rtn 
-:      014129 mouse_wheel_back:
-0x3f6f 014130 jam 0 ,mem_mouse_z_data_count 
-0x3f70 014131 fetch 1 ,mem_mouse_z_data 
-0x3f71 014132 increase -1 ,pdata 
-0x3f72 014133 store 1 ,mem_mouse_z_data 
-0x3f73 014134 rtn 
-:      014137 mouse_hid_connected:
-0x3f74 014138 setarg hid_handshake_timeout 
-0x3f75 014139 store 1 ,mem_hid_handshake_timer_count 
-0x3f76 014140 rtn 
-:      014142 mouse_send_process:
-0x3f77 014143 fetch 1 ,mem_app_handshake_flag 
-0x3f78 014144 rtn blank 
-0x3f79 014145 call l2cap_malloc_is_fifo_nearly_full 
-0x3f7a 014146 nrtn blank 
-0x3f7b 014147 fetch mouse_flag_len ,mem_mouse_flag 
-0x3f7c 014148 bbit1 mosue_24g_pairing_flag ,mouse_send_empty_data 
-0x3f7d 014149 bbit1 mouse_select_device_flag ,mouse_send_empty_data 
-0x3f7e 014150 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
-0x3f7f 014151 call mouse_motion 
-0x3f80 014152 nrtn user 
-:      014153 mouse_send_data:
-0x3f81 014154 arg 9 ,rega 
-0x3f82 014155 call hid_malloc_tx_buff 
-0x3f83 014156 fetch 2 ,mem_hid_int_remote_cid 
-0x3f84 014157 istore 2 ,contw 
-0x3f85 014158 setarg 0x02a1 
-0x3f86 014159 istore 2 ,contw 
-0x3f87 014160 fetch 7 ,mem_mouse_key 
-0x3f88 014161 istore 7 ,contw 
-0x3f89 014162 rtn 
-:      014165 mouse_send_empty_data:
-0x3f8a 014166 setarg 0 
-0x3f8b 014167 store 7 ,mem_mouse_key 
-0x3f8c 014168 branch mouse_send_data 
-:      014171 mouse_no_data_timer_init:
-0x3f8d 014172 fetch 2 ,mem_mouse_no_data_timeout 
-0x3f8e 014173 store 2 ,mem_mouse_no_data_timer 
-0x3f8f 014174 rtn 
-:      014177 mouse_fill_data_le:
-0x3f90 014178 bpatch patch1c_5 ,mem_patch1c 
-0x3f91 014179 arg 7 ,rega 
-0x3f92 014180 fetcht 2 ,mem_le_notify_handle 
-0x3f93 014181 call le_att_malloc_tx_notify 
-0x3f94 014182 fetch 7 ,mem_mouse_key 
-0x3f95 014183 istore 7 ,contw 
-0x3f96 014184 rtn 
-:      014186 mouse_motion:
-0x3f97 014187 bpatch patch1c_6 ,mem_patch1c 
-0x3f98 014188 disable user 
-0x3f99 014189 setarg 0 
-0x3f9a 014190 store 6 ,mem_mouse_x 
-0x3f9b 014191 call mouse_cheak_sensor_data 
-0x3f9c 014192 call mouse_zwheel 
-0x3f9d 014193 call mouse_t_zwheel 
-0x3f9e 014194 call mouse_key 
-0x3f9f 014195 nrtn user 
-0x3fa0 014196 call mouse_no_data_timer_init 
-0x3fa1 014197 arg mouse_statue_up_flag ,queue 
-0x3fa2 014198 branch mouse_enable_function_flag 
-:      014200 motion_6clk_direction_dispose:
-0x3fa3 014201 fetch 2 ,mem_mouse_x 
-0x3fa4 014202 sub pdata ,0 ,pdata 
-0x3fa5 014203 store 2 ,mem_mouse_x 
-0x3fa6 014204 branch enable_user 
-:      014205 motion_12clk_direction_dispose:
-0x3fa7 014206 fetch 2 ,mem_mouse_y 
-0x3fa8 014207 sub pdata ,0 ,pdata 
-0x3fa9 014208 store 2 ,mem_mouse_y 
-0x3faa 014209 branch enable_user 
-:      014210 motion_9clk_direction_dispose:
-0x3fab 014211 fetch 2 ,mem_mouse_y 
-0x3fac 014212 sub pdata ,0 ,pdata 
-0x3fad 014213 store 2 ,mem_mouse_y 
-0x3fae 014214 fetch 2 ,mem_mouse_x 
-0x3faf 014215 sub pdata ,0 ,pdata 
-0x3fb0 014216 store 2 ,mem_mouse_x 
-0x3fb1 014217 call mouse_sensor_data_swap_places 
-0x3fb2 014218 branch enable_user 
-:      014219 motion_3clk_direction_dispose:
-0x3fb3 014220 call mouse_sensor_data_swap_places 
-0x3fb4 014221 branch enable_user 
-:      014222 mouse_cheak_sensor_data:
-0x3fb5 014223 fetch 1 ,mem_spi_write_flash_sm 
-0x3fb6 014224 rtnne flash_sm_no_buys 
-0x3fb7 014225 fetch 1 ,mem_config_sensor_type 
-0x3fb8 014226 beq p3205 ,mouse_p32xx_sensor_motion 
-0x3fb9 014227 beq p3065 ,mouse_p32xx_sensor_motion 
-0x3fba 014228 beq ka8 ,mouse_p32xx_sensor_motion 
-0x3fbb 014229 beq p3204 ,mouse_p32xx_sensor_motion 
-0x3fbc 014230 beq p3212 ,mouse_p3212_sensor_motion 
-0x3fbd 014231 beq p3610 ,mouse_p3610_sensor_motion 
-0x3fbe 014232 beq p3065_xy ,mouse_p32xx_sensor_motion 
-0x3fbf 014233 branch mouse_p32xx_sensor_motion 
-:      014235 mouse_clear_sensor_data:
-0x3fc0 014236 fetch 1 ,mem_mouse_move_flag 
-0x3fc1 014237 call mouse_read_sensor_common ,blank 
-0x3fc2 014238 jam 1 ,mem_mouse_move_flag 
-0x3fc3 014239 rtn 
-:      014242 mouse_p3212_sensor_motion:
-0x3fc4 014243 call mouse_clear_sensor_data 
-0x3fc5 014244 fetcht 1 ,mem_sensor_data_gpio 
-0x3fc6 014245 call gpio_get_bit 
-0x3fc7 014246 nrtn true 
-:      014247 mouse_p3212_sensor_motion_1:
-0x3fc8 014248 setarg pan_reg_pid_l 
-0x3fc9 014249 call twspi_read 
-0x3fca 014250 bne p32xx_id1 ,mouse_twspi_reset 
-0x3fcb 014251 setarg pan_reg_motion_staus 
-0x3fcc 014252 call twspi_read 
-0x3fcd 014253 rtnbit0 7 
-0x3fce 014254 call mouse_read_sensor_common 
-0x3fcf 014255 call mouse_read_3212sensor_xy_high 
-0x3fd0 014256 store 1 ,mem_mouse_xy_h 
-0x3fd1 014257 rshift4 pdata ,pdata 
-0x3fd2 014258 call extsign_bit3 
-0x3fd3 014259 store 1 ,mem_mouse_x + 1 
-0x3fd4 014260 fetch 1 ,mem_mouse_xy_h 
-0x3fd5 014261 and pdata ,0x0f ,pdata 
-0x3fd6 014262 call extsign_bit3 
-0x3fd7 014263 store 1 ,mem_mouse_y + 1 
-0x3fd8 014264 fetch 1 ,mem_config_sensor_angle 
-0x3fd9 014265 beq mouse_6clk_angle ,motion_6clk_direction_dispose 
-0x3fda 014266 beq mouse_9clk_angle ,motion_9clk_direction_dispose 
-0x3fdb 014267 beq mouse_12clk_angle ,motion_12clk_direction_dispose 
-0x3fdc 014268 beq mouse_3clk_angle ,motion_3clk_direction_dispose 
-0x3fdd 014269 rtn 
-:      014271 mouse_read_3212sensor_xy_high:
-0x3fde 014272 setarg 0x12 
-0x3fdf 014273 branch twspi_read 
-:      014275 mouse_p3065_judge:
-0x3fe0 014276 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
-0x3fe1 014277 branch mouse_twspi_reset 
-:      014279 mouse_p32xx_sensor_motion:
-0x3fe2 014280 call mouse_clear_sensor_data 
-0x3fe3 014281 disable user 
-0x3fe4 014282 fetcht 1 ,mem_sensor_data_gpio 
-0x3fe5 014283 call gpio_get_bit 
-0x3fe6 014284 nrtn true 
-:      014285 mouse_p32xx_sensor_motion_2:
-0x3fe7 014286 setarg pan_reg_pid_l 
-0x3fe8 014287 call twspi_read 
-0x3fe9 014288 bne p32xx_id1 ,mouse_p3065_judge 
-:      014289 mouse_p32xx_sensor_motion_1:
-0x3fea 014290 setarg pan_reg_motion_staus 
-0x3feb 014291 call twspi_read 
-0x3fec 014292 rtnbit0 7 
-0x3fed 014293 call mouse_read_sensor_common 
-0x3fee 014294 fetch 1 ,mem_mouse_x 
-0x3fef 014295 call extsign 
-0x3ff0 014296 store 2 ,mem_mouse_x 
-0x3ff1 014297 fetch 1 ,mem_mouse_y 
-0x3ff2 014298 call extsign 
-0x3ff3 014299 store 2 ,mem_mouse_y 
-0x3ff4 014300 fetch 1 ,mem_config_sensor_angle 
-0x3ff5 014301 beq mouse_6clk_angle ,motion32xx_6clk_direction_selection 
-0x3ff6 014302 beq mouse_9clk_angle ,motion32xx_9clk_direction_selection 
-0x3ff7 014303 beq mouse_12clk_angle ,motion32xx_12clk_direction_selection 
-0x3ff8 014304 beq mouse_3clk_angle ,motion32xx_3clk_direction_selection 
-0x3ff9 014305 rtn 
-:      014307 motion32xx_6clk_direction_selection:
-0x3ffa 014308 call motion_6clk_direction_dispose 
-0x3ffb 014309 branch mouse_sensor_sdio_low 
-:      014310 motion32xx_9clk_direction_selection:
-0x3ffc 014311 call motion_9clk_direction_dispose 
-0x3ffd 014312 branch mouse_sensor_sdio_low 
-:      014313 motion32xx_12clk_direction_selection:
-0x3ffe 014314 call motion_12clk_direction_dispose 
-0x3fff 014315 branch mouse_sensor_sdio_low 
-:      014316 motion32xx_3clk_direction_selection:
-0x4000 014317 call motion_3clk_direction_dispose 
-0x4001 014318 branch mouse_sensor_sdio_low 
-:      014320 mouse_sensor_data_swap_places:
-0x4002 014321 fetch 2 ,mem_mouse_y 
-0x4003 014322 fetcht 2 ,mem_mouse_x 
-0x4004 014323 store 2 ,mem_mouse_x 
-0x4005 014324 storet 2 ,mem_mouse_y 
-0x4006 014325 rtn 
-:      014327 mouse_p3610sensor_read:
-0x4007 014328 call spi_ncs_enable 
-0x4008 014329 nop 100 
-0x4009 014330 copy regb ,pdata 
-0x400a 014331 call twspi_read 
-0x400b 014332 copy pdata ,regb 
-0x400c 014333 call spi_ncs_disable 
-0x400d 014334 nop 100 
-0x400e 014335 copy regb ,pdata 
-0x400f 014336 rtn 
-:      014337 mouse_p3610_sensor_motion:
-0x4010 014338 disable user 
-0x4011 014339 fetcht 1 ,mem_sensor_data_gpio 
-0x4012 014340 call gpio_get_bit 
-0x4013 014341 nrtn true 
-0x4014 014342 arg pan_reg_motion_staus ,regb 
-0x4015 014343 call mouse_p3610sensor_read 
-0x4016 014344 rtnbit0 7 
-0x4017 014345 arg pan_reg_pid_l ,regb 
-0x4018 014346 call mouse_p3610sensor_read 
-0x4019 014347 store 1 ,mem_sensor_id1 
-0x401a 014348 bne p3610_id1 ,mouse_init_3610sensor_reset 
-0x401b 014349 fetch 1 ,mem_mouse_move_flag 
-0x401c 014350 call mouse_read_sensor3610_data ,blank 
-0x401d 014351 jam 1 ,mem_mouse_move_flag 
-0x401e 014352 call mouse_read_sensor3610_data 
-0x401f 014353 fetch 1 ,mem_mouse_xy_h 
-0x4020 014354 rshift4 pdata ,pdata 
-0x4021 014355 call extsign_bit3 
-0x4022 014356 store 1 ,mem_mouse_x + 1 
-0x4023 014357 fetch 1 ,mem_mouse_xy_h 
-0x4024 014358 and pdata ,0x0f ,pdata 
-0x4025 014359 call extsign_bit3 
-0x4026 014360 store 1 ,mem_mouse_y + 1 
-0x4027 014361 fetch 1 ,mem_config_sensor_angle 
-0x4028 014362 beq 0 ,motion3610_6clk_direction_selection 
-0x4029 014363 beq 1 ,motion3610_9clk_direction_selection 
-0x402a 014364 beq 2 ,motion3610_12clk_direction_selection 
-0x402b 014365 beq 3 ,motion3610_3clk_direction_selection 
-0x402c 014366 rtn 
-:      014368 mouse_3610_smart_select:
-0x402d 014369 fetch 1 ,mem_sensor_smart_flag 
-0x402e 014370 beq p3610_smart_enable ,mouse_3610_smart_disable 
-0x402f 014371 beq p3610_smart_disable ,mouse_3610_smart_enable 
-0x4030 014372 rtn 
-:      014375 motion3610_6clk_direction_selection:
-0x4031 014376 call motion_6clk_direction_dispose 
-0x4032 014377 branch mouse_3610_smart_select 
-:      014379 motion3610_12clk_direction_selection:
-0x4033 014380 call motion_12clk_direction_dispose 
-0x4034 014381 branch mouse_3610_smart_select 
-:      014383 motion3610_9clk_direction_selection:
-0x4035 014384 call motion_9clk_direction_dispose 
-0x4036 014385 branch mouse_3610_smart_select 
-:      014387 motion3610_3clk_direction_selection:
-0x4037 014388 call motion_3clk_direction_dispose 
-0x4038 014389 branch mouse_3610_smart_select 
-:      014391 mouse_read_sensor3610_data:
-0x4039 014392 call spi_ncs_enable 
-0x403a 014393 call mouse_read_sensor_common 
-0x403b 014394 arg 5 ,pdata 
-0x403c 014395 call twspi_read 
-0x403d 014396 store 1 ,mem_mouse_xy_h 
-0x403e 014397 arg 7 ,pdata 
-0x403f 014398 call twspi_read 
-0x4040 014399 store 1 ,mem_sensor_shutter_hi 
-0x4041 014400 arg 8 ,pdata 
-0x4042 014401 call twspi_read 
-0x4043 014402 store 1 ,mem_sensor_shutter_lo 
-0x4044 014403 branch spi_ncs_disable 
-:      014406 mouse_3610_smart_enable:
-0x4045 014407 fetch 1 ,mem_sensor_shutter_hi 
-0x4046 014408 rtnne 0 
-0x4047 014409 fetch 1 ,mem_sensor_shutter_lo 
-0x4048 014410 sub pdata ,45 ,null 
-0x4049 014411 rtn positive 
-0x404a 014412 jam p3610_smart_enable ,mem_sensor_smart_flag 
-0x404b 014413 setarg 0xba41 
-0x404c 014414 call sensor_write 
-0x404d 014415 setarg 0x0032 
-0x404e 014416 call sensor_write 
-0x404f 014417 setarg 0xb541 
-0x4050 014418 branch sensor_write 
-:      014419 mouse_3610_smart_disable:
-0x4051 014420 fetch 1 ,mem_sensor_shutter_hi 
-0x4052 014421 rtnne 0 
-0x4053 014422 fetch 1 ,mem_sensor_shutter_lo 
-0x4054 014423 sub pdata ,45 ,null 
-0x4055 014424 nrtn positive 
-0x4056 014425 jam p3610_smart_disable ,mem_sensor_smart_flag 
-0x4057 014426 setarg 0xba41 
-0x4058 014427 call sensor_write 
-0x4059 014428 setarg 0x8032 
-0x405a 014429 call sensor_write 
-0x405b 014430 setarg 0xb541 
-0x405c 014431 branch sensor_write 
-:      014435 mouse_read_sensor_common:
-0x405d 014436 arg pan_reg_delta_x ,pdata 
-0x405e 014437 call twspi_read 
-0x405f 014438 store 2 ,mem_mouse_x 
-0x4060 014439 arg pan_reg_delta_y ,pdata 
-0x4061 014440 call twspi_read 
-0x4062 014441 store 2 ,mem_mouse_y 
-0x4063 014442 rtn 
-:      014444 mouse_set_qdecoder_x:
-0x4064 014445 arg mouse_default_xa_gpio ,temp 
-0x4065 014446 call gpio_config_input 
-0x4066 014447 arg mouse_default_xa_gpio ,temp 
-0x4067 014448 call gpio_get_bit 
-0x4068 014449 rtn true 
-0x4069 014450 hfetch 1 ,core_qdec_cntx 
-0x406a 014451 set1 4 ,pdata 
-0x406b 014452 hstore 1 ,core_qdec_cntx 
-0x406c 014453 rtn 
-:      014455 mouse_hardware_zwheel:
-0x406d 014456 fetcht 1 ,mem_mouse_z_data 
-0x406e 014457 hfetch 1 ,core_qdec_cntx 
-0x406f 014458 iadd temp ,pdata 
-0x4070 014459 rtn blank 
-0x4071 014460 store 1 ,mem_mouse_z 
-0x4072 014461 jam 0 ,mem_mouse_z_data 
-0x4073 014462 branch enable_user 
-:      014463 mouse_hardware_zwheel_beforelpm:
-0x4074 014464 fetcht 1 ,mem_mouse_z_data 
-0x4075 014465 hfetch 1 ,core_qdec_cntx 
-0x4076 014466 iadd temp ,pdata 
-0x4077 014467 store 1 ,mem_mouse_z_data 
-0x4078 014468 rtn 
-:      014469 mouse_zwheel:
-0x4079 014470 fetch 1 ,mem_mouse_z_data 
-0x407a 014471 rtn blank 
-0x407b 014472 store 1 ,mem_mouse_z 
-0x407c 014473 jam 0 ,mem_mouse_z_data 
-0x407d 014474 branch enable_user 
-:      014476 mouse_t_zwheel:
-0x407e 014477 fetch 1 ,mem_mouse_tz_data 
-0x407f 014478 rtn blank 
-0x4080 014479 store 1 ,mem_mouse_tz 
-0x4081 014480 jam 0 ,mem_mouse_tz_data 
-0x4082 014481 branch enable_user 
-:      014483 mouse_check_key_gpio:
-0x4083 014484 arg 0 ,rega 
-0x4084 014485 fetcht 1 ,mem_lbutton_gpio 
-0x4085 014486 call gpio_get_bit 
-0x4086 014487 setflag true ,0 ,rega 
-0x4087 014488 fetcht 1 ,mem_rbutton_gpio 
-0x4088 014489 call gpio_get_bit 
-0x4089 014490 setflag true ,1 ,rega 
-0x408a 014491 fetcht 1 ,mem_mbutton_gpio 
-0x408b 014492 call gpio_get_bit 
-0x408c 014493 setflag true ,2 ,rega 
-0x408d 014494 call mouse_check_s_key_gpio 
-0x408e 014495 copy rega ,pdata 
-0x408f 014496 rtn 
-:      014497 mouse_check_s_key_gpio:
-0x4090 014498 fetch 1 ,mem_bk_button_gpio 
-0x4091 014499 rtneq gpio_disable 
-0x4092 014500 fetcht 1 ,mem_bk_button_gpio 
-0x4093 014501 call gpio_get_bit 
-0x4094 014502 setflag true ,3 ,rega 
-0x4095 014503 fetcht 1 ,mem_fw_button_gpio 
-0x4096 014504 call gpio_get_bit 
-0x4097 014505 setflag true ,4 ,rega 
-0x4098 014506 rtn 
-:      014508 mouse_key:
-0x4099 014509 call mouse_check_key_gpio 
-0x409a 014510 call mouse_set_mult 
-0x409b 014511 call mouse_24g_key 
-0x409c 014512 copy rega ,pdata 
-0x409d 014513 fetcht 1 ,mem_mouse_key 
-0x409e 014514 store 1 ,mem_mouse_key 
-0x409f 014515 ixor temp ,pdata 
-0x40a0 014516 sub pdata ,0 ,null 
-0x40a1 014517 rtn zero 
-0x40a2 014518 branch enable_user 
-:      014520 mouse_24g_key:
-0x40a3 014521 rtnmark0 mark_24g 
-0x40a4 014522 copy rega ,pdata 
-0x40a5 014523 rtn blank 
-0x40a6 014524 store 1 ,mem_mouse_key 
-0x40a7 014525 branch enable_user 
-:      014528 mouse_set_mult:
-0x40a8 014529 fetch 2 ,mem_ui_state_map 
-0x40a9 014530 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
-0x40aa 014531 fetch 2 ,mem_ui_state_map 
-0x40ab 014532 bbit1 ui_state_bt_connected ,mouse_set_bt_mult 
-0x40ac 014533 rtn 
-:      014534 mouse_set_ble_mult:
-0x40ad 014535 copy rega ,pdata 
-0x40ae 014536 nbranch le_set_config_short_mult ,blank 
-0x40af 014537 branch le_clr_config_short_mult 
-:      014538 mouse_set_bt_mult:
-0x40b0 014539 copy rega ,pdata 
-0x40b1 014540 nbranch classic_bt_set_mult_short_flag ,blank 
-0x40b2 014541 branch classic_bt_clr_mult_short_flag 
-:      014544 mouse_sensor_sdio_low:
-0x40b3 014545 bpatch patch1c_7 ,mem_patch1c 
-0x40b4 014546 arg mouse_spi1_sdio_gpio ,temp 
-0x40b5 014547 fetch mouse_flag_len ,mem_mouse_flag 
-0x40b6 014548 isolate1 mouse_enable_spi2 ,pdata 
-0x40b7 014549 call mouse_sensor_sdio_low2 ,true 
-0x40b8 014550 call gpio_get_bit 
-0x40b9 014551 rtn true 
-0x40ba 014552 setarg 0x0a 
-0x40bb 014553 call twspi_read 
-0x40bc 014554 nop 1000 
-0x40bd 014555 branch mouse_sensor_sdio_low 
-:      014556 mouse_sensor_sdio_low2:
-0x40be 014557 arg mouse_spi2_sdio_gpio ,temp 
-0x40bf 014558 rtn 
-:      014560 mouse_spi_sdio_gpio_pollup:
-0x40c0 014561 fetch mouse_flag_len ,mem_mouse_flag 
-0x40c1 014562 bbit1 mouse_enable_spi2 ,mouse_spi2_sdio_gpio_pollup 
-:      014563 mouse_spi1_sdio_gpio_pollup:
-0x40c2 014564 arg mouse_spi1_sdio_gpio ,temp 
-0x40c3 014565 branch gpio_config_input_without_wake 
-:      014566 mouse_spi2_sdio_gpio_pollup:
-0x40c4 014567 arg mouse_spi2_sdio_gpio ,temp 
-0x40c5 014568 branch gpio_config_input_without_wake 
-:      014571 mouse_init_sunt:
-0x40c6 014572 call mouse_spi_init 
-0x40c7 014573 rtn wake 
-0x40c8 014574 call mouse_spi_sdio_gpio_pollup 
-0x40c9 014575 fetch 1 ,mem_config_sensor_type 
-0x40ca 014576 beq p3610 ,mouse_init_3610sensor 
-:      014577 mouse_init_sensor:
-0x40cb 014578 call mouse_read_sensor_id 
-0x40cc 014579 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
-0x40cd 014580 beq p3065_id1 ,mouse_p3065_init_param 
-0x40ce 014581 call mouse_twspi_reset 
-0x40cf 014582 nop 1000 
-0x40d0 014583 branch mouse_init_sensor 
-:      014584 mouse_twspi_reset:
-0x40d1 014585 bpatch patch1d_0 ,mem_patch1d 
-0x40d2 014586 fetch mouse_flag_len ,mem_mouse_flag 
-0x40d3 014587 bbit1 mouse_enable_spi2 ,twspi_reset2 
-0x40d4 014588 branch twspi_reset 
-:      014590 mouse_init_3610sensor:
-0x40d5 014591 call mouse_read_sensor_id 
-0x40d6 014592 beq p3610_id1 ,mouse_init_p3610 
-0x40d7 014593 call mouse_init_3610sensor_reset 
-0x40d8 014594 branch mouse_init_3610sensor 
-:      014596 mouse_read_sensor_id:
-0x40d9 014597 setarg pan_reg_pid_h 
-0x40da 014598 call twspi_read 
-0x40db 014599 store 1 ,mem_sensor_id2 
-0x40dc 014600 setarg pan_reg_pid_l 
-0x40dd 014601 call twspi_read 
-0x40de 014602 store 1 ,mem_sensor_id1 
-0x40df 014603 rtn 
-:      014604 mouse_init_p32xx_id2_judge:
-0x40e0 014605 fetch 1 ,mem_sensor_id2 
-0x40e1 014606 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
-0x40e2 014607 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
-0x40e3 014608 beq p3212_id2 ,mouse_3212_init_param 
-0x40e4 014609 beq pka8_id2 ,mouse_ka8_init_param 
-0x40e5 014610 rtn 
-:      014611 mouse_ka8_init_param:
-0x40e6 014612 jam ka8 ,mem_config_sensor_type 
-0x40e7 014613 rtn 
-:      014614 mouse_p3065xy_init_param:
-0x40e8 014615 jam p3065_xy ,mem_config_sensor_type 
-0x40e9 014616 rtn 
-:      014617 mouse_p3065_init_param:
-0x40ea 014618 fetch 1 ,mem_sensor_id2 
-0x40eb 014619 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0x40ec 014620 jam p3065 ,mem_config_sensor_type 
-0x40ed 014621 rtn 
-:      014622 mouse_3212_init_param:
-0x40ee 014623 jam p3212 ,mem_config_sensor_type 
-0x40ef 014624 call mouse_sensor_disable_wp 
-0x40f0 014625 setarg 0x3426 
-0x40f1 014626 call twspi_write 
-0x40f2 014627 setarg 0x0419 
-0x40f3 014628 call twspi_write 
-:      014629 mouse_sensor_enable_wp:
-0x40f4 014630 setarg 0x0009 
-0x40f5 014631 branch twspi_write 
-:      014632 mouse_sensor_disable_wp:
-0x40f6 014633 setarg 0x5a09 
-0x40f7 014634 branch twspi_write 
-:      014636 mouse_3204_3l_init_param:
-0x40f8 014637 jam p3204 ,mem_config_sensor_type 
-0x40f9 014638 call mouse_sensor_disable_wp 
-0x40fa 014639 setarg 0x0f0d 
-0x40fb 014640 call twspi_write 
-0x40fc 014641 setarg 0xe31d 
-0x40fd 014642 call twspi_write 
-0x40fe 014643 setarg 0xd27d 
-0x40ff 014644 call twspi_write 
-0x4100 014645 call mouse_32xx_init_param 
-0x4101 014646 branch mouse_32xx_init_param_1 
-:      014648 mouse_32xx_init_param:
-0x4102 014649 setarg 0x351b 
-0x4103 014650 call twspi_write 
-0x4104 014651 setarg 0xb428 
-0x4105 014652 call twspi_write 
-0x4106 014653 setarg 0x4629 
-0x4107 014654 call twspi_write 
-0x4108 014655 setarg 0x962a 
-0x4109 014656 call twspi_write 
-0x410a 014657 setarg 0x8c2b 
-0x410b 014658 call twspi_write 
-0x410c 014659 setarg 0x6e2c 
-0x410d 014660 call twspi_write 
-0x410e 014661 setarg 0x642d 
-0x410f 014662 call twspi_write 
-0x4110 014663 setarg 0x5f38 
-0x4111 014664 call twspi_write 
-0x4112 014665 setarg 0x0f39 
-0x4113 014666 call twspi_write 
-0x4114 014667 setarg 0x323a 
-0x4115 014668 call twspi_write 
-0x4116 014669 setarg 0x473b 
-0x4117 014670 call twspi_write 
-0x4118 014671 setarg 0x1042 
-0x4119 014672 branch twspi_write 
-:      014673 mouse_32xx_init_param_1:
-0x411a 014674 setarg 0x2e54 
-0x411b 014675 call twspi_write 
-0x411c 014676 setarg 0xf255 
-0x411d 014677 call twspi_write 
-0x411e 014678 setarg 0xf461 
-0x411f 014679 call twspi_write 
-0x4120 014680 setarg 0x7063 
-0x4121 014681 call twspi_write 
-0x4122 014682 setarg 0x5275 
-0x4123 014683 call twspi_write 
-0x4124 014684 setarg 0x4176 
-0x4125 014685 call twspi_write 
-0x4126 014686 setarg 0xed77 
-0x4127 014687 call twspi_write 
-0x4128 014688 setarg 0x2378 
-0x4129 014689 call twspi_write 
-0x412a 014690 setarg 0x4679 
-0x412b 014691 call twspi_write 
-0x412c 014692 setarg 0xe57a 
-0x412d 014693 call twspi_write 
-0x412e 014694 setarg 0x487c 
-0x412f 014695 call twspi_write 
-0x4130 014696 setarg 0x777e 
-0x4131 014697 call twspi_write 
-0x4132 014698 setarg 0x017f 
-0x4133 014699 call twspi_write 
-0x4134 014700 setarg 0x000b 
-0x4135 014701 call twspi_write 
-0x4136 014702 setarg 0x007f 
-0x4137 014703 call twspi_write 
-0x4138 014704 branch mouse_sensor_enable_wp 
-:      014707 mouse_3205_3t_init_param:
-0x4139 014708 jam p3205 ,mem_config_sensor_type 
-0x413a 014709 call mouse_sensor_disable_wp 
-0x413b 014710 setarg 0x100d 
-0x413c 014711 call twspi_write 
-0x413d 014712 setarg 0xed1d 
-0x413e 014713 call twspi_write 
-0x413f 014714 setarg 0x807d 
-0x4140 014715 call twspi_write 
-0x4141 014716 call mouse_32xx_init_param 
-0x4142 014717 setarg 0x0943 
-0x4143 014718 call twspi_write 
-0x4144 014719 branch mouse_32xx_init_param_1 
-:      014722 mouse_init_3610sensor_reset:
-0x4145 014723 fetcht 1 ,mem_sensor_reset_gpio 
-0x4146 014724 call gpio_out_active 
-0x4147 014725 call delay_10ms 
-0x4148 014726 fetcht 1 ,mem_sensor_reset_gpio 
-0x4149 014727 call gpio_out_inactive 
-0x414a 014728 branch delay_10ms 
-:      014730 mouse_init_p3610:
-0x414b 014731 jam p3610 ,mem_config_sensor_type 
-0x414c 014732 setarg 0xba41 
-0x414d 014733 call sensor_write 
-0x414e 014734 setarg 0x0d11 
-0x414f 014735 call sensor_write 
-0x4150 014736 setarg 0x041b 
-0x4151 014737 call sensor_write 
-0x4152 014738 setarg 0x041c 
-0x4153 014739 call sensor_write 
-0x4154 014740 setarg 0x0f1d 
-0x4155 014741 call sensor_write 
-0x4156 014742 setarg 0x0032 
-0x4157 014743 call sensor_write 
-0x4158 014744 setarg 0xb541 
-0x4159 014745 branch sensor_write 
-:      014749 mouse_set_sensor_reg:
-0x415a 014750 setarg 0xba41 
-0x415b 014751 call sensor_write 
-0x415c 014752 nop 4000 
-0x415d 014753 setarg 0xff7f 
-0x415e 014754 call sensor_write 
-0x415f 014755 copy rega ,pdata 
-0x4160 014756 call sensor_write 
-0x4161 014757 setarg 0x007f 
-0x4162 014758 call sensor_write 
-0x4163 014759 setarg 0xb541 
-0x4164 014760 branch sensor_write 
-:      014762 extsign:
-0x4165 014763 rtnbit0 7 
-0x4166 014764 arg 0xff00 ,temp 
-0x4167 014765 ior temp ,pdata 
-0x4168 014766 rtn 
-:      014768 extsign_bit3:
-0x4169 014769 rtnbit0 3 
-0x416a 014770 arg 0xf0 ,temp 
-0x416b 014771 ior temp ,pdata 
-0x416c 014772 rtn 
-:      014775 mouse_le:
-0x416d 014776 call le_fifo_check_nearly_full 
-0x416e 014777 nrtn blank 
-0x416f 014778 fetch 1 ,mem_le_connect_status_flag 
-0x4170 014779 and pdata ,0x03 ,pdata 
-0x4171 014780 rtnne 0x03 
-0x4172 014781 fetch mouse_flag_len ,mem_mouse_flag 
-0x4173 014782 bbit1 mosue_24g_pairing_flag ,mouse_le_send_empty_packet 
-0x4174 014783 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
-0x4175 014784 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x4176 014785 call mouse_motion 
-0x4177 014786 nrtn user 
-0x4178 014787 branch mouse_fill_data_le 
-:      014789 mouse_le_send_empty_packet:
-0x4179 014790 setarg 0 
-0x417a 014791 store 7 ,mem_mouse_key 
-0x417b 014792 branch mouse_fill_data_le 
-:      014794 mouse_priority_bb_event:
-0x417c 014795 copy regc ,pdata 
-0x417d 014796 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
-0x417e 014797 beq bt_evt_bb_connected ,mouse_stop_discovery 
-0x417f 014798 beq bt_evt_le_disconnected ,mouse_bb_disconnected 
-0x4180 014799 beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
-0x4181 014800 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
-0x4182 014801 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
-0x4183 014802 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
-0x4184 014803 beq bt_evt_hid_connected ,mouse_bt_hid_connected 
-0x4185 014804 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
-0x4186 014805 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_timeout 
-0x4187 014806 beq bt_evt_pincode_req ,mouse_bb_event_pincode 
-0x4188 014807 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
-0x4189 014808 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
-0x418a 014809 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
-0x418b 014810 beq bt_evt_le_pairing_complete ,mouse_le_pairing_complete 
-0x418c 014811 beq bt_evt_virtual_cable_unplug ,mouse_irtual_cable_unplug 
-0x418d 014812 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
-0x418e 014813 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
-0x418f 014814 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
-0x4190 014815 rtn 
-:      014818 mouse_le_pairing_complete:
-0x4191 014819 branch app_ble_store_reconn_info 
-:      014821 mouse_24g_attempt_fail:
-0x4192 014822 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x4193 014823 fetch 1 ,mem_reconn_times 
-0x4194 014824 nbranch mouse_polling_device ,blank 
-0x4195 014825 fetch 1 ,mem_device_flag 
-0x4196 014826 fetcht 1 ,mem_24g_device_number 
-0x4197 014827 isub temp ,null 
-0x4198 014828 branch app_enter_hibernate ,zero 
-0x4199 014829 rtn 
-:      014830 mouse_24g_attempt_success:
-0x419a 014831 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x419b 014832 rtn 
-:      014833 mouse_24g_pairing_complete:
-0x419c 014834 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x419d 014835 arg mosue_24g_pairing_flag ,queue 
-0x419e 014836 call mouse_disable_function_flag 
-0x419f 014837 setarg 0 
-0x41a0 014838 store 2 ,mem_24g_pairing_timer_count 
-0x41a1 014839 jam 0 ,mem_mouse_move_flag 
-0x41a2 014841 fetch 1 ,mem_config_sensor_type 
-0x41a3 014842 sub pdata ,p3610 ,null 
-0x41a4 014843 call mouse_read_sensor3610_data ,zero 
-0x41a5 014844 ncall mouse_read_sensor_common ,zero 
-0x41a6 014846 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
-0x41a7 014847 bbit1 mouse_enable_flash ,mouse_store_flash_24g_address 
-0x41a8 014848 call mouse_set_24g_addr_eeprom 
-0x41a9 014849 branch iicd_write_protect_eep_data 
-:      014851 mouse_set_24g_addr_eeprom:
-0x41aa 014852 call g24_head_ptr2regc 
-0x41ab 014853 add regc ,offset_24g_addr ,rega 
-0x41ac 014854 arg mouse_g24_addr_eeprom_offect ,regb 
-0x41ad 014855 arg 4 ,temp 
-0x41ae 014856 rtn 
-:      014858 mouse_store_flash_24g_address:
-0x41af 014859 call g24_head_ptr2regc 
-0x41b0 014860 add regc ,offset_24g_addr ,regb 
-0x41b1 014861 ifetch 1 ,regb 
-0x41b2 014862 store 1 ,mem_mouse_24g_addr 
-0x41b3 014863 branch mouse_store_flash_device_info 
-:      014866 mouse_le_pairing_success:
-0x41b4 014867 arg ll_pairing_success_flag ,queue 
-0x41b5 014868 branch mouse_le_enable_connect_flag 
-:      014869 mouse_le_ll_start_encryt:
-0x41b6 014870 jam 2 ,mem_le_start_encrypt_timer 
-0x41b7 014871 arg ll_start_enc_flag ,queue 
-0x41b8 014872 branch mouse_le_enable_connect_flag 
-:      014875 mouse_le_enable_connect_flag:
-0x41b9 014876 fetch 1 ,mem_le_connect_status_flag 
-0x41ba 014877 qset1 pdata 
-0x41bb 014878 store 1 ,mem_le_connect_status_flag 
-0x41bc 014879 rtn 
-:      014881 mouse_le_disable_connect_flag:
-0x41bd 014882 fetch 1 ,mem_le_connect_status_flag 
-0x41be 014883 qset0 pdata 
-0x41bf 014884 store 1 ,mem_le_connect_status_flag 
-0x41c0 014885 rtn 
-:      014886 mouse_le_clean_connect_flag:
-0x41c1 014887 jam 0 ,mem_le_connect_status_flag 
-0x41c2 014888 rtn 
-:      014890 mouse_le_bb_event_connected:
-0x41c3 014891 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x41c4 014892 set0 app_disc_by_button ,pdata 
-0x41c5 014893 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x41c6 014894 setarg 0 
-0x41c7 014895 store 2 ,mem_mouse_direct_timer 
-0x41c8 014896 call mouse_no_data_timer_init 
-0x41c9 014897 branch mouse_stop_discovery 
-:      014899 mouse_bb_event_pincode:
-0x41ca 014900 call pincode_reinit 
-0x41cb 014901 branch app_bt_set_pincode 
-:      014902 mouse_bb_event_reconn_timeout:
-:      014903 mouse_bb_event_reconn_failed:
-0x41cc 014904 fetch 1 ,mem_reconn_times 
-0x41cd 014905 nbranch mouse_polling_device ,blank 
-0x41ce 014906 fetch 2 ,mem_ui_state_map 
-0x41cf 014907 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x41d0 014908 fetch mouse_flag_len ,mem_mouse_flag 
-0x41d1 014909 bbit1 mouse_select_device_flag ,mouse_soft_reset 
-0x41d2 014910 bbit1 mouse_bt_discovery_button_down_flag ,mouse_start_discovery 
-0x41d3 014911 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
-0x41d4 014912 branch app_bb_hibernate 
-:      014915 mouse_bt_hid_connected:
-0x41d5 014916 branch mouse_hid_connected 
-:      014918 mouse_bt_event_setup_complete:
-0x41d6 014919 rtn 
-:      014921 mouse_soft_reset:
-0x41d7 014922 call mouse_select_device_enable 
-0x41d8 014923 branch soft_reset_chip 
-:      014925 mouse_bb_disconnected:
-0x41d9 014926 bpatch patch1d_1 ,mem_patch1d 
-0x41da 014927 call mouse_bb_discon_clear_stack 
-0x41db 014928 fetch mouse_flag_len ,mem_mouse_flag 
-0x41dc 014929 bbit1 mouse_select_device_flag ,mouse_soft_reset 
-0x41dd 014930 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
-0x41de 014931 fetch 1 ,mem_reconn_times 
-0x41df 014932 nbranch mouse_polling_device ,blank 
-0x41e0 014933 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x41e1 014934 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
-0x41e2 014935 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x41e3 014936 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
-0x41e4 014937 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
-0x41e5 014938 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
-0x41e6 014939 branch mouse_start_discovery 
-:      014940 mouse_bb_discon_clear_stack:
-0x41e7 014941 setarg 0 
-0x41e8 014942 store 8 ,mem_wheel_tb_old_pinlevel 
-0x41e9 014943 istore 4 ,contw 
-0x41ea 014944 jam 0 ,mem_mouse_send_blank_timer 
-0x41eb 014945 jam 0 ,mem_mouse_move_flag 
-0x41ec 014946 jam app_handshake_null ,mem_app_handshake_flag 
-0x41ed 014947 jam 0 ,mem_ltk_exists 
-0x41ee 014948 rtn 
-:      014950 mouse_event_light_state_pairing:
-0x41ef 014951 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
-0x41f0 014952 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
-0x41f1 014953 branch mouse_start_discovery 
-:      014954 mouse_event_light_state_hibernate:
-0x41f2 014955 fetch 2 ,mem_ui_state_map 
-0x41f3 014956 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x41f4 014957 branch app_bb_hibernate 
-:      014959 mouse4_0_event_bb_disconn:
-0x41f5 014960 call mouse_le_clean_connect_flag 
-0x41f6 014961 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x41f7 014962 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x41f8 014963 branch app_bb_hibernate 
-:      014965 mouse_bb_event_timer:
-0x41f9 014966 call mouse_adc_read 
-0x41fa 014967 call mouse_24g_delay_timer 
-0x41fb 014968 call mouse_ban_24g_pairing_timer 
-0x41fc 014969 call mouse_dpi_led_blink_delay_timer 
-0x41fd 014970 call mouse_statue_up_timer 
-0x41fe 014972 call mouse_statue_cheak_timer 
-0x41ff 014973 call mouse_select_device 
-0x4200 014974 call mouse_bt_discovery_cheak 
-0x4201 014975 call mouse_low_voltage_led_timer 
-0x4202 014976 call mouse_sensor_led_contrl_timer 
-0x4203 014977 call mouse_check_hid_handshake_timer 
-0x4204 014978 call mouse_check_discovery_timeout_timer 
-0x4205 014979 call mouse_check_direct_timeout_timer 
-0x4206 014980 call mouse_check_no_data_timeout_timer 
-0x4207 014981 call mouse_check_mouse_state_timer 
-0x4208 014982 branch mouse_le_enable_att_list_timer 
-:      014986 mouse_sensor_led_contrl_timer:
-0x4209 014987 fetch 1 ,mem_mouse_sensor_timer_count 
-0x420a 014988 rtn blank 
-0x420b 014989 increase -1 ,pdata 
-0x420c 014990 store 1 ,mem_mouse_sensor_timer_count 
-0x420d 014991 nrtn blank 
-0x420e 014992 branch mouse_sensor_led_contrl 
-:      014993 mouse_sensor_led_contrl:
-0x420f 014994 fetch 1 ,mem_sensor_led_style 
-0x4210 014995 rtneq ui_led_state_blink_stop 
-0x4211 014996 beq ui_led_state_blink_darking ,mouse_sensor_led_blink_state_darking 
-:      014997 mouse_sensor_led_blink_state_lighting:
-0x4212 014998 call mouse_sensor_led_on 
-0x4213 014999 jam ui_led_state_blink_darking ,mem_sensor_led_style 
-0x4214 015000 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
-0x4215 015001 rtn 
-:      015002 mouse_sensor_led_blink_state_darking:
-0x4216 015003 call mouse_sensor_led_off 
-0x4217 015004 jam ui_led_state_blink_lighting ,mem_sensor_led_style 
-0x4218 015005 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
-0x4219 015006 rtn 
-:      015008 mouse_sensor_led_blink_stop:
-:      015009 mouse_sensor_reset:
-0x421a 015010 setarg 0x8006 
-0x421b 015011 call twspi_write 
-0x421c 015012 nop 1000 
-0x421d 015013 jam 0x00 ,mem_mouse_sensor_timer_count 
-0x421e 015014 jam ui_led_state_blink_stop ,mem_sensor_led_style 
-0x421f 015015 branch mouse_init_p32xx_id2_judge 
-:      015017 mouse_p3212sensor_led_on:
-0x4220 015018 setarg 0xa006 
-0x4221 015019 call twspi_write 
-0x4222 015020 setarg 0xa005 
-0x4223 015021 branch twspi_write 
-:      015022 mouse_sensor_led_on_global:
-0x4224 015023 jam 0 ,mem_mouse_sensor_timer_count 
-:      015024 mouse_sensor_led_on:
-0x4225 015025 fetch 1 ,mem_config_sensor_type 
-0x4226 015026 beq p3212 ,mouse_p3212sensor_led_on 
-0x4227 015027 setarg 0x0106 
-0x4228 015028 call twspi_write 
-0x4229 015029 setarg 0xa105 
-0x422a 015030 branch twspi_write 
-:      015032 mouse_sensor_led_off_global:
-0x422b 015033 jam 0 ,mem_mouse_sensor_timer_count 
-:      015034 mouse_sensor_led_off:
-0x422c 015035 setarg 0x0906 
-0x422d 015036 branch twspi_write 
-:      015037 mouse_sensor_start_blink:
-0x422e 015038 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
-0x422f 015039 jam ui_led_state_blink_start ,mem_sensor_led_style 
-0x4230 015040 rtn 
-:      015042 mouse_check_hid_handshake_timer:
-0x4231 015043 arg mem_hid_handshake_timer_count ,regc 
-0x4232 015044 arg mouse_bt_hid_handshake ,regb 
-0x4233 015045 branch timer_single_step 
-:      015047 mouse_check_discovery_timeout_timer:
-0x4234 015048 arg mem_mouse_discovery_timer ,regc 
-0x4235 015049 arg mouse_check_discovery_timeout ,regb 
-0x4236 015050 branch timer_single_step_2b 
-:      015052 mouse_check_direct_timeout_timer:
-0x4237 015053 arg mem_mouse_direct_timer ,regc 
-0x4238 015054 arg mouse_check_direct_timeout ,regb 
-0x4239 015055 branch timer_single_step_2b 
-:      015057 mouse_check_no_data_timeout_timer:
-0x423a 015058 arg mem_mouse_no_data_timer ,regc 
-0x423b 015059 arg mouse_check_no_data_timeout ,regb 
-0x423c 015060 branch timer_single_step_2b 
-:      015062 mouse_check_mouse_state_timer:
-0x423d 015063 arg mem_mouse_statue_led_timer ,regc 
-0x423e 015064 arg mouse_statue_led_off ,regb 
-0x423f 015065 branch timer_single_step 
-:      015069 mouse_le_enable_att_list_timer:
-0x4240 015070 arg mem_le_start_encrypt_timer ,regc 
-0x4241 015071 arg mouse_le_enable_att_list ,regb 
-0x4242 015072 branch timer_single_step 
-:      015074 mouse_24g_delay_timer:
-0x4243 015075 arg mem_24g_enter_lpm_timer ,regc 
-0x4244 015076 arg mouse_24g_delay ,regb 
-0x4245 015077 branch timer_single_step 
-:      015079 mouse_ban_24g_pairing_timer:
-0x4246 015080 arg mem_24g_pairing_timer_count ,regc 
-0x4247 015081 arg mouse_ban_24g_pairing ,regb 
-0x4248 015082 branch timer_single_step_2b 
-:      015083 mouse_ban_24g_pairing:
-:      015084 mouse_24g_delay:
-0x4249 015085 rtn 
-:      015088 mosue_dpi_led_blink_init:
-0x424a 015089 fetch mouse_flag_len ,mem_mouse_flag 
-0x424b 015090 rtnbit0 mouse_enable_dpi_led_blink 
-0x424c 015091 jam 10 ,mem_mouse_dpi_led_delay_count 
-0x424d 015092 fetch 1 ,mem_dpi_led_gpio 
-0x424e 015093 store 1 ,mem_mouse_struct_led_gpio 
-0x424f 015094 rtn 
-:      015097 mouse_dpi_led_blink_delay_timer:
-0x4250 015098 arg mem_mouse_dpi_led_delay_count ,regc 
-0x4251 015099 arg mouse_dpi_led_setting ,regb 
-0x4252 015100 branch timer_single_step 
-:      015101 mouse_dpi_led_setting:
-0x4253 015102 fetch 1 ,mem_dpi_led_gpio 
-0x4254 015103 store 1 ,mem_mouse_struct_led_gpio 
-0x4255 015104 setarg led_dpi_blink 
-0x4256 015105 store 2 ,mem_mouse_on_time 
-0x4257 015106 store 2 ,mem_mouse_off_time 
-0x4258 015107 arg 0 ,rega 
-0x4259 015108 fetcht 1 ,mem_mouse_dpi 
-0x425a 015109 increase 1 ,temp 
-0x425b 015110 storet 1 ,mem_mouse_blink_count 
-0x425c 015111 jam ui_led_state_blink_start ,mem_mouse_led_type 
-0x425d 015112 rtn 
-:      015114 mouse_le_enable_att_list:
-0x425e 015115 fetch 1 ,mem_le_connect_status_flag 
-0x425f 015116 rtnbit1 ll_pairing_success_flag 
-0x4260 015117 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x4261 015118 call ui_ipc_send_cmd 
-0x4262 015119 arg write_req_enable_flag ,queue 
-0x4263 015120 branch mouse_le_enable_connect_flag 
-:      015123 mouse_check_discovery_timeout:
-0x4264 015124 call mouse_stop_discovery 
-0x4265 015125 branch app_enter_hibernate 
-:      015127 mouse_check_direct_timeout:
-0x4266 015128 call app_ble_stop_direct_adv 
-0x4267 015129 fetch 1 ,mem_reconn_times 
-0x4268 015130 nbranch mouse_polling_device ,blank 
-0x4269 015131 branch app_enter_hibernate 
-:      015133 mouse_check_no_data_timeout:
-0x426a 015134 bmark1 mark_24g ,check_51cmd_hibernate 
-0x426b 015135 branch mouse_disconnect 
-:      015139 mouse_bb_event_discovery_btn:
-0x426c 015140 bpatch patch1d_2 ,mem_patch1d 
-0x426d 015141 jam 0 ,mem_mouse_send_blank_timer 
-0x426e 015142 call mouse_disconnect 
-0x426f 015143 call mouse_le_clean_connect_flag 
-0x4270 015144 branch mouse_start_discovery 
-:      015148 mouse3_0_check_reconn_target:
-0x4271 015149 fetch 6 ,mem_hci_plap 
-0x4272 015150 branch app_bt_start_discovery_short ,blank 
-0x4273 015151 call mouse_reconn_setting_led_gpio 
-0x4274 015152 jam 0x17 ,mem_connection_options 
-0x4275 015153 fetch 1 ,mem_ssp_enable 
-0x4276 015154 nbranch app_bt_start_reconnect ,blank 
-0x4277 015155 jam 0x04 ,mem_connection_options 
-0x4278 015156 branch app_bt_start_reconnect 
-:      015158 mouse4_0_check_reconn_target:
-0x4279 015159 fetch 2 ,mem_mouse_direct_timeout 
-0x427a 015160 store 2 ,mem_mouse_direct_timer 
-0x427b 015161 call mouse_reconn_setting_led_gpio 
-0x427c 015162 call app_lpm_mult_disable 
-0x427d 015163 branch check_51cmd_adv 
-:      015165 mouse_reconn_setting_led_gpio:
-0x427e 015166 setarg led_reconnect_blink 
-0x427f 015167 store 2 ,mem_mouse_on_time 
-0x4280 015168 store 2 ,mem_mouse_off_time 
-0x4281 015169 branch mouse_setting_led_gpio_comman 
-:      015171 mouse_discover_setting_led_gpio:
-0x4282 015172 setarg led_discovery_blink 
-0x4283 015173 store 2 ,mem_mouse_on_time 
-0x4284 015174 store 2 ,mem_mouse_off_time 
-:      015175 mouse_setting_led_gpio_comman:
-0x4285 015176 fetch 1 ,mem_device_flag 
-0x4286 015177 beq mode_bt_device1 ,mouse_device_led1 
-0x4287 015178 beq mode_bt_device2 ,mouse_device_led2 
-0x4288 015179 beq mode_bt_device3 ,mouse_device_led3 
-0x4289 015180 rtn 
-:      015181 mouse_device_led1:
-0x428a 015182 fetch 1 ,mem_config_device1_led_gpio 
-0x428b 015183 branch mouse_led_blink 
-:      015184 mouse_device_led2:
-0x428c 015185 fetch 1 ,mem_config_device2_led_gpio 
-0x428d 015186 branch mouse_led_blink 
-:      015187 mouse_device_led3:
-0x428e 015188 fetch 1 ,mem_config_device3_led_gpio 
-:      015189 mouse_led_blink:
-0x428f 015190 store 1 ,mem_temp 
-0x4290 015191 call mouse_devce_led_off 
-0x4291 015192 fetch 1 ,mem_temp 
-0x4292 015193 store 1 ,mem_mouse_struct_led_gpio 
-0x4293 015194 arg 0 ,rega 
-0x4294 015195 jam ui_led_state_blink_start ,mem_mouse_led_type 
-0x4295 015196 branch ui_led_blink_start_global 
-:      015198 mouse_led_off:
-0x4296 015199 arg 0 ,rega 
-0x4297 015200 branch ui_led_off_global 
-:      015201 mouse_led_on:
-0x4298 015202 arg 0 ,rega 
-0x4299 015203 branch ui_led_on_global 
-:      015205 mouse4_0_bb_event_discovery_btn:
-0x429a 015206 branch mouse_le_clean_connect_flag 
-:      015208 mouse_bt_hid_handshake:
-0x429b 015209 jam app_handshake_done ,mem_app_handshake_flag 
-0x429c 015210 call app_lpm_mult_enable 
-0x429d 015211 call app_bt_store_reconn_info 
-0x429e 015212 setarg 0 
-0x429f 015213 store 2 ,mem_discovery_timeout_timer_count 
-0x42a0 015214 store 1 ,mem_hid_handshake_timer_count 
-0x42a1 015215 branch app_bt_enter_sniff 
-:      015217 mouse_check_reconn_target:
-0x42a2 015218 call mouse_cheak_select_device_by_switch 
-0x42a3 015219 fetch 1 ,mem_device_flag 
-0x42a4 015220 fetcht 1 ,mem_24g_device_number 
-0x42a5 015221 isub temp ,null 
-0x42a6 015222 branch mouse_connect_24g_mode ,zero 
-0x42a7 015223 fetch 1 ,mem_xrecord_mode 
-0x42a8 015224 beq rec_3_mode ,mouse3_0_check_reconn_target 
-0x42a9 015225 beq rec_4_mode ,mouse4_0_check_reconn_target 
-0x42aa 015226 branch mouse_start_discovery 
-:      015227 mouse_connect_24g_mode:
-0x42ab 015228 call mouse_start_24g_mode 
-0x42ac 015229 rtnmark1 mark_24g 
-0x42ad 015230 fetch 1 ,mem_reconn_times 
-0x42ae 015231 nbranch mouse_polling_device ,blank 
-0x42af 015232 rtn 
-:      015234 mouse_start_discovery:
-0x42b0 015235 bpatch patch1d_3 ,mem_patch1d 
-0x42b1 015236 fetch 2 ,mem_ui_state_map 
-0x42b2 015237 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
-0x42b3 015238 fetch mouse_flag_len ,mem_mouse_flag 
-0x42b4 015239 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
-0x42b5 015240 random pdata 
-0x42b6 015241 store 1 ,mem_le_lap + 1 
-:      015242 mouse_start_discovery_norandom:
-0x42b7 015243 call app_lpm_mult_disable 
-0x42b8 015244 fetch 2 ,mem_discovery_timeout 
-0x42b9 015245 store 2 ,mem_mouse_discovery_timer 
-0x42ba 015246 jam 6 ,mem_connection_options 
-0x42bb 015247 setarg 0 
-0x42bc 015248 store 2 ,mem_mouse_no_data_timer 
-0x42bd 015249 store 2 ,mem_mouse_direct_timer 
-0x42be 015250 arg mouse_store_eeprom_flag ,queue 
-0x42bf 015251 call mouse_enable_function_flag 
-0x42c0 015252 call mouse_bt_discovery_button_down_disable 
-0x42c1 015253 fetch 1 ,mem_device_option 
-0x42c2 015254 isolate1 mode_4_mouse ,pdata 
-0x42c3 015255 call check_51cmd_adv ,true 
-0x42c4 015256 fetch 1 ,mem_device_option 
-0x42c5 015257 isolate1 mode_3_mouse ,pdata 
-0x42c6 015258 call check_51cmd_start_discovery ,true 
-0x42c7 015259 fetch mouse_flag_len ,mem_mouse_flag 
-0x42c8 015260 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_start_blink 
-0x42c9 015261 branch mouse_discover_setting_led_gpio 
-:      015263 mouse_stop_discovery:
-0x42ca 015264 bpatch patch1d_4 ,mem_patch1d 
-0x42cb 015265 fetch 1 ,mem_device_option 
-0x42cc 015266 isolate1 mode_4_mouse ,pdata 
-0x42cd 015267 call mouse_stop_le_adv ,true 
-0x42ce 015268 fetch 1 ,mem_device_option 
-0x42cf 015269 isolate1 mode_3_mouse ,pdata 
-0x42d0 015270 call mouse_stop_bt3_discovery ,true 
-0x42d1 015271 fetch mouse_flag_len ,mem_mouse_flag 
-0x42d2 015272 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_led_blink_stop 
-0x42d3 015273 branch mouse_devce_led_off 
-:      015274 mouse_stop_le_adv:
-0x42d4 015275 setarg 0 
-0x42d5 015276 store 2 ,mem_mouse_direct_timer 
-0x42d6 015277 branch check_51cmd_stop_adv 
-:      015278 mouse_stop_bt3_discovery:
-0x42d7 015279 setarg 0 
-0x42d8 015280 store 2 ,mem_mouse_discovery_timer 
-0x42d9 015281 branch check_51cmd_stop_discovery 
-:      015287 mouse_store_remote_bdaddr:
-0x42da 015288 fetch mouse_flag_len ,mem_mouse_flag 
-0x42db 015289 rtnbit0 mouse_store_eeprom_flag 
-0x42dc 015290 arg mouse_store_eeprom_flag ,queue 
-0x42dd 015291 call mouse_disable_function_flag 
-0x42de 015292 call mouse_check_device_addr 
-:      015293 mouse_unplug_clean_bdaddr:
-0x42df 015294 call mouse_before_store_reconn_info 
-0x42e0 015295 fetch mouse_flag_len ,mem_mouse_flag 
-0x42e1 015296 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
-0x42e2 015297 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
-0x42e3 015298 rtn 
-:      015299 mouse_store_eeprom_device_info:
-0x42e4 015300 arg 88 ,temp 
-0x42e5 015301 arg mem_device_flag ,rega 
-0x42e6 015302 arg mouse_info_eeprom_offect ,regb 
-0x42e7 015303 branch iicd_write_protect_eep_data 
-:      015305 mouse_check_device_addr:
-0x42e8 015306 fetch 1 ,mem_record_bt_mode 
-0x42e9 015307 beq rec_4_mode ,mouse_check_le_device_addr 
-0x42ea 015308 beq rec_3_mode ,mouse_check_bt_device_addr 
-0x42eb 015309 rtn 
-:      015310 mouse_check_le_device_addr:
-0x42ec 015311 store 1 ,mem_device_addr_temp 
-0x42ed 015312 fetch 6 ,mem_le_plap 
-0x42ee 015313 branch mouse_check_bt_device_addr_common 
-:      015314 mouse_check_bt_device_addr:
-0x42ef 015315 store 1 ,mem_device_addr_temp 
-0x42f0 015316 fetch 6 ,mem_plap 
-:      015317 mouse_check_bt_device_addr_common:
-0x42f1 015318 store 6 ,mem_device_addr_temp + 1 
-0x42f2 015319 fetch 7 ,mem_device_addr_temp 
-0x42f3 015320 arg mem_device1_type ,contr 
-0x42f4 015321 arg 3 ,loopcnt 
-:      015322 mouse_check_device_addr_end:
-0x42f5 015323 ifetcht 7 ,contr 
-0x42f6 015324 isub temp ,null 
-0x42f7 015325 branch mouse_clean_addr ,zero 
-0x42f8 015326 increase 22 ,contr 
-0x42f9 015327 loop mouse_check_device_addr_end 
-0x42fa 015328 rtn 
-:      015329 mouse_before_store_reconn_info:
-0x42fb 015330 arg mem_device1_type ,rega 
-0x42fc 015331 fetch 1 ,mem_device_flag 
-0x42fd 015332 increase -1 ,pdata 
-0x42fe 015333 mul32 pdata ,29 ,pdata 
-0x42ff 015334 iadd rega ,rega 
-0x4300 015335 fetch 1 ,mem_record_bt_mode 
-0x4301 015336 istore 1 ,rega 
-0x4302 015337 beq rec_4_mode ,mouse_store_le_device 
-0x4303 015338 beq rec_3_mode ,mouse_store_bt_device 
-0x4304 015339 rtn 
-:      015341 mouse_store_le_device:
-0x4305 015342 fetch 6 ,mem_le_plap 
-0x4306 015343 istore 6 ,contw 
-0x4307 015344 arg mem_le_ltk ,contr 
-0x4308 015345 call memcpy16 
-0x4309 015346 fetch 6 ,mem_le_lap 
-0x430a 015347 istore 6 ,contw 
-0x430b 015348 rtn 
-:      015349 mouse_store_bt_device:
-0x430c 015350 fetch 6 ,mem_plap 
-0x430d 015351 istore 6 ,contw 
-0x430e 015352 arg mem_link_key ,contr 
-0x430f 015353 branch memcpy16 
-:      015355 mouse_clean_addr:
-0x4310 015356 increase -6 ,contr 
-0x4311 015357 copy contr ,contw 
-0x4312 015358 fetcht 6 ,mem_device_addr_temp + 1 
-0x4313 015359 increase 3 ,temp 
-0x4314 015360 istoret 6 ,contw 
-0x4315 015361 rtn 
-:      015365 mouse_eeprom_load_recon_info:
-0x4316 015366 arg 88 ,temp 
-0x4317 015367 arg mem_device_flag ,rega 
-0x4318 015368 arg mouse_info_eeprom_offect ,regb 
-0x4319 015369 call iicd_read_eep_data 
-:      015370 mouse_select_reconn_device:
-0x431a 015371 arg mem_device1_type ,rega 
-0x431b 015372 fetch 1 ,mem_device_flag 
-0x431c 015373 fetcht 1 ,mem_24g_device_number 
-0x431d 015374 isub temp ,null 
-0x431e 015375 rtn zero 
-0x431f 015376 increase -1 ,pdata 
-0x4320 015377 mul32 pdata ,29 ,pdata 
-0x4321 015378 iadd rega ,rega 
-0x4322 015379 ifetch 1 ,rega 
-0x4323 015380 store 1 ,mem_xrecord_mode 
-0x4324 015381 beq rec_3_mode ,mouse_load_bt_device 
-0x4325 015382 beq rec_4_mode ,mouse_load_le_device 
-0x4326 015383 rtn 
-:      015385 mouse_load_bt_device:
-0x4327 015386 ifetch 6 ,contr 
-:      015387 mouse_load_bt_device_end:
-0x4328 015388 store 6 ,mem_hci_plap 
-0x4329 015389 arg mem_link_key ,contw 
-0x432a 015390 call memcpy16 
-0x432b 015391 branch check_link_key_load 
-:      015393 mouse_load_le_device:
-0x432c 015394 ifetch 6 ,contr 
-:      015395 mouse_load_le_device_end:
-0x432d 015396 store 6 ,mem_hci_plap 
-0x432e 015397 arg mem_le_ltk ,contw 
-0x432f 015398 call memcpy16 
-0x4330 015399 ifetch 6 ,contr 
-0x4331 015400 store 6 ,mem_le_lap 
-0x4332 015401 rtn 
-:      015404 mouse_select_device:
-0x4333 015405 fetch 1 ,mem_config_function_enable 
-0x4334 015406 bbit1 enable_select_device_by_gpio_button ,mouse_select_device_by_button 
-0x4335 015407 bbit1 enable_select_device_by_switch ,mouse_select_device_by_switch 
-0x4336 015408 branch mouse_select_device_by_combination_key 
-:      015410 mouse_select_device_by_combination_key:
-0x4337 015411 call mouse_check_key_gpio 
-0x4338 015412 beq mouse_rm_button ,mouse_select_device_commbination_key_down 
-:      015413 mouse_select_device_commbination_key_up:
-0x4339 015414 jam 30 ,mem_combination_select_device_count 
-0x433a 015415 fetch 1 ,mem_select_device_button_statue 
-0x433b 015416 rtneq dpi_button_state_up 
-0x433c 015417 jam dpi_button_state_up ,mem_select_device_button_statue 
-0x433d 015418 rtn 
-:      015420 mouse_select_device_commbination_key_down:
-0x433e 015421 call mouse_combination_select_device_timer 
-0x433f 015422 fetch 1 ,mem_select_device_button_statue 
-0x4340 015423 rtneq dpi_button_state_down 
-0x4341 015424 jam dpi_button_state_down ,mem_select_device_button_statue 
-0x4342 015425 branch mouse_select_device_enable 
-:      015427 mouse_combination_select_device_timer:
-0x4343 015428 fetch 1 ,mem_combination_select_device_count 
-0x4344 015429 rtn blank 
-0x4345 015430 pincrease -1 
-0x4346 015431 store 1 ,mem_combination_select_device_count 
-0x4347 015432 nrtn blank 
-0x4348 015433 branch mouse_ready_reconnection_by_button 
-:      015435 mouse_select_device_by_button:
-0x4349 015436 fetch 1 ,mem_config_select_device_button_gpio 
-0x434a 015437 rtneq gpio_disable 
-0x434b 015438 fetcht 1 ,mem_config_select_device_button_gpio 
-0x434c 015439 call gpio_get_bit 
-0x434d 015440 branch mouse_select_device_button_down ,true 
-:      015441 mouse_select_device_button_up:
-0x434e 015442 fetch 1 ,mem_select_device_button_statue 
-0x434f 015443 rtneq dpi_button_state_up 
-0x4350 015444 jam dpi_button_state_up ,mem_select_device_button_statue 
-0x4351 015445 fetch mouse_flag_len ,mem_mouse_flag 
-0x4352 015446 rtnbit1 mouse_long_bt_button_flag 
-0x4353 015447 branch mouse_ready_reconnection_by_button 
-:      015449 mouse_select_device_button_down:
-0x4354 015450 fetch 1 ,mem_select_device_button_statue 
-0x4355 015451 rtneq dpi_button_state_down 
-0x4356 015452 jam dpi_button_state_down ,mem_select_device_button_statue 
-0x4357 015453 arg mouse_long_bt_button_flag ,queue 
-0x4358 015454 branch mouse_disable_function_flag 
-:      015458 mouse_select_device_by_switch:
-0x4359 015459 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
-0x435a 015460 rtnbit0 enable_select_device_by_switch 
-0x435b 015461 fetch 1 ,mem_device_flag 
-0x435c 015462 beq mode_bt_device1 ,mouse_select1_device 
-0x435d 015463 beq mode_24g_device ,mouse_select2_device 
-0x435e 015464 rtn 
-:      015465 mouse_cheak_select_device_by_switch:
-0x435f 015466 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
-0x4360 015467 rtnbit0 enable_select_device_by_switch 
-0x4361 015468 fetcht 1 ,mem_config_select_device_button_gpio 
-0x4362 015469 call gpio_get_bit 
-0x4363 015470 branch mouse_cheak_select_24gdevice ,true 
-:      015471 mouse_select_btdevice:
-0x4364 015472 jam mode_bt_device1 ,mem_device_flag 
-0x4365 015473 rtn 
-:      015474 mouse_cheak_select_24gdevice:
-0x4366 015475 fetch 1 ,mem_24g_device_number 
-0x4367 015476 store 1 ,mem_device_flag 
-0x4368 015477 rtn 
-:      015478 mouse_select1_device:
-0x4369 015479 fetcht 1 ,mem_config_select_device_button_gpio 
-0x436a 015480 nbranch mouse_ready_reconnection_by_button ,true 
-0x436b 015481 rtn 
-:      015482 mouse_select2_device:
-0x436c 015483 fetcht 1 ,mem_config_select_device_button_gpio 
-0x436d 015484 call gpio_get_bit 
-0x436e 015485 branch mouse_select_device_button_down ,true 
-0x436f 015486 rtn 
-:      015491 mouse_ready_reconnection_by_button:
-0x4370 015492 fetcht 1 ,mem_device_flag 
-0x4371 015493 increase 1 ,temp 
-0x4372 015494 fetch 1 ,mem_device_number 
-0x4373 015495 isub temp ,null 
-0x4374 015496 ncall mouse_select_device_count_clean ,positive 
-0x4375 015497 storet 1 ,mem_device_flag 
-0x4376 015498 jam 0 ,mem_link_key_exists 
-0x4377 015499 call mouse_store_device_number2eeprom 
-0x4378 015500 call mouse_select_device_enable 
-0x4379 015502 branch mouse_set_reconnection 
-:      015504 mouse_store_device_number2eeprom:
-0x437a 015505 arg 1 ,temp 
-0x437b 015506 arg mem_device_flag ,rega 
-0x437c 015507 arg 0 ,regb 
-0x437d 015508 branch iicd_write_eep_data 
-:      015510 mouse_set_reconnection:
-0x437e 015511 call mouse_stop_bluetooth_mode 
-0x437f 015512 call mouse_select_device_disable 
-0x4380 015513 branch mouse_soft_reset 
-:      015514 mouse_stop_bluetooth_mode:
-0x4381 015515 fetch 2 ,mem_ui_state_map 
-0x4382 015516 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
-0x4383 015517 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x4384 015518 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x4385 015519 branch mouse_stop_discovery 
-:      015521 mouse_disconnect:
-0x4386 015522 bpatch patch1d_5 ,mem_patch1d 
-0x4387 015523 setarg 0 
-0x4388 015524 store 2 ,mem_mouse_no_data_timer 
-0x4389 015525 fetch 2 ,mem_ui_state_map 
-0x438a 015526 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x438b 015527 fetch 2 ,mem_ui_state_map 
-0x438c 015528 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x438d 015529 rtn 
-:      015531 mouse_irtual_cable_unplug:
-0x438e 015532 setarg 0x01 
-0x438f 015533 store 6 ,mem_plap 
-0x4390 015534 jam rec_3_mode ,mem_record_bt_mode 
-0x4391 015535 branch mouse_unplug_clean_bdaddr 
-:      015538 mouse_cancel_reconnect:
-0x4392 015539 call mouse_bt_cannel_reconn_enable 
-0x4393 015540 branch check_51cmd_bb_reconn_cancel 
-:      015542 mouse_bt_discovery_by_button:
-0x4394 015543 fetch 1 ,mem_config_bt_button_gpio 
-0x4395 015544 rtneq gpio_disable 
-0x4396 015545 fetcht 1 ,mem_config_bt_button_gpio 
-0x4397 015546 call gpio_get_bit 
-0x4398 015547 branch mouse_bt_discovery_button_down ,true 
-:      015548 mouse_bt_discovery_button_up:
-0x4399 015549 fetch 1 ,mem_ui_button_timeout 
-0x439a 015550 store 1 ,mem_combination_ui_button_count 
-0x439b 015551 fetch 1 ,mem_bt_discovey_button_statue 
-0x439c 015552 rtneq dpi_button_state_up 
-0x439d 015553 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
-0x439e 015554 branch mouse_bt_discovery_button_down_disable 
-:      015555 mouse_bt_discovery_button_down:
-0x439f 015556 call mouse_bt_discovry_timer 
-0x43a0 015557 fetch 1 ,mem_bt_discovey_button_statue 
-0x43a1 015558 rtneq dpi_button_state_down 
-0x43a2 015559 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
-0x43a3 015560 call check_51cmd_bb_reconn_cancel 
-0x43a4 015561 branch mouse_bt_discovery_button_down_enable 
-:      015564 mouse_bt_discovery_cheak:
-0x43a5 015565 fetch 1 ,mem_config_function_enable 
-0x43a6 015566 bbit1 enable_bt_button ,mouse_bt_discovery_by_button 
-:      015567 mouse_bt_discovery_commbination_key:
-0x43a7 015568 call mouse_check_key_gpio 
-0x43a8 015569 beq mouse_lmr_button ,mouse_bt_discovery_commbination_key_down 
-:      015570 mouse_bt_discovery_commbination_key_up:
-0x43a9 015571 fetch 1 ,mem_ui_button_timeout 
-0x43aa 015572 store 1 ,mem_combination_ui_button_count 
-0x43ab 015573 fetch 1 ,mem_bt_discovey_button_statue 
-0x43ac 015574 rtneq dpi_button_state_up 
-0x43ad 015575 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
-0x43ae 015576 branch mouse_bt_discovery_button_down_disable 
-:      015579 mouse_bt_discovery_commbination_key_down:
-0x43af 015580 call mouse_bt_discovry_timer 
-0x43b0 015581 fetch 1 ,mem_bt_discovey_button_statue 
-0x43b1 015582 rtneq dpi_button_state_down 
-0x43b2 015583 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
-0x43b3 015584 call check_51cmd_bb_reconn_cancel 
-0x43b4 015585 branch mouse_bt_discovery_button_down_enable 
-:      015587 mouse_bt_discovry_timer:
-0x43b5 015588 arg mem_combination_ui_button_count ,regc 
-0x43b6 015589 arg mouse_long_button_bt_discovry ,regb 
-0x43b7 015590 branch timer_single_step 
-:      015592 mouse_long_button_bt_discovry:
-0x43b8 015593 arg mouse_long_bt_button_flag ,queue 
-0x43b9 015594 call mouse_enable_function_flag 
-0x43ba 015595 call app_evt_button_long_pressed 
-0x43bb 015596 branch mouse_bb_event_discovery_btn 
-:      015599 mouse_cpi_enable:
-0x43bc 015600 arg mouse_cpi_flag ,queue 
-0x43bd 015601 branch mouse_enable_function_flag 
-:      015602 mouse_cpi_disable:
-0x43be 015603 arg mouse_cpi_flag ,queue 
-0x43bf 015604 branch mouse_disable_function_flag 
-:      015605 mouse_select_device_enable:
-0x43c0 015606 arg mouse_select_device_flag ,queue 
-0x43c1 015607 branch mouse_enable_function_flag 
-:      015608 mouse_select_device_disable:
-0x43c2 015609 arg mouse_select_device_flag ,queue 
-0x43c3 015610 branch mouse_disable_function_flag 
-:      015611 mouse_bt_cannel_reconn_enable:
-0x43c4 015612 arg mouse_bt_cannel_reconn_flag ,queue 
-0x43c5 015613 branch mouse_enable_function_flag 
-:      015614 mouse_bt_cannel_reconn_disable:
-0x43c6 015615 arg mouse_bt_cannel_reconn_flag ,queue 
-0x43c7 015616 branch mouse_disable_function_flag 
-:      015617 mouse_bt_discovery_button_down_enable:
-0x43c8 015618 arg mouse_bt_discovery_button_down_flag ,queue 
-0x43c9 015619 branch mouse_enable_function_flag 
-:      015620 mouse_bt_discovery_button_down_disable:
-0x43ca 015621 arg mouse_bt_discovery_button_down_flag ,queue 
-0x43cb 015622 branch mouse_disable_function_flag 
-:      015626 mouse_select_device_count_clean:
-0x43cc 015627 arg 1 ,temp 
-0x43cd 015628 rtn 
-:      015630 mouse_enable_function_flag:
-0x43ce 015631 fetch mouse_flag_len ,mem_mouse_flag 
-0x43cf 015632 qset1 pdata 
-0x43d0 015633 store mouse_flag_len ,mem_mouse_flag 
-0x43d1 015634 rtn 
-:      015636 mouse_disable_function_flag:
-0x43d2 015637 fetch mouse_flag_len ,mem_mouse_flag 
-0x43d3 015638 qset0 pdata 
-0x43d4 015639 store mouse_flag_len ,mem_mouse_flag 
-0x43d5 015640 rtn 
-:      015642 mouse_adc_read:
-0x43d6 015643 fetch mouse_flag_len ,mem_mouse_flag 
-0x43d7 015644 rtnbit0 mouse_enable_adc 
-0x43d8 015645 fetch 1 ,mem_adc_read_timer 
-0x43d9 015646 increase 1 ,pdata 
-0x43da 015647 store 1 ,mem_adc_read_timer 
-0x43db 015648 sub pdata ,10 ,null 
-0x43dc 015649 rtn positive 
-0x43dd 015650 jam 0 ,mem_adc_read_timer 
-0x43de 015651 call adc_set_mode 
-0x43df 015652 call vdd_calculate_by_mode 
-0x43e0 015653 store 2 ,mem_mouse_vdd_now_vol 
-0x43e1 015654 arg mem_mouse_vdd_calculate_set ,rega 
-0x43e2 015655 call adc_bat_percent_lowpower_out 
-0x43e3 015656 fetch 1 ,mem_adc_power_flag 
-0x43e4 015657 bbit1 1 ,mouse_power_down 
-0x43e5 015658 bbit0 0 ,mouse_adc_no_low_voltage 
-0x43e6 015659 branch mouse_adc_low_voltage 
-:      015660 mouse_adc_low_voltage:
-0x43e7 015661 arg mouse_low_voltage_flag ,queue 
-0x43e8 015662 branch mouse_enable_function_flag 
-:      015663 mouse_adc_no_low_voltage:
-0x43e9 015664 arg mouse_low_voltage_flag ,queue 
-0x43ea 015665 branch mouse_disable_function_flag 
-:      015667 mouse_low_voltage_led_timer:
-0x43eb 015668 fetch mouse_flag_len ,mem_mouse_flag 
-0x43ec 015669 rtnbit0 mouse_low_voltage_flag 
-0x43ed 015670 fetch 1 ,mem_config_low_voltage_alarm_gpio 
-0x43ee 015671 store 1 ,mem_mouse_struct_led_gpio 
-0x43ef 015672 fetch 1 ,mem_adc_low_volatage_led_timer_count 
-0x43f0 015673 pincrease 1 
-0x43f1 015674 store 1 ,mem_adc_low_volatage_led_timer_count 
-0x43f2 015675 sub pdata ,20 ,null 
-0x43f3 015676 ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
-0x43f4 015677 beq 2 ,mouse_low_voltage_led_on 
-0x43f5 015678 beq 4 ,mouse_low_voltage_led_off 
-0x43f6 015679 beq 6 ,mouse_low_voltage_led_on 
-0x43f7 015680 beq 8 ,mouse_low_voltage_led_off 
-0x43f8 015681 rtn 
-:      015682 mouse_adc_low_volatage_led_timer_count_clean:
-0x43f9 015683 jam 1 ,mem_adc_low_volatage_led_timer_count 
-0x43fa 015684 branch mouse_low_voltage_led_off 
-:      015685 mouse_low_voltage_led_on:
-0x43fb 015686 arg 0 ,rega 
-0x43fc 015687 jam ui_led_state_lighting ,mem_mouse_led_type 
-0x43fd 015688 branch ui_led_on_global 
-:      015689 mouse_low_voltage_led_off:
-0x43fe 015690 arg 0 ,rega 
-0x43ff 015691 jam ui_led_state_lighting ,mem_mouse_led_type 
-0x4400 015692 branch ui_led_off_global 
-:      015694 mouse_g24_package_data:
-0x4401 015695 call mouse_motion 
-0x4402 015696 nrtn user 
-0x4403 015697 arg 7 ,rega 
-0x4404 015698 arg mem_mouse_key ,regb 
-0x4405 015699 rtn 
-:      015701 mouse_g24_enter_lpm:
-0x4406 015702 fetch 1 ,mem_mouse_24g_enter_lpm_enable 
-0x4407 015703 rtn blank 
-0x4408 015705 fetcht 1 ,mem_dpi_button_gpio 
-0x4409 015706 call gpio_get_bit 
-0x440a 015707 call mouse_24g_dpi_delay_init ,true 
-0x440b 015708 fetch 1 ,mem_24g_enter_lpm_timer 
-0x440c 015709 nrtn blank 
-0x440d 015710 call mouse_check_key_gpio 
-0x440e 015711 nrtn blank 
-0x440f 015712 branch g24_lpm_long_sleep 
-:      015714 mouse_24g_dpi_delay_init:
-0x4410 015715 fetch 1 ,mem_dpi_button_gpio 
-0x4411 015716 rtneq ui_button_gpio_disable 
-0x4412 015717 jam 10 ,mem_24g_enter_lpm_timer 
-0x4413 015718 rtn 
-:      015721 mouse_load_flash_info_cheak:
-0x4414 015722 call mouse_load_flash_flag 
-0x4415 015723 fetch 2 ,mem_store_flag 
-0x4416 015724 arg eeprom_init_flag ,temp 
-0x4417 015725 isub temp ,null 
-0x4418 015726 branch mouse_load_flash_device_info ,zero 
-0x4419 015727 storet 2 ,mem_store_flag 
-0x441a 015728 call mouse_ble_init_address 
-0x441b 015729 branch mouse_store_flash_device_info 
-:      015730 mouse_ble_init_address:
-0x441c 015731 fetch 6 ,mem_le_lap 
-0x441d 015732 store 6 ,mem_device1_locall_addr 
-0x441e 015733 add pdata ,0x0100 ,pdata 
-0x441f 015734 store 6 ,mem_device2_locall_addr 
-0x4420 015735 add pdata ,0x0100 ,pdata 
-0x4421 015736 store 6 ,mem_device3_locall_addr 
-0x4422 015737 rtn 
-:      015740 mouse_load_flash_flag:
-0x4423 015741 setarg mem_store_flag 
-0x4424 015742 arg mem_mouse_information_start ,temp 
-0x4425 015743 isub temp ,temp 
-0x4426 015744 fetch 3 ,mem_flash_base 
-0x4427 015745 iadd temp ,pdata 
-0x4428 015746 arg 2 ,temp 
-0x4429 015747 arg mem_store_flag ,rega 
-0x442a 015748 branch spid_read_flash 
-:      015751 mouse_load_flash_device_info:
-0x442b 015752 setarg mem_mouse_information_end 
-0x442c 015753 arg mem_mouse_information_start ,temp 
-0x442d 015754 isub temp ,temp 
-0x442e 015755 fetch 3 ,mem_flash_base 
-0x442f 015756 arg mem_mouse_information_start ,rega 
-0x4430 015757 call spid_read_flash 
-0x4431 015758 call mouse_select_reconn_device 
-0x4432 015759 fetch 4 ,mem_mouse_24g_addr 
-0x4433 015760 call g24_head_ptr2regc 
-0x4434 015761 branch g24_store_mem_addr 
-:      015763 mouse_store_flash_device_info:
-0x4435 015764 setarg mem_mouse_information_end 
-0x4436 015765 arg mem_mouse_information_start ,temp 
-0x4437 015766 isub temp ,temp 
-0x4438 015767 arg mem_mouse_information_start ,rega 
-0x4439 015768 fetch 3 ,mem_flash_base 
-0x443a 015769 branch flash_write 
-:      015771 mouse_store_eerpom_dpi:
-0x443b 015772 arg 1 ,temp 
-0x443c 015773 arg mem_mouse_dpi ,rega 
-0x443d 015774 arg mouse_dpi_eeprom_offect ,regb 
-0x443e 015775 branch iicd_write_protect_eep_data 
-:      015777 mouse_load_eeprom_dpi:
-0x443f 015778 arg 1 ,temp 
-0x4440 015779 arg mem_mouse_dpi ,rega 
-0x4441 015780 arg mouse_dpi_eeprom_offect ,regb 
-0x4442 015781 branch iicd_read_eep_data 
-:      015783 mouse_statue_cheak_timer:
-0x4443 015784 rtnmark1 mark_24g 
-0x4444 015785 fetch mouse_flag_len ,mem_mouse_flag 
-0x4445 015786 rtnbit0 mouse_enable_statue_up 
-0x4446 015787 fetch 1 ,mem_mouse_1step_up_count 
-0x4447 015788 pincrease 1 
-0x4448 015789 and pdata ,0x07 ,pdata 
-0x4449 015790 store 1 ,mem_mouse_1step_up_count 
-0x444a 015791 rtnne 0x07 
-0x444b 015792 fetch 2 ,mem_ui_state_map 
-0x444c 015793 bbit1 ui_state_bt_connected ,mouse_check_statue_up 
-0x444d 015794 bbit1 ui_state_ble_connected ,mouse_check_statue_up 
-0x444e 015795 rtn 
-:      015800 mouse_check_statue_up:
-0x444f 015801 bpatch patch1d_6 ,mem_patch1d 
-0x4450 015802 fetch 1 ,mem_mouse_2step_up_count 
-0x4451 015803 nrtn blank 
-0x4452 015804 fetch mouse_flag_len ,mem_mouse_flag 
-0x4453 015805 rtnbit0 mouse_statue_up_flag 
-0x4454 015806 fetch 1 ,mem_sensor_squal_reg 
-0x4455 015807 call sensor_read 
-0x4456 015808 store 1 ,mem_sensor_iqc 
-0x4457 015809 sub pdata ,0x10 ,null 
-0x4458 015810 branch mouse_statue_up_timer_init ,positive 
-0x4459 015811 jam 0 ,mem_mouse_2step_up_count 
-0x445a 015812 rtn 
-:      015814 mouse_statue_up_timer_init:
-0x445b 015815 jam 30 ,mem_mouse_2step_up_count 
-0x445c 015816 rtn 
-:      015817 mouse_statue_up_timer:
-0x445d 015818 arg mem_mouse_2step_up_count ,regc 
-0x445e 015819 arg mouse_statue_up ,regb 
-0x445f 015820 branch timer_single_step 
-:      015822 mouse_statue_up:
-0x4460 015823 fetch 1 ,mem_sensor_squal_reg 
-0x4461 015824 call twspi_read 
-0x4462 015825 sub pdata ,0x10 ,null 
-0x4463 015826 nrtn positive 
-0x4464 015827 fetch mouse_flag_len ,mem_mouse_flag 
-0x4465 015828 rtnbit0 mouse_statue_up_flag 
-0x4466 015829 arg mouse_statue_up_flag ,queue 
-0x4467 015830 call mouse_disable_function_flag 
-0x4468 015831 jam 0 ,mem_lpm_mult 
-0x4469 015832 jam 30 ,mem_mouse_statue_led_timer 
-0x446a 015833 call mouse_devce_led_off 
-0x446b 015834 fetch mouse_flag_len ,mem_mouse_flag 
-0x446c 015835 bbit1 mouse_enable_statue_up_three_led ,mouse_three_device_statue_up 
-:      015836 mouse_two_device_statue_up:
-0x446d 015837 fetch 1 ,mem_device_flag 
-0x446e 015838 beq mode_bt_device1 ,mouse_device1_led_on 
-0x446f 015839 beq mode_bt_device2 ,mouse_device_blink_led_init 
-0x4470 015840 rtn 
-:      015841 mouse_three_device_statue_up:
-0x4471 015842 fetch 1 ,mem_device_flag 
-0x4472 015843 beq mode_bt_device1 ,mouse_device1_led_on 
-0x4473 015844 beq mode_bt_device2 ,mouse_device2_led_on 
-0x4474 015845 beq mode_bt_device3 ,mouse_device3_led_on 
-0x4475 015846 rtn 
-:      015848 mouse_device_blink_led_init:
-0x4476 015849 fetch 1 ,mem_config_device1_led_gpio 
-0x4477 015850 branch mouse_led_blink 
-:      015854 mouse_statue_led_off:
-0x4478 015855 jam 0x20 ,mem_lpm_mult 
-0x4479 015856 branch mouse_devce_led_off 
-:      015860 mouse_devce1_led_off:
-0x447a 015861 fetch 1 ,mem_config_device1_led_gpio 
-0x447b 015862 rtneq gpio_disable 
-0x447c 015863 store 1 ,mem_mouse_struct_led_gpio 
-0x447d 015864 branch mouse_led_off 
-:      015866 mouse_devce2_led_off:
-0x447e 015867 fetch 1 ,mem_config_device2_led_gpio 
-0x447f 015868 rtneq gpio_disable 
-0x4480 015869 store 1 ,mem_mouse_struct_led_gpio 
-0x4481 015870 branch mouse_led_off 
-:      015872 mouse_devce_led_off:
-0x4482 015873 call mouse_led_off 
-0x4483 015874 call mouse_devce1_led_off 
-0x4484 015875 call mouse_devce2_led_off 
-:      015876 mouse_devce3_led_off:
-0x4485 015877 fetch 1 ,mem_config_device3_led_gpio 
-0x4486 015878 rtneq gpio_disable 
-0x4487 015879 store 1 ,mem_mouse_struct_led_gpio 
-0x4488 015880 branch mouse_led_off 
-:      015882 mouse_device1_led_on:
-0x4489 015883 fetch 1 ,mem_config_device1_led_gpio 
-0x448a 015884 store 1 ,mem_mouse_struct_led_gpio 
-0x448b 015885 branch mouse_led_on 
-:      015886 mouse_device2_led_on:
-0x448c 015887 fetch 1 ,mem_config_device2_led_gpio 
-0x448d 015888 store 1 ,mem_mouse_struct_led_gpio 
-0x448e 015889 branch mouse_led_on 
-:      015890 mouse_device3_led_on:
-0x448f 015891 fetch 1 ,mem_config_device3_led_gpio 
-0x4490 015892 store 1 ,mem_mouse_struct_led_gpio 
-0x4491 015893 branch mouse_led_on 
-:      015897 mouse_polling_device:
-0x4492 015898 bpatch patch1d_7 ,mem_patch1d 
-0x4493 015899 fetch 1 ,mem_reconn_times 
-0x4494 015900 increase -1 ,pdata 
-0x4495 015901 store 1 ,mem_reconn_times 
-0x4496 015902 fetcht 1 ,mem_device_flag 
-0x4497 015903 increase 1 ,temp 
-0x4498 015904 fetch 1 ,mem_device_number 
-0x4499 015905 isub temp ,null 
-0x449a 015906 ncall mouse_select_device_count_clean ,positive 
-0x449b 015907 storet 1 ,mem_device_flag 
-0x449c 015908 jam 0 ,mem_link_key_exists 
-0x449d 015909 call mouse_store_device_number2eeprom 
-0x449e 015910 call mouse_before_store_reconn_info 
-0x449f 015911 branch mouse_check_reconn_target 
-:      015913 mouse_power_down:
-0x44a0 015914 call mouse_devce_led_off 
-0x44a1 015915 setarg 0 
-0x44a2 015916 store 8 ,mem_gpio_wakeup_low 
-0x44a3 015917 branch lpm_hibernate 
-:      015928 remote_car_init:
-0x44a4 015929 rtn wake 
-0x44a5 015930 hfetch 1 ,core_gpio_sel1 
-0x44a6 015931 and_into 0xf0 ,pdata 
-0x44a7 015932 hstore 1 ,core_gpio_sel1 
-0x44a8 015933 call keyscan_key_init 
-0x44a9 015934 setarg remote_car_le_before_hibernate 
-0x44aa 015935 store 2 ,mem_cb_before_hibernate 
-0x44ab 015937 setarg remote_car_process_lpm_before 
-0x44ac 015938 store 2 ,mem_cb_before_lpm 
-0x44ad 015940 setarg remote_car_scale_process_idle 
-0x44ae 015941 store 2 ,mem_cb_idle_process 
-0x44af 015943 setarg remote_car_scale_process_bb_event 
-0x44b0 015944 store 2 ,mem_cb_bb_event_process 
-0x44b1 015946 setarg app_get_lpm_wake_lock 
-0x44b2 015947 store 2 ,mem_cb_check_wakelock 
-0x44b3 015949 call g24_head_ptr2regc 
-0x44b4 015950 setarg remote_car_g24_package_data 
-0x44b5 015951 add regc ,offset_24g_cb_data ,contw 
-0x44b6 015952 istore 2 ,contw 
-0x44b7 015954 setarg remote_car_g24_enter_lpm 
-0x44b8 015955 add regc ,offset_24g_cb_lpm_prepare ,contw 
-0x44b9 015956 istore 2 ,contw 
-0x44ba 015958 setarg remote_car_process_lpm_before 
-0x44bb 015959 add regc ,offset_24g_cb_lpm_before ,contw 
-0x44bc 015960 istore 2 ,contw 
-0x44bd 015962 setarg remote_car_event_timer 
-0x44be 015963 store 2 ,mem_cb_event_timer 
-0x44bf 015965 setarg remote_car_power_off_signal 
-0x44c0 015966 store 2 ,mem_remote_car_power_off_cb 
-0x44c1 015968 setarg remote_car_soft_switch_power_on_signal 
-0x44c2 015969 store 2 ,mem_remote_car_power_standby_cb 
-0x44c3 015971 setarg remote_car_send_key_data 
-0x44c4 015972 store 2 ,mem_cb_remote_car_keyscan 
-0x44c5 015974 bpatch patch1e_0 ,mem_patch1e 
-0x44c6 015975 call remote_car_init_environment 
-0x44c7 015976 call queue_init 
-0x44c8 015977 jam 2 ,mem_lpm_mult 
-0x44c9 015978 fetch 1 ,mem_remote_car_config_soft_switch_enable 
-0x44ca 015979 store 1 ,mem_remote_car_hard_soft_switch 
-0x44cb 015980 beq hard_switch ,remote_car_hard_switch_power_on_signal 
-0x44cc 015981 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
-0x44cd 015982 store 1 ,mem_ui_button_gpio 
-:      015983 remote_car_soft_switch_power_on_init:
-0x44ce 015984 call remote_car_ui_led_init 
-0x44cf 015985 call ui_button_init 
-0x44d0 015986 call ui_button_polling 
-0x44d1 015987 jam power_starting ,mem_remote_car_power_state 
-0x44d2 015988 fetch 2 ,mem_ui_state_map 
-0x44d3 015989 rtnbit1 ui_state_btn_down 
-0x44d4 015990 branch app_enter_hibernate 
-:      015994 remote_car_hard_switch_power_on_signal:
-0x44d5 015995 jam power_standby ,mem_remote_car_power_state 
-:      015996 remote_car_soft_switch_power_on_signal:
-0x44d6 015997 call remote_car_ui_led_init 
-0x44d7 015999 arg 0 ,rega 
-0x44d8 016000 call ui_led_blink_start_global 
-:      016001 remote_car_connect_24g_mode:
-0x44d9 016002 branch g24_auto_pair_start 
-:      016004 remote_car_power_off_signal:
-0x44da 016005 branch remote_car_ui_led_init 
-:      016007 remote_car_ui_led_init:
-0x44db 016008 bpatch patch1e_1 ,mem_patch1e 
-0x44dc 016009 fetch 1 ,mem_remote_car_config_connect_led_gpio 
-0x44dd 016010 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
-:      016011 remote_car_ui_led_init_1:
-0x44de 016012 fetcht 1 ,mem_remote_car_led_map 
-0x44df 016013 branch gpio_config_output 
-:      016014 remote_car_pairing_led_gpio_set:
-0x44e0 016015 store 1 ,mem_remote_car_led_map 
-0x44e1 016016 branch remote_car_ui_led_init_1 
-:      016019 remote_car_init_environment:
-0x44e2 016020 call g24_set_device_addr 
-0x44e3 016021 fetch 2 ,mem_remote_car_no_data_timeout 
-0x44e4 016022 store 2 ,mem_remote_car_no_data_timer 
-0x44e5 016023 branch remote_car_get_adc_default_data 
-:      016025 remote_car_le_before_hibernate:
-:      016030 remote_car_in_enter_hibernate:
-0x44e6 016031 call gpio_set_before_lpm_common 
-0x44e7 016032 call remote_car_process_lpm_before 
-0x44e8 016033 branch app_enter_hibernate 
-:      016035 remote_car_process_lpm_before:
-0x44e9 016036 branch keyscan_process_lpm_before 
-:      016038 remote_car_g24_enter_lpm:
-0x44ea 016039 fetch 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x44eb 016040 rtn blank 
-0x44ec 016042 branch g24_lpm_long_sleep 
-:      016044 remote_car_process_auto_pair_exit:
-0x44ed 016045 rtn 
-:      016047 remote_car_key_scan_process:
-0x44ee 016048 branch keyscan_key_process 
-:      016050 remote_car_scale_process_idle:
-0x44ef 016051 call remote_car_rocker_process 
-0x44f0 016052 call remote_car_24g_status_process 
-0x44f1 016053 branch remote_car_key_scan_process 
-:      016055 remote_car_scale_process_bb_event:
-0x44f2 016056 copy regc ,pdata 
-0x44f3 016057 beq bt_evt_button_up ,app_event_button_up 
-0x44f4 016058 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x44f5 016059 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
-0x44f6 016060 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
-0x44f7 016061 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
-0x44f8 016062 rtn 
-:      016064 remote_car_24g_attempt_fail:
-0x44f9 016065 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x44fa 016066 rtn 
-:      016068 remote_car_24g_pairing_complete:
-0x44fb 016069 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x44fc 016070 jam work_paired ,mem_remote_car_24g_auto_work_step 
-0x44fd 016071 jam work_paired ,mem_remote_car_24g_pair_success_flag 
-0x44fe 016072 rtn 
-:      016074 remote_car_24g_attempt_success:
-0x44ff 016075 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x4500 016076 jam work_paired ,mem_remote_car_24g_auto_work_step 
-0x4501 016077 jam work_paired ,mem_remote_car_24g_pair_success_flag 
-0x4502 016078 rtn 
-:      016080 remote_car_24g_status_process:
-0x4503 016081 fetch 1 ,mem_remote_car_24g_auto_work_step 
-0x4504 016082 rtneq power_on 
-0x4505 016083 fetch 1 ,mem_remote_car_24g_status 
-0x4506 016084 rtneq work_paired 
-0x4507 016085 jam work_paired ,mem_remote_car_24g_status 
-:      016086 remote_car_scale_process_paired:
-0x4508 016087 arg 0 ,rega 
-0x4509 016088 branch ui_led_off_global 
-:      016089 remote_car_scale_process_shutdown:
-0x450a 016090 arg 0 ,rega 
-0x450b 016091 call ui_led_off_global 
-0x450c 016092 call remote_car_ui_led_init 
-0x450d 016093 branch app_enter_hibernate 
-:      016095 remote_car_event_timer:
-0x450e 016096 call app_power_timer 
-0x450f 016097 branch remote_car_no_data_timer 
-:      016099 remote_car_no_data_timer:
-0x4510 016100 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
-0x4511 016101 rtn blank 
-0x4512 016102 arg mem_remote_car_no_data_timer ,regc 
-0x4513 016103 arg remote_car_scale_process_shutdown ,regb 
-0x4514 016104 branch timer_single_step_2b 
-:      016107 remote_car_get_adc_default_data:
-0x4515 016108 call remote_car_rocker_get_x 
-0x4516 016109 storet 2 ,mem_current_vdd_value_default_mid_x 
-0x4517 016110 call remote_car_rocker_get_y 
-0x4518 016111 storet 2 ,mem_current_vdd_value_default_mid_y 
-0x4519 016112 rtn 
-:      016113 remote_car_rocker_data_get:
-:      016114 remote_car_rocker_get_x:
-0x451a 016115 fetch 2 ,mem_current_vdd_value_default_mid_x 
-0x451b 016116 store 2 ,mem_current_vdd_value_default_mid_temp 
-0x451c 016117 call remote_car_get_adc_from_gpio6 
-0x451d 016118 call remote_car_rocker_get_value 
-0x451e 016119 store 1 ,mem_rocker_status 
-:      016120 remote_car_rocker_get_y:
-0x451f 016121 fetch 2 ,mem_current_vdd_value_default_mid_y 
-0x4520 016122 store 2 ,mem_current_vdd_value_default_mid_temp 
-0x4521 016123 call remote_car_get_adc_from_gpio7 
-0x4522 016124 call remote_car_rocker_get_value 
-0x4523 016125 store 1 ,mem_rocker_status + 1 
-0x4524 016126 rtn 
-:      016127 remote_car_rocker_get_value:
-0x4525 016128 fetch 2 ,mem_current_vdd_default_range 
-0x4526 016129 copy pdata ,rega 
-0x4527 016130 fetch 2 ,mem_current_vdd_value_default_mid_temp 
-0x4528 016131 call remote_car_rocker_mid_value_adjust 
-0x4529 016132 fetch 1 ,mem_rocker_work_status 
-0x452a 016133 nbranch remote_car_rocker_translate_key ,blank 
-0x452b 016134 nrtn positive 
-0x452c 016135 fetcht 2 ,mem_current_vdd_value_default_mid_temp 
-0x452d 016136 rtn 
-:      016137 remote_car_rocker_mid_value_adjust:
-0x452e 016138 isub temp ,pdata 
-0x452f 016139 branch remote_car_rocker_mid_adjust_positive ,positive 
-0x4530 016140 sub pdata ,0 ,pdata 
-0x4531 016141 jam 1 ,mem_rocker_negative_flag 
-0x4532 016142 isub rega ,null 
-0x4533 016143 rtn 
-:      016144 remote_car_rocker_mid_adjust_positive:
-0x4534 016145 jam 0 ,mem_rocker_negative_flag 
-0x4535 016146 isub rega ,null 
-0x4536 016147 rtn 
-:      016148 remote_car_rocker_translate_key:
-0x4537 016149 nbranch remote_car_rocker_middle_key ,positive 
-0x4538 016150 fetch 1 ,mem_rocker_negative_flag 
-0x4539 016151 nbranch remote_car_rocker_negative_key ,blank 
-:      016152 remote_car_rocker_positive_key:
-0x453a 016153 setarg rocker_positive_key 
-0x453b 016154 rtn 
-:      016155 remote_car_rocker_negative_key:
-0x453c 016156 setarg rocker_negative_key 
-0x453d 016157 rtn 
-:      016158 remote_car_rocker_middle_key:
-0x453e 016159 setarg rocker_middle_key 
-0x453f 016160 rtn 
-:      016161 remote_car_get_adc_from_gpio6:
-0x4540 016162 jam 0x33 ,mem_adc_channel 
-0x4541 016163 branch adc_set_mode 
-:      016164 remote_car_get_adc_from_gpio7:
-0x4542 016165 jam 0x34 ,mem_adc_channel 
-0x4543 016166 branch adc_set_mode 
-:      016169 remote_car_rocker_process:
-0x4544 016170 fetch 1 ,mem_remote_car_config_check_way 
-0x4545 016171 rtnne car_remote_check_rocker 
-:      016172 remote_car_read_rocker_check_start:
-0x4546 016173 bpatch patch1e_2 ,mem_patch1e 
-0x4547 016174 jam 1 ,mem_rocker_work_status 
-0x4548 016175 call remote_car_rocker_data_get 
-0x4549 016176 fetch 2 ,mem_rocker_status 
-0x454a 016177 fetcht 2 ,mem_rocker_last_status 
-0x454b 016178 isub temp ,null 
-0x454c 016179 rtn zero 
-0x454d 016180 store 2 ,mem_rocker_last_status 
-0x454e 016181 call remote_car_rocker_x_to_key 
-0x454f 016182 branch remote_car_rocker_y_to_key 
-:      016184 remote_car_rocker_x_to_key:
-0x4550 016185 fetch 1 ,mem_rocker_x_status 
-0x4551 016186 branch rocker_to_queue_set_0 ,blank 
-0x4552 016187 increase -1 ,pdata 
-0x4553 016188 branch remote_car_rocker_to_key 
-:      016189 remote_car_rocker_y_to_key:
-0x4554 016190 fetch 1 ,mem_rocker_y_status 
-0x4555 016191 branch rocker_to_queue_set_2 ,blank 
-0x4556 016192 increase 1 ,pdata 
-:      016193 remote_car_rocker_to_key:
-0x4557 016194 copy pdata ,queue 
-0x4558 016195 arg 1 ,rega 
-0x4559 016196 branch remote_car_send_key_data 
-:      016198 rocker_to_queue_set_0:
-0x455a 016199 arg 0 ,queue 
-0x455b 016200 arg 0 ,rega 
-0x455c 016201 branch remote_car_send_key_data 
-:      016202 rocker_to_queue_set_2:
-0x455d 016203 arg 2 ,queue 
-0x455e 016204 arg 0 ,rega 
-0x455f 016205 branch remote_car_send_key_data 
-:      016207 remote_car_send_key_data:
-0x4560 016208 copy rega ,pdata 
-0x4561 016209 store 1 ,mem_remote_key_status 
-0x4562 016210 fetch 1 ,mem_remote_car_24g_auto_work_step 
-0x4563 016211 beq power_on ,g24_auto_pair_start 
-0x4564 016212 fetch 2 ,mem_remote_car_no_data_timeout 
-0x4565 016213 store 2 ,mem_remote_car_no_data_timer 
-0x4566 016214 fetch 1 ,mem_remote_key_status 
-0x4567 016215 branch remote_car_key_is_release ,blank 
-:      016216 remote_car_key_is_press:
-0x4568 016217 bpatch patch1e_3 ,mem_patch1e 
-0x4569 016218 arg 0 ,rega 
-0x456a 016219 call ui_led_on_global 
-:      016220 remote_car_attack_key_press:
-0x456b 016221 copy queue ,pdata 
-0x456c 016222 beq 4 ,remote_car_send_attack_key4_press 
-0x456d 016223 beq 5 ,remote_car_send_attack_key5_press 
-0x456e 016224 beq 6 ,remote_car_send_fire_key6_press 
-:      016227 remote_car_motor_key_press:
-0x456f 016228 call remote_car_device_layout_select 
-0x4570 016229 beq control_f_b_ten ,remote_car_single_motor_key_is_press 
-0x4571 016230 beq control_l_r_ten ,remote_car_double_motor_key_press 
-0x4572 016231 beq control_l_r_lr ,remote_car_single_motor_key_is_press 
-0x4573 016232 rtn 
-:      016234 remote_car_single_motor_key_is_press:
-0x4574 016235 copy queue ,pdata 
-0x4575 016236 beq 0 ,remote_car_send_motor1_key0_press 
-0x4576 016237 beq 1 ,remote_car_send_motor1_key1_press 
-0x4577 016238 beq 2 ,remote_car_send_motor2_key2_press 
-0x4578 016239 beq 3 ,remote_car_send_motor2_key3_press 
-0x4579 016240 rtn 
-:      016242 remote_car_double_motor_key_press:
-0x457a 016243 copy queue ,pdata 
-0x457b 016244 beq 0 ,remote_car_send_double_motor_key0_press 
-0x457c 016245 beq 1 ,remote_car_send_double_motor_key1_press 
-0x457d 016246 beq 2 ,remote_car_send_double_motor_key2_press 
-0x457e 016247 beq 3 ,remote_car_send_double_motor_key3_press 
-0x457f 016248 rtn 
-:      016250 remote_car_key_is_release:
-0x4580 016251 bpatch patch1e_4 ,mem_patch1e 
-0x4581 016252 arg 0 ,rega 
-0x4582 016253 call ui_led_off_global 
-:      016254 remote_car_attack_key_release:
-0x4583 016255 copy queue ,pdata 
-0x4584 016256 beq 4 ,remote_car_send_attack_key4_rel 
-0x4585 016257 beq 5 ,remote_car_send_attack_key5_rel 
-:      016260 remote_car_motor_key_release:
-0x4586 016261 call remote_car_device_layout_select 
-0x4587 016262 beq control_f_b_ten ,remote_car_single_motor_key_rel 
-0x4588 016263 beq control_l_r_ten ,remote_car_double_motor_key_rel 
-0x4589 016264 beq control_l_r_lr ,remote_car_single_motor_key_rel 
-0x458a 016265 rtn 
-:      016267 remote_car_device_layout_select:
-0x458b 016268 fetch 1 ,mem_remote_car_config_layout 
-0x458c 016269 fetcht 1 ,mem_remote_car_config_key_map 
-0x458d 016270 ior temp ,pdata 
-0x458e 016271 rtn 
-:      016274 remote_car_send_motor1_key0_press:
-0x458f 016275 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x4590 016276 branch remote_car_send_key 
-:      016277 remote_car_send_motor1_key1_press:
-0x4591 016278 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x4592 016279 branch remote_car_send_key 
-:      016280 remote_car_send_motor2_key2_press:
-0x4593 016281 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x4594 016282 branch remote_car_send_key 
-:      016283 remote_car_send_motor2_key3_press:
-0x4595 016284 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x4596 016285 branch remote_car_send_key 
-:      016288 remote_car_send_double_motor_key0_press:
-0x4597 016289 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x4598 016290 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x4599 016291 branch remote_car_send_key 
-:      016292 remote_car_send_double_motor_key1_press:
-0x459a 016293 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x459b 016294 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x459c 016295 branch remote_car_send_key 
-:      016296 remote_car_send_double_motor_key2_press:
-0x459d 016297 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x459e 016298 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x459f 016299 branch remote_car_send_key 
-:      016300 remote_car_send_double_motor_key3_press:
-0x45a0 016301 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x45a1 016302 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x45a2 016303 branch remote_car_send_key 
-:      016306 remote_car_send_attack_key4_press:
-0x45a3 016307 jam motor_positive ,mem_remote_car_24g_motor3_payload 
-0x45a4 016308 branch remote_car_send_key 
-:      016309 remote_car_send_attack_key5_press:
-0x45a5 016310 jam motor_negative ,mem_remote_car_24g_motor3_payload 
-0x45a6 016311 branch remote_car_send_key 
-:      016313 remote_car_send_fire_key6_press:
-0x45a7 016314 jam 0x01 ,mem_remote_car_24g_fire_send_payload 
-0x45a8 016315 branch remote_car_send_attack 
-:      016317 remote_car_single_motor_key_rel:
-0x45a9 016318 copy queue ,pdata 
-0x45aa 016319 beq 0 ,remote_car_send_motor1_key0_rel 
-0x45ab 016320 beq 1 ,remote_car_send_motor1_key1_rel 
-0x45ac 016321 beq 2 ,remote_car_send_motor2_key2_rel 
-0x45ad 016322 beq 3 ,remote_car_send_motor2_key3_rel 
-0x45ae 016323 rtn 
-:      016325 remote_car_double_motor_key_rel:
-0x45af 016326 copy queue ,pdata 
-0x45b0 016327 beq 0 ,remote_car_send_double_motor_key0_rel 
-0x45b1 016328 beq 1 ,remote_car_send_double_motor_key1_rel 
-0x45b2 016329 beq 2 ,remote_car_send_double_motor_key2_rel 
-0x45b3 016330 beq 3 ,remote_car_send_double_motor_key3_rel 
-0x45b4 016331 rtn 
-:      016333 remote_car_send_motor1_key0_rel:
-:      016334 remote_car_send_motor1_key1_rel:
-0x45b5 016335 jam motor_stop ,mem_remote_car_24g_motor1_payload 
-0x45b6 016336 branch remote_car_send_key 
-:      016337 remote_car_send_motor2_key2_rel:
-:      016338 remote_car_send_motor2_key3_rel:
-0x45b7 016339 jam motor_stop ,mem_remote_car_24g_motor2_payload 
-0x45b8 016340 branch remote_car_send_key 
-:      016342 remote_car_send_double_motor_key0_rel:
-:      016343 remote_car_send_double_motor_key1_rel:
-:      016344 remote_car_send_double_motor_key2_rel:
-:      016345 remote_car_send_double_motor_key3_rel:
-0x45b9 016346 jam motor_stop ,mem_remote_car_24g_motor1_payload 
-0x45ba 016347 jam motor_stop ,mem_remote_car_24g_motor2_payload 
-0x45bb 016348 branch remote_car_send_key 
-:      016350 remote_car_send_attack_key4_rel:
-:      016351 remote_car_send_attack_key5_rel:
-0x45bc 016352 jam motor_stop ,mem_remote_car_24g_motor3_payload 
-0x45bd 016353 branch remote_car_send_key 
-:      016355 remote_car_send_key:
-0x45be 016356 arg mem_remote_car_24g_motor_packet ,rega 
-0x45bf 016357 branch queue_push 
-:      016358 remote_car_send_attack:
-0x45c0 016359 arg mem_remote_car_24g_fire_packet ,rega 
-0x45c1 016360 branch queue_push 
-:      016362 remote_car_g24_package_data:
-0x45c2 016363 fetch 1 ,mem_remote_car_24g_pair_success_flag 
-0x45c3 016364 beq work_paired ,remote_car_g24_send_empty 
-0x45c4 016365 arg mem_remote_car_24g_tx_temp ,rega 
-0x45c5 016366 call queue_pop 
-0x45c6 016367 nbranch remote_car_moto_data ,user 
-:      016368 remote_car_g24_package_data_continue:
-0x45c7 016369 arg mem_remote_car_24g_tx_temp ,contr 
-0x45c8 016370 ifetch 1 ,contr 
-0x45c9 016371 copy pdata ,rega 
-0x45ca 016372 arg mem_remote_car_24g_tx_temp + 1 ,regb 
-0x45cb 016375 rtn 
-:      016377 remote_car_g24_send_empty:
-0x45cc 016378 jam 0 ,mem_remote_car_24g_pair_success_flag 
-0x45cd 016379 enable user 
-0x45ce 016380 arg 1 ,rega 
-0x45cf 016381 arg mem_remote_car_empty_packet ,regb 
-0x45d0 016382 rtn 
-:      016384 remote_car_moto_data:
-0x45d1 016385 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
-0x45d2 016386 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
-0x45d3 016387 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
-0x45d4 016388 rtn 
-:      016389 remote_car_moto_data_next:
-0x45d5 016390 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
-0x45d6 016391 nbranch remote_car_moto_data_enable_user ,blank 
-0x45d7 016392 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
-0x45d8 016393 nbranch remote_car_moto_data_enable_user ,blank 
-0x45d9 016394 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
-0x45da 016395 nbranch remote_car_moto_data_enable_user ,blank 
-0x45db 016396 rtn 
-:      016397 remote_car_moto_data_enable_user:
-0x45dc 016398 enable user 
-0x45dd 016399 branch remote_car_g24_package_data_continue 
-:      016407 shutter_init:
-0x45de 016408 rtn wake 
-0x45df 016409 hfetch 1 ,core_gpio_sel1 
-0x45e0 016410 and_into 0xfc ,pdata 
-0x45e1 016411 hstore 1 ,core_gpio_sel1 
-0x45e2 016412 setarg shutter_le_before_hibernate 
-0x45e3 016413 store 2 ,mem_cb_before_hibernate 
-0x45e4 016415 setarg shutter_process_lpm_before 
-0x45e5 016416 store 2 ,mem_cb_before_lpm 
-0x45e6 016418 setarg app_enter_hibernate 
-0x45e7 016419 store 2 ,mem_cb_discovry_timeout 
-0x45e8 016421 setarg shutter_process_idle 
-0x45e9 016422 store 2 ,mem_cb_idle_process 
-0x45ea 016424 setarg shutter_process_bb_event 
-0x45eb 016425 store 2 ,mem_cb_bb_event_process 
-0x45ec 016427 setarg shutter_le_scale_lpm_lock 
-0x45ed 016428 store 2 ,mem_cb_check_wakelock 
-0x45ee 016430 setarg ble_shutter_receive_data 
-0x45ef 016431 store 2 ,mem_cb_att_write 
-0x45f0 016433 setarg shutter_le_bb_event_timer 
-0x45f1 016434 store 2 ,mem_cb_event_timer 
-0x45f2 016436 setarg shutter_key_change 
-0x45f3 016437 store 2 ,mem_cb_shutter_keycan 
-0x45f4 016439 setarg shutter_soft_swtich_power_on 
-0x45f5 016440 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
-0x45f6 016441 setarg shutter_soft_swtich_power_off 
-0x45f7 016442 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
-0x45f8 016444 call le_modified_name 
-0x45f9 016445 call shutter_load_bluetooth_config_by_user_config 
-0x45fa 016446 call shutter_init_bluetooth_config 
-0x45fb 016447 call shutter_init_param 
-0x45fc 016448 call keyscan_key_init 
-0x45fd 016449 call shutter_load_buffer_config_form_datarom 
-0x45fe 016450 call queue_init 
-0x45ff 016451 call ui_led_init_global 
-0x4600 016452 call shutter_load_bluetooth_config 
-0x4601 016453 call shutter_load_bluetooth_config_by_eeprom 
-0x4602 016455 bpatch patch1e_5 ,mem_patch1e 
-0x4603 016456 call classic_shutter_load_reconn_info 
-0x4604 016457 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x4605 016458 beq hard_switch ,shutter_hart_swtich_power_on 
-0x4606 016459 fetch 1 ,mem_shutter_soft_switch_button_gpio 
-0x4607 016460 store 1 ,mem_ui_button_gpio 
-0x4608 016461 branch ui_soft_swtich_init 
-:      016464 shutter_hart_swtich_power_on:
-0x4609 016465 jam ui_button_gpio_disable ,mem_ui_button_gpio 
-0x460a 016466 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
-0x460b 016467 branch shutter_start_reconnect 
-:      016471 shutter_le_scale_lpm_lock:
-0x460c 016472 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x460d 016473 beq ss_state_power_off ,app_get_lpm_wake_lock 
-0x460e 016474 call l2cap_malloc_get_full_map 
-0x460f 016475 fetch 1 ,mem_used_map 
-0x4610 016476 nbranch app_get_lpm_wake_lock ,blank 
-0x4611 016477 branch app_put_lpm_wake_lock 
-:      016481 shutter_process_bb_event:
-0x4612 016482 copy regc ,pdata 
-0x4613 016484 beq bt_evt_bb_connected ,classic_shutter_process_baseband_connect 
-0x4614 016485 beq bt_evt_bb_disconnected ,classic_shutter_process_baseband_disconnect 
-0x4615 016486 beq bt_evt_reconn_failed ,classic_shutter_process_reconnect_failed 
-0x4616 016487 beq bt_evt_setup_complete ,classic_shutter_process_setup_complete 
-0x4617 016488 beq bt_evt_hid_connected ,classic_shutter_process_hid_connect 
-0x4618 016489 beq bt_evt_hid_disconnected ,classic_shutter_process_hid_disconnect 
-0x4619 016490 beq bt_evt_hid_handshake ,classic_shutter_process_hid_handshake 
-0x461a 016491 beq bt_evt_reconn_page_timeout ,classic_shutter_process_reconnect_page_timeout 
-0x461b 016492 beq bt_evt_virtual_cable_unplug ,classic_shutter_process_virtual_cable_unplug 
-0x461c 016493 beq bt_evt_remote_unsniff ,classic_shutter_process_remote_unsniff 
-0x461d 016494 beq bt_evt_store_nvram ,classic_shutter_process_store_reconnect_information 
-0x461e 016496 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
-0x461f 016497 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
-0x4620 016498 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
-0x4621 016499 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
-0x4622 016501 beq bt_evt_button_long_pressed ,shutter_process_soft_swtich_button_long_press 
-0x4623 016502 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
-0x4624 016503 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
-0x4625 016504 rtn 
-:      016509 classic_shutter_process_baseband_connect:
-0x4626 016510 jam 0 ,mem_classic_shutter_hid_disconn_count 
-0x4627 016511 jam 0 ,mem_classic_shutter_cable_unplug_conut 
-0x4628 016512 rtn 
-:      016515 classic_shutter_process_baseband_disconnect:
-0x4629 016516 call classic_shutter_disconnect_clear_flag 
-0x462a 016517 branch classic_shutter_process_reconnect_failed 
-:      016519 classic_shutter_disconnect_clear_flag:
-0x462b 016520 jam app_handshake_null ,mem_app_handshake_flag 
-0x462c 016521 jam 0 ,mem_hid_handshake_timer_count 
-0x462d 016522 jam 0 ,mem_unsniff2sniff_timer_count 
-0x462e 016523 jam 0 ,mem_classic_shutter_cable_unplug_conut 
-0x462f 016524 jam 0 ,mem_classic_shutter_hid_disconn_count 
-0x4630 016525 branch queue_init 
-:      016528 classic_shutter_process_reconnect_failed:
-0x4631 016529 call app_disconn_reason_clear 
-0x4632 016530 branch shutter_start_bluetooth_discovery 
-:      016533 classic_shutter_process_setup_complete:
-0x4633 016534 call shutter_stop_bluetooth_discovery 
-0x4634 016535 branch app_led_stop_blink 
-:      016538 classic_shutter_process_hid_connect:
-0x4635 016539 setarg hid_handshake_timeout 
-0x4636 016540 store 1 ,mem_hid_handshake_timer_count 
-0x4637 016541 rtn 
-:      016544 classic_shutter_process_hid_disconnect:
-0x4638 016545 jam 0 ,mem_classic_shutter_cable_unplug_conut 
-0x4639 016546 setarg flag_shutter_hid_disconn_timeout 
-0x463a 016547 store 1 ,mem_classic_shutter_hid_disconn_count 
-0x463b 016548 rtn 
-:      016551 classic_shutter_process_hid_handshake:
-0x463c 016552 fetch 1 ,mem_app_handshake_flag 
-0x463d 016553 rtneq app_handshake_done 
-0x463e 016554 jam app_handshake_done ,mem_app_handshake_flag 
-0x463f 016555 call app_lpm_mult_enable 
-0x4640 016556 call app_store_reconn_info 
-0x4641 016557 call shutter_stop_bluetooth_discovery 
-0x4642 016558 call app_led_off 
-0x4643 016559 branch app_bt_enter_sniff 
-:      016562 classic_shutter_process_reconnect_page_timeout:
-0x4644 016563 branch classic_shutter_process_reconnect_failed 
-:      016566 classic_shutter_process_virtual_cable_unplug:
-0x4645 016567 setarg flag_shutter_cable_unplug_timeout 
-0x4646 016568 store 1 ,mem_classic_shutter_cable_unplug_conut 
-0x4647 016569 rtn 
-:      016572 classic_shutter_process_remote_unsniff:
-0x4648 016573 branch app_start_auto_sniff 
-:      016577 classic_shutter_process_store_reconnect_information:
-0x4649 016578 arg nvram_eeprom_offset ,regb 
-0x464a 016579 fetch 1 ,mem_nv_data_number 
-0x464b 016580 mul32 pdata ,34 ,temp 
-0x464c 016581 fetch 2 ,mem_nv_data_ptr 
-0x464d 016582 copy pdata ,rega 
-0x464e 016583 branch iicd_write_eep_data 
-:      016585 classic_shutter_load_reconn_info:
-0x464f 016586 arg nvram_eeprom_offset ,regb 
-0x4650 016587 fetch 1 ,mem_shutter_bluetooth_type 
-0x4651 016588 rtnbit0 classic_shutter 
-0x4652 016589 fetch 1 ,mem_nv_data_number 
-0x4653 016590 rtn blank 
-0x4654 016591 mul32 pdata ,34 ,temp 
-0x4655 016592 fetch 2 ,mem_nv_data_ptr 
-0x4656 016593 copy pdata ,rega 
-0x4657 016594 branch iicd_read_eep_data 
-:      016598 ble_shutter_process_baseband_connect:
-0x4658 016599 call shutter_stop_bluetooth_discovery 
-0x4659 016600 setarg 0 
-0x465a 016601 store 2 ,mem_ble_shutter_reconn_timer 
-0x465b 016602 branch app_led_off 
-:      016605 ble_shutter_process_baseband_disconnect:
-0x465c 016606 call queue_init 
-0x465d 016607 jam 0 ,mem_ble_shutter_enable_notify 
-0x465e 016608 branch shutter_start_reconnect 
-:      016611 ble_shutter_process_reconnect_complete:
-0x465f 016612 call queue_init 
-0x4660 016613 jam 1 ,mem_ble_shutter_enable_notify 
-0x4661 016614 fetch 8 ,mem_ble_shutter_interval_min 
-0x4662 016615 store 8 ,mem_le_interval_min 
-0x4663 016616 call app_lpm_mult_enable 
-0x4664 016617 branch le_l2cap_tx_update_req 
-:      016620 ble_shutter_process_parse_connect_parameter_update_response:
-0x4665 016621 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x4666 016622 rtneq ble_signaling_connect_parameter_update_accepted 
-0x4667 016623 fetch 8 ,mem_ble_shutter_interval_min_new 
-0x4668 016624 rtn blank 
-0x4669 016625 store 8 ,mem_le_interval_min 
-0x466a 016626 branch le_l2cap_tx_update_req 
-:      016630 shutter_process_soft_swtich_button_long_press:
-0x466b 016631 branch ui_soft_switch_botton_long_press 
-:      016633 shutter_process_soft_swtich_button_down:
-0x466c 016634 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x466d 016635 rtneq hard_switch 
-0x466e 016636 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x466f 016637 rtnne ss_state_power_on 
-0x4670 016638 call shutter_store_currenct_led_state 
-0x4671 016639 branch app_led_on 
-:      016641 shutter_store_currenct_led_state:
-0x4672 016642 jam 1 ,mem_shutter_soft_swtich_botton_down 
-0x4673 016643 arg 11 ,loopcnt 
-0x4674 016644 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
-0x4675 016645 arg mem_shutter_led_struct_app_led ,contr 
-0x4676 016646 branch memcpy 
-:      016648 shutter_process_soft_swtich_button_up:
-0x4677 016649 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x4678 016650 rtneq hard_switch 
-0x4679 016651 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x467a 016652 beq ss_state_power_on ,shutter_load_currenct_led_state 
-0x467b 016653 branch ui_soft_switch_botton_up 
-:      016655 shutter_load_currenct_led_state:
-0x467c 016656 fetch 1 ,mem_shutter_soft_swtich_botton_down 
-0x467d 016657 rtnne 1 
-0x467e 016658 jam 0 ,mem_shutter_soft_swtich_botton_down 
-0x467f 016659 fetch 2 ,mem_ui_state_map 
-0x4680 016660 bbit1 ui_state_bt_connected ,app_led_off 
-0x4681 016661 bbit1 ui_state_ble_connected ,app_led_off 
-0x4682 016662 arg 11 ,loopcnt 
-0x4683 016663 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
-0x4684 016664 arg mem_shutter_led_struct_app_led ,contw 
-0x4685 016665 branch memcpy 
-:      016670 shutter_le_bb_event_timer:
-0x4686 016672 call shutter_check_sleep_timer 
-0x4687 016675 call shutter_check_power_off_timer 
-0x4688 016678 call classic_shutter_check_unplug_timer 
-0x4689 016679 call classic_shutter_hid_handshake_timer 
-0x468a 016680 call classic_shutter_hid_disconn_timer 
-0x468b 016683 branch ble_shutter_reconn_timer 
-:      016687 shutter_check_sleep_timer:
-0x468c 016688 arg mem_shutter_sleep_timer ,regc 
-0x468d 016689 arg shutter_sleep_timeout ,regb 
-0x468e 016690 branch timer_single_step_2b 
-:      016691 shutter_sleep_timeout:
-0x468f 016692 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
-0x4690 016693 call app_led_off 
-0x4691 016694 call shutter_disconnect_current_connection 
-0x4692 016695 branch shutter_wait_power_off 
-:      016698 shutter_check_power_off_timer:
-0x4693 016699 arg mem_shutter_power_off_timer ,regc 
-0x4694 016700 arg shutter_check_power_off_timeout ,regb 
-0x4695 016701 branch timer_single_step 
-:      016703 shutter_check_power_off_timeout:
-0x4696 016704 fetch 2 ,mem_ui_state_map 
-0x4697 016705 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
-0x4698 016706 bbit1 ui_state_bt_connected ,shutter_wait_power_off 
-0x4699 016707 fetch 1 ,mem_shutter_led_struct_app_led_type 
-0x469a 016708 beq ui_led_state_blink_start ,shutter_wait_power_off 
-0x469b 016709 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
-0x469c 016710 beq ui_led_state_blink_darking ,shutter_wait_power_off 
-0x469d 016711 branch app_enter_hibernate 
-:      016715 classic_shutter_check_unplug_timer:
-0x469e 016716 arg mem_classic_shutter_cable_unplug_conut ,regc 
-0x469f 016717 arg classic_shutter_unplug_timeout ,regb 
-0x46a0 016718 branch timer_single_step 
-:      016720 classic_shutter_unplug_timeout:
-0x46a1 016721 fetch 1 ,mem_control_tasks 
-0x46a2 016722 set1 l2cap_disconnect_interrupt ,pdata 
-0x46a3 016723 set1 l2cap_disconnect_control ,pdata 
-0x46a4 016724 store 1 ,mem_control_tasks 
-0x46a5 016725 rtn 
-:      016727 classic_shutter_hid_handshake_timer:
-0x46a6 016728 arg mem_hid_handshake_timer_count ,regc 
-0x46a7 016729 arg classic_shutter_process_hid_handshake ,regb 
-0x46a8 016730 branch timer_single_step 
-:      016732 classic_shutter_hid_disconn_timer:
-0x46a9 016733 arg mem_classic_shutter_hid_disconn_count ,regc 
-0x46aa 016734 arg app_bt_disconnect ,regb 
-0x46ab 016735 branch timer_single_step 
-:      016740 ble_shutter_reconn_timer:
-0x46ac 016741 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x46ad 016742 rtnne ss_state_power_on 
-0x46ae 016743 arg mem_ble_shutter_reconn_timer ,regc 
-0x46af 016744 arg shutter_start_bluetooth_discovery ,regb 
-0x46b0 016745 branch timer_single_step_2b 
-:      016748 shutter_process_idle:
-0x46b1 016749 call shutter_send_data_to_master 
-0x46b2 016750 branch keyscan_key_process 
-:      016753 shutter_process_lpm_before:
-0x46b3 016754 branch keyscan_process_lpm_before 
-:      016756 shutter_le_before_hibernate:
-0x46b4 016757 call gpio_set_before_lpm_common 
-0x46b5 016758 branch shutter_process_lpm_before 
-:      016764 shutter_stop_bluetooth_discovery:
-0x46b6 016765 fetch 1 ,mem_shutter_bluetooth_type 
-0x46b7 016766 bbit1 classic_shutter ,classic_shutter_stop_bluetooth_discovery 
-0x46b8 016767 bbit1 ble_shutter ,ble_shutter_stop_bluetooth_discovery 
-0x46b9 016768 rtn 
-:      016770 ble_shutter_stop_bluetooth_discovery:
-0x46ba 016771 fetch 2 ,mem_ble_shutter_connect_timeout 
-0x46bb 016772 store 2 ,mem_shutter_sleep_timeout 
-0x46bc 016773 store 2 ,mem_shutter_sleep_timer 
-0x46bd 016774 branch app_ble_stop_adv 
-:      016776 classic_shutter_stop_bluetooth_discovery:
-0x46be 016777 fetch 2 ,mem_classic_shutter_connect_timeout 
-0x46bf 016778 store 2 ,mem_shutter_sleep_timeout 
-0x46c0 016779 store 2 ,mem_shutter_sleep_timer 
-0x46c1 016780 branch app_bt_stop_discovery 
-:      016782 shutter_start_bluetooth_discovery:
-0x46c2 016783 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x46c3 016784 rtnne ss_state_power_on 
-0x46c4 016785 fetch 1 ,mem_shutter_bluetooth_type 
-0x46c5 016786 bbit1 classic_shutter ,classic_shutter_start_discovery 
-0x46c6 016787 bbit1 ble_shutter ,ble_shutter_start_discovery 
-0x46c7 016788 rtn 
-:      016790 classic_shutter_start_discovery:
-0x46c8 016791 fetch 2 ,mem_classic_shutter_discovery_timeout ,
-0x46c9 016792 store 2 ,mem_shutter_sleep_timeout 
-0x46ca 016793 store 2 ,mem_shutter_sleep_timer 
-0x46cb 016794 branch app_bt_start_discovery_short 
-:      016796 ble_shutter_start_discovery:
-0x46cc 016797 fetch 2 ,mem_ui_state_map 
-0x46cd 016798 rtnbit1 ui_state_ble_connected 
-0x46ce 016799 fetch 2 ,mem_ble_shutter_discovery_timeout 
-0x46cf 016800 store 2 ,mem_shutter_sleep_timeout 
-0x46d0 016801 store 2 ,mem_shutter_sleep_timer 
-0x46d1 016802 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
-0x46d2 016803 call shutter_ble_adv_interval_set 
-0x46d3 016804 call app_led_start_blink 
-0x46d4 016805 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
-0x46d5 016806 store 4 ,mem_shutter_led_struct_app_led_on_time 
-0x46d6 016807 fetch 2 ,mem_ui_state_map 
-0x46d7 016808 rtnbit1 ui_state_ble_adv 
-0x46d8 016809 branch app_ble_start_adv 
-:      016812 shutter_start_reconnect:
-0x46d9 016813 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x46da 016814 rtnne ss_state_power_on 
-0x46db 016815 fetch 1 ,mem_shutter_bluetooth_type 
-0x46dc 016816 bbit1 classic_shutter ,classic_shutter_start_reconnect 
-0x46dd 016817 bbit1 ble_shutter ,ble_shutter_start_reconnect 
-0x46de 016818 rtn 
-:      016820 classic_shutter_start_reconnect:
-0x46df 016821 call app_check_reconn_target 
-0x46e0 016822 branch shutter_start_bluetooth_discovery ,blank 
-0x46e1 016823 call app_led_on 
-0x46e2 016824 call app_bt_stop_discovery 
-0x46e3 016825 branch app_bt_start_reconnect 
-:      016827 ble_shutter_start_reconnect:
-0x46e4 016828 fetch 2 ,mem_ble_shutter_reconn_timer 
-0x46e5 016829 fetcht 2 ,mem_ble_shutter_reconn_timeout 
-0x46e6 016830 storet 2 ,mem_ble_shutter_reconn_timer 
-0x46e7 016831 nrtn blank 
-0x46e8 016832 fetch 2 ,mem_ble_shutter_reconn_dav_interval 
-0x46e9 016833 call shutter_ble_adv_interval_set 
-0x46ea 016834 call app_led_start_blink 
-0x46eb 016835 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
-0x46ec 016836 store 4 ,mem_shutter_led_struct_app_led_on_time 
-0x46ed 016837 fetch 2 ,mem_ui_state_map 
-0x46ee 016838 rtnbit1 ui_state_ble_adv 
-0x46ef 016839 branch app_ble_start_adv 
-:      016842 shutter_ble_adv_interval_set:
-0x46f0 016843 store 2 ,mem_lpm_interval 
-0x46f1 016844 increase -4 ,pdata 
-0x46f2 016845 store 2 ,mem_le_adv_interval 
-0x46f3 016846 rtn 
-:      016849 shutter_disconnect_current_connection:
-0x46f4 016850 fetch 2 ,mem_ui_state_map 
-0x46f5 016851 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x46f6 016852 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x46f7 016853 branch shutter_stop_bluetooth_discovery 
-:      016857 app_check_reconn_target:
-0x46f8 016858 fetch 1 ,mem_nv_data_number 
-0x46f9 016859 copy pdata ,loopcnt 
-0x46fa 016860 fetch 2 ,mem_nv_data_ptr 
-0x46fb 016861 copy pdata ,rega 
-:      016862 app_check_reconn_target_loop:
-0x46fc 016863 ifetch 2 ,rega 
-0x46fd 016864 beq 0 ,found_reconn_device 
-0x46fe 016865 increase nv_data_len ,rega 
-0x46ff 016866 loop app_check_reconn_target_loop 
-0x4700 016867 branch enable_blank 
-:      016869 found_reconn_device:
-0x4701 016870 ifetch 6 ,contr 
-0x4702 016871 store 6 ,mem_hci_plap 
-0x4703 016872 increase 10 ,contr 
-0x4704 016873 arg mem_link_key ,contw 
-0x4705 016874 call memcpy16 
-0x4706 016875 call check_link_key_load 
-0x4707 016876 branch disable_blank 
-:      016882 shutter_check_data_enable:
-0x4708 016883 call disable_user 
-0x4709 016884 fetch 2 ,mem_ui_state_map 
-0x470a 016885 bbit1 ui_state_bt_connected ,shutter_check_bt_data_enable 
-0x470b 016886 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
-0x470c 016887 rtn 
-:      016889 shutter_check_bt_data_enable:
-0x470d 016890 fetch 1 ,mem_hid_interrupt_state 
-0x470e 016891 rtnne 0x3f 
-0x470f 016892 branch enable_user 
-:      016894 shutter_check_ble_data_enable:
-0x4710 016895 fetch 1 ,mem_ble_shutter_enable_notify 
-0x4711 016896 rtn blank 
-0x4712 016897 branch enable_user 
-:      016902 shutter_check_bluetooth_conn:
-0x4713 016903 call disable_user 
-0x4714 016904 fetch 2 ,mem_ui_state_map 
-0x4715 016905 rtnbit1 ui_state_bt_connected 
-0x4716 016906 rtnbit1 ui_state_ble_connected 
-0x4717 016907 branch enable_user 
-:      016911 shutter_change_bluetooth_status_bt_disconn:
-0x4718 016912 fetch 1 ,mem_shutter_bluetooth_type 
-0x4719 016913 bbit1 classic_shutter ,classic_shutter_change_bluetooth_status_bt_disconn 
-0x471a 016914 bbit1 ble_shutter ,ble_shutter_change_bluetooth_status_bt_disconn 
-0x471b 016915 rtn 
-:      016917 classic_shutter_change_bluetooth_status_bt_disconn:
-0x471c 016918 fetch 1 ,mem_scan_mode 
-0x471d 016919 rtnne 0x03 
-0x471e 016920 branch shutter_start_reconnect 
-:      016922 ble_shutter_change_bluetooth_status_bt_disconn:
-0x471f 016923 branch shutter_start_reconnect 
-:      016926 shutter_check_send_data:
-0x4720 016927 disable user2 
-0x4721 016928 fetch 2 ,mem_shutter_sleep_timeout 
-0x4722 016929 store 2 ,mem_shutter_sleep_timer 
-0x4723 016931 call shutter_check_bluetooth_conn 
-0x4724 016932 branch shutter_change_bluetooth_status_bt_disconn ,user 
-0x4725 016934 call shutter_check_data_enable 
-0x4726 016935 nrtn user 
-0x4727 016936 enable user2 
-0x4728 016937 rtn 
-:      016941 shutter_key_change:
-0x4729 016942 call shutter_check_send_data 
-0x472a 016943 nrtn user2 
-0x472b 016944 deposit rega 
-0x472c 016945 branch shutter_key_release ,blank 
-:      016946 shutter_key_press:
-0x472d 016947 call app_led_on 
-0x472e 016948 arg mem_key0_press ,regc 
-0x472f 016949 branch push_queue_press_or_release 
-:      016951 shutter_key_release:
-0x4730 016952 call app_led_off 
-0x4731 016953 arg mem_key0_release ,regc 
-:      016955 push_queue_press_or_release:
-0x4732 016956 arg max_queue_num ,pdata 
-0x4733 016957 imul32 queue ,pdata 
-0x4734 016958 iadd regc ,regc 
-:      016961 push_buffer_in_queue:
-0x4735 016962 ifetch 1 ,regc 
-0x4736 016963 rtn blank 
-0x4737 016964 call queue_push_one_byte 
-0x4738 016965 increase 1 ,regc 
-0x4739 016966 branch push_buffer_in_queue 
-:      016969 shutter_send_data_to_master:
-0x473a 016970 fetch 2 ,mem_ui_state_map 
-0x473b 016971 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
-0x473c 016972 bbit1 ui_state_bt_connected ,pop_queue_to_classic_data 
-0x473d 016973 rtn 
-:      016975 pop_queue_to_ble_data:
-0x473e 016976 call le_fifo_check_nearly_full 
-0x473f 016977 nrtn blank 
-0x4740 016978 call queue_pop_one_byte 
-0x4741 016979 nrtn user 
-0x4742 016980 pincrease -1 
-0x4743 016981 mul32 pdata ,shutter_ble_data_buffer ,pdata 
-0x4744 016982 arg mem_ble_data_buffer1 ,temp 
-0x4745 016983 iadd temp ,contr 
-:      016984 le_send_notify_from_list:
-0x4746 016985 ifetch 1 ,contr 
-0x4747 016986 copy pdata ,rega 
-0x4748 016987 ifetcht 2 ,contr 
-0x4749 016988 call store_contr 
-0x474a 016989 call le_att_malloc_tx_notify 
-0x474b 016990 copy rega ,loopcnt 
-0x474c 016991 call get_contr 
-0x474d 016992 branch memcpy 
-:      016995 pop_queue_to_classic_data:
-0x474e 016996 call l2cap_malloc_is_fifo_nearly_full 
-0x474f 016997 nrtn blank 
-0x4750 016998 call queue_pop_one_byte 
-0x4751 016999 nrtn user 
-0x4752 017000 pincrease -1 
-0x4753 017001 mul32 pdata ,shutter_classic_data_buffer ,pdata 
-0x4754 017002 arg mem_classic_data_buffer1 ,temp 
-0x4755 017003 iadd temp ,contr 
-0x4756 017004 ifetch 5 ,contr 
-0x4757 017005 store 5 ,mem_classic_data_buffer 
-:      017006 classic_send_hid_data:
-0x4758 017007 fetch 1 ,mem_classic_data_buffer 
-0x4759 017008 copy pdata ,rega 
-0x475a 017009 call hid_malloc_tx_buff 
-0x475b 017010 fetch 2 ,mem_hid_int_remote_cid 
-0x475c 017011 istore 2 ,contw 
-0x475d 017012 setarg 0xa1 
-0x475e 017013 istore 1 ,contw 
-0x475f 017014 fetch 4 ,mem_classic_data_buffer + 1 
-0x4760 017015 istore 9 ,contw 
-0x4761 017016 rtn 
-:      017020 queue_push_one_byte:
-0x4762 017021 store 1 ,mem_pdatatemp 
-0x4763 017022 arg mem_pdatatemp ,rega 
-0x4764 017023 branch queue_push 
-:      017025 queue_pop_one_byte:
-0x4765 017026 arg mem_pdatatemp ,rega 
-0x4766 017027 call queue_pop 
-0x4767 017028 nrtn user 
-0x4768 017029 fetch 1 ,mem_pdatatemp 
-0x4769 017030 rtn 
-:      017033 ble_shutter_receive_data:
-0x476a 017034 fetch 2 ,mem_le_att_handle 
-0x476b 017035 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
-0x476c 017036 rtn 
-:      017038 shutter_init_param:
-0x476d 017039 setarg 0x02 
-0x476e 017040 store 1 ,mem_shutter_power_off_timeout 
-0x476f 017042 setarg 0x00200008 
-0x4770 017043 store 4 ,mem_ble_shutter_interval_min 
-0x4771 017044 setarg 0x012c0005 
-0x4772 017045 istore 4 ,contw 
-0x4773 017048 jam 0x17 ,mem_le_local_mtu 
-0x4774 017051 setarg 0x1b 
-0x4775 017052 store 2 ,mem_le_pairing_handle 
-0x4776 017053 call le_set_config_fixed_ltk 
-0x4777 017054 call le_set_fixed_ltk 
-0x4778 017055 call le_set_justwork 
-0x4779 017056 branch le_set_config_read_authentication 
-:      017059 shutter_load_buffer_config_form_datarom:
-0x477a 017061 arg ble_key_value_list_size ,loopcnt 
-0x477b 017062 arg mem_ble_data_buffer1 ,contw 
-0x477c 017063 arg ble_shutter_key_value_list ,contr 
-0x477d 017064 call memcpy_fast 
-0x477e 017065 arg bt_key_value_list_size ,loopcnt 
-0x477f 017066 arg mem_classic_data_buffer1 ,contw 
-0x4780 017067 arg classic_shutter_key_value_list ,contr 
-0x4781 017068 branch memcpy_fast 
-:      017071 shutter_load_ble_gatt_form_datarom:
-0x4782 017072 arg ble_gatt_list_size ,loopcnt 
-0x4783 017073 arg ble_shutter_gatt_list ,contr 
-0x4784 017074 branch memcpy_fast 
-:      017077 shutter_load_bt_sdp_form_datarom:
-0x4785 017078 arg bt_sdp_list_size ,loopcnt 
-0x4786 017079 arg classic_shutter_sdp_list ,contr 
-0x4787 017080 branch memcpy_fast 
-:      017084 shutter_init_bluetooth_config:
-0x4788 017085 call shutter_check_load_config_flag 
-0x4789 017086 nrtn user 
-0x478a 017087 fetch 1 ,mem_shutter_config_select_gpio1 
-0x478b 017088 call shutter_init_bluetooth_config_gpio_input 
-0x478c 017089 fetch 1 ,mem_shutter_config_select_gpio2 
-0x478d 017090 call shutter_init_bluetooth_config_gpio_input 
-0x478e 017091 fetch 1 ,mem_shutter_config_select_gpio3 
-0x478f 017092 branch shutter_init_bluetooth_config_gpio_input 
-:      017094 shutter_init_bluetooth_config_gpio_input:
-0x4790 017095 rtn blank 
-0x4791 017096 or pdata ,0x80 ,temp 
-0x4792 017097 branch gpio_config_input_nowake 
-:      017100 shutter_load_bluetooth_config:
-0x4793 017101 call shutter_check_load_config_flag 
-0x4794 017102 nrtn user 
-0x4795 017103 call shutter_load_bluetooth_config_label 
-0x4796 017104 branch shutter_load_bluetooth_config_by_otp 
-:      017106 shutter_load_bluetooth_config_label:
-0x4797 017107 arg 0 ,rega 
-0x4798 017108 fetch 1 ,mem_shutter_config_select_gpio1 
-0x4799 017109 call shutter_load_bluetooth_config_read_gpio_input 
-0x479a 017110 nsetflag blank ,0 ,rega 
-0x479b 017111 fetch 1 ,mem_shutter_config_select_gpio2 
-0x479c 017112 call shutter_load_bluetooth_config_read_gpio_input 
-0x479d 017113 nsetflag blank ,1 ,rega 
-0x479e 017114 fetch 1 ,mem_shutter_config_select_gpio3 
-0x479f 017115 call shutter_load_bluetooth_config_read_gpio_input 
-0x47a0 017116 nsetflag blank ,2 ,rega 
-0x47a1 017117 copy rega ,pdata 
-0x47a2 017118 store 1 ,mem_shutter_config_label 
-0x47a3 017119 fetch 1 ,mem_shutter_config_size 
-0x47a4 017120 imul32 rega ,pdata 
-0x47a5 017121 fetcht 2 ,mem_shutter_config_otp_base_address 
-0x47a6 017122 iadd temp ,pdata 
-0x47a7 017123 store 2 ,mem_shutter_config_otp_addr 
-0x47a8 017124 rtn 
-:      017126 shutter_load_bluetooth_config_read_gpio_input:
-0x47a9 017127 rtn blank 
-0x47aa 017128 or pdata ,0x80 ,temp 
-0x47ab 017129 call gpio_get_bit 
-0x47ac 017130 nbranch enable_blank ,true 
-0x47ad 017131 branch disable_blank 
-:      017134 shutter_check_load_config_flag:
-0x47ae 017135 call disable_user 
-0x47af 017136 fetch 1 ,mem_shutter_config_user_size 
-0x47b0 017137 nrtn blank 
-0x47b1 017138 fetch 1 ,mem_shutter_config_enable 
-0x47b2 017139 rtn blank 
-0x47b3 017140 branch enable_user 
-:      017143 shutter_load_bluetooth_config_by_otp:
-0x47b4 017144 call otp_enable_chgpump 
-0x47b5 017145 fetch 2 ,mem_shutter_config_otp_addr 
-0x47b6 017146 arg mem_shutter_config_data_temp ,rega 
-0x47b7 017147 fetcht 1 ,mem_shutter_config_size 
-0x47b8 017148 call otpd_read_data 
-0x47b9 017149 call otp_disable_chgpump 
-:      017150 shutter_load_bluetooth_config_store_name:
-0x47ba 017151 fetch 1 ,mem_shutter_config_data_temp 
-0x47bb 017152 copy pdata ,loopcnt 
-0x47bc 017153 store 1 ,mem_le_name_len 
-0x47bd 017154 call memcpy_fast 
-0x47be 017155 fetch 1 ,mem_shutter_config_data_temp 
-0x47bf 017156 copy pdata ,loopcnt 
-0x47c0 017157 store 1 ,mem_local_name_length 
-0x47c1 017158 call memcpy_fast 
-0x47c2 017159 ifetch 1 ,contr 
-0x47c3 017160 store 1 ,mem_shutter_key_num 
-0x47c4 017161 ifetch 1 ,contr 
-0x47c5 017162 store 1 ,mem_shutter_hard_soft_switch_case 
-0x47c6 017163 rtn 
-:      017166 shutter_load_bluetooth_config_by_eeprom:
-0x47c7 017167 fetch 1 ,mem_shutter_bluetooth_type 
-0x47c8 017168 rtnbit0 classic_shutter 
-0x47c9 017169 arg 3 ,temp 
-0x47ca 017170 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
-0x47cb 017171 copy pdata ,regb 
-0x47cc 017172 arg mem_shutter_config_eeprom_start_flag ,rega 
-0x47cd 017173 call iicd_read_eep_data 
-0x47ce 017174 fetcht 2 ,mem_shutter_config_eeprom_start_flag 
-0x47cf 017175 setarg shutter_eeprom_config_crc 
-0x47d0 017176 isub temp ,null 
-0x47d1 017177 nrtn zero 
-0x47d2 017178 fetch 1 ,mem_shutter_config_user_size 
-0x47d3 017179 rtn blank 
-0x47d4 017180 copy pdata ,temp 
-0x47d5 017181 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
-0x47d6 017182 add pdata ,3 ,regb 
-0x47d7 017183 arg mem_shutter_config_data_temp ,rega 
-0x47d8 017184 call iicd_read_eep_data 
-0x47d9 017185 branch shutter_store_config 
-:      017187 shutter_load_bluetooth_config_by_user_config:
-0x47da 017188 fetch 2 ,mem_shutter_config_user_otp_address 
-0x47db 017189 rtn blank 
-0x47dc 017190 call otp_enable_chgpump 
-0x47dd 017191 arg 1 ,temp 
-0x47de 017192 arg mem_shutter_config_user_size ,rega 
-0x47df 017193 call otpd_read_data 
-0x47e0 017195 fetch 1 ,mem_shutter_config_user_size 
-0x47e1 017196 rtn blank 
-0x47e2 017198 fetch 2 ,mem_shutter_config_user_otp_address 
-0x47e3 017199 pincrease 1 
-0x47e4 017200 arg mem_shutter_config_data_temp ,rega 
-0x47e5 017201 fetcht 1 ,mem_shutter_config_user_size 
-0x47e6 017202 call otpd_read_data 
-0x47e7 017203 call otp_disable_chgpump 
-:      017204 shutter_store_config:
-0x47e8 017205 call shutter_load_bluetooth_config_store_name 
-:      017206 shutter_load_bluetooth_config_custom:
-0x47e9 017207 ifetch 2 ,contr 
-0x47ea 017208 rtn blank 
-0x47eb 017209 copy pdata ,contw 
-0x47ec 017210 ifetcht 1 ,contr 
-0x47ed 017211 copy temp ,loopcnt 
-0x47ee 017212 call memcpy 
-0x47ef 017213 branch shutter_load_bluetooth_config_custom 
-:      017217 shutter_random_mac_addr:
-0x47f0 017218 fetch 1 ,mem_shutter_bluetooth_type 
-0x47f1 017219 rtnbit0 classic_shutter 
-0x47f2 017220 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
-0x47f3 017221 copy pdata ,regb 
-0x47f4 017222 arg 4 ,temp 
-0x47f5 017223 arg mem_shutter_random_mac_data_temp ,rega 
-0x47f6 017224 call iicd_read_eep_data 
-0x47f7 017225 fetch 1 ,mem_shutter_random_mac_data_temp 
-0x47f8 017226 bne 1 ,shutter_write_random_mac_addr_to_eeprom 
-:      017227 shutter_write_random_mac_addr_to_eeprom:
-0x47f9 017228 setarg 1 
-0x47fa 017229 store 1 ,mem_shutter_random_mac_data_temp 
-0x47fb 017230 force 3 ,loopcnt 
-0x47fc 017231 call generate_random_loop 
-0x47fd 017232 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
-0x47fe 017233 copy pdata ,regb 
-0x47ff 017234 arg 4 ,temp 
-0x4800 017235 arg mem_shutter_random_mac_data_temp ,rega 
-0x4801 017236 call iicd_write_eep_data 
-:      017237 shutter_write_random_mac_addr:
-0x4802 017238 fetch 3 ,mem_shutter_random_mac_data_temp + 1 
-0x4803 017239 store 3 ,mem_lap 
-0x4804 017240 store 3 ,mem_le_lap 
-0x4805 017241 rtn 
-:      017244 shutter_soft_swtich_power_on:
-0x4806 017245 branch shutter_start_reconnect 
-:      017248 shutter_soft_swtich_power_off:
-0x4807 017249 arg 0 ,rega 
-0x4808 017250 arg mem_shutter_power_off_led_style ,regc 
-0x4809 017251 call ui_led_set_style_global 
-0x480a 017252 call shutter_disconnect_current_connection 
-:      017253 shutter_wait_power_off:
-0x480b 017254 fetch 1 ,mem_shutter_power_off_timeout 
-0x480c 017255 store 1 ,mem_shutter_power_off_timer 
-0x480d 017256 rtn 
-:      017260 ui_soft_swtich_init:
-0x480e 017261 setarg ss_state_power_up 
-0x480f 017262 call ui_soft_swtich_init_power_on_time 
-0x4810 017263 jam ui_button_state_up ,mem_ui_button_last_state 
-0x4811 017264 call ui_button_init 
-0x4812 017265 call ui_button_polling 
-0x4813 017266 fetch 2 ,mem_ui_state_map 
-0x4814 017267 rtnbit1 ui_state_btn_down 
-0x4815 017268 branch app_enter_hibernate 
-:      017270 ui_soft_swtich_init_power_on_time:
-0x4816 017271 fetcht 2 ,mem_power_param_ptr 
-0x4817 017272 istore 1 ,temp 
-0x4818 017273 ifetch 1 ,contw 
-0x4819 017274 store 1 ,mem_ui_button_timeout 
-0x481a 017275 rtn 
-:      017278 ui_soft_switch_botton_up:
-0x481b 017279 fetch 2 ,mem_power_param_ptr 
-0x481c 017280 ifetch 1 ,pdata 
-0x481d 017281 rtnne ss_state_power_up 
-0x481e 017282 branch app_enter_hibernate 
-:      017285 ui_soft_switch_botton_long_press:
-0x481f 017286 fetcht 2 ,mem_power_param_ptr 
-0x4820 017287 ifetch 1 ,temp 
-0x4821 017288 beq ss_state_power_on ,ui_soft_switch_power_off 
-:      017289 ui_soft_switch_power_on:
-0x4822 017290 setarg ss_state_power_on 
-0x4823 017291 fetcht 2 ,mem_power_param_ptr 
-0x4824 017292 istore 1 ,temp 
-0x4825 017293 add temp ,ss_power_off_time ,contr 
-0x4826 017294 ifetch 1 ,contr 
-0x4827 017295 istore 1 ,mem_ui_button_timeout 
-0x4828 017296 ifetch 2 ,contr 
-0x4829 017297 branch callback_func 
-:      017299 ui_soft_switch_power_off:
-0x482a 017300 setarg ss_state_power_off 
-0x482b 017301 call ui_soft_swtich_init_power_on_time 
-0x482c 017302 add temp ,ss_power_off_cb ,contr 
-0x482d 017303 ifetch 2 ,contr 
-0x482e 017304 branch app_enter_hibernate ,blank 
-0x482f 017305 branch callback_func 
-:      017311 shutter_byteswap:
-0x4830 017312 store 6 ,mem_tmp_buffer 
-0x4831 017313 fetch 1 ,mem_tmp_buffer 
-0x4832 017314 store 1 ,mem_tmp_buffer + 11 
-0x4833 017315 ifetch 1 ,contr 
-0x4834 017316 store 1 ,mem_tmp_buffer + 10 
-0x4835 017317 ifetch 1 ,contr 
-0x4836 017318 store 1 ,mem_tmp_buffer + 9 
-0x4837 017319 ifetch 1 ,contr 
-0x4838 017320 store 1 ,mem_tmp_buffer + 8 
-0x4839 017321 ifetch 1 ,contr 
-0x483a 017322 store 1 ,mem_tmp_buffer + 7 
-0x483b 017323 ifetch 1 ,contr 
-0x483c 017324 store 1 ,mem_tmp_buffer + 6 
-0x483d 017325 fetch 6 ,mem_tmp_buffer + 6 
-0x483e 017326 rtn 
-:      017328 shutter_random_addr_by_otp:
-0x483f 017329 call load_adc_init 
-0x4840 017330 fetch 1 ,mem_1v_adc_io_data 
-0x4841 017331 store 1 ,mem_le_lap 
-0x4842 017332 fetch 1 ,mem_5v_adc_hvin_data 
-0x4843 017333 istore 1 ,contw 
-0x4844 017334 fetch 1 ,mem_3v_adc_vinlpm_data 
-0x4845 017335 istore 1 ,contw 
-0x4846 017336 fetch 3 ,mem_le_lap 
-0x4847 017337 store 3 ,mem_lap 
-0x4848 017338 rtn 
-:      017350 sim_iic_read_eep_data:
-0x4849 017351 fetch 2 ,mem_eeprom_base 
-0x484a 017352 iadd regb ,pdata 
-0x484b 017353 byteswap pdata ,pdata 
-0x484c 017354 store 2 ,mem_addr_mi 
-0x484d 017355 copy temp ,regb 
-0x484e 017357 call sim_iic_start 
-0x484f 017358 setarg 0xa0 
-0x4850 017359 call sim_iic_send_byte 
-0x4851 017360 fetch 1 ,mem_addr_mi 
-0x4852 017361 call sim_iic_send_byte 
-0x4853 017362 bmark1 mark_eeprom_size ,sim_iic_read_eep_data_2k 
-0x4854 017363 fetch 1 ,mem_addr_mi + 1 
-0x4855 017364 call sim_iic_send_byte 
-:      017365 sim_iic_read_eep_data_2k:
-0x4856 017366 call sim_iic_stop 
-0x4857 017368 call sim_iic_start 
-0x4858 017369 setarg 0xa1 
-0x4859 017370 call sim_iic_send_byte 
-:      017372 sim_iic_read_eep_data_loop:
-0x485a 017373 call sim_iic_read_byte 
-0x485b 017374 istore 1 ,rega 
-0x485c 017375 increase 1 ,rega 
-0x485d 017376 increase -1 ,regb 
-0x485e 017377 nbranch sim_iic_read_eep_data_loop ,zero 
-0x485f 017378 branch sim_iic_stop 
-:      017389 sim_iic_write_eep_data:
-0x4860 017390 byteswap regb ,pdata 
-0x4861 017391 store 2 ,mem_addr_mi 
-0x4862 017392 copy temp ,regb 
-0x4863 017394 call sim_iic_start 
-0x4864 017395 setarg 0xa0 
-0x4865 017396 call sim_iic_send_byte 
-0x4866 017398 fetch 1 ,mem_addr_mi 
-0x4867 017399 call sim_iic_send_byte 
-0x4868 017400 bmark1 mark_eeprom_size ,sim_iic_write_eep_data_loop 
-0x4869 017401 fetch 1 ,mem_addr_mi + 1 
-0x486a 017402 call sim_iic_send_byte 
-:      017403 sim_iic_write_eep_data_loop:
-0x486b 017404 ifetch 1 ,rega 
-0x486c 017405 call sim_iic_send_byte 
-0x486d 017406 increase 1 ,rega 
-0x486e 017407 increase -1 ,regb 
-0x486f 017408 nbranch sim_iic_write_eep_data_loop ,zero 
-0x4870 017409 branch sim_iic_stop 
-:      017413 sim_iic_wait_ack:
-0x4871 017414 arg 10 ,loopcnt 
-0x4872 017415 call sim_iic_release_sda 
-0x4873 017416 call sim_iic_scl_output_high 
-0x4874 017417 call sim_iic_delay 
-:      017418 sim_iic_wait_ack_loop:
-0x4875 017419 call sim_iic_read_sda_level 
-0x4876 017420 branch sim_iic_scl_output_low ,blank 
-0x4877 017421 loop sim_iic_wait_ack_loop 
-0x4878 017422 branch sim_iic_scl_output_low 
-:      017426 sim_iic_ack_slave:
-0x4879 017427 call sim_iic_scl_output_low 
-0x487a 017428 call sim_iic_sda_output_low 
-0x487b 017429 call sim_iic_delay 
-0x487c 017430 call sim_iic_scl_output_high 
-0x487d 017431 call sim_iic_delay 
-0x487e 017432 branch sim_iic_scl_output_low 
-:      017437 sim_iic_read_byte:
-0x487f 017438 arg 8 ,loopcnt 
-0x4880 017439 arg 0 ,regc 
-0x4881 017440 call sim_iic_release_sda 
-:      017441 sim_iic_read_byte_loop:
-0x4882 017442 call sim_iic_scl_output_high 
-0x4883 017443 call sim_iic_delay 
-0x4884 017444 lshift regc ,regc 
-0x4885 017445 call sim_iic_read_sda_level 
-0x4886 017446 iadd regc ,regc 
-0x4887 017447 call sim_iic_delay 
-0x4888 017448 call sim_iic_scl_output_low 
-0x4889 017449 loop sim_iic_read_byte_loop 
-0x488a 017450 call sim_iic_ack_slave 
-0x488b 017451 copy regc ,pdata 
-0x488c 017452 rtn 
-:      017456 sim_iic_send_byte:
-0x488d 017457 arg 8 ,loopcnt 
-0x488e 017458 copy pdata ,regc 
-0x488f 017459 call sim_iic_scl_output_low 
-:      017460 sim_iic_send_byte_loop:
-0x4890 017461 isolate1 7 ,regc 
-0x4891 017462 call sim_iic_sda_output_high ,true 
-0x4892 017463 ncall sim_iic_sda_output_low ,true 
-0x4893 017464 lshift regc ,regc 
-0x4894 017465 call sim_iic_delay 
-0x4895 017466 call sim_iic_scl_output_high 
-0x4896 017467 call sim_iic_delay 
-0x4897 017468 call sim_iic_scl_output_low 
-0x4898 017469 call sim_iic_delay 
-0x4899 017470 loop sim_iic_send_byte_loop 
-0x489a 017471 branch sim_iic_wait_ack 
-:      017475 sim_iic_start:
-0x489b 017476 call sim_iic_sda_output_high 
-0x489c 017477 call sim_iic_scl_output_high 
-0x489d 017478 call sim_iic_delay 
-0x489e 017479 call sim_iic_sda_output_low 
-0x489f 017480 call sim_iic_delay 
-0x48a0 017481 branch sim_iic_scl_output_low 
-:      017485 sim_iic_stop:
-0x48a1 017486 call sim_iic_sda_output_low 
-0x48a2 017487 call sim_iic_scl_output_high 
-0x48a3 017488 call sim_iic_delay 
-0x48a4 017489 call sim_iic_sda_output_high 
-0x48a5 017490 branch sim_iic_delay 
-:      017494 sim_iic_scl_output_high:
-0x48a6 017495 enable user 
-0x48a7 017496 fetch 1 ,sim_iic_scl_gpio_num 
-0x48a8 017497 branch sim_iic_config_gpio 
-:      017500 sim_iic_scl_output_low:
-0x48a9 017501 disable user 
-0x48aa 017502 fetch 1 ,sim_iic_scl_gpio_num 
-0x48ab 017503 branch sim_iic_config_gpio 
-:      017506 sim_iic_sda_output_high:
-0x48ac 017507 enable user 
-0x48ad 017508 fetch 1 ,sim_iic_sda_gpio_num 
-0x48ae 017509 branch sim_iic_config_gpio 
-:      017512 sim_iic_sda_output_low:
-0x48af 017513 disable user 
-0x48b0 017514 fetch 1 ,sim_iic_sda_gpio_num 
-0x48b1 017515 branch sim_iic_config_gpio 
-:      017520 sim_iic_config_gpio:
-0x48b2 017521 and pdata ,0x07 ,queue 
-0x48b3 017522 rshift3 pdata ,pdata 
-0x48b4 017523 arg core_gpio_oe0 ,temp 
-0x48b5 017524 iadd temp ,temp 
-0x48b6 017525 ifetch 1 ,temp 
-0x48b7 017526 qset1 pdata 
-0x48b8 017527 istore 1 ,temp 
-0x48b9 017528 increase 4 ,temp 
-0x48ba 017529 ifetch 1 ,temp 
-0x48bb 017530 qsetflag user ,pdata 
-0x48bc 017531 istore 1 ,temp 
-0x48bd 017532 rtn 
-:      017535 sim_iic_release_sda:
-0x48be 017536 fetch 1 ,sim_iic_sda_gpio_num 
-0x48bf 017537 and pdata ,0x07 ,queue 
-0x48c0 017538 rshift3 pdata ,pdata 
-0x48c1 017539 arg core_gpio_oe0 ,temp 
-0x48c2 017540 iadd temp ,temp 
-0x48c3 017541 ifetch 1 ,temp 
-0x48c4 017542 qset0 pdata 
-0x48c5 017543 istore 1 ,temp 
-0x48c6 017544 rtn 
-:      017549 sim_iic_read_sda_level:
-0x48c7 017550 nop 4 
-0x48c8 017551 fetch 1 ,sim_iic_sda_gpio_num 
-0x48c9 017552 and pdata ,0x07 ,queue 
-0x48ca 017553 rshift3 pdata ,pdata 
-0x48cb 017554 arg core_gpio_in ,temp 
-0x48cc 017555 iadd temp ,temp 
-0x48cd 017556 setarg 0 
-0x48ce 017557 ifetcht 1 ,temp 
-0x48cf 017558 qisolate1 temp 
-0x48d0 017559 setflag true ,0 ,pdata 
-0x48d1 017560 rtn 
-:      017563 sim_iic_delay:
-0x48d2 017565 rtn 
-:      017571 usb_isr:
-0x48d3 017572 bpatch patch1e_6 ,mem_patch1e 
-0x48d4 017573 hfetch 1 ,core_usb_status 
-0x48d5 017574 isolate1 7 ,pdata 
-0x48d6 017575 call usb_init ,true 
-0x48d7 017576 call usb_nak_state_judge 
-0x48d8 017577 hfetch 1 ,core_usb_status 
-0x48d9 017578 store 1 ,mem_usb_status 
-0x48da 017579 hfetch 1 ,core_usb_fifo_empty 
-0x48db 017580 store 1 ,mem_usb_fifo_empty 
-0x48dc 017581 hstore 1 ,core_usb_fifo_empty 
-0x48dd 017582 pinvert 
-0x48de 017583 fetcht 1 ,mem_usb_tx_wait 
-0x48df 017584 iand temp ,pdata 
-0x48e0 017585 store 1 ,mem_usb_tx_wait 
-0x48e1 017586 jam 0xe0 ,core_usb_status 
-0x48e2 017587 fetch 1 ,mem_usb_fifo_empty 
-0x48e3 017588 compare 0x1 ,pdata ,0x1 
-0x48e4 017589 call usb0_fifo_empty ,true 
-0x48e5 017590 fetch 1 ,mem_usb_status 
-0x48e6 017591 compare 0x1 ,pdata ,0x1 
-0x48e7 017592 call usb_status1 ,true 
-0x48e8 017593 call usb_tx 
-0x48e9 017594 branch usb_nak_state 
-:      017596 usb_init:
-0x48ea 017597 bpatch patch1e_7 ,mem_patch1e 
-0x48eb 017598 call usb_init_param 
-0x48ec 017599 jam 0x00 ,core_usb_config 
-0x48ed 017600 nop 10000 
-0x48ee 017601 jam 0xc0 ,core_usb_trig 
-0x48ef 017602 hfetch 2 ,core_clkoff 
-0x48f0 017603 set0 clock_off_usb ,pdata 
-0x48f1 017604 hstore 2 ,core_clkoff 
-0x48f2 017605 jam 0x3c ,core_usb_config 
-0x48f3 017606 jam 0xff ,core_usb_status 
-0x48f4 017607 jam 0xff ,core_usb_fifo_empty 
-0x48f5 017608 jam 0 ,core_usb_addr 
-0x48f6 017609 jam dev_default ,mem_usb0_state 
-0x48f7 017610 setarg mem_usb_clear_mem_end 
-0x48f8 017611 arg mem_usb_clear_mem_start ,contw 
-0x48f9 017612 isub contw ,loopcnt 
-0x48fa 017613 branch clear_mem 
-:      017615 usb_offline_check_init:
-0x48fb 017616 fetcht 1 ,mem_usb_offline_check_gpio 
-0x48fc 017617 branch gpio_config_input 
-:      017618 usb_offline_state:
-0x48fd 017619 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x48fe 017620 rtn blank 
-0x48ff 017621 fetcht 1 ,mem_usb_offline_check_gpio 
-0x4900 017622 call gpio_get_bit 
-0x4901 017623 branch usb_init ,true 
-0x4902 017624 rtn 
-:      017627 usb_nak_state:
-0x4903 017628 arg timer_nak ,queue 
-0x4904 017629 call timer_check 
-0x4905 017630 nrtn blank 
-0x4906 017631 fetch 1 ,mem_usb_wakestate_onetime_flag 
-0x4907 017632 nrtn blank 
-0x4908 017633 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x4909 017634 ncall usb_mac_wakeup_judge ,blank 
-0x490a 017635 rtn 
-:      017637 usb_mem_devicedesc_init:
-0x490b 017638 arg mem_devicedesc ,contw 
-0x490c 017639 setsect 0 ,0x11212 
-0x490d 017640 setsect 1 ,0x8000 
-0x490e 017641 setsect 2 ,0x0 
-0x490f 017642 setsect 3 ,0x10000 
-0x4910 017643 istore 9 ,contw 
-0x4911 017644 setsect 0 ,0x22412 
-0x4912 017645 setsect 1 ,0x8604 
-0x4913 017646 setsect 2 ,0x1000 
-0x4914 017647 setsect 3 ,0x8 
-0x4915 017648 istore 9 ,contw 
-0x4916 017649 setsect 0 ,0x1 
-0x4917 017650 istore 1 ,contw 
-0x4918 017651 rtn 
-:      017653 usb_init_param:
-0x4919 017654 jam 2 ,mem_usb0_state 
-0x491a 017655 setarg 0x0 
-0x491b 017656 store 1 ,mem_remain 
-0x491c 017657 store 2 ,mem_usb_zero_packet 
-0x491d 017658 pincrease 1 
-0x491e 017659 store 2 ,mem_usb_ones_packet 
-0x491f 017660 pincrease 1 
-0x4920 017661 store 2 ,mem_usb_two_packet 
-0x4921 017662 setarg hid_kbdata_addr 
-0x4922 017663 store 2 ,mem_hidreportdesc_kb 
-0x4923 017664 setarg hid_msdata_addr 
-0x4924 017665 store 2 ,mem_hidreportdesc_m 
-0x4925 017666 arg mem_confdesc ,contw 
-0x4926 017667 arg hid_confdata_addr ,contr 
-0x4927 017668 call memcpy64 
-0x4928 017669 fetch 1 ,mem_usb_tx_interval 
-0x4929 017670 ncall usb_tx_interval_config ,blank 
-0x492a 017671 branch usb_mem_devicedesc_init 
-:      017673 usb_tx_interval_config:
-0x492b 017674 store 1 ,mem_confdesc + 34 
-0x492c 017675 store 1 ,mem_confdesc + 59 
-0x492d 017676 rtn 
-:      017677 usb_nak_state_judge:
-0x492e 017678 hfetch 1 ,core_usb_status 
-0x492f 017679 bbit1 usb_status_nak ,usb_nak_state_timer_init 
-0x4930 017680 rtn 
-:      017682 usb_nak_state_timer_init:
-0x4931 017683 call usb0_attached_state_judge 
-0x4932 017684 call timer_reinit 
-0x4933 017685 setarg timer_nak_delay 
-0x4934 017686 arg timer_nak ,queue 
-0x4935 017687 branch timer_init 
-:      017689 usb0_attached_state_judge:
-0x4936 017690 fetch 1 ,mem_usb_state 
-0x4937 017691 bne usb_connected ,usb_clear_halt_dispose 
-0x4938 017692 jam 0 ,mem_usb_wakestate_onetime_flag 
-0x4939 017693 jam 0 ,mem_usb_mac_wakeup_trig 
-0x493a 017694 rtn 
-:      017695 usb_clear_halt_dispose:
-0x493b 017696 fetch 1 ,mem_usb_clear_halt 
-0x493c 017697 rtn blank 
-0x493d 017698 jam 0 ,mem_usb_clear_halt 
-0x493e 017699 jam usb_connected ,mem_usb_state 
-0x493f 017700 jam 1 ,mem_usb_device_enumeration_endflag 
-0x4940 017701 rtn 
-:      017703 usb0_fifo_empty:
-0x4941 017704 jam 0x1 ,core_usb_fifo_empty 
-0x4942 017705 branch usb0_tx 
-:      017707 usb_rx_no_data:
-0x4943 017708 fetch 1 ,mem_usb_status 
-0x4944 017709 bbit1 usb_status_setup ,usb_class_type 
-0x4945 017710 rtn 
-:      017712 usb_rx_read:
-0x4946 017713 hfetch 1 ,core_usb_ep 
-0x4947 017714 istore 1 ,contw 
-0x4948 017715 loop usb_rx_read 
-0x4949 017716 rtn 
-:      017718 usb_status1:
-0x494a 017719 bpatch patch1f_0 ,mem_patch1f 
-0x494b 017720 jam 0x11 ,core_usb_status 
-0x494c 017721 hfetch 1 ,core_usb_ep_len 
-0x494d 017722 store 1 ,mem_usb_read_len 
-0x494e 017723 copy pdata ,loopcnt 
-0x494f 017724 branch usb_rx_no_data ,blank 
-0x4950 017725 arg mem_usb_setup ,contw 
-0x4951 017726 call usb_rx_read 
-0x4952 017727 fetch 1 ,mem_usb_read_len 
-0x4953 017728 sub pdata ,7 ,null 
-0x4954 017729 rtn positive 
-:      017730 usb_class_type:
-0x4955 017731 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4956 017732 and_into 0x80 ,pdata 
-0x4957 017733 beq in_device ,usb_in_device 
-0x4958 017734 beq out_device ,usb_out_device 
-0x4959 017735 branch assert 
-:      017737 usb_in_device:
-0x495a 017738 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x495b 017739 rshift4 pdata ,pdata 
-0x495c 017740 rshift pdata ,pdata 
-0x495d 017741 and_into 0x03 ,pdata 
-0x495e 017742 beq standard_req ,usb_in_standard_req 
-0x495f 017743 beq class_req ,usb_in_class_req 
-0x4960 017744 beq manufacturer_req ,usb_in_manufacturer_req 
-0x4961 017745 branch assert 
-:      017747 usb_out_device:
-0x4962 017748 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4963 017749 rshift4 pdata ,pdata 
-0x4964 017750 rshift pdata ,pdata 
-0x4965 017751 and_into 0x03 ,pdata 
-0x4966 017752 beq standard_req ,usb_out_standard_req 
-0x4967 017753 beq class_req ,usb_out_class_req 
-0x4968 017754 beq manufacturer_req ,usb_out_manufacturer_req 
-0x4969 017755 branch assert 
-:      017757 usb_in_standard_req:
-0x496a 017758 fetch 1 ,mem_usb_setup_brequest 
-0x496b 017759 beq get_configuration ,usb0_request_get_configuration 
-0x496c 017760 beq get_descriptor ,usb0_request_get_descriptor 
-0x496d 017761 beq get_interface ,usb0_request_get_interface 
-0x496e 017762 beq get_status ,usb0_request_get_status 
-0x496f 017763 branch usb0_force_stall 
-:      017765 usb_in_class_req:
-0x4970 017766 fetch 1 ,mem_usb_setup_brequest 
-0x4971 017767 beq get_idle ,usb_get_idle 
-0x4972 017768 beq get_report ,usb_get_report 
-0x4973 017769 beq get_protocol ,usb_get_protocol_req 
-0x4974 017770 branch usb0_force_stall 
-:      017772 usb_in_manufacturer_req:
-0x4975 017773 branch usb0_force_stall 
-:      017775 usb_out_standard_req:
-0x4976 017776 fetch 1 ,mem_usb_setup_brequest 
-0x4977 017777 beq clear_feature ,usb0_request_clear_feature 
-0x4978 017778 beq set_feature ,usb0_request_set_feature 
-0x4979 017779 beq set_address ,usb0_request_set_address 
-0x497a 017780 beq set_configuration ,usb0_request_set_configuration 
-0x497b 017781 beq set_interface ,usb0_request_set_interface 
-0x497c 017782 beq set_descriptor ,usb0_force_stall 
-0x497d 017783 branch usb0_force_stall 
-:      017785 usb_out_class_req:
-0x497e 017786 fetch 1 ,mem_usb_setup_brequest 
-0x497f 017787 beq set_idle ,usb_set_idle 
-0x4980 017788 beq set_report ,usb_set_report 
-0x4981 017789 beq set_protocol ,usb_set_protocol_req 
-0x4982 017790 branch usb0_force_stall 
-:      017792 usb_out_manufacturer_req:
-0x4983 017793 branch usb0_force_stall 
-:      017795 usb0_force_stall:
-0x4984 017796 hfetch 1 ,core_usb_stall 
-0x4985 017797 set1 0 ,pdata 
-0x4986 017798 hstore 1 ,core_usb_stall 
-0x4987 017799 branch usb0_reply_zerolen 
-:      017801 usb0_reply_zerolen:
-0x4988 017802 jam 0x40 ,core_usb_clear 
-0x4989 017803 rtn 
-:      017805 usb0_request_get_configuration:
-0x498a 017806 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x498b 017807 bne in_device ,usb0_force_stall 
-0x498c 017808 fetch 1 ,mem_usb_setup_windex 
-0x498d 017809 bne 0 ,usb0_force_stall 
-0x498e 017810 fetch 1 ,mem_usb_setup_windex + 1 
-0x498f 017811 bne 0 ,usb0_force_stall 
-0x4990 017812 fetch 1 ,mem_usb_setup_blength 
-0x4991 017813 bne 1 ,usb0_force_stall 
-0x4992 017814 fetch 1 ,mem_usb_setup_blengthh 
-0x4993 017815 bne 0 ,usb0_force_stall 
-0x4994 017816 fetch 1 ,mem_usb_setup_bvalue 
-0x4995 017817 bne 0 ,usb0_force_stall 
-0x4996 017818 fetch 1 ,mem_usb_setup_bvalue + 1 
-0x4997 017819 bne 0 ,usb0_force_stall 
-0x4998 017820 fetch 1 ,mem_usb0_state 
-0x4999 017821 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
-0x499a 017822 beq dev_address ,usb0_request_get_cfg_dev_addr 
-0x499b 017823 branch usb0_force_stall 
-:      017825 usb0_request_get_cfg_dev_cfg:
-0x499c 017826 arg 1 ,regb 
-0x499d 017827 branch usb_send_ones_packet 
-:      017829 usb0_request_get_cfg_dev_addr:
-0x499e 017830 arg 1 ,regb 
-0x499f 017831 branch usb_send_zero_packet 
-:      017833 usb0_request_get_descriptor:
-0x49a0 017834 bpatch patch1f_1 ,mem_patch1f 
-0x49a1 017835 set0 mark_isstr ,mark 
-0x49a2 017836 fetch 1 ,mem_usb_setup_bvalueh 
-0x49a3 017837 beq dsc_device ,dsc_device_info 
-0x49a4 017838 beq dsc_config ,dsc_config_info 
-0x49a5 017839 beq dsc_string ,dsc_string_info 
-0x49a6 017840 beq dsc_hid ,dsc_hid_info 
-0x49a7 017841 beq dsc_hid_report ,dsc_hid_report_info 
-0x49a8 017842 branch usb0_force_stall 
-:      017844 dsc_hid_info:
-0x49a9 017845 jam 0 ,mem_usb_get_protocol_flag 
-0x49aa 017846 fetch 1 ,mem_usb_setup_windex 
-0x49ab 017847 beq 0 ,dsc_hid_info_interface0 
-0x49ac 017848 beq 1 ,dsc_hid_info_interface1 
-0x49ad 017849 branch usb0_force_stall 
-:      017851 dsc_hid_info_interface0:
-0x49ae 017852 arg mem_confdesc + 19 ,rega 
-0x49af 017853 ifetch 1 ,rega 
-0x49b0 017854 iforce regb 
-0x49b1 017855 branch usb0_respond 
-:      017857 dsc_hid_info_interface1:
-0x49b2 017858 arg mem_confdesc + 44 ,rega 
-0x49b3 017859 ifetch 1 ,rega 
-0x49b4 017860 iforce regb 
-0x49b5 017861 branch usb0_respond 
-:      017863 dsc_device_info:
-0x49b6 017867 fetch 1 ,mem_usb_set_high_addr_flag 
-0x49b7 017868 ncall usb_set_high_addr ,blank 
-0x49b8 017869 setarg mem_devicedesc 
-0x49b9 017870 fetcht 1 ,mem_devicedesc 
-:      017871 dsc_info_set_data_len:
-0x49ba 017872 store 2 ,mem_dsc_info_data_pointer 
-0x49bb 017873 storet 1 ,mem_dsc_info_len 
-0x49bc 017874 fetch 1 ,mem_usb_setup_blength 
-0x49bd 017875 isub temp ,null 
-0x49be 017876 nbranch dsc_info_set_current_data_len ,positive 
-:      017877 dsc_info_set_initial_data_len:
-0x49bf 017878 fetch 1 ,mem_dsc_info_len 
-:      017879 dsc_info_set_data_size_completed:
-0x49c0 017880 iforce regb 
-0x49c1 017881 fetch 2 ,mem_dsc_info_data_pointer 
-0x49c2 017882 add pdata ,1 ,pdata 
-0x49c3 017883 iforce rega 
-0x49c4 017884 branch usb0_respond 
-:      017885 dsc_info_set_current_data_len:
-0x49c5 017886 fetch 1 ,mem_usb_setup_blength 
-0x49c6 017887 branch dsc_info_set_data_size_completed 
-:      017889 usb_set_high_addr:
-0x49c7 017890 hfetch 1 ,core_usb_addr 
-0x49c8 017891 ncall usb0_set_addr ,blank 
-0x49c9 017892 jam 0 ,mem_usb_set_high_addr_flag 
-0x49ca 017893 rtn 
-:      017894 usb0_set_addr:
-0x49cb 017895 hfetch 1 ,core_usb_addr 
-0x49cc 017896 set1 7 ,pdata 
-0x49cd 017897 hstore 1 ,core_usb_addr 
-0x49ce 017898 rtn 
-:      017900 dsc_config_info:
-0x49cf 017901 setarg mem_confdesc 
-0x49d0 017902 fetcht 1 ,mem_confdesc 
-0x49d1 017903 branch dsc_info_set_data_len 
-:      017905 dsc_string_info:
-0x49d2 017906 fetch 1 ,mem_usb_setup_bvalue 
-0x49d3 017907 sub pdata ,3 ,null 
-0x49d4 017908 nbranch usb0_force_stall ,positive 
-0x49d5 017909 fetch 1 ,mem_usb_setup_bvalue 
-0x49d6 017910 arg mem_string0 ,rega 
-0x49d7 017911 beq 0 ,usb0_respond_length 
-0x49d8 017912 set1 mark_isstr ,mark 
-0x49d9 017913 arg mem_string1 ,rega 
-0x49da 017914 beq 1 ,usb0_respond_length 
-0x49db 017915 arg mem_string2 ,rega 
-0x49dc 017916 beq 2 ,usb0_respond_length 
-0x49dd 017917 arg mem_string3 ,rega 
-0x49de 017918 beq 3 ,usb0_respond_length 
-0x49df 017919 rtn 
-:      017921 dsc_hid_report_info:
-0x49e0 017922 fetch 2 ,mem_usb_setup_windex 
-0x49e1 017923 beq 1 ,dsc_hid_report_info0 
-0x49e2 017924 fetch 2 ,mem_hidreportdesc_kb 
-0x49e3 017925 copy pdata ,rega 
-0x49e4 017927 branch usb0_respond_length 
-:      017928 dsc_hid_report_info0:
-0x49e5 017929 jam 1 ,mem_usb_device_enumeration_endflag 
-0x49e6 017930 jam usb_got_report_req ,mem_usb_state 
-0x49e7 017931 fetch 2 ,mem_hidreportdesc_m 
-0x49e8 017932 copy pdata ,rega 
-0x49e9 017934 branch usb0_respond_length 
-:      017937 usb0_request_get_interface:
-0x49ea 017938 fetch 1 ,mem_usb0_state 
-0x49eb 017939 bne dev_configured ,usb0_force_stall 
-0x49ec 017940 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x49ed 017941 bne in_interface ,usb0_force_stall 
-0x49ee 017942 fetch 1 ,mem_usb_setup_bvalue 
-0x49ef 017943 bne 0 ,usb0_force_stall 
-0x49f0 017944 fetch 1 ,mem_usb_setup_bvalueh 
-0x49f1 017945 bne 0 ,usb0_force_stall 
-0x49f2 017946 fetch 1 ,mem_usb_setup_blength 
-0x49f3 017947 bne 1 ,usb0_force_stall 
-0x49f4 017948 fetch 1 ,mem_usb_setup_blengthh 
-0x49f5 017949 bne 0 ,usb0_force_stall 
-0x49f6 017950 fetch 1 ,mem_usb_setup_windex 
-0x49f7 017951 bne 0 ,usb0_force_stall 
-0x49f8 017952 fetch 1 ,mem_usb_setup_windex + 1 
-0x49f9 017953 bne 0 ,usb0_force_stall 
-0x49fa 017954 arg 1 ,regb 
-0x49fb 017955 branch usb_send_zero_packet 
-:      017958 usb0_request_get_status:
-0x49fc 017959 fetch 1 ,mem_usb0_state 
-0x49fd 017960 beq dev_default ,usb0_force_stall 
-0x49fe 017961 fetch 1 ,mem_usb_setup_bvalue 
-0x49ff 017962 bne 0 ,usb0_force_stall 
-0x4a00 017963 fetch 1 ,mem_usb_setup_bvalueh 
-0x4a01 017964 bne 0 ,usb0_force_stall 
-0x4a02 017965 fetch 1 ,mem_usb_setup_blength 
-0x4a03 017966 bne 2 ,usb0_force_stall 
-0x4a04 017967 fetch 1 ,mem_usb_setup_blengthh 
-0x4a05 017968 bne 0 ,usb0_force_stall 
-0x4a06 017969 fetch 1 ,mem_usb_setup_windex + 1 
-0x4a07 017970 bne 0 ,usb0_force_stall 
-0x4a08 017971 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4a09 017972 beq in_device ,usb0_get_status_in_device 
-0x4a0a 017973 beq in_interface ,usb0_get_status_in_interface 
-0x4a0b 017974 beq in_endpoint ,usb0_get_status_in_endpoint 
-0x4a0c 017975 branch usb0_force_stall 
-:      017977 usb0_get_status_in_device:
-0x4a0d 017978 fetch 1 ,mem_usb_setup_windex 
-0x4a0e 017979 bne 0 ,usb0_force_stall 
-0x4a0f 017980 arg 2 ,regb 
-0x4a10 017981 fetch 1 ,mem_usb_remote_wakeup 
-0x4a11 017982 beq 0x01 ,usb_send_two_packet 
-:      017984 usb_send_zero_packet:
-0x4a12 017985 arg mem_usb_zero_packet ,rega 
-0x4a13 017986 branch usb0_respond 
-:      017987 usb_send_ones_packet:
-0x4a14 017988 arg mem_usb_ones_packet ,rega 
-0x4a15 017989 branch usb0_respond 
-:      017990 usb_send_two_packet:
-0x4a16 017991 arg mem_usb_two_packet ,rega 
-0x4a17 017992 branch usb0_respond 
-:      017994 usb0_get_status_in_interface:
-0x4a18 017995 fetch 1 ,mem_usb0_state 
-0x4a19 017996 bne dev_configured ,usb0_force_stall 
-0x4a1a 017997 arg 2 ,regb 
-0x4a1b 017998 branch usb_send_zero_packet 
-:      018000 usb0_get_status_in_endpoint:
-0x4a1c 018001 fetch 1 ,mem_usb0_state 
-0x4a1d 018002 bne dev_configured ,usb0_force_stall 
-0x4a1e 018003 fetch 1 ,mem_usb_setup_windex 
-0x4a1f 018004 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
-0x4a20 018005 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
-0x4a21 018006 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
-0x4a22 018007 and_into 0x7f ,pdata 
-0x4a23 018008 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
-0x4a24 018009 branch usb0_force_stall 
-:      018011 usb0_get_status_in_ep_in_ep0:
-0x4a25 018012 fetch 1 ,mem_usb_ep0_stall_status 
-:      018013 usb0_get_status_in_ep_in_ack:
-0x4a26 018014 arg 2 ,regb 
-0x4a27 018015 beq 1 ,usb_send_ones_packet 
-0x4a28 018016 branch usb_send_zero_packet 
-:      018017 usb0_get_status_in_ep_in_ep1:
-0x4a29 018018 fetch 1 ,mem_usb_ep1_stall_status 
-0x4a2a 018019 branch usb0_get_status_in_ep_in_ack 
-:      018020 usb0_get_status_in_ep_in_ep2:
-0x4a2b 018021 fetch 1 ,mem_usb_ep2_stall_status 
-0x4a2c 018022 branch usb0_get_status_in_ep_in_ack 
-:      018023 usb0_get_status_in_ep_in_ep3:
-0x4a2d 018024 fetch 1 ,mem_usb_ep3_stall_status 
-0x4a2e 018025 branch usb0_get_status_in_ep_in_ack 
-:      018027 usb_get_idle:
-0x4a2f 018028 jam 1 ,mem_usb_idle_flag 
-0x4a30 018029 arg mem_usb_idle_rate ,rega 
-0x4a31 018030 arg 1 ,regb 
-0x4a32 018031 branch usb0_respond 
-:      018033 usb_get_report:
-0x4a33 018034 fetch 2 ,mem_usb_setup_bvalue 
-0x4a34 018035 arg pc_get_report ,temp 
-0x4a35 018036 isub temp ,null 
-0x4a36 018037 nbranch usb0_force_stall ,zero 
-0x4a37 018038 set0 mark_isstr ,mark 
-:      018039 usb_get_report_dispose:
-0x4a38 018040 fetch 1 ,mem_usb0_data_ready_report 
-0x4a39 018041 nbranch usb_get_report_data_success ,blank 
-0x4a3a 018042 jam pc_get_nondata ,mem_usb0_get_report_data 
-:      018043 usb_get_report_send_data:
-0x4a3b 018044 fetch 1 ,mem_usb_setup_blength 
-0x4a3c 018045 iforce regb 
-0x4a3d 018046 arg mem_usb0_get_report_data ,rega 
-0x4a3e 018047 call usb0_respond 
-:      018048 usb_get_report_data_release:
-0x4a3f 018049 arg mem_usb0_get_report_data ,contw 
-0x4a40 018050 arg 8 ,loopcnt 
-0x4a41 018051 branch memset0 
-:      018052 usb_get_report_data_success:
-0x4a42 018053 jam 0 ,mem_usb0_data_ready_report 
-0x4a43 018054 jam pc_get_data ,mem_usb0_get_report_data 
-0x4a44 018055 branch usb_get_report_send_data 
-:      018057 usb_get_protocol_req:
-0x4a45 018058 fetch 1 ,mem_usb_setup_blength 
-0x4a46 018059 bne 1 ,usb0_force_stall 
-0x4a47 018060 jam 1 ,mem_usb_get_protocol_flag 
-0x4a48 018061 arg 1 ,regb 
-0x4a49 018062 fetch 1 ,mem_usb_set_protocol_value 
-0x4a4a 018063 beq 0 ,usb_get_report_protocol 
-0x4a4b 018064 beq 1 ,usb_get_boot_protocol 
-0x4a4c 018065 branch usb_send_zero_packet 
-:      018066 usb_get_report_protocol:
-0x4a4d 018067 branch usb_send_ones_packet 
-:      018068 usb_get_boot_protocol:
-0x4a4e 018069 branch usb_send_zero_packet 
-:      018074 usb0_request_clear_feature:
-0x4a4f 018075 fetch 1 ,mem_usb0_state 
-0x4a50 018076 bne dev_configured ,usb0_force_stall 
-0x4a51 018077 fetch 1 ,mem_usb_setup_blength 
-0x4a52 018078 bne 0 ,usb0_force_stall 
-0x4a53 018079 fetch 1 ,mem_usb_setup_blengthh 
-0x4a54 018080 bne 0 ,usb0_force_stall 
-0x4a55 018081 fetch 1 ,mem_usb_setup_bvalueh 
-0x4a56 018082 bne 0 ,usb0_force_stall 
-0x4a57 018083 fetch 1 ,mem_usb_setup_windex + 1 
-0x4a58 018084 bne 0 ,usb0_force_stall 
-0x4a59 018085 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4a5a 018086 beq out_device ,usb0_request_clear_feature_out_device 
-0x4a5b 018087 beq out_interface ,usb0_request_clear_feature_out_interface 
-0x4a5c 018088 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
-0x4a5d 018089 branch usb0_force_stall 
-:      018091 usb0_request_clear_feature_out_device:
-0x4a5e 018092 fetch 1 ,mem_usb_setup_bvalue 
-0x4a5f 018093 bne device_remote_wakeup ,usb0_force_stall 
-0x4a60 018094 hfetch 1 ,core_usb_config 
-0x4a61 018095 set0 7 ,pdata 
-0x4a62 018096 hstore 1 ,core_usb_config 
-0x4a63 018097 jam 0 ,mem_usb_remote_wakeup 
-0x4a64 018098 jam 1 ,mem_usb_clear_remote_wakeup 
-0x4a65 018099 branch usb0_reply_zerolen 
-:      018101 usb0_request_clear_feature_out_interface:
-0x4a66 018102 branch usb0_force_stall 
-:      018104 usb0_request_clear_feature_out_endpoint:
-0x4a67 018105 fetch 1 ,mem_usb_setup_bvalue 
-0x4a68 018106 bne endpoint_halt ,usb0_force_stall 
-0x4a69 018107 fetch 1 ,mem_usb_setup_windex 
-0x4a6a 018108 beq in_ep1 ,usb0_force_stall_ep1_in_off 
-0x4a6b 018109 beq in_ep2 ,usb0_force_stall_ep2_in_off 
-0x4a6c 018110 beq in_ep3 ,usb0_force_stall_ep3_in_off 
-0x4a6d 018111 and_into 0x7f ,pdata 
-0x4a6e 018112 beq 0x00 ,usb0_force_stall_ep0_in_off 
-0x4a6f 018113 branch usb0_force_stall 
-:      018115 usb0_force_stall_ep0_in_off:
-0x4a70 018116 jam 0 ,mem_usb_ep0_stall_status 
-0x4a71 018117 branch usb0_reply_zerolen 
-:      018118 usb0_force_stall_ep1_in_off:
-0x4a72 018119 jam 0 ,mem_usb_ep1_stall_status 
-:      018120 usb0_force_stall_ep1_in_off_reply:
-0x4a73 018121 jam 1 ,mem_usb_clear_halt 
-0x4a74 018122 branch usb0_reply_zerolen 
-:      018123 usb0_force_stall_ep2_in_off:
-0x4a75 018124 jam 0 ,mem_usb_ep2_stall_status 
-0x4a76 018125 branch usb0_force_stall_ep1_in_off_reply 
-:      018126 usb0_force_stall_ep3_in_off:
-0x4a77 018127 jam 0 ,mem_usb_ep3_stall_status 
-0x4a78 018128 branch usb0_force_stall_ep1_in_off_reply 
-:      018131 usb0_request_set_feature:
-0x4a79 018132 fetch 1 ,mem_usb_setup_blength 
-0x4a7a 018133 bne 0 ,usb0_force_stall 
-0x4a7b 018134 fetch 1 ,mem_usb_setup_blengthh 
-0x4a7c 018135 bne 0 ,usb0_force_stall 
-0x4a7d 018136 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4a7e 018137 beq out_device ,usb0_request_set_feature_out_device 
-0x4a7f 018138 beq out_interface ,usb0_request_set_feature_out_interface 
-0x4a80 018139 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
-0x4a81 018140 branch usb0_force_stall 
-:      018142 usb0_request_set_feature_out_device:
-0x4a82 018143 fetch 1 ,mem_usb_setup_bvalue 
-0x4a83 018144 bne device_remote_wakeup ,usb0_force_stall 
-0x4a84 018145 hfetch 1 ,core_usb_config 
-0x4a85 018146 set1 7 ,pdata 
-0x4a86 018147 hstore 1 ,core_usb_config 
-0x4a87 018148 jam 1 ,mem_usb_remote_wakeup 
-0x4a88 018149 jam usb_sleep ,mem_usb_state 
-0x4a89 018150 jam 0 ,mem_usb_tx_win_enable 
-0x4a8a 018151 call usb0_reply_zerolen 
-:      018152 usb_wakeup_timer_reinit:
-0x4a8b 018153 call timer_reinit 
-0x4a8c 018154 setarg timer_wakeup_delay 
-0x4a8d 018155 arg timer_wakeup ,queue 
-0x4a8e 018156 branch timer_init 
-:      018158 usb0_request_set_feature_out_interface:
-0x4a8f 018159 branch usb0_force_stall 
-:      018161 usb0_request_set_feature_out_endpoint:
-0x4a90 018162 fetch 1 ,mem_usb_setup_bvalue 
-0x4a91 018163 bne endpoint_halt ,usb0_force_stall 
-0x4a92 018164 fetch 1 ,mem_usb_setup_bvalueh 
-0x4a93 018165 bne 0 ,usb0_force_stall 
-0x4a94 018166 fetch 1 ,mem_usb_setup_windex 
-0x4a95 018167 beq in_ep1 ,usb0_force_stall_ep1_in_on 
-0x4a96 018168 beq in_ep2 ,usb0_force_stall_ep2_in_on 
-0x4a97 018169 beq in_ep3 ,usb0_force_stall_ep3_in_on 
-0x4a98 018170 and_into 0x7f ,pdata 
-0x4a99 018171 beq 0x00 ,usb0_force_stall_ep0_in_on 
-0x4a9a 018172 branch usb0_force_stall 
-:      018174 usb0_force_stall_ep0_in_on:
-0x4a9b 018175 jam 1 ,mem_usb_ep0_stall_status 
-0x4a9c 018176 branch usb0_reply_zerolen 
-:      018177 usb0_force_stall_ep1_in_on:
-0x4a9d 018178 jam 1 ,mem_usb_ep1_stall_status 
-0x4a9e 018179 branch usb0_reply_zerolen 
-:      018180 usb0_force_stall_ep2_in_on:
-0x4a9f 018181 jam 1 ,mem_usb_ep2_stall_status 
-0x4aa0 018182 branch usb0_reply_zerolen 
-:      018183 usb0_force_stall_ep3_in_on:
-0x4aa1 018184 jam 1 ,mem_usb_ep3_stall_status 
-0x4aa2 018185 branch usb0_reply_zerolen 
-:      018188 usb0_request_set_address:
-0x4aa3 018189 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4aa4 018190 bne out_device ,usb0_force_stall 
-0x4aa5 018191 fetch 1 ,mem_usb_setup_windex 
-0x4aa6 018192 bne 0 ,usb0_force_stall 
-0x4aa7 018193 fetch 1 ,mem_usb_setup_windex + 1 
-0x4aa8 018194 bne 0 ,usb0_force_stall 
-0x4aa9 018195 fetch 1 ,mem_usb_setup_blength 
-0x4aaa 018196 bne 0 ,usb0_force_stall 
-0x4aab 018197 fetch 1 ,mem_usb_setup_blengthh 
-0x4aac 018198 bne 0 ,usb0_force_stall 
-0x4aad 018199 fetch 1 ,mem_usb_setup_bvalueh 
-0x4aae 018200 bne 0 ,usb0_force_stall 
-0x4aaf 018201 fetch 1 ,mem_usb_setup_bvalue 
-0x4ab0 018202 and_into 0x80 ,pdata 
-0x4ab1 018203 bne 0 ,usb0_force_stall 
-0x4ab2 018204 fetch 1 ,mem_usb_setup_bvalue 
-0x4ab3 018205 bne 0 ,usb_usb0_state_set_dev_addr 
-:      018206 usb_usb0_state_set_dev_default:
-0x4ab4 018207 jam dev_default ,mem_usb0_state 
-:      018208 usb0_request_set_wait_address:
-0x4ab5 018209 fetch 1 ,mem_usb_setup_bvalue 
-0x4ab6 018210 hstore 1 ,core_usb_addr 
-0x4ab7 018211 call usb0_reply_zerolen 
-0x4ab8 018212 jam 1 ,mem_usb_set_high_addr_flag 
-0x4ab9 018213 rtn 
-:      018214 usb_usb0_state_set_dev_addr:
-0x4aba 018215 jam dev_address ,mem_usb0_state 
-0x4abb 018216 branch usb0_request_set_wait_address 
-:      018219 usb0_request_set_configuration:
-0x4abc 018220 fetch 1 ,mem_usb0_state 
-0x4abd 018221 beq dev_default ,usb0_force_stall 
-0x4abe 018222 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4abf 018223 bne out_device ,usb0_force_stall 
-0x4ac0 018224 fetch 1 ,mem_usb_setup_windex 
-0x4ac1 018225 bne 0 ,usb0_force_stall 
-0x4ac2 018226 fetch 1 ,mem_usb_setup_windex + 1 
-0x4ac3 018227 bne 0 ,usb0_force_stall 
-0x4ac4 018228 fetch 1 ,mem_usb_setup_blength 
-0x4ac5 018229 bne 0 ,usb0_force_stall 
-0x4ac6 018230 fetch 1 ,mem_usb_setup_blengthh 
-0x4ac7 018231 bne 0 ,usb0_force_stall 
-0x4ac8 018232 fetch 1 ,mem_usb_setup_bvalue + 1 
-0x4ac9 018233 bne 0 ,usb0_force_stall 
-0x4aca 018234 fetch 1 ,mem_usb_setup_bvalue 
-0x4acb 018235 sub pdata ,usb_max_num_cfg ,null 
-0x4acc 018236 nbranch usb0_force_stall ,positive 
-0x4acd 018237 fetch 1 ,mem_usb0_state 
-0x4ace 018238 beq dev_address ,usb0_request_set_cfg_addr_state 
-0x4acf 018239 beq dev_configured ,usb0_request_set_cfg_cfg_state 
-0x4ad0 018240 branch usb0_force_stall 
-:      018242 usb0_request_set_cfg_addr_state:
-:      018243 usb0_request_set_cfg_cfg_state:
-0x4ad1 018244 fetch 1 ,mem_usb_setup_bvalue 
-0x4ad2 018245 beq 0 ,usb0_request_set_cfg_stay_addr_state 
-0x4ad3 018246 jam dev_configured ,mem_usb0_state 
-0x4ad4 018247 branch usb0_reply_zerolen 
-:      018248 usb0_request_set_cfg_stay_addr_state:
-0x4ad5 018249 jam dev_address ,mem_usb0_state 
-0x4ad6 018250 branch usb0_reply_zerolen 
-:      018253 usb0_request_set_interface:
-0x4ad7 018254 fetch 1 ,mem_usb0_state 
-0x4ad8 018255 bne dev_configured ,usb0_force_stall 
-0x4ad9 018256 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4ada 018257 bne out_interface ,usb0_force_stall 
-0x4adb 018258 fetch 1 ,mem_usb_setup_bvalue 
-0x4adc 018259 bne 0 ,usb0_force_stall 
-0x4add 018260 fetch 1 ,mem_usb_setup_bvalueh 
-0x4ade 018261 bne 0 ,usb0_force_stall 
-0x4adf 018262 fetch 1 ,mem_usb_setup_blength 
-0x4ae0 018263 bne 0 ,usb0_force_stall 
-0x4ae1 018264 fetch 1 ,mem_usb_setup_blengthh 
-0x4ae2 018265 bne 0 ,usb0_force_stall 
-0x4ae3 018266 fetch 1 ,mem_usb_setup_windex 
-0x4ae4 018267 bne 0 ,usb0_force_stall 
-0x4ae5 018268 fetch 1 ,mem_usb_setup_windex + 1 
-0x4ae6 018269 bne 0 ,usb0_force_stall 
-0x4ae7 018270 branch usb0_reply_zerolen 
-:      018273 usb_set_idle:
-0x4ae8 018274 jam 1 ,mem_usb_idle_flag 
-0x4ae9 018275 fetch 1 ,mem_usb_setup_bvalueh 
-0x4aea 018276 store 1 ,mem_usb_idle_rate 
-0x4aeb 018277 fetch 1 ,mem_usb_setup_windex 
-0x4aec 018278 sub pdata ,1 ,null 
-0x4aed 018279 call usb_clear_remote_wakeup_set0 ,zero 
-0x4aee 018280 fetch 1 ,mem_usb_state 
-0x4aef 018281 bne usb_resume ,usb0_reply_zerolen 
-0x4af0 018282 jam usb_connected ,mem_usb_state 
-0x4af1 018283 call usb0_reply_zerolen 
-0x4af2 018284 nop 30000 
-0x4af3 018285 nop 30000 
-0x4af4 018286 rtn 
-:      018287 usb_clear_remote_wakeup_set0:
-0x4af5 018288 jam 1 ,mem_usb_device_enumeration_endflag 
-0x4af6 018289 jam 0 ,mem_usb_clear_remote_wakeup 
-0x4af7 018290 jam usb_resume ,mem_usb_state 
-0x4af8 018291 rtn 
-:      018294 usb_set_report:
-0x4af9 018295 jam 1 ,mem_usb0_get_set_report 
-0x4afa 018296 call usb_set_report_resume_judge 
-0x4afb 018297 fetch 2 ,mem_usb_setup_bvalue 
-0x4afc 018298 store 2 ,mem_usb_setup_bvalue_temp 
-0x4afd 018299 fetch 1 ,mem_usb_setup_blength 
-0x4afe 018300 iforce loopcnt 
-0x4aff 018301 arg mem_usb0_setup ,contr 
-0x4b00 018302 arg mem_usb0_set_report_data ,contw 
-0x4b01 018303 call memcpy 
-0x4b02 018304 branch usb0_reply_zerolen 
-:      018306 usb_set_report_resume_judge:
-0x4b03 018307 fetch 2 ,mem_usb_setup_bvalue 
-0x4b04 018308 arg pc_set_report_bvalue ,temp 
-0x4b05 018309 isub temp ,null 
-0x4b06 018310 nrtn zero 
-0x4b07 018311 fetch 2 ,mem_usb_setup_windex 
-0x4b08 018312 arg pc_set_report_windex ,temp 
-0x4b09 018313 isub temp ,null 
-0x4b0a 018314 nrtn zero 
-0x4b0b 018315 fetch 2 ,mem_usb_setup_blength 
-0x4b0c 018316 arg pc_set_report_blength ,temp 
-0x4b0d 018317 isub temp ,null 
-0x4b0e 018318 nrtn zero 
-0x4b0f 018319 jam 1 ,mem_usb_tx_win_enable 
-0x4b10 018320 rtn 
-:      018323 usb_set_protocol_req:
-0x4b11 018324 fetch 1 ,mem_usb_setup_blength 
-0x4b12 018325 bne 0 ,usb0_force_stall 
-0x4b13 018326 fetch 1 ,mem_usb_setup_bvalue 
-0x4b14 018327 beq boot_protocol ,usb_set_boot_protocol 
-0x4b15 018328 beq report_protocol ,usb_set_report_protocol 
-0x4b16 018329 branch usb0_force_stall 
-:      018330 usb_set_boot_protocol:
-0x4b17 018331 jam 0 ,mem_usb_set_protocol_status 
-0x4b18 018332 jam 1 ,mem_usb_set_protocol_value 
-0x4b19 018333 branch usb0_reply_zerolen 
-:      018334 usb_set_report_protocol:
-0x4b1a 018335 jam 1 ,mem_usb_tx_mac_enable 
-0x4b1b 018336 jam 1 ,mem_usb_set_protocol_status 
-0x4b1c 018337 jam 0 ,mem_usb_set_protocol_value 
-0x4b1d 018338 branch usb0_reply_zerolen 
-:      018341 usb0_respond_length:
-0x4b1e 018342 ifetch 1 ,rega 
-0x4b1f 018343 iforce regb 
-0x4b20 018344 increase 1 ,rega 
-:      018346 usb0_respond:
-0x4b21 018347 bpatch patch1f_2 ,mem_patch1f 
-0x4b22 018348 bmark0 mark_isstr ,usb0_respond0 
-0x4b23 018349 add regb ,1 ,pdata 
-0x4b24 018350 lshift pdata ,pdata 
-0x4b25 018351 hstore 1 ,core_usb_dfifo0 
-0x4b26 018352 jam 3 ,core_usb_dfifo0 
-0x4b27 018353 fetch 1 ,mem_usb_setup_blength 
-0x4b28 018354 increase -2 ,pdata 
-0x4b29 018355 rshift pdata ,pdata 
-0x4b2a 018356 store 1 ,mem_usb_setup_blength 
-0x4b2b 018357 beq 0 ,usb_no_respond_data 
-:      018358 usb0_respond0:
-0x4b2c 018359 fetch 2 ,mem_usb_setup_blength 
-0x4b2d 018360 isub regb ,null 
-0x4b2e 018361 branch usb0_respond1 ,positive 
-0x4b2f 018362 copy pdata ,regb 
-:      018363 usb0_respond1:
-0x4b30 018364 deposit rega 
-0x4b31 018365 store 2 ,mem_bufptr 
-0x4b32 018366 deposit regb 
-0x4b33 018367 store 1 ,mem_remain 
-0x4b34 018368 branch usb0_tx 
-:      018370 usb_no_respond_data:
-0x4b35 018371 arg 0 ,queue 
-0x4b36 018372 branch usb_trig 
-:      018375 usb0_tx:
-0x4b37 018376 bpatch patch1f_3 ,mem_patch1f 
-0x4b38 018377 fetch 1 ,mem_remain 
-0x4b39 018378 rtn blank 
-0x4b3a 018379 copy pdata ,loopcnt 
-0x4b3b 018380 sub pdata ,ep0_packet_size ,null 
-0x4b3c 018381 branch usb0_tx_info ,positive 
-0x4b3d 018382 arg ep0_packet_size ,loopcnt 
-:      018383 usb0_tx_info:
-0x4b3e 018384 fetch 1 ,mem_remain 
-0x4b3f 018385 isub loopcnt ,pdata 
-0x4b40 018386 store 1 ,mem_remain 
-0x4b41 018387 fetch 2 ,mem_bufptr 
-0x4b42 018388 copy pdata ,contr 
-:      018389 usb0_tx0:
-0x4b43 018390 ifetch 1 ,contr 
-0x4b44 018391 hstore 1 ,core_usb_dfifo0 
-0x4b45 018392 bmark0 mark_isstr ,usb0_tx1 
-0x4b46 018393 jam 0 ,core_usb_dfifo0 
-:      018394 usb0_tx1:
-0x4b47 018395 loop usb0_tx0 
-0x4b48 018396 copy contr ,pdata 
-0x4b49 018397 store 2 ,mem_bufptr 
-0x4b4a 018398 arg 0 ,queue 
-0x4b4b 018399 call usb_trig 
-0x4b4c 018400 fetch 1 ,mem_remain 
-0x4b4d 018401 nrtn blank 
-0x4b4e 018402 fetch 1 ,mem_usb_state 
-0x4b4f 018403 rtnne usb_got_report_req 
-0x4b50 018404 jam usb_connected ,mem_usb_state 
-0x4b51 018405 rtn 
-:      018408 usb_tx_ep1:
-0x4b52 018409 arg core_usb_dfifo1 ,rega 
-0x4b53 018410 arg 1 ,queue 
-:      018411 usb_tx_loop:
-0x4b54 018412 ifetch 1 ,contr 
-0x4b55 018413 istore 1 ,rega 
-0x4b56 018414 loop usb_tx_loop 
-:      018415 usb_trig:
-0x4b57 018416 setarg 0 
-0x4b58 018417 qset1 pdata 
-0x4b59 018418 hstore 1 ,core_usb_trig 
-0x4b5a 018419 fetcht 1 ,mem_usb_tx_wait 
-0x4b5b 018420 ior temp ,pdata 
-0x4b5c 018421 store 1 ,mem_usb_tx_wait 
-0x4b5d 018422 rtn 
-:      018424 usb_tx_ep2:
-0x4b5e 018425 arg 2 ,queue 
-0x4b5f 018426 arg core_usb_dfifo2 ,rega 
-0x4b60 018427 branch usb_tx_loop 
-:      018429 usb_tx:
-0x4b61 018430 bpatch patch1f_4 ,mem_patch1f 
-0x4b62 018431 fetch 1 ,mem_usb_tx_enable 
-0x4b63 018432 rtn blank 
-0x4b64 018433 fetch 1 ,mem_usb_tx_wait 
-0x4b65 018434 nbranch usb_inwake_state_tx_dispose ,blank 
-0x4b66 018435 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x4b67 018436 branch usb_tx_fifo_release ,blank 
-0x4b68 018437 fetch 1 ,mem_usb_state 
-0x4b69 018438 beq usb_sleep ,usb_windows_wakeup 
-0x4b6a 018439 bne usb_connected ,usb_tx_fifo_release 
-0x4b6b 018440 fetch 1 ,mem_usb_clear_remote_wakeup 
-0x4b6c 018441 nbranch usb_tx_fifo_release ,blank 
-0x4b6d 018442 call usb_tx_data_ep1 
-0x4b6e 018443 branch usb_tx_data_ep2 
-:      018445 usb_tx_data_ep1:
-0x4b6f 018446 fetch 1 ,mem_usb_tx_enable 
-0x4b70 018447 rtnbit0 1 
-0x4b71 018448 fetch 1 ,mem_usb_tx_wait 
-0x4b72 018449 rtnbit1 1 
-0x4b73 018450 fetch 1 ,mem_usb_tx_enable 
-0x4b74 018451 set0 1 ,pdata 
-0x4b75 018452 store 1 ,mem_usb_tx_enable 
-0x4b76 018453 fetch 1 ,mem_usb_ep1_data 
-0x4b77 018454 rtn blank 
-0x4b78 018455 beq usb_ep1_kb ,usb_tx_kb_normal_data 
-0x4b79 018456 branch assert 
-:      018458 usb_tx_data_ep2:
-0x4b7a 018459 fetch 1 ,mem_usb_tx_enable 
-0x4b7b 018460 rtnbit0 2 
-0x4b7c 018461 fetch 1 ,mem_usb_tx_wait 
-0x4b7d 018462 rtnbit1 2 
-0x4b7e 018463 fetch 1 ,mem_usb_tx_enable 
-0x4b7f 018464 set0 2 ,pdata 
-0x4b80 018465 store 1 ,mem_usb_tx_enable 
-0x4b81 018466 fetch 1 ,mem_usb_ep2_data 
-0x4b82 018467 rtn blank 
-0x4b83 018468 beq usb_ep2_ms ,usb_tx_ms_data 
-0x4b84 018469 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
-0x4b85 018470 branch assert 
-:      018472 usb_tx_fifo_release:
-0x4b86 018474 arg mem_usb_mouse_data ,contw 
-0x4b87 018475 arg 6 ,loopcnt 
-0x4b88 018476 branch memset0 
-:      018478 usb_tx_ms_data:
-0x4b89 018479 fetch 1 ,mem_usb_idle_flag 
-0x4b8a 018480 fetcht 1 ,mem_usb_get_protocol_flag 
-0x4b8b 018481 iand temp ,pdata 
-0x4b8c 018482 branch usb_tx_ms_data_normal_mode ,blank 
-0x4b8d 018483 fetcht 1 ,mem_usb_set_protocol_status 
-0x4b8e 018484 iadd temp ,pdata 
-0x4b8f 018485 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
-0x4b90 018486 branch usb_tx_ms_data_normal_mode 
-:      018488 usb_tx_ms_data_mac_boot_mode:
-0x4b91 018489 jam 0 ,mem_usb_ep2_data 
-:      018490 usb_tx_ms_data_mac_boot_regroup:
-0x4b92 018491 fetch 1 ,mem_usb_mouse_data + 1 
-0x4b93 018492 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
-0x4b94 018493 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
-0x4b95 018494 fetch 1 ,mem_usb_mouse_data + 1 
-0x4b96 018495 store 1 ,mem_usb_mouse_data 
-0x4b97 018496 fetch 1 ,mem_usb_mouse_data + 2 
-0x4b98 018497 istore 1 ,contw 
-0x4b99 018498 fetch 1 ,mem_usb_mouse_data + 4 
-0x4b9a 018499 istore 1 ,contw 
-0x4b9b 018500 fetch 1 ,mem_usb_mouse_data + 6 
-0x4b9c 018501 istore 1 ,contw 
-0x4b9d 018502 arg 4 ,loopcnt 
-0x4b9e 018503 arg mem_usb_mouse_data ,contr 
-0x4b9f 018504 branch usb_tx_ep2 
-:      018506 usb_tx_ms_data_normal_mode:
-0x4ba0 018507 jam 0 ,mem_usb_ep2_data 
-:      018508 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
-0x4ba1 018509 arg 8 ,loopcnt 
-0x4ba2 018510 arg mem_usb_mouse_data ,contr 
-0x4ba3 018511 branch usb_tx_ep2 
-:      018513 usb_tx_kb_multikey_data:
-0x4ba4 018514 jam 0 ,mem_usb_ep2_data 
-0x4ba5 018515 arg 3 ,loopcnt 
-0x4ba6 018516 arg mem_usb_kb_multikey ,contr 
-0x4ba7 018517 branch usb_tx_ep2 
-:      018519 usb_tx_kb_normal_data:
-0x4ba8 018520 jam 0 ,mem_usb_ep1_data 
-0x4ba9 018521 arg 8 ,loopcnt 
-0x4baa 018522 arg mem_usb_kb_data ,contr 
-0x4bab 018523 branch usb_tx_ep1 
-:      018525 usb_inwake_state_tx_dispose:
-0x4bac 018526 fetch 1 ,mem_usb_state 
-0x4bad 018527 beq usb_sleep ,usb_clear_tx_wait 
-0x4bae 018528 beq usb_connected ,usb_mac_wakeup_trig 
-0x4baf 018529 rtn 
-:      018530 usb_clear_tx_wait:
-0x4bb0 018531 jam 0 ,mem_usb_tx_wait 
-0x4bb1 018532 rtn 
-:      018533 usb_mac_wakeup_trig:
-0x4bb2 018534 hfetch 1 ,core_usb_config 
-0x4bb3 018535 set1 7 ,pdata 
-0x4bb4 018536 hstore 1 ,core_usb_config 
-0x4bb5 018537 jam 1 ,mem_usb_mac_wakeup_trig 
-0x4bb6 018538 rtn 
-:      018540 usb_mac_wakeup_judge:
-0x4bb7 018541 fetch 1 ,mem_usb_state 
-0x4bb8 018542 rtneq usb_sleep 
-0x4bb9 018543 beq usb_connected ,usb_mac_wakeup 
-0x4bba 018544 rtn 
-:      018545 usb_mac_wakeup:
-0x4bbb 018546 fetch 1 ,mem_usb_mac_wakeup_trig 
-0x4bbc 018547 rtn blank 
-0x4bbd 018548 jam 1 ,mem_usb_wakestate_onetime_flag 
-0x4bbe 018549 branch usb_wakeup 
-:      018551 usb_windows_wakeup:
-0x4bbf 018552 arg timer_wakeup ,queue 
-0x4bc0 018553 call timer_check 
-0x4bc1 018554 nrtn blank 
-:      018555 usb_wakeup:
-0x4bc2 018556 hfetch 1 ,core_usb_config 
-0x4bc3 018557 rtnbit0 7 
-0x4bc4 018558 jam 0xfc ,core_usb_config 
-0x4bc5 018559 nop 30000 
-0x4bc6 018560 jam 0x3c ,core_usb_config 
-0x4bc7 018561 rtn 
-:      018568 hci_rx_h4:
-0x4bc8 018569 bpatch patch1f_5 ,mem_patch1f 
-0x4bc9 018570 fetch 1 ,mem_hci_cmd 
-0x4bca 018571 nrtn blank 
-:      018572 hci_rx_h4_1:
-0x4bcb 018573 call hci_h4_parse_packet 
-0x4bcc 018574 ncall h4_rx_discard_packet ,user 
-0x4bcd 018575 rtn 
-:      018577 hci_h4_parse_packet:
-0x4bce 018578 bpatch patch1f_6 ,mem_patch1f 
-0x4bcf 018579 copy contru ,rega 
-0x4bd0 018580 arg 4 ,temp 
-0x4bd1 018581 ifetch 1 ,contru 
-0x4bd2 018582 beq hci_h4_type_cmd ,hci_h4_parse_packet_wait_len 
-0x4bd3 018583 increase 1 ,temp 
-0x4bd4 018584 beq hci_h4_type_acl ,hci_h4_parse_packet_wait_len 
-0x4bd5 018585 copy contru ,pdata 
-0x4bd6 018586 hstore 2 ,core_uart_rrptr 
-0x4bd7 018587 rtn 
-:      018588 hci_h4_parse_packet_wait_len:
-0x4bd8 018589 hfetch 2 ,core_uart_rxitems 
-0x4bd9 018590 isub temp ,null 
-0x4bda 018591 nbranch hci_h4_parse_packet_wait_len ,positive 
-0x4bdb 018593 disable user 
-0x4bdc 018594 copy rega ,contru 
-0x4bdd 018595 call h4_get_rx_payload_len 
-0x4bde 018596 iadd temp ,temp 
-:      018597 hci_h4_parse_packet_wait:
-0x4bdf 018598 hfetch 2 ,core_uart_rxitems 
-0x4be0 018599 isub temp ,null 
-0x4be1 018600 nbranch hci_h4_parse_packet_wait ,positive 
-0x4be2 018601 copy rega ,contru 
-0x4be3 018602 ifetch 1 ,contru 
-0x4be4 018603 beq hci_h4_type_cmd ,process_hci_cmd 
-0x4be5 018604 branch assert 
-:      018606 h4_rx_discard_packet:
-0x4be6 018607 bpatch patch1f_7 ,mem_patch1f 
-0x4be7 018608 hfetch 2 ,core_uart_rrptr 
-0x4be8 018609 iforce contru 
-0x4be9 018610 call h4_get_rx_payload_len 
-0x4bea 018611 iadd contru ,contru 
-0x4beb 018612 deposit contru 
-0x4bec 018613 hstore 2 ,core_uart_rrptr 
-0x4bed 018614 rtn 
-:      018619 h4_get_rx_payload_len:
-0x4bee 018620 ifetch 1 ,contru 
-0x4bef 018621 increase 2 ,contru 
-0x4bf0 018622 beq hci_h4_type_acl ,h4_get_rx_payload_len_acl 
-0x4bf1 018623 ifetch 1 ,contru 
-0x4bf2 018624 rtn 
-:      018625 h4_get_rx_payload_len_acl:
-0x4bf3 018626 ifetch 2 ,contru 
-0x4bf4 018627 rtn 
-:      018629 h4_get_tx_ptr:
-0x4bf5 018630 hfetch 2 ,core_uart_twptr 
-0x4bf6 018631 increase -5 ,contwu 
-0x4bf7 018632 iadd contwu ,contwu 
-0x4bf8 018633 rtn 
-:      018635 h4_send_packet_event:
-0x4bf9 018636 arg hci_h4_type_event ,temp 
-0x4bfa 018637 branch h4_send_packet 
-:      018638 h4_send_packet_acl:
-0x4bfb 018639 arg hci_h4_type_acl ,temp 
-:      018640 h4_send_packet:
-0x4bfc 018641 bpatchx patch20_0 ,mem_patch20 
-0x4bfd 018642 increase 1 ,loopcnt 
-0x4bfe 018643 hfetch 2 ,core_uart_twptr 
-0x4bff 018644 copy pdata ,contwu 
-0x4c00 018645 copy loopcnt ,pdata 
-0x4c01 018646 istoret 1 ,contwu 
-0x4c02 018647 increase -1 ,pdata 
-0x4c03 018648 iadd contwu ,contwu 
-0x4c04 018649 copy contwu ,pdata 
-0x4c05 018650 store 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4c06 018651 copy temp ,pdata 
-0x4c07 018652 rtneq hci_h4_type_acl 
-0x4c08 018653 fetch 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4c09 018654 hstore 2 ,core_uart_twptr 
-0x4c0a 018655 branch h4_send_acl_trigger_clear 
-:      018658 h4_send_acl_trigger_clear:
-0x4c0b 018659 setarg 0 
-0x4c0c 018660 store 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4c0d 018661 rtn 
-:      018668 hci_init:
-0x4c0e 018669 rtn wake 
-0x4c0f 018670 setarg hci_idle_dispatch 
-0x4c10 018671 store 2 ,mem_cb_idle_process 
-0x4c11 018673 setarg uart_baud_115200 
-0x4c12 018674 store uart_baud_len ,mem_baud 
-:      018675 hci_lpm_init:
-0x4c13 018676 setarg mem_h5rx_buf 
-0x4c14 018677 hstore 2 ,core_uart_rsaddr 
-0x4c15 018678 setarg mem_h5rx_buf_end 
-0x4c16 018679 hstore 2 ,core_uart_readdr 
-0x4c17 018680 setarg mem_h5tx_buf 
-0x4c18 018681 hstore 2 ,core_uart_tsaddr 
-0x4c19 018682 call hci_sel_init 
-:      018683 hci_reinit:
-0x4c1a 018684 jam 0x0 ,core_uart_ctrl 
-0x4c1b 018685 setarg mem_h5tx_buf 
-0x4c1c 018686 hstore 2 ,core_uart_twptr 
-0x4c1d 018687 hstore 2 ,core_uart_trptrp 
-0x4c1e 018688 setarg mem_h5rx_buf 
-0x4c1f 018689 hstore 2 ,core_uart_rrptr 
-0x4c20 018690 store 2 ,mem_h5rx_rptr 
-:      018691 hci_init_common:
-0x4c21 018692 hfetch 2 ,core_clkoff 
-0x4c22 018693 set0 clock_off_uart ,pdata 
-0x4c23 018694 hstore 2 ,core_clkoff 
-0x4c24 018695 call uart_set_baud_by_mem 
-0x4c25 018696 jam uartclk_dpll ,core_uart_clksel 
-0x4c26 018697 jam uart_ctrl_h4 ,core_uart_ctrl 
-0x4c27 018698 rtn 
-:      018700 hci_sel_init:
-0x4c28 018701 setarg mem_h5tx_buf_end 
-0x4c29 018702 hstore 2 ,core_uart_teaddr 
-0x4c2a 018703 hfetch 1 ,core_gpio_sel1 
-0x4c2b 018704 or_into 0x07 ,pdata 
-0x4c2c 018705 hstore 1 ,core_gpio_sel1 
-0x4c2d 018706 rtn 
-:      018709 hci_rx_packet:
-0x4c2e 018710 bpatchx patch20_1 ,mem_patch20 
-0x4c2f 018711 hfetch 1 ,core_uart_status 
-0x4c30 018712 iforce regb 
-0x4c31 018713 bbit0 uart_status_rx_fifo_empty ,hci_rx_packet_cont 
-0x4c32 018714 hfetch 2 ,core_uart_rxitems 
-0x4c33 018715 iforce regc 
-0x4c34 018716 arg 0x44f ,temp 
-0x4c35 018717 isub temp ,null 
-0x4c36 018718 nrtn zero 
-:      018719 hci_rx_packet_cont:
-0x4c37 018720 hfetch 2 ,core_uart_rrptr 
-0x4c38 018721 iforce contru 
-0x4c39 018722 branch hci_rx_h4 
-:      018724 uart_send_byte:
-0x4c3a 018725 hfetcht 1 ,core_uart_status 
-0x4c3b 018726 isolate1 6 ,temp 
-0x4c3c 018727 branch uart_send_byte ,true 
-0x4c3d 018728 hstore 1 ,core_uart_txd 
-0x4c3e 018729 rtn 
-:      018731 process_hci_cmd:
-0x4c3f 018732 bpatchx patch20_2 ,mem_patch20 
-0x4c40 018733 fetch 1 ,mem_hci_cmd 
-0x4c41 018734 branch process_hci_cmd_cont ,blank 
-0x4c42 018735 enable user 
-0x4c43 018736 rtn 
-:      018737 process_hci_cmd_cont:
-0x4c44 018738 ifetch 2 ,contru 
-0x4c45 018739 iforce alarm 
-0x4c46 018740 iforce queue 
-0x4c47 018741 ifetch 1 ,contru 
-0x4c48 018742 iforce temp 
-0x4c49 018743 rshift2 alarm ,pdata 
-0x4c4a 018744 rshift8 pdata ,pdata 
-0x4c4b 018745 beq hci_ogf_vendor_specific ,phci_grp_vendor_specific 
-0x4c4c 018746 rtn 
-:      018749 phci_grp_vendor_specific:
-0x4c4d 018750 bpatchx patch20_3 ,mem_patch20 
-0x4c4e 018751 deposit queue 
-0x4c4f 018752 beq hci_vendor_cmd_reset ,hci_normal_reply 
-0x4c50 018753 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
-0x4c51 018754 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
-0x4c52 018755 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
-0x4c53 018756 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
-0x4c54 018757 beq hci_vendor_cmd_echo ,hci_normal_reply 
-0x4c55 018758 beq hci_vendor_cmd_bdaddr ,phci_grp_vendor_bdaddr 
-0x4c56 018759 beq hci_vendor_cmd_enter_lpm ,phci_grp_vendor_enter_lpm 
-0x4c57 018761 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
-0x4c58 018762 beq hci_vendor_cmd_eep ,phci_grp_vendor_eep 
-0x4c59 018763 beq hci_vendor_cmd_patch_sec_init ,phci_grp_vendor_patch_sec_init 
-0x4c5a 018764 beq hci_vendor_cmd_patch_sec ,phci_grp_vendor_patch_sec 
-0x4c5b 018765 branch hci_normal_reply 
-:      018767 phci_grp_vendor_enter_lpm:
-0x4c5c 018768 call hci_normal_reply 
-0x4c5d 018769 call wait_uarttx 
-0x4c5e 018770 call gpio_pu_uart_tx 
-:      018771 hci_enter_lpm:
-0x4c5f 018772 call app_put_lpm_wake_lock 
-0x4c60 018773 call app_l2cap_flow_control_enable 
-0x4c61 018774 branch gpio_rx_config_input_with_pu 
-:      018776 hci_exit_lpm:
-0x4c62 018777 jam hci_rx_ready ,mem_hci_lt_rx_state 
-0x4c63 018778 call app_get_lpm_wake_lock 
-0x4c64 018779 call hci_lpm_init 
-0x4c65 018780 branch app_l2cap_flow_control_disable 
-:      018782 phci_grp_vendor_chipid:
-0x4c66 018783 call hci_get_cmd_complete_ptr 
-0x4c67 018784 hfetch 2 ,core_chipid 
-0x4c68 018785 istore 2 ,contwu 
-0x4c69 018786 force 6 ,loopcnt 
-0x4c6a 018787 branch hci_command_complete 
-:      018789 phci_grp_vendor_baud:
-0x4c6b 018790 ifetch 2 ,contru 
-0x4c6c 018791 store 2 ,mem_baud 
-0x4c6d 018792 hstore 2 ,core_uart_baud 
-0x4c6e 018793 rtn 
-:      018796 phci_grp_vendor_patch_common:
-0x4c6f 018798 ifetch 1 ,contru 
-0x4c70 018799 copy pdata ,temp 
-0x4c71 018800 hstore 1 ,core_ucode_low 
-0x4c72 018801 ifetch 1 ,contru 
-0x4c73 018802 iadd temp ,temp 
-0x4c74 018803 set1 7 ,pdata 
-0x4c75 018804 hstore 1 ,core_ucode_ctrl 
-0x4c76 018805 ifetch 1 ,contru 
-0x4c77 018806 iadd temp ,temp 
-0x4c78 018807 copy pdata ,loopcnt 
-0x4c79 018808 rtn 
-:      018810 phci_grp_vendor_patch:
-0x4c7a 018811 bmark1 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
-0x4c7b 018812 call phci_grp_vendor_patch_common 
-:      018813 phci_grp_vendor_patch_loop:
-0x4c7c 018814 ifetch 1 ,contru 
-0x4c7d 018815 hstore 1 ,core_ucode_data 
-0x4c7e 018816 iadd temp ,temp 
-0x4c7f 018817 loop phci_grp_vendor_patch_loop 
-:      018818 phci_grp_vendor_patch_check_sum:
-0x4c80 018819 and temp ,0xff ,temp 
-0x4c81 018820 ifetch 1 ,contru 
-0x4c82 018821 isub temp ,null 
-0x4c83 018822 nbranch phci_grp_vendor_patch_bad ,zero 
-0x4c84 018823 branch hci_normal_reply 
-:      018826 phci_grp_vendor_patch_sec:
-0x4c85 018827 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
-0x4c86 018828 call phci_grp_vendor_patch_common 
-0x4c87 018829 store 8 ,mem_pdatatemp 
-:      018830 phci_grp_vendor_patch_sec_loop:
-0x4c88 018831 call do_aes_cbc 
-0x4c89 018832 arg 16 ,loopcnt 
-0x4c8a 018833 arg mem_temp_block0 ,contw 
-0x4c8b 018834 call load_uart_sum_loop 
-0x4c8c 018835 storet 8 ,mem_temp 
-0x4c8d 018836 arg mem_temp_block2 ,contw 
-0x4c8e 018837 call store_aes_result 
-0x4c8f 018838 arg mem_temp_block2 ,rega 
-0x4c90 018839 arg mem_temp_block0 ,regb 
-0x4c91 018840 arg mem_temp_block3 ,contw 
-0x4c92 018841 call xor16 
-0x4c93 018842 arg 16 ,loopcnt 
-0x4c94 018843 arg mem_temp_block3 ,contr 
-0x4c95 018844 call load_ucode_only_loop 
-0x4c96 018845 fetcht 8 ,mem_temp 
-0x4c97 018846 fetch 8 ,mem_pdatatemp 
-0x4c98 018847 increase -16 ,pdata 
-0x4c99 018848 store 8 ,mem_pdatatemp 
-0x4c9a 018849 nbranch phci_grp_vendor_patch_sec_loop ,blank 
-0x4c9b 018850 branch phci_grp_vendor_patch_check_sum 
-:      018852 load_ucode_only_loop:
-0x4c9c 018853 ifetch 1 ,contr 
-0x4c9d 018854 hstore 1 ,core_ucode_data 
-0x4c9e 018855 loop load_ucode_only_loop 
-0x4c9f 018856 rtn 
-:      018858 load_uart_sum_loop:
-0x4ca0 018859 ifetch 1 ,contru 
-0x4ca1 018860 istore 1 ,contw 
-0x4ca2 018861 iadd temp ,temp 
-0x4ca3 018862 loop load_uart_sum_loop 
-0x4ca4 018863 rtn 
-:      018865 phci_grp_vendor_patch_sec_init:
-0x4ca5 018866 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
-0x4ca6 018867 arg 0 ,temp 
-0x4ca7 018868 arg 16 ,loopcnt 
-0x4ca8 018869 arg mem_temp_block0 ,contw 
-0x4ca9 018870 call load_uart_sum_loop 
-0x4caa 018871 hfetch 1 ,core_gpio_key2 
-0x4cab 018872 and_into 0xfd ,pdata 
-0x4cac 018873 hstore 1 ,core_gpio_key2 
-0x4cad 018874 arg mem_temp_block0 ,contr 
-0x4cae 018875 arg 16 ,loopcnt 
-0x4caf 018876 call aes_load_data 
-0x4cb0 018877 call aes_init 
-0x4cb1 018878 call aes_clear_data 
-0x4cb2 018879 branch phci_grp_vendor_patch_check_sum 
-:      018882 phci_grp_vendor_done:
-0x4cb3 018883 arg 0x20 ,loopcnt 
-0x4cb4 018884 arg mem_patch00 ,contw 
-0x4cb5 018885 arg 0 ,temp 
-:      018886 phci_grp_vendor_done_loop:
-0x4cb6 018887 ifetch 1 ,contru 
-0x4cb7 018888 istore 1 ,contw 
-0x4cb8 018889 iadd temp ,temp 
-0x4cb9 018890 loop phci_grp_vendor_done_loop 
-0x4cba 018891 and temp ,0xff ,temp 
-0x4cbb 018892 ifetch 1 ,contru 
-0x4cbc 018893 isub temp ,null 
-0x4cbd 018894 nbranch phci_grp_vendor_patch_bad ,zero 
-0x4cbe 018895 jam 0 ,core_ucode_ctrl 
-0x4cbf 018896 call hci_normal_reply 
-0x4cc0 018897 call h4_rx_discard_packet 
-0x4cc1 018898 call clear_key_buf 
-0x4cc2 018899 call wait_uarttx 
-0x4cc3 018900 branch soft_reset 
-:      018902 phci_grp_vendor_patch_bad:
-0x4cc4 018903 jam 0 ,core_ucode_ctrl 
-0x4cc5 018904 branch start 
-:      018906 phci_grp_vendor_bdaddr:
-0x4cc6 018907 ifetch 6 ,contru 
-0x4cc7 018908 store 6 ,mem_lap 
-0x4cc8 018909 branch hci_normal_reply 
-:      018912 phci_grp_vendor_mem:
-0x4cc9 018913 ifetch 1 ,contru 
-0x4cca 018914 store 1 ,mem_hci_curr_len 
-0x4ccb 018915 copy pdata ,loopcnt 
-0x4ccc 018916 ifetch 2 ,contru 
-0x4ccd 018917 store 2 ,mem_hci_curr_target 
-0x4cce 018918 copy pdata ,contw 
-0x4ccf 018919 call uart_copy_rx_bytes 
-0x4cd0 018920 branch hci_normal_reply 
-:      018923 phci_grp_vendor_eep:
-0x4cd1 018924 ifetch 1 ,contru 
-0x4cd2 018925 store 1 ,mem_hci_curr_len 
-0x4cd3 018926 copy pdata ,loopcnt 
-0x4cd4 018927 ifetch 2 ,contru 
-0x4cd5 018928 store 2 ,mem_hci_curr_target 
-0x4cd6 018929 arg mem_l2cap_rxbuff1 ,contw 
-0x4cd7 018930 call uart_copy_rx_bytes 
-0x4cd8 018931 fetcht 1 ,mem_hci_curr_len 
-0x4cd9 018932 arg mem_l2cap_rxbuff1 ,rega 
-0x4cda 018933 fetch 2 ,mem_hci_curr_target 
-0x4cdb 018934 branch iicd_write_ota_data 
-:      018939 hci_normal_reply:
-0x4cdc 018940 force 4 ,loopcnt 
-:      018941 hci_command_complete:
-0x4cdd 018942 call hci_get_payload_ptr 
-0x4cde 018943 force 0x1 ,pdata 
-0x4cdf 018944 istore 1 ,contwu 
-0x4ce0 018945 deposit alarm 
-0x4ce1 018946 istore 3 ,contwu 
-0x4ce2 018947 force hci_event_command_complete ,queue 
-:      018948 hci_send_event:
-0x4ce3 018949 bpatchx patch20_4 ,mem_patch20 
-0x4ce4 018950 call hci_get_packet_ptr 
-0x4ce5 018951 deposit queue 
-0x4ce6 018952 istore 1 ,contwu 
-0x4ce7 018953 deposit loopcnt 
-0x4ce8 018954 istore 1 ,contwu 
-:      018955 hci_send_event_raw:
-0x4ce9 018956 force 5 ,queue 
-0x4cea 018957 increase 2 ,loopcnt 
-:      018958 hci_send_packet:
-0x4ceb 018959 branch h4_send_packet_event 
-:      018961 hci_send_commu_ready_event:
-0x4cec 018962 force hci_event_vendor_specific ,queue 
-0x4ced 018963 call hci_get_payload_ptr 
-0x4cee 018964 setarg hci_vendor_event_commu_ready 
-0x4cef 018965 istore 1 ,contwu 
-0x4cf0 018966 force 1 ,loopcnt 
-0x4cf1 018967 branch hci_send_event 
-:      018969 hci_get_cmd_complete_ptr:
-0x4cf2 018970 force 12 ,contwu 
-0x4cf3 018971 branch hci_get_tx_ptr 
-:      018973 hci_get_payload_ptr:
-0x4cf4 018974 force 8 ,contwu 
-0x4cf5 018975 branch hci_get_tx_ptr 
-:      018977 hci_get_packet_ptr:
-0x4cf6 018978 force 6 ,contwu 
-:      018979 hci_get_tx_ptr:
-0x4cf7 018980 branch h4_get_tx_ptr 
-:      018984 calc_tx_crc16:
-0x4cf8 018985 pulse crc16 
-0x4cf9 018986 enable enable_crc 
-:      018987 crcloop:
-0x4cfa 018988 ifetch 1 ,contwu 
-0x4cfb 018989 inject bucket ,8 
-0x4cfc 018990 loop crcloop 
-0x4cfd 018991 enable enable_parity 
-0x4cfe 018992 inject bucket ,16 
-0x4cff 018993 disable enable_parity 
-0x4d00 018994 disable enable_crc 
-0x4d01 018995 disable crc16 
-0x4d02 018996 byteswap pdata ,pdata 
-0x4d03 018997 rtn 
-:      019001 cmd_exit:
-0x4d04 019002 jam 0 ,mem_hci_cmd 
-0x4d05 019003 rtn 
-:      019004 cmd_check_plap:
-0x4d06 019005 fetch 6 ,mem_hci_plap 
-0x4d07 019006 fetcht 6 ,mem_plap 
-0x4d08 019007 isub temp ,null 
-0x4d09 019008 rtn 
-:      019013 cmd_pair:
-0x4d0a 019014 fetch 1 ,mem_op 
-0x4d0b 019015 bbit1 op_inrand_req ,cmd_pair_passive 
-0x4d0c 019016 call tid_initiate 
-0x4d0d 019017 jam lmp_in_rand ,mem_lmo_opcode2 
-0x4d0e 019018 branch cmd_exit 
-:      019019 cmd_pair_passive:
-0x4d0f 019020 set0 op_inrand_req ,pdata 
-0x4d10 019021 store 1 ,mem_op 
-0x4d11 019022 call lmp_accept_inrand 
-0x4d12 019023 setarg 0 
-0x4d13 019024 setflag master ,smap_lmptid ,pdata 
-0x4d14 019025 store 1 ,mem_lmo_tid2 
-0x4d15 019026 branch cmd_exit 
-0x4d16 019027 rtn 
-:      019028 cmd_in_sniff:
-0x4d17 019029 jam lmp_sniff_req ,mem_lmo_opcode2 
-0x4d18 019030 arg mem_sniff_payload ,contw 
-0x4d19 019031 setarg 0 
-0x4d1a 019032 isolate1 27 ,clke_bt 
-0x4d1b 019033 setflag true ,1 ,pdata 
-0x4d1c 019034 istore 1 ,contw 
-0x4d1d 019035 setarg 0 
-0x4d1e 019036 istore 2 ,contw 
-0x4d1f 019037 fetch 2 ,mem_sniff_param_interval 
-0x4d20 019038 istore 2 ,contw 
-0x4d21 019039 fetch 1 ,mem_sniff_param_attempt 
-0x4d22 019040 istore 2 ,contw 
-0x4d23 019041 fetch 1 ,mem_sniff_param_timeout 
-0x4d24 019042 istore 2 ,contw 
-0x4d25 019043 branch cmd_exit 
-:      019045 cmd_exit_sniff:
-0x4d26 019046 jam lmp_unsniff_req ,mem_lmo_opcode2 
-0x4d27 019047 branch cmd_exit 
-:      019049 hci_idle_dispatch:
-0x4d28 019050 call gpio_check_uart_state 
-0x4d29 019051 rtn true 
-0x4d2a 019052 arg uart_wakeup_rx ,temp 
-0x4d2b 019053 call gpio_get_bit 
-0x4d2c 019054 nbranch uart_wake_up ,true 
-0x4d2d 019055 jam hci_rx_wake ,mem_hci_lt_rx_state 
-0x4d2e 019056 rtn 
-:      019057 uart_wake_up:
-0x4d2f 019058 fetch 1 ,mem_hci_lt_rx_state 
-0x4d30 019059 rtnne hci_rx_wake 
-0x4d31 019060 call hci_exit_lpm 
-0x4d32 019061 branch hci_send_commu_ready_event 
-:      019075 hid_rx_process:
-0x4d33 019076 bpatchx patch20_5 ,mem_patch20 
-0x4d34 019077 fetch 2 ,mem_l2cap_payload_ptr 
-0x4d35 019078 copy pdata ,contr 
-0x4d36 019079 ifetch 1 ,contr 
-0x4d37 019080 and pdata ,0x0f ,temp 
-0x4d38 019081 rshift4 pdata ,pdata 
-0x4d39 019082 beq hid_type_set_idle ,hid_rx_process_handshake 
-0x4d3a 019083 beq hid_type_set_protocol ,hid_rx_process_handshake 
-0x4d3b 019084 beq hid_type_data ,hid_rx_process_data 
-0x4d3c 019085 beq hid_type_set_report ,hid_rx_process_set_report 
-0x4d3d 019086 beq hid_type_control ,hid_rx_process_hid_control 
-0x4d3e 019087 rtn 
-:      019089 hid_rx_process_hid_control:
-0x4d3f 019090 copy temp ,pdata 
-0x4d40 019091 beq hid_control_p_virtualcableunplug ,hid_rx_process_virtual_cable_unplug 
-0x4d41 019092 beq hid_control_p_suspend ,hid_rx_process_suspend 
-0x4d42 019093 rtn 
-:      019095 hid_rx_process_virtual_cable_unplug:
-0x4d43 019096 jam bt_evt_virtual_cable_unplug ,mem_fifo_temp 
-0x4d44 019097 call ui_ipc_send_event 
-0x4d45 019098 fetch 1 ,mem_device_option 
-0x4d46 019099 rtnbit0 dvc_op_mouse 
-0x4d47 019100 copy temp ,pdata 
-0x4d48 019101 beq hid_control_p_virtualcableunplug ,mouse_irtual_cable_unplug 
-0x4d49 019102 rtn 
-:      019103 hid_rx_process_suspend:
-0x4d4a 019104 rtn 
-:      019106 hid_rx_process_set_report:
-0x4d4b 019107 call hid_rx_process_data 
-0x4d4c 019108 arg 0x01 ,rega 
-0x4d4d 019109 call hid_malloc_tx_buff 
-0x4d4e 019110 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4d4f 019111 istore 2 ,contw 
-0x4d50 019112 setarg 0x00 
-0x4d51 019113 istore 1 ,contw 
-0x4d52 019114 rtn 
-:      019116 hid_rx_process_handshake:
-0x4d53 019117 arg 1 ,rega 
-0x4d54 019118 call hid_malloc_tx_buff 
-0x4d55 019119 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4d56 019120 istore 2 ,contw 
-0x4d57 019121 setarg 0 
-0x4d58 019122 istore 1 ,contw 
-0x4d59 019123 jam 1 ,mem_ui_data_txbuff_length 
-0x4d5a 019124 fetch 1 ,mem_hid_control_state 
-0x4d5b 019125 set1 l2cap_channel_hid_handshake_done 
-0x4d5c 019126 store 1 ,mem_hid_control_state 
-0x4d5d 019127 jam bt_evt_hid_handshake ,mem_fifo_temp 
-0x4d5e 019128 branch ui_ipc_send_event 
-:      019130 hid_rx_process_data:
-0x4d5f 019131 ifetch 1 ,contr 
-0x4d60 019132 beq hid_report_id_kb ,hid_rx_process_data_hid_kb 
-0x4d61 019133 rtn 
-:      019135 hid_rx_process_data_hid_kb:
-0x4d62 019136 rtn 
-:      019139 hid_malloc_tx_buff:
-0x4d63 019140 call l2cap_malloc 
-0x4d64 019141 copy rega ,temp 
-0x4d65 019142 storet 1 ,mem_ui_data_txbuff_length 
-0x4d66 019143 copy pdata ,contw 
-0x4d67 019144 copy rega ,pdata 
-0x4d68 019145 istore 2 ,contw 
-0x4d69 019146 rtn 
-:      019163 l2cap_init:
-0x4d6a 019164 branch l2cap_init_wake ,wake 
-:      019165 l2cap_init_work:
-0x4d6b 019166 setarg mem_l2cap_xmem_end 
-0x4d6c 019167 arg mem_l2cap_xmem_start ,contw 
-0x4d6d 019168 isub contw ,loopcnt 
-0x4d6e 019169 call clear_mem 
-:      019170 l2cap_init_wake:
-0x4d6f 019171 bpatchx patch20_6 ,mem_patch20 
-0x4d70 019172 setarg mem_sdp_mem_end 
-0x4d71 019173 arg mem_sdp_mem_start ,contw 
-0x4d72 019174 isub contw ,loopcnt 
-0x4d73 019175 call clear_mem 
-0x4d74 019176 setarg mem_l2cap_mem_end 
-0x4d75 019177 arg mem_l2cap_mem_start ,contw 
-0x4d76 019178 isub contw ,loopcnt 
-0x4d77 019179 call clear_mem 
-0x4d78 019180 branch l2cap_lpm_load_txbuf 
-:      019182 process_rx_l2cap_pkt:
-0x4d79 019183 bpatchx patch20_7 ,mem_patch20 
-0x4d7a 019184 copy contr ,temp 
-0x4d7b 019187 copy temp ,contr 
-0x4d7c 019188 ifetch 2 ,contr 
-0x4d7d 019189 store 2 ,mem_l2cap_rx_pkt_length 
-0x4d7e 019190 ifetch 2 ,contr 
-0x4d7f 019191 store 2 ,mem_l2cap_rx_cid 
-0x4d80 019192 deposit contr 
-0x4d81 019193 store 2 ,mem_l2cap_payload_ptr 
-0x4d82 019194 fetch 1 ,memui_reconnect_mode 
-0x4d83 019195 beq no_reconnection ,l2cap_rx_multiplexing 
-0x4d84 019196 branch ml2cap_rx_multiplexing 
-:      019198 l2cap_rx_multiplexing:
-0x4d85 019199 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x4d86 019200 branch l2cap_rx_reset_state ,blank 
-0x4d87 019201 bpatchx patch21_0 ,mem_patch21 
-0x4d88 019202 fetch 1 ,mem_l2cap_rx_cid 
-0x4d89 019203 beq l2cap_signal_channel ,l2cap_call_proc_signal 
-:      019204 l2cap_rx_multiplexing0:
-0x4d8a 019205 beq l2cap_sdp_channel ,l2cap_call_proc_sdp 
-0x4d8b 019206 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
-0x4d8c 019207 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
-0x4d8d 019208 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
-0x4d8e 019209 branch l2cap_rx_reset_state 
-:      019211 l2cap_check_map:
-0x4d8f 019214 bpatchx patch21_1 ,mem_patch21 
-0x4d90 019215 call l2cap_malloc_get_full_map 
-0x4d91 019216 fetch 1 ,mem_used_map 
-0x4d92 019217 beq 0 ,set_pdata_0 
-0x4d93 019218 beq 1 ,set_pdata_0 
-0x4d94 019219 beq 2 ,set_pdata_0 
-0x4d95 019220 beq 3 ,set_pdata_0 
-0x4d96 019221 beq 0x81 ,set_pdata_0 
-0x4d97 019222 beq 0xc0 ,set_pdata_0 
-0x4d98 019223 beq 0x80 ,set_pdata_0 
-0x4d99 019224 beq 0x40 ,set_pdata_0 
-0x4d9a 019225 rtn 
-:      019227 set_pdata_0:
-0x4d9b 019228 setarg 0 
-0x4d9c 019229 rtn 
-:      019232 l2cap_call_proc_signal:
-0x4d9d 019233 call l2cap_check_map 
-0x4d9e 019234 nrtn blank 
-:      019235 l2cap_call_proc_signal0:
-0x4d9f 019236 call l2cap_malloc_signal_channel 
-0x4da0 019237 call l2cap_process_signal_pkt 
-0x4da1 019238 fetcht 2 ,mem_l2cap_signal_tx_length 
-0x4da2 019239 branch l2cap_call_proc_no_reply ,blank 
-0x4da3 019240 call l2cap_get_signal_tx_buff 
-0x4da4 019241 fetch 2 ,mem_l2cap_signal_tx_length 
-0x4da5 019242 istore 2 ,contw 
-0x4da6 019243 force l2cap_signal_channel ,pdata 
-0x4da7 019244 istore 2 ,contw 
-0x4da8 019245 branch l2cap_rx_reset_state 
-:      019247 l2cap_call_proc_sigal_pending:
-0x4da9 019248 fetch 1 ,mem_l2cap_pending_item 
-0x4daa 019249 rtn blank 
-0x4dab 019250 copy pdata ,rega 
-0x4dac 019251 bpatchx patch21_2 ,mem_patch21 
-0x4dad 019252 fetch 4 ,mem_l2cap_sdpres_delay_time 
-0x4dae 019253 arg 0x100 ,temp 
-0x4daf 019254 iadd temp ,temp 
-0x4db0 019255 copy clkn_bt ,pdata 
-0x4db1 019256 isub temp ,null 
-0x4db2 019257 nrtn positive 
-0x4db3 019258 jam 0 ,mem_l2cap_pending_item 
-0x4db4 019259 copy rega ,pdata 
-0x4db5 019260 beq l2cap_sdp_channel ,l2cap_sdp_conn_succ 
-0x4db6 019261 branch assert 
-:      019262 l2cap_sdp_conn_succ:
-0x4db7 019263 arg 0 ,debug 
-0x4db8 019264 call l2cap_malloc_signal_channel 
-0x4db9 019265 call restore_l2cap_req_param 
-0x4dba 019266 call l2cap_get_signal_tx_payload 
-0x4dbb 019267 call save_cont_pointers 
-0x4dbc 019268 call send_connection_sdp_res 
-0x4dbd 019269 call l2cap_get_signal_tx_buff 
-0x4dbe 019271 setarg 0x000c 
-0x4dbf 019272 istore 2 ,contw 
-0x4dc0 019273 force l2cap_signal_channel ,pdata 
-0x4dc1 019274 istore 2 ,contw 
-0x4dc2 019275 branch l2cap_rx_reset_state 
-:      019279 l2cap_reset_sdp_map:
-0x4dc3 019280 bpatchx patch21_3 ,mem_patch21 
-0x4dc4 019281 fetch 2 ,mem_sdp_tx_pkt_length 
-0x4dc5 019282 increase 4 ,pdata 
-0x4dc6 019283 rshift4 pdata ,pdata 
-0x4dc7 019284 rshift3 pdata ,pdata 
-0x4dc8 019285 add pdata ,1 ,temp 
-0x4dc9 019286 arg mem_tx_fifo3 ,contr 
-0x4dca 019287 ifetch 3 ,contr 
-0x4dcb 019288 rtn blank 
-0x4dcc 019289 store 3 ,mem_tx_fifo_map_temp 
-0x4dcd 019290 fetch 1 ,mem_tx_fifo_map_temp 
-0x4dce 019291 copy pdata ,rega 
-0x4dcf 019292 call check_l2cap_map 
-0x4dd0 019293 copy regb ,pdata 
-0x4dd1 019294 store 1 ,mem_tx_fifo3 
-0x4dd2 019295 rtn 
-:      019297 check_l2cap_map:
-0x4dd3 019298 arg 0 ,queue 
-0x4dd4 019299 arg 0 ,regb 
-:      019301 check_l2cap_map_loop:
-0x4dd5 019302 sub queue ,7 ,null 
-0x4dd6 019303 nrtn positive 
-0x4dd7 019304 qisolate1 rega 
-0x4dd8 019305 branch check_l2cap_map_used ,true 
-0x4dd9 019306 branch check_l2cap_map_used2 
-:      019308 check_l2cap_map_used:
-0x4dda 019309 copy temp ,pdata 
-0x4ddb 019310 branch check_l2cap_map_used2 ,blank 
-0x4ddc 019311 qset1 regb 
-0x4ddd 019312 increase -1 ,temp 
-:      019314 check_l2cap_map_used2:
-0x4dde 019315 increase 1 ,queue 
-0x4ddf 019316 branch check_l2cap_map_loop 
-:      019318 l2cap_call_proc_sdp:
-0x4de0 019319 call l2cap_malloc_is_fifo_empty 
-0x4de1 019320 nrtn blank 
-0x4de2 019321 call l2cap_check_map 
-0x4de3 019322 nrtn blank 
-0x4de4 019323 call l2cap_malloc_sdp_channel 
-0x4de5 019324 call sdp_process 
-0x4de6 019325 call l2cap_reset_sdp_map 
-0x4de7 019326 branch l2cap_call_proc_sdp_common 
-:      019329 ml2cap_call_proc_sdp:
-0x4de8 019330 call l2cap_malloc_is_fifo_empty 
-0x4de9 019331 nrtn blank 
-0x4dea 019332 call l2cap_malloc_sdp_channel 
-0x4deb 019333 call sdp_process 
-:      019334 l2cap_call_proc_sdp_common:
-0x4dec 019335 call l2cap_get_sdp_tx_buff 
-0x4ded 019336 fetch 2 ,mem_sdp_tx_pkt_length 
-0x4dee 019337 branch l2cap_call_proc_no_reply ,blank 
-0x4def 019338 istore 2 ,contw 
-0x4df0 019339 fetch 2 ,mem_sdp_remote_cid 
-0x4df1 019340 istore 2 ,contw 
-0x4df2 019341 branch l2cap_rx_reset_state 
-:      019343 l2cap_call_proc_hid:
-0x4df3 019344 call hid_rx_process 
-0x4df4 019345 branch l2cap_rx_reset_state 
-:      019347 l2cap_call_proc_rfcomm:
-0x4df5 019348 bpatchx patch21_4 ,mem_patch21 
-0x4df6 019349 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
-0x4df7 019350 call rfcomm_rx_process 
-0x4df8 019351 fetch 1 ,mem_rfcomm_malloc_fail_flag 
-0x4df9 019352 rtneq rfcomm_malloc_fail 
-0x4dfa 019353 branch l2cap_rx_reset_state 
-:      019354 l2cap_call_proc_no_reply:
-0x4dfb 019355 call l2cap_malloc_discard 
-:      019357 l2cap_rx_reset_state:
-0x4dfc 019358 setarg 0 
-0x4dfd 019359 store 2 ,mem_l2cap_rx_pkt_length 
-0x4dfe 019360 store 2 ,mem_l2cap_rx_cid 
-0x4dff 019361 jam l2cap_rx_done ,mem_l2cap_rx_done 
-0x4e00 019362 rtn 
-:      019364 l2cap_process_signal_pkt:
-0x4e01 019365 bpatchx patch21_5 ,mem_patch21 
-0x4e02 019366 call l2cap_get_signal_tx_payload 
-0x4e03 019367 force 0 ,regb 
-0x4e04 019368 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x4e05 019369 copy pdata ,regc 
-0x4e06 019370 fetch 2 ,mem_l2cap_payload_ptr 
-0x4e07 019371 iforce contr 
-:      019372 l2cap_process_signal_pkt_loop:
-0x4e08 019373 call l2cap_process_one_signal 
-0x4e09 019374 deposit regc 
-0x4e0a 019375 increase -4 ,regc 
-0x4e0b 019376 increase -4 ,pdata 
-0x4e0c 019377 nbranch l2cap_process_signal_pkt_loop ,blank 
-0x4e0d 019378 copy regb ,pdata 
-0x4e0e 019379 store 2 ,mem_l2cap_signal_tx_length 
-0x4e0f 019380 rtn 
-:      019382 l2cap_process_one_signal:
-0x4e10 019383 bpatchx patch21_6 ,mem_patch21 
-0x4e11 019384 ifetch 1 ,contr 
-0x4e12 019385 beq signal_cmd_reject ,l2cap_proc_signal_cmd_reject 
-0x4e13 019386 beq signal_connect_req ,l2cap_proc_signal_connect_req 
-0x4e14 019387 beq signal_connect_rsp ,l2cap_proc_signal_connect_rsp 
-0x4e15 019388 beq signal_config_req ,l2cap_proc_signal_config_req 
-0x4e16 019389 beq signal_config_rsp ,l2cap_proc_signal_config_rsp 
-0x4e17 019390 beq signal_disconnect_req ,l2cap_proc_signal_disconnect_req 
-0x4e18 019391 beq signal_disconnect_rsp ,l2cap_proc_signal_disconnect_rsp 
-0x4e19 019392 beq signal_echo_req ,l2cap_proc_signal_echo_req 
-0x4e1a 019393 beq signal_echo_rsp ,l2cap_proc_signal_echo_rsp 
-0x4e1b 019394 beq signal_info_req ,l2cap_proc_signal_info_req 
-0x4e1c 019395 beq signal_info_rsp ,l2cap_proc_signal_info_rsp 
-0x4e1d 019396 call l2cap_reject_command 
-:      019397 l2cap_process_one_signal_rtn:
-0x4e1e 019398 rtn 
-:      019400 l2cap_proc_signal_info_req:
-0x4e1f 019401 ifetch 1 ,contr 
-0x4e20 019402 copy pdata ,queue 
-0x4e21 019403 ifetch 2 ,contr 
-0x4e22 019404 copy pdata ,rega 
-0x4e23 019405 copy regc ,pdata 
-0x4e24 019406 isub rega ,regc 
-0x4e25 019407 setarg signal_info_rsp 
-0x4e26 019408 istore 1 ,contw 
-0x4e27 019409 copy queue ,pdata 
-0x4e28 019410 istore 1 ,contw 
-0x4e29 019411 ifetch 2 ,contr 
-:      019412 l2cap_proc_signal_info_req_reply:
-0x4e2a 019413 beq l2cap_sig_ext_featrue ,l2cap_proc_signal_info_req_ext 
-0x4e2b 019414 beq l2cap_sig_fix_featrue ,l2cap_proc_signal_info_req_fix 
-0x4e2c 019415 rtn 
-:      019416 l2cap_proc_signal_info_req_ext:
-0x4e2d 019417 setarg 0x020008 
-0x4e2e 019418 istore 6 ,contw 
-0x4e2f 019419 setarg 0x0280 
-0x4e30 019420 istore 4 ,contw 
-0x4e31 019421 force 12 ,pdata 
-0x4e32 019422 branch l2cap_proc_signal_info_req_common 
-:      019423 l2cap_proc_signal_info_req_fix:
-0x4e33 019424 setarg 0x3000c 
-0x4e34 019425 istore 6 ,contw 
-0x4e35 019426 setarg 0x0006 
-0x4e36 019427 istore 8 ,contw 
-0x4e37 019428 force 16 ,pdata 
-:      019429 l2cap_proc_signal_info_req_common:
-0x4e38 019430 iadd regb ,regb 
-0x4e39 019431 branch l2cap_process_one_signal_rtn 
-:      019433 ml2cap_proc_signal_info_req:
-0x4e3a 019434 ifetch 1 ,contr 
-0x4e3b 019435 copy pdata ,queue 
-0x4e3c 019436 ifetch 2 ,contr 
-0x4e3d 019437 copy pdata ,rega 
-0x4e3e 019438 ifetch 2 ,contr 
-0x4e3f 019439 store 2 ,mem_temp 
-0x4e40 019440 copy regc ,pdata 
-0x4e41 019441 isub rega ,regc 
-0x4e42 019442 call l2cap_get_signal_tx_payload 
-0x4e43 019443 setarg signal_info_rsp 
-0x4e44 019444 istore 1 ,contw 
-0x4e45 019445 copy queue ,pdata 
-0x4e46 019446 istore 1 ,contw 
-0x4e47 019447 fetch 2 ,mem_temp 
-0x4e48 019448 branch l2cap_proc_signal_info_req_reply 
-:      019452 l2cap_proc_signal_cmd_reject:
-0x4e49 019453 ifetch 1 ,contr 
-0x4e4a 019454 copy pdata ,queue 
-0x4e4b 019455 ifetch 2 ,contr 
-0x4e4c 019456 copy pdata ,rega 
-0x4e4d 019457 iadd contr ,contr 
-0x4e4e 019458 copy regc ,pdata 
-0x4e4f 019459 isub rega ,regc 
-:      019460 l2cap_proc_signal_cmd_reject_rtn:
-0x4e50 019461 branch l2cap_process_one_signal_rtn 
-:      019463 l2cap_proc_signal_connect_req:
-0x4e51 019464 call save_cont_pointers 
-0x4e52 019467 call load_cont_pointers 
-0x4e53 019468 arg 0 ,debug 
-0x4e54 019469 ifetch 1 ,contr 
-0x4e55 019470 copy pdata ,queue 
-0x4e56 019471 ifetch 2 ,contr 
-0x4e57 019472 copy pdata ,rega 
-0x4e58 019473 ifetch 2 ,contr 
-0x4e59 019474 copy pdata ,temp 
-0x4e5a 019475 ifetch 2 ,contr 
-0x4e5b 019476 copy pdata ,timeup 
-0x4e5c 019477 bpatchx patch21_7 ,mem_patch21 
-0x4e5d 019478 copy temp ,pdata 
-0x4e5e 019479 beq psm_sdp ,l2cap_proc_signal_connect_req_sdp 
-0x4e5f 019480 beq psm_rfcomm ,l2cap_proc_signal_connect_req_rfcomm 
-0x4e60 019481 beq psm_hid_control ,l2cap_proc_signal_connect_req_hid_ctrl 
-0x4e61 019482 beq psm_hid_interrupt ,l2cap_proc_signal_connect_req_hid_int 
-0x4e62 019483 call l2cap_reject_command 
-0x4e63 019484 branch l2cap_proc_signal_connect_req_rtn 
-:      019486 l2cap_proc_signal_connect_req_sdp:
-0x4e64 019487 call save_cont_pointers 
-0x4e65 019488 arg l2cap_sdp_channel ,temp 
-0x4e66 019489 fetch 2 ,mem_sdp_remote_cid 
-0x4e67 019490 nbranch already_connected ,blank 
-0x4e68 019491 copy timeup ,pdata 
-0x4e69 019492 store 2 ,mem_sdp_remote_cid 
-0x4e6a 019493 copy clkn_bt ,pdata 
-0x4e6b 019494 store 4 ,mem_l2cap_sdpres_delay_time 
-0x4e6c 019495 call store_l2cap_req_param 
-0x4e6d 019496 branch send_connection_pending 
-:      019498 store_l2cap_req_param:
-0x4e6e 019499 storet 2 ,mem_psm 
-0x4e6f 019500 deposit timeup 
-0x4e70 019501 store 2 ,mem_scid 
-0x4e71 019502 deposit rega 
-0x4e72 019503 store 2 ,mem_cmd_length 
-0x4e73 019504 deposit regb 
-0x4e74 019505 store 2 ,mem_tt2 
-0x4e75 019506 deposit regc 
-0x4e76 019507 store 2 ,mem_tt3 
-0x4e77 019508 deposit queue 
-0x4e78 019509 store 2 ,mem_id 
-0x4e79 019510 rtn 
-:      019512 restore_l2cap_req_param:
-0x4e7a 019513 fetcht 2 ,mem_psm 
-0x4e7b 019514 fetch 2 ,mem_scid 
-0x4e7c 019515 copy pdata ,timeup 
-0x4e7d 019516 fetch 2 ,mem_cmd_length 
-0x4e7e 019517 copy pdata ,rega 
-0x4e7f 019518 fetch 2 ,mem_tt2 
-0x4e80 019519 copy pdata ,regb 
-0x4e81 019520 fetch 2 ,mem_tt3 
-0x4e82 019521 copy pdata ,regc 
-0x4e83 019522 fetch 2 ,mem_id 
-0x4e84 019523 copy pdata ,queue 
-0x4e85 019524 rtn 
-:      019526 l2cap_proc_signal_connect_req_rfcomm:
-0x4e86 019527 call save_cont_pointers 
-0x4e87 019528 setarg l2cap_rfcomm_channel 
-0x4e88 019529 arg l2cap_rfcomm_channel ,temp 
-0x4e89 019530 fetch 2 ,mem_rfcomm_remote_cid 
-0x4e8a 019531 nbranch already_connected ,blank 
-0x4e8b 019532 copy timeup ,pdata 
-0x4e8c 019533 store 2 ,mem_rfcomm_remote_cid 
-0x4e8d 019534 fetch 1 ,mem_rfcomm_state 
-0x4e8e 019535 set1 l2cap_channel_state_conn_req ,pdata 
-0x4e8f 019536 set1 l2cap_channel_state_conn_res ,pdata 
-0x4e90 019537 store 1 ,mem_rfcomm_state 
-0x4e91 019538 branch send_connection_res 
-:      019539 l2cap_proc_signal_connect_req_hid_ctrl:
-0x4e92 019540 call save_cont_pointers 
-0x4e93 019541 arg l2cap_hid_control_channel ,temp 
-0x4e94 019542 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4e95 019543 nbranch already_connected ,blank 
-0x4e96 019544 copy timeup ,pdata 
-0x4e97 019545 store 2 ,mem_hid_ctrl_remote_cid 
-0x4e98 019546 fetch 1 ,mem_hid_control_state 
-0x4e99 019547 set1 l2cap_channel_state_conn_req ,pdata 
-0x4e9a 019548 set1 l2cap_channel_state_conn_res ,pdata 
-0x4e9b 019549 store 1 ,mem_hid_control_state 
-0x4e9c 019550 branch send_connection_res 
-:      019551 l2cap_proc_signal_connect_req_hid_int:
-0x4e9d 019552 call save_cont_pointers 
-0x4e9e 019553 deposit clke 
-0x4e9f 019554 arg l2cap_hid_interrupt_channel ,temp 
-0x4ea0 019555 fetch 2 ,mem_hid_int_remote_cid 
-0x4ea1 019556 nbranch already_connected ,blank 
-0x4ea2 019557 copy timeup ,pdata 
-0x4ea3 019558 store 2 ,mem_hid_int_remote_cid 
-0x4ea4 019559 fetch 1 ,mem_hid_interrupt_state 
-0x4ea5 019560 set1 l2cap_channel_state_conn_req ,pdata 
-0x4ea6 019561 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ea7 019562 store 1 ,mem_hid_interrupt_state 
-0x4ea8 019563 branch send_connection_res 
-:      019565 send_connection_pending:
-0x4ea9 019566 setarg l2cap_connect_pending 
-0x4eaa 019567 store 2 ,meml2cap_t1 
-0x4eab 019568 jam l2cap_sdp_channel ,mem_l2cap_pending_item 
-0x4eac 019569 branch send_connection_res0 
-:      019570 send_connection_sdp_res:
-0x4ead 019571 fetch 1 ,mem_sdp_state 
-0x4eae 019572 set1 l2cap_channel_state_conn_req ,pdata 
-0x4eaf 019573 set1 l2cap_channel_state_conn_res ,pdata 
-0x4eb0 019574 store 1 ,mem_sdp_state 
-:      019575 send_connection_res:
-0x4eb1 019576 setarg l2cap_connect_successful 
-0x4eb2 019577 store 2 ,meml2cap_t1 
-:      019578 send_connection_res0:
-0x4eb3 019579 bpatchx patch22_0 ,mem_patch22 
-0x4eb4 019580 call load_cont_pointers 
-0x4eb5 019581 setarg signal_connect_rsp 
-0x4eb6 019582 istore 1 ,contw 
-0x4eb7 019583 copy queue ,pdata 
-0x4eb8 019584 istore 1 ,contw 
-0x4eb9 019585 setarg 0x0008 
-0x4eba 019586 istore 2 ,contw 
-0x4ebb 019587 copy temp ,pdata 
-0x4ebc 019588 istore 2 ,contw 
-0x4ebd 019589 copy timeup ,pdata 
-0x4ebe 019590 istore 2 ,contw 
-0x4ebf 019591 fetch 2 ,meml2cap_t1 
-0x4ec0 019592 beq l2cap_connect_pending ,connect_pending 
-0x4ec1 019593 isolate0 0 ,debug 
-0x4ec2 019594 branch connect_suc ,true 
-0x4ec3 019595 setarg l2cap_connect_refused_no_resources 
-:      019596 connect_suc:
-0x4ec4 019597 istore 2 ,contw 
-0x4ec5 019598 force 0x0000 ,pdata 
-0x4ec6 019599 istore 2 ,contw 
-0x4ec7 019600 setarg 12 
-0x4ec8 019601 branch connect_req_update_byte_counts 
-:      019602 connect_pending:
-0x4ec9 019603 istore 2 ,contw 
-0x4eca 019604 force 0x0002 ,pdata 
-0x4ecb 019605 istore 2 ,contw 
-0x4ecc 019606 setarg 12 
-0x4ecd 019607 branch connect_req_update_byte_counts 
-:      019609 already_connected:
-0x4ece 019610 set1 0 ,debug 
-0x4ecf 019611 branch send_connection_res 
-:      019612 connect_req_update_byte_counts:
-0x4ed0 019613 iadd regb ,regb 
-0x4ed1 019614 copy regc ,pdata 
-0x4ed2 019615 isub rega ,regc 
-0x4ed3 019616 branch l2cap_proc_signal_connect_req_rtn 
-:      019617 l2cap_proc_signal_connect_req_rtn:
-0x4ed4 019618 branch l2cap_process_one_signal_rtn 
-:      019620 l2cap_proc_signal_connect_rsp:
-0x4ed5 019621 ifetch 1 ,contr 
-0x4ed6 019622 copy pdata ,queue 
-0x4ed7 019623 ifetch 2 ,contr 
-0x4ed8 019624 copy pdata ,rega 
-0x4ed9 019625 copy regc ,pdata 
-0x4eda 019626 isub rega ,regc 
-0x4edb 019627 ifetch 2 ,contr 
-0x4edc 019628 copy pdata ,timeup 
-0x4edd 019629 ifetch 2 ,contr 
-0x4ede 019630 copy pdata ,temp 
-0x4edf 019631 bpatchx patch22_1 ,mem_patch22 
-0x4ee0 019632 setarg l2cap_sdp_channel 
-0x4ee1 019633 isub temp ,null 
-0x4ee2 019634 branch l2cap_proc_signal_connect_rsp_sdp ,zero 
-0x4ee3 019635 setarg l2cap_rfcomm_channel 
-0x4ee4 019636 isub temp ,null 
-0x4ee5 019637 branch l2cap_proc_signal_connect_rsp_rfcomm ,zero 
-0x4ee6 019638 setarg l2cap_hid_control_channel 
-0x4ee7 019639 isub temp ,null 
-0x4ee8 019640 branch l2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
-0x4ee9 019641 setarg l2cap_hid_interrupt_channel 
-0x4eea 019642 isub temp ,null 
-0x4eeb 019643 branch l2cap_proc_signal_connect_rsp_hid_int ,zero 
-0x4eec 019644 rtn 
-:      019646 l2cap_proc_signal_connect_rsp_sdp:
-0x4eed 019647 copy timeup ,pdata 
-0x4eee 019648 store 2 ,mem_sdp_remote_cid 
-0x4eef 019649 fetch 1 ,mem_sdp_state 
-0x4ef0 019650 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ef1 019651 store 1 ,mem_sdp_state 
-0x4ef2 019652 branch l2cap_process_one_signal_rtn 
-:      019653 l2cap_proc_signal_connect_rsp_rfcomm:
-0x4ef3 019654 copy timeup ,pdata 
-0x4ef4 019655 store 2 ,mem_rfcomm_remote_cid 
-0x4ef5 019656 fetch 1 ,mem_rfcomm_state 
-0x4ef6 019657 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ef7 019658 store 1 ,mem_rfcomm_state 
-0x4ef8 019659 rtn 
-:      019660 l2cap_proc_signal_connect_rsp_hid_int:
-0x4ef9 019661 copy timeup ,pdata 
-0x4efa 019662 store 2 ,mem_hid_ctrl_remote_cid 
-0x4efb 019663 fetch 1 ,mem_hid_interrupt_state 
-0x4efc 019664 set1 l2cap_channel_state_conn_res ,pdata 
-0x4efd 019665 store 1 ,mem_hid_interrupt_state 
-0x4efe 019666 rtn 
-:      019667 l2cap_proc_signal_connect_rsp_hid_ctrl:
-0x4eff 019668 copy timeup ,pdata 
-0x4f00 019669 store 2 ,mem_hid_int_remote_cid 
-0x4f01 019670 fetch 1 ,mem_hid_control_state 
-0x4f02 019671 set1 l2cap_channel_state_conn_res ,pdata 
-0x4f03 019672 store 1 ,mem_hid_control_state 
-0x4f04 019673 rtn 
-:      019675 l2cap_proc_signal_config_req:
-0x4f05 019676 ifetch 1 ,contr 
-0x4f06 019677 copy pdata ,queue 
-0x4f07 019678 ifetch 2 ,contr 
-0x4f08 019679 copy pdata ,rega 
-0x4f09 019680 copy regc ,pdata 
-0x4f0a 019681 isub rega ,regc 
-0x4f0b 019682 ifetch 2 ,contr 
-0x4f0c 019683 copy pdata ,temp 
-0x4f0d 019684 copy temp ,rega 
-0x4f0e 019685 bpatchx patch22_2 ,mem_patch22 
-0x4f0f 019686 setarg l2cap_sdp_channel 
-0x4f10 019687 isub temp ,null 
-0x4f11 019688 branch l2cap_proc_signal_config_req_sdp ,zero 
-0x4f12 019689 setarg l2cap_rfcomm_channel 
-0x4f13 019690 isub temp ,null 
-0x4f14 019691 branch l2cap_proc_signal_config_req_rfcomm ,zero 
-0x4f15 019692 setarg l2cap_hid_control_channel 
-0x4f16 019693 isub temp ,null 
-0x4f17 019694 branch l2cap_proc_signal_config_req_hid_ctrl ,zero 
-0x4f18 019695 setarg l2cap_hid_interrupt_channel 
-0x4f19 019696 isub temp ,null 
-0x4f1a 019697 branch l2cap_proc_signal_config_req_hid_int ,zero 
-0x4f1b 019698 branch l2cap_reject_command 
-:      019700 l2cap_proc_signal_config_req_sdp:
-0x4f1c 019701 copy contw ,timeup 
-0x4f1d 019702 fetch 1 ,mem_sdp_state 
-0x4f1e 019703 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f1f 019704 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f20 019706 store 1 ,mem_sdp_state 
-0x4f21 019707 copy timeup ,contw 
-0x4f22 019708 arg l2cap_sdp_channel ,timeup 
-0x4f23 019709 fetch 2 ,mem_sdp_remote_cid 
-0x4f24 019710 copy pdata ,temp 
-0x4f25 019711 branch l2cap_send_config_rsp 
-:      019712 l2cap_proc_signal_config_req_hid_ctrl:
-0x4f26 019713 copy contw ,timeup 
-0x4f27 019714 fetch 1 ,mem_hid_control_state 
-0x4f28 019715 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f29 019716 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f2a 019718 store 1 ,mem_hid_control_state 
-0x4f2b 019719 copy timeup ,contw 
-0x4f2c 019720 arg l2cap_hid_control_channel ,timeup 
-0x4f2d 019721 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4f2e 019722 copy pdata ,temp 
-0x4f2f 019723 branch l2cap_send_config_rsp 
-:      019724 l2cap_proc_signal_config_req_hid_int:
-0x4f30 019725 copy contw ,timeup 
-0x4f31 019726 fetch 1 ,mem_hid_interrupt_state 
-0x4f32 019727 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f33 019728 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f34 019730 store 1 ,mem_hid_interrupt_state 
-0x4f35 019731 copy timeup ,contw 
-0x4f36 019732 arg l2cap_hid_interrupt_channel ,timeup 
-0x4f37 019733 fetch 2 ,mem_hid_int_remote_cid 
-0x4f38 019734 copy pdata ,temp 
-0x4f39 019735 branch l2cap_send_config_rsp 
-:      019736 l2cap_proc_signal_config_req_rfcomm:
-0x4f3a 019737 copy contw ,timeup 
-0x4f3b 019738 fetch 1 ,mem_rfcomm_state 
-0x4f3c 019739 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f3d 019740 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f3e 019742 store 1 ,mem_rfcomm_state 
-0x4f3f 019744 copy timeup ,contw 
-0x4f40 019745 arg l2cap_rfcomm_channel ,timeup 
-0x4f41 019746 fetch 2 ,mem_rfcomm_remote_cid 
-0x4f42 019747 copy pdata ,temp 
-:      019748 l2cap_send_config_rsp:
-0x4f43 019749 bpatchx patch22_3 ,mem_patch22 
-0x4f44 019750 setarg signal_config_rsp 
-0x4f45 019751 istore 1 ,contw 
-0x4f46 019752 copy queue ,pdata 
-0x4f47 019753 istore 1 ,contw 
-0x4f48 019754 setarg 0x0006 
-0x4f49 019755 istore 2 ,contw 
-0x4f4a 019756 copy temp ,pdata 
-0x4f4b 019757 istore 2 ,contw 
-0x4f4c 019758 force 0x00 ,pdata 
-0x4f4d 019759 istore 2 ,contw 
-0x4f4e 019760 force l2cap_config_success ,pdata 
-0x4f4f 019761 istore 2 ,contw 
-0x4f50 019762 force 10 ,pdata 
-0x4f51 019763 iadd regb ,regb 
-0x4f52 019765 storet 2 ,mem_config_req_dest_cid 
-0x4f53 019766 copy queue ,pdata 
-0x4f54 019767 store 1 ,mem_config_identifier 
-0x4f55 019768 force l2cap_sdp_channel ,pdata 
-0x4f56 019769 icompare 0xff ,timeup 
-0x4f57 019770 branch l2cap_send_config_rsp_is_sdp ,true 
-0x4f58 019771 increase 1 ,pdata 
-:      019772 l2cap_send_config_rsp_is_sdp:
-0x4f59 019774 rtn 
-:      019775 l2cap_check_channel_state:
-0x4f5a 019776 disable user 
-0x4f5b 019777 rtnbit1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x4f5c 019778 rtnbit0 l2cap_channel_state_conn_req ,pdata 
-0x4f5d 019779 rtnbit0 l2cap_channel_state_conn_res ,pdata 
-0x4f5e 019780 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x4f5f 019781 copy contr ,contw 
-0x4f60 019782 increase -1 ,contw 
-0x4f61 019783 istore 1 ,contw 
-0x4f62 019784 enable user 
-0x4f63 019785 rtn 
-:      019786 l2cap_send_config_req:
-:      019787 l2cap_send_config_req_sdp:
-0x4f64 019788 fetch 1 ,mem_sdp_state 
-0x4f65 019789 call l2cap_check_channel_state 
-0x4f66 019790 nbranch l2cap_send_config_req_rfcomm ,user 
-0x4f67 019791 jam l2cap_sdp_channel ,mem_send_config_req 
-0x4f68 019792 fetch 2 ,mem_sdp_remote_cid 
-0x4f69 019793 store 2 ,mem_config_req_dest_cid 
-0x4f6a 019794 branch l2cap_generate_config_req 
-:      019795 l2cap_send_config_req_rfcomm:
-0x4f6b 019796 fetch 1 ,mem_rfcomm_state 
-0x4f6c 019797 call l2cap_check_channel_state 
-0x4f6d 019798 nbranch l2cap_send_config_req_hid_ctrl ,user 
-0x4f6e 019799 jam l2cap_rfcomm_channel ,mem_send_config_req 
-0x4f6f 019800 fetch 2 ,mem_rfcomm_remote_cid 
-0x4f70 019801 store 2 ,mem_config_req_dest_cid 
-0x4f71 019802 branch l2cap_generate_config_req 
-:      019803 l2cap_send_config_req_hid_ctrl:
-0x4f72 019804 fetch 1 ,mem_hid_control_state 
-0x4f73 019805 call l2cap_check_channel_state 
-0x4f74 019806 nbranch l2cap_send_config_req_hid_int ,user 
-0x4f75 019807 jam l2cap_hid_control_channel ,mem_send_config_req 
-0x4f76 019808 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4f77 019809 store 2 ,mem_config_req_dest_cid 
-0x4f78 019810 branch l2cap_generate_config_req 
-:      019811 l2cap_send_config_req_hid_int:
-0x4f79 019812 fetch 1 ,mem_hid_interrupt_state 
-0x4f7a 019813 call l2cap_check_channel_state 
-0x4f7b 019814 nrtn user 
-0x4f7c 019815 jam l2cap_hid_interrupt_channel ,mem_send_config_req 
-0x4f7d 019816 fetch 2 ,mem_hid_int_remote_cid 
-0x4f7e 019817 store 2 ,mem_config_req_dest_cid 
-:      019820 l2cap_generate_config_req:
-0x4f7f 019821 bpatchx patch22_4 ,mem_patch22 
-0x4f80 019822 call l2cap_get_req_id 
-0x4f81 019823 call l2cap_malloc_signal_channel 
-0x4f82 019824 force 0 ,regb 
-0x4f83 019825 call l2cap_get_signal_tx_payload 
-0x4f84 019826 force signal_config_req ,pdata 
-0x4f85 019827 istore 1 ,contw 
-0x4f86 019828 fetch 1 ,mem_ml2cap_comm_id 
-0x4f87 019829 istore 1 ,contw 
-0x4f88 019830 setarg 0x0008 
-0x4f89 019831 istore 2 ,contw 
-0x4f8a 019832 fetch 2 ,mem_config_req_dest_cid 
-0x4f8b 019833 istore 2 ,contw 
-0x4f8c 019834 setarg 0x0000 
-0x4f8d 019835 istore 2 ,contw 
-0x4f8e 019836 force 1 ,pdata 
-0x4f8f 019837 istore 1 ,contw 
-0x4f90 019838 force 2 ,pdata 
-0x4f91 019839 istore 1 ,contw 
-0x4f92 019840 fetch 1 ,mem_send_config_req 
-0x4f93 019841 beq l2cap_rfcomm_channel ,l2cap_generate_config_req_rfcomm 
-0x4f94 019842 setarg l2cap_config_mtu_sdp 
-0x4f95 019843 istore 2 ,contw 
-0x4f96 019844 branch l2cap_generate_config_req_done 
-:      019845 l2cap_generate_config_req_rfcomm:
-0x4f97 019846 setarg l2cap_config_mtu_rfcomm 
-0x4f98 019847 istore 2 ,contw 
-:      019848 l2cap_generate_config_req_done:
-0x4f99 019849 arg 0x0c ,temp 
-0x4f9a 019850 storet 2 ,mem_l2cap_signal_tx_length 
-0x4f9b 019851 call l2cap_get_signal_tx_buff 
-0x4f9c 019852 fetch 2 ,mem_l2cap_signal_tx_length 
-0x4f9d 019853 istore 2 ,contw 
-0x4f9e 019854 force l2cap_signal_channel ,pdata 
-0x4f9f 019855 istore 2 ,contw 
-0x4fa0 019856 jam 0 ,mem_send_config_req 
-:      019857 l2cap_proc_signal_config_req_rtn:
-0x4fa1 019858 branch l2cap_process_one_signal_rtn 
-:      019860 l2cap_proc_signal_config_rsp:
-0x4fa2 019861 increase 1 ,contr 
-0x4fa3 019862 ifetch 2 ,contr 
-0x4fa4 019863 copy pdata ,rega 
-0x4fa5 019864 copy regc ,pdata 
-0x4fa6 019865 isub rega ,regc 
-0x4fa7 019866 ifetch 2 ,contr 
-0x4fa8 019867 copy pdata ,rega 
-0x4fa9 019868 bpatchx patch22_5 ,mem_patch22 
-0x4faa 019869 setarg l2cap_sdp_channel 
-0x4fab 019870 isub rega ,null 
-0x4fac 019871 branch l2cap_proc_signal_config_rsp_sdp ,zero 
-0x4fad 019872 setarg l2cap_rfcomm_channel 
-0x4fae 019873 isub rega ,null 
-0x4faf 019874 branch l2cap_proc_signal_config_rsp_rfcomm ,zero 
-0x4fb0 019875 setarg l2cap_hid_control_channel 
-0x4fb1 019876 isub rega ,null 
-0x4fb2 019877 branch l2cap_proc_signal_config_rsp_hid_ctrl ,zero 
-0x4fb3 019878 setarg l2cap_hid_interrupt_channel 
-0x4fb4 019879 isub rega ,null 
-0x4fb5 019880 branch l2cap_proc_signal_config_rsp_hid_int ,zero 
-0x4fb6 019881 increase 2 ,contr 
-0x4fb7 019882 ifetch 2 ,contr 
-0x4fb8 019883 iforce null 
-0x4fb9 019884 branch l2cap_process_one_signal_rtn 
-:      019885 l2cap_proc_signal_config_rsp_sdp:
-0x4fba 019886 fetch 1 ,mem_sdp_state 
-0x4fbb 019887 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fbc 019888 store 1 ,mem_sdp_state 
-0x4fbd 019889 branch l2cap_process_one_signal_rtn 
-:      019890 l2cap_proc_signal_config_rsp_rfcomm:
-0x4fbe 019891 fetch 1 ,mem_rfcomm_state 
-0x4fbf 019892 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc0 019893 store 1 ,mem_rfcomm_state 
-0x4fc1 019894 branch l2cap_process_one_signal_rtn 
-:      019895 l2cap_proc_signal_config_rsp_hid_ctrl:
-0x4fc2 019896 fetch 1 ,mem_hid_control_state 
-0x4fc3 019897 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc4 019898 store 1 ,mem_hid_control_state 
-0x4fc5 019899 branch l2cap_process_one_signal_rtn 
-:      019900 l2cap_proc_signal_config_rsp_hid_int:
-0x4fc6 019901 fetch 1 ,mem_hid_interrupt_state 
-0x4fc7 019902 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc8 019903 store 1 ,mem_hid_interrupt_state 
-0x4fc9 019904 jam bt_evt_hid_connected ,mem_fifo_temp 
-0x4fca 019905 branch ui_ipc_send_event 
-:      019909 l2cap_proc_signal_disconnect_req:
-0x4fcb 019910 ifetch 1 ,contr 
-0x4fcc 019911 copy pdata ,queue 
-0x4fcd 019912 ifetch 2 ,contr 
-0x4fce 019913 copy pdata ,rega 
-0x4fcf 019914 copy regc ,pdata 
-0x4fd0 019915 isub rega ,regc 
-0x4fd1 019916 ifetch 2 ,contr 
-0x4fd2 019917 copy pdata ,rega 
-0x4fd3 019918 ifetch 2 ,contr 
-0x4fd4 019919 copy pdata ,timeup 
-0x4fd5 019920 copy rega ,temp 
-0x4fd6 019921 call save_cont_pointers 
-0x4fd7 019922 bpatchx patch22_6 ,mem_patch22 
-0x4fd8 019923 setarg l2cap_sdp_channel 
-0x4fd9 019924 isub temp ,null 
-0x4fda 019925 branch l2cap_proc_signal_disconnect_req_sdp ,zero 
-0x4fdb 019926 setarg l2cap_rfcomm_channel 
-0x4fdc 019927 isub temp ,null 
-0x4fdd 019928 branch l2cap_proc_signal_disconnect_req_rfcomm ,zero 
-0x4fde 019929 setarg l2cap_hid_control_channel 
-0x4fdf 019930 isub temp ,null 
-0x4fe0 019931 branch l2cap_proc_signal_disconnect_req_hid_ctrl ,zero 
-0x4fe1 019932 setarg l2cap_hid_interrupt_channel 
-0x4fe2 019933 isub temp ,null 
-0x4fe3 019934 branch l2cap_proc_signal_disconnect_req_hid_int ,zero 
-0x4fe4 019935 call l2cap_reject_command 
-0x4fe5 019936 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      019937 l2cap_proc_signal_disconnect_req_hid_ctrl:
-0x4fe6 019938 copy timeup ,temp 
-0x4fe7 019939 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4fe8 019940 isub temp ,null 
-0x4fe9 019941 branch l2cap_disconnect_hid_control_now ,zero 
-0x4fea 019942 call l2cap_reject_command 
-0x4feb 019943 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      019944 l2cap_proc_signal_disconnect_req_hid_int:
-0x4fec 019945 copy timeup ,temp 
-0x4fed 019946 fetch 2 ,mem_hid_int_remote_cid 
-0x4fee 019947 isub temp ,null 
-0x4fef 019948 branch l2cap_disconnect_hid_interrupt_now ,zero 
-0x4ff0 019949 call l2cap_reject_command 
-0x4ff1 019950 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      019952 l2cap_proc_signal_disconnect_req_sdp:
-0x4ff2 019953 copy timeup ,temp 
-0x4ff3 019954 fetch 2 ,mem_sdp_remote_cid 
-0x4ff4 019955 isub temp ,null 
-0x4ff5 019956 branch l2cap_disconnect_sdp_now ,zero 
-0x4ff6 019957 call l2cap_reject_command 
-0x4ff7 019958 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      019959 l2cap_disconnect_hid_control_now:
-0x4ff8 019960 call l2cap_reset_hid_ctrl_state 
-0x4ff9 019961 branch l2cap_send_disconnect_rsp_pkt 
-:      019962 l2cap_disconnect_hid_interrupt_now:
-0x4ffa 019963 call l2cap_reset_hid_int_state 
-0x4ffb 019964 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4ffc 019965 branch l2cap_send_disconnect_rsp_pkt ,blank 
-0x4ffd 019973 branch l2cap_send_disconnect_rsp_pkt 
-:      019975 l2cap_disconnect_sdp_now:
-0x4ffe 019976 call l2cap_reset_sdp_channel_state 
-0x4fff 019977 fetch 1 ,mem_upper_sm_ss 
-0x5000 019978 nbranch l2cap_send_disconnect_rsp_pkt ,blank 
-0x5001 019981 branch l2cap_send_disconnect_rsp_pkt 
-:      019982 l2cap_proc_signal_disconnect_req_rfcomm:
-0x5002 019983 copy timeup ,temp 
-0x5003 019984 fetch 2 ,mem_rfcomm_remote_cid 
-0x5004 019985 isub temp ,null 
-0x5005 019986 branch l2cap_disconnect_rfcomm_now ,zero 
-0x5006 019987 call l2cap_reject_command 
-0x5007 019988 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      019989 l2cap_disconnect_rfcomm_now:
-0x5008 019990 call l2cap_reset_rfcomm_channel_state 
-0x5009 019991 branch l2cap_send_disconnect_rsp_pkt 
-:      019992 l2cap_send_disconnect_rsp_pkt:
-0x500a 019993 call load_cont_pointers 
-0x500b 019994 setarg signal_disconnect_rsp 
-0x500c 019995 istore 1 ,contw 
-0x500d 019996 copy queue ,pdata 
-0x500e 019997 istore 1 ,contw 
-0x500f 019998 setarg 0x0004 
-0x5010 019999 istore 2 ,contw 
-0x5011 020000 copy rega ,pdata 
-0x5012 020001 istore 2 ,contw 
-0x5013 020002 copy timeup ,pdata 
-0x5014 020003 istore 2 ,contw 
-0x5015 020004 force 8 ,pdata 
-0x5016 020005 branch l2cap_proc_signal_disconnect_req_rtn 
-:      020006 l2cap_proc_signal_disconnect_req_err_rtn:
-0x5017 020007 call load_cont_pointers 
-0x5018 020008 branch l2cap_proc_signal_disconnect_req_rtn 
-:      020009 l2cap_proc_signal_disconnect_req_rtn:
-0x5019 020010 iadd regb ,regb 
-0x501a 020011 branch l2cap_process_one_signal_rtn 
-:      020012 l2cap_proc_signal_disconnect_rsp:
-0x501b 020013 ifetch 1 ,contr 
-0x501c 020014 copy pdata ,queue 
-0x501d 020015 ifetch 2 ,contr 
-0x501e 020016 copy pdata ,rega 
-0x501f 020017 copy regc ,pdata 
-0x5020 020018 isub rega ,regc 
-0x5021 020019 ifetch 2 ,contr 
-0x5022 020020 copy pdata ,timeup 
-0x5023 020021 ifetch 2 ,contr 
-0x5024 020022 copy pdata ,temp 
-0x5025 020023 call save_cont_pointers 
-0x5026 020024 bpatchx patch22_7 ,mem_patch22 
-0x5027 020025 setarg l2cap_sdp_channel 
-0x5028 020026 isub temp ,null 
-0x5029 020027 branch l2cap_proc_signal_disconnect_rsp_sdp ,zero 
-0x502a 020028 setarg l2cap_rfcomm_channel 
-0x502b 020029 isub temp ,null 
-0x502c 020030 branch l2cap_proc_signal_disconnect_rsp_rfcomm ,zero 
-0x502d 020031 setarg l2cap_hid_control_channel 
-0x502e 020032 isub temp ,null 
-0x502f 020033 branch l2cap_proc_signal_disconnect_rsp_hid_ctrl ,zero 
-0x5030 020034 setarg l2cap_hid_interrupt_channel 
-0x5031 020035 isub temp ,null 
-0x5032 020036 branch l2cap_proc_signal_disconnect_rsp_hid_int ,zero 
-0x5033 020037 call l2cap_reject_command 
-0x5034 020038 branch l2cap_proc_signal_disconnect_rsp_err_rtn 
-:      020039 l2cap_proc_signal_disconnect_rsp_sdp:
-0x5035 020040 copy temp ,rega 
-0x5036 020041 copy timeup ,temp 
-0x5037 020042 fetch 2 ,mem_sdp_remote_cid 
-0x5038 020043 isub temp ,null 
-0x5039 020044 call l2cap_reset_sdp_channel_state ,zero 
-0x503a 020045 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020046 l2cap_proc_signal_disconnect_rsp_rfcomm:
-0x503b 020047 copy temp ,rega 
-0x503c 020048 copy timeup ,temp 
-0x503d 020049 fetch 2 ,mem_rfcomm_remote_cid 
-0x503e 020050 isub temp ,null 
-0x503f 020051 call l2cap_reset_rfcomm_channel_state ,zero 
-0x5040 020052 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020053 l2cap_proc_signal_disconnect_rsp_hid_ctrl:
-0x5041 020054 copy temp ,rega 
-0x5042 020055 copy timeup ,temp 
-0x5043 020056 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5044 020057 isub temp ,null 
-0x5045 020058 call l2cap_reset_hid_ctrl_state ,zero 
-0x5046 020059 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020060 l2cap_proc_signal_disconnect_rsp_hid_int:
-0x5047 020061 copy temp ,rega 
-0x5048 020062 copy timeup ,temp 
-0x5049 020063 fetch 2 ,mem_hid_int_remote_cid 
-0x504a 020064 isub temp ,null 
-0x504b 020065 call l2cap_reset_hid_int_state ,zero 
-0x504c 020066 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020067 l2cap_proc_signal_disconnect_rsp_rtn:
-0x504d 020068 call load_cont_pointers 
-0x504e 020069 branch l2cap_process_one_signal_rtn 
-:      020070 l2cap_proc_signal_disconnect_rsp_err_rtn:
-0x504f 020071 branch l2cap_process_one_signal_rtn 
-:      020074 l2cap_proc_signal_echo_req:
-0x5050 020075 ifetch 1 ,contr 
-0x5051 020076 copy pdata ,queue 
-0x5052 020077 ifetch 2 ,contr 
-0x5053 020078 copy pdata ,rega 
-0x5054 020079 iadd contr ,contr 
-0x5055 020080 setarg 9 
-0x5056 020081 istore 1 ,contw 
-0x5057 020082 copy queue ,pdata 
-0x5058 020083 istore 1 ,contw 
-0x5059 020084 force 0x0000 ,pdata 
-0x505a 020085 istore 2 ,contw 
-0x505b 020086 force 4 ,pdata 
-0x505c 020087 iadd regb ,regb 
-0x505d 020088 copy regc ,pdata 
-0x505e 020089 isub rega ,regc 
-0x505f 020090 branch l2cap_process_one_signal_rtn 
-:      020091 l2cap_proc_signal_echo_rsp:
-0x5060 020092 branch l2cap_process_one_signal_rtn 
-:      020094 l2cap_proc_signal_info_rsp:
-0x5061 020095 branch l2cap_process_one_signal_rtn 
-:      020096 l2cap_reject_command:
-0x5062 020097 force 0 ,regb 
-0x5063 020098 call l2cap_get_signal_tx_payload 
-0x5064 020099 setarg signal_cmd_reject 
-0x5065 020100 istore 1 ,contw 
-0x5066 020101 copy queue ,pdata 
-0x5067 020102 istore 1 ,contw 
-0x5068 020103 setarg 2 
-0x5069 020104 istore 2 ,contw 
-0x506a 020105 setarg cmd_not_understood 
-0x506b 020106 istore 2 ,contw 
-0x506c 020107 increase 6 ,regb 
-0x506d 020108 arg 4 ,regc 
-0x506e 020109 branch l2cap_process_one_signal_rtn 
-:      020113 l2cap_reset_rfcomm_channel_state:
-0x506f 020114 setarg 0 
-0x5070 020115 store 2 ,mem_rfcomm_tx_pkt_length 
-0x5071 020116 store 2 ,mem_rfcomm_remote_cid 
-0x5072 020117 jam 0 ,mem_rfcomm_state 
-0x5073 020118 rtn 
-:      020119 l2cap_reset_sdp_channel_state:
-0x5074 020120 setarg 0 
-0x5075 020121 store 2 ,mem_sdp_tx_pkt_length 
-0x5076 020122 store 2 ,mem_sdp_remote_cid 
-0x5077 020123 jam 0 ,mem_sdp_state 
-0x5078 020124 rtn 
-:      020125 l2cap_reset_hid_ctrl_state:
-0x5079 020126 setarg 0 
-0x507a 020127 store 2 ,mem_hid_ctrl_remote_cid 
-0x507b 020128 jam 0 ,mem_hid_control_state 
-0x507c 020129 fetch 1 ,mem_hid_interrupt_state 
-0x507d 020130 beq 0 ,l2cap_reset_hid_disconnected 
-0x507e 020131 rtn 
-:      020133 l2cap_reset_hid_int_state:
-0x507f 020134 setarg 0 
-0x5080 020135 store 2 ,mem_hid_int_remote_cid 
-0x5081 020136 jam 0 ,mem_hid_interrupt_state 
-0x5082 020137 fetch 1 ,mem_hid_control_state 
-0x5083 020138 beq 0 ,l2cap_reset_hid_disconnected 
-0x5084 020139 rtn 
-:      020141 l2cap_reset_hid_disconnected:
-0x5085 020142 jam bt_evt_hid_disconnected ,mem_fifo_temp 
-0x5086 020143 branch ui_ipc_send_event 
-:      020145 l2cap_disconnect_interrupt_req:
-0x5087 020146 fetch 1 ,mem_control_tasks 
-0x5088 020147 set0 l2cap_disconnect_interrupt ,pdata 
-0x5089 020148 store 1 ,mem_control_tasks 
-0x508a 020149 fetch 2 ,mem_hid_int_remote_cid 
-0x508b 020150 rtn blank 
-0x508c 020151 call l2cap_malloc_signal_channel 
-0x508d 020152 fetch 2 ,mem_hid_int_remote_cid 
-0x508e 020153 copy pdata ,rega 
-0x508f 020154 force l2cap_hid_interrupt_channel ,regb 
-0x5090 020155 branch l2cap_generate_disconnect_req 
-:      020156 l2cap_disconnect_control_req:
-0x5091 020157 fetch 1 ,mem_control_tasks 
-0x5092 020158 set0 l2cap_disconnect_control ,pdata 
-0x5093 020159 store 1 ,mem_control_tasks 
-0x5094 020160 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5095 020161 rtn blank 
-0x5096 020162 call l2cap_malloc_signal_channel 
-0x5097 020163 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5098 020164 copy pdata ,rega 
-0x5099 020165 force l2cap_hid_control_channel ,regb 
-:      020166 l2cap_generate_disconnect_req:
-0x509a 020167 call l2cap_get_req_id 
-0x509b 020168 call l2cap_get_signal_tx_payload 
-0x509c 020169 force signal_disconnect_req ,pdata 
-0x509d 020170 istore 1 ,contw 
-0x509e 020171 fetch 1 ,mem_ml2cap_comm_id 
-0x509f 020172 istore 1 ,contw 
-0x50a0 020173 setarg 0x0004 
-0x50a1 020174 istore 2 ,contw 
-0x50a2 020175 copy rega ,pdata 
-0x50a3 020176 istore 2 ,contw 
-0x50a4 020177 copy regb ,pdata 
-0x50a5 020178 istore 2 ,contw 
-0x50a6 020179 force 0x08 ,temp 
-0x50a7 020180 branch ml2cap_send_signal 
-:      020182 ml2cap_send_signal_connect_req:
-0x50a8 020183 bpatchx patch23_0 ,mem_patch23 
-0x50a9 020184 call l2cap_get_req_id 
-0x50aa 020185 call l2cap_get_signal_tx_payload 
-0x50ab 020186 setarg signal_connect_req 
-0x50ac 020187 istore 1 ,contw 
-0x50ad 020188 fetch 1 ,mem_ml2cap_comm_id 
-0x50ae 020189 istore 1 ,contw 
-0x50af 020190 setarg 0x0004 
-0x50b0 020191 istore 2 ,contw 
-0x50b1 020192 copy temp ,pdata 
-0x50b2 020193 istore 2 ,contw 
-0x50b3 020194 copy timeup ,pdata 
-0x50b4 020195 istore 2 ,contw 
-0x50b5 020196 arg 8 ,temp 
-0x50b6 020197 branch ml2cap_send_signal 
-:      020198 ml2cap_send_signal_config_req:
-0x50b7 020199 bpatchx patch23_1 ,mem_patch23 
-0x50b8 020200 call l2cap_get_req_id 
-0x50b9 020201 call l2cap_get_signal_tx_payload 
-0x50ba 020202 setarg signal_config_req 
-0x50bb 020203 istore 1 ,contw 
-0x50bc 020204 fetch 1 ,mem_ml2cap_comm_id 
-0x50bd 020205 istore 1 ,contw 
-0x50be 020206 setarg 0x0008 
-0x50bf 020207 istore 2 ,contw 
-0x50c0 020209 copy temp ,pdata 
-0x50c1 020211 istore 2 ,contw 
-0x50c2 020212 setarg 0x0000 
-0x50c3 020213 istore 2 ,contw 
-0x50c4 020214 setarg 0x01 
-0x50c5 020215 istore 1 ,contw 
-0x50c6 020216 setarg 0x02 
-0x50c7 020217 istore 1 ,contw 
-0x50c8 020218 setarg l2cap_config_mtu_rfcomm 
-0x50c9 020219 istore 2 ,contw 
-0x50ca 020220 arg 0xc ,temp 
-0x50cb 020221 branch ml2cap_send_signal 
-:      020222 ml2cap_send_signal_disconn_req:
-0x50cc 020223 bpatchx patch23_2 ,mem_patch23 
-0x50cd 020224 call l2cap_get_req_id 
-0x50ce 020225 call l2cap_get_signal_tx_payload 
-0x50cf 020226 setarg signal_disconnect_req 
-0x50d0 020227 istore 1 ,contw 
-0x50d1 020228 fetch 1 ,mem_ml2cap_comm_id 
-0x50d2 020229 increase 1 ,pdata 
-0x50d3 020230 copy contw ,rega 
-0x50d4 020231 store 1 ,mem_ml2cap_comm_id 
-0x50d5 020232 copy rega ,contw 
-0x50d6 020233 istore 1 ,contw 
-0x50d7 020234 setarg 0x0004 
-0x50d8 020235 istore 2 ,contw 
-0x50d9 020236 copy temp ,pdata 
-0x50da 020237 istore 2 ,contw 
-0x50db 020238 copy timeup ,pdata 
-0x50dc 020239 istore 2 ,contw 
-0x50dd 020240 arg 0x8 ,temp 
-:      020243 ml2cap_send_signal:
-0x50de 020244 storet 2 ,mem_l2cap_signal_tx_length 
-0x50df 020245 copy temp ,pdata 
-0x50e0 020246 branch l2cap_malloc_discard ,blank 
-0x50e1 020247 call l2cap_get_signal_tx_buff 
-0x50e2 020248 fetch 2 ,mem_l2cap_signal_tx_length 
-0x50e3 020249 istore 2 ,contw 
-0x50e4 020250 force l2cap_signal_channel ,pdata 
-0x50e5 020251 istore 2 ,contw 
-0x50e6 020252 rtn 
-:      020254 msdp_send_req_done:
-0x50e7 020255 fetch 2 ,mem_sdp_tx_pkt_length 
-0x50e8 020256 branch assert ,blank 
-0x50e9 020257 call l2cap_get_sdp_tx_buff 
-0x50ea 020258 fetch 2 ,mem_sdp_tx_pkt_length 
-0x50eb 020259 istore 2 ,contw 
-0x50ec 020260 fetch 2 ,mem_sdp_remote_cid 
-0x50ed 020261 istore 2 ,contw 
-0x50ee 020262 rtn 
-:      020263 ml2cap_rx_multiplexing:
-0x50ef 020264 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x50f0 020265 branch l2cap_rx_reset_state ,blank 
-0x50f1 020266 bpatchx patch23_3 ,mem_patch23 
-0x50f2 020267 fetch 1 ,mem_l2cap_rx_cid 
-0x50f3 020268 beq l2cap_signal_channel ,ml2cap_call_proc_signal 
-0x50f4 020269 beq l2cap_sdp_channel ,ml2cap_call_proc_sdp 
-0x50f5 020270 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
-0x50f6 020271 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
-0x50f7 020272 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
-0x50f8 020273 branch l2cap_rx_reset_state 
-:      020275 ml2cap_call_proc_signal:
-0x50f9 020276 bpatchx patch23_4 ,mem_patch23 
-0x50fa 020277 call l2cap_malloc_signal_channel 
-0x50fb 020278 force 0 ,regb 
-0x50fc 020279 call l2cap_get_signal_tx_payload 
-0x50fd 020280 copy pdata ,contw 
-0x50fe 020281 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x50ff 020282 copy pdata ,regc 
-0x5100 020283 fetch 2 ,mem_l2cap_payload_ptr 
-0x5101 020284 iforce contr 
-:      020285 ml2cap_proc_one_comm_loop:
-0x5102 020286 call ml2cap_proc_one_comm 
-0x5103 020287 increase -4 ,regc 
-0x5104 020288 nbranch ml2cap_proc_one_comm_loop ,zero 
-0x5105 020289 copy regb ,temp 
-0x5106 020290 call ml2cap_send_signal 
-0x5107 020291 branch l2cap_rx_reset_state 
-:      020293 ml2cap_proc_one_comm:
-0x5108 020294 ifetch 1 ,contr 
-0x5109 020295 beq signal_connect_req ,ml2cap_proc_signal_connect_req 
-0x510a 020296 beq signal_cmd_reject ,ml2cap_proc_signal_cmd_reject 
-0x510b 020297 beq signal_connect_rsp ,ml2cap_proc_signal_connect_rsp 
-0x510c 020298 beq signal_config_rsp ,ml2cap_proc_signal_config_rsp 
-0x510d 020299 beq signal_config_req ,ml2cap_proc_signal_config_req 
-0x510e 020300 beq signal_disconnect_rsp ,ml2cap_proc_signal_disconn_rsp 
-0x510f 020301 beq signal_disconnect_req ,ml2cap_proc_signal_disconn_req 
-0x5110 020302 beq signal_echo_req ,l2cap_proc_signal_echo_req 
-0x5111 020303 beq signal_info_req ,ml2cap_proc_signal_info_req 
-0x5112 020304 branch ml2cap_proc_send_reject 
-:      020306 ml2cap_proc_signal_connect_req:
-0x5113 020307 call save_cont_pointers 
-0x5114 020309 call load_cont_pointers 
-0x5115 020310 branch l2cap_proc_signal_connect_req 
-:      020311 ml2cap_proc_signal_cmd_reject:
-0x5116 020312 ifetch 1 ,contr 
-0x5117 020313 copy pdata ,queue 
-0x5118 020314 ifetch 2 ,contr 
-0x5119 020315 copy pdata ,rega 
-0x511a 020316 copy regc ,pdata 
-0x511b 020317 isub rega ,regc 
-:      020318 mvptr:
-0x511c 020319 ifetch 1 ,contr 
-0x511d 020320 increase -1 ,rega 
-0x511e 020321 nbranch mvptr ,zero 
-0x511f 020322 rtn 
-:      020323 ml2cap_proc_signal_connect_rsp:
-0x5120 020324 ifetch 1 ,contr 
-0x5121 020325 copy pdata ,queue 
-0x5122 020326 ifetch 2 ,contr 
-0x5123 020327 copy pdata ,rega 
-0x5124 020328 ifetch 2 ,contr 
-0x5125 020329 copy pdata ,timeup 
-0x5126 020330 ifetch 2 ,contr 
-0x5127 020331 copy pdata ,temp 
-0x5128 020332 ifetch 2 ,contr 
-0x5129 020333 sub pdata ,0 ,null 
-0x512a 020334 branch ml2cap_proc_signal_connect_rsp_sucessful ,zero 
-0x512b 020335 beq l2cap_connect_refused_psm_unsupported ,ml2cap_proc_signal_connect_refused_result 
-0x512c 020336 beq l2cap_connect_refused_no_resources ,ml2cap_proc_signal_connect_refused_result 
-0x512d 020337 branch ml2cap_proc_signal_connect_rsp_mnosucc 
-:      020338 ml2cap_proc_signal_connect_refused_result:
-0x512e 020339 jam bt_evt_ml2cap_conn_refused ,mem_fifo_temp 
-0x512f 020340 call ui_ipc_send_event 
-:      020341 ml2cap_proc_signal_connect_rsp_mnosucc:
-0x5130 020342 ifetch 2 ,contr 
-0x5131 020343 branch mnosucc 
-:      020344 ml2cap_proc_signal_connect_rsp_sucessful:
-0x5132 020345 call save_cont_pointers 
-0x5133 020349 bpatchx patch23_5 ,mem_patch23 
-0x5134 020350 setarg l2cap_sdp_channel 
-0x5135 020351 isub temp ,null 
-0x5136 020352 branch ml2cap_proc_signal_connect_rsp_sdp ,zero 
-0x5137 020353 setarg l2cap_rfcomm_channel 
-0x5138 020354 isub temp ,null 
-0x5139 020355 branch ml2cap_proc_signal_connect_rsp_rfcomm ,zero 
-0x513a 020356 setarg l2cap_hid_interrupt_channel 
-0x513b 020357 isub temp ,null 
-0x513c 020358 branch ml2cap_proc_signal_connect_rsp_hid_int ,zero 
-0x513d 020359 setarg l2cap_hid_control_channel 
-0x513e 020360 isub temp ,null 
-0x513f 020361 branch ml2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
-0x5140 020362 branch mnosucc 
-:      020363 ml2cap_proc_signal_connect_rsp_sdp:
-0x5141 020364 copy timeup ,pdata 
-0x5142 020365 store 2 ,mem_sdp_remote_cid 
-0x5143 020366 fetch 1 ,mem_sdp_state 
-0x5144 020367 set1 l2cap_channel_state_conn_res 
-0x5145 020368 store 1 ,mem_sdp_state 
-0x5146 020369 branch mnosucc1 
-:      020370 ml2cap_proc_signal_connect_rsp_rfcomm:
-0x5147 020371 copy timeup ,pdata 
-0x5148 020372 store 2 ,mem_rfcomm_remote_cid 
-0x5149 020373 fetch 1 ,mem_rfcomm_state 
-0x514a 020374 set1 l2cap_channel_state_conn_res 
-0x514b 020375 store 1 ,mem_rfcomm_state 
-0x514c 020376 branch mnosucc1 
-:      020377 ml2cap_proc_signal_connect_rsp_hid_ctrl:
-0x514d 020378 copy timeup ,pdata 
-0x514e 020379 store 2 ,mem_hid_ctrl_remote_cid 
-0x514f 020380 fetch 1 ,mem_hid_control_state 
-0x5150 020381 set1 l2cap_channel_state_conn_res 
-0x5151 020382 store 1 ,mem_hid_control_state 
-0x5152 020383 branch mnosucc1 
-:      020384 ml2cap_proc_signal_connect_rsp_hid_int:
-0x5153 020385 copy timeup ,pdata 
-0x5154 020386 store 2 ,mem_hid_int_remote_cid 
-0x5155 020387 fetch 1 ,mem_hid_interrupt_state 
-0x5156 020388 set1 l2cap_channel_state_conn_res 
-0x5157 020389 store 1 ,mem_hid_interrupt_state 
-:      020392 mnosucc1:
-0x5158 020393 call load_cont_pointers 
-:      020394 mnosucc:
-0x5159 020395 copy regc ,pdata 
-0x515a 020396 isub rega ,regc 
-0x515b 020397 rtn 
-:      020399 ml2cap_proc_signal_config_rsp:
-0x515c 020400 ifetch 1 ,contr 
-0x515d 020401 copy pdata ,queue 
-0x515e 020402 ifetch 2 ,contr 
-0x515f 020403 copy pdata ,rega 
-0x5160 020404 copy regc ,pdata 
-0x5161 020405 isub rega ,regc 
-0x5162 020406 ifetch 2 ,contr 
-0x5163 020407 copy pdata ,timeup 
-0x5164 020408 ifetch 2 ,contr 
-0x5165 020409 ifetch 2 ,contr 
-0x5166 020410 nbranch mcrsdone1 ,blank 
-0x5167 020411 call save_cont_pointers 
-0x5168 020415 copy timeup ,temp 
-0x5169 020416 bpatchx patch23_6 ,mem_patch23 
-0x516a 020417 setarg l2cap_sdp_channel 
-0x516b 020418 isub temp ,null 
-0x516c 020419 branch ml2cap_proc_signal_config_rsp_sdp ,zero 
-0x516d 020420 setarg l2cap_rfcomm_channel 
-0x516e 020421 isub temp ,null 
-0x516f 020422 branch ml2cap_proc_signal_config_rsp_rfcomm ,zero 
-0x5170 020423 setarg l2cap_hid_control_channel 
-0x5171 020424 isub temp ,null 
-0x5172 020425 branch ml2cap_proc_signal_config_rsp_hid_ctrl ,zero 
-0x5173 020426 setarg l2cap_hid_interrupt_channel 
-0x5174 020427 isub temp ,null 
-0x5175 020428 branch ml2cap_proc_signal_config_rsp_hid_int ,zero 
-:      020429 ml2cap_proc_signal_config_rsp_sdp:
-0x5176 020430 fetch 1 ,mem_sdp_state 
-0x5177 020431 set1 l2cap_channel_state_rcv_cfg_res 
-0x5178 020432 store 1 ,mem_sdp_state 
-0x5179 020433 rtn 
-:      020434 ml2cap_proc_signal_config_rsp_rfcomm:
-0x517a 020435 fetch 1 ,mem_rfcomm_state 
-0x517b 020436 set1 l2cap_channel_state_rcv_cfg_res 
-0x517c 020437 store 1 ,mem_rfcomm_state 
-0x517d 020438 rtn 
-:      020439 ml2cap_proc_signal_config_rsp_hid_ctrl:
-0x517e 020440 fetch 1 ,mem_hid_control_state 
-0x517f 020441 set1 l2cap_channel_state_rcv_cfg_res 
-0x5180 020442 store 1 ,mem_hid_control_state 
-0x5181 020443 rtn 
-:      020444 ml2cap_proc_signal_config_rsp_hid_int:
-0x5182 020445 fetch 1 ,mem_hid_interrupt_state 
-0x5183 020446 set1 l2cap_channel_state_rcv_cfg_res 
-0x5184 020447 store 1 ,mem_hid_interrupt_state 
-0x5185 020448 jam bt_evt_hid_connected ,mem_fifo_temp 
-0x5186 020449 branch ui_ipc_send_event 
-:      020452 mcfrsdone:
-0x5187 020453 call load_cont_pointers 
-:      020454 mcrsdone1:
-0x5188 020455 increase -6 ,rega 
-:      020456 mloop2:
-0x5189 020457 branch mcrsdone ,zero 
-0x518a 020458 increase 1 ,contr 
-0x518b 020459 increase -1 ,rega 
-0x518c 020460 branch mloop2 
-:      020461 mcrsdone:
-0x518d 020462 rtn 
-:      020463 ml2cap_proc_signal_config_req:
-0x518e 020464 ifetch 1 ,contr 
-0x518f 020465 copy pdata ,queue 
-0x5190 020466 ifetch 2 ,contr 
-0x5191 020467 copy pdata ,rega 
-0x5192 020468 copy regc ,pdata 
-0x5193 020469 isub rega ,regc 
-0x5194 020470 ifetch 2 ,contr 
-0x5195 020471 increase 2 ,contr 
-0x5196 020472 copy pdata ,temp 
-0x5197 020473 setarg signal_config_rsp 
-0x5198 020474 istore 1 ,contw 
-0x5199 020475 copy queue ,pdata 
-0x519a 020476 istore 1 ,contw 
-0x519b 020477 increase 2 ,rega 
-0x519c 020478 copy rega ,pdata 
-0x519d 020479 istore 2 ,contw 
-0x519e 020480 call save_cont_pointers 
-0x519f 020481 bpatchx patch23_7 ,mem_patch23 
-0x51a0 020482 setarg l2cap_sdp_channel 
-0x51a1 020483 isub temp ,null 
-0x51a2 020484 branch ml2cap_proc_signal_config_req_sdp ,zero 
-0x51a3 020485 setarg l2cap_rfcomm_channel 
-0x51a4 020486 isub temp ,null 
-0x51a5 020487 branch ml2cap_proc_signal_config_req_rfcomm ,zero 
-0x51a6 020488 setarg l2cap_hid_control_channel 
-0x51a7 020489 isub temp ,null 
-0x51a8 020490 branch ml2cap_proc_signal_config_req_hid_ctrl ,zero 
-0x51a9 020491 setarg l2cap_hid_interrupt_channel 
-0x51aa 020492 isub temp ,null 
-0x51ab 020493 branch ml2cap_proc_signal_config_req_hid_int ,zero 
-0x51ac 020494 branch mcfgrq_done 
-:      020495 ml2cap_proc_signal_config_req_sdp:
-0x51ad 020496 fetch 1 ,mem_sdp_state 
-0x51ae 020497 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51af 020498 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51b0 020499 store 1 ,mem_sdp_state 
-0x51b1 020500 bbit1 l2cap_channel_state_snd_cfg_req ,ml2cap_proc_signal_config_req_sdp_nsndreq 
-0x51b2 020501 fetcht 1 ,mem_control_tasks 
-0x51b3 020502 set1 l2cap_init_config_req ,temp 
-0x51b4 020503 storet 1 ,mem_control_tasks 
-0x51b5 020504 copy queue ,pdata 
-0x51b6 020505 increase 1 ,pdata 
-0x51b7 020506 store 1 ,mem_config_identifier 
-0x51b8 020507 fetch 1 ,mem_sdp_state 
-0x51b9 020508 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x51ba 020509 store 1 ,mem_sdp_state 
-:      020510 ml2cap_proc_signal_config_req_sdp_nsndreq:
-0x51bb 020511 fetch 2 ,mem_sdp_remote_cid 
-0x51bc 020512 store 2 ,mem_config_req_dest_cid 
-0x51bd 020513 branch mcfgrq_done 
-:      020514 ml2cap_proc_signal_config_req_rfcomm:
-0x51be 020515 fetch 1 ,mem_rfcomm_state 
-0x51bf 020516 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51c0 020517 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51c1 020518 store 1 ,mem_rfcomm_state 
-0x51c2 020519 fetch 2 ,mem_rfcomm_remote_cid 
-0x51c3 020520 branch mcfgrq_done 
-:      020521 ml2cap_proc_signal_config_req_hid_ctrl:
-0x51c4 020522 fetch 1 ,mem_hid_control_state 
-0x51c5 020523 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51c6 020524 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51c7 020525 store 1 ,mem_hid_control_state 
-0x51c8 020526 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x51c9 020527 branch mcfgrq_done 
-:      020528 ml2cap_proc_signal_config_req_hid_int:
-0x51ca 020529 fetch 1 ,mem_hid_interrupt_state 
-0x51cb 020530 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51cc 020531 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51cd 020532 store 1 ,mem_hid_interrupt_state 
-0x51ce 020533 fetch 2 ,mem_hid_int_remote_cid 
-:      020536 mcfgrq_done:
-0x51cf 020537 copy pdata ,timeup 
-0x51d0 020538 call load_cont_pointers 
-0x51d1 020540 copy timeup ,pdata 
-0x51d2 020542 istore 2 ,contw 
-0x51d3 020543 force 0x0000 ,pdata 
-0x51d4 020544 istore 2 ,contw 
-0x51d5 020545 force 0x0000 ,pdata 
-0x51d6 020546 istore 2 ,contw 
-0x51d7 020547 force 10 ,pdata 
-0x51d8 020548 iadd regb ,regb 
-0x51d9 020549 increase -6 ,rega 
-:      020550 mloop1:
-0x51da 020551 branch mcrqdone ,zero 
-0x51db 020552 ifetch 1 ,contr 
-0x51dc 020553 istore 1 ,contw 
-0x51dd 020554 increase 1 ,regb 
-0x51de 020555 increase -1 ,rega 
-0x51df 020556 branch mloop1 
-:      020557 mcrqdone:
-0x51e0 020558 rtn 
-:      020559 ml2cap_proc_signal_disconn_req:
-0x51e1 020560 ifetch 1 ,contr 
-0x51e2 020561 copy pdata ,queue 
-0x51e3 020562 ifetch 2 ,contr 
-0x51e4 020563 copy pdata ,rega 
-0x51e5 020564 copy regc ,pdata 
-0x51e6 020565 isub rega ,regc 
-0x51e7 020567 ifetch 2 ,contr 
-0x51e8 020568 copy pdata ,rega 
-0x51e9 020569 ifetch 2 ,contr 
-0x51ea 020570 copy pdata ,timeup 
-0x51eb 020571 call save_cont_pointers 
-0x51ec 020572 bpatchx patch24_0 ,mem_patch24 
-0x51ed 020573 setarg l2cap_sdp_channel 
-0x51ee 020574 copy rega ,temp 
-0x51ef 020575 isub temp ,null 
-0x51f0 020576 branch ml2cap_proc_signal_disconn_sdp ,zero 
-0x51f1 020577 setarg l2cap_hid_control_channel 
-0x51f2 020578 copy rega ,temp 
-0x51f3 020579 isub temp ,null 
-0x51f4 020580 branch ml2cap_proc_signal_disconn_hid_ctrl ,zero 
-0x51f5 020581 setarg l2cap_hid_interrupt_channel 
-0x51f6 020582 copy rega ,temp 
-0x51f7 020583 isub temp ,null 
-0x51f8 020584 branch ml2cap_proc_signal_disconn_hid_int ,zero 
-0x51f9 020585 branch mclsrfc 
-:      020586 ml2cap_proc_signal_disconn_sdp:
-0x51fa 020587 setarg 0x0000 
-0x51fb 020588 store 2 ,mem_sdp_tx_pkt_length 
-0x51fc 020589 store 2 ,mem_sdp_remote_cid 
-0x51fd 020590 store 1 ,mem_sdp_state 
-0x51fe 020591 branch mclssdp 
-:      020592 ml2cap_proc_signal_disconn_hid_ctrl:
-0x51ff 020593 call l2cap_reset_hid_ctrl_state 
-0x5200 020594 branch mclssdp 
-:      020595 ml2cap_proc_signal_disconn_hid_int:
-0x5201 020596 call l2cap_reset_hid_int_state 
-0x5202 020602 branch mclssdp 
-:      020603 mclsrfc:
-0x5203 020604 setarg 0x0000 
-0x5204 020605 store 2 ,mem_rfcomm_tx_pkt_length 
-:      020606 mclssdp:
-0x5205 020607 call load_cont_pointers 
-0x5206 020608 setarg signal_disconnect_rsp 
-0x5207 020609 istore 1 ,contw 
-0x5208 020610 copy queue ,pdata 
-0x5209 020611 istore 1 ,contw 
-0x520a 020612 setarg 0x0004 
-0x520b 020613 istore 2 ,contw 
-0x520c 020614 copy rega ,pdata 
-0x520d 020615 istore 2 ,contw 
-0x520e 020616 copy timeup ,pdata 
-0x520f 020617 istore 2 ,contw 
-0x5210 020618 force 8 ,pdata 
-0x5211 020619 iadd regb ,regb 
-0x5212 020620 rtn 
-:      020622 ml2cap_proc_signal_disconn_rsp:
-0x5213 020623 ifetch 1 ,contr 
-0x5214 020624 copy pdata ,queue 
-0x5215 020625 ifetch 2 ,contr 
-0x5216 020626 copy pdata ,rega 
-0x5217 020627 ifetch 2 ,contr 
-0x5218 020628 copy pdata ,timeup 
-0x5219 020629 ifetch 2 ,contr 
-0x521a 020630 copy pdata ,temp 
-0x521b 020631 call save_cont_pointers 
-0x521c 020632 bpatchx patch24_1 ,mem_patch24 
-0x521d 020633 fetch 1 ,mem_ml2cap_comm_id 
-0x521e 020634 icompare 0xff ,queue 
-0x521f 020635 nbranch mdisdone ,true 
-0x5220 020636 setarg l2cap_sdp_channel 
-0x5221 020637 isub temp ,null 
-0x5222 020638 branch ml2cap_proc_signal_disconn_rsp_sdp ,zero 
-0x5223 020639 setarg l2cap_rfcomm_channel 
-0x5224 020640 isub temp ,null 
-0x5225 020641 branch ml2cap_proc_signal_disconn_rsp_rfcomm ,zero 
-0x5226 020642 branch mdisdone 
-:      020643 ml2cap_proc_signal_disconn_rsp_sdp:
-0x5227 020644 jam 0 ,mem_sdp_remote_cid 
-0x5228 020645 jam 0 ,mem_sdp_state 
-0x5229 020646 branch mdisdone 
-:      020647 ml2cap_proc_signal_disconn_rsp_rfcomm:
-:      020650 mdisdone:
-0x522a 020651 call load_cont_pointers 
-0x522b 020652 copy regc ,pdata 
-0x522c 020653 isub rega ,regc 
-0x522d 020654 rtn 
-:      020656 ml2cap_proc_send_reject:
-0x522e 020657 setarg signal_cmd_reject 
-0x522f 020658 istore 1 ,contw 
-0x5230 020659 ifetch 1 ,contr 
-0x5231 020660 istore 1 ,contw 
-0x5232 020661 setarg 0x0002 
-0x5233 020662 istore 2 ,contw 
-0x5234 020663 setarg 0x0000 
-0x5235 020664 istore 2 ,contw 
-0x5236 020665 setarg 0x0006 
-0x5237 020666 iadd regb ,regb 
-0x5238 020667 force 4 ,regc 
-0x5239 020668 rtn 
-:      020671 l2cap_get_req_id:
-0x523a 020672 fetch 1 ,mem_ml2cap_comm_id 
-0x523b 020673 increase 1 ,pdata 
-0x523c 020674 bne 0 ,l2cap_get_req_id_ok 
-0x523d 020675 increase 1 ,pdata 
-:      020676 l2cap_get_req_id_ok:
-0x523e 020677 store 1 ,mem_ml2cap_comm_id 
-0x523f 020678 rtn 
-:      020688 l2cap_malloc:
-0x5240 020689 bpatchx patch24_2 ,mem_patch24 
-0x5241 020690 arg 0 ,regb 
-0x5242 020691 call l2cap_malloc_is_fifo_full 
-0x5243 020692 nbranch assert ,blank 
-0x5244 020693 call l2cap_malloc_get_full_map 
-0x5245 020694 arg mem_tx_buff0 ,regb 
-0x5246 020695 arg 0 ,queue 
-:      020696 l2cap_malloc_loop:
-0x5247 020697 fetcht 1 ,mem_used_map 
-0x5248 020698 qisolate1 temp 
-0x5249 020699 branch l2cap_malloc_next ,true 
-0x524a 020700 call l2cap_malloc_enough 
-0x524b 020701 sub timeup ,0 ,null 
-0x524c 020702 branch l2cap_malloc_next ,positive 
-0x524d 020703 call l2cap_malloc_into_fifo 
-0x524e 020704 branch l2cap_malloc_rtn 
-:      020705 l2cap_malloc_next:
-0x524f 020706 increase 128 ,regb 
-0x5250 020707 increase 1 ,queue 
-0x5251 020708 setarg 8 
-0x5252 020709 isub queue ,null 
-0x5253 020710 branch l2cap_malloc_loop ,positive 
-0x5254 020711 arg 0 ,regb 
-:      020712 l2cap_malloc_rtn:
-0x5255 020713 copy regb ,pdata 
-0x5256 020714 branch assert ,blank 
-0x5257 020715 rtn 
-:      020723 l2cap_malloc_fifo_out:
-0x5258 020724 bpatchx patch24_3 ,mem_patch24 
-0x5259 020725 call l2cap_malloc_fifo_get_first_ptr 
-0x525a 020726 increase 1 ,contr 
-0x525b 020727 ifetch 2 ,contr 
-0x525c 020728 rtn 
-:      020734 l2cap_malloc_free:
-0x525d 020735 bpatchx patch24_4 ,mem_patch24 
-0x525e 020736 call l2cap_malloc_fifo_get_first_ptr 
-0x525f 020737 copy contr ,contw 
-0x5260 020738 copy contr ,temp 
-0x5261 020739 setarg 0 
-0x5262 020740 istore 3 ,contw 
-0x5263 020741 rtn 
-:      020746 l2cap_malloc_discard:
-0x5264 020747 bpatchx patch24_5 ,mem_patch24 
-0x5265 020748 call l2cap_malloc_is_fifo_empty 
-0x5266 020749 branch assert ,blank 
-0x5267 020750 fetch 3 ,mem_tx_fifo2 
-0x5268 020751 store 3 ,mem_tx_fifo3 
-0x5269 020752 fetch 3 ,mem_tx_fifo1 
-0x526a 020753 store 3 ,mem_tx_fifo2 
-0x526b 020754 fetch 3 ,mem_tx_fifo0 
-0x526c 020755 store 3 ,mem_tx_fifo1 
-0x526d 020756 rtn 
-:      020762 l2cap_malloc_is_fifo_full:
-0x526e 020763 bpatchx patch24_6 ,mem_patch24 
-0x526f 020764 fetch 3 ,mem_tx_fifo0 
-0x5270 020765 rtn 
-:      020771 l2cap_malloc_is_fifo_nearly_full:
-0x5271 020772 bpatchx patch24_7 ,mem_patch24 
-0x5272 020773 fetch 3 ,mem_tx_fifo1 
-0x5273 020774 rtn 
-:      020780 l2cap_malloc_is_fifo_empty:
-0x5274 020781 bpatchx patch25_0 ,mem_patch25 
-0x5275 020782 fetch 3 ,mem_tx_fifo3 
-0x5276 020783 rtn 
-:      020788 l2cap_malloc_fifo_get_first_ptr:
-0x5277 020789 call l2cap_malloc_is_fifo_empty 
-0x5278 020790 branch assert ,blank 
-0x5279 020791 arg mem_tx_fifo0 ,contr 
-:      020792 l2cap_malloc_free_loop:
-0x527a 020793 ifetch 3 ,contr 
-0x527b 020794 branch l2cap_malloc_free_loop ,blank 
-0x527c 020795 increase -3 ,contr 
-0x527d 020796 rtn 
-:      020803 l2cap_malloc_get_full_map:
-0x527e 020804 bpatchx patch25_1 ,mem_patch25 
-0x527f 020805 arg 4 ,loopcnt 
-0x5280 020806 arg mem_tx_fifo0_map ,contr 
-0x5281 020807 arg 0 ,temp 
-:      020808 l2cap_malloc_get_full_map_loop:
-0x5282 020809 ifetch 3 ,contr 
-0x5283 020810 and pdata ,0xff ,pdata 
-0x5284 020811 ior temp ,temp 
-0x5285 020812 loop l2cap_malloc_get_full_map_loop 
-0x5286 020813 storet 1 ,mem_used_map 
-0x5287 020814 rtn 
-:      020822 l2cap_malloc_into_fifo:
-0x5288 020823 bpatchx patch25_2 ,mem_patch25 
-0x5289 020824 call l2cap_malloc_is_fifo_full 
-0x528a 020825 nbranch assert ,blank 
-0x528b 020826 call l2cap_malloc_is_fifo_empty 
-0x528c 020827 branch l2cap_malloc_into_fifo_no_push ,blank 
-0x528d 020828 fetch 3 ,mem_tx_fifo1 
-0x528e 020829 store 3 ,mem_tx_fifo0 
-0x528f 020830 ifetch 3 ,contr 
-0x5290 020831 istore 3 ,contw 
-0x5291 020832 ifetch 3 ,contr 
-0x5292 020833 istore 3 ,contw 
-0x5293 020834 setarg 0 
-0x5294 020835 istore 3 ,contw 
-:      020836 l2cap_malloc_into_fifo_no_push:
-0x5295 020837 arg 0 ,temp 
-0x5296 020838 copy timeup ,pdata 
-0x5297 020839 iadd queue ,pdata 
-:      020840 l2cap_malloc_into_fifo_loop:
-0x5298 020841 qset1 temp 
-0x5299 020842 increase 1 ,queue 
-0x529a 020843 isub queue ,null 
-0x529b 020844 nbranch l2cap_malloc_into_fifo_loop ,zero 
-0x529c 020846 lshift8 regb ,pdata 
-0x529d 020847 ior temp ,pdata 
-0x529e 020848 store 3 ,mem_tx_fifo3 
-0x529f 020849 rtn 
-:      020859 l2cap_malloc_enough:
-0x52a0 020860 bpatchx patch25_3 ,mem_patch25 
-0x52a1 020861 call l2cap_malloc_get_full_map 
-0x52a2 020862 copy queue ,regc 
-0x52a3 020863 arg 0 ,temp 
-0x52a4 020864 arg 0 ,timeup 
-:      020866 l2cap_malloc_enough_loop:
-0x52a5 020867 copy queue ,pdata 
-0x52a6 020868 beq 8 ,l2cap_malloc_enough_end 
-0x52a7 020869 fetch 1 ,mem_used_map 
-0x52a8 020870 qisolate1 pdata 
-0x52a9 020871 branch l2cap_malloc_enough_end ,true 
-0x52aa 020872 increase 128 ,temp 
-0x52ab 020873 increase 1 ,queue 
-0x52ac 020874 copy rega ,pdata 
-0x52ad 020875 isub temp ,null 
-0x52ae 020876 branch l2cap_malloc_enough_end ,zero 
-0x52af 020877 branch l2cap_malloc_enough_loop ,positive 
-:      020878 l2cap_malloc_enough_end:
-0x52b0 020879 copy temp ,pdata 
-0x52b1 020880 isub rega ,null 
-0x52b2 020881 nbranch l2cap_malloc_enough_rtn ,positive 
-0x52b3 020882 copy queue ,pdata 
-0x52b4 020883 copy regc ,temp 
-0x52b5 020884 isub temp ,timeup 
-:      020885 l2cap_malloc_enough_rtn:
-0x52b6 020886 copy regc ,queue 
-0x52b7 020887 rtn 
-:      020890 l2cap_malloc_signal_channel:
-0x52b8 020891 bpatchx patch25_4 ,mem_patch25 
-0x52b9 020892 arg l2cap_signal_malloc_size ,rega 
-0x52ba 020893 call l2cap_malloc 
-0x52bb 020894 store 2 ,mem_l2cap_signal_tx_buff_ptr 
-0x52bc 020895 increase 4 ,pdata 
-0x52bd 020896 store 2 ,mem_l2cap_signal_tx_payload_ptr 
-0x52be 020897 setarg 0 
-0x52bf 020898 store 2 ,mem_l2cap_signal_tx_length 
-0x52c0 020899 rtn 
-:      020901 l2cap_get_signal_tx_buff:
-0x52c1 020902 fetch 2 ,mem_l2cap_signal_tx_buff_ptr 
-0x52c2 020903 branch l2cap_util_pdata_to_contw 
-:      020905 l2cap_get_signal_tx_payload:
-0x52c3 020906 fetch 2 ,mem_l2cap_signal_tx_payload_ptr 
-0x52c4 020907 branch l2cap_util_pdata_to_contw 
-:      020910 l2cap_malloc_sdp_channel:
-0x52c5 020911 bpatchx patch25_5 ,mem_patch25 
-0x52c6 020912 arg sdp_malloc_size ,rega 
-0x52c7 020913 call l2cap_malloc 
-0x52c8 020914 store 2 ,mem_sdp_tx_buff_ptr 
-0x52c9 020915 increase 4 ,pdata 
-0x52ca 020916 store 2 ,mem_sdp_tx_payload_ptr 
-0x52cb 020917 setarg 0 
-0x52cc 020918 store 2 ,mem_sdp_tx_pkt_length 
-0x52cd 020919 rtn 
-:      020921 l2cap_get_sdp_tx_buff:
-0x52ce 020922 fetch 2 ,mem_sdp_tx_buff_ptr 
-0x52cf 020923 branch l2cap_util_pdata_to_contw 
-:      020925 l2cap_get_sdp_tx_payload:
-0x52d0 020926 fetch 2 ,mem_sdp_tx_payload_ptr 
-0x52d1 020927 branch l2cap_util_pdata_to_contw 
-:      020930 l2cap_malloc_rfcomm_channel:
-0x52d2 020931 bpatchx patch25_6 ,mem_patch25 
-0x52d3 020932 call push_stack 
-0x52d4 020933 jam rfcomm_malloc_fail ,mem_rfcomm_malloc_fail_flag 
-0x52d5 020934 call l2cap_malloc_is_fifo_full 
-0x52d6 020935 nrtn blank 
-0x52d7 020936 arg rfcomm_malloc_size ,rega 
-0x52d8 020937 call l2cap_malloc 
-0x52d9 020938 store 2 ,mem_rfcomm_tx_buff_ptr 
-0x52da 020939 increase 4 ,pdata 
-0x52db 020940 store 2 ,mem_rfcomm_tx_payload_ptr 
-0x52dc 020941 setarg 0 
-0x52dd 020942 store 2 ,mem_rfcomm_tx_pkt_length 
-0x52de 020943 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
-0x52df 020944 branch pop_stack 
-:      020946 l2cap_get_rfcomm_tx_buff:
-0x52e0 020947 fetch 2 ,mem_rfcomm_tx_buff_ptr 
-0x52e1 020948 branch l2cap_util_pdata_to_contw 
-:      020950 l2cap_util_pdata_to_contw:
-0x52e2 020951 branch assert ,blank 
-0x52e3 020952 copy pdata ,contw 
-0x52e4 020953 rtn 
-:      020956 l2cap_lpm_save_calc_len:
-0x52e5 020957 bpatchx patch25_7 ,mem_patch25 
-0x52e6 020958 arg 0 ,regb 
-0x52e7 020959 arg mem_tx_fifo0_map ,rega 
-0x52e8 020960 increase -2 ,rega 
-:      020961 l2cap_lpm_save_calc_len_loop:
-0x52e9 020962 increase 2 ,rega 
-0x52ea 020963 setarg mem_tx_fifo_end 
-0x52eb 020964 isub rega ,null 
-0x52ec 020965 branch l2cap_lpm_save_calc_len_end ,zero 
-0x52ed 020966 ifetch 1 ,rega 
-0x52ee 020967 increase 1 ,rega 
-0x52ef 020968 branch l2cap_lpm_save_calc_len_loop ,blank 
-0x52f0 020969 ifetcht 2 ,rega 
-0x52f1 020970 ifetch 2 ,temp 
-0x52f2 020971 iadd regb ,regb 
-0x52f3 020972 increase 4 ,regb 
-0x52f4 020973 branch l2cap_lpm_save_calc_len_loop 
-:      020974 l2cap_lpm_save_calc_len_end:
-0x52f5 020975 copy regb ,pdata 
-0x52f6 020976 rtn 
-:      020979 l2cap_lpm_get_wake_lock:
-0x52f7 020980 arg wake_lock_l2cap_tx ,queue 
-0x52f8 020981 branch lpm_get_wake_lock 
-:      020983 l2cap_lpm_put_wake_lock:
-0x52f9 020984 arg wake_lock_l2cap_tx ,queue 
-0x52fa 020985 branch lpm_put_wake_lock 
-:      020987 l2cap_lpm_save_txbuf:
-0x52fb 020988 bpatchx patch26_0 ,mem_patch26 
-0x52fc 020989 call l2cap_malloc_get_full_map 
-0x52fd 020990 fetch 1 ,mem_used_map 
-0x52fe 020991 rtn blank 
-0x52ff 020992 call l2cap_lpm_save_calc_len 
-0x5300 020993 arg l2cap_lpm_txbuf_len ,temp 
-0x5301 020994 isub temp ,null 
-0x5302 020995 branch l2cap_lpm_get_wake_lock ,positive 
-0x5303 020996 call l2cap_lpm_put_wake_lock 
-0x5304 020997 arg mem_l2cap_lpm_txbuf ,contw 
-0x5305 020998 arg mem_tx_fifo0 ,rega 
-:      020999 l2cap_lpm_save_txbuf_loop:
-0x5306 021000 setarg mem_tx_fifo_end 
-0x5307 021001 isub rega ,null 
-0x5308 021002 rtn zero 
-0x5309 021003 ifetch 1 ,rega 
-0x530a 021004 increase 1 ,rega 
-0x530b 021005 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
-0x530c 021006 istore 2 ,contw 
-0x530d 021007 increase 2 ,rega 
-0x530e 021008 branch l2cap_lpm_save_txbuf_loop 
-:      021009 l2cap_lpm_save_txbuf_nempty:
-0x530f 021010 ifetch 2 ,rega 
-0x5310 021011 increase 2 ,rega 
-0x5311 021012 copy pdata ,contr 
-0x5312 021013 ifetch 2 ,contr 
-0x5313 021014 istore 2 ,contw 
-0x5314 021015 copy pdata ,loopcnt 
-0x5315 021016 increase 2 ,loopcnt 
-0x5316 021017 call memcpy 
-0x5317 021018 branch l2cap_lpm_save_txbuf_loop 
-:      021020 l2cap_lpm_load_txbuf:
-0x5318 021021 bpatchx patch26_1 ,mem_patch26 
-0x5319 021022 call l2cap_malloc_get_full_map 
-0x531a 021023 fetch 1 ,mem_used_map 
-0x531b 021024 rtn blank 
-0x531c 021025 arg mem_tx_fifo0_ptr ,rega 
-0x531d 021026 increase -3 ,rega 
-0x531e 021027 arg mem_l2cap_lpm_txbuf ,contr 
-:      021028 l2cap_lpm_load_txbuf_loop:
-0x531f 021029 increase 3 ,rega 
-0x5320 021030 setarg mem_tx_fifo_end + 1 
-0x5321 021031 isub rega ,null 
-0x5322 021032 rtn zero 
-0x5323 021033 ifetch 2 ,contr 
-0x5324 021034 branch l2cap_lpm_load_txbuf_loop ,blank 
-0x5325 021035 increase 4 ,pdata 
-0x5326 021036 copy pdata ,loopcnt 
-0x5327 021037 copy contr ,regb 
-0x5328 021038 ifetch 2 ,rega 
-0x5329 021039 copy pdata ,contw 
-0x532a 021040 copy regb ,contr 
-0x532b 021041 increase -2 ,contr 
-0x532c 021042 call memcpy 
-0x532d 021043 branch l2cap_lpm_load_txbuf_loop 
-:      021053 le_init_conn:
-0x532e 021054 bpatchx patch26_2 ,mem_patch26 
-0x532f 021055 disable wake 
-0x5330 021056 jam 1 ,mem_le_conn_handle 
-0x5331 021057 jam 3 ,mem_le_state 
-0x5332 021058 jam 1 ,mem_le_arq 
-0x5333 021059 setarg -1 
-0x5334 021060 store 2 ,mem_le_event_count 
-0x5335 021061 force 0 ,pdata 
-0x5336 021062 store 1 ,mem_le_ch 
-0x5337 021063 store 1 ,mem_le_op 
-0x5338 021064 store 3 ,mem_sniff_rcv 
-0x5339 021065 store 3 ,mem_sniff_lost 
-0x533a 021066 store 5 ,mem_le_pcnt_tx 
-0x533b 021067 set1 39 ,pdata 
-0x533c 021068 store 5 ,mem_le_pcnt_rx 
-0x533d 021069 jam 1 ,mem_le_txheader 
-0x533e 021070 jam 0 ,mem_le_txlen 
-0x533f 021071 branch le_supervision_flush 
-:      021073 le_init_master:
-0x5340 021074 bpatchx patch26_3 ,mem_patch26 
-0x5341 021075 enable master 
-0x5342 021076 jam lemode_master ,mem_le_mode 
-0x5343 021077 jam 1 ,mem_le_att_handle 
-0x5344 021078 jam 1 ,mem_le_search_handle_start 
-0x5345 021079 setarg 0xffff 
-0x5346 021080 store 2 ,mem_le_search_handle_end 
-0x5347 021081 force 0 ,pdata 
-0x5348 021082 store 5 ,mem_le_pcnt_rx 
-0x5349 021083 set1 39 ,pdata 
-0x534a 021084 store 5 ,mem_le_pcnt_tx 
-0x534b 021085 branch le_init_conn 
-:      021088 le_init_slave:
-0x534c 021089 bpatchx patch26_4 ,mem_patch26 
-0x534d 021090 disable master 
-0x534e 021091 setarg 0x17 
-0x534f 021092 store 2 ,mem_le_remote_mtu 
-0x5350 021093 jam lemode_slave ,mem_le_mode 
-0x5351 021094 jam 0 ,mem_le_adv_enable 
-0x5352 021095 jam 0 ,mem_lpm_current_mult 
-0x5353 021096 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x5354 021097 jam flag_le_enc_null ,mem_le_enc_state 
-0x5355 021098 fetch 2 ,mem_le_superto 
-0x5356 021099 store 2 ,mem_le_init_superto 
-0x5357 021100 fetch 2 ,mem_le_tsniff 
-0x5358 021101 mul32 pdata ,5 ,pdata 
-0x5359 021102 rshift4 pdata ,pdata 
-0x535a 021103 store 2 ,mem_le_superto 
-0x535b 021104 branch le_init_conn 
-:      021110 le_dispatch:
-0x535c 021111 call le_enable 
-0x535d 021112 call le_scan 
-0x535e 021113 call le_adv 
-0x535f 021114 branch le_disable 
-:      021116 le_conn_dispatch:
-0x5360 021117 bpatchx patch26_5 ,mem_patch26 
-0x5361 021118 call le_enable 
-0x5362 021119 call app_process_ble 
-0x5363 021120 fetch 1 ,mem_le_mode 
-0x5364 021121 beq lemode_master ,le_master_dispatch 
-0x5365 021122 branch le_slave_dispatch 
-:      021128 le_master_dispatch:
-0x5366 021129 bpatchx patch26_6 ,mem_patch26 
-0x5367 021130 enable master 
-0x5368 021131 call le_supervision_update 
-0x5369 021132 branch le_master_disconn ,positive 
-0x536a 021133 call check_ble_disabled 
-0x536b 021134 call le_setup 
-0x536c 021135 call le_prepare_tx 
-0x536d 021136 disable match 
-0x536e 021137 call le_transmit_receive_sifs 
-0x536f 021138 nrtn match 
-0x5370 021139 bpatchx patch26_7 ,mem_patch26 
-0x5371 021140 fetch 1 ,mem_le_conn_rcv 
-0x5372 021141 increase 1 ,pdata 
-0x5373 021142 store 1 ,mem_le_conn_rcv 
-0x5374 021143 call le_acknowledge 
-0x5375 021144 disable master 
-0x5376 021145 rtn 
-:      021147 le_master_disconn:
-0x5377 021148 call le_disconnect 
-0x5378 021149 disable master 
-0x5379 021150 rtn 
-:      021155 le_slave_dispatch:
-0x537a 021156 bpatchx patch27_0 ,mem_patch27 
-0x537b 021157 jam 0 ,mem_le_md_count 
-0x537c 021158 call sp_calc_sequence_256 
-0x537d 021159 call le_secure_connect_sm 
-0x537e 021160 disable attempt 
-0x537f 021161 call le_supervision_update 
-0x5380 021162 branch le_slave_disconn ,positive 
-0x5381 021163 call check_ble_disabled 
-0x5382 021164 call le_setup 
-0x5383 021165 call le_receive_slave 
-0x5384 021166 nbranch le_slave_unsync ,sync 
-0x5385 021167 call le_got_first_packet 
-0x5386 021168 branch le_slave_match ,match 
-0x5387 021169 branch le_slave_cont 
-:      021172 le_slave_match:
-0x5388 021173 bpatchx patch27_1 ,mem_patch27 
-0x5389 021174 fetch 1 ,mem_le_md_count 
-0x538a 021175 pincrease 1 
-0x538b 021176 store 1 ,mem_le_md_count 
-0x538c 021177 beq le_md_max_count ,le_slave_cont 
-0x538d 021178 call le_acknowledge 
-0x538e 021179 call le_prepare_tx 
-0x538f 021180 call le_transmit_norx 
-0x5390 021181 call le_parse 
-0x5391 021182 fetch 2 ,mem_cb_ble_transmit 
-0x5392 021183 call callback_func 
-0x5393 021184 call le_check_md 
-0x5394 021185 branch le_slave_more_data ,user 
-:      021186 le_slave_cont:
-0x5395 021187 bpatchx patch27_2 ,mem_patch27 
-0x5396 021188 call le_pairing_sm 
-0x5397 021189 call le_check_paring_time 
-0x5398 021190 call check_51cmd 
-0x5399 021191 fetch 1 ,mem_le_op 
-0x539a 021192 bbit1 op_disconn ,le_slave_disconn 
-:      021193 le_slave_unsync:
-0x539b 021194 bpatchx patch27_3 ,mem_patch27 
-0x539c 021195 call le_lpm_set_mult 
-0x539d 021196 call le_update_channel_map 
-0x539e 021197 call le_update_param 
-0x539f 021198 branch calc_clke_offset 
-:      021201 le_check_md:
-0x53a0 021202 disable user 
-0x53a1 021203 bmark1 mark_ble_rx_md ,enable_user 
-0x53a2 021204 bmark1 mark_ble_tx_md ,enable_user 
-0x53a3 021205 rtn 
-:      021208 le_slave_more_data:
-0x53a4 021209 bpatchx patch27_4 ,mem_patch27 
-0x53a5 021210 enable attempt 
-0x53a6 021211 call le_transmit_receive_sifs_notx 
-0x53a7 021212 branch le_slave_match ,match 
-0x53a8 021213 branch le_slave_cont 
-:      021215 le_slave_disconn:
-:      021218 le_disconnect:
-0x53a9 021219 bpatchx patch27_5 ,mem_patch27 
-0x53aa 021220 call le_clear_connection_info 
-0x53ab 021221 call app_disconn_reason_collect_ble 
-0x53ac 021222 call sp_initialize_256 
-0x53ad 021223 jam bt_evt_le_disconnected ,mem_fifo_temp 
-0x53ae 021224 branch ui_ipc_send_event 
-:      021226 le_clear_connection_info:
-0x53af 021227 setarg 0 
-0x53b0 021228 store 9 ,mem_le_tx_buff_used 
-0x53b1 021229 jam 0 ,mem_le_conn_handle 
-0x53b2 021230 jam lemode_idle ,mem_le_mode 
-0x53b3 021231 jam 0 ,mem_le_state 
-0x53b4 021232 jam flag_le_enc_null ,mem_le_enc_state 
-0x53b5 021233 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x53b6 021234 rtn 
-:      021236 le_got_first_packet:
-0x53b7 021237 bpatchx patch27_6 ,mem_patch27 
-0x53b8 021238 fetch 1 ,mem_le_conn_rcv 
-0x53b9 021239 increase 1 ,pdata 
-0x53ba 021240 store 1 ,mem_le_conn_rcv 
-0x53bb 021241 fetch 1 ,mem_le_state 
-0x53bc 021242 rtnbit1 lestate_got_first_packet 
-0x53bd 021243 set1 lestate_got_first_packet 
-0x53be 021244 store 1 ,mem_le_state 
-0x53bf 021245 fetch 2 ,mem_le_init_superto 
-0x53c0 021246 store 2 ,mem_le_superto 
-0x53c1 021247 setarg 0 
-0x53c2 021248 store 4 ,mem_le_transmit_window 
-0x53c3 021249 rtn 
-:      021252 le_enable:
-0x53c4 021253 bpatchx patch27_7 ,mem_patch27 
-0x53c5 021254 jam 0x36 ,rf_adc_goff 
-0x53c6 021255 jam 0x5f ,rf_agc_nsat 
-0x53c7 021256 enable le 
-0x53c8 021257 jam 7 ,rfen_ulp 
-0x53c9 021258 call check_ble_disabled 
-0x53ca 021259 fetch 1 ,mem_250k_freq_enable 
-0x53cb 021260 rtn blank 
-0x53cc 021261 jam 0xb8 ,rf_iq_gain 
-0x53cd 021262 rtn 
-:      021264 le_disable:
-0x53ce 021265 bpatchx patch28_0 ,mem_patch28 
-0x53cf 021266 jam 0x2e ,rf_adc_goff 
-0x53d0 021267 jam 0xff ,rf_agc_nsat 
-0x53d1 021268 disable le 
-0x53d2 021269 jam 3 ,rfen_ulp 
-0x53d3 021270 arg 0 ,stop_watch 
-0x53d4 021271 rtn 
-:      021273 le_prep:
-0x53d5 021274 disable enable_crc 
-0x53d6 021275 disable enable_white 
-0x53d7 021276 fetch 3 ,mem_le_crcinit 
-0x53d8 021277 iforce crc24_init 
-0x53d9 021278 fetch 1 ,mem_le_ch_mapped 
-0x53da 021279 reverse pdata ,temp 
-0x53db 021280 set1 1 ,temp 
-0x53dc 021281 rshift temp ,white_init 
-0x53dd 021282 rtn 
-:      021285 lerx_setfreq:
-0x53de 021286 call le_setfreq 
-0x53df 021287 call set_freq_rx 
-0x53e0 021288 setarg param_pll_setup 
-0x53e1 021289 call sleep 
-0x53e2 021290 branch rf_rx_enable 
-:      021292 letx_setfreq:
-0x53e3 021293 branch txon ,match 
-:      021294 letx_setfreq0:
-0x53e4 021295 call le_setfreq 
-0x53e5 021296 branch set_freq_tx 
-:      021297 le_setfreq:
-0x53e6 021298 bpatchx patch28_1 ,mem_patch28 
-0x53e7 021299 call set_sync_on 
-0x53e8 021300 fetch 1 ,mem_le_testtype 
-0x53e9 021301 nbranch le_ctf_test ,blank 
-0x53ea 021302 fetch 1 ,mem_le_ch_mapped 
-0x53eb 021303 sub pdata ,36 ,null 
-0x53ec 021304 branch le_ctf_normal ,positive 
-0x53ed 021305 force 0 ,temp 
-0x53ee 021306 rtneq 37 
-0x53ef 021307 force 24 ,temp 
-0x53f0 021308 rtneq 38 
-0x53f1 021309 force 78 ,temp 
-0x53f2 021310 rtn 
-:      021312 le_ctf_normal:
-0x53f3 021313 sub pdata ,10 ,null 
-0x53f4 021314 branch le_ctf_low ,positive 
-0x53f5 021315 increase 1 ,pdata 
-:      021317 le_ctf_low:
-0x53f6 021318 lshift pdata ,pdata 
-0x53f7 021319 add pdata ,2 ,temp 
-0x53f8 021320 rtn 
-:      021322 le_ctf_test:
-0x53f9 021323 fetch 1 ,mem_le_ch_mapped 
-0x53fa 021324 lshift pdata ,temp 
-0x53fb 021325 rtn 
-:      021327 le_sca_map:
-0x53fc 021328 arg 500 ,temp 
-0x53fd 021329 rtn blank 
-0x53fe 021330 arg 250 ,temp 
-0x53ff 021331 rtneq 1 
-0x5400 021332 arg 150 ,temp 
-0x5401 021333 rtneq 2 
-0x5402 021334 arg 100 ,temp 
-0x5403 021335 rtneq 3 
-0x5404 021336 arg 75 ,temp 
-0x5405 021337 rtneq 4 
-0x5406 021338 arg 50 ,temp 
-0x5407 021339 rtneq 5 
-0x5408 021340 arg 40 ,temp 
-0x5409 021341 rtneq 6 
-0x540a 021342 arg 20 ,temp 
-0x540b 021343 rtn 
-:      021347 le_adv_access:
-0x540c 021348 setarg 0x8e89be 
-0x540d 021349 lshift8 pdata ,pdata 
-0x540e 021350 or_into 0xd6 ,pdata 
-0x540f 021351 iforce access 
-0x5410 021352 setarg 0x555555 
-0x5411 021353 store 3 ,mem_le_crcinit 
-0x5412 021354 rtn 
-:      021356 le_setup:
-0x5413 021357 bpatchx patch28_2 ,mem_patch28 
-0x5414 021358 enable swfine 
-0x5415 021359 fetch 4 ,mem_le_access 
-0x5416 021360 iforce access 
-0x5417 021361 call le_map_channel 
-0x5418 021362 setarg 0x200 
-0x5419 021363 branch le_setup_master ,master 
-0x541a 021364 fetch 2 ,mem_le_receive_window 
-0x541b 021365 rshift pdata ,pdata 
-:      021366 le_setup_master:
-0x541c 021367 arg param_pll_setup ,temp 
-0x541d 021368 iadd temp ,pdata 
-0x541e 021369 call ahead_window 
-0x541f 021370 deposit clke 
-0x5420 021371 store 6 ,mem_le_rxon_ts 
-0x5421 021372 rtn 
-:      021374 le_next_adv_channel:
-0x5422 021375 bpatchx patch28_3 ,mem_patch28 
-0x5423 021376 fetch 1 ,mem_le_ch_mapped 
-0x5424 021377 beq 37 ,le_next_adv_channel_curr_channel_37 
-0x5425 021378 beq 38 ,le_next_adv_channel_curr_channel_38 
-0x5426 021379 beq 39 ,le_next_adv_channel_curr_channel_39 
-0x5427 021380 branch le_next_adv_channel_curr_channel_39 
-:      021382 le_next_adv_channel_curr_channel_37:
-0x5428 021383 fetcht 1 ,mem_le_adv_channel_map 
-0x5429 021384 isolate1 bit_adv_channel_map_38 ,temp 
-0x542a 021385 branch set_le_next_adv_channel_38 ,true 
-0x542b 021386 isolate1 bit_adv_channel_map_39 ,temp 
-0x542c 021387 branch set_le_next_adv_channel_39 ,true 
-0x542d 021388 branch set_le_next_adv_channel_37 
-:      021391 le_next_adv_channel_curr_channel_38:
-0x542e 021392 fetcht 1 ,mem_le_adv_channel_map 
-0x542f 021393 isolate1 bit_adv_channel_map_39 ,temp 
-0x5430 021394 branch set_le_next_adv_channel_39 ,true 
-0x5431 021395 isolate1 bit_adv_channel_map_37 ,temp 
-0x5432 021396 branch set_le_next_adv_channel_37 ,true 
-0x5433 021397 branch set_le_next_adv_channel_38 
-:      021400 le_next_adv_channel_curr_channel_39:
-0x5434 021401 fetcht 1 ,mem_le_adv_channel_map 
-0x5435 021402 isolate1 bit_adv_channel_map_37 ,temp 
-0x5436 021403 branch set_le_next_adv_channel_37 ,true 
-0x5437 021404 isolate1 bit_adv_channel_map_38 ,temp 
-0x5438 021405 branch set_le_next_adv_channel_38 ,true 
-0x5439 021406 branch set_le_next_adv_channel_39 
-:      021410 set_le_next_adv_channel_37:
-0x543a 021411 jam 37 ,mem_le_ch_mapped 
-0x543b 021412 fetch 1 ,mem_le_adv_channel_map_temp 
-0x543c 021413 set1 bit_adv_channel_map_37 ,pdata 
-0x543d 021414 store 1 ,mem_le_adv_channel_map_temp 
-0x543e 021415 rtn 
-:      021417 set_le_next_adv_channel_38:
-0x543f 021418 jam 38 ,mem_le_ch_mapped 
-0x5440 021419 fetch 1 ,mem_le_adv_channel_map_temp 
-0x5441 021420 set1 bit_adv_channel_map_38 ,pdata 
-0x5442 021421 store 1 ,mem_le_adv_channel_map_temp 
-0x5443 021422 rtn 
-:      021424 set_le_next_adv_channel_39:
-0x5444 021425 jam 39 ,mem_le_ch_mapped 
-0x5445 021426 fetch 1 ,mem_le_adv_channel_map_temp 
-0x5446 021427 set1 bit_adv_channel_map_39 ,pdata 
-0x5447 021428 store 1 ,mem_le_adv_channel_map_temp 
-0x5448 021429 rtn 
-:      021433 le_context_nexthop:
-0x5449 021434 bpatchx patch28_4 ,mem_patch28 
-0x544a 021435 add rega ,coffset_mode ,contr 
-0x544b 021436 ifetch 1 ,contr 
-0x544c 021437 rtnbit0 mode_le 
-0x544d 021438 add rega ,coffset_le_event_cnt ,contw 
-0x544e 021439 ifetch 2 ,contw 
-0x544f 021440 increase 1 ,pdata 
-0x5450 021441 istore 2 ,contw 
-0x5451 021442 add rega ,coffset_le_hop ,contr 
-0x5452 021443 ifetch 1 ,contr 
-0x5453 021444 add rega ,coffset_le_ch ,contw 
-0x5454 021445 ifetcht 1 ,contw 
-0x5455 021446 iadd temp ,pdata 
-0x5456 021447 sub pdata ,36 ,null 
-0x5457 021448 branch le_nexthop_nowrap ,positive 
-0x5458 021449 increase -37 ,pdata 
-:      021450 le_nexthop_nowrap:
-0x5459 021451 istore 1 ,contw 
-0x545a 021452 rtn 
-:      021455 le_calc_channel_map:
-0x545b 021456 bpatchx patch28_5 ,mem_patch28 
-0x545c 021457 fetch 5 ,mem_le_channel_map 
-0x545d 021458 force 0 ,temp 
-0x545e 021459 force 37 ,loopcnt 
-:      021460 le_count_channels_loop:
-0x545f 021461 bbit0 0 ,le_count_channels_notused 
-0x5460 021462 increase 1 ,temp 
-:      021463 le_count_channels_notused:
-0x5461 021464 rshift pdata ,pdata 
-0x5462 021465 loop le_count_channels_loop 
-0x5463 021466 add temp ,-1 ,pdata 
-0x5464 021467 store 1 ,mem_le_channels 
-0x5465 021468 rtn 
-:      021470 le_map_channel:
-0x5466 021471 bpatchx patch28_6 ,mem_patch28 
-0x5467 021472 fetch 1 ,mem_le_ch 
-0x5468 021473 iforce queue 
-0x5469 021474 fetcht 5 ,mem_le_channel_map 
-0x546a 021475 qisolate1 temp 
-0x546b 021476 branch le_map_channel_end ,true 
-:      021477 le_map_channel_next:
-0x546c 021478 bpatchx patch28_7 ,mem_patch28 
-0x546d 021479 fetch 1 ,mem_le_channels 
-0x546e 021480 isub queue ,pdata 
-0x546f 021481 branch le_map_channel_cont ,positive 
-0x5470 021482 sub pdata ,-1 ,queue 
-0x5471 021483 branch le_map_channel_next 
-:      021484 le_map_channel_cont:
-0x5472 021485 copy queue ,loopcnt 
-0x5473 021486 force 0 ,queue 
-:      021487 le_map_channel_loop:
-0x5474 021488 qisolate1 temp 
-0x5475 021489 branch le_map_channel_skip ,true 
-0x5476 021490 increase 1 ,loopcnt 
-:      021491 le_map_channel_skip:
-0x5477 021492 deposit loopcnt 
-0x5478 021493 branch le_map_channel_end ,blank 
-0x5479 021494 increase 1 ,queue 
-0x547a 021495 increase -1 ,loopcnt 
-0x547b 021496 branch le_map_channel_loop 
-:      021497 le_map_channel_end:
-0x547c 021498 deposit queue 
-0x547d 021499 store 1 ,mem_le_ch_mapped 
-0x547e 021500 rtn 
-:      021503 le_wait_tx:
-0x547f 021504 branch le_wait_master ,master 
-0x5480 021505 until null ,timeout 
-0x5481 021506 rtn 
-:      021508 le_wait_master:
-0x5482 021509 arg 0xea0 ,timeup 
-0x5483 021510 until clkn_rt ,meet 
-0x5484 021511 rtn 
-:      021513 le_receive_adv:
-0x5485 021514 disable swfine 
-0x5486 021515 fetch 2 ,mem_le_scan_window 
-0x5487 021516 copy pdata ,timeup 
-0x5488 021517 branch le_receive_packet 
-:      021520 le_receive_slave:
-0x5489 021521 bpatchx patch29_0 ,mem_patch29 
-0x548a 021522 enable swfine 
-0x548b 021523 fetch 2 ,mem_le_receive_window 
-0x548c 021524 fetcht 4 ,mem_le_transmit_window 
-0x548d 021525 iadd temp ,timeup 
-:      021526 le_receive_packet:
-0x548e 021527 call lerx_setfreq 
-:      021528 le_receive_rxon:
-0x548f 021529 bpatchx patch29_1 ,mem_patch29 
-0x5490 021530 call le_prep 
-0x5491 021531 disable match 
-0x5492 021532 enable decode_fec0 
-0x5493 021533 enable is_rx 
-0x5494 021534 disable is_tx 
-0x5495 021535 copy timeup ,stop_watch 
-0x5496 021536 correlate null ,timeout 
-0x5497 021537 branch le_receive_on_attempt ,attempt 
-0x5498 021538 copy clke ,temp 
-0x5499 021539 storet 6 ,mem_sync_clke 
-:      021540 le_receive_on_attempt:
-0x549a 021541 nbranch end_of_packet ,sync 
-0x549b 021542 branch le_receive_skip ,attempt 
-0x549c 021543 arg param_clke_cal_le ,clke_rt 
-0x549d 021544 copy bt_clk ,clke_bt 
-0x549e 021545 fetch 1 ,mem_le_state 
-0x549f 021546 bbit0 lestate_got_first_packet ,le_receive_skip 
-0x54a0 021547 call lpm_adjust_clk ,wake 
-:      021548 le_receive_skip:
-0x54a1 021549 bpatchx patch29_2 ,mem_patch29 
-0x54a2 021550 call save_rssi 
-0x54a3 021551 enable enable_white 
-0x54a4 021552 enable enable_crc 
-0x54a5 021553 parse demod ,bucket ,8 
-0x54a6 021554 rshift3 pwindow ,pdata 
-0x54a7 021555 store 1 ,mem_le_rxbuf 
-0x54a8 021556 parse demod ,bucket ,8 
-0x54a9 021557 rshift3 pwindow ,pdata 
-0x54aa 021558 istore 1 ,contw 
-0x54ab 021559 and pdata ,0x3f ,loopcnt 
-0x54ac 021560 branch lerx_nopayload ,zero 
-:      021562 lerx_loop:
-0x54ad 021563 parse demod ,bucket ,8 
-0x54ae 021564 rshift3 pwindow ,pdata 
-0x54af 021565 istore 1 ,contw 
-0x54b0 021566 loop lerx_loop 
-:      021568 lerx_nopayload:
-0x54b1 021569 bpatchx patch29_3 ,mem_patch29 
-0x54b2 021570 parse demod ,bucket ,24 
-0x54b3 021571 enable swfine 
-0x54b4 021572 arg param_sifs ,stop_watch 
-0x54b5 021573 rshift32 pdata ,pdata 
-0x54b6 021574 rshift16 pdata ,pdata 
-0x54b7 021575 istore 3 ,contw 
-0x54b8 021576 branch end_of_packet ,crc_failed 
-0x54b9 021577 enable match 
-0x54ba 021578 fetch 1 ,mem_last_freq 
-0x54bb 021579 add pdata ,0 ,rega 
-0x54bc 021580 call rf_write_freq 
-0x54bd 021581 disable decode_fec0 
-0x54be 021582 branch set_sync_on 
-:      021584 le_transmit_receive_sifs:
-0x54bf 021585 bpatchx patch29_4 ,mem_patch29 
-0x54c0 021586 call le_transmit 
-:      021587 le_transmit_receive_sifs_notx:
-0x54c1 021588 fetcht 1 ,mem_last_freq 
-0x54c2 021589 call set_freq_rx 
-0x54c3 021590 call rf_rx_enable 
-0x54c4 021591 enable swfine 
-0x54c5 021592 arg 5500 ,timeup 
-0x54c6 021593 branch le_receive_rxon 
-:      021595 le_transmit_norx:
-0x54c7 021596 call le_transmit 
-0x54c8 021597 branch end_of_packet 
-:      021599 le_transmit:
-0x54c9 021600 bpatchx patch29_5 ,mem_patch29 
-0x54ca 021601 call le_prep 
-0x54cb 021602 call letx_setfreq 
-0x54cc 021603 branch le_transmit0 
-:      021605 le_transmit0:
-0x54cd 021606 set1 txgfsk ,radio_ctrl 
-0x54ce 021607 enable encode_fec0 
-0x54cf 021608 enable is_tx 
-0x54d0 021609 disable is_rx 
-0x54d1 021610 call le_wait_tx 
-0x54d2 021611 rshift16 access ,pdata 
-0x54d3 021612 rshift8 pdata ,pdata 
-0x54d4 021613 rshift4 pdata ,pdata 
-0x54d5 021614 inject mod ,40 
-0x54d6 021615 enable enable_white 
-0x54d7 021616 enable enable_crc 
-0x54d8 021617 bpatchx patch29_6 ,mem_patch29 
-0x54d9 021618 fetch 1 ,mem_le_txheader 
-0x54da 021619 inject mod ,8 
-0x54db 021620 ifetch 1 ,contr 
-0x54dc 021621 and pdata ,0x3f ,loopcnt 
-0x54dd 021622 inject mod ,8 
-0x54de 021623 branch letr_nopayload ,zero 
-:      021624 letr_loop:
-0x54df 021625 ifetch 1 ,contr 
-0x54e0 021626 inject mod ,8 
-0x54e1 021627 loop letr_loop 
-:      021629 letr_nopayload:
-0x54e2 021630 enable enable_parity 
-0x54e3 021631 inject mod ,24 
-0x54e4 021632 disable enable_parity 
-0x54e5 021633 until null ,tx_clear 
-0x54e6 021634 nop 100 
-0x54e7 021635 disable encode_fec0 
-0x54e8 021636 rtn 
-:      021638 le_send_adv_ind:
-0x54e9 021639 bpatchx patch29_7 ,mem_patch29 
-0x54ea 021640 fetch 1 ,mem_le_adv_type 
-0x54eb 021641 beq adv_direct_ind ,le_send_adv_direct_ind 
-0x54ec 021642 fetch 1 ,mem_le_adv_own_addr_type 
-0x54ed 021643 lshift4 pdata ,pdata 
-0x54ee 021644 lshift2 pdata ,pdata 
-0x54ef 021645 store 1 ,mem_le_txheader 
-0x54f0 021646 fetcht 1 ,mem_le_adv_data_len 
-0x54f1 021647 add temp ,6 ,pdata 
-0x54f2 021648 store 1 ,mem_le_txlen 
-0x54f3 021649 fetch 6 ,mem_le_lap 
-0x54f4 021650 store 6 ,mem_le_txpayload 
-0x54f5 021651 copy temp ,loopcnt 
-0x54f6 021652 arg mem_le_adv_data ,contr 
-0x54f7 021653 call memcpy_fast 
-0x54f8 021654 branch le_send_adv_transmit 
-:      021655 le_send_adv_direct_ind:
-0x54f9 021656 fetch 1 ,mem_le_adv_direct_addr_type 
-0x54fa 021657 lshift4 pdata ,pdata 
-0x54fb 021658 lshift2 pdata ,pdata 
-0x54fc 021659 increase 1 ,pdata 
-0x54fd 021660 store 1 ,mem_le_txheader 
-0x54fe 021661 setarg 12 
-0x54ff 021662 store 1 ,mem_le_txlen 
-0x5500 021663 fetch 6 ,mem_le_lap 
-0x5501 021664 store 6 ,mem_le_txpayload 
-0x5502 021665 fetch 6 ,mem_hci_plap 
-0x5503 021666 istore 6 ,contw 
-:      021667 le_send_adv_transmit:
-0x5504 021668 bpatchx patch2a_0 ,mem_patch2a 
-0x5505 021669 fetch 1 ,mem_le_adv_transmit 
-0x5506 021670 increase 1 ,pdata 
-0x5507 021671 store 1 ,mem_le_adv_transmit 
-0x5508 021672 arg 1800 ,stop_watch 
-0x5509 021673 disable match 
-0x550a 021674 branch le_transmit_receive_sifs 
-:      021676 le_send_scan_request:
-0x550b 021677 bpatchx patch2a_1 ,mem_patch2a 
-0x550c 021678 fetch 1 ,mem_le_scan_type 
-0x550d 021679 rtnne le_scan_type_active 
-0x550e 021680 fetch 1 ,mem_le_adv_transmit 
-0x550f 021681 increase 1 ,pdata 
-0x5510 021682 store 1 ,mem_le_adv_transmit 
-0x5511 021683 arg 0x0c03 ,temp 
-0x5512 021684 fetch 1 ,mem_le_scan_own_addr_type 
-0x5513 021685 nsetflag blank ,le_sender_addr_bit ,temp 
-0x5514 021686 copy rega ,pdata 
-0x5515 021687 nsetflag blank ,le_receiver_addr_bit ,temp 
-0x5516 021688 storet 2 ,mem_le_txheader 
-0x5517 021689 fetch 6 ,mem_le_lap 
-0x5518 021690 istore 6 ,contw 
-0x5519 021691 fetch 6 ,mem_le_plap 
-0x551a 021692 istore 6 ,contw 
-0x551b 021693 branch le_transmit_receive_sifs 
-:      021696 le_send_scan_response:
-0x551c 021697 bpatchx patch2a_2 ,mem_patch2a 
-0x551d 021698 arg scan_rsp ,temp 
-0x551e 021699 fetch 1 ,mem_le_adv_own_addr_type 
-0x551f 021700 nsetflag blank ,le_sender_addr_bit ,temp 
-0x5520 021701 storet 1 ,mem_le_txheader 
-0x5521 021702 fetcht 1 ,mem_le_scan_data_len 
-0x5522 021703 add temp ,6 ,pdata 
-0x5523 021704 store 1 ,mem_le_txlen 
-0x5524 021705 fetch 6 ,mem_le_lap 
-0x5525 021706 store 6 ,mem_le_txpayload 
-0x5526 021707 arg mem_le_scan_data ,contr 
-0x5527 021708 copy temp ,loopcnt 
-0x5528 021709 call memcpy_fast 
-0x5529 021710 call le_transmit_norx 
-0x552a 021711 branch le_adv_not_match 
-:      021713 le_connect_request:
-0x552b 021714 bpatchx patch2a_3 ,mem_patch2a 
-0x552c 021715 force -1 ,pdata 
-0x552d 021716 setsect 2 ,1 
-0x552e 021717 store 5 ,mem_le_channel_map 
-0x552f 021718 call le_calc_channel_map 
-0x5530 021719 force 4 ,loopcnt 
-0x5531 021720 arg mem_le_access ,contw 
-0x5532 021721 call generate_random_loop 
-0x5533 021722 fetch 2 ,mem_le_timeout 
-0x5534 021723 store 2 ,mem_le_superto 
-:      021724 le_con_req_hop_retry:
-0x5535 021725 random pdata 
-0x5536 021726 and_into 0xf ,pdata 
-0x5537 021727 sub pdata ,4 ,null 
-0x5538 021728 branch le_con_req_hop_retry ,positive 
-0x5539 021729 store 1 ,mem_le_hop 
-0x553a 021730 store 1 ,mem_tmp1 
-0x553b 021731 bpatchx patch2a_4 ,mem_patch2a 
-0x553c 021732 fetcht 2 ,mem_le_conn_interval 
-0x553d 021733 storet 2 ,mem_le_tsniff 
-0x553e 021734 copy temp ,regc 
-0x553f 021735 add clkn_bt ,7 ,pdata 
-0x5540 021736 idiv regc 
-0x5541 021737 call wait_div_end 
-0x5542 021738 remainder rega 
-0x5543 021739 isub rega ,pdata 
-0x5544 021740 iadd regc ,pdata 
-0x5545 021741 fetcht 2 ,mem_le_dsniff 
-0x5546 021742 iadd temp ,pdata 
-0x5547 021743 store 4 ,mem_le_anchor 
-0x5548 021744 isub clkn_bt ,rega 
-0x5549 021745 increase -6 ,rega 
-0x554a 021746 arg 0x2205 ,regb 
-0x554b 021747 fetch 1 ,mem_le_conn_own_addr_type 
-0x554c 021748 nsetflag blank ,le_sender_addr_bit ,regb 
-0x554d 021749 fetch 1 ,mem_le_conn_peer_addr_type 
-0x554e 021750 nsetflag blank ,le_receiver_addr_bit ,regb 
-0x554f 021751 copy regb ,pdata 
-0x5550 021752 store 2 ,mem_le_txheader 
-0x5551 021753 fetch 6 ,mem_le_lap 
-0x5552 021754 istore 6 ,contw 
-0x5553 021755 fetch 6 ,mem_le_plap 
-0x5554 021756 istore 6 ,contw 
-0x5555 021757 fetch 4 ,mem_le_access 
-0x5556 021758 istore 4 ,contw 
-0x5557 021759 random pdata 
-0x5558 021760 istore 2 ,contw 
-0x5559 021761 random pdata 
-0x555a 021762 istore 1 ,contw 
-0x555b 021763 force 2 ,pdata 
-0x555c 021764 istore 1 ,contw 
-0x555d 021765 rshift2 rega ,pdata 
-0x555e 021766 istore 2 ,contw 
-0x555f 021767 rshift2 regc ,pdata 
-0x5560 021768 istore 2 ,contw 
-0x5561 021769 bpatchx patch2a_5 ,mem_patch2a 
-0x5562 021770 setarg 0 
-0x5563 021771 istore 2 ,contw 
-0x5564 021772 fetch 2 ,mem_le_timeout 
-0x5565 021773 istore 2 ,contw 
-0x5566 021774 fetch 5 ,mem_le_channel_map 
-0x5567 021775 istore 5 ,contw 
-0x5568 021776 fetch 1 ,mem_le_hop 
-0x5569 021777 arg param_le_sca ,temp 
-0x556a 021778 ior temp ,pdata 
-0x556b 021779 istore 1 ,contw 
-0x556c 021780 call le_transmit_norx 
-0x556d 021781 setarg mem_le_txheader 
-0x556e 021782 add pdata ,18 ,contr 
-0x556f 021783 ifetch 3 ,contr 
-0x5570 021784 store 3 ,mem_le_crcinit 
-0x5571 021785 rtn 
-:      021787 le_init_adv:
-0x5572 021788 bpatchx patch2a_6 ,mem_patch2a 
-0x5573 021789 disable master 
-0x5574 021790 branch le_adv_access 
-:      021794 le_update_param:
-0x5575 021795 fetch 1 ,mem_le_state 
-0x5576 021796 rtnbit0 lestate_update_param 
-0x5577 021797 fetch 2 ,mem_le_event_count 
-0x5578 021798 fetcht 2 ,mem_le_instant 
-0x5579 021799 isub temp ,pdata 
-0x557a 021800 nrtn positive 
-0x557b 021801 store 2 ,mem_pdatatemp 
-0x557c 021802 bpatchx patch2a_7 ,mem_patch2a 
-0x557d 021803 fetch 1 ,mem_le_state 
-0x557e 021804 set0 lestate_update_param ,pdata 
-0x557f 021805 set0 lestate_got_first_packet ,pdata 
-0x5580 021806 store 1 ,mem_le_state 
-0x5581 021807 fetch 4 ,mem_le_anchor 
-0x5582 021808 fetcht 2 ,mem_le_tsniff 
-0x5583 021809 storet 2 ,mem_temp 
-0x5584 021810 isub temp ,rega 
-0x5585 021811 bpatchx patch2b_0 ,mem_patch2b 
-0x5586 021812 fetch 1 ,mem_le_new_param 
-0x5587 021813 store 1 ,mem_le_window_size 
-0x5588 021814 ifetcht 2 ,contr 
-0x5589 021815 ifetch 2 ,contr 
-0x558a 021816 lshift2 pdata ,pdata 
-0x558b 021817 store 2 ,mem_le_tsniff 
-0x558c 021818 lshift2 temp ,temp 
-0x558d 021819 iadd temp ,pdata 
-0x558e 021820 ifetcht 4 ,contr 
-0x558f 021821 storet 4 ,mem_le_slave_latency 
-0x5590 021822 iadd rega ,pdata 
-0x5591 021823 copy pdata ,regab 
-0x5592 021824 fetch 2 ,mem_le_tsniff 
-0x5593 021825 fetcht 2 ,mem_temp 
-0x5594 021826 isub temp ,pdata 
-0x5595 021827 fetcht 2 ,mem_pdatatemp 
-0x5596 021828 imul32 temp ,pdata 
-0x5597 021829 iadd regab ,pdata 
-0x5598 021830 store 4 ,mem_le_anchor 
-0x5599 021831 call le_receive_window_size 
-0x559a 021832 fetch 2 ,mem_le_superto 
-0x559b 021833 store 2 ,mem_le_init_superto 
-0x559c 021834 rtn 
-:      021837 le_update_channel_map:
-0x559d 021838 bpatchx patch2b_1 ,mem_patch2b 
-0x559e 021839 fetch 1 ,mem_le_state 
-0x559f 021840 rtnbit0 lestate_update_map 
-0x55a0 021841 fetch 2 ,mem_le_event_count 
-0x55a1 021842 fetcht 2 ,mem_le_instant 
-0x55a2 021843 isub temp ,pdata 
-0x55a3 021844 nrtn positive 
-0x55a4 021845 fetch 1 ,mem_le_state 
-0x55a5 021846 set0 lestate_update_map ,pdata 
-0x55a6 021847 store 1 ,mem_le_state 
-0x55a7 021848 fetch 5 ,mem_le_new_map 
-0x55a8 021849 store 5 ,mem_le_channel_map 
-0x55a9 021850 branch le_calc_channel_map 
-:      021853 le_acknowledge:
-0x55aa 021854 bpatchx patch2b_2 ,mem_patch2b 
-0x55ab 021855 call le_supervision_flush 
-0x55ac 021856 call le_check_wak 
-0x55ad 021857 fetch 1 ,mem_le_rxbuf 
-0x55ae 021858 isolate1 md ,pdata 
-0x55af 021859 setflag true ,mark_ble_rx_md ,mark 
-0x55b0 021860 rshift pdata ,pdata 
-0x55b1 021861 ixor temp ,pdata 
-0x55b2 021862 isolate1 nesn ,pdata 
-0x55b3 021863 setflag true ,mark_old_packet ,mark 
-0x55b4 021864 rtnmark1 mark_old_packet 
-0x55b5 021865 fetch 1 ,mem_le_rxbuf + 1 
-0x55b6 021866 branch le_ack_unenc ,blank 
-0x55b7 021867 fetch 1 ,mem_le_state 
-0x55b8 021868 bbit0 lestate_encryption ,le_ack_unenc 
-0x55b9 021869 call load_sk 
-0x55ba 021870 call le_decrypt 
-0x55bb 021871 nrtn blank 
-:      021872 le_ack_unenc:
-0x55bc 021873 fetcht 1 ,mem_le_arq 
-0x55bd 021874 setflip nesn ,temp 
-0x55be 021875 storet 1 ,mem_le_arq 
-0x55bf 021876 rtn 
-:      021879 le_check_wak:
-0x55c0 021880 bpatchx patch2b_3 ,mem_patch2b 
-0x55c1 021881 fetcht 1 ,mem_le_arq 
-0x55c2 021882 isolate0 wak ,temp 
-0x55c3 021883 rtn true 
-0x55c4 021884 fetch 1 ,mem_le_rxbuf 
-0x55c5 021885 lshift pdata ,pdata 
-0x55c6 021886 ixor temp ,pdata 
-0x55c7 021887 rtnbit0 sn 
-0x55c8 021888 set0 wak ,temp 
-0x55c9 021889 setflip sn ,temp 
-0x55ca 021890 storet 1 ,mem_le_arq 
-0x55cb 021891 compare 3 ,temp ,3 
-0x55cc 021892 nrtn true 
-0x55cd 021893 fetch 1 ,mem_le_txpayload 
-0x55ce 021894 beq ll_start_enc_req ,le_set_enc 
-0x55cf 021895 fetch 1 ,mem_le_enc_state 
-0x55d0 021896 beq flag_le_enc_pause ,le_clear_enc 
-0x55d1 021897 rtn 
-:      021900 le_set_enc:
-0x55d2 021901 fetch 1 ,mem_le_state 
-0x55d3 021902 set1 lestate_encryption ,pdata 
-0x55d4 021903 store 1 ,mem_le_state 
-0x55d5 021904 rtn 
-:      021906 le_clear_enc:
-0x55d6 021907 bpatchx patch2b_4 ,mem_patch2b 
-0x55d7 021908 jam flag_le_enc_null ,mem_le_enc_state 
-0x55d8 021909 arg 0 ,pdata 
-0x55d9 021910 store 4 ,mem_le_last_mic 
-0x55da 021911 store 5 ,mem_le_pcnt_tx 
-0x55db 021912 set1 39 ,pdata 
-0x55dc 021913 store 5 ,mem_le_pcnt_rx 
-0x55dd 021914 fetch 1 ,mem_le_state 
-0x55de 021915 set0 lestate_encryption ,pdata 
-0x55df 021916 store 1 ,mem_le_state 
-0x55e0 021917 rtn 
-:      021920 le_wait_adv:
-0x55e1 021921 bpatchx patch2b_5 ,mem_patch2b 
-0x55e2 021922 call le_next_adv_channel 
-0x55e3 021923 call le_receive_adv 
-0x55e4 021924 fetch 1 ,mem_le_adv_waitcnt 
-0x55e5 021925 increase 1 ,pdata 
-0x55e6 021926 store 1 ,mem_le_adv_waitcnt 
-0x55e7 021927 rtn 
-:      021930 le_scan:
-0x55e8 021931 bpatchx patch2b_6 ,mem_patch2b 
-0x55e9 021932 fetch 1 ,mem_le_scan_enable 
-0x55ea 021933 rtnne le_scan_enable 
-0x55eb 021934 arg le_scan_interval_timer ,queue 
-0x55ec 021935 call timer_check 
-0x55ed 021936 nrtn blank 
-0x55ee 021937 fetch 2 ,mem_le_scan_interval 
-0x55ef 021938 fetcht 2 ,mem_le_scan_window 
-0x55f0 021939 isub temp ,pdata 
-0x55f1 021940 arg le_scan_interval_timer ,queue 
-0x55f2 021941 call timer_init 
-0x55f3 021942 disable master 
-0x55f4 021943 call le_init_adv 
-0x55f5 021944 call le_wait_adv 
-0x55f6 021945 nrtn match 
-0x55f7 021946 bpatchx patch2b_7 ,mem_patch2b 
-0x55f8 021947 fetch 6 ,mem_le_rxbuf + 2 
-0x55f9 021948 store 6 ,mem_le_plap 
-0x55fa 021951 fetch 1 ,mem_le_adv_rcv 
-0x55fb 021952 increase 1 ,pdata 
-0x55fc 021953 store 1 ,mem_le_adv_rcv 
-0x55fd 021954 call le_create_conn 
-0x55fe 021955 rtn master 
-0x55ff 021956 call le_send_scan_request 
-0x5600 021957 nrtn match 
-0x5601 021958 bpatchx patch2c_0 ,mem_patch2c 
-0x5602 021959 fetch 1 ,mem_le_scanrsp_rcv 
-0x5603 021960 increase 1 ,pdata 
-0x5604 021961 store 1 ,mem_le_scanrsp_rcv 
-0x5605 021962 fetch 9 ,mem_le_rxbuf + 8 
-0x5606 021963 store 9 ,mem_tmp_buffer 
-0x5607 021964 rtn 
-:      021966 le_create_conn:
-0x5608 021967 bpatchx patch2c_1 ,mem_patch2c 
-0x5609 021968 fetch 1 ,mem_cmd_le_create_conn 
-0x560a 021969 rtnne hci_cmd_le_create_conn 
-0x560b 021970 fetch 6 ,mem_le_plap 
-0x560c 021971 fetcht 6 ,mem_le_conn_peer_addr 
-0x560d 021972 isub temp ,null 
-0x560e 021973 nrtn zero 
-0x560f 021974 call context_new 
-0x5610 021975 nrtn zero 
-0x5611 021976 call le_connect_request 
-0x5612 021977 call le_init_master 
-0x5613 021978 bpatchx patch2c_2 ,mem_patch2c 
-0x5614 021979 jam 0 ,mem_hci_cmd 
-0x5615 021980 jam 0 ,mem_le_peer_sca 
-0x5616 021981 jam 0 ,mem_le_scan_enable 
-0x5617 021982 jam 0 ,mem_cmd_le_create_conn 
-0x5618 021983 branch context_save 
-:      021985 le_scan_check_sender_addr_type:
-0x5619 021986 arg 1 ,rega 
-0x561a 021987 fetch 1 ,mem_le_rxbuf 
-0x561b 021988 rtnbit1 le_sender_addr_bit 
-0x561c 021989 arg 0 ,rega 
-0x561d 021990 rtn 
-:      021994 le_prepare_tx:
-0x561e 021995 bpatchx patch2c_3 ,mem_patch2c 
-0x561f 021996 fetch 1 ,mem_le_arq 
-0x5620 021997 rtnbit1 wak 
-0x5621 021998 call le_check_tx_md 
-0x5622 021999 call le_fifo_get_first_tx_ptr 
-0x5623 022000 branch le_send_empty ,blank 
-0x5624 022001 ifetch 1 ,contr 
-0x5625 022002 ifetcht 1 ,contr 
-0x5626 022003 copy temp ,rega 
-0x5627 022004 isub rega ,pdata 
-0x5628 022005 arg le_max_paket_len ,temp 
-0x5629 022006 call not_greater_than 
-0x562a 022007 copy pdata ,temp 
-0x562b 022008 ifetch 1 ,contr 
-0x562c 022009 copy pdata ,type 
-0x562d 022010 copy rega ,pdata 
-0x562e 022011 iadd contr ,contr 
-0x562f 022012 arg mem_le_txpayload ,contw 
-0x5630 022013 copy temp ,loopcnt 
-0x5631 022014 call memcpy 
-0x5632 022015 call le_update_tx_type 
-0x5633 022016 call le_send_packet 
-0x5634 022018 call le_fifo_get_first_tx_ptr 
-0x5635 022019 ifetch 1 ,contr 
-0x5636 022020 copy pdata ,rega 
-0x5637 022021 copy contr ,regc 
-0x5638 022022 ifetcht 1 ,contr 
-0x5639 022023 copy temp ,regb 
-0x563a 022024 isub regb ,pdata 
-0x563b 022025 arg le_max_paket_len ,temp 
-0x563c 022026 call not_greater_than 
-0x563d 022027 iadd regb ,pdata 
-0x563e 022028 istore 1 ,regc 
-0x563f 022029 isub rega ,null 
-0x5640 022030 nrtn zero 
-0x5641 022031 branch le_fifo_release_first_node 
-:      022034 le_check_tx_md:
-0x5642 022035 call le_check_continue 
-0x5643 022036 rtnmark1 mark_ble_tx_md 
-0x5644 022037 fetch 1 ,mem_le_configuration 
-0x5645 022038 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
-0x5646 022039 call le_fifo_get_second_tx_ptr 
-0x5647 022040 branch le_clear_md ,blank 
-0x5648 022041 branch le_set_md 
-:      022044 le_check_continue:
-0x5649 022045 call le_fifo_get_first_tx_ptr 
-0x564a 022046 branch le_clear_md ,blank 
-0x564b 022047 ifetch 1 ,contr 
-0x564c 022048 ifetcht 1 ,contr 
-0x564d 022049 isub temp ,pdata 
-0x564e 022050 sub pdata ,le_max_paket_len ,null 
-0x564f 022051 branch le_clear_md ,positive 
-:      022052 le_set_md:
-0x5650 022053 set1 mark_ble_tx_md ,mark 
-0x5651 022054 rtn 
-:      022056 le_clear_md:
-0x5652 022057 set0 mark_ble_tx_md ,mark 
-0x5653 022058 rtn 
-:      022060 le_update_tx_type:
-0x5654 022061 copy rega ,pdata 
-0x5655 022062 rtn blank 
-0x5656 022063 arg llid_continue ,type 
-0x5657 022064 rtn 
-:      022067 le_att_check_notification_enable:
-0x5658 022068 bpatchx patch2c_4 ,mem_patch2c 
-0x5659 022069 increase 1 ,temp 
-0x565a 022070 call le_att_get_handle_ptr 
-0x565b 022071 increase -2 ,contr 
-0x565c 022072 ifetch 2 ,contr 
-0x565d 022073 arg client_charactertic_configuration ,temp 
-0x565e 022074 isub temp ,null 
-0x565f 022075 nrtn zero 
-0x5660 022076 increase 1 ,contr 
-0x5661 022077 copy contr ,rega 
-0x5662 022078 ifetch 1 ,contr 
-0x5663 022079 rtn 
-:      022082 le_send_empty:
-0x5664 022083 force 0 ,temp 
-0x5665 022084 force 1 ,type 
-:      022086 le_send_packet:
-0x5666 022087 bpatchx patch2c_5 ,mem_patch2c 
-0x5667 022088 storet 1 ,mem_le_txlen 
-0x5668 022089 fetcht 1 ,mem_le_arq 
-0x5669 022090 set1 wak ,temp 
-0x566a 022091 and temp ,0xfc ,pdata 
-0x566b 022092 ior type ,pdata 
-0x566c 022093 store 1 ,mem_le_arq 
-0x566d 022094 and_into 0x1f ,pdata 
-0x566e 022095 isolate1 mark_ble_tx_md ,mark 
-0x566f 022096 setflag true ,md ,pdata 
-0x5670 022097 store 1 ,mem_le_txheader 
-0x5671 022099 fetch 1 ,mem_le_txheader 
-0x5672 022100 compare 1 ,type ,3 
-0x5673 022101 nbranch le_send_no_txlen ,true 
-0x5674 022102 fetch 1 ,mem_le_txlen 
-0x5675 022103 rtn blank 
-:      022104 le_send_no_txlen:
-0x5676 022105 fetch 1 ,mem_le_state 
-0x5677 022106 rtnbit0 lestate_encryption 
-0x5678 022107 call load_sk 
-0x5679 022108 branch le_encrypt 
-:      022111 get_lpm_wake_ble_rx_lock:
-0x567a 022112 arg wake_lock_ble_rx ,queue 
-0x567b 022113 branch lpm_get_wake_lock 
-:      022115 put_lpm_wake_ble_rx_lock:
-0x567c 022116 arg wake_lock_ble_rx ,queue 
-0x567d 022117 branch lpm_put_wake_lock 
-:      022120 le_parse:
-0x567e 022121 bpatchx patch2c_6 ,mem_patch2c 
-0x567f 022122 rtnmark1 mark_old_packet 
-0x5680 022123 call le_fifo_check_full 
-0x5681 022124 nrtn blank 
-0x5682 022125 fetch 1 ,mem_le_rxbuf 
-0x5683 022126 and pdata ,0x3 ,pdata 
-0x5684 022127 store 1 ,mem_le_packet_llid 
-0x5685 022128 ifetch 1 ,contr 
-0x5686 022129 and pdata ,0x1f ,pdata 
-0x5687 022130 store 1 ,mem_le_packet_size 
-0x5688 022131 rtn blank 
-0x5689 022132 copy contr ,pdata 
-0x568a 022133 store 2 ,mem_le_payload_ptr 
-0x568b 022134 fetch 1 ,mem_le_packet_llid 
-0x568c 022135 beq llid_le_ll ,le_parse_ll 
-:      022136 le_parse_l2cap:
-0x568d 022137 call le_check_l2cap_complete 
-0x568e 022138 nbranch get_lpm_wake_ble_rx_lock ,user 
-0x568f 022139 call put_lpm_wake_ble_rx_lock 
-0x5690 022140 fetch 2 ,mem_le_payload_ptr 
-0x5691 022141 copy pdata ,contr 
-0x5692 022142 ifetch 2 ,contr 
-0x5693 022143 store 2 ,mem_le_l2cap_size 
-0x5694 022144 bpatchx patch2c_7 ,mem_patch2c 
-0x5695 022145 ifetch 2 ,contr 
-0x5696 022146 beq le_l2cap_cid_att ,le_parse_att 
-0x5697 022147 beq le_l2cap_cid_smp ,le_parse_smp 
-0x5698 022148 beq le_l2cap_cid_signal ,le_parse_signaling 
-0x5699 022149 rtn 
-:      022152 le_check_l2cap_complete:
-0x569a 022153 fetch 1 ,mem_le_packet_llid 
-0x569b 022154 beq llid_start ,le_check_l2cap_llid_start 
-0x569c 022155 beq llid_continue ,le_check_l2cap_llid_continue 
-0x569d 022156 rtn 
-:      022161 le_check_l2cap_cid_legal:
-0x569e 022162 call enable_user 
-0x569f 022163 arg le_l2cap_cid_att ,temp 
-0x56a0 022164 isub pdata ,null 
-0x56a1 022165 rtn zero 
-0x56a2 022166 arg le_l2cap_cid_signal ,temp 
-0x56a3 022167 isub pdata ,null 
-0x56a4 022168 rtn zero 
-0x56a5 022169 arg le_l2cap_cid_smp ,temp 
-0x56a6 022170 isub pdata ,null 
-0x56a7 022171 rtn zero 
-0x56a8 022172 branch disable_user 
-:      022175 le_check_l2cap_llid_start:
-0x56a9 022176 fetch 2 ,mem_le_payload_ptr 
-0x56aa 022177 copy pdata ,contr 
-0x56ab 022178 ifetch 2 ,contr 
-0x56ac 022179 store 2 ,mem_le_l2cap_size 
-0x56ad 022180 ifetch 2 ,contr 
-0x56ae 022181 call le_check_l2cap_cid_legal 
-0x56af 022182 nrtn user 
-0x56b0 022183 fetcht 1 ,mem_le_packet_size 
-0x56b1 022184 storet 1 ,mem_le_packet_len_recved 
-0x56b2 022185 fetch 2 ,mem_le_l2cap_size 
-0x56b3 022186 increase 4 ,pdata 
-0x56b4 022187 isub temp ,null 
-0x56b5 022188 branch enable_user ,zero 
-0x56b6 022189 fetch 1 ,mem_le_packet_size 
-0x56b7 022190 copy pdata ,loopcnt 
-0x56b8 022191 arg mem_le_l2capbuf ,contw 
-0x56b9 022192 fetch 2 ,mem_le_payload_ptr 
-0x56ba 022193 copy pdata ,contr 
-0x56bb 022194 call memcpy 
-0x56bc 022195 branch disable_user 
-:      022200 le_check_l2cap_continue_legal:
-0x56bd 022201 call enable_user 
-0x56be 022202 fetch 1 ,mem_le_packet_len_recved 
-0x56bf 022203 nrtn blank 
-0x56c0 022204 branch disable_user 
-:      022206 le_check_l2cap_llid_continue:
-0x56c1 022207 call le_check_l2cap_continue_legal 
-0x56c2 022208 nrtn user 
-0x56c3 022209 fetch 1 ,mem_le_packet_len_recved 
-0x56c4 022210 arg mem_le_l2capbuf ,contw 
-0x56c5 022211 iadd contw ,rega 
-0x56c6 022212 fetcht 1 ,mem_le_packet_size 
-0x56c7 022213 iadd temp ,pdata 
-0x56c8 022214 store 1 ,mem_le_packet_len_recved 
-0x56c9 022215 fetch 1 ,mem_le_packet_size 
-0x56ca 022216 copy pdata ,loopcnt 
-0x56cb 022217 copy rega ,contw 
-0x56cc 022218 fetch 2 ,mem_le_payload_ptr 
-0x56cd 022219 copy pdata ,contr 
-0x56ce 022220 call memcpy_fast 
-0x56cf 022221 setarg mem_le_l2capbuf 
-0x56d0 022222 store 2 ,mem_le_payload_ptr 
-0x56d1 022223 fetch 2 ,mem_le_l2cap_size 
-0x56d2 022224 increase 4 ,pdata 
-0x56d3 022225 fetcht 1 ,mem_le_packet_len_recved 
-0x56d4 022226 isub temp ,null 
-0x56d5 022227 branch enable_user ,zero 
-0x56d6 022228 branch disable_user 
-:      022234 le_get_search_att_type:
-0x56d7 022235 call store_contr 
-0x56d8 022236 arg mem_le_search_att_type_length ,contw 
-:      022237 le_get_search_common:
-0x56d9 022238 fetch 2 ,mem_le_l2cap_size 
-0x56da 022239 increase -5 ,pdata 
-:      022240 le_get_search_common2:
-0x56db 022241 istore 1 ,contw 
-0x56dc 022242 copy pdata ,loopcnt 
-0x56dd 022243 call get_contr 
-0x56de 022244 branch memcpy_fast 
-:      022246 le_get_search_att_uuid:
-0x56df 022247 call store_contr 
-0x56e0 022248 arg mem_le_search_uuid_length ,contw 
-0x56e1 022249 branch le_get_search_common 
-:      022253 le_writeatt_cb:
-0x56e2 022254 fetch 2 ,mem_cb_att_write 
-0x56e3 022255 branch callback_func 
-:      022257 le_supervision_update:
-0x56e4 022258 fetcht 4 ,mem_le_supervision_timer 
-0x56e5 022259 call get_clkbt 
-0x56e6 022260 isub temp ,timeup 
-0x56e7 022261 deposit timeup 
-0x56e8 022262 fetcht 2 ,mem_le_superto 
-0x56e9 022263 lshift4 temp ,temp 
-0x56ea 022264 lshift temp ,temp 
-0x56eb 022265 isub temp ,pdata 
-0x56ec 022266 rtn 
-:      022268 le_supervision_flush:
-0x56ed 022269 call get_clkbt 
-0x56ee 022270 store 4 ,mem_le_supervision_timer 
-0x56ef 022271 rtn 
-:      022274 le_adv:
-0x56f0 022275 jam 36 ,mem_le_ch_mapped 
-0x56f1 022276 jam 0 ,mem_le_adv_channel_map_temp 
-:      022277 le_adv_loop:
-0x56f2 022278 bpatchx patch2d_0 ,mem_patch2d 
-0x56f3 022279 fetch 1 ,mem_le_adv_enable 
-0x56f4 022280 rtn blank 
-0x56f5 022281 arg le_adv_interval_timer ,queue 
-0x56f6 022282 call timer_check 
-0x56f7 022283 nrtn blank 
-0x56f8 022284 bpatchx patch2d_1 ,mem_patch2d 
-:      022285 le_adv_loop_tx:
-0x56f9 022286 disable master 
-0x56fa 022287 enable swfine 
-0x56fb 022288 call le_init_adv 
-0x56fc 022289 call le_next_adv_channel 
-0x56fd 022290 call le_send_adv_ind 
-0x56fe 022291 nbranch le_adv_not_match ,match 
-0x56ff 022292 fetch 1 ,mem_le_req_rcv 
-0x5700 022293 increase 1 ,pdata 
-0x5701 022294 store 1 ,mem_le_req_rcv 
-0x5702 022295 fetch 1 ,mem_le_rxbuf 
-0x5703 022296 and pdata ,0x0f ,pdata 
-0x5704 022297 beq scan_req ,le_send_scan_response 
-0x5705 022298 beq connect_req ,le_parse_connect_req 
-:      022299 le_adv_not_match:
-0x5706 022300 bpatchx patch2d_2 ,mem_patch2d 
-0x5707 022301 random pdata 
-0x5708 022302 arg 0x1ff ,temp 
-0x5709 022303 iand temp ,pdata 
-0x570a 022304 add pdata ,250 ,pdata 
-0x570b 022305 call delay 
-0x570c 022306 fetch 1 ,mem_le_adv_channel_map_temp 
-0x570d 022307 fetcht 1 ,mem_le_adv_channel_map 
-0x570e 022308 isub temp ,null 
-0x570f 022309 nbranch le_adv_loop ,zero 
-0x5710 022310 arg le_adv_interval_timer ,queue 
-0x5711 022311 fetch 2 ,mem_le_adv_interval 
-0x5712 022312 branch timer_init 
-:      022315 le_receive_window_size:
-0x5713 022316 bpatchx patch2d_3 ,mem_patch2d 
-0x5714 022317 fetch 1 ,mem_le_peer_sca 
-0x5715 022318 call le_sca_map 
-0x5716 022319 fetch 2 ,mem_le_tsniff 
-0x5717 022320 imul32 temp ,pdata 
-0x5718 022321 arg 375 ,temp 
-0x5719 022322 imul32 temp ,pdata 
-0x571a 022323 arg 100000 ,temp 
-0x571b 022324 idiv temp 
-0x571c 022325 fetch 1 ,mem_le_window_size 
-0x571d 022326 arg 20000 ,temp 
-0x571e 022327 imul32 temp ,pdata 
-0x571f 022328 iadd temp ,pdata 
-0x5720 022329 store 4 ,mem_le_transmit_window 
-0x5721 022330 bpatchx patch2d_4 ,mem_patch2d 
-0x5722 022331 fetch 2 ,mem_rx_window_sniff 
-0x5723 022332 call wait_div_end 
-0x5724 022333 quotient temp 
-0x5725 022334 iadd temp ,pdata 
-0x5726 022335 store 2 ,mem_le_receive_window 
-0x5727 022336 rtn 
-:      022338 le_parse_connect_req:
-0x5728 022339 bpatchx patch2d_5 ,mem_patch2d 
-0x5729 022340 fetch 6 ,mem_le_rxbuf + 8 
-0x572a 022341 fetcht 6 ,mem_le_lap 
-0x572b 022342 isub temp ,null 
-0x572c 022343 nrtn zero 
-0x572d 022344 call le_scan_check_sender_addr_type 
-0x572e 022345 copy rega ,pdata 
-0x572f 022346 store 1 ,mem_le_conn_peer_addr_type 
-0x5730 022347 fetch 7 ,mem_le_rxbuf + 21 
-0x5731 022348 store 7 ,mem_tmp_buffer 
-0x5732 022349 ifetch 8 ,contr 
-0x5733 022350 istore 8 ,contw 
-0x5734 022351 fetch 6 ,mem_le_rxbuf + 2 
-0x5735 022352 store 6 ,mem_le_plap 
-0x5736 022353 increase 6 ,contr 
-0x5737 022354 ifetch 8 ,contr 
-0x5738 022355 store 8 ,mem_le_access 
-0x5739 022356 ifetcht 2 ,contr 
-0x573a 022357 bpatchx patch2d_6 ,mem_patch2d 
-0x573b 022358 lshift2 temp ,temp 
-0x573c 022359 ifetch 2 ,contr 
-0x573d 022360 lshift2 pdata ,pdata 
-0x573e 022361 store 2 ,mem_le_tsniff 
-0x573f 022362 store 4 ,mem_le_anchor 
-0x5740 022363 isub temp ,pdata 
-0x5741 022364 add pdata ,-2 ,clke_bt 
-0x5742 022365 ifetch 9 ,contr 
-0x5743 022366 store 9 ,mem_le_slave_latency 
-0x5744 022367 bpatchx patch2d_7 ,mem_patch2d 
-0x5745 022368 ifetch 1 ,contr 
-0x5746 022369 rshift4 pdata ,temp 
-0x5747 022370 rshift temp ,temp 
-0x5748 022371 storet 1 ,mem_le_peer_sca 
-0x5749 022372 and_into 0x1f ,pdata 
-0x574a 022373 store 1 ,mem_le_hop 
-0x574b 022374 call le_receive_window_size 
-0x574c 022375 call le_calc_channel_map 
-0x574d 022376 call le_init_slave 
-0x574e 022377 call context_new 
-0x574f 022378 nrtn zero 
-0x5750 022379 bpatchx patch2e_0 ,mem_patch2e 
-0x5751 022380 call calc_clke_offset 
-0x5752 022381 call le_l2cap_reset_signaling_identifier 
-0x5753 022382 jam bt_evt_le_connected ,mem_fifo_temp 
-0x5754 022383 call ui_ipc_send_event 
-0x5755 022384 branch context_save 
-:      022387 le_init_attlist_search:
-0x5756 022388 bpatchx patch2e_1 ,mem_patch2e 
-0x5757 022389 fetch 2 ,mem_le_search_handle_start 
-0x5758 022390 iforce regb 
-0x5759 022391 fetch 2 ,mem_le_search_handle_end 
-0x575a 022392 iforce regc 
-0x575b 022393 fetch 2 ,mem_ui_le_uuid_table 
-0x575c 022394 iforce contr 
-0x575d 022395 enable user 
-0x575e 022396 rtn 
-:      022399 le_att_handle_inrange:
-0x575f 022400 ifetch 2 ,contr 
-0x5760 022401 rtn blank 
-0x5761 022402 isub regb ,null 
-0x5762 022403 nrtn positive 
-0x5763 022404 isub regc ,null 
-0x5764 022405 rtn zero 
-0x5765 022406 branch le_att_handle_blank ,positive 
-0x5766 022407 force 1 ,null 
-0x5767 022408 rtn 
-:      022409 le_att_handle_blank:
-0x5768 022410 force 0 ,pdata 
-0x5769 022411 rtn 
-:      022415 le_att_get_handle_ptr:
-0x576a 022416 call le_att_get_handle_ptr2 
-0x576b 022417 branch le_att_get_handle_ptr_found ,zero 
-0x576c 022418 rtn 
-:      022420 le_att_get_handle_ptr2:
-0x576d 022421 bpatchx patch2e_2 ,mem_patch2e 
-0x576e 022422 fetch 2 ,mem_ui_le_uuid_table 
-0x576f 022423 iforce contr 
-:      022424 le_att_get_handle_loop1:
-0x5770 022425 ifetch 2 ,contr 
-0x5771 022426 rtn blank 
-0x5772 022427 isub temp ,null 
-0x5773 022428 rtn zero 
-0x5774 022429 ifetch 1 ,contr 
-0x5775 022430 iadd contr ,contr 
-0x5776 022431 ifetch 1 ,contr 
-0x5777 022432 iadd contr ,contr 
-0x5778 022433 branch le_att_get_handle_loop1 
-:      022434 le_att_get_handle_ptr_found:
-0x5779 022435 ifetch 1 ,contr 
-0x577a 022436 iadd contr ,contr 
-0x577b 022437 rtn 
-:      022441 le_att_get_short_uuid_ptr:
-0x577c 022442 bpatchx patch2e_3 ,mem_patch2e 
-0x577d 022443 fetch 2 ,mem_ui_le_uuid_table 
-0x577e 022444 iforce contr 
-:      022445 le_att_get_short_uuid_loop:
-0x577f 022446 ifetch 2 ,contr 
-0x5780 022447 rtn blank 
-0x5781 022448 ifetch 1 ,contr 
-0x5782 022449 iadd contr ,contr 
-0x5783 022450 increase -2 ,contr 
-0x5784 022451 ifetch 2 ,contr 
-0x5785 022452 isub temp ,null 
-0x5786 022453 rtn zero 
-0x5787 022454 ifetch 1 ,contr 
-0x5788 022455 iadd contr ,contr 
-0x5789 022456 branch le_att_get_short_uuid_loop 
-:      022460 le_att_get_handle_info_from_ptr:
-0x578a 022461 fetch 2 ,mem_le_cur_attlist_start_ptr 
-0x578b 022462 branch le_att_get_handle_info_fast 
-:      022464 le_att_get_handle_info:
-0x578c 022465 bpatchx patch2e_4 ,mem_patch2e 
-0x578d 022466 fetch 2 ,mem_ui_le_uuid_table 
-:      022467 le_att_get_handle_info_fast:
-0x578e 022468 iforce contr 
-0x578f 022469 copy temp ,rega 
-:      022470 le_att_get_handle_loop:
-0x5790 022471 ifetch 2 ,contr 
-0x5791 022472 branch le_att_unfind_handle ,blank 
-0x5792 022473 isub rega ,null 
-0x5793 022474 branch le_att_finded_handle ,zero 
-0x5794 022475 ifetch 1 ,contr 
-0x5795 022476 iadd contr ,contr 
-0x5796 022477 ifetch 1 ,contr 
-0x5797 022478 iadd contr ,contr 
-0x5798 022479 branch le_att_get_handle_loop 
-:      022480 le_att_unfind_handle:
-0x5799 022481 branch disable_blank 
-:      022483 le_att_finded_handle:
-0x579a 022484 ifetch 1 ,contr 
-0x579b 022485 store 1 ,mem_le_cur_uuid_length 
-0x579c 022486 copy pdata ,loopcnt 
-0x579d 022487 arg mem_le_cur_uuid ,contw 
-0x579e 022488 call memcpy_fast 
-0x579f 022489 ifetch 1 ,contr 
-0x57a0 022490 store 1 ,mem_le_curr_att_len 
-0x57a1 022491 call store_contr 
-0x57a2 022492 branch enable_blank 
-:      022495 le_modified_name:
-0x57a3 022496 bpatchx patch2e_5 ,mem_patch2e 
-0x57a4 022497 call le_modified_name_att_list 
-0x57a5 022498 branch le_modified_name_adv 
-:      022500 le_modified_name_att_list:
-0x57a6 022501 arg uuid_chrctr_device_name ,temp 
-0x57a7 022502 call le_att_get_short_uuid_ptr 
-0x57a8 022503 rtn blank 
-0x57a9 022504 ifetch 1 ,contr 
-0x57aa 022505 copy contr ,contw 
-0x57ab 022506 fetcht 1 ,mem_le_name_len 
-0x57ac 022507 copy temp ,loopcnt 
-0x57ad 022508 isub temp ,null 
-0x57ae 022509 nbranch le_name_length_longer_than_att ,positive 
-0x57af 022510 isub temp ,temp 
-0x57b0 022511 arg mem_le_name ,contr 
-0x57b1 022512 call memcpy 
-0x57b2 022513 copy temp ,loopcnt 
-0x57b3 022514 ncall memcpy_empty ,zero 
-0x57b4 022515 rtn 
-:      022516 le_name_length_longer_than_att:
-0x57b5 022517 copy pdata ,loopcnt 
-0x57b6 022518 arg mem_le_name ,contr 
-0x57b7 022519 branch memcpy_fast 
-:      022522 le_modified_name_adv:
-0x57b8 022523 arg mem_le_adv_data_len + 32 ,regc 
-0x57b9 022524 arg mem_le_adv_data ,rega 
-0x57ba 022525 call le_modified_name_adv_and_scan 
-0x57bb 022526 setarg 0 
-0x57bc 022527 setflag user ,0 ,pdata 
-0x57bd 022528 store 1 ,mem_pdatatemp 
-0x57be 022529 arg mem_le_scan_data_len + 32 ,regc 
-0x57bf 022530 arg mem_le_scan_data ,rega 
-0x57c0 022531 call le_modified_name_adv_and_scan 
-0x57c1 022532 rtn user 
-0x57c2 022533 fetch 1 ,mem_pdatatemp 
-0x57c3 022534 branch assert ,blank 
-0x57c4 022535 rtn 
-:      022538 le_modified_name_adv_and_scan:
-0x57c5 022539 bpatchx patch2e_6 ,mem_patch2e 
-0x57c6 022540 call enable_user 
-0x57c7 022541 call clear_temp_block 
-0x57c8 022542 arg 0 ,regb 
-0x57c9 022543 arg mem_le_data_temp ,contw 
-0x57ca 022544 call le_modified_name_adv_loop 
-0x57cb 022545 fetch 1 ,mem_le_name_len 
-0x57cc 022546 add pdata ,1 ,temp 
-0x57cd 022547 iadd regb ,rega 
-0x57ce 022548 increase 2 ,rega 
-0x57cf 022549 sub rega ,0x1f ,null 
-0x57d0 022550 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
-0x57d1 022551 istoret 1 ,contw 
-0x57d2 022552 arg gap_adtype_local_name_complete ,temp 
-0x57d3 022553 istoret 1 ,contw 
-0x57d4 022554 iforce loopcnt 
-0x57d5 022555 call memcpy_fast 
-0x57d6 022556 copy rega ,regb 
-:      022557 le_modified_name_adv_and_scan_store_data:
-0x57d7 022558 deposit regb 
-0x57d8 022559 store 1 ,mem_le_data_len_temp 
-0x57d9 022560 arg mem_le_data_len_temp ,contr 
-0x57da 022561 setarg -32 
-0x57db 022562 iadd regc ,contw 
-0x57dc 022563 branch memcpy32 
-:      022565 le_modified_name_adv_and_scan_name_overflow:
-0x57dd 022566 call disable_user 
-0x57de 022567 branch le_modified_name_adv_and_scan_store_data 
-:      022569 le_modified_name_adv_loop:
-0x57df 022570 ifetch 1 ,rega 
-0x57e0 022571 rtn blank 
-0x57e1 022572 pincrease 1 
-0x57e2 022573 ifetcht 1 ,contr 
-0x57e3 022574 sub temp ,gap_adtype_local_name_complete ,null 
-0x57e4 022575 branch le_modified_name_adv_found_name ,zero 
-0x57e5 022576 iadd regb ,regb 
-0x57e6 022577 copy rega ,contr 
-0x57e7 022578 iforce loopcnt 
-0x57e8 022579 call memcpy_fast 
-0x57e9 022580 copy contr ,rega 
-:      022581 le_modified_name_adv_loop2:
-0x57ea 022582 deposit rega 
-0x57eb 022583 isub regc ,null 
-0x57ec 022584 rtn positive 
-0x57ed 022585 branch le_modified_name_adv_loop 
-:      022587 le_modified_name_adv_found_name:
-0x57ee 022588 iadd rega ,rega 
-0x57ef 022589 branch le_modified_name_adv_loop2 
-:      022592 memcpy_empty:
-0x57f0 022593 setarg space 
-0x57f1 022594 istore 1 ,contw 
-0x57f2 022595 loop memcpy_empty 
-0x57f3 022596 rtn 
-:      022599 le_lpm_set_mult:
-0x57f4 022600 bpatchx patch2e_7 ,mem_patch2e 
-0x57f5 022601 disable wake 
-0x57f6 022602 branch le_lpm_set_mult_attempt ,attempt 
-0x57f7 022603 nbranch le_lpm_lost ,match 
-:      022604 le_lpm_set_mult_attempt:
-0x57f8 022605 call lpm_match 
-0x57f9 022606 fetch 2 ,mem_rx_window_sniff 
-0x57fa 022607 store 2 ,mem_le_receive_window 
-0x57fb 022609 nbranch lpm_mult_short ,match 
-0x57fc 022610 bmark1 mark_old_packet ,lpm_mult_short 
-0x57fd 022612 fetch 1 ,mem_le_packet_size 
-0x57fe 022613 nbranch lpm_mult_short ,blank 
-0x57ff 022614 fetch 1 ,mem_le_txlen 
-0x5800 022615 nbranch lpm_mult_short ,blank 
-0x5801 022617 fetch 1 ,mem_le_configuration 
-0x5802 022618 bbit1 bit_ble_short_mult ,lpm_mult_short 
-0x5803 022620 fetch 1 ,mem_le_state 
-0x5804 022621 bbit1 lestate_update_param ,lpm_mult_short 
-0x5805 022622 branch lpm_mult_wait_timeout 
-:      022624 le_lpm_lost:
-0x5806 022625 fetcht 2 ,mem_rx_window_sniff 
-0x5807 022626 rshift temp ,temp 
-0x5808 022627 fetch 2 ,mem_le_receive_window 
-0x5809 022628 iadd temp ,pdata 
-0x580a 022629 store 2 ,mem_le_receive_window 
-0x580b 022630 branch lpm_lost 
-:      022633 le_set_config_fixed_tk:
-0x580c 022634 arg bit_ble_passkey_fixed_key ,queue 
-0x580d 022635 branch le_set_config 
-:      022637 le_clr_config_fixed_tk:
-0x580e 022638 arg bit_ble_passkey_fixed_key ,queue 
-0x580f 022639 branch le_clr_config 
-:      022641 le_set_config_fixed_ltk:
-0x5810 022642 arg bit_ble_pairing_fixed_ltk ,queue 
-0x5811 022643 branch le_set_config 
-:      022645 le_clr_config_fixed_ltk:
-0x5812 022646 arg bit_ble_pairing_fixed_ltk ,queue 
-0x5813 022647 branch le_clr_config 
-:      022649 le_set_config_more_data:
-0x5814 022650 arg bit_ble_transmit_packet_by_md ,queue 
-0x5815 022651 branch le_set_config 
-:      022653 le_clr_config_more_data:
-0x5816 022654 arg bit_ble_transmit_packet_by_md ,queue 
-0x5817 022655 branch le_clr_config 
-:      022657 le_set_config_read_authentication:
-0x5818 022658 arg bit_ble_read_auth ,queue 
-0x5819 022659 branch le_set_config 
-:      022661 le_clr_config_read_authentication:
-0x581a 022662 arg bit_ble_read_auth ,queue 
-0x581b 022663 branch le_clr_config 
-:      022665 le_set_config_write_authentication:
-0x581c 022666 arg bit_ble_write_auth ,queue 
-0x581d 022667 branch le_set_config 
-:      022669 le_clr_config_write_authentication:
-0x581e 022670 arg bit_ble_write_auth ,queue 
-0x581f 022671 branch le_clr_config 
-:      022673 le_set_config_short_mult:
-0x5820 022674 arg bit_ble_short_mult ,queue 
-0x5821 022675 branch le_set_config 
-:      022677 le_clr_config_short_mult:
-0x5822 022678 arg bit_ble_short_mult ,queue 
-0x5823 022679 branch le_clr_config 
-:      022682 le_set_config:
-0x5824 022683 fetch 1 ,mem_le_configuration 
-0x5825 022684 qset1 pdata 
-0x5826 022685 store 1 ,mem_le_configuration 
-0x5827 022686 rtn 
-:      022688 le_clr_config:
-0x5828 022689 fetch 1 ,mem_le_configuration 
-0x5829 022690 qset0 pdata 
-0x582a 022691 store 1 ,mem_le_configuration 
-0x582b 022692 rtn 
-:      022694 le_set_fixed_ltk:
-0x582c 022695 setarg 0x112233 
-0x582d 022696 store 3 ,mem_le_fixed_ltk 
-0x582e 022697 setarg 0x445566 
-0x582f 022698 istore 3 ,contw 
-0x5830 022699 setarg 0x778899 
-0x5831 022700 istore 3 ,contw 
-0x5832 022701 setarg 0x001122 
-0x5833 022702 istore 3 ,contw 
-0x5834 022703 setarg 0x334455 
-0x5835 022704 istore 3 ,contw 
-0x5836 022705 setarg 0x66 
-0x5837 022706 istore 1 ,contw 
-0x5838 022707 rtn 
-:      022710 le_set_justwork:
-0x5839 022711 setarg 0x01000302 
-0x583a 022712 store 4 ,mem_le_pres 
-0x583b 022713 setarg 0x010010 
-0x583c 022714 store 3 ,mem_le_pres_max_keysize 
-0x583d 022715 jam 1 ,mem_le_pairing_mode 
-0x583e 022716 rtn 
-:      022720 le_fifo_malloc_tx_empty:
-0x583f 022721 arg 0 ,rega 
-0x5840 022722 arg llid_empty ,type 
-0x5841 022723 branch le_fifo_malloc_tx 
-:      022727 le_fifo_malloc_tx_ll:
-0x5842 022728 arg llid_le_ll ,type 
-0x5843 022729 call le_fifo_malloc_tx 
-0x5844 022730 copy regb ,pdata 
-0x5845 022731 istore 1 ,contw 
-0x5846 022732 rtn 
-:      022736 le_fifo_malloc_tx_l2cap:
-0x5847 022737 force llid_l2cap_start ,type 
-0x5848 022738 increase 4 ,rega 
-0x5849 022739 call le_fifo_malloc_tx 
-0x584a 022740 increase -4 ,rega 
-0x584b 022741 copy rega ,pdata 
-0x584c 022742 istore 2 ,contw 
-0x584d 022743 copy regb ,pdata 
-0x584e 022744 istore 2 ,contw 
-0x584f 022745 rtn 
-:      022749 le_fifo_malloc_tx:
-0x5850 022750 sub rega ,240 ,null 
-0x5851 022751 nbranch assert ,positive 
-0x5852 022752 fetch 1 ,mem_le_tx_buff_used 
-0x5853 022753 arg 1 ,temp 
-0x5854 022754 arg le_tx_buff_count ,loopcnt 
-:      022755 le_fifo_malloc_tx_loop:
-0x5855 022756 iand temp ,null 
-0x5856 022757 branch le_fifo_malloc_tx_got_empty ,zero 
-0x5857 022758 lshift temp ,temp 
-0x5858 022759 loop le_fifo_malloc_tx_loop 
-0x5859 022760 branch assert 
-:      022761 le_fifo_malloc_tx_got_empty:
-0x585a 022762 ixor temp ,pdata 
-0x585b 022763 store 1 ,mem_le_tx_buff_used 
-0x585c 022764 sub loopcnt ,le_tx_buff_count ,pdata 
-0x585d 022765 lshift4 pdata ,pdata 
-0x585e 022766 lshift4 pdata ,pdata 
-0x585f 022767 arg mem_le_tx_buffer0 ,temp 
-0x5860 022768 iadd temp ,temp 
-:      022769 le_fifo_tx_find_empty_ptr:
-0x5861 022770 arg 0 ,loopcnt 
-0x5862 022771 arg mem_le_tx_ptr0 ,contr 
-:      022772 le_fifo_tx_find_empty_ptr_loop:
-0x5863 022773 ifetch 2 ,contr 
-0x5864 022774 branch le_fifo_tx_found_empty_ptr ,blank 
-0x5865 022775 copy loopcnt ,pdata 
-0x5866 022776 increase 1 ,loopcnt 
-0x5867 022777 bne le_tx_buff_count ,le_fifo_tx_find_empty_ptr_loop 
-0x5868 022778 branch assert 
-:      022781 le_fifo_tx_found_empty_ptr:
-0x5869 022782 increase -2 ,contr 
-0x586a 022783 istoret 2 ,contr 
-0x586b 022784 copy temp ,contw 
-0x586c 022785 copy rega ,pdata 
-0x586d 022786 istore 1 ,contw 
-0x586e 022787 setarg 0 
-0x586f 022788 istore 1 ,contw 
-0x5870 022789 copy type ,pdata 
-0x5871 022790 istore 1 ,contw 
-0x5872 022791 rtn 
-:      022795 le_fifo_get_first_tx_ptr:
-0x5873 022796 fetch 2 ,mem_le_tx_ptr0 
-0x5874 022797 copy pdata ,contr 
-0x5875 022798 rtn 
-:      022800 le_fifo_get_second_tx_ptr:
-0x5876 022801 fetch 2 ,mem_le_tx_ptr1 
-0x5877 022802 copy pdata ,contr 
-0x5878 022803 rtn 
-:      022805 le_fifo_get_last_tx_ptr:
-0x5879 022806 call le_fifo_get_last_tx_ptr0 
-0x587a 022807 copy pdata ,contr 
-0x587b 022808 rtn 
-:      022809 le_fifo_get_last_tx_ptr0:
-0x587c 022810 fetch 2 ,mem_le_tx_ptr3 
-0x587d 022811 nrtn blank 
-0x587e 022812 fetch 2 ,mem_le_tx_ptr2 
-0x587f 022813 nrtn blank 
-0x5880 022814 fetch 2 ,mem_le_tx_ptr1 
-0x5881 022815 nrtn blank 
-0x5882 022816 fetch 2 ,mem_le_tx_ptr0 
-0x5883 022817 rtn 
-:      022819 le_fifo_get_first_l2cap_ptr:
-0x5884 022820 call le_fifo_get_first_tx_ptr 
-0x5885 022821 increase 3 ,contr 
-0x5886 022822 rtn 
-:      022824 le_fifo_get_first_att_ptr:
-0x5887 022825 call le_fifo_get_first_tx_ptr 
-0x5888 022826 increase 7 ,contr 
-0x5889 022827 rtn 
-:      022829 le_fifo_get_last_att_ptr:
-0x588a 022830 call le_fifo_get_last_tx_ptr 
-0x588b 022831 increase 7 ,contr 
-0x588c 022832 rtn 
-:      022834 le_fifo_get_last_l2cap_ptr:
-0x588d 022835 call le_fifo_get_last_tx_ptr 
-0x588e 022836 increase 3 ,contr 
-0x588f 022837 rtn 
-:      022841 le_fifo_check_full:
-0x5890 022842 fetch 2 ,mem_le_tx_ptr3 
-0x5891 022843 rtn 
-:      022846 le_fifo_check_nearly_full:
-0x5892 022847 fetch 2 ,mem_le_tx_ptr2 
-0x5893 022848 rtn 
-:      022851 le_fifo_check_empty:
-0x5894 022852 fetch 2 ,mem_le_tx_ptr0 
-0x5895 022853 rtn 
-:      022856 le_fifo_release_first_node:
-0x5896 022857 fetch 2 ,mem_le_tx_ptr0 
-0x5897 022858 arg mem_le_tx_buffer0 ,temp 
-0x5898 022859 isub temp ,pdata 
-0x5899 022860 rshift4 pdata ,pdata 
-0x589a 022861 rshift4 pdata ,queue 
-0x589b 022862 fetch 1 ,mem_le_tx_buff_used 
-0x589c 022863 qset0 pdata 
-0x589d 022864 store 1 ,mem_le_tx_buff_used 
-0x589e 022865 arg 0 ,loopcnt 
-:      022866 le_fifo_release_first_node_loop:
-0x589f 022867 lshift loopcnt ,pdata 
-0x58a0 022868 arg mem_le_tx_ptr1 ,temp 
-0x58a1 022869 iadd temp ,temp 
-0x58a2 022870 ifetch 2 ,temp 
-0x58a3 022871 increase -2 ,temp 
-0x58a4 022872 istore 2 ,temp 
-0x58a5 022873 copy loopcnt ,pdata 
-0x58a6 022874 increase 1 ,loopcnt 
-0x58a7 022875 bne le_tx_buff_update_loopcnt ,le_fifo_release_first_node_loop 
-0x58a8 022876 setarg 0 
-0x58a9 022877 istore 2 ,temp 
-0x58aa 022878 rtn 
-:      022884 le_parse_att:
-0x58ab 022885 ifetch 3 ,contr 
-0x58ac 022886 store 3 ,mem_le_att_opcode 
-0x58ad 022887 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
-0x58ae 022888 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
-0x58af 022889 beq attop_find_information_request ,le_parse_att_find_information_request 
-0x58b0 022890 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
-0x58b1 022891 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
-0x58b2 022892 beq attop_read_request ,le_parse_att_read_request 
-0x58b3 022893 beq attop_read_blob_request ,le_parse_att_read_blob_request 
-0x58b4 022894 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
-0x58b5 022895 beq attop_write_request ,le_parse_att_write_request 
-0x58b6 022896 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
-0x58b7 022897 beq attop_execute_write_request ,le_parse_att_execute_write_request 
-0x58b8 022898 beq attop_write_command ,le_parse_att_write_command 
-0x58b9 022899 rtn 
-:      022902 le_send_att_exchange_mtu_requset:
-0x58ba 022903 force 3 ,rega 
-0x58bb 022904 call le_fifo_malloc_tx_l2cap_gatt 
-0x58bc 022905 setarg attop_exchange_mtu_request 
-0x58bd 022906 istore 1 ,contw 
-0x58be 022907 fetch 2 ,mem_le_local_mtu 
-0x58bf 022908 istore 2 ,contw 
-0x58c0 022909 rtn 
-:      022912 le_parse_att_exchange_mtu_request:
-0x58c1 022913 call le_parse_att_exchange_mtu_response 
-:      022914 le_send_att_exchange_mtu_response:
-0x58c2 022915 force 3 ,rega 
-0x58c3 022916 call le_fifo_malloc_tx_l2cap_gatt 
-0x58c4 022917 setarg attop_exchange_mtu_response 
-0x58c5 022918 istore 1 ,contw 
-0x58c6 022919 fetch 2 ,mem_le_local_mtu 
-0x58c7 022920 istore 2 ,contw 
-0x58c8 022921 rtn 
-:      022923 le_parse_att_exchange_mtu_response:
-0x58c9 022924 rshift8 pdata ,pdata 
-0x58ca 022925 store 2 ,mem_le_remote_mtu 
-0x58cb 022926 rtn 
-:      022928 le_parse_att_find_information_request:
-0x58cc 022929 call le_get_search_handle_start_end_common 
-0x58cd 022930 call enable_user 
-0x58ce 022931 branch le_send_att_find_information_response 
-:      022933 le_send_att_find_information_response:
-0x58cf 022934 arg 3 ,timeup 
-0x58d0 022935 call le_init_attlist_search 
-:      022936 le_send_att_find_information_res_loop:
-0x58d1 022937 call le_att_handle_inrange 
-0x58d2 022938 branch le_send_att_find_information_res_end ,blank 
-0x58d3 022939 nbranch le_send_att_find_information_res_next ,positive 
-0x58d4 022940 increase -2 ,contr 
-0x58d5 022941 call store_contr 
-0x58d6 022942 call get_contw 
-0x58d7 022943 nbranch le_send_att_find_information_res_store_info ,user 
-0x58d8 022944 call push_stack_rega_b_c 
-0x58d9 022945 call disable_user 
-0x58da 022946 force 20 ,rega 
-0x58db 022947 call le_fifo_malloc_tx_l2cap_gatt 
-0x58dc 022948 call pop_stack_rega_b_c 
-0x58dd 022949 setarg attop_find_information_response 
-0x58de 022950 istore 1 ,contw 
-0x58df 022951 setarg uuid_size_16bit 
-0x58e0 022952 istore 1 ,contw 
-:      022953 le_send_att_find_information_res_store_info:
-0x58e1 022954 call get_contr 
-0x58e2 022955 ifetch 2 ,contr 
-0x58e3 022956 istore 2 ,contw 
-0x58e4 022957 ifetch 1 ,contr 
-0x58e5 022958 copy pdata ,loopcnt 
-0x58e6 022959 call memcpy 
-0x58e7 022960 call store_contw 
-0x58e8 022961 increase -1 ,timeup 
-0x58e9 022962 branch le_send_att_find_information_res_end ,zero 
-:      022963 le_send_att_find_information_res_cont:
-0x58ea 022964 ifetch 1 ,contr 
-0x58eb 022965 iadd contr ,contr 
-0x58ec 022966 branch le_send_att_find_information_res_loop 
-:      022967 le_send_att_find_information_res_next:
-0x58ed 022968 ifetch 1 ,contr 
-0x58ee 022969 iadd contr ,contr 
-0x58ef 022970 branch le_send_att_find_information_res_cont 
-:      022971 le_send_att_find_information_res_end:
-0x58f0 022972 branch le_send_att_error_response_notfound ,user 
-0x58f1 022973 branch le_send_auto_len_by_mem 
-:      022976 le_parse_att_find_by_type_value_request:
-0x58f2 022977 call le_get_search_handle_start_end_common 
-0x58f3 022978 ifetch 2 ,contr 
-0x58f4 022979 store 2 ,mem_le_search_uuid 
-0x58f5 022980 call store_contr 
-0x58f6 022981 arg mem_le_search_att_type_length ,contw 
-0x58f7 022982 fetch 2 ,mem_le_l2cap_size 
-0x58f8 022983 increase -7 ,pdata 
-0x58f9 022984 call le_get_search_common2 
-0x58fa 022985 branch le_send_att_find_by_type_value_response 
-:      022988 le_start_end_handle_check_1:
-0x58fb 022989 disable user 
-0x58fc 022990 fetcht 2 ,mem_le_search_handle_start 
-0x58fd 022991 fetch 2 ,mem_le_search_handle_end 
-0x58fe 022992 isub temp ,null 
-0x58ff 022993 nbranch le_start_end_handle_check_1_fail ,positive 
-0x5900 022994 deposit temp 
-0x5901 022995 rtnne 0 
-:      022996 le_start_end_handle_check_1_fail:
-0x5902 022997 enable user 
-0x5903 022998 jam att_err_invalid_handle ,mem_le_err_code 
-0x5904 022999 branch le_send_att_error_response 
-:      023002 le_send_att_find_by_type_value_response:
-0x5905 023003 call le_start_end_handle_check_1 
-0x5906 023004 rtn user 
-0x5907 023005 fetcht 2 ,mem_le_search_uuid 
-0x5908 023006 setarg uuid_gatt_primary_service 
-0x5909 023007 isub temp ,null 
-0x590a 023008 branch le_send_att_find_by_type_value_res_primary ,zero 
-0x590b 023009 branch le_send_att_error_response_notfound 
-:      023012 le_send_att_find_by_type_value_res_primary:
-0x590c 023013 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
-0x590d 023014 fetcht 2 ,mem_le_search_handle_start 
-0x590e 023015 storet 2 ,mem_temp 
-0x590f 023016 call le_att_get_handle_info 
-0x5910 023017 nbranch le_send_att_error_response_notfound ,blank 
-:      023018 le_send_att_find_primary_search_loop:
-0x5911 023019 fetcht 2 ,mem_temp 
-0x5912 023020 call le_att_get_handle_info 
-0x5913 023021 nbranch le_send_att_error_response_notfound2 ,blank 
-0x5914 023022 copy contr ,rega 
-0x5915 023023 fetch 1 ,mem_le_curr_att_len 
-0x5916 023024 copy pdata ,loopcnt 
-0x5917 023025 fetcht 1 ,mem_le_search_att_type_length 
-0x5918 023026 isub temp ,null 
-0x5919 023027 nbranch le_send_att_find_primary_search_loop1 ,zero 
-0x591a 023028 arg mem_le_search_att_type ,regb 
-0x591b 023029 call string_compare 
-0x591c 023031 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
-0x591d 023033 fetch 2 ,mem_le_cur_uuid 
-0x591e 023034 fetcht 2 ,mem_le_search_uuid 
-0x591f 023035 isub temp ,null 
-0x5920 023036 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
-:      023037 le_send_att_find_primary_search_loop1:
-0x5921 023038 fetch 2 ,mem_temp 
-0x5922 023039 increase 1 ,pdata 
-0x5923 023040 store 2 ,mem_temp 
-0x5924 023041 branch le_send_att_find_primary_search_loop 
-:      023043 le_send_att_error_response_notfound2:
-0x5925 023044 fetch 1 ,mem_le_search_res 
-0x5926 023045 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
-0x5927 023046 branch le_send_att_error_response_notfound 
-:      023049 le_send_att_find_primary_search_end_start_handle_found:
-0x5928 023050 fetch 2 ,mem_le_cur_uuid 
-0x5929 023051 fetcht 2 ,mem_le_search_uuid 
-0x592a 023052 isub temp ,null 
-0x592b 023053 nbranch le_send_att_find_primary_search_loop1 ,zero 
-0x592c 023054 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
-0x592d 023056 fetcht 2 ,mem_temp 
-0x592e 023057 storet 2 ,mem_le_cur_handle_start 
-0x592f 023058 branch le_send_att_find_primary_search_loop1 
-:      023060 le_send_att_find_primary_search_end_ending_handle_found:
-0x5930 023061 fetch 1 ,mem_le_search_res 
-0x5931 023062 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
-0x5932 023063 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
-0x5933 023064 fetcht 2 ,mem_temp 
-0x5934 023065 increase -1 ,temp 
-0x5935 023066 storet 2 ,mem_le_cur_handle_end 
-:      023068 le_send_att_find_primary_search_end:
-0x5936 023069 arg 5 ,rega 
-0x5937 023070 call le_fifo_malloc_tx_l2cap_gatt 
-0x5938 023071 setarg attop_find_by_type_value_response 
-0x5939 023072 istore 1 ,contw 
-0x593a 023073 fetch 2 ,mem_le_cur_handle_start 
-0x593b 023074 istore 2 ,contw 
-0x593c 023075 fetch 2 ,mem_le_cur_handle_end 
-0x593d 023076 istore 2 ,contw 
-0x593e 023077 rtn 
-:      023081 le_parse_att_read_by_type_request:
-0x593f 023082 call le_get_search_handle_start_end_common 
-0x5940 023083 call le_get_search_att_uuid 
-0x5941 023084 branch le_send_att_read_by_type_response 
-:      023086 le_send_att_read_by_type_response:
-0x5942 023087 fetcht 2 ,mem_le_search_handle_start 
-0x5943 023088 storet 2 ,mem_temp 
-0x5944 023089 call le_init_attlist_search 
-0x5945 023090 call le_att_get_handle_ptr2 
-0x5946 023091 increase -2 ,contr 
-0x5947 023092 copy contr ,pdata 
-0x5948 023093 store 2 ,mem_le_cur_attlist_start_ptr 
-0x5949 023095 fetcht 2 ,mem_le_search_uuid 
-0x594a 023096 setarg uuid_chrctr_device_name 
-0x594b 023097 isub temp ,null 
-0x594c 023098 branch le_send_att_read_by_type_res_device_name ,zero 
-0x594d 023099 setarg uuid_gatt_characteristic 
-0x594e 023100 isub temp ,null 
-0x594f 023101 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
-0x5950 023102 arg 2 ,timeup 
-:      023103 le_send_att_read_by_type_response_loop:
-0x5951 023104 call le_att_check_handle_end 
-0x5952 023105 nbranch le_send_att_read_by_type_response_end ,positive 
-0x5953 023106 fetcht 2 ,mem_temp 
-0x5954 023107 call le_att_get_handle_info_from_ptr 
-0x5955 023108 beq 1 ,le_send_att_read_by_type_response_end 
-0x5956 023109 call le_att_same_uuid 
-0x5957 023110 nbranch le_send_att_read_by_type_response_next_handle ,zero 
-0x5958 023111 nbranch le_send_att_read_by_type_res_found_next ,user 
-0x5959 023112 disable user 
-0x595a 023113 arg 20 ,rega 
-0x595b 023114 call le_fifo_malloc_tx_l2cap_gatt 
-0x595c 023115 setarg attop_read_by_type_response 
-0x595d 023116 istore 1 ,contw 
-0x595e 023117 copy contw ,alarm 
-0x595f 023118 increase 1 ,contw 
-0x5960 023120 call le_send_att_read_by_type_write_properties 
-0x5961 023121 call le_att_next_handle 
-0x5962 023122 call le_att_get_handle_info_from_ptr 
-0x5963 023123 call le_send_att_read_by_type_write_uuid 
-0x5964 023124 fetch 1 ,mem_le_cur_uuid_length 
-0x5965 023125 increase 5 ,pdata 
-0x5966 023126 istore 1 ,alarm 
-0x5967 023127 fetch 1 ,mem_le_cur_uuid_length 
-0x5968 023128 beq 16 ,le_send_att_read_by_type_response_end 
-0x5969 023129 increase -1 ,timeup 
-0x596a 023130 branch le_send_att_read_by_type_response_end ,zero 
-:      023131 le_send_att_read_by_type_response_next_handle:
-0x596b 023132 call le_att_next_handle 
-0x596c 023133 branch le_send_att_read_by_type_response_loop 
-:      023134 le_send_att_read_by_type_response_end:
-0x596d 023135 branch le_send_att_error_response_notfound ,user 
-0x596e 023136 branch le_send_auto_len_by_mem 
-:      023138 le_send_att_read_by_type_res_found_next:
-0x596f 023139 call le_store_att_record 
-0x5970 023140 call le_att_next_handle 
-0x5971 023141 call le_att_get_handle_info_from_ptr 
-0x5972 023142 fetch 1 ,mem_le_cur_uuid_length 
-0x5973 023143 beq 16 ,le_send_att_read_by_type_response_end 
-0x5974 023145 call get_contw 
-0x5975 023146 fetch 2 ,mem_temp 
-0x5976 023147 increase -1 ,pdata 
-0x5977 023148 istore 2 ,contw 
-0x5978 023149 call le_write_att_record_common 
-0x5979 023150 call le_send_att_read_by_type_write_uuid 
-0x597a 023151 increase -1 ,timeup 
-0x597b 023152 branch le_send_att_read_by_type_response_end ,zero 
-0x597c 023153 branch le_send_att_read_by_type_response_next_handle 
-:      023156 le_send_att_read_by_type_write_properties:
-0x597d 023157 fetch 2 ,mem_temp 
-0x597e 023158 istore 2 ,contw 
-0x597f 023160 fetch 1 ,mem_le_curr_att_len 
-0x5980 023161 copy pdata ,loopcnt 
-0x5981 023162 call get_contr 
-0x5982 023163 call memcpy_fast 
-0x5983 023164 branch store_contw 
-:      023165 le_send_att_read_by_type_write_uuid:
-0x5984 023166 call get_contw 
-0x5985 023167 fetch 2 ,mem_temp 
-0x5986 023168 istore 2 ,contw 
-0x5987 023169 call store_contw 
-0x5988 023170 fetch 1 ,mem_le_cur_uuid_length 
-0x5989 023171 copy pdata ,loopcnt 
-0x598a 023172 call get_contw 
-0x598b 023173 call get_contr 
-0x598c 023174 isub loopcnt ,contr 
-0x598d 023175 increase -1 ,contr 
-0x598e 023176 call memcpy_fast 
-0x598f 023177 branch store_contw 
-:      023181 le_send_att_read_by_type_res_not_characteristic:
-0x5990 023182 fetcht 2 ,mem_le_search_handle_start 
-0x5991 023183 storet 2 ,mem_temp 
-:      023184 le_send_att_read_by_type_res_not_char_loop:
-0x5992 023185 call le_att_check_handle_end 
-0x5993 023186 nbranch le_send_att_error_response_notfound ,positive 
-0x5994 023187 call le_att_get_handle_info_from_ptr 
-0x5995 023188 beq 1 ,le_send_att_error_response_notfound 
-0x5996 023189 call le_att_same_uuid 
-0x5997 023190 nbranch le_send_att_read_by_type_res_not_char_next ,zero 
-:      023192 le_send_att_read_by_type_res_not_char_common:
-0x5998 023193 arg 20 ,rega 
-0x5999 023194 call le_fifo_malloc_tx_l2cap_gatt 
-0x599a 023195 setarg attop_read_by_type_response 
-0x599b 023196 istore 1 ,contw 
-0x599c 023197 fetch 1 ,mem_le_curr_att_len 
-0x599d 023198 copy pdata ,loopcnt 
-0x599e 023199 increase 2 ,pdata 
-0x599f 023200 istore 1 ,contw 
-0x59a0 023201 fetch 2 ,mem_temp 
-0x59a1 023202 istore 2 ,contw 
-0x59a2 023203 call get_contr 
-0x59a3 023204 call memcpy_fast 
-0x59a4 023205 call store_contw 
-0x59a5 023206 branch le_send_auto_len_by_mem 
-:      023208 le_send_att_read_by_type_res_not_char_next:
-0x59a6 023209 call le_att_next_handle 
-0x59a7 023210 branch le_send_att_read_by_type_res_not_char_loop 
-:      023213 le_send_att_read_by_type_res_device_name:
-0x59a8 023214 arg uuid_chrctr_device_name ,temp 
-0x59a9 023215 call le_att_get_short_uuid_ptr 
-0x59aa 023216 rtn blank 
-0x59ab 023217 increase -5 ,contr 
-0x59ac 023218 ifetch 2 ,contr 
-0x59ad 023219 store 2 ,mem_temp 
-0x59ae 023220 arg 20 ,rega 
-0x59af 023221 call le_fifo_malloc_tx_l2cap_gatt 
-0x59b0 023222 setarg attop_read_by_type_response 
-0x59b1 023223 istore 1 ,contw 
-0x59b2 023224 fetch 1 ,mem_le_name_len 
-0x59b3 023225 copy pdata ,loopcnt 
-0x59b4 023226 increase 2 ,pdata 
-0x59b5 023227 istore 1 ,contw 
-0x59b6 023228 fetch 2 ,mem_temp 
-0x59b7 023229 istore 2 ,contw 
-0x59b8 023230 arg mem_le_name ,contr 
-0x59b9 023231 call memcpy_fast 
-0x59ba 023232 call store_contw 
-0x59bb 023233 branch le_send_auto_len_by_mem 
-:      023237 le_parse_att_read_request:
-0x59bc 023238 fetcht 2 ,mem_le_att_handle 
-0x59bd 023239 fetch 1 ,mem_le_configuration 
-0x59be 023240 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
-:      023242 le_send_att_read_response:
-0x59bf 023243 call le_att_get_handle_ptr 
-0x59c0 023244 branch le_send_att_error_response_notfound ,blank 
-0x59c1 023245 increase -2 ,contr 
-0x59c2 023246 ifetch 2 ,contr 
-0x59c3 023247 arg uuid_chrctr_device_name ,temp 
-0x59c4 023248 isub temp ,null 
-0x59c5 023249 branch le_send_device_name ,zero 
-0x59c6 023250 ifetch 1 ,contr 
-0x59c7 023251 sub pdata ,22 ,null 
-0x59c8 023252 branch le_send_att_read_response_less ,positive 
-0x59c9 023253 force 22 ,pdata 
-:      023254 le_send_att_read_response_less:
-0x59ca 023255 copy pdata ,regc 
-0x59cb 023256 call store_contr 
-0x59cc 023257 add regc ,1 ,rega 
-0x59cd 023258 call le_fifo_malloc_tx_l2cap_gatt 
-0x59ce 023259 setarg attop_read_response 
-0x59cf 023260 istore 1 ,contw 
-0x59d0 023261 copy regc ,loopcnt 
-0x59d1 023262 call get_contr 
-0x59d2 023263 branch memcpy 
-:      023265 le_send_device_name:
-0x59d3 023266 call store_contr 
-0x59d4 023267 fetch 1 ,mem_le_name_len 
-0x59d5 023268 add pdata ,1 ,rega 
-0x59d6 023269 call le_fifo_malloc_tx_l2cap_gatt 
-0x59d7 023270 setarg attop_read_response 
-0x59d8 023271 istore 1 ,contw 
-0x59d9 023272 fetch 1 ,mem_le_name_len 
-0x59da 023273 copy pdata ,loopcnt 
-0x59db 023274 arg mem_le_name ,contr 
-0x59dc 023275 branch memcpy 
-:      023278 le_send_att_read_response_check_auth:
-0x59dd 023279 fetch 2 ,mem_le_pairing_handle 
-0x59de 023280 isub temp ,null 
-0x59df 023281 nbranch le_send_att_read_response ,zero 
-0x59e0 023283 call le_check_encrypt_state 
-0x59e1 023284 nbranch le_send_att_read_response ,user 
-0x59e2 023285 jam att_err_insufficient_authentication ,mem_le_err_code 
-0x59e3 023286 branch le_send_att_error_response 
-:      023289 le_parse_att_read_blob_request:
-0x59e4 023290 ifetch 2 ,contr 
-0x59e5 023291 store 2 ,mem_le_att_offset 
-:      023292 le_send_att_read_blob_response:
-0x59e6 023293 arg 20 ,rega 
-0x59e7 023294 call le_fifo_malloc_tx_l2cap_gatt 
-0x59e8 023295 setarg attop_read_blob_response 
-0x59e9 023296 istore 1 ,contw 
-0x59ea 023297 fetch 2 ,mem_le_att_offset 
-0x59eb 023298 iforce rega 
-0x59ec 023299 fetcht 2 ,mem_le_att_handle 
-0x59ed 023300 call le_att_get_handle_ptr 
-0x59ee 023301 branch le_send_att_error_response_notfound ,blank 
-0x59ef 023302 ifetch 1 ,contr 
-0x59f0 023303 isub rega ,loopcnt 
-0x59f1 023304 nbranch le_send_att_error_response_notfound ,positive 
-0x59f2 023305 sub loopcnt ,22 ,null 
-0x59f3 023306 branch le_send_att_read_blob_response_less ,positive 
-0x59f4 023307 force 22 ,loopcnt 
-:      023308 le_send_att_read_blob_response_less:
-0x59f5 023309 deposit rega 
-0x59f6 023310 iadd contr ,contr 
-0x59f7 023311 call memcpy_fast 
-0x59f8 023312 call store_contw 
-0x59f9 023313 branch le_send_auto_len_by_mem 
-:      023316 le_parse_att_read_by_group_type_request:
-0x59fa 023317 call le_get_search_handle_start_end_common 
-0x59fb 023318 call le_get_search_att_type 
-0x59fc 023319 branch le_send_att_read_by_group_type_response 
-:      023324 le_send_att_read_by_group_type_response:
-0x59fd 023325 arg 2 ,timeup 
-0x59fe 023326 fetcht 2 ,mem_le_search_handle_start 
-0x59ff 023330 storet 2 ,mem_temp 
-0x5a00 023331 call le_init_attlist_search 
-0x5a01 023332 call le_att_get_handle_ptr2 
-0x5a02 023333 increase -2 ,contr 
-0x5a03 023334 copy contr ,pdata 
-0x5a04 023335 store 2 ,mem_le_cur_attlist_start_ptr 
-:      023336 le_send_att_read_by_group_type_response_loop:
-0x5a05 023337 call le_att_check_handle_end 
-0x5a06 023338 nbranch le_send_att_read_by_group_type_end0 ,positive 
-0x5a07 023339 fetcht 2 ,mem_temp 
-0x5a08 023340 call le_att_get_handle_info_from_ptr 
-0x5a09 023341 beq 1 ,le_send_att_read_by_group_type_end1 
-0x5a0a 023343 call le_att_same_type 
-0x5a0b 023344 nbranch le_send_att_read_by_group_type_next_handle ,zero 
-0x5a0c 023345 copy timeup ,pdata 
-0x5a0d 023346 beq 0 ,le_send_att_read_by_group_type_end1 
-0x5a0e 023347 nbranch le_send_att_read_by_group_type_store_write_record ,user 
-0x5a0f 023348 disable user 
-0x5a10 023350 arg 20 ,rega 
-0x5a11 023351 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a12 023352 setarg attop_read_by_group_type_response 
-0x5a13 023353 istore 1 ,contw 
-0x5a14 023354 fetch 1 ,mem_le_curr_att_len 
-0x5a15 023355 increase 4 ,pdata 
-0x5a16 023356 istore 1 ,contw 
-0x5a17 023357 call store_contw 
-0x5a18 023358 branch le_send_att_read_by_group_type_store_record 
-:      023359 le_send_att_read_by_group_type_store_write_record:
-0x5a19 023360 fetch 1 ,mem_le_curr_att_len 
-0x5a1a 023361 beq 16 ,le_send_att_read_by_group_type_end1 
-0x5a1b 023362 fetch 2 ,mem_temp 
-0x5a1c 023363 increase -1 ,pdata 
-0x5a1d 023364 store 2 ,mem_le_cur_handle_end 
-0x5a1e 023365 call le_write_att_record 
-:      023366 le_send_att_read_by_group_type_store_record:
-0x5a1f 023367 fetch 2 ,mem_temp 
-0x5a20 023368 store 2 ,mem_le_cur_handle_start 
-0x5a21 023369 call le_store_att_record 
-0x5a22 023370 increase -1 ,timeup 
-:      023372 le_send_att_read_by_group_type_next_handle:
-0x5a23 023373 call le_att_next_handle 
-0x5a24 023374 branch le_send_att_read_by_group_type_response_loop 
-:      023376 le_send_att_read_by_group_type_end0:
-0x5a25 023377 fetch 2 ,mem_temp 
-0x5a26 023378 store 2 ,mem_le_cur_handle_end 
-0x5a27 023379 branch le_send_att_read_by_group_type_end_common 
-:      023380 le_send_att_read_by_group_type_end1:
-0x5a28 023381 fetch 2 ,mem_temp 
-0x5a29 023382 increase -1 ,pdata 
-0x5a2a 023383 store 2 ,mem_le_cur_handle_end 
-0x5a2b 023384 branch le_send_att_read_by_group_type_end_common 
-:      023385 le_send_att_read_by_group_type_end_common:
-0x5a2c 023386 branch le_send_att_error_response_notfound ,user 
-0x5a2d 023387 call le_write_att_record 
-0x5a2e 023388 branch le_send_auto_len_by_mem 
-:      023393 le_parse_att_write_request:
-0x5a2f 023394 copy contr ,rega 
-0x5a30 023395 fetch 2 ,mem_le_l2cap_size 
-0x5a31 023396 add pdata ,-3 ,regb 
-0x5a32 023397 call le_writeatt_cb 
-:      023398 le_send_att_write_response_check_auth:
-0x5a33 023399 fetch 1 ,mem_le_configuration 
-0x5a34 023400 bbit0 bit_ble_write_auth ,le_send_att_write_response 
-0x5a35 023402 fetcht 2 ,mem_le_att_handle 
-0x5a36 023403 fetch 2 ,mem_le_pairing_handle 
-0x5a37 023404 isub temp ,null 
-0x5a38 023405 nbranch le_send_att_write_response ,zero 
-0x5a39 023406 call le_check_encrypt_state 
-0x5a3a 023407 nbranch le_send_att_write_response ,user 
-0x5a3b 023408 jam att_err_insufficient_authentication ,mem_le_err_code 
-0x5a3c 023409 branch le_send_att_error_response 
-:      023411 le_send_att_write_response:
-0x5a3d 023412 force 1 ,rega 
-0x5a3e 023413 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a3f 023414 setarg attop_write_response 
-0x5a40 023415 istore 1 ,contw 
-0x5a41 023416 rtn 
-:      023418 le_check_encrypt_state:
-0x5a42 023419 call disable_user 
-0x5a43 023420 fetch 1 ,mem_le_pairing_mode 
-0x5a44 023421 rtneq le_pairing_mode_none 
-0x5a45 023422 fetch 1 ,mem_context 
-0x5a46 023423 rtnbit1 lestate_encryption 
-0x5a47 023424 branch enable_user 
-:      023427 le_parse_att_prepare_write_request:
-0x5a48 023428 add contr ,2 ,rega 
-0x5a49 023429 fetch 2 ,mem_le_l2cap_size 
-0x5a4a 023430 add pdata ,-5 ,regb 
-0x5a4b 023431 call le_writeatt_cb 
-0x5a4c 023432 branch le_send_att_prepare_write_response 
-:      023435 le_send_att_prepare_write_response:
-0x5a4d 023436 fetch 2 ,mem_le_l2cap_size 
-0x5a4e 023437 copy pdata ,rega 
-0x5a4f 023438 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a50 023439 setarg attop_prepare_write_response 
-0x5a51 023440 istore 1 ,contw 
-0x5a52 023441 fetch 2 ,mem_le_att_handle 
-0x5a53 023442 istore 2 ,contw 
-0x5a54 023443 fetch 2 ,mem_le_l2cap_size 
-0x5a55 023444 add pdata ,-5 ,loopcnt 
-0x5a56 023445 fetch 2 ,mem_le_payload_ptr 
-0x5a57 023446 add pdata ,7 ,contr 
-0x5a58 023447 ifetch 2 ,contr 
-0x5a59 023448 istore 2 ,contw 
-0x5a5a 023449 branch memcpy_fast 
-:      023453 le_parse_att_execute_write_request:
-:      023455 le_send_att_execute_write_response:
-0x5a5b 023456 force 1 ,rega 
-0x5a5c 023457 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a5d 023458 setarg attop_execute_write_response 
-0x5a5e 023459 istore 1 ,contw 
-0x5a5f 023460 rtn 
-:      023464 le_parse_att_write_command:
-0x5a60 023465 copy contr ,rega 
-0x5a61 023466 fetch 2 ,mem_le_l2cap_size 
-0x5a62 023467 add pdata ,-3 ,regb 
-0x5a63 023468 branch le_writeatt_cb 
-:      023473 le_att_malloc_tx_notify:
-0x5a64 023474 copy temp ,regc 
-0x5a65 023475 increase 3 ,rega 
-0x5a66 023476 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a67 023477 increase -3 ,rega 
-0x5a68 023478 setarg attop_handle_value_notification 
-0x5a69 023479 istore 1 ,contw 
-0x5a6a 023480 copy regc ,temp 
-0x5a6b 023481 istoret 2 ,contw 
-0x5a6c 023482 rtn 
-:      023485 le_att_malloc_tx_indication:
-0x5a6d 023486 copy temp ,regc 
-0x5a6e 023487 increase 3 ,rega 
-0x5a6f 023488 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a70 023489 increase -3 ,rega 
-0x5a71 023490 setarg attop_handle_value_indication 
-0x5a72 023491 istore 1 ,contw 
-0x5a73 023492 copy regc ,temp 
-0x5a74 023493 istoret 2 ,contw 
-0x5a75 023494 rtn 
-:      023499 le_send_att_error_response_notfound:
-0x5a76 023500 jam att_err_attribute_not_found ,mem_le_err_code 
-:      023501 le_send_att_error_response:
-0x5a77 023502 force 5 ,rega 
-0x5a78 023503 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a79 023504 setarg attop_error_response 
-0x5a7a 023505 istore 1 ,contw 
-0x5a7b 023506 fetch 1 ,mem_le_att_opcode 
-0x5a7c 023507 istore 1 ,contw 
-0x5a7d 023508 fetch 2 ,mem_le_att_handle 
-0x5a7e 023509 istore 2 ,contw 
-0x5a7f 023510 fetch 1 ,mem_le_err_code 
-0x5a80 023511 istore 1 ,contw 
-0x5a81 023512 rtn 
-:      023515 le_fifo_malloc_tx_l2cap_gatt:
-0x5a82 023516 force le_l2cap_cid_att ,regb 
-0x5a83 023517 branch le_fifo_malloc_tx_l2cap 
-:      023520 le_att_next_handle:
-0x5a84 023521 fetcht 2 ,mem_temp 
-0x5a85 023522 increase 1 ,temp 
-0x5a86 023523 storet 2 ,mem_temp 
-0x5a87 023524 rtn 
-:      023526 le_att_check_handle_end:
-0x5a88 023527 fetcht 2 ,mem_temp 
-0x5a89 023528 fetch 2 ,mem_le_search_handle_end 
-0x5a8a 023529 isub temp ,null 
-0x5a8b 023530 rtn 
-:      023533 le_att_same_type:
-0x5a8c 023534 fetcht 1 ,mem_le_search_att_type_length 
-0x5a8d 023535 arg mem_le_search_att_type ,rega 
-:      023536 le_att_check_same_common:
-0x5a8e 023537 fetch 1 ,mem_le_cur_uuid_length 
-0x5a8f 023538 copy pdata ,loopcnt 
-0x5a90 023539 isub temp ,null 
-0x5a91 023540 nrtn zero 
-0x5a92 023541 arg mem_le_cur_uuid ,regb 
-0x5a93 023542 branch string_compare 
-:      023544 le_att_same_uuid:
-0x5a94 023545 fetcht 1 ,mem_le_search_uuid_length 
-0x5a95 023546 arg mem_le_search_uuid ,rega 
-0x5a96 023547 branch le_att_check_same_common 
-:      023550 le_store_att_record:
-0x5a97 023551 fetch 1 ,mem_le_curr_att_len 
-0x5a98 023552 store 1 ,mem_tmp_buffer 
-0x5a99 023553 copy pdata ,loopcnt 
-0x5a9a 023554 call get_contr 
-0x5a9b 023555 branch memcpy_fast 
-:      023558 le_write_att_record:
-0x5a9c 023559 call get_contw 
-0x5a9d 023560 fetch 2 ,mem_le_cur_handle_start 
-0x5a9e 023561 istore 2 ,contw 
-0x5a9f 023562 fetch 2 ,mem_le_cur_handle_end 
-0x5aa0 023563 istore 2 ,contw 
-:      023564 le_write_att_record_common:
-0x5aa1 023565 fetch 1 ,mem_tmp_buffer 
-0x5aa2 023566 copy pdata ,loopcnt 
-0x5aa3 023567 call memcpy_fast 
-0x5aa4 023568 branch store_contw 
-:      023572 le_send_auto_len_by_mem:
-0x5aa5 023573 call get_contw 
-0x5aa6 023574 call le_fifo_get_last_att_ptr 
-0x5aa7 023575 copy contw ,pdata 
-0x5aa8 023576 isub contr ,rega 
-0x5aa9 023577 call le_fifo_get_last_l2cap_ptr 
-0x5aaa 023578 copy rega ,pdata 
-0x5aab 023579 istore 2 ,contr 
-0x5aac 023580 increase 4 ,rega 
-0x5aad 023581 call le_fifo_get_last_tx_ptr 
-0x5aae 023582 copy rega ,pdata 
-0x5aaf 023583 istore 1 ,contr 
-0x5ab0 023584 rtn 
-:      023587 le_get_search_handle_start_end_common:
-0x5ab1 023588 rshift8 pdata ,pdata 
-0x5ab2 023589 store 2 ,mem_le_search_handle_start 
-0x5ab3 023590 ifetch 2 ,contr 
-0x5ab4 023591 store 2 ,mem_le_search_handle_end 
-0x5ab5 023592 rtn 
-:      023597 le_parse_signaling:
-0x5ab6 023598 ifetch 1 ,contr 
-0x5ab7 023599 ifetcht 1 ,contr 
-0x5ab8 023600 ifetcht 2 ,contr 
-0x5ab9 023601 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
-0x5aba 023602 rtn 
-:      023603 le_l2cap_parse_conn_parameter_update_rsp:
-0x5abb 023604 ifetch 2 ,contr 
-0x5abc 023605 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x5abd 023606 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
-0x5abe 023607 branch ui_ipc_send_event 
-:      023613 le_l2cap_tx_update_req:
-0x5abf 023614 arg 0x0c ,rega 
-0x5ac0 023615 arg l2cap_connection_parameter_update_request ,regc 
-0x5ac1 023616 call le_fifo_malloc_tx_l2cap_signaling 
-0x5ac2 023617 setarg 0x08 
-0x5ac3 023618 istore 2 ,contw 
-0x5ac4 023619 fetch 8 ,mem_le_interval_min 
-0x5ac5 023620 istore 8 ,contw 
-0x5ac6 023621 rtn 
-:      023625 le_fifo_malloc_tx_l2cap_signaling:
-0x5ac7 023626 call le_l2cap_update_signaling_identifier 
-0x5ac8 023627 arg le_l2cap_cid_signal ,regb 
-0x5ac9 023628 call le_fifo_malloc_tx_l2cap 
-0x5aca 023629 copy regc ,pdata 
-0x5acb 023630 istore 1 ,contw 
-0x5acc 023631 fetch 1 ,mem_le_signaling_identifier 
-0x5acd 023632 istore 1 ,contw 
-0x5ace 023633 rtn 
-:      023636 le_l2cap_update_signaling_identifier:
-0x5acf 023637 fetch 1 ,mem_le_signaling_identifier 
-0x5ad0 023639 pincrease 1 
-0x5ad1 023640 store 1 ,mem_le_signaling_identifier 
-0x5ad2 023641 rtnne 0 
-:      023643 le_l2cap_reset_signaling_identifier:
-0x5ad3 023644 jam 1 ,mem_le_signaling_identifier 
-0x5ad4 023645 rtn 
-:      023650 le_pairing_mode_init:
-0x5ad5 023651 fetch 1 ,mem_le_pairing_mode 
-0x5ad6 023652 beq le_pairing_mode_none ,le_set_no_pairing 
-0x5ad7 023653 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
-0x5ad8 023654 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
-0x5ad9 023655 beq le_pairing_mode_secure_connect_justwork ,le_set_pairing_mode_secure_justwork 
-0x5ada 023656 beq le_pairing_mode_secure_connect_numeric ,le_set_pairing_mode_secure_numeric 
-0x5adb 023657 beq le_pairing_mode_secure_connect_passkey ,le_set_pairing_mode_secure_passkey 
-0x5adc 023658 rtn 
-:      023660 le_set_pairing_mode_secure_justwork:
-0x5add 023661 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5ade 023662 branch le_set_noinputnooutput 
-:      023663 le_set_pairing_mode_secure_numeric:
-0x5adf 023664 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5ae0 023665 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
-0x5ae1 023666 rtn 
-:      023667 le_set_pairing_mode_secure_passkey:
-0x5ae2 023668 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5ae3 023669 branch le_set_displayonly 
-:      023670 le_set_no_pairing:
-0x5ae4 023671 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
-:      023672 le_set_noinputnooutput:
-0x5ae5 023673 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
-0x5ae6 023674 rtn 
-:      023675 le_set_pairing_mode_lagacy_just_work:
-0x5ae7 023676 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x5ae8 023677 branch le_set_noinputnooutput 
-:      023678 le_set_pairing_mode_lagacy_passkey:
-0x5ae9 023679 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-:      023680 le_set_displayonly:
-0x5aea 023681 jam flag_iocap_displayonly ,mem_le_pres_iocap 
-0x5aeb 023682 rtn 
-:      023685 le_secure_connection_enable:
-0x5aec 023686 fetch 1 ,mem_le_pres_auth 
-0x5aed 023687 set1 le_auth_secure_connection_pairing_bit ,pdata 
-0x5aee 023688 store 1 ,mem_le_pres_auth 
-0x5aef 023689 rtn 
-:      023690 le_secure_connection_disable:
-0x5af0 023691 fetch 1 ,mem_le_pres_auth 
-0x5af1 023692 set0 le_auth_secure_connection_pairing_bit ,pdata 
-0x5af2 023693 store 1 ,mem_le_pres_auth 
-0x5af3 023694 rtn 
-:      023696 le_parse_smp:
-0x5af4 023697 ifetch 1 ,contr 
-0x5af5 023698 beq smp_pairing_request ,le_parse_smp_pairing_request 
-0x5af6 023700 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
-0x5af7 023701 beq smp_pairing_random ,le_parse_smp_pairing_random 
-0x5af8 023702 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
-0x5af9 023703 beq smp_encryption_information ,le_parse_smp_encryption_information 
-0x5afa 023704 beq smp_master_identification ,le_parse_smp_master_identification 
-0x5afb 023705 beq smp_identity_information ,le_parse_smp_identity_information 
-0x5afc 023706 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
-0x5afd 023707 beq smp_signing_information ,le_parse_smp_signing_information 
-0x5afe 023708 beq smp_security_request ,le_parse_smp_security_request 
-0x5aff 023709 beq smp_pairing_public_key ,le_parse_smp_public_key 
-0x5b00 023710 beq smp_pairing_dhkey_check ,le_parse_smp_dhkey_check 
-0x5b01 023711 rtn 
-:      023715 le_send_smp_security_request:
-0x5b02 023716 force 2 ,rega 
-0x5b03 023717 call le_fifo_malloc_tx_l2cap_smp 
-0x5b04 023718 setarg smp_security_request 
-0x5b05 023719 istore 1 ,contw 
-0x5b06 023720 fetch 1 ,mem_le_pres_auth 
-0x5b07 023721 istore 1 ,contw 
-0x5b08 023722 rtn 
-:      023724 le_parse_smp_pairing_request:
-0x5b09 023725 store 1 ,mem_le_preq 
-0x5b0a 023726 ifetch 6 ,contr 
-0x5b0b 023727 istore 6 ,contw 
-0x5b0c 023728 fetch 1 ,mem_le_pairing_mode 
-0x5b0d 023729 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
-0x5b0e 023730 call le_send_smp_pairing_response 
-0x5b0f 023731 call le_check_master_support_secure_connect 
-0x5b10 023732 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
-0x5b11 023733 fetch 1 ,mem_le_preq_iocap 
-0x5b12 023734 beq flag_iocap_displayonly ,le_set_tk_0 
-0x5b13 023735 beq flag_iocap_displayyesno ,le_set_tk_0 
-0x5b14 023736 beq flag_iocap_noinputnooutput ,le_set_tk_0 
-0x5b15 023737 fetch 1 ,mem_le_pairing_mode 
-0x5b16 023738 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
-0x5b17 023739 rtneq le_pairing_mode_secure_connect_passkey 
-:      023740 le_set_tk_0:
-0x5b18 023741 arg 0 ,pdata 
-0x5b19 023742 store 4 ,mem_le_tk 
-0x5b1a 023743 rtn 
-:      023745 le_parse_smp_pairing_req_passkey:
-0x5b1b 023746 fetch 1 ,mem_le_configuration 
-0x5b1c 023747 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
-:      023748 le_genernate_tk:
-0x5b1d 023749 arg mem_le_tk ,rega 
-0x5b1e 023750 copy rega ,contw 
-0x5b1f 023751 arg 3 ,loopcnt 
-0x5b20 023752 call generate_random_loop 
-0x5b21 023753 fetch 2 ,mem_le_tk + 2 
-0x5b22 023754 and_into 0x7 ,pdata 
-0x5b23 023755 store 2 ,mem_le_tk + 2 
-:      023756 le_parse_smp_pairing_req_fixed_passkey:
-0x5b24 023757 jam bt_evt_le_tk_generate ,mem_fifo_temp 
-0x5b25 023758 branch ui_ipc_send_event 
-:      023760 le_check_master_support_secure_connect:
-0x5b26 023761 fetch 1 ,mem_le_preq_auth 
-0x5b27 023762 rtnbit1 le_auth_secure_connection_pairing_bit 
-0x5b28 023763 fetch 1 ,mem_le_pairing_mode 
-0x5b29 023764 rtnbit0 le_pairing_mode_secure_connect_bit 
-0x5b2a 023765 branch app_ble_disconnect 
-:      023767 le_send_smp_pairing_response:
-0x5b2b 023768 force 7 ,rega 
-0x5b2c 023769 call le_fifo_malloc_tx_l2cap_smp 
-0x5b2d 023770 fetch 7 ,mem_le_pres 
-0x5b2e 023771 istore 7 ,contw 
-0x5b2f 023772 rtn 
-:      023775 le_parse_smp_pairing_confirm:
-0x5b30 023776 copy contr ,rega 
-0x5b31 023777 fetch 1 ,mem_le_pairing_mode 
-0x5b32 023778 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_confirm_secure_passkey 
-0x5b33 023779 copy rega ,contr 
-0x5b34 023780 arg mem_le_rconfirm ,contw 
-0x5b35 023781 call memcpy16 
-0x5b36 023782 branch le_send_smp_pairing_confirm 
-:      023783 le_parse_smp_pairing_confirm_secure_passkey:
-0x5b37 023784 copy rega ,contr 
-0x5b38 023785 arg mem_le_rconfirm ,contw 
-0x5b39 023786 call memcpy16 
-0x5b3a 023787 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5b3b 023788 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
-0x5b3c 023789 rtn 
-:      023792 le_send_smp_pairing_confirm:
-0x5b3d 023793 fetch 1 ,mem_le_pairing_mode 
-0x5b3e 023794 bbit1 le_pairing_mode_secure_connect_bit ,le_send_smp_pairing_confirm_sc 
-0x5b3f 023795 call generate_confirm 
-0x5b40 023796 force 17 ,rega 
-0x5b41 023797 call le_fifo_malloc_tx_l2cap_smp 
-0x5b42 023798 setarg smp_pairing_confirm 
-0x5b43 023799 istore 1 ,contw 
-0x5b44 023800 branch store_aes_result 
-:      023803 le_send_smp_pairing_confirm_sc:
-0x5b45 023804 arg mem_le_srand ,contw 
-0x5b46 023805 call generate_random 
-0x5b47 023806 call function_f4_cb 
-0x5b48 023807 force 17 ,rega 
-0x5b49 023808 call le_fifo_malloc_tx_l2cap_smp 
-0x5b4a 023809 setarg smp_pairing_confirm 
-0x5b4b 023810 istore 1 ,contw 
-0x5b4c 023811 branch load_inverse_result 
-:      023815 le_parse_smp_pairing_random:
-0x5b4d 023816 copy contr ,rega 
-0x5b4e 023817 fetch 1 ,mem_le_pairing_mode 
-0x5b4f 023818 bbit1 le_pairing_mode_secure_connect_bit ,le_parse_smp_pairing_random_sc 
-0x5b50 023819 copy rega ,contr 
-0x5b51 023820 call authenticate_rconfirm 
-0x5b52 023821 branch le_parse_smp_pairing_random_success ,zero 
-:      023822 le_send_pairing_confirm_value_failed:
-0x5b53 023823 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
-:      023824 le_send_pairing_failed:
-0x5b54 023825 force 2 ,rega 
-0x5b55 023826 call le_fifo_malloc_tx_l2cap_smp 
-0x5b56 023827 setarg smp_pairing_failed 
-0x5b57 023828 istore 1 ,contw 
-0x5b58 023829 fetch 1 ,mem_le_ll_pairing_fail_reason 
-0x5b59 023830 istore 1 ,contw 
-:      023831 le_parse_smp_pairing_failed:
-0x5b5a 023832 force smp_pairing_timer ,queue 
-0x5b5b 023833 call timer_stop 
-0x5b5c 023834 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x5b5d 023835 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
-0x5b5e 023836 branch ui_ipc_send_event 
-:      023838 le_smp_pairing_fail_reason_not_support_pairing:
-0x5b5f 023839 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
-0x5b60 023840 branch le_send_pairing_failed 
-:      023843 le_parse_smp_pairing_random_sc:
-0x5b61 023844 arg mem_le_mrand ,contw 
-0x5b62 023845 copy rega ,contr 
-0x5b63 023846 call memcpy16 
-0x5b64 023847 fetch 1 ,mem_le_pairing_mode 
-0x5b65 023848 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_random_sc_passkey 
-0x5b66 023849 call function_g2 
-0x5b67 023852 call le_send_smp_pairing_random 
-0x5b68 023853 fetch 1 ,mem_le_pairing_mode 
-0x5b69 023854 rtnne le_pairing_mode_secure_connect_numeric 
-0x5b6a 023855 jam bt_evt_le_gkey_generate ,mem_fifo_temp 
-0x5b6b 023856 branch ui_ipc_send_event 
-:      023858 le_parse_smp_pairing_random_sc_passkey:
-0x5b6c 023859 call function_f4_ca 
-0x5b6d 023860 arg mem_aes_cmac_temp ,contw 
-0x5b6e 023861 call load_inverse_result 
-0x5b6f 023862 arg mem_aes_cmac_temp ,rega 
-0x5b70 023863 arg mem_le_rconfirm ,regb 
-0x5b71 023864 arg 16 ,loopcnt 
-0x5b72 023865 call string_compare 
-0x5b73 023866 nbranch le_send_pairing_confirm_value_failed ,zero 
-0x5b74 023867 branch le_send_smp_pairing_random 
-:      023869 le_parse_smp_pairing_random_success:
-0x5b75 023870 call generate_stk 
-0x5b76 023871 jam bt_evt_le_pairing_success ,mem_fifo_temp 
-0x5b77 023872 call ui_ipc_send_event 
-0x5b78 023873 jam 1 ,mem_ltk_exists 
-0x5b79 023874 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-:      023876 le_send_smp_pairing_random:
-0x5b7a 023877 force 17 ,rega 
-0x5b7b 023878 call le_fifo_malloc_tx_l2cap_smp 
-0x5b7c 023879 setarg smp_pairing_random 
-0x5b7d 023880 istore 1 ,contw 
-0x5b7e 023881 arg mem_le_srand ,contr 
-0x5b7f 023882 branch memcpy16 
-:      023884 le_parse_smp_encryption_information:
-0x5b80 023885 arg mem_le_peer_ltk ,contw 
-0x5b81 023886 branch memcpy16 
-:      023888 le_send_smp_encryption_information:
-0x5b82 023889 force 17 ,rega 
-0x5b83 023890 call le_fifo_malloc_tx_l2cap_smp 
-0x5b84 023891 setarg smp_encryption_information 
-0x5b85 023892 istore 1 ,contw 
-0x5b86 023893 fetch 1 ,mem_le_configuration 
-0x5b87 023894 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
-0x5b88 023895 arg mem_le_ltk ,contr 
-0x5b89 023896 branch memcpy16 
-:      023898 le_send_fixed_ltk:
-0x5b8a 023899 arg mem_le_fixed_ltk ,contr 
-0x5b8b 023900 branch memcpy16 
-:      023903 le_send_smp_master_identification:
-0x5b8c 023904 arg mem_le_ediv ,contw 
-0x5b8d 023905 force 10 ,loopcnt 
-0x5b8e 023906 call generate_random_loop 
-0x5b8f 023907 force 11 ,rega 
-0x5b90 023908 call le_fifo_malloc_tx_l2cap_smp 
-0x5b91 023909 setarg smp_master_identification 
-0x5b92 023910 istore 1 ,contw 
-0x5b93 023911 fetch 2 ,mem_le_ediv 
-0x5b94 023912 istore 2 ,contw 
-0x5b95 023913 fetch 8 ,mem_le_rand 
-0x5b96 023914 istore 8 ,contw 
-0x5b97 023915 rtn 
-:      023917 le_send_smp_identity_information:
-0x5b98 023918 force 17 ,rega 
-0x5b99 023919 call le_fifo_malloc_tx_l2cap_smp 
-0x5b9a 023920 setarg smp_identity_information 
-0x5b9b 023921 istore 1 ,contw 
-0x5b9c 023922 setarg 0 
-0x5b9d 023923 istore 8 ,contw 
-0x5b9e 023924 istore 8 ,contw 
-0x5b9f 023925 rtn 
-:      023928 le_send_smp_identity_address_information:
-0x5ba0 023929 force 8 ,rega 
-0x5ba1 023930 call le_fifo_malloc_tx_l2cap_smp 
-0x5ba2 023931 setarg smp_identity_address_information 
-0x5ba3 023932 istore 1 ,contw 
-0x5ba4 023933 fetch 1 ,mem_le_conn_own_addr_type 
-0x5ba5 023934 istore 1 ,contw 
-0x5ba6 023935 fetch 6 ,mem_le_lap 
-0x5ba7 023936 istore 6 ,contw 
-0x5ba8 023937 rtn 
-:      023940 le_send_pairing_fail_unspecified_reason:
-0x5ba9 023941 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
-0x5baa 023942 branch le_send_pairing_failed 
-:      023944 le_check_init_key_distribution:
-0x5bab 023945 fetch 1 ,mem_le_pres_init_key_distribution 
-0x5bac 023946 fetcht 1 ,mem_le_pres_init_key_distribution 
-0x5bad 023947 iand temp ,pdata 
-0x5bae 023948 rtn 
-:      023950 le_parse_smp_identity_information:
-0x5baf 023951 arg mem_le_irk ,contw 
-0x5bb0 023952 call memcpy16 
-0x5bb1 023953 call le_check_init_key_distribution 
-0x5bb2 023954 isolate0 le_initator_irk_bit ,pdata 
-0x5bb3 023955 branch le_send_pairing_fail_unspecified_reason ,true 
-0x5bb4 023956 fetch 1 ,mem_device_option 
-0x5bb5 023957 rtnne dvc_op_module 
-0x5bb6 023958 call le_check_master_addr_type 
-0x5bb7 023959 nrtn user 
-0x5bb8 023960 branch app_ble_store_reconn_info 
-:      023963 le_check_master_addr_type:
-0x5bb9 023964 call disable_user 
-0x5bba 023965 fetch 1 ,mem_le_conn_peer_addr_type 
-0x5bbb 023966 rtneq master_public_addr 
-0x5bbc 023967 fetch 1 ,mem_le_plap + 5 
-0x5bbd 023968 compare 0xc0 ,pdata ,0xc0 
-0x5bbe 023969 rtn true 
-0x5bbf 023970 branch enable_user 
-:      023972 le_parse_smp_identity_address_information:
-0x5bc0 023973 call le_check_init_key_distribution 
-0x5bc1 023974 isolate0 le_initator_irk_bit ,pdata 
-0x5bc2 023975 branch le_send_pairing_fail_unspecified_reason ,true 
-0x5bc3 023976 rtn 
-:      023978 le_parse_smp_master_identification:
-:      023979 le_parse_smp_signing_information:
-:      023980 le_parse_smp_security_request:
-0x5bc4 023981 rtn 
-:      023983 le_parse_smp_public_key:
-0x5bc5 023984 arg mem_le_pubkey_remote_x_256 ,contw 
-0x5bc6 023985 call memcpy64 
-0x5bc7 023986 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5bc8 023987 jam le_sc_stat_receive_public_key ,mem_le_secure_connect_state 
-0x5bc9 023988 rtn 
-:      023990 le_parse_smp_dhkey_check:
-0x5bca 023991 arg mem_sp_confirm_remote ,contw 
-0x5bcb 023992 call memcpy16 
-0x5bcc 023993 jam le_sc_stat_receive_dhkey ,mem_le_secure_connect_state 
-0x5bcd 023994 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5bce 023995 rtn 
-:      023997 le_send_smp_pairing_public_key:
-0x5bcf 023998 force 65 ,rega 
-0x5bd0 023999 call le_fifo_malloc_tx_l2cap_smp 
-0x5bd1 024000 setarg smp_pairing_public_key 
-0x5bd2 024001 istore 1 ,contw 
-0x5bd3 024002 arg mem_le_pubkey_local_x_256 ,contr 
-0x5bd4 024003 branch memcpy64 
-:      024005 le_send_smp_pairing_dhkey_check:
-0x5bd5 024006 call function_f6_eb 
-0x5bd6 024007 force 17 ,rega 
-0x5bd7 024008 call le_fifo_malloc_tx_l2cap_smp 
-0x5bd8 024009 setarg smp_pairing_dhkey_check 
-0x5bd9 024010 istore 1 ,contw 
-0x5bda 024011 branch load_inverse_result 
-:      024014 le_check_paring_time:
-0x5bdb 024015 fetch 1 ,mem_le_pairing_state 
-0x5bdc 024016 rtneq flag_le_pairing_end 
-0x5bdd 024017 arg flag_le_pairing_rcv_pairing_req ,temp 
-0x5bde 024018 isub temp ,null 
-0x5bdf 024019 nrtn positive 
-0x5be0 024020 arg smp_pairing_timer ,queue 
-0x5be1 024021 call timer_check 
-0x5be2 024022 nrtn blank 
-0x5be3 024023 branch le_send_pairing_fail_unspecified_reason 
-:      024025 le_pairing_sm:
-0x5be4 024026 bpatchx patch2f_0 ,mem_patch2f 
-0x5be5 024027 fetch 1 ,mem_le_pairing_state 
-0x5be6 024028 beq flag_le_pairing_null ,le_pairing_sm_null 
-0x5be7 024029 beq flag_le_pairing_start ,le_pairing_sm_start 
-0x5be8 024030 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
-0x5be9 024031 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
-0x5bea 024032 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
-0x5beb 024033 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
-0x5bec 024034 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
-0x5bed 024035 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
-0x5bee 024036 rtn 
-:      024038 le_pairing_sm_null:
-:      024039 le_pairing_sm_send_sec_req:
-0x5bef 024040 fetch 1 ,mem_le_enc_state 
-0x5bf0 024041 rtnne flag_le_send_start_enc_rsp 
-0x5bf1 024042 jam flag_le_enc_end ,mem_le_enc_state 
-0x5bf2 024043 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x5bf3 024044 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
-0x5bf4 024045 branch ui_ipc_send_event 
-:      024048 le_pairing_sm_start:
-0x5bf5 024049 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
-0x5bf6 024050 branch le_send_smp_security_request 
-:      024052 le_pairing_sm_rcv_pairing_req:
-0x5bf7 024053 jam flag_le_pairing_auth ,mem_le_pairing_state 
-0x5bf8 024054 setarg timer_smp_pairing_timeout 
-0x5bf9 024055 arg smp_pairing_timer ,queue 
-0x5bfa 024056 branch timer_init 
-:      024058 le_pairing_sm_after_auth:
-0x5bfb 024059 fetch 1 ,mem_le_enc_state 
-0x5bfc 024060 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
-0x5bfd 024061 rtn 
-:      024063 le_pairing_sm_after_auth_start_enc:
-0x5bfe 024064 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
-0x5bff 024065 jam bt_evt_le_enc_info ,mem_fifo_temp 
-0x5c00 024066 call ui_ipc_send_event 
-0x5c01 024067 call le_send_smp_encryption_information 
-0x5c02 024068 fetch 1 ,mem_device_option 
-0x5c03 024069 rtnne dvc_op_module 
-0x5c04 024070 call le_check_master_addr_type 
-0x5c05 024071 rtn user 
-0x5c06 024072 branch app_ble_store_reconn_info 
-:      024075 le_pairng_sm_send_enc_information:
-0x5c07 024076 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
-0x5c08 024077 branch le_send_smp_master_identification 
-:      024079 le_pairng_sm_send_master_indentification:
-0x5c09 024080 fetch 1 ,mem_le_preq_resp_key_distribution 
-0x5c0a 024081 fetcht 1 ,mem_le_pres_resp_key_distribution 
-0x5c0b 024082 iand temp ,pdata 
-0x5c0c 024083 isolate0 le_initator_irk_bit ,pdata 
-0x5c0d 024084 branch le_parse_start_enc_rsp_after_auth_end ,true 
-0x5c0e 024085 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
-0x5c0f 024086 branch le_send_smp_identity_information 
-:      024088 le_pairng_sm_send_indentity_information:
-0x5c10 024089 call le_send_smp_identity_address_information 
-0x5c11 024090 branch le_parse_start_enc_rsp_after_auth_end 
-:      024093 le_parse_start_enc_rsp_after_auth_end:
-0x5c12 024094 force smp_pairing_timer ,queue 
-0x5c13 024095 call timer_stop 
-0x5c14 024096 jam flag_le_enc_end ,mem_le_enc_state 
-0x5c15 024097 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x5c16 024098 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
-0x5c17 024099 branch ui_ipc_send_event 
-:      024103 le_secure_connect_sm:
-0x5c18 024104 bpatchx patch2f_1 ,mem_patch2f 
-0x5c19 024105 fetch 1 ,mem_le_pairing_mode 
-0x5c1a 024106 rtnbit0 le_pairing_mode_secure_connect_bit 
-0x5c1b 024107 fetch 1 ,mem_le_secure_connect_flag 
-0x5c1c 024108 rtnne le_sp_flag_commit_256 
-0x5c1d 024109 jam sp_flag_standby ,mem_le_secure_connect_flag 
-0x5c1e 024110 fetch 1 ,mem_le_secure_connect_state 
-0x5c1f 024111 beq le_sc_stat_receive_public_key ,le_sc_sm_receive_public_key 
-0x5c20 024112 beq le_sc_stat_wait_send_public_key ,le_sc_sm_wait_send_public_key 
-0x5c21 024113 beq le_sc_stat_send_public_key ,le_sc_sm_send_public_key 
-0x5c22 024114 beq le_sc_stat_receive_dhkey ,le_sc_sm_receive_dhkey 
-0x5c23 024115 beq le_sc_stat_wait_confirm_gkey ,le_sc_sm_wait_confirm_gkey 
-0x5c24 024116 beq le_sc_stat_passkey_wait_confirm ,le_sc_sm_passkey_wait_confirm 
-0x5c25 024117 rtn 
-:      024120 le_sc_sm_passkey_wait_confirm:
-0x5c26 024121 fetch 1 ,mem_authentication_passkey_times 
-0x5c27 024122 copy pdata ,queue 
-0x5c28 024123 increase 1 ,pdata 
-0x5c29 024124 store 1 ,mem_authentication_passkey_times 
-0x5c2a 024125 fetch 4 ,mem_le_tk 
-0x5c2b 024126 qisolate1 pdata 
-0x5c2c 024127 setarg 0x80 
-0x5c2d 024128 setflag true ,0 ,pdata 
-0x5c2e 024129 store 1 ,mem_passkey_1bit 
-0x5c2f 024130 branch le_sc_sm_ready_send_pairing_confirm 
-:      024132 le_sc_sm_wait_confirm_gkey:
-0x5c30 024133 fetch 1 ,mem_le_sc_confirm_gkey_flag 
-0x5c31 024134 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
-0x5c32 024135 beq flag_le_sc_confrim_gkey_ok ,le_sc_confirm_gkey_ok 
-0x5c33 024136 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c34 024137 rtn 
-:      024139 le_sc_confirm_gkey_ok:
-0x5c35 024140 jam bt_evt_le_pairing_success ,mem_fifo_temp 
-0x5c36 024141 call ui_ipc_send_event 
-0x5c37 024142 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-0x5c38 024143 branch le_send_smp_pairing_dhkey_check 
-:      024145 le_sc_sm_receive_dhkey:
-0x5c39 024146 fetch 1 ,mem_sp_dhkey_invalid 
-0x5c3a 024147 beq sp_key_valid_256 ,le_dhkey_ready 
-0x5c3b 024148 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c3c 024149 rtn 
-:      024151 le_dhkey_ready:
-0x5c3d 024152 call function_f5 
-0x5c3e 024156 fetch 1 ,mem_le_pairing_mode 
-0x5c3f 024157 beq le_pairing_mode_secure_connect_passkey ,le_dhkey_ready_common 
-0x5c40 024158 call le_set_tk_0 
-:      024159 le_dhkey_ready_common:
-0x5c41 024160 call function_f6_ea 
-0x5c42 024161 arg mem_aes_cmac_temp ,rega 
-0x5c43 024162 arg mem_sp_confirm_remote ,regb 
-0x5c44 024163 arg 16 ,loopcnt 
-0x5c45 024164 call string_compare 
-0x5c46 024165 branch le_dhkey_check_ok ,zero 
-:      024166 le_dhkey_check_fail:
-0x5c47 024167 jam pairing_failed_dhkey_check_failed ,mem_le_ll_pairing_fail_reason 
-0x5c48 024168 branch le_send_pairing_failed 
-:      024171 le_dhkey_check_ok:
-0x5c49 024172 call sp_calc_check_publickey_256 
-0x5c4a 024173 nbranch le_dhkey_check_fail ,zero 
-0x5c4b 024174 jam 1 ,mem_ltk_exists 
-0x5c4c 024175 fetch 1 ,mem_le_pairing_mode 
-0x5c4d 024176 beq le_pairing_mode_secure_connect_justwork ,le_sc_confirm_gkey_ok 
-0x5c4e 024177 beq le_pairing_mode_secure_connect_passkey ,le_sc_confirm_gkey_ok 
-0x5c4f 024178 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c50 024179 jam le_sc_stat_wait_confirm_gkey ,mem_le_secure_connect_state 
-0x5c51 024180 rtn 
-:      024182 le_sc_sm_send_public_key:
-0x5c52 024183 fetch 1 ,mem_le_pairing_mode 
-0x5c53 024184 beq le_pairing_mode_secure_connect_passkey ,le_sc_sm_send_public_key_passkey 
-0x5c54 024185 jam 0 ,mem_passkey_1bit 
-:      024186 le_sc_sm_ready_send_pairing_confirm:
-0x5c55 024187 branch le_send_smp_pairing_confirm 
-:      024189 le_sc_sm_send_public_key_passkey:
-0x5c56 024193 jam 0 ,mem_authentication_passkey_times 
-0x5c57 024194 branch le_parse_smp_pairing_req_passkey 
-:      024197 le_sc_sm_receive_public_key:
-0x5c58 024198 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c59 024199 fetch 1 ,mem_le_sc_local_key_invalid 
-0x5c5a 024200 beq sp_key_valid_256 ,le_public_key_ready 
-0x5c5b 024202 rtn 
-:      024204 le_public_key_ready:
-0x5c5c 024205 jam le_sc_stat_wait_send_public_key ,mem_le_secure_connect_state 
-0x5c5d 024206 jam sp_key_invalid ,mem_sp_dhkey_invalid 
-0x5c5e 024207 branch sp_dhkey_calc_256 
-:      024209 le_sc_sm_wait_send_public_key:
-0x5c5f 024210 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c60 024211 jam le_sc_stat_send_public_key ,mem_le_secure_connect_state 
-0x5c61 024212 branch le_send_smp_pairing_public_key 
-:      024216 le_fifo_malloc_tx_l2cap_smp:
-0x5c62 024217 force le_l2cap_cid_smp ,regb 
-0x5c63 024218 branch le_fifo_malloc_tx_l2cap 
-:      024222 le_parse_ll:
-0x5c64 024223 fetch 1 ,mem_le_rxbuf + 2 
-0x5c65 024224 beq ll_connection_update_req ,le_parse_connection_update_req 
-0x5c66 024225 beq ll_channel_map_req ,le_parse_channel_map_req 
-0x5c67 024226 beq ll_terminate_ind ,le_parse_terminate_ind 
-0x5c68 024227 beq ll_enc_req ,le_parse_enc_req 
-0x5c69 024228 beq ll_enc_rsp ,le_parse_enc_rsp 
-0x5c6a 024229 beq ll_start_enc_req ,le_parse_start_enc_req 
-0x5c6b 024230 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
-0x5c6c 024231 beq ll_unknown_rsp ,le_parse_unknown_rsp 
-0x5c6d 024232 beq ll_feature_req ,le_parse_feature_req 
-0x5c6e 024233 beq ll_feature_rsp ,le_parse_feature_rsp 
-0x5c6f 024234 beq ll_pause_enc_req ,le_parse_pause_enc_req 
-0x5c70 024235 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
-0x5c71 024236 beq ll_version_ind ,le_parse_version_ind 
-0x5c72 024237 beq ll_reject_ind ,le_parse_reject_ind 
-0x5c73 024238 beq ll_ping_req ,le_parse_ping_req 
-0x5c74 024239 beq ll_ping_rsp ,le_parse_ping_rsp 
-0x5c75 024240 arg 2 ,rega 
-0x5c76 024241 arg ll_unknown_rsp ,regb 
-0x5c77 024242 call le_fifo_malloc_tx_ll 
-0x5c78 024243 fetch 1 ,mem_le_rxbuf + 2 
-0x5c79 024244 istore 1 ,contw 
-0x5c7a 024245 rtn 
-:      024248 le_parse_connection_update_req:
-0x5c7b 024249 ifetch 9 ,contr 
-0x5c7c 024250 store 9 ,mem_le_new_param 
-0x5c7d 024251 ifetch 2 ,contr 
-0x5c7e 024252 store 2 ,mem_le_instant 
-0x5c7f 024253 fetch 1 ,mem_le_state 
-0x5c80 024254 set1 lestate_update_param ,pdata 
-0x5c81 024255 store 1 ,mem_le_state 
-0x5c82 024256 rtn 
-:      024258 le_parse_channel_map_req:
-0x5c83 024259 ifetch 5 ,contr 
-0x5c84 024260 store 5 ,mem_le_new_map 
-0x5c85 024261 ifetch 2 ,contr 
-0x5c86 024262 store 2 ,mem_le_instant 
-0x5c87 024263 fetcht 2 ,mem_le_event_count 
-0x5c88 024264 isub temp ,null 
-0x5c89 024265 nbranch le_parse_terminate_ind ,positive 
-0x5c8a 024266 fetch 1 ,mem_le_state 
-0x5c8b 024267 set1 lestate_update_map ,pdata 
-0x5c8c 024268 store 1 ,mem_le_state 
-0x5c8d 024269 rtn 
-:      024272 le_parse_terminate_ind:
-0x5c8e 024273 setarg 20 
-0x5c8f 024274 store 2 ,mem_le_superto 
-0x5c90 024275 store 2 ,mem_le_init_superto 
-0x5c91 024276 rtn 
-:      024278 le_send_terminate_ind_user_terminated:
-0x5c92 024279 arg error_remote_user_terminated_connection ,regc 
-:      024282 le_send_terminate_ind:
-0x5c93 024283 arg 2 ,rega 
-0x5c94 024284 arg ll_terminate_ind ,regb 
-0x5c95 024285 call le_fifo_malloc_tx_ll 
-0x5c96 024286 copy regc ,pdata 
-0x5c97 024287 istore 1 ,contw 
-0x5c98 024288 rtn 
-:      024290 le_parse_feature_req:
-:      024292 le_send_feature_rsp:
-0x5c99 024293 arg 9 ,rega 
-0x5c9a 024294 arg ll_feature_rsp ,regb 
-0x5c9b 024295 call le_fifo_malloc_tx_ll 
-0x5c9c 024296 setarg param_le_features 
-0x5c9d 024297 istore 8 ,contw 
-0x5c9e 024298 rtn 
-:      024301 le_parse_version_ind:
-0x5c9f 024302 rtn master 
-:      024303 le_send_version_ind:
-0x5ca0 024304 arg 6 ,rega 
-0x5ca1 024305 arg ll_version_ind ,regb 
-0x5ca2 024306 call le_fifo_malloc_tx_ll 
-0x5ca3 024307 fetch 5 ,mem_lmp_version 
-0x5ca4 024308 istore 5 ,contw 
-0x5ca5 024309 rtn 
-:      024312 le_parse_ping_req:
-0x5ca6 024313 arg ll_ping_rsp ,regb 
-0x5ca7 024314 branch le_send_ll_one_lenth 
-:      024317 le_send_ll_one_lenth:
-0x5ca8 024318 arg 1 ,rega 
-0x5ca9 024319 branch le_fifo_malloc_tx_ll 
-:      024322 le_parse_enc_req:
-0x5caa 024323 ifetch 8 ,contr 
-0x5cab 024324 store 8 ,mem_le_rand 
-0x5cac 024325 ifetch 2 ,contr 
-0x5cad 024326 store 2 ,mem_le_ediv 
-0x5cae 024327 ifetch 8 ,contr 
-0x5caf 024328 store 8 ,mem_le_skdm 
-0x5cb0 024329 ifetch 4 ,contr 
-0x5cb1 024330 store 4 ,mem_le_ivm 
-0x5cb2 024331 call le_send_enc_rsp 
-0x5cb3 024332 bpatchx patch2f_2 ,mem_patch2f 
-0x5cb4 024333 fetch 1 ,mem_le_pairing_state 
-0x5cb5 024334 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
-0x5cb6 024335 fetch 1 ,mem_le_configuration 
-0x5cb7 024336 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
-0x5cb8 024337 fetch 1 ,mem_nv_data_number 
-0x5cb9 024338 ncall load_device_list_mode_4 ,blank 
-0x5cba 024339 fetch 1 ,mem_ltk_exists 
-0x5cbb 024340 beq 0 ,le_ltk_lost 
-:      024341 le_parse_enc_req_after_auth:
-0x5cbc 024342 jam flag_le_rcv_enc_start ,mem_le_enc_state 
-0x5cbd 024343 call le_send_start_enc_req 
-0x5cbe 024344 branch generate_sk 
-:      024346 le_parse_enc_req_fixed_ltk:
-0x5cbf 024347 jam 1 ,mem_ltk_exists 
-0x5cc0 024348 arg mem_le_fixed_ltk ,contr 
-0x5cc1 024349 arg mem_le_ltk ,contw 
-0x5cc2 024350 call memcpy16 
-0x5cc3 024351 branch le_parse_enc_req_after_auth 
-:      024354 le_ltk_lost:
-0x5cc4 024355 bpatchx patch2f_3 ,mem_patch2f 
-0x5cc5 024356 jam flag_le_enc_null ,mem_le_enc_state 
-0x5cc6 024357 jam flag_le_enc_null ,mem_le_pairing_state 
-0x5cc7 024358 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
-0x5cc8 024359 branch ui_ipc_send_event 
-:      024361 le_send_reject_ind:
-0x5cc9 024362 arg 2 ,rega 
-0x5cca 024363 arg ll_reject_ind ,regb 
-0x5ccb 024364 call le_fifo_malloc_tx_ll 
-0x5ccc 024365 setarg le_err_pin_or_key_missing 
-0x5ccd 024366 istore 1 ,contw 
-0x5cce 024367 rtn 
-:      024369 le_send_enc_rsp:
-0x5ccf 024370 arg mem_le_skds ,contw 
-0x5cd0 024371 force 8 ,loopcnt 
-0x5cd1 024372 call generate_random_loop 
-0x5cd2 024373 arg mem_le_ivs ,contw 
-0x5cd3 024374 force 4 ,loopcnt 
-0x5cd4 024375 call generate_random_loop 
-0x5cd5 024376 arg 13 ,rega 
-0x5cd6 024377 arg ll_enc_rsp ,regb 
-0x5cd7 024378 call le_fifo_malloc_tx_ll 
-0x5cd8 024379 fetch 8 ,mem_le_skds 
-0x5cd9 024380 istore 8 ,contw 
-0x5cda 024381 fetch 4 ,mem_le_ivs 
-0x5cdb 024382 istore 4 ,contw 
-0x5cdc 024383 rtn 
-:      024385 le_send_start_enc_req:
-0x5cdd 024386 arg ll_start_enc_req ,regb 
-0x5cde 024387 branch le_send_ll_one_lenth 
-:      024389 le_send_start_enc_rsp:
-0x5cdf 024390 arg ll_start_enc_rsp ,regb 
-0x5ce0 024391 branch le_send_ll_one_lenth 
-:      024394 le_parse_enc_rsp:
-0x5ce1 024395 ifetch 8 ,contr 
-0x5ce2 024396 store 8 ,mem_le_skds 
-0x5ce3 024397 ifetch 4 ,contr 
-0x5ce4 024398 store 4 ,mem_le_ivs 
-0x5ce5 024399 branch generate_sk 
-:      024401 le_parse_start_enc_req:
-0x5ce6 024402 fetch 1 ,mem_le_state 
-0x5ce7 024403 set1 lestate_encryption ,pdata 
-0x5ce8 024404 store 1 ,mem_le_state 
-0x5ce9 024405 rtn 
-:      024407 le_parse_start_enc_rsp:
-0x5cea 024408 rtn master 
-0x5ceb 024409 jam bt_evt_le_start_enc ,mem_fifo_temp 
-0x5cec 024410 call ui_ipc_send_event 
-0x5ced 024411 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
-0x5cee 024412 branch le_send_start_enc_rsp 
-:      024414 le_parse_pause_enc_req:
-0x5cef 024415 jam flag_le_enc_pause ,mem_le_enc_state 
-0x5cf0 024416 call le_send_pause_enc_rsp 
-0x5cf1 024417 jam bt_evt_le_pause_enc ,mem_fifo_temp 
-0x5cf2 024418 branch ui_ipc_send_event 
-:      024420 le_send_pause_enc_rsp:
-0x5cf3 024421 arg ll_pause_enc_rsp ,regb 
-0x5cf4 024422 branch le_send_ll_one_lenth 
-:      024425 le_parse_feature_rsp:
-:      024426 le_parse_unknown_rsp:
-:      024427 le_parse_pause_enc_rsp:
-:      024428 le_parse_reject_ind:
-:      024429 le_parse_ping_rsp:
-0x5cf5 024430 rtn 
-:      024437 init_lmp:
-0x5cf6 024438 rtn wake 
-:      024439 init_lmp_work:
-0x5cf7 024440 bpatchx patch2f_4 ,mem_patch2f 
-0x5cf8 024441 setarg 0 
-0x5cf9 024442 store 1 ,mem_lmp_to_send 
-0x5cfa 024443 store 1 ,mem_conn_sm 
-0x5cfb 024444 store 1 ,mem_lmo_opcode1 
-0x5cfc 024445 store 1 ,mem_lmo_opcode2 
-0x5cfd 024446 store 1 ,mem_esco_addr 
-0x5cfe 024447 store 1 ,mem_auth_enable 
-0x5cff 024448 store 1 ,mem_connection_options 
-0x5d00 024449 store 1 ,mem_pairing_auth 
-0x5d01 024450 jam switch_flag_init ,mem_switch_flag 
-0x5d02 024451 jam 0 ,mem_switch_fail_master_count 
-0x5d03 024452 jam null_encryp ,mem_wait_encryption 
-:      024453 init_lmp_reinit:
-0x5d04 024454 jam 0 ,mem_pairing_auth 
-0x5d05 024455 jam 0 ,mem_sp_localsm 
-0x5d06 024456 jam 0 ,mem_lmp_conn_state 
-:      024458 parse_rx_done:
-0x5d07 024459 rtn 
-:      024461 parse_lmp:
-0x5d08 024462 bpatchx patch2f_5 ,mem_patch2f 
-0x5d09 024463 call setlocalsm_master ,master 
-0x5d0a 024464 ncall setlocalsm_slave ,master 
-0x5d0b 024465 call lmo_fifo_check 
-0x5d0c 024466 nrtn blank 
-0x5d0d 024467 fetch 1 ,mem_state_map 
-0x5d0e 024468 rtnbit0 smap_rxlmp 
-0x5d0f 024469 set0 smap_rxlmp ,pdata 
-0x5d10 024470 set0 mark_rxbuf_inuse ,mark 
-0x5d11 024471 store 1 ,mem_state_map 
-0x5d12 024472 fetch 1 ,mem_rxbuf 
-0x5d13 024473 fetcht 1 ,mem_state_map 
-0x5d14 024474 isolate1 smap_lmptidinit ,pdata 
-0x5d15 024475 setflag true ,smap_lmptid ,temp 
-0x5d16 024476 storet 1 ,mem_state_map 
-0x5d17 024477 and_into 0x2 ,temp 
-0x5d18 024478 storet 1 ,mem_lmo_tid2 
-0x5d19 024479 fetcht 1 ,mem_state_map 
-0x5d1a 024480 rshift pdata ,pdata 
-0x5d1b 024481 store 1 ,mem_lmi_opcode2 
-0x5d1c 024482 bpatchx patch2f_6 ,mem_patch2f 
-0x5d1d 024483 fetch 1 ,mem_lmi_opcode2 
-0x5d1e 024484 beq lmp_escape ,parse_lmp_escape 
-0x5d1f 024485 beq lmp_accepted ,parse_lmp_accepted 
-0x5d20 024486 beq lmp_not_accepted ,parse_lmp_not_accepted 
-0x5d21 024487 beq lmp_set_afh ,parse_lmp_set_afh 
-0x5d22 024488 beq lmp_clkoffset_req ,parse_lmp_clkoffset_req 
-0x5d23 024489 beq lmp_encryption_mode_req ,parse_lmp_encryption_mode_req 
-0x5d24 024490 beq lmp_encryption_key_size_req ,parse_lmp_crypt_key 
-0x5d25 024491 beq lmp_auto_rate ,parse_lmp_auto_rate 
-0x5d26 024492 beq lmp_test_control ,parse_lmp_test_control 
-0x5d27 024493 beq lmp_test_activate ,parse_lmp_test_activate 
-0x5d28 024494 beq lmp_setup_complete ,parse_lmp_setup_complete 
-0x5d29 024495 beq lmp_supervision_timeout ,parse_lmp_supervision_timeout 
-0x5d2a 024496 beq lmp_features_req ,parse_lmp_features_req 
-0x5d2b 024497 beq lmp_host_connection_req ,parse_lmp_conn_req 
-0x5d2c 024498 beq lmp_version_req ,parse_lmp_version_req 
-0x5d2d 024499 beq lmp_version_res ,parse_lmp_version_res 
-0x5d2e 024500 beq lmp_detach ,parse_lmp_detach 
-0x5d2f 024501 beq lmp_max_slot ,parse_lmp_max_slot 
-0x5d30 024502 beq lmp_max_slot_req ,parse_lmp_max_slot_req 
-0x5d31 024503 beq lmp_name_req ,parse_lmp_name_req 
-0x5d32 024504 beq lmp_name_res ,parse_lmp_name_res 
-0x5d33 024505 beq lmp_features_res ,parse_lmp_features_res 
-0x5d34 024506 beq lmp_comb_key ,parse_lmp_comb_key 
-0x5d35 024507 beq lmp_au_rand ,parse_lmp_au_rand 
-0x5d36 024508 beq lmp_in_rand ,parse_lmp_in_rand 
-0x5d37 024509 beq lmp_sres ,parse_lmp_sres 
-0x5d38 024510 beq lmp_incr_power_req ,parse_lmp_incr_power 
-0x5d39 024511 beq lmp_decr_power_req ,parse_lmp_decr_power 
-0x5d3a 024512 beq lmp_max_power ,parse_lmp_max_power 
-0x5d3b 024513 beq lmp_min_power ,parse_lmp_min_power 
-0x5d3c 024514 beq lmp_page_mode_req ,parse_lmp_page_mode_req 
-0x5d3d 024515 beq lmp_page_scan_mode_req ,parse_lmp_page_scan_mode_req 
-0x5d3e 024516 beq lmp_preferred_rate ,parse_lmp_preferred_rate 
-0x5d3f 024517 beq lmp_slot_offset ,parse_lmp_slot_offset 
-0x5d40 024518 beq lmp_sniff_req ,parse_lmp_sniff_req 
-0x5d41 024519 beq lmp_start_encryption_req ,parse_lmp_start_encryption_req 
-0x5d42 024520 beq lmp_stop_encryption_req ,parse_lmp_stop_encryption_req 
-0x5d43 024521 beq lmp_switch_req ,parse_lmp_switch_req 
-0x5d44 024522 beq lmp_temp_rand ,parse_lmp_temp_rand 
-0x5d45 024523 beq lmp_temp_key ,parse_lmp_temp_key 
-0x5d46 024524 beq lmp_timing_accuracy_req ,parse_lmp_timing_accuracy_req 
-0x5d47 024525 beq lmp_timing_accuracy_res ,parse_lmp_timing_accuracy_res 
-0x5d48 024526 beq lmp_unit_key ,parse_lmp_unit_key 
-0x5d49 024527 beq lmp_unsniff_req ,parse_lmp_unsniff_req 
-0x5d4a 024528 beq lmp_use_semi_permanent_key ,parse_lmp_use_semi_permanend_key 
-0x5d4b 024529 beq lmp_encapsulated_header ,parse_lmp_encapsulated_header 
-0x5d4c 024530 beq lmp_encapsulated_payload ,parse_lmp_encapsulated_payload 
-0x5d4d 024531 beq lmp_simple_pairing_confirm ,parse_simple_pairing_confirm 
-0x5d4e 024532 beq lmp_simple_pairing_number ,parse_lmp_simple_pairing_number 
-0x5d4f 024533 beq lmp_dhkey_check ,parse_dhkey_check 
-0x5d50 024534 beq lmp_clkoffset_res ,parse_lmp_clkoffset_res 
-0x5d51 024535 beq lmp_enc_key_size_mask_req ,parse_enc_key_size_mask_req 
-:      024538 reject_unknown_packet:
-0x5d52 024539 jam unknown_lmp_pdu ,mem_lmo_reason2 
-:      024540 reject_lmp_packet:
-0x5d53 024541 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5d54 024542 rtn 
-:      024544 parse_lmp_clkoffset_req:
-0x5d55 024545 jam lmp_clkoffset_res ,mem_lmo_opcode2 
-0x5d56 024546 rtn 
-:      024548 parse_enc_key_size_mask_req:
-0x5d57 024549 jam lmp_enc_key_size_mask_res ,mem_lmo_opcode2 
-0x5d58 024550 rtn 
-:      024552 parse_lmp_set_afh:
-0x5d59 024553 fetch 4 ,mem_rxbuf + 1 
-0x5d5a 024554 lshift pdata ,pdata 
-0x5d5b 024555 store 4 ,mem_afh_instant 
-0x5d5c 024556 fetch 1 ,mem_rxbuf + 5 
-0x5d5d 024557 store 1 ,mem_afh_new_mod 
-0x5d5e 024558 fetch 5 ,mem_rxbuf + 6 
-0x5d5f 024559 store 5 ,mem_afh_map_new 
-0x5d60 024560 fetch 5 ,mem_rxbuf + 11 
-0x5d61 024561 istore 5 ,contw 
-0x5d62 024562 fetch 1 ,mem_mode 
-0x5d63 024563 set1 afh_change ,pdata 
-0x5d64 024564 store 1 ,mem_mode 
-0x5d65 024565 rtn 
-:      024566 parse_lmp_escape:
-0x5d66 024567 bpatchx patch2f_7 ,mem_patch2f 
-0x5d67 024568 fetch 1 ,mem_rxbuf + 1 
-0x5d68 024569 set1 7 ,pdata 
-0x5d69 024570 store 1 ,mem_lmi_opcode2 
-0x5d6a 024571 beq lmp_ext_accepted ,parse_lmpext_accepted 
-0x5d6b 024572 beq lmp_not_accepted_ext ,parse_lmpext_not_accepted 
-0x5d6c 024573 beq lmp_sniff_subrating_req ,parse_lmp_sniff_subrating_req 
-0x5d6d 024574 beq lmp_sniff_subrating_res ,parse_lmp_sniff_subrating_res 
-0x5d6e 024575 beq lmp_packet_type_table_req ,parse_lmpext_packet_type_table_req 
-0x5d6f 024576 beq lmp_ext_features_req ,parse_lmpext_features_req 
-0x5d70 024577 beq lmp_ext_features_res ,parse_lmpext_features_res 
-0x5d71 024578 beq lmp_ext_chn_classification_req ,parse_lmpext_chn_classification_req 
-0x5d72 024579 beq lmp_pause_encryption_req ,parse_lmpext_pause_encrypt 
-0x5d73 024580 beq lmp_resume_encryption_req ,parse_lmpext_resume_encrypt 
-0x5d74 024581 beq lmp_io_cap_req ,parse_lmpext_iocap_req 
-0x5d75 024582 beq lmp_io_cap_res ,parse_lmpext_iocap_res 
-0x5d76 024583 rtneq lmp_ext_features_res 
-:      024586 reject_unknown_ext_packet:
-0x5d77 024587 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
-0x5d78 024588 jam unknown_lmp_pdu ,mem_lmo_reason2 
-0x5d79 024590 rtn 
-:      024591 parse_lmpext_chn_classification_req:
-0x5d7a 024592 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
-0x5d7b 024593 jam not_support_chn_classification ,mem_lmo_reason2 
-0x5d7c 024594 rtn 
-:      024596 parse_lmpext_iocap_req:
-0x5d7d 024597 call iocap_lmpext_load 
-0x5d7e 024598 jam lmp_io_cap_res ,mem_lmo_opcode2 
-0x5d7f 024599 rtn 
-:      024601 parse_lmpext_iocap_res:
-0x5d80 024602 call iocap_lmpext_load 
-0x5d81 024603 branch iocap_lmpext_common 
-:      024605 iocap_lmpext_load:
-0x5d82 024606 arg mem_sp_iocap_remote ,contw 
-0x5d83 024607 fetch 3 ,mem_rxbuf + 2 
-0x5d84 024608 istore 3 ,contw 
-0x5d85 024609 rtn 
-:      024611 iocap_lmpext_common:
-0x5d86 024612 branch master_set_mem_master_sp_flag ,true 
-0x5d87 024613 rtn 
-:      024614 parse_lmpext_accepted:
-0x5d88 024615 fetch 1 ,mem_rxbuf + 3 
-0x5d89 024616 set1 7 ,pdata 
-0x5d8a 024617 store 1 ,mem_lmi_accepted_opcode 
-0x5d8b 024618 beq lmp_packet_type_table_req ,parse_lmpext_accepted_ptt 
-0x5d8c 024619 rtn 
-:      024622 parse_lmpext_not_accepted:
-0x5d8d 024623 fetch 1 ,mem_rxbuf + 3 
-0x5d8e 024624 set1 7 ,pdata 
-0x5d8f 024625 store 1 ,mem_lmi_accepted_opcode 
-0x5d90 024626 beq lmp_packet_type_table_req ,parse_lmpext_not_accepted_ptt 
-0x5d91 024627 rtn 
-:      024629 parse_lmpext_accepted_ptt:
-0x5d92 024630 fetch 1 ,mem_ptt 
-0x5d93 024631 fetcht 1 ,mem_state_map 
-0x5d94 024632 nsetflag blank ,smap_edr ,temp 
-0x5d95 024633 storet 1 ,mem_state_map 
-:      024634 parse_lmpext_not_accepted_ptt:
-0x5d96 024635 fetch 1 ,mem_state 
-0x5d97 024636 rtnbit0 state_init_seq 
-0x5d98 024637 set0 state_init_seq ,pdata 
-0x5d99 024638 store 1 ,mem_state 
-0x5d9a 024639 fetch 1 ,mem_auth_enable 
-0x5d9b 024640 nrtn blank 
-0x5d9c 024641 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5d9d 024642 rtn 
-:      024644 parse_lmpext_pause_encrypt:
-0x5d9e 024645 nbranch parse_lmpext_pause_encrypt_slave ,master 
-0x5d9f 024646 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x5da0 024647 branch tid_reply 
-:      024649 parse_lmpext_pause_encrypt_slave:
-0x5da1 024650 jam lmp_pause_encryption_req ,mem_lmo_opcode2 
-0x5da2 024651 rtn 
-:      024653 parse_lmpext_resume_encrypt:
-0x5da3 024656 call tid_reply 
-0x5da4 024657 branch lmp_start_encryption 
-:      024659 parse_lmpext_features_req:
-0x5da5 024660 jam lmp_ext_features_res ,mem_lmo_opcode2 
-0x5da6 024661 rtn 
-:      024663 parse_lmpext_features_res:
-0x5da7 024664 fetcht 1 ,mem_rxbuf + 4 
-0x5da8 024665 and temp ,0x1 ,temp 
-0x5da9 024666 storet 1 ,mem_remote_sppcap 
-0x5daa 024667 fetch 1 ,mem_hci_cmd 
-0x5dab 024668 bne hci_cmd_wait_remote_ext_feature ,parse_lmpext_features_res_not_hci 
-0x5dac 024669 jam 0 ,mem_hci_cmd 
-:      024670 parse_lmpext_features_res_not_hci:
-0x5dad 024671 fetch 1 ,mem_conn_sm 
-0x5dae 024672 rtnne conn_sm_wait_features_ext 
-0x5daf 024673 jam conn_sm_send_conn_req ,mem_conn_sm 
-0x5db0 024674 branch process_conn_sm 
-:      024676 parse_lmp_accepted:
-0x5db1 024677 bpatchx patch30_0 ,mem_patch30 
-0x5db2 024678 fetch 1 ,mem_rxbuf + 1 
-0x5db3 024679 store 1 ,mem_lmi_accepted_opcode 
-0x5db4 024680 beq lmp_host_connection_req ,parse_lmp_accepted_hostconn 
-0x5db5 024681 beq lmp_in_rand ,parse_lmp_accepted_inrand 
-0x5db6 024682 beq lmp_encryption_mode_req ,parse_lmp_accepted_enc_mode 
-0x5db7 024683 beq lmp_encryption_key_size_req ,parse_lmp_accepted_enc_keysize 
-0x5db8 024684 beq lmp_start_encryption_req ,parse_lmp_accepted_start_enc 
-0x5db9 024685 beq lmp_stop_encryption_req ,parse_lmp_accepted_stop_enc 
-0x5dba 024686 beq lmp_unsniff_req ,parse_lmp_accepted_unsniff_req 
-0x5dbb 024687 beq lmp_sniff_req ,parse_lmp_accepted_sniff_req 
-0x5dbc 024688 beq lmp_switch_req ,parse_lmp_accepted_switch 
-0x5dbd 024690 beq lmp_encapsulated_header ,parse_lmp_accepted_encapsulated_header 
-0x5dbe 024691 beq lmp_encapsulated_payload ,parse_lmp_accepted_encapsulated_payload 
-0x5dbf 024692 beq lmp_simple_pairing_number ,parse_lmp_accepted_simple_pairing_number 
-0x5dc0 024693 beq lmp_dhkey_check ,parse_lmp_accepted_dhkey_check 
-0x5dc1 024694 rtn 
-:      024696 parse_lmp_not_accepted:
-0x5dc2 024697 bpatchx patch30_1 ,mem_patch30 
-0x5dc3 024698 fetch 1 ,mem_rxbuf + 1 
-0x5dc4 024699 store 1 ,mem_lmi_accepted_opcode 
-0x5dc5 024700 beq lmp_name_req ,parse_lmp_not_accepted_name_req 
-0x5dc6 024701 beq lmp_host_connection_req ,parse_lmp_not_accepted_hostconn 
-0x5dc7 024702 beq lmp_au_rand ,parse_lmp_not_accepted_aurand 
-0x5dc8 024703 beq lmp_in_rand ,parse_lmp_not_accepted_inrand 
-0x5dc9 024704 beq lmp_switch_req ,parse_lmp_not_accepted_switch 
-0x5dca 024706 beq lmp_simple_pairing_number ,parse_lmp_not_accepted_simple_pairing_number 
-0x5dcb 024707 beq lmp_dhkey_check ,parse_lmp_not_accepted_dhkey_check 
-0x5dcc 024708 beq lmp_unsniff_req ,parse_lmp_not_accepted_unsniff_req 
-0x5dcd 024709 beq lmp_sniff_req ,parse_lmp_not_acdcept_sniff_req 
-0x5dce 024710 rtn 
-:      024712 parse_lmp_accepted_switch:
-0x5dcf 024713 jam bt_evt_switch_accept ,mem_fifo_temp 
-0x5dd0 024714 call ui_ipc_send_event 
-0x5dd1 024715 branch role_switch_prepare0 
-:      024716 parse_lmp_not_accepted_switch:
-0x5dd2 024717 jam bt_evt_switch_not_accept ,mem_fifo_temp 
-0x5dd3 024718 call ui_ipc_send_event 
-0x5dd4 024719 jam switch_flag_not_accept ,mem_switch_flag 
-0x5dd5 024720 setarg timer_switch_waite 
-0x5dd6 024721 arg switch_wait_timer ,queue 
-0x5dd7 024722 branch timer_init 
-:      024725 parse_lmp_accepted_hostconn:
-0x5dd8 024728 fetch 1 ,mem_lmp_conn_state 
-0x5dd9 024729 set1 received_conn_req ,pdata 
-0x5dda 024730 store 1 ,mem_lmp_conn_state 
-0x5ddb 024731 jam bt_evt_bb_connected ,mem_fifo_temp 
-0x5ddc 024732 call ui_ipc_send_event 
-0x5ddd 024733 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
-:      024735 parse_lmp_accepted_hostconn_ctn:
-0x5dde 024737 fetch 1 ,mem_conn_sm 
-0x5ddf 024738 bne conn_sm_wait_conn_accept ,parse_rx_done 
-0x5de0 024741 jam conn_sm_auth_pair ,mem_conn_sm 
-0x5de1 024742 rtn 
-:      024750 parse_lmp_not_accepted_hostconn:
-0x5de2 024751 jam acl_connection_already_exists ,mem_disconn_reason_send 
-0x5de3 024752 jam lmp_detach ,mem_lmo_opcode2 
-0x5de4 024754 jam conn_sm_standby ,mem_conn_sm 
-0x5de5 024756 branch parse_rx_done ,true 
-0x5de6 024757 rtn 
-:      024759 parse_lmp_accepted_inrand:
-0x5de7 024760 fetch 1 ,mem_link_key_exists 
-0x5de8 024761 nrtn blank 
-0x5de9 024762 call clear_linkkey 
-0x5dea 024763 call lmp_generate_key 
-0x5deb 024764 rtn master 
-0x5dec 024765 set1 mark_slave_in_rand_accepted ,mark 
-0x5ded 024766 rtn 
-:      024768 parse_lmp_accepted_enc_mode:
-0x5dee 024769 nrtn master 
-0x5def 024770 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
-0x5df0 024771 fetch 1 ,mem_state_map 
-0x5df1 024772 rtnbit0 smap_encryption 
-0x5df2 024773 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x5df3 024774 rtn 
-:      024776 parse_lmp_accepted_enc_keysize:
-0x5df4 024777 branch lmp_start_encryption 
-:      024779 parse_lmp_accepted_start_enc:
-0x5df5 024780 call send_create_conn_start_l2cap_timer_sm 
-0x5df6 024781 fetch 1 ,mem_state 
-0x5df7 024782 rtnbit1 state_conn_comp 
-0x5df8 024783 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5df9 024784 fetch 1 ,mem_conn_sm 
-0x5dfa 024785 rtnne conn_sm_encrypt_wait 
-0x5dfb 024786 jam conn_sm_encrypt_wait_clear ,mem_conn_sm 
-0x5dfc 024787 rtn 
-:      024789 parse_lmp_accepted_stop_enc:
-0x5dfd 024797 rtn 
-:      024799 parse_lmp_not_accepted_aurand:
-:      024800 parse_lmp_not_accepted_aurand_send_detach:
-0x5dfe 024801 jam lmp_detach ,mem_lmo_opcode2 
-0x5dff 024802 jam other_end_terminated ,mem_disconn_reason_send 
-0x5e00 024803 rtn 
-:      024805 parse_lmp_not_accepted_inrand:
-0x5e01 024806 fetch 1 ,mem_rxbuf + 2 
-0x5e02 024807 beq key_missing ,parse_lmp_inrand_key_missing 
-0x5e03 024808 rtnne pairing_not_allowed 
-0x5e04 024809 jam pairing_not_allowed ,mem_disconn_reason_send 
-0x5e05 024810 jam lmp_detach ,mem_lmo_opcode2 
-0x5e06 024811 rtn 
-:      024812 parse_lmp_inrand_key_missing:
-0x5e07 024813 jam key_missing ,mem_disconn_reason_send 
-0x5e08 024814 jam lmp_detach ,mem_lmo_opcode2 
-0x5e09 024815 rtn 
-:      024817 parse_lmp_not_accepted_name_req:
-0x5e0a 024818 rtn 
-:      024820 parse_lmp_not_accepted_simple_pairing_number:
-0x5e0b 024821 jam sp_stat_null ,mem_sp_state 
-0x5e0c 024822 jam lmp_detach ,mem_lmo_opcode2 
-0x5e0d 024823 branch parse_rx_done 
-:      024825 parse_lmp_not_accepted_dhkey_check:
-0x5e0e 024826 jam sp_stat_null ,mem_sp_state 
-0x5e0f 024827 jam lmp_detach ,mem_lmo_opcode2 
-0x5e10 024828 branch parse_rx_done 
-:      024829 parse_lmp_not_accepted_unsniff_req:
-0x5e11 024830 jam bt_evt_unsniff_not_accept ,mem_fifo_temp 
-0x5e12 024831 branch ui_ipc_send_event 
-:      024833 parse_lmp_accepted_unsniff_req:
-0x5e13 024834 jam bt_evt_unsniff_accept ,mem_fifo_temp 
-0x5e14 024835 call ui_ipc_send_event 
-0x5e15 024836 branch sniff_exit 
-:      024838 parse_lmp_accepted_sniff_req:
-0x5e16 024839 jam bt_evt_sniff_accept ,mem_fifo_temp 
-0x5e17 024840 call ui_ipc_send_event 
-0x5e18 024841 setarg 0 
-0x5e19 024842 store 2 ,mem_dsniff 
-0x5e1a 024843 fetch 2 ,mem_sniff_param_interval 
-0x5e1b 024844 lshift pdata ,pdata 
-0x5e1c 024845 store 2 ,mem_tsniff 
-0x5e1d 024846 fetch 1 ,mem_sniff_param_attempt 
-0x5e1e 024847 store 1 ,mem_sniff_attempt 
-0x5e1f 024848 fetch 1 ,mem_sniff_param_timeout 
-0x5e20 024849 store 1 ,mem_sniff_timeout 
-0x5e21 024850 branch sniff_init 
-:      024852 parse_lmp_not_acdcept_sniff_req:
-0x5e22 024853 jam bt_evt_sniff_not_accept ,mem_fifo_temp 
-0x5e23 024854 branch ui_ipc_send_event 
-:      024856 parse_lmp_crypt_key:
-0x5e24 024857 fetcht 1 ,mem_rxbuf + 1 
-0x5e25 024858 storet 1 ,mem_key_size 
-0x5e26 024859 branch accept_lmp_msg 
-:      024861 parse_lmp_setup_complete:
-0x5e27 024862 fetch 1 ,mem_lmp_conn_state 
-0x5e28 024863 set1 received_setup_complete ,pdata 
-0x5e29 024864 store 1 ,mem_lmp_conn_state 
-0x5e2a 024865 rtnbit1 sent_setup_complete 
-0x5e2b 024866 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5e2c 024867 branch parse_rx_done 
-:      024869 parse_lmp_max_slot:
-0x5e2d 024872 rtn 
-:      024874 parse_lmp_max_slot_req:
-0x5e2e 024875 fetch 1 ,mem_max_slot 
-0x5e2f 024876 fetcht 1 ,mem_rxbuf + 1 
-0x5e30 024877 isub temp ,null 
-0x5e31 024879 branch accept_lmp_msg ,positive 
-0x5e32 024880 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5e33 024881 jam unspecified_error ,mem_lmo_reason2 
-0x5e34 024882 jam lmp_max_slot_req ,mem_lmi_opcode2 
-0x5e35 024883 rtn 
-:      024885 parse_lmp_detach:
-0x5e36 024886 call prepare_disconnect 
-0x5e37 024887 branch accept_lmp_msg 
-:      024889 accept_lmp_msg:
-0x5e38 024890 jam lmp_accepted ,mem_lmo_opcode2 
-0x5e39 024891 rtn 
-:      024893 parse_lmp_incr_power:
-0x5e3a 024894 jam lmp_max_power ,mem_lmo_opcode2 
-0x5e3b 024895 rtn 
-:      024897 parse_lmp_decr_power:
-0x5e3c 024898 jam lmp_min_power ,mem_lmo_opcode2 
-0x5e3d 024899 rtn 
-:      024901 parse_lmp_version_res:
-0x5e3e 024902 fetch 1 ,mem_conn_sm 
-0x5e3f 024903 rtneq conn_sm_wait_version 
-0x5e40 024905 jam conn_sm_send_features ,mem_conn_sm 
-0x5e41 024907 rtn 
-:      024910 parse_lmp_auto_rate:
-0x5e42 024911 rtn 
-:      024913 parse_lmp_in_rand:
-0x5e43 024914 call lmp_copy_rand 
-0x5e44 024915 jam pincode_state_wait_pincode ,mem_pincode_state 
-0x5e45 024916 jam bt_evt_pincode_req ,mem_fifo_temp 
-0x5e46 024917 call ui_ipc_send_event 
-0x5e47 024919 call tid_check 
-0x5e48 024920 nbranch lmp_accept_inrand ,true 
-0x5e49 024922 nbranch parse_lmp_inrand_res ,master 
-0x5e4a 024923 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5e4b 024924 jam lmp_in_rand ,mem_lmi_opcode2 
-0x5e4c 024925 jam transaction_collision ,mem_lmo_reason2 
-0x5e4d 024926 rtn 
-:      024927 parse_lmp_inrand_res:
-0x5e4e 024928 fetch 1 ,mem_op 
-0x5e4f 024929 set1 op_inrand_req ,pdata 
-0x5e50 024930 store 1 ,mem_op 
-0x5e51 024931 rtn 
-:      024934 pop_tid_follow:
-0x5e52 024935 fetcht 1 ,mem_state_map 
-0x5e53 024936 nsetflag blank ,smap_lmptid ,temp 
-0x5e54 024937 storet 1 ,mem_state_map 
-0x5e55 024938 rtn 
-:      024941 push_tid_follow:
-0x5e56 024942 fetch 1 ,mem_lmo_tid2 
-0x5e57 024943 rshift pdata ,pdata 
-0x5e58 024944 and_into 1 ,pdata 
-0x5e59 024945 rtn 
-:      024947 parse_lmp_au_rand_moudle:
-0x5e5a 024948 fetch 1 ,mem_nv_data_number 
-0x5e5b 024949 rtn blank 
-0x5e5c 024950 fetch 1 ,mem_pairing_auth 
-0x5e5d 024951 call load_device_list ,blank 
-0x5e5e 024952 rtn 
-:      024954 parse_lmp_au_rand:
-0x5e5f 024955 call parse_lmp_au_rand_moudle 
-0x5e60 024956 call push_tid_follow 
-0x5e61 024957 store 1 ,mem_sres_tid 
-0x5e62 024958 call lmp_copy_rand 
-0x5e63 024959 jam lmp_sres ,mem_lmo_opcode2 
-0x5e64 024960 fetch 1 ,mem_link_key_exists 
-0x5e65 024961 nrtn blank 
-0x5e66 024962 fetch 1 ,mem_state 
-0x5e67 024963 rtnbit1 state_combkey 
-0x5e68 024964 jam key_missing ,mem_lmo_reason2 
-0x5e69 024965 branch reject_lmp_packet 
-:      024967 parse_lmp_sres:
-0x5e6a 024968 arg mem_plap ,rega 
-0x5e6b 024969 call function_e1 
-0x5e6c 024970 fetch 4 ,mem_rxbuf + 1 
-0x5e6d 024971 fetcht 4 ,mem_input_store 
-0x5e6e 024972 isub temp ,null 
-0x5e6f 024973 branch authentication_ok ,zero 
-0x5e70 024974 jam lmp_detach ,mem_lmo_opcode2 
-0x5e71 024975 jam authentication_failure_error ,mem_disconn_reason_send 
-0x5e72 024976 rtn 
-:      024977 authentication_ok:
-0x5e73 024978 call authentication_ok_common 
-0x5e74 024979 fetch 1 ,mem_ssp_enable 
-0x5e75 024980 branch pairing_success ,blank 
-0x5e76 024981 rtn 
-:      024984 authentication_ok_common:
-0x5e77 024985 call copy_aco 
-0x5e78 024986 call linkkey_ready 
-0x5e79 024987 fetch 1 ,mem_op 
-0x5e7a 024988 isolate1 op_auth_req ,pdata 
-0x5e7b 024989 set0 op_auth_req ,pdata 
-0x5e7c 024990 store 1 ,mem_op 
-0x5e7d 024991 fetch 1 ,mem_conn_sm 
-0x5e7e 024992 beq conn_sm_auth_wait ,authentication_ok_conn_sm 
-0x5e7f 024993 beq conn_sm_pairing_wait ,authentication_ok_conn_sm 
-0x5e80 024994 rtn 
-:      024995 authentication_ok_conn_sm:
-0x5e81 024996 fetch 1 ,mem_pairing_auth 
-0x5e82 024997 rtnne defalt_pairing_auth 
-0x5e83 024998 fetch 1 ,mem_state_map 
-0x5e84 024999 rtnbit1 smap_encryption 
-0x5e85 025000 branch host_create_conn_encrypt 
-:      025002 parse_lmp_comb_key:
-0x5e86 025003 arg mem_rxbuf + 1 ,rega 
-0x5e87 025004 arg mem_kinit ,regb 
-0x5e88 025005 arg mem_random_number ,contw 
-0x5e89 025006 call xor16 
-0x5e8a 025007 arg mem_plap ,rega 
-0x5e8b 025008 call generate_linkkey 
-0x5e8c 025009 jam lmp_au_rand ,mem_lmo_opcode2 
-0x5e8d 025010 fetch 1 ,mem_state 
-0x5e8e 025011 bbit0 state_combkey ,lmp_generate_key 
-0x5e8f 025012 rtn 
-:      025014 parse_lmp_name_res:
-0x5e90 025015 fetch 2 ,mem_len 
-0x5e91 025016 add pdata ,-3 ,loopcnt 
-0x5e92 025017 fetcht 1 ,mem_rxbuf + 1 
-0x5e93 025018 setarg mem_tmp_buffer 
-0x5e94 025019 iadd temp ,contw 
-0x5e95 025020 arg mem_rxbuf + 3 ,contr 
-0x5e96 025021 call memcpy 
-0x5e97 025022 fetcht 1 ,mem_name_offset 
-0x5e98 025023 fetch 1 ,mem_rxbuf + 2 
-0x5e99 025024 isub temp ,pdata 
-0x5e9a 025025 sub pdata ,14 ,null 
-0x5e9b 025026 branch parse_lmp_name_res_end ,positive 
-0x5e9c 025027 add temp ,14 ,pdata 
-0x5e9d 025028 store 1 ,mem_name_offset 
-0x5e9e 025029 jam lmp_name_req ,mem_lmo_opcode2 
-0x5e9f 025030 rtn 
-:      025031 parse_lmp_name_res_end:
-0x5ea0 025032 fetch 1 ,mem_state_map 
-0x5ea1 025033 set1 smap_name_res ,pdata 
-0x5ea2 025034 store 1 ,mem_state_map 
-0x5ea3 025035 bbit1 smap_name_req ,lmp_disconnect 
-0x5ea4 025036 rtn 
-:      025037 parse_lmp_name_req:
-0x5ea5 025038 fetch 1 ,mem_rxbuf + 1 
-0x5ea6 025039 store 1 ,mem_lmi_opcode2 
-0x5ea7 025040 jam lmp_name_res ,mem_lmo_opcode2 
-0x5ea8 025041 rtn 
-:      025043 parse_lmp_conn_req:
-0x5ea9 025044 branch accept_lmp_msg 
-:      025046 parse_lmp_timing_accuracy_req:
-0x5eaa 025047 jam lmp_timing_accuracy_res ,mem_lmo_opcode2 
-0x5eab 025048 rtn 
-:      025050 parse_lmp_features_req:
-0x5eac 025051 jam lmp_features_res ,mem_lmo_opcode2 
-0x5ead 025052 rtn 
-:      025054 parse_lmp_version_req:
-0x5eae 025055 jam lmp_version_res ,mem_lmo_opcode2 
-0x5eaf 025056 rtn 
-:      025058 parse_lmp_supervision_timeout:
-0x5eb0 025061 rtn 
-:      025065 parse_lmp_sniff_subrating_req:
-0x5eb1 025066 fetch 2 ,mem_tsniff 
-0x5eb2 025067 iforce temp 
-0x5eb3 025068 fetch 1 ,mem_rxbuf + 2 
-0x5eb4 025069 store 1 ,mem_subsniff_rate 
-0x5eb5 025070 imul32 temp ,temp 
-0x5eb6 025071 fetch 2 ,mem_rxbuf + 3 
-0x5eb7 025072 lshift pdata ,pdata 
-0x5eb8 025073 store 2 ,mem_subsniff_tcmax 
-0x5eb9 025074 fetch 4 ,mem_rxbuf + 5 
-0x5eba 025075 lshift pdata ,pdata 
-0x5ebb 025076 store 4 ,mem_subsniff_instant 
-0x5ebc 025078 deposit temp 
-0x5ebd 025079 store 2 ,mem_subsniff_tsniff 
-0x5ebe 025080 rtn 
-:      025081 parse_lmpext_packet_type_table_req:
-0x5ebf 025082 fetcht 1 ,mem_ptt 
-0x5ec0 025083 fetch 1 ,mem_rxbuf + 2 
-0x5ec1 025084 ixor temp ,null 
-0x5ec2 025085 nbranch reject_unknown_ext_packet ,zero 
-0x5ec3 025086 isolate1 0 ,pdata 
-0x5ec4 025087 fetch 1 ,mem_state_map 
-0x5ec5 025088 setflag true ,smap_edr ,pdata 
-0x5ec6 025089 store 1 ,mem_state_map 
-0x5ec7 025090 jam lmp_ext_accepted ,mem_lmo_opcode2 
-0x5ec8 025091 jam lmp_packet_type_table_req ,mem_lmi_opcode2 
-0x5ec9 025092 rtn 
-:      025095 parse_lmp_sniff_subrating_res:
-:      025096 parse_lmp_preferred_rate:
-:      025097 parse_lmp_max_power:
-:      025098 parse_lmp_min_power:
-0x5eca 025099 rtn 
-:      025100 parse_lmp_page_mode_req:
-0x5ecb 025102 branch accept_lmp_msg 
-:      025103 parse_lmp_page_scan_mode_req:
-0x5ecc 025106 branch accept_lmp_msg 
-:      025110 parse_lmp_slot_offset:
-0x5ecd 025111 fetch 2 ,mem_rxbuf + 1 
-0x5ece 025112 store 2 ,mem_slot_offset 
-0x5ecf 025113 rtn 
-:      025115 parse_lmp_sniff_req_check_sniff_para:
-0x5ed0 025116 fetch 2 ,mem_rxbuf + 4 
-0x5ed1 025117 fetcht 1 ,mem_lpm_mult 
-0x5ed2 025118 imul32 temp ,pdata 
-0x5ed3 025119 arg 0x640 ,temp 
-0x5ed4 025120 isub temp ,null 
-0x5ed5 025122 rtn 
-:      025124 parse_lmp_sniff_req:
-0x5ed6 025125 fetch 2 ,mem_rxbuf + 6 
-0x5ed7 025126 branch lmp_reject_sniff ,blank 
-0x5ed8 025127 call parse_lmp_sniff_req_check_sniff_para 
-0x5ed9 025128 branch lmp_reject_sniff ,positive 
-0x5eda 025129 fetch 1 ,mem_device_option 
-0x5edb 025130 sub pdata ,dvc_op_module ,null 
-0x5edc 025131 call module_set_lpm_mult_2 ,zero 
-0x5edd 025132 fetch 1 ,mem_state 
-0x5ede 025133 bbit1 state_insniff ,lmp_reject_sniff 
-0x5edf 025134 fetch 2 ,mem_rxbuf + 2 
-0x5ee0 025135 lshift pdata ,pdata 
-0x5ee1 025136 store 2 ,mem_dsniff 
-0x5ee2 025137 fetch 2 ,mem_rxbuf + 4 
-0x5ee3 025138 lshift pdata ,pdata 
-0x5ee4 025139 store 2 ,mem_tsniff 
-0x5ee5 025140 fetch 2 ,mem_rxbuf + 6 
-0x5ee6 025141 store 1 ,mem_sniff_attempt 
-0x5ee7 025142 iforce temp 
-0x5ee8 025143 fetch 2 ,mem_rxbuf + 8 
-0x5ee9 025144 store 1 ,mem_sniff_timeout 
-0x5eea 025145 isub temp ,null 
-0x5eeb 025146 nbranch set_big_value_to_attempt ,positive 
-0x5eec 025147 store 1 ,mem_sniff_attempt 
-:      025148 set_big_value_to_attempt:
-0x5eed 025150 jam lmp_accepted ,mem_lmo_opcode2 
-0x5eee 025151 jam lmp_sniff_req ,mem_lmi_opcode2 
-0x5eef 025152 rtn 
-:      025154 lmp_reject_sniff:
-0x5ef0 025155 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5ef1 025156 branch reject_lmp_packet 
-:      025158 parse_lmp_start_encryption_req:
-0x5ef2 025159 call accept_lmp_msg 
-0x5ef3 025160 call lmp_copy_rand 
-0x5ef4 025161 call function_e3 
-0x5ef5 025162 branch start_encryption 
-:      025164 parse_lmp_stop_encryption_req:
-0x5ef6 025165 call accept_lmp_msg 
-0x5ef7 025166 branch stop_encryption 
-:      025169 parse_lmp_switch_req:
-0x5ef8 025170 fetch 4 ,mem_rxbuf + 1 
-0x5ef9 025171 lshift pdata ,pdata 
-0x5efa 025173 branch parse_lmp_switch_accept ,master 
-0x5efb 025174 fetcht 1 ,mem_link_key_exists 
-0x5efc 025175 nbranch parse_lmp_switch_req_clear_mark ,blank 
-:      025176 parse_lmp_switch_req_not_accept:
-0x5efd 025177 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5efe 025178 jam lmp_switch_req ,mem_lmi_opcode2 
-0x5eff 025179 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f00 025180 rtn 
-:      025181 parse_lmp_switch_req_clear_mark:
-0x5f01 025182 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x5f02 025183 jam 0 ,mem_conn_sm 
-0x5f03 025184 branch role_switch_prepare 
-:      025186 parse_lmp_switch_accept:
-0x5f04 025187 call role_switch_prepare 
-0x5f05 025188 set1 mark_reconn_recieve_switch ,mark 
-0x5f06 025189 fetch 1 ,mem_connection_options 
-0x5f07 025190 set0 connection_switch ,pdata 
-0x5f08 025191 store 1 ,mem_connection_options 
-0x5f09 025192 branch accept_lmp_msg 
-:      025196 parse_lmp_temp_rand:
-:      025197 parse_lmp_temp_key:
-:      025198 parse_lmp_timing_accuracy_res:
-:      025199 parse_lmp_unit_key:
-:      025200 parse_lmp_use_semi_permanend_key:
-0x5f0a 025201 rtn 
-:      025204 parse_lmp_unsniff_req:
-0x5f0b 025205 jam lmp_accepted ,mem_lmo_opcode2 
-0x5f0c 025206 jam lmp_unsniff_req ,mem_lmi_opcode2 
-0x5f0d 025207 jam bt_evt_remote_unsniff ,mem_fifo_temp 
-0x5f0e 025208 call ui_ipc_send_event 
-0x5f0f 025209 branch sniff_exit 
-:      025211 parse_lmp_encapsulated_header:
-0x5f10 025212 fetch 1 ,mem_rxbuf + 1 
-0x5f11 025213 bne encapsulated_major_type_p192 ,parse_lmp_encapsulated_header_reject 
-0x5f12 025214 fetch 1 ,mem_rxbuf + 2 
-0x5f13 025215 bne encapsulated_minor_type_p192 ,parse_lmp_encapsulated_header_reject 
-0x5f14 025216 fetch 1 ,mem_rxbuf + 3 
-0x5f15 025217 bne encapsulated_len_p192 ,parse_lmp_encapsulated_header_reject 
-0x5f16 025218 call check_localsm 
-0x5f17 025219 branch parse_lmp_encapsulated_header_master ,true 
-0x5f18 025220 jam sp_stat_key_recv ,mem_sp_state 
-:      025221 parse_lmp_encapsulated_header_master:
-0x5f19 025222 jam lmp_accepted ,mem_lmo_opcode2 
-0x5f1a 025223 jam lmp_encapsulated_header ,mem_lmi_opcode2 
-0x5f1b 025224 branch parse_rx_done 
-:      025226 parse_lmp_encapsulated_header_reject:
-0x5f1c 025227 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f1d 025228 branch reject_lmp_packet 
-:      025230 parse_lmp_accepted_encapsulated_header:
-0x5f1e 025233 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
-0x5f1f 025235 rtn 
-:      025236 parse_lmp_accepted_simple_pairing_number:
-0x5f20 025237 fetch 1 ,mem_ssp_mode_flag 
-0x5f21 025238 beq ssp_mode_ssp_pin_flag ,parse_lmp_accepted_simple_pairing_number_ssp_pin 
-0x5f22 025239 beq ssp_mode_passkey_entry_flag ,parse_lmp_accepted_simple_pairing_number_passkey 
-:      025240 parse_lmp_accepted_simple_pairing_number_common:
-0x5f23 025241 call check_localsm 
-0x5f24 025242 rtn true 
-0x5f25 025243 jam sp_stat_confirm_recv ,mem_sp_state 
-0x5f26 025244 rtn 
-:      025246 parse_lmp_accepted_simple_pairing_number_ssp_pin:
-0x5f27 025247 call g_noninit_number_confirm 
-0x5f28 025248 jam bt_evt_bt_gkey_generate ,mem_fifo_temp 
-0x5f29 025249 call ui_ipc_send_event 
-0x5f2a 025250 branch parse_lmp_accepted_simple_pairing_number_common 
-:      025253 parse_lmp_accepted_simple_pairing_number_passkey:
-0x5f2b 025254 call check_localsm 
-0x5f2c 025255 rtn true 
-0x5f2d 025256 fetch 1 ,mem_authentication_passkey_times 
-0x5f2e 025257 beq 19 ,authentication_passkey_end 
-0x5f2f 025258 increase 1 ,pdata 
-0x5f30 025259 store 1 ,mem_authentication_passkey_times 
-:      025262 authentication_passkey:
-0x5f31 025263 jam sp_flag_commit ,mem_sp_flag 
-0x5f32 025264 jam sp_stat_commit_calc ,mem_sp_state 
-0x5f33 025265 fetch 1 ,mem_authentication_passkey_times 
-0x5f34 025266 copy pdata ,queue 
-0x5f35 025267 fetch 6 ,mem_pin 
-0x5f36 025268 qisolate1 pdata 
-0x5f37 025269 setarg 0x80 
-0x5f38 025270 setflag true ,0 ,pdata 
-0x5f39 025271 store 1 ,mem_passkey_1bit 
-0x5f3a 025272 rtn 
-:      025274 authentication_passkey_end:
-0x5f3b 025275 jam sp_stat_confirm_recv ,mem_sp_state 
-0x5f3c 025276 rtn 
-:      025278 parse_lmp_accepted_dhkey_check:
-0x5f3d 025279 call parse_lmp_accepted_dhkey_check_common 
-:      025280 pairing_success:
-0x5f3e 025281 fetch 1 ,mem_flag_pairing_state 
-0x5f3f 025282 rtn blank 
-0x5f40 025283 jam flag_pairing_state_not_pairing ,mem_flag_pairing_state 
-0x5f41 025284 jam bt_evt_bt_pairing_success ,mem_fifo_temp 
-0x5f42 025285 branch ui_ipc_send_event 
-:      025288 parse_lmp_accepted_dhkey_check_common:
-0x5f43 025290 call check_localsm 
-0x5f44 025291 ncall g_noninit ,true 
-0x5f45 025292 call g_init ,true 
-0x5f46 025293 call check_localsm 
-0x5f47 025294 rtn true 
-0x5f48 025295 jam sp_stat_link_key_calc ,mem_sp_state 
-0x5f49 025296 jam sp_flag_commit ,mem_sp_flag 
-0x5f4a 025297 rtn 
-:      025299 parse_simple_pairing_confirm:
-0x5f4b 025300 arg mem_sp_confirm_remote ,contw 
-0x5f4c 025301 arg mem_rxbuf + 1 ,contr 
-0x5f4d 025302 call memcpy16 
-0x5f4e 025303 fetch 1 ,mem_ssp_mode_flag 
-0x5f4f 025304 rtneq ssp_mode_passkey_entry_flag 
-0x5f50 025305 branch master_set_mem_master_sp_flag 
-:      025307 parse_lmp_encapsulated_payload:
-0x5f51 025308 fetch 1 ,mem_master_sp_state 
-0x5f52 025309 beq sp_stat_random_send ,parse_encapsulated_payload_master 
-0x5f53 025310 fetch 1 ,mem_sp_state 
-0x5f54 025311 bne sp_stat_key_recv ,parse_lmp_encapsulated_payload_reject 
-:      025312 parse_encapsulated_payload_master:
-0x5f55 025313 fetch 1 ,mem_sp_remote_key_recv_count 
-0x5f56 025314 sub pdata ,0x20 ,contw 
-0x5f57 025315 nbranch parse_lmp_encapsulated_payload_reject ,positive 
-0x5f58 025316 arg mem_sp_pubkey_remote ,contw 
-0x5f59 025317 iadd contw ,contw 
-0x5f5a 025318 fetch 8 ,mem_rxbuf + 1 
-0x5f5b 025319 istore 8 ,contw 
-0x5f5c 025320 fetch 8 ,mem_rxbuf + 9 
-0x5f5d 025321 istore 8 ,contw 
-0x5f5e 025322 fetch 1 ,mem_sp_remote_key_recv_count 
-0x5f5f 025323 increase 16 ,pdata 
-0x5f60 025324 store 1 ,mem_sp_remote_key_recv_count 
-0x5f61 025325 bne encapsulated_len_p192 ,accept_lmp_msg 
-:      025326 parse_lmp_encapsulated_payload_completed:
-0x5f62 025327 call check_localsm 
-0x5f63 025328 branch accept_lmp_msg ,true 
-0x5f64 025329 jam sp_key_valid ,mem_sp_remote_key_invalid 
-0x5f65 025330 jam sp_stat_key_generate ,mem_sp_state 
-0x5f66 025331 jam sp_flag_commit ,mem_sp_flag 
-0x5f67 025332 branch accept_lmp_msg 
-:      025333 parse_lmp_encapsulated_payload_reject:
-0x5f68 025334 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f69 025335 branch reject_lmp_packet 
-:      025336 parse_lmp_accepted_encapsulated_payload:
-0x5f6a 025337 fetch 1 ,mem_sp_local_key_send_count 
-0x5f6b 025338 beq encapsulated_len_p192 ,parse_lmp_encapsulated_payload_all_accepted 
-0x5f6c 025339 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
-0x5f6d 025340 branch parse_rx_done 
-:      025342 parse_lmp_encapsulated_payload_all_accepted:
-0x5f6e 025343 call check_localsm 
-0x5f6f 025344 branch parse_lmp_encapsulated_payload_all_accepted_master ,true 
-0x5f70 025345 fetch 1 ,mem_ssp_mode_flag 
-0x5f71 025346 beq ssp_mode_passkey_entry_flag ,parse_lmp_encapsulated_payload_all_accepted_get_passkey 
-0x5f72 025347 jam sp_flag_commit ,mem_sp_flag 
-0x5f73 025348 jam sp_stat_commit_calc ,mem_sp_state 
-0x5f74 025349 branch parse_rx_done 
-:      025351 parse_lmp_encapsulated_payload_all_accepted_get_passkey:
-0x5f75 025352 jam bt_evt_bt_get_passkey ,mem_fifo_temp 
-0x5f76 025353 branch ui_ipc_send_event 
-:      025356 parse_lmp_encapsulated_payload_all_accepted_master:
-0x5f77 025358 branch parse_rx_done 
-:      025360 parse_lmp_simple_pairing_number:
-0x5f78 025361 fetch 1 ,mem_master_sp_state 
-0x5f79 025362 beq sp_stat_random_send ,parse_lmp_simple_pairing_number_master 
-0x5f7a 025363 fetch 1 ,mem_sp_state 
-0x5f7b 025364 bne sp_stat_random_recv ,parse_lmp_simple_pairing_number_reject 
-:      025365 parse_lmp_simple_pairing_number_master:
-0x5f7c 025366 arg mem_sp_random_remote ,contw 
-0x5f7d 025367 fetch 8 ,mem_rxbuf + 1 
-0x5f7e 025368 istore 8 ,contw 
-0x5f7f 025369 fetch 8 ,mem_rxbuf + 9 
-0x5f80 025370 istore 8 ,contw 
-0x5f81 025371 call check_localsm 
-0x5f82 025372 branch parse_lmp_simple_pairing_number_master0 ,true 
-0x5f83 025373 jam sp_stat_random_send ,mem_sp_state 
-0x5f84 025374 jam sp_flag_commit ,mem_sp_flag 
-0x5f85 025375 branch accept_lmp_msg 
-:      025376 parse_lmp_simple_pairing_number_master0:
-0x5f86 025377 jam sp_stat_commit_calc ,mem_master_sp_state 
-0x5f87 025378 branch master_set_mem_master_sp_flag 
-:      025381 parse_lmp_simple_pairing_number_reject:
-0x5f88 025382 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f89 025383 branch reject_lmp_packet 
-:      025385 parse_dhkey_check:
-0x5f8a 025386 fetch 1 ,mem_master_sp_state 
-0x5f8b 025387 beq sp_stat_confirm_send ,parse_dhkey_check_master 
-0x5f8c 025388 fetch 1 ,mem_sp_state 
-0x5f8d 025389 bne sp_stat_confirm_recv ,parse_lmp_dhkey_check_reject 
-:      025390 parse_dhkey_check_master:
-0x5f8e 025391 arg mem_sp_check_result ,contw 
-0x5f8f 025392 arg mem_rxbuf + 1 ,contr 
-0x5f90 025393 call memcpy16 
-0x5f91 025394 call check_localsm 
-0x5f92 025395 branch parse_dhkey_check_master0 ,true 
-0x5f93 025396 fetch 1 ,mem_ssp_mode_flag 
-0x5f94 025397 beq ssp_mode_ssp_pin_flag ,number_comparison_mode 
-:      025398 number_comparison_successed:
-0x5f95 025399 jam 0 ,mem_flag_mode_ssp_pin 
-0x5f96 025400 jam sp_stat_confirm_check ,mem_sp_state 
-0x5f97 025401 jam sp_flag_commit ,mem_sp_flag 
-0x5f98 025402 jam lmp_dhkey_check ,mem_lmi_opcode2 
-0x5f99 025403 branch parse_rx_done 
-:      025405 parse_dhkey_check_master0:
-0x5f9a 025406 jam sp_stat_confirm_check ,mem_master_sp_state 
-0x5f9b 025407 jam sp_flag_commit ,mem_master_sp_flag 
-0x5f9c 025408 branch parse_rx_done 
-:      025409 parse_lmp_dhkey_check_reject:
-0x5f9d 025410 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f9e 025411 branch reject_lmp_packet 
-:      025413 number_comparison_mode:
-0x5f9f 025414 fetch 1 ,mem_flag_mode_ssp_pin 
-0x5fa0 025415 bbit1 flag_mode_ssp_pin_reviceve_comparison_bit ,comparison_result 
-0x5fa1 025416 set1 flag_mode_ssp_pin_recieve_dhkey_bit ,pdata 
-0x5fa2 025417 store 1 ,mem_flag_mode_ssp_pin 
-0x5fa3 025418 rtn 
-:      025420 comparison_result:
-0x5fa4 025421 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
-0x5fa5 025422 jam 0 ,mem_flag_mode_ssp_pin 
-0x5fa6 025423 branch parse_lmp_dhkey_check_reject 
-:      025426 parse_lmp_clkoffset_res:
-0x5fa7 025427 branch parse_rx_done 
-:      025429 parse_lmp_encryption_mode_req:
-0x5fa8 025430 fetch 1 ,mem_connection_options 
-0x5fa9 025431 set0 connection_encrypt 
-0x5faa 025432 store 1 ,mem_connection_options 
-0x5fab 025433 call accept_lmp_msg 
-0x5fac 025434 nrtn master 
-0x5fad 025435 fetch 1 ,mem_rxbuf + 1 
-0x5fae 025436 fetcht 1 ,mem_op 
-0x5faf 025437 setflag blank ,op_stop_enc ,temp 
-0x5fb0 025438 nsetflag blank ,op_start_enc ,temp 
-0x5fb1 025439 storet 1 ,mem_op 
-0x5fb2 025440 rtn 
-:      025442 parse_lmp_features_res:
-0x5fb3 025443 fetcht 8 ,mem_rxbuf + 1 
-:      025444 parse_lmp_features_res_not_hci:
-0x5fb4 025445 fetch 1 ,mem_conn_sm 
-0x5fb5 025446 rtnne conn_sm_wait_features_res 
-0x5fb6 025448 fetch 1 ,mem_connection_options 
-0x5fb7 025449 bbit0 connection_feature_ext ,parse_lmp_send_conn 
-0x5fb8 025451 jam conn_sm_send_features_ext ,mem_conn_sm 
-0x5fb9 025452 rtn 
-:      025453 parse_lmp_send_conn:
-0x5fba 025454 jam conn_sm_send_conn_req ,mem_conn_sm 
-0x5fbb 025455 rtn 
-:      025456 parse_lmp_test_activate:
-0x5fbc 025457 fetch 1 ,mem_debug_config 
-0x5fbd 025458 store 1 ,mem_test_mode_old_debug_config 
-0x5fbe 025459 jam lmp_accepted ,mem_lmo_opcode2 
-0x5fbf 025460 jam lmp_test_activate ,mem_lmi_opcode2 
-0x5fc0 025461 rtn 
-:      025462 parse_lmp_test_control:
-0x5fc1 025465 jam lmp_accepted ,mem_lmo_opcode2 
-0x5fc2 025466 jam lmp_test_control ,mem_lmi_opcode2 
-0x5fc3 025467 force 9 ,loopcnt 
-0x5fc4 025468 arg mem_rxbuf + 1 ,contr 
-0x5fc5 025469 arg mem_temp_payload ,contw 
-:      025470 parse_lmp_test_xor:
-0x5fc6 025471 ifetch 1 ,contr 
-0x5fc7 025472 xor_into 0x55 ,pdata 
-0x5fc8 025473 istore 1 ,contw 
-0x5fc9 025474 loop parse_lmp_test_xor 
-0x5fca 025475 fetch 1 ,test_mode_scenario 
-0x5fcb 025476 fetcht 1 ,mem_tester_emulate 
-0x5fcc 025477 set0 tester_no_whitening ,temp 
-0x5fcd 025478 set0 tester_pattern_test ,temp 
-0x5fce 025479 beq exit_test_mode ,parse_lmp_test_control_exit 
-0x5fcf 025480 beq pause_test_mode ,parse_lmp_test_control_pause 
-0x5fd0 025481 beq closed_loop_back_acl ,parse_lmp_test_control_loopback 
-0x5fd1 025482 beq acl_without_whitening ,parse_lmp_test_control_loopback_nowhite 
-0x5fd2 025483 beq closed_loop_back_sco ,parse_lmp_test_control_loopback 
-0x5fd3 025484 beq sco_without_whitening ,parse_lmp_test_control_loopback_nowhite 
-0x5fd4 025485 beq zero_pattern ,parse_lmp_test_control_pattern 
-0x5fd5 025486 beq one_pattern ,parse_lmp_test_control_pattern 
-0x5fd6 025487 beq alt_pattern ,parse_lmp_test_control_pattern 
-0x5fd7 025488 beq alt2_pattern ,parse_lmp_test_control_pattern 
-0x5fd8 025489 beq pseudorandom ,parse_lmp_test_control_pattern 
-0x5fd9 025490 rtn 
-:      025491 parse_lmp_test_control_exit:
-0x5fda 025493 fetch 1 ,mem_tester_emulate 
-0x5fdb 025494 set1 tester_exit ,pdata 
-0x5fdc 025495 set1 tester_change ,pdata 
-0x5fdd 025496 store 1 ,mem_tester_emulate 
-0x5fde 025497 rtn 
-:      025498 parse_lmp_test_control_pattern:
-0x5fdf 025499 set1 tester_pattern_test ,temp 
-0x5fe0 025500 jam 5 ,mem_lch_code 
-0x5fe1 025501 fetch 2 ,test_mode_data_length 
-0x5fe2 025502 iforce loopcnt 
-0x5fe3 025503 store 2 ,mem_len 
-0x5fe4 025504 arg mem_rxbuf ,contw 
-0x5fe5 025505 call pn9 
-:      025506 parse_lmp_test_control_loopback_nowhite:
-0x5fe6 025507 set1 tester_no_whitening ,temp 
-:      025508 parse_lmp_test_control_loopback:
-0x5fe7 025509 set1 tester_change ,temp 
-0x5fe8 025510 force 0 ,pdata 
-0x5fe9 025511 store 1 ,mem_slave_rcvcnt 
-0x5fea 025512 store 2 ,mem_tst_pktcnt_crc 
-0x5feb 025513 store 2 ,mem_tst_pktcnt_dmh 
-0x5fec 025514 store 2 ,mem_tst_pktcnt_hec 
-0x5fed 025515 store 2 ,mem_tst_pktcnt_sync 
-0x5fee 025516 fetch 1 ,test_mode_hopping_mode 
-0x5fef 025517 compare fixed_freq ,pdata ,0xff 
-0x5ff0 025518 setflag true ,tester_fixed_freq ,temp 
-0x5ff1 025519 storet 1 ,mem_tester_emulate 
-0x5ff2 025520 rtn 
-:      025522 parse_lmp_test_control_pause:
-0x5ff3 025523 set0 mark_testmode ,mark 
-0x5ff4 025524 jam 0 ,mem_tester_emulate 
-0x5ff5 025525 fetch 1 ,mem_debug_config 
-0x5ff6 025526 set0 debug_tx_pattern ,pdata 
-0x5ff7 025527 store 1 ,mem_debug_config 
-0x5ff8 025528 rtn 
-:      025534 lmp_copy_rand:
-0x5ff9 025535 arg mem_rxbuf + 1 ,contr 
-0x5ffa 025536 arg mem_random_number ,contw 
-0x5ffb 025537 branch memcpy16 
-:      025539 lmp_generate_key:
-0x5ffc 025540 jam lmp_comb_key ,mem_lmo_opcode2 
-0x5ffd 025541 rtn 
-:      025543 lmp_start_encryption:
-0x5ffe 025544 nrtn master 
-0x5fff 025545 jam lmp_start_encryption_req ,mem_lmo_opcode2 
-0x6000 025546 rtn 
-:      025548 lmp_accept_inrand:
-0x6001 025549 arg mem_lap ,rega 
-0x6002 025550 call generate_kinit 
-0x6003 025551 jam lmp_accepted ,mem_lmo_opcode2 
-0x6004 025552 jam lmp_in_rand ,mem_lmi_opcode2 
-0x6005 025553 rtn 
-:      025555 lmp_disconnect:
-0x6006 025556 jam 10 ,mem_conn_timer 
-0x6007 025557 jam lmp_detach ,mem_lmo_opcode2 
-0x6008 025558 jam local_host ,mem_disconn_reason_send 
-0x6009 025559 rtn 
-:      025565 send_lmp:
-0x600a 025566 bpatchx patch30_2 ,mem_patch30 
-0x600b 025567 disable user 
-0x600c 025568 call lmo_fifo_process 
-0x600d 025569 fetch 1 ,mem_lmp_to_send 
-0x600e 025570 rtn blank 
-0x600f 025575 bbit1 7 ,send_lmp_escape 
-:      025576 send_lmp0:
-0x6010 025577 beq lmp_name_req ,send_lmp_name_req 
-0x6011 025578 beq lmp_name_res ,send_lmp_name_res 
-0x6012 025579 beq lmp_accepted ,send_lmp_accepted 
-0x6013 025580 beq lmp_not_accepted ,send_lmp_not_accepted 
-0x6014 025581 beq lmp_features_req ,send_lmp_features_req 
-0x6015 025582 beq lmp_features_res ,send_lmp_features_res 
-0x6016 025583 beq lmp_timing_accuracy_res ,send_lmp_timing_accuracy_res 
-0x6017 025584 beq lmp_version_req ,send_lmp_version_req 
-0x6018 025585 beq lmp_version_res ,send_lmp_version_res 
-0x6019 025586 beq lmp_setup_complete ,send_lmp_setup_complete 
-0x601a 025587 beq lmp_supervision_timeout ,send_lmp_superto 
-0x601b 025588 beq lmp_host_connection_req ,send_lmp_no_payload 
-0x601c 025589 beq lmp_in_rand ,send_lmp_inrand 
-0x601d 025590 beq lmp_comb_key ,send_lmp_comb_key 
-0x601e 025591 beq lmp_au_rand ,send_lmp_aurand 
-0x601f 025592 beq lmp_sres ,send_lmp_sres 
-0x6020 025593 beq lmp_encryption_mode_req ,send_lmp_encryption_mode_req 
-0x6021 025594 beq lmp_encryption_key_size_req ,send_lmp_encryption_key_size_req 
-0x6022 025595 beq lmp_start_encryption_req ,send_lmp_start_encryption 
-0x6023 025596 beq lmp_detach ,send_lmp_detach 
-0x6024 025597 beq lmp_quality_of_service_req ,send_lmp_quality_of_service_req 
-0x6025 025598 beq lmp_unit_key ,send_lmp_unit_key 
-0x6026 025600 beq lmp_incr_power_req ,send_lmp_inc_power 
-0x6027 025601 beq lmp_clkoffset_res ,send_lmp_clkoffset_res 
-0x6028 025602 beq lmp_max_power ,send_lmp_nopayload_reply 
-0x6029 025603 beq lmp_max_slot ,send_lmp_max_slot 
-0x602a 025604 beq lmp_max_slot_req ,send_lmp_max_slot_req 
-0x602b 025605 beq lmp_min_power ,send_lmp_nopayload_reply 
-0x602c 025606 beq lmp_slot_offset ,send_lmp_slot_offset 
-0x602d 025607 beq lmp_switch_req ,send_lmp_switch_req 
-0x602e 025608 beq lmp_sniff_req ,send_lmp_sniff_req 
-0x602f 025609 beq lmp_stop_encryption_req ,send_lmp_stop_encryption_req 
-0x6030 025610 beq lmp_timing_accuracy_req ,send_lmp_timing_accuracy_req 
-0x6031 025611 beq lmp_unsniff_req ,send_lmp_unsniff_req 
-0x6032 025612 beq lmp_encapsulated_header ,send_lmp_encapsulated_header 
-0x6033 025613 beq lmp_encapsulated_payload ,send_lmp_encapsulated_payload 
-0x6034 025614 beq lmp_simple_pairing_confirm ,send_lmp_simple_pairing_comfirm 
-0x6035 025615 beq lmp_simple_pairing_number ,send_lmp_simple_pairing_number 
-0x6036 025616 beq lmp_dhkey_check ,send_lmp_dhkey_check 
-0x6037 025617 beq lmp_auto_rate ,send_lmp_auto_rate 
-0x6038 025618 beq lmp_enc_key_size_mask_res ,send_lmp_enc_key_size_mask_res 
-0x6039 025620 beq lmp_clkoffset_req ,send_lmp_clkoffset_req 
-0x603a 025621 beq lmp_quality_of_service ,send_lmp_quality_of_service 
-0x603b 025622 beq lmp_test_activate ,send_lmp_test_activate 
-0x603c 025623 beq lmp_test_control ,send_lmp_test_control 
-:      025624 send_lmp_error:
-0x603d 025625 branch assert 
-0x603e 025626 rtn 
-:      025627 send_lmp_escape:
-0x603f 025628 beq lmp_ext_accepted ,send_lmpext_accepted 
-0x6040 025629 beq lmp_ext_features_res ,send_lmpext_features_res 
-0x6041 025630 beq lmp_not_accepted_ext ,send_lmpext_not_accepted 
-0x6042 025631 beq lmp_ext_features_req ,send_lmpext_features_req 
-0x6043 025632 beq lmp_packet_type_table_req ,send_lmpext_packet_type_table_req 
-0x6044 025633 beq lmp_pause_encryption_req ,send_lmpext_pause_encryption_req 
-0x6045 025634 beq lmp_io_cap_req ,send_lmp_io_cap_req 
-0x6046 025635 beq lmp_io_cap_res ,send_lmpext_io_cap_res 
-0x6047 025636 beq lmp_sniff_subrating_req ,send_lmpext_sniff_subrating_req 
-0x6048 025637 beq lmp_sniff_subrating_res ,send_lmpext_sniff_subrating_res 
-0x6049 025638 branch assert 
-:      025644 send_lmp_accepted:
-0x604a 025645 force 2 ,pdata 
-0x604b 025646 call msg_send_lmp 
-0x604c 025647 fetch 1 ,mem_lmi_opcode 
-0x604d 025648 istore 1 ,contw 
-0x604e 025649 call send_lmp_follow 
-0x604f 025650 bpatchx patch30_3 ,mem_patch30 
-0x6050 025651 fetch 1 ,mem_lmi_opcode 
-0x6051 025652 beq lmp_in_rand ,send_lmp_accepted_inrand 
-0x6052 025653 beq lmp_encryption_mode_req ,send_lmp_accepted_enc_mode 
-0x6053 025654 beq lmp_encryption_key_size_req ,send_lmp_accepted_enc_key 
-0x6054 025655 beq lmp_sniff_req ,send_lmp_accept_sniff_req 
-0x6055 025656 beq lmp_host_connection_req ,send_lmp_accepted_connection 
-0x6056 025657 beq lmp_dhkey_check ,send_lmp_accept_dhkey_check 
-0x6057 025658 beq lmp_start_encryption_req ,send_create_conn_start_l2cap_timer_sm 
-0x6058 025659 rtn 
-:      025661 send_create_conn_start_l2cap_timer_sm:
-0x6059 025662 fetch 1 ,mem_conn_sm 
-0x605a 025663 rtn blank 
-0x605b 025664 jam conn_sm_wait_done ,mem_conn_sm 
-0x605c 025665 setarg timer_enpt_waite 
-0x605d 025666 arg enpt_delay_timer ,queue 
-0x605e 025667 branch timer_init 
-:      025669 send_lmp_accept_sniff_req:
-0x605f 025670 branch sniff_init 
-:      025671 send_lmp_not_accepted:
-0x6060 025672 force 3 ,pdata 
-0x6061 025673 call msg_send_lmp 
-0x6062 025674 fetch 1 ,mem_lmi_opcode 
-0x6063 025675 beq lmp_au_rand ,send_not_accept_aurand 
-0x6064 025676 istore 1 ,contw 
-0x6065 025677 fetch 1 ,mem_lmo_reason 
-0x6066 025678 istore 1 ,contw 
-0x6067 025679 branch send_lmp_follow 
-:      025681 send_not_accept_aurand:
-0x6068 025682 istore 1 ,contw 
-0x6069 025683 fetch 1 ,mem_lmo_reason 
-0x606a 025684 istore 1 ,contw 
-0x606b 025685 arg mem_sres_tid ,temp 
-0x606c 025686 branch special_tid_store 
-:      025688 send_lmpext_accepted:
-0x606d 025689 force 4 ,queue 
-0x606e 025690 call send_lmpext 
-0x606f 025691 setarg lmp_escape 
-0x6070 025692 istore 1 ,contw 
-0x6071 025693 fetch 1 ,mem_lmi_opcode 
-0x6072 025694 set0 7 ,pdata 
-0x6073 025695 istore 1 ,contw 
-0x6074 025696 fetch 1 ,mem_lmi_opcode 
-0x6075 025697 branch send_lmp_follow 
-:      025699 send_lmpext_not_accepted:
-0x6076 025700 force 5 ,queue 
-0x6077 025701 call send_lmpext 
-0x6078 025702 setarg lmp_escape 
-0x6079 025703 istore 1 ,contw 
-0x607a 025704 fetch 1 ,mem_lmi_opcode 
-0x607b 025705 set0 7 ,pdata 
-0x607c 025706 istore 1 ,contw 
-0x607d 025707 fetch 1 ,mem_lmo_reason 
-0x607e 025708 istore 1 ,contw 
-0x607f 025709 branch send_lmp_follow 
-:      025712 send_lmp_accepted_inrand:
-0x6080 025713 call clear_linkkey 
-0x6081 025714 call tid_check 
-0x6082 025715 rtn true 
-0x6083 025716 branch lmp_generate_key 
-:      025718 send_lmp_accepted_enc_mode:
-0x6084 025719 fetch 1 ,mem_op 
-0x6085 025720 bbit1 op_start_enc ,send_lmp_accepted_enc_start 
-0x6086 025721 rtnbit0 op_stop_enc 
-0x6087 025722 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x6088 025723 set0 op_stop_enc ,pdata 
-0x6089 025724 call tid_reply 
-0x608a 025725 branch send_lmp_accepted_enc_exit 
-:      025726 send_lmp_accepted_enc_start:
-0x608b 025727 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
-0x608c 025728 set0 op_start_enc ,pdata 
-:      025729 send_lmp_accepted_enc_exit:
-0x608d 025730 store 1 ,mem_op 
-0x608e 025731 rtn 
-:      025733 send_lmp_accepted_enc_key:
-0x608f 025734 call check_localsm 
-0x6090 025735 branch lmp_start_encryption ,true 
-0x6091 025736 rtn 
-:      025738 send_lmp_accepted_connection:
-0x6092 025739 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
-0x6093 025741 fetch 1 ,mem_lmp_conn_state 
-0x6094 025742 set1 received_conn_req ,pdata 
-0x6095 025743 store 1 ,mem_lmp_conn_state 
-0x6096 025744 jam bt_evt_bb_connected ,mem_fifo_temp 
-0x6097 025745 branch ui_ipc_send_event 
-:      025748 send_lmp_accept_dhkey_check:
-0x6098 025749 rtn 
-:      025753 send_lmpext_features_res:
-0x6099 025754 force 12 ,queue 
-0x609a 025755 call send_lmpext 
-0x609b 025756 setarg 0x01 
-0x609c 025757 istore 1 ,contw 
-0x609d 025758 fetch 2 ,mem_lmpext_ssp_enable 
-0x609e 025759 istore 2 ,contw 
-0x609f 025760 setarg 0 
-0x60a0 025761 istore 3 ,contw 
-0x60a1 025762 setarg 0x00 
-0x60a2 025763 istore 4 ,contw 
-0x60a3 025764 branch send_lmp_reply 
-:      025765 send_lmpext_io_cap_res:
-0x60a4 025766 force 5 ,queue 
-0x60a5 025767 call send_lmpext 
-0x60a6 025768 fetch 3 ,mem_sp_iocap_local 
-0x60a7 025769 istore 3 ,contw 
-0x60a8 025770 call send_lmp_reply 
-0x60a9 025771 jam flag_pairing_state_pairing ,mem_flag_pairing_state 
-0x60aa 025772 fetch 1 ,mem_sp_iocap_local 
-0x60ab 025773 beq display_yesno ,responder_iocap_display_yesno 
-0x60ac 025774 beq keyboard_only ,responder_iocap_keyboard_only 
-0x60ad 025775 beq no_input_no_output ,responder_iocap_no_input_no_output 
-0x60ae 025776 rtn 
-:      025778 responder_iocap_keyboard_only:
-0x60af 025779 fetch 1 ,mem_sp_iocap_remote 
-0x60b0 025780 beq display_only ,responder_iocap_keyboard_only_initiator_iocap_display_only 
-0x60b1 025781 beq display_yesno ,responder_iocap_keyboard_only_initiator_iocap_display_yesno 
-0x60b2 025782 beq keyboard_only ,responder_iocap_keyboard_only_initiator_iocap_keyboard_only 
-0x60b3 025783 beq no_input_no_output ,responder_iocap_keyboard_only_initiator_iocap_no_input_no_output 
-0x60b4 025784 rtn 
-:      025787 responder_iocap_display_yesno:
-0x60b5 025788 fetch 1 ,mem_sp_iocap_remote 
-0x60b6 025789 beq display_only ,responder_iocap_display_yesno_initiator_iocap_display_only 
-0x60b7 025790 beq display_yesno ,responder_iocap_display_yesno_initiator_iocap_display_yesno 
-0x60b8 025791 beq keyboard_only ,responder_iocap_display_yesno_initiator_iocap_keyboard_only 
-0x60b9 025792 beq no_input_no_output ,responder_iocap_display_yesno_initiator_iocap_no_input_no_output 
-0x60ba 025793 rtn 
-:      025796 responder_iocap_no_input_no_output:
-0x60bb 025797 fetch 1 ,mem_sp_iocap_remote 
-0x60bc 025798 beq display_only ,responder_iocap_no_input_no_output_initiator_iocap_display_only 
-0x60bd 025799 beq display_yesno ,responder_iocap_no_input_no_output_initiator_iocap_display_yesno 
-0x60be 025800 beq keyboard_only ,responder_iocap_no_input_no_output_initiator_iocap_keyboard_only 
-0x60bf 025801 beq no_input_no_output ,responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output 
-0x60c0 025802 rtn 
-:      025804 responder_iocap_keyboard_only_initiator_iocap_no_input_no_output:
-:      025805 responder_iocap_display_yesno_initiator_iocap_no_input_no_output:
-:      025806 responder_iocap_display_yesno_initiator_iocap_display_only:
-:      025807 responder_iocap_no_input_no_output_initiator_iocap_display_only:
-:      025808 responder_iocap_no_input_no_output_initiator_iocap_display_yesno:
-:      025809 responder_iocap_no_input_no_output_initiator_iocap_keyboard_only:
-:      025810 responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output:
-:      025811 set_ssp_mode_justwork:
-0x60c1 025812 jam ssp_mode_just_work_flag ,mem_ssp_mode_flag 
-0x60c2 025813 fetch 1 ,mem_classic_bt_flag 
-0x60c3 025814 bbit1 flag_ssp_reject_justwork ,app_bt_disconnect 
-0x60c4 025815 rtn 
-:      025817 responder_iocap_display_yesno_initiator_iocap_display_yesno:
-:      025818 set_ssp_mode_numeric_comparison:
-0x60c5 025819 jam ssp_mode_ssp_pin_flag ,mem_ssp_mode_flag 
-0x60c6 025820 rtn 
-:      025822 responder_iocap_keyboard_only_initiator_iocap_display_yesno:
-:      025823 responder_iocap_keyboard_only_initiator_iocap_keyboard_only:
-:      025824 responder_iocap_keyboard_only_initiator_iocap_display_only:
-:      025825 responder_iocap_display_yesno_initiator_iocap_keyboard_only:
-:      025826 set_ssp_mode_passkey:
-0x60c7 025827 jam ssp_mode_passkey_entry_flag ,mem_ssp_mode_flag 
-0x60c8 025828 rtn 
-:      025831 classic_bt_set_reject_justwork_flag:
-0x60c9 025832 arg flag_ssp_reject_justwork ,queue 
-0x60ca 025833 branch classic_bluetooth_set_flag 
-:      025835 classic_bt_clr_reject_justwork_flag:
-0x60cb 025836 arg flag_ssp_reject_justwork ,queue 
-0x60cc 025837 branch classic_bluetooth_clr_flag 
-:      025839 classic_bluetooth_set_flag:
-0x60cd 025840 fetch 1 ,mem_classic_bt_flag 
-0x60ce 025841 qset1 pdata 
-0x60cf 025842 store 1 ,mem_classic_bt_flag 
-0x60d0 025843 rtn 
-:      025845 classic_bluetooth_clr_flag:
-0x60d1 025846 fetch 1 ,mem_classic_bt_flag 
-0x60d2 025847 qset0 pdata 
-0x60d3 025848 store 1 ,mem_classic_bt_flag 
-0x60d4 025849 rtn 
-:      025852 send_lmp_io_cap_req:
-0x60d5 025853 force 5 ,queue 
-0x60d6 025854 call send_lmpext 
-0x60d7 025855 fetch 3 ,mem_sp_iocap_local 
-0x60d8 025856 istore 3 ,contw 
-0x60d9 025857 branch send_lmp_request 
-:      025860 send_lmpext_sniff_subrating_req:
-0x60da 025862 rtn 
-:      025863 send_lmpext_sniff_subrating_res:
-0x60db 025864 force 9 ,queue 
-0x60dc 025865 call send_lmpext 
-0x60dd 025866 fetch 1 ,mem_subsniff_rate 
-0x60de 025867 istore 1 ,contw 
-0x60df 025868 fetch 2 ,mem_subsniff_tcmax 
-0x60e0 025869 istore 2 ,contw 
-0x60e1 025870 fetch 4 ,mem_subsniff_instant 
-0x60e2 025871 istore 4 ,contw 
-0x60e3 025872 branch send_lmp_reply 
-:      025874 send_lmp_name_res:
-0x60e4 025875 force 17 ,pdata 
-0x60e5 025876 call msg_send_lmp 
-0x60e6 025877 fetch 1 ,mem_lmi_opcode 
-0x60e7 025878 copy pdata ,temp 
-0x60e8 025879 beq 0x00 ,send_lmp_name_res_offset_ok 
-0x60e9 025880 beq 0x0e ,send_lmp_name_res_offset_ok 
-0x60ea 025881 beq 0x1c ,send_lmp_name_res_offset_ok 
-0x60eb 025882 rtn 
-:      025883 send_lmp_name_res_offset_ok:
-0x60ec 025884 istore 1 ,contw 
-0x60ed 025885 fetch 1 ,mem_local_name_length 
-0x60ee 025886 istore 1 ,contw 
-0x60ef 025887 arg 14 ,loopcnt 
-0x60f0 025888 setarg mem_local_name 
-0x60f1 025889 iadd temp ,contr 
-0x60f2 025890 call memcpy 
-0x60f3 025891 branch send_lmp_reply 
-:      025894 send_lmp_timing_accuracy_res:
-0x60f4 025895 force 3 ,pdata 
-0x60f5 025896 call msg_send_lmp 
-0x60f6 025897 setarg 0x0114 
-0x60f7 025898 istore 2 ,contw 
-0x60f8 025899 branch send_lmp_reply 
-:      025901 send_lmp_clkoffset_res:
-0x60f9 025903 force 3 ,pdata 
-0x60fa 025904 call msg_send_lmp 
-0x60fb 025905 fetch 4 ,mem_clke_bt 
-0x60fc 025906 isub clkn_bt ,pdata 
-0x60fd 025907 branch send_lmp_clkoffset_res_master ,master 
-0x60fe 025908 sub pdata ,0 ,pdata 
-:      025909 send_lmp_clkoffset_res_master:
-0x60ff 025911 rshift2 pdata ,pdata 
-0x6100 025912 set0 15 ,pdata 
-0x6101 025913 istore 2 ,contw 
-0x6102 025914 branch send_lmp_reply 
-:      025916 send_lmp_version_res:
-0x6103 025917 force 6 ,pdata 
-0x6104 025918 call msg_send_lmp 
-0x6105 025919 fetch 5 ,mem_lmp_version 
-0x6106 025920 istore 5 ,contw 
-0x6107 025921 branch send_lmp_reply 
-:      025923 send_lmp_features_res:
-0x6108 025924 force 9 ,pdata 
-0x6109 025925 call msg_send_lmp 
-0x610a 025926 fetch 8 ,mem_features 
-0x610b 025927 istore 8 ,contw 
-0x610c 025928 branch send_lmp_reply 
-:      025935 send_lmpext_features_req:
-0x610d 025936 force 12 ,queue 
-0x610e 025937 call send_lmpext 
-0x610f 025938 setarg 0x01 
-0x6110 025939 istore 1 ,contw 
-0x6111 025940 fetch 2 ,mem_lmpext_ssp_enable 
-0x6112 025941 istore 2 ,contw 
-0x6113 025942 setarg 0 
-0x6114 025943 istore 3 ,contw 
-0x6115 025944 setarg 0x00 
-0x6116 025945 istore 4 ,contw 
-0x6117 025946 branch send_lmp_request 
-:      025948 send_lmpext_packet_type_table_req:
-0x6118 025949 force 3 ,queue 
-0x6119 025950 call send_lmpext 
-0x611a 025951 fetch 1 ,mem_ptt 
-0x611b 025952 istore 1 ,contw 
-0x611c 025953 disable user 
-0x611d 025954 call send_lmp_request 
-0x611e 025955 nrtn user 
-0x611f 025956 nrtn master 
-0x6120 025957 fetch 1 ,mem_afh_cfg 
-0x6121 025958 rtnbit0 afh_cfg_on 
-0x6122 025959 call afh_init 
-0x6123 025960 branch afh_open_all_channels 
-:      025963 ssp_enable:
-0x6124 025964 bpatchx patch30_4 ,mem_patch30 
-0x6125 025965 fetch 1 ,mem_features + 6 
-0x6126 025966 set1 param_featrue_ssp ,pdata 
-0x6127 025967 store 1 ,mem_features + 6 
-0x6128 025968 setarg param_lmpext_ssp_enable 
-0x6129 025969 store 2 ,mem_lmpext_ssp_enable 
-0x612a 025970 rtn 
-:      025972 ssp_disable:
-0x612b 025973 bpatchx patch30_5 ,mem_patch30 
-0x612c 025974 fetch 1 ,mem_features + 6 
-0x612d 025975 set0 param_featrue_ssp ,pdata 
-0x612e 025976 store 1 ,mem_features + 6 
-0x612f 025977 setarg 0 
-0x6130 025978 store 2 ,mem_lmpext_ssp_enable 
-0x6131 025979 rtn 
-:      025981 afh_init:
-0x6132 025982 jam 0x3 ,mem_afh_cfg 
-0x6133 025983 setarg 0 
-0x6134 025984 store 4 ,mem_afh_timer 
-0x6135 025985 arg mem_afh_map_lo ,contw 
-0x6136 025986 call afh_reset_map 
-0x6137 025987 arg mem_afh_map_new ,contw 
-0x6138 025988 call afh_reset_map 
-0x6139 025989 arg mem_afh_classify_channel_map ,contw 
-0x613a 025990 call afh_reset_map 
-0x613b 025991 branch afh_clear_error_counter 
-:      025992 afh_open_all_channels:
-0x613c 025993 arg mem_afh_map_new ,contw 
-0x613d 025994 call afh_reset_map 
-0x613e 025995 call afh_clear_error_counter 
-0x613f 025996 branch afh_set_send_flag 
-:      025999 afh_reset_map:
-0x6140 026000 setarg 0xffffff 
-0x6141 026001 istore 3 ,contw 
-0x6142 026002 istore 3 ,contw 
-0x6143 026003 istore 3 ,contw 
-0x6144 026004 setarg 0x7f 
-0x6145 026005 istore 1 ,contw 
-0x6146 026006 rtn 
-:      026007 afh_clear_error_counter:
-0x6147 026008 setarg 0 
-0x6148 026009 store 2 ,mem_afh_error_total 
-0x6149 026010 rtn 
-:      026011 afh_set_send_flag:
-0x614a 026012 fetch 1 ,mem_afh_cfg 
-0x614b 026013 set1 send_lmp_set_afh ,pdata 
-0x614c 026014 store 1 ,mem_afh_cfg 
-0x614d 026015 rtn 
-:      026018 send_lmpext_pause_encryption_req:
-0x614e 026019 force 2 ,queue 
-0x614f 026020 call send_lmpext 
-0x6150 026021 nbranch send_lmp_reply ,master 
-0x6151 026023 branch send_lmp_request 
-:      026027 send_lmp_detach:
-0x6152 026028 force 2 ,pdata 
-0x6153 026029 call msg_send_lmp 
-0x6154 026030 fetch 1 ,mem_disconn_reason_send 
-0x6155 026031 istore 1 ,contw 
-0x6156 026032 call send_lmp_request 
-:      026033 prepare_disconnect:
-0x6157 026034 fetch 1 ,mem_op 
-0x6158 026035 set1 op_disconn ,pdata 
-0x6159 026036 store 1 ,mem_op 
-0x615a 026037 jam 50 ,mem_conn_timer 
-0x615b 026038 rtn 
-:      026041 send_lmp_no_payload:
-0x615c 026042 force 1 ,pdata 
-0x615d 026043 call msg_send_lmp 
-0x615e 026044 branch send_lmp_request 
-:      026045 send_lmp_nopayload_reply:
-0x615f 026046 force 1 ,pdata 
-0x6160 026047 call msg_send_lmp 
-0x6161 026048 branch send_lmp_reply 
-:      026051 send_lmp_encryption_mode_req:
-0x6162 026052 force 2 ,pdata 
-0x6163 026053 call msg_send_lmp 
-0x6164 026054 fetch 1 ,mem_state_map 
-0x6165 026055 isolate0 smap_encryption ,pdata 
-0x6166 026056 setflag true ,0 ,pdata 
-0x6167 026057 and_into 1 ,pdata 
-0x6168 026058 istore 1 ,contw 
-0x6169 026059 branch send_lmp_request 
-:      026062 send_lmp_superto:
-0x616a 026063 force 3 ,pdata 
-0x616b 026064 call msg_send_lmp 
-0x616c 026065 fetch 2 ,mem_supervision_to 
-0x616d 026066 istore 2 ,contw 
-0x616e 026067 branch send_lmp_request 
-:      026069 send_lmp_name_req:
-0x616f 026070 jam 250 ,mem_conn_timer 
-0x6170 026071 force 2 ,pdata 
-0x6171 026072 call msg_send_lmp 
-0x6172 026073 fetch 1 ,mem_name_offset 
-0x6173 026074 istore 1 ,contw 
-0x6174 026075 branch send_lmp_request 
-:      026077 send_lmp_test_control:
-0x6175 026078 force 10 ,pdata 
-0x6176 026079 call msg_send_lmp 
-0x6177 026080 arg mem_temp_payload ,contr 
-0x6178 026081 force 9 ,loopcnt 
-:      026082 send_lmp_test_control_loop:
-0x6179 026083 ifetch 1 ,contr 
-0x617a 026084 xor_into 0x55 ,pdata 
-0x617b 026085 istore 1 ,contw 
-0x617c 026086 loop send_lmp_test_control_loop 
-0x617d 026087 branch send_lmp_request 
-:      026089 send_lmp_quality_of_service_req:
-0x617e 026090 branch send_lmp_request 
-:      026091 send_lmp_unit_key:
-0x617f 026092 branch send_lmp_request 
-:      026094 send_lmp_slot_offset:
-0x6180 026095 rtn master 
-0x6181 026096 call calc_slot_offset 
-0x6182 026097 force 9 ,pdata 
-0x6183 026098 call msg_send_lmp 
-0x6184 026099 fetch 2 ,mem_slot_offset 
-0x6185 026100 istore 2 ,contw 
-0x6186 026101 fetch 3 ,mem_lap 
-0x6187 026102 istore 3 ,contw 
-0x6188 026103 fetch 1 ,mem_uap 
-0x6189 026104 istore 1 ,contw 
-0x618a 026105 fetch 2 ,mem_nap 
-0x618b 026106 istore 2 ,contw 
-0x618c 026107 bmark0 mark_switch_initiated ,send_lmp_slot_offset_reply 
-0x618d 026108 set0 mark_switch_initiated ,mark 
-0x618e 026109 call send_lmp_request 
-0x618f 026110 jam lmp_switch_req ,mem_lmo_opcode2 
-0x6190 026111 rtn 
-:      026112 send_lmp_slot_offset_reply:
-0x6191 026113 call send_lmp_reply 
-0x6192 026114 jam lmp_accepted ,mem_lmo_opcode2 
-0x6193 026115 jam lmp_switch_req ,mem_lmi_opcode2 
-0x6194 026116 rtn 
-:      026118 send_lmp_switch_req:
-0x6195 026119 arg 0x200 ,temp 
-0x6196 026120 branch switch_on_native ,master 
-0x6197 026121 deposit clke_bt 
-0x6198 026122 branch switch_slack 
-:      026123 switch_on_native:
-0x6199 026124 deposit clkn_bt 
-:      026125 switch_slack:
-0x619a 026126 deposit bt_clk 
-0x619b 026127 iadd temp ,pdata 
-0x619c 026128 and_into 0x1fc ,pdata 
-0x619d 026129 store 4 ,mem_sniff_anchor 
-0x619e 026130 force 5 ,pdata 
-0x619f 026131 call msg_send_lmp 
-0x61a0 026132 fetch 4 ,mem_sniff_anchor 
-0x61a1 026133 rshift pdata ,pdata 
-0x61a2 026134 istore 4 ,contw 
-0x61a3 026135 branch send_lmp_request 
-:      026137 send_lmp_sniff_req:
-0x61a4 026138 force 10 ,pdata 
-0x61a5 026139 call msg_send_lmp 
-0x61a6 026140 arg mem_sniff_payload ,contr 
-0x61a7 026141 ifetch 9 ,contr 
-0x61a8 026142 istore 9 ,contw 
-0x61a9 026143 branch send_lmp_request 
-:      026146 send_lmp_timing_accuracy_req:
-0x61aa 026148 force 3 ,pdata 
-0x61ab 026149 call msg_send_lmp 
-0x61ac 026150 setarg 0x0114 
-0x61ad 026151 istore 2 ,contw 
-0x61ae 026152 branch send_lmp_request 
-:      026154 send_lmp_unsniff_req:
-0x61af 026156 force 1 ,pdata 
-0x61b0 026157 call msg_send_lmp 
-0x61b1 026166 branch send_lmp_request 
-:      026169 send_lmp_max_slot:
-0x61b2 026170 force 2 ,pdata 
-0x61b3 026171 call msg_send_lmp 
-0x61b4 026172 fetch 1 ,mem_max_slot 
-0x61b5 026173 istore 1 ,contw 
-0x61b6 026174 branch send_lmp_request 
-:      026177 send_lmp_max_slot_req:
-0x61b7 026178 force 2 ,pdata 
-0x61b8 026179 call msg_send_lmp 
-0x61b9 026180 setarg 0x05 
-0x61ba 026181 istore 1 ,contw 
-0x61bb 026182 branch send_lmp_request 
-:      026185 send_lmp_inc_power:
-0x61bc 026186 force 2 ,pdata 
-0x61bd 026187 call msg_send_lmp 
-0x61be 026188 setarg 0x00 
-0x61bf 026189 istore 1 ,contw 
-0x61c0 026190 branch send_lmp_request 
-:      026193 send_lmp_setup_complete_by_module:
-0x61c1 026194 jam lmp_max_slot_req ,mem_lmo_opcode2 
-0x61c2 026195 rtn 
-:      026196 send_lmp_setup_complete:
-0x61c3 026197 fetch 1 ,mem_device_option 
-0x61c4 026198 sub pdata ,dvc_op_module ,null 
-0x61c5 026199 call send_lmp_setup_complete_by_module ,zero 
-0x61c6 026200 fetch 1 ,mem_state 
-0x61c7 026201 set1 state_conn_comp ,pdata 
-0x61c8 026202 store 1 ,mem_state 
-0x61c9 026203 copy clkn_bt ,pdata 
-0x61ca 026204 store 4 ,mem_aurand_send_delay_time 
-0x61cb 026205 fetch 1 ,mem_lmp_conn_state 
-0x61cc 026206 bbit1 sent_setup_complete ,send_lmp_setup_complete_has_sent 
-0x61cd 026207 set1 sent_setup_complete ,pdata 
-0x61ce 026208 store 1 ,mem_lmp_conn_state 
-0x61cf 026209 jam bt_evt_setup_complete ,mem_fifo_temp 
-0x61d0 026210 call ui_ipc_send_event 
-0x61d1 026211 force 1 ,pdata 
-0x61d2 026212 call msg_send_lmp 
-0x61d3 026213 branch send_lmp_request 
-:      026214 send_lmp_setup_complete_has_sent:
-0x61d4 026215 jam 0 ,mem_lmp_to_send 
-0x61d5 026216 rtn 
-:      026218 send_lmp_version_req:
-0x61d6 026219 force 6 ,pdata 
-0x61d7 026220 call msg_send_lmp 
-0x61d8 026221 fetch 5 ,mem_lmp_version 
-0x61d9 026222 istore 5 ,contw 
-0x61da 026223 branch send_lmp_request 
-:      026225 send_lmp_features_req:
-0x61db 026226 force 9 ,pdata 
-0x61dc 026227 call msg_send_lmp 
-0x61dd 026228 fetch 8 ,mem_features 
-0x61de 026229 istore 8 ,contw 
-0x61df 026230 branch send_lmp_request 
-:      026232 sp_master_send_io_cap_get:
-0x61e0 026233 jam sp_flag_commit ,mem_master_sp_flag 
-0x61e1 026234 fetch 1 ,mem_sp_local_key_invalid 
-0x61e2 026235 rtnne sp_key_valid 
-0x61e3 026236 jam sp_master_stat_start_done ,mem_master_sp_state 
-0x61e4 026237 rtn 
-:      026239 sp_master_send_io_cap_send:
-0x61e5 026240 call tid_initiate 
-0x61e6 026241 jam lmp_io_cap_req ,mem_lmo_opcode2 
-0x61e7 026242 jam sp_stat_key_send ,mem_master_sp_state 
-0x61e8 026243 rtn 
-:      026246 sp_master_send_lmp_encapsulated_header:
-0x61e9 026247 call tid_initiate 
-0x61ea 026248 jam lmp_encapsulated_header ,mem_lmo_opcode2 
-0x61eb 026249 jam sp_stat_random_send ,mem_master_sp_state 
-0x61ec 026250 rtn 
-:      026252 sp_master_commitment_compare:
-0x61ed 026253 arg mem_sp_calc_result_high ,rega 
-0x61ee 026254 arg mem_sp_confirm_remote ,regb 
-0x61ef 026255 arg 16 ,loopcnt 
-0x61f0 026256 call string_compare 
-0x61f1 026257 branch sp_master_commitment_compare_success ,zero 
-0x61f2 026258 jam sp_stat_null ,mem_master_sp_state 
-0x61f3 026259 call master_clear_mem_master_sp_flag 
-0x61f4 026260 jam pdu_not_allowed ,mem_lmo_reason2 
-0x61f5 026261 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
-0x61f6 026262 branch reject_lmp_packet 
-:      026263 sp_master_commitment_compare_success:
-0x61f7 026264 jam sp_stat_confirm_calc ,mem_master_sp_state 
-0x61f8 026265 call master_set_mem_master_sp_flag 
-0x61f9 026266 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
-0x61fa 026267 branch accept_lmp_msg 
-:      026271 sp_master_send_lmp_simple_pairing_number:
-0x61fb 026272 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
-0x61fc 026273 rtn 
-:      026277 sp_send_lmp_encapsulated_header:
-0x61fd 026280 jam lmp_encapsulated_header ,mem_lmo_opcode2 
-0x61fe 026282 rtn 
-:      026288 send_lmp_encapsulated_header:
-0x61ff 026289 jam 0 ,mem_sp_local_key_send_count 
-0x6200 026290 force 4 ,pdata 
-0x6201 026291 call msg_send_lmp 
-0x6202 026292 force encapsulated_major_type_p192 ,pdata 
-0x6203 026293 istore 1 ,contw 
-0x6204 026294 force encapsulated_minor_type_p192 ,pdata 
-0x6205 026295 istore 1 ,contw 
-0x6206 026296 force encapsulated_len_p192 ,pdata 
-0x6207 026297 istore 1 ,contw 
-0x6208 026298 call check_localsm 
-0x6209 026299 branch send_lmp_request ,true 
-0x620a 026300 branch send_lmp_reply 
-:      026302 send_lmp_encapsulated_payload:
-0x620b 026304 force 17 ,pdata 
-0x620c 026305 call msg_send_lmp 
-0x620d 026306 fetch 1 ,mem_sp_local_key_send_count 
-0x620e 026307 arg mem_sp_pubkey_local ,contr 
-0x620f 026308 iadd contr ,contr 
-0x6210 026309 ifetch 8 ,contr 
-0x6211 026310 istore 8 ,contw 
-0x6212 026311 ifetch 8 ,contr 
-0x6213 026312 istore 8 ,contw 
-0x6214 026313 fetch 1 ,mem_sp_local_key_send_count 
-0x6215 026314 increase 16 ,pdata 
-0x6216 026315 store 1 ,mem_sp_local_key_send_count 
-0x6217 026316 call check_localsm 
-0x6218 026317 branch send_lmp_request ,true 
-0x6219 026318 branch send_lmp_reply 
-:      026321 sp_send_lmp_simple_pairing_comfirm:
-0x621a 026322 jam sp_stat_random_recv ,mem_sp_state 
-0x621b 026323 jam lmp_simple_pairing_confirm ,mem_lmo_opcode2 
-0x621c 026324 rtn 
-:      026325 send_lmp_simple_pairing_comfirm:
-0x621d 026328 force 17 ,pdata 
-0x621e 026329 call msg_send_lmp 
-0x621f 026330 arg mem_sp_calc_result_high ,contr 
-0x6220 026331 ifetch 8 ,contr 
-0x6221 026332 istore 8 ,contw 
-0x6222 026333 ifetch 8 ,contr 
-0x6223 026334 istore 8 ,contw 
-0x6224 026335 branch send_lmp_reply 
-:      026337 sp_send_lmp_simple_pairing_number:
-0x6225 026338 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
-0x6226 026339 rtn 
-:      026341 send_lmp_simple_pairing_number:
-0x6227 026343 call check_localsm 
-0x6228 026344 call sp_local_random_key_generator ,true 
-0x6229 026345 force 17 ,pdata 
-0x622a 026346 call msg_send_lmp 
-0x622b 026347 arg mem_sp_random_local ,contr 
-0x622c 026348 ifetch 8 ,contr 
-0x622d 026349 istore 8 ,contw 
-0x622e 026350 ifetch 8 ,contr 
-0x622f 026351 istore 8 ,contw 
-0x6230 026352 call check_localsm 
-0x6231 026353 nbranch send_lmp_reply ,true 
-0x6232 026354 branch send_lmp_request ,true 
-:      026356 master_sp_sm_end:
-0x6233 026358 jam sp_stat_done ,mem_master_sp_state 
-:      026359 sp_aurand_send:
-0x6234 026360 call tid_initiate 
-0x6235 026361 jam lmp_au_rand ,mem_lmo_opcode2 
-0x6236 026362 call check_localsm_master 
-0x6237 026363 branch sp_master_key_prarm_push ,true 
-0x6238 026364 branch sp_link_key_prarm_push 
-:      026365 master_sp_send_lmp_dhkey_check:
-0x6239 026366 call tid_reply 
-:      026367 sp_send_lmp_dhkey_check:
-0x623a 026368 jam lmp_dhkey_check ,mem_lmo_opcode2 
-0x623b 026369 rtn 
-:      026370 send_lmp_dhkey_check:
-0x623c 026372 force 17 ,pdata 
-0x623d 026373 call msg_send_lmp 
-0x623e 026374 arg mem_sp_calc_result_high ,contr 
-0x623f 026375 ifetch 8 ,contr 
-0x6240 026376 istore 8 ,contw 
-0x6241 026377 ifetch 8 ,contr 
-0x6242 026378 istore 8 ,contw 
-0x6243 026379 call check_localsm 
-0x6244 026380 nbranch send_lmp_reply ,true 
-0x6245 026381 branch send_lmp_request ,true 
-:      026383 send_lmp_enc_key_size_mask_res:
-0x6246 026384 force 3 ,pdata 
-0x6247 026385 call msg_send_lmp 
-0x6248 026386 setarg 0xfffe 
-0x6249 026387 istore 2 ,contw 
-0x624a 026388 branch send_lmp_reply 
-:      026390 send_lmp_auto_rate:
-0x624b 026391 branch send_lmp_request 
-:      026392 send_lmp_clkoffset_req:
-0x624c 026393 branch send_lmp_request 
-:      026394 send_lmp_quality_of_service:
-0x624d 026395 branch send_lmp_request 
-:      026396 send_lmp_test_activate:
-0x624e 026397 branch send_lmp_request 
-:      026402 send_lmp_comb_key:
-0x624f 026403 call generate_random_number 
-0x6250 026404 arg mem_lap ,rega 
-0x6251 026405 call generate_linkkey 
-0x6252 026406 force 17 ,pdata 
-0x6253 026407 call msg_send_lmp 
-0x6254 026408 arg mem_kinit ,rega 
-0x6255 026409 arg mem_random_number ,regb 
-0x6256 026410 call xor16 
-0x6257 026411 nbranch send_lmp_follow ,master 
-0x6258 026412 branch send_lmp_tid 
-:      026414 send_lmp_inrand:
-0x6259 026415 call generate_random_number 
-0x625a 026416 arg mem_plap ,rega 
-0x625b 026417 call generate_kinit 
-:      026418 send_lmp_rand:
-0x625c 026419 force 17 ,pdata 
-0x625d 026420 call msg_send_lmp 
-0x625e 026421 arg mem_random_number ,contr 
-0x625f 026422 call memcpy16 
-0x6260 026423 fetch 1 ,mem_conn_sm 
-0x6261 026424 beq conn_sm_auth_wait ,send_lmp_request 
-0x6262 026425 beq conn_sm_pairing_wait ,send_lmp_request 
-0x6263 026426 branch send_lmp_tid 
-:      026428 send_lmp_aurand:
-0x6264 026429 fetch 1 ,mem_pairing_auth 
-0x6265 026430 branch send_lmp_aurand_notpairing ,blank 
-0x6266 026431 call check_localsm 
-0x6267 026432 call tid_initiate ,true 
-0x6268 026433 ncall tid_reply ,true 
-0x6269 026434 branch send_lmp_aurand_common 
-:      026435 send_lmp_aurand_notpairing:
-0x626a 026436 call tid_initiate 
-:      026437 send_lmp_aurand_common:
-0x626b 026438 call generate_random_number 
-0x626c 026439 branch send_lmp_rand 
-:      026441 send_lmp_sres:
-0x626d 026442 arg mem_lap ,rega 
-0x626e 026443 call function_e1 
-0x626f 026444 force 5 ,pdata 
-0x6270 026445 call msg_send_lmp 
-0x6271 026446 fetch 4 ,mem_input_store 
-0x6272 026447 istore 4 ,contw 
-0x6273 026448 arg mem_sres_tid ,temp 
-0x6274 026449 call special_tid_store 
-0x6275 026450 call copy_aco 
-0x6276 026451 call check_localsm 
-0x6277 026452 branch send_lmp_sres_master ,true 
-0x6278 026453 jam done_encryp ,mem_wait_encryption 
-0x6279 026454 fetch 1 ,mem_pairing_auth 
-0x627a 026455 rtn blank 
-0x627b 026456 jam lmp_au_rand ,mem_lmo_opcode2 
-:      026457 send_lmp_sres_master:
-0x627c 026458 fetch 1 ,mem_link_key_exists 
-0x627d 026459 rtn blank 
-:      026460 send_lmp_sres_startenc:
-0x627e 026461 call check_localsm 
-0x627f 026462 nbranch send_lmp_sres_startenc_slave ,true 
-0x6280 026463 fetch 1 ,mem_auth_enable 
-0x6281 026464 rtn blank 
-0x6282 026465 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x6283 026466 rtn 
-:      026467 send_lmp_sres_startenc_slave:
-0x6284 026468 rtnmark0 mark_slave_in_rand_accepted 
-0x6285 026469 set0 mark_slave_in_rand_accepted ,mark 
-0x6286 026470 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x6287 026471 rtn 
-:      026475 send_lmp_start_encryption:
-0x6288 026476 call generate_random_number 
-0x6289 026477 call function_e3 
-0x628a 026478 force 17 ,pdata 
-0x628b 026479 call msg_send_lmp 
-0x628c 026480 arg mem_random_number ,contr 
-0x628d 026481 call memcpy16 
-0x628e 026482 branch send_lmp_tid 
-:      026484 send_lmp_stop_encryption_req:
-0x628f 026485 force 1 ,pdata 
-0x6290 026486 call msg_send_lmp 
-0x6291 026487 branch send_lmp_tid 
-:      026489 send_lmp_encryption_key_size_req:
-0x6292 026490 force 2 ,pdata 
-0x6293 026491 call msg_send_lmp 
-0x6294 026492 force 16 ,pdata 
-0x6295 026493 istore 1 ,contw 
-0x6296 026494 store 1 ,mem_key_size 
-0x6297 026495 branch send_lmp_tid 
-:      026497 msg_send_lmp:
-0x6298 026499 lshift3 pdata ,pdata 
-0x6299 026500 or_into 0x07 ,pdata 
-0x629a 026501 store 1 ,mem_lmo_header_length 
-0x629b 026502 arg 17 ,loopcnt 
-0x629c 026503 arg mem_lmo_payload ,contw 
-0x629d 026504 call clear_mem 
-0x629e 026505 arg mem_lmo_payload ,contw 
-0x629f 026506 rtn 
-:      026508 send_lmpext:
-0x62a0 026509 and pdata ,0x7f ,rega 
-0x62a1 026510 jam lmp_escape ,mem_lmp_to_send 
-0x62a2 026511 deposit queue 
-0x62a3 026512 call msg_send_lmp 
-0x62a4 026513 deposit rega 
-0x62a5 026514 istore 1 ,contw 
-0x62a6 026515 rtn 
-:      026517 send_lmp_follow:
-0x62a7 026518 fetch 1 ,mem_lmp_to_send 
-0x62a8 026519 lshift pdata ,pdata 
-0x62a9 026520 fetcht 1 ,mem_state_map 
-0x62aa 026521 isolate1 smap_lmptid ,temp 
-0x62ab 026522 setflag true ,0 ,pdata 
-0x62ac 026523 branch send_lmp_exit 
-:      026526 send_lmp_tid:
-0x62ad 026527 fetcht 1 ,mem_state_map 
-0x62ae 026528 and_into 1 ,temp 
-0x62af 026529 branch send_lmp_end 
-:      026531 send_lmp_reply:
-0x62b0 026532 force 0 ,temp 
-0x62b1 026533 branch send_lmp_end 
-:      026535 send_lmp_request:
-0x62b2 026536 force 1 ,temp 
-:      026537 send_lmp_end:
-0x62b3 026538 fetch 1 ,mem_lmp_to_send 
-0x62b4 026539 lshift pdata ,pdata 
-0x62b5 026540 setflag master ,0 ,pdata 
-0x62b6 026541 ixor temp ,pdata 
-:      026542 send_lmp_exit:
-0x62b7 026543 store 1 ,mem_lmo_header_opcode 
-0x62b8 026544 jam 0 ,mem_lmp_to_send 
-0x62b9 026545 call lmo_fifo_process_lmo0empty 
-0x62ba 026546 enable user 
-0x62bb 026547 rtn 
-:      026550 lmo_fifo_check:
-0x62bc 026551 fetch 1 ,mem_lmo_opcode2 
-0x62bd 026552 rtn blank 
-0x62be 026553 call lmo_fifo_process 
-0x62bf 026554 fetch 1 ,mem_lmo_opcode2 
-0x62c0 026555 rtn 
-:      026557 lmo_fifo_process:
-0x62c1 026558 bpatchx patch30_6 ,mem_patch30 
-0x62c2 026559 fetch 1 ,mem_lmp_to_send 
-0x62c3 026560 branch lmo_fifo_process_lmo0empty ,blank 
-0x62c4 026561 fetch 1 ,mem_lmo_opcode1 
-0x62c5 026562 nrtn blank 
-0x62c6 026563 branch lmo_fifo_process_lmo2to1 
-:      026564 lmo_fifo_process_lmo0empty:
-0x62c7 026565 fetch 1 ,mem_lmo_opcode1 
-0x62c8 026566 branch lmo_fifo_process_lmo1_empty ,blank 
-0x62c9 026567 fetch 3 ,mem_lmo_opcode1 
-0x62ca 026568 store 3 ,mem_lmp_to_send 
-0x62cb 026569 fetcht 1 ,mem_lmo_tid1 
-0x62cc 026570 fetch 1 ,mem_state_map 
-0x62cd 026571 set0 smap_lmptid ,pdata 
-0x62ce 026572 ior temp ,pdata 
-0x62cf 026573 store 1 ,mem_state_map 
-0x62d0 026574 jam 0 ,mem_lmo_opcode1 
-:      026575 lmo_fifo_process_lmo2to1:
-0x62d1 026576 fetch 1 ,mem_lmo_opcode2 
-0x62d2 026577 rtn blank 
-0x62d3 026578 fetch 4 ,mem_lmo_opcode2 
-0x62d4 026579 store 4 ,mem_lmo_opcode1 
-0x62d5 026580 jam 0 ,mem_lmo_opcode2 
-0x62d6 026581 rtn 
-:      026582 lmo_fifo_process_lmo1_empty:
-0x62d7 026583 fetch 1 ,mem_lmo_opcode2 
-0x62d8 026584 rtn blank 
-0x62d9 026585 fetch 3 ,mem_lmo_opcode2 
-0x62da 026586 store 3 ,mem_lmp_to_send 
-0x62db 026587 fetcht 1 ,mem_lmo_tid2 
-0x62dc 026588 fetch 1 ,mem_state_map 
-0x62dd 026589 set0 smap_lmptid ,pdata 
-0x62de 026590 ior temp ,pdata 
-0x62df 026591 store 1 ,mem_state_map 
-0x62e0 026592 jam 0 ,mem_lmo_opcode2 
-0x62e1 026593 rtn 
-:      026596 special_tid_store:
-0x62e2 026597 bpatchx patch30_7 ,mem_patch30 
-0x62e3 026598 fetch 1 ,mem_state_map 
-0x62e4 026599 copy pdata ,regc 
-0x62e5 026600 ifetch 1 ,temp 
-0x62e6 026601 call pop_tid_follow 
-0x62e7 026602 call send_lmp_follow 
-0x62e8 026603 copy regc ,pdata 
-0x62e9 026604 store 1 ,mem_state_map 
-0x62ea 026605 rtn 
-:      026607 tid_reply:
-0x62eb 026608 fetcht 1 ,mem_state_map 
-0x62ec 026609 set0 smap_lmptidinit ,temp 
-0x62ed 026610 storet 1 ,mem_state_map 
-0x62ee 026611 rtn 
-:      026613 tid_initiate:
-0x62ef 026614 fetcht 1 ,mem_state_map 
-0x62f0 026615 set1 smap_lmptidinit ,temp 
-0x62f1 026616 storet 1 ,mem_state_map 
-0x62f2 026617 rtn 
-:      026620 tid_check:
-0x62f3 026621 nsetflag master ,smap_lmptid ,pdata 
-0x62f4 026622 fetcht 1 ,mem_state_map 
-0x62f5 026623 ixor temp ,pdata 
-0x62f6 026624 isolate1 smap_lmptid ,pdata 
-0x62f7 026625 rtn 
-:      026628 tid_set_reply:
-0x62f8 026629 fetch 1 ,mem_state_map 
-0x62f9 026630 setflag master ,smap_lmptid ,pdata 
-0x62fa 026631 store 1 ,mem_state_map 
-0x62fb 026632 rtn 
-:      026635 check_localsm:
-0x62fc 026636 fetch 1 ,mem_sp_localsm 
-0x62fd 026637 compare local_statemachine ,pdata ,0x7f 
-0x62fe 026638 rtn 
-:      026639 setlocalsm_master:
-0x62ff 026640 fetch 1 ,mem_sp_localsm 
-0x6300 026641 set1 7 ,pdata 
-0x6301 026642 store 1 ,mem_sp_localsm 
-0x6302 026643 rtn 
-:      026644 setlocalsm_slave:
-0x6303 026645 fetch 1 ,mem_sp_localsm 
-0x6304 026646 set0 7 ,pdata 
-0x6305 026647 store 1 ,mem_sp_localsm 
-0x6306 026648 rtn 
-:      026649 check_localsm_master:
-0x6307 026650 fetch 1 ,mem_sp_localsm 
-0x6308 026651 isolate1 7 ,pdata 
-0x6309 026652 store 1 ,mem_sp_localsm 
-0x630a 026653 rtn 
-:      026655 generate_random_number:
-0x630b 026657 arg mem_random_number ,contw 
-:      026658 generate_random:
-0x630c 026659 force 16 ,loopcnt 
-:      026660 generate_random_another:
-:      026661 generate_random_loop:
-0x630d 026662 random pdata 
-0x630e 026663 istore 1 ,contw 
-0x630f 026664 loop generate_random_another 
-0x6310 026665 rtn 
-:      026667 generate_linkkey:
-0x6311 026668 call function_e21 
-0x6312 026669 arg mem_link_key ,rega 
-0x6313 026670 arg mem_input_store ,regb 
-0x6314 026671 ifetch 8 ,rega 
-0x6315 026672 fetcht 1 ,mem_state 
-0x6316 026673 nsetflag blank ,state_combkey ,temp 
-0x6317 026674 storet 1 ,mem_state 
-0x6318 026675 copy rega ,contw 
-0x6319 026676 call xor16 
-0x631a 026677 branch generate_linkkey_continue 
-:      026683 process_conn_sm:
-0x631b 026685 bpatchx patch31_0 ,mem_patch31 
-0x631c 026687 call lmo_fifo_check 
-0x631d 026688 nrtn blank 
-:      026689 process_conn_sm_continue:
-0x631e 026690 fetch 1 ,mem_conn_sm 
-0x631f 026691 rtn blank 
-0x6320 026695 beq conn_sm_send_conn_req ,host_create_conn_send_conn_req 
-0x6321 026696 beq conn_sm_wait_conn_accept ,host_create_conn_wait_accept 
-0x6322 026697 beq conn_sm_send_features ,host_create_conn_send_features 
-0x6323 026698 beq conn_sm_wait_features_res ,host_create_conn_waiting 
-0x6324 026699 beq conn_sm_send_switch ,host_create_conn_send_switch 
-0x6325 026700 beq conn_sm_auth_pair ,host_create_conn_auth_pair 
-0x6326 026701 beq conn_sm_auth_pair_wait ,host_create_conn_auth_pair_wait 
-0x6327 026702 beq conn_sm_encrypt ,host_create_conn_encrypt 
-0x6328 026703 beq conn_sm_encrypt_wait ,host_create_conn_encrypt_wait 
-0x6329 026704 beq conn_sm_encrypt_wait_clear ,host_create_conn_encrypt_wait_clear 
-0x632a 026705 beq conn_sm_send_setup_complete ,host_create_conn_send_setup_complete 
-0x632b 026706 beq conn_sm_wait_setup_complete ,host_create_conn_wait_setup_complete 
-0x632c 026707 beq conn_sm_detach_delay ,host_create_conn_master_detach 
-0x632d 026708 beq conn_sm_send_version ,host_create_conn_send_version 
-0x632e 026709 beq conn_sm_wait_version ,host_create_conn_waiting 
-0x632f 026710 beq conn_sm_wait_switch_after_host_connection ,host_creat_conn_wait_switch 
-0x6330 026711 beq conn_sm_send_features_ext ,host_creat_conn_send_feat_ext 
-0x6331 026712 beq conn_sm_wait_features_ext ,host_create_conn_waiting 
-0x6332 026713 beq conn_sm_pairing ,host_create_conn_pairing 
-0x6333 026714 beq conn_sm_pairing_wait ,host_create_conn_pairing_wait 
-0x6334 026715 beq conn_sm_auth ,host_create_conn_auth 
-0x6335 026716 beq conn_sm_auth_wait ,host_create_conn_auth_wait 
-0x6336 026717 beq conn_sm_done ,host_create_conn_done 
-0x6337 026718 beq conn_sm_wait_done ,host_create_conn_done_wait 
-0x6338 026719 jam conn_sm_standby ,mem_conn_sm 
-0x6339 026721 rtn 
-:      026722 host_create_conn_done:
-0x633a 026723 fetch 1 ,mem_lmp_conn_state 
-0x633b 026724 rtnbit0 received_setup_complete 
-0x633c 026725 rtnbit0 sent_setup_complete 
-0x633d 026726 jam conn_sm_standby ,mem_conn_sm 
-0x633e 026727 call host_conn_judge_encrypt 
-0x633f 026728 branch scheduler_start_upper_sm 
-:      026730 host_conn_judge_encrypt:
-0x6340 026731 fetch 1 ,mem_connection_options 
-0x6341 026732 rtnbit0 connection_encrypt 
-0x6342 026733 jam conn_sm_encrypt_wait ,mem_conn_sm 
-0x6343 026734 rtn 
-:      026736 host_create_conn_done_wait:
-0x6344 026737 arg enpt_delay_timer ,queue 
-0x6345 026738 call timer_check 
-0x6346 026739 nrtn blank 
-0x6347 026740 jam conn_sm_done ,mem_conn_sm 
-0x6348 026741 rtn 
-:      026743 host_create_conn_auth:
-0x6349 026744 fetch 1 ,mem_connection_options 
-0x634a 026745 set0 connection_auth ,pdata 
-0x634b 026746 store 1 ,mem_connection_options 
-0x634c 026747 jam conn_sm_auth_wait ,mem_conn_sm 
-0x634d 026748 jam lmp_au_rand ,mem_lmo_opcode2 
-0x634e 026749 rtn 
-:      026750 host_create_conn_auth_wait:
-0x634f 026751 rtn 
-:      026752 host_create_conn_pairing:
-0x6350 026753 fetch 1 ,mem_pincode_state 
-0x6351 026754 rtnne pincode_state_pincode_ready 
-0x6352 026755 call host_auth 
-0x6353 026756 jam conn_sm_pairing_wait ,mem_conn_sm 
-0x6354 026757 rtn 
-:      026759 host_create_conn_pairing_wait:
-0x6355 026760 rtn 
-:      026761 host_creat_conn_send_feat_ext:
-0x6356 026762 jam conn_sm_wait_features_ext ,mem_conn_sm 
-0x6357 026763 jam lmp_ext_features_req ,mem_lmo_opcode2 
-0x6358 026764 rtn 
-:      026765 host_create_conn_send_version:
-0x6359 026766 jam conn_sm_wait_version ,mem_conn_sm 
-0x635a 026767 jam lmp_version_req ,mem_lmo_opcode2 
-0x635b 026768 rtn 
-:      026770 host_creat_conn_wait_switch:
-0x635c 026771 fetch 1 ,mem_switch_flag 
-0x635d 026772 rtneq switch_flag_init 
-0x635e 026773 beq switch_flag_accept ,host_create_conn_switch_accept 
-0x635f 026774 arg switch_wait_timer ,queue 
-0x6360 026775 call timer_check 
-0x6361 026776 nrtn blank 
-0x6362 026777 jam switch_flag_init ,mem_switch_flag 
-0x6363 026778 branch host_create_conn_switch 
-:      026779 host_create_conn_switch_accept:
-0x6364 026780 rtn master 
-0x6365 026781 branch host_create_conn_auth_pair 
-:      026783 host_create_conn_send_features:
-0x6366 026784 jam conn_sm_wait_features_res ,mem_conn_sm 
-0x6367 026785 jam lmp_features_req ,mem_lmo_opcode2 
-0x6368 026786 rtn 
-:      026787 host_create_conn_send_switch:
-0x6369 026788 jam lmp_switch_req ,mem_lmo_opcode2 
-0x636a 026789 set1 mark_switch_initiated ,mark 
-0x636b 026790 jam conn_sm_wait_conn_accept ,mem_conn_sm 
-0x636c 026791 setarg 0x1ff 
-0x636d 026792 store 2 ,mem_soft_timer 
-0x636e 026793 rtn 
-:      026794 host_create_conn_send_conn_req:
-0x636f 026795 jam conn_sm_wait_conn_accept ,mem_conn_sm 
-0x6370 026796 jam 0xff ,mem_soft_timer 
-0x6371 026797 set0 mark_reconn_recieve_switch ,mark 
-0x6372 026798 jam lmp_host_connection_req ,mem_lmo_opcode2 
-0x6373 026799 branch init_lmp_reinit 
-:      026800 host_create_conn_wait_accept:
-0x6374 026801 rtnmark1 mark_reconn_recieve_switch 
-0x6375 026802 fetch 2 ,mem_soft_timer 
-0x6376 026803 sub pdata ,1 ,pdata 
-0x6377 026804 branch host_create_conn_resend ,zero 
-0x6378 026805 store 2 ,mem_soft_timer 
-0x6379 026806 rtn 
-:      026807 host_create_conn_resend:
-0x637a 026808 jam conn_sm_send_switch ,mem_conn_sm 
-0x637b 026809 rtn 
-:      026810 host_create_conn_waiting:
-0x637c 026812 rtn 
-:      026814 host_create_conn_switch:
-0x637d 026815 fetch 1 ,mem_lmp_conn_state 
-0x637e 026816 rtnbit0 sent_setup_complete 
-0x637f 026817 rtnbit0 received_setup_complete 
-0x6380 026818 fetch 1 ,mem_connection_options 
-0x6381 026819 set0 connection_switch ,pdata 
-0x6382 026820 store 1 ,mem_connection_options 
-0x6383 026821 jam lmp_switch_req ,mem_lmo_opcode2 
-0x6384 026822 jam conn_sm_wait_switch_after_host_connection ,mem_conn_sm 
-0x6385 026823 rtn 
-:      026825 host_create_conn_send_setup_complete:
-0x6386 026826 jam conn_sm_wait_setup_complete ,mem_conn_sm 
-0x6387 026827 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x6388 026828 rtn 
-:      026830 host_create_conn_wait_setup_complete:
-0x6389 026831 fetch 1 ,mem_lmp_conn_state 
-0x638a 026832 rtnbit0 received_setup_complete 
-0x638b 026833 jam conn_sm_standby ,mem_conn_sm 
-0x638c 026835 rtn 
-:      026836 host_create_conn_wait_setup_complete_rtn:
-0x638d 026837 jam conn_sm_auth_pair ,mem_conn_sm 
-0x638e 026838 rtn 
-:      026840 host_create_conn_master_detach:
-0x638f 026841 fetch 1 ,mem_soft_timer 
-0x6390 026842 increase -1 ,pdata 
-0x6391 026843 branch host_create_conn_send_detach ,blank 
-0x6392 026844 store 1 ,mem_soft_timer 
-0x6393 026845 rtn 
-:      026846 host_create_conn_send_detach:
-0x6394 026847 jam lmp_detach ,mem_lmo_opcode2 
-0x6395 026848 jam local_host ,mem_disconn_reason_send 
-0x6396 026849 jam 0 ,mem_conn_sm 
-0x6397 026850 rtn 
-:      026851 host_create_conn_auth_pair:
-0x6398 026853 fetch 1 ,mem_connection_options 
-0x6399 026854 bbit1 connection_switch ,host_create_conn_switch 
-0x639a 026855 bbit1 connection_auth ,host_create_conn_auth_pair_true 
-:      026856 host_create_conn_sm_done:
-0x639b 026857 jam conn_sm_done ,mem_conn_sm 
-0x639c 026858 rtn 
-:      026859 host_create_conn_auth_pair_true:
-0x639d 026860 fetch 1 ,mem_link_key_exists 
-0x639e 026861 branch host_create_conn_auth_pair_nokey ,blank 
-0x639f 026862 fetch 1 ,mem_lmp_conn_state 
-0x63a0 026863 rtnbit0 sent_setup_complete 
-0x63a1 026864 rtnbit0 received_setup_complete 
-0x63a2 026865 fetch 4 ,mem_aurand_send_delay_time 
-0x63a3 026866 arg 100 ,temp 
-0x63a4 026867 iadd temp ,temp 
-0x63a5 026868 copy clkn_bt ,pdata 
-0x63a6 026869 isub temp ,null 
-0x63a7 026870 nrtn positive 
-0x63a8 026871 branch host_create_conn_auth 
-:      026875 host_create_conn_auth_pair_nokey:
-0x63a9 026876 jam conn_sm_pairing ,mem_conn_sm 
-0x63aa 026877 jam 4 ,mem_pin_length 
-0x63ab 026878 setarg 0x3030 
-0x63ac 026879 store 2 ,mem_pin 
-0x63ad 026880 istore 2 ,contw 
-0x63ae 026881 jam pincode_state_pincode_ready ,mem_pincode_state 
-0x63af 026882 branch host_create_conn_pairing 
-:      026884 host_create_conn_auth_pair_wait:
-0x63b0 026885 rtn 
-:      026886 host_create_conn_encrypt:
-0x63b1 026887 fetch 1 ,mem_connection_options 
-0x63b2 026888 bbit1 connection_encrypt ,host_create_conn_encrypt_start 
-0x63b3 026889 jam conn_sm_done ,mem_conn_sm 
-0x63b4 026890 rtn 
-:      026892 host_create_conn_encrypt_start:
-0x63b5 026893 fetch 1 ,mem_connection_options 
-0x63b6 026894 set0 connection_encrypt ,pdata 
-0x63b7 026895 store 1 ,mem_connection_options 
-0x63b8 026896 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x63b9 026897 rtn 
-:      026899 host_create_conn_encrypt_wait:
-0x63ba 026900 fetch 1 ,mem_wait_encryption 
-0x63bb 026901 rtn blank 
-0x63bc 026902 jam conn_sm_standby ,mem_conn_sm 
-0x63bd 026903 branch host_create_conn_encrypt_start 
-:      026905 host_create_conn_encrypt_wait_clear:
-0x63be 026906 jam conn_sm_send_setup_complete ,mem_conn_sm 
-0x63bf 026907 rtn 
-:      026909 host_auth:
-0x63c0 026910 fetch 1 ,mem_op 
-0x63c1 026911 bbit1 op_inrand_req ,remote_auth 
-0x63c2 026912 call tid_initiate 
-0x63c3 026913 jam lmp_in_rand ,mem_lmo_opcode2 
-0x63c4 026914 branch cmd_exit 
-:      026915 remote_auth:
-0x63c5 026916 fetch 1 ,mem_op 
-0x63c6 026917 set0 op_inrand_req ,pdata 
-0x63c7 026918 store 1 ,mem_op 
-0x63c8 026919 call lmp_accept_inrand 
-0x63c9 026920 call tid_set_reply 
-0x63ca 026921 branch cmd_exit 
-:      026923 pincode_reinit:
-0x63cb 026924 setarg 4 
-0x63cc 026925 store 1 ,mem_pin_length 
-0x63cd 026926 setarg 0x3030 
-0x63ce 026927 istore 2 ,contw 
-0x63cf 026928 istore 2 ,contw 
-0x63d0 026929 rtn 
-:      026935 twspi_reset:
-0x63d1 026936 bpatchx patch31_4 ,mem_patch31 
-0x63d2 026937 hfetch 1 ,core_gpio_oe3 
-0x63d3 026938 arg 0x06 ,temp 
-0x63d4 026939 ior temp ,pdata 
-0x63d5 026940 hstore 1 ,core_gpio_oe3 
-0x63d6 026941 hfetch 1 ,core_gpio_out3 
-0x63d7 026942 ior temp ,pdata 
-0x63d8 026943 hstore 1 ,core_gpio_out3 
-0x63d9 026944 call twspi_disable 
-0x63da 026945 hfetch 1 ,core_gpio_out3 
-0x63db 026946 set0 1 ,pdata 
-0x63dc 026947 set0 2 ,pdata 
-0x63dd 026948 hstore 1 ,core_gpio_out3 
-0x63de 026949 nop 30 
-0x63df 026950 branch twspi_enable 
-:      026952 twspi_reset2:
-0x63e0 026953 hfetch 1 ,core_gpio_oe3 
-0x63e1 026954 arg 0xc0 ,temp 
-0x63e2 026955 ior temp ,pdata 
-0x63e3 026956 hstore 1 ,core_gpio_oe3 
-0x63e4 026957 hfetch 1 ,core_gpio_out3 
-0x63e5 026958 ior temp ,pdata 
-0x63e6 026959 hstore 1 ,core_gpio_out3 
-0x63e7 026960 call twspi_disable 
-0x63e8 026961 hfetch 1 ,core_gpio_out3 
-0x63e9 026962 set0 6 ,pdata 
-0x63ea 026963 set0 7 ,pdata 
-0x63eb 026964 hstore 1 ,core_gpio_out3 
-0x63ec 026965 nop 30 
-0x63ed 026966 branch twspi_enable2 
-:      026968 twspi_disable:
-0x63ee 026969 hfetch 1 ,core_gpio_sel1 
-0x63ef 026970 and pdata ,0xfc ,pdata 
-0x63f0 026971 hstore 1 ,core_gpio_sel1 
-0x63f1 026972 rtn 
-:      026973 twspi_enable:
-0x63f2 026974 hfetch 1 ,core_gpio_sel1 
-0x63f3 026975 or pdata ,0x01 ,pdata 
-0x63f4 026976 hstore 1 ,core_gpio_sel1 
-0x63f5 026977 rtn 
-:      026978 twspi_enable2:
-0x63f6 026979 hfetch 1 ,core_gpio_sel1 
-0x63f7 026980 or pdata ,0x03 ,pdata 
-0x63f8 026981 set0 4 ,pdata 
-0x63f9 026982 hstore 1 ,core_gpio_sel1 
-0x63fa 026983 rtn 
-:      026987 sensor_read:
-0x63fb 026988 copy pdata ,regb 
-0x63fc 026989 call spi_ncs_enable 
-0x63fd 026990 nop 100 
-0x63fe 026991 copy regb ,pdata 
-0x63ff 026992 call twspi_read 
-0x6400 026993 copy pdata ,regb 
-0x6401 026994 call spi_ncs_disable 
-0x6402 026995 nop 100 
-0x6403 026996 copy regb ,pdata 
-0x6404 026997 rtn 
-:      026999 sensor_write:
-0x6405 027000 copy pdata ,regb 
-0x6406 027001 call spi_ncs_enable 
-0x6407 027002 nop 100 
-0x6408 027003 copy regb ,pdata 
-0x6409 027004 call twspi_write 
-0x640a 027005 call spi_ncs_disable 
-0x640b 027006 nop 100 
-0x640c 027007 rtn 
-:      027010 spi_ncs_gpio_init:
-0x640d 027011 fetcht 1 ,mem_spi_ncs_gpio 
-0x640e 027012 branch gpio_config_output 
-:      027015 spi_ncs_enable:
-0x640f 027016 fetcht 1 ,mem_spi_ncs_gpio 
-0x6410 027017 branch gpio_out_active 
-:      027020 spi_ncs_disable:
-0x6411 027021 fetcht 1 ,mem_spi_ncs_gpio 
-0x6412 027022 branch gpio_out_inactive 
-:      027025 twspi_write:
-0x6413 027026 branch spid_write_reg 
-:      027028 twspi_read:
-0x6414 027029 branch spid_read_reg 
-:      027036 read_function_aes:
-0x6415 027037 nbranch read_function ,user 
-0x6416 027038 hfetch 1 ,core_gpio_key2 
-0x6417 027039 or_into 0x2 ,pdata 
-0x6418 027040 hstore 1 ,core_gpio_key2 
-:      027041 read_function:
-0x6419 027042 copy temp ,null 
-0x641a 027043 branch read_fuction_zero ,zero 
-0x641b 027044 copy regc ,pc 
-:      027045 read_fuction_zero:
-0x641c 027046 isolate0 0 ,null 
-0x641d 027047 branch set_ucode_status 
-:      027050 get_block_header:
-0x641e 027051 force 4 ,temp 
-:      027052 get_block_header0:
-0x641f 027053 arg mem_ucode_buf ,rega 
-0x6420 027054 hfetch 1 ,core_gpio_key2 
-0x6421 027055 and_into 0xfd ,pdata 
-0x6422 027056 hstore 1 ,core_gpio_key2 
-0x6423 027057 call read_function 
-0x6424 027058 arg 0x55aa ,rega 
-0x6425 027059 fetch 2 ,mem_ucode_buf 
-0x6426 027060 ifetcht 2 ,contr 
-0x6427 027061 isub rega ,null 
-0x6428 027062 rtn 
-:      027064 read_first_block:
-0x6429 027065 arg 2 ,temp 
-0x642a 027066 arg mem_ucode_ptr ,rega 
-0x642b 027067 call read_function 
-0x642c 027068 fetch 2 ,mem_ucode_ptr 
-0x642d 027069 store 2 ,mem_addr_mi 
-0x642e 027070 call get_iv ,user 
-0x642f 027071 rtn 
-:      027073 get_iv:
-0x6430 027074 arg 16 ,temp 
-0x6431 027075 arg mem_ucode_keybuf ,rega 
-0x6432 027076 hfetch 1 ,core_gpio_key2 
-0x6433 027077 and_into 0xfd ,pdata 
-0x6434 027078 hstore 1 ,core_gpio_key2 
-0x6435 027079 call read_function 
-0x6436 027080 arg mem_ucode_keybuf ,contr 
-0x6437 027081 arg 16 ,loopcnt 
-0x6438 027082 call aes_load_data 
-0x6439 027083 call aes_init 
-0x643a 027084 call aes_clear_data 
-0x643b 027085 branch do_aes_cbc 
-:      027087 load_storage:
-0x643c 027088 disable match 
-0x643d 027089 call get_block_header 
-0x643e 027090 nrtn zero 
-0x643f 027091 enable match 
-0x6440 027092 jam 0x80 ,core_ucode_ctrl 
-0x6441 027093 jam 0 ,core_ucode_hi 
-0x6442 027094 jam 0 ,core_ucode_low 
-0x6443 027095 arg core_ucode_data ,rega 
-0x6444 027096 call read_function_aes 
-0x6445 027097 jam 0x0 ,core_ucode_ctrl 
-:      027098 load_storage_loop:
-0x6446 027099 arg 6 ,temp 
-0x6447 027100 call get_block_header0 
-0x6448 027101 nrtn zero 
-0x6449 027102 ifetch 2 ,contr 
-0x644a 027103 iforce rega 
-0x644b 027104 call read_function 
-0x644c 027105 branch load_storage_loop 
-:      027109 reload_eeprom:
-0x644d 027110 call clean_mem 
-0x644e 027111 setarg 0x1000 
-0x644f 027112 store 2 ,mem_addr_mi 
-0x6450 027113 arg iicd_read_eep ,regc 
-0x6451 027114 arg 2 ,loopcnt 
-:      027115 reload_eeprom_loop:
-0x6452 027116 call get_block_header 
-0x6453 027117 nrtn zero 
-0x6454 027118 fetch 2 ,mem_addr_mi 
-0x6455 027119 byteswap pdata ,pdata 
-0x6456 027120 iadd temp ,pdata 
-0x6457 027121 byteswap pdata ,pdata 
-0x6458 027122 store 2 ,mem_addr_mi 
-0x6459 027123 loop reload_eeprom_loop 
-0x645a 027124 branch load_storage_loop 
-:      027126 loadcode:
-0x645b 027127 call clean_mem 
-0x645c 027128 disable user 
-0x645d 027129 call otp_enable_chgpump 
-0x645e 027130 setarg otp_ucode_flag 
-0x645f 027131 arg mem_otp_ucode_flag ,rega 
-0x6460 027132 arg 2 ,temp 
-0x6461 027133 call otpd_read_data 
-0x6462 027134 fetch 2 ,mem_otp_ucode_flag 
-0x6463 027135 bbit0 otp_uflag_aes ,loadcode_otp 
-0x6464 027136 jam 0x25 ,core_clkoff 
-0x6465 027137 setarg otp_ucode_aeskey 
-0x6466 027138 arg mem_ucode_keybuf ,rega 
-0x6467 027139 arg 16 ,temp 
-0x6468 027140 call otpd_read_data 
-0x6469 027141 jam lock_otp ,core_misc_ctrl 
-0x646a 027142 set1 mark_otp_encrypt ,mark 
-0x646b 027143 arg mem_ucode_keybuf ,contr 
-0x646c 027144 call load_key 
-0x646d 027145 enable user 
-:      027146 loadcode_otp:
-0x646e 027147 jam 0 ,mem_loadcode_times 
-:      027148 loadcode_otp_2:
-0x646f 027149 call loadcode_check_times 
-0x6470 027150 fetch 2 ,mem_otp_ucode_flag 
-0x6471 027151 byteswap pdata ,pdata 
-0x6472 027152 arg 0x7ff ,temp 
-0x6473 027153 iand temp ,pdata 
-0x6474 027154 branch loadcode_iic ,zero 
-0x6475 027155 call otp_set_addr 
-0x6476 027156 arg otpd_read_code ,regc 
-0x6477 027157 call get_iv ,user 
-0x6478 027158 call load_storage 
-0x6479 027159 fetch 1 ,mem_ucode_status 
-0x647a 027160 bbit0 0 ,loadcode_otp_2 
-:      027162 loadcode_iic:
-0x647b 027163 call otp_disable_chgpump 
-0x647c 027164 jam 0 ,mem_loadcode_times 
-:      027165 loadcode_iic_2:
-0x647d 027166 call loadcode_check_times 
-0x647e 027167 call clear_eeprom_size_2k 
-0x647f 027168 fetch 1 ,mem_otp_ucode_flag 
-0x6480 027169 bbit1 otp_uflag_skip_eep ,loadcode_spi 
-0x6481 027170 call loadcode_iic_by_eeprom 
-0x6482 027171 nbranch loadcode_iic_eeprom_2k ,match 
-0x6483 027172 fetch 1 ,mem_ucode_status 
-0x6484 027173 bbit0 0 ,loadcode_iic_2 
-0x6485 027174 branch loadcode_hci 
-:      027175 loadcode_iic_eeprom_2k:
-0x6486 027176 call set_eeprom_size_2k 
-0x6487 027177 fetch 1 ,mem_otp_ucode_flag 
-0x6488 027178 bbit1 otp_uflag_skip_eep ,loadcode_spi 
-0x6489 027179 call loadcode_iic_by_eeprom 
-0x648a 027180 nbranch loadcode_spi ,match 
-0x648b 027181 fetch 1 ,mem_ucode_status 
-0x648c 027182 bbit0 0 ,loadcode_iic_2 
-0x648d 027183 branch loadcode_hci 
-:      027185 loadcode_spi:
-0x648e 027186 jam 0 ,mem_loadcode_times 
-:      027187 loadcode_spi_2:
-0x648f 027188 call loadcode_check_times 
-0x6490 027189 fetch 1 ,mem_otp_ucode_flag 
-0x6491 027190 bbit1 otp_uflag_skip_flash ,loadcode_hci 
-0x6492 027191 setarg 0x0 
-0x6493 027192 store 3 ,mem_addr_hi 
-0x6494 027193 call spid_init_flash 
-0x6495 027194 arg spid_load_flash ,regc 
-0x6496 027195 call read_first_block 
-0x6497 027196 call load_storage 
-0x6498 027197 nbranch loadcode_hci ,match 
-0x6499 027198 fetch 1 ,mem_ucode_status 
-0x649a 027199 bbit0 0 ,loadcode_spi_2 
-:      027201 loadcode_hci:
-0x649b 027202 bmark1 mark_otp_encrypt ,loadcode_hci_enc 
-0x649c 027203 call clear_key_buf 
-:      027204 loadcode_hci_enc:
-0x649d 027205 fetch 1 ,mem_otp_ucode_flag 
-0x649e 027206 bbit0 otp_uflag_hci ,clear_key_buf 
-0x649f 027207 jam 0x21 ,core_clkoff 
-0x64a0 027208 call hci_init 
-:      027209 loadcode_hci_loop:
-0x64a1 027210 call hci_rx_packet 
-0x64a2 027211 branch loadcode_hci_loop 
-:      027213 clear_key_buf:
-0x64a3 027214 setarg 0 
-0x64a4 027215 store 8 ,mem_ucode_keybuf 
-0x64a5 027216 store 8 ,mem_ucode_keybuf + 8 
-0x64a6 027217 force regidx_key ,regext_index 
-0x64a7 027218 call aes_clear 
-0x64a8 027219 jam 0x21 ,core_clkoff 
-0x64a9 027220 rtn 
-:      027223 loadcode_iic_by_eeprom:
-0x64aa 027224 setarg 0x0 
-0x64ab 027225 store 2 ,mem_addr_mi 
-0x64ac 027226 arg iicd_read_eep ,regc 
-0x64ad 027227 call iicd_init_12m 
-0x64ae 027228 call read_first_block 
-0x64af 027229 branch load_storage 
-:      027232 loadcode_check_times:
-0x64b0 027233 fetch 1 ,mem_loadcode_times 
-0x64b1 027234 increase 1 ,pdata 
-0x64b2 027235 sub pdata ,3 ,null 
-0x64b3 027236 nbranch loadcode_error ,positive 
-0x64b4 027237 store 1 ,mem_loadcode_times 
-0x64b5 027238 rtn 
-:      027240 loadcode_error:
-0x64b6 027241 call clear_key_buf 
-0x64b7 027242 call ice_break 
-0x64b8 027243 rtn 
-:      027247 set_ucode_status:
-0x64b9 027248 fetch 1 ,mem_ucode_status 
-0x64ba 027249 lshift pdata ,pdata 
-0x64bb 027250 setflag true ,0 ,pdata 
-0x64bc 027251 isolate0 15 ,rega 
-0x64bd 027252 rtn true 
-0x64be 027253 store 1 ,mem_ucode_status 
-0x64bf 027254 rtn 
-:      027257 decrypt_code:
-0x64c0 027258 hfetch 1 ,core_gpio_key2 
-0x64c1 027259 rtnbit0 1 
-0x64c2 027260 branch decrypt_code_skip 
-:      027261 decrypt_code_loop:
-0x64c3 027262 hfetch 1 ,core_dma_status 
-0x64c4 027263 qisolate1 pdata 
-0x64c5 027264 rtn true 
-:      027265 decrypt_code_skip:
-0x64c6 027266 hfetch 1 ,core_misc_status 
-0x64c7 027267 bbit0 1 ,decrypt_code_loop 
-0x64c8 027268 call do_aes_cbc 
-0x64c9 027269 branch decrypt_code_loop 
-:      027273 load_ucode:
-0x64ca 027274 fetch 2 ,mem_patch_ptr 
-0x64cb 027275 rtn blank 
-0x64cc 027276 jam 0x80 ,core_ucode_ctrl 
-0x64cd 027277 jam 0 ,core_ucode_hi 
-0x64ce 027278 jam 0 ,core_ucode_low 
-0x64cf 027279 fetcht 2 ,mem_patch_len 
-0x64d0 027280 lshift2 temp ,loopcnt 
-0x64d1 027281 iforce contr 
-:      027282 load_ucode_loop:
-0x64d2 027283 ifetch 1 ,contr 
-0x64d3 027284 hstore 1 ,core_ucode_data 
-0x64d4 027285 loop load_ucode_loop 
-0x64d5 027286 jam 0x0 ,core_ucode_ctrl 
-0x64d6 027287 rtn 
-:      027292 spid_init:
-0x64d7 027293 bpatchx patch31_5 ,mem_patch31 
-0x64d8 027294 call spid_init_common 
-0x64d9 027295 branch twspi_enable 
-:      027297 spid_init2:
-0x64da 027298 call spid_init_common 
-0x64db 027299 call twspi_disable 
-0x64dc 027300 branch twspi_enable2 
-:      027302 spid_init_common:
-0x64dd 027303 fetch 1 ,mem_spi_init_clk 
-0x64de 027304 hstore 1 ,core_spid_ctrl 
-0x64df 027305 fetch 1 ,mem_spi_init_delay_time 
-0x64e0 027306 hstore 1 ,core_spid_delay 
-0x64e1 027307 setarg mem_spid_tbuf 
-0x64e2 027308 hstore 2 ,core_spid_txaddr 
-0x64e3 027309 setarg mem_spid_rbuf 
-0x64e4 027310 hstore 2 ,core_spid_rxaddr 
-0x64e5 027311 branch twspi_disable 
-:      027313 spid_reset:
-0x64e6 027314 hfetch 1 ,core_spid_ctrl 
-0x64e7 027315 set1 7 ,pdata 
-0x64e8 027316 hstore 1 ,core_spid_ctrl 
-0x64e9 027317 set0 7 ,pdata 
-0x64ea 027318 hstore 1 ,core_spid_ctrl 
-0x64eb 027319 rtn 
-:      027323 spid_write_reg:
-0x64ec 027324 set1 7 ,pdata 
-0x64ed 027325 store 2 ,mem_spid_tbuf 
-0x64ee 027326 bpatchx patch31_6 ,mem_patch31 
-0x64ef 027327 jam 2 ,core_spid_txlen 
-0x64f0 027328 jam 0 ,core_spid_rxlen 
-0x64f1 027329 jam spid_start ,core_misc_ctrl 
-0x64f2 027330 branch wait_spid_done 
-:      027333 spid_read_reg:
-0x64f3 027334 force 1 ,temp 
-:      027336 spid_read_regs:
-0x64f4 027338 store 1 ,mem_spid_tbuf 
-0x64f5 027339 bpatchx patch31_7 ,mem_patch31 
-0x64f6 027340 jam 1 ,core_spid_txlen 
-0x64f7 027341 hstoret 2 ,core_spid_rxlen 
-0x64f8 027342 jam spid_start ,core_misc_ctrl 
-0x64f9 027343 call wait_spid_done 
-0x64fa 027344 fetch 1 ,mem_spid_rbuf 
-0x64fb 027345 rtn 
-:      027347 wait_spid_done:
-0x64fc 027348 fetch 2 ,mem_afh_error_total 
-0x64fd 027349 increase 1 ,pdata 
-0x64fe 027350 store 2 ,mem_afh_error_total 
-0x64ff 027351 hfetch 1 ,core_dma_status 
-0x6500 027352 bbit0 spid_done ,wait_spid_done 
-0x6501 027353 rtn 
-:      027355 spid_init_flash:
-0x6502 027356 jam 0x40 ,core_spid_ctrl 
-0x6503 027357 jam 0x0 ,core_spid_delay 
-0x6504 027358 hfetch 1 ,core_gpio_sel1 
-0x6505 027359 set0 0 ,pdata 
-0x6506 027360 set1 1 ,pdata 
-0x6507 027361 hstore 1 ,core_gpio_sel1 
-0x6508 027362 setarg 0 
-0x6509 027363 store 4 ,mem_spid_tbuf 
-0x650a 027364 rtn 
-:      027367 spid_unlock_flash:
-0x650b 027368 setarg 0 
-0x650c 027369 hstore 2 ,core_spid_rxlen 
-0x650d 027370 setarg 1 
-0x650e 027371 hstore 2 ,core_spid_txlen 
-0x650f 027372 setarg mem_spid_tbuf 
-0x6510 027373 hstore 2 ,core_spid_txaddr 
-0x6511 027374 jam 6 ,mem_spid_tbuf 
-0x6512 027375 jam spid_start ,core_misc_ctrl 
-0x6513 027376 branch wait_spid_done 
-:      027391 flash_write:
-0x6514 027392 disable user 
-0x6515 027393 copy pdata ,regb 
-0x6516 027394 fetch 1 ,mem_spi_write_flash_sm 
-0x6517 027395 rtnne flash_sm_no_buys 
-0x6518 027396 enable user 
-0x6519 027397 copy regb ,pdata 
-0x651a 027398 branch flash_write_start 
-:      027401 flash_write_spi_sm_timer:
-0x651b 027402 fetch 1 ,mem_spi_write_flash_sm 
-0x651c 027403 beq flash_sm_start ,flash_write_start 
-0x651d 027404 beq flash_sm_erase_sector ,flash_erase_sector 
-0x651e 027405 beq flash_sm_wait_erase_sector ,flash_wait_erase_sector 
-0x651f 027406 beq flash_sm_write_data ,flash_write_data 
-0x6520 027407 beq flash_sm_wait_write_data ,flash_wait_write_data 
-0x6521 027408 rtn 
-:      027410 flash_write_start:
-0x6522 027411 store 3 ,mem_spi_write_addr 
-0x6523 027412 copy rega ,pdata 
-0x6524 027413 store 2 ,mem_spi_write_ptr 
-0x6525 027414 storet 2 ,mem_spi_write_len 
-0x6526 027415 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
-0x6527 027416 branch spid_init_flash 
-:      027417 flash_erase_sector:
-0x6528 027418 call spid_init_flash 
-0x6529 027419 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
-0x652a 027420 call spid_unlock_flash 
-0x652b 027421 arg mem_spid_tbuf ,rega 
-0x652c 027422 fetch 3 ,mem_spi_write_addr 
-0x652d 027423 jam 4 ,core_spid_txlen 
-0x652e 027424 arg flash_command_sector_erase ,temp 
-0x652f 027425 branch spid_write_flash_common 
-:      027427 flash_wait_erase_sector:
-0x6530 027428 call spid_init_flash 
-0x6531 027429 call spid_unlock_flash 
-0x6532 027430 setarg flash_read_satus 
-0x6533 027431 call spid_read_reg 
-0x6534 027432 rtnbit1 flash_status_wip 
-0x6535 027433 jam flash_sm_write_data ,mem_spi_write_flash_sm 
-0x6536 027434 rtn 
-:      027435 flash_write_data:
-0x6537 027436 call spid_init_flash 
-0x6538 027437 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
-0x6539 027438 call spid_unlock_flash 
-0x653a 027439 call flash_data_preserve 
-0x653b 027440 call spid_write_flash 
-0x653c 027441 branch flash_data_recover 
-:      027442 flash_wait_write_data:
-0x653d 027443 call spid_init_flash 
-0x653e 027444 call spid_unlock_flash 
-0x653f 027445 setarg flash_read_satus 
-0x6540 027446 call spid_read_reg 
-0x6541 027447 rtnbit1 flash_status_wip 
-0x6542 027448 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
-0x6543 027449 fetch 2 ,mem_cb_spi_flash_write_complate 
-0x6544 027450 branch callback_func 
-:      027451 flash_data_recover:
-0x6545 027452 fetch 4 ,mem_temp 
-0x6546 027453 fetcht 2 ,mem_spi_write_ptr 
-0x6547 027454 increase -4 ,temp 
-0x6548 027455 istore 4 ,temp 
-0x6549 027456 rtn 
-:      027457 flash_data_preserve:
-0x654a 027458 fetcht 2 ,mem_spi_write_ptr 
-0x654b 027459 copy temp ,rega 
-0x654c 027460 increase -4 ,temp 
-0x654d 027461 ifetch 4 ,temp 
-0x654e 027462 store 4 ,mem_temp 
-0x654f 027463 fetcht 2 ,mem_spi_write_len 
-0x6550 027464 fetch 3 ,mem_spi_write_addr 
-0x6551 027465 rtn 
-:      027469 spid_write_flash:
-0x6552 027470 increase 4 ,temp 
-0x6553 027471 hstoret 2 ,core_spid_txlen 
-0x6554 027472 arg flash_command_write_data ,temp 
-0x6555 027473 increase -4 ,rega 
-:      027474 spid_write_flash_common:
-0x6556 027476 istoret 1 ,rega 
-0x6557 027477 rshift16 pdata ,temp 
-0x6558 027478 istoret 1 ,contw 
-0x6559 027479 rshift8 pdata ,temp 
-0x655a 027480 istoret 1 ,contw 
-0x655b 027481 istore 1 ,contw 
-0x655c 027482 deposit rega 
-0x655d 027483 hstore 2 ,core_spid_txaddr 
-0x655e 027484 setarg 0 
-0x655f 027485 hstore 2 ,core_spid_rxlen 
-0x6560 027486 jam spid_start ,core_misc_ctrl 
-0x6561 027487 branch wait_spid_done 
-:      027491 spid_read_flash:
-0x6562 027492 hstoret 2 ,core_spid_rxlen 
-0x6563 027493 rshift16 pdata ,temp 
-0x6564 027494 storet 1 ,mem_addr_hi 
-0x6565 027495 rshift8 pdata ,temp 
-0x6566 027496 storet 1 ,mem_addr_mi 
-0x6567 027497 store 1 ,mem_addr_lo 
-0x6568 027498 setarg 4 
-0x6569 027499 hstore 2 ,core_spid_txlen 
-0x656a 027500 jam flash_command_read_data ,mem_spid_tbuf 
-0x656b 027501 setarg mem_spid_tbuf 
-0x656c 027502 hstore 2 ,core_spid_txaddr 
-0x656d 027503 deposit rega 
-0x656e 027504 hstore 2 ,core_spid_rxaddr 
-0x656f 027505 hfetch 1 ,core_spid_ctrl 
-0x6570 027506 isolate0 15 ,rega 
-0x6571 027507 setflag true ,6 ,pdata 
-0x6572 027508 hstore 1 ,core_spid_ctrl 
-0x6573 027509 jam spid_start ,core_misc_ctrl 
-:      027510 spi_read_flash_wait:
-0x6574 027511 hfetch 1 ,core_dma_status 
-0x6575 027512 bbit1 7 ,spi_read_flash_wait 
-0x6576 027513 arg spid_done ,queue 
-0x6577 027514 branch wait_spid_done 
-:      027518 spid_load_flash:
-0x6578 027519 hstoret 2 ,core_spid_rxlen 
-0x6579 027520 setarg 4 
-0x657a 027521 hstore 2 ,core_spid_txlen 
-0x657b 027522 jam 3 ,mem_spid_tbuf 
-0x657c 027523 setarg mem_spid_tbuf 
-0x657d 027524 hstore 2 ,core_spid_txaddr 
-0x657e 027525 deposit rega 
-0x657f 027526 hstore 2 ,core_spid_rxaddr 
-0x6580 027527 hfetch 1 ,core_spid_ctrl 
-0x6581 027528 isolate0 15 ,rega 
-0x6582 027529 setflag true ,6 ,pdata 
-0x6583 027530 hstore 1 ,core_spid_ctrl 
-0x6584 027531 jam spid_start ,core_misc_ctrl 
-:      027532 spi_load_flash_wait:
-0x6585 027533 hfetch 1 ,core_dma_status 
-0x6586 027534 bbit1 7 ,spi_load_flash_wait 
-0x6587 027535 arg spid_done ,queue 
-0x6588 027536 call decrypt_code 
-0x6589 027537 call wait_spid_done 
-0x658a 027538 isolate1 spid_crcok ,pdata 
-0x658b 027539 call set_ucode_status 
-0x658c 027540 fetch 1 ,mem_addr_hi 
-0x658d 027541 lshift16 pdata ,regb 
-0x658e 027542 fetch 1 ,mem_addr_mi 
-0x658f 027543 lshift8 pdata ,pdata 
-0x6590 027544 ior regb ,regb 
-0x6591 027545 fetch 1 ,mem_addr_lo 
-0x6592 027546 ior regb ,pdata 
-0x6593 027547 iadd temp ,pdata 
-0x6594 027548 store 1 ,mem_addr_lo 
-0x6595 027549 rshift8 pdata ,pdata 
-0x6596 027550 store 1 ,mem_addr_mi 
-0x6597 027551 rshift8 pdata ,pdata 
-0x6598 027552 store 1 ,mem_addr_hi 
-0x6599 027553 rtn 
-:      027558 soft_reset_chip:
-0x659a 027559 jam 1 ,core_reset 
-0x659b 027560 rtn 
-:      027566 iic_init_390k:
-0x659c 027567 jam 12 ,core_iicd_scl_low 
-0x659d 027568 jam 13 ,core_iicd_scl_high 
-0x659e 027569 jam 13 ,core_iicd_start_setup 
-0x659f 027570 jam 13 ,core_iicd_start_hold 
-0x65a0 027571 jam 13 ,core_iicd_stop_setup 
-0x65a1 027572 jam 12 ,core_iicd_data_setup 
-0x65a2 027573 branch iicd_init_gpio 
-:      027576 iicd_init_12m:
-0x65a3 027577 jam 5 ,core_iicd_scl_low 
-0x65a4 027578 jam 7 ,core_iicd_scl_high 
-0x65a5 027579 jam 7 ,core_iicd_start_setup 
-0x65a6 027580 jam 7 ,core_iicd_start_hold 
-0x65a7 027581 jam 7 ,core_iicd_stop_setup 
-0x65a8 027582 jam 5 ,core_iicd_data_setup 
-:      027583 iicd_init_gpio:
-0x65a9 027584 hfetch 1 ,core_gpio_pu3 
-0x65aa 027585 or_into 0xc0 ,pdata 
-0x65ab 027586 hstore 1 ,core_gpio_pu3 
-0x65ac 027587 hfetch 1 ,core_gpio_sel1 
-0x65ad 027588 or_into 0x10 ,pdata 
-0x65ae 027589 hstore 1 ,core_gpio_sel1 
-0x65af 027590 rtn 
-:      027594 wait_iicd_done:
-0x65b0 027595 hfetch 1 ,core_dma_status 
-0x65b1 027596 bbit0 iicd_done ,wait_iicd_done 
-0x65b2 027597 rtn 
-:      027605 iicd_read_data:
-0x65b3 027606 hstore 2 ,core_iicd_txlen 
-0x65b4 027607 deposit rega 
-0x65b5 027608 hstore 2 ,core_iicd_txaddr 
-0x65b6 027609 deposit regb 
-0x65b7 027610 hstore 2 ,core_iicd_rxaddr 
-0x65b8 027611 deposit temp 
-0x65b9 027612 hstore 2 ,core_iicd_rxlen 
-0x65ba 027613 arg 1 ,temp 
-0x65bb 027614 nsetflag blank ,1 ,temp 
-0x65bc 027615 hstore 1 ,core_iicd_ctrl 
-0x65bd 027616 jam iicd_start ,core_misc_ctrl 
-0x65be 027617 branch wait_iicd_done 
-:      027620 set_eeprom_size_2k:
-0x65bf 027621 set1 mark_eeprom_size ,mark 
-0x65c0 027622 jam 0x08 ,mem_eeprom_block_size 
-0x65c1 027623 rtn 
-:      027625 clear_eeprom_size_2k:
-0x65c2 027626 set0 mark_eeprom_size ,mark 
-0x65c3 027627 jam 0x20 ,mem_eeprom_block_size 
-0x65c4 027628 rtn 
-:      027631 iicd_read_eep_data_size_2k:
-0x65c5 027632 fetch 1 ,mem_eeprom_base 
-0x65c6 027633 iadd regb ,pdata 
-0x65c7 027634 store 1 ,mem_addr_mi 
-0x65c8 027635 branch iicd_read_eep_size_2k 
-:      027637 iicd_read_eep_size_2k_lcadcode:
-0x65c9 027638 fetch 2 ,mem_addr_mi 
-0x65ca 027639 byteswap pdata ,pdata 
-0x65cb 027640 store 1 ,mem_addr_mi 
-:      027645 iicd_read_eep_size_2k:
-0x65cc 027646 setarg 3 
-0x65cd 027647 hstore 2 ,core_iicd_txlen 
-0x65ce 027648 jam 0xa0 ,mem_iicd_tbuf 
-0x65cf 027649 jam 0xa1 ,mem_iicd_tbuf + 2 
-0x65d0 027650 branch iicd_read_eep_common 
-:      027656 iicd_write_protect_eep_data:
-0x65d1 027657 storet 2 ,mem_temp 
-0x65d2 027658 call iicd_eeprom_write_enable 
-0x65d3 027659 fetcht 2 ,mem_temp 
-0x65d4 027660 call iicd_write_eep_data 
-0x65d5 027661 branch iicd_eeprom_write_disable 
-:      027663 iicd_eeprom_write_enable:
-0x65d6 027664 fetch 1 ,mem_eeprom_wp_gpio 
-0x65d7 027665 rtneq gpio_disable 
-0x65d8 027666 bbit0 6 ,iicd_wp_gpio_output_low 
-0x65d9 027667 setarg 150000 
-0x65da 027668 call sleep 
-:      027669 iicd_wp_gpio_output_low:
-0x65db 027670 fetcht 1 ,mem_eeprom_wp_gpio 
-0x65dc 027671 branch gpio_out_active 
-:      027673 iicd_eeprom_write_disable:
-0x65dd 027674 fetcht 1 ,mem_eeprom_wp_gpio 
-0x65de 027675 branch gpio_out_inactive 
-:      027680 iicd_read_eep_data:
-0x65df 027681 bpatchx patch32_0 ,mem_patch32 
-0x65e0 027682 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
-0x65e1 027683 fetch 2 ,mem_eeprom_base 
-0x65e2 027684 iadd regb ,pdata 
-0x65e3 027685 byteswap pdata ,pdata 
-0x65e4 027686 store 2 ,mem_addr_mi 
-:      027689 iicd_read_eep:
-0x65e5 027690 bpatchx patch32_1 ,mem_patch32 
-0x65e6 027691 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
-0x65e7 027692 setarg 4 
-0x65e8 027693 hstore 2 ,core_iicd_txlen 
-0x65e9 027694 jam 0xa0 ,mem_iicd_tbuf 
-0x65ea 027695 jam 0xa1 ,mem_iicd_tbuf + 3 
-:      027696 iicd_read_eep_common:
-0x65eb 027697 setarg mem_iicd_tbuf 
-0x65ec 027698 hstore 2 ,core_iicd_txaddr 
-0x65ed 027699 hstoret 2 ,core_iicd_rxlen 
-0x65ee 027700 deposit rega 
-0x65ef 027701 hstore 2 ,core_iicd_rxaddr 
-0x65f0 027702 setarg 2 
-0x65f1 027703 isolate0 15 ,rega 
-0x65f2 027704 setflag true ,0 ,pdata 
-0x65f3 027705 hstore 1 ,core_iicd_ctrl 
-0x65f4 027706 jam iicd_start ,core_misc_ctrl 
-0x65f5 027707 arg iicd_done ,queue 
-0x65f6 027708 call decrypt_code 
-0x65f7 027709 call wait_iicd_done 
-0x65f8 027710 isolate1 iicd_crcok ,pdata 
-0x65f9 027711 call set_ucode_status 
-0x65fa 027712 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
-0x65fb 027713 fetch 2 ,mem_addr_mi 
-0x65fc 027714 byteswap pdata ,pdata 
-0x65fd 027715 iadd temp ,pdata 
-0x65fe 027716 byteswap pdata ,pdata 
-0x65ff 027717 store 2 ,mem_addr_mi 
-0x6600 027718 rtn 
-:      027720 iicd_read_eep_load_code_size_2k:
-0x6601 027721 fetch 1 ,mem_addr_mi 
-0x6602 027722 iadd temp ,pdata 
-0x6603 027723 byteswap pdata ,pdata 
-0x6604 027724 store 2 ,mem_addr_mi 
-0x6605 027725 rtn 
-:      027731 iicd_write_eep_data:
-0x6606 027732 fetch 2 ,mem_eeprom_base 
-0x6607 027733 iadd regb ,pdata 
-:      027736 iicd_write_ota_data:
-0x6608 027737 store 2 ,mem_pdatatemp 
-0x6609 027738 bpatchx patch32_2 ,mem_patch32 
-0x660a 027739 storet 2 ,mem_temp 
-0x660b 027740 copy rega ,pdata 
-0x660c 027741 store 2 ,mem_contr 
-:      027742 iicd_write_eep_loop:
-0x660d 027743 call iicd_eep_transparency 
-0x660e 027745 fetcht 2 ,mem_regb 
-0x660f 027746 fetch 2 ,mem_contr 
-0x6610 027747 copy pdata ,rega 
-0x6611 027748 fetch 2 ,mem_pdatatemp 
-0x6612 027750 call iicd_write_eep 
-0x6613 027752 fetch 2 ,mem_regb 
-0x6614 027753 fetcht 2 ,mem_contr 
-0x6615 027754 iadd temp ,temp 
-0x6616 027755 storet 2 ,mem_contr 
-0x6617 027756 fetcht 2 ,mem_pdatatemp 
-0x6618 027757 iadd temp ,temp 
-0x6619 027758 storet 2 ,mem_pdatatemp 
-0x661a 027759 fetch 2 ,mem_temp 
-0x661b 027760 nbranch iicd_write_eep_loop ,blank 
-0x661c 027761 rtn 
-:      027769 iicd_eep_transparency:
-0x661d 027770 bpatchx patch32_3 ,mem_patch32 
-0x661e 027771 fetch 1 ,mem_eeprom_block_size 
-0x661f 027772 increase -1 ,pdata 
-0x6620 027773 fetcht 2 ,mem_pdatatemp 
-0x6621 027774 ior temp ,pdata 
-0x6622 027775 increase 1 ,pdata 
-0x6623 027776 store 3 ,mem_regc 
-0x6624 027778 fetch 2 ,mem_temp 
-0x6625 027779 iadd temp ,pdata 
-0x6626 027781 fetcht 3 ,mem_regc 
-0x6627 027782 isub temp ,pdata 
-0x6628 027783 nbranch iicd_eep_deal_short_packet ,positive 
-0x6629 027784 store 2 ,mem_temp 
-0x662a 027785 fetch 3 ,mem_regc 
-0x662b 027786 fetcht 2 ,mem_pdatatemp 
-0x662c 027787 isub temp ,pdata 
-0x662d 027788 store 2 ,mem_regb 
-0x662e 027789 rtn 
-:      027790 iicd_eep_deal_short_packet:
-0x662f 027791 fetch 2 ,mem_temp 
-0x6630 027792 store 2 ,mem_regb 
-0x6631 027793 setarg 0 
-0x6632 027794 store 2 ,mem_temp 
-0x6633 027795 rtn 
-:      027797 iicd_write_eep_size_2k:
-0x6634 027798 increase 2 ,temp 
-0x6635 027799 hstoret 2 ,core_iicd_txlen 
-0x6636 027800 increase -2 ,rega 
-0x6637 027801 ifetcht 3 ,rega 
-0x6638 027802 copy temp ,regb 
-0x6639 027803 arg 0xa0 ,temp 
-0x663a 027804 istoret 1 ,rega 
-0x663b 027806 istore 1 ,contw 
-0x663c 027807 branch iicd_write_eep_common 
-:      027810 iicd_write_eep:
-0x663d 027811 copy pdata ,regb 
-0x663e 027812 bpatchx patch32_4 ,mem_patch32 
-0x663f 027813 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
-0x6640 027814 copy regb ,pdata 
-0x6641 027815 increase 3 ,temp 
-0x6642 027816 hstoret 2 ,core_iicd_txlen 
-0x6643 027817 increase -3 ,rega 
-0x6644 027818 ifetcht 3 ,rega 
-0x6645 027819 copy temp ,regb 
-0x6646 027820 arg 0xa0 ,temp 
-0x6647 027821 istoret 1 ,rega 
-0x6648 027822 byteswap pdata ,pdata 
-0x6649 027823 istore 2 ,contw 
-:      027824 iicd_write_eep_common:
-0x664a 027825 deposit rega 
-0x664b 027826 hstore 2 ,core_iicd_txaddr 
-0x664c 027827 setarg 0 
-0x664d 027828 hstore 2 ,core_iicd_rxlen 
-0x664e 027829 jam 1 ,core_iicd_ctrl 
-0x664f 027830 jam iicd_start ,core_misc_ctrl 
-0x6650 027831 call wait_iicd_done 
-0x6651 027832 copy regb ,pdata 
-0x6652 027833 istore 3 ,rega 
-:      027835 iic_check_eeprom_standby:
-0x6653 027836 bpatchx patch32_5 ,mem_patch32 
-0x6654 027837 jam 0 ,mem_iicd_tbuf + 3 
-:      027838 iic_check_eeprom_standby_wait:
-0x6655 027839 setarg 1 
-0x6656 027840 hstore 2 ,core_iicd_txlen 
-0x6657 027841 jam 0xa0 ,mem_iicd_tbuf 
-0x6658 027842 setarg mem_iicd_tbuf 
-0x6659 027843 hstore 2 ,core_iicd_txaddr 
-0x665a 027844 setarg 0 
-0x665b 027845 hstore 2 ,core_iicd_rxlen 
-0x665c 027846 hstore 2 ,core_iicd_rxaddr 
-0x665d 027847 setarg 3 
-0x665e 027848 hstore 1 ,core_iicd_ctrl 
-0x665f 027849 jam iicd_start ,core_misc_ctrl 
-0x6660 027850 call wait_iicd_done 
-0x6661 027851 hfetch 1 ,core_dma_status 
-0x6662 027852 rtnbit0 iicd_ack 
-0x6663 027853 nop 1500 
-0x6664 027854 fetch 1 ,mem_iicd_tbuf + 3 
-0x6665 027855 increase 1 ,pdata 
-0x6666 027856 store 1 ,mem_iicd_tbuf + 3 
-0x6667 027857 sub pdata ,40 ,null 
-0x6668 027858 nrtn positive 
-0x6669 027859 branch iic_check_eeprom_standby_wait 
-:      027863 otp_enable_chgpump:
-0x666a 027864 jam 0x70 ,rfen_chgpump 
-0x666b 027865 nop param_chgpump_delay 
-0x666c 027866 rtn 
-:      027868 otp_disable_chgpump:
-0x666d 027869 jam 0x30 ,rfen_chgpump 
-0x666e 027870 rtn 
-:      027872 otp_set_addr:
-0x666f 027873 lshift3 pdata ,pdata 
-0x6670 027874 hstore 2 ,core_otp_addr 
-0x6671 027875 jam 0 ,core_otpd_ctrl 
-0x6672 027876 rtn 
-:      027879 otp_write:
-0x6673 027880 call otp_set_addr 
-0x6674 027881 call otp_ce 
-:      027882 otp_program:
-0x6675 027883 ifetcht 1 ,rega 
-0x6676 027884 increase 1 ,rega 
-0x6677 027885 force 0 ,queue 
-:      027886 otp_program_bit:
-0x6678 027887 qisolate0 temp 
-0x6679 027888 branch otp_skip_0 ,true 
-0x667a 027889 hfetch 1 ,core_otp_din 
-0x667b 027890 set1 6 ,pdata 
-0x667c 027891 set1 7 ,pdata 
-0x667d 027892 hstore 1 ,core_otp_din 
-0x667e 027893 jam 0x02 ,core_otp_ctrl 
-0x667f 027894 jam 0x82 ,core_otp_ctrl 
-0x6680 027895 set0 7 ,pdata 
-0x6681 027896 hstore 1 ,core_otp_din 
-0x6682 027897 jam 0x8a ,core_otp_ctrl 
-0x6683 027898 nop 11 
-0x6684 027899 jam 0xca ,core_otp_ctrl 
-0x6685 027900 nop 33 
-0x6686 027901 jam 0x4a ,core_otp_ctrl 
-0x6687 027902 nop 44 
-0x6688 027903 jam 0xca ,core_otp_ctrl 
-0x6689 027904 nop 22 
-0x668a 027905 jam 0x8a ,core_otp_ctrl 
-0x668b 027906 nop 33 
-0x668c 027907 jam 0x82 ,core_otp_ctrl 
-0x668d 027908 nop 1 
-0x668e 027909 jam 0x92 ,core_otp_ctrl 
-0x668f 027910 nop 10 
-0x6690 027911 jam 0xb2 ,core_otp_ctrl 
-0x6691 027912 hfetch 1 ,core_otp_rdata 
-0x6692 027913 jam 0x92 ,core_otp_ctrl 
-0x6693 027914 nop 1 
-0x6694 027915 jam 0x82 ,core_otp_ctrl 
-0x6695 027916 qisolate0 pdata 
-0x6696 027917 branch otp_program_bit ,true 
-:      027918 otp_skip_0:
-0x6697 027919 hfetch 2 ,core_otp_addr 
-0x6698 027920 increase 1 ,pdata 
-0x6699 027921 hstore 2 ,core_otp_addr 
-0x669a 027922 increase 1 ,queue 
-0x669b 027923 compare 8 ,queue ,0xf 
-0x669c 027924 nbranch otp_program_bit ,true 
-0x669d 027925 loop otp_program 
-0x669e 027926 jam 0x83 ,core_otp_ctrl 
-0x669f 027927 rtn 
-:      027929 otp_ce:
-0x66a0 027930 jam 0x82 ,core_otp_ctrl 
-0x66a1 027931 nop 12 
-0x66a2 027932 jam 0x80 ,core_otp_ctrl 
-0x66a3 027933 jam 0x82 ,core_otp_ctrl 
-0x66a4 027934 nop 150 
-0x66a5 027935 rtn 
-:      027938 otpd_read_init:
-0x66a6 027939 call otp_ce 
-0x66a7 027940 jam 0xa2 ,core_otp_ctrl 
-0x66a8 027941 deposit rega 
-0x66a9 027942 hstore 2 ,core_otpd_addr 
-0x66aa 027943 set1 11 ,temp 
-0x66ab 027944 isolate0 15 ,pdata 
-0x66ac 027945 setflag true ,15 ,temp 
-0x66ad 027946 hstoret 2 ,core_otpd_len 
-0x66ae 027947 jam otpd_start ,core_misc_ctrl 
-0x66af 027948 rtn 
-:      027950 otpd_wait_end:
-0x66b0 027951 hfetch 1 ,core_dma_status 
-0x66b1 027952 bbit0 otpd_done ,otpd_wait_end 
-0x66b2 027953 rtn 
-:      027956 otpd_read_data:
-0x66b3 027957 call otp_set_addr 
-0x66b4 027958 call otpd_read_init 
-0x66b5 027959 call otpd_wait_end 
-0x66b6 027960 jam 0x83 ,core_otp_ctrl 
-0x66b7 027961 rtn 
-:      027966 otpd_read_code:
-0x66b8 027967 hfetch 2 ,core_current_otp_addr 
-0x66b9 027968 hstore 2 ,core_otp_addr 
-0x66ba 027969 call otpd_read_init 
-0x66bb 027970 arg otpd_done ,queue 
-0x66bc 027971 call decrypt_code 
-0x66bd 027972 call otpd_wait_end 
-0x66be 027973 isolate1 otpd_crcok ,pdata 
-0x66bf 027974 call set_ucode_status 
-0x66c0 027975 jam 0x83 ,core_otp_ctrl 
-0x66c1 027976 rtn 
-:      027979 uartd_prepare_tx:
-0x66c2 027980 hfetch 2 ,core_uart_twptr 
-0x66c3 027981 iforce contwu 
-0x66c4 027982 rtn 
-:      027984 uartd_send:
-0x66c5 027985 deposit contwu 
-0x66c6 027986 hstore 2 ,core_uart_twptr 
-0x66c7 027987 rtn 
-:      027989 uartd_rxdone:
-0x66c8 027990 deposit contru 
-0x66c9 027991 hstore 2 ,core_uart_rrptr 
-0x66ca 027992 rtn 
-:      027994 uartd_prepare_rx:
-0x66cb 027995 hfetch 2 ,core_uart_rrptr 
-0x66cc 027996 copy pdata ,contru 
-0x66cd 027997 rtn 
-:      027999 uart_set_baud_by_mem:
-0x66ce 028000 fetch uart_baud_len ,mem_baud 
-0x66cf 028001 hstore uart_baud_len ,core_uart_baud 
-0x66d0 028002 rtn 
-:      028004 uart_copy_tx_bytes_fast:
-0x66d1 028005 deposit loopcnt 
-0x66d2 028006 rtn blank 
-:      028007 uart_copy_tx_bytes_fast_loop:
-0x66d3 028008 increase -8 ,loopcnt 
-0x66d4 028009 call uart_tx_8_bytes ,positive 
-0x66d5 028010 rtn zero 
-0x66d6 028011 branch uart_copy_tx_bytes_fast_loop ,positive 
-0x66d7 028012 increase 8 ,loopcnt 
-:      028013 uart_copy_tx_bytes_fast_loop_four:
-0x66d8 028014 increase -4 ,loopcnt 
-0x66d9 028015 call uart_tx_4_bytes ,positive 
-0x66da 028016 rtn zero 
-0x66db 028017 branch uart_copy_tx_bytes_fast_loop_four ,positive 
-0x66dc 028018 increase 4 ,loopcnt 
-0x66dd 028019 branch uart_copy_tx_bytes 
-:      028021 uart_tx_8_bytes:
-0x66de 028022 ifetch 8 ,contr 
-0x66df 028023 istore 8 ,contwu 
-0x66e0 028024 rtn 
-:      028026 uart_tx_4_bytes:
-0x66e1 028027 ifetch 4 ,contr 
-0x66e2 028028 istore 4 ,contwu 
-0x66e3 028029 rtn 
-:      028031 uart_copy_tx_bytes:
-0x66e4 028032 deposit loopcnt 
-0x66e5 028033 rtn blank 
-:      028034 uart_copy_tx_bytes_loop:
-0x66e6 028035 ifetch 1 ,contr 
-0x66e7 028036 istore 1 ,contwu 
-0x66e8 028037 loop uart_copy_tx_bytes_loop 
-0x66e9 028038 rtn 
-:      028040 uart_copy_rx_bytes_fast:
-0x66ea 028041 deposit loopcnt 
-0x66eb 028042 rtn blank 
-:      028043 uart_copy_rx_bytes_fast_loop:
-0x66ec 028044 increase -8 ,loopcnt 
-0x66ed 028045 call uart_rx_8_bytes ,positive 
-0x66ee 028046 rtn zero 
-0x66ef 028047 branch uart_copy_rx_bytes_fast_loop ,positive 
-0x66f0 028048 increase 8 ,loopcnt 
-:      028049 uart_copy_rx_bytes_fast_loop_four:
-0x66f1 028050 increase -4 ,loopcnt 
-0x66f2 028051 call uart_rx_4_bytes ,positive 
-0x66f3 028052 rtn zero 
-0x66f4 028053 branch uart_copy_rx_bytes_fast_loop_four ,positive 
-0x66f5 028054 increase 4 ,loopcnt 
-0x66f6 028055 branch uart_copy_rx_bytes 
-:      028057 uart_rx_8_bytes:
-0x66f7 028058 ifetch 8 ,contru 
-0x66f8 028059 istore 8 ,contw 
-0x66f9 028060 rtn 
-:      028062 uart_rx_4_bytes:
-0x66fa 028063 ifetch 4 ,contru 
-0x66fb 028064 istore 4 ,contw 
-0x66fc 028065 rtn 
-:      028068 uart_copy_rx_bytes:
-0x66fd 028069 deposit loopcnt 
-0x66fe 028070 rtn blank 
-:      028071 uart_copy_rx_bytes_loop:
-0x66ff 028072 ifetch 1 ,contru 
-0x6700 028073 istore 1 ,contw 
-0x6701 028074 loop uart_copy_rx_bytes_loop 
-0x6702 028075 rtn 
-:      028078 uart_copy_rx2tx:
-0x6703 028079 deposit loopcnt 
-0x6704 028080 rtn blank 
-:      028081 uart_copy_rx2tx_loop:
-0x6705 028082 ifetch 1 ,contru 
-0x6706 028083 istore 1 ,contwu 
-0x6707 028084 loop uart_copy_rx2tx_loop 
-0x6708 028085 rtn 
-:      028090 app_store_nvram_event:
-0x6709 028091 jam bt_evt_store_nvram ,mem_fifo_temp 
-0x670a 028092 branch ui_ipc_send_event 
-:      028094 check_51cmd_store_reconn_info:
-:      028095 check_51cmd_update_device_record:
-0x670b 028096 bpatchx patch32_6 ,mem_patch32 
-0x670c 028097 fetch 1 ,mem_nv_data_number 
-0x670d 028098 rtn blank 
-0x670e 028099 call check_nvram 
-0x670f 028100 call init_device_list ,zero 
-0x6710 028101 call nvram_find_addr_from_bd_list 
-:      028102 write_device_record:
-0x6711 028103 fetch 1 ,mem_nv_data_number 
-0x6712 028104 icopy regc 
-0x6713 028105 fetcht 2 ,mem_nv_data_ptr 
-0x6714 028106 storet 2 ,mem_list_item_ptr 
-:      028107 write_device_loop_find:
-0x6715 028108 copy regc ,pdata 
-0x6716 028109 branch app_store_nvram_event ,blank 
-0x6717 028110 increase -1 ,regc 
-0x6718 028111 copy temp ,rega 
-0x6719 028112 ifetch 1 ,rega 
-0x671a 028113 fetcht 1 ,mem_select_list_item 
-0x671b 028114 isub temp ,null 
-0x671c 028115 call set_index_finded_device ,zero 
-0x671d 028116 branch write_device_loop_find0 ,positive 
-0x671e 028117 ifetch 1 ,rega 
-0x671f 028118 increase 1 ,pdata 
-0x6720 028119 istore 1 ,rega 
-:      028120 write_device_loop_find0:
-0x6721 028121 fetcht 2 ,mem_list_item_ptr 
-0x6722 028122 increase nv_data_len ,temp 
-0x6723 028123 storet 2 ,mem_list_item_ptr 
-0x6724 028124 branch write_device_loop_find 
-:      028126 set_index_finded_device:
-0x6725 028127 setarg 0 
-0x6726 028128 istore 1 ,rega 
-0x6727 028129 fetch 1 ,mem_temp_reconn_record 
-0x6728 028130 istore 1 ,contw 
-0x6729 028131 bne rec_3_mode ,set_index_finded_device_ble_mode 
-0x672a 028132 arg mem_link_key ,regb 
-:      028133 set_index_find_device_master_addr:
-0x672b 028134 ifetch 6 ,contr 
-0x672c 028135 istore 8 ,contw 
-0x672d 028136 setarg 0 
-0x672e 028137 istore 8 ,contw 
-0x672f 028138 copy regb ,contr 
-:      028139 store_rec_data_common:
-0x6730 028140 call memcpy16 
-0x6731 028141 force 1 ,null 
-0x6732 028142 rtn 
-:      028144 set_index_finded_device_ble_mode:
-0x6733 028145 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
-0x6734 028146 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
-0x6735 028147 arg mem_le_ltk ,regb 
-0x6736 028148 branch set_index_find_device_master_addr 
-:      028150 set_index_finded_device_irk:
-0x6737 028151 arg mem_le_irk ,contr 
-0x6738 028152 call memcpy16 
-:      028153 store_ble_rec_data_common:
-0x6739 028154 arg mem_le_ltk ,contr 
-0x673a 028155 branch store_rec_data_common 
-:      028157 set_index_finded_device_ediv:
-0x673b 028158 arg mem_le_rand ,contr 
-0x673c 028159 call memcpy16 
-0x673d 028160 branch store_ble_rec_data_common 
-:      028163 nvram_find_addr_from_bd_list:
-0x673e 028164 call disable_user 
-0x673f 028165 fetch 1 ,mem_nv_data_number 
-0x6740 028166 rtn blank 
-0x6741 028167 fetch 2 ,mem_ui_state_map 
-0x6742 028168 bbit1 ui_state_bt_connected ,find_addr_from_bd_list_spp_mode 
-:      028169 find_addr_from_bd_list_ble_mode:
-0x6743 028170 bpatchx patch32_7 ,mem_patch32 
-0x6744 028171 fetch 1 ,mem_le_conn_peer_addr_type 
-0x6745 028172 beq master_public_addr ,find_addr_from_bd_list_static_addr 
-0x6746 028173 fetch 1 ,mem_le_plap + 5 
-0x6747 028174 compare 0xc0 ,pdata ,0xc0 
-0x6748 028175 branch find_addr_from_bd_list_static_addr ,true 
-0x6749 028176 compare 0x40 ,pdata ,0xc0 
-0x674a 028177 branch find_addr_from_bd_list_random_addr ,true 
-0x674b 028178 compare 0x00 ,pdata ,0xc0 
-0x674c 028179 branch find_addr_from_bd_list_random_non_resolvable_private_address ,true 
-:      028180 find_addr_from_bd_list_static_addr:
-0x674d 028181 jam rec_4_mode_static_address ,mem_temp_reconn_record 
-0x674e 028182 fetch 6 ,mem_le_plap 
-0x674f 028183 branch find_addr_from_bd_list_common 
-:      028185 find_addr_from_bd_list_random_non_resolvable_private_address:
-0x6750 028186 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
-0x6751 028187 branch find_addr_from_bd_list_common 
-:      028190 find_addr_from_bd_list_random_addr:
-0x6752 028191 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
-0x6753 028192 branch find_addr_from_bd_list_common 
-:      028195 find_addr_from_bd_list_spp_mode:
-0x6754 028196 bpatchx patch33_0 ,mem_patch33 
-0x6755 028197 jam rec_3_mode ,mem_temp_reconn_record 
-0x6756 028198 fetch 6 ,mem_plap 
-:      028199 find_addr_from_bd_list_common:
-0x6757 028200 store 6 ,mem_temp_reconn_record + 1 
-0x6758 028201 fetch 2 ,mem_nv_data_ptr 
-0x6759 028202 ifetcht 1 ,pdata 
-0x675a 028203 pincrease 1 
-0x675b 028204 store 2 ,mem_list_item_ptr 
-0x675c 028205 storet 1 ,mem_select_list_item 
-0x675d 028206 fetch 1 ,mem_nv_data_number 
-0x675e 028207 icopy regc 
-:      028208 nvram_find_addr_from_list:
-0x675f 028209 fetch 2 ,mem_list_item_ptr 
-0x6760 028210 copy pdata ,rega 
-0x6761 028211 call nvram_find_addr_from_list_compare 
-0x6762 028212 rtn user 
-0x6763 028213 fetcht 2 ,mem_list_item_ptr 
-0x6764 028214 increase nv_data_len ,temp 
-0x6765 028215 storet 2 ,mem_list_item_ptr 
-0x6766 028216 increase -1 ,temp 
-0x6767 028217 ifetch 1 ,temp 
-0x6768 028218 store 1 ,mem_select_list_item 
-0x6769 028219 increase -1 ,regc 
-0x676a 028220 nbranch nvram_find_addr_from_list ,zero 
-0x676b 028221 fetch 1 ,mem_nv_data_number 
-0x676c 028222 pincrease decreased_one 
-0x676d 028223 store 1 ,mem_select_list_item 
-0x676e 028224 rtn 
-:      028225 nvram_find_addr_from_list_compare:
-0x676f 028226 fetch 1 ,mem_temp_reconn_record 
-0x6770 028227 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
-:      028228 find_master_addr_from_list_compare:
-0x6771 028229 arg mem_temp_reconn_record ,regb 
-0x6772 028230 arg 7 ,loopcnt 
-0x6773 028231 call string_compare 
-0x6774 028232 branch enable_user ,zero 
-0x6775 028233 rtn 
-:      028235 find_addr_from_list_compare_ble_mode:
-0x6776 028236 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
-0x6777 028237 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
-0x6778 028238 branch find_master_addr_from_list_compare 
-:      028240 find_irk_form_list_compare:
-0x6779 028241 ifetcht 1 ,rega 
-0x677a 028242 isub temp ,null 
-0x677b 028243 nrtn zero 
-0x677c 028244 arg mem_le_prand ,contw 
-0x677d 028245 arg 16 ,loopcnt 
-0x677e 028246 call clear_mem 
-0x677f 028247 fetch 3 ,mem_le_plap + 3 
-0x6780 028248 store 3 ,mem_le_prand 
-0x6781 028249 call genernate_master_macaddress 
-0x6782 028250 fetch 2 ,mem_le_aes_128 + 13 
-0x6783 028251 byteswap pdata ,pdata 
-0x6784 028252 lshift8 pdata ,temp 
-0x6785 028253 ifetch 1 ,contr 
-0x6786 028254 iadd temp ,pdata 
-0x6787 028255 fetcht 3 ,mem_le_plap 
-0x6788 028256 isub temp ,null 
-0x6789 028257 branch enable_user ,zero 
-0x678a 028258 rtn 
-:      028261 genernate_master_macaddress:
-0x678b 028262 arg mem_le_prand ,contr 
-0x678c 028263 call load_data128 
-0x678d 028265 ifetch 1 ,rega 
-0x678e 028266 call load_regext 
-0x678f 028267 force 0x38 ,aes_ctrl 
-0x6790 028268 force 0x0 ,aes_ctrl 
-0x6791 028269 call wait_aes 
-0x6792 028270 arg mem_le_aes_128 ,contw 
-0x6793 028271 branch store_aes_result 
-:      028273 find_ediv_form_list_compare:
-0x6794 028274 ifetcht 1 ,rega 
-0x6795 028275 isub temp ,null 
-0x6796 028276 nrtn zero 
-0x6797 028277 copy contr ,rega 
-0x6798 028278 add contr ,8 ,regc 
-0x6799 028279 arg mem_le_rand ,regb 
-0x679a 028280 arg 8 ,loopcnt 
-0x679b 028281 call string_compare 
-0x679c 028282 branch enable_user ,zero 
-0x679d 028283 copy regc ,rega 
-0x679e 028284 arg mem_le_irk ,regb 
-0x679f 028285 arg 8 ,loopcnt 
-0x67a0 028286 call string_compare 
-0x67a1 028287 branch enable_user ,zero 
-0x67a2 028288 rtn 
-:      028290 check_nvram:
-0x67a3 028291 fetch 2 ,mem_nv_data_ptr 
-0x67a4 028292 ifetcht 1 ,pdata 
-0x67a5 028293 pincrease nv_data_len 
-0x67a6 028294 ifetch 1 ,pdata 
-0x67a7 028295 isub temp ,null 
-0x67a8 028296 rtn 
-:      028298 init_device_list:
-0x67a9 028299 fetch 1 ,mem_nv_data_number 
-0x67aa 028300 icopy loopcnt 
-0x67ab 028301 fetcht 2 ,mem_nv_data_ptr 
-0x67ac 028302 setarg 0 
-:      028303 init_device_list_loop:
-0x67ad 028304 istore 1 ,temp 
-0x67ae 028305 increase nv_data_len ,temp 
-0x67af 028306 pincrease 1 
-0x67b0 028307 loop init_device_list_loop 
-0x67b1 028308 rtn 
-:      028310 load_device_list:
-0x67b2 028311 bpatchx patch33_1 ,mem_patch33 
-0x67b3 028312 call nvram_find_addr_from_bd_list 
-0x67b4 028313 fetch 1 ,mem_state 
-0x67b5 028314 setflag user ,state_combkey ,pdata 
-0x67b6 028315 store 1 ,mem_state 
-0x67b7 028316 nbranch clear_key_exists ,user 
-0x67b8 028317 add rega ,10 ,contr 
-0x67b9 028319 arg mem_link_key ,contw 
-0x67ba 028320 call memcpy16 
-0x67bb 028321 branch check_link_key_load 
-:      028322 clear_key_exists:
-0x67bc 028323 jam 0 ,mem_link_key_exists 
-0x67bd 028324 rtn 
-:      028326 load_device_list_mode_4:
-0x67be 028327 fetch 9 ,mem_le_ediv 
-0x67bf 028328 branch clear_ltk_exists ,blank 
-0x67c0 028329 call nvram_find_addr_from_bd_list 
-0x67c1 028330 nbranch clear_ltk_exists ,user 
-0x67c2 028331 fetch 2 ,mem_list_item_ptr 
-0x67c3 028332 add pdata ,1 ,contr 
-0x67c4 028333 arg mem_le_irk ,contw 
-0x67c5 028334 call memcpy16 
-0x67c6 028335 arg mem_le_ltk ,contw 
-0x67c7 028336 call memcpy16 
-0x67c8 028337 jam 1 ,mem_ltk_exists 
-0x67c9 028338 rtn 
-:      028340 clear_ltk_exists:
-0x67ca 028341 jam 0 ,mem_ltk_exists 
-0x67cb 028342 rtn 
-:      028345 eeprom_store_le_reconn_info:
-0x67cc 028346 fetch 6 ,mem_le_plap 
-0x67cd 028347 store 6 ,mem_temp_lap 
-0x67ce 028348 jam rec_4_mode ,mem_record_bt_mode 
-0x67cf 028349 branch eeprom_store_reconn_info 
-:      028350 eeprom_store_bd_reconn_info:
-0x67d0 028351 fetch 6 ,mem_plap 
-0x67d1 028352 store 6 ,mem_temp_lap 
-0x67d2 028353 jam rec_3_mode ,mem_record_bt_mode 
-:      028354 eeprom_store_reconn_info:
-0x67d3 028355 fetch 1 ,mem_device_option 
-0x67d4 028356 beq dvc_op_module ,check_51cmd_update_device_record 
-0x67d5 028357 bbit1 dvc_op_mouse ,mouse_store_remote_bdaddr 
-0x67d6 028358 rtn 
-:      028361 check_link_key_load:
-0x67d7 028362 fetch 8 ,mem_link_key 
-0x67d8 028363 fetcht 8 ,mem_link_key + 8 
-0x67d9 028364 ior temp ,pdata 
-0x67da 028365 rtn blank 
-0x67db 028366 jam 1 ,mem_link_key_exists 
-0x67dc 028367 rtn 
-:      028374 gpio_set_wake_by_current_state:
-0x67dd 028375 bpatchx patch33_2 ,mem_patch33 
-0x67de 028376 set1 7 ,temp 
-0x67df 028377 call gpio_get_bit 
-0x67e0 028378 nsetflag true ,7 ,temp 
-:      028383 gpio_set_wake:
-0x67e1 028384 bpatchx patch33_3 ,mem_patch33 
-0x67e2 028385 sub temp ,ui_button_gpio_disable ,null 
-0x67e3 028386 rtn zero 
-0x67e4 028387 isolate0 7 ,temp 
-0x67e5 028388 and temp ,0x1f ,queue 
-0x67e6 028389 fetch 4 ,mem_gpio_wakeup_low 
-0x67e7 028390 qsetflag true ,pdata 
-0x67e8 028391 store 4 ,mem_gpio_wakeup_low 
-0x67e9 028392 fetch 4 ,mem_gpio_wakeup_high 
-0x67ea 028393 nqsetflag true ,pdata 
-0x67eb 028394 store 4 ,mem_gpio_wakeup_high 
-0x67ec 028395 rtn 
-:      028398 gpio_clr_wake:
-0x67ed 028399 bpatchx patch33_4 ,mem_patch33 
-0x67ee 028400 sub temp ,ui_button_gpio_disable ,null 
-0x67ef 028401 rtn zero 
-0x67f0 028402 isolate0 7 ,temp 
-0x67f1 028403 and temp ,0x1f ,queue 
-0x67f2 028404 fetch 4 ,mem_gpio_wakeup_low 
-0x67f3 028405 qset0 pdata 
-0x67f4 028406 store 4 ,mem_gpio_wakeup_low 
-0x67f5 028407 fetch 4 ,mem_gpio_wakeup_high 
-0x67f6 028408 qset0 pdata 
-0x67f7 028409 store 4 ,mem_gpio_wakeup_high 
-0x67f8 028410 rtn 
-:      028413 gpio_config_input_nowake:
-0x67f9 028414 call gpio_clr_wake 
-0x67fa 028415 branch gpio_config_input_without_wake 
-:      028418 gpio_config_input:
-0x67fb 028419 sub temp ,ui_button_gpio_disable ,null 
-0x67fc 028420 rtn zero 
-0x67fd 028421 ncall gpio_set_wake ,wake 
-:      028423 gpio_config_input_without_wake:
-0x67fe 028424 arg core_gpio_pd0 ,contw 
-0x67ff 028425 call gpio_set_bit 
-0x6800 028426 setflip gpio_active_bit ,temp 
-0x6801 028427 arg core_gpio_pu0 ,contw 
-0x6802 028428 call gpio_set_bit 
-0x6803 028429 set0 gpio_active_bit ,temp 
-0x6804 028430 arg core_gpio_oe0 ,contw 
-0x6805 028431 branch gpio_set_bit 
-:      028434 gpio_set_high_impedance:
-0x6806 028435 arg core_gpio_pd0 ,contw 
-0x6807 028436 call gpio_set_bit 
-0x6808 028437 set0 gpio_active_bit ,temp 
-0x6809 028438 arg core_gpio_pu0 ,contw 
-0x680a 028439 call gpio_set_bit 
-0x680b 028440 set0 gpio_active_bit ,temp 
-0x680c 028441 arg core_gpio_oe0 ,contw 
-0x680d 028442 branch gpio_set_bit 
-:      028446 gpio_config_output:
-0x680e 028447 sub temp ,ui_button_gpio_disable ,null 
-0x680f 028448 rtn zero 
-0x6810 028449 setflip gpio_active_bit ,temp 
-0x6811 028450 call gpio_out 
-:      028451 gpio_config_output0:
-0x6812 028452 set1 gpio_active_bit ,temp 
-0x6813 028453 arg core_gpio_oe0 ,contw 
-0x6814 028454 branch gpio_set_bit 
-:      028456 gpio_common:
-0x6815 028457 and temp ,0x07 ,queue 
-0x6816 028458 rshift3 temp ,pdata 
-0x6817 028459 and_into 3 ,pdata 
-0x6818 028460 iadd contw ,contw 
-0x6819 028461 ifetch 1 ,contw 
-0x681a 028462 rtn 
-:      028464 gpio_check_active:
-0x681b 028465 arg core_gpio_out0 ,contw 
-0x681c 028466 branch get_bit_common 
-:      028470 gpio_get_bit:
-0x681d 028471 arg core_gpio_in ,contw 
-:      028472 get_bit_common:
-0x681e 028473 call gpio_common 
-0x681f 028474 isolate1 gpio_active_bit ,temp 
-0x6820 028475 branch gpio_get_bit_reverse ,true 
-0x6821 028476 qisolate0 pdata 
-0x6822 028477 rtn 
-:      028478 gpio_get_bit_reverse:
-0x6823 028479 qisolate1 pdata 
-0x6824 028480 rtn 
-:      028482 gpio_out_inactive:
-0x6825 028483 sub temp ,ui_button_gpio_disable ,null 
-0x6826 028484 rtn zero 
-0x6827 028485 isolate1 7 ,null 
-0x6828 028486 branch gpio_out_flag 
-:      028488 gpio_out_active:
-0x6829 028489 sub temp ,ui_button_gpio_disable ,null 
-0x682a 028490 rtn zero 
-0x682b 028491 isolate0 7 ,null 
-:      028494 gpio_out_flag:
-0x682c 028495 setarg 0 
-0x682d 028496 nsetflag true ,gpio_active_bit ,pdata 
-0x682e 028497 ixor temp ,temp 
-:      028500 gpio_out:
-0x682f 028501 arg core_gpio_out0 ,contw 
-:      028504 gpio_set_bit:
-0x6830 028505 call gpio_common 
-0x6831 028506 isolate1 gpio_active_bit ,temp 
-0x6832 028507 qsetflag true ,pdata 
-0x6833 028508 istore 1 ,contw 
-0x6834 028509 rtn 
-:      028511 gpio_set_before_lpm_common:
-0x6835 028512 arg -1 ,rega 
-0x6836 028513 hfetch 1 ,core_gpio_sel1 
-0x6837 028514 compare 0x02 ,pdata ,0x03 
-0x6838 028515 call neglact4_from_23_pin ,true 
-0x6839 028517 compare 0x01 ,pdata ,0x03 
-0x683a 028518 call neglact2_form_25_pin ,true 
-0x683b 028520 compare 0x03 ,pdata ,0x03 
-0x683c 028521 call neglact2_form_25_pin ,true 
-0x683d 028523 isolate1 2 ,pdata 
-0x683e 028524 call neglect2_from_6_pin ,true 
-0x683f 028526 isolate1 3 ,pdata 
-0x6840 028527 call neglect4_from_9_pin ,true 
-0x6841 028529 isolate1 4 ,pdata 
-0x6842 028530 call neglact2_form_30_pin ,true 
-0x6843 028532 isolate1 6 ,pdata 
-0x6844 028533 nsetflag true ,04 ,rega 
-0x6845 028535 isolate1 7 ,pdata 
-0x6846 028536 nsetflag true ,05 ,rega 
-0x6847 028538 hfetch 1 ,core_gpio_sel2 
-0x6848 028539 isolate1 0 ,pdata 
-0x6849 028540 nsetflag true ,27 ,rega 
-0x684a 028541 isolate1 1 ,pdata 
-0x684b 028542 nsetflag true ,28 ,rega 
-0x684c 028543 isolate1 2 ,pdata 
-0x684d 028544 nsetflag true ,03 ,rega 
-0x684e 028545 isolate1 3 ,pdata 
-0x684f 028546 nsetflag true ,08 ,rega 
-0x6850 028547 isolate1 4 ,pdata 
-0x6851 028548 nsetflag true ,20 ,rega 
-0x6852 028549 isolate1 5 ,pdata 
-0x6853 028550 nsetflag true ,21 ,rega 
-0x6854 028551 isolate1 6 ,pdata 
-0x6855 028552 nsetflag true ,22 ,rega 
-0x6856 028553 isolate1 7 ,pdata 
-0x6857 028554 nsetflag true ,23 ,rega 
-0x6858 028556 hfetch 1 ,core_gpio_sel 
-0x6859 028557 isolate1 0 ,pdata 
-0x685a 028558 nsetflag true ,05 ,rega 
-0x685b 028559 isolate1 1 ,pdata 
-0x685c 028560 nsetflag true ,06 ,rega 
-0x685d 028561 isolate1 2 ,pdata 
-0x685e 028562 nsetflag true ,07 ,rega 
-0x685f 028563 isolate1 3 ,pdata 
-0x6860 028564 nsetflag true ,18 ,rega 
-0x6861 028565 isolate1 4 ,pdata 
-0x6862 028566 nsetflag true ,19 ,rega 
-0x6863 028567 isolate1 5 ,pdata 
-0x6864 028568 nsetflag true ,20 ,rega 
-0x6865 028569 isolate1 6 ,pdata 
-0x6866 028570 nsetflag true ,21 ,rega 
-0x6867 028571 isolate1 7 ,pdata 
-0x6868 028572 nsetflag true ,22 ,rega 
-0x6869 028574 hfetch 1 ,core_uart_ctrl 
-0x686a 028575 isolate1 4 ,pdata 
-0x686b 028576 call neglact2_form_2_pin ,true 
-0x686c 028577 bpatchx patch33_5 ,mem_patch33 
-0x686d 028579 hfetch 4 ,core_gpio_pu0 
-0x686e 028580 hfetcht 4 ,core_gpio_pd0 
-0x686f 028581 ior temp ,pdata 
-0x6870 028582 invert pdata ,pdata 
-0x6871 028583 iand rega ,pdata 
-0x6872 028585 hstore 4 ,core_gpio_oe0 
-0x6873 028586 rtn 
-:      028589 neglect2_from_6_pin:
-0x6874 028590 arg 6 ,queue 
-0x6875 028591 branch neglect_2_pin 
-:      028592 neglect4_from_9_pin:
-0x6876 028593 arg 9 ,queue 
-0x6877 028594 branch neglact_4_pin 
-:      028595 neglact4_from_23_pin:
-0x6878 028596 arg 23 ,queue 
-0x6879 028597 branch neglact_4_pin 
-:      028598 neglact2_form_25_pin:
-0x687a 028599 arg 25 ,queue 
-0x687b 028600 branch neglect_2_pin 
-:      028601 neglact2_form_30_pin:
-0x687c 028602 arg 30 ,queue 
-0x687d 028603 branch neglect_2_pin 
-:      028604 neglact2_form_2_pin:
-0x687e 028605 arg 2 ,queue 
-0x687f 028606 branch neglect_2_pin 
-:      028607 neglact_1_pin:
-0x6880 028608 arg 1 ,loopcnt 
-0x6881 028609 branch neglect_pin_loop 
-:      028610 neglact_4_pin:
-0x6882 028611 arg 4 ,loopcnt 
-0x6883 028612 branch neglect_pin_loop 
-:      028613 neglect_2_pin:
-0x6884 028614 arg 2 ,loopcnt 
-:      028615 neglect_pin_loop:
-0x6885 028616 qset0 rega 
-0x6886 028617 increase 1 ,queue 
-0x6887 028618 loop neglect_pin_loop 
-0x6888 028619 rtn 
-:      028627 gpio_cfg_uart_tx_output:
-0x6889 028628 call gpio_uart2gpio 
-0x688a 028629 arg uart_wakeup_tx ,temp 
-0x688b 028630 branch gpio_config_output 
-:      028632 gpio_pu_uart_tx:
-0x688c 028633 call gpio_cfg_uart_tx_output 
-0x688d 028634 arg uart_wakeup_tx ,temp 
-0x688e 028635 branch gpio_out_inactive 
-:      028639 gpio_rx_config_input_with_pu:
-0x688f 028640 call gpio_uart2gpio 
-0x6890 028641 hfetch 1 ,core_gpio_pu0 
-0x6891 028642 set1 uart_wakeup_rx ,pdata 
-0x6892 028643 hstore 1 ,core_gpio_pu0 
-0x6893 028644 arg uart_wakeup_rx ,temp 
-0x6894 028645 branch gpio_config_input 
-:      028647 gpio_uart2gpio:
-0x6895 028648 hfetch 1 ,core_gpio_sel1 
-0x6896 028649 and_into 0xfb ,pdata 
-0x6897 028650 hstore 1 ,core_gpio_sel1 
-0x6898 028651 rtn 
-:      028653 gpio_check_uart_state:
-0x6899 028654 hfetch 1 ,core_gpio_sel1 
-0x689a 028655 isolate1 2 ,pdata 
-0x689b 028656 rtn 
-:      028658 load_chip_option:
-0x689c 028659 call otp_enable_chgpump 
-0x689d 028660 setarg otp_chip_functions 
-0x689e 028661 arg mem_chip_functions ,rega 
-0x689f 028662 arg 0x02 ,temp 
-0x68a0 028663 call otpd_read_data 
-0x68a1 028664 branch otp_disable_chgpump 
-:      028667 load_adc_init:
-0x68a2 028668 call otp_enable_chgpump 
-0x68a3 028669 setarg otp_adc_io_0_5v_addr 
-0x68a4 028670 arg mem_0_5_adc_io_data ,rega 
-0x68a5 028671 arg 14 ,temp 
-0x68a6 028672 call otpd_read_data 
-0x68a7 028673 branch otp_disable_chgpump 
-:      028677 adc_init_data:
-0x68a8 028678 bpatchx patch33_6 ,mem_patch33 
-0x68a9 028680 call load_adc_init 
-0x68aa 028682 fetch 1 ,mem_adc_config_flag 
-0x68ab 028683 beq adc_config_vinlpm ,adc_init_data_vinlpm 
-0x68ac 028684 beq adc_config_hvin ,adc_init_data_hvin 
-0x68ad 028685 beq adc_config_gpio ,adc_init_data_io 
-0x68ae 028686 rtn 
-:      028688 adc_init_data_vinlpm:
-0x68af 028689 fetcht 2 ,mem_otp_adc_flag 
-0x68b0 028690 setarg otp_adc_flag 
-0x68b1 028691 isub temp ,null 
-0x68b2 028692 branch adc_check_data_vinlpm ,zero 
-0x68b3 028693 setarg 0x4dfa 
-0x68b4 028694 store 2 ,mem_3v_adc_vinlpm_data 
-0x68b5 028695 setarg 0x4894 
-0x68b6 028696 store 2 ,mem_2v_adc_vinlpm_data 
-0x68b7 028697 branch set_vdd_reference_voltage_1v 
-:      028699 adc_check_data_vinlpm:
-0x68b8 028700 fetch 2 ,mem_3v_adc_vinlpm_data 
-0x68b9 028701 nbranch adc_check_2v_vinlpm ,blank 
-0x68ba 028702 setarg 0x4dfa 
-0x68bb 028703 store 2 ,mem_3v_adc_vinlpm_data 
-:      028704 adc_check_2v_vinlpm:
-0x68bc 028705 fetch 2 ,mem_2v_adc_vinlpm_data 
-0x68bd 028706 nbranch set_vdd_reference_voltage_1v ,blank 
-0x68be 028707 setarg 0x4894 
-0x68bf 028708 store 2 ,mem_2v_adc_vinlpm_data 
-:      028709 set_vdd_reference_voltage_1v:
-0x68c0 028710 setarg 100 
-0x68c1 028711 store 2 ,mem_reference_voltage 
-0x68c2 028712 rtn 
-:      028714 adc_init_data_hvin:
-0x68c3 028715 fetcht 2 ,mem_otp_adc_flag 
-0x68c4 028716 setarg otp_adc_flag 
-0x68c5 028717 isub temp ,null 
-0x68c6 028718 branch adc_check_data_hvin ,zero 
-0x68c7 028719 setarg 0x5932 
-0x68c8 028720 store 2 ,mem_5v_adc_hvin_data 
-0x68c9 028721 setarg 0x4323 
-0x68ca 028722 store 2 ,mem_1v_adc_hvin_data 
-0x68cb 028723 branch set_vdd_reference_voltage_4v 
-:      028725 adc_check_data_hvin:
-0x68cc 028726 fetch 2 ,mem_5v_adc_hvin_data 
-0x68cd 028727 nbranch adc_check_1v_hvin ,blank 
-0x68ce 028728 setarg 0x5932 
-0x68cf 028729 store 2 ,mem_5v_adc_hvin_data 
-:      028730 adc_check_1v_hvin:
-0x68d0 028731 fetch 2 ,mem_1v_adc_hvin_data 
-0x68d1 028732 nbranch set_vdd_reference_voltage_4v ,blank 
-0x68d2 028733 setarg 0x4323 
-0x68d3 028734 store 2 ,mem_1v_adc_hvin_data 
-:      028735 set_vdd_reference_voltage_4v:
-0x68d4 028736 setarg 400 
-0x68d5 028737 store 2 ,mem_reference_voltage 
-0x68d6 028738 rtn 
-:      028740 adc_init_data_io:
-0x68d7 028741 fetcht 2 ,mem_otp_adc_flag 
-0x68d8 028742 setarg otp_adc_flag 
-0x68d9 028743 isub temp ,null 
-0x68da 028744 branch adc_check_data_io ,zero 
-0x68db 028745 setarg 0x6946 
-0x68dc 028746 store 2 ,mem_1v_adc_io_data 
-0x68dd 028747 setarg 0x5377 
-0x68de 028748 store 2 ,mem_0_5_adc_io_data 
-0x68df 028749 branch set_vdd_reference_voltage_0_5v 
-:      028751 adc_check_data_io:
-0x68e0 028752 fetch 2 ,mem_1v_adc_io_data 
-0x68e1 028753 nbranch adc_check_0_5v_io ,blank 
-0x68e2 028754 setarg 0x6946 
-0x68e3 028755 store 2 ,mem_1v_adc_io_data 
-:      028756 adc_check_0_5v_io:
-0x68e4 028757 fetch 2 ,mem_0_5_adc_io_data 
-0x68e5 028758 nbranch set_vdd_reference_voltage_0_5v ,blank 
-0x68e6 028759 setarg 0x5377 
-0x68e7 028760 store 2 ,mem_0_5_adc_io_data 
-:      028761 set_vdd_reference_voltage_0_5v:
-0x68e8 028762 setarg 50 
-0x68e9 028763 store 2 ,mem_reference_voltage 
-0x68ea 028764 rtn 
-:      028767 adc_set_mode:
-0x68eb 028768 fetch 1 ,mem_adc_config_flag 
-0x68ec 028769 beq adc_config_vinlpm ,adc_check_vinlpm 
-0x68ed 028770 beq adc_config_hvin ,adc_check_hvin 
-0x68ee 028771 beq adc_config_gpio ,adc_check_gpio 
-0x68ef 028772 rtn 
-:      028773 adc_check_vinlpm:
-0x68f0 028774 jam 0xbf ,rf_adc_mode 
-0x68f1 028775 branch read_adc 
-:      028776 adc_check_hvin:
-0x68f2 028777 jam 0xaf ,rf_adc_mode 
-0x68f3 028778 branch read_adc 
-:      028779 adc_check_gpio:
-0x68f4 028780 jam 0x8f ,rf_adc_mode 
-0x68f5 028781 fetch 1 ,mem_adc_channel 
-0x68f6 028782 hstore 1 ,rf_adc_ch 
-0x68f7 028783 branch read_adc 
-:      028784 read_adc:
-0x68f8 028785 bpatchx patch33_7 ,mem_patch33 
-0x68f9 028786 hfetch 1 ,core_uart_baud + 1 
-0x68fa 028787 set1 7 ,pdata 
-0x68fb 028788 hstore 1 ,core_uart_baud + 1 
-0x68fc 028789 hfetch 1 ,rf_adc_ch 
-0x68fd 028790 or_into 0x30 ,pdata 
-0x68fe 028791 hstore 1 ,rf_adc_ch 
-0x68ff 028792 jam 0x7c ,rfen_adc 
-0x6900 028793 jam 0xaa ,rf_adc_gc 
-0x6901 028794 nop 5000 
-0x6902 028795 hfetcht 2 ,core_adc_sum 
-0x6903 028796 hfetch 1 ,core_uart_baud + 1 
-0x6904 028797 set0 7 ,pdata 
-0x6905 028798 hstore 1 ,core_uart_baud + 1 
-0x6906 028799 storet 2 ,mem_adc_current_value 
-0x6907 028800 rtn 
-:      028802 vdd_calculate_by_mode:
-0x6908 028803 bpatchx patch34_0 ,mem_patch34 
-0x6909 028804 fetch 1 ,mem_adc_config_flag 
-0x690a 028805 beq adc_config_vinlpm ,vdd_calculate_vinlpm 
-0x690b 028806 beq adc_config_hvin ,vdd_calculate_hvin 
-0x690c 028807 beq adc_config_gpio ,vdd_calculate_io 
-0x690d 028808 rtn 
-:      028810 vdd_calculate_vinlpm:
-0x690e 028811 fetch 2 ,mem_3v_adc_vinlpm_data 
-0x690f 028812 fetcht 2 ,mem_2v_adc_vinlpm_data 
-0x6910 028813 arg 200 ,regc 
-0x6911 028814 branch vdd_calculate 
-:      028816 vdd_calculate_hvin:
-0x6912 028817 fetch 2 ,mem_5v_adc_hvin_data 
-0x6913 028818 fetcht 2 ,mem_1v_adc_hvin_data 
-0x6914 028819 arg 100 ,regc 
-0x6915 028820 branch vdd_calculate 
-:      028822 vdd_calculate_io:
-0x6916 028823 fetch 2 ,mem_1v_adc_io_data 
-0x6917 028824 fetcht 2 ,mem_0_5_adc_io_data 
-0x6918 028825 arg 50 ,regc 
-0x6919 028826 branch vdd_calculate 
-:      028828 vdd_calculate:
-0x691a 028829 isub temp ,rega 
-0x691b 028830 fetch 2 ,mem_adc_current_value 
-0x691c 028831 isub temp ,pdata 
-0x691d 028832 nbranch vdd_calculate1 ,positive 
-0x691e 028833 fetcht 2 ,mem_reference_voltage 
-0x691f 028834 imul32 temp ,regb 
-0x6920 028835 copy regc ,pdata 
-0x6921 028836 imul32 rega ,pdata 
-0x6922 028837 iadd regb ,pdata 
-:      028838 vdd_calculate2:
-0x6923 028839 idiv rega 
-0x6924 028840 call wait_div_end 
-0x6925 028841 quotient pdata 
-0x6926 028842 rtn 
-:      028844 vdd_calculate1:
-0x6927 028845 copy temp ,pdata 
-0x6928 028846 fetcht 2 ,mem_adc_current_value 
-0x6929 028847 isub temp ,pdata 
-0x692a 028848 fetcht 2 ,mem_reference_voltage 
-0x692b 028849 imul32 temp ,regb 
-0x692c 028850 copy regc ,pdata 
-0x692d 028851 imul32 rega ,pdata 
-0x692e 028852 isub regb ,pdata 
-0x692f 028853 branch vdd_calculate2 
-:      028864 adc_bat_percent_lowpower_out:
-0x6930 028865 ifetch 8 ,rega 
-0x6931 028866 store 8 ,mem_pdatatemp 
-0x6932 028867 fetch 2 ,mem_pdatatemp 
-0x6933 028868 fetcht 2 ,mem_pdatatemp + 2 
-0x6934 028869 isub temp ,rega 
-0x6935 028870 fetch 2 ,mem_pdatatemp + 6 
-0x6936 028871 isub temp ,regb 
-0x6937 028872 fetcht 2 ,mem_pdatatemp + 4 
-0x6938 028873 isub temp ,null 
-0x6939 028874 ncall adc_set_low_power_flag ,positive 
-0x693a 028875 mul32 regb ,100 ,pdata 
-0x693b 028876 idiv rega 
-0x693c 028877 call wait_div_end 
-0x693d 028878 quotient pdata 
-0x693e 028879 call adc_set_no_power_flag ,blank 
-0x693f 028880 rtn 
-:      028881 adc_set_low_power_flag:
-0x6940 028882 fetch 1 ,mem_adc_power_flag 
-0x6941 028883 set1 0 ,pdata 
-0x6942 028884 store 1 ,mem_adc_power_flag 
-0x6943 028885 rtn 
-:      028886 adc_set_no_power_flag:
-0x6944 028887 fetcht 1 ,mem_adc_power_flag 
-0x6945 028888 set1 1 ,temp 
-0x6946 028889 storet 1 ,mem_adc_power_flag 
-0x6947 028890 rtn 
-:      028895 keyscan_key_init:
-0x6948 028896 fetch 2 ,mem_key_num_ptr 
-0x6949 028897 ifetch 1 ,pdata 
-:      028898 keyscan_key_init_next:
-0x694a 028899 rtn blank 
-0x694b 028900 copy pdata ,loopcnt 
-0x694c 028902 fetch 2 ,mem_keyscan_ptr 
-0x694d 028903 increase 3 ,pdata 
-0x694e 028904 copy pdata ,rega 
-:      028905 keyscan_key_init_lp1:
-0x694f 028906 ifetcht 1 ,rega 
-0x6950 028907 call gpio_config_input 
-0x6951 028908 increase key_conf_struct_len ,rega 
-0x6952 028909 loop keyscan_key_init_lp1 
-:      028910 keyscan_key_init_end:
-0x6953 028911 rtn 
-:      028913 keyscan_scan_key:
-0x6954 028914 fetch 2 ,mem_keyscan_ptr 
-0x6955 028915 increase 3 ,pdata 
-0x6956 028916 copy pdata ,rega 
-0x6957 028918 force 0 ,regb 
-0x6958 028919 jam 0 ,mem_key_value_temp 
-:      028920 keyscan_scan_key_lp1:
-0x6959 028921 ifetcht 1 ,rega 
-0x695a 028922 call gpio_get_bit 
-0x695b 028923 bpatchx patch34_1 ,mem_patch34 
-0x695c 028924 fetch 2 ,mem_key_value_temp 
-0x695d 028925 copy regb ,queue 
-0x695e 028926 qsetflag true ,pdata 
-0x695f 028927 store 2 ,mem_key_value_temp 
-0x6960 028928 increase key_conf_struct_len ,rega 
-0x6961 028929 increase 1 ,regb 
-0x6962 028930 fetch 2 ,mem_key_num_ptr 
-0x6963 028931 ifetch 1 ,pdata 
-:      028932 keyscan_scan_key_lp1_next:
-0x6964 028933 ixor regb ,null 
-0x6965 028934 nbranch keyscan_scan_key_lp1 ,zero 
-0x6966 028935 fetch 2 ,mem_key_value_temp 
-0x6967 028936 fetcht 2 ,mem_key_value 
-0x6968 028937 ixor temp ,null 
-0x6969 028938 rtn zero 
-0x696a 028939 enable user 
-0x696b 028940 rtn 
-:      028942 keyscan_process_lpm_before:
-0x696c 028943 fetch 2 ,mem_key_num_ptr 
-0x696d 028944 ifetch 1 ,pdata 
-:      028945 keyscan_process_lpm_before_next:
-0x696e 028946 rtn blank 
-0x696f 028947 copy pdata ,loopcnt 
-0x6970 028948 fetch 2 ,mem_keyscan_ptr 
-0x6971 028949 increase 3 ,pdata 
-0x6972 028950 copy pdata ,rega 
-:      028951 keyscan_process_lpm_before_lp1:
-0x6973 028952 ifetcht 1 ,rega 
-0x6974 028953 call gpio_set_wake_by_current_state 
-0x6975 028954 increase key_conf_struct_len ,rega 
-0x6976 028955 loop keyscan_process_lpm_before_lp1 
-:      028956 keyscan_process_lpm_before_end:
-0x6977 028957 rtn 
-:      028959 keyscan_key_process:
-0x6978 028960 arg key_scan_timer ,queue 
-0x6979 028961 call timer_check 
-0x697a 028962 nrtn blank 
-0x697b 028963 setarg 0x20 
-0x697c 028964 arg key_scan_timer ,queue 
-0x697d 028965 call timer_init 
-0x697e 028966 disable user 
-0x697f 028967 call keyscan_process_lpm_before 
-0x6980 028968 bpatchx patch34_2 ,mem_patch34 
-0x6981 028969 fetch 2 ,mem_key_num_ptr 
-0x6982 028970 ifetch 1 ,pdata 
-:      028971 keyscan_key_process_next:
-0x6983 028972 rtn blank 
-0x6984 028973 call keyscan_scan_key 
-0x6985 028974 nbranch lpm_button_clean_wake_lock ,user 
-0x6986 028975 call lpm_button_get_wake_lock 
-0x6987 028976 disable user 
-0x6988 028977 fetch 2 ,mem_key_value_temp 
-0x6989 028978 store 2 ,mem_key_value_temp4 
-0x698a 028979 jam 0 ,mem_key_value_temp6 
-0x698b 028980 force 0 ,queue 
-:      028981 keyscan_key_lp1:
-0x698c 028982 fetch 2 ,mem_key_value 
-0x698d 028983 rshift pdata ,temp 
-0x698e 028984 storet 2 ,mem_key_value 
-0x698f 028985 and pdata ,0x01 ,pdata 
-0x6990 028986 fetcht 2 ,mem_key_value_temp4 
-0x6991 028987 and temp ,0x01 ,rega 
-0x6992 028988 rshift temp ,temp 
-0x6993 028989 storet 2 ,mem_key_value_temp4 
-0x6994 028990 ixor rega ,null 
-0x6995 028991 ncall keyscan_send_key_data ,zero 
-0x6996 028992 fetch 2 ,mem_key_num_ptr 
-0x6997 028993 ifetch 1 ,pdata 
-:      028994 keyscan_key_lp1_next:
-0x6998 028995 fetcht 1 ,mem_key_value_temp6 
-0x6999 028996 increase 1 ,temp 
-0x699a 028997 storet 1 ,mem_key_value_temp6 
-0x699b 028998 copy temp ,queue 
-0x699c 028999 ixor queue ,null 
-0x699d 029000 nbranch keyscan_key_lp1 ,zero 
-0x699e 029001 fetch 2 ,mem_key_value_temp 
-0x699f 029002 store 2 ,mem_key_value 
-0x69a0 029003 rtn 
-:      029004 keyscan_send_key_data:
-0x69a1 029005 bpatchx patch34_3 ,mem_patch34 
-0x69a2 029006 fetch 2 ,mem_keyscan_ptr 
-0x69a3 029007 increase 1 ,pdata 
-0x69a4 029008 ifetch 2 ,pdata 
-0x69a5 029009 branch callback_func 
-:      029020 pwm_init:
-0x69a6 029021 hfetch 1 ,core_clksel 
-0x69a7 029022 ior rega ,pdata 
-0x69a8 029023 hstore 1 ,core_clksel 
-0x69a9 029024 hfetch 2 ,core_clkoff 
-0x69aa 029025 set0 clock_off_pwm ,pdata 
-0x69ab 029026 hstore 2 ,core_clkoff 
-0x69ac 029027 nop 100 
-0x69ad 029028 rtn 
-:      029039 pwm_out_set:
-0x69ae 029040 fetcht 3 ,mem_pdatatemp + 2 
-0x69af 029041 setarg pwm_12mhz 
-0x69b0 029042 idiv temp 
-0x69b1 029043 call wait_div_end 
-0x69b2 029044 quotient temp 
-0x69b3 029045 fetch 1 ,mem_pdatatemp + 5 
-0x69b4 029046 imul32 temp ,pdata 
-0x69b5 029047 div pdata ,100 
-0x69b6 029048 call wait_div_end 
-0x69b7 029049 quotient rega 
-0x69b8 029050 copy temp ,pdata 
-0x69b9 029051 isub rega ,regb 
-0x69ba 029052 fetch 1 ,mem_pdatatemp + 1 
-0x69bb 029053 call pwm_duty_cycle_set 
-0x69bc 029054 fetch 1 ,mem_pdatatemp 
-0x69bd 029055 branch pwm_enable 
-:      029058 pwm_duty_cycle_set:
-0x69be 029059 beq 0 ,pwm_pwm0_duty_set 
-0x69bf 029060 beq 1 ,pwm_pwm1_duty_set 
-0x69c0 029061 beq 2 ,pwm_pwm2_duty_set 
-0x69c1 029062 beq 3 ,pwm_pwm3_duty_set 
-0x69c2 029063 beq 4 ,pwm_pwm4_duty_set 
-0x69c3 029064 beq 5 ,pwm_pwm5_duty_set 
-:      029065 pwm_pwm0_duty_set:
-0x69c4 029066 arg core_pwm_pcnt0 ,contw 
-0x69c5 029067 branch pwm_set_pncnt 
-:      029068 pwm_pwm1_duty_set:
-0x69c6 029069 arg core_pwm_pcnt1 ,contw 
-0x69c7 029070 branch pwm_set_pncnt 
-:      029071 pwm_pwm2_duty_set:
-0x69c8 029072 arg core_pwm_pcnt2 ,contw 
-0x69c9 029073 branch pwm_set_pncnt 
-:      029074 pwm_pwm3_duty_set:
-0x69ca 029075 arg core_pwm_pcnt3 ,contw 
-0x69cb 029076 branch pwm_set_pncnt 
-:      029077 pwm_pwm4_duty_set:
-0x69cc 029078 arg core_pwm_pcnt4 ,contw 
-0x69cd 029079 branch pwm_set_pncnt 
-:      029080 pwm_pwm5_duty_set:
-0x69ce 029081 arg core_pwm_pcnt5 ,contw 
-0x69cf 029082 branch pwm_set_pncnt 
-:      029083 pwm_set_pncnt:
-0x69d0 029084 copy rega ,pdata 
-0x69d1 029085 istore 2 ,contw 
-0x69d2 029086 copy regb ,pdata 
-0x69d3 029087 istore 2 ,contw 
-0x69d4 029088 rtn 
-:      029092 pwm_enable:
-0x69d5 029093 enable user 
-0x69d6 029094 branch pwm_gpio_set 
-:      029095 pwm_disable:
-0x69d7 029096 disable user 
-:      029097 pwm_gpio_set:
-0x69d8 029098 beq 4 ,pwm_gpio4_set 
-0x69d9 029099 beq 5 ,pwm_gpio5_set 
-0x69da 029100 beq 27 ,pwm_gpio27_set 
-0x69db 029101 beq 28 ,pwm_gpio28_set 
-0x69dc 029102 beq 3 ,pwm_gpio3_set 
-0x69dd 029103 beq 8 ,pwm_gpio8_set 
-0x69de 029104 beq 20 ,pwm_gpio20_set 
-0x69df 029105 beq 21 ,pwm_gpio21_set 
-0x69e0 029106 beq 22 ,pwm_gpio22_set 
-0x69e1 029107 beq 23 ,pwm_gpio23_set 
-0x69e2 029108 rtn 
-:      029111 pwm_gpio4_set:
-0x69e3 029112 arg 6 ,queue 
-0x69e4 029113 branch pwm_one_set_select 
-:      029114 pwm_gpio5_set:
-0x69e5 029115 arg 7 ,queue 
-0x69e6 029116 branch pwm_one_set_select 
-:      029117 pwm_gpio27_set:
-0x69e7 029118 arg 8 ,queue 
-0x69e8 029119 branch pwm_one_set_select 
-:      029120 pwm_gpio28_set:
-0x69e9 029121 arg 9 ,queue 
-0x69ea 029122 branch pwm_one_set_select 
-:      029123 pwm_gpio3_set:
-0x69eb 029124 arg 10 ,queue 
-0x69ec 029125 branch pwm_one_set_select 
-:      029126 pwm_gpio8_set:
-0x69ed 029127 arg 11 ,queue 
-0x69ee 029128 branch pwm_one_set_select 
-:      029129 pwm_gpio20_set:
-0x69ef 029130 arg 12 ,queue 
-0x69f0 029131 branch pwm_tw0_set_select 
-:      029132 pwm_gpio21_set:
-0x69f1 029133 arg 13 ,queue 
-0x69f2 029134 branch pwm_tw0_set_select 
-:      029135 pwm_gpio22_set:
-0x69f3 029136 arg 14 ,queue 
-0x69f4 029137 branch pwm_tw0_set_select 
-:      029138 pwm_gpio23_set:
-0x69f5 029139 arg 15 ,queue 
-0x69f6 029140 branch pwm_tw0_set_select 
-:      029142 pwm_set_select:
-0x69f7 029143 hfetch 2 ,core_gpio_sel1 
-0x69f8 029144 qsetflag user ,pdata 
-0x69f9 029145 hstore 2 ,core_gpio_sel1 
-0x69fa 029146 copy rega ,queue 
-0x69fb 029147 hfetch 1 ,core_gpio_key2 
-0x69fc 029148 qsetflag user ,pdata 
-0x69fd 029149 hstore 1 ,core_gpio_key2 
-0x69fe 029150 rtn 
-:      029152 pwm_one_set_select:
-0x69ff 029153 add queue ,-4 ,rega 
-0x6a00 029154 branch pwm_set_select 
-:      029156 pwm_tw0_set_select:
-0x6a01 029157 add queue ,-10 ,rega 
-0x6a02 029158 branch pwm_set_select 
-:      029163 rfcomm_init:
-0x6a03 029164 rtn wake 
-0x6a04 029165 jam 0 ,mem_rfcomm_send_more_pkt 
-0x6a05 029166 jam bits9600 ,memremoterpnbitrate 
-0x6a06 029167 jam databits8 ,memremoteprndatabits 
-0x6a07 029168 jam 0x11 ,memremoteprnxon 
-0x6a08 029169 jam 0x13 ,memremoteprnxoff 
-0x6a09 029170 setarg 0 
-0x6a0a 029171 store 3 ,memremoteprnstopbit 
-0x6a0b 029172 store 1 ,mem_spp_state 
-0x6a0c 029173 jam 0 ,memui_reconnect_mode 
-:      029175 rfcomm_init_spp:
-0x6a0d 029176 bpatchx patch34_4 ,mem_patch34 
-0x6a0e 029177 setarg 0 
-0x6a0f 029178 store 1 ,mem_spp_state 
-0x6a10 029179 store 1 ,mem_remote_spp_channel 
-0x6a11 029180 store 1 ,mem_pn_dlci 
-0x6a12 029181 fetch 1 ,mem_credit_flag 
-0x6a13 029182 beq credit_enable ,rfcomm_init_spp_with_credit 
-0x6a14 029183 jam 0x50 ,mem_credit_given 
-0x6a15 029184 rtn 
-:      029186 rfcomm_init_spp_with_credit:
-0x6a16 029187 jam 0x00 ,mem_credit_given 
-0x6a17 029188 rtn 
-:      029190 set_cr_bit:
-0x6a18 029191 or_into 0x02 ,temp 
-0x6a19 029192 rtn 
-:      029204 rfcomm_calculate_fcs_sabm:
-0x6a1a 029205 copy temp ,pdata 
-0x6a1b 029206 reverse pdata ,pdata 
-0x6a1c 029207 store 1 ,memfcstemp3 
-0x6a1d 029208 force ini_tx_sabm ,pdata 
-0x6a1e 029209 reverse pdata ,pdata 
-0x6a1f 029210 store 1 ,memfcstemp2 
-0x6a20 029211 force 0x01 ,pdata 
-0x6a21 029212 reverse pdata ,pdata 
-0x6a22 029213 store 1 ,memfcstemp1 
-0x6a23 029214 call caculate_fcs 
-0x6a24 029215 copy temp ,pdata 
-0x6a25 029216 rtn 
-:      029217 rfcomm_calculate_fcs_ua:
-0x6a26 029218 reverse pdata ,pdata 
-0x6a27 029219 store 1 ,memfcstemp3 
-0x6a28 029220 force rsp_tx_ua ,pdata 
-0x6a29 029221 reverse pdata ,pdata 
-0x6a2a 029222 store 1 ,memfcstemp2 
-0x6a2b 029223 force 0x01 ,pdata 
-0x6a2c 029224 reverse pdata ,pdata 
-0x6a2d 029225 store 1 ,memfcstemp1 
-0x6a2e 029226 branch caculate_fcs 
-:      029228 rfcomm_calculate_fcs_dlci0:
-0x6a2f 029229 fetch 1 ,mem_rfcomm_initiator 
-0x6a30 029230 branch rfcomm_calculate_fcs_dlci0_res ,blank 
-0x6a31 029231 setarg 0x70 
-0x6a32 029232 rtn 
-:      029233 rfcomm_calculate_fcs_dlci0_res:
-0x6a33 029234 setarg 0xaa 
-0x6a34 029235 rtn 
-:      029237 rfcomm_save_fcs_uih:
-0x6a35 029238 reverse pdata ,pdata 
-0x6a36 029239 store 1 ,memfcstemp3 
-0x6a37 029240 force rsp_rx_uih ,pdata 
-0x6a38 029241 call caculate_uihdata_fcs 
-0x6a39 029242 fetcht 2 ,mem_contw_temp 
-0x6a3a 029243 copy temp ,contw 
-0x6a3b 029244 istore 1 ,contw 
-0x6a3c 029245 copy contw ,temp 
-0x6a3d 029246 storet 2 ,mem_contw_temp 
-0x6a3e 029247 force rsp_rx_uih_wdata ,pdata 
-0x6a3f 029248 call caculate_uihdata_fcs 
-0x6a40 029249 fetcht 2 ,mem_contw_temp 
-0x6a41 029250 copy temp ,contw 
-0x6a42 029251 istore 1 ,contw 
-0x6a43 029252 rtn 
-:      029261 caculate_uihdata_fcs:
-0x6a44 029262 reverse pdata ,pdata 
-0x6a45 029263 store 1 ,memfcstemp2 
-0x6a46 029264 fetch 2 ,memfcstemp2 
-0x6a47 029265 lshift8 pdata ,pdata 
-0x6a48 029266 store 3 ,mem_mod2div_temp 
-0x6a49 029267 arg 0x107 ,rega 
-0x6a4a 029268 arg 0xf ,regb 
-0x6a4b 029269 call mod2div 
-0x6a4c 029270 xor_into 0xd7 ,pdata 
-0x6a4d 029271 invert pdata ,pdata 
-0x6a4e 029272 reverse pdata ,pdata 
-0x6a4f 029273 rtn 
-:      029283 caculate_fcs:
-0x6a50 029284 fetch 3 ,memfcstemp1 
-0x6a51 029285 store 3 ,mem_mod2div_temp 
-0x6a52 029286 arg 0x107 ,rega 
-0x6a53 029287 arg 0xf ,regb 
-0x6a54 029288 call mod2div 
-0x6a55 029289 lshift8 pdata ,pdata 
-0x6a56 029290 arg 0x7 ,regb 
-0x6a57 029291 call mod2div 
-0x6a58 029292 xor_into 0x2b ,pdata 
-0x6a59 029293 invert pdata ,pdata 
-0x6a5a 029294 reverse pdata ,pdata 
-0x6a5b 029295 copy pdata ,temp 
-0x6a5c 029296 rtn 
-:      029298 mod2div:
-0x6a5d 029299 arg 0 ,regc 
-0x6a5e 029300 copy regb ,loopcnt 
-0x6a5f 029301 call right_shift_n 
-0x6a60 029302 icopy temp 
-:      029303 mod2div_loop:
-0x6a61 029308 copy temp ,pdata 
-0x6a62 029309 lshift regc ,regc 
-0x6a63 029310 bbit0 8 ,mod2div_not_enough_reduction 
-0x6a64 029311 ixor rega ,temp 
-0x6a65 029312 increase 1 ,regc 
-:      029313 mod2div_not_enough_reduction:
-0x6a66 029314 lshift temp ,temp 
-0x6a67 029315 fetch 3 ,mem_mod2div_temp 
-0x6a68 029316 increase -1 ,regb 
-0x6a69 029317 compare 0xff ,regb ,0xff 
-0x6a6a 029318 branch mod2div_end ,true 
-0x6a6b 029319 copy regb ,loopcnt 
-0x6a6c 029320 call right_shift_n 
-0x6a6d 029321 isolate1 0 ,pdata 
-0x6a6e 029322 setflag true ,0 ,temp 
-0x6a6f 029323 branch mod2div_loop 
-:      029324 mod2div_end:
-0x6a70 029326 rshift temp ,pdata 
-0x6a71 029327 rtn 
-:      029329 get_rfcomm_snd_adss:
-0x6a72 029330 fetcht 1 ,mem_pn_dlci 
-:      029331 dlci_to_address_cmd:
-0x6a73 029333 lshift2 temp ,temp 
-0x6a74 029334 set1 rfcomm_address_ext_len ,temp 
-0x6a75 029335 fetch 1 ,mem_rfcomm_initiator 
-0x6a76 029336 ncall set_cr_bit ,blank 
-0x6a77 029337 storet 1 ,mem_rfcomm_send_adss 
-0x6a78 029338 rtn 
-:      029340 channel_to_dlci:
-0x6a79 029342 lshift temp ,temp 
-0x6a7a 029343 fetch 1 ,mem_rfcomm_initiator 
-0x6a7b 029344 setflag blank ,0 ,temp 
-0x6a7c 029346 rtn 
-:      029347 rfcomm_rx_process_dlci0_sabm:
-0x6a7d 029348 fetcht 1 ,mem_current_channel 
-0x6a7e 029349 jam 0xd7 ,mem_current_fcs 
-0x6a7f 029350 call rfcomm_send_ua 
-0x6a80 029351 fetch 1 ,mem_rfcomm_state 
-0x6a81 029352 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
-0x6a82 029353 set1 l2cap_channel_rfcomm_only_ua ,pdata 
-0x6a83 029354 store 1 ,mem_rfcomm_state 
-0x6a84 029355 jam 0 ,mem_rfcomm_initiator 
-0x6a85 029356 branch rfcomm_rx_process_end 
-:      029357 rfcomm_rx_process_dlci0_ua:
-0x6a86 029358 fetch 1 ,mem_rfcomm_state 
-0x6a87 029359 set1 l2cap_channel_rfcomm_only_ua ,pdata 
-0x6a88 029360 store 1 ,mem_rfcomm_state 
-0x6a89 029361 branch rfcomm_rx_process_end 
-:      029364 rfcomm_rx_process:
-0x6a8a 029365 bpatchx patch34_5 ,mem_patch34 
-0x6a8b 029366 fetch 1 ,memui_reconnect_mode 
-0x6a8c 029367 beq no_reconnection ,rfcomm_rx_process_remote_page 
-0x6a8d 029368 branch rfcomm_rx_process_reconn 
-:      029370 rfcomm_rx_process_remote_page:
-0x6a8e 029371 fetch 2 ,mem_l2cap_payload_ptr 
-0x6a8f 029372 copy pdata ,contr 
-0x6a90 029373 call get_rfcomm_head_struct 
-0x6a91 029374 fetch 1 ,mem_current_channel 
-0x6a92 029375 beq 0 ,parse_dlci0_rp 
-0x6a93 029376 branch parse_uih_rp 
-:      029377 parse_dlci0_rp:
-0x6a94 029378 bpatchx patch34_6 ,mem_patch34 
-0x6a95 029379 fetch 1 ,mem_current_frame_type 
-0x6a96 029380 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
-0x6a97 029381 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
-0x6a98 029382 beq rfcomm_frame_type_uih ,parse_dlci0_rp_uih 
-0x6a99 029383 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn_send_event 
-0x6a9a 029384 rtn 
-:      029387 parse_dlci0_rp_uih:
-0x6a9b 029388 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6a9c 029389 copy pdata ,contr 
-0x6a9d 029390 call get_rfcomm_uih_head_struct 
-0x6a9e 029391 fetch 1 ,mem_uih_cmd_type 
-0x6a9f 029392 beq uih_param_neg_cmd ,parse_dlci0_rp_uih_pn_cmd 
-0x6aa0 029393 beq uih_param_neg_res ,parse_dlci0_rp_uih_pn_res 
-0x6aa1 029394 beq uih_modem_status_cmd ,parse_dlci0_rp_uih_ms_cmd 
-0x6aa2 029395 beq uih_modem_status_res ,parse_dlci0_rp_uih_ms_res 
-0x6aa3 029396 beq uih_param_cmd_remove_port ,parse_dlci0_rp_uih_cmd_port 
-0x6aa4 029397 branch rfcomm_rx_process_end 
-:      029399 parse_dlci0_rp_uih_pn_cmd:
-0x6aa5 029400 call parse_dlci0_rp_uih_pn_res_common 
-0x6aa6 029402 branch parse_dlci0_rp_uih_pn_cmd_spp 
-:      029404 parse_dlci0_rp_uih_pn_cmd_spp:
-0x6aa7 029405 fetch 1 ,mem_spp_state 
-0x6aa8 029406 set1 rfcomm_channel_state_pn_cmd ,pdata 
-0x6aa9 029407 set1 rfcomm_channel_state_pn_res ,pdata 
-0x6aaa 029408 store 1 ,mem_spp_state 
-0x6aab 029409 call rfcomm_send_param_neg_res 
-0x6aac 029410 branch rfcomm_rx_process_end 
-:      029412 parse_dlci0_rp_uih_pn_res:
-0x6aad 029413 call parse_dlci0_rp_uih_pn_res_common 
-0x6aae 029414 branch rfcomm_rx_process_end 
-:      029416 parse_dlci0_rp_uih_pn_res_common:
-0x6aaf 029417 call get_param_payload_ptr 
-0x6ab0 029418 branch get_rfcomm_prarmer_negotiation 
-:      029420 get_rfcomm_param_modem_status:
-0x6ab1 029421 call get_param_payload_ptr 
-0x6ab2 029422 ifetch 1 ,contr 
-0x6ab3 029423 rshift3 pdata ,pdata 
-0x6ab4 029424 store 1 ,mem_ms_channel 
-0x6ab5 029425 ifetch 1 ,contr 
-0x6ab6 029426 store 1 ,mem_ms_param 
-0x6ab7 029427 rtn 
-:      029430 get_rfcomm_head_struct:
-0x6ab8 029431 ifetch 1 ,contr 
-0x6ab9 029432 store 1 ,mem_current_adss 
-0x6aba 029433 rshift3 pdata ,pdata 
-0x6abb 029434 store 1 ,mem_current_channel 
-0x6abc 029435 ifetch 1 ,contr 
-0x6abd 029436 store 1 ,mem_current_frame_type 
-:      029437 get_rfcomm_current_length:
-0x6abe 029438 call get_rfcomm_length_common 
-0x6abf 029439 storet 2 ,mem_current_length 
-0x6ac0 029440 copy contr ,pdata 
-0x6ac1 029441 store 2 ,mem_rfcomm_uih_payload_ptr 
-0x6ac2 029442 rtn 
-:      029444 get_rfcomm_uih_head_struct:
-0x6ac3 029445 ifetch 1 ,contr 
-0x6ac4 029446 rshift pdata ,pdata 
-0x6ac5 029447 store 1 ,mem_uih_cmd_type 
-0x6ac6 029448 call get_rfcomm_length_common 
-0x6ac7 029449 storet 2 ,mem_uih_length 
-0x6ac8 029450 copy contr ,pdata 
-0x6ac9 029451 store 2 ,mem_param_payload_ptr 
-0x6aca 029452 rtn 
-:      029455 get_param_payload_ptr:
-0x6acb 029456 fetch 2 ,mem_param_payload_ptr 
-0x6acc 029457 copy pdata ,contr 
-0x6acd 029458 rtn 
-:      029460 get_rfcomm_length_common:
-0x6ace 029461 ifetch 1 ,contr 
-0x6acf 029462 copy pdata ,temp 
-0x6ad0 029463 rshift temp ,temp 
-0x6ad1 029464 rtnbit1 0 
-0x6ad2 029465 ifetch 1 ,contr 
-0x6ad3 029466 lshift3 pdata ,pdata 
-0x6ad4 029467 lshift4 pdata ,pdata 
-0x6ad5 029468 iadd temp ,temp 
-0x6ad6 029469 rtn 
-:      029471 get_rfcomm_prarmer_negotiation:
-0x6ad7 029472 ifetch 1 ,contr 
-0x6ad8 029473 store 1 ,mem_pn_dlci 
-0x6ad9 029474 ifetch 1 ,contr 
-0x6ada 029475 store 1 ,mem_pn_credit_flow_type_info 
-0x6adb 029476 ifetch 1 ,contr 
-0x6adc 029477 store 1 ,mem_pn_priority 
-0x6add 029478 ifetch 1 ,contr 
-0x6ade 029479 store 1 ,mem_pn_acknowledg_timer 
-0x6adf 029480 ifetch 2 ,contr 
-0x6ae0 029481 store 2 ,mem_pn_max_frame_size 
-0x6ae1 029482 ifetch 1 ,contr 
-0x6ae2 029483 store 1 ,mem_pn_max_retrans 
-0x6ae3 029484 ifetch 1 ,contr 
-0x6ae4 029485 store 1 ,mem_remote_credits 
-0x6ae5 029486 rtn 
-:      029489 parse_dlci0_rp_uih_ms_cmd:
-0x6ae6 029490 call get_rfcomm_param_modem_status 
-0x6ae7 029492 branch parse_dlci0_rp_uih_ms_cmd_spp 
-:      029494 parse_dlci0_rp_uih_ms_cmd_spp:
-0x6ae8 029495 fetch 1 ,mem_spp_state 
-0x6ae9 029496 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
-0x6aea 029497 set1 rfcomm_channel_state_snd_ms_res ,pdata 
-0x6aeb 029498 store 1 ,mem_spp_state 
-0x6aec 029499 fetcht 1 ,mem_pn_dlci 
-0x6aed 029500 lshift2 temp ,temp 
-0x6aee 029501 or_into 3 ,temp 
-0x6aef 029502 call rfcomm_send_modem_status_res 
-0x6af0 029503 jam more_pkt_msc_cmd_spp ,mem_rfcomm_send_more_pkt 
-0x6af1 029504 branch rfcomm_rx_process_end 
-:      029506 parse_dlci0_rp_uih_ms_res:
-0x6af2 029507 jam bt_evt_spp_connected ,mem_fifo_temp 
-0x6af3 029508 call ui_ipc_send_event 
-0x6af4 029509 call get_rfcomm_param_modem_status 
-0x6af5 029510 fetch 1 ,mem_ms_channel 
-0x6af6 029511 sub pdata ,1 ,null 
-0x6af7 029512 branch parse_dlci0_rp_uih_ms_res_spp ,zero 
-0x6af8 029513 branch assert 
-:      029514 parse_dlci0_rp_uih_ms_res_spp:
-0x6af9 029515 fetch 1 ,mem_spp_state 
-0x6afa 029516 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
-0x6afb 029517 store 1 ,mem_spp_state 
-0x6afc 029518 branch rfcomm_rx_process_end 
-:      029520 parse_dlci0_rp_uih_cmd_port:
-0x6afd 029521 call get_param_payload_ptr 
-0x6afe 029522 ifetch 1 ,contr 
-0x6aff 029523 store 1 ,mem_rpn_dlci 
-0x6b00 029524 call l2cap_malloc_rfcomm_channel 
-0x6b01 029525 call l2cap_get_rfcomm_tx_buff 
-0x6b02 029526 setarg 0x000e 
-0x6b03 029527 istore 2 ,contw 
-0x6b04 029528 fetch 2 ,mem_rfcomm_remote_cid 
-0x6b05 029529 istore 2 ,contw 
-0x6b06 029530 fetch 1 ,mem_rfcomm_initiator 
-0x6b07 029532 lshift pdata ,pdata 
-0x6b08 029533 set1 0 ,pdata 
-0x6b09 029534 istore 1 ,contw 
-0x6b0a 029535 bpatchx patch34_7 ,mem_patch34 
-0x6b0b 029536 setarg 0x15ef 
-0x6b0c 029537 istore 2 ,contw 
-0x6b0d 029538 setarg 0x1191 
-0x6b0e 029539 istore 2 ,contw 
-0x6b0f 029542 fetch 1 ,mem_rpn_dlci 
-0x6b10 029543 istore 1 ,contw 
-0x6b11 029544 setarg 0x000007 
-0x6b12 029545 istore 5 ,contw 
-0x6b13 029548 setarg 0x01 
-0x6b14 029549 istore 2 ,contw 
-0x6b15 029552 call rfcomm_calculate_fcs_dlci0 
-0x6b16 029553 istore 1 ,contw 
-0x6b17 029554 rtn 
-:      029558 parse_uih_rp:
-0x6b18 029559 branch parse_uih_rp_spp 
-:      029561 parse_uih_rp_spp:
-0x6b19 029562 bpatchx patch35_0 ,mem_patch35 
-0x6b1a 029563 fetch 1 ,mem_current_frame_type 
-0x6b1b 029564 beq rfcomm_frame_type_ua ,parse_uih_rp_spp_ua 
-0x6b1c 029565 beq rfcomm_frame_type_sabm ,parse_uih_rp_spp_sabm 
-0x6b1d 029566 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
-0x6b1e 029567 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
-0x6b1f 029568 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn 
-0x6b20 029569 rtn 
-:      029570 parse_uih_rp_spp_ua:
-0x6b21 029571 fetch 1 ,mem_spp_state 
-0x6b22 029572 set1 rfcomm_channel_state_ua ,pdata 
-0x6b23 029573 store 1 ,mem_spp_state 
-0x6b24 029574 branch rfcomm_rx_process_end 
-:      029575 parse_uih_rp_spp_sabm:
-0x6b25 029576 fetch 1 ,mem_spp_state 
-0x6b26 029577 set1 rfcomm_channel_state_ua ,pdata 
-0x6b27 029578 set1 rfcomm_channel_state_sabm ,pdata 
-0x6b28 029579 store 1 ,mem_spp_state 
-0x6b29 029580 fetch 1 ,mem_current_adss 
-0x6b2a 029581 call rfcomm_calculate_fcs_ua 
-0x6b2b 029582 store 1 ,mem_current_fcs 
-0x6b2c 029583 call rfcomm_send_ua 
-0x6b2d 029584 fetch 1 ,mem_current_adss 
-0x6b2e 029585 rshift2 pdata ,pdata 
-0x6b2f 029586 store 1 ,mem_pn_dlci 
-0x6b30 029587 lshift2 pdata ,pdata 
-0x6b31 029588 set0 rfcomm_address_cr ,pdata 
-0x6b32 029589 set1 rfcomm_address_ext_len ,pdata 
-0x6b33 029590 arg mem_hiufcs_spp ,temp 
-0x6b34 029591 storet 2 ,mem_contw_temp 
-0x6b35 029592 call rfcomm_save_fcs_uih 
-0x6b36 029593 branch rfcomm_rx_process_end 
-:      029595 parse_uih_spp_uih_credits:
-0x6b37 029596 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6b38 029597 copy pdata ,contr 
-0x6b39 029598 increase 1 ,pdata 
-0x6b3a 029599 store 2 ,mem_rfcomm_uih_payload_ptr 
-0x6b3b 029600 ifetch 1 ,contr 
-0x6b3c 029601 fetcht 1 ,mem_remote_credits 
-0x6b3d 029602 iadd temp ,pdata 
-0x6b3e 029603 store 1 ,mem_remote_credits 
-:      029604 parse_uih_spp_uih:
-0x6b3f 029605 call rfcomm_increase_credit_given 
-:      029606 parse_uih_spp_uih_cont:
-0x6b40 029607 call get_rfcomm_snd_adss 
-0x6b41 029608 call rfcomm_send_uih_without_payload 
-0x6b42 029609 call spp_process_rx_data 
-0x6b43 029610 branch rfcomm_rx_process_end 
-:      029612 parse_uih_rp_spp_disconn_send_event:
-0x6b44 029613 jam bt_evt_spp_disconnected ,mem_fifo_temp 
-0x6b45 029614 call ui_ipc_send_event 
-:      029615 parse_uih_rp_spp_disconn:
-0x6b46 029616 call rfcomm_init_spp 
-0x6b47 029617 fetch 1 ,mem_current_adss 
-0x6b48 029618 call rfcomm_calculate_fcs_ua 
-0x6b49 029619 store 1 ,mem_current_fcs 
-0x6b4a 029620 call rfcomm_send_ua 
-0x6b4b 029621 branch rfcomm_rx_process_end 
-:      029626 rfcomm_rx_process_reconn:
-0x6b4c 029627 fetch 2 ,mem_l2cap_payload_ptr 
-0x6b4d 029628 copy pdata ,contr 
-0x6b4e 029629 call get_rfcomm_head_struct 
-0x6b4f 029630 fetch 1 ,mem_current_channel 
-0x6b50 029631 beq 0 ,parse_dlci0_reconn 
-0x6b51 029632 branch parse_uih_reconn 
-:      029634 parse_dlci0_reconn:
-0x6b52 029635 bpatchx patch35_1 ,mem_patch35 
-0x6b53 029636 fetch 1 ,mem_current_frame_type 
-0x6b54 029637 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
-0x6b55 029638 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
-0x6b56 029639 beq rfcomm_frame_type_uih ,parse_dlci0_reconn_uih 
-0x6b57 029640 branch rfcomm_rx_process_end 
-:      029641 parse_dlci0_reconn_uih:
-0x6b58 029642 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6b59 029643 copy pdata ,contr 
-0x6b5a 029644 call get_rfcomm_uih_head_struct 
-0x6b5b 029645 fetch 1 ,mem_uih_cmd_type 
-0x6b5c 029646 beq uih_param_neg_cmd ,parse_dlci0_reconn_uih_pn_cmd 
-0x6b5d 029647 beq uih_param_neg_res ,parse_dlci0_reconn_uih_pn_cmd 
-0x6b5e 029648 beq uih_modem_status_cmd ,parse_dlci0_reconn_uih_ms_cmd 
-0x6b5f 029649 beq uih_modem_status_res ,parse_dlci0_reconn_uih_ms_res 
-0x6b60 029650 branch rfcomm_rx_process_end 
-:      029652 parse_dlci0_reconn_uih_pn_cmd:
-0x6b61 029653 call parse_dlci0_rp_uih_pn_res_common 
-0x6b62 029654 fetch 1 ,mem_pn_dlci 
-0x6b63 029655 rshift pdata ,pdata 
-0x6b64 029656 fetcht 1 ,mem_remote_spp_channel 
-0x6b65 029657 isub temp ,null 
-0x6b66 029658 branch parse_dlci0_reconn_uih_pn_cmd_spp ,zero 
-0x6b67 029659 branch assert 
-:      029660 parse_dlci0_reconn_uih_pn_cmd_spp:
-0x6b68 029661 fetch 1 ,mem_spp_state 
-0x6b69 029662 set1 rfcomm_channel_state_pn_res ,pdata 
-0x6b6a 029663 store 1 ,mem_spp_state 
-0x6b6b 029664 branch rfcomm_rx_process_end 
-:      029666 parse_dlci0_reconn_uih_ms_cmd:
-0x6b6c 029667 call get_rfcomm_param_modem_status 
-0x6b6d 029668 fetch 1 ,mem_ms_channel 
-0x6b6e 029669 fetcht 1 ,mem_remote_spp_channel 
-0x6b6f 029670 isub temp ,null 
-0x6b70 029671 branch parse_dlci0_reconn_uih_ms_cmd_spp ,zero 
-0x6b71 029672 branch assert 
-0x6b72 029673 branch rfcomm_rx_process_end 
-:      029674 parse_dlci0_reconn_uih_ms_cmd_spp:
-0x6b73 029675 fetch 1 ,mem_spp_state 
-0x6b74 029676 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
-0x6b75 029677 set1 rfcomm_channel_state_snd_ms_res ,pdata 
-0x6b76 029678 store 1 ,mem_spp_state 
-0x6b77 029679 fetcht 1 ,mem_pn_dlci 
-0x6b78 029680 lshift2 temp ,temp 
-0x6b79 029681 or_into 3 ,temp 
-0x6b7a 029682 call rfcomm_send_modem_status_res 
-0x6b7b 029683 branch rfcomm_rx_process_end 
-:      029685 parse_dlci0_reconn_uih_ms_res:
-0x6b7c 029686 call get_rfcomm_param_modem_status 
-0x6b7d 029687 fetch 1 ,mem_ms_channel 
-0x6b7e 029688 fetcht 1 ,mem_remote_spp_channel 
-0x6b7f 029689 isub temp ,null 
-0x6b80 029690 branch parse_dlci0_reconn_uih_ms_res_spp ,zero 
-0x6b81 029691 branch assert 
-:      029692 parse_dlci0_reconn_uih_ms_res_spp:
-0x6b82 029693 fetch 1 ,mem_spp_state 
-0x6b83 029694 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
-0x6b84 029695 store 1 ,mem_spp_state 
-0x6b85 029696 branch rfcomm_rx_process_end 
-:      029698 parse_uih_reconn:
-0x6b86 029699 fetch 1 ,mem_current_channel 
-0x6b87 029700 fetcht 1 ,mem_remote_spp_channel 
-0x6b88 029701 isub temp ,null 
-0x6b89 029702 branch parse_uih_reconn_spp ,zero 
-0x6b8a 029703 branch assert 
-0x6b8b 029704 branch rfcomm_rx_process_end 
-:      029706 parse_uih_reconn_spp:
-0x6b8c 029707 fetch 1 ,mem_current_frame_type 
-0x6b8d 029708 beq rfcomm_frame_type_ua ,parse_uih_reconn_spp_ua 
-0x6b8e 029709 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
-0x6b8f 029710 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
-0x6b90 029711 beq rfcomm_frame_type_disconn ,parse_uih_reconn_spp_disconn 
-:      029712 parse_uih_reconn_spp_ua:
-0x6b91 029713 fetch 1 ,mem_spp_state 
-0x6b92 029714 set1 rfcomm_channel_state_ua ,pdata 
-0x6b93 029715 store 1 ,mem_spp_state 
-0x6b94 029716 branch rfcomm_rx_process_end 
-:      029717 parse_uih_reconn_spp_sabm:
-0x6b95 029718 branch parse_uih_reconn_spp_sabm 
-:      029719 parse_uih_reconn_spp_disconn:
-0x6b96 029720 branch parse_uih_rp_spp_disconn 
-:      029721 rfcomm_rx_process_end:
-0x6b97 029722 rtn 
-:      029724 rfcomm_send_more_pkt:
-0x6b98 029725 fetch 1 ,mem_rfcomm_send_more_pkt 
-0x6b99 029726 rtn blank 
-0x6b9a 029727 beq more_pkt_msc_cmd_spp ,rfcomm_send_more_pkt_msc_cmd_spp 
-0x6b9b 029728 branch assert 
-:      029730 rfcomm_send_more_pkt_msc_cmd_spp:
-0x6b9c 029731 jam 0 ,mem_rfcomm_send_more_pkt 
-0x6b9d 029732 call l2cap_malloc_rfcomm_channel 
-0x6b9e 029733 arg spp_slave_channel ,temp 
-0x6b9f 029734 fetcht 1 ,mem_pn_dlci 
-0x6ba0 029735 lshift2 temp ,temp 
-:      029736 rfcomm_send_more_pkt_msc_cmd_spp0:
-0x6ba1 029737 or_into 0x03 ,temp 
-0x6ba2 029738 arg 0xaa ,rega 
-0x6ba3 029739 call rfcomm_send_modem_status_cmd 
-0x6ba4 029740 call l2cap_get_rfcomm_tx_buff 
-0x6ba5 029741 copy contw ,contr 
-0x6ba6 029742 ifetch 2 ,contr 
-0x6ba7 029743 branch assert ,blank 
-0x6ba8 029744 rtn 
-:      029746 rfcomm_send_sabm:
-0x6ba9 029747 call l2cap_get_rfcomm_tx_buff 
-0x6baa 029748 setarg 0x0004 
-0x6bab 029749 istore 2 ,contw 
-0x6bac 029750 fetch 2 ,mem_rfcomm_remote_cid 
-0x6bad 029751 istore 2 ,contw 
-0x6bae 029752 fetch 1 ,mem_current_adss 
-0x6baf 029753 istore 1 ,contw 
-0x6bb0 029754 bpatchx patch35_2 ,mem_patch35 
-0x6bb1 029755 setarg 0x013f 
-0x6bb2 029756 istore 2 ,contw 
-0x6bb3 029757 fetch 1 ,mem_current_fcs 
-0x6bb4 029758 istore 1 ,contw 
-0x6bb5 029759 rtn 
-:      029760 rfcomm_send_ua:
-0x6bb6 029761 call l2cap_malloc_rfcomm_channel 
-0x6bb7 029762 call l2cap_get_rfcomm_tx_buff 
-0x6bb8 029763 setarg 0x0004 
-0x6bb9 029764 istore 2 ,contw 
-0x6bba 029765 fetch 2 ,mem_rfcomm_remote_cid 
-0x6bbb 029766 istore 2 ,contw 
-0x6bbc 029767 fetch 1 ,mem_current_adss 
-0x6bbd 029768 istore 1 ,contw 
-0x6bbe 029769 bpatchx patch35_3 ,mem_patch35 
-0x6bbf 029770 setarg 0x0173 
-0x6bc0 029771 istore 2 ,contw 
-0x6bc1 029772 fetch 1 ,mem_current_fcs 
-0x6bc2 029773 istore 1 ,contw 
-0x6bc3 029774 rtn 
-:      029775 rfcomm_send_param_neg_cmd:
-0x6bc4 029776 call l2cap_get_rfcomm_tx_buff 
-0x6bc5 029777 setarg 0x000e 
-0x6bc6 029778 istore 2 ,contw 
-0x6bc7 029779 fetch 2 ,mem_rfcomm_remote_cid 
-0x6bc8 029780 istore 2 ,contw 
-0x6bc9 029781 fetch 1 ,mem_rfcomm_initiator 
-0x6bca 029782 lshift pdata ,pdata 
-0x6bcb 029783 set1 0 ,pdata 
-0x6bcc 029784 istore 1 ,contw 
-0x6bcd 029785 bpatchx patch35_4 ,mem_patch35 
-0x6bce 029786 setarg 0x15ef 
-0x6bcf 029787 istore 2 ,contw 
-0x6bd0 029788 setarg 0x1183 
-0x6bd1 029789 istore 2 ,contw 
-0x6bd2 029790 copy temp ,pdata 
-0x6bd3 029791 istore 1 ,contw 
-0x6bd4 029792 setarg 0x0000f0 
-0x6bd5 029793 istore 3 ,contw 
-0x6bd6 029794 setarg rfcomm_max_frame_size 
-0x6bd7 029795 istore 2 ,contw 
-0x6bd8 029796 setarg 0 
-0x6bd9 029797 istore 1 ,contw 
-0x6bda 029798 setarg 0x01 
-0x6bdb 029799 istore 1 ,contw 
-0x6bdc 029800 call rfcomm_calculate_fcs_dlci0 
-0x6bdd 029801 istore 1 ,contw 
-0x6bde 029802 jam 0x10 ,mem_credit_given 
-0x6bdf 029803 rtn 
-:      029804 rfcomm_send_param_neg_res:
-0x6be0 029805 call l2cap_malloc_rfcomm_channel 
-0x6be1 029806 call l2cap_get_rfcomm_tx_buff 
-0x6be2 029807 setarg 0x000e 
-0x6be3 029808 istore 2 ,contw 
-0x6be4 029809 fetch 2 ,mem_rfcomm_remote_cid 
-0x6be5 029810 istore 2 ,contw 
-0x6be6 029811 fetch 1 ,mem_rfcomm_initiator 
-0x6be7 029812 lshift pdata ,pdata 
-0x6be8 029813 set1 0 ,pdata 
-0x6be9 029814 istore 1 ,contw 
-0x6bea 029815 bpatchx patch35_5 ,mem_patch35 
-0x6beb 029816 setarg 0x15ef 
-0x6bec 029817 istore 2 ,contw 
-0x6bed 029818 setarg 0x1181 
-0x6bee 029819 istore 2 ,contw 
-0x6bef 029820 fetch 1 ,mem_pn_dlci 
-0x6bf0 029821 istore 1 ,contw 
-0x6bf1 029822 setarg 0x0000e0 
-0x6bf2 029823 istore 3 ,contw 
-0x6bf3 029824 fetch 2 ,mem_rfcomm_max_frame_size 
-0x6bf4 029825 istore 2 ,contw 
-0x6bf5 029826 setarg 0x00 
-0x6bf6 029827 istore 1 ,contw 
-0x6bf7 029828 fetch 1 ,mem_rfcomm_credit_init_data 
-0x6bf8 029829 istore 1 ,contw 
-0x6bf9 029830 call rfcomm_calculate_fcs_dlci0 
-0x6bfa 029831 istore 1 ,contw 
-0x6bfb 029832 rtn 
-:      029833 rfcomm_send_modem_status_cmd:
-0x6bfc 029834 call l2cap_get_rfcomm_tx_buff 
-0x6bfd 029835 setarg 0x0008 
-0x6bfe 029836 istore 2 ,contw 
-0x6bff 029837 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c00 029838 istore 2 ,contw 
-0x6c01 029839 fetch 1 ,mem_rfcomm_initiator 
-0x6c02 029840 lshift pdata ,pdata 
-0x6c03 029841 set1 0 ,pdata 
-0x6c04 029842 istore 1 ,contw 
-0x6c05 029843 bpatchx patch35_6 ,mem_patch35 
-0x6c06 029844 setarg 0x09ef 
-0x6c07 029845 istore 2 ,contw 
-0x6c08 029846 setarg 0x05e3 
-0x6c09 029847 istore 2 ,contw 
-0x6c0a 029848 copy temp ,pdata 
-0x6c0b 029849 istore 1 ,contw 
-0x6c0c 029850 setarg 0x8d 
-0x6c0d 029851 istore 1 ,contw 
-0x6c0e 029852 call rfcomm_calculate_fcs_dlci0 
-0x6c0f 029853 istore 1 ,contw 
-0x6c10 029854 rtn 
-:      029856 rfcomm_send_modem_status_res:
-0x6c11 029857 call l2cap_malloc_rfcomm_channel 
-0x6c12 029858 call l2cap_get_rfcomm_tx_buff 
-0x6c13 029859 setarg 0x0008 
-0x6c14 029860 istore 2 ,contw 
-0x6c15 029861 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c16 029862 istore 2 ,contw 
-0x6c17 029863 copy temp ,timeup 
-0x6c18 029864 fetch 1 ,mem_rfcomm_initiator 
-0x6c19 029865 lshift pdata ,pdata 
-0x6c1a 029866 set1 0 ,pdata 
-0x6c1b 029867 istore 1 ,contw 
-0x6c1c 029868 bpatchx patch35_7 ,mem_patch35 
-0x6c1d 029869 setarg 0x09ef 
-0x6c1e 029870 istore 2 ,contw 
-0x6c1f 029871 setarg 0x05e1 
-0x6c20 029872 istore 2 ,contw 
-0x6c21 029873 copy timeup ,pdata 
-0x6c22 029874 istore 1 ,contw 
-0x6c23 029875 setarg 0x8d 
-0x6c24 029876 istore 1 ,contw 
-0x6c25 029877 call rfcomm_calculate_fcs_dlci0 
-0x6c26 029878 istore 1 ,contw 
-0x6c27 029879 rtn 
-:      029881 rfcomm_send_uih_without_payload:
-0x6c28 029882 bpatchx patch36_0 ,mem_patch36 
-0x6c29 029883 fetch 1 ,mem_credit_given 
-0x6c2a 029884 rtn blank 
-0x6c2b 029885 hfetch 2 ,core_uart_rxitems 
-0x6c2c 029886 nrtn blank 
-0x6c2d 029887 copy rega ,pdata 
-0x6c2e 029888 store 1 ,mem_pdatatemp + 1 
-0x6c2f 029889 storet 1 ,mem_pdatatemp 
-0x6c30 029890 call l2cap_malloc_is_fifo_full 
-0x6c31 029891 nrtn blank 
-0x6c32 029892 call l2cap_malloc_rfcomm_channel 
-0x6c33 029893 call l2cap_get_rfcomm_tx_buff 
-0x6c34 029894 setarg 0x05 
-0x6c35 029895 istore 2 ,contw 
-0x6c36 029896 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c37 029897 istore 2 ,contw 
-0x6c38 029898 fetch 1 ,mem_rfcomm_send_adss 
-0x6c39 029899 istore 1 ,contw 
-0x6c3a 029900 setarg 0x01ff 
-0x6c3b 029901 istore 2 ,contw 
-0x6c3c 029902 fetch 1 ,mem_credit_given 
-0x6c3d 029903 istore 1 ,contw 
-0x6c3e 029904 fetch 1 ,mem_hiufcs_spp_wcredits 
-0x6c3f 029905 istore 1 ,contw 
-0x6c40 029906 jam 0 ,mem_credit_given 
-0x6c41 029907 rtn 
-:      029909 rfcomm_increase_credit_given:
-0x6c42 029910 bpatchx patch36_1 ,mem_patch36 
-0x6c43 029911 fetch 1 ,mem_credit_flag 
-0x6c44 029912 rtneq credit_enable 
-0x6c45 029913 fetch 2 ,mem_current_length 
-0x6c46 029914 rtn blank 
-0x6c47 029915 fetch 1 ,mem_credit_given 
-0x6c48 029916 increase 1 ,pdata 
-0x6c49 029917 store 1 ,mem_credit_given 
-0x6c4a 029918 rtn 
-:      029920 spp_process_rx_data:
-0x6c4b 029921 fetch 2 ,mem_cb_receive_spp_data 
-0x6c4c 029922 branch callback_func 
-:      029924 spp_tx_rfcomm_packet:
-0x6c4d 029925 bpatchx patch36_2 ,mem_patch36 
-0x6c4e 029927 fetch 1 ,mem_remote_credits 
-0x6c4f 029928 rtn blank 
-0x6c50 029929 increase -1 ,pdata 
-0x6c51 029930 store 1 ,mem_remote_credits 
-0x6c52 029931 fetch 2 ,mem_pn_max_frame_size 
-0x6c53 029932 fetcht 2 ,mem_current_packet_length 
-0x6c54 029933 isub temp ,null 
-0x6c55 029934 branch ssp_tx_rfcomm_from_uart ,positive 
-0x6c56 029935 store 2 ,mem_current_packet_length 
-:      029936 ssp_tx_rfcomm_from_uart:
-0x6c57 029937 fetch 1 ,mem_credit_given 
-0x6c58 029938 branch ssp_tx_rfcomm_from_uart_without_credit ,blank 
-0x6c59 029939 jam 1 ,mem_rfcomm_send_offset 
-0x6c5a 029940 fetch 1 ,mem_hiufcs_spp_wcredits 
-0x6c5b 029941 store 1 ,mem_rfcomm_send_fcs 
-0x6c5c 029942 setarg rsp_rx_uih_wdata 
-0x6c5d 029943 store 1 ,mem_rfcomm_send_frame_type 
-0x6c5e 029944 branch ssp_tx_rfcomm_from_uart_common 
-:      029945 ssp_tx_rfcomm_from_uart_without_credit:
-0x6c5f 029946 jam 0 ,mem_rfcomm_send_offset 
-0x6c60 029947 fetch 1 ,mem_hiufcs_spp 
-0x6c61 029948 store 1 ,mem_rfcomm_send_fcs 
-0x6c62 029949 setarg rsp_tx_uih 
-0x6c63 029950 store 1 ,mem_rfcomm_send_frame_type 
-:      029951 ssp_tx_rfcomm_from_uart_common:
-0x6c64 029952 bpatchx patch36_3 ,mem_patch36 
-0x6c65 029953 fetch 2 ,mem_current_packet_length 
-0x6c66 029954 sub pdata ,127 ,null 
-0x6c67 029955 branch ssp_tx_rfcomm_from_uart_common0 ,positive 
-0x6c68 029956 fetch 1 ,mem_rfcomm_send_offset 
-0x6c69 029957 increase 1 ,pdata 
-0x6c6a 029958 store 1 ,mem_rfcomm_send_offset 
-:      029959 ssp_tx_rfcomm_from_uart_common0:
-0x6c6b 029960 call get_rfcomm_snd_adss 
-0x6c6c 029961 fetch 2 ,mem_current_packet_length 
-0x6c6d 029962 increase 8 ,pdata 
-0x6c6e 029963 fetcht 1 ,mem_rfcomm_send_offset 
-0x6c6f 029964 iadd temp ,rega 
-0x6c70 029966 call l2cap_malloc 
-0x6c71 029967 store 2 ,mem_rfcomm_tx_buff_ptr 
-0x6c72 029968 increase 4 ,pdata 
-0x6c73 029969 store 2 ,mem_rfcomm_tx_payload_ptr 
-0x6c74 029970 copy pdata ,contw 
-0x6c75 029971 fetch 1 ,mem_rfcomm_send_adss 
-0x6c76 029972 istore 1 ,contw 
-0x6c77 029973 fetch 1 ,mem_rfcomm_send_frame_type 
-0x6c78 029974 istore 1 ,contw 
-0x6c79 029975 call ssp_tx_write_length 
-0x6c7a 029976 call ssp_tx_write_given_credit 
-0x6c7b 029977 bpatchx patch36_4 ,mem_patch36 
-0x6c7c 029978 fetch 2 ,mem_nl_rx_data_src 
-0x6c7d 029979 copy pdata ,contru 
-0x6c7e 029980 fetch 2 ,mem_current_packet_length 
-0x6c7f 029981 copy pdata ,loopcnt 
-0x6c80 029982 call uart_copy_rx_bytes_fast 
-0x6c81 029983 copy contw ,temp 
-0x6c82 029984 copy contru ,pdata 
-0x6c83 029985 store 2 ,mem_nl_rx_data_src 
-0x6c84 029986 copy temp ,contw 
-0x6c85 029987 fetch 1 ,mem_rfcomm_send_fcs 
-0x6c86 029988 istore 1 ,contw 
-0x6c87 029989 fetch 2 ,mem_rfcomm_tx_buff_ptr 
-0x6c88 029990 copy pdata ,contw 
-0x6c89 029991 fetch 2 ,mem_current_packet_length 
-0x6c8a 029992 fetcht 1 ,mem_rfcomm_send_offset 
-0x6c8b 029993 iadd temp ,pdata 
-0x6c8c 029994 increase 4 ,pdata 
-0x6c8d 029995 istore 2 ,contw 
-0x6c8e 029996 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c8f 029997 istore 2 ,contw 
-0x6c90 029998 jam 0 ,mem_credit_given 
-0x6c91 029999 fetch 2 ,mem_nl_rx_len_all 
-0x6c92 030000 beq 0 ,module_hci_command_tx_spp_tx_complete 
-0x6c93 030001 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x6c94 030002 rtn 
-:      030004 ssp_tx_write_length:
-0x6c95 030005 bpatchx patch36_5 ,mem_patch36 
-0x6c96 030006 fetch 2 ,mem_current_packet_length 
-0x6c97 030007 sub pdata ,0x7f ,null 
-0x6c98 030008 nbranch ssp_tx_write_long_packet ,positive 
-0x6c99 030009 lshift pdata ,pdata 
-0x6c9a 030010 set1 0 ,pdata 
-0x6c9b 030011 istore 1 ,contw 
-0x6c9c 030012 rtn 
-:      030013 ssp_tx_write_long_packet:
-0x6c9d 030014 fetch 2 ,mem_current_packet_length 
-0x6c9e 030015 rshift3 pdata ,pdata 
-0x6c9f 030016 rshift4 pdata ,temp 
-0x6ca0 030017 and_into 0x7f ,pdata 
-0x6ca1 030018 lshift pdata ,pdata 
-0x6ca2 030019 set0 0 ,pdata 
-0x6ca3 030020 istore 1 ,contw 
-0x6ca4 030021 istoret 1 ,contw 
-0x6ca5 030022 rtn 
-:      030023 ssp_tx_write_given_credit:
-0x6ca6 030024 fetch 1 ,mem_credit_given 
-0x6ca7 030025 rtn blank 
-0x6ca8 030026 istore 1 ,contw 
-0x6ca9 030027 rtn 
-:      030032 scheduler_process:
-0x6caa 030033 bpatchx patch36_6 ,mem_patch36 
-0x6cab 030034 call check_51cmd 
-0x6cac 030035 call app_process_bb_event 
-0x6cad 030036 call process_conn_sm 
-0x6cae 030038 bpatchx patch36_7 ,mem_patch36 
-0x6caf 030039 call sp_calc_sequence 
-0x6cb0 030040 call simple_pairing_sequence 
-0x6cb1 030041 call master_simple_paring_sequence 
-0x6cb2 030044 call l2cap_malloc_is_fifo_full 
-0x6cb3 030045 nrtn blank 
-0x6cb4 030047 call l2cap_call_proc_sigal_pending 
-0x6cb5 030048 call l2cap_malloc_is_fifo_full 
-0x6cb6 030049 nrtn blank 
-0x6cb7 030050 bpatchx patch37_0 ,mem_patch37 
-0x6cb8 030052 call process_upper_sm 
-0x6cb9 030053 call l2cap_send_config_req 
-0x6cba 030054 call rfcomm_send_more_pkt 
-:      030055 scheduler_process0:
-0x6cbb 030056 call scheduler_tx_disconnect_hid 
-0x6cbc 030057 bpatchx patch37_1 ,mem_patch37 
-0x6cbd 030060 branch app_process_bt 
-:      030062 scheduler_tx_disconnect_hid:
-0x6cbe 030063 fetch 1 ,mem_control_tasks 
-0x6cbf 030064 bbit1 l2cap_disconnect_interrupt ,l2cap_disconnect_interrupt_req 
-0x6cc0 030065 bbit1 l2cap_disconnect_control ,l2cap_disconnect_control_req 
-0x6cc1 030066 rtn 
-:      030068 scheduler_tx_l2cap_pkt:
-0x6cc2 030069 bpatchx patch37_2 ,mem_patch37 
-0x6cc3 030070 call l2cap_malloc_is_fifo_empty 
-0x6cc4 030071 rtn blank 
-0x6cc5 030072 fetch 1 ,mem_op 
-0x6cc6 030073 rtnbit1 op_txl2cap 
-0x6cc7 030074 call l2cap_malloc_fifo_out 
-0x6cc8 030075 store 2 ,mem_txptr 
-0x6cc9 030076 copy pdata ,contr 
-0x6cca 030077 ifetch 2 ,contr 
-0x6ccb 030078 increase 4 ,pdata 
-0x6ccc 030079 store 2 ,mem_tx_len 
-0x6ccd 030080 jam 6 ,mem_tx_lch 
-0x6cce 030081 bpatchx patch37_3 ,mem_patch37 
-0x6ccf 030082 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x6cd0 030083 branch scheduler_tx_l2cap_start_pkt ,blank 
-0x6cd1 030084 fetch 1 ,mem_op 
-0x6cd2 030085 rtnbit0 op_pkt_comp 
-0x6cd3 030086 set0 op_pkt_comp ,pdata 
-0x6cd4 030087 store 1 ,mem_op 
-0x6cd5 030088 jam 5 ,mem_tx_lch 
-0x6cd6 030089 fetcht 2 ,mem_l2cap_tx_multi_offset 
-0x6cd7 030090 fetch 2 ,mem_txptr 
-0x6cd8 030091 iadd temp ,pdata 
-0x6cd9 030092 store 2 ,mem_txptr 
-0x6cda 030093 fetch 2 ,mem_tx_len 
-0x6cdb 030094 isub temp ,pdata 
-0x6cdc 030095 store 2 ,mem_tx_len 
-:      030096 scheduler_tx_l2cap_start_pkt:
-0x6cdd 030097 bpatchx patch37_4 ,mem_patch37 
-0x6cde 030098 fetch 2 ,mem_tx_len 
-0x6cdf 030099 branch assert ,blank 
-0x6ce0 030100 arg l2cap_max_pkt_len ,temp 
-0x6ce1 030101 isub temp ,pdata 
-0x6ce2 030102 nbranch scheduler_tx_l2cap_last_pkt ,positive 
-0x6ce3 030103 bpatchx patch37_5 ,mem_patch37 
-0x6ce4 030104 storet 2 ,mem_tx_len 
-0x6ce5 030105 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x6ce6 030106 iadd temp ,pdata 
-0x6ce7 030107 store 2 ,mem_l2cap_tx_multi_offset 
-0x6ce8 030108 branch scheduler_tx_l2cap_pkt_end 
-:      030109 scheduler_tx_l2cap_last_pkt:
-0x6ce9 030110 setarg 0 
-0x6cea 030111 store 2 ,mem_l2cap_tx_multi_offset 
-:      030112 scheduler_tx_l2cap_pkt_end:
-0x6ceb 030113 fetch 1 ,mem_op 
-0x6cec 030114 set1 op_txl2cap ,pdata 
-0x6ced 030115 store 1 ,mem_op 
-0x6cee 030116 rtn 
-:      030118 scheduler_start_upper_sm:
-0x6cef 030119 fetch 1 ,mem_ui_profile_supported 
-0x6cf0 030120 bbit1 support_hid ,scheduler_start_upper_sm_hid 
-0x6cf1 030121 jam uppersm_reconn_sdp_conn ,mem_upper_sm_reconn 
-0x6cf2 030122 rtn 
-:      030123 scheduler_start_upper_sm_hid:
-0x6cf3 030124 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
-0x6cf4 030125 rtn 
-:      030127 process_upper_sm:
-0x6cf5 030128 fetch 1 ,memui_reconnect_mode 
-0x6cf6 030129 nbranch process_upper_sm_reconn ,blank 
-:      030130 process_upper_sm_remote_page:
-0x6cf7 030131 fetch 1 ,mem_upper_sm_remote_page 
-0x6cf8 030133 rtn blank 
-0x6cf9 030135 jam 0 ,mem_upper_sm_remote_page 
-:      030136 process_upper_sm_rp_wait:
-0x6cfa 030137 rtn 
-:      030140 process_upper_sm_reconn:
-0x6cfb 030141 bpatchx patch37_6 ,mem_patch37 
-0x6cfc 030142 fetch 1 ,mem_upper_sm_reconn 
-0x6cfd 030143 rtn blank 
-0x6cfe 030144 beq uppersm_reconn_sdp_conn ,process_upper_sm_reconn_sdp_conn 
-0x6cff 030145 beq uppersm_reconn_sdp_conn_wait ,process_upper_sm_reconn_sdp_conn_wait 
-0x6d00 030146 beq uppersm_reconn_sdp_cfg ,process_upper_sm_reconn_sdp_cfg 
-0x6d01 030147 beq uppersm_reconn_sdp_cfg_wait ,process_upper_sm_reconn_sdp_cfg_wait 
-0x6d02 030148 beq uppersm_reconn_ss_spp ,process_upper_sm_reconn_ss_spp 
-0x6d03 030149 beq uppersm_reconn_ss_spp_wait ,process_upper_sm_reconn_ss_spp_wait 
-0x6d04 030150 beq uppersm_reconn_sdp_disconn ,process_upper_sm_reconn_sdp_disconn 
-0x6d05 030151 beq uppersm_reconn_sdp_disconn_wait ,process_upper_sm_reconn_sdp_disconn_wait 
-0x6d06 030152 beq uppersm_reconn_hid_ctrl_conn ,process_upper_sm_reconn_hid_ctrl_conn 
-0x6d07 030153 beq uppersm_reconn_hid_ctrl_conn_wait ,process_upper_sm_reconn_hid_ctrl_conn_wait 
-0x6d08 030154 beq uppersm_reconn_hid_ctrl_cfg ,process_upper_sm_reconn_hid_ctrl_cfg 
-0x6d09 030155 beq uppersm_reconn_hid_ctrl_cfg_wait ,process_upper_sm_reconn_hid_ctrl_cfg_wait 
-0x6d0a 030156 beq uppersm_reconn_hid_int_conn ,process_upper_sm_reconn_hid_int_conn 
-0x6d0b 030157 beq uppersm_reconn_hid_int_conn_wait ,process_upper_sm_reconn_hid_int_conn_wait 
-0x6d0c 030158 beq uppersm_reconn_hid_int_cfg ,process_upper_sm_reconn_hid_int_cfg 
-0x6d0d 030159 beq uppersm_reconn_hid_int_cfg_wait ,process_upper_sm_reconn_hid_int_cfg_wait 
-0x6d0e 030160 beq uppersm_reconn_rfcomm_conn ,process_upper_sm_reconn_rfcomm_conn 
-0x6d0f 030161 beq uppersm_reconn_rfcomm_conn_wait ,process_upper_sm_reconn_rfcomm_conn_wait 
-0x6d10 030162 beq uppersm_reconn_rfcomm_cfg ,process_upper_sm_reconn_rfcomm_cfg 
-0x6d11 030163 beq uppersm_reconn_rfcomm_cfg_wait ,process_upper_sm_reconn_rfcomm_cfg_wait 
-0x6d12 030164 beq uppersm_reconn_rfcomm_sabm ,process_upper_sm_reconn_rfcomm_sabm 
-0x6d13 030165 beq uppersm_reconn_rfcomm_sabm_wait ,process_upper_sm_reconn_rfcomm_sabm_wait 
-0x6d14 030166 beq uppersm_reconn_spp_cmd_pn ,process_upper_sm_reconn_spp_cmd_pn 
-0x6d15 030167 beq uppersm_reconn_spp_cmd_pn_wait ,process_upper_sm_reconn_spp_cmd_pn_wait 
-0x6d16 030168 beq uppersm_reconn_spp_sabm ,process_upper_sm_reconn_spp_sabm 
-0x6d17 030169 beq uppersm_reconn_spp_sabm_wait ,process_upper_sm_reconn_spp_sabm_wait 
-0x6d18 030170 beq uppersm_reconn_spp_cmd_ms ,process_upper_sm_reconn_spp_cmd_ms 
-0x6d19 030171 beq uppersm_reconn_spp_cmd_ms_wait ,process_upper_sm_reconn_spp_cmd_ms_wait 
-:      030172 process_upper_sm_reconn_wait:
-0x6d1a 030173 rtn 
-:      030174 process_upper_sm_reconn_sdp_conn:
-0x6d1b 030175 call upper_sm_send_sdp_conn 
-0x6d1c 030176 jam uppersm_reconn_sdp_conn_wait ,mem_upper_sm_reconn 
-0x6d1d 030177 fetch 1 ,mem_sdp_state 
-0x6d1e 030178 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d1f 030179 store 1 ,mem_sdp_state 
-0x6d20 030180 rtn 
-:      030181 process_upper_sm_reconn_sdp_cfg:
-0x6d21 030182 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
-0x6d22 030183 fetch 1 ,mem_sdp_state 
-0x6d23 030184 rtnbit1 l2cap_channel_state_snd_cfg_req 
-0x6d24 030185 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
-0x6d25 030186 call upper_sm_send_sdp_cfg 
-0x6d26 030187 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
-0x6d27 030188 fetch 1 ,mem_sdp_state 
-0x6d28 030189 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d29 030190 store 1 ,mem_sdp_state 
-0x6d2a 030191 rtn 
-:      030192 process_upper_sm_reconn_ss_spp:
-0x6d2b 030193 call l2cap_malloc_is_fifo_empty 
-0x6d2c 030194 nrtn blank 
-0x6d2d 030195 call upper_sm_send_ss_spp 
-0x6d2e 030196 jam uppersm_reconn_ss_spp_wait ,mem_upper_sm_reconn 
-0x6d2f 030197 rtn 
-:      030198 process_upper_sm_reconn_sdp_disconn:
-0x6d30 030199 call upper_sm_send_sdp_disconn 
-0x6d31 030200 jam uppersm_reconn_sdp_disconn_wait ,mem_upper_sm_reconn 
-0x6d32 030201 rtn 
-:      030202 process_upper_sm_reconn_hid_ctrl_conn:
-0x6d33 030203 call upper_sm_send_hid_ctrl_conn 
-0x6d34 030204 jam uppersm_reconn_hid_ctrl_conn_wait ,mem_upper_sm_reconn 
-0x6d35 030205 fetch 1 ,mem_hid_control_state 
-0x6d36 030206 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d37 030207 store 1 ,mem_hid_control_state 
-0x6d38 030208 rtn 
-:      030209 process_upper_sm_reconn_hid_ctrl_cfg:
-0x6d39 030210 call upper_sm_send_hid_ctrl_cfg 
-0x6d3a 030211 jam uppersm_reconn_hid_ctrl_cfg_wait ,mem_upper_sm_reconn 
-0x6d3b 030212 fetch 1 ,mem_hid_control_state 
-0x6d3c 030213 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d3d 030214 store 1 ,mem_hid_control_state 
-0x6d3e 030215 rtn 
-:      030216 process_upper_sm_reconn_hid_int_conn:
-0x6d3f 030217 call upper_sm_send_hid_int_conn 
-0x6d40 030218 jam uppersm_reconn_hid_int_conn_wait ,mem_upper_sm_reconn 
-0x6d41 030219 fetch 1 ,mem_hid_interrupt_state 
-0x6d42 030220 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d43 030221 store 1 ,mem_hid_interrupt_state 
-0x6d44 030222 rtn 
-:      030223 process_upper_sm_reconn_hid_int_cfg:
-0x6d45 030224 call upper_sm_send_hid_int_cfg 
-0x6d46 030225 jam uppersm_reconn_hid_int_cfg_wait ,mem_upper_sm_reconn 
-0x6d47 030226 fetch 1 ,mem_hid_interrupt_state 
-0x6d48 030227 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d49 030228 store 1 ,mem_hid_interrupt_state 
-0x6d4a 030229 rtn 
-:      030230 process_upper_sm_reconn_rfcomm_conn:
-0x6d4b 030231 call upper_sm_send_rfcomm_conn 
-0x6d4c 030232 jam uppersm_reconn_rfcomm_conn_wait ,mem_upper_sm_reconn 
-0x6d4d 030233 fetch 1 ,mem_rfcomm_state 
-0x6d4e 030234 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d4f 030235 store 1 ,mem_rfcomm_state 
-0x6d50 030236 rtn 
-:      030237 process_upper_sm_reconn_rfcomm_cfg:
-0x6d51 030238 call upper_sm_send_rfcomm_cfg 
-0x6d52 030239 jam uppersm_reconn_rfcomm_cfg_wait ,mem_upper_sm_reconn 
-0x6d53 030240 fetch 1 ,mem_rfcomm_state 
-0x6d54 030241 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d55 030242 store 1 ,mem_rfcomm_state 
-0x6d56 030243 rtn 
-:      030244 process_upper_sm_reconn_rfcomm_sabm:
-0x6d57 030245 call upper_sm_send_rfcomm_sabm 
-0x6d58 030246 jam uppersm_reconn_rfcomm_sabm_wait ,mem_upper_sm_reconn 
-0x6d59 030247 fetch 1 ,mem_rfcomm_state 
-0x6d5a 030248 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
-0x6d5b 030249 store 1 ,mem_rfcomm_state 
-0x6d5c 030250 rtn 
-:      030251 process_upper_sm_reconn_spp_cmd_pn:
-0x6d5d 030252 call upper_sm_send_spp_cmd_pn 
-0x6d5e 030253 fetch 1 ,mem_spp_state 
-0x6d5f 030254 set1 rfcomm_channel_state_pn_cmd 
-0x6d60 030255 store 1 ,mem_spp_state 
-0x6d61 030256 jam uppersm_reconn_spp_cmd_pn_wait ,mem_upper_sm_reconn 
-0x6d62 030257 rtn 
-:      030258 process_upper_sm_reconn_spp_sabm:
-0x6d63 030259 call upper_sm_send_spp_sabm 
-0x6d64 030260 fetch 1 ,mem_spp_state 
-0x6d65 030261 set1 rfcomm_channel_state_sabm 
-0x6d66 030262 store 1 ,mem_spp_state 
-0x6d67 030263 jam uppersm_reconn_spp_sabm_wait ,mem_upper_sm_reconn 
-0x6d68 030264 fetch 1 ,mem_remote_spp_channel 
-0x6d69 030265 lshift3 pdata ,pdata 
-0x6d6a 030266 or_into 3 ,pdata 
-0x6d6b 030267 arg mem_hiufcs_spp ,temp 
-0x6d6c 030268 storet 2 ,mem_contw_temp 
-0x6d6d 030269 branch rfcomm_save_fcs_uih 
-:      030270 process_upper_sm_reconn_spp_cmd_ms:
-0x6d6e 030271 call upper_sm_send_spp_cmd_ms 
-0x6d6f 030272 fetch 1 ,mem_spp_state 
-0x6d70 030273 set1 rfcomm_channel_state_snd_ms_cmd 
-0x6d71 030274 store 1 ,mem_spp_state 
-0x6d72 030275 jam uppersm_reconn_spp_cmd_ms_wait ,mem_upper_sm_reconn 
-0x6d73 030276 rtn 
-:      030278 process_upper_sm_reconn_sdp_conn_wait:
-0x6d74 030279 fetch 1 ,mem_sdp_state 
-0x6d75 030280 rtnbit0 l2cap_channel_state_conn_res 
-0x6d76 030281 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
-0x6d77 030282 branch process_upper_sm_reconn 
-:      030283 process_upper_sm_reconn_sdp_cfg_wait:
-0x6d78 030284 fetch 1 ,mem_sdp_state 
-0x6d79 030285 rtnne l2cap_channel_setup_complete 
-0x6d7a 030286 jam uppersm_reconn_ss_spp ,mem_upper_sm_reconn 
-:      030287 process_upper_sm_reconn_ss_spp_wait:
-0x6d7b 030288 fetch 1 ,mem_message_to_uppersm 
-0x6d7c 030289 rtnne recieve_ss_reasult_hf 
-0x6d7d 030290 jam 0 ,mem_message_to_uppersm 
-0x6d7e 030291 jam uppersm_reconn_sdp_disconn ,mem_upper_sm_reconn 
-0x6d7f 030292 branch process_upper_sm_reconn 
-:      030293 process_upper_sm_reconn_sdp_disconn_wait:
-0x6d80 030294 fetch 1 ,mem_sdp_state 
-0x6d81 030295 nrtn blank 
-0x6d82 030296 fetch 1 ,mem_ui_profile_supported 
-0x6d83 030297 bbit1 support_hid ,process_upper_sm_reconn_setup_hid 
-0x6d84 030298 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
-0x6d85 030299 branch process_upper_sm_reconn_termination 
-:      030300 process_upper_sm_reconn_hid_ctrl_conn_wait:
-0x6d86 030301 fetch 1 ,mem_hid_control_state 
-0x6d87 030302 rtnbit0 l2cap_channel_state_conn_res 
-0x6d88 030303 jam uppersm_reconn_hid_ctrl_cfg ,mem_upper_sm_reconn 
-0x6d89 030304 branch process_upper_sm_reconn 
-:      030305 process_upper_sm_reconn_hid_ctrl_cfg_wait:
-0x6d8a 030306 fetch 1 ,mem_hid_control_state 
-0x6d8b 030307 rtnne l2cap_channel_setup_complete 
-0x6d8c 030308 jam uppersm_reconn_hid_int_conn ,mem_upper_sm_reconn 
-0x6d8d 030309 branch process_upper_sm_reconn 
-:      030310 process_upper_sm_reconn_hid_int_conn_wait:
-0x6d8e 030311 fetch 1 ,mem_hid_interrupt_state 
-0x6d8f 030312 rtnbit0 l2cap_channel_state_conn_res 
-0x6d90 030313 jam uppersm_reconn_hid_int_cfg ,mem_upper_sm_reconn 
-0x6d91 030314 branch process_upper_sm_reconn 
-:      030315 process_upper_sm_reconn_hid_int_cfg_wait:
-0x6d92 030316 fetch 1 ,mem_hid_interrupt_state 
-0x6d93 030317 rtnne l2cap_channel_setup_complete 
-0x6d94 030318 fetch 1 ,mem_ui_profile_supported 
-0x6d95 030319 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
-0x6d96 030320 branch process_upper_sm_reconn_termination 
-:      030321 process_upper_sm_reconn_rfcomm_conn_wait:
-0x6d97 030322 fetch 1 ,mem_rfcomm_state 
-0x6d98 030323 rtnbit0 l2cap_channel_state_conn_res 
-0x6d99 030324 jam uppersm_reconn_rfcomm_cfg ,mem_upper_sm_reconn 
-0x6d9a 030325 branch process_upper_sm_reconn 
-:      030326 process_upper_sm_reconn_rfcomm_cfg_wait:
-0x6d9b 030327 fetch 1 ,mem_rfcomm_state 
-0x6d9c 030328 rtnne l2cap_channel_setup_complete 
-0x6d9d 030329 jam uppersm_reconn_rfcomm_sabm ,mem_upper_sm_reconn 
-0x6d9e 030330 branch process_upper_sm_reconn 
-:      030331 process_upper_sm_reconn_rfcomm_sabm_wait:
-0x6d9f 030332 fetch 1 ,mem_rfcomm_state 
-0x6da0 030333 rtnne l2cap_channel_rfcomm_dlci0_opened 
-0x6da1 030334 fetch 1 ,mem_ui_profile_supported 
-0x6da2 030335 bbit1 support_spp ,process_upper_sm_reconn_setup_spp 
-0x6da3 030336 branch process_upper_sm_reconn_termination 
-:      030337 process_upper_sm_reconn_spp_cmd_pn_wait:
-0x6da4 030338 fetch 1 ,mem_spp_state 
-0x6da5 030339 rtnbit0 rfcomm_channel_state_pn_res 
-0x6da6 030340 jam uppersm_reconn_spp_sabm ,mem_upper_sm_reconn 
-0x6da7 030341 branch process_upper_sm_reconn 
-:      030342 process_upper_sm_reconn_spp_sabm_wait:
-0x6da8 030343 fetch 1 ,mem_spp_state 
-0x6da9 030344 rtnbit0 rfcomm_channel_state_ua 
-0x6daa 030345 jam uppersm_reconn_spp_cmd_ms ,mem_upper_sm_reconn 
-0x6dab 030346 branch process_upper_sm_reconn 
-:      030347 process_upper_sm_reconn_spp_cmd_ms_wait:
-0x6dac 030348 fetch 1 ,mem_spp_state 
-0x6dad 030349 rtnne rfcomm_channel_setup_complete 
-0x6dae 030350 branch process_upper_sm_reconn_termination 
-:      030352 process_upper_sm_reconn_setup_hid:
-0x6daf 030353 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
-0x6db0 030354 branch process_upper_sm_reconn 
-:      030356 process_upper_sm_reconn_setup_rfcomm:
-0x6db1 030357 jam uppersm_reconn_rfcomm_conn ,mem_upper_sm_reconn 
-0x6db2 030358 branch process_upper_sm_reconn 
-:      030359 process_upper_sm_reconn_setup_spp:
-0x6db3 030360 jam uppersm_reconn_spp_cmd_pn ,mem_upper_sm_reconn 
-0x6db4 030361 branch process_upper_sm_reconn 
-:      030365 process_upper_sm_reconn_termination:
-0x6db5 030366 jam 0 ,mem_upper_sm_reconn 
-0x6db6 030367 rtn 
-:      030368 upper_sm_send_sdp_conn:
-0x6db7 030369 bpatchx patch37_7 ,mem_patch37 
-0x6db8 030370 call l2cap_malloc_signal_channel 
-0x6db9 030371 setarg psm_sdp 
-0x6dba 030372 copy pdata ,temp 
-0x6dbb 030373 setarg l2cap_sdp_channel 
-0x6dbc 030374 copy pdata ,timeup 
-0x6dbd 030375 branch ml2cap_send_signal_connect_req 
-:      030377 upper_sm_send_sdp_cfg:
-0x6dbe 030378 bpatchx patch38_0 ,mem_patch38 
-0x6dbf 030379 call l2cap_malloc_signal_channel 
-0x6dc0 030380 fetch 2 ,mem_sdp_remote_cid 
-0x6dc1 030381 copy pdata ,temp 
-0x6dc2 030382 branch ml2cap_send_signal_config_req 
-:      030384 upper_sm_send_sdp_disconn:
-0x6dc3 030385 bpatchx patch38_1 ,mem_patch38 
-0x6dc4 030386 call l2cap_malloc_signal_channel 
-0x6dc5 030387 fetch 2 ,mem_sdp_remote_cid 
-0x6dc6 030388 copy pdata ,temp 
-0x6dc7 030389 arg l2cap_sdp_channel ,timeup 
-0x6dc8 030390 call ml2cap_send_signal_disconn_req 
-0x6dc9 030391 fetch 1 ,mem_sdp_state 
-0x6dca 030392 set0 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x6dcb 030393 store 1 ,mem_sdp_state 
-0x6dcc 030394 rtn 
-:      030396 upper_sm_send_ss_spp:
-0x6dcd 030397 bpatchx patch38_2 ,mem_patch38 
-0x6dce 030398 call l2cap_malloc_sdp_channel 
-0x6dcf 030399 call sdp_send_spp_request 
-0x6dd0 030400 branch msdp_send_req_done 
-:      030402 upper_sm_send_rfcomm_conn:
-0x6dd1 030403 bpatchx patch38_3 ,mem_patch38 
-0x6dd2 030404 call l2cap_malloc_signal_channel 
-0x6dd3 030405 setarg psm_rfcomm 
-0x6dd4 030406 copy pdata ,temp 
-0x6dd5 030407 setarg l2cap_rfcomm_channel 
-0x6dd6 030408 copy pdata ,timeup 
-0x6dd7 030409 branch ml2cap_send_signal_connect_req 
-:      030411 upper_sm_send_rfcomm_cfg:
-0x6dd8 030412 bpatchx patch38_4 ,mem_patch38 
-0x6dd9 030413 call l2cap_malloc_signal_channel 
-0x6dda 030414 fetch 2 ,mem_rfcomm_remote_cid 
-0x6ddb 030415 copy pdata ,temp 
-0x6ddc 030416 branch ml2cap_send_signal_config_req 
-:      030418 upper_sm_send_hid_ctrl_conn:
-0x6ddd 030419 bpatchx patch38_5 ,mem_patch38 
-0x6dde 030420 call l2cap_malloc_signal_channel 
-0x6ddf 030421 setarg psm_hid_control 
-0x6de0 030422 copy pdata ,temp 
-0x6de1 030423 setarg l2cap_hid_control_channel 
-0x6de2 030424 copy pdata ,timeup 
-0x6de3 030425 branch ml2cap_send_signal_connect_req 
-:      030427 upper_sm_send_hid_ctrl_cfg:
-0x6de4 030428 bpatchx patch38_6 ,mem_patch38 
-0x6de5 030429 call l2cap_malloc_signal_channel 
-0x6de6 030430 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x6de7 030431 copy pdata ,temp 
-0x6de8 030432 branch ml2cap_send_signal_config_req 
-:      030434 upper_sm_send_hid_int_conn:
-0x6de9 030435 bpatchx patch38_7 ,mem_patch38 
-0x6dea 030436 call l2cap_malloc_signal_channel 
-0x6deb 030437 setarg psm_hid_interrupt 
-0x6dec 030438 copy pdata ,temp 
-0x6ded 030439 setarg l2cap_hid_interrupt_channel 
-0x6dee 030440 copy pdata ,timeup 
-0x6def 030441 branch ml2cap_send_signal_connect_req 
-:      030443 upper_sm_send_hid_int_cfg:
-0x6df0 030444 bpatchx patch39_0 ,mem_patch39 
-0x6df1 030445 call l2cap_malloc_signal_channel 
-0x6df2 030446 fetch 2 ,mem_hid_int_remote_cid 
-0x6df3 030447 copy pdata ,temp 
-0x6df4 030448 branch ml2cap_send_signal_config_req 
-:      030450 upper_sm_send_rfcomm_sabm:
-0x6df5 030451 bpatchx patch39_1 ,mem_patch39 
-0x6df6 030452 call l2cap_malloc_rfcomm_channel 
-0x6df7 030454 jam 3 ,mem_current_adss 
-0x6df8 030455 jam 0x1c ,mem_current_fcs 
-0x6df9 030456 call rfcomm_send_sabm 
-0x6dfa 030457 jam 1 ,mem_rfcomm_initiator 
-0x6dfb 030458 rtn 
-:      030460 upper_sm_send_spp_cmd_pn:
-0x6dfc 030461 bpatchx patch39_2 ,mem_patch39 
-0x6dfd 030462 call l2cap_malloc_rfcomm_channel 
-0x6dfe 030463 fetcht 1 ,mem_remote_spp_channel 
-0x6dff 030464 call channel_to_dlci 
-0x6e00 030465 storet 1 ,mem_pn_dlci 
-0x6e01 030466 branch rfcomm_send_param_neg_cmd 
-:      030468 upper_sm_send_spp_sabm:
-0x6e02 030469 bpatchx patch39_3 ,mem_patch39 
-0x6e03 030470 call l2cap_malloc_rfcomm_channel 
-0x6e04 030471 fetcht 1 ,mem_pn_dlci 
-0x6e05 030472 call dlci_to_address_cmd 
-0x6e06 030473 call rfcomm_calculate_fcs_sabm 
-0x6e07 030474 store 1 ,mem_current_fcs 
-0x6e08 030475 fetcht 1 ,mem_pn_dlci 
-0x6e09 030476 call dlci_to_address_cmd 
-0x6e0a 030477 storet 1 ,mem_current_adss 
-0x6e0b 030478 branch rfcomm_send_sabm 
-:      030480 upper_sm_send_spp_cmd_ms:
-0x6e0c 030481 bpatchx patch39_4 ,mem_patch39 
-0x6e0d 030482 call l2cap_malloc_rfcomm_channel 
-0x6e0e 030483 fetcht 1 ,mem_pn_dlci 
-0x6e0f 030484 call dlci_to_address_cmd 
-0x6e10 030485 branch rfcomm_send_modem_status_cmd 
-:      030498 sdp_process:
-0x6e11 030499 bpatchx patch39_5 ,mem_patch39 
-0x6e12 030500 fetch 2 ,mem_l2cap_payload_ptr 
-0x6e13 030501 iforce contr 
-0x6e14 030504 ifetch 1 ,contr 
-0x6e15 030505 copy pdata ,regb 
-0x6e16 030506 store 1 ,mem_sdp_pduid 
-0x6e17 030507 ifetch 2 ,contr 
-0x6e18 030508 store 2 ,mem_sdp_transactionid 
-0x6e19 030509 ifetch 1 ,contr 
-0x6e1a 030510 lshift8 pdata ,timeup 
-0x6e1b 030511 ifetch 1 ,contr 
-0x6e1c 030512 iadd timeup ,timeup 
-0x6e1d 030513 bpatchx patch39_6 ,mem_patch39 
-0x6e1e 030514 copy contr ,temp 
-0x6e1f 030515 arg 4 ,loopcnt 
-0x6e20 030516 arg mem_sdp_handle_list ,contw 
-0x6e21 030517 call memset0 
-0x6e22 030518 copy temp ,contr 
-0x6e23 030519 deposit regb 
-0x6e24 030520 beq sdp_error_res ,sdp_process_error_res 
-0x6e25 030521 beq sdp_search_req ,sdp_process_ss_req 
-0x6e26 030522 beq sdp_search_res ,sdp_process_ss_res 
-0x6e27 030523 beq sdp_attribute_req ,sdp_process_sa_req 
-0x6e28 030524 beq sdp_attribute_res ,sdp_process_sa_res 
-0x6e29 030525 beq sdp_searchattrib_req ,sdp_process_ssa_req 
-0x6e2a 030526 beq sdp_searchattrib_res ,sdp_process_ssa_res 
-0x6e2b 030527 branch sdp_insufficient_resource 
-:      030538 sdp_process_ss_req:
-0x6e2c 030539 bpatchx patch39_7 ,mem_patch39 
-0x6e2d 030540 call ask_serviceclassid 
-0x6e2e 030541 compare 1 ,temp ,0xff 
-0x6e2f 030542 branch ss_empty_rsp ,true 
-0x6e30 030543 compare 0xff ,temp ,0xff 
-0x6e31 030544 branch sdp_invalid_request_syntax ,true 
-0x6e32 030546 ifetch 2 ,contr 
-0x6e33 030547 store 2 ,mem_sdp_record_maxcnt 
-0x6e34 030548 increase -2 ,timeup 
-0x6e35 030550 increase -1 ,timeup 
-0x6e36 030551 nbranch sdp_invalid_pdu_size ,zero 
-0x6e37 030552 arg mem_sdp_uuid_search_ptr ,timeup 
-0x6e38 030553 ifetch 2 ,timeup 
-0x6e39 030554 rtn blank 
-0x6e3a 030555 call search_all_uuid 
-0x6e3b 030556 call l2cap_get_sdp_tx_payload 
-0x6e3c 030557 force 3 ,pdata 
-0x6e3d 030558 istore 1 ,contw 
-0x6e3e 030559 fetch 2 ,mem_sdp_transactionid 
-0x6e3f 030560 istore 2 ,contw 
-0x6e40 030561 lshift2 queue ,pdata 
-0x6e41 030562 add pdata ,5 ,pdata 
-0x6e42 030563 add pdata ,5 ,regc 
-0x6e43 030564 byteswap pdata ,pdata 
-0x6e44 030565 istore 2 ,contw 
-0x6e45 030566 deposit queue 
-0x6e46 030567 byteswap pdata ,pdata 
-0x6e47 030568 istore 2 ,contw 
-0x6e48 030569 istore 2 ,contw 
-0x6e49 030570 arg mem_sdp_handle_list ,contr 
-0x6e4a 030571 copy queue ,loopcnt 
-0x6e4b 030572 branch ss_req_blank ,zero 
-:      030573 ss_req_loop:
-0x6e4c 030574 ifetch 4 ,contr 
-0x6e4d 030575 istore 4 ,contw 
-0x6e4e 030576 loop ss_req_loop 
-:      030577 ss_req_blank:
-0x6e4f 030578 force 0 ,pdata 
-0x6e50 030579 istore 1 ,contw 
-0x6e51 030580 deposit regc 
-0x6e52 030581 store 2 ,mem_sdp_tx_pkt_length 
-0x6e53 030583 rtn 
-:      030594 sdp_process_sa_req:
-0x6e54 030595 bpatchx patch3a_0 ,mem_patch3a 
-0x6e55 030596 ifetch 4 ,contr 
-0x6e56 030597 store 4 ,mem_sdp_record_handle 
-0x6e57 030598 increase -4 ,timeup 
-0x6e58 030599 call sdp_store_maxbyte 
-0x6e59 030600 store 2 ,mem_sdp_attribute_maxbyte 
-0x6e5a 030601 increase -2 ,timeup 
-0x6e5b 030602 call dataelementtype6 
-0x6e5c 030603 branch sdp_invalid_request_syntax ,zero 
-0x6e5d 030604 compare 5 ,rega ,0xff 
-0x6e5e 030606 branch sa_judge_wholerange ,true 
-:      030607 sa_isnot_wholerange:
-0x6e5f 030608 arg mem_sdp_attrib_list ,contw 
-0x6e60 030609 force 0 ,queue 
-0x6e61 030610 branch sa_req_loop 
-:      030611 sa_judge_wholerange:
-0x6e62 030612 ifetch 1 ,contr 
-0x6e63 030613 bne sdp_attribute_range ,sdp_invalid_request_syntax 
-0x6e64 030614 ifetch 2 ,contr 
-0x6e65 030615 nbranch sa_judge_wholerange_false1 ,blank 
-0x6e66 030616 ifetch 1 ,contr 
-0x6e67 030617 bne 0xff ,sa_judge_wholerange_false2 
-0x6e68 030618 ifetch 1 ,contr 
-0x6e69 030619 bne 0xff ,sa_judge_wholerange_false3 
-0x6e6a 030620 branch sa_req_all 
-:      030621 sa_judge_wholerange_false3:
-0x6e6b 030622 increase -5 ,contr 
-0x6e6c 030623 branch sa_isnot_wholerange 
-:      030624 sa_judge_wholerange_false2:
-0x6e6d 030625 increase -4 ,contr 
-0x6e6e 030626 branch sa_isnot_wholerange 
-:      030627 sa_judge_wholerange_false1:
-0x6e6f 030628 increase -3 ,contr 
-0x6e70 030629 branch sa_isnot_wholerange 
-:      030630 sa_req_loop:
-0x6e71 030631 ifetch 1 ,contr 
-0x6e72 030632 beq sdp_attribute_id ,sa_req_one_id 
-0x6e73 030633 beq sdp_attribute_range ,sa_req_range 
-:      030634 sa_req_range:
-0x6e74 030635 ifetch 2 ,contr 
-0x6e75 030636 istore 2 ,contw 
-0x6e76 030637 increase 1 ,queue 
-0x6e77 030638 byteswap pdata ,regb 
-0x6e78 030639 ifetch 2 ,contr 
-0x6e79 030640 byteswap pdata ,pdata 
-:      030641 sa_req_range_id_increase:
-0x6e7a 030642 increase 1 ,regb 
-0x6e7b 030643 isub regb ,null 
-0x6e7c 030644 nbranch sa_req_range_id_finish ,positive 
-0x6e7d 030645 copy pdata ,regc 
-0x6e7e 030646 byteswap regb ,pdata 
-0x6e7f 030647 istore 2 ,contw 
-0x6e80 030648 increase 1 ,queue 
-0x6e81 030649 copy regc ,pdata 
-0x6e82 030650 branch sa_req_range_id_increase 
-:      030651 sa_req_range_id_finish:
-0x6e83 030652 increase -5 ,timeup 
-0x6e84 030653 increase -5 ,rega 
-0x6e85 030654 branch sa_req_check_next_id 
-:      030655 sa_req_one_id:
-0x6e86 030656 ifetch 2 ,contr 
-0x6e87 030657 istore 2 ,contw 
-0x6e88 030658 increase 1 ,queue 
-0x6e89 030659 increase -3 ,timeup 
-0x6e8a 030660 increase -3 ,rega 
-:      030661 sa_req_check_next_id:
-0x6e8b 030662 nbranch sdp_invalid_request_syntax ,positive 
-0x6e8c 030663 nbranch sa_req_loop ,zero 
-0x6e8d 030664 increase -1 ,timeup 
-0x6e8e 030665 nbranch sdp_invalid_request_syntax ,zero 
-0x6e8f 030667 call l2cap_get_sdp_tx_payload 
-0x6e90 030668 increase 10 ,contw 
-0x6e91 030669 arg mem_sdp_attrib_list ,rega 
-:      030670 sa_req_handle_attributelist_next:
-0x6e92 030671 copy queue ,pdata 
-0x6e93 030672 branch sa_req_handle_attributelist_end ,blank 
-0x6e94 030673 ifetch 2 ,rega 
-0x6e95 030674 branch sa_req_handle_attributelist_end ,blank 
-0x6e96 030675 iforce regb 
-0x6e97 030676 fetch 4 ,mem_sdp_record_handle 
-0x6e98 030677 iforce temp 
-0x6e99 030678 call search_handle_attrib 
-0x6e9a 030679 copy contr ,pdata 
-0x6e9b 030680 branch sa_req_handle_attributelist_notfound ,blank 
-0x6e9c 030681 increase -3 ,contr 
-0x6e9d 030682 ifetch 3 ,contr 
-0x6e9e 030683 istore 3 ,contw 
-0x6e9f 030684 call sdp_data_len 
-0x6ea0 030685 iforce loopcnt 
-0x6ea1 030686 call memcpy 
-:      030687 sa_req_handle_attributelist_notfound:
-0x6ea2 030688 increase 2 ,rega 
-0x6ea3 030689 increase -1 ,queue 
-0x6ea4 030690 branch sa_req_handle_attributelist_next 
-:      030692 sa_req_handle_attributelist_end:
-0x6ea5 030693 arg sdp_attribute_res ,rega 
-0x6ea6 030694 call ssa_req_range_lastfreg_common 
-0x6ea7 030695 fetch 2 ,mem_sdp_tx_pkt_length 
-0x6ea8 030696 beq 11 ,sa_empty_rsp 
-0x6ea9 030697 branch ssa_req_range_attrbutes_length_no_continue 
-:      030700 sdp_store_continue_common:
-0x6eaa 030701 ifetch 1 ,contr 
-0x6eab 030702 beq 0 ,sdp_store_continue_0byte 
-0x6eac 030703 beq 1 ,sdp_store_continue_1byte 
-0x6ead 030704 beq 2 ,sdp_store_continue_2byte 
-:      030705 sdp_store_continue_0byte:
-0x6eae 030706 increase -1 ,timeup 
-0x6eaf 030707 branch sdp_store_continue_end 
-:      030708 sdp_store_continue_1byte:
-0x6eb0 030709 ifetch 1 ,contr 
-0x6eb1 030710 increase -2 ,timeup 
-0x6eb2 030711 branch sdp_store_continue_end 
-:      030712 sdp_store_continue_2byte:
-0x6eb3 030713 ifetch 2 ,contr 
-0x6eb4 030714 byteswap pdata ,pdata 
-0x6eb5 030715 increase -3 ,timeup 
-:      030716 sdp_store_continue_end:
-0x6eb6 030717 store 2 ,mem_sdp_continue_byte 
-0x6eb7 030718 rtn 
-:      030720 sa_req_all:
-0x6eb8 030721 increase -5 ,timeup 
-0x6eb9 030722 call sdp_store_continue_common 
-0x6eba 030723 nbranch sdp_invalid_pdu_size ,zero 
-0x6ebb 030724 fetcht 4 ,mem_sdp_record_handle 
-0x6ebc 030725 call search_handle 
-0x6ebd 030726 nbranch sdp_invalid_service_record_handle ,zero 
-0x6ebe 030727 copy contr ,rega 
-0x6ebf 030728 call l2cap_get_sdp_tx_payload 
-0x6ec0 030729 copy rega ,contr 
-0x6ec1 030730 increase 3 ,contw 
-0x6ec2 030731 copy contr ,timeup 
-0x6ec3 030732 call sdp_get_data 
-0x6ec4 030733 copy pdata ,rega 
-0x6ec5 030735 fetch 2 ,mem_sdp_continue_byte 
-0x6ec6 030736 copy pdata ,regb 
-0x6ec7 030737 copy rega ,pdata 
-0x6ec8 030738 isub regb ,regb 
-0x6ec9 030739 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6eca 030740 isub regb ,null 
-0x6ecb 030741 nbranch sa_req_all_fragment_sdp ,positive 
-0x6ecc 030743 disable user 
-0x6ecd 030744 fetch 2 ,mem_sdp_continue_byte 
-0x6ece 030745 branch sa_req_all_fisrt_fragment ,blank 
-0x6ecf 030746 iadd timeup ,contr 
-0x6ed0 030747 increase 3 ,regb 
-0x6ed1 030748 copy regb ,loopcnt 
-0x6ed2 030749 copy loopcnt ,pdata 
-0x6ed3 030750 increase 3 ,pdata 
-0x6ed4 030751 byteswap pdata ,pdata 
-0x6ed5 030752 istore 2 ,contw 
-0x6ed6 030753 copy loopcnt ,pdata 
-0x6ed7 030754 byteswap pdata ,pdata 
-0x6ed8 030755 istore 2 ,contw 
-0x6ed9 030756 branch sa_req_all_answer_attributelist_full_loop 
-:      030757 sa_req_all_fisrt_fragment:
-0x6eda 030758 add rega ,6 ,loopcnt 
-0x6edb 030759 branch sa_req_all_parlength_continue_byte ,user 
-0x6edc 030760 byteswap loopcnt ,pdata 
-0x6edd 030761 branch sa_req_all_parlength_continue_byte_end 
-:      030762 sa_req_all_parlength_continue_byte:
-0x6ede 030763 copy loopcnt ,pdata 
-0x6edf 030764 increase 2 ,pdata 
-0x6ee0 030765 byteswap pdata ,pdata 
-:      030766 sa_req_all_parlength_continue_byte_end:
-0x6ee1 030767 istore 2 ,contw 
-0x6ee2 030768 increase -3 ,loopcnt 
-0x6ee3 030769 byteswap loopcnt ,pdata 
-0x6ee4 030770 istore 2 ,contw 
-0x6ee5 030771 copy timeup ,contr 
-0x6ee6 030772 branch sa_req_all_answer_attributelist_full_loop 
-:      030773 sa_req_all_fragment_sdp:
-0x6ee7 030774 enable user 
-0x6ee8 030776 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6ee9 030777 copy pdata ,rega 
-0x6eea 030778 copy rega ,loopcnt 
-0x6eeb 030779 fetch 2 ,mem_sdp_continue_byte 
-0x6eec 030780 branch sa_req_all_fisrt_fragment ,blank 
-0x6eed 030781 iadd timeup ,contr 
-0x6eee 030782 copy rega ,pdata 
-0x6eef 030783 increase 5 ,pdata 
-0x6ef0 030784 byteswap pdata ,pdata 
-0x6ef1 030785 istore 2 ,contw 
-0x6ef2 030786 copy rega ,pdata 
-0x6ef3 030787 byteswap pdata ,pdata 
-0x6ef4 030788 istore 2 ,contw 
-:      030789 sa_req_all_answer_attributelist_full_loop:
-0x6ef5 030790 call memcpy 
-0x6ef6 030791 nbranch sa_req_all_last_frag_continue ,user 
-0x6ef7 030792 force 2 ,pdata 
-0x6ef8 030793 istore 1 ,contw 
-0x6ef9 030794 copy contr ,pdata 
-0x6efa 030795 isub timeup ,pdata 
-0x6efb 030796 byteswap pdata ,pdata 
-0x6efc 030797 istore 2 ,contw 
-0x6efd 030798 branch sa_req_all_frag_end 
-:      030799 sa_req_all_last_frag_continue:
-0x6efe 030800 force 0 ,pdata 
-0x6eff 030801 istore 1 ,contw 
-:      030802 sa_req_all_frag_end:
-0x6f00 030803 arg sdp_attribute_res ,rega 
-0x6f01 030804 branch ssa_req_range_common 
-:      030815 sdp_process_ssa_req:
-0x6f02 030816 bpatchx patch3a_1 ,mem_patch3a 
-0x6f03 030817 call ask_serviceclassid 
-0x6f04 030818 compare 0xff ,temp ,0xff 
-0x6f05 030819 branch sdp_invalid_request_syntax ,true 
-0x6f06 030820 call sdp_store_maxbyte 
-0x6f07 030821 store 2 ,mem_sdp_attribute_maxbyte 
-0x6f08 030822 increase -2 ,timeup 
-0x6f09 030823 call dataelementtype6 
-0x6f0a 030824 arg mem_sdp_attrib_list ,contw 
-0x6f0b 030825 force 0 ,queue 
-:      030826 ssa_req_loop:
-0x6f0c 030827 ifetch 1 ,contr 
-0x6f0d 030828 beq sdp_attribute_range ,ssa_req_range 
-0x6f0e 030829 ifetch 2 ,contr 
-0x6f0f 030830 istore 2 ,contw 
-0x6f10 030831 increase 1 ,queue 
-0x6f11 030832 increase -3 ,timeup 
-0x6f12 030833 increase -3 ,rega 
-0x6f13 030834 nbranch sdp_invalid_request_syntax ,positive 
-0x6f14 030835 nbranch ssa_req_loop ,zero 
-0x6f15 030836 increase -1 ,timeup 
-0x6f16 030837 nbranch sdp_invalid_request_syntax ,zero 
-0x6f17 030838 call l2cap_get_sdp_tx_payload 
-0x6f18 030839 increase 13 ,contw 
-0x6f19 030840 fetch 2 ,mem_sdp_uuid_search_ptr 
-0x6f1a 030841 iforce regc 
-0x6f1b 030842 arg mem_sdp_attrib_list ,rega 
-:      030843 ssa_req_attributelist_next:
-0x6f1c 030844 ifetch 2 ,rega 
-0x6f1d 030845 branch ssa_req_attributelist_end ,blank 
-0x6f1e 030846 iforce regb 
-0x6f1f 030847 call search_attrib 
-0x6f20 030848 branch ssa_req_attributelist_notfound ,blank 
-0x6f21 030849 increase -3 ,contr 
-0x6f22 030850 ifetch 3 ,contr 
-0x6f23 030851 istore 3 ,contw 
-0x6f24 030852 call sdp_data_len 
-0x6f25 030853 iforce loopcnt 
-0x6f26 030854 call memcpy 
-:      030855 ssa_req_attributelist_notfound:
-0x6f27 030856 increase 2 ,rega 
-0x6f28 030857 branch ssa_req_attributelist_next 
-:      030859 ssa_req_attributelist_end:
-0x6f29 030860 call ssa_req_range_lastfreg 
-0x6f2a 030861 fetch 2 ,mem_sdp_tx_pkt_length 
-0x6f2b 030862 beq 14 ,ssa_empty_rsp 
-0x6f2c 030863 call ssa_req_range_attrbutes_length_no_continue 
-0x6f2d 030864 branch ssa_req_range_attrbutes_length_no_continue 
-:      030867 sdp_store_maxbyte:
-0x6f2e 030868 ifetch 2 ,contr 
-0x6f2f 030869 byteswap pdata ,pdata 
-0x6f30 030870 increase -3 ,pdata 
-0x6f31 030871 arg 200 ,temp 
-0x6f32 030872 isub temp ,null 
-0x6f33 030873 nrtn positive 
-0x6f34 030874 setarg 200 
-0x6f35 030875 rtn 
-:      030878 ssa_req_range:
-0x6f36 030879 increase 4 ,contr 
-0x6f37 030880 increase -5 ,timeup 
-0x6f38 030881 increase -5 ,rega 
-0x6f39 030882 nbranch sdp_invalid_request_syntax ,zero 
-0x6f3a 030883 call sdp_store_continue_common 
-0x6f3b 030884 nbranch sdp_invalid_pdu_size ,zero 
-0x6f3c 030885 arg mem_sdp_uuid_search_ptr ,timeup 
-0x6f3d 030886 call search_all_uuid 
-0x6f3e 030887 deposit queue 
-0x6f3f 030888 branch ssa_empty_rsp ,blank 
-0x6f40 030889 store 1 ,mem_handle_humber 
-0x6f41 030891 copy regb ,pdata 
-0x6f42 030892 store 2 ,mem_sdp_all_length 
-0x6f43 030893 arg 0 ,queue 
-0x6f44 030894 arg 0 ,rega 
-0x6f45 030895 call l2cap_get_sdp_tx_payload 
-0x6f46 030896 increase 10 ,contw 
-:      030897 ssa_req_range_find_handle:
-0x6f47 030898 call ssa_req_range_get_length 
-0x6f48 030899 nbranch assert ,user 
-0x6f49 030900 copy contr ,timeup 
-0x6f4a 030901 copy pdata ,regc 
-0x6f4b 030902 iadd rega ,rega 
-0x6f4c 030905 fetch 2 ,mem_sdp_continue_byte 
-0x6f4d 030906 copy pdata ,regb 
-0x6f4e 030907 branch ssa_req_range_first_freg ,blank 
-:      030908 ssa_req_range_later_freg_with_continue:
-0x6f4f 030909 copy rega ,pdata 
-0x6f50 030910 isub regb ,regb 
-0x6f51 030911 branch ssa_req_range_next_handle ,zero 
-0x6f52 030912 nbranch ssa_req_range_next_handle ,positive 
-0x6f53 030913 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6f54 030914 isub regb ,null 
-0x6f55 030915 branch ssa_req_range_maxbyte_with_continue ,zero 
-0x6f56 030916 nbranch ssa_req_range_maxbyte_with_continue ,positive 
-:      030919 ssa_req_range_send_not_maxbyte:
-0x6f57 030920 copy regb ,loopcnt 
-0x6f58 030921 call ssa_req_range_maxbyte_with_continue_cpy 
-0x6f59 030922 fetch 1 ,mem_handle_humber 
-0x6f5a 030923 increase 1 ,queue 
-0x6f5b 030924 isub queue ,null 
-0x6f5c 030925 branch ssa_req_range_lastfreg ,zero 
-0x6f5d 030926 branch ssa_req_range_freg_with_continue 
-:      030928 ssa_req_range_maxbyte_with_continue:
-0x6f5e 030929 copy pdata ,loopcnt 
-0x6f5f 030930 call ssa_req_range_maxbyte_with_continue_cpy 
-0x6f60 030931 branch ssa_req_range_freg_with_continue 
-:      030933 ssa_req_range_maxbyte_with_continue_cpy:
-0x6f61 030934 increase -3 ,contw 
-0x6f62 030935 copy loopcnt ,temp 
-0x6f63 030936 copy regc ,pdata 
-0x6f64 030937 isub regb ,pdata 
-0x6f65 030938 iadd timeup ,contr 
-0x6f66 030939 branch memcpy 
-:      030941 ssa_req_range_next_handle:
-0x6f67 030942 fetch 1 ,mem_handle_humber 
-0x6f68 030943 increase 1 ,queue 
-0x6f69 030944 isub queue ,null 
-0x6f6a 030945 rtn zero 
-0x6f6b 030946 branch ssa_req_range_find_handle 
-:      030948 ssa_req_range_get_length:
-0x6f6c 030949 call disable_user 
-0x6f6d 030950 arg mem_sdp_handle_list ,contr 
-0x6f6e 030951 lshift2 queue ,pdata 
-0x6f6f 030952 iadd contr ,contr 
-0x6f70 030953 ifetcht 4 ,contr 
-0x6f71 030954 call search_handle 
-0x6f72 030955 nrtn zero 
-0x6f73 030956 call sdp_data_len 
-0x6f74 030957 branch enable_user 
-:      030959 ssa_req_range_first_freg:
-0x6f75 030960 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6f76 030961 isub rega ,null 
-0x6f77 030962 nbranch ssa_req_range_firstfreg_maxbyte_with_continue ,positive 
-0x6f78 030963 copy rega ,loopcnt 
-0x6f79 030964 copy loopcnt ,temp 
-0x6f7a 030965 copy timeup ,contr 
-0x6f7b 030966 call memcpy 
-0x6f7c 030967 fetch 2 ,mem_sdp_all_length 
-0x6f7d 030968 isub rega ,null 
-0x6f7e 030969 branch ssa_req_range_freg_no_continue ,zero 
-:      030970 ssa_req_range_firstfreg_not_maxbyte_with_continue:
-0x6f7f 030971 call ssa_req_range_freg_with_continue 
-0x6f80 030972 branch ssa_req_range_attrbutes_length 
-:      030974 ssa_req_range_freg_no_continue:
-0x6f81 030975 call ssa_req_range_lastfreg 
-0x6f82 030976 branch ssa_req_range_attrbutes_length 
-:      030978 ssa_req_range_lastfreg:
-0x6f83 030979 arg sdp_searchattrib_res ,rega 
-:      030980 ssa_req_range_lastfreg_common:
-0x6f84 030981 force 0 ,pdata 
-0x6f85 030982 istore 1 ,contw 
-0x6f86 030983 call ssa_req_range_common 
-0x6f87 030984 fetcht 2 ,mem_sdp_tx_pkt_length 
-0x6f88 030985 increase -5 ,temp 
-0x6f89 030986 byteswap temp ,pdata 
-0x6f8a 030987 istore 2 ,contw 
-0x6f8b 030988 increase -3 ,temp 
-0x6f8c 030989 byteswap temp ,pdata 
-0x6f8d 030990 istore 2 ,contw 
-0x6f8e 030991 rtn 
-:      030993 ssa_req_range_firstfreg_maxbyte_with_continue:
-0x6f8f 030994 copy pdata ,loopcnt 
-0x6f90 030995 copy loopcnt ,temp 
-0x6f91 030996 copy timeup ,contr 
-0x6f92 030997 call memcpy 
-0x6f93 030998 call ssa_req_range_freg_with_continue 
-:      030999 ssa_req_range_attrbutes_length:
-0x6f94 031000 setarg 0x36 
-0x6f95 031001 istore 1 ,contw 
-0x6f96 031002 fetch 2 ,mem_sdp_all_length 
-0x6f97 031003 byteswap pdata ,pdata 
-0x6f98 031004 istore 2 ,contw 
-0x6f99 031005 rtn 
-:      031007 ssa_req_range_attrbutes_length_no_continue:
-0x6f9a 031008 setarg 0x36 
-0x6f9b 031009 istore 1 ,contw 
-0x6f9c 031010 increase -3 ,temp 
-0x6f9d 031011 byteswap temp ,pdata 
-0x6f9e 031012 istore 2 ,contw 
-0x6f9f 031013 rtn 
-:      031015 ssa_req_range_freg_with_continue:
-0x6fa0 031016 arg sdp_searchattrib_res ,rega 
-0x6fa1 031017 setarg 2 
-0x6fa2 031018 istore 1 ,contw 
-0x6fa3 031019 fetch 2 ,mem_sdp_continue_byte 
-0x6fa4 031020 iadd temp ,temp 
-0x6fa5 031021 byteswap temp ,pdata 
-0x6fa6 031022 istore 2 ,contw 
-0x6fa7 031023 call ssa_req_range_common 
-0x6fa8 031024 fetcht 2 ,mem_sdp_tx_pkt_length 
-0x6fa9 031025 increase -5 ,temp 
-0x6faa 031026 byteswap temp ,pdata 
-0x6fab 031027 istore 2 ,contw 
-0x6fac 031028 increase -5 ,temp 
-0x6fad 031029 byteswap temp ,pdata 
-0x6fae 031030 istore 2 ,contw 
-0x6faf 031031 rtn 
-:      031033 ssa_req_range_common:
-0x6fb0 031034 fetch 2 ,mem_sdp_tx_payload_ptr 
-0x6fb1 031035 isub contw ,pdata 
-0x6fb2 031036 sub pdata ,0 ,pdata 
-0x6fb3 031037 store 2 ,mem_sdp_tx_pkt_length 
-0x6fb4 031038 call l2cap_get_sdp_tx_payload 
-0x6fb5 031039 copy rega ,pdata 
-0x6fb6 031040 istore 1 ,contw 
-0x6fb7 031041 fetch 2 ,mem_sdp_transactionid 
-0x6fb8 031042 istore 2 ,contw 
-0x6fb9 031043 rtn 
-:      031056 sdp_process_ssa_res:
-:      031057 sdp_process_ss_res:
-:      031058 sdp_process_sa_res:
-:      031059 sdp_process_error_res:
-0x6fba 031060 rtn 
-:      031093 sdp_invalid_service_record_handle:
-0x6fbb 031094 setarg 0x0200 
-0x6fbc 031095 store 2 ,mem_sdp_error_code 
-0x6fbd 031096 branch sdp_error_response 
-:      031097 sdp_invalid_pdu_size:
-0x6fbe 031098 setarg 0x0400 
-0x6fbf 031099 store 2 ,mem_sdp_error_code 
-0x6fc0 031100 branch sdp_error_response 
-:      031101 sdp_insufficient_resource:
-0x6fc1 031102 setarg 0x0600 
-0x6fc2 031103 store 2 ,mem_sdp_error_code 
-0x6fc3 031104 branch sdp_error_response 
-:      031105 sdp_invalid_request_syntax:
-0x6fc4 031106 setarg 0x0300 
-0x6fc5 031107 store 2 ,mem_sdp_error_code 
-:      031108 sdp_error_response:
-0x6fc6 031109 call l2cap_get_sdp_tx_payload 
-0x6fc7 031110 istore 1 ,contw 
-0x6fc8 031111 fetch 2 ,mem_sdp_transactionid 
-0x6fc9 031112 istore 2 ,contw 
-0x6fca 031113 setarg 0x0200 
-0x6fcb 031114 istore 2 ,contw 
-0x6fcc 031115 fetch 2 ,mem_sdp_error_code 
-0x6fcd 031116 istore 2 ,contw 
-0x6fce 031117 jam 7 ,mem_sdp_tx_pkt_length 
-0x6fcf 031118 rtn 
-:      031123 ask_serviceclassid:
-0x6fd0 031124 arg 0 ,regb 
-0x6fd1 031125 force 0 ,temp 
-0x6fd2 031126 arg mem_sdp_uuid_search_ptr ,contw 
-0x6fd3 031127 call dataelementtype6 
-0x6fd4 031128 branch asksrv_error ,zero 
-:      031129 classidloop:
-0x6fd5 031130 increase 1 ,regb 
-0x6fd6 031131 ifetch 1 ,contr 
-0x6fd7 031132 increase -1 ,rega 
-0x6fd8 031133 increase -1 ,timeup 
-0x6fd9 031134 compare 0x18 ,pdata ,0xf8 
-0x6fda 031135 nbranch asksrv_error ,true 
-0x6fdb 031136 compare 0x04 ,pdata ,0x07 
-0x6fdc 031137 nbranch cmp032 ,true 
-0x6fdd 031138 force 1 ,temp 
-:      031139 skip2bytes:
-0x6fde 031140 ifetch 1 ,contr 
-0x6fdf 031141 increase -1 ,rega 
-0x6fe0 031142 increase -1 ,timeup 
-0x6fe1 031143 bne 0x00 ,frstbwrong 
-0x6fe2 031144 ifetch 1 ,contr 
-0x6fe3 031145 increase -1 ,rega 
-0x6fe4 031146 increase -1 ,timeup 
-0x6fe5 031147 beq 0x00 ,cmpuuid 
-0x6fe6 031148 branch scndbwrong 
-:      031149 frstbwrong:
-0x6fe7 031150 increase 1 ,contr 
-0x6fe8 031151 increase -1 ,rega 
-0x6fe9 031152 increase -1 ,timeup 
-:      031153 scndbwrong:
-0x6fea 031154 increase 2 ,contr 
-0x6feb 031155 increase -2 ,rega 
-0x6fec 031156 increase -2 ,timeup 
-0x6fed 031157 compare 0x00 ,temp ,0xff 
-0x6fee 031158 branch loopornot ,true 
-0x6fef 031159 increase 12 ,contr 
-0x6ff0 031160 increase -12 ,rega 
-0x6ff1 031161 increase -12 ,timeup 
-0x6ff2 031162 branch loopornot 
-:      031163 cmp032:
-0x6ff3 031164 compare 0x02 ,pdata ,0x07 
-0x6ff4 031165 nbranch cmp016 ,true 
-0x6ff5 031166 branch skip2bytes 
-:      031167 cmp016:
-0x6ff6 031168 compare 0x01 ,pdata ,0x07 
-0x6ff7 031169 nbranch asksrv_error ,true 
-:      031170 cmpuuid:
-0x6ff8 031171 increase -2 ,rega 
-0x6ff9 031172 increase -2 ,timeup 
-0x6ffa 031173 ifetch 2 ,contr 
-0x6ffb 031174 sub regb ,4 ,null 
-0x6ffc 031175 branch uuidsize ,zero 
-0x6ffd 031176 istore 2 ,contw 
-:      031177 uuidsize:
-0x6ffe 031178 compare 0x00 ,temp ,0xff 
-0x6fff 031179 branch loopornot ,true 
-0x7000 031180 copy contr ,temp 
-0x7001 031181 ifetch 1 ,contr 
-0x7002 031182 bne 0x00 ,wrong12b 
-0x7003 031183 ifetch 1 ,contr 
-0x7004 031184 bne 0x00 ,wrong12b 
-0x7005 031185 ifetch 1 ,contr 
-0x7006 031186 bne 0x10 ,wrong12b 
-0x7007 031187 ifetch 1 ,contr 
-0x7008 031188 bne 0x00 ,wrong12b 
-0x7009 031189 ifetch 1 ,contr 
-0x700a 031190 bne 0x80 ,wrong12b 
-0x700b 031191 ifetch 1 ,contr 
-0x700c 031192 bne 0x00 ,wrong12b 
-0x700d 031193 ifetch 1 ,contr 
-0x700e 031194 bne 0x00 ,wrong12b 
-0x700f 031195 ifetch 1 ,contr 
-0x7010 031196 bne 0x80 ,wrong12b 
-0x7011 031197 ifetch 1 ,contr 
-0x7012 031198 bne 0x5f ,wrong12b 
-0x7013 031199 ifetch 1 ,contr 
-0x7014 031200 bne 0x9b ,wrong12b 
-0x7015 031201 ifetch 1 ,contr 
-0x7016 031202 bne 0x34 ,wrong12b 
-0x7017 031203 ifetch 1 ,contr 
-0x7018 031204 beq 0xfb ,chck12dn 
-:      031205 wrong12b:
-0x7019 031206 copy temp ,contr 
-:      031207 wrong12b1:
-0x701a 031208 increase 12 ,contr 
-0x701b 031209 force 0x00 ,queue 
-0x701c 031210 force 0x00 ,temp 
-0x701d 031211 branch chck12dn 
-:      031213 chck12dn:
-0x701e 031214 increase -12 ,timeup 
-0x701f 031215 increase -12 ,rega 
-:      031216 loopornot:
-0x7020 031217 force 0x00 ,temp 
-0x7021 031218 compare 0x00 ,rega ,0xff 
-0x7022 031219 nbranch classidloop ,true 
-0x7023 031220 force 0 ,pdata 
-0x7024 031221 istore 2 ,contw 
-0x7025 031222 rtn 
-:      031223 asksrv_error:
-0x7026 031224 arg 0xff ,temp 
-0x7027 031225 rtn 
-:      031235 dataelementtype6:
-0x7028 031236 bpatchx patch3a_4 ,mem_patch3a 
-0x7029 031237 ifetch 1 ,contr 
-0x702a 031238 increase -1 ,timeup 
-0x702b 031239 compare 0x30 ,pdata ,0xf8 
-0x702c 031240 nbranch dsize_error ,true 
-0x702d 031241 compare 0x07 ,pdata ,0x07 
-0x702e 031242 branch dsize32 ,true 
-0x702f 031243 compare 0x06 ,pdata ,0x07 
-0x7030 031244 branch dsize16 ,true 
-0x7031 031245 compare 0x05 ,pdata ,0x07 
-0x7032 031246 nbranch dsize_error ,true 
-0x7033 031248 ifetch 1 ,contr 
-0x7034 031249 copy pdata ,rega 
-0x7035 031250 increase -1 ,timeup 
-0x7036 031251 branch dsize 
-:      031252 dsize32:
-0x7037 031253 increase 2 ,contr 
-0x7038 031254 increase -2 ,timeup 
-:      031255 dsize16:
-0x7039 031256 ifetch 2 ,contr 
-0x703a 031257 byteswap pdata ,rega 
-0x703b 031258 increase -2 ,timeup 
-:      031259 dsize:
-0x703c 031260 force 0x01 ,pdata 
-0x703d 031261 rtn 
-:      031262 dsize_error:
-0x703e 031263 force 0x00 ,pdata 
-0x703f 031264 rtn 
-:      031274 ss_empty_rsp:
-0x7040 031275 setarg sdp_search_res 
-0x7041 031276 store 1 ,mem_sdp_pduid 
-0x7042 031277 branch empty_response 
-:      031278 sa_empty_rsp:
-0x7043 031279 setarg sdp_attribute_res 
-0x7044 031280 store 1 ,mem_sdp_pduid 
-0x7045 031281 branch empty_response 
-:      031282 ssa_empty_rsp:
-0x7046 031283 setarg sdp_searchattrib_res 
-0x7047 031284 store 1 ,mem_sdp_pduid 
-:      031285 empty_response:
-0x7048 031286 call l2cap_get_sdp_tx_payload 
-0x7049 031289 fetch 1 ,mem_sdp_pduid 
-0x704a 031290 copy pdata ,regb 
-0x704b 031291 istore 1 ,contw 
-0x704c 031292 fetch 2 ,mem_sdp_transactionid 
-0x704d 031293 istore 2 ,contw 
-0x704e 031294 setarg 0x0500 
-0x704f 031295 istore 2 ,contw 
-0x7050 031296 compare sdp_attribute_res ,regb ,0xff 
-0x7051 031297 branch fullsearch ,true 
-0x7052 031298 compare sdp_searchattrib_res ,regb ,0xff 
-0x7053 031299 branch fullsearch ,true 
-0x7054 031300 setarg 0x000000 
-0x7055 031301 istore 5 ,contw 
-0x7056 031302 branch outempty 
-:      031304 fullsearch:
-0x7057 031305 setarg 0x350200 
-0x7058 031306 istore 5 ,contw 
-:      031307 outempty:
-0x7059 031308 jam 10 ,mem_sdp_tx_pkt_length 
-0x705a 031309 rtn 
-:      031312 sdp_data_len:
-0x705b 031313 call store_contw 
-0x705c 031314 call store_contr 
-0x705d 031315 call sdp_get_data 
-0x705e 031316 call get_contw 
-0x705f 031317 call get_contr 
-0x7060 031318 copy temp ,pdata 
-0x7061 031319 rtn 
-:      031322 sdp_get_data:
-0x7062 031323 ifetch 1 ,contr 
-0x7063 031324 and pdata ,0x7 ,loopcnt 
-0x7064 031325 rshift3 pdata ,pdata 
-0x7065 031326 bne 0 ,sdp_get_data_type_not0 
-:      031327 sdp_get_data_type0:
-0x7066 031328 force 1 ,pdata 
-0x7067 031329 force 1 ,temp 
-0x7068 031330 rtn 
-:      031332 sdp_get_data_type_not0_sizeindex01234:
-0x7069 031333 call left_shift_n 
-0x706a 031334 add pdata ,1 ,temp 
-0x706b 031335 rtn 
-:      031336 sdp_get_data_type_not0:
-0x706c 031337 deposit loopcnt 
-0x706d 031338 sub pdata ,4 ,null 
-0x706e 031339 branch sdp_get_data_type_not0_sizeindex01234 ,positive 
-0x706f 031340 beq 5 ,sdp_get_data_type_not0_sizeindex5 
-0x7070 031341 beq 6 ,sdp_get_data_type_not0_sizeindex6 
-0x7071 031342 beq 7 ,sdp_get_data_type_not0_sizeindex7 
-0x7072 031343 rtn 
-:      031345 sdp_get_data_type_not0_sizeindex5:
-0x7073 031346 ifetch 1 ,contr 
-0x7074 031347 add pdata ,2 ,temp 
-0x7075 031348 rtn 
-:      031349 sdp_get_data_type_not0_sizeindex6:
-0x7076 031350 ifetch 2 ,contr 
-0x7077 031351 byteswap pdata ,pdata 
-0x7078 031352 add pdata ,3 ,temp 
-0x7079 031353 rtn 
-:      031354 sdp_get_data_type_not0_sizeindex7:
-0x707a 031355 ifetch 2 ,contr 
-0x707b 031356 byteswap pdata ,pdata 
-0x707c 031357 ifetcht 2 ,contr 
-0x707d 031358 byteswap temp ,temp 
-0x707e 031359 lshift16 temp ,temp 
-0x707f 031360 iadd temp ,pdata 
-0x7080 031361 add pdata ,5 ,temp 
-0x7081 031362 rtn 
-:      031368 search_all_uuid:
-0x7082 031369 bpatchx patch3a_5 ,mem_patch3a 
-0x7083 031370 force 0 ,queue 
-0x7084 031371 arg 0 ,regb 
-0x7085 031372 arg mem_sdp_handle_list ,contw 
-:      031373 search_all_uuid_llop:
-0x7086 031374 ifetch 2 ,timeup 
-0x7087 031375 rtn blank 
-0x7088 031376 call search_uuid 
-0x7089 031377 copy queue ,pdata 
-0x708a 031378 rtneq sdp_max_handle_number 
-0x708b 031379 increase 2 ,timeup 
-0x708c 031380 branch search_all_uuid_llop 
-:      031382 search_uuid:
-0x708d 031384 iforce regc 
-0x708e 031386 fetch 2 ,mem_ui_uuid_table 
-0x708f 031387 iforce contr 
-:      031388 search_uuid_next:
-0x7090 031389 copy queue ,pdata 
-0x7091 031390 rtneq sdp_max_handle_number 
-0x7092 031391 disable user 
-0x7093 031392 ifetch 1 ,contr 
-0x7094 031393 rtn blank 
-0x7095 031394 iforce loopcnt 
-:      031395 search_uuid_loop:
-0x7096 031396 ifetch 2 ,contr 
-0x7097 031397 isub regc ,null 
-0x7098 031398 nbranch search_uuid_not_found ,zero 
-0x7099 031399 enable user 
-:      031400 search_uuid_not_found:
-0x709a 031401 loop search_uuid_loop 
-0x709b 031402 ifetcht 4 ,contr 
-0x709c 031403 copy contr ,rega 
-0x709d 031404 nbranch search_uuid_nomatch ,user 
-0x709e 031405 arg mem_sdp_handle_list ,contr 
-0x709f 031406 arg sdp_max_handle_number ,loopcnt 
-:      031407 search_uuid_check_same_handle:
-0x70a0 031408 ifetch 4 ,contr 
-0x70a1 031409 branch search_uuid_store_handle ,blank 
-0x70a2 031410 isub temp ,null 
-0x70a3 031411 branch search_uuid_nomatch ,zero 
-0x70a4 031412 loop search_uuid_check_same_handle 
-0x70a5 031413 rtn 
-:      031414 search_uuid_store_handle:
-0x70a6 031415 istoret 4 ,contw 
-0x70a7 031416 increase 1 ,queue 
-0x70a8 031417 copy rega ,contr 
-0x70a9 031418 call sdp_data_len 
-0x70aa 031419 iadd regb ,regb 
-0x70ab 031420 iadd contr ,contr 
-0x70ac 031421 branch search_uuid_next 
-:      031422 search_uuid_nomatch:
-0x70ad 031423 copy rega ,contr 
-0x70ae 031424 call sdp_get_data 
-0x70af 031425 iadd contr ,contr 
-0x70b0 031426 branch search_uuid_next 
-:      031432 search_handle:
-0x70b1 031433 bpatchx patch3a_6 ,mem_patch3a 
-0x70b2 031434 fetch 2 ,mem_ui_uuid_table 
-0x70b3 031435 iforce contr 
-:      031436 search_handle_loop:
-0x70b4 031437 ifetch 1 ,contr 
-0x70b5 031438 branch disable_zero ,blank 
-0x70b6 031439 lshift pdata ,pdata 
-0x70b7 031440 iadd contr ,contr 
-0x70b8 031441 ifetch 4 ,contr 
-0x70b9 031442 isub temp ,null 
-0x70ba 031443 rtn zero 
-0x70bb 031444 deposit contw 
-0x70bc 031445 store 2 ,mem_contw 
-0x70bd 031446 storet 8 ,mem_temp 
-0x70be 031447 call sdp_get_data 
-0x70bf 031448 iadd contr ,contr 
-0x70c0 031449 copy contr ,pdata 
-0x70c1 031450 fetcht 2 ,mem_contw 
-0x70c2 031451 copy temp ,contw 
-0x70c3 031452 fetcht 8 ,mem_temp 
-0x70c4 031453 copy pdata ,contr 
-0x70c5 031454 branch search_handle_loop 
-:      031460 search_attrib:
-0x70c6 031461 bpatchx patch3a_7 ,mem_patch3a 
-0x70c7 031462 fetch 2 ,mem_ui_uuid_table 
-0x70c8 031463 iforce contr 
-:      031464 search_attrib_next:
-0x70c9 031465 ifetch 1 ,contr 
-0x70ca 031466 branch search_attrib_end ,blank 
-0x70cb 031467 iforce loopcnt 
-:      031468 search_attrib_loop:
-0x70cc 031469 ifetch 2 ,contr 
-0x70cd 031470 isub regc ,null 
-0x70ce 031471 branch search_attrib_found_uuid ,zero 
-0x70cf 031472 loop search_attrib_loop 
-0x70d0 031473 increase 4 ,contr 
-0x70d1 031474 call sdp_get_data 
-0x70d2 031475 iadd contr ,contr 
-0x70d3 031476 branch search_attrib_next 
-:      031477 search_attrib_found_uuid:
-0x70d4 031478 increase -1 ,loopcnt 
-0x70d5 031479 lshift loopcnt ,pdata 
-0x70d6 031480 iadd contr ,contr 
-0x70d7 031481 increase 4 ,contr 
-0x70d8 031482 call sdp_get_data 
-0x70d9 031483 iadd contr ,timeup 
-:      031484 search_attrib_loop_attribs:
-0x70da 031485 increase 1 ,contr 
-0x70db 031486 ifetch 2 ,contr 
-0x70dc 031487 isub regb ,null 
-0x70dd 031491 branch disable_blank ,zero 
-0x70de 031492 call sdp_data_len 
-0x70df 031493 iadd contr ,contr 
-0x70e0 031494 deposit timeup 
-0x70e1 031495 isub contr ,null 
-0x70e2 031496 branch search_attrib_end ,zero 
-0x70e3 031497 branch search_attrib_loop_attribs 
-:      031498 search_attrib_end:
-0x70e4 031499 force 0 ,contr 
-0x70e5 031500 force 0 ,pdata 
-0x70e6 031501 rtn 
-:      031507 search_handle_attrib:
-0x70e7 031508 bpatchx patch3b_0 ,mem_patch3b 
-0x70e8 031509 fetch 2 ,mem_ui_uuid_table 
-0x70e9 031510 iforce contr 
-:      031511 search_handle_attrib_next:
-0x70ea 031512 ifetch 1 ,contr 
-0x70eb 031513 branch search_handle_attrib_end ,blank 
-0x70ec 031514 lshift pdata ,pdata 
-0x70ed 031515 iadd contr ,contr 
-0x70ee 031516 ifetch 4 ,contr 
-0x70ef 031517 isub temp ,null 
-0x70f0 031518 branch search_handl_attrib_found_handle ,zero 
-0x70f1 031519 call sdp_get_data 
-0x70f2 031520 iadd contr ,contr 
-0x70f3 031521 branch search_handle_attrib_next 
-:      031522 search_handl_attrib_found_handle:
-0x70f4 031523 call sdp_get_data 
-0x70f5 031524 iadd contr ,timeup 
-:      031525 search_handle_attrib_loop_attribs:
-0x70f6 031526 increase 1 ,contr 
-0x70f7 031527 ifetch 2 ,contr 
-0x70f8 031528 isub regb ,null 
-0x70f9 031529 rtn zero 
-0x70fa 031530 call sdp_data_len 
-0x70fb 031531 iadd contr ,contr 
-0x70fc 031532 deposit timeup 
-0x70fd 031533 isub contr ,null 
-0x70fe 031534 branch search_handle_attrib_end ,zero 
-0x70ff 031535 branch search_handle_attrib_loop_attribs 
-:      031536 search_handle_attrib_end:
-0x7100 031537 force 0 ,contr 
-0x7101 031538 rtn 
-:      031542 search_rfcomm_cn:
-0x7102 031543 arg 0x0400 ,regb 
-0x7103 031544 call search_handl_attrib_found_handle 
-0x7104 031545 arg 0x0300 ,regb 
-0x7105 031546 call search_uuid_in_data 
-0x7106 031547 nrtn user 
-0x7107 031548 sub rega ,3 ,null 
-0x7108 031549 branch disable_user ,positive 
-0x7109 031550 ifetch 1 ,contr 
-0x710a 031551 bne 0x08 ,disable_user 
-0x710b 031552 ifetch 1 ,contr 
-0x710c 031553 rtn 
-:      031558 search_uuid_in_data:
-0x710d 031559 bpatchx patch3b_1 ,mem_patch3b 
-0x710e 031560 call sdp_get_data 
-0x710f 031561 copy pdata ,rega 
-:      031562 search_uuid_in_data_loop:
-0x7110 031563 ifetch 1 ,contr 
-0x7111 031564 and pdata ,0x7 ,loopcnt 
-0x7112 031565 rshift3 pdata ,pdata 
-0x7113 031566 sub pdata ,3 ,null 
-0x7114 031567 branch search_uuid_in_data_found_uuid ,zero 
-0x7115 031568 copy loopcnt ,pdata 
-0x7116 031569 beq 5 ,search_uuid_in_data_found_element_index5 
-0x7117 031570 beq 6 ,search_uuid_in_data_found_element_index6 
-0x7118 031571 beq 7 ,search_uuid_in_data_found_element_index7 
-0x7119 031572 increase -1 ,contr 
-0x711a 031573 call sdp_get_data 
-0x711b 031574 iadd contr ,contr 
-0x711c 031575 copy rega ,pdata 
-0x711d 031576 isub temp ,rega 
-0x711e 031577 branch disable_user ,zero 
-0x711f 031578 branch search_uuid_in_data_loop 
-:      031580 search_uuid_in_data_found_element_index5:
-0x7120 031581 increase -2 ,rega 
-0x7121 031582 increase 1 ,contr 
-0x7122 031583 branch search_uuid_in_data_loop 
-:      031584 search_uuid_in_data_found_element_index6:
-0x7123 031585 increase -3 ,rega 
-0x7124 031586 increase 2 ,contr 
-0x7125 031587 branch search_uuid_in_data_loop 
-:      031588 search_uuid_in_data_found_element_index7:
-0x7126 031589 increase -5 ,rega 
-0x7127 031590 increase 4 ,contr 
-0x7128 031591 branch search_uuid_in_data_loop 
-:      031593 search_uuid_in_data_found_uuid:
-0x7129 031594 increase -1 ,rega 
-0x712a 031595 copy loopcnt ,pdata 
-0x712b 031596 beq 1 ,search_uuid_in_data_type_uuid_16 
-0x712c 031597 beq 2 ,search_uuid_in_data_type_uuid_32 
-0x712d 031598 beq 4 ,search_uuid_in_data_type_uuid_128 
-0x712e 031599 branch disable_user 
-:      031600 search_uuid_in_data_type_uuid_128:
-0x712f 031601 increase -12 ,rega 
-:      031602 search_uuid_in_data_type_uuid_32:
-0x7130 031603 ifetch 2 ,contr 
-0x7131 031604 increase -2 ,rega 
-:      031605 search_uuid_in_data_type_uuid_16:
-0x7132 031606 ifetch 2 ,contr 
-0x7133 031607 isub regb ,null 
-0x7134 031608 branch enable_user ,zero 
-0x7135 031609 increase -2 ,rega 
-0x7136 031610 branch disable_user ,zero 
-0x7137 031611 branch search_uuid_in_data_loop 
-:      031670 sdp_send_spp_request:
-0x7138 031671 call l2cap_get_sdp_tx_payload 
-0x7139 031672 copy pdata ,contw 
-0x713a 031673 setarg 6 
-0x713b 031674 istore 1 ,contw 
-0x713c 031675 setarg sdp_tid_spp 
-0x713d 031676 istore 2 ,contw 
-0x713e 031677 setarg 0x0f00 
-0x713f 031678 istore 2 ,contw 
-0x7140 031679 setarg 0x1a0535 
-0x7141 031680 istore 3 ,contw 
-0x7142 031681 setarg 0x0111 
-0x7143 031682 lshift16 pdata ,pdata 
-0x7144 031683 istore 4 ,contw 
-0x7145 031684 setarg 0x2600 
-0x7146 031685 istore 2 ,contw 
-0x7147 031686 setarg 0x0335 
-0x7148 031687 istore 2 ,contw 
-0x7149 031688 setarg 0x0009 
-0x714a 031689 istore 2 ,contw 
-0x714b 031690 setarg 0x0004 
-0x714c 031691 istore 2 ,contw 
-0x714d 031692 jam 0x14 ,mem_sdp_tx_pkt_length 
-0x714e 031693 rtn 
-:      031697 function_g2:
-0x714f 031698 bpatchx patch3b_2 ,mem_patch3b 
-0x7150 031699 jam 80 ,mem_aes_cmac_data_length 
-0x7151 031700 arg memdat ,contw 
-0x7152 031701 arg mem_le_srand ,contr 
-0x7153 031702 call memcpy16 
-0x7154 031703 arg mem_le_pubkey_local_x_256 ,contr 
-0x7155 031704 call memcpy32 
-0x7156 031705 arg mem_le_pubkey_remote_x_256 ,contr 
-0x7157 031706 call memcpy32 
-0x7158 031707 call inverse_memdat 
-0x7159 031708 arg mem_le_mrand ,contr 
-0x715a 031709 call store_inverse_k 
-0x715b 031710 call function_aes_cmac 
-0x715c 031712 arg mem_aes_cmac_temp ,contw 
-0x715d 031713 call load_inverse_result 
-0x715e 031714 setarg 1000000 
-0x715f 031715 copy pdata ,rega 
-0x7160 031716 fetch 4 ,mem_aes_cmac_temp 
-0x7161 031717 idiv rega 
-0x7162 031718 call wait_div_end 
-0x7163 031719 remainder pdata 
-0x7164 031720 store 4 ,mem_gkey 
-0x7165 031722 rtn 
-:      031724 function_f6_eb:
-0x7166 031725 jam 65 ,mem_aes_cmac_data_length 
-0x7167 031726 arg memdat ,contw 
-0x7168 031727 call store_addr_common_a 
-0x7169 031728 call store_addr_common_b 
-0x716a 031729 fetch 3 ,mem_le_pres + 1 
-0x716b 031730 istore 3 ,contw 
-0x716c 031733 call get_r 
-0x716d 031735 arg mem_le_mrand ,contr 
-0x716e 031736 call memcpy16 
-0x716f 031737 arg mem_le_srand ,contr 
-0x7170 031738 call memcpy16 
-0x7171 031739 call inverse_memdat 
-0x7172 031740 arg mem_le_mackey ,contr 
-0x7173 031741 arg mem_aes_cmac_k ,contw 
-0x7174 031742 call memcpy16 
-0x7175 031744 branch function_aes_cmac 
-:      031748 get_r:
-0x7176 031749 fetch 4 ,mem_le_tk 
-0x7177 031750 istore 4 ,contw 
-0x7178 031751 call memset0_4 
-0x7179 031752 branch memset0_8 
-:      031754 function_f6_ea:
-0x717a 031755 bpatchx patch3b_3 ,mem_patch3b 
-0x717b 031756 jam 65 ,mem_aes_cmac_data_length 
-0x717c 031757 arg memdat ,contw 
-0x717d 031758 call store_addr_common_b 
-0x717e 031759 call store_addr_common_a 
-0x717f 031760 fetch 3 ,mem_le_preq + 1 
-0x7180 031761 istore 3 ,contw 
-0x7181 031764 call get_r 
-0x7182 031765 arg mem_le_srand ,contr 
-0x7183 031766 call memcpy16 
-0x7184 031767 arg mem_le_mrand ,contr 
-0x7185 031768 call memcpy16 
-0x7186 031769 call inverse_memdat 
-0x7187 031770 arg mem_le_mackey ,contr 
-0x7188 031771 arg mem_aes_cmac_k ,contw 
-0x7189 031772 call memcpy16 
-0x718a 031774 call function_aes_cmac 
-0x718b 031775 arg mem_aes_cmac_temp ,contw 
-0x718c 031776 branch load_inverse_result 
-:      031778 function_f5:
-0x718d 031779 jam 32 ,mem_aes_cmac_data_length 
-0x718e 031780 arg mem_le_dhkey_256 ,contr 
-0x718f 031781 arg memdat ,contw 
-0x7190 031782 call memcpy32 
-0x7191 031783 call inverse_memdat 
-0x7192 031784 arg mem_le_slat ,contr 
-0x7193 031785 call store_inverse_k 
-0x7194 031786 call function_aes_cmac 
-0x7195 031787 arg mem_aes_cmac_k ,contw 
-0x7196 031788 call store_aes_result 
-0x7197 031789 arg 1 ,temp 
-0x7198 031790 call function_f5_common 
-0x7199 031791 arg mem_le_ltk ,contw 
-0x719a 031792 call load_inverse_result 
-0x719b 031793 arg 0 ,temp 
-0x719c 031794 call function_f5_common 
-0x719d 031795 arg mem_le_mackey ,contw 
-0x719e 031797 branch store_aes_result 
-:      031800 function_f5_common:
-0x719f 031801 bpatchx patch3b_4 ,mem_patch3b 
-0x71a0 031802 jam 53 ,mem_aes_cmac_data_length 
-0x71a1 031803 setarg 0x100 
-0x71a2 031804 store 2 ,memdat 
-0x71a3 031805 call store_addr_common_b 
-0x71a4 031806 call store_addr_common_a 
-0x71a5 031807 arg mem_le_srand ,contr 
-0x71a6 031808 call memcpy16 
-0x71a7 031809 arg mem_le_mrand ,contr 
-0x71a8 031810 call memcpy16 
-0x71a9 031812 setarg 0x6c65 
-0x71aa 031813 istore 2 ,contw 
-0x71ab 031814 setarg 0x6274 
-0x71ac 031815 istore 2 ,contw 
-0x71ad 031816 istoret 1 ,contw 
-0x71ae 031817 call inverse_memdat 
-0x71af 031818 branch function_aes_cmac 
-:      031820 store_addr_common_b:
-0x71b0 031821 fetch 6 ,mem_le_lap 
-0x71b1 031822 istore 6 ,contw 
-0x71b2 031823 fetch 1 ,mem_le_conn_own_addr_type 
-0x71b3 031824 istore 1 ,contw 
-0x71b4 031825 rtn 
-:      031827 store_addr_common_a:
-0x71b5 031828 fetch 6 ,mem_le_plap 
-0x71b6 031829 istore 6 ,contw 
-0x71b7 031834 fetch 1 ,mem_le_conn_peer_addr_type 
-0x71b8 031835 istore 1 ,contw 
-0x71b9 031836 rtn 
-:      031838 function_f4_ca:
-0x71ba 031839 jam 65 ,mem_aes_cmac_data_length 
-0x71bb 031840 fetch 1 ,mem_passkey_1bit 
-0x71bc 031841 store 1 ,memdat 
-0x71bd 031842 arg mem_le_pubkey_local_x_256 ,contr 
-0x71be 031843 call memcpy32 
-0x71bf 031844 arg mem_le_pubkey_remote_x_256 ,contr 
-0x71c0 031845 call memcpy32 
-0x71c1 031846 call inverse_memdat 
-0x71c2 031847 arg mem_le_mrand ,contr 
-0x71c3 031848 call store_inverse_k 
-0x71c4 031849 branch function_aes_cmac 
-:      031852 function_f4_cb:
-0x71c5 031853 jam 65 ,mem_aes_cmac_data_length 
-0x71c6 031854 fetch 1 ,mem_passkey_1bit 
-0x71c7 031855 store 1 ,memdat 
-0x71c8 031856 arg mem_le_pubkey_remote_x_256 ,contr 
-0x71c9 031857 call memcpy32 
-0x71ca 031858 arg mem_le_pubkey_local_x_256 ,contr 
-0x71cb 031859 call memcpy32 
-0x71cc 031860 call inverse_memdat 
-0x71cd 031861 arg mem_le_srand ,contr 
-0x71ce 031862 call store_inverse_k 
-0x71cf 031863 branch function_aes_cmac 
-:      031865 function_aes_cmac:
-0x71d0 031866 bpatchx patch3b_5 ,mem_patch3b 
-0x71d1 031867 call function_aes_cmac_generate_subkey 
-0x71d2 031871 fetch 1 ,mem_aes_cmac_data_length 
-0x71d3 031872 copy pdata ,temp 
-:      031873 function_ceil16:
-0x71d4 031874 increase 15 ,pdata 
-0x71d5 031875 rshift4 pdata ,pdata 
-0x71d6 031876 copy pdata ,regb 
-0x71d7 031877 branch function_aes_cmac_set_flag_0_balnk ,blank 
-0x71d8 031878 and temp ,0x0f ,pdata 
-0x71d9 031879 nbranch function_aes_cmac_set_flag_0 ,blank 
-0x71da 031881 arg mem_aes_cmac_k1 ,regc 
-0x71db 031882 arg memdat ,pdata 
-0x71dc 031883 increase -16 ,pdata 
-0x71dd 031886 iadd temp ,rega 
-0x71de 031887 arg mem_aes_cmac_m_last ,contw 
-0x71df 031888 arg 4 ,loopcnt 
-0x71e0 031889 call xor_loop 
-0x71e1 031893 branch function_aes_cmac_aes 
-:      031895 function_aes_cmac_set_flag_0_balnk:
-0x71e2 031896 arg 1 ,regb 
-0x71e3 031897 arg 0 ,rega 
-0x71e4 031899 branch function_aes_cmac_set_flag_0_common 
-:      031902 function_aes_cmac_set_flag_0:
-0x71e5 031904 and temp ,0x0f ,rega 
-:      031905 function_aes_cmac_set_flag_0_common:
-0x71e6 031906 arg memdat ,pdata 
-0x71e7 031907 iadd temp ,pdata 
-0x71e8 031908 isub rega ,contr 
-0x71e9 031910 arg mem_aes_cmac_temp ,contw 
-0x71ea 031911 call function_aes_cmac_padding 
-0x71eb 031913 arg mem_aes_cmac_k2 ,regc 
-0x71ec 031914 arg mem_aes_cmac_temp ,rega 
-0x71ed 031915 arg mem_aes_cmac_m_last ,contw 
-0x71ee 031916 arg 4 ,loopcnt 
-0x71ef 031917 call xor_loop 
-:      031924 function_aes_cmac_aes:
-0x71f0 031929 call aes_clear_data 
-0x71f1 031930 call aes_init 
-0x71f2 031933 arg memdat ,contr 
-:      031934 function_aes_cmac_aes_loop:
-0x71f3 031936 increase -1 ,regb 
-0x71f4 031937 deposit regb 
-0x71f5 031938 branch function_aes_cmac_aes_loop_end ,blank 
-0x71f6 031939 call load_data128 
-0x71f7 031940 call do_aes_cbc 
-0x71f8 031941 branch function_aes_cmac_aes_loop 
-:      031943 function_aes_cmac_aes_loop_end:
-0x71f9 031944 arg mem_aes_cmac_temp ,contw 
-0x71fa 031945 call store_aes_result 
-0x71fb 031946 arg mem_aes_cmac_m_last ,contr 
-0x71fc 031947 call load_data128 
-0x71fd 031948 call aes_init 
-0x71fe 031949 arg mem_aes_cmac_temp ,contr 
-0x71ff 031950 call load_data128 
-0x7200 031951 branch do_aes_cbc 
-:      031955 load_inverse_result:
-0x7201 031957 copy contw ,rega 
-0x7202 031958 call store_aes_result 
-0x7203 031960 arg 16 ,loopcnt 
-0x7204 031961 branch inverse_data 
-:      031963 store_inverse_k:
-0x7205 031964 arg mem_aes_cmac_k ,contw 
-0x7206 031965 call memcpy16 
-:      031966 inverse_k:
-0x7207 031967 arg 16 ,loopcnt 
-0x7208 031968 arg mem_aes_cmac_k ,rega 
-0x7209 031969 branch inverse_data 
-:      031971 inverse_memdat:
-0x720a 031972 fetch 1 ,mem_aes_cmac_data_length 
-0x720b 031973 copy pdata ,loopcnt 
-0x720c 031974 arg memdat ,rega 
-0x720d 031975 branch inverse_data 
-:      031977 bn_lshift_0_inverse:
-0x720e 031978 ifetch 1 ,rega 
-0x720f 031979 lshift pdata ,pdata 
-0x7210 031980 isolate1 0 ,regc 
-0x7211 031981 setflag true ,0 ,pdata 
-0x7212 031982 isolate1 8 ,pdata 
-0x7213 031983 setflag true ,0 ,regc 
-0x7214 031984 istore 1 ,rega 
-0x7215 031985 increase -1 ,rega 
-0x7216 031986 loop bn_lshift_0_inverse 
-0x7217 031987 rtn 
-:      031989 function_aes_cmac_k1_inverse:
-0x7218 031990 arg mem_aes_cmac_k1 ,rega 
-:      031991 function_aes_cmac_inverse_common:
-0x7219 031992 increase 15 ,rega 
-0x721a 031993 force 16 ,loopcnt 
-0x721b 031994 force 0 ,regc 
-0x721c 031995 branch bn_lshift_0_inverse 
-:      031997 function_aes_cmac_k2_inverse:
-0x721d 031998 arg mem_aes_cmac_k2 ,rega 
-0x721e 031999 branch function_aes_cmac_inverse_common 
-:      032002 function_aes_cmac_generate_subkey:
-0x721f 032003 arg mem_aes_cmac_k ,contr 
-0x7220 032004 call load_key 
-0x7221 032007 force regidx_xor ,regext_index 
-0x7222 032008 call aes_clear 
-0x7223 032009 call aes_clear_data 
-0x7224 032010 call do_aes_ocb 
-0x7225 032015 arg mem_aes_cmac_k1 ,contw 
-0x7226 032016 call store_aes_result 
-:      032017 function_aes_cmac_k1:
-0x7227 032018 bpatchx patch3b_6 ,mem_patch3b 
-0x7228 032019 fetch 1 ,mem_aes_cmac_k1 
-0x7229 032020 isolate1 7 ,pdata 
-0x722a 032021 nbranch function_aes_cmac_k1_0 ,true 
-0x722b 032022 call function_aes_cmac_k1_inverse 
-0x722c 032025 arg mem_aes_cmac_k1 ,regc 
-0x722d 032027 arg mem_aes_cmac_k1 ,contw 
-0x722e 032030 call function_aes_cmac_xor_rb 
-0x722f 032031 branch function_aes_cmac_k2 
-:      032032 function_aes_cmac_k1_0:
-0x7230 032033 call function_aes_cmac_k1_inverse 
-:      032034 function_aes_cmac_k2:
-0x7231 032036 arg mem_aes_cmac_k1 ,contr 
-0x7232 032037 arg mem_aes_cmac_k2 ,contw 
-0x7233 032038 call memcpy16 
-0x7234 032039 fetch 1 ,mem_aes_cmac_k2 
-0x7235 032040 isolate1 7 ,pdata 
-0x7236 032041 nbranch function_aes_cmac_k2_inverse ,true 
-0x7237 032042 call function_aes_cmac_k2_inverse 
-0x7238 032044 arg mem_aes_cmac_k2 ,regc 
-0x7239 032046 arg mem_aes_cmac_k2 ,contw 
-:      032052 function_aes_cmac_xor_rb:
-0x723a 032053 arg 3 ,loopcnt 
-:      032054 function_aes_cmac_xor_rb_loop:
-0x723b 032055 arg 0 ,temp 
-0x723c 032056 call function_aes_cmac_xor_loop_common 
-0x723d 032057 increase 4 ,regc 
-0x723e 032058 loop function_aes_cmac_xor_rb_loop 
-0x723f 032059 arg 0x8700 ,temp 
-0x7240 032060 lshift16 temp ,temp 
-:      032061 function_aes_cmac_xor_loop_common:
-0x7241 032062 ifetch 4 ,regc 
-0x7242 032063 ixor temp ,pdata 
-0x7243 032064 istore 4 ,contw 
-0x7244 032065 rtn 
-:      032071 function_aes_cmac_padding:
-0x7245 032072 bpatchx patch3b_7 ,mem_patch3b 
-0x7246 032073 arg 16 ,loopcnt 
-0x7247 032074 arg 0 ,pdata 
-:      032075 function_aes_cmac_padding_loop:
-0x7248 032076 isub rega ,null 
-0x7249 032077 branch function_aes_cmac_padding_beq_length ,zero 
-0x724a 032078 branch function_aes_cmac_padding_big_length ,positive 
-0x724b 032079 ifetcht 1 ,contr 
-0x724c 032080 istoret 1 ,contw 
-:      032081 function_aes_cmac_padding_loop2:
-0x724d 032082 increase 1 ,pdata 
-0x724e 032083 loop function_aes_cmac_padding_loop 
-0x724f 032084 rtn 
-:      032085 function_aes_cmac_padding_beq_length:
-0x7250 032086 arg 0x80 ,temp 
-:      032087 function_aes_cmac_padding_common:
-0x7251 032088 istoret 1 ,contw 
-0x7252 032089 branch function_aes_cmac_padding_loop2 
-:      032091 function_aes_cmac_padding_big_length:
-0x7253 032092 arg 0 ,temp 
-0x7254 032093 branch function_aes_cmac_padding_common 
-:      032096 generate_kinit:
-0x7255 032097 call function_e22 
-0x7256 032098 arg mem_input_store ,contr 
-0x7257 032099 arg mem_kinit ,contw 
-0x7258 032100 branch memcpy16 
-:      032103 function_e21:
-0x7259 032104 disable user 
-0x725a 032105 call function_expand 
-0x725b 032106 arg mem_random_number ,contr 
-0x725c 032107 arg mem_x ,contw 
-0x725d 032108 force 15 ,loopcnt 
-0x725e 032109 call memcpy 
-0x725f 032110 ifetch 1 ,contr 
-0x7260 032111 xor_into 6 ,pdata 
-0x7261 032112 istore 1 ,contw 
-0x7262 032113 setarg mem_y 
-0x7263 032114 store 2 ,memp_ar_input 
-0x7264 032115 setarg mem_x 
-0x7265 032116 store 2 ,memp_ar_key 
-0x7266 032117 set1 mark_ar2 ,mark 
-0x7267 032118 branch function_ar 
-:      032122 function_e22:
-0x7268 032123 fetcht 1 ,mem_pin_length 
-0x7269 032124 force 16 ,regb 
-0x726a 032125 add temp ,6 ,regc 
-0x726b 032126 sub regc ,16 ,null 
-0x726c 032127 branch function_e22_pin_init ,positive 
-0x726d 032128 force 16 ,regc 
-:      032129 function_e22_pin_init:
-0x726e 032130 arg mem_x ,contw 
-:      032131 function_e22_genx_pin:
-0x726f 032132 arg mem_pin ,contr 
-0x7270 032133 copy temp ,loopcnt 
-0x7271 032134 disable user 
-:      032135 function_e22_genx_loop:
-0x7272 032136 ifetch 1 ,contr 
-0x7273 032137 istore 1 ,contw 
-0x7274 032138 increase -1 ,regb 
-0x7275 032139 branch function_e22_genx_end ,zero 
-0x7276 032140 loop function_e22_genx_loop 
-0x7277 032141 branch function_e22_genx_pin ,user 
-0x7278 032142 enable user 
-0x7279 032143 force 6 ,loopcnt 
-0x727a 032144 copy rega ,contr 
-0x727b 032145 branch function_e22_genx_loop 
-:      032146 function_e22_genx_end:
-0x727c 032147 arg mem_random_number ,contr 
-0x727d 032148 arg mem_y ,contw 
-0x727e 032149 call memcpy16 
-0x727f 032150 fetch 1 ,mem_y15 
-0x7280 032151 ixor regc ,pdata 
-0x7281 032152 store 1 ,mem_y15 
-0x7282 032153 setarg mem_y 
-0x7283 032154 store 2 ,memp_ar_input 
-0x7284 032155 setarg mem_x 
-0x7285 032156 store 2 ,memp_ar_key 
-0x7286 032157 set1 mark_ar2 ,mark 
-0x7287 032158 branch function_ar 
-:      032163 function_e1:
-0x7288 032164 disable user 
-0x7289 032165 call function_expand 
-0x728a 032166 branch function_hash 
-:      032168 function_e3:
-0x728b 032169 arg mem_aco ,rega 
-0x728c 032170 enable user 
-0x728d 032171 call function_expand 
-0x728e 032172 call function_hash 
-0x728f 032173 arg mem_input_store ,contr 
-0x7290 032174 arg mem_kc ,contw 
-0x7291 032175 branch memcpy16 
-:      032178 function_hash:
-0x7292 032179 setarg mem_random_number 
-0x7293 032180 store 2 ,memp_ar_input 
-0x7294 032181 setarg mem_link_key 
-0x7295 032182 store 2 ,memp_ar_key 
-0x7296 032183 set0 mark_ar2 ,mark 
-0x7297 032184 call function_ar 
-0x7298 032185 arg mem_input_store ,rega 
-0x7299 032186 arg mem_random_number ,regb 
-0x729a 032187 arg mem_x ,contw 
-0x729b 032188 call xor16 
-0x729c 032189 arg mem_x ,rega 
-0x729d 032190 arg mem_y ,regb 
-0x729e 032191 copy regb ,contw 
-0x729f 032192 enable user 
-0x72a0 032193 call add16 
-0x72a1 032194 call key_offset 
-0x72a2 032195 setarg mem_y 
-0x72a3 032196 store 2 ,memp_ar_input 
-0x72a4 032197 setarg mem_x 
-0x72a5 032198 store 2 ,memp_ar_key 
-0x72a6 032199 set1 mark_ar2 ,mark 
-0x72a7 032200 branch function_ar 
-:      032204 function_ar:
-0x72a8 032205 jam 0 ,mem_ar_hround 
-0x72a9 032206 fetch 2 ,memp_ar_key 
-0x72aa 032207 iforce contr 
-0x72ab 032208 arg mem_key_store ,contw 
-0x72ac 032209 call memcpy16 
-0x72ad 032210 fetch 2 ,memp_ar_input 
-0x72ae 032211 iforce contr 
-0x72af 032212 arg mem_input_store ,contw 
-0x72b0 032213 call memcpy16 
-:      032215 function_ar_loop:
-0x72b1 032216 call key_scheduling 
-0x72b2 032217 disable user 
-0x72b3 032218 bmark0 mark_ar2 ,function_ar_original 
-0x72b4 032219 fetch 1 ,mem_ar_hround 
-0x72b5 032220 bne 4 ,function_ar_original 
-0x72b6 032221 fetch 2 ,memp_ar_input 
-0x72b7 032222 iforce regb 
-0x72b8 032223 call xor_mod32_ar2 
-:      032224 function_ar_original:
-0x72b9 032225 call xor_mod32 
-0x72ba 032226 call el_boxes 
-0x72bb 032227 fetch 1 ,mem_ar_hround 
-0x72bc 032228 increase 1 ,pdata 
-0x72bd 032229 store 1 ,mem_ar_hround 
-0x72be 032231 call key_scheduling 
-0x72bf 032232 enable user 
-0x72c0 032233 call xor_mod32 
-0x72c1 032234 call pht 
-0x72c2 032235 call permute 
-0x72c3 032236 call pht 
-0x72c4 032237 call permute 
-0x72c5 032238 call pht 
-0x72c6 032239 call permute 
-0x72c7 032240 call pht 
-0x72c8 032241 fetch 1 ,mem_ar_hround 
-0x72c9 032242 increase 1 ,pdata 
-0x72ca 032243 store 1 ,mem_ar_hround 
-0x72cb 032244 bne 16 ,function_ar_loop 
-0x72cc 032245 call key_scheduling 
-0x72cd 032246 disable user 
-0x72ce 032247 branch xor_mod32 
-:      032251 key_scheduling:
-0x72cf 032252 fetch 1 ,mem_ar_hround 
-0x72d0 032253 arg mem_key_store ,contr 
-0x72d1 032254 branch key_sched_zero ,blank 
-0x72d2 032255 iforce regb 
-0x72d3 032256 force 17 ,loopcnt 
-0x72d4 032257 copy contr ,contw 
-:      032258 key_rotateloop:
-0x72d5 032259 ifetch 1 ,contr 
-0x72d6 032260 lshift3 pdata ,temp 
-0x72d7 032261 rshift2 pdata ,pdata 
-0x72d8 032262 rshift3 pdata ,pdata 
-0x72d9 032263 ior temp ,pdata 
-0x72da 032264 istore 1 ,contw 
-0x72db 032265 loop key_rotateloop 
-0x72dc 032266 setarg mem_key_store 
-0x72dd 032267 iadd regb ,contr 
-0x72de 032268 force 16 ,loopcnt 
-0x72df 032269 arg mem_round_key ,contw 
-:      032270 key_select_octet_loop:
-0x72e0 032271 ifetch 1 ,contr 
-0x72e1 032272 istore 1 ,contw 
-0x72e2 032273 compare mem_key_store_end ,contr ,0xff 
-0x72e3 032274 nbranch key_select_octet_nwrap ,true 
-0x72e4 032275 increase -17 ,contr 
-:      032276 key_select_octet_nwrap:
-0x72e5 032277 loop key_select_octet_loop 
-0x72e6 032278 force 0 ,rega 
-0x72e7 032279 add regb ,-1 ,regc 
-0x72e8 032280 lshift2 regc ,regc 
-0x72e9 032281 lshift2 regc ,regc 
-0x72ea 032282 call enable_authrom 
-0x72eb 032283 setarg mem_b_box 
-0x72ec 032284 iadd regc ,regc 
-0x72ed 032285 arg mem_round_key ,contw 
-0x72ee 032286 force 16 ,loopcnt 
-:      032287 bias_round_key_loop:
-0x72ef 032288 ifetcht 1 ,regc 
-0x72f0 032289 ifetch 1 ,contw 
-0x72f1 032290 iadd temp ,pdata 
-0x72f2 032291 istore 1 ,contw 
-0x72f3 032292 increase 1 ,regc 
-0x72f4 032293 loop bias_round_key_loop 
-0x72f5 032294 branch disable_authrom 
-:      032296 key_sched_zero:
-0x72f6 032297 force 16 ,loopcnt 
-0x72f7 032298 force 0 ,temp 
-:      032299 create_byte_16_loop:
-0x72f8 032300 ifetch 1 ,contr 
-0x72f9 032301 ixor temp ,temp 
-0x72fa 032302 loop create_byte_16_loop 
-0x72fb 032303 deposit temp 
-0x72fc 032304 istore 1 ,contr 
-0x72fd 032305 arg mem_key_store ,contr 
-0x72fe 032306 arg mem_round_key ,contw 
-0x72ff 032307 branch memcpy16 
-:      032309 xor_mod32:
-0x7300 032310 arg mem_round_key ,regb 
-:      032311 xor_mod32_ar2:
-0x7301 032312 force 16 ,loopcnt 
-0x7302 032313 arg mem_input_store ,rega 
-0x7303 032314 copy rega ,contw 
-:      032315 xor_mod32_loop:
-0x7304 032316 ifetcht 1 ,rega 
-0x7305 032317 ifetch 1 ,regb 
-0x7306 032318 ixor temp ,alarm 
-0x7307 032319 and loopcnt ,3 ,regc 
-0x7308 032320 nbranch xor_mod32_invert ,user 
-0x7309 032321 xor_into 3 ,regc 
-:      032322 xor_mod32_invert:
-0x730a 032323 sub regc ,1 ,regc 
-0x730b 032324 branch xor_even ,positive 
-0x730c 032325 iadd temp ,alarm 
-:      032326 xor_even:
-0x730d 032327 deposit alarm 
-0x730e 032328 istore 1 ,contw 
-0x730f 032329 increase 1 ,rega 
-0x7310 032330 increase 1 ,regb 
-0x7311 032331 loop xor_mod32_loop 
-0x7312 032332 rtn 
-:      032334 el_boxes:
-0x7313 032335 call enable_authrom 
-0x7314 032336 force 16 ,loopcnt 
-0x7315 032337 arg mem_input_store ,rega 
-:      032338 el_box_loop:
-0x7316 032339 ifetch 1 ,rega 
-0x7317 032340 arg mem_e_box ,contr 
-0x7318 032341 and loopcnt ,3 ,regc 
-0x7319 032342 sub regc ,1 ,null 
-0x731a 032343 branch e_boxes ,positive 
-0x731b 032344 arg mem_l_box ,contr 
-:      032345 e_boxes:
-0x731c 032346 iadd contr ,contr 
-0x731d 032347 ifetch 1 ,contr 
-0x731e 032348 istore 1 ,rega 
-0x731f 032349 increase 1 ,rega 
-0x7320 032350 loop el_box_loop 
-0x7321 032351 branch disable_authrom 
-:      032353 pht:
-0x7322 032354 force 8 ,loopcnt 
-0x7323 032355 arg mem_input_store ,contr 
-0x7324 032356 copy contr ,contw 
-:      032357 pht_loop:
-0x7325 032358 ifetch 1 ,contr 
-0x7326 032359 iforce rega 
-0x7327 032360 ifetch 1 ,contr 
-0x7328 032361 iforce regb 
-0x7329 032362 lshift rega ,pdata 
-0x732a 032363 iadd regb ,pdata 
-0x732b 032364 istore 1 ,contw 
-0x732c 032365 deposit rega 
-0x732d 032366 iadd regb ,pdata 
-0x732e 032367 istore 1 ,contw 
-0x732f 032368 loop pht_loop 
-0x7330 032369 rtn 
-:      032372 permute:
-0x7331 032373 setarg 0x8ae42c 
-0x7332 032374 iforce temp 
-0x7333 032375 force 7 ,loopcnt 
-0x7334 032376 call permute_exchange 
-0x7335 032377 setarg 0xd751b 
-0x7336 032378 iforce temp 
-0x7337 032379 force 5 ,loopcnt 
-0x7338 032380 call permute_exchange 
-0x7339 032381 fetch 1 ,mem_input_store + 15 
-0x733a 032382 iforce rega 
-0x733b 032383 fetch 1 ,mem_input_store + 3 
-0x733c 032384 store 1 ,mem_input_store + 15 
-0x733d 032385 deposit rega 
-0x733e 032386 store 1 ,mem_input_store + 3 
-0x733f 032387 rtn 
-:      032389 permute_exchange:
-0x7340 032390 and temp ,0xf ,regb 
-:      032391 permute_loop:
-0x7341 032392 and temp ,0xf ,pdata 
-0x7342 032393 arg mem_input_store ,contw 
-0x7343 032394 iadd contw ,contw 
-0x7344 032395 ifetch 1 ,contw 
-0x7345 032396 iforce regc 
-0x7346 032397 deposit rega 
-0x7347 032398 istore 1 ,contw 
-0x7348 032399 copy regc ,rega 
-0x7349 032400 rshift4 temp ,temp 
-0x734a 032401 loop permute_loop 
-0x734b 032402 setarg mem_input_store 
-0x734c 032403 iadd regb ,contw 
-0x734d 032404 deposit rega 
-0x734e 032405 istore 1 ,contw 
-0x734f 032406 rtn 
-:      032408 add16:
-0x7350 032409 enable user 
-0x7351 032410 branch xor_add16 
-:      032412 xor16:
-0x7352 032413 disable user 
-:      032414 xor_add16:
-0x7353 032415 force 16 ,loopcnt 
-:      032416 xoradd_loop:
-0x7354 032417 ifetcht 1 ,rega 
-0x7355 032418 ifetch 1 ,regb 
-0x7356 032419 branch xoradd_add ,user 
-0x7357 032420 ixor temp ,pdata 
-0x7358 032421 branch xoradd_store 
-:      032422 xoradd_add:
-0x7359 032423 iadd temp ,pdata 
-:      032424 xoradd_store:
-0x735a 032425 istore 1 ,contw 
-0x735b 032426 increase 1 ,rega 
-0x735c 032427 increase 1 ,regb 
-0x735d 032428 loop xoradd_loop 
-0x735e 032429 rtn 
-:      032432 function_expand:
-0x735f 032433 arg mem_y ,contw 
-0x7360 032434 ifetch 6 ,rega 
-0x7361 032435 istore 6 ,contw 
-0x7362 032436 branch expand_12 ,user 
-0x7363 032437 ifetch 6 ,rega 
-0x7364 032438 branch expand_cont 
-:      032439 expand_12:
-0x7365 032440 ifetch 6 ,contr 
-:      032441 expand_cont:
-0x7366 032442 istore 6 ,contw 
-0x7367 032443 ifetch 4 ,rega 
-0x7368 032444 istore 4 ,contw 
-0x7369 032445 rtn 
-:      032447 key_offset:
-0x736a 032448 arg mem_link_key ,contr 
-0x736b 032449 arg mem_x ,contw 
-0x736c 032450 arg 0 ,temp 
-0x736d 032451 setarg 0x8395a7 
-0x736e 032452 call concatenate_temp24 
-0x736f 032453 setarg 0xb3c1df 
-0x7370 032454 call concatenate_temp24 
-0x7371 032455 setarg 0xe5e9 
-0x7372 032456 call concatenate_temp16 
-0x7373 032457 copy temp ,regab 
-0x7374 032458 disable user 
-0x7375 032459 call key_addxor 
-0x7376 032460 copy regab ,temp 
-0x7377 032461 enable user 
-0x7378 032462 branch key_addxor 
-:      032464 key_addxor:
-0x7379 032465 force 8 ,loopcnt 
-:      032466 key_addxor_loop:
-0x737a 032467 ifetch 1 ,contr 
-0x737b 032468 compare 1 ,loopcnt ,1 
-0x737c 032469 branch key_high ,user 
-0x737d 032470 branch key_xor ,true 
-:      032471 key_add:
-0x737e 032472 iadd temp ,pdata 
-0x737f 032473 branch key_store 
-:      032474 key_high:
-0x7380 032475 branch key_add ,true 
-:      032476 key_xor:
-0x7381 032477 ixor temp ,pdata 
-:      032478 key_store:
-0x7382 032479 istore 1 ,contw 
-0x7383 032480 rshift8 temp ,temp 
-0x7384 032481 loop key_addxor_loop 
-0x7385 032482 rtn 
-:      032484 copy_aco:
-0x7386 032485 fetch 6 ,mem_input_store + 4 
-0x7387 032486 store 6 ,mem_aco 
-0x7388 032487 ifetch 6 ,contr 
-0x7389 032488 istore 6 ,contw 
-0x738a 032489 rtn 
-:      032491 concatenate_temp24:
-0x738b 032492 lshift8 temp ,temp 
-:      032493 concatenate_temp16:
-0x738c 032494 lshift16 temp ,temp 
-0x738d 032495 ior temp ,temp 
-0x738e 032496 rtn 
-:      032500 loop1:
-0x738f 032501 branch loop1 
-:      032505 generate_stk:
-0x7390 032506 bpatchx patch3c_0 ,mem_patch3c 
-0x7391 032507 call function_s1 
-0x7392 032508 arg mem_le_ltk ,contw 
-0x7393 032509 branch store_aes_result 
-:      032512 authenticate_rconfirm:
-0x7394 032513 arg mem_le_srand ,contw 
-0x7395 032514 branch authenticate_mconfirm ,master 
-0x7396 032515 arg mem_le_mrand ,contw 
-:      032516 authenticate_mconfirm:
-0x7397 032517 copy contr ,rega 
-0x7398 032518 call memcpy16 
-0x7399 032519 call function_c1 
-0x739a 032520 arg mem_le_rconfirm ,contr 
-0x739b 032521 branch compare_res 
-:      032523 generate_confirm:
-0x739c 032524 arg mem_le_mrand ,rega 
-0x739d 032525 branch generate_mrand ,master 
-0x739e 032526 arg mem_le_srand ,rega 
-:      032527 generate_mrand:
-0x739f 032528 copy rega ,contw 
-0x73a0 032529 call generate_random 
-0x73a1 032530 branch function_c1 
-:      032532 generate_sk:
-0x73a2 032533 arg mem_le_skdm ,contr 
-0x73a3 032534 call load_data128 
-0x73a4 032535 arg mem_le_ltk ,contr 
-0x73a5 032536 call load_regext 
-0x73a6 032537 force 0x38 ,aes_ctrl 
-0x73a7 032538 force 0x0 ,aes_ctrl 
-0x73a8 032539 call wait_aes 
-0x73a9 032540 arg mem_le_sk ,contw 
-0x73aa 032541 branch store_aes_result 
-:      032544 first_block_counter:
-0x73ab 032545 force 0x49 ,pdata 
-0x73ac 032546 branch first_block 
-:      032547 first_block_data:
-0x73ad 032548 force 1 ,pdata 
-:      032549 first_block:
-0x73ae 032550 force regidx_data ,regext_index 
-0x73af 032551 lshift8 temp ,regext 
-0x73b0 032552 ior regext ,regext 
-0x73b1 032553 increase 1 ,regext_index 
-0x73b2 032554 rshift8 temp ,regext 
-0x73b3 032555 rshift16 regext ,regext 
-0x73b4 032556 fetch 2 ,mem_le_ivm 
-0x73b5 032557 lshift16 ,pdata ,pdata 
-0x73b6 032558 ior regext ,regext 
-0x73b7 032559 increase 1 ,regext_index 
-0x73b8 032560 ifetch 4 ,contr 
-0x73b9 032561 iforce regext 
-0x73ba 032562 increase 1 ,regext_index 
-0x73bb 032563 ifetch 2 ,contr 
-0x73bc 032564 byteswap rega ,regext 
-0x73bd 032565 lshift16 regext ,regext 
-0x73be 032566 ior regext ,regext 
-0x73bf 032567 increase 1 ,regext_index 
-0x73c0 032568 rtn 
-:      032572 generate_mic:
-0x73c1 032573 add regc ,1 ,contr 
-0x73c2 032574 ifetch 1 ,contr 
-0x73c3 032575 iforce rega 
-0x73c4 032576 call first_block_counter 
-0x73c5 032577 call do_aes_ocb 
-0x73c6 032579 force regidx_data ,regext_index 
-0x73c7 032580 ifetch 1 ,regc 
-0x73c8 032581 and_into 0x3 ,pdata 
-0x73c9 032582 lshift16 pdata ,regext 
-0x73ca 032583 set1 8 ,regext 
-0x73cb 032584 call clear_hidata 
-0x73cc 032585 call do_aes_cbc 
-0x73cd 032587 copy rega ,loopcnt 
-0x73ce 032588 add regc ,2 ,contr 
-0x73cf 032589 call padding_data 
-:      032590 generate_mic_loop:
-0x73d0 032591 call aes_load_data 
-0x73d1 032592 call do_aes_cbc 
-0x73d2 032593 deposit loopcnt 
-0x73d3 032594 branch generate_mic_end ,blank 
-0x73d4 032595 branch generate_mic_loop 
-:      032596 generate_mic_end:
-0x73d5 032597 force regidx_result ,regext_index 
-0x73d6 032598 deposit regext 
-0x73d7 032599 store 4 ,mem_le_mic 
-0x73d8 032600 rtn 
-:      032602 aes_crypt_data:
-0x73d9 032603 increase 1 ,rega 
-0x73da 032604 call first_block_data 
-0x73db 032605 copy regc ,contr 
-0x73dc 032606 call aes_load_xor 
-0x73dd 032607 call do_aes_ctr 
-0x73de 032608 call store_enc_data 
-0x73df 032609 increase 16 ,regc 
-0x73e0 032610 increase -16 ,regb 
-0x73e1 032611 branch aes_crypt_data ,positive 
-0x73e2 032612 rtn 
-:      032614 le_encrypt:
-0x73e3 032615 bpatchx patch3c_1 ,mem_patch3c 
-0x73e4 032616 arg mem_le_txheader ,regc 
-0x73e5 032617 fetcht 5 ,mem_le_pcnt_tx 
-0x73e6 032618 call generate_mic 
-0x73e7 032619 force regidx_xor ,regext_index 
-0x73e8 032620 iforce regext 
-0x73e9 032621 force 0 ,rega 
-0x73ea 032622 call first_block_data 
-0x73eb 032623 call do_aes_ctr 
-0x73ec 032624 arg mem_le_txpayload ,regc 
-0x73ed 032625 fetch 1 ,mem_le_txlen 
-0x73ee 032626 add pdata ,-1 ,regb 
-0x73ef 032627 iadd regc ,contw 
-0x73f0 032628 force regidx_result ,regext_index 
-0x73f1 032629 deposit regext 
-0x73f2 032630 istore 4 ,contw 
-0x73f3 032631 call aes_crypt_data 
-0x73f4 032632 fetch 1 ,mem_le_txlen 
-0x73f5 032633 increase 4 ,pdata 
-0x73f6 032634 store 1 ,mem_le_txlen 
-0x73f7 032635 fetcht 5 ,mem_le_pcnt_tx 
-0x73f8 032636 increase 1 ,temp 
-0x73f9 032637 storet 5 ,mem_le_pcnt_tx 
-0x73fa 032638 rtn 
-:      032640 le_decrypt:
-0x73fb 032641 bpatchx patch3c_2 ,mem_patch3c 
-0x73fc 032642 fetch 1 ,mem_le_rxbuf + 1 
-0x73fd 032643 sub pdata ,20 ,null 
-0x73fe 032644 branch le_dec_cont ,positive 
-:      032645 le_dec_cont:
-0x73ff 032646 arg mem_le_rxbuf + 2 ,regc 
-0x7400 032647 add pdata ,-1 ,regb 
-0x7401 032648 increase -4 ,pdata 
-0x7402 032649 store 1 ,mem_le_rxbuf + 1 
-0x7403 032650 iadd regc ,contr 
-0x7404 032651 ifetch 4 ,contr 
-0x7405 032652 force regidx_xor ,regext_index 
-0x7406 032653 iforce regext 
-0x7407 032654 force 0 ,rega 
-0x7408 032655 fetcht 5 ,mem_le_pcnt_rx 
-0x7409 032656 call first_block_data 
-0x740a 032657 call do_aes_ctr 
-0x740b 032658 force regidx_result ,regext_index 
-0x740c 032659 deposit regext 
-0x740d 032660 store 4 ,mem_le_peer_mic 
-0x740e 032661 call aes_crypt_data 
-0x740f 032662 arg mem_le_rxbuf ,regc 
-0x7410 032663 call generate_mic 
-0x7411 032664 fetcht 4 ,mem_le_peer_mic 
-0x7412 032665 isub temp ,pdata 
-0x7413 032666 nrtn blank 
-0x7414 032667 fetch 4 ,mem_le_last_mic 
-0x7415 032668 isub temp ,pdata 
-0x7416 032669 rtn blank 
-0x7417 032670 storet 4 ,mem_le_last_mic 
-0x7418 032671 fetch 5 ,mem_le_pcnt_rx 
-0x7419 032672 increase 1 ,pdata 
-0x741a 032673 store 5 ,mem_le_pcnt_rx 
-0x741b 032674 force 0 ,pdata 
-0x741c 032675 rtn 
-:      032677 wait_aes:
-0x741d 032678 nbranch wait_aes ,aes_ready 
-0x741e 032679 rtn 
-:      032681 do_aes_ocb:
-0x741f 032682 force 0x30 ,aes_ctrl 
-0x7420 032683 force 0x0 ,aes_ctrl 
-0x7421 032684 branch wait_aes 
-:      032686 do_aes_cbc:
-0x7422 032687 force 0x32 ,aes_ctrl 
-0x7423 032688 force 0x2 ,aes_ctrl 
-0x7424 032689 branch wait_aes 
-:      032691 do_aes_ctr:
-0x7425 032692 force 0x34 ,aes_ctrl 
-0x7426 032693 force 0x4 ,aes_ctrl 
-0x7427 032694 branch wait_aes 
-:      032697 aes_init:
-0x7428 032698 force 1 ,aes_ctrl 
-0x7429 032699 force 0 ,aes_ctrl 
-0x742a 032700 rtn 
-:      032701 function_s1:
-0x742b 032702 force regidx_data ,regext_index 
-0x742c 032703 fetch 4 ,mem_le_mrand 
-0x742d 032704 iforce regext 
-0x742e 032705 increase 1 ,regext_index 
-0x742f 032706 ifetch 4 ,contr 
-0x7430 032707 iforce regext 
-0x7431 032708 increase 1 ,regext_index 
-0x7432 032709 fetch 4 ,mem_le_srand 
-0x7433 032710 iforce regext 
-0x7434 032711 increase 1 ,regext_index 
-0x7435 032712 ifetch 4 ,contr 
-0x7436 032713 iforce regext 
-0x7437 032714 increase 1 ,regext_index 
-0x7438 032715 call aes_clear 
-0x7439 032716 increase -4 ,regext_index 
-0x743a 032717 fetch 4 ,mem_le_tk 
-0x743b 032718 copy pdata ,regext 
-0x743c 032719 increase 4 ,regext_index 
-0x743d 032720 force 0x38 ,aes_ctrl 
-0x743e 032721 force 0x8 ,aes_ctrl 
-0x743f 032722 branch wait_aes 
-:      032725 function_c1:
-0x7440 032726 bpatchx patch3c_3 ,mem_patch3c 
-0x7441 032727 fetch 6 ,mem_le_lap 
-0x7442 032728 fetcht 6 ,mem_le_plap 
-0x7443 032729 branch function_c1_master ,master 
-0x7444 032730 fetch 6 ,mem_le_plap 
-0x7445 032731 fetcht 6 ,mem_le_lap 
-:      032732 function_c1_master:
-0x7446 032733 force regidx_xor ,regext_index 
-0x7447 032734 copy temp ,regext 
-0x7448 032735 increase 1 ,regext_index 
-0x7449 032736 rshift32 temp ,regext 
-0x744a 032737 lshift16 pdata ,pdata 
-0x744b 032738 ior regext ,regext 
-0x744c 032739 increase 1 ,regext_index 
-0x744d 032740 rshift32 pdata ,regext 
-0x744e 032741 increase 1 ,regext_index 
-0x744f 032742 force 0 ,regext 
-0x7450 032743 force 0 ,pdata 
-0x7451 032744 fetch 1 ,mem_le_conn_peer_addr_type 
-0x7452 032745 fetcht 1 ,mem_le_adv_own_addr_type 
-0x7453 032746 nbranch function_c1_irat ,master 
-0x7454 032748 fetch 1 ,mem_le_conn_own_addr_type 
-0x7455 032749 fetcht 1 ,mem_le_conn_peer_addr_type 
-:      032750 function_c1_irat:
-0x7456 032751 store 1 ,mem_le_iat 
-0x7457 032752 storet 1 ,mem_le_rat 
-0x7458 032753 force regidx_data ,regext_index 
-0x7459 032754 arg mem_le_iat ,regb 
-0x745a 032755 force 4 ,loopcnt 
-:      032756 function_c1_loop1:
-0x745b 032757 ifetch 4 ,rega 
-0x745c 032758 ifetcht 4 ,regb 
-0x745d 032759 ixor temp ,regext 
-0x745e 032760 increase 1 ,regext_index 
-0x745f 032761 increase 4 ,rega 
-0x7460 032762 increase 4 ,regb 
-0x7461 032763 loop function_c1_loop1 
-0x7462 032764 call aes_clear 
-0x7463 032765 increase -4 ,regext_index 
-0x7464 032766 fetch 4 ,mem_le_tk 
-0x7465 032767 copy pdata ,regext 
-0x7466 032768 increase 4 ,regext_index 
-0x7467 032769 force 0x38 ,aes_ctrl 
-0x7468 032770 force 0xc ,aes_ctrl 
-0x7469 032771 call wait_aes 
-0x746a 032773 call aes_clear_data 
-0x746b 032774 force 0x3a ,aes_ctrl 
-0x746c 032775 force 0x8 ,aes_ctrl 
-0x746d 032776 branch wait_aes 
-:      032778 padding_data:
-0x746e 032779 compare 0 ,loopcnt ,3 
-0x746f 032780 rtn true 
-0x7470 032781 deposit contr 
-0x7471 032782 iadd loopcnt ,contw 
-0x7472 032783 force 0 ,pdata 
-:      032784 padding_loop:
-0x7473 032785 istore 1 ,contw 
-0x7474 032786 increase 1 ,loopcnt 
-0x7475 032787 compare 0 ,loopcnt ,3 
-0x7476 032788 rtn true 
-0x7477 032789 branch padding_loop 
-:      032791 aes_load_data:
-0x7478 032792 force regidx_data ,regext_index 
-:      032793 load_data_loop:
-0x7479 032794 deposit loopcnt 
-0x747a 032795 branch load_data_padding ,blank 
-0x747b 032796 ifetch 4 ,contr 
-0x747c 032797 increase -4 ,loopcnt 
-:      032798 load_data_padding:
-0x747d 032799 iforce regext 
-0x747e 032800 increase 1 ,regext_index 
-0x747f 032801 compare regidx_key ,regext_index ,0xf 
-0x7480 032802 rtn true 
-0x7481 032803 branch load_data_loop 
-:      032805 aes_load_xor:
-0x7482 032806 force regidx_xor ,regext_index 
-0x7483 032807 branch load_regext 
-:      032808 load_key:
-0x7484 032809 force regidx_key ,regext_index 
-0x7485 032810 branch load_regext 
-:      032811 load_data128:
-0x7486 032812 force regidx_data ,regext_index 
-:      032813 load_regext:
-0x7487 032814 force 4 ,loopcnt 
-:      032815 load_regext_loop:
-0x7488 032816 ifetch 4 ,contr 
-0x7489 032817 iforce regext 
-0x748a 032818 increase 1 ,regext_index 
-0x748b 032819 loop load_regext_loop 
-0x748c 032820 rtn 
-:      032822 load_sk:
-0x748d 032823 arg mem_le_sk ,contr 
-0x748e 032824 branch load_key 
-:      032826 clear_hidata:
-0x748f 032827 force 4 ,loopcnt 
-0x7490 032828 branch clear_data_rest 
-:      032830 aes_clear_data:
-0x7491 032831 force regidx_data ,regext_index 
-:      032832 aes_clear:
-0x7492 032833 force 4 ,loopcnt 
-:      032834 clear_loop:
-0x7493 032835 force 0 ,regext 
-:      032836 clear_data_rest:
-0x7494 032837 increase 1 ,regext_index 
-0x7495 032838 loop clear_loop 
-0x7496 032839 rtn 
-:      032841 store_aes_result:
-0x7497 032842 force regidx_result ,regext_index 
-0x7498 032843 force 4 ,loopcnt 
-:      032844 send_aes_result_loop:
-0x7499 032845 deposit regext 
-0x749a 032846 istore 4 ,contw 
-0x749b 032847 increase 1 ,regext_index 
-0x749c 032848 loop send_aes_result_loop 
-0x749d 032849 rtn 
-:      032851 store_enc_data:
-0x749e 032852 force regidx_result ,regext_index 
-0x749f 032853 copy regc ,contw 
-0x74a0 032854 add regb ,1 ,loopcnt 
-0x74a1 032855 sub loopcnt ,15 ,null 
-0x74a2 032856 branch store_enc_loop ,positive 
-0x74a3 032857 force 16 ,loopcnt 
-:      032858 store_enc_loop:
-0x74a4 032859 deposit regext 
-0x74a5 032860 sub loopcnt ,3 ,null 
-0x74a6 032861 branch store_enc_byte ,positive 
-0x74a7 032862 istore 4 ,contw 
-0x74a8 032863 increase -4 ,loopcnt 
-0x74a9 032864 rtn zero 
-0x74aa 032865 increase 1 ,regext_index 
-0x74ab 032866 branch store_enc_loop 
-:      032867 store_enc_byte:
-0x74ac 032868 istore 1 ,contw 
-0x74ad 032869 rshift8 pdata ,pdata 
-0x74ae 032870 loop store_enc_byte 
-0x74af 032871 rtn 
-:      032874 compare_res:
-0x74b0 032875 force regidx_result ,regext_index 
-0x74b1 032876 force 4 ,loopcnt 
-:      032877 compare_res_loop:
-0x74b2 032878 ifetch 4 ,contr 
-0x74b3 032879 isub regext ,null 
-0x74b4 032880 nrtn zero 
-0x74b5 032881 increase 1 ,regext_index 
-0x74b6 032882 loop compare_res_loop 
-0x74b7 032883 force 0 ,null 
-0x74b8 032884 rtn 
-:      032886 enable_authrom:
-0x74b9 032887 hfetch 1 ,core_clkoff 
-0x74ba 032888 set0 clock_off_auth_rom ,pdata 
-0x74bb 032889 hstore 1 ,core_clkoff 
-0x74bc 032890 rtn 
-:      032892 disable_authrom:
-0x74bd 032893 hfetch 1 ,core_clkoff 
-0x74be 032894 set1 clock_off_auth_rom ,pdata 
-0x74bf 032895 hstore 1 ,core_clkoff 
-0x74c0 032896 rtn 
-:      032898 init_memp:
-0x74c1 032899 arg mem_p ,contw 
-0x74c2 032900 setsect 0 ,0x3ffff 
-0x74c3 032901 setsect 1 ,0x3ffff 
-0x74c4 032902 setsect 2 ,0x3ffff 
-0x74c5 032903 setsect 3 ,0x3fbff 
-0x74c6 032904 istore 9 ,contw 
-0x74c7 032905 setsect 0 ,0x3ffff 
-0x74c8 032906 setsect 1 ,0x3ffff 
-0x74c9 032907 setsect 2 ,0x3ffff 
-0x74ca 032908 setsect 3 ,0x3ffff 
-0x74cb 032909 istore 9 ,contw 
-0x74cc 032910 setsect 0 ,0x3ffff 
-0x74cd 032911 setsect 1 ,0x3ffff 
-0x74ce 032912 setsect 2 ,0x3cfff 
-0x74cf 032913 setsect 3 ,0x3ffff 
-0x74d0 032914 istore 9 ,contw 
-0x74d1 032915 setsect 0 ,0x3ffff 
-0x74d2 032916 setsect 1 ,0x3ffff 
-0x74d3 032917 setsect 2 ,0x3ffef 
-0x74d4 032918 setsect 3 ,0x3ffff 
-0x74d5 032919 istore 9 ,contw 
-0x74d6 032920 setsect 0 ,0x3ffff 
-0x74d7 032921 setsect 1 ,0x3ffff 
-0x74d8 032922 setsect 2 ,0x3ffff 
-0x74d9 032923 setsect 3 ,0x3ffff 
-0x74da 032924 istore 9 ,contw 
-0x74db 032925 setsect 0 ,0x3ffff 
-0x74dc 032926 setsect 1 ,0x26c7f 
-0x74dd 032927 setsect 2 ,0x146b 
-0x74de 032928 setsect 3 ,0x37bb3 
-0x74df 032929 istore 9 ,contw 
-0x74e0 032930 setsect 0 ,0x1feb8 
-0x74e1 032931 setsect 1 ,0x10c12 
-0x74e2 032932 setsect 2 ,0x2b722 
-0x74e3 032933 setsect 3 ,0x29fa6 
-0x74e4 032934 istore 9 ,contw 
-0x74e5 032935 setsect 0 ,0xe70f 
-0x74e6 032936 setsect 1 ,0x16720 
-0x74e7 032937 setsect 2 ,0x519e 
-0x74e8 032938 setsect 3 ,0x19084 
-0x74e9 032939 istore 9 ,contw 
-0x74ea 032940 setsect 0 ,0x31012 
-0x74eb 032941 setsect 1 ,0x360bf 
-0x74ec 032942 setsect 2 ,0x3f0af 
-0x74ed 032943 setsect 3 ,0x3d3 
-0x74ee 032944 istore 9 ,contw 
-0x74ef 032945 setsect 0 ,0x3a188 
-0x74f0 032946 setsect 1 ,0x3ad0 
-0x74f1 032947 setsect 2 ,0x3cbf2 
-0x74f2 032948 setsect 3 ,0x243d9 
-0x74f3 032949 istore 9 ,contw 
-0x74f4 032950 setsect 0 ,0x2b030 
-0x74f5 032951 setsect 1 ,0x36a03 
-0x74f6 032952 setsect 2 ,0x11188 
-0x74f7 032953 setsect 3 ,0x1e520 
-0x74f8 032954 istore 9 ,contw 
-0x74f9 032955 setsect 0 ,0x3a11e 
-0x74fa 032956 setsect 1 ,0xfe5d 
-0x74fb 032957 setsect 2 ,0xdd57 
-0x74fc 032958 setsect 3 ,0x1ac93 
-0x74fd 032959 istore 9 ,contw 
-0x74fe 032960 setsect 0 ,0x11ed 
-0x74ff 032961 setsect 1 ,0x218c4 
-0x7500 032962 setsect 2 ,0x8da7 
-0x7501 032963 setsect 3 ,0x257ff 
-0x7502 032964 istore 9 ,contw 
-0x7503 032965 setsect 0 ,0x3192b 
-0x7504 032966 setsect 1 ,0x34641 
-0x7505 032967 setsect 2 ,0x1be0c 
-0x7506 032968 setsect 3 ,0x366ad 
-0x7507 032969 istore 9 ,contw 
-0x7508 032970 setsect 0 ,0x1f83 
-0x7509 032971 setsect 1 ,0x15a23 
-0x750a 032972 setsect 2 ,0x3f9b0 
-0x750b 032973 setsect 3 ,0x3949 
-0x750c 032974 istore 9 ,contw 
-0x750d 032975 setsect 0 ,0x13a51 
-0x750e 032976 setsect 1 ,0x153fd 
-0x750f 032977 setsect 2 ,0x3372a 
-0x7510 032978 setsect 3 ,0xf1bb 
-0x7511 032979 istore 9 ,contw 
-0x7512 032980 setsect 0 ,0x3ae85 
-0x7513 032981 setsect 1 ,0x1eed9 
-0x7514 032982 setsect 2 ,0x9e66 
-0x7515 032983 setsect 3 ,0x1a8 
-0x7516 032984 istore 8 ,contw 
-0x7517 032985 rtn 
-:      032989 init_memp_256:
-0x7518 032990 arg mem_p_256 ,contw 
-0x7519 032991 setsect 0 ,0x3ffff 
-0x751a 032992 setsect 1 ,0x3ffff 
-0x751b 032993 setsect 2 ,0x3ffff 
-0x751c 032994 setsect 3 ,0x3ffff 
-0x751d 032995 istore 9 ,contw 
-0x751e 032996 setsect 0 ,0x3ffff 
-0x751f 032997 setsect 1 ,0x3f 
-0x7520 032998 setsect 2 ,0x0 
-0x7521 032999 setsect 3 ,0x0 
-0x7522 033000 istore 9 ,contw 
-0x7523 033001 setsect 0 ,0x0 
-0x7524 033002 setsect 1 ,0x0 
-0x7525 033003 setsect 2 ,0x1000 
-0x7526 033004 setsect 3 ,0x0 
-0x7527 033005 istore 9 ,contw 
-0x7528 033006 setsect 0 ,0x3ff00 
-0x7529 033007 setsect 1 ,0x3ffff 
-0x752a 033008 setsect 2 ,0x3ffcf 
-0x752b 033009 setsect 3 ,0x3ffff 
-0x752c 033010 istore 9 ,contw 
-0x752d 033011 setsect 0 ,0x3ffff 
-0x752e 033012 setsect 1 ,0x3ffff 
-0x752f 033013 setsect 2 ,0x3ffff 
-0x7530 033014 setsect 3 ,0x3ff 
-0x7531 033015 istore 9 ,contw 
-0x7532 033016 setsect 0 ,0x0 
-0x7533 033017 setsect 1 ,0x0 
-0x7534 033018 setsect 2 ,0x0 
-0x7535 033019 setsect 3 ,0x0 
-0x7536 033020 istore 9 ,contw 
-0x7537 033021 setsect 0 ,0x10000 
-0x7538 033022 setsect 1 ,0x0 
-0x7539 033023 setsect 2 ,0x3f000 
-0x753a 033024 setsect 3 ,0x3ffff 
-0x753b 033025 istore 9 ,contw 
-0x753c 033026 setsect 0 ,0x296ff 
-0x753d 033027 setsect 1 ,0x22630 
-0x753e 033028 setsect 2 ,0x3945d 
-0x753f 033029 setsect 3 ,0x3d284 
-0x7540 033030 istore 9 ,contw 
-0x7541 033031 setsect 0 ,0x333a0 
-0x7542 033032 setsect 1 ,0x4b7a 
-0x7543 033033 setsect 2 ,0x37d8 
-0x7544 033034 setsect 3 ,0x3c9dc 
-0x7545 033035 istore 9 ,contw 
-0x7546 033036 setsect 0 ,0x3a440 
-0x7547 033037 setsect 1 ,0x1b958 
-0x7548 033038 setsect 2 ,0x38bce 
-0x7549 033039 setsect 3 ,0x1091f 
-0x754a 033040 istore 9 ,contw 
-0x754b 033041 setsect 0 ,0x2e12c 
-0x754c 033042 setsect 1 ,0x1f47c 
-0x754d 033043 setsect 2 ,0x356b1 
-0x754e 033044 setsect 3 ,0x2fd47 
-0x754f 033045 istore 9 ,contw 
-0x7550 033046 setsect 0 ,0x6837 
-0x7551 033047 setsect 1 ,0x2ed90 
-0x7552 033048 setsect 2 ,0x1ecec 
-0x7553 033049 setsect 3 ,0x1acc5 
-0x7554 033050 istore 9 ,contw 
-0x7555 033051 setsect 0 ,0x23357 
-0x7556 033052 setsect 1 ,0x18af3 
-0x7557 033053 setsect 2 ,0xf9e1 
-0x7558 033054 setsect 3 ,0x129f0 
-0x7559 033055 istore 9 ,contw 
-0x755a 033056 setsect 0 ,0x2e7eb 
-0x755b 033057 setsect 1 ,0x3e6e3 
-0x755c 033058 setsect 2 ,0x3e1a7 
-0x755d 033059 setsect 3 ,0x10b8b 
-0x755e 033060 istore 9 ,contw 
-0x755f 033061 setsect 0 ,0x24fe3 
-0x7560 033062 setsect 1 ,0x20ef 
-0x7561 033063 setsect 2 ,0x1b5a6 
-0x7562 033064 setsect 3 ,0xdc2f 
-0x7563 033065 istore 9 ,contw 
-0x7564 033066 setsect 0 ,0x13860 
-0x7565 033067 setsect 1 ,0x2bd69 
-0x7566 033068 setsect 2 ,0x391a 
-0x7567 033069 setsect 3 ,0x1b222 
-0x7568 033070 istore 9 ,contw 
-0x7569 033071 rtn 
-:      033074 publickey_init:
-0x756a 033075 fetch 1 ,mem_ssp_enable 
-0x756b 033076 nbranch sp_initialize ,blank 
-0x756c 033077 branch sp_initialize_256 
-:      033079 sp_calc_sequence_256_check:
-0x756d 033080 bpatchx patch3c_4 ,mem_patch3c 
-0x756e 033081 fetch 1 ,mem_ssp_enable 
-0x756f 033082 rtn blank 
-0x7570 033083 fetch 1 ,mem_sp_local_key_invalid 
-0x7571 033084 rtnne sp_key_valid 
-0x7572 033085 fetch 1 ,mem_le_secure_connect_enable 
-0x7573 033086 rtn blank 
-0x7574 033087 fetch 1 ,mem_le_sc_local_key_invalid 
-0x7575 033088 rtneq sp_key_valid_256 
-0x7576 033089 fetch 2 ,mem_ui_state_map 
-0x7577 033090 bbit1 ui_state_bt_connected ,stop_publickey_calc_256 
-0x7578 033091 fetch 1 ,mem_le_sc_calc 
-0x7579 033092 beq sp_calc_standby ,sp_initialize_256 
-0x757a 033093 rtn 
-:      033094 stop_publickey_calc_256:
-0x757b 033095 jam sp_calc_standby ,mem_le_sc_calc 
-0x757c 033096 rtn 
-:      033099 sp_initialize:
-0x757d 033100 bpatchx patch3c_5 ,mem_patch3c 
-0x757e 033101 fetch 1 ,mem_ssp_enable 
-0x757f 033102 branch ssp_disable ,blank 
-0x7580 033103 call ssp_enable 
-0x7581 033104 call sp_clear_flags 
-0x7582 033105 branch sp_pubkey_calc 
-:      033107 sp_clear_flags:
-0x7583 033108 setarg 0 
-0x7584 033109 store 8 ,mem_sp_state_start 
-0x7585 033110 store 4 ,mem_sp_flag_start 
-0x7586 033111 store 7 ,mem_sp_iocap_remote 
-0x7587 033112 rtn 
-:      033114 sp_generate_local_key:
-0x7588 033115 jam sp_flag_commit ,mem_sp_flag 
-0x7589 033116 branch sp_generate_local_key0 
-:      033117 sp_master_generate_local_key:
-0x758a 033118 fetch 1 ,mem_sp_local_key_invalid 
-0x758b 033119 beq sp_key_valid ,sp_dhkey_calc 
-0x758c 033120 branch assert 
-:      033121 sp_generate_local_key0:
-0x758d 033122 fetch 1 ,mem_sp_local_key_invalid 
-0x758e 033123 beq sp_key_valid ,sp_start_send_pubkey 
-0x758f 033124 branch sp_pubkey_calc 
-:      033126 sp_start_send_pubkey:
-0x7590 033127 call sp_dhkey_calc 
-0x7591 033128 fetch 1 ,mem_master_sp_state 
-0x7592 033129 nrtn blank 
-0x7593 033130 jam sp_stat_key_send ,mem_sp_state 
-0x7594 033131 rtn 
-:      033134 sp_calc_check_publickey_256:
-0x7595 033135 call sp_calc_b256 
-0x7596 033136 arg mem_le_pubkey_remote_y_256 ,rega 
-0x7597 033137 arg mem_t7_256 ,contw 
-0x7598 033138 call bn_sqrmod_256 
-0x7599 033139 arg mem_le_pubkey_remote_x_256 ,rega 
-0x759a 033140 arg mem_t2_256 ,contw 
-0x759b 033141 call bn_sqrmod_256 
-0x759c 033142 arg mem_t2_256 ,rega 
-0x759d 033143 arg mem_le_pubkey_remote_x_256 ,regb 
-0x759e 033144 arg mem_t2_256 ,contw 
-0x759f 033145 call bn_mulmod_256 
-0x75a0 033146 arg mem_a_256 ,rega 
-0x75a1 033147 arg mem_le_pubkey_remote_x_256 ,regb 
-0x75a2 033148 arg mem_t3_256 ,contw 
-0x75a3 033149 call bn_mulmod_256 
-0x75a4 033150 arg mem_t3_256 ,rega 
-0x75a5 033151 arg mem_t2_256 ,regb 
-0x75a6 033152 arg mem_t2_256 ,contw 
-0x75a7 033153 call bn_addmod_256 
-0x75a8 033154 arg mem_t0_256 ,rega 
-0x75a9 033155 arg mem_t2_256 ,regb 
-0x75aa 033156 arg mem_t0_256 ,contw 
-0x75ab 033157 call bn_addmod_256 
-0x75ac 033158 arg 32 ,loopcnt 
-0x75ad 033159 arg mem_t7_256 ,rega 
-0x75ae 033160 arg mem_t0_256 ,regb 
-0x75af 033161 branch string_compare 
-:      033163 sp_calc_b256:
-0x75b0 033164 arg mem_gy_256 ,rega 
-0x75b1 033165 arg mem_t0_256 ,contw 
-0x75b2 033166 call bn_sqrmod_256 
-0x75b3 033167 arg mem_gx_256 ,rega 
-0x75b4 033168 arg mem_t2_256 ,contw 
-0x75b5 033169 call bn_sqrmod_256 
-0x75b6 033170 arg mem_t2_256 ,rega 
-0x75b7 033171 arg mem_gx_256 ,regb 
-0x75b8 033172 arg mem_t2_256 ,contw 
-0x75b9 033173 call bn_mulmod_256 
-0x75ba 033174 arg mem_a_256 ,rega 
-0x75bb 033175 arg mem_gx_256 ,regb 
-0x75bc 033176 arg mem_t3_256 ,contw 
-0x75bd 033177 call bn_mulmod_256 
-0x75be 033178 arg mem_t3_256 ,rega 
-0x75bf 033179 arg mem_t2_256 ,regb 
-0x75c0 033180 arg mem_t2_256 ,contw 
-0x75c1 033181 call bn_addmod_256 
-0x75c2 033182 arg mem_t0_256 ,rega 
-0x75c3 033183 arg mem_t2_256 ,regb 
-0x75c4 033184 arg mem_t0_256 ,contw 
-0x75c5 033185 branch bn_submod_256 
-:      033187 sp_calc_check_publickey:
-0x75c6 033188 call sp_calc_b 
-0x75c7 033189 arg mem_sp_pubkey_remote_y ,rega 
-0x75c8 033190 arg mem_t7_256 ,contw 
-0x75c9 033191 call bn_sqrmod 
-0x75ca 033192 arg mem_sp_pubkey_remote_x ,rega 
-0x75cb 033193 arg mem_t2_256 ,contw 
-0x75cc 033194 call bn_sqrmod 
-0x75cd 033195 arg mem_t2_256 ,rega 
-0x75ce 033196 arg mem_sp_pubkey_remote_x ,regb 
-0x75cf 033197 arg mem_t2_256 ,contw 
-0x75d0 033198 call bn_mulmod 
-0x75d1 033199 arg mem_a ,rega 
-0x75d2 033200 arg mem_sp_pubkey_remote_x ,regb 
-0x75d3 033201 arg mem_t3_256 ,contw 
-0x75d4 033202 call bn_mulmod 
-0x75d5 033203 arg mem_t3_256 ,rega 
-0x75d6 033204 arg mem_t2_256 ,regb 
-0x75d7 033205 arg mem_t2_256 ,contw 
-0x75d8 033206 call bn_addmod 
-0x75d9 033207 arg mem_t0_256 ,rega 
-0x75da 033208 arg mem_t2_256 ,regb 
-0x75db 033209 arg mem_t0_256 ,contw 
-0x75dc 033210 call bn_addmod 
-0x75dd 033211 arg 24 ,loopcnt 
-0x75de 033212 arg mem_t7_256 ,rega 
-0x75df 033213 arg mem_t0_256 ,regb 
-0x75e0 033214 branch string_compare 
-:      033216 sp_calc_b:
-0x75e1 033217 arg mem_gy ,rega 
-0x75e2 033218 arg mem_t0_256 ,contw 
-0x75e3 033219 call bn_sqrmod 
-0x75e4 033220 arg mem_gx ,rega 
-0x75e5 033221 arg mem_t2_256 ,contw 
-0x75e6 033222 call bn_sqrmod 
-0x75e7 033223 arg mem_t2_256 ,rega 
-0x75e8 033224 arg mem_gx ,regb 
-0x75e9 033225 arg mem_t2_256 ,contw 
-0x75ea 033226 call bn_mulmod 
-0x75eb 033227 arg mem_a ,rega 
-0x75ec 033228 arg mem_gx ,regb 
-0x75ed 033229 arg mem_t3_256 ,contw 
-0x75ee 033230 call bn_mulmod 
-0x75ef 033231 arg mem_t3_256 ,rega 
-0x75f0 033232 arg mem_t2_256 ,regb 
-0x75f1 033233 arg mem_t2_256 ,contw 
-0x75f2 033234 call bn_addmod 
-0x75f3 033235 arg mem_t0_256 ,rega 
-0x75f4 033236 arg mem_t2_256 ,regb 
-0x75f5 033237 arg mem_t0_256 ,contw 
-0x75f6 033238 branch bn_submod 
-:      033241 sp_calculate_commitment:
-0x75f7 033242 fetch 1 ,mem_sp_calc 
-0x75f8 033243 bne sp_calc_standby ,sp_calculate_commitment_wait_dhkey_calc 
-0x75f9 033244 call sp_local_random_key_generator 
-0x75fa 033245 arg mem_sp_prarm_stack ,contw 
-0x75fb 033246 setarg mem_sp_random_local_end 
-0x75fc 033247 istore 2 ,contw 
-0x75fd 033248 setarg mem_sp_pubkey_local_x_end 
-0x75fe 033249 istore 2 ,contw 
-0x75ff 033250 setarg mem_sp_pubkey_remote_x_end 
-0x7600 033251 istore 2 ,contw 
-0x7601 033252 branch sp_calculate_commitment0 
-:      033253 master_sp_calculate_commitment:
-0x7602 033254 arg mem_sp_prarm_stack ,contw 
-0x7603 033255 setarg mem_sp_random_remote_end 
-0x7604 033256 istore 2 ,contw 
-0x7605 033257 setarg mem_sp_pubkey_remote_x_end 
-0x7606 033258 istore 2 ,contw 
-0x7607 033259 setarg mem_sp_pubkey_local_x_end 
-0x7608 033260 istore 2 ,contw 
-:      033261 sp_calculate_commitment0:
-0x7609 033262 call function_f1 
-0x760a 033263 fetch 1 ,mem_master_sp_state 
-0x760b 033264 beq sp_stat_commit_calc ,master_sp_calculate_commitment0 
-0x760c 033265 jam sp_flag_commit ,mem_sp_flag 
-0x760d 033266 jam sp_stat_commit_send ,mem_sp_state 
-0x760e 033267 rtn 
-:      033268 master_sp_calculate_commitment0:
-0x760f 033269 jam sp_stat_commitment_compare ,mem_master_sp_state 
-0x7610 033270 call sp_master_generate_local_key 
-0x7611 033271 branch master_set_mem_master_sp_flag 
-:      033273 sp_local_random_key_generator:
-0x7612 033274 arg mem_sp_random_local ,contw 
-0x7613 033275 force 8 ,queue 
-0x7614 033276 branch random_generator 
-:      033278 sp_calculate_commitment_wait_dhkey_calc:
-0x7615 033279 jam sp_flag_commit ,mem_sp_flag 
-0x7616 033280 rtn 
-:      033282 sp_confirm_check:
-0x7617 033284 bpatchx patch3c_6 ,mem_patch3c 
-0x7618 033285 arg mem_addr_value ,contw 
-0x7619 033286 fetch 6 ,mem_lap 
-0x761a 033287 istore 6 ,contw 
-0x761b 033288 fetch 6 ,mem_plap 
-0x761c 033289 istore 6 ,contw 
-0x761d 033290 fetch 3 ,mem_sp_iocap_remote 
-0x761e 033291 istore 3 ,contw 
-0x761f 033293 call function_f3a 
-0x7620 033295 arg mem_sp_calc_result_high ,rega 
-0x7621 033296 arg mem_sp_check_result ,regb 
-0x7622 033297 force 4 ,queue 
-0x7623 033298 call compare4 
-0x7624 033299 nbranch sp_confirm_check_failed ,true 
-0x7625 033301 call sp_confirm_check_success 
-0x7626 033302 jam lmp_dhkey_check ,mem_lmi_opcode2 
-0x7627 033303 branch tid_set_reply 
-:      033305 sp_confirm_check_success:
-0x7628 033306 fetch 1 ,mem_master_sp_state 
-0x7629 033307 beq sp_stat_confirm_check ,sp_confirm_check_success_master 
-0x762a 033308 jam sp_stat_confirm_calc ,mem_sp_state 
-0x762b 033309 jam sp_flag_commit ,mem_sp_flag 
-0x762c 033310 jam lmp_accepted ,mem_lmo_opcode2 
-0x762d 033311 rtn 
-:      033312 sp_confirm_check_success_master:
-0x762e 033313 jam lmp_accepted ,mem_lmo_opcode2 
-0x762f 033314 jam sp_state_end ,mem_master_sp_state 
-0x7630 033315 branch master_set_mem_master_sp_flag 
-:      033318 sp_confirm_check_failed:
-0x7631 033319 fetch 1 ,mem_master_sp_state 
-0x7632 033320 beq sp_stat_confirm_check ,sp_confirm_check_failed_master 
-0x7633 033321 jam sp_stat_null ,mem_sp_state 
-0x7634 033322 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x7635 033324 jam authentication_failure_error ,mem_lmo_reason2 
-0x7636 033325 rtn 
-:      033326 sp_confirm_check_failed_master:
-0x7637 033327 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x7638 033328 jam sp_stat_null ,mem_master_sp_state 
-0x7639 033329 rtn 
-:      033331 sp_confirm_calc:
-0x763a 033332 fetch 1 ,mem_sp_dh_ready 
-0x763b 033333 beq sp_flag_commit ,sp_confirm_calc_ready 
-0x763c 033334 jam sp_stat_confirm_calc ,mem_master_sp_state 
-0x763d 033335 branch master_set_mem_master_sp_flag 
-:      033336 sp_confirm_calc_ready:
-0x763e 033337 arg mem_addr_value ,contw 
-0x763f 033338 fetch 6 ,mem_plap 
-0x7640 033339 istore 6 ,contw 
-0x7641 033340 fetch 6 ,mem_lap 
-0x7642 033341 istore 6 ,contw 
-0x7643 033342 fetch 3 ,mem_sp_iocap_local 
-0x7644 033343 istore 3 ,contw 
-0x7645 033345 call function_f3b 
-0x7646 033346 fetch 1 ,mem_master_sp_state 
-0x7647 033347 beq sp_stat_confirm_calc ,sp_confirm_calc_master 
-0x7648 033348 jam sp_stat_confirm_send ,mem_sp_state 
-0x7649 033349 jam sp_flag_commit ,mem_sp_flag 
-0x764a 033350 rtn 
-:      033351 sp_confirm_calc_master:
-0x764b 033352 jam sp_stat_confirm_send ,mem_master_sp_state 
-0x764c 033353 jam sp_flag_commit ,mem_master_sp_flag 
-0x764d 033354 rtn 
-:      033356 sp_master_key_prarm_push:
-0x764e 033357 arg mem_sp_prarm_stack ,contw 
-0x764f 033358 fetch 6 ,mem_plap 
-0x7650 033359 istore 6 ,contw 
-0x7651 033360 fetch 6 ,mem_lap 
-0x7652 033361 istore 6 ,contw 
-0x7653 033362 setarg mem_sp_random_local_end 
-0x7654 033363 istore 2 ,contw 
-0x7655 033364 setarg mem_sp_random_remote_end 
-0x7656 033365 istore 2 ,contw 
-0x7657 033366 branch sp_link_key_calc 
-:      033367 sp_link_key_prarm_push:
-0x7658 033368 jam sp_stat_done ,mem_sp_state 
-0x7659 033369 arg mem_sp_prarm_stack ,contw 
-0x765a 033370 fetch 6 ,mem_lap 
-0x765b 033371 istore 6 ,contw 
-0x765c 033372 fetch 6 ,mem_plap 
-0x765d 033373 istore 6 ,contw 
-0x765e 033374 setarg mem_sp_random_remote_end 
-0x765f 033375 istore 2 ,contw 
-0x7660 033376 setarg mem_sp_random_local_end 
-0x7661 033377 istore 2 ,contw 
-:      033378 sp_link_key_calc:
-0x7662 033380 arg mem_addr_value ,contw 
-0x7663 033381 fetch 6 ,mem_sp_prarm_stack 
-0x7664 033382 istore 6 ,contw 
-0x7665 033383 fetch 6 ,mem_sp_prarm_stack + 6 
-0x7666 033384 istore 6 ,contw 
-0x7667 033386 call function_f2 
-0x7668 033389 jam 1 ,mem_link_key_exists 
-0x7669 033390 arg mem_link_key ,contw 
-0x766a 033391 arg mem_sp_calc_result_high ,contr 
-0x766b 033392 call memcpy16 
-0x766c 033393 branch generate_linkkey_continue 
-:      033396 sp_pubkey_calc:
-0x766d 033397 bpatchx patch3c_7 ,mem_patch3c 
-0x766e 033398 fetch 1 ,mem_sp_local_key_invalid 
-0x766f 033399 rtnne sp_key_invalid 
-0x7670 033400 fetch 1 ,mem_sp_calc 
-0x7671 033401 rtnne sp_calc_standby 
-0x7672 033402 arg mem_sp_private_key ,contw 
-0x7673 033403 force 11 ,queue 
-0x7674 033404 call random_generator 
-0x7675 033405 random pdata 
-0x7676 033406 rshift pdata ,pdata 
-0x7677 033407 istore 2 ,contw 
-0x7678 033409 arg mem_k ,contw 
-0x7679 033410 arg mem_sp_private_key ,contr 
-0x767a 033411 call memcpy24 
-0x767b 033413 arg mem_ax ,contw 
-0x767c 033414 arg mem_gx ,contr 
-0x767d 033415 call memcpy48 
-0x767e 033417 arg mem_az ,contw 
-0x767f 033418 call bn_zero 
-0x7680 033419 jam 1 ,mem_az 
-0x7681 033421 call eckp_calc_init 
-0x7682 033422 jam sp_calc_pubkey ,mem_sp_calc 
-0x7683 033423 rtn 
-:      033425 sp_pubkey_generated:
-0x7684 033426 arg mem_sp_pubkey_local ,contw 
-0x7685 033427 arg mem_bx ,contr 
-0x7686 033428 call memcpy48 
-0x7687 033429 jam sp_key_valid ,mem_sp_local_key_invalid 
-0x7688 033430 jam sp_calc_standby ,mem_sp_calc 
-0x7689 033431 rtn 
-:      033433 sp_dhkey_calc:
-0x768a 033434 bpatchx patch3d_0 ,mem_patch3d 
-0x768b 033435 fetch 1 ,mem_sp_dhkey_invalid 
-0x768c 033436 rtnne sp_key_invalid 
-0x768d 033437 fetch 1 ,mem_sp_calc 
-0x768e 033438 rtnne sp_calc_standby 
-0x768f 033440 arg mem_k ,contw 
-0x7690 033441 arg mem_sp_private_key ,contr 
-0x7691 033442 call memcpy24 
-0x7692 033444 arg mem_ax ,contw 
-0x7693 033445 arg mem_sp_pubkey_remote ,contr 
-0x7694 033446 call memcpy48 
-0x7695 033448 arg mem_az ,contw 
-0x7696 033449 call bn_zero 
-0x7697 033450 jam 1 ,mem_az 
-0x7698 033452 call eckp_calc_init 
-0x7699 033453 jam sp_calc_dhkey ,mem_sp_calc 
-0x769a 033454 rtn 
-:      033456 sp_dhkey_generated:
-0x769b 033457 jam sp_flag_commit ,mem_sp_dh_ready 
-0x769c 033458 arg mem_sp_dhkey ,contw 
-0x769d 033459 arg mem_bx ,contr 
-0x769e 033460 call memcpy24 
-0x769f 033461 jam sp_key_valid ,mem_sp_dhkey_invalid 
-0x76a0 033462 jam sp_calc_standby ,mem_sp_calc 
-0x76a1 033463 rtn 
-:      033465 random_generator:
-0x76a2 033466 increase -1 ,queue 
-0x76a3 033467 nrtn positive 
-0x76a4 033468 random pdata 
-0x76a5 033469 istore 2 ,contw 
-0x76a6 033470 branch random_generator 
-:      033471 compare4:
-0x76a7 033472 increase -1 ,queue 
-0x76a8 033473 nbranch compare4_success ,positive 
-0x76a9 033474 ifetch 4 ,rega 
-0x76aa 033475 copy pdata ,temp 
-0x76ab 033476 ifetch 4 ,regb 
-0x76ac 033477 iflip temp ,pdata 
-0x76ad 033478 nbranch compare4_failed ,zero 
-0x76ae 033479 increase 4 ,rega 
-0x76af 033480 increase 4 ,regb 
-0x76b0 033481 branch compare4 
-:      033482 compare4_failed:
-0x76b1 033483 disable true 
-0x76b2 033484 rtn 
-:      033485 compare4_success:
-0x76b3 033486 enable true 
-0x76b4 033487 rtn 
-:      033494 simple_pairing_sequence:
-0x76b5 033495 bpatchx patch3d_1 ,mem_patch3d 
-0x76b6 033496 fetch 1 ,mem_sp_flag 
-0x76b7 033497 rtn blank 
-0x76b8 033498 call lmo_fifo_check 
-0x76b9 033499 nrtn blank 
-0x76ba 033500 jam sp_flag_standby ,mem_sp_flag 
-0x76bb 033501 fetch 1 ,mem_sp_state 
-0x76bc 033502 beq sp_stat_key_send ,sp_send_lmp_encapsulated_header 
-0x76bd 033503 beq sp_stat_commit_send ,sp_send_lmp_simple_pairing_comfirm 
-0x76be 033504 beq sp_stat_random_send ,sp_send_lmp_simple_pairing_number 
-0x76bf 033505 beq sp_stat_confirm_send ,sp_send_lmp_dhkey_check 
-0x76c0 033506 beq sp_stat_key_generate ,sp_generate_local_key 
-0x76c1 033507 beq sp_stat_commit_calc ,sp_calculate_commitment 
-0x76c2 033508 beq sp_stat_confirm_check ,sp_confirm_check 
-0x76c3 033509 beq sp_stat_confirm_calc ,sp_confirm_calc 
-0x76c4 033510 beq sp_stat_link_key_calc ,sp_link_key_prarm_push 
-0x76c5 033512 rtn 
-:      033514 master_simple_paring_sequence:
-0x76c6 033515 bpatchx patch3d_2 ,mem_patch3d 
-0x76c7 033516 fetch 1 ,mem_master_sp_flag 
-0x76c8 033517 rtn blank 
-0x76c9 033518 call lmo_fifo_check 
-0x76ca 033519 nrtn blank 
-0x76cb 033520 jam sp_flag_standby ,mem_master_sp_flag 
-0x76cc 033521 fetch 1 ,mem_master_sp_state 
-0x76cd 033522 beq sp_master_stat_start_skip ,sp_master_send_io_cap_get 
-0x76ce 033523 beq sp_master_stat_start_done ,sp_master_send_io_cap_send 
-0x76cf 033524 beq sp_stat_key_send ,sp_master_send_lmp_encapsulated_header 
-0x76d0 033525 beq sp_stat_commit_calc ,master_sp_calculate_commitment 
-0x76d1 033526 beq sp_stat_commitment_compare ,sp_master_commitment_compare 
-0x76d2 033527 beq sp_stat_random_send ,sp_master_send_lmp_simple_pairing_number 
-0x76d3 033528 beq sp_stat_confirm_calc ,sp_confirm_calc 
-0x76d4 033529 beq sp_stat_confirm_send ,master_sp_send_lmp_dhkey_check 
-0x76d5 033530 beq sp_stat_confirm_check ,sp_confirm_check 
-0x76d6 033531 beq sp_state_end ,master_sp_sm_end 
-0x76d7 033532 rtn 
-:      033534 master_set_mem_master_sp_flag:
-0x76d8 033535 jam sp_flag_commit ,mem_master_sp_flag 
-0x76d9 033536 rtn 
-:      033538 master_clear_mem_master_sp_flag:
-0x76da 033539 jam sp_flag_standby ,mem_master_sp_flag 
-0x76db 033540 rtn 
-:      033541 sp_calc_sequence:
-0x76dc 033542 bpatchx patch3d_3 ,mem_patch3d 
-0x76dd 033543 fetch 1 ,mem_ssp_enable 
-0x76de 033544 rtn blank 
-0x76df 033545 fetch 1 ,mem_sp_calc 
-0x76e0 033546 rtn blank 
-0x76e1 033547 increase 0x80 ,pdata 
-0x76e2 033548 store 1 ,mem_sp_calc 
-0x76e3 033549 rtnbit1 7 
-0x76e4 033550 fetch 1 ,mem_ec_loopc 
-0x76e5 033551 branch sp_calc_sequence_done ,blank 
-0x76e6 033552 branch eckp_calc 
-:      033554 sp_calc_sequence_done:
-0x76e7 033555 call ecunmapz 
-0x76e8 033556 fetch 1 ,mem_sp_calc 
-0x76e9 033557 beq sp_calc_pubkey ,sp_pubkey_generated 
-0x76ea 033558 beq sp_calc_dhkey ,sp_dhkey_generated 
-0x76eb 033559 rtn 
-:      033562 bn_testbit:
-0x76ec 033563 and pdata ,7 ,queue 
-0x76ed 033564 rshift3 pdata ,pdata 
-0x76ee 033565 iadd contr ,contr 
-0x76ef 033566 ifetch 1 ,contr 
-0x76f0 033567 qisolate0 pdata 
-0x76f1 033568 rtn 
-:      033571 ec_copy:
-0x76f2 033572 call memcpy24 
-0x76f3 033573 call memcpy24 
-0x76f4 033574 branch memcpy24 
-:      033577 bn_eq_zero:
-0x76f5 033578 ifetch 8 ,contr 
-0x76f6 033579 nrtn blank 
-0x76f7 033580 ifetch 8 ,contr 
-0x76f8 033581 nrtn blank 
-0x76f9 033582 ifetch 8 ,contr 
-0x76fa 033583 rtn 
-:      033588 bn_eq_0:
-0x76fb 033589 ifetch 4 ,rega 
-0x76fc 033590 iforce temp 
-0x76fd 033591 ifetch 4 ,regb 
-0x76fe 033592 isub temp ,null 
-0x76ff 033593 nrtn zero 
-0x7700 033594 increase 4 ,rega 
-0x7701 033595 increase 4 ,regb 
-0x7702 033596 loop bn_eq_0 
-0x7703 033597 rtn 
-:      033600 bn_bigeq:
-0x7704 033601 force 6 ,loopcnt 
-0x7705 033602 increase 20 ,rega 
-0x7706 033603 increase 20 ,regb 
-:      033604 bn_bigeq_0:
-0x7707 033605 ifetch 4 ,regb 
-0x7708 033606 iforce temp 
-0x7709 033607 ifetch 4 ,rega 
-0x770a 033608 isub temp ,pdata 
-0x770b 033609 nrtn positive 
-0x770c 033610 nrtn blank 
-0x770d 033611 increase -4 ,rega 
-0x770e 033612 increase -4 ,regb 
-0x770f 033613 loop bn_bigeq_0 
-0x7710 033614 rtn 
-:      033616 bn_add:
-0x7711 033617 force 6 ,loopcnt 
-0x7712 033618 force 0 ,regc 
-:      033619 bn_add_0:
-0x7713 033620 ifetch 4 ,rega 
-0x7714 033621 iforce temp 
-0x7715 033622 ifetch 4 ,regb 
-0x7716 033623 iadd temp ,pdata 
-0x7717 033624 iadd regc ,pdata 
-0x7718 033625 istore 4 ,contw 
-0x7719 033626 isolate1 32 ,pdata 
-0x771a 033627 setflag true ,0 ,regc 
-0x771b 033628 increase 4 ,rega 
-0x771c 033629 increase 4 ,regb 
-0x771d 033630 loop bn_add_0 
-0x771e 033631 rtn 
-:      033633 bn_sub:
-0x771f 033634 force 6 ,loopcnt 
-0x7720 033635 force 0 ,regc 
-:      033636 bn_sub_0:
-0x7721 033637 ifetch 4 ,regb 
-0x7722 033638 iforce temp 
-0x7723 033639 ifetch 4 ,rega 
-0x7724 033640 isub temp ,pdata 
-0x7725 033641 isub regc ,pdata 
-0x7726 033642 istore 4 ,contw 
-0x7727 033643 isolate1 32 ,pdata 
-0x7728 033644 setflag true ,0 ,regc 
-0x7729 033645 increase 4 ,rega 
-0x772a 033646 increase 4 ,regb 
-0x772b 033647 loop bn_sub_0 
-0x772c 033648 rtn 
-:      033650 bn_rshift6:
-0x772d 033651 force 6 ,loopcnt 
-0x772e 033652 increase 20 ,rega 
-:      033653 bn_rshift:
-0x772f 033654 force 0 ,regc 
-:      033655 bn_rshift_0:
-0x7730 033656 ifetch 4 ,rega 
-0x7731 033657 isolate1 0 ,pdata 
-0x7732 033658 setflag true ,1 ,regc 
-0x7733 033659 rshift pdata ,pdata 
-0x7734 033660 isolate1 0 ,regc 
-0x7735 033661 setflag true ,31 ,pdata 
-0x7736 033662 istore 4 ,rega 
-0x7737 033663 increase -4 ,rega 
-0x7738 033664 rshift regc ,regc 
-0x7739 033665 loop bn_rshift_0 
-0x773a 033666 rtn 
-:      033668 bn_lshift:
-0x773b 033669 force 6 ,loopcnt 
-0x773c 033670 force 0 ,regc 
-:      033671 bn_lshift_0:
-0x773d 033672 ifetch 4 ,rega 
-0x773e 033673 isolate1 31 ,pdata 
-0x773f 033674 setflag true ,1 ,regc 
-0x7740 033675 lshift pdata ,pdata 
-0x7741 033676 isolate1 0 ,regc 
-0x7742 033677 setflag true ,0 ,pdata 
-0x7743 033678 istore 4 ,rega 
-0x7744 033679 increase 4 ,rega 
-0x7745 033680 rshift regc ,regc 
-0x7746 033681 loop bn_lshift_0 
-0x7747 033682 rtn 
-:      033684 bn_lshiftmod:
-0x7748 033685 call bn_lshift 
-:      033686 bn_lshiftmod_ismod:
-0x7749 033687 isolate1 0 ,regc 
-0x774a 033688 branch bn_lshiftmod_0 ,true 
-0x774b 033689 arg mem_p ,regb 
-0x774c 033690 copy rega ,regc 
-0x774d 033691 increase -24 ,rega 
-0x774e 033692 call bn_bigeq 
-0x774f 033693 nrtn positive 
-0x7750 033694 copy regc ,rega 
-:      033695 bn_lshiftmod_0:
-0x7751 033696 increase -24 ,rega 
-0x7752 033697 arg mem_p ,regb 
-0x7753 033698 copy rega ,contw 
-0x7754 033699 branch bn_sub 
-:      033702 bn_addmod:
-0x7755 033703 call bn_add 
-0x7756 033704 copy contw ,rega 
-0x7757 033705 branch bn_lshiftmod_ismod 
-:      033707 bn_submod:
-0x7758 033708 call bn_sub 
-0x7759 033709 isolate0 0 ,regc 
-0x775a 033710 rtn true 
-0x775b 033711 arg mem_p ,regb 
-0x775c 033712 add contw ,-24 ,rega 
-0x775d 033713 copy rega ,contw 
-0x775e 033714 branch bn_add 
-:      033717 bn_p192mod:
-0x775f 033718 copy contw ,timeup 
-0x7760 033719 copy rega ,alarm 
-0x7761 033720 arg mem_tmp2 ,regb 
-0x7762 033721 copy regb ,contw 
-0x7763 033722 add rega ,24 ,contr 
-0x7764 033723 ifetch 8 ,contr 
-0x7765 033724 istore 8 ,contw 
-0x7766 033725 istore 8 ,contw 
-0x7767 033726 force 0 ,pdata 
-0x7768 033727 istore 8 ,contw 
-0x7769 033728 copy timeup ,contw 
-0x776a 033729 call bn_addmod 
-0x776b 033730 arg mem_tmp2 ,regb 
-0x776c 033731 copy regb ,contw 
-0x776d 033732 force 0 ,pdata 
-0x776e 033733 istore 8 ,contw 
-0x776f 033734 add alarm ,32 ,contr 
-0x7770 033735 ifetch 8 ,contr 
-0x7771 033736 istore 8 ,contw 
-0x7772 033737 istore 8 ,contw 
-0x7773 033738 copy timeup ,rega 
-0x7774 033739 copy rega ,contw 
-0x7775 033740 call bn_addmod 
-0x7776 033741 arg mem_tmp2 ,regb 
-0x7777 033742 copy regb ,contw 
-0x7778 033743 add alarm ,40 ,contr 
-0x7779 033744 ifetch 8 ,contr 
-0x777a 033745 istore 8 ,contw 
-0x777b 033746 istore 8 ,contw 
-0x777c 033747 istore 8 ,contw 
-0x777d 033748 copy timeup ,rega 
-0x777e 033749 copy rega ,contw 
-0x777f 033750 branch bn_addmod 
-:      033753 bn_load:
-0x7780 033754 force 6 ,loopcnt 
-:      033755 bn_load_0:
-0x7781 033756 ifetch 4 ,contr 
-0x7782 033757 iforce regext 
-0x7783 033758 increase 1 ,regext_index 
-0x7784 033759 loop bn_load_0 
-0x7785 033760 rtn 
-:      033764 bn_mulmod:
-0x7786 033765 copy contw ,timeup 
-0x7787 033766 arg mem_tmp1 ,contw 
-0x7788 033767 call bn_zero 
-0x7789 033768 arg mem_tmp1 ,contw 
-0x778a 033769 copy rega ,contr 
-0x778b 033770 force 0 ,regext_index 
-0x778c 033771 call bn_load 
-0x778d 033772 copy regb ,contr 
-0x778e 033773 call bn_load 
-0x778f 033774 force 0 ,regb 
-:      033775 bn_mulmod_1:
-0x7790 033776 force 0 ,temp 
-0x7791 033777 force 6 ,regc 
-:      033778 bn_mulmod_0:
-0x7792 033779 ifetch 4 ,contw 
-0x7793 033780 iforce rega 
-0x7794 033781 copy regb ,regext_index 
-0x7795 033782 deposit regext 
-0x7796 033783 copy regc ,regext_index 
-0x7797 033784 imul32 regext ,pdata 
-0x7798 033785 iadd rega ,pdata 
-0x7799 033786 iadd temp ,pdata 
-0x779a 033787 istore 4 ,contw 
-0x779b 033788 rshift32 pdata ,temp 
-0x779c 033789 increase 1 ,regc 
-0x779d 033790 compare 12 ,regc ,0xff 
-0x779e 033791 nbranch bn_mulmod_0 ,true 
-0x779f 033792 deposit temp 
-0x77a0 033793 istore 4 ,contw 
-0x77a1 033794 increase -24 ,contw 
-0x77a2 033795 increase 1 ,regb 
-0x77a3 033796 compare 6 ,regb ,0xff 
-0x77a4 033797 nbranch bn_mulmod_1 ,true 
-0x77a5 033798 arg mem_tmp1 ,rega 
-0x77a6 033799 copy timeup ,contw 
-0x77a7 033800 branch bn_p192mod 
-:      033803 bn_sqrmod:
-0x77a8 033804 copy rega ,regb 
-0x77a9 033805 branch bn_mulmod 
-:      033807 bn_rshifteven:
-0x77aa 033808 copy rega ,alarm 
-:      033809 bn_rshifteven_1:
-0x77ab 033810 copy alarm ,rega 
-0x77ac 033811 ifetch 1 ,rega 
-0x77ad 033812 isolate1 0 ,pdata 
-0x77ae 033813 rtn true 
-0x77af 033814 call bn_rshift6 
-0x77b0 033815 ifetch 1 ,regb 
-0x77b1 033816 isolate0 0 ,pdata 
-0x77b2 033817 branch bn_rshifteven_0 ,true 
-0x77b3 033818 arg mem_p ,rega 
-0x77b4 033819 copy regb ,contw 
-0x77b5 033820 call bn_add 
-0x77b6 033821 ifetch 1 ,regb 
-0x77b7 033822 iadd regc ,pdata 
-0x77b8 033823 istore 1 ,regb 
-0x77b9 033824 increase -24 ,regb 
-:      033825 bn_rshifteven_0:
-0x77ba 033826 add regb ,24 ,rega 
-0x77bb 033827 force 7 ,loopcnt 
-0x77bc 033828 call bn_rshift 
-0x77bd 033829 branch bn_rshifteven_1 
-:      033832 bn_invmod:
-0x77be 033833 copy contw ,timeup 
-0x77bf 033834 arg mem_tmp0 ,contw 
-0x77c0 033835 call bn_zero 
-0x77c1 033836 force 0 ,pdata 
-0x77c2 033837 store 4 ,mem_tmp5 
-0x77c3 033838 store 4 ,mem_t2 
-0x77c4 033839 jam 1 ,mem_tmp0 
-0x77c5 033840 arg mem_tmp1 ,contw 
-0x77c6 033841 call bn_zero 
-0x77c7 033842 arg mem_p ,contr 
-0x77c8 033843 arg mem_tmp2 ,contw 
-0x77c9 033844 call memcpy24 
-0x77ca 033845 copy rega ,contr 
-0x77cb 033846 arg mem_tmp3 ,contw 
-0x77cc 033847 call memcpy24 
-:      033848 bn_invmod_2:
-0x77cd 033849 arg mem_tmp3 ,contr 
-0x77ce 033850 call bn_eq_zero 
-0x77cf 033851 branch bn_invmod_0 ,blank 
-0x77d0 033852 arg mem_tmp3 ,rega 
-0x77d1 033853 arg mem_tmp0 ,regb 
-0x77d2 033854 call bn_rshifteven 
-0x77d3 033856 arg mem_tmp2 ,rega 
-0x77d4 033857 arg mem_tmp1 ,regb 
-0x77d5 033858 call bn_rshifteven 
-0x77d6 033859 arg mem_tmp3 ,rega 
-0x77d7 033860 arg mem_tmp2 ,regb 
-0x77d8 033861 call bn_bigeq 
-0x77d9 033862 branch bn_invmod_1 ,positive 
-0x77da 033863 arg mem_tmp2 ,rega 
-0x77db 033864 arg mem_tmp3 ,regb 
-0x77dc 033865 copy rega ,contw 
-0x77dd 033866 call bn_sub 
-0x77de 033867 arg mem_tmp0 ,rega 
-0x77df 033868 arg mem_tmp1 ,regb 
-0x77e0 033869 copy regb ,contw 
-0x77e1 033870 call bn_add 
-0x77e2 033871 ifetch 1 ,rega 
-0x77e3 033872 iadd regc ,regc 
-0x77e4 033873 ifetch 1 ,regb 
-0x77e5 033874 iadd regc ,pdata 
-0x77e6 033875 istore 1 ,regb 
-0x77e7 033876 branch bn_invmod_2 
-:      033877 bn_invmod_1:
-0x77e8 033878 arg mem_tmp3 ,rega 
-0x77e9 033879 arg mem_tmp2 ,regb 
-0x77ea 033880 copy rega ,contw 
-0x77eb 033881 call bn_sub 
-0x77ec 033882 arg mem_tmp1 ,rega 
-0x77ed 033883 arg mem_tmp0 ,regb 
-0x77ee 033884 copy regb ,contw 
-0x77ef 033885 call bn_add 
-0x77f0 033886 ifetch 1 ,rega 
-0x77f1 033887 iadd regc ,regc 
-0x77f2 033888 ifetch 1 ,regb 
-0x77f3 033889 iadd regc ,pdata 
-0x77f4 033890 istore 1 ,regb 
-0x77f5 033891 branch bn_invmod_2 
-:      033892 bn_invmod_0:
-0x77f6 033893 arg mem_tmp0 ,contw 
-0x77f7 033894 call bn_zero 
-0x77f8 033895 fetch 1 ,mem_tmp5 
-0x77f9 033896 store 1 ,mem_tmp0 
-0x77fa 033897 store 1 ,mem_tmp0a 
-0x77fb 033898 arg mem_tmp0 ,rega 
-0x77fc 033899 arg mem_tmp1 ,regb 
-0x77fd 033900 copy regb ,contw 
-0x77fe 033901 call bn_addmod 
-0x77ff 033902 arg mem_p ,rega 
-0x7800 033903 arg mem_tmp1 ,regb 
-0x7801 033904 copy timeup ,contw 
-0x7802 033905 branch bn_submod 
-:      033910 ecdbl:
-0x7803 033911 arg mem_cz ,rega 
-0x7804 033912 arg mem_t2 ,contw 
-0x7805 033913 call bn_sqrmod 
-0x7806 033914 arg mem_t2 ,rega 
-0x7807 033915 arg mem_t3 ,contw 
-0x7808 033916 call bn_sqrmod 
-0x7809 033917 arg mem_a ,rega 
-0x780a 033918 arg mem_t3 ,regb 
-0x780b 033919 arg mem_t3 ,contw 
-0x780c 033920 call bn_mulmod 
-0x780d 033921 arg mem_cx ,rega 
-0x780e 033922 arg mem_t2 ,contw 
-0x780f 033923 call bn_sqrmod 
-0x7810 033924 arg mem_t2 ,contr 
-0x7811 033925 arg mem_t1 ,contw 
-0x7812 033926 call memcpy24 
-0x7813 033927 arg mem_t1 ,rega 
-0x7814 033928 call bn_lshiftmod 
-0x7815 033929 arg mem_t2 ,rega 
-0x7816 033930 arg mem_t1 ,regb 
-0x7817 033931 arg mem_t2 ,contw 
-0x7818 033932 call bn_addmod 
-0x7819 033933 arg mem_t2 ,rega 
-0x781a 033934 arg mem_t3 ,regb 
-0x781b 033935 arg mem_t2 ,contw 
-0x781c 033936 call bn_addmod 
-0x781d 033937 arg mem_cx ,contr 
-0x781e 033938 arg mem_t1 ,contw 
-0x781f 033939 call memcpy24 
-0x7820 033940 arg mem_cy ,rega 
-0x7821 033941 arg mem_t3 ,contw 
-0x7822 033942 call bn_sqrmod 
-0x7823 033943 arg mem_t1 ,rega 
-0x7824 033944 call bn_lshiftmod 
-0x7825 033945 arg mem_t1 ,rega 
-0x7826 033946 call bn_lshiftmod 
-0x7827 033947 arg mem_t1 ,rega 
-0x7828 033948 arg mem_t3 ,regb 
-0x7829 033949 arg mem_t1 ,contw 
-0x782a 033950 call bn_mulmod 
-0x782b 033951 arg mem_t3 ,rega 
-0x782c 033952 arg mem_t0 ,contw 
-0x782d 033953 call bn_sqrmod 
-0x782e 033954 arg mem_t0 ,rega 
-0x782f 033955 call bn_lshiftmod 
-0x7830 033956 arg mem_t0 ,rega 
-0x7831 033957 call bn_lshiftmod 
-0x7832 033958 arg mem_t0 ,rega 
-0x7833 033959 call bn_lshiftmod 
-0x7834 033960 arg mem_cy ,contr 
-0x7835 033961 arg mem_t3 ,contw 
-0x7836 033962 call memcpy24 
-0x7837 033963 arg mem_t3 ,rega 
-0x7838 033964 call bn_lshiftmod 
-0x7839 033965 arg mem_t3 ,rega 
-0x783a 033966 arg mem_cz ,regb 
-0x783b 033967 arg mem_cz ,contw 
-0x783c 033968 call bn_mulmod 
-0x783d 033969 arg mem_t2 ,rega 
-0x783e 033970 arg mem_t3 ,contw 
-0x783f 033971 call bn_sqrmod 
-0x7840 033972 arg mem_t3 ,rega 
-0x7841 033973 arg mem_t1 ,regb 
-0x7842 033974 arg mem_t3 ,contw 
-0x7843 033975 call bn_submod 
-0x7844 033976 arg mem_t3 ,rega 
-0x7845 033977 arg mem_t1 ,regb 
-0x7846 033978 arg mem_cx ,contw 
-0x7847 033979 call bn_submod 
-0x7848 033980 arg mem_t1 ,rega 
-0x7849 033981 arg mem_cx ,regb 
-0x784a 033982 arg mem_t3 ,contw 
-0x784b 033983 call bn_submod 
-0x784c 033984 arg mem_t3 ,rega 
-0x784d 033985 arg mem_t2 ,regb 
-0x784e 033986 arg mem_t3 ,contw 
-0x784f 033987 call bn_mulmod 
-0x7850 033988 arg mem_t3 ,rega 
-0x7851 033989 arg mem_t0 ,regb 
-0x7852 033990 arg mem_cy ,contw 
-0x7853 033991 branch bn_submod 
-:      033995 ecadd:
-0x7854 033996 arg mem_az ,rega 
-0x7855 033997 arg mem_t7 ,contw 
-0x7856 033998 call bn_sqrmod 
-0x7857 033999 arg mem_cx ,rega 
-0x7858 034000 arg mem_t7 ,regb 
-0x7859 034001 arg mem_t0 ,contw 
-0x785a 034002 call bn_mulmod 
-0x785b 034003 arg mem_az ,rega 
-0x785c 034004 arg mem_t7 ,regb 
-0x785d 034005 arg mem_t7 ,contw 
-0x785e 034006 call bn_mulmod 
-0x785f 034007 arg mem_cy ,rega 
-0x7860 034008 arg mem_t7 ,regb 
-0x7861 034009 arg mem_t1 ,contw 
-0x7862 034010 call bn_mulmod 
-0x7863 034011 arg mem_cz ,rega 
-0x7864 034012 arg mem_t7 ,contw 
-0x7865 034013 call bn_sqrmod 
-0x7866 034014 arg mem_ax ,rega 
-0x7867 034015 arg mem_t7 ,regb 
-0x7868 034016 arg mem_t2 ,contw 
-0x7869 034017 call bn_mulmod 
-0x786a 034018 arg mem_cz ,rega 
-0x786b 034019 arg mem_t7 ,regb 
-0x786c 034020 arg mem_t7 ,contw 
-0x786d 034021 call bn_mulmod 
-0x786e 034022 arg mem_ay ,rega 
-0x786f 034023 arg mem_t7 ,regb 
-0x7870 034024 arg mem_t3 ,contw 
-0x7871 034025 call bn_mulmod 
-0x7872 034026 arg mem_t0 ,rega 
-0x7873 034027 arg mem_t2 ,regb 
-0x7874 034028 arg mem_t7 ,contw 
-0x7875 034029 call bn_submod 
-0x7876 034030 arg mem_t0 ,rega 
-0x7877 034031 arg mem_t2 ,regb 
-0x7878 034032 arg mem_t0 ,contw 
-0x7879 034033 call bn_addmod 
-0x787a 034034 arg mem_t1 ,rega 
-0x787b 034035 arg mem_t3 ,regb 
-0x787c 034036 arg mem_t2 ,contw 
-0x787d 034037 call bn_submod 
-0x787e 034038 arg mem_t1 ,rega 
-0x787f 034039 arg mem_t3 ,regb 
-0x7880 034040 arg mem_t1 ,contw 
-0x7881 034041 call bn_addmod 
-0x7882 034042 arg mem_t1 ,rega 
-0x7883 034043 arg mem_t7 ,regb 
-0x7884 034044 arg mem_t1 ,contw 
-0x7885 034045 call bn_mulmod 
-0x7886 034046 arg mem_cz ,rega 
-0x7887 034047 arg mem_az ,regb 
-0x7888 034048 arg mem_t3 ,contw 
-0x7889 034049 call bn_mulmod 
-0x788a 034050 arg mem_t3 ,rega 
-0x788b 034051 arg mem_t7 ,regb 
-0x788c 034052 arg mem_cz ,contw 
-0x788d 034053 call bn_mulmod 
-0x788e 034054 arg mem_t7 ,rega 
-0x788f 034055 arg mem_t7 ,contw 
-0x7890 034056 call bn_sqrmod 
-0x7891 034057 arg mem_t7 ,rega 
-0x7892 034058 arg mem_t0 ,regb 
-0x7893 034059 arg mem_t3 ,contw 
-0x7894 034060 call bn_mulmod 
-0x7895 034061 arg mem_t7 ,rega 
-0x7896 034062 arg mem_t1 ,regb 
-0x7897 034063 arg mem_t1 ,contw 
-0x7898 034064 call bn_mulmod 
-0x7899 034065 arg mem_t2 ,rega 
-0x789a 034066 arg mem_cx ,contw 
-0x789b 034067 call bn_sqrmod 
-0x789c 034068 arg mem_cx ,rega 
-0x789d 034069 arg mem_t3 ,regb 
-0x789e 034070 arg mem_cx ,contw 
-0x789f 034071 call bn_submod 
-0x78a0 034072 arg mem_cx ,contr 
-0x78a1 034073 arg mem_t7 ,contw 
-0x78a2 034074 call memcpy24 
-0x78a3 034075 arg mem_t7 ,rega 
-0x78a4 034076 call bn_lshiftmod 
-0x78a5 034077 arg mem_t3 ,rega 
-0x78a6 034078 arg mem_t7 ,regb 
-0x78a7 034079 arg mem_t3 ,contw 
-0x78a8 034080 call bn_submod 
-0x78a9 034081 arg mem_t3 ,rega 
-0x78aa 034082 arg mem_t2 ,regb 
-0x78ab 034083 arg mem_t2 ,contw 
-0x78ac 034084 call bn_mulmod 
-0x78ad 034085 arg mem_t2 ,rega 
-0x78ae 034086 arg mem_t1 ,regb 
-0x78af 034087 arg mem_cy ,contw 
-0x78b0 034088 call bn_submod 
-0x78b1 034089 arg mem_cy ,rega 
-0x78b2 034090 arg mem_p ,regb 
-0x78b3 034091 arg mem_cy ,contw 
-0x78b4 034092 force 0 ,regc 
-0x78b5 034093 fetch 1 ,mem_cy 
-0x78b6 034094 isolate1 0 ,pdata 
-0x78b7 034095 call bn_add ,true 
-0x78b8 034096 copy regc ,alarm 
-0x78b9 034097 arg mem_cy ,rega 
-0x78ba 034098 call bn_rshift6 
-0x78bb 034099 fetch 1 ,mem_cy5 
-0x78bc 034100 isolate1 0 ,alarm 
-0x78bd 034101 setflag true ,7 ,pdata 
-0x78be 034102 store 1 ,mem_cy5 
-0x78bf 034103 rtn 
-:      034107 eckp_0:
-0x78c0 034108 fetch 1 ,mem_ec_loopc 
-0x78c1 034109 increase -1 ,pdata 
-0x78c2 034110 nrtn positive 
-0x78c3 034111 store 1 ,mem_ec_loopc 
-0x78c4 034112 fetch 1 ,mem_ec_infinite 
-0x78c5 034113 call ecdbl ,blank 
-0x78c6 034114 fetch 1 ,mem_ec_loopc 
-0x78c7 034115 arg mem_k ,contr 
-0x78c8 034116 call bn_testbit 
-0x78c9 034117 branch eckp_0 ,true 
-0x78ca 034118 fetch 1 ,mem_ec_infinite 
-0x78cb 034119 nbranch eckp_1 ,blank 
-0x78cc 034120 call ecadd 
-0x78cd 034121 branch eckp_0 
-:      034122 eckp_1:
-0x78ce 034123 jam 0 ,mem_ec_infinite 
-0x78cf 034124 arg mem_ax ,contr 
-0x78d0 034125 arg mem_cx ,contw 
-0x78d1 034126 call ec_copy 
-0x78d2 034127 branch eckp_0 
-:      034130 ecunmapz:
-0x78d3 034131 arg mem_cz ,rega 
-0x78d4 034132 arg mem_t3 ,contw 
-0x78d5 034133 call bn_invmod 
-0x78d6 034134 arg mem_t3 ,rega 
-0x78d7 034135 arg mem_t1 ,contw 
-0x78d8 034136 call bn_sqrmod 
-0x78d9 034137 arg mem_cx ,rega 
-0x78da 034138 arg mem_t1 ,regb 
-0x78db 034139 arg mem_bx ,contw 
-0x78dc 034140 call bn_mulmod 
-0x78dd 034141 arg mem_t3 ,rega 
-0x78de 034142 arg mem_t1 ,regb 
-0x78df 034143 arg mem_t2 ,contw 
-0x78e0 034144 call bn_mulmod 
-0x78e1 034145 arg mem_cy ,rega 
-0x78e2 034146 arg mem_t2 ,regb 
-0x78e3 034147 arg mem_by ,contw 
-0x78e4 034148 branch bn_mulmod 
-:      034152 sha_endian_swap2:
-0x78e5 034153 ifetch 4 ,contr 
-0x78e6 034154 force 4 ,rega 
-0x78e7 034155 increase 3 ,contw 
-:      034156 sha_endian_loop:
-0x78e8 034157 istore 1 ,contw 
-0x78e9 034158 rshift8 pdata ,pdata 
-0x78ea 034159 increase -2 ,contw 
-0x78eb 034160 increase -1 ,rega 
-0x78ec 034161 nbranch sha_endian_loop ,zero 
-0x78ed 034162 increase 5 ,contw 
-0x78ee 034163 loop sha_endian_swap2 
-0x78ef 034164 rtn 
-:      034167 sha_getw:
-0x78f0 034168 lshift2 queue ,pdata 
-0x78f1 034169 iadd timeup ,contr 
-0x78f2 034170 ifetch 4 ,contr 
-0x78f3 034171 rtn 
-:      034173 sha_r:
-0x78f4 034174 force 16 ,alarm 
-0x78f5 034175 arg memdat ,timeup 
-:      034176 sha_r_loop:
-0x78f6 034177 add alarm ,-7 ,queue 
-0x78f7 034178 call sha_getw 
-0x78f8 034179 iforce temp 
-0x78f9 034180 add alarm ,-16 ,queue 
-0x78fa 034181 call sha_getw 
-0x78fb 034182 iadd temp ,temp 
-0x78fc 034183 add alarm ,-2 ,queue 
-0x78fd 034184 call sha_getw 
-0x78fe 034185 shasx pdata ,1 ,pdata 
-0x78ff 034186 iadd temp ,temp 
-0x7900 034187 add alarm ,-15 ,queue 
-0x7901 034188 call sha_getw 
-0x7902 034189 shasx pdata ,0 ,pdata 
-0x7903 034190 iadd temp ,temp 
-0x7904 034191 lshift2 alarm ,pdata 
-0x7905 034192 iadd timeup ,contw 
-0x7906 034193 istoret 4 ,contw 
-0x7907 034194 increase 1 ,alarm 
-0x7908 034195 compare 64 ,alarm ,0xff 
-0x7909 034196 nbranch sha_r_loop ,true 
-0x790a 034197 rtn 
-:      034200 sha_init:
-0x790b 034201 arg memh0 ,contr 
-0x790c 034202 force 7 ,regext_index 
-:      034203 sha_init_0:
-0x790d 034204 ifetch 4 ,contr 
-0x790e 034205 iforce regext 
-0x790f 034206 increase -1 ,regext_index 
-0x7910 034207 branch sha_init_0 ,positive 
-0x7911 034208 rtn 
-:      034210 sha:
-0x7912 034211 bpatchx patch3d_4 ,mem_patch3d 
-0x7913 034212 call sha_r 
-0x7914 034213 arg memahbak ,contw 
-0x7915 034214 force 0 ,regext_index 
-:      034215 sha_0:
-0x7916 034216 deposit regext 
-0x7917 034217 istore 4 ,contw 
-0x7918 034218 increase 1 ,regext_index 
-0x7919 034219 compare 8 ,regext_index ,0xff 
-0x791a 034220 nbranch sha_0 ,true 
-0x791b 034221 call enable_authrom 
-0x791c 034222 arg memk ,timeup 
-0x791d 034223 arg memdat ,alarm 
-0x791e 034224 force 64 ,loopcnt 
-:      034225 sha_loop:
-0x791f 034226 ifetcht 4 ,alarm 
-0x7920 034227 ifetch 4 ,timeup 
-0x7921 034228 increase 4 ,timeup 
-0x7922 034229 increase 4 ,alarm 
-0x7923 034230 iadd temp ,pdata 
-0x7924 034231 force 7 ,regext_index 
-0x7925 034232 iadd regext ,temp 
-0x7926 034233 force 4 ,regext_index 
-0x7927 034234 shasx regext ,3 ,pdata 
-0x7928 034235 iadd temp ,temp 
-0x7929 034236 force 5 ,regext_index 
-0x792a 034237 deposit regext 
-0x792b 034238 force 6 ,regext_index 
-0x792c 034239 ixor regext ,pdata 
-0x792d 034240 force 4 ,regext_index 
-0x792e 034241 iand regext ,pdata 
-0x792f 034242 force 6 ,regext_index 
-0x7930 034243 ixor regext ,pdata 
-0x7931 034244 iadd temp ,temp 
-0x7932 034245 force 7 ,regext_index 
-0x7933 034246 copy temp ,regext 
-0x7934 034247 force 3 ,regext_index 
-0x7935 034248 deposit regext 
-0x7936 034249 iadd temp ,regext 
-0x7937 034250 force 0 ,regext_index 
-0x7938 034251 deposit regext 
-0x7939 034252 force 1 ,regext_index 
-0x793a 034253 iand regext ,temp 
-0x793b 034254 ior regext ,pdata 
-0x793c 034255 force 2 ,regext_index 
-0x793d 034256 iand regext ,pdata 
-0x793e 034257 ior temp ,temp 
-0x793f 034258 force 0 ,regext_index 
-0x7940 034259 shasx regext ,2 ,pdata 
-0x7941 034260 iadd temp ,pdata 
-0x7942 034261 force 7 ,regext_index 
-0x7943 034262 iadd regext ,regext 
-0x7944 034263 regexrot 
-0x7945 034264 loop sha_loop 
-0x7946 034265 arg memahbak ,contr 
-0x7947 034266 force 0 ,regext_index 
-:      034267 sha_1:
-0x7948 034268 ifetch 4 ,contr 
-0x7949 034269 iadd regext ,regext 
-0x794a 034270 increase 1 ,regext_index 
-0x794b 034271 compare 8 ,regext_index ,0xff 
-0x794c 034272 nbranch sha_1 ,true 
-0x794d 034273 branch disable_authrom 
-:      034276 sha_result:
-0x794e 034277 arg memresult ,contw 
-0x794f 034278 force 7 ,regext_index 
-:      034279 sha_regext_save:
-0x7950 034280 deposit regext 
-0x7951 034281 istore 4 ,contw 
-0x7952 034282 increase -1 ,regext_index 
-0x7953 034283 branch sha_regext_save ,positive 
-0x7954 034284 rtn 
-:      034286 pad_xor:
-0x7955 034288 arg memdat ,contw 
-0x7956 034289 increase -4 ,contr 
-0x7957 034290 sub loopcnt ,16 ,rega 
-:      034291 pad_xor_0:
-0x7958 034292 ifetch 4 ,contr 
-0x7959 034293 ixor temp ,pdata 
-0x795a 034294 istore 4 ,contw 
-0x795b 034295 increase -8 ,contr 
-0x795c 034296 loop pad_xor_0 
-0x795d 034297 copy rega ,loopcnt 
-0x795e 034298 deposit temp 
-:      034299 pad_xor_1:
-0x795f 034300 istore 4 ,contw 
-0x7960 034301 loop pad_xor_1 
-0x7961 034302 rtn 
-:      034304 g_noninit_number_confirm:
-0x7962 034305 call g_noninit0 
-0x7963 034306 call sha_result 
-0x7964 034307 branch g_common0 
-:      034309 g_noninit:
-0x7965 034310 call g_noninit0 
-0x7966 034311 branch g_common0 
-:      034313 g_noninit0:
-0x7967 034314 arg mem_sp_pubkey_remote_x_end ,contr 
-0x7968 034315 arg memdat ,contw 
-0x7969 034316 force 6 ,loopcnt 
-0x796a 034317 call memcpy_dword_swap 
-0x796b 034318 arg mem_sp_pubkey_local_x_end ,contr 
-0x796c 034319 force 6 ,loopcnt 
-0x796d 034320 call memcpy_dword_swap 
-0x796e 034321 arg mem_sp_random_remote_end ,contr 
-0x796f 034322 call memcpy_dword_swap4 
-0x7970 034323 call sha_init 
-0x7971 034324 call sha 
-0x7972 034325 arg mem_sp_random_local_end ,contr 
-0x7973 034326 arg memdat ,contw 
-0x7974 034327 branch g_common 
-:      034329 g_init:
-0x7975 034330 arg mem_sp_pubkey_local_x_end ,contr 
-0x7976 034331 arg memdat ,contw 
-0x7977 034332 force 6 ,loopcnt 
-0x7978 034333 call memcpy_dword_swap 
-0x7979 034334 arg mem_sp_pubkey_remote_x_end ,contr 
-0x797a 034335 force 6 ,loopcnt 
-0x797b 034336 call memcpy_dword_swap 
-0x797c 034337 arg mem_sp_random_local_end ,contr 
-0x797d 034338 call memcpy_dword_swap4 
-0x797e 034339 call sha_init 
-0x797f 034340 call sha 
-0x7980 034341 arg mem_sp_random_remote_end ,contr 
-0x7981 034342 arg memdat ,contw 
-0x7982 034343 call g_common 
-0x7983 034344 branch g_common0 
-:      034346 g_common:
-0x7984 034347 call memcpy_dword_swap4 
-0x7985 034348 setarg 0x800000 
-0x7986 034349 lshift8 pdata ,pdata 
-0x7987 034350 istore 4 ,contw 
-0x7988 034351 force 5 ,loopcnt 
-0x7989 034352 call memset0 
-0x798a 034353 setarg 640 
-0x798b 034354 istore 4 ,contw 
-0x798c 034355 branch sha 
-:      034356 g_common0:
-0x798d 034357 fetch 4 ,memresult 
-0x798e 034359 arg 1000 ,rega 
-0x798f 034360 idiv rega 
-0x7990 034361 call wait_div_end 
-0x7991 034362 remainder pdata 
-0x7992 034363 store 4 ,mem_gkey 
-0x7993 034364 quotient pdata 
-0x7994 034365 arg 1000 ,rega 
-0x7995 034366 idiv rega 
-0x7996 034367 call wait_div_end 
-0x7997 034368 remainder pdata 
-0x7998 034369 arg 1000 ,rega 
-0x7999 034370 imul32 rega ,pdata 
-0x799a 034371 fetcht 4 ,mem_gkey 
-0x799b 034372 iadd temp ,pdata 
-0x799c 034373 store 4 ,mem_gkey 
-0x799d 034374 rtn 
-:      034376 function_f1_no_key:
-0x799e 034377 jam 0 ,mem_passkey_1bit 
-0x799f 034378 branch function_f1_common 
-:      034380 function_f1:
-0x79a0 034381 fetch 1 ,mem_ssp_mode_flag 
-0x79a1 034382 bne ssp_mode_passkey_entry_flag ,function_f1_no_key 
-:      034383 function_f1_common:
-0x79a2 034384 bpatchx patch3d_5 ,mem_patch3d 
-0x79a3 034385 setarg 0x363636 
-0x79a4 034386 lshift8 pdata ,temp 
-0x79a5 034387 or_into 0x36 ,temp 
-0x79a6 034388 fetch 2 ,mem_sp_prarm_stack 
-0x79a7 034389 copy pdata ,contr 
-0x79a8 034390 force 4 ,loopcnt 
-0x79a9 034391 call pad_xor 
-0x79aa 034392 call sha_init 
-0x79ab 034393 call sha 
-0x79ac 034394 fetch 2 ,mem_sp_prarm_stack + 2 
-0x79ad 034395 copy pdata ,contr 
-0x79ae 034396 arg memdat ,contw 
-0x79af 034397 force 6 ,loopcnt 
-0x79b0 034398 call memcpy_dword_swap 
-0x79b1 034399 fetch 2 ,mem_sp_prarm_stack + 4 
-0x79b2 034400 copy pdata ,contr 
-0x79b3 034401 force 6 ,loopcnt 
-0x79b4 034402 call memcpy_dword_swap 
-0x79b5 034403 setarg 0x800000 
-0x79b6 034404 istore 3 ,contw 
-0x79b7 034406 fetch 1 ,mem_passkey_1bit 
-0x79b8 034408 istore 1 ,contw 
-0x79b9 034409 force 0 ,pdata 
-0x79ba 034410 istore 8 ,contw 
-0x79bb 034411 setarg 0x0388 
-0x79bc 034412 istore 4 ,contw 
-0x79bd 034413 call sha 
-0x79be 034414 call sha_result 
-0x79bf 034415 arg memresult ,contr 
-0x79c0 034416 arg memahsave ,contw 
-0x79c1 034417 call memcpy32 
-0x79c2 034419 setarg 0x5c5c5c 
-0x79c3 034420 lshift8 pdata ,temp 
-0x79c4 034421 or_into 0x5c ,temp 
-0x79c5 034422 fetch 2 ,mem_sp_prarm_stack 
-0x79c6 034423 copy pdata ,contr 
-0x79c7 034424 force 4 ,loopcnt 
-0x79c8 034425 call pad_xor 
-0x79c9 034426 call sha_init 
-0x79ca 034427 call sha 
-0x79cb 034428 arg memahsave_end ,contr 
-0x79cc 034429 arg memdat ,contw 
-0x79cd 034430 force 8 ,loopcnt 
-0x79ce 034431 call memcpy_dword_swap 
-0x79cf 034432 setarg 0x800000 
-0x79d0 034433 lshift8 pdata ,pdata 
-0x79d1 034434 istore 4 ,contw 
-0x79d2 034435 call bn_zero 
-0x79d3 034436 setarg 0x0300 
-0x79d4 034437 istore 4 ,contw 
-0x79d5 034438 call sha 
-0x79d6 034439 branch sha_result 
-:      034442 function_f2:
-0x79d7 034443 setarg 0x363636 
-0x79d8 034444 lshift8 pdata ,temp 
-0x79d9 034445 or_into 0x36 ,temp 
-0x79da 034446 arg mem_sp_dhkey_end ,contr 
-0x79db 034447 force 6 ,loopcnt 
-0x79dc 034448 call pad_xor 
-0x79dd 034449 call sha_init 
-0x79de 034450 call sha 
-0x79df 034451 fetch 2 ,mem_sp_prarm_stack + 12 
-0x79e0 034452 copy pdata ,contr 
-0x79e1 034453 arg memdat ,contw 
-0x79e2 034454 call memcpy_dword_swap4 
-0x79e3 034455 fetch 2 ,mem_sp_prarm_stack + 14 
-0x79e4 034456 copy pdata ,contr 
-0x79e5 034457 call memcpy_dword_swap4 
-0x79e6 034459 setarg 0x62746c 
-0x79e7 034460 lshift8 pdata ,pdata 
-0x79e8 034461 or_into 0x6b ,pdata 
-0x79e9 034462 istore 4 ,contw 
-0x79ea 034463 arg mem_addr_value_end ,contr 
-0x79eb 034464 force 3 ,loopcnt 
-0x79ec 034465 call memcpy_dword_swap 
-0x79ed 034467 setarg 0x800000 
-0x79ee 034468 lshift8 pdata ,pdata 
-0x79ef 034469 istore 4 ,contw 
-0x79f0 034470 force 0 ,pdata 
-0x79f1 034471 istore 8 ,contw 
-0x79f2 034472 setarg 0x0380 
-0x79f3 034473 istore 4 ,contw 
-0x79f4 034474 call sha 
-0x79f5 034476 call sha_result 
-0x79f6 034477 arg memresult ,contr 
-0x79f7 034478 arg memahsave ,contw 
-0x79f8 034479 call memcpy32 
-0x79f9 034481 setarg 0x5c5c5c 
-0x79fa 034482 lshift8 pdata ,temp 
-0x79fb 034483 or_into 0x5c ,temp 
-0x79fc 034484 arg mem_sp_dhkey_end ,contr 
-0x79fd 034485 force 6 ,loopcnt 
-0x79fe 034486 call pad_xor 
-0x79ff 034487 call sha_init 
-0x7a00 034488 call sha 
-0x7a01 034489 arg memahsave_end ,contr 
-0x7a02 034490 arg memdat ,contw 
-0x7a03 034491 force 8 ,loopcnt 
-0x7a04 034492 call memcpy_dword_swap 
-0x7a05 034493 setarg 0x800000 
-0x7a06 034494 lshift8 pdata ,pdata 
-0x7a07 034495 istore 4 ,contw 
-0x7a08 034496 call bn_zero 
-0x7a09 034497 setarg 0x0300 
-0x7a0a 034498 istore 4 ,contw 
-0x7a0b 034499 call sha 
-0x7a0c 034500 branch sha_result 
-:      034503 function_f3a:
-0x7a0d 034504 fetch 1 ,mem_ssp_mode_flag 
-0x7a0e 034505 bne ssp_mode_passkey_entry_flag ,function_f3a_no_pin 
-:      034506 function_f3a_common:
-0x7a0f 034507 bpatchx patch3d_6 ,mem_patch3d 
-0x7a10 034508 setarg 0x363636 
-0x7a11 034509 lshift8 pdata ,temp 
-0x7a12 034510 or_into 0x36 ,temp 
-0x7a13 034511 arg mem_sp_dhkey_end ,contr 
-0x7a14 034512 force 6 ,loopcnt 
-0x7a15 034513 call pad_xor 
-0x7a16 034514 call sha_init 
-0x7a17 034515 call sha 
-0x7a18 034516 arg mem_sp_random_remote_end ,contr 
-0x7a19 034517 arg memdat ,contw 
-0x7a1a 034518 call memcpy_dword_swap4 
-0x7a1b 034519 arg mem_sp_random_local_end ,contr 
-0x7a1c 034520 call memcpy_dword_swap4 
-0x7a1d 034521 branch function_f3_common 
-:      034523 function_f3a_no_pin:
-0x7a1e 034524 setarg 0 
-0x7a1f 034525 store 4 ,mem_pin 
-0x7a20 034526 branch function_f3a_common 
-:      034528 function_f3b_no_pin:
-0x7a21 034529 setarg 0 
-0x7a22 034530 store 4 ,mem_pin 
-0x7a23 034531 branch function_f3b_common 
-:      034534 function_f3b:
-0x7a24 034535 fetch 1 ,mem_ssp_mode_flag 
-0x7a25 034536 bne ssp_mode_passkey_entry_flag ,function_f3b_no_pin 
-:      034537 function_f3b_common:
-0x7a26 034538 setarg 0x363636 
-0x7a27 034539 lshift8 pdata ,temp 
-0x7a28 034540 or_into 0x36 ,temp 
-0x7a29 034541 arg mem_sp_dhkey_end ,contr 
-0x7a2a 034542 force 6 ,loopcnt 
-0x7a2b 034543 call pad_xor 
-0x7a2c 034544 call sha_init 
-0x7a2d 034545 call sha 
-0x7a2e 034547 arg mem_sp_random_local_end ,contr 
-0x7a2f 034548 arg memdat ,contw 
-0x7a30 034549 call memcpy_dword_swap4 
-0x7a31 034550 arg mem_sp_random_remote_end ,contr 
-0x7a32 034551 call memcpy_dword_swap4 
-:      034552 function_f3_common:
-0x7a33 034553 setarg 0x0 
-0x7a34 034554 istore 8 ,contw 
-0x7a35 034555 istore 4 ,contw 
-0x7a36 034556 fetch 4 ,mem_pin 
-0x7a37 034557 istore 4 ,contw 
-0x7a38 034559 copy contw ,temp 
-0x7a39 034560 jam 0x80 ,mem_addr_padding 
-0x7a3a 034561 copy temp ,contw 
-0x7a3b 034562 arg mem_addr_iocap_end ,contr 
-0x7a3c 034563 call memcpy_dword_swap4 
-0x7a3d 034565 call sha 
-0x7a3e 034567 arg memdat ,contw 
-0x7a3f 034568 force 7 ,loopcnt 
-0x7a40 034569 call memset0 
-0x7a41 034570 istore 4 ,contw 
-0x7a42 034571 setarg 0x03F8 
-0x7a43 034572 istore 4 ,contw 
-0x7a44 034573 call sha 
-0x7a45 034574 call sha_result 
-0x7a46 034576 arg memresult ,contr 
-0x7a47 034577 arg memahsave ,contw 
-0x7a48 034578 call memcpy32 
-0x7a49 034580 setarg 0x5c5c5c 
-0x7a4a 034581 lshift8 pdata ,temp 
-0x7a4b 034582 or_into 0x5c ,temp 
-0x7a4c 034583 arg mem_sp_dhkey_end ,contr 
-0x7a4d 034584 force 6 ,loopcnt 
-0x7a4e 034585 call pad_xor 
-0x7a4f 034586 call sha_init 
-0x7a50 034587 call sha 
-0x7a51 034588 arg memahsave_end ,contr 
-0x7a52 034589 arg memdat ,contw 
-0x7a53 034590 force 8 ,loopcnt 
-0x7a54 034591 call memcpy_dword_swap 
-0x7a55 034592 setarg 0x800000 
-0x7a56 034593 lshift8 pdata ,pdata 
-0x7a57 034594 istore 4 ,contw 
-0x7a58 034595 call bn_zero 
-0x7a59 034596 setarg 0x0300 
-0x7a5a 034597 istore 4 ,contw 
-0x7a5b 034598 call sha 
-0x7a5c 034599 branch sha_result 
-:      034606 eckp_calc_init:
-0x7a5d 034607 jam 192 ,mem_ec_loopc 
-:      034608 eckp_calc_init_1:
-0x7a5e 034609 fetch 1 ,mem_ec_loopc 
-0x7a5f 034610 rtn blank 
-0x7a60 034611 increase -1 ,pdata 
-0x7a61 034612 store 1 ,mem_ec_loopc 
-0x7a62 034613 arg mem_k ,contr 
-0x7a63 034614 call bn_testbit 
-0x7a64 034615 branch eckp_calc_init_1 ,true 
-0x7a65 034616 arg mem_ax ,contr 
-0x7a66 034617 arg mem_cx ,contw 
-0x7a67 034618 branch ec_copy 
-:      034620 eckp_calc:
-0x7a68 034621 call ecdbl 
-0x7a69 034622 fetch 1 ,mem_ec_loopc 
-0x7a6a 034623 increase -1 ,pdata 
-0x7a6b 034624 store 1 ,mem_ec_loopc 
-0x7a6c 034625 arg mem_k ,contr 
-0x7a6d 034626 call bn_testbit 
-0x7a6e 034627 rtn true 
-0x7a6f 034628 branch ecadd 
-:      034630 memcpy_dword_swap4:
-0x7a70 034631 force 4 ,loopcnt 
-:      034632 memcpy_dword_swap:
-0x7a71 034633 increase -4 ,contr 
-:      034634 memcpy_dword_swap_loop:
-0x7a72 034635 ifetch 4 ,contr 
-0x7a73 034636 istore 4 ,contw 
-0x7a74 034637 increase -8 ,contr 
-0x7a75 034638 loop memcpy_dword_swap_loop 
-0x7a76 034639 rtn 
-:      034644 sp_initialize_256:
-0x7a77 034645 bpatchx patch3d_7 ,mem_patch3d 
-0x7a78 034646 fetch 1 ,mem_le_secure_connect_enable 
-0x7a79 034647 branch le_secure_connection_disable ,blank 
-0x7a7a 034648 call le_secure_connection_enable 
-0x7a7b 034649 call sp_clear_flags 
-0x7a7c 034651 branch sp_pubkey_calc_256 
-:      034656 sp_pubkey_calc_256:
-0x7a7d 034657 fetch 1 ,mem_le_sc_local_key_invalid 
-0x7a7e 034658 rtnne sp_key_invalid 
-0x7a7f 034659 fetch 1 ,mem_le_sc_calc 
-0x7a80 034660 rtnne sp_calc_standby 
-0x7a81 034662 arg mem_le_private_key_256 ,contw 
-0x7a82 034663 force 15 ,queue 
-0x7a83 034664 call random_generator 
-0x7a84 034665 random pdata 
-0x7a85 034666 rshift pdata ,pdata 
-0x7a86 034667 istore 2 ,contw 
-0x7a87 034669 arg mem_k_256 ,contw 
-0x7a88 034670 arg mem_le_private_key_256 ,contr 
-0x7a89 034671 call memcpy32 
-0x7a8a 034673 arg mem_ax_256 ,contw 
-0x7a8b 034674 arg mem_gx_256 ,contr 
-0x7a8c 034675 call memcpy64 
-0x7a8d 034677 arg mem_az_256 ,contw 
-0x7a8e 034678 call clear_mem_256 
-0x7a8f 034679 jam 1 ,mem_az_256 
-0x7a90 034681 call eckp_calc_init_256 
-0x7a91 034682 jam sp_calc_pubkey_256 ,mem_le_sc_calc 
-0x7a92 034683 rtn 
-:      034685 sp_pubkey_generated_256:
-0x7a93 034686 arg mem_le_pubkey_local_x_256 ,contw 
-0x7a94 034687 arg mem_bx_256 ,contr 
-0x7a95 034688 call memcpy64 
-0x7a96 034689 jam sp_key_valid_256 ,mem_le_sc_local_key_invalid 
-0x7a97 034690 jam sp_calc_standby ,mem_le_sc_calc 
-0x7a98 034691 rtn 
-:      034695 sp_dhkey_calc_256:
-0x7a99 034696 fetch 1 ,mem_sp_dhkey_invalid 
-0x7a9a 034697 rtnne sp_key_invalid 
-0x7a9b 034698 fetch 1 ,mem_le_sc_calc 
-0x7a9c 034699 rtnne sp_calc_standby 
-0x7a9d 034701 arg mem_k_256 ,contw 
-0x7a9e 034702 arg mem_le_private_key_256 ,contr 
-0x7a9f 034703 call memcpy32 
-0x7aa0 034705 arg mem_ax_256 ,contw 
-0x7aa1 034706 arg mem_le_pubkey_remote_x_256 ,contr 
-0x7aa2 034707 call memcpy64 
-0x7aa3 034709 arg mem_az_256 ,contw 
-0x7aa4 034710 call clear_mem_256 
-0x7aa5 034711 jam 1 ,mem_az_256 
-0x7aa6 034713 call eckp_calc_init_256 
-0x7aa7 034714 jam sp_calc_dhkey_256 ,mem_le_sc_calc 
-0x7aa8 034715 rtn 
-:      034718 sp_dhkey_generated_256:
-0x7aa9 034720 arg mem_le_dhkey_256 ,contw 
-0x7aaa 034721 arg mem_bx_256 ,contr 
-0x7aab 034722 call memcpy32 
-0x7aac 034723 jam sp_key_valid_256 ,mem_sp_dhkey_invalid 
-0x7aad 034724 jam sp_calc_standby ,mem_le_sc_calc 
-0x7aae 034725 rtn 
-:      034729 sp_calc_sequence_256:
-0x7aaf 034730 fetch 1 ,mem_le_secure_connect_enable 
-0x7ab0 034731 rtn blank 
-0x7ab1 034732 fetch 1 ,mem_le_sc_calc 
-0x7ab2 034733 rtn blank 
-0x7ab3 034734 increase 0x80 ,pdata 
-0x7ab4 034735 store 1 ,mem_le_sc_calc 
-0x7ab5 034736 rtnbit1 7 
-0x7ab6 034737 fetch 2 ,mem_ec_loopc 
-0x7ab7 034738 branch sp_calc_sequence_done_256 ,blank 
-0x7ab8 034739 branch eckp_calc_256 
-:      034741 sp_calc_sequence_done_256:
-0x7ab9 034742 bpatchx patch3e_0 ,mem_patch3e 
-0x7aba 034743 call ecunmapz_256 
-0x7abb 034744 fetch 1 ,mem_le_sc_calc 
-0x7abc 034745 beq sp_calc_pubkey_256 ,sp_pubkey_generated_256 
-0x7abd 034746 beq sp_calc_dhkey_256 ,sp_dhkey_generated_256 
-0x7abe 034747 rtn 
-:      034750 eckp_calc_256:
-0x7abf 034751 call ecdbl_256 
-0x7ac0 034752 fetch 2 ,mem_ec_loopc 
-0x7ac1 034753 increase -1 ,pdata 
-0x7ac2 034754 store 2 ,mem_ec_loopc 
-0x7ac3 034755 arg mem_k_256 ,contr 
-0x7ac4 034756 call bn_testbit 
-0x7ac5 034757 rtn true 
-0x7ac6 034758 branch ecadd_256 
-:      034760 eckp_calc_init_256:
-0x7ac7 034761 bpatchx patch3e_1 ,mem_patch3e 
-0x7ac8 034762 setarg 256 ,pdata 
-0x7ac9 034763 store 2 ,mem_ec_loopc 
-:      034764 eckp_calc_init_256_1:
-0x7aca 034765 fetch 2 ,mem_ec_loopc 
-0x7acb 034766 rtn blank 
-0x7acc 034767 increase -1 ,pdata 
-0x7acd 034768 store 2 ,mem_ec_loopc 
-0x7ace 034769 arg mem_k_256 ,contr 
-0x7acf 034770 call bn_testbit 
-0x7ad0 034771 branch eckp_calc_init_256_1 ,true 
-0x7ad1 034772 arg mem_ax_256 ,contr 
-0x7ad2 034773 arg mem_cx_256 ,contw 
-0x7ad3 034774 branch memcpy96 
-:      034777 ecunmapz_256:
-0x7ad4 034778 arg mem_cz_256 ,rega 
-0x7ad5 034779 arg mem_t3_256 ,contw 
-0x7ad6 034780 call bn_invmod_256 
-0x7ad7 034781 arg mem_t3_256 ,rega 
-0x7ad8 034782 arg mem_t1_256 ,contw 
-0x7ad9 034783 call bn_sqrmod_256 
-0x7ada 034784 arg mem_cx_256 ,rega 
-0x7adb 034785 arg mem_t1_256 ,regb 
-0x7adc 034786 arg mem_bx_256 ,contw 
-0x7add 034787 call bn_mulmod_256 
-0x7ade 034788 arg mem_t3_256 ,rega 
-0x7adf 034789 arg mem_t1_256 ,regb 
-0x7ae0 034790 arg mem_t2_256 ,contw 
-0x7ae1 034791 call bn_mulmod_256 
-0x7ae2 034792 arg mem_cy_256 ,rega 
-0x7ae3 034793 arg mem_t2_256 ,regb 
-0x7ae4 034794 arg mem_by_256 ,contw 
-0x7ae5 034795 branch bn_mulmod_256 
-:      034797 ecdbl_256:
-0x7ae6 034798 arg mem_cz_256 ,rega 
-0x7ae7 034799 arg mem_t2_256 ,contw 
-0x7ae8 034800 call bn_sqrmod_256 
-0x7ae9 034801 arg mem_t2_256 ,rega 
-0x7aea 034802 arg mem_t3_256 ,contw 
-0x7aeb 034803 call bn_sqrmod_256 
-0x7aec 034805 arg mem_a_256 ,rega 
-0x7aed 034806 arg mem_t3_256 ,regb 
-0x7aee 034807 arg mem_t3_256 ,contw 
-0x7aef 034808 call bn_mulmod_256 
-0x7af0 034809 arg mem_cx_256 ,rega 
-0x7af1 034810 arg mem_t2_256 ,contw 
-0x7af2 034811 call bn_sqrmod_256 
-0x7af3 034813 arg mem_t2_256 ,contr 
-0x7af4 034814 arg mem_t1_256 ,contw 
-0x7af5 034815 call memcpy32 
-0x7af6 034816 arg mem_t1_256 ,rega 
-0x7af7 034817 call bn_lshiftmod_256 
-0x7af8 034818 arg mem_t2_256 ,rega 
-0x7af9 034819 arg mem_t1_256 ,regb 
-0x7afa 034820 arg mem_t2_256 ,contw 
-0x7afb 034821 call bn_addmod_256 
-0x7afc 034823 arg mem_t2_256 ,rega 
-0x7afd 034824 arg mem_t3_256 ,regb 
-0x7afe 034825 arg mem_t2_256 ,contw 
-0x7aff 034826 call bn_addmod_256 
-0x7b00 034828 arg mem_cx_256 ,contr 
-0x7b01 034829 arg mem_t1_256 ,contw 
-0x7b02 034830 call memcpy32 
-0x7b03 034831 arg mem_cy_256 ,rega 
-0x7b04 034832 arg mem_t3_256 ,contw 
-0x7b05 034833 call bn_sqrmod_256 
-0x7b06 034834 arg mem_t1_256 ,rega 
-0x7b07 034835 call bn_lshiftmod_256 
-0x7b08 034836 arg mem_t1_256 ,rega 
-0x7b09 034837 call bn_lshiftmod_256 
-0x7b0a 034838 arg mem_t1_256 ,rega 
-0x7b0b 034839 arg mem_t3_256 ,regb 
-0x7b0c 034840 arg mem_t1_256 ,contw 
-0x7b0d 034841 call bn_mulmod_256 
-0x7b0e 034842 arg mem_t3_256 ,rega 
-0x7b0f 034843 arg mem_t0_256 ,contw 
-0x7b10 034844 call bn_sqrmod_256 
-0x7b11 034845 arg mem_t0_256 ,rega 
-0x7b12 034846 call bn_lshiftmod_256 
-0x7b13 034847 arg mem_t0_256 ,rega 
-0x7b14 034848 call bn_lshiftmod_256 
-0x7b15 034849 arg mem_t0_256 ,rega 
-0x7b16 034850 call bn_lshiftmod_256 
-0x7b17 034851 arg mem_cy_256 ,contr 
-0x7b18 034852 arg mem_t3_256 ,contw 
-0x7b19 034853 call memcpy32 
-0x7b1a 034854 arg mem_t3_256 ,rega 
-0x7b1b 034855 call bn_lshiftmod_256 
-0x7b1c 034856 arg mem_t3_256 ,rega 
-0x7b1d 034857 arg mem_cz_256 ,regb 
-0x7b1e 034858 arg mem_cz_256 ,contw 
-0x7b1f 034859 call bn_mulmod_256 
-0x7b20 034862 arg mem_t2_256 ,rega 
-0x7b21 034863 arg mem_t3_256 ,contw 
-0x7b22 034864 call bn_sqrmod_256 
-0x7b23 034866 arg mem_t3_256 ,rega 
-0x7b24 034867 arg mem_t1_256 ,regb 
-0x7b25 034868 arg mem_t3_256 ,contw 
-0x7b26 034869 call bn_submod_256 
-0x7b27 034870 arg mem_t3_256 ,rega 
-0x7b28 034871 arg mem_t1_256 ,regb 
-0x7b29 034872 arg mem_cx_256 ,contw 
-0x7b2a 034873 call bn_submod_256 
-0x7b2b 034874 arg mem_t1_256 ,rega 
-0x7b2c 034875 arg mem_cx_256 ,regb 
-0x7b2d 034876 arg mem_t3_256 ,contw 
-0x7b2e 034877 call bn_submod_256 
-0x7b2f 034878 arg mem_t3_256 ,rega 
-0x7b30 034879 arg mem_t2_256 ,regb 
-0x7b31 034880 arg mem_t3_256 ,contw 
-0x7b32 034881 call bn_mulmod_256 
-0x7b33 034882 arg mem_t3_256 ,rega 
-0x7b34 034883 arg mem_t0_256 ,regb 
-0x7b35 034884 arg mem_cy_256 ,contw 
-0x7b36 034885 branch bn_submod_256 
-:      034887 ecadd_256:
-0x7b37 034889 arg mem_az_256 ,rega 
-0x7b38 034890 arg mem_t7_256 ,contw 
-0x7b39 034891 call bn_sqrmod_256 
-0x7b3a 034892 arg mem_cx_256 ,rega 
-0x7b3b 034893 arg mem_t7_256 ,regb 
-0x7b3c 034894 arg mem_t0_256 ,contw 
-0x7b3d 034895 call bn_mulmod_256 
-0x7b3e 034898 arg mem_az_256 ,rega 
-0x7b3f 034899 arg mem_t7_256 ,regb 
-0x7b40 034900 arg mem_t7_256 ,contw 
-0x7b41 034901 call bn_mulmod_256 
-0x7b42 034902 arg mem_cy_256 ,rega 
-0x7b43 034903 arg mem_t7_256 ,regb 
-0x7b44 034904 arg mem_t1_256 ,contw 
-0x7b45 034905 call bn_mulmod_256 
-0x7b46 034908 arg mem_cz_256 ,rega 
-0x7b47 034909 arg mem_t7_256 ,contw 
-0x7b48 034910 call bn_sqrmod_256 
-0x7b49 034911 arg mem_ax_256 ,rega 
-0x7b4a 034912 arg mem_t7_256 ,regb 
-0x7b4b 034913 arg mem_t2_256 ,contw 
-0x7b4c 034914 call bn_mulmod_256 
-0x7b4d 034916 arg mem_cz_256 ,rega 
-0x7b4e 034917 arg mem_t7_256 ,regb 
-0x7b4f 034918 arg mem_t7_256 ,contw 
-0x7b50 034919 call bn_mulmod_256 
-0x7b51 034920 arg mem_ay_256 ,rega 
-0x7b52 034921 arg mem_t7_256 ,regb 
-0x7b53 034922 arg mem_t3_256 ,contw 
-0x7b54 034923 call bn_mulmod_256 
-0x7b55 034928 arg mem_t0_256 ,regb 
-0x7b56 034929 arg mem_t2_256 ,rega 
-0x7b57 034930 arg mem_t7_256 ,contw 
-0x7b58 034931 call bn_submod_256 
-0x7b59 034932 arg mem_t0_256 ,rega 
-0x7b5a 034933 arg mem_t2_256 ,regb 
-0x7b5b 034934 arg mem_t0_256 ,contw 
-0x7b5c 034935 call bn_addmod_256 
-0x7b5d 034938 arg mem_t1_256 ,regb 
-0x7b5e 034939 arg mem_t3_256 ,rega 
-0x7b5f 034940 arg mem_t2_256 ,contw 
-0x7b60 034941 call bn_submod_256 
-0x7b61 034942 arg mem_t1_256 ,rega 
-0x7b62 034943 arg mem_t3_256 ,regb 
-0x7b63 034944 arg mem_t1_256 ,contw 
-0x7b64 034945 call bn_addmod_256 
-0x7b65 034946 arg mem_t1_256 ,rega 
-0x7b66 034947 arg mem_t7_256 ,regb 
-0x7b67 034948 arg mem_t1_256 ,contw 
-0x7b68 034949 call bn_mulmod_256 
-0x7b69 034950 arg mem_cz_256 ,rega 
-0x7b6a 034951 arg mem_az_256 ,regb 
-0x7b6b 034952 arg mem_t3_256 ,contw 
-0x7b6c 034953 call bn_mulmod_256 
-0x7b6d 034954 arg mem_t3_256 ,rega 
-0x7b6e 034955 arg mem_t7_256 ,regb 
-0x7b6f 034956 arg mem_cz_256 ,contw 
-0x7b70 034957 call bn_mulmod_256 
-0x7b71 034959 arg mem_t7_256 ,rega 
-0x7b72 034960 arg mem_t7_256 ,contw 
-0x7b73 034961 call bn_sqrmod_256 
-0x7b74 034962 arg mem_t7_256 ,rega 
-0x7b75 034963 arg mem_t0_256 ,regb 
-0x7b76 034964 arg mem_t3_256 ,contw 
-0x7b77 034965 call bn_mulmod_256 
-0x7b78 034966 arg mem_t7_256 ,rega 
-0x7b79 034967 arg mem_t1_256 ,regb 
-0x7b7a 034968 arg mem_t1_256 ,contw 
-0x7b7b 034969 call bn_mulmod_256 
-0x7b7c 034970 arg mem_t2_256 ,rega 
-0x7b7d 034971 arg mem_cx_256 ,contw 
-0x7b7e 034972 call bn_sqrmod_256 
-0x7b7f 034973 arg mem_cx_256 ,rega 
-0x7b80 034974 arg mem_t3_256 ,regb 
-0x7b81 034975 arg mem_cx_256 ,contw 
-0x7b82 034976 call bn_submod_256 
-0x7b83 034977 arg mem_cx_256 ,contr 
-0x7b84 034978 arg mem_t7_256 ,contw 
-0x7b85 034979 call memcpy32 
-0x7b86 034980 arg mem_t7_256 ,rega 
-0x7b87 034981 call bn_lshiftmod_256 
-0x7b88 034982 arg mem_t3_256 ,rega 
-0x7b89 034983 arg mem_t7_256 ,regb 
-0x7b8a 034984 arg mem_t3_256 ,contw 
-0x7b8b 034985 call bn_submod_256 
-0x7b8c 034986 arg mem_t3_256 ,rega 
-0x7b8d 034987 arg mem_t2_256 ,regb 
-0x7b8e 034988 arg mem_t2_256 ,contw 
-0x7b8f 034989 call bn_mulmod_256 
-0x7b90 034990 arg mem_t2_256 ,rega 
-0x7b91 034991 arg mem_t1_256 ,regb 
-0x7b92 034992 arg mem_cy_256 ,contw 
-0x7b93 034993 call bn_submod_256 
-0x7b94 034994 arg mem_cy_256 ,rega 
-0x7b95 034995 arg mem_p_256 ,regb 
-0x7b96 034996 arg mem_cy_256 ,contw 
-0x7b97 034997 force 0 ,regc 
-0x7b98 034998 fetch 1 ,mem_cy_256 
-0x7b99 034999 isolate1 0 ,pdata 
-0x7b9a 035000 call bn_add_256 ,true 
-0x7b9b 035001 copy regc ,alarm 
-0x7b9c 035002 arg mem_cy_256 ,rega 
-0x7b9d 035003 call bn_rshift_256 
-0x7b9e 035004 fetch 1 ,mem_cy5_256 
-0x7b9f 035005 isolate1 0 ,alarm 
-0x7ba0 035006 setflag true ,7 ,pdata 
-0x7ba1 035007 store 1 ,mem_cy5_256 
-0x7ba2 035008 rtn 
-:      035010 bn_invmod_256:
-0x7ba3 035011 copy contw ,timeup 
-0x7ba4 035012 arg mem_tmp0_256 ,contw 
-0x7ba5 035013 call clear_mem_256 
-0x7ba6 035014 force 0 ,pdata 
-0x7ba7 035016 store 4 ,mem_t2_256 
-0x7ba8 035017 jam 1 ,mem_tmp0_256 
-0x7ba9 035018 arg mem_tmp1_256 ,contw 
-0x7baa 035019 call clear_mem_512 
-0x7bab 035020 arg mem_p_256 ,contr 
-0x7bac 035021 arg mem_tmp2_256 ,contw 
-0x7bad 035022 call memcpy32 
-0x7bae 035023 copy rega ,contr 
-0x7baf 035024 arg mem_tmp3_256 ,contw 
-0x7bb0 035025 call memcpy32 
-:      035031 bn_invmod_256_2:
-0x7bb1 035032 arg mem_tmp3_256 ,contr 
-0x7bb2 035033 call bn_eq_zero_256 
-0x7bb3 035034 branch bn_invmod_256_0 ,blank 
-0x7bb4 035039 arg mem_tmp3_256 ,rega 
-0x7bb5 035040 arg mem_tmp0_256 ,regb 
-0x7bb6 035041 call bn_rshifteven_256 
-0x7bb7 035042 arg mem_tmp2_256 ,rega 
-0x7bb8 035043 arg mem_tmp1_256 ,regb 
-0x7bb9 035044 call bn_rshifteven_256 
-0x7bba 035046 arg mem_tmp3_256 ,rega 
-0x7bbb 035047 arg mem_tmp2_256 ,regb 
-0x7bbc 035048 call bn_bigeq_256 
-0x7bbd 035049 branch bn_invmod_256_1 ,positive 
-0x7bbe 035050 arg mem_tmp2_256 ,rega 
-0x7bbf 035051 arg mem_tmp3_256 ,regb 
-0x7bc0 035052 copy rega ,contw 
-0x7bc1 035053 call bn_sub_256 
-0x7bc2 035054 arg mem_tmp0_256 ,rega 
-0x7bc3 035055 arg mem_tmp1_256 ,regb 
-0x7bc4 035056 copy regb ,contw 
-0x7bc5 035057 call bn_add_256 
-0x7bc6 035058 ifetch 1 ,rega 
-0x7bc7 035059 iadd regc ,regc 
-0x7bc8 035060 ifetch 1 ,regb 
-0x7bc9 035061 iadd regc ,pdata 
-0x7bca 035062 istore 1 ,regb 
-0x7bcb 035063 branch bn_invmod_256_2 
-:      035064 bn_invmod_256_1:
-0x7bcc 035065 arg mem_tmp3_256 ,rega 
-0x7bcd 035066 arg mem_tmp2_256 ,regb 
-0x7bce 035067 copy rega ,contw 
-0x7bcf 035068 call bn_sub_256 
-0x7bd0 035069 arg mem_tmp1_256 ,rega 
-0x7bd1 035070 arg mem_tmp0_256 ,regb 
-0x7bd2 035071 copy regb ,contw 
-0x7bd3 035072 call bn_add_256 
-0x7bd4 035073 ifetch 1 ,rega 
-0x7bd5 035074 iadd regc ,regc 
-0x7bd6 035075 ifetch 1 ,regb 
-0x7bd7 035076 iadd regc ,pdata 
-0x7bd8 035077 istore 1 ,regb 
-0x7bd9 035078 branch bn_invmod_256_2 
-:      035079 bn_invmod_256_0:
-0x7bda 035081 arg mem_tmp1_256 ,rega 
-0x7bdb 035082 copy timeup ,contw 
-0x7bdc 035083 call bn_p256mod 
-0x7bdd 035085 arg mem_p_256 ,rega 
-0x7bde 035086 copy timeup ,regb 
-0x7bdf 035087 copy timeup ,contw 
-0x7be0 035088 branch bn_submod_256 
-:      035091 bn_mulmod_256:
-0x7be1 035092 copy contw ,timeup 
-0x7be2 035094 force 0 ,regext_index 
-0x7be3 035096 arg mem_tmp1_256 ,contw 
-0x7be4 035097 call clear_mem_512 
-0x7be5 035098 arg mem_regext ,contw 
-0x7be6 035099 call clear_mem_512 
-0x7be7 035103 copy rega ,contr 
-0x7be8 035105 jam 0 ,mem_regext 
-0x7be9 035106 setarg 0 
-0x7bea 035107 call bn_load_mem 
-0x7beb 035108 copy regb ,contr 
-0x7bec 035109 call bn_load_256 
-0x7bed 035112 force 0 ,queue 
-0x7bee 035113 arg mem_tmp1_256 ,contw 
-:      035114 bn_mulmod_256_1:
-0x7bef 035117 arg mem_regext ,temp 
-0x7bf0 035118 copy queue ,regb 
-0x7bf1 035119 lshift2 regb ,pdata 
-0x7bf2 035121 iadd temp ,regb 
-0x7bf3 035122 force 0 ,temp 
-0x7bf4 035123 force 0 ,regc 
-:      035124 bn_mulmod_256_0:
-0x7bf5 035129 ifetch 4 ,contw 
-0x7bf6 035130 iforce rega 
-0x7bf7 035133 ifetch 4 ,regb 
-0x7bf8 035134 copy regc ,regext_index 
-0x7bf9 035135 imul32 regext ,pdata 
-0x7bfa 035136 iadd rega ,pdata 
-0x7bfb 035137 iadd temp ,pdata 
-0x7bfc 035138 istore 4 ,contw 
-0x7bfd 035139 rshift32 pdata ,temp 
-0x7bfe 035140 increase 1 ,regc 
-0x7bff 035141 compare 8 ,regc ,0xff 
-0x7c00 035142 nbranch bn_mulmod_256_0 ,true 
-0x7c01 035144 deposit temp 
-0x7c02 035145 istore 4 ,contw 
-0x7c03 035146 increase -32 ,contw 
-0x7c04 035149 increase 1 ,queue 
-0x7c05 035150 compare 8 ,queue ,0xff 
-0x7c06 035151 nbranch bn_mulmod_256_1 ,true 
-0x7c07 035152 arg mem_tmp1_256 ,rega 
-0x7c08 035153 copy timeup ,contw 
-0x7c09 035154 branch bn_p256mod 
-:      035156 bn_p256mod:
-0x7c0a 035157 bpatchx patch3e_2 ,mem_patch3e 
-0x7c0b 035158 copy contw ,timeup 
-0x7c0c 035159 copy rega ,alarm 
-0x7c0d 035160 arg mem_tmp2_256 ,regb 
-0x7c0e 035161 copy regb ,contw 
-0x7c0f 035162 call memset0_4 
-0x7c10 035163 istore 8 ,contw 
-0x7c11 035164 add rega ,44 ,contr 
-0x7c12 035165 call memcpy8 
-0x7c13 035166 call memcpy12 
-0x7c14 035167 copy regb ,rega 
-0x7c15 035168 call bn_lshiftmod_256 
-0x7c16 035169 arg mem_tmp2_256 ,regb 
-0x7c17 035170 copy alarm ,rega 
-0x7c18 035171 copy timeup ,contw 
-0x7c19 035172 call bn_addmod_256 
-0x7c1a 035174 arg mem_tmp2_256 ,regb 
-0x7c1b 035175 copy regb ,contw 
-0x7c1c 035176 call memset0_4 
-0x7c1d 035177 istore 8 ,contw 
-0x7c1e 035178 add alarm ,48 ,contr 
-0x7c1f 035179 call memcpy16 
-0x7c20 035180 call memset0_4 
-0x7c21 035181 copy regb ,rega 
-0x7c22 035182 call bn_lshiftmod_256 
-0x7c23 035186 arg mem_tmp2_256 ,regb 
-0x7c24 035187 copy timeup ,rega 
-0x7c25 035188 copy rega ,contw 
-0x7c26 035189 call bn_addmod_256 
-0x7c27 035193 arg mem_tmp2_256 ,regb 
-0x7c28 035194 copy regb ,contw 
-0x7c29 035195 add alarm ,32 ,contr 
-0x7c2a 035196 call memcpy12 
-0x7c2b 035197 call memset0_4 
-0x7c2c 035198 istore 8 ,contw 
-0x7c2d 035199 add alarm ,56 ,contr 
-0x7c2e 035200 call memcpy8 
-0x7c2f 035201 copy timeup ,rega 
-0x7c30 035202 copy rega ,contw 
-0x7c31 035203 call bn_addmod_256 
-0x7c32 035207 arg mem_tmp2_256 ,regb 
-0x7c33 035208 copy regb ,contw 
-0x7c34 035209 add alarm ,36 ,contr 
-0x7c35 035210 call memcpy12 
-0x7c36 035211 add alarm ,52 ,contr 
-0x7c37 035212 call memcpy12 
-0x7c38 035213 add alarm ,52 ,contr 
-0x7c39 035214 call memcpy4 
-0x7c3a 035215 add alarm ,32 ,contr 
-0x7c3b 035216 call memcpy4 
-0x7c3c 035217 copy timeup ,rega 
-0x7c3d 035218 copy rega ,contw 
-0x7c3e 035219 call bn_addmod_256 
-0x7c3f 035222 arg mem_tmp2_256 ,regb 
-0x7c40 035223 copy regb ,contw 
-0x7c41 035224 add alarm ,44 ,contr 
-0x7c42 035225 call memcpy12 
-0x7c43 035226 call memset0_4 
-0x7c44 035227 istore 8 ,contw 
-0x7c45 035228 add alarm ,32 ,contr 
-0x7c46 035229 call memcpy4 
-0x7c47 035230 add alarm ,40 ,contr 
-0x7c48 035231 call memcpy4 
-0x7c49 035232 copy timeup ,rega 
-0x7c4a 035233 copy rega ,contw 
-0x7c4b 035234 call bn_submod_256 
-0x7c4c 035237 arg mem_tmp2_256 ,regb 
-0x7c4d 035238 copy regb ,contw 
-0x7c4e 035239 add alarm ,48 ,contr 
-0x7c4f 035240 call memcpy8 
-0x7c50 035241 call memcpy8 
-0x7c51 035242 force 0 ,pdata 
-0x7c52 035243 istore 8 ,contw 
-0x7c53 035244 add alarm ,36 ,contr 
-0x7c54 035245 call memcpy4 
-0x7c55 035246 add alarm ,44 ,contr 
-0x7c56 035247 call memcpy4 
-0x7c57 035248 copy timeup ,rega 
-0x7c58 035249 copy rega ,contw 
-0x7c59 035250 call bn_submod_256 
-0x7c5a 035253 arg mem_tmp2_256 ,regb 
-0x7c5b 035254 copy regb ,contw 
-0x7c5c 035255 add alarm ,52 ,contr 
-0x7c5d 035256 call memcpy12 
-0x7c5e 035257 add alarm ,32 ,contr 
-0x7c5f 035258 call memcpy12 
-0x7c60 035259 call memset0_4 
-0x7c61 035260 add alarm ,48 ,contr 
-0x7c62 035261 call memcpy4 
-0x7c63 035262 copy timeup ,rega 
-0x7c64 035263 copy rega ,contw 
-0x7c65 035264 call bn_submod_256 
-0x7c66 035267 arg mem_tmp2_256 ,regb 
-0x7c67 035268 copy regb ,contw 
-0x7c68 035269 add alarm ,56 ,contr 
-0x7c69 035270 call memcpy8 
-0x7c6a 035271 call memset0_4 
-0x7c6b 035272 add alarm ,36 ,contr 
-0x7c6c 035273 call memcpy12 
-0x7c6d 035274 call memset0_4 
-0x7c6e 035275 add alarm ,52 ,contr 
-0x7c6f 035276 call memcpy4 
-0x7c70 035277 copy timeup ,rega 
-0x7c71 035278 copy rega ,contw 
-0x7c72 035279 branch bn_submod_256 
-:      035282 bn_load_mem:
-0x7c73 035283 force 32 ,loopcnt 
-0x7c74 035284 arg mem_regext ,contw 
-0x7c75 035285 iadd contw ,contw 
-0x7c76 035286 branch memcpy 
-:      035288 bn_load_256:
-0x7c77 035289 force 8 ,loopcnt 
-0x7c78 035290 branch bn_load_0 
-:      035292 bn_sqrmod_256:
-0x7c79 035293 copy rega ,regb 
-0x7c7a 035294 branch bn_mulmod_256 
-:      035296 bn_add_256:
-0x7c7b 035297 force 8 ,loopcnt 
-0x7c7c 035298 branch bn_add + 1 
-:      035300 bn_addmod_256:
-0x7c7d 035301 call bn_add_256 
-0x7c7e 035302 copy contw ,rega 
-0x7c7f 035303 branch bn_lshiftmod_ismod_256 
-:      035305 bn_lshiftmod_256:
-0x7c80 035306 call bn_lshift_256 
-:      035307 bn_lshiftmod_ismod_256:
-0x7c81 035308 isolate1 0 ,regc 
-0x7c82 035309 branch bn_lshiftmod_p_256 ,true 
-0x7c83 035310 arg mem_p_256 ,regb 
-0x7c84 035311 copy rega ,regc 
-0x7c85 035312 increase -32 ,rega 
-0x7c86 035313 call bn_bigeq_256 
-0x7c87 035314 nrtn positive 
-0x7c88 035315 copy regc ,rega 
-0x7c89 035316 branch sub_p2_256 
-:      035318 bn_lshiftmod_p_256:
-0x7c8a 035319 call sub_p2_256 
-0x7c8b 035321 copy rega ,regc 
-0x7c8c 035322 increase -32 ,rega 
-0x7c8d 035323 arg mem_p_256 ,regb 
-0x7c8e 035324 call bn_bigeq_256 
-0x7c8f 035325 nrtn positive 
-0x7c90 035326 copy regc ,rega 
-0x7c91 035327 branch sub_p2_256 
-:      035330 sub_p2_256:
-0x7c92 035331 increase -32 ,rega 
-0x7c93 035332 arg mem_p_256 ,regb 
-0x7c94 035333 copy rega ,contw 
-0x7c95 035334 branch bn_sub_256 
-:      035339 bn_submod_256:
-0x7c96 035340 call bn_sub_256 
-0x7c97 035342 branch bn_submod_256_np ,true 
-0x7c98 035345 add contw ,-32 ,rega 
-0x7c99 035346 arg mem_p_256 ,regb 
-0x7c9a 035347 call bn_bigeq_256 
-0x7c9b 035348 nrtn positive 
-0x7c9c 035349 arg mem_p_256 ,regb 
-0x7c9d 035350 add contw ,-32 ,rega 
-0x7c9e 035352 copy rega ,contw 
-0x7c9f 035353 branch bn_sub_256 
-:      035354 bn_submod_256_np:
-0x7ca0 035355 add contw ,-32 ,rega 
-0x7ca1 035356 arg mem_p_256 ,regb 
-0x7ca2 035357 copy rega ,contw 
-0x7ca3 035358 call bn_add_256 
-0x7ca4 035360 rtn true 
-0x7ca5 035361 add contw ,-32 ,rega 
-0x7ca6 035362 arg mem_p_256 ,regb 
-0x7ca7 035363 copy rega ,contw 
-0x7ca8 035364 branch bn_add_256 
-:      035368 bn_sub_256:
-0x7ca9 035369 force 8 ,loopcnt 
-0x7caa 035370 branch bn_sub + 1 
-:      035372 bn_rshift_256:
-0x7cab 035373 force 8 ,loopcnt 
-0x7cac 035374 increase 28 ,rega 
-0x7cad 035375 branch bn_rshift 
-:      035377 bn_lshift_256:
-0x7cae 035378 force 8 ,loopcnt 
-0x7caf 035379 force 0 ,regc 
-0x7cb0 035380 branch bn_lshift_0 
-:      035382 bn_bigeq_256:
-0x7cb1 035383 force 8 ,loopcnt 
-0x7cb2 035384 increase 28 ,rega 
-0x7cb3 035385 increase 28 ,regb 
-0x7cb4 035386 branch bn_bigeq_0 
-:      035389 bn_eq_zero_256:
-0x7cb5 035390 ifetch 8 ,contr 
-0x7cb6 035391 nrtn blank 
-0x7cb7 035392 branch bn_eq_zero 
-:      035397 bn_rshifteven_256:
-0x7cb8 035398 copy rega ,alarm 
-:      035399 bn_rshifteven_256_1:
-0x7cb9 035400 copy alarm ,rega 
-0x7cba 035401 ifetch 1 ,rega 
-0x7cbb 035402 isolate1 0 ,pdata 
-0x7cbc 035403 rtn true 
-0x7cbd 035404 call bn_rshift_256 
-0x7cbe 035405 ifetch 1 ,regb 
-0x7cbf 035406 isolate0 0 ,pdata 
-0x7cc0 035407 branch bn_rshifteven_256_0 ,true 
-0x7cc1 035408 arg mem_p_256 ,rega 
-0x7cc2 035409 copy regb ,contw 
-0x7cc3 035410 call bn_add_256 
-0x7cc4 035411 ifetch 1 ,regb 
-0x7cc5 035412 iadd regc ,pdata 
-0x7cc6 035413 istore 1 ,regb 
-0x7cc7 035414 increase -32 ,regb 
-:      035415 bn_rshifteven_256_0:
-0x7cc8 035416 add regb ,32 ,rega 
-0x7cc9 035417 force 9 ,loopcnt 
-0x7cca 035418 call bn_rshift 
-0x7ccb 035419 branch bn_rshifteven_256_1 
-:      035423 ui_init:
-0x7ccc 035424 call lpm_disable_exen_output 
-0x7ccd 035425 rtn wake 
-0x7cce 035426 call ui_button_init 
-0x7ccf 035427 call ui_timer_init 
-0x7cd0 035428 branch ui_led_init_global 
-:      035430 ui_dispatch:
-0x7cd1 035431 call ui_led_dispatch 
-0x7cd2 035433 branch ui_timer_check 
-:      035435 ui_button_init:
-0x7cd3 035436 fetch 1 ,mem_ui_button_gpio 
-0x7cd4 035437 rtneq ui_button_gpio_disable 
-0x7cd5 035438 iforce temp 
-0x7cd6 035439 call gpio_config_output 
-0x7cd7 035440 fetcht 1 ,mem_ui_button_gpio 
-0x7cd8 035441 call gpio_out_inactive 
-0x7cd9 035442 nop 100 
-0x7cda 035443 fetcht 1 ,mem_ui_button_gpio 
-0x7cdb 035444 call gpio_config_input 
-0x7cdc 035445 branch ui_button_polling 
-:      035449 ui_button_polling:
-0x7cdd 035450 bpatchx patch3e_3 ,mem_patch3e 
-0x7cde 035451 fetch 1 ,mem_ui_button_gpio 
-0x7cdf 035452 rtneq ui_button_gpio_disable 
-0x7ce0 035453 copy pdata ,temp 
-0x7ce1 035454 call gpio_get_bit 
-0x7ce2 035455 nbranch ui_button_up ,true 
-:      035457 ui_button_down:
-0x7ce3 035458 call ui_button_check_long_press 
-0x7ce4 035459 fetch 2 ,mem_ui_state_map 
-0x7ce5 035460 set1 ui_state_btn_down 
-0x7ce6 035461 store 2 ,mem_ui_state_map 
-0x7ce7 035462 fetch 1 ,mem_ui_button_last_state 
-0x7ce8 035463 rtneq ui_button_state_down 
-0x7ce9 035464 jam ui_button_state_down ,mem_ui_button_last_state 
-0x7cea 035466 fetch 1 ,mem_ui_button_timeout 
-0x7ceb 035467 store 1 ,mem_ui_button_timer 
-0x7cec 035468 call lpm_button_get_wake_lock 
-0x7ced 035469 jam bt_evt_button_down ,mem_fifo_temp 
-0x7cee 035470 branch ui_ipc_send_event 
-:      035471 ui_button_up:
-0x7cef 035472 fetch 2 ,mem_ui_state_map 
-0x7cf0 035473 set0 ui_state_btn_down 
-0x7cf1 035474 store 2 ,mem_ui_state_map 
-0x7cf2 035475 fetch 1 ,mem_ui_button_last_state 
-0x7cf3 035476 rtneq ui_button_state_up 
-0x7cf4 035477 jam ui_button_state_up ,mem_ui_button_last_state 
-0x7cf5 035479 jam 0 ,mem_ui_button_timer 
-0x7cf6 035480 call lpm_button_clean_wake_lock 
-0x7cf7 035481 jam bt_evt_button_up ,mem_fifo_temp 
-0x7cf8 035482 branch ui_ipc_send_event 
-:      035484 ui_button_check_long_press:
-0x7cf9 035485 fetch 1 ,mem_ui_button_timer 
-0x7cfa 035486 rtn blank 
-0x7cfb 035487 increase -1 ,pdata 
-0x7cfc 035488 store 1 ,mem_ui_button_timer 
-0x7cfd 035489 nrtn blank 
-0x7cfe 035491 jam bt_evt_button_long_pressed ,mem_fifo_temp 
-0x7cff 035492 branch ui_ipc_send_event 
-:      035494 lpm_button_get_wake_lock:
-0x7d00 035495 arg wake_lock_button ,queue 
-0x7d01 035496 branch lpm_get_wake_lock 
-:      035498 lpm_button_clean_wake_lock:
-0x7d02 035499 arg wake_lock_button ,queue 
-0x7d03 035500 branch lpm_put_wake_lock 
-:      035522 calc_curr_struct_prt:
-0x7d04 035523 fetch 2 ,mem_ui_led_struct_ptr 
-0x7d05 035524 mul32 rega ,led_offset_length ,regb 
-0x7d06 035525 iadd regb ,regb 
-0x7d07 035526 rtn 
-:      035529 ui_led_init_global:
-0x7d08 035530 fetch 1 ,mem_ui_led_struct_num 
-0x7d09 035531 rtn blank 
-0x7d0a 035532 copy pdata ,loopcnt 
-0x7d0b 035533 fetch 2 ,mem_ui_led_struct_ptr 
-0x7d0c 035534 copy pdata ,regb 
-:      035535 ui_led_init_loop:
-0x7d0d 035536 add regb ,led_offset_led_gpio ,regc 
-0x7d0e 035537 ifetcht 1 ,regc 
-0x7d0f 035538 call gpio_config_output 
-0x7d10 035539 call ui_led_off_static 
-0x7d11 035540 increase led_offset_length ,regb 
-0x7d12 035541 loop ui_led_init_loop 
-0x7d13 035542 rtn 
-:      035546 ui_led_on_global:
-0x7d14 035547 call calc_curr_struct_prt 
-0x7d15 035548 setarg ui_led_state_lighting 
-0x7d16 035549 istore 1 ,regb 
-0x7d17 035550 call ui_led_stop_timer 
-0x7d18 035551 branch ui_led_on_static 
-:      035555 ui_led_blink_stop_global:
-:      035556 ui_led_off_global:
-0x7d19 035557 call calc_curr_struct_prt 
-0x7d1a 035558 setarg ui_led_state_darking 
-0x7d1b 035559 istore 1 ,regb 
-0x7d1c 035560 call ui_led_stop_timer 
-0x7d1d 035561 branch ui_led_off_static 
-:      035565 ui_led_blink_start_global:
-0x7d1e 035566 call calc_curr_struct_prt 
-0x7d1f 035567 setarg ui_led_state_blink_start 
-0x7d20 035568 istore 1 ,regb 
-0x7d21 035569 setarg led_infinite_flash_num 
-0x7d22 035570 istore 1 ,contw 
-0x7d23 035571 branch ui_led_off_static 
-:      035576 ui_led_set_style_global:
-0x7d24 035577 call calc_curr_struct_prt 
-0x7d25 035578 arg led_offset_length ,loopcnt 
-0x7d26 035579 copy regc ,contr 
-0x7d27 035580 copy regb ,contw 
-0x7d28 035581 branch memcpy_fast 
-:      035585 ui_led_dispatch:
-0x7d29 035586 fetch 1 ,mem_ui_led_struct_num 
-0x7d2a 035587 rtn blank 
-0x7d2b 035588 arg 0 ,rega 
-:      035589 ui_led_blink_polling:
-0x7d2c 035590 call ui_led_change_style_by_type 
-0x7d2d 035591 increase 1 ,rega 
-0x7d2e 035592 fetch 1 ,mem_ui_led_struct_num 
-0x7d2f 035593 isub rega ,null 
-0x7d30 035594 rtn zero 
-0x7d31 035595 branch ui_led_blink_polling 
-:      035598 ui_led_off_static:
-0x7d32 035599 add regb ,led_offset_led_gpio ,regc 
-0x7d33 035600 ifetcht 1 ,regc 
-0x7d34 035601 branch gpio_out_inactive 
-:      035604 ui_led_on_static:
-0x7d35 035605 add regb ,led_offset_led_gpio ,regc 
-0x7d36 035606 ifetcht 1 ,regc 
-0x7d37 035607 branch gpio_out_active 
-:      035611 ui_led_change_style_by_type:
-0x7d38 035612 add rega ,ui_led_blink ,queue 
-0x7d39 035613 call timer_check 
-0x7d3a 035614 nrtn blank 
-0x7d3b 035616 call calc_curr_struct_prt 
-0x7d3c 035618 ifetch 1 ,regb 
-0x7d3d 035620 beq ui_led_state_lighting ,ui_led_on_static 
-0x7d3e 035621 beq ui_led_state_darking ,ui_led_off_static 
-0x7d3f 035622 beq ui_led_state_blink_stop ,ui_led_off_static 
-0x7d40 035623 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
-:      035624 ui_led_blink_state_lighting:
-0x7d41 035625 call ui_led_on_static 
-0x7d42 035626 add regb ,led_offset_cb_ledon ,regc 
-0x7d43 035627 call push_stack 
-0x7d44 035628 ifetch 2 ,regc 
-0x7d45 035629 call callback_func 
-0x7d46 035630 call pop_stack 
-0x7d47 035631 setarg ui_led_state_blink_darking 
-0x7d48 035632 istore 1 ,regb 
-0x7d49 035633 add regb ,led_offset_on_time ,regc 
-0x7d4a 035634 ifetch 2 ,regc 
-0x7d4b 035635 branch ui_led_blink_timer_start 
-:      035638 ui_led_blink_state_darking:
-0x7d4c 035639 call ui_led_off_static 
-0x7d4d 035640 add regb ,led_offset_cb_ledoff ,regc 
-0x7d4e 035641 call push_stack 
-0x7d4f 035642 ifetch 2 ,regc 
-0x7d50 035643 call callback_func 
-0x7d51 035644 call pop_stack 
-0x7d52 035646 add regb ,led_offset_blink_count ,regc 
-0x7d53 035647 ifetch 1 ,regc 
-0x7d54 035648 beq led_infinite_flash_num ,ui_led_blink_infinite 
-0x7d55 035649 increase -1 ,pdata 
-0x7d56 035650 istore 1 ,regc 
-0x7d57 035651 branch ui_led_blink_stop_global ,blank 
-:      035652 ui_led_blink_infinite:
-0x7d58 035653 setarg ui_led_state_blink_lighting 
-0x7d59 035654 istore 1 ,regb 
-0x7d5a 035655 add regb ,led_offset_off_time ,regc 
-0x7d5b 035656 ifetch 2 ,regc 
-:      035657 ui_led_blink_timer_start:
-0x7d5c 035658 add rega ,ui_led_blink ,queue 
-0x7d5d 035659 branch timer_init 
-:      035661 ui_led_stop_timer:
-0x7d5e 035662 setarg 0 
-0x7d5f 035663 branch ui_led_blink_timer_start 
-:      035669 ui_timer_timeout:
-0x7d60 035670 setarg 0x1000 
-0x7d61 035671 lshift16 pdata ,pdata 
-0x7d62 035672 iadd regb ,regb 
-0x7d63 035673 rtn 
-:      035675 ui_timer_check:
-0x7d64 035676 bpatchx patch3e_4 ,mem_patch3e 
-0x7d65 035677 arg 0 ,rega 
-0x7d66 035678 fetcht 4 ,mem_ui_timer_last_btclk 
-0x7d67 035679 copy clkn_bt ,regb 
-0x7d68 035680 copy regb ,pdata 
-0x7d69 035681 isub temp ,null 
-0x7d6a 035682 ncall ui_timer_timeout ,positive 
-:      035684 ui_timer_check_loop:
-0x7d6b 035685 copy regb ,pdata 
-0x7d6c 035686 increase 160 ,temp 
-0x7d6d 035687 increase 160 ,temp 
-0x7d6e 035688 isub temp ,null 
-0x7d6f 035689 nbranch ui_timer_check_end ,positive 
-0x7d70 035690 increase 1 ,rega 
-0x7d71 035691 and rega ,0x0f ,pdata 
-0x7d72 035692 nbranch ui_timer_check_loop ,blank 
-0x7d73 035693 arg 0 ,rega 
-0x7d74 035694 call ui_timer_check_send_evt 
-:      035695 ui_timer_init:
-0x7d75 035696 copy clkn_bt ,pdata 
-0x7d76 035697 store 4 ,mem_ui_timer_last_btclk 
-0x7d77 035698 rtn 
-:      035699 ui_timer_check_end:
-0x7d78 035700 bpatchx patch3e_5 ,mem_patch3e 
-0x7d79 035701 copy rega ,pdata 
-0x7d7a 035702 rtn blank 
-0x7d7b 035703 increase -160 ,temp 
-0x7d7c 035704 increase -160 ,temp 
-0x7d7d 035705 set0 28 ,temp 
-0x7d7e 035706 storet 4 ,mem_ui_timer_last_btclk 
-:      035707 ui_timer_check_send_evt:
-0x7d7f 035708 branch app_evt_timer 
-:      035715 ui_ipc_get_lock:
-0x7d80 035716 jam 1 ,mem_ipc_lock_bt 
-:      035717 ui_ipc_get_lock_wait:
-0x7d81 035718 fetch 1 ,mem_ipc_lock_c51 
-0x7d82 035719 nbranch ui_ipc_get_lock_wait ,blank 
-0x7d83 035720 rtn 
-:      035722 ui_ipc_put_lock:
-0x7d84 035723 jam 0 ,mem_ipc_lock_bt 
-0x7d85 035724 rtn 
-:      035728 ui_ipc_send_event:
-0x7d86 035729 bpatchx patch3e_6 ,mem_patch3e 
-0x7d87 035730 call ui_ipc_get_lock 
-0x7d88 035731 copy rega ,pdata 
-0x7d89 035732 store 4 ,mem_ipc_rega_temp 
-0x7d8a 035733 arg mem_ipc_fifo_bt2c51 ,rega 
-0x7d8b 035734 call fifo_in 
-0x7d8c 035735 fetch 4 ,mem_ipc_rega_temp 
-0x7d8d 035736 copy pdata ,rega 
-0x7d8e 035737 branch ui_ipc_put_lock 
-:      035739 ui_ipc_send_cmd:
-0x7d8f 035740 bpatchx patch3e_7 ,mem_patch3e 
-0x7d90 035741 call ui_ipc_get_lock 
-0x7d91 035742 copy rega ,pdata 
-0x7d92 035743 store 4 ,mem_ipc_rega_temp 
-0x7d93 035744 arg mem_ipc_fifo_c512bt ,rega 
-0x7d94 035745 call fifo_in 
-0x7d95 035746 fetch 4 ,mem_ipc_rega_temp 
-0x7d96 035747 copy pdata ,rega 
-0x7d97 035748 branch ui_ipc_put_lock 
-:      035750 ui_ipc_clean_all_fifo:
-0x7d98 035751 setarg 0 
-0x7d99 035752 store util_fifo_len ,mem_ipc_fifo_c512bt 
-0x7d9a 035753 store util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x7d9b 035754 rtn 
-:      035756 check_51cmd:
-0x7d9c 035757 bpatchx patch3f_0 ,mem_patch3f 
-0x7d9d 035758 fetch 1 ,mem_hci_cmd 
-0x7d9e 035759 nrtn blank 
-0x7d9f 035760 arg mem_ipc_fifo_c512bt ,rega 
-0x7da0 035761 call fifo_is_empty 
-0x7da1 035762 rtn blank 
-0x7da2 035763 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
-0x7da3 035764 call check_51cmd_once 
-0x7da4 035765 fetch 1 ,mem_ipc_skip_continue_proc 
-0x7da5 035766 branch check_51cmd ,blank 
-0x7da6 035767 rtn 
-:      035769 check_51cmd_once:
-0x7da7 035770 call ui_ipc_get_lock 
-0x7da8 035771 arg mem_ipc_fifo_c512bt ,rega 
-0x7da9 035772 call fifo_out 
-0x7daa 035773 copy pdata ,temp 
-0x7dab 035774 call ui_ipc_put_lock 
-0x7dac 035775 bpatchx patch3f_1 ,mem_patch3f 
-0x7dad 035776 copy temp ,pdata 
-0x7dae 035777 rtn blank 
-0x7daf 035778 beq bt_cmd_start_discovery ,check_51cmd_start_discovery 
-0x7db0 035779 beq bt_cmd_stop_discovery ,check_51cmd_stop_discovery 
-0x7db1 035780 beq bt_cmd_reconnect ,check_51cmd_reconnect 
-0x7db2 035781 beq bt_cmd_enter_sniff_subrating ,check_51cmd_enter_sniff_subrating 
-0x7db3 035782 beq bt_cmd_exit_sniff_subrating ,check_51cmd_exit_sniff_subrating 
-0x7db4 035783 beq bt_cmd_sniff_test ,check_51cmd_sniff_test 
-0x7db5 035784 beq bt_cmd_start_inquiry ,check_51cmd_inq 
-0x7db6 035785 beq bt_cmd_stop_inquiry ,check_51cmd_stop_inq 
-0x7db7 035786 beq bt_cmd_start_adv ,check_51cmd_adv 
-0x7db8 035787 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
-0x7db9 035788 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
-0x7dba 035789 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
-0x7dbb 035790 beq bt_cmd_led_off ,check_51cmd_led_off 
-0x7dbc 035791 beq bt_cmd_led_on ,check_51cmd_led_on 
-0x7dbd 035792 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
-0x7dbe 035793 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
-0x7dbf 035794 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
-0x7dc0 035795 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
-0x7dc1 035796 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
-0x7dc2 035797 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
-0x7dc3 035798 beq bt_cmd_bb_reconn_cancel ,check_51cmd_bb_reconn_cancel 
-0x7dc4 035800 store 1 ,mem_fifo_temp 
-0x7dc5 035801 bpatchx patch3f_2 ,mem_patch3f 
-0x7dc6 035802 call lmo_fifo_check 
-0x7dc7 035803 nbranch check_51cmd_restore ,blank 
-:      035804 check_51cmd_once_continue:
-0x7dc8 035805 fetch 1 ,mem_fifo_temp 
-0x7dc9 035806 bmark0 mark_context ,check_51cmd_check_idle 
-0x7dca 035807 beq bt_cmd_disconnect ,check_51cmd_disconnect 
-0x7dcb 035808 beq bt_cmd_enter_sniff ,cmd_in_sniff 
-0x7dcc 035809 beq bt_cmd_exit_sniff ,cmd_exit_sniff 
-0x7dcd 035810 beq bt_cmd_set_pin_code ,check_51cmd_pincode 
-0x7dce 035811 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
-0x7dcf 035812 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
-0x7dd0 035813 beq bt_cmd_role_switch ,check_51cmd_role_switch 
-0x7dd1 035814 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
-0x7dd2 035815 beq bt_cmd_store_reconn_info_bt ,eeprom_store_bd_reconn_info 
-0x7dd3 035816 beq bt_cmd_dhkey_not_accept ,check_51cmd_dhkey_not_accept 
-0x7dd4 035817 beq bt_cmd_store_reconn_info ,check_51cmd_store_reconn_info 
-0x7dd5 035818 rtn 
-:      035820 check_51cmd_check_idle:
-0x7dd6 035821 store 1 ,mem_fifo_temp 
-0x7dd7 035822 call context_check_idle 
-0x7dd8 035823 branch check_51cmd_restore ,zero 
-0x7dd9 035824 call context_search_plap 
-0x7dda 035825 nrtn zero 
-:      035826 check_51cmd_restore:
-0x7ddb 035827 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
-0x7ddc 035828 branch ui_ipc_send_cmd 
-:      035833 check_51cmd_start_discovery:
-0x7ddd 035834 fetch 2 ,mem_ui_state_map 
-0x7dde 035835 set1 ui_state_bt_discovery 
-0x7ddf 035836 store 2 ,mem_ui_state_map 
-0x7de0 035837 jam 3 ,mem_scan_mode 
-0x7de1 035838 rtn 
-:      035842 check_51cmd_stop_discovery:
-0x7de2 035843 jam 0 ,mem_hid_handshake_timer_count 
-0x7de3 035844 jam 0 ,mem_scan_mode 
-0x7de4 035845 fetch 2 ,mem_ui_state_map 
-0x7de5 035846 set0 ui_state_bt_discovery 
-0x7de6 035847 store 2 ,mem_ui_state_map 
-0x7de7 035848 rtn 
-:      035852 check_51cmd_reconnect:
-0x7de8 035853 jam hci_cmd_create_conn ,mem_hci_cmd 
-0x7de9 035854 rtn 
-:      035858 check_51cmd_disconnect:
-0x7dea 035859 jam lmp_detach ,mem_lmo_opcode2 
-0x7deb 035860 jam other_end_terminated ,mem_disconn_reason_send 
-0x7dec 035861 rtn 
-:      035865 check_51cmd_enter_sniff_subrating:
-0x7ded 035866 rtn 
-:      035870 check_51cmd_exit_sniff_subrating:
-0x7dee 035871 rtn 
-:      035875 check_51cmd_sniff_test:
-0x7def 035876 rtn 
-:      035880 check_51cmd_pincode:
-0x7df0 035881 jam pincode_state_pincode_ready ,mem_pincode_state 
-0x7df1 035882 branch cmd_pair 
-:      035886 check_51cmd_inq:
-0x7df2 035887 rtn 
-:      035891 check_51cmd_stop_inq:
-0x7df3 035892 rtn 
-:      035896 check_51cmd_adv:
-0x7df4 035897 jam on ,mem_le_adv_enable 
-0x7df5 035898 jam adv_ind ,mem_le_adv_type 
-0x7df6 035899 fetch 2 ,mem_ui_state_map 
-0x7df7 035900 set1 ui_state_ble_adv ,pdata 
-0x7df8 035901 store 2 ,mem_ui_state_map 
-0x7df9 035902 rtn 
-:      035906 check_51cmd_stop_adv:
-0x7dfa 035907 fetch 2 ,mem_ui_state_map 
-0x7dfb 035908 set0 ui_state_ble_adv ,pdata 
-0x7dfc 035909 store 2 ,mem_ui_state_map 
-0x7dfd 035910 jam off ,mem_le_adv_enable 
-0x7dfe 035911 rtn 
-:      035915 check_51cmd_direct_adv:
-0x7dff 035916 jam on ,mem_le_adv_enable 
-0x7e00 035917 jam adv_direct_ind ,mem_le_adv_type 
-0x7e01 035918 fetch 2 ,mem_ui_state_map 
-0x7e02 035919 set1 ui_state_ble_adv ,pdata 
-0x7e03 035920 store 2 ,mem_ui_state_map 
-0x7e04 035921 rtn 
-:      035925 check_51cmd_stop_direct_adv:
-0x7e05 035926 fetch 2 ,mem_ui_state_map 
-0x7e06 035927 set0 ui_state_ble_adv ,pdata 
-0x7e07 035928 store 2 ,mem_ui_state_map 
-0x7e08 035929 jam off ,mem_le_adv_enable 
-0x7e09 035930 rtn 
-:      035934 check_51cmd_le_disconnect:
-0x7e0a 035935 setarg 20 
-0x7e0b 035936 store 2 ,mem_le_superto 
-0x7e0c 035937 store 2 ,mem_le_init_superto 
-0x7e0d 035938 branch le_send_terminate_ind_user_terminated 
-:      035942 check_51cmd_ble_update_connect_param:
-0x7e0e 035943 branch le_l2cap_tx_update_req 
-:      035947 check_51cmd_led_off:
-0x7e0f 035948 arg 0 ,rega 
-0x7e10 035949 branch ui_led_off_global 
-:      035953 check_51cmd_led_on:
-0x7e11 035954 arg 0 ,rega 
-0x7e12 035955 branch ui_led_on_global 
-:      035959 check_51cmd_led_start_blink:
-0x7e13 035960 arg 0 ,rega 
-0x7e14 035961 branch ui_led_blink_start_global 
-:      035965 check_51cmd_le_start_con:
-0x7e15 035966 jam on ,mem_le_scan_enable 
-0x7e16 035967 jam hci_cmd_le_create_conn ,mem_hci_cmd 
-0x7e17 035970 rtn 
-:      035974 check_51cmd_start_scan:
-0x7e18 035975 jam on ,mem_le_scan_enable 
-0x7e19 035976 rtn 
-:      035980 check_51cmd_stop_scan:
-0x7e1a 035981 jam off ,mem_le_scan_enable 
-0x7e1b 035982 jam 0 ,mem_hci_cmd 
-0x7e1c 035983 rtn 
-:      035987 check_51cmd_hibernate:
-0x7e1d 035988 fetch 2 ,mem_cb_before_hibernate 
-0x7e1e 035989 call callback_func 
-0x7e1f 035990 fetch 1 ,mem_ui_button_gpio 
-0x7e20 035991 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
-0x7e21 035992 copy pdata ,temp 
-0x7e22 035993 call gpio_config_input 
-:      035994 check_51cmd_hibernate_btn_disabled:
-0x7e23 035995 call ui_ipc_clean_all_fifo 
-0x7e24 035996 branch lpm_hibernate 
-:      036000 check_51cmd_le_smp_sec_req:
-0x7e25 036001 branch le_send_smp_security_request 
-:      036005 check_51cmd_role_switch:
-0x7e26 036006 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x7e27 036007 set1 mark_switch_initiated ,mark 
-0x7e28 036008 nrtn master 
-0x7e29 036009 jam switch_flag_init ,mem_switch_flag 
-0x7e2a 036010 jam lmp_switch_req ,mem_lmo_opcode2 
-0x7e2b 036011 fetch 1 ,mem_connection_options 
-0x7e2c 036012 set0 connection_switch ,pdata 
-0x7e2d 036013 store 1 ,mem_connection_options 
-0x7e2e 036014 rtn 
-:      036018 check_51cmd_bb_reconn_cancel:
-0x7e2f 036019 force page_length_timer ,queue 
-0x7e30 036020 branch timer_stop 
-:      036024 check_51cmd_dhkey_not_accept:
-0x7e31 036025 call tid_set_reply 
-0x7e32 036026 jam lmp_dhkey_check ,mem_lmi_opcode2 
-0x7e33 036027 branch parse_lmp_dhkey_check_reject 
-:      036030 ui_check_paring_button:
-0x7e34 036031 fetch 1 ,mem_ui_state_map 
-0x7e35 036032 rtnbit0 ui_state_btn_down 
-0x7e36 036033 rtnbit0 ui_state_bt_reconnect 
-0x7e37 036034 branch check_51cmd_bb_reconn_cancel 
-:      036039 queue_init:
-0x7e38 036040 fetch 2 ,mem_queue_ptr 
-0x7e39 036041 add pdata ,queue_offset_curr_num ,contw 
-0x7e3a 036042 setarg 0 
-0x7e3b 036043 istore 3 ,contw 
-0x7e3c 036044 rtn 
-:      036048 queue_push:
-0x7e3d 036049 call disable_user 
-0x7e3e 036050 call queue_full 
-0x7e3f 036051 rtn blank 
-0x7e40 036052 fetch 2 ,mem_queue_ptr 
-0x7e41 036053 add pdata ,queue_offset_curr_num ,regb 
-0x7e42 036054 ifetcht 1 ,regb 
-0x7e43 036055 increase 1 ,temp 
-0x7e44 036056 istoret 1 ,regb 
-0x7e45 036058 ifetcht 1 ,pdata 
-0x7e46 036059 copy temp ,loopcnt 
-0x7e47 036060 add pdata ,queue_offset_write_ptr ,regb 
-0x7e48 036061 ifetch 1 ,regb 
-0x7e49 036062 imul32 temp ,pdata 
-0x7e4a 036063 iadd contr ,contw 
-0x7e4b 036064 copy rega ,contr 
-:      036065 calc_queue_next_ptr:
-0x7e4c 036066 call memcpy 
-0x7e4d 036067 call queue_get_size 
-0x7e4e 036068 pincrease -1 
-0x7e4f 036069 ifetcht 1 ,regb 
-0x7e50 036070 increase 1 ,temp 
-0x7e51 036071 iand temp ,temp 
-0x7e52 036072 istoret 1 ,regb 
-0x7e53 036073 branch enable_user 
-:      036078 queue_pop:
-0x7e54 036079 call disable_user 
-0x7e55 036080 call queue_empty 
-0x7e56 036081 rtn blank 
-0x7e57 036082 fetch 2 ,mem_queue_ptr 
-0x7e58 036083 add pdata ,queue_offset_curr_num ,regb 
-0x7e59 036084 ifetcht 1 ,regb 
-0x7e5a 036085 increase -1 ,temp 
-0x7e5b 036086 istoret 1 ,regb 
-0x7e5c 036087 ifetcht 1 ,pdata 
-0x7e5d 036088 copy temp ,loopcnt 
-0x7e5e 036089 add pdata ,queue_offset_read_ptr ,regb 
-0x7e5f 036090 ifetch 1 ,regb 
-0x7e60 036091 imul32 temp ,pdata 
-0x7e61 036092 iadd contr ,contr 
-0x7e62 036093 increase 1 ,contr 
-0x7e63 036094 copy rega ,contw 
-0x7e64 036095 branch calc_queue_next_ptr 
-:      036099 queue_empty:
-0x7e65 036100 fetch 2 ,mem_queue_ptr 
-0x7e66 036101 add pdata ,queue_offset_curr_num ,contr 
-0x7e67 036102 ifetch 1 ,contr 
-0x7e68 036103 rtn 
-:      036106 queue_full:
-0x7e69 036107 call queue_get_size 
-0x7e6a 036108 ifetcht 1 ,contr 
-0x7e6b 036109 isub temp ,pdata 
-0x7e6c 036110 rtn 
-:      036113 queue_get_size:
-0x7e6d 036114 fetch 2 ,mem_queue_ptr 
-0x7e6e 036115 add pdata ,queue_offset_length ,contr 
-0x7e6f 036116 ifetch 1 ,contr 
-0x7e70 036117 rtn 
-:      036125 right_shift_n:
-0x7e71 036126 sub loopcnt ,0 ,null 
-0x7e72 036127 rtn zero 
-:      036128 right_shift_n_loop:
-0x7e73 036129 rshift pdata ,pdata 
-0x7e74 036130 loop right_shift_n_loop 
-0x7e75 036131 rtn 
-:      036134 left_shift_n:
-0x7e76 036135 force 1 ,pdata 
-0x7e77 036136 sub loopcnt ,0 ,null 
-0x7e78 036137 rtn zero 
-:      036138 left_shift_n_loop:
-0x7e79 036139 lshift pdata ,pdata 
-0x7e7a 036140 loop left_shift_n_loop 
-0x7e7b 036141 rtn 
-:      036142 push_stack:
-0x7e7c 036143 deposit contw 
-0x7e7d 036144 store 2 ,mem_contw 
-0x7e7e 036145 storet 8 ,mem_temp 
-0x7e7f 036146 deposit timeup 
-0x7e80 036147 store 4 ,mem_timeup 
-0x7e81 036148 call push_stack_rega_b_c 
-0x7e82 036149 deposit contr 
-0x7e83 036150 store 2 ,mem_contr 
-0x7e84 036151 rtn 
-:      036153 push_stack_rega_b_c:
-0x7e85 036154 deposit rega 
-0x7e86 036155 store 4 ,mem_rega 
-0x7e87 036156 deposit regb 
-0x7e88 036157 store 4 ,mem_regb 
-0x7e89 036158 deposit regc 
-0x7e8a 036159 store 3 ,mem_regc 
-0x7e8b 036160 rtn 
-:      036162 pop_stack:
-0x7e8c 036163 fetcht 8 ,mem_temp 
-0x7e8d 036164 fetch 4 ,mem_timeup 
-0x7e8e 036165 iforce timeup 
-0x7e8f 036166 call pop_stack_rega_b_c 
-0x7e90 036167 fetch 2 ,mem_contw 
-0x7e91 036168 iforce contw 
-0x7e92 036169 fetch 2 ,mem_contr 
-0x7e93 036170 iforce contr 
-0x7e94 036171 rtn 
-:      036173 pop_stack_rega_b_c:
-0x7e95 036174 fetch 4 ,mem_rega 
-0x7e96 036175 iforce rega 
-0x7e97 036176 fetch 4 ,mem_regb 
-0x7e98 036177 iforce regb 
-0x7e99 036178 fetch 3 ,mem_regc 
-0x7e9a 036179 iforce regc 
-0x7e9b 036180 rtn 
-:      036182 get_contw:
-0x7e9c 036183 fetch 2 ,mem_contw 
-0x7e9d 036184 copy pdata ,contw 
-0x7e9e 036185 rtn 
-:      036186 get_contr:
-0x7e9f 036187 fetch 2 ,mem_contr 
-0x7ea0 036188 copy pdata ,contr 
-0x7ea1 036189 rtn 
-:      036190 store_contw:
-0x7ea2 036191 copy contw ,pdata 
-0x7ea3 036192 store 2 ,mem_contw 
-0x7ea4 036193 rtn 
-:      036194 store_contr:
-0x7ea5 036195 copy contr ,pdata 
-0x7ea6 036196 store 2 ,mem_contr 
-0x7ea7 036197 rtn 
-:      036201 save_cont_pointers:
-0x7ea8 036202 copy contw ,pdata 
-0x7ea9 036203 store 2 ,mem_hold_contw 
-0x7eaa 036204 copy contr ,pdata 
-0x7eab 036205 store 2 ,mem_hold_contr 
-0x7eac 036206 rtn 
-:      036207 load_cont_pointers:
-0x7ead 036208 fetch 2 ,mem_hold_contw 
-0x7eae 036209 copy pdata ,contw 
-0x7eaf 036210 fetch 2 ,mem_hold_contr 
-0x7eb0 036211 copy pdata ,contr 
-0x7eb1 036212 rtn 
-:      036214 memcpy96:
-0x7eb2 036215 call memcpy32 
-:      036216 memcpy64:
-0x7eb3 036217 call memcpy32 
-0x7eb4 036218 branch memcpy32 
-:      036219 memcpy12:
-0x7eb5 036220 call memcpy8 
-:      036221 memcpy4:
-0x7eb6 036222 ifetch 4 ,contr 
-0x7eb7 036223 istore 4 ,contw 
-0x7eb8 036224 rtn 
-:      036225 memcpy8:
-0x7eb9 036226 ifetch 8 ,contr 
-0x7eba 036227 istore 8 ,contw 
-0x7ebb 036228 rtn 
-:      036230 memcpy48:
-0x7ebc 036231 call memcpy16 
-:      036232 memcpy32:
-0x7ebd 036233 call memcpy8 
-:      036234 memcpy24:
-0x7ebe 036235 call memcpy8 
-:      036236 memcpy16:
-0x7ebf 036237 call memcpy8 
-0x7ec0 036238 branch memcpy8 
-:      036242 delay_10ms:
-0x7ec1 036243 arg 10 ,loopcnt 
-:      036244 delay_ms_wait:
-0x7ec2 036245 nop 12000 
-0x7ec3 036246 loop delay_ms_wait 
-0x7ec4 036247 rtn 
-:      036249 bn_zero:
-0x7ec5 036250 force 3 ,loopcnt 
-:      036251 memset0:
-0x7ec6 036252 force 0 ,pdata 
-:      036253 memset8:
-0x7ec7 036254 istore 8 ,contw 
-0x7ec8 036255 loop memset8 
-0x7ec9 036256 rtn 
-:      036258 memset0_8:
-0x7eca 036259 force 0 ,pdata 
-0x7ecb 036260 istore 8 ,contw 
-0x7ecc 036261 rtn 
-:      036262 memset0_4:
-0x7ecd 036263 force 0 ,pdata 
-0x7ece 036264 istore 4 ,contw 
-0x7ecf 036265 rtn 
-:      036267 clear_mem_256:
-0x7ed0 036268 force 4 ,loopcnt 
-0x7ed1 036269 branch memset0 
-:      036270 clear_mem_512:
-0x7ed2 036271 force 8 ,loopcnt 
-0x7ed3 036272 branch memset0 
-:      036274 clear_mem:
-0x7ed4 036275 deposit loopcnt 
-0x7ed5 036276 rtn blank 
-0x7ed6 036277 setarg 0 
-:      036278 clear_mem_loop:
-0x7ed7 036279 istore 1 ,contw 
-0x7ed8 036280 loop clear_mem_loop 
-0x7ed9 036281 rtn 
-:      036284 clear_temp_block:
-0x7eda 036285 arg 32 ,loopcnt 
-0x7edb 036286 arg mem_temp_block0 ,contw 
-0x7edc 036287 branch clear_mem 
-:      036289 xor_loop:
-0x7edd 036290 ifetch 4 ,regc 
-0x7ede 036291 ifetcht 4 ,rega 
-0x7edf 036292 ixor temp ,pdata 
-0x7ee0 036293 istore 4 ,contw 
-0x7ee1 036294 increase 4 ,rega 
-0x7ee2 036295 increase 4 ,regc 
-0x7ee3 036296 loop xor_loop 
-0x7ee4 036297 rtn 
-:      036301 inverse_data:
-0x7ee5 036302 bpatchx patch3f_3 ,mem_patch3f 
-0x7ee6 036303 copy loopcnt ,pdata 
-0x7ee7 036304 sub pdata ,1 ,null 
-0x7ee8 036305 rtn positive 
-0x7ee9 036306 iadd rega ,regb 
-0x7eea 036307 increase -1 ,regb 
-0x7eeb 036308 rshift loopcnt ,loopcnt 
-:      036309 inverse_loop:
-0x7eec 036310 ifetcht 1 ,rega 
-0x7eed 036311 ifetch 1 ,regb 
-0x7eee 036312 istore 1 ,rega 
-0x7eef 036313 istoret 1 ,regb 
-0x7ef0 036314 increase -1 ,regb 
-0x7ef1 036315 increase 1 ,rega 
-0x7ef2 036316 loop inverse_loop 
-0x7ef3 036317 rtn 
-:      036320 memcpy_fast:
-0x7ef4 036321 deposit loopcnt 
-0x7ef5 036322 rtn blank 
-:      036323 memcpy_fast_loop:
-0x7ef6 036324 increase -8 ,loopcnt 
-0x7ef7 036325 call memcpy8 ,positive 
-0x7ef8 036326 rtn zero 
-0x7ef9 036327 branch memcpy_fast_loop ,positive 
-0x7efa 036328 increase 8 ,loopcnt 
-:      036329 memcpy_fast_loop_four:
-0x7efb 036330 increase -4 ,loopcnt 
-0x7efc 036331 call memcpy4 ,positive 
-0x7efd 036332 rtn zero 
-0x7efe 036333 branch memcpy_fast_loop_four ,positive 
-0x7eff 036334 increase 4 ,loopcnt 
-0x7f00 036335 branch memcpy 
-:      036337 memcpy:
-0x7f01 036338 deposit loopcnt 
-0x7f02 036339 rtn blank 
-:      036340 memcpy_loop:
-0x7f03 036341 ifetch 1 ,contr 
-0x7f04 036342 istore 1 ,contw 
-0x7f05 036343 loop memcpy_loop 
-0x7f06 036344 rtn 
-:      036346 timer_stop:
-0x7f07 036347 setarg 0 
-:      036348 timer_init:
-0x7f08 036349 rshift clkn_bt ,temp 
-0x7f09 036350 storet 4 ,mem_last_clkn 
-0x7f0a 036351 arg mem_timers ,contw 
-0x7f0b 036352 iforce temp 
-0x7f0c 036353 lshift queue ,pdata 
-0x7f0d 036354 iadd contw ,contw 
-0x7f0e 036355 istoret 2 ,contw 
-0x7f0f 036356 bpatchx patch3f_4 ,mem_patch3f 
-0x7f10 036357 rtn 
-:      036359 timer_check_timeout:
-0x7f11 036360 arg 0x800 ,timeup 
-0x7f12 036361 lshift16 timeup ,timeup 
-0x7f13 036362 iadd timeup ,pdata 
-0x7f14 036363 rtn 
-:      036366 timer_reinit:
-0x7f15 036367 arg 0 ,queue 
-:      036368 timer_check:
-0x7f16 036369 bpatchx patch3f_5 ,mem_patch3f 
-0x7f17 036370 fetcht 4 ,mem_last_clkn 
-0x7f18 036371 rshift clkn_bt ,pdata 
-0x7f19 036372 store 4 ,mem_last_clkn 
-0x7f1a 036373 isub temp ,null 
-0x7f1b 036374 ncall timer_check_timeout ,positive 
-0x7f1c 036375 isub temp ,timeup 
-0x7f1d 036376 copy timeup ,temp 
-0x7f1e 036377 arg mem_timers ,contr 
-0x7f1f 036378 copy contr ,contw 
-0x7f20 036379 arg 16 ,loopcnt 
-:      036380 timer_loop:
-0x7f21 036381 ifetch 2 ,contr 
-0x7f22 036382 isub temp ,pdata 
-0x7f23 036383 branch timer_counting ,positive 
-0x7f24 036384 force 0 ,pdata 
-:      036385 timer_counting:
-0x7f25 036386 istore 2 ,contw 
-0x7f26 036387 loop timer_loop 
-0x7f27 036388 arg mem_timers ,contr 
-0x7f28 036389 lshift queue ,pdata 
-0x7f29 036390 iadd contr ,contr 
-0x7f2a 036391 ifetch 2 ,contr 
-0x7f2b 036392 rtn 
-:      036397 clk_add:
-0x7f2c 036398 iadd temp ,temp 
-0x7f2d 036399 copy temp ,loopcnt 
-0x7f2e 036400 setarg 3750 
-0x7f2f 036401 isub loopcnt ,pdata 
-0x7f30 036402 rtn positive 
-0x7f31 036403 sub pdata ,0 ,pdata 
-0x7f32 036404 rshift16 temp ,temp 
-0x7f33 036405 increase 1 ,temp 
-0x7f34 036406 lshift16 temp ,temp 
-0x7f35 036407 ior temp ,temp 
-0x7f36 036408 rtn 
-:      036410 clk_diff_rt:
-0x7f37 036411 call clk_diff 
-0x7f38 036412 branch clk2rt 
-:      036415 clk_diff:
-0x7f39 036416 disable user 
-0x7f3a 036417 isub temp ,pdata 
-0x7f3b 036418 branch clk_diff_pos ,positive 
-0x7f3c 036419 enable user 
-0x7f3d 036420 sub pdata ,0 ,pdata 
-:      036421 clk_diff_pos:
-0x7f3e 036422 rtnbit0 15 
-0x7f3f 036423 arg -61786 ,temp 
-0x7f40 036424 iadd temp ,pdata 
-0x7f41 036425 set0 64 ,pdata 
-0x7f42 036426 rtn 
-:      036428 clk2rt:
-0x7f43 036429 iforce contr 
-0x7f44 036430 rshift16 pdata ,pdata 
-0x7f45 036431 arg 3750 ,temp 
-0x7f46 036432 imul32 temp ,pdata 
-0x7f47 036433 iadd contr ,pdata 
-0x7f48 036434 rtn 
-:      036437 clk2lpo:
-0x7f49 036438 lshift8 pdata ,pdata 
-0x7f4a 036439 lshift4 pdata ,pdata 
-0x7f4b 036440 fetcht 3 ,mem_clks_per_lpo 
-0x7f4c 036441 idiv temp 
-0x7f4d 036442 call wait_div_end 
-0x7f4e 036443 quotient temp 
-0x7f4f 036444 rtn 
-:      036447 clk2bt:
-0x7f50 036448 arg 3750 ,temp 
-0x7f51 036449 idiv temp 
-0x7f52 036450 call wait_div_end 
-0x7f53 036451 quotient pdata 
-0x7f54 036452 lshift16 pdata ,pdata 
-0x7f55 036453 remainder temp 
-0x7f56 036454 ior temp ,temp 
-0x7f57 036455 rtn 
-:      036462 string2dec_from_uart:
-0x7f58 036463 arg 0 ,temp 
-:      036464 string2dec_from_uart_done:
-0x7f59 036465 copy temp ,regc 
-0x7f5a 036466 ifetch 1 ,contru 
-0x7f5b 036467 call uchar2dialog 
-0x7f5c 036468 copy regc ,temp 
-0x7f5d 036469 call swap 
-0x7f5e 036470 arg 10 ,regb 
-0x7f5f 036471 imul32 regb ,pdata 
-0x7f60 036472 iadd temp ,pdata 
-0x7f61 036473 copy pdata ,temp 
-0x7f62 036474 loop string2dec_from_uart_done 
-0x7f63 036475 rtn 
-:      036479 uchar2dialog:
-0x7f64 036480 arg 0x3a ,temp 
-0x7f65 036481 isub temp ,null 
-0x7f66 036482 nbranch uchar2dialog_number ,positive 
-0x7f67 036483 arg 0x61 ,temp 
-0x7f68 036484 isub temp ,null 
-0x7f69 036485 branch uchar2dialog_a2f ,positive 
-0x7f6a 036486 arg 0x37 ,temp 
-0x7f6b 036487 isub temp ,pdata 
-0x7f6c 036488 rtn 
-:      036489 uchar2dialog_number:
-0x7f6d 036490 arg 0x30 ,temp 
-0x7f6e 036491 isub temp ,pdata 
-0x7f6f 036492 rtn 
-:      036493 uchar2dialog_a2f:
-0x7f70 036494 arg 0x57 ,temp 
-0x7f71 036495 isub temp ,pdata 
-0x7f72 036496 rtn 
-:      036498 pn9:
-0x7f73 036499 copy temp ,alarm 
-0x7f74 036500 setarg 0x1ff 
-0x7f75 036501 force 0 ,regb 
-:      036502 pn9_loop:
-0x7f76 036503 rshift3 pdata ,rega 
-0x7f77 036504 rshift rega ,rega 
-0x7f78 036505 ixor rega ,rega 
-0x7f79 036506 isolate1 0 ,rega 
-0x7f7a 036507 setflag true ,9 ,pdata 
-0x7f7b 036508 rshift temp ,temp 
-0x7f7c 036509 isolate1 0 ,pdata 
-0x7f7d 036510 setflag true ,7 ,temp 
-0x7f7e 036511 rshift pdata ,pdata 
-0x7f7f 036512 increase 1 ,regb 
-0x7f80 036513 compare 0 ,regb ,0x7 
-0x7f81 036514 nbranch pn9_loop ,true 
-0x7f82 036515 istoret 1 ,contw 
-0x7f83 036516 loop pn9_loop 
-0x7f84 036517 copy alarm ,temp 
-0x7f85 036518 rtn 
-:      036521 wait_div_end:
-0x7f86 036522 rtn modone 
-0x7f87 036523 branch wait_div_end 
-:      036533 compare_loop:
-:      036534 string_compare:
-0x7f88 036535 ifetch 1 ,rega 
-0x7f89 036536 ifetcht 1 ,regb 
-0x7f8a 036537 isub temp ,null 
-0x7f8b 036538 nrtn zero 
-0x7f8c 036539 increase 1 ,rega 
-0x7f8d 036540 increase 1 ,regb 
-0x7f8e 036541 loop string_compare 
-0x7f8f 036542 force 0 ,null 
-0x7f90 036543 rtn 
-:      036546 ceiling:
-0x7f91 036547 isub temp ,null 
-0x7f92 036548 nrtn positive 
-0x7f93 036549 deposit temp 
-0x7f94 036550 rtn 
-:      036552 swap:
-0x7f95 036553 iadd temp ,pdata 
-0x7f96 036554 isub temp ,temp 
-0x7f97 036555 isub temp ,pdata 
-0x7f98 036556 rtn 
-:      036558 clean_mem:
-0x7f99 036559 arg 0x200 ,loopcnt 
-0x7f9a 036560 arg 0x4000 ,contw 
-0x7f9b 036561 branch memset0 
-:      036564 callback_func:
-0x7f9c 036565 rtn blank 
-0x7f9d 036566 copy pdata ,pc 
-:      036569 wait_uarttx:
-0x7f9e 036570 hfetch 2 ,core_uart_txitems 
-0x7f9f 036571 nbranch wait_uarttx ,blank 
-0x7fa0 036572 rtn 
-:      036574 ice_break:
-0x7fa1 036575 jam 0x1 ,core_ice_ctrl 
-0x7fa2 036576 rtn 
-:      036578 ice_setbp:
-0x7fa3 036579 hstore 2 ,core_ice_break0 
-0x7fa4 036580 hfetch 1 ,core_ice_ctrl 
-0x7fa5 036581 set1 4 ,pdata 
-0x7fa6 036582 hstore 1 ,core_ice_ctrl 
-0x7fa7 036583 rtn 
-:      036584 ice_setbp2:
-0x7fa8 036585 hstore 2 ,core_ice_break1 
-0x7fa9 036586 hfetch 1 ,core_ice_ctrl 
-0x7faa 036587 set1 6 ,pdata 
-0x7fab 036588 hstore 1 ,core_ice_ctrl 
-0x7fac 036589 rtn 
-:      036591 ice_set_write_bp:
-0x7fad 036592 hstore 2 ,core_ice_break0 
-0x7fae 036593 jam 0x30 ,core_ice_ctrl 
-0x7faf 036594 rtn 
-:      036598 test_enable_white:
-0x7fb0 036599 hfetch 1 ,core_config 
-0x7fb1 036600 set0 whiteoff_bit ,pdata 
-0x7fb2 036601 hstore 1 ,core_config 
-0x7fb3 036602 rtn 
-:      036604 check_uart_tx_buff:
-0x7fb4 036605 hfetch 2 ,core_uart_txitems 
-0x7fb5 036606 arg uart_air_control_threshold ,temp 
-:      036607 pdata_sub_temp:
-0x7fb6 036608 isub temp ,null 
-0x7fb7 036609 rtn 
-:      036615 fifo_in:
-0x7fb8 036616 bpatchx patch3f_6 ,mem_patch3f 
-0x7fb9 036617 ifetcht util_fifo_len ,rega 
-0x7fba 036618 and temp ,0xff ,pdata 
-0x7fbb 036619 nbranch fifo_in_push ,blank 
-0x7fbc 036620 rshift8 temp ,pdata 
-0x7fbd 036621 istore util_fifo_len ,rega 
-:      036622 fifo_in_push:
-0x7fbe 036623 increase util_fifo_len + util_fifo_offset ,rega 
-0x7fbf 036624 ifetch 1 ,rega 
-0x7fc0 036625 nbranch assert ,blank 
-0x7fc1 036626 fetch 1 ,mem_fifo_temp 
-0x7fc2 036627 istore 1 ,rega 
-0x7fc3 036628 rtn 
-:      036633 fifo_out:
-0x7fc4 036634 bpatchx patch3f_7 ,mem_patch3f 
-0x7fc5 036635 arg util_fifo_len ,loopcnt 
-0x7fc6 036636 ifetch util_fifo_len ,rega 
-0x7fc7 036637 rtn blank 
-:      036638 fifo_out_loop:
-0x7fc8 036639 ifetch 1 ,rega 
-0x7fc9 036640 nbranch fifo_out_end ,blank 
-0x7fca 036641 increase 1 ,rega 
-0x7fcb 036642 loop fifo_out_loop 
-0x7fcc 036643 branch assert 
-:      036644 fifo_out_end:
-0x7fcd 036645 arg 0 ,temp 
-0x7fce 036646 istoret 1 ,rega 
-0x7fcf 036647 rtn 
-:      036652 fifo_is_empty:
-0x7fd0 036653 ifetch util_fifo_len ,rega 
-0x7fd1 036654 rtn 
-:      036659 fifo_is_full:
-0x7fd2 036660 ifetch 1 ,rega 
-0x7fd3 036661 rtn 
-:      036664 fifo_is_near_full:
-0x7fd4 036665 ifetch 2 ,rega 
-0x7fd5 036666 rtn 
-:      036670 fifo_content_count:
-0x7fd6 036671 arg 0 ,temp 
-:      036672 fifo_content_count_loop:
-0x7fd7 036673 fetch 1 ,contr 
-0x7fd8 036674 loop fifo_content_count_loop ,blank 
-0x7fd9 036675 increase 1 ,temp 
-0x7fda 036676 loop fifo_content_count_loop 
-0x7fdb 036677 copy temp ,pdata 
-0x7fdc 036678 rtn 
-:      036680 not_greater_than:
-0x7fdd 036681 isub temp ,null 
-0x7fde 036682 nrtn positive 
-0x7fdf 036683 copy temp ,pdata 
-0x7fe0 036684 rtn 
-:      036687 disable_positive:
-0x7fe1 036688 force -1 ,null 
-0x7fe2 036689 rtn 
-:      036690 enable_positive:
-:      036691 disable_zero:
-0x7fe3 036692 force 1 ,null 
-0x7fe4 036693 rtn 
-:      036694 enable_zero:
-0x7fe5 036695 force 0 ,null 
-0x7fe6 036696 rtn 
-:      036698 enable_user:
-0x7fe7 036699 enable user 
-0x7fe8 036700 rtn 
-:      036702 disable_user:
-0x7fe9 036703 disable user 
-0x7fea 036704 rtn 
-:      036706 enable_user2:
-0x7feb 036707 enable user2 
-0x7fec 036708 rtn 
-:      036710 disable_user2:
-0x7fed 036711 disable user2 
-0x7fee 036712 rtn 
-:      036714 disable_blank:
-0x7fef 036715 setarg 1 
-0x7ff0 036716 rtn 
-:      036718 enable_blank:
-0x7ff1 036719 setarg 0 
-0x7ff2 036720 rtn 
-:      036723 reverse_byte:
-0x7ff3 036724 copy loopcnt ,pdata 
-0x7ff4 036725 rtn blank 
-0x7ff5 036726 copy contr ,pdata 
-0x7ff6 036727 iadd loopcnt ,pdata 
-0x7ff7 036728 increase -1 ,pdata 
-0x7ff8 036729 copy pdata ,contr 
-:      036730 reverse_loop:
-0x7ff9 036731 ifetch 1 ,contr 
-0x7ffa 036732 increase -2 ,contr 
-0x7ffb 036733 istore 1 ,contw 
-0x7ffc 036734 loop reverse_loop 
-0x7ffd 036735 rtn 
+:      002788 start:
+0x2000 002789 call lpmstate 
+:      002791 soft_reset:
+0x2001 002792 bpatch patch00_0 ,mem_patch00 
+0x2002 002793 clear_stack 
+0x2003 002794 call spi_ncs_gpio_init 
+0x2004 002795 call initialize_radio 
+0x2005 002796 call iicd_init_12m 
+0x2006 002797 call init_param 
+0x2007 002798 call l2cap_init 
+0x2008 002799 bpatch patch00_1 ,mem_patch00 
+0x2009 002800 call rfcomm_init 
+0x200a 002801 call init_lmp 
+0x200b 002802 call ui_init 
+0x200c 002803 call app_init 
+0x200d 002804 ncall load_chip_option ,wake 
+0x200e 002805 bpatch patch00_2 ,mem_patch00 
+0x200f 002806 call app_lpm_init ,wake 
+0x2010 002807 call publickey_init 
+0x2011 002808 call lpm_recover_clk ,wake 
+:      002809 main_loop:
+0x2012 002810 bpatch patch00_3 ,mem_patch00 
+0x2013 002811 call sp_calc_sequence 
+0x2014 002812 call sp_calc_sequence_256 
+0x2015 002813 call sp_calc_sequence_256_check 
+0x2016 002814 call le_dispatch 
+0x2017 002815 bpatch patch00_4 ,mem_patch00 
+0x2018 002816 call idle_dispatch 
+0x2019 002817 call app_process_idle 
+0x201a 002818 call inquiry_dispatch 
+0x201b 002819 call inquiry_scan_dispatch 
+0x201c 002820 call page_scan_dispatch 
+0x201d 002821 call connection_dispatch 
+0x201e 002822 call lpm_dispatch 
+0x201f 002823 call g24_dispatch 
+0x2020 002824 branch main_loop 
+:      002826 connection_dispatch:
+0x2021 002827 call connection_incontext 
+0x2022 002828 rtnmark0 mark_context 
+0x2023 002829 set0 mark_context ,mark 
+0x2024 002830 call context_save 
+0x2025 002831 branch le_disable 
+:      002833 connection_incontext:
+0x2026 002834 bpatch patch00_5 ,mem_patch00 
+0x2027 002835 call context_search_insniff 
+0x2028 002836 nbranch connection_nosniff ,zero 
+0x2029 002837 call context_load 
+0x202a 002838 add rega ,coffset_mode ,contr 
+0x202b 002839 ifetch 1 ,contr 
+0x202c 002840 bbit1 mode_le ,le_conn_dispatch 
+0x202d 002841 bbit1 mode_master ,master_dispatch 
+0x202e 002842 branch slave_dispatch 
+:      002843 connection_nosniff:
+0x202f 002844 call context_get_next 
+0x2030 002845 copy loopcnt ,null 
+0x2031 002846 rtn zero 
+0x2032 002847 call context_load 
+0x2033 002848 fetch 1 ,mem_state 
+0x2034 002849 bbit1 state_inpage ,master_page 
+0x2035 002850 fetch 1 ,mem_mode 
+0x2036 002851 bbit1 mode_master ,master_dispatch 
+0x2037 002852 branch slave_dispatch 
+:      002860 idle_dispatch:
+0x2038 002861 fetch 1 ,mem_hci_cmd 
+0x2039 002862 rtn blank 
+0x203a 002863 beq hci_cmd_inquiry ,idle_inquiry 
+0x203b 002864 beq hci_cmd_inquiry_cancel ,idle_inquiry_cancel 
+0x203c 002865 beq hci_cmd_remote_name_req ,idle_remote_name_req 
+0x203d 002866 beq hci_cmd_create_conn ,idle_create_conn 
+0x203e 002867 beq hci_cmd_le_create_conn ,idle_le_create_conn 
+0x203f 002868 call context_search_conn_handle 
+0x2040 002869 rtn zero 
+0x2041 002870 call context_search_plap 
+0x2042 002871 rtn zero 
+:      002872 idle_exit:
+0x2043 002873 jam 0 ,mem_hci_cmd 
+0x2044 002874 rtn 
+:      002876 idle_le_create_conn:
+0x2045 002877 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+0x2046 002878 jam 0 ,mem_hci_cmd 
+0x2047 002879 rtn 
+:      002881 idle_inquiry:
+0x2048 002882 set1 mark_inquiry_on ,mark 
+0x2049 002883 set0 mark_inquiry_trainb ,mark 
+0x204a 002884 jam param_ninquiry ,mem_ninqy_index 
+0x204b 002885 jam 31 ,mem_nfreq_index_inq 
+0x204c 002886 branch idle_exit 
+:      002888 idle_inquiry_cancel:
+0x204d 002889 set0 mark_inquiry_on ,mark 
+0x204e 002890 force 0 ,stop_watch 
+0x204f 002891 branch idle_exit 
+:      002893 idle_remote_name_req:
+0x2050 002894 call context_search_plap 
+0x2051 002895 rtn zero 
+0x2052 002896 force lmp_name_req ,temp 
+0x2053 002897 jam 5 ,mem_nameres_cnt 
+0x2054 002898 branch idle_start_page 
+:      002900 idle_create_conn:
+0x2055 002901 bpatch patch00_6 ,mem_patch00 
+:      002902 idle_create_conn_device:
+0x2056 002903 fetch 6 ,mem_hci_plap 
+0x2057 002904 branch idle_exit ,blank 
+0x2058 002905 jam reconnect_hid ,memui_reconnect_mode 
+0x2059 002907 jam conn_sm_wait_features_res ,mem_conn_sm 
+0x205a 002908 branch idle_create_conn_cont 
+:      002910 idle_create_conn_cont:
+0x205b 002911 force lmp_version_req ,temp 
+:      002912 idle_start_page:
+0x205c 002913 bpatch patch00_7 ,mem_patch00 
+0x205d 002914 fetch 1 ,mem_page_mode 
+0x205e 002915 branch idle_page_mode_r0 ,blank 
+0x205f 002916 lshift3 pdata ,pdata 
+0x2060 002917 lshift4 pdata ,pdata 
+0x2061 002918 increase -1 ,pdata 
+:      002919 idle_page_mode_r0:
+0x2062 002920 store 1 ,mem_npage 
+0x2063 002921 store 1 ,mem_npage_index 
+0x2064 002922 jam 31 ,mem_nfreq_index_page 
+0x2065 002923 set0 mark_page_trainb ,mark 
+0x2066 002924 call context_new 
+0x2067 002925 nbranch idle_page_fail ,zero 
+0x2068 002926 call get_free_amaddr 
+0x2069 002927 store 1 ,mem_amaddr 
+0x206a 002928 storet 1 ,mem_lmo_opcode2 
+0x206b 002929 fetch 6 ,mem_hci_plap 
+0x206c 002930 store 6 ,mem_plap 
+0x206d 002931 bpatch patch01_0 ,mem_patch01 
+0x206e 002932 call timer_reinit 
+0x206f 002933 force 0 ,pdata 
+0x2070 002934 compare lmp_name_req ,temp ,0xff 
+0x2071 002935 nsetflag true ,state_init_seq ,pdata 
+0x2072 002936 set1 state_inpage ,pdata 
+0x2073 002937 store 1 ,mem_state 
+0x2074 002938 jam bt_evt_reconn_started ,mem_fifo_temp 
+0x2075 002939 call ui_ipc_send_event 
+0x2076 002940 force 0 ,pdata 
+0x2077 002941 setflag true ,smap_name_req ,pdata 
+0x2078 002942 store 1 ,mem_state_map 
+0x2079 002943 setarg 0 
+0x207a 002944 set1 mode_master ,pdata 
+0x207b 002945 store 1 ,mem_mode 
+0x207c 002946 enable master 
+0x207d 002947 call context_save 
+0x207e 002948 disable master 
+0x207f 002949 force page_length_timer ,queue 
+0x2080 002950 fetch 2 ,mem_page_to 
+0x2081 002951 call timer_init 
+0x2082 002952 branch idle_exit 
+:      002953 idle_page_fail:
+0x2083 002954 bpatch patch01_1 ,mem_patch01 
+0x2084 002955 fetch 6 ,mem_hci_plap 
+0x2085 002956 store 6 ,mem_plap 
+0x2086 002957 compare lmp_name_req ,temp ,0xff 
+0x2087 002958 branch idle_name_fail ,true 
+0x2088 002959 branch idle_exit 
+:      002960 idle_name_fail:
+0x2089 002961 arg mem_tmp_buffer ,contw 
+0x208a 002962 arg 8 ,loopcnt 
+0x208b 002963 call memset0 
+0x208c 002964 jam bt_evt_reconn_failed ,mem_fifo_temp 
+0x208d 002965 call ui_ipc_send_event 
+0x208e 002966 branch idle_exit 
+:      002973 inquiry_dispatch:
+0x208f 002974 rtnmark0 mark_inquiry_on 
+0x2090 002975 force inquiry_length_timer ,queue 
+0x2091 002976 call timer_check 
+0x2092 002977 nsetflag blank ,mark_inquiry_on ,mark 
+0x2093 002978 nbranch inquiry_start ,blank 
+0x2094 002979 rtn 
+:      002983 inquiry_start:
+0x2095 002984 bpatch patch01_2 ,mem_patch01 
+0x2096 002985 fetcht 2 ,mem_inq_window 
+0x2097 002986 force 4 ,queue 
+0x2098 002987 call sniff_check_window 
+0x2099 002988 rtn user 
+0x209a 002989 call afh_clear 
+0x209b 002990 force 0 ,freq_mode 
+:      002991 inquiry_restart:
+0x209c 002992 rtn timeout 
+0x209d 002993 set0 mark_fhs_already_good ,mark 
+0x209e 002994 set0 mark_fhs_eir ,mark 
+:      002995 inquiry_rx_restart:
+0x209f 002996 add clkn_bt ,1 ,bt_clk 
+0x20a0 002997 isolate1 mark_inquiry_trainb ,mark 
+0x20a1 002998 setflag true ,2 ,freq_mode 
+0x20a2 002999 compare 0x00 ,bt_clk ,0x02 
+0x20a3 003000 nbranch inquiry_receive ,true 
+:      003002 inquiry_transmit:
+0x20a4 003003 bpatch patch01_3 ,mem_patch01 
+0x20a5 003004 fetch 1 ,mem_inquiry_transmit 
+0x20a6 003005 increase 1 ,pdata 
+0x20a7 003006 store 1 ,mem_inquiry_transmit 
+0x20a8 003007 call fetch_giac 
+0x20a9 003008 call tx_radio_freq 
+0x20aa 003009 call fetch_diac 
+0x20ab 003010 call start_transmitter 
+0x20ac 003011 call start_tx_native 
+0x20ad 003012 call send_access_word 
+0x20ae 003013 call end_of_packet 
+0x20af 003014 call inquiry_check_train 
+0x20b0 003015 branch inquiry_restart 
+:      003017 inquiry_check_train:
+0x20b1 003018 bpatch patch01_4 ,mem_patch01 
+0x20b2 003019 fetch 1 ,mem_nfreq_index_inq 
+0x20b3 003020 increase -1 ,pdata 
+0x20b4 003021 store 1 ,mem_nfreq_index_inq 
+0x20b5 003022 rtn positive 
+0x20b6 003023 jam 31 ,mem_nfreq_index_inq 
+0x20b7 003024 fetch 1 ,mem_ninqy_index 
+0x20b8 003025 increase -1 ,pdata 
+0x20b9 003026 store 1 ,mem_ninqy_index 
+0x20ba 003027 rtn positive 
+0x20bb 003028 setflip mark_inquiry_trainb ,mark 
+0x20bc 003029 jam param_ninquiry ,mem_ninqy_index 
+0x20bd 003030 rtn 
+:      003032 inquiry_receive:
+0x20be 003033 bpatch patch01_5 ,mem_patch01 
+0x20bf 003034 call fetch_giac 
+0x20c0 003035 call rx_radio_freq 
+0x20c1 003036 call fetch_diac 
+0x20c2 003037 call start_rx_native 
+0x20c3 003038 call start_receiver 
+0x20c4 003039 call wait_access_clkn_rt 
+0x20c5 003040 branch inquiry_sync ,sync 
+0x20c6 003041 call inquiry_check_train 
+0x20c7 003042 branch inquiry_rx_restart 
+:      003043 inquiry_sync:
+0x20c8 003044 bpatch patch01_6 ,mem_patch01 
+0x20c9 003045 call save_rssi 
+0x20ca 003046 call scan_mode_whiten 
+0x20cb 003047 call receive_packet_whitened 
+0x20cc 003048 set0 mark_rxbuf_inuse ,mark 
+0x20cd 003049 rtnmark0 mark_fhs_already_good 
+:      003050 inquiry_receive_rtn:
+0x20ce 003051 bpatch patch01_7 ,mem_patch01 
+:      003052 inquiry_receive_eir_rtn:
+0x20cf 003053 fetch 1 ,mem_inquiry_rcv 
+0x20d0 003054 increase 1 ,pdata 
+0x20d1 003055 store 1 ,mem_inquiry_rcv 
+0x20d2 003056 rtn 
+:      003064 master_page:
+0x20d3 003065 bpatch patch02_0 ,mem_patch02 
+0x20d4 003066 enable master 
+0x20d5 003067 enable clknt 
+0x20d6 003068 fetch 2 ,mem_page_interval 
+0x20d7 003069 branch master_page_no_interval ,blank 
+0x20d8 003070 force page_interval_timer ,queue 
+0x20d9 003071 call timer_check 
+0x20da 003072 nrtn blank 
+:      003073 master_page_no_interval:
+0x20db 003074 bpatch patch02_1 ,mem_patch02 
+0x20dc 003075 fetcht 2 ,mem_page_window 
+0x20dd 003076 force 40 ,queue 
+0x20de 003077 call sniff_check_window 
+0x20df 003078 branch page_exit ,user 
+0x20e0 003079 force page_length_timer ,queue 
+0x20e1 003080 call timer_check 
+0x20e2 003081 nbranch page_start ,blank 
+0x20e3 003082 fetch 1 ,mem_state_map 
+0x20e4 003083 bbit1 smap_name_req ,master_npage_timeout 
+0x20e5 003084 branch master_page_timeout 
+:      003085 master_npage_timeout:
+0x20e6 003086 arg mem_tmp_buffer ,contw 
+0x20e7 003087 arg 8 ,loopcnt 
+0x20e8 003088 call memset0 
+:      003089 master_page_timeout:
+0x20e9 003090 bpatch patch02_2 ,mem_patch02 
+0x20ea 003091 jam 0 ,mem_state 
+0x20eb 003092 call init_lmp_work 
+0x20ec 003093 jam 0 ,memui_reconnect_mode 
+0x20ed 003094 jam bt_evt_reconn_page_timeout ,mem_fifo_temp 
+0x20ee 003095 call ui_ipc_send_event 
+0x20ef 003096 branch page_exit 
+:      003098 page_start:
+0x20f0 003099 bpatch patch02_3 ,mem_patch02 
+0x20f1 003100 force 0 ,timeup 
+0x20f2 003101 until clkn_rt ,meet 
+0x20f3 003102 fetch 1 ,mem_page_clk 
+0x20f4 003103 increase -1 ,pdata 
+0x20f5 003104 ixor clkn_bt ,pdata 
+0x20f6 003105 compare 0 ,pdata ,3 
+0x20f7 003106 nbranch page_start ,true 
+0x20f8 003107 deposit am_addr 
+0x20f9 003108 store 1 ,mem_fhs_am_addr 
+0x20fa 003109 force 0 ,n_tx_slot 
+0x20fb 003110 force 0 ,freq_mode 
+:      003112 page_restart:
+0x20fc 003113 bpatch patch02_4 ,mem_patch02 
+0x20fd 003114 branch page_exit ,timeout 
+0x20fe 003115 call fetch_page_bt_adr 
+0x20ff 003116 arg param_rf_setup ,timeup 
+0x2100 003117 until clkn_rt ,meet 
+:      003118 page_rx_restart:
+0x2101 003119 bpatch patch02_5 ,mem_patch02 
+0x2102 003120 fetch 4 ,mem_page_clk 
+0x2103 003121 iforce bt_clk 
+0x2104 003122 increase 1 ,pdata 
+0x2105 003123 store 4 ,mem_page_clk 
+0x2106 003124 isolate1 mark_page_trainb ,mark 
+0x2107 003125 setflag true ,2 ,freq_mode 
+0x2108 003126 compare 0x00 ,bt_clk ,0x02 
+0x2109 003127 nbranch page_receive ,true 
+0x210a 003128 fetch 1 ,mem_page_transmit 
+0x210b 003129 increase 1 ,pdata 
+0x210c 003130 store 1 ,mem_page_transmit 
+0x210d 003131 call tx_radio_freq 
+0x210e 003132 call start_transmitter 
+0x210f 003133 call start_tx_native 
+0x2110 003134 call send_access_word 
+0x2111 003135 call end_of_packet 
+0x2112 003136 call page_check_train 
+0x2113 003137 branch page_restart 
+:      003138 page_exit:
+0x2114 003139 bpatch patch02_6 ,mem_patch02 
+0x2115 003140 disable master 
+0x2116 003141 fetch 2 ,mem_page_interval 
+0x2117 003142 rtn blank 
+0x2118 003143 force page_interval_timer ,queue 
+0x2119 003144 branch timer_init 
+:      003146 page_check_train:
+0x211a 003147 bpatch patch02_7 ,mem_patch02 
+0x211b 003148 fetch 1 ,mem_nfreq_index_page 
+0x211c 003149 increase -1 ,pdata 
+0x211d 003150 store 1 ,mem_nfreq_index_page 
+0x211e 003151 rtn positive 
+0x211f 003152 jam 31 ,mem_nfreq_index_page 
+0x2120 003153 fetch 1 ,mem_npage_index 
+0x2121 003154 increase -1 ,pdata 
+0x2122 003155 store 1 ,mem_npage_index 
+0x2123 003156 rtn positive 
+0x2124 003157 setflip mark_page_trainb ,mark 
+0x2125 003158 fetch 1 ,mem_npage 
+0x2126 003159 store 1 ,mem_npage_index 
+0x2127 003160 rtn 
+:      003162 page_receive:
+0x2128 003163 bpatch patch03_0 ,mem_patch03 
+0x2129 003164 call rx_radio_freq 
+0x212a 003165 call start_rx_native 
+0x212b 003166 call start_receiver 
+0x212c 003167 call wait_access_clkn_rt 
+0x212d 003168 branch page_sync ,sync 
+0x212e 003169 call page_check_train 
+0x212f 003170 branch page_rx_restart 
+:      003171 page_sync:
+0x2130 003172 call end_of_packet 
+0x2131 003173 fetch 1 ,mem_page_rcv 
+0x2132 003174 increase 1 ,pdata 
+0x2133 003175 store 1 ,mem_page_rcv 
+0x2134 003176 force 0 ,stop_watch 
+0x2135 003177 fetch 4 ,mem_page_clk 
+:      003178 page_send_fhs:
+0x2136 003179 bpatch patch03_1 ,mem_patch03 
+0x2137 003180 call rf_setup_time_master_slot 
+0x2138 003181 call fetch_page_bt_adr 
+0x2139 003182 increase 1 ,n_tx_slot 
+:      003183 page_send_fhs_continue:
+0x213a 003184 and_into 0x1fd ,bt_clk 
+0x213b 003185 and_into 0x1fc ,freq_mode 
+0x213c 003186 call tx_radio_freq 
+0x213d 003187 call start_transmitter 
+0x213e 003188 call start_tx_native 
+0x213f 003189 call send_access_word 
+0x2140 003190 deposit clkn_bt 
+0x2141 003191 store 4 ,mem_clkn_bt 
+0x2142 003192 force 0 ,am_addr 
+0x2143 003193 force type_fhs ,type 
+0x2144 003194 call scan_mode_whiten 
+0x2145 003195 call transmit_packet_whitened 
+:      003196 page_wait_fhs_reply:
+0x2146 003197 bpatch patch03_2 ,mem_patch03 
+0x2147 003198 call rf_setup_time_slave_slot 
+0x2148 003199 or_into 0x02 ,bt_clk 
+0x2149 003200 and_into 0x1fc ,freq_mode 
+0x214a 003201 call rx_radio_freq 
+0x214b 003202 call start_rx_native 
+0x214c 003203 call start_receiver 
+0x214d 003204 call wait_access_clkn_rt 
+0x214e 003205 call end_of_packet ,sync 
+0x214f 003206 branch page_wait_fhs_reply_ok ,sync 
+0x2150 003207 fetch 1 ,mem_fhs_wait_counter 
+0x2151 003208 branch page_restart ,blank 
+0x2152 003209 increase -1 ,pdata 
+0x2153 003210 store 1 ,mem_fhs_wait_counter 
+0x2154 003211 branch page_send_fhs 
+:      003213 page_wait_fhs_reply_ok:
+0x2155 003214 bpatch patch03_3 ,mem_patch03 
+0x2156 003215 fetch 1 ,mem_page_rcv_fhs 
+0x2157 003216 increase 1 ,pdata 
+0x2158 003217 store 1 ,mem_page_rcv_fhs 
+0x2159 003218 call prepare_newconn 
+:      003219 master_newconn_loop:
+0x215a 003220 call master_newconn_once 
+0x215b 003221 branch newconn_poll_responded ,sync 
+0x215c 003222 call new_conn_timeout 
+0x215d 003223 nbranch master_newconn_loop ,blank 
+0x215e 003224 branch page_restart 
+:      003226 newconn_poll_responded:
+0x215f 003227 bpatch patch03_4 ,mem_patch03 
+0x2160 003228 fetch 1 ,mem_state 
+0x2161 003229 set0 state_inpage ,pdata 
+0x2162 003230 store 1 ,mem_state 
+0x2163 003231 call newconn_init 
+0x2164 003232 disable master 
+0x2165 003233 rtn 
+:      003236 master_dispatch:
+0x2166 003237 bpatch patch03_5 ,mem_patch03 
+0x2167 003238 enable master 
+0x2168 003239 enable clknt 
+0x2169 003240 call role_switch_master 
+0x216a 003241 rtn user 
+0x216b 003242 call check_bt_disabled 
+0x216c 003243 call rf_setup_time_master_slot 
+0x216d 003244 add clkn_bt ,1 ,bt_clk 
+0x216e 003245 call fetch_self_bt_adr 
+0x216f 003246 force 0x03 ,freq_mode 
+0x2170 003247 call scheduler_tx_l2cap_pkt 
+0x2171 003248 call prepare_tx 
+0x2172 003249 call tx_radio_freq 
+0x2173 003250 call start_transmitter 
+0x2174 003251 call start_tx_native 
+0x2175 003252 call send_access_word 
+0x2176 003253 call transmit_packet 
+:      003254 master_loop:
+0x2177 003255 bpatch patch03_6 ,mem_patch03 
+0x2178 003256 call parse_lmp 
+0x2179 003257 call master_conn_recv_packet 
+0x217a 003258 nbranch master_notmatch ,match 
+0x217b 003259 call supervision_flush 
+0x217c 003260 call parse_l2cap 
+0x217d 003261 fetch 1 ,mem_master_rcvcnt 
+0x217e 003262 increase 1 ,pdata 
+0x217f 003263 store 1 ,mem_master_rcvcnt 
+:      003264 master_notmatch:
+0x2180 003265 bpatch patch03_7 ,mem_patch03 
+0x2181 003266 call scheduler_process 
+0x2182 003267 call check_master_disconnect 
+0x2183 003268 nrtn master 
+0x2184 003269 call check_attempt 
+0x2185 003270 nbranch master_attempt ,blank 
+:      003271 master_exit:
+0x2186 003272 disable master 
+0x2187 003273 rtn 
+:      003275 master_attempt:
+0x2188 003276 call prepare_tx 
+0x2189 003277 call master_conn_send_packet 
+0x218a 003278 branch master_loop 
+:      003281 check_master_disconnect:
+0x218b 003282 branch check_master_match ,match 
+0x218c 003283 call supervision_update 
+0x218d 003284 branch master_disconnect ,positive 
+:      003285 check_master_match:
+0x218e 003286 call check_disconnect_timeout 
+0x218f 003287 nbranch master_disconnect ,user 
+0x2190 003288 fetch 1 ,mem_state_map 
+0x2191 003289 rtnbit0 smap_name_req 
+0x2192 003290 rtnbit1 smap_name_res 
+0x2193 003291 fetch 1 ,mem_op 
+0x2194 003292 rtnbit1 op_disconn 
+0x2195 003293 call conn_timer_expired 
+0x2196 003294 nrtn blank 
+0x2197 003295 fetch 1 ,mem_nameres_cnt 
+0x2198 003296 increase -1 ,pdata 
+0x2199 003297 store 1 ,mem_nameres_cnt 
+0x219a 003298 nrtn blank 
+0x219b 003299 branch lmp_disconnect 
+:      003301 master_disconnect:
+0x219c 003302 bpatch patch04_0 ,mem_patch04 
+0x219d 003303 call quit_connection 
+0x219e 003304 disable master 
+0x219f 003305 fetch 1 ,mem_state_map 
+0x21a0 003306 bbit1 smap_name_req ,master_name_disconnect 
+0x21a1 003307 rtn 
+:      003309 master_name_disconnect:
+0x21a2 003310 fetch 1 ,mem_state_map 
+0x21a3 003311 rtnbit1 smap_name_res 
+:      003312 master_name_error:
+0x21a4 003313 arg mem_tmp_buffer ,contw 
+0x21a5 003314 arg 8 ,loopcnt 
+0x21a6 003315 branch memset0 
+:      003317 check_disconnect_timeout:
+0x21a7 003318 bpatch patch04_1 ,mem_patch04 
+0x21a8 003319 enable user 
+0x21a9 003320 fetch 1 ,mem_op 
+0x21aa 003321 rtnbit0 op_disconn 
+0x21ab 003322 call conn_timer_expired 
+0x21ac 003323 nrtn blank 
+0x21ad 003324 branch disable_user 
+:      003326 conn_timer_expired:
+0x21ae 003327 fetch 1 ,mem_conn_timer 
+0x21af 003328 increase -1 ,pdata 
+0x21b0 003329 store 1 ,mem_conn_timer 
+0x21b1 003330 rtn 
+:      003332 linkkey_ready:
+0x21b2 003333 bpatch patch04_2 ,mem_patch04 
+0x21b3 003334 fetch 1 ,mem_state 
+0x21b4 003335 bbit1 state_linkkey ,linkkey_set 
+0x21b5 003336 fetch 1 ,mem_pairing_auth 
+0x21b6 003337 branch linkkey_set ,blank 
+0x21b7 003338 jam defalt_pairing_auth ,mem_pairing_auth 
+0x21b8 003339 jam bt_evt_linkkey_generate ,mem_fifo_temp 
+0x21b9 003340 call ui_ipc_send_event 
+0x21ba 003341 branch linkkey_set 
+:      003342 linkkey_set:
+0x21bb 003343 bpatch patch04_3 ,mem_patch04 
+0x21bc 003344 call context_traverse_linkkey 
+0x21bd 003345 fetch 1 ,mem_state 
+0x21be 003346 set1 state_linkkey ,pdata 
+0x21bf 003347 store 1 ,mem_state 
+0x21c0 003348 jam 1 ,mem_link_key_exists 
+0x21c1 003349 fetch 1 ,mem_conn_sm 
+0x21c2 003350 bne conn_sm_pairing ,linkkey_set_continue 
+:      003351 linkkey_set_continue:
+0x21c3 003352 rtn 
+:      003354 generate_linkkey_continue:
+0x21c4 003355 jam pairing_auth ,mem_pairing_auth 
+:      003356 clear_linkstate:
+0x21c5 003357 fetch 1 ,mem_state 
+0x21c6 003358 set0 state_linkkey ,pdata 
+0x21c7 003359 store 1 ,mem_state 
+0x21c8 003360 rtn 
+:      003364 role_switch_check:
+0x21c9 003365 bpatch patch04_4 ,mem_patch04 
+0x21ca 003366 disable user 
+0x21cb 003367 fetch 2 ,mem_tsniff 
+0x21cc 003368 arg 0xffff ,temp 
+0x21cd 003369 isub temp ,null 
+0x21ce 003370 nrtn zero 
+0x21cf 003371 fetch 4 ,mem_sniff_anchor 
+0x21d0 003372 branch role_switch_clkn ,clknt 
+0x21d1 003373 isub clke_bt ,pdata 
+0x21d2 003374 branch role_switch_clke 
+:      003375 role_switch_clkn:
+0x21d3 003376 isub clkn_bt ,pdata 
+:      003377 role_switch_clke:
+0x21d4 003378 sub pdata ,4 ,null 
+0x21d5 003379 nrtn positive 
+0x21d6 003380 force 0 ,pdata 
+0x21d7 003381 store 2 ,mem_tsniff 
+0x21d8 003382 branch enable_user 
+:      003386 role_switch_prepare:
+0x21d9 003387 copy pdata ,temp 
+0x21da 003388 bpatch patch04_5 ,mem_patch04 
+0x21db 003389 storet 4 ,mem_sniff_anchor 
+:      003390 role_switch_prepare0:
+0x21dc 003391 jam switch_flag_accept ,mem_switch_flag 
+0x21dd 003392 setarg 0xffff 
+0x21de 003393 store 2 ,mem_tsniff 
+0x21df 003394 jam 1 ,mem_sniff_attempt 
+0x21e0 003395 rtn 
+:      003398 role_switch_master:
+0x21e1 003399 bpatch patch04_6 ,mem_patch04 
+0x21e2 003400 call role_switch_check 
+0x21e3 003401 nrtn user 
+0x21e4 003402 disable user 
+0x21e5 003403 jam param_newconnto ,mem_newconnto_counter 
+0x21e6 003404 set0 mark_fhs_already_good ,mark 
+:      003405 roles_waitfhs_loop:
+0x21e7 003406 call rf_setup_time_master_slot 
+0x21e8 003407 call master_recv_packet 
+0x21e9 003408 bmark1 mark_fhs_already_good ,roles_replyto_fhs 
+0x21ea 003409 call new_conn_timeout 
+0x21eb 003410 nbranch roles_waitfhs_loop ,blank 
+:      003411 role_switch_fail_master:
+0x21ec 003412 bpatch patch04_7 ,mem_patch04 
+0x21ed 003413 disable user 
+0x21ee 003414 deposit clkn_bt 
+0x21ef 003415 store 4 ,mem_next_btclk 
+0x21f0 003416 enable clknt 
+0x21f1 003417 enable master 
+0x21f2 003418 jam bt_evt_switch_fail_master ,mem_fifo_temp 
+0x21f3 003419 branch ui_ipc_send_event 
+:      003421 roles_replyto_fhs:
+0x21f4 003422 bpatch patch05_0 ,mem_patch05 
+0x21f5 003423 call rf_setup_time_slave_slot 
+0x21f6 003424 arg type_id ,type 
+0x21f7 003425 call master_send_packet 
+0x21f8 003426 disable clknt 
+0x21f9 003427 disable master 
+0x21fa 003428 call apply_switch_clke 
+0x21fb 003429 call prepare_newconn 
+:      003430 roles_newconns_loop:
+0x21fc 003431 bpatch patch05_1 ,mem_patch05 
+0x21fd 003432 call slave_newconn_once 
+0x21fe 003433 branch roles_newconns_responded ,match 
+0x21ff 003434 call new_conn_timeout 
+0x2200 003435 nbranch roles_newconns_loop ,blank 
+0x2201 003436 branch role_switch_fail_master 
+:      003437 roles_newconns_responded:
+0x2202 003438 fetch 1 ,mem_mode 
+0x2203 003439 set0 mode_master ,pdata 
+0x2204 003440 store 1 ,mem_mode 
+0x2205 003441 call supervision_flush 
+0x2206 003442 call calc_clke_offset 
+0x2207 003443 enable user 
+0x2208 003444 jam bt_evt_switch_success_master ,mem_fifo_temp 
+0x2209 003445 branch ui_ipc_send_event 
+:      003450 context_load:
+0x220a 003451 bpatch patch05_2 ,mem_patch05 
+0x220b 003452 set1 mark_context ,mark 
+0x220c 003453 deposit rega 
+0x220d 003454 store 2 ,mem_context_ptr 
+0x220e 003455 force context_size ,loopcnt 
+0x220f 003456 arg mem_le_state ,contw 
+0x2210 003457 add rega ,coffset_mode ,contr 
+0x2211 003458 ifetch 1 ,contr 
+0x2212 003459 copy rega ,contr 
+0x2213 003460 bbit1 mode_le ,memcpy 
+0x2214 003461 arg mem_state ,contw 
+0x2215 003462 call memcpy 
+0x2216 003463 disable attempt 
+0x2217 003464 fetch 1 ,mem_amaddr 
+0x2218 003465 iforce am_addr 
+0x2219 003466 jam 1 ,mem_current_sniff_attempt 
+0x221a 003467 branch context_load_master ,master 
+0x221b 003468 jam 1 ,mem_current_sniff_attempt 
+:      003469 context_load_master:
+0x221c 003470 fetch 1 ,mem_state 
+0x221d 003471 rtnbit0 state_insniff 
+0x221e 003472 fetch 1 ,mem_sniff_attempt 
+0x221f 003473 store 1 ,mem_current_sniff_attempt 
+0x2220 003474 fetch 1 ,mem_sniff_timeout 
+0x2221 003475 store 1 ,mem_current_sniff_timeout 
+0x2222 003476 rtn 
+:      003478 context_save:
+0x2223 003479 bpatch patch05_3 ,mem_patch05 
+0x2224 003480 fetch 2 ,mem_context_ptr 
+0x2225 003481 iforce contw 
+0x2226 003482 force context_size ,loopcnt 
+0x2227 003483 arg mem_le_state ,contr 
+0x2228 003484 branch memcpy ,le 
+0x2229 003485 arg mem_state ,contr 
+0x222a 003486 branch memcpy 
+:      003490 context_get_next:
+0x222b 003491 arg context_num ,loopcnt 
+0x222c 003492 fetcht 1 ,mem_current_context 
+:      003493 context_get_next_loop:
+0x222d 003494 increase 1 ,temp 
+0x222e 003495 compare context_num ,temp ,0xff 
+0x222f 003496 nbranch context_get_next_cont ,true 
+0x2230 003497 arg 0 ,temp 
+:      003498 context_get_next_cont:
+0x2231 003499 storet 1 ,mem_current_context 
+0x2232 003500 mul32 temp ,context_size ,pdata 
+0x2233 003501 arg mem_context ,rega 
+0x2234 003502 iadd rega ,rega 
+0x2235 003503 ifetch 1 ,rega 
+0x2236 003504 bbit1 state_insniff ,context_get_next_sniff 
+0x2237 003505 rtnbit1 state_inconn 
+0x2238 003506 rtnbit1 state_inpage 
+:      003507 context_get_next_sniff:
+0x2239 003508 loop context_get_next_loop 
+0x223a 003509 rtn 
+:      003511 context_new:
+0x223b 003512 bpatch patch05_4 ,mem_patch05 
+0x223c 003513 arg context_search_empty ,regc 
+0x223d 003514 call context_search 
+0x223e 003515 nrtn zero 
+0x223f 003516 deposit rega 
+0x2240 003517 store 2 ,mem_context_ptr 
+0x2241 003518 force 0 ,null 
+0x2242 003519 rtn 
+:      003523 context_check_all_wack:
+0x2243 003524 call check_esco_amaddr 
+0x2244 003525 branch context_check_esco_wack ,true 
+0x2245 003526 fetch 2 ,mem_context_ptr 
+0x2246 003527 add pdata ,coffset_arq ,contw 
+0x2247 003528 fetch 1 ,mem_arq 
+0x2248 003529 istore 1 ,contw 
+0x2249 003530 arg context_check_a_wack ,regc 
+0x224a 003531 branch context_search 
+:      003533 context_check_esco_wack:
+0x224b 003534 fetch 1 ,mem_arq 
+0x224c 003535 isolate1 wack ,pdata 
+0x224d 003536 branch context_esco_wack ,true 
+0x224e 003537 force 1 ,null 
+0x224f 003538 rtn 
+:      003539 context_esco_wack:
+0x2250 003540 force 0 ,null 
+0x2251 003541 rtn 
+:      003544 context_check_idle:
+0x2252 003545 arg context_check_inconn ,regc 
+0x2253 003546 branch context_search 
+:      003548 context_traverse_linkkey:
+0x2254 003549 fetcht 2 ,mem_context_ptr 
+0x2255 003550 arg context_traverse_clearkey ,regc 
+0x2256 003551 branch context_search 
+:      003555 context_search_conn_handle:
+0x2257 003556 fetcht 1 ,mem_hci_conn_handle 
+:      003557 context_search_conn_handle2:
+0x2258 003558 arg context_search_handle ,regc 
+0x2259 003559 branch context_search 
+:      003561 context_search_plap:
+0x225a 003562 bpatch patch05_5 ,mem_patch05 
+0x225b 003563 fetcht 6 ,mem_hci_plap 
+:      003564 context_search_plap2:
+0x225c 003565 arg context_search_lap ,regc 
+0x225d 003566 branch context_search 
+:      003568 context_search_insniff:
+0x225e 003569 arg context_search_sniff ,regc 
+0x225f 003570 branch context_search 
+:      003572 context_search_sniff_window:
+0x2260 003573 arg context_search_window ,regc 
+:      003574 context_search:
+0x2261 003575 bpatch patch05_6 ,mem_patch05 
+0x2262 003576 arg mem_context ,rega 
+0x2263 003577 arg context_num ,loopcnt 
+:      003578 context_search_loop:
+0x2264 003579 ifetch 1 ,rega 
+0x2265 003580 copy regc ,pc 
+:      003581 context_search_next:
+0x2266 003582 increase context_size ,rega 
+0x2267 003583 loop context_search_loop 
+0x2268 003584 force 1 ,null 
+0x2269 003585 rtn 
+:      003587 context_search_empty:
+0x226a 003588 bbit1 state_inconn ,context_search_next 
+0x226b 003589 bbit1 state_inpage ,context_search_next 
+0x226c 003590 force 0 ,null 
+0x226d 003591 rtn 
+:      003593 context_search_lap:
+0x226e 003594 bbit1 state_inpage ,context_search_lap_cont 
+0x226f 003595 bbit0 state_inconn ,context_search_next 
+:      003596 context_search_lap_cont:
+0x2270 003597 add rega ,coffset_plap ,contr 
+0x2271 003598 ifetch 6 ,contr 
+0x2272 003599 isub temp ,null 
+0x2273 003600 rtn zero 
+0x2274 003601 branch context_search_next 
+:      003603 context_search_handle:
+0x2275 003604 bbit0 state_inconn ,context_search_next 
+0x2276 003605 add rega ,coffset_conn_handle ,contr 
+0x2277 003606 ifetch 1 ,contr 
+0x2278 003607 isub temp ,null 
+0x2279 003608 rtn zero 
+0x227a 003609 branch context_search_next 
+:      003611 context_search_sniff:
+0x227b 003612 bbit0 state_insniff ,context_search_next 
+:      003613 context_search_sniff_loop:
+0x227c 003614 call context_get_anchor 
+0x227d 003615 call sign_pdata_temp 
+0x227e 003616 isub temp ,pdata 
+0x227f 003617 increase 1 ,pdata 
+0x2280 003618 branch context_search_sniff_miss ,positive 
+0x2281 003619 copy contr ,regb 
+0x2282 003620 store 9 ,mem_temp 
+0x2283 003621 fetch 1 ,mem_le_sc_calc 
+0x2284 003622 nbranch context_search_sniff_sc ,blank 
+0x2285 003623 fetch 9 ,mem_temp 
+0x2286 003624 copy regb ,contr 
+0x2287 003625 increase 5 ,pdata 
+0x2288 003626 branch context_search_meet1 
+:      003627 context_search_sniff_sc:
+0x2289 003628 fetch 9 ,mem_temp 
+0x228a 003629 copy regb ,contr 
+0x228b 003630 increase 20 ,pdata 
+:      003631 context_search_meet1:
+0x228c 003632 nbranch context_search_next ,positive 
+:      003633 context_search_meet:
+0x228d 003634 copy temp ,bt_clk 
+0x228e 003635 call context_next_anchor 
+0x228f 003636 force 0 ,null 
+0x2290 003637 rtn 
+:      003640 context_search_sniff_miss:
+0x2291 003641 iforce regb 
+0x2292 003642 add rega ,coffset_tsniff ,contr 
+0x2293 003643 ifetch 2 ,contr 
+0x2294 003644 branch context_search_meet ,blank 
+0x2295 003645 call context_next_anchor 
+0x2296 003646 branch context_search_sniff_loop 
+:      003648 sign_pdata_temp:
+0x2297 003649 rshift16 pdata ,timeup 
+0x2298 003650 rshift8 timeup ,timeup 
+0x2299 003651 branch sign_pdata_temp_p0 ,zero 
+0x229a 003652 compare 0xf ,timeup ,0xf 
+0x229b 003653 nrtn true 
+0x229c 003654 rshift16 temp ,timeup 
+0x229d 003655 rshift8 timeup ,timeup 
+0x229e 003656 nrtn zero 
+0x229f 003657 set1 28 ,temp 
+0x22a0 003658 rtn 
+:      003659 sign_pdata_temp_p0:
+0x22a1 003660 rshift16 temp ,timeup 
+0x22a2 003661 rshift8 timeup ,timeup 
+0x22a3 003662 compare 0xf ,timeup ,0xf 
+0x22a4 003663 nrtn true 
+0x22a5 003664 set1 28 ,pdata 
+0x22a6 003665 rtn 
+:      003667 context_check_inconn:
+0x22a7 003668 bbit0 state_inconn ,context_search_next 
+0x22a8 003669 force 0 ,null 
+0x22a9 003670 rtn 
+:      003672 context_check_a_wack:
+0x22aa 003673 bbit0 state_inconn ,context_search_next 
+0x22ab 003674 add rega ,coffset_mode ,contr 
+0x22ac 003675 ifetch 1 ,contr 
+0x22ad 003676 bbit1 mode_le ,context_search_next 
+0x22ae 003677 add rega ,coffset_arq ,contr 
+0x22af 003678 ifetch 1 ,contr 
+0x22b0 003679 bbit0 wack ,context_search_next 
+0x22b1 003680 force 0 ,null 
+0x22b2 003681 rtn 
+:      003683 context_get_anchor:
+0x22b3 003684 add rega ,coffset_mode ,contr 
+0x22b4 003685 ifetcht 1 ,contr 
+0x22b5 003686 deposit clkn_bt 
+0x22b6 003687 isolate1 mode_master ,temp 
+0x22b7 003688 add rega ,coffset_sniff_anchor ,contr 
+0x22b8 003689 ifetcht 4 ,contr 
+0x22b9 003690 rtn true 
+0x22ba 003691 add rega ,coffset_clk_offset ,contr 
+0x22bb 003692 ifetch 6 ,contr 
+0x22bc 003693 call calc_clke2 
+0x22bd 003694 deposit clke_bt 
+0x22be 003695 rtn 
+:      003697 context_next_anchor:
+0x22bf 003698 add rega ,coffset_tsniff ,contr 
+0x22c0 003699 add rega ,coffset_sniff_anchor ,contw 
+0x22c1 003700 ifetch 2 ,contr 
+0x22c2 003701 iadd temp ,timeup 
+0x22c3 003702 deposit timeup 
+0x22c4 003703 istore 4 ,contw 
+0x22c5 003704 branch le_context_nexthop 
+:      003707 context_search_window:
+0x22c6 003708 bbit0 state_insniff ,context_search_next 
+0x22c7 003709 call context_get_anchor 
+0x22c8 003710 iadd stop_watch ,pdata 
+0x22c9 003711 iadd stop_watch ,pdata 
+0x22ca 003712 iadd queue ,pdata 
+0x22cb 003713 isub temp ,null 
+0x22cc 003714 nbranch context_search_next ,positive 
+0x22cd 003715 force 0 ,null 
+0x22ce 003716 rtn 
+:      003718 context_traverse_clearkey:
+0x22cf 003719 bbit0 state_inconn ,context_search_next 
+0x22d0 003720 deposit temp 
+0x22d1 003721 isub rega ,null 
+0x22d2 003722 branch context_search_next ,null 
+0x22d3 003723 add rega ,coffset_mode ,contr 
+0x22d4 003724 ifetch 1 ,contr 
+0x22d5 003725 bbit1 mode_le ,context_search_next 
+0x22d6 003726 ifetch 1 ,rega 
+0x22d7 003727 set0 state_linkkey ,pdata 
+0x22d8 003728 istore 1 ,rega 
+0x22d9 003729 branch context_search_next 
+:      003732 master_conn_send_packet:
+0x22da 003733 bpatch patch05_7 ,mem_patch05 
+0x22db 003734 call rf_setup_time_master_slot 
+:      003735 master_send_packet:
+0x22dc 003736 add clkn_bt ,1 ,bt_clk 
+0x22dd 003737 call fetch_self_bt_adr 
+0x22de 003738 force 0x03 ,freq_mode 
+0x22df 003739 call tx_radio_freq 
+0x22e0 003740 call start_transmitter 
+0x22e1 003741 call start_tx_native 
+0x22e2 003742 call send_access_word 
+0x22e3 003743 branch transmit_packet 
+:      003745 master_conn_recv_packet:
+0x22e4 003746 bpatch patch06_0 ,mem_patch06 
+0x22e5 003747 call rf_setup_time_slave_slot 
+:      003748 master_recv_packet:
+0x22e6 003749 add clkn_bt ,1 ,bt_clk 
+0x22e7 003750 call fetch_self_bt_adr 
+0x22e8 003751 force 0x03 ,freq_mode 
+0x22e9 003752 call rx_radio_freq 
+0x22ea 003753 call init_rx_packet_flags 
+0x22eb 003754 call prep_crypt 
+0x22ec 003755 call start_rx_native 
+0x22ed 003756 call start_receiver 
+:      003757 master_rx_conn_finish_packet:
+0x22ee 003758 call wait_access_clkn_rt 
+0x22ef 003759 nrtn sync 
+0x22f0 003760 call save_rssi 
+0x22f1 003761 branch receive_packet 
+:      003765 master_newconn_once:
+0x22f2 003766 bpatch patch06_1 ,mem_patch06 
+0x22f3 003767 fetch 1 ,mem_fhs_am_addr 
+0x22f4 003768 iforce am_addr 
+0x22f5 003769 force type_poll ,type 
+0x22f6 003770 call master_conn_send_packet 
+0x22f7 003771 branch master_conn_recv_packet 
+:      003782 inquiry_scan_dispatch:
+0x22f8 003783 fetch 1 ,mem_scan_mode 
+0x22f9 003784 rtnbit0 inq_scan_mode 
+0x22fa 003785 force iscan_interval_timer ,queue 
+0x22fb 003786 call timer_check 
+0x22fc 003787 nrtn blank 
+0x22fd 003788 fetcht 2 ,mem_iscan_window 
+0x22fe 003789 force 4 ,queue 
+0x22ff 003790 call sniff_check_window 
+0x2300 003791 rtn user 
+0x2301 003792 call inquiry_scan_start 
+0x2302 003793 force iscan_interval_timer ,queue 
+0x2303 003794 fetch 2 ,mem_iscan_interval 
+0x2304 003795 nbranch timer_init ,sync 
+0x2305 003796 random pdata 
+0x2306 003797 iand mask3ff ,pdata 
+0x2307 003798 branch timer_init 
+:      003801 inquiry_scan_start:
+0x2308 003802 bpatch patch06_2 ,mem_patch06 
+0x2309 003803 jam 0 ,mem_fhs_am_addr 
+0x230a 003804 disable clknt 
+0x230b 003805 disable attempt 
+0x230c 003806 call afh_clear 
+0x230d 003807 and clkn_bt ,0x1fc ,bt_clk 
+0x230e 003808 force 0x01 ,freq_mode 
+0x230f 003809 call fetch_giac 
+0x2310 003810 call rx_radio_freq 
+0x2311 003811 setflip mark_inquiry_state ,mark 
+0x2312 003812 fetch 1 ,mem_inquiryscan_waitcnt 
+0x2313 003813 increase 1 ,pdata 
+0x2314 003814 store 1 ,mem_inquiryscan_waitcnt 
+0x2315 003815 call fetch_diac 
+0x2316 003816 call start_receiver 
+0x2317 003817 call wait_access_forever 
+0x2318 003818 nrtn sync 
+0x2319 003819 bpatch patch06_3 ,mem_patch06 
+0x231a 003820 force 0 ,stop_watch 
+0x231b 003821 call shutdown_radio 
+0x231c 003822 fetch 1 ,mem_inquiryscan_rcvcnt 
+0x231d 003823 increase 1 ,pdata 
+0x231e 003824 store 1 ,mem_inquiryscan_rcvcnt 
+0x231f 003825 call fetch_giac 
+0x2320 003826 call rf_setup_time_slave_slot 
+0x2321 003827 or_into 0x002 ,bt_clk 
+0x2322 003828 force 0x01 ,freq_mode 
+0x2323 003829 call tx_radio_freq 
+0x2324 003830 call fetch_diac 
+0x2325 003831 call start_transmitter 
+0x2326 003832 call start_tx_external 
+0x2327 003833 deposit clkn_bt 
+0x2328 003834 store 4 ,mem_clkn_bt 
+0x2329 003835 call send_access_word 
+0x232a 003836 force type_fhs ,type 
+0x232b 003837 force 0 ,am_addr 
+0x232c 003838 call scan_mode_whiten 
+0x232d 003839 call transmit_packet_whitened 
+0x232e 003840 call send_eir 
+0x232f 003841 and_into 0x1fd ,bt_clk 
+0x2330 003842 increase 1 ,n_tx_slot 
+0x2331 003843 rtn 
+:      003845 send_eir:
+0x2332 003846 bpatch patch06_4 ,mem_patch06 
+0x2333 003847 fetch 1 ,mem_eir_enable 
+0x2334 003848 rtn blank 
+0x2335 003849 arg mem_eir ,contw 
+0x2336 003850 fetch 1 ,mem_local_name_length 
+0x2337 003851 copy pdata ,loopcnt 
+0x2338 003852 increase 1 ,pdata 
+0x2339 003853 istore 1 ,contw 
+0x233a 003854 copy contw ,temp 
+0x233b 003855 increase 1 ,pdata 
+0x233c 003856 store 2 ,mem_tx_len 
+0x233d 003857 copy temp ,contw 
+0x233e 003858 setarg 0x09 
+0x233f 003859 istore 1 ,contw 
+0x2340 003860 arg mem_local_name ,contr 
+0x2341 003861 call memcpy 
+0x2342 003863 arg mem_all_uuid_128bits ,regc 
+0x2343 003864 arg 4 ,loopcnt 
+0x2344 003865 call get_all_uuid 
+0x2345 003866 arg mem_all_uuid_16bits ,regc 
+0x2346 003867 arg 1 ,loopcnt 
+0x2347 003868 call get_all_uuid 
+0x2348 003870 force type_dm3 ,type 
+0x2349 003871 jam 2 ,mem_tx_lch 
+0x234a 003872 setarg mem_eir 
+0x234b 003873 store 2 ,mem_txptr 
+0x234c 003874 call rf_setup_time_slave_slot 
+0x234d 003875 call tx_radio_freq 
+0x234e 003876 call start_transmitter 
+0x234f 003877 call start_tx_external 
+0x2350 003878 call send_access_word 
+0x2351 003879 call scan_mode_whiten 
+0x2352 003880 call transmit_packet_whitened 
+0x2353 003881 rtn 
+:      003884 get_all_uuid:
+0x2354 003885 copy contw ,temp 
+0x2355 003886 copy regc ,contr 
+0x2356 003887 ifetch 1 ,contr 
+0x2357 003888 rtn blank 
+:      003889 lshift_loop:
+0x2358 003890 lshift pdata ,pdata 
+0x2359 003891 loop lshift_loop 
+0x235a 003892 copy pdata ,rega 
+0x235b 003893 increase 2 ,pdata 
+0x235c 003894 copy pdata ,queue 
+0x235d 003895 fetch 2 ,mem_tx_len 
+0x235e 003896 iadd queue ,pdata 
+0x235f 003897 store 2 ,mem_tx_len 
+0x2360 003898 copy temp ,contw 
+0x2361 003899 copy rega ,pdata 
+0x2362 003900 increase 1 ,pdata 
+0x2363 003901 istore 1 ,contw 
+0x2364 003902 copy regc ,contr 
+0x2365 003903 ifetch 1 ,contr 
+0x2366 003904 ifetch 1 ,contr 
+0x2367 003905 istore 1 ,contw 
+0x2368 003906 copy rega ,loopcnt 
+0x2369 003907 branch memcpy 
+:      003913 page_scan_dispatch:
+0x236a 003914 fetch 1 ,mem_scan_mode 
+0x236b 003915 rtnbit0 page_scan_mode 
+0x236c 003916 force pscan_interval_timer ,queue 
+0x236d 003917 call timer_check 
+0x236e 003918 nrtn blank 
+0x236f 003919 fetcht 2 ,mem_pscan_window 
+0x2370 003920 force 40 ,queue 
+0x2371 003921 call sniff_check_window 
+0x2372 003922 rtn user 
+0x2373 003923 force 0 ,am_addr 
+0x2374 003924 jam param_pagerespto ,mem_fhs_wait_counter 
+0x2375 003925 set0 mark_fhs_already_good ,mark 
+0x2376 003926 call page_scan_start 
+0x2377 003927 force pscan_interval_timer ,queue 
+0x2378 003928 fetch 2 ,mem_pscan_interval 
+0x2379 003929 branch timer_init 
+:      003932 page_scan_start:
+0x237a 003933 bpatch patch06_5 ,mem_patch06 
+0x237b 003934 disable clknt 
+0x237c 003935 call afh_clear 
+0x237d 003936 fetch 1 ,mem_pagescan_waitcnt 
+0x237e 003937 increase 1 ,pdata 
+0x237f 003938 store 1 ,mem_pagescan_waitcnt 
+0x2380 003939 force 0 ,n_tx_slot 
+0x2381 003940 call fetch_self_bt_adr 
+0x2382 003941 add clkn_bt ,1 ,bt_clk 
+0x2383 003942 force 0x02 ,freq_mode 
+0x2384 003943 bpatch patch06_6 ,mem_patch06 
+0x2385 003944 call rx_radio_freq 
+0x2386 003945 call start_receiver 
+0x2387 003946 call wait_access_forever 
+0x2388 003947 nrtn sync 
+0x2389 003948 call shutdown_radio 
+0x238a 003949 fetch 1 ,mem_pagescan_rcvcnt 
+0x238b 003950 increase 1 ,pdata 
+0x238c 003951 store 1 ,mem_pagescan_rcvcnt 
+0x238d 003952 force 0 ,stop_watch 
+0x238e 003953 call rf_setup_time_slave_slot 
+0x238f 003954 or_into 0x002 ,bt_clk 
+0x2390 003955 force 0x01 ,freq_mode 
+0x2391 003956 call tx_radio_freq 
+0x2392 003957 call start_transmitter 
+0x2393 003958 call start_tx_external 
+0x2394 003959 call send_access_word 
+0x2395 003960 call end_of_packet 
+0x2396 003961 force 0 ,am_addr 
+0x2397 003962 arg param_rf_setup ,timeup 
+0x2398 003963 until clke_rt ,meet 
+0x2399 003964 or_into 0x03 ,clke_bt 
+0x239a 003965 and_into 0x1fd ,bt_clk 
+:      003966 page_scan_wait_fhs_restart:
+0x239b 003967 bpatch patch06_7 ,mem_patch06 
+0x239c 003968 increase 1 ,n_tx_slot 
+0x239d 003969 call rx_radio_freq 
+0x239e 003970 call start_receiver 
+0x239f 003971 call wait_access_mhalfbnd 
+0x23a0 003972 nbranch page_scan_wait_fhs_again ,sync 
+0x23a1 003973 call scan_mode_whiten 
+0x23a2 003974 call receive_packet_whitened 
+0x23a3 003975 bmark1 mark_fhs_already_good ,page_scan_reply_to_fhs 
+:      003976 page_scan_wait_fhs_again:
+0x23a4 003977 bpatch patch07_0 ,mem_patch07 
+0x23a5 003978 fetch 1 ,mem_fhs_wait_counter 
+0x23a6 003979 rtn blank 
+0x23a7 003980 increase -1 ,pdata 
+0x23a8 003981 store 1 ,mem_fhs_wait_counter 
+0x23a9 003982 call rf_setup_time_master_slot 
+0x23aa 003983 branch page_scan_wait_fhs_restart 
+:      003986 page_scan_reply_to_fhs:
+0x23ab 003987 bpatch patch07_1 ,mem_patch07 
+0x23ac 003988 set0 1 ,clke_bt 
+0x23ad 003989 set1 0 ,clke_bt 
+0x23ae 003990 fetch 1 ,mem_pagescan_rcvfhscnt 
+0x23af 003991 increase 1 ,pdata 
+0x23b0 003992 store 1 ,mem_pagescan_rcvfhscnt 
+0x23b1 003993 call rf_setup_time_slave_slot 
+0x23b2 003994 or_into 0x02 ,bt_clk 
+0x23b3 003995 call tx_radio_freq 
+0x23b4 003996 call start_transmitter 
+0x23b5 003997 call start_tx_external 
+0x23b6 003998 call send_access_word 
+0x23b7 003999 call end_of_packet 
+:      004000 slave_apply_clke_bt:
+0x23b8 004001 compare 0x03 ,clke_bt ,0x03 
+0x23b9 004002 branch slave_apply_clke_bt_now ,true 
+0x23ba 004003 until null ,mhalfbnd 
+0x23bb 004004 branch slave_apply_clke_bt 
+:      004005 slave_apply_clke_bt_now:
+0x23bc 004006 fetch 4 ,mem_clke_bt 
+0x23bd 004007 or_into 0x03 ,pdata 
+0x23be 004008 icopy clke_bt 
+:      004010 start_slave_connection:
+0x23bf 004011 bpatch patch07_2 ,mem_patch07 
+0x23c0 004012 fetch 6 ,extm_lap 
+0x23c1 004013 store 6 ,mem_plap 
+0x23c2 004014 call prepare_newconn 
+:      004015 slave_newconn_loop:
+0x23c3 004016 call slave_newconn_once 
+0x23c4 004017 branch sconn_successful ,match 
+0x23c5 004018 call new_conn_timeout 
+0x23c6 004019 nbranch slave_newconn_loop ,blank 
+0x23c7 004020 rtn 
+:      004023 sconn_successful:
+0x23c8 004024 bpatch patch07_3 ,mem_patch07 
+0x23c9 004025 call newconn_init 
+0x23ca 004026 call context_new 
+0x23cb 004027 nrtn zero 
+0x23cc 004028 jam 0 ,mem_mode 
+0x23cd 004029 call calc_clke_offset 
+0x23ce 004030 branch context_save 
+:      004035 slave_dispatch:
+0x23cf 004036 bpatch patch07_4 ,mem_patch07 
+0x23d0 004037 call calc_clke 
+0x23d1 004038 call role_switch_slave 
+0x23d2 004039 rtn user 
+:      004040 slave_loop:
+0x23d3 004041 bpatch patch07_5 ,mem_patch07 
+0x23d4 004042 call check_bt_disabled 
+0x23d5 004043 call scheduler_process 
+0x23d6 004044 call slave_conn_recv_packet 
+0x23d7 004045 nbranch slave_notmatch ,match 
+0x23d8 004046 call supervision_flush 
+0x23d9 004047 call scheduler_tx_l2cap_pkt 
+0x23da 004048 call prepare_tx 
+0x23db 004049 call slave_conn_send_packet 
+0x23dc 004050 call parse_l2cap 
+0x23dd 004051 call parse_lmp 
+0x23de 004052 fetch 1 ,mem_slave_rcvcnt 
+0x23df 004053 increase 1 ,pdata 
+0x23e0 004054 store 1 ,mem_slave_rcvcnt 
+0x23e1 004055 call calc_clke_offset 
+:      004056 slave_notmatch:
+0x23e2 004057 bpatch patch07_6 ,mem_patch07 
+0x23e3 004058 call lpm_set_mult 
+0x23e4 004059 call supervision_update 
+0x23e5 004060 branch slave_disconnect ,positive 
+0x23e6 004061 call check_disconnect_timeout 
+0x23e7 004062 nbranch slave_disconnect ,user 
+0x23e8 004063 call check_attempt 
+0x23e9 004064 nbranch slave_loop ,blank 
+0x23ea 004065 rtn 
+:      004067 slave_disconnect:
+0x23eb 004068 bpatch patch07_7 ,mem_patch07 
+0x23ec 004069 jam 0 ,mem_tester_emulate 
+0x23ed 004070 jam 0 ,mem_debug_config 
+0x23ee 004071 call quit_connection 
+0x23ef 004072 set0 mark_testmode ,mark 
+0x23f0 004073 call test_enable_white 
+0x23f1 004074 fetch 1 ,mem_state 
+0x23f2 004075 rtn 
+:      004078 role_switch_slave:
+0x23f3 004079 bpatch patch08_0 ,mem_patch08 
+0x23f4 004080 call role_switch_check 
+0x23f5 004081 nrtn user 
+0x23f6 004082 copy am_addr ,temp 
+0x23f7 004083 call get_free_amaddr 
+0x23f8 004084 store 1 ,mem_fhs_am_addr 
+0x23f9 004085 copy temp ,am_addr 
+0x23fa 004086 jam param_newconnto ,mem_newconnto_counter 
+:      004087 roles_sendfhs_loop:
+0x23fb 004088 bpatch patch08_1 ,mem_patch08 
+0x23fc 004089 call rf_setup_time_master_slot 
+0x23fd 004090 force type_fhs ,type 
+0x23fe 004091 call slave_send_access 
+0x23ff 004092 deposit clkn_bt 
+0x2400 004093 store 4 ,mem_clkn_bt 
+0x2401 004094 call transmit_packet 
+0x2402 004095 call rf_setup_time_slave_slot 
+0x2403 004096 enable user3 
+0x2404 004097 call slave_receive_access 
+0x2405 004098 branch roles_got_fhs_reply ,sync 
+0x2406 004099 call shutdown_radio 
+0x2407 004100 call new_conn_timeout 
+0x2408 004101 nbranch roles_sendfhs_loop ,blank 
+0x2409 004102 rtnmark0 mark_accept_switch 
+0x240a 004103 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x240b 004104 set1 mark_switch_initiated ,mark 
+0x240c 004105 rtn 
+:      004106 roles_got_fhs_reply:
+0x240d 004107 enable clknt 
+0x240e 004108 call prepare_newconn 
+0x240f 004109 call afh_clear 
+:      004110 roles_newconn_loop:
+0x2410 004111 bpatch patch08_2 ,mem_patch08 
+0x2411 004112 call master_newconn_once 
+0x2412 004113 branch roles_newconn_responded ,sync 
+0x2413 004114 call new_conn_timeout 
+0x2414 004115 nbranch roles_newconn_loop ,blank 
+0x2415 004116 disable clknt 
+0x2416 004117 deposit clke_bt 
+0x2417 004118 store 4 ,mem_next_btclk 
+0x2418 004119 rtn 
+:      004120 roles_newconn_responded:
+0x2419 004121 enable master 
+0x241a 004122 bmark0 mark_accept_switch ,roles_newconn_nolmp 
+0x241b 004123 set0 mark_accept_switch ,mark 
+0x241c 004124 jam lmp_accepted ,mem_lmo_opcode2 
+0x241d 004125 jam lmp_host_connection_req ,mem_lmi_opcode2 
+0x241e 004126 call tid_set_reply 
+:      004127 roles_newconn_nolmp:
+0x241f 004128 deposit am_addr 
+0x2420 004129 store 1 ,mem_amaddr 
+0x2421 004130 force 0 ,pdata 
+0x2422 004131 store 6 ,mem_clk_offset 
+0x2423 004132 fetch 1 ,mem_mode 
+0x2424 004133 set1 mode_master ,pdata 
+0x2425 004134 store 1 ,mem_mode 
+0x2426 004135 call supervision_flush 
+0x2427 004136 disable master 
+0x2428 004137 enable user 
+0x2429 004138 rtn 
+:      004142 init_rx_packet_flags:
+0x242a 004143 bpatch patch08_3 ,mem_patch08 
+0x242b 004144 disable match 
+0x242c 004145 set0 mark_loopback ,mark 
+0x242d 004146 set0 mark_am_addr_broadcast ,mark 
+0x242e 004147 set0 mark_longpacket ,mark 
+0x242f 004148 set0 mark_old_packet ,mark 
+0x2430 004149 fetch 1 ,mem_arq 
+0x2431 004150 set0 arqnx ,pdata 
+0x2432 004151 set1 flowx ,pdata 
+0x2433 004152 store 1 ,mem_arq 
+0x2434 004153 rtn 
+:      004155 prepare_newconn:
+0x2435 004156 bpatch patch08_4 ,mem_patch08 
+0x2436 004157 jam param_newconnto ,mem_newconnto_counter 
+0x2437 004158 jam param_newconn_arq ,mem_arq 
+0x2438 004159 fetch 2 ,mem_rx_window_init 
+0x2439 004160 store 2 ,mem_rx_window 
+0x243a 004161 deposit clkn_bt 
+0x243b 004162 store 4 ,mem_next_btclk 
+0x243c 004163 rtn clknt 
+0x243d 004164 deposit clke_bt 
+0x243e 004165 store 4 ,mem_next_btclk 
+0x243f 004166 rtn 
+:      004168 newconn_init:
+0x2440 004169 bpatch patch08_5 ,mem_patch08 
+0x2441 004170 call init_lmp_reinit 
+0x2442 004171 call new_conn_handle 
+0x2443 004172 store 1 ,mem_conn_handle 
+0x2444 004173 setarg 0 
+0x2445 004174 store 2 ,mem_l2cap_rxbuff1_len 
+0x2446 004175 setarg param_supervision_to 
+0x2447 004176 store 2 ,mem_supervision_to 
+0x2448 004177 fetch 1 ,mem_state 
+0x2449 004178 set1 state_inconn ,pdata 
+0x244a 004179 store 1 ,mem_state 
+0x244b 004180 jam 0 ,mem_op 
+0x244c 004181 jam 0 ,mem_state_map 
+0x244d 004182 jam 0 ,mem_lpm_current_mult 
+0x244e 004183 branch supervision_flush 
+:      004186 clear_linkkey:
+0x244f 004187 bpatch patch08_6 ,mem_patch08 
+0x2450 004188 force 0 ,pdata 
+0x2451 004189 store 8 ,mem_link_key 
+0x2452 004190 istore 8 ,contw 
+0x2453 004191 call clear_linkstate 
+0x2454 004192 branch context_traverse_linkkey 
+:      004194 new_conn_timeout:
+0x2455 004195 fetch 1 ,mem_newconnto_counter 
+0x2456 004196 increase -1 ,pdata 
+0x2457 004197 store 1 ,mem_newconnto_counter 
+0x2458 004198 rtn 
+:      004200 new_conn_handle:
+0x2459 004201 fetch 1 ,mem_handle_num 
+0x245a 004202 increase 1 ,pdata 
+0x245b 004203 store 1 ,mem_handle_num 
+0x245c 004204 rtn 
+:      004207 quit_connection:
+0x245d 004208 bpatch patch08_7 ,mem_patch08 
+0x245e 004209 fetch 1 ,mem_hci_cmd 
+0x245f 004210 beq hci_cmd_remote_name_req ,quit_connection_name 
+0x2460 004211 fetch 1 ,mem_lmp_to_send 
+0x2461 004212 bne lmp_name_req ,quit_connection_cont 
+:      004213 quit_connection_name:
+0x2462 004214 call cmd_check_plap 
+0x2463 004215 nbranch quit_connection_cont ,zero 
+0x2464 004216 call master_name_error 
+0x2465 004217 jam 0 ,mem_hci_cmd 
+:      004218 quit_connection_cont:
+0x2466 004219 bpatch patch09_0 ,mem_patch09 
+0x2467 004220 call app_disconn_reason_collect_bt 
+0x2468 004221 call sniff_exit 
+0x2469 004222 jam bt_evt_bb_disconnected ,mem_fifo_temp 
+0x246a 004223 call ui_ipc_send_event 
+0x246b 004224 call init_lmp_work 
+0x246c 004225 call l2cap_init_work 
+0x246d 004226 call sp_initialize 
+0x246e 004227 fetch 1 ,mem_state 
+0x246f 004228 set0 state_inconn 
+0x2470 004229 store 1 ,mem_state 
+0x2471 004230 jam 0 ,memui_reconnect_mode 
+0x2472 004232 fetch 1 ,mem_state_map 
+0x2473 004233 compare 0x0 ,pdata ,0xc0 
+0x2474 004234 branch quit_connection_not_clear_mark ,true 
+0x2475 004235 set0 mark_rxbuf_inuse ,mark 
+:      004236 quit_connection_not_clear_mark:
+0x2476 004237 fetch 1 ,mem_arq 
+0x2477 004238 bbit0 wack ,quit_connection_not_clear_tx 
+:      004239 quit_connection_not_clear_tx:
+0x2478 004240 fetch 1 ,mem_op 
+0x2479 004241 rtnbit0 op_txl2cap 
+0x247a 004242 set0 mark_tx_l2cap ,mark 
+0x247b 004243 rtn 
+:      004245 slave_newconn_once:
+0x247c 004246 bpatch patch09_1 ,mem_patch09 
+0x247d 004247 fetch 1 ,extm_newconn_am_addr 
+0x247e 004248 rtn blank 
+0x247f 004249 icopy am_addr 
+0x2480 004250 call slave_conn_recv_packet 
+0x2481 004251 nrtn match 
+0x2482 004252 force type_null ,type 
+0x2483 004253 call slave_conn_send_packet 
+0x2484 004254 deposit am_addr 
+0x2485 004255 store 1 ,mem_amaddr 
+0x2486 004256 force 0 ,pdata 
+0x2487 004257 store 1 ,extm_newconn_am_addr 
+0x2488 004258 rtn 
+:      004264 prepare_tx:
+0x2489 004265 bpatch patch09_2 ,mem_patch09 
+0x248a 004266 fetch 1 ,mem_state 
+0x248b 004267 bbit0 state_insco ,prepare_tx_not_sco 
+0x248c 004268 force type_hv3 ,type 
+0x248d 004269 bmark0 mark_esco ,prepare_tx_not_esco 
+0x248e 004270 call check_esco_amaddr 
+0x248f 004271 nbranch prepare_tx_not_sco ,true 
+0x2490 004272 branch prepare_tx_not_sco ,attempt 
+0x2491 004273 call set_wait_ack 
+0x2492 004274 setarg 2 
+0x2493 004275 store 2 ,mem_retransmission_cnt 
+0x2494 004276 rtn 
+:      004277 prepare_tx_not_esco:
+0x2495 004278 nrtn attempt 
+:      004279 prepare_tx_not_sco:
+0x2496 004280 bpatch patch09_3 ,mem_patch09 
+0x2497 004281 call context_check_all_wack 
+0x2498 004282 nbranch prepare_tx_no_retransmit ,zero 
+0x2499 004283 fetch 1 ,mem_arq 
+0x249a 004284 bbit0 wack ,prepare_tx_pollnull 
+:      004285 prepare_tx_retransmit:
+0x249b 004286 bmark1 mark_loopback ,prepare_tx_loopback 
+0x249c 004287 fetch 1 ,mem_debug_config 
+0x249d 004288 bbit1 debug_tx_pattern ,prepare_tx_txpat 
+0x249e 004289 fetch 2 ,mem_retransmission_cnt 
+0x249f 004290 increase -1 ,pdata 
+0x24a0 004291 store 2 ,mem_retransmission_cnt 
+0x24a1 004292 branch prepare_tx_nomore_retransmit ,blank 
+0x24a2 004293 fetch 1 ,mem_last_type 
+0x24a3 004294 iforce type 
+0x24a4 004295 rtn 
+:      004297 prepare_tx_nomore_retransmit:
+0x24a5 004298 bpatch patch09_4 ,mem_patch09 
+0x24a6 004299 call clear_got_tx 
+:      004300 prepare_tx_no_retransmit:
+0x24a7 004301 call check_esco_amaddr 
+0x24a8 004302 branch prepare_tx_pollnull ,true 
+0x24a9 004303 call send_lmp 
+0x24aa 004304 branch prepare_tx_sendlmp ,user 
+0x24ab 004305 fetch 1 ,mem_op 
+0x24ac 004306 bbit1 op_txl2cap ,prepare_tx_sendl2cap 
+0x24ad 004307 bmark1 mark_loopback ,prepare_tx_loopback 
+0x24ae 004308 fetch 1 ,mem_debug_config 
+0x24af 004309 bbit1 debug_tx_pattern ,prepare_tx_txpat 
+:      004310 prepare_tx_pollnull:
+0x24b0 004311 force type_poll ,type 
+0x24b1 004312 rtn master 
+0x24b2 004313 force type_null ,type 
+0x24b3 004314 rtn 
+:      004315 prepare_tx_loopback:
+0x24b4 004316 bpatch patch09_5 ,mem_patch09 
+0x24b5 004317 fetch 1 ,mem_rx_type 
+0x24b6 004318 iforce type 
+0x24b7 004319 rtnne 1 
+0x24b8 004320 force type_null ,type 
+0x24b9 004321 rtn 
+:      004322 prepare_tx_txpat:
+0x24ba 004323 fetch 1 ,test_mode_packet_type 
+0x24bb 004324 and pdata ,0xf ,type 
+0x24bc 004325 set1 mark_loopback ,mark 
+0x24bd 004326 rtn 
+:      004327 prepare_tx_sendlmp:
+0x24be 004328 force type_lmp ,type 
+0x24bf 004329 branch set_wait_ack 
+:      004330 prepare_tx_sendl2cap:
+0x24c0 004331 call tx_l2cap_type 
+:      004333 set_wait_ack:
+0x24c1 004334 bpatch patch09_6 ,mem_patch09 
+0x24c2 004335 fetcht 1 ,mem_arq 
+0x24c3 004336 set1 wack ,temp 
+0x24c4 004337 storet 1 ,mem_arq 
+0x24c5 004338 deposit type 
+0x24c6 004339 store 1 ,mem_last_type 
+0x24c7 004340 setarg 0xffff 
+0x24c8 004341 store 2 ,mem_retransmission_cnt 
+0x24c9 004342 rtn 
+:      004344 tx_l2cap_type:
+0x24ca 004345 bpatch patch09_7 ,mem_patch09 
+0x24cb 004346 fetch 1 ,mem_state_map 
+0x24cc 004347 isolate1 smap_edr ,pdata 
+0x24cd 004348 fetch 2 ,mem_tx_len 
+0x24ce 004349 branch tx_l2cap_type_edr ,true 
+0x24cf 004350 force type_dm1 ,type 
+0x24d0 004351 sub pdata ,17 ,null 
+0x24d1 004352 rtn positive 
+0x24d2 004353 force type_dh1 ,type 
+0x24d3 004354 sub pdata ,27 ,null 
+0x24d4 004355 rtn positive 
+0x24d5 004356 force type_dm3 ,type 
+0x24d6 004357 sub pdata ,121 ,null 
+0x24d7 004358 rtn positive 
+0x24d8 004359 force type_dh3 ,type 
+0x24d9 004360 sub pdata ,183 ,null 
+0x24da 004361 rtn positive 
+0x24db 004362 force type_dm5 ,type 
+0x24dc 004363 sub pdata ,224 ,null 
+0x24dd 004364 rtn positive 
+0x24de 004365 force type_dh5 ,type 
+0x24df 004366 rtn 
+:      004367 tx_l2cap_type_edr:
+0x24e0 004368 force type_dm1 ,type 
+0x24e1 004369 sub pdata ,17 ,null 
+0x24e2 004370 rtn positive 
+0x24e3 004371 force type_dh1 ,type 
+0x24e4 004372 sub pdata ,54 ,null 
+0x24e5 004373 rtn positive 
+0x24e6 004374 force type_dm3 ,type 
+0x24e7 004375 arg 367 ,temp 
+0x24e8 004376 isub temp ,null 
+0x24e9 004377 nrtn positive 
+0x24ea 004378 force type_dm5 ,type 
+0x24eb 004379 arg 679 ,temp 
+0x24ec 004380 isub temp ,null 
+0x24ed 004381 nrtn positive 
+0x24ee 004382 force type_dh5 ,type 
+0x24ef 004383 rtn 
+:      004392 slave_receive_master_slot:
+0x24f0 004393 fetch 1 ,mem_state 
+0x24f1 004394 bbit0 state_insniff ,slave_receive_notsniff 
+0x24f2 004395 fetch 2 ,mem_tsniff 
+0x24f3 004396 branch slave_receive_notsniff ,blank 
+0x24f4 004397 nbranch slave_receive_sniff ,attempt 
+:      004398 slave_receive_notsniff:
+0x24f5 004399 call rf_setup_time_master_slot 
+:      004400 slave_receive_access:
+0x24f6 004401 add clke_bt ,1 ,bt_clk 
+:      004402 slave_receive_sniff:
+0x24f7 004403 enable swfine 
+0x24f8 004404 fetch 2 ,mem_rx_window 
+0x24f9 004405 rshift pdata ,pdata 
+0x24fa 004406 arg param_pll_setup ,temp 
+0x24fb 004407 iadd temp ,pdata 
+0x24fc 004408 call ahead_window 
+0x24fd 004409 call fetch_extm_bt_adr 
+0x24fe 004410 force 0x03 ,freq_mode 
+0x24ff 004411 call rx_radio_freq 
+0x2500 004412 call init_rx_packet_flags 
+0x2501 004413 call prep_crypt 
+0x2502 004414 bpatch patch0a_0 ,mem_patch0a 
+0x2503 004415 fetch 2 ,mem_rx_window 
+0x2504 004416 rshift pdata ,pdata 
+0x2505 004417 call ahead_window 
+0x2506 004418 call start_receiver 
+0x2507 004419 enable decode_fec0 
+0x2508 004420 fetch 2 ,mem_rx_window 
+0x2509 004421 arg param_clke_cal ,temp 
+0x250a 004422 iadd temp ,stop_watch 
+0x250b 004423 correlate null ,timeout 
+0x250c 004424 copy clke ,temp 
+0x250d 004425 storet 6 ,mem_sync_clke 
+0x250e 004426 disable decode_fec0 
+0x250f 004427 nrtn sync 
+0x2510 004428 arg param_clke_cal ,clke_rt 
+0x2511 004429 copy bt_clk ,clke_bt 
+0x2512 004430 branch lpm_adjust_clk ,wake 
+0x2513 004431 rtn 
+:      004434 slave_conn_recv_packet:
+0x2514 004435 bpatch patch0a_1 ,mem_patch0a 
+0x2515 004436 call slave_receive_master_slot 
+0x2516 004437 nbranch shutdown_radio ,sync 
+0x2517 004438 call save_rssi 
+0x2518 004439 bmark0 mark_testmode ,receive_packet 
+0x2519 004440 fetch 2 ,mem_tst_pktcnt_sync 
+0x251a 004441 increase 1 ,pdata 
+0x251b 004442 store 2 ,mem_tst_pktcnt_sync 
+:      004443 receive_packet:
+0x251c 004444 rshift bt_clk ,temp 
+0x251d 004445 or temp ,0x40 ,white_init 
+:      004446 receive_packet_whitened:
+0x251e 004447 bpatch patch0a_2 ,mem_patch0a 
+0x251f 004448 enable enable_white 
+0x2520 004449 enable enable_hec 
+0x2521 004450 enable decode_fec1 
+0x2522 004451 parse demod ,bucket ,3 
+0x2523 004452 rshift8 pwindow ,pdata 
+0x2524 004453 store 1 ,mem_temp_am_addr 
+0x2525 004454 parse demod ,bucket ,4 
+0x2526 004455 inject bucket ,7 
+0x2527 004456 copy pwindow ,pdata 
+0x2528 004457 store 1 ,mem_rx_type 
+0x2529 004458 parse demod ,bucket ,3 
+0x252a 004459 rshift8 pwindow ,pdata 
+0x252b 004460 store 1 ,mem_temp_arq 
+0x252c 004461 fetch 1 ,mem_rx_type 
+0x252d 004462 sub pdata ,3 ,null 
+0x252e 004463 branch receive_packet_noedr ,positive 
+0x252f 004464 beq 7 ,receive_packet_noedr 
+0x2530 004465 fetch 1 ,mem_state_map 
+0x2531 004466 isolate1 smap_edr ,pdata 
+0x2532 004467 setflag true ,psk ,radio_ctrl 
+:      004468 receive_packet_noedr:
+0x2533 004469 bpatch patch0a_3 ,mem_patch0a 
+0x2534 004470 parse demod ,bucket ,8 
+0x2535 004471 disable decode_fec1 
+0x2536 004472 disable enable_hec 
+0x2537 004473 branch error_header ,crc_failed 
+0x2538 004474 bmark0 mark_testmode ,receive_packet_amchk 
+0x2539 004475 fetch 2 ,mem_tst_pktcnt_hec 
+0x253a 004476 increase 1 ,pdata 
+0x253b 004477 store 2 ,mem_tst_pktcnt_hec 
+:      004478 receive_packet_amchk:
+0x253c 004479 bpatch patch0a_4 ,mem_patch0a 
+0x253d 004480 fetch 1 ,mem_temp_am_addr 
+0x253e 004481 compare 0 ,pdata ,0x07 
+0x253f 004482 setflag true ,mark_am_addr_broadcast ,mark 
+0x2540 004483 branch am_addr_ok ,true 
+0x2541 004484 icompare 0x07 ,am_addr 
+0x2542 004485 branch am_addr_match ,true 
+0x2543 004486 bmark0 mark_esco ,end_of_packet 
+0x2544 004487 fetcht 1 ,mem_saved_amaddr 
+0x2545 004488 icompare 0x7 ,temp 
+0x2546 004489 nbranch end_of_packet ,true 
+0x2547 004490 fetch 1 ,mem_arq 
+0x2548 004491 set0 arqnx ,pdata 
+0x2549 004492 set1 flowx ,pdata 
+0x254a 004493 store 1 ,mem_arq 
+:      004494 am_addr_match:
+0x254b 004495 enable match 
+:      004496 am_addr_ok:
+0x254c 004497 bpatch patch0a_5 ,mem_patch0a 
+0x254d 004498 fetch 1 ,mem_rx_type 
+0x254e 004499 icopy type 
+0x254f 004500 bmark1 mark_am_addr_broadcast ,arqn_bypass 
+0x2550 004501 fetcht 1 ,mem_temp_arq 
+0x2551 004502 fetch 1 ,mem_arq 
+0x2552 004503 set0 flow ,pdata 
+0x2553 004504 isolate1 flow ,temp 
+0x2554 004505 setflag true ,flow ,pdata 
+0x2555 004506 isolate1 arqn ,temp 
+0x2556 004507 setflag true ,arqn ,pdata 
+0x2557 004508 store 1 ,mem_arq 
+0x2558 004509 isolate0 arqn ,temp 
+0x2559 004510 branch arqn_bypass ,true 
+0x255a 004511 call clear_got_tx 
+:      004512 arqn_bypass:
+0x255b 004513 bpatch patch0a_6 ,mem_patch0a 
+0x255c 004514 arg 0 ,temp 
+0x255d 004515 call reserve_slot 
+0x255e 004516 and type ,0xf ,pdata 
+0x255f 004517 beq type_poll ,process_poll 
+0x2560 004518 beq type_null ,end_of_packet 
+0x2561 004519 beq type_fhs ,process_fhs 
+0x2562 004520 fetcht 1 ,mem_temp_arq 
+0x2563 004521 fetch 1 ,mem_arq 
+0x2564 004522 icompare 0x04 ,temp 
+0x2565 004523 nbranch rx_type_dispatch ,true 
+0x2566 004524 bmark0 mark_am_addr_broadcast ,failed_seqn 
+0x2567 004525 bbit0 bcast1 ,rx_type_dispatch 
+:      004526 failed_seqn:
+0x2568 004527 set1 mark_old_packet ,mark 
+:      004528 rx_type_dispatch:
+0x2569 004529 bpatch patch0a_7 ,mem_patch0a 
+0x256a 004530 deposit type 
+0x256b 004531 beq type_dm1 ,process_dm1 
+0x256c 004532 beq type_dh1 ,process_dh1 
+0x256d 004533 beq type_hv3 ,process_hev 
+0x256e 004534 beq type_3dh1 ,process_3dh1 
+0x256f 004535 arg 4 ,temp 
+0x2570 004536 call reserve_slot 
+0x2571 004537 beq type_dm3 ,process_dm3 
+0x2572 004538 beq type_dh3 ,process_dh3 
+0x2573 004539 arg 8 ,temp 
+0x2574 004540 call reserve_slot 
+0x2575 004541 beq type_dm5 ,process_dm5 
+0x2576 004542 beq type_dh5 ,process_dh5 
+0x2577 004543 rtn 
+:      004546 process_hev:
+0x2578 004547 bpatch patch0b_0 ,mem_patch0b 
+0x2579 004548 enable decode_fec0 
+0x257a 004549 enable enable_crc 
+0x257b 004550 enable encrypt 
+0x257c 004551 arg mem_sco_ibuf ,contw 
+0x257d 004552 force 30 ,loopcnt 
+:      004553 process_hev_loop:
+0x257e 004554 parse demod ,bucket ,8 
+0x257f 004555 rshift3 pwindow ,pdata 
+0x2580 004556 istore 1 ,contw 
+0x2581 004557 loop process_hev_loop 
+0x2582 004558 bmark0 mark_esco ,end_of_packet 
+0x2583 004559 parse demod ,bucket ,16 
+0x2584 004560 nsetflag crc_failed ,mark_esco_rxok ,mark 
+0x2585 004561 branch error_payload ,crc_failed 
+0x2586 004562 branch ack_payload 
+:      004565 process_poll:
+0x2587 004566 branch end_of_packet 
+:      004568 process_dm3:
+:      004569 process_dm5:
+0x2588 004570 set1 mark_longpacket ,mark 
+:      004571 process_dm1:
+0x2589 004572 enable decode_fec2 
+0x258a 004573 branch process_dmh 
+:      004575 process_dh3:
+:      004576 process_dh5:
+0x258b 004577 set1 mark_longpacket ,mark 
+:      004578 process_3dh1:
+0x258c 004579 set1 psk3m ,radio_ctrl 
+:      004580 process_dh1:
+0x258d 004581 enable decode_fec0 
+:      004582 process_dmh:
+0x258e 004583 bpatch patch0b_1 ,mem_patch0b 
+0x258f 004584 bmark1 mark_rxbuf_inuse ,end_of_packet 
+0x2590 004585 isolate0 psk ,radio_ctrl 
+0x2591 004586 branch process_dmh_noedr ,true 
+0x2592 004587 disable enable_white 
+0x2593 004588 enable decode_fec0 
+0x2594 004589 disable decode_fec2 
+0x2595 004590 add clkn_bt ,2 ,timeup 
+0x2596 004591 correlate clkn_bt ,meet 
+0x2597 004592 nbranch error_payload ,sync 
+0x2598 004593 set1 mark_longpacket ,mark 
+0x2599 004594 enable enable_white 
+:      004595 process_dmh_noedr:
+0x259a 004596 bpatch patch0b_2 ,mem_patch0b 
+0x259b 004597 enable encrypt 
+0x259c 004598 enable enable_crc 
+0x259d 004599 parse demod ,bucket ,3 
+0x259e 004600 rshift8 pwindow ,pdata 
+0x259f 004601 store 1 ,mem_lch_code 
+0x25a0 004602 parse demod ,bucket ,5 
+0x25a1 004603 bmark1 mark_longpacket ,process_dmh_long 
+0x25a2 004604 rshift3 pwindow ,loopcnt 
+0x25a3 004605 rshift3 loopcnt ,loopcnt 
+0x25a4 004606 branch process_dmh_common 
+:      004607 process_dmh_long:
+0x25a5 004608 parse demod ,bucket ,5 
+0x25a6 004609 rshift pwindow ,loopcnt 
+0x25a7 004610 parse demod ,bucket ,3 
+:      004611 process_dmh_common:
+0x25a8 004612 bpatch patch0b_3 ,mem_patch0b 
+0x25a9 004613 deposit loopcnt 
+0x25aa 004614 store 2 ,mem_len 
+0x25ab 004615 branch process_dmh_data_end ,blank 
+0x25ac 004616 isub mask3ff ,null 
+0x25ad 004617 branch error_payload ,positive 
+0x25ae 004618 bpatch patch0b_4 ,mem_patch0b 
+0x25af 004619 set0 mark_fhs_eir ,mark 
+0x25b0 004620 fetch 1 ,mem_lch_code 
+0x25b1 004621 and_into 0x03 ,pdata 
+0x25b2 004622 arg mem_rxbuf ,contw 
+0x25b3 004623 beq llid_lmp ,process_lmp 
+0x25b4 004624 bmark1 mark_testmode ,process_dmh_data 
+0x25b5 004626 fetch 1 ,mem_lch_code 
+0x25b6 004627 and_into 0x03 ,pdata 
+0x25b7 004628 beq llid_l2cap_start ,process_dmh_data_l2cap_start_pkt 
+0x25b8 004629 beq llid_l2cap_cont ,process_dmh_data_l2cap_continue_pkt 
+0x25b9 004630 branch error_payload 
+:      004632 process_lmp:
+0x25ba 004633 fetch 2 ,mem_len 
+0x25bb 004634 sub pdata ,0x70 ,null 
+0x25bc 004635 nbranch error_payload ,positive 
+0x25bd 004636 bmark1 mark_old_packet ,ack_payload 
+0x25be 004637 branch process_dmh_data 
+:      004640 process_dmh_data_l2cap_start_pkt:
+0x25bf 004641 bpatch patch0b_5 ,mem_patch0b 
+0x25c0 004642 bmark1 mark_old_packet ,ack_payload 
+0x25c1 004643 fetch 2 ,mem_len 
+0x25c2 004644 arg 0x2e0 ,temp 
+0x25c3 004645 isub temp ,null 
+0x25c4 004646 branch error_payload ,positive 
+0x25c5 004647 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x25c6 004648 bbit0 l2cap_inuse_buff1 ,process_dmh_data_into_buff1 
+0x25c7 004649 bbit0 l2cap_inuse_buff2 ,process_dmh_data_into_buff2 
+0x25c8 004650 branch end_of_packet 
+:      004651 process_dmh_data_into_buff1:
+0x25c9 004652 jam 1 ,mem_l2cap_rxbuff_new 
+0x25ca 004653 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x25cb 004654 bne 0 ,end_of_packet 
+0x25cc 004655 arg mem_l2cap_rxbuff1 ,contw 
+0x25cd 004656 branch process_dmh_data 
+:      004657 process_dmh_data_into_buff2:
+0x25ce 004658 jam 2 ,mem_l2cap_rxbuff_new 
+0x25cf 004659 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x25d0 004660 bne 0 ,end_of_packet 
+0x25d1 004661 arg mem_l2cap_rxbuff2 ,contw 
+0x25d2 004662 branch process_dmh_data 
+:      004664 process_dmh_data_l2cap_continue_pkt:
+0x25d3 004665 bpatch patch0b_6 ,mem_patch0b 
+0x25d4 004666 bmark1 mark_old_packet ,ack_payload 
+0x25d5 004667 fetch 2 ,mem_len 
+0x25d6 004668 arg 0x2e0 ,temp 
+0x25d7 004669 isub temp ,null 
+0x25d8 004670 branch error_payload ,positive 
+0x25d9 004671 fetch 1 ,mem_l2cap_rxbuff_new 
+0x25da 004672 beq 1 ,process_dmh_data_l2cap_continue_pkt1 
+0x25db 004673 beq 2 ,process_dmh_data_l2cap_continue_pkt2 
+0x25dc 004674 branch end_of_packet 
+:      004675 process_dmh_data_l2cap_continue_pkt1:
+0x25dd 004676 arg mem_l2cap_rxbuff1 ,contw 
+0x25de 004677 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x25df 004678 iadd contw ,contw 
+0x25e0 004679 branch process_dmh_data 
+:      004680 process_dmh_data_l2cap_continue_pkt2:
+0x25e1 004681 arg mem_l2cap_rxbuff2 ,contw 
+0x25e2 004682 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x25e3 004683 iadd contw ,contw 
+:      004684 process_dmh_data:
+0x25e4 004685 parse demod ,bucket ,8 
+0x25e5 004686 rshift3 pwindow ,pdata 
+0x25e6 004687 istore 1 ,contw 
+0x25e7 004688 loop process_dmh_data 
+:      004689 process_dmh_data_end:
+0x25e8 004690 bpatch patch0b_7 ,mem_patch0b 
+0x25e9 004691 parse demod ,bucket ,16 
+0x25ea 004692 branch error_payload_crc ,crc_failed 
+0x25eb 004693 fetch 1 ,mem_l2cap_flow_ctrl_flag 
+0x25ec 004694 beq l2cap_flow_ctrl_enable ,end_of_packet 
+0x25ed 004695 bmark1 mark_testmode ,process_dmh_cont 
+0x25ee 004696 bmark1 mark_old_packet ,redundant_payload 
+0x25ef 004697 fetch 1 ,mem_lch_code 
+0x25f0 004698 compare 3 ,pdata ,3 
+0x25f1 004699 branch process_dmh_cont ,true 
+0x25f2 004700 fetch 2 ,mem_len 
+0x25f3 004701 branch process_dmh_cont ,blank 
+0x25f4 004702 bpatch patch0c_0 ,mem_patch0c 
+0x25f5 004703 fetch 1 ,mem_l2cap_rxbuff_new 
+0x25f6 004704 beq 1 ,process_l2cap_pass_crc_buff1 
+0x25f7 004705 beq 2 ,process_l2cap_pass_crc_buff2 
+0x25f8 004706 branch assert 
+:      004707 process_l2cap_pass_crc_buff1:
+0x25f9 004708 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x25fa 004709 fetcht 2 ,mem_len 
+0x25fb 004710 iadd temp ,pdata 
+0x25fc 004711 store 2 ,mem_l2cap_rxbuff1_len 
+0x25fd 004712 beq 0 ,assert 
+0x25fe 004713 fetcht 2 ,mem_l2cap_rxbuff1 
+0x25ff 004714 increase 4 ,temp 
+0x2600 004715 isub temp ,null 
+0x2601 004716 call l2cap_buff1_inuse ,zero 
+0x2602 004717 branch process_dmh_cont 
+:      004718 process_l2cap_pass_crc_buff2:
+0x2603 004719 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x2604 004720 fetcht 2 ,mem_len 
+0x2605 004721 iadd temp ,pdata 
+0x2606 004722 store 2 ,mem_l2cap_rxbuff2_len 
+0x2607 004723 beq 0 ,assert 
+0x2608 004724 fetcht 2 ,mem_l2cap_rxbuff2 
+0x2609 004725 add temp ,4 ,temp 
+0x260a 004726 isub temp ,null 
+0x260b 004727 call l2cap_buff2_inuse ,zero 
+0x260c 004728 branch process_dmh_cont 
+:      004729 process_dmh_cont:
+0x260d 004730 bpatch patch0c_1 ,mem_patch0c 
+0x260e 004731 fetcht 1 ,mem_state_map 
+0x260f 004732 fetch 1 ,mem_lch_code 
+0x2610 004733 compare 3 ,pdata ,0x03 
+0x2611 004734 setflag true ,smap_rxlmp ,temp 
+0x2612 004735 nsetflag true ,smap_rxl2cap ,temp 
+0x2613 004736 storet 1 ,mem_state_map 
+0x2614 004737 nbranch process_dmh_cont_rxbuf_not_use ,true 
+0x2615 004738 set1 mark_rxbuf_inuse ,mark 
+:      004739 process_dmh_cont_rxbuf_not_use:
+0x2616 004740 bmark0 mark_testmode ,ack_payload 
+0x2617 004741 isolate1 smap_rxlmp ,temp 
+0x2618 004742 branch ack_payload ,true 
+0x2619 004743 fetch 2 ,mem_tst_pktcnt_crc 
+0x261a 004744 increase 1 ,pdata 
+0x261b 004745 store 2 ,mem_tst_pktcnt_crc 
+0x261c 004746 set1 mark_loopback ,mark 
+0x261d 004747 set0 smap_rxl2cap ,temp 
+0x261e 004748 set0 mark_rxbuf_inuse ,mark 
+0x261f 004749 storet 1 ,mem_state_map 
+:      004750 ack_payload:
+0x2620 004751 bpatch patch0c_2 ,mem_patch0c 
+0x2621 004752 fetcht 1 ,mem_temp_arq 
+0x2622 004753 fetch 1 ,mem_arq 
+0x2623 004754 set1 arqnx ,pdata 
+0x2624 004755 isolate1 seqn ,temp 
+0x2625 004756 setflag true ,seqn ,pdata 
+0x2626 004757 isolate1 mark_am_addr_broadcast ,mark 
+0x2627 004758 setflag true ,bcast1 ,pdata 
+0x2628 004759 store 1 ,mem_arq 
+0x2629 004760 fetch 2 ,mem_len 
+0x262a 004761 nbranch end_of_packet ,blank 
+0x262b 004762 fetch 1 ,mem_state_map 
+0x262c 004763 set0 smap_rxl2cap ,pdata 
+0x262d 004764 store 1 ,mem_state_map 
+0x262e 004765 fetch 1 ,mem_lch_code 
+0x262f 004766 compare 0x01 ,pdata ,0x07 
+0x2630 004768 branch end_of_packet 
+:      004770 error_header:
+0x2631 004771 bpatch patch0c_3 ,mem_patch0c 
+0x2632 004772 disable match 
+0x2633 004773 fetch 2 ,mem_rx_hec_err 
+0x2634 004774 increase 1 ,pdata 
+0x2635 004775 store 2 ,mem_rx_hec_err 
+0x2636 004776 branch end_of_packet 
+:      004777 error_payload_crc:
+0x2637 004778 fetch 2 ,mem_rx_crc_err 
+0x2638 004779 increase 1 ,pdata 
+0x2639 004780 store 2 ,mem_rx_crc_err 
+0x263a 004781 call discard_pkt 
+0x263b 004782 bmark0 mark_testmode ,error_payload 
+0x263c 004783 set1 mark_loopback ,mark 
+:      004784 error_payload:
+0x263d 004785 branch end_of_packet 
+:      004787 discard_pkt:
+0x263e 004788 bpatch patch0c_4 ,mem_patch0c 
+0x263f 004789 fetch 1 ,mem_lch_code 
+0x2640 004790 compare 3 ,pdata ,0x03 
+0x2641 004791 nbranch discard_pkt_l2cap ,true 
+:      004792 discard_pkt_lmp:
+0x2642 004793 fetcht 1 ,mem_state_map 
+0x2643 004794 set0 smap_rxlmp ,temp 
+0x2644 004795 storet 1 ,mem_state_map 
+0x2645 004796 rtn 
+:      004797 discard_pkt_l2cap:
+0x2646 004800 fetcht 1 ,mem_state_map 
+0x2647 004801 set0 smap_rxl2cap ,temp 
+0x2648 004802 storet 1 ,mem_state_map 
+0x2649 004803 branch h4_send_acl_trigger_clear 
+:      004805 redundant_payload:
+0x264a 004806 fetch 1 ,mem_arq 
+0x264b 004807 set1 arqnx ,pdata 
+0x264c 004808 store 1 ,mem_arq 
+:      004809 end_of_packet:
+0x264d 004810 bpatch patch0c_5 ,mem_patch0c 
+0x264e 004811 disable encode_fec0 
+0x264f 004812 disable encode_fec2 
+0x2650 004813 disable decode_fec0 
+0x2651 004814 disable decode_fec2 
+0x2652 004815 disable enable_crc 
+0x2653 004816 disable encrypt 
+0x2654 004817 disable enable_white 
+0x2655 004818 branch shutdown_radio ,is_rx 
+0x2656 004819 until null ,tx_clear 
+0x2657 004820 nop 100 
+0x2658 004821 branch shutdown_radio 
+:      004823 process_fhs:
+0x2659 004824 bpatch patch0c_6 ,mem_patch0c 
+0x265a 004825 enable enable_crc 
+0x265b 004826 enable decode_fec2 
+0x265c 004827 parse demod ,bucket ,72 
+0x265d 004828 isolate1 58 ,pdata 
+0x265e 004829 setflag true ,mark_fhs_eir ,mark 
+0x265f 004830 copy bt_adr ,temp 
+0x2660 004831 ialigned bt_adr 
+0x2661 004832 ialigned fhs0 
+0x2662 004833 pulse recalc 
+0x2663 004834 setsect 2 ,0xfffff 
+0x2664 004835 setsect 3 ,0x0ffff 
+0x2665 004836 nop 32 
+0x2666 004837 iverify fhs_parity 
+0x2667 004838 deposit lap 
+0x2668 004839 store 3 ,extm_lap 
+0x2669 004840 deposit uap 
+0x266a 004841 store 1 ,extm_uap 
+0x266b 004842 copy temp ,bt_adr 
+0x266c 004843 branch fhs_parity_ok ,true 
+0x266d 004844 branch error_payload 
+:      004845 fhs_parity_ok:
+0x266e 004846 bpatch patch0c_7 ,mem_patch0c 
+0x266f 004847 parse demod ,bucket ,72 
+0x2670 004848 ialigned fhs1 
+0x2671 004849 ialigned am_addr 
+0x2672 004850 ialigned nap 
+0x2673 004851 ialigned regb 
+0x2674 004852 force 0 ,pdata 
+0x2675 004853 parse demod ,bucket ,16 
+0x2676 004854 branch error_payload ,crc_failed 
+0x2677 004855 setarg 0x0ffffffc 
+0x2678 004856 iand regb ,pdata 
+0x2679 004857 store 4 ,mem_clke_bt 
+0x267a 004858 deposit fhs_class 
+0x267b 004859 store 3 ,extm_class 
+0x267c 004860 deposit fhs_misc 
+0x267d 004861 store 1 ,extm_fhs_misc 
+0x267e 004862 deposit am_addr 
+0x267f 004863 store 1 ,extm_newconn_am_addr 
+0x2680 004864 deposit nap 
+0x2681 004865 store 2 ,extm_nap 
+0x2682 004866 deposit bt_clk 
+0x2683 004867 inject rxf ,32 
+0x2684 004868 compare type_fhs ,type ,0x0f 
+0x2685 004869 setflag true ,mark_fhs_already_good ,mark 
+0x2686 004870 branch end_of_packet 
+:      004872 clear_got_tx:
+0x2687 004873 bpatch patch0d_0 ,mem_patch0d 
+0x2688 004874 fetch 1 ,mem_arq 
+0x2689 004875 rtnbit0 wack 
+0x268a 004876 set0 wack ,pdata 
+0x268b 004877 setflip seqnx ,pdata 
+0x268c 004878 store 1 ,mem_arq 
+0x268d 004879 fetch 1 ,mem_last_type 
+0x268e 004880 beq type_lmp ,clear_got_txlmp 
+0x268f 004881 rtneq type_hv3 
+0x2690 004882 fetch 1 ,mem_op 
+0x2691 004883 rtnbit0 op_txl2cap ,pdata 
+0x2692 004884 set0 op_txl2cap ,pdata 
+0x2693 004885 set1 op_pkt_comp ,pdata 
+0x2694 004886 store 1 ,mem_op 
+0x2695 004887 set0 mark_tx_l2cap ,mark 
+0x2696 004888 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x2697 004889 nrtn blank 
+0x2698 004890 fetch 1 ,mem_op 
+0x2699 004891 set0 op_pkt_comp ,pdata 
+0x269a 004892 store 1 ,mem_op 
+0x269b 004893 branch l2cap_malloc_free 
+:      004895 clear_got_txlmp:
+0x269c 004896 bpatch patch0d_1 ,mem_patch0d 
+0x269d 004897 fetch 1 ,mem_lmo_header_opcode 
+0x269e 004898 rshift pdata ,pdata 
+0x269f 004899 beq lmp_start_encryption_req ,start_encryption 
+0x26a0 004900 beq lmp_stop_encryption_req ,stop_encryption 
+0x26a1 004901 beq lmp_unsniff_req ,sniff_exit 
+0x26a2 004902 beq lmp_escape ,clear_lmp_escape 
+0x26a3 004903 rtnne lmp_accepted 
+0x26a4 004904 fetch 1 ,mem_lmo_payload 
+0x26a5 004905 beq lmp_sco_link_req ,sco_link_req_by_slave 
+0x26a6 004906 beq lmp_start_encryption_req ,clear_send_setup_complete 
+0x26a7 004907 rtn 
+:      004909 clear_lmp_escape:
+0x26a8 004910 fetch 1 ,mem_lmo_payload 
+0x26a9 004911 set1 7 ,pdata 
+0x26aa 004912 rtn 
+:      004913 clear_send_setup_complete:
+0x26ab 004914 rtn master 
+0x26ac 004915 fetch 1 ,mem_state 
+0x26ad 004916 rtnbit1 state_conn_comp 
+0x26ae 004917 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x26af 004918 rtn 
+:      004921 sco_link_req_by_slave:
+0x26b0 004922 rtn master 
+0x26b1 004923 fetch 1 ,mem_mode 
+0x26b2 004924 isolate1 send_sco_when_slave ,pdata 
+0x26b3 004925 branch clean_mem_mode ,true 
+0x26b4 004927 rtn 
+:      004928 clean_mem_mode:
+0x26b5 004929 set0 send_sco_when_slave ,pdata 
+0x26b6 004930 store 1 ,mem_mode 
+0x26b7 004931 rtn 
+:      004933 start_encryption:
+0x26b8 004934 bpatch patch0d_2 ,mem_patch0d 
+0x26b9 004935 fetch 1 ,mem_state_map 
+0x26ba 004936 set1 smap_encryption ,pdata 
+0x26bb 004937 store 1 ,mem_state_map 
+0x26bc 004938 jam 1 ,core_encrypt 
+0x26bd 004939 fetch 1 ,mem_state 
+0x26be 004940 isolate1 state_conn_comp ,pdata 
+0x26bf 004941 rtn 
+:      004943 stop_encryption:
+0x26c0 004944 bpatch patch0d_3 ,mem_patch0d 
+0x26c1 004945 fetch 1 ,mem_state_map 
+0x26c2 004946 set0 smap_encryption ,pdata 
+0x26c3 004947 store 1 ,mem_state_map 
+0x26c4 004948 jam 0 ,core_encrypt 
+0x26c5 004949 rtn 
+:      004952 sniff_init:
+0x26c6 004953 bpatch patch0d_4 ,mem_patch0d 
+0x26c7 004954 copy clkn_bt ,pdata 
+0x26c8 004955 store 4 ,mem_lpm_delay_after_sniff 
+0x26c9 004956 add clkn_bt ,3 ,rega 
+0x26ca 004957 branch sniff_init_master ,master 
+0x26cb 004958 add clke_bt ,3 ,rega 
+:      004959 sniff_init_master:
+0x26cc 004960 fetcht 2 ,mem_tsniff 
+0x26cd 004961 deposit rega 
+0x26ce 004962 set0 27 ,pdata 
+0x26cf 004963 idiv temp 
+0x26d0 004964 fetch 2 ,mem_dsniff 
+0x26d1 004965 call wait_div_end 
+0x26d2 004966 remainder regc 
+0x26d3 004967 isub regc ,pdata 
+0x26d4 004968 branch sniff_init_nowrap ,positive 
+0x26d5 004969 iadd temp ,pdata 
+:      004970 sniff_init_nowrap:
+0x26d6 004971 iadd rega ,pdata 
+0x26d7 004972 store 4 ,mem_sniff_anchor 
+0x26d8 004973 jam switch_flag_init ,mem_switch_flag 
+0x26d9 004974 fetch 1 ,mem_state 
+0x26da 004975 set1 state_insniff ,pdata 
+0x26db 004976 store 1 ,mem_state 
+0x26dc 004977 fetch 1 ,mem_sniff_attempt 
+0x26dd 004978 store 1 ,mem_current_sniff_attempt 
+0x26de 004979 setarg 0 
+0x26df 004980 store 3 ,mem_sniff_rcv 
+0x26e0 004981 store 3 ,mem_sniff_lost 
+0x26e1 004982 store 1 ,mem_sniff_unint_lost 
+0x26e2 004983 jam bt_evt_enter_sniff ,mem_fifo_temp 
+0x26e3 004984 call ui_ipc_send_event 
+0x26e4 004985 fetch 2 ,mem_rx_window_sniff 
+0x26e5 004986 store 2 ,mem_rx_window 
+0x26e6 004987 nrtn master 
+0x26e7 004988 add am_addr ,-1 ,queue 
+0x26e8 004989 rtn 
+:      004991 sniff_exit:
+0x26e9 004992 bpatch patch0d_5 ,mem_patch0d 
+0x26ea 004993 fetch 1 ,mem_state 
+0x26eb 004994 rtnbit0 state_insniff 
+0x26ec 004995 set0 state_insniff ,pdata 
+0x26ed 004996 store 1 ,mem_state 
+0x26ee 004997 fetch 2 ,mem_rx_window_init 
+0x26ef 004998 store 2 ,mem_rx_window 
+0x26f0 004999 disable wake 
+0x26f1 005000 jam bt_evt_exit_sniff ,mem_fifo_temp 
+0x26f2 005001 branch ui_ipc_send_event 
+:      005004 check_attempt:
+0x26f3 005005 bpatch patch0d_6 ,mem_patch0d 
+0x26f4 005006 enable attempt 
+0x26f5 005007 fetch 1 ,mem_state 
+0x26f6 005008 bbit1 state_insniff ,check_attempt_sniff 
+0x26f7 005009 rtnmark1 mark_testmode 
+0x26f8 005010 fetch 1 ,mem_arq 
+0x26f9 005011 rtnbit1 wack 
+0x26fa 005012 fetch 1 ,mem_lmp_to_send 
+0x26fb 005013 nrtn blank 
+0x26fc 005014 fetch 1 ,mem_op 
+0x26fd 005015 rtnbit1 op_txl2cap 
+:      005016 check_attempt_nomore:
+0x26fe 005017 force 0 ,pdata 
+0x26ff 005018 rtn 
+:      005020 check_attempt_sniff:
+0x2700 005021 bbit0 state_insco ,check_attempt_not_sco 
+0x2701 005022 fetch 1 ,mem_current_sniff_attempt 
+0x2702 005023 beq 2 ,check_attempt_sniff_restore_sco 
+0x2703 005024 fetch 1 ,mem_arq 
+0x2704 005025 bbit1 wack ,check_attempt_notimeout 
+0x2705 005026 bmark0 mark_esco_rxok ,check_attempt_notimeout 
+:      005027 check_attempt_sniff_restore_sco:
+0x2706 005028 nbranch check_attempt_notimeout ,master 
+0x2707 005029 fetch 1 ,mem_lmp_to_send 
+0x2708 005030 nbranch check_attempt_notimeout ,blank 
+:      005031 check_attempt_sco_master:
+0x2709 005032 fetch 1 ,mem_sco_poll 
+0x270a 005033 increase -1 ,pdata 
+0x270b 005034 store 1 ,mem_sco_poll 
+0x270c 005035 nbranch check_attempt_nomore ,blank 
+0x270d 005036 jam param_sco_poll ,mem_sco_poll 
+0x270e 005037 branch check_attempt_notimeout 
+:      005044 check_attempt_not_sco:
+0x270f 005045 fetch 1 ,mem_current_sniff_attempt 
+0x2710 005046 bne 1 ,check_attempt_notimeout 
+0x2711 005047 fetch 1 ,mem_current_sniff_timeout 
+0x2712 005048 branch check_attempt_notimeout ,blank 
+0x2713 005049 increase -1 ,pdata 
+0x2714 005050 store 1 ,mem_current_sniff_timeout 
+0x2715 005051 fetch 1 ,mem_arq 
+0x2716 005052 rtnbit1 wack 
+0x2717 005053 nrtn match 
+:      005054 check_attempt_notimeout:
+0x2718 005055 fetch 1 ,mem_current_sniff_attempt 
+0x2719 005056 increase -1 ,pdata 
+0x271a 005057 store 1 ,mem_current_sniff_attempt 
+0x271b 005058 rtn 
+:      005069 sniff_check_window:
+0x271c 005070 bpatch patch0d_7 ,mem_patch0d 
+0x271d 005071 disable swfine 
+0x271e 005072 copy temp ,stop_watch 
+0x271f 005073 call context_search_sniff_window 
+0x2720 005074 disable user 
+0x2721 005075 nrtn zero 
+0x2722 005076 force 0 ,stop_watch 
+0x2723 005077 enable user 
+0x2724 005078 rtn 
+:      005081 check_esco_amaddr:
+0x2725 005082 fetch 1 ,mem_esco_addr 
+0x2726 005083 icompare 0xff ,am_addr 
+0x2727 005084 rtn 
+:      005087 parse_l2cap:
+0x2728 005088 bpatch patch0e_0 ,mem_patch0e 
+0x2729 005089 set0 mark_rxbuf_inuse ,mark 
+:      005090 parse_l2cap_cont:
+0x272a 005091 jam l2cap_rx_clear ,mem_l2cap_rx_done 
+0x272b 005092 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x272c 005093 rtn blank 
+0x272d 005094 isolate1 l2cap_inuse_buff1 ,pdata 
+0x272e 005095 arg mem_l2cap_rxbuff1 ,contr 
+0x272f 005096 call process_rx_l2cap_pkt ,true 
+0x2730 005097 bpatch patch0e_1 ,mem_patch0e 
+0x2731 005098 fetch 1 ,mem_l2cap_rx_done 
+0x2732 005099 beq l2cap_rx_done ,parse_l2cap_release_buff1 
+0x2733 005101 jam l2cap_rx_clear ,mem_l2cap_rx_done 
+0x2734 005102 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x2735 005103 rtnbit0 l2cap_inuse_buff2 
+0x2736 005104 arg mem_l2cap_rxbuff2 ,contr 
+0x2737 005105 call process_rx_l2cap_pkt 
+0x2738 005106 fetch 1 ,mem_l2cap_rx_done 
+0x2739 005107 beq l2cap_rx_done ,parse_l2cap_release_buff2 
+0x273a 005108 rtn 
+:      005110 parse_l2cap_release_buff1:
+0x273b 005111 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x273c 005112 set0 l2cap_inuse_buff1 ,pdata 
+0x273d 005113 store 1 ,mem_l2cap_rxbuff_inuse 
+0x273e 005114 setarg 0 
+0x273f 005115 store 2 ,mem_l2cap_rxbuff1_len 
+0x2740 005116 rtn 
+:      005117 parse_l2cap_release_buff2:
+0x2741 005118 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x2742 005119 set0 l2cap_inuse_buff2 ,pdata 
+0x2743 005120 store 1 ,mem_l2cap_rxbuff_inuse 
+0x2744 005121 setarg 0 
+0x2745 005122 store 2 ,mem_l2cap_rxbuff2_len 
+0x2746 005123 rtn 
+:      005125 l2cap_buff1_inuse:
+0x2747 005126 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x2748 005127 set1 l2cap_inuse_buff1 ,pdata 
+0x2749 005128 store 1 ,mem_l2cap_rxbuff_inuse 
+0x274a 005129 rtn 
+:      005131 l2cap_buff2_inuse:
+0x274b 005132 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x274c 005133 set1 l2cap_inuse_buff2 ,pdata 
+0x274d 005134 store 1 ,mem_l2cap_rxbuff_inuse 
+0x274e 005135 rtn 
+:      005141 slave_send_access:
+0x274f 005142 bpatch patch0e_2 ,mem_patch0e 
+0x2750 005143 add clke_bt ,1 ,bt_clk 
+0x2751 005144 call fetch_extm_bt_adr 
+0x2752 005145 force 0x03 ,freq_mode 
+0x2753 005146 call tx_radio_freq 
+0x2754 005147 call start_transmitter 
+0x2755 005148 call start_tx_external 
+0x2756 005149 branch send_access_word 
+:      005152 slave_conn_send_packet:
+0x2757 005153 bpatch patch0e_3 ,mem_patch0e 
+0x2758 005154 call rf_setup_time_slave_slot 
+0x2759 005155 deposit clke_bt 
+0x275a 005156 fetcht 4 ,mem_next_btclk 
+0x275b 005157 isub temp ,pdata 
+0x275c 005158 rtnne 1 
+0x275d 005159 compare type_null ,type ,0x1f 
+0x275e 005160 nbranch slave_conn_send_access ,true 
+0x275f 005161 fetch 1 ,mem_rx_type 
+0x2760 005162 rtn blank 
+:      005163 slave_conn_send_access:
+0x2761 005164 call slave_send_access 
+:      005165 transmit_packet:
+0x2762 005166 compare type_id ,type ,0x1f 
+0x2763 005167 branch end_of_packet ,true 
+0x2764 005168 rshift bt_clk ,temp 
+0x2765 005169 or temp ,0x40 ,white_init 
+:      005170 transmit_packet_whitened:
+0x2766 005171 bpatch patch0e_4 ,mem_patch0e 
+0x2767 005172 enable enable_white 
+0x2768 005173 enable enable_hec 
+0x2769 005174 enable encode_fec1 
+0x276a 005175 set0 mark_longpacket ,mark 
+0x276b 005176 deposit am_addr 
+0x276c 005177 inject mod ,3 
+0x276d 005178 deposit type 
+0x276e 005179 inject mod ,4 
+0x276f 005180 fetch 1 ,mem_arq 
+0x2770 005181 inject bucket ,4 
+0x2771 005182 inject mod ,3 
+0x2772 005183 enable enable_parity 
+0x2773 005184 inject mod ,8 
+0x2774 005185 disable encode_fec1 
+0x2775 005186 disable enable_parity 
+0x2776 005187 disable enable_hec 
+0x2777 005188 set0 psk3m ,radio_ctrl 
+0x2778 005189 arg 0 ,temp 
+0x2779 005190 call reserve_slot 
+0x277a 005191 bpatch patch0e_5 ,mem_patch0e 
+0x277b 005192 and type ,0x1f ,pdata 
+0x277c 005193 beq type_lmp ,transmit_lmp 
+0x277d 005194 beq type_null ,end_of_packet 
+0x277e 005195 beq type_poll ,end_of_packet 
+0x277f 005196 beq type_fhs ,transmit_fhs 
+0x2780 005197 beq type_dm1 ,transmit_dm1 
+0x2781 005198 beq type_dh1 ,transmit_dh1 
+0x2782 005199 beq type_hv3 ,transmit_hev 
+0x2783 005200 beq type_3dh1 ,transmit_3dh1 
+0x2784 005201 arg 4 ,temp 
+0x2785 005202 call reserve_slot 
+0x2786 005203 beq type_dm3 ,transmit_dm3 
+0x2787 005204 beq type_dh3 ,transmit_dh3 
+0x2788 005205 arg 8 ,temp 
+0x2789 005206 call reserve_slot 
+0x278a 005207 beq type_dh5 ,transmit_dh5 
+0x278b 005208 branch transmit_dm5 
+:      005211 transmit_hev:
+0x278c 005212 bpatch patch0e_6 ,mem_patch0e 
+0x278d 005213 enable encode_fec0 
+0x278e 005214 enable enable_crc 
+0x278f 005215 enable encrypt 
+0x2790 005216 force 30 ,loopcnt 
+0x2791 005217 arg mem_sco_obuf ,contr 
+:      005218 transmit_ev_loop:
+0x2792 005219 ifetch 1 ,contr 
+0x2793 005220 inject mod ,8 
+0x2794 005221 loop transmit_ev_loop 
+0x2795 005222 bmark1 mark_esco ,transmit_end 
+0x2796 005223 branch end_of_packet 
+:      005225 transmit_fhs:
+0x2797 005226 bpatch patch0e_7 ,mem_patch0e 
+0x2798 005227 fetch 1 ,mem_fhs_am_addr 
+0x2799 005228 icopy am_addr 
+0x279a 005229 fetch 1 ,mem_fhs_misc 
+0x279b 005230 icopy fhs_misc 
+0x279c 005231 fetch 3 ,mem_class 
+0x279d 005232 icopy fhs_class 
+0x279e 005233 fetch 2 ,mem_nap 
+0x279f 005234 icopy nap 
+0x27a0 005235 enable enable_crc 
+0x27a1 005236 enable encode_fec2 
+0x27a2 005237 copy bt_adr ,rega 
+0x27a3 005238 call fetch_self_bt_adr 
+0x27a4 005239 pulse recalc 
+0x27a5 005240 nop 32 
+0x27a6 005241 copy bt_clk ,timeup 
+0x27a7 005242 fetch 4 ,mem_clkn_bt 
+0x27a8 005243 icopy bt_clk 
+0x27a9 005244 preload fhs0 
+0x27aa 005245 set1 58 ,pdata 
+0x27ab 005246 inject mod ,72 
+0x27ac 005247 preload fhs1 
+0x27ad 005248 inject mod ,72 
+0x27ae 005249 copy timeup ,bt_clk 
+0x27af 005250 copy rega ,bt_adr 
+0x27b0 005251 enable enable_parity 
+0x27b1 005252 inject mod ,16 
+0x27b2 005253 disable enable_parity 
+0x27b3 005254 branch end_of_packet 
+:      005256 transmit_lmp:
+0x27b4 005257 bpatch patch0f_0 ,mem_patch0f 
+0x27b5 005258 enable encrypt 
+0x27b6 005259 enable enable_crc 
+0x27b7 005260 enable encode_fec2 
+0x27b8 005261 fetch 1 ,mem_lmo_header_length 
+0x27b9 005262 and pdata ,0x1f8 ,temp 
+0x27ba 005263 arg mem_lmo_header_length ,contr 
+0x27bb 005264 increase 8 ,temp 
+:      005265 transmit_lmp_loop:
+0x27bc 005266 add temp ,-72 ,regc 
+0x27bd 005267 nbranch transmit_lmp_finish ,positive 
+0x27be 005268 ifetch 9 ,contr 
+0x27bf 005269 inject mod ,72 
+0x27c0 005270 copy regc ,temp 
+0x27c1 005271 branch transmit_lmp_loop 
+:      005272 transmit_lmp_finish:
+0x27c2 005273 ifetch 9 ,contr 
+0x27c3 005274 iinject mod ,temp 
+0x27c4 005275 branch transmit_end 
+:      005277 transmit_dm1:
+0x27c5 005278 enable encode_fec2 
+0x27c6 005279 branch transmit_dmh 
+:      005280 transmit_dm3:
+:      005281 transmit_dm5:
+0x27c7 005282 enable encode_fec2 
+0x27c8 005283 set1 mark_longpacket ,mark 
+0x27c9 005284 branch transmit_dmh 
+:      005286 transmit_3dh1:
+0x27ca 005287 set1 psk3m ,radio_ctrl 
+:      005288 transmit_dh1:
+0x27cb 005289 enable encode_fec0 
+0x27cc 005290 branch transmit_dmh 
+:      005292 transmit_dh3:
+:      005293 transmit_dh5:
+0x27cd 005294 set1 psk3m ,radio_ctrl 
+0x27ce 005295 enable encode_fec0 
+0x27cf 005296 set1 mark_longpacket ,mark 
+:      005298 transmit_dmh:
+0x27d0 005299 bpatch patch0f_1 ,mem_patch0f 
+0x27d1 005300 fetch 1 ,mem_state_map 
+0x27d2 005301 bbit0 smap_edr ,transmit_noedr 
+0x27d3 005302 sub type ,3 ,null 
+0x27d4 005303 branch transmit_noedr ,positive 
+0x27d5 005304 disable encrypt 
+0x27d6 005305 disable encode_fec2 
+0x27d7 005306 enable encode_fec0 
+0x27d8 005307 disable enable_white 
+0x27d9 005308 set1 psk ,radio_ctrl 
+0x27da 005309 isolate1 psk3m ,radio_ctrl 
+0x27db 005310 branch transmit_edr3m ,true 
+0x27dc 005311 setarg 0xabeee 
+0x27dd 005312 inject mod ,20 
+0x27de 005313 branch transmit_edr_sync_end 
+:      005314 transmit_edr3m:
+0x27df 005315 setarg 0x5faeba 
+0x27e0 005316 inject mod ,24 
+0x27e1 005317 setarg 0x12 
+0x27e2 005318 inject mod ,6 
+:      005319 transmit_edr_sync_end:
+0x27e3 005320 enable enable_white 
+0x27e4 005321 set1 mark_longpacket ,mark 
+:      005322 transmit_noedr:
+0x27e5 005323 enable encrypt 
+0x27e6 005324 enable enable_crc 
+0x27e7 005325 bmark1 mark_loopback ,transmit_loopback 
+0x27e8 005326 fetch 1 ,mem_tx_lch 
+0x27e9 005327 inject mod ,3 
+0x27ea 005328 fetch 2 ,mem_tx_len 
+0x27eb 005329 iforce loopcnt 
+0x27ec 005330 bmark1 mark_longpacket ,transmit_long 
+0x27ed 005331 inject mod ,5 
+0x27ee 005332 branch transmit_stuff 
+:      005333 transmit_long:
+0x27ef 005334 inject mod ,13 
+:      005335 transmit_stuff:
+0x27f0 005336 deposit loopcnt 
+0x27f1 005337 branch transmit_end ,blank 
+0x27f2 005338 fetch 2 ,mem_txptr 
+0x27f3 005339 iforce contr 
+:      005340 transmit_stuff_loop:
+0x27f4 005341 ifetch 1 ,contr 
+0x27f5 005342 inject mod ,8 
+0x27f6 005343 loop transmit_stuff_loop 
+:      005346 transmit_end:
+0x27f7 005347 enable enable_parity 
+0x27f8 005348 inject mod ,16 
+0x27f9 005349 disable enable_parity 
+0x27fa 005350 call set_wait_ack 
+0x27fb 005351 fetch 1 ,mem_state_map 
+0x27fc 005352 bbit0 smap_edr ,end_of_packet 
+0x27fd 005353 force 0 ,pdata 
+0x27fe 005354 inject mod ,6 
+0x27ff 005355 branch end_of_packet 
+:      005358 transmit_loopback:
+0x2800 005359 bpatch patch0f_2 ,mem_patch0f 
+0x2801 005360 bmark1 mark_longpacket ,transmit_loopback_long 
+:      005361 transmit_loopback_short:
+0x2802 005362 fetch 1 ,mem_lch_code 
+0x2803 005363 inject mod ,3 
+0x2804 005364 fetch 1 ,mem_len 
+0x2805 005365 iforce regc 
+0x2806 005366 inject mod ,5 
+0x2807 005367 branch transmit_loopback_cont 
+:      005368 transmit_loopback_long:
+0x2808 005369 fetch 1 ,mem_lch_code 
+0x2809 005370 inject mod ,3 
+0x280a 005371 fetch 2 ,mem_len 
+0x280b 005372 iforce regc 
+0x280c 005373 inject mod ,13 
+:      005374 transmit_loopback_cont:
+0x280d 005375 arg mem_rxbuf ,contr 
+:      005376 transmit_loopback_loop:
+0x280e 005377 copy regc ,null 
+0x280f 005378 branch transmit_loopback_end ,zero 
+0x2810 005379 ifetch 1 ,contr 
+0x2811 005380 inject mod ,8 
+0x2812 005381 increase -1 ,regc 
+0x2813 005382 branch transmit_loopback_loop 
+:      005383 transmit_loopback_end:
+0x2814 005384 fetch 2 ,mem_tst_pktcnt_dmh 
+0x2815 005385 increase 1 ,pdata 
+0x2816 005386 store 2 ,mem_tst_pktcnt_dmh 
+0x2817 005387 branch transmit_end 
+:      005390 apply_switch_clke:
+0x2818 005391 fetch 4 ,mem_clke_bt 
+0x2819 005392 add pdata ,7 ,rega 
+0x281a 005393 fetch 2 ,mem_slot_offset 
+0x281b 005394 nbranch apply_switch_nozero ,blank 
+0x281c 005395 increase -3 ,rega 
+0x281d 005396 branch apply_switch_wait_loop 
+:      005397 apply_switch_nozero:
+0x281e 005398 mul32 pdata ,12 ,pdata 
+0x281f 005399 hfetcht 2 ,core_halfslot 
+0x2820 005400 increase 1 ,temp 
+:      005401 apply_switch_loop:
+0x2821 005402 isub temp ,pdata 
+0x2822 005403 nbranch apply_switch_bt ,positive 
+0x2823 005404 increase -1 ,rega 
+0x2824 005405 branch apply_switch_loop 
+:      005406 apply_switch_bt:
+0x2825 005407 sub pdata ,0 ,pdata 
+:      005408 apply_switch_wait_loop:
+0x2826 005409 until null ,oneslot 
+0x2827 005410 compare 0 ,clkn_bt ,3 
+0x2828 005411 nbranch apply_switch_wait_loop ,true 
+0x2829 005412 iforce clke_rt 
+0x282a 005413 copy rega ,clke_bt 
+0x282b 005414 iforce clke_rt 
+0x282c 005415 rtn 
+:      005418 calc_slot_offset:
+0x282d 005419 bpatch patch0f_3 ,mem_patch0f 
+0x282e 005420 until null ,halfslot 
+0x282f 005421 deposit clke 
+0x2830 005422 iforce contr 
+0x2831 005423 rshift16 ,pdata ,pdata 
+0x2832 005424 isub clkn_bt ,loopcnt 
+0x2833 005425 and_into 3 ,loopcnt 
+0x2834 005426 nbranch calc_bt_portion ,zero 
+0x2835 005427 force 0 ,pdata 
+0x2836 005428 branch calc_skip_bt 
+:      005429 calc_bt_portion:
+0x2837 005430 arg 3750 ,temp 
+0x2838 005431 force 0 ,pdata 
+:      005432 calc_slot_offset_loop:
+0x2839 005433 iadd temp ,pdata 
+0x283a 005434 loop calc_slot_offset_loop 
+:      005435 calc_skip_bt:
+0x283b 005436 iadd contr ,pdata 
+0x283c 005437 div pdata ,12 
+0x283d 005438 call wait_div_end 
+0x283e 005439 quotient pdata 
+0x283f 005440 store 2 ,mem_slot_offset 
+0x2840 005441 rtn 
+:      005443 calc_clke_offset:
+0x2841 005444 bpatch patch0f_4 ,mem_patch0f 
+0x2842 005445 deposit clke 
+0x2843 005446 copy clkn ,temp 
+0x2844 005447 isub temp ,null 
+0x2845 005448 nsetflag positive ,44 ,pdata 
+0x2846 005449 isub temp ,temp 
+0x2847 005450 setarg 3750 
+0x2848 005451 isolate0 15 ,temp 
+0x2849 005452 branch calc_clke_pos ,true 
+0x284a 005453 setarg -61786 
+0x284b 005454 iadd temp ,temp 
+:      005455 calc_clke_pos:
+0x284c 005456 storet 6 ,mem_le_clk_offset 
+0x284d 005457 rtn le 
+0x284e 005458 storet 6 ,mem_clk_offset 
+0x284f 005459 rtn 
+:      005461 calc_clke:
+0x2850 005462 disable clknt 
+0x2851 005463 fetch 6 ,mem_le_clk_offset 
+0x2852 005464 branch calc_clke2 ,le 
+0x2853 005465 fetch 6 ,mem_clk_offset 
+:      005466 calc_clke2:
+0x2854 005467 iadd clkn ,alarm 
+0x2855 005468 increase 10 ,alarm 
+0x2856 005469 setarg 3750 
+0x2857 005470 isub alarm ,pdata 
+0x2858 005471 isolate0 15 ,pdata 
+0x2859 005472 branch calc_clke_pos_adj ,true 
+0x285a 005473 setarg 0xf15a 
+0x285b 005474 iadd alarm ,alarm 
+:      005475 calc_clke_pos2:
+0x285c 005476 copy alarm ,clke 
+0x285d 005477 rtn 
+:      005478 calc_clke_pos_adj:
+0x285e 005479 force 0 ,null 
+0x285f 005480 branch calc_clke_pos2 
+:      005487 calc_radio_freq:
+0x2860 005488 bpatch patch0f_5 ,mem_patch0f 
+0x2861 005489 call set_sync_on 
+0x2862 005490 copy bt_clk ,pdata 
+0x2863 005491 and_into 0x180 ,pdata 
+0x2864 005492 compare 3 ,freq_mode ,0x07 
+0x2865 005493 nbranch freq_not_connection ,true 
+0x2866 005494 rshift3 pdata ,pdata 
+0x2867 005495 iadd freq_index ,pdata 
+0x2868 005496 branch do_hop_mod_now 
+:      005497 freq_not_connection:
+0x2869 005498 copy freq_index ,pdata 
+:      005499 do_hop_mod_now:
+0x286a 005500 div pdata ,79 
+0x286b 005501 pulse recalc 
+0x286c 005502 call wait_div_end 
+0x286d 005503 remainder rega 
+0x286e 005504 add rega ,-40 ,temp 
+0x286f 005505 branch odd_half ,positive 
+0x2870 005506 lshift rega ,temp 
+0x2871 005507 branch freq_result 
+:      005508 odd_half:
+0x2872 005509 lshift temp ,temp 
+0x2873 005510 increase 1 ,temp 
+:      005511 freq_result:
+0x2874 005512 bpatch patch0f_6 ,mem_patch0f 
+0x2875 005513 fetch 1 ,mem_mode 
+0x2876 005514 bbit0 afh_change ,afh_process_con 
+:      005515 afh_process_0:
+0x2877 005516 fetch 4 ,mem_afh_instant 
+0x2878 005517 isub bt_clk ,null 
+0x2879 005518 branch afh_process_con ,positive 
+0x287a 005519 call afh_clear 
+0x287b 005520 fetch 1 ,mem_afh_new_mod 
+0x287c 005521 rtn blank 
+0x287d 005522 fetch 1 ,mem_mode 
+0x287e 005523 set1 afh_enable ,pdata 
+0x287f 005524 store 1 ,mem_mode 
+0x2880 005525 fetch 5 ,mem_afh_map_new 
+0x2881 005526 store 5 ,mem_afh_map_lo 
+0x2882 005527 ifetch 5 ,contr 
+0x2883 005528 store 5 ,mem_afh_map_hi 
+0x2884 005529 call afh_process_freq_map 
+:      005530 afh_process_con:
+0x2885 005531 fetch 1 ,mem_mode 
+0x2886 005532 rtnbit0 afh_enable 
+0x2887 005533 isolate1 1 ,bt_clk 
+0x2888 005534 branch afh_same_channel ,true 
+0x2889 005535 rshift3 temp ,rega 
+0x288a 005536 and temp ,7 ,queue 
+0x288b 005537 setarg mem_afh_map_lo 
+0x288c 005538 iadd rega ,rega 
+0x288d 005539 ifetch 1 ,rega 
+0x288e 005540 qisolate0 pdata 
+0x288f 005541 branch afh_process_1 ,true 
+0x2890 005542 deposit temp 
+0x2891 005543 branch afh_process_end 
+:      005544 afh_process_1:
+0x2892 005545 fetch 1 ,mem_afh_used 
+0x2893 005546 iforce regb 
+0x2894 005547 deposit bt_clk 
+0x2895 005548 and_into 0x180 ,pdata 
+0x2896 005549 rshift3 pdata ,pdata 
+0x2897 005550 iadd freq_index ,pdata 
+0x2898 005551 idiv regb 
+0x2899 005552 setarg mem_afh_map 
+0x289a 005553 call wait_div_end 
+0x289b 005554 remainder rega 
+0x289c 005555 iadd rega ,contr 
+0x289d 005556 ifetch 1 ,contr 
+:      005557 afh_process_end:
+0x289e 005558 store 1 ,mem_afh_index 
+0x289f 005559 iforce temp 
+0x28a0 005560 rtn 
+:      005562 afh_same_channel:
+0x28a1 005563 fetch 1 ,mem_afh_index 
+0x28a2 005564 iforce temp 
+0x28a3 005565 rtn 
+:      005567 afh_clear:
+0x28a4 005568 fetch 1 ,mem_mode 
+0x28a5 005569 set0 afh_enable ,pdata 
+0x28a6 005570 set0 afh_change ,pdata 
+0x28a7 005571 store 1 ,mem_mode 
+0x28a8 005572 rtn 
+:      005578 afh_process_freq_map:
+0x28a9 005579 bpatch patch0f_7 ,mem_patch0f 
+0x28aa 005580 arg mem_afh_map ,contw 
+0x28ab 005581 force 10 ,loopcnt 
+0x28ac 005582 call memset0 
+0x28ad 005583 arg mem_afh_map ,contw 
+0x28ae 005584 force 0 ,regc 
+0x28af 005585 force 2 ,queue 
+:      005586 process_freq_3:
+0x28b0 005587 fetch 5 ,mem_afh_map_lo 
+0x28b1 005588 iforce temp 
+0x28b2 005589 compare 2 ,queue ,0xff 
+0x28b3 005590 branch process_freq_1 ,true 
+0x28b4 005591 rshift temp ,temp 
+:      005592 process_freq_1:
+0x28b5 005593 isolate0 0 ,temp 
+0x28b6 005594 branch process_freq_0 ,true 
+0x28b7 005595 deposit regc 
+0x28b8 005596 istore 1 ,contw 
+:      005597 process_freq_0:
+0x28b9 005598 rshift2 temp ,temp 
+0x28ba 005599 increase 2 ,regc 
+0x28bb 005600 compare 40 ,regc ,0xfe 
+0x28bc 005601 nbranch process_freq_2 ,true 
+0x28bd 005602 fetch 5 ,mem_afh_map_hi 
+0x28be 005603 iforce temp 
+0x28bf 005604 compare 2 ,queue ,0xff 
+0x28c0 005605 branch process_freq_2 ,true 
+0x28c1 005606 rshift temp ,temp 
+:      005607 process_freq_2:
+0x28c2 005608 sub regc ,78 ,null 
+0x28c3 005609 branch process_freq_1 ,positive 
+0x28c4 005610 force 1 ,regc 
+0x28c5 005611 increase -1 ,queue 
+0x28c6 005612 nbranch process_freq_3 ,zero 
+0x28c7 005613 arg mem_afh_map ,rega 
+0x28c8 005614 deposit contw 
+0x28c9 005615 isub rega ,pdata 
+0x28ca 005616 store 1 ,mem_afh_used 
+0x28cb 005617 rtn 
+:      005619 rx_radio_freq:
+0x28cc 005620 bpatch patch10_0 ,mem_patch10 
+0x28cd 005621 call calc_radio_freq 
+0x28ce 005622 fetch 1 ,mem_debug_config 
+0x28cf 005623 bbit0 debug_rx_fixed_freq ,rx_radio_freq_now 
+0x28d0 005624 fetcht 1 ,mem_rx_fixed_freq 
+:      005625 rx_radio_freq_now:
+0x28d1 005626 branch set_freq_rx 
+:      005629 tx_radio_freq:
+0x28d2 005630 bpatch patch10_1 ,mem_patch10 
+0x28d3 005631 call calc_radio_freq 
+0x28d4 005632 fetch 1 ,mem_debug_config 
+0x28d5 005633 bbit0 debug_tx_fixed_freq ,tx_radio_freq_now 
+0x28d6 005634 fetcht 1 ,mem_tx_fixed_freq 
+:      005635 tx_radio_freq_now:
+0x28d7 005636 branch set_freq_tx 
+:      005639 fetch_giac:
+0x28d8 005640 force 0 ,uap 
+0x28d9 005641 fetch 3 ,mem_glap 
+0x28da 005642 iforce lap 
+0x28db 005643 rtn 
+:      005645 fetch_page_bt_adr:
+0x28dc 005646 bpatch patch10_2 ,mem_patch10 
+0x28dd 005647 fetch 1 ,mem_hci_puap 
+0x28de 005648 icopy uap 
+0x28df 005649 fetch 3 ,mem_hci_plap 
+0x28e0 005650 icopy lap 
+0x28e1 005651 rtn 
+:      005653 fetch_self_bt_adr:
+0x28e2 005654 bpatch patch10_3 ,mem_patch10 
+0x28e3 005655 fetch 2 ,mem_nap 
+0x28e4 005656 icopy nap 
+0x28e5 005657 fetch 1 ,mem_uap 
+0x28e6 005658 icopy uap 
+0x28e7 005659 fetch 3 ,mem_lap 
+0x28e8 005660 icopy lap 
+0x28e9 005661 rtn 
+:      005663 fetch_extm_bt_adr:
+0x28ea 005664 bpatch patch10_4 ,mem_patch10 
+0x28eb 005665 fetch 2 ,mem_pnap 
+0x28ec 005666 icopy nap 
+0x28ed 005667 fetch 1 ,mem_puap 
+0x28ee 005668 icopy uap 
+0x28ef 005669 fetch 3 ,mem_plap 
+0x28f0 005670 icopy lap 
+0x28f1 005671 rtn 
+:      005674 fetch_diac:
+0x28f2 005675 bmark1 mark_all_diac ,fetch_diac_do 
+0x28f3 005676 rtnmark0 mark_inquiry_state 
+0x28f4 005677 rtnmark0 mark_periodical_diac 
+:      005678 fetch_diac_do:
+0x28f5 005679 and_into -256 ,lap 
+0x28f6 005680 pulse recalc 
+0x28f7 005681 nop 32 
+0x28f8 005682 rtn 
+:      005685 shutdown_radio:
+0x28f9 005686 bpatch patch10_5 ,mem_patch10 
+0x28fa 005687 branch shutdown_radio0 ,is_rx 
+0x28fb 005688 jam 0xd4 ,rf_tx_pa_ib 
+0x28fc 005689 nop 4 
+0x28fd 005690 jam 0xd2 ,rf_tx_pa_ib 
+0x28fe 005691 nop 4 
+0x28ff 005692 jam 0xd1 ,rf_tx_pa_ib 
+0x2900 005693 nop 4 
+0x2901 005694 fetch 1 ,mem_tx_power 
+0x2902 005695 beq tx_power_0db ,shutdown_radio_0db 
+0x2903 005696 beq tx_power_3db ,shutdown_radio_3db 
+0x2904 005697 beq tx_power_5db ,shutdown_radio_5db 
+0x2905 005698 beq tx_power_f3db ,shutdown_radio_f3db 
+0x2906 005699 beq tx_power_f5db ,shutdown_radio_f5db 
+0x2907 005700 beq tx_power_pair ,shutdown_radio_pair 
+:      005701 shutdown_radio_5db:
+:      005702 shutdown_radio_0db:
+0x2908 005703 jam 0xd0 ,rf_tx_pa_ib 
+0x2909 005704 jam 0xe0 ,rf_tx_pa_gc 
+:      005705 shutdown_radio0:
+0x290a 005706 force 0 ,radio_ctrl 
+0x290b 005707 disable is_rx 
+0x290c 005708 disable is_tx 
+0x290d 005709 pulse packet_end 
+0x290e 005710 jam 0x0 ,rfen_mdm 
+0x290f 005711 jam 0x0 ,rfen_tx 
+0x2910 005712 jam 0x0 ,rfen_rx 
+0x2911 005713 jam 0 ,rfen_sn 
+0x2912 005714 jam 0x70 ,rfen_msc 
+0x2913 005715 jam 0x0 ,rfen_adc 
+0x2914 005716 rtn 
+:      005718 shutdown_radio_pair:
+:      005719 shutdown_radio_f5db:
+:      005720 shutdown_radio_f3db:
+:      005721 shutdown_radio_3db:
+0x2915 005722 jam 0xd0 ,rf_tx_pa_ib 
+0x2916 005723 jam 0xc0 ,rf_tx_pa_gc 
+0x2917 005724 branch shutdown_radio0 
+:      005726 set_sync_on:
+0x2918 005727 bpatch patch10_6 ,mem_patch10 
+0x2919 005728 jam 0x0 ,rfen_mdm 
+0x291a 005729 jam 0x0 ,rfen_tx 
+0x291b 005730 jam 0x18 ,rfen_rx 
+0x291c 005731 jam 0xa7 ,rfen_sn 
+0x291d 005732 jam 0x7f ,rfen_msc 
+0x291e 005733 rtn 
+:      005735 set_freq_rx:
+0x291f 005736 bpatch patch10_7 ,mem_patch10 
+0x2920 005738 storet 1 ,mem_last_freq 
+0x2921 005739 add temp ,rx_freq_offset ,rega 
+0x2922 005740 jam 0x07 ,rf_balun_ctrim 
+0x2923 005741 branch rf_write_freq 
+:      005742 rf_rx_enable:
+0x2924 005743 bpatch patch11_0 ,mem_patch11 
+0x2925 005744 jam 0xcf ,rfen_tx 
+0x2926 005745 nop 10 
+0x2927 005746 jam 0xff ,rfen_rx 
+0x2928 005747 jam 0xaf ,rfen_sn 
+0x2929 005748 jam 0xff ,rfen_msc 
+0x292a 005749 nop 10 
+0x292b 005750 jam 0xa0 ,rfen_mdm 
+0x292c 005751 rtn 
+:      005753 set_freq_tx_offset:
+0x292d 005754 fetch 1 ,mem_250k_freq_enable 
+0x292e 005755 branch set_freq_tx_2m_offset ,blank 
+:      005756 set_freq_tx_0m_offset:
+0x292f 005757 add temp ,2 ,rega 
+0x2930 005758 rtn 
+:      005759 set_freq_tx_2m_offset:
+0x2931 005760 add temp ,0 ,rega 
+0x2932 005761 rtn 
+:      005763 set_freq_tx:
+0x2933 005764 bpatch patch11_1 ,mem_patch11 
+0x2934 005765 storet 1 ,mem_last_freq 
+0x2935 005766 call set_freq_tx_offset 
+0x2936 005767 call rf_write_freq 
+0x2937 005768 setarg param_pll_setup 
+0x2938 005769 call sleep 
+:      005770 txon:
+0x2939 005771 jam 0x1 ,rfen_adc 
+0x293a 005772 jam 0x3c ,rfen_rx 
+0x293b 005773 jam 0xe0 ,rfen_tx 
+0x293c 005774 jam 0x12 ,rf_balun_ctrim 
+0x293d 005775 nop 10 
+0x293e 005776 jam 0x01 ,rfen_mdm 
+0x293f 005777 jam 0x3d ,rfen_mdm 
+0x2940 005778 nop 10 
+0x2941 005779 jam 0xb7 ,rfen_sn 
+0x2942 005780 nop 10 
+0x2943 005781 jam 0x7f ,rfen_mdm 
+:      005782 txon_power_select:
+0x2944 005783 fetch 1 ,mem_tx_power 
+0x2945 005784 beq tx_power_0db ,set_tx_power_0db 
+0x2946 005785 beq tx_power_3db ,set_tx_power_3db 
+0x2947 005786 beq tx_power_5db ,set_tx_power_5db 
+0x2948 005787 beq tx_power_f3db ,set_tx_power_f3db 
+0x2949 005788 beq tx_power_f5db ,set_tx_power_f5db 
+0x294a 005789 beq tx_power_pair ,set_tx_power_pair 
+:      005790 set_tx_power_0db:
+0x294b 005791 jam 0xf0 ,rf_tx_pa_gc 
+0x294c 005792 call txon_common 
+0x294d 005793 jam 0xd8 ,rf_tx_pa_ib 
+0x294e 005794 rtn 
+:      005796 set_tx_power_3db:
+0x294f 005797 jam 0xdf ,rf_tx_pa_gc 
+0x2950 005798 call txon_common 
+0x2951 005799 jam 0xdf ,rf_tx_pa_ib 
+0x2952 005800 rtn 
+:      005802 set_tx_power_5db:
+0x2953 005803 jam 0xff ,rf_tx_pa_gc 
+0x2954 005804 call txon_common 
+0x2955 005805 jam 0xdf ,rf_tx_pa_ib 
+0x2956 005806 rtn 
+:      005807 set_tx_power_f3db:
+0x2957 005808 jam 0xce ,rf_tx_pa_gc 
+0x2958 005809 call txon_common 
+0x2959 005810 jam 0xd8 ,rf_tx_pa_ib 
+0x295a 005811 rtn 
+:      005813 set_tx_power_f5db:
+0x295b 005814 jam 0xcb ,rf_tx_pa_gc 
+0x295c 005815 call txon_common 
+0x295d 005816 jam 0xd8 ,rf_tx_pa_ib 
+0x295e 005817 rtn 
+:      005819 set_tx_power_pair:
+0x295f 005820 jam 0xd0 ,rf_tx_pa_ib 
+0x2960 005821 jam 0xc0 ,rf_tx_pa_gc 
+0x2961 005822 jam 0x4c ,0x8957 
+0x2962 005823 jam 0x6c ,0x8958 
+0x2963 005824 jam 0x50 ,0x8959 
+0x2964 005825 rtn 
+:      005827 txon_common:
+0x2965 005828 nop 4 
+0x2966 005829 jam 0xd1 ,rf_tx_pa_ib 
+0x2967 005830 nop 4 
+0x2968 005831 jam 0xd2 ,rf_tx_pa_ib 
+0x2969 005832 nop 4 
+0x296a 005833 jam 0xd4 ,rf_tx_pa_ib 
+0x296b 005834 rtn 
+:      005837 initialize_radio:
+0x296c 005838 jam clksel_rc ,core_clksel 
+:      005839 initialize_radio_wait:
+0x296d 005840 fetch 2 ,mem_rf_init_ptr 
+0x296e 005841 bbit0 14 ,initialize_radio_wait 
+0x296f 005842 iforce contr 
+0x2970 005843 arg 0x8900 ,temp 
+:      005844 initialize_radio_loop:
+0x2971 005845 ifetch 1 ,contr 
+0x2972 005846 beq 0xff ,initialize_radio_cont 
+0x2973 005847 ior temp ,contw 
+0x2974 005848 ifetch 1 ,contr 
+0x2975 005849 istore 1 ,contw 
+0x2976 005850 branch initialize_radio_loop 
+:      005851 initialize_radio_cont:
+0x2977 005852 bpatch patch11_2 ,mem_patch11 
+0x2978 005853 call lpm_cal_xtal_startup 
+0x2979 005854 call switchto_dpllclk 
+0x297a 005856 setarg param_dpll_start_delay 
+0x297b 005857 iadd clkn_bt ,pdata 
+0x297c 005858 store 4 ,mem_dpll_clkn 
+0x297d 005859 set1 reset ,radio_ctrl 
+0x297e 005860 force 0 ,radio_ctrl 
+0x297f 005861 ncall do_rccal ,wake 
+0x2980 005862 branch set_rccal 
+:      005865 rf_write_freq:
+0x2981 005866 bpatch patch11_3 ,mem_patch11 
+0x2982 005867 setarg 2400 
+0x2983 005868 iadd rega ,temp 
+0x2984 005869 fetch 1 ,mem_fcomp_mul 
+0x2985 005870 jam 0x04 ,rf_pll_rstn 
+0x2986 005871 imul32 temp ,pdata 
+0x2987 005872 fetcht 1 ,mem_fcomp_div 
+0x2988 005873 idiv temp 
+0x2989 005874 call wait_div_end 
+0x298a 005875 quotient rega 
+0x298b 005876 remainder pdata 
+0x298c 005877 lshift16 pdata ,pdata 
+0x298d 005878 lshift4 pdata ,pdata 
+0x298e 005879 idiv temp 
+0x298f 005880 call wait_div_end 
+0x2990 005881 quotient pdata 
+0x2991 005882 lshift8 pdata ,pdata 
+0x2992 005883 lshift pdata ,pdata 
+0x2993 005884 ior rega ,pdata 
+0x2994 005885 hstore 4 ,rf_pll_intg 
+0x2995 005886 jam 0x44 ,rf_pll_rstn 
+0x2996 005887 jam 0xc4 ,rf_pll_rstn 
+0x2997 005888 rtn 
+:      005891 do_rccal:
+0x2998 005892 bpatch patch11_4 ,mem_patch11 
+0x2999 005893 jam 0x02 ,rfen_adc 
+0x299a 005894 setarg 250000 
+0x299b 005895 call sleep 
+0x299c 005896 jam 0x7f ,rfen_rx 
+0x299d 005897 nop 130 
+0x299e 005898 jam 0x30 ,rf_rccal_ctrl 
+0x299f 005899 jam 0xd0 ,rfen_tx 
+0x29a0 005900 jam 0x70 ,rf_rccal_ctrl 
+0x29a1 005901 jam 0xf0 ,rf_rccal_ctrl 
+0x29a2 005902 force 50 ,loopcnt 
+:      005903 do_rccal_loop:
+0x29a3 005904 hfetch 1 ,rf_rccal_result 
+0x29a4 005905 bbit1 5 ,do_rccal_end 
+0x29a5 005906 loop do_rccal_loop 
+:      005907 do_rccal_end:
+0x29a6 005908 store 1 ,mem_rf_rccal 
+0x29a7 005909 jam 0 ,rfen_tx 
+0x29a8 005910 jam 0 ,rfen_rx 
+0x29a9 005911 jam 0x00 ,rfen_adc 
+0x29aa 005912 rtn 
+:      005914 set_rccal:
+0x29ab 005915 bpatch patch11_5 ,mem_patch11 
+0x29ac 005916 fetch 1 ,mem_rf_rccal 
+0x29ad 005917 set1 5 ,pdata 
+0x29ae 005918 hstore 1 ,rf_rccal_ctrl 
+0x29af 005919 hfetcht 1 ,rf_bpf_ctrim 
+0x29b0 005920 and_into 7 ,temp 
+0x29b1 005921 lshift3 pdata ,pdata 
+0x29b2 005922 ior temp ,pdata 
+0x29b3 005923 hstore 1 ,rf_bpf_ctrim 
+0x29b4 005924 hfetch 1 ,rf_bpf_ib 
+0x29b5 005925 set0 bpf_rccal ,pdata 
+0x29b6 005926 hstore 1 ,rf_bpf_ib 
+0x29b7 005927 hfetch 1 ,rf_adc_rccal 
+0x29b8 005928 set0 adc_rccal ,pdata 
+0x29b9 005929 hstore 1 ,rf_adc_rccal 
+0x29ba 005930 rtn 
+:      005932 save_rssi:
+0x29bb 005933 bpatch patch11_6 ,mem_patch11 
+0x29bc 005934 hfetch 2 ,rf_afc_d2a 
+0x29bd 005935 rshift4 pdata ,pdata 
+0x29be 005936 rshift3 pdata ,pdata 
+0x29bf 005937 sub pdata ,0 ,pdata 
+:      005938 bcd:
+0x29c0 005939 and_into 0xff ,pdata 
+0x29c1 005940 div pdata ,10 
+0x29c2 005941 call wait_div_end 
+0x29c3 005942 quotient pdata 
+0x29c4 005943 lshift4 pdata ,pdata 
+0x29c5 005944 remainder temp 
+0x29c6 005945 ior temp ,pdata 
+0x29c7 005946 store 1 ,mem_rssi 
+0x29c8 005947 rtn 
+:      005950 switchto_dpllclk:
+0x29c9 005951 jam clksel_rc ,core_clksel 
+0x29ca 005952 hfetch 1 ,rf_clkpll_frac + 2 
+0x29cb 005953 set0 4 ,pdata 
+0x29cc 005954 set0 5 ,pdata 
+0x29cd 005955 hstore 1 ,rf_clkpll_frac + 2 
+0x29ce 005956 jam 0x00 ,rfen_ck 
+0x29cf 005957 jam 0x00 ,rfen_msc 
+0x29d0 005958 jam 0x70 ,rfen_msc 
+0x29d1 005959 jam 0xff ,rfen_ck 
+0x29d2 005960 hfetch 1 ,rf_clkpll_frac + 2 
+0x29d3 005961 set1 4 ,pdata 
+0x29d4 005962 set1 5 ,pdata 
+0x29d5 005963 hstore 1 ,rf_clkpll_frac + 2 
+0x29d6 005964 call init_lpm_ctrl 
+0x29d7 005965 hfetch 1 ,rf_clkpll_int 
+0x29d8 005966 set1 7 ,pdata 
+0x29d9 005967 hstore 1 ,rf_clkpll_int 
+0x29da 005968 set0 7 ,pdata 
+0x29db 005969 hstore 1 ,rf_clkpll_int 
+0x29dc 005970 set1 7 ,pdata 
+0x29dd 005971 hstore 1 ,rf_clkpll_int 
+0x29de 005972 jam clksel_dpll ,core_clksel 
+0x29df 005973 nop 1 
+0x29e0 005974 jam clksel_xtal ,core_clksel 
+0x29e1 005975 hfetch 1 ,rf_clkpll_frac + 2 
+0x29e2 005976 and_into 0xcf ,pdata 
+0x29e3 005977 hstore 1 ,rf_clkpll_frac + 2 
+0x29e4 005978 or_into 0x30 ,pdata 
+0x29e5 005979 hstore 1 ,rf_clkpll_frac + 2 
+0x29e6 005980 rtn 
+:      005983 xtal_fast_wake:
+0x29e7 005984 setarg 0xf0f 
+0x29e8 005985 branch lpm_write_config 
+:      005987 init_lpm_ctrl:
+0x29e9 005988 setarg 0x80f 
+0x29ea 005989 branch lpm_write_config 
+:      005993 start_receiver:
+0x29eb 005994 bpatch patch11_7 ,mem_patch11 
+0x29ec 005995 call rf_rx_enable 
+0x29ed 005996 disable is_tx 
+0x29ee 005997 enable is_rx 
+0x29ef 005998 pulse init_encrypt 
+0x29f0 005999 rtn 
+:      006001 prep_crypt:
+0x29f1 006002 bpatch patch12_0 ,mem_patch12 
+0x29f2 006003 fetch 1 ,mem_state_map 
+0x29f3 006004 isolate1 smap_encryption ,pdata 
+0x29f4 006005 setflag true ,0 ,pdata 
+0x29f5 006006 hstore 1 ,core_encrypt 
+0x29f6 006007 arg mem_kc ,contr 
+0x29f7 006008 ifetch 9 ,contr 
+0x29f8 006009 iforce kc_ls 
+0x29f9 006010 ifetch 7 ,contr 
+0x29fa 006011 iforce kc_ms 
+0x29fb 006012 fetch 1 ,mem_key_size 
+0x29fc 006013 add pdata ,-1 ,g1l 
+0x29fd 006014 pulse kc_p_activate 
+0x29fe 006015 rtn 
+:      006017 wait_access_end:
+0x29ff 006018 deposit clke 
+0x2a00 006019 store 6 ,mem_sync_clke 
+0x2a01 006020 disable decode_fec0 
+0x2a02 006021 nbranch shutdown_radio ,sync 
+0x2a03 006022 arg param_clke_cal ,clke_rt 
+0x2a04 006023 increase 1 ,clke_bt 
+0x2a05 006024 and_into 0x1fc ,clke_bt 
+0x2a06 006025 rtn 
+:      006029 wait_access_mhalfbnd:
+0x2a07 006030 enable decode_fec0 
+:      006031 wait_access_mhalfbnd_correlate:
+0x2a08 006032 correlate null ,mhalfbnd 
+0x2a09 006033 branch wait_access_end ,sync 
+0x2a0a 006034 compare 0x02 ,clke_bt ,0x02 
+0x2a0b 006035 nbranch wait_access_mhalfbnd_correlate ,true 
+0x2a0c 006036 branch wait_access_end 
+:      006038 wait_access_clkn_rt:
+0x2a0d 006039 bpatch patch12_1 ,mem_patch12 
+0x2a0e 006040 arg param_conn_access ,timeup 
+0x2a0f 006041 enable decode_fec0 
+0x2a10 006042 correlate clkn_rt ,meet 
+0x2a11 006043 disable decode_fec0 
+0x2a12 006044 nbranch shutdown_radio ,sync 
+0x2a13 006045 rtn 
+:      006047 wait_access_forever:
+0x2a14 006048 bpatch patch12_2 ,mem_patch12 
+0x2a15 006049 enable decode_fec0 
+0x2a16 006050 correlate null ,timeout 
+0x2a17 006051 disable decode_fec0 
+0x2a18 006052 nbranch shutdown_radio ,sync 
+0x2a19 006053 arg param_clke_cal ,clke_rt 
+0x2a1a 006054 and_into 0x1fc ,clke_bt 
+0x2a1b 006055 rtn 
+:      006058 reserve_slot:
+0x2a1c 006059 bpatch patch12_3 ,mem_patch12 
+0x2a1d 006060 iforce rega 
+0x2a1e 006061 deposit bt_clk 
+0x2a1f 006062 iadd temp ,timeup 
+0x2a20 006063 copy timeup ,pdata 
+0x2a21 006064 store 4 ,mem_next_btclk 
+0x2a22 006065 deposit rega 
+0x2a23 006066 rtn 
+:      006069 ahead_window:
+0x2a24 006070 copy pdata ,temp 
+0x2a25 006071 bpatch patch12_4 ,mem_patch12 
+0x2a26 006072 copy temp ,pdata 
+0x2a27 006073 call clk2bt 
+0x2a28 006074 lshift16 bt_clk ,pdata 
+0x2a29 006075 set1 44 ,pdata 
+0x2a2a 006076 call clk_diff 
+0x2a2b 006077 set0 44 ,pdata 
+0x2a2c 006078 call get_clk 
+0x2a2d 006079 call clk_diff 
+0x2a2e 006080 rtn user 
+0x2a2f 006081 call clk2rt 
+0x2a30 006082 iforce stop_watch 
+0x2a31 006083 until null ,timeout 
+0x2a32 006084 rtn 
+:      006087 setup_clk:
+0x2a33 006088 bpatch patch12_5 ,mem_patch12 
+0x2a34 006089 branch setup_clkn ,clknt 
+0x2a35 006090 until clke_rt ,meet 
+:      006091 skip_setup_clke:
+0x2a36 006092 copy clke_bt ,temp 
+0x2a37 006093 branch setup_clknbt 
+:      006094 setup_clkn:
+0x2a38 006095 branch skip_setup_clkn ,attempt 
+0x2a39 006096 until clkn_rt ,meet 
+:      006097 skip_setup_clkn:
+0x2a3a 006098 copy clkn_bt ,temp 
+:      006099 setup_clknbt:
+0x2a3b 006100 branch setup_clk11 ,user 
+0x2a3c 006101 compare 1 ,temp ,3 
+0x2a3d 006102 nbranch setup_clk ,true 
+:      006103 setup_complete:
+0x2a3e 006104 bpatch patch12_6 ,mem_patch12 
+0x2a3f 006105 fetch 1 ,mem_state 
+0x2a40 006106 rtnbit0 state_inconn 
+0x2a41 006107 fetch 4 ,mem_next_btclk 
+0x2a42 006108 isub temp ,pdata 
+0x2a43 006109 nrtn positive 
+0x2a44 006110 sub pdata ,0xff ,null 
+0x2a45 006111 branch setup_clk ,positive 
+0x2a46 006112 rtn 
+:      006113 setup_clk11:
+0x2a47 006114 compare 3 ,temp ,3 
+0x2a48 006115 nbranch setup_clk ,true 
+0x2a49 006116 branch setup_complete 
+:      006118 rf_setup_time:
+0x2a4a 006119 bpatch patch12_7 ,mem_patch12 
+0x2a4b 006120 arg param_rf_setup ,timeup 
+0x2a4c 006121 branch setup_clk 
+:      006123 rf_setup_time_slave_slot:
+0x2a4d 006124 disable user 
+0x2a4e 006125 branch rf_setup_time 
+:      006127 rf_setup_time_master_slot:
+0x2a4f 006128 enable user 
+0x2a50 006129 branch rf_setup_time 
+:      006131 start_transmitter:
+0x2a51 006132 bpatch patch13_0 ,mem_patch13 
+0x2a52 006133 call prep_crypt 
+0x2a53 006134 disable is_rx 
+0x2a54 006135 enable is_tx 
+0x2a55 006136 rtn 
+:      006140 start_tx_native:
+0x2a56 006141 bpatch patch13_1 ,mem_patch13 
+0x2a57 006142 arg param_tx_setup ,timeup 
+0x2a58 006143 until clkn_rt ,meet 
+0x2a59 006144 pulse init_encrypt 
+0x2a5a 006145 rtn 
+:      006147 start_rx_native:
+0x2a5b 006148 bpatch patch13_2 ,mem_patch13 
+0x2a5c 006149 arg param_rx_setup ,timeup 
+0x2a5d 006150 until clkn_rt ,meet 
+0x2a5e 006151 rtn 
+:      006154 start_tx_external:
+0x2a5f 006155 bpatch patch13_3 ,mem_patch13 
+0x2a60 006156 arg param_tx_setup ,timeup 
+0x2a61 006157 until clke_rt ,meet 
+0x2a62 006158 pulse init_encrypt 
+0x2a63 006159 rtn 
+:      006161 send_access_word:
+0x2a64 006162 bpatch patch13_4 ,mem_patch13 
+0x2a65 006163 preload access 
+0x2a66 006164 enable encode_fec0 
+0x2a67 006165 set1 txgfsk ,radio_ctrl 
+0x2a68 006166 inject mod ,72 
+0x2a69 006167 disable encode_fec0 
+0x2a6a 006168 rtn 
+:      006171 scan_mode_whiten:
+0x2a6b 006172 copy xin ,temp 
+0x2a6c 006173 or_into 0x60 ,temp 
+0x2a6d 006174 copy temp ,white_init 
+0x2a6e 006175 rtn 
+:      006180 get_free_amaddr:
+0x2a6f 006181 bpatch patch13_5 ,mem_patch13 
+0x2a70 006182 fetch 1 ,mem_current_amaddr 
+0x2a71 006183 increase 1 ,pdata 
+0x2a72 006184 bne param_esco_addr ,get_free_amaddr_cont 
+0x2a73 006185 force 1 ,pdata 
+:      006186 get_free_amaddr_cont:
+0x2a74 006187 store 1 ,mem_current_amaddr 
+0x2a75 006188 iforce am_addr 
+0x2a76 006189 rtn 
+:      006191 get_clk:
+0x2a77 006192 copy clkn ,temp 
+0x2a78 006193 rtn master 
+0x2a79 006194 copy clke ,temp 
+0x2a7a 006195 rtn 
+:      006197 get_clkbt:
+0x2a7b 006198 deposit clkn_bt 
+0x2a7c 006199 rtn master 
+0x2a7d 006200 deposit clke_bt 
+0x2a7e 006201 rtn 
+:      006204 supervision_update:
+0x2a7f 006205 bpatch patch13_6 ,mem_patch13 
+0x2a80 006206 fetcht 4 ,mem_supervision_timer 
+0x2a81 006207 call get_clkbt 
+0x2a82 006208 isub temp ,timeup 
+0x2a83 006209 deposit timeup 
+0x2a84 006210 fetcht 2 ,mem_supervision_to 
+0x2a85 006211 lshift temp ,temp 
+0x2a86 006212 isub temp ,pdata 
+0x2a87 006213 rtn 
+:      006215 supervision_flush:
+0x2a88 006216 bpatch patch13_7 ,mem_patch13 
+0x2a89 006217 call get_clkbt 
+0x2a8a 006218 store 4 ,mem_supervision_timer 
+0x2a8b 006219 rtn 
+:      006221 assert:
+0x2a8c 006222 bpatch patch14_0 ,mem_patch14 
+0x2a8d 006223 branch assert 
+:      006225 loop:
+0x2a8e 006226 branch loop 
+:      006228 sleep:
+0x2a8f 006229 rtn blank 
+0x2a90 006231 rshift pdata ,pdata 
+0x2a91 006232 increase -3 ,pdata 
+:      006233 sleep_loop:
+0x2a92 006234 increase -1 ,pdata 
+0x2a93 006235 nbranch sleep_loop ,zero 
+0x2a94 006236 force 0 ,pdata 
+0x2a95 006237 rtn 
+:      006241 init_param:
+0x2a96 006243 arg 0x10 ,loopcnt 
+0x2a97 006244 arg 0 ,contw 
+0x2a98 006245 call memset0 
+0x2a99 006246 arg mem_le_state ,contw 
+0x2a9a 006247 arg 10 ,loopcnt 
+0x2a9b 006248 call memset0 
+0x2a9c 006249 jam 0 ,mem_sp_calc 
+0x2a9d 006250 jam 0 ,mem_fifo_temp 
+0x2a9e 006251 jam 0 ,mem_le_testtype 
+0x2a9f 006252 jam 0 ,mem_debug_config 
+0x2aa0 006253 jam 0 ,mem_lmp_conn_state 
+0x2aa1 006254 bpatch patch14_1 ,mem_patch14 
+0x2aa2 006255 jam 0 ,mem_connection_options 
+0x2aa3 006256 jam 0 ,mem_tester_emulate 
+0x2aa4 006257 jam 0 ,mem_tester_cnt 
+0x2aa5 006258 setarg param_glap 
+0x2aa6 006259 store 3 ,mem_glap 
+0x2aa7 006260 setarg param_acl_pktlen 
+0x2aa8 006261 store 2 ,mem_acl_pktlen 
+0x2aa9 006262 jam param_sco_pktlen ,mem_sco_pktlen 
+0x2aaa 006263 jam param_acl_pktcnt ,mem_acl_pktcnt 
+0x2aab 006264 jam param_sco_pktcnt ,mem_sco_pktcnt 
+0x2aac 006265 setarg param_hci_version 
+0x2aad 006266 store 3 ,mem_hci_version 
+0x2aae 006271 jam 0x60 ,mem_fhs_misc 
+0x2aaf 006272 jam param_max_slot ,mem_max_slot 
+0x2ab0 006273 jam 0x02 ,mem_fw_ver 
+0x2ab1 006274 fetch 1 ,mem_ssp_enable 
+0x2ab2 006275 ncall init_memp ,blank 
+0x2ab3 006276 fetch 1 ,mem_le_secure_connect_enable 
+0x2ab4 006277 ncall init_memp_256 ,blank 
+0x2ab5 006278 bpatch patch14_2 ,mem_patch14 
+0x2ab6 006279 rtn wake 
+0x2ab7 006280 setarg 0 
+0x2ab8 006281 store 2 ,mem_tx_len 
+0x2ab9 006282 rshift clkn_bt ,pdata 
+0x2aba 006283 store 4 ,mem_last_clkn 
+0x2abb 006284 rtn 
+:      006291 lpmstate:
+0x2abc 006292 setarg 0xee21 
+0x2abd 006293 hstore 2 ,core_clkoff 
+0x2abe 006294 hfetch 4 ,core_gpio_in 
+0x2abf 006295 store 4 ,mem_saved_gpio_in 
+0x2ac0 006296 hfetch 1 ,core_lpm_ldocnt 
+0x2ac1 006297 store 1 ,mem_wakup_from_power_flag 
+0x2ac2 006298 bbit0 gpio_latch ,loadcode 
+0x2ac3 006299 enable wake 
+0x2ac4 006300 bbit0 cold_wake ,lpmwake 
+0x2ac5 006301 disable wake 
+0x2ac6 006302 deposit auxcnt 
+0x2ac7 006303 nbranch lpmwake ,blank 
+0x2ac8 006304 hfetch 1 ,core_lpm_ctrl + 3 
+0x2ac9 006305 bbit1 reload_code ,lpmwake 
+0x2aca 006306 arg param_hibernate_clks ,temp 
+0x2acb 006307 branch lpm_enter_sleep 
+:      006308 lpmwake:
+0x2acc 006309 hfetch 3 ,core_lpm_xtalcnt 
+0x2acd 006310 hstore 3 ,core_lpm_reg 
+0x2ace 006311 ifetch 1 ,contr 
+0x2acf 006312 or_into isogate_mask ,pdata 
+0x2ad0 006313 istore 1 ,contw 
+0x2ad1 006314 call lpm_write_ctrl2 
+0x2ad2 006315 hfetch 1 ,core_lpm_isogate 
+0x2ad3 006316 set1 enable_retmem ,pdata 
+0x2ad4 006317 hstore 1 ,core_lpm_isogate 
+0x2ad5 006318 call lpm_write_ctrl2 
+0x2ad6 006319 call lpm_load_context ,wake 
+0x2ad7 006320 hfetch 1 ,core_lpm_reg + 2 
+0x2ad8 006321 set0 gpio_latch ,pdata 
+0x2ad9 006322 hstore 1 ,core_lpm_reg + 2 
+0x2ada 006323 call lpm_write_ctrl2 
+0x2adb 006324 nbranch loadcode ,wake 
+0x2adc 006325 rtnmark0 mark_otp_encrypt 
+0x2add 006326 jam lock_otp ,core_misc_ctrl 
+0x2ade 006327 rtn 
+:      006329 lpm_load_context:
+0x2adf 006330 fetch 1 ,mem_saved_spidctrl 
+0x2ae0 006331 hstore 1 ,core_spid_ctrl 
+0x2ae1 006332 fetch 3 ,mem_saved_gsel 
+0x2ae2 006333 hstore 3 ,core_gpio_sel 
+0x2ae3 006334 fetch 4 ,mem_saved_gpio + 4 
+0x2ae4 006335 hstore 4 ,core_gpio_out0 
+0x2ae5 006336 fetch 4 ,mem_saved_gpio 
+0x2ae6 006337 hstore 4 ,core_gpio_oe0 
+0x2ae7 006338 fetch 8 ,mem_saved_gpio + 8 
+0x2ae8 006339 hstore 8 ,core_gpio_pu0 
+0x2ae9 006340 fetch 8 ,mem_saved_mark 
+0x2aea 006341 iforce mark 
+0x2aeb 006342 hfetch 8 ,core_gpio_wakeup_low 
+0x2aec 006343 store 8 ,mem_gpio_wakeup_low 
+0x2aed 006344 call load_ucode 
+0x2aee 006345 rtn 
+:      006347 lpm_save_context:
+0x2aef 006348 deposit mark 
+0x2af0 006349 store 8 ,mem_saved_mark 
+0x2af1 006350 hfetch 8 ,core_gpio_oe0 
+0x2af2 006351 store 8 ,mem_saved_gpio 
+0x2af3 006352 ifetch 8 ,contr 
+0x2af4 006353 istore 8 ,contw 
+0x2af5 006354 hfetch 3 ,core_gpio_sel 
+0x2af6 006355 store 3 ,mem_saved_gsel 
+0x2af7 006356 hfetch 1 ,core_spid_ctrl 
+0x2af8 006357 store 1 ,mem_saved_spidctrl 
+0x2af9 006358 branch lpm_write_gpio_wakeup 
+:      006360 lpo_calibration:
+0x2afa 006361 hfetch 1 ,core_bist_ctrl 
+0x2afb 006362 nbranch lpo_cal_inited ,blank 
+0x2afc 006363 fetch 3 ,mem_clks_per_lpo 
+0x2afd 006364 nrtn blank 
+0x2afe 006365 jam 0xc0 ,core_bist_ctrl 
+0x2aff 006366 jam ccnt_start ,core_misc_ctrl 
+:      006367 lpo_cal_inited:
+0x2b00 006368 hfetch 1 ,core_perf_status 
+0x2b01 006369 rtnbit0 1 
+0x2b02 006370 hfetch 3 ,core_clk_counter 
+0x2b03 006371 store 3 ,mem_clks_per_lpo 
+0x2b04 006372 rtn 
+:      006376 lpm_adjust_clk:
+0x2b05 006377 bpatch patch14_3 ,mem_patch14 
+0x2b06 006378 deposit clke 
+0x2b07 006379 call clk_diff_rt 
+0x2b08 006380 fetcht 4 ,mem_sleep_counter_all 
+0x2b09 006381 sub temp ,0xff ,null 
+0x2b0a 006382 rtn positive 
+0x2b0b 006383 lshift8 pdata ,pdata 
+0x2b0c 006384 lshift4 pdata ,pdata 
+0x2b0d 006385 idiv temp 
+0x2b0e 006386 call wait_div_end 
+0x2b0f 006387 quotient pdata 
+0x2b10 006388 arg param_lpm_adjmax ,temp 
+0x2b11 006389 call ceiling 
+0x2b12 006390 store 1 ,mem_lpm_adjust 
+0x2b13 006391 nbranch lpm_adjust_positive ,user 
+0x2b14 006392 sub pdata ,0 ,pdata 
+:      006393 lpm_adjust_positive:
+0x2b15 006394 fetcht 3 ,mem_clks_per_lpo 
+0x2b16 006395 iadd temp ,pdata 
+0x2b17 006396 store 3 ,mem_clks_per_lpo 
+:      006397 lpm_clear_counter:
+0x2b18 006398 setarg 0 
+0x2b19 006399 store 4 ,mem_sleep_counter_all 
+0x2b1a 006400 rtn 
+:      006404 lpm_doze:
+0x2b1b 006405 fetch 1 ,mem_lpm_config + 2 
+0x2b1c 006406 set1 reload_code ,pdata 
+0x2b1d 006407 store 1 ,mem_lpm_config + 2 
+0x2b1e 006408 branch lpm_hibernate_normal 
+:      006412 lpm_hibernate:
+0x2b1f 006413 arg param_hibernate_clks ,temp 
+0x2b20 006414 fetch 1 ,mem_lpm_config + 1 
+0x2b21 006415 set0 7 ,pdata 
+0x2b22 006416 store 1 ,mem_lpm_config + 1 
+:      006417 lpm_hibernate_normal:
+0x2b23 006418 bpatch patch14_4 ,mem_patch14 
+0x2b24 006419 call lpm_write_gpio_wakeup 
+0x2b25 006420 fetch 1 ,mem_lpm_hibernate_switch 
+0x2b26 006421 store 1 ,mem_lpm_xtalcnt + 4 
+0x2b27 006422 fetch 1 ,mem_lpm_xtalcnt + 2 
+0x2b28 006423 set1 cold_wake ,pdata 
+0x2b29 006424 store 1 ,mem_lpm_xtalcnt + 2 
+:      006427 lpm_sleep:
+0x2b2a 006428 bpatch patch14_5 ,mem_patch14 
+0x2b2b 006429 call xtal_fast_wake 
+0x2b2c 006430 fetch 4 ,mem_sleep_counter_all 
+0x2b2d 006431 iadd temp ,pdata 
+0x2b2e 006432 store 4 ,mem_sleep_counter_all 
+0x2b2f 006433 call lpm_save_context 
+0x2b30 006434 fetch 5 ,mem_lpm_xtalcnt 
+0x2b31 006435 hstore 4 ,core_lpm_reg 
+0x2b32 006436 rshift32 pdata ,rega 
+0x2b33 006437 until null ,lpo_edge 
+0x2b34 006438 deposit clkn 
+0x2b35 006439 store 6 ,mem_sleep_clkn 
+0x2b36 006440 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+0x2b37 006441 until null ,lpo_edge 
+0x2b38 006442 until null ,lpo_edge 
+0x2b39 006443 deposit rega 
+0x2b3a 006444 hstore 1 ,core_lpm_isogate 
+0x2b3b 006445 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+:      006446 lpm_enter_sleep:
+0x2b3c 006447 until null ,lpo_edge 
+0x2b3d 006448 until null ,lpo_edge 
+0x2b3e 006449 hstoret 4 ,core_lpm_reg 
+0x2b3f 006450 jam lpmreg_sel_counter ,core_lpm_wr 
+0x2b40 006451 until null ,never 
+:      006456 lpm_recover_clk:
+0x2b41 006457 bpatch patch14_6 ,mem_patch14 
+0x2b42 006458 setarg 0 
+0x2b43 006459 copy auxcnt ,null 
+0x2b44 006460 branch lpm_recover_timeout ,zero 
+0x2b45 006461 hfetch 1 ,core_lpm_xtalcnt 
+0x2b46 006462 hfetcht 1 ,core_lpm_buckcnt 
+0x2b47 006463 isub temp ,null 
+0x2b48 006464 branch lpm_recover_xtal ,positive 
+0x2b49 006465 deposit temp 
+:      006466 lpm_recover_xtal:
+0x2b4a 006467 isub auxcnt ,pdata 
+0x2b4b 006468 increase 1 ,pdata 
+:      006469 lpm_recover_timeout:
+0x2b4c 006470 increase 8 ,pdata 
+0x2b4d 006471 until null ,lpo_edge 
+0x2b4e 006472 iadd lpo_time ,pdata 
+0x2b4f 006473 fetcht 4 ,mem_sleep_counter 
+0x2b50 006474 iadd temp ,pdata 
+0x2b51 006475 fetcht 3 ,mem_clks_per_lpo 
+0x2b52 006476 imul32 temp ,pdata 
+0x2b53 006477 rshift8 pdata ,pdata 
+0x2b54 006478 rshift4 pdata ,pdata 
+0x2b55 006479 increase param_lpm_fix ,pdata 
+0x2b56 006480 arg 3750 ,temp 
+0x2b57 006481 idiv temp 
+0x2b58 006482 call wait_div_end 
+0x2b59 006483 quotient pdata 
+0x2b5a 006484 lshift16 pdata ,pdata 
+0x2b5b 006485 remainder temp 
+0x2b5c 006486 ior temp ,pdata 
+0x2b5d 006487 fetcht 6 ,mem_sleep_clkn 
+0x2b5e 006488 call clk_add 
+0x2b5f 006489 copy temp ,clkn 
+0x2b60 006490 fetch 6 ,mem_context + coffset_clk_offset 
+0x2b61 006491 call calc_clke2 
+0x2b62 006492 deposit clke 
+0x2b63 006493 store 6 ,mem_pdatatemp 
+0x2b64 006494 deposit auxcnt 
+0x2b65 006495 istore 1 ,contw 
+0x2b66 006496 hfetch 1 ,core_gpio_in1 
+0x2b67 006497 or_into 0xf0 ,pdata 
+0x2b68 006498 istore 1 ,contw 
+0x2b69 006499 rtn 
+:      006501 lpm_dispatch:
+0x2b6a 006502 bpatch patch14_7 ,mem_patch14 
+0x2b6b 006503 call lpo_calibration 
+0x2b6c 006504 fetch 3 ,mem_clks_per_lpo 
+0x2b6d 006505 rtn blank 
+0x2b6e 006506 fetch 1 ,mem_lpm_mode 
+0x2b6f 006507 rtn blank 
+0x2b70 006508 fetch 1 ,mem_ssp_enable 
+0x2b71 006509 branch lpm_dispatch_next ,blank 
+0x2b72 006510 fetch 1 ,mem_sp_local_key_invalid 
+0x2b73 006511 rtn blank 
+:      006512 lpm_dispatch_next:
+0x2b74 006513 fetch 1 ,mem_le_sc_calc 
+0x2b75 006514 nrtn blank 
+0x2b76 006515 call lpm_check_wake_lock 
+0x2b77 006516 nrtn blank 
+0x2b78 006517 fetch 1 ,mem_context 
+0x2b79 006518 compare 3 ,pdata ,0x7 
+0x2b7a 006519 nbranch lpm_dispatch_unconn ,true 
+0x2b7b 006520 fetch 2 ,mem_context + coffset_tsniff 
+0x2b7c 006521 rtn blank 
+0x2b7d 006522 rtn wake 
+0x2b7e 006523 bpatch patch15_0 ,mem_patch15 
+:      006524 lpm_dispatch_next2:
+0x2b7f 006525 fetcht 1 ,mem_lpm_current_mult 
+0x2b80 006526 fetch 2 ,mem_context + coffset_tsniff 
+0x2b81 006527 imul32 temp ,pdata 
+0x2b82 006528 rshift4 temp ,temp 
+0x2b83 006529 rshift2 temp ,temp 
+0x2b84 006530 isub temp ,pdata 
+0x2b85 006531 fetcht 4 ,mem_context + coffset_sniff_anchor 
+0x2b86 006532 iadd temp ,pdata 
+0x2b87 006533 fetcht 1 ,mem_lpm_overhead 
+0x2b88 006534 isub temp ,pdata 
+0x2b89 006535 lshift16 pdata ,alarm 
+0x2b8a 006536 bpatch patch15_1 ,mem_patch15 
+0x2b8b 006537 fetch 2 ,mem_context + coffset_rx_window 
+0x2b8c 006538 rshift pdata ,pdata 
+0x2b8d 006539 call clk2bt 
+0x2b8e 006540 deposit alarm 
+0x2b8f 006541 call clk_diff 
+0x2b90 006542 copy clke ,temp 
+0x2b91 006543 call clk_diff_rt 
+0x2b92 006544 rtn user 
+:      006545 lpm_dispatch_sleep:
+0x2b93 006546 call clk2lpo 
+:      006547 lpm_dispatch_lpo:
+0x2b94 006548 bpatch patch15_2 ,mem_patch15 
+0x2b95 006549 fetch 1 ,mem_lpm_xtalcnt 
+0x2b96 006550 isub temp ,null 
+0x2b97 006551 branch lpm_clear_counter ,positive 
+0x2b98 006552 storet 4 ,mem_sleep_counter 
+0x2b99 006553 call app_will_enter_lpm 
+0x2b9a 006554 call l2cap_lpm_save_txbuf 
+0x2b9b 006555 fetcht 4 ,mem_sleep_counter 
+0x2b9c 006556 branch lpm_sleep 
+:      006558 lpm_dispatch_unconn:
+0x2b9d 006559 bpatch patch15_3 ,mem_patch15 
+0x2b9e 006560 fetch 1 ,mem_context 
+0x2b9f 006561 rtnbit1 state_inconn 
+0x2ba0 006562 rtnbit1 state_inpage 
+0x2ba1 006563 fetch 1 ,mem_ssp_enable 
+0x2ba2 006564 branch lpm_unconn_nossp ,blank 
+0x2ba3 006565 fetch 1 ,mem_sp_local_key_invalid 
+0x2ba4 006566 rtn blank 
+:      006567 lpm_unconn_nossp:
+0x2ba5 006568 bpatch patch15_4 ,mem_patch15 
+0x2ba6 006569 fetch 1 ,mem_le_adv_enable 
+0x2ba7 006570 nbranch lpm_unconn_cont ,blank 
+0x2ba8 006571 fetch 1 ,mem_scan_mode 
+0x2ba9 006572 rtn blank 
+:      006573 lpm_unconn_cont:
+0x2baa 006574 fetch 2 ,mem_lpm_interval 
+0x2bab 006575 rtn blank 
+:      006576 lpm_sleep_btclk:
+0x2bac 006577 fetcht 1 ,mem_lpm_overhead 
+0x2bad 006578 isub temp ,pdata 
+0x2bae 006579 arg 7500 ,temp 
+0x2baf 006580 imul32 temp ,pdata 
+0x2bb0 006581 branch lpm_dispatch_sleep 
+:      006583 lpm_set_mult:
+0x2bb1 006584 bpatch patch15_5 ,mem_patch15 
+0x2bb2 006585 disable wake 
+0x2bb3 006586 fetch 1 ,mem_state 
+0x2bb4 006587 rtnbit0 state_insniff 
+0x2bb5 006588 nbranch lpm_not_match ,match 
+0x2bb6 006589 call lpm_match 
+0x2bb7 006590 fetch 2 ,mem_rx_window_sniff 
+0x2bb8 006591 store 2 ,mem_rx_window 
+0x2bb9 006592 fetch 1 ,mem_arq 
+0x2bba 006593 bbit1 wack ,lpm_mult_short 
+0x2bbb 006594 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x2bbc 006595 call l2cap_malloc_is_fifo_empty 
+0x2bbd 006596 nbranch lpm_mult_short ,blank 
+0x2bbe 006597 fetch 1 ,mem_classic_bt_flag 
+0x2bbf 006598 bbit1 short_mult_flag ,lpm_mult_short 
+:      006599 lpm_mult_wait_timeout:
+0x2bc0 006600 jam 0 ,mem_lpm_current_mult 
+0x2bc1 006601 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x2bc2 006602 fetch 1 ,mem_lpm_mult_cnt 
+0x2bc3 006603 branch lpm_mult_long ,blank 
+0x2bc4 006604 increase -1 ,pdata 
+0x2bc5 006605 store 1 ,mem_lpm_mult_cnt 
+0x2bc6 006606 rtn 
+:      006609 classic_bt_set_mult_short_flag:
+0x2bc7 006610 arg short_mult_flag ,queue 
+0x2bc8 006611 branch classic_bluetooth_set_flag 
+:      006613 classic_bt_clr_mult_short_flag:
+0x2bc9 006614 arg short_mult_flag ,queue 
+0x2bca 006615 branch classic_bluetooth_clr_flag 
+:      006619 lpm_match:
+0x2bcb 006620 jam 0 ,mem_sniff_unint_lost 
+0x2bcc 006621 fetch 3 ,mem_sniff_rcv 
+0x2bcd 006622 increase 1 ,pdata 
+0x2bce 006623 store 3 ,mem_sniff_rcv 
+0x2bcf 006624 rtn 
+:      006626 lpm_not_match:
+0x2bd0 006627 bpatch patch15_6 ,mem_patch15 
+0x2bd1 006628 fetcht 2 ,mem_rx_window_sniff 
+0x2bd2 006629 rshift temp ,temp 
+0x2bd3 006630 fetch 2 ,mem_rx_window 
+0x2bd4 006631 iadd temp ,pdata 
+0x2bd5 006632 store 2 ,mem_rx_window 
+:      006633 lpm_lost:
+0x2bd6 006634 jam 0 ,mem_lpm_current_mult 
+0x2bd7 006635 fetch 3 ,mem_sniff_lost 
+0x2bd8 006636 increase 1 ,pdata 
+0x2bd9 006637 store 3 ,mem_sniff_lost 
+0x2bda 006638 fetch 1 ,mem_sniff_unint_lost 
+0x2bdb 006639 increase 1 ,pdata 
+0x2bdc 006640 store 1 ,mem_sniff_unint_lost 
+0x2bdd 006641 rtn 
+:      006643 lpm_mult_short:
+0x2bde 006644 jam 0 ,mem_lpm_current_mult 
+0x2bdf 006645 fetch 1 ,mem_lpm_mult_timeout 
+0x2be0 006646 store 1 ,mem_lpm_mult_cnt 
+0x2be1 006647 rtn 
+:      006649 lpm_mult_long:
+0x2be2 006650 fetcht 1 ,mem_lpm_mult 
+0x2be3 006651 storet 1 ,mem_lpm_current_mult 
+0x2be4 006652 rtn 
+:      006654 lpm_cal_xtal_startup:
+0x2be5 006655 bpatch patch15_7 ,mem_patch15 
+0x2be6 006656 fetch 1 ,mem_lpm_xtalcnt 
+0x2be7 006657 nrtn blank 
+0x2be8 006658 jam clksel_rc ,core_clksel 
+0x2be9 006659 setarg 0xf0c 
+0x2bea 006660 call lpm_write_config 
+0x2beb 006661 setarg 200000 
+0x2bec 006662 call sleep 
+0x2bed 006663 until null ,lpo_edge 
+0x2bee 006664 copy lpo_time ,alarm 
+0x2bef 006665 call xtal_fast_wake 
+0x2bf0 006666 jam clksel_xtal ,core_clksel 
+0x2bf1 006667 nop 10 
+0x2bf2 006668 until null ,lpo_edge 
+0x2bf3 006669 deposit lpo_time 
+0x2bf4 006670 isub alarm ,pdata 
+0x2bf5 006671 increase 0x30 ,pdata 
+0x2bf6 006672 arg 0xff ,temp 
+0x2bf7 006673 call ceiling 
+0x2bf8 006674 store 1 ,mem_lpm_xtalcnt 
+0x2bf9 006675 nop 30000 
+0x2bfa 006676 nop 30000 
+0x2bfb 006677 nop 30000 
+0x2bfc 006678 rtn 
+:      006680 lpm_cal_xtal_startup_by_snooze:
+0x2bfd 006681 fetch 1 ,mem_lpm_xtalcnt 
+0x2bfe 006682 nrtn blank 
+0x2bff 006683 jam 0xff ,core_xtal_stable_time 
+0x2c00 006684 jam clksel_rc ,core_clksel 
+0x2c01 006685 call xtal_fast_wake 
+0x2c02 006686 setarg 1000 
+0x2c03 006687 iadd lpo_time ,alarm 
+0x2c04 006688 snooze 
+0x2c05 006689 deposit lpo_time 
+0x2c06 006690 nop 12000 
+0x2c07 006691 nop 12000 
+0x2c08 006692 nop 12000 
+0x2c09 006693 nop 12000 
+0x2c0a 006694 nop 12000 
+0x2c0b 006695 nop 12000 
+0x2c0c 006696 nop 12000 
+0x2c0d 006697 nop 12000 
+0x2c0e 006698 nop 12000 
+0x2c0f 006699 isub alarm ,pdata 
+0x2c10 006700 add pdata ,0x30 ,pdata 
+0x2c11 006701 arg 0xff ,temp 
+0x2c12 006702 call ceiling 
+0x2c13 006703 store 1 ,mem_lpm_xtalcnt 
+0x2c14 006704 nop 30000 
+0x2c15 006705 nop 30000 
+0x2c16 006706 nop 30000 
+0x2c17 006707 rtn 
+:      006712 lpm_write_config:
+0x2c18 006713 arg 0xfff ,contw 
+0x2c19 006714 iand contw ,contw 
+0x2c1a 006715 fetch 1 ,mem_lpm_config 
+0x2c1b 006716 and_into 0xf0 ,pdata 
+0x2c1c 006717 lshift8 pdata ,pdata 
+0x2c1d 006718 ior contw ,pdata 
+0x2c1e 006719 hstore 2 ,core_lpm_reg 
+0x2c1f 006720 ifetch 2 ,contr 
+0x2c20 006721 istore 2 ,contw 
+:      006723 lpm_write_ctrl:
+0x2c21 006724 setarg lpmreg_sel_ctrl 
+0x2c22 006725 branch lpm_write 
+:      006727 lpm_write_ctrl2:
+0x2c23 006728 setarg lpmreg_sel_ctrl2 
+:      006729 lpm_write:
+0x2c24 006730 until null ,lpo_edge 
+0x2c25 006731 hstore 1 ,core_lpm_wr 
+0x2c26 006732 until null ,lpo_edge 
+0x2c27 006733 until null ,lpo_edge 
+0x2c28 006734 rtn 
+:      006737 lpm_write_gpio_wakeup:
+0x2c29 006738 bpatch patch16_0 ,mem_patch16 
+0x2c2a 006739 fetch 4 ,mem_gpio_wakeup_low 
+0x2c2b 006740 hstore 4 ,core_lpm_reg 
+0x2c2c 006741 setarg lpmreg_sel_gpiolow 
+0x2c2d 006742 call lpm_write 
+0x2c2e 006743 fetch 4 ,mem_gpio_wakeup_high 
+0x2c2f 006744 hstore 4 ,core_lpm_reg 
+0x2c30 006745 setarg lpmreg_sel_gpiohigh 
+0x2c31 006746 branch lpm_write 
+:      006748 lpm_get_wake_lock:
+0x2c32 006749 fetch 2 ,mem_lpm_wake_lock 
+0x2c33 006750 qset1 pdata 
+0x2c34 006751 store 2 ,mem_lpm_wake_lock 
+0x2c35 006752 rtn 
+:      006754 lpm_put_wake_lock:
+0x2c36 006755 fetch 2 ,mem_lpm_wake_lock 
+0x2c37 006756 qset0 pdata 
+0x2c38 006757 store 2 ,mem_lpm_wake_lock 
+0x2c39 006758 rtn 
+:      006762 lpm_check_wake_lock:
+0x2c3a 006763 bpatch patch16_1 ,mem_patch16 
+0x2c3b 006764 call app_check_wake_lock 
+0x2c3c 006765 fetch 2 ,mem_lpm_wake_lock 
+0x2c3d 006766 copy pdata ,rega 
+0x2c3e 006767 fetch 1 ,mem_state_map 
+0x2c3f 006768 isolate1 smap_rxlmp ,pdata 
+0x2c40 006769 setflag true ,wake_lock_lmp_rx ,rega 
+0x2c41 006770 fetch 1 ,mem_lmo_opcode1 
+0x2c42 006771 fetcht 1 ,mem_lmo_opcode2 
+0x2c43 006772 iadd temp ,pdata 
+0x2c44 006773 fetcht 1 ,mem_lmp_to_send 
+0x2c45 006774 iadd temp ,pdata 
+0x2c46 006775 nsetflag blank ,wake_lock_lmp_tx ,rega 
+0x2c47 006776 fetch 1 ,mem_le_tx_buff_used 
+0x2c48 006777 nsetflag blank ,wake_lock_ble_tx ,rega 
+0x2c49 006778 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x2c4a 006779 fetcht 2 ,mem_l2cap_rxbuff2_len 
+0x2c4b 006780 iadd temp ,pdata 
+0x2c4c 006781 nsetflag blank ,wake_lock_l2cap_rx ,rega 
+0x2c4d 006782 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x2c4e 006783 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
+0x2c4f 006784 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
+0x2c50 006785 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
+0x2c51 006786 fetch 1 ,mem_hci_cmd 
+0x2c52 006787 nsetflag blank ,wake_lock_cmd ,rega 
+0x2c53 006788 fetch 1 ,mem_device_option 
+0x2c54 006789 compare dvc_op_module ,pdata ,0xff 
+0x2c55 006790 call lpm_uart_wake_lock ,true 
+0x2c56 006791 setarg -8 
+0x2c57 006792 iand rega ,rega 
+0x2c58 006793 copy rega ,pdata 
+0x2c59 006794 store 2 ,mem_lpm_wake_lock 
+0x2c5a 006795 rtn 
+:      006797 lpm_uart_wake_lock:
+0x2c5b 006798 hfetch 2 ,core_uart_rxitems 
+0x2c5c 006799 nsetflag blank ,wake_lock_uart_rx ,rega 
+0x2c5d 006800 hfetch 2 ,core_uart_txitems 
+0x2c5e 006801 nsetflag blank ,wake_lock_uart_tx ,rega 
+0x2c5f 006802 rtn 
+:      006804 lpm_shut_down:
+0x2c60 006805 hfetch 4 ,core_lpm_ctrl 
+0x2c61 006806 set0 27 ,pdata 
+0x2c62 006807 hstore 4 ,core_lpm_reg 
+0x2c63 006808 call lpm_write_ctrl 
+0x2c64 006809 branch assert 
+:      006811 lpm_disable_exen_output:
+0x2c65 006812 hfetch 4 ,core_lpm_xtalcnt 
+0x2c66 006813 set0 20 ,pdata 
+0x2c67 006814 hstore 4 ,core_lpm_reg 
+0x2c68 006815 branch lpm_write_ctrl2 
+:      006817 check_bt_disabled:
+0x2c69 006818 fetch 2 ,mem_chip_functions 
+0x2c6a 006819 bbit1 bt_disabled ,assert 
+0x2c6b 006820 rtn 
+:      006821 check_ble_disabled:
+0x2c6c 006822 fetch 2 ,mem_chip_functions 
+0x2c6d 006823 bbit1 ble_disabled ,assert 
+0x2c6e 006824 rtn 
+:      006825 check_module_disabled:
+0x2c6f 006826 fetch 2 ,mem_chip_functions 
+0x2c70 006827 bbit1 module_disable ,assert 
+0x2c71 006828 rtn 
+:      006889 g24_dispatch:
+0x2c72 006890 bpatch patch16_2 ,mem_patch16 
+0x2c73 006891 call g24_head_ptr2regc 
+0x2c74 006892 add regc ,offset_24g_mode ,regb 
+0x2c75 006893 ifetch 1 ,regb 
+0x2c76 006895 rtneq disable_24g 
+0x2c77 006896 beq tx_24g ,g24_transmit_process 
+0x2c78 006897 beq rx_24g ,g24_receive_process 
+0x2c79 006898 rtn 
+:      006900 g24_head_ptr2regc:
+0x2c7a 006901 fetcht 2 ,mem_24g_head_ptr 
+0x2c7b 006902 copy temp ,regc 
+0x2c7c 006903 rtn 
+:      006905 g24_receive_process_init:
+0x2c7d 006906 call g24_receive_init 
+0x2c7e 006907 branch g24_mode_switch_init 
+:      006909 g24_receive_process:
+0x2c7f 006910 call g24_mode_switch 
+0x2c80 006911 call g24_dongle_work_mode_auto 
+0x2c81 006912 call g24_dongle_bind_mode_auto 
+0x2c82 006913 branch g24_dongle_search_mode_auto 
+:      006916 g24_pair_init:
+0x2c83 006919 call g24_set0_mem_pid 
+0x2c84 006920 setarg g24_pair_ch 
+0x2c85 006921 call g24_store_mem_ch 
+0x2c86 006922 call g24_store_mem_pair_txpower 
+0x2c87 006925 add regc ,offset_24g_paring_addr ,rega 
+0x2c88 006926 ifetch 4 ,rega 
+0x2c89 006927 branch g24_store_mem_addr 
+:      006929 g24_ch:
+0x2c8a 006930 call g24_head_ptr2regc 
+0x2c8b 006931 add regc ,offset_24g_current_ch_number ,regb 
+0x2c8c 006932 ifetcht 1 ,regb 
+0x2c8d 006934 call g24_ch_temp_incre_size4 
+0x2c8e 006935 add regc ,offset_24g_current_ch_number ,contw 
+0x2c8f 006937 branch g24_contw_istoret_1byte 
+:      006939 g24_ch_temp_incre_size4:
+0x2c90 006940 call g24_ch_calc 
+0x2c91 006941 increase 1 ,temp 
+0x2c92 006942 and_into 3 ,temp 
+0x2c93 006943 rtn 
+:      006945 g24_ch_calc:
+0x2c94 006946 add regc ,offset_24g_addr ,regb 
+0x2c95 006947 ifetch 1 ,regb 
+0x2c96 006949 and_into 0x03 ,pdata 
+0x2c97 006950 mul32 pdata ,4 ,rega 
+0x2c98 006951 add regc ,offset_24g_ch_map1 ,pdata 
+0x2c99 006953 iadd rega ,pdata 
+0x2c9a 006954 iadd temp ,contr 
+0x2c9b 006955 ifetch 1 ,contr 
+0x2c9c 006957 branch g24_store_mem_ch 
+:      006959 g24_set_device_addr:
+0x2c9d 006960 call g24_store_mem_tx_power_temp 
+0x2c9e 006961 call otp_enable_chgpump 
+0x2c9f 006962 setarg 0x7e2 
+0x2ca0 006963 arg mem_temp ,rega 
+0x2ca1 006964 arg 4 ,temp 
+0x2ca2 006965 call otpd_read_data 
+0x2ca3 006966 call otp_disable_chgpump 
+0x2ca4 006967 fetch 4 ,mem_temp 
+0x2ca5 006968 call g24_store_mem_device_addr 
+0x2ca6 006970 nrtn blank 
+0x2ca7 006971 fetch 4 ,mem_lap 
+0x2ca8 006973 branch g24_store_mem_device_addr 
+:      006975 g24_transmit_rf_sta_init:
+0x2ca9 006976 call g24_set1_mem_rf_last_sta 
+0x2caa 006978 setarg 0 
+0x2cab 006979 call g24_store_mem_sync_cnt 
+:      006981 g24_transmit_rf_ctrl_clear:
+0x2cac 006982 call g24_fetch_mem_data_type 
+0x2cad 006984 and_into bits_data ,pdata 
+0x2cae 006986 branch g24_store_mem_data_type 
+:      006988 g24_hop_ch_enable:
+0x2caf 006989 call g24_fetch_mem_data_type 
+0x2cb0 006991 set1 bit_hop ,pdata 
+0x2cb1 006992 call g24_store_mem_data_type 
+0x2cb2 006995 branch g24_store_mem_txpayload 
+:      006997 g24_transmit_hop_pac_fail:
+0x2cb3 006998 call g24_fetch_mem_rf_work_stage 
+0x2cb4 007000 beq 1 ,g24_transmit_hop_pac_fail_wo_hop 
+0x2cb5 007001 beq 2 ,g24_transmit_hop_pac_fail_hop_stage2 
+0x2cb6 007002 rtn 
+:      007004 g24_transmit_hop_pac_fail_wo_hop:
+0x2cb7 007005 call g24_set2_mem_sync_cnt 
+:      007007 g24_transmit_hop_pac_fail_stage1:
+0x2cb8 007008 add regc ,offset_24g_hop_pac_retry ,contw 
+0x2cb9 007009 call g24_mem_set0 
+0x2cba 007011 call g24_store_mem_rf_last_sta 
+0x2cbb 007013 branch g24_transmit_rf_ctrl_clear 
+:      007015 g24_transmit_hop_pac_fail_hop_stage2:
+0x2cbc 007016 call g24_set0_mem_rf_hop_ch 
+0x2cbd 007018 branch g24_transmit_hop_pac_fail_stage1 
+:      007020 g24_transmit_pac_fail_hop_stage3:
+0x2cbe 007021 add regc ,offset_24g_txfail_cnt ,rega 
+0x2cbf 007022 ifetch 1 ,rega 
+0x2cc0 007024 increase 1 ,pdata 
+0x2cc1 007025 add regc ,offset_24g_txfail_cnt ,contw 
+0x2cc2 007026 istore 1 ,contw 
+0x2cc3 007028 beq 0x20 ,g24_tx_attempt_fail 
+0x2cc4 007029 call g24_fetch_mem_rf_hop_ch 
+0x2cc5 007031 beq 1 ,g24_rf_hop_fastly 
+0x2cc6 007032 setarg 1 
+0x2cc7 007033 call g24_store_mem_rf_hop_ch 
+:      007035 g24_rf_hop_attemp_again:
+0x2cc8 007036 call g24_fetch_mem_rf_hop_ch 
+0x2cc9 007038 bne 1 ,g24_transmit_rf_ctrl_clear 
+:      007039 g24_rf_hop_fastly:
+0x2cca 007040 add regc ,offset_24g_hop_fastly_cnt ,rega 
+0x2ccb 007041 ifetch 1 ,rega 
+0x2ccc 007043 increase 1 ,pdata 
+0x2ccd 007044 call g24_store_mem_hop_fastly_cnt 
+0x2cce 007046 beq 4 ,g24_rf_hop_fastly_exit 
+0x2ccf 007047 call g24_ch 
+0x2cd0 007048 call g24_set2_mem_max_retry 
+0x2cd1 007050 branch g24_transmit_packet 
+:      007052 g24_rf_hop_fastly_exit:
+0x2cd2 007053 call g24_set0_mem_hop_fastly_cnt 
+0x2cd3 007055 branch g24_transmit_rf_ctrl_clear 
+:      007057 g24_set0_mem_hop_fastly_cnt:
+0x2cd4 007058 setarg 0 
+:      007059 g24_store_mem_hop_fastly_cnt:
+0x2cd5 007060 add regc ,offset_24g_hop_fastly_cnt ,contw 
+0x2cd6 007061 branch g24_contw_istore_1byte 
+:      007063 g24_transmit_hop_pac_succ_wo_hop:
+0x2cd7 007064 call g24_set2_mem_sync_cnt 
+:      007066 g24_transmit_hop_pac_succ:
+0x2cd8 007067 call g24_set0_mem_rf_hop_ch 
+0x2cd9 007069 call g24_set1_mem_rf_last_sta 
+0x2cda 007071 branch g24_transmit_rf_ctrl_clear 
+:      007073 g24_transmit_succ_rf_config:
+0x2cdb 007074 call g24_fetch_mem_rf_work_stage 
+0x2cdc 007076 beq 3 ,g24_transmit_hop_pac_succ 
+0x2cdd 007077 call g24_fetch_mem_data_type 
+0x2cde 007079 isolate0 bit_hop ,pdata 
+0x2cdf 007080 branch g24_transmit_rf_sta_init ,true 
+0x2ce0 007081 call g24_fetch_mem_rf_work_stage 
+0x2ce1 007083 beq 1 ,g24_transmit_hop_pac_succ_wo_hop 
+0x2ce2 007084 beq 2 ,g24_transmit_hop_pac_succ 
+0x2ce3 007085 rtn 
+:      007087 g24_rf_sta_check:
+0x2ce4 007088 call g24_fetch_mem_pairing_sm 
+0x2ce5 007090 rtnne state_24g_pairing_success 
+0x2ce6 007091 call g24_rf_laststa_synccnt_check 
+0x2ce7 007092 ncall g24_rf_sync_cnt_check ,user2 
+0x2ce8 007093 rtn 
+:      007095 g24_rf_laststa_synccnt_check:
+0x2ce9 007096 disable user2 
+0x2cea 007097 add regc ,offset_24g_rf_last_sta ,rega 
+0x2ceb 007098 ifetch 1 ,rega 
+0x2cec 007100 rtnne 1 
+0x2ced 007101 add regc ,offset_24g_sync_cnt ,rega 
+0x2cee 007102 ifetch 1 ,rega 
+0x2cef 007104 rtnne 0 
+0x2cf0 007105 setarg 1 
+0x2cf1 007106 call g24_store_mem_rf_work_stage 
+0x2cf2 007108 call g24_set4_mem_max_retry 
+0x2cf3 007110 branch enable_user2 
+:      007112 g24_rf_sync_cnt_check:
+0x2cf4 007113 add regc ,offset_24g_sync_cnt ,rega 
+0x2cf5 007114 ifetch 1 ,rega 
+0x2cf6 007116 branch g24_rf_hop_attemp ,blank 
+0x2cf7 007117 increase -1 ,pdata 
+0x2cf8 007118 call g24_store_mem_sync_cnt 
+0x2cf9 007120 setarg 2 
+0x2cfa 007121 call g24_store_mem_rf_work_stage 
+0x2cfb 007123 call g24_ch 
+0x2cfc 007125 branch g24_set4_mem_max_retry 
+:      007127 g24_store_mem_rf_work_stage:
+0x2cfd 007128 add regc ,offset_24g_rf_work_stage ,contw 
+0x2cfe 007129 branch g24_contw_istore_1byte 
+:      007132 g24_rf_hop_attemp:
+0x2cff 007133 setarg 3 
+0x2d00 007134 call g24_store_mem_rf_work_stage 
+0x2d01 007136 call g24_fetch_mem_rf_hop_ch 
+0x2d02 007138 nbranch g24_rf_hop_attemp_again ,blank 
+0x2d03 007139 call g24_ch 
+:      007141 g24_set2_mem_max_retry:
+0x2d04 007142 setarg 2 
+0x2d05 007143 branch g24_store_mem_max_retry 
+:      007145 g24_transmit_process:
+0x2d06 007146 rtnmark0 mark_24g 
+0x2d07 007147 set1 mark_24g_conext ,mark 
+0x2d08 007148 bpatch patch16_3 ,mem_patch16 
+0x2d09 007149 add regc ,offset_24g_tx_without_int ,rega 
+0x2d0a 007150 ifetch 1 ,rega 
+0x2d0b 007152 beq 1 ,g24_transmit_without_int 
+0x2d0c 007153 call g24_timer_check 
+0x2d0d 007154 nbranch g24_transmit_exit ,user 
+0x2d0e 007155 call g24_interval_calibrate 
+:      007156 g24_transmit_without_int:
+0x2d0f 007157 add regc ,offset_24g_tx_without_int ,contw 
+0x2d10 007158 call g24_mem_set0 
+0x2d11 007160 call g24_txdata_prep 
+0x2d12 007161 nbranch g24_enter_lpm ,user 
+0x2d13 007162 call g24_rf_sta_check 
+:      007163 g24_transmit_start:
+0x2d14 007164 call g24_transmit_packet 
+0x2d15 007165 call g24_power_ctrl 
+:      007166 g24_transmit_exit:
+0x2d16 007167 set0 mark_24g_conext ,mark 
+0x2d17 007168 rtn 
+:      007170 g24_timer_timeout:
+0x2d18 007171 rtn zero 
+0x2d19 007172 set1 28 ,pdata 
+0x2d1a 007173 rtn 
+:      007175 g24_interval_calibrate:
+0x2d1b 007176 add regc ,offset_24g_pac_index ,rega 
+0x2d1c 007177 ifetch 1 ,rega 
+0x2d1d 007179 increase 1 ,pdata 
+0x2d1e 007180 add regc ,offset_24g_pac_index ,contw 
+0x2d1f 007181 istore 1 ,contw 
+0x2d20 007183 beq 4 ,g24_interval_max 
+0x2d21 007184 beq 5 ,g24_interval_min 
+0x2d22 007185 rtn 
+:      007186 g24_interval_max:
+0x2d23 007187 add regc ,offset_24g_interval_max ,rega 
+0x2d24 007188 ifetch 1 ,rega 
+:      007190 g24_interval_update:
+0x2d25 007192 add regc ,offset_24g_interval ,contw 
+0x2d26 007193 branch g24_contw_istore_1byte 
+:      007195 g24_interval_min:
+0x2d27 007196 add regc ,offset_24g_pac_index ,contw 
+0x2d28 007197 call g24_mem_set0 
+0x2d29 007199 add regc ,offset_24g_interval_min ,rega 
+0x2d2a 007200 ifetch 1 ,rega 
+0x2d2b 007202 branch g24_interval_update 
+:      007204 g24_txdata_prep:
+0x2d2c 007205 call g24_fetch_mem_pairing_sm 
+0x2d2d 007207 bne state_24g_pairing_success ,g24_pairing_sm 
+0x2d2e 007208 bpatch patch16_4 ,mem_patch16 
+0x2d2f 007209 call g24_package_data 
+0x2d30 007210 nbranch g24_txdata_last_pac ,user 
+0x2d31 007211 call g24_transmit_prep 
+0x2d32 007212 call g24_power_ctrl_pac_incrs 
+:      007213 g24_txdata_enable_tx:
+0x2d33 007215 setarg ensure_on_24g 
+:      007216 g24_store_mem_ensure:
+0x2d34 007217 add regc ,offset_24g_ensure ,contw 
+0x2d35 007218 branch g24_contw_istore_1byte 
+:      007220 g24_txdata_last_pac:
+0x2d36 007221 add regc ,offset_24g_ensure ,rega 
+0x2d37 007222 ifetch 1 ,rega 
+0x2d38 007224 beq ensure_on_24g ,enable_user 
+0x2d39 007225 rtn 
+:      007227 g24_package_data:
+0x2d3a 007229 add regc ,offset_24g_cb_data ,temp 
+0x2d3b 007230 ifetch 2 ,temp 
+0x2d3c 007232 call callback_func 
+0x2d3d 007233 nrtn user 
+0x2d3e 007234 copy rega ,pdata 
+0x2d3f 007235 store 1 ,mem_rega 
+0x2d40 007236 add regc ,offset_24g_abort_pac ,contw 
+0x2d41 007237 call g24_mem_set0 
+0x2d42 007239 call g24_transmit_rf_ctrl_clear 
+0x2d43 007240 store 1 ,mem_24g_common_temp 
+0x2d44 007241 fetch 1 ,mem_rega 
+0x2d45 007242 copy pdata ,rega 
+0x2d46 007243 add rega ,1 ,temp 
+0x2d47 007244 arg mem_24g_common_temp + 1 ,contw 
+0x2d48 007245 copy rega ,loopcnt 
+0x2d49 007246 copy regb ,contr 
+0x2d4a 007247 call memcpy 
+0x2d4b 007248 arg mem_24g_common_temp ,rega 
+:      007249 g24_put_data_in_buff:
+0x2d4c 007250 rtnmark0 mark_24g_conext 
+0x2d4d 007251 add regc ,offset_24g_datalen ,contw 
+0x2d4e 007252 istoret 1 ,contw 
+0x2d4f 007254 copy temp ,loopcnt 
+0x2d50 007255 add regc ,offset_24g_txbuf ,contw 
+0x2d51 007257 copy rega ,contr 
+0x2d52 007258 branch memcpy 
+:      007260 g24_transmit_prep:
+0x2d53 007262 add regc ,offset_24g_datalen ,rega 
+0x2d54 007263 ifetch 1 ,rega 
+0x2d55 007265 increase 2 ,pdata 
+0x2d56 007266 add regc ,offset_24g_txlen ,contw 
+0x2d57 007267 istore 1 ,contw 
+0x2d58 007270 call g24_fetch_mem_data_type 
+0x2d59 007272 call g24_store_mem_txpayload 
+0x2d5a 007275 add regc ,offset_24g_datalen ,rega 
+0x2d5b 007276 ifetch 1 ,rega 
+0x2d5c 007278 lshift3 pdata ,pdata 
+0x2d5d 007279 add regc ,offset_24g_pid ,rega 
+0x2d5e 007280 ifetcht 1 ,rega 
+0x2d5f 007282 and temp ,0x03 ,temp 
+0x2d60 007283 lshift temp ,temp 
+0x2d61 007284 ior temp ,pdata 
+0x2d62 007285 add regc ,offset_24g_no_ack ,rega 
+0x2d63 007286 ifetcht 1 ,rega 
+0x2d64 007288 iadd temp ,pdata 
+0x2d65 007289 istore 1 ,contw 
+0x2d66 007291 add regc ,offset_24g_datalen ,rega 
+0x2d67 007292 ifetch 1 ,rega 
+0x2d68 007294 iforce loopcnt 
+0x2d69 007295 add regc ,offset_24g_txbuf ,contr 
+0x2d6a 007297 branch memcpy 
+:      007299 g24_send_abort_packet:
+0x2d6b 007300 call g24_set1_mem_abort_pac 
+0x2d6c 007302 call g24_set0_mem_rf_hop_ch 
+0x2d6d 007304 call g24_power_ctrl_reinit 
+0x2d6e 007305 call g24_transmit_rf_ctrl_clear 
+0x2d6f 007306 store 1 ,mem_24g_common_temp 
+0x2d70 007307 call g24_put_data_in_buff_pre 
+0x2d71 007308 call g24_fetch_mem_data_type 
+0x2d72 007310 set1 bit_abort ,pdata 
+0x2d73 007311 call g24_store_mem_data_type 
+0x2d74 007313 call g24_transmit_prep 
+0x2d75 007314 call g24_txdata_enable_tx 
+0x2d76 007315 branch g24_transmit_start 
+:      007317 g24_put_data_in_buff_pre:
+0x2d77 007318 store 1 ,mem_24g_common_temp + 1 
+0x2d78 007319 call g24_fetch_mem_device_addr 
+0x2d79 007321 store 4 ,mem_24g_common_temp + 2 
+0x2d7a 007322 arg 6 ,temp 
+0x2d7b 007323 arg mem_24g_common_temp ,rega 
+0x2d7c 007324 branch g24_put_data_in_buff 
+:      007326 g24_enter_lpm:
+0x2d7d 007327 add regc ,offset_24g_abort_pac ,rega 
+0x2d7e 007328 ifetch 1 ,rega 
+0x2d7f 007330 branch g24_send_abort_packet ,blank 
+:      007331 g24_enter_lpm_prepare:
+0x2d80 007333 add regc ,offset_24g_cb_lpm_prepare ,rega 
+0x2d81 007334 ifetch 2 ,rega 
+0x2d82 007336 branch callback_func 
+:      007338 g24_lpm_long_sleep:
+0x2d83 007339 call g24_head_ptr2regc 
+0x2d84 007341 call lpo_calibration 
+0x2d85 007342 fetch 3 ,mem_clks_per_lpo 
+0x2d86 007343 rtn blank 
+0x2d87 007344 add regc ,offset_24g_cb_lpm_before ,temp 
+0x2d88 007345 ifetch 2 ,temp 
+0x2d89 007347 call callback_func 
+0x2d8a 007348 add regc ,offset_24g_enter_hibernate ,temp 
+0x2d8b 007349 ifetch 8 ,temp 
+0x2d8c 007350 call clk2lpo 
+0x2d8d 007351 storet 4 ,mem_sleep_counter 
+0x2d8e 007352 branch lpm_sleep 
+:      007354 g24_transmit_packet:
+0x2d8f 007355 call g24_head_ptr2regc 
+0x2d90 007356 add regc ,offset_24g_retry ,contw 
+0x2d91 007357 call g24_mem_set0 
+:      007359 g24_transmit_loop:
+0x2d92 007360 call g24_transmit_receive_ack 
+0x2d93 007361 nbranch g24_retransmit ,sync 
+0x2d94 007362 nbranch g24_retransmit ,user3 
+0x2d95 007363 call g24_ackpayload_parse 
+0x2d96 007364 call g24_power_ctrl_ack_incrs 
+:      007365 g24_transmit_next_packet:
+0x2d97 007366 call g24_head_ptr2regc 
+0x2d98 007367 add regc ,offset_24g_pid ,rega 
+0x2d99 007368 ifetch 1 ,rega 
+0x2d9a 007370 increase 1 ,pdata 
+0x2d9b 007371 call g24_store_mem_pid 
+0x2d9c 007373 call g24_fetch_mem_pairing_sm 
+0x2d9d 007375 bne state_24g_pairing_success ,g24_paring_mode 
+0x2d9e 007376 call g24_transmit_succ_rf_config 
+:      007377 g24_transmit_abandon:
+0x2d9f 007378 setarg 0 
+0x2da0 007379 add regc ,offset_24g_txfail_cnt ,contw 
+0x2da1 007380 istore 2 ,contw 
+0x2da2 007384 setarg ensure_off_24g 
+0x2da3 007385 branch g24_store_mem_ensure 
+:      007388 g24_transmit_receive_ack:
+0x2da4 007389 disable user3 
+0x2da5 007390 call g24_transmit 
+0x2da6 007391 call g24_head_ptr2regc 
+0x2da7 007392 add regc ,offset_24g_no_ack ,rega 
+0x2da8 007393 ifetch 1 ,rega 
+0x2da9 007395 beq no_ack_24g ,g24_transmit_no_ack 
+0x2daa 007396 call g24_receive_packet 
+0x2dab 007397 branch g24_end_of_packet 
+:      007398 g24_transmit_no_ack:
+0x2dac 007399 call g24_end_of_packet 
+0x2dad 007400 branch g24_transmit_next_packet 
+:      007403 g24_retransmit:
+0x2dae 007404 bpatch patch16_5 ,mem_patch16 
+0x2daf 007405 add regc ,offset_24g_get_ack_fail ,rega 
+0x2db0 007406 ifetch 1 ,rega 
+0x2db1 007408 increase 1 ,pdata 
+0x2db2 007409 add regc ,offset_24g_get_ack_fail ,contw 
+0x2db3 007410 istore 1 ,contw 
+0x2db4 007412 call g24_fetch_mem_pairing_sm 
+0x2db5 007414 bne state_24g_pairing_success ,g24_tx_paring_retry 
+0x2db6 007415 add regc ,offset_24g_retry ,rega 
+0x2db7 007416 ifetcht 1 ,rega 
+0x2db8 007418 increase 1 ,temp 
+0x2db9 007419 add regc ,offset_24g_retry ,contw 
+0x2dba 007420 istoret 1 ,contw 
+0x2dbb 007422 add regc ,offset_24g_max_retry ,rega 
+0x2dbc 007423 ifetch 1 ,rega 
+0x2dbd 007425 isub temp ,pdata 
+0x2dbe 007426 nbranch g24_transmit_loop ,blank 
+0x2dbf 007427 bpatch patch16_6 ,mem_patch16 
+0x2dc0 007428 call g24_fetch_mem_rf_work_stage 
+0x2dc1 007430 beq 3 ,g24_transmit_pac_fail_hop_stage3 
+0x2dc2 007431 add regc ,offset_24g_hop_pac_retry ,rega 
+0x2dc3 007432 ifetch 1 ,rega 
+0x2dc4 007434 increase 1 ,pdata 
+0x2dc5 007435 add regc ,offset_24g_hop_pac_retry ,contw 
+0x2dc6 007436 istore 1 ,contw 
+0x2dc7 007438 beq 2 ,g24_transmit_hop_pac_fail 
+0x2dc8 007439 call g24_hop_ch_enable 
+0x2dc9 007440 setarg 1 
+0x2dca 007441 call g24_store_mem_max_retry 
+0x2dcb 007443 branch g24_transmit_packet 
+:      007445 g24_tx_paring_retry:
+0x2dcc 007446 add regc ,offset_24g_get_ack_fail ,rega 
+0x2dcd 007447 ifetch 1 ,rega 
+0x2dce 007449 rtnne 0xff 
+0x2dcf 007450 add regc ,offset_24g_get_ack_fail ,contw 
+0x2dd0 007451 call g24_mem_set0 
+0x2dd1 007453 branch g24_stop_24g_mode 
+:      007455 g24_tx_attempt_fail:
+0x2dd2 007456 add regc ,offset_24g_txfail_cnt ,contw 
+0x2dd3 007457 call g24_mem_set0 
+:      007459 g24_stop_24g_mode:
+0x2dd4 007460 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0x2dd5 007461 branch ui_ipc_send_event 
+:      007463 g24_ackpayload_parse:
+0x2dd6 007464 call g24_read_len_pid_crc 
+0x2dd7 007465 add regc ,offset_24g_rxdata_length ,rega 
+0x2dd8 007466 ifetch 1 ,rega 
+0x2dd9 007468 rtn blank 
+0x2dda 007469 iforce loopcnt 
+0x2ddb 007470 add regc ,offset_24g_rxbuf_add2 ,contr 
+0x2ddc 007472 add regc ,offset_24g_rxpayload ,contw 
+0x2ddd 007474 branch memcpy 
+:      007477 g24_read_len_pid_crc:
+0x2dde 007479 call g24_fetch_mem_rxbuf_add1 
+0x2ddf 007481 rshift3 pdata ,pdata 
+0x2de0 007482 add regc ,offset_24g_rxdata_length ,contw 
+0x2de1 007483 istore 1 ,contw 
+0x2de2 007486 increase 1 ,pdata 
+0x2de3 007487 add regc ,offset_24g_rxbuf_add1 ,contr 
+0x2de4 007489 iadd contr ,contr 
+0x2de5 007490 ifetch 3 ,contr 
+0x2de6 007491 add regc ,offset_24g_sta_crc ,contw 
+0x2de7 007492 istore 3 ,contw 
+0x2de8 007495 call g24_fetch_mem_rxbuf_add1 
+0x2de9 007497 rshift pdata ,pdata 
+0x2dea 007498 and pdata ,0x03 ,pdata 
+0x2deb 007499 add regc ,offset_24g_sta_pid ,contw 
+0x2dec 007500 istore 1 ,contw 
+0x2ded 007502 rtn 
+:      007504 g24_prep:
+0x2dee 007505 disable enable_crc 
+0x2def 007506 disable enable_white 
+0x2df0 007507 setarg 0x555555 
+0x2df1 007508 iforce crc24_init 
+0x2df2 007509 rtn 
+:      007511 g24_set_freq_tx:
+0x2df3 007512 call set_sync_on 
+0x2df4 007513 add regc ,offset_24g_ch ,rega 
+0x2df5 007514 ifetcht 1 ,rega 
+0x2df6 007516 branch set_freq_tx 
+:      007518 g24_transmit:
+0x2df7 007519 call g24_prep 
+0x2df8 007520 call g24_set_freq_tx 
+0x2df9 007521 set1 txgfsk ,radio_ctrl 
+0x2dfa 007522 enable encode_fec0 
+0x2dfb 007523 enable is_tx 
+0x2dfc 007524 disable is_rx 
+0x2dfd 007525 call le_enable 
+0x2dfe 007526 call g24_fetch_mem_addr 
+0x2dff 007528 iforce access 
+0x2e00 007529 inject mod ,32 
+0x2e01 007530 enable enable_crc 
+0x2e02 007531 add regc ,offset_24g_txlen ,rega 
+0x2e03 007532 ifetch 1 ,rega 
+0x2e04 007534 iforce loopcnt 
+0x2e05 007535 add regc ,offset_24g_txpayload ,contr 
+:      007537 g24tr_loop:
+0x2e06 007538 ifetch 1 ,contr 
+0x2e07 007539 inject mod ,8 
+0x2e08 007540 loop g24tr_loop 
+0x2e09 007541 enable enable_parity 
+0x2e0a 007542 inject mod ,24 
+0x2e0b 007543 disable enable_parity 
+0x2e0c 007544 until null ,tx_clear 
+0x2e0d 007545 bpatch patch16_7 ,mem_patch16 
+0x2e0e 007546 nop 100 
+0x2e0f 007547 disable encode_fec0 
+0x2e10 007548 rtn 
+:      007550 g24_receive_packet:
+0x2e11 007551 disable user3 
+0x2e12 007552 force 0 ,radio_ctrl 
+0x2e13 007553 add regc ,offset_24g_ch ,rega 
+0x2e14 007554 ifetcht 1 ,rega 
+0x2e15 007556 call set_freq_rx 
+0x2e16 007557 call rf_rx_enable 
+:      007558 g24_receive_rxon:
+0x2e17 007559 call g24_prep 
+0x2e18 007560 enable decode_fec0 
+0x2e19 007561 enable is_rx 
+0x2e1a 007562 disable is_tx 
+0x2e1b 007563 call le_enable 
+0x2e1c 007564 call g24_fetch_mem_addr 
+0x2e1d 007566 iforce access 
+0x2e1e 007567 enable swfine 
+0x2e1f 007568 add regc ,offset_24g_rx_window ,rega 
+0x2e20 007569 ifetch 2 ,rega 
+0x2e21 007571 iforce stop_watch 
+0x2e22 007572 correlate null ,timeout 
+0x2e23 007573 nbranch g24_sync_timeout ,sync 
+0x2e24 007574 enable enable_crc 
+0x2e25 007575 parse demod ,bucket ,8 
+0x2e26 007576 rshift3 pwindow ,pdata 
+0x2e27 007577 add regc ,offset_24g_rxbuf ,contw 
+0x2e28 007578 istore 1 ,contw 
+0x2e29 007580 add regc ,offset_24g_mode ,rega 
+0x2e2a 007581 ifetch 1 ,rega 
+0x2e2b 007583 beq rx_24g ,g24_receive_skip 
+0x2e2c 007584 bpatch patch17_0 ,mem_patch17 
+0x2e2d 007585 add regc ,offset_24g_rxbuf ,rega 
+0x2e2e 007586 ifetch 1 ,rega 
+0x2e2f 007588 add regc ,offset_24g_data_type ,rega 
+0x2e30 007589 ifetcht 1 ,rega 
+0x2e31 007591 icompare bits_data ,temp 
+0x2e32 007592 nbranch g24_end_of_packet ,true 
+:      007593 g24_receive_skip:
+0x2e33 007594 parse demod ,bucket ,8 
+0x2e34 007595 rshift3 pwindow ,pdata 
+0x2e35 007596 istore 1 ,contw 
+0x2e36 007597 rshift3 pdata ,pdata 
+0x2e37 007598 and pdata ,0x1f ,loopcnt 
+0x2e38 007599 branch g24rx_nopayload ,zero 
+:      007600 g24rx_loop:
+0x2e39 007601 parse demod ,bucket ,8 
+0x2e3a 007602 rshift3 pwindow ,pdata 
+0x2e3b 007603 istore 1 ,contw 
+0x2e3c 007604 loop g24rx_loop 
+:      007605 g24rx_nopayload:
+0x2e3d 007606 parse demod ,bucket ,24 
+0x2e3e 007607 rshift32 pdata ,pdata 
+0x2e3f 007608 rshift16 pdata ,pdata 
+0x2e40 007609 istore 3 ,contw 
+0x2e41 007610 branch g24_end_of_packet ,crc_failed 
+0x2e42 007611 enable user3 
+0x2e43 007612 disable decode_fec0 
+0x2e44 007613 rtn 
+:      007616 g24_end_of_packet:
+0x2e45 007617 disable encode_fec0 
+0x2e46 007618 disable decode_fec0 
+0x2e47 007619 disable enable_crc 
+0x2e48 007620 disable enable_white 
+0x2e49 007621 branch shutdown_radio ,is_rx 
+0x2e4a 007622 until null ,tx_clear 
+0x2e4b 007623 nop 100 
+0x2e4c 007624 branch shutdown_radio 
+:      007626 g24_sync_timeout:
+0x2e4d 007627 call rssi_noise 
+0x2e4e 007628 branch g24_end_of_packet 
+:      007630 rssi_noise:
+0x2e4f 007631 call save_rssi 
+0x2e50 007632 rtn blank 
+0x2e51 007633 add regc ,offset_rssi_noise_index ,rega 
+0x2e52 007634 ifetcht 1 ,rega 
+0x2e53 007636 arg mem_rssi_noise_buffer ,rega 
+0x2e54 007638 call rssi_noise_store 
+0x2e55 007639 add regc ,offset_rssi_noise_index ,contw 
+:      007641 g24_contw_istoret_1byte:
+0x2e56 007642 istoret 1 ,contw 
+0x2e57 007643 rtn 
+:      007645 rssi_noise_store:
+0x2e58 007646 arg rssi_buf_len_noise ,regb 
+0x2e59 007647 branch rssi_store 
+:      007665 rssi_store:
+0x2e5a 007666 copy rega ,pdata 
+0x2e5b 007667 iadd temp ,contw 
+0x2e5c 007668 fetch 1 ,mem_rssi 
+0x2e5d 007669 istore 1 ,contw 
+0x2e5e 007670 increase 1 ,temp 
+0x2e5f 007671 copy regb ,pdata 
+0x2e60 007672 iand_into temp 
+0x2e61 007673 rtn 
+:      007675 rssi_average:
+0x2e62 007676 arg 0 ,temp 
+0x2e63 007677 copy rega ,contr 
+:      007678 rssi_average_loop:
+0x2e64 007679 ifetch 1 ,contr 
+0x2e65 007680 iadd temp ,temp 
+0x2e66 007681 loop rssi_average_loop 
+0x2e67 007682 rshift8 temp ,temp 
+0x2e68 007683 rtn 
+:      007685 g24_power_ctrl_init:
+0x2e69 007686 call g24_head_ptr2regc 
+0x2e6a 007687 call g24_power_ctrl_incrs_level1 
+0x2e6b 007688 setarg 1 
+0x2e6c 007689 call g24_store_mem_power_ctrl_level 
+:      007691 g24_power_ctrl_reinit:
+0x2e6d 007692 setarg 0 
+0x2e6e 007693 call g24_store_mem_power_ctrl_pac 
+0x2e6f 007695 istore 1 ,contw 
+0x2e70 007697 rtn 
+:      007699 g24_power_ctrl_pac_incrs:
+0x2e71 007700 call g24_fetch_mem_power_ctrl_pac 
+0x2e72 007702 increase 1 ,pdata 
+:      007703 g24_store_mem_power_ctrl_pac:
+0x2e73 007705 add regc ,offset_power_ctrl_packet_cnt ,contw 
+0x2e74 007706 branch g24_contw_istore_1byte 
+:      007708 g24_power_ctrl_ack_incrs:
+0x2e75 007711 add regc ,offset_power_ctrl_ack_cnt ,rega 
+0x2e76 007712 ifetch 1 ,rega 
+0x2e77 007713 increase 1 ,pdata 
+0x2e78 007714 add regc ,offset_power_ctrl_ack_cnt ,contw 
+0x2e79 007715 branch g24_contw_istore_1byte 
+:      007717 g24_power_ctrl:
+0x2e7a 007718 bpatch patch17_1 ,mem_patch17 
+0x2e7b 007719 call g24_fetch_mem_power_ctrl_pac 
+0x2e7c 007721 sub pdata ,power_ctrl_max_packet_cnt ,null 
+0x2e7d 007722 rtn positive 
+0x2e7e 007723 add regc ,offset_power_ctrl_ack_cnt ,rega 
+0x2e7f 007724 ifetcht 1 ,rega 
+0x2e80 007726 isub temp ,temp 
+0x2e81 007727 call g24_power_ctrl_reinit 
+0x2e82 007728 setarg offset_power_ctrl_threshold_up 
+0x2e83 007729 iadd regc ,rega 
+0x2e84 007730 ifetch 1 ,rega 
+0x2e85 007732 isub temp ,null 
+0x2e86 007733 nbranch g24_power_ctrl_incrs ,positive 
+0x2e87 007734 setarg offset_power_ctrl_threshold_down 
+0x2e88 007735 iadd regc ,rega 
+0x2e89 007736 ifetch 1 ,rega 
+0x2e8a 007738 isub temp ,null 
+0x2e8b 007739 branch g24_power_ctrl_decrs ,positive 
+0x2e8c 007740 rtn 
+:      007742 g24_power_ctrl_incrs:
+0x2e8d 007743 add regc ,offset_power_ctrl_level ,rega 
+0x2e8e 007744 ifetch 1 ,rega 
+0x2e8f 007746 beq 2 ,g24_power_ctrl_incrs_level2 
+0x2e90 007747 increase 1 ,pdata 
+0x2e91 007748 call g24_store_mem_power_ctrl_level 
+0x2e92 007750 beq 1 ,g24_power_ctrl_incrs_level1 
+:      007751 g24_power_ctrl_incrs_level2:
+0x2e93 007752 setarg power_ctrl_losspac_thresh_up2 
+0x2e94 007753 call g24_store_mem_power_ctrl_threshold_up 
+0x2e95 007755 setarg power_ctrl_losspac_thresh_down2 
+0x2e96 007756 call g24_store_mem_power_ctrl_threshold_down 
+0x2e97 007759 add regc ,offset_power_ctrl_txpwr_level2 ,rega 
+0x2e98 007761 branch g24_ifetch_rega_store_mem_txpower 
+:      007763 g24_power_ctrl_decrs:
+0x2e99 007764 add regc ,offset_power_ctrl_level ,rega 
+0x2e9a 007765 ifetch 1 ,rega 
+0x2e9b 007767 beq 0 ,g24_power_ctrl_decrs_level0 
+0x2e9c 007768 increase -1 ,pdata 
+0x2e9d 007769 call g24_store_mem_power_ctrl_level 
+0x2e9e 007771 beq 0 ,g24_power_ctrl_decrs_level0 
+:      007772 g24_power_ctrl_decrs_level1:
+:      007775 g24_power_ctrl_incrs_level1:
+0x2e9f 007776 setarg power_ctrl_losspac_thresh_up1 
+0x2ea0 007777 call g24_store_mem_power_ctrl_threshold_up 
+0x2ea1 007779 setarg power_ctrl_losspac_thresh_down1 
+0x2ea2 007780 call g24_store_mem_power_ctrl_threshold_down 
+0x2ea3 007783 setarg offset_power_ctrl_txpwr_level1 
+:      007784 g24_iadd_offset_mem_txpower:
+0x2ea4 007785 iadd regc ,rega 
+:      007786 g24_ifetch_rega_store_mem_txpower:
+0x2ea5 007787 ifetch 1 ,rega 
+0x2ea6 007789 branch g24_store_mem_txpower 
+:      007791 g24_power_ctrl_decrs_level0:
+0x2ea7 007794 setarg power_ctrl_losspac_thresh_up0 
+0x2ea8 007795 call g24_store_mem_power_ctrl_threshold_up 
+0x2ea9 007797 setarg power_ctrl_losspac_thresh_down0 
+0x2eaa 007798 call g24_store_mem_power_ctrl_threshold_down 
+0x2eab 007801 setarg offset_power_ctrl_txpwr_level0 
+0x2eac 007803 branch g24_iadd_offset_mem_txpower 
+:      007817 g24_start_pairing_sm1:
+0x2ead 007818 set1 mark_24g ,mark 
+0x2eae 007819 call g24_pair_init 
+:      007820 g24_set_pairing_sm_1:
+0x2eaf 007822 setarg state_24g_pairing_1 
+0x2eb0 007823 branch g24_store_mem_pairing_sm 
+:      007825 g24_pairing_sm:
+0x2eb1 007826 add regc ,offset_24g_ensure ,rega 
+0x2eb2 007827 ifetch 1 ,rega 
+0x2eb3 007829 beq ensure_on_24g ,enable_user 
+0x2eb4 007830 call g24_fetch_mem_pairing_sm 
+0x2eb5 007832 beq state_24g_pairing_1 ,g24_pairing_sm_1 
+0x2eb6 007833 beq state_24g_pairing_2 ,g24_pairing_sm_2 
+0x2eb7 007834 beq state_24g_pairing_3 ,g24_pairing_sm_3 
+0x2eb8 007835 branch assert 
+:      007837 g24_pairing_sm_1:
+0x2eb9 007838 setarg state_24g_pairing_1_waiting_ack 
+0x2eba 007839 call g24_store_mem_pairing_sm 
+0x2ebb 007841 jam 0xaa ,mem_24g_common_temp 
+0x2ebc 007842 branch g24_pairing_sm_common 
+:      007843 g24_pairing_sm_2:
+0x2ebd 007844 setarg state_24g_pairing_2_waiting_ack 
+0x2ebe 007845 call g24_store_mem_pairing_sm 
+0x2ebf 007847 jam 0x55 ,mem_24g_common_temp 
+0x2ec0 007848 branch g24_pairing_sm_common 
+:      007849 g24_pairing_sm_3:
+0x2ec1 007850 setarg state_24g_pairing_3_waiting_ack 
+0x2ec2 007851 call g24_store_mem_pairing_sm 
+0x2ec3 007853 jam 0x22 ,mem_24g_common_temp 
+:      007854 g24_pairing_sm_common:
+0x2ec4 007855 call g24_fetch_mem_data_type 
+0x2ec5 007857 and_into bits_data ,pdata 
+0x2ec6 007858 store 1 ,mem_24g_common_temp + 1 
+0x2ec7 007859 call g24_fetch_mem_device_addr 
+0x2ec8 007861 store 4 ,mem_24g_common_temp + 2 
+:      007862 g24_put_pairing_data_in_buff:
+0x2ec9 007863 jam 0 ,mem_24g_common_temp + 6 
+0x2eca 007864 arg mem_24g_common_temp ,rega 
+0x2ecb 007865 arg 7 ,temp 
+0x2ecc 007866 call g24_put_data_in_buff 
+0x2ecd 007867 call g24_transmit_prep 
+0x2ece 007868 call g24_txdata_enable_tx 
+0x2ecf 007869 branch enable_user 
+:      007871 g24_paring_mode:
+0x2ed0 007872 call g24_fetch_mem_pairing_sm 
+0x2ed1 007874 rtneq state_24g_pairing_success 
+0x2ed2 007875 beq state_24g_pairing_1_waiting_ack ,g24_pairing_sm_1_waiting_ack 
+0x2ed3 007876 beq state_24g_pairing_2_waiting_ack ,g24_pairing_sm_2_waiting_ack 
+0x2ed4 007877 beq state_24g_pairing_3_waiting_ack ,g24_pairing_sm_3_waiting_ack 
+0x2ed5 007878 rtn 
+:      007880 g24_pairing_sm_1_waiting_ack:
+0x2ed6 007881 setarg state_24g_pairing_2 
+0x2ed7 007882 call g24_store_mem_pairing_sm 
+0x2ed8 007884 branch g24_transmit_abandon 
+:      007885 g24_pairing_sm_2_waiting_ack:
+0x2ed9 007886 setarg state_24g_pairing_3 
+0x2eda 007887 call g24_store_mem_pairing_sm 
+0x2edb 007889 branch g24_transmit_abandon 
+:      007890 g24_pairing_sm_3_waiting_ack:
+0x2edc 007891 setarg state_24g_pairing_success 
+0x2edd 007892 call g24_store_mem_pairing_sm 
+0x2ede 007894 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+0x2edf 007895 call ui_ipc_send_event 
+0x2ee0 007896 add regc ,offset_24g_rxpayload_add2 ,rega 
+0x2ee1 007897 ifetch 4 ,rega 
+0x2ee2 007899 call g24_store_mem_addr 
+0x2ee3 007901 branch g24_transmit_abandon 
+:      007903 g24_auto_pair_start:
+0x2ee4 007904 set0 mark_24g ,mark 
+0x2ee5 007905 call g24_auto_pair_set_device_info 
+0x2ee6 007906 call g24_tx_attemp_data_prep 
+:      007907 g24_auto_pair_restart:
+0x2ee7 007908 call g24_set0_mem_check_dongle_times 
+:      007909 g24_auto_pair_start_loop:
+0x2ee8 007910 nop 2000 
+0x2ee9 007911 call g24_fetch_mem_check_dongle_times 
+0x2eea 007912 beq 0xff ,g24_stop_24g_mode 
+0x2eeb 007913 call g24_transmit_receive_ack 
+0x2eec 007914 nbranch g24_auto_pair_retry ,sync 
+0x2eed 007915 nbranch g24_auto_pair_retry ,user3 
+0x2eee 007916 call g24_ackpayload_parse 
+0x2eef 007917 call g24_head_ptr2regc 
+0x2ef0 007918 add regc ,offset_24g_paring_addr ,rega 
+0x2ef1 007919 ifetcht 4 ,rega 
+0x2ef2 007920 call g24_fetch_mem_addr_isub_temp 
+0x2ef3 007921 branch g24_start_pairing_sm1 ,zero 
+0x2ef4 007922 call g24_head_ptr2regc 
+0x2ef5 007923 add regc ,offset_24g_rxpayload_add2 ,rega 
+0x2ef6 007924 ifetch 4 ,rega 
+0x2ef7 007925 beq 0 ,g24_auto_pair_restart 
+0x2ef8 007926 call g24_store_mem_addr 
+0x2ef9 007927 branch g24_tx_attemp_dongle_succ 
+:      007929 g24_auto_pair_retry:
+0x2efa 007930 call g24_fetch_mem_check_dongle_times 
+0x2efb 007931 increase 1 ,pdata 
+0x2efc 007932 call g24_store_mem_check_dongle_times 
+0x2efd 007934 call g24_fetch_mem_auto_paring_switch 
+0x2efe 007935 increase 1 ,pdata 
+0x2eff 007936 and_into 1 ,pdata 
+0x2f00 007937 call g24_store_mem_auto_paring_switch 
+0x2f01 007938 beq 0 ,g24_auto_pair_device_attemp 
+0x2f02 007939 beq 1 ,g24_auto_pair_pair_attemp 
+0x2f03 007940 rtn 
+:      007942 g24_fetch_mem_auto_paring_switch:
+0x2f04 007943 setarg offset_24g_auto_pair_switch 
+0x2f05 007944 branch g24_set_rega_ifetch_1byte 
+:      007945 g24_store_mem_auto_paring_switch:
+0x2f06 007946 arg offset_24g_auto_pair_switch ,rega 
+0x2f07 007947 branch g24_set_contw_with_regb_store_1byte 
+:      007949 g24_auto_pair_set_device_info:
+0x2f08 007950 call g24_store_mem_tx_power 
+0x2f09 007951 call g24_fetch_mem_device_addr 
+0x2f0a 007952 call g24_store_mem_addr 
+0x2f0b 007953 branch g24_ch 
+:      007955 g24_auto_pair_device_attemp:
+0x2f0c 007956 call g24_auto_pair_set_device_info 
+0x2f0d 007957 branch g24_auto_pair_start_loop 
+:      007959 g24_auto_pair_pair_attemp:
+0x2f0e 007960 call g24_pair_init 
+0x2f0f 007961 branch g24_auto_pair_start_loop 
+:      007964 g24_start_24g_mode:
+0x2f10 007965 set0 mark_24g ,mark 
+0x2f11 007966 call g24_ch 
+0x2f12 007967 call g24_fetch_mem_pairing_sm 
+0x2f13 007969 rtnne state_24g_pairing_success 
+0x2f14 007970 call g24_tx_attemp_data_prep 
+0x2f15 007971 call g24_set0_mem_check_dongle_times 
+:      007973 g24_tx_attemp_dongle_loop:
+0x2f16 007974 nop 2000 
+0x2f17 007975 call g24_fetch_mem_check_dongle_times 
+0x2f18 007977 beq 0xff ,g24_stop_24g_mode 
+0x2f19 007978 call g24_transmit_receive_ack 
+0x2f1a 007979 nbranch g24_attemp_txdata_retry ,sync 
+0x2f1b 007980 nbranch g24_attemp_txdata_retry ,user3 
+:      007981 g24_tx_attemp_dongle_succ:
+0x2f1c 007982 set1 mark_24g ,mark 
+0x2f1d 007983 call g24_set0_mem_check_dongle_times 
+0x2f1e 007984 setarg state_24g_pairing_success 
+0x2f1f 007985 call g24_store_mem_pairing_sm 
+0x2f20 007987 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+0x2f21 007988 branch ui_ipc_send_event 
+:      007990 g24_tx_attemp_data_prep:
+0x2f22 007991 set1 mark_24g_conext ,mark 
+0x2f23 007992 jam 0xff ,mem_24g_common_temp 
+0x2f24 007993 call g24_fetch_mem_data_type 
+0x2f25 007995 call g24_put_data_in_buff_pre 
+0x2f26 007996 branch g24_transmit_prep 
+:      007998 g24_attemp_txdata_retry:
+0x2f27 007999 call g24_fetch_mem_check_dongle_times 
+0x2f28 008001 increase 1 ,pdata 
+0x2f29 008002 call g24_store_mem_check_dongle_times 
+0x2f2a 008004 call g24_ch 
+0x2f2b 008005 branch g24_tx_attemp_dongle_loop 
+:      008007 g24_check_51cmd_start_24g:
+0x2f2c 008008 call g24_store_mem_tx_power 
+0x2f2d 008011 setarg state_24g_pairing_success 
+0x2f2e 008012 call g24_store_mem_pairing_sm 
+0x2f2f 008014 branch g24_start_24g_mode 
+:      008023 dongle_init:
+0x2f30 008024 bpatch patch17_2 ,mem_patch17 
+0x2f31 008025 call g24_head_ptr2regc 
+0x2f32 008026 setarg dongle_rxdata_type1 
+0x2f33 008027 add regc ,offset_24g_cb_rxdata_type1 ,contw 
+0x2f34 008028 istore 2 ,contw 
+0x2f35 008030 call g24_receive_init 
+0x2f36 008031 call usb_init 
+0x2f37 008032 call g24_fetch_mem_pair_mode 
+0x2f38 008034 bpatch patch17_3 ,mem_patch17 
+0x2f39 008035 beq 0x00 ,dongle_auto_bind 
+0x2f3a 008036 beq 0x01 ,dongle_pc_bind 
+0x2f3b 008037 beq 0x0f ,dongle_all_powerful 
+0x2f3c 008038 branch assert 
+:      008040 g24_receive_init:
+0x2f3d 008041 call g24_store_mem_tx_power_temp 
+0x2f3e 008042 arg 0x80 ,loopcnt 
+0x2f3f 008043 arg mem_rssi_noise_buffer ,contw 
+0x2f40 008044 branch memset0 
+:      008046 dongle_all_powerful:
+0x2f41 008047 call dongle_check_mode 
+:      008048 dongle_all_powerful_loop:
+0x2f42 008049 call g24_dongle_work_mode 
+0x2f43 008050 call usb_isr 
+0x2f44 008051 branch dongle_all_powerful_loop 
+:      008053 dongle_pc_bind:
+0x2f45 008054 bpatch patch17_4 ,mem_patch17 
+0x2f46 008055 call dongle_check_mode 
+:      008056 dongle_pc_bind_loop:
+0x2f47 008057 call g24_dongle_work_mode 
+0x2f48 008058 call g24_dongle_bind_mode 
+0x2f49 008059 call usb_isr 
+0x2f4a 008060 call dongle_usb_dispatch 
+0x2f4b 008061 branch dongle_pc_bind_loop 
+:      008063 dongle_check_mode:
+0x2f4c 008067 call g24_set_work_mem_dongle_work_mode 
+0x2f4d 008068 call g24_set0_mem_dongle_mode_init 
+0x2f4e 008069 branch g24_set0_mem_ackpayload_enable 
+:      008071 g24_dongle_work_mode:
+0x2f4f 008072 call g24_fetch_mem_dongle_work_mode 
+0x2f50 008074 rtnne dongle_work 
+:      008075 g24_dongle_work_mode_start:
+0x2f51 008076 call g24_dongle_work_init 
+0x2f52 008077 call g24_ch_process 
+0x2f53 008078 call g24_receive_packet_start 
+0x2f54 008079 branch g24_blank_data_process 
+:      008081 g24_dongle_work_init:
+0x2f55 008082 call g24_fetch_mem_dongle_mode_init 
+0x2f56 008084 rtnbit1 dongle_work 
+0x2f57 008085 set1 dongle_work ,pdata 
+0x2f58 008086 call g24_store_mem_dongle_mode_init 
+0x2f59 008088 call g24_store_mem_tx_power 
+0x2f5a 008091 call g24_set0_mem_ackpayload_enable 
+0x2f5b 008093 jam 0 ,mem_usb_tx_enable 
+0x2f5c 008094 call g24_set1_mem_abort_pac 
+0x2f5d 008096 call g24_dongle_init 
+:      008097 g24_rx_interrupt_clear:
+0x2f5e 008098 add regc ,offset_24g_rxbuf ,contw 
+0x2f5f 008100 arg 66 ,loopcnt 
+0x2f60 008101 branch clear_mem 
+:      008103 g24_dongle_init:
+0x2f61 008104 call g24_set0_mem_pid 
+0x2f62 008106 call g24_fetch_mem_rx_addr 
+0x2f63 008108 call g24_store_mem_addr 
+0x2f64 008110 branch g24_ch 
+:      008112 g24_ch_process:
+0x2f65 008113 bpatch patch17_5 ,mem_patch17 
+0x2f66 008114 call g24_fetch_mem_abort_pac 
+0x2f67 008116 beq 1 ,g24_noise_rssi 
+0x2f68 008117 call g24_fetch_mem_hop_pac 
+0x2f69 008119 beq 1 ,g24_ch 
+0x2f6a 008120 setarg offset_24g_hop_btclk 
+0x2f6b 008121 iadd regc ,rega 
+0x2f6c 008122 ifetcht 4 ,rega 
+0x2f6d 008124 copy clkn_bt ,pdata 
+0x2f6e 008125 isub temp ,null 
+0x2f6f 008126 ncall g24_timer_timeout ,positive 
+0x2f70 008127 copy pdata ,regb 
+0x2f71 008128 setarg offset_24g_hop_btclk 
+0x2f72 008129 iadd regc ,rega 
+0x2f73 008130 ifetch 4 ,rega 
+0x2f74 008131 copy pdata ,temp 
+0x2f75 008133 setarg offset_24g_hop_interval 
+0x2f76 008134 iadd regc ,rega 
+0x2f77 008135 copy temp ,pdata 
+0x2f78 008136 ifetcht 1 ,rega 
+0x2f79 008138 iadd temp ,temp 
+0x2f7a 008139 copy regb ,pdata 
+0x2f7b 008140 isub temp ,null 
+0x2f7c 008141 nrtn positive 
+0x2f7d 008142 set0 28 ,pdata 
+0x2f7e 008143 setarg offset_24g_hop_btclk 
+0x2f7f 008144 iadd regc ,contw 
+0x2f80 008145 istore 4 ,contw 
+:      008147 g24_ch_update:
+0x2f81 008148 call g24_ch 
+0x2f82 008149 call g24_fetch_mem_rf_laststa 
+0x2f83 008151 increase 1 ,pdata 
+0x2f84 008152 call g24_store_mem_rf_laststa 
+0x2f85 008154 rtnne 2 
+0x2f86 008155 call g24_set0_mem_rf_laststa 
+0x2f87 008159 branch g24_set1_mem_abort_pac 
+:      008161 g24_ch_timer_reinit:
+0x2f88 008162 copy clkn_bt ,pdata 
+0x2f89 008163 arg offset_24g_hop_btclk ,rega 
+0x2f8a 008164 call g24_set_contw_with_temp 
+0x2f8b 008165 istore 4 ,contw 
+0x2f8c 008169 branch g24_set0_mem_rf_laststa 
+:      008171 g24_noise_rssi:
+0x2f8d 008172 arg mem_rssi_noise_buffer ,rega 
+0x2f8e 008173 call g24_noise_rssi_average 
+0x2f8f 008174 add regc ,offset_rssi_noise_avg ,contw 
+0x2f90 008175 istoret 1 ,contw 
+0x2f91 008177 sub temp ,rssi_thresh_noise ,null 
+0x2f92 008178 nrtn positive 
+0x2f93 008179 branch g24_ch 
+:      008181 g24_noise_rssi_average:
+0x2f94 008182 arg rssi_buf_len_noise + 1 ,loopcnt 
+0x2f95 008183 branch rssi_average 
+:      008185 g24_blank_data_process:
+0x2f96 008186 call g24_ms_blank_data 
+0x2f97 008187 call g24_kb_blank_data 
+0x2f98 008188 branch g24_kb_mul_blank_data 
+:      008190 g24_ms_blank_data:
+0x2f99 008191 setarg offset_24g_ms_blank_data_enable 
+0x2f9a 008192 call g24_set_rega_ifetch_1byte 
+0x2f9b 008194 rtn blank 
+0x2f9c 008195 arg timer_ms_blank ,queue 
+0x2f9d 008196 call timer_check 
+0x2f9e 008197 nrtn blank 
+0x2f9f 008198 call g24_set0_mem_ms_blank_data_enable 
+:      008200 g24_ms_blank_data_2usb:
+0x2fa0 008201 setarg ms_report_id 
+0x2fa1 008202 store 1 ,mem_usb_mouse_data 
+0x2fa2 008203 setarg 0 
+0x2fa3 008204 istore 7 ,contw 
+0x2fa4 008205 branch g24_data_type1_usbtx_enable 
+:      008207 g24_kb_blank_data:
+0x2fa5 008208 setarg offset_24g_kb_blank_data_enable 
+0x2fa6 008209 call g24_set_rega_ifetch_1byte 
+0x2fa7 008211 rtn blank 
+0x2fa8 008212 arg timer_kb_blank ,queue 
+0x2fa9 008213 call timer_check 
+0x2faa 008214 nrtn blank 
+0x2fab 008215 call g24_set0_mem_kb_blank_data_enable 
+:      008217 g24_kb_blank_data_2usb:
+0x2fac 008218 arg mem_usb_kb_data ,contw 
+0x2fad 008219 arg 2 ,loopcnt 
+0x2fae 008220 call memset0 
+0x2faf 008221 jam kb_normal_report_id ,mem_usb_kb_data 
+0x2fb0 008222 branch g24_kb_data_into_ep1_fifo 
+:      008224 g24_kb_mul_blank_data:
+0x2fb1 008225 setarg offset_24g_kb_mul_blank_data_enable 
+0x2fb2 008226 call g24_set_rega_ifetch_1byte 
+0x2fb3 008228 rtn blank 
+0x2fb4 008229 arg timer_kb_mul_blank ,queue 
+0x2fb5 008230 call timer_check 
+0x2fb6 008231 nrtn blank 
+0x2fb7 008232 call g24_set0_mem_kb_mul_blank_data_enable 
+:      008234 g24_kb_mul_blank_data_2usb:
+0x2fb8 008235 arg mem_usb_kb_multikey ,contw 
+0x2fb9 008236 arg 2 ,loopcnt 
+0x2fba 008237 call memset0 
+0x2fbb 008238 jam kb_multikey_report_id ,mem_usb_kb_multikey 
+0x2fbc 008239 branch g24_kb_mul_data_into_ep2_fifo 
+:      008241 g24_dongle_bind_mode:
+0x2fbd 008242 call g24_fetch_mem_dongle_work_mode 
+0x2fbe 008244 rtnne dongle_bind 
+0x2fbf 008245 call g24_dongle_bind_init 
+0x2fc0 008246 branch g24_dongle_bind_data_process 
+:      008248 g24_dongle_bind_init:
+0x2fc1 008249 call g24_fetch_mem_dongle_mode_init 
+0x2fc2 008251 rtnbit1 dongle_bind 
+0x2fc3 008252 set1 dongle_bind ,pdata 
+0x2fc4 008253 call g24_store_mem_dongle_mode_init 
+0x2fc5 008255 call g24_set1_mem_ackpayload_enable 
+0x2fc6 008257 call g24_pair_init 
+0x2fc7 008258 setarg 0 
+0x2fc8 008259 arg offset_dongle_ms_bind_step ,rega 
+0x2fc9 008260 call g24_set_contw_with_temp 
+0x2fca 008262 branch g24_contw_istore_3byte 
+:      008264 g24_dongle_bind_data_process:
+0x2fcb 008265 call g24_receive_transmit_ack 
+0x2fcc 008266 nbranch g24_rx_interrupt_clear ,user3 
+0x2fcd 008267 add regc ,offset_24g_rxbuf ,contr 
+0x2fce 008268 setarg offset_24g_rxdata_temp 
+0x2fcf 008269 iadd regc ,contw 
+0x2fd0 008270 arg 8 ,loopcnt 
+0x2fd1 008271 call memcpy 
+0x2fd2 008272 setarg offset_24g_rxdata_temp_add2 
+0x2fd3 008273 call g24_set_rega_ifetch_1byte 
+0x2fd4 008274 beq datatype_bind ,g24_dongle_bind_first_step 
+0x2fd5 008275 beq datatype_config ,g24_dongle_bind_second_step 
+0x2fd6 008276 beq datatype_ok ,g24_dongle_bind_third_step 
+0x2fd7 008277 beq 0xff ,g24_data_attemp 
+0x2fd8 008278 branch g24_rx_interrupt_clear 
+:      008280 g24_dongle_bind_first_step:
+0x2fd9 008281 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x2fda 008282 beq bind_mouse ,g24_dongle_bind_first_step_mouse 
+0x2fdb 008283 beq bind_keyboard ,g24_dongle_bind_first_step_keyboard 
+0x2fdc 008284 rtn 
+:      008285 g24_dongle_bind_first_step_mouse:
+0x2fdd 008286 setarg 1 
+0x2fde 008287 call g24_store_mem_ms_bind_step 
+:      008289 g24_dongle_bind_ms_payload_cfg:
+0x2fdf 008290 setarg datatype_mouse 
+0x2fe0 008291 call g24_store_mem_bind_payload 
+:      008293 g24_dongle_bind_payload_cfg:
+0x2fe1 008294 setarg 0x80 
+0x2fe2 008295 arg offset_24g_bind_payload_add1 ,rega 
+0x2fe3 008296 call g24_set_contw_with_regb_store_1byte 
+0x2fe4 008298 call g24_fetch_mem_rx_addr 
+0x2fe5 008300 arg offset_24g_bind_payload_add2 ,rega 
+0x2fe6 008301 call g24_set_contw_with_temp 
+0x2fe7 008303 branch g24_contw_istore_4byte 
+:      008305 g24_dongle_bind_first_step_keyboard:
+0x2fe8 008306 setarg 1 
+0x2fe9 008307 call g24_store_mem_kb_bind_step 
+:      008309 g24_dongle_bind_kb_payload_cfg:
+0x2fea 008310 setarg datatype_keyboard 
+0x2feb 008311 call g24_store_mem_bind_payload 
+0x2fec 008313 branch g24_dongle_bind_payload_cfg 
+:      008315 g24_dongle_bind_second_step:
+0x2fed 008316 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x2fee 008317 beq bind_mouse ,g24_dongle_bind_second_step_mouse 
+0x2fef 008318 beq bind_keyboard ,g24_dongle_bind_second_step_keyboard 
+0x2ff0 008319 rtn 
+:      008320 g24_dongle_bind_second_step_mouse:
+0x2ff1 008321 call g24_dongle_bind_ms_payload_cfg 
+0x2ff2 008322 setarg offset_dongle_ms_bind_step 
+0x2ff3 008323 call g24_set_rega_ifetch_1byte 
+0x2ff4 008325 beq 1 ,g24_dongle_ms_bind_step_set2 
+0x2ff5 008326 rtn 
+:      008327 g24_dongle_ms_bind_step_set2:
+0x2ff6 008328 setarg 2 
+:      008330 g24_store_mem_ms_bind_step:
+0x2ff7 008331 arg offset_dongle_ms_bind_step ,rega 
+0x2ff8 008332 branch g24_set_contw_with_regb_store_1byte 
+:      008334 g24_dongle_bind_second_step_keyboard:
+0x2ff9 008335 call g24_dongle_bind_kb_payload_cfg 
+0x2ffa 008336 setarg offset_dongle_kb_bind_step 
+0x2ffb 008337 call g24_set_rega_ifetch_1byte 
+0x2ffc 008339 beq 1 ,g24_dongle_kb_bind_step_set2 
+0x2ffd 008340 rtn 
+:      008341 g24_dongle_kb_bind_step_set2:
+0x2ffe 008342 setarg 2 
+:      008344 g24_store_mem_kb_bind_step:
+0x2fff 008345 arg offset_dongle_kb_bind_step ,rega 
+0x3000 008346 branch g24_set_contw_with_regb_store_1byte 
+:      008348 g24_dongle_bind_third_step:
+0x3001 008349 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x3002 008350 beq bind_mouse ,g24_dongle_bind_third_step_mouse 
+0x3003 008351 beq bind_keyboard ,g24_dongle_bind_third_step_keyboard 
+0x3004 008352 rtn 
+:      008353 g24_dongle_bind_third_step_mouse:
+0x3005 008354 setarg offset_dongle_ms_bind_step 
+0x3006 008355 call g24_set_rega_ifetch_1byte 
+0x3007 008357 beq 2 ,g24_dongle_ms_bind_step_success 
+0x3008 008358 rtn 
+:      008359 g24_dongle_ms_bind_step_success:
+0x3009 008360 call g24_fetch_mem_bind_device_status 
+0x300a 008362 or_into 0x01 ,pdata 
+0x300b 008363 call g24_store_mem_bind_device_status 
+:      008365 g24_dongle_bind_exit:
+0x300c 008366 setarg 0 
+0x300d 008367 setarg offset_dongle_ms_bind_step 
+0x300e 008368 iadd regc ,contw 
+0x300f 008369 istore 2 ,contw 
+0x3010 008370 branch g24_rx_interrupt_clear 
+:      008372 g24_dongle_bind_third_step_keyboard:
+0x3011 008373 setarg offset_dongle_kb_bind_step 
+0x3012 008374 call g24_set_rega_ifetch_1byte 
+0x3013 008376 bne 0 ,g24_dongle_kb_bind_step_success 
+0x3014 008377 rtn 
+:      008378 g24_dongle_kb_bind_step_success:
+0x3015 008379 call g24_fetch_mem_bind_device_status 
+0x3016 008381 or_into 0x02 ,pdata 
+0x3017 008382 call g24_store_mem_bind_device_status 
+0x3018 008384 branch g24_dongle_bind_exit 
+:      008387 dongle_usb_dispatch:
+0x3019 008388 fetch 1 ,mem_usb0_get_set_report 
+0x301a 008389 rtn blank 
+0x301b 008390 jam 0 ,mem_usb0_get_set_report 
+0x301c 008391 fetch 2 ,mem_usb_setup_bvalue_temp 
+0x301d 008392 arg pc_set_report ,temp 
+0x301e 008393 isub temp ,null 
+0x301f 008394 nrtn zero 
+0x3020 008396 fetch 1 ,mem_usb0_set_report_data 
+0x3021 008397 rtnne pc_report_id 
+0x3022 008398 fetch 1 ,mem_usb0_set_report_data + 1 
+0x3023 008399 bpatch patch17_6 ,mem_patch17 
+0x3024 008400 beq command_mode ,dongle_dispose_cmd_mode 
+0x3025 008401 beq command_bind ,dongle_dispose_cmd_bind 
+0x3026 008402 beq command_current_project ,dongle_dispose_cmd_current_project 
+0x3027 008403 beq command_current_mode ,dongle_dispose_cmd_current_mode 
+0x3028 008404 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
+0x3029 008405 beq command_user_defined ,dongle_dispose_cmd_user_defined 
+:      008406 usb0_data_ready_report_set0:
+0x302a 008407 jam 0 ,mem_usb0_data_ready_report 
+0x302b 008408 rtn 
+:      008409 dongle_dispose_cmd_bind:
+0x302c 008410 fetch 1 ,mem_usb0_set_report_data + 2 
+0x302d 008411 beq com_bind_get ,dongle_dispose_cmd_get_bind 
+0x302e 008412 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
+0x302f 008413 beq com_read_mode ,dongle_dispose_cmd_read_mode 
+0x3030 008414 branch usb0_data_ready_report_set0 
+:      008415 dongle_dispose_cmd_get_bind:
+0x3031 008416 call g24_fetch_mem_bind_device_status 
+0x3032 008418 store 1 ,mem_usb0_get_report_data + 1 
+0x3033 008419 branch usb0_data_ready_report_set1 
+:      008420 dongle_dispose_cmd_exit_bind:
+0x3034 008421 call g24_set_work_mem_dongle_work_mode 
+0x3035 008423 call g24_set0_mem_dongle_mode_init 
+0x3036 008425 call g24_fetch_mem_bind_device_status 
+0x3037 008427 store 1 ,mem_usb0_get_report_data + 1 
+0x3038 008428 branch usb0_data_ready_report_set1 
+:      008430 dongle_dispose_cmd_read_mode:
+:      008431 dongle_dispose_in_bind_mode:
+0x3039 008432 jam command_bind ,mem_usb0_get_report_data + 1 
+0x303a 008433 branch usb0_data_ready_report_set1 
+:      008435 dongle_dispose_cmd_mode:
+0x303b 008436 fetch 1 ,mem_usb0_set_report_data + 2 
+0x303c 008437 beq com_mode_bind ,dongle_enter_bind_mode 
+0x303d 008439 branch usb0_data_ready_report_set0 
+:      008440 dongle_enter_bind_mode:
+0x303e 008443 call g24_bind_mode_enable 
+:      008444 usb0_data_ready_report_set1:
+0x303f 008445 jam 1 ,mem_usb0_data_ready_report 
+0x3040 008446 rtn 
+:      008451 dongle_dispose_cmd_current_project:
+0x3041 008452 jam product_id ,mem_usb0_get_report_data + 1 
+0x3042 008453 branch usb0_data_ready_report_set1 
+:      008455 dongle_dispose_cmd_current_mode:
+0x3043 008456 call g24_fetch_mem_dongle_work_mode 
+0x3044 008458 beq dongle_work ,dongle_dispose_in_work_mode 
+0x3045 008459 beq dongle_bind ,dongle_dispose_in_bind_mode 
+0x3046 008461 rtn 
+:      008462 dongle_dispose_in_work_mode:
+0x3047 008463 jam command_mode ,mem_usb0_get_report_data + 1 
+0x3048 008464 branch usb0_data_ready_report_set1 
+:      008469 dongle_dispose_cmd_current_fw_version:
+0x3049 008470 jam fw_version0 ,mem_usb0_get_report_data + 1 
+0x304a 008471 jam fw_version1 ,mem_usb0_get_report_data + 2 
+0x304b 008472 jam fw_version2 ,mem_usb0_get_report_data + 3 
+0x304c 008473 branch usb0_data_ready_report_set1 
+:      008475 dongle_dispose_cmd_user_defined:
+0x304d 008477 call g24_set1_mem_ackpayload_enable 
+0x304e 008478 fetch 1 ,mem_usb0_set_report_data + 2 
+0x304f 008479 increase 2 ,pdata 
+0x3050 008480 copy pdata ,loopcnt 
+0x3051 008481 arg mem_usb0_set_report_data ,contr 
+0x3052 008482 setarg offset_24g_ackpayload 
+0x3053 008483 iadd regc ,contw 
+0x3054 008484 branch memcpy 
+:      008487 dongle_auto_bind:
+0x3055 008488 bpatch patch17_7 ,mem_patch17 
+0x3056 008489 call g24_mode_switch_init 
+:      008490 dongle_auto_bind_loop:
+0x3057 008491 call g24_receive_process 
+0x3058 008492 call usb_isr 
+0x3059 008493 branch dongle_auto_bind_loop 
+:      008495 g24_dongle_work_mode_auto:
+0x305a 008496 call g24_fetch_mem_dongle_work_mode 
+0x305b 008498 rtnne dongle_work 
+0x305c 008499 call g24_dongle_work_mode_start 
+0x305d 008500 branch g24_rx_nodata_process 
+:      008502 g24_dongle_bind_mode_auto:
+0x305e 008503 call g24_fetch_mem_dongle_work_mode 
+0x305f 008505 rtnne dongle_bind 
+0x3060 008506 call g24_dongle_bind_init 
+0x3061 008507 call g24_dongle_bind_data_process 
+0x3062 008508 call g24_fetch_mem_bind_device_status 
+0x3063 008510 rtn blank 
+0x3064 008511 call g24_set0_mem_mode_switch 
+0x3065 008513 call dongle_check_mode 
+0x3066 008514 call g24_enable_nodata_timer 
+:      008515 g24_timer_init:
+0x3067 008516 setarg 0 
+0x3068 008517 add regc ,offset_24g_tx_btclk ,contw 
+0x3069 008519 branch g24_contw_istore_4byte 
+:      008521 g24_timer_check:
+0x306a 008522 call disable_user 
+0x306b 008523 add regc ,offset_24g_tx_btclk ,rega 
+0x306c 008524 ifetcht 4 ,rega 
+0x306d 008526 copy clkn_bt ,pdata 
+0x306e 008527 isub temp ,null 
+0x306f 008528 ncall g24_timer_timeout ,positive 
+0x3070 008529 copy pdata ,regb 
+0x3071 008530 add regc ,offset_24g_tx_btclk ,rega 
+0x3072 008531 ifetch 4 ,rega 
+0x3073 008533 add regc ,offset_24g_interval ,rega 
+0x3074 008534 ifetcht 1 ,rega 
+0x3075 008536 iadd temp ,temp 
+0x3076 008537 copy regb ,pdata 
+0x3077 008538 isub temp ,null 
+0x3078 008539 nrtn positive 
+0x3079 008540 set0 28 ,pdata 
+0x307a 008541 add regc ,offset_24g_tx_btclk ,contw 
+0x307b 008542 istore 4 ,contw 
+0x307c 008544 branch enable_user 
+:      008546 g24_mode_switch_init:
+0x307d 008547 setarg 1 
+0x307e 008548 call g24_store_mem_mode_switch 
+0x307f 008550 call g24_set0_mem_time_slice 
+0x3080 008552 setarg 0xff 
+0x3081 008553 add regc ,offset_24g_interval ,contw 
+0x3082 008554 istore 1 ,contw 
+0x3083 008556 branch g24_timer_init 
+:      008558 g24_mode_switch:
+0x3084 008559 setarg offset_24g_mode_switch 
+0x3085 008560 call g24_set_rega_ifetch_1byte 
+0x3086 008562 rtn blank 
+0x3087 008563 call g24_timer_check 
+0x3088 008564 nrtn user 
+0x3089 008565 call g24_fetch_mem_time_slice 
+0x308a 008567 increase 1 ,pdata 
+0x308b 008568 and_into 1 ,pdata 
+0x308c 008569 call g24_store_mem_time_slice 
+0x308d 008571 beq 0 ,dongle_check_mode 
+0x308e 008572 beq 1 ,g24_bind_mode_enable 
+0x308f 008573 rtn 
+:      008575 g24_bind_mode_enable:
+0x3090 008579 setarg dongle_bind 
+0x3091 008580 call g24_store_mem_dongle_work_mode 
+0x3092 008581 branch g24_set0_mem_dongle_mode_init 
+:      008583 g24_enable_nodata_timer:
+0x3093 008584 setarg 1 
+0x3094 008585 call g24_store_mem_nodata_timer_enable 
+:      008587 g24_enable_nodata_timer_init:
+0x3095 008588 setarg timer_nodata_delay 
+0x3096 008589 arg timer_nodata ,queue 
+0x3097 008590 branch timer_init 
+:      008592 g24_rx_nodata_process:
+0x3098 008593 call g24_fetch_mem_nodata_timer_enable 
+0x3099 008595 rtn blank 
+0x309a 008596 arg timer_nodata ,queue 
+0x309b 008597 call timer_check 
+0x309c 008598 nrtn blank 
+0x309d 008599 call g24_set0_mem_nodata_timer_enable 
+0x309e 008602 setarg dongle_search 
+0x309f 008603 call g24_store_mem_dongle_work_mode 
+0x30a0 008605 call g24_set0_mem_dongle_mode_init 
+0x30a1 008607 branch g24_rx_interrupt_clear 
+:      008609 g24_dongle_search_mode_auto:
+0x30a2 008610 bpatch patch18_0 ,mem_patch18 
+0x30a3 008611 call g24_fetch_mem_dongle_work_mode 
+0x30a4 008613 rtnne dongle_search 
+0x30a5 008614 call g24_dongle_search_mode_init 
+0x30a6 008615 call g24_rx_auto_addr_ch_search 
+0x30a7 008616 call g24_receive_transmit_ack 
+0x30a8 008617 nbranch g24_rx_interrupt_clear ,user3 
+0x30a9 008619 call g24_dongle_search_addr_check 
+0x30aa 008620 call g24_receive_packet_parse ,zero 
+0x30ab 008624 call dongle_check_mode 
+0x30ac 008625 call g24_fetch_mem_dongle_mode_init 
+0x30ad 008627 set1 dongle_work ,pdata 
+0x30ae 008628 call g24_store_mem_dongle_mode_init 
+0x30af 008630 call g24_rx_interrupt_clear 
+0x30b0 008631 call g24_enable_nodata_timer 
+0x30b1 008632 call g24_dongle_search_addr_check 
+0x30b2 008633 branch g24_dg_ch_num_reinit ,zero 
+0x30b3 008634 setarg offset_24g_kb_addr 
+0x30b4 008635 call g24_set_rega_ifetcht_4byte 
+0x30b5 008637 call g24_fetch_mem_addr_isub_temp 
+0x30b6 008638 branch g24_kb_ch_num_reinit ,zero 
+0x30b7 008639 setarg offset_24g_mouse_addr 
+0x30b8 008640 call g24_set_rega_ifetcht_4byte 
+0x30b9 008642 call g24_fetch_mem_addr_isub_temp 
+0x30ba 008643 branch g24_ms_ch_num_reinit ,zero 
+0x30bb 008644 rtn 
+:      008646 g24_dongle_search_addr_check:
+0x30bc 008647 setarg offset_24g_rx_addr 
+0x30bd 008648 call g24_set_rega_ifetcht_4byte 
+:      008650 g24_fetch_mem_addr_isub_temp:
+0x30be 008651 call g24_fetch_mem_addr 
+0x30bf 008653 isub temp ,null 
+0x30c0 008654 rtn 
+:      008656 g24_dg_ch_num_reinit:
+0x30c1 008657 setarg offset_24g_dg_ch_number 
+0x30c2 008658 call g24_set_rega_ifetch_1byte 
+:      008660 g24_current_ch_num_reinit:
+0x30c3 008662 add regc ,offset_24g_current_ch_number ,contw 
+0x30c4 008663 branch g24_contw_istore_1byte 
+:      008665 g24_kb_ch_num_reinit:
+0x30c5 008666 setarg offset_24g_kb_ch_number 
+0x30c6 008667 call g24_set_rega_ifetch_1byte 
+0x30c7 008669 branch g24_current_ch_num_reinit 
+:      008670 g24_ms_ch_num_reinit:
+0x30c8 008671 setarg offset_24g_ms_ch_number 
+0x30c9 008672 call g24_set_rega_ifetch_1byte 
+0x30ca 008674 branch g24_current_ch_num_reinit 
+:      008676 g24_dongle_search_mode_init:
+0x30cb 008677 call g24_fetch_mem_dongle_mode_init 
+0x30cc 008679 rtnbit1 dongle_search 
+0x30cd 008680 set1 dongle_search ,pdata 
+0x30ce 008681 call g24_store_mem_dongle_mode_init 
+0x30cf 008683 call g24_set0_mem_time_slice 
+0x30d0 008685 call g24_set1_mem_ackpayload_enable 
+0x30d1 008687 setarg 0 
+0x30d2 008688 add regc ,offset_rssi_noise_dg_index ,contw 
+0x30d3 008689 istore 3 ,contw 
+0x30d4 008691 arg offset_24g_dg_config_ch_once ,rega 
+0x30d5 008692 call g24_set_contw_with_temp 
+0x30d6 008693 istore 7 ,contw 
+0x30d7 008696 call g24_dongle_search_addr_check 
+0x30d8 008697 nrtn zero 
+0x30d9 008698 add regc ,offset_24g_current_ch_number ,rega 
+0x30da 008699 ifetch 1 ,rega 
+0x30db 008701 arg offset_24g_dg_ch_number ,rega 
+0x30dc 008702 call g24_set_contw_with_regb_store_1byte 
+0x30dd 008704 add regc ,offset_24g_ch ,rega 
+0x30de 008705 ifetch 1 ,rega 
+0x30df 008708 branch g24_store_mem_dg_last_ch 
+:      008710 g24_rx_auto_addr_ch_search:
+0x30e0 008711 bpatch patch18_1 ,mem_patch18 
+0x30e1 008712 call g24_fetch_mem_time_slice 
+0x30e2 008714 increase 1 ,pdata 
+0x30e3 008715 and_into 3 ,pdata 
+0x30e4 008716 call g24_store_mem_time_slice 
+0x30e5 008719 beq 0 ,g24_rx_auto_bind_config_kb 
+0x30e6 008720 beq 1 ,g24_rx_auto_bind_config_dongle 
+0x30e7 008721 beq 2 ,g24_rx_auto_bind_config_mouse 
+0x30e8 008722 beq 3 ,g24_rx_auto_bind_config_dongle 
+0x30e9 008723 rtn 
+:      008725 g24_rx_auto_bind_config_mouse:
+0x30ea 008726 call g24_dongle_bind_ms_payload_cfg 
+0x30eb 008727 setarg offset_24g_mouse_addr 
+0x30ec 008728 call g24_set_rega_ifetch_4byte 
+0x30ed 008730 branch g24_rx_auto_addr_ch_search ,blank 
+0x30ee 008731 call g24_store_mem_addr 
+0x30ef 008733 setarg offset_24g_ms_config_ch_once 
+0x30f0 008734 call g24_set_rega_ifetch_1byte 
+0x30f1 008736 call g24_ms_config_ch_once ,blank 
+0x30f2 008737 setarg offset_24g_ms_last_ch 
+0x30f3 008738 call g24_set_rega_ifetch_1byte 
+0x30f4 008740 call g24_store_mem_ch 
+0x30f5 008742 add regc ,offset_rssi_noise_ms_index ,rega 
+0x30f6 008743 ifetcht 1 ,rega 
+0x30f7 008745 arg mem_rssi_noise_ms_buffer ,rega 
+0x30f8 008746 call rssi_noise_store 
+0x30f9 008747 add regc ,offset_rssi_noise_ms_index ,contw 
+0x30fa 008748 istoret 1 ,contw 
+0x30fb 008750 call g24_noise_rssi_average 
+0x30fc 008751 add regc ,offset_rssi_noise_ms_avg ,contw 
+0x30fd 008752 istoret 1 ,contw 
+0x30fe 008754 sub temp ,rssi_thresh_noise ,null 
+0x30ff 008755 nrtn positive 
+0x3100 008756 setarg offset_24g_ms_ch_number 
+0x3101 008757 call g24_set_rega_ifetcht_1byte 
+0x3102 008759 call g24_ch_temp_incre_size4 
+0x3103 008760 arg offset_24g_ms_ch_number ,rega 
+0x3104 008761 call g24_set_contw_with_regb2 
+0x3105 008762 istoret 1 ,contw 
+:      008764 g24_store_mem_ms_last_ch:
+0x3106 008766 arg offset_24g_ms_last_ch ,rega 
+0x3107 008767 branch g24_set_contw_with_regb_store_1byte 
+:      008769 g24_ms_config_ch_once:
+0x3108 008770 setarg 1 
+0x3109 008771 arg offset_24g_ms_config_ch_once ,rega 
+0x310a 008772 call g24_set_contw_with_regb_store_1byte 
+0x310b 008774 arg 0 ,temp 
+0x310c 008775 call g24_ch_calc 
+0x310d 008778 branch g24_store_mem_ms_last_ch 
+:      008780 g24_rx_auto_bind_config_kb:
+0x310e 008781 call g24_dongle_bind_kb_payload_cfg 
+0x310f 008782 setarg offset_24g_kb_addr 
+0x3110 008783 call g24_set_rega_ifetch_4byte 
+0x3111 008785 branch g24_rx_auto_addr_ch_search ,blank 
+0x3112 008786 call g24_store_mem_addr 
+0x3113 008788 setarg offset_24g_kb_config_ch_once 
+0x3114 008789 call g24_set_rega_ifetch_1byte 
+0x3115 008791 call g24_kb_config_ch_once ,blank 
+0x3116 008792 setarg offset_24g_kb_last_ch 
+0x3117 008793 call g24_set_rega_ifetch_1byte 
+0x3118 008795 call g24_store_mem_ch 
+0x3119 008797 add regc ,offset_rssi_noise_kb_index ,rega 
+0x311a 008798 ifetcht 1 ,rega 
+0x311b 008800 arg mem_rssi_noise_kb_buffer ,rega 
+0x311c 008801 call rssi_noise_store 
+0x311d 008802 add regc ,offset_rssi_noise_kb_index ,contw 
+0x311e 008803 istoret 1 ,contw 
+0x311f 008805 call g24_noise_rssi_average 
+0x3120 008806 add regc ,offset_rssi_noise_kb_avg ,contw 
+0x3121 008807 istoret 1 ,contw 
+0x3122 008809 sub temp ,rssi_thresh_noise ,null 
+0x3123 008810 nrtn positive 
+0x3124 008811 setarg offset_24g_kb_ch_number 
+0x3125 008812 call g24_set_rega_ifetcht_1byte 
+0x3126 008814 call g24_ch_temp_incre_size4 
+0x3127 008815 arg offset_24g_kb_ch_number ,rega 
+0x3128 008816 call g24_set_contw_with_regb2 
+0x3129 008817 istoret 1 ,contw 
+:      008819 g24_store_mem_kb_last_ch:
+0x312a 008821 arg offset_24g_kb_last_ch ,rega 
+0x312b 008822 branch g24_set_contw_with_regb_store_1byte 
+:      008824 g24_kb_config_ch_once:
+0x312c 008825 setarg 1 
+0x312d 008826 arg offset_24g_kb_config_ch_once ,rega 
+0x312e 008827 call g24_set_contw_with_regb_store_1byte 
+0x312f 008829 arg 0 ,temp 
+0x3130 008830 call g24_ch_calc 
+0x3131 008833 branch g24_store_mem_kb_last_ch 
+:      008835 g24_rx_auto_bind_config_dongle:
+0x3132 008836 call g24_dongle_bind_ms_payload_cfg 
+0x3133 008837 call g24_fetch_mem_rx_addr 
+0x3134 008839 call g24_store_mem_addr 
+0x3135 008841 setarg offset_24g_dg_config_ch_once 
+0x3136 008842 call g24_set_rega_ifetch_1byte 
+0x3137 008844 call g24_dg_config_ch_once ,blank 
+0x3138 008845 call g24_dg_store_config_ch 
+0x3139 008846 add regc ,offset_rssi_noise_dg_index ,rega 
+0x313a 008847 ifetcht 1 ,rega 
+0x313b 008849 arg mem_rssi_noise_dg_buffer ,rega 
+0x313c 008850 call rssi_noise_store 
+0x313d 008851 add regc ,offset_rssi_noise_dg_index ,contw 
+0x313e 008852 istoret 1 ,contw 
+0x313f 008854 call g24_noise_rssi_average 
+0x3140 008855 add regc ,offset_rssi_noise_dg_avg ,contw 
+0x3141 008856 istoret 1 ,contw 
+0x3142 008858 sub temp ,rssi_thresh_noise ,null 
+0x3143 008859 nrtn positive 
+0x3144 008860 setarg offset_24g_dg_ch_number 
+0x3145 008861 call g24_set_rega_ifetcht_1byte 
+0x3146 008863 call g24_ch_temp_incre_size4 
+0x3147 008864 arg offset_24g_dg_ch_number ,rega 
+0x3148 008865 call g24_set_contw_with_regb2 
+0x3149 008866 istoret 1 ,contw 
+:      008868 g24_store_mem_dg_last_ch:
+0x314a 008871 arg offset_24g_dg_last_ch ,rega 
+0x314b 008872 branch g24_set_contw_with_regb_store_1byte 
+:      008875 g24_dg_config_ch_once:
+0x314c 008880 setarg 1 
+0x314d 008881 arg offset_24g_dg_config_ch_once ,rega 
+0x314e 008882 call g24_set_contw_with_regb_store_1byte 
+:      008883 g24_dg_store_config_ch:
+0x314f 008884 setarg offset_24g_dg_last_ch 
+0x3150 008885 call g24_set_rega_ifetch_1byte 
+0x3151 008886 branch g24_store_mem_ch 
+:      008889 g24_transmit_ack:
+0x3152 008891 add regc ,offset_24g_rxbuf ,rega 
+0x3153 008892 ifetch 1 ,rega 
+0x3154 008894 call g24_store_mem_data_type 
+0x3155 008897 call g24_read_len_pid_crc 
+0x3156 008899 call g24_fetch_mem_rxbuf_add1 
+0x3157 008901 isolate1 bit_ack_24g ,pdata 
+0x3158 008902 branch g24tx_no_ack ,true 
+:      008903 g24tx_with_ack:
+0x3159 008904 call g24_ackpayload_prep 
+0x315a 008905 call g24_transmit_prep 
+0x315b 008906 call g24_transmit 
+:      008907 g24tx_no_ack:
+0x315c 008908 branch g24_end_of_packet 
+:      008910 g24_ackpayload_prep:
+0x315d 008911 bpatch patch18_2 ,mem_patch18 
+0x315e 008912 add regc ,offset_24g_datalen ,contw 
+0x315f 008913 call g24_mem_set0 
+0x3160 008915 setarg offset_24g_ackpayload_enable 
+0x3161 008916 call g24_set_rega_ifetch_1byte 
+0x3162 008918 rtn blank 
+0x3163 008919 setarg 0x06 
+0x3164 008920 add regc ,offset_24g_datalen ,contw 
+0x3165 008921 istore 1 ,contw 
+0x3166 008923 arg 0x06 ,loopcnt 
+0x3167 008924 setarg offset_24g_bind_payload 
+0x3168 008925 iadd regc ,contr 
+0x3169 008927 add regc ,offset_24g_txbuf ,contw 
+0x316a 008929 branch memcpy 
+:      008932 g24_receive_packet_start:
+0x316b 008933 call g24_receive_transmit_ack 
+0x316c 008934 nbranch g24_rx_interrupt_clear ,user3 
+0x316d 008935 branch g24_receive_packet_parse 
+:      008937 g24_receive_transmit_ack:
+0x316e 008938 call g24_rx_interrupt_clear 
+0x316f 008939 call g24_receive_packet 
+0x3170 008940 nrtn user3 
+0x3171 008941 branch g24_transmit_ack 
+:      008943 g24_receive_packet_parse:
+0x3172 008944 bpatch patch18_3 ,mem_patch18 
+0x3173 008945 call g24_receive_packet_parse_pid_crc 
+0x3174 008946 nbranch g24_rx_interrupt_clear ,user 
+0x3175 008947 add regc ,offset_24g_rxdata_length ,rega 
+0x3176 008948 ifetch 1 ,rega 
+0x3177 008950 branch g24_rx_interrupt_clear ,blank 
+0x3178 008951 increase 2 ,pdata 
+0x3179 008952 iforce loopcnt 
+0x317a 008953 add regc ,offset_24g_rxbuf ,contr 
+0x317b 008955 setarg offset_24g_rxdata_temp 
+0x317c 008956 iadd regc ,contw 
+0x317d 008958 call memcpy 
+0x317e 008959 call g24_set0_mem_mode_switch 
+0x317f 008961 call g24_fetch_mem_pair_mode 
+0x3180 008963 call g24_enable_nodata_timer ,blank 
+0x3181 008964 setarg offset_24g_rxdata_temp_add2 
+0x3182 008965 call g24_set_rega_ifetch_1byte 
+0x3183 008967 beq 0x01 ,g24_data_type1 
+0x3184 008968 beq 0x02 ,g24_data_type2 
+0x3185 008969 beq 0x03 ,g24_data_type3 
+0x3186 008970 beq 0xff ,g24_data_attemp 
+0x3187 008971 branch g24_rx_interrupt_clear 
+:      008973 g24_receive_packet_parse_pid_crc:
+0x3188 008974 call g24_head_ptr2regc 
+0x3189 008975 call disable_user 
+0x318a 008976 add regc ,offset_24g_sta_pid ,rega 
+0x318b 008977 ifetch 1 ,rega 
+0x318c 008979 add regc ,offset_24g_last_pid ,rega 
+0x318d 008980 ifetcht 1 ,rega 
+0x318e 008982 isub temp ,null 
+0x318f 008983 ncall enable_user ,zero 
+0x3190 008984 add regc ,offset_24g_sta_pid ,rega 
+0x3191 008985 ifetch 1 ,rega 
+0x3192 008987 add regc ,offset_24g_last_pid ,contw 
+0x3193 008988 istore 1 ,contw 
+0x3194 008990 add regc ,offset_24g_sta_crc ,rega 
+0x3195 008991 ifetch 3 ,rega 
+0x3196 008993 add regc ,offset_24g_last_crc ,rega 
+0x3197 008994 ifetcht 3 ,rega 
+0x3198 008996 isub temp ,null 
+0x3199 008997 ncall enable_user ,zero 
+0x319a 008998 add regc ,offset_24g_sta_crc ,rega 
+0x319b 008999 ifetch 3 ,rega 
+0x319c 009001 add regc ,offset_24g_last_crc ,contw 
+0x319d 009003 branch g24_contw_istore_3byte 
+:      009005 g24_data_type1:
+0x319e 009006 call g24_ch_timer_reinit 
+0x319f 009007 call g24_fetch_mem_abort_pac 
+0x31a0 009008 store 1 ,mem_temp 
+0x31a1 009010 call g24_fetcht_mem_rxdata_temp 
+0x31a2 009011 fetch 1 ,mem_temp 
+0x31a3 009013 isolate1 bit_abort ,temp 
+0x31a4 009014 setflag true ,0 ,pdata 
+0x31a5 009015 add regc ,offset_24g_abort_pac ,contw 
+0x31a6 009016 istore 1 ,contw 
+0x31a7 009018 beq 1 ,g24_data_attemp_mouse 
+0x31a8 009019 call g24_fetch_mem_hop_pac 
+0x31a9 009021 call g24_fetcht_mem_rxdata_temp 
+0x31aa 009023 isolate1 bit_hop ,temp 
+0x31ab 009024 setflag true ,0 ,pdata 
+0x31ac 009025 call g24_store_mem_hop_pac 
+0x31ad 009027 add regc ,offset_24g_cb_rxdata_type1 ,rega 
+0x31ae 009028 ifetch 2 ,rega 
+0x31af 009030 branch callback_func 
+:      009032 dongle_rxdata_type1:
+0x31b0 009033 setarg ms_report_id 
+0x31b1 009034 store 1 ,mem_usb_mouse_data 
+0x31b2 009035 call g24_fetch_mem_rxdata_temp_add3_7byte 
+0x31b3 009037 istore 7 ,contw 
+0x31b4 009038 call g24_fetch_mem_rxdata_temp_add3_7byte 
+0x31b5 009040 ncall g24_ms_enable_blank_data_forcibly ,blank 
+0x31b6 009041 call g24_fetch_mem_rxdata_temp_add3_7byte 
+0x31b7 009043 call g24_ms_disable_blank_data_forcibly ,blank 
+:      009044 g24_data_type1_usbtx_enable:
+0x31b8 009045 jam usb_ep2_ms ,mem_usb_ep2_data 
+:      009046 g24_data_type1_usbtx_enable_ep2:
+0x31b9 009047 fetch 1 ,mem_usb_tx_enable 
+0x31ba 009048 set1 2 ,pdata 
+0x31bb 009049 store 1 ,mem_usb_tx_enable 
+0x31bc 009050 rtn 
+:      009052 g24_ms_enable_blank_data_forcibly:
+0x31bd 009053 setarg 1 
+0x31be 009054 call g24_store_mem_ms_blank_data_enable 
+:      009056 g24_ms_enable_blank_data_timer:
+0x31bf 009057 setarg timer_ms_blank_delay 
+0x31c0 009058 arg timer_ms_blank ,queue 
+0x31c1 009059 branch timer_init 
+:      009060 g24_ms_disable_blank_data_forcibly:
+0x31c2 009061 call g24_set0_mem_ms_blank_data_enable 
+:      009063 g24_ms_disable_blank_data_timer:
+0x31c3 009064 setarg 0 
+0x31c4 009065 arg timer_ms_blank ,queue 
+0x31c5 009066 branch timer_init 
+:      009068 g24_data_type2:
+0x31c6 009069 call g24_fetcht_mem_rxdata_temp 
+0x31c7 009071 isolate1 bit_abort ,temp 
+0x31c8 009072 branch g24_data_attemp_kbd ,true 
+0x31c9 009073 arg mem_usb_kb_data ,contw 
+0x31ca 009074 call g24_data_type2_reverse_data 
+0x31cb 009075 fetch 8 ,mem_usb_kb_data 
+0x31cc 009076 ncall g24_kb_enable_blank_data_forcibly ,blank 
+0x31cd 009077 fetch 8 ,mem_usb_kb_data 
+0x31ce 009078 call g24_kb_disable_blank_data_forcibly ,blank 
+0x31cf 009079 call g24_head_ptr2regc 
+0x31d0 009080 fetch 8 ,mem_usb_kb_data 
+0x31d1 009081 arg offset_24g_kb_data_sta_data ,rega 
+0x31d2 009082 call g24_set_contw_with_temp 
+0x31d3 009083 istore 8 ,contw 
+0x31d4 009085 setarg offset_24g_kb_data_last_data 
+0x31d5 009086 iadd regc ,rega 
+0x31d6 009087 ifetcht 8 ,rega 
+0x31d7 009089 isub temp ,null 
+0x31d8 009090 ncall g24_kb_data_dispose ,zero 
+0x31d9 009091 setarg offset_24g_kb_data_sta_data 
+0x31da 009092 iadd regc ,rega 
+0x31db 009093 ifetch 8 ,rega 
+0x31dc 009095 arg offset_24g_kb_data_last_data ,rega 
+0x31dd 009096 call g24_set_contw_with_temp 
+0x31de 009097 istore 8 ,contw 
+0x31df 009099 branch g24_rx_interrupt_clear 
+:      009101 g24_data_type2_reverse_data:
+0x31e0 009102 setarg offset_24g_rxdata_temp_add2 
+0x31e1 009103 iadd regc ,contr 
+0x31e2 009105 arg 9 ,loopcnt 
+0x31e3 009106 branch reverse_byte 
+:      009108 g24_kb_enable_blank_data_forcibly:
+0x31e4 009109 setarg 1 
+0x31e5 009110 call g24_store_mem_kb_blank_data_enable 
+:      009112 g24_kb_enable_blank_data_timer:
+0x31e6 009113 setarg timer_kb_blank_delay 
+0x31e7 009114 arg timer_kb_blank ,queue 
+0x31e8 009115 branch timer_init 
+:      009117 g24_kb_disable_blank_data_forcibly:
+0x31e9 009118 call g24_set0_mem_kb_blank_data_enable 
+:      009120 g24_kb_disable_blank_data_timer:
+0x31ea 009121 setarg 0 
+0x31eb 009122 arg timer_kb_blank ,queue 
+0x31ec 009123 branch timer_init 
+:      009125 g24_kb_data_dispose:
+:      009126 g24_kb_data_into_ep1_fifo:
+0x31ed 009127 jam usb_ep1_kb ,mem_usb_ep1_data 
+0x31ee 009128 fetch 1 ,mem_usb_tx_enable 
+0x31ef 009129 set1 1 ,pdata 
+0x31f0 009130 store 1 ,mem_usb_tx_enable 
+0x31f1 009131 rtn 
+:      009133 g24_data_type3:
+0x31f2 009134 arg mem_usb_kb_multikey ,contw 
+0x31f3 009135 call g24_data_type2_reverse_data 
+0x31f4 009136 fetch 2 ,mem_usb_kb_multikey + 1 
+0x31f5 009137 ncall g24_kb_mul_enable_blank_data_forcibly ,blank 
+0x31f6 009138 fetch 2 ,mem_usb_kb_multikey + 1 
+0x31f7 009139 call g24_kb_mul_disable_blank_data_forcibly ,blank 
+0x31f8 009140 call g24_head_ptr2regc 
+0x31f9 009141 fetch 3 ,mem_usb_kb_multikey 
+0x31fa 009142 arg offset_24g_kb_multikey_sta_data ,rega 
+0x31fb 009143 call g24_set_contw_with_temp_store_3byte 
+0x31fc 009145 setarg offset_24g_kb_multikey_last_data 
+0x31fd 009146 iadd regc ,rega 
+0x31fe 009147 ifetcht 3 ,rega 
+0x31ff 009149 isub temp ,null 
+0x3200 009150 ncall g24_kb_mul_data_into_ep2_fifo ,zero 
+0x3201 009151 setarg offset_24g_kb_multikey_sta_data 
+0x3202 009152 iadd regc ,rega 
+0x3203 009153 ifetch 3 ,rega 
+0x3204 009155 arg offset_24g_kb_multikey_last_data ,rega 
+0x3205 009156 call g24_set_contw_with_temp_store_3byte 
+0x3206 009158 branch g24_rx_interrupt_clear 
+:      009160 g24_kb_mul_data_into_ep2_fifo:
+0x3207 009161 jam usb_ep2_multikey ,mem_usb_ep2_data 
+0x3208 009162 branch g24_data_type1_usbtx_enable_ep2 
+:      009164 g24_kb_mul_enable_blank_data_forcibly:
+0x3209 009165 setarg 1 
+0x320a 009166 call g24_store_mem_kb_mul_blank_data_enable 
+:      009168 g24_kb_mul_enable_blank_data_timer:
+0x320b 009169 setarg timer_kb_mul_blank_delay 
+0x320c 009170 arg timer_kb_mul_blank ,queue 
+0x320d 009171 branch timer_init 
+:      009173 g24_kb_mul_disable_blank_data_forcibly:
+0x320e 009174 call g24_set0_mem_kb_mul_blank_data_enable 
+:      009176 g24_kb_mul_disable_blank_data_timer:
+0x320f 009177 setarg 0 
+0x3210 009178 arg timer_kb_mul_blank ,queue 
+0x3211 009179 branch timer_init 
+:      009181 g24_data_attemp:
+0x3212 009182 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x3213 009184 beq datatype_mouse ,g24_data_attemp_mouse 
+0x3214 009185 beq datatype_keyboard ,g24_data_attemp_kbd 
+0x3215 009186 rtn 
+:      009187 g24_data_attemp_mouse:
+0x3216 009188 setarg offset_24g_rxdata_temp_add4 
+0x3217 009189 call g24_set_rega_ifetch_4byte 
+0x3218 009190 arg offset_24g_mouse_addr ,rega 
+0x3219 009191 call g24_set_contw_with_temp 
+0x321a 009194 branch g24_contw_istore_4byte 
+:      009196 g24_data_attemp_kbd:
+0x321b 009197 setarg offset_24g_rxdata_temp_add4 
+0x321c 009198 call g24_set_rega_ifetch_4byte 
+0x321d 009199 arg offset_24g_kb_addr ,rega 
+0x321e 009200 call g24_set_contw_with_temp 
+0x321f 009203 branch g24_contw_istore_4byte 
+:      009205 g24_store_mem_24g_mode:
+0x3220 009206 call g24_head_ptr2regc 
+0x3221 009207 add regc ,offset_24g_mode ,contw 
+0x3222 009208 istore 1 ,contw 
+0x3223 009209 rtn 
+:      009211 g24_fetch_mem_device_addr:
+0x3224 009212 call g24_head_ptr2regc 
+0x3225 009213 add regc ,offset_24g_device_addr ,rega 
+0x3226 009214 branch g24_rega_ifetch_4byte 
+:      009215 g24_store_mem_device_addr:
+0x3227 009216 call g24_head_ptr2regc 
+0x3228 009217 add regc ,offset_24g_device_addr ,contw 
+0x3229 009218 branch g24_contw_istore_4byte 
+:      009220 g24_fetch_mem_addr:
+0x322a 009221 add regc ,offset_24g_addr ,rega 
+0x322b 009222 branch g24_rega_ifetch_4byte 
+:      009223 g24_store_mem_addr:
+0x322c 009224 add regc ,offset_24g_addr ,contw 
+:      009225 g24_contw_istore_4byte:
+0x322d 009226 istore 4 ,contw 
+0x322e 009227 rtn 
+:      009229 g24_store_mem_ch:
+0x322f 009230 add regc ,offset_24g_ch ,contw 
+0x3230 009231 branch g24_contw_istore_1byte 
+:      009233 g24_set0_mem_pid:
+0x3231 009234 setarg 0 
+:      009235 g24_store_mem_pid:
+0x3232 009236 call g24_head_ptr2regc 
+0x3233 009237 add regc ,offset_24g_pid ,contw 
+0x3234 009238 branch g24_contw_istore_1byte 
+:      009240 g24_store_mem_txpayload:
+0x3235 009241 add regc ,offset_24g_txpayload ,contw 
+0x3236 009242 branch g24_contw_istore_1byte 
+:      009244 g24_set4_mem_max_retry:
+0x3237 009245 setarg 4 
+:      009246 g24_store_mem_max_retry:
+0x3238 009247 add regc ,offset_24g_max_retry ,contw 
+0x3239 009248 branch g24_contw_istore_1byte 
+:      009250 g24_fetch_mem_data_type:
+0x323a 009251 add regc ,offset_24g_data_type ,rega 
+0x323b 009252 branch g24_rega_ifetch_1byte 
+:      009253 g24_store_mem_data_type:
+0x323c 009254 add regc ,offset_24g_data_type ,contw 
+0x323d 009255 branch g24_contw_istore_1byte 
+:      009257 g24_set2_mem_sync_cnt:
+0x323e 009258 setarg 2 
+:      009259 g24_store_mem_sync_cnt:
+0x323f 009260 add regc ,offset_24g_sync_cnt ,contw 
+0x3240 009261 branch g24_contw_istore_1byte 
+:      009263 g24_set1_mem_rf_last_sta:
+0x3241 009264 setarg 1 
+:      009265 g24_store_mem_rf_last_sta:
+0x3242 009266 call g24_head_ptr2regc 
+0x3243 009267 add regc ,offset_24g_rf_last_sta ,contw 
+0x3244 009268 branch g24_contw_istore_1byte 
+:      009270 g24_fetch_mem_hop_pac:
+0x3245 009271 call g24_head_ptr2regc 
+0x3246 009272 add regc ,offset_24g_hop_pac ,rega 
+0x3247 009273 branch g24_rega_ifetch_1byte 
+:      009274 g24_set1_mem_hop_pac:
+0x3248 009275 setarg 1 
+:      009276 g24_store_mem_hop_pac:
+0x3249 009277 call g24_head_ptr2regc 
+0x324a 009278 add regc ,offset_24g_hop_pac ,contw 
+0x324b 009279 branch g24_contw_istore_1byte 
+:      009281 g24_fetch_mem_abort_pac:
+0x324c 009282 call g24_head_ptr2regc 
+0x324d 009283 add regc ,offset_24g_abort_pac ,rega 
+0x324e 009284 branch g24_rega_ifetch_1byte 
+:      009285 g24_set1_mem_abort_pac:
+0x324f 009286 setarg 1 
+:      009287 g24_store_mem_abort_pac:
+0x3250 009288 call g24_head_ptr2regc 
+0x3251 009289 add regc ,offset_24g_abort_pac ,contw 
+0x3252 009290 branch g24_contw_istore_1byte 
+:      009292 g24_fetch_mem_pairing_sm:
+0x3253 009293 call g24_head_ptr2regc 
+0x3254 009294 add regc ,offset_24g_pairing_sm ,rega 
+0x3255 009295 branch g24_rega_ifetch_1byte 
+:      009296 g24_store_mem_pairing_sm:
+0x3256 009297 add regc ,offset_24g_pairing_sm ,contw 
+0x3257 009298 branch g24_contw_istore_1byte 
+:      009300 g24_fetch_mem_rf_hop_ch:
+0x3258 009301 add regc ,offset_24g_rf_hop_ch ,rega 
+0x3259 009302 branch g24_rega_ifetch_1byte 
+:      009303 g24_set0_mem_rf_hop_ch:
+0x325a 009304 setarg 0 
+:      009305 g24_store_mem_rf_hop_ch:
+0x325b 009306 add regc ,offset_24g_rf_hop_ch ,contw 
+0x325c 009307 branch g24_contw_istore_1byte 
+:      009309 g24_fetch_mem_rf_work_stage:
+0x325d 009310 add regc ,offset_24g_rf_work_stage ,rega 
+0x325e 009311 branch g24_rega_ifetch_1byte 
+:      009313 g24_fetch_mem_rxbuf_add1:
+0x325f 009314 add regc ,offset_24g_rxbuf_add1 ,rega 
+0x3260 009315 branch g24_rega_ifetch_1byte 
+:      009317 g24_fetch_mem_check_dongle_times:
+0x3261 009318 add regc ,offset_24g_check_dongle_times ,rega 
+0x3262 009319 branch g24_rega_ifetch_1byte 
+:      009320 g24_set0_mem_check_dongle_times:
+0x3263 009321 setarg 0 
+:      009322 g24_store_mem_check_dongle_times:
+0x3264 009323 call g24_head_ptr2regc 
+0x3265 009324 add regc ,offset_24g_check_dongle_times ,contw 
+0x3266 009325 branch g24_contw_istore_1byte 
+:      009327 g24_store_mem_tx_power:
+0x3267 009328 call g24_head_ptr2regc 
+0x3268 009329 add regc ,offset_tx_power_temp ,rega 
+0x3269 009330 ifetch 1 ,rega 
+:      009331 g24_store_mem_txpower:
+0x326a 009332 store 1 ,mem_tx_power 
+0x326b 009333 rtn 
+:      009335 g24_store_mem_tx_power_temp:
+0x326c 009336 call g24_head_ptr2regc 
+0x326d 009337 fetch 1 ,mem_tx_power 
+0x326e 009339 add regc ,offset_tx_power_temp ,contw 
+0x326f 009340 branch g24_contw_istore_1byte 
+:      009342 g24_fetch_mem_power_ctrl_pac:
+0x3270 009343 add regc ,offset_power_ctrl_packet_cnt ,rega 
+0x3271 009344 branch g24_rega_ifetch_1byte 
+:      009346 g24_store_mem_power_ctrl_level:
+0x3272 009347 add regc ,offset_power_ctrl_level ,contw 
+0x3273 009348 branch g24_contw_istore_1byte 
+:      009350 g24_fetcht_mem_rxdata_temp:
+0x3274 009351 setarg offset_24g_rxdata_temp 
+:      009352 g24_set_rega_ifetcht_1byte:
+0x3275 009353 iadd regc ,rega 
+0x3276 009354 ifetcht 1 ,rega 
+0x3277 009355 rtn 
+:      009357 g24_fetch_mem_rf_laststa:
+0x3278 009358 setarg offset_24g_rf_laststa 
+0x3279 009359 branch g24_set_rega_ifetch_1byte 
+:      009360 g24_set0_mem_rf_laststa:
+0x327a 009361 setarg 0 
+:      009362 g24_store_mem_rf_laststa:
+0x327b 009363 arg offset_24g_rf_laststa ,rega 
+0x327c 009364 branch g24_set_contw_with_regb_store_1byte 
+:      009366 g24_fetch_mem_rx_addr:
+0x327d 009367 setarg offset_24g_rx_addr 
+:      009368 g24_set_rega_ifetch_4byte:
+0x327e 009369 call g24_set_rega 
+:      009370 g24_rega_ifetch_4byte:
+0x327f 009371 ifetch 4 ,rega 
+0x3280 009372 rtn 
+:      009374 g24_fetch_mem_time_slice:
+0x3281 009375 setarg offset_24g_time_slice 
+0x3282 009376 branch g24_set_rega_ifetch_1byte 
+:      009377 g24_set0_mem_time_slice:
+0x3283 009378 setarg 0 
+:      009379 g24_store_mem_time_slice:
+0x3284 009380 arg offset_24g_time_slice ,rega 
+0x3285 009381 branch g24_set_contw_with_regb_store_1byte 
+:      009383 g24_set0_mem_mode_switch:
+0x3286 009384 setarg 0 
+:      009385 g24_store_mem_mode_switch:
+0x3287 009386 arg offset_24g_mode_switch ,rega 
+0x3288 009387 branch g24_set_contw_with_regb_store_1byte 
+:      009389 g24_store_mem_bind_payload:
+0x3289 009390 arg offset_24g_bind_payload ,rega 
+0x328a 009391 branch g24_set_contw_with_regb_store_1byte 
+:      009393 g24_fetch_mem_bind_device_status:
+0x328b 009394 setarg offset_dongle_bind_device_status 
+0x328c 009395 branch g24_set_rega_ifetch_1byte 
+:      009396 g24_store_mem_bind_device_status:
+0x328d 009397 arg offset_dongle_bind_device_status ,rega 
+0x328e 009398 branch g24_set_contw_with_regb_store_1byte 
+:      009400 g24_fetch_mem_dongle_work_mode:
+0x328f 009401 setarg offset_dongle_work_mode 
+0x3290 009402 branch g24_set_rega_ifetch_1byte 
+:      009403 g24_set_work_mem_dongle_work_mode:
+0x3291 009404 setarg dongle_work 
+:      009405 g24_store_mem_dongle_work_mode:
+0x3292 009406 arg offset_dongle_work_mode ,rega 
+0x3293 009407 branch g24_set_contw_with_regb_store_1byte 
+:      009409 g24_fetch_mem_dongle_mode_init:
+0x3294 009410 setarg offset_dongle_mode_init 
+0x3295 009411 branch g24_set_rega_ifetch_1byte 
+:      009412 g24_set0_mem_dongle_mode_init:
+0x3296 009413 setarg clear_init 
+:      009414 g24_store_mem_dongle_mode_init:
+0x3297 009415 arg offset_dongle_mode_init ,rega 
+0x3298 009416 branch g24_set_contw_with_regb_store_1byte 
+:      009418 g24_set0_mem_ackpayload_enable:
+0x3299 009419 setarg 0 
+:      009420 g24_store_mem_ackpayload_enable:
+0x329a 009421 arg offset_24g_ackpayload_enable ,rega 
+0x329b 009422 branch g24_set_contw_with_regb_store_1byte 
+:      009423 g24_set1_mem_ackpayload_enable:
+0x329c 009424 setarg 1 
+0x329d 009425 branch g24_store_mem_ackpayload_enable 
+:      009427 g24_fetch_mem_rxdata_temp_add3_7byte:
+0x329e 009428 setarg offset_24g_rxdata_temp_add3 
+0x329f 009429 call g24_set_rega 
+0x32a0 009430 ifetch 7 ,rega 
+0x32a1 009431 rtn 
+:      009433 g24_fetch_mem_nodata_timer_enable:
+0x32a2 009434 setarg offset_24g_nodata_timer_enable 
+0x32a3 009435 branch g24_set_rega_ifetch_1byte 
+:      009436 g24_set0_mem_nodata_timer_enable:
+0x32a4 009437 setarg 0 
+:      009438 g24_store_mem_nodata_timer_enable:
+0x32a5 009439 arg offset_24g_nodata_timer_enable ,rega 
+0x32a6 009440 branch g24_set_contw_with_regb_store_1byte 
+:      009442 g24_set0_mem_ms_blank_data_enable:
+0x32a7 009443 setarg 0 
+:      009444 g24_store_mem_ms_blank_data_enable:
+0x32a8 009445 arg offset_24g_ms_blank_data_enable ,rega 
+0x32a9 009446 branch g24_set_contw_with_regb_store_1byte 
+:      009448 g24_set0_mem_kb_blank_data_enable:
+0x32aa 009449 setarg 0 
+:      009450 g24_store_mem_kb_blank_data_enable:
+0x32ab 009451 arg offset_24g_kb_blank_data_enable ,rega 
+0x32ac 009452 branch g24_set_contw_with_regb_store_1byte 
+:      009454 g24_set0_mem_kb_mul_blank_data_enable:
+0x32ad 009455 setarg 0 
+:      009456 g24_store_mem_kb_mul_blank_data_enable:
+0x32ae 009457 arg offset_24g_kb_mul_blank_data_enable ,rega 
+0x32af 009458 branch g24_set_contw_with_regb_store_1byte 
+:      009460 g24_store_mem_power_ctrl_threshold_up:
+0x32b0 009461 arg offset_power_ctrl_threshold_up ,rega 
+0x32b1 009462 branch g24_set_contw_with_regb_store_1byte 
+:      009464 g24_store_mem_power_ctrl_threshold_down:
+0x32b2 009465 arg offset_power_ctrl_threshold_down ,rega 
+:      009466 g24_set_contw_with_regb_store_1byte:
+0x32b3 009467 call g24_set_contw_with_regb 
+:      009468 g24_contw_istore_1byte:
+0x32b4 009469 istore 1 ,contw 
+0x32b5 009470 rtn 
+:      009472 g24_fetch_mem_pair_mode:
+0x32b6 009473 setarg offset_24g_pair_mode 
+0x32b7 009474 branch g24_set_rega_ifetch_1byte 
+:      009476 g24_store_mem_pair_mode:
+0x32b8 009477 arg offset_24g_pair_mode ,rega 
+0x32b9 009478 branch g24_set_contw_with_regb_store_1byte 
+:      009480 g24_store_mem_pair_txpower:
+0x32ba 009481 setarg offset_24g_pair_txpower 
+0x32bb 009482 call g24_set_rega_ifetch_1byte 
+0x32bc 009483 branch g24_store_mem_txpower 
+:      009485 g24_fetch_mem_rxdata_temp_add3_1byte:
+0x32bd 009486 setarg offset_24g_rxdata_temp_add3 
+0x32be 009487 branch g24_set_rega_ifetch_1byte 
+:      009489 g24_set_contw_with_temp:
+0x32bf 009490 copy pdata ,temp 
+0x32c0 009491 copy rega ,pdata 
+0x32c1 009492 iadd regc ,contw 
+0x32c2 009493 copy temp ,pdata 
+0x32c3 009494 rtn 
+:      009496 g24_set_contw_with_temp_store_3byte:
+0x32c4 009497 call g24_set_contw_with_temp 
+:      009498 g24_contw_istore_3byte:
+0x32c5 009499 istore 3 ,contw 
+0x32c6 009500 rtn 
+:      009502 g24_set_contw_with_regb:
+0x32c7 009503 call g24_head_ptr2regc 
+:      009504 g24_set_contw_with_regb2:
+0x32c8 009505 copy pdata ,regb 
+0x32c9 009506 copy rega ,pdata 
+0x32ca 009507 iadd regc ,contw 
+0x32cb 009508 copy regb ,pdata 
+0x32cc 009509 rtn 
+:      009511 g24_set_rega:
+0x32cd 009512 call g24_head_ptr2regc 
+0x32ce 009513 iadd regc ,rega 
+0x32cf 009514 rtn 
+:      009516 g24_set_rega_ifetch_1byte:
+0x32d0 009517 call g24_set_rega 
+:      009518 g24_rega_ifetch_1byte:
+0x32d1 009519 ifetch 1 ,rega 
+0x32d2 009520 rtn 
+:      009522 g24_set_rega_ifetcht_4byte:
+0x32d3 009523 call g24_set_rega 
+0x32d4 009524 ifetcht 4 ,rega 
+0x32d5 009525 rtn 
+:      009527 g24_mem_set0:
+0x32d6 009528 setarg 0 
+0x32d7 009529 branch g24_contw_istore_1byte 
+:      009533 app_init:
+0x32d8 009534 bpatch patch18_4 ,mem_patch18 
+0x32d9 009535 fetch 1 ,mem_device_option 
+0x32da 009536 branch app_init ,blank 
+0x32db 009538 beq dvc_op_dongle ,dongle_init 
+0x32dc 009539 beq dvc_op_antilost ,antilost_init 
+0x32dd 009540 beq dvc_op_shutter ,shutter_init 
+0x32de 009541 beq dvc_op_module ,module_init 
+0x32df 009542 beq dvc_op_car ,car_init 
+0x32e0 009543 beq dvc_op_remote_car ,remote_car_init 
+0x32e1 009544 bbit1 dvc_op_mouse ,mouse_init 
+0x32e2 009545 rtn 
+:      009547 app_lpm_init:
+0x32e3 009548 bpatch patch18_5 ,mem_patch18 
+0x32e4 009549 jam 0 ,mem_tester_emulate 
+0x32e5 009550 jam 0 ,mem_debug_config 
+0x32e6 009551 jam 0 ,mem_lch_code 
+0x32e7 009552 setarg 0 
+0x32e8 009553 store 5 ,mem_sp_state_start 
+0x32e9 009554 fetch 1 ,mem_device_option 
+0x32ea 009555 branch app_lpm_init ,blank 
+0x32eb 009556 beq dvc_op_module ,module_lpm_init 
+:      009557 app_lpm_init0:
+0x32ec 009558 rtn 
+:      009561 app_process_idle:
+0x32ed 009562 call ui_dispatch 
+0x32ee 009563 call check_51cmd 
+0x32ef 009564 call app_process_bb_event 
+0x32f0 009565 fetch 2 ,mem_cb_idle_process 
+0x32f1 009566 branch callback_func 
+:      009568 app_process_bt:
+0x32f2 009569 fetch 2 ,mem_cb_bt_process 
+0x32f3 009570 branch callback_func 
+:      009572 app_process_ble:
+0x32f4 009573 fetch 2 ,mem_cb_le_process 
+0x32f5 009574 branch callback_func 
+:      009576 app_process_bb_event:
+0x32f6 009577 bpatch patch18_6 ,mem_patch18 
+0x32f7 009579 arg mem_ipc_fifo_bt2c51 ,rega 
+0x32f8 009580 call fifo_out 
+0x32f9 009581 rtn blank 
+0x32fa 009583 copy pdata ,regc 
+0x32fb 009584 call app_event_normal_process 
+0x32fc 009585 branch app_process_bb_event_priority 
+:      009587 app_discard_event:
+0x32fd 009588 arg 0 ,regc 
+0x32fe 009589 rtn 
+:      009594 app_event_normal_process:
+0x32ff 009595 beq bt_evt_bb_connected ,app_evt_bt_conn 
+0x3300 009596 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
+0x3301 009597 beq bt_evt_setup_complete ,app_evt_setup_complete 
+0x3302 009598 beq bt_evt_hid_handshake ,app_evt_hid_handshake 
+0x3303 009599 beq bt_evt_hid_connected ,app_bb_event_hid_connected 
+0x3304 009600 beq bt_evt_reconn_failed ,app_bb_event_reconn_failed 
+0x3305 009601 beq bt_evt_bb_disconnected ,app_bb_event_bb_disconn 
+0x3306 009602 beq bt_evt_reconn_page_timeout ,app_bb_event_reconn_failed 
+0x3307 009603 beq bt_evt_le_connected ,app_le_event_bb_connected 
+0x3308 009604 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
+0x3309 009605 beq bt_evt_reconn_started ,app_event_reconn_start 
+0x330a 009606 beq bt_evt_enter_sniff ,app_event_enter_sniff 
+0x330b 009607 beq bt_evt_exit_sniff ,app_event_exit_sniff 
+0x330c 009609 beq bt_evt_ml2cap_conn_refused ,app_event_ml2cap_conn_refused 
+0x330d 009610 beq bt_evt_linkkey_generate ,app_event_linkkey_generate 
+0x330e 009611 beq bt_evt_switch_fail_master ,app_event_switch_fail_master 
+0x330f 009612 beq bt_evt_switch_success_master ,app_event_switch_success 
+0x3310 009613 rtn 
+:      009616 app_evt_bt_conn:
+0x3311 009617 fetch 2 ,mem_ui_state_map 
+0x3312 009618 set1 ui_state_bt_connected ,pdata 
+0x3313 009619 store 2 ,mem_ui_state_map 
+0x3314 009620 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3315 009621 set0 app_disc_by_button ,pdata 
+0x3316 009622 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3317 009623 rtn 
+:      009625 app_event_switch_success:
+0x3318 009626 jam 0 ,mem_switch_fail_master_count 
+0x3319 009627 rtn 
+:      009629 app_event_switch_fail_master:
+0x331a 009630 fetch 1 ,mem_switch_fail_master_count 
+0x331b 009631 increase 1 ,pdata 
+0x331c 009632 store 1 ,mem_switch_fail_master_count 
+0x331d 009633 sub pdata ,1 ,null 
+0x331e 009634 branch app_bt_role_switch ,positive 
+0x331f 009635 jam 0 ,mem_switch_fail_master_count 
+0x3320 009636 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3321 009637 set1 app_disc_switch_fail ,pdata 
+0x3322 009638 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3323 009639 branch app_bt_disconnect 
+:      009641 app_process_bb_event_priority:
+0x3324 009642 fetch 2 ,mem_cb_bb_event_process 
+0x3325 009643 branch callback_func 
+:      009645 app_check_wake_lock:
+0x3326 009646 fetch 2 ,mem_cb_check_wakelock 
+0x3327 009647 branch callback_func 
+:      009649 app_will_enter_lpm:
+0x3328 009650 fetch 2 ,mem_cb_before_lpm 
+0x3329 009651 branch callback_func 
+:      009653 app_event_linkkey_generate:
+0x332a 009654 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x332b 009655 set1 app_disc_after_pairing ,pdata 
+0x332c 009656 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x332d 009657 branch app_bt_store_reconn_info 
+:      009659 app_event_reconn_start:
+0x332e 009660 fetch 2 ,mem_ui_state_map 
+0x332f 009661 set1 ui_state_bt_reconnect ,pdata 
+0x3330 009662 store 2 ,mem_ui_state_map 
+0x3331 009663 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3332 009664 set1 app_disc_after_reconn ,pdata 
+0x3333 009665 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3334 009666 rtn 
+:      009668 app_evt_setup_complete:
+0x3335 009669 fetch 2 ,mem_ui_state_map 
+0x3336 009670 set1 ui_state_bt_setup_complete ,pdata 
+0x3337 009671 store 2 ,mem_ui_state_map 
+0x3338 009672 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3339 009673 set1 app_disc_after_setup_done ,pdata 
+0x333a 009674 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x333b 009675 rtn 
+:      009677 app_evt_hid_handshake:
+0x333c 009678 fetch 2 ,mem_ui_state_map 
+0x333d 009679 set1 ui_state_bt_hid_handshake ,pdata 
+0x333e 009680 store 2 ,mem_ui_state_map 
+0x333f 009681 rtn 
+:      009683 app_event_enter_sniff:
+0x3340 009684 fetch 2 ,mem_ui_state_map 
+0x3341 009685 set1 ui_state_bt_sniff ,pdata 
+0x3342 009686 store 2 ,mem_ui_state_map 
+0x3343 009687 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3344 009688 set1 app_disc_after_sniff ,pdata 
+0x3345 009689 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3346 009690 rtn 
+:      009692 app_event_exit_sniff:
+0x3347 009693 fetch 2 ,mem_ui_state_map 
+0x3348 009694 set0 ui_state_bt_sniff ,pdata 
+0x3349 009695 store 2 ,mem_ui_state_map 
+0x334a 009696 rtn 
+:      009698 app_le_event_bb_connected:
+0x334b 009699 fetch 2 ,mem_ui_state_map 
+0x334c 009700 set1 ui_state_ble_connected ,pdata 
+0x334d 009701 store 2 ,mem_ui_state_map 
+0x334e 009702 rtn 
+:      009704 app_le_event_bb_disconn:
+0x334f 009705 fetch 2 ,mem_ui_state_map 
+0x3350 009706 set0 ui_state_ble_connected ,pdata 
+0x3351 009707 store 2 ,mem_ui_state_map 
+0x3352 009708 branch app_lpm_mult_disable 
+:      009710 app_bb_event_hid_connected:
+0x3353 009711 fetch 2 ,mem_ui_state_map 
+0x3354 009712 set1 ui_state_bt_hid_conn ,pdata 
+0x3355 009713 store 2 ,mem_ui_state_map 
+0x3356 009714 rtn 
+:      009716 app_evt_button_long_pressed:
+0x3357 009717 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3358 009718 set1 app_disc_by_button ,pdata 
+0x3359 009719 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x335a 009720 rtn 
+:      009722 app_event_ml2cap_conn_refused:
+0x335b 009723 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x335c 009724 set1 app_disc_l2cap_refused ,pdata 
+0x335d 009725 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x335e 009726 branch app_bt_disconnect 
+:      009729 app_evt_timer:
+0x335f 009730 bpatch patch18_7 ,mem_patch18 
+0x3360 009731 store 1 ,mem_app_evt_timer_count 
+:      009732 app_evt_100ms_loop:
+0x3361 009733 fetch 1 ,mem_app_evt_timer_count 
+0x3362 009734 rtn blank 
+0x3363 009735 increase -1 ,pdata 
+0x3364 009736 store 1 ,mem_app_evt_timer_count 
+0x3365 009737 call ui_button_polling 
+0x3366 009738 call app_lpm_wake_auto_lock_timer 
+0x3367 009739 call app_unsniff_delay_timer 
+0x3368 009740 call app_discovery_timer 
+0x3369 009741 call flash_write_spi_sm_timer 
+0x336a 009742 fetch 2 ,mem_cb_event_timer 
+0x336b 009743 call callback_func 
+0x336c 009744 branch app_evt_100ms_loop 
+:      009749 timer_single_step:
+0x336d 009750 ifetch 1 ,regc 
+0x336e 009751 rtn blank 
+0x336f 009752 pincrease -1 
+0x3370 009753 istore 1 ,regc 
+0x3371 009754 nrtn blank 
+0x3372 009755 copy regb ,pdata 
+0x3373 009756 branch callback_func 
+:      009760 timer_single_step_2b:
+0x3374 009761 ifetch 2 ,regc 
+0x3375 009762 rtn blank 
+0x3376 009763 pincrease -1 
+0x3377 009764 istore 2 ,regc 
+0x3378 009765 nrtn blank 
+0x3379 009766 copy regb ,pdata 
+0x337a 009767 branch callback_func 
+:      009769 app_power_timer:
+0x337b 009770 fetcht 2 ,mem_power_param_ptr 
+0x337c 009771 add temp ,power_timer_offset ,regc 
+0x337d 009772 arg app_power_timer_timeout ,regb 
+0x337e 009773 branch timer_single_step 
+:      009775 app_power_timer_timeout:
+0x337f 009776 call app_got_power_state_common 
+0x3380 009777 beq power_starting ,app_enter_power_stanby_state 
+:      009778 app_enter_power_off_state:
+0x3381 009779 branch app_enter_hibernate 
+:      009780 app_enter_power_stanby_state:
+0x3382 009781 setarg power_standby 
+0x3383 009782 istore 1 ,regc 
+0x3384 009783 add temp ,power_standby_cb_offset ,regb 
+:      009784 app_power_cb_common:
+0x3385 009785 ifetch 2 ,regb 
+0x3386 009786 branch callback_func 
+:      009788 app_unsniff_delay_timer:
+0x3387 009789 arg mem_unsniff2sniff_timer_count ,regc 
+0x3388 009790 arg app_unsniff_delay_timeout ,regb 
+0x3389 009791 branch timer_single_step 
+:      009793 app_unsniff_delay_timeout:
+0x338a 009794 call context_check_idle 
+0x338b 009795 branch app_bt_enter_sniff ,zero 
+0x338c 009796 rtn 
+:      009799 app_discovery_timer:
+0x338d 009800 arg mem_discovery_timeout_timer_count ,regc 
+0x338e 009801 arg app_discovery_timeout ,regb 
+0x338f 009802 branch timer_single_step_2b 
+:      009804 app_discovery_timeout:
+0x3390 009805 call app_bt_stop_discovery 
+0x3391 009806 call app_led_off 
+0x3392 009807 fetch 2 ,mem_cb_discovry_timeout 
+0x3393 009808 branch callback_func 
+:      009811 app_bb_event_reconn_failed:
+0x3394 009812 call app_disconn_reason_flag_clear 
+:      009813 app_clear_reconnect_flag:
+0x3395 009814 fetch 2 ,mem_ui_state_map 
+0x3396 009815 set0 ui_state_bt_reconnect ,pdata 
+0x3397 009816 store 2 ,mem_ui_state_map 
+0x3398 009817 rtn 
+:      009819 app_bb_event_bb_disconn:
+0x3399 009820 jam 0 ,mem_unsniff2sniff_timer_count 
+0x339a 009821 fetch 2 ,mem_ui_state_map 
+0x339b 009822 bbit1 ui_state_bt_reconnect ,app_bb_event_bb_reconn_disconn 
+0x339c 009823 isolate0 ui_state_bt_setup_complete ,pdata 
+0x339d 009824 call app_discard_event ,true 
+:      009825 app_bb_event_bb_reconn_disconn:
+0x339e 009826 bpatch patch19_0 ,mem_patch19 
+0x339f 009827 fetch 2 ,mem_ui_state_map 
+0x33a0 009828 set0 ui_state_bt_connected ,pdata 
+0x33a1 009829 set0 ui_state_bt_setup_complete ,pdata 
+0x33a2 009830 set0 ui_state_bt_hid_conn ,pdata 
+0x33a3 009831 set0 ui_state_bt_hid_handshake ,pdata 
+0x33a4 009832 set0 ui_state_bt_reconnect ,pdata 
+0x33a5 009833 store 2 ,mem_ui_state_map 
+0x33a6 009834 branch app_lpm_mult_disable 
+:      009836 app_bb_hibernate:
+0x33a7 009837 call app_disconn_reason_clear 
+0x33a8 009838 branch app_enter_hibernate 
+:      009841 app_disconn_reason_clear:
+0x33a9 009842 setarg 0 
+0x33aa 009843 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x33ab 009844 rtn 
+:      009845 app_disconn_reason_flag_clear:
+0x33ac 009846 setarg 0 
+0x33ad 009847 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33ae 009848 rtn 
+:      009850 app_disconn_reason_collect_bt:
+0x33af 009851 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b0 009852 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x33b1 009853 setarg 0 
+0x33b2 009854 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b3 009855 rtn 
+:      009857 app_disconn_reason_collect_ble:
+0x33b4 009858 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b5 009859 set1 app_disc_ble ,pdata 
+0x33b6 009860 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x33b7 009861 setarg 0 
+0x33b8 009862 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b9 009863 rtn 
+:      009871 app_check_sniff:
+0x33ba 009872 fetch 1 ,mem_ui_state_map 
+0x33bb 009873 isolate1 ui_state_bt_sniff ,pdata 
+0x33bc 009874 rtn 
+:      009882 app_initflag_store:
+0x33bd 009883 setarg eeprom_init_flag 
+:      009884 app_flag_store:
+0x33be 009885 store 2 ,mem_timeup 
+0x33bf 009886 bpatch patch19_1 ,mem_patch19 
+0x33c0 009887 arg 2 ,temp 
+0x33c1 009888 arg mem_timeup ,rega 
+0x33c2 009889 arg eeprom_module_init_flag ,regb 
+0x33c3 009890 branch iicd_write_eep_data 
+:      009893 app_initflag_check:
+0x33c4 009894 bpatch patch19_2 ,mem_patch19 
+0x33c5 009895 arg 2 ,temp 
+0x33c6 009896 arg mem_pdatatemp ,rega 
+0x33c7 009897 arg eeprom_module_init_flag ,regb 
+0x33c8 009898 call iicd_read_eep_data 
+0x33c9 009899 fetch 2 ,mem_pdatatemp 
+0x33ca 009900 arg eeprom_init_flag ,temp 
+0x33cb 009901 isub temp ,null 
+0x33cc 009902 rtn 
+:      009905 app_start_auto_sniff:
+0x33cd 009906 fetch 1 ,mem_unsniff2sniff_timer 
+0x33ce 009907 store 1 ,mem_unsniff2sniff_timer_count 
+0x33cf 009908 rtn 
+:      009910 app_get_lpm_wake_lock:
+0x33d0 009911 arg wake_lock_app ,queue 
+0x33d1 009912 branch lpm_get_wake_lock 
+:      009914 app_put_lpm_wake_lock:
+0x33d2 009915 arg wake_lock_app ,queue 
+0x33d3 009916 branch lpm_put_wake_lock 
+:      009918 app_lpm_wake_auto_lock:
+0x33d4 009919 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
+0x33d5 009920 branch app_get_lpm_wake_lock 
+:      009922 app_lpm_wake_auto_lock_timer:
+0x33d6 009923 arg mem_wake_up_delay_timer ,regc 
+0x33d7 009924 arg app_put_lpm_wake_lock ,regb 
+0x33d8 009925 branch timer_single_step 
+:      009927 app_l2cap_flow_control_enable:
+0x33d9 009928 jam l2cap_flow_ctrl_enable ,mem_l2cap_flow_ctrl_flag 
+0x33da 009929 rtn 
+:      009931 app_l2cap_flow_control_disable:
+0x33db 009932 jam l2cap_flow_ctrl_disable ,mem_l2cap_flow_ctrl_flag 
+0x33dc 009933 rtn 
+:      009935 app_bt_set_pincode:
+0x33dd 009936 jam bt_cmd_set_pin_code ,mem_fifo_temp 
+0x33de 009937 branch ui_ipc_send_cmd 
+:      009939 app_bt_role_switch:
+0x33df 009940 jam bt_cmd_role_switch ,mem_fifo_temp 
+0x33e0 009941 branch ui_ipc_send_cmd 
+:      009943 app_bt_start_reconnect:
+0x33e1 009944 bpatch patch19_3 ,mem_patch19 
+0x33e2 009945 fetch 1 ,mem_app_connection_options 
+0x33e3 009946 store 1 ,mem_connection_options 
+0x33e4 009947 jam app_flag_reconnect ,mem_reconnect_flag 
+0x33e5 009948 jam bt_cmd_reconnect ,mem_fifo_temp 
+0x33e6 009949 branch ui_ipc_send_cmd 
+:      009951 app_bt_reconnect_cancel:
+0x33e7 009952 jam bt_cmd_bb_reconn_cancel ,mem_fifo_temp 
+0x33e8 009953 branch ui_ipc_send_cmd 
+:      009955 app_bt_disconnect:
+0x33e9 009956 jam bt_cmd_disconnect ,mem_fifo_temp 
+0x33ea 009957 branch ui_ipc_send_cmd 
+:      009959 app_bt_start_discovery_short:
+0x33eb 009960 fetch 2 ,mem_discovery_timeout 
+0x33ec 009961 store 2 ,mem_discovery_timeout_timer_count 
+:      009962 app_bt_start_discovery_led_blink:
+0x33ed 009963 call app_led_start_blink 
+:      009964 app_bt_start_discovery:
+0x33ee 009965 jam bt_cmd_start_discovery ,mem_fifo_temp 
+0x33ef 009966 branch ui_ipc_send_cmd 
+:      009968 app_bt_stop_discovery:
+0x33f0 009969 setarg 0 
+0x33f1 009970 store 2 ,mem_discovery_timeout_timer_count 
+0x33f2 009971 jam bt_cmd_stop_discovery ,mem_fifo_temp 
+0x33f3 009972 branch ui_ipc_send_cmd 
+:      009974 app_ble_start_direct_adv:
+0x33f4 009975 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
+0x33f5 009976 branch ui_ipc_send_cmd 
+:      009978 app_ble_stop_direct_adv:
+0x33f6 009979 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
+0x33f7 009980 branch ui_ipc_send_cmd 
+:      009982 app_ble_stop_adv:
+0x33f8 009983 jam bt_cmd_stop_adv ,mem_fifo_temp 
+0x33f9 009984 branch ui_ipc_send_cmd 
+:      009986 app_ble_start_adv:
+0x33fa 009987 jam bt_cmd_start_adv ,mem_fifo_temp 
+0x33fb 009988 branch ui_ipc_send_cmd 
+:      009990 app_ble_start_scan:
+0x33fc 009991 jam bt_cmd_le_start_scan ,mem_fifo_temp 
+0x33fd 009992 branch ui_ipc_send_cmd 
+:      009994 app_ble_stop_scan:
+0x33fe 009995 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
+0x33ff 009996 branch ui_ipc_send_cmd 
+:      009998 app_ble_start_conn:
+0x3400 009999 jam bt_cmd_le_start_conn ,mem_fifo_temp 
+0x3401 010000 branch ui_ipc_send_cmd 
+:      010002 app_ble_disconnect:
+0x3402 010003 jam bt_cmd_le_disconnect ,mem_fifo_temp 
+0x3403 010004 branch ui_ipc_send_cmd 
+:      010006 app_led_start_blink:
+0x3404 010007 jam bt_cmd_led_blink ,mem_fifo_temp 
+0x3405 010008 branch ui_ipc_send_cmd 
+:      010010 app_led_on:
+0x3406 010011 jam bt_cmd_led_on ,mem_fifo_temp 
+0x3407 010012 branch ui_ipc_send_cmd 
+:      010014 app_led_stop_blink:
+:      010015 app_led_off:
+0x3408 010016 jam bt_cmd_led_off ,mem_fifo_temp 
+0x3409 010017 branch ui_ipc_send_cmd 
+:      010019 app_enter_hibernate:
+0x340a 010020 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
+0x340b 010021 branch ui_ipc_send_cmd 
+:      010023 app_bt_sniff_exit:
+0x340c 010024 jam bt_cmd_exit_sniff ,mem_fifo_temp 
+0x340d 010025 branch ui_ipc_send_cmd 
+:      010027 app_bt_enter_sniff:
+0x340e 010028 jam bt_cmd_enter_sniff ,mem_fifo_temp 
+0x340f 010029 branch ui_ipc_send_cmd 
+:      010031 app_ble_store_reconn_info:
+0x3410 010032 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
+0x3411 010033 branch ui_ipc_send_cmd 
+:      010035 app_bt_store_reconn_info:
+0x3412 010036 jam bt_cmd_store_reconn_info_bt ,mem_fifo_temp 
+0x3413 010037 branch ui_ipc_send_cmd 
+:      010039 app_store_reconn_info:
+0x3414 010040 jam bt_cmd_store_reconn_info ,mem_fifo_temp 
+0x3415 010041 branch ui_ipc_send_cmd 
+:      010043 app_lpm_mult_enable:
+0x3416 010044 set1 mark_lpm_mult_enable ,mark 
+0x3417 010045 rtn 
+:      010047 app_lpm_mult_disable:
+0x3418 010048 set0 mark_lpm_mult_enable ,mark 
+0x3419 010049 rtn 
+:      010069 app_button_long_pressed:
+0x341a 010070 call app_got_power_state_common 
+0x341b 010071 beq power_standby ,app_power_shutting_down 
+:      010072 app_power_starting:
+0x341c 010073 setarg power_starting 
+0x341d 010074 istore 1 ,regc 
+0x341e 010075 add temp ,power_starting_timeout_offset ,rega 
+0x341f 010076 add temp ,power_starting_cb_offset ,regb 
+:      010077 app_power_common:
+0x3420 010078 ifetcht 1 ,rega 
+0x3421 010079 increase 1 ,regc 
+0x3422 010080 istoret 1 ,regc 
+0x3423 010081 branch app_power_cb_common 
+:      010083 app_power_shutting_down:
+0x3424 010084 setarg power_off 
+0x3425 010085 istore 1 ,regc 
+0x3426 010086 fetch 2 ,mem_ui_state_map 
+0x3427 010087 bbit0 ui_state_ble_connected ,app_power_off_end 
+0x3428 010088 call app_ble_disconnect 
+:      010089 app_power_off_end:
+0x3429 010090 fetcht 2 ,mem_power_param_ptr 
+0x342a 010091 add temp ,power_off_timeout_offset ,rega 
+0x342b 010092 add temp ,power_off_cb_offset ,regb 
+0x342c 010093 branch app_power_common 
+:      010095 app_got_power_state_common:
+0x342d 010096 fetcht 2 ,mem_power_param_ptr 
+0x342e 010097 add temp ,power_state_offset ,regc 
+0x342f 010098 ifetch 1 ,regc 
+0x3430 010099 rtn 
+:      010101 app_event_button_up:
+0x3431 010102 call app_got_power_state_common 
+0x3432 010103 bne power_off ,app_power_release 
+0x3433 010104 branch app_enter_hibernate 
+:      010105 app_power_release:
+0x3434 010106 add temp ,ui_butten_up_cb_offset ,regb 
+0x3435 010107 branch app_power_cb_common 
+:      010109 antilost_init:
+0x3436 010110 rtn wake 
+0x3437 010111 jam 0x00 ,core_gpio_sel1 
+0x3438 010112 setarg antilost_le_before_hibernate 
+0x3439 010113 store 2 ,mem_cb_before_hibernate 
+0x343a 010114 setarg keyscan_process_lpm_before 
+0x343b 010115 store 2 ,mem_cb_before_lpm 
+0x343c 010116 setarg antilost_idle_process 
+0x343d 010117 store 2 ,mem_cb_idle_process 
+0x343e 010118 setarg antilost_le_conn_process 
+0x343f 010119 store 2 ,mem_cb_le_process 
+0x3440 010120 setarg antilost_bb_event_process 
+0x3441 010121 store 2 ,mem_cb_bb_event_process 
+0x3442 010122 setarg antilost_le_bb_event_timer 
+0x3443 010123 store 2 ,mem_cb_event_timer 
+0x3444 010124 setarg antilost_le_notification 
+0x3445 010125 store 2 ,mem_cb_ble_transmit 
+0x3446 010126 setarg antilost_lpm_lock_process 
+0x3447 010127 store 2 ,mem_cb_check_wakelock 
+0x3448 010128 setarg antilost_le_receive_data_process 
+0x3449 010129 store 2 ,mem_cb_att_write 
+0x344a 010130 bpatch patch19_4 ,mem_patch19 
+0x344b 010131 call antilost_buzzer_pwm_init 
+0x344c 010132 call keyscan_key_init 
+0x344d 010133 call antilost_adc_init 
+0x344e 010134 call ui_led_init_global 
+0x344f 010135 call ui_button_init 
+0x3450 010136 setarg antilost_key_up_down 
+0x3451 010137 store 2 ,mem_cb_antl_key 
+0x3452 010138 setarg antilost_power_off_cb 
+0x3453 010139 store 2 ,mem_antl_power_off_cb 
+0x3454 010140 setarg antilost_power_starting_cb 
+0x3455 010141 store 2 ,mem_antl_power_starting_cb 
+0x3456 010142 setarg antilost_power_standby_cb 
+0x3457 010143 store 2 ,mem_antl_power_standby_cb 
+0x3458 010144 setarg antilost_led_on_cb 
+0x3459 010145 store 2 ,mem_antl_led_cb_on 
+0x345a 010146 setarg antilost_led_off_cb 
+0x345b 010147 store 2 ,mem_antl_led_cb_off 
+0x345c 010148 setarg antilost_buzzer_on 
+0x345d 010149 store 2 ,mem_antl_buzzer_cb_on 
+0x345e 010150 setarg antilost_buzzer_off 
+0x345f 010151 store 2 ,mem_antl_buzzer_cb_off 
+0x3460 010152 fetch 2 ,mem_ui_state_map 
+0x3461 010153 rtnbit1 ui_state_btn_down 
+0x3462 010154 branch app_enter_hibernate 
+:      010156 antilost_le_before_hibernate:
+0x3463 010157 call antilost_led_buzzer_stop_blink 
+0x3464 010158 branch app_enter_hibernate 
+:      010160 antilost_le_notification:
+0x3465 010161 call le_fifo_check_nearly_full 
+0x3466 010162 nrtn blank 
+0x3467 010163 arg mem_temp_block5 ,rega 
+0x3468 010164 call queue_pop 
+0x3469 010165 nrtn user 
+0x346a 010166 arg mem_temp_block5 ,contr 
+0x346b 010167 branch le_send_notify_from_list 
+:      010169 antilost_power_standby_cb:
+0x346c 010170 fetch 2 ,mem_antl_le_sleep_timeout 
+0x346d 010171 store 2 ,mem_antl_le_sleep_timer 
+0x346e 010172 jam 1 ,mem_antl_key_scan_enable 
+0x346f 010173 branch antilost_fast_adv_start 
+:      010175 antilost_lpm_lock_process:
+0x3470 010176 fetch 1 ,mem_antl_key_state 
+0x3471 010177 beq 1 ,antilost_lpm_ctrl_for_led_buzzer 
+0x3472 010178 fetch 2 ,mem_ui_state_map 
+0x3473 010179 bbit0 ui_state_ble_connected ,antilost_lpm_ctrl_for_led_buzzer 
+0x3474 010180 fetch 1 ,mem_antl_lost_mode 
+0x3475 010181 beq 1 ,app_get_lpm_wake_lock 
+0x3476 010182 fetch 1 ,mem_antl_queue_curr_num 
+0x3477 010183 nbranch app_get_lpm_wake_lock ,blank 
+0x3478 010184 branch app_put_lpm_wake_lock 
+:      010186 antilost_lpm_ctrl_for_led_buzzer:
+0x3479 010187 fetch 1 ,mem_antl_led_state 
+0x347a 010188 fetcht 1 ,mem_antl_buzzer_state 
+0x347b 010189 ior temp ,pdata 
+0x347c 010190 beq 1 ,app_get_lpm_wake_lock 
+0x347d 010191 branch app_put_lpm_wake_lock 
+:      010193 antilost_bb_event_process:
+0x347e 010194 copy regc ,pdata 
+0x347f 010195 beq bt_evt_button_up ,app_event_button_up 
+0x3480 010196 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x3481 010197 beq bt_evt_le_connected ,antilost_le_process_conn 
+0x3482 010198 beq bt_evt_le_disconnected ,antilost_le_process_discon 
+0x3483 010199 beq bt_evt_le_parse_conn_papa_update_rsp ,antilost_le_conn_param_update_rsp_recieved 
+0x3484 010200 rtn 
+:      010201 antilost_le_conn_param_update_rsp_recieved:
+0x3485 010202 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x3486 010203 beq ble_signaling_connect_parameter_update_rejected ,antilost_le_conn_param_rejected 
+:      010204 antilost_le_conn_param_accepted:
+0x3487 010205 fetch 2 ,mem_le_new_connslavelatency 
+0x3488 010206 branch antilost_master_nonsupport_latency ,blank 
+:      010207 antilost_le_conn_param_updata_procedure_sucsess:
+0x3489 010208 jam conn_param_updata_procedure_complete ,mem_antl_conn_updata_procedure_state 
+0x348a 010209 jam 60 ,mem_antl_conn_update_timer 
+0x348b 010210 rtn 
+:      010212 antilost_le_conn_param_rejected:
+0x348c 010213 fetch 2 ,mem_le_latency 
+0x348d 010214 branch antilost_conn_param_updata_procedure_faild ,blank 
+:      010215 antilost_conn_param_retransimiting:
+0x348e 010216 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
+0x348f 010217 fetcht 2 ,mem_interval_increment 
+0x3490 010218 fetch 2 ,mem_le_interval_min 
+0x3491 010219 iadd temp ,pdata 
+0x3492 010220 store 2 ,mem_le_interval_min 
+0x3493 010221 copy pdata ,rega 
+0x3494 010222 fetch 2 ,mem_le_interval_max 
+0x3495 010223 iadd temp ,pdata 
+0x3496 010224 store 2 ,mem_le_interval_max 
+0x3497 010225 iadd rega ,pdata 
+0x3498 010226 rshift pdata ,temp 
+0x3499 010227 fetch 2 ,mem_antl_le_unnormal_interval_max 
+0x349a 010228 idiv temp 
+0x349b 010229 call wait_div_end 
+0x349c 010230 quotient pdata 
+0x349d 010231 store 2 ,mem_le_latency 
+0x349e 010232 jam 1 ,mem_antl_send_updata_le_param_timer 
+0x349f 010233 rtn 
+:      010234 antilost_conn_param_updata_procedure_faild:
+0x34a0 010235 jam conn_param_updata_procedure_faild ,mem_antl_conn_updata_procedure_state 
+0x34a1 010236 rtn 
+:      010238 antilost_master_nonsupport_latency:
+0x34a2 010239 jam 0 ,mem_lpm_mult 
+0x34a3 010240 jam 0 ,mem_antl_send_updata_le_param_timer 
+0x34a4 010241 fetch 2 ,mem_le_new_conninterval 
+0x34a5 010242 fetcht 2 ,mem_antl_le_unnormal_interval_min 
+0x34a6 010243 isub temp ,null 
+0x34a7 010244 setflag positive ,0 ,rega 
+0x34a8 010245 fetch 2 ,mem_antl_le_unnormal_interval_max 
+0x34a9 010246 fetcht 2 ,mem_le_new_conninterval 
+0x34aa 010247 isub temp ,pdata 
+0x34ab 010248 setflag positive ,1 ,rega 
+0x34ac 010249 compare 0x03 ,rega ,0x03 
+0x34ad 010250 rtn true 
+0x34ae 010251 fetch 8 ,mem_antl_le_unnormal_interval_min 
+0x34af 010252 store 8 ,mem_le_interval_min 
+0x34b0 010253 jam 1 ,mem_antl_send_updata_le_param_timer 
+0x34b1 010254 rtn 
+:      010257 antilost_le_bb_event_timer:
+0x34b2 010259 call app_power_timer 
+0x34b3 010260 call antilost_double_click_timer 
+0x34b4 010261 call antilost_le_fast_adv_timer 
+0x34b5 010262 call antilost_le_sleep_timer 
+0x34b6 010263 call antilost_app_updata_le_param_timer 
+0x34b7 010264 call antilost_conn_update_timer 
+0x34b8 010265 branch antilost_adc_check_timer 
+:      010268 antilost_double_click_timer:
+0x34b9 010269 arg mem_double_click_timer ,regc 
+0x34ba 010270 arg antilost_double_click_timeout ,regb 
+0x34bb 010271 branch timer_single_step 
+:      010272 antilost_double_click_timeout:
+0x34bc 010273 jam 0 ,mem_butten_click_cnt 
+0x34bd 010274 rtn 
+:      010275 antilost_le_fast_adv_timer:
+0x34be 010276 arg mem_antl_fast_adv_timer ,regc 
+0x34bf 010277 arg antilost_le_fast_adv_timeout ,regb 
+0x34c0 010278 branch timer_single_step_2b 
+:      010279 antilost_le_fast_adv_timeout:
+0x34c1 010280 arg mem_antl_slow_adv_led_style ,regc 
+0x34c2 010281 arg mem_antl_slow_adv_lpm_interval ,regb 
+0x34c3 010282 branch antilost_adv_start_common 
+:      010285 antilost_conn_update_timer:
+0x34c4 010286 arg mem_antl_conn_update_timer ,regc 
+0x34c5 010287 arg antilost_conn_update_timer_time_out ,regb 
+0x34c6 010288 branch timer_single_step 
+:      010290 antilost_conn_update_timer_time_out:
+0x34c7 010291 fetch 2 ,mem_le_latency 
+0x34c8 010292 store 1 ,mem_lpm_mult 
+0x34c9 010293 rtn 
+:      010294 antilost_app_updata_le_param_timer:
+0x34ca 010295 arg mem_antl_send_updata_le_param_timer ,regc 
+0x34cb 010296 arg antilost_app_updata_le_param_timeout ,regb 
+0x34cc 010297 branch timer_single_step 
+:      010298 antilost_app_updata_le_param_timeout:
+0x34cd 010299 fetch 1 ,mem_le_state 
+0x34ce 010300 compare 0 ,pdata ,0x60 
+0x34cf 010301 nbranch antilost_wait_for_updata_param_instant_expire ,true 
+0x34d0 010302 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
+0x34d1 010303 call app_lpm_mult_enable 
+0x34d2 010304 branch le_l2cap_tx_update_req 
+:      010305 antilost_wait_for_updata_param_instant_expire:
+0x34d3 010306 jam 1 ,mem_antl_send_updata_le_param_timer 
+0x34d4 010307 rtn 
+:      010309 antilost_le_sleep_timer:
+0x34d5 010310 arg mem_antl_le_sleep_timer ,regc 
+0x34d6 010311 arg antilost_le_sleep_timer_timeout ,regb 
+0x34d7 010312 branch timer_single_step_2b 
+:      010315 antilost_le_sleep_timer_timeout:
+0x34d8 010316 branch app_button_long_pressed 
+:      010318 antilost_adc_check_timer:
+0x34d9 010321 arg mem_adc_timer ,regc 
+0x34da 010322 arg antilost_adc_check_timer_timeout ,regb 
+0x34db 010323 branch timer_single_step_2b 
+:      010324 antilost_adc_check_timer_timeout:
+0x34dc 010325 fetch 2 ,mem_adc_timeout 
+0x34dd 010326 store 2 ,mem_adc_timer 
+0x34de 010327 branch antilost_battery_process 
+:      010330 antilost_le_process_conn:
+0x34df 010331 fetch 2 ,mem_adc_timeout 
+0x34e0 010332 store 2 ,mem_adc_timer 
+0x34e1 010333 setarg 0 
+0x34e2 010334 store 2 ,mem_antl_fast_adv_timer 
+0x34e3 010335 store 2 ,mem_antl_le_sleep_timer 
+0x34e4 010336 call antilost_alert_off 
+0x34e5 010337 call antilost_led_buzzer_stop_blink 
+0x34e6 010338 jam 0 ,mem_lpm_mult 
+0x34e7 010339 branch app_ble_stop_adv 
+:      010342 antilost_le_process_discon:
+0x34e8 010345 setarg 0 
+0x34e9 010346 store 4 ,mem_adc_timer 
+0x34ea 010347 store 3 ,mem_antl_conn_updata_procedure_state 
+0x34eb 010348 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x34ec 010350 jam 1 ,mem_alarm_config_notfy_cnt 
+0x34ed 010351 fetch 2 ,mem_antl_le_sleep_timeout 
+0x34ee 010352 store 2 ,mem_antl_le_sleep_timer 
+0x34ef 010353 call queue_init 
+0x34f0 010354 fetch 1 ,mem_antl_power_state 
+0x34f1 010355 rtneq power_off 
+0x34f2 010356 call antilost_fast_adv_start 
+0x34f3 010357 branch antilost_on_off_alarm_after_disconn 
+:      010360 antilost_le_conn_process:
+0x34f4 010362 branch antilost_key_process 
+:      010364 antilost_idle_process:
+0x34f5 010366 fetch 1 ,mem_antl_power_state 
+0x34f6 010367 rtnne power_standby 
+0x34f7 010368 branch antilost_key_process 
+:      010373 antilost_power_starting_cb:
+0x34f8 010374 arg mem_antl_power_starting_buzzer_style ,regc 
+0x34f9 010375 call antilost_buzzer_configuration 
+0x34fa 010376 arg mem_antl_power_starting_led_style ,regc 
+:      010377 antilost_power_common:
+0x34fb 010378 branch antilost_led_configuration 
+:      010380 antilost_power_off_cb:
+0x34fc 010381 jam off ,mem_le_adv_enable 
+0x34fd 010382 arg mem_antl_power_off_buzzer_style ,regc 
+0x34fe 010383 call antilost_buzzer_configuration 
+0x34ff 010384 arg mem_antl_power_off_led_style ,regc 
+0x3500 010385 branch antilost_power_common 
+:      010387 antilost_le_receive_data_process:
+0x3501 010388 fetch 1 ,mem_le_att_opcode 
+0x3502 010389 beq attop_write_request ,antilost_le_parse_att_write_request 
+0x3503 010390 rtn 
+:      010391 antilost_le_parse_att_write_request:
+0x3504 010392 fetch 2 ,mem_le_att_handle 
+0x3505 010394 beq new_spec_write_handle ,antilost_cmd_parse_for_application 
+0x3506 010395 beq new_spec_notification_enable_handle ,antilost_notify_alarm_config_first_time 
+0x3507 010396 rtn 
+:      010401 antilost_key_process:
+0x3508 010402 fetch 1 ,mem_antl_key_scan_enable 
+0x3509 010403 rtn blank 
+0x350a 010404 branch keyscan_key_process 
+:      010408 antilost_key_up_down:
+0x350b 010409 copy rega ,pdata 
+0x350c 010410 branch antilost_key_is_up ,blank 
+:      010411 antilost_key_is_down:
+0x350d 010412 copy queue ,pdata 
+0x350e 010413 beq 0 ,antilost_key0_down 
+0x350f 010414 rtn 
+:      010415 antilost_key_is_up:
+0x3510 010416 copy queue ,pdata 
+0x3511 010417 beq 0 ,antilost_key0_up 
+0x3512 010418 rtn 
+:      010420 antilost_key0_down:
+0x3513 010421 jam 1 ,mem_antl_key_state 
+0x3514 010422 arg mem_antl_key_buzzer_style ,regc 
+0x3515 010423 call antilost_buzzer_configuration 
+0x3516 010424 arg mem_antl_key_led_style ,regc 
+0x3517 010425 call antilost_led_configuration 
+0x3518 010426 fetch 2 ,mem_ui_state_map 
+0x3519 010427 bbit0 ui_state_ble_connected ,antilost_butten_down_while_disconn 
+0x351a 010428 branch antilost_butten_down_after_conn 
+:      010430 antilost_key0_up:
+0x351b 010431 jam 0 ,mem_antl_key_state 
+0x351c 010432 branch antilost_double_click_timer_init 
+:      010436 antilost_double_click_timer_init:
+0x351d 010437 fetch 1 ,mem_butten_click_cnt 
+0x351e 010438 rtnne 1 
+0x351f 010439 jam 5 ,mem_double_click_timer 
+0x3520 010440 rtn 
+:      010442 antilost_butten_down_after_conn:
+0x3521 010443 fetch 1 ,mem_butten_click_cnt 
+0x3522 010444 pincrease 1 
+0x3523 010445 store 1 ,mem_butten_click_cnt 
+0x3524 010446 beq 1 ,antilost_click_once 
+0x3525 010447 beq 2 ,antilost_click_twice 
+0x3526 010448 rtn 
+:      010449 antilost_click_once:
+0x3527 010450 call antilost_alert_off 
+0x3528 010451 jam opcode1_butten_click_once ,mem_antl_key0_press + 5 
+0x3529 010452 arg mem_antl_key0_press ,regc 
+0x352a 010453 branch antilost_prepare_data_and_send 
+:      010454 antilost_click_twice:
+0x352b 010455 jam 0 ,mem_butten_click_cnt 
+0x352c 010456 jam opcode2_butten_double_click ,mem_antl_key0_press + 5 
+0x352d 010457 arg mem_antl_key0_press ,regc 
+0x352e 010458 call antilost_prepare_data_and_send 
+0x352f 010459 fetch 1 ,mem_antl_lost_mode 
+0x3530 010460 beq 1 ,antilost_alert_on 
+0x3531 010461 rtn 
+:      010463 antilost_butten_down_while_disconn:
+0x3532 010464 fetch 2 ,mem_antl_le_sleep_timeout 
+0x3533 010465 store 2 ,mem_antl_le_sleep_timer 
+0x3534 010466 call antilost_alert_off 
+0x3535 010467 branch antilost_fast_adv_start 
+:      010470 antilost_cmd_parse_for_application:
+0x3536 010471 bpatch patch19_5 ,mem_patch19 
+0x3537 010472 call le_app_receive_data 
+0x3538 010473 ifetch 1 ,rega 
+0x3539 010474 beq opcode3_antl_start_alram ,antilost_on_of_alram 
+0x353a 010475 beq opcode7_antl_config_alram ,antilost_configuration_for_alram 
+0x353b 010476 rtn 
+:      010478 antilost_on_of_alram:
+0x353c 010479 fetch 1 ,mem_antl_lost_mode 
+0x353d 010480 beq anti_le_alarm_off ,antilost_alert_on 
+0x353e 010481 beq anti_le_alarm_on ,antilost_alert_off 
+0x353f 010482 rtn 
+:      010484 antilost_configuration_for_alram:
+0x3540 010485 ifetch 1 ,regb 
+0x3541 010486 beq 1 ,antilost_set_start_alarm_after_disconn 
+0x3542 010487 beq 0 ,antilost_set_no_alarm_after_disconn 
+0x3543 010488 rtn 
+:      010495 antilost_prepare_data_and_send:
+0x3544 010496 bpatch patch19_6 ,mem_patch19 
+0x3545 010497 fetch 1 ,mem_client_characteristic_configuration_descriptor 
+0x3546 010498 isolate1 notification_enable_bit ,pdata 
+0x3547 010499 nrtn true 
+0x3548 010500 add regc ,6 ,contr 
+0x3549 010501 ifetch 2 ,contr 
+0x354a 010502 byteswap pdata ,pdata 
+0x354b 010503 add pdata ,5 ,loopcnt 
+0x354c 010504 add regc ,3 ,contr 
+0x354d 010505 call calc_check_sum_start 
+0x354e 010506 istore 1 ,contr 
+0x354f 010507 copy regc ,rega 
+0x3550 010508 branch queue_push 
+:      010514 antilost_alert_on:
+0x3551 010515 fetch 1 ,mem_antl_power_state 
+0x3552 010516 rtn blank 
+0x3553 010517 jam 1 ,mem_antl_lost_mode 
+0x3554 010518 arg mem_antl_alert_buzzer_stlye ,regc 
+0x3555 010519 call antilost_buzzer_configuration 
+0x3556 010520 arg mem_antl_alert_led_stlye ,regc 
+0x3557 010521 call antilost_led_configuration 
+0x3558 010522 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
+0x3559 010523 jam 1 ,mem_antl_key0_release + 8 
+0x355a 010524 arg mem_antl_key0_release ,regc 
+0x355b 010525 branch antilost_prepare_data_and_send 
+:      010526 antilost_alert_off:
+0x355c 010527 fetch 1 ,mem_antl_lost_mode 
+0x355d 010528 rtn blank 
+0x355e 010529 jam 0 ,mem_antl_lost_mode 
+0x355f 010530 call antilost_led_buzzer_stop_blink 
+0x3560 010531 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
+0x3561 010532 jam 0 ,mem_antl_key0_release + 8 
+0x3562 010533 arg mem_antl_key0_release ,regc 
+0x3563 010534 branch antilost_prepare_data_and_send 
+:      010536 antilost_set_start_alarm_after_disconn:
+0x3564 010537 jam 1 ,mem_alarm_config 
+0x3565 010538 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
+0x3566 010539 jam 1 ,mem_antl_key0_release + 8 
+0x3567 010540 arg mem_antl_key0_release ,regc 
+0x3568 010541 branch antilost_prepare_data_and_send 
+:      010542 antilost_set_no_alarm_after_disconn:
+0x3569 010543 jam 0 ,mem_alarm_config 
+0x356a 010544 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
+0x356b 010545 jam 0 ,mem_antl_key0_release + 8 
+0x356c 010546 arg mem_antl_key0_release ,regc 
+0x356d 010547 branch antilost_prepare_data_and_send 
+:      010548 antilost_on_off_alarm_after_disconn:
+0x356e 010549 fetch 1 ,mem_alarm_config 
+0x356f 010550 rtn blank 
+0x3570 010551 branch antilost_alert_on 
+:      010553 antilost_notify_alarm_config_first_time:
+0x3571 010554 ifetch 2 ,rega 
+0x3572 010555 store 2 ,mem_client_characteristic_configuration_descriptor 
+0x3573 010556 isolate1 notification_enable_bit ,pdata 
+0x3574 010557 nrtn true 
+0x3575 010558 fetch 1 ,mem_alarm_config_notfy_cnt 
+0x3576 010559 rtn blank 
+0x3577 010560 jam 0 ,mem_alarm_config_notfy_cnt 
+0x3578 010561 fetch 8 ,mem_antl_le_interval_min 
+0x3579 010562 store 8 ,mem_le_interval_min 
+0x357a 010563 jam 2 ,mem_antl_send_updata_le_param_timer 
+0x357b 010564 call antilost_battery_process 
+0x357c 010565 call antilost_battery_calculate_end 
+0x357d 010566 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
+0x357e 010567 fetch 1 ,mem_alarm_config 
+0x357f 010568 store 1 ,mem_antl_key0_release + 8 
+0x3580 010569 arg mem_antl_key0_release ,regc 
+0x3581 010570 branch antilost_prepare_data_and_send 
+:      010574 antilost_buzzer_configuration:
+0x3582 010575 arg 1 ,rega 
+0x3583 010576 branch antilost_configuration_common 
+:      010577 antilost_led_configuration:
+0x3584 010578 arg 0 ,rega 
+:      010579 antilost_configuration_common:
+0x3585 010580 branch antilost_led_buzzer_style_configuration 
+:      010582 antilost_led_buzzer_stop_blink:
+0x3586 010583 arg 0 ,rega 
+0x3587 010584 call ui_led_blink_stop_global 
+0x3588 010585 arg 1 ,rega 
+0x3589 010586 call ui_led_blink_stop_global 
+0x358a 010587 fetch 1 ,mem_buzzer_pwm_conf 
+0x358b 010588 branch pwm_disable 
+:      010590 antilost_led_buzzer_style_configuration:
+0x358c 010591 call calc_curr_struct_prt 
+0x358d 010592 arg 7 ,loopcnt 
+0x358e 010593 branch ui_led_set_style_global + 2 
+:      010597 antilost_fast_adv_start:
+0x358f 010598 arg mem_antl_fast_adv_led_style ,regc 
+0x3590 010599 arg mem_antl_lpm_interval ,regb 
+:      010600 antilost_adv_start_common:
+0x3591 010601 call antilost_adv_interval_lpm_interval_set 
+0x3592 010602 call antilost_led_configuration 
+0x3593 010603 fetch 2 ,mem_antl_fast_adv_timeout 
+0x3594 010604 store 2 ,mem_antl_fast_adv_timer 
+0x3595 010605 branch app_ble_start_adv 
+:      010607 antilost_adv_interval_lpm_interval_set:
+0x3596 010608 ifetch 2 ,regb 
+0x3597 010609 store 2 ,mem_lpm_interval 
+0x3598 010610 ifetch 2 ,contr 
+0x3599 010611 store 2 ,mem_le_adv_interval 
+0x359a 010612 rtn 
+:      010614 antilost_buzzer_pwm_init:
+0x359b 010615 arg 0 ,rega 
+0x359c 010616 call pwm_init 
+0x359d 010617 fetch 6 ,mem_buzzer_pwm_conf 
+0x359e 010618 store 6 ,mem_pdatatemp 
+0x359f 010619 call pwm_out_set 
+0x35a0 010620 fetch 1 ,mem_buzzer_pwm_conf 
+0x35a1 010621 branch pwm_disable 
+:      010623 antilost_led_on_cb:
+0x35a2 010624 jam 1 ,mem_antl_led_state 
+0x35a3 010625 rtn 
+:      010626 antilost_led_off_cb:
+0x35a4 010627 jam 0 ,mem_antl_led_state 
+0x35a5 010628 rtn 
+:      010632 antilost_buzzer_off:
+0x35a6 010633 jam 0 ,mem_antl_buzzer_state 
+0x35a7 010634 fetch 1 ,mem_buzzer_pwm_conf 
+0x35a8 010635 branch pwm_disable 
+:      010637 antilost_buzzer_on:
+0x35a9 010638 jam 1 ,mem_antl_buzzer_state 
+0x35aa 010639 fetch 6 ,mem_buzzer_pwm_conf 
+0x35ab 010640 store 6 ,mem_pdatatemp 
+0x35ac 010641 branch pwm_out_set 
+:      010645 antilost_adc_init:
+0x35ad 010646 jam 0 ,mem_adc_config_flag 
+0x35ae 010647 branch adc_init_data 
+:      010649 antilost_battery_process:
+0x35af 010650 call adc_set_mode 
+0x35b0 010651 call vdd_calculate_by_mode 
+0x35b1 010652 store 2 ,mem_battery_current_voltage 
+0x35b2 010653 arg mem_battery_calculate_set ,rega 
+0x35b3 010654 call adc_bat_percent_lowpower_out 
+0x35b4 010655 store 1 ,mem_voltage_remain_percent 
+0x35b5 010656 beq 0 ,antilost_low_battery 
+0x35b6 010657 sub pdata ,0x64 ,null 
+0x35b7 010658 nbranch antilost_full_battery ,positive 
+0x35b8 010659 store 1 ,mem_antl_key0_release + 8 
+:      010660 antilost_battery_calculate_end:
+0x35b9 010661 jam opcode5_batter_information ,mem_antl_key0_release + 5 
+0x35ba 010662 arg mem_antl_key0_release ,regc 
+0x35bb 010663 branch antilost_prepare_data_and_send 
+:      010664 antilost_full_battery:
+0x35bc 010665 jam 100 ,mem_antl_key0_release + 8 
+0x35bd 010666 branch antilost_battery_calculate_end 
+:      010668 antilost_low_battery:
+0x35be 010669 branch app_button_long_pressed 
+:      010673 car_init:
+0x35bf 010674 rtn wake 
+0x35c0 010675 hfetch 1 ,core_gpio_sel1 
+0x35c1 010676 and_into 0xf0 ,pdata 
+0x35c2 010677 hstore 1 ,core_gpio_sel1 
+0x35c3 010678 setarg car_le_before_hibernate 
+0x35c4 010679 store 2 ,mem_cb_before_hibernate 
+0x35c5 010681 setarg car_le_process_lpm_before 
+0x35c6 010682 store 2 ,mem_cb_before_lpm 
+0x35c7 010684 setarg app_enter_hibernate 
+0x35c8 010685 store 2 ,mem_cb_discovry_timeout 
+0x35c9 010687 setarg car_scale_process_idle 
+0x35ca 010688 store 2 ,mem_cb_idle_process 
+0x35cb 010690 setarg car_scale_process_bb_event 
+0x35cc 010691 store 2 ,mem_cb_bb_event_process 
+0x35cd 010693 setarg app_get_lpm_wake_lock 
+0x35ce 010694 store 2 ,mem_cb_check_wakelock 
+0x35cf 010696 setarg car_le_receive_data 
+0x35d0 010697 store 2 ,mem_cb_att_write 
+0x35d1 010699 setarg car_le_bb_event_timer 
+0x35d2 010700 store 2 ,mem_cb_event_timer 
+0x35d3 010702 call g24_head_ptr2regc 
+0x35d4 010703 setarg car_24g_receive_data 
+0x35d5 010704 add regc ,offset_24g_cb_rxdata_type1 ,contw 
+0x35d6 010705 istore 2 ,contw 
+0x35d7 010707 setarg car_power_off_signal 
+0x35d8 010708 store 2 ,mem_remote_car_power_off_cb 
+0x35d9 010710 setarg car_soft_switch_power_on_signal 
+0x35da 010711 store 2 ,mem_remote_car_power_standby_cb 
+0x35db 010713 bpatch patch19_7 ,mem_patch19 
+0x35dc 010714 call car_init_environment 
+0x35dd 010715 call queue_init 
+0x35de 010716 jam 2 ,mem_lpm_mult 
+0x35df 010717 jam power_on ,mem_car_24g_received_pac 
+0x35e0 010718 fetch 1 ,mem_car_config_soft_switch_enable 
+0x35e1 010719 store 1 ,mem_car_hard_soft_switch 
+0x35e2 010720 beq hard_switch ,car_hard_switch_power_on_signal 
+0x35e3 010721 fetch 1 ,mem_car_config_soft_switch_gpio 
+0x35e4 010722 store 1 ,mem_ui_button_gpio 
+0x35e5 010723 jam off ,mem_le_adv_enable 
+:      010724 car_soft_switch_power_on_init:
+0x35e6 010725 call car_ui_led_init 
+0x35e7 010726 call ui_button_init 
+0x35e8 010727 call ui_button_polling 
+0x35e9 010728 jam power_starting ,mem_car_power_state 
+0x35ea 010729 fetch 2 ,mem_ui_state_map 
+0x35eb 010730 rtnbit1 ui_state_btn_down 
+0x35ec 010731 branch app_enter_hibernate 
+:      010733 car_power_off_signal:
+0x35ed 010734 branch car_ui_led_init 
+:      010736 car_hard_switch_power_on_signal:
+0x35ee 010737 jam power_standby ,mem_car_power_state 
+:      010738 car_soft_switch_power_on_signal:
+0x35ef 010739 jam on ,mem_le_adv_enable 
+0x35f0 010740 call car_ui_led_init 
+0x35f1 010741 arg 0 ,rega 
+0x35f2 010742 call ui_led_blink_start_global 
+0x35f3 010744 setarg fast_adv_interval_value_car 
+0x35f4 010745 call shutter_ble_adv_interval_set 
+:      010746 car_le_modified_name_adv:
+0x35f5 010747 arg mem_le_name + 7 ,contw 
+0x35f6 010748 fetch 1 ,mem_le_lap 
+:      010749 car_name_loop:
+0x35f7 010750 and pdata ,0xF0 ,temp 
+0x35f8 010751 rshift4 temp ,temp 
+0x35f9 010752 call car_hex_to_ascii 
+0x35fa 010753 istoret 1 ,contw 
+0x35fb 010754 and pdata ,0x0F ,temp 
+0x35fc 010755 call car_hex_to_ascii 
+0x35fd 010756 istoret 1 ,contw 
+0x35fe 010757 call le_modified_name_att_list 
+0x35ff 010758 fetcht 1 ,mem_le_name_len 
+0x3600 010759 copy temp ,loopcnt 
+0x3601 010760 arg mem_le_adv_data + 2 ,contw 
+0x3602 010761 arg mem_le_name ,contr 
+0x3603 010762 call memcpy 
+:      010763 car_le_modified_name_scan:
+0x3604 010764 fetcht 1 ,mem_le_name_len 
+0x3605 010765 copy temp ,loopcnt 
+0x3606 010766 arg mem_le_scan_data + 2 ,contw 
+0x3607 010767 arg mem_le_name ,contr 
+0x3608 010768 branch memcpy 
+:      010769 car_hex_to_ascii:
+0x3609 010770 sub temp ,9 ,null 
+0x360a 010771 branch car_hex_num ,positive 
+0x360b 010772 add temp ,55 ,temp 
+0x360c 010773 rtn 
+:      010774 car_hex_num:
+0x360d 010775 add temp ,48 ,temp 
+0x360e 010776 rtn 
+:      010778 car_ui_led_init:
+0x360f 010779 fetch 1 ,mem_car_config_blood_led1_gpio 
+0x3610 010780 bne invalid_pin_num ,car_blood_led_gpio_set 
+:      010781 car_ui_led_init_1:
+0x3611 010782 fetch 1 ,mem_car_config_pairing_led_gpio 
+0x3612 010783 bne invalid_pin_num ,car_pairing_led_gpio_set 
+:      010784 car_ui_led_init_2:
+0x3613 010785 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+0x3614 010786 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
+:      010787 car_ui_led_init_3:
+0x3615 010788 fetch 1 ,mem_car_led_num 
+0x3616 010789 copy pdata ,loopcnt 
+0x3617 010790 setarg mem_car_led_map 
+0x3618 010791 copy pdata ,rega 
+:      010792 car_in_lp1:
+0x3619 010793 copy rega ,contr 
+0x361a 010794 ifetch 1 ,contr 
+0x361b 010795 copy contr ,rega 
+0x361c 010796 beq invalid_pin_num ,car_in_lp1_end 
+0x361d 010797 copy pdata ,temp 
+0x361e 010798 call gpio_config_output 
+:      010799 car_in_lp1_end:
+0x361f 010800 loop car_in_lp1 
+:      010801 car_ui_led_init_end:
+0x3620 010802 rtn 
+:      010803 car_blood_led_gpio_set:
+0x3621 010804 fetch 8 ,mem_car_config_blood_led1_gpio 
+0x3622 010805 store 8 ,mem_car_led_map + 2 
+0x3623 010806 branch car_ui_led_init_1 
+:      010807 car_pairing_led_gpio_set:
+0x3624 010808 store 1 ,mem_car_led_map 
+0x3625 010809 branch car_ui_led_init_2 
+:      010810 car_low_voltage_led_gpio_set:
+0x3626 010811 store 1 ,mem_car_led_map + 1 
+0x3627 010812 branch car_ui_led_init_3 
+:      010815 car_init_environment:
+0x3628 010816 arg 0 ,rega 
+0x3629 010817 call pwm_init 
+0x362a 010818 call car_ir_rx_init 
+0x362b 010819 call g24_receive_process_init 
+0x362c 010820 branch car_init_adc_hvin 
+:      010822 car_init_adc_hvin:
+0x362d 010823 jam 100 ,mem_car_notify_vdd_value_last 
+0x362e 010824 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+0x362f 010825 store 1 ,mem_car_style2_struct_led_gpio 
+0x3630 010826 branch adc_init_data 
+:      010828 car_le_before_hibernate:
+0x3631 010829 call gpio_set_before_lpm_common 
+0x3632 010830 branch keyscan_process_lpm_before 
+:      010832 car_le_process_lpm_before:
+0x3633 010833 branch keyscan_process_lpm_before 
+:      010835 car_key_scan_process:
+0x3634 010838 branch keyscan_key_process 
+:      010840 car_scale_process_idle:
+0x3635 010841 call car_le_send_packet 
+0x3636 010842 call car_ir_receive_process 
+0x3637 010843 call car_g24_status_process 
+0x3638 010844 branch car_key_scan_process 
+:      010846 car_g24_status_process:
+0x3639 010847 fetch 2 ,mem_ui_state_map 
+0x363a 010848 rtnbit1 ui_state_ble_connected 
+0x363b 010849 fetch 1 ,mem_car_24g_received_pac 
+0x363c 010850 beq work_paired ,car_g24_connected_event 
+0x363d 010851 rtn 
+:      010852 car_g24_connected_event:
+0x363e 010853 fetch 1 ,mem_car_24g_status 
+0x363f 010854 rtneq work_paired 
+0x3640 010855 jam work_paired ,mem_car_24g_status 
+0x3641 010856 branch car_g24_connected 
+:      010858 car_le_send_packet:
+0x3642 010859 fetch 2 ,mem_ui_state_map 
+0x3643 010860 rtnbit0 ui_state_ble_connected 
+0x3644 010861 call le_fifo_check_nearly_full 
+0x3645 010862 nrtn blank 
+0x3646 010863 arg mem_car_pop_queue_buff ,rega 
+0x3647 010864 call queue_pop 
+0x3648 010865 nrtn user 
+0x3649 010866 arg mem_car_pop_queue_buff ,contr 
+0x364a 010867 branch le_send_notify_from_list 
+:      010869 car_scale_process_bb_event:
+0x364b 010870 copy regc ,pdata 
+0x364c 010871 beq bt_evt_button_up ,app_event_button_up 
+0x364d 010872 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x364e 010873 beq bt_evt_le_connected ,car_scale_event_le_conn 
+0x364f 010874 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
+0x3650 010875 rtn 
+:      010877 car_scale_event_le_conn:
+0x3651 010878 setarg disable_24g 
+0x3652 010879 call g24_store_mem_24g_mode 
+0x3653 010880 branch car_scale_process_conn 
+:      010881 car_g24_connected:
+0x3654 010882 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x3655 010883 store 2 ,mem_car_24g_no_data_timeout_timer 
+:      010884 car_scale_process_conn:
+0x3656 010885 jam 0x14 ,mem_car_notify_vdd_timer 
+0x3657 010886 jam 0 ,mem_lpm_mode 
+0x3658 010887 call app_ble_stop_adv 
+0x3659 010888 call app_lpm_mult_enable 
+0x365a 010889 fetch 1 ,mem_car_config_pairing_led_conn_status 
+0x365b 010890 beq 0x01 ,car_pairing_led_conn_status_setting 
+:      010891 car_scale_process_conn_next:
+0x365c 010892 arg 0 ,rega 
+0x365d 010893 branch ui_led_on_global 
+:      010894 car_pairing_led_conn_status_setting:
+0x365e 010895 arg 0 ,rega 
+0x365f 010896 branch ui_led_blink_stop_global 
+:      010898 car_scale_event_le_discon:
+0x3660 010899 setarg rx_24g 
+0x3661 010900 call g24_store_mem_24g_mode 
+:      010901 car_g24_disconnect:
+0x3662 010902 setarg 0 
+0x3663 010903 store 5 ,mem_car_led_control 
+0x3664 010904 setarg 4 
+0x3665 010905 call pwm_disable 
+0x3666 010906 setarg 5 
+0x3667 010907 call pwm_disable 
+0x3668 010908 setarg 20 
+0x3669 010909 call pwm_disable 
+0x366a 010910 setarg 21 
+0x366b 010911 call pwm_disable 
+0x366c 010912 setarg 22 
+0x366d 010913 call pwm_disable 
+0x366e 010914 setarg 7 
+0x366f 010915 call pwm_disable 
+0x3670 010916 call queue_init 
+0x3671 010917 jam 10 ,mem_motor1_speed 
+0x3672 010918 jam 10 ,mem_motor2_speed 
+0x3673 010919 jam 10 ,mem_motor3_speed 
+0x3674 010921 jam 2 ,mem_lpm_mult 
+0x3675 010922 arg 0 ,rega 
+0x3676 010923 call ui_led_blink_start_global 
+0x3677 010925 setarg fast_adv_interval_value_car 
+0x3678 010926 call shutter_ble_adv_interval_set 
+0x3679 010927 branch app_ble_start_adv 
+:      010929 car_le_bb_event_timer:
+0x367a 010931 call car_moto1_blank_data_timer 
+0x367b 010932 call car_moto2_blank_data_timer 
+0x367c 010933 call car_moto3_blank_data_timer 
+0x367d 010934 call app_power_timer 
+0x367e 010935 call car_led_control_timer 
+0x367f 010936 call car_notify_vdd_timer 
+0x3680 010937 call car_24g_no_data_timeout_timer 
+0x3681 010938 call car_ir_breakdown_timer 
+0x3682 010939 branch car_attack_shake_timer 
+:      010941 car_ir_breakdown_timer:
+0x3683 010942 arg mem_car_ir_breakdown_check_timer ,regc 
+0x3684 010943 arg car_ir_breakdown_timeout ,regb 
+0x3685 010944 branch timer_single_step 
+:      010945 car_ir_breakdown_timeout:
+0x3686 010946 call car_ir_gpio_get_status 
+0x3687 010947 nrtn true 
+0x3688 010948 jam 1 ,mem_car_ir_breakdown_flag 
+0x3689 010949 rtn 
+:      010951 car_24g_no_data_timeout_timer:
+0x368a 010952 arg mem_car_24g_no_data_timeout_timer ,regc 
+0x368b 010953 arg car_24g_no_data_timer_timeout ,regb 
+0x368c 010954 branch timer_single_step_2b 
+:      010955 car_24g_no_data_timer_timeout:
+0x368d 010956 jam work_search ,mem_car_24g_status 
+0x368e 010957 branch car_g24_disconnect 
+:      010959 car_attack_shake_timer:
+0x368f 010960 arg mem_car_attack_shake_timer ,regc 
+0x3690 010961 arg car_attack_shake ,regb 
+0x3691 010962 branch timer_single_step 
+:      010963 car_attack_shake:
+0x3692 010964 fetch 1 ,mem_car_attack_shake_flag 
+0x3693 010965 branch car_attack_shake_stop ,blank 
+0x3694 010966 jam 2 ,mem_car_attack_shake_timer 
+0x3695 010967 jam 0 ,mem_car_attack_shake_flag 
+0x3696 010968 setarg 0x0a02 
+0x3697 010969 store 2 ,mem_le_receive_payload 
+0x3698 010970 fetch 1 ,mem_car_config_device_select 
+0x3699 010971 beq device_battle_tank ,car_attack_shake_front_battle_tank 
+:      010972 car_attack_shake_front_battle_car:
+0x369a 010973 branch car_motor_control 
+:      010974 car_attack_shake_front_battle_tank:
+0x369b 010975 setarg 0x0a02 
+0x369c 010976 store 2 ,mem_le_receive_payload + 2 
+0x369d 010977 branch car_motor_control 
+:      010978 car_attack_shake_stop:
+0x369e 010979 setarg 0 
+0x369f 010980 store 4 ,mem_le_receive_payload 
+0x36a0 010981 branch car_motor_control 
+:      010983 car_notify_vdd_timer:
+0x36a1 010984 fetch 1 ,mem_car_config_bat_notify_enable 
+0x36a2 010985 rtn blank 
+0x36a3 010986 fetch 2 ,mem_ui_state_map 
+0x36a4 010987 bbit0 ui_state_ble_connected ,car_low_bat_led_off 
+0x36a5 010988 arg mem_car_notify_vdd_timer ,regc 
+0x36a6 010989 arg car_notify_vdd ,regb 
+0x36a7 010990 branch timer_single_step 
+:      010991 car_notify_vdd:
+0x36a8 010992 fetch 1 ,mem_car_notify_vdd_count 
+0x36a9 010993 store 1 ,mem_car_notify_vdd_timer 
+0x36aa 010994 fetch 1 ,mem_car_working_flag 
+0x36ab 010995 nrtn blank 
+:      010996 car_read_hvin:
+0x36ac 010997 call adc_set_mode 
+0x36ad 010998 call vdd_calculate_by_mode 
+0x36ae 010999 store 2 ,mem_vdd_now_vol 
+0x36af 011000 arg mem_vdd_calculate_set ,rega 
+0x36b0 011001 call adc_bat_percent_lowpower_out 
+0x36b1 011002 fetcht 1 ,mem_car_notify_vdd_value_last 
+0x36b2 011003 isub temp ,null 
+0x36b3 011004 branch car_notify_vdd_next2 ,positive 
+0x36b4 011005 store 1 ,mem_car_notify_vdd_value_last 
+0x36b5 011006 copy pdata ,temp 
+:      011007 car_notify_vdd_next2:
+0x36b6 011008 storet 1 ,mem_car_notify_vdd_percent 
+0x36b7 011009 fetch 1 ,mem_car_config_low_voltage_percent 
+0x36b8 011010 isub temp ,null 
+0x36b9 011011 call car_enter_low_bat ,positive 
+0x36ba 011012 storet 1 ,mem_notify_bat_payload 
+0x36bb 011013 arg 6 ,loopcnt 
+0x36bc 011014 arg mem_notify_bat_head ,contr 
+0x36bd 011015 call calc_check_sum_start 
+0x36be 011016 store 1 ,mem_notify_bat_check_sum 
+0x36bf 011017 arg mem_notify_bat_packet ,rega 
+0x36c0 011018 branch queue_push 
+:      011019 car_enter_low_bat:
+0x36c1 011020 fetch 1 ,mem_low_bat_flag 
+0x36c2 011021 nrtn blank 
+0x36c3 011022 jam 1 ,mem_low_bat_flag 
+0x36c4 011023 arg 1 ,rega 
+0x36c5 011024 branch ui_led_blink_start_global 
+:      011025 car_low_bat_led_off:
+0x36c6 011026 arg 1 ,rega 
+0x36c7 011027 branch ui_led_blink_stop_global 
+:      011029 car_led_control_timer:
+0x36c8 011030 arg mem_car_led_control_timer ,regc 
+0x36c9 011031 arg car_led_control ,regb 
+0x36ca 011032 branch timer_single_step 
+:      011033 car_led_control:
+0x36cb 011034 jam 5 ,mem_car_led_control_timer 
+0x36cc 011035 jam 0 ,mem_car_led_no 
+0x36cd 011036 fetch 1 ,mem_car_led_blink_status 
+0x36ce 011037 beq led_on ,car_led_control_blink_off 
+0x36cf 011038 beq led_off ,car_led_control_blink_on 
+:      011039 car_led_control_set:
+0x36d0 011040 arg mem_car_led_control ,contr 
+0x36d1 011041 copy contr ,rega 
+0x36d2 011042 arg 8 ,loopcnt 
+:      011043 car_led_control_timer_next:
+0x36d3 011044 copy rega ,contr 
+0x36d4 011045 ifetch 1 ,contr 
+0x36d5 011046 copy contr ,rega 
+0x36d6 011047 beq led_off ,car_led_control_off 
+0x36d7 011048 beq led_on ,car_led_control_on 
+0x36d8 011049 beq led_blink ,car_led_control_blink 
+:      011050 car_led_control_timer_next_2:
+0x36d9 011051 fetch 1 ,mem_car_led_no 
+0x36da 011052 increase 1 ,pdata 
+0x36db 011053 store 1 ,mem_car_led_no 
+0x36dc 011054 loop car_led_control_timer_next 
+0x36dd 011055 rtn 
+:      011056 car_led_switch:
+0x36de 011057 fetch 1 ,mem_car_led_no 
+0x36df 011058 arg mem_car_config_blood_led_gpio ,regb 
+0x36e0 011059 iadd regb ,regb 
+0x36e1 011060 ifetcht 1 ,regb 
+0x36e2 011061 rtn 
+:      011062 car_led_control_off:
+0x36e3 011063 call car_led_switch 
+0x36e4 011064 call gpio_out_inactive 
+0x36e5 011065 branch car_led_control_timer_next_2 
+:      011066 car_led_control_on:
+0x36e6 011067 call car_led_switch 
+0x36e7 011068 call gpio_out_active 
+0x36e8 011069 branch car_led_control_timer_next_2 
+:      011070 car_led_control_blink:
+0x36e9 011071 fetch 1 ,mem_car_led_blink_status 
+0x36ea 011072 beq led_on ,car_led_control_off 
+0x36eb 011073 branch car_led_control_on 
+:      011074 car_led_control_blink_on:
+0x36ec 011075 jam led_on ,mem_car_led_blink_status 
+0x36ed 011076 branch car_led_control_set 
+:      011077 car_led_control_blink_off:
+0x36ee 011078 jam led_off ,mem_car_led_blink_status 
+0x36ef 011079 branch car_led_control_set 
+:      011083 calc_check_sum_start:
+0x36f0 011084 arg 0 ,rega 
+:      011085 calc_check_sum_loop:
+0x36f1 011086 ifetch 1 ,contr 
+0x36f2 011087 iadd rega ,rega 
+0x36f3 011088 loop calc_check_sum_loop 
+:      011089 calc_check_sum_and:
+0x36f4 011090 and rega ,0xff ,pdata 
+0x36f5 011091 rtn 
+:      011093 car_le_receive_data:
+0x36f6 011094 fetch 1 ,mem_le_att_opcode 
+0x36f7 011095 beq attop_write_request ,car_le_parse_att_write_request 
+0x36f8 011096 rtn 
+:      011097 car_le_parse_att_write_request:
+0x36f9 011098 fetch 2 ,mem_le_att_handle 
+0x36fa 011099 beq att_car_control_handle ,car_control_le_receive 
+0x36fb 011100 rtn 
+:      011112 le_app_receive_data:
+0x36fc 011113 bpatch patch1a_0 ,mem_patch1a 
+0x36fd 011114 ifetch 5 ,rega 
+0x36fe 011115 store 5 ,mem_app_receive_temp 
+0x36ff 011116 fetch 2 ,mem_app_receive_temp 
+0x3700 011117 arg le_receive_packet_head ,temp 
+0x3701 011118 isub temp ,null 
+0x3702 011119 nrtn zero 
+0x3703 011120 fetch 2 ,mem_app_receive_temp + 3 
+0x3704 011121 byteswap pdata ,pdata 
+0x3705 011122 store 2 ,mem_app_receive_temp + 3 
+0x3706 011123 copy pdata ,loopcnt 
+0x3707 011124 increase 5 ,rega 
+0x3708 011125 copy rega ,contr 
+0x3709 011126 arg mem_app_receive_temp + 5 ,contw 
+0x370a 011127 call memcpy 
+0x370b 011128 ifetch 1 ,contr 
+0x370c 011129 store 1 ,mem_app_receive_temp + 15 
+0x370d 011130 arg mem_app_receive_temp + 2 ,rega 
+0x370e 011131 arg mem_app_receive_temp + 5 ,regb 
+0x370f 011132 rtn 
+:      011134 car_control_le_receive:
+0x3710 011135 setarg 0 
+0x3711 011136 store 5 ,mem_le_receive_payload 
+0x3712 011137 store 5 ,mem_le_receive_payload + 5 
+0x3713 011138 call le_app_receive_data 
+0x3714 011139 copy regb ,contr 
+0x3715 011140 arg mem_le_receive_payload ,contw 
+0x3716 011141 arg 10 ,loopcnt 
+0x3717 011142 call memcpy 
+:      011143 car_receive_cmd_select:
+0x3718 011144 bpatch patch1a_1 ,mem_patch1a 
+0x3719 011145 ifetch 1 ,rega 
+0x371a 011146 beq car_cmd_old_car_control ,car_drive_old 
+0x371b 011147 beq car_cmd_old_speed_control ,car_speed_set_old 
+0x371c 011148 beq car_cmd_l_r_motor_control ,car_motor_control 
+0x371d 011149 beq car_cmd_f_b_motor_control ,car_motor_control 
+0x371e 011150 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
+0x371f 011151 beq car_cmd_led_control ,car_led_control_receive 
+0x3720 011152 beq car_cmd_device_info ,car_info_request 
+0x3721 011153 rtn 
+:      011155 car_24g_receive_data:
+0x3722 011156 fetch 2 ,mem_ui_state_map 
+0x3723 011157 rtnbit1 ui_state_ble_connected 
+0x3724 011159 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x3725 011160 store 2 ,mem_car_24g_no_data_timeout_timer 
+0x3726 011162 jam work_paired ,mem_car_24g_received_pac 
+0x3727 011164 setarg offset_24g_rxdata_temp_add3 
+0x3728 011165 call g24_set_rega 
+0x3729 011166 call car_control_le_receive 
+0x372a 011168 fetch 1 ,mem_app_receive_temp + 2 
+0x372b 011169 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
+0x372c 011170 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
+0x372d 011171 rtn 
+:      011172 car_24g_receive_data_next:
+0x372e 011173 fetch 1 ,mem_le_receive_payload 
+0x372f 011174 ncall car_moto1_enable_blank_data_timer ,blank 
+0x3730 011175 fetch 1 ,mem_le_receive_payload + 2 
+0x3731 011176 ncall car_moto2_enable_blank_data_timer ,blank 
+0x3732 011177 fetch 1 ,mem_le_receive_payload + 4 
+0x3733 011178 ncall car_moto3_enable_blank_data_timer ,blank 
+0x3734 011179 rtn 
+:      011181 car_moto1_enable_blank_data_timer:
+0x3735 011182 jam 5 ,mem_car_moto1_blank_timer 
+0x3736 011183 rtn 
+:      011184 car_moto2_enable_blank_data_timer:
+0x3737 011185 jam 5 ,mem_car_moto2_blank_timer 
+0x3738 011186 rtn 
+:      011187 car_moto3_enable_blank_data_timer:
+0x3739 011188 jam 5 ,mem_car_moto3_blank_timer 
+0x373a 011189 rtn 
+:      011191 car_moto1_blank_data_timer:
+0x373b 011192 arg mem_car_moto1_blank_timer ,regc 
+0x373c 011193 arg car_moto1_blank_data ,regb 
+0x373d 011194 branch timer_single_step 
+:      011195 car_moto2_blank_data_timer:
+0x373e 011196 arg mem_car_moto2_blank_timer ,regc 
+0x373f 011197 arg car_moto2_blank_data ,regb 
+0x3740 011198 branch timer_single_step 
+:      011199 car_moto3_blank_data_timer:
+0x3741 011200 arg mem_car_moto3_blank_timer ,regc 
+0x3742 011201 arg car_moto3_blank_data ,regb 
+0x3743 011202 branch timer_single_step 
+:      011204 car_moto1_blank_data:
+0x3744 011205 jam 0 ,mem_le_receive_payload 
+0x3745 011206 branch car_motor_control 
+:      011207 car_moto2_blank_data:
+0x3746 011208 jam 0 ,mem_le_receive_payload + 2 
+0x3747 011209 branch car_motor_control 
+:      011210 car_moto3_blank_data:
+0x3748 011211 jam 0 ,mem_le_receive_payload + 4 
+0x3749 011212 branch car_motor_control 
+:      011217 car_drive_old:
+0x374a 011218 call car_left_right_control_old 
+0x374b 011219 branch car_front_back_control_old 
+:      011220 car_left_right_control_old:
+0x374c 011221 fetch 1 ,mem_le_receive_payload 
+0x374d 011222 store 1 ,mem_motor2_status 
+0x374e 011223 branch car_motor2_control 
+:      011224 car_front_back_control_old:
+0x374f 011225 fetch 1 ,mem_motor1_speed 
+0x3750 011226 call car_reset_old_speed 
+0x3751 011227 fetch 1 ,mem_le_receive_payload + 1 
+0x3752 011228 store 1 ,mem_motor1_status 
+0x3753 011229 branch car_motor1_control 
+:      011230 car_reset_old_speed:
+0x3754 011231 beq speed_level_2 ,car_reset_old_speed2 
+0x3755 011232 beq speed_level_3 ,car_reset_old_speed3 
+0x3756 011233 store 1 ,mem_motor1_speed 
+0x3757 011234 rtn 
+:      011235 car_reset_old_speed2:
+0x3758 011236 jam speed_level_5 ,mem_motor1_speed 
+0x3759 011237 rtn 
+:      011238 car_reset_old_speed3:
+0x375a 011239 jam speed_level_10 ,mem_motor1_speed 
+0x375b 011240 rtn 
+:      011241 car_speed_set_old:
+0x375c 011242 fetch 1 ,mem_le_receive_payload 
+0x375d 011243 call car_reset_old_speed 
+0x375e 011244 fetch 1 ,mem_motor1_speed 
+0x375f 011245 call car_motor_speed_duty_setting 
+0x3760 011246 call car_motor_speed_duty_transform 
+0x3761 011247 branch pwm_pwm0_duty_set 
+:      011249 car_motor_control:
+0x3762 011250 fetch 1 ,mem_car_24g_go_die_flag 
+0x3763 011251 nrtn blank 
+0x3764 011252 fetch 6 ,mem_le_receive_payload 
+0x3765 011253 store 6 ,mem_motor1_status 
+0x3766 011254 fetch 1 ,mem_motor1_speed 
+0x3767 011255 fetcht 1 ,mem_motor2_speed 
+0x3768 011256 iand temp ,pdata 
+0x3769 011257 fetcht 1 ,mem_motor3_speed 
+0x376a 011258 iand temp ,pdata 
+0x376b 011259 call car_motor_working_flag ,blank 
+0x376c 011260 bpatch patch1a_2 ,mem_patch1a 
+0x376d 011261 call car_motor1_control 
+0x376e 011262 call car_motor2_control 
+0x376f 011263 branch car_motor3_control 
+:      011264 car_motor1_control:
+0x3770 011265 arg mem_motor1_pwm_set ,regb 
+0x3771 011266 arg mem_motor1_status ,contr 
+0x3772 011267 branch car_motor_status_select 
+:      011268 car_motor2_control:
+0x3773 011269 arg mem_motor2_pwm_set ,regb 
+0x3774 011270 arg mem_motor2_status ,contr 
+0x3775 011271 branch car_motor_status_select 
+:      011272 car_motor3_control:
+0x3776 011273 arg mem_motor3_pwm_set ,regb 
+0x3777 011274 arg mem_motor3_status ,contr 
+0x3778 011275 branch car_motor_status_select 
+:      011276 car_motor_working_flag:
+0x3779 011277 jam 0 ,mem_car_working_flag 
+0x377a 011278 rtn 
+:      011280 car_motor_status_select:
+0x377b 011281 ifetch 1 ,contr 
+0x377c 011282 beq motor_stop ,car_motor_stop 
+0x377d 011283 beq go_front ,car_motor_positive 
+0x377e 011284 beq go_back ,car_motor_negative 
+0x377f 011285 rtn 
+:      011286 car_motor_positive:
+0x3780 011287 jam 0 ,mem_motor_select_p_n 
+0x3781 011288 branch car_motor_negative + 1 
+:      011289 car_motor_negative:
+0x3782 011290 jam 1 ,mem_motor_select_p_n 
+0x3783 011291 ifetch 1 ,contr 
+0x3784 011292 store 1 ,mem_car_motor_speed 
+0x3785 011293 ifetch 8 ,regb 
+0x3786 011294 branch car_motor_work 
+:      011296 car_motor_stop:
+0x3787 011297 ifetch 1 ,regb 
+0x3788 011298 call pwm_disable 
+0x3789 011299 increase 1 ,regb 
+0x378a 011300 ifetch 1 ,regb 
+0x378b 011301 branch pwm_disable 
+:      011302 car_motor_work:
+0x378c 011303 store 8 ,mem_motor_pwm_pin1_set 
+0x378d 011304 jam 1 ,mem_car_working_flag 
+0x378e 011305 fetch 1 ,mem_motor_select_p_n 
+0x378f 011306 beq 0 ,car_motor_select_positive 
+:      011307 car_motor_select_negative:
+0x3790 011308 fetch 1 ,mem_motor_pwm_pin2_set 
+0x3791 011309 store 1 ,mem_motor_pwm_pin_set 
+0x3792 011310 fetch 1 ,mem_motor_pwm_pin1_set 
+:      011311 car_motor_work_next:
+0x3793 011312 call pwm_disable 
+0x3794 011313 fetch 1 ,mem_car_motor_speed 
+0x3795 011314 call car_motor_speed_duty_setting 
+0x3796 011315 store 1 ,mem_motor_pwm_dute_set 
+0x3797 011316 fetch 6 ,mem_motor_pwm_pin_set 
+0x3798 011317 store 6 ,mem_pdatatemp 
+0x3799 011318 branch pwm_out_set 
+:      011319 car_motor_select_positive:
+0x379a 011320 fetch 1 ,mem_motor_pwm_pin1_set 
+0x379b 011321 store 1 ,mem_motor_pwm_pin_set 
+0x379c 011322 fetch 1 ,mem_motor_pwm_pin2_set 
+0x379d 011323 branch car_motor_work_next 
+:      011325 car_motor_speed_duty_setting:
+0x379e 011326 mul32 pdata ,5 ,pdata 
+0x379f 011327 add pdata ,50 ,pdata 
+0x37a0 011328 rtn 
+:      011329 car_motor_speed_duty_transform:
+0x37a1 011330 arg 12000 ,temp 
+0x37a2 011331 imul32 temp ,pdata 
+0x37a3 011332 div pdata ,100 
+0x37a4 011333 call wait_div_end 
+0x37a5 011334 quotient temp 
+0x37a6 011335 copy temp ,rega 
+0x37a7 011336 setarg 12000 
+0x37a8 011337 isub temp ,regb 
+0x37a9 011338 rtn 
+:      011341 car_ir_init:
+0x37aa 011342 hfetch 1 ,core_gpio_sel2 
+0x37ab 011343 set1 2 ,pdata 
+0x37ac 011344 hstore 1 ,core_gpio_sel2 
+0x37ad 011345 setarg 158 
+0x37ae 011346 hstore 2 ,core_pwm_pcnt4 
+0x37af 011347 hstore 2 ,core_pwm_ncnt4 
+0x37b0 011348 rtn 
+:      011350 car_ir_data_rx_from_app:
+0x37b1 011351 fetch 1 ,mem_car_24g_go_die_flag 
+0x37b2 011352 nrtn blank 
+0x37b3 011353 fetch 2 ,mem_le_receive_payload 
+0x37b4 011354 store 2 ,mem_ir_data 
+0x37b5 011355 fetch 1 ,mem_car_24g_status 
+0x37b6 011356 bne work_paired ,car_ir_data_tx 
+0x37b7 011357 fetch 2 ,mem_le_lap 
+0x37b8 011358 store 2 ,mem_ir_data 
+:      011359 car_ir_data_tx:
+0x37b9 011360 bpatch patch1a_3 ,mem_patch1a 
+0x37ba 011361 call car_ir_init 
+0x37bb 011362 call car_ir_enable 
+0x37bc 011363 setarg 48000 
+0x37bd 011364 call sleep 
+0x37be 011365 call car_ir_disable 
+0x37bf 011366 setarg 7200 
+0x37c0 011367 call sleep 
+0x37c1 011368 arg 16 ,loopcnt 
+:      011369 car_ir_send_loop:
+0x37c2 011370 call car_ir_enable 
+0x37c3 011371 fetch 2 ,mem_ir_data 
+0x37c4 011372 bbit1 0 ,car_ir_is_bit1 
+0x37c5 011373 setarg 7200 
+0x37c6 011374 call sleep 
+0x37c7 011375 call car_ir_disable 
+0x37c8 011376 branch car_ir_wait_finish 
+:      011378 car_ir_is_bit1:
+0x37c9 011379 setarg 14400 
+0x37ca 011380 call sleep 
+0x37cb 011381 call car_ir_disable 
+:      011382 car_ir_wait_finish:
+0x37cc 011383 setarg 7200 
+0x37cd 011384 call sleep 
+0x37ce 011385 fetch 2 ,mem_ir_data 
+0x37cf 011386 rshift pdata ,pdata 
+0x37d0 011387 store 2 ,mem_ir_data 
+0x37d1 011388 loop car_ir_send_loop 
+0x37d2 011390 jam 2 ,mem_car_attack_shake_timer 
+0x37d3 011391 jam 1 ,mem_car_attack_shake_flag 
+0x37d4 011392 setarg 0x0a01 
+0x37d5 011393 store 2 ,mem_le_receive_payload 
+0x37d6 011394 fetch 1 ,mem_car_config_device_select 
+0x37d7 011395 beq device_battle_tank ,car_attack_shake_back_battle_tank 
+:      011396 car_attack_shake_back_battle_car:
+0x37d8 011397 branch car_motor_control 
+:      011398 car_attack_shake_back_battle_tank:
+0x37d9 011399 setarg 0x0a01 
+0x37da 011400 store 2 ,mem_le_receive_payload + 2 
+0x37db 011401 branch car_motor_control 
+:      011403 car_ir_enable:
+0x37dc 011404 hfetch 1 ,core_gpio_key2 
+0x37dd 011405 or_into 0x40 ,pdata 
+0x37de 011406 hstore 1 ,core_gpio_key2 
+0x37df 011407 rtn 
+:      011408 car_ir_disable:
+0x37e0 011409 hfetch 1 ,core_gpio_key2 
+0x37e1 011410 and_into 0xbf ,pdata 
+0x37e2 011411 hstore 1 ,core_gpio_key2 
+0x37e3 011412 rtn 
+:      011414 car_ir_rx_init:
+0x37e4 011415 fetch 1 ,mem_car_config_ir_enable 
+0x37e5 011416 rtneq 0x00 
+0x37e6 011417 call lpm_disable_exen_output 
+0x37e7 011418 fetcht 1 ,mem_car_config_ir_rx_gpio 
+0x37e8 011419 storet 1 ,mem_ir_rx_gpio 
+0x37e9 011420 call gpio_config_input 
+0x37ea 011421 call car_ir_gpio_get_status 
+0x37eb 011422 nrtn true 
+0x37ec 011423 jam 1 ,mem_car_ir_breakdown_check_timer 
+0x37ed 011424 rtn 
+:      011426 car_ir_receive_process:
+0x37ee 011427 fetch 1 ,mem_car_config_ir_enable 
+0x37ef 011428 rtneq flag_ir_disable 
+0x37f0 011429 fetch 1 ,mem_car_ir_breakdown_flag 
+0x37f1 011430 nrtn blank 
+0x37f2 011431 fetch 2 ,mem_ui_state_map 
+0x37f3 011432 bbit1 ui_state_ble_connected ,car_ir_receive_process_next 
+0x37f4 011433 fetch 1 ,mem_car_24g_status 
+0x37f5 011434 rtnne work_paired 
+:      011435 car_ir_receive_process_next:
+0x37f6 011436 bpatch patch1a_4 ,mem_patch1a 
+0x37f7 011437 call car_ir_gpio_get_status 
+0x37f8 011438 nrtn true 
+0x37f9 011439 setarg 36000 
+0x37fa 011440 call sleep 
+0x37fb 011441 call car_ir_gpio_get_status 
+0x37fc 011442 nrtn true 
+0x37fd 011443 call car_ir_clk_get 
+:      011444 car_ir_packet_head_wait_end:
+0x37fe 011445 call car_ir_clk_check 
+0x37ff 011446 nrtn positive 
+0x3800 011447 call car_ir_gpio_get_status 
+0x3801 011448 branch car_ir_packet_head_wait_end ,true 
+0x3802 011449 arg 0 ,rega 
+0x3803 011450 arg 16 ,loopcnt 
+0x3804 011451 call car_ir_clk_get 
+:      011452 car_ir_receive_process_loop:
+0x3805 011453 call car_ir_clk_check 
+0x3806 011454 nrtn positive 
+0x3807 011455 call car_ir_gpio_get_status 
+0x3808 011456 nbranch car_ir_receive_process_loop ,true 
+0x3809 011457 setarg 10800 
+0x380a 011458 call sleep 
+0x380b 011459 call car_ir_gpio_get_status 
+0x380c 011460 branch car_ir_get_bit1 ,true 
+:      011461 car_ir_get_bit0:
+0x380d 011462 setarg 0 
+0x380e 011463 rshift rega ,rega 
+0x380f 011464 ior rega ,rega 
+0x3810 011465 loop car_ir_receive_process_loop 
+0x3811 011466 branch car_ir_receive_process_end 
+:      011467 car_ir_get_bit1:
+0x3812 011468 setarg 0x8000 
+0x3813 011469 rshift rega ,rega 
+0x3814 011470 ior rega ,rega 
+0x3815 011471 call car_ir_clk_get 
+:      011472 car_ir_get_bit1_wait_low_end:
+0x3816 011473 call car_ir_clk_check 
+0x3817 011474 nrtn positive 
+0x3818 011475 call car_ir_gpio_get_status 
+0x3819 011476 branch car_ir_get_bit1_wait_low_end ,true 
+0x381a 011477 loop car_ir_receive_process_loop 
+:      011478 car_ir_receive_process_end:
+0x381b 011479 bpatch patch1a_5 ,mem_patch1a 
+0x381c 011480 copy rega ,pdata 
+0x381d 011481 store 2 ,mem_ir_rx_buf 
+0x381e 011482 store 2 ,mem_ir_notify_data + 8 
+0x381f 011483 fetch 1 ,mem_car_24g_status 
+0x3820 011484 beq work_paired ,car_ir_24g_receive_attack 
+:      011485 car_ir_data_notify:
+0x3821 011486 arg 0x07 ,loopcnt 
+0x3822 011487 arg mem_ir_notify_data_head ,contr 
+0x3823 011488 call calc_check_sum_start 
+0x3824 011489 store 1 ,mem_ir_notify_data_check_sum 
+0x3825 011490 arg mem_ir_notify_data ,rega 
+0x3826 011491 branch queue_push 
+:      011493 car_ir_24g_receive_attack:
+0x3827 011494 fetch 1 ,mem_car_24g_ir_receive_attack_count 
+0x3828 011495 increase 1 ,pdata 
+0x3829 011496 store 1 ,mem_car_24g_ir_receive_attack_count 
+0x382a 011497 div pdata ,2 
+0x382b 011498 call wait_div_end 
+0x382c 011499 quotient temp 
+0x382d 011500 remainder pdata 
+0x382e 011501 nbranch car_ir_24g_receive_attack_blink ,blank 
+:      011502 car_ir_24g_receive_attack_off:
+0x382f 011503 fetch 1 ,mem_car_config_led_num 
+0x3830 011504 isub temp ,null 
+0x3831 011505 call car_ir_24g_go_die ,zero 
+0x3832 011506 arg mem_car_led_control ,pdata 
+0x3833 011507 increase -1 ,temp 
+0x3834 011508 iadd temp ,rega 
+0x3835 011509 arg 0 ,pdata 
+0x3836 011510 istore 1 ,rega 
+0x3837 011511 rtn 
+:      011512 car_ir_24g_receive_attack_blink:
+0x3838 011513 arg mem_car_led_control ,pdata 
+0x3839 011514 iadd temp ,rega 
+0x383a 011515 arg 2 ,pdata 
+0x383b 011516 istore 1 ,rega 
+0x383c 011517 rtn 
+:      011518 car_ir_24g_go_die:
+0x383d 011519 jam 1 ,mem_car_24g_go_die_flag 
+0x383e 011520 rtn 
+:      011521 car_ir_clk_get:
+0x383f 011522 copy clkn_bt ,pdata 
+0x3840 011523 store 4 ,mem_ir_receive_clkn 
+0x3841 011524 rtn 
+:      011525 car_ir_clk_check:
+0x3842 011526 copy clkn_bt ,pdata 
+0x3843 011527 fetcht 4 ,mem_ir_receive_clkn 
+0x3844 011528 isub temp ,pdata 
+0x3845 011529 sub pdata ,200 ,null 
+0x3846 011530 rtn 
+:      011532 car_ir_gpio_get_status:
+0x3847 011533 fetcht 1 ,mem_ir_rx_gpio 
+0x3848 011534 branch gpio_get_bit 
+:      011536 car_led_control_receive:
+0x3849 011537 fetch 8 ,mem_le_receive_payload 
+0x384a 011538 store 8 ,mem_car_led_control 
+0x384b 011539 rtn 
+:      011541 car_info_request:
+0x384c 011542 fetch 1 ,mem_car_config_device_select 
+0x384d 011543 store 1 ,mem_car_info_request_payload 
+0x384e 011544 fetch 1 ,mem_car_config_motor_layout 
+0x384f 011545 store 1 ,mem_car_info_request_payload + 1 
+0x3850 011546 fetch 1 ,mem_car_config_ir_enable 
+0x3851 011547 store 1 ,mem_car_info_request_payload + 2 
+0x3852 011548 arg 13 ,loopcnt 
+0x3853 011549 arg mem_car_info_request_head ,contr 
+0x3854 011550 call calc_check_sum_start 
+0x3855 011551 store 1 ,mem_car_info_request_checksum 
+0x3856 011552 arg mem_car_info_request ,rega 
+0x3857 011553 branch queue_push 
+:      011559 light_init:
+0x3858 011560 call clear_eeprom_size_2k 
+0x3859 011561 jam 0x7a ,mem_curr_packet_num 
+0x385a 011562 call light_load_controler_list 
+0x385b 011563 call light_init_crr_cmd_count 
+0x385c 011564 setarg light_pairing_timer 
+0x385d 011565 store 2 ,mem_cb_event_timer 
+0x385e 011566 arg 0 ,rega 
+0x385f 011567 branch pwm_init 
+:      011569 light_pairing_timer:
+0x3860 011570 fetch 2 ,mem_light_pairing_timer 
+0x3861 011571 rtn blank 
+0x3862 011572 increase -1 ,pdata 
+0x3863 011573 store 2 ,mem_light_pairing_timer 
+0x3864 011574 rtnne 0 
+0x3865 011575 jam 0 ,mem_light_pairing_enable 
+0x3866 011576 rtn 
+:      011578 light_init_crr_cmd_count:
+0x3867 011579 bpatch patch1a_6 ,mem_patch1a 
+0x3868 011580 fetch 1 ,mem_light_next_record 
+0x3869 011581 sub pdata ,40 ,null 
+0x386a 011582 rtn positive 
+0x386b 011583 jam 0 ,mem_light_next_record 
+0x386c 011584 rtn 
+:      011586 light_load_controler_list:
+0x386d 011587 arg mem_light_next_record ,rega 
+0x386e 011588 arg 0 ,regb 
+0x386f 011589 arg 81 ,temp 
+0x3870 011590 branch iicd_read_eep_data 
+:      011593 light_find_controler_pairing:
+0x3871 011594 disable user 
+0x3872 011595 fetch 1 ,mem_light_cnum 
+0x3873 011596 copy pdata ,loopcnt 
+0x3874 011598 arg mem_light_clist ,rega 
+0x3875 011599 copy regc ,regb 
+:      011600 light_find_controler_pairing_loop:
+0x3876 011601 bpatch patch1a_7 ,mem_patch1a 
+0x3877 011602 call light_compare_addr_record 
+0x3878 011603 branch enable_user ,zero 
+:      011604 light_find_single_pairing_diff:
+0x3879 011605 increase 4 ,rega 
+0x387a 011606 loop light_find_controler_pairing_loop 
+0x387b 011607 rtn 
+:      011610 light_compare_addr_record:
+0x387c 011611 bpatch patch1b_0 ,mem_patch1b 
+0x387d 011612 ifetch 3 ,rega 
+0x387e 011613 ifetcht 3 ,regb 
+0x387f 011614 isub temp ,null 
+0x3880 011615 rtn 
+:      011617 light_compare_single_record:
+0x3881 011618 bpatch patch1b_1 ,mem_patch1b 
+0x3882 011619 ifetch 3 ,rega 
+0x3883 011620 ifetcht 3 ,regb 
+0x3884 011621 isub temp ,null 
+0x3885 011622 nrtn zero 
+0x3886 011623 ifetch 1 ,contr 
+0x3887 011624 sub pdata ,0 ,null 
+0x3888 011625 rtn zero 
+0x3889 011626 add rega ,3 ,contr 
+0x388a 011627 ifetcht 1 ,contr 
+0x388b 011628 isub temp ,null 
+0x388c 011629 rtn 
+:      011632 light_find_controler_cmd:
+0x388d 011633 bpatch patch1b_2 ,mem_patch1b 
+0x388e 011634 disable user 
+0x388f 011635 fetch 1 ,mem_light_cnum 
+0x3890 011636 copy pdata ,loopcnt 
+0x3891 011638 arg mem_light_clist ,rega 
+0x3892 011639 copy regc ,regb 
+:      011640 light_find_controler_cmd_loop:
+0x3893 011641 call light_compare_single_record 
+0x3894 011642 branch enable_user ,zero 
+0x3895 011643 increase 4 ,rega 
+0x3896 011644 loop light_find_controler_cmd_loop 
+0x3897 011645 rtn 
+:      011648 light_recv_adv:
+0x3898 011649 fetch 1 ,mem_le_scanrsp_rcv 
+0x3899 011650 increase 1 ,pdata 
+0x389a 011651 store 1 ,mem_le_scanrsp_rcv 
+0x389b 011652 arg mem_le_rxbuf + 12 ,regc 
+:      011654 light_anylize_command:
+0x389c 011655 ifetch 2 ,regc 
+0x389d 011656 arg 0x55aa ,temp 
+0x389e 011657 isub temp ,null 
+0x389f 011658 nrtn zero 
+0x38a0 011659 copy contr ,regc 
+0x38a1 011660 ifetcht 3 ,regc 
+0x38a2 011661 setarg 0xffffff 
+0x38a3 011662 isub temp ,null 
+0x38a4 011663 branch light_parse_cmd ,zero 
+0x38a5 011664 call light_find_controler_cmd 
+0x38a6 011665 branch light_parse_cmd ,user 
+0x38a7 011666 rtn 
+:      011668 light_parse_cmd:
+0x38a8 011669 bpatch patch1b_3 ,mem_patch1b 
+0x38a9 011670 increase 4 ,regc 
+0x38aa 011671 ifetch 1 ,regc 
+0x38ab 011672 fetcht 1 ,mem_curr_packet_num 
+0x38ac 011673 isub temp ,null 
+0x38ad 011674 rtn zero 
+0x38ae 011675 store 1 ,mem_curr_packet_num 
+0x38af 011676 fetch 1 ,mem_le_req_rcv 
+0x38b0 011677 increase 1 ,pdata 
+0x38b1 011678 store 1 ,mem_le_req_rcv 
+0x38b2 011680 increase 1 ,regc 
+0x38b3 011681 ifetch 1 ,regc 
+0x38b4 011682 store 1 ,mem_light_crr_cmd_count 
+0x38b5 011683 copy pdata ,loopcnt 
+0x38b6 011684 rtn blank 
+:      011685 light_parse_cmd_loop:
+0x38b7 011686 ifetch 1 ,contr 
+0x38b8 011687 beq light_cmd_pwm0 ,light_parse_cmd_pwm0 
+0x38b9 011688 beq light_cmd_pwm1 ,light_parse_cmd_pwm1 
+0x38ba 011689 beq light_cmd_pwm2 ,light_parse_cmd_pwm2 
+0x38bb 011690 beq light_cmd_pwm3 ,light_parse_cmd_pwm3 
+0x38bc 011691 beq light_cmd_pwm4 ,light_parse_cmd_pwm4 
+0x38bd 011692 beq light_cmd_pwm5 ,light_parse_cmd_pwm5 
+0x38be 011693 beq light_cmd_auto_mode ,light_parse_auto_mode 
+0x38bf 011694 beq light_cmd_pairing ,light_parse_pairing 
+0x38c0 011695 loop light_parse_cmd_loop 
+0x38c1 011696 rtn 
+:      011698 light_parse_cmd_pwm0:
+0x38c2 011699 copy contr ,regc 
+0x38c3 011700 fetch 1 ,mem_light_pwm0 
+0x38c4 011701 store 1 ,mem_pdatatemp 
+0x38c5 011702 arg 0 ,temp 
+:      011703 light_parse_cmd_pwm_common:
+0x38c6 011704 storet 1 ,mem_pdatatemp + 1 
+0x38c7 011705 setarg 10000 
+0x38c8 011706 store 3 ,mem_pdatatemp + 2 
+0x38c9 011707 ifetch 1 ,regc 
+0x38ca 011708 store 1 ,mem_pdatatemp + 5 
+0x38cb 011709 call pwm_out_set 
+0x38cc 011710 and regc ,1 ,contr 
+0x38cd 011711 loop light_parse_cmd_loop 
+0x38ce 011712 rtn 
+:      011713 light_parse_cmd_pwm1:
+0x38cf 011714 copy regc ,contr 
+0x38d0 011715 fetch 1 ,mem_light_pwm1 
+0x38d1 011716 store 1 ,mem_pdatatemp 
+0x38d2 011717 arg 1 ,temp 
+0x38d3 011718 branch light_parse_cmd_pwm_common 
+:      011719 light_parse_cmd_pwm2:
+0x38d4 011720 copy regc ,contr 
+0x38d5 011721 fetch 1 ,mem_light_pwm2 
+0x38d6 011722 store 1 ,mem_pdatatemp 
+0x38d7 011723 arg 2 ,temp 
+0x38d8 011724 branch light_parse_cmd_pwm_common 
+:      011725 light_parse_cmd_pwm3:
+0x38d9 011726 copy regc ,contr 
+0x38da 011727 fetch 1 ,mem_light_pwm3 
+0x38db 011728 store 1 ,mem_pdatatemp 
+0x38dc 011729 arg 3 ,temp 
+0x38dd 011730 branch light_parse_cmd_pwm_common 
+:      011731 light_parse_cmd_pwm4:
+0x38de 011732 copy regc ,contr 
+0x38df 011733 fetch 1 ,mem_light_pwm4 
+0x38e0 011734 store 1 ,mem_pdatatemp 
+0x38e1 011735 arg 4 ,temp 
+0x38e2 011736 branch light_parse_cmd_pwm_common 
+:      011737 light_parse_cmd_pwm5:
+0x38e3 011738 copy regc ,contr 
+0x38e4 011739 fetch 1 ,mem_light_pwm5 
+0x38e5 011740 store 1 ,mem_pdatatemp 
+0x38e6 011741 arg 5 ,temp 
+0x38e7 011742 branch light_parse_cmd_pwm_common 
+:      011744 light_parse_auto_mode:
+0x38e8 011745 ifetch 1 ,contr 
+0x38e9 011746 rtn 
+:      011748 light_parse_pairing:
+0x38ea 011749 copy contr ,regc 
+0x38eb 011750 fetch 1 ,mem_light_pairing_enable 
+0x38ec 011751 bne 1 ,light_parse_pairing_abandon 
+0x38ed 011752 call update_controler_list 
+:      011753 light_parse_pairing_abandon:
+0x38ee 011754 and regc ,4 ,contr 
+0x38ef 011755 rtn 
+:      011756 update_controler_list:
+0x38f0 011757 bpatch patch1b_4 ,mem_patch1b 
+0x38f1 011758 call light_find_controler_pairing 
+0x38f2 011759 branch update_conrtoler_list_found ,user 
+0x38f3 011760 fetch 1 ,mem_light_next_record 
+0x38f4 011761 copy pdata ,temp 
+0x38f5 011762 increase 1 ,pdata 
+0x38f6 011763 store 1 ,mem_light_next_record 
+0x38f7 011764 call light_init_crr_cmd_count 
+0x38f8 011765 lshift2 temp ,temp 
+0x38f9 011766 setarg mem_light_clist 
+0x38fa 011767 iadd temp ,contw 
+0x38fb 011768 ifetch 4 ,regc 
+0x38fc 011769 istore 4 ,contw 
+0x38fd 011770 branch update_conrtoler_store_list 
+:      011771 update_conrtoler_list_found:
+0x38fe 011772 add regc ,3 ,contr 
+0x38ff 011773 ifetch 1 ,contr 
+0x3900 011774 rtn blank 
+0x3901 011775 ifetch 4 ,regc 
+0x3902 011776 istore 4 ,rega 
+:      011777 update_conrtoler_store_list:
+0x3903 011778 arg mem_light_next_record ,rega 
+0x3904 011779 arg 0 ,regb 
+0x3905 011780 arg 81 ,temp 
+0x3906 011781 branch iicd_write_eep_data 
+:      011785 lightc_init:
+0x3907 011789 fetcht 1 ,mem_lightc_led_gpio 
+0x3908 011790 call gpio_out_inactive 
+0x3909 011791 rtn 
+:      011794 lightc_dispatch:
+0x390a 011797 fetcht 1 ,mem_lightc_led_gpio 
+0x390b 011798 call gpio_out_active 
+0x390c 011801 fetcht 1 ,mem_lightc_led_gpio 
+0x390d 011802 call gpio_out_inactive 
+0x390e 011805 call lightc_start_adv 
+0x390f 011807 fetch 1 ,mem_adv_time 
+0x3910 011808 nrtn blank 
+0x3911 011810 call lpm_write_gpio_wakeup 
+0x3912 011811 hfetch 4 ,core_lpm_ctrl 
+0x3913 011812 set0 15 ,pdata 
+0x3914 011813 hstore 4 ,core_lpm_reg 
+0x3915 011814 call lpm_write_ctrl 
+0x3916 011815 arg param_hibernate_clks ,temp 
+0x3917 011816 branch lpm_sleep 
+:      011818 lightc_adv:
+0x3918 011819 fetch 1 ,mem_adv_time 
+0x3919 011820 branch le_adv_loop_tx ,blank 
+0x391a 011821 increase -1 ,pdata 
+0x391b 011822 store 1 ,mem_adv_time 
+0x391c 011823 branch le_adv_loop_tx 
+:      011825 lightc_start_adv:
+0x391d 011826 mul32 pdata ,20 ,pdata 
+0x391e 011827 arg mem_cmd0_string ,contr 
+0x391f 011828 iadd contr ,contr 
+0x3920 011829 ifetch 1 ,contr 
+0x3921 011830 rtn blank 
+0x3922 011831 copy pdata ,rega 
+0x3923 011832 copy rega ,loopcnt 
+0x3924 011833 arg mem_le_adv_data + 2 ,contw 
+0x3925 011834 call memcpy 
+0x3926 011835 copy rega ,pdata 
+0x3927 011836 increase 2 ,pdata 
+0x3928 011837 store 1 ,mem_le_adv_data_len 
+0x3929 011838 rtn 
+:      011845 module_init:
+0x392a 011847 rtn wake 
+0x392b 011848 call le_modified_name 
+0x392c 011849 call adc_init_data 
+0x392d 011850 setarg module_process_idle 
+0x392e 011851 store 2 ,mem_cb_idle_process 
+0x392f 011852 setarg module_bt_conn_process 
+0x3930 011853 store 2 ,mem_cb_bt_process 
+0x3931 011854 setarg module_process_bb_event 
+0x3932 011855 store 2 ,mem_cb_bb_event_process 
+0x3933 011856 setarg module_le_conn_process 
+0x3934 011857 store 2 ,mem_cb_le_process 
+0x3935 011858 setarg module_lpm_lock 
+0x3936 011859 store 2 ,mem_cb_check_wakelock 
+0x3937 011860 setarg module_hci_cmd_transmit_le_notify 
+0x3938 011861 store 2 ,mem_cb_ble_transmit 
+0x3939 011862 setarg module_hci_event_receive_spp_data 
+0x393a 011863 store 2 ,mem_cb_receive_spp_data 
+0x393b 011864 setarg module_le_receive_data 
+0x393c 011865 store 2 ,mem_cb_att_write 
+0x393d 011866 setarg module_bb_event_timer 
+0x393e 011867 store 2 ,mem_cb_event_timer 
+0x393f 011869 call module_spp_clear_last_transmite_clock 
+0x3940 011870 bpatch patch1b_5 ,mem_patch1b 
+0x3941 011871 call module_lpm_uart_init 
+0x3942 011872 call module_gpio_init 
+0x3943 011873 call check_module_disabled 
+0x3944 011874 branch module_hci_event_enter_standby_mode 
+:      011877 module_lpm_uart_init:
+0x3945 011878 fetch 4 ,mem_module_uart_rx_buffer 
+0x3946 011879 hstore 4 ,core_uart_rsaddr 
+0x3947 011881 fetch 4 ,mem_module_uart_tx_buffer 
+0x3948 011882 hstore 4 ,core_uart_tsaddr 
+0x3949 011884 hfetch 1 ,core_gpio_sel1 
+0x394a 011885 or_into 0x04 ,pdata 
+0x394b 011886 and_into 0xfc ,pdata 
+0x394c 011887 hstore 1 ,core_gpio_sel1 
+0x394d 011888 jam 0x00 ,core_uart_ctrl 
+0x394e 011890 fetch 2 ,mem_module_uart_rx_buffer 
+0x394f 011891 hstore 2 ,core_uart_rrptr 
+0x3950 011892 fetch 2 ,mem_module_uart_tx_buffer 
+0x3951 011893 hstore 2 ,core_uart_twptr 
+0x3952 011894 hstore 2 ,core_uart_trptrp 
+0x3953 011896 hfetch 4 ,core_gpio_pu0 
+0x3954 011897 set1 7 ,pdata 
+0x3955 011898 hstore 4 ,core_gpio_pu0 
+0x3956 011900 hfetch 2 ,core_clkoff 
+0x3957 011901 set0 clock_off_uart ,pdata 
+0x3958 011902 hstore 2 ,core_clkoff 
+0x3959 011903 call uart_set_baud_by_mem 
+0x395a 011904 jam uartclk_crystal ,core_uart_clksel 
+0x395b 011905 jam uart_ctrl_h4 ,core_uart_ctrl 
+0x395c 011907 fetch 1 ,mem_module_flag 
+0x395d 011908 isolate1 module_flag_uart_flow_control ,pdata 
+0x395e 011909 hfetcht 1 ,core_uart_ctrl 
+0x395f 011910 setflag true ,4 ,temp 
+0x3960 011911 hstoret 1 ,core_uart_ctrl 
+0x3961 011912 rtn 
+:      011916 module_lpm_init:
+0x3962 011917 call module_spp_clear_last_transmite_clock 
+0x3963 011918 branch module_lpm_uart_init 
+:      011921 module_gpio_init:
+0x3964 011926 fetcht 1 ,mem_module_connect_state_gpio 
+0x3965 011927 call gpio_config_output 
+0x3966 011928 call module_set_conn_pin_low 
+0x3967 011930 fetcht 1 ,mem_module_wake_up_gpio 
+0x3968 011931 branch gpio_config_input 
+:      011933 module_lpm_lock:
+0x3969 011934 fetcht 1 ,mem_module_wake_up_gpio 
+0x396a 011935 call gpio_get_bit 
+0x396b 011936 nbranch app_put_lpm_wake_lock ,true 
+0x396c 011937 branch app_get_lpm_wake_lock 
+:      011940 module_le_conn_process:
+0x396d 011941 rtn 
+:      011943 module_bt_conn_process:
+0x396e 011944 call module_spp_enter_sniff 
+0x396f 011945 branch module_control_air_flow 
+:      011947 module_spp_enter_sniff:
+0x3970 011948 fetch 1 ,mem_ui_state_map 
+0x3971 011949 bbit0 ui_state_bt_spp_conn ,module_spp_clear_last_transmite_clock 
+0x3972 011950 bpatch patch1b_6 ,mem_patch1b 
+0x3973 011951 setarg 0x3eff 
+0x3974 011952 fetcht 4 ,mem_last_transmite_clock 
+0x3975 011953 iadd temp ,temp 
+0x3976 011954 copy clkn_bt ,pdata 
+0x3977 011955 isub temp ,null 
+0x3978 011956 nrtn positive 
+0x3979 011957 fetch 2 ,mem_ui_state_map 
+0x397a 011958 bbit1 ui_state_bt_sniff ,module_spp_clear_last_transmite_clock 
+0x397b 011959 fetch 1 ,mem_module_flag 
+0x397c 011960 rtnbit1 moudle_task_sniff 
+0x397d 011961 call module_set_sniff_task_flag 
+0x397e 011962 call app_bt_enter_sniff 
+:      011963 module_spp_clear_last_transmite_clock:
+0x397f 011964 copy clkn_bt ,pdata 
+0x3980 011965 store 4 ,mem_last_transmite_clock 
+0x3981 011966 rtn 
+:      011969 module_process_idle:
+0x3982 011970 call module_control_air_flow 
+0x3983 011971 call l2cap_malloc_is_fifo_full 
+0x3984 011972 nrtn blank 
+0x3985 011973 branch module_process 
+:      011976 module_process_bb_event:
+0x3986 011977 copy regc ,pdata 
+0x3987 011978 beq bt_evt_bb_connected ,module_process_bb_conn 
+0x3988 011979 beq bt_evt_bb_disconnected ,module_process_bb_event_disconned 
+0x3989 011980 beq bt_evt_reconn_failed ,module_process_reconn_fail 
+0x398a 011981 beq bt_evt_setup_complete ,module_process_setup_complete 
+0x398b 011982 beq bt_evt_spp_connected ,module_process_spp_connected 
+0x398c 011983 beq bt_evt_spp_disconnected ,module_process_spp_disconnected 
+0x398d 011984 beq bt_evt_pincode_req ,module_process_evt_pincode_req 
+0x398e 011985 beq bt_evt_enter_sniff ,module_process_enter_sniff 
+0x398f 011986 beq bt_evt_exit_sniff ,module_process_exit_sniff 
+0x3990 011987 beq bt_evt_reconn_page_timeout ,module_process_page_time_out 
+0x3991 011988 beq bt_evt_le_connected ,module_process_le_conn 
+0x3992 011989 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
+0x3993 011990 beq bt_evt_sniff_not_accept ,module_process_sniff_not_accept 
+0x3994 011991 beq bt_evt_unsniff_accept ,module_process_unsniff_accept 
+0x3995 011992 beq bt_evt_unsniff_not_accept ,module_process_unsniff_not_accept 
+0x3996 011993 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
+0x3997 011994 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
+0x3998 011995 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
+0x3999 011996 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
+0x399a 011997 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
+0x399b 011998 beq bt_evt_bt_gkey_generate ,module_hci_event_gkey_generate 
+0x399c 011999 beq bt_evt_bt_get_passkey ,module_hci_event_passkey_entry_mode 
+0x399d 012000 beq bt_evt_bt_pairing_fail ,module_hci_event_bt_pairing_fail 
+0x399e 012001 beq bt_evt_bt_pairing_success ,module_hci_event_bt_pairing_success 
+0x399f 012002 beq bt_evt_le_gkey_generate ,module_hci_event_le_gkey 
+0x39a0 012003 beq bt_evt_store_nvram ,module_hci_event_store_device 
+0x39a1 012004 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
+0x39a2 012005 rtn 
+:      012008 module_process_bb_event_disconned:
+0x39a3 012009 call module_spp_clear_last_transmite_clock 
+0x39a4 012010 fetch 1 ,mem_flag_pairing_state 
+0x39a5 012011 ncall module_hci_event_bt_pairing_fail ,blank 
+0x39a6 012012 call module_disconn_start 
+0x39a7 012013 fetch 2 ,mem_ui_state_map 
+0x39a8 012014 rtnbit0 ui_state_bt_spp_conn 
+0x39a9 012015 branch module_spp_disconnected 
+:      012017 module_process_spp_connected:
+0x39aa 012018 fetch 2 ,mem_ui_state_map 
+0x39ab 012019 set1 ui_state_bt_spp_conn ,pdata 
+0x39ac 012020 store 2 ,mem_ui_state_map 
+0x39ad 012021 fetch 1 ,mem_module_spp_lpm_mult 
+0x39ae 012022 store 1 ,mem_lpm_mult 
+0x39af 012023 call module_set_conn_pin_low 
+0x39b0 012024 branch module_hci_event_spp_connect 
+:      012026 module_process_spp_disconnected:
+:      012028 module_spp_disconnected:
+0x39b1 012029 fetch 2 ,mem_ui_state_map 
+0x39b2 012030 rtnbit0 ui_state_bt_spp_conn 
+0x39b3 012031 set0 ui_state_bt_spp_conn ,pdata 
+0x39b4 012032 store 2 ,mem_ui_state_map 
+0x39b5 012033 branch module_hci_event_spp_disconnect 
+:      012036 module_process_enter_sniff:
+:      012038 module_sniff_param_check:
+0x39b6 012039 call module_spp_clear_last_transmite_clock 
+0x39b7 012042 fetch 2 ,mem_context + coffset_tsniff 
+0x39b8 012043 rshift pdata ,pdata 
+0x39b9 012044 fetcht 2 ,mem_sniff_param_interval 
+0x39ba 012045 isub temp ,null 
+0x39bb 012046 nbranch module_sniff_param_check_unsniff ,zero 
+0x39bc 012047 branch app_lpm_mult_enable 
+:      012048 module_sniff_param_check_unsniff:
+0x39bd 012049 fetch 1 ,mem_module_flag 
+0x39be 012050 rtnbit1 moudle_task_unsniff 
+0x39bf 012051 hfetch 2 ,core_uart_rxitems 
+0x39c0 012052 ncall module_set_unsniff_task_flag ,blank 
+0x39c1 012053 branch app_bt_sniff_exit 
+:      012055 module_process_exit_sniff:
+0x39c2 012056 call module_clear_sniff_task_flag 
+0x39c3 012057 branch app_lpm_mult_disable 
+:      012059 module_process_setup_complete:
+0x39c4 012060 call module_spp_clear_last_transmite_clock 
+0x39c5 012061 branch module_conn_start 
+:      012063 module_process_bb_even_le_disconn:
+0x39c6 012064 call le_clr_config_more_data 
+0x39c7 012065 call module_disconn_start 
+0x39c8 012066 branch module_hci_event_le_disconnect 
+:      012068 module_process_evt_pincode_req:
+0x39c9 012069 branch app_bt_set_pincode 
+:      012072 module_process_sniff_not_accept:
+0x39ca 012073 branch module_clear_sniff_task_flag 
+:      012076 module_process_unsniff_accept:
+0x39cb 012077 fetch 1 ,mem_module_flag 
+0x39cc 012078 bbit0 moudle_task_unsniff ,app_bt_enter_sniff 
+0x39cd 012079 branch module_clear_unsniff_task_flag 
+:      012082 module_process_unsniff_not_accept:
+0x39ce 012083 branch module_clear_unsniff_task_flag 
+:      012086 module_process_le_conn:
+0x39cf 012087 call le_send_att_exchange_mtu_requset 
+0x39d0 012088 call module_conn_start 
+0x39d1 012089 fetch 1 ,mem_module_le_lpm_mult 
+0x39d2 012090 store 1 ,mem_lpm_mult 
+0x39d3 012091 branch module_hci_event_le_connect 
+:      012094 module_process_bb_conn:
+0x39d4 012095 jam 0 ,mem_flag_mode_ssp_pin 
+0x39d5 012096 call module_clear_sniff_task_flag 
+0x39d6 012097 branch module_clear_unsniff_task_flag 
+:      012099 module_process_page_time_out:
+:      012100 module_process_reconn_fail:
+:      012101 module_disconn_start:
+0x39d7 012102 call module_start_adv_discovery_by_command 
+0x39d8 012103 branch module_set_conn_pin_high 
+:      012106 module_process_ble_ltk_lost:
+0x39d9 012107 call le_send_reject_ind 
+0x39da 012108 branch le_send_smp_security_request 
+:      012111 module_set_conn_pin_high:
+0x39db 012112 fetcht 1 ,mem_module_connect_state_gpio 
+0x39dc 012113 branch gpio_out_active 
+:      012115 module_conn_start:
+0x39dd 012116 call module_stop_adv_discovery 
+0x39de 012117 branch module_set_conn_pin_low 
+:      012119 module_stop_adv_discovery:
+0x39df 012120 fetch 1 ,mem_module_state 
+0x39e0 012121 isolate1 moudle_state_bt_bit ,pdata 
+0x39e1 012122 call app_bt_stop_discovery ,true 
+0x39e2 012123 fetch 1 ,mem_module_state 
+0x39e3 012124 isolate1 moudle_state_ble_bit ,pdata 
+0x39e4 012125 call app_ble_stop_adv ,true 
+0x39e5 012126 rtn 
+:      012127 module_set_conn_pin_low:
+0x39e6 012128 fetcht 1 ,mem_module_connect_state_gpio 
+0x39e7 012129 branch gpio_out_inactive 
+:      012131 module_process_with_credit:
+0x39e8 012132 fetch 1 ,mem_credit_flag 
+0x39e9 012133 rtneq credit_disable 
+0x39ea 012134 branch rfcomm_send_uih_without_payload 
+:      012136 module_process:
+0x39eb 012137 hfetch 1 ,core_uart_status 
+0x39ec 012138 bbit1 uart_status_rx_fifo_empty ,module_process_with_credit 
+0x39ed 012139 call uartd_prepare_rx 
+0x39ee 012140 ifetch 1 ,contru 
+0x39ef 012141 bne 0x01 ,module_hci_in_excp 
+0x39f0 012142 hfetch 2 ,core_uart_rxitems 
+0x39f1 012143 sub pdata ,2 ,null 
+0x39f2 012144 rtn positive 
+0x39f3 012145 ifetch 1 ,contru 
+0x39f4 012146 store 1 ,mem_module_uart_opcode 
+0x39f5 012147 ifetcht 1 ,contru 
+0x39f6 012148 copy contru ,rega 
+0x39f7 012149 storet 1 ,mem_module_uart_len 
+0x39f8 012150 add temp ,3 ,temp 
+0x39f9 012151 hfetch 2 ,core_uart_rxitems 
+0x39fa 012152 isub temp ,temp 
+0x39fb 012153 nrtn positive 
+0x39fc 012154 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x39fd 012155 call module_hci_cmd_control 
+0x39fe 012156 fetch 1 ,mem_module_temp_nl_discard_packet 
+0x39ff 012157 rtneq hci_not_discard_packet 
+0x3a00 012158 branch module_hci_dicard_packet 
+:      012160 module_hci_in_excp:
+0x3a01 012161 call delay_10ms 
+0x3a02 012162 call module_hci_event_invalid_packet 
+0x3a03 012163 branch module_hci_release_except 
+:      012166 module_hci_release_except:
+0x3a04 012167 bpatch patch1b_7 ,mem_patch1b 
+0x3a05 012168 hfetch 2 ,core_uart_rxitems 
+0x3a06 012169 rtn blank 
+0x3a07 012170 call uartd_prepare_rx 
+0x3a08 012171 ifetch 1 ,contru 
+0x3a09 012172 sub pdata ,0x01 ,null 
+0x3a0a 012173 ncall module_hci_dicard_bytes ,zero 
+0x3a0b 012174 nbranch module_hci_release_except ,zero 
+0x3a0c 012175 ifetch 1 ,contru 
+0x3a0d 012176 rtneq hci_cmd_spp_data_req 
+0x3a0e 012177 rtneq hci_cmd_set_credit_given 
+0x3a0f 012178 increase -1 ,contru 
+0x3a10 012179 call module_hci_dicard_bytes 
+0x3a11 012180 branch module_hci_release_except 
+:      012182 module_hci_dicard_packet:
+0x3a12 012183 call uartd_prepare_rx 
+0x3a13 012184 increase 2 ,contru 
+0x3a14 012185 ifetch 1 ,contru 
+0x3a15 012186 iadd contru ,contru 
+:      012187 module_hci_dicard_bytes:
+0x3a16 012188 branch uartd_rxdone 
+:      012191 module_hci_cmd_control:
+0x3a17 012192 bpatch patch1c_0 ,mem_patch1c 
+0x3a18 012193 fetch 1 ,mem_module_uart_opcode 
+0x3a19 012194 beq hci_cmd_set_bt_addr_req ,module_hci_cmd_set_bt_addr 
+0x3a1a 012195 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
+0x3a1b 012196 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
+0x3a1c 012197 beq hci_cmd_set_bt_name_req ,module_hci_cmd_set_bt_name 
+0x3a1d 012198 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
+0x3a1e 012199 beq hci_cmd_spp_data_req ,module_hci_cmd_receive_spp_data 
+0x3a1f 012200 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
+0x3a20 012201 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
+0x3a21 012202 beq hci_cmd_set_pairing_req ,module_hci_cmd_set_pairing_mode 
+0x3a22 012203 beq hci_cmd_set_pincode_req ,module_hci_cmd_set_pincode 
+0x3a23 012204 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
+0x3a24 012205 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
+0x3a25 012206 beq hci_cmd_version_req ,module_hci_cmd_version_request 
+0x3a26 012207 beq hci_cmd_bt_disconnect ,module_hci_cmd_bt_disconnect 
+0x3a27 012208 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
+0x3a28 012209 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
+0x3a29 012210 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
+0x3a2a 012211 beq hci_cmd_set_credit_given ,module_hci_cmd_set_credit_given 
+0x3a2b 012212 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
+0x3a2c 012213 beq hci_cmd_power_req ,module_hci_cmd_power_request 
+0x3a2d 012214 beq hci_cmd_power_set ,module_hci_cmd_power_set 
+0x3a2e 012215 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
+0x3a2f 012216 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
+0x3a30 012217 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
+0x3a31 012218 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
+0x3a32 012219 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
+0x3a33 012220 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
+0x3a34 012221 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
+0x3a35 012222 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
+0x3a36 012223 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
+0x3a37 012224 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
+0x3a38 012225 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
+0x3a39 012226 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
+0x3a3a 012227 beq hci_cmd_reject_justwork ,module_hci_cmd_set_reject_justwork_flag 
+0x3a3b 012228 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
+0x3a3c 012229 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
+0x3a3d 012230 beq hci_test_cmd_close_lpm ,module_hci_test_cmde_close_lpm 
+0x3a3e 012231 branch module_hci_event_receive_invalid_cmd 
+:      012236 module_hci_cmd_set_bt_addr:
+0x3a3f 012237 fetch 1 ,mem_module_uart_len 
+0x3a40 012238 bne 6 ,module_hci_event_receive_invalid_cmd 
+0x3a41 012239 ifetch 6 ,contru 
+0x3a42 012240 store 6 ,mem_lap 
+0x3a43 012241 branch module_hci_event_receive_valid_cmd 
+:      012244 module_hci_cmd_set_le_addr:
+0x3a44 012245 fetch 1 ,mem_module_uart_len 
+0x3a45 012246 bne 6 ,module_hci_event_receive_invalid_cmd 
+0x3a46 012247 ifetch 6 ,contru 
+0x3a47 012248 store 6 ,mem_le_lap 
+0x3a48 012249 branch module_hci_event_receive_valid_cmd 
+:      012253 module_hci_cmd_set_visibility:
+0x3a49 012254 fetch 1 ,mem_module_uart_len 
+0x3a4a 012255 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x3a4b 012256 copy rega ,contru 
+0x3a4c 012257 call module_hci_event_receive_valid_cmd 
+0x3a4d 012258 ifetcht 1 ,contru 
+0x3a4e 012259 storet 1 ,mem_module_bluetooth_stauts_by_command 
+0x3a4f 012260 fetch 2 ,mem_ui_state_map 
+0x3a50 012261 rtnbit1 ui_state_ble_connected 
+0x3a51 012262 rtnbit1 ui_state_bt_connected 
+:      012263 module_start_adv_discovery_by_command:
+0x3a52 012264 fetch 1 ,mem_module_state 
+0x3a53 012265 isolate1 moudle_state_bt_bit ,pdata 
+0x3a54 012266 nbranch moudle_start_adv_by_command ,true 
+0x3a55 012267 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
+0x3a56 012268 and temp ,0x03 ,pdata 
+0x3a57 012269 store 1 ,mem_scan_mode 
+:      012270 moudle_start_adv_by_command:
+0x3a58 012271 fetch 1 ,mem_module_state 
+0x3a59 012272 isolate1 moudle_state_ble_bit ,pdata 
+0x3a5a 012273 nrtn true 
+0x3a5b 012274 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
+0x3a5c 012275 isolate1 2 ,temp 
+0x3a5d 012276 branch app_ble_start_adv ,true 
+0x3a5e 012277 branch app_ble_stop_adv 
+:      012281 module_hci_cmd_set_bt_name:
+0x3a5f 012282 fetch 1 ,mem_module_uart_len 
+0x3a60 012283 sub pdata ,67 ,null 
+0x3a61 012284 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3a62 012285 store 1 ,mem_local_name_length 
+0x3a63 012286 arg 8 ,loopcnt 
+0x3a64 012287 call memset0 
+0x3a65 012288 fetch 1 ,mem_module_uart_len 
+0x3a66 012289 copy pdata ,loopcnt 
+0x3a67 012290 copy rega ,contru 
+0x3a68 012291 arg mem_local_name ,contw 
+0x3a69 012292 call uart_copy_rx_bytes_fast 
+0x3a6a 012293 branch module_hci_event_receive_valid_cmd 
+:      012297 module_hci_cmd_set_le_name:
+0x3a6b 012298 fetch 1 ,mem_module_uart_len 
+0x3a6c 012299 sub pdata ,29 ,null 
+0x3a6d 012300 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3a6e 012301 store 1 ,mem_le_name_len 
+0x3a6f 012302 copy pdata ,loopcnt 
+0x3a70 012303 copy rega ,contru 
+0x3a71 012304 arg mem_le_name ,contw 
+0x3a72 012305 call uart_copy_rx_bytes_fast 
+0x3a73 012306 call le_modified_name 
+0x3a74 012307 branch module_hci_event_receive_valid_cmd 
+:      012311 module_hci_cmd_receive_spp_data:
+0x3a75 012312 fetch 1 ,mem_ui_state_map 
+0x3a76 012313 bbit0 ui_state_bt_spp_conn ,module_hci_event_receive_invalid_cmd 
+0x3a77 012314 call app_check_sniff 
+0x3a78 012315 branch module_hci_cmd_spp_exit_sniff ,true 
+0x3a79 012316 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a7a 012318 call module_spp_clear_last_transmite_clock 
+0x3a7b 012319 fetch 1 ,mem_remote_credits 
+0x3a7c 012320 rtn blank 
+0x3a7d 012321 fetch 2 ,mem_nl_rx_len_all 
+0x3a7e 012322 bne 0 ,module_hci_cmd_pass_init_ng_rx_len_all 
+0x3a7f 012323 fetch 1 ,mem_module_uart_len 
+0x3a80 012324 store 2 ,mem_nl_rx_len_all 
+0x3a81 012326 copy rega ,contru 
+0x3a82 012329 copy contru ,pdata 
+0x3a83 012330 store 2 ,mem_nl_rx_data_src 
+:      012331 module_hci_cmd_pass_init_ng_rx_len_all:
+0x3a84 012332 call module_hci_cmd_get_current_packet_len_and_remain_len 
+0x3a85 012333 branch spp_tx_rfcomm_packet 
+:      012335 module_hci_cmd_spp_exit_sniff:
+0x3a86 012336 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a87 012337 branch module_exit_sniff 
+:      012339 module_hci_cmd_get_current_packet_len_and_remain_len:
+0x3a88 012340 call module_hci_cmd_get_current_patcket_len 
+0x3a89 012341 fetch 2 ,mem_nl_rx_len_all 
+0x3a8a 012342 fetcht 2 ,mem_current_packet_length 
+0x3a8b 012343 isub temp ,pdata 
+0x3a8c 012344 store 2 ,mem_nl_rx_len_all 
+0x3a8d 012345 rtn 
+:      012347 module_hci_cmd_get_current_patcket_len:
+0x3a8e 012348 fetch 2 ,mem_nl_rx_len_all 
+0x3a8f 012349 arg dm_refcom_buff_len ,temp 
+0x3a90 012350 call not_greater_than 
+0x3a91 012351 fetcht 2 ,mem_rfcomm_max_frame_size 
+0x3a92 012352 call not_greater_than 
+0x3a93 012353 fetcht 2 ,mem_pn_max_frame_size 
+0x3a94 012354 call not_greater_than 
+0x3a95 012355 store 2 ,mem_current_packet_length 
+0x3a96 012356 rtn 
+:      012358 module_hci_command_tx_spp_tx_complete:
+0x3a97 012359 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a98 012360 jam hci_cmd_spp_data_req ,mem_module_uart_opcode 
+0x3a99 012361 branch module_hci_event_receive_valid_cmd 
+:      012365 module_hci_cmd_receive_le_data:
+0x3a9a 012366 fetch 2 ,mem_ui_state_map 
+0x3a9b 012367 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x3a9c 012368 call module_check_ble_encrypt_state 
+0x3a9d 012369 branch module_hci_event_receive_invalid_cmd ,user 
+0x3a9e 012370 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a9f 012371 fetch 1 ,mem_module_flag 
+0x3aa0 012372 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
+0x3aa1 012373 fetch 1 ,mem_module_hci_notify_len 
+0x3aa2 012374 nrtn blank 
+0x3aa3 012375 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3aa4 012376 ifetch 2 ,contru 
+0x3aa5 012377 store 2 ,mem_module_hci_notify_handle 
+0x3aa6 012378 copy contru ,pdata 
+0x3aa7 012379 store 2 ,mem_module_hci_nofiy_addr 
+0x3aa8 012380 fetch 1 ,mem_module_uart_len 
+0x3aa9 012381 pincrease -2 
+0x3aaa 012382 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3aab 012383 branch module_hci_event_receive_invalid_cmd ,zero 
+0x3aac 012384 store 1 ,mem_module_hci_notify_len 
+0x3aad 012385 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3aae 012386 call le_set_config_more_data 
+0x3aaf 012387 call module_hci_cmd_transmit_le_notify 
+0x3ab0 012388 call module_hci_cmd_transmit_le_notify 
+0x3ab1 012389 call module_hci_cmd_transmit_le_notify 
+0x3ab2 012390 fetch 1 ,mem_module_flag 
+0x3ab3 012391 rtnbit0 module_flag_ble_data_finish 
+:      012392 module_hci_cmd_receive_le_data_finish:
+0x3ab4 012393 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3ab5 012394 call module_clear_le_tx_data_flag 
+0x3ab6 012395 branch module_hci_event_receive_valid_cmd 
+:      012397 module_hci_cmd_transmit_le_notify:
+0x3ab7 012398 fetch 1 ,mem_module_hci_notify_len 
+0x3ab8 012399 rtn blank 
+0x3ab9 012400 call le_fifo_check_nearly_full 
+0x3aba 012401 nrtn blank 
+0x3abb 012402 call module_get_le_remote_mtu 
+0x3abc 012403 bpatch patch1c_1 ,mem_patch1c 
+0x3abd 012404 add temp ,-3 ,pdata 
+0x3abe 012405 fetcht 1 ,mem_module_hci_notify_len 
+0x3abf 012406 call not_greater_than 
+0x3ac0 012407 copy pdata ,rega 
+0x3ac1 012408 copy temp ,pdata 
+0x3ac2 012409 isub rega ,pdata 
+0x3ac3 012410 store 1 ,mem_module_hci_notify_len 
+0x3ac4 012411 fetcht 2 ,mem_module_hci_notify_handle 
+0x3ac5 012412 call le_att_malloc_tx_notify 
+0x3ac6 012413 fetch 2 ,mem_module_hci_nofiy_addr 
+0x3ac7 012414 copy pdata ,contru 
+0x3ac8 012415 copy rega ,loopcnt 
+0x3ac9 012416 call uart_copy_rx_bytes_fast 
+0x3aca 012417 copy contru ,pdata 
+0x3acb 012418 store 2 ,mem_module_hci_nofiy_addr 
+0x3acc 012419 fetch 1 ,mem_module_hci_notify_len 
+0x3acd 012420 nrtn blank 
+0x3ace 012421 branch module_set_le_tx_data_flag 
+:      012425 module_get_le_remote_mtu:
+0x3acf 012426 arg 0x17 ,temp 
+0x3ad0 012427 fetch 1 ,mem_module_flag 
+0x3ad1 012428 rtnbit1 module_flag_ble_send_mtu23 
+0x3ad2 012429 fetcht 2 ,mem_le_remote_mtu 
+0x3ad3 012430 rtn 
+:      012432 module_check_ble_encrypt_state:
+0x3ad4 012433 fetch 1 ,mem_module_flag 
+0x3ad5 012434 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
+0x3ad6 012435 branch disable_user 
+:      012439 module_hci_cmd_inquire_status:
+0x3ad7 012440 branch module_hci_event_status_res 
+:      012444 module_hci_cmd_set_pairing_mode:
+0x3ad8 012445 copy rega ,contru 
+0x3ad9 012446 ifetch 1 ,contru 
+0x3ada 012447 beq pairing_pincode ,module_hci_pairing_pincode_mode 
+0x3adb 012448 beq pairing_justwork ,module_hci_pairing_just_work_mode 
+0x3adc 012449 beq pairing_passkey ,module_hci_pairing_passkey 
+0x3add 012450 beq pairing_confirm ,module_hci_pairing_numeric_comparison 
+0x3ade 012451 branch module_hci_event_receive_invalid_cmd 
+:      012452 module_hci_pairing_pincode_mode:
+0x3adf 012453 call ssp_disable 
+0x3ae0 012454 jam 0 ,mem_ssp_enable 
+0x3ae1 012455 branch module_hci_event_receive_valid_cmd 
+:      012456 module_hci_pairing_just_work_mode:
+0x3ae2 012457 setarg ssp_mode_just_work_io_cap_data 
+:      012458 module_hci_sspairing_mode:
+0x3ae3 012459 store 3 ,mem_sp_iocap_local 
+0x3ae4 012460 store 1 ,mem_ssp_mode_flag 
+0x3ae5 012461 call ssp_enable 
+0x3ae6 012462 jam 1 ,mem_ssp_enable 
+0x3ae7 012463 branch module_hci_event_receive_valid_cmd 
+:      012464 module_hci_pairing_passkey:
+0x3ae8 012465 setarg ssp_mode_passkey_io_cap_data 
+0x3ae9 012466 branch module_hci_sspairing_mode 
+:      012468 module_hci_pairing_numeric_comparison:
+0x3aea 012469 setarg ssp_mode_ssp_pin_io_cap_data 
+0x3aeb 012470 branch module_hci_sspairing_mode 
+:      012473 module_hci_cmd_set_pincode:
+0x3aec 012474 fetch 1 ,mem_module_uart_len 
+0x3aed 012475 sub pdata ,16 ,null 
+0x3aee 012476 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3aef 012477 store 1 ,mem_pin_length 
+0x3af0 012478 copy pdata ,loopcnt 
+0x3af1 012479 arg mem_pin ,contw 
+0x3af2 012480 call uart_copy_rx_bytes 
+0x3af3 012481 branch module_hci_event_receive_valid_cmd 
+:      012485 module_hci_cmd_set_uart_control_mode:
+0x3af4 012486 copy rega ,contru 
+0x3af5 012487 ifetch 1 ,contru 
+0x3af6 012488 hfetcht 1 ,core_uart_ctrl 
+0x3af7 012489 nsetflag blank ,4 ,temp 
+0x3af8 012490 hstoret 1 ,core_uart_ctrl 
+0x3af9 012491 branch module_hci_event_receive_valid_cmd 
+:      012495 module_hci_cmd_set_uart_baud:
+0x3afa 012496 fetch 1 ,mem_module_uart_len 
+0x3afb 012497 copy pdata ,loopcnt 
+0x3afc 012498 copy rega ,contru 
+0x3afd 012499 call string2dec_from_uart 
+0x3afe 012500 setarg uart_clk_24 
+0x3aff 012501 idiv temp 
+0x3b00 012502 call wait_div_end 
+0x3b01 012503 quotient pdata 
+:      012504 module_hci_cmd_set_uart_baud_ok:
+0x3b02 012505 store uart_baud_len ,mem_baud 
+0x3b03 012506 call module_hci_event_receive_valid_cmd 
+0x3b04 012507 call wait_uarttx 
+0x3b05 012508 branch uart_set_baud_by_mem 
+:      012512 module_hci_cmd_version_request:
+0x3b06 012513 arg 2 ,rega 
+0x3b07 012514 arg mem_soft_version_num ,regb 
+0x3b08 012515 arg 0 ,temp 
+0x3b09 012516 branch module_hci_event_set_cmd 
+:      012517 module_hci_event_set_cmd_send_response:
+0x3b0a 012518 store 2 ,mem_event_cmd_response_content 
+0x3b0b 012519 arg mem_event_cmd_response_content ,regb 
+0x3b0c 012520 arg 0 ,temp 
+0x3b0d 012521 branch module_hci_event_set_cmd 
+:      012525 module_hci_cmd_bt_disconnect:
+0x3b0e 012526 fetch 2 ,mem_ui_state_map 
+0x3b0f 012527 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
+:      012528 module_hci_cmd_bt_disconnect_doing:
+0x3b10 012529 call module_hci_event_receive_valid_cmd 
+0x3b11 012530 branch app_bt_disconnect 
+:      012534 module_hci_cmd_ble_disconnect:
+0x3b12 012535 fetch 2 ,mem_ui_state_map 
+0x3b13 012536 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+:      012537 module_hci_cmd_ble_disconnect_doing:
+0x3b14 012538 call module_hci_event_receive_valid_cmd 
+0x3b15 012539 branch app_ble_disconnect 
+:      012545 module_hci_cmd_set_nvram:
+0x3b16 012546 fetch 1 ,mem_module_uart_len 
+0x3b17 012547 copy pdata ,loopcnt 
+0x3b18 012548 copy rega ,contru 
+0x3b19 012549 fetch 2 ,mem_nv_data_ptr 
+0x3b1a 012550 icopy contw 
+0x3b1b 012551 call uart_copy_rx_bytes_fast 
+0x3b1c 012552 branch module_hci_event_receive_valid_cmd 
+:      012556 module_hci_cmd_confirm_gkey:
+0x3b1d 012557 fetch 1 ,mem_ui_state_map 
+0x3b1e 012558 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
+0x3b1f 012559 ifetch 1 ,contru 
+0x3b20 012560 fetcht 1 ,mem_flag_mode_ssp_pin 
+0x3b21 012561 setflag blank ,flag_mode_ssp_pin_comparison_result_bit ,temp 
+0x3b22 012562 set1 flag_mode_ssp_pin_reviceve_comparison_bit ,temp 
+0x3b23 012563 storet 1 ,mem_flag_mode_ssp_pin 
+0x3b24 012565 call module_hci_event_receive_valid_cmd 
+0x3b25 012567 fetch 1 ,mem_flag_mode_ssp_pin 
+0x3b26 012568 bbit1 flag_mode_ssp_pin_recieve_dhkey_bit ,module_hci_cmd_spp_number_comparison_result_is1 
+0x3b27 012569 rtn 
+:      012571 dhkey_not_accept:
+0x3b28 012572 jam 0 ,mem_flag_mode_ssp_pin 
+0x3b29 012573 jam bt_cmd_dhkey_not_accept ,mem_fifo_temp 
+0x3b2a 012574 branch ui_ipc_send_cmd 
+:      012577 module_hci_cmd_spp_number_comparison_result_is1:
+0x3b2b 012578 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
+0x3b2c 012579 branch dhkey_not_accept 
+:      012583 module_hci_cmd_set_credit_given:
+0x3b2d 012584 fetch 1 ,mem_ui_state_map 
+0x3b2e 012585 rtnbit0 ui_state_bt_spp_conn 
+0x3b2f 012586 fetch 1 ,mem_credit_flag 
+0x3b30 012587 rtneq credit_disable 
+0x3b31 012588 ifetch 1 ,contru 
+0x3b32 012589 fetcht 1 ,mem_credit_given 
+0x3b33 012590 iadd temp ,temp 
+0x3b34 012591 storet 1 ,mem_credit_given 
+0x3b35 012592 rtn 
+:      012596 module_hci_cmd_auto_adv:
+0x3b36 012597 arg 0x40 ,loopcnt 
+0x3b37 012598 arg mem_le_adv_data_len ,contw 
+0x3b38 012599 call clear_mem 
+0x3b39 012600 setarg 0 
+0x3b3a 012601 store 1 ,mem_regb 
+0x3b3b 012602 copy rega ,contru 
+:      012603 module_hci_cmd_auto_adv_loop:
+0x3b3c 012604 copy contru ,pdata 
+0x3b3d 012605 store 2 ,mem_regc 
+0x3b3e 012606 call module_hci_cmd_auto_adv_adv_analys 
+0x3b3f 012608 fetch 1 ,mem_regb 
+0x3b40 012609 fetcht 1 ,mem_temp 
+0x3b41 012610 increase 1 ,temp 
+0x3b42 012611 iadd temp ,pdata 
+0x3b43 012612 store 1 ,mem_regb 
+0x3b44 012614 sub pdata ,31 ,null 
+0x3b45 012615 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
+:      012616 module_hci_cmd_auto_adv_store_adv:
+0x3b46 012617 fetcht 1 ,mem_le_adv_data_len 
+0x3b47 012618 setarg mem_le_adv_data 
+0x3b48 012619 iadd temp ,pdata 
+0x3b49 012620 store 2 ,mem_contw 
+0x3b4a 012621 fetcht 1 ,mem_temp 
+0x3b4b 012622 increase 1 ,temp 
+0x3b4c 012623 fetch 1 ,mem_le_adv_data_len 
+0x3b4d 012624 iadd temp ,pdata 
+0x3b4e 012625 store 1 ,mem_le_adv_data_len 
+0x3b4f 012626 branch module_hci_cmd_auto_adv_store_common 
+:      012627 module_hci_cmd_auto_adv_store_scan:
+0x3b50 012628 fetcht 1 ,mem_le_scan_data_len 
+0x3b51 012629 setarg mem_le_scan_data 
+0x3b52 012630 iadd temp ,pdata 
+0x3b53 012631 store 2 ,mem_contw 
+0x3b54 012632 fetcht 1 ,mem_temp 
+0x3b55 012633 increase 1 ,temp 
+0x3b56 012634 fetch 1 ,mem_le_scan_data_len 
+0x3b57 012635 iadd temp ,pdata 
+0x3b58 012636 store 1 ,mem_le_scan_data_len 
+:      012637 module_hci_cmd_auto_adv_store_common:
+0x3b59 012638 fetch 2 ,mem_contw 
+0x3b5a 012639 copy pdata ,contw 
+0x3b5b 012640 fetch 2 ,mem_regc 
+0x3b5c 012641 copy pdata ,contru 
+0x3b5d 012643 copy temp ,loopcnt 
+0x3b5e 012644 call uart_copy_rx_bytes_fast 
+0x3b5f 012646 fetch 1 ,mem_module_uart_len 
+0x3b60 012647 fetcht 1 ,mem_regb 
+0x3b61 012648 isub temp ,null 
+0x3b62 012649 nbranch module_hci_cmd_auto_adv_loop ,zero 
+0x3b63 012650 branch module_hci_event_receive_valid_cmd 
+:      012653 module_hci_cmd_auto_adv_adv_analys:
+0x3b64 012654 ifetch 1 ,contru 
+0x3b65 012655 store 1 ,mem_temp 
+0x3b66 012656 ifetch 1 ,contru 
+0x3b67 012657 store 1 ,mem_rega 
+0x3b68 012658 rtn 
+:      012662 module_hci_cmd_power_request:
+0x3b69 012663 arg 0 ,temp 
+0x3b6a 012664 arg 2 ,rega 
+0x3b6b 012665 fetch 2 ,mem_module_vdd_quotient 
+0x3b6c 012666 store 2 ,mem_event_cmd_response_content 
+0x3b6d 012667 arg mem_event_cmd_response_content ,regb 
+0x3b6e 012668 branch module_hci_event_set_cmd 
+:      012672 module_hci_cmd_power_set:
+0x3b6f 012673 fetch 1 ,mem_module_uart_len 
+0x3b70 012674 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x3b71 012675 ifetch 1 ,contru 
+0x3b72 012676 store 1 ,mem_module_read_vdd_flag 
+0x3b73 012677 setarg 0x00 
+0x3b74 012678 store 2 ,mem_module_vdd_quotient 
+0x3b75 012679 branch module_hci_event_receive_valid_cmd 
+:      012683 module_hci_cmd_passkey_entry:
+0x3b76 012684 ifetch 4 ,contru 
+0x3b77 012685 store 4 ,mem_pin 
+0x3b78 012686 jam 4 ,mem_pin_length 
+0x3b79 012687 jam 0 ,mem_authentication_passkey_times 
+0x3b7a 012688 call module_hci_event_receive_valid_cmd 
+0x3b7b 012689 branch authentication_passkey 
+:      012693 module_hci_cmd_set_gpio:
+0x3b7c 012694 fetch 1 ,mem_module_uart_len 
+0x3b7d 012695 bne 3 ,module_hci_event_receive_invalid_cmd 
+0x3b7e 012696 ifetch 1 ,contru 
+0x3b7f 012697 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
+0x3b80 012698 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
+0x3b81 012699 branch module_hci_event_receive_invalid_cmd 
+:      012701 module_set_gpio_input:
+0x3b82 012702 ifetcht 1 ,contru 
+0x3b83 012703 ifetch 1 ,contru 
+0x3b84 012704 beq gpio_input_high_impedance ,module_set_gpio_high_impedance 
+0x3b85 012705 nsetflag blank ,7 ,temp 
+0x3b86 012706 call gpio_config_input 
+0x3b87 012707 branch module_hci_event_receive_valid_cmd 
+:      012709 module_set_gpio_high_impedance:
+0x3b88 012710 call gpio_set_high_impedance 
+0x3b89 012711 branch module_hci_event_receive_valid_cmd 
+:      012713 module_set_gpio_output:
+0x3b8a 012714 ifetcht 1 ,contru 
+0x3b8b 012715 call gpio_config_output0 
+0x3b8c 012716 ifetch 1 ,contru 
+0x3b8d 012717 isolate1 0 ,pdata 
+0x3b8e 012718 call gpio_out_flag 
+0x3b8f 012719 branch module_hci_event_receive_valid_cmd 
+:      012723 module_hci_cmd_read_gpio:
+0x3b90 012724 fetch 1 ,mem_module_uart_len 
+0x3b91 012725 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x3b92 012726 ifetcht 1 ,contru 
+0x3b93 012727 call gpio_get_bit 
+0x3b94 012728 setarg 0x0 
+0x3b95 012729 nsetflag true ,0 ,pdata 
+0x3b96 012730 arg 1 ,rega 
+0x3b97 012731 branch module_hci_event_set_cmd_send_response 
+:      012735 module_hci_cmd_le_set_pairing_mode:
+0x3b98 012736 copy rega ,contru 
+0x3b99 012737 ifetch 1 ,contru 
+0x3b9a 012738 copy pdata ,temp 
+0x3b9b 012739 beq le_pairing_mode_secure_connect_justwork ,module_le_set_pairing_mode_secure_justwork 
+0x3b9c 012740 beq le_pairing_mode_secure_connect_numeric ,module_le_set_pairing_mode_secure_numeric 
+0x3b9d 012741 beq le_pairing_mode_secure_connect_passkey ,module_le_set_pairing_mode_secure_passkey 
+0x3b9e 012742 store 1 ,mem_le_pairing_mode 
+0x3b9f 012743 beq le_pairing_mode_none ,module_le_set_no_pairing 
+0x3ba0 012744 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
+0x3ba1 012745 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
+0x3ba2 012746 branch module_hci_event_receive_invalid_cmd 
+:      012748 module_le_set_pairing_mode_secure_justwork:
+0x3ba3 012749 fetch 1 ,mem_le_secure_connect_enable 
+0x3ba4 012750 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3ba5 012751 storet 1 ,mem_le_pairing_mode 
+0x3ba6 012752 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x3ba7 012753 branch module_le_set_noinputnooutput 
+:      012754 module_le_set_pairing_mode_secure_numeric:
+0x3ba8 012755 fetch 1 ,mem_le_secure_connect_enable 
+0x3ba9 012756 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3baa 012757 storet 1 ,mem_le_pairing_mode 
+0x3bab 012758 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x3bac 012759 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
+0x3bad 012760 branch module_hci_event_receive_valid_cmd 
+:      012761 module_le_set_pairing_mode_secure_passkey:
+0x3bae 012762 fetch 1 ,mem_le_secure_connect_enable 
+0x3baf 012763 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3bb0 012764 storet 1 ,mem_le_pairing_mode 
+0x3bb1 012765 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x3bb2 012766 branch module_le_set_displayonly 
+:      012767 module_le_set_no_pairing:
+0x3bb3 012768 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      012769 module_le_set_noinputnooutput:
+0x3bb4 012770 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x3bb5 012771 branch module_hci_event_receive_valid_cmd 
+:      012772 module_le_set_pairing_mode_lagacy_just_work:
+0x3bb6 012773 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x3bb7 012774 branch module_le_set_noinputnooutput 
+:      012775 module_le_set_pairing_mode_lagacy_passkey:
+0x3bb8 012776 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+:      012777 module_le_set_displayonly:
+0x3bb9 012778 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x3bba 012779 branch module_hci_event_receive_valid_cmd 
+:      012783 module_hci_cmd_le_set_adv_data:
+0x3bbb 012784 fetch 1 ,mem_module_uart_len 
+0x3bbc 012785 sub pdata ,31 ,null 
+0x3bbd 012786 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3bbe 012787 store 1 ,mem_le_adv_data_len 
+0x3bbf 012788 copy pdata ,loopcnt 
+0x3bc0 012789 copy rega ,contru 
+0x3bc1 012790 arg mem_le_adv_data ,contw 
+0x3bc2 012791 call uart_copy_rx_bytes_fast 
+0x3bc3 012792 branch module_hci_event_receive_valid_cmd 
+:      012796 module_hci_cmd_le_set_scan_data:
+0x3bc4 012797 fetch 1 ,mem_module_uart_len 
+0x3bc5 012798 sub pdata ,31 ,null 
+0x3bc6 012799 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3bc7 012800 store 1 ,mem_le_scan_data_len 
+0x3bc8 012801 copy pdata ,loopcnt 
+0x3bc9 012802 copy rega ,contru 
+0x3bca 012803 arg mem_le_scan_data ,contw 
+0x3bcb 012804 call uart_copy_rx_bytes_fast 
+0x3bcc 012805 branch module_hci_event_receive_valid_cmd 
+:      012809 module_hci_cmd_le_send_conn_update_req:
+0x3bcd 012810 fetch 2 ,mem_ui_state_map 
+0x3bce 012811 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x3bcf 012812 fetch 1 ,mem_module_uart_len 
+0x3bd0 012813 bne 0x08 ,module_hci_event_receive_invalid_cmd 
+0x3bd1 012814 copy rega ,contru 
+0x3bd2 012815 ifetch 8 ,contru 
+0x3bd3 012816 store 8 ,mem_le_interval_min 
+0x3bd4 012817 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x3bd5 012818 call ui_ipc_send_cmd 
+0x3bd6 012819 branch module_hci_event_receive_valid_cmd 
+:      012823 module_hci_cmd_set_le_adv_parameter:
+0x3bd7 012824 ifetch 2 ,contru 
+0x3bd8 012825 store 2 ,mem_le_adv_interval 
+0x3bd9 012826 branch module_hci_event_receive_valid_cmd 
+:      012830 module_hci_cmd_le_start_pairing:
+0x3bda 012831 fetch 1 ,mem_le_pairing_mode 
+0x3bdb 012832 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3bdc 012833 fetch 1 ,mem_le_pairing_state 
+0x3bdd 012834 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
+0x3bde 012835 fetch 1 ,mem_le_enc_state 
+0x3bdf 012836 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
+0x3be0 012837 call check_51cmd_le_smp_sec_req 
+0x3be1 012838 branch module_hci_event_receive_valid_cmd 
+:      012842 module_hci_cmd_set_wake_gpio:
+0x3be2 012843 fetch 1 ,mem_module_uart_len 
+0x3be3 012844 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x3be4 012845 ifetch 1 ,contru 
+0x3be5 012846 store 1 ,mem_module_mcu_wake_pin 
+0x3be6 012847 ifetch 4 ,contru 
+0x3be7 012848 store 4 ,mem_module_mcu_wake_delay_us 
+0x3be8 012849 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3be9 012850 call gpio_config_output 
+0x3bea 012851 call module_set_mcu_wake_pin_low 
+0x3beb 012852 branch module_hci_event_receive_valid_cmd 
+:      012856 module_hci_cmd_set_tx_power:
+0x3bec 012857 fetch 1 ,mem_module_uart_len 
+0x3bed 012858 bne 0x01 ,module_hci_event_receive_invalid_cmd 
+0x3bee 012859 ifetch 1 ,contru 
+0x3bef 012860 store 1 ,mem_tx_power 
+0x3bf0 012861 branch module_hci_event_receive_valid_cmd 
+:      012865 module_hci_cmd_le_confirm_gkey:
+0x3bf1 012866 ifetch 1 ,contru 
+0x3bf2 012867 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
+0x3bf3 012868 fetch 1 ,mem_le_secure_connect_state 
+0x3bf4 012869 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
+0x3bf5 012870 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x3bf6 012871 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x3bf7 012872 branch module_hci_event_receive_invalid_cmd 
+:      012873 module_hci_cmd_le_confirm_gkey_ok:
+0x3bf8 012874 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
+0x3bf9 012875 branch module_hci_event_receive_valid_cmd 
+:      012877 module_hci_cmd_le_confirm_gkey_fail:
+0x3bfa 012878 call le_send_pairing_confirm_value_failed 
+0x3bfb 012879 branch module_hci_event_receive_valid_cmd 
+:      012883 module_hci_cmd_set_reject_justwork_flag:
+0x3bfc 012884 fetch 1 ,mem_module_uart_len 
+0x3bfd 012885 bne 0x01 ,module_hci_event_receive_invalid_cmd 
+0x3bfe 012886 call module_hci_event_receive_valid_cmd 
+0x3bff 012887 ifetch 1 ,contru 
+0x3c00 012888 branch classic_bt_clr_reject_justwork_flag ,blank 
+0x3c01 012889 branch classic_bt_set_reject_justwork_flag 
+:      012893 module_hci_cmd_reset_chip:
+0x3c02 012894 call module_hci_event_receive_valid_cmd 
+0x3c03 012895 call wait_uarttx 
+0x3c04 012896 jam 0x01 ,core_reset 
+0x3c05 012897 branch loop 
+:      012901 module_hci_cmd_le_set_fixed_passkey:
+0x3c06 012902 fetch 1 ,mem_module_uart_len 
+0x3c07 012903 beq 0 ,module_hci_event_receive_invalid_cmd 
+0x3c08 012904 ifetch 1 ,contru 
+0x3c09 012905 branch module_hci_cmd_le_set_random_passkey ,blank 
+0x3c0a 012906 fetch 1 ,mem_module_uart_len 
+0x3c0b 012907 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x3c0c 012908 ifetch 4 ,contru 
+0x3c0d 012909 arg 1000000 ,temp 
+0x3c0e 012910 isub temp ,null 
+0x3c0f 012911 branch module_hci_event_receive_invalid_cmd ,positive 
+0x3c10 012912 store 4 ,mem_le_tk 
+0x3c11 012913 call le_set_config_fixed_tk 
+0x3c12 012914 branch module_hci_event_receive_valid_cmd 
+:      012916 module_hci_cmd_le_set_random_passkey:
+0x3c13 012917 call le_clr_config_fixed_tk 
+0x3c14 012918 branch module_hci_event_receive_valid_cmd 
+:      012922 module_hci_test_cmde_close_lpm:
+0x3c15 012923 jam 0 ,mem_lpm_mode 
+0x3c16 012924 branch module_hci_event_receive_valid_cmd 
+:      012929 module_hci_event_receive_invalid_cmd:
+0x3c17 012930 arg 1 ,temp 
+0x3c18 012931 arg 0 ,rega 
+0x3c19 012932 branch module_hci_event_set_cmd 
+:      012935 module_hci_event_receive_valid_cmd:
+0x3c1a 012936 arg 0 ,temp 
+0x3c1b 012937 arg 0 ,rega 
+0x3c1c 012938 branch module_hci_event_set_cmd 
+:      012942 module_hci_event_spp_connect:
+0x3c1d 012943 jam hci_event_spp_conn_rep ,mem_module_uart_opcode 
+0x3c1e 012944 branch module_hci_event_enter_standby_mode_len0 
+:      012948 module_hci_event_le_connect:
+0x3c1f 012949 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
+0x3c20 012950 branch module_hci_event_enter_standby_mode_len0 
+:      012954 module_hci_event_spp_disconnect:
+0x3c21 012955 jam hci_event_spp_dis_rep ,mem_module_uart_opcode 
+0x3c22 012956 branch module_hci_event_enter_standby_mode_len0 
+:      012960 module_hci_event_le_disconnect:
+0x3c23 012961 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
+0x3c24 012962 branch module_hci_event_enter_standby_mode_len0 
+:      012970 module_hci_event_set_cmd:
+0x3c25 012971 fetch 1 ,mem_module_uart_opcode 
+0x3c26 012972 copy pdata ,regc 
+0x3c27 012973 jam hci_event_cmd_res ,mem_module_uart_opcode 
+0x3c28 012974 setarg 2 
+0x3c29 012975 iadd rega ,pdata 
+0x3c2a 012976 call module_hci_prepare_tx 
+0x3c2b 012977 copy regc ,pdata 
+0x3c2c 012978 istore 1 ,contwu 
+0x3c2d 012979 istoret 1 ,contwu 
+0x3c2e 012980 copy rega ,loopcnt 
+0x3c2f 012981 copy regb ,contr 
+0x3c30 012982 call uart_copy_tx_bytes 
+0x3c31 012983 branch uartd_send 
+:      012987 module_hci_event_receive_spp_data:
+0x3c32 012989 call module_spp_clear_last_transmite_clock 
+0x3c33 012990 jam hci_event_spp_data_rep ,mem_module_uart_opcode 
+0x3c34 012991 fetch 1 ,mem_current_length 
+0x3c35 012992 rtn blank 
+0x3c36 012993 call module_hci_prepare_tx 
+0x3c37 012994 fetch 1 ,mem_current_length 
+0x3c38 012995 copy pdata ,loopcnt 
+0x3c39 012996 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x3c3a 012997 copy pdata ,contr 
+0x3c3b 012998 call uart_copy_tx_bytes_fast 
+0x3c3c 012999 branch uartd_send 
+:      013003 module_hci_event_receive_le_data:
+0x3c3d 013004 jam hci_event_le_data_rep ,mem_module_uart_opcode 
+0x3c3e 013005 fetch 1 ,mem_module_le_rx_data_len 
+0x3c3f 013006 icopy loopcnt 
+0x3c40 013007 increase 2 ,pdata 
+0x3c41 013008 call module_hci_prepare_tx 
+0x3c42 013009 fetch 2 ,mem_module_le_rx_data_handle 
+0x3c43 013010 istore 2 ,contwu 
+0x3c44 013011 fetch 2 ,mem_module_le_rx_data_address 
+0x3c45 013012 icopy contr 
+0x3c46 013013 call uart_copy_tx_bytes_fast 
+0x3c47 013014 branch uartd_send 
+:      013018 module_hci_event_enter_standby_mode:
+0x3c48 013019 jam hci_event_standby_rep ,mem_module_uart_opcode 
+:      013020 module_hci_event_enter_standby_mode_len0:
+0x3c49 013021 setarg 0 
+0x3c4a 013022 call module_hci_prepare_tx 
+0x3c4b 013023 branch uartd_send 
+:      013027 module_hci_event_status_res:
+0x3c4c 013028 jam hci_event_status_res ,mem_module_uart_opcode 
+0x3c4d 013029 setarg 1 
+0x3c4e 013030 call module_hci_prepare_tx 
+0x3c4f 013032 call module_hci_read_bt_status 
+0x3c50 013034 fetch 2 ,mem_ui_state_map 
+0x3c51 013035 arg ui_state_bt_hid_conn ,queue 
+0x3c52 013036 qisolate1 pdata 
+0x3c53 013037 setflag true ,3 ,temp 
+0x3c54 013039 arg ui_state_ble_connected ,queue 
+0x3c55 013040 qisolate1 pdata 
+0x3c56 013041 setflag true ,5 ,temp 
+0x3c57 013043 fetch 1 ,mem_ui_state_map 
+0x3c58 013044 arg ui_state_bt_spp_conn ,queue 
+0x3c59 013045 qisolate1 pdata 
+0x3c5a 013046 setflag true ,4 ,temp 
+0x3c5b 013048 istoret 1 ,contwu 
+0x3c5c 013049 branch uartd_send 
+:      013053 module_hci_read_bt_status:
+0x3c5d 013054 arg 0 ,temp 
+0x3c5e 013055 fetch 1 ,mem_scan_mode 
+0x3c5f 013056 arg inq_scan_mode ,queue 
+0x3c60 013057 qisolate1 pdata 
+0x3c61 013058 setflag true ,0 ,temp 
+0x3c62 013059 arg page_scan_mode ,queue 
+0x3c63 013060 qisolate1 pdata 
+0x3c64 013061 setflag true ,1 ,temp 
+0x3c65 013063 fetch 1 ,mem_le_adv_enable 
+0x3c66 013064 arg 0 ,queue 
+0x3c67 013065 qisolate1 pdata 
+0x3c68 013066 setflag true ,2 ,temp 
+0x3c69 013067 rtn 
+:      013071 module_hci_event_store_device:
+0x3c6a 013072 jam hci_event_nvram_rep ,mem_module_uart_opcode 
+0x3c6b 013073 fetch 1 ,mem_nv_data_number 
+0x3c6c 013074 mul32 pdata ,34 ,pdata 
+0x3c6d 013075 icopy loopcnt 
+0x3c6e 013076 call module_hci_prepare_tx 
+0x3c6f 013077 fetch 2 ,mem_nv_data_ptr 
+0x3c70 013078 icopy contr 
+0x3c71 013079 call uart_copy_tx_bytes_fast 
+0x3c72 013080 branch uartd_send 
+:      013084 module_hci_event_gkey_generate:
+0x3c73 013085 jam hci_event_gkey ,mem_module_uart_opcode 
+0x3c74 013086 setarg 4 
+0x3c75 013087 call module_hci_prepare_tx 
+0x3c76 013088 fetch 4 ,mem_gkey 
+0x3c77 013089 istore 4 ,contwu 
+0x3c78 013090 branch uartd_send 
+:      013094 module_hci_event_invalid_packet:
+0x3c79 013095 jam hci_event_invalid_packet ,mem_module_uart_opcode 
+0x3c7a 013096 hfetch 2 ,core_uart_rxitems 
+0x3c7b 013097 arg 0xff ,temp 
+0x3c7c 013098 call not_greater_than 
+0x3c7d 013099 copy pdata ,loopcnt 
+0x3c7e 013100 call module_hci_prepare_tx 
+0x3c7f 013101 call uartd_prepare_rx 
+0x3c80 013102 call uart_copy_rx2tx 
+0x3c81 013103 branch uartd_send 
+:      013107 module_hci_event_passkey_entry_mode:
+0x3c82 013108 jam hci_event_get_passkey ,mem_module_uart_opcode 
+0x3c83 013109 branch module_hci_event_enter_standby_mode_len0 
+:      013113 module_hci_event_le_tk:
+0x3c84 013114 jam hci_event_le_tk ,mem_module_uart_opcode 
+0x3c85 013115 setarg 4 
+0x3c86 013116 call module_hci_prepare_tx 
+0x3c87 013117 fetch 4 ,mem_le_tk 
+0x3c88 013118 istore 4 ,contwu 
+0x3c89 013119 branch uartd_send 
+:      013123 module_hci_event_le_pairing_fail:
+0x3c8a 013124 arg flag_ble_pairing_fail ,rega 
+0x3c8b 013125 branch module_hci_event_pairing_completed 
+:      013127 module_hci_event_le_pairing_success:
+0x3c8c 013128 arg flag_ble_pairing_success ,rega 
+0x3c8d 013129 branch module_hci_event_pairing_completed 
+:      013131 module_hci_event_bt_pairing_fail:
+0x3c8e 013132 arg flag_bt_pairing_fail ,rega 
+0x3c8f 013133 branch module_hci_event_pairing_completed 
+:      013135 module_hci_event_bt_pairing_success:
+0x3c90 013136 arg flag_bt_pairing_success ,rega 
+:      013138 module_hci_event_pairing_completed:
+0x3c91 013139 jam 0 ,mem_flag_mode_ssp_pin 
+0x3c92 013140 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
+0x3c93 013141 setarg 2 
+0x3c94 013142 call module_hci_prepare_tx 
+0x3c95 013143 copy rega ,pdata 
+0x3c96 013144 istore 2 ,contwu 
+0x3c97 013145 branch uartd_send 
+:      013149 module_hci_event_pause_enc:
+0x3c98 013150 arg flag_event_pause_enc ,regc 
+0x3c99 013151 branch module_hci_event_enc 
+:      013153 module_hci_event_start_enc:
+0x3c9a 013154 arg flag_event_start_enc ,regc 
+:      013156 module_hci_event_enc:
+0x3c9b 013157 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
+0x3c9c 013158 setarg 1 
+0x3c9d 013159 call module_hci_prepare_tx 
+0x3c9e 013160 copy regc ,pdata 
+0x3c9f 013161 istore 1 ,contwu 
+0x3ca0 013162 branch uartd_send 
+:      013166 module_hci_event_le_gkey:
+0x3ca1 013167 jam hci_event_le_gkey ,mem_module_uart_opcode 
+0x3ca2 013168 setarg 4 
+0x3ca3 013169 call module_hci_prepare_tx 
+0x3ca4 013170 fetch 4 ,mem_gkey 
+0x3ca5 013171 istore 4 ,contwu 
+0x3ca6 013172 branch uartd_send 
+:      013183 module_hci_prepare_tx:
+0x3ca7 013184 jam 0x02 ,mem_module_uart_cmd 
+0x3ca8 013185 store 1 ,mem_module_uart_len 
+0x3ca9 013186 storet 8 ,mem_temp 
+0x3caa 013187 bpatch patch1c_2 ,mem_patch1c 
+0x3cab 013188 call module_set_mcu_wake_pin_high_delay 
+0x3cac 013189 fetcht 8 ,mem_temp 
+0x3cad 013190 call uartd_prepare_tx 
+0x3cae 013191 fetch 3 ,mem_module_uart_cmd 
+0x3caf 013192 istore 3 ,contwu 
+0x3cb0 013193 rtn 
+:      013196 module_set_mcu_wake_pin_high_delay:
+0x3cb1 013197 call module_check_mcu_wake_pin_high 
+0x3cb2 013198 rtn true 
+:      013199 module_set_mcu_wake_pin_h_delay:
+0x3cb3 013200 call module_set_mcu_wake_pin_high 
+0x3cb4 013201 fetch 4 ,mem_module_mcu_wake_delay_us 
+0x3cb5 013202 rshift2 pdata ,pdata 
+0x3cb6 013203 rtn blank 
+0x3cb7 013204 branch delay 
+:      013206 module_set_mcu_wake_pin_high:
+0x3cb8 013208 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3cb9 013209 branch gpio_out_active 
+:      013211 module_check_mcu_wake_pin_high:
+0x3cba 013212 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3cbb 013213 branch gpio_check_active 
+:      013215 module_set_mcu_wake_pin_low:
+0x3cbc 013216 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3cbd 013217 branch gpio_out_inactive 
+:      013220 delay:
+0x3cbe 013221 increase -1 ,pdata 
+0x3cbf 013222 nop 38 
+0x3cc0 013223 nbranch delay ,blank 
+0x3cc1 013224 rtn 
+:      013233 module_le_receive_data:
+0x3cc2 013234 call module_check_ble_encrypt_state 
+0x3cc3 013235 rtn user 
+0x3cc4 013236 copy rega ,pdata 
+0x3cc5 013237 store 2 ,mem_module_le_rx_data_address 
+0x3cc6 013238 copy regb ,pdata 
+0x3cc7 013239 store 1 ,mem_module_le_rx_data_len 
+0x3cc8 013240 fetch 2 ,mem_le_att_handle 
+0x3cc9 013241 fetcht 2 ,mem_module_data_write_handle 
+0x3cca 013242 isub temp ,null 
+0x3ccb 013243 branch module_le_receive_data_ok ,zero 
+0x3ccc 013244 fetcht 2 ,mem_module_data_write_handle2 
+0x3ccd 013245 isub temp ,null 
+0x3cce 013246 nrtn zero 
+:      013247 module_le_receive_data_ok:
+0x3ccf 013248 store 2 ,mem_module_le_rx_data_handle 
+0x3cd0 013249 branch module_hci_event_receive_le_data 
+:      013254 module_exit_sniff:
+0x3cd1 013255 fetch 1 ,mem_module_flag 
+0x3cd2 013256 rtnbit1 moudle_task_unsniff 
+0x3cd3 013257 call module_set_unsniff_task_flag 
+0x3cd4 013258 branch app_bt_sniff_exit 
+:      013261 module_set_lpm_mult_2:
+0x3cd5 013262 jam 2 ,mem_lpm_mult 
+0x3cd6 013263 rtn 
+:      013267 module_bb_event_timer:
+0x3cd7 013268 branch module_read_vdd_timer 
+:      013270 module_read_vdd_timer:
+0x3cd8 013271 fetch 1 ,mem_module_read_vdd_flag 
+0x3cd9 013272 rtn blank 
+0x3cda 013273 fetch 1 ,mem_module_read_vdd_count 
+0x3cdb 013274 rtn blank 
+0x3cdc 013275 increase -1 ,pdata 
+0x3cdd 013276 store 1 ,mem_module_read_vdd_count 
+0x3cde 013277 nrtn blank 
+0x3cdf 013278 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
+0x3ce0 013279 call adc_set_mode 
+0x3ce1 013280 call vdd_calculate_by_mode 
+0x3ce2 013281 div pdata ,0x64 
+0x3ce3 013282 call wait_div_end 
+0x3ce4 013283 quotient pdata 
+0x3ce5 013284 remainder temp 
+0x3ce6 013285 store 1 ,mem_module_vdd_quotient 
+0x3ce7 013286 storet 1 ,mem_module_vdd_remainder 
+0x3ce8 013287 rtn 
+:      013290 module_control_air_flow:
+0x3ce9 013291 call check_uart_tx_buff 
+0x3cea 013292 branch app_l2cap_flow_control_enable ,positive 
+0x3ceb 013293 branch app_l2cap_flow_control_disable 
+:      013297 module_set_sniff_task_flag:
+0x3cec 013298 arg moudle_task_sniff ,queue 
+0x3ced 013299 branch module_set_state 
+:      013301 module_clear_sniff_task_flag:
+0x3cee 013302 arg moudle_task_sniff ,queue 
+0x3cef 013303 branch module_clr_state 
+:      013305 module_set_unsniff_task_flag:
+0x3cf0 013306 arg moudle_task_unsniff ,queue 
+0x3cf1 013307 branch module_set_state 
+:      013309 module_clear_unsniff_task_flag:
+0x3cf2 013310 arg moudle_task_unsniff ,queue 
+0x3cf3 013311 branch module_clr_state 
+:      013313 module_set_le_tx_data_flag:
+0x3cf4 013314 arg module_flag_ble_data_finish ,queue 
+0x3cf5 013315 branch module_set_state 
+:      013317 module_clear_le_tx_data_flag:
+0x3cf6 013318 arg module_flag_ble_data_finish ,queue 
+0x3cf7 013319 branch module_clr_state 
+:      013321 module_clr_state:
+0x3cf8 013322 fetch 1 ,mem_module_flag 
+0x3cf9 013323 qset0 pdata 
+0x3cfa 013324 store 1 ,mem_module_flag 
+0x3cfb 013325 rtn 
+:      013327 module_set_state:
+0x3cfc 013328 fetch 1 ,mem_module_flag 
+0x3cfd 013329 qset1 pdata 
+0x3cfe 013330 store 1 ,mem_module_flag 
+0x3cff 013331 rtn 
+:      013341 mouse_init:
+0x3d00 013342 call mouse_setting_config 
+0x3d01 013343 call spi_ncs_enable 
+0x3d02 013344 call mouse_init_sunt 
+0x3d03 013345 call mouse_dpi_config 
+0x3d04 013346 call spi_ncs_disable 
+0x3d05 013347 rtn wake 
+0x3d06 013348 call mouse_cheak_enable_usb 
+0x3d07 013349 call mouse_cb_fuction 
+0x3d08 013352 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d09 013353 rtnbit1 mouse_enable_usb 
+0x3d0a 013354 call mouse_wakeup_from_power 
+0x3d0b 013355 rtnmark1 mark_24g 
+0x3d0c 013356 fetch 2 ,mem_ui_state_map 
+0x3d0d 013357 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x3d0e 013358 branch mouse_check_reconn_target 
+:      013361 mouse_delay_4s:
+0x3d0f 013362 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d10 013363 rtnbit0 mouse_enable_init_delay 
+0x3d11 013364 arg 20 ,loopcnt 
+:      013365 mouse_delay_20ms:
+0x3d12 013366 setarg 200000 
+0x3d13 013367 call sleep 
+0x3d14 013368 loop delay_10ms 
+0x3d15 013369 rtn 
+:      013372 mouse_cheak_enable_usb:
+0x3d16 013373 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d17 013374 rtnbit0 mouse_enable_usb 
+0x3d18 013375 branch usb_init 
+:      013378 mouse_cb_fuction:
+0x3d19 013379 setarg mouse_le 
+0x3d1a 013380 store 2 ,mem_cb_le_process 
+0x3d1b 013381 setarg mouse_send_process 
+0x3d1c 013382 store 2 ,mem_cb_bt_process 
+0x3d1d 013383 setarg mouse_process_lpm_before 
+0x3d1e 013384 store 2 ,mem_cb_before_lpm 
+0x3d1f 013385 setarg mouse_priority_bb_event 
+0x3d20 013386 store 2 ,mem_cb_bb_event_process 
+0x3d21 013387 setarg mouse_idle 
+0x3d22 013388 store 2 ,mem_cb_idle_process 
+0x3d23 013389 setarg mouse_before_hibernate 
+0x3d24 013390 store 2 ,mem_cb_before_hibernate 
+0x3d25 013391 setarg le_mouse_bb_event_connect_complete 
+0x3d26 013392 store 2 ,mem_cb_att_write 
+0x3d27 013394 call g24_head_ptr2regc 
+0x3d28 013395 setarg mouse_g24_package_data 
+0x3d29 013396 add regc ,offset_24g_cb_data ,contw 
+0x3d2a 013397 istore 2 ,contw 
+0x3d2b 013398 setarg mouse_g24_enter_lpm 
+0x3d2c 013399 add regc ,offset_24g_cb_lpm_prepare ,contw 
+0x3d2d 013400 istore 2 ,contw 
+0x3d2e 013401 setarg mouse_lpm_before_common 
+0x3d2f 013402 add regc ,offset_24g_cb_lpm_before ,contw 
+0x3d30 013403 istore 2 ,contw 
+0x3d31 013405 setarg mouse_bb_event_timer 
+0x3d32 013406 store 2 ,mem_cb_event_timer 
+0x3d33 013407 setarg mouse_spi_write_flash_cb 
+0x3d34 013408 store 2 ,mem_cb_spi_flash_write_complate 
+0x3d35 013409 rtn 
+:      013410 mouse_spi_write_flash_cb:
+:      013411 mouse_spi_init:
+0x3d36 013412 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d37 013413 bbit0 mouse_enable_spi2 ,spid_init 
+0x3d38 013414 branch spid_init2 
+:      013416 mouse_setting_config:
+0x3d39 013417 rtn wake 
+0x3d3a 013418 call g24_set_device_addr 
+0x3d3b 013419 call mouse_gpio_init 
+0x3d3c 013420 call mouse_param_init 
+0x3d3d 013421 call mouse_adc_init 
+0x3d3e 013422 call le_set_config_fixed_ltk 
+0x3d3f 013423 call le_set_justwork 
+0x3d40 013424 call le_set_fixed_ltk 
+0x3d41 013425 call le_set_config_read_authentication 
+0x3d42 013426 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d43 013427 bbit1 mouse_enable_eeprom ,mouse_init_iic 
+0x3d44 013428 bbit1 mouse_enable_flash ,mouse_load_flash_info_cheak 
+0x3d45 013429 rtn 
+:      013431 mouse_init_iic:
+0x3d46 013432 call iic_init_390k 
+0x3d47 013433 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d48 013434 isolate1 mouse_enable_2k_eeprom ,pdata 
+0x3d49 013435 ncall clear_eeprom_size_2k ,true 
+0x3d4a 013436 call mouse_load_eeprom_dpi 
+0x3d4b 013437 call mouse_init_environment 
+0x3d4c 013438 call mouse_set_24g_addr_eeprom 
+0x3d4d 013439 branch iicd_read_eep_data 
+:      013441 mouse_wakeup_from_power:
+0x3d4e 013442 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d4f 013443 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_no_from_power 
+0x3d50 013444 fetch 1 ,mem_wakup_from_power_flag 
+0x3d51 013445 isolate0 gpio_latch ,pdata 
+0x3d52 013446 nrtn true 
+:      013447 mouse_wakeup_no_from_power:
+0x3d53 013448 fetch 1 ,mem_reconn_times_init 
+0x3d54 013449 store 1 ,mem_reconn_times 
+0x3d55 013450 fetch 1 ,mem_config_function_enable 
+0x3d56 013451 rtnbit1 enable_select_device_by_switch 
+:      013452 mouse_start_24g_mode:
+0x3d57 013453 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d58 013454 rtnbit0 mouse_enable_24g 
+0x3d59 013455 bbit1 mouse_enable_auto_24g_paring ,g24_auto_pair_start 
+0x3d5a 013456 branch g24_check_51cmd_start_24g 
+:      013457 le_mouse_bb_event_connect_complete:
+0x3d5b 013458 fetch 1 ,mem_le_att_handle 
+0x3d5c 013459 sub pdata ,26 ,pdata 
+0x3d5d 013460 nrtn zero 
+0x3d5e 013461 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x3d5f 013462 call ui_ipc_send_cmd 
+:      013463 mouse_le_write_enable:
+0x3d60 013464 arg write_req_enable_flag ,queue 
+0x3d61 013465 branch mouse_le_enable_connect_flag 
+:      013467 mouse_dpi_up:
+0x3d62 013468 fetch 1 ,mem_mouse_dpi_button_state 
+0x3d63 013469 rtneq dpi_button_state_up 
+0x3d64 013470 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x3d65 013471 rtn 
+:      013472 mouse_dpi_config:
+0x3d66 013473 fetch 1 ,mem_config_sensor_motion 
+0x3d67 013474 and pdata ,0x0f ,pdata 
+0x3d68 013475 store 1 ,mem_mouse_dpi 
+0x3d69 013476 branch mouse_seting_dpi + 2 
+:      013479 mouse_dpi_cheak:
+0x3d6a 013480 fetcht 1 ,mem_dpi_button_gpio 
+0x3d6b 013481 call gpio_get_bit 
+0x3d6c 013482 nbranch mouse_dpi_up ,true 
+:      013483 mouse_dpi_down:
+0x3d6d 013484 fetch 1 ,mem_mouse_dpi_button_state 
+0x3d6e 013485 rtneq dpi_button_state_down 
+0x3d6f 013486 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0x3d70 013487 fetch 1 ,mem_mouse_dpi 
+0x3d71 013488 increase 1 ,pdata 
+0x3d72 013489 and pdata ,0x03 ,pdata 
+0x3d73 013490 store 1 ,mem_mouse_dpi 
+0x3d74 013491 call mouse_seting_dpi 
+0x3d75 013492 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d76 013493 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
+0x3d77 013494 bbit1 mouse_enable_flash ,mouse_before_store_flash_cpi 
+0x3d78 013495 rtn 
+:      013496 mouse_before_store_flash_cpi:
+0x3d79 013497 arg mouse_spi2_clk_gpio ,temp 
+0x3d7a 013498 call gpio_config_output 
+0x3d7b 013499 arg mouse_spi2_sdio_gpio ,temp 
+0x3d7c 013500 call gpio_config_output 
+0x3d7d 013501 branch mouse_store_flash_device_info 
+:      013503 mouse_seting_dpi:
+0x3d7e 013504 bpatch patch1c_3 ,mem_patch1c 
+0x3d7f 013505 call mosue_dpi_led_blink_init 
+0x3d80 013506 fetch 1 ,mem_config_sensor_type 
+0x3d81 013507 beq p3610 ,mouse_seting_3610_dpi 
+0x3d82 013508 beq p3212 ,mouse_seting_3212_dpi 
+0x3d83 013509 fetch 1 ,mem_mouse_dpi 
+0x3d84 013510 beq mouse_dpi_level1 ,mouse_set_cpi1 
+0x3d85 013511 beq mouse_dpi_level2 ,mouse_set_cpi2 
+0x3d86 013512 beq mouse_dpi_level3 ,mouse_set_cpi3 
+0x3d87 013513 beq mouse_dpi_level4 ,mouse_set_cpi4 
+:      013514 mouse_set_cpi2:
+0x3d88 013515 fetch 1 ,mem_320x_dpi_2 
+0x3d89 013516 branch mouse_p3205_dpi 
+:      013517 mouse_set_cpi1:
+0x3d8a 013518 fetch 1 ,mem_320x_dpi_1 
+0x3d8b 013519 branch mouse_p3205_dpi 
+:      013520 mouse_set_cpi3:
+0x3d8c 013521 fetch 1 ,mem_320x_dpi_3 
+0x3d8d 013522 branch mouse_p3205_dpi 
+:      013523 mouse_set_cpi4:
+0x3d8e 013524 fetch 1 ,mem_320x_dpi_4 
+0x3d8f 013525 branch mouse_p3205_dpi 
+:      013526 moue_seting_cpi_count:
+0x3d90 013527 fetch 1 ,mem_config_sensor_type 
+0x3d91 013528 rtneq p3065_xy 
+0x3d92 013529 fetch 1 ,mem_mouse_cpi_count 
+0x3d93 013530 increase 1 ,pdata 
+0x3d94 013531 store 1 ,mem_mouse_cpi_count 
+0x3d95 013532 rtn 
+:      013534 mouse_seting_3212_dpi:
+0x3d96 013535 fetch 1 ,mem_mouse_dpi 
+0x3d97 013536 beq mouse_dpi_level1 ,mouse_set_p3212_cpi1 
+0x3d98 013537 beq mouse_dpi_level2 ,mouse_set_p3212_cpi2 
+0x3d99 013538 beq mouse_dpi_level3 ,mouse_set_p3212_cpi3 
+0x3d9a 013539 beq mouse_dpi_level4 ,mouse_set_p3212_cpi4 
+:      013540 mouse_set_p3212_cpi2:
+0x3d9b 013541 fetch 1 ,mem_3212_dpi_2 
+0x3d9c 013542 branch mouse_p3212_dpi 
+:      013543 mouse_set_p3212_cpi1:
+0x3d9d 013544 fetch 1 ,mem_3212_dpi_1 
+0x3d9e 013545 branch mouse_p3212_dpi 
+:      013546 mouse_set_p3212_cpi3:
+0x3d9f 013547 fetch 1 ,mem_3212_dpi_3 
+0x3da0 013548 branch mouse_p3212_dpi 
+:      013549 mouse_set_p3212_cpi4:
+0x3da1 013550 fetch 1 ,mem_3212_dpi_4 
+:      013551 mouse_p3212_dpi:
+0x3da2 013552 store 1 ,mem_mouse_cpi_count 
+0x3da3 013553 lshift8 pdata ,pdata 
+0x3da4 013554 copy pdata ,rega 
+0x3da5 013555 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+0x3da6 013556 call twspi_write 
+0x3da7 013557 copy rega ,pdata 
+0x3da8 013558 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+0x3da9 013559 branch twspi_write 
+:      013561 mouse_seting_3610_dpi:
+0x3daa 013562 fetch 1 ,mem_mouse_dpi 
+0x3dab 013563 beq mouse_dpi_level1 ,mouse_set_p3610_cpi1 
+0x3dac 013564 beq mouse_dpi_level2 ,mouse_set_p3610_cpi2 
+0x3dad 013565 beq mouse_dpi_level3 ,mouse_set_p3610_cpi3 
+0x3dae 013566 beq mouse_dpi_level4 ,mouse_set_p3610_cpi4 
+:      013567 mouse_set_p3610_cpi2:
+0x3daf 013568 fetch 1 ,mem_3610_dpi_2 
+0x3db0 013569 branch mouse_p3610_dpi 
+:      013570 mouse_set_p3610_cpi1:
+0x3db1 013571 fetch 1 ,mem_3610_dpi_1 
+0x3db2 013572 branch mouse_p3610_dpi 
+:      013573 mouse_set_p3610_cpi3:
+0x3db3 013574 fetch 1 ,mem_3610_dpi_3 
+0x3db4 013575 branch mouse_p3610_dpi 
+:      013576 mouse_set_p3610_cpi4:
+0x3db5 013577 fetch 1 ,mem_3610_dpi_4 
+:      013578 mouse_p3610_dpi:
+0x3db6 013579 store 1 ,mem_mouse_cpi_count 
+0x3db7 013580 call mouse_spi_sdio_gpio_pollup 
+0x3db8 013581 fetch 1 ,mem_mouse_cpi_count 
+:      013582 mouse_reset_p3610_dpi:
+0x3db9 013583 add pdata ,0x80 ,pdata 
+0x3dba 013584 lshift8 pdata ,pdata 
+0x3dbb 013585 add pdata ,mouse_p3610_dpi_address ,pdata 
+0x3dbc 013586 copy pdata ,rega 
+0x3dbd 013587 branch mouse_set_sensor_reg 
+:      013589 mouse_p3205_dpi:
+0x3dbe 013590 store 1 ,mem_mouse_cpi_count 
+0x3dbf 013591 call moue_seting_cpi_count 
+0x3dc0 013592 fetch 1 ,mem_mouse_cpi_count 
+0x3dc1 013593 setarg mouse_dpi_address 
+0x3dc2 013594 call twspi_read 
+0x3dc3 013595 and pdata ,0xf8 ,temp 
+0x3dc4 013596 fetch 1 ,mem_mouse_cpi_count 
+0x3dc5 013597 iadd temp ,pdata 
+0x3dc6 013598 lshift8 pdata ,pdata 
+0x3dc7 013599 add pdata ,mouse_dpi_address ,pdata 
+0x3dc8 013600 branch twspi_write 
+:      013603 mouse_init_environment:
+0x3dc9 013604 call app_initflag_check 
+0x3dca 013605 branch mouse_eeprom_load_recon_info ,zero 
+0x3dcb 013606 call mouse_ble_init_address 
+0x3dcc 013607 call mouse_store_eeprom_device_info 
+0x3dcd 013608 branch app_initflag_store 
+:      013611 mouse_24g_pairing_button:
+0x3dce 013612 fetch 2 ,mem_24g_pairing_timer_count 
+0x3dcf 013613 rtn blank 
+0x3dd0 013614 fetch mouse_flag_len ,mem_mouse_flag 
+0x3dd1 013615 rtnbit0 mouse_enable_24g 
+0x3dd2 013616 rtnbit1 mosue_24g_pairing_flag 
+0x3dd3 013617 rtnmark1 mark_24g 
+0x3dd4 013618 call mouse_check_key_gpio 
+0x3dd5 013619 rtnne mouse_lmr_button 
+0x3dd6 013620 call mouse_devce_led_off 
+0x3dd7 013621 arg mosue_24g_pairing_flag ,queue 
+0x3dd8 013622 call mouse_enable_function_flag 
+0x3dd9 013623 setarg 0 
+0x3dda 013624 store 2 ,mem_mouse_direct_timer 
+0x3ddb 013625 store 1 ,mem_mouse_send_blank_timer 
+0x3ddc 013626 call g24_set0_mem_check_dongle_times 
+0x3ddd 013628 fetch 2 ,mem_ui_state_map 
+0x3dde 013629 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
+0x3ddf 013630 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x3de0 013631 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x3de1 013632 call mouse_stop_discovery 
+0x3de2 013633 branch g24_start_pairing_sm1 
+:      013636 mouse_idle:
+0x3de3 013637 call mouse_24g_pairing_button 
+0x3de4 013638 call ui_check_paring_button 
+0x3de5 013639 call mouse_dpi_cheak 
+0x3de6 013640 call mouse_usb_isr 
+0x3de7 013641 call mouse_wheel_check 
+0x3de8 013642 branch mouse_usb_mode 
+:      013643 mouse_usb_isr:
+0x3de9 013644 fetch mouse_flag_len ,mem_mouse_flag 
+0x3dea 013645 rtnbit0 mouse_enable_usb 
+0x3deb 013646 call usb_isr 
+0x3dec 013647 branch usb_offline_state 
+:      013649 mouse_cheak_usb:
+0x3ded 013650 hfetch 1 ,core_usb_addr 
+0x3dee 013651 bbit0 7 ,mouse_usb_no_exsit 
+0x3def 013652 bbit1 7 ,mouse_usb_exsit 
+0x3df0 013653 rtn 
+:      013654 mouse_usb_no_exsit:
+0x3df1 013655 fetch 1 ,mem_usb_addr 
+0x3df2 013656 rtnbit0 7 
+0x3df3 013657 branch soft_reset_chip 
+:      013658 mouse_usb_exsit:
+0x3df4 013659 fetch 1 ,mem_usb_addr 
+0x3df5 013660 rtnbit1 7 
+0x3df6 013661 branch mouse_stop_bluetooth_mode 
+:      013663 mouse_usb_mode:
+0x3df7 013664 call mouse_cheak_usb 
+0x3df8 013665 hfetch 1 ,core_usb_addr 
+0x3df9 013666 store 1 ,mem_usb_addr 
+0x3dfa 013667 rtnbit0 7 
+0x3dfb 013668 call mouse_clkn_check 
+0x3dfc 013669 fetch 4 ,mem_btclk_sensor 
+0x3dfd 013670 fetcht 1 ,mem_wire_usb_interval 
+0x3dfe 013671 iadd temp ,temp 
+0x3dff 013672 copy clkn_bt ,pdata 
+0x3e00 013673 isub temp ,null 
+0x3e01 013674 nrtn positive 
+0x3e02 013675 store 4 ,mem_btclk_sensor 
+0x3e03 013676 call mouse_motion 
+0x3e04 013677 nrtn user 
+0x3e05 013678 jam 4 ,mem_usb_tx_enable 
+0x3e06 013679 branch mouse_wired_to_usb 
+:      013681 mouse_clkn_check:
+0x3e07 013682 fetcht 4 ,mem_btclk_sensor 
+0x3e08 013683 copy clkn_bt ,pdata 
+0x3e09 013684 isub temp ,null 
+0x3e0a 013685 ncall mouse_clkn_timeout ,positive 
+0x3e0b 013686 rtn 
+:      013687 mouse_clkn_timeout:
+0x3e0c 013688 setarg 0 
+0x3e0d 013689 store 4 ,mem_btclk_sensor 
+0x3e0e 013690 rtn 
+:      013694 mouse_wired_to_usb:
+0x3e0f 013695 fetch 1 ,mem_usb_tx_enable 
+0x3e10 013696 rtnbit0 2 
+0x3e11 013697 branch mouse_data_push 
+:      013698 mouse_data_push:
+0x3e12 013699 hfetch 1 ,core_usb_addr 
+0x3e13 013700 rtnbit0 7 
+0x3e14 013701 jam usb_ep2_ms ,mem_usb_ep2_data 
+0x3e15 013702 setarg ms_report_id 
+0x3e16 013703 store 1 ,mem_usb_mouse_data 
+0x3e17 013704 fetch 7 ,mem_mouse_key 
+0x3e18 013705 istore 7 ,contw 
+0x3e19 013706 rtn 
+:      013709 mouse_enable_clock_qdecoder:
+0x3e1a 013710 hfetch 2 ,core_clkoff 
+0x3e1b 013711 set0 clock_off_qdecoder ,pdata 
+0x3e1c 013712 hstore 2 ,core_clkoff 
+0x3e1d 013713 rtn 
+:      013715 mouse_param_init:
+0x3e1e 013716 setarg 0x8c00 
+0x3e1f 013717 store 2 ,mem_ui_uuid_table 
+0x3e20 013718 setarg 0x8e7a 
+0x3e21 013719 store 2 ,mem_ui_le_uuid_table 
+0x3e22 013720 setarg 0x2402 
+0x3e23 013721 store 2 ,mem_fcomp_mul 
+0x3e24 013722 setarg 0x2580 
+0x3e25 013723 store 3 ,mem_class 
+0x3e26 013724 jam 3 ,mem_lpm_mult_timeout 
+0x3e27 013725 jam 8 ,mem_lpm_overhead 
+0x3e28 013726 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x3e29 013727 setarg 0x0200 
+0x3e2a 013728 store 2 ,mem_lpm_interval 
+0x3e2b 013729 jam 0x17 ,mem_le_local_mtu 
+0x3e2c 013730 jam 0x17 ,mem_le_remote_mtu 
+0x3e2d 013732 setarg 0x0a77 
+0x3e2e 013733 store 2 ,mem_spi_init_clk 
+0x3e2f 013749 setsect 0 ,0x306 
+0x3e30 013750 setsect 1 ,0x4440 
+0x3e31 013751 setsect 2 ,0x10000 
+0x3e32 013752 setsect 3 ,0x4408 
+0x3e33 013753 store 9 ,mem_all_uuid_16bits 
+0x3e34 013754 setsect 0 ,0x1224 
+0x3e35 013755 setsect 1 ,0x4000 
+0x3e36 013756 setsect 2 ,0x0 
+0x3e37 013757 istore 5 ,contw 
+0x3e38 013759 setsect 0 ,0x3ffff 
+0x3e39 013760 setsect 1 ,0x2fe23 
+0x3e3a 013761 setsect 2 ,0x199d9 
+0x3e3b 013762 setsect 3 ,0x20d 
+0x3e3c 013763 store 8 ,mem_features 
+0x3e3d 013765 setarg 0x012c 
+0x3e3e 013766 store 2 ,mem_24g_pairing_timer_count 
+0x3e3f 013767 call le_modified_name 
+0x3e40 013768 fetch mouse_flag_len ,mem_mouse_flag 
+0x3e41 013769 rtnbit0 mouse_enable_gpio_control_adc_sensor 
+0x3e42 013770 call mouse_sensor_set_angle 
+0x3e43 013771 branch mouse_select_adc 
+:      013773 mouse_sensor_set_angle:
+0x3e44 013774 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x3e45 013775 call gpio_config_input 
+0x3e46 013776 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x3e47 013777 call gpio_get_bit 
+0x3e48 013778 jam mouse_3clk_angle ,mem_config_sensor_angle 
+0x3e49 013779 rtn true 
+0x3e4a 013780 jam mouse_12clk_angle ,mem_config_sensor_angle 
+0x3e4b 013781 rtn 
+:      013783 mouse_select_adc:
+0x3e4c 013784 fetcht 1 ,mem_select_adc_gpio 
+0x3e4d 013785 call gpio_config_input 
+0x3e4e 013786 fetcht 1 ,mem_select_adc_gpio 
+0x3e4f 013787 call gpio_get_bit 
+0x3e50 013788 jam adc_config_vinlpm ,mem_adc_config_flag 
+0x3e51 013789 rtn true 
+0x3e52 013790 jam adc_config_gpio ,mem_adc_config_flag 
+0x3e53 013791 rtn 
+:      013794 mouse_adc_init:
+0x3e54 013795 fetch 1 ,mem_adc_config_flag 
+0x3e55 013796 beq adc_config_vinlpm ,mouse_adc_init_data_vinlpm 
+0x3e56 013797 beq adc_config_hvin ,mouse_adc_init_data_hvin 
+0x3e57 013798 beq adc_config_gpio ,mouse_adc_init_data_io 
+0x3e58 013799 branch mouse_adc_init_data_vinlpm 
+:      013801 mouse_adc_init_data_vinlpm:
+0x3e59 013802 fetcht 2 ,mem_2v_adc_vinlpm_data 
+0x3e5a 013803 fetch 2 ,mem_3v_adc_vinlpm_data 
+0x3e5b 013804 isub temp ,pdata 
+0x3e5c 013805 mul32 pdata ,20 ,pdata 
+0x3e5d 013806 div pdata ,100 
+0x3e5e 013807 call wait_div_end 
+0x3e5f 013808 quotient pdata 
+0x3e60 013809 store 2 ,mem_adc_reference_voltage 
+0x3e61 013810 rtn 
+:      013811 mouse_adc_init_data_hvin:
+0x3e62 013812 fetcht 2 ,mem_1v_adc_hvin_data 
+0x3e63 013813 fetch 2 ,mem_5v_adc_hvin_data 
+0x3e64 013814 isub temp ,pdata 
+0x3e65 013815 mul32 pdata ,230 ,pdata 
+0x3e66 013816 div pdata ,400 
+0x3e67 013817 call wait_div_end 
+0x3e68 013818 quotient pdata 
+0x3e69 013819 store 2 ,mem_adc_reference_voltage 
+0x3e6a 013820 rtn 
+:      013821 mouse_adc_init_data_io:
+0x3e6b 013822 fetch 2 ,mem_1v_adc_io_data 
+0x3e6c 013823 store 2 ,mem_adc_reference_voltage 
+0x3e6d 013824 rtn 
+:      013825 mouse_gpio_init:
+0x3e6e 013826 fetcht 1 ,mem_eeprom_wp_gpio 
+0x3e6f 013827 call gpio_config_output 
+0x3e70 013828 call usb_offline_check_init 
+0x3e71 013829 fetcht 1 ,mem_lbutton_gpio 
+0x3e72 013830 call gpio_config_input 
+0x3e73 013831 fetcht 1 ,mem_rbutton_gpio 
+0x3e74 013832 call gpio_config_input 
+0x3e75 013833 fetcht 1 ,mem_mbutton_gpio 
+0x3e76 013834 call gpio_config_input 
+0x3e77 013835 fetcht 1 ,mem_sensor_data_gpio 
+0x3e78 013836 call gpio_config_input 
+0x3e79 013838 fetcht 1 ,mem_sensor_reset_gpio 
+0x3e7a 013839 call gpio_config_output 
+0x3e7b 013841 fetcht 1 ,mem_whee_a_data_gpio 
+0x3e7c 013842 call gpio_config_input 
+0x3e7d 013844 fetcht 1 ,mem_whee_b_data_gpio 
+0x3e7e 013845 call gpio_config_input 
+0x3e7f 013847 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3e80 013848 call gpio_config_input 
+0x3e81 013849 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3e82 013850 call gpio_config_input 
+0x3e83 013852 fetcht 1 ,mem_bk_button_gpio 
+0x3e84 013853 call gpio_config_input 
+0x3e85 013854 fetcht 1 ,mem_fw_button_gpio 
+0x3e86 013855 call gpio_config_input 
+0x3e87 013857 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x3e88 013858 call gpio_config_output 
+0x3e89 013860 fetcht 1 ,mem_config_device1_led_gpio 
+0x3e8a 013861 call gpio_config_output 
+0x3e8b 013863 fetcht 1 ,mem_config_device2_led_gpio 
+0x3e8c 013864 call gpio_config_output 
+0x3e8d 013866 fetcht 1 ,mem_config_device3_led_gpio 
+0x3e8e 013867 call gpio_config_output 
+0x3e8f 013869 fetcht 1 ,mem_dpi_led_gpio 
+0x3e90 013870 call gpio_config_output 
+0x3e91 013872 fetcht 1 ,mem_config_select_device_button_gpio 
+0x3e92 013873 call gpio_config_input 
+0x3e93 013875 fetcht 1 ,mem_config_bt_button_gpio 
+0x3e94 013876 call gpio_config_input 
+0x3e95 013878 fetcht 1 ,mem_dpi_button_gpio 
+0x3e96 013879 branch gpio_config_input 
+:      013881 mouse_wheel_gpio_set_wake:
+0x3e97 013882 fetcht 1 ,mem_whee_a_data_gpio 
+0x3e98 013883 call gpio_set_wake_by_current_state 
+0x3e99 013884 fetcht 1 ,mem_whee_b_data_gpio 
+0x3e9a 013885 call gpio_set_wake_by_current_state 
+0x3e9b 013886 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3e9c 013887 call gpio_set_wake_by_current_state 
+0x3e9d 013888 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3e9e 013889 branch gpio_set_wake_by_current_state 
+:      013891 mouse_before_hibernate_wheel_gpio_set:
+0x3e9f 013892 fetcht 1 ,mem_whee_a_data_gpio 
+0x3ea0 013893 call mouse_gpio_set_pupd_by_input 
+0x3ea1 013894 fetcht 1 ,mem_whee_b_data_gpio 
+0x3ea2 013895 call mouse_gpio_set_pupd_by_input 
+0x3ea3 013896 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3ea4 013897 call mouse_gpio_set_pupd_by_input 
+0x3ea5 013898 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3ea6 013899 branch mouse_gpio_set_pupd_by_input 
+:      013901 mouse_gpio_set_pupd_by_input:
+0x3ea7 013902 sub temp ,ui_button_gpio_disable ,null 
+0x3ea8 013903 rtn zero 
+0x3ea9 013904 and temp ,0x7f ,queue 
+0x3eaa 013905 hfetch 4 ,core_gpio_in 
+0x3eab 013906 qisolate1 pdata 
+0x3eac 013907 hfetch 4 ,core_gpio_pu0 
+0x3ead 013908 qsetflag true ,pdata 
+0x3eae 013909 hstore 4 ,core_gpio_pu0 
+0x3eaf 013910 hfetch 4 ,core_gpio_pd0 
+0x3eb0 013911 nqsetflag true ,pdata 
+0x3eb1 013912 hstore 4 ,core_gpio_pd0 
+0x3eb2 013913 rtn 
+:      013915 mouse_before_hibernate:
+0x3eb3 013916 enable user 
+0x3eb4 013917 hfetch 4 ,0x8138 
+0x3eb5 013918 setflag user ,26 ,pdata 
+0x3eb6 013919 hstore 4 ,core_lpm_reg 
+0x3eb7 013920 call lpm_write_ctrl 
+0x3eb8 013921 call mouse_devce_led_off 
+0x3eb9 013922 call mouse_before_hibernate_wheel_gpio_set 
+0x3eba 013924 branch mouse_lpm_before_common 
+:      013928 mouse_process_lpm_before:
+0x3ebb 013929 call mouse_lpm_before_common 
+0x3ebc 013930 fetch 1 ,mem_lpm_current_mult 
+0x3ebd 013931 nrtn blank 
+0x3ebe 013932 branch gpio_clr_wake 
+:      013934 mouse_lpm_before_common:
+0x3ebf 013935 call mouse_wheel_check 
+0x3ec0 013936 arg mouse_spi1_clk_gpio ,temp 
+0x3ec1 013937 fetch mouse_flag_len ,mem_mouse_flag 
+0x3ec2 013938 isolate1 mouse_enable_spi2 ,pdata 
+0x3ec3 013939 call mouse_spi_clk_gpio ,true 
+0x3ec4 013940 call gpio_config_output 
+0x3ec5 013941 call twspi_disable 
+0x3ec6 013945 fetcht 1 ,mem_lbutton_gpio 
+0x3ec7 013946 call gpio_set_wake_by_current_state 
+0x3ec8 013947 fetcht 1 ,mem_rbutton_gpio 
+0x3ec9 013948 call gpio_set_wake_by_current_state 
+0x3eca 013949 fetcht 1 ,mem_mbutton_gpio 
+0x3ecb 013950 call gpio_set_wake_by_current_state 
+0x3ecc 013952 fetcht 1 ,mem_bk_button_gpio 
+0x3ecd 013953 call gpio_set_wake_by_current_state 
+0x3ece 013954 fetcht 1 ,mem_fw_button_gpio 
+0x3ecf 013955 call gpio_set_wake_by_current_state 
+0x3ed0 013956 fetcht 1 ,mem_dpi_button_gpio 
+0x3ed1 013957 call gpio_set_wake_by_current_state 
+0x3ed2 013958 fetcht 1 ,mem_config_select_device_button_gpio 
+0x3ed3 013959 call gpio_set_wake_by_current_state 
+0x3ed4 013960 fetcht 1 ,mem_whee_a_data_gpio 
+0x3ed5 013961 call gpio_set_wake_by_current_state 
+0x3ed6 013962 fetcht 1 ,mem_whee_b_data_gpio 
+0x3ed7 013963 call gpio_set_wake_by_current_state 
+0x3ed8 013964 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3ed9 013965 call gpio_set_wake_by_current_state 
+0x3eda 013966 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3edb 013967 call gpio_set_wake_by_current_state 
+0x3edc 013968 fetcht 1 ,mem_sensor_data_gpio 
+0x3edd 013969 branch gpio_set_wake 
+:      013973 mouse_spi_clk_gpio:
+0x3ede 013974 arg mouse_spi2_clk_gpio ,temp 
+0x3edf 013975 rtn 
+:      013977 mouse_wheel_check:
+0x3ee0 013978 bpatch patch1c_4 ,mem_patch1c 
+0x3ee1 013979 call mouse_t_wheel_scan 
+0x3ee2 013980 call mouse_wheel_scan 
+0x3ee3 013981 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3ee4 013982 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+0x3ee5 013983 store 1 ,mem_wheel_tb_old_pinlevel 
+0x3ee6 013984 isub temp ,null 
+0x3ee7 013985 nbranch app_lpm_wake_auto_lock ,zero 
+0x3ee8 013986 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3ee9 013987 fetcht 1 ,mem_mwheel_b_old_pinlevel 
+0x3eea 013988 store 1 ,mem_mwheel_b_old_pinlevel 
+0x3eeb 013989 isub temp ,null 
+0x3eec 013990 nbranch app_lpm_wake_auto_lock ,zero 
+0x3eed 013991 rtn 
+:      013992 mouse_t_wheel_scan:
+0x3eee 013993 fetch 1 ,mem_whee_ta_data_gpio 
+0x3eef 013994 rtneq gpio_disable 
+0x3ef0 013995 arg 0 ,rega 
+0x3ef1 013996 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3ef2 013997 call gpio_get_bit 
+0x3ef3 013998 setflag true ,0 ,rega 
+0x3ef4 013999 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3ef5 014000 call gpio_get_bit 
+0x3ef6 014001 setflag true ,1 ,rega 
+0x3ef7 014002 copy rega ,pdata 
+0x3ef8 014003 store 1 ,mem_wheel_tb_new_pinlevel 
+0x3ef9 014004 beq 0x01 ,mouse_t_wheel_scan_judge1 
+0x3efa 014005 beq 0x02 ,mouse_t_wheel_scan_judge2 
+0x3efb 014006 fetch 1 ,mem_wheel_tog 
+0x3efc 014007 bbit1 7 ,mouse_t_wheel_scan_judge3 
+0x3efd 014008 rtn 
+:      014010 mouse_t_wheel_scan_judge1:
+0x3efe 014011 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x3eff 014012 beq 0 ,mouse_t_wheel_scan_judge11 
+0x3f00 014013 beq 3 ,mouse_t_wheel_scan_judge12 
+0x3f01 014014 rtn 
+:      014015 mouse_t_wheel_scan_judge2:
+0x3f02 014016 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x3f03 014017 beq 0 ,mouse_t_wheel_scan_judge21 
+0x3f04 014018 beq 3 ,mouse_t_wheel_scan_judge22 
+0x3f05 014019 rtn 
+:      014020 mouse_t_wheel_scan_judge11:
+0x3f06 014021 jam 0x82 ,mem_wheel_tog 
+0x3f07 014022 rtn 
+:      014023 mouse_t_wheel_scan_judge12:
+0x3f08 014024 jam 0x81 ,mem_wheel_tog 
+0x3f09 014025 rtn 
+:      014026 mouse_t_wheel_scan_judge21:
+0x3f0a 014027 jam 0x80 ,mem_wheel_tog 
+0x3f0b 014028 rtn 
+:      014029 mouse_t_wheel_scan_judge22:
+0x3f0c 014030 jam 0x83 ,mem_wheel_tog 
+0x3f0d 014031 rtn 
+:      014032 mouse_t_wheel_scan_judge3:
+0x3f0e 014033 fetch 1 ,mem_wheel_tog 
+0x3f0f 014034 set0 7 ,pdata 
+0x3f10 014035 store 1 ,mem_wheel_tog 
+0x3f11 014036 beq 0 ,mouse_t_wheel_scan_judge30 
+0x3f12 014037 beq 1 ,mouse_t_wheel_scan_judge31 
+0x3f13 014038 beq 2 ,mouse_t_wheel_scan_judge32 
+0x3f14 014039 beq 3 ,mouse_t_wheel_scan_judge33 
+0x3f15 014040 rtn 
+:      014041 mouse_t_wheel_scan_judge30:
+0x3f16 014042 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f17 014043 beq 3 ,mouse_wheel_t_forward 
+0x3f18 014044 rtn 
+:      014045 mouse_t_wheel_scan_judge31:
+0x3f19 014046 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f1a 014047 beq 0 ,mouse_wheel_t_forward 
+0x3f1b 014048 rtn 
+:      014049 mouse_t_wheel_scan_judge32:
+0x3f1c 014050 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f1d 014051 beq 3 ,mouse_wheel_t_back 
+0x3f1e 014052 rtn 
+:      014053 mouse_t_wheel_scan_judge33:
+0x3f1f 014054 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f20 014055 beq 0 ,mouse_wheel_t_back 
+0x3f21 014056 rtn 
+:      014057 mouse_wheel_t_forward:
+0x3f22 014058 fetch 1 ,mem_mouse_tz_data_count1 
+0x3f23 014059 increase 1 ,pdata 
+0x3f24 014060 store 1 ,mem_mouse_tz_data_count1 
+0x3f25 014061 sub pdata ,1 ,null 
+0x3f26 014062 rtn positive 
+0x3f27 014063 jam 0 ,mem_mouse_tz_data_count1 
+0x3f28 014064 fetch 1 ,mem_mouse_tz_data 
+0x3f29 014065 increase 1 ,pdata 
+0x3f2a 014066 store 1 ,mem_mouse_tz_data 
+0x3f2b 014067 rtn 
+:      014068 mouse_wheel_t_back:
+0x3f2c 014069 fetch 1 ,mem_mouse_tz_data_count 
+0x3f2d 014070 increase 1 ,pdata 
+0x3f2e 014071 store 1 ,mem_mouse_tz_data_count 
+0x3f2f 014072 sub pdata ,1 ,null 
+0x3f30 014073 rtn positive 
+0x3f31 014074 jam 0 ,mem_mouse_tz_data_count 
+0x3f32 014075 fetch 1 ,mem_mouse_tz_data 
+0x3f33 014076 increase -1 ,pdata 
+0x3f34 014077 store 1 ,mem_mouse_tz_data 
+0x3f35 014078 rtn 
+:      014081 mouse_wheel_scan:
+0x3f36 014082 fetch 1 ,mem_whee_a_data_gpio 
+0x3f37 014083 rtneq gpio_disable 
+0x3f38 014084 arg 0 ,rega 
+0x3f39 014085 fetcht 1 ,mem_whee_a_data_gpio 
+0x3f3a 014086 call gpio_get_bit 
+0x3f3b 014087 setflag true ,0 ,rega 
+0x3f3c 014088 fetcht 1 ,mem_whee_b_data_gpio 
+0x3f3d 014089 call gpio_get_bit 
+0x3f3e 014090 setflag true ,1 ,rega 
+0x3f3f 014091 copy rega ,pdata 
+0x3f40 014092 store 1 ,mem_mwheel_b_new_pinlevel 
+0x3f41 014093 beq 0x01 ,mouse_wheel_scan_judge1 
+0x3f42 014094 beq 0x02 ,mouse_wheel_scan_judge2 
+0x3f43 014095 fetch 1 ,mem_mwheel_tog 
+0x3f44 014096 bbit1 7 ,mouse_wheel_scan_judge3 
+0x3f45 014097 rtn 
+:      014099 mouse_wheel_scan_judge1:
+0x3f46 014100 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x3f47 014101 beq 0 ,mouse_wheel_scan_judge11 
+0x3f48 014102 beq 3 ,mouse_wheel_scan_judge12 
+0x3f49 014103 rtn 
+:      014104 mouse_wheel_scan_judge2:
+0x3f4a 014105 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x3f4b 014106 beq 0 ,mouse_wheel_scan_judge21 
+0x3f4c 014107 beq 3 ,mouse_wheel_scan_judge22 
+0x3f4d 014108 rtn 
+:      014109 mouse_wheel_scan_judge11:
+0x3f4e 014110 jam 0x82 ,mem_mwheel_tog 
+0x3f4f 014111 rtn 
+:      014112 mouse_wheel_scan_judge12:
+0x3f50 014113 jam 0x81 ,mem_mwheel_tog 
+0x3f51 014114 rtn 
+:      014115 mouse_wheel_scan_judge21:
+0x3f52 014116 jam 0x80 ,mem_mwheel_tog 
+0x3f53 014117 rtn 
+:      014118 mouse_wheel_scan_judge22:
+0x3f54 014119 jam 0x83 ,mem_mwheel_tog 
+0x3f55 014120 rtn 
+:      014121 mouse_wheel_scan_judge3:
+0x3f56 014122 fetch 1 ,mem_mwheel_tog 
+0x3f57 014123 set0 7 ,pdata 
+0x3f58 014124 store 1 ,mem_mwheel_tog 
+0x3f59 014125 beq 0 ,mouse_wheel_scan_judge30 
+0x3f5a 014126 beq 1 ,mouse_wheel_scan_judge31 
+0x3f5b 014127 beq 2 ,mouse_wheel_scan_judge32 
+0x3f5c 014128 beq 3 ,mouse_wheel_scan_judge33 
+0x3f5d 014129 rtn 
+:      014130 mouse_wheel_scan_judge30:
+0x3f5e 014131 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f5f 014132 beq 3 ,mouse_wheel_forward 
+0x3f60 014133 rtn 
+:      014134 mouse_wheel_scan_judge31:
+0x3f61 014135 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f62 014136 beq 0 ,mouse_wheel_forward 
+0x3f63 014137 rtn 
+:      014138 mouse_wheel_scan_judge32:
+0x3f64 014139 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f65 014140 beq 3 ,mouse_wheel_back 
+0x3f66 014141 rtn 
+:      014142 mouse_wheel_scan_judge33:
+0x3f67 014143 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f68 014144 beq 0 ,mouse_wheel_back 
+0x3f69 014145 rtn 
+:      014146 mouse_wheel_forward:
+0x3f6a 014147 jam 0 ,mem_mouse_z_data_count1 
+0x3f6b 014148 fetch 1 ,mem_mouse_z_data 
+0x3f6c 014149 increase 1 ,pdata 
+0x3f6d 014150 store 1 ,mem_mouse_z_data 
+0x3f6e 014151 rtn 
+:      014152 mouse_wheel_back:
+0x3f6f 014153 jam 0 ,mem_mouse_z_data_count 
+0x3f70 014154 fetch 1 ,mem_mouse_z_data 
+0x3f71 014155 increase -1 ,pdata 
+0x3f72 014156 store 1 ,mem_mouse_z_data 
+0x3f73 014157 rtn 
+:      014160 mouse_hid_connected:
+0x3f74 014161 setarg hid_handshake_timeout 
+0x3f75 014162 store 1 ,mem_hid_handshake_timer_count 
+0x3f76 014163 rtn 
+:      014165 mouse_send_process:
+0x3f77 014166 fetch 1 ,mem_app_handshake_flag 
+0x3f78 014167 rtn blank 
+0x3f79 014168 call l2cap_malloc_is_fifo_nearly_full 
+0x3f7a 014169 nrtn blank 
+0x3f7b 014170 fetch mouse_flag_len ,mem_mouse_flag 
+0x3f7c 014171 bbit1 mosue_24g_pairing_flag ,mouse_send_empty_data 
+0x3f7d 014172 bbit1 mouse_select_device_flag ,mouse_send_empty_data 
+0x3f7e 014173 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
+0x3f7f 014174 call mouse_motion 
+0x3f80 014175 nrtn user 
+:      014176 mouse_send_data:
+0x3f81 014177 arg 9 ,rega 
+0x3f82 014178 call hid_malloc_tx_buff 
+0x3f83 014179 fetch 2 ,mem_hid_int_remote_cid 
+0x3f84 014180 istore 2 ,contw 
+0x3f85 014181 setarg 0x02a1 
+0x3f86 014182 istore 2 ,contw 
+0x3f87 014183 fetch 7 ,mem_mouse_key 
+0x3f88 014184 istore 7 ,contw 
+0x3f89 014185 rtn 
+:      014188 mouse_send_empty_data:
+0x3f8a 014189 setarg 0 
+0x3f8b 014190 store 7 ,mem_mouse_key 
+0x3f8c 014191 branch mouse_send_data 
+:      014194 mouse_no_data_timer_init:
+0x3f8d 014195 fetch 2 ,mem_mouse_no_data_timeout 
+0x3f8e 014196 store 2 ,mem_mouse_no_data_timer 
+0x3f8f 014197 rtn 
+:      014200 mouse_fill_data_le:
+0x3f90 014201 bpatch patch1c_5 ,mem_patch1c 
+0x3f91 014202 arg 7 ,rega 
+0x3f92 014203 fetcht 2 ,mem_le_notify_handle 
+0x3f93 014204 call le_att_malloc_tx_notify 
+0x3f94 014205 fetch 7 ,mem_mouse_key 
+0x3f95 014206 istore 7 ,contw 
+0x3f96 014207 rtn 
+:      014209 mouse_motion:
+0x3f97 014210 bpatch patch1c_6 ,mem_patch1c 
+0x3f98 014211 disable user 
+0x3f99 014212 setarg 0 
+0x3f9a 014213 store 6 ,mem_mouse_x 
+0x3f9b 014214 call mouse_cheak_sensor_data 
+0x3f9c 014215 call mouse_zwheel 
+0x3f9d 014216 call mouse_t_zwheel 
+0x3f9e 014217 call mouse_key 
+0x3f9f 014218 nrtn user 
+0x3fa0 014219 call mouse_no_data_timer_init 
+0x3fa1 014220 arg mouse_statue_up_flag ,queue 
+0x3fa2 014221 branch mouse_enable_function_flag 
+:      014223 motion_6clk_direction_dispose:
+0x3fa3 014224 fetch 2 ,mem_mouse_x 
+0x3fa4 014225 sub pdata ,0 ,pdata 
+0x3fa5 014226 store 2 ,mem_mouse_x 
+0x3fa6 014227 branch enable_user 
+:      014228 motion_12clk_direction_dispose:
+0x3fa7 014229 fetch 2 ,mem_mouse_y 
+0x3fa8 014230 sub pdata ,0 ,pdata 
+0x3fa9 014231 store 2 ,mem_mouse_y 
+0x3faa 014232 branch enable_user 
+:      014233 motion_9clk_direction_dispose:
+0x3fab 014234 fetch 2 ,mem_mouse_y 
+0x3fac 014235 sub pdata ,0 ,pdata 
+0x3fad 014236 store 2 ,mem_mouse_y 
+0x3fae 014237 fetch 2 ,mem_mouse_x 
+0x3faf 014238 sub pdata ,0 ,pdata 
+0x3fb0 014239 store 2 ,mem_mouse_x 
+0x3fb1 014240 call mouse_sensor_data_swap_places 
+0x3fb2 014241 branch enable_user 
+:      014242 motion_3clk_direction_dispose:
+0x3fb3 014243 call mouse_sensor_data_swap_places 
+0x3fb4 014244 branch enable_user 
+:      014245 mouse_cheak_sensor_data:
+0x3fb5 014246 fetch 1 ,mem_spi_write_flash_sm 
+0x3fb6 014247 rtnne flash_sm_no_buys 
+0x3fb7 014248 fetch 1 ,mem_config_sensor_type 
+0x3fb8 014249 beq p3205 ,mouse_p32xx_sensor_motion 
+0x3fb9 014250 beq p3065 ,mouse_p32xx_sensor_motion 
+0x3fba 014251 beq ka8 ,mouse_p32xx_sensor_motion 
+0x3fbb 014252 beq p3204 ,mouse_p32xx_sensor_motion 
+0x3fbc 014253 beq p3212 ,mouse_p3212_sensor_motion 
+0x3fbd 014254 beq p3610 ,mouse_p3610_sensor_motion 
+0x3fbe 014255 beq p3065_xy ,mouse_p32xx_sensor_motion 
+0x3fbf 014256 branch mouse_p32xx_sensor_motion 
+:      014258 mouse_clear_sensor_data:
+0x3fc0 014259 fetch 1 ,mem_mouse_move_flag 
+0x3fc1 014260 call mouse_read_sensor_common ,blank 
+0x3fc2 014261 jam 1 ,mem_mouse_move_flag 
+0x3fc3 014262 rtn 
+:      014265 mouse_p3212_sensor_motion:
+0x3fc4 014266 call mouse_clear_sensor_data 
+0x3fc5 014267 fetcht 1 ,mem_sensor_data_gpio 
+0x3fc6 014268 call gpio_get_bit 
+0x3fc7 014269 nrtn true 
+:      014270 mouse_p3212_sensor_motion_1:
+0x3fc8 014271 setarg pan_reg_pid_l 
+0x3fc9 014272 call twspi_read 
+0x3fca 014273 bne p32xx_id1 ,mouse_twspi_reset 
+0x3fcb 014274 setarg pan_reg_motion_staus 
+0x3fcc 014275 call twspi_read 
+0x3fcd 014276 rtnbit0 7 
+0x3fce 014277 call mouse_read_sensor_common 
+0x3fcf 014278 call mouse_read_3212sensor_xy_high 
+0x3fd0 014279 store 1 ,mem_mouse_xy_h 
+0x3fd1 014280 rshift4 pdata ,pdata 
+0x3fd2 014281 call extsign_bit3 
+0x3fd3 014282 store 1 ,mem_mouse_x + 1 
+0x3fd4 014283 fetch 1 ,mem_mouse_xy_h 
+0x3fd5 014284 and pdata ,0x0f ,pdata 
+0x3fd6 014285 call extsign_bit3 
+0x3fd7 014286 store 1 ,mem_mouse_y + 1 
+0x3fd8 014287 fetch 1 ,mem_config_sensor_angle 
+0x3fd9 014288 beq mouse_6clk_angle ,motion_6clk_direction_dispose 
+0x3fda 014289 beq mouse_9clk_angle ,motion_9clk_direction_dispose 
+0x3fdb 014290 beq mouse_12clk_angle ,motion_12clk_direction_dispose 
+0x3fdc 014291 beq mouse_3clk_angle ,motion_3clk_direction_dispose 
+0x3fdd 014292 rtn 
+:      014294 mouse_read_3212sensor_xy_high:
+0x3fde 014295 setarg 0x12 
+0x3fdf 014296 branch twspi_read 
+:      014298 mouse_p3065_judge:
+0x3fe0 014299 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+0x3fe1 014300 branch mouse_twspi_reset 
+:      014302 mouse_p32xx_sensor_motion:
+0x3fe2 014303 call mouse_clear_sensor_data 
+0x3fe3 014304 disable user 
+0x3fe4 014305 fetcht 1 ,mem_sensor_data_gpio 
+0x3fe5 014306 call gpio_get_bit 
+0x3fe6 014307 nrtn true 
+:      014308 mouse_p32xx_sensor_motion_2:
+0x3fe7 014309 setarg pan_reg_pid_l 
+0x3fe8 014310 call twspi_read 
+0x3fe9 014311 bne p32xx_id1 ,mouse_p3065_judge 
+:      014312 mouse_p32xx_sensor_motion_1:
+0x3fea 014313 setarg pan_reg_motion_staus 
+0x3feb 014314 call twspi_read 
+0x3fec 014315 rtnbit0 7 
+0x3fed 014316 call mouse_read_sensor_common 
+0x3fee 014317 fetch 1 ,mem_mouse_x 
+0x3fef 014318 call extsign 
+0x3ff0 014319 store 2 ,mem_mouse_x 
+0x3ff1 014320 fetch 1 ,mem_mouse_y 
+0x3ff2 014321 call extsign 
+0x3ff3 014322 store 2 ,mem_mouse_y 
+0x3ff4 014323 fetch 1 ,mem_config_sensor_angle 
+0x3ff5 014324 beq mouse_6clk_angle ,motion32xx_6clk_direction_selection 
+0x3ff6 014325 beq mouse_9clk_angle ,motion32xx_9clk_direction_selection 
+0x3ff7 014326 beq mouse_12clk_angle ,motion32xx_12clk_direction_selection 
+0x3ff8 014327 beq mouse_3clk_angle ,motion32xx_3clk_direction_selection 
+0x3ff9 014328 rtn 
+:      014330 motion32xx_6clk_direction_selection:
+0x3ffa 014331 call motion_6clk_direction_dispose 
+0x3ffb 014332 branch mouse_sensor_sdio_low 
+:      014333 motion32xx_9clk_direction_selection:
+0x3ffc 014334 call motion_9clk_direction_dispose 
+0x3ffd 014335 branch mouse_sensor_sdio_low 
+:      014336 motion32xx_12clk_direction_selection:
+0x3ffe 014337 call motion_12clk_direction_dispose 
+0x3fff 014338 branch mouse_sensor_sdio_low 
+:      014339 motion32xx_3clk_direction_selection:
+0x4000 014340 call motion_3clk_direction_dispose 
+0x4001 014341 branch mouse_sensor_sdio_low 
+:      014343 mouse_sensor_data_swap_places:
+0x4002 014344 fetch 2 ,mem_mouse_y 
+0x4003 014345 fetcht 2 ,mem_mouse_x 
+0x4004 014346 store 2 ,mem_mouse_x 
+0x4005 014347 storet 2 ,mem_mouse_y 
+0x4006 014348 rtn 
+:      014350 mouse_p3610sensor_read:
+0x4007 014351 call spi_ncs_enable 
+0x4008 014352 nop 100 
+0x4009 014353 copy regb ,pdata 
+0x400a 014354 call twspi_read 
+0x400b 014355 copy pdata ,regb 
+0x400c 014356 call spi_ncs_disable 
+0x400d 014357 nop 100 
+0x400e 014358 copy regb ,pdata 
+0x400f 014359 rtn 
+:      014360 mouse_p3610_sensor_motion:
+0x4010 014361 disable user 
+0x4011 014362 fetcht 1 ,mem_sensor_data_gpio 
+0x4012 014363 call gpio_get_bit 
+0x4013 014364 nrtn true 
+0x4014 014365 arg pan_reg_motion_staus ,regb 
+0x4015 014366 call mouse_p3610sensor_read 
+0x4016 014367 rtnbit0 7 
+0x4017 014368 arg pan_reg_pid_l ,regb 
+0x4018 014369 call mouse_p3610sensor_read 
+0x4019 014370 store 1 ,mem_sensor_id1 
+0x401a 014371 bne p3610_id1 ,mouse_init_3610sensor_reset 
+0x401b 014372 fetch 1 ,mem_mouse_move_flag 
+0x401c 014373 call mouse_read_sensor3610_data ,blank 
+0x401d 014374 jam 1 ,mem_mouse_move_flag 
+0x401e 014375 call mouse_read_sensor3610_data 
+0x401f 014376 fetch 1 ,mem_mouse_xy_h 
+0x4020 014377 rshift4 pdata ,pdata 
+0x4021 014378 call extsign_bit3 
+0x4022 014379 store 1 ,mem_mouse_x + 1 
+0x4023 014380 fetch 1 ,mem_mouse_xy_h 
+0x4024 014381 and pdata ,0x0f ,pdata 
+0x4025 014382 call extsign_bit3 
+0x4026 014383 store 1 ,mem_mouse_y + 1 
+0x4027 014384 fetch 1 ,mem_config_sensor_angle 
+0x4028 014385 beq 0 ,motion3610_6clk_direction_selection 
+0x4029 014386 beq 1 ,motion3610_9clk_direction_selection 
+0x402a 014387 beq 2 ,motion3610_12clk_direction_selection 
+0x402b 014388 beq 3 ,motion3610_3clk_direction_selection 
+0x402c 014389 rtn 
+:      014391 mouse_3610_smart_select:
+0x402d 014392 fetch 1 ,mem_sensor_smart_flag 
+0x402e 014393 beq p3610_smart_enable ,mouse_3610_smart_disable 
+0x402f 014394 beq p3610_smart_disable ,mouse_3610_smart_enable 
+0x4030 014395 rtn 
+:      014398 motion3610_6clk_direction_selection:
+0x4031 014399 call motion_6clk_direction_dispose 
+0x4032 014400 branch mouse_3610_smart_select 
+:      014402 motion3610_12clk_direction_selection:
+0x4033 014403 call motion_12clk_direction_dispose 
+0x4034 014404 branch mouse_3610_smart_select 
+:      014406 motion3610_9clk_direction_selection:
+0x4035 014407 call motion_9clk_direction_dispose 
+0x4036 014408 branch mouse_3610_smart_select 
+:      014410 motion3610_3clk_direction_selection:
+0x4037 014411 call motion_3clk_direction_dispose 
+0x4038 014412 branch mouse_3610_smart_select 
+:      014414 mouse_read_sensor3610_data:
+0x4039 014415 call spi_ncs_enable 
+0x403a 014416 call mouse_read_sensor_common 
+0x403b 014417 arg 5 ,pdata 
+0x403c 014418 call twspi_read 
+0x403d 014419 store 1 ,mem_mouse_xy_h 
+0x403e 014420 arg 7 ,pdata 
+0x403f 014421 call twspi_read 
+0x4040 014422 store 1 ,mem_sensor_shutter_hi 
+0x4041 014423 arg 8 ,pdata 
+0x4042 014424 call twspi_read 
+0x4043 014425 store 1 ,mem_sensor_shutter_lo 
+0x4044 014426 branch spi_ncs_disable 
+:      014429 mouse_3610_smart_enable:
+0x4045 014430 fetch 1 ,mem_sensor_shutter_hi 
+0x4046 014431 rtnne 0 
+0x4047 014432 fetch 1 ,mem_sensor_shutter_lo 
+0x4048 014433 sub pdata ,45 ,null 
+0x4049 014434 rtn positive 
+0x404a 014435 jam p3610_smart_enable ,mem_sensor_smart_flag 
+0x404b 014436 setarg 0xba41 
+0x404c 014437 call sensor_write 
+0x404d 014438 setarg 0x0032 
+0x404e 014439 call sensor_write 
+0x404f 014440 setarg 0xb541 
+0x4050 014441 branch sensor_write 
+:      014442 mouse_3610_smart_disable:
+0x4051 014443 fetch 1 ,mem_sensor_shutter_hi 
+0x4052 014444 rtnne 0 
+0x4053 014445 fetch 1 ,mem_sensor_shutter_lo 
+0x4054 014446 sub pdata ,45 ,null 
+0x4055 014447 nrtn positive 
+0x4056 014448 jam p3610_smart_disable ,mem_sensor_smart_flag 
+0x4057 014449 setarg 0xba41 
+0x4058 014450 call sensor_write 
+0x4059 014451 setarg 0x8032 
+0x405a 014452 call sensor_write 
+0x405b 014453 setarg 0xb541 
+0x405c 014454 branch sensor_write 
+:      014458 mouse_read_sensor_common:
+0x405d 014459 arg pan_reg_delta_x ,pdata 
+0x405e 014460 call twspi_read 
+0x405f 014461 store 2 ,mem_mouse_x 
+0x4060 014462 arg pan_reg_delta_y ,pdata 
+0x4061 014463 call twspi_read 
+0x4062 014464 store 2 ,mem_mouse_y 
+0x4063 014465 rtn 
+:      014467 mouse_set_qdecoder_x:
+0x4064 014468 arg mouse_default_xa_gpio ,temp 
+0x4065 014469 call gpio_config_input 
+0x4066 014470 arg mouse_default_xa_gpio ,temp 
+0x4067 014471 call gpio_get_bit 
+0x4068 014472 rtn true 
+0x4069 014473 hfetch 1 ,core_qdec_cntx 
+0x406a 014474 set1 4 ,pdata 
+0x406b 014475 hstore 1 ,core_qdec_cntx 
+0x406c 014476 rtn 
+:      014478 mouse_hardware_zwheel:
+0x406d 014479 fetcht 1 ,mem_mouse_z_data 
+0x406e 014480 hfetch 1 ,core_qdec_cntx 
+0x406f 014481 iadd temp ,pdata 
+0x4070 014482 rtn blank 
+0x4071 014483 store 1 ,mem_mouse_z 
+0x4072 014484 jam 0 ,mem_mouse_z_data 
+0x4073 014485 branch enable_user 
+:      014486 mouse_hardware_zwheel_beforelpm:
+0x4074 014487 fetcht 1 ,mem_mouse_z_data 
+0x4075 014488 hfetch 1 ,core_qdec_cntx 
+0x4076 014489 iadd temp ,pdata 
+0x4077 014490 store 1 ,mem_mouse_z_data 
+0x4078 014491 rtn 
+:      014492 mouse_zwheel:
+0x4079 014493 fetch 1 ,mem_mouse_z_data 
+0x407a 014494 rtn blank 
+0x407b 014495 store 1 ,mem_mouse_z 
+0x407c 014496 jam 0 ,mem_mouse_z_data 
+0x407d 014497 branch enable_user 
+:      014499 mouse_t_zwheel:
+0x407e 014500 fetch 1 ,mem_mouse_tz_data 
+0x407f 014501 rtn blank 
+0x4080 014502 store 1 ,mem_mouse_tz 
+0x4081 014503 jam 0 ,mem_mouse_tz_data 
+0x4082 014504 branch enable_user 
+:      014506 mouse_check_key_gpio:
+0x4083 014507 arg 0 ,rega 
+0x4084 014508 fetcht 1 ,mem_lbutton_gpio 
+0x4085 014509 call gpio_get_bit 
+0x4086 014510 setflag true ,0 ,rega 
+0x4087 014511 fetcht 1 ,mem_rbutton_gpio 
+0x4088 014512 call gpio_get_bit 
+0x4089 014513 setflag true ,1 ,rega 
+0x408a 014514 fetcht 1 ,mem_mbutton_gpio 
+0x408b 014515 call gpio_get_bit 
+0x408c 014516 setflag true ,2 ,rega 
+0x408d 014517 call mouse_check_s_key_gpio 
+0x408e 014518 copy rega ,pdata 
+0x408f 014519 rtn 
+:      014520 mouse_check_s_key_gpio:
+0x4090 014521 fetch 1 ,mem_bk_button_gpio 
+0x4091 014522 rtneq gpio_disable 
+0x4092 014523 fetcht 1 ,mem_bk_button_gpio 
+0x4093 014524 call gpio_get_bit 
+0x4094 014525 setflag true ,3 ,rega 
+0x4095 014526 fetcht 1 ,mem_fw_button_gpio 
+0x4096 014527 call gpio_get_bit 
+0x4097 014528 setflag true ,4 ,rega 
+0x4098 014529 rtn 
+:      014531 mouse_key:
+0x4099 014532 call mouse_check_key_gpio 
+0x409a 014533 call mouse_set_mult 
+0x409b 014534 call mouse_24g_key 
+0x409c 014535 copy rega ,pdata 
+0x409d 014536 fetcht 1 ,mem_mouse_key 
+0x409e 014537 store 1 ,mem_mouse_key 
+0x409f 014538 ixor temp ,pdata 
+0x40a0 014539 sub pdata ,0 ,null 
+0x40a1 014540 rtn zero 
+0x40a2 014541 branch enable_user 
+:      014543 mouse_24g_key:
+0x40a3 014544 rtnmark0 mark_24g 
+0x40a4 014545 copy rega ,pdata 
+0x40a5 014546 rtn blank 
+0x40a6 014547 store 1 ,mem_mouse_key 
+0x40a7 014548 branch enable_user 
+:      014551 mouse_set_mult:
+0x40a8 014552 fetch 2 ,mem_ui_state_map 
+0x40a9 014553 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
+0x40aa 014554 fetch 2 ,mem_ui_state_map 
+0x40ab 014555 bbit1 ui_state_bt_connected ,mouse_set_bt_mult 
+0x40ac 014556 rtn 
+:      014557 mouse_set_ble_mult:
+0x40ad 014558 copy rega ,pdata 
+0x40ae 014559 nbranch le_set_config_short_mult ,blank 
+0x40af 014560 branch le_clr_config_short_mult 
+:      014561 mouse_set_bt_mult:
+0x40b0 014562 copy rega ,pdata 
+0x40b1 014563 nbranch classic_bt_set_mult_short_flag ,blank 
+0x40b2 014564 branch classic_bt_clr_mult_short_flag 
+:      014567 mouse_sensor_sdio_low:
+0x40b3 014568 bpatch patch1c_7 ,mem_patch1c 
+0x40b4 014569 arg mouse_spi1_sdio_gpio ,temp 
+0x40b5 014570 fetch mouse_flag_len ,mem_mouse_flag 
+0x40b6 014571 isolate1 mouse_enable_spi2 ,pdata 
+0x40b7 014572 call mouse_sensor_sdio_low2 ,true 
+0x40b8 014573 call gpio_get_bit 
+0x40b9 014574 rtn true 
+0x40ba 014575 setarg 0x0a 
+0x40bb 014576 call twspi_read 
+0x40bc 014577 nop 1000 
+0x40bd 014578 branch mouse_sensor_sdio_low 
+:      014579 mouse_sensor_sdio_low2:
+0x40be 014580 arg mouse_spi2_sdio_gpio ,temp 
+0x40bf 014581 rtn 
+:      014583 mouse_spi_sdio_gpio_pollup:
+0x40c0 014584 fetch mouse_flag_len ,mem_mouse_flag 
+0x40c1 014585 bbit1 mouse_enable_spi2 ,mouse_spi2_sdio_gpio_pollup 
+:      014586 mouse_spi1_sdio_gpio_pollup:
+0x40c2 014587 arg mouse_spi1_sdio_gpio ,temp 
+0x40c3 014588 branch gpio_config_input_without_wake 
+:      014589 mouse_spi2_sdio_gpio_pollup:
+0x40c4 014590 arg mouse_spi2_sdio_gpio ,temp 
+0x40c5 014591 branch gpio_config_input_without_wake 
+:      014594 mouse_init_sunt:
+0x40c6 014595 call mouse_spi_init 
+0x40c7 014596 rtn wake 
+0x40c8 014597 call mouse_spi_sdio_gpio_pollup 
+0x40c9 014598 fetch 1 ,mem_config_sensor_type 
+0x40ca 014599 beq p3610 ,mouse_init_3610sensor 
+:      014600 mouse_init_sensor:
+0x40cb 014601 call mouse_read_sensor_id 
+0x40cc 014602 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+0x40cd 014603 beq p3065_id1 ,mouse_p3065_init_param 
+0x40ce 014604 call mouse_twspi_reset 
+0x40cf 014605 nop 1000 
+0x40d0 014606 branch mouse_init_sensor 
+:      014607 mouse_twspi_reset:
+0x40d1 014608 bpatch patch1d_0 ,mem_patch1d 
+0x40d2 014609 fetch mouse_flag_len ,mem_mouse_flag 
+0x40d3 014610 bbit1 mouse_enable_spi2 ,twspi_reset2 
+0x40d4 014611 branch twspi_reset 
+:      014613 mouse_init_3610sensor:
+0x40d5 014614 call mouse_read_sensor_id 
+0x40d6 014615 beq p3610_id1 ,mouse_init_p3610 
+0x40d7 014616 call mouse_init_3610sensor_reset 
+0x40d8 014617 branch mouse_init_3610sensor 
+:      014619 mouse_read_sensor_id:
+0x40d9 014620 setarg pan_reg_pid_h 
+0x40da 014621 call twspi_read 
+0x40db 014622 store 1 ,mem_sensor_id2 
+0x40dc 014623 setarg pan_reg_pid_l 
+0x40dd 014624 call twspi_read 
+0x40de 014625 store 1 ,mem_sensor_id1 
+0x40df 014626 rtn 
+:      014627 mouse_init_p32xx_id2_judge:
+0x40e0 014628 fetch 1 ,mem_sensor_id2 
+0x40e1 014629 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
+0x40e2 014630 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+0x40e3 014631 beq p3212_id2 ,mouse_3212_init_param 
+0x40e4 014632 beq pka8_id2 ,mouse_ka8_init_param 
+0x40e5 014633 rtn 
+:      014634 mouse_ka8_init_param:
+0x40e6 014635 jam ka8 ,mem_config_sensor_type 
+0x40e7 014636 rtn 
+:      014637 mouse_p3065xy_init_param:
+0x40e8 014638 jam p3065_xy ,mem_config_sensor_type 
+0x40e9 014639 rtn 
+:      014640 mouse_p3065_init_param:
+0x40ea 014641 fetch 1 ,mem_sensor_id2 
+0x40eb 014642 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x40ec 014643 jam p3065 ,mem_config_sensor_type 
+0x40ed 014644 rtn 
+:      014645 mouse_3212_init_param:
+0x40ee 014646 jam p3212 ,mem_config_sensor_type 
+0x40ef 014647 call mouse_sensor_disable_wp 
+0x40f0 014648 setarg 0x3426 
+0x40f1 014649 call twspi_write 
+0x40f2 014650 setarg 0x0419 
+0x40f3 014651 call twspi_write 
+:      014652 mouse_sensor_enable_wp:
+0x40f4 014653 setarg 0x0009 
+0x40f5 014654 branch twspi_write 
+:      014655 mouse_sensor_disable_wp:
+0x40f6 014656 setarg 0x5a09 
+0x40f7 014657 branch twspi_write 
+:      014659 mouse_3204_3l_init_param:
+0x40f8 014660 jam p3204 ,mem_config_sensor_type 
+0x40f9 014661 call mouse_sensor_disable_wp 
+0x40fa 014662 setarg 0x0f0d 
+0x40fb 014663 call twspi_write 
+0x40fc 014664 setarg 0xe31d 
+0x40fd 014665 call twspi_write 
+0x40fe 014666 setarg 0xd27d 
+0x40ff 014667 call twspi_write 
+0x4100 014668 call mouse_32xx_init_param 
+0x4101 014669 branch mouse_32xx_init_param_1 
+:      014671 mouse_32xx_init_param:
+0x4102 014672 setarg 0x351b 
+0x4103 014673 call twspi_write 
+0x4104 014674 setarg 0xb428 
+0x4105 014675 call twspi_write 
+0x4106 014676 setarg 0x4629 
+0x4107 014677 call twspi_write 
+0x4108 014678 setarg 0x962a 
+0x4109 014679 call twspi_write 
+0x410a 014680 setarg 0x8c2b 
+0x410b 014681 call twspi_write 
+0x410c 014682 setarg 0x6e2c 
+0x410d 014683 call twspi_write 
+0x410e 014684 setarg 0x642d 
+0x410f 014685 call twspi_write 
+0x4110 014686 setarg 0x5f38 
+0x4111 014687 call twspi_write 
+0x4112 014688 setarg 0x0f39 
+0x4113 014689 call twspi_write 
+0x4114 014690 setarg 0x323a 
+0x4115 014691 call twspi_write 
+0x4116 014692 setarg 0x473b 
+0x4117 014693 call twspi_write 
+0x4118 014694 setarg 0x1042 
+0x4119 014695 branch twspi_write 
+:      014696 mouse_32xx_init_param_1:
+0x411a 014697 setarg 0x2e54 
+0x411b 014698 call twspi_write 
+0x411c 014699 setarg 0xf255 
+0x411d 014700 call twspi_write 
+0x411e 014701 setarg 0xf461 
+0x411f 014702 call twspi_write 
+0x4120 014703 setarg 0x7063 
+0x4121 014704 call twspi_write 
+0x4122 014705 setarg 0x5275 
+0x4123 014706 call twspi_write 
+0x4124 014707 setarg 0x4176 
+0x4125 014708 call twspi_write 
+0x4126 014709 setarg 0xed77 
+0x4127 014710 call twspi_write 
+0x4128 014711 setarg 0x2378 
+0x4129 014712 call twspi_write 
+0x412a 014713 setarg 0x4679 
+0x412b 014714 call twspi_write 
+0x412c 014715 setarg 0xe57a 
+0x412d 014716 call twspi_write 
+0x412e 014717 setarg 0x487c 
+0x412f 014718 call twspi_write 
+0x4130 014719 setarg 0x777e 
+0x4131 014720 call twspi_write 
+0x4132 014721 setarg 0x017f 
+0x4133 014722 call twspi_write 
+0x4134 014723 setarg 0x000b 
+0x4135 014724 call twspi_write 
+0x4136 014725 setarg 0x007f 
+0x4137 014726 call twspi_write 
+0x4138 014727 branch mouse_sensor_enable_wp 
+:      014730 mouse_3205_3t_init_param:
+0x4139 014731 jam p3205 ,mem_config_sensor_type 
+0x413a 014732 call mouse_sensor_disable_wp 
+0x413b 014733 setarg 0x100d 
+0x413c 014734 call twspi_write 
+0x413d 014735 setarg 0xed1d 
+0x413e 014736 call twspi_write 
+0x413f 014737 setarg 0x807d 
+0x4140 014738 call twspi_write 
+0x4141 014739 call mouse_32xx_init_param 
+0x4142 014740 setarg 0x0943 
+0x4143 014741 call twspi_write 
+0x4144 014742 branch mouse_32xx_init_param_1 
+:      014745 mouse_init_3610sensor_reset:
+0x4145 014746 fetcht 1 ,mem_sensor_reset_gpio 
+0x4146 014747 call gpio_out_active 
+0x4147 014748 call delay_10ms 
+0x4148 014749 fetcht 1 ,mem_sensor_reset_gpio 
+0x4149 014750 call gpio_out_inactive 
+0x414a 014751 branch delay_10ms 
+:      014753 mouse_init_p3610:
+0x414b 014754 jam p3610 ,mem_config_sensor_type 
+0x414c 014755 setarg 0xba41 
+0x414d 014756 call sensor_write 
+0x414e 014757 setarg 0x0d11 
+0x414f 014758 call sensor_write 
+0x4150 014759 setarg 0x041b 
+0x4151 014760 call sensor_write 
+0x4152 014761 setarg 0x041c 
+0x4153 014762 call sensor_write 
+0x4154 014763 setarg 0x0f1d 
+0x4155 014764 call sensor_write 
+0x4156 014765 setarg 0x0032 
+0x4157 014766 call sensor_write 
+0x4158 014767 setarg 0xb541 
+0x4159 014768 branch sensor_write 
+:      014772 mouse_set_sensor_reg:
+0x415a 014773 setarg 0xba41 
+0x415b 014774 call sensor_write 
+0x415c 014775 nop 4000 
+0x415d 014776 setarg 0xff7f 
+0x415e 014777 call sensor_write 
+0x415f 014778 copy rega ,pdata 
+0x4160 014779 call sensor_write 
+0x4161 014780 setarg 0x007f 
+0x4162 014781 call sensor_write 
+0x4163 014782 setarg 0xb541 
+0x4164 014783 branch sensor_write 
+:      014785 extsign:
+0x4165 014786 rtnbit0 7 
+0x4166 014787 arg 0xff00 ,temp 
+0x4167 014788 ior temp ,pdata 
+0x4168 014789 rtn 
+:      014791 extsign_bit3:
+0x4169 014792 rtnbit0 3 
+0x416a 014793 arg 0xf0 ,temp 
+0x416b 014794 ior temp ,pdata 
+0x416c 014795 rtn 
+:      014798 mouse_le:
+0x416d 014799 call le_fifo_check_nearly_full 
+0x416e 014800 nrtn blank 
+0x416f 014801 fetch 1 ,mem_le_connect_status_flag 
+0x4170 014802 and pdata ,0x03 ,pdata 
+0x4171 014803 rtnne 0x03 
+0x4172 014804 fetch mouse_flag_len ,mem_mouse_flag 
+0x4173 014805 bbit1 mosue_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x4174 014806 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x4175 014807 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x4176 014808 call mouse_motion 
+0x4177 014809 nrtn user 
+0x4178 014810 branch mouse_fill_data_le 
+:      014812 mouse_le_send_empty_packet:
+0x4179 014813 setarg 0 
+0x417a 014814 store 7 ,mem_mouse_key 
+0x417b 014815 branch mouse_fill_data_le 
+:      014817 mouse_priority_bb_event:
+0x417c 014818 copy regc ,pdata 
+0x417d 014819 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+0x417e 014820 beq bt_evt_bb_connected ,mouse_stop_discovery 
+0x417f 014821 beq bt_evt_le_disconnected ,mouse_bb_disconnected 
+0x4180 014822 beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
+0x4181 014823 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
+0x4182 014824 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+0x4183 014825 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
+0x4184 014826 beq bt_evt_hid_connected ,mouse_bt_hid_connected 
+0x4185 014827 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
+0x4186 014828 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_timeout 
+0x4187 014829 beq bt_evt_pincode_req ,mouse_bb_event_pincode 
+0x4188 014830 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
+0x4189 014831 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+0x418a 014832 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+0x418b 014833 beq bt_evt_le_pairing_complete ,mouse_le_pairing_complete 
+0x418c 014834 beq bt_evt_virtual_cable_unplug ,mouse_irtual_cable_unplug 
+0x418d 014835 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+0x418e 014836 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+0x418f 014837 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+0x4190 014838 rtn 
+:      014841 mouse_le_pairing_complete:
+0x4191 014842 branch app_ble_store_reconn_info 
+:      014844 mouse_24g_attempt_fail:
+0x4192 014845 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x4193 014846 fetch 1 ,mem_reconn_times 
+0x4194 014847 nbranch mouse_polling_device ,blank 
+0x4195 014848 fetch 1 ,mem_device_flag 
+0x4196 014849 fetcht 1 ,mem_24g_device_number 
+0x4197 014850 isub temp ,null 
+0x4198 014851 branch app_enter_hibernate ,zero 
+0x4199 014852 rtn 
+:      014853 mouse_24g_attempt_success:
+0x419a 014854 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x419b 014855 rtn 
+:      014856 mouse_24g_pairing_complete:
+0x419c 014857 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x419d 014858 arg mosue_24g_pairing_flag ,queue 
+0x419e 014859 call mouse_disable_function_flag 
+0x419f 014860 setarg 0 
+0x41a0 014861 store 2 ,mem_24g_pairing_timer_count 
+0x41a1 014862 jam 0 ,mem_mouse_move_flag 
+0x41a2 014864 fetch 1 ,mem_config_sensor_type 
+0x41a3 014865 sub pdata ,p3610 ,null 
+0x41a4 014866 call mouse_read_sensor3610_data ,zero 
+0x41a5 014867 ncall mouse_read_sensor_common ,zero 
+0x41a6 014869 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
+0x41a7 014870 bbit1 mouse_enable_flash ,mouse_store_flash_24g_address 
+0x41a8 014871 call mouse_set_24g_addr_eeprom 
+0x41a9 014872 branch iicd_write_protect_eep_data 
+:      014874 mouse_set_24g_addr_eeprom:
+0x41aa 014875 call g24_head_ptr2regc 
+0x41ab 014876 add regc ,offset_24g_addr ,rega 
+0x41ac 014877 arg mouse_g24_addr_eeprom_offect ,regb 
+0x41ad 014878 arg 4 ,temp 
+0x41ae 014879 rtn 
+:      014881 mouse_store_flash_24g_address:
+0x41af 014882 call g24_head_ptr2regc 
+0x41b0 014883 add regc ,offset_24g_addr ,regb 
+0x41b1 014884 ifetch 1 ,regb 
+0x41b2 014885 store 1 ,mem_mouse_24g_addr 
+0x41b3 014886 branch mouse_store_flash_device_info 
+:      014889 mouse_le_pairing_success:
+0x41b4 014890 arg ll_pairing_success_flag ,queue 
+0x41b5 014891 branch mouse_le_enable_connect_flag 
+:      014892 mouse_le_ll_start_encryt:
+0x41b6 014893 jam 2 ,mem_le_start_encrypt_timer 
+0x41b7 014894 arg ll_start_enc_flag ,queue 
+0x41b8 014895 branch mouse_le_enable_connect_flag 
+:      014898 mouse_le_enable_connect_flag:
+0x41b9 014899 fetch 1 ,mem_le_connect_status_flag 
+0x41ba 014900 qset1 pdata 
+0x41bb 014901 store 1 ,mem_le_connect_status_flag 
+0x41bc 014902 rtn 
+:      014904 mouse_le_disable_connect_flag:
+0x41bd 014905 fetch 1 ,mem_le_connect_status_flag 
+0x41be 014906 qset0 pdata 
+0x41bf 014907 store 1 ,mem_le_connect_status_flag 
+0x41c0 014908 rtn 
+:      014909 mouse_le_clean_connect_flag:
+0x41c1 014910 jam 0 ,mem_le_connect_status_flag 
+0x41c2 014911 rtn 
+:      014913 mouse_le_bb_event_connected:
+0x41c3 014914 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x41c4 014915 set0 app_disc_by_button ,pdata 
+0x41c5 014916 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x41c6 014917 setarg 0 
+0x41c7 014918 store 2 ,mem_mouse_direct_timer 
+0x41c8 014919 call mouse_no_data_timer_init 
+0x41c9 014920 branch mouse_stop_discovery 
+:      014922 mouse_bb_event_pincode:
+0x41ca 014923 call pincode_reinit 
+0x41cb 014924 branch app_bt_set_pincode 
+:      014925 mouse_bb_event_reconn_timeout:
+:      014926 mouse_bb_event_reconn_failed:
+0x41cc 014927 fetch 1 ,mem_reconn_times 
+0x41cd 014928 nbranch mouse_polling_device ,blank 
+0x41ce 014929 fetch 2 ,mem_ui_state_map 
+0x41cf 014930 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x41d0 014931 fetch mouse_flag_len ,mem_mouse_flag 
+0x41d1 014932 bbit1 mouse_select_device_flag ,mouse_soft_reset 
+0x41d2 014933 bbit1 mouse_bt_discovery_button_down_flag ,mouse_start_discovery 
+0x41d3 014934 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
+0x41d4 014935 branch app_bb_hibernate 
+:      014938 mouse_bt_hid_connected:
+0x41d5 014939 branch mouse_hid_connected 
+:      014941 mouse_bt_event_setup_complete:
+0x41d6 014942 rtn 
+:      014944 mouse_soft_reset:
+0x41d7 014945 call mouse_select_device_enable 
+0x41d8 014946 branch soft_reset_chip 
+:      014948 mouse_bb_disconnected:
+0x41d9 014949 bpatch patch1d_1 ,mem_patch1d 
+0x41da 014950 call mouse_bb_discon_clear_stack 
+0x41db 014951 fetch mouse_flag_len ,mem_mouse_flag 
+0x41dc 014952 bbit1 mouse_select_device_flag ,mouse_soft_reset 
+0x41dd 014953 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
+0x41de 014954 fetch 1 ,mem_reconn_times 
+0x41df 014955 nbranch mouse_polling_device ,blank 
+0x41e0 014956 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x41e1 014957 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+0x41e2 014958 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x41e3 014959 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
+0x41e4 014960 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
+0x41e5 014961 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+0x41e6 014962 branch mouse_start_discovery 
+:      014963 mouse_bb_discon_clear_stack:
+0x41e7 014964 setarg 0 
+0x41e8 014965 store 8 ,mem_wheel_tb_old_pinlevel 
+0x41e9 014966 istore 4 ,contw 
+0x41ea 014967 jam 0 ,mem_mouse_send_blank_timer 
+0x41eb 014968 jam 0 ,mem_mouse_move_flag 
+0x41ec 014969 jam app_handshake_null ,mem_app_handshake_flag 
+0x41ed 014970 jam 0 ,mem_ltk_exists 
+0x41ee 014971 rtn 
+:      014973 mouse_event_light_state_pairing:
+0x41ef 014974 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
+0x41f0 014975 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+0x41f1 014976 branch mouse_start_discovery 
+:      014977 mouse_event_light_state_hibernate:
+0x41f2 014978 fetch 2 ,mem_ui_state_map 
+0x41f3 014979 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x41f4 014980 branch app_bb_hibernate 
+:      014982 mouse4_0_event_bb_disconn:
+0x41f5 014983 call mouse_le_clean_connect_flag 
+0x41f6 014984 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x41f7 014985 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x41f8 014986 branch app_bb_hibernate 
+:      014988 mouse_bb_event_timer:
+0x41f9 014989 call mouse_adc_read 
+0x41fa 014990 call mouse_24g_delay_timer 
+0x41fb 014991 call mouse_ban_24g_pairing_timer 
+0x41fc 014992 call mouse_dpi_led_blink_delay_timer 
+0x41fd 014993 call mouse_statue_up_timer 
+0x41fe 014995 call mouse_statue_cheak_timer 
+0x41ff 014996 call mouse_select_device 
+0x4200 014997 call mouse_bt_discovery_cheak 
+0x4201 014998 call mouse_low_voltage_led_timer 
+0x4202 014999 call mouse_sensor_led_contrl_timer 
+0x4203 015000 call mouse_check_hid_handshake_timer 
+0x4204 015001 call mouse_check_discovery_timeout_timer 
+0x4205 015002 call mouse_check_direct_timeout_timer 
+0x4206 015003 call mouse_check_no_data_timeout_timer 
+0x4207 015004 call mouse_check_mouse_state_timer 
+0x4208 015005 branch mouse_le_enable_att_list_timer 
+:      015009 mouse_sensor_led_contrl_timer:
+0x4209 015010 fetch 1 ,mem_mouse_sensor_timer_count 
+0x420a 015011 rtn blank 
+0x420b 015012 increase -1 ,pdata 
+0x420c 015013 store 1 ,mem_mouse_sensor_timer_count 
+0x420d 015014 nrtn blank 
+0x420e 015015 branch mouse_sensor_led_contrl 
+:      015016 mouse_sensor_led_contrl:
+0x420f 015017 fetch 1 ,mem_sensor_led_style 
+0x4210 015018 rtneq ui_led_state_blink_stop 
+0x4211 015019 beq ui_led_state_blink_darking ,mouse_sensor_led_blink_state_darking 
+:      015020 mouse_sensor_led_blink_state_lighting:
+0x4212 015021 call mouse_sensor_led_on 
+0x4213 015022 jam ui_led_state_blink_darking ,mem_sensor_led_style 
+0x4214 015023 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
+0x4215 015024 rtn 
+:      015025 mouse_sensor_led_blink_state_darking:
+0x4216 015026 call mouse_sensor_led_off 
+0x4217 015027 jam ui_led_state_blink_lighting ,mem_sensor_led_style 
+0x4218 015028 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
+0x4219 015029 rtn 
+:      015031 mouse_sensor_led_blink_stop:
+:      015032 mouse_sensor_reset:
+0x421a 015033 setarg 0x8006 
+0x421b 015034 call twspi_write 
+0x421c 015035 nop 1000 
+0x421d 015036 jam 0x00 ,mem_mouse_sensor_timer_count 
+0x421e 015037 jam ui_led_state_blink_stop ,mem_sensor_led_style 
+0x421f 015038 branch mouse_init_p32xx_id2_judge 
+:      015040 mouse_p3212sensor_led_on:
+0x4220 015041 setarg 0xa006 
+0x4221 015042 call twspi_write 
+0x4222 015043 setarg 0xa005 
+0x4223 015044 branch twspi_write 
+:      015045 mouse_sensor_led_on_global:
+0x4224 015046 jam 0 ,mem_mouse_sensor_timer_count 
+:      015047 mouse_sensor_led_on:
+0x4225 015048 fetch 1 ,mem_config_sensor_type 
+0x4226 015049 beq p3212 ,mouse_p3212sensor_led_on 
+0x4227 015050 setarg 0x0106 
+0x4228 015051 call twspi_write 
+0x4229 015052 setarg 0xa105 
+0x422a 015053 branch twspi_write 
+:      015055 mouse_sensor_led_off_global:
+0x422b 015056 jam 0 ,mem_mouse_sensor_timer_count 
+:      015057 mouse_sensor_led_off:
+0x422c 015058 setarg 0x0906 
+0x422d 015059 branch twspi_write 
+:      015060 mouse_sensor_start_blink:
+0x422e 015061 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
+0x422f 015062 jam ui_led_state_blink_start ,mem_sensor_led_style 
+0x4230 015063 rtn 
+:      015065 mouse_check_hid_handshake_timer:
+0x4231 015066 arg mem_hid_handshake_timer_count ,regc 
+0x4232 015067 arg mouse_bt_hid_handshake ,regb 
+0x4233 015068 branch timer_single_step 
+:      015070 mouse_check_discovery_timeout_timer:
+0x4234 015071 arg mem_mouse_discovery_timer ,regc 
+0x4235 015072 arg mouse_check_discovery_timeout ,regb 
+0x4236 015073 branch timer_single_step_2b 
+:      015075 mouse_check_direct_timeout_timer:
+0x4237 015076 arg mem_mouse_direct_timer ,regc 
+0x4238 015077 arg mouse_check_direct_timeout ,regb 
+0x4239 015078 branch timer_single_step_2b 
+:      015080 mouse_check_no_data_timeout_timer:
+0x423a 015081 arg mem_mouse_no_data_timer ,regc 
+0x423b 015082 arg mouse_check_no_data_timeout ,regb 
+0x423c 015083 branch timer_single_step_2b 
+:      015085 mouse_check_mouse_state_timer:
+0x423d 015086 arg mem_mouse_statue_led_timer ,regc 
+0x423e 015087 arg mouse_statue_led_off ,regb 
+0x423f 015088 branch timer_single_step 
+:      015092 mouse_le_enable_att_list_timer:
+0x4240 015093 arg mem_le_start_encrypt_timer ,regc 
+0x4241 015094 arg mouse_le_enable_att_list ,regb 
+0x4242 015095 branch timer_single_step 
+:      015097 mouse_24g_delay_timer:
+0x4243 015098 arg mem_24g_enter_lpm_timer ,regc 
+0x4244 015099 arg mouse_24g_delay ,regb 
+0x4245 015100 branch timer_single_step 
+:      015102 mouse_ban_24g_pairing_timer:
+0x4246 015103 arg mem_24g_pairing_timer_count ,regc 
+0x4247 015104 arg mouse_ban_24g_pairing ,regb 
+0x4248 015105 branch timer_single_step_2b 
+:      015106 mouse_ban_24g_pairing:
+:      015107 mouse_24g_delay:
+0x4249 015108 rtn 
+:      015111 mosue_dpi_led_blink_init:
+0x424a 015112 fetch mouse_flag_len ,mem_mouse_flag 
+0x424b 015113 rtnbit0 mouse_enable_dpi_led_blink 
+0x424c 015114 jam 10 ,mem_mouse_dpi_led_delay_count 
+0x424d 015115 fetch 1 ,mem_dpi_led_gpio 
+0x424e 015116 store 1 ,mem_mouse_struct_led_gpio 
+0x424f 015117 rtn 
+:      015120 mouse_dpi_led_blink_delay_timer:
+0x4250 015121 arg mem_mouse_dpi_led_delay_count ,regc 
+0x4251 015122 arg mouse_dpi_led_setting ,regb 
+0x4252 015123 branch timer_single_step 
+:      015124 mouse_dpi_led_setting:
+0x4253 015125 fetch 1 ,mem_dpi_led_gpio 
+0x4254 015126 store 1 ,mem_mouse_struct_led_gpio 
+0x4255 015127 setarg led_dpi_blink 
+0x4256 015128 store 2 ,mem_mouse_on_time 
+0x4257 015129 store 2 ,mem_mouse_off_time 
+0x4258 015130 arg 0 ,rega 
+0x4259 015131 fetcht 1 ,mem_mouse_dpi 
+0x425a 015132 increase 1 ,temp 
+0x425b 015133 storet 1 ,mem_mouse_blink_count 
+0x425c 015134 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x425d 015135 rtn 
+:      015137 mouse_le_enable_att_list:
+0x425e 015138 fetch 1 ,mem_le_connect_status_flag 
+0x425f 015139 rtnbit1 ll_pairing_success_flag 
+0x4260 015140 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x4261 015141 call ui_ipc_send_cmd 
+0x4262 015142 arg write_req_enable_flag ,queue 
+0x4263 015143 branch mouse_le_enable_connect_flag 
+:      015146 mouse_check_discovery_timeout:
+0x4264 015147 call mouse_stop_discovery 
+0x4265 015148 branch app_enter_hibernate 
+:      015150 mouse_check_direct_timeout:
+0x4266 015151 call app_ble_stop_direct_adv 
+0x4267 015152 fetch 1 ,mem_reconn_times 
+0x4268 015153 nbranch mouse_polling_device ,blank 
+0x4269 015154 branch app_enter_hibernate 
+:      015156 mouse_check_no_data_timeout:
+0x426a 015157 bmark1 mark_24g ,check_51cmd_hibernate 
+0x426b 015158 branch mouse_disconnect 
+:      015162 mouse_bb_event_discovery_btn:
+0x426c 015163 bpatch patch1d_2 ,mem_patch1d 
+0x426d 015164 jam 0 ,mem_mouse_send_blank_timer 
+0x426e 015165 call mouse_disconnect 
+0x426f 015166 call mouse_le_clean_connect_flag 
+0x4270 015167 branch mouse_start_discovery 
+:      015171 mouse3_0_check_reconn_target:
+0x4271 015172 fetch 6 ,mem_hci_plap 
+0x4272 015173 branch app_bt_start_discovery_short ,blank 
+0x4273 015174 call mouse_reconn_setting_led_gpio 
+0x4274 015175 jam 0x17 ,mem_connection_options 
+0x4275 015176 fetch 1 ,mem_ssp_enable 
+0x4276 015177 nbranch app_bt_start_reconnect ,blank 
+0x4277 015178 jam 0x04 ,mem_connection_options 
+0x4278 015179 branch app_bt_start_reconnect 
+:      015181 mouse4_0_check_reconn_target:
+0x4279 015182 fetch 2 ,mem_mouse_direct_timeout 
+0x427a 015183 store 2 ,mem_mouse_direct_timer 
+0x427b 015184 call mouse_reconn_setting_led_gpio 
+0x427c 015185 call app_lpm_mult_disable 
+0x427d 015186 branch check_51cmd_adv 
+:      015188 mouse_reconn_setting_led_gpio:
+0x427e 015189 setarg led_reconnect_blink 
+0x427f 015190 store 2 ,mem_mouse_on_time 
+0x4280 015191 store 2 ,mem_mouse_off_time 
+0x4281 015192 branch mouse_setting_led_gpio_comman 
+:      015194 mouse_discover_setting_led_gpio:
+0x4282 015195 setarg led_discovery_blink 
+0x4283 015196 store 2 ,mem_mouse_on_time 
+0x4284 015197 store 2 ,mem_mouse_off_time 
+:      015198 mouse_setting_led_gpio_comman:
+0x4285 015199 fetch 1 ,mem_device_flag 
+0x4286 015200 beq mode_bt_device1 ,mouse_device_led1 
+0x4287 015201 beq mode_bt_device2 ,mouse_device_led2 
+0x4288 015202 beq mode_bt_device3 ,mouse_device_led3 
+0x4289 015203 rtn 
+:      015204 mouse_device_led1:
+0x428a 015205 fetch 1 ,mem_config_device1_led_gpio 
+0x428b 015206 branch mouse_led_blink 
+:      015207 mouse_device_led2:
+0x428c 015208 fetch 1 ,mem_config_device2_led_gpio 
+0x428d 015209 branch mouse_led_blink 
+:      015210 mouse_device_led3:
+0x428e 015211 fetch 1 ,mem_config_device3_led_gpio 
+:      015212 mouse_led_blink:
+0x428f 015213 store 1 ,mem_temp 
+0x4290 015214 call mouse_devce_led_off 
+0x4291 015215 fetch 1 ,mem_temp 
+0x4292 015216 store 1 ,mem_mouse_struct_led_gpio 
+0x4293 015217 arg 0 ,rega 
+0x4294 015218 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x4295 015219 branch ui_led_blink_start_global 
+:      015221 mouse_led_off:
+0x4296 015222 arg 0 ,rega 
+0x4297 015223 branch ui_led_off_global 
+:      015224 mouse_led_on:
+0x4298 015225 arg 0 ,rega 
+0x4299 015226 branch ui_led_on_global 
+:      015228 mouse4_0_bb_event_discovery_btn:
+0x429a 015229 branch mouse_le_clean_connect_flag 
+:      015231 mouse_bt_hid_handshake:
+0x429b 015232 jam app_handshake_done ,mem_app_handshake_flag 
+0x429c 015233 call app_lpm_mult_enable 
+0x429d 015234 call app_bt_store_reconn_info 
+0x429e 015235 setarg 0 
+0x429f 015236 store 2 ,mem_discovery_timeout_timer_count 
+0x42a0 015237 store 1 ,mem_hid_handshake_timer_count 
+0x42a1 015238 branch app_bt_enter_sniff 
+:      015240 mouse_check_reconn_target:
+0x42a2 015241 call mouse_cheak_select_device_by_switch 
+0x42a3 015242 fetch 1 ,mem_device_flag 
+0x42a4 015243 fetcht 1 ,mem_24g_device_number 
+0x42a5 015244 isub temp ,null 
+0x42a6 015245 branch mouse_connect_24g_mode ,zero 
+0x42a7 015246 fetch 1 ,mem_xrecord_mode 
+0x42a8 015247 beq rec_3_mode ,mouse3_0_check_reconn_target 
+0x42a9 015248 beq rec_4_mode ,mouse4_0_check_reconn_target 
+0x42aa 015249 branch mouse_start_discovery 
+:      015250 mouse_connect_24g_mode:
+0x42ab 015251 call mouse_start_24g_mode 
+0x42ac 015252 rtnmark1 mark_24g 
+0x42ad 015253 fetch 1 ,mem_reconn_times 
+0x42ae 015254 nbranch mouse_polling_device ,blank 
+0x42af 015255 rtn 
+:      015257 mouse_start_discovery:
+0x42b0 015258 bpatch patch1d_3 ,mem_patch1d 
+0x42b1 015259 fetch 2 ,mem_ui_state_map 
+0x42b2 015260 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+0x42b3 015261 fetch mouse_flag_len ,mem_mouse_flag 
+0x42b4 015262 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+0x42b5 015263 random pdata 
+0x42b6 015264 store 1 ,mem_le_lap + 1 
+:      015265 mouse_start_discovery_norandom:
+0x42b7 015266 call app_lpm_mult_disable 
+0x42b8 015267 fetch 2 ,mem_discovery_timeout 
+0x42b9 015268 store 2 ,mem_mouse_discovery_timer 
+0x42ba 015269 jam 6 ,mem_connection_options 
+0x42bb 015270 setarg 0 
+0x42bc 015271 store 2 ,mem_mouse_no_data_timer 
+0x42bd 015272 store 2 ,mem_mouse_direct_timer 
+0x42be 015273 arg mouse_store_eeprom_flag ,queue 
+0x42bf 015274 call mouse_enable_function_flag 
+0x42c0 015275 call mouse_bt_discovery_button_down_disable 
+0x42c1 015276 fetch 1 ,mem_device_option 
+0x42c2 015277 isolate1 mode_4_mouse ,pdata 
+0x42c3 015278 call check_51cmd_adv ,true 
+0x42c4 015279 fetch 1 ,mem_device_option 
+0x42c5 015280 isolate1 mode_3_mouse ,pdata 
+0x42c6 015281 call check_51cmd_start_discovery ,true 
+0x42c7 015282 fetch mouse_flag_len ,mem_mouse_flag 
+0x42c8 015283 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_start_blink 
+0x42c9 015284 branch mouse_discover_setting_led_gpio 
+:      015286 mouse_stop_discovery:
+0x42ca 015287 bpatch patch1d_4 ,mem_patch1d 
+0x42cb 015288 fetch 1 ,mem_device_option 
+0x42cc 015289 isolate1 mode_4_mouse ,pdata 
+0x42cd 015290 call mouse_stop_le_adv ,true 
+0x42ce 015291 fetch 1 ,mem_device_option 
+0x42cf 015292 isolate1 mode_3_mouse ,pdata 
+0x42d0 015293 call mouse_stop_bt3_discovery ,true 
+0x42d1 015294 fetch mouse_flag_len ,mem_mouse_flag 
+0x42d2 015295 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_led_blink_stop 
+0x42d3 015296 branch mouse_devce_led_off 
+:      015297 mouse_stop_le_adv:
+0x42d4 015298 setarg 0 
+0x42d5 015299 store 2 ,mem_mouse_direct_timer 
+0x42d6 015300 branch check_51cmd_stop_adv 
+:      015301 mouse_stop_bt3_discovery:
+0x42d7 015302 setarg 0 
+0x42d8 015303 store 2 ,mem_mouse_discovery_timer 
+0x42d9 015304 branch check_51cmd_stop_discovery 
+:      015310 mouse_store_remote_bdaddr:
+0x42da 015311 fetch mouse_flag_len ,mem_mouse_flag 
+0x42db 015312 rtnbit0 mouse_store_eeprom_flag 
+0x42dc 015313 arg mouse_store_eeprom_flag ,queue 
+0x42dd 015314 call mouse_disable_function_flag 
+0x42de 015315 call mouse_check_device_addr 
+:      015316 mouse_unplug_clean_bdaddr:
+0x42df 015317 call mouse_before_store_reconn_info 
+0x42e0 015318 fetch mouse_flag_len ,mem_mouse_flag 
+0x42e1 015319 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x42e2 015320 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x42e3 015321 rtn 
+:      015322 mouse_store_eeprom_device_info:
+0x42e4 015323 arg 88 ,temp 
+0x42e5 015324 arg mem_device_flag ,rega 
+0x42e6 015325 arg mouse_info_eeprom_offect ,regb 
+0x42e7 015326 branch iicd_write_protect_eep_data 
+:      015328 mouse_check_device_addr:
+0x42e8 015329 fetch 1 ,mem_record_bt_mode 
+0x42e9 015330 beq rec_4_mode ,mouse_check_le_device_addr 
+0x42ea 015331 beq rec_3_mode ,mouse_check_bt_device_addr 
+0x42eb 015332 rtn 
+:      015333 mouse_check_le_device_addr:
+0x42ec 015334 store 1 ,mem_device_addr_temp 
+0x42ed 015335 fetch 6 ,mem_le_plap 
+0x42ee 015336 branch mouse_check_bt_device_addr_common 
+:      015337 mouse_check_bt_device_addr:
+0x42ef 015338 store 1 ,mem_device_addr_temp 
+0x42f0 015339 fetch 6 ,mem_plap 
+:      015340 mouse_check_bt_device_addr_common:
+0x42f1 015341 store 6 ,mem_device_addr_temp + 1 
+0x42f2 015342 fetch 7 ,mem_device_addr_temp 
+0x42f3 015343 arg mem_device1_type ,contr 
+0x42f4 015344 arg 3 ,loopcnt 
+:      015345 mouse_check_device_addr_end:
+0x42f5 015346 ifetcht 7 ,contr 
+0x42f6 015347 isub temp ,null 
+0x42f7 015348 branch mouse_clean_addr ,zero 
+0x42f8 015349 increase 22 ,contr 
+0x42f9 015350 loop mouse_check_device_addr_end 
+0x42fa 015351 rtn 
+:      015352 mouse_before_store_reconn_info:
+0x42fb 015353 arg mem_device1_type ,rega 
+0x42fc 015354 fetch 1 ,mem_device_flag 
+0x42fd 015355 increase -1 ,pdata 
+0x42fe 015356 mul32 pdata ,29 ,pdata 
+0x42ff 015357 iadd rega ,rega 
+0x4300 015358 fetch 1 ,mem_record_bt_mode 
+0x4301 015359 istore 1 ,rega 
+0x4302 015360 beq rec_4_mode ,mouse_store_le_device 
+0x4303 015361 beq rec_3_mode ,mouse_store_bt_device 
+0x4304 015362 rtn 
+:      015364 mouse_store_le_device:
+0x4305 015365 fetch 6 ,mem_le_plap 
+0x4306 015366 istore 6 ,contw 
+0x4307 015367 arg mem_le_ltk ,contr 
+0x4308 015368 call memcpy16 
+0x4309 015369 fetch 6 ,mem_le_lap 
+0x430a 015370 istore 6 ,contw 
+0x430b 015371 rtn 
+:      015372 mouse_store_bt_device:
+0x430c 015373 fetch 6 ,mem_plap 
+0x430d 015374 istore 6 ,contw 
+0x430e 015375 arg mem_link_key ,contr 
+0x430f 015376 branch memcpy16 
+:      015378 mouse_clean_addr:
+0x4310 015379 increase -6 ,contr 
+0x4311 015380 copy contr ,contw 
+0x4312 015381 fetcht 6 ,mem_device_addr_temp + 1 
+0x4313 015382 increase 3 ,temp 
+0x4314 015383 istoret 6 ,contw 
+0x4315 015384 rtn 
+:      015388 mouse_eeprom_load_recon_info:
+0x4316 015389 arg 88 ,temp 
+0x4317 015390 arg mem_device_flag ,rega 
+0x4318 015391 arg mouse_info_eeprom_offect ,regb 
+0x4319 015392 call iicd_read_eep_data 
+:      015393 mouse_select_reconn_device:
+0x431a 015394 arg mem_device1_type ,rega 
+0x431b 015395 fetch 1 ,mem_device_flag 
+0x431c 015396 fetcht 1 ,mem_24g_device_number 
+0x431d 015397 isub temp ,null 
+0x431e 015398 rtn zero 
+0x431f 015399 increase -1 ,pdata 
+0x4320 015400 mul32 pdata ,29 ,pdata 
+0x4321 015401 iadd rega ,rega 
+0x4322 015402 ifetch 1 ,rega 
+0x4323 015403 store 1 ,mem_xrecord_mode 
+0x4324 015404 beq rec_3_mode ,mouse_load_bt_device 
+0x4325 015405 beq rec_4_mode ,mouse_load_le_device 
+0x4326 015406 rtn 
+:      015408 mouse_load_bt_device:
+0x4327 015409 ifetch 6 ,contr 
+:      015410 mouse_load_bt_device_end:
+0x4328 015411 store 6 ,mem_hci_plap 
+0x4329 015412 arg mem_link_key ,contw 
+0x432a 015413 call memcpy16 
+0x432b 015414 branch check_link_key_load 
+:      015416 mouse_load_le_device:
+0x432c 015417 ifetch 6 ,contr 
+:      015418 mouse_load_le_device_end:
+0x432d 015419 store 6 ,mem_hci_plap 
+0x432e 015420 arg mem_le_ltk ,contw 
+0x432f 015421 call memcpy16 
+0x4330 015422 ifetch 6 ,contr 
+0x4331 015423 store 6 ,mem_le_lap 
+0x4332 015424 rtn 
+:      015427 mouse_select_device:
+0x4333 015428 fetch 1 ,mem_config_function_enable 
+0x4334 015429 bbit1 enable_select_device_by_gpio_button ,mouse_select_device_by_button 
+0x4335 015430 bbit1 enable_select_device_by_switch ,mouse_select_device_by_switch 
+0x4336 015431 branch mouse_select_device_by_combination_key 
+:      015433 mouse_select_device_by_combination_key:
+0x4337 015434 call mouse_check_key_gpio 
+0x4338 015435 beq mouse_rm_button ,mouse_select_device_commbination_key_down 
+:      015436 mouse_select_device_commbination_key_up:
+0x4339 015437 jam 30 ,mem_combination_select_device_count 
+0x433a 015438 fetch 1 ,mem_select_device_button_statue 
+0x433b 015439 rtneq dpi_button_state_up 
+0x433c 015440 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x433d 015441 rtn 
+:      015443 mouse_select_device_commbination_key_down:
+0x433e 015444 call mouse_combination_select_device_timer 
+0x433f 015445 fetch 1 ,mem_select_device_button_statue 
+0x4340 015446 rtneq dpi_button_state_down 
+0x4341 015447 jam dpi_button_state_down ,mem_select_device_button_statue 
+0x4342 015448 branch mouse_select_device_enable 
+:      015450 mouse_combination_select_device_timer:
+0x4343 015451 fetch 1 ,mem_combination_select_device_count 
+0x4344 015452 rtn blank 
+0x4345 015453 pincrease -1 
+0x4346 015454 store 1 ,mem_combination_select_device_count 
+0x4347 015455 nrtn blank 
+0x4348 015456 branch mouse_ready_reconnection_by_button 
+:      015458 mouse_select_device_by_button:
+0x4349 015459 fetch 1 ,mem_config_select_device_button_gpio 
+0x434a 015460 rtneq gpio_disable 
+0x434b 015461 fetcht 1 ,mem_config_select_device_button_gpio 
+0x434c 015462 call gpio_get_bit 
+0x434d 015463 branch mouse_select_device_button_down ,true 
+:      015464 mouse_select_device_button_up:
+0x434e 015465 fetch 1 ,mem_select_device_button_statue 
+0x434f 015466 rtneq dpi_button_state_up 
+0x4350 015467 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x4351 015468 fetch mouse_flag_len ,mem_mouse_flag 
+0x4352 015469 rtnbit1 mouse_long_bt_button_flag 
+0x4353 015470 branch mouse_ready_reconnection_by_button 
+:      015472 mouse_select_device_button_down:
+0x4354 015473 fetch 1 ,mem_select_device_button_statue 
+0x4355 015474 rtneq dpi_button_state_down 
+0x4356 015475 jam dpi_button_state_down ,mem_select_device_button_statue 
+0x4357 015476 arg mouse_long_bt_button_flag ,queue 
+0x4358 015477 branch mouse_disable_function_flag 
+:      015481 mouse_select_device_by_switch:
+0x4359 015482 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
+0x435a 015483 rtnbit0 enable_select_device_by_switch 
+0x435b 015484 fetch 1 ,mem_device_flag 
+0x435c 015485 beq mode_bt_device1 ,mouse_select1_device 
+0x435d 015486 beq mode_24g_device ,mouse_select2_device 
+0x435e 015487 rtn 
+:      015488 mouse_cheak_select_device_by_switch:
+0x435f 015489 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
+0x4360 015490 rtnbit0 enable_select_device_by_switch 
+0x4361 015491 fetcht 1 ,mem_config_select_device_button_gpio 
+0x4362 015492 call gpio_get_bit 
+0x4363 015493 branch mouse_cheak_select_24gdevice ,true 
+:      015494 mouse_select_btdevice:
+0x4364 015495 jam mode_bt_device1 ,mem_device_flag 
+0x4365 015496 rtn 
+:      015497 mouse_cheak_select_24gdevice:
+0x4366 015498 fetch 1 ,mem_24g_device_number 
+0x4367 015499 store 1 ,mem_device_flag 
+0x4368 015500 rtn 
+:      015501 mouse_select1_device:
+0x4369 015502 fetcht 1 ,mem_config_select_device_button_gpio 
+0x436a 015503 nbranch mouse_ready_reconnection_by_button ,true 
+0x436b 015504 rtn 
+:      015505 mouse_select2_device:
+0x436c 015506 fetcht 1 ,mem_config_select_device_button_gpio 
+0x436d 015507 call gpio_get_bit 
+0x436e 015508 branch mouse_select_device_button_down ,true 
+0x436f 015509 rtn 
+:      015514 mouse_ready_reconnection_by_button:
+0x4370 015515 fetcht 1 ,mem_device_flag 
+0x4371 015516 increase 1 ,temp 
+0x4372 015517 fetch 1 ,mem_device_number 
+0x4373 015518 isub temp ,null 
+0x4374 015519 ncall mouse_select_device_count_clean ,positive 
+0x4375 015520 storet 1 ,mem_device_flag 
+0x4376 015521 jam 0 ,mem_link_key_exists 
+0x4377 015522 call mouse_store_device_number2eeprom 
+0x4378 015523 call mouse_select_device_enable 
+0x4379 015525 branch mouse_set_reconnection 
+:      015527 mouse_store_device_number2eeprom:
+0x437a 015528 arg 1 ,temp 
+0x437b 015529 arg mem_device_flag ,rega 
+0x437c 015530 arg 0 ,regb 
+0x437d 015531 branch iicd_write_eep_data 
+:      015533 mouse_set_reconnection:
+0x437e 015534 call mouse_stop_bluetooth_mode 
+0x437f 015535 call mouse_select_device_disable 
+0x4380 015536 branch mouse_soft_reset 
+:      015537 mouse_stop_bluetooth_mode:
+0x4381 015538 fetch 2 ,mem_ui_state_map 
+0x4382 015539 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
+0x4383 015540 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x4384 015541 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x4385 015542 branch mouse_stop_discovery 
+:      015544 mouse_disconnect:
+0x4386 015545 bpatch patch1d_5 ,mem_patch1d 
+0x4387 015546 setarg 0 
+0x4388 015547 store 2 ,mem_mouse_no_data_timer 
+0x4389 015548 fetch 2 ,mem_ui_state_map 
+0x438a 015549 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x438b 015550 fetch 2 ,mem_ui_state_map 
+0x438c 015551 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x438d 015552 rtn 
+:      015554 mouse_irtual_cable_unplug:
+0x438e 015555 setarg 0x01 
+0x438f 015556 store 6 ,mem_plap 
+0x4390 015557 jam rec_3_mode ,mem_record_bt_mode 
+0x4391 015558 branch mouse_unplug_clean_bdaddr 
+:      015561 mouse_cancel_reconnect:
+0x4392 015562 call mouse_bt_cannel_reconn_enable 
+0x4393 015563 branch check_51cmd_bb_reconn_cancel 
+:      015565 mouse_bt_discovery_by_button:
+0x4394 015566 fetch 1 ,mem_config_bt_button_gpio 
+0x4395 015567 rtneq gpio_disable 
+0x4396 015568 fetcht 1 ,mem_config_bt_button_gpio 
+0x4397 015569 call gpio_get_bit 
+0x4398 015570 branch mouse_bt_discovery_button_down ,true 
+:      015571 mouse_bt_discovery_button_up:
+0x4399 015572 fetch 1 ,mem_ui_button_timeout 
+0x439a 015573 store 1 ,mem_combination_ui_button_count 
+0x439b 015574 fetch 1 ,mem_bt_discovey_button_statue 
+0x439c 015575 rtneq dpi_button_state_up 
+0x439d 015576 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
+0x439e 015577 branch mouse_bt_discovery_button_down_disable 
+:      015578 mouse_bt_discovery_button_down:
+0x439f 015579 call mouse_bt_discovry_timer 
+0x43a0 015580 fetch 1 ,mem_bt_discovey_button_statue 
+0x43a1 015581 rtneq dpi_button_state_down 
+0x43a2 015582 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
+0x43a3 015583 call check_51cmd_bb_reconn_cancel 
+0x43a4 015584 branch mouse_bt_discovery_button_down_enable 
+:      015587 mouse_bt_discovery_cheak:
+0x43a5 015588 fetch 1 ,mem_config_function_enable 
+0x43a6 015589 bbit1 enable_bt_button ,mouse_bt_discovery_by_button 
+:      015590 mouse_bt_discovery_commbination_key:
+0x43a7 015591 call mouse_check_key_gpio 
+0x43a8 015592 beq mouse_lmr_button ,mouse_bt_discovery_commbination_key_down 
+:      015593 mouse_bt_discovery_commbination_key_up:
+0x43a9 015594 fetch 1 ,mem_ui_button_timeout 
+0x43aa 015595 store 1 ,mem_combination_ui_button_count 
+0x43ab 015596 fetch 1 ,mem_bt_discovey_button_statue 
+0x43ac 015597 rtneq dpi_button_state_up 
+0x43ad 015598 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
+0x43ae 015599 branch mouse_bt_discovery_button_down_disable 
+:      015602 mouse_bt_discovery_commbination_key_down:
+0x43af 015603 call mouse_bt_discovry_timer 
+0x43b0 015604 fetch 1 ,mem_bt_discovey_button_statue 
+0x43b1 015605 rtneq dpi_button_state_down 
+0x43b2 015606 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
+0x43b3 015607 call check_51cmd_bb_reconn_cancel 
+0x43b4 015608 branch mouse_bt_discovery_button_down_enable 
+:      015610 mouse_bt_discovry_timer:
+0x43b5 015611 arg mem_combination_ui_button_count ,regc 
+0x43b6 015612 arg mouse_long_button_bt_discovry ,regb 
+0x43b7 015613 branch timer_single_step 
+:      015615 mouse_long_button_bt_discovry:
+0x43b8 015616 arg mouse_long_bt_button_flag ,queue 
+0x43b9 015617 call mouse_enable_function_flag 
+0x43ba 015618 call app_evt_button_long_pressed 
+0x43bb 015619 branch mouse_bb_event_discovery_btn 
+:      015622 mouse_cpi_enable:
+0x43bc 015623 arg mouse_cpi_flag ,queue 
+0x43bd 015624 branch mouse_enable_function_flag 
+:      015625 mouse_cpi_disable:
+0x43be 015626 arg mouse_cpi_flag ,queue 
+0x43bf 015627 branch mouse_disable_function_flag 
+:      015628 mouse_select_device_enable:
+0x43c0 015629 arg mouse_select_device_flag ,queue 
+0x43c1 015630 branch mouse_enable_function_flag 
+:      015631 mouse_select_device_disable:
+0x43c2 015632 arg mouse_select_device_flag ,queue 
+0x43c3 015633 branch mouse_disable_function_flag 
+:      015634 mouse_bt_cannel_reconn_enable:
+0x43c4 015635 arg mouse_bt_cannel_reconn_flag ,queue 
+0x43c5 015636 branch mouse_enable_function_flag 
+:      015637 mouse_bt_cannel_reconn_disable:
+0x43c6 015638 arg mouse_bt_cannel_reconn_flag ,queue 
+0x43c7 015639 branch mouse_disable_function_flag 
+:      015640 mouse_bt_discovery_button_down_enable:
+0x43c8 015641 arg mouse_bt_discovery_button_down_flag ,queue 
+0x43c9 015642 branch mouse_enable_function_flag 
+:      015643 mouse_bt_discovery_button_down_disable:
+0x43ca 015644 arg mouse_bt_discovery_button_down_flag ,queue 
+0x43cb 015645 branch mouse_disable_function_flag 
+:      015649 mouse_select_device_count_clean:
+0x43cc 015650 arg 1 ,temp 
+0x43cd 015651 rtn 
+:      015653 mouse_enable_function_flag:
+0x43ce 015654 fetch mouse_flag_len ,mem_mouse_flag 
+0x43cf 015655 qset1 pdata 
+0x43d0 015656 store mouse_flag_len ,mem_mouse_flag 
+0x43d1 015657 rtn 
+:      015659 mouse_disable_function_flag:
+0x43d2 015660 fetch mouse_flag_len ,mem_mouse_flag 
+0x43d3 015661 qset0 pdata 
+0x43d4 015662 store mouse_flag_len ,mem_mouse_flag 
+0x43d5 015663 rtn 
+:      015665 mouse_adc_read:
+0x43d6 015666 fetch mouse_flag_len ,mem_mouse_flag 
+0x43d7 015667 rtnbit0 mouse_enable_adc 
+0x43d8 015668 fetch 1 ,mem_adc_read_timer 
+0x43d9 015669 increase 1 ,pdata 
+0x43da 015670 store 1 ,mem_adc_read_timer 
+0x43db 015671 sub pdata ,10 ,null 
+0x43dc 015672 rtn positive 
+0x43dd 015673 jam 0 ,mem_adc_read_timer 
+0x43de 015674 call adc_set_mode 
+0x43df 015675 call vdd_calculate_by_mode 
+0x43e0 015676 store 2 ,mem_mouse_vdd_now_vol 
+0x43e1 015677 arg mem_mouse_vdd_calculate_set ,rega 
+0x43e2 015678 call adc_bat_percent_lowpower_out 
+0x43e3 015679 fetch 1 ,mem_adc_power_flag 
+0x43e4 015680 bbit1 1 ,mouse_power_down 
+0x43e5 015681 bbit0 0 ,mouse_adc_no_low_voltage 
+0x43e6 015682 branch mouse_adc_low_voltage 
+:      015683 mouse_adc_low_voltage:
+0x43e7 015684 arg mouse_low_voltage_flag ,queue 
+0x43e8 015685 branch mouse_enable_function_flag 
+:      015686 mouse_adc_no_low_voltage:
+0x43e9 015687 arg mouse_low_voltage_flag ,queue 
+0x43ea 015688 branch mouse_disable_function_flag 
+:      015690 mouse_low_voltage_led_timer:
+0x43eb 015691 fetch mouse_flag_len ,mem_mouse_flag 
+0x43ec 015692 rtnbit0 mouse_low_voltage_flag 
+0x43ed 015693 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x43ee 015694 store 1 ,mem_mouse_struct_led_gpio 
+0x43ef 015695 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x43f0 015696 pincrease 1 
+0x43f1 015697 store 1 ,mem_adc_low_volatage_led_timer_count 
+0x43f2 015698 sub pdata ,20 ,null 
+0x43f3 015699 ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
+0x43f4 015700 beq 2 ,mouse_low_voltage_led_on 
+0x43f5 015701 beq 4 ,mouse_low_voltage_led_off 
+0x43f6 015702 beq 6 ,mouse_low_voltage_led_on 
+0x43f7 015703 beq 8 ,mouse_low_voltage_led_off 
+0x43f8 015704 rtn 
+:      015705 mouse_adc_low_volatage_led_timer_count_clean:
+0x43f9 015706 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0x43fa 015707 branch mouse_low_voltage_led_off 
+:      015708 mouse_low_voltage_led_on:
+0x43fb 015709 arg 0 ,rega 
+0x43fc 015710 jam ui_led_state_lighting ,mem_mouse_led_type 
+0x43fd 015711 branch ui_led_on_global 
+:      015712 mouse_low_voltage_led_off:
+0x43fe 015713 arg 0 ,rega 
+0x43ff 015714 jam ui_led_state_lighting ,mem_mouse_led_type 
+0x4400 015715 branch ui_led_off_global 
+:      015717 mouse_g24_package_data:
+0x4401 015718 call mouse_motion 
+0x4402 015719 nrtn user 
+0x4403 015720 arg 7 ,rega 
+0x4404 015721 arg mem_mouse_key ,regb 
+0x4405 015722 rtn 
+:      015724 mouse_g24_enter_lpm:
+0x4406 015725 fetch 1 ,mem_mouse_24g_enter_lpm_enable 
+0x4407 015726 rtn blank 
+0x4408 015728 fetcht 1 ,mem_dpi_button_gpio 
+0x4409 015729 call gpio_get_bit 
+0x440a 015730 call mouse_24g_dpi_delay_init ,true 
+0x440b 015731 fetch 1 ,mem_24g_enter_lpm_timer 
+0x440c 015732 nrtn blank 
+0x440d 015733 call mouse_check_key_gpio 
+0x440e 015734 nrtn blank 
+0x440f 015735 branch g24_lpm_long_sleep 
+:      015737 mouse_24g_dpi_delay_init:
+0x4410 015738 fetch 1 ,mem_dpi_button_gpio 
+0x4411 015739 rtneq ui_button_gpio_disable 
+0x4412 015740 jam 10 ,mem_24g_enter_lpm_timer 
+0x4413 015741 rtn 
+:      015744 mouse_load_flash_info_cheak:
+0x4414 015745 call mouse_load_flash_flag 
+0x4415 015746 fetch 2 ,mem_store_flag 
+0x4416 015747 arg eeprom_init_flag ,temp 
+0x4417 015748 isub temp ,null 
+0x4418 015749 branch mouse_load_flash_device_info ,zero 
+0x4419 015750 storet 2 ,mem_store_flag 
+0x441a 015751 call mouse_ble_init_address 
+0x441b 015752 branch mouse_store_flash_device_info 
+:      015753 mouse_ble_init_address:
+0x441c 015754 fetch 6 ,mem_le_lap 
+0x441d 015755 store 6 ,mem_device1_locall_addr 
+0x441e 015756 add pdata ,0x0100 ,pdata 
+0x441f 015757 store 6 ,mem_device2_locall_addr 
+0x4420 015758 add pdata ,0x0100 ,pdata 
+0x4421 015759 store 6 ,mem_device3_locall_addr 
+0x4422 015760 rtn 
+:      015763 mouse_load_flash_flag:
+0x4423 015764 setarg mem_store_flag 
+0x4424 015765 arg mem_mouse_information_start ,temp 
+0x4425 015766 isub temp ,temp 
+0x4426 015767 fetch 3 ,mem_flash_base 
+0x4427 015768 iadd temp ,pdata 
+0x4428 015769 arg 2 ,temp 
+0x4429 015770 arg mem_store_flag ,rega 
+0x442a 015771 branch spid_read_flash 
+:      015774 mouse_load_flash_device_info:
+0x442b 015775 setarg mem_mouse_information_end 
+0x442c 015776 arg mem_mouse_information_start ,temp 
+0x442d 015777 isub temp ,temp 
+0x442e 015778 fetch 3 ,mem_flash_base 
+0x442f 015779 arg mem_mouse_information_start ,rega 
+0x4430 015780 call spid_read_flash 
+0x4431 015781 call mouse_select_reconn_device 
+0x4432 015782 fetch 4 ,mem_mouse_24g_addr 
+0x4433 015783 call g24_head_ptr2regc 
+0x4434 015784 branch g24_store_mem_addr 
+:      015786 mouse_store_flash_device_info:
+0x4435 015787 setarg mem_mouse_information_end 
+0x4436 015788 arg mem_mouse_information_start ,temp 
+0x4437 015789 isub temp ,temp 
+0x4438 015790 arg mem_mouse_information_start ,rega 
+0x4439 015791 fetch 3 ,mem_flash_base 
+0x443a 015792 branch flash_write 
+:      015794 mouse_store_eerpom_dpi:
+0x443b 015795 arg 1 ,temp 
+0x443c 015796 arg mem_mouse_dpi ,rega 
+0x443d 015797 arg mouse_dpi_eeprom_offect ,regb 
+0x443e 015798 branch iicd_write_protect_eep_data 
+:      015800 mouse_load_eeprom_dpi:
+0x443f 015801 arg 1 ,temp 
+0x4440 015802 arg mem_mouse_dpi ,rega 
+0x4441 015803 arg mouse_dpi_eeprom_offect ,regb 
+0x4442 015804 branch iicd_read_eep_data 
+:      015806 mouse_statue_cheak_timer:
+0x4443 015807 rtnmark1 mark_24g 
+0x4444 015808 fetch mouse_flag_len ,mem_mouse_flag 
+0x4445 015809 rtnbit0 mouse_enable_statue_up 
+0x4446 015810 fetch 1 ,mem_mouse_1step_up_count 
+0x4447 015811 pincrease 1 
+0x4448 015812 and pdata ,0x07 ,pdata 
+0x4449 015813 store 1 ,mem_mouse_1step_up_count 
+0x444a 015814 rtnne 0x07 
+0x444b 015815 fetch 2 ,mem_ui_state_map 
+0x444c 015816 bbit1 ui_state_bt_connected ,mouse_check_statue_up 
+0x444d 015817 bbit1 ui_state_ble_connected ,mouse_check_statue_up 
+0x444e 015818 rtn 
+:      015823 mouse_check_statue_up:
+0x444f 015824 bpatch patch1d_6 ,mem_patch1d 
+0x4450 015825 fetch 1 ,mem_mouse_2step_up_count 
+0x4451 015826 nrtn blank 
+0x4452 015827 fetch mouse_flag_len ,mem_mouse_flag 
+0x4453 015828 rtnbit0 mouse_statue_up_flag 
+0x4454 015829 fetch 1 ,mem_sensor_squal_reg 
+0x4455 015830 call sensor_read 
+0x4456 015831 store 1 ,mem_sensor_iqc 
+0x4457 015832 sub pdata ,0x10 ,null 
+0x4458 015833 branch mouse_statue_up_timer_init ,positive 
+0x4459 015834 jam 0 ,mem_mouse_2step_up_count 
+0x445a 015835 rtn 
+:      015837 mouse_statue_up_timer_init:
+0x445b 015838 jam 30 ,mem_mouse_2step_up_count 
+0x445c 015839 rtn 
+:      015840 mouse_statue_up_timer:
+0x445d 015841 arg mem_mouse_2step_up_count ,regc 
+0x445e 015842 arg mouse_statue_up ,regb 
+0x445f 015843 branch timer_single_step 
+:      015845 mouse_statue_up:
+0x4460 015846 fetch 1 ,mem_sensor_squal_reg 
+0x4461 015847 call twspi_read 
+0x4462 015848 sub pdata ,0x10 ,null 
+0x4463 015849 nrtn positive 
+0x4464 015850 fetch mouse_flag_len ,mem_mouse_flag 
+0x4465 015851 rtnbit0 mouse_statue_up_flag 
+0x4466 015852 arg mouse_statue_up_flag ,queue 
+0x4467 015853 call mouse_disable_function_flag 
+0x4468 015854 jam 0 ,mem_lpm_mult 
+0x4469 015855 jam 30 ,mem_mouse_statue_led_timer 
+0x446a 015856 call mouse_devce_led_off 
+0x446b 015857 fetch mouse_flag_len ,mem_mouse_flag 
+0x446c 015858 bbit1 mouse_enable_statue_up_three_led ,mouse_three_device_statue_up 
+:      015859 mouse_two_device_statue_up:
+0x446d 015860 fetch 1 ,mem_device_flag 
+0x446e 015861 beq mode_bt_device1 ,mouse_device1_led_on 
+0x446f 015862 beq mode_bt_device2 ,mouse_device_blink_led_init 
+0x4470 015863 rtn 
+:      015864 mouse_three_device_statue_up:
+0x4471 015865 fetch 1 ,mem_device_flag 
+0x4472 015866 beq mode_bt_device1 ,mouse_device1_led_on 
+0x4473 015867 beq mode_bt_device2 ,mouse_device2_led_on 
+0x4474 015868 beq mode_bt_device3 ,mouse_device3_led_on 
+0x4475 015869 rtn 
+:      015871 mouse_device_blink_led_init:
+0x4476 015872 fetch 1 ,mem_config_device1_led_gpio 
+0x4477 015873 branch mouse_led_blink 
+:      015877 mouse_statue_led_off:
+0x4478 015878 jam 0x20 ,mem_lpm_mult 
+0x4479 015879 branch mouse_devce_led_off 
+:      015883 mouse_devce1_led_off:
+0x447a 015884 fetch 1 ,mem_config_device1_led_gpio 
+0x447b 015885 rtneq gpio_disable 
+0x447c 015886 store 1 ,mem_mouse_struct_led_gpio 
+0x447d 015887 branch mouse_led_off 
+:      015889 mouse_devce2_led_off:
+0x447e 015890 fetch 1 ,mem_config_device2_led_gpio 
+0x447f 015891 rtneq gpio_disable 
+0x4480 015892 store 1 ,mem_mouse_struct_led_gpio 
+0x4481 015893 branch mouse_led_off 
+:      015895 mouse_devce_led_off:
+0x4482 015896 call mouse_led_off 
+0x4483 015897 call mouse_devce1_led_off 
+0x4484 015898 call mouse_devce2_led_off 
+:      015899 mouse_devce3_led_off:
+0x4485 015900 fetch 1 ,mem_config_device3_led_gpio 
+0x4486 015901 rtneq gpio_disable 
+0x4487 015902 store 1 ,mem_mouse_struct_led_gpio 
+0x4488 015903 branch mouse_led_off 
+:      015905 mouse_device1_led_on:
+0x4489 015906 fetch 1 ,mem_config_device1_led_gpio 
+0x448a 015907 store 1 ,mem_mouse_struct_led_gpio 
+0x448b 015908 branch mouse_led_on 
+:      015909 mouse_device2_led_on:
+0x448c 015910 fetch 1 ,mem_config_device2_led_gpio 
+0x448d 015911 store 1 ,mem_mouse_struct_led_gpio 
+0x448e 015912 branch mouse_led_on 
+:      015913 mouse_device3_led_on:
+0x448f 015914 fetch 1 ,mem_config_device3_led_gpio 
+0x4490 015915 store 1 ,mem_mouse_struct_led_gpio 
+0x4491 015916 branch mouse_led_on 
+:      015920 mouse_polling_device:
+0x4492 015921 bpatch patch1d_7 ,mem_patch1d 
+0x4493 015922 fetch 1 ,mem_reconn_times 
+0x4494 015923 increase -1 ,pdata 
+0x4495 015924 store 1 ,mem_reconn_times 
+0x4496 015925 fetcht 1 ,mem_device_flag 
+0x4497 015926 increase 1 ,temp 
+0x4498 015927 fetch 1 ,mem_device_number 
+0x4499 015928 isub temp ,null 
+0x449a 015929 ncall mouse_select_device_count_clean ,positive 
+0x449b 015930 storet 1 ,mem_device_flag 
+0x449c 015931 jam 0 ,mem_link_key_exists 
+0x449d 015932 call mouse_store_device_number2eeprom 
+0x449e 015933 call mouse_before_store_reconn_info 
+0x449f 015934 branch mouse_check_reconn_target 
+:      015936 mouse_power_down:
+0x44a0 015937 call mouse_devce_led_off 
+0x44a1 015938 setarg 0 
+0x44a2 015939 store 8 ,mem_gpio_wakeup_low 
+0x44a3 015940 branch lpm_hibernate 
+:      015951 remote_car_init:
+0x44a4 015952 rtn wake 
+0x44a5 015953 hfetch 1 ,core_gpio_sel1 
+0x44a6 015954 and_into 0xf0 ,pdata 
+0x44a7 015955 hstore 1 ,core_gpio_sel1 
+0x44a8 015956 call keyscan_key_init 
+0x44a9 015957 setarg remote_car_le_before_hibernate 
+0x44aa 015958 store 2 ,mem_cb_before_hibernate 
+0x44ab 015960 setarg remote_car_process_lpm_before 
+0x44ac 015961 store 2 ,mem_cb_before_lpm 
+0x44ad 015963 setarg remote_car_scale_process_idle 
+0x44ae 015964 store 2 ,mem_cb_idle_process 
+0x44af 015966 setarg remote_car_scale_process_bb_event 
+0x44b0 015967 store 2 ,mem_cb_bb_event_process 
+0x44b1 015969 setarg app_get_lpm_wake_lock 
+0x44b2 015970 store 2 ,mem_cb_check_wakelock 
+0x44b3 015972 call g24_head_ptr2regc 
+0x44b4 015973 setarg remote_car_g24_package_data 
+0x44b5 015974 add regc ,offset_24g_cb_data ,contw 
+0x44b6 015975 istore 2 ,contw 
+0x44b7 015977 setarg remote_car_g24_enter_lpm 
+0x44b8 015978 add regc ,offset_24g_cb_lpm_prepare ,contw 
+0x44b9 015979 istore 2 ,contw 
+0x44ba 015981 setarg remote_car_process_lpm_before 
+0x44bb 015982 add regc ,offset_24g_cb_lpm_before ,contw 
+0x44bc 015983 istore 2 ,contw 
+0x44bd 015985 setarg remote_car_event_timer 
+0x44be 015986 store 2 ,mem_cb_event_timer 
+0x44bf 015988 setarg remote_car_power_off_signal 
+0x44c0 015989 store 2 ,mem_remote_car_power_off_cb 
+0x44c1 015991 setarg remote_car_soft_switch_power_on_signal 
+0x44c2 015992 store 2 ,mem_remote_car_power_standby_cb 
+0x44c3 015994 setarg remote_car_send_key_data 
+0x44c4 015995 store 2 ,mem_cb_remote_car_keyscan 
+0x44c5 015997 bpatch patch1e_0 ,mem_patch1e 
+0x44c6 015998 call remote_car_init_environment 
+0x44c7 015999 call queue_init 
+0x44c8 016000 jam 2 ,mem_lpm_mult 
+0x44c9 016001 fetch 1 ,mem_remote_car_config_soft_switch_enable 
+0x44ca 016002 store 1 ,mem_remote_car_hard_soft_switch 
+0x44cb 016003 beq hard_switch ,remote_car_hard_switch_power_on_signal 
+0x44cc 016004 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
+0x44cd 016005 store 1 ,mem_ui_button_gpio 
+:      016006 remote_car_soft_switch_power_on_init:
+0x44ce 016007 call remote_car_ui_led_init 
+0x44cf 016008 call ui_button_init 
+0x44d0 016009 call ui_button_polling 
+0x44d1 016010 jam power_starting ,mem_remote_car_power_state 
+0x44d2 016011 fetch 2 ,mem_ui_state_map 
+0x44d3 016012 rtnbit1 ui_state_btn_down 
+0x44d4 016013 branch app_enter_hibernate 
+:      016017 remote_car_hard_switch_power_on_signal:
+0x44d5 016018 jam power_standby ,mem_remote_car_power_state 
+:      016019 remote_car_soft_switch_power_on_signal:
+0x44d6 016020 call remote_car_ui_led_init 
+0x44d7 016022 arg 0 ,rega 
+0x44d8 016023 call ui_led_blink_start_global 
+:      016024 remote_car_connect_24g_mode:
+0x44d9 016025 branch g24_auto_pair_start 
+:      016027 remote_car_power_off_signal:
+0x44da 016028 branch remote_car_ui_led_init 
+:      016030 remote_car_ui_led_init:
+0x44db 016031 bpatch patch1e_1 ,mem_patch1e 
+0x44dc 016032 fetch 1 ,mem_remote_car_config_connect_led_gpio 
+0x44dd 016033 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
+:      016034 remote_car_ui_led_init_1:
+0x44de 016035 fetcht 1 ,mem_remote_car_led_map 
+0x44df 016036 branch gpio_config_output 
+:      016037 remote_car_pairing_led_gpio_set:
+0x44e0 016038 store 1 ,mem_remote_car_led_map 
+0x44e1 016039 branch remote_car_ui_led_init_1 
+:      016042 remote_car_init_environment:
+0x44e2 016043 call g24_set_device_addr 
+0x44e3 016044 fetch 2 ,mem_remote_car_no_data_timeout 
+0x44e4 016045 store 2 ,mem_remote_car_no_data_timer 
+0x44e5 016046 branch remote_car_get_adc_default_data 
+:      016048 remote_car_le_before_hibernate:
+:      016053 remote_car_in_enter_hibernate:
+0x44e6 016054 call gpio_set_before_lpm_common 
+0x44e7 016055 call remote_car_process_lpm_before 
+0x44e8 016056 branch app_enter_hibernate 
+:      016058 remote_car_process_lpm_before:
+0x44e9 016059 branch keyscan_process_lpm_before 
+:      016061 remote_car_g24_enter_lpm:
+0x44ea 016062 fetch 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x44eb 016063 rtn blank 
+0x44ec 016065 branch g24_lpm_long_sleep 
+:      016067 remote_car_process_auto_pair_exit:
+0x44ed 016068 rtn 
+:      016070 remote_car_key_scan_process:
+0x44ee 016071 branch keyscan_key_process 
+:      016073 remote_car_scale_process_idle:
+0x44ef 016074 call remote_car_rocker_process 
+0x44f0 016075 call remote_car_24g_status_process 
+0x44f1 016076 branch remote_car_key_scan_process 
+:      016078 remote_car_scale_process_bb_event:
+0x44f2 016079 copy regc ,pdata 
+0x44f3 016080 beq bt_evt_button_up ,app_event_button_up 
+0x44f4 016081 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x44f5 016082 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
+0x44f6 016083 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
+0x44f7 016084 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
+0x44f8 016085 rtn 
+:      016087 remote_car_24g_attempt_fail:
+0x44f9 016088 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x44fa 016089 rtn 
+:      016091 remote_car_24g_pairing_complete:
+0x44fb 016092 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x44fc 016093 jam work_paired ,mem_remote_car_24g_auto_work_step 
+0x44fd 016094 jam work_paired ,mem_remote_car_24g_pair_success_flag 
+0x44fe 016095 rtn 
+:      016097 remote_car_24g_attempt_success:
+0x44ff 016098 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x4500 016099 jam work_paired ,mem_remote_car_24g_auto_work_step 
+0x4501 016100 jam work_paired ,mem_remote_car_24g_pair_success_flag 
+0x4502 016101 rtn 
+:      016103 remote_car_24g_status_process:
+0x4503 016104 fetch 1 ,mem_remote_car_24g_auto_work_step 
+0x4504 016105 rtneq power_on 
+0x4505 016106 fetch 1 ,mem_remote_car_24g_status 
+0x4506 016107 rtneq work_paired 
+0x4507 016108 jam work_paired ,mem_remote_car_24g_status 
+:      016109 remote_car_scale_process_paired:
+0x4508 016110 arg 0 ,rega 
+0x4509 016111 branch ui_led_off_global 
+:      016112 remote_car_scale_process_shutdown:
+0x450a 016113 arg 0 ,rega 
+0x450b 016114 call ui_led_off_global 
+0x450c 016115 call remote_car_ui_led_init 
+0x450d 016116 branch app_enter_hibernate 
+:      016118 remote_car_event_timer:
+0x450e 016119 call app_power_timer 
+0x450f 016120 branch remote_car_no_data_timer 
+:      016122 remote_car_no_data_timer:
+0x4510 016123 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
+0x4511 016124 rtn blank 
+0x4512 016125 arg mem_remote_car_no_data_timer ,regc 
+0x4513 016126 arg remote_car_scale_process_shutdown ,regb 
+0x4514 016127 branch timer_single_step_2b 
+:      016130 remote_car_get_adc_default_data:
+0x4515 016131 call remote_car_rocker_get_x 
+0x4516 016132 storet 2 ,mem_current_vdd_value_default_mid_x 
+0x4517 016133 call remote_car_rocker_get_y 
+0x4518 016134 storet 2 ,mem_current_vdd_value_default_mid_y 
+0x4519 016135 rtn 
+:      016136 remote_car_rocker_data_get:
+:      016137 remote_car_rocker_get_x:
+0x451a 016138 fetch 2 ,mem_current_vdd_value_default_mid_x 
+0x451b 016139 store 2 ,mem_current_vdd_value_default_mid_temp 
+0x451c 016140 call remote_car_get_adc_from_gpio6 
+0x451d 016141 call remote_car_rocker_get_value 
+0x451e 016142 store 1 ,mem_rocker_status 
+:      016143 remote_car_rocker_get_y:
+0x451f 016144 fetch 2 ,mem_current_vdd_value_default_mid_y 
+0x4520 016145 store 2 ,mem_current_vdd_value_default_mid_temp 
+0x4521 016146 call remote_car_get_adc_from_gpio7 
+0x4522 016147 call remote_car_rocker_get_value 
+0x4523 016148 store 1 ,mem_rocker_status + 1 
+0x4524 016149 rtn 
+:      016150 remote_car_rocker_get_value:
+0x4525 016151 fetch 2 ,mem_current_vdd_default_range 
+0x4526 016152 copy pdata ,rega 
+0x4527 016153 fetch 2 ,mem_current_vdd_value_default_mid_temp 
+0x4528 016154 call remote_car_rocker_mid_value_adjust 
+0x4529 016155 fetch 1 ,mem_rocker_work_status 
+0x452a 016156 nbranch remote_car_rocker_translate_key ,blank 
+0x452b 016157 nrtn positive 
+0x452c 016158 fetcht 2 ,mem_current_vdd_value_default_mid_temp 
+0x452d 016159 rtn 
+:      016160 remote_car_rocker_mid_value_adjust:
+0x452e 016161 isub temp ,pdata 
+0x452f 016162 branch remote_car_rocker_mid_adjust_positive ,positive 
+0x4530 016163 sub pdata ,0 ,pdata 
+0x4531 016164 jam 1 ,mem_rocker_negative_flag 
+0x4532 016165 isub rega ,null 
+0x4533 016166 rtn 
+:      016167 remote_car_rocker_mid_adjust_positive:
+0x4534 016168 jam 0 ,mem_rocker_negative_flag 
+0x4535 016169 isub rega ,null 
+0x4536 016170 rtn 
+:      016171 remote_car_rocker_translate_key:
+0x4537 016172 nbranch remote_car_rocker_middle_key ,positive 
+0x4538 016173 fetch 1 ,mem_rocker_negative_flag 
+0x4539 016174 nbranch remote_car_rocker_negative_key ,blank 
+:      016175 remote_car_rocker_positive_key:
+0x453a 016176 setarg rocker_positive_key 
+0x453b 016177 rtn 
+:      016178 remote_car_rocker_negative_key:
+0x453c 016179 setarg rocker_negative_key 
+0x453d 016180 rtn 
+:      016181 remote_car_rocker_middle_key:
+0x453e 016182 setarg rocker_middle_key 
+0x453f 016183 rtn 
+:      016184 remote_car_get_adc_from_gpio6:
+0x4540 016185 jam 0x33 ,mem_adc_channel 
+0x4541 016186 branch adc_set_mode 
+:      016187 remote_car_get_adc_from_gpio7:
+0x4542 016188 jam 0x34 ,mem_adc_channel 
+0x4543 016189 branch adc_set_mode 
+:      016192 remote_car_rocker_process:
+0x4544 016193 fetch 1 ,mem_remote_car_config_check_way 
+0x4545 016194 rtnne car_remote_check_rocker 
+:      016195 remote_car_read_rocker_check_start:
+0x4546 016196 bpatch patch1e_2 ,mem_patch1e 
+0x4547 016197 jam 1 ,mem_rocker_work_status 
+0x4548 016198 call remote_car_rocker_data_get 
+0x4549 016199 fetch 2 ,mem_rocker_status 
+0x454a 016200 fetcht 2 ,mem_rocker_last_status 
+0x454b 016201 isub temp ,null 
+0x454c 016202 rtn zero 
+0x454d 016203 store 2 ,mem_rocker_last_status 
+0x454e 016204 call remote_car_rocker_x_to_key 
+0x454f 016205 branch remote_car_rocker_y_to_key 
+:      016207 remote_car_rocker_x_to_key:
+0x4550 016208 fetch 1 ,mem_rocker_x_status 
+0x4551 016209 branch rocker_to_queue_set_0 ,blank 
+0x4552 016210 increase -1 ,pdata 
+0x4553 016211 branch remote_car_rocker_to_key 
+:      016212 remote_car_rocker_y_to_key:
+0x4554 016213 fetch 1 ,mem_rocker_y_status 
+0x4555 016214 branch rocker_to_queue_set_2 ,blank 
+0x4556 016215 increase 1 ,pdata 
+:      016216 remote_car_rocker_to_key:
+0x4557 016217 copy pdata ,queue 
+0x4558 016218 arg 1 ,rega 
+0x4559 016219 branch remote_car_send_key_data 
+:      016221 rocker_to_queue_set_0:
+0x455a 016222 arg 0 ,queue 
+0x455b 016223 arg 0 ,rega 
+0x455c 016224 branch remote_car_send_key_data 
+:      016225 rocker_to_queue_set_2:
+0x455d 016226 arg 2 ,queue 
+0x455e 016227 arg 0 ,rega 
+0x455f 016228 branch remote_car_send_key_data 
+:      016230 remote_car_send_key_data:
+0x4560 016231 copy rega ,pdata 
+0x4561 016232 store 1 ,mem_remote_key_status 
+0x4562 016233 fetch 1 ,mem_remote_car_24g_auto_work_step 
+0x4563 016234 beq power_on ,g24_auto_pair_start 
+0x4564 016235 fetch 2 ,mem_remote_car_no_data_timeout 
+0x4565 016236 store 2 ,mem_remote_car_no_data_timer 
+0x4566 016237 fetch 1 ,mem_remote_key_status 
+0x4567 016238 branch remote_car_key_is_release ,blank 
+:      016239 remote_car_key_is_press:
+0x4568 016240 bpatch patch1e_3 ,mem_patch1e 
+0x4569 016241 arg 0 ,rega 
+0x456a 016242 call ui_led_on_global 
+:      016243 remote_car_attack_key_press:
+0x456b 016244 copy queue ,pdata 
+0x456c 016245 beq 4 ,remote_car_send_attack_key4_press 
+0x456d 016246 beq 5 ,remote_car_send_attack_key5_press 
+0x456e 016247 beq 6 ,remote_car_send_fire_key6_press 
+:      016250 remote_car_motor_key_press:
+0x456f 016251 call remote_car_device_layout_select 
+0x4570 016252 beq control_f_b_ten ,remote_car_single_motor_key_is_press 
+0x4571 016253 beq control_l_r_ten ,remote_car_double_motor_key_press 
+0x4572 016254 beq control_l_r_lr ,remote_car_single_motor_key_is_press 
+0x4573 016255 rtn 
+:      016257 remote_car_single_motor_key_is_press:
+0x4574 016258 copy queue ,pdata 
+0x4575 016259 beq 0 ,remote_car_send_motor1_key0_press 
+0x4576 016260 beq 1 ,remote_car_send_motor1_key1_press 
+0x4577 016261 beq 2 ,remote_car_send_motor2_key2_press 
+0x4578 016262 beq 3 ,remote_car_send_motor2_key3_press 
+0x4579 016263 rtn 
+:      016265 remote_car_double_motor_key_press:
+0x457a 016266 copy queue ,pdata 
+0x457b 016267 beq 0 ,remote_car_send_double_motor_key0_press 
+0x457c 016268 beq 1 ,remote_car_send_double_motor_key1_press 
+0x457d 016269 beq 2 ,remote_car_send_double_motor_key2_press 
+0x457e 016270 beq 3 ,remote_car_send_double_motor_key3_press 
+0x457f 016271 rtn 
+:      016273 remote_car_key_is_release:
+0x4580 016274 bpatch patch1e_4 ,mem_patch1e 
+0x4581 016275 arg 0 ,rega 
+0x4582 016276 call ui_led_off_global 
+:      016277 remote_car_attack_key_release:
+0x4583 016278 copy queue ,pdata 
+0x4584 016279 beq 4 ,remote_car_send_attack_key4_rel 
+0x4585 016280 beq 5 ,remote_car_send_attack_key5_rel 
+:      016283 remote_car_motor_key_release:
+0x4586 016284 call remote_car_device_layout_select 
+0x4587 016285 beq control_f_b_ten ,remote_car_single_motor_key_rel 
+0x4588 016286 beq control_l_r_ten ,remote_car_double_motor_key_rel 
+0x4589 016287 beq control_l_r_lr ,remote_car_single_motor_key_rel 
+0x458a 016288 rtn 
+:      016290 remote_car_device_layout_select:
+0x458b 016291 fetch 1 ,mem_remote_car_config_layout 
+0x458c 016292 fetcht 1 ,mem_remote_car_config_key_map 
+0x458d 016293 ior temp ,pdata 
+0x458e 016294 rtn 
+:      016297 remote_car_send_motor1_key0_press:
+0x458f 016298 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x4590 016299 branch remote_car_send_key 
+:      016300 remote_car_send_motor1_key1_press:
+0x4591 016301 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x4592 016302 branch remote_car_send_key 
+:      016303 remote_car_send_motor2_key2_press:
+0x4593 016304 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x4594 016305 branch remote_car_send_key 
+:      016306 remote_car_send_motor2_key3_press:
+0x4595 016307 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x4596 016308 branch remote_car_send_key 
+:      016311 remote_car_send_double_motor_key0_press:
+0x4597 016312 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x4598 016313 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x4599 016314 branch remote_car_send_key 
+:      016315 remote_car_send_double_motor_key1_press:
+0x459a 016316 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x459b 016317 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x459c 016318 branch remote_car_send_key 
+:      016319 remote_car_send_double_motor_key2_press:
+0x459d 016320 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x459e 016321 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x459f 016322 branch remote_car_send_key 
+:      016323 remote_car_send_double_motor_key3_press:
+0x45a0 016324 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x45a1 016325 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x45a2 016326 branch remote_car_send_key 
+:      016329 remote_car_send_attack_key4_press:
+0x45a3 016330 jam motor_positive ,mem_remote_car_24g_motor3_payload 
+0x45a4 016331 branch remote_car_send_key 
+:      016332 remote_car_send_attack_key5_press:
+0x45a5 016333 jam motor_negative ,mem_remote_car_24g_motor3_payload 
+0x45a6 016334 branch remote_car_send_key 
+:      016336 remote_car_send_fire_key6_press:
+0x45a7 016337 jam 0x01 ,mem_remote_car_24g_fire_send_payload 
+0x45a8 016338 branch remote_car_send_attack 
+:      016340 remote_car_single_motor_key_rel:
+0x45a9 016341 copy queue ,pdata 
+0x45aa 016342 beq 0 ,remote_car_send_motor1_key0_rel 
+0x45ab 016343 beq 1 ,remote_car_send_motor1_key1_rel 
+0x45ac 016344 beq 2 ,remote_car_send_motor2_key2_rel 
+0x45ad 016345 beq 3 ,remote_car_send_motor2_key3_rel 
+0x45ae 016346 rtn 
+:      016348 remote_car_double_motor_key_rel:
+0x45af 016349 copy queue ,pdata 
+0x45b0 016350 beq 0 ,remote_car_send_double_motor_key0_rel 
+0x45b1 016351 beq 1 ,remote_car_send_double_motor_key1_rel 
+0x45b2 016352 beq 2 ,remote_car_send_double_motor_key2_rel 
+0x45b3 016353 beq 3 ,remote_car_send_double_motor_key3_rel 
+0x45b4 016354 rtn 
+:      016356 remote_car_send_motor1_key0_rel:
+:      016357 remote_car_send_motor1_key1_rel:
+0x45b5 016358 jam motor_stop ,mem_remote_car_24g_motor1_payload 
+0x45b6 016359 branch remote_car_send_key 
+:      016360 remote_car_send_motor2_key2_rel:
+:      016361 remote_car_send_motor2_key3_rel:
+0x45b7 016362 jam motor_stop ,mem_remote_car_24g_motor2_payload 
+0x45b8 016363 branch remote_car_send_key 
+:      016365 remote_car_send_double_motor_key0_rel:
+:      016366 remote_car_send_double_motor_key1_rel:
+:      016367 remote_car_send_double_motor_key2_rel:
+:      016368 remote_car_send_double_motor_key3_rel:
+0x45b9 016369 jam motor_stop ,mem_remote_car_24g_motor1_payload 
+0x45ba 016370 jam motor_stop ,mem_remote_car_24g_motor2_payload 
+0x45bb 016371 branch remote_car_send_key 
+:      016373 remote_car_send_attack_key4_rel:
+:      016374 remote_car_send_attack_key5_rel:
+0x45bc 016375 jam motor_stop ,mem_remote_car_24g_motor3_payload 
+0x45bd 016376 branch remote_car_send_key 
+:      016378 remote_car_send_key:
+0x45be 016379 arg mem_remote_car_24g_motor_packet ,rega 
+0x45bf 016380 branch queue_push 
+:      016381 remote_car_send_attack:
+0x45c0 016382 arg mem_remote_car_24g_fire_packet ,rega 
+0x45c1 016383 branch queue_push 
+:      016385 remote_car_g24_package_data:
+0x45c2 016386 fetch 1 ,mem_remote_car_24g_pair_success_flag 
+0x45c3 016387 beq work_paired ,remote_car_g24_send_empty 
+0x45c4 016388 arg mem_remote_car_24g_tx_temp ,rega 
+0x45c5 016389 call queue_pop 
+0x45c6 016390 nbranch remote_car_moto_data ,user 
+:      016391 remote_car_g24_package_data_continue:
+0x45c7 016392 arg mem_remote_car_24g_tx_temp ,contr 
+0x45c8 016393 ifetch 1 ,contr 
+0x45c9 016394 copy pdata ,rega 
+0x45ca 016395 arg mem_remote_car_24g_tx_temp + 1 ,regb 
+0x45cb 016398 rtn 
+:      016400 remote_car_g24_send_empty:
+0x45cc 016401 jam 0 ,mem_remote_car_24g_pair_success_flag 
+0x45cd 016402 enable user 
+0x45ce 016403 arg 1 ,rega 
+0x45cf 016404 arg mem_remote_car_empty_packet ,regb 
+0x45d0 016405 rtn 
+:      016407 remote_car_moto_data:
+0x45d1 016408 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
+0x45d2 016409 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
+0x45d3 016410 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
+0x45d4 016411 rtn 
+:      016412 remote_car_moto_data_next:
+0x45d5 016413 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
+0x45d6 016414 nbranch remote_car_moto_data_enable_user ,blank 
+0x45d7 016415 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
+0x45d8 016416 nbranch remote_car_moto_data_enable_user ,blank 
+0x45d9 016417 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
+0x45da 016418 nbranch remote_car_moto_data_enable_user ,blank 
+0x45db 016419 rtn 
+:      016420 remote_car_moto_data_enable_user:
+0x45dc 016421 enable user 
+0x45dd 016422 branch remote_car_g24_package_data_continue 
+:      016430 shutter_init:
+0x45de 016431 rtn wake 
+0x45df 016432 hfetch 1 ,core_gpio_sel1 
+0x45e0 016433 and_into 0xfc ,pdata 
+0x45e1 016434 hstore 1 ,core_gpio_sel1 
+0x45e2 016435 setarg shutter_le_before_hibernate 
+0x45e3 016436 store 2 ,mem_cb_before_hibernate 
+0x45e4 016438 setarg shutter_process_lpm_before 
+0x45e5 016439 store 2 ,mem_cb_before_lpm 
+0x45e6 016441 setarg app_enter_hibernate 
+0x45e7 016442 store 2 ,mem_cb_discovry_timeout 
+0x45e8 016444 setarg shutter_process_idle 
+0x45e9 016445 store 2 ,mem_cb_idle_process 
+0x45ea 016447 setarg shutter_process_bb_event 
+0x45eb 016448 store 2 ,mem_cb_bb_event_process 
+0x45ec 016450 setarg shutter_le_scale_lpm_lock 
+0x45ed 016451 store 2 ,mem_cb_check_wakelock 
+0x45ee 016453 setarg ble_shutter_receive_data 
+0x45ef 016454 store 2 ,mem_cb_att_write 
+0x45f0 016456 setarg shutter_le_bb_event_timer 
+0x45f1 016457 store 2 ,mem_cb_event_timer 
+0x45f2 016459 setarg shutter_key_change 
+0x45f3 016460 store 2 ,mem_cb_shutter_keycan 
+0x45f4 016462 setarg shutter_soft_swtich_power_on 
+0x45f5 016463 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
+0x45f6 016464 setarg shutter_soft_swtich_power_off 
+0x45f7 016465 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
+0x45f8 016467 call le_modified_name 
+0x45f9 016468 call shutter_load_bluetooth_config_by_user_config 
+0x45fa 016469 call shutter_init_bluetooth_config 
+0x45fb 016470 call shutter_init_param 
+0x45fc 016471 call keyscan_key_init 
+0x45fd 016472 call shutter_load_buffer_config_form_datarom 
+0x45fe 016473 call queue_init 
+0x45ff 016474 call ui_led_init_global 
+0x4600 016475 call shutter_load_bluetooth_config 
+0x4601 016476 call shutter_load_bluetooth_config_by_eeprom 
+0x4602 016478 bpatch patch1e_5 ,mem_patch1e 
+0x4603 016479 call classic_shutter_load_reconn_info 
+0x4604 016480 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x4605 016481 beq hard_switch ,shutter_hart_swtich_power_on 
+0x4606 016482 fetch 1 ,mem_shutter_soft_switch_button_gpio 
+0x4607 016483 store 1 ,mem_ui_button_gpio 
+0x4608 016484 branch ui_soft_swtich_init 
+:      016487 shutter_hart_swtich_power_on:
+0x4609 016488 jam ui_button_gpio_disable ,mem_ui_button_gpio 
+0x460a 016489 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
+0x460b 016490 branch shutter_start_reconnect 
+:      016494 shutter_le_scale_lpm_lock:
+0x460c 016495 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x460d 016496 beq ss_state_power_off ,app_get_lpm_wake_lock 
+0x460e 016497 call l2cap_malloc_get_full_map 
+0x460f 016498 fetch 1 ,mem_used_map 
+0x4610 016499 nbranch app_get_lpm_wake_lock ,blank 
+0x4611 016500 branch app_put_lpm_wake_lock 
+:      016504 shutter_process_bb_event:
+0x4612 016505 copy regc ,pdata 
+0x4613 016507 beq bt_evt_bb_connected ,classic_shutter_process_baseband_connect 
+0x4614 016508 beq bt_evt_bb_disconnected ,classic_shutter_process_baseband_disconnect 
+0x4615 016509 beq bt_evt_reconn_failed ,classic_shutter_process_reconnect_failed 
+0x4616 016510 beq bt_evt_setup_complete ,classic_shutter_process_setup_complete 
+0x4617 016511 beq bt_evt_hid_connected ,classic_shutter_process_hid_connect 
+0x4618 016512 beq bt_evt_hid_disconnected ,classic_shutter_process_hid_disconnect 
+0x4619 016513 beq bt_evt_hid_handshake ,classic_shutter_process_hid_handshake 
+0x461a 016514 beq bt_evt_reconn_page_timeout ,classic_shutter_process_reconnect_page_timeout 
+0x461b 016515 beq bt_evt_virtual_cable_unplug ,classic_shutter_process_virtual_cable_unplug 
+0x461c 016516 beq bt_evt_remote_unsniff ,classic_shutter_process_remote_unsniff 
+0x461d 016517 beq bt_evt_store_nvram ,classic_shutter_process_store_reconnect_information 
+0x461e 016519 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
+0x461f 016520 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
+0x4620 016521 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
+0x4621 016522 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
+0x4622 016524 beq bt_evt_button_long_pressed ,shutter_process_soft_swtich_button_long_press 
+0x4623 016525 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
+0x4624 016526 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
+0x4625 016527 rtn 
+:      016532 classic_shutter_process_baseband_connect:
+0x4626 016533 jam 0 ,mem_classic_shutter_hid_disconn_count 
+0x4627 016534 jam 0 ,mem_classic_shutter_cable_unplug_conut 
+0x4628 016535 rtn 
+:      016538 classic_shutter_process_baseband_disconnect:
+0x4629 016539 call classic_shutter_disconnect_clear_flag 
+0x462a 016540 branch classic_shutter_process_reconnect_failed 
+:      016542 classic_shutter_disconnect_clear_flag:
+0x462b 016543 jam app_handshake_null ,mem_app_handshake_flag 
+0x462c 016544 jam 0 ,mem_hid_handshake_timer_count 
+0x462d 016545 jam 0 ,mem_unsniff2sniff_timer_count 
+0x462e 016546 jam 0 ,mem_classic_shutter_cable_unplug_conut 
+0x462f 016547 jam 0 ,mem_classic_shutter_hid_disconn_count 
+0x4630 016548 branch queue_init 
+:      016551 classic_shutter_process_reconnect_failed:
+0x4631 016552 call app_disconn_reason_clear 
+0x4632 016553 branch shutter_start_bluetooth_discovery 
+:      016556 classic_shutter_process_setup_complete:
+0x4633 016557 call shutter_stop_bluetooth_discovery 
+0x4634 016558 branch app_led_stop_blink 
+:      016561 classic_shutter_process_hid_connect:
+0x4635 016562 setarg hid_handshake_timeout 
+0x4636 016563 store 1 ,mem_hid_handshake_timer_count 
+0x4637 016564 rtn 
+:      016567 classic_shutter_process_hid_disconnect:
+0x4638 016568 jam 0 ,mem_classic_shutter_cable_unplug_conut 
+0x4639 016569 setarg flag_shutter_hid_disconn_timeout 
+0x463a 016570 store 1 ,mem_classic_shutter_hid_disconn_count 
+0x463b 016571 rtn 
+:      016574 classic_shutter_process_hid_handshake:
+0x463c 016575 fetch 1 ,mem_app_handshake_flag 
+0x463d 016576 rtneq app_handshake_done 
+0x463e 016577 jam app_handshake_done ,mem_app_handshake_flag 
+0x463f 016578 call app_lpm_mult_enable 
+0x4640 016579 call app_store_reconn_info 
+0x4641 016580 call shutter_stop_bluetooth_discovery 
+0x4642 016581 call app_led_off 
+0x4643 016582 branch app_bt_enter_sniff 
+:      016585 classic_shutter_process_reconnect_page_timeout:
+0x4644 016586 branch classic_shutter_process_reconnect_failed 
+:      016589 classic_shutter_process_virtual_cable_unplug:
+0x4645 016590 setarg flag_shutter_cable_unplug_timeout 
+0x4646 016591 store 1 ,mem_classic_shutter_cable_unplug_conut 
+0x4647 016592 rtn 
+:      016595 classic_shutter_process_remote_unsniff:
+0x4648 016596 branch app_start_auto_sniff 
+:      016600 classic_shutter_process_store_reconnect_information:
+0x4649 016601 arg nvram_eeprom_offset ,regb 
+0x464a 016602 fetch 1 ,mem_nv_data_number 
+0x464b 016603 mul32 pdata ,34 ,temp 
+0x464c 016604 fetch 2 ,mem_nv_data_ptr 
+0x464d 016605 copy pdata ,rega 
+0x464e 016606 branch iicd_write_eep_data 
+:      016608 classic_shutter_load_reconn_info:
+0x464f 016609 arg nvram_eeprom_offset ,regb 
+0x4650 016610 fetch 1 ,mem_shutter_bluetooth_type 
+0x4651 016611 rtnbit0 classic_shutter 
+0x4652 016612 fetch 1 ,mem_nv_data_number 
+0x4653 016613 rtn blank 
+0x4654 016614 mul32 pdata ,34 ,temp 
+0x4655 016615 fetch 2 ,mem_nv_data_ptr 
+0x4656 016616 copy pdata ,rega 
+0x4657 016617 branch iicd_read_eep_data 
+:      016621 ble_shutter_process_baseband_connect:
+0x4658 016622 call shutter_stop_bluetooth_discovery 
+0x4659 016623 setarg 0 
+0x465a 016624 store 2 ,mem_ble_shutter_reconn_timer 
+0x465b 016625 branch app_led_off 
+:      016628 ble_shutter_process_baseband_disconnect:
+0x465c 016629 call queue_init 
+0x465d 016630 jam 0 ,mem_ble_shutter_enable_notify 
+0x465e 016631 branch shutter_start_reconnect 
+:      016634 ble_shutter_process_reconnect_complete:
+0x465f 016635 call queue_init 
+0x4660 016636 jam 1 ,mem_ble_shutter_enable_notify 
+0x4661 016637 fetch 8 ,mem_ble_shutter_interval_min 
+0x4662 016638 store 8 ,mem_le_interval_min 
+0x4663 016639 call app_lpm_mult_enable 
+0x4664 016640 branch le_l2cap_tx_update_req 
+:      016643 ble_shutter_process_parse_connect_parameter_update_response:
+0x4665 016644 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x4666 016645 rtneq ble_signaling_connect_parameter_update_accepted 
+0x4667 016646 fetch 8 ,mem_ble_shutter_interval_min_new 
+0x4668 016647 rtn blank 
+0x4669 016648 store 8 ,mem_le_interval_min 
+0x466a 016649 branch le_l2cap_tx_update_req 
+:      016653 shutter_process_soft_swtich_button_long_press:
+0x466b 016654 branch ui_soft_switch_botton_long_press 
+:      016656 shutter_process_soft_swtich_button_down:
+0x466c 016657 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x466d 016658 rtneq hard_switch 
+0x466e 016659 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x466f 016660 rtnne ss_state_power_on 
+0x4670 016661 call shutter_store_currenct_led_state 
+0x4671 016662 branch app_led_on 
+:      016664 shutter_store_currenct_led_state:
+0x4672 016665 jam 1 ,mem_shutter_soft_swtich_botton_down 
+0x4673 016666 arg 11 ,loopcnt 
+0x4674 016667 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
+0x4675 016668 arg mem_shutter_led_struct_app_led ,contr 
+0x4676 016669 branch memcpy 
+:      016671 shutter_process_soft_swtich_button_up:
+0x4677 016672 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x4678 016673 rtneq hard_switch 
+0x4679 016674 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x467a 016675 beq ss_state_power_on ,shutter_load_currenct_led_state 
+0x467b 016676 branch ui_soft_switch_botton_up 
+:      016678 shutter_load_currenct_led_state:
+0x467c 016679 fetch 1 ,mem_shutter_soft_swtich_botton_down 
+0x467d 016680 rtnne 1 
+0x467e 016681 jam 0 ,mem_shutter_soft_swtich_botton_down 
+0x467f 016682 fetch 2 ,mem_ui_state_map 
+0x4680 016683 bbit1 ui_state_bt_connected ,app_led_off 
+0x4681 016684 bbit1 ui_state_ble_connected ,app_led_off 
+0x4682 016685 arg 11 ,loopcnt 
+0x4683 016686 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
+0x4684 016687 arg mem_shutter_led_struct_app_led ,contw 
+0x4685 016688 branch memcpy 
+:      016693 shutter_le_bb_event_timer:
+0x4686 016695 call shutter_check_sleep_timer 
+0x4687 016698 call shutter_check_power_off_timer 
+0x4688 016701 call classic_shutter_check_unplug_timer 
+0x4689 016702 call classic_shutter_hid_handshake_timer 
+0x468a 016703 call classic_shutter_hid_disconn_timer 
+0x468b 016706 branch ble_shutter_reconn_timer 
+:      016710 shutter_check_sleep_timer:
+0x468c 016711 arg mem_shutter_sleep_timer ,regc 
+0x468d 016712 arg shutter_sleep_timeout ,regb 
+0x468e 016713 branch timer_single_step_2b 
+:      016714 shutter_sleep_timeout:
+0x468f 016715 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
+0x4690 016716 call app_led_off 
+0x4691 016717 call shutter_disconnect_current_connection 
+0x4692 016718 branch shutter_wait_power_off 
+:      016721 shutter_check_power_off_timer:
+0x4693 016722 arg mem_shutter_power_off_timer ,regc 
+0x4694 016723 arg shutter_check_power_off_timeout ,regb 
+0x4695 016724 branch timer_single_step 
+:      016726 shutter_check_power_off_timeout:
+0x4696 016727 fetch 2 ,mem_ui_state_map 
+0x4697 016728 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+0x4698 016729 bbit1 ui_state_bt_connected ,shutter_wait_power_off 
+0x4699 016730 fetch 1 ,mem_shutter_led_struct_app_led_type 
+0x469a 016731 beq ui_led_state_blink_start ,shutter_wait_power_off 
+0x469b 016732 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
+0x469c 016733 beq ui_led_state_blink_darking ,shutter_wait_power_off 
+0x469d 016734 branch app_enter_hibernate 
+:      016738 classic_shutter_check_unplug_timer:
+0x469e 016739 arg mem_classic_shutter_cable_unplug_conut ,regc 
+0x469f 016740 arg classic_shutter_unplug_timeout ,regb 
+0x46a0 016741 branch timer_single_step 
+:      016743 classic_shutter_unplug_timeout:
+0x46a1 016744 fetch 1 ,mem_control_tasks 
+0x46a2 016745 set1 l2cap_disconnect_interrupt ,pdata 
+0x46a3 016746 set1 l2cap_disconnect_control ,pdata 
+0x46a4 016747 store 1 ,mem_control_tasks 
+0x46a5 016748 rtn 
+:      016750 classic_shutter_hid_handshake_timer:
+0x46a6 016751 arg mem_hid_handshake_timer_count ,regc 
+0x46a7 016752 arg classic_shutter_process_hid_handshake ,regb 
+0x46a8 016753 branch timer_single_step 
+:      016755 classic_shutter_hid_disconn_timer:
+0x46a9 016756 arg mem_classic_shutter_hid_disconn_count ,regc 
+0x46aa 016757 arg app_bt_disconnect ,regb 
+0x46ab 016758 branch timer_single_step 
+:      016763 ble_shutter_reconn_timer:
+0x46ac 016764 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x46ad 016765 rtnne ss_state_power_on 
+0x46ae 016766 arg mem_ble_shutter_reconn_timer ,regc 
+0x46af 016767 arg shutter_start_bluetooth_discovery ,regb 
+0x46b0 016768 branch timer_single_step_2b 
+:      016771 shutter_process_idle:
+0x46b1 016772 call shutter_send_data_to_master 
+0x46b2 016773 branch keyscan_key_process 
+:      016776 shutter_process_lpm_before:
+0x46b3 016777 branch keyscan_process_lpm_before 
+:      016779 shutter_le_before_hibernate:
+0x46b4 016780 call gpio_set_before_lpm_common 
+0x46b5 016781 branch shutter_process_lpm_before 
+:      016787 shutter_stop_bluetooth_discovery:
+0x46b6 016788 fetch 1 ,mem_shutter_bluetooth_type 
+0x46b7 016789 bbit1 classic_shutter ,classic_shutter_stop_bluetooth_discovery 
+0x46b8 016790 bbit1 ble_shutter ,ble_shutter_stop_bluetooth_discovery 
+0x46b9 016791 rtn 
+:      016793 ble_shutter_stop_bluetooth_discovery:
+0x46ba 016794 fetch 2 ,mem_ble_shutter_connect_timeout 
+0x46bb 016795 store 2 ,mem_shutter_sleep_timeout 
+0x46bc 016796 store 2 ,mem_shutter_sleep_timer 
+0x46bd 016797 branch app_ble_stop_adv 
+:      016799 classic_shutter_stop_bluetooth_discovery:
+0x46be 016800 fetch 2 ,mem_classic_shutter_connect_timeout 
+0x46bf 016801 store 2 ,mem_shutter_sleep_timeout 
+0x46c0 016802 store 2 ,mem_shutter_sleep_timer 
+0x46c1 016803 branch app_bt_stop_discovery 
+:      016805 shutter_start_bluetooth_discovery:
+0x46c2 016806 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x46c3 016807 rtnne ss_state_power_on 
+0x46c4 016808 fetch 1 ,mem_shutter_bluetooth_type 
+0x46c5 016809 bbit1 classic_shutter ,classic_shutter_start_discovery 
+0x46c6 016810 bbit1 ble_shutter ,ble_shutter_start_discovery 
+0x46c7 016811 rtn 
+:      016813 classic_shutter_start_discovery:
+0x46c8 016814 fetch 2 ,mem_classic_shutter_discovery_timeout ,
+0x46c9 016815 store 2 ,mem_shutter_sleep_timeout 
+0x46ca 016816 store 2 ,mem_shutter_sleep_timer 
+0x46cb 016817 branch app_bt_start_discovery_short 
+:      016819 ble_shutter_start_discovery:
+0x46cc 016820 fetch 2 ,mem_ui_state_map 
+0x46cd 016821 rtnbit1 ui_state_ble_connected 
+0x46ce 016822 fetch 2 ,mem_ble_shutter_discovery_timeout 
+0x46cf 016823 store 2 ,mem_shutter_sleep_timeout 
+0x46d0 016824 store 2 ,mem_shutter_sleep_timer 
+0x46d1 016825 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
+0x46d2 016826 call shutter_ble_adv_interval_set 
+0x46d3 016827 call app_led_start_blink 
+0x46d4 016828 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
+0x46d5 016829 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x46d6 016830 fetch 2 ,mem_ui_state_map 
+0x46d7 016831 rtnbit1 ui_state_ble_adv 
+0x46d8 016832 branch app_ble_start_adv 
+:      016835 shutter_start_reconnect:
+0x46d9 016836 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x46da 016837 rtnne ss_state_power_on 
+0x46db 016838 fetch 1 ,mem_shutter_bluetooth_type 
+0x46dc 016839 bbit1 classic_shutter ,classic_shutter_start_reconnect 
+0x46dd 016840 bbit1 ble_shutter ,ble_shutter_start_reconnect 
+0x46de 016841 rtn 
+:      016843 classic_shutter_start_reconnect:
+0x46df 016844 call app_check_reconn_target 
+0x46e0 016845 branch shutter_start_bluetooth_discovery ,blank 
+0x46e1 016846 call app_led_on 
+0x46e2 016847 call app_bt_stop_discovery 
+0x46e3 016848 branch app_bt_start_reconnect 
+:      016850 ble_shutter_start_reconnect:
+0x46e4 016851 fetch 2 ,mem_ble_shutter_reconn_timer 
+0x46e5 016852 fetcht 2 ,mem_ble_shutter_reconn_timeout 
+0x46e6 016853 storet 2 ,mem_ble_shutter_reconn_timer 
+0x46e7 016854 nrtn blank 
+0x46e8 016855 fetch 2 ,mem_ble_shutter_reconn_dav_interval 
+0x46e9 016856 call shutter_ble_adv_interval_set 
+0x46ea 016857 call app_led_start_blink 
+0x46eb 016858 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
+0x46ec 016859 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x46ed 016860 fetch 2 ,mem_ui_state_map 
+0x46ee 016861 rtnbit1 ui_state_ble_adv 
+0x46ef 016862 branch app_ble_start_adv 
+:      016865 shutter_ble_adv_interval_set:
+0x46f0 016866 store 2 ,mem_lpm_interval 
+0x46f1 016867 increase -4 ,pdata 
+0x46f2 016868 store 2 ,mem_le_adv_interval 
+0x46f3 016869 rtn 
+:      016872 shutter_disconnect_current_connection:
+0x46f4 016873 fetch 2 ,mem_ui_state_map 
+0x46f5 016874 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x46f6 016875 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x46f7 016876 branch shutter_stop_bluetooth_discovery 
+:      016880 app_check_reconn_target:
+0x46f8 016881 fetch 1 ,mem_nv_data_number 
+0x46f9 016882 copy pdata ,loopcnt 
+0x46fa 016883 fetch 2 ,mem_nv_data_ptr 
+0x46fb 016884 copy pdata ,rega 
+:      016885 app_check_reconn_target_loop:
+0x46fc 016886 ifetch 2 ,rega 
+0x46fd 016887 beq 0 ,found_reconn_device 
+0x46fe 016888 increase nv_data_len ,rega 
+0x46ff 016889 loop app_check_reconn_target_loop 
+0x4700 016890 branch enable_blank 
+:      016892 found_reconn_device:
+0x4701 016893 ifetch 6 ,contr 
+0x4702 016894 store 6 ,mem_hci_plap 
+0x4703 016895 increase 10 ,contr 
+0x4704 016896 arg mem_link_key ,contw 
+0x4705 016897 call memcpy16 
+0x4706 016898 call check_link_key_load 
+0x4707 016899 branch disable_blank 
+:      016905 shutter_check_data_enable:
+0x4708 016906 call disable_user 
+0x4709 016907 fetch 2 ,mem_ui_state_map 
+0x470a 016908 bbit1 ui_state_bt_connected ,shutter_check_bt_data_enable 
+0x470b 016909 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
+0x470c 016910 rtn 
+:      016912 shutter_check_bt_data_enable:
+0x470d 016913 fetch 1 ,mem_hid_interrupt_state 
+0x470e 016914 rtnne 0x3f 
+0x470f 016915 branch enable_user 
+:      016917 shutter_check_ble_data_enable:
+0x4710 016918 fetch 1 ,mem_ble_shutter_enable_notify 
+0x4711 016919 rtn blank 
+0x4712 016920 branch enable_user 
+:      016925 shutter_check_bluetooth_conn:
+0x4713 016926 call disable_user 
+0x4714 016927 fetch 2 ,mem_ui_state_map 
+0x4715 016928 rtnbit1 ui_state_bt_connected 
+0x4716 016929 rtnbit1 ui_state_ble_connected 
+0x4717 016930 branch enable_user 
+:      016934 shutter_change_bluetooth_status_bt_disconn:
+0x4718 016935 fetch 1 ,mem_shutter_bluetooth_type 
+0x4719 016936 bbit1 classic_shutter ,classic_shutter_change_bluetooth_status_bt_disconn 
+0x471a 016937 bbit1 ble_shutter ,ble_shutter_change_bluetooth_status_bt_disconn 
+0x471b 016938 rtn 
+:      016940 classic_shutter_change_bluetooth_status_bt_disconn:
+0x471c 016941 fetch 1 ,mem_scan_mode 
+0x471d 016942 rtnne 0x03 
+0x471e 016943 branch shutter_start_reconnect 
+:      016945 ble_shutter_change_bluetooth_status_bt_disconn:
+0x471f 016946 branch shutter_start_reconnect 
+:      016949 shutter_check_send_data:
+0x4720 016950 disable user2 
+0x4721 016951 fetch 2 ,mem_shutter_sleep_timeout 
+0x4722 016952 store 2 ,mem_shutter_sleep_timer 
+0x4723 016954 call shutter_check_bluetooth_conn 
+0x4724 016955 branch shutter_change_bluetooth_status_bt_disconn ,user 
+0x4725 016957 call shutter_check_data_enable 
+0x4726 016958 nrtn user 
+0x4727 016959 enable user2 
+0x4728 016960 rtn 
+:      016964 shutter_key_change:
+0x4729 016965 call shutter_check_send_data 
+0x472a 016966 nrtn user2 
+0x472b 016967 deposit rega 
+0x472c 016968 branch shutter_key_release ,blank 
+:      016969 shutter_key_press:
+0x472d 016970 call app_led_on 
+0x472e 016971 arg mem_key0_press ,regc 
+0x472f 016972 branch push_queue_press_or_release 
+:      016974 shutter_key_release:
+0x4730 016975 call app_led_off 
+0x4731 016976 arg mem_key0_release ,regc 
+:      016978 push_queue_press_or_release:
+0x4732 016979 arg max_queue_num ,pdata 
+0x4733 016980 imul32 queue ,pdata 
+0x4734 016981 iadd regc ,regc 
+:      016984 push_buffer_in_queue:
+0x4735 016985 ifetch 1 ,regc 
+0x4736 016986 rtn blank 
+0x4737 016987 call queue_push_one_byte 
+0x4738 016988 increase 1 ,regc 
+0x4739 016989 branch push_buffer_in_queue 
+:      016992 shutter_send_data_to_master:
+0x473a 016993 fetch 2 ,mem_ui_state_map 
+0x473b 016994 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
+0x473c 016995 bbit1 ui_state_bt_connected ,pop_queue_to_classic_data 
+0x473d 016996 rtn 
+:      016998 pop_queue_to_ble_data:
+0x473e 016999 call le_fifo_check_nearly_full 
+0x473f 017000 nrtn blank 
+0x4740 017001 call queue_pop_one_byte 
+0x4741 017002 nrtn user 
+0x4742 017003 pincrease -1 
+0x4743 017004 mul32 pdata ,shutter_ble_data_buffer ,pdata 
+0x4744 017005 arg mem_ble_data_buffer1 ,temp 
+0x4745 017006 iadd temp ,contr 
+:      017007 le_send_notify_from_list:
+0x4746 017008 ifetch 1 ,contr 
+0x4747 017009 copy pdata ,rega 
+0x4748 017010 ifetcht 2 ,contr 
+0x4749 017011 call store_contr 
+0x474a 017012 call le_att_malloc_tx_notify 
+0x474b 017013 copy rega ,loopcnt 
+0x474c 017014 call get_contr 
+0x474d 017015 branch memcpy 
+:      017018 pop_queue_to_classic_data:
+0x474e 017019 call l2cap_malloc_is_fifo_nearly_full 
+0x474f 017020 nrtn blank 
+0x4750 017021 call queue_pop_one_byte 
+0x4751 017022 nrtn user 
+0x4752 017023 pincrease -1 
+0x4753 017024 mul32 pdata ,shutter_classic_data_buffer ,pdata 
+0x4754 017025 arg mem_classic_data_buffer1 ,temp 
+0x4755 017026 iadd temp ,contr 
+0x4756 017027 ifetch 5 ,contr 
+0x4757 017028 store 5 ,mem_classic_data_buffer 
+:      017029 classic_send_hid_data:
+0x4758 017030 fetch 1 ,mem_classic_data_buffer 
+0x4759 017031 copy pdata ,rega 
+0x475a 017032 call hid_malloc_tx_buff 
+0x475b 017033 fetch 2 ,mem_hid_int_remote_cid 
+0x475c 017034 istore 2 ,contw 
+0x475d 017035 setarg 0xa1 
+0x475e 017036 istore 1 ,contw 
+0x475f 017037 fetch 4 ,mem_classic_data_buffer + 1 
+0x4760 017038 istore 9 ,contw 
+0x4761 017039 rtn 
+:      017043 queue_push_one_byte:
+0x4762 017044 store 1 ,mem_pdatatemp 
+0x4763 017045 arg mem_pdatatemp ,rega 
+0x4764 017046 branch queue_push 
+:      017048 queue_pop_one_byte:
+0x4765 017049 arg mem_pdatatemp ,rega 
+0x4766 017050 call queue_pop 
+0x4767 017051 nrtn user 
+0x4768 017052 fetch 1 ,mem_pdatatemp 
+0x4769 017053 rtn 
+:      017056 ble_shutter_receive_data:
+0x476a 017057 fetch 2 ,mem_le_att_handle 
+0x476b 017058 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
+0x476c 017059 rtn 
+:      017061 shutter_init_param:
+0x476d 017062 setarg 0x02 
+0x476e 017063 store 1 ,mem_shutter_power_off_timeout 
+0x476f 017065 setarg 0x00200008 
+0x4770 017066 store 4 ,mem_ble_shutter_interval_min 
+0x4771 017067 setarg 0x012c0005 
+0x4772 017068 istore 4 ,contw 
+0x4773 017071 jam 0x17 ,mem_le_local_mtu 
+0x4774 017074 setarg 0x1b 
+0x4775 017075 store 2 ,mem_le_pairing_handle 
+0x4776 017076 call le_set_config_fixed_ltk 
+0x4777 017077 call le_set_fixed_ltk 
+0x4778 017078 call le_set_justwork 
+0x4779 017079 branch le_set_config_read_authentication 
+:      017082 shutter_load_buffer_config_form_datarom:
+0x477a 017084 arg ble_key_value_list_size ,loopcnt 
+0x477b 017085 arg mem_ble_data_buffer1 ,contw 
+0x477c 017086 arg ble_shutter_key_value_list ,contr 
+0x477d 017087 call memcpy_fast 
+0x477e 017088 arg bt_key_value_list_size ,loopcnt 
+0x477f 017089 arg mem_classic_data_buffer1 ,contw 
+0x4780 017090 arg classic_shutter_key_value_list ,contr 
+0x4781 017091 branch memcpy_fast 
+:      017094 shutter_load_ble_gatt_form_datarom:
+0x4782 017095 arg ble_gatt_list_size ,loopcnt 
+0x4783 017096 arg ble_shutter_gatt_list ,contr 
+0x4784 017097 branch memcpy_fast 
+:      017100 shutter_load_bt_sdp_form_datarom:
+0x4785 017101 arg bt_sdp_list_size ,loopcnt 
+0x4786 017102 arg classic_shutter_sdp_list ,contr 
+0x4787 017103 branch memcpy_fast 
+:      017107 shutter_init_bluetooth_config:
+0x4788 017108 call shutter_check_load_config_flag 
+0x4789 017109 nrtn user 
+0x478a 017110 fetch 1 ,mem_shutter_config_select_gpio1 
+0x478b 017111 call shutter_init_bluetooth_config_gpio_input 
+0x478c 017112 fetch 1 ,mem_shutter_config_select_gpio2 
+0x478d 017113 call shutter_init_bluetooth_config_gpio_input 
+0x478e 017114 fetch 1 ,mem_shutter_config_select_gpio3 
+0x478f 017115 branch shutter_init_bluetooth_config_gpio_input 
+:      017117 shutter_init_bluetooth_config_gpio_input:
+0x4790 017118 rtn blank 
+0x4791 017119 or pdata ,0x80 ,temp 
+0x4792 017120 branch gpio_config_input_nowake 
+:      017123 shutter_load_bluetooth_config:
+0x4793 017124 call shutter_check_load_config_flag 
+0x4794 017125 nrtn user 
+0x4795 017126 call shutter_load_bluetooth_config_label 
+0x4796 017127 branch shutter_load_bluetooth_config_by_otp 
+:      017129 shutter_load_bluetooth_config_label:
+0x4797 017130 arg 0 ,rega 
+0x4798 017131 fetch 1 ,mem_shutter_config_select_gpio1 
+0x4799 017132 call shutter_load_bluetooth_config_read_gpio_input 
+0x479a 017133 nsetflag blank ,0 ,rega 
+0x479b 017134 fetch 1 ,mem_shutter_config_select_gpio2 
+0x479c 017135 call shutter_load_bluetooth_config_read_gpio_input 
+0x479d 017136 nsetflag blank ,1 ,rega 
+0x479e 017137 fetch 1 ,mem_shutter_config_select_gpio3 
+0x479f 017138 call shutter_load_bluetooth_config_read_gpio_input 
+0x47a0 017139 nsetflag blank ,2 ,rega 
+0x47a1 017140 copy rega ,pdata 
+0x47a2 017141 store 1 ,mem_shutter_config_label 
+0x47a3 017142 fetch 1 ,mem_shutter_config_size 
+0x47a4 017143 imul32 rega ,pdata 
+0x47a5 017144 fetcht 2 ,mem_shutter_config_otp_base_address 
+0x47a6 017145 iadd temp ,pdata 
+0x47a7 017146 store 2 ,mem_shutter_config_otp_addr 
+0x47a8 017147 rtn 
+:      017149 shutter_load_bluetooth_config_read_gpio_input:
+0x47a9 017150 rtn blank 
+0x47aa 017151 or pdata ,0x80 ,temp 
+0x47ab 017152 call gpio_get_bit 
+0x47ac 017153 nbranch enable_blank ,true 
+0x47ad 017154 branch disable_blank 
+:      017157 shutter_check_load_config_flag:
+0x47ae 017158 call disable_user 
+0x47af 017159 fetch 1 ,mem_shutter_config_user_size 
+0x47b0 017160 nrtn blank 
+0x47b1 017161 fetch 1 ,mem_shutter_config_enable 
+0x47b2 017162 rtn blank 
+0x47b3 017163 branch enable_user 
+:      017166 shutter_load_bluetooth_config_by_otp:
+0x47b4 017167 call otp_enable_chgpump 
+0x47b5 017168 fetch 2 ,mem_shutter_config_otp_addr 
+0x47b6 017169 arg mem_shutter_config_data_temp ,rega 
+0x47b7 017170 fetcht 1 ,mem_shutter_config_size 
+0x47b8 017171 call otpd_read_data 
+0x47b9 017172 call otp_disable_chgpump 
+:      017173 shutter_load_bluetooth_config_store_name:
+0x47ba 017174 fetch 1 ,mem_shutter_config_data_temp 
+0x47bb 017175 copy pdata ,loopcnt 
+0x47bc 017176 store 1 ,mem_le_name_len 
+0x47bd 017177 call memcpy_fast 
+0x47be 017178 fetch 1 ,mem_shutter_config_data_temp 
+0x47bf 017179 copy pdata ,loopcnt 
+0x47c0 017180 store 1 ,mem_local_name_length 
+0x47c1 017181 call memcpy_fast 
+0x47c2 017182 ifetch 1 ,contr 
+0x47c3 017183 store 1 ,mem_shutter_key_num 
+0x47c4 017184 ifetch 1 ,contr 
+0x47c5 017185 store 1 ,mem_shutter_hard_soft_switch_case 
+0x47c6 017186 rtn 
+:      017189 shutter_load_bluetooth_config_by_eeprom:
+0x47c7 017190 fetch 1 ,mem_shutter_bluetooth_type 
+0x47c8 017191 rtnbit0 classic_shutter 
+0x47c9 017192 arg 3 ,temp 
+0x47ca 017193 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
+0x47cb 017194 copy pdata ,regb 
+0x47cc 017195 arg mem_shutter_config_eeprom_start_flag ,rega 
+0x47cd 017196 call iicd_read_eep_data 
+0x47ce 017197 fetcht 2 ,mem_shutter_config_eeprom_start_flag 
+0x47cf 017198 setarg shutter_eeprom_config_crc 
+0x47d0 017199 isub temp ,null 
+0x47d1 017200 nrtn zero 
+0x47d2 017201 fetch 1 ,mem_shutter_config_user_size 
+0x47d3 017202 rtn blank 
+0x47d4 017203 copy pdata ,temp 
+0x47d5 017204 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
+0x47d6 017205 add pdata ,3 ,regb 
+0x47d7 017206 arg mem_shutter_config_data_temp ,rega 
+0x47d8 017207 call iicd_read_eep_data 
+0x47d9 017208 branch shutter_store_config 
+:      017210 shutter_load_bluetooth_config_by_user_config:
+0x47da 017211 fetch 2 ,mem_shutter_config_user_otp_address 
+0x47db 017212 rtn blank 
+0x47dc 017213 call otp_enable_chgpump 
+0x47dd 017214 arg 1 ,temp 
+0x47de 017215 arg mem_shutter_config_user_size ,rega 
+0x47df 017216 call otpd_read_data 
+0x47e0 017218 fetch 1 ,mem_shutter_config_user_size 
+0x47e1 017219 rtn blank 
+0x47e2 017221 fetch 2 ,mem_shutter_config_user_otp_address 
+0x47e3 017222 pincrease 1 
+0x47e4 017223 arg mem_shutter_config_data_temp ,rega 
+0x47e5 017224 fetcht 1 ,mem_shutter_config_user_size 
+0x47e6 017225 call otpd_read_data 
+0x47e7 017226 call otp_disable_chgpump 
+:      017227 shutter_store_config:
+0x47e8 017228 call shutter_load_bluetooth_config_store_name 
+:      017229 shutter_load_bluetooth_config_custom:
+0x47e9 017230 ifetch 2 ,contr 
+0x47ea 017231 rtn blank 
+0x47eb 017232 copy pdata ,contw 
+0x47ec 017233 ifetcht 1 ,contr 
+0x47ed 017234 copy temp ,loopcnt 
+0x47ee 017235 call memcpy 
+0x47ef 017236 branch shutter_load_bluetooth_config_custom 
+:      017240 shutter_random_mac_addr:
+0x47f0 017241 fetch 1 ,mem_shutter_bluetooth_type 
+0x47f1 017242 rtnbit0 classic_shutter 
+0x47f2 017243 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
+0x47f3 017244 copy pdata ,regb 
+0x47f4 017245 arg 4 ,temp 
+0x47f5 017246 arg mem_shutter_random_mac_data_temp ,rega 
+0x47f6 017247 call iicd_read_eep_data 
+0x47f7 017248 fetch 1 ,mem_shutter_random_mac_data_temp 
+0x47f8 017249 bne 1 ,shutter_write_random_mac_addr_to_eeprom 
+:      017250 shutter_write_random_mac_addr_to_eeprom:
+0x47f9 017251 setarg 1 
+0x47fa 017252 store 1 ,mem_shutter_random_mac_data_temp 
+0x47fb 017253 force 3 ,loopcnt 
+0x47fc 017254 call generate_random_loop 
+0x47fd 017255 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
+0x47fe 017256 copy pdata ,regb 
+0x47ff 017257 arg 4 ,temp 
+0x4800 017258 arg mem_shutter_random_mac_data_temp ,rega 
+0x4801 017259 call iicd_write_eep_data 
+:      017260 shutter_write_random_mac_addr:
+0x4802 017261 fetch 3 ,mem_shutter_random_mac_data_temp + 1 
+0x4803 017262 store 3 ,mem_lap 
+0x4804 017263 store 3 ,mem_le_lap 
+0x4805 017264 rtn 
+:      017267 shutter_soft_swtich_power_on:
+0x4806 017268 branch shutter_start_reconnect 
+:      017271 shutter_soft_swtich_power_off:
+0x4807 017272 arg 0 ,rega 
+0x4808 017273 arg mem_shutter_power_off_led_style ,regc 
+0x4809 017274 call ui_led_set_style_global 
+0x480a 017275 call shutter_disconnect_current_connection 
+:      017276 shutter_wait_power_off:
+0x480b 017277 fetch 1 ,mem_shutter_power_off_timeout 
+0x480c 017278 store 1 ,mem_shutter_power_off_timer 
+0x480d 017279 rtn 
+:      017283 ui_soft_swtich_init:
+0x480e 017284 setarg ss_state_power_up 
+0x480f 017285 call ui_soft_swtich_init_power_on_time 
+0x4810 017286 jam ui_button_state_up ,mem_ui_button_last_state 
+0x4811 017287 call ui_button_init 
+0x4812 017288 call ui_button_polling 
+0x4813 017289 fetch 2 ,mem_ui_state_map 
+0x4814 017290 rtnbit1 ui_state_btn_down 
+0x4815 017291 branch app_enter_hibernate 
+:      017293 ui_soft_swtich_init_power_on_time:
+0x4816 017294 fetcht 2 ,mem_power_param_ptr 
+0x4817 017295 istore 1 ,temp 
+0x4818 017296 ifetch 1 ,contw 
+0x4819 017297 store 1 ,mem_ui_button_timeout 
+0x481a 017298 rtn 
+:      017301 ui_soft_switch_botton_up:
+0x481b 017302 fetch 2 ,mem_power_param_ptr 
+0x481c 017303 ifetch 1 ,pdata 
+0x481d 017304 rtnne ss_state_power_up 
+0x481e 017305 branch app_enter_hibernate 
+:      017308 ui_soft_switch_botton_long_press:
+0x481f 017309 fetcht 2 ,mem_power_param_ptr 
+0x4820 017310 ifetch 1 ,temp 
+0x4821 017311 beq ss_state_power_on ,ui_soft_switch_power_off 
+:      017312 ui_soft_switch_power_on:
+0x4822 017313 setarg ss_state_power_on 
+0x4823 017314 fetcht 2 ,mem_power_param_ptr 
+0x4824 017315 istore 1 ,temp 
+0x4825 017316 add temp ,ss_power_off_time ,contr 
+0x4826 017317 ifetch 1 ,contr 
+0x4827 017318 istore 1 ,mem_ui_button_timeout 
+0x4828 017319 ifetch 2 ,contr 
+0x4829 017320 branch callback_func 
+:      017322 ui_soft_switch_power_off:
+0x482a 017323 setarg ss_state_power_off 
+0x482b 017324 call ui_soft_swtich_init_power_on_time 
+0x482c 017325 add temp ,ss_power_off_cb ,contr 
+0x482d 017326 ifetch 2 ,contr 
+0x482e 017327 branch app_enter_hibernate ,blank 
+0x482f 017328 branch callback_func 
+:      017334 shutter_byteswap:
+0x4830 017335 store 6 ,mem_tmp_buffer 
+0x4831 017336 fetch 1 ,mem_tmp_buffer 
+0x4832 017337 store 1 ,mem_tmp_buffer + 11 
+0x4833 017338 ifetch 1 ,contr 
+0x4834 017339 store 1 ,mem_tmp_buffer + 10 
+0x4835 017340 ifetch 1 ,contr 
+0x4836 017341 store 1 ,mem_tmp_buffer + 9 
+0x4837 017342 ifetch 1 ,contr 
+0x4838 017343 store 1 ,mem_tmp_buffer + 8 
+0x4839 017344 ifetch 1 ,contr 
+0x483a 017345 store 1 ,mem_tmp_buffer + 7 
+0x483b 017346 ifetch 1 ,contr 
+0x483c 017347 store 1 ,mem_tmp_buffer + 6 
+0x483d 017348 fetch 6 ,mem_tmp_buffer + 6 
+0x483e 017349 rtn 
+:      017351 shutter_random_addr_by_otp:
+0x483f 017352 call load_adc_init 
+0x4840 017353 fetch 1 ,mem_1v_adc_io_data 
+0x4841 017354 store 1 ,mem_le_lap 
+0x4842 017355 fetch 1 ,mem_5v_adc_hvin_data 
+0x4843 017356 istore 1 ,contw 
+0x4844 017357 fetch 1 ,mem_3v_adc_vinlpm_data 
+0x4845 017358 istore 1 ,contw 
+0x4846 017359 fetch 3 ,mem_le_lap 
+0x4847 017360 store 3 ,mem_lap 
+0x4848 017361 rtn 
+:      017373 sim_iic_read_eep_data:
+0x4849 017374 fetch 2 ,mem_eeprom_base 
+0x484a 017375 iadd regb ,pdata 
+0x484b 017376 byteswap pdata ,pdata 
+0x484c 017377 store 2 ,mem_addr_mi 
+0x484d 017378 copy temp ,regb 
+0x484e 017380 call sim_iic_start 
+0x484f 017381 setarg 0xa0 
+0x4850 017382 call sim_iic_send_byte 
+0x4851 017383 fetch 1 ,mem_addr_mi 
+0x4852 017384 call sim_iic_send_byte 
+0x4853 017385 bmark1 mark_eeprom_size ,sim_iic_read_eep_data_2k 
+0x4854 017386 fetch 1 ,mem_addr_mi + 1 
+0x4855 017387 call sim_iic_send_byte 
+:      017388 sim_iic_read_eep_data_2k:
+0x4856 017389 call sim_iic_stop 
+0x4857 017391 call sim_iic_start 
+0x4858 017392 setarg 0xa1 
+0x4859 017393 call sim_iic_send_byte 
+:      017395 sim_iic_read_eep_data_loop:
+0x485a 017396 call sim_iic_read_byte 
+0x485b 017397 istore 1 ,rega 
+0x485c 017398 increase 1 ,rega 
+0x485d 017399 increase -1 ,regb 
+0x485e 017400 nbranch sim_iic_read_eep_data_loop ,zero 
+0x485f 017401 branch sim_iic_stop 
+:      017412 sim_iic_write_eep_data:
+0x4860 017413 byteswap regb ,pdata 
+0x4861 017414 store 2 ,mem_addr_mi 
+0x4862 017415 copy temp ,regb 
+0x4863 017417 call sim_iic_start 
+0x4864 017418 setarg 0xa0 
+0x4865 017419 call sim_iic_send_byte 
+0x4866 017421 fetch 1 ,mem_addr_mi 
+0x4867 017422 call sim_iic_send_byte 
+0x4868 017423 bmark1 mark_eeprom_size ,sim_iic_write_eep_data_loop 
+0x4869 017424 fetch 1 ,mem_addr_mi + 1 
+0x486a 017425 call sim_iic_send_byte 
+:      017426 sim_iic_write_eep_data_loop:
+0x486b 017427 ifetch 1 ,rega 
+0x486c 017428 call sim_iic_send_byte 
+0x486d 017429 increase 1 ,rega 
+0x486e 017430 increase -1 ,regb 
+0x486f 017431 nbranch sim_iic_write_eep_data_loop ,zero 
+0x4870 017432 branch sim_iic_stop 
+:      017436 sim_iic_wait_ack:
+0x4871 017437 arg 10 ,loopcnt 
+0x4872 017438 call sim_iic_release_sda 
+0x4873 017439 call sim_iic_scl_output_high 
+0x4874 017440 call sim_iic_delay 
+:      017441 sim_iic_wait_ack_loop:
+0x4875 017442 call sim_iic_read_sda_level 
+0x4876 017443 branch sim_iic_scl_output_low ,blank 
+0x4877 017444 loop sim_iic_wait_ack_loop 
+0x4878 017445 branch sim_iic_scl_output_low 
+:      017449 sim_iic_ack_slave:
+0x4879 017450 call sim_iic_scl_output_low 
+0x487a 017451 call sim_iic_sda_output_low 
+0x487b 017452 call sim_iic_delay 
+0x487c 017453 call sim_iic_scl_output_high 
+0x487d 017454 call sim_iic_delay 
+0x487e 017455 branch sim_iic_scl_output_low 
+:      017460 sim_iic_read_byte:
+0x487f 017461 arg 8 ,loopcnt 
+0x4880 017462 arg 0 ,regc 
+0x4881 017463 call sim_iic_release_sda 
+:      017464 sim_iic_read_byte_loop:
+0x4882 017465 call sim_iic_scl_output_high 
+0x4883 017466 call sim_iic_delay 
+0x4884 017467 lshift regc ,regc 
+0x4885 017468 call sim_iic_read_sda_level 
+0x4886 017469 iadd regc ,regc 
+0x4887 017470 call sim_iic_delay 
+0x4888 017471 call sim_iic_scl_output_low 
+0x4889 017472 loop sim_iic_read_byte_loop 
+0x488a 017473 call sim_iic_ack_slave 
+0x488b 017474 copy regc ,pdata 
+0x488c 017475 rtn 
+:      017479 sim_iic_send_byte:
+0x488d 017480 arg 8 ,loopcnt 
+0x488e 017481 copy pdata ,regc 
+0x488f 017482 call sim_iic_scl_output_low 
+:      017483 sim_iic_send_byte_loop:
+0x4890 017484 isolate1 7 ,regc 
+0x4891 017485 call sim_iic_sda_output_high ,true 
+0x4892 017486 ncall sim_iic_sda_output_low ,true 
+0x4893 017487 lshift regc ,regc 
+0x4894 017488 call sim_iic_delay 
+0x4895 017489 call sim_iic_scl_output_high 
+0x4896 017490 call sim_iic_delay 
+0x4897 017491 call sim_iic_scl_output_low 
+0x4898 017492 call sim_iic_delay 
+0x4899 017493 loop sim_iic_send_byte_loop 
+0x489a 017494 branch sim_iic_wait_ack 
+:      017498 sim_iic_start:
+0x489b 017499 call sim_iic_sda_output_high 
+0x489c 017500 call sim_iic_scl_output_high 
+0x489d 017501 call sim_iic_delay 
+0x489e 017502 call sim_iic_sda_output_low 
+0x489f 017503 call sim_iic_delay 
+0x48a0 017504 branch sim_iic_scl_output_low 
+:      017508 sim_iic_stop:
+0x48a1 017509 call sim_iic_sda_output_low 
+0x48a2 017510 call sim_iic_scl_output_high 
+0x48a3 017511 call sim_iic_delay 
+0x48a4 017512 call sim_iic_sda_output_high 
+0x48a5 017513 branch sim_iic_delay 
+:      017517 sim_iic_scl_output_high:
+0x48a6 017518 enable user 
+0x48a7 017519 fetch 1 ,sim_iic_scl_gpio_num 
+0x48a8 017520 branch sim_iic_config_gpio 
+:      017523 sim_iic_scl_output_low:
+0x48a9 017524 disable user 
+0x48aa 017525 fetch 1 ,sim_iic_scl_gpio_num 
+0x48ab 017526 branch sim_iic_config_gpio 
+:      017529 sim_iic_sda_output_high:
+0x48ac 017530 enable user 
+0x48ad 017531 fetch 1 ,sim_iic_sda_gpio_num 
+0x48ae 017532 branch sim_iic_config_gpio 
+:      017535 sim_iic_sda_output_low:
+0x48af 017536 disable user 
+0x48b0 017537 fetch 1 ,sim_iic_sda_gpio_num 
+0x48b1 017538 branch sim_iic_config_gpio 
+:      017543 sim_iic_config_gpio:
+0x48b2 017544 and pdata ,0x07 ,queue 
+0x48b3 017545 rshift3 pdata ,pdata 
+0x48b4 017546 arg core_gpio_oe0 ,temp 
+0x48b5 017547 iadd temp ,temp 
+0x48b6 017548 ifetch 1 ,temp 
+0x48b7 017549 qset1 pdata 
+0x48b8 017550 istore 1 ,temp 
+0x48b9 017551 increase 4 ,temp 
+0x48ba 017552 ifetch 1 ,temp 
+0x48bb 017553 qsetflag user ,pdata 
+0x48bc 017554 istore 1 ,temp 
+0x48bd 017555 rtn 
+:      017558 sim_iic_release_sda:
+0x48be 017559 fetch 1 ,sim_iic_sda_gpio_num 
+0x48bf 017560 and pdata ,0x07 ,queue 
+0x48c0 017561 rshift3 pdata ,pdata 
+0x48c1 017562 arg core_gpio_oe0 ,temp 
+0x48c2 017563 iadd temp ,temp 
+0x48c3 017564 ifetch 1 ,temp 
+0x48c4 017565 qset0 pdata 
+0x48c5 017566 istore 1 ,temp 
+0x48c6 017567 rtn 
+:      017572 sim_iic_read_sda_level:
+0x48c7 017573 nop 4 
+0x48c8 017574 fetch 1 ,sim_iic_sda_gpio_num 
+0x48c9 017575 and pdata ,0x07 ,queue 
+0x48ca 017576 rshift3 pdata ,pdata 
+0x48cb 017577 arg core_gpio_in ,temp 
+0x48cc 017578 iadd temp ,temp 
+0x48cd 017579 setarg 0 
+0x48ce 017580 ifetcht 1 ,temp 
+0x48cf 017581 qisolate1 temp 
+0x48d0 017582 setflag true ,0 ,pdata 
+0x48d1 017583 rtn 
+:      017586 sim_iic_delay:
+0x48d2 017588 rtn 
+:      017594 usb_isr:
+0x48d3 017595 bpatch patch1e_6 ,mem_patch1e 
+0x48d4 017596 hfetch 1 ,core_usb_status 
+0x48d5 017597 isolate1 7 ,pdata 
+0x48d6 017598 call usb_init ,true 
+0x48d7 017599 call usb_nak_state_judge 
+0x48d8 017600 hfetch 1 ,core_usb_status 
+0x48d9 017601 store 1 ,mem_usb_status 
+0x48da 017602 hfetch 1 ,core_usb_fifo_empty 
+0x48db 017603 store 1 ,mem_usb_fifo_empty 
+0x48dc 017604 hstore 1 ,core_usb_fifo_empty 
+0x48dd 017605 pinvert 
+0x48de 017606 fetcht 1 ,mem_usb_tx_wait 
+0x48df 017607 iand temp ,pdata 
+0x48e0 017608 store 1 ,mem_usb_tx_wait 
+0x48e1 017609 jam 0xe0 ,core_usb_status 
+0x48e2 017610 fetch 1 ,mem_usb_fifo_empty 
+0x48e3 017611 compare 0x1 ,pdata ,0x1 
+0x48e4 017612 call usb0_fifo_empty ,true 
+0x48e5 017613 fetch 1 ,mem_usb_status 
+0x48e6 017614 compare 0x1 ,pdata ,0x1 
+0x48e7 017615 call usb_status1 ,true 
+0x48e8 017616 call usb_tx 
+0x48e9 017617 branch usb_nak_state 
+:      017619 usb_init:
+0x48ea 017620 bpatch patch1e_7 ,mem_patch1e 
+0x48eb 017621 call usb_init_param 
+0x48ec 017622 jam 0x00 ,core_usb_config 
+0x48ed 017623 nop 10000 
+0x48ee 017624 jam 0xc0 ,core_usb_trig 
+0x48ef 017625 hfetch 2 ,core_clkoff 
+0x48f0 017626 set0 clock_off_usb ,pdata 
+0x48f1 017627 hstore 2 ,core_clkoff 
+0x48f2 017628 jam 0x3c ,core_usb_config 
+0x48f3 017629 jam 0xff ,core_usb_status 
+0x48f4 017630 jam 0xff ,core_usb_fifo_empty 
+0x48f5 017631 jam 0 ,core_usb_addr 
+0x48f6 017632 jam dev_default ,mem_usb0_state 
+0x48f7 017633 setarg mem_usb_clear_mem_end 
+0x48f8 017634 arg mem_usb_clear_mem_start ,contw 
+0x48f9 017635 isub contw ,loopcnt 
+0x48fa 017636 branch clear_mem 
+:      017638 usb_offline_check_init:
+0x48fb 017639 fetcht 1 ,mem_usb_offline_check_gpio 
+0x48fc 017640 branch gpio_config_input 
+:      017641 usb_offline_state:
+0x48fd 017642 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x48fe 017643 rtn blank 
+0x48ff 017644 fetcht 1 ,mem_usb_offline_check_gpio 
+0x4900 017645 call gpio_get_bit 
+0x4901 017646 branch usb_init ,true 
+0x4902 017647 rtn 
+:      017650 usb_nak_state:
+0x4903 017651 arg timer_nak ,queue 
+0x4904 017652 call timer_check 
+0x4905 017653 nrtn blank 
+0x4906 017654 fetch 1 ,mem_usb_wakestate_onetime_flag 
+0x4907 017655 nrtn blank 
+0x4908 017656 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x4909 017657 ncall usb_mac_wakeup_judge ,blank 
+0x490a 017658 rtn 
+:      017660 usb_mem_devicedesc_init:
+0x490b 017661 arg mem_devicedesc ,contw 
+0x490c 017662 setsect 0 ,0x11212 
+0x490d 017663 setsect 1 ,0x8000 
+0x490e 017664 setsect 2 ,0x0 
+0x490f 017665 setsect 3 ,0x10000 
+0x4910 017666 istore 9 ,contw 
+0x4911 017667 setsect 0 ,0x22412 
+0x4912 017668 setsect 1 ,0x8604 
+0x4913 017669 setsect 2 ,0x1000 
+0x4914 017670 setsect 3 ,0x8 
+0x4915 017671 istore 9 ,contw 
+0x4916 017672 setsect 0 ,0x1 
+0x4917 017673 istore 1 ,contw 
+0x4918 017674 rtn 
+:      017676 usb_init_param:
+0x4919 017677 jam 2 ,mem_usb0_state 
+0x491a 017678 setarg 0x0 
+0x491b 017679 store 1 ,mem_remain 
+0x491c 017680 store 2 ,mem_usb_zero_packet 
+0x491d 017681 pincrease 1 
+0x491e 017682 store 2 ,mem_usb_ones_packet 
+0x491f 017683 pincrease 1 
+0x4920 017684 store 2 ,mem_usb_two_packet 
+0x4921 017685 setarg hid_kbdata_addr 
+0x4922 017686 store 2 ,mem_hidreportdesc_kb 
+0x4923 017687 setarg hid_msdata_addr 
+0x4924 017688 store 2 ,mem_hidreportdesc_m 
+0x4925 017689 arg mem_confdesc ,contw 
+0x4926 017690 arg hid_confdata_addr ,contr 
+0x4927 017691 call memcpy64 
+0x4928 017692 fetch 1 ,mem_usb_tx_interval 
+0x4929 017693 ncall usb_tx_interval_config ,blank 
+0x492a 017694 branch usb_mem_devicedesc_init 
+:      017696 usb_tx_interval_config:
+0x492b 017697 store 1 ,mem_confdesc + 34 
+0x492c 017698 store 1 ,mem_confdesc + 59 
+0x492d 017699 rtn 
+:      017700 usb_nak_state_judge:
+0x492e 017701 hfetch 1 ,core_usb_status 
+0x492f 017702 bbit1 usb_status_nak ,usb_nak_state_timer_init 
+0x4930 017703 rtn 
+:      017705 usb_nak_state_timer_init:
+0x4931 017706 call usb0_attached_state_judge 
+0x4932 017707 call timer_reinit 
+0x4933 017708 setarg timer_nak_delay 
+0x4934 017709 arg timer_nak ,queue 
+0x4935 017710 branch timer_init 
+:      017712 usb0_attached_state_judge:
+0x4936 017713 fetch 1 ,mem_usb_state 
+0x4937 017714 bne usb_connected ,usb_clear_halt_dispose 
+0x4938 017715 jam 0 ,mem_usb_wakestate_onetime_flag 
+0x4939 017716 jam 0 ,mem_usb_mac_wakeup_trig 
+0x493a 017717 rtn 
+:      017718 usb_clear_halt_dispose:
+0x493b 017719 fetch 1 ,mem_usb_clear_halt 
+0x493c 017720 rtn blank 
+0x493d 017721 jam 0 ,mem_usb_clear_halt 
+0x493e 017722 jam usb_connected ,mem_usb_state 
+0x493f 017723 jam 1 ,mem_usb_device_enumeration_endflag 
+0x4940 017724 rtn 
+:      017726 usb0_fifo_empty:
+0x4941 017727 jam 0x1 ,core_usb_fifo_empty 
+0x4942 017728 branch usb0_tx 
+:      017730 usb_rx_no_data:
+0x4943 017731 fetch 1 ,mem_usb_status 
+0x4944 017732 bbit1 usb_status_setup ,usb_class_type 
+0x4945 017733 rtn 
+:      017735 usb_rx_read:
+0x4946 017736 hfetch 1 ,core_usb_ep 
+0x4947 017737 istore 1 ,contw 
+0x4948 017738 loop usb_rx_read 
+0x4949 017739 rtn 
+:      017741 usb_status1:
+0x494a 017742 bpatch patch1f_0 ,mem_patch1f 
+0x494b 017743 jam 0x11 ,core_usb_status 
+0x494c 017744 hfetch 1 ,core_usb_ep_len 
+0x494d 017745 store 1 ,mem_usb_read_len 
+0x494e 017746 copy pdata ,loopcnt 
+0x494f 017747 branch usb_rx_no_data ,blank 
+0x4950 017748 arg mem_usb_setup ,contw 
+0x4951 017749 call usb_rx_read 
+0x4952 017750 fetch 1 ,mem_usb_read_len 
+0x4953 017751 sub pdata ,7 ,null 
+0x4954 017752 rtn positive 
+:      017753 usb_class_type:
+0x4955 017754 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4956 017755 and_into 0x80 ,pdata 
+0x4957 017756 beq in_device ,usb_in_device 
+0x4958 017757 beq out_device ,usb_out_device 
+0x4959 017758 branch assert 
+:      017760 usb_in_device:
+0x495a 017761 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x495b 017762 rshift4 pdata ,pdata 
+0x495c 017763 rshift pdata ,pdata 
+0x495d 017764 and_into 0x03 ,pdata 
+0x495e 017765 beq standard_req ,usb_in_standard_req 
+0x495f 017766 beq class_req ,usb_in_class_req 
+0x4960 017767 beq manufacturer_req ,usb_in_manufacturer_req 
+0x4961 017768 branch assert 
+:      017770 usb_out_device:
+0x4962 017771 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4963 017772 rshift4 pdata ,pdata 
+0x4964 017773 rshift pdata ,pdata 
+0x4965 017774 and_into 0x03 ,pdata 
+0x4966 017775 beq standard_req ,usb_out_standard_req 
+0x4967 017776 beq class_req ,usb_out_class_req 
+0x4968 017777 beq manufacturer_req ,usb_out_manufacturer_req 
+0x4969 017778 branch assert 
+:      017780 usb_in_standard_req:
+0x496a 017781 fetch 1 ,mem_usb_setup_brequest 
+0x496b 017782 beq get_configuration ,usb0_request_get_configuration 
+0x496c 017783 beq get_descriptor ,usb0_request_get_descriptor 
+0x496d 017784 beq get_interface ,usb0_request_get_interface 
+0x496e 017785 beq get_status ,usb0_request_get_status 
+0x496f 017786 branch usb0_force_stall 
+:      017788 usb_in_class_req:
+0x4970 017789 fetch 1 ,mem_usb_setup_brequest 
+0x4971 017790 beq get_idle ,usb_get_idle 
+0x4972 017791 beq get_report ,usb_get_report 
+0x4973 017792 beq get_protocol ,usb_get_protocol_req 
+0x4974 017793 branch usb0_force_stall 
+:      017795 usb_in_manufacturer_req:
+0x4975 017796 branch usb0_force_stall 
+:      017798 usb_out_standard_req:
+0x4976 017799 fetch 1 ,mem_usb_setup_brequest 
+0x4977 017800 beq clear_feature ,usb0_request_clear_feature 
+0x4978 017801 beq set_feature ,usb0_request_set_feature 
+0x4979 017802 beq set_address ,usb0_request_set_address 
+0x497a 017803 beq set_configuration ,usb0_request_set_configuration 
+0x497b 017804 beq set_interface ,usb0_request_set_interface 
+0x497c 017805 beq set_descriptor ,usb0_force_stall 
+0x497d 017806 branch usb0_force_stall 
+:      017808 usb_out_class_req:
+0x497e 017809 fetch 1 ,mem_usb_setup_brequest 
+0x497f 017810 beq set_idle ,usb_set_idle 
+0x4980 017811 beq set_report ,usb_set_report 
+0x4981 017812 beq set_protocol ,usb_set_protocol_req 
+0x4982 017813 branch usb0_force_stall 
+:      017815 usb_out_manufacturer_req:
+0x4983 017816 branch usb0_force_stall 
+:      017818 usb0_force_stall:
+0x4984 017819 hfetch 1 ,core_usb_stall 
+0x4985 017820 set1 0 ,pdata 
+0x4986 017821 hstore 1 ,core_usb_stall 
+0x4987 017822 branch usb0_reply_zerolen 
+:      017824 usb0_reply_zerolen:
+0x4988 017825 jam 0x40 ,core_usb_clear 
+0x4989 017826 rtn 
+:      017828 usb0_request_get_configuration:
+0x498a 017829 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x498b 017830 bne in_device ,usb0_force_stall 
+0x498c 017831 fetch 1 ,mem_usb_setup_windex 
+0x498d 017832 bne 0 ,usb0_force_stall 
+0x498e 017833 fetch 1 ,mem_usb_setup_windex + 1 
+0x498f 017834 bne 0 ,usb0_force_stall 
+0x4990 017835 fetch 1 ,mem_usb_setup_blength 
+0x4991 017836 bne 1 ,usb0_force_stall 
+0x4992 017837 fetch 1 ,mem_usb_setup_blengthh 
+0x4993 017838 bne 0 ,usb0_force_stall 
+0x4994 017839 fetch 1 ,mem_usb_setup_bvalue 
+0x4995 017840 bne 0 ,usb0_force_stall 
+0x4996 017841 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x4997 017842 bne 0 ,usb0_force_stall 
+0x4998 017843 fetch 1 ,mem_usb0_state 
+0x4999 017844 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
+0x499a 017845 beq dev_address ,usb0_request_get_cfg_dev_addr 
+0x499b 017846 branch usb0_force_stall 
+:      017848 usb0_request_get_cfg_dev_cfg:
+0x499c 017849 arg 1 ,regb 
+0x499d 017850 branch usb_send_ones_packet 
+:      017852 usb0_request_get_cfg_dev_addr:
+0x499e 017853 arg 1 ,regb 
+0x499f 017854 branch usb_send_zero_packet 
+:      017856 usb0_request_get_descriptor:
+0x49a0 017857 bpatch patch1f_1 ,mem_patch1f 
+0x49a1 017858 set0 mark_isstr ,mark 
+0x49a2 017859 fetch 1 ,mem_usb_setup_bvalueh 
+0x49a3 017860 beq dsc_device ,dsc_device_info 
+0x49a4 017861 beq dsc_config ,dsc_config_info 
+0x49a5 017862 beq dsc_string ,dsc_string_info 
+0x49a6 017863 beq dsc_hid ,dsc_hid_info 
+0x49a7 017864 beq dsc_hid_report ,dsc_hid_report_info 
+0x49a8 017865 branch usb0_force_stall 
+:      017867 dsc_hid_info:
+0x49a9 017868 jam 0 ,mem_usb_get_protocol_flag 
+0x49aa 017869 fetch 1 ,mem_usb_setup_windex 
+0x49ab 017870 beq 0 ,dsc_hid_info_interface0 
+0x49ac 017871 beq 1 ,dsc_hid_info_interface1 
+0x49ad 017872 branch usb0_force_stall 
+:      017874 dsc_hid_info_interface0:
+0x49ae 017875 arg mem_confdesc + 19 ,rega 
+0x49af 017876 ifetch 1 ,rega 
+0x49b0 017877 iforce regb 
+0x49b1 017878 branch usb0_respond 
+:      017880 dsc_hid_info_interface1:
+0x49b2 017881 arg mem_confdesc + 44 ,rega 
+0x49b3 017882 ifetch 1 ,rega 
+0x49b4 017883 iforce regb 
+0x49b5 017884 branch usb0_respond 
+:      017886 dsc_device_info:
+0x49b6 017890 fetch 1 ,mem_usb_set_high_addr_flag 
+0x49b7 017891 ncall usb_set_high_addr ,blank 
+0x49b8 017892 setarg mem_devicedesc 
+0x49b9 017893 fetcht 1 ,mem_devicedesc 
+:      017894 dsc_info_set_data_len:
+0x49ba 017895 store 2 ,mem_dsc_info_data_pointer 
+0x49bb 017896 storet 1 ,mem_dsc_info_len 
+0x49bc 017897 fetch 1 ,mem_usb_setup_blength 
+0x49bd 017898 isub temp ,null 
+0x49be 017899 nbranch dsc_info_set_current_data_len ,positive 
+:      017900 dsc_info_set_initial_data_len:
+0x49bf 017901 fetch 1 ,mem_dsc_info_len 
+:      017902 dsc_info_set_data_size_completed:
+0x49c0 017903 iforce regb 
+0x49c1 017904 fetch 2 ,mem_dsc_info_data_pointer 
+0x49c2 017905 add pdata ,1 ,pdata 
+0x49c3 017906 iforce rega 
+0x49c4 017907 branch usb0_respond 
+:      017908 dsc_info_set_current_data_len:
+0x49c5 017909 fetch 1 ,mem_usb_setup_blength 
+0x49c6 017910 branch dsc_info_set_data_size_completed 
+:      017912 usb_set_high_addr:
+0x49c7 017913 hfetch 1 ,core_usb_addr 
+0x49c8 017914 ncall usb0_set_addr ,blank 
+0x49c9 017915 jam 0 ,mem_usb_set_high_addr_flag 
+0x49ca 017916 rtn 
+:      017917 usb0_set_addr:
+0x49cb 017918 hfetch 1 ,core_usb_addr 
+0x49cc 017919 set1 7 ,pdata 
+0x49cd 017920 hstore 1 ,core_usb_addr 
+0x49ce 017921 rtn 
+:      017923 dsc_config_info:
+0x49cf 017924 setarg mem_confdesc 
+0x49d0 017925 fetcht 1 ,mem_confdesc 
+0x49d1 017926 branch dsc_info_set_data_len 
+:      017928 dsc_string_info:
+0x49d2 017929 fetch 1 ,mem_usb_setup_bvalue 
+0x49d3 017930 sub pdata ,3 ,null 
+0x49d4 017931 nbranch usb0_force_stall ,positive 
+0x49d5 017932 fetch 1 ,mem_usb_setup_bvalue 
+0x49d6 017933 arg mem_string0 ,rega 
+0x49d7 017934 beq 0 ,usb0_respond_length 
+0x49d8 017935 set1 mark_isstr ,mark 
+0x49d9 017936 arg mem_string1 ,rega 
+0x49da 017937 beq 1 ,usb0_respond_length 
+0x49db 017938 arg mem_string2 ,rega 
+0x49dc 017939 beq 2 ,usb0_respond_length 
+0x49dd 017940 arg mem_string3 ,rega 
+0x49de 017941 beq 3 ,usb0_respond_length 
+0x49df 017942 rtn 
+:      017944 dsc_hid_report_info:
+0x49e0 017945 fetch 2 ,mem_usb_setup_windex 
+0x49e1 017946 beq 1 ,dsc_hid_report_info0 
+0x49e2 017947 fetch 2 ,mem_hidreportdesc_kb 
+0x49e3 017948 copy pdata ,rega 
+0x49e4 017950 branch usb0_respond_length 
+:      017951 dsc_hid_report_info0:
+0x49e5 017952 jam 1 ,mem_usb_device_enumeration_endflag 
+0x49e6 017953 jam usb_got_report_req ,mem_usb_state 
+0x49e7 017954 fetch 2 ,mem_hidreportdesc_m 
+0x49e8 017955 copy pdata ,rega 
+0x49e9 017957 branch usb0_respond_length 
+:      017960 usb0_request_get_interface:
+0x49ea 017961 fetch 1 ,mem_usb0_state 
+0x49eb 017962 bne dev_configured ,usb0_force_stall 
+0x49ec 017963 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x49ed 017964 bne in_interface ,usb0_force_stall 
+0x49ee 017965 fetch 1 ,mem_usb_setup_bvalue 
+0x49ef 017966 bne 0 ,usb0_force_stall 
+0x49f0 017967 fetch 1 ,mem_usb_setup_bvalueh 
+0x49f1 017968 bne 0 ,usb0_force_stall 
+0x49f2 017969 fetch 1 ,mem_usb_setup_blength 
+0x49f3 017970 bne 1 ,usb0_force_stall 
+0x49f4 017971 fetch 1 ,mem_usb_setup_blengthh 
+0x49f5 017972 bne 0 ,usb0_force_stall 
+0x49f6 017973 fetch 1 ,mem_usb_setup_windex 
+0x49f7 017974 bne 0 ,usb0_force_stall 
+0x49f8 017975 fetch 1 ,mem_usb_setup_windex + 1 
+0x49f9 017976 bne 0 ,usb0_force_stall 
+0x49fa 017977 arg 1 ,regb 
+0x49fb 017978 branch usb_send_zero_packet 
+:      017981 usb0_request_get_status:
+0x49fc 017982 fetch 1 ,mem_usb0_state 
+0x49fd 017983 beq dev_default ,usb0_force_stall 
+0x49fe 017984 fetch 1 ,mem_usb_setup_bvalue 
+0x49ff 017985 bne 0 ,usb0_force_stall 
+0x4a00 017986 fetch 1 ,mem_usb_setup_bvalueh 
+0x4a01 017987 bne 0 ,usb0_force_stall 
+0x4a02 017988 fetch 1 ,mem_usb_setup_blength 
+0x4a03 017989 bne 2 ,usb0_force_stall 
+0x4a04 017990 fetch 1 ,mem_usb_setup_blengthh 
+0x4a05 017991 bne 0 ,usb0_force_stall 
+0x4a06 017992 fetch 1 ,mem_usb_setup_windex + 1 
+0x4a07 017993 bne 0 ,usb0_force_stall 
+0x4a08 017994 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4a09 017995 beq in_device ,usb0_get_status_in_device 
+0x4a0a 017996 beq in_interface ,usb0_get_status_in_interface 
+0x4a0b 017997 beq in_endpoint ,usb0_get_status_in_endpoint 
+0x4a0c 017998 branch usb0_force_stall 
+:      018000 usb0_get_status_in_device:
+0x4a0d 018001 fetch 1 ,mem_usb_setup_windex 
+0x4a0e 018002 bne 0 ,usb0_force_stall 
+0x4a0f 018003 arg 2 ,regb 
+0x4a10 018004 fetch 1 ,mem_usb_remote_wakeup 
+0x4a11 018005 beq 0x01 ,usb_send_two_packet 
+:      018007 usb_send_zero_packet:
+0x4a12 018008 arg mem_usb_zero_packet ,rega 
+0x4a13 018009 branch usb0_respond 
+:      018010 usb_send_ones_packet:
+0x4a14 018011 arg mem_usb_ones_packet ,rega 
+0x4a15 018012 branch usb0_respond 
+:      018013 usb_send_two_packet:
+0x4a16 018014 arg mem_usb_two_packet ,rega 
+0x4a17 018015 branch usb0_respond 
+:      018017 usb0_get_status_in_interface:
+0x4a18 018018 fetch 1 ,mem_usb0_state 
+0x4a19 018019 bne dev_configured ,usb0_force_stall 
+0x4a1a 018020 arg 2 ,regb 
+0x4a1b 018021 branch usb_send_zero_packet 
+:      018023 usb0_get_status_in_endpoint:
+0x4a1c 018024 fetch 1 ,mem_usb0_state 
+0x4a1d 018025 bne dev_configured ,usb0_force_stall 
+0x4a1e 018026 fetch 1 ,mem_usb_setup_windex 
+0x4a1f 018027 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
+0x4a20 018028 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
+0x4a21 018029 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
+0x4a22 018030 and_into 0x7f ,pdata 
+0x4a23 018031 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
+0x4a24 018032 branch usb0_force_stall 
+:      018034 usb0_get_status_in_ep_in_ep0:
+0x4a25 018035 fetch 1 ,mem_usb_ep0_stall_status 
+:      018036 usb0_get_status_in_ep_in_ack:
+0x4a26 018037 arg 2 ,regb 
+0x4a27 018038 beq 1 ,usb_send_ones_packet 
+0x4a28 018039 branch usb_send_zero_packet 
+:      018040 usb0_get_status_in_ep_in_ep1:
+0x4a29 018041 fetch 1 ,mem_usb_ep1_stall_status 
+0x4a2a 018042 branch usb0_get_status_in_ep_in_ack 
+:      018043 usb0_get_status_in_ep_in_ep2:
+0x4a2b 018044 fetch 1 ,mem_usb_ep2_stall_status 
+0x4a2c 018045 branch usb0_get_status_in_ep_in_ack 
+:      018046 usb0_get_status_in_ep_in_ep3:
+0x4a2d 018047 fetch 1 ,mem_usb_ep3_stall_status 
+0x4a2e 018048 branch usb0_get_status_in_ep_in_ack 
+:      018050 usb_get_idle:
+0x4a2f 018051 jam 1 ,mem_usb_idle_flag 
+0x4a30 018052 arg mem_usb_idle_rate ,rega 
+0x4a31 018053 arg 1 ,regb 
+0x4a32 018054 branch usb0_respond 
+:      018056 usb_get_report:
+0x4a33 018057 fetch 2 ,mem_usb_setup_bvalue 
+0x4a34 018058 arg pc_get_report ,temp 
+0x4a35 018059 isub temp ,null 
+0x4a36 018060 nbranch usb0_force_stall ,zero 
+0x4a37 018061 set0 mark_isstr ,mark 
+:      018062 usb_get_report_dispose:
+0x4a38 018063 fetch 1 ,mem_usb0_data_ready_report 
+0x4a39 018064 nbranch usb_get_report_data_success ,blank 
+0x4a3a 018065 jam pc_get_nondata ,mem_usb0_get_report_data 
+:      018066 usb_get_report_send_data:
+0x4a3b 018067 fetch 1 ,mem_usb_setup_blength 
+0x4a3c 018068 iforce regb 
+0x4a3d 018069 arg mem_usb0_get_report_data ,rega 
+0x4a3e 018070 call usb0_respond 
+:      018071 usb_get_report_data_release:
+0x4a3f 018072 arg mem_usb0_get_report_data ,contw 
+0x4a40 018073 arg 8 ,loopcnt 
+0x4a41 018074 branch memset0 
+:      018075 usb_get_report_data_success:
+0x4a42 018076 jam 0 ,mem_usb0_data_ready_report 
+0x4a43 018077 jam pc_get_data ,mem_usb0_get_report_data 
+0x4a44 018078 branch usb_get_report_send_data 
+:      018080 usb_get_protocol_req:
+0x4a45 018081 fetch 1 ,mem_usb_setup_blength 
+0x4a46 018082 bne 1 ,usb0_force_stall 
+0x4a47 018083 jam 1 ,mem_usb_get_protocol_flag 
+0x4a48 018084 arg 1 ,regb 
+0x4a49 018085 fetch 1 ,mem_usb_set_protocol_value 
+0x4a4a 018086 beq 0 ,usb_get_report_protocol 
+0x4a4b 018087 beq 1 ,usb_get_boot_protocol 
+0x4a4c 018088 branch usb_send_zero_packet 
+:      018089 usb_get_report_protocol:
+0x4a4d 018090 branch usb_send_ones_packet 
+:      018091 usb_get_boot_protocol:
+0x4a4e 018092 branch usb_send_zero_packet 
+:      018097 usb0_request_clear_feature:
+0x4a4f 018098 fetch 1 ,mem_usb0_state 
+0x4a50 018099 bne dev_configured ,usb0_force_stall 
+0x4a51 018100 fetch 1 ,mem_usb_setup_blength 
+0x4a52 018101 bne 0 ,usb0_force_stall 
+0x4a53 018102 fetch 1 ,mem_usb_setup_blengthh 
+0x4a54 018103 bne 0 ,usb0_force_stall 
+0x4a55 018104 fetch 1 ,mem_usb_setup_bvalueh 
+0x4a56 018105 bne 0 ,usb0_force_stall 
+0x4a57 018106 fetch 1 ,mem_usb_setup_windex + 1 
+0x4a58 018107 bne 0 ,usb0_force_stall 
+0x4a59 018108 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4a5a 018109 beq out_device ,usb0_request_clear_feature_out_device 
+0x4a5b 018110 beq out_interface ,usb0_request_clear_feature_out_interface 
+0x4a5c 018111 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
+0x4a5d 018112 branch usb0_force_stall 
+:      018114 usb0_request_clear_feature_out_device:
+0x4a5e 018115 fetch 1 ,mem_usb_setup_bvalue 
+0x4a5f 018116 bne device_remote_wakeup ,usb0_force_stall 
+0x4a60 018117 hfetch 1 ,core_usb_config 
+0x4a61 018118 set0 7 ,pdata 
+0x4a62 018119 hstore 1 ,core_usb_config 
+0x4a63 018120 jam 0 ,mem_usb_remote_wakeup 
+0x4a64 018121 jam 1 ,mem_usb_clear_remote_wakeup 
+0x4a65 018122 branch usb0_reply_zerolen 
+:      018124 usb0_request_clear_feature_out_interface:
+0x4a66 018125 branch usb0_force_stall 
+:      018127 usb0_request_clear_feature_out_endpoint:
+0x4a67 018128 fetch 1 ,mem_usb_setup_bvalue 
+0x4a68 018129 bne endpoint_halt ,usb0_force_stall 
+0x4a69 018130 fetch 1 ,mem_usb_setup_windex 
+0x4a6a 018131 beq in_ep1 ,usb0_force_stall_ep1_in_off 
+0x4a6b 018132 beq in_ep2 ,usb0_force_stall_ep2_in_off 
+0x4a6c 018133 beq in_ep3 ,usb0_force_stall_ep3_in_off 
+0x4a6d 018134 and_into 0x7f ,pdata 
+0x4a6e 018135 beq 0x00 ,usb0_force_stall_ep0_in_off 
+0x4a6f 018136 branch usb0_force_stall 
+:      018138 usb0_force_stall_ep0_in_off:
+0x4a70 018139 jam 0 ,mem_usb_ep0_stall_status 
+0x4a71 018140 branch usb0_reply_zerolen 
+:      018141 usb0_force_stall_ep1_in_off:
+0x4a72 018142 jam 0 ,mem_usb_ep1_stall_status 
+:      018143 usb0_force_stall_ep1_in_off_reply:
+0x4a73 018144 jam 1 ,mem_usb_clear_halt 
+0x4a74 018145 branch usb0_reply_zerolen 
+:      018146 usb0_force_stall_ep2_in_off:
+0x4a75 018147 jam 0 ,mem_usb_ep2_stall_status 
+0x4a76 018148 branch usb0_force_stall_ep1_in_off_reply 
+:      018149 usb0_force_stall_ep3_in_off:
+0x4a77 018150 jam 0 ,mem_usb_ep3_stall_status 
+0x4a78 018151 branch usb0_force_stall_ep1_in_off_reply 
+:      018154 usb0_request_set_feature:
+0x4a79 018155 fetch 1 ,mem_usb_setup_blength 
+0x4a7a 018156 bne 0 ,usb0_force_stall 
+0x4a7b 018157 fetch 1 ,mem_usb_setup_blengthh 
+0x4a7c 018158 bne 0 ,usb0_force_stall 
+0x4a7d 018159 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4a7e 018160 beq out_device ,usb0_request_set_feature_out_device 
+0x4a7f 018161 beq out_interface ,usb0_request_set_feature_out_interface 
+0x4a80 018162 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
+0x4a81 018163 branch usb0_force_stall 
+:      018165 usb0_request_set_feature_out_device:
+0x4a82 018166 fetch 1 ,mem_usb_setup_bvalue 
+0x4a83 018167 bne device_remote_wakeup ,usb0_force_stall 
+0x4a84 018168 hfetch 1 ,core_usb_config 
+0x4a85 018169 set1 7 ,pdata 
+0x4a86 018170 hstore 1 ,core_usb_config 
+0x4a87 018171 jam 1 ,mem_usb_remote_wakeup 
+0x4a88 018172 jam usb_sleep ,mem_usb_state 
+0x4a89 018173 jam 0 ,mem_usb_tx_win_enable 
+0x4a8a 018174 call usb0_reply_zerolen 
+:      018175 usb_wakeup_timer_reinit:
+0x4a8b 018176 call timer_reinit 
+0x4a8c 018177 setarg timer_wakeup_delay 
+0x4a8d 018178 arg timer_wakeup ,queue 
+0x4a8e 018179 branch timer_init 
+:      018181 usb0_request_set_feature_out_interface:
+0x4a8f 018182 branch usb0_force_stall 
+:      018184 usb0_request_set_feature_out_endpoint:
+0x4a90 018185 fetch 1 ,mem_usb_setup_bvalue 
+0x4a91 018186 bne endpoint_halt ,usb0_force_stall 
+0x4a92 018187 fetch 1 ,mem_usb_setup_bvalueh 
+0x4a93 018188 bne 0 ,usb0_force_stall 
+0x4a94 018189 fetch 1 ,mem_usb_setup_windex 
+0x4a95 018190 beq in_ep1 ,usb0_force_stall_ep1_in_on 
+0x4a96 018191 beq in_ep2 ,usb0_force_stall_ep2_in_on 
+0x4a97 018192 beq in_ep3 ,usb0_force_stall_ep3_in_on 
+0x4a98 018193 and_into 0x7f ,pdata 
+0x4a99 018194 beq 0x00 ,usb0_force_stall_ep0_in_on 
+0x4a9a 018195 branch usb0_force_stall 
+:      018197 usb0_force_stall_ep0_in_on:
+0x4a9b 018198 jam 1 ,mem_usb_ep0_stall_status 
+0x4a9c 018199 branch usb0_reply_zerolen 
+:      018200 usb0_force_stall_ep1_in_on:
+0x4a9d 018201 jam 1 ,mem_usb_ep1_stall_status 
+0x4a9e 018202 branch usb0_reply_zerolen 
+:      018203 usb0_force_stall_ep2_in_on:
+0x4a9f 018204 jam 1 ,mem_usb_ep2_stall_status 
+0x4aa0 018205 branch usb0_reply_zerolen 
+:      018206 usb0_force_stall_ep3_in_on:
+0x4aa1 018207 jam 1 ,mem_usb_ep3_stall_status 
+0x4aa2 018208 branch usb0_reply_zerolen 
+:      018211 usb0_request_set_address:
+0x4aa3 018212 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4aa4 018213 bne out_device ,usb0_force_stall 
+0x4aa5 018214 fetch 1 ,mem_usb_setup_windex 
+0x4aa6 018215 bne 0 ,usb0_force_stall 
+0x4aa7 018216 fetch 1 ,mem_usb_setup_windex + 1 
+0x4aa8 018217 bne 0 ,usb0_force_stall 
+0x4aa9 018218 fetch 1 ,mem_usb_setup_blength 
+0x4aaa 018219 bne 0 ,usb0_force_stall 
+0x4aab 018220 fetch 1 ,mem_usb_setup_blengthh 
+0x4aac 018221 bne 0 ,usb0_force_stall 
+0x4aad 018222 fetch 1 ,mem_usb_setup_bvalueh 
+0x4aae 018223 bne 0 ,usb0_force_stall 
+0x4aaf 018224 fetch 1 ,mem_usb_setup_bvalue 
+0x4ab0 018225 and_into 0x80 ,pdata 
+0x4ab1 018226 bne 0 ,usb0_force_stall 
+0x4ab2 018227 fetch 1 ,mem_usb_setup_bvalue 
+0x4ab3 018228 bne 0 ,usb_usb0_state_set_dev_addr 
+:      018229 usb_usb0_state_set_dev_default:
+0x4ab4 018230 jam dev_default ,mem_usb0_state 
+:      018231 usb0_request_set_wait_address:
+0x4ab5 018232 fetch 1 ,mem_usb_setup_bvalue 
+0x4ab6 018233 hstore 1 ,core_usb_addr 
+0x4ab7 018234 call usb0_reply_zerolen 
+0x4ab8 018235 jam 1 ,mem_usb_set_high_addr_flag 
+0x4ab9 018236 rtn 
+:      018237 usb_usb0_state_set_dev_addr:
+0x4aba 018238 jam dev_address ,mem_usb0_state 
+0x4abb 018239 branch usb0_request_set_wait_address 
+:      018242 usb0_request_set_configuration:
+0x4abc 018243 fetch 1 ,mem_usb0_state 
+0x4abd 018244 beq dev_default ,usb0_force_stall 
+0x4abe 018245 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4abf 018246 bne out_device ,usb0_force_stall 
+0x4ac0 018247 fetch 1 ,mem_usb_setup_windex 
+0x4ac1 018248 bne 0 ,usb0_force_stall 
+0x4ac2 018249 fetch 1 ,mem_usb_setup_windex + 1 
+0x4ac3 018250 bne 0 ,usb0_force_stall 
+0x4ac4 018251 fetch 1 ,mem_usb_setup_blength 
+0x4ac5 018252 bne 0 ,usb0_force_stall 
+0x4ac6 018253 fetch 1 ,mem_usb_setup_blengthh 
+0x4ac7 018254 bne 0 ,usb0_force_stall 
+0x4ac8 018255 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x4ac9 018256 bne 0 ,usb0_force_stall 
+0x4aca 018257 fetch 1 ,mem_usb_setup_bvalue 
+0x4acb 018258 sub pdata ,usb_max_num_cfg ,null 
+0x4acc 018259 nbranch usb0_force_stall ,positive 
+0x4acd 018260 fetch 1 ,mem_usb0_state 
+0x4ace 018261 beq dev_address ,usb0_request_set_cfg_addr_state 
+0x4acf 018262 beq dev_configured ,usb0_request_set_cfg_cfg_state 
+0x4ad0 018263 branch usb0_force_stall 
+:      018265 usb0_request_set_cfg_addr_state:
+:      018266 usb0_request_set_cfg_cfg_state:
+0x4ad1 018267 fetch 1 ,mem_usb_setup_bvalue 
+0x4ad2 018268 beq 0 ,usb0_request_set_cfg_stay_addr_state 
+0x4ad3 018269 jam dev_configured ,mem_usb0_state 
+0x4ad4 018270 branch usb0_reply_zerolen 
+:      018271 usb0_request_set_cfg_stay_addr_state:
+0x4ad5 018272 jam dev_address ,mem_usb0_state 
+0x4ad6 018273 branch usb0_reply_zerolen 
+:      018276 usb0_request_set_interface:
+0x4ad7 018277 fetch 1 ,mem_usb0_state 
+0x4ad8 018278 bne dev_configured ,usb0_force_stall 
+0x4ad9 018279 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4ada 018280 bne out_interface ,usb0_force_stall 
+0x4adb 018281 fetch 1 ,mem_usb_setup_bvalue 
+0x4adc 018282 bne 0 ,usb0_force_stall 
+0x4add 018283 fetch 1 ,mem_usb_setup_bvalueh 
+0x4ade 018284 bne 0 ,usb0_force_stall 
+0x4adf 018285 fetch 1 ,mem_usb_setup_blength 
+0x4ae0 018286 bne 0 ,usb0_force_stall 
+0x4ae1 018287 fetch 1 ,mem_usb_setup_blengthh 
+0x4ae2 018288 bne 0 ,usb0_force_stall 
+0x4ae3 018289 fetch 1 ,mem_usb_setup_windex 
+0x4ae4 018290 bne 0 ,usb0_force_stall 
+0x4ae5 018291 fetch 1 ,mem_usb_setup_windex + 1 
+0x4ae6 018292 bne 0 ,usb0_force_stall 
+0x4ae7 018293 branch usb0_reply_zerolen 
+:      018296 usb_set_idle:
+0x4ae8 018297 jam 1 ,mem_usb_idle_flag 
+0x4ae9 018298 fetch 1 ,mem_usb_setup_bvalueh 
+0x4aea 018299 store 1 ,mem_usb_idle_rate 
+0x4aeb 018300 fetch 1 ,mem_usb_setup_windex 
+0x4aec 018301 sub pdata ,1 ,null 
+0x4aed 018302 call usb_clear_remote_wakeup_set0 ,zero 
+0x4aee 018303 fetch 1 ,mem_usb_state 
+0x4aef 018304 bne usb_resume ,usb0_reply_zerolen 
+0x4af0 018305 jam usb_connected ,mem_usb_state 
+0x4af1 018306 call usb0_reply_zerolen 
+0x4af2 018307 nop 30000 
+0x4af3 018308 nop 30000 
+0x4af4 018309 rtn 
+:      018310 usb_clear_remote_wakeup_set0:
+0x4af5 018311 jam 1 ,mem_usb_device_enumeration_endflag 
+0x4af6 018312 jam 0 ,mem_usb_clear_remote_wakeup 
+0x4af7 018313 jam usb_resume ,mem_usb_state 
+0x4af8 018314 rtn 
+:      018317 usb_set_report:
+0x4af9 018318 jam 1 ,mem_usb0_get_set_report 
+0x4afa 018319 call usb_set_report_resume_judge 
+0x4afb 018320 fetch 2 ,mem_usb_setup_bvalue 
+0x4afc 018321 store 2 ,mem_usb_setup_bvalue_temp 
+0x4afd 018322 fetch 1 ,mem_usb_setup_blength 
+0x4afe 018323 iforce loopcnt 
+0x4aff 018324 arg mem_usb0_setup ,contr 
+0x4b00 018325 arg mem_usb0_set_report_data ,contw 
+0x4b01 018326 call memcpy 
+0x4b02 018327 branch usb0_reply_zerolen 
+:      018329 usb_set_report_resume_judge:
+0x4b03 018330 fetch 2 ,mem_usb_setup_bvalue 
+0x4b04 018331 arg pc_set_report_bvalue ,temp 
+0x4b05 018332 isub temp ,null 
+0x4b06 018333 nrtn zero 
+0x4b07 018334 fetch 2 ,mem_usb_setup_windex 
+0x4b08 018335 arg pc_set_report_windex ,temp 
+0x4b09 018336 isub temp ,null 
+0x4b0a 018337 nrtn zero 
+0x4b0b 018338 fetch 2 ,mem_usb_setup_blength 
+0x4b0c 018339 arg pc_set_report_blength ,temp 
+0x4b0d 018340 isub temp ,null 
+0x4b0e 018341 nrtn zero 
+0x4b0f 018342 jam 1 ,mem_usb_tx_win_enable 
+0x4b10 018343 rtn 
+:      018346 usb_set_protocol_req:
+0x4b11 018347 fetch 1 ,mem_usb_setup_blength 
+0x4b12 018348 bne 0 ,usb0_force_stall 
+0x4b13 018349 fetch 1 ,mem_usb_setup_bvalue 
+0x4b14 018350 beq boot_protocol ,usb_set_boot_protocol 
+0x4b15 018351 beq report_protocol ,usb_set_report_protocol 
+0x4b16 018352 branch usb0_force_stall 
+:      018353 usb_set_boot_protocol:
+0x4b17 018354 jam 0 ,mem_usb_set_protocol_status 
+0x4b18 018355 jam 1 ,mem_usb_set_protocol_value 
+0x4b19 018356 branch usb0_reply_zerolen 
+:      018357 usb_set_report_protocol:
+0x4b1a 018358 jam 1 ,mem_usb_tx_mac_enable 
+0x4b1b 018359 jam 1 ,mem_usb_set_protocol_status 
+0x4b1c 018360 jam 0 ,mem_usb_set_protocol_value 
+0x4b1d 018361 branch usb0_reply_zerolen 
+:      018364 usb0_respond_length:
+0x4b1e 018365 ifetch 1 ,rega 
+0x4b1f 018366 iforce regb 
+0x4b20 018367 increase 1 ,rega 
+:      018369 usb0_respond:
+0x4b21 018370 bpatch patch1f_2 ,mem_patch1f 
+0x4b22 018371 bmark0 mark_isstr ,usb0_respond0 
+0x4b23 018372 add regb ,1 ,pdata 
+0x4b24 018373 lshift pdata ,pdata 
+0x4b25 018374 hstore 1 ,core_usb_dfifo0 
+0x4b26 018375 jam 3 ,core_usb_dfifo0 
+0x4b27 018376 fetch 1 ,mem_usb_setup_blength 
+0x4b28 018377 increase -2 ,pdata 
+0x4b29 018378 rshift pdata ,pdata 
+0x4b2a 018379 store 1 ,mem_usb_setup_blength 
+0x4b2b 018380 beq 0 ,usb_no_respond_data 
+:      018381 usb0_respond0:
+0x4b2c 018382 fetch 2 ,mem_usb_setup_blength 
+0x4b2d 018383 isub regb ,null 
+0x4b2e 018384 branch usb0_respond1 ,positive 
+0x4b2f 018385 copy pdata ,regb 
+:      018386 usb0_respond1:
+0x4b30 018387 deposit rega 
+0x4b31 018388 store 2 ,mem_bufptr 
+0x4b32 018389 deposit regb 
+0x4b33 018390 store 1 ,mem_remain 
+0x4b34 018391 branch usb0_tx 
+:      018393 usb_no_respond_data:
+0x4b35 018394 arg 0 ,queue 
+0x4b36 018395 branch usb_trig 
+:      018398 usb0_tx:
+0x4b37 018399 bpatch patch1f_3 ,mem_patch1f 
+0x4b38 018400 fetch 1 ,mem_remain 
+0x4b39 018401 rtn blank 
+0x4b3a 018402 copy pdata ,loopcnt 
+0x4b3b 018403 sub pdata ,ep0_packet_size ,null 
+0x4b3c 018404 branch usb0_tx_info ,positive 
+0x4b3d 018405 arg ep0_packet_size ,loopcnt 
+:      018406 usb0_tx_info:
+0x4b3e 018407 fetch 1 ,mem_remain 
+0x4b3f 018408 isub loopcnt ,pdata 
+0x4b40 018409 store 1 ,mem_remain 
+0x4b41 018410 fetch 2 ,mem_bufptr 
+0x4b42 018411 copy pdata ,contr 
+:      018412 usb0_tx0:
+0x4b43 018413 ifetch 1 ,contr 
+0x4b44 018414 hstore 1 ,core_usb_dfifo0 
+0x4b45 018415 bmark0 mark_isstr ,usb0_tx1 
+0x4b46 018416 jam 0 ,core_usb_dfifo0 
+:      018417 usb0_tx1:
+0x4b47 018418 loop usb0_tx0 
+0x4b48 018419 copy contr ,pdata 
+0x4b49 018420 store 2 ,mem_bufptr 
+0x4b4a 018421 arg 0 ,queue 
+0x4b4b 018422 call usb_trig 
+0x4b4c 018423 fetch 1 ,mem_remain 
+0x4b4d 018424 nrtn blank 
+0x4b4e 018425 fetch 1 ,mem_usb_state 
+0x4b4f 018426 rtnne usb_got_report_req 
+0x4b50 018427 jam usb_connected ,mem_usb_state 
+0x4b51 018428 rtn 
+:      018431 usb_tx_ep1:
+0x4b52 018432 arg core_usb_dfifo1 ,rega 
+0x4b53 018433 arg 1 ,queue 
+:      018434 usb_tx_loop:
+0x4b54 018435 ifetch 1 ,contr 
+0x4b55 018436 istore 1 ,rega 
+0x4b56 018437 loop usb_tx_loop 
+:      018438 usb_trig:
+0x4b57 018439 setarg 0 
+0x4b58 018440 qset1 pdata 
+0x4b59 018441 hstore 1 ,core_usb_trig 
+0x4b5a 018442 fetcht 1 ,mem_usb_tx_wait 
+0x4b5b 018443 ior temp ,pdata 
+0x4b5c 018444 store 1 ,mem_usb_tx_wait 
+0x4b5d 018445 rtn 
+:      018447 usb_tx_ep2:
+0x4b5e 018448 arg 2 ,queue 
+0x4b5f 018449 arg core_usb_dfifo2 ,rega 
+0x4b60 018450 branch usb_tx_loop 
+:      018452 usb_tx:
+0x4b61 018453 bpatch patch1f_4 ,mem_patch1f 
+0x4b62 018454 fetch 1 ,mem_usb_tx_enable 
+0x4b63 018455 rtn blank 
+0x4b64 018456 fetch 1 ,mem_usb_tx_wait 
+0x4b65 018457 nbranch usb_inwake_state_tx_dispose ,blank 
+0x4b66 018458 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x4b67 018459 branch usb_tx_fifo_release ,blank 
+0x4b68 018460 fetch 1 ,mem_usb_state 
+0x4b69 018461 beq usb_sleep ,usb_windows_wakeup 
+0x4b6a 018462 bne usb_connected ,usb_tx_fifo_release 
+0x4b6b 018463 fetch 1 ,mem_usb_clear_remote_wakeup 
+0x4b6c 018464 nbranch usb_tx_fifo_release ,blank 
+0x4b6d 018465 call usb_tx_data_ep1 
+0x4b6e 018466 branch usb_tx_data_ep2 
+:      018468 usb_tx_data_ep1:
+0x4b6f 018469 fetch 1 ,mem_usb_tx_enable 
+0x4b70 018470 rtnbit0 1 
+0x4b71 018471 fetch 1 ,mem_usb_tx_wait 
+0x4b72 018472 rtnbit1 1 
+0x4b73 018473 fetch 1 ,mem_usb_tx_enable 
+0x4b74 018474 set0 1 ,pdata 
+0x4b75 018475 store 1 ,mem_usb_tx_enable 
+0x4b76 018476 fetch 1 ,mem_usb_ep1_data 
+0x4b77 018477 rtn blank 
+0x4b78 018478 beq usb_ep1_kb ,usb_tx_kb_normal_data 
+0x4b79 018479 branch assert 
+:      018481 usb_tx_data_ep2:
+0x4b7a 018482 fetch 1 ,mem_usb_tx_enable 
+0x4b7b 018483 rtnbit0 2 
+0x4b7c 018484 fetch 1 ,mem_usb_tx_wait 
+0x4b7d 018485 rtnbit1 2 
+0x4b7e 018486 fetch 1 ,mem_usb_tx_enable 
+0x4b7f 018487 set0 2 ,pdata 
+0x4b80 018488 store 1 ,mem_usb_tx_enable 
+0x4b81 018489 fetch 1 ,mem_usb_ep2_data 
+0x4b82 018490 rtn blank 
+0x4b83 018491 beq usb_ep2_ms ,usb_tx_ms_data 
+0x4b84 018492 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
+0x4b85 018493 branch assert 
+:      018495 usb_tx_fifo_release:
+0x4b86 018497 arg mem_usb_mouse_data ,contw 
+0x4b87 018498 arg 6 ,loopcnt 
+0x4b88 018499 branch memset0 
+:      018501 usb_tx_ms_data:
+0x4b89 018502 fetch 1 ,mem_usb_idle_flag 
+0x4b8a 018503 fetcht 1 ,mem_usb_get_protocol_flag 
+0x4b8b 018504 iand temp ,pdata 
+0x4b8c 018505 branch usb_tx_ms_data_normal_mode ,blank 
+0x4b8d 018506 fetcht 1 ,mem_usb_set_protocol_status 
+0x4b8e 018507 iadd temp ,pdata 
+0x4b8f 018508 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
+0x4b90 018509 branch usb_tx_ms_data_normal_mode 
+:      018511 usb_tx_ms_data_mac_boot_mode:
+0x4b91 018512 jam 0 ,mem_usb_ep2_data 
+:      018513 usb_tx_ms_data_mac_boot_regroup:
+0x4b92 018514 fetch 1 ,mem_usb_mouse_data + 1 
+0x4b93 018515 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x4b94 018516 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x4b95 018517 fetch 1 ,mem_usb_mouse_data + 1 
+0x4b96 018518 store 1 ,mem_usb_mouse_data 
+0x4b97 018519 fetch 1 ,mem_usb_mouse_data + 2 
+0x4b98 018520 istore 1 ,contw 
+0x4b99 018521 fetch 1 ,mem_usb_mouse_data + 4 
+0x4b9a 018522 istore 1 ,contw 
+0x4b9b 018523 fetch 1 ,mem_usb_mouse_data + 6 
+0x4b9c 018524 istore 1 ,contw 
+0x4b9d 018525 arg 4 ,loopcnt 
+0x4b9e 018526 arg mem_usb_mouse_data ,contr 
+0x4b9f 018527 branch usb_tx_ep2 
+:      018529 usb_tx_ms_data_normal_mode:
+0x4ba0 018530 jam 0 ,mem_usb_ep2_data 
+:      018531 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
+0x4ba1 018532 arg 8 ,loopcnt 
+0x4ba2 018533 arg mem_usb_mouse_data ,contr 
+0x4ba3 018534 branch usb_tx_ep2 
+:      018536 usb_tx_kb_multikey_data:
+0x4ba4 018537 jam 0 ,mem_usb_ep2_data 
+0x4ba5 018538 arg 3 ,loopcnt 
+0x4ba6 018539 arg mem_usb_kb_multikey ,contr 
+0x4ba7 018540 branch usb_tx_ep2 
+:      018542 usb_tx_kb_normal_data:
+0x4ba8 018543 jam 0 ,mem_usb_ep1_data 
+0x4ba9 018544 arg 8 ,loopcnt 
+0x4baa 018545 arg mem_usb_kb_data ,contr 
+0x4bab 018546 branch usb_tx_ep1 
+:      018548 usb_inwake_state_tx_dispose:
+0x4bac 018549 fetch 1 ,mem_usb_state 
+0x4bad 018550 beq usb_sleep ,usb_clear_tx_wait 
+0x4bae 018551 beq usb_connected ,usb_mac_wakeup_trig 
+0x4baf 018552 rtn 
+:      018553 usb_clear_tx_wait:
+0x4bb0 018554 jam 0 ,mem_usb_tx_wait 
+0x4bb1 018555 rtn 
+:      018556 usb_mac_wakeup_trig:
+0x4bb2 018557 hfetch 1 ,core_usb_config 
+0x4bb3 018558 set1 7 ,pdata 
+0x4bb4 018559 hstore 1 ,core_usb_config 
+0x4bb5 018560 jam 1 ,mem_usb_mac_wakeup_trig 
+0x4bb6 018561 rtn 
+:      018563 usb_mac_wakeup_judge:
+0x4bb7 018564 fetch 1 ,mem_usb_state 
+0x4bb8 018565 rtneq usb_sleep 
+0x4bb9 018566 beq usb_connected ,usb_mac_wakeup 
+0x4bba 018567 rtn 
+:      018568 usb_mac_wakeup:
+0x4bbb 018569 fetch 1 ,mem_usb_mac_wakeup_trig 
+0x4bbc 018570 rtn blank 
+0x4bbd 018571 jam 1 ,mem_usb_wakestate_onetime_flag 
+0x4bbe 018572 branch usb_wakeup 
+:      018574 usb_windows_wakeup:
+0x4bbf 018575 arg timer_wakeup ,queue 
+0x4bc0 018576 call timer_check 
+0x4bc1 018577 nrtn blank 
+:      018578 usb_wakeup:
+0x4bc2 018579 hfetch 1 ,core_usb_config 
+0x4bc3 018580 rtnbit0 7 
+0x4bc4 018581 jam 0xfc ,core_usb_config 
+0x4bc5 018582 nop 30000 
+0x4bc6 018583 jam 0x3c ,core_usb_config 
+0x4bc7 018584 rtn 
+:      018591 hci_rx_h4:
+0x4bc8 018592 bpatch patch1f_5 ,mem_patch1f 
+0x4bc9 018593 fetch 1 ,mem_hci_cmd 
+0x4bca 018594 nrtn blank 
+:      018595 hci_rx_h4_1:
+0x4bcb 018596 call hci_h4_parse_packet 
+0x4bcc 018597 ncall h4_rx_discard_packet ,user 
+0x4bcd 018598 rtn 
+:      018600 hci_h4_parse_packet:
+0x4bce 018601 bpatch patch1f_6 ,mem_patch1f 
+0x4bcf 018602 copy contru ,rega 
+0x4bd0 018603 arg 4 ,temp 
+0x4bd1 018604 ifetch 1 ,contru 
+0x4bd2 018605 beq hci_h4_type_cmd ,hci_h4_parse_packet_wait_len 
+0x4bd3 018606 increase 1 ,temp 
+0x4bd4 018607 beq hci_h4_type_acl ,hci_h4_parse_packet_wait_len 
+0x4bd5 018608 copy contru ,pdata 
+0x4bd6 018609 hstore 2 ,core_uart_rrptr 
+0x4bd7 018610 rtn 
+:      018611 hci_h4_parse_packet_wait_len:
+0x4bd8 018612 hfetch 2 ,core_uart_rxitems 
+0x4bd9 018613 isub temp ,null 
+0x4bda 018614 nbranch hci_h4_parse_packet_wait_len ,positive 
+0x4bdb 018616 disable user 
+0x4bdc 018617 copy rega ,contru 
+0x4bdd 018618 call h4_get_rx_payload_len 
+0x4bde 018619 iadd temp ,temp 
+:      018620 hci_h4_parse_packet_wait:
+0x4bdf 018621 hfetch 2 ,core_uart_rxitems 
+0x4be0 018622 isub temp ,null 
+0x4be1 018623 nbranch hci_h4_parse_packet_wait ,positive 
+0x4be2 018624 copy rega ,contru 
+0x4be3 018625 ifetch 1 ,contru 
+0x4be4 018626 beq hci_h4_type_cmd ,process_hci_cmd 
+0x4be5 018627 branch assert 
+:      018629 h4_rx_discard_packet:
+0x4be6 018630 bpatch patch1f_7 ,mem_patch1f 
+0x4be7 018631 hfetch 2 ,core_uart_rrptr 
+0x4be8 018632 iforce contru 
+0x4be9 018633 call h4_get_rx_payload_len 
+0x4bea 018634 iadd contru ,contru 
+0x4beb 018635 deposit contru 
+0x4bec 018636 hstore 2 ,core_uart_rrptr 
+0x4bed 018637 rtn 
+:      018642 h4_get_rx_payload_len:
+0x4bee 018643 ifetch 1 ,contru 
+0x4bef 018644 increase 2 ,contru 
+0x4bf0 018645 beq hci_h4_type_acl ,h4_get_rx_payload_len_acl 
+0x4bf1 018646 ifetch 1 ,contru 
+0x4bf2 018647 rtn 
+:      018648 h4_get_rx_payload_len_acl:
+0x4bf3 018649 ifetch 2 ,contru 
+0x4bf4 018650 rtn 
+:      018652 h4_get_tx_ptr:
+0x4bf5 018653 hfetch 2 ,core_uart_twptr 
+0x4bf6 018654 increase -5 ,contwu 
+0x4bf7 018655 iadd contwu ,contwu 
+0x4bf8 018656 rtn 
+:      018658 h4_send_packet_event:
+0x4bf9 018659 arg hci_h4_type_event ,temp 
+0x4bfa 018660 branch h4_send_packet 
+:      018661 h4_send_packet_acl:
+0x4bfb 018662 arg hci_h4_type_acl ,temp 
+:      018663 h4_send_packet:
+0x4bfc 018664 bpatchx patch20_0 ,mem_patch20 
+0x4bfd 018665 increase 1 ,loopcnt 
+0x4bfe 018666 hfetch 2 ,core_uart_twptr 
+0x4bff 018667 copy pdata ,contwu 
+0x4c00 018668 copy loopcnt ,pdata 
+0x4c01 018669 istoret 1 ,contwu 
+0x4c02 018670 increase -1 ,pdata 
+0x4c03 018671 iadd contwu ,contwu 
+0x4c04 018672 copy contwu ,pdata 
+0x4c05 018673 store 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4c06 018674 copy temp ,pdata 
+0x4c07 018675 rtneq hci_h4_type_acl 
+0x4c08 018676 fetch 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4c09 018677 hstore 2 ,core_uart_twptr 
+0x4c0a 018678 branch h4_send_acl_trigger_clear 
+:      018681 h4_send_acl_trigger_clear:
+0x4c0b 018682 setarg 0 
+0x4c0c 018683 store 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4c0d 018684 rtn 
+:      018691 hci_init:
+0x4c0e 018692 rtn wake 
+0x4c0f 018693 setarg hci_idle_dispatch 
+0x4c10 018694 store 2 ,mem_cb_idle_process 
+0x4c11 018696 setarg uart_baud_115200 
+0x4c12 018697 store uart_baud_len ,mem_baud 
+:      018698 hci_lpm_init:
+0x4c13 018699 setarg mem_h5rx_buf 
+0x4c14 018700 hstore 2 ,core_uart_rsaddr 
+0x4c15 018701 setarg mem_h5rx_buf_end 
+0x4c16 018702 hstore 2 ,core_uart_readdr 
+0x4c17 018703 setarg mem_h5tx_buf 
+0x4c18 018704 hstore 2 ,core_uart_tsaddr 
+0x4c19 018705 call hci_sel_init 
+:      018706 hci_reinit:
+0x4c1a 018707 jam 0x0 ,core_uart_ctrl 
+0x4c1b 018708 setarg mem_h5tx_buf 
+0x4c1c 018709 hstore 2 ,core_uart_twptr 
+0x4c1d 018710 hstore 2 ,core_uart_trptrp 
+0x4c1e 018711 setarg mem_h5rx_buf 
+0x4c1f 018712 hstore 2 ,core_uart_rrptr 
+0x4c20 018713 store 2 ,mem_h5rx_rptr 
+:      018714 hci_init_common:
+0x4c21 018715 hfetch 2 ,core_clkoff 
+0x4c22 018716 set0 clock_off_uart ,pdata 
+0x4c23 018717 hstore 2 ,core_clkoff 
+0x4c24 018718 call uart_set_baud_by_mem 
+0x4c25 018719 jam uartclk_dpll ,core_uart_clksel 
+0x4c26 018720 jam uart_ctrl_h4 ,core_uart_ctrl 
+0x4c27 018721 rtn 
+:      018723 hci_sel_init:
+0x4c28 018724 setarg mem_h5tx_buf_end 
+0x4c29 018725 hstore 2 ,core_uart_teaddr 
+0x4c2a 018726 hfetch 1 ,core_gpio_sel1 
+0x4c2b 018727 or_into 0x07 ,pdata 
+0x4c2c 018728 hstore 1 ,core_gpio_sel1 
+0x4c2d 018729 rtn 
+:      018732 hci_rx_packet:
+0x4c2e 018733 bpatchx patch20_1 ,mem_patch20 
+0x4c2f 018734 hfetch 1 ,core_uart_status 
+0x4c30 018735 iforce regb 
+0x4c31 018736 bbit0 uart_status_rx_fifo_empty ,hci_rx_packet_cont 
+0x4c32 018737 hfetch 2 ,core_uart_rxitems 
+0x4c33 018738 iforce regc 
+0x4c34 018739 arg 0x44f ,temp 
+0x4c35 018740 isub temp ,null 
+0x4c36 018741 nrtn zero 
+:      018742 hci_rx_packet_cont:
+0x4c37 018743 hfetch 2 ,core_uart_rrptr 
+0x4c38 018744 iforce contru 
+0x4c39 018745 branch hci_rx_h4 
+:      018747 uart_send_byte:
+0x4c3a 018748 hfetcht 1 ,core_uart_status 
+0x4c3b 018749 isolate1 6 ,temp 
+0x4c3c 018750 branch uart_send_byte ,true 
+0x4c3d 018751 hstore 1 ,core_uart_txd 
+0x4c3e 018752 rtn 
+:      018754 process_hci_cmd:
+0x4c3f 018755 bpatchx patch20_2 ,mem_patch20 
+0x4c40 018756 fetch 1 ,mem_hci_cmd 
+0x4c41 018757 branch process_hci_cmd_cont ,blank 
+0x4c42 018758 enable user 
+0x4c43 018759 rtn 
+:      018760 process_hci_cmd_cont:
+0x4c44 018761 ifetch 2 ,contru 
+0x4c45 018762 iforce alarm 
+0x4c46 018763 iforce queue 
+0x4c47 018764 ifetch 1 ,contru 
+0x4c48 018765 iforce temp 
+0x4c49 018766 rshift2 alarm ,pdata 
+0x4c4a 018767 rshift8 pdata ,pdata 
+0x4c4b 018768 beq hci_ogf_vendor_specific ,phci_grp_vendor_specific 
+0x4c4c 018769 rtn 
+:      018772 phci_grp_vendor_specific:
+0x4c4d 018773 bpatchx patch20_3 ,mem_patch20 
+0x4c4e 018774 deposit queue 
+0x4c4f 018775 beq hci_vendor_cmd_reset ,hci_normal_reply 
+0x4c50 018776 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
+0x4c51 018777 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
+0x4c52 018778 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
+0x4c53 018779 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
+0x4c54 018780 beq hci_vendor_cmd_echo ,hci_normal_reply 
+0x4c55 018781 beq hci_vendor_cmd_bdaddr ,phci_grp_vendor_bdaddr 
+0x4c56 018782 beq hci_vendor_cmd_enter_lpm ,phci_grp_vendor_enter_lpm 
+0x4c57 018784 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
+0x4c58 018785 beq hci_vendor_cmd_eep ,phci_grp_vendor_eep 
+0x4c59 018786 beq hci_vendor_cmd_patch_sec_init ,phci_grp_vendor_patch_sec_init 
+0x4c5a 018787 beq hci_vendor_cmd_patch_sec ,phci_grp_vendor_patch_sec 
+0x4c5b 018788 branch hci_normal_reply 
+:      018790 phci_grp_vendor_enter_lpm:
+0x4c5c 018791 call hci_normal_reply 
+0x4c5d 018792 call wait_uarttx 
+0x4c5e 018793 call gpio_pu_uart_tx 
+:      018794 hci_enter_lpm:
+0x4c5f 018795 call app_put_lpm_wake_lock 
+0x4c60 018796 call app_l2cap_flow_control_enable 
+0x4c61 018797 branch gpio_rx_config_input_with_pu 
+:      018799 hci_exit_lpm:
+0x4c62 018800 jam hci_rx_ready ,mem_hci_lt_rx_state 
+0x4c63 018801 call app_get_lpm_wake_lock 
+0x4c64 018802 call hci_lpm_init 
+0x4c65 018803 branch app_l2cap_flow_control_disable 
+:      018805 phci_grp_vendor_chipid:
+0x4c66 018806 call hci_get_cmd_complete_ptr 
+0x4c67 018807 hfetch 2 ,core_chipid 
+0x4c68 018808 istore 2 ,contwu 
+0x4c69 018809 force 6 ,loopcnt 
+0x4c6a 018810 branch hci_command_complete 
+:      018812 phci_grp_vendor_baud:
+0x4c6b 018813 ifetch 2 ,contru 
+0x4c6c 018814 store 2 ,mem_baud 
+0x4c6d 018815 hstore 2 ,core_uart_baud 
+0x4c6e 018816 rtn 
+:      018819 phci_grp_vendor_patch_common:
+0x4c6f 018821 ifetch 1 ,contru 
+0x4c70 018822 copy pdata ,temp 
+0x4c71 018823 hstore 1 ,core_ucode_low 
+0x4c72 018824 ifetch 1 ,contru 
+0x4c73 018825 iadd temp ,temp 
+0x4c74 018826 set1 7 ,pdata 
+0x4c75 018827 hstore 1 ,core_ucode_ctrl 
+0x4c76 018828 ifetch 1 ,contru 
+0x4c77 018829 iadd temp ,temp 
+0x4c78 018830 copy pdata ,loopcnt 
+0x4c79 018831 rtn 
+:      018833 phci_grp_vendor_patch:
+0x4c7a 018834 bmark1 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
+0x4c7b 018835 call phci_grp_vendor_patch_common 
+:      018836 phci_grp_vendor_patch_loop:
+0x4c7c 018837 ifetch 1 ,contru 
+0x4c7d 018838 hstore 1 ,core_ucode_data 
+0x4c7e 018839 iadd temp ,temp 
+0x4c7f 018840 loop phci_grp_vendor_patch_loop 
+:      018841 phci_grp_vendor_patch_check_sum:
+0x4c80 018842 and temp ,0xff ,temp 
+0x4c81 018843 ifetch 1 ,contru 
+0x4c82 018844 isub temp ,null 
+0x4c83 018845 nbranch phci_grp_vendor_patch_bad ,zero 
+0x4c84 018846 branch hci_normal_reply 
+:      018849 phci_grp_vendor_patch_sec:
+0x4c85 018850 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
+0x4c86 018851 call phci_grp_vendor_patch_common 
+0x4c87 018852 store 8 ,mem_pdatatemp 
+:      018853 phci_grp_vendor_patch_sec_loop:
+0x4c88 018854 call do_aes_cbc 
+0x4c89 018855 arg 16 ,loopcnt 
+0x4c8a 018856 arg mem_temp_block0 ,contw 
+0x4c8b 018857 call load_uart_sum_loop 
+0x4c8c 018858 storet 8 ,mem_temp 
+0x4c8d 018859 arg mem_temp_block2 ,contw 
+0x4c8e 018860 call store_aes_result 
+0x4c8f 018861 arg mem_temp_block2 ,rega 
+0x4c90 018862 arg mem_temp_block0 ,regb 
+0x4c91 018863 arg mem_temp_block3 ,contw 
+0x4c92 018864 call xor16 
+0x4c93 018865 arg 16 ,loopcnt 
+0x4c94 018866 arg mem_temp_block3 ,contr 
+0x4c95 018867 call load_ucode_only_loop 
+0x4c96 018868 fetcht 8 ,mem_temp 
+0x4c97 018869 fetch 8 ,mem_pdatatemp 
+0x4c98 018870 increase -16 ,pdata 
+0x4c99 018871 store 8 ,mem_pdatatemp 
+0x4c9a 018872 nbranch phci_grp_vendor_patch_sec_loop ,blank 
+0x4c9b 018873 branch phci_grp_vendor_patch_check_sum 
+:      018875 load_ucode_only_loop:
+0x4c9c 018876 ifetch 1 ,contr 
+0x4c9d 018877 hstore 1 ,core_ucode_data 
+0x4c9e 018878 loop load_ucode_only_loop 
+0x4c9f 018879 rtn 
+:      018881 load_uart_sum_loop:
+0x4ca0 018882 ifetch 1 ,contru 
+0x4ca1 018883 istore 1 ,contw 
+0x4ca2 018884 iadd temp ,temp 
+0x4ca3 018885 loop load_uart_sum_loop 
+0x4ca4 018886 rtn 
+:      018888 phci_grp_vendor_patch_sec_init:
+0x4ca5 018889 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
+0x4ca6 018890 arg 0 ,temp 
+0x4ca7 018891 arg 16 ,loopcnt 
+0x4ca8 018892 arg mem_temp_block0 ,contw 
+0x4ca9 018893 call load_uart_sum_loop 
+0x4caa 018894 hfetch 1 ,core_gpio_key2 
+0x4cab 018895 and_into 0xfd ,pdata 
+0x4cac 018896 hstore 1 ,core_gpio_key2 
+0x4cad 018897 arg mem_temp_block0 ,contr 
+0x4cae 018898 arg 16 ,loopcnt 
+0x4caf 018899 call aes_load_data 
+0x4cb0 018900 call aes_init 
+0x4cb1 018901 call aes_clear_data 
+0x4cb2 018902 branch phci_grp_vendor_patch_check_sum 
+:      018905 phci_grp_vendor_done:
+0x4cb3 018906 arg 0x20 ,loopcnt 
+0x4cb4 018907 arg mem_patch00 ,contw 
+0x4cb5 018908 arg 0 ,temp 
+:      018909 phci_grp_vendor_done_loop:
+0x4cb6 018910 ifetch 1 ,contru 
+0x4cb7 018911 istore 1 ,contw 
+0x4cb8 018912 iadd temp ,temp 
+0x4cb9 018913 loop phci_grp_vendor_done_loop 
+0x4cba 018914 and temp ,0xff ,temp 
+0x4cbb 018915 ifetch 1 ,contru 
+0x4cbc 018916 isub temp ,null 
+0x4cbd 018917 nbranch phci_grp_vendor_patch_bad ,zero 
+0x4cbe 018918 jam 0 ,core_ucode_ctrl 
+0x4cbf 018919 call hci_normal_reply 
+0x4cc0 018920 call h4_rx_discard_packet 
+0x4cc1 018921 call clear_key_buf 
+0x4cc2 018922 call wait_uarttx 
+0x4cc3 018923 branch soft_reset 
+:      018925 phci_grp_vendor_patch_bad:
+0x4cc4 018926 jam 0 ,core_ucode_ctrl 
+0x4cc5 018927 branch start 
+:      018929 phci_grp_vendor_bdaddr:
+0x4cc6 018930 ifetch 6 ,contru 
+0x4cc7 018931 store 6 ,mem_lap 
+0x4cc8 018932 branch hci_normal_reply 
+:      018935 phci_grp_vendor_mem:
+0x4cc9 018936 ifetch 1 ,contru 
+0x4cca 018937 store 1 ,mem_hci_curr_len 
+0x4ccb 018938 copy pdata ,loopcnt 
+0x4ccc 018939 ifetch 2 ,contru 
+0x4ccd 018940 store 2 ,mem_hci_curr_target 
+0x4cce 018941 copy pdata ,contw 
+0x4ccf 018942 call uart_copy_rx_bytes 
+0x4cd0 018943 branch hci_normal_reply 
+:      018946 phci_grp_vendor_eep:
+0x4cd1 018947 ifetch 1 ,contru 
+0x4cd2 018948 store 1 ,mem_hci_curr_len 
+0x4cd3 018949 copy pdata ,loopcnt 
+0x4cd4 018950 ifetch 2 ,contru 
+0x4cd5 018951 store 2 ,mem_hci_curr_target 
+0x4cd6 018952 arg mem_l2cap_rxbuff1 ,contw 
+0x4cd7 018953 call uart_copy_rx_bytes 
+0x4cd8 018954 fetcht 1 ,mem_hci_curr_len 
+0x4cd9 018955 arg mem_l2cap_rxbuff1 ,rega 
+0x4cda 018956 fetch 2 ,mem_hci_curr_target 
+0x4cdb 018957 branch iicd_write_ota_data 
+:      018962 hci_normal_reply:
+0x4cdc 018963 force 4 ,loopcnt 
+:      018964 hci_command_complete:
+0x4cdd 018965 call hci_get_payload_ptr 
+0x4cde 018966 force 0x1 ,pdata 
+0x4cdf 018967 istore 1 ,contwu 
+0x4ce0 018968 deposit alarm 
+0x4ce1 018969 istore 3 ,contwu 
+0x4ce2 018970 force hci_event_command_complete ,queue 
+:      018971 hci_send_event:
+0x4ce3 018972 bpatchx patch20_4 ,mem_patch20 
+0x4ce4 018973 call hci_get_packet_ptr 
+0x4ce5 018974 deposit queue 
+0x4ce6 018975 istore 1 ,contwu 
+0x4ce7 018976 deposit loopcnt 
+0x4ce8 018977 istore 1 ,contwu 
+:      018978 hci_send_event_raw:
+0x4ce9 018979 force 5 ,queue 
+0x4cea 018980 increase 2 ,loopcnt 
+:      018981 hci_send_packet:
+0x4ceb 018982 branch h4_send_packet_event 
+:      018984 hci_send_commu_ready_event:
+0x4cec 018985 force hci_event_vendor_specific ,queue 
+0x4ced 018986 call hci_get_payload_ptr 
+0x4cee 018987 setarg hci_vendor_event_commu_ready 
+0x4cef 018988 istore 1 ,contwu 
+0x4cf0 018989 force 1 ,loopcnt 
+0x4cf1 018990 branch hci_send_event 
+:      018992 hci_get_cmd_complete_ptr:
+0x4cf2 018993 force 12 ,contwu 
+0x4cf3 018994 branch hci_get_tx_ptr 
+:      018996 hci_get_payload_ptr:
+0x4cf4 018997 force 8 ,contwu 
+0x4cf5 018998 branch hci_get_tx_ptr 
+:      019000 hci_get_packet_ptr:
+0x4cf6 019001 force 6 ,contwu 
+:      019002 hci_get_tx_ptr:
+0x4cf7 019003 branch h4_get_tx_ptr 
+:      019007 calc_tx_crc16:
+0x4cf8 019008 pulse crc16 
+0x4cf9 019009 enable enable_crc 
+:      019010 crcloop:
+0x4cfa 019011 ifetch 1 ,contwu 
+0x4cfb 019012 inject bucket ,8 
+0x4cfc 019013 loop crcloop 
+0x4cfd 019014 enable enable_parity 
+0x4cfe 019015 inject bucket ,16 
+0x4cff 019016 disable enable_parity 
+0x4d00 019017 disable enable_crc 
+0x4d01 019018 disable crc16 
+0x4d02 019019 byteswap pdata ,pdata 
+0x4d03 019020 rtn 
+:      019024 cmd_exit:
+0x4d04 019025 jam 0 ,mem_hci_cmd 
+0x4d05 019026 rtn 
+:      019027 cmd_check_plap:
+0x4d06 019028 fetch 6 ,mem_hci_plap 
+0x4d07 019029 fetcht 6 ,mem_plap 
+0x4d08 019030 isub temp ,null 
+0x4d09 019031 rtn 
+:      019036 cmd_pair:
+0x4d0a 019037 fetch 1 ,mem_op 
+0x4d0b 019038 bbit1 op_inrand_req ,cmd_pair_passive 
+0x4d0c 019039 call tid_initiate 
+0x4d0d 019040 jam lmp_in_rand ,mem_lmo_opcode2 
+0x4d0e 019041 branch cmd_exit 
+:      019042 cmd_pair_passive:
+0x4d0f 019043 set0 op_inrand_req ,pdata 
+0x4d10 019044 store 1 ,mem_op 
+0x4d11 019045 call lmp_accept_inrand 
+0x4d12 019046 setarg 0 
+0x4d13 019047 setflag master ,smap_lmptid ,pdata 
+0x4d14 019048 store 1 ,mem_lmo_tid2 
+0x4d15 019049 branch cmd_exit 
+0x4d16 019050 rtn 
+:      019051 cmd_in_sniff:
+0x4d17 019052 jam lmp_sniff_req ,mem_lmo_opcode2 
+0x4d18 019053 arg mem_sniff_payload ,contw 
+0x4d19 019054 setarg 0 
+0x4d1a 019055 isolate1 27 ,clke_bt 
+0x4d1b 019056 setflag true ,1 ,pdata 
+0x4d1c 019057 istore 1 ,contw 
+0x4d1d 019058 setarg 0 
+0x4d1e 019059 istore 2 ,contw 
+0x4d1f 019060 fetch 2 ,mem_sniff_param_interval 
+0x4d20 019061 istore 2 ,contw 
+0x4d21 019062 fetch 1 ,mem_sniff_param_attempt 
+0x4d22 019063 istore 2 ,contw 
+0x4d23 019064 fetch 1 ,mem_sniff_param_timeout 
+0x4d24 019065 istore 2 ,contw 
+0x4d25 019066 branch cmd_exit 
+:      019068 cmd_exit_sniff:
+0x4d26 019069 jam lmp_unsniff_req ,mem_lmo_opcode2 
+0x4d27 019070 branch cmd_exit 
+:      019072 hci_idle_dispatch:
+0x4d28 019073 call gpio_check_uart_state 
+0x4d29 019074 rtn true 
+0x4d2a 019075 arg uart_wakeup_rx ,temp 
+0x4d2b 019076 call gpio_get_bit 
+0x4d2c 019077 nbranch uart_wake_up ,true 
+0x4d2d 019078 jam hci_rx_wake ,mem_hci_lt_rx_state 
+0x4d2e 019079 rtn 
+:      019080 uart_wake_up:
+0x4d2f 019081 fetch 1 ,mem_hci_lt_rx_state 
+0x4d30 019082 rtnne hci_rx_wake 
+0x4d31 019083 call hci_exit_lpm 
+0x4d32 019084 branch hci_send_commu_ready_event 
+:      019098 hid_rx_process:
+0x4d33 019099 bpatchx patch20_5 ,mem_patch20 
+0x4d34 019100 fetch 2 ,mem_l2cap_payload_ptr 
+0x4d35 019101 copy pdata ,contr 
+0x4d36 019102 ifetch 1 ,contr 
+0x4d37 019103 and pdata ,0x0f ,temp 
+0x4d38 019104 rshift4 pdata ,pdata 
+0x4d39 019105 beq hid_type_set_idle ,hid_rx_process_handshake 
+0x4d3a 019106 beq hid_type_set_protocol ,hid_rx_process_handshake 
+0x4d3b 019107 beq hid_type_data ,hid_rx_process_data 
+0x4d3c 019108 beq hid_type_set_report ,hid_rx_process_set_report 
+0x4d3d 019109 beq hid_type_control ,hid_rx_process_hid_control 
+0x4d3e 019110 rtn 
+:      019112 hid_rx_process_hid_control:
+0x4d3f 019113 copy temp ,pdata 
+0x4d40 019114 beq hid_control_p_virtualcableunplug ,hid_rx_process_virtual_cable_unplug 
+0x4d41 019115 beq hid_control_p_suspend ,hid_rx_process_suspend 
+0x4d42 019116 rtn 
+:      019118 hid_rx_process_virtual_cable_unplug:
+0x4d43 019119 jam bt_evt_virtual_cable_unplug ,mem_fifo_temp 
+0x4d44 019120 call ui_ipc_send_event 
+0x4d45 019121 fetch 1 ,mem_device_option 
+0x4d46 019122 rtnbit0 dvc_op_mouse 
+0x4d47 019123 copy temp ,pdata 
+0x4d48 019124 beq hid_control_p_virtualcableunplug ,mouse_irtual_cable_unplug 
+0x4d49 019125 rtn 
+:      019126 hid_rx_process_suspend:
+0x4d4a 019127 rtn 
+:      019129 hid_rx_process_set_report:
+0x4d4b 019130 call hid_rx_process_data 
+0x4d4c 019131 arg 0x01 ,rega 
+0x4d4d 019132 call hid_malloc_tx_buff 
+0x4d4e 019133 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4d4f 019134 istore 2 ,contw 
+0x4d50 019135 setarg 0x00 
+0x4d51 019136 istore 1 ,contw 
+0x4d52 019137 rtn 
+:      019139 hid_rx_process_handshake:
+0x4d53 019140 arg 1 ,rega 
+0x4d54 019141 call hid_malloc_tx_buff 
+0x4d55 019142 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4d56 019143 istore 2 ,contw 
+0x4d57 019144 setarg 0 
+0x4d58 019145 istore 1 ,contw 
+0x4d59 019146 jam 1 ,mem_ui_data_txbuff_length 
+0x4d5a 019147 fetch 1 ,mem_hid_control_state 
+0x4d5b 019148 set1 l2cap_channel_hid_handshake_done 
+0x4d5c 019149 store 1 ,mem_hid_control_state 
+0x4d5d 019150 jam bt_evt_hid_handshake ,mem_fifo_temp 
+0x4d5e 019151 branch ui_ipc_send_event 
+:      019153 hid_rx_process_data:
+0x4d5f 019154 ifetch 1 ,contr 
+0x4d60 019155 beq hid_report_id_kb ,hid_rx_process_data_hid_kb 
+0x4d61 019156 rtn 
+:      019158 hid_rx_process_data_hid_kb:
+0x4d62 019159 rtn 
+:      019162 hid_malloc_tx_buff:
+0x4d63 019163 call l2cap_malloc 
+0x4d64 019164 copy rega ,temp 
+0x4d65 019165 storet 1 ,mem_ui_data_txbuff_length 
+0x4d66 019166 copy pdata ,contw 
+0x4d67 019167 copy rega ,pdata 
+0x4d68 019168 istore 2 ,contw 
+0x4d69 019169 rtn 
+:      019186 l2cap_init:
+0x4d6a 019187 branch l2cap_init_wake ,wake 
+:      019188 l2cap_init_work:
+0x4d6b 019189 setarg mem_l2cap_xmem_end 
+0x4d6c 019190 arg mem_l2cap_xmem_start ,contw 
+0x4d6d 019191 isub contw ,loopcnt 
+0x4d6e 019192 call clear_mem 
+:      019193 l2cap_init_wake:
+0x4d6f 019194 bpatchx patch20_6 ,mem_patch20 
+0x4d70 019195 setarg mem_sdp_mem_end 
+0x4d71 019196 arg mem_sdp_mem_start ,contw 
+0x4d72 019197 isub contw ,loopcnt 
+0x4d73 019198 call clear_mem 
+0x4d74 019199 setarg mem_l2cap_mem_end 
+0x4d75 019200 arg mem_l2cap_mem_start ,contw 
+0x4d76 019201 isub contw ,loopcnt 
+0x4d77 019202 call clear_mem 
+0x4d78 019203 branch l2cap_lpm_load_txbuf 
+:      019205 process_rx_l2cap_pkt:
+0x4d79 019206 bpatchx patch20_7 ,mem_patch20 
+0x4d7a 019207 copy contr ,temp 
+0x4d7b 019210 copy temp ,contr 
+0x4d7c 019211 ifetch 2 ,contr 
+0x4d7d 019212 store 2 ,mem_l2cap_rx_pkt_length 
+0x4d7e 019213 ifetch 2 ,contr 
+0x4d7f 019214 store 2 ,mem_l2cap_rx_cid 
+0x4d80 019215 deposit contr 
+0x4d81 019216 store 2 ,mem_l2cap_payload_ptr 
+0x4d82 019217 fetch 1 ,memui_reconnect_mode 
+0x4d83 019218 beq no_reconnection ,l2cap_rx_multiplexing 
+0x4d84 019219 branch ml2cap_rx_multiplexing 
+:      019221 l2cap_rx_multiplexing:
+0x4d85 019222 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x4d86 019223 branch l2cap_rx_reset_state ,blank 
+0x4d87 019224 bpatchx patch21_0 ,mem_patch21 
+0x4d88 019225 fetch 1 ,mem_l2cap_rx_cid 
+0x4d89 019226 beq l2cap_signal_channel ,l2cap_call_proc_signal 
+:      019227 l2cap_rx_multiplexing0:
+0x4d8a 019228 beq l2cap_sdp_channel ,l2cap_call_proc_sdp 
+0x4d8b 019229 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
+0x4d8c 019230 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
+0x4d8d 019231 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
+0x4d8e 019232 branch l2cap_rx_reset_state 
+:      019234 l2cap_check_map:
+0x4d8f 019237 bpatchx patch21_1 ,mem_patch21 
+0x4d90 019238 call l2cap_malloc_get_full_map 
+0x4d91 019239 fetch 1 ,mem_used_map 
+0x4d92 019240 beq 0 ,set_pdata_0 
+0x4d93 019241 beq 1 ,set_pdata_0 
+0x4d94 019242 beq 2 ,set_pdata_0 
+0x4d95 019243 beq 3 ,set_pdata_0 
+0x4d96 019244 beq 0x81 ,set_pdata_0 
+0x4d97 019245 beq 0xc0 ,set_pdata_0 
+0x4d98 019246 beq 0x80 ,set_pdata_0 
+0x4d99 019247 beq 0x40 ,set_pdata_0 
+0x4d9a 019248 rtn 
+:      019250 set_pdata_0:
+0x4d9b 019251 setarg 0 
+0x4d9c 019252 rtn 
+:      019255 l2cap_call_proc_signal:
+0x4d9d 019256 call l2cap_check_map 
+0x4d9e 019257 nrtn blank 
+:      019258 l2cap_call_proc_signal0:
+0x4d9f 019259 call l2cap_malloc_signal_channel 
+0x4da0 019260 call l2cap_process_signal_pkt 
+0x4da1 019261 fetcht 2 ,mem_l2cap_signal_tx_length 
+0x4da2 019262 branch l2cap_call_proc_no_reply ,blank 
+0x4da3 019263 call l2cap_get_signal_tx_buff 
+0x4da4 019264 fetch 2 ,mem_l2cap_signal_tx_length 
+0x4da5 019265 istore 2 ,contw 
+0x4da6 019266 force l2cap_signal_channel ,pdata 
+0x4da7 019267 istore 2 ,contw 
+0x4da8 019268 branch l2cap_rx_reset_state 
+:      019270 l2cap_call_proc_sigal_pending:
+0x4da9 019271 fetch 1 ,mem_l2cap_pending_item 
+0x4daa 019272 rtn blank 
+0x4dab 019273 copy pdata ,rega 
+0x4dac 019274 bpatchx patch21_2 ,mem_patch21 
+0x4dad 019275 fetch 4 ,mem_l2cap_sdpres_delay_time 
+0x4dae 019276 arg 0x100 ,temp 
+0x4daf 019277 iadd temp ,temp 
+0x4db0 019278 copy clkn_bt ,pdata 
+0x4db1 019279 isub temp ,null 
+0x4db2 019280 nrtn positive 
+0x4db3 019281 jam 0 ,mem_l2cap_pending_item 
+0x4db4 019282 copy rega ,pdata 
+0x4db5 019283 beq l2cap_sdp_channel ,l2cap_sdp_conn_succ 
+0x4db6 019284 branch assert 
+:      019285 l2cap_sdp_conn_succ:
+0x4db7 019286 arg 0 ,debug 
+0x4db8 019287 call l2cap_malloc_signal_channel 
+0x4db9 019288 call restore_l2cap_req_param 
+0x4dba 019289 call l2cap_get_signal_tx_payload 
+0x4dbb 019290 call save_cont_pointers 
+0x4dbc 019291 call send_connection_sdp_res 
+0x4dbd 019292 call l2cap_get_signal_tx_buff 
+0x4dbe 019294 setarg 0x000c 
+0x4dbf 019295 istore 2 ,contw 
+0x4dc0 019296 force l2cap_signal_channel ,pdata 
+0x4dc1 019297 istore 2 ,contw 
+0x4dc2 019298 branch l2cap_rx_reset_state 
+:      019302 l2cap_reset_sdp_map:
+0x4dc3 019303 bpatchx patch21_3 ,mem_patch21 
+0x4dc4 019304 fetch 2 ,mem_sdp_tx_pkt_length 
+0x4dc5 019305 increase 4 ,pdata 
+0x4dc6 019306 rshift4 pdata ,pdata 
+0x4dc7 019307 rshift3 pdata ,pdata 
+0x4dc8 019308 add pdata ,1 ,temp 
+0x4dc9 019309 arg mem_tx_fifo3 ,contr 
+0x4dca 019310 ifetch 3 ,contr 
+0x4dcb 019311 rtn blank 
+0x4dcc 019312 store 3 ,mem_tx_fifo_map_temp 
+0x4dcd 019313 fetch 1 ,mem_tx_fifo_map_temp 
+0x4dce 019314 copy pdata ,rega 
+0x4dcf 019315 call check_l2cap_map 
+0x4dd0 019316 copy regb ,pdata 
+0x4dd1 019317 store 1 ,mem_tx_fifo3 
+0x4dd2 019318 rtn 
+:      019320 check_l2cap_map:
+0x4dd3 019321 arg 0 ,queue 
+0x4dd4 019322 arg 0 ,regb 
+:      019324 check_l2cap_map_loop:
+0x4dd5 019325 sub queue ,7 ,null 
+0x4dd6 019326 nrtn positive 
+0x4dd7 019327 qisolate1 rega 
+0x4dd8 019328 branch check_l2cap_map_used ,true 
+0x4dd9 019329 branch check_l2cap_map_used2 
+:      019331 check_l2cap_map_used:
+0x4dda 019332 copy temp ,pdata 
+0x4ddb 019333 branch check_l2cap_map_used2 ,blank 
+0x4ddc 019334 qset1 regb 
+0x4ddd 019335 increase -1 ,temp 
+:      019337 check_l2cap_map_used2:
+0x4dde 019338 increase 1 ,queue 
+0x4ddf 019339 branch check_l2cap_map_loop 
+:      019341 l2cap_call_proc_sdp:
+0x4de0 019342 call l2cap_malloc_is_fifo_empty 
+0x4de1 019343 nrtn blank 
+0x4de2 019344 call l2cap_check_map 
+0x4de3 019345 nrtn blank 
+0x4de4 019346 call l2cap_malloc_sdp_channel 
+0x4de5 019347 call sdp_process 
+0x4de6 019348 call l2cap_reset_sdp_map 
+0x4de7 019349 branch l2cap_call_proc_sdp_common 
+:      019352 ml2cap_call_proc_sdp:
+0x4de8 019353 call l2cap_malloc_is_fifo_empty 
+0x4de9 019354 nrtn blank 
+0x4dea 019355 call l2cap_malloc_sdp_channel 
+0x4deb 019356 call sdp_process 
+:      019357 l2cap_call_proc_sdp_common:
+0x4dec 019358 call l2cap_get_sdp_tx_buff 
+0x4ded 019359 fetch 2 ,mem_sdp_tx_pkt_length 
+0x4dee 019360 branch l2cap_call_proc_no_reply ,blank 
+0x4def 019361 istore 2 ,contw 
+0x4df0 019362 fetch 2 ,mem_sdp_remote_cid 
+0x4df1 019363 istore 2 ,contw 
+0x4df2 019364 branch l2cap_rx_reset_state 
+:      019366 l2cap_call_proc_hid:
+0x4df3 019367 call hid_rx_process 
+0x4df4 019368 branch l2cap_rx_reset_state 
+:      019370 l2cap_call_proc_rfcomm:
+0x4df5 019371 bpatchx patch21_4 ,mem_patch21 
+0x4df6 019372 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
+0x4df7 019373 call rfcomm_rx_process 
+0x4df8 019374 fetch 1 ,mem_rfcomm_malloc_fail_flag 
+0x4df9 019375 rtneq rfcomm_malloc_fail 
+0x4dfa 019376 branch l2cap_rx_reset_state 
+:      019377 l2cap_call_proc_no_reply:
+0x4dfb 019378 call l2cap_malloc_discard 
+:      019380 l2cap_rx_reset_state:
+0x4dfc 019381 setarg 0 
+0x4dfd 019382 store 2 ,mem_l2cap_rx_pkt_length 
+0x4dfe 019383 store 2 ,mem_l2cap_rx_cid 
+0x4dff 019384 jam l2cap_rx_done ,mem_l2cap_rx_done 
+0x4e00 019385 rtn 
+:      019387 l2cap_process_signal_pkt:
+0x4e01 019388 bpatchx patch21_5 ,mem_patch21 
+0x4e02 019389 call l2cap_get_signal_tx_payload 
+0x4e03 019390 force 0 ,regb 
+0x4e04 019391 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x4e05 019392 copy pdata ,regc 
+0x4e06 019393 fetch 2 ,mem_l2cap_payload_ptr 
+0x4e07 019394 iforce contr 
+:      019395 l2cap_process_signal_pkt_loop:
+0x4e08 019396 call l2cap_process_one_signal 
+0x4e09 019397 deposit regc 
+0x4e0a 019398 increase -4 ,regc 
+0x4e0b 019399 increase -4 ,pdata 
+0x4e0c 019400 nbranch l2cap_process_signal_pkt_loop ,blank 
+0x4e0d 019401 copy regb ,pdata 
+0x4e0e 019402 store 2 ,mem_l2cap_signal_tx_length 
+0x4e0f 019403 rtn 
+:      019405 l2cap_process_one_signal:
+0x4e10 019406 bpatchx patch21_6 ,mem_patch21 
+0x4e11 019407 ifetch 1 ,contr 
+0x4e12 019408 beq signal_cmd_reject ,l2cap_proc_signal_cmd_reject 
+0x4e13 019409 beq signal_connect_req ,l2cap_proc_signal_connect_req 
+0x4e14 019410 beq signal_connect_rsp ,l2cap_proc_signal_connect_rsp 
+0x4e15 019411 beq signal_config_req ,l2cap_proc_signal_config_req 
+0x4e16 019412 beq signal_config_rsp ,l2cap_proc_signal_config_rsp 
+0x4e17 019413 beq signal_disconnect_req ,l2cap_proc_signal_disconnect_req 
+0x4e18 019414 beq signal_disconnect_rsp ,l2cap_proc_signal_disconnect_rsp 
+0x4e19 019415 beq signal_echo_req ,l2cap_proc_signal_echo_req 
+0x4e1a 019416 beq signal_echo_rsp ,l2cap_proc_signal_echo_rsp 
+0x4e1b 019417 beq signal_info_req ,l2cap_proc_signal_info_req 
+0x4e1c 019418 beq signal_info_rsp ,l2cap_proc_signal_info_rsp 
+0x4e1d 019419 call l2cap_reject_command 
+:      019420 l2cap_process_one_signal_rtn:
+0x4e1e 019421 rtn 
+:      019423 l2cap_proc_signal_info_req:
+0x4e1f 019424 ifetch 1 ,contr 
+0x4e20 019425 copy pdata ,queue 
+0x4e21 019426 ifetch 2 ,contr 
+0x4e22 019427 copy pdata ,rega 
+0x4e23 019428 copy regc ,pdata 
+0x4e24 019429 isub rega ,regc 
+0x4e25 019430 setarg signal_info_rsp 
+0x4e26 019431 istore 1 ,contw 
+0x4e27 019432 copy queue ,pdata 
+0x4e28 019433 istore 1 ,contw 
+0x4e29 019434 ifetch 2 ,contr 
+:      019435 l2cap_proc_signal_info_req_reply:
+0x4e2a 019436 beq l2cap_sig_ext_featrue ,l2cap_proc_signal_info_req_ext 
+0x4e2b 019437 beq l2cap_sig_fix_featrue ,l2cap_proc_signal_info_req_fix 
+0x4e2c 019438 rtn 
+:      019439 l2cap_proc_signal_info_req_ext:
+0x4e2d 019440 setarg 0x020008 
+0x4e2e 019441 istore 6 ,contw 
+0x4e2f 019442 setarg 0x0280 
+0x4e30 019443 istore 4 ,contw 
+0x4e31 019444 force 12 ,pdata 
+0x4e32 019445 branch l2cap_proc_signal_info_req_common 
+:      019446 l2cap_proc_signal_info_req_fix:
+0x4e33 019447 setarg 0x3000c 
+0x4e34 019448 istore 6 ,contw 
+0x4e35 019449 setarg 0x0006 
+0x4e36 019450 istore 8 ,contw 
+0x4e37 019451 force 16 ,pdata 
+:      019452 l2cap_proc_signal_info_req_common:
+0x4e38 019453 iadd regb ,regb 
+0x4e39 019454 branch l2cap_process_one_signal_rtn 
+:      019456 ml2cap_proc_signal_info_req:
+0x4e3a 019457 ifetch 1 ,contr 
+0x4e3b 019458 copy pdata ,queue 
+0x4e3c 019459 ifetch 2 ,contr 
+0x4e3d 019460 copy pdata ,rega 
+0x4e3e 019461 ifetch 2 ,contr 
+0x4e3f 019462 store 2 ,mem_temp 
+0x4e40 019463 copy regc ,pdata 
+0x4e41 019464 isub rega ,regc 
+0x4e42 019465 call l2cap_get_signal_tx_payload 
+0x4e43 019466 setarg signal_info_rsp 
+0x4e44 019467 istore 1 ,contw 
+0x4e45 019468 copy queue ,pdata 
+0x4e46 019469 istore 1 ,contw 
+0x4e47 019470 fetch 2 ,mem_temp 
+0x4e48 019471 branch l2cap_proc_signal_info_req_reply 
+:      019475 l2cap_proc_signal_cmd_reject:
+0x4e49 019476 ifetch 1 ,contr 
+0x4e4a 019477 copy pdata ,queue 
+0x4e4b 019478 ifetch 2 ,contr 
+0x4e4c 019479 copy pdata ,rega 
+0x4e4d 019480 iadd contr ,contr 
+0x4e4e 019481 copy regc ,pdata 
+0x4e4f 019482 isub rega ,regc 
+:      019483 l2cap_proc_signal_cmd_reject_rtn:
+0x4e50 019484 branch l2cap_process_one_signal_rtn 
+:      019486 l2cap_proc_signal_connect_req:
+0x4e51 019487 call save_cont_pointers 
+0x4e52 019490 call load_cont_pointers 
+0x4e53 019491 arg 0 ,debug 
+0x4e54 019492 ifetch 1 ,contr 
+0x4e55 019493 copy pdata ,queue 
+0x4e56 019494 ifetch 2 ,contr 
+0x4e57 019495 copy pdata ,rega 
+0x4e58 019496 ifetch 2 ,contr 
+0x4e59 019497 copy pdata ,temp 
+0x4e5a 019498 ifetch 2 ,contr 
+0x4e5b 019499 copy pdata ,timeup 
+0x4e5c 019500 bpatchx patch21_7 ,mem_patch21 
+0x4e5d 019501 copy temp ,pdata 
+0x4e5e 019502 beq psm_sdp ,l2cap_proc_signal_connect_req_sdp 
+0x4e5f 019503 beq psm_rfcomm ,l2cap_proc_signal_connect_req_rfcomm 
+0x4e60 019504 beq psm_hid_control ,l2cap_proc_signal_connect_req_hid_ctrl 
+0x4e61 019505 beq psm_hid_interrupt ,l2cap_proc_signal_connect_req_hid_int 
+0x4e62 019506 call l2cap_reject_command 
+0x4e63 019507 branch l2cap_proc_signal_connect_req_rtn 
+:      019509 l2cap_proc_signal_connect_req_sdp:
+0x4e64 019510 call save_cont_pointers 
+0x4e65 019511 arg l2cap_sdp_channel ,temp 
+0x4e66 019512 fetch 2 ,mem_sdp_remote_cid 
+0x4e67 019513 nbranch already_connected ,blank 
+0x4e68 019514 copy timeup ,pdata 
+0x4e69 019515 store 2 ,mem_sdp_remote_cid 
+0x4e6a 019516 copy clkn_bt ,pdata 
+0x4e6b 019517 store 4 ,mem_l2cap_sdpres_delay_time 
+0x4e6c 019518 call store_l2cap_req_param 
+0x4e6d 019519 branch send_connection_pending 
+:      019521 store_l2cap_req_param:
+0x4e6e 019522 storet 2 ,mem_psm 
+0x4e6f 019523 deposit timeup 
+0x4e70 019524 store 2 ,mem_scid 
+0x4e71 019525 deposit rega 
+0x4e72 019526 store 2 ,mem_cmd_length 
+0x4e73 019527 deposit regb 
+0x4e74 019528 store 2 ,mem_tt2 
+0x4e75 019529 deposit regc 
+0x4e76 019530 store 2 ,mem_tt3 
+0x4e77 019531 deposit queue 
+0x4e78 019532 store 2 ,mem_id 
+0x4e79 019533 rtn 
+:      019535 restore_l2cap_req_param:
+0x4e7a 019536 fetcht 2 ,mem_psm 
+0x4e7b 019537 fetch 2 ,mem_scid 
+0x4e7c 019538 copy pdata ,timeup 
+0x4e7d 019539 fetch 2 ,mem_cmd_length 
+0x4e7e 019540 copy pdata ,rega 
+0x4e7f 019541 fetch 2 ,mem_tt2 
+0x4e80 019542 copy pdata ,regb 
+0x4e81 019543 fetch 2 ,mem_tt3 
+0x4e82 019544 copy pdata ,regc 
+0x4e83 019545 fetch 2 ,mem_id 
+0x4e84 019546 copy pdata ,queue 
+0x4e85 019547 rtn 
+:      019549 l2cap_proc_signal_connect_req_rfcomm:
+0x4e86 019550 call save_cont_pointers 
+0x4e87 019551 setarg l2cap_rfcomm_channel 
+0x4e88 019552 arg l2cap_rfcomm_channel ,temp 
+0x4e89 019553 fetch 2 ,mem_rfcomm_remote_cid 
+0x4e8a 019554 nbranch already_connected ,blank 
+0x4e8b 019555 copy timeup ,pdata 
+0x4e8c 019556 store 2 ,mem_rfcomm_remote_cid 
+0x4e8d 019557 fetch 1 ,mem_rfcomm_state 
+0x4e8e 019558 set1 l2cap_channel_state_conn_req ,pdata 
+0x4e8f 019559 set1 l2cap_channel_state_conn_res ,pdata 
+0x4e90 019560 store 1 ,mem_rfcomm_state 
+0x4e91 019561 branch send_connection_res 
+:      019562 l2cap_proc_signal_connect_req_hid_ctrl:
+0x4e92 019563 call save_cont_pointers 
+0x4e93 019564 arg l2cap_hid_control_channel ,temp 
+0x4e94 019565 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4e95 019566 nbranch already_connected ,blank 
+0x4e96 019567 copy timeup ,pdata 
+0x4e97 019568 store 2 ,mem_hid_ctrl_remote_cid 
+0x4e98 019569 fetch 1 ,mem_hid_control_state 
+0x4e99 019570 set1 l2cap_channel_state_conn_req ,pdata 
+0x4e9a 019571 set1 l2cap_channel_state_conn_res ,pdata 
+0x4e9b 019572 store 1 ,mem_hid_control_state 
+0x4e9c 019573 branch send_connection_res 
+:      019574 l2cap_proc_signal_connect_req_hid_int:
+0x4e9d 019575 call save_cont_pointers 
+0x4e9e 019576 deposit clke 
+0x4e9f 019577 arg l2cap_hid_interrupt_channel ,temp 
+0x4ea0 019578 fetch 2 ,mem_hid_int_remote_cid 
+0x4ea1 019579 nbranch already_connected ,blank 
+0x4ea2 019580 copy timeup ,pdata 
+0x4ea3 019581 store 2 ,mem_hid_int_remote_cid 
+0x4ea4 019582 fetch 1 ,mem_hid_interrupt_state 
+0x4ea5 019583 set1 l2cap_channel_state_conn_req ,pdata 
+0x4ea6 019584 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ea7 019585 store 1 ,mem_hid_interrupt_state 
+0x4ea8 019586 branch send_connection_res 
+:      019588 send_connection_pending:
+0x4ea9 019589 setarg l2cap_connect_pending 
+0x4eaa 019590 store 2 ,meml2cap_t1 
+0x4eab 019591 jam l2cap_sdp_channel ,mem_l2cap_pending_item 
+0x4eac 019592 branch send_connection_res0 
+:      019593 send_connection_sdp_res:
+0x4ead 019594 fetch 1 ,mem_sdp_state 
+0x4eae 019595 set1 l2cap_channel_state_conn_req ,pdata 
+0x4eaf 019596 set1 l2cap_channel_state_conn_res ,pdata 
+0x4eb0 019597 store 1 ,mem_sdp_state 
+:      019598 send_connection_res:
+0x4eb1 019599 setarg l2cap_connect_successful 
+0x4eb2 019600 store 2 ,meml2cap_t1 
+:      019601 send_connection_res0:
+0x4eb3 019602 bpatchx patch22_0 ,mem_patch22 
+0x4eb4 019603 call load_cont_pointers 
+0x4eb5 019604 setarg signal_connect_rsp 
+0x4eb6 019605 istore 1 ,contw 
+0x4eb7 019606 copy queue ,pdata 
+0x4eb8 019607 istore 1 ,contw 
+0x4eb9 019608 setarg 0x0008 
+0x4eba 019609 istore 2 ,contw 
+0x4ebb 019610 copy temp ,pdata 
+0x4ebc 019611 istore 2 ,contw 
+0x4ebd 019612 copy timeup ,pdata 
+0x4ebe 019613 istore 2 ,contw 
+0x4ebf 019614 fetch 2 ,meml2cap_t1 
+0x4ec0 019615 beq l2cap_connect_pending ,connect_pending 
+0x4ec1 019616 isolate0 0 ,debug 
+0x4ec2 019617 branch connect_suc ,true 
+0x4ec3 019618 setarg l2cap_connect_refused_no_resources 
+:      019619 connect_suc:
+0x4ec4 019620 istore 2 ,contw 
+0x4ec5 019621 force 0x0000 ,pdata 
+0x4ec6 019622 istore 2 ,contw 
+0x4ec7 019623 setarg 12 
+0x4ec8 019624 branch connect_req_update_byte_counts 
+:      019625 connect_pending:
+0x4ec9 019626 istore 2 ,contw 
+0x4eca 019627 force 0x0002 ,pdata 
+0x4ecb 019628 istore 2 ,contw 
+0x4ecc 019629 setarg 12 
+0x4ecd 019630 branch connect_req_update_byte_counts 
+:      019632 already_connected:
+0x4ece 019633 set1 0 ,debug 
+0x4ecf 019634 branch send_connection_res 
+:      019635 connect_req_update_byte_counts:
+0x4ed0 019636 iadd regb ,regb 
+0x4ed1 019637 copy regc ,pdata 
+0x4ed2 019638 isub rega ,regc 
+0x4ed3 019639 branch l2cap_proc_signal_connect_req_rtn 
+:      019640 l2cap_proc_signal_connect_req_rtn:
+0x4ed4 019641 branch l2cap_process_one_signal_rtn 
+:      019643 l2cap_proc_signal_connect_rsp:
+0x4ed5 019644 ifetch 1 ,contr 
+0x4ed6 019645 copy pdata ,queue 
+0x4ed7 019646 ifetch 2 ,contr 
+0x4ed8 019647 copy pdata ,rega 
+0x4ed9 019648 copy regc ,pdata 
+0x4eda 019649 isub rega ,regc 
+0x4edb 019650 ifetch 2 ,contr 
+0x4edc 019651 copy pdata ,timeup 
+0x4edd 019652 ifetch 2 ,contr 
+0x4ede 019653 copy pdata ,temp 
+0x4edf 019654 bpatchx patch22_1 ,mem_patch22 
+0x4ee0 019655 setarg l2cap_sdp_channel 
+0x4ee1 019656 isub temp ,null 
+0x4ee2 019657 branch l2cap_proc_signal_connect_rsp_sdp ,zero 
+0x4ee3 019658 setarg l2cap_rfcomm_channel 
+0x4ee4 019659 isub temp ,null 
+0x4ee5 019660 branch l2cap_proc_signal_connect_rsp_rfcomm ,zero 
+0x4ee6 019661 setarg l2cap_hid_control_channel 
+0x4ee7 019662 isub temp ,null 
+0x4ee8 019663 branch l2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
+0x4ee9 019664 setarg l2cap_hid_interrupt_channel 
+0x4eea 019665 isub temp ,null 
+0x4eeb 019666 branch l2cap_proc_signal_connect_rsp_hid_int ,zero 
+0x4eec 019667 rtn 
+:      019669 l2cap_proc_signal_connect_rsp_sdp:
+0x4eed 019670 copy timeup ,pdata 
+0x4eee 019671 store 2 ,mem_sdp_remote_cid 
+0x4eef 019672 fetch 1 ,mem_sdp_state 
+0x4ef0 019673 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ef1 019674 store 1 ,mem_sdp_state 
+0x4ef2 019675 branch l2cap_process_one_signal_rtn 
+:      019676 l2cap_proc_signal_connect_rsp_rfcomm:
+0x4ef3 019677 copy timeup ,pdata 
+0x4ef4 019678 store 2 ,mem_rfcomm_remote_cid 
+0x4ef5 019679 fetch 1 ,mem_rfcomm_state 
+0x4ef6 019680 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ef7 019681 store 1 ,mem_rfcomm_state 
+0x4ef8 019682 rtn 
+:      019683 l2cap_proc_signal_connect_rsp_hid_int:
+0x4ef9 019684 copy timeup ,pdata 
+0x4efa 019685 store 2 ,mem_hid_ctrl_remote_cid 
+0x4efb 019686 fetch 1 ,mem_hid_interrupt_state 
+0x4efc 019687 set1 l2cap_channel_state_conn_res ,pdata 
+0x4efd 019688 store 1 ,mem_hid_interrupt_state 
+0x4efe 019689 rtn 
+:      019690 l2cap_proc_signal_connect_rsp_hid_ctrl:
+0x4eff 019691 copy timeup ,pdata 
+0x4f00 019692 store 2 ,mem_hid_int_remote_cid 
+0x4f01 019693 fetch 1 ,mem_hid_control_state 
+0x4f02 019694 set1 l2cap_channel_state_conn_res ,pdata 
+0x4f03 019695 store 1 ,mem_hid_control_state 
+0x4f04 019696 rtn 
+:      019698 l2cap_proc_signal_config_req:
+0x4f05 019699 ifetch 1 ,contr 
+0x4f06 019700 copy pdata ,queue 
+0x4f07 019701 ifetch 2 ,contr 
+0x4f08 019702 copy pdata ,rega 
+0x4f09 019703 copy regc ,pdata 
+0x4f0a 019704 isub rega ,regc 
+0x4f0b 019705 ifetch 2 ,contr 
+0x4f0c 019706 copy pdata ,temp 
+0x4f0d 019707 copy temp ,rega 
+0x4f0e 019708 bpatchx patch22_2 ,mem_patch22 
+0x4f0f 019709 setarg l2cap_sdp_channel 
+0x4f10 019710 isub temp ,null 
+0x4f11 019711 branch l2cap_proc_signal_config_req_sdp ,zero 
+0x4f12 019712 setarg l2cap_rfcomm_channel 
+0x4f13 019713 isub temp ,null 
+0x4f14 019714 branch l2cap_proc_signal_config_req_rfcomm ,zero 
+0x4f15 019715 setarg l2cap_hid_control_channel 
+0x4f16 019716 isub temp ,null 
+0x4f17 019717 branch l2cap_proc_signal_config_req_hid_ctrl ,zero 
+0x4f18 019718 setarg l2cap_hid_interrupt_channel 
+0x4f19 019719 isub temp ,null 
+0x4f1a 019720 branch l2cap_proc_signal_config_req_hid_int ,zero 
+0x4f1b 019721 branch l2cap_reject_command 
+:      019723 l2cap_proc_signal_config_req_sdp:
+0x4f1c 019724 copy contw ,timeup 
+0x4f1d 019725 fetch 1 ,mem_sdp_state 
+0x4f1e 019726 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f1f 019727 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f20 019729 store 1 ,mem_sdp_state 
+0x4f21 019730 copy timeup ,contw 
+0x4f22 019731 arg l2cap_sdp_channel ,timeup 
+0x4f23 019732 fetch 2 ,mem_sdp_remote_cid 
+0x4f24 019733 copy pdata ,temp 
+0x4f25 019734 branch l2cap_send_config_rsp 
+:      019735 l2cap_proc_signal_config_req_hid_ctrl:
+0x4f26 019736 copy contw ,timeup 
+0x4f27 019737 fetch 1 ,mem_hid_control_state 
+0x4f28 019738 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f29 019739 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f2a 019741 store 1 ,mem_hid_control_state 
+0x4f2b 019742 copy timeup ,contw 
+0x4f2c 019743 arg l2cap_hid_control_channel ,timeup 
+0x4f2d 019744 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4f2e 019745 copy pdata ,temp 
+0x4f2f 019746 branch l2cap_send_config_rsp 
+:      019747 l2cap_proc_signal_config_req_hid_int:
+0x4f30 019748 copy contw ,timeup 
+0x4f31 019749 fetch 1 ,mem_hid_interrupt_state 
+0x4f32 019750 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f33 019751 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f34 019753 store 1 ,mem_hid_interrupt_state 
+0x4f35 019754 copy timeup ,contw 
+0x4f36 019755 arg l2cap_hid_interrupt_channel ,timeup 
+0x4f37 019756 fetch 2 ,mem_hid_int_remote_cid 
+0x4f38 019757 copy pdata ,temp 
+0x4f39 019758 branch l2cap_send_config_rsp 
+:      019759 l2cap_proc_signal_config_req_rfcomm:
+0x4f3a 019760 copy contw ,timeup 
+0x4f3b 019761 fetch 1 ,mem_rfcomm_state 
+0x4f3c 019762 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f3d 019763 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f3e 019765 store 1 ,mem_rfcomm_state 
+0x4f3f 019767 copy timeup ,contw 
+0x4f40 019768 arg l2cap_rfcomm_channel ,timeup 
+0x4f41 019769 fetch 2 ,mem_rfcomm_remote_cid 
+0x4f42 019770 copy pdata ,temp 
+:      019771 l2cap_send_config_rsp:
+0x4f43 019772 bpatchx patch22_3 ,mem_patch22 
+0x4f44 019773 setarg signal_config_rsp 
+0x4f45 019774 istore 1 ,contw 
+0x4f46 019775 copy queue ,pdata 
+0x4f47 019776 istore 1 ,contw 
+0x4f48 019777 setarg 0x0006 
+0x4f49 019778 istore 2 ,contw 
+0x4f4a 019779 copy temp ,pdata 
+0x4f4b 019780 istore 2 ,contw 
+0x4f4c 019781 force 0x00 ,pdata 
+0x4f4d 019782 istore 2 ,contw 
+0x4f4e 019783 force l2cap_config_success ,pdata 
+0x4f4f 019784 istore 2 ,contw 
+0x4f50 019785 force 10 ,pdata 
+0x4f51 019786 iadd regb ,regb 
+0x4f52 019788 storet 2 ,mem_config_req_dest_cid 
+0x4f53 019789 copy queue ,pdata 
+0x4f54 019790 store 1 ,mem_config_identifier 
+0x4f55 019791 force l2cap_sdp_channel ,pdata 
+0x4f56 019792 icompare 0xff ,timeup 
+0x4f57 019793 branch l2cap_send_config_rsp_is_sdp ,true 
+0x4f58 019794 increase 1 ,pdata 
+:      019795 l2cap_send_config_rsp_is_sdp:
+0x4f59 019797 rtn 
+:      019798 l2cap_check_channel_state:
+0x4f5a 019799 disable user 
+0x4f5b 019800 rtnbit1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x4f5c 019801 rtnbit0 l2cap_channel_state_conn_req ,pdata 
+0x4f5d 019802 rtnbit0 l2cap_channel_state_conn_res ,pdata 
+0x4f5e 019803 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x4f5f 019804 copy contr ,contw 
+0x4f60 019805 increase -1 ,contw 
+0x4f61 019806 istore 1 ,contw 
+0x4f62 019807 enable user 
+0x4f63 019808 rtn 
+:      019809 l2cap_send_config_req:
+:      019810 l2cap_send_config_req_sdp:
+0x4f64 019811 fetch 1 ,mem_sdp_state 
+0x4f65 019812 call l2cap_check_channel_state 
+0x4f66 019813 nbranch l2cap_send_config_req_rfcomm ,user 
+0x4f67 019814 jam l2cap_sdp_channel ,mem_send_config_req 
+0x4f68 019815 fetch 2 ,mem_sdp_remote_cid 
+0x4f69 019816 store 2 ,mem_config_req_dest_cid 
+0x4f6a 019817 branch l2cap_generate_config_req 
+:      019818 l2cap_send_config_req_rfcomm:
+0x4f6b 019819 fetch 1 ,mem_rfcomm_state 
+0x4f6c 019820 call l2cap_check_channel_state 
+0x4f6d 019821 nbranch l2cap_send_config_req_hid_ctrl ,user 
+0x4f6e 019822 jam l2cap_rfcomm_channel ,mem_send_config_req 
+0x4f6f 019823 fetch 2 ,mem_rfcomm_remote_cid 
+0x4f70 019824 store 2 ,mem_config_req_dest_cid 
+0x4f71 019825 branch l2cap_generate_config_req 
+:      019826 l2cap_send_config_req_hid_ctrl:
+0x4f72 019827 fetch 1 ,mem_hid_control_state 
+0x4f73 019828 call l2cap_check_channel_state 
+0x4f74 019829 nbranch l2cap_send_config_req_hid_int ,user 
+0x4f75 019830 jam l2cap_hid_control_channel ,mem_send_config_req 
+0x4f76 019831 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4f77 019832 store 2 ,mem_config_req_dest_cid 
+0x4f78 019833 branch l2cap_generate_config_req 
+:      019834 l2cap_send_config_req_hid_int:
+0x4f79 019835 fetch 1 ,mem_hid_interrupt_state 
+0x4f7a 019836 call l2cap_check_channel_state 
+0x4f7b 019837 nrtn user 
+0x4f7c 019838 jam l2cap_hid_interrupt_channel ,mem_send_config_req 
+0x4f7d 019839 fetch 2 ,mem_hid_int_remote_cid 
+0x4f7e 019840 store 2 ,mem_config_req_dest_cid 
+:      019843 l2cap_generate_config_req:
+0x4f7f 019844 bpatchx patch22_4 ,mem_patch22 
+0x4f80 019845 call l2cap_get_req_id 
+0x4f81 019846 call l2cap_malloc_signal_channel 
+0x4f82 019847 force 0 ,regb 
+0x4f83 019848 call l2cap_get_signal_tx_payload 
+0x4f84 019849 force signal_config_req ,pdata 
+0x4f85 019850 istore 1 ,contw 
+0x4f86 019851 fetch 1 ,mem_ml2cap_comm_id 
+0x4f87 019852 istore 1 ,contw 
+0x4f88 019853 setarg 0x0008 
+0x4f89 019854 istore 2 ,contw 
+0x4f8a 019855 fetch 2 ,mem_config_req_dest_cid 
+0x4f8b 019856 istore 2 ,contw 
+0x4f8c 019857 setarg 0x0000 
+0x4f8d 019858 istore 2 ,contw 
+0x4f8e 019859 force 1 ,pdata 
+0x4f8f 019860 istore 1 ,contw 
+0x4f90 019861 force 2 ,pdata 
+0x4f91 019862 istore 1 ,contw 
+0x4f92 019863 fetch 1 ,mem_send_config_req 
+0x4f93 019864 beq l2cap_rfcomm_channel ,l2cap_generate_config_req_rfcomm 
+0x4f94 019865 setarg l2cap_config_mtu_sdp 
+0x4f95 019866 istore 2 ,contw 
+0x4f96 019867 branch l2cap_generate_config_req_done 
+:      019868 l2cap_generate_config_req_rfcomm:
+0x4f97 019869 setarg l2cap_config_mtu_rfcomm 
+0x4f98 019870 istore 2 ,contw 
+:      019871 l2cap_generate_config_req_done:
+0x4f99 019872 arg 0x0c ,temp 
+0x4f9a 019873 storet 2 ,mem_l2cap_signal_tx_length 
+0x4f9b 019874 call l2cap_get_signal_tx_buff 
+0x4f9c 019875 fetch 2 ,mem_l2cap_signal_tx_length 
+0x4f9d 019876 istore 2 ,contw 
+0x4f9e 019877 force l2cap_signal_channel ,pdata 
+0x4f9f 019878 istore 2 ,contw 
+0x4fa0 019879 jam 0 ,mem_send_config_req 
+:      019880 l2cap_proc_signal_config_req_rtn:
+0x4fa1 019881 branch l2cap_process_one_signal_rtn 
+:      019883 l2cap_proc_signal_config_rsp:
+0x4fa2 019884 increase 1 ,contr 
+0x4fa3 019885 ifetch 2 ,contr 
+0x4fa4 019886 copy pdata ,rega 
+0x4fa5 019887 copy regc ,pdata 
+0x4fa6 019888 isub rega ,regc 
+0x4fa7 019889 ifetch 2 ,contr 
+0x4fa8 019890 copy pdata ,rega 
+0x4fa9 019891 bpatchx patch22_5 ,mem_patch22 
+0x4faa 019892 setarg l2cap_sdp_channel 
+0x4fab 019893 isub rega ,null 
+0x4fac 019894 branch l2cap_proc_signal_config_rsp_sdp ,zero 
+0x4fad 019895 setarg l2cap_rfcomm_channel 
+0x4fae 019896 isub rega ,null 
+0x4faf 019897 branch l2cap_proc_signal_config_rsp_rfcomm ,zero 
+0x4fb0 019898 setarg l2cap_hid_control_channel 
+0x4fb1 019899 isub rega ,null 
+0x4fb2 019900 branch l2cap_proc_signal_config_rsp_hid_ctrl ,zero 
+0x4fb3 019901 setarg l2cap_hid_interrupt_channel 
+0x4fb4 019902 isub rega ,null 
+0x4fb5 019903 branch l2cap_proc_signal_config_rsp_hid_int ,zero 
+0x4fb6 019904 increase 2 ,contr 
+0x4fb7 019905 ifetch 2 ,contr 
+0x4fb8 019906 iforce null 
+0x4fb9 019907 branch l2cap_process_one_signal_rtn 
+:      019908 l2cap_proc_signal_config_rsp_sdp:
+0x4fba 019909 fetch 1 ,mem_sdp_state 
+0x4fbb 019910 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fbc 019911 store 1 ,mem_sdp_state 
+0x4fbd 019912 branch l2cap_process_one_signal_rtn 
+:      019913 l2cap_proc_signal_config_rsp_rfcomm:
+0x4fbe 019914 fetch 1 ,mem_rfcomm_state 
+0x4fbf 019915 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc0 019916 store 1 ,mem_rfcomm_state 
+0x4fc1 019917 branch l2cap_process_one_signal_rtn 
+:      019918 l2cap_proc_signal_config_rsp_hid_ctrl:
+0x4fc2 019919 fetch 1 ,mem_hid_control_state 
+0x4fc3 019920 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc4 019921 store 1 ,mem_hid_control_state 
+0x4fc5 019922 branch l2cap_process_one_signal_rtn 
+:      019923 l2cap_proc_signal_config_rsp_hid_int:
+0x4fc6 019924 fetch 1 ,mem_hid_interrupt_state 
+0x4fc7 019925 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc8 019926 store 1 ,mem_hid_interrupt_state 
+0x4fc9 019927 jam bt_evt_hid_connected ,mem_fifo_temp 
+0x4fca 019928 branch ui_ipc_send_event 
+:      019932 l2cap_proc_signal_disconnect_req:
+0x4fcb 019933 ifetch 1 ,contr 
+0x4fcc 019934 copy pdata ,queue 
+0x4fcd 019935 ifetch 2 ,contr 
+0x4fce 019936 copy pdata ,rega 
+0x4fcf 019937 copy regc ,pdata 
+0x4fd0 019938 isub rega ,regc 
+0x4fd1 019939 ifetch 2 ,contr 
+0x4fd2 019940 copy pdata ,rega 
+0x4fd3 019941 ifetch 2 ,contr 
+0x4fd4 019942 copy pdata ,timeup 
+0x4fd5 019943 copy rega ,temp 
+0x4fd6 019944 call save_cont_pointers 
+0x4fd7 019945 bpatchx patch22_6 ,mem_patch22 
+0x4fd8 019946 setarg l2cap_sdp_channel 
+0x4fd9 019947 isub temp ,null 
+0x4fda 019948 branch l2cap_proc_signal_disconnect_req_sdp ,zero 
+0x4fdb 019949 setarg l2cap_rfcomm_channel 
+0x4fdc 019950 isub temp ,null 
+0x4fdd 019951 branch l2cap_proc_signal_disconnect_req_rfcomm ,zero 
+0x4fde 019952 setarg l2cap_hid_control_channel 
+0x4fdf 019953 isub temp ,null 
+0x4fe0 019954 branch l2cap_proc_signal_disconnect_req_hid_ctrl ,zero 
+0x4fe1 019955 setarg l2cap_hid_interrupt_channel 
+0x4fe2 019956 isub temp ,null 
+0x4fe3 019957 branch l2cap_proc_signal_disconnect_req_hid_int ,zero 
+0x4fe4 019958 call l2cap_reject_command 
+0x4fe5 019959 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      019960 l2cap_proc_signal_disconnect_req_hid_ctrl:
+0x4fe6 019961 copy timeup ,temp 
+0x4fe7 019962 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4fe8 019963 isub temp ,null 
+0x4fe9 019964 branch l2cap_disconnect_hid_control_now ,zero 
+0x4fea 019965 call l2cap_reject_command 
+0x4feb 019966 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      019967 l2cap_proc_signal_disconnect_req_hid_int:
+0x4fec 019968 copy timeup ,temp 
+0x4fed 019969 fetch 2 ,mem_hid_int_remote_cid 
+0x4fee 019970 isub temp ,null 
+0x4fef 019971 branch l2cap_disconnect_hid_interrupt_now ,zero 
+0x4ff0 019972 call l2cap_reject_command 
+0x4ff1 019973 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      019975 l2cap_proc_signal_disconnect_req_sdp:
+0x4ff2 019976 copy timeup ,temp 
+0x4ff3 019977 fetch 2 ,mem_sdp_remote_cid 
+0x4ff4 019978 isub temp ,null 
+0x4ff5 019979 branch l2cap_disconnect_sdp_now ,zero 
+0x4ff6 019980 call l2cap_reject_command 
+0x4ff7 019981 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      019982 l2cap_disconnect_hid_control_now:
+0x4ff8 019983 call l2cap_reset_hid_ctrl_state 
+0x4ff9 019984 branch l2cap_send_disconnect_rsp_pkt 
+:      019985 l2cap_disconnect_hid_interrupt_now:
+0x4ffa 019986 call l2cap_reset_hid_int_state 
+0x4ffb 019987 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4ffc 019988 branch l2cap_send_disconnect_rsp_pkt ,blank 
+0x4ffd 019996 branch l2cap_send_disconnect_rsp_pkt 
+:      019998 l2cap_disconnect_sdp_now:
+0x4ffe 019999 call l2cap_reset_sdp_channel_state 
+0x4fff 020000 fetch 1 ,mem_upper_sm_ss 
+0x5000 020001 nbranch l2cap_send_disconnect_rsp_pkt ,blank 
+0x5001 020004 branch l2cap_send_disconnect_rsp_pkt 
+:      020005 l2cap_proc_signal_disconnect_req_rfcomm:
+0x5002 020006 copy timeup ,temp 
+0x5003 020007 fetch 2 ,mem_rfcomm_remote_cid 
+0x5004 020008 isub temp ,null 
+0x5005 020009 branch l2cap_disconnect_rfcomm_now ,zero 
+0x5006 020010 call l2cap_reject_command 
+0x5007 020011 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      020012 l2cap_disconnect_rfcomm_now:
+0x5008 020013 call l2cap_reset_rfcomm_channel_state 
+0x5009 020014 branch l2cap_send_disconnect_rsp_pkt 
+:      020015 l2cap_send_disconnect_rsp_pkt:
+0x500a 020016 call load_cont_pointers 
+0x500b 020017 setarg signal_disconnect_rsp 
+0x500c 020018 istore 1 ,contw 
+0x500d 020019 copy queue ,pdata 
+0x500e 020020 istore 1 ,contw 
+0x500f 020021 setarg 0x0004 
+0x5010 020022 istore 2 ,contw 
+0x5011 020023 copy rega ,pdata 
+0x5012 020024 istore 2 ,contw 
+0x5013 020025 copy timeup ,pdata 
+0x5014 020026 istore 2 ,contw 
+0x5015 020027 force 8 ,pdata 
+0x5016 020028 branch l2cap_proc_signal_disconnect_req_rtn 
+:      020029 l2cap_proc_signal_disconnect_req_err_rtn:
+0x5017 020030 call load_cont_pointers 
+0x5018 020031 branch l2cap_proc_signal_disconnect_req_rtn 
+:      020032 l2cap_proc_signal_disconnect_req_rtn:
+0x5019 020033 iadd regb ,regb 
+0x501a 020034 branch l2cap_process_one_signal_rtn 
+:      020035 l2cap_proc_signal_disconnect_rsp:
+0x501b 020036 ifetch 1 ,contr 
+0x501c 020037 copy pdata ,queue 
+0x501d 020038 ifetch 2 ,contr 
+0x501e 020039 copy pdata ,rega 
+0x501f 020040 copy regc ,pdata 
+0x5020 020041 isub rega ,regc 
+0x5021 020042 ifetch 2 ,contr 
+0x5022 020043 copy pdata ,timeup 
+0x5023 020044 ifetch 2 ,contr 
+0x5024 020045 copy pdata ,temp 
+0x5025 020046 call save_cont_pointers 
+0x5026 020047 bpatchx patch22_7 ,mem_patch22 
+0x5027 020048 setarg l2cap_sdp_channel 
+0x5028 020049 isub temp ,null 
+0x5029 020050 branch l2cap_proc_signal_disconnect_rsp_sdp ,zero 
+0x502a 020051 setarg l2cap_rfcomm_channel 
+0x502b 020052 isub temp ,null 
+0x502c 020053 branch l2cap_proc_signal_disconnect_rsp_rfcomm ,zero 
+0x502d 020054 setarg l2cap_hid_control_channel 
+0x502e 020055 isub temp ,null 
+0x502f 020056 branch l2cap_proc_signal_disconnect_rsp_hid_ctrl ,zero 
+0x5030 020057 setarg l2cap_hid_interrupt_channel 
+0x5031 020058 isub temp ,null 
+0x5032 020059 branch l2cap_proc_signal_disconnect_rsp_hid_int ,zero 
+0x5033 020060 call l2cap_reject_command 
+0x5034 020061 branch l2cap_proc_signal_disconnect_rsp_err_rtn 
+:      020062 l2cap_proc_signal_disconnect_rsp_sdp:
+0x5035 020063 copy temp ,rega 
+0x5036 020064 copy timeup ,temp 
+0x5037 020065 fetch 2 ,mem_sdp_remote_cid 
+0x5038 020066 isub temp ,null 
+0x5039 020067 call l2cap_reset_sdp_channel_state ,zero 
+0x503a 020068 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020069 l2cap_proc_signal_disconnect_rsp_rfcomm:
+0x503b 020070 copy temp ,rega 
+0x503c 020071 copy timeup ,temp 
+0x503d 020072 fetch 2 ,mem_rfcomm_remote_cid 
+0x503e 020073 isub temp ,null 
+0x503f 020074 call l2cap_reset_rfcomm_channel_state ,zero 
+0x5040 020075 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020076 l2cap_proc_signal_disconnect_rsp_hid_ctrl:
+0x5041 020077 copy temp ,rega 
+0x5042 020078 copy timeup ,temp 
+0x5043 020079 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5044 020080 isub temp ,null 
+0x5045 020081 call l2cap_reset_hid_ctrl_state ,zero 
+0x5046 020082 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020083 l2cap_proc_signal_disconnect_rsp_hid_int:
+0x5047 020084 copy temp ,rega 
+0x5048 020085 copy timeup ,temp 
+0x5049 020086 fetch 2 ,mem_hid_int_remote_cid 
+0x504a 020087 isub temp ,null 
+0x504b 020088 call l2cap_reset_hid_int_state ,zero 
+0x504c 020089 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020090 l2cap_proc_signal_disconnect_rsp_rtn:
+0x504d 020091 call load_cont_pointers 
+0x504e 020092 branch l2cap_process_one_signal_rtn 
+:      020093 l2cap_proc_signal_disconnect_rsp_err_rtn:
+0x504f 020094 branch l2cap_process_one_signal_rtn 
+:      020097 l2cap_proc_signal_echo_req:
+0x5050 020098 ifetch 1 ,contr 
+0x5051 020099 copy pdata ,queue 
+0x5052 020100 ifetch 2 ,contr 
+0x5053 020101 copy pdata ,rega 
+0x5054 020102 iadd contr ,contr 
+0x5055 020103 setarg 9 
+0x5056 020104 istore 1 ,contw 
+0x5057 020105 copy queue ,pdata 
+0x5058 020106 istore 1 ,contw 
+0x5059 020107 force 0x0000 ,pdata 
+0x505a 020108 istore 2 ,contw 
+0x505b 020109 force 4 ,pdata 
+0x505c 020110 iadd regb ,regb 
+0x505d 020111 copy regc ,pdata 
+0x505e 020112 isub rega ,regc 
+0x505f 020113 branch l2cap_process_one_signal_rtn 
+:      020114 l2cap_proc_signal_echo_rsp:
+0x5060 020115 branch l2cap_process_one_signal_rtn 
+:      020117 l2cap_proc_signal_info_rsp:
+0x5061 020118 branch l2cap_process_one_signal_rtn 
+:      020119 l2cap_reject_command:
+0x5062 020120 force 0 ,regb 
+0x5063 020121 call l2cap_get_signal_tx_payload 
+0x5064 020122 setarg signal_cmd_reject 
+0x5065 020123 istore 1 ,contw 
+0x5066 020124 copy queue ,pdata 
+0x5067 020125 istore 1 ,contw 
+0x5068 020126 setarg 2 
+0x5069 020127 istore 2 ,contw 
+0x506a 020128 setarg cmd_not_understood 
+0x506b 020129 istore 2 ,contw 
+0x506c 020130 increase 6 ,regb 
+0x506d 020131 arg 4 ,regc 
+0x506e 020132 branch l2cap_process_one_signal_rtn 
+:      020136 l2cap_reset_rfcomm_channel_state:
+0x506f 020137 setarg 0 
+0x5070 020138 store 2 ,mem_rfcomm_tx_pkt_length 
+0x5071 020139 store 2 ,mem_rfcomm_remote_cid 
+0x5072 020140 jam 0 ,mem_rfcomm_state 
+0x5073 020141 rtn 
+:      020142 l2cap_reset_sdp_channel_state:
+0x5074 020143 setarg 0 
+0x5075 020144 store 2 ,mem_sdp_tx_pkt_length 
+0x5076 020145 store 2 ,mem_sdp_remote_cid 
+0x5077 020146 jam 0 ,mem_sdp_state 
+0x5078 020147 rtn 
+:      020148 l2cap_reset_hid_ctrl_state:
+0x5079 020149 setarg 0 
+0x507a 020150 store 2 ,mem_hid_ctrl_remote_cid 
+0x507b 020151 jam 0 ,mem_hid_control_state 
+0x507c 020152 fetch 1 ,mem_hid_interrupt_state 
+0x507d 020153 beq 0 ,l2cap_reset_hid_disconnected 
+0x507e 020154 rtn 
+:      020156 l2cap_reset_hid_int_state:
+0x507f 020157 setarg 0 
+0x5080 020158 store 2 ,mem_hid_int_remote_cid 
+0x5081 020159 jam 0 ,mem_hid_interrupt_state 
+0x5082 020160 fetch 1 ,mem_hid_control_state 
+0x5083 020161 beq 0 ,l2cap_reset_hid_disconnected 
+0x5084 020162 rtn 
+:      020164 l2cap_reset_hid_disconnected:
+0x5085 020165 jam bt_evt_hid_disconnected ,mem_fifo_temp 
+0x5086 020166 branch ui_ipc_send_event 
+:      020168 l2cap_disconnect_interrupt_req:
+0x5087 020169 fetch 1 ,mem_control_tasks 
+0x5088 020170 set0 l2cap_disconnect_interrupt ,pdata 
+0x5089 020171 store 1 ,mem_control_tasks 
+0x508a 020172 fetch 2 ,mem_hid_int_remote_cid 
+0x508b 020173 rtn blank 
+0x508c 020174 call l2cap_malloc_signal_channel 
+0x508d 020175 fetch 2 ,mem_hid_int_remote_cid 
+0x508e 020176 copy pdata ,rega 
+0x508f 020177 force l2cap_hid_interrupt_channel ,regb 
+0x5090 020178 branch l2cap_generate_disconnect_req 
+:      020179 l2cap_disconnect_control_req:
+0x5091 020180 fetch 1 ,mem_control_tasks 
+0x5092 020181 set0 l2cap_disconnect_control ,pdata 
+0x5093 020182 store 1 ,mem_control_tasks 
+0x5094 020183 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5095 020184 rtn blank 
+0x5096 020185 call l2cap_malloc_signal_channel 
+0x5097 020186 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5098 020187 copy pdata ,rega 
+0x5099 020188 force l2cap_hid_control_channel ,regb 
+:      020189 l2cap_generate_disconnect_req:
+0x509a 020190 call l2cap_get_req_id 
+0x509b 020191 call l2cap_get_signal_tx_payload 
+0x509c 020192 force signal_disconnect_req ,pdata 
+0x509d 020193 istore 1 ,contw 
+0x509e 020194 fetch 1 ,mem_ml2cap_comm_id 
+0x509f 020195 istore 1 ,contw 
+0x50a0 020196 setarg 0x0004 
+0x50a1 020197 istore 2 ,contw 
+0x50a2 020198 copy rega ,pdata 
+0x50a3 020199 istore 2 ,contw 
+0x50a4 020200 copy regb ,pdata 
+0x50a5 020201 istore 2 ,contw 
+0x50a6 020202 force 0x08 ,temp 
+0x50a7 020203 branch ml2cap_send_signal 
+:      020205 ml2cap_send_signal_connect_req:
+0x50a8 020206 bpatchx patch23_0 ,mem_patch23 
+0x50a9 020207 call l2cap_get_req_id 
+0x50aa 020208 call l2cap_get_signal_tx_payload 
+0x50ab 020209 setarg signal_connect_req 
+0x50ac 020210 istore 1 ,contw 
+0x50ad 020211 fetch 1 ,mem_ml2cap_comm_id 
+0x50ae 020212 istore 1 ,contw 
+0x50af 020213 setarg 0x0004 
+0x50b0 020214 istore 2 ,contw 
+0x50b1 020215 copy temp ,pdata 
+0x50b2 020216 istore 2 ,contw 
+0x50b3 020217 copy timeup ,pdata 
+0x50b4 020218 istore 2 ,contw 
+0x50b5 020219 arg 8 ,temp 
+0x50b6 020220 branch ml2cap_send_signal 
+:      020221 ml2cap_send_signal_config_req:
+0x50b7 020222 bpatchx patch23_1 ,mem_patch23 
+0x50b8 020223 call l2cap_get_req_id 
+0x50b9 020224 call l2cap_get_signal_tx_payload 
+0x50ba 020225 setarg signal_config_req 
+0x50bb 020226 istore 1 ,contw 
+0x50bc 020227 fetch 1 ,mem_ml2cap_comm_id 
+0x50bd 020228 istore 1 ,contw 
+0x50be 020229 setarg 0x0008 
+0x50bf 020230 istore 2 ,contw 
+0x50c0 020232 copy temp ,pdata 
+0x50c1 020234 istore 2 ,contw 
+0x50c2 020235 setarg 0x0000 
+0x50c3 020236 istore 2 ,contw 
+0x50c4 020237 setarg 0x01 
+0x50c5 020238 istore 1 ,contw 
+0x50c6 020239 setarg 0x02 
+0x50c7 020240 istore 1 ,contw 
+0x50c8 020241 setarg l2cap_config_mtu_rfcomm 
+0x50c9 020242 istore 2 ,contw 
+0x50ca 020243 arg 0xc ,temp 
+0x50cb 020244 branch ml2cap_send_signal 
+:      020245 ml2cap_send_signal_disconn_req:
+0x50cc 020246 bpatchx patch23_2 ,mem_patch23 
+0x50cd 020247 call l2cap_get_req_id 
+0x50ce 020248 call l2cap_get_signal_tx_payload 
+0x50cf 020249 setarg signal_disconnect_req 
+0x50d0 020250 istore 1 ,contw 
+0x50d1 020251 fetch 1 ,mem_ml2cap_comm_id 
+0x50d2 020252 increase 1 ,pdata 
+0x50d3 020253 copy contw ,rega 
+0x50d4 020254 store 1 ,mem_ml2cap_comm_id 
+0x50d5 020255 copy rega ,contw 
+0x50d6 020256 istore 1 ,contw 
+0x50d7 020257 setarg 0x0004 
+0x50d8 020258 istore 2 ,contw 
+0x50d9 020259 copy temp ,pdata 
+0x50da 020260 istore 2 ,contw 
+0x50db 020261 copy timeup ,pdata 
+0x50dc 020262 istore 2 ,contw 
+0x50dd 020263 arg 0x8 ,temp 
+:      020266 ml2cap_send_signal:
+0x50de 020267 storet 2 ,mem_l2cap_signal_tx_length 
+0x50df 020268 copy temp ,pdata 
+0x50e0 020269 branch l2cap_malloc_discard ,blank 
+0x50e1 020270 call l2cap_get_signal_tx_buff 
+0x50e2 020271 fetch 2 ,mem_l2cap_signal_tx_length 
+0x50e3 020272 istore 2 ,contw 
+0x50e4 020273 force l2cap_signal_channel ,pdata 
+0x50e5 020274 istore 2 ,contw 
+0x50e6 020275 rtn 
+:      020277 msdp_send_req_done:
+0x50e7 020278 fetch 2 ,mem_sdp_tx_pkt_length 
+0x50e8 020279 branch assert ,blank 
+0x50e9 020280 call l2cap_get_sdp_tx_buff 
+0x50ea 020281 fetch 2 ,mem_sdp_tx_pkt_length 
+0x50eb 020282 istore 2 ,contw 
+0x50ec 020283 fetch 2 ,mem_sdp_remote_cid 
+0x50ed 020284 istore 2 ,contw 
+0x50ee 020285 rtn 
+:      020286 ml2cap_rx_multiplexing:
+0x50ef 020287 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x50f0 020288 branch l2cap_rx_reset_state ,blank 
+0x50f1 020289 bpatchx patch23_3 ,mem_patch23 
+0x50f2 020290 fetch 1 ,mem_l2cap_rx_cid 
+0x50f3 020291 beq l2cap_signal_channel ,ml2cap_call_proc_signal 
+0x50f4 020292 beq l2cap_sdp_channel ,ml2cap_call_proc_sdp 
+0x50f5 020293 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
+0x50f6 020294 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
+0x50f7 020295 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
+0x50f8 020296 branch l2cap_rx_reset_state 
+:      020298 ml2cap_call_proc_signal:
+0x50f9 020299 bpatchx patch23_4 ,mem_patch23 
+0x50fa 020300 call l2cap_malloc_signal_channel 
+0x50fb 020301 force 0 ,regb 
+0x50fc 020302 call l2cap_get_signal_tx_payload 
+0x50fd 020303 copy pdata ,contw 
+0x50fe 020304 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x50ff 020305 copy pdata ,regc 
+0x5100 020306 fetch 2 ,mem_l2cap_payload_ptr 
+0x5101 020307 iforce contr 
+:      020308 ml2cap_proc_one_comm_loop:
+0x5102 020309 call ml2cap_proc_one_comm 
+0x5103 020310 increase -4 ,regc 
+0x5104 020311 nbranch ml2cap_proc_one_comm_loop ,zero 
+0x5105 020312 copy regb ,temp 
+0x5106 020313 call ml2cap_send_signal 
+0x5107 020314 branch l2cap_rx_reset_state 
+:      020316 ml2cap_proc_one_comm:
+0x5108 020317 ifetch 1 ,contr 
+0x5109 020318 beq signal_connect_req ,ml2cap_proc_signal_connect_req 
+0x510a 020319 beq signal_cmd_reject ,ml2cap_proc_signal_cmd_reject 
+0x510b 020320 beq signal_connect_rsp ,ml2cap_proc_signal_connect_rsp 
+0x510c 020321 beq signal_config_rsp ,ml2cap_proc_signal_config_rsp 
+0x510d 020322 beq signal_config_req ,ml2cap_proc_signal_config_req 
+0x510e 020323 beq signal_disconnect_rsp ,ml2cap_proc_signal_disconn_rsp 
+0x510f 020324 beq signal_disconnect_req ,ml2cap_proc_signal_disconn_req 
+0x5110 020325 beq signal_echo_req ,l2cap_proc_signal_echo_req 
+0x5111 020326 beq signal_info_req ,ml2cap_proc_signal_info_req 
+0x5112 020327 branch ml2cap_proc_send_reject 
+:      020329 ml2cap_proc_signal_connect_req:
+0x5113 020330 call save_cont_pointers 
+0x5114 020332 call load_cont_pointers 
+0x5115 020333 branch l2cap_proc_signal_connect_req 
+:      020334 ml2cap_proc_signal_cmd_reject:
+0x5116 020335 ifetch 1 ,contr 
+0x5117 020336 copy pdata ,queue 
+0x5118 020337 ifetch 2 ,contr 
+0x5119 020338 copy pdata ,rega 
+0x511a 020339 copy regc ,pdata 
+0x511b 020340 isub rega ,regc 
+:      020341 mvptr:
+0x511c 020342 ifetch 1 ,contr 
+0x511d 020343 increase -1 ,rega 
+0x511e 020344 nbranch mvptr ,zero 
+0x511f 020345 rtn 
+:      020346 ml2cap_proc_signal_connect_rsp:
+0x5120 020347 ifetch 1 ,contr 
+0x5121 020348 copy pdata ,queue 
+0x5122 020349 ifetch 2 ,contr 
+0x5123 020350 copy pdata ,rega 
+0x5124 020351 ifetch 2 ,contr 
+0x5125 020352 copy pdata ,timeup 
+0x5126 020353 ifetch 2 ,contr 
+0x5127 020354 copy pdata ,temp 
+0x5128 020355 ifetch 2 ,contr 
+0x5129 020356 sub pdata ,0 ,null 
+0x512a 020357 branch ml2cap_proc_signal_connect_rsp_sucessful ,zero 
+0x512b 020358 beq l2cap_connect_refused_psm_unsupported ,ml2cap_proc_signal_connect_refused_result 
+0x512c 020359 beq l2cap_connect_refused_no_resources ,ml2cap_proc_signal_connect_refused_result 
+0x512d 020360 branch ml2cap_proc_signal_connect_rsp_mnosucc 
+:      020361 ml2cap_proc_signal_connect_refused_result:
+0x512e 020362 jam bt_evt_ml2cap_conn_refused ,mem_fifo_temp 
+0x512f 020363 call ui_ipc_send_event 
+:      020364 ml2cap_proc_signal_connect_rsp_mnosucc:
+0x5130 020365 ifetch 2 ,contr 
+0x5131 020366 branch mnosucc 
+:      020367 ml2cap_proc_signal_connect_rsp_sucessful:
+0x5132 020368 call save_cont_pointers 
+0x5133 020372 bpatchx patch23_5 ,mem_patch23 
+0x5134 020373 setarg l2cap_sdp_channel 
+0x5135 020374 isub temp ,null 
+0x5136 020375 branch ml2cap_proc_signal_connect_rsp_sdp ,zero 
+0x5137 020376 setarg l2cap_rfcomm_channel 
+0x5138 020377 isub temp ,null 
+0x5139 020378 branch ml2cap_proc_signal_connect_rsp_rfcomm ,zero 
+0x513a 020379 setarg l2cap_hid_interrupt_channel 
+0x513b 020380 isub temp ,null 
+0x513c 020381 branch ml2cap_proc_signal_connect_rsp_hid_int ,zero 
+0x513d 020382 setarg l2cap_hid_control_channel 
+0x513e 020383 isub temp ,null 
+0x513f 020384 branch ml2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
+0x5140 020385 branch mnosucc 
+:      020386 ml2cap_proc_signal_connect_rsp_sdp:
+0x5141 020387 copy timeup ,pdata 
+0x5142 020388 store 2 ,mem_sdp_remote_cid 
+0x5143 020389 fetch 1 ,mem_sdp_state 
+0x5144 020390 set1 l2cap_channel_state_conn_res 
+0x5145 020391 store 1 ,mem_sdp_state 
+0x5146 020392 branch mnosucc1 
+:      020393 ml2cap_proc_signal_connect_rsp_rfcomm:
+0x5147 020394 copy timeup ,pdata 
+0x5148 020395 store 2 ,mem_rfcomm_remote_cid 
+0x5149 020396 fetch 1 ,mem_rfcomm_state 
+0x514a 020397 set1 l2cap_channel_state_conn_res 
+0x514b 020398 store 1 ,mem_rfcomm_state 
+0x514c 020399 branch mnosucc1 
+:      020400 ml2cap_proc_signal_connect_rsp_hid_ctrl:
+0x514d 020401 copy timeup ,pdata 
+0x514e 020402 store 2 ,mem_hid_ctrl_remote_cid 
+0x514f 020403 fetch 1 ,mem_hid_control_state 
+0x5150 020404 set1 l2cap_channel_state_conn_res 
+0x5151 020405 store 1 ,mem_hid_control_state 
+0x5152 020406 branch mnosucc1 
+:      020407 ml2cap_proc_signal_connect_rsp_hid_int:
+0x5153 020408 copy timeup ,pdata 
+0x5154 020409 store 2 ,mem_hid_int_remote_cid 
+0x5155 020410 fetch 1 ,mem_hid_interrupt_state 
+0x5156 020411 set1 l2cap_channel_state_conn_res 
+0x5157 020412 store 1 ,mem_hid_interrupt_state 
+:      020415 mnosucc1:
+0x5158 020416 call load_cont_pointers 
+:      020417 mnosucc:
+0x5159 020418 copy regc ,pdata 
+0x515a 020419 isub rega ,regc 
+0x515b 020420 rtn 
+:      020422 ml2cap_proc_signal_config_rsp:
+0x515c 020423 ifetch 1 ,contr 
+0x515d 020424 copy pdata ,queue 
+0x515e 020425 ifetch 2 ,contr 
+0x515f 020426 copy pdata ,rega 
+0x5160 020427 copy regc ,pdata 
+0x5161 020428 isub rega ,regc 
+0x5162 020429 ifetch 2 ,contr 
+0x5163 020430 copy pdata ,timeup 
+0x5164 020431 ifetch 2 ,contr 
+0x5165 020432 ifetch 2 ,contr 
+0x5166 020433 nbranch mcrsdone1 ,blank 
+0x5167 020434 call save_cont_pointers 
+0x5168 020438 copy timeup ,temp 
+0x5169 020439 bpatchx patch23_6 ,mem_patch23 
+0x516a 020440 setarg l2cap_sdp_channel 
+0x516b 020441 isub temp ,null 
+0x516c 020442 branch ml2cap_proc_signal_config_rsp_sdp ,zero 
+0x516d 020443 setarg l2cap_rfcomm_channel 
+0x516e 020444 isub temp ,null 
+0x516f 020445 branch ml2cap_proc_signal_config_rsp_rfcomm ,zero 
+0x5170 020446 setarg l2cap_hid_control_channel 
+0x5171 020447 isub temp ,null 
+0x5172 020448 branch ml2cap_proc_signal_config_rsp_hid_ctrl ,zero 
+0x5173 020449 setarg l2cap_hid_interrupt_channel 
+0x5174 020450 isub temp ,null 
+0x5175 020451 branch ml2cap_proc_signal_config_rsp_hid_int ,zero 
+:      020452 ml2cap_proc_signal_config_rsp_sdp:
+0x5176 020453 fetch 1 ,mem_sdp_state 
+0x5177 020454 set1 l2cap_channel_state_rcv_cfg_res 
+0x5178 020455 store 1 ,mem_sdp_state 
+0x5179 020456 rtn 
+:      020457 ml2cap_proc_signal_config_rsp_rfcomm:
+0x517a 020458 fetch 1 ,mem_rfcomm_state 
+0x517b 020459 set1 l2cap_channel_state_rcv_cfg_res 
+0x517c 020460 store 1 ,mem_rfcomm_state 
+0x517d 020461 rtn 
+:      020462 ml2cap_proc_signal_config_rsp_hid_ctrl:
+0x517e 020463 fetch 1 ,mem_hid_control_state 
+0x517f 020464 set1 l2cap_channel_state_rcv_cfg_res 
+0x5180 020465 store 1 ,mem_hid_control_state 
+0x5181 020466 rtn 
+:      020467 ml2cap_proc_signal_config_rsp_hid_int:
+0x5182 020468 fetch 1 ,mem_hid_interrupt_state 
+0x5183 020469 set1 l2cap_channel_state_rcv_cfg_res 
+0x5184 020470 store 1 ,mem_hid_interrupt_state 
+0x5185 020471 jam bt_evt_hid_connected ,mem_fifo_temp 
+0x5186 020472 branch ui_ipc_send_event 
+:      020475 mcfrsdone:
+0x5187 020476 call load_cont_pointers 
+:      020477 mcrsdone1:
+0x5188 020478 increase -6 ,rega 
+:      020479 mloop2:
+0x5189 020480 branch mcrsdone ,zero 
+0x518a 020481 increase 1 ,contr 
+0x518b 020482 increase -1 ,rega 
+0x518c 020483 branch mloop2 
+:      020484 mcrsdone:
+0x518d 020485 rtn 
+:      020486 ml2cap_proc_signal_config_req:
+0x518e 020487 ifetch 1 ,contr 
+0x518f 020488 copy pdata ,queue 
+0x5190 020489 ifetch 2 ,contr 
+0x5191 020490 copy pdata ,rega 
+0x5192 020491 copy regc ,pdata 
+0x5193 020492 isub rega ,regc 
+0x5194 020493 ifetch 2 ,contr 
+0x5195 020494 increase 2 ,contr 
+0x5196 020495 copy pdata ,temp 
+0x5197 020496 setarg signal_config_rsp 
+0x5198 020497 istore 1 ,contw 
+0x5199 020498 copy queue ,pdata 
+0x519a 020499 istore 1 ,contw 
+0x519b 020500 increase 2 ,rega 
+0x519c 020501 copy rega ,pdata 
+0x519d 020502 istore 2 ,contw 
+0x519e 020503 call save_cont_pointers 
+0x519f 020504 bpatchx patch23_7 ,mem_patch23 
+0x51a0 020505 setarg l2cap_sdp_channel 
+0x51a1 020506 isub temp ,null 
+0x51a2 020507 branch ml2cap_proc_signal_config_req_sdp ,zero 
+0x51a3 020508 setarg l2cap_rfcomm_channel 
+0x51a4 020509 isub temp ,null 
+0x51a5 020510 branch ml2cap_proc_signal_config_req_rfcomm ,zero 
+0x51a6 020511 setarg l2cap_hid_control_channel 
+0x51a7 020512 isub temp ,null 
+0x51a8 020513 branch ml2cap_proc_signal_config_req_hid_ctrl ,zero 
+0x51a9 020514 setarg l2cap_hid_interrupt_channel 
+0x51aa 020515 isub temp ,null 
+0x51ab 020516 branch ml2cap_proc_signal_config_req_hid_int ,zero 
+0x51ac 020517 branch mcfgrq_done 
+:      020518 ml2cap_proc_signal_config_req_sdp:
+0x51ad 020519 fetch 1 ,mem_sdp_state 
+0x51ae 020520 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51af 020521 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51b0 020522 store 1 ,mem_sdp_state 
+0x51b1 020523 bbit1 l2cap_channel_state_snd_cfg_req ,ml2cap_proc_signal_config_req_sdp_nsndreq 
+0x51b2 020524 fetcht 1 ,mem_control_tasks 
+0x51b3 020525 set1 l2cap_init_config_req ,temp 
+0x51b4 020526 storet 1 ,mem_control_tasks 
+0x51b5 020527 copy queue ,pdata 
+0x51b6 020528 increase 1 ,pdata 
+0x51b7 020529 store 1 ,mem_config_identifier 
+0x51b8 020530 fetch 1 ,mem_sdp_state 
+0x51b9 020531 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x51ba 020532 store 1 ,mem_sdp_state 
+:      020533 ml2cap_proc_signal_config_req_sdp_nsndreq:
+0x51bb 020534 fetch 2 ,mem_sdp_remote_cid 
+0x51bc 020535 store 2 ,mem_config_req_dest_cid 
+0x51bd 020536 branch mcfgrq_done 
+:      020537 ml2cap_proc_signal_config_req_rfcomm:
+0x51be 020538 fetch 1 ,mem_rfcomm_state 
+0x51bf 020539 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51c0 020540 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51c1 020541 store 1 ,mem_rfcomm_state 
+0x51c2 020542 fetch 2 ,mem_rfcomm_remote_cid 
+0x51c3 020543 branch mcfgrq_done 
+:      020544 ml2cap_proc_signal_config_req_hid_ctrl:
+0x51c4 020545 fetch 1 ,mem_hid_control_state 
+0x51c5 020546 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51c6 020547 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51c7 020548 store 1 ,mem_hid_control_state 
+0x51c8 020549 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x51c9 020550 branch mcfgrq_done 
+:      020551 ml2cap_proc_signal_config_req_hid_int:
+0x51ca 020552 fetch 1 ,mem_hid_interrupt_state 
+0x51cb 020553 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51cc 020554 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51cd 020555 store 1 ,mem_hid_interrupt_state 
+0x51ce 020556 fetch 2 ,mem_hid_int_remote_cid 
+:      020559 mcfgrq_done:
+0x51cf 020560 copy pdata ,timeup 
+0x51d0 020561 call load_cont_pointers 
+0x51d1 020563 copy timeup ,pdata 
+0x51d2 020565 istore 2 ,contw 
+0x51d3 020566 force 0x0000 ,pdata 
+0x51d4 020567 istore 2 ,contw 
+0x51d5 020568 force 0x0000 ,pdata 
+0x51d6 020569 istore 2 ,contw 
+0x51d7 020570 force 10 ,pdata 
+0x51d8 020571 iadd regb ,regb 
+0x51d9 020572 increase -6 ,rega 
+:      020573 mloop1:
+0x51da 020574 branch mcrqdone ,zero 
+0x51db 020575 ifetch 1 ,contr 
+0x51dc 020576 istore 1 ,contw 
+0x51dd 020577 increase 1 ,regb 
+0x51de 020578 increase -1 ,rega 
+0x51df 020579 branch mloop1 
+:      020580 mcrqdone:
+0x51e0 020581 rtn 
+:      020582 ml2cap_proc_signal_disconn_req:
+0x51e1 020583 ifetch 1 ,contr 
+0x51e2 020584 copy pdata ,queue 
+0x51e3 020585 ifetch 2 ,contr 
+0x51e4 020586 copy pdata ,rega 
+0x51e5 020587 copy regc ,pdata 
+0x51e6 020588 isub rega ,regc 
+0x51e7 020590 ifetch 2 ,contr 
+0x51e8 020591 copy pdata ,rega 
+0x51e9 020592 ifetch 2 ,contr 
+0x51ea 020593 copy pdata ,timeup 
+0x51eb 020594 call save_cont_pointers 
+0x51ec 020595 bpatchx patch24_0 ,mem_patch24 
+0x51ed 020596 setarg l2cap_sdp_channel 
+0x51ee 020597 copy rega ,temp 
+0x51ef 020598 isub temp ,null 
+0x51f0 020599 branch ml2cap_proc_signal_disconn_sdp ,zero 
+0x51f1 020600 setarg l2cap_hid_control_channel 
+0x51f2 020601 copy rega ,temp 
+0x51f3 020602 isub temp ,null 
+0x51f4 020603 branch ml2cap_proc_signal_disconn_hid_ctrl ,zero 
+0x51f5 020604 setarg l2cap_hid_interrupt_channel 
+0x51f6 020605 copy rega ,temp 
+0x51f7 020606 isub temp ,null 
+0x51f8 020607 branch ml2cap_proc_signal_disconn_hid_int ,zero 
+0x51f9 020608 branch mclsrfc 
+:      020609 ml2cap_proc_signal_disconn_sdp:
+0x51fa 020610 setarg 0x0000 
+0x51fb 020611 store 2 ,mem_sdp_tx_pkt_length 
+0x51fc 020612 store 2 ,mem_sdp_remote_cid 
+0x51fd 020613 store 1 ,mem_sdp_state 
+0x51fe 020614 branch mclssdp 
+:      020615 ml2cap_proc_signal_disconn_hid_ctrl:
+0x51ff 020616 call l2cap_reset_hid_ctrl_state 
+0x5200 020617 branch mclssdp 
+:      020618 ml2cap_proc_signal_disconn_hid_int:
+0x5201 020619 call l2cap_reset_hid_int_state 
+0x5202 020625 branch mclssdp 
+:      020626 mclsrfc:
+0x5203 020627 setarg 0x0000 
+0x5204 020628 store 2 ,mem_rfcomm_tx_pkt_length 
+:      020629 mclssdp:
+0x5205 020630 call load_cont_pointers 
+0x5206 020631 setarg signal_disconnect_rsp 
+0x5207 020632 istore 1 ,contw 
+0x5208 020633 copy queue ,pdata 
+0x5209 020634 istore 1 ,contw 
+0x520a 020635 setarg 0x0004 
+0x520b 020636 istore 2 ,contw 
+0x520c 020637 copy rega ,pdata 
+0x520d 020638 istore 2 ,contw 
+0x520e 020639 copy timeup ,pdata 
+0x520f 020640 istore 2 ,contw 
+0x5210 020641 force 8 ,pdata 
+0x5211 020642 iadd regb ,regb 
+0x5212 020643 rtn 
+:      020645 ml2cap_proc_signal_disconn_rsp:
+0x5213 020646 ifetch 1 ,contr 
+0x5214 020647 copy pdata ,queue 
+0x5215 020648 ifetch 2 ,contr 
+0x5216 020649 copy pdata ,rega 
+0x5217 020650 ifetch 2 ,contr 
+0x5218 020651 copy pdata ,timeup 
+0x5219 020652 ifetch 2 ,contr 
+0x521a 020653 copy pdata ,temp 
+0x521b 020654 call save_cont_pointers 
+0x521c 020655 bpatchx patch24_1 ,mem_patch24 
+0x521d 020656 fetch 1 ,mem_ml2cap_comm_id 
+0x521e 020657 icompare 0xff ,queue 
+0x521f 020658 nbranch mdisdone ,true 
+0x5220 020659 setarg l2cap_sdp_channel 
+0x5221 020660 isub temp ,null 
+0x5222 020661 branch ml2cap_proc_signal_disconn_rsp_sdp ,zero 
+0x5223 020662 setarg l2cap_rfcomm_channel 
+0x5224 020663 isub temp ,null 
+0x5225 020664 branch ml2cap_proc_signal_disconn_rsp_rfcomm ,zero 
+0x5226 020665 branch mdisdone 
+:      020666 ml2cap_proc_signal_disconn_rsp_sdp:
+0x5227 020667 jam 0 ,mem_sdp_remote_cid 
+0x5228 020668 jam 0 ,mem_sdp_state 
+0x5229 020669 branch mdisdone 
+:      020670 ml2cap_proc_signal_disconn_rsp_rfcomm:
+:      020673 mdisdone:
+0x522a 020674 call load_cont_pointers 
+0x522b 020675 copy regc ,pdata 
+0x522c 020676 isub rega ,regc 
+0x522d 020677 rtn 
+:      020679 ml2cap_proc_send_reject:
+0x522e 020680 setarg signal_cmd_reject 
+0x522f 020681 istore 1 ,contw 
+0x5230 020682 ifetch 1 ,contr 
+0x5231 020683 istore 1 ,contw 
+0x5232 020684 setarg 0x0002 
+0x5233 020685 istore 2 ,contw 
+0x5234 020686 setarg 0x0000 
+0x5235 020687 istore 2 ,contw 
+0x5236 020688 setarg 0x0006 
+0x5237 020689 iadd regb ,regb 
+0x5238 020690 force 4 ,regc 
+0x5239 020691 rtn 
+:      020694 l2cap_get_req_id:
+0x523a 020695 fetch 1 ,mem_ml2cap_comm_id 
+0x523b 020696 increase 1 ,pdata 
+0x523c 020697 bne 0 ,l2cap_get_req_id_ok 
+0x523d 020698 increase 1 ,pdata 
+:      020699 l2cap_get_req_id_ok:
+0x523e 020700 store 1 ,mem_ml2cap_comm_id 
+0x523f 020701 rtn 
+:      020711 l2cap_malloc:
+0x5240 020712 bpatchx patch24_2 ,mem_patch24 
+0x5241 020713 arg 0 ,regb 
+0x5242 020714 call l2cap_malloc_is_fifo_full 
+0x5243 020715 nbranch assert ,blank 
+0x5244 020716 call l2cap_malloc_get_full_map 
+0x5245 020717 arg mem_tx_buff0 ,regb 
+0x5246 020718 arg 0 ,queue 
+:      020719 l2cap_malloc_loop:
+0x5247 020720 fetcht 1 ,mem_used_map 
+0x5248 020721 qisolate1 temp 
+0x5249 020722 branch l2cap_malloc_next ,true 
+0x524a 020723 call l2cap_malloc_enough 
+0x524b 020724 sub timeup ,0 ,null 
+0x524c 020725 branch l2cap_malloc_next ,positive 
+0x524d 020726 call l2cap_malloc_into_fifo 
+0x524e 020727 branch l2cap_malloc_rtn 
+:      020728 l2cap_malloc_next:
+0x524f 020729 increase 128 ,regb 
+0x5250 020730 increase 1 ,queue 
+0x5251 020731 setarg 8 
+0x5252 020732 isub queue ,null 
+0x5253 020733 branch l2cap_malloc_loop ,positive 
+0x5254 020734 arg 0 ,regb 
+:      020735 l2cap_malloc_rtn:
+0x5255 020736 copy regb ,pdata 
+0x5256 020737 branch assert ,blank 
+0x5257 020738 rtn 
+:      020746 l2cap_malloc_fifo_out:
+0x5258 020747 bpatchx patch24_3 ,mem_patch24 
+0x5259 020748 call l2cap_malloc_fifo_get_first_ptr 
+0x525a 020749 increase 1 ,contr 
+0x525b 020750 ifetch 2 ,contr 
+0x525c 020751 rtn 
+:      020757 l2cap_malloc_free:
+0x525d 020758 bpatchx patch24_4 ,mem_patch24 
+0x525e 020759 call l2cap_malloc_fifo_get_first_ptr 
+0x525f 020760 copy contr ,contw 
+0x5260 020761 copy contr ,temp 
+0x5261 020762 setarg 0 
+0x5262 020763 istore 3 ,contw 
+0x5263 020764 rtn 
+:      020769 l2cap_malloc_discard:
+0x5264 020770 bpatchx patch24_5 ,mem_patch24 
+0x5265 020771 call l2cap_malloc_is_fifo_empty 
+0x5266 020772 branch assert ,blank 
+0x5267 020773 fetch 3 ,mem_tx_fifo2 
+0x5268 020774 store 3 ,mem_tx_fifo3 
+0x5269 020775 fetch 3 ,mem_tx_fifo1 
+0x526a 020776 store 3 ,mem_tx_fifo2 
+0x526b 020777 fetch 3 ,mem_tx_fifo0 
+0x526c 020778 store 3 ,mem_tx_fifo1 
+0x526d 020779 rtn 
+:      020785 l2cap_malloc_is_fifo_full:
+0x526e 020786 bpatchx patch24_6 ,mem_patch24 
+0x526f 020787 fetch 3 ,mem_tx_fifo0 
+0x5270 020788 rtn 
+:      020794 l2cap_malloc_is_fifo_nearly_full:
+0x5271 020795 bpatchx patch24_7 ,mem_patch24 
+0x5272 020796 fetch 3 ,mem_tx_fifo1 
+0x5273 020797 rtn 
+:      020803 l2cap_malloc_is_fifo_empty:
+0x5274 020804 bpatchx patch25_0 ,mem_patch25 
+0x5275 020805 fetch 3 ,mem_tx_fifo3 
+0x5276 020806 rtn 
+:      020811 l2cap_malloc_fifo_get_first_ptr:
+0x5277 020812 call l2cap_malloc_is_fifo_empty 
+0x5278 020813 branch assert ,blank 
+0x5279 020814 arg mem_tx_fifo0 ,contr 
+:      020815 l2cap_malloc_free_loop:
+0x527a 020816 ifetch 3 ,contr 
+0x527b 020817 branch l2cap_malloc_free_loop ,blank 
+0x527c 020818 increase -3 ,contr 
+0x527d 020819 rtn 
+:      020826 l2cap_malloc_get_full_map:
+0x527e 020827 bpatchx patch25_1 ,mem_patch25 
+0x527f 020828 arg 4 ,loopcnt 
+0x5280 020829 arg mem_tx_fifo0_map ,contr 
+0x5281 020830 arg 0 ,temp 
+:      020831 l2cap_malloc_get_full_map_loop:
+0x5282 020832 ifetch 3 ,contr 
+0x5283 020833 and pdata ,0xff ,pdata 
+0x5284 020834 ior temp ,temp 
+0x5285 020835 loop l2cap_malloc_get_full_map_loop 
+0x5286 020836 storet 1 ,mem_used_map 
+0x5287 020837 rtn 
+:      020845 l2cap_malloc_into_fifo:
+0x5288 020846 bpatchx patch25_2 ,mem_patch25 
+0x5289 020847 call l2cap_malloc_is_fifo_full 
+0x528a 020848 nbranch assert ,blank 
+0x528b 020849 call l2cap_malloc_is_fifo_empty 
+0x528c 020850 branch l2cap_malloc_into_fifo_no_push ,blank 
+0x528d 020851 fetch 3 ,mem_tx_fifo1 
+0x528e 020852 store 3 ,mem_tx_fifo0 
+0x528f 020853 ifetch 3 ,contr 
+0x5290 020854 istore 3 ,contw 
+0x5291 020855 ifetch 3 ,contr 
+0x5292 020856 istore 3 ,contw 
+0x5293 020857 setarg 0 
+0x5294 020858 istore 3 ,contw 
+:      020859 l2cap_malloc_into_fifo_no_push:
+0x5295 020860 arg 0 ,temp 
+0x5296 020861 copy timeup ,pdata 
+0x5297 020862 iadd queue ,pdata 
+:      020863 l2cap_malloc_into_fifo_loop:
+0x5298 020864 qset1 temp 
+0x5299 020865 increase 1 ,queue 
+0x529a 020866 isub queue ,null 
+0x529b 020867 nbranch l2cap_malloc_into_fifo_loop ,zero 
+0x529c 020869 lshift8 regb ,pdata 
+0x529d 020870 ior temp ,pdata 
+0x529e 020871 store 3 ,mem_tx_fifo3 
+0x529f 020872 rtn 
+:      020882 l2cap_malloc_enough:
+0x52a0 020883 bpatchx patch25_3 ,mem_patch25 
+0x52a1 020884 call l2cap_malloc_get_full_map 
+0x52a2 020885 copy queue ,regc 
+0x52a3 020886 arg 0 ,temp 
+0x52a4 020887 arg 0 ,timeup 
+:      020889 l2cap_malloc_enough_loop:
+0x52a5 020890 copy queue ,pdata 
+0x52a6 020891 beq 8 ,l2cap_malloc_enough_end 
+0x52a7 020892 fetch 1 ,mem_used_map 
+0x52a8 020893 qisolate1 pdata 
+0x52a9 020894 branch l2cap_malloc_enough_end ,true 
+0x52aa 020895 increase 128 ,temp 
+0x52ab 020896 increase 1 ,queue 
+0x52ac 020897 copy rega ,pdata 
+0x52ad 020898 isub temp ,null 
+0x52ae 020899 branch l2cap_malloc_enough_end ,zero 
+0x52af 020900 branch l2cap_malloc_enough_loop ,positive 
+:      020901 l2cap_malloc_enough_end:
+0x52b0 020902 copy temp ,pdata 
+0x52b1 020903 isub rega ,null 
+0x52b2 020904 nbranch l2cap_malloc_enough_rtn ,positive 
+0x52b3 020905 copy queue ,pdata 
+0x52b4 020906 copy regc ,temp 
+0x52b5 020907 isub temp ,timeup 
+:      020908 l2cap_malloc_enough_rtn:
+0x52b6 020909 copy regc ,queue 
+0x52b7 020910 rtn 
+:      020913 l2cap_malloc_signal_channel:
+0x52b8 020914 bpatchx patch25_4 ,mem_patch25 
+0x52b9 020915 arg l2cap_signal_malloc_size ,rega 
+0x52ba 020916 call l2cap_malloc 
+0x52bb 020917 store 2 ,mem_l2cap_signal_tx_buff_ptr 
+0x52bc 020918 increase 4 ,pdata 
+0x52bd 020919 store 2 ,mem_l2cap_signal_tx_payload_ptr 
+0x52be 020920 setarg 0 
+0x52bf 020921 store 2 ,mem_l2cap_signal_tx_length 
+0x52c0 020922 rtn 
+:      020924 l2cap_get_signal_tx_buff:
+0x52c1 020925 fetch 2 ,mem_l2cap_signal_tx_buff_ptr 
+0x52c2 020926 branch l2cap_util_pdata_to_contw 
+:      020928 l2cap_get_signal_tx_payload:
+0x52c3 020929 fetch 2 ,mem_l2cap_signal_tx_payload_ptr 
+0x52c4 020930 branch l2cap_util_pdata_to_contw 
+:      020933 l2cap_malloc_sdp_channel:
+0x52c5 020934 bpatchx patch25_5 ,mem_patch25 
+0x52c6 020935 arg sdp_malloc_size ,rega 
+0x52c7 020936 call l2cap_malloc 
+0x52c8 020937 store 2 ,mem_sdp_tx_buff_ptr 
+0x52c9 020938 increase 4 ,pdata 
+0x52ca 020939 store 2 ,mem_sdp_tx_payload_ptr 
+0x52cb 020940 setarg 0 
+0x52cc 020941 store 2 ,mem_sdp_tx_pkt_length 
+0x52cd 020942 rtn 
+:      020944 l2cap_get_sdp_tx_buff:
+0x52ce 020945 fetch 2 ,mem_sdp_tx_buff_ptr 
+0x52cf 020946 branch l2cap_util_pdata_to_contw 
+:      020948 l2cap_get_sdp_tx_payload:
+0x52d0 020949 fetch 2 ,mem_sdp_tx_payload_ptr 
+0x52d1 020950 branch l2cap_util_pdata_to_contw 
+:      020953 l2cap_malloc_rfcomm_channel:
+0x52d2 020954 bpatchx patch25_6 ,mem_patch25 
+0x52d3 020955 call push_stack 
+0x52d4 020956 jam rfcomm_malloc_fail ,mem_rfcomm_malloc_fail_flag 
+0x52d5 020957 call l2cap_malloc_is_fifo_full 
+0x52d6 020958 nrtn blank 
+0x52d7 020959 arg rfcomm_malloc_size ,rega 
+0x52d8 020960 call l2cap_malloc 
+0x52d9 020961 store 2 ,mem_rfcomm_tx_buff_ptr 
+0x52da 020962 increase 4 ,pdata 
+0x52db 020963 store 2 ,mem_rfcomm_tx_payload_ptr 
+0x52dc 020964 setarg 0 
+0x52dd 020965 store 2 ,mem_rfcomm_tx_pkt_length 
+0x52de 020966 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
+0x52df 020967 branch pop_stack 
+:      020969 l2cap_get_rfcomm_tx_buff:
+0x52e0 020970 fetch 2 ,mem_rfcomm_tx_buff_ptr 
+0x52e1 020971 branch l2cap_util_pdata_to_contw 
+:      020973 l2cap_util_pdata_to_contw:
+0x52e2 020974 branch assert ,blank 
+0x52e3 020975 copy pdata ,contw 
+0x52e4 020976 rtn 
+:      020979 l2cap_lpm_save_calc_len:
+0x52e5 020980 bpatchx patch25_7 ,mem_patch25 
+0x52e6 020981 arg 0 ,regb 
+0x52e7 020982 arg mem_tx_fifo0_map ,rega 
+0x52e8 020983 increase -2 ,rega 
+:      020984 l2cap_lpm_save_calc_len_loop:
+0x52e9 020985 increase 2 ,rega 
+0x52ea 020986 setarg mem_tx_fifo_end 
+0x52eb 020987 isub rega ,null 
+0x52ec 020988 branch l2cap_lpm_save_calc_len_end ,zero 
+0x52ed 020989 ifetch 1 ,rega 
+0x52ee 020990 increase 1 ,rega 
+0x52ef 020991 branch l2cap_lpm_save_calc_len_loop ,blank 
+0x52f0 020992 ifetcht 2 ,rega 
+0x52f1 020993 ifetch 2 ,temp 
+0x52f2 020994 iadd regb ,regb 
+0x52f3 020995 increase 4 ,regb 
+0x52f4 020996 branch l2cap_lpm_save_calc_len_loop 
+:      020997 l2cap_lpm_save_calc_len_end:
+0x52f5 020998 copy regb ,pdata 
+0x52f6 020999 rtn 
+:      021002 l2cap_lpm_get_wake_lock:
+0x52f7 021003 arg wake_lock_l2cap_tx ,queue 
+0x52f8 021004 branch lpm_get_wake_lock 
+:      021006 l2cap_lpm_put_wake_lock:
+0x52f9 021007 arg wake_lock_l2cap_tx ,queue 
+0x52fa 021008 branch lpm_put_wake_lock 
+:      021010 l2cap_lpm_save_txbuf:
+0x52fb 021011 bpatchx patch26_0 ,mem_patch26 
+0x52fc 021012 call l2cap_malloc_get_full_map 
+0x52fd 021013 fetch 1 ,mem_used_map 
+0x52fe 021014 rtn blank 
+0x52ff 021015 call l2cap_lpm_save_calc_len 
+0x5300 021016 arg l2cap_lpm_txbuf_len ,temp 
+0x5301 021017 isub temp ,null 
+0x5302 021018 branch l2cap_lpm_get_wake_lock ,positive 
+0x5303 021019 call l2cap_lpm_put_wake_lock 
+0x5304 021020 arg mem_l2cap_lpm_txbuf ,contw 
+0x5305 021021 arg mem_tx_fifo0 ,rega 
+:      021022 l2cap_lpm_save_txbuf_loop:
+0x5306 021023 setarg mem_tx_fifo_end 
+0x5307 021024 isub rega ,null 
+0x5308 021025 rtn zero 
+0x5309 021026 ifetch 1 ,rega 
+0x530a 021027 increase 1 ,rega 
+0x530b 021028 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
+0x530c 021029 istore 2 ,contw 
+0x530d 021030 increase 2 ,rega 
+0x530e 021031 branch l2cap_lpm_save_txbuf_loop 
+:      021032 l2cap_lpm_save_txbuf_nempty:
+0x530f 021033 ifetch 2 ,rega 
+0x5310 021034 increase 2 ,rega 
+0x5311 021035 copy pdata ,contr 
+0x5312 021036 ifetch 2 ,contr 
+0x5313 021037 istore 2 ,contw 
+0x5314 021038 copy pdata ,loopcnt 
+0x5315 021039 increase 2 ,loopcnt 
+0x5316 021040 call memcpy 
+0x5317 021041 branch l2cap_lpm_save_txbuf_loop 
+:      021043 l2cap_lpm_load_txbuf:
+0x5318 021044 bpatchx patch26_1 ,mem_patch26 
+0x5319 021045 call l2cap_malloc_get_full_map 
+0x531a 021046 fetch 1 ,mem_used_map 
+0x531b 021047 rtn blank 
+0x531c 021048 arg mem_tx_fifo0_ptr ,rega 
+0x531d 021049 increase -3 ,rega 
+0x531e 021050 arg mem_l2cap_lpm_txbuf ,contr 
+:      021051 l2cap_lpm_load_txbuf_loop:
+0x531f 021052 increase 3 ,rega 
+0x5320 021053 setarg mem_tx_fifo_end + 1 
+0x5321 021054 isub rega ,null 
+0x5322 021055 rtn zero 
+0x5323 021056 ifetch 2 ,contr 
+0x5324 021057 branch l2cap_lpm_load_txbuf_loop ,blank 
+0x5325 021058 increase 4 ,pdata 
+0x5326 021059 copy pdata ,loopcnt 
+0x5327 021060 copy contr ,regb 
+0x5328 021061 ifetch 2 ,rega 
+0x5329 021062 copy pdata ,contw 
+0x532a 021063 copy regb ,contr 
+0x532b 021064 increase -2 ,contr 
+0x532c 021065 call memcpy 
+0x532d 021066 branch l2cap_lpm_load_txbuf_loop 
+:      021076 le_init_conn:
+0x532e 021077 bpatchx patch26_2 ,mem_patch26 
+0x532f 021078 disable wake 
+0x5330 021079 jam 1 ,mem_le_conn_handle 
+0x5331 021080 jam 3 ,mem_le_state 
+0x5332 021081 jam 1 ,mem_le_arq 
+0x5333 021082 setarg -1 
+0x5334 021083 store 2 ,mem_le_event_count 
+0x5335 021084 force 0 ,pdata 
+0x5336 021085 store 1 ,mem_le_ch 
+0x5337 021086 store 1 ,mem_le_op 
+0x5338 021087 store 3 ,mem_sniff_rcv 
+0x5339 021088 store 3 ,mem_sniff_lost 
+0x533a 021089 store 5 ,mem_le_pcnt_tx 
+0x533b 021090 set1 39 ,pdata 
+0x533c 021091 store 5 ,mem_le_pcnt_rx 
+0x533d 021092 jam 1 ,mem_le_txheader 
+0x533e 021093 jam 0 ,mem_le_txlen 
+0x533f 021094 branch le_supervision_flush 
+:      021096 le_init_master:
+0x5340 021097 bpatchx patch26_3 ,mem_patch26 
+0x5341 021098 enable master 
+0x5342 021099 jam lemode_master ,mem_le_mode 
+0x5343 021100 jam 1 ,mem_le_att_handle 
+0x5344 021101 jam 1 ,mem_le_search_handle_start 
+0x5345 021102 setarg 0xffff 
+0x5346 021103 store 2 ,mem_le_search_handle_end 
+0x5347 021104 force 0 ,pdata 
+0x5348 021105 store 5 ,mem_le_pcnt_rx 
+0x5349 021106 set1 39 ,pdata 
+0x534a 021107 store 5 ,mem_le_pcnt_tx 
+0x534b 021108 branch le_init_conn 
+:      021111 le_init_slave:
+0x534c 021112 bpatchx patch26_4 ,mem_patch26 
+0x534d 021113 disable master 
+0x534e 021114 setarg 0x17 
+0x534f 021115 store 2 ,mem_le_remote_mtu 
+0x5350 021116 jam lemode_slave ,mem_le_mode 
+0x5351 021117 jam 0 ,mem_le_adv_enable 
+0x5352 021118 jam 0 ,mem_lpm_current_mult 
+0x5353 021119 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x5354 021120 jam flag_le_enc_null ,mem_le_enc_state 
+0x5355 021121 fetch 2 ,mem_le_superto 
+0x5356 021122 store 2 ,mem_le_init_superto 
+0x5357 021123 fetch 2 ,mem_le_tsniff 
+0x5358 021124 mul32 pdata ,5 ,pdata 
+0x5359 021125 rshift4 pdata ,pdata 
+0x535a 021126 store 2 ,mem_le_superto 
+0x535b 021127 branch le_init_conn 
+:      021133 le_dispatch:
+0x535c 021134 call le_enable 
+0x535d 021135 call le_scan 
+0x535e 021136 call le_adv 
+0x535f 021137 branch le_disable 
+:      021139 le_conn_dispatch:
+0x5360 021140 bpatchx patch26_5 ,mem_patch26 
+0x5361 021141 call le_enable 
+0x5362 021142 call app_process_ble 
+0x5363 021143 fetch 1 ,mem_le_mode 
+0x5364 021144 beq lemode_master ,le_master_dispatch 
+0x5365 021145 branch le_slave_dispatch 
+:      021151 le_master_dispatch:
+0x5366 021152 bpatchx patch26_6 ,mem_patch26 
+0x5367 021153 enable master 
+0x5368 021154 call le_supervision_update 
+0x5369 021155 branch le_master_disconn ,positive 
+0x536a 021156 call check_ble_disabled 
+0x536b 021157 call le_setup 
+0x536c 021158 call le_prepare_tx 
+0x536d 021159 disable match 
+0x536e 021160 call le_transmit_receive_sifs 
+0x536f 021161 nrtn match 
+0x5370 021162 bpatchx patch26_7 ,mem_patch26 
+0x5371 021163 fetch 1 ,mem_le_conn_rcv 
+0x5372 021164 increase 1 ,pdata 
+0x5373 021165 store 1 ,mem_le_conn_rcv 
+0x5374 021166 call le_acknowledge 
+0x5375 021167 disable master 
+0x5376 021168 rtn 
+:      021170 le_master_disconn:
+0x5377 021171 call le_disconnect 
+0x5378 021172 disable master 
+0x5379 021173 rtn 
+:      021178 le_slave_dispatch:
+0x537a 021179 bpatchx patch27_0 ,mem_patch27 
+0x537b 021180 jam 0 ,mem_le_md_count 
+0x537c 021181 call sp_calc_sequence_256 
+0x537d 021182 call le_secure_connect_sm 
+0x537e 021183 disable attempt 
+0x537f 021184 call le_supervision_update 
+0x5380 021185 branch le_slave_disconn ,positive 
+0x5381 021186 call check_ble_disabled 
+0x5382 021187 call le_setup 
+0x5383 021188 call le_receive_slave 
+0x5384 021189 nbranch le_slave_unsync ,sync 
+0x5385 021190 call le_got_first_packet 
+0x5386 021191 branch le_slave_match ,match 
+0x5387 021192 branch le_slave_cont 
+:      021195 le_slave_match:
+0x5388 021196 bpatchx patch27_1 ,mem_patch27 
+0x5389 021197 fetch 1 ,mem_le_md_count 
+0x538a 021198 pincrease 1 
+0x538b 021199 store 1 ,mem_le_md_count 
+0x538c 021200 beq le_md_max_count ,le_slave_cont 
+0x538d 021201 call le_acknowledge 
+0x538e 021202 call le_prepare_tx 
+0x538f 021203 call le_transmit_norx 
+0x5390 021204 call le_parse 
+0x5391 021205 fetch 2 ,mem_cb_ble_transmit 
+0x5392 021206 call callback_func 
+0x5393 021207 call le_check_md 
+0x5394 021208 branch le_slave_more_data ,user 
+:      021209 le_slave_cont:
+0x5395 021210 bpatchx patch27_2 ,mem_patch27 
+0x5396 021211 call le_pairing_sm 
+0x5397 021212 call le_check_paring_time 
+0x5398 021213 call check_51cmd 
+0x5399 021214 fetch 1 ,mem_le_op 
+0x539a 021215 bbit1 op_disconn ,le_slave_disconn 
+:      021216 le_slave_unsync:
+0x539b 021217 bpatchx patch27_3 ,mem_patch27 
+0x539c 021218 call le_lpm_set_mult 
+0x539d 021219 call le_update_channel_map 
+0x539e 021220 call le_update_param 
+0x539f 021221 branch calc_clke_offset 
+:      021224 le_check_md:
+0x53a0 021225 disable user 
+0x53a1 021226 bmark1 mark_ble_rx_md ,enable_user 
+0x53a2 021227 bmark1 mark_ble_tx_md ,enable_user 
+0x53a3 021228 rtn 
+:      021231 le_slave_more_data:
+0x53a4 021232 bpatchx patch27_4 ,mem_patch27 
+0x53a5 021233 enable attempt 
+0x53a6 021234 call le_transmit_receive_sifs_notx 
+0x53a7 021235 branch le_slave_match ,match 
+0x53a8 021236 branch le_slave_cont 
+:      021238 le_slave_disconn:
+:      021241 le_disconnect:
+0x53a9 021242 bpatchx patch27_5 ,mem_patch27 
+0x53aa 021243 call le_clear_connection_info 
+0x53ab 021244 call app_disconn_reason_collect_ble 
+0x53ac 021245 call sp_initialize_256 
+0x53ad 021246 jam bt_evt_le_disconnected ,mem_fifo_temp 
+0x53ae 021247 branch ui_ipc_send_event 
+:      021249 le_clear_connection_info:
+0x53af 021250 setarg 0 
+0x53b0 021251 store 9 ,mem_le_tx_buff_used 
+0x53b1 021252 jam 0 ,mem_le_conn_handle 
+0x53b2 021253 jam lemode_idle ,mem_le_mode 
+0x53b3 021254 jam 0 ,mem_le_state 
+0x53b4 021255 jam flag_le_enc_null ,mem_le_enc_state 
+0x53b5 021256 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x53b6 021257 rtn 
+:      021259 le_got_first_packet:
+0x53b7 021260 bpatchx patch27_6 ,mem_patch27 
+0x53b8 021261 fetch 1 ,mem_le_conn_rcv 
+0x53b9 021262 increase 1 ,pdata 
+0x53ba 021263 store 1 ,mem_le_conn_rcv 
+0x53bb 021264 fetch 1 ,mem_le_state 
+0x53bc 021265 rtnbit1 lestate_got_first_packet 
+0x53bd 021266 set1 lestate_got_first_packet 
+0x53be 021267 store 1 ,mem_le_state 
+0x53bf 021268 fetch 2 ,mem_le_init_superto 
+0x53c0 021269 store 2 ,mem_le_superto 
+0x53c1 021270 setarg 0 
+0x53c2 021271 store 4 ,mem_le_transmit_window 
+0x53c3 021272 rtn 
+:      021275 le_enable:
+0x53c4 021276 bpatchx patch27_7 ,mem_patch27 
+0x53c5 021277 jam 0x36 ,rf_adc_goff 
+0x53c6 021278 jam 0x5f ,rf_agc_nsat 
+0x53c7 021279 enable le 
+0x53c8 021280 jam 7 ,rfen_ulp 
+0x53c9 021281 call check_ble_disabled 
+0x53ca 021282 fetch 1 ,mem_250k_freq_enable 
+0x53cb 021283 rtn blank 
+0x53cc 021284 jam 0xb8 ,rf_iq_gain 
+0x53cd 021285 rtn 
+:      021287 le_disable:
+0x53ce 021288 bpatchx patch28_0 ,mem_patch28 
+0x53cf 021289 jam 0x2e ,rf_adc_goff 
+0x53d0 021290 jam 0xff ,rf_agc_nsat 
+0x53d1 021291 disable le 
+0x53d2 021292 jam 3 ,rfen_ulp 
+0x53d3 021293 arg 0 ,stop_watch 
+0x53d4 021294 rtn 
+:      021296 le_prep:
+0x53d5 021297 disable enable_crc 
+0x53d6 021298 disable enable_white 
+0x53d7 021299 fetch 3 ,mem_le_crcinit 
+0x53d8 021300 iforce crc24_init 
+0x53d9 021301 fetch 1 ,mem_le_ch_mapped 
+0x53da 021302 reverse pdata ,temp 
+0x53db 021303 set1 1 ,temp 
+0x53dc 021304 rshift temp ,white_init 
+0x53dd 021305 rtn 
+:      021308 lerx_setfreq:
+0x53de 021309 call le_setfreq 
+0x53df 021310 call set_freq_rx 
+0x53e0 021311 setarg param_pll_setup 
+0x53e1 021312 call sleep 
+0x53e2 021313 branch rf_rx_enable 
+:      021315 letx_setfreq:
+0x53e3 021316 branch txon ,match 
+:      021317 letx_setfreq0:
+0x53e4 021318 call le_setfreq 
+0x53e5 021319 branch set_freq_tx 
+:      021320 le_setfreq:
+0x53e6 021321 bpatchx patch28_1 ,mem_patch28 
+0x53e7 021322 call set_sync_on 
+0x53e8 021323 fetch 1 ,mem_le_testtype 
+0x53e9 021324 nbranch le_ctf_test ,blank 
+0x53ea 021325 fetch 1 ,mem_le_ch_mapped 
+0x53eb 021326 sub pdata ,36 ,null 
+0x53ec 021327 branch le_ctf_normal ,positive 
+0x53ed 021328 force 0 ,temp 
+0x53ee 021329 rtneq 37 
+0x53ef 021330 force 24 ,temp 
+0x53f0 021331 rtneq 38 
+0x53f1 021332 force 78 ,temp 
+0x53f2 021333 rtn 
+:      021335 le_ctf_normal:
+0x53f3 021336 sub pdata ,10 ,null 
+0x53f4 021337 branch le_ctf_low ,positive 
+0x53f5 021338 increase 1 ,pdata 
+:      021340 le_ctf_low:
+0x53f6 021341 lshift pdata ,pdata 
+0x53f7 021342 add pdata ,2 ,temp 
+0x53f8 021343 rtn 
+:      021345 le_ctf_test:
+0x53f9 021346 fetch 1 ,mem_le_ch_mapped 
+0x53fa 021347 lshift pdata ,temp 
+0x53fb 021348 rtn 
+:      021350 le_sca_map:
+0x53fc 021351 arg 500 ,temp 
+0x53fd 021352 rtn blank 
+0x53fe 021353 arg 250 ,temp 
+0x53ff 021354 rtneq 1 
+0x5400 021355 arg 150 ,temp 
+0x5401 021356 rtneq 2 
+0x5402 021357 arg 100 ,temp 
+0x5403 021358 rtneq 3 
+0x5404 021359 arg 75 ,temp 
+0x5405 021360 rtneq 4 
+0x5406 021361 arg 50 ,temp 
+0x5407 021362 rtneq 5 
+0x5408 021363 arg 40 ,temp 
+0x5409 021364 rtneq 6 
+0x540a 021365 arg 20 ,temp 
+0x540b 021366 rtn 
+:      021370 le_adv_access:
+0x540c 021371 setarg 0x8e89be 
+0x540d 021372 lshift8 pdata ,pdata 
+0x540e 021373 or_into 0xd6 ,pdata 
+0x540f 021374 iforce access 
+0x5410 021375 setarg 0x555555 
+0x5411 021376 store 3 ,mem_le_crcinit 
+0x5412 021377 rtn 
+:      021379 le_setup:
+0x5413 021380 bpatchx patch28_2 ,mem_patch28 
+0x5414 021381 enable swfine 
+0x5415 021382 fetch 4 ,mem_le_access 
+0x5416 021383 iforce access 
+0x5417 021384 call le_map_channel 
+0x5418 021385 setarg 0x200 
+0x5419 021386 branch le_setup_master ,master 
+0x541a 021387 fetch 2 ,mem_le_receive_window 
+0x541b 021388 rshift pdata ,pdata 
+:      021389 le_setup_master:
+0x541c 021390 arg param_pll_setup ,temp 
+0x541d 021391 iadd temp ,pdata 
+0x541e 021392 call ahead_window 
+0x541f 021393 deposit clke 
+0x5420 021394 store 6 ,mem_le_rxon_ts 
+0x5421 021395 rtn 
+:      021397 le_next_adv_channel:
+0x5422 021398 bpatchx patch28_3 ,mem_patch28 
+0x5423 021399 fetch 1 ,mem_le_ch_mapped 
+0x5424 021400 beq 37 ,le_next_adv_channel_curr_channel_37 
+0x5425 021401 beq 38 ,le_next_adv_channel_curr_channel_38 
+0x5426 021402 beq 39 ,le_next_adv_channel_curr_channel_39 
+0x5427 021403 branch le_next_adv_channel_curr_channel_39 
+:      021405 le_next_adv_channel_curr_channel_37:
+0x5428 021406 fetcht 1 ,mem_le_adv_channel_map 
+0x5429 021407 isolate1 bit_adv_channel_map_38 ,temp 
+0x542a 021408 branch set_le_next_adv_channel_38 ,true 
+0x542b 021409 isolate1 bit_adv_channel_map_39 ,temp 
+0x542c 021410 branch set_le_next_adv_channel_39 ,true 
+0x542d 021411 branch set_le_next_adv_channel_37 
+:      021414 le_next_adv_channel_curr_channel_38:
+0x542e 021415 fetcht 1 ,mem_le_adv_channel_map 
+0x542f 021416 isolate1 bit_adv_channel_map_39 ,temp 
+0x5430 021417 branch set_le_next_adv_channel_39 ,true 
+0x5431 021418 isolate1 bit_adv_channel_map_37 ,temp 
+0x5432 021419 branch set_le_next_adv_channel_37 ,true 
+0x5433 021420 branch set_le_next_adv_channel_38 
+:      021423 le_next_adv_channel_curr_channel_39:
+0x5434 021424 fetcht 1 ,mem_le_adv_channel_map 
+0x5435 021425 isolate1 bit_adv_channel_map_37 ,temp 
+0x5436 021426 branch set_le_next_adv_channel_37 ,true 
+0x5437 021427 isolate1 bit_adv_channel_map_38 ,temp 
+0x5438 021428 branch set_le_next_adv_channel_38 ,true 
+0x5439 021429 branch set_le_next_adv_channel_39 
+:      021433 set_le_next_adv_channel_37:
+0x543a 021434 jam 37 ,mem_le_ch_mapped 
+0x543b 021435 fetch 1 ,mem_le_adv_channel_map_temp 
+0x543c 021436 set1 bit_adv_channel_map_37 ,pdata 
+0x543d 021437 store 1 ,mem_le_adv_channel_map_temp 
+0x543e 021438 rtn 
+:      021440 set_le_next_adv_channel_38:
+0x543f 021441 jam 38 ,mem_le_ch_mapped 
+0x5440 021442 fetch 1 ,mem_le_adv_channel_map_temp 
+0x5441 021443 set1 bit_adv_channel_map_38 ,pdata 
+0x5442 021444 store 1 ,mem_le_adv_channel_map_temp 
+0x5443 021445 rtn 
+:      021447 set_le_next_adv_channel_39:
+0x5444 021448 jam 39 ,mem_le_ch_mapped 
+0x5445 021449 fetch 1 ,mem_le_adv_channel_map_temp 
+0x5446 021450 set1 bit_adv_channel_map_39 ,pdata 
+0x5447 021451 store 1 ,mem_le_adv_channel_map_temp 
+0x5448 021452 rtn 
+:      021456 le_context_nexthop:
+0x5449 021457 bpatchx patch28_4 ,mem_patch28 
+0x544a 021458 add rega ,coffset_mode ,contr 
+0x544b 021459 ifetch 1 ,contr 
+0x544c 021460 rtnbit0 mode_le 
+0x544d 021461 add rega ,coffset_le_event_cnt ,contw 
+0x544e 021462 ifetch 2 ,contw 
+0x544f 021463 increase 1 ,pdata 
+0x5450 021464 istore 2 ,contw 
+0x5451 021465 add rega ,coffset_le_hop ,contr 
+0x5452 021466 ifetch 1 ,contr 
+0x5453 021467 add rega ,coffset_le_ch ,contw 
+0x5454 021468 ifetcht 1 ,contw 
+0x5455 021469 iadd temp ,pdata 
+0x5456 021470 sub pdata ,36 ,null 
+0x5457 021471 branch le_nexthop_nowrap ,positive 
+0x5458 021472 increase -37 ,pdata 
+:      021473 le_nexthop_nowrap:
+0x5459 021474 istore 1 ,contw 
+0x545a 021475 rtn 
+:      021478 le_calc_channel_map:
+0x545b 021479 bpatchx patch28_5 ,mem_patch28 
+0x545c 021480 fetch 5 ,mem_le_channel_map 
+0x545d 021481 force 0 ,temp 
+0x545e 021482 force 37 ,loopcnt 
+:      021483 le_count_channels_loop:
+0x545f 021484 bbit0 0 ,le_count_channels_notused 
+0x5460 021485 increase 1 ,temp 
+:      021486 le_count_channels_notused:
+0x5461 021487 rshift pdata ,pdata 
+0x5462 021488 loop le_count_channels_loop 
+0x5463 021489 add temp ,-1 ,pdata 
+0x5464 021490 store 1 ,mem_le_channels 
+0x5465 021491 rtn 
+:      021493 le_map_channel:
+0x5466 021494 bpatchx patch28_6 ,mem_patch28 
+0x5467 021495 fetch 1 ,mem_le_ch 
+0x5468 021496 iforce queue 
+0x5469 021497 fetcht 5 ,mem_le_channel_map 
+0x546a 021498 qisolate1 temp 
+0x546b 021499 branch le_map_channel_end ,true 
+:      021500 le_map_channel_next:
+0x546c 021501 bpatchx patch28_7 ,mem_patch28 
+0x546d 021502 fetch 1 ,mem_le_channels 
+0x546e 021503 isub queue ,pdata 
+0x546f 021504 branch le_map_channel_cont ,positive 
+0x5470 021505 sub pdata ,-1 ,queue 
+0x5471 021506 branch le_map_channel_next 
+:      021507 le_map_channel_cont:
+0x5472 021508 copy queue ,loopcnt 
+0x5473 021509 force 0 ,queue 
+:      021510 le_map_channel_loop:
+0x5474 021511 qisolate1 temp 
+0x5475 021512 branch le_map_channel_skip ,true 
+0x5476 021513 increase 1 ,loopcnt 
+:      021514 le_map_channel_skip:
+0x5477 021515 deposit loopcnt 
+0x5478 021516 branch le_map_channel_end ,blank 
+0x5479 021517 increase 1 ,queue 
+0x547a 021518 increase -1 ,loopcnt 
+0x547b 021519 branch le_map_channel_loop 
+:      021520 le_map_channel_end:
+0x547c 021521 deposit queue 
+0x547d 021522 store 1 ,mem_le_ch_mapped 
+0x547e 021523 rtn 
+:      021526 le_wait_tx:
+0x547f 021527 branch le_wait_master ,master 
+0x5480 021528 until null ,timeout 
+0x5481 021529 rtn 
+:      021531 le_wait_master:
+0x5482 021532 arg 0xea0 ,timeup 
+0x5483 021533 until clkn_rt ,meet 
+0x5484 021534 rtn 
+:      021536 le_receive_adv:
+0x5485 021537 disable swfine 
+0x5486 021538 fetch 2 ,mem_le_scan_window 
+0x5487 021539 copy pdata ,timeup 
+0x5488 021540 branch le_receive_packet 
+:      021543 le_receive_slave:
+0x5489 021544 bpatchx patch29_0 ,mem_patch29 
+0x548a 021545 enable swfine 
+0x548b 021546 fetch 2 ,mem_le_receive_window 
+0x548c 021547 fetcht 4 ,mem_le_transmit_window 
+0x548d 021548 iadd temp ,timeup 
+:      021549 le_receive_packet:
+0x548e 021550 call lerx_setfreq 
+:      021551 le_receive_rxon:
+0x548f 021552 bpatchx patch29_1 ,mem_patch29 
+0x5490 021553 call le_prep 
+0x5491 021554 disable match 
+0x5492 021555 enable decode_fec0 
+0x5493 021556 enable is_rx 
+0x5494 021557 disable is_tx 
+0x5495 021558 copy timeup ,stop_watch 
+0x5496 021559 correlate null ,timeout 
+0x5497 021560 branch le_receive_on_attempt ,attempt 
+0x5498 021561 copy clke ,temp 
+0x5499 021562 storet 6 ,mem_sync_clke 
+:      021563 le_receive_on_attempt:
+0x549a 021564 nbranch end_of_packet ,sync 
+0x549b 021565 branch le_receive_skip ,attempt 
+0x549c 021566 arg param_clke_cal_le ,clke_rt 
+0x549d 021567 copy bt_clk ,clke_bt 
+0x549e 021568 fetch 1 ,mem_le_state 
+0x549f 021569 bbit0 lestate_got_first_packet ,le_receive_skip 
+0x54a0 021570 call lpm_adjust_clk ,wake 
+:      021571 le_receive_skip:
+0x54a1 021572 bpatchx patch29_2 ,mem_patch29 
+0x54a2 021573 call save_rssi 
+0x54a3 021574 enable enable_white 
+0x54a4 021575 enable enable_crc 
+0x54a5 021576 parse demod ,bucket ,8 
+0x54a6 021577 rshift3 pwindow ,pdata 
+0x54a7 021578 store 1 ,mem_le_rxbuf 
+0x54a8 021579 parse demod ,bucket ,8 
+0x54a9 021580 rshift3 pwindow ,pdata 
+0x54aa 021581 istore 1 ,contw 
+0x54ab 021582 and pdata ,0x3f ,loopcnt 
+0x54ac 021583 branch lerx_nopayload ,zero 
+:      021585 lerx_loop:
+0x54ad 021586 parse demod ,bucket ,8 
+0x54ae 021587 rshift3 pwindow ,pdata 
+0x54af 021588 istore 1 ,contw 
+0x54b0 021589 loop lerx_loop 
+:      021591 lerx_nopayload:
+0x54b1 021592 bpatchx patch29_3 ,mem_patch29 
+0x54b2 021593 parse demod ,bucket ,24 
+0x54b3 021594 enable swfine 
+0x54b4 021595 arg param_sifs ,stop_watch 
+0x54b5 021596 rshift32 pdata ,pdata 
+0x54b6 021597 rshift16 pdata ,pdata 
+0x54b7 021598 istore 3 ,contw 
+0x54b8 021599 branch end_of_packet ,crc_failed 
+0x54b9 021600 enable match 
+0x54ba 021601 fetch 1 ,mem_last_freq 
+0x54bb 021602 add pdata ,0 ,rega 
+0x54bc 021603 call rf_write_freq 
+0x54bd 021604 disable decode_fec0 
+0x54be 021605 branch set_sync_on 
+:      021607 le_transmit_receive_sifs:
+0x54bf 021608 bpatchx patch29_4 ,mem_patch29 
+0x54c0 021609 call le_transmit 
+:      021610 le_transmit_receive_sifs_notx:
+0x54c1 021611 fetcht 1 ,mem_last_freq 
+0x54c2 021612 call set_freq_rx 
+0x54c3 021613 call rf_rx_enable 
+0x54c4 021614 enable swfine 
+0x54c5 021615 arg 5500 ,timeup 
+0x54c6 021616 branch le_receive_rxon 
+:      021618 le_transmit_norx:
+0x54c7 021619 call le_transmit 
+0x54c8 021620 branch end_of_packet 
+:      021622 le_transmit:
+0x54c9 021623 bpatchx patch29_5 ,mem_patch29 
+0x54ca 021624 call le_prep 
+0x54cb 021625 call letx_setfreq 
+0x54cc 021626 branch le_transmit0 
+:      021628 le_transmit0:
+0x54cd 021629 set1 txgfsk ,radio_ctrl 
+0x54ce 021630 enable encode_fec0 
+0x54cf 021631 enable is_tx 
+0x54d0 021632 disable is_rx 
+0x54d1 021633 call le_wait_tx 
+0x54d2 021634 rshift16 access ,pdata 
+0x54d3 021635 rshift8 pdata ,pdata 
+0x54d4 021636 rshift4 pdata ,pdata 
+0x54d5 021637 inject mod ,40 
+0x54d6 021638 enable enable_white 
+0x54d7 021639 enable enable_crc 
+0x54d8 021640 bpatchx patch29_6 ,mem_patch29 
+0x54d9 021641 fetch 1 ,mem_le_txheader 
+0x54da 021642 inject mod ,8 
+0x54db 021643 ifetch 1 ,contr 
+0x54dc 021644 and pdata ,0x3f ,loopcnt 
+0x54dd 021645 inject mod ,8 
+0x54de 021646 branch letr_nopayload ,zero 
+:      021647 letr_loop:
+0x54df 021648 ifetch 1 ,contr 
+0x54e0 021649 inject mod ,8 
+0x54e1 021650 loop letr_loop 
+:      021652 letr_nopayload:
+0x54e2 021653 enable enable_parity 
+0x54e3 021654 inject mod ,24 
+0x54e4 021655 disable enable_parity 
+0x54e5 021656 until null ,tx_clear 
+0x54e6 021657 nop 100 
+0x54e7 021658 disable encode_fec0 
+0x54e8 021659 rtn 
+:      021661 le_send_adv_ind:
+0x54e9 021662 bpatchx patch29_7 ,mem_patch29 
+0x54ea 021663 fetch 1 ,mem_le_adv_type 
+0x54eb 021664 beq adv_direct_ind ,le_send_adv_direct_ind 
+0x54ec 021665 fetch 1 ,mem_le_adv_own_addr_type 
+0x54ed 021666 lshift4 pdata ,pdata 
+0x54ee 021667 lshift2 pdata ,pdata 
+0x54ef 021668 store 1 ,mem_le_txheader 
+0x54f0 021669 fetcht 1 ,mem_le_adv_data_len 
+0x54f1 021670 add temp ,6 ,pdata 
+0x54f2 021671 store 1 ,mem_le_txlen 
+0x54f3 021672 fetch 6 ,mem_le_lap 
+0x54f4 021673 store 6 ,mem_le_txpayload 
+0x54f5 021674 copy temp ,loopcnt 
+0x54f6 021675 arg mem_le_adv_data ,contr 
+0x54f7 021676 call memcpy_fast 
+0x54f8 021677 branch le_send_adv_transmit 
+:      021678 le_send_adv_direct_ind:
+0x54f9 021679 fetch 1 ,mem_le_adv_direct_addr_type 
+0x54fa 021680 lshift4 pdata ,pdata 
+0x54fb 021681 lshift2 pdata ,pdata 
+0x54fc 021682 increase 1 ,pdata 
+0x54fd 021683 store 1 ,mem_le_txheader 
+0x54fe 021684 setarg 12 
+0x54ff 021685 store 1 ,mem_le_txlen 
+0x5500 021686 fetch 6 ,mem_le_lap 
+0x5501 021687 store 6 ,mem_le_txpayload 
+0x5502 021688 fetch 6 ,mem_hci_plap 
+0x5503 021689 istore 6 ,contw 
+:      021690 le_send_adv_transmit:
+0x5504 021691 bpatchx patch2a_0 ,mem_patch2a 
+0x5505 021692 fetch 1 ,mem_le_adv_transmit 
+0x5506 021693 increase 1 ,pdata 
+0x5507 021694 store 1 ,mem_le_adv_transmit 
+0x5508 021695 arg 1800 ,stop_watch 
+0x5509 021696 disable match 
+0x550a 021697 branch le_transmit_receive_sifs 
+:      021699 le_send_scan_request:
+0x550b 021700 bpatchx patch2a_1 ,mem_patch2a 
+0x550c 021701 fetch 1 ,mem_le_scan_type 
+0x550d 021702 rtnne le_scan_type_active 
+0x550e 021703 fetch 1 ,mem_le_adv_transmit 
+0x550f 021704 increase 1 ,pdata 
+0x5510 021705 store 1 ,mem_le_adv_transmit 
+0x5511 021706 arg 0x0c03 ,temp 
+0x5512 021707 fetch 1 ,mem_le_scan_own_addr_type 
+0x5513 021708 nsetflag blank ,le_sender_addr_bit ,temp 
+0x5514 021709 copy rega ,pdata 
+0x5515 021710 nsetflag blank ,le_receiver_addr_bit ,temp 
+0x5516 021711 storet 2 ,mem_le_txheader 
+0x5517 021712 fetch 6 ,mem_le_lap 
+0x5518 021713 istore 6 ,contw 
+0x5519 021714 fetch 6 ,mem_le_plap 
+0x551a 021715 istore 6 ,contw 
+0x551b 021716 branch le_transmit_receive_sifs 
+:      021719 le_send_scan_response:
+0x551c 021720 bpatchx patch2a_2 ,mem_patch2a 
+0x551d 021721 arg scan_rsp ,temp 
+0x551e 021722 fetch 1 ,mem_le_adv_own_addr_type 
+0x551f 021723 nsetflag blank ,le_sender_addr_bit ,temp 
+0x5520 021724 storet 1 ,mem_le_txheader 
+0x5521 021725 fetcht 1 ,mem_le_scan_data_len 
+0x5522 021726 add temp ,6 ,pdata 
+0x5523 021727 store 1 ,mem_le_txlen 
+0x5524 021728 fetch 6 ,mem_le_lap 
+0x5525 021729 store 6 ,mem_le_txpayload 
+0x5526 021730 arg mem_le_scan_data ,contr 
+0x5527 021731 copy temp ,loopcnt 
+0x5528 021732 call memcpy_fast 
+0x5529 021733 call le_transmit_norx 
+0x552a 021734 branch le_adv_not_match 
+:      021736 le_connect_request:
+0x552b 021737 bpatchx patch2a_3 ,mem_patch2a 
+0x552c 021738 force -1 ,pdata 
+0x552d 021739 setsect 2 ,1 
+0x552e 021740 store 5 ,mem_le_channel_map 
+0x552f 021741 call le_calc_channel_map 
+0x5530 021742 force 4 ,loopcnt 
+0x5531 021743 arg mem_le_access ,contw 
+0x5532 021744 call generate_random_loop 
+0x5533 021745 fetch 2 ,mem_le_timeout 
+0x5534 021746 store 2 ,mem_le_superto 
+:      021747 le_con_req_hop_retry:
+0x5535 021748 random pdata 
+0x5536 021749 and_into 0xf ,pdata 
+0x5537 021750 sub pdata ,4 ,null 
+0x5538 021751 branch le_con_req_hop_retry ,positive 
+0x5539 021752 store 1 ,mem_le_hop 
+0x553a 021753 store 1 ,mem_tmp1 
+0x553b 021754 bpatchx patch2a_4 ,mem_patch2a 
+0x553c 021755 fetcht 2 ,mem_le_conn_interval 
+0x553d 021756 storet 2 ,mem_le_tsniff 
+0x553e 021757 copy temp ,regc 
+0x553f 021758 add clkn_bt ,7 ,pdata 
+0x5540 021759 idiv regc 
+0x5541 021760 call wait_div_end 
+0x5542 021761 remainder rega 
+0x5543 021762 isub rega ,pdata 
+0x5544 021763 iadd regc ,pdata 
+0x5545 021764 fetcht 2 ,mem_le_dsniff 
+0x5546 021765 iadd temp ,pdata 
+0x5547 021766 store 4 ,mem_le_anchor 
+0x5548 021767 isub clkn_bt ,rega 
+0x5549 021768 increase -6 ,rega 
+0x554a 021769 arg 0x2205 ,regb 
+0x554b 021770 fetch 1 ,mem_le_conn_own_addr_type 
+0x554c 021771 nsetflag blank ,le_sender_addr_bit ,regb 
+0x554d 021772 fetch 1 ,mem_le_conn_peer_addr_type 
+0x554e 021773 nsetflag blank ,le_receiver_addr_bit ,regb 
+0x554f 021774 copy regb ,pdata 
+0x5550 021775 store 2 ,mem_le_txheader 
+0x5551 021776 fetch 6 ,mem_le_lap 
+0x5552 021777 istore 6 ,contw 
+0x5553 021778 fetch 6 ,mem_le_plap 
+0x5554 021779 istore 6 ,contw 
+0x5555 021780 fetch 4 ,mem_le_access 
+0x5556 021781 istore 4 ,contw 
+0x5557 021782 random pdata 
+0x5558 021783 istore 2 ,contw 
+0x5559 021784 random pdata 
+0x555a 021785 istore 1 ,contw 
+0x555b 021786 force 2 ,pdata 
+0x555c 021787 istore 1 ,contw 
+0x555d 021788 rshift2 rega ,pdata 
+0x555e 021789 istore 2 ,contw 
+0x555f 021790 rshift2 regc ,pdata 
+0x5560 021791 istore 2 ,contw 
+0x5561 021792 bpatchx patch2a_5 ,mem_patch2a 
+0x5562 021793 setarg 0 
+0x5563 021794 istore 2 ,contw 
+0x5564 021795 fetch 2 ,mem_le_timeout 
+0x5565 021796 istore 2 ,contw 
+0x5566 021797 fetch 5 ,mem_le_channel_map 
+0x5567 021798 istore 5 ,contw 
+0x5568 021799 fetch 1 ,mem_le_hop 
+0x5569 021800 arg param_le_sca ,temp 
+0x556a 021801 ior temp ,pdata 
+0x556b 021802 istore 1 ,contw 
+0x556c 021803 call le_transmit_norx 
+0x556d 021804 setarg mem_le_txheader 
+0x556e 021805 add pdata ,18 ,contr 
+0x556f 021806 ifetch 3 ,contr 
+0x5570 021807 store 3 ,mem_le_crcinit 
+0x5571 021808 rtn 
+:      021810 le_init_adv:
+0x5572 021811 bpatchx patch2a_6 ,mem_patch2a 
+0x5573 021812 disable master 
+0x5574 021813 branch le_adv_access 
+:      021817 le_update_param:
+0x5575 021818 fetch 1 ,mem_le_state 
+0x5576 021819 rtnbit0 lestate_update_param 
+0x5577 021820 fetch 2 ,mem_le_event_count 
+0x5578 021821 fetcht 2 ,mem_le_instant 
+0x5579 021822 isub temp ,pdata 
+0x557a 021823 nrtn positive 
+0x557b 021824 store 2 ,mem_pdatatemp 
+0x557c 021825 bpatchx patch2a_7 ,mem_patch2a 
+0x557d 021826 fetch 1 ,mem_le_state 
+0x557e 021827 set0 lestate_update_param ,pdata 
+0x557f 021828 set0 lestate_got_first_packet ,pdata 
+0x5580 021829 store 1 ,mem_le_state 
+0x5581 021830 fetch 4 ,mem_le_anchor 
+0x5582 021831 fetcht 2 ,mem_le_tsniff 
+0x5583 021832 storet 2 ,mem_temp 
+0x5584 021833 isub temp ,rega 
+0x5585 021834 bpatchx patch2b_0 ,mem_patch2b 
+0x5586 021835 fetch 1 ,mem_le_new_param 
+0x5587 021836 store 1 ,mem_le_window_size 
+0x5588 021837 ifetcht 2 ,contr 
+0x5589 021838 ifetch 2 ,contr 
+0x558a 021839 lshift2 pdata ,pdata 
+0x558b 021840 store 2 ,mem_le_tsniff 
+0x558c 021841 lshift2 temp ,temp 
+0x558d 021842 iadd temp ,pdata 
+0x558e 021843 ifetcht 4 ,contr 
+0x558f 021844 storet 4 ,mem_le_slave_latency 
+0x5590 021845 iadd rega ,pdata 
+0x5591 021846 copy pdata ,regab 
+0x5592 021847 fetch 2 ,mem_le_tsniff 
+0x5593 021848 fetcht 2 ,mem_temp 
+0x5594 021849 isub temp ,pdata 
+0x5595 021850 fetcht 2 ,mem_pdatatemp 
+0x5596 021851 imul32 temp ,pdata 
+0x5597 021852 iadd regab ,pdata 
+0x5598 021853 store 4 ,mem_le_anchor 
+0x5599 021854 call le_receive_window_size 
+0x559a 021855 fetch 2 ,mem_le_superto 
+0x559b 021856 store 2 ,mem_le_init_superto 
+0x559c 021857 rtn 
+:      021860 le_update_channel_map:
+0x559d 021861 bpatchx patch2b_1 ,mem_patch2b 
+0x559e 021862 fetch 1 ,mem_le_state 
+0x559f 021863 rtnbit0 lestate_update_map 
+0x55a0 021864 fetch 2 ,mem_le_event_count 
+0x55a1 021865 fetcht 2 ,mem_le_instant 
+0x55a2 021866 isub temp ,pdata 
+0x55a3 021867 nrtn positive 
+0x55a4 021868 fetch 1 ,mem_le_state 
+0x55a5 021869 set0 lestate_update_map ,pdata 
+0x55a6 021870 store 1 ,mem_le_state 
+0x55a7 021871 fetch 5 ,mem_le_new_map 
+0x55a8 021872 store 5 ,mem_le_channel_map 
+0x55a9 021873 branch le_calc_channel_map 
+:      021876 le_acknowledge:
+0x55aa 021877 bpatchx patch2b_2 ,mem_patch2b 
+0x55ab 021878 call le_supervision_flush 
+0x55ac 021879 call le_check_wak 
+0x55ad 021880 fetch 1 ,mem_le_rxbuf 
+0x55ae 021881 isolate1 md ,pdata 
+0x55af 021882 setflag true ,mark_ble_rx_md ,mark 
+0x55b0 021883 rshift pdata ,pdata 
+0x55b1 021884 ixor temp ,pdata 
+0x55b2 021885 isolate1 nesn ,pdata 
+0x55b3 021886 setflag true ,mark_old_packet ,mark 
+0x55b4 021887 rtnmark1 mark_old_packet 
+0x55b5 021888 fetch 1 ,mem_le_rxbuf + 1 
+0x55b6 021889 branch le_ack_unenc ,blank 
+0x55b7 021890 fetch 1 ,mem_le_state 
+0x55b8 021891 bbit0 lestate_encryption ,le_ack_unenc 
+0x55b9 021892 call load_sk 
+0x55ba 021893 call le_decrypt 
+0x55bb 021894 nrtn blank 
+:      021895 le_ack_unenc:
+0x55bc 021896 fetcht 1 ,mem_le_arq 
+0x55bd 021897 setflip nesn ,temp 
+0x55be 021898 storet 1 ,mem_le_arq 
+0x55bf 021899 rtn 
+:      021902 le_check_wak:
+0x55c0 021903 bpatchx patch2b_3 ,mem_patch2b 
+0x55c1 021904 fetcht 1 ,mem_le_arq 
+0x55c2 021905 isolate0 wak ,temp 
+0x55c3 021906 rtn true 
+0x55c4 021907 fetch 1 ,mem_le_rxbuf 
+0x55c5 021908 lshift pdata ,pdata 
+0x55c6 021909 ixor temp ,pdata 
+0x55c7 021910 rtnbit0 sn 
+0x55c8 021911 set0 wak ,temp 
+0x55c9 021912 setflip sn ,temp 
+0x55ca 021913 storet 1 ,mem_le_arq 
+0x55cb 021914 compare 3 ,temp ,3 
+0x55cc 021915 nrtn true 
+0x55cd 021916 fetch 1 ,mem_le_txpayload 
+0x55ce 021917 beq ll_start_enc_req ,le_set_enc 
+0x55cf 021918 fetch 1 ,mem_le_enc_state 
+0x55d0 021919 beq flag_le_enc_pause ,le_clear_enc 
+0x55d1 021920 rtn 
+:      021923 le_set_enc:
+0x55d2 021924 fetch 1 ,mem_le_state 
+0x55d3 021925 set1 lestate_encryption ,pdata 
+0x55d4 021926 store 1 ,mem_le_state 
+0x55d5 021927 rtn 
+:      021929 le_clear_enc:
+0x55d6 021930 bpatchx patch2b_4 ,mem_patch2b 
+0x55d7 021931 jam flag_le_enc_null ,mem_le_enc_state 
+0x55d8 021932 arg 0 ,pdata 
+0x55d9 021933 store 4 ,mem_le_last_mic 
+0x55da 021934 store 5 ,mem_le_pcnt_tx 
+0x55db 021935 set1 39 ,pdata 
+0x55dc 021936 store 5 ,mem_le_pcnt_rx 
+0x55dd 021937 fetch 1 ,mem_le_state 
+0x55de 021938 set0 lestate_encryption ,pdata 
+0x55df 021939 store 1 ,mem_le_state 
+0x55e0 021940 rtn 
+:      021943 le_wait_adv:
+0x55e1 021944 bpatchx patch2b_5 ,mem_patch2b 
+0x55e2 021945 call le_next_adv_channel 
+0x55e3 021946 call le_receive_adv 
+0x55e4 021947 fetch 1 ,mem_le_adv_waitcnt 
+0x55e5 021948 increase 1 ,pdata 
+0x55e6 021949 store 1 ,mem_le_adv_waitcnt 
+0x55e7 021950 rtn 
+:      021953 le_scan:
+0x55e8 021954 bpatchx patch2b_6 ,mem_patch2b 
+0x55e9 021955 fetch 1 ,mem_le_scan_enable 
+0x55ea 021956 rtnne le_scan_enable 
+0x55eb 021957 arg le_scan_interval_timer ,queue 
+0x55ec 021958 call timer_check 
+0x55ed 021959 nrtn blank 
+0x55ee 021960 fetch 2 ,mem_le_scan_interval 
+0x55ef 021961 fetcht 2 ,mem_le_scan_window 
+0x55f0 021962 isub temp ,pdata 
+0x55f1 021963 arg le_scan_interval_timer ,queue 
+0x55f2 021964 call timer_init 
+0x55f3 021965 disable master 
+0x55f4 021966 call le_init_adv 
+0x55f5 021967 call le_wait_adv 
+0x55f6 021968 nrtn match 
+0x55f7 021969 bpatchx patch2b_7 ,mem_patch2b 
+0x55f8 021970 fetch 6 ,mem_le_rxbuf + 2 
+0x55f9 021971 store 6 ,mem_le_plap 
+0x55fa 021974 fetch 1 ,mem_le_adv_rcv 
+0x55fb 021975 increase 1 ,pdata 
+0x55fc 021976 store 1 ,mem_le_adv_rcv 
+0x55fd 021977 call le_create_conn 
+0x55fe 021978 rtn master 
+0x55ff 021979 call le_send_scan_request 
+0x5600 021980 nrtn match 
+0x5601 021981 bpatchx patch2c_0 ,mem_patch2c 
+0x5602 021982 fetch 1 ,mem_le_scanrsp_rcv 
+0x5603 021983 increase 1 ,pdata 
+0x5604 021984 store 1 ,mem_le_scanrsp_rcv 
+0x5605 021985 fetch 9 ,mem_le_rxbuf + 8 
+0x5606 021986 store 9 ,mem_tmp_buffer 
+0x5607 021987 rtn 
+:      021989 le_create_conn:
+0x5608 021990 bpatchx patch2c_1 ,mem_patch2c 
+0x5609 021991 fetch 1 ,mem_cmd_le_create_conn 
+0x560a 021992 rtnne hci_cmd_le_create_conn 
+0x560b 021993 fetch 6 ,mem_le_plap 
+0x560c 021994 fetcht 6 ,mem_le_conn_peer_addr 
+0x560d 021995 isub temp ,null 
+0x560e 021996 nrtn zero 
+0x560f 021997 call context_new 
+0x5610 021998 nrtn zero 
+0x5611 021999 call le_connect_request 
+0x5612 022000 call le_init_master 
+0x5613 022001 bpatchx patch2c_2 ,mem_patch2c 
+0x5614 022002 jam 0 ,mem_hci_cmd 
+0x5615 022003 jam 0 ,mem_le_peer_sca 
+0x5616 022004 jam 0 ,mem_le_scan_enable 
+0x5617 022005 jam 0 ,mem_cmd_le_create_conn 
+0x5618 022006 branch context_save 
+:      022008 le_scan_check_sender_addr_type:
+0x5619 022009 arg 1 ,rega 
+0x561a 022010 fetch 1 ,mem_le_rxbuf 
+0x561b 022011 rtnbit1 le_sender_addr_bit 
+0x561c 022012 arg 0 ,rega 
+0x561d 022013 rtn 
+:      022017 le_prepare_tx:
+0x561e 022018 bpatchx patch2c_3 ,mem_patch2c 
+0x561f 022019 fetch 1 ,mem_le_arq 
+0x5620 022020 rtnbit1 wak 
+0x5621 022021 call le_check_tx_md 
+0x5622 022022 call le_fifo_get_first_tx_ptr 
+0x5623 022023 branch le_send_empty ,blank 
+0x5624 022024 ifetch 1 ,contr 
+0x5625 022025 ifetcht 1 ,contr 
+0x5626 022026 copy temp ,rega 
+0x5627 022027 isub rega ,pdata 
+0x5628 022028 arg le_max_paket_len ,temp 
+0x5629 022029 call not_greater_than 
+0x562a 022030 copy pdata ,temp 
+0x562b 022031 ifetch 1 ,contr 
+0x562c 022032 copy pdata ,type 
+0x562d 022033 copy rega ,pdata 
+0x562e 022034 iadd contr ,contr 
+0x562f 022035 arg mem_le_txpayload ,contw 
+0x5630 022036 copy temp ,loopcnt 
+0x5631 022037 call memcpy 
+0x5632 022038 call le_update_tx_type 
+0x5633 022039 call le_send_packet 
+0x5634 022041 call le_fifo_get_first_tx_ptr 
+0x5635 022042 ifetch 1 ,contr 
+0x5636 022043 copy pdata ,rega 
+0x5637 022044 copy contr ,regc 
+0x5638 022045 ifetcht 1 ,contr 
+0x5639 022046 copy temp ,regb 
+0x563a 022047 isub regb ,pdata 
+0x563b 022048 arg le_max_paket_len ,temp 
+0x563c 022049 call not_greater_than 
+0x563d 022050 iadd regb ,pdata 
+0x563e 022051 istore 1 ,regc 
+0x563f 022052 isub rega ,null 
+0x5640 022053 nrtn zero 
+0x5641 022054 branch le_fifo_release_first_node 
+:      022057 le_check_tx_md:
+0x5642 022058 call le_check_continue 
+0x5643 022059 rtnmark1 mark_ble_tx_md 
+0x5644 022060 fetch 1 ,mem_le_configuration 
+0x5645 022061 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
+0x5646 022062 call le_fifo_get_second_tx_ptr 
+0x5647 022063 branch le_clear_md ,blank 
+0x5648 022064 branch le_set_md 
+:      022067 le_check_continue:
+0x5649 022068 call le_fifo_get_first_tx_ptr 
+0x564a 022069 branch le_clear_md ,blank 
+0x564b 022070 ifetch 1 ,contr 
+0x564c 022071 ifetcht 1 ,contr 
+0x564d 022072 isub temp ,pdata 
+0x564e 022073 sub pdata ,le_max_paket_len ,null 
+0x564f 022074 branch le_clear_md ,positive 
+:      022075 le_set_md:
+0x5650 022076 set1 mark_ble_tx_md ,mark 
+0x5651 022077 rtn 
+:      022079 le_clear_md:
+0x5652 022080 set0 mark_ble_tx_md ,mark 
+0x5653 022081 rtn 
+:      022083 le_update_tx_type:
+0x5654 022084 copy rega ,pdata 
+0x5655 022085 rtn blank 
+0x5656 022086 arg llid_continue ,type 
+0x5657 022087 rtn 
+:      022090 le_att_check_notification_enable:
+0x5658 022091 bpatchx patch2c_4 ,mem_patch2c 
+0x5659 022092 increase 1 ,temp 
+0x565a 022093 call le_att_get_handle_ptr 
+0x565b 022094 increase -2 ,contr 
+0x565c 022095 ifetch 2 ,contr 
+0x565d 022096 arg client_charactertic_configuration ,temp 
+0x565e 022097 isub temp ,null 
+0x565f 022098 nrtn zero 
+0x5660 022099 increase 1 ,contr 
+0x5661 022100 copy contr ,rega 
+0x5662 022101 ifetch 1 ,contr 
+0x5663 022102 rtn 
+:      022105 le_send_empty:
+0x5664 022106 force 0 ,temp 
+0x5665 022107 force 1 ,type 
+:      022109 le_send_packet:
+0x5666 022110 bpatchx patch2c_5 ,mem_patch2c 
+0x5667 022111 storet 1 ,mem_le_txlen 
+0x5668 022112 fetcht 1 ,mem_le_arq 
+0x5669 022113 set1 wak ,temp 
+0x566a 022114 and temp ,0xfc ,pdata 
+0x566b 022115 ior type ,pdata 
+0x566c 022116 store 1 ,mem_le_arq 
+0x566d 022117 and_into 0x1f ,pdata 
+0x566e 022118 isolate1 mark_ble_tx_md ,mark 
+0x566f 022119 setflag true ,md ,pdata 
+0x5670 022120 store 1 ,mem_le_txheader 
+0x5671 022122 fetch 1 ,mem_le_txheader 
+0x5672 022123 compare 1 ,type ,3 
+0x5673 022124 nbranch le_send_no_txlen ,true 
+0x5674 022125 fetch 1 ,mem_le_txlen 
+0x5675 022126 rtn blank 
+:      022127 le_send_no_txlen:
+0x5676 022128 fetch 1 ,mem_le_state 
+0x5677 022129 rtnbit0 lestate_encryption 
+0x5678 022130 call load_sk 
+0x5679 022131 branch le_encrypt 
+:      022134 get_lpm_wake_ble_rx_lock:
+0x567a 022135 arg wake_lock_ble_rx ,queue 
+0x567b 022136 branch lpm_get_wake_lock 
+:      022138 put_lpm_wake_ble_rx_lock:
+0x567c 022139 arg wake_lock_ble_rx ,queue 
+0x567d 022140 branch lpm_put_wake_lock 
+:      022143 le_parse:
+0x567e 022144 bpatchx patch2c_6 ,mem_patch2c 
+0x567f 022145 rtnmark1 mark_old_packet 
+0x5680 022146 call le_fifo_check_full 
+0x5681 022147 nrtn blank 
+0x5682 022148 fetch 1 ,mem_le_rxbuf 
+0x5683 022149 and pdata ,0x3 ,pdata 
+0x5684 022150 store 1 ,mem_le_packet_llid 
+0x5685 022151 ifetch 1 ,contr 
+0x5686 022152 and pdata ,0x1f ,pdata 
+0x5687 022153 store 1 ,mem_le_packet_size 
+0x5688 022154 rtn blank 
+0x5689 022155 copy contr ,pdata 
+0x568a 022156 store 2 ,mem_le_payload_ptr 
+0x568b 022157 fetch 1 ,mem_le_packet_llid 
+0x568c 022158 beq llid_le_ll ,le_parse_ll 
+:      022159 le_parse_l2cap:
+0x568d 022160 call le_check_l2cap_complete 
+0x568e 022161 nbranch get_lpm_wake_ble_rx_lock ,user 
+0x568f 022162 call put_lpm_wake_ble_rx_lock 
+0x5690 022163 fetch 2 ,mem_le_payload_ptr 
+0x5691 022164 copy pdata ,contr 
+0x5692 022165 ifetch 2 ,contr 
+0x5693 022166 store 2 ,mem_le_l2cap_size 
+0x5694 022167 bpatchx patch2c_7 ,mem_patch2c 
+0x5695 022168 ifetch 2 ,contr 
+0x5696 022169 beq le_l2cap_cid_att ,le_parse_att 
+0x5697 022170 beq le_l2cap_cid_smp ,le_parse_smp 
+0x5698 022171 beq le_l2cap_cid_signal ,le_parse_signaling 
+0x5699 022172 rtn 
+:      022175 le_check_l2cap_complete:
+0x569a 022176 fetch 1 ,mem_le_packet_llid 
+0x569b 022177 beq llid_start ,le_check_l2cap_llid_start 
+0x569c 022178 beq llid_continue ,le_check_l2cap_llid_continue 
+0x569d 022179 rtn 
+:      022184 le_check_l2cap_cid_legal:
+0x569e 022185 call enable_user 
+0x569f 022186 arg le_l2cap_cid_att ,temp 
+0x56a0 022187 isub pdata ,null 
+0x56a1 022188 rtn zero 
+0x56a2 022189 arg le_l2cap_cid_signal ,temp 
+0x56a3 022190 isub pdata ,null 
+0x56a4 022191 rtn zero 
+0x56a5 022192 arg le_l2cap_cid_smp ,temp 
+0x56a6 022193 isub pdata ,null 
+0x56a7 022194 rtn zero 
+0x56a8 022195 branch disable_user 
+:      022198 le_check_l2cap_llid_start:
+0x56a9 022199 fetch 2 ,mem_le_payload_ptr 
+0x56aa 022200 copy pdata ,contr 
+0x56ab 022201 ifetch 2 ,contr 
+0x56ac 022202 store 2 ,mem_le_l2cap_size 
+0x56ad 022203 ifetch 2 ,contr 
+0x56ae 022204 call le_check_l2cap_cid_legal 
+0x56af 022205 nrtn user 
+0x56b0 022206 fetcht 1 ,mem_le_packet_size 
+0x56b1 022207 storet 1 ,mem_le_packet_len_recved 
+0x56b2 022208 fetch 2 ,mem_le_l2cap_size 
+0x56b3 022209 increase 4 ,pdata 
+0x56b4 022210 isub temp ,null 
+0x56b5 022211 branch enable_user ,zero 
+0x56b6 022212 fetch 1 ,mem_le_packet_size 
+0x56b7 022213 copy pdata ,loopcnt 
+0x56b8 022214 arg mem_le_l2capbuf ,contw 
+0x56b9 022215 fetch 2 ,mem_le_payload_ptr 
+0x56ba 022216 copy pdata ,contr 
+0x56bb 022217 call memcpy 
+0x56bc 022218 branch disable_user 
+:      022223 le_check_l2cap_continue_legal:
+0x56bd 022224 call enable_user 
+0x56be 022225 fetch 1 ,mem_le_packet_len_recved 
+0x56bf 022226 nrtn blank 
+0x56c0 022227 branch disable_user 
+:      022229 le_check_l2cap_llid_continue:
+0x56c1 022230 call le_check_l2cap_continue_legal 
+0x56c2 022231 nrtn user 
+0x56c3 022232 fetch 1 ,mem_le_packet_len_recved 
+0x56c4 022233 arg mem_le_l2capbuf ,contw 
+0x56c5 022234 iadd contw ,rega 
+0x56c6 022235 fetcht 1 ,mem_le_packet_size 
+0x56c7 022236 iadd temp ,pdata 
+0x56c8 022237 store 1 ,mem_le_packet_len_recved 
+0x56c9 022238 fetch 1 ,mem_le_packet_size 
+0x56ca 022239 copy pdata ,loopcnt 
+0x56cb 022240 copy rega ,contw 
+0x56cc 022241 fetch 2 ,mem_le_payload_ptr 
+0x56cd 022242 copy pdata ,contr 
+0x56ce 022243 call memcpy_fast 
+0x56cf 022244 setarg mem_le_l2capbuf 
+0x56d0 022245 store 2 ,mem_le_payload_ptr 
+0x56d1 022246 fetch 2 ,mem_le_l2cap_size 
+0x56d2 022247 increase 4 ,pdata 
+0x56d3 022248 fetcht 1 ,mem_le_packet_len_recved 
+0x56d4 022249 isub temp ,null 
+0x56d5 022250 branch enable_user ,zero 
+0x56d6 022251 branch disable_user 
+:      022257 le_get_search_att_type:
+0x56d7 022258 call store_contr 
+0x56d8 022259 arg mem_le_search_att_type_length ,contw 
+:      022260 le_get_search_common:
+0x56d9 022261 fetch 2 ,mem_le_l2cap_size 
+0x56da 022262 increase -5 ,pdata 
+:      022263 le_get_search_common2:
+0x56db 022264 istore 1 ,contw 
+0x56dc 022265 copy pdata ,loopcnt 
+0x56dd 022266 call get_contr 
+0x56de 022267 branch memcpy_fast 
+:      022269 le_get_search_att_uuid:
+0x56df 022270 call store_contr 
+0x56e0 022271 arg mem_le_search_uuid_length ,contw 
+0x56e1 022272 branch le_get_search_common 
+:      022276 le_writeatt_cb:
+0x56e2 022277 fetch 2 ,mem_cb_att_write 
+0x56e3 022278 branch callback_func 
+:      022280 le_supervision_update:
+0x56e4 022281 fetcht 4 ,mem_le_supervision_timer 
+0x56e5 022282 call get_clkbt 
+0x56e6 022283 isub temp ,timeup 
+0x56e7 022284 deposit timeup 
+0x56e8 022285 fetcht 2 ,mem_le_superto 
+0x56e9 022286 lshift4 temp ,temp 
+0x56ea 022287 lshift temp ,temp 
+0x56eb 022288 isub temp ,pdata 
+0x56ec 022289 rtn 
+:      022291 le_supervision_flush:
+0x56ed 022292 call get_clkbt 
+0x56ee 022293 store 4 ,mem_le_supervision_timer 
+0x56ef 022294 rtn 
+:      022297 le_adv:
+0x56f0 022298 jam 36 ,mem_le_ch_mapped 
+0x56f1 022299 jam 0 ,mem_le_adv_channel_map_temp 
+:      022300 le_adv_loop:
+0x56f2 022301 bpatchx patch2d_0 ,mem_patch2d 
+0x56f3 022302 fetch 1 ,mem_le_adv_enable 
+0x56f4 022303 rtn blank 
+0x56f5 022304 arg le_adv_interval_timer ,queue 
+0x56f6 022305 call timer_check 
+0x56f7 022306 nrtn blank 
+0x56f8 022307 bpatchx patch2d_1 ,mem_patch2d 
+:      022308 le_adv_loop_tx:
+0x56f9 022309 disable master 
+0x56fa 022310 enable swfine 
+0x56fb 022311 call le_init_adv 
+0x56fc 022312 call le_next_adv_channel 
+0x56fd 022313 call le_send_adv_ind 
+0x56fe 022314 nbranch le_adv_not_match ,match 
+0x56ff 022315 fetch 1 ,mem_le_req_rcv 
+0x5700 022316 increase 1 ,pdata 
+0x5701 022317 store 1 ,mem_le_req_rcv 
+0x5702 022318 fetch 1 ,mem_le_rxbuf 
+0x5703 022319 and pdata ,0x0f ,pdata 
+0x5704 022320 beq scan_req ,le_send_scan_response 
+0x5705 022321 beq connect_req ,le_parse_connect_req 
+:      022322 le_adv_not_match:
+0x5706 022323 bpatchx patch2d_2 ,mem_patch2d 
+0x5707 022324 random pdata 
+0x5708 022325 arg 0x1ff ,temp 
+0x5709 022326 iand temp ,pdata 
+0x570a 022327 add pdata ,250 ,pdata 
+0x570b 022328 call delay 
+0x570c 022329 fetch 1 ,mem_le_adv_channel_map_temp 
+0x570d 022330 fetcht 1 ,mem_le_adv_channel_map 
+0x570e 022331 isub temp ,null 
+0x570f 022332 nbranch le_adv_loop ,zero 
+0x5710 022333 arg le_adv_interval_timer ,queue 
+0x5711 022334 fetch 2 ,mem_le_adv_interval 
+0x5712 022335 branch timer_init 
+:      022338 le_receive_window_size:
+0x5713 022339 bpatchx patch2d_3 ,mem_patch2d 
+0x5714 022340 fetch 1 ,mem_le_peer_sca 
+0x5715 022341 call le_sca_map 
+0x5716 022342 fetch 2 ,mem_le_tsniff 
+0x5717 022343 imul32 temp ,pdata 
+0x5718 022344 arg 375 ,temp 
+0x5719 022345 imul32 temp ,pdata 
+0x571a 022346 arg 100000 ,temp 
+0x571b 022347 idiv temp 
+0x571c 022348 fetch 1 ,mem_le_window_size 
+0x571d 022349 arg 20000 ,temp 
+0x571e 022350 imul32 temp ,pdata 
+0x571f 022351 iadd temp ,pdata 
+0x5720 022352 store 4 ,mem_le_transmit_window 
+0x5721 022353 bpatchx patch2d_4 ,mem_patch2d 
+0x5722 022354 fetch 2 ,mem_rx_window_sniff 
+0x5723 022355 call wait_div_end 
+0x5724 022356 quotient temp 
+0x5725 022357 iadd temp ,pdata 
+0x5726 022358 store 2 ,mem_le_receive_window 
+0x5727 022359 rtn 
+:      022361 le_parse_connect_req:
+0x5728 022362 bpatchx patch2d_5 ,mem_patch2d 
+0x5729 022363 fetch 6 ,mem_le_rxbuf + 8 
+0x572a 022364 fetcht 6 ,mem_le_lap 
+0x572b 022365 isub temp ,null 
+0x572c 022366 nrtn zero 
+0x572d 022367 call le_scan_check_sender_addr_type 
+0x572e 022368 copy rega ,pdata 
+0x572f 022369 store 1 ,mem_le_conn_peer_addr_type 
+0x5730 022370 fetch 7 ,mem_le_rxbuf + 21 
+0x5731 022371 store 7 ,mem_tmp_buffer 
+0x5732 022372 ifetch 8 ,contr 
+0x5733 022373 istore 8 ,contw 
+0x5734 022374 fetch 6 ,mem_le_rxbuf + 2 
+0x5735 022375 store 6 ,mem_le_plap 
+0x5736 022376 increase 6 ,contr 
+0x5737 022377 ifetch 8 ,contr 
+0x5738 022378 store 8 ,mem_le_access 
+0x5739 022379 ifetcht 2 ,contr 
+0x573a 022380 bpatchx patch2d_6 ,mem_patch2d 
+0x573b 022381 lshift2 temp ,temp 
+0x573c 022382 ifetch 2 ,contr 
+0x573d 022383 lshift2 pdata ,pdata 
+0x573e 022384 store 2 ,mem_le_tsniff 
+0x573f 022385 store 4 ,mem_le_anchor 
+0x5740 022386 isub temp ,pdata 
+0x5741 022387 add pdata ,-2 ,clke_bt 
+0x5742 022388 ifetch 9 ,contr 
+0x5743 022389 store 9 ,mem_le_slave_latency 
+0x5744 022390 bpatchx patch2d_7 ,mem_patch2d 
+0x5745 022391 ifetch 1 ,contr 
+0x5746 022392 rshift4 pdata ,temp 
+0x5747 022393 rshift temp ,temp 
+0x5748 022394 storet 1 ,mem_le_peer_sca 
+0x5749 022395 and_into 0x1f ,pdata 
+0x574a 022396 store 1 ,mem_le_hop 
+0x574b 022397 call le_receive_window_size 
+0x574c 022398 call le_calc_channel_map 
+0x574d 022399 call le_init_slave 
+0x574e 022400 call context_new 
+0x574f 022401 nrtn zero 
+0x5750 022402 bpatchx patch2e_0 ,mem_patch2e 
+0x5751 022403 call calc_clke_offset 
+0x5752 022404 call le_l2cap_reset_signaling_identifier 
+0x5753 022405 jam bt_evt_le_connected ,mem_fifo_temp 
+0x5754 022406 call ui_ipc_send_event 
+0x5755 022407 branch context_save 
+:      022410 le_init_attlist_search:
+0x5756 022411 bpatchx patch2e_1 ,mem_patch2e 
+0x5757 022412 fetch 2 ,mem_le_search_handle_start 
+0x5758 022413 iforce regb 
+0x5759 022414 fetch 2 ,mem_le_search_handle_end 
+0x575a 022415 iforce regc 
+0x575b 022416 fetch 2 ,mem_ui_le_uuid_table 
+0x575c 022417 iforce contr 
+0x575d 022418 enable user 
+0x575e 022419 rtn 
+:      022422 le_att_handle_inrange:
+0x575f 022423 ifetch 2 ,contr 
+0x5760 022424 rtn blank 
+0x5761 022425 isub regb ,null 
+0x5762 022426 nrtn positive 
+0x5763 022427 isub regc ,null 
+0x5764 022428 rtn zero 
+0x5765 022429 branch le_att_handle_blank ,positive 
+0x5766 022430 force 1 ,null 
+0x5767 022431 rtn 
+:      022432 le_att_handle_blank:
+0x5768 022433 force 0 ,pdata 
+0x5769 022434 rtn 
+:      022438 le_att_get_handle_ptr:
+0x576a 022439 call le_att_get_handle_ptr2 
+0x576b 022440 branch le_att_get_handle_ptr_found ,zero 
+0x576c 022441 rtn 
+:      022443 le_att_get_handle_ptr2:
+0x576d 022444 bpatchx patch2e_2 ,mem_patch2e 
+0x576e 022445 fetch 2 ,mem_ui_le_uuid_table 
+0x576f 022446 iforce contr 
+:      022447 le_att_get_handle_loop1:
+0x5770 022448 ifetch 2 ,contr 
+0x5771 022449 rtn blank 
+0x5772 022450 isub temp ,null 
+0x5773 022451 rtn zero 
+0x5774 022452 ifetch 1 ,contr 
+0x5775 022453 iadd contr ,contr 
+0x5776 022454 ifetch 1 ,contr 
+0x5777 022455 iadd contr ,contr 
+0x5778 022456 branch le_att_get_handle_loop1 
+:      022457 le_att_get_handle_ptr_found:
+0x5779 022458 ifetch 1 ,contr 
+0x577a 022459 iadd contr ,contr 
+0x577b 022460 rtn 
+:      022464 le_att_get_short_uuid_ptr:
+0x577c 022465 bpatchx patch2e_3 ,mem_patch2e 
+0x577d 022466 fetch 2 ,mem_ui_le_uuid_table 
+0x577e 022467 iforce contr 
+:      022468 le_att_get_short_uuid_loop:
+0x577f 022469 ifetch 2 ,contr 
+0x5780 022470 rtn blank 
+0x5781 022471 ifetch 1 ,contr 
+0x5782 022472 iadd contr ,contr 
+0x5783 022473 increase -2 ,contr 
+0x5784 022474 ifetch 2 ,contr 
+0x5785 022475 isub temp ,null 
+0x5786 022476 rtn zero 
+0x5787 022477 ifetch 1 ,contr 
+0x5788 022478 iadd contr ,contr 
+0x5789 022479 branch le_att_get_short_uuid_loop 
+:      022483 le_att_get_handle_info_from_ptr:
+0x578a 022484 fetch 2 ,mem_le_cur_attlist_start_ptr 
+0x578b 022485 branch le_att_get_handle_info_fast 
+:      022487 le_att_get_handle_info:
+0x578c 022488 bpatchx patch2e_4 ,mem_patch2e 
+0x578d 022489 fetch 2 ,mem_ui_le_uuid_table 
+:      022490 le_att_get_handle_info_fast:
+0x578e 022491 iforce contr 
+0x578f 022492 copy temp ,rega 
+:      022493 le_att_get_handle_loop:
+0x5790 022494 ifetch 2 ,contr 
+0x5791 022495 branch le_att_unfind_handle ,blank 
+0x5792 022496 isub rega ,null 
+0x5793 022497 branch le_att_finded_handle ,zero 
+0x5794 022498 ifetch 1 ,contr 
+0x5795 022499 iadd contr ,contr 
+0x5796 022500 ifetch 1 ,contr 
+0x5797 022501 iadd contr ,contr 
+0x5798 022502 branch le_att_get_handle_loop 
+:      022503 le_att_unfind_handle:
+0x5799 022504 branch disable_blank 
+:      022506 le_att_finded_handle:
+0x579a 022507 ifetch 1 ,contr 
+0x579b 022508 store 1 ,mem_le_cur_uuid_length 
+0x579c 022509 copy pdata ,loopcnt 
+0x579d 022510 arg mem_le_cur_uuid ,contw 
+0x579e 022511 call memcpy_fast 
+0x579f 022512 ifetch 1 ,contr 
+0x57a0 022513 store 1 ,mem_le_curr_att_len 
+0x57a1 022514 call store_contr 
+0x57a2 022515 branch enable_blank 
+:      022518 le_modified_name:
+0x57a3 022519 bpatchx patch2e_5 ,mem_patch2e 
+0x57a4 022520 call le_modified_name_att_list 
+0x57a5 022521 branch le_modified_name_adv 
+:      022523 le_modified_name_att_list:
+0x57a6 022524 arg uuid_chrctr_device_name ,temp 
+0x57a7 022525 call le_att_get_short_uuid_ptr 
+0x57a8 022526 rtn blank 
+0x57a9 022527 ifetch 1 ,contr 
+0x57aa 022528 copy contr ,contw 
+0x57ab 022529 fetcht 1 ,mem_le_name_len 
+0x57ac 022530 copy temp ,loopcnt 
+0x57ad 022531 isub temp ,null 
+0x57ae 022532 nbranch le_name_length_longer_than_att ,positive 
+0x57af 022533 isub temp ,temp 
+0x57b0 022534 arg mem_le_name ,contr 
+0x57b1 022535 call memcpy 
+0x57b2 022536 copy temp ,loopcnt 
+0x57b3 022537 ncall memcpy_empty ,zero 
+0x57b4 022538 rtn 
+:      022539 le_name_length_longer_than_att:
+0x57b5 022540 copy pdata ,loopcnt 
+0x57b6 022541 arg mem_le_name ,contr 
+0x57b7 022542 branch memcpy_fast 
+:      022545 le_modified_name_adv:
+0x57b8 022546 arg mem_le_adv_data_len + 32 ,regc 
+0x57b9 022547 arg mem_le_adv_data ,rega 
+0x57ba 022548 call le_modified_name_adv_and_scan 
+0x57bb 022549 setarg 0 
+0x57bc 022550 setflag user ,0 ,pdata 
+0x57bd 022551 store 1 ,mem_pdatatemp 
+0x57be 022552 arg mem_le_scan_data_len + 32 ,regc 
+0x57bf 022553 arg mem_le_scan_data ,rega 
+0x57c0 022554 call le_modified_name_adv_and_scan 
+0x57c1 022555 rtn user 
+0x57c2 022556 fetch 1 ,mem_pdatatemp 
+0x57c3 022557 branch assert ,blank 
+0x57c4 022558 rtn 
+:      022561 le_modified_name_adv_and_scan:
+0x57c5 022562 bpatchx patch2e_6 ,mem_patch2e 
+0x57c6 022563 call enable_user 
+0x57c7 022564 call clear_temp_block 
+0x57c8 022565 arg 0 ,regb 
+0x57c9 022566 arg mem_le_data_temp ,contw 
+0x57ca 022567 call le_modified_name_adv_loop 
+0x57cb 022568 fetch 1 ,mem_le_name_len 
+0x57cc 022569 add pdata ,1 ,temp 
+0x57cd 022570 iadd regb ,rega 
+0x57ce 022571 increase 2 ,rega 
+0x57cf 022572 sub rega ,0x1f ,null 
+0x57d0 022573 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
+0x57d1 022574 istoret 1 ,contw 
+0x57d2 022575 arg gap_adtype_local_name_complete ,temp 
+0x57d3 022576 istoret 1 ,contw 
+0x57d4 022577 iforce loopcnt 
+0x57d5 022578 call memcpy_fast 
+0x57d6 022579 copy rega ,regb 
+:      022580 le_modified_name_adv_and_scan_store_data:
+0x57d7 022581 deposit regb 
+0x57d8 022582 store 1 ,mem_le_data_len_temp 
+0x57d9 022583 arg mem_le_data_len_temp ,contr 
+0x57da 022584 setarg -32 
+0x57db 022585 iadd regc ,contw 
+0x57dc 022586 branch memcpy32 
+:      022588 le_modified_name_adv_and_scan_name_overflow:
+0x57dd 022589 call disable_user 
+0x57de 022590 branch le_modified_name_adv_and_scan_store_data 
+:      022592 le_modified_name_adv_loop:
+0x57df 022593 ifetch 1 ,rega 
+0x57e0 022594 rtn blank 
+0x57e1 022595 pincrease 1 
+0x57e2 022596 ifetcht 1 ,contr 
+0x57e3 022597 sub temp ,gap_adtype_local_name_complete ,null 
+0x57e4 022598 branch le_modified_name_adv_found_name ,zero 
+0x57e5 022599 iadd regb ,regb 
+0x57e6 022600 copy rega ,contr 
+0x57e7 022601 iforce loopcnt 
+0x57e8 022602 call memcpy_fast 
+0x57e9 022603 copy contr ,rega 
+:      022604 le_modified_name_adv_loop2:
+0x57ea 022605 deposit rega 
+0x57eb 022606 isub regc ,null 
+0x57ec 022607 rtn positive 
+0x57ed 022608 branch le_modified_name_adv_loop 
+:      022610 le_modified_name_adv_found_name:
+0x57ee 022611 iadd rega ,rega 
+0x57ef 022612 branch le_modified_name_adv_loop2 
+:      022615 memcpy_empty:
+0x57f0 022616 setarg space 
+0x57f1 022617 istore 1 ,contw 
+0x57f2 022618 loop memcpy_empty 
+0x57f3 022619 rtn 
+:      022622 le_lpm_set_mult:
+0x57f4 022623 bpatchx patch2e_7 ,mem_patch2e 
+0x57f5 022624 disable wake 
+0x57f6 022625 branch le_lpm_set_mult_attempt ,attempt 
+0x57f7 022626 nbranch le_lpm_lost ,match 
+:      022627 le_lpm_set_mult_attempt:
+0x57f8 022628 call lpm_match 
+0x57f9 022629 fetch 2 ,mem_rx_window_sniff 
+0x57fa 022630 store 2 ,mem_le_receive_window 
+0x57fb 022632 nbranch lpm_mult_short ,match 
+0x57fc 022633 bmark1 mark_old_packet ,lpm_mult_short 
+0x57fd 022635 fetch 1 ,mem_le_packet_size 
+0x57fe 022636 nbranch lpm_mult_short ,blank 
+0x57ff 022637 fetch 1 ,mem_le_txlen 
+0x5800 022638 nbranch lpm_mult_short ,blank 
+0x5801 022640 fetch 1 ,mem_le_configuration 
+0x5802 022641 bbit1 bit_ble_short_mult ,lpm_mult_short 
+0x5803 022643 fetch 1 ,mem_le_state 
+0x5804 022644 bbit1 lestate_update_param ,lpm_mult_short 
+0x5805 022645 branch lpm_mult_wait_timeout 
+:      022647 le_lpm_lost:
+0x5806 022648 fetcht 2 ,mem_rx_window_sniff 
+0x5807 022649 rshift temp ,temp 
+0x5808 022650 fetch 2 ,mem_le_receive_window 
+0x5809 022651 iadd temp ,pdata 
+0x580a 022652 store 2 ,mem_le_receive_window 
+0x580b 022653 branch lpm_lost 
+:      022656 le_set_config_fixed_tk:
+0x580c 022657 arg bit_ble_passkey_fixed_key ,queue 
+0x580d 022658 branch le_set_config 
+:      022660 le_clr_config_fixed_tk:
+0x580e 022661 arg bit_ble_passkey_fixed_key ,queue 
+0x580f 022662 branch le_clr_config 
+:      022664 le_set_config_fixed_ltk:
+0x5810 022665 arg bit_ble_pairing_fixed_ltk ,queue 
+0x5811 022666 branch le_set_config 
+:      022668 le_clr_config_fixed_ltk:
+0x5812 022669 arg bit_ble_pairing_fixed_ltk ,queue 
+0x5813 022670 branch le_clr_config 
+:      022672 le_set_config_more_data:
+0x5814 022673 arg bit_ble_transmit_packet_by_md ,queue 
+0x5815 022674 branch le_set_config 
+:      022676 le_clr_config_more_data:
+0x5816 022677 arg bit_ble_transmit_packet_by_md ,queue 
+0x5817 022678 branch le_clr_config 
+:      022680 le_set_config_read_authentication:
+0x5818 022681 arg bit_ble_read_auth ,queue 
+0x5819 022682 branch le_set_config 
+:      022684 le_clr_config_read_authentication:
+0x581a 022685 arg bit_ble_read_auth ,queue 
+0x581b 022686 branch le_clr_config 
+:      022688 le_set_config_write_authentication:
+0x581c 022689 arg bit_ble_write_auth ,queue 
+0x581d 022690 branch le_set_config 
+:      022692 le_clr_config_write_authentication:
+0x581e 022693 arg bit_ble_write_auth ,queue 
+0x581f 022694 branch le_clr_config 
+:      022696 le_set_config_short_mult:
+0x5820 022697 arg bit_ble_short_mult ,queue 
+0x5821 022698 branch le_set_config 
+:      022700 le_clr_config_short_mult:
+0x5822 022701 arg bit_ble_short_mult ,queue 
+0x5823 022702 branch le_clr_config 
+:      022705 le_set_config:
+0x5824 022706 fetch 1 ,mem_le_configuration 
+0x5825 022707 qset1 pdata 
+0x5826 022708 store 1 ,mem_le_configuration 
+0x5827 022709 rtn 
+:      022711 le_clr_config:
+0x5828 022712 fetch 1 ,mem_le_configuration 
+0x5829 022713 qset0 pdata 
+0x582a 022714 store 1 ,mem_le_configuration 
+0x582b 022715 rtn 
+:      022717 le_set_fixed_ltk:
+0x582c 022718 setarg 0x112233 
+0x582d 022719 store 3 ,mem_le_fixed_ltk 
+0x582e 022720 setarg 0x445566 
+0x582f 022721 istore 3 ,contw 
+0x5830 022722 setarg 0x778899 
+0x5831 022723 istore 3 ,contw 
+0x5832 022724 setarg 0x001122 
+0x5833 022725 istore 3 ,contw 
+0x5834 022726 setarg 0x334455 
+0x5835 022727 istore 3 ,contw 
+0x5836 022728 setarg 0x66 
+0x5837 022729 istore 1 ,contw 
+0x5838 022730 rtn 
+:      022733 le_set_justwork:
+0x5839 022734 setarg 0x01000302 
+0x583a 022735 store 4 ,mem_le_pres 
+0x583b 022736 setarg 0x010010 
+0x583c 022737 store 3 ,mem_le_pres_max_keysize 
+0x583d 022738 jam 1 ,mem_le_pairing_mode 
+0x583e 022739 rtn 
+:      022743 le_fifo_malloc_tx_empty:
+0x583f 022744 arg 0 ,rega 
+0x5840 022745 arg llid_empty ,type 
+0x5841 022746 branch le_fifo_malloc_tx 
+:      022750 le_fifo_malloc_tx_ll:
+0x5842 022751 arg llid_le_ll ,type 
+0x5843 022752 call le_fifo_malloc_tx 
+0x5844 022753 copy regb ,pdata 
+0x5845 022754 istore 1 ,contw 
+0x5846 022755 rtn 
+:      022759 le_fifo_malloc_tx_l2cap:
+0x5847 022760 force llid_l2cap_start ,type 
+0x5848 022761 increase 4 ,rega 
+0x5849 022762 call le_fifo_malloc_tx 
+0x584a 022763 increase -4 ,rega 
+0x584b 022764 copy rega ,pdata 
+0x584c 022765 istore 2 ,contw 
+0x584d 022766 copy regb ,pdata 
+0x584e 022767 istore 2 ,contw 
+0x584f 022768 rtn 
+:      022772 le_fifo_malloc_tx:
+0x5850 022773 sub rega ,240 ,null 
+0x5851 022774 nbranch assert ,positive 
+0x5852 022775 fetch 1 ,mem_le_tx_buff_used 
+0x5853 022776 arg 1 ,temp 
+0x5854 022777 arg le_tx_buff_count ,loopcnt 
+:      022778 le_fifo_malloc_tx_loop:
+0x5855 022779 iand temp ,null 
+0x5856 022780 branch le_fifo_malloc_tx_got_empty ,zero 
+0x5857 022781 lshift temp ,temp 
+0x5858 022782 loop le_fifo_malloc_tx_loop 
+0x5859 022783 branch assert 
+:      022784 le_fifo_malloc_tx_got_empty:
+0x585a 022785 ixor temp ,pdata 
+0x585b 022786 store 1 ,mem_le_tx_buff_used 
+0x585c 022787 sub loopcnt ,le_tx_buff_count ,pdata 
+0x585d 022788 lshift4 pdata ,pdata 
+0x585e 022789 lshift4 pdata ,pdata 
+0x585f 022790 arg mem_le_tx_buffer0 ,temp 
+0x5860 022791 iadd temp ,temp 
+:      022792 le_fifo_tx_find_empty_ptr:
+0x5861 022793 arg 0 ,loopcnt 
+0x5862 022794 arg mem_le_tx_ptr0 ,contr 
+:      022795 le_fifo_tx_find_empty_ptr_loop:
+0x5863 022796 ifetch 2 ,contr 
+0x5864 022797 branch le_fifo_tx_found_empty_ptr ,blank 
+0x5865 022798 copy loopcnt ,pdata 
+0x5866 022799 increase 1 ,loopcnt 
+0x5867 022800 bne le_tx_buff_count ,le_fifo_tx_find_empty_ptr_loop 
+0x5868 022801 branch assert 
+:      022804 le_fifo_tx_found_empty_ptr:
+0x5869 022805 increase -2 ,contr 
+0x586a 022806 istoret 2 ,contr 
+0x586b 022807 copy temp ,contw 
+0x586c 022808 copy rega ,pdata 
+0x586d 022809 istore 1 ,contw 
+0x586e 022810 setarg 0 
+0x586f 022811 istore 1 ,contw 
+0x5870 022812 copy type ,pdata 
+0x5871 022813 istore 1 ,contw 
+0x5872 022814 rtn 
+:      022818 le_fifo_get_first_tx_ptr:
+0x5873 022819 fetch 2 ,mem_le_tx_ptr0 
+0x5874 022820 copy pdata ,contr 
+0x5875 022821 rtn 
+:      022823 le_fifo_get_second_tx_ptr:
+0x5876 022824 fetch 2 ,mem_le_tx_ptr1 
+0x5877 022825 copy pdata ,contr 
+0x5878 022826 rtn 
+:      022828 le_fifo_get_last_tx_ptr:
+0x5879 022829 call le_fifo_get_last_tx_ptr0 
+0x587a 022830 copy pdata ,contr 
+0x587b 022831 rtn 
+:      022832 le_fifo_get_last_tx_ptr0:
+0x587c 022833 fetch 2 ,mem_le_tx_ptr3 
+0x587d 022834 nrtn blank 
+0x587e 022835 fetch 2 ,mem_le_tx_ptr2 
+0x587f 022836 nrtn blank 
+0x5880 022837 fetch 2 ,mem_le_tx_ptr1 
+0x5881 022838 nrtn blank 
+0x5882 022839 fetch 2 ,mem_le_tx_ptr0 
+0x5883 022840 rtn 
+:      022842 le_fifo_get_first_l2cap_ptr:
+0x5884 022843 call le_fifo_get_first_tx_ptr 
+0x5885 022844 increase 3 ,contr 
+0x5886 022845 rtn 
+:      022847 le_fifo_get_first_att_ptr:
+0x5887 022848 call le_fifo_get_first_tx_ptr 
+0x5888 022849 increase 7 ,contr 
+0x5889 022850 rtn 
+:      022852 le_fifo_get_last_att_ptr:
+0x588a 022853 call le_fifo_get_last_tx_ptr 
+0x588b 022854 increase 7 ,contr 
+0x588c 022855 rtn 
+:      022857 le_fifo_get_last_l2cap_ptr:
+0x588d 022858 call le_fifo_get_last_tx_ptr 
+0x588e 022859 increase 3 ,contr 
+0x588f 022860 rtn 
+:      022864 le_fifo_check_full:
+0x5890 022865 fetch 2 ,mem_le_tx_ptr3 
+0x5891 022866 rtn 
+:      022869 le_fifo_check_nearly_full:
+0x5892 022870 fetch 2 ,mem_le_tx_ptr2 
+0x5893 022871 rtn 
+:      022874 le_fifo_check_empty:
+0x5894 022875 fetch 2 ,mem_le_tx_ptr0 
+0x5895 022876 rtn 
+:      022879 le_fifo_release_first_node:
+0x5896 022880 fetch 2 ,mem_le_tx_ptr0 
+0x5897 022881 arg mem_le_tx_buffer0 ,temp 
+0x5898 022882 isub temp ,pdata 
+0x5899 022883 rshift4 pdata ,pdata 
+0x589a 022884 rshift4 pdata ,queue 
+0x589b 022885 fetch 1 ,mem_le_tx_buff_used 
+0x589c 022886 qset0 pdata 
+0x589d 022887 store 1 ,mem_le_tx_buff_used 
+0x589e 022888 arg 0 ,loopcnt 
+:      022889 le_fifo_release_first_node_loop:
+0x589f 022890 lshift loopcnt ,pdata 
+0x58a0 022891 arg mem_le_tx_ptr1 ,temp 
+0x58a1 022892 iadd temp ,temp 
+0x58a2 022893 ifetch 2 ,temp 
+0x58a3 022894 increase -2 ,temp 
+0x58a4 022895 istore 2 ,temp 
+0x58a5 022896 copy loopcnt ,pdata 
+0x58a6 022897 increase 1 ,loopcnt 
+0x58a7 022898 bne le_tx_buff_update_loopcnt ,le_fifo_release_first_node_loop 
+0x58a8 022899 setarg 0 
+0x58a9 022900 istore 2 ,temp 
+0x58aa 022901 rtn 
+:      022907 le_parse_att:
+0x58ab 022908 ifetch 3 ,contr 
+0x58ac 022909 store 3 ,mem_le_att_opcode 
+0x58ad 022910 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x58ae 022911 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
+0x58af 022912 beq attop_find_information_request ,le_parse_att_find_information_request 
+0x58b0 022913 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
+0x58b1 022914 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
+0x58b2 022915 beq attop_read_request ,le_parse_att_read_request 
+0x58b3 022916 beq attop_read_blob_request ,le_parse_att_read_blob_request 
+0x58b4 022917 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
+0x58b5 022918 beq attop_write_request ,le_parse_att_write_request 
+0x58b6 022919 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
+0x58b7 022920 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x58b8 022921 beq attop_write_command ,le_parse_att_write_command 
+0x58b9 022922 rtn 
+:      022925 le_send_att_exchange_mtu_requset:
+0x58ba 022926 force 3 ,rega 
+0x58bb 022927 call le_fifo_malloc_tx_l2cap_gatt 
+0x58bc 022928 setarg attop_exchange_mtu_request 
+0x58bd 022929 istore 1 ,contw 
+0x58be 022930 fetch 2 ,mem_le_local_mtu 
+0x58bf 022931 istore 2 ,contw 
+0x58c0 022932 rtn 
+:      022935 le_parse_att_exchange_mtu_request:
+0x58c1 022936 call le_parse_att_exchange_mtu_response 
+:      022937 le_send_att_exchange_mtu_response:
+0x58c2 022938 force 3 ,rega 
+0x58c3 022939 call le_fifo_malloc_tx_l2cap_gatt 
+0x58c4 022940 setarg attop_exchange_mtu_response 
+0x58c5 022941 istore 1 ,contw 
+0x58c6 022942 fetch 2 ,mem_le_local_mtu 
+0x58c7 022943 istore 2 ,contw 
+0x58c8 022944 rtn 
+:      022946 le_parse_att_exchange_mtu_response:
+0x58c9 022947 rshift8 pdata ,pdata 
+0x58ca 022948 store 2 ,mem_le_remote_mtu 
+0x58cb 022949 rtn 
+:      022951 le_parse_att_find_information_request:
+0x58cc 022952 call le_get_search_handle_start_end_common 
+0x58cd 022953 call enable_user 
+0x58ce 022954 branch le_send_att_find_information_response 
+:      022956 le_send_att_find_information_response:
+0x58cf 022957 arg 3 ,timeup 
+0x58d0 022958 call le_init_attlist_search 
+:      022959 le_send_att_find_information_res_loop:
+0x58d1 022960 call le_att_handle_inrange 
+0x58d2 022961 branch le_send_att_find_information_res_end ,blank 
+0x58d3 022962 nbranch le_send_att_find_information_res_next ,positive 
+0x58d4 022963 increase -2 ,contr 
+0x58d5 022964 call store_contr 
+0x58d6 022965 call get_contw 
+0x58d7 022966 nbranch le_send_att_find_information_res_store_info ,user 
+0x58d8 022967 call push_stack_rega_b_c 
+0x58d9 022968 call disable_user 
+0x58da 022969 force 20 ,rega 
+0x58db 022970 call le_fifo_malloc_tx_l2cap_gatt 
+0x58dc 022971 call pop_stack_rega_b_c 
+0x58dd 022972 setarg attop_find_information_response 
+0x58de 022973 istore 1 ,contw 
+0x58df 022974 setarg uuid_size_16bit 
+0x58e0 022975 istore 1 ,contw 
+:      022976 le_send_att_find_information_res_store_info:
+0x58e1 022977 call get_contr 
+0x58e2 022978 ifetch 2 ,contr 
+0x58e3 022979 istore 2 ,contw 
+0x58e4 022980 ifetch 1 ,contr 
+0x58e5 022981 copy pdata ,loopcnt 
+0x58e6 022982 call memcpy 
+0x58e7 022983 call store_contw 
+0x58e8 022984 increase -1 ,timeup 
+0x58e9 022985 branch le_send_att_find_information_res_end ,zero 
+:      022986 le_send_att_find_information_res_cont:
+0x58ea 022987 ifetch 1 ,contr 
+0x58eb 022988 iadd contr ,contr 
+0x58ec 022989 branch le_send_att_find_information_res_loop 
+:      022990 le_send_att_find_information_res_next:
+0x58ed 022991 ifetch 1 ,contr 
+0x58ee 022992 iadd contr ,contr 
+0x58ef 022993 branch le_send_att_find_information_res_cont 
+:      022994 le_send_att_find_information_res_end:
+0x58f0 022995 branch le_send_att_error_response_notfound ,user 
+0x58f1 022996 branch le_send_auto_len_by_mem 
+:      022999 le_parse_att_find_by_type_value_request:
+0x58f2 023000 call le_get_search_handle_start_end_common 
+0x58f3 023001 ifetch 2 ,contr 
+0x58f4 023002 store 2 ,mem_le_search_uuid 
+0x58f5 023003 call store_contr 
+0x58f6 023004 arg mem_le_search_att_type_length ,contw 
+0x58f7 023005 fetch 2 ,mem_le_l2cap_size 
+0x58f8 023006 increase -7 ,pdata 
+0x58f9 023007 call le_get_search_common2 
+0x58fa 023008 branch le_send_att_find_by_type_value_response 
+:      023011 le_start_end_handle_check_1:
+0x58fb 023012 disable user 
+0x58fc 023013 fetcht 2 ,mem_le_search_handle_start 
+0x58fd 023014 fetch 2 ,mem_le_search_handle_end 
+0x58fe 023015 isub temp ,null 
+0x58ff 023016 nbranch le_start_end_handle_check_1_fail ,positive 
+0x5900 023017 deposit temp 
+0x5901 023018 rtnne 0 
+:      023019 le_start_end_handle_check_1_fail:
+0x5902 023020 enable user 
+0x5903 023021 jam att_err_invalid_handle ,mem_le_err_code 
+0x5904 023022 branch le_send_att_error_response 
+:      023025 le_send_att_find_by_type_value_response:
+0x5905 023026 call le_start_end_handle_check_1 
+0x5906 023027 rtn user 
+0x5907 023028 fetcht 2 ,mem_le_search_uuid 
+0x5908 023029 setarg uuid_gatt_primary_service 
+0x5909 023030 isub temp ,null 
+0x590a 023031 branch le_send_att_find_by_type_value_res_primary ,zero 
+0x590b 023032 branch le_send_att_error_response_notfound 
+:      023035 le_send_att_find_by_type_value_res_primary:
+0x590c 023036 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
+0x590d 023037 fetcht 2 ,mem_le_search_handle_start 
+0x590e 023038 storet 2 ,mem_temp 
+0x590f 023039 call le_att_get_handle_info 
+0x5910 023040 nbranch le_send_att_error_response_notfound ,blank 
+:      023041 le_send_att_find_primary_search_loop:
+0x5911 023042 fetcht 2 ,mem_temp 
+0x5912 023043 call le_att_get_handle_info 
+0x5913 023044 nbranch le_send_att_error_response_notfound2 ,blank 
+0x5914 023045 copy contr ,rega 
+0x5915 023046 fetch 1 ,mem_le_curr_att_len 
+0x5916 023047 copy pdata ,loopcnt 
+0x5917 023048 fetcht 1 ,mem_le_search_att_type_length 
+0x5918 023049 isub temp ,null 
+0x5919 023050 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x591a 023051 arg mem_le_search_att_type ,regb 
+0x591b 023052 call string_compare 
+0x591c 023054 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
+0x591d 023056 fetch 2 ,mem_le_cur_uuid 
+0x591e 023057 fetcht 2 ,mem_le_search_uuid 
+0x591f 023058 isub temp ,null 
+0x5920 023059 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
+:      023060 le_send_att_find_primary_search_loop1:
+0x5921 023061 fetch 2 ,mem_temp 
+0x5922 023062 increase 1 ,pdata 
+0x5923 023063 store 2 ,mem_temp 
+0x5924 023064 branch le_send_att_find_primary_search_loop 
+:      023066 le_send_att_error_response_notfound2:
+0x5925 023067 fetch 1 ,mem_le_search_res 
+0x5926 023068 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
+0x5927 023069 branch le_send_att_error_response_notfound 
+:      023072 le_send_att_find_primary_search_end_start_handle_found:
+0x5928 023073 fetch 2 ,mem_le_cur_uuid 
+0x5929 023074 fetcht 2 ,mem_le_search_uuid 
+0x592a 023075 isub temp ,null 
+0x592b 023076 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x592c 023077 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
+0x592d 023079 fetcht 2 ,mem_temp 
+0x592e 023080 storet 2 ,mem_le_cur_handle_start 
+0x592f 023081 branch le_send_att_find_primary_search_loop1 
+:      023083 le_send_att_find_primary_search_end_ending_handle_found:
+0x5930 023084 fetch 1 ,mem_le_search_res 
+0x5931 023085 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
+0x5932 023086 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
+0x5933 023087 fetcht 2 ,mem_temp 
+0x5934 023088 increase -1 ,temp 
+0x5935 023089 storet 2 ,mem_le_cur_handle_end 
+:      023091 le_send_att_find_primary_search_end:
+0x5936 023092 arg 5 ,rega 
+0x5937 023093 call le_fifo_malloc_tx_l2cap_gatt 
+0x5938 023094 setarg attop_find_by_type_value_response 
+0x5939 023095 istore 1 ,contw 
+0x593a 023096 fetch 2 ,mem_le_cur_handle_start 
+0x593b 023097 istore 2 ,contw 
+0x593c 023098 fetch 2 ,mem_le_cur_handle_end 
+0x593d 023099 istore 2 ,contw 
+0x593e 023100 rtn 
+:      023104 le_parse_att_read_by_type_request:
+0x593f 023105 call le_get_search_handle_start_end_common 
+0x5940 023106 call le_get_search_att_uuid 
+0x5941 023107 branch le_send_att_read_by_type_response 
+:      023109 le_send_att_read_by_type_response:
+0x5942 023110 fetcht 2 ,mem_le_search_handle_start 
+0x5943 023111 storet 2 ,mem_temp 
+0x5944 023112 call le_init_attlist_search 
+0x5945 023113 call le_att_get_handle_ptr2 
+0x5946 023114 increase -2 ,contr 
+0x5947 023115 copy contr ,pdata 
+0x5948 023116 store 2 ,mem_le_cur_attlist_start_ptr 
+0x5949 023118 fetcht 2 ,mem_le_search_uuid 
+0x594a 023119 setarg uuid_chrctr_device_name 
+0x594b 023120 isub temp ,null 
+0x594c 023121 branch le_send_att_read_by_type_res_device_name ,zero 
+0x594d 023122 setarg uuid_gatt_characteristic 
+0x594e 023123 isub temp ,null 
+0x594f 023124 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
+0x5950 023125 arg 2 ,timeup 
+:      023126 le_send_att_read_by_type_response_loop:
+0x5951 023127 call le_att_check_handle_end 
+0x5952 023128 nbranch le_send_att_read_by_type_response_end ,positive 
+0x5953 023129 fetcht 2 ,mem_temp 
+0x5954 023130 call le_att_get_handle_info_from_ptr 
+0x5955 023131 beq 1 ,le_send_att_read_by_type_response_end 
+0x5956 023132 call le_att_same_uuid 
+0x5957 023133 nbranch le_send_att_read_by_type_response_next_handle ,zero 
+0x5958 023134 nbranch le_send_att_read_by_type_res_found_next ,user 
+0x5959 023135 disable user 
+0x595a 023136 arg 20 ,rega 
+0x595b 023137 call le_fifo_malloc_tx_l2cap_gatt 
+0x595c 023138 setarg attop_read_by_type_response 
+0x595d 023139 istore 1 ,contw 
+0x595e 023140 copy contw ,alarm 
+0x595f 023141 increase 1 ,contw 
+0x5960 023143 call le_send_att_read_by_type_write_properties 
+0x5961 023144 call le_att_next_handle 
+0x5962 023145 call le_att_get_handle_info_from_ptr 
+0x5963 023146 call le_send_att_read_by_type_write_uuid 
+0x5964 023147 fetch 1 ,mem_le_cur_uuid_length 
+0x5965 023148 increase 5 ,pdata 
+0x5966 023149 istore 1 ,alarm 
+0x5967 023150 fetch 1 ,mem_le_cur_uuid_length 
+0x5968 023151 beq 16 ,le_send_att_read_by_type_response_end 
+0x5969 023152 increase -1 ,timeup 
+0x596a 023153 branch le_send_att_read_by_type_response_end ,zero 
+:      023154 le_send_att_read_by_type_response_next_handle:
+0x596b 023155 call le_att_next_handle 
+0x596c 023156 branch le_send_att_read_by_type_response_loop 
+:      023157 le_send_att_read_by_type_response_end:
+0x596d 023158 branch le_send_att_error_response_notfound ,user 
+0x596e 023159 branch le_send_auto_len_by_mem 
+:      023161 le_send_att_read_by_type_res_found_next:
+0x596f 023162 call le_store_att_record 
+0x5970 023163 call le_att_next_handle 
+0x5971 023164 call le_att_get_handle_info_from_ptr 
+0x5972 023165 fetch 1 ,mem_le_cur_uuid_length 
+0x5973 023166 beq 16 ,le_send_att_read_by_type_response_end 
+0x5974 023168 call get_contw 
+0x5975 023169 fetch 2 ,mem_temp 
+0x5976 023170 increase -1 ,pdata 
+0x5977 023171 istore 2 ,contw 
+0x5978 023172 call le_write_att_record_common 
+0x5979 023173 call le_send_att_read_by_type_write_uuid 
+0x597a 023174 increase -1 ,timeup 
+0x597b 023175 branch le_send_att_read_by_type_response_end ,zero 
+0x597c 023176 branch le_send_att_read_by_type_response_next_handle 
+:      023179 le_send_att_read_by_type_write_properties:
+0x597d 023180 fetch 2 ,mem_temp 
+0x597e 023181 istore 2 ,contw 
+0x597f 023183 fetch 1 ,mem_le_curr_att_len 
+0x5980 023184 copy pdata ,loopcnt 
+0x5981 023185 call get_contr 
+0x5982 023186 call memcpy_fast 
+0x5983 023187 branch store_contw 
+:      023188 le_send_att_read_by_type_write_uuid:
+0x5984 023189 call get_contw 
+0x5985 023190 fetch 2 ,mem_temp 
+0x5986 023191 istore 2 ,contw 
+0x5987 023192 call store_contw 
+0x5988 023193 fetch 1 ,mem_le_cur_uuid_length 
+0x5989 023194 copy pdata ,loopcnt 
+0x598a 023195 call get_contw 
+0x598b 023196 call get_contr 
+0x598c 023197 isub loopcnt ,contr 
+0x598d 023198 increase -1 ,contr 
+0x598e 023199 call memcpy_fast 
+0x598f 023200 branch store_contw 
+:      023204 le_send_att_read_by_type_res_not_characteristic:
+0x5990 023205 fetcht 2 ,mem_le_search_handle_start 
+0x5991 023206 storet 2 ,mem_temp 
+:      023207 le_send_att_read_by_type_res_not_char_loop:
+0x5992 023208 call le_att_check_handle_end 
+0x5993 023209 nbranch le_send_att_error_response_notfound ,positive 
+0x5994 023210 call le_att_get_handle_info_from_ptr 
+0x5995 023211 beq 1 ,le_send_att_error_response_notfound 
+0x5996 023212 call le_att_same_uuid 
+0x5997 023213 nbranch le_send_att_read_by_type_res_not_char_next ,zero 
+:      023215 le_send_att_read_by_type_res_not_char_common:
+0x5998 023216 arg 20 ,rega 
+0x5999 023217 call le_fifo_malloc_tx_l2cap_gatt 
+0x599a 023218 setarg attop_read_by_type_response 
+0x599b 023219 istore 1 ,contw 
+0x599c 023220 fetch 1 ,mem_le_curr_att_len 
+0x599d 023221 copy pdata ,loopcnt 
+0x599e 023222 increase 2 ,pdata 
+0x599f 023223 istore 1 ,contw 
+0x59a0 023224 fetch 2 ,mem_temp 
+0x59a1 023225 istore 2 ,contw 
+0x59a2 023226 call get_contr 
+0x59a3 023227 call memcpy_fast 
+0x59a4 023228 call store_contw 
+0x59a5 023229 branch le_send_auto_len_by_mem 
+:      023231 le_send_att_read_by_type_res_not_char_next:
+0x59a6 023232 call le_att_next_handle 
+0x59a7 023233 branch le_send_att_read_by_type_res_not_char_loop 
+:      023236 le_send_att_read_by_type_res_device_name:
+0x59a8 023237 arg uuid_chrctr_device_name ,temp 
+0x59a9 023238 call le_att_get_short_uuid_ptr 
+0x59aa 023239 rtn blank 
+0x59ab 023240 increase -5 ,contr 
+0x59ac 023241 ifetch 2 ,contr 
+0x59ad 023242 store 2 ,mem_temp 
+0x59ae 023243 arg 20 ,rega 
+0x59af 023244 call le_fifo_malloc_tx_l2cap_gatt 
+0x59b0 023245 setarg attop_read_by_type_response 
+0x59b1 023246 istore 1 ,contw 
+0x59b2 023247 fetch 1 ,mem_le_name_len 
+0x59b3 023248 copy pdata ,loopcnt 
+0x59b4 023249 increase 2 ,pdata 
+0x59b5 023250 istore 1 ,contw 
+0x59b6 023251 fetch 2 ,mem_temp 
+0x59b7 023252 istore 2 ,contw 
+0x59b8 023253 arg mem_le_name ,contr 
+0x59b9 023254 call memcpy_fast 
+0x59ba 023255 call store_contw 
+0x59bb 023256 branch le_send_auto_len_by_mem 
+:      023260 le_parse_att_read_request:
+0x59bc 023261 fetcht 2 ,mem_le_att_handle 
+0x59bd 023262 fetch 1 ,mem_le_configuration 
+0x59be 023263 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
+:      023265 le_send_att_read_response:
+0x59bf 023266 call le_att_get_handle_ptr 
+0x59c0 023267 branch le_send_att_error_response_notfound ,blank 
+0x59c1 023268 increase -2 ,contr 
+0x59c2 023269 ifetch 2 ,contr 
+0x59c3 023270 arg uuid_chrctr_device_name ,temp 
+0x59c4 023271 isub temp ,null 
+0x59c5 023272 branch le_send_device_name ,zero 
+0x59c6 023273 ifetch 1 ,contr 
+0x59c7 023274 sub pdata ,22 ,null 
+0x59c8 023275 branch le_send_att_read_response_less ,positive 
+0x59c9 023276 force 22 ,pdata 
+:      023277 le_send_att_read_response_less:
+0x59ca 023278 copy pdata ,regc 
+0x59cb 023279 call store_contr 
+0x59cc 023280 add regc ,1 ,rega 
+0x59cd 023281 call le_fifo_malloc_tx_l2cap_gatt 
+0x59ce 023282 setarg attop_read_response 
+0x59cf 023283 istore 1 ,contw 
+0x59d0 023284 copy regc ,loopcnt 
+0x59d1 023285 call get_contr 
+0x59d2 023286 branch memcpy 
+:      023288 le_send_device_name:
+0x59d3 023289 call store_contr 
+0x59d4 023290 fetch 1 ,mem_le_name_len 
+0x59d5 023291 add pdata ,1 ,rega 
+0x59d6 023292 call le_fifo_malloc_tx_l2cap_gatt 
+0x59d7 023293 setarg attop_read_response 
+0x59d8 023294 istore 1 ,contw 
+0x59d9 023295 fetch 1 ,mem_le_name_len 
+0x59da 023296 copy pdata ,loopcnt 
+0x59db 023297 arg mem_le_name ,contr 
+0x59dc 023298 branch memcpy 
+:      023301 le_send_att_read_response_check_auth:
+0x59dd 023302 fetch 2 ,mem_le_pairing_handle 
+0x59de 023303 isub temp ,null 
+0x59df 023304 nbranch le_send_att_read_response ,zero 
+0x59e0 023306 call le_check_encrypt_state 
+0x59e1 023307 nbranch le_send_att_read_response ,user 
+0x59e2 023308 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x59e3 023309 branch le_send_att_error_response 
+:      023312 le_parse_att_read_blob_request:
+0x59e4 023313 ifetch 2 ,contr 
+0x59e5 023314 store 2 ,mem_le_att_offset 
+:      023315 le_send_att_read_blob_response:
+0x59e6 023316 arg 20 ,rega 
+0x59e7 023317 call le_fifo_malloc_tx_l2cap_gatt 
+0x59e8 023318 setarg attop_read_blob_response 
+0x59e9 023319 istore 1 ,contw 
+0x59ea 023320 fetch 2 ,mem_le_att_offset 
+0x59eb 023321 iforce rega 
+0x59ec 023322 fetcht 2 ,mem_le_att_handle 
+0x59ed 023323 call le_att_get_handle_ptr 
+0x59ee 023324 branch le_send_att_error_response_notfound ,blank 
+0x59ef 023325 ifetch 1 ,contr 
+0x59f0 023326 isub rega ,loopcnt 
+0x59f1 023327 nbranch le_send_att_error_response_notfound ,positive 
+0x59f2 023328 sub loopcnt ,22 ,null 
+0x59f3 023329 branch le_send_att_read_blob_response_less ,positive 
+0x59f4 023330 force 22 ,loopcnt 
+:      023331 le_send_att_read_blob_response_less:
+0x59f5 023332 deposit rega 
+0x59f6 023333 iadd contr ,contr 
+0x59f7 023334 call memcpy_fast 
+0x59f8 023335 call store_contw 
+0x59f9 023336 branch le_send_auto_len_by_mem 
+:      023339 le_parse_att_read_by_group_type_request:
+0x59fa 023340 call le_get_search_handle_start_end_common 
+0x59fb 023341 call le_get_search_att_type 
+0x59fc 023342 branch le_send_att_read_by_group_type_response 
+:      023347 le_send_att_read_by_group_type_response:
+0x59fd 023348 arg 2 ,timeup 
+0x59fe 023349 fetcht 2 ,mem_le_search_handle_start 
+0x59ff 023353 storet 2 ,mem_temp 
+0x5a00 023354 call le_init_attlist_search 
+0x5a01 023355 call le_att_get_handle_ptr2 
+0x5a02 023356 increase -2 ,contr 
+0x5a03 023357 copy contr ,pdata 
+0x5a04 023358 store 2 ,mem_le_cur_attlist_start_ptr 
+:      023359 le_send_att_read_by_group_type_response_loop:
+0x5a05 023360 call le_att_check_handle_end 
+0x5a06 023361 nbranch le_send_att_read_by_group_type_end0 ,positive 
+0x5a07 023362 fetcht 2 ,mem_temp 
+0x5a08 023363 call le_att_get_handle_info_from_ptr 
+0x5a09 023364 beq 1 ,le_send_att_read_by_group_type_end1 
+0x5a0a 023366 call le_att_same_type 
+0x5a0b 023367 nbranch le_send_att_read_by_group_type_next_handle ,zero 
+0x5a0c 023368 copy timeup ,pdata 
+0x5a0d 023369 beq 0 ,le_send_att_read_by_group_type_end1 
+0x5a0e 023370 nbranch le_send_att_read_by_group_type_store_write_record ,user 
+0x5a0f 023371 disable user 
+0x5a10 023373 arg 20 ,rega 
+0x5a11 023374 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a12 023375 setarg attop_read_by_group_type_response 
+0x5a13 023376 istore 1 ,contw 
+0x5a14 023377 fetch 1 ,mem_le_curr_att_len 
+0x5a15 023378 increase 4 ,pdata 
+0x5a16 023379 istore 1 ,contw 
+0x5a17 023380 call store_contw 
+0x5a18 023381 branch le_send_att_read_by_group_type_store_record 
+:      023382 le_send_att_read_by_group_type_store_write_record:
+0x5a19 023383 fetch 1 ,mem_le_curr_att_len 
+0x5a1a 023384 beq 16 ,le_send_att_read_by_group_type_end1 
+0x5a1b 023385 fetch 2 ,mem_temp 
+0x5a1c 023386 increase -1 ,pdata 
+0x5a1d 023387 store 2 ,mem_le_cur_handle_end 
+0x5a1e 023388 call le_write_att_record 
+:      023389 le_send_att_read_by_group_type_store_record:
+0x5a1f 023390 fetch 2 ,mem_temp 
+0x5a20 023391 store 2 ,mem_le_cur_handle_start 
+0x5a21 023392 call le_store_att_record 
+0x5a22 023393 increase -1 ,timeup 
+:      023395 le_send_att_read_by_group_type_next_handle:
+0x5a23 023396 call le_att_next_handle 
+0x5a24 023397 branch le_send_att_read_by_group_type_response_loop 
+:      023399 le_send_att_read_by_group_type_end0:
+0x5a25 023400 fetch 2 ,mem_temp 
+0x5a26 023401 store 2 ,mem_le_cur_handle_end 
+0x5a27 023402 branch le_send_att_read_by_group_type_end_common 
+:      023403 le_send_att_read_by_group_type_end1:
+0x5a28 023404 fetch 2 ,mem_temp 
+0x5a29 023405 increase -1 ,pdata 
+0x5a2a 023406 store 2 ,mem_le_cur_handle_end 
+0x5a2b 023407 branch le_send_att_read_by_group_type_end_common 
+:      023408 le_send_att_read_by_group_type_end_common:
+0x5a2c 023409 branch le_send_att_error_response_notfound ,user 
+0x5a2d 023410 call le_write_att_record 
+0x5a2e 023411 branch le_send_auto_len_by_mem 
+:      023416 le_parse_att_write_request:
+0x5a2f 023417 copy contr ,rega 
+0x5a30 023418 fetch 2 ,mem_le_l2cap_size 
+0x5a31 023419 add pdata ,-3 ,regb 
+0x5a32 023420 call le_writeatt_cb 
+:      023421 le_send_att_write_response_check_auth:
+0x5a33 023422 fetch 1 ,mem_le_configuration 
+0x5a34 023423 bbit0 bit_ble_write_auth ,le_send_att_write_response 
+0x5a35 023425 fetcht 2 ,mem_le_att_handle 
+0x5a36 023426 fetch 2 ,mem_le_pairing_handle 
+0x5a37 023427 isub temp ,null 
+0x5a38 023428 nbranch le_send_att_write_response ,zero 
+0x5a39 023429 call le_check_encrypt_state 
+0x5a3a 023430 nbranch le_send_att_write_response ,user 
+0x5a3b 023431 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x5a3c 023432 branch le_send_att_error_response 
+:      023434 le_send_att_write_response:
+0x5a3d 023435 force 1 ,rega 
+0x5a3e 023436 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a3f 023437 setarg attop_write_response 
+0x5a40 023438 istore 1 ,contw 
+0x5a41 023439 rtn 
+:      023441 le_check_encrypt_state:
+0x5a42 023442 call disable_user 
+0x5a43 023443 fetch 1 ,mem_le_pairing_mode 
+0x5a44 023444 rtneq le_pairing_mode_none 
+0x5a45 023445 fetch 1 ,mem_context 
+0x5a46 023446 rtnbit1 lestate_encryption 
+0x5a47 023447 branch enable_user 
+:      023450 le_parse_att_prepare_write_request:
+0x5a48 023451 add contr ,2 ,rega 
+0x5a49 023452 fetch 2 ,mem_le_l2cap_size 
+0x5a4a 023453 add pdata ,-5 ,regb 
+0x5a4b 023454 call le_writeatt_cb 
+0x5a4c 023455 branch le_send_att_prepare_write_response 
+:      023458 le_send_att_prepare_write_response:
+0x5a4d 023459 fetch 2 ,mem_le_l2cap_size 
+0x5a4e 023460 copy pdata ,rega 
+0x5a4f 023461 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a50 023462 setarg attop_prepare_write_response 
+0x5a51 023463 istore 1 ,contw 
+0x5a52 023464 fetch 2 ,mem_le_att_handle 
+0x5a53 023465 istore 2 ,contw 
+0x5a54 023466 fetch 2 ,mem_le_l2cap_size 
+0x5a55 023467 add pdata ,-5 ,loopcnt 
+0x5a56 023468 fetch 2 ,mem_le_payload_ptr 
+0x5a57 023469 add pdata ,7 ,contr 
+0x5a58 023470 ifetch 2 ,contr 
+0x5a59 023471 istore 2 ,contw 
+0x5a5a 023472 branch memcpy_fast 
+:      023476 le_parse_att_execute_write_request:
+:      023478 le_send_att_execute_write_response:
+0x5a5b 023479 force 1 ,rega 
+0x5a5c 023480 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a5d 023481 setarg attop_execute_write_response 
+0x5a5e 023482 istore 1 ,contw 
+0x5a5f 023483 rtn 
+:      023487 le_parse_att_write_command:
+0x5a60 023488 copy contr ,rega 
+0x5a61 023489 fetch 2 ,mem_le_l2cap_size 
+0x5a62 023490 add pdata ,-3 ,regb 
+0x5a63 023491 branch le_writeatt_cb 
+:      023496 le_att_malloc_tx_notify:
+0x5a64 023497 copy temp ,regc 
+0x5a65 023498 increase 3 ,rega 
+0x5a66 023499 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a67 023500 increase -3 ,rega 
+0x5a68 023501 setarg attop_handle_value_notification 
+0x5a69 023502 istore 1 ,contw 
+0x5a6a 023503 copy regc ,temp 
+0x5a6b 023504 istoret 2 ,contw 
+0x5a6c 023505 rtn 
+:      023508 le_att_malloc_tx_indication:
+0x5a6d 023509 copy temp ,regc 
+0x5a6e 023510 increase 3 ,rega 
+0x5a6f 023511 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a70 023512 increase -3 ,rega 
+0x5a71 023513 setarg attop_handle_value_indication 
+0x5a72 023514 istore 1 ,contw 
+0x5a73 023515 copy regc ,temp 
+0x5a74 023516 istoret 2 ,contw 
+0x5a75 023517 rtn 
+:      023522 le_send_att_error_response_notfound:
+0x5a76 023523 jam att_err_attribute_not_found ,mem_le_err_code 
+:      023524 le_send_att_error_response:
+0x5a77 023525 force 5 ,rega 
+0x5a78 023526 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a79 023527 setarg attop_error_response 
+0x5a7a 023528 istore 1 ,contw 
+0x5a7b 023529 fetch 1 ,mem_le_att_opcode 
+0x5a7c 023530 istore 1 ,contw 
+0x5a7d 023531 fetch 2 ,mem_le_att_handle 
+0x5a7e 023532 istore 2 ,contw 
+0x5a7f 023533 fetch 1 ,mem_le_err_code 
+0x5a80 023534 istore 1 ,contw 
+0x5a81 023535 rtn 
+:      023538 le_fifo_malloc_tx_l2cap_gatt:
+0x5a82 023539 force le_l2cap_cid_att ,regb 
+0x5a83 023540 branch le_fifo_malloc_tx_l2cap 
+:      023543 le_att_next_handle:
+0x5a84 023544 fetcht 2 ,mem_temp 
+0x5a85 023545 increase 1 ,temp 
+0x5a86 023546 storet 2 ,mem_temp 
+0x5a87 023547 rtn 
+:      023549 le_att_check_handle_end:
+0x5a88 023550 fetcht 2 ,mem_temp 
+0x5a89 023551 fetch 2 ,mem_le_search_handle_end 
+0x5a8a 023552 isub temp ,null 
+0x5a8b 023553 rtn 
+:      023556 le_att_same_type:
+0x5a8c 023557 fetcht 1 ,mem_le_search_att_type_length 
+0x5a8d 023558 arg mem_le_search_att_type ,rega 
+:      023559 le_att_check_same_common:
+0x5a8e 023560 fetch 1 ,mem_le_cur_uuid_length 
+0x5a8f 023561 copy pdata ,loopcnt 
+0x5a90 023562 isub temp ,null 
+0x5a91 023563 nrtn zero 
+0x5a92 023564 arg mem_le_cur_uuid ,regb 
+0x5a93 023565 branch string_compare 
+:      023567 le_att_same_uuid:
+0x5a94 023568 fetcht 1 ,mem_le_search_uuid_length 
+0x5a95 023569 arg mem_le_search_uuid ,rega 
+0x5a96 023570 branch le_att_check_same_common 
+:      023573 le_store_att_record:
+0x5a97 023574 fetch 1 ,mem_le_curr_att_len 
+0x5a98 023575 store 1 ,mem_tmp_buffer 
+0x5a99 023576 copy pdata ,loopcnt 
+0x5a9a 023577 call get_contr 
+0x5a9b 023578 branch memcpy_fast 
+:      023581 le_write_att_record:
+0x5a9c 023582 call get_contw 
+0x5a9d 023583 fetch 2 ,mem_le_cur_handle_start 
+0x5a9e 023584 istore 2 ,contw 
+0x5a9f 023585 fetch 2 ,mem_le_cur_handle_end 
+0x5aa0 023586 istore 2 ,contw 
+:      023587 le_write_att_record_common:
+0x5aa1 023588 fetch 1 ,mem_tmp_buffer 
+0x5aa2 023589 copy pdata ,loopcnt 
+0x5aa3 023590 call memcpy_fast 
+0x5aa4 023591 branch store_contw 
+:      023595 le_send_auto_len_by_mem:
+0x5aa5 023596 call get_contw 
+0x5aa6 023597 call le_fifo_get_last_att_ptr 
+0x5aa7 023598 copy contw ,pdata 
+0x5aa8 023599 isub contr ,rega 
+0x5aa9 023600 call le_fifo_get_last_l2cap_ptr 
+0x5aaa 023601 copy rega ,pdata 
+0x5aab 023602 istore 2 ,contr 
+0x5aac 023603 increase 4 ,rega 
+0x5aad 023604 call le_fifo_get_last_tx_ptr 
+0x5aae 023605 copy rega ,pdata 
+0x5aaf 023606 istore 1 ,contr 
+0x5ab0 023607 rtn 
+:      023610 le_get_search_handle_start_end_common:
+0x5ab1 023611 rshift8 pdata ,pdata 
+0x5ab2 023612 store 2 ,mem_le_search_handle_start 
+0x5ab3 023613 ifetch 2 ,contr 
+0x5ab4 023614 store 2 ,mem_le_search_handle_end 
+0x5ab5 023615 rtn 
+:      023620 le_parse_signaling:
+0x5ab6 023621 ifetch 1 ,contr 
+0x5ab7 023622 ifetcht 1 ,contr 
+0x5ab8 023623 ifetcht 2 ,contr 
+0x5ab9 023624 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
+0x5aba 023625 rtn 
+:      023626 le_l2cap_parse_conn_parameter_update_rsp:
+0x5abb 023627 ifetch 2 ,contr 
+0x5abc 023628 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x5abd 023629 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
+0x5abe 023630 branch ui_ipc_send_event 
+:      023636 le_l2cap_tx_update_req:
+0x5abf 023637 arg 0x0c ,rega 
+0x5ac0 023638 arg l2cap_connection_parameter_update_request ,regc 
+0x5ac1 023639 call le_fifo_malloc_tx_l2cap_signaling 
+0x5ac2 023640 setarg 0x08 
+0x5ac3 023641 istore 2 ,contw 
+0x5ac4 023642 fetch 8 ,mem_le_interval_min 
+0x5ac5 023643 istore 8 ,contw 
+0x5ac6 023644 rtn 
+:      023648 le_fifo_malloc_tx_l2cap_signaling:
+0x5ac7 023649 call le_l2cap_update_signaling_identifier 
+0x5ac8 023650 arg le_l2cap_cid_signal ,regb 
+0x5ac9 023651 call le_fifo_malloc_tx_l2cap 
+0x5aca 023652 copy regc ,pdata 
+0x5acb 023653 istore 1 ,contw 
+0x5acc 023654 fetch 1 ,mem_le_signaling_identifier 
+0x5acd 023655 istore 1 ,contw 
+0x5ace 023656 rtn 
+:      023659 le_l2cap_update_signaling_identifier:
+0x5acf 023660 fetch 1 ,mem_le_signaling_identifier 
+0x5ad0 023662 pincrease 1 
+0x5ad1 023663 store 1 ,mem_le_signaling_identifier 
+0x5ad2 023664 rtnne 0 
+:      023666 le_l2cap_reset_signaling_identifier:
+0x5ad3 023667 jam 1 ,mem_le_signaling_identifier 
+0x5ad4 023668 rtn 
+:      023673 le_pairing_mode_init:
+0x5ad5 023674 fetch 1 ,mem_le_pairing_mode 
+0x5ad6 023675 beq le_pairing_mode_none ,le_set_no_pairing 
+0x5ad7 023676 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
+0x5ad8 023677 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
+0x5ad9 023678 beq le_pairing_mode_secure_connect_justwork ,le_set_pairing_mode_secure_justwork 
+0x5ada 023679 beq le_pairing_mode_secure_connect_numeric ,le_set_pairing_mode_secure_numeric 
+0x5adb 023680 beq le_pairing_mode_secure_connect_passkey ,le_set_pairing_mode_secure_passkey 
+0x5adc 023681 rtn 
+:      023683 le_set_pairing_mode_secure_justwork:
+0x5add 023684 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5ade 023685 branch le_set_noinputnooutput 
+:      023686 le_set_pairing_mode_secure_numeric:
+0x5adf 023687 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5ae0 023688 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
+0x5ae1 023689 rtn 
+:      023690 le_set_pairing_mode_secure_passkey:
+0x5ae2 023691 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5ae3 023692 branch le_set_displayonly 
+:      023693 le_set_no_pairing:
+0x5ae4 023694 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      023695 le_set_noinputnooutput:
+0x5ae5 023696 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x5ae6 023697 rtn 
+:      023698 le_set_pairing_mode_lagacy_just_work:
+0x5ae7 023699 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x5ae8 023700 branch le_set_noinputnooutput 
+:      023701 le_set_pairing_mode_lagacy_passkey:
+0x5ae9 023702 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+:      023703 le_set_displayonly:
+0x5aea 023704 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x5aeb 023705 rtn 
+:      023708 le_secure_connection_enable:
+0x5aec 023709 fetch 1 ,mem_le_pres_auth 
+0x5aed 023710 set1 le_auth_secure_connection_pairing_bit ,pdata 
+0x5aee 023711 store 1 ,mem_le_pres_auth 
+0x5aef 023712 rtn 
+:      023713 le_secure_connection_disable:
+0x5af0 023714 fetch 1 ,mem_le_pres_auth 
+0x5af1 023715 set0 le_auth_secure_connection_pairing_bit ,pdata 
+0x5af2 023716 store 1 ,mem_le_pres_auth 
+0x5af3 023717 rtn 
+:      023719 le_parse_smp:
+0x5af4 023720 ifetch 1 ,contr 
+0x5af5 023721 beq smp_pairing_request ,le_parse_smp_pairing_request 
+0x5af6 023723 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
+0x5af7 023724 beq smp_pairing_random ,le_parse_smp_pairing_random 
+0x5af8 023725 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
+0x5af9 023726 beq smp_encryption_information ,le_parse_smp_encryption_information 
+0x5afa 023727 beq smp_master_identification ,le_parse_smp_master_identification 
+0x5afb 023728 beq smp_identity_information ,le_parse_smp_identity_information 
+0x5afc 023729 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
+0x5afd 023730 beq smp_signing_information ,le_parse_smp_signing_information 
+0x5afe 023731 beq smp_security_request ,le_parse_smp_security_request 
+0x5aff 023732 beq smp_pairing_public_key ,le_parse_smp_public_key 
+0x5b00 023733 beq smp_pairing_dhkey_check ,le_parse_smp_dhkey_check 
+0x5b01 023734 rtn 
+:      023738 le_send_smp_security_request:
+0x5b02 023739 force 2 ,rega 
+0x5b03 023740 call le_fifo_malloc_tx_l2cap_smp 
+0x5b04 023741 setarg smp_security_request 
+0x5b05 023742 istore 1 ,contw 
+0x5b06 023743 fetch 1 ,mem_le_pres_auth 
+0x5b07 023744 istore 1 ,contw 
+0x5b08 023745 rtn 
+:      023747 le_parse_smp_pairing_request:
+0x5b09 023748 store 1 ,mem_le_preq 
+0x5b0a 023749 ifetch 6 ,contr 
+0x5b0b 023750 istore 6 ,contw 
+0x5b0c 023751 fetch 1 ,mem_le_pairing_mode 
+0x5b0d 023752 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
+0x5b0e 023753 call le_send_smp_pairing_response 
+0x5b0f 023754 call le_check_master_support_secure_connect 
+0x5b10 023755 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
+0x5b11 023756 fetch 1 ,mem_le_preq_iocap 
+0x5b12 023757 beq flag_iocap_displayonly ,le_set_tk_0 
+0x5b13 023758 beq flag_iocap_displayyesno ,le_set_tk_0 
+0x5b14 023759 beq flag_iocap_noinputnooutput ,le_set_tk_0 
+0x5b15 023760 fetch 1 ,mem_le_pairing_mode 
+0x5b16 023761 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
+0x5b17 023762 rtneq le_pairing_mode_secure_connect_passkey 
+:      023763 le_set_tk_0:
+0x5b18 023764 arg 0 ,pdata 
+0x5b19 023765 store 4 ,mem_le_tk 
+0x5b1a 023766 rtn 
+:      023768 le_parse_smp_pairing_req_passkey:
+0x5b1b 023769 fetch 1 ,mem_le_configuration 
+0x5b1c 023770 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
+:      023771 le_genernate_tk:
+0x5b1d 023772 arg mem_le_tk ,rega 
+0x5b1e 023773 copy rega ,contw 
+0x5b1f 023774 arg 3 ,loopcnt 
+0x5b20 023775 call generate_random_loop 
+0x5b21 023776 fetch 2 ,mem_le_tk + 2 
+0x5b22 023777 and_into 0x7 ,pdata 
+0x5b23 023778 store 2 ,mem_le_tk + 2 
+:      023779 le_parse_smp_pairing_req_fixed_passkey:
+0x5b24 023780 jam bt_evt_le_tk_generate ,mem_fifo_temp 
+0x5b25 023781 branch ui_ipc_send_event 
+:      023783 le_check_master_support_secure_connect:
+0x5b26 023784 fetch 1 ,mem_le_preq_auth 
+0x5b27 023785 rtnbit1 le_auth_secure_connection_pairing_bit 
+0x5b28 023786 fetch 1 ,mem_le_pairing_mode 
+0x5b29 023787 rtnbit0 le_pairing_mode_secure_connect_bit 
+0x5b2a 023788 branch app_ble_disconnect 
+:      023790 le_send_smp_pairing_response:
+0x5b2b 023791 force 7 ,rega 
+0x5b2c 023792 call le_fifo_malloc_tx_l2cap_smp 
+0x5b2d 023793 fetch 7 ,mem_le_pres 
+0x5b2e 023794 istore 7 ,contw 
+0x5b2f 023795 rtn 
+:      023798 le_parse_smp_pairing_confirm:
+0x5b30 023799 copy contr ,rega 
+0x5b31 023800 fetch 1 ,mem_le_pairing_mode 
+0x5b32 023801 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_confirm_secure_passkey 
+0x5b33 023802 copy rega ,contr 
+0x5b34 023803 arg mem_le_rconfirm ,contw 
+0x5b35 023804 call memcpy16 
+0x5b36 023805 branch le_send_smp_pairing_confirm 
+:      023806 le_parse_smp_pairing_confirm_secure_passkey:
+0x5b37 023807 copy rega ,contr 
+0x5b38 023808 arg mem_le_rconfirm ,contw 
+0x5b39 023809 call memcpy16 
+0x5b3a 023810 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5b3b 023811 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
+0x5b3c 023812 rtn 
+:      023815 le_send_smp_pairing_confirm:
+0x5b3d 023816 fetch 1 ,mem_le_pairing_mode 
+0x5b3e 023817 bbit1 le_pairing_mode_secure_connect_bit ,le_send_smp_pairing_confirm_sc 
+0x5b3f 023818 call generate_confirm 
+0x5b40 023819 force 17 ,rega 
+0x5b41 023820 call le_fifo_malloc_tx_l2cap_smp 
+0x5b42 023821 setarg smp_pairing_confirm 
+0x5b43 023822 istore 1 ,contw 
+0x5b44 023823 branch store_aes_result 
+:      023826 le_send_smp_pairing_confirm_sc:
+0x5b45 023827 arg mem_le_srand ,contw 
+0x5b46 023828 call generate_random 
+0x5b47 023829 call function_f4_cb 
+0x5b48 023830 force 17 ,rega 
+0x5b49 023831 call le_fifo_malloc_tx_l2cap_smp 
+0x5b4a 023832 setarg smp_pairing_confirm 
+0x5b4b 023833 istore 1 ,contw 
+0x5b4c 023834 branch load_inverse_result 
+:      023838 le_parse_smp_pairing_random:
+0x5b4d 023839 copy contr ,rega 
+0x5b4e 023840 fetch 1 ,mem_le_pairing_mode 
+0x5b4f 023841 bbit1 le_pairing_mode_secure_connect_bit ,le_parse_smp_pairing_random_sc 
+0x5b50 023842 copy rega ,contr 
+0x5b51 023843 call authenticate_rconfirm 
+0x5b52 023844 branch le_parse_smp_pairing_random_success ,zero 
+:      023845 le_send_pairing_confirm_value_failed:
+0x5b53 023846 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
+:      023847 le_send_pairing_failed:
+0x5b54 023848 force 2 ,rega 
+0x5b55 023849 call le_fifo_malloc_tx_l2cap_smp 
+0x5b56 023850 setarg smp_pairing_failed 
+0x5b57 023851 istore 1 ,contw 
+0x5b58 023852 fetch 1 ,mem_le_ll_pairing_fail_reason 
+0x5b59 023853 istore 1 ,contw 
+:      023854 le_parse_smp_pairing_failed:
+0x5b5a 023855 force smp_pairing_timer ,queue 
+0x5b5b 023856 call timer_stop 
+0x5b5c 023857 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x5b5d 023858 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
+0x5b5e 023859 branch ui_ipc_send_event 
+:      023861 le_smp_pairing_fail_reason_not_support_pairing:
+0x5b5f 023862 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
+0x5b60 023863 branch le_send_pairing_failed 
+:      023866 le_parse_smp_pairing_random_sc:
+0x5b61 023867 arg mem_le_mrand ,contw 
+0x5b62 023868 copy rega ,contr 
+0x5b63 023869 call memcpy16 
+0x5b64 023870 fetch 1 ,mem_le_pairing_mode 
+0x5b65 023871 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_random_sc_passkey 
+0x5b66 023872 call function_g2 
+0x5b67 023875 call le_send_smp_pairing_random 
+0x5b68 023876 fetch 1 ,mem_le_pairing_mode 
+0x5b69 023877 rtnne le_pairing_mode_secure_connect_numeric 
+0x5b6a 023878 jam bt_evt_le_gkey_generate ,mem_fifo_temp 
+0x5b6b 023879 branch ui_ipc_send_event 
+:      023881 le_parse_smp_pairing_random_sc_passkey:
+0x5b6c 023882 call function_f4_ca 
+0x5b6d 023883 arg mem_aes_cmac_temp ,contw 
+0x5b6e 023884 call load_inverse_result 
+0x5b6f 023885 arg mem_aes_cmac_temp ,rega 
+0x5b70 023886 arg mem_le_rconfirm ,regb 
+0x5b71 023887 arg 16 ,loopcnt 
+0x5b72 023888 call string_compare 
+0x5b73 023889 nbranch le_send_pairing_confirm_value_failed ,zero 
+0x5b74 023890 branch le_send_smp_pairing_random 
+:      023892 le_parse_smp_pairing_random_success:
+0x5b75 023893 call generate_stk 
+0x5b76 023894 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x5b77 023895 call ui_ipc_send_event 
+0x5b78 023896 jam 1 ,mem_ltk_exists 
+0x5b79 023897 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+:      023899 le_send_smp_pairing_random:
+0x5b7a 023900 force 17 ,rega 
+0x5b7b 023901 call le_fifo_malloc_tx_l2cap_smp 
+0x5b7c 023902 setarg smp_pairing_random 
+0x5b7d 023903 istore 1 ,contw 
+0x5b7e 023904 arg mem_le_srand ,contr 
+0x5b7f 023905 branch memcpy16 
+:      023907 le_parse_smp_encryption_information:
+0x5b80 023908 arg mem_le_peer_ltk ,contw 
+0x5b81 023909 branch memcpy16 
+:      023911 le_send_smp_encryption_information:
+0x5b82 023912 force 17 ,rega 
+0x5b83 023913 call le_fifo_malloc_tx_l2cap_smp 
+0x5b84 023914 setarg smp_encryption_information 
+0x5b85 023915 istore 1 ,contw 
+0x5b86 023916 fetch 1 ,mem_le_configuration 
+0x5b87 023917 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
+0x5b88 023918 arg mem_le_ltk ,contr 
+0x5b89 023919 branch memcpy16 
+:      023921 le_send_fixed_ltk:
+0x5b8a 023922 arg mem_le_fixed_ltk ,contr 
+0x5b8b 023923 branch memcpy16 
+:      023926 le_send_smp_master_identification:
+0x5b8c 023927 arg mem_le_ediv ,contw 
+0x5b8d 023928 force 10 ,loopcnt 
+0x5b8e 023929 call generate_random_loop 
+0x5b8f 023930 force 11 ,rega 
+0x5b90 023931 call le_fifo_malloc_tx_l2cap_smp 
+0x5b91 023932 setarg smp_master_identification 
+0x5b92 023933 istore 1 ,contw 
+0x5b93 023934 fetch 2 ,mem_le_ediv 
+0x5b94 023935 istore 2 ,contw 
+0x5b95 023936 fetch 8 ,mem_le_rand 
+0x5b96 023937 istore 8 ,contw 
+0x5b97 023938 rtn 
+:      023940 le_send_smp_identity_information:
+0x5b98 023941 force 17 ,rega 
+0x5b99 023942 call le_fifo_malloc_tx_l2cap_smp 
+0x5b9a 023943 setarg smp_identity_information 
+0x5b9b 023944 istore 1 ,contw 
+0x5b9c 023945 setarg 0 
+0x5b9d 023946 istore 8 ,contw 
+0x5b9e 023947 istore 8 ,contw 
+0x5b9f 023948 rtn 
+:      023951 le_send_smp_identity_address_information:
+0x5ba0 023952 force 8 ,rega 
+0x5ba1 023953 call le_fifo_malloc_tx_l2cap_smp 
+0x5ba2 023954 setarg smp_identity_address_information 
+0x5ba3 023955 istore 1 ,contw 
+0x5ba4 023956 fetch 1 ,mem_le_conn_own_addr_type 
+0x5ba5 023957 istore 1 ,contw 
+0x5ba6 023958 fetch 6 ,mem_le_lap 
+0x5ba7 023959 istore 6 ,contw 
+0x5ba8 023960 rtn 
+:      023963 le_send_pairing_fail_unspecified_reason:
+0x5ba9 023964 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
+0x5baa 023965 branch le_send_pairing_failed 
+:      023967 le_check_init_key_distribution:
+0x5bab 023968 fetch 1 ,mem_le_pres_init_key_distribution 
+0x5bac 023969 fetcht 1 ,mem_le_pres_init_key_distribution 
+0x5bad 023970 iand temp ,pdata 
+0x5bae 023971 rtn 
+:      023973 le_parse_smp_identity_information:
+0x5baf 023974 arg mem_le_irk ,contw 
+0x5bb0 023975 call memcpy16 
+0x5bb1 023976 call le_check_init_key_distribution 
+0x5bb2 023977 isolate0 le_initator_irk_bit ,pdata 
+0x5bb3 023978 branch le_send_pairing_fail_unspecified_reason ,true 
+0x5bb4 023979 fetch 1 ,mem_device_option 
+0x5bb5 023980 rtnne dvc_op_module 
+0x5bb6 023981 call le_check_master_addr_type 
+0x5bb7 023982 nrtn user 
+0x5bb8 023983 branch app_ble_store_reconn_info 
+:      023986 le_check_master_addr_type:
+0x5bb9 023987 call disable_user 
+0x5bba 023988 fetch 1 ,mem_le_conn_peer_addr_type 
+0x5bbb 023989 rtneq master_public_addr 
+0x5bbc 023990 fetch 1 ,mem_le_plap + 5 
+0x5bbd 023991 compare 0xc0 ,pdata ,0xc0 
+0x5bbe 023992 rtn true 
+0x5bbf 023993 branch enable_user 
+:      023995 le_parse_smp_identity_address_information:
+0x5bc0 023996 call le_check_init_key_distribution 
+0x5bc1 023997 isolate0 le_initator_irk_bit ,pdata 
+0x5bc2 023998 branch le_send_pairing_fail_unspecified_reason ,true 
+0x5bc3 023999 rtn 
+:      024001 le_parse_smp_master_identification:
+:      024002 le_parse_smp_signing_information:
+:      024003 le_parse_smp_security_request:
+0x5bc4 024004 rtn 
+:      024006 le_parse_smp_public_key:
+0x5bc5 024007 arg mem_le_pubkey_remote_x_256 ,contw 
+0x5bc6 024008 call memcpy64 
+0x5bc7 024009 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5bc8 024010 jam le_sc_stat_receive_public_key ,mem_le_secure_connect_state 
+0x5bc9 024011 rtn 
+:      024013 le_parse_smp_dhkey_check:
+0x5bca 024014 arg mem_sp_confirm_remote ,contw 
+0x5bcb 024015 call memcpy16 
+0x5bcc 024016 jam le_sc_stat_receive_dhkey ,mem_le_secure_connect_state 
+0x5bcd 024017 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5bce 024018 rtn 
+:      024020 le_send_smp_pairing_public_key:
+0x5bcf 024021 force 65 ,rega 
+0x5bd0 024022 call le_fifo_malloc_tx_l2cap_smp 
+0x5bd1 024023 setarg smp_pairing_public_key 
+0x5bd2 024024 istore 1 ,contw 
+0x5bd3 024025 arg mem_le_pubkey_local_x_256 ,contr 
+0x5bd4 024026 branch memcpy64 
+:      024028 le_send_smp_pairing_dhkey_check:
+0x5bd5 024029 call function_f6_eb 
+0x5bd6 024030 force 17 ,rega 
+0x5bd7 024031 call le_fifo_malloc_tx_l2cap_smp 
+0x5bd8 024032 setarg smp_pairing_dhkey_check 
+0x5bd9 024033 istore 1 ,contw 
+0x5bda 024034 branch load_inverse_result 
+:      024037 le_check_paring_time:
+0x5bdb 024038 fetch 1 ,mem_le_pairing_state 
+0x5bdc 024039 rtneq flag_le_pairing_end 
+0x5bdd 024040 arg flag_le_pairing_rcv_pairing_req ,temp 
+0x5bde 024041 isub temp ,null 
+0x5bdf 024042 nrtn positive 
+0x5be0 024043 arg smp_pairing_timer ,queue 
+0x5be1 024044 call timer_check 
+0x5be2 024045 nrtn blank 
+0x5be3 024046 branch le_send_pairing_fail_unspecified_reason 
+:      024048 le_pairing_sm:
+0x5be4 024049 bpatchx patch2f_0 ,mem_patch2f 
+0x5be5 024050 fetch 1 ,mem_le_pairing_state 
+0x5be6 024051 beq flag_le_pairing_null ,le_pairing_sm_null 
+0x5be7 024052 beq flag_le_pairing_start ,le_pairing_sm_start 
+0x5be8 024053 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
+0x5be9 024054 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
+0x5bea 024055 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
+0x5beb 024056 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
+0x5bec 024057 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
+0x5bed 024058 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
+0x5bee 024059 rtn 
+:      024061 le_pairing_sm_null:
+:      024062 le_pairing_sm_send_sec_req:
+0x5bef 024063 fetch 1 ,mem_le_enc_state 
+0x5bf0 024064 rtnne flag_le_send_start_enc_rsp 
+0x5bf1 024065 jam flag_le_enc_end ,mem_le_enc_state 
+0x5bf2 024066 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x5bf3 024067 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
+0x5bf4 024068 branch ui_ipc_send_event 
+:      024071 le_pairing_sm_start:
+0x5bf5 024072 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
+0x5bf6 024073 branch le_send_smp_security_request 
+:      024075 le_pairing_sm_rcv_pairing_req:
+0x5bf7 024076 jam flag_le_pairing_auth ,mem_le_pairing_state 
+0x5bf8 024077 setarg timer_smp_pairing_timeout 
+0x5bf9 024078 arg smp_pairing_timer ,queue 
+0x5bfa 024079 branch timer_init 
+:      024081 le_pairing_sm_after_auth:
+0x5bfb 024082 fetch 1 ,mem_le_enc_state 
+0x5bfc 024083 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
+0x5bfd 024084 rtn 
+:      024086 le_pairing_sm_after_auth_start_enc:
+0x5bfe 024087 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
+0x5bff 024088 jam bt_evt_le_enc_info ,mem_fifo_temp 
+0x5c00 024089 call ui_ipc_send_event 
+0x5c01 024090 call le_send_smp_encryption_information 
+0x5c02 024091 fetch 1 ,mem_device_option 
+0x5c03 024092 rtnne dvc_op_module 
+0x5c04 024093 call le_check_master_addr_type 
+0x5c05 024094 rtn user 
+0x5c06 024095 branch app_ble_store_reconn_info 
+:      024098 le_pairng_sm_send_enc_information:
+0x5c07 024099 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+0x5c08 024100 branch le_send_smp_master_identification 
+:      024102 le_pairng_sm_send_master_indentification:
+0x5c09 024103 fetch 1 ,mem_le_preq_resp_key_distribution 
+0x5c0a 024104 fetcht 1 ,mem_le_pres_resp_key_distribution 
+0x5c0b 024105 iand temp ,pdata 
+0x5c0c 024106 isolate0 le_initator_irk_bit ,pdata 
+0x5c0d 024107 branch le_parse_start_enc_rsp_after_auth_end ,true 
+0x5c0e 024108 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
+0x5c0f 024109 branch le_send_smp_identity_information 
+:      024111 le_pairng_sm_send_indentity_information:
+0x5c10 024112 call le_send_smp_identity_address_information 
+0x5c11 024113 branch le_parse_start_enc_rsp_after_auth_end 
+:      024116 le_parse_start_enc_rsp_after_auth_end:
+0x5c12 024117 force smp_pairing_timer ,queue 
+0x5c13 024118 call timer_stop 
+0x5c14 024119 jam flag_le_enc_end ,mem_le_enc_state 
+0x5c15 024120 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x5c16 024121 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
+0x5c17 024122 branch ui_ipc_send_event 
+:      024126 le_secure_connect_sm:
+0x5c18 024127 bpatchx patch2f_1 ,mem_patch2f 
+0x5c19 024128 fetch 1 ,mem_le_pairing_mode 
+0x5c1a 024129 rtnbit0 le_pairing_mode_secure_connect_bit 
+0x5c1b 024130 fetch 1 ,mem_le_secure_connect_flag 
+0x5c1c 024131 rtnne le_sp_flag_commit_256 
+0x5c1d 024132 jam sp_flag_standby ,mem_le_secure_connect_flag 
+0x5c1e 024133 fetch 1 ,mem_le_secure_connect_state 
+0x5c1f 024134 beq le_sc_stat_receive_public_key ,le_sc_sm_receive_public_key 
+0x5c20 024135 beq le_sc_stat_wait_send_public_key ,le_sc_sm_wait_send_public_key 
+0x5c21 024136 beq le_sc_stat_send_public_key ,le_sc_sm_send_public_key 
+0x5c22 024137 beq le_sc_stat_receive_dhkey ,le_sc_sm_receive_dhkey 
+0x5c23 024138 beq le_sc_stat_wait_confirm_gkey ,le_sc_sm_wait_confirm_gkey 
+0x5c24 024139 beq le_sc_stat_passkey_wait_confirm ,le_sc_sm_passkey_wait_confirm 
+0x5c25 024140 rtn 
+:      024143 le_sc_sm_passkey_wait_confirm:
+0x5c26 024144 fetch 1 ,mem_authentication_passkey_times 
+0x5c27 024145 copy pdata ,queue 
+0x5c28 024146 increase 1 ,pdata 
+0x5c29 024147 store 1 ,mem_authentication_passkey_times 
+0x5c2a 024148 fetch 4 ,mem_le_tk 
+0x5c2b 024149 qisolate1 pdata 
+0x5c2c 024150 setarg 0x80 
+0x5c2d 024151 setflag true ,0 ,pdata 
+0x5c2e 024152 store 1 ,mem_passkey_1bit 
+0x5c2f 024153 branch le_sc_sm_ready_send_pairing_confirm 
+:      024155 le_sc_sm_wait_confirm_gkey:
+0x5c30 024156 fetch 1 ,mem_le_sc_confirm_gkey_flag 
+0x5c31 024157 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
+0x5c32 024158 beq flag_le_sc_confrim_gkey_ok ,le_sc_confirm_gkey_ok 
+0x5c33 024159 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c34 024160 rtn 
+:      024162 le_sc_confirm_gkey_ok:
+0x5c35 024163 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x5c36 024164 call ui_ipc_send_event 
+0x5c37 024165 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+0x5c38 024166 branch le_send_smp_pairing_dhkey_check 
+:      024168 le_sc_sm_receive_dhkey:
+0x5c39 024169 fetch 1 ,mem_sp_dhkey_invalid 
+0x5c3a 024170 beq sp_key_valid_256 ,le_dhkey_ready 
+0x5c3b 024171 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c3c 024172 rtn 
+:      024174 le_dhkey_ready:
+0x5c3d 024175 call function_f5 
+0x5c3e 024179 fetch 1 ,mem_le_pairing_mode 
+0x5c3f 024180 beq le_pairing_mode_secure_connect_passkey ,le_dhkey_ready_common 
+0x5c40 024181 call le_set_tk_0 
+:      024182 le_dhkey_ready_common:
+0x5c41 024183 call function_f6_ea 
+0x5c42 024184 arg mem_aes_cmac_temp ,rega 
+0x5c43 024185 arg mem_sp_confirm_remote ,regb 
+0x5c44 024186 arg 16 ,loopcnt 
+0x5c45 024187 call string_compare 
+0x5c46 024188 branch le_dhkey_check_ok ,zero 
+:      024189 le_dhkey_check_fail:
+0x5c47 024190 jam pairing_failed_dhkey_check_failed ,mem_le_ll_pairing_fail_reason 
+0x5c48 024191 branch le_send_pairing_failed 
+:      024194 le_dhkey_check_ok:
+0x5c49 024195 call sp_calc_check_publickey_256 
+0x5c4a 024196 nbranch le_dhkey_check_fail ,zero 
+0x5c4b 024197 jam 1 ,mem_ltk_exists 
+0x5c4c 024198 fetch 1 ,mem_le_pairing_mode 
+0x5c4d 024199 beq le_pairing_mode_secure_connect_justwork ,le_sc_confirm_gkey_ok 
+0x5c4e 024200 beq le_pairing_mode_secure_connect_passkey ,le_sc_confirm_gkey_ok 
+0x5c4f 024201 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c50 024202 jam le_sc_stat_wait_confirm_gkey ,mem_le_secure_connect_state 
+0x5c51 024203 rtn 
+:      024205 le_sc_sm_send_public_key:
+0x5c52 024206 fetch 1 ,mem_le_pairing_mode 
+0x5c53 024207 beq le_pairing_mode_secure_connect_passkey ,le_sc_sm_send_public_key_passkey 
+0x5c54 024208 jam 0 ,mem_passkey_1bit 
+:      024209 le_sc_sm_ready_send_pairing_confirm:
+0x5c55 024210 branch le_send_smp_pairing_confirm 
+:      024212 le_sc_sm_send_public_key_passkey:
+0x5c56 024216 jam 0 ,mem_authentication_passkey_times 
+0x5c57 024217 branch le_parse_smp_pairing_req_passkey 
+:      024220 le_sc_sm_receive_public_key:
+0x5c58 024221 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c59 024222 fetch 1 ,mem_le_sc_local_key_invalid 
+0x5c5a 024223 beq sp_key_valid_256 ,le_public_key_ready 
+0x5c5b 024225 rtn 
+:      024227 le_public_key_ready:
+0x5c5c 024228 jam le_sc_stat_wait_send_public_key ,mem_le_secure_connect_state 
+0x5c5d 024229 jam sp_key_invalid ,mem_sp_dhkey_invalid 
+0x5c5e 024230 branch sp_dhkey_calc_256 
+:      024232 le_sc_sm_wait_send_public_key:
+0x5c5f 024233 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c60 024234 jam le_sc_stat_send_public_key ,mem_le_secure_connect_state 
+0x5c61 024235 branch le_send_smp_pairing_public_key 
+:      024239 le_fifo_malloc_tx_l2cap_smp:
+0x5c62 024240 force le_l2cap_cid_smp ,regb 
+0x5c63 024241 branch le_fifo_malloc_tx_l2cap 
+:      024245 le_parse_ll:
+0x5c64 024246 fetch 1 ,mem_le_rxbuf + 2 
+0x5c65 024247 beq ll_connection_update_req ,le_parse_connection_update_req 
+0x5c66 024248 beq ll_channel_map_req ,le_parse_channel_map_req 
+0x5c67 024249 beq ll_terminate_ind ,le_parse_terminate_ind 
+0x5c68 024250 beq ll_enc_req ,le_parse_enc_req 
+0x5c69 024251 beq ll_enc_rsp ,le_parse_enc_rsp 
+0x5c6a 024252 beq ll_start_enc_req ,le_parse_start_enc_req 
+0x5c6b 024253 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
+0x5c6c 024254 beq ll_unknown_rsp ,le_parse_unknown_rsp 
+0x5c6d 024255 beq ll_feature_req ,le_parse_feature_req 
+0x5c6e 024256 beq ll_feature_rsp ,le_parse_feature_rsp 
+0x5c6f 024257 beq ll_pause_enc_req ,le_parse_pause_enc_req 
+0x5c70 024258 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
+0x5c71 024259 beq ll_version_ind ,le_parse_version_ind 
+0x5c72 024260 beq ll_reject_ind ,le_parse_reject_ind 
+0x5c73 024261 beq ll_ping_req ,le_parse_ping_req 
+0x5c74 024262 beq ll_ping_rsp ,le_parse_ping_rsp 
+0x5c75 024263 arg 2 ,rega 
+0x5c76 024264 arg ll_unknown_rsp ,regb 
+0x5c77 024265 call le_fifo_malloc_tx_ll 
+0x5c78 024266 fetch 1 ,mem_le_rxbuf + 2 
+0x5c79 024267 istore 1 ,contw 
+0x5c7a 024268 rtn 
+:      024271 le_parse_connection_update_req:
+0x5c7b 024272 ifetch 9 ,contr 
+0x5c7c 024273 store 9 ,mem_le_new_param 
+0x5c7d 024274 ifetch 2 ,contr 
+0x5c7e 024275 store 2 ,mem_le_instant 
+0x5c7f 024276 fetch 1 ,mem_le_state 
+0x5c80 024277 set1 lestate_update_param ,pdata 
+0x5c81 024278 store 1 ,mem_le_state 
+0x5c82 024279 rtn 
+:      024281 le_parse_channel_map_req:
+0x5c83 024282 ifetch 5 ,contr 
+0x5c84 024283 store 5 ,mem_le_new_map 
+0x5c85 024284 ifetch 2 ,contr 
+0x5c86 024285 store 2 ,mem_le_instant 
+0x5c87 024286 fetcht 2 ,mem_le_event_count 
+0x5c88 024287 isub temp ,null 
+0x5c89 024288 nbranch le_parse_terminate_ind ,positive 
+0x5c8a 024289 fetch 1 ,mem_le_state 
+0x5c8b 024290 set1 lestate_update_map ,pdata 
+0x5c8c 024291 store 1 ,mem_le_state 
+0x5c8d 024292 rtn 
+:      024295 le_parse_terminate_ind:
+0x5c8e 024296 setarg 20 
+0x5c8f 024297 store 2 ,mem_le_superto 
+0x5c90 024298 store 2 ,mem_le_init_superto 
+0x5c91 024299 rtn 
+:      024301 le_send_terminate_ind_user_terminated:
+0x5c92 024302 arg error_remote_user_terminated_connection ,regc 
+:      024305 le_send_terminate_ind:
+0x5c93 024306 arg 2 ,rega 
+0x5c94 024307 arg ll_terminate_ind ,regb 
+0x5c95 024308 call le_fifo_malloc_tx_ll 
+0x5c96 024309 copy regc ,pdata 
+0x5c97 024310 istore 1 ,contw 
+0x5c98 024311 rtn 
+:      024313 le_parse_feature_req:
+:      024315 le_send_feature_rsp:
+0x5c99 024316 arg 9 ,rega 
+0x5c9a 024317 arg ll_feature_rsp ,regb 
+0x5c9b 024318 call le_fifo_malloc_tx_ll 
+0x5c9c 024319 setarg param_le_features 
+0x5c9d 024320 istore 8 ,contw 
+0x5c9e 024321 rtn 
+:      024324 le_parse_version_ind:
+0x5c9f 024325 rtn master 
+:      024326 le_send_version_ind:
+0x5ca0 024327 arg 6 ,rega 
+0x5ca1 024328 arg ll_version_ind ,regb 
+0x5ca2 024329 call le_fifo_malloc_tx_ll 
+0x5ca3 024330 fetch 5 ,mem_lmp_version 
+0x5ca4 024331 istore 5 ,contw 
+0x5ca5 024332 rtn 
+:      024335 le_parse_ping_req:
+0x5ca6 024336 arg ll_ping_rsp ,regb 
+0x5ca7 024337 branch le_send_ll_one_lenth 
+:      024340 le_send_ll_one_lenth:
+0x5ca8 024341 arg 1 ,rega 
+0x5ca9 024342 branch le_fifo_malloc_tx_ll 
+:      024345 le_parse_enc_req:
+0x5caa 024346 ifetch 8 ,contr 
+0x5cab 024347 store 8 ,mem_le_rand 
+0x5cac 024348 ifetch 2 ,contr 
+0x5cad 024349 store 2 ,mem_le_ediv 
+0x5cae 024350 ifetch 8 ,contr 
+0x5caf 024351 store 8 ,mem_le_skdm 
+0x5cb0 024352 ifetch 4 ,contr 
+0x5cb1 024353 store 4 ,mem_le_ivm 
+0x5cb2 024354 call le_send_enc_rsp 
+0x5cb3 024355 bpatchx patch2f_2 ,mem_patch2f 
+0x5cb4 024356 fetch 1 ,mem_le_pairing_state 
+0x5cb5 024357 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
+0x5cb6 024358 fetch 1 ,mem_le_configuration 
+0x5cb7 024359 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
+0x5cb8 024360 fetch 1 ,mem_nv_data_number 
+0x5cb9 024361 ncall load_device_list_mode_4 ,blank 
+0x5cba 024362 fetch 1 ,mem_ltk_exists 
+0x5cbb 024363 beq 0 ,le_ltk_lost 
+:      024364 le_parse_enc_req_after_auth:
+0x5cbc 024365 jam flag_le_rcv_enc_start ,mem_le_enc_state 
+0x5cbd 024366 call le_send_start_enc_req 
+0x5cbe 024367 branch generate_sk 
+:      024369 le_parse_enc_req_fixed_ltk:
+0x5cbf 024370 jam 1 ,mem_ltk_exists 
+0x5cc0 024371 arg mem_le_fixed_ltk ,contr 
+0x5cc1 024372 arg mem_le_ltk ,contw 
+0x5cc2 024373 call memcpy16 
+0x5cc3 024374 branch le_parse_enc_req_after_auth 
+:      024377 le_ltk_lost:
+0x5cc4 024378 bpatchx patch2f_3 ,mem_patch2f 
+0x5cc5 024379 jam flag_le_enc_null ,mem_le_enc_state 
+0x5cc6 024380 jam flag_le_enc_null ,mem_le_pairing_state 
+0x5cc7 024381 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
+0x5cc8 024382 branch ui_ipc_send_event 
+:      024384 le_send_reject_ind:
+0x5cc9 024385 arg 2 ,rega 
+0x5cca 024386 arg ll_reject_ind ,regb 
+0x5ccb 024387 call le_fifo_malloc_tx_ll 
+0x5ccc 024388 setarg le_err_pin_or_key_missing 
+0x5ccd 024389 istore 1 ,contw 
+0x5cce 024390 rtn 
+:      024392 le_send_enc_rsp:
+0x5ccf 024393 arg mem_le_skds ,contw 
+0x5cd0 024394 force 8 ,loopcnt 
+0x5cd1 024395 call generate_random_loop 
+0x5cd2 024396 arg mem_le_ivs ,contw 
+0x5cd3 024397 force 4 ,loopcnt 
+0x5cd4 024398 call generate_random_loop 
+0x5cd5 024399 arg 13 ,rega 
+0x5cd6 024400 arg ll_enc_rsp ,regb 
+0x5cd7 024401 call le_fifo_malloc_tx_ll 
+0x5cd8 024402 fetch 8 ,mem_le_skds 
+0x5cd9 024403 istore 8 ,contw 
+0x5cda 024404 fetch 4 ,mem_le_ivs 
+0x5cdb 024405 istore 4 ,contw 
+0x5cdc 024406 rtn 
+:      024408 le_send_start_enc_req:
+0x5cdd 024409 arg ll_start_enc_req ,regb 
+0x5cde 024410 branch le_send_ll_one_lenth 
+:      024412 le_send_start_enc_rsp:
+0x5cdf 024413 arg ll_start_enc_rsp ,regb 
+0x5ce0 024414 branch le_send_ll_one_lenth 
+:      024417 le_parse_enc_rsp:
+0x5ce1 024418 ifetch 8 ,contr 
+0x5ce2 024419 store 8 ,mem_le_skds 
+0x5ce3 024420 ifetch 4 ,contr 
+0x5ce4 024421 store 4 ,mem_le_ivs 
+0x5ce5 024422 branch generate_sk 
+:      024424 le_parse_start_enc_req:
+0x5ce6 024425 fetch 1 ,mem_le_state 
+0x5ce7 024426 set1 lestate_encryption ,pdata 
+0x5ce8 024427 store 1 ,mem_le_state 
+0x5ce9 024428 rtn 
+:      024430 le_parse_start_enc_rsp:
+0x5cea 024431 rtn master 
+0x5ceb 024432 jam bt_evt_le_start_enc ,mem_fifo_temp 
+0x5cec 024433 call ui_ipc_send_event 
+0x5ced 024434 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
+0x5cee 024435 branch le_send_start_enc_rsp 
+:      024437 le_parse_pause_enc_req:
+0x5cef 024438 jam flag_le_enc_pause ,mem_le_enc_state 
+0x5cf0 024439 call le_send_pause_enc_rsp 
+0x5cf1 024440 jam bt_evt_le_pause_enc ,mem_fifo_temp 
+0x5cf2 024441 branch ui_ipc_send_event 
+:      024443 le_send_pause_enc_rsp:
+0x5cf3 024444 arg ll_pause_enc_rsp ,regb 
+0x5cf4 024445 branch le_send_ll_one_lenth 
+:      024448 le_parse_feature_rsp:
+:      024449 le_parse_unknown_rsp:
+:      024450 le_parse_pause_enc_rsp:
+:      024451 le_parse_reject_ind:
+:      024452 le_parse_ping_rsp:
+0x5cf5 024453 rtn 
+:      024460 init_lmp:
+0x5cf6 024461 rtn wake 
+:      024462 init_lmp_work:
+0x5cf7 024463 bpatchx patch2f_4 ,mem_patch2f 
+0x5cf8 024464 setarg 0 
+0x5cf9 024465 store 1 ,mem_lmp_to_send 
+0x5cfa 024466 store 1 ,mem_conn_sm 
+0x5cfb 024467 store 1 ,mem_lmo_opcode1 
+0x5cfc 024468 store 1 ,mem_lmo_opcode2 
+0x5cfd 024469 store 1 ,mem_esco_addr 
+0x5cfe 024470 store 1 ,mem_auth_enable 
+0x5cff 024471 store 1 ,mem_connection_options 
+0x5d00 024472 store 1 ,mem_pairing_auth 
+0x5d01 024473 jam switch_flag_init ,mem_switch_flag 
+0x5d02 024474 jam 0 ,mem_switch_fail_master_count 
+0x5d03 024475 jam null_encryp ,mem_wait_encryption 
+:      024476 init_lmp_reinit:
+0x5d04 024477 jam 0 ,mem_pairing_auth 
+0x5d05 024478 jam 0 ,mem_sp_localsm 
+0x5d06 024479 jam 0 ,mem_lmp_conn_state 
+:      024481 parse_rx_done:
+0x5d07 024482 rtn 
+:      024484 parse_lmp:
+0x5d08 024485 bpatchx patch2f_5 ,mem_patch2f 
+0x5d09 024486 call setlocalsm_master ,master 
+0x5d0a 024487 ncall setlocalsm_slave ,master 
+0x5d0b 024488 call lmo_fifo_check 
+0x5d0c 024489 nrtn blank 
+0x5d0d 024490 fetch 1 ,mem_state_map 
+0x5d0e 024491 rtnbit0 smap_rxlmp 
+0x5d0f 024492 set0 smap_rxlmp ,pdata 
+0x5d10 024493 set0 mark_rxbuf_inuse ,mark 
+0x5d11 024494 store 1 ,mem_state_map 
+0x5d12 024495 fetch 1 ,mem_rxbuf 
+0x5d13 024496 fetcht 1 ,mem_state_map 
+0x5d14 024497 isolate1 smap_lmptidinit ,pdata 
+0x5d15 024498 setflag true ,smap_lmptid ,temp 
+0x5d16 024499 storet 1 ,mem_state_map 
+0x5d17 024500 and_into 0x2 ,temp 
+0x5d18 024501 storet 1 ,mem_lmo_tid2 
+0x5d19 024502 fetcht 1 ,mem_state_map 
+0x5d1a 024503 rshift pdata ,pdata 
+0x5d1b 024504 store 1 ,mem_lmi_opcode2 
+0x5d1c 024505 bpatchx patch2f_6 ,mem_patch2f 
+0x5d1d 024506 fetch 1 ,mem_lmi_opcode2 
+0x5d1e 024507 beq lmp_escape ,parse_lmp_escape 
+0x5d1f 024508 beq lmp_accepted ,parse_lmp_accepted 
+0x5d20 024509 beq lmp_not_accepted ,parse_lmp_not_accepted 
+0x5d21 024510 beq lmp_set_afh ,parse_lmp_set_afh 
+0x5d22 024511 beq lmp_clkoffset_req ,parse_lmp_clkoffset_req 
+0x5d23 024512 beq lmp_encryption_mode_req ,parse_lmp_encryption_mode_req 
+0x5d24 024513 beq lmp_encryption_key_size_req ,parse_lmp_crypt_key 
+0x5d25 024514 beq lmp_auto_rate ,parse_lmp_auto_rate 
+0x5d26 024515 beq lmp_test_control ,parse_lmp_test_control 
+0x5d27 024516 beq lmp_test_activate ,parse_lmp_test_activate 
+0x5d28 024517 beq lmp_setup_complete ,parse_lmp_setup_complete 
+0x5d29 024518 beq lmp_supervision_timeout ,parse_lmp_supervision_timeout 
+0x5d2a 024519 beq lmp_features_req ,parse_lmp_features_req 
+0x5d2b 024520 beq lmp_host_connection_req ,parse_lmp_conn_req 
+0x5d2c 024521 beq lmp_version_req ,parse_lmp_version_req 
+0x5d2d 024522 beq lmp_version_res ,parse_lmp_version_res 
+0x5d2e 024523 beq lmp_detach ,parse_lmp_detach 
+0x5d2f 024524 beq lmp_max_slot ,parse_lmp_max_slot 
+0x5d30 024525 beq lmp_max_slot_req ,parse_lmp_max_slot_req 
+0x5d31 024526 beq lmp_name_req ,parse_lmp_name_req 
+0x5d32 024527 beq lmp_name_res ,parse_lmp_name_res 
+0x5d33 024528 beq lmp_features_res ,parse_lmp_features_res 
+0x5d34 024529 beq lmp_comb_key ,parse_lmp_comb_key 
+0x5d35 024530 beq lmp_au_rand ,parse_lmp_au_rand 
+0x5d36 024531 beq lmp_in_rand ,parse_lmp_in_rand 
+0x5d37 024532 beq lmp_sres ,parse_lmp_sres 
+0x5d38 024533 beq lmp_incr_power_req ,parse_lmp_incr_power 
+0x5d39 024534 beq lmp_decr_power_req ,parse_lmp_decr_power 
+0x5d3a 024535 beq lmp_max_power ,parse_lmp_max_power 
+0x5d3b 024536 beq lmp_min_power ,parse_lmp_min_power 
+0x5d3c 024537 beq lmp_page_mode_req ,parse_lmp_page_mode_req 
+0x5d3d 024538 beq lmp_page_scan_mode_req ,parse_lmp_page_scan_mode_req 
+0x5d3e 024539 beq lmp_preferred_rate ,parse_lmp_preferred_rate 
+0x5d3f 024540 beq lmp_slot_offset ,parse_lmp_slot_offset 
+0x5d40 024541 beq lmp_sniff_req ,parse_lmp_sniff_req 
+0x5d41 024542 beq lmp_start_encryption_req ,parse_lmp_start_encryption_req 
+0x5d42 024543 beq lmp_stop_encryption_req ,parse_lmp_stop_encryption_req 
+0x5d43 024544 beq lmp_switch_req ,parse_lmp_switch_req 
+0x5d44 024545 beq lmp_temp_rand ,parse_lmp_temp_rand 
+0x5d45 024546 beq lmp_temp_key ,parse_lmp_temp_key 
+0x5d46 024547 beq lmp_timing_accuracy_req ,parse_lmp_timing_accuracy_req 
+0x5d47 024548 beq lmp_timing_accuracy_res ,parse_lmp_timing_accuracy_res 
+0x5d48 024549 beq lmp_unit_key ,parse_lmp_unit_key 
+0x5d49 024550 beq lmp_unsniff_req ,parse_lmp_unsniff_req 
+0x5d4a 024551 beq lmp_use_semi_permanent_key ,parse_lmp_use_semi_permanend_key 
+0x5d4b 024552 beq lmp_encapsulated_header ,parse_lmp_encapsulated_header 
+0x5d4c 024553 beq lmp_encapsulated_payload ,parse_lmp_encapsulated_payload 
+0x5d4d 024554 beq lmp_simple_pairing_confirm ,parse_simple_pairing_confirm 
+0x5d4e 024555 beq lmp_simple_pairing_number ,parse_lmp_simple_pairing_number 
+0x5d4f 024556 beq lmp_dhkey_check ,parse_dhkey_check 
+0x5d50 024557 beq lmp_clkoffset_res ,parse_lmp_clkoffset_res 
+0x5d51 024558 beq lmp_enc_key_size_mask_req ,parse_enc_key_size_mask_req 
+:      024561 reject_unknown_packet:
+0x5d52 024562 jam unknown_lmp_pdu ,mem_lmo_reason2 
+:      024563 reject_lmp_packet:
+0x5d53 024564 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5d54 024565 rtn 
+:      024567 parse_lmp_clkoffset_req:
+0x5d55 024568 jam lmp_clkoffset_res ,mem_lmo_opcode2 
+0x5d56 024569 rtn 
+:      024571 parse_enc_key_size_mask_req:
+0x5d57 024572 jam lmp_enc_key_size_mask_res ,mem_lmo_opcode2 
+0x5d58 024573 rtn 
+:      024575 parse_lmp_set_afh:
+0x5d59 024576 fetch 4 ,mem_rxbuf + 1 
+0x5d5a 024577 lshift pdata ,pdata 
+0x5d5b 024578 store 4 ,mem_afh_instant 
+0x5d5c 024579 fetch 1 ,mem_rxbuf + 5 
+0x5d5d 024580 store 1 ,mem_afh_new_mod 
+0x5d5e 024581 fetch 5 ,mem_rxbuf + 6 
+0x5d5f 024582 store 5 ,mem_afh_map_new 
+0x5d60 024583 fetch 5 ,mem_rxbuf + 11 
+0x5d61 024584 istore 5 ,contw 
+0x5d62 024585 fetch 1 ,mem_mode 
+0x5d63 024586 set1 afh_change ,pdata 
+0x5d64 024587 store 1 ,mem_mode 
+0x5d65 024588 rtn 
+:      024589 parse_lmp_escape:
+0x5d66 024590 bpatchx patch2f_7 ,mem_patch2f 
+0x5d67 024591 fetch 1 ,mem_rxbuf + 1 
+0x5d68 024592 set1 7 ,pdata 
+0x5d69 024593 store 1 ,mem_lmi_opcode2 
+0x5d6a 024594 beq lmp_ext_accepted ,parse_lmpext_accepted 
+0x5d6b 024595 beq lmp_not_accepted_ext ,parse_lmpext_not_accepted 
+0x5d6c 024596 beq lmp_sniff_subrating_req ,parse_lmp_sniff_subrating_req 
+0x5d6d 024597 beq lmp_sniff_subrating_res ,parse_lmp_sniff_subrating_res 
+0x5d6e 024598 beq lmp_packet_type_table_req ,parse_lmpext_packet_type_table_req 
+0x5d6f 024599 beq lmp_ext_features_req ,parse_lmpext_features_req 
+0x5d70 024600 beq lmp_ext_features_res ,parse_lmpext_features_res 
+0x5d71 024601 beq lmp_ext_chn_classification_req ,parse_lmpext_chn_classification_req 
+0x5d72 024602 beq lmp_pause_encryption_req ,parse_lmpext_pause_encrypt 
+0x5d73 024603 beq lmp_resume_encryption_req ,parse_lmpext_resume_encrypt 
+0x5d74 024604 beq lmp_io_cap_req ,parse_lmpext_iocap_req 
+0x5d75 024605 beq lmp_io_cap_res ,parse_lmpext_iocap_res 
+0x5d76 024606 rtneq lmp_ext_features_res 
+:      024609 reject_unknown_ext_packet:
+0x5d77 024610 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
+0x5d78 024611 jam unknown_lmp_pdu ,mem_lmo_reason2 
+0x5d79 024613 rtn 
+:      024614 parse_lmpext_chn_classification_req:
+0x5d7a 024615 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
+0x5d7b 024616 jam not_support_chn_classification ,mem_lmo_reason2 
+0x5d7c 024617 rtn 
+:      024619 parse_lmpext_iocap_req:
+0x5d7d 024620 call iocap_lmpext_load 
+0x5d7e 024621 jam lmp_io_cap_res ,mem_lmo_opcode2 
+0x5d7f 024622 rtn 
+:      024624 parse_lmpext_iocap_res:
+0x5d80 024625 call iocap_lmpext_load 
+0x5d81 024626 branch iocap_lmpext_common 
+:      024628 iocap_lmpext_load:
+0x5d82 024629 arg mem_sp_iocap_remote ,contw 
+0x5d83 024630 fetch 3 ,mem_rxbuf + 2 
+0x5d84 024631 istore 3 ,contw 
+0x5d85 024632 rtn 
+:      024634 iocap_lmpext_common:
+0x5d86 024635 branch master_set_mem_master_sp_flag ,true 
+0x5d87 024636 rtn 
+:      024637 parse_lmpext_accepted:
+0x5d88 024638 fetch 1 ,mem_rxbuf + 3 
+0x5d89 024639 set1 7 ,pdata 
+0x5d8a 024640 store 1 ,mem_lmi_accepted_opcode 
+0x5d8b 024641 beq lmp_packet_type_table_req ,parse_lmpext_accepted_ptt 
+0x5d8c 024642 rtn 
+:      024645 parse_lmpext_not_accepted:
+0x5d8d 024646 fetch 1 ,mem_rxbuf + 3 
+0x5d8e 024647 set1 7 ,pdata 
+0x5d8f 024648 store 1 ,mem_lmi_accepted_opcode 
+0x5d90 024649 beq lmp_packet_type_table_req ,parse_lmpext_not_accepted_ptt 
+0x5d91 024650 rtn 
+:      024652 parse_lmpext_accepted_ptt:
+0x5d92 024653 fetch 1 ,mem_ptt 
+0x5d93 024654 fetcht 1 ,mem_state_map 
+0x5d94 024655 nsetflag blank ,smap_edr ,temp 
+0x5d95 024656 storet 1 ,mem_state_map 
+:      024657 parse_lmpext_not_accepted_ptt:
+0x5d96 024658 fetch 1 ,mem_state 
+0x5d97 024659 rtnbit0 state_init_seq 
+0x5d98 024660 set0 state_init_seq ,pdata 
+0x5d99 024661 store 1 ,mem_state 
+0x5d9a 024662 fetch 1 ,mem_auth_enable 
+0x5d9b 024663 nrtn blank 
+0x5d9c 024664 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5d9d 024665 rtn 
+:      024667 parse_lmpext_pause_encrypt:
+0x5d9e 024668 nbranch parse_lmpext_pause_encrypt_slave ,master 
+0x5d9f 024669 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x5da0 024670 branch tid_reply 
+:      024672 parse_lmpext_pause_encrypt_slave:
+0x5da1 024673 jam lmp_pause_encryption_req ,mem_lmo_opcode2 
+0x5da2 024674 rtn 
+:      024676 parse_lmpext_resume_encrypt:
+0x5da3 024679 call tid_reply 
+0x5da4 024680 branch lmp_start_encryption 
+:      024682 parse_lmpext_features_req:
+0x5da5 024683 jam lmp_ext_features_res ,mem_lmo_opcode2 
+0x5da6 024684 rtn 
+:      024686 parse_lmpext_features_res:
+0x5da7 024687 fetcht 1 ,mem_rxbuf + 4 
+0x5da8 024688 and temp ,0x1 ,temp 
+0x5da9 024689 storet 1 ,mem_remote_sppcap 
+0x5daa 024690 fetch 1 ,mem_hci_cmd 
+0x5dab 024691 bne hci_cmd_wait_remote_ext_feature ,parse_lmpext_features_res_not_hci 
+0x5dac 024692 jam 0 ,mem_hci_cmd 
+:      024693 parse_lmpext_features_res_not_hci:
+0x5dad 024694 fetch 1 ,mem_conn_sm 
+0x5dae 024695 rtnne conn_sm_wait_features_ext 
+0x5daf 024696 jam conn_sm_send_conn_req ,mem_conn_sm 
+0x5db0 024697 branch process_conn_sm 
+:      024699 parse_lmp_accepted:
+0x5db1 024700 bpatchx patch30_0 ,mem_patch30 
+0x5db2 024701 fetch 1 ,mem_rxbuf + 1 
+0x5db3 024702 store 1 ,mem_lmi_accepted_opcode 
+0x5db4 024703 beq lmp_host_connection_req ,parse_lmp_accepted_hostconn 
+0x5db5 024704 beq lmp_in_rand ,parse_lmp_accepted_inrand 
+0x5db6 024705 beq lmp_encryption_mode_req ,parse_lmp_accepted_enc_mode 
+0x5db7 024706 beq lmp_encryption_key_size_req ,parse_lmp_accepted_enc_keysize 
+0x5db8 024707 beq lmp_start_encryption_req ,parse_lmp_accepted_start_enc 
+0x5db9 024708 beq lmp_stop_encryption_req ,parse_lmp_accepted_stop_enc 
+0x5dba 024709 beq lmp_unsniff_req ,parse_lmp_accepted_unsniff_req 
+0x5dbb 024710 beq lmp_sniff_req ,parse_lmp_accepted_sniff_req 
+0x5dbc 024711 beq lmp_switch_req ,parse_lmp_accepted_switch 
+0x5dbd 024713 beq lmp_encapsulated_header ,parse_lmp_accepted_encapsulated_header 
+0x5dbe 024714 beq lmp_encapsulated_payload ,parse_lmp_accepted_encapsulated_payload 
+0x5dbf 024715 beq lmp_simple_pairing_number ,parse_lmp_accepted_simple_pairing_number 
+0x5dc0 024716 beq lmp_dhkey_check ,parse_lmp_accepted_dhkey_check 
+0x5dc1 024717 rtn 
+:      024719 parse_lmp_not_accepted:
+0x5dc2 024720 bpatchx patch30_1 ,mem_patch30 
+0x5dc3 024721 fetch 1 ,mem_rxbuf + 1 
+0x5dc4 024722 store 1 ,mem_lmi_accepted_opcode 
+0x5dc5 024723 beq lmp_name_req ,parse_lmp_not_accepted_name_req 
+0x5dc6 024724 beq lmp_host_connection_req ,parse_lmp_not_accepted_hostconn 
+0x5dc7 024725 beq lmp_au_rand ,parse_lmp_not_accepted_aurand 
+0x5dc8 024726 beq lmp_in_rand ,parse_lmp_not_accepted_inrand 
+0x5dc9 024727 beq lmp_switch_req ,parse_lmp_not_accepted_switch 
+0x5dca 024729 beq lmp_simple_pairing_number ,parse_lmp_not_accepted_simple_pairing_number 
+0x5dcb 024730 beq lmp_dhkey_check ,parse_lmp_not_accepted_dhkey_check 
+0x5dcc 024731 beq lmp_unsniff_req ,parse_lmp_not_accepted_unsniff_req 
+0x5dcd 024732 beq lmp_sniff_req ,parse_lmp_not_acdcept_sniff_req 
+0x5dce 024733 rtn 
+:      024735 parse_lmp_accepted_switch:
+0x5dcf 024736 jam bt_evt_switch_accept ,mem_fifo_temp 
+0x5dd0 024737 call ui_ipc_send_event 
+0x5dd1 024738 branch role_switch_prepare0 
+:      024739 parse_lmp_not_accepted_switch:
+0x5dd2 024740 jam bt_evt_switch_not_accept ,mem_fifo_temp 
+0x5dd3 024741 call ui_ipc_send_event 
+0x5dd4 024742 jam switch_flag_not_accept ,mem_switch_flag 
+0x5dd5 024743 setarg timer_switch_waite 
+0x5dd6 024744 arg switch_wait_timer ,queue 
+0x5dd7 024745 branch timer_init 
+:      024748 parse_lmp_accepted_hostconn:
+0x5dd8 024751 fetch 1 ,mem_lmp_conn_state 
+0x5dd9 024752 set1 received_conn_req ,pdata 
+0x5dda 024753 store 1 ,mem_lmp_conn_state 
+0x5ddb 024754 jam bt_evt_bb_connected ,mem_fifo_temp 
+0x5ddc 024755 call ui_ipc_send_event 
+0x5ddd 024756 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
+:      024758 parse_lmp_accepted_hostconn_ctn:
+0x5dde 024760 fetch 1 ,mem_conn_sm 
+0x5ddf 024761 bne conn_sm_wait_conn_accept ,parse_rx_done 
+0x5de0 024764 jam conn_sm_auth_pair ,mem_conn_sm 
+0x5de1 024765 rtn 
+:      024773 parse_lmp_not_accepted_hostconn:
+0x5de2 024774 jam acl_connection_already_exists ,mem_disconn_reason_send 
+0x5de3 024775 jam lmp_detach ,mem_lmo_opcode2 
+0x5de4 024777 jam conn_sm_standby ,mem_conn_sm 
+0x5de5 024779 branch parse_rx_done ,true 
+0x5de6 024780 rtn 
+:      024782 parse_lmp_accepted_inrand:
+0x5de7 024783 fetch 1 ,mem_link_key_exists 
+0x5de8 024784 nrtn blank 
+0x5de9 024785 call clear_linkkey 
+0x5dea 024786 call lmp_generate_key 
+0x5deb 024787 rtn master 
+0x5dec 024788 set1 mark_slave_in_rand_accepted ,mark 
+0x5ded 024789 rtn 
+:      024791 parse_lmp_accepted_enc_mode:
+0x5dee 024792 nrtn master 
+0x5def 024793 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
+0x5df0 024794 fetch 1 ,mem_state_map 
+0x5df1 024795 rtnbit0 smap_encryption 
+0x5df2 024796 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x5df3 024797 rtn 
+:      024799 parse_lmp_accepted_enc_keysize:
+0x5df4 024800 branch lmp_start_encryption 
+:      024802 parse_lmp_accepted_start_enc:
+0x5df5 024803 call send_create_conn_start_l2cap_timer_sm 
+0x5df6 024804 fetch 1 ,mem_state 
+0x5df7 024805 rtnbit1 state_conn_comp 
+0x5df8 024806 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5df9 024807 fetch 1 ,mem_conn_sm 
+0x5dfa 024808 rtnne conn_sm_encrypt_wait 
+0x5dfb 024809 jam conn_sm_encrypt_wait_clear ,mem_conn_sm 
+0x5dfc 024810 rtn 
+:      024812 parse_lmp_accepted_stop_enc:
+0x5dfd 024820 rtn 
+:      024822 parse_lmp_not_accepted_aurand:
+:      024823 parse_lmp_not_accepted_aurand_send_detach:
+0x5dfe 024824 jam lmp_detach ,mem_lmo_opcode2 
+0x5dff 024825 jam other_end_terminated ,mem_disconn_reason_send 
+0x5e00 024826 rtn 
+:      024828 parse_lmp_not_accepted_inrand:
+0x5e01 024829 fetch 1 ,mem_rxbuf + 2 
+0x5e02 024830 beq key_missing ,parse_lmp_inrand_key_missing 
+0x5e03 024831 rtnne pairing_not_allowed 
+0x5e04 024832 jam pairing_not_allowed ,mem_disconn_reason_send 
+0x5e05 024833 jam lmp_detach ,mem_lmo_opcode2 
+0x5e06 024834 rtn 
+:      024835 parse_lmp_inrand_key_missing:
+0x5e07 024836 jam key_missing ,mem_disconn_reason_send 
+0x5e08 024837 jam lmp_detach ,mem_lmo_opcode2 
+0x5e09 024838 rtn 
+:      024840 parse_lmp_not_accepted_name_req:
+0x5e0a 024841 rtn 
+:      024843 parse_lmp_not_accepted_simple_pairing_number:
+0x5e0b 024844 jam sp_stat_null ,mem_sp_state 
+0x5e0c 024845 jam lmp_detach ,mem_lmo_opcode2 
+0x5e0d 024846 branch parse_rx_done 
+:      024848 parse_lmp_not_accepted_dhkey_check:
+0x5e0e 024849 jam sp_stat_null ,mem_sp_state 
+0x5e0f 024850 jam lmp_detach ,mem_lmo_opcode2 
+0x5e10 024851 branch parse_rx_done 
+:      024852 parse_lmp_not_accepted_unsniff_req:
+0x5e11 024853 jam bt_evt_unsniff_not_accept ,mem_fifo_temp 
+0x5e12 024854 branch ui_ipc_send_event 
+:      024856 parse_lmp_accepted_unsniff_req:
+0x5e13 024857 jam bt_evt_unsniff_accept ,mem_fifo_temp 
+0x5e14 024858 call ui_ipc_send_event 
+0x5e15 024859 branch sniff_exit 
+:      024861 parse_lmp_accepted_sniff_req:
+0x5e16 024862 jam bt_evt_sniff_accept ,mem_fifo_temp 
+0x5e17 024863 call ui_ipc_send_event 
+0x5e18 024864 setarg 0 
+0x5e19 024865 store 2 ,mem_dsniff 
+0x5e1a 024866 fetch 2 ,mem_sniff_param_interval 
+0x5e1b 024867 lshift pdata ,pdata 
+0x5e1c 024868 store 2 ,mem_tsniff 
+0x5e1d 024869 fetch 1 ,mem_sniff_param_attempt 
+0x5e1e 024870 store 1 ,mem_sniff_attempt 
+0x5e1f 024871 fetch 1 ,mem_sniff_param_timeout 
+0x5e20 024872 store 1 ,mem_sniff_timeout 
+0x5e21 024873 branch sniff_init 
+:      024875 parse_lmp_not_acdcept_sniff_req:
+0x5e22 024876 jam bt_evt_sniff_not_accept ,mem_fifo_temp 
+0x5e23 024877 branch ui_ipc_send_event 
+:      024879 parse_lmp_crypt_key:
+0x5e24 024880 fetcht 1 ,mem_rxbuf + 1 
+0x5e25 024881 storet 1 ,mem_key_size 
+0x5e26 024882 branch accept_lmp_msg 
+:      024884 parse_lmp_setup_complete:
+0x5e27 024885 fetch 1 ,mem_lmp_conn_state 
+0x5e28 024886 set1 received_setup_complete ,pdata 
+0x5e29 024887 store 1 ,mem_lmp_conn_state 
+0x5e2a 024888 rtnbit1 sent_setup_complete 
+0x5e2b 024889 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5e2c 024890 branch parse_rx_done 
+:      024892 parse_lmp_max_slot:
+0x5e2d 024895 rtn 
+:      024897 parse_lmp_max_slot_req:
+0x5e2e 024898 fetch 1 ,mem_max_slot 
+0x5e2f 024899 fetcht 1 ,mem_rxbuf + 1 
+0x5e30 024900 isub temp ,null 
+0x5e31 024902 branch accept_lmp_msg ,positive 
+0x5e32 024903 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5e33 024904 jam unspecified_error ,mem_lmo_reason2 
+0x5e34 024905 jam lmp_max_slot_req ,mem_lmi_opcode2 
+0x5e35 024906 rtn 
+:      024908 parse_lmp_detach:
+0x5e36 024909 call prepare_disconnect 
+0x5e37 024910 branch accept_lmp_msg 
+:      024912 accept_lmp_msg:
+0x5e38 024913 jam lmp_accepted ,mem_lmo_opcode2 
+0x5e39 024914 rtn 
+:      024916 parse_lmp_incr_power:
+0x5e3a 024917 jam lmp_max_power ,mem_lmo_opcode2 
+0x5e3b 024918 rtn 
+:      024920 parse_lmp_decr_power:
+0x5e3c 024921 jam lmp_min_power ,mem_lmo_opcode2 
+0x5e3d 024922 rtn 
+:      024924 parse_lmp_version_res:
+0x5e3e 024925 fetch 1 ,mem_conn_sm 
+0x5e3f 024926 rtneq conn_sm_wait_version 
+0x5e40 024928 jam conn_sm_send_features ,mem_conn_sm 
+0x5e41 024930 rtn 
+:      024933 parse_lmp_auto_rate:
+0x5e42 024934 rtn 
+:      024936 parse_lmp_in_rand:
+0x5e43 024937 call lmp_copy_rand 
+0x5e44 024938 jam pincode_state_wait_pincode ,mem_pincode_state 
+0x5e45 024939 jam bt_evt_pincode_req ,mem_fifo_temp 
+0x5e46 024940 call ui_ipc_send_event 
+0x5e47 024942 call tid_check 
+0x5e48 024943 nbranch lmp_accept_inrand ,true 
+0x5e49 024945 nbranch parse_lmp_inrand_res ,master 
+0x5e4a 024946 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5e4b 024947 jam lmp_in_rand ,mem_lmi_opcode2 
+0x5e4c 024948 jam transaction_collision ,mem_lmo_reason2 
+0x5e4d 024949 rtn 
+:      024950 parse_lmp_inrand_res:
+0x5e4e 024951 fetch 1 ,mem_op 
+0x5e4f 024952 set1 op_inrand_req ,pdata 
+0x5e50 024953 store 1 ,mem_op 
+0x5e51 024954 rtn 
+:      024957 pop_tid_follow:
+0x5e52 024958 fetcht 1 ,mem_state_map 
+0x5e53 024959 nsetflag blank ,smap_lmptid ,temp 
+0x5e54 024960 storet 1 ,mem_state_map 
+0x5e55 024961 rtn 
+:      024964 push_tid_follow:
+0x5e56 024965 fetch 1 ,mem_lmo_tid2 
+0x5e57 024966 rshift pdata ,pdata 
+0x5e58 024967 and_into 1 ,pdata 
+0x5e59 024968 rtn 
+:      024970 parse_lmp_au_rand_moudle:
+0x5e5a 024971 fetch 1 ,mem_nv_data_number 
+0x5e5b 024972 rtn blank 
+0x5e5c 024973 fetch 1 ,mem_pairing_auth 
+0x5e5d 024974 call load_device_list ,blank 
+0x5e5e 024975 rtn 
+:      024977 parse_lmp_au_rand:
+0x5e5f 024978 call parse_lmp_au_rand_moudle 
+0x5e60 024979 call push_tid_follow 
+0x5e61 024980 store 1 ,mem_sres_tid 
+0x5e62 024981 call lmp_copy_rand 
+0x5e63 024982 jam lmp_sres ,mem_lmo_opcode2 
+0x5e64 024983 fetch 1 ,mem_link_key_exists 
+0x5e65 024984 nrtn blank 
+0x5e66 024985 fetch 1 ,mem_state 
+0x5e67 024986 rtnbit1 state_combkey 
+0x5e68 024987 jam key_missing ,mem_lmo_reason2 
+0x5e69 024988 branch reject_lmp_packet 
+:      024990 parse_lmp_sres:
+0x5e6a 024991 arg mem_plap ,rega 
+0x5e6b 024992 call function_e1 
+0x5e6c 024993 fetch 4 ,mem_rxbuf + 1 
+0x5e6d 024994 fetcht 4 ,mem_input_store 
+0x5e6e 024995 isub temp ,null 
+0x5e6f 024996 branch authentication_ok ,zero 
+0x5e70 024997 jam lmp_detach ,mem_lmo_opcode2 
+0x5e71 024998 jam authentication_failure_error ,mem_disconn_reason_send 
+0x5e72 024999 rtn 
+:      025000 authentication_ok:
+0x5e73 025001 call authentication_ok_common 
+0x5e74 025002 fetch 1 ,mem_ssp_enable 
+0x5e75 025003 branch pairing_success ,blank 
+0x5e76 025004 rtn 
+:      025007 authentication_ok_common:
+0x5e77 025008 call copy_aco 
+0x5e78 025009 call linkkey_ready 
+0x5e79 025010 fetch 1 ,mem_op 
+0x5e7a 025011 isolate1 op_auth_req ,pdata 
+0x5e7b 025012 set0 op_auth_req ,pdata 
+0x5e7c 025013 store 1 ,mem_op 
+0x5e7d 025014 fetch 1 ,mem_conn_sm 
+0x5e7e 025015 beq conn_sm_auth_wait ,authentication_ok_conn_sm 
+0x5e7f 025016 beq conn_sm_pairing_wait ,authentication_ok_conn_sm 
+0x5e80 025017 rtn 
+:      025018 authentication_ok_conn_sm:
+0x5e81 025019 fetch 1 ,mem_pairing_auth 
+0x5e82 025020 rtnne defalt_pairing_auth 
+0x5e83 025021 fetch 1 ,mem_state_map 
+0x5e84 025022 rtnbit1 smap_encryption 
+0x5e85 025023 branch host_create_conn_encrypt 
+:      025025 parse_lmp_comb_key:
+0x5e86 025026 arg mem_rxbuf + 1 ,rega 
+0x5e87 025027 arg mem_kinit ,regb 
+0x5e88 025028 arg mem_random_number ,contw 
+0x5e89 025029 call xor16 
+0x5e8a 025030 arg mem_plap ,rega 
+0x5e8b 025031 call generate_linkkey 
+0x5e8c 025032 jam lmp_au_rand ,mem_lmo_opcode2 
+0x5e8d 025033 fetch 1 ,mem_state 
+0x5e8e 025034 bbit0 state_combkey ,lmp_generate_key 
+0x5e8f 025035 rtn 
+:      025037 parse_lmp_name_res:
+0x5e90 025038 fetch 2 ,mem_len 
+0x5e91 025039 add pdata ,-3 ,loopcnt 
+0x5e92 025040 fetcht 1 ,mem_rxbuf + 1 
+0x5e93 025041 setarg mem_tmp_buffer 
+0x5e94 025042 iadd temp ,contw 
+0x5e95 025043 arg mem_rxbuf + 3 ,contr 
+0x5e96 025044 call memcpy 
+0x5e97 025045 fetcht 1 ,mem_name_offset 
+0x5e98 025046 fetch 1 ,mem_rxbuf + 2 
+0x5e99 025047 isub temp ,pdata 
+0x5e9a 025048 sub pdata ,14 ,null 
+0x5e9b 025049 branch parse_lmp_name_res_end ,positive 
+0x5e9c 025050 add temp ,14 ,pdata 
+0x5e9d 025051 store 1 ,mem_name_offset 
+0x5e9e 025052 jam lmp_name_req ,mem_lmo_opcode2 
+0x5e9f 025053 rtn 
+:      025054 parse_lmp_name_res_end:
+0x5ea0 025055 fetch 1 ,mem_state_map 
+0x5ea1 025056 set1 smap_name_res ,pdata 
+0x5ea2 025057 store 1 ,mem_state_map 
+0x5ea3 025058 bbit1 smap_name_req ,lmp_disconnect 
+0x5ea4 025059 rtn 
+:      025060 parse_lmp_name_req:
+0x5ea5 025061 fetch 1 ,mem_rxbuf + 1 
+0x5ea6 025062 store 1 ,mem_lmi_opcode2 
+0x5ea7 025063 jam lmp_name_res ,mem_lmo_opcode2 
+0x5ea8 025064 rtn 
+:      025066 parse_lmp_conn_req:
+0x5ea9 025067 branch accept_lmp_msg 
+:      025069 parse_lmp_timing_accuracy_req:
+0x5eaa 025070 jam lmp_timing_accuracy_res ,mem_lmo_opcode2 
+0x5eab 025071 rtn 
+:      025073 parse_lmp_features_req:
+0x5eac 025074 jam lmp_features_res ,mem_lmo_opcode2 
+0x5ead 025075 rtn 
+:      025077 parse_lmp_version_req:
+0x5eae 025078 jam lmp_version_res ,mem_lmo_opcode2 
+0x5eaf 025079 rtn 
+:      025081 parse_lmp_supervision_timeout:
+0x5eb0 025084 rtn 
+:      025088 parse_lmp_sniff_subrating_req:
+0x5eb1 025089 fetch 2 ,mem_tsniff 
+0x5eb2 025090 iforce temp 
+0x5eb3 025091 fetch 1 ,mem_rxbuf + 2 
+0x5eb4 025092 store 1 ,mem_subsniff_rate 
+0x5eb5 025093 imul32 temp ,temp 
+0x5eb6 025094 fetch 2 ,mem_rxbuf + 3 
+0x5eb7 025095 lshift pdata ,pdata 
+0x5eb8 025096 store 2 ,mem_subsniff_tcmax 
+0x5eb9 025097 fetch 4 ,mem_rxbuf + 5 
+0x5eba 025098 lshift pdata ,pdata 
+0x5ebb 025099 store 4 ,mem_subsniff_instant 
+0x5ebc 025101 deposit temp 
+0x5ebd 025102 store 2 ,mem_subsniff_tsniff 
+0x5ebe 025103 rtn 
+:      025104 parse_lmpext_packet_type_table_req:
+0x5ebf 025105 fetcht 1 ,mem_ptt 
+0x5ec0 025106 fetch 1 ,mem_rxbuf + 2 
+0x5ec1 025107 ixor temp ,null 
+0x5ec2 025108 nbranch reject_unknown_ext_packet ,zero 
+0x5ec3 025109 isolate1 0 ,pdata 
+0x5ec4 025110 fetch 1 ,mem_state_map 
+0x5ec5 025111 setflag true ,smap_edr ,pdata 
+0x5ec6 025112 store 1 ,mem_state_map 
+0x5ec7 025113 jam lmp_ext_accepted ,mem_lmo_opcode2 
+0x5ec8 025114 jam lmp_packet_type_table_req ,mem_lmi_opcode2 
+0x5ec9 025115 rtn 
+:      025118 parse_lmp_sniff_subrating_res:
+:      025119 parse_lmp_preferred_rate:
+:      025120 parse_lmp_max_power:
+:      025121 parse_lmp_min_power:
+0x5eca 025122 rtn 
+:      025123 parse_lmp_page_mode_req:
+0x5ecb 025125 branch accept_lmp_msg 
+:      025126 parse_lmp_page_scan_mode_req:
+0x5ecc 025129 branch accept_lmp_msg 
+:      025133 parse_lmp_slot_offset:
+0x5ecd 025134 fetch 2 ,mem_rxbuf + 1 
+0x5ece 025135 store 2 ,mem_slot_offset 
+0x5ecf 025136 rtn 
+:      025138 parse_lmp_sniff_req_check_sniff_para:
+0x5ed0 025139 fetch 2 ,mem_rxbuf + 4 
+0x5ed1 025140 fetcht 1 ,mem_lpm_mult 
+0x5ed2 025141 imul32 temp ,pdata 
+0x5ed3 025142 arg 0x640 ,temp 
+0x5ed4 025143 isub temp ,null 
+0x5ed5 025145 rtn 
+:      025147 parse_lmp_sniff_req:
+0x5ed6 025148 fetch 2 ,mem_rxbuf + 6 
+0x5ed7 025149 branch lmp_reject_sniff ,blank 
+0x5ed8 025150 call parse_lmp_sniff_req_check_sniff_para 
+0x5ed9 025151 branch lmp_reject_sniff ,positive 
+0x5eda 025152 fetch 1 ,mem_device_option 
+0x5edb 025153 sub pdata ,dvc_op_module ,null 
+0x5edc 025154 call module_set_lpm_mult_2 ,zero 
+0x5edd 025155 fetch 1 ,mem_state 
+0x5ede 025156 bbit1 state_insniff ,lmp_reject_sniff 
+0x5edf 025157 fetch 2 ,mem_rxbuf + 2 
+0x5ee0 025158 lshift pdata ,pdata 
+0x5ee1 025159 store 2 ,mem_dsniff 
+0x5ee2 025160 fetch 2 ,mem_rxbuf + 4 
+0x5ee3 025161 lshift pdata ,pdata 
+0x5ee4 025162 store 2 ,mem_tsniff 
+0x5ee5 025163 fetch 2 ,mem_rxbuf + 6 
+0x5ee6 025164 store 1 ,mem_sniff_attempt 
+0x5ee7 025165 iforce temp 
+0x5ee8 025166 fetch 2 ,mem_rxbuf + 8 
+0x5ee9 025167 store 1 ,mem_sniff_timeout 
+0x5eea 025168 isub temp ,null 
+0x5eeb 025169 nbranch set_big_value_to_attempt ,positive 
+0x5eec 025170 store 1 ,mem_sniff_attempt 
+:      025171 set_big_value_to_attempt:
+0x5eed 025173 jam lmp_accepted ,mem_lmo_opcode2 
+0x5eee 025174 jam lmp_sniff_req ,mem_lmi_opcode2 
+0x5eef 025175 rtn 
+:      025177 lmp_reject_sniff:
+0x5ef0 025178 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5ef1 025179 branch reject_lmp_packet 
+:      025181 parse_lmp_start_encryption_req:
+0x5ef2 025182 call accept_lmp_msg 
+0x5ef3 025183 call lmp_copy_rand 
+0x5ef4 025184 call function_e3 
+0x5ef5 025185 branch start_encryption 
+:      025187 parse_lmp_stop_encryption_req:
+0x5ef6 025188 call accept_lmp_msg 
+0x5ef7 025189 branch stop_encryption 
+:      025192 parse_lmp_switch_req:
+0x5ef8 025193 fetch 4 ,mem_rxbuf + 1 
+0x5ef9 025194 lshift pdata ,pdata 
+0x5efa 025196 branch parse_lmp_switch_accept ,master 
+0x5efb 025197 fetcht 1 ,mem_link_key_exists 
+0x5efc 025198 nbranch parse_lmp_switch_req_clear_mark ,blank 
+:      025199 parse_lmp_switch_req_not_accept:
+0x5efd 025200 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5efe 025201 jam lmp_switch_req ,mem_lmi_opcode2 
+0x5eff 025202 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f00 025203 rtn 
+:      025204 parse_lmp_switch_req_clear_mark:
+0x5f01 025205 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x5f02 025206 jam 0 ,mem_conn_sm 
+0x5f03 025207 branch role_switch_prepare 
+:      025209 parse_lmp_switch_accept:
+0x5f04 025210 call role_switch_prepare 
+0x5f05 025211 set1 mark_reconn_recieve_switch ,mark 
+0x5f06 025212 fetch 1 ,mem_connection_options 
+0x5f07 025213 set0 connection_switch ,pdata 
+0x5f08 025214 store 1 ,mem_connection_options 
+0x5f09 025215 branch accept_lmp_msg 
+:      025219 parse_lmp_temp_rand:
+:      025220 parse_lmp_temp_key:
+:      025221 parse_lmp_timing_accuracy_res:
+:      025222 parse_lmp_unit_key:
+:      025223 parse_lmp_use_semi_permanend_key:
+0x5f0a 025224 rtn 
+:      025227 parse_lmp_unsniff_req:
+0x5f0b 025228 jam lmp_accepted ,mem_lmo_opcode2 
+0x5f0c 025229 jam lmp_unsniff_req ,mem_lmi_opcode2 
+0x5f0d 025230 jam bt_evt_remote_unsniff ,mem_fifo_temp 
+0x5f0e 025231 call ui_ipc_send_event 
+0x5f0f 025232 branch sniff_exit 
+:      025234 parse_lmp_encapsulated_header:
+0x5f10 025235 fetch 1 ,mem_rxbuf + 1 
+0x5f11 025236 bne encapsulated_major_type_p192 ,parse_lmp_encapsulated_header_reject 
+0x5f12 025237 fetch 1 ,mem_rxbuf + 2 
+0x5f13 025238 bne encapsulated_minor_type_p192 ,parse_lmp_encapsulated_header_reject 
+0x5f14 025239 fetch 1 ,mem_rxbuf + 3 
+0x5f15 025240 bne encapsulated_len_p192 ,parse_lmp_encapsulated_header_reject 
+0x5f16 025241 call check_localsm 
+0x5f17 025242 branch parse_lmp_encapsulated_header_master ,true 
+0x5f18 025243 jam sp_stat_key_recv ,mem_sp_state 
+:      025244 parse_lmp_encapsulated_header_master:
+0x5f19 025245 jam lmp_accepted ,mem_lmo_opcode2 
+0x5f1a 025246 jam lmp_encapsulated_header ,mem_lmi_opcode2 
+0x5f1b 025247 branch parse_rx_done 
+:      025249 parse_lmp_encapsulated_header_reject:
+0x5f1c 025250 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f1d 025251 branch reject_lmp_packet 
+:      025253 parse_lmp_accepted_encapsulated_header:
+0x5f1e 025256 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
+0x5f1f 025258 rtn 
+:      025259 parse_lmp_accepted_simple_pairing_number:
+0x5f20 025260 fetch 1 ,mem_ssp_mode_flag 
+0x5f21 025261 beq ssp_mode_ssp_pin_flag ,parse_lmp_accepted_simple_pairing_number_ssp_pin 
+0x5f22 025262 beq ssp_mode_passkey_entry_flag ,parse_lmp_accepted_simple_pairing_number_passkey 
+:      025263 parse_lmp_accepted_simple_pairing_number_common:
+0x5f23 025264 call check_localsm 
+0x5f24 025265 rtn true 
+0x5f25 025266 jam sp_stat_confirm_recv ,mem_sp_state 
+0x5f26 025267 rtn 
+:      025269 parse_lmp_accepted_simple_pairing_number_ssp_pin:
+0x5f27 025270 call g_noninit_number_confirm 
+0x5f28 025271 jam bt_evt_bt_gkey_generate ,mem_fifo_temp 
+0x5f29 025272 call ui_ipc_send_event 
+0x5f2a 025273 branch parse_lmp_accepted_simple_pairing_number_common 
+:      025276 parse_lmp_accepted_simple_pairing_number_passkey:
+0x5f2b 025277 call check_localsm 
+0x5f2c 025278 rtn true 
+0x5f2d 025279 fetch 1 ,mem_authentication_passkey_times 
+0x5f2e 025280 beq 19 ,authentication_passkey_end 
+0x5f2f 025281 increase 1 ,pdata 
+0x5f30 025282 store 1 ,mem_authentication_passkey_times 
+:      025285 authentication_passkey:
+0x5f31 025286 jam sp_flag_commit ,mem_sp_flag 
+0x5f32 025287 jam sp_stat_commit_calc ,mem_sp_state 
+0x5f33 025288 fetch 1 ,mem_authentication_passkey_times 
+0x5f34 025289 copy pdata ,queue 
+0x5f35 025290 fetch 6 ,mem_pin 
+0x5f36 025291 qisolate1 pdata 
+0x5f37 025292 setarg 0x80 
+0x5f38 025293 setflag true ,0 ,pdata 
+0x5f39 025294 store 1 ,mem_passkey_1bit 
+0x5f3a 025295 rtn 
+:      025297 authentication_passkey_end:
+0x5f3b 025298 jam sp_stat_confirm_recv ,mem_sp_state 
+0x5f3c 025299 rtn 
+:      025301 parse_lmp_accepted_dhkey_check:
+0x5f3d 025302 call parse_lmp_accepted_dhkey_check_common 
+:      025303 pairing_success:
+0x5f3e 025304 fetch 1 ,mem_flag_pairing_state 
+0x5f3f 025305 rtn blank 
+0x5f40 025306 jam flag_pairing_state_not_pairing ,mem_flag_pairing_state 
+0x5f41 025307 jam bt_evt_bt_pairing_success ,mem_fifo_temp 
+0x5f42 025308 branch ui_ipc_send_event 
+:      025311 parse_lmp_accepted_dhkey_check_common:
+0x5f43 025313 call check_localsm 
+0x5f44 025314 ncall g_noninit ,true 
+0x5f45 025315 call g_init ,true 
+0x5f46 025316 call check_localsm 
+0x5f47 025317 rtn true 
+0x5f48 025318 jam sp_stat_link_key_calc ,mem_sp_state 
+0x5f49 025319 jam sp_flag_commit ,mem_sp_flag 
+0x5f4a 025320 rtn 
+:      025322 parse_simple_pairing_confirm:
+0x5f4b 025323 arg mem_sp_confirm_remote ,contw 
+0x5f4c 025324 arg mem_rxbuf + 1 ,contr 
+0x5f4d 025325 call memcpy16 
+0x5f4e 025326 fetch 1 ,mem_ssp_mode_flag 
+0x5f4f 025327 rtneq ssp_mode_passkey_entry_flag 
+0x5f50 025328 branch master_set_mem_master_sp_flag 
+:      025330 parse_lmp_encapsulated_payload:
+0x5f51 025331 fetch 1 ,mem_master_sp_state 
+0x5f52 025332 beq sp_stat_random_send ,parse_encapsulated_payload_master 
+0x5f53 025333 fetch 1 ,mem_sp_state 
+0x5f54 025334 bne sp_stat_key_recv ,parse_lmp_encapsulated_payload_reject 
+:      025335 parse_encapsulated_payload_master:
+0x5f55 025336 fetch 1 ,mem_sp_remote_key_recv_count 
+0x5f56 025337 sub pdata ,0x20 ,contw 
+0x5f57 025338 nbranch parse_lmp_encapsulated_payload_reject ,positive 
+0x5f58 025339 arg mem_sp_pubkey_remote ,contw 
+0x5f59 025340 iadd contw ,contw 
+0x5f5a 025341 fetch 8 ,mem_rxbuf + 1 
+0x5f5b 025342 istore 8 ,contw 
+0x5f5c 025343 fetch 8 ,mem_rxbuf + 9 
+0x5f5d 025344 istore 8 ,contw 
+0x5f5e 025345 fetch 1 ,mem_sp_remote_key_recv_count 
+0x5f5f 025346 increase 16 ,pdata 
+0x5f60 025347 store 1 ,mem_sp_remote_key_recv_count 
+0x5f61 025348 bne encapsulated_len_p192 ,accept_lmp_msg 
+:      025349 parse_lmp_encapsulated_payload_completed:
+0x5f62 025350 call check_localsm 
+0x5f63 025351 branch accept_lmp_msg ,true 
+0x5f64 025352 jam sp_key_valid ,mem_sp_remote_key_invalid 
+0x5f65 025353 jam sp_stat_key_generate ,mem_sp_state 
+0x5f66 025354 jam sp_flag_commit ,mem_sp_flag 
+0x5f67 025355 branch accept_lmp_msg 
+:      025356 parse_lmp_encapsulated_payload_reject:
+0x5f68 025357 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f69 025358 branch reject_lmp_packet 
+:      025359 parse_lmp_accepted_encapsulated_payload:
+0x5f6a 025360 fetch 1 ,mem_sp_local_key_send_count 
+0x5f6b 025361 beq encapsulated_len_p192 ,parse_lmp_encapsulated_payload_all_accepted 
+0x5f6c 025362 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
+0x5f6d 025363 branch parse_rx_done 
+:      025365 parse_lmp_encapsulated_payload_all_accepted:
+0x5f6e 025366 call check_localsm 
+0x5f6f 025367 branch parse_lmp_encapsulated_payload_all_accepted_master ,true 
+0x5f70 025368 fetch 1 ,mem_ssp_mode_flag 
+0x5f71 025369 beq ssp_mode_passkey_entry_flag ,parse_lmp_encapsulated_payload_all_accepted_get_passkey 
+0x5f72 025370 jam sp_flag_commit ,mem_sp_flag 
+0x5f73 025371 jam sp_stat_commit_calc ,mem_sp_state 
+0x5f74 025372 branch parse_rx_done 
+:      025374 parse_lmp_encapsulated_payload_all_accepted_get_passkey:
+0x5f75 025375 jam bt_evt_bt_get_passkey ,mem_fifo_temp 
+0x5f76 025376 branch ui_ipc_send_event 
+:      025379 parse_lmp_encapsulated_payload_all_accepted_master:
+0x5f77 025381 branch parse_rx_done 
+:      025383 parse_lmp_simple_pairing_number:
+0x5f78 025384 fetch 1 ,mem_master_sp_state 
+0x5f79 025385 beq sp_stat_random_send ,parse_lmp_simple_pairing_number_master 
+0x5f7a 025386 fetch 1 ,mem_sp_state 
+0x5f7b 025387 bne sp_stat_random_recv ,parse_lmp_simple_pairing_number_reject 
+:      025388 parse_lmp_simple_pairing_number_master:
+0x5f7c 025389 arg mem_sp_random_remote ,contw 
+0x5f7d 025390 fetch 8 ,mem_rxbuf + 1 
+0x5f7e 025391 istore 8 ,contw 
+0x5f7f 025392 fetch 8 ,mem_rxbuf + 9 
+0x5f80 025393 istore 8 ,contw 
+0x5f81 025394 call check_localsm 
+0x5f82 025395 branch parse_lmp_simple_pairing_number_master0 ,true 
+0x5f83 025396 jam sp_stat_random_send ,mem_sp_state 
+0x5f84 025397 jam sp_flag_commit ,mem_sp_flag 
+0x5f85 025398 branch accept_lmp_msg 
+:      025399 parse_lmp_simple_pairing_number_master0:
+0x5f86 025400 jam sp_stat_commit_calc ,mem_master_sp_state 
+0x5f87 025401 branch master_set_mem_master_sp_flag 
+:      025404 parse_lmp_simple_pairing_number_reject:
+0x5f88 025405 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f89 025406 branch reject_lmp_packet 
+:      025408 parse_dhkey_check:
+0x5f8a 025409 fetch 1 ,mem_master_sp_state 
+0x5f8b 025410 beq sp_stat_confirm_send ,parse_dhkey_check_master 
+0x5f8c 025411 fetch 1 ,mem_sp_state 
+0x5f8d 025412 bne sp_stat_confirm_recv ,parse_lmp_dhkey_check_reject 
+:      025413 parse_dhkey_check_master:
+0x5f8e 025414 arg mem_sp_check_result ,contw 
+0x5f8f 025415 arg mem_rxbuf + 1 ,contr 
+0x5f90 025416 call memcpy16 
+0x5f91 025417 call check_localsm 
+0x5f92 025418 branch parse_dhkey_check_master0 ,true 
+0x5f93 025419 fetch 1 ,mem_ssp_mode_flag 
+0x5f94 025420 beq ssp_mode_ssp_pin_flag ,number_comparison_mode 
+:      025421 number_comparison_successed:
+0x5f95 025422 jam 0 ,mem_flag_mode_ssp_pin 
+0x5f96 025423 jam sp_stat_confirm_check ,mem_sp_state 
+0x5f97 025424 jam sp_flag_commit ,mem_sp_flag 
+0x5f98 025425 jam lmp_dhkey_check ,mem_lmi_opcode2 
+0x5f99 025426 branch parse_rx_done 
+:      025428 parse_dhkey_check_master0:
+0x5f9a 025429 jam sp_stat_confirm_check ,mem_master_sp_state 
+0x5f9b 025430 jam sp_flag_commit ,mem_master_sp_flag 
+0x5f9c 025431 branch parse_rx_done 
+:      025432 parse_lmp_dhkey_check_reject:
+0x5f9d 025433 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f9e 025434 branch reject_lmp_packet 
+:      025436 number_comparison_mode:
+0x5f9f 025437 fetch 1 ,mem_flag_mode_ssp_pin 
+0x5fa0 025438 bbit1 flag_mode_ssp_pin_reviceve_comparison_bit ,comparison_result 
+0x5fa1 025439 set1 flag_mode_ssp_pin_recieve_dhkey_bit ,pdata 
+0x5fa2 025440 store 1 ,mem_flag_mode_ssp_pin 
+0x5fa3 025441 rtn 
+:      025443 comparison_result:
+0x5fa4 025444 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
+0x5fa5 025445 jam 0 ,mem_flag_mode_ssp_pin 
+0x5fa6 025446 branch parse_lmp_dhkey_check_reject 
+:      025449 parse_lmp_clkoffset_res:
+0x5fa7 025450 branch parse_rx_done 
+:      025452 parse_lmp_encryption_mode_req:
+0x5fa8 025453 fetch 1 ,mem_connection_options 
+0x5fa9 025454 set0 connection_encrypt 
+0x5faa 025455 store 1 ,mem_connection_options 
+0x5fab 025456 call accept_lmp_msg 
+0x5fac 025457 nrtn master 
+0x5fad 025458 fetch 1 ,mem_rxbuf + 1 
+0x5fae 025459 fetcht 1 ,mem_op 
+0x5faf 025460 setflag blank ,op_stop_enc ,temp 
+0x5fb0 025461 nsetflag blank ,op_start_enc ,temp 
+0x5fb1 025462 storet 1 ,mem_op 
+0x5fb2 025463 rtn 
+:      025465 parse_lmp_features_res:
+0x5fb3 025466 fetcht 8 ,mem_rxbuf + 1 
+:      025467 parse_lmp_features_res_not_hci:
+0x5fb4 025468 fetch 1 ,mem_conn_sm 
+0x5fb5 025469 rtnne conn_sm_wait_features_res 
+0x5fb6 025471 fetch 1 ,mem_connection_options 
+0x5fb7 025472 bbit0 connection_feature_ext ,parse_lmp_send_conn 
+0x5fb8 025474 jam conn_sm_send_features_ext ,mem_conn_sm 
+0x5fb9 025475 rtn 
+:      025476 parse_lmp_send_conn:
+0x5fba 025477 jam conn_sm_send_conn_req ,mem_conn_sm 
+0x5fbb 025478 rtn 
+:      025479 parse_lmp_test_activate:
+0x5fbc 025480 fetch 1 ,mem_debug_config 
+0x5fbd 025481 store 1 ,mem_test_mode_old_debug_config 
+0x5fbe 025482 jam lmp_accepted ,mem_lmo_opcode2 
+0x5fbf 025483 jam lmp_test_activate ,mem_lmi_opcode2 
+0x5fc0 025484 rtn 
+:      025485 parse_lmp_test_control:
+0x5fc1 025488 jam lmp_accepted ,mem_lmo_opcode2 
+0x5fc2 025489 jam lmp_test_control ,mem_lmi_opcode2 
+0x5fc3 025490 force 9 ,loopcnt 
+0x5fc4 025491 arg mem_rxbuf + 1 ,contr 
+0x5fc5 025492 arg mem_temp_payload ,contw 
+:      025493 parse_lmp_test_xor:
+0x5fc6 025494 ifetch 1 ,contr 
+0x5fc7 025495 xor_into 0x55 ,pdata 
+0x5fc8 025496 istore 1 ,contw 
+0x5fc9 025497 loop parse_lmp_test_xor 
+0x5fca 025498 fetch 1 ,test_mode_scenario 
+0x5fcb 025499 fetcht 1 ,mem_tester_emulate 
+0x5fcc 025500 set0 tester_no_whitening ,temp 
+0x5fcd 025501 set0 tester_pattern_test ,temp 
+0x5fce 025502 beq exit_test_mode ,parse_lmp_test_control_exit 
+0x5fcf 025503 beq pause_test_mode ,parse_lmp_test_control_pause 
+0x5fd0 025504 beq closed_loop_back_acl ,parse_lmp_test_control_loopback 
+0x5fd1 025505 beq acl_without_whitening ,parse_lmp_test_control_loopback_nowhite 
+0x5fd2 025506 beq closed_loop_back_sco ,parse_lmp_test_control_loopback 
+0x5fd3 025507 beq sco_without_whitening ,parse_lmp_test_control_loopback_nowhite 
+0x5fd4 025508 beq zero_pattern ,parse_lmp_test_control_pattern 
+0x5fd5 025509 beq one_pattern ,parse_lmp_test_control_pattern 
+0x5fd6 025510 beq alt_pattern ,parse_lmp_test_control_pattern 
+0x5fd7 025511 beq alt2_pattern ,parse_lmp_test_control_pattern 
+0x5fd8 025512 beq pseudorandom ,parse_lmp_test_control_pattern 
+0x5fd9 025513 rtn 
+:      025514 parse_lmp_test_control_exit:
+0x5fda 025516 fetch 1 ,mem_tester_emulate 
+0x5fdb 025517 set1 tester_exit ,pdata 
+0x5fdc 025518 set1 tester_change ,pdata 
+0x5fdd 025519 store 1 ,mem_tester_emulate 
+0x5fde 025520 rtn 
+:      025521 parse_lmp_test_control_pattern:
+0x5fdf 025522 set1 tester_pattern_test ,temp 
+0x5fe0 025523 jam 5 ,mem_lch_code 
+0x5fe1 025524 fetch 2 ,test_mode_data_length 
+0x5fe2 025525 iforce loopcnt 
+0x5fe3 025526 store 2 ,mem_len 
+0x5fe4 025527 arg mem_rxbuf ,contw 
+0x5fe5 025528 call pn9 
+:      025529 parse_lmp_test_control_loopback_nowhite:
+0x5fe6 025530 set1 tester_no_whitening ,temp 
+:      025531 parse_lmp_test_control_loopback:
+0x5fe7 025532 set1 tester_change ,temp 
+0x5fe8 025533 force 0 ,pdata 
+0x5fe9 025534 store 1 ,mem_slave_rcvcnt 
+0x5fea 025535 store 2 ,mem_tst_pktcnt_crc 
+0x5feb 025536 store 2 ,mem_tst_pktcnt_dmh 
+0x5fec 025537 store 2 ,mem_tst_pktcnt_hec 
+0x5fed 025538 store 2 ,mem_tst_pktcnt_sync 
+0x5fee 025539 fetch 1 ,test_mode_hopping_mode 
+0x5fef 025540 compare fixed_freq ,pdata ,0xff 
+0x5ff0 025541 setflag true ,tester_fixed_freq ,temp 
+0x5ff1 025542 storet 1 ,mem_tester_emulate 
+0x5ff2 025543 rtn 
+:      025545 parse_lmp_test_control_pause:
+0x5ff3 025546 set0 mark_testmode ,mark 
+0x5ff4 025547 jam 0 ,mem_tester_emulate 
+0x5ff5 025548 fetch 1 ,mem_debug_config 
+0x5ff6 025549 set0 debug_tx_pattern ,pdata 
+0x5ff7 025550 store 1 ,mem_debug_config 
+0x5ff8 025551 rtn 
+:      025557 lmp_copy_rand:
+0x5ff9 025558 arg mem_rxbuf + 1 ,contr 
+0x5ffa 025559 arg mem_random_number ,contw 
+0x5ffb 025560 branch memcpy16 
+:      025562 lmp_generate_key:
+0x5ffc 025563 jam lmp_comb_key ,mem_lmo_opcode2 
+0x5ffd 025564 rtn 
+:      025566 lmp_start_encryption:
+0x5ffe 025567 nrtn master 
+0x5fff 025568 jam lmp_start_encryption_req ,mem_lmo_opcode2 
+0x6000 025569 rtn 
+:      025571 lmp_accept_inrand:
+0x6001 025572 arg mem_lap ,rega 
+0x6002 025573 call generate_kinit 
+0x6003 025574 jam lmp_accepted ,mem_lmo_opcode2 
+0x6004 025575 jam lmp_in_rand ,mem_lmi_opcode2 
+0x6005 025576 rtn 
+:      025578 lmp_disconnect:
+0x6006 025579 jam 10 ,mem_conn_timer 
+0x6007 025580 jam lmp_detach ,mem_lmo_opcode2 
+0x6008 025581 jam local_host ,mem_disconn_reason_send 
+0x6009 025582 rtn 
+:      025588 send_lmp:
+0x600a 025589 bpatchx patch30_2 ,mem_patch30 
+0x600b 025590 disable user 
+0x600c 025591 call lmo_fifo_process 
+0x600d 025592 fetch 1 ,mem_lmp_to_send 
+0x600e 025593 rtn blank 
+0x600f 025598 bbit1 7 ,send_lmp_escape 
+:      025599 send_lmp0:
+0x6010 025600 beq lmp_name_req ,send_lmp_name_req 
+0x6011 025601 beq lmp_name_res ,send_lmp_name_res 
+0x6012 025602 beq lmp_accepted ,send_lmp_accepted 
+0x6013 025603 beq lmp_not_accepted ,send_lmp_not_accepted 
+0x6014 025604 beq lmp_features_req ,send_lmp_features_req 
+0x6015 025605 beq lmp_features_res ,send_lmp_features_res 
+0x6016 025606 beq lmp_timing_accuracy_res ,send_lmp_timing_accuracy_res 
+0x6017 025607 beq lmp_version_req ,send_lmp_version_req 
+0x6018 025608 beq lmp_version_res ,send_lmp_version_res 
+0x6019 025609 beq lmp_setup_complete ,send_lmp_setup_complete 
+0x601a 025610 beq lmp_supervision_timeout ,send_lmp_superto 
+0x601b 025611 beq lmp_host_connection_req ,send_lmp_no_payload 
+0x601c 025612 beq lmp_in_rand ,send_lmp_inrand 
+0x601d 025613 beq lmp_comb_key ,send_lmp_comb_key 
+0x601e 025614 beq lmp_au_rand ,send_lmp_aurand 
+0x601f 025615 beq lmp_sres ,send_lmp_sres 
+0x6020 025616 beq lmp_encryption_mode_req ,send_lmp_encryption_mode_req 
+0x6021 025617 beq lmp_encryption_key_size_req ,send_lmp_encryption_key_size_req 
+0x6022 025618 beq lmp_start_encryption_req ,send_lmp_start_encryption 
+0x6023 025619 beq lmp_detach ,send_lmp_detach 
+0x6024 025620 beq lmp_quality_of_service_req ,send_lmp_quality_of_service_req 
+0x6025 025621 beq lmp_unit_key ,send_lmp_unit_key 
+0x6026 025623 beq lmp_incr_power_req ,send_lmp_inc_power 
+0x6027 025624 beq lmp_clkoffset_res ,send_lmp_clkoffset_res 
+0x6028 025625 beq lmp_max_power ,send_lmp_nopayload_reply 
+0x6029 025626 beq lmp_max_slot ,send_lmp_max_slot 
+0x602a 025627 beq lmp_max_slot_req ,send_lmp_max_slot_req 
+0x602b 025628 beq lmp_min_power ,send_lmp_nopayload_reply 
+0x602c 025629 beq lmp_slot_offset ,send_lmp_slot_offset 
+0x602d 025630 beq lmp_switch_req ,send_lmp_switch_req 
+0x602e 025631 beq lmp_sniff_req ,send_lmp_sniff_req 
+0x602f 025632 beq lmp_stop_encryption_req ,send_lmp_stop_encryption_req 
+0x6030 025633 beq lmp_timing_accuracy_req ,send_lmp_timing_accuracy_req 
+0x6031 025634 beq lmp_unsniff_req ,send_lmp_unsniff_req 
+0x6032 025635 beq lmp_encapsulated_header ,send_lmp_encapsulated_header 
+0x6033 025636 beq lmp_encapsulated_payload ,send_lmp_encapsulated_payload 
+0x6034 025637 beq lmp_simple_pairing_confirm ,send_lmp_simple_pairing_comfirm 
+0x6035 025638 beq lmp_simple_pairing_number ,send_lmp_simple_pairing_number 
+0x6036 025639 beq lmp_dhkey_check ,send_lmp_dhkey_check 
+0x6037 025640 beq lmp_auto_rate ,send_lmp_auto_rate 
+0x6038 025641 beq lmp_enc_key_size_mask_res ,send_lmp_enc_key_size_mask_res 
+0x6039 025643 beq lmp_clkoffset_req ,send_lmp_clkoffset_req 
+0x603a 025644 beq lmp_quality_of_service ,send_lmp_quality_of_service 
+0x603b 025645 beq lmp_test_activate ,send_lmp_test_activate 
+0x603c 025646 beq lmp_test_control ,send_lmp_test_control 
+:      025647 send_lmp_error:
+0x603d 025648 branch assert 
+0x603e 025649 rtn 
+:      025650 send_lmp_escape:
+0x603f 025651 beq lmp_ext_accepted ,send_lmpext_accepted 
+0x6040 025652 beq lmp_ext_features_res ,send_lmpext_features_res 
+0x6041 025653 beq lmp_not_accepted_ext ,send_lmpext_not_accepted 
+0x6042 025654 beq lmp_ext_features_req ,send_lmpext_features_req 
+0x6043 025655 beq lmp_packet_type_table_req ,send_lmpext_packet_type_table_req 
+0x6044 025656 beq lmp_pause_encryption_req ,send_lmpext_pause_encryption_req 
+0x6045 025657 beq lmp_io_cap_req ,send_lmp_io_cap_req 
+0x6046 025658 beq lmp_io_cap_res ,send_lmpext_io_cap_res 
+0x6047 025659 beq lmp_sniff_subrating_req ,send_lmpext_sniff_subrating_req 
+0x6048 025660 beq lmp_sniff_subrating_res ,send_lmpext_sniff_subrating_res 
+0x6049 025661 branch assert 
+:      025667 send_lmp_accepted:
+0x604a 025668 force 2 ,pdata 
+0x604b 025669 call msg_send_lmp 
+0x604c 025670 fetch 1 ,mem_lmi_opcode 
+0x604d 025671 istore 1 ,contw 
+0x604e 025672 call send_lmp_follow 
+0x604f 025673 bpatchx patch30_3 ,mem_patch30 
+0x6050 025674 fetch 1 ,mem_lmi_opcode 
+0x6051 025675 beq lmp_in_rand ,send_lmp_accepted_inrand 
+0x6052 025676 beq lmp_encryption_mode_req ,send_lmp_accepted_enc_mode 
+0x6053 025677 beq lmp_encryption_key_size_req ,send_lmp_accepted_enc_key 
+0x6054 025678 beq lmp_sniff_req ,send_lmp_accept_sniff_req 
+0x6055 025679 beq lmp_host_connection_req ,send_lmp_accepted_connection 
+0x6056 025680 beq lmp_dhkey_check ,send_lmp_accept_dhkey_check 
+0x6057 025681 beq lmp_start_encryption_req ,send_create_conn_start_l2cap_timer_sm 
+0x6058 025682 rtn 
+:      025684 send_create_conn_start_l2cap_timer_sm:
+0x6059 025685 fetch 1 ,mem_conn_sm 
+0x605a 025686 rtn blank 
+0x605b 025687 jam conn_sm_wait_done ,mem_conn_sm 
+0x605c 025688 setarg timer_enpt_waite 
+0x605d 025689 arg enpt_delay_timer ,queue 
+0x605e 025690 branch timer_init 
+:      025692 send_lmp_accept_sniff_req:
+0x605f 025693 branch sniff_init 
+:      025694 send_lmp_not_accepted:
+0x6060 025695 force 3 ,pdata 
+0x6061 025696 call msg_send_lmp 
+0x6062 025697 fetch 1 ,mem_lmi_opcode 
+0x6063 025698 beq lmp_au_rand ,send_not_accept_aurand 
+0x6064 025699 istore 1 ,contw 
+0x6065 025700 fetch 1 ,mem_lmo_reason 
+0x6066 025701 istore 1 ,contw 
+0x6067 025702 branch send_lmp_follow 
+:      025704 send_not_accept_aurand:
+0x6068 025705 istore 1 ,contw 
+0x6069 025706 fetch 1 ,mem_lmo_reason 
+0x606a 025707 istore 1 ,contw 
+0x606b 025708 arg mem_sres_tid ,temp 
+0x606c 025709 branch special_tid_store 
+:      025711 send_lmpext_accepted:
+0x606d 025712 force 4 ,queue 
+0x606e 025713 call send_lmpext 
+0x606f 025714 setarg lmp_escape 
+0x6070 025715 istore 1 ,contw 
+0x6071 025716 fetch 1 ,mem_lmi_opcode 
+0x6072 025717 set0 7 ,pdata 
+0x6073 025718 istore 1 ,contw 
+0x6074 025719 fetch 1 ,mem_lmi_opcode 
+0x6075 025720 branch send_lmp_follow 
+:      025722 send_lmpext_not_accepted:
+0x6076 025723 force 5 ,queue 
+0x6077 025724 call send_lmpext 
+0x6078 025725 setarg lmp_escape 
+0x6079 025726 istore 1 ,contw 
+0x607a 025727 fetch 1 ,mem_lmi_opcode 
+0x607b 025728 set0 7 ,pdata 
+0x607c 025729 istore 1 ,contw 
+0x607d 025730 fetch 1 ,mem_lmo_reason 
+0x607e 025731 istore 1 ,contw 
+0x607f 025732 branch send_lmp_follow 
+:      025735 send_lmp_accepted_inrand:
+0x6080 025736 call clear_linkkey 
+0x6081 025737 call tid_check 
+0x6082 025738 rtn true 
+0x6083 025739 branch lmp_generate_key 
+:      025741 send_lmp_accepted_enc_mode:
+0x6084 025742 fetch 1 ,mem_op 
+0x6085 025743 bbit1 op_start_enc ,send_lmp_accepted_enc_start 
+0x6086 025744 rtnbit0 op_stop_enc 
+0x6087 025745 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x6088 025746 set0 op_stop_enc ,pdata 
+0x6089 025747 call tid_reply 
+0x608a 025748 branch send_lmp_accepted_enc_exit 
+:      025749 send_lmp_accepted_enc_start:
+0x608b 025750 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
+0x608c 025751 set0 op_start_enc ,pdata 
+:      025752 send_lmp_accepted_enc_exit:
+0x608d 025753 store 1 ,mem_op 
+0x608e 025754 rtn 
+:      025756 send_lmp_accepted_enc_key:
+0x608f 025757 call check_localsm 
+0x6090 025758 branch lmp_start_encryption ,true 
+0x6091 025759 rtn 
+:      025761 send_lmp_accepted_connection:
+0x6092 025762 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
+0x6093 025764 fetch 1 ,mem_lmp_conn_state 
+0x6094 025765 set1 received_conn_req ,pdata 
+0x6095 025766 store 1 ,mem_lmp_conn_state 
+0x6096 025767 jam bt_evt_bb_connected ,mem_fifo_temp 
+0x6097 025768 branch ui_ipc_send_event 
+:      025771 send_lmp_accept_dhkey_check:
+0x6098 025772 rtn 
+:      025776 send_lmpext_features_res:
+0x6099 025777 force 12 ,queue 
+0x609a 025778 call send_lmpext 
+0x609b 025779 setarg 0x01 
+0x609c 025780 istore 1 ,contw 
+0x609d 025781 fetch 2 ,mem_lmpext_ssp_enable 
+0x609e 025782 istore 2 ,contw 
+0x609f 025783 setarg 0 
+0x60a0 025784 istore 3 ,contw 
+0x60a1 025785 setarg 0x00 
+0x60a2 025786 istore 4 ,contw 
+0x60a3 025787 branch send_lmp_reply 
+:      025788 send_lmpext_io_cap_res:
+0x60a4 025789 force 5 ,queue 
+0x60a5 025790 call send_lmpext 
+0x60a6 025791 fetch 3 ,mem_sp_iocap_local 
+0x60a7 025792 istore 3 ,contw 
+0x60a8 025793 call send_lmp_reply 
+0x60a9 025794 jam flag_pairing_state_pairing ,mem_flag_pairing_state 
+0x60aa 025795 fetch 1 ,mem_sp_iocap_local 
+0x60ab 025796 beq display_yesno ,responder_iocap_display_yesno 
+0x60ac 025797 beq keyboard_only ,responder_iocap_keyboard_only 
+0x60ad 025798 beq no_input_no_output ,responder_iocap_no_input_no_output 
+0x60ae 025799 rtn 
+:      025801 responder_iocap_keyboard_only:
+0x60af 025802 fetch 1 ,mem_sp_iocap_remote 
+0x60b0 025803 beq display_only ,responder_iocap_keyboard_only_initiator_iocap_display_only 
+0x60b1 025804 beq display_yesno ,responder_iocap_keyboard_only_initiator_iocap_display_yesno 
+0x60b2 025805 beq keyboard_only ,responder_iocap_keyboard_only_initiator_iocap_keyboard_only 
+0x60b3 025806 beq no_input_no_output ,responder_iocap_keyboard_only_initiator_iocap_no_input_no_output 
+0x60b4 025807 rtn 
+:      025810 responder_iocap_display_yesno:
+0x60b5 025811 fetch 1 ,mem_sp_iocap_remote 
+0x60b6 025812 beq display_only ,responder_iocap_display_yesno_initiator_iocap_display_only 
+0x60b7 025813 beq display_yesno ,responder_iocap_display_yesno_initiator_iocap_display_yesno 
+0x60b8 025814 beq keyboard_only ,responder_iocap_display_yesno_initiator_iocap_keyboard_only 
+0x60b9 025815 beq no_input_no_output ,responder_iocap_display_yesno_initiator_iocap_no_input_no_output 
+0x60ba 025816 rtn 
+:      025819 responder_iocap_no_input_no_output:
+0x60bb 025820 fetch 1 ,mem_sp_iocap_remote 
+0x60bc 025821 beq display_only ,responder_iocap_no_input_no_output_initiator_iocap_display_only 
+0x60bd 025822 beq display_yesno ,responder_iocap_no_input_no_output_initiator_iocap_display_yesno 
+0x60be 025823 beq keyboard_only ,responder_iocap_no_input_no_output_initiator_iocap_keyboard_only 
+0x60bf 025824 beq no_input_no_output ,responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output 
+0x60c0 025825 rtn 
+:      025827 responder_iocap_keyboard_only_initiator_iocap_no_input_no_output:
+:      025828 responder_iocap_display_yesno_initiator_iocap_no_input_no_output:
+:      025829 responder_iocap_display_yesno_initiator_iocap_display_only:
+:      025830 responder_iocap_no_input_no_output_initiator_iocap_display_only:
+:      025831 responder_iocap_no_input_no_output_initiator_iocap_display_yesno:
+:      025832 responder_iocap_no_input_no_output_initiator_iocap_keyboard_only:
+:      025833 responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output:
+:      025834 set_ssp_mode_justwork:
+0x60c1 025835 jam ssp_mode_just_work_flag ,mem_ssp_mode_flag 
+0x60c2 025836 fetch 1 ,mem_classic_bt_flag 
+0x60c3 025837 bbit1 flag_ssp_reject_justwork ,app_bt_disconnect 
+0x60c4 025838 rtn 
+:      025840 responder_iocap_display_yesno_initiator_iocap_display_yesno:
+:      025841 set_ssp_mode_numeric_comparison:
+0x60c5 025842 jam ssp_mode_ssp_pin_flag ,mem_ssp_mode_flag 
+0x60c6 025843 rtn 
+:      025845 responder_iocap_keyboard_only_initiator_iocap_display_yesno:
+:      025846 responder_iocap_keyboard_only_initiator_iocap_keyboard_only:
+:      025847 responder_iocap_keyboard_only_initiator_iocap_display_only:
+:      025848 responder_iocap_display_yesno_initiator_iocap_keyboard_only:
+:      025849 set_ssp_mode_passkey:
+0x60c7 025850 jam ssp_mode_passkey_entry_flag ,mem_ssp_mode_flag 
+0x60c8 025851 rtn 
+:      025854 classic_bt_set_reject_justwork_flag:
+0x60c9 025855 arg flag_ssp_reject_justwork ,queue 
+0x60ca 025856 branch classic_bluetooth_set_flag 
+:      025858 classic_bt_clr_reject_justwork_flag:
+0x60cb 025859 arg flag_ssp_reject_justwork ,queue 
+0x60cc 025860 branch classic_bluetooth_clr_flag 
+:      025862 classic_bluetooth_set_flag:
+0x60cd 025863 fetch 1 ,mem_classic_bt_flag 
+0x60ce 025864 qset1 pdata 
+0x60cf 025865 store 1 ,mem_classic_bt_flag 
+0x60d0 025866 rtn 
+:      025868 classic_bluetooth_clr_flag:
+0x60d1 025869 fetch 1 ,mem_classic_bt_flag 
+0x60d2 025870 qset0 pdata 
+0x60d3 025871 store 1 ,mem_classic_bt_flag 
+0x60d4 025872 rtn 
+:      025875 send_lmp_io_cap_req:
+0x60d5 025876 force 5 ,queue 
+0x60d6 025877 call send_lmpext 
+0x60d7 025878 fetch 3 ,mem_sp_iocap_local 
+0x60d8 025879 istore 3 ,contw 
+0x60d9 025880 branch send_lmp_request 
+:      025883 send_lmpext_sniff_subrating_req:
+0x60da 025885 rtn 
+:      025886 send_lmpext_sniff_subrating_res:
+0x60db 025887 force 9 ,queue 
+0x60dc 025888 call send_lmpext 
+0x60dd 025889 fetch 1 ,mem_subsniff_rate 
+0x60de 025890 istore 1 ,contw 
+0x60df 025891 fetch 2 ,mem_subsniff_tcmax 
+0x60e0 025892 istore 2 ,contw 
+0x60e1 025893 fetch 4 ,mem_subsniff_instant 
+0x60e2 025894 istore 4 ,contw 
+0x60e3 025895 branch send_lmp_reply 
+:      025897 send_lmp_name_res:
+0x60e4 025898 force 17 ,pdata 
+0x60e5 025899 call msg_send_lmp 
+0x60e6 025900 fetch 1 ,mem_lmi_opcode 
+0x60e7 025901 copy pdata ,temp 
+0x60e8 025902 beq 0x00 ,send_lmp_name_res_offset_ok 
+0x60e9 025903 beq 0x0e ,send_lmp_name_res_offset_ok 
+0x60ea 025904 beq 0x1c ,send_lmp_name_res_offset_ok 
+0x60eb 025905 rtn 
+:      025906 send_lmp_name_res_offset_ok:
+0x60ec 025907 istore 1 ,contw 
+0x60ed 025908 fetch 1 ,mem_local_name_length 
+0x60ee 025909 istore 1 ,contw 
+0x60ef 025910 arg 14 ,loopcnt 
+0x60f0 025911 setarg mem_local_name 
+0x60f1 025912 iadd temp ,contr 
+0x60f2 025913 call memcpy 
+0x60f3 025914 branch send_lmp_reply 
+:      025917 send_lmp_timing_accuracy_res:
+0x60f4 025918 force 3 ,pdata 
+0x60f5 025919 call msg_send_lmp 
+0x60f6 025920 setarg 0x0114 
+0x60f7 025921 istore 2 ,contw 
+0x60f8 025922 branch send_lmp_reply 
+:      025924 send_lmp_clkoffset_res:
+0x60f9 025926 force 3 ,pdata 
+0x60fa 025927 call msg_send_lmp 
+0x60fb 025928 fetch 4 ,mem_clke_bt 
+0x60fc 025929 isub clkn_bt ,pdata 
+0x60fd 025930 branch send_lmp_clkoffset_res_master ,master 
+0x60fe 025931 sub pdata ,0 ,pdata 
+:      025932 send_lmp_clkoffset_res_master:
+0x60ff 025934 rshift2 pdata ,pdata 
+0x6100 025935 set0 15 ,pdata 
+0x6101 025936 istore 2 ,contw 
+0x6102 025937 branch send_lmp_reply 
+:      025939 send_lmp_version_res:
+0x6103 025940 force 6 ,pdata 
+0x6104 025941 call msg_send_lmp 
+0x6105 025942 fetch 5 ,mem_lmp_version 
+0x6106 025943 istore 5 ,contw 
+0x6107 025944 branch send_lmp_reply 
+:      025946 send_lmp_features_res:
+0x6108 025947 force 9 ,pdata 
+0x6109 025948 call msg_send_lmp 
+0x610a 025949 fetch 8 ,mem_features 
+0x610b 025950 istore 8 ,contw 
+0x610c 025951 branch send_lmp_reply 
+:      025958 send_lmpext_features_req:
+0x610d 025959 force 12 ,queue 
+0x610e 025960 call send_lmpext 
+0x610f 025961 setarg 0x01 
+0x6110 025962 istore 1 ,contw 
+0x6111 025963 fetch 2 ,mem_lmpext_ssp_enable 
+0x6112 025964 istore 2 ,contw 
+0x6113 025965 setarg 0 
+0x6114 025966 istore 3 ,contw 
+0x6115 025967 setarg 0x00 
+0x6116 025968 istore 4 ,contw 
+0x6117 025969 branch send_lmp_request 
+:      025971 send_lmpext_packet_type_table_req:
+0x6118 025972 force 3 ,queue 
+0x6119 025973 call send_lmpext 
+0x611a 025974 fetch 1 ,mem_ptt 
+0x611b 025975 istore 1 ,contw 
+0x611c 025976 disable user 
+0x611d 025977 call send_lmp_request 
+0x611e 025978 nrtn user 
+0x611f 025979 nrtn master 
+0x6120 025980 fetch 1 ,mem_afh_cfg 
+0x6121 025981 rtnbit0 afh_cfg_on 
+0x6122 025982 call afh_init 
+0x6123 025983 branch afh_open_all_channels 
+:      025986 ssp_enable:
+0x6124 025987 bpatchx patch30_4 ,mem_patch30 
+0x6125 025988 fetch 1 ,mem_features + 6 
+0x6126 025989 set1 param_featrue_ssp ,pdata 
+0x6127 025990 store 1 ,mem_features + 6 
+0x6128 025991 setarg param_lmpext_ssp_enable 
+0x6129 025992 store 2 ,mem_lmpext_ssp_enable 
+0x612a 025993 rtn 
+:      025995 ssp_disable:
+0x612b 025996 bpatchx patch30_5 ,mem_patch30 
+0x612c 025997 fetch 1 ,mem_features + 6 
+0x612d 025998 set0 param_featrue_ssp ,pdata 
+0x612e 025999 store 1 ,mem_features + 6 
+0x612f 026000 setarg 0 
+0x6130 026001 store 2 ,mem_lmpext_ssp_enable 
+0x6131 026002 rtn 
+:      026004 afh_init:
+0x6132 026005 jam 0x3 ,mem_afh_cfg 
+0x6133 026006 setarg 0 
+0x6134 026007 store 4 ,mem_afh_timer 
+0x6135 026008 arg mem_afh_map_lo ,contw 
+0x6136 026009 call afh_reset_map 
+0x6137 026010 arg mem_afh_map_new ,contw 
+0x6138 026011 call afh_reset_map 
+0x6139 026012 arg mem_afh_classify_channel_map ,contw 
+0x613a 026013 call afh_reset_map 
+0x613b 026014 branch afh_clear_error_counter 
+:      026015 afh_open_all_channels:
+0x613c 026016 arg mem_afh_map_new ,contw 
+0x613d 026017 call afh_reset_map 
+0x613e 026018 call afh_clear_error_counter 
+0x613f 026019 branch afh_set_send_flag 
+:      026022 afh_reset_map:
+0x6140 026023 setarg 0xffffff 
+0x6141 026024 istore 3 ,contw 
+0x6142 026025 istore 3 ,contw 
+0x6143 026026 istore 3 ,contw 
+0x6144 026027 setarg 0x7f 
+0x6145 026028 istore 1 ,contw 
+0x6146 026029 rtn 
+:      026030 afh_clear_error_counter:
+0x6147 026031 setarg 0 
+0x6148 026032 store 2 ,mem_afh_error_total 
+0x6149 026033 rtn 
+:      026034 afh_set_send_flag:
+0x614a 026035 fetch 1 ,mem_afh_cfg 
+0x614b 026036 set1 send_lmp_set_afh ,pdata 
+0x614c 026037 store 1 ,mem_afh_cfg 
+0x614d 026038 rtn 
+:      026041 send_lmpext_pause_encryption_req:
+0x614e 026042 force 2 ,queue 
+0x614f 026043 call send_lmpext 
+0x6150 026044 nbranch send_lmp_reply ,master 
+0x6151 026046 branch send_lmp_request 
+:      026050 send_lmp_detach:
+0x6152 026051 force 2 ,pdata 
+0x6153 026052 call msg_send_lmp 
+0x6154 026053 fetch 1 ,mem_disconn_reason_send 
+0x6155 026054 istore 1 ,contw 
+0x6156 026055 call send_lmp_request 
+:      026056 prepare_disconnect:
+0x6157 026057 fetch 1 ,mem_op 
+0x6158 026058 set1 op_disconn ,pdata 
+0x6159 026059 store 1 ,mem_op 
+0x615a 026060 jam 50 ,mem_conn_timer 
+0x615b 026061 rtn 
+:      026064 send_lmp_no_payload:
+0x615c 026065 force 1 ,pdata 
+0x615d 026066 call msg_send_lmp 
+0x615e 026067 branch send_lmp_request 
+:      026068 send_lmp_nopayload_reply:
+0x615f 026069 force 1 ,pdata 
+0x6160 026070 call msg_send_lmp 
+0x6161 026071 branch send_lmp_reply 
+:      026074 send_lmp_encryption_mode_req:
+0x6162 026075 force 2 ,pdata 
+0x6163 026076 call msg_send_lmp 
+0x6164 026077 fetch 1 ,mem_state_map 
+0x6165 026078 isolate0 smap_encryption ,pdata 
+0x6166 026079 setflag true ,0 ,pdata 
+0x6167 026080 and_into 1 ,pdata 
+0x6168 026081 istore 1 ,contw 
+0x6169 026082 branch send_lmp_request 
+:      026085 send_lmp_superto:
+0x616a 026086 force 3 ,pdata 
+0x616b 026087 call msg_send_lmp 
+0x616c 026088 fetch 2 ,mem_supervision_to 
+0x616d 026089 istore 2 ,contw 
+0x616e 026090 branch send_lmp_request 
+:      026092 send_lmp_name_req:
+0x616f 026093 jam 250 ,mem_conn_timer 
+0x6170 026094 force 2 ,pdata 
+0x6171 026095 call msg_send_lmp 
+0x6172 026096 fetch 1 ,mem_name_offset 
+0x6173 026097 istore 1 ,contw 
+0x6174 026098 branch send_lmp_request 
+:      026100 send_lmp_test_control:
+0x6175 026101 force 10 ,pdata 
+0x6176 026102 call msg_send_lmp 
+0x6177 026103 arg mem_temp_payload ,contr 
+0x6178 026104 force 9 ,loopcnt 
+:      026105 send_lmp_test_control_loop:
+0x6179 026106 ifetch 1 ,contr 
+0x617a 026107 xor_into 0x55 ,pdata 
+0x617b 026108 istore 1 ,contw 
+0x617c 026109 loop send_lmp_test_control_loop 
+0x617d 026110 branch send_lmp_request 
+:      026112 send_lmp_quality_of_service_req:
+0x617e 026113 branch send_lmp_request 
+:      026114 send_lmp_unit_key:
+0x617f 026115 branch send_lmp_request 
+:      026117 send_lmp_slot_offset:
+0x6180 026118 rtn master 
+0x6181 026119 call calc_slot_offset 
+0x6182 026120 force 9 ,pdata 
+0x6183 026121 call msg_send_lmp 
+0x6184 026122 fetch 2 ,mem_slot_offset 
+0x6185 026123 istore 2 ,contw 
+0x6186 026124 fetch 3 ,mem_lap 
+0x6187 026125 istore 3 ,contw 
+0x6188 026126 fetch 1 ,mem_uap 
+0x6189 026127 istore 1 ,contw 
+0x618a 026128 fetch 2 ,mem_nap 
+0x618b 026129 istore 2 ,contw 
+0x618c 026130 bmark0 mark_switch_initiated ,send_lmp_slot_offset_reply 
+0x618d 026131 set0 mark_switch_initiated ,mark 
+0x618e 026132 call send_lmp_request 
+0x618f 026133 jam lmp_switch_req ,mem_lmo_opcode2 
+0x6190 026134 rtn 
+:      026135 send_lmp_slot_offset_reply:
+0x6191 026136 call send_lmp_reply 
+0x6192 026137 jam lmp_accepted ,mem_lmo_opcode2 
+0x6193 026138 jam lmp_switch_req ,mem_lmi_opcode2 
+0x6194 026139 rtn 
+:      026141 send_lmp_switch_req:
+0x6195 026142 arg 0x200 ,temp 
+0x6196 026143 branch switch_on_native ,master 
+0x6197 026144 deposit clke_bt 
+0x6198 026145 branch switch_slack 
+:      026146 switch_on_native:
+0x6199 026147 deposit clkn_bt 
+:      026148 switch_slack:
+0x619a 026149 deposit bt_clk 
+0x619b 026150 iadd temp ,pdata 
+0x619c 026151 and_into 0x1fc ,pdata 
+0x619d 026152 store 4 ,mem_sniff_anchor 
+0x619e 026153 force 5 ,pdata 
+0x619f 026154 call msg_send_lmp 
+0x61a0 026155 fetch 4 ,mem_sniff_anchor 
+0x61a1 026156 rshift pdata ,pdata 
+0x61a2 026157 istore 4 ,contw 
+0x61a3 026158 branch send_lmp_request 
+:      026160 send_lmp_sniff_req:
+0x61a4 026161 force 10 ,pdata 
+0x61a5 026162 call msg_send_lmp 
+0x61a6 026163 arg mem_sniff_payload ,contr 
+0x61a7 026164 ifetch 9 ,contr 
+0x61a8 026165 istore 9 ,contw 
+0x61a9 026166 branch send_lmp_request 
+:      026169 send_lmp_timing_accuracy_req:
+0x61aa 026171 force 3 ,pdata 
+0x61ab 026172 call msg_send_lmp 
+0x61ac 026173 setarg 0x0114 
+0x61ad 026174 istore 2 ,contw 
+0x61ae 026175 branch send_lmp_request 
+:      026177 send_lmp_unsniff_req:
+0x61af 026179 force 1 ,pdata 
+0x61b0 026180 call msg_send_lmp 
+0x61b1 026189 branch send_lmp_request 
+:      026192 send_lmp_max_slot:
+0x61b2 026193 force 2 ,pdata 
+0x61b3 026194 call msg_send_lmp 
+0x61b4 026195 fetch 1 ,mem_max_slot 
+0x61b5 026196 istore 1 ,contw 
+0x61b6 026197 branch send_lmp_request 
+:      026200 send_lmp_max_slot_req:
+0x61b7 026201 force 2 ,pdata 
+0x61b8 026202 call msg_send_lmp 
+0x61b9 026203 setarg 0x05 
+0x61ba 026204 istore 1 ,contw 
+0x61bb 026205 branch send_lmp_request 
+:      026208 send_lmp_inc_power:
+0x61bc 026209 force 2 ,pdata 
+0x61bd 026210 call msg_send_lmp 
+0x61be 026211 setarg 0x00 
+0x61bf 026212 istore 1 ,contw 
+0x61c0 026213 branch send_lmp_request 
+:      026216 send_lmp_setup_complete_by_module:
+0x61c1 026217 jam lmp_max_slot_req ,mem_lmo_opcode2 
+0x61c2 026218 rtn 
+:      026219 send_lmp_setup_complete:
+0x61c3 026220 fetch 1 ,mem_device_option 
+0x61c4 026221 sub pdata ,dvc_op_module ,null 
+0x61c5 026222 call send_lmp_setup_complete_by_module ,zero 
+0x61c6 026223 fetch 1 ,mem_state 
+0x61c7 026224 set1 state_conn_comp ,pdata 
+0x61c8 026225 store 1 ,mem_state 
+0x61c9 026226 copy clkn_bt ,pdata 
+0x61ca 026227 store 4 ,mem_aurand_send_delay_time 
+0x61cb 026228 fetch 1 ,mem_lmp_conn_state 
+0x61cc 026229 bbit1 sent_setup_complete ,send_lmp_setup_complete_has_sent 
+0x61cd 026230 set1 sent_setup_complete ,pdata 
+0x61ce 026231 store 1 ,mem_lmp_conn_state 
+0x61cf 026232 jam bt_evt_setup_complete ,mem_fifo_temp 
+0x61d0 026233 call ui_ipc_send_event 
+0x61d1 026234 force 1 ,pdata 
+0x61d2 026235 call msg_send_lmp 
+0x61d3 026236 branch send_lmp_request 
+:      026237 send_lmp_setup_complete_has_sent:
+0x61d4 026238 jam 0 ,mem_lmp_to_send 
+0x61d5 026239 rtn 
+:      026241 send_lmp_version_req:
+0x61d6 026242 force 6 ,pdata 
+0x61d7 026243 call msg_send_lmp 
+0x61d8 026244 fetch 5 ,mem_lmp_version 
+0x61d9 026245 istore 5 ,contw 
+0x61da 026246 branch send_lmp_request 
+:      026248 send_lmp_features_req:
+0x61db 026249 force 9 ,pdata 
+0x61dc 026250 call msg_send_lmp 
+0x61dd 026251 fetch 8 ,mem_features 
+0x61de 026252 istore 8 ,contw 
+0x61df 026253 branch send_lmp_request 
+:      026255 sp_master_send_io_cap_get:
+0x61e0 026256 jam sp_flag_commit ,mem_master_sp_flag 
+0x61e1 026257 fetch 1 ,mem_sp_local_key_invalid 
+0x61e2 026258 rtnne sp_key_valid 
+0x61e3 026259 jam sp_master_stat_start_done ,mem_master_sp_state 
+0x61e4 026260 rtn 
+:      026262 sp_master_send_io_cap_send:
+0x61e5 026263 call tid_initiate 
+0x61e6 026264 jam lmp_io_cap_req ,mem_lmo_opcode2 
+0x61e7 026265 jam sp_stat_key_send ,mem_master_sp_state 
+0x61e8 026266 rtn 
+:      026269 sp_master_send_lmp_encapsulated_header:
+0x61e9 026270 call tid_initiate 
+0x61ea 026271 jam lmp_encapsulated_header ,mem_lmo_opcode2 
+0x61eb 026272 jam sp_stat_random_send ,mem_master_sp_state 
+0x61ec 026273 rtn 
+:      026275 sp_master_commitment_compare:
+0x61ed 026276 arg mem_sp_calc_result_high ,rega 
+0x61ee 026277 arg mem_sp_confirm_remote ,regb 
+0x61ef 026278 arg 16 ,loopcnt 
+0x61f0 026279 call string_compare 
+0x61f1 026280 branch sp_master_commitment_compare_success ,zero 
+0x61f2 026281 jam sp_stat_null ,mem_master_sp_state 
+0x61f3 026282 call master_clear_mem_master_sp_flag 
+0x61f4 026283 jam pdu_not_allowed ,mem_lmo_reason2 
+0x61f5 026284 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
+0x61f6 026285 branch reject_lmp_packet 
+:      026286 sp_master_commitment_compare_success:
+0x61f7 026287 jam sp_stat_confirm_calc ,mem_master_sp_state 
+0x61f8 026288 call master_set_mem_master_sp_flag 
+0x61f9 026289 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
+0x61fa 026290 branch accept_lmp_msg 
+:      026294 sp_master_send_lmp_simple_pairing_number:
+0x61fb 026295 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
+0x61fc 026296 rtn 
+:      026300 sp_send_lmp_encapsulated_header:
+0x61fd 026303 jam lmp_encapsulated_header ,mem_lmo_opcode2 
+0x61fe 026305 rtn 
+:      026311 send_lmp_encapsulated_header:
+0x61ff 026312 jam 0 ,mem_sp_local_key_send_count 
+0x6200 026313 force 4 ,pdata 
+0x6201 026314 call msg_send_lmp 
+0x6202 026315 force encapsulated_major_type_p192 ,pdata 
+0x6203 026316 istore 1 ,contw 
+0x6204 026317 force encapsulated_minor_type_p192 ,pdata 
+0x6205 026318 istore 1 ,contw 
+0x6206 026319 force encapsulated_len_p192 ,pdata 
+0x6207 026320 istore 1 ,contw 
+0x6208 026321 call check_localsm 
+0x6209 026322 branch send_lmp_request ,true 
+0x620a 026323 branch send_lmp_reply 
+:      026325 send_lmp_encapsulated_payload:
+0x620b 026327 force 17 ,pdata 
+0x620c 026328 call msg_send_lmp 
+0x620d 026329 fetch 1 ,mem_sp_local_key_send_count 
+0x620e 026330 arg mem_sp_pubkey_local ,contr 
+0x620f 026331 iadd contr ,contr 
+0x6210 026332 ifetch 8 ,contr 
+0x6211 026333 istore 8 ,contw 
+0x6212 026334 ifetch 8 ,contr 
+0x6213 026335 istore 8 ,contw 
+0x6214 026336 fetch 1 ,mem_sp_local_key_send_count 
+0x6215 026337 increase 16 ,pdata 
+0x6216 026338 store 1 ,mem_sp_local_key_send_count 
+0x6217 026339 call check_localsm 
+0x6218 026340 branch send_lmp_request ,true 
+0x6219 026341 branch send_lmp_reply 
+:      026344 sp_send_lmp_simple_pairing_comfirm:
+0x621a 026345 jam sp_stat_random_recv ,mem_sp_state 
+0x621b 026346 jam lmp_simple_pairing_confirm ,mem_lmo_opcode2 
+0x621c 026347 rtn 
+:      026348 send_lmp_simple_pairing_comfirm:
+0x621d 026351 force 17 ,pdata 
+0x621e 026352 call msg_send_lmp 
+0x621f 026353 arg mem_sp_calc_result_high ,contr 
+0x6220 026354 ifetch 8 ,contr 
+0x6221 026355 istore 8 ,contw 
+0x6222 026356 ifetch 8 ,contr 
+0x6223 026357 istore 8 ,contw 
+0x6224 026358 branch send_lmp_reply 
+:      026360 sp_send_lmp_simple_pairing_number:
+0x6225 026361 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
+0x6226 026362 rtn 
+:      026364 send_lmp_simple_pairing_number:
+0x6227 026366 call check_localsm 
+0x6228 026367 call sp_local_random_key_generator ,true 
+0x6229 026368 force 17 ,pdata 
+0x622a 026369 call msg_send_lmp 
+0x622b 026370 arg mem_sp_random_local ,contr 
+0x622c 026371 ifetch 8 ,contr 
+0x622d 026372 istore 8 ,contw 
+0x622e 026373 ifetch 8 ,contr 
+0x622f 026374 istore 8 ,contw 
+0x6230 026375 call check_localsm 
+0x6231 026376 nbranch send_lmp_reply ,true 
+0x6232 026377 branch send_lmp_request ,true 
+:      026379 master_sp_sm_end:
+0x6233 026381 jam sp_stat_done ,mem_master_sp_state 
+:      026382 sp_aurand_send:
+0x6234 026383 call tid_initiate 
+0x6235 026384 jam lmp_au_rand ,mem_lmo_opcode2 
+0x6236 026385 call check_localsm_master 
+0x6237 026386 branch sp_master_key_prarm_push ,true 
+0x6238 026387 branch sp_link_key_prarm_push 
+:      026388 master_sp_send_lmp_dhkey_check:
+0x6239 026389 call tid_reply 
+:      026390 sp_send_lmp_dhkey_check:
+0x623a 026391 jam lmp_dhkey_check ,mem_lmo_opcode2 
+0x623b 026392 rtn 
+:      026393 send_lmp_dhkey_check:
+0x623c 026395 force 17 ,pdata 
+0x623d 026396 call msg_send_lmp 
+0x623e 026397 arg mem_sp_calc_result_high ,contr 
+0x623f 026398 ifetch 8 ,contr 
+0x6240 026399 istore 8 ,contw 
+0x6241 026400 ifetch 8 ,contr 
+0x6242 026401 istore 8 ,contw 
+0x6243 026402 call check_localsm 
+0x6244 026403 nbranch send_lmp_reply ,true 
+0x6245 026404 branch send_lmp_request ,true 
+:      026406 send_lmp_enc_key_size_mask_res:
+0x6246 026407 force 3 ,pdata 
+0x6247 026408 call msg_send_lmp 
+0x6248 026409 setarg 0xfffe 
+0x6249 026410 istore 2 ,contw 
+0x624a 026411 branch send_lmp_reply 
+:      026413 send_lmp_auto_rate:
+0x624b 026414 branch send_lmp_request 
+:      026415 send_lmp_clkoffset_req:
+0x624c 026416 branch send_lmp_request 
+:      026417 send_lmp_quality_of_service:
+0x624d 026418 branch send_lmp_request 
+:      026419 send_lmp_test_activate:
+0x624e 026420 branch send_lmp_request 
+:      026425 send_lmp_comb_key:
+0x624f 026426 call generate_random_number 
+0x6250 026427 arg mem_lap ,rega 
+0x6251 026428 call generate_linkkey 
+0x6252 026429 force 17 ,pdata 
+0x6253 026430 call msg_send_lmp 
+0x6254 026431 arg mem_kinit ,rega 
+0x6255 026432 arg mem_random_number ,regb 
+0x6256 026433 call xor16 
+0x6257 026434 nbranch send_lmp_follow ,master 
+0x6258 026435 branch send_lmp_tid 
+:      026437 send_lmp_inrand:
+0x6259 026438 call generate_random_number 
+0x625a 026439 arg mem_plap ,rega 
+0x625b 026440 call generate_kinit 
+:      026441 send_lmp_rand:
+0x625c 026442 force 17 ,pdata 
+0x625d 026443 call msg_send_lmp 
+0x625e 026444 arg mem_random_number ,contr 
+0x625f 026445 call memcpy16 
+0x6260 026446 fetch 1 ,mem_conn_sm 
+0x6261 026447 beq conn_sm_auth_wait ,send_lmp_request 
+0x6262 026448 beq conn_sm_pairing_wait ,send_lmp_request 
+0x6263 026449 branch send_lmp_tid 
+:      026451 send_lmp_aurand:
+0x6264 026452 fetch 1 ,mem_pairing_auth 
+0x6265 026453 branch send_lmp_aurand_notpairing ,blank 
+0x6266 026454 call check_localsm 
+0x6267 026455 call tid_initiate ,true 
+0x6268 026456 ncall tid_reply ,true 
+0x6269 026457 branch send_lmp_aurand_common 
+:      026458 send_lmp_aurand_notpairing:
+0x626a 026459 call tid_initiate 
+:      026460 send_lmp_aurand_common:
+0x626b 026461 call generate_random_number 
+0x626c 026462 branch send_lmp_rand 
+:      026464 send_lmp_sres:
+0x626d 026465 arg mem_lap ,rega 
+0x626e 026466 call function_e1 
+0x626f 026467 force 5 ,pdata 
+0x6270 026468 call msg_send_lmp 
+0x6271 026469 fetch 4 ,mem_input_store 
+0x6272 026470 istore 4 ,contw 
+0x6273 026471 arg mem_sres_tid ,temp 
+0x6274 026472 call special_tid_store 
+0x6275 026473 call copy_aco 
+0x6276 026474 call check_localsm 
+0x6277 026475 branch send_lmp_sres_master ,true 
+0x6278 026476 jam done_encryp ,mem_wait_encryption 
+0x6279 026477 fetch 1 ,mem_pairing_auth 
+0x627a 026478 rtn blank 
+0x627b 026479 jam lmp_au_rand ,mem_lmo_opcode2 
+:      026480 send_lmp_sres_master:
+0x627c 026481 fetch 1 ,mem_link_key_exists 
+0x627d 026482 rtn blank 
+:      026483 send_lmp_sres_startenc:
+0x627e 026484 call check_localsm 
+0x627f 026485 nbranch send_lmp_sres_startenc_slave ,true 
+0x6280 026486 fetch 1 ,mem_auth_enable 
+0x6281 026487 rtn blank 
+0x6282 026488 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x6283 026489 rtn 
+:      026490 send_lmp_sres_startenc_slave:
+0x6284 026491 rtnmark0 mark_slave_in_rand_accepted 
+0x6285 026492 set0 mark_slave_in_rand_accepted ,mark 
+0x6286 026493 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x6287 026494 rtn 
+:      026498 send_lmp_start_encryption:
+0x6288 026499 call generate_random_number 
+0x6289 026500 call function_e3 
+0x628a 026501 force 17 ,pdata 
+0x628b 026502 call msg_send_lmp 
+0x628c 026503 arg mem_random_number ,contr 
+0x628d 026504 call memcpy16 
+0x628e 026505 branch send_lmp_tid 
+:      026507 send_lmp_stop_encryption_req:
+0x628f 026508 force 1 ,pdata 
+0x6290 026509 call msg_send_lmp 
+0x6291 026510 branch send_lmp_tid 
+:      026512 send_lmp_encryption_key_size_req:
+0x6292 026513 force 2 ,pdata 
+0x6293 026514 call msg_send_lmp 
+0x6294 026515 force 16 ,pdata 
+0x6295 026516 istore 1 ,contw 
+0x6296 026517 store 1 ,mem_key_size 
+0x6297 026518 branch send_lmp_tid 
+:      026520 msg_send_lmp:
+0x6298 026522 lshift3 pdata ,pdata 
+0x6299 026523 or_into 0x07 ,pdata 
+0x629a 026524 store 1 ,mem_lmo_header_length 
+0x629b 026525 arg 17 ,loopcnt 
+0x629c 026526 arg mem_lmo_payload ,contw 
+0x629d 026527 call clear_mem 
+0x629e 026528 arg mem_lmo_payload ,contw 
+0x629f 026529 rtn 
+:      026531 send_lmpext:
+0x62a0 026532 and pdata ,0x7f ,rega 
+0x62a1 026533 jam lmp_escape ,mem_lmp_to_send 
+0x62a2 026534 deposit queue 
+0x62a3 026535 call msg_send_lmp 
+0x62a4 026536 deposit rega 
+0x62a5 026537 istore 1 ,contw 
+0x62a6 026538 rtn 
+:      026540 send_lmp_follow:
+0x62a7 026541 fetch 1 ,mem_lmp_to_send 
+0x62a8 026542 lshift pdata ,pdata 
+0x62a9 026543 fetcht 1 ,mem_state_map 
+0x62aa 026544 isolate1 smap_lmptid ,temp 
+0x62ab 026545 setflag true ,0 ,pdata 
+0x62ac 026546 branch send_lmp_exit 
+:      026549 send_lmp_tid:
+0x62ad 026550 fetcht 1 ,mem_state_map 
+0x62ae 026551 and_into 1 ,temp 
+0x62af 026552 branch send_lmp_end 
+:      026554 send_lmp_reply:
+0x62b0 026555 force 0 ,temp 
+0x62b1 026556 branch send_lmp_end 
+:      026558 send_lmp_request:
+0x62b2 026559 force 1 ,temp 
+:      026560 send_lmp_end:
+0x62b3 026561 fetch 1 ,mem_lmp_to_send 
+0x62b4 026562 lshift pdata ,pdata 
+0x62b5 026563 setflag master ,0 ,pdata 
+0x62b6 026564 ixor temp ,pdata 
+:      026565 send_lmp_exit:
+0x62b7 026566 store 1 ,mem_lmo_header_opcode 
+0x62b8 026567 jam 0 ,mem_lmp_to_send 
+0x62b9 026568 call lmo_fifo_process_lmo0empty 
+0x62ba 026569 enable user 
+0x62bb 026570 rtn 
+:      026573 lmo_fifo_check:
+0x62bc 026574 fetch 1 ,mem_lmo_opcode2 
+0x62bd 026575 rtn blank 
+0x62be 026576 call lmo_fifo_process 
+0x62bf 026577 fetch 1 ,mem_lmo_opcode2 
+0x62c0 026578 rtn 
+:      026580 lmo_fifo_process:
+0x62c1 026581 bpatchx patch30_6 ,mem_patch30 
+0x62c2 026582 fetch 1 ,mem_lmp_to_send 
+0x62c3 026583 branch lmo_fifo_process_lmo0empty ,blank 
+0x62c4 026584 fetch 1 ,mem_lmo_opcode1 
+0x62c5 026585 nrtn blank 
+0x62c6 026586 branch lmo_fifo_process_lmo2to1 
+:      026587 lmo_fifo_process_lmo0empty:
+0x62c7 026588 fetch 1 ,mem_lmo_opcode1 
+0x62c8 026589 branch lmo_fifo_process_lmo1_empty ,blank 
+0x62c9 026590 fetch 3 ,mem_lmo_opcode1 
+0x62ca 026591 store 3 ,mem_lmp_to_send 
+0x62cb 026592 fetcht 1 ,mem_lmo_tid1 
+0x62cc 026593 fetch 1 ,mem_state_map 
+0x62cd 026594 set0 smap_lmptid ,pdata 
+0x62ce 026595 ior temp ,pdata 
+0x62cf 026596 store 1 ,mem_state_map 
+0x62d0 026597 jam 0 ,mem_lmo_opcode1 
+:      026598 lmo_fifo_process_lmo2to1:
+0x62d1 026599 fetch 1 ,mem_lmo_opcode2 
+0x62d2 026600 rtn blank 
+0x62d3 026601 fetch 4 ,mem_lmo_opcode2 
+0x62d4 026602 store 4 ,mem_lmo_opcode1 
+0x62d5 026603 jam 0 ,mem_lmo_opcode2 
+0x62d6 026604 rtn 
+:      026605 lmo_fifo_process_lmo1_empty:
+0x62d7 026606 fetch 1 ,mem_lmo_opcode2 
+0x62d8 026607 rtn blank 
+0x62d9 026608 fetch 3 ,mem_lmo_opcode2 
+0x62da 026609 store 3 ,mem_lmp_to_send 
+0x62db 026610 fetcht 1 ,mem_lmo_tid2 
+0x62dc 026611 fetch 1 ,mem_state_map 
+0x62dd 026612 set0 smap_lmptid ,pdata 
+0x62de 026613 ior temp ,pdata 
+0x62df 026614 store 1 ,mem_state_map 
+0x62e0 026615 jam 0 ,mem_lmo_opcode2 
+0x62e1 026616 rtn 
+:      026619 special_tid_store:
+0x62e2 026620 bpatchx patch30_7 ,mem_patch30 
+0x62e3 026621 fetch 1 ,mem_state_map 
+0x62e4 026622 copy pdata ,regc 
+0x62e5 026623 ifetch 1 ,temp 
+0x62e6 026624 call pop_tid_follow 
+0x62e7 026625 call send_lmp_follow 
+0x62e8 026626 copy regc ,pdata 
+0x62e9 026627 store 1 ,mem_state_map 
+0x62ea 026628 rtn 
+:      026630 tid_reply:
+0x62eb 026631 fetcht 1 ,mem_state_map 
+0x62ec 026632 set0 smap_lmptidinit ,temp 
+0x62ed 026633 storet 1 ,mem_state_map 
+0x62ee 026634 rtn 
+:      026636 tid_initiate:
+0x62ef 026637 fetcht 1 ,mem_state_map 
+0x62f0 026638 set1 smap_lmptidinit ,temp 
+0x62f1 026639 storet 1 ,mem_state_map 
+0x62f2 026640 rtn 
+:      026643 tid_check:
+0x62f3 026644 nsetflag master ,smap_lmptid ,pdata 
+0x62f4 026645 fetcht 1 ,mem_state_map 
+0x62f5 026646 ixor temp ,pdata 
+0x62f6 026647 isolate1 smap_lmptid ,pdata 
+0x62f7 026648 rtn 
+:      026651 tid_set_reply:
+0x62f8 026652 fetch 1 ,mem_state_map 
+0x62f9 026653 setflag master ,smap_lmptid ,pdata 
+0x62fa 026654 store 1 ,mem_state_map 
+0x62fb 026655 rtn 
+:      026658 check_localsm:
+0x62fc 026659 fetch 1 ,mem_sp_localsm 
+0x62fd 026660 compare local_statemachine ,pdata ,0x7f 
+0x62fe 026661 rtn 
+:      026662 setlocalsm_master:
+0x62ff 026663 fetch 1 ,mem_sp_localsm 
+0x6300 026664 set1 7 ,pdata 
+0x6301 026665 store 1 ,mem_sp_localsm 
+0x6302 026666 rtn 
+:      026667 setlocalsm_slave:
+0x6303 026668 fetch 1 ,mem_sp_localsm 
+0x6304 026669 set0 7 ,pdata 
+0x6305 026670 store 1 ,mem_sp_localsm 
+0x6306 026671 rtn 
+:      026672 check_localsm_master:
+0x6307 026673 fetch 1 ,mem_sp_localsm 
+0x6308 026674 isolate1 7 ,pdata 
+0x6309 026675 store 1 ,mem_sp_localsm 
+0x630a 026676 rtn 
+:      026678 generate_random_number:
+0x630b 026680 arg mem_random_number ,contw 
+:      026681 generate_random:
+0x630c 026682 force 16 ,loopcnt 
+:      026683 generate_random_another:
+:      026684 generate_random_loop:
+0x630d 026685 random pdata 
+0x630e 026686 istore 1 ,contw 
+0x630f 026687 loop generate_random_another 
+0x6310 026688 rtn 
+:      026690 generate_linkkey:
+0x6311 026691 call function_e21 
+0x6312 026692 arg mem_link_key ,rega 
+0x6313 026693 arg mem_input_store ,regb 
+0x6314 026694 ifetch 8 ,rega 
+0x6315 026695 fetcht 1 ,mem_state 
+0x6316 026696 nsetflag blank ,state_combkey ,temp 
+0x6317 026697 storet 1 ,mem_state 
+0x6318 026698 copy rega ,contw 
+0x6319 026699 call xor16 
+0x631a 026700 branch generate_linkkey_continue 
+:      026706 process_conn_sm:
+0x631b 026708 bpatchx patch31_0 ,mem_patch31 
+0x631c 026710 call lmo_fifo_check 
+0x631d 026711 nrtn blank 
+:      026712 process_conn_sm_continue:
+0x631e 026713 fetch 1 ,mem_conn_sm 
+0x631f 026714 rtn blank 
+0x6320 026718 beq conn_sm_send_conn_req ,host_create_conn_send_conn_req 
+0x6321 026719 beq conn_sm_wait_conn_accept ,host_create_conn_wait_accept 
+0x6322 026720 beq conn_sm_send_features ,host_create_conn_send_features 
+0x6323 026721 beq conn_sm_wait_features_res ,host_create_conn_waiting 
+0x6324 026722 beq conn_sm_send_switch ,host_create_conn_send_switch 
+0x6325 026723 beq conn_sm_auth_pair ,host_create_conn_auth_pair 
+0x6326 026724 beq conn_sm_auth_pair_wait ,host_create_conn_auth_pair_wait 
+0x6327 026725 beq conn_sm_encrypt ,host_create_conn_encrypt 
+0x6328 026726 beq conn_sm_encrypt_wait ,host_create_conn_encrypt_wait 
+0x6329 026727 beq conn_sm_encrypt_wait_clear ,host_create_conn_encrypt_wait_clear 
+0x632a 026728 beq conn_sm_send_setup_complete ,host_create_conn_send_setup_complete 
+0x632b 026729 beq conn_sm_wait_setup_complete ,host_create_conn_wait_setup_complete 
+0x632c 026730 beq conn_sm_detach_delay ,host_create_conn_master_detach 
+0x632d 026731 beq conn_sm_send_version ,host_create_conn_send_version 
+0x632e 026732 beq conn_sm_wait_version ,host_create_conn_waiting 
+0x632f 026733 beq conn_sm_wait_switch_after_host_connection ,host_creat_conn_wait_switch 
+0x6330 026734 beq conn_sm_send_features_ext ,host_creat_conn_send_feat_ext 
+0x6331 026735 beq conn_sm_wait_features_ext ,host_create_conn_waiting 
+0x6332 026736 beq conn_sm_pairing ,host_create_conn_pairing 
+0x6333 026737 beq conn_sm_pairing_wait ,host_create_conn_pairing_wait 
+0x6334 026738 beq conn_sm_auth ,host_create_conn_auth 
+0x6335 026739 beq conn_sm_auth_wait ,host_create_conn_auth_wait 
+0x6336 026740 beq conn_sm_done ,host_create_conn_done 
+0x6337 026741 beq conn_sm_wait_done ,host_create_conn_done_wait 
+0x6338 026742 jam conn_sm_standby ,mem_conn_sm 
+0x6339 026744 rtn 
+:      026745 host_create_conn_done:
+0x633a 026746 fetch 1 ,mem_lmp_conn_state 
+0x633b 026747 rtnbit0 received_setup_complete 
+0x633c 026748 rtnbit0 sent_setup_complete 
+0x633d 026749 jam conn_sm_standby ,mem_conn_sm 
+0x633e 026750 call host_conn_judge_encrypt 
+0x633f 026751 branch scheduler_start_upper_sm 
+:      026753 host_conn_judge_encrypt:
+0x6340 026754 fetch 1 ,mem_connection_options 
+0x6341 026755 rtnbit0 connection_encrypt 
+0x6342 026756 jam conn_sm_encrypt_wait ,mem_conn_sm 
+0x6343 026757 rtn 
+:      026759 host_create_conn_done_wait:
+0x6344 026760 arg enpt_delay_timer ,queue 
+0x6345 026761 call timer_check 
+0x6346 026762 nrtn blank 
+0x6347 026763 jam conn_sm_done ,mem_conn_sm 
+0x6348 026764 rtn 
+:      026766 host_create_conn_auth:
+0x6349 026767 fetch 1 ,mem_connection_options 
+0x634a 026768 set0 connection_auth ,pdata 
+0x634b 026769 store 1 ,mem_connection_options 
+0x634c 026770 jam conn_sm_auth_wait ,mem_conn_sm 
+0x634d 026771 jam lmp_au_rand ,mem_lmo_opcode2 
+0x634e 026772 rtn 
+:      026773 host_create_conn_auth_wait:
+0x634f 026774 rtn 
+:      026775 host_create_conn_pairing:
+0x6350 026776 fetch 1 ,mem_pincode_state 
+0x6351 026777 rtnne pincode_state_pincode_ready 
+0x6352 026778 call host_auth 
+0x6353 026779 jam conn_sm_pairing_wait ,mem_conn_sm 
+0x6354 026780 rtn 
+:      026782 host_create_conn_pairing_wait:
+0x6355 026783 rtn 
+:      026784 host_creat_conn_send_feat_ext:
+0x6356 026785 jam conn_sm_wait_features_ext ,mem_conn_sm 
+0x6357 026786 jam lmp_ext_features_req ,mem_lmo_opcode2 
+0x6358 026787 rtn 
+:      026788 host_create_conn_send_version:
+0x6359 026789 jam conn_sm_wait_version ,mem_conn_sm 
+0x635a 026790 jam lmp_version_req ,mem_lmo_opcode2 
+0x635b 026791 rtn 
+:      026793 host_creat_conn_wait_switch:
+0x635c 026794 fetch 1 ,mem_switch_flag 
+0x635d 026795 rtneq switch_flag_init 
+0x635e 026796 beq switch_flag_accept ,host_create_conn_switch_accept 
+0x635f 026797 arg switch_wait_timer ,queue 
+0x6360 026798 call timer_check 
+0x6361 026799 nrtn blank 
+0x6362 026800 jam switch_flag_init ,mem_switch_flag 
+0x6363 026801 branch host_create_conn_switch 
+:      026802 host_create_conn_switch_accept:
+0x6364 026803 rtn master 
+0x6365 026804 branch host_create_conn_auth_pair 
+:      026806 host_create_conn_send_features:
+0x6366 026807 jam conn_sm_wait_features_res ,mem_conn_sm 
+0x6367 026808 jam lmp_features_req ,mem_lmo_opcode2 
+0x6368 026809 rtn 
+:      026810 host_create_conn_send_switch:
+0x6369 026811 jam lmp_switch_req ,mem_lmo_opcode2 
+0x636a 026812 set1 mark_switch_initiated ,mark 
+0x636b 026813 jam conn_sm_wait_conn_accept ,mem_conn_sm 
+0x636c 026814 setarg 0x1ff 
+0x636d 026815 store 2 ,mem_soft_timer 
+0x636e 026816 rtn 
+:      026817 host_create_conn_send_conn_req:
+0x636f 026818 jam conn_sm_wait_conn_accept ,mem_conn_sm 
+0x6370 026819 jam 0xff ,mem_soft_timer 
+0x6371 026820 set0 mark_reconn_recieve_switch ,mark 
+0x6372 026821 jam lmp_host_connection_req ,mem_lmo_opcode2 
+0x6373 026822 branch init_lmp_reinit 
+:      026823 host_create_conn_wait_accept:
+0x6374 026824 rtnmark1 mark_reconn_recieve_switch 
+0x6375 026825 fetch 2 ,mem_soft_timer 
+0x6376 026826 sub pdata ,1 ,pdata 
+0x6377 026827 branch host_create_conn_resend ,zero 
+0x6378 026828 store 2 ,mem_soft_timer 
+0x6379 026829 rtn 
+:      026830 host_create_conn_resend:
+0x637a 026831 jam conn_sm_send_switch ,mem_conn_sm 
+0x637b 026832 rtn 
+:      026833 host_create_conn_waiting:
+0x637c 026835 rtn 
+:      026837 host_create_conn_switch:
+0x637d 026838 fetch 1 ,mem_lmp_conn_state 
+0x637e 026839 rtnbit0 sent_setup_complete 
+0x637f 026840 rtnbit0 received_setup_complete 
+0x6380 026841 fetch 1 ,mem_connection_options 
+0x6381 026842 set0 connection_switch ,pdata 
+0x6382 026843 store 1 ,mem_connection_options 
+0x6383 026844 jam lmp_switch_req ,mem_lmo_opcode2 
+0x6384 026845 jam conn_sm_wait_switch_after_host_connection ,mem_conn_sm 
+0x6385 026846 rtn 
+:      026848 host_create_conn_send_setup_complete:
+0x6386 026849 jam conn_sm_wait_setup_complete ,mem_conn_sm 
+0x6387 026850 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x6388 026851 rtn 
+:      026853 host_create_conn_wait_setup_complete:
+0x6389 026854 fetch 1 ,mem_lmp_conn_state 
+0x638a 026855 rtnbit0 received_setup_complete 
+0x638b 026856 jam conn_sm_standby ,mem_conn_sm 
+0x638c 026858 rtn 
+:      026859 host_create_conn_wait_setup_complete_rtn:
+0x638d 026860 jam conn_sm_auth_pair ,mem_conn_sm 
+0x638e 026861 rtn 
+:      026863 host_create_conn_master_detach:
+0x638f 026864 fetch 1 ,mem_soft_timer 
+0x6390 026865 increase -1 ,pdata 
+0x6391 026866 branch host_create_conn_send_detach ,blank 
+0x6392 026867 store 1 ,mem_soft_timer 
+0x6393 026868 rtn 
+:      026869 host_create_conn_send_detach:
+0x6394 026870 jam lmp_detach ,mem_lmo_opcode2 
+0x6395 026871 jam local_host ,mem_disconn_reason_send 
+0x6396 026872 jam 0 ,mem_conn_sm 
+0x6397 026873 rtn 
+:      026874 host_create_conn_auth_pair:
+0x6398 026876 fetch 1 ,mem_connection_options 
+0x6399 026877 bbit1 connection_switch ,host_create_conn_switch 
+0x639a 026878 bbit1 connection_auth ,host_create_conn_auth_pair_true 
+:      026879 host_create_conn_sm_done:
+0x639b 026880 jam conn_sm_done ,mem_conn_sm 
+0x639c 026881 rtn 
+:      026882 host_create_conn_auth_pair_true:
+0x639d 026883 fetch 1 ,mem_link_key_exists 
+0x639e 026884 branch host_create_conn_auth_pair_nokey ,blank 
+0x639f 026885 fetch 1 ,mem_lmp_conn_state 
+0x63a0 026886 rtnbit0 sent_setup_complete 
+0x63a1 026887 rtnbit0 received_setup_complete 
+0x63a2 026888 fetch 4 ,mem_aurand_send_delay_time 
+0x63a3 026889 arg 100 ,temp 
+0x63a4 026890 iadd temp ,temp 
+0x63a5 026891 copy clkn_bt ,pdata 
+0x63a6 026892 isub temp ,null 
+0x63a7 026893 nrtn positive 
+0x63a8 026894 branch host_create_conn_auth 
+:      026898 host_create_conn_auth_pair_nokey:
+0x63a9 026899 jam conn_sm_pairing ,mem_conn_sm 
+0x63aa 026900 jam 4 ,mem_pin_length 
+0x63ab 026901 setarg 0x3030 
+0x63ac 026902 store 2 ,mem_pin 
+0x63ad 026903 istore 2 ,contw 
+0x63ae 026904 jam pincode_state_pincode_ready ,mem_pincode_state 
+0x63af 026905 branch host_create_conn_pairing 
+:      026907 host_create_conn_auth_pair_wait:
+0x63b0 026908 rtn 
+:      026909 host_create_conn_encrypt:
+0x63b1 026910 fetch 1 ,mem_connection_options 
+0x63b2 026911 bbit1 connection_encrypt ,host_create_conn_encrypt_start 
+0x63b3 026912 jam conn_sm_done ,mem_conn_sm 
+0x63b4 026913 rtn 
+:      026915 host_create_conn_encrypt_start:
+0x63b5 026916 fetch 1 ,mem_connection_options 
+0x63b6 026917 set0 connection_encrypt ,pdata 
+0x63b7 026918 store 1 ,mem_connection_options 
+0x63b8 026919 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x63b9 026920 rtn 
+:      026922 host_create_conn_encrypt_wait:
+0x63ba 026923 fetch 1 ,mem_wait_encryption 
+0x63bb 026924 rtn blank 
+0x63bc 026925 jam conn_sm_standby ,mem_conn_sm 
+0x63bd 026926 branch host_create_conn_encrypt_start 
+:      026928 host_create_conn_encrypt_wait_clear:
+0x63be 026929 jam conn_sm_send_setup_complete ,mem_conn_sm 
+0x63bf 026930 rtn 
+:      026932 host_auth:
+0x63c0 026933 fetch 1 ,mem_op 
+0x63c1 026934 bbit1 op_inrand_req ,remote_auth 
+0x63c2 026935 call tid_initiate 
+0x63c3 026936 jam lmp_in_rand ,mem_lmo_opcode2 
+0x63c4 026937 branch cmd_exit 
+:      026938 remote_auth:
+0x63c5 026939 fetch 1 ,mem_op 
+0x63c6 026940 set0 op_inrand_req ,pdata 
+0x63c7 026941 store 1 ,mem_op 
+0x63c8 026942 call lmp_accept_inrand 
+0x63c9 026943 call tid_set_reply 
+0x63ca 026944 branch cmd_exit 
+:      026946 pincode_reinit:
+0x63cb 026947 setarg 4 
+0x63cc 026948 store 1 ,mem_pin_length 
+0x63cd 026949 setarg 0x3030 
+0x63ce 026950 istore 2 ,contw 
+0x63cf 026951 istore 2 ,contw 
+0x63d0 026952 rtn 
+:      026958 twspi_reset:
+0x63d1 026959 bpatchx patch31_4 ,mem_patch31 
+0x63d2 026960 hfetch 1 ,core_gpio_oe3 
+0x63d3 026961 arg 0x06 ,temp 
+0x63d4 026962 ior temp ,pdata 
+0x63d5 026963 hstore 1 ,core_gpio_oe3 
+0x63d6 026964 hfetch 1 ,core_gpio_out3 
+0x63d7 026965 ior temp ,pdata 
+0x63d8 026966 hstore 1 ,core_gpio_out3 
+0x63d9 026967 call twspi_disable 
+0x63da 026968 hfetch 1 ,core_gpio_out3 
+0x63db 026969 set0 1 ,pdata 
+0x63dc 026970 set0 2 ,pdata 
+0x63dd 026971 hstore 1 ,core_gpio_out3 
+0x63de 026972 nop 30 
+0x63df 026973 branch twspi_enable 
+:      026975 twspi_reset2:
+0x63e0 026976 hfetch 1 ,core_gpio_oe3 
+0x63e1 026977 arg 0xc0 ,temp 
+0x63e2 026978 ior temp ,pdata 
+0x63e3 026979 hstore 1 ,core_gpio_oe3 
+0x63e4 026980 hfetch 1 ,core_gpio_out3 
+0x63e5 026981 ior temp ,pdata 
+0x63e6 026982 hstore 1 ,core_gpio_out3 
+0x63e7 026983 call twspi_disable 
+0x63e8 026984 hfetch 1 ,core_gpio_out3 
+0x63e9 026985 set0 6 ,pdata 
+0x63ea 026986 set0 7 ,pdata 
+0x63eb 026987 hstore 1 ,core_gpio_out3 
+0x63ec 026988 nop 30 
+0x63ed 026989 branch twspi_enable2 
+:      026991 twspi_disable:
+0x63ee 026992 hfetch 1 ,core_gpio_sel1 
+0x63ef 026993 and pdata ,0xfc ,pdata 
+0x63f0 026994 hstore 1 ,core_gpio_sel1 
+0x63f1 026995 rtn 
+:      026996 twspi_enable:
+0x63f2 026997 hfetch 1 ,core_gpio_sel1 
+0x63f3 026998 or pdata ,0x01 ,pdata 
+0x63f4 026999 hstore 1 ,core_gpio_sel1 
+0x63f5 027000 rtn 
+:      027001 twspi_enable2:
+0x63f6 027002 hfetch 1 ,core_gpio_sel1 
+0x63f7 027003 or pdata ,0x03 ,pdata 
+0x63f8 027004 set0 4 ,pdata 
+0x63f9 027005 hstore 1 ,core_gpio_sel1 
+0x63fa 027006 rtn 
+:      027010 sensor_read:
+0x63fb 027011 copy pdata ,regb 
+0x63fc 027012 call spi_ncs_enable 
+0x63fd 027013 nop 100 
+0x63fe 027014 copy regb ,pdata 
+0x63ff 027015 call twspi_read 
+0x6400 027016 copy pdata ,regb 
+0x6401 027017 call spi_ncs_disable 
+0x6402 027018 nop 100 
+0x6403 027019 copy regb ,pdata 
+0x6404 027020 rtn 
+:      027022 sensor_write:
+0x6405 027023 copy pdata ,regb 
+0x6406 027024 call spi_ncs_enable 
+0x6407 027025 nop 100 
+0x6408 027026 copy regb ,pdata 
+0x6409 027027 call twspi_write 
+0x640a 027028 call spi_ncs_disable 
+0x640b 027029 nop 100 
+0x640c 027030 rtn 
+:      027033 spi_ncs_gpio_init:
+0x640d 027034 fetcht 1 ,mem_spi_ncs_gpio 
+0x640e 027035 branch gpio_config_output 
+:      027038 spi_ncs_enable:
+0x640f 027039 fetcht 1 ,mem_spi_ncs_gpio 
+0x6410 027040 branch gpio_out_active 
+:      027043 spi_ncs_disable:
+0x6411 027044 fetcht 1 ,mem_spi_ncs_gpio 
+0x6412 027045 branch gpio_out_inactive 
+:      027048 twspi_write:
+0x6413 027049 branch spid_write_reg 
+:      027051 twspi_read:
+0x6414 027052 branch spid_read_reg 
+:      027059 read_function_aes:
+0x6415 027060 nbranch read_function ,user 
+0x6416 027061 hfetch 1 ,core_gpio_key2 
+0x6417 027062 or_into 0x2 ,pdata 
+0x6418 027063 hstore 1 ,core_gpio_key2 
+:      027064 read_function:
+0x6419 027065 copy temp ,null 
+0x641a 027066 branch read_fuction_zero ,zero 
+0x641b 027067 copy regc ,pc 
+:      027068 read_fuction_zero:
+0x641c 027069 isolate0 0 ,null 
+0x641d 027070 branch set_ucode_status 
+:      027073 get_block_header:
+0x641e 027074 force 4 ,temp 
+:      027075 get_block_header0:
+0x641f 027076 arg mem_ucode_buf ,rega 
+0x6420 027077 hfetch 1 ,core_gpio_key2 
+0x6421 027078 and_into 0xfd ,pdata 
+0x6422 027079 hstore 1 ,core_gpio_key2 
+0x6423 027080 call read_function 
+0x6424 027081 arg 0x55aa ,rega 
+0x6425 027082 fetch 2 ,mem_ucode_buf 
+0x6426 027083 ifetcht 2 ,contr 
+0x6427 027084 isub rega ,null 
+0x6428 027085 rtn 
+:      027087 read_first_block:
+0x6429 027088 arg 2 ,temp 
+0x642a 027089 arg mem_ucode_ptr ,rega 
+0x642b 027090 call read_function 
+0x642c 027091 fetch 2 ,mem_ucode_ptr 
+0x642d 027092 store 2 ,mem_addr_mi 
+0x642e 027093 call get_iv ,user 
+0x642f 027094 rtn 
+:      027096 get_iv:
+0x6430 027097 arg 16 ,temp 
+0x6431 027098 arg mem_ucode_keybuf ,rega 
+0x6432 027099 hfetch 1 ,core_gpio_key2 
+0x6433 027100 and_into 0xfd ,pdata 
+0x6434 027101 hstore 1 ,core_gpio_key2 
+0x6435 027102 call read_function 
+0x6436 027103 arg mem_ucode_keybuf ,contr 
+0x6437 027104 arg 16 ,loopcnt 
+0x6438 027105 call aes_load_data 
+0x6439 027106 call aes_init 
+0x643a 027107 call aes_clear_data 
+0x643b 027108 branch do_aes_cbc 
+:      027110 load_storage:
+0x643c 027111 disable match 
+0x643d 027112 call get_block_header 
+0x643e 027113 nrtn zero 
+0x643f 027114 enable match 
+0x6440 027115 jam 0x80 ,core_ucode_ctrl 
+0x6441 027116 jam 0 ,core_ucode_hi 
+0x6442 027117 jam 0 ,core_ucode_low 
+0x6443 027118 arg core_ucode_data ,rega 
+0x6444 027119 call read_function_aes 
+0x6445 027120 jam 0x0 ,core_ucode_ctrl 
+:      027121 load_storage_loop:
+0x6446 027122 arg 6 ,temp 
+0x6447 027123 call get_block_header0 
+0x6448 027124 nrtn zero 
+0x6449 027125 ifetch 2 ,contr 
+0x644a 027126 iforce rega 
+0x644b 027127 call read_function 
+0x644c 027128 branch load_storage_loop 
+:      027132 reload_eeprom:
+0x644d 027133 call clean_mem 
+0x644e 027134 setarg 0x1000 
+0x644f 027135 store 2 ,mem_addr_mi 
+0x6450 027136 arg iicd_read_eep ,regc 
+0x6451 027137 arg 2 ,loopcnt 
+:      027138 reload_eeprom_loop:
+0x6452 027139 call get_block_header 
+0x6453 027140 nrtn zero 
+0x6454 027141 fetch 2 ,mem_addr_mi 
+0x6455 027142 byteswap pdata ,pdata 
+0x6456 027143 iadd temp ,pdata 
+0x6457 027144 byteswap pdata ,pdata 
+0x6458 027145 store 2 ,mem_addr_mi 
+0x6459 027146 loop reload_eeprom_loop 
+0x645a 027147 branch load_storage_loop 
+:      027149 loadcode:
+0x645b 027150 call clean_mem 
+0x645c 027151 disable user 
+0x645d 027152 call otp_enable_chgpump 
+0x645e 027153 setarg otp_ucode_flag 
+0x645f 027154 arg mem_otp_ucode_flag ,rega 
+0x6460 027155 arg 2 ,temp 
+0x6461 027156 call otpd_read_data 
+0x6462 027157 fetch 2 ,mem_otp_ucode_flag 
+0x6463 027158 bbit0 otp_uflag_aes ,loadcode_otp 
+0x6464 027159 jam 0x25 ,core_clkoff 
+0x6465 027160 setarg otp_ucode_aeskey 
+0x6466 027161 arg mem_ucode_keybuf ,rega 
+0x6467 027162 arg 16 ,temp 
+0x6468 027163 call otpd_read_data 
+0x6469 027164 jam lock_otp ,core_misc_ctrl 
+0x646a 027165 set1 mark_otp_encrypt ,mark 
+0x646b 027166 arg mem_ucode_keybuf ,contr 
+0x646c 027167 call load_key 
+0x646d 027168 enable user 
+:      027169 loadcode_otp:
+0x646e 027170 jam 0 ,mem_loadcode_times 
+:      027171 loadcode_otp_2:
+0x646f 027172 call loadcode_check_times 
+0x6470 027173 fetch 2 ,mem_otp_ucode_flag 
+0x6471 027174 byteswap pdata ,pdata 
+0x6472 027175 arg 0x7ff ,temp 
+0x6473 027176 iand temp ,pdata 
+0x6474 027177 branch loadcode_iic ,zero 
+0x6475 027178 call otp_set_addr 
+0x6476 027179 arg otpd_read_code ,regc 
+0x6477 027180 call get_iv ,user 
+0x6478 027181 call load_storage 
+0x6479 027182 fetch 1 ,mem_ucode_status 
+0x647a 027183 bbit0 0 ,loadcode_otp_2 
+:      027185 loadcode_iic:
+0x647b 027186 call otp_disable_chgpump 
+0x647c 027187 jam 0 ,mem_loadcode_times 
+:      027188 loadcode_iic_2:
+0x647d 027189 call loadcode_check_times 
+0x647e 027190 call clear_eeprom_size_2k 
+0x647f 027191 fetch 1 ,mem_otp_ucode_flag 
+0x6480 027192 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x6481 027193 call loadcode_iic_by_eeprom 
+0x6482 027194 nbranch loadcode_iic_eeprom_2k ,match 
+0x6483 027195 fetch 1 ,mem_ucode_status 
+0x6484 027196 bbit0 0 ,loadcode_iic_2 
+0x6485 027197 branch loadcode_hci 
+:      027198 loadcode_iic_eeprom_2k:
+0x6486 027199 call set_eeprom_size_2k 
+0x6487 027200 fetch 1 ,mem_otp_ucode_flag 
+0x6488 027201 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x6489 027202 call loadcode_iic_by_eeprom 
+0x648a 027203 nbranch loadcode_spi ,match 
+0x648b 027204 fetch 1 ,mem_ucode_status 
+0x648c 027205 bbit0 0 ,loadcode_iic_2 
+0x648d 027206 branch loadcode_hci 
+:      027208 loadcode_spi:
+0x648e 027209 jam 0 ,mem_loadcode_times 
+:      027210 loadcode_spi_2:
+0x648f 027211 call loadcode_check_times 
+0x6490 027212 fetch 1 ,mem_otp_ucode_flag 
+0x6491 027213 bbit1 otp_uflag_skip_flash ,loadcode_hci 
+0x6492 027214 setarg 0x0 
+0x6493 027215 store 3 ,mem_addr_hi 
+0x6494 027216 call spid_init_flash 
+0x6495 027217 arg spid_load_flash ,regc 
+0x6496 027218 call read_first_block 
+0x6497 027219 call load_storage 
+0x6498 027220 nbranch loadcode_hci ,match 
+0x6499 027221 fetch 1 ,mem_ucode_status 
+0x649a 027222 bbit0 0 ,loadcode_spi_2 
+:      027224 loadcode_hci:
+0x649b 027225 bmark1 mark_otp_encrypt ,loadcode_hci_enc 
+0x649c 027226 call clear_key_buf 
+:      027227 loadcode_hci_enc:
+0x649d 027228 fetch 1 ,mem_otp_ucode_flag 
+0x649e 027229 bbit0 otp_uflag_hci ,clear_key_buf 
+0x649f 027230 jam 0x21 ,core_clkoff 
+0x64a0 027231 call hci_init 
+:      027232 loadcode_hci_loop:
+0x64a1 027233 call hci_rx_packet 
+0x64a2 027234 branch loadcode_hci_loop 
+:      027236 clear_key_buf:
+0x64a3 027237 setarg 0 
+0x64a4 027238 store 8 ,mem_ucode_keybuf 
+0x64a5 027239 store 8 ,mem_ucode_keybuf + 8 
+0x64a6 027240 force regidx_key ,regext_index 
+0x64a7 027241 call aes_clear 
+0x64a8 027242 jam 0x21 ,core_clkoff 
+0x64a9 027243 rtn 
+:      027246 loadcode_iic_by_eeprom:
+0x64aa 027247 setarg 0x0 
+0x64ab 027248 store 2 ,mem_addr_mi 
+0x64ac 027249 arg iicd_read_eep ,regc 
+0x64ad 027250 call iicd_init_12m 
+0x64ae 027251 call read_first_block 
+0x64af 027252 branch load_storage 
+:      027255 loadcode_check_times:
+0x64b0 027256 fetch 1 ,mem_loadcode_times 
+0x64b1 027257 increase 1 ,pdata 
+0x64b2 027258 sub pdata ,3 ,null 
+0x64b3 027259 nbranch loadcode_error ,positive 
+0x64b4 027260 store 1 ,mem_loadcode_times 
+0x64b5 027261 rtn 
+:      027263 loadcode_error:
+0x64b6 027264 call clear_key_buf 
+0x64b7 027265 call ice_break 
+0x64b8 027266 rtn 
+:      027270 set_ucode_status:
+0x64b9 027271 fetch 1 ,mem_ucode_status 
+0x64ba 027272 lshift pdata ,pdata 
+0x64bb 027273 setflag true ,0 ,pdata 
+0x64bc 027274 isolate0 15 ,rega 
+0x64bd 027275 rtn true 
+0x64be 027276 store 1 ,mem_ucode_status 
+0x64bf 027277 rtn 
+:      027280 decrypt_code:
+0x64c0 027281 hfetch 1 ,core_gpio_key2 
+0x64c1 027282 rtnbit0 1 
+0x64c2 027283 branch decrypt_code_skip 
+:      027284 decrypt_code_loop:
+0x64c3 027285 hfetch 1 ,core_dma_status 
+0x64c4 027286 qisolate1 pdata 
+0x64c5 027287 rtn true 
+:      027288 decrypt_code_skip:
+0x64c6 027289 hfetch 1 ,core_misc_status 
+0x64c7 027290 bbit0 1 ,decrypt_code_loop 
+0x64c8 027291 call do_aes_cbc 
+0x64c9 027292 branch decrypt_code_loop 
+:      027296 load_ucode:
+0x64ca 027297 fetch 2 ,mem_patch_ptr 
+0x64cb 027298 rtn blank 
+0x64cc 027299 jam 0x80 ,core_ucode_ctrl 
+0x64cd 027300 jam 0 ,core_ucode_hi 
+0x64ce 027301 jam 0 ,core_ucode_low 
+0x64cf 027302 fetcht 2 ,mem_patch_len 
+0x64d0 027303 lshift2 temp ,loopcnt 
+0x64d1 027304 iforce contr 
+:      027305 load_ucode_loop:
+0x64d2 027306 ifetch 1 ,contr 
+0x64d3 027307 hstore 1 ,core_ucode_data 
+0x64d4 027308 loop load_ucode_loop 
+0x64d5 027309 jam 0x0 ,core_ucode_ctrl 
+0x64d6 027310 rtn 
+:      027315 spid_init:
+0x64d7 027316 bpatchx patch31_5 ,mem_patch31 
+0x64d8 027317 call spid_init_common 
+0x64d9 027318 branch twspi_enable 
+:      027320 spid_init2:
+0x64da 027321 call spid_init_common 
+0x64db 027322 call twspi_disable 
+0x64dc 027323 branch twspi_enable2 
+:      027325 spid_init_common:
+0x64dd 027326 fetch 1 ,mem_spi_init_clk 
+0x64de 027327 hstore 1 ,core_spid_ctrl 
+0x64df 027328 fetch 1 ,mem_spi_init_delay_time 
+0x64e0 027329 hstore 1 ,core_spid_delay 
+0x64e1 027330 setarg mem_spid_tbuf 
+0x64e2 027331 hstore 2 ,core_spid_txaddr 
+0x64e3 027332 setarg mem_spid_rbuf 
+0x64e4 027333 hstore 2 ,core_spid_rxaddr 
+0x64e5 027334 branch twspi_disable 
+:      027336 spid_reset:
+0x64e6 027337 hfetch 1 ,core_spid_ctrl 
+0x64e7 027338 set1 7 ,pdata 
+0x64e8 027339 hstore 1 ,core_spid_ctrl 
+0x64e9 027340 set0 7 ,pdata 
+0x64ea 027341 hstore 1 ,core_spid_ctrl 
+0x64eb 027342 rtn 
+:      027346 spid_write_reg:
+0x64ec 027347 set1 7 ,pdata 
+0x64ed 027348 store 2 ,mem_spid_tbuf 
+0x64ee 027349 bpatchx patch31_6 ,mem_patch31 
+0x64ef 027350 jam 2 ,core_spid_txlen 
+0x64f0 027351 jam 0 ,core_spid_rxlen 
+0x64f1 027352 jam spid_start ,core_misc_ctrl 
+0x64f2 027353 branch wait_spid_done 
+:      027356 spid_read_reg:
+0x64f3 027357 force 1 ,temp 
+:      027359 spid_read_regs:
+0x64f4 027361 store 1 ,mem_spid_tbuf 
+0x64f5 027362 bpatchx patch31_7 ,mem_patch31 
+0x64f6 027363 jam 1 ,core_spid_txlen 
+0x64f7 027364 hstoret 2 ,core_spid_rxlen 
+0x64f8 027365 jam spid_start ,core_misc_ctrl 
+0x64f9 027366 call wait_spid_done 
+0x64fa 027367 fetch 1 ,mem_spid_rbuf 
+0x64fb 027368 rtn 
+:      027370 wait_spid_done:
+0x64fc 027371 fetch 2 ,mem_afh_error_total 
+0x64fd 027372 increase 1 ,pdata 
+0x64fe 027373 store 2 ,mem_afh_error_total 
+0x64ff 027374 hfetch 1 ,core_dma_status 
+0x6500 027375 bbit0 spid_done ,wait_spid_done 
+0x6501 027376 rtn 
+:      027378 spid_init_flash:
+0x6502 027379 jam 0x40 ,core_spid_ctrl 
+0x6503 027380 jam 0x0 ,core_spid_delay 
+0x6504 027381 hfetch 1 ,core_gpio_sel1 
+0x6505 027382 set0 0 ,pdata 
+0x6506 027383 set1 1 ,pdata 
+0x6507 027384 hstore 1 ,core_gpio_sel1 
+0x6508 027385 setarg 0 
+0x6509 027386 store 4 ,mem_spid_tbuf 
+0x650a 027387 rtn 
+:      027390 spid_unlock_flash:
+0x650b 027391 setarg 0 
+0x650c 027392 hstore 2 ,core_spid_rxlen 
+0x650d 027393 setarg 1 
+0x650e 027394 hstore 2 ,core_spid_txlen 
+0x650f 027395 setarg mem_spid_tbuf 
+0x6510 027396 hstore 2 ,core_spid_txaddr 
+0x6511 027397 jam 6 ,mem_spid_tbuf 
+0x6512 027398 jam spid_start ,core_misc_ctrl 
+0x6513 027399 branch wait_spid_done 
+:      027414 flash_write:
+0x6514 027415 disable user 
+0x6515 027416 copy pdata ,regb 
+0x6516 027417 fetch 1 ,mem_spi_write_flash_sm 
+0x6517 027418 rtnne flash_sm_no_buys 
+0x6518 027419 enable user 
+0x6519 027420 copy regb ,pdata 
+0x651a 027421 branch flash_write_start 
+:      027424 flash_write_spi_sm_timer:
+0x651b 027425 fetch 1 ,mem_spi_write_flash_sm 
+0x651c 027426 beq flash_sm_start ,flash_write_start 
+0x651d 027427 beq flash_sm_erase_sector ,flash_erase_sector 
+0x651e 027428 beq flash_sm_wait_erase_sector ,flash_wait_erase_sector 
+0x651f 027429 beq flash_sm_write_data ,flash_write_data 
+0x6520 027430 beq flash_sm_wait_write_data ,flash_wait_write_data 
+0x6521 027431 rtn 
+:      027433 flash_write_start:
+0x6522 027434 store 3 ,mem_spi_write_addr 
+0x6523 027435 copy rega ,pdata 
+0x6524 027436 store 2 ,mem_spi_write_ptr 
+0x6525 027437 storet 2 ,mem_spi_write_len 
+0x6526 027438 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
+0x6527 027439 branch spid_init_flash 
+:      027440 flash_erase_sector:
+0x6528 027441 call spid_init_flash 
+0x6529 027442 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
+0x652a 027443 call spid_unlock_flash 
+0x652b 027444 arg mem_spid_tbuf ,rega 
+0x652c 027445 fetch 3 ,mem_spi_write_addr 
+0x652d 027446 jam 4 ,core_spid_txlen 
+0x652e 027447 arg flash_command_sector_erase ,temp 
+0x652f 027448 branch spid_write_flash_common 
+:      027450 flash_wait_erase_sector:
+0x6530 027451 call spid_init_flash 
+0x6531 027452 call spid_unlock_flash 
+0x6532 027453 setarg flash_read_satus 
+0x6533 027454 call spid_read_reg 
+0x6534 027455 rtnbit1 flash_status_wip 
+0x6535 027456 jam flash_sm_write_data ,mem_spi_write_flash_sm 
+0x6536 027457 rtn 
+:      027458 flash_write_data:
+0x6537 027459 call spid_init_flash 
+0x6538 027460 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
+0x6539 027461 call spid_unlock_flash 
+0x653a 027462 call flash_data_preserve 
+0x653b 027463 call spid_write_flash 
+0x653c 027464 branch flash_data_recover 
+:      027465 flash_wait_write_data:
+0x653d 027466 call spid_init_flash 
+0x653e 027467 call spid_unlock_flash 
+0x653f 027468 setarg flash_read_satus 
+0x6540 027469 call spid_read_reg 
+0x6541 027470 rtnbit1 flash_status_wip 
+0x6542 027471 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
+0x6543 027472 fetch 2 ,mem_cb_spi_flash_write_complate 
+0x6544 027473 branch callback_func 
+:      027474 flash_data_recover:
+0x6545 027475 fetch 4 ,mem_temp 
+0x6546 027476 fetcht 2 ,mem_spi_write_ptr 
+0x6547 027477 increase -4 ,temp 
+0x6548 027478 istore 4 ,temp 
+0x6549 027479 rtn 
+:      027480 flash_data_preserve:
+0x654a 027481 fetcht 2 ,mem_spi_write_ptr 
+0x654b 027482 copy temp ,rega 
+0x654c 027483 increase -4 ,temp 
+0x654d 027484 ifetch 4 ,temp 
+0x654e 027485 store 4 ,mem_temp 
+0x654f 027486 fetcht 2 ,mem_spi_write_len 
+0x6550 027487 fetch 3 ,mem_spi_write_addr 
+0x6551 027488 rtn 
+:      027492 spid_write_flash:
+0x6552 027493 increase 4 ,temp 
+0x6553 027494 hstoret 2 ,core_spid_txlen 
+0x6554 027495 arg flash_command_write_data ,temp 
+0x6555 027496 increase -4 ,rega 
+:      027497 spid_write_flash_common:
+0x6556 027499 istoret 1 ,rega 
+0x6557 027500 rshift16 pdata ,temp 
+0x6558 027501 istoret 1 ,contw 
+0x6559 027502 rshift8 pdata ,temp 
+0x655a 027503 istoret 1 ,contw 
+0x655b 027504 istore 1 ,contw 
+0x655c 027505 deposit rega 
+0x655d 027506 hstore 2 ,core_spid_txaddr 
+0x655e 027507 setarg 0 
+0x655f 027508 hstore 2 ,core_spid_rxlen 
+0x6560 027509 jam spid_start ,core_misc_ctrl 
+0x6561 027510 branch wait_spid_done 
+:      027514 spid_read_flash:
+0x6562 027515 hstoret 2 ,core_spid_rxlen 
+0x6563 027516 rshift16 pdata ,temp 
+0x6564 027517 storet 1 ,mem_addr_hi 
+0x6565 027518 rshift8 pdata ,temp 
+0x6566 027519 storet 1 ,mem_addr_mi 
+0x6567 027520 store 1 ,mem_addr_lo 
+0x6568 027521 setarg 4 
+0x6569 027522 hstore 2 ,core_spid_txlen 
+0x656a 027523 jam flash_command_read_data ,mem_spid_tbuf 
+0x656b 027524 setarg mem_spid_tbuf 
+0x656c 027525 hstore 2 ,core_spid_txaddr 
+0x656d 027526 deposit rega 
+0x656e 027527 hstore 2 ,core_spid_rxaddr 
+0x656f 027528 hfetch 1 ,core_spid_ctrl 
+0x6570 027529 isolate0 15 ,rega 
+0x6571 027530 setflag true ,6 ,pdata 
+0x6572 027531 hstore 1 ,core_spid_ctrl 
+0x6573 027532 jam spid_start ,core_misc_ctrl 
+:      027533 spi_read_flash_wait:
+0x6574 027534 hfetch 1 ,core_dma_status 
+0x6575 027535 bbit1 7 ,spi_read_flash_wait 
+0x6576 027536 arg spid_done ,queue 
+0x6577 027537 branch wait_spid_done 
+:      027541 spid_load_flash:
+0x6578 027542 hstoret 2 ,core_spid_rxlen 
+0x6579 027543 setarg 4 
+0x657a 027544 hstore 2 ,core_spid_txlen 
+0x657b 027545 jam 3 ,mem_spid_tbuf 
+0x657c 027546 setarg mem_spid_tbuf 
+0x657d 027547 hstore 2 ,core_spid_txaddr 
+0x657e 027548 deposit rega 
+0x657f 027549 hstore 2 ,core_spid_rxaddr 
+0x6580 027550 hfetch 1 ,core_spid_ctrl 
+0x6581 027551 isolate0 15 ,rega 
+0x6582 027552 setflag true ,6 ,pdata 
+0x6583 027553 hstore 1 ,core_spid_ctrl 
+0x6584 027554 jam spid_start ,core_misc_ctrl 
+:      027555 spi_load_flash_wait:
+0x6585 027556 hfetch 1 ,core_dma_status 
+0x6586 027557 bbit1 7 ,spi_load_flash_wait 
+0x6587 027558 arg spid_done ,queue 
+0x6588 027559 call decrypt_code 
+0x6589 027560 call wait_spid_done 
+0x658a 027561 isolate1 spid_crcok ,pdata 
+0x658b 027562 call set_ucode_status 
+0x658c 027563 fetch 1 ,mem_addr_hi 
+0x658d 027564 lshift16 pdata ,regb 
+0x658e 027565 fetch 1 ,mem_addr_mi 
+0x658f 027566 lshift8 pdata ,pdata 
+0x6590 027567 ior regb ,regb 
+0x6591 027568 fetch 1 ,mem_addr_lo 
+0x6592 027569 ior regb ,pdata 
+0x6593 027570 iadd temp ,pdata 
+0x6594 027571 store 1 ,mem_addr_lo 
+0x6595 027572 rshift8 pdata ,pdata 
+0x6596 027573 store 1 ,mem_addr_mi 
+0x6597 027574 rshift8 pdata ,pdata 
+0x6598 027575 store 1 ,mem_addr_hi 
+0x6599 027576 rtn 
+:      027581 soft_reset_chip:
+0x659a 027582 jam 1 ,core_reset 
+0x659b 027583 rtn 
+:      027589 iic_init_390k:
+0x659c 027590 jam 12 ,core_iicd_scl_low 
+0x659d 027591 jam 13 ,core_iicd_scl_high 
+0x659e 027592 jam 13 ,core_iicd_start_setup 
+0x659f 027593 jam 13 ,core_iicd_start_hold 
+0x65a0 027594 jam 13 ,core_iicd_stop_setup 
+0x65a1 027595 jam 12 ,core_iicd_data_setup 
+0x65a2 027596 branch iicd_init_gpio 
+:      027599 iicd_init_12m:
+0x65a3 027600 jam 5 ,core_iicd_scl_low 
+0x65a4 027601 jam 7 ,core_iicd_scl_high 
+0x65a5 027602 jam 7 ,core_iicd_start_setup 
+0x65a6 027603 jam 7 ,core_iicd_start_hold 
+0x65a7 027604 jam 7 ,core_iicd_stop_setup 
+0x65a8 027605 jam 5 ,core_iicd_data_setup 
+:      027606 iicd_init_gpio:
+0x65a9 027607 hfetch 1 ,core_gpio_pu3 
+0x65aa 027608 or_into 0xc0 ,pdata 
+0x65ab 027609 hstore 1 ,core_gpio_pu3 
+0x65ac 027610 hfetch 1 ,core_gpio_sel1 
+0x65ad 027611 or_into 0x10 ,pdata 
+0x65ae 027612 hstore 1 ,core_gpio_sel1 
+0x65af 027613 rtn 
+:      027617 wait_iicd_done:
+0x65b0 027618 hfetch 1 ,core_dma_status 
+0x65b1 027619 bbit0 iicd_done ,wait_iicd_done 
+0x65b2 027620 rtn 
+:      027628 iicd_read_data:
+0x65b3 027629 hstore 2 ,core_iicd_txlen 
+0x65b4 027630 deposit rega 
+0x65b5 027631 hstore 2 ,core_iicd_txaddr 
+0x65b6 027632 deposit regb 
+0x65b7 027633 hstore 2 ,core_iicd_rxaddr 
+0x65b8 027634 deposit temp 
+0x65b9 027635 hstore 2 ,core_iicd_rxlen 
+0x65ba 027636 arg 1 ,temp 
+0x65bb 027637 nsetflag blank ,1 ,temp 
+0x65bc 027638 hstore 1 ,core_iicd_ctrl 
+0x65bd 027639 jam iicd_start ,core_misc_ctrl 
+0x65be 027640 branch wait_iicd_done 
+:      027643 set_eeprom_size_2k:
+0x65bf 027644 set1 mark_eeprom_size ,mark 
+0x65c0 027645 jam 0x08 ,mem_eeprom_block_size 
+0x65c1 027646 rtn 
+:      027648 clear_eeprom_size_2k:
+0x65c2 027649 set0 mark_eeprom_size ,mark 
+0x65c3 027650 jam 0x20 ,mem_eeprom_block_size 
+0x65c4 027651 rtn 
+:      027654 iicd_read_eep_data_size_2k:
+0x65c5 027655 fetch 1 ,mem_eeprom_base 
+0x65c6 027656 iadd regb ,pdata 
+0x65c7 027657 store 1 ,mem_addr_mi 
+0x65c8 027658 branch iicd_read_eep_size_2k 
+:      027660 iicd_read_eep_size_2k_lcadcode:
+0x65c9 027661 fetch 2 ,mem_addr_mi 
+0x65ca 027662 byteswap pdata ,pdata 
+0x65cb 027663 store 1 ,mem_addr_mi 
+:      027668 iicd_read_eep_size_2k:
+0x65cc 027669 setarg 3 
+0x65cd 027670 hstore 2 ,core_iicd_txlen 
+0x65ce 027671 jam 0xa0 ,mem_iicd_tbuf 
+0x65cf 027672 jam 0xa1 ,mem_iicd_tbuf + 2 
+0x65d0 027673 branch iicd_read_eep_common 
+:      027679 iicd_write_protect_eep_data:
+0x65d1 027680 storet 2 ,mem_temp 
+0x65d2 027681 call iicd_eeprom_write_enable 
+0x65d3 027682 fetcht 2 ,mem_temp 
+0x65d4 027683 call iicd_write_eep_data 
+0x65d5 027684 branch iicd_eeprom_write_disable 
+:      027686 iicd_eeprom_write_enable:
+0x65d6 027687 fetch 1 ,mem_eeprom_wp_gpio 
+0x65d7 027688 rtneq gpio_disable 
+0x65d8 027689 bbit0 6 ,iicd_wp_gpio_output_low 
+0x65d9 027690 setarg 150000 
+0x65da 027691 call sleep 
+:      027692 iicd_wp_gpio_output_low:
+0x65db 027693 fetcht 1 ,mem_eeprom_wp_gpio 
+0x65dc 027694 branch gpio_out_active 
+:      027696 iicd_eeprom_write_disable:
+0x65dd 027697 fetcht 1 ,mem_eeprom_wp_gpio 
+0x65de 027698 branch gpio_out_inactive 
+:      027703 iicd_read_eep_data:
+0x65df 027704 bpatchx patch32_0 ,mem_patch32 
+0x65e0 027705 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
+0x65e1 027706 fetch 2 ,mem_eeprom_base 
+0x65e2 027707 iadd regb ,pdata 
+0x65e3 027708 byteswap pdata ,pdata 
+0x65e4 027709 store 2 ,mem_addr_mi 
+:      027712 iicd_read_eep:
+0x65e5 027713 bpatchx patch32_1 ,mem_patch32 
+0x65e6 027714 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
+0x65e7 027715 setarg 4 
+0x65e8 027716 hstore 2 ,core_iicd_txlen 
+0x65e9 027717 jam 0xa0 ,mem_iicd_tbuf 
+0x65ea 027718 jam 0xa1 ,mem_iicd_tbuf + 3 
+:      027719 iicd_read_eep_common:
+0x65eb 027720 setarg mem_iicd_tbuf 
+0x65ec 027721 hstore 2 ,core_iicd_txaddr 
+0x65ed 027722 hstoret 2 ,core_iicd_rxlen 
+0x65ee 027723 deposit rega 
+0x65ef 027724 hstore 2 ,core_iicd_rxaddr 
+0x65f0 027725 setarg 2 
+0x65f1 027726 isolate0 15 ,rega 
+0x65f2 027727 setflag true ,0 ,pdata 
+0x65f3 027728 hstore 1 ,core_iicd_ctrl 
+0x65f4 027729 jam iicd_start ,core_misc_ctrl 
+0x65f5 027730 arg iicd_done ,queue 
+0x65f6 027731 call decrypt_code 
+0x65f7 027732 call wait_iicd_done 
+0x65f8 027733 isolate1 iicd_crcok ,pdata 
+0x65f9 027734 call set_ucode_status 
+0x65fa 027735 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
+0x65fb 027736 fetch 2 ,mem_addr_mi 
+0x65fc 027737 byteswap pdata ,pdata 
+0x65fd 027738 iadd temp ,pdata 
+0x65fe 027739 byteswap pdata ,pdata 
+0x65ff 027740 store 2 ,mem_addr_mi 
+0x6600 027741 rtn 
+:      027743 iicd_read_eep_load_code_size_2k:
+0x6601 027744 fetch 1 ,mem_addr_mi 
+0x6602 027745 iadd temp ,pdata 
+0x6603 027746 byteswap pdata ,pdata 
+0x6604 027747 store 2 ,mem_addr_mi 
+0x6605 027748 rtn 
+:      027754 iicd_write_eep_data:
+0x6606 027755 fetch 2 ,mem_eeprom_base 
+0x6607 027756 iadd regb ,pdata 
+:      027759 iicd_write_ota_data:
+0x6608 027760 store 2 ,mem_pdatatemp 
+0x6609 027761 bpatchx patch32_2 ,mem_patch32 
+0x660a 027762 storet 2 ,mem_temp 
+0x660b 027763 copy rega ,pdata 
+0x660c 027764 store 2 ,mem_contr 
+:      027765 iicd_write_eep_loop:
+0x660d 027766 call iicd_eep_transparency 
+0x660e 027768 fetcht 2 ,mem_regb 
+0x660f 027769 fetch 2 ,mem_contr 
+0x6610 027770 copy pdata ,rega 
+0x6611 027771 fetch 2 ,mem_pdatatemp 
+0x6612 027773 call iicd_write_eep 
+0x6613 027775 fetch 2 ,mem_regb 
+0x6614 027776 fetcht 2 ,mem_contr 
+0x6615 027777 iadd temp ,temp 
+0x6616 027778 storet 2 ,mem_contr 
+0x6617 027779 fetcht 2 ,mem_pdatatemp 
+0x6618 027780 iadd temp ,temp 
+0x6619 027781 storet 2 ,mem_pdatatemp 
+0x661a 027782 fetch 2 ,mem_temp 
+0x661b 027783 nbranch iicd_write_eep_loop ,blank 
+0x661c 027784 rtn 
+:      027792 iicd_eep_transparency:
+0x661d 027793 bpatchx patch32_3 ,mem_patch32 
+0x661e 027794 fetch 1 ,mem_eeprom_block_size 
+0x661f 027795 increase -1 ,pdata 
+0x6620 027796 fetcht 2 ,mem_pdatatemp 
+0x6621 027797 ior temp ,pdata 
+0x6622 027798 increase 1 ,pdata 
+0x6623 027799 store 3 ,mem_regc 
+0x6624 027801 fetch 2 ,mem_temp 
+0x6625 027802 iadd temp ,pdata 
+0x6626 027804 fetcht 3 ,mem_regc 
+0x6627 027805 isub temp ,pdata 
+0x6628 027806 nbranch iicd_eep_deal_short_packet ,positive 
+0x6629 027807 store 2 ,mem_temp 
+0x662a 027808 fetch 3 ,mem_regc 
+0x662b 027809 fetcht 2 ,mem_pdatatemp 
+0x662c 027810 isub temp ,pdata 
+0x662d 027811 store 2 ,mem_regb 
+0x662e 027812 rtn 
+:      027813 iicd_eep_deal_short_packet:
+0x662f 027814 fetch 2 ,mem_temp 
+0x6630 027815 store 2 ,mem_regb 
+0x6631 027816 setarg 0 
+0x6632 027817 store 2 ,mem_temp 
+0x6633 027818 rtn 
+:      027820 iicd_write_eep_size_2k:
+0x6634 027821 increase 2 ,temp 
+0x6635 027822 hstoret 2 ,core_iicd_txlen 
+0x6636 027823 increase -2 ,rega 
+0x6637 027824 ifetcht 3 ,rega 
+0x6638 027825 copy temp ,regb 
+0x6639 027826 arg 0xa0 ,temp 
+0x663a 027827 istoret 1 ,rega 
+0x663b 027829 istore 1 ,contw 
+0x663c 027830 branch iicd_write_eep_common 
+:      027833 iicd_write_eep:
+0x663d 027834 copy pdata ,regb 
+0x663e 027835 bpatchx patch32_4 ,mem_patch32 
+0x663f 027836 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
+0x6640 027837 copy regb ,pdata 
+0x6641 027838 increase 3 ,temp 
+0x6642 027839 hstoret 2 ,core_iicd_txlen 
+0x6643 027840 increase -3 ,rega 
+0x6644 027841 ifetcht 3 ,rega 
+0x6645 027842 copy temp ,regb 
+0x6646 027843 arg 0xa0 ,temp 
+0x6647 027844 istoret 1 ,rega 
+0x6648 027845 byteswap pdata ,pdata 
+0x6649 027846 istore 2 ,contw 
+:      027847 iicd_write_eep_common:
+0x664a 027848 deposit rega 
+0x664b 027849 hstore 2 ,core_iicd_txaddr 
+0x664c 027850 setarg 0 
+0x664d 027851 hstore 2 ,core_iicd_rxlen 
+0x664e 027852 jam 1 ,core_iicd_ctrl 
+0x664f 027853 jam iicd_start ,core_misc_ctrl 
+0x6650 027854 call wait_iicd_done 
+0x6651 027855 copy regb ,pdata 
+0x6652 027856 istore 3 ,rega 
+:      027858 iic_check_eeprom_standby:
+0x6653 027859 bpatchx patch32_5 ,mem_patch32 
+0x6654 027860 jam 0 ,mem_iicd_tbuf + 3 
+:      027861 iic_check_eeprom_standby_wait:
+0x6655 027862 setarg 1 
+0x6656 027863 hstore 2 ,core_iicd_txlen 
+0x6657 027864 jam 0xa0 ,mem_iicd_tbuf 
+0x6658 027865 setarg mem_iicd_tbuf 
+0x6659 027866 hstore 2 ,core_iicd_txaddr 
+0x665a 027867 setarg 0 
+0x665b 027868 hstore 2 ,core_iicd_rxlen 
+0x665c 027869 hstore 2 ,core_iicd_rxaddr 
+0x665d 027870 setarg 3 
+0x665e 027871 hstore 1 ,core_iicd_ctrl 
+0x665f 027872 jam iicd_start ,core_misc_ctrl 
+0x6660 027873 call wait_iicd_done 
+0x6661 027874 hfetch 1 ,core_dma_status 
+0x6662 027875 rtnbit0 iicd_ack 
+0x6663 027876 nop 1500 
+0x6664 027877 fetch 1 ,mem_iicd_tbuf + 3 
+0x6665 027878 increase 1 ,pdata 
+0x6666 027879 store 1 ,mem_iicd_tbuf + 3 
+0x6667 027880 sub pdata ,40 ,null 
+0x6668 027881 nrtn positive 
+0x6669 027882 branch iic_check_eeprom_standby_wait 
+:      027886 otp_enable_chgpump:
+0x666a 027887 jam 0x70 ,rfen_chgpump 
+0x666b 027888 nop param_chgpump_delay 
+0x666c 027889 rtn 
+:      027891 otp_disable_chgpump:
+0x666d 027892 jam 0x30 ,rfen_chgpump 
+0x666e 027893 rtn 
+:      027895 otp_set_addr:
+0x666f 027896 lshift3 pdata ,pdata 
+0x6670 027897 hstore 2 ,core_otp_addr 
+0x6671 027898 jam 0 ,core_otpd_ctrl 
+0x6672 027899 rtn 
+:      027902 otp_write:
+0x6673 027903 call otp_set_addr 
+0x6674 027904 call otp_ce 
+:      027905 otp_program:
+0x6675 027906 ifetcht 1 ,rega 
+0x6676 027907 increase 1 ,rega 
+0x6677 027908 force 0 ,queue 
+:      027909 otp_program_bit:
+0x6678 027910 qisolate0 temp 
+0x6679 027911 branch otp_skip_0 ,true 
+0x667a 027912 hfetch 1 ,core_otp_din 
+0x667b 027913 set1 6 ,pdata 
+0x667c 027914 set1 7 ,pdata 
+0x667d 027915 hstore 1 ,core_otp_din 
+0x667e 027916 jam 0x02 ,core_otp_ctrl 
+0x667f 027917 jam 0x82 ,core_otp_ctrl 
+0x6680 027918 set0 7 ,pdata 
+0x6681 027919 hstore 1 ,core_otp_din 
+0x6682 027920 jam 0x8a ,core_otp_ctrl 
+0x6683 027921 nop 11 
+0x6684 027922 jam 0xca ,core_otp_ctrl 
+0x6685 027923 nop 33 
+0x6686 027924 jam 0x4a ,core_otp_ctrl 
+0x6687 027925 nop 44 
+0x6688 027926 jam 0xca ,core_otp_ctrl 
+0x6689 027927 nop 22 
+0x668a 027928 jam 0x8a ,core_otp_ctrl 
+0x668b 027929 nop 33 
+0x668c 027930 jam 0x82 ,core_otp_ctrl 
+0x668d 027931 nop 1 
+0x668e 027932 jam 0x92 ,core_otp_ctrl 
+0x668f 027933 nop 10 
+0x6690 027934 jam 0xb2 ,core_otp_ctrl 
+0x6691 027935 hfetch 1 ,core_otp_rdata 
+0x6692 027936 jam 0x92 ,core_otp_ctrl 
+0x6693 027937 nop 1 
+0x6694 027938 jam 0x82 ,core_otp_ctrl 
+0x6695 027939 qisolate0 pdata 
+0x6696 027940 branch otp_program_bit ,true 
+:      027941 otp_skip_0:
+0x6697 027942 hfetch 2 ,core_otp_addr 
+0x6698 027943 increase 1 ,pdata 
+0x6699 027944 hstore 2 ,core_otp_addr 
+0x669a 027945 increase 1 ,queue 
+0x669b 027946 compare 8 ,queue ,0xf 
+0x669c 027947 nbranch otp_program_bit ,true 
+0x669d 027948 loop otp_program 
+0x669e 027949 jam 0x83 ,core_otp_ctrl 
+0x669f 027950 rtn 
+:      027952 otp_ce:
+0x66a0 027953 jam 0x82 ,core_otp_ctrl 
+0x66a1 027954 nop 12 
+0x66a2 027955 jam 0x80 ,core_otp_ctrl 
+0x66a3 027956 jam 0x82 ,core_otp_ctrl 
+0x66a4 027957 nop 150 
+0x66a5 027958 rtn 
+:      027961 otpd_read_init:
+0x66a6 027962 call otp_ce 
+0x66a7 027963 jam 0xa2 ,core_otp_ctrl 
+0x66a8 027964 deposit rega 
+0x66a9 027965 hstore 2 ,core_otpd_addr 
+0x66aa 027966 set1 11 ,temp 
+0x66ab 027967 isolate0 15 ,pdata 
+0x66ac 027968 setflag true ,15 ,temp 
+0x66ad 027969 hstoret 2 ,core_otpd_len 
+0x66ae 027970 jam otpd_start ,core_misc_ctrl 
+0x66af 027971 rtn 
+:      027973 otpd_wait_end:
+0x66b0 027974 hfetch 1 ,core_dma_status 
+0x66b1 027975 bbit0 otpd_done ,otpd_wait_end 
+0x66b2 027976 rtn 
+:      027979 otpd_read_data:
+0x66b3 027980 call otp_set_addr 
+0x66b4 027981 call otpd_read_init 
+0x66b5 027982 call otpd_wait_end 
+0x66b6 027983 jam 0x83 ,core_otp_ctrl 
+0x66b7 027984 rtn 
+:      027989 otpd_read_code:
+0x66b8 027990 hfetch 2 ,core_current_otp_addr 
+0x66b9 027991 hstore 2 ,core_otp_addr 
+0x66ba 027992 call otpd_read_init 
+0x66bb 027993 arg otpd_done ,queue 
+0x66bc 027994 call decrypt_code 
+0x66bd 027995 call otpd_wait_end 
+0x66be 027996 isolate1 otpd_crcok ,pdata 
+0x66bf 027997 call set_ucode_status 
+0x66c0 027998 jam 0x83 ,core_otp_ctrl 
+0x66c1 027999 rtn 
+:      028002 uartd_prepare_tx:
+0x66c2 028003 hfetch 2 ,core_uart_twptr 
+0x66c3 028004 iforce contwu 
+0x66c4 028005 rtn 
+:      028007 uartd_send:
+0x66c5 028008 deposit contwu 
+0x66c6 028009 hstore 2 ,core_uart_twptr 
+0x66c7 028010 rtn 
+:      028012 uartd_rxdone:
+0x66c8 028013 deposit contru 
+0x66c9 028014 hstore 2 ,core_uart_rrptr 
+0x66ca 028015 rtn 
+:      028017 uartd_prepare_rx:
+0x66cb 028018 hfetch 2 ,core_uart_rrptr 
+0x66cc 028019 copy pdata ,contru 
+0x66cd 028020 rtn 
+:      028022 uart_set_baud_by_mem:
+0x66ce 028023 fetch uart_baud_len ,mem_baud 
+0x66cf 028024 hstore uart_baud_len ,core_uart_baud 
+0x66d0 028025 rtn 
+:      028027 uart_copy_tx_bytes_fast:
+0x66d1 028028 deposit loopcnt 
+0x66d2 028029 rtn blank 
+:      028030 uart_copy_tx_bytes_fast_loop:
+0x66d3 028031 increase -8 ,loopcnt 
+0x66d4 028032 call uart_tx_8_bytes ,positive 
+0x66d5 028033 rtn zero 
+0x66d6 028034 branch uart_copy_tx_bytes_fast_loop ,positive 
+0x66d7 028035 increase 8 ,loopcnt 
+:      028036 uart_copy_tx_bytes_fast_loop_four:
+0x66d8 028037 increase -4 ,loopcnt 
+0x66d9 028038 call uart_tx_4_bytes ,positive 
+0x66da 028039 rtn zero 
+0x66db 028040 branch uart_copy_tx_bytes_fast_loop_four ,positive 
+0x66dc 028041 increase 4 ,loopcnt 
+0x66dd 028042 branch uart_copy_tx_bytes 
+:      028044 uart_tx_8_bytes:
+0x66de 028045 ifetch 8 ,contr 
+0x66df 028046 istore 8 ,contwu 
+0x66e0 028047 rtn 
+:      028049 uart_tx_4_bytes:
+0x66e1 028050 ifetch 4 ,contr 
+0x66e2 028051 istore 4 ,contwu 
+0x66e3 028052 rtn 
+:      028054 uart_copy_tx_bytes:
+0x66e4 028055 deposit loopcnt 
+0x66e5 028056 rtn blank 
+:      028057 uart_copy_tx_bytes_loop:
+0x66e6 028058 ifetch 1 ,contr 
+0x66e7 028059 istore 1 ,contwu 
+0x66e8 028060 loop uart_copy_tx_bytes_loop 
+0x66e9 028061 rtn 
+:      028063 uart_copy_rx_bytes_fast:
+0x66ea 028064 deposit loopcnt 
+0x66eb 028065 rtn blank 
+:      028066 uart_copy_rx_bytes_fast_loop:
+0x66ec 028067 increase -8 ,loopcnt 
+0x66ed 028068 call uart_rx_8_bytes ,positive 
+0x66ee 028069 rtn zero 
+0x66ef 028070 branch uart_copy_rx_bytes_fast_loop ,positive 
+0x66f0 028071 increase 8 ,loopcnt 
+:      028072 uart_copy_rx_bytes_fast_loop_four:
+0x66f1 028073 increase -4 ,loopcnt 
+0x66f2 028074 call uart_rx_4_bytes ,positive 
+0x66f3 028075 rtn zero 
+0x66f4 028076 branch uart_copy_rx_bytes_fast_loop_four ,positive 
+0x66f5 028077 increase 4 ,loopcnt 
+0x66f6 028078 branch uart_copy_rx_bytes 
+:      028080 uart_rx_8_bytes:
+0x66f7 028081 ifetch 8 ,contru 
+0x66f8 028082 istore 8 ,contw 
+0x66f9 028083 rtn 
+:      028085 uart_rx_4_bytes:
+0x66fa 028086 ifetch 4 ,contru 
+0x66fb 028087 istore 4 ,contw 
+0x66fc 028088 rtn 
+:      028091 uart_copy_rx_bytes:
+0x66fd 028092 deposit loopcnt 
+0x66fe 028093 rtn blank 
+:      028094 uart_copy_rx_bytes_loop:
+0x66ff 028095 ifetch 1 ,contru 
+0x6700 028096 istore 1 ,contw 
+0x6701 028097 loop uart_copy_rx_bytes_loop 
+0x6702 028098 rtn 
+:      028101 uart_copy_rx2tx:
+0x6703 028102 deposit loopcnt 
+0x6704 028103 rtn blank 
+:      028104 uart_copy_rx2tx_loop:
+0x6705 028105 ifetch 1 ,contru 
+0x6706 028106 istore 1 ,contwu 
+0x6707 028107 loop uart_copy_rx2tx_loop 
+0x6708 028108 rtn 
+:      028113 app_store_nvram_event:
+0x6709 028114 jam bt_evt_store_nvram ,mem_fifo_temp 
+0x670a 028115 branch ui_ipc_send_event 
+:      028117 check_51cmd_store_reconn_info:
+:      028118 check_51cmd_update_device_record:
+0x670b 028119 bpatchx patch32_6 ,mem_patch32 
+0x670c 028120 fetch 1 ,mem_nv_data_number 
+0x670d 028121 rtn blank 
+0x670e 028122 call check_nvram 
+0x670f 028123 call init_device_list ,zero 
+0x6710 028124 call nvram_find_addr_from_bd_list 
+:      028125 write_device_record:
+0x6711 028126 fetch 1 ,mem_nv_data_number 
+0x6712 028127 icopy regc 
+0x6713 028128 fetcht 2 ,mem_nv_data_ptr 
+0x6714 028129 storet 2 ,mem_list_item_ptr 
+:      028130 write_device_loop_find:
+0x6715 028131 copy regc ,pdata 
+0x6716 028132 branch app_store_nvram_event ,blank 
+0x6717 028133 increase -1 ,regc 
+0x6718 028134 copy temp ,rega 
+0x6719 028135 ifetch 1 ,rega 
+0x671a 028136 fetcht 1 ,mem_select_list_item 
+0x671b 028137 isub temp ,null 
+0x671c 028138 call set_index_finded_device ,zero 
+0x671d 028139 branch write_device_loop_find0 ,positive 
+0x671e 028140 ifetch 1 ,rega 
+0x671f 028141 increase 1 ,pdata 
+0x6720 028142 istore 1 ,rega 
+:      028143 write_device_loop_find0:
+0x6721 028144 fetcht 2 ,mem_list_item_ptr 
+0x6722 028145 increase nv_data_len ,temp 
+0x6723 028146 storet 2 ,mem_list_item_ptr 
+0x6724 028147 branch write_device_loop_find 
+:      028149 set_index_finded_device:
+0x6725 028150 setarg 0 
+0x6726 028151 istore 1 ,rega 
+0x6727 028152 fetch 1 ,mem_temp_reconn_record 
+0x6728 028153 istore 1 ,contw 
+0x6729 028154 bne rec_3_mode ,set_index_finded_device_ble_mode 
+0x672a 028155 arg mem_link_key ,regb 
+:      028156 set_index_find_device_master_addr:
+0x672b 028157 ifetch 6 ,contr 
+0x672c 028158 istore 8 ,contw 
+0x672d 028159 setarg 0 
+0x672e 028160 istore 8 ,contw 
+0x672f 028161 copy regb ,contr 
+:      028162 store_rec_data_common:
+0x6730 028163 call memcpy16 
+0x6731 028164 force 1 ,null 
+0x6732 028165 rtn 
+:      028167 set_index_finded_device_ble_mode:
+0x6733 028168 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
+0x6734 028169 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
+0x6735 028170 arg mem_le_ltk ,regb 
+0x6736 028171 branch set_index_find_device_master_addr 
+:      028173 set_index_finded_device_irk:
+0x6737 028174 arg mem_le_irk ,contr 
+0x6738 028175 call memcpy16 
+:      028176 store_ble_rec_data_common:
+0x6739 028177 arg mem_le_ltk ,contr 
+0x673a 028178 branch store_rec_data_common 
+:      028180 set_index_finded_device_ediv:
+0x673b 028181 arg mem_le_rand ,contr 
+0x673c 028182 call memcpy16 
+0x673d 028183 branch store_ble_rec_data_common 
+:      028186 nvram_find_addr_from_bd_list:
+0x673e 028187 call disable_user 
+0x673f 028188 fetch 1 ,mem_nv_data_number 
+0x6740 028189 rtn blank 
+0x6741 028190 fetch 2 ,mem_ui_state_map 
+0x6742 028191 bbit1 ui_state_bt_connected ,find_addr_from_bd_list_spp_mode 
+:      028192 find_addr_from_bd_list_ble_mode:
+0x6743 028193 bpatchx patch32_7 ,mem_patch32 
+0x6744 028194 fetch 1 ,mem_le_conn_peer_addr_type 
+0x6745 028195 beq master_public_addr ,find_addr_from_bd_list_static_addr 
+0x6746 028196 fetch 1 ,mem_le_plap + 5 
+0x6747 028197 compare 0xc0 ,pdata ,0xc0 
+0x6748 028198 branch find_addr_from_bd_list_static_addr ,true 
+0x6749 028199 compare 0x40 ,pdata ,0xc0 
+0x674a 028200 branch find_addr_from_bd_list_random_addr ,true 
+0x674b 028201 compare 0x00 ,pdata ,0xc0 
+0x674c 028202 branch find_addr_from_bd_list_random_non_resolvable_private_address ,true 
+:      028203 find_addr_from_bd_list_static_addr:
+0x674d 028204 jam rec_4_mode_static_address ,mem_temp_reconn_record 
+0x674e 028205 fetch 6 ,mem_le_plap 
+0x674f 028206 branch find_addr_from_bd_list_common 
+:      028208 find_addr_from_bd_list_random_non_resolvable_private_address:
+0x6750 028209 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
+0x6751 028210 branch find_addr_from_bd_list_common 
+:      028213 find_addr_from_bd_list_random_addr:
+0x6752 028214 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
+0x6753 028215 branch find_addr_from_bd_list_common 
+:      028218 find_addr_from_bd_list_spp_mode:
+0x6754 028219 bpatchx patch33_0 ,mem_patch33 
+0x6755 028220 jam rec_3_mode ,mem_temp_reconn_record 
+0x6756 028221 fetch 6 ,mem_plap 
+:      028222 find_addr_from_bd_list_common:
+0x6757 028223 store 6 ,mem_temp_reconn_record + 1 
+0x6758 028224 fetch 2 ,mem_nv_data_ptr 
+0x6759 028225 ifetcht 1 ,pdata 
+0x675a 028226 pincrease 1 
+0x675b 028227 store 2 ,mem_list_item_ptr 
+0x675c 028228 storet 1 ,mem_select_list_item 
+0x675d 028229 fetch 1 ,mem_nv_data_number 
+0x675e 028230 icopy regc 
+:      028231 nvram_find_addr_from_list:
+0x675f 028232 fetch 2 ,mem_list_item_ptr 
+0x6760 028233 copy pdata ,rega 
+0x6761 028234 call nvram_find_addr_from_list_compare 
+0x6762 028235 rtn user 
+0x6763 028236 fetcht 2 ,mem_list_item_ptr 
+0x6764 028237 increase nv_data_len ,temp 
+0x6765 028238 storet 2 ,mem_list_item_ptr 
+0x6766 028239 increase -1 ,temp 
+0x6767 028240 ifetch 1 ,temp 
+0x6768 028241 store 1 ,mem_select_list_item 
+0x6769 028242 increase -1 ,regc 
+0x676a 028243 nbranch nvram_find_addr_from_list ,zero 
+0x676b 028244 fetch 1 ,mem_nv_data_number 
+0x676c 028245 pincrease decreased_one 
+0x676d 028246 store 1 ,mem_select_list_item 
+0x676e 028247 rtn 
+:      028248 nvram_find_addr_from_list_compare:
+0x676f 028249 fetch 1 ,mem_temp_reconn_record 
+0x6770 028250 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
+:      028251 find_master_addr_from_list_compare:
+0x6771 028252 arg mem_temp_reconn_record ,regb 
+0x6772 028253 arg 7 ,loopcnt 
+0x6773 028254 call string_compare 
+0x6774 028255 branch enable_user ,zero 
+0x6775 028256 rtn 
+:      028258 find_addr_from_list_compare_ble_mode:
+0x6776 028259 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
+0x6777 028260 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
+0x6778 028261 branch find_master_addr_from_list_compare 
+:      028263 find_irk_form_list_compare:
+0x6779 028264 ifetcht 1 ,rega 
+0x677a 028265 isub temp ,null 
+0x677b 028266 nrtn zero 
+0x677c 028267 arg mem_le_prand ,contw 
+0x677d 028268 arg 16 ,loopcnt 
+0x677e 028269 call clear_mem 
+0x677f 028270 fetch 3 ,mem_le_plap + 3 
+0x6780 028271 store 3 ,mem_le_prand 
+0x6781 028272 call genernate_master_macaddress 
+0x6782 028273 fetch 2 ,mem_le_aes_128 + 13 
+0x6783 028274 byteswap pdata ,pdata 
+0x6784 028275 lshift8 pdata ,temp 
+0x6785 028276 ifetch 1 ,contr 
+0x6786 028277 iadd temp ,pdata 
+0x6787 028278 fetcht 3 ,mem_le_plap 
+0x6788 028279 isub temp ,null 
+0x6789 028280 branch enable_user ,zero 
+0x678a 028281 rtn 
+:      028284 genernate_master_macaddress:
+0x678b 028285 arg mem_le_prand ,contr 
+0x678c 028286 call load_data128 
+0x678d 028288 ifetch 1 ,rega 
+0x678e 028289 call load_regext 
+0x678f 028290 force 0x38 ,aes_ctrl 
+0x6790 028291 force 0x0 ,aes_ctrl 
+0x6791 028292 call wait_aes 
+0x6792 028293 arg mem_le_aes_128 ,contw 
+0x6793 028294 branch store_aes_result 
+:      028296 find_ediv_form_list_compare:
+0x6794 028297 ifetcht 1 ,rega 
+0x6795 028298 isub temp ,null 
+0x6796 028299 nrtn zero 
+0x6797 028300 copy contr ,rega 
+0x6798 028301 add contr ,8 ,regc 
+0x6799 028302 arg mem_le_rand ,regb 
+0x679a 028303 arg 8 ,loopcnt 
+0x679b 028304 call string_compare 
+0x679c 028305 branch enable_user ,zero 
+0x679d 028306 copy regc ,rega 
+0x679e 028307 arg mem_le_irk ,regb 
+0x679f 028308 arg 8 ,loopcnt 
+0x67a0 028309 call string_compare 
+0x67a1 028310 branch enable_user ,zero 
+0x67a2 028311 rtn 
+:      028313 check_nvram:
+0x67a3 028314 fetch 2 ,mem_nv_data_ptr 
+0x67a4 028315 ifetcht 1 ,pdata 
+0x67a5 028316 pincrease nv_data_len 
+0x67a6 028317 ifetch 1 ,pdata 
+0x67a7 028318 isub temp ,null 
+0x67a8 028319 rtn 
+:      028321 init_device_list:
+0x67a9 028322 fetch 1 ,mem_nv_data_number 
+0x67aa 028323 icopy loopcnt 
+0x67ab 028324 fetcht 2 ,mem_nv_data_ptr 
+0x67ac 028325 setarg 0 
+:      028326 init_device_list_loop:
+0x67ad 028327 istore 1 ,temp 
+0x67ae 028328 increase nv_data_len ,temp 
+0x67af 028329 pincrease 1 
+0x67b0 028330 loop init_device_list_loop 
+0x67b1 028331 rtn 
+:      028333 load_device_list:
+0x67b2 028334 bpatchx patch33_1 ,mem_patch33 
+0x67b3 028335 call nvram_find_addr_from_bd_list 
+0x67b4 028336 fetch 1 ,mem_state 
+0x67b5 028337 setflag user ,state_combkey ,pdata 
+0x67b6 028338 store 1 ,mem_state 
+0x67b7 028339 nbranch clear_key_exists ,user 
+0x67b8 028340 add rega ,10 ,contr 
+0x67b9 028342 arg mem_link_key ,contw 
+0x67ba 028343 call memcpy16 
+0x67bb 028344 branch check_link_key_load 
+:      028345 clear_key_exists:
+0x67bc 028346 jam 0 ,mem_link_key_exists 
+0x67bd 028347 rtn 
+:      028349 load_device_list_mode_4:
+0x67be 028350 fetch 9 ,mem_le_ediv 
+0x67bf 028351 branch clear_ltk_exists ,blank 
+0x67c0 028352 call nvram_find_addr_from_bd_list 
+0x67c1 028353 nbranch clear_ltk_exists ,user 
+0x67c2 028354 fetch 2 ,mem_list_item_ptr 
+0x67c3 028355 add pdata ,1 ,contr 
+0x67c4 028356 arg mem_le_irk ,contw 
+0x67c5 028357 call memcpy16 
+0x67c6 028358 arg mem_le_ltk ,contw 
+0x67c7 028359 call memcpy16 
+0x67c8 028360 jam 1 ,mem_ltk_exists 
+0x67c9 028361 rtn 
+:      028363 clear_ltk_exists:
+0x67ca 028364 jam 0 ,mem_ltk_exists 
+0x67cb 028365 rtn 
+:      028368 eeprom_store_le_reconn_info:
+0x67cc 028369 fetch 6 ,mem_le_plap 
+0x67cd 028370 store 6 ,mem_temp_lap 
+0x67ce 028371 jam rec_4_mode ,mem_record_bt_mode 
+0x67cf 028372 branch eeprom_store_reconn_info 
+:      028373 eeprom_store_bd_reconn_info:
+0x67d0 028374 fetch 6 ,mem_plap 
+0x67d1 028375 store 6 ,mem_temp_lap 
+0x67d2 028376 jam rec_3_mode ,mem_record_bt_mode 
+:      028377 eeprom_store_reconn_info:
+0x67d3 028378 fetch 1 ,mem_device_option 
+0x67d4 028379 beq dvc_op_module ,check_51cmd_update_device_record 
+0x67d5 028380 bbit1 dvc_op_mouse ,mouse_store_remote_bdaddr 
+0x67d6 028381 rtn 
+:      028384 check_link_key_load:
+0x67d7 028385 fetch 8 ,mem_link_key 
+0x67d8 028386 fetcht 8 ,mem_link_key + 8 
+0x67d9 028387 ior temp ,pdata 
+0x67da 028388 rtn blank 
+0x67db 028389 jam 1 ,mem_link_key_exists 
+0x67dc 028390 rtn 
+:      028397 gpio_set_wake_by_current_state:
+0x67dd 028398 bpatchx patch33_2 ,mem_patch33 
+0x67de 028399 set1 7 ,temp 
+0x67df 028400 call gpio_get_bit 
+0x67e0 028401 nsetflag true ,7 ,temp 
+:      028406 gpio_set_wake:
+0x67e1 028407 bpatchx patch33_3 ,mem_patch33 
+0x67e2 028408 sub temp ,ui_button_gpio_disable ,null 
+0x67e3 028409 rtn zero 
+0x67e4 028410 isolate0 7 ,temp 
+0x67e5 028411 and temp ,0x1f ,queue 
+0x67e6 028412 fetch 4 ,mem_gpio_wakeup_low 
+0x67e7 028413 qsetflag true ,pdata 
+0x67e8 028414 store 4 ,mem_gpio_wakeup_low 
+0x67e9 028415 fetch 4 ,mem_gpio_wakeup_high 
+0x67ea 028416 nqsetflag true ,pdata 
+0x67eb 028417 store 4 ,mem_gpio_wakeup_high 
+0x67ec 028418 rtn 
+:      028421 gpio_clr_wake:
+0x67ed 028422 bpatchx patch33_4 ,mem_patch33 
+0x67ee 028423 sub temp ,ui_button_gpio_disable ,null 
+0x67ef 028424 rtn zero 
+0x67f0 028425 isolate0 7 ,temp 
+0x67f1 028426 and temp ,0x1f ,queue 
+0x67f2 028427 fetch 4 ,mem_gpio_wakeup_low 
+0x67f3 028428 qset0 pdata 
+0x67f4 028429 store 4 ,mem_gpio_wakeup_low 
+0x67f5 028430 fetch 4 ,mem_gpio_wakeup_high 
+0x67f6 028431 qset0 pdata 
+0x67f7 028432 store 4 ,mem_gpio_wakeup_high 
+0x67f8 028433 rtn 
+:      028436 gpio_config_input_nowake:
+0x67f9 028437 call gpio_clr_wake 
+0x67fa 028438 branch gpio_config_input_without_wake 
+:      028441 gpio_config_input:
+0x67fb 028442 sub temp ,ui_button_gpio_disable ,null 
+0x67fc 028443 rtn zero 
+0x67fd 028444 ncall gpio_set_wake ,wake 
+:      028446 gpio_config_input_without_wake:
+0x67fe 028447 arg core_gpio_pd0 ,contw 
+0x67ff 028448 call gpio_set_bit 
+0x6800 028449 setflip gpio_active_bit ,temp 
+0x6801 028450 arg core_gpio_pu0 ,contw 
+0x6802 028451 call gpio_set_bit 
+0x6803 028452 set0 gpio_active_bit ,temp 
+0x6804 028453 arg core_gpio_oe0 ,contw 
+0x6805 028454 branch gpio_set_bit 
+:      028457 gpio_set_high_impedance:
+0x6806 028458 arg core_gpio_pd0 ,contw 
+0x6807 028459 call gpio_set_bit 
+0x6808 028460 set0 gpio_active_bit ,temp 
+0x6809 028461 arg core_gpio_pu0 ,contw 
+0x680a 028462 call gpio_set_bit 
+0x680b 028463 set0 gpio_active_bit ,temp 
+0x680c 028464 arg core_gpio_oe0 ,contw 
+0x680d 028465 branch gpio_set_bit 
+:      028469 gpio_config_output:
+0x680e 028470 sub temp ,ui_button_gpio_disable ,null 
+0x680f 028471 rtn zero 
+0x6810 028472 setflip gpio_active_bit ,temp 
+0x6811 028473 call gpio_out 
+:      028474 gpio_config_output0:
+0x6812 028475 set1 gpio_active_bit ,temp 
+0x6813 028476 arg core_gpio_oe0 ,contw 
+0x6814 028477 branch gpio_set_bit 
+:      028479 gpio_common:
+0x6815 028480 and temp ,0x07 ,queue 
+0x6816 028481 rshift3 temp ,pdata 
+0x6817 028482 and_into 3 ,pdata 
+0x6818 028483 iadd contw ,contw 
+0x6819 028484 ifetch 1 ,contw 
+0x681a 028485 rtn 
+:      028487 gpio_check_active:
+0x681b 028488 arg core_gpio_out0 ,contw 
+0x681c 028489 branch get_bit_common 
+:      028493 gpio_get_bit:
+0x681d 028494 arg core_gpio_in ,contw 
+:      028495 get_bit_common:
+0x681e 028496 call gpio_common 
+0x681f 028497 isolate1 gpio_active_bit ,temp 
+0x6820 028498 branch gpio_get_bit_reverse ,true 
+0x6821 028499 qisolate0 pdata 
+0x6822 028500 rtn 
+:      028501 gpio_get_bit_reverse:
+0x6823 028502 qisolate1 pdata 
+0x6824 028503 rtn 
+:      028505 gpio_out_inactive:
+0x6825 028506 sub temp ,ui_button_gpio_disable ,null 
+0x6826 028507 rtn zero 
+0x6827 028508 isolate1 7 ,null 
+0x6828 028509 branch gpio_out_flag 
+:      028511 gpio_out_active:
+0x6829 028512 sub temp ,ui_button_gpio_disable ,null 
+0x682a 028513 rtn zero 
+0x682b 028514 isolate0 7 ,null 
+:      028517 gpio_out_flag:
+0x682c 028518 setarg 0 
+0x682d 028519 nsetflag true ,gpio_active_bit ,pdata 
+0x682e 028520 ixor temp ,temp 
+:      028523 gpio_out:
+0x682f 028524 arg core_gpio_out0 ,contw 
+:      028527 gpio_set_bit:
+0x6830 028528 call gpio_common 
+0x6831 028529 isolate1 gpio_active_bit ,temp 
+0x6832 028530 qsetflag true ,pdata 
+0x6833 028531 istore 1 ,contw 
+0x6834 028532 rtn 
+:      028534 gpio_set_before_lpm_common:
+0x6835 028535 arg -1 ,rega 
+0x6836 028536 hfetch 1 ,core_gpio_sel1 
+0x6837 028537 compare 0x02 ,pdata ,0x03 
+0x6838 028538 call neglact4_from_23_pin ,true 
+0x6839 028540 compare 0x01 ,pdata ,0x03 
+0x683a 028541 call neglact2_form_25_pin ,true 
+0x683b 028543 compare 0x03 ,pdata ,0x03 
+0x683c 028544 call neglact2_form_25_pin ,true 
+0x683d 028546 isolate1 2 ,pdata 
+0x683e 028547 call neglect2_from_6_pin ,true 
+0x683f 028549 isolate1 3 ,pdata 
+0x6840 028550 call neglect4_from_9_pin ,true 
+0x6841 028552 isolate1 4 ,pdata 
+0x6842 028553 call neglact2_form_30_pin ,true 
+0x6843 028555 isolate1 6 ,pdata 
+0x6844 028556 nsetflag true ,04 ,rega 
+0x6845 028558 isolate1 7 ,pdata 
+0x6846 028559 nsetflag true ,05 ,rega 
+0x6847 028561 hfetch 1 ,core_gpio_sel2 
+0x6848 028562 isolate1 0 ,pdata 
+0x6849 028563 nsetflag true ,27 ,rega 
+0x684a 028564 isolate1 1 ,pdata 
+0x684b 028565 nsetflag true ,28 ,rega 
+0x684c 028566 isolate1 2 ,pdata 
+0x684d 028567 nsetflag true ,03 ,rega 
+0x684e 028568 isolate1 3 ,pdata 
+0x684f 028569 nsetflag true ,08 ,rega 
+0x6850 028570 isolate1 4 ,pdata 
+0x6851 028571 nsetflag true ,20 ,rega 
+0x6852 028572 isolate1 5 ,pdata 
+0x6853 028573 nsetflag true ,21 ,rega 
+0x6854 028574 isolate1 6 ,pdata 
+0x6855 028575 nsetflag true ,22 ,rega 
+0x6856 028576 isolate1 7 ,pdata 
+0x6857 028577 nsetflag true ,23 ,rega 
+0x6858 028579 hfetch 1 ,core_gpio_sel 
+0x6859 028580 isolate1 0 ,pdata 
+0x685a 028581 nsetflag true ,05 ,rega 
+0x685b 028582 isolate1 1 ,pdata 
+0x685c 028583 nsetflag true ,06 ,rega 
+0x685d 028584 isolate1 2 ,pdata 
+0x685e 028585 nsetflag true ,07 ,rega 
+0x685f 028586 isolate1 3 ,pdata 
+0x6860 028587 nsetflag true ,18 ,rega 
+0x6861 028588 isolate1 4 ,pdata 
+0x6862 028589 nsetflag true ,19 ,rega 
+0x6863 028590 isolate1 5 ,pdata 
+0x6864 028591 nsetflag true ,20 ,rega 
+0x6865 028592 isolate1 6 ,pdata 
+0x6866 028593 nsetflag true ,21 ,rega 
+0x6867 028594 isolate1 7 ,pdata 
+0x6868 028595 nsetflag true ,22 ,rega 
+0x6869 028597 hfetch 1 ,core_uart_ctrl 
+0x686a 028598 isolate1 4 ,pdata 
+0x686b 028599 call neglact2_form_2_pin ,true 
+0x686c 028600 bpatchx patch33_5 ,mem_patch33 
+0x686d 028602 hfetch 4 ,core_gpio_pu0 
+0x686e 028603 hfetcht 4 ,core_gpio_pd0 
+0x686f 028604 ior temp ,pdata 
+0x6870 028605 invert pdata ,pdata 
+0x6871 028606 iand rega ,pdata 
+0x6872 028608 hstore 4 ,core_gpio_oe0 
+0x6873 028609 rtn 
+:      028612 neglect2_from_6_pin:
+0x6874 028613 arg 6 ,queue 
+0x6875 028614 branch neglect_2_pin 
+:      028615 neglect4_from_9_pin:
+0x6876 028616 arg 9 ,queue 
+0x6877 028617 branch neglact_4_pin 
+:      028618 neglact4_from_23_pin:
+0x6878 028619 arg 23 ,queue 
+0x6879 028620 branch neglact_4_pin 
+:      028621 neglact2_form_25_pin:
+0x687a 028622 arg 25 ,queue 
+0x687b 028623 branch neglect_2_pin 
+:      028624 neglact2_form_30_pin:
+0x687c 028625 arg 30 ,queue 
+0x687d 028626 branch neglect_2_pin 
+:      028627 neglact2_form_2_pin:
+0x687e 028628 arg 2 ,queue 
+0x687f 028629 branch neglect_2_pin 
+:      028630 neglact_1_pin:
+0x6880 028631 arg 1 ,loopcnt 
+0x6881 028632 branch neglect_pin_loop 
+:      028633 neglact_4_pin:
+0x6882 028634 arg 4 ,loopcnt 
+0x6883 028635 branch neglect_pin_loop 
+:      028636 neglect_2_pin:
+0x6884 028637 arg 2 ,loopcnt 
+:      028638 neglect_pin_loop:
+0x6885 028639 qset0 rega 
+0x6886 028640 increase 1 ,queue 
+0x6887 028641 loop neglect_pin_loop 
+0x6888 028642 rtn 
+:      028650 gpio_cfg_uart_tx_output:
+0x6889 028651 call gpio_uart2gpio 
+0x688a 028652 arg uart_wakeup_tx ,temp 
+0x688b 028653 branch gpio_config_output 
+:      028655 gpio_pu_uart_tx:
+0x688c 028656 call gpio_cfg_uart_tx_output 
+0x688d 028657 arg uart_wakeup_tx ,temp 
+0x688e 028658 branch gpio_out_inactive 
+:      028662 gpio_rx_config_input_with_pu:
+0x688f 028663 call gpio_uart2gpio 
+0x6890 028664 hfetch 1 ,core_gpio_pu0 
+0x6891 028665 set1 uart_wakeup_rx ,pdata 
+0x6892 028666 hstore 1 ,core_gpio_pu0 
+0x6893 028667 arg uart_wakeup_rx ,temp 
+0x6894 028668 branch gpio_config_input 
+:      028670 gpio_uart2gpio:
+0x6895 028671 hfetch 1 ,core_gpio_sel1 
+0x6896 028672 and_into 0xfb ,pdata 
+0x6897 028673 hstore 1 ,core_gpio_sel1 
+0x6898 028674 rtn 
+:      028676 gpio_check_uart_state:
+0x6899 028677 hfetch 1 ,core_gpio_sel1 
+0x689a 028678 isolate1 2 ,pdata 
+0x689b 028679 rtn 
+:      028681 load_chip_option:
+0x689c 028682 call otp_enable_chgpump 
+0x689d 028683 setarg otp_chip_functions 
+0x689e 028684 arg mem_chip_functions ,rega 
+0x689f 028685 arg 0x02 ,temp 
+0x68a0 028686 call otpd_read_data 
+0x68a1 028687 branch otp_disable_chgpump 
+:      028690 load_adc_init:
+0x68a2 028691 call otp_enable_chgpump 
+0x68a3 028692 setarg otp_adc_io_0_5v_addr 
+0x68a4 028693 arg mem_0_5_adc_io_data ,rega 
+0x68a5 028694 arg 14 ,temp 
+0x68a6 028695 call otpd_read_data 
+0x68a7 028696 branch otp_disable_chgpump 
+:      028700 adc_init_data:
+0x68a8 028701 bpatchx patch33_6 ,mem_patch33 
+0x68a9 028703 call load_adc_init 
+0x68aa 028705 fetch 1 ,mem_adc_config_flag 
+0x68ab 028706 beq adc_config_vinlpm ,adc_init_data_vinlpm 
+0x68ac 028707 beq adc_config_hvin ,adc_init_data_hvin 
+0x68ad 028708 beq adc_config_gpio ,adc_init_data_io 
+0x68ae 028709 rtn 
+:      028711 adc_init_data_vinlpm:
+0x68af 028712 fetcht 2 ,mem_otp_adc_flag 
+0x68b0 028713 setarg otp_adc_flag 
+0x68b1 028714 isub temp ,null 
+0x68b2 028715 branch adc_check_data_vinlpm ,zero 
+0x68b3 028716 setarg 0x4dfa 
+0x68b4 028717 store 2 ,mem_3v_adc_vinlpm_data 
+0x68b5 028718 setarg 0x4894 
+0x68b6 028719 store 2 ,mem_2v_adc_vinlpm_data 
+0x68b7 028720 branch set_vdd_reference_voltage_1v 
+:      028722 adc_check_data_vinlpm:
+0x68b8 028723 fetch 2 ,mem_3v_adc_vinlpm_data 
+0x68b9 028724 nbranch adc_check_2v_vinlpm ,blank 
+0x68ba 028725 setarg 0x4dfa 
+0x68bb 028726 store 2 ,mem_3v_adc_vinlpm_data 
+:      028727 adc_check_2v_vinlpm:
+0x68bc 028728 fetch 2 ,mem_2v_adc_vinlpm_data 
+0x68bd 028729 nbranch set_vdd_reference_voltage_1v ,blank 
+0x68be 028730 setarg 0x4894 
+0x68bf 028731 store 2 ,mem_2v_adc_vinlpm_data 
+:      028732 set_vdd_reference_voltage_1v:
+0x68c0 028733 setarg 100 
+0x68c1 028734 store 2 ,mem_reference_voltage 
+0x68c2 028735 rtn 
+:      028737 adc_init_data_hvin:
+0x68c3 028738 fetcht 2 ,mem_otp_adc_flag 
+0x68c4 028739 setarg otp_adc_flag 
+0x68c5 028740 isub temp ,null 
+0x68c6 028741 branch adc_check_data_hvin ,zero 
+0x68c7 028742 setarg 0x5932 
+0x68c8 028743 store 2 ,mem_5v_adc_hvin_data 
+0x68c9 028744 setarg 0x4323 
+0x68ca 028745 store 2 ,mem_1v_adc_hvin_data 
+0x68cb 028746 branch set_vdd_reference_voltage_4v 
+:      028748 adc_check_data_hvin:
+0x68cc 028749 fetch 2 ,mem_5v_adc_hvin_data 
+0x68cd 028750 nbranch adc_check_1v_hvin ,blank 
+0x68ce 028751 setarg 0x5932 
+0x68cf 028752 store 2 ,mem_5v_adc_hvin_data 
+:      028753 adc_check_1v_hvin:
+0x68d0 028754 fetch 2 ,mem_1v_adc_hvin_data 
+0x68d1 028755 nbranch set_vdd_reference_voltage_4v ,blank 
+0x68d2 028756 setarg 0x4323 
+0x68d3 028757 store 2 ,mem_1v_adc_hvin_data 
+:      028758 set_vdd_reference_voltage_4v:
+0x68d4 028759 setarg 400 
+0x68d5 028760 store 2 ,mem_reference_voltage 
+0x68d6 028761 rtn 
+:      028763 adc_init_data_io:
+0x68d7 028764 fetcht 2 ,mem_otp_adc_flag 
+0x68d8 028765 setarg otp_adc_flag 
+0x68d9 028766 isub temp ,null 
+0x68da 028767 branch adc_check_data_io ,zero 
+0x68db 028768 setarg 0x6946 
+0x68dc 028769 store 2 ,mem_1v_adc_io_data 
+0x68dd 028770 setarg 0x5377 
+0x68de 028771 store 2 ,mem_0_5_adc_io_data 
+0x68df 028772 branch set_vdd_reference_voltage_0_5v 
+:      028774 adc_check_data_io:
+0x68e0 028775 fetch 2 ,mem_1v_adc_io_data 
+0x68e1 028776 nbranch adc_check_0_5v_io ,blank 
+0x68e2 028777 setarg 0x6946 
+0x68e3 028778 store 2 ,mem_1v_adc_io_data 
+:      028779 adc_check_0_5v_io:
+0x68e4 028780 fetch 2 ,mem_0_5_adc_io_data 
+0x68e5 028781 nbranch set_vdd_reference_voltage_0_5v ,blank 
+0x68e6 028782 setarg 0x5377 
+0x68e7 028783 store 2 ,mem_0_5_adc_io_data 
+:      028784 set_vdd_reference_voltage_0_5v:
+0x68e8 028785 setarg 50 
+0x68e9 028786 store 2 ,mem_reference_voltage 
+0x68ea 028787 rtn 
+:      028790 adc_set_mode:
+0x68eb 028791 fetch 1 ,mem_adc_config_flag 
+0x68ec 028792 beq adc_config_vinlpm ,adc_check_vinlpm 
+0x68ed 028793 beq adc_config_hvin ,adc_check_hvin 
+0x68ee 028794 beq adc_config_gpio ,adc_check_gpio 
+0x68ef 028795 rtn 
+:      028796 adc_check_vinlpm:
+0x68f0 028797 jam 0xbf ,rf_adc_mode 
+0x68f1 028798 branch read_adc 
+:      028799 adc_check_hvin:
+0x68f2 028800 jam 0xaf ,rf_adc_mode 
+0x68f3 028801 branch read_adc 
+:      028802 adc_check_gpio:
+0x68f4 028803 jam 0x8f ,rf_adc_mode 
+0x68f5 028804 fetch 1 ,mem_adc_channel 
+0x68f6 028805 hstore 1 ,rf_adc_ch 
+0x68f7 028806 branch read_adc 
+:      028807 read_adc:
+0x68f8 028808 bpatchx patch33_7 ,mem_patch33 
+0x68f9 028809 hfetch 1 ,core_uart_baud + 1 
+0x68fa 028810 set1 7 ,pdata 
+0x68fb 028811 hstore 1 ,core_uart_baud + 1 
+0x68fc 028812 hfetch 1 ,rf_adc_ch 
+0x68fd 028813 or_into 0x30 ,pdata 
+0x68fe 028814 hstore 1 ,rf_adc_ch 
+0x68ff 028815 jam 0x7c ,rfen_adc 
+0x6900 028816 jam 0xaa ,rf_adc_gc 
+0x6901 028817 nop 5000 
+0x6902 028818 hfetcht 2 ,core_adc_sum 
+0x6903 028819 hfetch 1 ,core_uart_baud + 1 
+0x6904 028820 set0 7 ,pdata 
+0x6905 028821 hstore 1 ,core_uart_baud + 1 
+0x6906 028822 storet 2 ,mem_adc_current_value 
+0x6907 028823 rtn 
+:      028825 vdd_calculate_by_mode:
+0x6908 028826 bpatchx patch34_0 ,mem_patch34 
+0x6909 028827 fetch 1 ,mem_adc_config_flag 
+0x690a 028828 beq adc_config_vinlpm ,vdd_calculate_vinlpm 
+0x690b 028829 beq adc_config_hvin ,vdd_calculate_hvin 
+0x690c 028830 beq adc_config_gpio ,vdd_calculate_io 
+0x690d 028831 rtn 
+:      028833 vdd_calculate_vinlpm:
+0x690e 028834 fetch 2 ,mem_3v_adc_vinlpm_data 
+0x690f 028835 fetcht 2 ,mem_2v_adc_vinlpm_data 
+0x6910 028836 arg 200 ,regc 
+0x6911 028837 branch vdd_calculate 
+:      028839 vdd_calculate_hvin:
+0x6912 028840 fetch 2 ,mem_5v_adc_hvin_data 
+0x6913 028841 fetcht 2 ,mem_1v_adc_hvin_data 
+0x6914 028842 arg 100 ,regc 
+0x6915 028843 branch vdd_calculate 
+:      028845 vdd_calculate_io:
+0x6916 028846 fetch 2 ,mem_1v_adc_io_data 
+0x6917 028847 fetcht 2 ,mem_0_5_adc_io_data 
+0x6918 028848 arg 50 ,regc 
+0x6919 028849 branch vdd_calculate 
+:      028851 vdd_calculate:
+0x691a 028852 isub temp ,rega 
+0x691b 028853 fetch 2 ,mem_adc_current_value 
+0x691c 028854 isub temp ,pdata 
+0x691d 028855 nbranch vdd_calculate1 ,positive 
+0x691e 028856 fetcht 2 ,mem_reference_voltage 
+0x691f 028857 imul32 temp ,regb 
+0x6920 028858 copy regc ,pdata 
+0x6921 028859 imul32 rega ,pdata 
+0x6922 028860 iadd regb ,pdata 
+:      028861 vdd_calculate2:
+0x6923 028862 idiv rega 
+0x6924 028863 call wait_div_end 
+0x6925 028864 quotient pdata 
+0x6926 028865 rtn 
+:      028867 vdd_calculate1:
+0x6927 028868 copy temp ,pdata 
+0x6928 028869 fetcht 2 ,mem_adc_current_value 
+0x6929 028870 isub temp ,pdata 
+0x692a 028871 fetcht 2 ,mem_reference_voltage 
+0x692b 028872 imul32 temp ,regb 
+0x692c 028873 copy regc ,pdata 
+0x692d 028874 imul32 rega ,pdata 
+0x692e 028875 isub regb ,pdata 
+0x692f 028876 branch vdd_calculate2 
+:      028887 adc_bat_percent_lowpower_out:
+0x6930 028888 ifetch 8 ,rega 
+0x6931 028889 store 8 ,mem_pdatatemp 
+0x6932 028890 fetch 2 ,mem_pdatatemp 
+0x6933 028891 fetcht 2 ,mem_pdatatemp + 2 
+0x6934 028892 isub temp ,rega 
+0x6935 028893 fetch 2 ,mem_pdatatemp + 6 
+0x6936 028894 isub temp ,regb 
+0x6937 028895 fetcht 2 ,mem_pdatatemp + 4 
+0x6938 028896 isub temp ,null 
+0x6939 028897 ncall adc_set_low_power_flag ,positive 
+0x693a 028898 mul32 regb ,100 ,pdata 
+0x693b 028899 idiv rega 
+0x693c 028900 call wait_div_end 
+0x693d 028901 quotient pdata 
+0x693e 028902 call adc_set_no_power_flag ,blank 
+0x693f 028903 rtn 
+:      028904 adc_set_low_power_flag:
+0x6940 028905 fetch 1 ,mem_adc_power_flag 
+0x6941 028906 set1 0 ,pdata 
+0x6942 028907 store 1 ,mem_adc_power_flag 
+0x6943 028908 rtn 
+:      028909 adc_set_no_power_flag:
+0x6944 028910 fetcht 1 ,mem_adc_power_flag 
+0x6945 028911 set1 1 ,temp 
+0x6946 028912 storet 1 ,mem_adc_power_flag 
+0x6947 028913 rtn 
+:      028918 keyscan_key_init:
+0x6948 028919 fetch 2 ,mem_key_num_ptr 
+0x6949 028920 ifetch 1 ,pdata 
+:      028921 keyscan_key_init_next:
+0x694a 028922 rtn blank 
+0x694b 028923 copy pdata ,loopcnt 
+0x694c 028925 fetch 2 ,mem_keyscan_ptr 
+0x694d 028926 increase 3 ,pdata 
+0x694e 028927 copy pdata ,rega 
+:      028928 keyscan_key_init_lp1:
+0x694f 028929 ifetcht 1 ,rega 
+0x6950 028930 call gpio_config_input 
+0x6951 028931 increase key_conf_struct_len ,rega 
+0x6952 028932 loop keyscan_key_init_lp1 
+:      028933 keyscan_key_init_end:
+0x6953 028934 rtn 
+:      028936 keyscan_scan_key:
+0x6954 028937 fetch 2 ,mem_keyscan_ptr 
+0x6955 028938 increase 3 ,pdata 
+0x6956 028939 copy pdata ,rega 
+0x6957 028941 force 0 ,regb 
+0x6958 028942 jam 0 ,mem_key_value_temp 
+:      028943 keyscan_scan_key_lp1:
+0x6959 028944 ifetcht 1 ,rega 
+0x695a 028945 call gpio_get_bit 
+0x695b 028946 bpatchx patch34_1 ,mem_patch34 
+0x695c 028947 fetch 2 ,mem_key_value_temp 
+0x695d 028948 copy regb ,queue 
+0x695e 028949 qsetflag true ,pdata 
+0x695f 028950 store 2 ,mem_key_value_temp 
+0x6960 028951 increase key_conf_struct_len ,rega 
+0x6961 028952 increase 1 ,regb 
+0x6962 028953 fetch 2 ,mem_key_num_ptr 
+0x6963 028954 ifetch 1 ,pdata 
+:      028955 keyscan_scan_key_lp1_next:
+0x6964 028956 ixor regb ,null 
+0x6965 028957 nbranch keyscan_scan_key_lp1 ,zero 
+0x6966 028958 fetch 2 ,mem_key_value_temp 
+0x6967 028959 fetcht 2 ,mem_key_value 
+0x6968 028960 ixor temp ,null 
+0x6969 028961 rtn zero 
+0x696a 028962 enable user 
+0x696b 028963 rtn 
+:      028965 keyscan_process_lpm_before:
+0x696c 028966 fetch 2 ,mem_key_num_ptr 
+0x696d 028967 ifetch 1 ,pdata 
+:      028968 keyscan_process_lpm_before_next:
+0x696e 028969 rtn blank 
+0x696f 028970 copy pdata ,loopcnt 
+0x6970 028971 fetch 2 ,mem_keyscan_ptr 
+0x6971 028972 increase 3 ,pdata 
+0x6972 028973 copy pdata ,rega 
+:      028974 keyscan_process_lpm_before_lp1:
+0x6973 028975 ifetcht 1 ,rega 
+0x6974 028976 call gpio_set_wake_by_current_state 
+0x6975 028977 increase key_conf_struct_len ,rega 
+0x6976 028978 loop keyscan_process_lpm_before_lp1 
+:      028979 keyscan_process_lpm_before_end:
+0x6977 028980 rtn 
+:      028982 keyscan_key_process:
+0x6978 028983 arg key_scan_timer ,queue 
+0x6979 028984 call timer_check 
+0x697a 028985 nrtn blank 
+0x697b 028986 setarg 0x20 
+0x697c 028987 arg key_scan_timer ,queue 
+0x697d 028988 call timer_init 
+0x697e 028989 disable user 
+0x697f 028990 call keyscan_process_lpm_before 
+0x6980 028991 bpatchx patch34_2 ,mem_patch34 
+0x6981 028992 fetch 2 ,mem_key_num_ptr 
+0x6982 028993 ifetch 1 ,pdata 
+:      028994 keyscan_key_process_next:
+0x6983 028995 rtn blank 
+0x6984 028996 call keyscan_scan_key 
+0x6985 028997 nbranch lpm_button_clean_wake_lock ,user 
+0x6986 028998 call lpm_button_get_wake_lock 
+0x6987 028999 disable user 
+0x6988 029000 fetch 2 ,mem_key_value_temp 
+0x6989 029001 store 2 ,mem_key_value_temp4 
+0x698a 029002 jam 0 ,mem_key_value_temp6 
+0x698b 029003 force 0 ,queue 
+:      029004 keyscan_key_lp1:
+0x698c 029005 fetch 2 ,mem_key_value 
+0x698d 029006 rshift pdata ,temp 
+0x698e 029007 storet 2 ,mem_key_value 
+0x698f 029008 and pdata ,0x01 ,pdata 
+0x6990 029009 fetcht 2 ,mem_key_value_temp4 
+0x6991 029010 and temp ,0x01 ,rega 
+0x6992 029011 rshift temp ,temp 
+0x6993 029012 storet 2 ,mem_key_value_temp4 
+0x6994 029013 ixor rega ,null 
+0x6995 029014 ncall keyscan_send_key_data ,zero 
+0x6996 029015 fetch 2 ,mem_key_num_ptr 
+0x6997 029016 ifetch 1 ,pdata 
+:      029017 keyscan_key_lp1_next:
+0x6998 029018 fetcht 1 ,mem_key_value_temp6 
+0x6999 029019 increase 1 ,temp 
+0x699a 029020 storet 1 ,mem_key_value_temp6 
+0x699b 029021 copy temp ,queue 
+0x699c 029022 ixor queue ,null 
+0x699d 029023 nbranch keyscan_key_lp1 ,zero 
+0x699e 029024 fetch 2 ,mem_key_value_temp 
+0x699f 029025 store 2 ,mem_key_value 
+0x69a0 029026 rtn 
+:      029027 keyscan_send_key_data:
+0x69a1 029028 bpatchx patch34_3 ,mem_patch34 
+0x69a2 029029 fetch 2 ,mem_keyscan_ptr 
+0x69a3 029030 increase 1 ,pdata 
+0x69a4 029031 ifetch 2 ,pdata 
+0x69a5 029032 branch callback_func 
+:      029043 pwm_init:
+0x69a6 029044 hfetch 1 ,core_clksel 
+0x69a7 029045 ior rega ,pdata 
+0x69a8 029046 hstore 1 ,core_clksel 
+0x69a9 029047 hfetch 2 ,core_clkoff 
+0x69aa 029048 set0 clock_off_pwm ,pdata 
+0x69ab 029049 hstore 2 ,core_clkoff 
+0x69ac 029050 nop 100 
+0x69ad 029051 rtn 
+:      029062 pwm_out_set:
+0x69ae 029063 fetcht 3 ,mem_pdatatemp + 2 
+0x69af 029064 setarg pwm_12mhz 
+0x69b0 029065 idiv temp 
+0x69b1 029066 call wait_div_end 
+0x69b2 029067 quotient temp 
+0x69b3 029068 fetch 1 ,mem_pdatatemp + 5 
+0x69b4 029069 imul32 temp ,pdata 
+0x69b5 029070 div pdata ,100 
+0x69b6 029071 call wait_div_end 
+0x69b7 029072 quotient rega 
+0x69b8 029073 copy temp ,pdata 
+0x69b9 029074 isub rega ,regb 
+0x69ba 029075 fetch 1 ,mem_pdatatemp + 1 
+0x69bb 029076 call pwm_duty_cycle_set 
+0x69bc 029077 fetch 1 ,mem_pdatatemp 
+0x69bd 029078 branch pwm_enable 
+:      029081 pwm_duty_cycle_set:
+0x69be 029082 beq 0 ,pwm_pwm0_duty_set 
+0x69bf 029083 beq 1 ,pwm_pwm1_duty_set 
+0x69c0 029084 beq 2 ,pwm_pwm2_duty_set 
+0x69c1 029085 beq 3 ,pwm_pwm3_duty_set 
+0x69c2 029086 beq 4 ,pwm_pwm4_duty_set 
+0x69c3 029087 beq 5 ,pwm_pwm5_duty_set 
+:      029088 pwm_pwm0_duty_set:
+0x69c4 029089 arg core_pwm_pcnt0 ,contw 
+0x69c5 029090 branch pwm_set_pncnt 
+:      029091 pwm_pwm1_duty_set:
+0x69c6 029092 arg core_pwm_pcnt1 ,contw 
+0x69c7 029093 branch pwm_set_pncnt 
+:      029094 pwm_pwm2_duty_set:
+0x69c8 029095 arg core_pwm_pcnt2 ,contw 
+0x69c9 029096 branch pwm_set_pncnt 
+:      029097 pwm_pwm3_duty_set:
+0x69ca 029098 arg core_pwm_pcnt3 ,contw 
+0x69cb 029099 branch pwm_set_pncnt 
+:      029100 pwm_pwm4_duty_set:
+0x69cc 029101 arg core_pwm_pcnt4 ,contw 
+0x69cd 029102 branch pwm_set_pncnt 
+:      029103 pwm_pwm5_duty_set:
+0x69ce 029104 arg core_pwm_pcnt5 ,contw 
+0x69cf 029105 branch pwm_set_pncnt 
+:      029106 pwm_set_pncnt:
+0x69d0 029107 copy rega ,pdata 
+0x69d1 029108 istore 2 ,contw 
+0x69d2 029109 copy regb ,pdata 
+0x69d3 029110 istore 2 ,contw 
+0x69d4 029111 rtn 
+:      029115 pwm_enable:
+0x69d5 029116 enable user 
+0x69d6 029117 branch pwm_gpio_set 
+:      029118 pwm_disable:
+0x69d7 029119 disable user 
+:      029120 pwm_gpio_set:
+0x69d8 029121 beq 4 ,pwm_gpio4_set 
+0x69d9 029122 beq 5 ,pwm_gpio5_set 
+0x69da 029123 beq 27 ,pwm_gpio27_set 
+0x69db 029124 beq 28 ,pwm_gpio28_set 
+0x69dc 029125 beq 3 ,pwm_gpio3_set 
+0x69dd 029126 beq 8 ,pwm_gpio8_set 
+0x69de 029127 beq 20 ,pwm_gpio20_set 
+0x69df 029128 beq 21 ,pwm_gpio21_set 
+0x69e0 029129 beq 22 ,pwm_gpio22_set 
+0x69e1 029130 beq 23 ,pwm_gpio23_set 
+0x69e2 029131 rtn 
+:      029134 pwm_gpio4_set:
+0x69e3 029135 arg 6 ,queue 
+0x69e4 029136 branch pwm_one_set_select 
+:      029137 pwm_gpio5_set:
+0x69e5 029138 arg 7 ,queue 
+0x69e6 029139 branch pwm_one_set_select 
+:      029140 pwm_gpio27_set:
+0x69e7 029141 arg 8 ,queue 
+0x69e8 029142 branch pwm_one_set_select 
+:      029143 pwm_gpio28_set:
+0x69e9 029144 arg 9 ,queue 
+0x69ea 029145 branch pwm_one_set_select 
+:      029146 pwm_gpio3_set:
+0x69eb 029147 arg 10 ,queue 
+0x69ec 029148 branch pwm_one_set_select 
+:      029149 pwm_gpio8_set:
+0x69ed 029150 arg 11 ,queue 
+0x69ee 029151 branch pwm_one_set_select 
+:      029152 pwm_gpio20_set:
+0x69ef 029153 arg 12 ,queue 
+0x69f0 029154 branch pwm_tw0_set_select 
+:      029155 pwm_gpio21_set:
+0x69f1 029156 arg 13 ,queue 
+0x69f2 029157 branch pwm_tw0_set_select 
+:      029158 pwm_gpio22_set:
+0x69f3 029159 arg 14 ,queue 
+0x69f4 029160 branch pwm_tw0_set_select 
+:      029161 pwm_gpio23_set:
+0x69f5 029162 arg 15 ,queue 
+0x69f6 029163 branch pwm_tw0_set_select 
+:      029165 pwm_set_select:
+0x69f7 029166 hfetch 2 ,core_gpio_sel1 
+0x69f8 029167 qsetflag user ,pdata 
+0x69f9 029168 hstore 2 ,core_gpio_sel1 
+0x69fa 029169 copy rega ,queue 
+0x69fb 029170 hfetch 1 ,core_gpio_key2 
+0x69fc 029171 qsetflag user ,pdata 
+0x69fd 029172 hstore 1 ,core_gpio_key2 
+0x69fe 029173 rtn 
+:      029175 pwm_one_set_select:
+0x69ff 029176 add queue ,-4 ,rega 
+0x6a00 029177 branch pwm_set_select 
+:      029179 pwm_tw0_set_select:
+0x6a01 029180 add queue ,-10 ,rega 
+0x6a02 029181 branch pwm_set_select 
+:      029186 rfcomm_init:
+0x6a03 029187 rtn wake 
+0x6a04 029188 jam 0 ,mem_rfcomm_send_more_pkt 
+0x6a05 029189 jam bits9600 ,memremoterpnbitrate 
+0x6a06 029190 jam databits8 ,memremoteprndatabits 
+0x6a07 029191 jam 0x11 ,memremoteprnxon 
+0x6a08 029192 jam 0x13 ,memremoteprnxoff 
+0x6a09 029193 setarg 0 
+0x6a0a 029194 store 3 ,memremoteprnstopbit 
+0x6a0b 029195 store 1 ,mem_spp_state 
+0x6a0c 029196 jam 0 ,memui_reconnect_mode 
+:      029198 rfcomm_init_spp:
+0x6a0d 029199 bpatchx patch34_4 ,mem_patch34 
+0x6a0e 029200 setarg 0 
+0x6a0f 029201 store 1 ,mem_spp_state 
+0x6a10 029202 store 1 ,mem_remote_spp_channel 
+0x6a11 029203 store 1 ,mem_pn_dlci 
+0x6a12 029204 fetch 1 ,mem_credit_flag 
+0x6a13 029205 beq credit_enable ,rfcomm_init_spp_with_credit 
+0x6a14 029206 jam 0x50 ,mem_credit_given 
+0x6a15 029207 rtn 
+:      029209 rfcomm_init_spp_with_credit:
+0x6a16 029210 jam 0x00 ,mem_credit_given 
+0x6a17 029211 rtn 
+:      029213 set_cr_bit:
+0x6a18 029214 or_into 0x02 ,temp 
+0x6a19 029215 rtn 
+:      029227 rfcomm_calculate_fcs_sabm:
+0x6a1a 029228 copy temp ,pdata 
+0x6a1b 029229 reverse pdata ,pdata 
+0x6a1c 029230 store 1 ,memfcstemp3 
+0x6a1d 029231 force ini_tx_sabm ,pdata 
+0x6a1e 029232 reverse pdata ,pdata 
+0x6a1f 029233 store 1 ,memfcstemp2 
+0x6a20 029234 force 0x01 ,pdata 
+0x6a21 029235 reverse pdata ,pdata 
+0x6a22 029236 store 1 ,memfcstemp1 
+0x6a23 029237 call caculate_fcs 
+0x6a24 029238 copy temp ,pdata 
+0x6a25 029239 rtn 
+:      029240 rfcomm_calculate_fcs_ua:
+0x6a26 029241 reverse pdata ,pdata 
+0x6a27 029242 store 1 ,memfcstemp3 
+0x6a28 029243 force rsp_tx_ua ,pdata 
+0x6a29 029244 reverse pdata ,pdata 
+0x6a2a 029245 store 1 ,memfcstemp2 
+0x6a2b 029246 force 0x01 ,pdata 
+0x6a2c 029247 reverse pdata ,pdata 
+0x6a2d 029248 store 1 ,memfcstemp1 
+0x6a2e 029249 branch caculate_fcs 
+:      029251 rfcomm_calculate_fcs_dlci0:
+0x6a2f 029252 fetch 1 ,mem_rfcomm_initiator 
+0x6a30 029253 branch rfcomm_calculate_fcs_dlci0_res ,blank 
+0x6a31 029254 setarg 0x70 
+0x6a32 029255 rtn 
+:      029256 rfcomm_calculate_fcs_dlci0_res:
+0x6a33 029257 setarg 0xaa 
+0x6a34 029258 rtn 
+:      029260 rfcomm_save_fcs_uih:
+0x6a35 029261 reverse pdata ,pdata 
+0x6a36 029262 store 1 ,memfcstemp3 
+0x6a37 029263 force rsp_rx_uih ,pdata 
+0x6a38 029264 call caculate_uihdata_fcs 
+0x6a39 029265 fetcht 2 ,mem_contw_temp 
+0x6a3a 029266 copy temp ,contw 
+0x6a3b 029267 istore 1 ,contw 
+0x6a3c 029268 copy contw ,temp 
+0x6a3d 029269 storet 2 ,mem_contw_temp 
+0x6a3e 029270 force rsp_rx_uih_wdata ,pdata 
+0x6a3f 029271 call caculate_uihdata_fcs 
+0x6a40 029272 fetcht 2 ,mem_contw_temp 
+0x6a41 029273 copy temp ,contw 
+0x6a42 029274 istore 1 ,contw 
+0x6a43 029275 rtn 
+:      029284 caculate_uihdata_fcs:
+0x6a44 029285 reverse pdata ,pdata 
+0x6a45 029286 store 1 ,memfcstemp2 
+0x6a46 029287 fetch 2 ,memfcstemp2 
+0x6a47 029288 lshift8 pdata ,pdata 
+0x6a48 029289 store 3 ,mem_mod2div_temp 
+0x6a49 029290 arg 0x107 ,rega 
+0x6a4a 029291 arg 0xf ,regb 
+0x6a4b 029292 call mod2div 
+0x6a4c 029293 xor_into 0xd7 ,pdata 
+0x6a4d 029294 invert pdata ,pdata 
+0x6a4e 029295 reverse pdata ,pdata 
+0x6a4f 029296 rtn 
+:      029306 caculate_fcs:
+0x6a50 029307 fetch 3 ,memfcstemp1 
+0x6a51 029308 store 3 ,mem_mod2div_temp 
+0x6a52 029309 arg 0x107 ,rega 
+0x6a53 029310 arg 0xf ,regb 
+0x6a54 029311 call mod2div 
+0x6a55 029312 lshift8 pdata ,pdata 
+0x6a56 029313 arg 0x7 ,regb 
+0x6a57 029314 call mod2div 
+0x6a58 029315 xor_into 0x2b ,pdata 
+0x6a59 029316 invert pdata ,pdata 
+0x6a5a 029317 reverse pdata ,pdata 
+0x6a5b 029318 copy pdata ,temp 
+0x6a5c 029319 rtn 
+:      029321 mod2div:
+0x6a5d 029322 arg 0 ,regc 
+0x6a5e 029323 copy regb ,loopcnt 
+0x6a5f 029324 call right_shift_n 
+0x6a60 029325 icopy temp 
+:      029326 mod2div_loop:
+0x6a61 029331 copy temp ,pdata 
+0x6a62 029332 lshift regc ,regc 
+0x6a63 029333 bbit0 8 ,mod2div_not_enough_reduction 
+0x6a64 029334 ixor rega ,temp 
+0x6a65 029335 increase 1 ,regc 
+:      029336 mod2div_not_enough_reduction:
+0x6a66 029337 lshift temp ,temp 
+0x6a67 029338 fetch 3 ,mem_mod2div_temp 
+0x6a68 029339 increase -1 ,regb 
+0x6a69 029340 compare 0xff ,regb ,0xff 
+0x6a6a 029341 branch mod2div_end ,true 
+0x6a6b 029342 copy regb ,loopcnt 
+0x6a6c 029343 call right_shift_n 
+0x6a6d 029344 isolate1 0 ,pdata 
+0x6a6e 029345 setflag true ,0 ,temp 
+0x6a6f 029346 branch mod2div_loop 
+:      029347 mod2div_end:
+0x6a70 029349 rshift temp ,pdata 
+0x6a71 029350 rtn 
+:      029352 get_rfcomm_snd_adss:
+0x6a72 029353 fetcht 1 ,mem_pn_dlci 
+:      029354 dlci_to_address_cmd:
+0x6a73 029356 lshift2 temp ,temp 
+0x6a74 029357 set1 rfcomm_address_ext_len ,temp 
+0x6a75 029358 fetch 1 ,mem_rfcomm_initiator 
+0x6a76 029359 ncall set_cr_bit ,blank 
+0x6a77 029360 storet 1 ,mem_rfcomm_send_adss 
+0x6a78 029361 rtn 
+:      029363 channel_to_dlci:
+0x6a79 029365 lshift temp ,temp 
+0x6a7a 029366 fetch 1 ,mem_rfcomm_initiator 
+0x6a7b 029367 setflag blank ,0 ,temp 
+0x6a7c 029369 rtn 
+:      029370 rfcomm_rx_process_dlci0_sabm:
+0x6a7d 029371 fetcht 1 ,mem_current_channel 
+0x6a7e 029372 jam 0xd7 ,mem_current_fcs 
+0x6a7f 029373 call rfcomm_send_ua 
+0x6a80 029374 fetch 1 ,mem_rfcomm_state 
+0x6a81 029375 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
+0x6a82 029376 set1 l2cap_channel_rfcomm_only_ua ,pdata 
+0x6a83 029377 store 1 ,mem_rfcomm_state 
+0x6a84 029378 jam 0 ,mem_rfcomm_initiator 
+0x6a85 029379 branch rfcomm_rx_process_end 
+:      029380 rfcomm_rx_process_dlci0_ua:
+0x6a86 029381 fetch 1 ,mem_rfcomm_state 
+0x6a87 029382 set1 l2cap_channel_rfcomm_only_ua ,pdata 
+0x6a88 029383 store 1 ,mem_rfcomm_state 
+0x6a89 029384 branch rfcomm_rx_process_end 
+:      029387 rfcomm_rx_process:
+0x6a8a 029388 bpatchx patch34_5 ,mem_patch34 
+0x6a8b 029389 fetch 1 ,memui_reconnect_mode 
+0x6a8c 029390 beq no_reconnection ,rfcomm_rx_process_remote_page 
+0x6a8d 029391 branch rfcomm_rx_process_reconn 
+:      029393 rfcomm_rx_process_remote_page:
+0x6a8e 029394 fetch 2 ,mem_l2cap_payload_ptr 
+0x6a8f 029395 copy pdata ,contr 
+0x6a90 029396 call get_rfcomm_head_struct 
+0x6a91 029397 fetch 1 ,mem_current_channel 
+0x6a92 029398 beq 0 ,parse_dlci0_rp 
+0x6a93 029399 branch parse_uih_rp 
+:      029400 parse_dlci0_rp:
+0x6a94 029401 bpatchx patch34_6 ,mem_patch34 
+0x6a95 029402 fetch 1 ,mem_current_frame_type 
+0x6a96 029403 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
+0x6a97 029404 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
+0x6a98 029405 beq rfcomm_frame_type_uih ,parse_dlci0_rp_uih 
+0x6a99 029406 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn_send_event 
+0x6a9a 029407 rtn 
+:      029410 parse_dlci0_rp_uih:
+0x6a9b 029411 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6a9c 029412 copy pdata ,contr 
+0x6a9d 029413 call get_rfcomm_uih_head_struct 
+0x6a9e 029414 fetch 1 ,mem_uih_cmd_type 
+0x6a9f 029415 beq uih_param_neg_cmd ,parse_dlci0_rp_uih_pn_cmd 
+0x6aa0 029416 beq uih_param_neg_res ,parse_dlci0_rp_uih_pn_res 
+0x6aa1 029417 beq uih_modem_status_cmd ,parse_dlci0_rp_uih_ms_cmd 
+0x6aa2 029418 beq uih_modem_status_res ,parse_dlci0_rp_uih_ms_res 
+0x6aa3 029419 beq uih_param_cmd_remove_port ,parse_dlci0_rp_uih_cmd_port 
+0x6aa4 029420 branch rfcomm_rx_process_end 
+:      029422 parse_dlci0_rp_uih_pn_cmd:
+0x6aa5 029423 call parse_dlci0_rp_uih_pn_res_common 
+0x6aa6 029425 branch parse_dlci0_rp_uih_pn_cmd_spp 
+:      029427 parse_dlci0_rp_uih_pn_cmd_spp:
+0x6aa7 029428 fetch 1 ,mem_spp_state 
+0x6aa8 029429 set1 rfcomm_channel_state_pn_cmd ,pdata 
+0x6aa9 029430 set1 rfcomm_channel_state_pn_res ,pdata 
+0x6aaa 029431 store 1 ,mem_spp_state 
+0x6aab 029432 call rfcomm_send_param_neg_res 
+0x6aac 029433 branch rfcomm_rx_process_end 
+:      029435 parse_dlci0_rp_uih_pn_res:
+0x6aad 029436 call parse_dlci0_rp_uih_pn_res_common 
+0x6aae 029437 branch rfcomm_rx_process_end 
+:      029439 parse_dlci0_rp_uih_pn_res_common:
+0x6aaf 029440 call get_param_payload_ptr 
+0x6ab0 029441 branch get_rfcomm_prarmer_negotiation 
+:      029443 get_rfcomm_param_modem_status:
+0x6ab1 029444 call get_param_payload_ptr 
+0x6ab2 029445 ifetch 1 ,contr 
+0x6ab3 029446 rshift3 pdata ,pdata 
+0x6ab4 029447 store 1 ,mem_ms_channel 
+0x6ab5 029448 ifetch 1 ,contr 
+0x6ab6 029449 store 1 ,mem_ms_param 
+0x6ab7 029450 rtn 
+:      029453 get_rfcomm_head_struct:
+0x6ab8 029454 ifetch 1 ,contr 
+0x6ab9 029455 store 1 ,mem_current_adss 
+0x6aba 029456 rshift3 pdata ,pdata 
+0x6abb 029457 store 1 ,mem_current_channel 
+0x6abc 029458 ifetch 1 ,contr 
+0x6abd 029459 store 1 ,mem_current_frame_type 
+:      029460 get_rfcomm_current_length:
+0x6abe 029461 call get_rfcomm_length_common 
+0x6abf 029462 storet 2 ,mem_current_length 
+0x6ac0 029463 copy contr ,pdata 
+0x6ac1 029464 store 2 ,mem_rfcomm_uih_payload_ptr 
+0x6ac2 029465 rtn 
+:      029467 get_rfcomm_uih_head_struct:
+0x6ac3 029468 ifetch 1 ,contr 
+0x6ac4 029469 rshift pdata ,pdata 
+0x6ac5 029470 store 1 ,mem_uih_cmd_type 
+0x6ac6 029471 call get_rfcomm_length_common 
+0x6ac7 029472 storet 2 ,mem_uih_length 
+0x6ac8 029473 copy contr ,pdata 
+0x6ac9 029474 store 2 ,mem_param_payload_ptr 
+0x6aca 029475 rtn 
+:      029478 get_param_payload_ptr:
+0x6acb 029479 fetch 2 ,mem_param_payload_ptr 
+0x6acc 029480 copy pdata ,contr 
+0x6acd 029481 rtn 
+:      029483 get_rfcomm_length_common:
+0x6ace 029484 ifetch 1 ,contr 
+0x6acf 029485 copy pdata ,temp 
+0x6ad0 029486 rshift temp ,temp 
+0x6ad1 029487 rtnbit1 0 
+0x6ad2 029488 ifetch 1 ,contr 
+0x6ad3 029489 lshift3 pdata ,pdata 
+0x6ad4 029490 lshift4 pdata ,pdata 
+0x6ad5 029491 iadd temp ,temp 
+0x6ad6 029492 rtn 
+:      029494 get_rfcomm_prarmer_negotiation:
+0x6ad7 029495 ifetch 1 ,contr 
+0x6ad8 029496 store 1 ,mem_pn_dlci 
+0x6ad9 029497 ifetch 1 ,contr 
+0x6ada 029498 store 1 ,mem_pn_credit_flow_type_info 
+0x6adb 029499 ifetch 1 ,contr 
+0x6adc 029500 store 1 ,mem_pn_priority 
+0x6add 029501 ifetch 1 ,contr 
+0x6ade 029502 store 1 ,mem_pn_acknowledg_timer 
+0x6adf 029503 ifetch 2 ,contr 
+0x6ae0 029504 store 2 ,mem_pn_max_frame_size 
+0x6ae1 029505 ifetch 1 ,contr 
+0x6ae2 029506 store 1 ,mem_pn_max_retrans 
+0x6ae3 029507 ifetch 1 ,contr 
+0x6ae4 029508 store 1 ,mem_remote_credits 
+0x6ae5 029509 rtn 
+:      029512 parse_dlci0_rp_uih_ms_cmd:
+0x6ae6 029513 call get_rfcomm_param_modem_status 
+0x6ae7 029515 branch parse_dlci0_rp_uih_ms_cmd_spp 
+:      029517 parse_dlci0_rp_uih_ms_cmd_spp:
+0x6ae8 029518 fetch 1 ,mem_spp_state 
+0x6ae9 029519 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
+0x6aea 029520 set1 rfcomm_channel_state_snd_ms_res ,pdata 
+0x6aeb 029521 store 1 ,mem_spp_state 
+0x6aec 029522 fetcht 1 ,mem_pn_dlci 
+0x6aed 029523 lshift2 temp ,temp 
+0x6aee 029524 or_into 3 ,temp 
+0x6aef 029525 call rfcomm_send_modem_status_res 
+0x6af0 029526 jam more_pkt_msc_cmd_spp ,mem_rfcomm_send_more_pkt 
+0x6af1 029527 branch rfcomm_rx_process_end 
+:      029529 parse_dlci0_rp_uih_ms_res:
+0x6af2 029530 jam bt_evt_spp_connected ,mem_fifo_temp 
+0x6af3 029531 call ui_ipc_send_event 
+0x6af4 029532 call get_rfcomm_param_modem_status 
+0x6af5 029533 fetch 1 ,mem_ms_channel 
+0x6af6 029534 sub pdata ,1 ,null 
+0x6af7 029535 branch parse_dlci0_rp_uih_ms_res_spp ,zero 
+0x6af8 029536 branch assert 
+:      029537 parse_dlci0_rp_uih_ms_res_spp:
+0x6af9 029538 fetch 1 ,mem_spp_state 
+0x6afa 029539 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
+0x6afb 029540 store 1 ,mem_spp_state 
+0x6afc 029541 branch rfcomm_rx_process_end 
+:      029543 parse_dlci0_rp_uih_cmd_port:
+0x6afd 029544 call get_param_payload_ptr 
+0x6afe 029545 ifetch 1 ,contr 
+0x6aff 029546 store 1 ,mem_rpn_dlci 
+0x6b00 029547 call l2cap_malloc_rfcomm_channel 
+0x6b01 029548 call l2cap_get_rfcomm_tx_buff 
+0x6b02 029549 setarg 0x000e 
+0x6b03 029550 istore 2 ,contw 
+0x6b04 029551 fetch 2 ,mem_rfcomm_remote_cid 
+0x6b05 029552 istore 2 ,contw 
+0x6b06 029553 fetch 1 ,mem_rfcomm_initiator 
+0x6b07 029555 lshift pdata ,pdata 
+0x6b08 029556 set1 0 ,pdata 
+0x6b09 029557 istore 1 ,contw 
+0x6b0a 029558 bpatchx patch34_7 ,mem_patch34 
+0x6b0b 029559 setarg 0x15ef 
+0x6b0c 029560 istore 2 ,contw 
+0x6b0d 029561 setarg 0x1191 
+0x6b0e 029562 istore 2 ,contw 
+0x6b0f 029565 fetch 1 ,mem_rpn_dlci 
+0x6b10 029566 istore 1 ,contw 
+0x6b11 029567 setarg 0x000007 
+0x6b12 029568 istore 5 ,contw 
+0x6b13 029571 setarg 0x01 
+0x6b14 029572 istore 2 ,contw 
+0x6b15 029575 call rfcomm_calculate_fcs_dlci0 
+0x6b16 029576 istore 1 ,contw 
+0x6b17 029577 rtn 
+:      029581 parse_uih_rp:
+0x6b18 029582 branch parse_uih_rp_spp 
+:      029584 parse_uih_rp_spp:
+0x6b19 029585 bpatchx patch35_0 ,mem_patch35 
+0x6b1a 029586 fetch 1 ,mem_current_frame_type 
+0x6b1b 029587 beq rfcomm_frame_type_ua ,parse_uih_rp_spp_ua 
+0x6b1c 029588 beq rfcomm_frame_type_sabm ,parse_uih_rp_spp_sabm 
+0x6b1d 029589 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
+0x6b1e 029590 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
+0x6b1f 029591 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn 
+0x6b20 029592 rtn 
+:      029593 parse_uih_rp_spp_ua:
+0x6b21 029594 fetch 1 ,mem_spp_state 
+0x6b22 029595 set1 rfcomm_channel_state_ua ,pdata 
+0x6b23 029596 store 1 ,mem_spp_state 
+0x6b24 029597 branch rfcomm_rx_process_end 
+:      029598 parse_uih_rp_spp_sabm:
+0x6b25 029599 fetch 1 ,mem_spp_state 
+0x6b26 029600 set1 rfcomm_channel_state_ua ,pdata 
+0x6b27 029601 set1 rfcomm_channel_state_sabm ,pdata 
+0x6b28 029602 store 1 ,mem_spp_state 
+0x6b29 029603 fetch 1 ,mem_current_adss 
+0x6b2a 029604 call rfcomm_calculate_fcs_ua 
+0x6b2b 029605 store 1 ,mem_current_fcs 
+0x6b2c 029606 call rfcomm_send_ua 
+0x6b2d 029607 fetch 1 ,mem_current_adss 
+0x6b2e 029608 rshift2 pdata ,pdata 
+0x6b2f 029609 store 1 ,mem_pn_dlci 
+0x6b30 029610 lshift2 pdata ,pdata 
+0x6b31 029611 set0 rfcomm_address_cr ,pdata 
+0x6b32 029612 set1 rfcomm_address_ext_len ,pdata 
+0x6b33 029613 arg mem_hiufcs_spp ,temp 
+0x6b34 029614 storet 2 ,mem_contw_temp 
+0x6b35 029615 call rfcomm_save_fcs_uih 
+0x6b36 029616 branch rfcomm_rx_process_end 
+:      029618 parse_uih_spp_uih_credits:
+0x6b37 029619 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6b38 029620 copy pdata ,contr 
+0x6b39 029621 increase 1 ,pdata 
+0x6b3a 029622 store 2 ,mem_rfcomm_uih_payload_ptr 
+0x6b3b 029623 ifetch 1 ,contr 
+0x6b3c 029624 fetcht 1 ,mem_remote_credits 
+0x6b3d 029625 iadd temp ,pdata 
+0x6b3e 029626 store 1 ,mem_remote_credits 
+:      029627 parse_uih_spp_uih:
+0x6b3f 029628 call rfcomm_increase_credit_given 
+:      029629 parse_uih_spp_uih_cont:
+0x6b40 029630 call get_rfcomm_snd_adss 
+0x6b41 029631 call rfcomm_send_uih_without_payload 
+0x6b42 029632 call spp_process_rx_data 
+0x6b43 029633 branch rfcomm_rx_process_end 
+:      029635 parse_uih_rp_spp_disconn_send_event:
+0x6b44 029636 jam bt_evt_spp_disconnected ,mem_fifo_temp 
+0x6b45 029637 call ui_ipc_send_event 
+:      029638 parse_uih_rp_spp_disconn:
+0x6b46 029639 call rfcomm_init_spp 
+0x6b47 029640 fetch 1 ,mem_current_adss 
+0x6b48 029641 call rfcomm_calculate_fcs_ua 
+0x6b49 029642 store 1 ,mem_current_fcs 
+0x6b4a 029643 call rfcomm_send_ua 
+0x6b4b 029644 branch rfcomm_rx_process_end 
+:      029649 rfcomm_rx_process_reconn:
+0x6b4c 029650 fetch 2 ,mem_l2cap_payload_ptr 
+0x6b4d 029651 copy pdata ,contr 
+0x6b4e 029652 call get_rfcomm_head_struct 
+0x6b4f 029653 fetch 1 ,mem_current_channel 
+0x6b50 029654 beq 0 ,parse_dlci0_reconn 
+0x6b51 029655 branch parse_uih_reconn 
+:      029657 parse_dlci0_reconn:
+0x6b52 029658 bpatchx patch35_1 ,mem_patch35 
+0x6b53 029659 fetch 1 ,mem_current_frame_type 
+0x6b54 029660 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
+0x6b55 029661 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
+0x6b56 029662 beq rfcomm_frame_type_uih ,parse_dlci0_reconn_uih 
+0x6b57 029663 branch rfcomm_rx_process_end 
+:      029664 parse_dlci0_reconn_uih:
+0x6b58 029665 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6b59 029666 copy pdata ,contr 
+0x6b5a 029667 call get_rfcomm_uih_head_struct 
+0x6b5b 029668 fetch 1 ,mem_uih_cmd_type 
+0x6b5c 029669 beq uih_param_neg_cmd ,parse_dlci0_reconn_uih_pn_cmd 
+0x6b5d 029670 beq uih_param_neg_res ,parse_dlci0_reconn_uih_pn_cmd 
+0x6b5e 029671 beq uih_modem_status_cmd ,parse_dlci0_reconn_uih_ms_cmd 
+0x6b5f 029672 beq uih_modem_status_res ,parse_dlci0_reconn_uih_ms_res 
+0x6b60 029673 branch rfcomm_rx_process_end 
+:      029675 parse_dlci0_reconn_uih_pn_cmd:
+0x6b61 029676 call parse_dlci0_rp_uih_pn_res_common 
+0x6b62 029677 fetch 1 ,mem_pn_dlci 
+0x6b63 029678 rshift pdata ,pdata 
+0x6b64 029679 fetcht 1 ,mem_remote_spp_channel 
+0x6b65 029680 isub temp ,null 
+0x6b66 029681 branch parse_dlci0_reconn_uih_pn_cmd_spp ,zero 
+0x6b67 029682 branch assert 
+:      029683 parse_dlci0_reconn_uih_pn_cmd_spp:
+0x6b68 029684 fetch 1 ,mem_spp_state 
+0x6b69 029685 set1 rfcomm_channel_state_pn_res ,pdata 
+0x6b6a 029686 store 1 ,mem_spp_state 
+0x6b6b 029687 branch rfcomm_rx_process_end 
+:      029689 parse_dlci0_reconn_uih_ms_cmd:
+0x6b6c 029690 call get_rfcomm_param_modem_status 
+0x6b6d 029691 fetch 1 ,mem_ms_channel 
+0x6b6e 029692 fetcht 1 ,mem_remote_spp_channel 
+0x6b6f 029693 isub temp ,null 
+0x6b70 029694 branch parse_dlci0_reconn_uih_ms_cmd_spp ,zero 
+0x6b71 029695 branch assert 
+0x6b72 029696 branch rfcomm_rx_process_end 
+:      029697 parse_dlci0_reconn_uih_ms_cmd_spp:
+0x6b73 029698 fetch 1 ,mem_spp_state 
+0x6b74 029699 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
+0x6b75 029700 set1 rfcomm_channel_state_snd_ms_res ,pdata 
+0x6b76 029701 store 1 ,mem_spp_state 
+0x6b77 029702 fetcht 1 ,mem_pn_dlci 
+0x6b78 029703 lshift2 temp ,temp 
+0x6b79 029704 or_into 3 ,temp 
+0x6b7a 029705 call rfcomm_send_modem_status_res 
+0x6b7b 029706 branch rfcomm_rx_process_end 
+:      029708 parse_dlci0_reconn_uih_ms_res:
+0x6b7c 029709 call get_rfcomm_param_modem_status 
+0x6b7d 029710 fetch 1 ,mem_ms_channel 
+0x6b7e 029711 fetcht 1 ,mem_remote_spp_channel 
+0x6b7f 029712 isub temp ,null 
+0x6b80 029713 branch parse_dlci0_reconn_uih_ms_res_spp ,zero 
+0x6b81 029714 branch assert 
+:      029715 parse_dlci0_reconn_uih_ms_res_spp:
+0x6b82 029716 fetch 1 ,mem_spp_state 
+0x6b83 029717 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
+0x6b84 029718 store 1 ,mem_spp_state 
+0x6b85 029719 branch rfcomm_rx_process_end 
+:      029721 parse_uih_reconn:
+0x6b86 029722 fetch 1 ,mem_current_channel 
+0x6b87 029723 fetcht 1 ,mem_remote_spp_channel 
+0x6b88 029724 isub temp ,null 
+0x6b89 029725 branch parse_uih_reconn_spp ,zero 
+0x6b8a 029726 branch assert 
+0x6b8b 029727 branch rfcomm_rx_process_end 
+:      029729 parse_uih_reconn_spp:
+0x6b8c 029730 fetch 1 ,mem_current_frame_type 
+0x6b8d 029731 beq rfcomm_frame_type_ua ,parse_uih_reconn_spp_ua 
+0x6b8e 029732 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
+0x6b8f 029733 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
+0x6b90 029734 beq rfcomm_frame_type_disconn ,parse_uih_reconn_spp_disconn 
+:      029735 parse_uih_reconn_spp_ua:
+0x6b91 029736 fetch 1 ,mem_spp_state 
+0x6b92 029737 set1 rfcomm_channel_state_ua ,pdata 
+0x6b93 029738 store 1 ,mem_spp_state 
+0x6b94 029739 branch rfcomm_rx_process_end 
+:      029740 parse_uih_reconn_spp_sabm:
+0x6b95 029741 branch parse_uih_reconn_spp_sabm 
+:      029742 parse_uih_reconn_spp_disconn:
+0x6b96 029743 branch parse_uih_rp_spp_disconn 
+:      029744 rfcomm_rx_process_end:
+0x6b97 029745 rtn 
+:      029747 rfcomm_send_more_pkt:
+0x6b98 029748 fetch 1 ,mem_rfcomm_send_more_pkt 
+0x6b99 029749 rtn blank 
+0x6b9a 029750 beq more_pkt_msc_cmd_spp ,rfcomm_send_more_pkt_msc_cmd_spp 
+0x6b9b 029751 branch assert 
+:      029753 rfcomm_send_more_pkt_msc_cmd_spp:
+0x6b9c 029754 jam 0 ,mem_rfcomm_send_more_pkt 
+0x6b9d 029755 call l2cap_malloc_rfcomm_channel 
+0x6b9e 029756 arg spp_slave_channel ,temp 
+0x6b9f 029757 fetcht 1 ,mem_pn_dlci 
+0x6ba0 029758 lshift2 temp ,temp 
+:      029759 rfcomm_send_more_pkt_msc_cmd_spp0:
+0x6ba1 029760 or_into 0x03 ,temp 
+0x6ba2 029761 arg 0xaa ,rega 
+0x6ba3 029762 call rfcomm_send_modem_status_cmd 
+0x6ba4 029763 call l2cap_get_rfcomm_tx_buff 
+0x6ba5 029764 copy contw ,contr 
+0x6ba6 029765 ifetch 2 ,contr 
+0x6ba7 029766 branch assert ,blank 
+0x6ba8 029767 rtn 
+:      029769 rfcomm_send_sabm:
+0x6ba9 029770 call l2cap_get_rfcomm_tx_buff 
+0x6baa 029771 setarg 0x0004 
+0x6bab 029772 istore 2 ,contw 
+0x6bac 029773 fetch 2 ,mem_rfcomm_remote_cid 
+0x6bad 029774 istore 2 ,contw 
+0x6bae 029775 fetch 1 ,mem_current_adss 
+0x6baf 029776 istore 1 ,contw 
+0x6bb0 029777 bpatchx patch35_2 ,mem_patch35 
+0x6bb1 029778 setarg 0x013f 
+0x6bb2 029779 istore 2 ,contw 
+0x6bb3 029780 fetch 1 ,mem_current_fcs 
+0x6bb4 029781 istore 1 ,contw 
+0x6bb5 029782 rtn 
+:      029783 rfcomm_send_ua:
+0x6bb6 029784 call l2cap_malloc_rfcomm_channel 
+0x6bb7 029785 call l2cap_get_rfcomm_tx_buff 
+0x6bb8 029786 setarg 0x0004 
+0x6bb9 029787 istore 2 ,contw 
+0x6bba 029788 fetch 2 ,mem_rfcomm_remote_cid 
+0x6bbb 029789 istore 2 ,contw 
+0x6bbc 029790 fetch 1 ,mem_current_adss 
+0x6bbd 029791 istore 1 ,contw 
+0x6bbe 029792 bpatchx patch35_3 ,mem_patch35 
+0x6bbf 029793 setarg 0x0173 
+0x6bc0 029794 istore 2 ,contw 
+0x6bc1 029795 fetch 1 ,mem_current_fcs 
+0x6bc2 029796 istore 1 ,contw 
+0x6bc3 029797 rtn 
+:      029798 rfcomm_send_param_neg_cmd:
+0x6bc4 029799 call l2cap_get_rfcomm_tx_buff 
+0x6bc5 029800 setarg 0x000e 
+0x6bc6 029801 istore 2 ,contw 
+0x6bc7 029802 fetch 2 ,mem_rfcomm_remote_cid 
+0x6bc8 029803 istore 2 ,contw 
+0x6bc9 029804 fetch 1 ,mem_rfcomm_initiator 
+0x6bca 029805 lshift pdata ,pdata 
+0x6bcb 029806 set1 0 ,pdata 
+0x6bcc 029807 istore 1 ,contw 
+0x6bcd 029808 bpatchx patch35_4 ,mem_patch35 
+0x6bce 029809 setarg 0x15ef 
+0x6bcf 029810 istore 2 ,contw 
+0x6bd0 029811 setarg 0x1183 
+0x6bd1 029812 istore 2 ,contw 
+0x6bd2 029813 copy temp ,pdata 
+0x6bd3 029814 istore 1 ,contw 
+0x6bd4 029815 setarg 0x0000f0 
+0x6bd5 029816 istore 3 ,contw 
+0x6bd6 029817 setarg rfcomm_max_frame_size 
+0x6bd7 029818 istore 2 ,contw 
+0x6bd8 029819 setarg 0 
+0x6bd9 029820 istore 1 ,contw 
+0x6bda 029821 setarg 0x01 
+0x6bdb 029822 istore 1 ,contw 
+0x6bdc 029823 call rfcomm_calculate_fcs_dlci0 
+0x6bdd 029824 istore 1 ,contw 
+0x6bde 029825 jam 0x10 ,mem_credit_given 
+0x6bdf 029826 rtn 
+:      029827 rfcomm_send_param_neg_res:
+0x6be0 029828 call l2cap_malloc_rfcomm_channel 
+0x6be1 029829 call l2cap_get_rfcomm_tx_buff 
+0x6be2 029830 setarg 0x000e 
+0x6be3 029831 istore 2 ,contw 
+0x6be4 029832 fetch 2 ,mem_rfcomm_remote_cid 
+0x6be5 029833 istore 2 ,contw 
+0x6be6 029834 fetch 1 ,mem_rfcomm_initiator 
+0x6be7 029835 lshift pdata ,pdata 
+0x6be8 029836 set1 0 ,pdata 
+0x6be9 029837 istore 1 ,contw 
+0x6bea 029838 bpatchx patch35_5 ,mem_patch35 
+0x6beb 029839 setarg 0x15ef 
+0x6bec 029840 istore 2 ,contw 
+0x6bed 029841 setarg 0x1181 
+0x6bee 029842 istore 2 ,contw 
+0x6bef 029843 fetch 1 ,mem_pn_dlci 
+0x6bf0 029844 istore 1 ,contw 
+0x6bf1 029845 setarg 0x0000e0 
+0x6bf2 029846 istore 3 ,contw 
+0x6bf3 029847 fetch 2 ,mem_rfcomm_max_frame_size 
+0x6bf4 029848 istore 2 ,contw 
+0x6bf5 029849 setarg 0x00 
+0x6bf6 029850 istore 1 ,contw 
+0x6bf7 029851 fetch 1 ,mem_rfcomm_credit_init_data 
+0x6bf8 029852 istore 1 ,contw 
+0x6bf9 029853 call rfcomm_calculate_fcs_dlci0 
+0x6bfa 029854 istore 1 ,contw 
+0x6bfb 029855 rtn 
+:      029856 rfcomm_send_modem_status_cmd:
+0x6bfc 029857 call l2cap_get_rfcomm_tx_buff 
+0x6bfd 029858 setarg 0x0008 
+0x6bfe 029859 istore 2 ,contw 
+0x6bff 029860 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c00 029861 istore 2 ,contw 
+0x6c01 029862 fetch 1 ,mem_rfcomm_initiator 
+0x6c02 029863 lshift pdata ,pdata 
+0x6c03 029864 set1 0 ,pdata 
+0x6c04 029865 istore 1 ,contw 
+0x6c05 029866 bpatchx patch35_6 ,mem_patch35 
+0x6c06 029867 setarg 0x09ef 
+0x6c07 029868 istore 2 ,contw 
+0x6c08 029869 setarg 0x05e3 
+0x6c09 029870 istore 2 ,contw 
+0x6c0a 029871 copy temp ,pdata 
+0x6c0b 029872 istore 1 ,contw 
+0x6c0c 029873 setarg 0x8d 
+0x6c0d 029874 istore 1 ,contw 
+0x6c0e 029875 call rfcomm_calculate_fcs_dlci0 
+0x6c0f 029876 istore 1 ,contw 
+0x6c10 029877 rtn 
+:      029879 rfcomm_send_modem_status_res:
+0x6c11 029880 call l2cap_malloc_rfcomm_channel 
+0x6c12 029881 call l2cap_get_rfcomm_tx_buff 
+0x6c13 029882 setarg 0x0008 
+0x6c14 029883 istore 2 ,contw 
+0x6c15 029884 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c16 029885 istore 2 ,contw 
+0x6c17 029886 copy temp ,timeup 
+0x6c18 029887 fetch 1 ,mem_rfcomm_initiator 
+0x6c19 029888 lshift pdata ,pdata 
+0x6c1a 029889 set1 0 ,pdata 
+0x6c1b 029890 istore 1 ,contw 
+0x6c1c 029891 bpatchx patch35_7 ,mem_patch35 
+0x6c1d 029892 setarg 0x09ef 
+0x6c1e 029893 istore 2 ,contw 
+0x6c1f 029894 setarg 0x05e1 
+0x6c20 029895 istore 2 ,contw 
+0x6c21 029896 copy timeup ,pdata 
+0x6c22 029897 istore 1 ,contw 
+0x6c23 029898 setarg 0x8d 
+0x6c24 029899 istore 1 ,contw 
+0x6c25 029900 call rfcomm_calculate_fcs_dlci0 
+0x6c26 029901 istore 1 ,contw 
+0x6c27 029902 rtn 
+:      029904 rfcomm_send_uih_without_payload:
+0x6c28 029905 bpatchx patch36_0 ,mem_patch36 
+0x6c29 029906 fetch 1 ,mem_credit_given 
+0x6c2a 029907 rtn blank 
+0x6c2b 029908 hfetch 2 ,core_uart_rxitems 
+0x6c2c 029909 nrtn blank 
+0x6c2d 029910 copy rega ,pdata 
+0x6c2e 029911 store 1 ,mem_pdatatemp + 1 
+0x6c2f 029912 storet 1 ,mem_pdatatemp 
+0x6c30 029913 call l2cap_malloc_is_fifo_full 
+0x6c31 029914 nrtn blank 
+0x6c32 029915 call l2cap_malloc_rfcomm_channel 
+0x6c33 029916 call l2cap_get_rfcomm_tx_buff 
+0x6c34 029917 setarg 0x05 
+0x6c35 029918 istore 2 ,contw 
+0x6c36 029919 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c37 029920 istore 2 ,contw 
+0x6c38 029921 fetch 1 ,mem_rfcomm_send_adss 
+0x6c39 029922 istore 1 ,contw 
+0x6c3a 029923 setarg 0x01ff 
+0x6c3b 029924 istore 2 ,contw 
+0x6c3c 029925 fetch 1 ,mem_credit_given 
+0x6c3d 029926 istore 1 ,contw 
+0x6c3e 029927 fetch 1 ,mem_hiufcs_spp_wcredits 
+0x6c3f 029928 istore 1 ,contw 
+0x6c40 029929 jam 0 ,mem_credit_given 
+0x6c41 029930 rtn 
+:      029932 rfcomm_increase_credit_given:
+0x6c42 029933 bpatchx patch36_1 ,mem_patch36 
+0x6c43 029934 fetch 1 ,mem_credit_flag 
+0x6c44 029935 rtneq credit_enable 
+0x6c45 029936 fetch 2 ,mem_current_length 
+0x6c46 029937 rtn blank 
+0x6c47 029938 fetch 1 ,mem_credit_given 
+0x6c48 029939 increase 1 ,pdata 
+0x6c49 029940 store 1 ,mem_credit_given 
+0x6c4a 029941 rtn 
+:      029943 spp_process_rx_data:
+0x6c4b 029944 fetch 2 ,mem_cb_receive_spp_data 
+0x6c4c 029945 branch callback_func 
+:      029947 spp_tx_rfcomm_packet:
+0x6c4d 029948 bpatchx patch36_2 ,mem_patch36 
+0x6c4e 029950 fetch 1 ,mem_remote_credits 
+0x6c4f 029951 rtn blank 
+0x6c50 029952 increase -1 ,pdata 
+0x6c51 029953 store 1 ,mem_remote_credits 
+0x6c52 029954 fetch 2 ,mem_pn_max_frame_size 
+0x6c53 029955 fetcht 2 ,mem_current_packet_length 
+0x6c54 029956 isub temp ,null 
+0x6c55 029957 branch ssp_tx_rfcomm_from_uart ,positive 
+0x6c56 029958 store 2 ,mem_current_packet_length 
+:      029959 ssp_tx_rfcomm_from_uart:
+0x6c57 029960 fetch 1 ,mem_credit_given 
+0x6c58 029961 branch ssp_tx_rfcomm_from_uart_without_credit ,blank 
+0x6c59 029962 jam 1 ,mem_rfcomm_send_offset 
+0x6c5a 029963 fetch 1 ,mem_hiufcs_spp_wcredits 
+0x6c5b 029964 store 1 ,mem_rfcomm_send_fcs 
+0x6c5c 029965 setarg rsp_rx_uih_wdata 
+0x6c5d 029966 store 1 ,mem_rfcomm_send_frame_type 
+0x6c5e 029967 branch ssp_tx_rfcomm_from_uart_common 
+:      029968 ssp_tx_rfcomm_from_uart_without_credit:
+0x6c5f 029969 jam 0 ,mem_rfcomm_send_offset 
+0x6c60 029970 fetch 1 ,mem_hiufcs_spp 
+0x6c61 029971 store 1 ,mem_rfcomm_send_fcs 
+0x6c62 029972 setarg rsp_tx_uih 
+0x6c63 029973 store 1 ,mem_rfcomm_send_frame_type 
+:      029974 ssp_tx_rfcomm_from_uart_common:
+0x6c64 029975 bpatchx patch36_3 ,mem_patch36 
+0x6c65 029976 fetch 2 ,mem_current_packet_length 
+0x6c66 029977 sub pdata ,127 ,null 
+0x6c67 029978 branch ssp_tx_rfcomm_from_uart_common0 ,positive 
+0x6c68 029979 fetch 1 ,mem_rfcomm_send_offset 
+0x6c69 029980 increase 1 ,pdata 
+0x6c6a 029981 store 1 ,mem_rfcomm_send_offset 
+:      029982 ssp_tx_rfcomm_from_uart_common0:
+0x6c6b 029983 call get_rfcomm_snd_adss 
+0x6c6c 029984 fetch 2 ,mem_current_packet_length 
+0x6c6d 029985 increase 8 ,pdata 
+0x6c6e 029986 fetcht 1 ,mem_rfcomm_send_offset 
+0x6c6f 029987 iadd temp ,rega 
+0x6c70 029989 call l2cap_malloc 
+0x6c71 029990 store 2 ,mem_rfcomm_tx_buff_ptr 
+0x6c72 029991 increase 4 ,pdata 
+0x6c73 029992 store 2 ,mem_rfcomm_tx_payload_ptr 
+0x6c74 029993 copy pdata ,contw 
+0x6c75 029994 fetch 1 ,mem_rfcomm_send_adss 
+0x6c76 029995 istore 1 ,contw 
+0x6c77 029996 fetch 1 ,mem_rfcomm_send_frame_type 
+0x6c78 029997 istore 1 ,contw 
+0x6c79 029998 call ssp_tx_write_length 
+0x6c7a 029999 call ssp_tx_write_given_credit 
+0x6c7b 030000 bpatchx patch36_4 ,mem_patch36 
+0x6c7c 030001 fetch 2 ,mem_nl_rx_data_src 
+0x6c7d 030002 copy pdata ,contru 
+0x6c7e 030003 fetch 2 ,mem_current_packet_length 
+0x6c7f 030004 copy pdata ,loopcnt 
+0x6c80 030005 call uart_copy_rx_bytes_fast 
+0x6c81 030006 copy contw ,temp 
+0x6c82 030007 copy contru ,pdata 
+0x6c83 030008 store 2 ,mem_nl_rx_data_src 
+0x6c84 030009 copy temp ,contw 
+0x6c85 030010 fetch 1 ,mem_rfcomm_send_fcs 
+0x6c86 030011 istore 1 ,contw 
+0x6c87 030012 fetch 2 ,mem_rfcomm_tx_buff_ptr 
+0x6c88 030013 copy pdata ,contw 
+0x6c89 030014 fetch 2 ,mem_current_packet_length 
+0x6c8a 030015 fetcht 1 ,mem_rfcomm_send_offset 
+0x6c8b 030016 iadd temp ,pdata 
+0x6c8c 030017 increase 4 ,pdata 
+0x6c8d 030018 istore 2 ,contw 
+0x6c8e 030019 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c8f 030020 istore 2 ,contw 
+0x6c90 030021 jam 0 ,mem_credit_given 
+0x6c91 030022 fetch 2 ,mem_nl_rx_len_all 
+0x6c92 030023 beq 0 ,module_hci_command_tx_spp_tx_complete 
+0x6c93 030024 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x6c94 030025 rtn 
+:      030027 ssp_tx_write_length:
+0x6c95 030028 bpatchx patch36_5 ,mem_patch36 
+0x6c96 030029 fetch 2 ,mem_current_packet_length 
+0x6c97 030030 sub pdata ,0x7f ,null 
+0x6c98 030031 nbranch ssp_tx_write_long_packet ,positive 
+0x6c99 030032 lshift pdata ,pdata 
+0x6c9a 030033 set1 0 ,pdata 
+0x6c9b 030034 istore 1 ,contw 
+0x6c9c 030035 rtn 
+:      030036 ssp_tx_write_long_packet:
+0x6c9d 030037 fetch 2 ,mem_current_packet_length 
+0x6c9e 030038 rshift3 pdata ,pdata 
+0x6c9f 030039 rshift4 pdata ,temp 
+0x6ca0 030040 and_into 0x7f ,pdata 
+0x6ca1 030041 lshift pdata ,pdata 
+0x6ca2 030042 set0 0 ,pdata 
+0x6ca3 030043 istore 1 ,contw 
+0x6ca4 030044 istoret 1 ,contw 
+0x6ca5 030045 rtn 
+:      030046 ssp_tx_write_given_credit:
+0x6ca6 030047 fetch 1 ,mem_credit_given 
+0x6ca7 030048 rtn blank 
+0x6ca8 030049 istore 1 ,contw 
+0x6ca9 030050 rtn 
+:      030055 scheduler_process:
+0x6caa 030056 bpatchx patch36_6 ,mem_patch36 
+0x6cab 030057 call check_51cmd 
+0x6cac 030058 call app_process_bb_event 
+0x6cad 030059 call process_conn_sm 
+0x6cae 030061 bpatchx patch36_7 ,mem_patch36 
+0x6caf 030062 call sp_calc_sequence 
+0x6cb0 030063 call simple_pairing_sequence 
+0x6cb1 030064 call master_simple_paring_sequence 
+0x6cb2 030067 call l2cap_malloc_is_fifo_full 
+0x6cb3 030068 nrtn blank 
+0x6cb4 030070 call l2cap_call_proc_sigal_pending 
+0x6cb5 030071 call l2cap_malloc_is_fifo_full 
+0x6cb6 030072 nrtn blank 
+0x6cb7 030073 bpatchx patch37_0 ,mem_patch37 
+0x6cb8 030075 call process_upper_sm 
+0x6cb9 030076 call l2cap_send_config_req 
+0x6cba 030077 call rfcomm_send_more_pkt 
+:      030078 scheduler_process0:
+0x6cbb 030079 call scheduler_tx_disconnect_hid 
+0x6cbc 030080 bpatchx patch37_1 ,mem_patch37 
+0x6cbd 030083 branch app_process_bt 
+:      030085 scheduler_tx_disconnect_hid:
+0x6cbe 030086 fetch 1 ,mem_control_tasks 
+0x6cbf 030087 bbit1 l2cap_disconnect_interrupt ,l2cap_disconnect_interrupt_req 
+0x6cc0 030088 bbit1 l2cap_disconnect_control ,l2cap_disconnect_control_req 
+0x6cc1 030089 rtn 
+:      030091 scheduler_tx_l2cap_pkt:
+0x6cc2 030092 bpatchx patch37_2 ,mem_patch37 
+0x6cc3 030093 call l2cap_malloc_is_fifo_empty 
+0x6cc4 030094 rtn blank 
+0x6cc5 030095 fetch 1 ,mem_op 
+0x6cc6 030096 rtnbit1 op_txl2cap 
+0x6cc7 030097 call l2cap_malloc_fifo_out 
+0x6cc8 030098 store 2 ,mem_txptr 
+0x6cc9 030099 copy pdata ,contr 
+0x6cca 030100 ifetch 2 ,contr 
+0x6ccb 030101 increase 4 ,pdata 
+0x6ccc 030102 store 2 ,mem_tx_len 
+0x6ccd 030103 jam 6 ,mem_tx_lch 
+0x6cce 030104 bpatchx patch37_3 ,mem_patch37 
+0x6ccf 030105 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x6cd0 030106 branch scheduler_tx_l2cap_start_pkt ,blank 
+0x6cd1 030107 fetch 1 ,mem_op 
+0x6cd2 030108 rtnbit0 op_pkt_comp 
+0x6cd3 030109 set0 op_pkt_comp ,pdata 
+0x6cd4 030110 store 1 ,mem_op 
+0x6cd5 030111 jam 5 ,mem_tx_lch 
+0x6cd6 030112 fetcht 2 ,mem_l2cap_tx_multi_offset 
+0x6cd7 030113 fetch 2 ,mem_txptr 
+0x6cd8 030114 iadd temp ,pdata 
+0x6cd9 030115 store 2 ,mem_txptr 
+0x6cda 030116 fetch 2 ,mem_tx_len 
+0x6cdb 030117 isub temp ,pdata 
+0x6cdc 030118 store 2 ,mem_tx_len 
+:      030119 scheduler_tx_l2cap_start_pkt:
+0x6cdd 030120 bpatchx patch37_4 ,mem_patch37 
+0x6cde 030121 fetch 2 ,mem_tx_len 
+0x6cdf 030122 branch assert ,blank 
+0x6ce0 030123 arg l2cap_max_pkt_len ,temp 
+0x6ce1 030124 isub temp ,pdata 
+0x6ce2 030125 nbranch scheduler_tx_l2cap_last_pkt ,positive 
+0x6ce3 030126 bpatchx patch37_5 ,mem_patch37 
+0x6ce4 030127 storet 2 ,mem_tx_len 
+0x6ce5 030128 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x6ce6 030129 iadd temp ,pdata 
+0x6ce7 030130 store 2 ,mem_l2cap_tx_multi_offset 
+0x6ce8 030131 branch scheduler_tx_l2cap_pkt_end 
+:      030132 scheduler_tx_l2cap_last_pkt:
+0x6ce9 030133 setarg 0 
+0x6cea 030134 store 2 ,mem_l2cap_tx_multi_offset 
+:      030135 scheduler_tx_l2cap_pkt_end:
+0x6ceb 030136 fetch 1 ,mem_op 
+0x6cec 030137 set1 op_txl2cap ,pdata 
+0x6ced 030138 store 1 ,mem_op 
+0x6cee 030139 rtn 
+:      030141 scheduler_start_upper_sm:
+0x6cef 030142 fetch 1 ,mem_ui_profile_supported 
+0x6cf0 030143 bbit1 support_hid ,scheduler_start_upper_sm_hid 
+0x6cf1 030144 jam uppersm_reconn_sdp_conn ,mem_upper_sm_reconn 
+0x6cf2 030145 rtn 
+:      030146 scheduler_start_upper_sm_hid:
+0x6cf3 030147 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
+0x6cf4 030148 rtn 
+:      030150 process_upper_sm:
+0x6cf5 030151 fetch 1 ,memui_reconnect_mode 
+0x6cf6 030152 nbranch process_upper_sm_reconn ,blank 
+:      030153 process_upper_sm_remote_page:
+0x6cf7 030154 fetch 1 ,mem_upper_sm_remote_page 
+0x6cf8 030156 rtn blank 
+0x6cf9 030158 jam 0 ,mem_upper_sm_remote_page 
+:      030159 process_upper_sm_rp_wait:
+0x6cfa 030160 rtn 
+:      030163 process_upper_sm_reconn:
+0x6cfb 030164 bpatchx patch37_6 ,mem_patch37 
+0x6cfc 030165 fetch 1 ,mem_upper_sm_reconn 
+0x6cfd 030166 rtn blank 
+0x6cfe 030167 beq uppersm_reconn_sdp_conn ,process_upper_sm_reconn_sdp_conn 
+0x6cff 030168 beq uppersm_reconn_sdp_conn_wait ,process_upper_sm_reconn_sdp_conn_wait 
+0x6d00 030169 beq uppersm_reconn_sdp_cfg ,process_upper_sm_reconn_sdp_cfg 
+0x6d01 030170 beq uppersm_reconn_sdp_cfg_wait ,process_upper_sm_reconn_sdp_cfg_wait 
+0x6d02 030171 beq uppersm_reconn_ss_spp ,process_upper_sm_reconn_ss_spp 
+0x6d03 030172 beq uppersm_reconn_ss_spp_wait ,process_upper_sm_reconn_ss_spp_wait 
+0x6d04 030173 beq uppersm_reconn_sdp_disconn ,process_upper_sm_reconn_sdp_disconn 
+0x6d05 030174 beq uppersm_reconn_sdp_disconn_wait ,process_upper_sm_reconn_sdp_disconn_wait 
+0x6d06 030175 beq uppersm_reconn_hid_ctrl_conn ,process_upper_sm_reconn_hid_ctrl_conn 
+0x6d07 030176 beq uppersm_reconn_hid_ctrl_conn_wait ,process_upper_sm_reconn_hid_ctrl_conn_wait 
+0x6d08 030177 beq uppersm_reconn_hid_ctrl_cfg ,process_upper_sm_reconn_hid_ctrl_cfg 
+0x6d09 030178 beq uppersm_reconn_hid_ctrl_cfg_wait ,process_upper_sm_reconn_hid_ctrl_cfg_wait 
+0x6d0a 030179 beq uppersm_reconn_hid_int_conn ,process_upper_sm_reconn_hid_int_conn 
+0x6d0b 030180 beq uppersm_reconn_hid_int_conn_wait ,process_upper_sm_reconn_hid_int_conn_wait 
+0x6d0c 030181 beq uppersm_reconn_hid_int_cfg ,process_upper_sm_reconn_hid_int_cfg 
+0x6d0d 030182 beq uppersm_reconn_hid_int_cfg_wait ,process_upper_sm_reconn_hid_int_cfg_wait 
+0x6d0e 030183 beq uppersm_reconn_rfcomm_conn ,process_upper_sm_reconn_rfcomm_conn 
+0x6d0f 030184 beq uppersm_reconn_rfcomm_conn_wait ,process_upper_sm_reconn_rfcomm_conn_wait 
+0x6d10 030185 beq uppersm_reconn_rfcomm_cfg ,process_upper_sm_reconn_rfcomm_cfg 
+0x6d11 030186 beq uppersm_reconn_rfcomm_cfg_wait ,process_upper_sm_reconn_rfcomm_cfg_wait 
+0x6d12 030187 beq uppersm_reconn_rfcomm_sabm ,process_upper_sm_reconn_rfcomm_sabm 
+0x6d13 030188 beq uppersm_reconn_rfcomm_sabm_wait ,process_upper_sm_reconn_rfcomm_sabm_wait 
+0x6d14 030189 beq uppersm_reconn_spp_cmd_pn ,process_upper_sm_reconn_spp_cmd_pn 
+0x6d15 030190 beq uppersm_reconn_spp_cmd_pn_wait ,process_upper_sm_reconn_spp_cmd_pn_wait 
+0x6d16 030191 beq uppersm_reconn_spp_sabm ,process_upper_sm_reconn_spp_sabm 
+0x6d17 030192 beq uppersm_reconn_spp_sabm_wait ,process_upper_sm_reconn_spp_sabm_wait 
+0x6d18 030193 beq uppersm_reconn_spp_cmd_ms ,process_upper_sm_reconn_spp_cmd_ms 
+0x6d19 030194 beq uppersm_reconn_spp_cmd_ms_wait ,process_upper_sm_reconn_spp_cmd_ms_wait 
+:      030195 process_upper_sm_reconn_wait:
+0x6d1a 030196 rtn 
+:      030197 process_upper_sm_reconn_sdp_conn:
+0x6d1b 030198 call upper_sm_send_sdp_conn 
+0x6d1c 030199 jam uppersm_reconn_sdp_conn_wait ,mem_upper_sm_reconn 
+0x6d1d 030200 fetch 1 ,mem_sdp_state 
+0x6d1e 030201 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d1f 030202 store 1 ,mem_sdp_state 
+0x6d20 030203 rtn 
+:      030204 process_upper_sm_reconn_sdp_cfg:
+0x6d21 030205 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
+0x6d22 030206 fetch 1 ,mem_sdp_state 
+0x6d23 030207 rtnbit1 l2cap_channel_state_snd_cfg_req 
+0x6d24 030208 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
+0x6d25 030209 call upper_sm_send_sdp_cfg 
+0x6d26 030210 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
+0x6d27 030211 fetch 1 ,mem_sdp_state 
+0x6d28 030212 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d29 030213 store 1 ,mem_sdp_state 
+0x6d2a 030214 rtn 
+:      030215 process_upper_sm_reconn_ss_spp:
+0x6d2b 030216 call l2cap_malloc_is_fifo_empty 
+0x6d2c 030217 nrtn blank 
+0x6d2d 030218 call upper_sm_send_ss_spp 
+0x6d2e 030219 jam uppersm_reconn_ss_spp_wait ,mem_upper_sm_reconn 
+0x6d2f 030220 rtn 
+:      030221 process_upper_sm_reconn_sdp_disconn:
+0x6d30 030222 call upper_sm_send_sdp_disconn 
+0x6d31 030223 jam uppersm_reconn_sdp_disconn_wait ,mem_upper_sm_reconn 
+0x6d32 030224 rtn 
+:      030225 process_upper_sm_reconn_hid_ctrl_conn:
+0x6d33 030226 call upper_sm_send_hid_ctrl_conn 
+0x6d34 030227 jam uppersm_reconn_hid_ctrl_conn_wait ,mem_upper_sm_reconn 
+0x6d35 030228 fetch 1 ,mem_hid_control_state 
+0x6d36 030229 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d37 030230 store 1 ,mem_hid_control_state 
+0x6d38 030231 rtn 
+:      030232 process_upper_sm_reconn_hid_ctrl_cfg:
+0x6d39 030233 call upper_sm_send_hid_ctrl_cfg 
+0x6d3a 030234 jam uppersm_reconn_hid_ctrl_cfg_wait ,mem_upper_sm_reconn 
+0x6d3b 030235 fetch 1 ,mem_hid_control_state 
+0x6d3c 030236 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d3d 030237 store 1 ,mem_hid_control_state 
+0x6d3e 030238 rtn 
+:      030239 process_upper_sm_reconn_hid_int_conn:
+0x6d3f 030240 call upper_sm_send_hid_int_conn 
+0x6d40 030241 jam uppersm_reconn_hid_int_conn_wait ,mem_upper_sm_reconn 
+0x6d41 030242 fetch 1 ,mem_hid_interrupt_state 
+0x6d42 030243 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d43 030244 store 1 ,mem_hid_interrupt_state 
+0x6d44 030245 rtn 
+:      030246 process_upper_sm_reconn_hid_int_cfg:
+0x6d45 030247 call upper_sm_send_hid_int_cfg 
+0x6d46 030248 jam uppersm_reconn_hid_int_cfg_wait ,mem_upper_sm_reconn 
+0x6d47 030249 fetch 1 ,mem_hid_interrupt_state 
+0x6d48 030250 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d49 030251 store 1 ,mem_hid_interrupt_state 
+0x6d4a 030252 rtn 
+:      030253 process_upper_sm_reconn_rfcomm_conn:
+0x6d4b 030254 call upper_sm_send_rfcomm_conn 
+0x6d4c 030255 jam uppersm_reconn_rfcomm_conn_wait ,mem_upper_sm_reconn 
+0x6d4d 030256 fetch 1 ,mem_rfcomm_state 
+0x6d4e 030257 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d4f 030258 store 1 ,mem_rfcomm_state 
+0x6d50 030259 rtn 
+:      030260 process_upper_sm_reconn_rfcomm_cfg:
+0x6d51 030261 call upper_sm_send_rfcomm_cfg 
+0x6d52 030262 jam uppersm_reconn_rfcomm_cfg_wait ,mem_upper_sm_reconn 
+0x6d53 030263 fetch 1 ,mem_rfcomm_state 
+0x6d54 030264 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d55 030265 store 1 ,mem_rfcomm_state 
+0x6d56 030266 rtn 
+:      030267 process_upper_sm_reconn_rfcomm_sabm:
+0x6d57 030268 call upper_sm_send_rfcomm_sabm 
+0x6d58 030269 jam uppersm_reconn_rfcomm_sabm_wait ,mem_upper_sm_reconn 
+0x6d59 030270 fetch 1 ,mem_rfcomm_state 
+0x6d5a 030271 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
+0x6d5b 030272 store 1 ,mem_rfcomm_state 
+0x6d5c 030273 rtn 
+:      030274 process_upper_sm_reconn_spp_cmd_pn:
+0x6d5d 030275 call upper_sm_send_spp_cmd_pn 
+0x6d5e 030276 fetch 1 ,mem_spp_state 
+0x6d5f 030277 set1 rfcomm_channel_state_pn_cmd 
+0x6d60 030278 store 1 ,mem_spp_state 
+0x6d61 030279 jam uppersm_reconn_spp_cmd_pn_wait ,mem_upper_sm_reconn 
+0x6d62 030280 rtn 
+:      030281 process_upper_sm_reconn_spp_sabm:
+0x6d63 030282 call upper_sm_send_spp_sabm 
+0x6d64 030283 fetch 1 ,mem_spp_state 
+0x6d65 030284 set1 rfcomm_channel_state_sabm 
+0x6d66 030285 store 1 ,mem_spp_state 
+0x6d67 030286 jam uppersm_reconn_spp_sabm_wait ,mem_upper_sm_reconn 
+0x6d68 030287 fetch 1 ,mem_remote_spp_channel 
+0x6d69 030288 lshift3 pdata ,pdata 
+0x6d6a 030289 or_into 3 ,pdata 
+0x6d6b 030290 arg mem_hiufcs_spp ,temp 
+0x6d6c 030291 storet 2 ,mem_contw_temp 
+0x6d6d 030292 branch rfcomm_save_fcs_uih 
+:      030293 process_upper_sm_reconn_spp_cmd_ms:
+0x6d6e 030294 call upper_sm_send_spp_cmd_ms 
+0x6d6f 030295 fetch 1 ,mem_spp_state 
+0x6d70 030296 set1 rfcomm_channel_state_snd_ms_cmd 
+0x6d71 030297 store 1 ,mem_spp_state 
+0x6d72 030298 jam uppersm_reconn_spp_cmd_ms_wait ,mem_upper_sm_reconn 
+0x6d73 030299 rtn 
+:      030301 process_upper_sm_reconn_sdp_conn_wait:
+0x6d74 030302 fetch 1 ,mem_sdp_state 
+0x6d75 030303 rtnbit0 l2cap_channel_state_conn_res 
+0x6d76 030304 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
+0x6d77 030305 branch process_upper_sm_reconn 
+:      030306 process_upper_sm_reconn_sdp_cfg_wait:
+0x6d78 030307 fetch 1 ,mem_sdp_state 
+0x6d79 030308 rtnne l2cap_channel_setup_complete 
+0x6d7a 030309 jam uppersm_reconn_ss_spp ,mem_upper_sm_reconn 
+:      030310 process_upper_sm_reconn_ss_spp_wait:
+0x6d7b 030311 fetch 1 ,mem_message_to_uppersm 
+0x6d7c 030312 rtnne recieve_ss_reasult_hf 
+0x6d7d 030313 jam 0 ,mem_message_to_uppersm 
+0x6d7e 030314 jam uppersm_reconn_sdp_disconn ,mem_upper_sm_reconn 
+0x6d7f 030315 branch process_upper_sm_reconn 
+:      030316 process_upper_sm_reconn_sdp_disconn_wait:
+0x6d80 030317 fetch 1 ,mem_sdp_state 
+0x6d81 030318 nrtn blank 
+0x6d82 030319 fetch 1 ,mem_ui_profile_supported 
+0x6d83 030320 bbit1 support_hid ,process_upper_sm_reconn_setup_hid 
+0x6d84 030321 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
+0x6d85 030322 branch process_upper_sm_reconn_termination 
+:      030323 process_upper_sm_reconn_hid_ctrl_conn_wait:
+0x6d86 030324 fetch 1 ,mem_hid_control_state 
+0x6d87 030325 rtnbit0 l2cap_channel_state_conn_res 
+0x6d88 030326 jam uppersm_reconn_hid_ctrl_cfg ,mem_upper_sm_reconn 
+0x6d89 030327 branch process_upper_sm_reconn 
+:      030328 process_upper_sm_reconn_hid_ctrl_cfg_wait:
+0x6d8a 030329 fetch 1 ,mem_hid_control_state 
+0x6d8b 030330 rtnne l2cap_channel_setup_complete 
+0x6d8c 030331 jam uppersm_reconn_hid_int_conn ,mem_upper_sm_reconn 
+0x6d8d 030332 branch process_upper_sm_reconn 
+:      030333 process_upper_sm_reconn_hid_int_conn_wait:
+0x6d8e 030334 fetch 1 ,mem_hid_interrupt_state 
+0x6d8f 030335 rtnbit0 l2cap_channel_state_conn_res 
+0x6d90 030336 jam uppersm_reconn_hid_int_cfg ,mem_upper_sm_reconn 
+0x6d91 030337 branch process_upper_sm_reconn 
+:      030338 process_upper_sm_reconn_hid_int_cfg_wait:
+0x6d92 030339 fetch 1 ,mem_hid_interrupt_state 
+0x6d93 030340 rtnne l2cap_channel_setup_complete 
+0x6d94 030341 fetch 1 ,mem_ui_profile_supported 
+0x6d95 030342 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
+0x6d96 030343 branch process_upper_sm_reconn_termination 
+:      030344 process_upper_sm_reconn_rfcomm_conn_wait:
+0x6d97 030345 fetch 1 ,mem_rfcomm_state 
+0x6d98 030346 rtnbit0 l2cap_channel_state_conn_res 
+0x6d99 030347 jam uppersm_reconn_rfcomm_cfg ,mem_upper_sm_reconn 
+0x6d9a 030348 branch process_upper_sm_reconn 
+:      030349 process_upper_sm_reconn_rfcomm_cfg_wait:
+0x6d9b 030350 fetch 1 ,mem_rfcomm_state 
+0x6d9c 030351 rtnne l2cap_channel_setup_complete 
+0x6d9d 030352 jam uppersm_reconn_rfcomm_sabm ,mem_upper_sm_reconn 
+0x6d9e 030353 branch process_upper_sm_reconn 
+:      030354 process_upper_sm_reconn_rfcomm_sabm_wait:
+0x6d9f 030355 fetch 1 ,mem_rfcomm_state 
+0x6da0 030356 rtnne l2cap_channel_rfcomm_dlci0_opened 
+0x6da1 030357 fetch 1 ,mem_ui_profile_supported 
+0x6da2 030358 bbit1 support_spp ,process_upper_sm_reconn_setup_spp 
+0x6da3 030359 branch process_upper_sm_reconn_termination 
+:      030360 process_upper_sm_reconn_spp_cmd_pn_wait:
+0x6da4 030361 fetch 1 ,mem_spp_state 
+0x6da5 030362 rtnbit0 rfcomm_channel_state_pn_res 
+0x6da6 030363 jam uppersm_reconn_spp_sabm ,mem_upper_sm_reconn 
+0x6da7 030364 branch process_upper_sm_reconn 
+:      030365 process_upper_sm_reconn_spp_sabm_wait:
+0x6da8 030366 fetch 1 ,mem_spp_state 
+0x6da9 030367 rtnbit0 rfcomm_channel_state_ua 
+0x6daa 030368 jam uppersm_reconn_spp_cmd_ms ,mem_upper_sm_reconn 
+0x6dab 030369 branch process_upper_sm_reconn 
+:      030370 process_upper_sm_reconn_spp_cmd_ms_wait:
+0x6dac 030371 fetch 1 ,mem_spp_state 
+0x6dad 030372 rtnne rfcomm_channel_setup_complete 
+0x6dae 030373 branch process_upper_sm_reconn_termination 
+:      030375 process_upper_sm_reconn_setup_hid:
+0x6daf 030376 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
+0x6db0 030377 branch process_upper_sm_reconn 
+:      030379 process_upper_sm_reconn_setup_rfcomm:
+0x6db1 030380 jam uppersm_reconn_rfcomm_conn ,mem_upper_sm_reconn 
+0x6db2 030381 branch process_upper_sm_reconn 
+:      030382 process_upper_sm_reconn_setup_spp:
+0x6db3 030383 jam uppersm_reconn_spp_cmd_pn ,mem_upper_sm_reconn 
+0x6db4 030384 branch process_upper_sm_reconn 
+:      030388 process_upper_sm_reconn_termination:
+0x6db5 030389 jam 0 ,mem_upper_sm_reconn 
+0x6db6 030390 rtn 
+:      030391 upper_sm_send_sdp_conn:
+0x6db7 030392 bpatchx patch37_7 ,mem_patch37 
+0x6db8 030393 call l2cap_malloc_signal_channel 
+0x6db9 030394 setarg psm_sdp 
+0x6dba 030395 copy pdata ,temp 
+0x6dbb 030396 setarg l2cap_sdp_channel 
+0x6dbc 030397 copy pdata ,timeup 
+0x6dbd 030398 branch ml2cap_send_signal_connect_req 
+:      030400 upper_sm_send_sdp_cfg:
+0x6dbe 030401 bpatchx patch38_0 ,mem_patch38 
+0x6dbf 030402 call l2cap_malloc_signal_channel 
+0x6dc0 030403 fetch 2 ,mem_sdp_remote_cid 
+0x6dc1 030404 copy pdata ,temp 
+0x6dc2 030405 branch ml2cap_send_signal_config_req 
+:      030407 upper_sm_send_sdp_disconn:
+0x6dc3 030408 bpatchx patch38_1 ,mem_patch38 
+0x6dc4 030409 call l2cap_malloc_signal_channel 
+0x6dc5 030410 fetch 2 ,mem_sdp_remote_cid 
+0x6dc6 030411 copy pdata ,temp 
+0x6dc7 030412 arg l2cap_sdp_channel ,timeup 
+0x6dc8 030413 call ml2cap_send_signal_disconn_req 
+0x6dc9 030414 fetch 1 ,mem_sdp_state 
+0x6dca 030415 set0 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x6dcb 030416 store 1 ,mem_sdp_state 
+0x6dcc 030417 rtn 
+:      030419 upper_sm_send_ss_spp:
+0x6dcd 030420 bpatchx patch38_2 ,mem_patch38 
+0x6dce 030421 call l2cap_malloc_sdp_channel 
+0x6dcf 030422 call sdp_send_spp_request 
+0x6dd0 030423 branch msdp_send_req_done 
+:      030425 upper_sm_send_rfcomm_conn:
+0x6dd1 030426 bpatchx patch38_3 ,mem_patch38 
+0x6dd2 030427 call l2cap_malloc_signal_channel 
+0x6dd3 030428 setarg psm_rfcomm 
+0x6dd4 030429 copy pdata ,temp 
+0x6dd5 030430 setarg l2cap_rfcomm_channel 
+0x6dd6 030431 copy pdata ,timeup 
+0x6dd7 030432 branch ml2cap_send_signal_connect_req 
+:      030434 upper_sm_send_rfcomm_cfg:
+0x6dd8 030435 bpatchx patch38_4 ,mem_patch38 
+0x6dd9 030436 call l2cap_malloc_signal_channel 
+0x6dda 030437 fetch 2 ,mem_rfcomm_remote_cid 
+0x6ddb 030438 copy pdata ,temp 
+0x6ddc 030439 branch ml2cap_send_signal_config_req 
+:      030441 upper_sm_send_hid_ctrl_conn:
+0x6ddd 030442 bpatchx patch38_5 ,mem_patch38 
+0x6dde 030443 call l2cap_malloc_signal_channel 
+0x6ddf 030444 setarg psm_hid_control 
+0x6de0 030445 copy pdata ,temp 
+0x6de1 030446 setarg l2cap_hid_control_channel 
+0x6de2 030447 copy pdata ,timeup 
+0x6de3 030448 branch ml2cap_send_signal_connect_req 
+:      030450 upper_sm_send_hid_ctrl_cfg:
+0x6de4 030451 bpatchx patch38_6 ,mem_patch38 
+0x6de5 030452 call l2cap_malloc_signal_channel 
+0x6de6 030453 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x6de7 030454 copy pdata ,temp 
+0x6de8 030455 branch ml2cap_send_signal_config_req 
+:      030457 upper_sm_send_hid_int_conn:
+0x6de9 030458 bpatchx patch38_7 ,mem_patch38 
+0x6dea 030459 call l2cap_malloc_signal_channel 
+0x6deb 030460 setarg psm_hid_interrupt 
+0x6dec 030461 copy pdata ,temp 
+0x6ded 030462 setarg l2cap_hid_interrupt_channel 
+0x6dee 030463 copy pdata ,timeup 
+0x6def 030464 branch ml2cap_send_signal_connect_req 
+:      030466 upper_sm_send_hid_int_cfg:
+0x6df0 030467 bpatchx patch39_0 ,mem_patch39 
+0x6df1 030468 call l2cap_malloc_signal_channel 
+0x6df2 030469 fetch 2 ,mem_hid_int_remote_cid 
+0x6df3 030470 copy pdata ,temp 
+0x6df4 030471 branch ml2cap_send_signal_config_req 
+:      030473 upper_sm_send_rfcomm_sabm:
+0x6df5 030474 bpatchx patch39_1 ,mem_patch39 
+0x6df6 030475 call l2cap_malloc_rfcomm_channel 
+0x6df7 030477 jam 3 ,mem_current_adss 
+0x6df8 030478 jam 0x1c ,mem_current_fcs 
+0x6df9 030479 call rfcomm_send_sabm 
+0x6dfa 030480 jam 1 ,mem_rfcomm_initiator 
+0x6dfb 030481 rtn 
+:      030483 upper_sm_send_spp_cmd_pn:
+0x6dfc 030484 bpatchx patch39_2 ,mem_patch39 
+0x6dfd 030485 call l2cap_malloc_rfcomm_channel 
+0x6dfe 030486 fetcht 1 ,mem_remote_spp_channel 
+0x6dff 030487 call channel_to_dlci 
+0x6e00 030488 storet 1 ,mem_pn_dlci 
+0x6e01 030489 branch rfcomm_send_param_neg_cmd 
+:      030491 upper_sm_send_spp_sabm:
+0x6e02 030492 bpatchx patch39_3 ,mem_patch39 
+0x6e03 030493 call l2cap_malloc_rfcomm_channel 
+0x6e04 030494 fetcht 1 ,mem_pn_dlci 
+0x6e05 030495 call dlci_to_address_cmd 
+0x6e06 030496 call rfcomm_calculate_fcs_sabm 
+0x6e07 030497 store 1 ,mem_current_fcs 
+0x6e08 030498 fetcht 1 ,mem_pn_dlci 
+0x6e09 030499 call dlci_to_address_cmd 
+0x6e0a 030500 storet 1 ,mem_current_adss 
+0x6e0b 030501 branch rfcomm_send_sabm 
+:      030503 upper_sm_send_spp_cmd_ms:
+0x6e0c 030504 bpatchx patch39_4 ,mem_patch39 
+0x6e0d 030505 call l2cap_malloc_rfcomm_channel 
+0x6e0e 030506 fetcht 1 ,mem_pn_dlci 
+0x6e0f 030507 call dlci_to_address_cmd 
+0x6e10 030508 branch rfcomm_send_modem_status_cmd 
+:      030521 sdp_process:
+0x6e11 030522 bpatchx patch39_5 ,mem_patch39 
+0x6e12 030523 fetch 2 ,mem_l2cap_payload_ptr 
+0x6e13 030524 iforce contr 
+0x6e14 030527 ifetch 1 ,contr 
+0x6e15 030528 copy pdata ,regb 
+0x6e16 030529 store 1 ,mem_sdp_pduid 
+0x6e17 030530 ifetch 2 ,contr 
+0x6e18 030531 store 2 ,mem_sdp_transactionid 
+0x6e19 030532 ifetch 1 ,contr 
+0x6e1a 030533 lshift8 pdata ,timeup 
+0x6e1b 030534 ifetch 1 ,contr 
+0x6e1c 030535 iadd timeup ,timeup 
+0x6e1d 030536 bpatchx patch39_6 ,mem_patch39 
+0x6e1e 030537 copy contr ,temp 
+0x6e1f 030538 arg 4 ,loopcnt 
+0x6e20 030539 arg mem_sdp_handle_list ,contw 
+0x6e21 030540 call memset0 
+0x6e22 030541 copy temp ,contr 
+0x6e23 030542 deposit regb 
+0x6e24 030543 beq sdp_error_res ,sdp_process_error_res 
+0x6e25 030544 beq sdp_search_req ,sdp_process_ss_req 
+0x6e26 030545 beq sdp_search_res ,sdp_process_ss_res 
+0x6e27 030546 beq sdp_attribute_req ,sdp_process_sa_req 
+0x6e28 030547 beq sdp_attribute_res ,sdp_process_sa_res 
+0x6e29 030548 beq sdp_searchattrib_req ,sdp_process_ssa_req 
+0x6e2a 030549 beq sdp_searchattrib_res ,sdp_process_ssa_res 
+0x6e2b 030550 branch sdp_insufficient_resource 
+:      030561 sdp_process_ss_req:
+0x6e2c 030562 bpatchx patch39_7 ,mem_patch39 
+0x6e2d 030563 call ask_serviceclassid 
+0x6e2e 030564 compare 1 ,temp ,0xff 
+0x6e2f 030565 branch ss_empty_rsp ,true 
+0x6e30 030566 compare 0xff ,temp ,0xff 
+0x6e31 030567 branch sdp_invalid_request_syntax ,true 
+0x6e32 030569 ifetch 2 ,contr 
+0x6e33 030570 store 2 ,mem_sdp_record_maxcnt 
+0x6e34 030571 increase -2 ,timeup 
+0x6e35 030573 increase -1 ,timeup 
+0x6e36 030574 nbranch sdp_invalid_pdu_size ,zero 
+0x6e37 030575 arg mem_sdp_uuid_search_ptr ,timeup 
+0x6e38 030576 ifetch 2 ,timeup 
+0x6e39 030577 rtn blank 
+0x6e3a 030578 call search_all_uuid 
+0x6e3b 030579 call l2cap_get_sdp_tx_payload 
+0x6e3c 030580 force 3 ,pdata 
+0x6e3d 030581 istore 1 ,contw 
+0x6e3e 030582 fetch 2 ,mem_sdp_transactionid 
+0x6e3f 030583 istore 2 ,contw 
+0x6e40 030584 lshift2 queue ,pdata 
+0x6e41 030585 add pdata ,5 ,pdata 
+0x6e42 030586 add pdata ,5 ,regc 
+0x6e43 030587 byteswap pdata ,pdata 
+0x6e44 030588 istore 2 ,contw 
+0x6e45 030589 deposit queue 
+0x6e46 030590 byteswap pdata ,pdata 
+0x6e47 030591 istore 2 ,contw 
+0x6e48 030592 istore 2 ,contw 
+0x6e49 030593 arg mem_sdp_handle_list ,contr 
+0x6e4a 030594 copy queue ,loopcnt 
+0x6e4b 030595 branch ss_req_blank ,zero 
+:      030596 ss_req_loop:
+0x6e4c 030597 ifetch 4 ,contr 
+0x6e4d 030598 istore 4 ,contw 
+0x6e4e 030599 loop ss_req_loop 
+:      030600 ss_req_blank:
+0x6e4f 030601 force 0 ,pdata 
+0x6e50 030602 istore 1 ,contw 
+0x6e51 030603 deposit regc 
+0x6e52 030604 store 2 ,mem_sdp_tx_pkt_length 
+0x6e53 030606 rtn 
+:      030617 sdp_process_sa_req:
+0x6e54 030618 bpatchx patch3a_0 ,mem_patch3a 
+0x6e55 030619 ifetch 4 ,contr 
+0x6e56 030620 store 4 ,mem_sdp_record_handle 
+0x6e57 030621 increase -4 ,timeup 
+0x6e58 030622 call sdp_store_maxbyte 
+0x6e59 030623 store 2 ,mem_sdp_attribute_maxbyte 
+0x6e5a 030624 increase -2 ,timeup 
+0x6e5b 030625 call dataelementtype6 
+0x6e5c 030626 branch sdp_invalid_request_syntax ,zero 
+0x6e5d 030627 compare 5 ,rega ,0xff 
+0x6e5e 030629 branch sa_judge_wholerange ,true 
+:      030630 sa_isnot_wholerange:
+0x6e5f 030631 arg mem_sdp_attrib_list ,contw 
+0x6e60 030632 force 0 ,queue 
+0x6e61 030633 branch sa_req_loop 
+:      030634 sa_judge_wholerange:
+0x6e62 030635 ifetch 1 ,contr 
+0x6e63 030636 bne sdp_attribute_range ,sdp_invalid_request_syntax 
+0x6e64 030637 ifetch 2 ,contr 
+0x6e65 030638 nbranch sa_judge_wholerange_false1 ,blank 
+0x6e66 030639 ifetch 1 ,contr 
+0x6e67 030640 bne 0xff ,sa_judge_wholerange_false2 
+0x6e68 030641 ifetch 1 ,contr 
+0x6e69 030642 bne 0xff ,sa_judge_wholerange_false3 
+0x6e6a 030643 branch sa_req_all 
+:      030644 sa_judge_wholerange_false3:
+0x6e6b 030645 increase -5 ,contr 
+0x6e6c 030646 branch sa_isnot_wholerange 
+:      030647 sa_judge_wholerange_false2:
+0x6e6d 030648 increase -4 ,contr 
+0x6e6e 030649 branch sa_isnot_wholerange 
+:      030650 sa_judge_wholerange_false1:
+0x6e6f 030651 increase -3 ,contr 
+0x6e70 030652 branch sa_isnot_wholerange 
+:      030653 sa_req_loop:
+0x6e71 030654 ifetch 1 ,contr 
+0x6e72 030655 beq sdp_attribute_id ,sa_req_one_id 
+0x6e73 030656 beq sdp_attribute_range ,sa_req_range 
+:      030657 sa_req_range:
+0x6e74 030658 ifetch 2 ,contr 
+0x6e75 030659 istore 2 ,contw 
+0x6e76 030660 increase 1 ,queue 
+0x6e77 030661 byteswap pdata ,regb 
+0x6e78 030662 ifetch 2 ,contr 
+0x6e79 030663 byteswap pdata ,pdata 
+:      030664 sa_req_range_id_increase:
+0x6e7a 030665 increase 1 ,regb 
+0x6e7b 030666 isub regb ,null 
+0x6e7c 030667 nbranch sa_req_range_id_finish ,positive 
+0x6e7d 030668 copy pdata ,regc 
+0x6e7e 030669 byteswap regb ,pdata 
+0x6e7f 030670 istore 2 ,contw 
+0x6e80 030671 increase 1 ,queue 
+0x6e81 030672 copy regc ,pdata 
+0x6e82 030673 branch sa_req_range_id_increase 
+:      030674 sa_req_range_id_finish:
+0x6e83 030675 increase -5 ,timeup 
+0x6e84 030676 increase -5 ,rega 
+0x6e85 030677 branch sa_req_check_next_id 
+:      030678 sa_req_one_id:
+0x6e86 030679 ifetch 2 ,contr 
+0x6e87 030680 istore 2 ,contw 
+0x6e88 030681 increase 1 ,queue 
+0x6e89 030682 increase -3 ,timeup 
+0x6e8a 030683 increase -3 ,rega 
+:      030684 sa_req_check_next_id:
+0x6e8b 030685 nbranch sdp_invalid_request_syntax ,positive 
+0x6e8c 030686 nbranch sa_req_loop ,zero 
+0x6e8d 030687 increase -1 ,timeup 
+0x6e8e 030688 nbranch sdp_invalid_request_syntax ,zero 
+0x6e8f 030690 call l2cap_get_sdp_tx_payload 
+0x6e90 030691 increase 10 ,contw 
+0x6e91 030692 arg mem_sdp_attrib_list ,rega 
+:      030693 sa_req_handle_attributelist_next:
+0x6e92 030694 copy queue ,pdata 
+0x6e93 030695 branch sa_req_handle_attributelist_end ,blank 
+0x6e94 030696 ifetch 2 ,rega 
+0x6e95 030697 branch sa_req_handle_attributelist_end ,blank 
+0x6e96 030698 iforce regb 
+0x6e97 030699 fetch 4 ,mem_sdp_record_handle 
+0x6e98 030700 iforce temp 
+0x6e99 030701 call search_handle_attrib 
+0x6e9a 030702 copy contr ,pdata 
+0x6e9b 030703 branch sa_req_handle_attributelist_notfound ,blank 
+0x6e9c 030704 increase -3 ,contr 
+0x6e9d 030705 ifetch 3 ,contr 
+0x6e9e 030706 istore 3 ,contw 
+0x6e9f 030707 call sdp_data_len 
+0x6ea0 030708 iforce loopcnt 
+0x6ea1 030709 call memcpy 
+:      030710 sa_req_handle_attributelist_notfound:
+0x6ea2 030711 increase 2 ,rega 
+0x6ea3 030712 increase -1 ,queue 
+0x6ea4 030713 branch sa_req_handle_attributelist_next 
+:      030715 sa_req_handle_attributelist_end:
+0x6ea5 030716 arg sdp_attribute_res ,rega 
+0x6ea6 030717 call ssa_req_range_lastfreg_common 
+0x6ea7 030718 fetch 2 ,mem_sdp_tx_pkt_length 
+0x6ea8 030719 beq 11 ,sa_empty_rsp 
+0x6ea9 030720 branch ssa_req_range_attrbutes_length_no_continue 
+:      030723 sdp_store_continue_common:
+0x6eaa 030724 ifetch 1 ,contr 
+0x6eab 030725 beq 0 ,sdp_store_continue_0byte 
+0x6eac 030726 beq 1 ,sdp_store_continue_1byte 
+0x6ead 030727 beq 2 ,sdp_store_continue_2byte 
+:      030728 sdp_store_continue_0byte:
+0x6eae 030729 increase -1 ,timeup 
+0x6eaf 030730 branch sdp_store_continue_end 
+:      030731 sdp_store_continue_1byte:
+0x6eb0 030732 ifetch 1 ,contr 
+0x6eb1 030733 increase -2 ,timeup 
+0x6eb2 030734 branch sdp_store_continue_end 
+:      030735 sdp_store_continue_2byte:
+0x6eb3 030736 ifetch 2 ,contr 
+0x6eb4 030737 byteswap pdata ,pdata 
+0x6eb5 030738 increase -3 ,timeup 
+:      030739 sdp_store_continue_end:
+0x6eb6 030740 store 2 ,mem_sdp_continue_byte 
+0x6eb7 030741 rtn 
+:      030743 sa_req_all:
+0x6eb8 030744 increase -5 ,timeup 
+0x6eb9 030745 call sdp_store_continue_common 
+0x6eba 030746 nbranch sdp_invalid_pdu_size ,zero 
+0x6ebb 030747 fetcht 4 ,mem_sdp_record_handle 
+0x6ebc 030748 call search_handle 
+0x6ebd 030749 nbranch sdp_invalid_service_record_handle ,zero 
+0x6ebe 030750 copy contr ,rega 
+0x6ebf 030751 call l2cap_get_sdp_tx_payload 
+0x6ec0 030752 copy rega ,contr 
+0x6ec1 030753 increase 3 ,contw 
+0x6ec2 030754 copy contr ,timeup 
+0x6ec3 030755 call sdp_get_data 
+0x6ec4 030756 copy pdata ,rega 
+0x6ec5 030758 fetch 2 ,mem_sdp_continue_byte 
+0x6ec6 030759 copy pdata ,regb 
+0x6ec7 030760 copy rega ,pdata 
+0x6ec8 030761 isub regb ,regb 
+0x6ec9 030762 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6eca 030763 isub regb ,null 
+0x6ecb 030764 nbranch sa_req_all_fragment_sdp ,positive 
+0x6ecc 030766 disable user 
+0x6ecd 030767 fetch 2 ,mem_sdp_continue_byte 
+0x6ece 030768 branch sa_req_all_fisrt_fragment ,blank 
+0x6ecf 030769 iadd timeup ,contr 
+0x6ed0 030770 increase 3 ,regb 
+0x6ed1 030771 copy regb ,loopcnt 
+0x6ed2 030772 copy loopcnt ,pdata 
+0x6ed3 030773 increase 3 ,pdata 
+0x6ed4 030774 byteswap pdata ,pdata 
+0x6ed5 030775 istore 2 ,contw 
+0x6ed6 030776 copy loopcnt ,pdata 
+0x6ed7 030777 byteswap pdata ,pdata 
+0x6ed8 030778 istore 2 ,contw 
+0x6ed9 030779 branch sa_req_all_answer_attributelist_full_loop 
+:      030780 sa_req_all_fisrt_fragment:
+0x6eda 030781 add rega ,6 ,loopcnt 
+0x6edb 030782 branch sa_req_all_parlength_continue_byte ,user 
+0x6edc 030783 byteswap loopcnt ,pdata 
+0x6edd 030784 branch sa_req_all_parlength_continue_byte_end 
+:      030785 sa_req_all_parlength_continue_byte:
+0x6ede 030786 copy loopcnt ,pdata 
+0x6edf 030787 increase 2 ,pdata 
+0x6ee0 030788 byteswap pdata ,pdata 
+:      030789 sa_req_all_parlength_continue_byte_end:
+0x6ee1 030790 istore 2 ,contw 
+0x6ee2 030791 increase -3 ,loopcnt 
+0x6ee3 030792 byteswap loopcnt ,pdata 
+0x6ee4 030793 istore 2 ,contw 
+0x6ee5 030794 copy timeup ,contr 
+0x6ee6 030795 branch sa_req_all_answer_attributelist_full_loop 
+:      030796 sa_req_all_fragment_sdp:
+0x6ee7 030797 enable user 
+0x6ee8 030799 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6ee9 030800 copy pdata ,rega 
+0x6eea 030801 copy rega ,loopcnt 
+0x6eeb 030802 fetch 2 ,mem_sdp_continue_byte 
+0x6eec 030803 branch sa_req_all_fisrt_fragment ,blank 
+0x6eed 030804 iadd timeup ,contr 
+0x6eee 030805 copy rega ,pdata 
+0x6eef 030806 increase 5 ,pdata 
+0x6ef0 030807 byteswap pdata ,pdata 
+0x6ef1 030808 istore 2 ,contw 
+0x6ef2 030809 copy rega ,pdata 
+0x6ef3 030810 byteswap pdata ,pdata 
+0x6ef4 030811 istore 2 ,contw 
+:      030812 sa_req_all_answer_attributelist_full_loop:
+0x6ef5 030813 call memcpy 
+0x6ef6 030814 nbranch sa_req_all_last_frag_continue ,user 
+0x6ef7 030815 force 2 ,pdata 
+0x6ef8 030816 istore 1 ,contw 
+0x6ef9 030817 copy contr ,pdata 
+0x6efa 030818 isub timeup ,pdata 
+0x6efb 030819 byteswap pdata ,pdata 
+0x6efc 030820 istore 2 ,contw 
+0x6efd 030821 branch sa_req_all_frag_end 
+:      030822 sa_req_all_last_frag_continue:
+0x6efe 030823 force 0 ,pdata 
+0x6eff 030824 istore 1 ,contw 
+:      030825 sa_req_all_frag_end:
+0x6f00 030826 arg sdp_attribute_res ,rega 
+0x6f01 030827 branch ssa_req_range_common 
+:      030838 sdp_process_ssa_req:
+0x6f02 030839 bpatchx patch3a_1 ,mem_patch3a 
+0x6f03 030840 call ask_serviceclassid 
+0x6f04 030841 compare 0xff ,temp ,0xff 
+0x6f05 030842 branch sdp_invalid_request_syntax ,true 
+0x6f06 030843 call sdp_store_maxbyte 
+0x6f07 030844 store 2 ,mem_sdp_attribute_maxbyte 
+0x6f08 030845 increase -2 ,timeup 
+0x6f09 030846 call dataelementtype6 
+0x6f0a 030847 arg mem_sdp_attrib_list ,contw 
+0x6f0b 030848 force 0 ,queue 
+:      030849 ssa_req_loop:
+0x6f0c 030850 ifetch 1 ,contr 
+0x6f0d 030851 beq sdp_attribute_range ,ssa_req_range 
+0x6f0e 030852 ifetch 2 ,contr 
+0x6f0f 030853 istore 2 ,contw 
+0x6f10 030854 increase 1 ,queue 
+0x6f11 030855 increase -3 ,timeup 
+0x6f12 030856 increase -3 ,rega 
+0x6f13 030857 nbranch sdp_invalid_request_syntax ,positive 
+0x6f14 030858 nbranch ssa_req_loop ,zero 
+0x6f15 030859 increase -1 ,timeup 
+0x6f16 030860 nbranch sdp_invalid_request_syntax ,zero 
+0x6f17 030861 call l2cap_get_sdp_tx_payload 
+0x6f18 030862 increase 13 ,contw 
+0x6f19 030863 fetch 2 ,mem_sdp_uuid_search_ptr 
+0x6f1a 030864 iforce regc 
+0x6f1b 030865 arg mem_sdp_attrib_list ,rega 
+:      030866 ssa_req_attributelist_next:
+0x6f1c 030867 ifetch 2 ,rega 
+0x6f1d 030868 branch ssa_req_attributelist_end ,blank 
+0x6f1e 030869 iforce regb 
+0x6f1f 030870 call search_attrib 
+0x6f20 030871 branch ssa_req_attributelist_notfound ,blank 
+0x6f21 030872 increase -3 ,contr 
+0x6f22 030873 ifetch 3 ,contr 
+0x6f23 030874 istore 3 ,contw 
+0x6f24 030875 call sdp_data_len 
+0x6f25 030876 iforce loopcnt 
+0x6f26 030877 call memcpy 
+:      030878 ssa_req_attributelist_notfound:
+0x6f27 030879 increase 2 ,rega 
+0x6f28 030880 branch ssa_req_attributelist_next 
+:      030882 ssa_req_attributelist_end:
+0x6f29 030883 call ssa_req_range_lastfreg 
+0x6f2a 030884 fetch 2 ,mem_sdp_tx_pkt_length 
+0x6f2b 030885 beq 14 ,ssa_empty_rsp 
+0x6f2c 030886 call ssa_req_range_attrbutes_length_no_continue 
+0x6f2d 030887 branch ssa_req_range_attrbutes_length_no_continue 
+:      030890 sdp_store_maxbyte:
+0x6f2e 030891 ifetch 2 ,contr 
+0x6f2f 030892 byteswap pdata ,pdata 
+0x6f30 030893 increase -3 ,pdata 
+0x6f31 030894 arg 200 ,temp 
+0x6f32 030895 isub temp ,null 
+0x6f33 030896 nrtn positive 
+0x6f34 030897 setarg 200 
+0x6f35 030898 rtn 
+:      030901 ssa_req_range:
+0x6f36 030902 increase 4 ,contr 
+0x6f37 030903 increase -5 ,timeup 
+0x6f38 030904 increase -5 ,rega 
+0x6f39 030905 nbranch sdp_invalid_request_syntax ,zero 
+0x6f3a 030906 call sdp_store_continue_common 
+0x6f3b 030907 nbranch sdp_invalid_pdu_size ,zero 
+0x6f3c 030908 arg mem_sdp_uuid_search_ptr ,timeup 
+0x6f3d 030909 call search_all_uuid 
+0x6f3e 030910 deposit queue 
+0x6f3f 030911 branch ssa_empty_rsp ,blank 
+0x6f40 030912 store 1 ,mem_handle_humber 
+0x6f41 030914 copy regb ,pdata 
+0x6f42 030915 store 2 ,mem_sdp_all_length 
+0x6f43 030916 arg 0 ,queue 
+0x6f44 030917 arg 0 ,rega 
+0x6f45 030918 call l2cap_get_sdp_tx_payload 
+0x6f46 030919 increase 10 ,contw 
+:      030920 ssa_req_range_find_handle:
+0x6f47 030921 call ssa_req_range_get_length 
+0x6f48 030922 nbranch assert ,user 
+0x6f49 030923 copy contr ,timeup 
+0x6f4a 030924 copy pdata ,regc 
+0x6f4b 030925 iadd rega ,rega 
+0x6f4c 030928 fetch 2 ,mem_sdp_continue_byte 
+0x6f4d 030929 copy pdata ,regb 
+0x6f4e 030930 branch ssa_req_range_first_freg ,blank 
+:      030931 ssa_req_range_later_freg_with_continue:
+0x6f4f 030932 copy rega ,pdata 
+0x6f50 030933 isub regb ,regb 
+0x6f51 030934 branch ssa_req_range_next_handle ,zero 
+0x6f52 030935 nbranch ssa_req_range_next_handle ,positive 
+0x6f53 030936 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6f54 030937 isub regb ,null 
+0x6f55 030938 branch ssa_req_range_maxbyte_with_continue ,zero 
+0x6f56 030939 nbranch ssa_req_range_maxbyte_with_continue ,positive 
+:      030942 ssa_req_range_send_not_maxbyte:
+0x6f57 030943 copy regb ,loopcnt 
+0x6f58 030944 call ssa_req_range_maxbyte_with_continue_cpy 
+0x6f59 030945 fetch 1 ,mem_handle_humber 
+0x6f5a 030946 increase 1 ,queue 
+0x6f5b 030947 isub queue ,null 
+0x6f5c 030948 branch ssa_req_range_lastfreg ,zero 
+0x6f5d 030949 branch ssa_req_range_freg_with_continue 
+:      030951 ssa_req_range_maxbyte_with_continue:
+0x6f5e 030952 copy pdata ,loopcnt 
+0x6f5f 030953 call ssa_req_range_maxbyte_with_continue_cpy 
+0x6f60 030954 branch ssa_req_range_freg_with_continue 
+:      030956 ssa_req_range_maxbyte_with_continue_cpy:
+0x6f61 030957 increase -3 ,contw 
+0x6f62 030958 copy loopcnt ,temp 
+0x6f63 030959 copy regc ,pdata 
+0x6f64 030960 isub regb ,pdata 
+0x6f65 030961 iadd timeup ,contr 
+0x6f66 030962 branch memcpy 
+:      030964 ssa_req_range_next_handle:
+0x6f67 030965 fetch 1 ,mem_handle_humber 
+0x6f68 030966 increase 1 ,queue 
+0x6f69 030967 isub queue ,null 
+0x6f6a 030968 rtn zero 
+0x6f6b 030969 branch ssa_req_range_find_handle 
+:      030971 ssa_req_range_get_length:
+0x6f6c 030972 call disable_user 
+0x6f6d 030973 arg mem_sdp_handle_list ,contr 
+0x6f6e 030974 lshift2 queue ,pdata 
+0x6f6f 030975 iadd contr ,contr 
+0x6f70 030976 ifetcht 4 ,contr 
+0x6f71 030977 call search_handle 
+0x6f72 030978 nrtn zero 
+0x6f73 030979 call sdp_data_len 
+0x6f74 030980 branch enable_user 
+:      030982 ssa_req_range_first_freg:
+0x6f75 030983 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6f76 030984 isub rega ,null 
+0x6f77 030985 nbranch ssa_req_range_firstfreg_maxbyte_with_continue ,positive 
+0x6f78 030986 copy rega ,loopcnt 
+0x6f79 030987 copy loopcnt ,temp 
+0x6f7a 030988 copy timeup ,contr 
+0x6f7b 030989 call memcpy 
+0x6f7c 030990 fetch 2 ,mem_sdp_all_length 
+0x6f7d 030991 isub rega ,null 
+0x6f7e 030992 branch ssa_req_range_freg_no_continue ,zero 
+:      030993 ssa_req_range_firstfreg_not_maxbyte_with_continue:
+0x6f7f 030994 call ssa_req_range_freg_with_continue 
+0x6f80 030995 branch ssa_req_range_attrbutes_length 
+:      030997 ssa_req_range_freg_no_continue:
+0x6f81 030998 call ssa_req_range_lastfreg 
+0x6f82 030999 branch ssa_req_range_attrbutes_length 
+:      031001 ssa_req_range_lastfreg:
+0x6f83 031002 arg sdp_searchattrib_res ,rega 
+:      031003 ssa_req_range_lastfreg_common:
+0x6f84 031004 force 0 ,pdata 
+0x6f85 031005 istore 1 ,contw 
+0x6f86 031006 call ssa_req_range_common 
+0x6f87 031007 fetcht 2 ,mem_sdp_tx_pkt_length 
+0x6f88 031008 increase -5 ,temp 
+0x6f89 031009 byteswap temp ,pdata 
+0x6f8a 031010 istore 2 ,contw 
+0x6f8b 031011 increase -3 ,temp 
+0x6f8c 031012 byteswap temp ,pdata 
+0x6f8d 031013 istore 2 ,contw 
+0x6f8e 031014 rtn 
+:      031016 ssa_req_range_firstfreg_maxbyte_with_continue:
+0x6f8f 031017 copy pdata ,loopcnt 
+0x6f90 031018 copy loopcnt ,temp 
+0x6f91 031019 copy timeup ,contr 
+0x6f92 031020 call memcpy 
+0x6f93 031021 call ssa_req_range_freg_with_continue 
+:      031022 ssa_req_range_attrbutes_length:
+0x6f94 031023 setarg 0x36 
+0x6f95 031024 istore 1 ,contw 
+0x6f96 031025 fetch 2 ,mem_sdp_all_length 
+0x6f97 031026 byteswap pdata ,pdata 
+0x6f98 031027 istore 2 ,contw 
+0x6f99 031028 rtn 
+:      031030 ssa_req_range_attrbutes_length_no_continue:
+0x6f9a 031031 setarg 0x36 
+0x6f9b 031032 istore 1 ,contw 
+0x6f9c 031033 increase -3 ,temp 
+0x6f9d 031034 byteswap temp ,pdata 
+0x6f9e 031035 istore 2 ,contw 
+0x6f9f 031036 rtn 
+:      031038 ssa_req_range_freg_with_continue:
+0x6fa0 031039 arg sdp_searchattrib_res ,rega 
+0x6fa1 031040 setarg 2 
+0x6fa2 031041 istore 1 ,contw 
+0x6fa3 031042 fetch 2 ,mem_sdp_continue_byte 
+0x6fa4 031043 iadd temp ,temp 
+0x6fa5 031044 byteswap temp ,pdata 
+0x6fa6 031045 istore 2 ,contw 
+0x6fa7 031046 call ssa_req_range_common 
+0x6fa8 031047 fetcht 2 ,mem_sdp_tx_pkt_length 
+0x6fa9 031048 increase -5 ,temp 
+0x6faa 031049 byteswap temp ,pdata 
+0x6fab 031050 istore 2 ,contw 
+0x6fac 031051 increase -5 ,temp 
+0x6fad 031052 byteswap temp ,pdata 
+0x6fae 031053 istore 2 ,contw 
+0x6faf 031054 rtn 
+:      031056 ssa_req_range_common:
+0x6fb0 031057 fetch 2 ,mem_sdp_tx_payload_ptr 
+0x6fb1 031058 isub contw ,pdata 
+0x6fb2 031059 sub pdata ,0 ,pdata 
+0x6fb3 031060 store 2 ,mem_sdp_tx_pkt_length 
+0x6fb4 031061 call l2cap_get_sdp_tx_payload 
+0x6fb5 031062 copy rega ,pdata 
+0x6fb6 031063 istore 1 ,contw 
+0x6fb7 031064 fetch 2 ,mem_sdp_transactionid 
+0x6fb8 031065 istore 2 ,contw 
+0x6fb9 031066 rtn 
+:      031079 sdp_process_ssa_res:
+:      031080 sdp_process_ss_res:
+:      031081 sdp_process_sa_res:
+:      031082 sdp_process_error_res:
+0x6fba 031083 rtn 
+:      031116 sdp_invalid_service_record_handle:
+0x6fbb 031117 setarg 0x0200 
+0x6fbc 031118 store 2 ,mem_sdp_error_code 
+0x6fbd 031119 branch sdp_error_response 
+:      031120 sdp_invalid_pdu_size:
+0x6fbe 031121 setarg 0x0400 
+0x6fbf 031122 store 2 ,mem_sdp_error_code 
+0x6fc0 031123 branch sdp_error_response 
+:      031124 sdp_insufficient_resource:
+0x6fc1 031125 setarg 0x0600 
+0x6fc2 031126 store 2 ,mem_sdp_error_code 
+0x6fc3 031127 branch sdp_error_response 
+:      031128 sdp_invalid_request_syntax:
+0x6fc4 031129 setarg 0x0300 
+0x6fc5 031130 store 2 ,mem_sdp_error_code 
+:      031131 sdp_error_response:
+0x6fc6 031132 call l2cap_get_sdp_tx_payload 
+0x6fc7 031133 istore 1 ,contw 
+0x6fc8 031134 fetch 2 ,mem_sdp_transactionid 
+0x6fc9 031135 istore 2 ,contw 
+0x6fca 031136 setarg 0x0200 
+0x6fcb 031137 istore 2 ,contw 
+0x6fcc 031138 fetch 2 ,mem_sdp_error_code 
+0x6fcd 031139 istore 2 ,contw 
+0x6fce 031140 jam 7 ,mem_sdp_tx_pkt_length 
+0x6fcf 031141 rtn 
+:      031146 ask_serviceclassid:
+0x6fd0 031147 arg 0 ,regb 
+0x6fd1 031148 force 0 ,temp 
+0x6fd2 031149 arg mem_sdp_uuid_search_ptr ,contw 
+0x6fd3 031150 call dataelementtype6 
+0x6fd4 031151 branch asksrv_error ,zero 
+:      031152 classidloop:
+0x6fd5 031153 increase 1 ,regb 
+0x6fd6 031154 ifetch 1 ,contr 
+0x6fd7 031155 increase -1 ,rega 
+0x6fd8 031156 increase -1 ,timeup 
+0x6fd9 031157 compare 0x18 ,pdata ,0xf8 
+0x6fda 031158 nbranch asksrv_error ,true 
+0x6fdb 031159 compare 0x04 ,pdata ,0x07 
+0x6fdc 031160 nbranch cmp032 ,true 
+0x6fdd 031161 force 1 ,temp 
+:      031162 skip2bytes:
+0x6fde 031163 ifetch 1 ,contr 
+0x6fdf 031164 increase -1 ,rega 
+0x6fe0 031165 increase -1 ,timeup 
+0x6fe1 031166 bne 0x00 ,frstbwrong 
+0x6fe2 031167 ifetch 1 ,contr 
+0x6fe3 031168 increase -1 ,rega 
+0x6fe4 031169 increase -1 ,timeup 
+0x6fe5 031170 beq 0x00 ,cmpuuid 
+0x6fe6 031171 branch scndbwrong 
+:      031172 frstbwrong:
+0x6fe7 031173 increase 1 ,contr 
+0x6fe8 031174 increase -1 ,rega 
+0x6fe9 031175 increase -1 ,timeup 
+:      031176 scndbwrong:
+0x6fea 031177 increase 2 ,contr 
+0x6feb 031178 increase -2 ,rega 
+0x6fec 031179 increase -2 ,timeup 
+0x6fed 031180 compare 0x00 ,temp ,0xff 
+0x6fee 031181 branch loopornot ,true 
+0x6fef 031182 increase 12 ,contr 
+0x6ff0 031183 increase -12 ,rega 
+0x6ff1 031184 increase -12 ,timeup 
+0x6ff2 031185 branch loopornot 
+:      031186 cmp032:
+0x6ff3 031187 compare 0x02 ,pdata ,0x07 
+0x6ff4 031188 nbranch cmp016 ,true 
+0x6ff5 031189 branch skip2bytes 
+:      031190 cmp016:
+0x6ff6 031191 compare 0x01 ,pdata ,0x07 
+0x6ff7 031192 nbranch asksrv_error ,true 
+:      031193 cmpuuid:
+0x6ff8 031194 increase -2 ,rega 
+0x6ff9 031195 increase -2 ,timeup 
+0x6ffa 031196 ifetch 2 ,contr 
+0x6ffb 031197 sub regb ,4 ,null 
+0x6ffc 031198 branch uuidsize ,zero 
+0x6ffd 031199 istore 2 ,contw 
+:      031200 uuidsize:
+0x6ffe 031201 compare 0x00 ,temp ,0xff 
+0x6fff 031202 branch loopornot ,true 
+0x7000 031203 copy contr ,temp 
+0x7001 031204 ifetch 1 ,contr 
+0x7002 031205 bne 0x00 ,wrong12b 
+0x7003 031206 ifetch 1 ,contr 
+0x7004 031207 bne 0x00 ,wrong12b 
+0x7005 031208 ifetch 1 ,contr 
+0x7006 031209 bne 0x10 ,wrong12b 
+0x7007 031210 ifetch 1 ,contr 
+0x7008 031211 bne 0x00 ,wrong12b 
+0x7009 031212 ifetch 1 ,contr 
+0x700a 031213 bne 0x80 ,wrong12b 
+0x700b 031214 ifetch 1 ,contr 
+0x700c 031215 bne 0x00 ,wrong12b 
+0x700d 031216 ifetch 1 ,contr 
+0x700e 031217 bne 0x00 ,wrong12b 
+0x700f 031218 ifetch 1 ,contr 
+0x7010 031219 bne 0x80 ,wrong12b 
+0x7011 031220 ifetch 1 ,contr 
+0x7012 031221 bne 0x5f ,wrong12b 
+0x7013 031222 ifetch 1 ,contr 
+0x7014 031223 bne 0x9b ,wrong12b 
+0x7015 031224 ifetch 1 ,contr 
+0x7016 031225 bne 0x34 ,wrong12b 
+0x7017 031226 ifetch 1 ,contr 
+0x7018 031227 beq 0xfb ,chck12dn 
+:      031228 wrong12b:
+0x7019 031229 copy temp ,contr 
+:      031230 wrong12b1:
+0x701a 031231 increase 12 ,contr 
+0x701b 031232 force 0x00 ,queue 
+0x701c 031233 force 0x00 ,temp 
+0x701d 031234 branch chck12dn 
+:      031236 chck12dn:
+0x701e 031237 increase -12 ,timeup 
+0x701f 031238 increase -12 ,rega 
+:      031239 loopornot:
+0x7020 031240 force 0x00 ,temp 
+0x7021 031241 compare 0x00 ,rega ,0xff 
+0x7022 031242 nbranch classidloop ,true 
+0x7023 031243 force 0 ,pdata 
+0x7024 031244 istore 2 ,contw 
+0x7025 031245 rtn 
+:      031246 asksrv_error:
+0x7026 031247 arg 0xff ,temp 
+0x7027 031248 rtn 
+:      031258 dataelementtype6:
+0x7028 031259 bpatchx patch3a_4 ,mem_patch3a 
+0x7029 031260 ifetch 1 ,contr 
+0x702a 031261 increase -1 ,timeup 
+0x702b 031262 compare 0x30 ,pdata ,0xf8 
+0x702c 031263 nbranch dsize_error ,true 
+0x702d 031264 compare 0x07 ,pdata ,0x07 
+0x702e 031265 branch dsize32 ,true 
+0x702f 031266 compare 0x06 ,pdata ,0x07 
+0x7030 031267 branch dsize16 ,true 
+0x7031 031268 compare 0x05 ,pdata ,0x07 
+0x7032 031269 nbranch dsize_error ,true 
+0x7033 031271 ifetch 1 ,contr 
+0x7034 031272 copy pdata ,rega 
+0x7035 031273 increase -1 ,timeup 
+0x7036 031274 branch dsize 
+:      031275 dsize32:
+0x7037 031276 increase 2 ,contr 
+0x7038 031277 increase -2 ,timeup 
+:      031278 dsize16:
+0x7039 031279 ifetch 2 ,contr 
+0x703a 031280 byteswap pdata ,rega 
+0x703b 031281 increase -2 ,timeup 
+:      031282 dsize:
+0x703c 031283 force 0x01 ,pdata 
+0x703d 031284 rtn 
+:      031285 dsize_error:
+0x703e 031286 force 0x00 ,pdata 
+0x703f 031287 rtn 
+:      031297 ss_empty_rsp:
+0x7040 031298 setarg sdp_search_res 
+0x7041 031299 store 1 ,mem_sdp_pduid 
+0x7042 031300 branch empty_response 
+:      031301 sa_empty_rsp:
+0x7043 031302 setarg sdp_attribute_res 
+0x7044 031303 store 1 ,mem_sdp_pduid 
+0x7045 031304 branch empty_response 
+:      031305 ssa_empty_rsp:
+0x7046 031306 setarg sdp_searchattrib_res 
+0x7047 031307 store 1 ,mem_sdp_pduid 
+:      031308 empty_response:
+0x7048 031309 call l2cap_get_sdp_tx_payload 
+0x7049 031312 fetch 1 ,mem_sdp_pduid 
+0x704a 031313 copy pdata ,regb 
+0x704b 031314 istore 1 ,contw 
+0x704c 031315 fetch 2 ,mem_sdp_transactionid 
+0x704d 031316 istore 2 ,contw 
+0x704e 031317 setarg 0x0500 
+0x704f 031318 istore 2 ,contw 
+0x7050 031319 compare sdp_attribute_res ,regb ,0xff 
+0x7051 031320 branch fullsearch ,true 
+0x7052 031321 compare sdp_searchattrib_res ,regb ,0xff 
+0x7053 031322 branch fullsearch ,true 
+0x7054 031323 setarg 0x000000 
+0x7055 031324 istore 5 ,contw 
+0x7056 031325 branch outempty 
+:      031327 fullsearch:
+0x7057 031328 setarg 0x350200 
+0x7058 031329 istore 5 ,contw 
+:      031330 outempty:
+0x7059 031331 jam 10 ,mem_sdp_tx_pkt_length 
+0x705a 031332 rtn 
+:      031335 sdp_data_len:
+0x705b 031336 call store_contw 
+0x705c 031337 call store_contr 
+0x705d 031338 call sdp_get_data 
+0x705e 031339 call get_contw 
+0x705f 031340 call get_contr 
+0x7060 031341 copy temp ,pdata 
+0x7061 031342 rtn 
+:      031345 sdp_get_data:
+0x7062 031346 ifetch 1 ,contr 
+0x7063 031347 and pdata ,0x7 ,loopcnt 
+0x7064 031348 rshift3 pdata ,pdata 
+0x7065 031349 bne 0 ,sdp_get_data_type_not0 
+:      031350 sdp_get_data_type0:
+0x7066 031351 force 1 ,pdata 
+0x7067 031352 force 1 ,temp 
+0x7068 031353 rtn 
+:      031355 sdp_get_data_type_not0_sizeindex01234:
+0x7069 031356 call left_shift_n 
+0x706a 031357 add pdata ,1 ,temp 
+0x706b 031358 rtn 
+:      031359 sdp_get_data_type_not0:
+0x706c 031360 deposit loopcnt 
+0x706d 031361 sub pdata ,4 ,null 
+0x706e 031362 branch sdp_get_data_type_not0_sizeindex01234 ,positive 
+0x706f 031363 beq 5 ,sdp_get_data_type_not0_sizeindex5 
+0x7070 031364 beq 6 ,sdp_get_data_type_not0_sizeindex6 
+0x7071 031365 beq 7 ,sdp_get_data_type_not0_sizeindex7 
+0x7072 031366 rtn 
+:      031368 sdp_get_data_type_not0_sizeindex5:
+0x7073 031369 ifetch 1 ,contr 
+0x7074 031370 add pdata ,2 ,temp 
+0x7075 031371 rtn 
+:      031372 sdp_get_data_type_not0_sizeindex6:
+0x7076 031373 ifetch 2 ,contr 
+0x7077 031374 byteswap pdata ,pdata 
+0x7078 031375 add pdata ,3 ,temp 
+0x7079 031376 rtn 
+:      031377 sdp_get_data_type_not0_sizeindex7:
+0x707a 031378 ifetch 2 ,contr 
+0x707b 031379 byteswap pdata ,pdata 
+0x707c 031380 ifetcht 2 ,contr 
+0x707d 031381 byteswap temp ,temp 
+0x707e 031382 lshift16 temp ,temp 
+0x707f 031383 iadd temp ,pdata 
+0x7080 031384 add pdata ,5 ,temp 
+0x7081 031385 rtn 
+:      031391 search_all_uuid:
+0x7082 031392 bpatchx patch3a_5 ,mem_patch3a 
+0x7083 031393 force 0 ,queue 
+0x7084 031394 arg 0 ,regb 
+0x7085 031395 arg mem_sdp_handle_list ,contw 
+:      031396 search_all_uuid_llop:
+0x7086 031397 ifetch 2 ,timeup 
+0x7087 031398 rtn blank 
+0x7088 031399 call search_uuid 
+0x7089 031400 copy queue ,pdata 
+0x708a 031401 rtneq sdp_max_handle_number 
+0x708b 031402 increase 2 ,timeup 
+0x708c 031403 branch search_all_uuid_llop 
+:      031405 search_uuid:
+0x708d 031407 iforce regc 
+0x708e 031409 fetch 2 ,mem_ui_uuid_table 
+0x708f 031410 iforce contr 
+:      031411 search_uuid_next:
+0x7090 031412 copy queue ,pdata 
+0x7091 031413 rtneq sdp_max_handle_number 
+0x7092 031414 disable user 
+0x7093 031415 ifetch 1 ,contr 
+0x7094 031416 rtn blank 
+0x7095 031417 iforce loopcnt 
+:      031418 search_uuid_loop:
+0x7096 031419 ifetch 2 ,contr 
+0x7097 031420 isub regc ,null 
+0x7098 031421 nbranch search_uuid_not_found ,zero 
+0x7099 031422 enable user 
+:      031423 search_uuid_not_found:
+0x709a 031424 loop search_uuid_loop 
+0x709b 031425 ifetcht 4 ,contr 
+0x709c 031426 copy contr ,rega 
+0x709d 031427 nbranch search_uuid_nomatch ,user 
+0x709e 031428 arg mem_sdp_handle_list ,contr 
+0x709f 031429 arg sdp_max_handle_number ,loopcnt 
+:      031430 search_uuid_check_same_handle:
+0x70a0 031431 ifetch 4 ,contr 
+0x70a1 031432 branch search_uuid_store_handle ,blank 
+0x70a2 031433 isub temp ,null 
+0x70a3 031434 branch search_uuid_nomatch ,zero 
+0x70a4 031435 loop search_uuid_check_same_handle 
+0x70a5 031436 rtn 
+:      031437 search_uuid_store_handle:
+0x70a6 031438 istoret 4 ,contw 
+0x70a7 031439 increase 1 ,queue 
+0x70a8 031440 copy rega ,contr 
+0x70a9 031441 call sdp_data_len 
+0x70aa 031442 iadd regb ,regb 
+0x70ab 031443 iadd contr ,contr 
+0x70ac 031444 branch search_uuid_next 
+:      031445 search_uuid_nomatch:
+0x70ad 031446 copy rega ,contr 
+0x70ae 031447 call sdp_get_data 
+0x70af 031448 iadd contr ,contr 
+0x70b0 031449 branch search_uuid_next 
+:      031455 search_handle:
+0x70b1 031456 bpatchx patch3a_6 ,mem_patch3a 
+0x70b2 031457 fetch 2 ,mem_ui_uuid_table 
+0x70b3 031458 iforce contr 
+:      031459 search_handle_loop:
+0x70b4 031460 ifetch 1 ,contr 
+0x70b5 031461 branch disable_zero ,blank 
+0x70b6 031462 lshift pdata ,pdata 
+0x70b7 031463 iadd contr ,contr 
+0x70b8 031464 ifetch 4 ,contr 
+0x70b9 031465 isub temp ,null 
+0x70ba 031466 rtn zero 
+0x70bb 031467 deposit contw 
+0x70bc 031468 store 2 ,mem_contw 
+0x70bd 031469 storet 8 ,mem_temp 
+0x70be 031470 call sdp_get_data 
+0x70bf 031471 iadd contr ,contr 
+0x70c0 031472 copy contr ,pdata 
+0x70c1 031473 fetcht 2 ,mem_contw 
+0x70c2 031474 copy temp ,contw 
+0x70c3 031475 fetcht 8 ,mem_temp 
+0x70c4 031476 copy pdata ,contr 
+0x70c5 031477 branch search_handle_loop 
+:      031483 search_attrib:
+0x70c6 031484 bpatchx patch3a_7 ,mem_patch3a 
+0x70c7 031485 fetch 2 ,mem_ui_uuid_table 
+0x70c8 031486 iforce contr 
+:      031487 search_attrib_next:
+0x70c9 031488 ifetch 1 ,contr 
+0x70ca 031489 branch search_attrib_end ,blank 
+0x70cb 031490 iforce loopcnt 
+:      031491 search_attrib_loop:
+0x70cc 031492 ifetch 2 ,contr 
+0x70cd 031493 isub regc ,null 
+0x70ce 031494 branch search_attrib_found_uuid ,zero 
+0x70cf 031495 loop search_attrib_loop 
+0x70d0 031496 increase 4 ,contr 
+0x70d1 031497 call sdp_get_data 
+0x70d2 031498 iadd contr ,contr 
+0x70d3 031499 branch search_attrib_next 
+:      031500 search_attrib_found_uuid:
+0x70d4 031501 increase -1 ,loopcnt 
+0x70d5 031502 lshift loopcnt ,pdata 
+0x70d6 031503 iadd contr ,contr 
+0x70d7 031504 increase 4 ,contr 
+0x70d8 031505 call sdp_get_data 
+0x70d9 031506 iadd contr ,timeup 
+:      031507 search_attrib_loop_attribs:
+0x70da 031508 increase 1 ,contr 
+0x70db 031509 ifetch 2 ,contr 
+0x70dc 031510 isub regb ,null 
+0x70dd 031514 branch disable_blank ,zero 
+0x70de 031515 call sdp_data_len 
+0x70df 031516 iadd contr ,contr 
+0x70e0 031517 deposit timeup 
+0x70e1 031518 isub contr ,null 
+0x70e2 031519 branch search_attrib_end ,zero 
+0x70e3 031520 branch search_attrib_loop_attribs 
+:      031521 search_attrib_end:
+0x70e4 031522 force 0 ,contr 
+0x70e5 031523 force 0 ,pdata 
+0x70e6 031524 rtn 
+:      031530 search_handle_attrib:
+0x70e7 031531 bpatchx patch3b_0 ,mem_patch3b 
+0x70e8 031532 fetch 2 ,mem_ui_uuid_table 
+0x70e9 031533 iforce contr 
+:      031534 search_handle_attrib_next:
+0x70ea 031535 ifetch 1 ,contr 
+0x70eb 031536 branch search_handle_attrib_end ,blank 
+0x70ec 031537 lshift pdata ,pdata 
+0x70ed 031538 iadd contr ,contr 
+0x70ee 031539 ifetch 4 ,contr 
+0x70ef 031540 isub temp ,null 
+0x70f0 031541 branch search_handl_attrib_found_handle ,zero 
+0x70f1 031542 call sdp_get_data 
+0x70f2 031543 iadd contr ,contr 
+0x70f3 031544 branch search_handle_attrib_next 
+:      031545 search_handl_attrib_found_handle:
+0x70f4 031546 call sdp_get_data 
+0x70f5 031547 iadd contr ,timeup 
+:      031548 search_handle_attrib_loop_attribs:
+0x70f6 031549 increase 1 ,contr 
+0x70f7 031550 ifetch 2 ,contr 
+0x70f8 031551 isub regb ,null 
+0x70f9 031552 rtn zero 
+0x70fa 031553 call sdp_data_len 
+0x70fb 031554 iadd contr ,contr 
+0x70fc 031555 deposit timeup 
+0x70fd 031556 isub contr ,null 
+0x70fe 031557 branch search_handle_attrib_end ,zero 
+0x70ff 031558 branch search_handle_attrib_loop_attribs 
+:      031559 search_handle_attrib_end:
+0x7100 031560 force 0 ,contr 
+0x7101 031561 rtn 
+:      031565 search_rfcomm_cn:
+0x7102 031566 arg 0x0400 ,regb 
+0x7103 031567 call search_handl_attrib_found_handle 
+0x7104 031568 arg 0x0300 ,regb 
+0x7105 031569 call search_uuid_in_data 
+0x7106 031570 nrtn user 
+0x7107 031571 sub rega ,3 ,null 
+0x7108 031572 branch disable_user ,positive 
+0x7109 031573 ifetch 1 ,contr 
+0x710a 031574 bne 0x08 ,disable_user 
+0x710b 031575 ifetch 1 ,contr 
+0x710c 031576 rtn 
+:      031581 search_uuid_in_data:
+0x710d 031582 bpatchx patch3b_1 ,mem_patch3b 
+0x710e 031583 call sdp_get_data 
+0x710f 031584 copy pdata ,rega 
+:      031585 search_uuid_in_data_loop:
+0x7110 031586 ifetch 1 ,contr 
+0x7111 031587 and pdata ,0x7 ,loopcnt 
+0x7112 031588 rshift3 pdata ,pdata 
+0x7113 031589 sub pdata ,3 ,null 
+0x7114 031590 branch search_uuid_in_data_found_uuid ,zero 
+0x7115 031591 copy loopcnt ,pdata 
+0x7116 031592 beq 5 ,search_uuid_in_data_found_element_index5 
+0x7117 031593 beq 6 ,search_uuid_in_data_found_element_index6 
+0x7118 031594 beq 7 ,search_uuid_in_data_found_element_index7 
+0x7119 031595 increase -1 ,contr 
+0x711a 031596 call sdp_get_data 
+0x711b 031597 iadd contr ,contr 
+0x711c 031598 copy rega ,pdata 
+0x711d 031599 isub temp ,rega 
+0x711e 031600 branch disable_user ,zero 
+0x711f 031601 branch search_uuid_in_data_loop 
+:      031603 search_uuid_in_data_found_element_index5:
+0x7120 031604 increase -2 ,rega 
+0x7121 031605 increase 1 ,contr 
+0x7122 031606 branch search_uuid_in_data_loop 
+:      031607 search_uuid_in_data_found_element_index6:
+0x7123 031608 increase -3 ,rega 
+0x7124 031609 increase 2 ,contr 
+0x7125 031610 branch search_uuid_in_data_loop 
+:      031611 search_uuid_in_data_found_element_index7:
+0x7126 031612 increase -5 ,rega 
+0x7127 031613 increase 4 ,contr 
+0x7128 031614 branch search_uuid_in_data_loop 
+:      031616 search_uuid_in_data_found_uuid:
+0x7129 031617 increase -1 ,rega 
+0x712a 031618 copy loopcnt ,pdata 
+0x712b 031619 beq 1 ,search_uuid_in_data_type_uuid_16 
+0x712c 031620 beq 2 ,search_uuid_in_data_type_uuid_32 
+0x712d 031621 beq 4 ,search_uuid_in_data_type_uuid_128 
+0x712e 031622 branch disable_user 
+:      031623 search_uuid_in_data_type_uuid_128:
+0x712f 031624 increase -12 ,rega 
+:      031625 search_uuid_in_data_type_uuid_32:
+0x7130 031626 ifetch 2 ,contr 
+0x7131 031627 increase -2 ,rega 
+:      031628 search_uuid_in_data_type_uuid_16:
+0x7132 031629 ifetch 2 ,contr 
+0x7133 031630 isub regb ,null 
+0x7134 031631 branch enable_user ,zero 
+0x7135 031632 increase -2 ,rega 
+0x7136 031633 branch disable_user ,zero 
+0x7137 031634 branch search_uuid_in_data_loop 
+:      031693 sdp_send_spp_request:
+0x7138 031694 call l2cap_get_sdp_tx_payload 
+0x7139 031695 copy pdata ,contw 
+0x713a 031696 setarg 6 
+0x713b 031697 istore 1 ,contw 
+0x713c 031698 setarg sdp_tid_spp 
+0x713d 031699 istore 2 ,contw 
+0x713e 031700 setarg 0x0f00 
+0x713f 031701 istore 2 ,contw 
+0x7140 031702 setarg 0x1a0535 
+0x7141 031703 istore 3 ,contw 
+0x7142 031704 setarg 0x0111 
+0x7143 031705 lshift16 pdata ,pdata 
+0x7144 031706 istore 4 ,contw 
+0x7145 031707 setarg 0x2600 
+0x7146 031708 istore 2 ,contw 
+0x7147 031709 setarg 0x0335 
+0x7148 031710 istore 2 ,contw 
+0x7149 031711 setarg 0x0009 
+0x714a 031712 istore 2 ,contw 
+0x714b 031713 setarg 0x0004 
+0x714c 031714 istore 2 ,contw 
+0x714d 031715 jam 0x14 ,mem_sdp_tx_pkt_length 
+0x714e 031716 rtn 
+:      031720 function_g2:
+0x714f 031721 bpatchx patch3b_2 ,mem_patch3b 
+0x7150 031722 jam 80 ,mem_aes_cmac_data_length 
+0x7151 031723 arg memdat ,contw 
+0x7152 031724 arg mem_le_srand ,contr 
+0x7153 031725 call memcpy16 
+0x7154 031726 arg mem_le_pubkey_local_x_256 ,contr 
+0x7155 031727 call memcpy32 
+0x7156 031728 arg mem_le_pubkey_remote_x_256 ,contr 
+0x7157 031729 call memcpy32 
+0x7158 031730 call inverse_memdat 
+0x7159 031731 arg mem_le_mrand ,contr 
+0x715a 031732 call store_inverse_k 
+0x715b 031733 call function_aes_cmac 
+0x715c 031735 arg mem_aes_cmac_temp ,contw 
+0x715d 031736 call load_inverse_result 
+0x715e 031737 setarg 1000000 
+0x715f 031738 copy pdata ,rega 
+0x7160 031739 fetch 4 ,mem_aes_cmac_temp 
+0x7161 031740 idiv rega 
+0x7162 031741 call wait_div_end 
+0x7163 031742 remainder pdata 
+0x7164 031743 store 4 ,mem_gkey 
+0x7165 031745 rtn 
+:      031747 function_f6_eb:
+0x7166 031748 jam 65 ,mem_aes_cmac_data_length 
+0x7167 031749 arg memdat ,contw 
+0x7168 031750 call store_addr_common_a 
+0x7169 031751 call store_addr_common_b 
+0x716a 031752 fetch 3 ,mem_le_pres + 1 
+0x716b 031753 istore 3 ,contw 
+0x716c 031756 call get_r 
+0x716d 031758 arg mem_le_mrand ,contr 
+0x716e 031759 call memcpy16 
+0x716f 031760 arg mem_le_srand ,contr 
+0x7170 031761 call memcpy16 
+0x7171 031762 call inverse_memdat 
+0x7172 031763 arg mem_le_mackey ,contr 
+0x7173 031764 arg mem_aes_cmac_k ,contw 
+0x7174 031765 call memcpy16 
+0x7175 031767 branch function_aes_cmac 
+:      031771 get_r:
+0x7176 031772 fetch 4 ,mem_le_tk 
+0x7177 031773 istore 4 ,contw 
+0x7178 031774 call memset0_4 
+0x7179 031775 branch memset0_8 
+:      031777 function_f6_ea:
+0x717a 031778 bpatchx patch3b_3 ,mem_patch3b 
+0x717b 031779 jam 65 ,mem_aes_cmac_data_length 
+0x717c 031780 arg memdat ,contw 
+0x717d 031781 call store_addr_common_b 
+0x717e 031782 call store_addr_common_a 
+0x717f 031783 fetch 3 ,mem_le_preq + 1 
+0x7180 031784 istore 3 ,contw 
+0x7181 031787 call get_r 
+0x7182 031788 arg mem_le_srand ,contr 
+0x7183 031789 call memcpy16 
+0x7184 031790 arg mem_le_mrand ,contr 
+0x7185 031791 call memcpy16 
+0x7186 031792 call inverse_memdat 
+0x7187 031793 arg mem_le_mackey ,contr 
+0x7188 031794 arg mem_aes_cmac_k ,contw 
+0x7189 031795 call memcpy16 
+0x718a 031797 call function_aes_cmac 
+0x718b 031798 arg mem_aes_cmac_temp ,contw 
+0x718c 031799 branch load_inverse_result 
+:      031801 function_f5:
+0x718d 031802 jam 32 ,mem_aes_cmac_data_length 
+0x718e 031803 arg mem_le_dhkey_256 ,contr 
+0x718f 031804 arg memdat ,contw 
+0x7190 031805 call memcpy32 
+0x7191 031806 call inverse_memdat 
+0x7192 031807 arg mem_le_slat ,contr 
+0x7193 031808 call store_inverse_k 
+0x7194 031809 call function_aes_cmac 
+0x7195 031810 arg mem_aes_cmac_k ,contw 
+0x7196 031811 call store_aes_result 
+0x7197 031812 arg 1 ,temp 
+0x7198 031813 call function_f5_common 
+0x7199 031814 arg mem_le_ltk ,contw 
+0x719a 031815 call load_inverse_result 
+0x719b 031816 arg 0 ,temp 
+0x719c 031817 call function_f5_common 
+0x719d 031818 arg mem_le_mackey ,contw 
+0x719e 031820 branch store_aes_result 
+:      031823 function_f5_common:
+0x719f 031824 bpatchx patch3b_4 ,mem_patch3b 
+0x71a0 031825 jam 53 ,mem_aes_cmac_data_length 
+0x71a1 031826 setarg 0x100 
+0x71a2 031827 store 2 ,memdat 
+0x71a3 031828 call store_addr_common_b 
+0x71a4 031829 call store_addr_common_a 
+0x71a5 031830 arg mem_le_srand ,contr 
+0x71a6 031831 call memcpy16 
+0x71a7 031832 arg mem_le_mrand ,contr 
+0x71a8 031833 call memcpy16 
+0x71a9 031835 setarg 0x6c65 
+0x71aa 031836 istore 2 ,contw 
+0x71ab 031837 setarg 0x6274 
+0x71ac 031838 istore 2 ,contw 
+0x71ad 031839 istoret 1 ,contw 
+0x71ae 031840 call inverse_memdat 
+0x71af 031841 branch function_aes_cmac 
+:      031843 store_addr_common_b:
+0x71b0 031844 fetch 6 ,mem_le_lap 
+0x71b1 031845 istore 6 ,contw 
+0x71b2 031846 fetch 1 ,mem_le_conn_own_addr_type 
+0x71b3 031847 istore 1 ,contw 
+0x71b4 031848 rtn 
+:      031850 store_addr_common_a:
+0x71b5 031851 fetch 6 ,mem_le_plap 
+0x71b6 031852 istore 6 ,contw 
+0x71b7 031857 fetch 1 ,mem_le_conn_peer_addr_type 
+0x71b8 031858 istore 1 ,contw 
+0x71b9 031859 rtn 
+:      031861 function_f4_ca:
+0x71ba 031862 jam 65 ,mem_aes_cmac_data_length 
+0x71bb 031863 fetch 1 ,mem_passkey_1bit 
+0x71bc 031864 store 1 ,memdat 
+0x71bd 031865 arg mem_le_pubkey_local_x_256 ,contr 
+0x71be 031866 call memcpy32 
+0x71bf 031867 arg mem_le_pubkey_remote_x_256 ,contr 
+0x71c0 031868 call memcpy32 
+0x71c1 031869 call inverse_memdat 
+0x71c2 031870 arg mem_le_mrand ,contr 
+0x71c3 031871 call store_inverse_k 
+0x71c4 031872 branch function_aes_cmac 
+:      031875 function_f4_cb:
+0x71c5 031876 jam 65 ,mem_aes_cmac_data_length 
+0x71c6 031877 fetch 1 ,mem_passkey_1bit 
+0x71c7 031878 store 1 ,memdat 
+0x71c8 031879 arg mem_le_pubkey_remote_x_256 ,contr 
+0x71c9 031880 call memcpy32 
+0x71ca 031881 arg mem_le_pubkey_local_x_256 ,contr 
+0x71cb 031882 call memcpy32 
+0x71cc 031883 call inverse_memdat 
+0x71cd 031884 arg mem_le_srand ,contr 
+0x71ce 031885 call store_inverse_k 
+0x71cf 031886 branch function_aes_cmac 
+:      031888 function_aes_cmac:
+0x71d0 031889 bpatchx patch3b_5 ,mem_patch3b 
+0x71d1 031890 call function_aes_cmac_generate_subkey 
+0x71d2 031894 fetch 1 ,mem_aes_cmac_data_length 
+0x71d3 031895 copy pdata ,temp 
+:      031896 function_ceil16:
+0x71d4 031897 increase 15 ,pdata 
+0x71d5 031898 rshift4 pdata ,pdata 
+0x71d6 031899 copy pdata ,regb 
+0x71d7 031900 branch function_aes_cmac_set_flag_0_balnk ,blank 
+0x71d8 031901 and temp ,0x0f ,pdata 
+0x71d9 031902 nbranch function_aes_cmac_set_flag_0 ,blank 
+0x71da 031904 arg mem_aes_cmac_k1 ,regc 
+0x71db 031905 arg memdat ,pdata 
+0x71dc 031906 increase -16 ,pdata 
+0x71dd 031909 iadd temp ,rega 
+0x71de 031910 arg mem_aes_cmac_m_last ,contw 
+0x71df 031911 arg 4 ,loopcnt 
+0x71e0 031912 call xor_loop 
+0x71e1 031916 branch function_aes_cmac_aes 
+:      031918 function_aes_cmac_set_flag_0_balnk:
+0x71e2 031919 arg 1 ,regb 
+0x71e3 031920 arg 0 ,rega 
+0x71e4 031922 branch function_aes_cmac_set_flag_0_common 
+:      031925 function_aes_cmac_set_flag_0:
+0x71e5 031927 and temp ,0x0f ,rega 
+:      031928 function_aes_cmac_set_flag_0_common:
+0x71e6 031929 arg memdat ,pdata 
+0x71e7 031930 iadd temp ,pdata 
+0x71e8 031931 isub rega ,contr 
+0x71e9 031933 arg mem_aes_cmac_temp ,contw 
+0x71ea 031934 call function_aes_cmac_padding 
+0x71eb 031936 arg mem_aes_cmac_k2 ,regc 
+0x71ec 031937 arg mem_aes_cmac_temp ,rega 
+0x71ed 031938 arg mem_aes_cmac_m_last ,contw 
+0x71ee 031939 arg 4 ,loopcnt 
+0x71ef 031940 call xor_loop 
+:      031947 function_aes_cmac_aes:
+0x71f0 031952 call aes_clear_data 
+0x71f1 031953 call aes_init 
+0x71f2 031956 arg memdat ,contr 
+:      031957 function_aes_cmac_aes_loop:
+0x71f3 031959 increase -1 ,regb 
+0x71f4 031960 deposit regb 
+0x71f5 031961 branch function_aes_cmac_aes_loop_end ,blank 
+0x71f6 031962 call load_data128 
+0x71f7 031963 call do_aes_cbc 
+0x71f8 031964 branch function_aes_cmac_aes_loop 
+:      031966 function_aes_cmac_aes_loop_end:
+0x71f9 031967 arg mem_aes_cmac_temp ,contw 
+0x71fa 031968 call store_aes_result 
+0x71fb 031969 arg mem_aes_cmac_m_last ,contr 
+0x71fc 031970 call load_data128 
+0x71fd 031971 call aes_init 
+0x71fe 031972 arg mem_aes_cmac_temp ,contr 
+0x71ff 031973 call load_data128 
+0x7200 031974 branch do_aes_cbc 
+:      031978 load_inverse_result:
+0x7201 031980 copy contw ,rega 
+0x7202 031981 call store_aes_result 
+0x7203 031983 arg 16 ,loopcnt 
+0x7204 031984 branch inverse_data 
+:      031986 store_inverse_k:
+0x7205 031987 arg mem_aes_cmac_k ,contw 
+0x7206 031988 call memcpy16 
+:      031989 inverse_k:
+0x7207 031990 arg 16 ,loopcnt 
+0x7208 031991 arg mem_aes_cmac_k ,rega 
+0x7209 031992 branch inverse_data 
+:      031994 inverse_memdat:
+0x720a 031995 fetch 1 ,mem_aes_cmac_data_length 
+0x720b 031996 copy pdata ,loopcnt 
+0x720c 031997 arg memdat ,rega 
+0x720d 031998 branch inverse_data 
+:      032000 bn_lshift_0_inverse:
+0x720e 032001 ifetch 1 ,rega 
+0x720f 032002 lshift pdata ,pdata 
+0x7210 032003 isolate1 0 ,regc 
+0x7211 032004 setflag true ,0 ,pdata 
+0x7212 032005 isolate1 8 ,pdata 
+0x7213 032006 setflag true ,0 ,regc 
+0x7214 032007 istore 1 ,rega 
+0x7215 032008 increase -1 ,rega 
+0x7216 032009 loop bn_lshift_0_inverse 
+0x7217 032010 rtn 
+:      032012 function_aes_cmac_k1_inverse:
+0x7218 032013 arg mem_aes_cmac_k1 ,rega 
+:      032014 function_aes_cmac_inverse_common:
+0x7219 032015 increase 15 ,rega 
+0x721a 032016 force 16 ,loopcnt 
+0x721b 032017 force 0 ,regc 
+0x721c 032018 branch bn_lshift_0_inverse 
+:      032020 function_aes_cmac_k2_inverse:
+0x721d 032021 arg mem_aes_cmac_k2 ,rega 
+0x721e 032022 branch function_aes_cmac_inverse_common 
+:      032025 function_aes_cmac_generate_subkey:
+0x721f 032026 arg mem_aes_cmac_k ,contr 
+0x7220 032027 call load_key 
+0x7221 032030 force regidx_xor ,regext_index 
+0x7222 032031 call aes_clear 
+0x7223 032032 call aes_clear_data 
+0x7224 032033 call do_aes_ocb 
+0x7225 032038 arg mem_aes_cmac_k1 ,contw 
+0x7226 032039 call store_aes_result 
+:      032040 function_aes_cmac_k1:
+0x7227 032041 bpatchx patch3b_6 ,mem_patch3b 
+0x7228 032042 fetch 1 ,mem_aes_cmac_k1 
+0x7229 032043 isolate1 7 ,pdata 
+0x722a 032044 nbranch function_aes_cmac_k1_0 ,true 
+0x722b 032045 call function_aes_cmac_k1_inverse 
+0x722c 032048 arg mem_aes_cmac_k1 ,regc 
+0x722d 032050 arg mem_aes_cmac_k1 ,contw 
+0x722e 032053 call function_aes_cmac_xor_rb 
+0x722f 032054 branch function_aes_cmac_k2 
+:      032055 function_aes_cmac_k1_0:
+0x7230 032056 call function_aes_cmac_k1_inverse 
+:      032057 function_aes_cmac_k2:
+0x7231 032059 arg mem_aes_cmac_k1 ,contr 
+0x7232 032060 arg mem_aes_cmac_k2 ,contw 
+0x7233 032061 call memcpy16 
+0x7234 032062 fetch 1 ,mem_aes_cmac_k2 
+0x7235 032063 isolate1 7 ,pdata 
+0x7236 032064 nbranch function_aes_cmac_k2_inverse ,true 
+0x7237 032065 call function_aes_cmac_k2_inverse 
+0x7238 032067 arg mem_aes_cmac_k2 ,regc 
+0x7239 032069 arg mem_aes_cmac_k2 ,contw 
+:      032075 function_aes_cmac_xor_rb:
+0x723a 032076 arg 3 ,loopcnt 
+:      032077 function_aes_cmac_xor_rb_loop:
+0x723b 032078 arg 0 ,temp 
+0x723c 032079 call function_aes_cmac_xor_loop_common 
+0x723d 032080 increase 4 ,regc 
+0x723e 032081 loop function_aes_cmac_xor_rb_loop 
+0x723f 032082 arg 0x8700 ,temp 
+0x7240 032083 lshift16 temp ,temp 
+:      032084 function_aes_cmac_xor_loop_common:
+0x7241 032085 ifetch 4 ,regc 
+0x7242 032086 ixor temp ,pdata 
+0x7243 032087 istore 4 ,contw 
+0x7244 032088 rtn 
+:      032094 function_aes_cmac_padding:
+0x7245 032095 bpatchx patch3b_7 ,mem_patch3b 
+0x7246 032096 arg 16 ,loopcnt 
+0x7247 032097 arg 0 ,pdata 
+:      032098 function_aes_cmac_padding_loop:
+0x7248 032099 isub rega ,null 
+0x7249 032100 branch function_aes_cmac_padding_beq_length ,zero 
+0x724a 032101 branch function_aes_cmac_padding_big_length ,positive 
+0x724b 032102 ifetcht 1 ,contr 
+0x724c 032103 istoret 1 ,contw 
+:      032104 function_aes_cmac_padding_loop2:
+0x724d 032105 increase 1 ,pdata 
+0x724e 032106 loop function_aes_cmac_padding_loop 
+0x724f 032107 rtn 
+:      032108 function_aes_cmac_padding_beq_length:
+0x7250 032109 arg 0x80 ,temp 
+:      032110 function_aes_cmac_padding_common:
+0x7251 032111 istoret 1 ,contw 
+0x7252 032112 branch function_aes_cmac_padding_loop2 
+:      032114 function_aes_cmac_padding_big_length:
+0x7253 032115 arg 0 ,temp 
+0x7254 032116 branch function_aes_cmac_padding_common 
+:      032119 generate_kinit:
+0x7255 032120 call function_e22 
+0x7256 032121 arg mem_input_store ,contr 
+0x7257 032122 arg mem_kinit ,contw 
+0x7258 032123 branch memcpy16 
+:      032126 function_e21:
+0x7259 032127 disable user 
+0x725a 032128 call function_expand 
+0x725b 032129 arg mem_random_number ,contr 
+0x725c 032130 arg mem_x ,contw 
+0x725d 032131 force 15 ,loopcnt 
+0x725e 032132 call memcpy 
+0x725f 032133 ifetch 1 ,contr 
+0x7260 032134 xor_into 6 ,pdata 
+0x7261 032135 istore 1 ,contw 
+0x7262 032136 setarg mem_y 
+0x7263 032137 store 2 ,memp_ar_input 
+0x7264 032138 setarg mem_x 
+0x7265 032139 store 2 ,memp_ar_key 
+0x7266 032140 set1 mark_ar2 ,mark 
+0x7267 032141 branch function_ar 
+:      032145 function_e22:
+0x7268 032146 fetcht 1 ,mem_pin_length 
+0x7269 032147 force 16 ,regb 
+0x726a 032148 add temp ,6 ,regc 
+0x726b 032149 sub regc ,16 ,null 
+0x726c 032150 branch function_e22_pin_init ,positive 
+0x726d 032151 force 16 ,regc 
+:      032152 function_e22_pin_init:
+0x726e 032153 arg mem_x ,contw 
+:      032154 function_e22_genx_pin:
+0x726f 032155 arg mem_pin ,contr 
+0x7270 032156 copy temp ,loopcnt 
+0x7271 032157 disable user 
+:      032158 function_e22_genx_loop:
+0x7272 032159 ifetch 1 ,contr 
+0x7273 032160 istore 1 ,contw 
+0x7274 032161 increase -1 ,regb 
+0x7275 032162 branch function_e22_genx_end ,zero 
+0x7276 032163 loop function_e22_genx_loop 
+0x7277 032164 branch function_e22_genx_pin ,user 
+0x7278 032165 enable user 
+0x7279 032166 force 6 ,loopcnt 
+0x727a 032167 copy rega ,contr 
+0x727b 032168 branch function_e22_genx_loop 
+:      032169 function_e22_genx_end:
+0x727c 032170 arg mem_random_number ,contr 
+0x727d 032171 arg mem_y ,contw 
+0x727e 032172 call memcpy16 
+0x727f 032173 fetch 1 ,mem_y15 
+0x7280 032174 ixor regc ,pdata 
+0x7281 032175 store 1 ,mem_y15 
+0x7282 032176 setarg mem_y 
+0x7283 032177 store 2 ,memp_ar_input 
+0x7284 032178 setarg mem_x 
+0x7285 032179 store 2 ,memp_ar_key 
+0x7286 032180 set1 mark_ar2 ,mark 
+0x7287 032181 branch function_ar 
+:      032186 function_e1:
+0x7288 032187 disable user 
+0x7289 032188 call function_expand 
+0x728a 032189 branch function_hash 
+:      032191 function_e3:
+0x728b 032192 arg mem_aco ,rega 
+0x728c 032193 enable user 
+0x728d 032194 call function_expand 
+0x728e 032195 call function_hash 
+0x728f 032196 arg mem_input_store ,contr 
+0x7290 032197 arg mem_kc ,contw 
+0x7291 032198 branch memcpy16 
+:      032201 function_hash:
+0x7292 032202 setarg mem_random_number 
+0x7293 032203 store 2 ,memp_ar_input 
+0x7294 032204 setarg mem_link_key 
+0x7295 032205 store 2 ,memp_ar_key 
+0x7296 032206 set0 mark_ar2 ,mark 
+0x7297 032207 call function_ar 
+0x7298 032208 arg mem_input_store ,rega 
+0x7299 032209 arg mem_random_number ,regb 
+0x729a 032210 arg mem_x ,contw 
+0x729b 032211 call xor16 
+0x729c 032212 arg mem_x ,rega 
+0x729d 032213 arg mem_y ,regb 
+0x729e 032214 copy regb ,contw 
+0x729f 032215 enable user 
+0x72a0 032216 call add16 
+0x72a1 032217 call key_offset 
+0x72a2 032218 setarg mem_y 
+0x72a3 032219 store 2 ,memp_ar_input 
+0x72a4 032220 setarg mem_x 
+0x72a5 032221 store 2 ,memp_ar_key 
+0x72a6 032222 set1 mark_ar2 ,mark 
+0x72a7 032223 branch function_ar 
+:      032227 function_ar:
+0x72a8 032228 jam 0 ,mem_ar_hround 
+0x72a9 032229 fetch 2 ,memp_ar_key 
+0x72aa 032230 iforce contr 
+0x72ab 032231 arg mem_key_store ,contw 
+0x72ac 032232 call memcpy16 
+0x72ad 032233 fetch 2 ,memp_ar_input 
+0x72ae 032234 iforce contr 
+0x72af 032235 arg mem_input_store ,contw 
+0x72b0 032236 call memcpy16 
+:      032238 function_ar_loop:
+0x72b1 032239 call key_scheduling 
+0x72b2 032240 disable user 
+0x72b3 032241 bmark0 mark_ar2 ,function_ar_original 
+0x72b4 032242 fetch 1 ,mem_ar_hround 
+0x72b5 032243 bne 4 ,function_ar_original 
+0x72b6 032244 fetch 2 ,memp_ar_input 
+0x72b7 032245 iforce regb 
+0x72b8 032246 call xor_mod32_ar2 
+:      032247 function_ar_original:
+0x72b9 032248 call xor_mod32 
+0x72ba 032249 call el_boxes 
+0x72bb 032250 fetch 1 ,mem_ar_hround 
+0x72bc 032251 increase 1 ,pdata 
+0x72bd 032252 store 1 ,mem_ar_hround 
+0x72be 032254 call key_scheduling 
+0x72bf 032255 enable user 
+0x72c0 032256 call xor_mod32 
+0x72c1 032257 call pht 
+0x72c2 032258 call permute 
+0x72c3 032259 call pht 
+0x72c4 032260 call permute 
+0x72c5 032261 call pht 
+0x72c6 032262 call permute 
+0x72c7 032263 call pht 
+0x72c8 032264 fetch 1 ,mem_ar_hround 
+0x72c9 032265 increase 1 ,pdata 
+0x72ca 032266 store 1 ,mem_ar_hround 
+0x72cb 032267 bne 16 ,function_ar_loop 
+0x72cc 032268 call key_scheduling 
+0x72cd 032269 disable user 
+0x72ce 032270 branch xor_mod32 
+:      032274 key_scheduling:
+0x72cf 032275 fetch 1 ,mem_ar_hround 
+0x72d0 032276 arg mem_key_store ,contr 
+0x72d1 032277 branch key_sched_zero ,blank 
+0x72d2 032278 iforce regb 
+0x72d3 032279 force 17 ,loopcnt 
+0x72d4 032280 copy contr ,contw 
+:      032281 key_rotateloop:
+0x72d5 032282 ifetch 1 ,contr 
+0x72d6 032283 lshift3 pdata ,temp 
+0x72d7 032284 rshift2 pdata ,pdata 
+0x72d8 032285 rshift3 pdata ,pdata 
+0x72d9 032286 ior temp ,pdata 
+0x72da 032287 istore 1 ,contw 
+0x72db 032288 loop key_rotateloop 
+0x72dc 032289 setarg mem_key_store 
+0x72dd 032290 iadd regb ,contr 
+0x72de 032291 force 16 ,loopcnt 
+0x72df 032292 arg mem_round_key ,contw 
+:      032293 key_select_octet_loop:
+0x72e0 032294 ifetch 1 ,contr 
+0x72e1 032295 istore 1 ,contw 
+0x72e2 032296 compare mem_key_store_end ,contr ,0xff 
+0x72e3 032297 nbranch key_select_octet_nwrap ,true 
+0x72e4 032298 increase -17 ,contr 
+:      032299 key_select_octet_nwrap:
+0x72e5 032300 loop key_select_octet_loop 
+0x72e6 032301 force 0 ,rega 
+0x72e7 032302 add regb ,-1 ,regc 
+0x72e8 032303 lshift2 regc ,regc 
+0x72e9 032304 lshift2 regc ,regc 
+0x72ea 032305 call enable_authrom 
+0x72eb 032306 setarg mem_b_box 
+0x72ec 032307 iadd regc ,regc 
+0x72ed 032308 arg mem_round_key ,contw 
+0x72ee 032309 force 16 ,loopcnt 
+:      032310 bias_round_key_loop:
+0x72ef 032311 ifetcht 1 ,regc 
+0x72f0 032312 ifetch 1 ,contw 
+0x72f1 032313 iadd temp ,pdata 
+0x72f2 032314 istore 1 ,contw 
+0x72f3 032315 increase 1 ,regc 
+0x72f4 032316 loop bias_round_key_loop 
+0x72f5 032317 branch disable_authrom 
+:      032319 key_sched_zero:
+0x72f6 032320 force 16 ,loopcnt 
+0x72f7 032321 force 0 ,temp 
+:      032322 create_byte_16_loop:
+0x72f8 032323 ifetch 1 ,contr 
+0x72f9 032324 ixor temp ,temp 
+0x72fa 032325 loop create_byte_16_loop 
+0x72fb 032326 deposit temp 
+0x72fc 032327 istore 1 ,contr 
+0x72fd 032328 arg mem_key_store ,contr 
+0x72fe 032329 arg mem_round_key ,contw 
+0x72ff 032330 branch memcpy16 
+:      032332 xor_mod32:
+0x7300 032333 arg mem_round_key ,regb 
+:      032334 xor_mod32_ar2:
+0x7301 032335 force 16 ,loopcnt 
+0x7302 032336 arg mem_input_store ,rega 
+0x7303 032337 copy rega ,contw 
+:      032338 xor_mod32_loop:
+0x7304 032339 ifetcht 1 ,rega 
+0x7305 032340 ifetch 1 ,regb 
+0x7306 032341 ixor temp ,alarm 
+0x7307 032342 and loopcnt ,3 ,regc 
+0x7308 032343 nbranch xor_mod32_invert ,user 
+0x7309 032344 xor_into 3 ,regc 
+:      032345 xor_mod32_invert:
+0x730a 032346 sub regc ,1 ,regc 
+0x730b 032347 branch xor_even ,positive 
+0x730c 032348 iadd temp ,alarm 
+:      032349 xor_even:
+0x730d 032350 deposit alarm 
+0x730e 032351 istore 1 ,contw 
+0x730f 032352 increase 1 ,rega 
+0x7310 032353 increase 1 ,regb 
+0x7311 032354 loop xor_mod32_loop 
+0x7312 032355 rtn 
+:      032357 el_boxes:
+0x7313 032358 call enable_authrom 
+0x7314 032359 force 16 ,loopcnt 
+0x7315 032360 arg mem_input_store ,rega 
+:      032361 el_box_loop:
+0x7316 032362 ifetch 1 ,rega 
+0x7317 032363 arg mem_e_box ,contr 
+0x7318 032364 and loopcnt ,3 ,regc 
+0x7319 032365 sub regc ,1 ,null 
+0x731a 032366 branch e_boxes ,positive 
+0x731b 032367 arg mem_l_box ,contr 
+:      032368 e_boxes:
+0x731c 032369 iadd contr ,contr 
+0x731d 032370 ifetch 1 ,contr 
+0x731e 032371 istore 1 ,rega 
+0x731f 032372 increase 1 ,rega 
+0x7320 032373 loop el_box_loop 
+0x7321 032374 branch disable_authrom 
+:      032376 pht:
+0x7322 032377 force 8 ,loopcnt 
+0x7323 032378 arg mem_input_store ,contr 
+0x7324 032379 copy contr ,contw 
+:      032380 pht_loop:
+0x7325 032381 ifetch 1 ,contr 
+0x7326 032382 iforce rega 
+0x7327 032383 ifetch 1 ,contr 
+0x7328 032384 iforce regb 
+0x7329 032385 lshift rega ,pdata 
+0x732a 032386 iadd regb ,pdata 
+0x732b 032387 istore 1 ,contw 
+0x732c 032388 deposit rega 
+0x732d 032389 iadd regb ,pdata 
+0x732e 032390 istore 1 ,contw 
+0x732f 032391 loop pht_loop 
+0x7330 032392 rtn 
+:      032395 permute:
+0x7331 032396 setarg 0x8ae42c 
+0x7332 032397 iforce temp 
+0x7333 032398 force 7 ,loopcnt 
+0x7334 032399 call permute_exchange 
+0x7335 032400 setarg 0xd751b 
+0x7336 032401 iforce temp 
+0x7337 032402 force 5 ,loopcnt 
+0x7338 032403 call permute_exchange 
+0x7339 032404 fetch 1 ,mem_input_store + 15 
+0x733a 032405 iforce rega 
+0x733b 032406 fetch 1 ,mem_input_store + 3 
+0x733c 032407 store 1 ,mem_input_store + 15 
+0x733d 032408 deposit rega 
+0x733e 032409 store 1 ,mem_input_store + 3 
+0x733f 032410 rtn 
+:      032412 permute_exchange:
+0x7340 032413 and temp ,0xf ,regb 
+:      032414 permute_loop:
+0x7341 032415 and temp ,0xf ,pdata 
+0x7342 032416 arg mem_input_store ,contw 
+0x7343 032417 iadd contw ,contw 
+0x7344 032418 ifetch 1 ,contw 
+0x7345 032419 iforce regc 
+0x7346 032420 deposit rega 
+0x7347 032421 istore 1 ,contw 
+0x7348 032422 copy regc ,rega 
+0x7349 032423 rshift4 temp ,temp 
+0x734a 032424 loop permute_loop 
+0x734b 032425 setarg mem_input_store 
+0x734c 032426 iadd regb ,contw 
+0x734d 032427 deposit rega 
+0x734e 032428 istore 1 ,contw 
+0x734f 032429 rtn 
+:      032431 add16:
+0x7350 032432 enable user 
+0x7351 032433 branch xor_add16 
+:      032435 xor16:
+0x7352 032436 disable user 
+:      032437 xor_add16:
+0x7353 032438 force 16 ,loopcnt 
+:      032439 xoradd_loop:
+0x7354 032440 ifetcht 1 ,rega 
+0x7355 032441 ifetch 1 ,regb 
+0x7356 032442 branch xoradd_add ,user 
+0x7357 032443 ixor temp ,pdata 
+0x7358 032444 branch xoradd_store 
+:      032445 xoradd_add:
+0x7359 032446 iadd temp ,pdata 
+:      032447 xoradd_store:
+0x735a 032448 istore 1 ,contw 
+0x735b 032449 increase 1 ,rega 
+0x735c 032450 increase 1 ,regb 
+0x735d 032451 loop xoradd_loop 
+0x735e 032452 rtn 
+:      032455 function_expand:
+0x735f 032456 arg mem_y ,contw 
+0x7360 032457 ifetch 6 ,rega 
+0x7361 032458 istore 6 ,contw 
+0x7362 032459 branch expand_12 ,user 
+0x7363 032460 ifetch 6 ,rega 
+0x7364 032461 branch expand_cont 
+:      032462 expand_12:
+0x7365 032463 ifetch 6 ,contr 
+:      032464 expand_cont:
+0x7366 032465 istore 6 ,contw 
+0x7367 032466 ifetch 4 ,rega 
+0x7368 032467 istore 4 ,contw 
+0x7369 032468 rtn 
+:      032470 key_offset:
+0x736a 032471 arg mem_link_key ,contr 
+0x736b 032472 arg mem_x ,contw 
+0x736c 032473 arg 0 ,temp 
+0x736d 032474 setarg 0x8395a7 
+0x736e 032475 call concatenate_temp24 
+0x736f 032476 setarg 0xb3c1df 
+0x7370 032477 call concatenate_temp24 
+0x7371 032478 setarg 0xe5e9 
+0x7372 032479 call concatenate_temp16 
+0x7373 032480 copy temp ,regab 
+0x7374 032481 disable user 
+0x7375 032482 call key_addxor 
+0x7376 032483 copy regab ,temp 
+0x7377 032484 enable user 
+0x7378 032485 branch key_addxor 
+:      032487 key_addxor:
+0x7379 032488 force 8 ,loopcnt 
+:      032489 key_addxor_loop:
+0x737a 032490 ifetch 1 ,contr 
+0x737b 032491 compare 1 ,loopcnt ,1 
+0x737c 032492 branch key_high ,user 
+0x737d 032493 branch key_xor ,true 
+:      032494 key_add:
+0x737e 032495 iadd temp ,pdata 
+0x737f 032496 branch key_store 
+:      032497 key_high:
+0x7380 032498 branch key_add ,true 
+:      032499 key_xor:
+0x7381 032500 ixor temp ,pdata 
+:      032501 key_store:
+0x7382 032502 istore 1 ,contw 
+0x7383 032503 rshift8 temp ,temp 
+0x7384 032504 loop key_addxor_loop 
+0x7385 032505 rtn 
+:      032507 copy_aco:
+0x7386 032508 fetch 6 ,mem_input_store + 4 
+0x7387 032509 store 6 ,mem_aco 
+0x7388 032510 ifetch 6 ,contr 
+0x7389 032511 istore 6 ,contw 
+0x738a 032512 rtn 
+:      032514 concatenate_temp24:
+0x738b 032515 lshift8 temp ,temp 
+:      032516 concatenate_temp16:
+0x738c 032517 lshift16 temp ,temp 
+0x738d 032518 ior temp ,temp 
+0x738e 032519 rtn 
+:      032523 loop1:
+0x738f 032524 branch loop1 
+:      032528 generate_stk:
+0x7390 032529 bpatchx patch3c_0 ,mem_patch3c 
+0x7391 032530 call function_s1 
+0x7392 032531 arg mem_le_ltk ,contw 
+0x7393 032532 branch store_aes_result 
+:      032535 authenticate_rconfirm:
+0x7394 032536 arg mem_le_srand ,contw 
+0x7395 032537 branch authenticate_mconfirm ,master 
+0x7396 032538 arg mem_le_mrand ,contw 
+:      032539 authenticate_mconfirm:
+0x7397 032540 copy contr ,rega 
+0x7398 032541 call memcpy16 
+0x7399 032542 call function_c1 
+0x739a 032543 arg mem_le_rconfirm ,contr 
+0x739b 032544 branch compare_res 
+:      032546 generate_confirm:
+0x739c 032547 arg mem_le_mrand ,rega 
+0x739d 032548 branch generate_mrand ,master 
+0x739e 032549 arg mem_le_srand ,rega 
+:      032550 generate_mrand:
+0x739f 032551 copy rega ,contw 
+0x73a0 032552 call generate_random 
+0x73a1 032553 branch function_c1 
+:      032555 generate_sk:
+0x73a2 032556 arg mem_le_skdm ,contr 
+0x73a3 032557 call load_data128 
+0x73a4 032558 arg mem_le_ltk ,contr 
+0x73a5 032559 call load_regext 
+0x73a6 032560 force 0x38 ,aes_ctrl 
+0x73a7 032561 force 0x0 ,aes_ctrl 
+0x73a8 032562 call wait_aes 
+0x73a9 032563 arg mem_le_sk ,contw 
+0x73aa 032564 branch store_aes_result 
+:      032567 first_block_counter:
+0x73ab 032568 force 0x49 ,pdata 
+0x73ac 032569 branch first_block 
+:      032570 first_block_data:
+0x73ad 032571 force 1 ,pdata 
+:      032572 first_block:
+0x73ae 032573 force regidx_data ,regext_index 
+0x73af 032574 lshift8 temp ,regext 
+0x73b0 032575 ior regext ,regext 
+0x73b1 032576 increase 1 ,regext_index 
+0x73b2 032577 rshift8 temp ,regext 
+0x73b3 032578 rshift16 regext ,regext 
+0x73b4 032579 fetch 2 ,mem_le_ivm 
+0x73b5 032580 lshift16 ,pdata ,pdata 
+0x73b6 032581 ior regext ,regext 
+0x73b7 032582 increase 1 ,regext_index 
+0x73b8 032583 ifetch 4 ,contr 
+0x73b9 032584 iforce regext 
+0x73ba 032585 increase 1 ,regext_index 
+0x73bb 032586 ifetch 2 ,contr 
+0x73bc 032587 byteswap rega ,regext 
+0x73bd 032588 lshift16 regext ,regext 
+0x73be 032589 ior regext ,regext 
+0x73bf 032590 increase 1 ,regext_index 
+0x73c0 032591 rtn 
+:      032595 generate_mic:
+0x73c1 032596 add regc ,1 ,contr 
+0x73c2 032597 ifetch 1 ,contr 
+0x73c3 032598 iforce rega 
+0x73c4 032599 call first_block_counter 
+0x73c5 032600 call do_aes_ocb 
+0x73c6 032602 force regidx_data ,regext_index 
+0x73c7 032603 ifetch 1 ,regc 
+0x73c8 032604 and_into 0x3 ,pdata 
+0x73c9 032605 lshift16 pdata ,regext 
+0x73ca 032606 set1 8 ,regext 
+0x73cb 032607 call clear_hidata 
+0x73cc 032608 call do_aes_cbc 
+0x73cd 032610 copy rega ,loopcnt 
+0x73ce 032611 add regc ,2 ,contr 
+0x73cf 032612 call padding_data 
+:      032613 generate_mic_loop:
+0x73d0 032614 call aes_load_data 
+0x73d1 032615 call do_aes_cbc 
+0x73d2 032616 deposit loopcnt 
+0x73d3 032617 branch generate_mic_end ,blank 
+0x73d4 032618 branch generate_mic_loop 
+:      032619 generate_mic_end:
+0x73d5 032620 force regidx_result ,regext_index 
+0x73d6 032621 deposit regext 
+0x73d7 032622 store 4 ,mem_le_mic 
+0x73d8 032623 rtn 
+:      032625 aes_crypt_data:
+0x73d9 032626 increase 1 ,rega 
+0x73da 032627 call first_block_data 
+0x73db 032628 copy regc ,contr 
+0x73dc 032629 call aes_load_xor 
+0x73dd 032630 call do_aes_ctr 
+0x73de 032631 call store_enc_data 
+0x73df 032632 increase 16 ,regc 
+0x73e0 032633 increase -16 ,regb 
+0x73e1 032634 branch aes_crypt_data ,positive 
+0x73e2 032635 rtn 
+:      032637 le_encrypt:
+0x73e3 032638 bpatchx patch3c_1 ,mem_patch3c 
+0x73e4 032639 arg mem_le_txheader ,regc 
+0x73e5 032640 fetcht 5 ,mem_le_pcnt_tx 
+0x73e6 032641 call generate_mic 
+0x73e7 032642 force regidx_xor ,regext_index 
+0x73e8 032643 iforce regext 
+0x73e9 032644 force 0 ,rega 
+0x73ea 032645 call first_block_data 
+0x73eb 032646 call do_aes_ctr 
+0x73ec 032647 arg mem_le_txpayload ,regc 
+0x73ed 032648 fetch 1 ,mem_le_txlen 
+0x73ee 032649 add pdata ,-1 ,regb 
+0x73ef 032650 iadd regc ,contw 
+0x73f0 032651 force regidx_result ,regext_index 
+0x73f1 032652 deposit regext 
+0x73f2 032653 istore 4 ,contw 
+0x73f3 032654 call aes_crypt_data 
+0x73f4 032655 fetch 1 ,mem_le_txlen 
+0x73f5 032656 increase 4 ,pdata 
+0x73f6 032657 store 1 ,mem_le_txlen 
+0x73f7 032658 fetcht 5 ,mem_le_pcnt_tx 
+0x73f8 032659 increase 1 ,temp 
+0x73f9 032660 storet 5 ,mem_le_pcnt_tx 
+0x73fa 032661 rtn 
+:      032663 le_decrypt:
+0x73fb 032664 bpatchx patch3c_2 ,mem_patch3c 
+0x73fc 032665 fetch 1 ,mem_le_rxbuf + 1 
+0x73fd 032666 sub pdata ,20 ,null 
+0x73fe 032667 branch le_dec_cont ,positive 
+:      032668 le_dec_cont:
+0x73ff 032669 arg mem_le_rxbuf + 2 ,regc 
+0x7400 032670 add pdata ,-1 ,regb 
+0x7401 032671 increase -4 ,pdata 
+0x7402 032672 store 1 ,mem_le_rxbuf + 1 
+0x7403 032673 iadd regc ,contr 
+0x7404 032674 ifetch 4 ,contr 
+0x7405 032675 force regidx_xor ,regext_index 
+0x7406 032676 iforce regext 
+0x7407 032677 force 0 ,rega 
+0x7408 032678 fetcht 5 ,mem_le_pcnt_rx 
+0x7409 032679 call first_block_data 
+0x740a 032680 call do_aes_ctr 
+0x740b 032681 force regidx_result ,regext_index 
+0x740c 032682 deposit regext 
+0x740d 032683 store 4 ,mem_le_peer_mic 
+0x740e 032684 call aes_crypt_data 
+0x740f 032685 arg mem_le_rxbuf ,regc 
+0x7410 032686 call generate_mic 
+0x7411 032687 fetcht 4 ,mem_le_peer_mic 
+0x7412 032688 isub temp ,pdata 
+0x7413 032689 nrtn blank 
+0x7414 032690 fetch 4 ,mem_le_last_mic 
+0x7415 032691 isub temp ,pdata 
+0x7416 032692 rtn blank 
+0x7417 032693 storet 4 ,mem_le_last_mic 
+0x7418 032694 fetch 5 ,mem_le_pcnt_rx 
+0x7419 032695 increase 1 ,pdata 
+0x741a 032696 store 5 ,mem_le_pcnt_rx 
+0x741b 032697 force 0 ,pdata 
+0x741c 032698 rtn 
+:      032700 wait_aes:
+0x741d 032701 nbranch wait_aes ,aes_ready 
+0x741e 032702 rtn 
+:      032704 do_aes_ocb:
+0x741f 032705 force 0x30 ,aes_ctrl 
+0x7420 032706 force 0x0 ,aes_ctrl 
+0x7421 032707 branch wait_aes 
+:      032709 do_aes_cbc:
+0x7422 032710 force 0x32 ,aes_ctrl 
+0x7423 032711 force 0x2 ,aes_ctrl 
+0x7424 032712 branch wait_aes 
+:      032714 do_aes_ctr:
+0x7425 032715 force 0x34 ,aes_ctrl 
+0x7426 032716 force 0x4 ,aes_ctrl 
+0x7427 032717 branch wait_aes 
+:      032720 aes_init:
+0x7428 032721 force 1 ,aes_ctrl 
+0x7429 032722 force 0 ,aes_ctrl 
+0x742a 032723 rtn 
+:      032724 function_s1:
+0x742b 032725 force regidx_data ,regext_index 
+0x742c 032726 fetch 4 ,mem_le_mrand 
+0x742d 032727 iforce regext 
+0x742e 032728 increase 1 ,regext_index 
+0x742f 032729 ifetch 4 ,contr 
+0x7430 032730 iforce regext 
+0x7431 032731 increase 1 ,regext_index 
+0x7432 032732 fetch 4 ,mem_le_srand 
+0x7433 032733 iforce regext 
+0x7434 032734 increase 1 ,regext_index 
+0x7435 032735 ifetch 4 ,contr 
+0x7436 032736 iforce regext 
+0x7437 032737 increase 1 ,regext_index 
+0x7438 032738 call aes_clear 
+0x7439 032739 increase -4 ,regext_index 
+0x743a 032740 fetch 4 ,mem_le_tk 
+0x743b 032741 copy pdata ,regext 
+0x743c 032742 increase 4 ,regext_index 
+0x743d 032743 force 0x38 ,aes_ctrl 
+0x743e 032744 force 0x8 ,aes_ctrl 
+0x743f 032745 branch wait_aes 
+:      032748 function_c1:
+0x7440 032749 bpatchx patch3c_3 ,mem_patch3c 
+0x7441 032750 fetch 6 ,mem_le_lap 
+0x7442 032751 fetcht 6 ,mem_le_plap 
+0x7443 032752 branch function_c1_master ,master 
+0x7444 032753 fetch 6 ,mem_le_plap 
+0x7445 032754 fetcht 6 ,mem_le_lap 
+:      032755 function_c1_master:
+0x7446 032756 force regidx_xor ,regext_index 
+0x7447 032757 copy temp ,regext 
+0x7448 032758 increase 1 ,regext_index 
+0x7449 032759 rshift32 temp ,regext 
+0x744a 032760 lshift16 pdata ,pdata 
+0x744b 032761 ior regext ,regext 
+0x744c 032762 increase 1 ,regext_index 
+0x744d 032763 rshift32 pdata ,regext 
+0x744e 032764 increase 1 ,regext_index 
+0x744f 032765 force 0 ,regext 
+0x7450 032766 force 0 ,pdata 
+0x7451 032767 fetch 1 ,mem_le_conn_peer_addr_type 
+0x7452 032768 fetcht 1 ,mem_le_adv_own_addr_type 
+0x7453 032769 nbranch function_c1_irat ,master 
+0x7454 032771 fetch 1 ,mem_le_conn_own_addr_type 
+0x7455 032772 fetcht 1 ,mem_le_conn_peer_addr_type 
+:      032773 function_c1_irat:
+0x7456 032774 store 1 ,mem_le_iat 
+0x7457 032775 storet 1 ,mem_le_rat 
+0x7458 032776 force regidx_data ,regext_index 
+0x7459 032777 arg mem_le_iat ,regb 
+0x745a 032778 force 4 ,loopcnt 
+:      032779 function_c1_loop1:
+0x745b 032780 ifetch 4 ,rega 
+0x745c 032781 ifetcht 4 ,regb 
+0x745d 032782 ixor temp ,regext 
+0x745e 032783 increase 1 ,regext_index 
+0x745f 032784 increase 4 ,rega 
+0x7460 032785 increase 4 ,regb 
+0x7461 032786 loop function_c1_loop1 
+0x7462 032787 call aes_clear 
+0x7463 032788 increase -4 ,regext_index 
+0x7464 032789 fetch 4 ,mem_le_tk 
+0x7465 032790 copy pdata ,regext 
+0x7466 032791 increase 4 ,regext_index 
+0x7467 032792 force 0x38 ,aes_ctrl 
+0x7468 032793 force 0xc ,aes_ctrl 
+0x7469 032794 call wait_aes 
+0x746a 032796 call aes_clear_data 
+0x746b 032797 force 0x3a ,aes_ctrl 
+0x746c 032798 force 0x8 ,aes_ctrl 
+0x746d 032799 branch wait_aes 
+:      032801 padding_data:
+0x746e 032802 compare 0 ,loopcnt ,3 
+0x746f 032803 rtn true 
+0x7470 032804 deposit contr 
+0x7471 032805 iadd loopcnt ,contw 
+0x7472 032806 force 0 ,pdata 
+:      032807 padding_loop:
+0x7473 032808 istore 1 ,contw 
+0x7474 032809 increase 1 ,loopcnt 
+0x7475 032810 compare 0 ,loopcnt ,3 
+0x7476 032811 rtn true 
+0x7477 032812 branch padding_loop 
+:      032814 aes_load_data:
+0x7478 032815 force regidx_data ,regext_index 
+:      032816 load_data_loop:
+0x7479 032817 deposit loopcnt 
+0x747a 032818 branch load_data_padding ,blank 
+0x747b 032819 ifetch 4 ,contr 
+0x747c 032820 increase -4 ,loopcnt 
+:      032821 load_data_padding:
+0x747d 032822 iforce regext 
+0x747e 032823 increase 1 ,regext_index 
+0x747f 032824 compare regidx_key ,regext_index ,0xf 
+0x7480 032825 rtn true 
+0x7481 032826 branch load_data_loop 
+:      032828 aes_load_xor:
+0x7482 032829 force regidx_xor ,regext_index 
+0x7483 032830 branch load_regext 
+:      032831 load_key:
+0x7484 032832 force regidx_key ,regext_index 
+0x7485 032833 branch load_regext 
+:      032834 load_data128:
+0x7486 032835 force regidx_data ,regext_index 
+:      032836 load_regext:
+0x7487 032837 force 4 ,loopcnt 
+:      032838 load_regext_loop:
+0x7488 032839 ifetch 4 ,contr 
+0x7489 032840 iforce regext 
+0x748a 032841 increase 1 ,regext_index 
+0x748b 032842 loop load_regext_loop 
+0x748c 032843 rtn 
+:      032845 load_sk:
+0x748d 032846 arg mem_le_sk ,contr 
+0x748e 032847 branch load_key 
+:      032849 clear_hidata:
+0x748f 032850 force 4 ,loopcnt 
+0x7490 032851 branch clear_data_rest 
+:      032853 aes_clear_data:
+0x7491 032854 force regidx_data ,regext_index 
+:      032855 aes_clear:
+0x7492 032856 force 4 ,loopcnt 
+:      032857 clear_loop:
+0x7493 032858 force 0 ,regext 
+:      032859 clear_data_rest:
+0x7494 032860 increase 1 ,regext_index 
+0x7495 032861 loop clear_loop 
+0x7496 032862 rtn 
+:      032864 store_aes_result:
+0x7497 032865 force regidx_result ,regext_index 
+0x7498 032866 force 4 ,loopcnt 
+:      032867 send_aes_result_loop:
+0x7499 032868 deposit regext 
+0x749a 032869 istore 4 ,contw 
+0x749b 032870 increase 1 ,regext_index 
+0x749c 032871 loop send_aes_result_loop 
+0x749d 032872 rtn 
+:      032874 store_enc_data:
+0x749e 032875 force regidx_result ,regext_index 
+0x749f 032876 copy regc ,contw 
+0x74a0 032877 add regb ,1 ,loopcnt 
+0x74a1 032878 sub loopcnt ,15 ,null 
+0x74a2 032879 branch store_enc_loop ,positive 
+0x74a3 032880 force 16 ,loopcnt 
+:      032881 store_enc_loop:
+0x74a4 032882 deposit regext 
+0x74a5 032883 sub loopcnt ,3 ,null 
+0x74a6 032884 branch store_enc_byte ,positive 
+0x74a7 032885 istore 4 ,contw 
+0x74a8 032886 increase -4 ,loopcnt 
+0x74a9 032887 rtn zero 
+0x74aa 032888 increase 1 ,regext_index 
+0x74ab 032889 branch store_enc_loop 
+:      032890 store_enc_byte:
+0x74ac 032891 istore 1 ,contw 
+0x74ad 032892 rshift8 pdata ,pdata 
+0x74ae 032893 loop store_enc_byte 
+0x74af 032894 rtn 
+:      032897 compare_res:
+0x74b0 032898 force regidx_result ,regext_index 
+0x74b1 032899 force 4 ,loopcnt 
+:      032900 compare_res_loop:
+0x74b2 032901 ifetch 4 ,contr 
+0x74b3 032902 isub regext ,null 
+0x74b4 032903 nrtn zero 
+0x74b5 032904 increase 1 ,regext_index 
+0x74b6 032905 loop compare_res_loop 
+0x74b7 032906 force 0 ,null 
+0x74b8 032907 rtn 
+:      032909 enable_authrom:
+0x74b9 032910 hfetch 1 ,core_clkoff 
+0x74ba 032911 set0 clock_off_auth_rom ,pdata 
+0x74bb 032912 hstore 1 ,core_clkoff 
+0x74bc 032913 rtn 
+:      032915 disable_authrom:
+0x74bd 032916 hfetch 1 ,core_clkoff 
+0x74be 032917 set1 clock_off_auth_rom ,pdata 
+0x74bf 032918 hstore 1 ,core_clkoff 
+0x74c0 032919 rtn 
+:      032921 init_memp:
+0x74c1 032922 arg mem_p ,contw 
+0x74c2 032923 setsect 0 ,0x3ffff 
+0x74c3 032924 setsect 1 ,0x3ffff 
+0x74c4 032925 setsect 2 ,0x3ffff 
+0x74c5 032926 setsect 3 ,0x3fbff 
+0x74c6 032927 istore 9 ,contw 
+0x74c7 032928 setsect 0 ,0x3ffff 
+0x74c8 032929 setsect 1 ,0x3ffff 
+0x74c9 032930 setsect 2 ,0x3ffff 
+0x74ca 032931 setsect 3 ,0x3ffff 
+0x74cb 032932 istore 9 ,contw 
+0x74cc 032933 setsect 0 ,0x3ffff 
+0x74cd 032934 setsect 1 ,0x3ffff 
+0x74ce 032935 setsect 2 ,0x3cfff 
+0x74cf 032936 setsect 3 ,0x3ffff 
+0x74d0 032937 istore 9 ,contw 
+0x74d1 032938 setsect 0 ,0x3ffff 
+0x74d2 032939 setsect 1 ,0x3ffff 
+0x74d3 032940 setsect 2 ,0x3ffef 
+0x74d4 032941 setsect 3 ,0x3ffff 
+0x74d5 032942 istore 9 ,contw 
+0x74d6 032943 setsect 0 ,0x3ffff 
+0x74d7 032944 setsect 1 ,0x3ffff 
+0x74d8 032945 setsect 2 ,0x3ffff 
+0x74d9 032946 setsect 3 ,0x3ffff 
+0x74da 032947 istore 9 ,contw 
+0x74db 032948 setsect 0 ,0x3ffff 
+0x74dc 032949 setsect 1 ,0x26c7f 
+0x74dd 032950 setsect 2 ,0x146b 
+0x74de 032951 setsect 3 ,0x37bb3 
+0x74df 032952 istore 9 ,contw 
+0x74e0 032953 setsect 0 ,0x1feb8 
+0x74e1 032954 setsect 1 ,0x10c12 
+0x74e2 032955 setsect 2 ,0x2b722 
+0x74e3 032956 setsect 3 ,0x29fa6 
+0x74e4 032957 istore 9 ,contw 
+0x74e5 032958 setsect 0 ,0xe70f 
+0x74e6 032959 setsect 1 ,0x16720 
+0x74e7 032960 setsect 2 ,0x519e 
+0x74e8 032961 setsect 3 ,0x19084 
+0x74e9 032962 istore 9 ,contw 
+0x74ea 032963 setsect 0 ,0x31012 
+0x74eb 032964 setsect 1 ,0x360bf 
+0x74ec 032965 setsect 2 ,0x3f0af 
+0x74ed 032966 setsect 3 ,0x3d3 
+0x74ee 032967 istore 9 ,contw 
+0x74ef 032968 setsect 0 ,0x3a188 
+0x74f0 032969 setsect 1 ,0x3ad0 
+0x74f1 032970 setsect 2 ,0x3cbf2 
+0x74f2 032971 setsect 3 ,0x243d9 
+0x74f3 032972 istore 9 ,contw 
+0x74f4 032973 setsect 0 ,0x2b030 
+0x74f5 032974 setsect 1 ,0x36a03 
+0x74f6 032975 setsect 2 ,0x11188 
+0x74f7 032976 setsect 3 ,0x1e520 
+0x74f8 032977 istore 9 ,contw 
+0x74f9 032978 setsect 0 ,0x3a11e 
+0x74fa 032979 setsect 1 ,0xfe5d 
+0x74fb 032980 setsect 2 ,0xdd57 
+0x74fc 032981 setsect 3 ,0x1ac93 
+0x74fd 032982 istore 9 ,contw 
+0x74fe 032983 setsect 0 ,0x11ed 
+0x74ff 032984 setsect 1 ,0x218c4 
+0x7500 032985 setsect 2 ,0x8da7 
+0x7501 032986 setsect 3 ,0x257ff 
+0x7502 032987 istore 9 ,contw 
+0x7503 032988 setsect 0 ,0x3192b 
+0x7504 032989 setsect 1 ,0x34641 
+0x7505 032990 setsect 2 ,0x1be0c 
+0x7506 032991 setsect 3 ,0x366ad 
+0x7507 032992 istore 9 ,contw 
+0x7508 032993 setsect 0 ,0x1f83 
+0x7509 032994 setsect 1 ,0x15a23 
+0x750a 032995 setsect 2 ,0x3f9b0 
+0x750b 032996 setsect 3 ,0x3949 
+0x750c 032997 istore 9 ,contw 
+0x750d 032998 setsect 0 ,0x13a51 
+0x750e 032999 setsect 1 ,0x153fd 
+0x750f 033000 setsect 2 ,0x3372a 
+0x7510 033001 setsect 3 ,0xf1bb 
+0x7511 033002 istore 9 ,contw 
+0x7512 033003 setsect 0 ,0x3ae85 
+0x7513 033004 setsect 1 ,0x1eed9 
+0x7514 033005 setsect 2 ,0x9e66 
+0x7515 033006 setsect 3 ,0x1a8 
+0x7516 033007 istore 8 ,contw 
+0x7517 033008 rtn 
+:      033012 init_memp_256:
+0x7518 033013 arg mem_p_256 ,contw 
+0x7519 033014 setsect 0 ,0x3ffff 
+0x751a 033015 setsect 1 ,0x3ffff 
+0x751b 033016 setsect 2 ,0x3ffff 
+0x751c 033017 setsect 3 ,0x3ffff 
+0x751d 033018 istore 9 ,contw 
+0x751e 033019 setsect 0 ,0x3ffff 
+0x751f 033020 setsect 1 ,0x3f 
+0x7520 033021 setsect 2 ,0x0 
+0x7521 033022 setsect 3 ,0x0 
+0x7522 033023 istore 9 ,contw 
+0x7523 033024 setsect 0 ,0x0 
+0x7524 033025 setsect 1 ,0x0 
+0x7525 033026 setsect 2 ,0x1000 
+0x7526 033027 setsect 3 ,0x0 
+0x7527 033028 istore 9 ,contw 
+0x7528 033029 setsect 0 ,0x3ff00 
+0x7529 033030 setsect 1 ,0x3ffff 
+0x752a 033031 setsect 2 ,0x3ffcf 
+0x752b 033032 setsect 3 ,0x3ffff 
+0x752c 033033 istore 9 ,contw 
+0x752d 033034 setsect 0 ,0x3ffff 
+0x752e 033035 setsect 1 ,0x3ffff 
+0x752f 033036 setsect 2 ,0x3ffff 
+0x7530 033037 setsect 3 ,0x3ff 
+0x7531 033038 istore 9 ,contw 
+0x7532 033039 setsect 0 ,0x0 
+0x7533 033040 setsect 1 ,0x0 
+0x7534 033041 setsect 2 ,0x0 
+0x7535 033042 setsect 3 ,0x0 
+0x7536 033043 istore 9 ,contw 
+0x7537 033044 setsect 0 ,0x10000 
+0x7538 033045 setsect 1 ,0x0 
+0x7539 033046 setsect 2 ,0x3f000 
+0x753a 033047 setsect 3 ,0x3ffff 
+0x753b 033048 istore 9 ,contw 
+0x753c 033049 setsect 0 ,0x296ff 
+0x753d 033050 setsect 1 ,0x22630 
+0x753e 033051 setsect 2 ,0x3945d 
+0x753f 033052 setsect 3 ,0x3d284 
+0x7540 033053 istore 9 ,contw 
+0x7541 033054 setsect 0 ,0x333a0 
+0x7542 033055 setsect 1 ,0x4b7a 
+0x7543 033056 setsect 2 ,0x37d8 
+0x7544 033057 setsect 3 ,0x3c9dc 
+0x7545 033058 istore 9 ,contw 
+0x7546 033059 setsect 0 ,0x3a440 
+0x7547 033060 setsect 1 ,0x1b958 
+0x7548 033061 setsect 2 ,0x38bce 
+0x7549 033062 setsect 3 ,0x1091f 
+0x754a 033063 istore 9 ,contw 
+0x754b 033064 setsect 0 ,0x2e12c 
+0x754c 033065 setsect 1 ,0x1f47c 
+0x754d 033066 setsect 2 ,0x356b1 
+0x754e 033067 setsect 3 ,0x2fd47 
+0x754f 033068 istore 9 ,contw 
+0x7550 033069 setsect 0 ,0x6837 
+0x7551 033070 setsect 1 ,0x2ed90 
+0x7552 033071 setsect 2 ,0x1ecec 
+0x7553 033072 setsect 3 ,0x1acc5 
+0x7554 033073 istore 9 ,contw 
+0x7555 033074 setsect 0 ,0x23357 
+0x7556 033075 setsect 1 ,0x18af3 
+0x7557 033076 setsect 2 ,0xf9e1 
+0x7558 033077 setsect 3 ,0x129f0 
+0x7559 033078 istore 9 ,contw 
+0x755a 033079 setsect 0 ,0x2e7eb 
+0x755b 033080 setsect 1 ,0x3e6e3 
+0x755c 033081 setsect 2 ,0x3e1a7 
+0x755d 033082 setsect 3 ,0x10b8b 
+0x755e 033083 istore 9 ,contw 
+0x755f 033084 setsect 0 ,0x24fe3 
+0x7560 033085 setsect 1 ,0x20ef 
+0x7561 033086 setsect 2 ,0x1b5a6 
+0x7562 033087 setsect 3 ,0xdc2f 
+0x7563 033088 istore 9 ,contw 
+0x7564 033089 setsect 0 ,0x13860 
+0x7565 033090 setsect 1 ,0x2bd69 
+0x7566 033091 setsect 2 ,0x391a 
+0x7567 033092 setsect 3 ,0x1b222 
+0x7568 033093 istore 9 ,contw 
+0x7569 033094 rtn 
+:      033097 publickey_init:
+0x756a 033098 fetch 1 ,mem_ssp_enable 
+0x756b 033099 nbranch sp_initialize ,blank 
+0x756c 033100 branch sp_initialize_256 
+:      033102 sp_calc_sequence_256_check:
+0x756d 033103 bpatchx patch3c_4 ,mem_patch3c 
+0x756e 033104 fetch 1 ,mem_ssp_enable 
+0x756f 033105 rtn blank 
+0x7570 033106 fetch 1 ,mem_sp_local_key_invalid 
+0x7571 033107 rtnne sp_key_valid 
+0x7572 033108 fetch 1 ,mem_le_secure_connect_enable 
+0x7573 033109 rtn blank 
+0x7574 033110 fetch 1 ,mem_le_sc_local_key_invalid 
+0x7575 033111 rtneq sp_key_valid_256 
+0x7576 033112 fetch 2 ,mem_ui_state_map 
+0x7577 033113 bbit1 ui_state_bt_connected ,stop_publickey_calc_256 
+0x7578 033114 fetch 1 ,mem_le_sc_calc 
+0x7579 033115 beq sp_calc_standby ,sp_initialize_256 
+0x757a 033116 rtn 
+:      033117 stop_publickey_calc_256:
+0x757b 033118 jam sp_calc_standby ,mem_le_sc_calc 
+0x757c 033119 rtn 
+:      033122 sp_initialize:
+0x757d 033123 bpatchx patch3c_5 ,mem_patch3c 
+0x757e 033124 fetch 1 ,mem_ssp_enable 
+0x757f 033125 branch ssp_disable ,blank 
+0x7580 033126 call ssp_enable 
+0x7581 033127 call sp_clear_flags 
+0x7582 033128 branch sp_pubkey_calc 
+:      033130 sp_clear_flags:
+0x7583 033131 setarg 0 
+0x7584 033132 store 8 ,mem_sp_state_start 
+0x7585 033133 store 4 ,mem_sp_flag_start 
+0x7586 033134 store 7 ,mem_sp_iocap_remote 
+0x7587 033135 rtn 
+:      033137 sp_generate_local_key:
+0x7588 033138 jam sp_flag_commit ,mem_sp_flag 
+0x7589 033139 branch sp_generate_local_key0 
+:      033140 sp_master_generate_local_key:
+0x758a 033141 fetch 1 ,mem_sp_local_key_invalid 
+0x758b 033142 beq sp_key_valid ,sp_dhkey_calc 
+0x758c 033143 branch assert 
+:      033144 sp_generate_local_key0:
+0x758d 033145 fetch 1 ,mem_sp_local_key_invalid 
+0x758e 033146 beq sp_key_valid ,sp_start_send_pubkey 
+0x758f 033147 branch sp_pubkey_calc 
+:      033149 sp_start_send_pubkey:
+0x7590 033150 call sp_dhkey_calc 
+0x7591 033151 fetch 1 ,mem_master_sp_state 
+0x7592 033152 nrtn blank 
+0x7593 033153 jam sp_stat_key_send ,mem_sp_state 
+0x7594 033154 rtn 
+:      033157 sp_calc_check_publickey_256:
+0x7595 033158 call sp_calc_b256 
+0x7596 033159 arg mem_le_pubkey_remote_y_256 ,rega 
+0x7597 033160 arg mem_t7_256 ,contw 
+0x7598 033161 call bn_sqrmod_256 
+0x7599 033162 arg mem_le_pubkey_remote_x_256 ,rega 
+0x759a 033163 arg mem_t2_256 ,contw 
+0x759b 033164 call bn_sqrmod_256 
+0x759c 033165 arg mem_t2_256 ,rega 
+0x759d 033166 arg mem_le_pubkey_remote_x_256 ,regb 
+0x759e 033167 arg mem_t2_256 ,contw 
+0x759f 033168 call bn_mulmod_256 
+0x75a0 033169 arg mem_a_256 ,rega 
+0x75a1 033170 arg mem_le_pubkey_remote_x_256 ,regb 
+0x75a2 033171 arg mem_t3_256 ,contw 
+0x75a3 033172 call bn_mulmod_256 
+0x75a4 033173 arg mem_t3_256 ,rega 
+0x75a5 033174 arg mem_t2_256 ,regb 
+0x75a6 033175 arg mem_t2_256 ,contw 
+0x75a7 033176 call bn_addmod_256 
+0x75a8 033177 arg mem_t0_256 ,rega 
+0x75a9 033178 arg mem_t2_256 ,regb 
+0x75aa 033179 arg mem_t0_256 ,contw 
+0x75ab 033180 call bn_addmod_256 
+0x75ac 033181 arg 32 ,loopcnt 
+0x75ad 033182 arg mem_t7_256 ,rega 
+0x75ae 033183 arg mem_t0_256 ,regb 
+0x75af 033184 branch string_compare 
+:      033186 sp_calc_b256:
+0x75b0 033187 arg mem_gy_256 ,rega 
+0x75b1 033188 arg mem_t0_256 ,contw 
+0x75b2 033189 call bn_sqrmod_256 
+0x75b3 033190 arg mem_gx_256 ,rega 
+0x75b4 033191 arg mem_t2_256 ,contw 
+0x75b5 033192 call bn_sqrmod_256 
+0x75b6 033193 arg mem_t2_256 ,rega 
+0x75b7 033194 arg mem_gx_256 ,regb 
+0x75b8 033195 arg mem_t2_256 ,contw 
+0x75b9 033196 call bn_mulmod_256 
+0x75ba 033197 arg mem_a_256 ,rega 
+0x75bb 033198 arg mem_gx_256 ,regb 
+0x75bc 033199 arg mem_t3_256 ,contw 
+0x75bd 033200 call bn_mulmod_256 
+0x75be 033201 arg mem_t3_256 ,rega 
+0x75bf 033202 arg mem_t2_256 ,regb 
+0x75c0 033203 arg mem_t2_256 ,contw 
+0x75c1 033204 call bn_addmod_256 
+0x75c2 033205 arg mem_t0_256 ,rega 
+0x75c3 033206 arg mem_t2_256 ,regb 
+0x75c4 033207 arg mem_t0_256 ,contw 
+0x75c5 033208 branch bn_submod_256 
+:      033210 sp_calc_check_publickey:
+0x75c6 033211 call sp_calc_b 
+0x75c7 033212 arg mem_sp_pubkey_remote_y ,rega 
+0x75c8 033213 arg mem_t7_256 ,contw 
+0x75c9 033214 call bn_sqrmod 
+0x75ca 033215 arg mem_sp_pubkey_remote_x ,rega 
+0x75cb 033216 arg mem_t2_256 ,contw 
+0x75cc 033217 call bn_sqrmod 
+0x75cd 033218 arg mem_t2_256 ,rega 
+0x75ce 033219 arg mem_sp_pubkey_remote_x ,regb 
+0x75cf 033220 arg mem_t2_256 ,contw 
+0x75d0 033221 call bn_mulmod 
+0x75d1 033222 arg mem_a ,rega 
+0x75d2 033223 arg mem_sp_pubkey_remote_x ,regb 
+0x75d3 033224 arg mem_t3_256 ,contw 
+0x75d4 033225 call bn_mulmod 
+0x75d5 033226 arg mem_t3_256 ,rega 
+0x75d6 033227 arg mem_t2_256 ,regb 
+0x75d7 033228 arg mem_t2_256 ,contw 
+0x75d8 033229 call bn_addmod 
+0x75d9 033230 arg mem_t0_256 ,rega 
+0x75da 033231 arg mem_t2_256 ,regb 
+0x75db 033232 arg mem_t0_256 ,contw 
+0x75dc 033233 call bn_addmod 
+0x75dd 033234 arg 24 ,loopcnt 
+0x75de 033235 arg mem_t7_256 ,rega 
+0x75df 033236 arg mem_t0_256 ,regb 
+0x75e0 033237 branch string_compare 
+:      033239 sp_calc_b:
+0x75e1 033240 arg mem_gy ,rega 
+0x75e2 033241 arg mem_t0_256 ,contw 
+0x75e3 033242 call bn_sqrmod 
+0x75e4 033243 arg mem_gx ,rega 
+0x75e5 033244 arg mem_t2_256 ,contw 
+0x75e6 033245 call bn_sqrmod 
+0x75e7 033246 arg mem_t2_256 ,rega 
+0x75e8 033247 arg mem_gx ,regb 
+0x75e9 033248 arg mem_t2_256 ,contw 
+0x75ea 033249 call bn_mulmod 
+0x75eb 033250 arg mem_a ,rega 
+0x75ec 033251 arg mem_gx ,regb 
+0x75ed 033252 arg mem_t3_256 ,contw 
+0x75ee 033253 call bn_mulmod 
+0x75ef 033254 arg mem_t3_256 ,rega 
+0x75f0 033255 arg mem_t2_256 ,regb 
+0x75f1 033256 arg mem_t2_256 ,contw 
+0x75f2 033257 call bn_addmod 
+0x75f3 033258 arg mem_t0_256 ,rega 
+0x75f4 033259 arg mem_t2_256 ,regb 
+0x75f5 033260 arg mem_t0_256 ,contw 
+0x75f6 033261 branch bn_submod 
+:      033264 sp_calculate_commitment:
+0x75f7 033265 fetch 1 ,mem_sp_calc 
+0x75f8 033266 bne sp_calc_standby ,sp_calculate_commitment_wait_dhkey_calc 
+0x75f9 033267 call sp_local_random_key_generator 
+0x75fa 033268 arg mem_sp_prarm_stack ,contw 
+0x75fb 033269 setarg mem_sp_random_local_end 
+0x75fc 033270 istore 2 ,contw 
+0x75fd 033271 setarg mem_sp_pubkey_local_x_end 
+0x75fe 033272 istore 2 ,contw 
+0x75ff 033273 setarg mem_sp_pubkey_remote_x_end 
+0x7600 033274 istore 2 ,contw 
+0x7601 033275 branch sp_calculate_commitment0 
+:      033276 master_sp_calculate_commitment:
+0x7602 033277 arg mem_sp_prarm_stack ,contw 
+0x7603 033278 setarg mem_sp_random_remote_end 
+0x7604 033279 istore 2 ,contw 
+0x7605 033280 setarg mem_sp_pubkey_remote_x_end 
+0x7606 033281 istore 2 ,contw 
+0x7607 033282 setarg mem_sp_pubkey_local_x_end 
+0x7608 033283 istore 2 ,contw 
+:      033284 sp_calculate_commitment0:
+0x7609 033285 call function_f1 
+0x760a 033286 fetch 1 ,mem_master_sp_state 
+0x760b 033287 beq sp_stat_commit_calc ,master_sp_calculate_commitment0 
+0x760c 033288 jam sp_flag_commit ,mem_sp_flag 
+0x760d 033289 jam sp_stat_commit_send ,mem_sp_state 
+0x760e 033290 rtn 
+:      033291 master_sp_calculate_commitment0:
+0x760f 033292 jam sp_stat_commitment_compare ,mem_master_sp_state 
+0x7610 033293 call sp_master_generate_local_key 
+0x7611 033294 branch master_set_mem_master_sp_flag 
+:      033296 sp_local_random_key_generator:
+0x7612 033297 arg mem_sp_random_local ,contw 
+0x7613 033298 force 8 ,queue 
+0x7614 033299 branch random_generator 
+:      033301 sp_calculate_commitment_wait_dhkey_calc:
+0x7615 033302 jam sp_flag_commit ,mem_sp_flag 
+0x7616 033303 rtn 
+:      033305 sp_confirm_check:
+0x7617 033307 bpatchx patch3c_6 ,mem_patch3c 
+0x7618 033308 arg mem_addr_value ,contw 
+0x7619 033309 fetch 6 ,mem_lap 
+0x761a 033310 istore 6 ,contw 
+0x761b 033311 fetch 6 ,mem_plap 
+0x761c 033312 istore 6 ,contw 
+0x761d 033313 fetch 3 ,mem_sp_iocap_remote 
+0x761e 033314 istore 3 ,contw 
+0x761f 033316 call function_f3a 
+0x7620 033318 arg mem_sp_calc_result_high ,rega 
+0x7621 033319 arg mem_sp_check_result ,regb 
+0x7622 033320 force 4 ,queue 
+0x7623 033321 call compare4 
+0x7624 033322 nbranch sp_confirm_check_failed ,true 
+0x7625 033324 call sp_confirm_check_success 
+0x7626 033325 jam lmp_dhkey_check ,mem_lmi_opcode2 
+0x7627 033326 branch tid_set_reply 
+:      033328 sp_confirm_check_success:
+0x7628 033329 fetch 1 ,mem_master_sp_state 
+0x7629 033330 beq sp_stat_confirm_check ,sp_confirm_check_success_master 
+0x762a 033331 jam sp_stat_confirm_calc ,mem_sp_state 
+0x762b 033332 jam sp_flag_commit ,mem_sp_flag 
+0x762c 033333 jam lmp_accepted ,mem_lmo_opcode2 
+0x762d 033334 rtn 
+:      033335 sp_confirm_check_success_master:
+0x762e 033336 jam lmp_accepted ,mem_lmo_opcode2 
+0x762f 033337 jam sp_state_end ,mem_master_sp_state 
+0x7630 033338 branch master_set_mem_master_sp_flag 
+:      033341 sp_confirm_check_failed:
+0x7631 033342 fetch 1 ,mem_master_sp_state 
+0x7632 033343 beq sp_stat_confirm_check ,sp_confirm_check_failed_master 
+0x7633 033344 jam sp_stat_null ,mem_sp_state 
+0x7634 033345 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x7635 033347 jam authentication_failure_error ,mem_lmo_reason2 
+0x7636 033348 rtn 
+:      033349 sp_confirm_check_failed_master:
+0x7637 033350 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x7638 033351 jam sp_stat_null ,mem_master_sp_state 
+0x7639 033352 rtn 
+:      033354 sp_confirm_calc:
+0x763a 033355 fetch 1 ,mem_sp_dh_ready 
+0x763b 033356 beq sp_flag_commit ,sp_confirm_calc_ready 
+0x763c 033357 jam sp_stat_confirm_calc ,mem_master_sp_state 
+0x763d 033358 branch master_set_mem_master_sp_flag 
+:      033359 sp_confirm_calc_ready:
+0x763e 033360 arg mem_addr_value ,contw 
+0x763f 033361 fetch 6 ,mem_plap 
+0x7640 033362 istore 6 ,contw 
+0x7641 033363 fetch 6 ,mem_lap 
+0x7642 033364 istore 6 ,contw 
+0x7643 033365 fetch 3 ,mem_sp_iocap_local 
+0x7644 033366 istore 3 ,contw 
+0x7645 033368 call function_f3b 
+0x7646 033369 fetch 1 ,mem_master_sp_state 
+0x7647 033370 beq sp_stat_confirm_calc ,sp_confirm_calc_master 
+0x7648 033371 jam sp_stat_confirm_send ,mem_sp_state 
+0x7649 033372 jam sp_flag_commit ,mem_sp_flag 
+0x764a 033373 rtn 
+:      033374 sp_confirm_calc_master:
+0x764b 033375 jam sp_stat_confirm_send ,mem_master_sp_state 
+0x764c 033376 jam sp_flag_commit ,mem_master_sp_flag 
+0x764d 033377 rtn 
+:      033379 sp_master_key_prarm_push:
+0x764e 033380 arg mem_sp_prarm_stack ,contw 
+0x764f 033381 fetch 6 ,mem_plap 
+0x7650 033382 istore 6 ,contw 
+0x7651 033383 fetch 6 ,mem_lap 
+0x7652 033384 istore 6 ,contw 
+0x7653 033385 setarg mem_sp_random_local_end 
+0x7654 033386 istore 2 ,contw 
+0x7655 033387 setarg mem_sp_random_remote_end 
+0x7656 033388 istore 2 ,contw 
+0x7657 033389 branch sp_link_key_calc 
+:      033390 sp_link_key_prarm_push:
+0x7658 033391 jam sp_stat_done ,mem_sp_state 
+0x7659 033392 arg mem_sp_prarm_stack ,contw 
+0x765a 033393 fetch 6 ,mem_lap 
+0x765b 033394 istore 6 ,contw 
+0x765c 033395 fetch 6 ,mem_plap 
+0x765d 033396 istore 6 ,contw 
+0x765e 033397 setarg mem_sp_random_remote_end 
+0x765f 033398 istore 2 ,contw 
+0x7660 033399 setarg mem_sp_random_local_end 
+0x7661 033400 istore 2 ,contw 
+:      033401 sp_link_key_calc:
+0x7662 033403 arg mem_addr_value ,contw 
+0x7663 033404 fetch 6 ,mem_sp_prarm_stack 
+0x7664 033405 istore 6 ,contw 
+0x7665 033406 fetch 6 ,mem_sp_prarm_stack + 6 
+0x7666 033407 istore 6 ,contw 
+0x7667 033409 call function_f2 
+0x7668 033412 jam 1 ,mem_link_key_exists 
+0x7669 033413 arg mem_link_key ,contw 
+0x766a 033414 arg mem_sp_calc_result_high ,contr 
+0x766b 033415 call memcpy16 
+0x766c 033416 branch generate_linkkey_continue 
+:      033419 sp_pubkey_calc:
+0x766d 033420 bpatchx patch3c_7 ,mem_patch3c 
+0x766e 033421 fetch 1 ,mem_sp_local_key_invalid 
+0x766f 033422 rtnne sp_key_invalid 
+0x7670 033423 fetch 1 ,mem_sp_calc 
+0x7671 033424 rtnne sp_calc_standby 
+0x7672 033425 arg mem_sp_private_key ,contw 
+0x7673 033426 force 11 ,queue 
+0x7674 033427 call random_generator 
+0x7675 033428 random pdata 
+0x7676 033429 rshift pdata ,pdata 
+0x7677 033430 istore 2 ,contw 
+0x7678 033432 arg mem_k ,contw 
+0x7679 033433 arg mem_sp_private_key ,contr 
+0x767a 033434 call memcpy24 
+0x767b 033436 arg mem_ax ,contw 
+0x767c 033437 arg mem_gx ,contr 
+0x767d 033438 call memcpy48 
+0x767e 033440 arg mem_az ,contw 
+0x767f 033441 call bn_zero 
+0x7680 033442 jam 1 ,mem_az 
+0x7681 033444 call eckp_calc_init 
+0x7682 033445 jam sp_calc_pubkey ,mem_sp_calc 
+0x7683 033446 rtn 
+:      033448 sp_pubkey_generated:
+0x7684 033449 arg mem_sp_pubkey_local ,contw 
+0x7685 033450 arg mem_bx ,contr 
+0x7686 033451 call memcpy48 
+0x7687 033452 jam sp_key_valid ,mem_sp_local_key_invalid 
+0x7688 033453 jam sp_calc_standby ,mem_sp_calc 
+0x7689 033454 rtn 
+:      033456 sp_dhkey_calc:
+0x768a 033457 bpatchx patch3d_0 ,mem_patch3d 
+0x768b 033458 fetch 1 ,mem_sp_dhkey_invalid 
+0x768c 033459 rtnne sp_key_invalid 
+0x768d 033460 fetch 1 ,mem_sp_calc 
+0x768e 033461 rtnne sp_calc_standby 
+0x768f 033463 arg mem_k ,contw 
+0x7690 033464 arg mem_sp_private_key ,contr 
+0x7691 033465 call memcpy24 
+0x7692 033467 arg mem_ax ,contw 
+0x7693 033468 arg mem_sp_pubkey_remote ,contr 
+0x7694 033469 call memcpy48 
+0x7695 033471 arg mem_az ,contw 
+0x7696 033472 call bn_zero 
+0x7697 033473 jam 1 ,mem_az 
+0x7698 033475 call eckp_calc_init 
+0x7699 033476 jam sp_calc_dhkey ,mem_sp_calc 
+0x769a 033477 rtn 
+:      033479 sp_dhkey_generated:
+0x769b 033480 jam sp_flag_commit ,mem_sp_dh_ready 
+0x769c 033481 arg mem_sp_dhkey ,contw 
+0x769d 033482 arg mem_bx ,contr 
+0x769e 033483 call memcpy24 
+0x769f 033484 jam sp_key_valid ,mem_sp_dhkey_invalid 
+0x76a0 033485 jam sp_calc_standby ,mem_sp_calc 
+0x76a1 033486 rtn 
+:      033488 random_generator:
+0x76a2 033489 increase -1 ,queue 
+0x76a3 033490 nrtn positive 
+0x76a4 033491 random pdata 
+0x76a5 033492 istore 2 ,contw 
+0x76a6 033493 branch random_generator 
+:      033494 compare4:
+0x76a7 033495 increase -1 ,queue 
+0x76a8 033496 nbranch compare4_success ,positive 
+0x76a9 033497 ifetch 4 ,rega 
+0x76aa 033498 copy pdata ,temp 
+0x76ab 033499 ifetch 4 ,regb 
+0x76ac 033500 iflip temp ,pdata 
+0x76ad 033501 nbranch compare4_failed ,zero 
+0x76ae 033502 increase 4 ,rega 
+0x76af 033503 increase 4 ,regb 
+0x76b0 033504 branch compare4 
+:      033505 compare4_failed:
+0x76b1 033506 disable true 
+0x76b2 033507 rtn 
+:      033508 compare4_success:
+0x76b3 033509 enable true 
+0x76b4 033510 rtn 
+:      033517 simple_pairing_sequence:
+0x76b5 033518 bpatchx patch3d_1 ,mem_patch3d 
+0x76b6 033519 fetch 1 ,mem_sp_flag 
+0x76b7 033520 rtn blank 
+0x76b8 033521 call lmo_fifo_check 
+0x76b9 033522 nrtn blank 
+0x76ba 033523 jam sp_flag_standby ,mem_sp_flag 
+0x76bb 033524 fetch 1 ,mem_sp_state 
+0x76bc 033525 beq sp_stat_key_send ,sp_send_lmp_encapsulated_header 
+0x76bd 033526 beq sp_stat_commit_send ,sp_send_lmp_simple_pairing_comfirm 
+0x76be 033527 beq sp_stat_random_send ,sp_send_lmp_simple_pairing_number 
+0x76bf 033528 beq sp_stat_confirm_send ,sp_send_lmp_dhkey_check 
+0x76c0 033529 beq sp_stat_key_generate ,sp_generate_local_key 
+0x76c1 033530 beq sp_stat_commit_calc ,sp_calculate_commitment 
+0x76c2 033531 beq sp_stat_confirm_check ,sp_confirm_check 
+0x76c3 033532 beq sp_stat_confirm_calc ,sp_confirm_calc 
+0x76c4 033533 beq sp_stat_link_key_calc ,sp_link_key_prarm_push 
+0x76c5 033535 rtn 
+:      033537 master_simple_paring_sequence:
+0x76c6 033538 bpatchx patch3d_2 ,mem_patch3d 
+0x76c7 033539 fetch 1 ,mem_master_sp_flag 
+0x76c8 033540 rtn blank 
+0x76c9 033541 call lmo_fifo_check 
+0x76ca 033542 nrtn blank 
+0x76cb 033543 jam sp_flag_standby ,mem_master_sp_flag 
+0x76cc 033544 fetch 1 ,mem_master_sp_state 
+0x76cd 033545 beq sp_master_stat_start_skip ,sp_master_send_io_cap_get 
+0x76ce 033546 beq sp_master_stat_start_done ,sp_master_send_io_cap_send 
+0x76cf 033547 beq sp_stat_key_send ,sp_master_send_lmp_encapsulated_header 
+0x76d0 033548 beq sp_stat_commit_calc ,master_sp_calculate_commitment 
+0x76d1 033549 beq sp_stat_commitment_compare ,sp_master_commitment_compare 
+0x76d2 033550 beq sp_stat_random_send ,sp_master_send_lmp_simple_pairing_number 
+0x76d3 033551 beq sp_stat_confirm_calc ,sp_confirm_calc 
+0x76d4 033552 beq sp_stat_confirm_send ,master_sp_send_lmp_dhkey_check 
+0x76d5 033553 beq sp_stat_confirm_check ,sp_confirm_check 
+0x76d6 033554 beq sp_state_end ,master_sp_sm_end 
+0x76d7 033555 rtn 
+:      033557 master_set_mem_master_sp_flag:
+0x76d8 033558 jam sp_flag_commit ,mem_master_sp_flag 
+0x76d9 033559 rtn 
+:      033561 master_clear_mem_master_sp_flag:
+0x76da 033562 jam sp_flag_standby ,mem_master_sp_flag 
+0x76db 033563 rtn 
+:      033564 sp_calc_sequence:
+0x76dc 033565 bpatchx patch3d_3 ,mem_patch3d 
+0x76dd 033566 fetch 1 ,mem_ssp_enable 
+0x76de 033567 rtn blank 
+0x76df 033568 fetch 1 ,mem_sp_calc 
+0x76e0 033569 rtn blank 
+0x76e1 033570 increase 0x80 ,pdata 
+0x76e2 033571 store 1 ,mem_sp_calc 
+0x76e3 033572 rtnbit1 7 
+0x76e4 033573 fetch 1 ,mem_ec_loopc 
+0x76e5 033574 branch sp_calc_sequence_done ,blank 
+0x76e6 033575 branch eckp_calc 
+:      033577 sp_calc_sequence_done:
+0x76e7 033578 call ecunmapz 
+0x76e8 033579 fetch 1 ,mem_sp_calc 
+0x76e9 033580 beq sp_calc_pubkey ,sp_pubkey_generated 
+0x76ea 033581 beq sp_calc_dhkey ,sp_dhkey_generated 
+0x76eb 033582 rtn 
+:      033585 bn_testbit:
+0x76ec 033586 and pdata ,7 ,queue 
+0x76ed 033587 rshift3 pdata ,pdata 
+0x76ee 033588 iadd contr ,contr 
+0x76ef 033589 ifetch 1 ,contr 
+0x76f0 033590 qisolate0 pdata 
+0x76f1 033591 rtn 
+:      033594 ec_copy:
+0x76f2 033595 call memcpy24 
+0x76f3 033596 call memcpy24 
+0x76f4 033597 branch memcpy24 
+:      033600 bn_eq_zero:
+0x76f5 033601 ifetch 8 ,contr 
+0x76f6 033602 nrtn blank 
+0x76f7 033603 ifetch 8 ,contr 
+0x76f8 033604 nrtn blank 
+0x76f9 033605 ifetch 8 ,contr 
+0x76fa 033606 rtn 
+:      033611 bn_eq_0:
+0x76fb 033612 ifetch 4 ,rega 
+0x76fc 033613 iforce temp 
+0x76fd 033614 ifetch 4 ,regb 
+0x76fe 033615 isub temp ,null 
+0x76ff 033616 nrtn zero 
+0x7700 033617 increase 4 ,rega 
+0x7701 033618 increase 4 ,regb 
+0x7702 033619 loop bn_eq_0 
+0x7703 033620 rtn 
+:      033623 bn_bigeq:
+0x7704 033624 force 6 ,loopcnt 
+0x7705 033625 increase 20 ,rega 
+0x7706 033626 increase 20 ,regb 
+:      033627 bn_bigeq_0:
+0x7707 033628 ifetch 4 ,regb 
+0x7708 033629 iforce temp 
+0x7709 033630 ifetch 4 ,rega 
+0x770a 033631 isub temp ,pdata 
+0x770b 033632 nrtn positive 
+0x770c 033633 nrtn blank 
+0x770d 033634 increase -4 ,rega 
+0x770e 033635 increase -4 ,regb 
+0x770f 033636 loop bn_bigeq_0 
+0x7710 033637 rtn 
+:      033639 bn_add:
+0x7711 033640 force 6 ,loopcnt 
+0x7712 033641 force 0 ,regc 
+:      033642 bn_add_0:
+0x7713 033643 ifetch 4 ,rega 
+0x7714 033644 iforce temp 
+0x7715 033645 ifetch 4 ,regb 
+0x7716 033646 iadd temp ,pdata 
+0x7717 033647 iadd regc ,pdata 
+0x7718 033648 istore 4 ,contw 
+0x7719 033649 isolate1 32 ,pdata 
+0x771a 033650 setflag true ,0 ,regc 
+0x771b 033651 increase 4 ,rega 
+0x771c 033652 increase 4 ,regb 
+0x771d 033653 loop bn_add_0 
+0x771e 033654 rtn 
+:      033656 bn_sub:
+0x771f 033657 force 6 ,loopcnt 
+0x7720 033658 force 0 ,regc 
+:      033659 bn_sub_0:
+0x7721 033660 ifetch 4 ,regb 
+0x7722 033661 iforce temp 
+0x7723 033662 ifetch 4 ,rega 
+0x7724 033663 isub temp ,pdata 
+0x7725 033664 isub regc ,pdata 
+0x7726 033665 istore 4 ,contw 
+0x7727 033666 isolate1 32 ,pdata 
+0x7728 033667 setflag true ,0 ,regc 
+0x7729 033668 increase 4 ,rega 
+0x772a 033669 increase 4 ,regb 
+0x772b 033670 loop bn_sub_0 
+0x772c 033671 rtn 
+:      033673 bn_rshift6:
+0x772d 033674 force 6 ,loopcnt 
+0x772e 033675 increase 20 ,rega 
+:      033676 bn_rshift:
+0x772f 033677 force 0 ,regc 
+:      033678 bn_rshift_0:
+0x7730 033679 ifetch 4 ,rega 
+0x7731 033680 isolate1 0 ,pdata 
+0x7732 033681 setflag true ,1 ,regc 
+0x7733 033682 rshift pdata ,pdata 
+0x7734 033683 isolate1 0 ,regc 
+0x7735 033684 setflag true ,31 ,pdata 
+0x7736 033685 istore 4 ,rega 
+0x7737 033686 increase -4 ,rega 
+0x7738 033687 rshift regc ,regc 
+0x7739 033688 loop bn_rshift_0 
+0x773a 033689 rtn 
+:      033691 bn_lshift:
+0x773b 033692 force 6 ,loopcnt 
+0x773c 033693 force 0 ,regc 
+:      033694 bn_lshift_0:
+0x773d 033695 ifetch 4 ,rega 
+0x773e 033696 isolate1 31 ,pdata 
+0x773f 033697 setflag true ,1 ,regc 
+0x7740 033698 lshift pdata ,pdata 
+0x7741 033699 isolate1 0 ,regc 
+0x7742 033700 setflag true ,0 ,pdata 
+0x7743 033701 istore 4 ,rega 
+0x7744 033702 increase 4 ,rega 
+0x7745 033703 rshift regc ,regc 
+0x7746 033704 loop bn_lshift_0 
+0x7747 033705 rtn 
+:      033707 bn_lshiftmod:
+0x7748 033708 call bn_lshift 
+:      033709 bn_lshiftmod_ismod:
+0x7749 033710 isolate1 0 ,regc 
+0x774a 033711 branch bn_lshiftmod_0 ,true 
+0x774b 033712 arg mem_p ,regb 
+0x774c 033713 copy rega ,regc 
+0x774d 033714 increase -24 ,rega 
+0x774e 033715 call bn_bigeq 
+0x774f 033716 nrtn positive 
+0x7750 033717 copy regc ,rega 
+:      033718 bn_lshiftmod_0:
+0x7751 033719 increase -24 ,rega 
+0x7752 033720 arg mem_p ,regb 
+0x7753 033721 copy rega ,contw 
+0x7754 033722 branch bn_sub 
+:      033725 bn_addmod:
+0x7755 033726 call bn_add 
+0x7756 033727 copy contw ,rega 
+0x7757 033728 branch bn_lshiftmod_ismod 
+:      033730 bn_submod:
+0x7758 033731 call bn_sub 
+0x7759 033732 isolate0 0 ,regc 
+0x775a 033733 rtn true 
+0x775b 033734 arg mem_p ,regb 
+0x775c 033735 add contw ,-24 ,rega 
+0x775d 033736 copy rega ,contw 
+0x775e 033737 branch bn_add 
+:      033740 bn_p192mod:
+0x775f 033741 copy contw ,timeup 
+0x7760 033742 copy rega ,alarm 
+0x7761 033743 arg mem_tmp2 ,regb 
+0x7762 033744 copy regb ,contw 
+0x7763 033745 add rega ,24 ,contr 
+0x7764 033746 ifetch 8 ,contr 
+0x7765 033747 istore 8 ,contw 
+0x7766 033748 istore 8 ,contw 
+0x7767 033749 force 0 ,pdata 
+0x7768 033750 istore 8 ,contw 
+0x7769 033751 copy timeup ,contw 
+0x776a 033752 call bn_addmod 
+0x776b 033753 arg mem_tmp2 ,regb 
+0x776c 033754 copy regb ,contw 
+0x776d 033755 force 0 ,pdata 
+0x776e 033756 istore 8 ,contw 
+0x776f 033757 add alarm ,32 ,contr 
+0x7770 033758 ifetch 8 ,contr 
+0x7771 033759 istore 8 ,contw 
+0x7772 033760 istore 8 ,contw 
+0x7773 033761 copy timeup ,rega 
+0x7774 033762 copy rega ,contw 
+0x7775 033763 call bn_addmod 
+0x7776 033764 arg mem_tmp2 ,regb 
+0x7777 033765 copy regb ,contw 
+0x7778 033766 add alarm ,40 ,contr 
+0x7779 033767 ifetch 8 ,contr 
+0x777a 033768 istore 8 ,contw 
+0x777b 033769 istore 8 ,contw 
+0x777c 033770 istore 8 ,contw 
+0x777d 033771 copy timeup ,rega 
+0x777e 033772 copy rega ,contw 
+0x777f 033773 branch bn_addmod 
+:      033776 bn_load:
+0x7780 033777 force 6 ,loopcnt 
+:      033778 bn_load_0:
+0x7781 033779 ifetch 4 ,contr 
+0x7782 033780 iforce regext 
+0x7783 033781 increase 1 ,regext_index 
+0x7784 033782 loop bn_load_0 
+0x7785 033783 rtn 
+:      033787 bn_mulmod:
+0x7786 033788 copy contw ,timeup 
+0x7787 033789 arg mem_tmp1 ,contw 
+0x7788 033790 call bn_zero 
+0x7789 033791 arg mem_tmp1 ,contw 
+0x778a 033792 copy rega ,contr 
+0x778b 033793 force 0 ,regext_index 
+0x778c 033794 call bn_load 
+0x778d 033795 copy regb ,contr 
+0x778e 033796 call bn_load 
+0x778f 033797 force 0 ,regb 
+:      033798 bn_mulmod_1:
+0x7790 033799 force 0 ,temp 
+0x7791 033800 force 6 ,regc 
+:      033801 bn_mulmod_0:
+0x7792 033802 ifetch 4 ,contw 
+0x7793 033803 iforce rega 
+0x7794 033804 copy regb ,regext_index 
+0x7795 033805 deposit regext 
+0x7796 033806 copy regc ,regext_index 
+0x7797 033807 imul32 regext ,pdata 
+0x7798 033808 iadd rega ,pdata 
+0x7799 033809 iadd temp ,pdata 
+0x779a 033810 istore 4 ,contw 
+0x779b 033811 rshift32 pdata ,temp 
+0x779c 033812 increase 1 ,regc 
+0x779d 033813 compare 12 ,regc ,0xff 
+0x779e 033814 nbranch bn_mulmod_0 ,true 
+0x779f 033815 deposit temp 
+0x77a0 033816 istore 4 ,contw 
+0x77a1 033817 increase -24 ,contw 
+0x77a2 033818 increase 1 ,regb 
+0x77a3 033819 compare 6 ,regb ,0xff 
+0x77a4 033820 nbranch bn_mulmod_1 ,true 
+0x77a5 033821 arg mem_tmp1 ,rega 
+0x77a6 033822 copy timeup ,contw 
+0x77a7 033823 branch bn_p192mod 
+:      033826 bn_sqrmod:
+0x77a8 033827 copy rega ,regb 
+0x77a9 033828 branch bn_mulmod 
+:      033830 bn_rshifteven:
+0x77aa 033831 copy rega ,alarm 
+:      033832 bn_rshifteven_1:
+0x77ab 033833 copy alarm ,rega 
+0x77ac 033834 ifetch 1 ,rega 
+0x77ad 033835 isolate1 0 ,pdata 
+0x77ae 033836 rtn true 
+0x77af 033837 call bn_rshift6 
+0x77b0 033838 ifetch 1 ,regb 
+0x77b1 033839 isolate0 0 ,pdata 
+0x77b2 033840 branch bn_rshifteven_0 ,true 
+0x77b3 033841 arg mem_p ,rega 
+0x77b4 033842 copy regb ,contw 
+0x77b5 033843 call bn_add 
+0x77b6 033844 ifetch 1 ,regb 
+0x77b7 033845 iadd regc ,pdata 
+0x77b8 033846 istore 1 ,regb 
+0x77b9 033847 increase -24 ,regb 
+:      033848 bn_rshifteven_0:
+0x77ba 033849 add regb ,24 ,rega 
+0x77bb 033850 force 7 ,loopcnt 
+0x77bc 033851 call bn_rshift 
+0x77bd 033852 branch bn_rshifteven_1 
+:      033855 bn_invmod:
+0x77be 033856 copy contw ,timeup 
+0x77bf 033857 arg mem_tmp0 ,contw 
+0x77c0 033858 call bn_zero 
+0x77c1 033859 force 0 ,pdata 
+0x77c2 033860 store 4 ,mem_tmp5 
+0x77c3 033861 store 4 ,mem_t2 
+0x77c4 033862 jam 1 ,mem_tmp0 
+0x77c5 033863 arg mem_tmp1 ,contw 
+0x77c6 033864 call bn_zero 
+0x77c7 033865 arg mem_p ,contr 
+0x77c8 033866 arg mem_tmp2 ,contw 
+0x77c9 033867 call memcpy24 
+0x77ca 033868 copy rega ,contr 
+0x77cb 033869 arg mem_tmp3 ,contw 
+0x77cc 033870 call memcpy24 
+:      033871 bn_invmod_2:
+0x77cd 033872 arg mem_tmp3 ,contr 
+0x77ce 033873 call bn_eq_zero 
+0x77cf 033874 branch bn_invmod_0 ,blank 
+0x77d0 033875 arg mem_tmp3 ,rega 
+0x77d1 033876 arg mem_tmp0 ,regb 
+0x77d2 033877 call bn_rshifteven 
+0x77d3 033879 arg mem_tmp2 ,rega 
+0x77d4 033880 arg mem_tmp1 ,regb 
+0x77d5 033881 call bn_rshifteven 
+0x77d6 033882 arg mem_tmp3 ,rega 
+0x77d7 033883 arg mem_tmp2 ,regb 
+0x77d8 033884 call bn_bigeq 
+0x77d9 033885 branch bn_invmod_1 ,positive 
+0x77da 033886 arg mem_tmp2 ,rega 
+0x77db 033887 arg mem_tmp3 ,regb 
+0x77dc 033888 copy rega ,contw 
+0x77dd 033889 call bn_sub 
+0x77de 033890 arg mem_tmp0 ,rega 
+0x77df 033891 arg mem_tmp1 ,regb 
+0x77e0 033892 copy regb ,contw 
+0x77e1 033893 call bn_add 
+0x77e2 033894 ifetch 1 ,rega 
+0x77e3 033895 iadd regc ,regc 
+0x77e4 033896 ifetch 1 ,regb 
+0x77e5 033897 iadd regc ,pdata 
+0x77e6 033898 istore 1 ,regb 
+0x77e7 033899 branch bn_invmod_2 
+:      033900 bn_invmod_1:
+0x77e8 033901 arg mem_tmp3 ,rega 
+0x77e9 033902 arg mem_tmp2 ,regb 
+0x77ea 033903 copy rega ,contw 
+0x77eb 033904 call bn_sub 
+0x77ec 033905 arg mem_tmp1 ,rega 
+0x77ed 033906 arg mem_tmp0 ,regb 
+0x77ee 033907 copy regb ,contw 
+0x77ef 033908 call bn_add 
+0x77f0 033909 ifetch 1 ,rega 
+0x77f1 033910 iadd regc ,regc 
+0x77f2 033911 ifetch 1 ,regb 
+0x77f3 033912 iadd regc ,pdata 
+0x77f4 033913 istore 1 ,regb 
+0x77f5 033914 branch bn_invmod_2 
+:      033915 bn_invmod_0:
+0x77f6 033916 arg mem_tmp0 ,contw 
+0x77f7 033917 call bn_zero 
+0x77f8 033918 fetch 1 ,mem_tmp5 
+0x77f9 033919 store 1 ,mem_tmp0 
+0x77fa 033920 store 1 ,mem_tmp0a 
+0x77fb 033921 arg mem_tmp0 ,rega 
+0x77fc 033922 arg mem_tmp1 ,regb 
+0x77fd 033923 copy regb ,contw 
+0x77fe 033924 call bn_addmod 
+0x77ff 033925 arg mem_p ,rega 
+0x7800 033926 arg mem_tmp1 ,regb 
+0x7801 033927 copy timeup ,contw 
+0x7802 033928 branch bn_submod 
+:      033933 ecdbl:
+0x7803 033934 arg mem_cz ,rega 
+0x7804 033935 arg mem_t2 ,contw 
+0x7805 033936 call bn_sqrmod 
+0x7806 033937 arg mem_t2 ,rega 
+0x7807 033938 arg mem_t3 ,contw 
+0x7808 033939 call bn_sqrmod 
+0x7809 033940 arg mem_a ,rega 
+0x780a 033941 arg mem_t3 ,regb 
+0x780b 033942 arg mem_t3 ,contw 
+0x780c 033943 call bn_mulmod 
+0x780d 033944 arg mem_cx ,rega 
+0x780e 033945 arg mem_t2 ,contw 
+0x780f 033946 call bn_sqrmod 
+0x7810 033947 arg mem_t2 ,contr 
+0x7811 033948 arg mem_t1 ,contw 
+0x7812 033949 call memcpy24 
+0x7813 033950 arg mem_t1 ,rega 
+0x7814 033951 call bn_lshiftmod 
+0x7815 033952 arg mem_t2 ,rega 
+0x7816 033953 arg mem_t1 ,regb 
+0x7817 033954 arg mem_t2 ,contw 
+0x7818 033955 call bn_addmod 
+0x7819 033956 arg mem_t2 ,rega 
+0x781a 033957 arg mem_t3 ,regb 
+0x781b 033958 arg mem_t2 ,contw 
+0x781c 033959 call bn_addmod 
+0x781d 033960 arg mem_cx ,contr 
+0x781e 033961 arg mem_t1 ,contw 
+0x781f 033962 call memcpy24 
+0x7820 033963 arg mem_cy ,rega 
+0x7821 033964 arg mem_t3 ,contw 
+0x7822 033965 call bn_sqrmod 
+0x7823 033966 arg mem_t1 ,rega 
+0x7824 033967 call bn_lshiftmod 
+0x7825 033968 arg mem_t1 ,rega 
+0x7826 033969 call bn_lshiftmod 
+0x7827 033970 arg mem_t1 ,rega 
+0x7828 033971 arg mem_t3 ,regb 
+0x7829 033972 arg mem_t1 ,contw 
+0x782a 033973 call bn_mulmod 
+0x782b 033974 arg mem_t3 ,rega 
+0x782c 033975 arg mem_t0 ,contw 
+0x782d 033976 call bn_sqrmod 
+0x782e 033977 arg mem_t0 ,rega 
+0x782f 033978 call bn_lshiftmod 
+0x7830 033979 arg mem_t0 ,rega 
+0x7831 033980 call bn_lshiftmod 
+0x7832 033981 arg mem_t0 ,rega 
+0x7833 033982 call bn_lshiftmod 
+0x7834 033983 arg mem_cy ,contr 
+0x7835 033984 arg mem_t3 ,contw 
+0x7836 033985 call memcpy24 
+0x7837 033986 arg mem_t3 ,rega 
+0x7838 033987 call bn_lshiftmod 
+0x7839 033988 arg mem_t3 ,rega 
+0x783a 033989 arg mem_cz ,regb 
+0x783b 033990 arg mem_cz ,contw 
+0x783c 033991 call bn_mulmod 
+0x783d 033992 arg mem_t2 ,rega 
+0x783e 033993 arg mem_t3 ,contw 
+0x783f 033994 call bn_sqrmod 
+0x7840 033995 arg mem_t3 ,rega 
+0x7841 033996 arg mem_t1 ,regb 
+0x7842 033997 arg mem_t3 ,contw 
+0x7843 033998 call bn_submod 
+0x7844 033999 arg mem_t3 ,rega 
+0x7845 034000 arg mem_t1 ,regb 
+0x7846 034001 arg mem_cx ,contw 
+0x7847 034002 call bn_submod 
+0x7848 034003 arg mem_t1 ,rega 
+0x7849 034004 arg mem_cx ,regb 
+0x784a 034005 arg mem_t3 ,contw 
+0x784b 034006 call bn_submod 
+0x784c 034007 arg mem_t3 ,rega 
+0x784d 034008 arg mem_t2 ,regb 
+0x784e 034009 arg mem_t3 ,contw 
+0x784f 034010 call bn_mulmod 
+0x7850 034011 arg mem_t3 ,rega 
+0x7851 034012 arg mem_t0 ,regb 
+0x7852 034013 arg mem_cy ,contw 
+0x7853 034014 branch bn_submod 
+:      034018 ecadd:
+0x7854 034019 arg mem_az ,rega 
+0x7855 034020 arg mem_t7 ,contw 
+0x7856 034021 call bn_sqrmod 
+0x7857 034022 arg mem_cx ,rega 
+0x7858 034023 arg mem_t7 ,regb 
+0x7859 034024 arg mem_t0 ,contw 
+0x785a 034025 call bn_mulmod 
+0x785b 034026 arg mem_az ,rega 
+0x785c 034027 arg mem_t7 ,regb 
+0x785d 034028 arg mem_t7 ,contw 
+0x785e 034029 call bn_mulmod 
+0x785f 034030 arg mem_cy ,rega 
+0x7860 034031 arg mem_t7 ,regb 
+0x7861 034032 arg mem_t1 ,contw 
+0x7862 034033 call bn_mulmod 
+0x7863 034034 arg mem_cz ,rega 
+0x7864 034035 arg mem_t7 ,contw 
+0x7865 034036 call bn_sqrmod 
+0x7866 034037 arg mem_ax ,rega 
+0x7867 034038 arg mem_t7 ,regb 
+0x7868 034039 arg mem_t2 ,contw 
+0x7869 034040 call bn_mulmod 
+0x786a 034041 arg mem_cz ,rega 
+0x786b 034042 arg mem_t7 ,regb 
+0x786c 034043 arg mem_t7 ,contw 
+0x786d 034044 call bn_mulmod 
+0x786e 034045 arg mem_ay ,rega 
+0x786f 034046 arg mem_t7 ,regb 
+0x7870 034047 arg mem_t3 ,contw 
+0x7871 034048 call bn_mulmod 
+0x7872 034049 arg mem_t0 ,rega 
+0x7873 034050 arg mem_t2 ,regb 
+0x7874 034051 arg mem_t7 ,contw 
+0x7875 034052 call bn_submod 
+0x7876 034053 arg mem_t0 ,rega 
+0x7877 034054 arg mem_t2 ,regb 
+0x7878 034055 arg mem_t0 ,contw 
+0x7879 034056 call bn_addmod 
+0x787a 034057 arg mem_t1 ,rega 
+0x787b 034058 arg mem_t3 ,regb 
+0x787c 034059 arg mem_t2 ,contw 
+0x787d 034060 call bn_submod 
+0x787e 034061 arg mem_t1 ,rega 
+0x787f 034062 arg mem_t3 ,regb 
+0x7880 034063 arg mem_t1 ,contw 
+0x7881 034064 call bn_addmod 
+0x7882 034065 arg mem_t1 ,rega 
+0x7883 034066 arg mem_t7 ,regb 
+0x7884 034067 arg mem_t1 ,contw 
+0x7885 034068 call bn_mulmod 
+0x7886 034069 arg mem_cz ,rega 
+0x7887 034070 arg mem_az ,regb 
+0x7888 034071 arg mem_t3 ,contw 
+0x7889 034072 call bn_mulmod 
+0x788a 034073 arg mem_t3 ,rega 
+0x788b 034074 arg mem_t7 ,regb 
+0x788c 034075 arg mem_cz ,contw 
+0x788d 034076 call bn_mulmod 
+0x788e 034077 arg mem_t7 ,rega 
+0x788f 034078 arg mem_t7 ,contw 
+0x7890 034079 call bn_sqrmod 
+0x7891 034080 arg mem_t7 ,rega 
+0x7892 034081 arg mem_t0 ,regb 
+0x7893 034082 arg mem_t3 ,contw 
+0x7894 034083 call bn_mulmod 
+0x7895 034084 arg mem_t7 ,rega 
+0x7896 034085 arg mem_t1 ,regb 
+0x7897 034086 arg mem_t1 ,contw 
+0x7898 034087 call bn_mulmod 
+0x7899 034088 arg mem_t2 ,rega 
+0x789a 034089 arg mem_cx ,contw 
+0x789b 034090 call bn_sqrmod 
+0x789c 034091 arg mem_cx ,rega 
+0x789d 034092 arg mem_t3 ,regb 
+0x789e 034093 arg mem_cx ,contw 
+0x789f 034094 call bn_submod 
+0x78a0 034095 arg mem_cx ,contr 
+0x78a1 034096 arg mem_t7 ,contw 
+0x78a2 034097 call memcpy24 
+0x78a3 034098 arg mem_t7 ,rega 
+0x78a4 034099 call bn_lshiftmod 
+0x78a5 034100 arg mem_t3 ,rega 
+0x78a6 034101 arg mem_t7 ,regb 
+0x78a7 034102 arg mem_t3 ,contw 
+0x78a8 034103 call bn_submod 
+0x78a9 034104 arg mem_t3 ,rega 
+0x78aa 034105 arg mem_t2 ,regb 
+0x78ab 034106 arg mem_t2 ,contw 
+0x78ac 034107 call bn_mulmod 
+0x78ad 034108 arg mem_t2 ,rega 
+0x78ae 034109 arg mem_t1 ,regb 
+0x78af 034110 arg mem_cy ,contw 
+0x78b0 034111 call bn_submod 
+0x78b1 034112 arg mem_cy ,rega 
+0x78b2 034113 arg mem_p ,regb 
+0x78b3 034114 arg mem_cy ,contw 
+0x78b4 034115 force 0 ,regc 
+0x78b5 034116 fetch 1 ,mem_cy 
+0x78b6 034117 isolate1 0 ,pdata 
+0x78b7 034118 call bn_add ,true 
+0x78b8 034119 copy regc ,alarm 
+0x78b9 034120 arg mem_cy ,rega 
+0x78ba 034121 call bn_rshift6 
+0x78bb 034122 fetch 1 ,mem_cy5 
+0x78bc 034123 isolate1 0 ,alarm 
+0x78bd 034124 setflag true ,7 ,pdata 
+0x78be 034125 store 1 ,mem_cy5 
+0x78bf 034126 rtn 
+:      034130 eckp_0:
+0x78c0 034131 fetch 1 ,mem_ec_loopc 
+0x78c1 034132 increase -1 ,pdata 
+0x78c2 034133 nrtn positive 
+0x78c3 034134 store 1 ,mem_ec_loopc 
+0x78c4 034135 fetch 1 ,mem_ec_infinite 
+0x78c5 034136 call ecdbl ,blank 
+0x78c6 034137 fetch 1 ,mem_ec_loopc 
+0x78c7 034138 arg mem_k ,contr 
+0x78c8 034139 call bn_testbit 
+0x78c9 034140 branch eckp_0 ,true 
+0x78ca 034141 fetch 1 ,mem_ec_infinite 
+0x78cb 034142 nbranch eckp_1 ,blank 
+0x78cc 034143 call ecadd 
+0x78cd 034144 branch eckp_0 
+:      034145 eckp_1:
+0x78ce 034146 jam 0 ,mem_ec_infinite 
+0x78cf 034147 arg mem_ax ,contr 
+0x78d0 034148 arg mem_cx ,contw 
+0x78d1 034149 call ec_copy 
+0x78d2 034150 branch eckp_0 
+:      034153 ecunmapz:
+0x78d3 034154 arg mem_cz ,rega 
+0x78d4 034155 arg mem_t3 ,contw 
+0x78d5 034156 call bn_invmod 
+0x78d6 034157 arg mem_t3 ,rega 
+0x78d7 034158 arg mem_t1 ,contw 
+0x78d8 034159 call bn_sqrmod 
+0x78d9 034160 arg mem_cx ,rega 
+0x78da 034161 arg mem_t1 ,regb 
+0x78db 034162 arg mem_bx ,contw 
+0x78dc 034163 call bn_mulmod 
+0x78dd 034164 arg mem_t3 ,rega 
+0x78de 034165 arg mem_t1 ,regb 
+0x78df 034166 arg mem_t2 ,contw 
+0x78e0 034167 call bn_mulmod 
+0x78e1 034168 arg mem_cy ,rega 
+0x78e2 034169 arg mem_t2 ,regb 
+0x78e3 034170 arg mem_by ,contw 
+0x78e4 034171 branch bn_mulmod 
+:      034175 sha_endian_swap2:
+0x78e5 034176 ifetch 4 ,contr 
+0x78e6 034177 force 4 ,rega 
+0x78e7 034178 increase 3 ,contw 
+:      034179 sha_endian_loop:
+0x78e8 034180 istore 1 ,contw 
+0x78e9 034181 rshift8 pdata ,pdata 
+0x78ea 034182 increase -2 ,contw 
+0x78eb 034183 increase -1 ,rega 
+0x78ec 034184 nbranch sha_endian_loop ,zero 
+0x78ed 034185 increase 5 ,contw 
+0x78ee 034186 loop sha_endian_swap2 
+0x78ef 034187 rtn 
+:      034190 sha_getw:
+0x78f0 034191 lshift2 queue ,pdata 
+0x78f1 034192 iadd timeup ,contr 
+0x78f2 034193 ifetch 4 ,contr 
+0x78f3 034194 rtn 
+:      034196 sha_r:
+0x78f4 034197 force 16 ,alarm 
+0x78f5 034198 arg memdat ,timeup 
+:      034199 sha_r_loop:
+0x78f6 034200 add alarm ,-7 ,queue 
+0x78f7 034201 call sha_getw 
+0x78f8 034202 iforce temp 
+0x78f9 034203 add alarm ,-16 ,queue 
+0x78fa 034204 call sha_getw 
+0x78fb 034205 iadd temp ,temp 
+0x78fc 034206 add alarm ,-2 ,queue 
+0x78fd 034207 call sha_getw 
+0x78fe 034208 shasx pdata ,1 ,pdata 
+0x78ff 034209 iadd temp ,temp 
+0x7900 034210 add alarm ,-15 ,queue 
+0x7901 034211 call sha_getw 
+0x7902 034212 shasx pdata ,0 ,pdata 
+0x7903 034213 iadd temp ,temp 
+0x7904 034214 lshift2 alarm ,pdata 
+0x7905 034215 iadd timeup ,contw 
+0x7906 034216 istoret 4 ,contw 
+0x7907 034217 increase 1 ,alarm 
+0x7908 034218 compare 64 ,alarm ,0xff 
+0x7909 034219 nbranch sha_r_loop ,true 
+0x790a 034220 rtn 
+:      034223 sha_init:
+0x790b 034224 arg memh0 ,contr 
+0x790c 034225 force 7 ,regext_index 
+:      034226 sha_init_0:
+0x790d 034227 ifetch 4 ,contr 
+0x790e 034228 iforce regext 
+0x790f 034229 increase -1 ,regext_index 
+0x7910 034230 branch sha_init_0 ,positive 
+0x7911 034231 rtn 
+:      034233 sha:
+0x7912 034234 bpatchx patch3d_4 ,mem_patch3d 
+0x7913 034235 call sha_r 
+0x7914 034236 arg memahbak ,contw 
+0x7915 034237 force 0 ,regext_index 
+:      034238 sha_0:
+0x7916 034239 deposit regext 
+0x7917 034240 istore 4 ,contw 
+0x7918 034241 increase 1 ,regext_index 
+0x7919 034242 compare 8 ,regext_index ,0xff 
+0x791a 034243 nbranch sha_0 ,true 
+0x791b 034244 call enable_authrom 
+0x791c 034245 arg memk ,timeup 
+0x791d 034246 arg memdat ,alarm 
+0x791e 034247 force 64 ,loopcnt 
+:      034248 sha_loop:
+0x791f 034249 ifetcht 4 ,alarm 
+0x7920 034250 ifetch 4 ,timeup 
+0x7921 034251 increase 4 ,timeup 
+0x7922 034252 increase 4 ,alarm 
+0x7923 034253 iadd temp ,pdata 
+0x7924 034254 force 7 ,regext_index 
+0x7925 034255 iadd regext ,temp 
+0x7926 034256 force 4 ,regext_index 
+0x7927 034257 shasx regext ,3 ,pdata 
+0x7928 034258 iadd temp ,temp 
+0x7929 034259 force 5 ,regext_index 
+0x792a 034260 deposit regext 
+0x792b 034261 force 6 ,regext_index 
+0x792c 034262 ixor regext ,pdata 
+0x792d 034263 force 4 ,regext_index 
+0x792e 034264 iand regext ,pdata 
+0x792f 034265 force 6 ,regext_index 
+0x7930 034266 ixor regext ,pdata 
+0x7931 034267 iadd temp ,temp 
+0x7932 034268 force 7 ,regext_index 
+0x7933 034269 copy temp ,regext 
+0x7934 034270 force 3 ,regext_index 
+0x7935 034271 deposit regext 
+0x7936 034272 iadd temp ,regext 
+0x7937 034273 force 0 ,regext_index 
+0x7938 034274 deposit regext 
+0x7939 034275 force 1 ,regext_index 
+0x793a 034276 iand regext ,temp 
+0x793b 034277 ior regext ,pdata 
+0x793c 034278 force 2 ,regext_index 
+0x793d 034279 iand regext ,pdata 
+0x793e 034280 ior temp ,temp 
+0x793f 034281 force 0 ,regext_index 
+0x7940 034282 shasx regext ,2 ,pdata 
+0x7941 034283 iadd temp ,pdata 
+0x7942 034284 force 7 ,regext_index 
+0x7943 034285 iadd regext ,regext 
+0x7944 034286 regexrot 
+0x7945 034287 loop sha_loop 
+0x7946 034288 arg memahbak ,contr 
+0x7947 034289 force 0 ,regext_index 
+:      034290 sha_1:
+0x7948 034291 ifetch 4 ,contr 
+0x7949 034292 iadd regext ,regext 
+0x794a 034293 increase 1 ,regext_index 
+0x794b 034294 compare 8 ,regext_index ,0xff 
+0x794c 034295 nbranch sha_1 ,true 
+0x794d 034296 branch disable_authrom 
+:      034299 sha_result:
+0x794e 034300 arg memresult ,contw 
+0x794f 034301 force 7 ,regext_index 
+:      034302 sha_regext_save:
+0x7950 034303 deposit regext 
+0x7951 034304 istore 4 ,contw 
+0x7952 034305 increase -1 ,regext_index 
+0x7953 034306 branch sha_regext_save ,positive 
+0x7954 034307 rtn 
+:      034309 pad_xor:
+0x7955 034311 arg memdat ,contw 
+0x7956 034312 increase -4 ,contr 
+0x7957 034313 sub loopcnt ,16 ,rega 
+:      034314 pad_xor_0:
+0x7958 034315 ifetch 4 ,contr 
+0x7959 034316 ixor temp ,pdata 
+0x795a 034317 istore 4 ,contw 
+0x795b 034318 increase -8 ,contr 
+0x795c 034319 loop pad_xor_0 
+0x795d 034320 copy rega ,loopcnt 
+0x795e 034321 deposit temp 
+:      034322 pad_xor_1:
+0x795f 034323 istore 4 ,contw 
+0x7960 034324 loop pad_xor_1 
+0x7961 034325 rtn 
+:      034327 g_noninit_number_confirm:
+0x7962 034328 call g_noninit0 
+0x7963 034329 call sha_result 
+0x7964 034330 branch g_common0 
+:      034332 g_noninit:
+0x7965 034333 call g_noninit0 
+0x7966 034334 branch g_common0 
+:      034336 g_noninit0:
+0x7967 034337 arg mem_sp_pubkey_remote_x_end ,contr 
+0x7968 034338 arg memdat ,contw 
+0x7969 034339 force 6 ,loopcnt 
+0x796a 034340 call memcpy_dword_swap 
+0x796b 034341 arg mem_sp_pubkey_local_x_end ,contr 
+0x796c 034342 force 6 ,loopcnt 
+0x796d 034343 call memcpy_dword_swap 
+0x796e 034344 arg mem_sp_random_remote_end ,contr 
+0x796f 034345 call memcpy_dword_swap4 
+0x7970 034346 call sha_init 
+0x7971 034347 call sha 
+0x7972 034348 arg mem_sp_random_local_end ,contr 
+0x7973 034349 arg memdat ,contw 
+0x7974 034350 branch g_common 
+:      034352 g_init:
+0x7975 034353 arg mem_sp_pubkey_local_x_end ,contr 
+0x7976 034354 arg memdat ,contw 
+0x7977 034355 force 6 ,loopcnt 
+0x7978 034356 call memcpy_dword_swap 
+0x7979 034357 arg mem_sp_pubkey_remote_x_end ,contr 
+0x797a 034358 force 6 ,loopcnt 
+0x797b 034359 call memcpy_dword_swap 
+0x797c 034360 arg mem_sp_random_local_end ,contr 
+0x797d 034361 call memcpy_dword_swap4 
+0x797e 034362 call sha_init 
+0x797f 034363 call sha 
+0x7980 034364 arg mem_sp_random_remote_end ,contr 
+0x7981 034365 arg memdat ,contw 
+0x7982 034366 call g_common 
+0x7983 034367 branch g_common0 
+:      034369 g_common:
+0x7984 034370 call memcpy_dword_swap4 
+0x7985 034371 setarg 0x800000 
+0x7986 034372 lshift8 pdata ,pdata 
+0x7987 034373 istore 4 ,contw 
+0x7988 034374 force 5 ,loopcnt 
+0x7989 034375 call memset0 
+0x798a 034376 setarg 640 
+0x798b 034377 istore 4 ,contw 
+0x798c 034378 branch sha 
+:      034379 g_common0:
+0x798d 034380 fetch 4 ,memresult 
+0x798e 034382 arg 1000 ,rega 
+0x798f 034383 idiv rega 
+0x7990 034384 call wait_div_end 
+0x7991 034385 remainder pdata 
+0x7992 034386 store 4 ,mem_gkey 
+0x7993 034387 quotient pdata 
+0x7994 034388 arg 1000 ,rega 
+0x7995 034389 idiv rega 
+0x7996 034390 call wait_div_end 
+0x7997 034391 remainder pdata 
+0x7998 034392 arg 1000 ,rega 
+0x7999 034393 imul32 rega ,pdata 
+0x799a 034394 fetcht 4 ,mem_gkey 
+0x799b 034395 iadd temp ,pdata 
+0x799c 034396 store 4 ,mem_gkey 
+0x799d 034397 rtn 
+:      034399 function_f1_no_key:
+0x799e 034400 jam 0 ,mem_passkey_1bit 
+0x799f 034401 branch function_f1_common 
+:      034403 function_f1:
+0x79a0 034404 fetch 1 ,mem_ssp_mode_flag 
+0x79a1 034405 bne ssp_mode_passkey_entry_flag ,function_f1_no_key 
+:      034406 function_f1_common:
+0x79a2 034407 bpatchx patch3d_5 ,mem_patch3d 
+0x79a3 034408 setarg 0x363636 
+0x79a4 034409 lshift8 pdata ,temp 
+0x79a5 034410 or_into 0x36 ,temp 
+0x79a6 034411 fetch 2 ,mem_sp_prarm_stack 
+0x79a7 034412 copy pdata ,contr 
+0x79a8 034413 force 4 ,loopcnt 
+0x79a9 034414 call pad_xor 
+0x79aa 034415 call sha_init 
+0x79ab 034416 call sha 
+0x79ac 034417 fetch 2 ,mem_sp_prarm_stack + 2 
+0x79ad 034418 copy pdata ,contr 
+0x79ae 034419 arg memdat ,contw 
+0x79af 034420 force 6 ,loopcnt 
+0x79b0 034421 call memcpy_dword_swap 
+0x79b1 034422 fetch 2 ,mem_sp_prarm_stack + 4 
+0x79b2 034423 copy pdata ,contr 
+0x79b3 034424 force 6 ,loopcnt 
+0x79b4 034425 call memcpy_dword_swap 
+0x79b5 034426 setarg 0x800000 
+0x79b6 034427 istore 3 ,contw 
+0x79b7 034429 fetch 1 ,mem_passkey_1bit 
+0x79b8 034431 istore 1 ,contw 
+0x79b9 034432 force 0 ,pdata 
+0x79ba 034433 istore 8 ,contw 
+0x79bb 034434 setarg 0x0388 
+0x79bc 034435 istore 4 ,contw 
+0x79bd 034436 call sha 
+0x79be 034437 call sha_result 
+0x79bf 034438 arg memresult ,contr 
+0x79c0 034439 arg memahsave ,contw 
+0x79c1 034440 call memcpy32 
+0x79c2 034442 setarg 0x5c5c5c 
+0x79c3 034443 lshift8 pdata ,temp 
+0x79c4 034444 or_into 0x5c ,temp 
+0x79c5 034445 fetch 2 ,mem_sp_prarm_stack 
+0x79c6 034446 copy pdata ,contr 
+0x79c7 034447 force 4 ,loopcnt 
+0x79c8 034448 call pad_xor 
+0x79c9 034449 call sha_init 
+0x79ca 034450 call sha 
+0x79cb 034451 arg memahsave_end ,contr 
+0x79cc 034452 arg memdat ,contw 
+0x79cd 034453 force 8 ,loopcnt 
+0x79ce 034454 call memcpy_dword_swap 
+0x79cf 034455 setarg 0x800000 
+0x79d0 034456 lshift8 pdata ,pdata 
+0x79d1 034457 istore 4 ,contw 
+0x79d2 034458 call bn_zero 
+0x79d3 034459 setarg 0x0300 
+0x79d4 034460 istore 4 ,contw 
+0x79d5 034461 call sha 
+0x79d6 034462 branch sha_result 
+:      034465 function_f2:
+0x79d7 034466 setarg 0x363636 
+0x79d8 034467 lshift8 pdata ,temp 
+0x79d9 034468 or_into 0x36 ,temp 
+0x79da 034469 arg mem_sp_dhkey_end ,contr 
+0x79db 034470 force 6 ,loopcnt 
+0x79dc 034471 call pad_xor 
+0x79dd 034472 call sha_init 
+0x79de 034473 call sha 
+0x79df 034474 fetch 2 ,mem_sp_prarm_stack + 12 
+0x79e0 034475 copy pdata ,contr 
+0x79e1 034476 arg memdat ,contw 
+0x79e2 034477 call memcpy_dword_swap4 
+0x79e3 034478 fetch 2 ,mem_sp_prarm_stack + 14 
+0x79e4 034479 copy pdata ,contr 
+0x79e5 034480 call memcpy_dword_swap4 
+0x79e6 034482 setarg 0x62746c 
+0x79e7 034483 lshift8 pdata ,pdata 
+0x79e8 034484 or_into 0x6b ,pdata 
+0x79e9 034485 istore 4 ,contw 
+0x79ea 034486 arg mem_addr_value_end ,contr 
+0x79eb 034487 force 3 ,loopcnt 
+0x79ec 034488 call memcpy_dword_swap 
+0x79ed 034490 setarg 0x800000 
+0x79ee 034491 lshift8 pdata ,pdata 
+0x79ef 034492 istore 4 ,contw 
+0x79f0 034493 force 0 ,pdata 
+0x79f1 034494 istore 8 ,contw 
+0x79f2 034495 setarg 0x0380 
+0x79f3 034496 istore 4 ,contw 
+0x79f4 034497 call sha 
+0x79f5 034499 call sha_result 
+0x79f6 034500 arg memresult ,contr 
+0x79f7 034501 arg memahsave ,contw 
+0x79f8 034502 call memcpy32 
+0x79f9 034504 setarg 0x5c5c5c 
+0x79fa 034505 lshift8 pdata ,temp 
+0x79fb 034506 or_into 0x5c ,temp 
+0x79fc 034507 arg mem_sp_dhkey_end ,contr 
+0x79fd 034508 force 6 ,loopcnt 
+0x79fe 034509 call pad_xor 
+0x79ff 034510 call sha_init 
+0x7a00 034511 call sha 
+0x7a01 034512 arg memahsave_end ,contr 
+0x7a02 034513 arg memdat ,contw 
+0x7a03 034514 force 8 ,loopcnt 
+0x7a04 034515 call memcpy_dword_swap 
+0x7a05 034516 setarg 0x800000 
+0x7a06 034517 lshift8 pdata ,pdata 
+0x7a07 034518 istore 4 ,contw 
+0x7a08 034519 call bn_zero 
+0x7a09 034520 setarg 0x0300 
+0x7a0a 034521 istore 4 ,contw 
+0x7a0b 034522 call sha 
+0x7a0c 034523 branch sha_result 
+:      034526 function_f3a:
+0x7a0d 034527 fetch 1 ,mem_ssp_mode_flag 
+0x7a0e 034528 bne ssp_mode_passkey_entry_flag ,function_f3a_no_pin 
+:      034529 function_f3a_common:
+0x7a0f 034530 bpatchx patch3d_6 ,mem_patch3d 
+0x7a10 034531 setarg 0x363636 
+0x7a11 034532 lshift8 pdata ,temp 
+0x7a12 034533 or_into 0x36 ,temp 
+0x7a13 034534 arg mem_sp_dhkey_end ,contr 
+0x7a14 034535 force 6 ,loopcnt 
+0x7a15 034536 call pad_xor 
+0x7a16 034537 call sha_init 
+0x7a17 034538 call sha 
+0x7a18 034539 arg mem_sp_random_remote_end ,contr 
+0x7a19 034540 arg memdat ,contw 
+0x7a1a 034541 call memcpy_dword_swap4 
+0x7a1b 034542 arg mem_sp_random_local_end ,contr 
+0x7a1c 034543 call memcpy_dword_swap4 
+0x7a1d 034544 branch function_f3_common 
+:      034546 function_f3a_no_pin:
+0x7a1e 034547 setarg 0 
+0x7a1f 034548 store 4 ,mem_pin 
+0x7a20 034549 branch function_f3a_common 
+:      034551 function_f3b_no_pin:
+0x7a21 034552 setarg 0 
+0x7a22 034553 store 4 ,mem_pin 
+0x7a23 034554 branch function_f3b_common 
+:      034557 function_f3b:
+0x7a24 034558 fetch 1 ,mem_ssp_mode_flag 
+0x7a25 034559 bne ssp_mode_passkey_entry_flag ,function_f3b_no_pin 
+:      034560 function_f3b_common:
+0x7a26 034561 setarg 0x363636 
+0x7a27 034562 lshift8 pdata ,temp 
+0x7a28 034563 or_into 0x36 ,temp 
+0x7a29 034564 arg mem_sp_dhkey_end ,contr 
+0x7a2a 034565 force 6 ,loopcnt 
+0x7a2b 034566 call pad_xor 
+0x7a2c 034567 call sha_init 
+0x7a2d 034568 call sha 
+0x7a2e 034570 arg mem_sp_random_local_end ,contr 
+0x7a2f 034571 arg memdat ,contw 
+0x7a30 034572 call memcpy_dword_swap4 
+0x7a31 034573 arg mem_sp_random_remote_end ,contr 
+0x7a32 034574 call memcpy_dword_swap4 
+:      034575 function_f3_common:
+0x7a33 034576 setarg 0x0 
+0x7a34 034577 istore 8 ,contw 
+0x7a35 034578 istore 4 ,contw 
+0x7a36 034579 fetch 4 ,mem_pin 
+0x7a37 034580 istore 4 ,contw 
+0x7a38 034582 copy contw ,temp 
+0x7a39 034583 jam 0x80 ,mem_addr_padding 
+0x7a3a 034584 copy temp ,contw 
+0x7a3b 034585 arg mem_addr_iocap_end ,contr 
+0x7a3c 034586 call memcpy_dword_swap4 
+0x7a3d 034588 call sha 
+0x7a3e 034590 arg memdat ,contw 
+0x7a3f 034591 force 7 ,loopcnt 
+0x7a40 034592 call memset0 
+0x7a41 034593 istore 4 ,contw 
+0x7a42 034594 setarg 0x03F8 
+0x7a43 034595 istore 4 ,contw 
+0x7a44 034596 call sha 
+0x7a45 034597 call sha_result 
+0x7a46 034599 arg memresult ,contr 
+0x7a47 034600 arg memahsave ,contw 
+0x7a48 034601 call memcpy32 
+0x7a49 034603 setarg 0x5c5c5c 
+0x7a4a 034604 lshift8 pdata ,temp 
+0x7a4b 034605 or_into 0x5c ,temp 
+0x7a4c 034606 arg mem_sp_dhkey_end ,contr 
+0x7a4d 034607 force 6 ,loopcnt 
+0x7a4e 034608 call pad_xor 
+0x7a4f 034609 call sha_init 
+0x7a50 034610 call sha 
+0x7a51 034611 arg memahsave_end ,contr 
+0x7a52 034612 arg memdat ,contw 
+0x7a53 034613 force 8 ,loopcnt 
+0x7a54 034614 call memcpy_dword_swap 
+0x7a55 034615 setarg 0x800000 
+0x7a56 034616 lshift8 pdata ,pdata 
+0x7a57 034617 istore 4 ,contw 
+0x7a58 034618 call bn_zero 
+0x7a59 034619 setarg 0x0300 
+0x7a5a 034620 istore 4 ,contw 
+0x7a5b 034621 call sha 
+0x7a5c 034622 branch sha_result 
+:      034629 eckp_calc_init:
+0x7a5d 034630 jam 192 ,mem_ec_loopc 
+:      034631 eckp_calc_init_1:
+0x7a5e 034632 fetch 1 ,mem_ec_loopc 
+0x7a5f 034633 rtn blank 
+0x7a60 034634 increase -1 ,pdata 
+0x7a61 034635 store 1 ,mem_ec_loopc 
+0x7a62 034636 arg mem_k ,contr 
+0x7a63 034637 call bn_testbit 
+0x7a64 034638 branch eckp_calc_init_1 ,true 
+0x7a65 034639 arg mem_ax ,contr 
+0x7a66 034640 arg mem_cx ,contw 
+0x7a67 034641 branch ec_copy 
+:      034643 eckp_calc:
+0x7a68 034644 call ecdbl 
+0x7a69 034645 fetch 1 ,mem_ec_loopc 
+0x7a6a 034646 increase -1 ,pdata 
+0x7a6b 034647 store 1 ,mem_ec_loopc 
+0x7a6c 034648 arg mem_k ,contr 
+0x7a6d 034649 call bn_testbit 
+0x7a6e 034650 rtn true 
+0x7a6f 034651 branch ecadd 
+:      034653 memcpy_dword_swap4:
+0x7a70 034654 force 4 ,loopcnt 
+:      034655 memcpy_dword_swap:
+0x7a71 034656 increase -4 ,contr 
+:      034657 memcpy_dword_swap_loop:
+0x7a72 034658 ifetch 4 ,contr 
+0x7a73 034659 istore 4 ,contw 
+0x7a74 034660 increase -8 ,contr 
+0x7a75 034661 loop memcpy_dword_swap_loop 
+0x7a76 034662 rtn 
+:      034667 sp_initialize_256:
+0x7a77 034668 bpatchx patch3d_7 ,mem_patch3d 
+0x7a78 034669 fetch 1 ,mem_le_secure_connect_enable 
+0x7a79 034670 branch le_secure_connection_disable ,blank 
+0x7a7a 034671 call le_secure_connection_enable 
+0x7a7b 034672 call sp_clear_flags 
+0x7a7c 034674 branch sp_pubkey_calc_256 
+:      034679 sp_pubkey_calc_256:
+0x7a7d 034680 fetch 1 ,mem_le_sc_local_key_invalid 
+0x7a7e 034681 rtnne sp_key_invalid 
+0x7a7f 034682 fetch 1 ,mem_le_sc_calc 
+0x7a80 034683 rtnne sp_calc_standby 
+0x7a81 034685 arg mem_le_private_key_256 ,contw 
+0x7a82 034686 force 15 ,queue 
+0x7a83 034687 call random_generator 
+0x7a84 034688 random pdata 
+0x7a85 034689 rshift pdata ,pdata 
+0x7a86 034690 istore 2 ,contw 
+0x7a87 034692 arg mem_k_256 ,contw 
+0x7a88 034693 arg mem_le_private_key_256 ,contr 
+0x7a89 034694 call memcpy32 
+0x7a8a 034696 arg mem_ax_256 ,contw 
+0x7a8b 034697 arg mem_gx_256 ,contr 
+0x7a8c 034698 call memcpy64 
+0x7a8d 034700 arg mem_az_256 ,contw 
+0x7a8e 034701 call clear_mem_256 
+0x7a8f 034702 jam 1 ,mem_az_256 
+0x7a90 034704 call eckp_calc_init_256 
+0x7a91 034705 jam sp_calc_pubkey_256 ,mem_le_sc_calc 
+0x7a92 034706 rtn 
+:      034708 sp_pubkey_generated_256:
+0x7a93 034709 arg mem_le_pubkey_local_x_256 ,contw 
+0x7a94 034710 arg mem_bx_256 ,contr 
+0x7a95 034711 call memcpy64 
+0x7a96 034712 jam sp_key_valid_256 ,mem_le_sc_local_key_invalid 
+0x7a97 034713 jam sp_calc_standby ,mem_le_sc_calc 
+0x7a98 034714 rtn 
+:      034718 sp_dhkey_calc_256:
+0x7a99 034719 fetch 1 ,mem_sp_dhkey_invalid 
+0x7a9a 034720 rtnne sp_key_invalid 
+0x7a9b 034721 fetch 1 ,mem_le_sc_calc 
+0x7a9c 034722 rtnne sp_calc_standby 
+0x7a9d 034724 arg mem_k_256 ,contw 
+0x7a9e 034725 arg mem_le_private_key_256 ,contr 
+0x7a9f 034726 call memcpy32 
+0x7aa0 034728 arg mem_ax_256 ,contw 
+0x7aa1 034729 arg mem_le_pubkey_remote_x_256 ,contr 
+0x7aa2 034730 call memcpy64 
+0x7aa3 034732 arg mem_az_256 ,contw 
+0x7aa4 034733 call clear_mem_256 
+0x7aa5 034734 jam 1 ,mem_az_256 
+0x7aa6 034736 call eckp_calc_init_256 
+0x7aa7 034737 jam sp_calc_dhkey_256 ,mem_le_sc_calc 
+0x7aa8 034738 rtn 
+:      034741 sp_dhkey_generated_256:
+0x7aa9 034743 arg mem_le_dhkey_256 ,contw 
+0x7aaa 034744 arg mem_bx_256 ,contr 
+0x7aab 034745 call memcpy32 
+0x7aac 034746 jam sp_key_valid_256 ,mem_sp_dhkey_invalid 
+0x7aad 034747 jam sp_calc_standby ,mem_le_sc_calc 
+0x7aae 034748 rtn 
+:      034752 sp_calc_sequence_256:
+0x7aaf 034753 fetch 1 ,mem_le_secure_connect_enable 
+0x7ab0 034754 rtn blank 
+0x7ab1 034755 fetch 1 ,mem_le_sc_calc 
+0x7ab2 034756 rtn blank 
+0x7ab3 034757 increase 0x80 ,pdata 
+0x7ab4 034758 store 1 ,mem_le_sc_calc 
+0x7ab5 034759 rtnbit1 7 
+0x7ab6 034760 fetch 2 ,mem_ec_loopc 
+0x7ab7 034761 branch sp_calc_sequence_done_256 ,blank 
+0x7ab8 034762 branch eckp_calc_256 
+:      034764 sp_calc_sequence_done_256:
+0x7ab9 034765 bpatchx patch3e_0 ,mem_patch3e 
+0x7aba 034766 call ecunmapz_256 
+0x7abb 034767 fetch 1 ,mem_le_sc_calc 
+0x7abc 034768 beq sp_calc_pubkey_256 ,sp_pubkey_generated_256 
+0x7abd 034769 beq sp_calc_dhkey_256 ,sp_dhkey_generated_256 
+0x7abe 034770 rtn 
+:      034773 eckp_calc_256:
+0x7abf 034774 call ecdbl_256 
+0x7ac0 034775 fetch 2 ,mem_ec_loopc 
+0x7ac1 034776 increase -1 ,pdata 
+0x7ac2 034777 store 2 ,mem_ec_loopc 
+0x7ac3 034778 arg mem_k_256 ,contr 
+0x7ac4 034779 call bn_testbit 
+0x7ac5 034780 rtn true 
+0x7ac6 034781 branch ecadd_256 
+:      034783 eckp_calc_init_256:
+0x7ac7 034784 bpatchx patch3e_1 ,mem_patch3e 
+0x7ac8 034785 setarg 256 ,pdata 
+0x7ac9 034786 store 2 ,mem_ec_loopc 
+:      034787 eckp_calc_init_256_1:
+0x7aca 034788 fetch 2 ,mem_ec_loopc 
+0x7acb 034789 rtn blank 
+0x7acc 034790 increase -1 ,pdata 
+0x7acd 034791 store 2 ,mem_ec_loopc 
+0x7ace 034792 arg mem_k_256 ,contr 
+0x7acf 034793 call bn_testbit 
+0x7ad0 034794 branch eckp_calc_init_256_1 ,true 
+0x7ad1 034795 arg mem_ax_256 ,contr 
+0x7ad2 034796 arg mem_cx_256 ,contw 
+0x7ad3 034797 branch memcpy96 
+:      034800 ecunmapz_256:
+0x7ad4 034801 arg mem_cz_256 ,rega 
+0x7ad5 034802 arg mem_t3_256 ,contw 
+0x7ad6 034803 call bn_invmod_256 
+0x7ad7 034804 arg mem_t3_256 ,rega 
+0x7ad8 034805 arg mem_t1_256 ,contw 
+0x7ad9 034806 call bn_sqrmod_256 
+0x7ada 034807 arg mem_cx_256 ,rega 
+0x7adb 034808 arg mem_t1_256 ,regb 
+0x7adc 034809 arg mem_bx_256 ,contw 
+0x7add 034810 call bn_mulmod_256 
+0x7ade 034811 arg mem_t3_256 ,rega 
+0x7adf 034812 arg mem_t1_256 ,regb 
+0x7ae0 034813 arg mem_t2_256 ,contw 
+0x7ae1 034814 call bn_mulmod_256 
+0x7ae2 034815 arg mem_cy_256 ,rega 
+0x7ae3 034816 arg mem_t2_256 ,regb 
+0x7ae4 034817 arg mem_by_256 ,contw 
+0x7ae5 034818 branch bn_mulmod_256 
+:      034820 ecdbl_256:
+0x7ae6 034821 arg mem_cz_256 ,rega 
+0x7ae7 034822 arg mem_t2_256 ,contw 
+0x7ae8 034823 call bn_sqrmod_256 
+0x7ae9 034824 arg mem_t2_256 ,rega 
+0x7aea 034825 arg mem_t3_256 ,contw 
+0x7aeb 034826 call bn_sqrmod_256 
+0x7aec 034828 arg mem_a_256 ,rega 
+0x7aed 034829 arg mem_t3_256 ,regb 
+0x7aee 034830 arg mem_t3_256 ,contw 
+0x7aef 034831 call bn_mulmod_256 
+0x7af0 034832 arg mem_cx_256 ,rega 
+0x7af1 034833 arg mem_t2_256 ,contw 
+0x7af2 034834 call bn_sqrmod_256 
+0x7af3 034836 arg mem_t2_256 ,contr 
+0x7af4 034837 arg mem_t1_256 ,contw 
+0x7af5 034838 call memcpy32 
+0x7af6 034839 arg mem_t1_256 ,rega 
+0x7af7 034840 call bn_lshiftmod_256 
+0x7af8 034841 arg mem_t2_256 ,rega 
+0x7af9 034842 arg mem_t1_256 ,regb 
+0x7afa 034843 arg mem_t2_256 ,contw 
+0x7afb 034844 call bn_addmod_256 
+0x7afc 034846 arg mem_t2_256 ,rega 
+0x7afd 034847 arg mem_t3_256 ,regb 
+0x7afe 034848 arg mem_t2_256 ,contw 
+0x7aff 034849 call bn_addmod_256 
+0x7b00 034851 arg mem_cx_256 ,contr 
+0x7b01 034852 arg mem_t1_256 ,contw 
+0x7b02 034853 call memcpy32 
+0x7b03 034854 arg mem_cy_256 ,rega 
+0x7b04 034855 arg mem_t3_256 ,contw 
+0x7b05 034856 call bn_sqrmod_256 
+0x7b06 034857 arg mem_t1_256 ,rega 
+0x7b07 034858 call bn_lshiftmod_256 
+0x7b08 034859 arg mem_t1_256 ,rega 
+0x7b09 034860 call bn_lshiftmod_256 
+0x7b0a 034861 arg mem_t1_256 ,rega 
+0x7b0b 034862 arg mem_t3_256 ,regb 
+0x7b0c 034863 arg mem_t1_256 ,contw 
+0x7b0d 034864 call bn_mulmod_256 
+0x7b0e 034865 arg mem_t3_256 ,rega 
+0x7b0f 034866 arg mem_t0_256 ,contw 
+0x7b10 034867 call bn_sqrmod_256 
+0x7b11 034868 arg mem_t0_256 ,rega 
+0x7b12 034869 call bn_lshiftmod_256 
+0x7b13 034870 arg mem_t0_256 ,rega 
+0x7b14 034871 call bn_lshiftmod_256 
+0x7b15 034872 arg mem_t0_256 ,rega 
+0x7b16 034873 call bn_lshiftmod_256 
+0x7b17 034874 arg mem_cy_256 ,contr 
+0x7b18 034875 arg mem_t3_256 ,contw 
+0x7b19 034876 call memcpy32 
+0x7b1a 034877 arg mem_t3_256 ,rega 
+0x7b1b 034878 call bn_lshiftmod_256 
+0x7b1c 034879 arg mem_t3_256 ,rega 
+0x7b1d 034880 arg mem_cz_256 ,regb 
+0x7b1e 034881 arg mem_cz_256 ,contw 
+0x7b1f 034882 call bn_mulmod_256 
+0x7b20 034885 arg mem_t2_256 ,rega 
+0x7b21 034886 arg mem_t3_256 ,contw 
+0x7b22 034887 call bn_sqrmod_256 
+0x7b23 034889 arg mem_t3_256 ,rega 
+0x7b24 034890 arg mem_t1_256 ,regb 
+0x7b25 034891 arg mem_t3_256 ,contw 
+0x7b26 034892 call bn_submod_256 
+0x7b27 034893 arg mem_t3_256 ,rega 
+0x7b28 034894 arg mem_t1_256 ,regb 
+0x7b29 034895 arg mem_cx_256 ,contw 
+0x7b2a 034896 call bn_submod_256 
+0x7b2b 034897 arg mem_t1_256 ,rega 
+0x7b2c 034898 arg mem_cx_256 ,regb 
+0x7b2d 034899 arg mem_t3_256 ,contw 
+0x7b2e 034900 call bn_submod_256 
+0x7b2f 034901 arg mem_t3_256 ,rega 
+0x7b30 034902 arg mem_t2_256 ,regb 
+0x7b31 034903 arg mem_t3_256 ,contw 
+0x7b32 034904 call bn_mulmod_256 
+0x7b33 034905 arg mem_t3_256 ,rega 
+0x7b34 034906 arg mem_t0_256 ,regb 
+0x7b35 034907 arg mem_cy_256 ,contw 
+0x7b36 034908 branch bn_submod_256 
+:      034910 ecadd_256:
+0x7b37 034912 arg mem_az_256 ,rega 
+0x7b38 034913 arg mem_t7_256 ,contw 
+0x7b39 034914 call bn_sqrmod_256 
+0x7b3a 034915 arg mem_cx_256 ,rega 
+0x7b3b 034916 arg mem_t7_256 ,regb 
+0x7b3c 034917 arg mem_t0_256 ,contw 
+0x7b3d 034918 call bn_mulmod_256 
+0x7b3e 034921 arg mem_az_256 ,rega 
+0x7b3f 034922 arg mem_t7_256 ,regb 
+0x7b40 034923 arg mem_t7_256 ,contw 
+0x7b41 034924 call bn_mulmod_256 
+0x7b42 034925 arg mem_cy_256 ,rega 
+0x7b43 034926 arg mem_t7_256 ,regb 
+0x7b44 034927 arg mem_t1_256 ,contw 
+0x7b45 034928 call bn_mulmod_256 
+0x7b46 034931 arg mem_cz_256 ,rega 
+0x7b47 034932 arg mem_t7_256 ,contw 
+0x7b48 034933 call bn_sqrmod_256 
+0x7b49 034934 arg mem_ax_256 ,rega 
+0x7b4a 034935 arg mem_t7_256 ,regb 
+0x7b4b 034936 arg mem_t2_256 ,contw 
+0x7b4c 034937 call bn_mulmod_256 
+0x7b4d 034939 arg mem_cz_256 ,rega 
+0x7b4e 034940 arg mem_t7_256 ,regb 
+0x7b4f 034941 arg mem_t7_256 ,contw 
+0x7b50 034942 call bn_mulmod_256 
+0x7b51 034943 arg mem_ay_256 ,rega 
+0x7b52 034944 arg mem_t7_256 ,regb 
+0x7b53 034945 arg mem_t3_256 ,contw 
+0x7b54 034946 call bn_mulmod_256 
+0x7b55 034951 arg mem_t0_256 ,regb 
+0x7b56 034952 arg mem_t2_256 ,rega 
+0x7b57 034953 arg mem_t7_256 ,contw 
+0x7b58 034954 call bn_submod_256 
+0x7b59 034955 arg mem_t0_256 ,rega 
+0x7b5a 034956 arg mem_t2_256 ,regb 
+0x7b5b 034957 arg mem_t0_256 ,contw 
+0x7b5c 034958 call bn_addmod_256 
+0x7b5d 034961 arg mem_t1_256 ,regb 
+0x7b5e 034962 arg mem_t3_256 ,rega 
+0x7b5f 034963 arg mem_t2_256 ,contw 
+0x7b60 034964 call bn_submod_256 
+0x7b61 034965 arg mem_t1_256 ,rega 
+0x7b62 034966 arg mem_t3_256 ,regb 
+0x7b63 034967 arg mem_t1_256 ,contw 
+0x7b64 034968 call bn_addmod_256 
+0x7b65 034969 arg mem_t1_256 ,rega 
+0x7b66 034970 arg mem_t7_256 ,regb 
+0x7b67 034971 arg mem_t1_256 ,contw 
+0x7b68 034972 call bn_mulmod_256 
+0x7b69 034973 arg mem_cz_256 ,rega 
+0x7b6a 034974 arg mem_az_256 ,regb 
+0x7b6b 034975 arg mem_t3_256 ,contw 
+0x7b6c 034976 call bn_mulmod_256 
+0x7b6d 034977 arg mem_t3_256 ,rega 
+0x7b6e 034978 arg mem_t7_256 ,regb 
+0x7b6f 034979 arg mem_cz_256 ,contw 
+0x7b70 034980 call bn_mulmod_256 
+0x7b71 034982 arg mem_t7_256 ,rega 
+0x7b72 034983 arg mem_t7_256 ,contw 
+0x7b73 034984 call bn_sqrmod_256 
+0x7b74 034985 arg mem_t7_256 ,rega 
+0x7b75 034986 arg mem_t0_256 ,regb 
+0x7b76 034987 arg mem_t3_256 ,contw 
+0x7b77 034988 call bn_mulmod_256 
+0x7b78 034989 arg mem_t7_256 ,rega 
+0x7b79 034990 arg mem_t1_256 ,regb 
+0x7b7a 034991 arg mem_t1_256 ,contw 
+0x7b7b 034992 call bn_mulmod_256 
+0x7b7c 034993 arg mem_t2_256 ,rega 
+0x7b7d 034994 arg mem_cx_256 ,contw 
+0x7b7e 034995 call bn_sqrmod_256 
+0x7b7f 034996 arg mem_cx_256 ,rega 
+0x7b80 034997 arg mem_t3_256 ,regb 
+0x7b81 034998 arg mem_cx_256 ,contw 
+0x7b82 034999 call bn_submod_256 
+0x7b83 035000 arg mem_cx_256 ,contr 
+0x7b84 035001 arg mem_t7_256 ,contw 
+0x7b85 035002 call memcpy32 
+0x7b86 035003 arg mem_t7_256 ,rega 
+0x7b87 035004 call bn_lshiftmod_256 
+0x7b88 035005 arg mem_t3_256 ,rega 
+0x7b89 035006 arg mem_t7_256 ,regb 
+0x7b8a 035007 arg mem_t3_256 ,contw 
+0x7b8b 035008 call bn_submod_256 
+0x7b8c 035009 arg mem_t3_256 ,rega 
+0x7b8d 035010 arg mem_t2_256 ,regb 
+0x7b8e 035011 arg mem_t2_256 ,contw 
+0x7b8f 035012 call bn_mulmod_256 
+0x7b90 035013 arg mem_t2_256 ,rega 
+0x7b91 035014 arg mem_t1_256 ,regb 
+0x7b92 035015 arg mem_cy_256 ,contw 
+0x7b93 035016 call bn_submod_256 
+0x7b94 035017 arg mem_cy_256 ,rega 
+0x7b95 035018 arg mem_p_256 ,regb 
+0x7b96 035019 arg mem_cy_256 ,contw 
+0x7b97 035020 force 0 ,regc 
+0x7b98 035021 fetch 1 ,mem_cy_256 
+0x7b99 035022 isolate1 0 ,pdata 
+0x7b9a 035023 call bn_add_256 ,true 
+0x7b9b 035024 copy regc ,alarm 
+0x7b9c 035025 arg mem_cy_256 ,rega 
+0x7b9d 035026 call bn_rshift_256 
+0x7b9e 035027 fetch 1 ,mem_cy5_256 
+0x7b9f 035028 isolate1 0 ,alarm 
+0x7ba0 035029 setflag true ,7 ,pdata 
+0x7ba1 035030 store 1 ,mem_cy5_256 
+0x7ba2 035031 rtn 
+:      035033 bn_invmod_256:
+0x7ba3 035034 copy contw ,timeup 
+0x7ba4 035035 arg mem_tmp0_256 ,contw 
+0x7ba5 035036 call clear_mem_256 
+0x7ba6 035037 force 0 ,pdata 
+0x7ba7 035039 store 4 ,mem_t2_256 
+0x7ba8 035040 jam 1 ,mem_tmp0_256 
+0x7ba9 035041 arg mem_tmp1_256 ,contw 
+0x7baa 035042 call clear_mem_512 
+0x7bab 035043 arg mem_p_256 ,contr 
+0x7bac 035044 arg mem_tmp2_256 ,contw 
+0x7bad 035045 call memcpy32 
+0x7bae 035046 copy rega ,contr 
+0x7baf 035047 arg mem_tmp3_256 ,contw 
+0x7bb0 035048 call memcpy32 
+:      035054 bn_invmod_256_2:
+0x7bb1 035055 arg mem_tmp3_256 ,contr 
+0x7bb2 035056 call bn_eq_zero_256 
+0x7bb3 035057 branch bn_invmod_256_0 ,blank 
+0x7bb4 035062 arg mem_tmp3_256 ,rega 
+0x7bb5 035063 arg mem_tmp0_256 ,regb 
+0x7bb6 035064 call bn_rshifteven_256 
+0x7bb7 035065 arg mem_tmp2_256 ,rega 
+0x7bb8 035066 arg mem_tmp1_256 ,regb 
+0x7bb9 035067 call bn_rshifteven_256 
+0x7bba 035069 arg mem_tmp3_256 ,rega 
+0x7bbb 035070 arg mem_tmp2_256 ,regb 
+0x7bbc 035071 call bn_bigeq_256 
+0x7bbd 035072 branch bn_invmod_256_1 ,positive 
+0x7bbe 035073 arg mem_tmp2_256 ,rega 
+0x7bbf 035074 arg mem_tmp3_256 ,regb 
+0x7bc0 035075 copy rega ,contw 
+0x7bc1 035076 call bn_sub_256 
+0x7bc2 035077 arg mem_tmp0_256 ,rega 
+0x7bc3 035078 arg mem_tmp1_256 ,regb 
+0x7bc4 035079 copy regb ,contw 
+0x7bc5 035080 call bn_add_256 
+0x7bc6 035081 ifetch 1 ,rega 
+0x7bc7 035082 iadd regc ,regc 
+0x7bc8 035083 ifetch 1 ,regb 
+0x7bc9 035084 iadd regc ,pdata 
+0x7bca 035085 istore 1 ,regb 
+0x7bcb 035086 branch bn_invmod_256_2 
+:      035087 bn_invmod_256_1:
+0x7bcc 035088 arg mem_tmp3_256 ,rega 
+0x7bcd 035089 arg mem_tmp2_256 ,regb 
+0x7bce 035090 copy rega ,contw 
+0x7bcf 035091 call bn_sub_256 
+0x7bd0 035092 arg mem_tmp1_256 ,rega 
+0x7bd1 035093 arg mem_tmp0_256 ,regb 
+0x7bd2 035094 copy regb ,contw 
+0x7bd3 035095 call bn_add_256 
+0x7bd4 035096 ifetch 1 ,rega 
+0x7bd5 035097 iadd regc ,regc 
+0x7bd6 035098 ifetch 1 ,regb 
+0x7bd7 035099 iadd regc ,pdata 
+0x7bd8 035100 istore 1 ,regb 
+0x7bd9 035101 branch bn_invmod_256_2 
+:      035102 bn_invmod_256_0:
+0x7bda 035104 arg mem_tmp1_256 ,rega 
+0x7bdb 035105 copy timeup ,contw 
+0x7bdc 035106 call bn_p256mod 
+0x7bdd 035108 arg mem_p_256 ,rega 
+0x7bde 035109 copy timeup ,regb 
+0x7bdf 035110 copy timeup ,contw 
+0x7be0 035111 branch bn_submod_256 
+:      035114 bn_mulmod_256:
+0x7be1 035115 copy contw ,timeup 
+0x7be2 035117 force 0 ,regext_index 
+0x7be3 035119 arg mem_tmp1_256 ,contw 
+0x7be4 035120 call clear_mem_512 
+0x7be5 035121 arg mem_regext ,contw 
+0x7be6 035122 call clear_mem_512 
+0x7be7 035126 copy rega ,contr 
+0x7be8 035128 jam 0 ,mem_regext 
+0x7be9 035129 setarg 0 
+0x7bea 035130 call bn_load_mem 
+0x7beb 035131 copy regb ,contr 
+0x7bec 035132 call bn_load_256 
+0x7bed 035135 force 0 ,queue 
+0x7bee 035136 arg mem_tmp1_256 ,contw 
+:      035137 bn_mulmod_256_1:
+0x7bef 035140 arg mem_regext ,temp 
+0x7bf0 035141 copy queue ,regb 
+0x7bf1 035142 lshift2 regb ,pdata 
+0x7bf2 035144 iadd temp ,regb 
+0x7bf3 035145 force 0 ,temp 
+0x7bf4 035146 force 0 ,regc 
+:      035147 bn_mulmod_256_0:
+0x7bf5 035152 ifetch 4 ,contw 
+0x7bf6 035153 iforce rega 
+0x7bf7 035156 ifetch 4 ,regb 
+0x7bf8 035157 copy regc ,regext_index 
+0x7bf9 035158 imul32 regext ,pdata 
+0x7bfa 035159 iadd rega ,pdata 
+0x7bfb 035160 iadd temp ,pdata 
+0x7bfc 035161 istore 4 ,contw 
+0x7bfd 035162 rshift32 pdata ,temp 
+0x7bfe 035163 increase 1 ,regc 
+0x7bff 035164 compare 8 ,regc ,0xff 
+0x7c00 035165 nbranch bn_mulmod_256_0 ,true 
+0x7c01 035167 deposit temp 
+0x7c02 035168 istore 4 ,contw 
+0x7c03 035169 increase -32 ,contw 
+0x7c04 035172 increase 1 ,queue 
+0x7c05 035173 compare 8 ,queue ,0xff 
+0x7c06 035174 nbranch bn_mulmod_256_1 ,true 
+0x7c07 035175 arg mem_tmp1_256 ,rega 
+0x7c08 035176 copy timeup ,contw 
+0x7c09 035177 branch bn_p256mod 
+:      035179 bn_p256mod:
+0x7c0a 035180 bpatchx patch3e_2 ,mem_patch3e 
+0x7c0b 035181 copy contw ,timeup 
+0x7c0c 035182 copy rega ,alarm 
+0x7c0d 035183 arg mem_tmp2_256 ,regb 
+0x7c0e 035184 copy regb ,contw 
+0x7c0f 035185 call memset0_4 
+0x7c10 035186 istore 8 ,contw 
+0x7c11 035187 add rega ,44 ,contr 
+0x7c12 035188 call memcpy8 
+0x7c13 035189 call memcpy12 
+0x7c14 035190 copy regb ,rega 
+0x7c15 035191 call bn_lshiftmod_256 
+0x7c16 035192 arg mem_tmp2_256 ,regb 
+0x7c17 035193 copy alarm ,rega 
+0x7c18 035194 copy timeup ,contw 
+0x7c19 035195 call bn_addmod_256 
+0x7c1a 035197 arg mem_tmp2_256 ,regb 
+0x7c1b 035198 copy regb ,contw 
+0x7c1c 035199 call memset0_4 
+0x7c1d 035200 istore 8 ,contw 
+0x7c1e 035201 add alarm ,48 ,contr 
+0x7c1f 035202 call memcpy16 
+0x7c20 035203 call memset0_4 
+0x7c21 035204 copy regb ,rega 
+0x7c22 035205 call bn_lshiftmod_256 
+0x7c23 035209 arg mem_tmp2_256 ,regb 
+0x7c24 035210 copy timeup ,rega 
+0x7c25 035211 copy rega ,contw 
+0x7c26 035212 call bn_addmod_256 
+0x7c27 035216 arg mem_tmp2_256 ,regb 
+0x7c28 035217 copy regb ,contw 
+0x7c29 035218 add alarm ,32 ,contr 
+0x7c2a 035219 call memcpy12 
+0x7c2b 035220 call memset0_4 
+0x7c2c 035221 istore 8 ,contw 
+0x7c2d 035222 add alarm ,56 ,contr 
+0x7c2e 035223 call memcpy8 
+0x7c2f 035224 copy timeup ,rega 
+0x7c30 035225 copy rega ,contw 
+0x7c31 035226 call bn_addmod_256 
+0x7c32 035230 arg mem_tmp2_256 ,regb 
+0x7c33 035231 copy regb ,contw 
+0x7c34 035232 add alarm ,36 ,contr 
+0x7c35 035233 call memcpy12 
+0x7c36 035234 add alarm ,52 ,contr 
+0x7c37 035235 call memcpy12 
+0x7c38 035236 add alarm ,52 ,contr 
+0x7c39 035237 call memcpy4 
+0x7c3a 035238 add alarm ,32 ,contr 
+0x7c3b 035239 call memcpy4 
+0x7c3c 035240 copy timeup ,rega 
+0x7c3d 035241 copy rega ,contw 
+0x7c3e 035242 call bn_addmod_256 
+0x7c3f 035245 arg mem_tmp2_256 ,regb 
+0x7c40 035246 copy regb ,contw 
+0x7c41 035247 add alarm ,44 ,contr 
+0x7c42 035248 call memcpy12 
+0x7c43 035249 call memset0_4 
+0x7c44 035250 istore 8 ,contw 
+0x7c45 035251 add alarm ,32 ,contr 
+0x7c46 035252 call memcpy4 
+0x7c47 035253 add alarm ,40 ,contr 
+0x7c48 035254 call memcpy4 
+0x7c49 035255 copy timeup ,rega 
+0x7c4a 035256 copy rega ,contw 
+0x7c4b 035257 call bn_submod_256 
+0x7c4c 035260 arg mem_tmp2_256 ,regb 
+0x7c4d 035261 copy regb ,contw 
+0x7c4e 035262 add alarm ,48 ,contr 
+0x7c4f 035263 call memcpy8 
+0x7c50 035264 call memcpy8 
+0x7c51 035265 force 0 ,pdata 
+0x7c52 035266 istore 8 ,contw 
+0x7c53 035267 add alarm ,36 ,contr 
+0x7c54 035268 call memcpy4 
+0x7c55 035269 add alarm ,44 ,contr 
+0x7c56 035270 call memcpy4 
+0x7c57 035271 copy timeup ,rega 
+0x7c58 035272 copy rega ,contw 
+0x7c59 035273 call bn_submod_256 
+0x7c5a 035276 arg mem_tmp2_256 ,regb 
+0x7c5b 035277 copy regb ,contw 
+0x7c5c 035278 add alarm ,52 ,contr 
+0x7c5d 035279 call memcpy12 
+0x7c5e 035280 add alarm ,32 ,contr 
+0x7c5f 035281 call memcpy12 
+0x7c60 035282 call memset0_4 
+0x7c61 035283 add alarm ,48 ,contr 
+0x7c62 035284 call memcpy4 
+0x7c63 035285 copy timeup ,rega 
+0x7c64 035286 copy rega ,contw 
+0x7c65 035287 call bn_submod_256 
+0x7c66 035290 arg mem_tmp2_256 ,regb 
+0x7c67 035291 copy regb ,contw 
+0x7c68 035292 add alarm ,56 ,contr 
+0x7c69 035293 call memcpy8 
+0x7c6a 035294 call memset0_4 
+0x7c6b 035295 add alarm ,36 ,contr 
+0x7c6c 035296 call memcpy12 
+0x7c6d 035297 call memset0_4 
+0x7c6e 035298 add alarm ,52 ,contr 
+0x7c6f 035299 call memcpy4 
+0x7c70 035300 copy timeup ,rega 
+0x7c71 035301 copy rega ,contw 
+0x7c72 035302 branch bn_submod_256 
+:      035305 bn_load_mem:
+0x7c73 035306 force 32 ,loopcnt 
+0x7c74 035307 arg mem_regext ,contw 
+0x7c75 035308 iadd contw ,contw 
+0x7c76 035309 branch memcpy 
+:      035311 bn_load_256:
+0x7c77 035312 force 8 ,loopcnt 
+0x7c78 035313 branch bn_load_0 
+:      035315 bn_sqrmod_256:
+0x7c79 035316 copy rega ,regb 
+0x7c7a 035317 branch bn_mulmod_256 
+:      035319 bn_add_256:
+0x7c7b 035320 force 8 ,loopcnt 
+0x7c7c 035321 branch bn_add + 1 
+:      035323 bn_addmod_256:
+0x7c7d 035324 call bn_add_256 
+0x7c7e 035325 copy contw ,rega 
+0x7c7f 035326 branch bn_lshiftmod_ismod_256 
+:      035328 bn_lshiftmod_256:
+0x7c80 035329 call bn_lshift_256 
+:      035330 bn_lshiftmod_ismod_256:
+0x7c81 035331 isolate1 0 ,regc 
+0x7c82 035332 branch bn_lshiftmod_p_256 ,true 
+0x7c83 035333 arg mem_p_256 ,regb 
+0x7c84 035334 copy rega ,regc 
+0x7c85 035335 increase -32 ,rega 
+0x7c86 035336 call bn_bigeq_256 
+0x7c87 035337 nrtn positive 
+0x7c88 035338 copy regc ,rega 
+0x7c89 035339 branch sub_p2_256 
+:      035341 bn_lshiftmod_p_256:
+0x7c8a 035342 call sub_p2_256 
+0x7c8b 035344 copy rega ,regc 
+0x7c8c 035345 increase -32 ,rega 
+0x7c8d 035346 arg mem_p_256 ,regb 
+0x7c8e 035347 call bn_bigeq_256 
+0x7c8f 035348 nrtn positive 
+0x7c90 035349 copy regc ,rega 
+0x7c91 035350 branch sub_p2_256 
+:      035353 sub_p2_256:
+0x7c92 035354 increase -32 ,rega 
+0x7c93 035355 arg mem_p_256 ,regb 
+0x7c94 035356 copy rega ,contw 
+0x7c95 035357 branch bn_sub_256 
+:      035362 bn_submod_256:
+0x7c96 035363 call bn_sub_256 
+0x7c97 035365 branch bn_submod_256_np ,true 
+0x7c98 035368 add contw ,-32 ,rega 
+0x7c99 035369 arg mem_p_256 ,regb 
+0x7c9a 035370 call bn_bigeq_256 
+0x7c9b 035371 nrtn positive 
+0x7c9c 035372 arg mem_p_256 ,regb 
+0x7c9d 035373 add contw ,-32 ,rega 
+0x7c9e 035375 copy rega ,contw 
+0x7c9f 035376 branch bn_sub_256 
+:      035377 bn_submod_256_np:
+0x7ca0 035378 add contw ,-32 ,rega 
+0x7ca1 035379 arg mem_p_256 ,regb 
+0x7ca2 035380 copy rega ,contw 
+0x7ca3 035381 call bn_add_256 
+0x7ca4 035383 rtn true 
+0x7ca5 035384 add contw ,-32 ,rega 
+0x7ca6 035385 arg mem_p_256 ,regb 
+0x7ca7 035386 copy rega ,contw 
+0x7ca8 035387 branch bn_add_256 
+:      035391 bn_sub_256:
+0x7ca9 035392 force 8 ,loopcnt 
+0x7caa 035393 branch bn_sub + 1 
+:      035395 bn_rshift_256:
+0x7cab 035396 force 8 ,loopcnt 
+0x7cac 035397 increase 28 ,rega 
+0x7cad 035398 branch bn_rshift 
+:      035400 bn_lshift_256:
+0x7cae 035401 force 8 ,loopcnt 
+0x7caf 035402 force 0 ,regc 
+0x7cb0 035403 branch bn_lshift_0 
+:      035405 bn_bigeq_256:
+0x7cb1 035406 force 8 ,loopcnt 
+0x7cb2 035407 increase 28 ,rega 
+0x7cb3 035408 increase 28 ,regb 
+0x7cb4 035409 branch bn_bigeq_0 
+:      035412 bn_eq_zero_256:
+0x7cb5 035413 ifetch 8 ,contr 
+0x7cb6 035414 nrtn blank 
+0x7cb7 035415 branch bn_eq_zero 
+:      035420 bn_rshifteven_256:
+0x7cb8 035421 copy rega ,alarm 
+:      035422 bn_rshifteven_256_1:
+0x7cb9 035423 copy alarm ,rega 
+0x7cba 035424 ifetch 1 ,rega 
+0x7cbb 035425 isolate1 0 ,pdata 
+0x7cbc 035426 rtn true 
+0x7cbd 035427 call bn_rshift_256 
+0x7cbe 035428 ifetch 1 ,regb 
+0x7cbf 035429 isolate0 0 ,pdata 
+0x7cc0 035430 branch bn_rshifteven_256_0 ,true 
+0x7cc1 035431 arg mem_p_256 ,rega 
+0x7cc2 035432 copy regb ,contw 
+0x7cc3 035433 call bn_add_256 
+0x7cc4 035434 ifetch 1 ,regb 
+0x7cc5 035435 iadd regc ,pdata 
+0x7cc6 035436 istore 1 ,regb 
+0x7cc7 035437 increase -32 ,regb 
+:      035438 bn_rshifteven_256_0:
+0x7cc8 035439 add regb ,32 ,rega 
+0x7cc9 035440 force 9 ,loopcnt 
+0x7cca 035441 call bn_rshift 
+0x7ccb 035442 branch bn_rshifteven_256_1 
+:      035446 ui_init:
+0x7ccc 035447 call lpm_disable_exen_output 
+0x7ccd 035448 rtn wake 
+0x7cce 035449 call ui_button_init 
+0x7ccf 035450 call ui_timer_init 
+0x7cd0 035451 branch ui_led_init_global 
+:      035453 ui_dispatch:
+0x7cd1 035454 call ui_led_dispatch 
+0x7cd2 035456 branch ui_timer_check 
+:      035458 ui_button_init:
+0x7cd3 035459 fetch 1 ,mem_ui_button_gpio 
+0x7cd4 035460 rtneq ui_button_gpio_disable 
+0x7cd5 035461 iforce temp 
+0x7cd6 035462 call gpio_config_output 
+0x7cd7 035463 fetcht 1 ,mem_ui_button_gpio 
+0x7cd8 035464 call gpio_out_inactive 
+0x7cd9 035465 nop 100 
+0x7cda 035466 fetcht 1 ,mem_ui_button_gpio 
+0x7cdb 035467 call gpio_config_input 
+0x7cdc 035468 branch ui_button_polling 
+:      035472 ui_button_polling:
+0x7cdd 035473 bpatchx patch3e_3 ,mem_patch3e 
+0x7cde 035474 fetch 1 ,mem_ui_button_gpio 
+0x7cdf 035475 rtneq ui_button_gpio_disable 
+0x7ce0 035476 copy pdata ,temp 
+0x7ce1 035477 call gpio_get_bit 
+0x7ce2 035478 nbranch ui_button_up ,true 
+:      035480 ui_button_down:
+0x7ce3 035481 call ui_button_check_long_press 
+0x7ce4 035482 fetch 2 ,mem_ui_state_map 
+0x7ce5 035483 set1 ui_state_btn_down 
+0x7ce6 035484 store 2 ,mem_ui_state_map 
+0x7ce7 035485 fetch 1 ,mem_ui_button_last_state 
+0x7ce8 035486 rtneq ui_button_state_down 
+0x7ce9 035487 jam ui_button_state_down ,mem_ui_button_last_state 
+0x7cea 035489 fetch 1 ,mem_ui_button_timeout 
+0x7ceb 035490 store 1 ,mem_ui_button_timer 
+0x7cec 035491 call lpm_button_get_wake_lock 
+0x7ced 035492 jam bt_evt_button_down ,mem_fifo_temp 
+0x7cee 035493 branch ui_ipc_send_event 
+:      035494 ui_button_up:
+0x7cef 035495 fetch 2 ,mem_ui_state_map 
+0x7cf0 035496 set0 ui_state_btn_down 
+0x7cf1 035497 store 2 ,mem_ui_state_map 
+0x7cf2 035498 fetch 1 ,mem_ui_button_last_state 
+0x7cf3 035499 rtneq ui_button_state_up 
+0x7cf4 035500 jam ui_button_state_up ,mem_ui_button_last_state 
+0x7cf5 035502 jam 0 ,mem_ui_button_timer 
+0x7cf6 035503 call lpm_button_clean_wake_lock 
+0x7cf7 035504 jam bt_evt_button_up ,mem_fifo_temp 
+0x7cf8 035505 branch ui_ipc_send_event 
+:      035507 ui_button_check_long_press:
+0x7cf9 035508 fetch 1 ,mem_ui_button_timer 
+0x7cfa 035509 rtn blank 
+0x7cfb 035510 increase -1 ,pdata 
+0x7cfc 035511 store 1 ,mem_ui_button_timer 
+0x7cfd 035512 nrtn blank 
+0x7cfe 035514 jam bt_evt_button_long_pressed ,mem_fifo_temp 
+0x7cff 035515 branch ui_ipc_send_event 
+:      035517 lpm_button_get_wake_lock:
+0x7d00 035518 arg wake_lock_button ,queue 
+0x7d01 035519 branch lpm_get_wake_lock 
+:      035521 lpm_button_clean_wake_lock:
+0x7d02 035522 arg wake_lock_button ,queue 
+0x7d03 035523 branch lpm_put_wake_lock 
+:      035545 calc_curr_struct_prt:
+0x7d04 035546 fetch 2 ,mem_ui_led_struct_ptr 
+0x7d05 035547 mul32 rega ,led_offset_length ,regb 
+0x7d06 035548 iadd regb ,regb 
+0x7d07 035549 rtn 
+:      035552 ui_led_init_global:
+0x7d08 035553 fetch 1 ,mem_ui_led_struct_num 
+0x7d09 035554 rtn blank 
+0x7d0a 035555 copy pdata ,loopcnt 
+0x7d0b 035556 fetch 2 ,mem_ui_led_struct_ptr 
+0x7d0c 035557 copy pdata ,regb 
+:      035558 ui_led_init_loop:
+0x7d0d 035559 add regb ,led_offset_led_gpio ,regc 
+0x7d0e 035560 ifetcht 1 ,regc 
+0x7d0f 035561 call gpio_config_output 
+0x7d10 035562 call ui_led_off_static 
+0x7d11 035563 increase led_offset_length ,regb 
+0x7d12 035564 loop ui_led_init_loop 
+0x7d13 035565 rtn 
+:      035569 ui_led_on_global:
+0x7d14 035570 call calc_curr_struct_prt 
+0x7d15 035571 setarg ui_led_state_lighting 
+0x7d16 035572 istore 1 ,regb 
+0x7d17 035573 call ui_led_stop_timer 
+0x7d18 035574 branch ui_led_on_static 
+:      035578 ui_led_blink_stop_global:
+:      035579 ui_led_off_global:
+0x7d19 035580 call calc_curr_struct_prt 
+0x7d1a 035581 setarg ui_led_state_darking 
+0x7d1b 035582 istore 1 ,regb 
+0x7d1c 035583 call ui_led_stop_timer 
+0x7d1d 035584 branch ui_led_off_static 
+:      035588 ui_led_blink_start_global:
+0x7d1e 035589 call calc_curr_struct_prt 
+0x7d1f 035590 setarg ui_led_state_blink_start 
+0x7d20 035591 istore 1 ,regb 
+0x7d21 035592 setarg led_infinite_flash_num 
+0x7d22 035593 istore 1 ,contw 
+0x7d23 035594 branch ui_led_off_static 
+:      035599 ui_led_set_style_global:
+0x7d24 035600 call calc_curr_struct_prt 
+0x7d25 035601 arg led_offset_length ,loopcnt 
+0x7d26 035602 copy regc ,contr 
+0x7d27 035603 copy regb ,contw 
+0x7d28 035604 branch memcpy_fast 
+:      035608 ui_led_dispatch:
+0x7d29 035609 fetch 1 ,mem_ui_led_struct_num 
+0x7d2a 035610 rtn blank 
+0x7d2b 035611 arg 0 ,rega 
+:      035612 ui_led_blink_polling:
+0x7d2c 035613 call ui_led_change_style_by_type 
+0x7d2d 035614 increase 1 ,rega 
+0x7d2e 035615 fetch 1 ,mem_ui_led_struct_num 
+0x7d2f 035616 isub rega ,null 
+0x7d30 035617 rtn zero 
+0x7d31 035618 branch ui_led_blink_polling 
+:      035621 ui_led_off_static:
+0x7d32 035622 add regb ,led_offset_led_gpio ,regc 
+0x7d33 035623 ifetcht 1 ,regc 
+0x7d34 035624 branch gpio_out_inactive 
+:      035627 ui_led_on_static:
+0x7d35 035628 add regb ,led_offset_led_gpio ,regc 
+0x7d36 035629 ifetcht 1 ,regc 
+0x7d37 035630 branch gpio_out_active 
+:      035634 ui_led_change_style_by_type:
+0x7d38 035635 add rega ,ui_led_blink ,queue 
+0x7d39 035636 call timer_check 
+0x7d3a 035637 nrtn blank 
+0x7d3b 035639 call calc_curr_struct_prt 
+0x7d3c 035641 ifetch 1 ,regb 
+0x7d3d 035643 beq ui_led_state_lighting ,ui_led_on_static 
+0x7d3e 035644 beq ui_led_state_darking ,ui_led_off_static 
+0x7d3f 035645 beq ui_led_state_blink_stop ,ui_led_off_static 
+0x7d40 035646 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
+:      035647 ui_led_blink_state_lighting:
+0x7d41 035648 call ui_led_on_static 
+0x7d42 035649 add regb ,led_offset_cb_ledon ,regc 
+0x7d43 035650 call push_stack 
+0x7d44 035651 ifetch 2 ,regc 
+0x7d45 035652 call callback_func 
+0x7d46 035653 call pop_stack 
+0x7d47 035654 setarg ui_led_state_blink_darking 
+0x7d48 035655 istore 1 ,regb 
+0x7d49 035656 add regb ,led_offset_on_time ,regc 
+0x7d4a 035657 ifetch 2 ,regc 
+0x7d4b 035658 branch ui_led_blink_timer_start 
+:      035661 ui_led_blink_state_darking:
+0x7d4c 035662 call ui_led_off_static 
+0x7d4d 035663 add regb ,led_offset_cb_ledoff ,regc 
+0x7d4e 035664 call push_stack 
+0x7d4f 035665 ifetch 2 ,regc 
+0x7d50 035666 call callback_func 
+0x7d51 035667 call pop_stack 
+0x7d52 035669 add regb ,led_offset_blink_count ,regc 
+0x7d53 035670 ifetch 1 ,regc 
+0x7d54 035671 beq led_infinite_flash_num ,ui_led_blink_infinite 
+0x7d55 035672 increase -1 ,pdata 
+0x7d56 035673 istore 1 ,regc 
+0x7d57 035674 branch ui_led_blink_stop_global ,blank 
+:      035675 ui_led_blink_infinite:
+0x7d58 035676 setarg ui_led_state_blink_lighting 
+0x7d59 035677 istore 1 ,regb 
+0x7d5a 035678 add regb ,led_offset_off_time ,regc 
+0x7d5b 035679 ifetch 2 ,regc 
+:      035680 ui_led_blink_timer_start:
+0x7d5c 035681 add rega ,ui_led_blink ,queue 
+0x7d5d 035682 branch timer_init 
+:      035684 ui_led_stop_timer:
+0x7d5e 035685 setarg 0 
+0x7d5f 035686 branch ui_led_blink_timer_start 
+:      035692 ui_timer_timeout:
+0x7d60 035693 setarg 0x1000 
+0x7d61 035694 lshift16 pdata ,pdata 
+0x7d62 035695 iadd regb ,regb 
+0x7d63 035696 rtn 
+:      035698 ui_timer_check:
+0x7d64 035699 bpatchx patch3e_4 ,mem_patch3e 
+0x7d65 035700 arg 0 ,rega 
+0x7d66 035701 fetcht 4 ,mem_ui_timer_last_btclk 
+0x7d67 035702 copy clkn_bt ,regb 
+0x7d68 035703 copy regb ,pdata 
+0x7d69 035704 isub temp ,null 
+0x7d6a 035705 ncall ui_timer_timeout ,positive 
+:      035707 ui_timer_check_loop:
+0x7d6b 035708 copy regb ,pdata 
+0x7d6c 035709 increase 160 ,temp 
+0x7d6d 035710 increase 160 ,temp 
+0x7d6e 035711 isub temp ,null 
+0x7d6f 035712 nbranch ui_timer_check_end ,positive 
+0x7d70 035713 increase 1 ,rega 
+0x7d71 035714 and rega ,0x0f ,pdata 
+0x7d72 035715 nbranch ui_timer_check_loop ,blank 
+0x7d73 035716 arg 0 ,rega 
+0x7d74 035717 call ui_timer_check_send_evt 
+:      035718 ui_timer_init:
+0x7d75 035719 copy clkn_bt ,pdata 
+0x7d76 035720 store 4 ,mem_ui_timer_last_btclk 
+0x7d77 035721 rtn 
+:      035722 ui_timer_check_end:
+0x7d78 035723 bpatchx patch3e_5 ,mem_patch3e 
+0x7d79 035724 copy rega ,pdata 
+0x7d7a 035725 rtn blank 
+0x7d7b 035726 increase -160 ,temp 
+0x7d7c 035727 increase -160 ,temp 
+0x7d7d 035728 set0 28 ,temp 
+0x7d7e 035729 storet 4 ,mem_ui_timer_last_btclk 
+:      035730 ui_timer_check_send_evt:
+0x7d7f 035731 branch app_evt_timer 
+:      035738 ui_ipc_get_lock:
+0x7d80 035739 jam 1 ,mem_ipc_lock_bt 
+:      035740 ui_ipc_get_lock_wait:
+0x7d81 035741 fetch 1 ,mem_ipc_lock_c51 
+0x7d82 035742 nbranch ui_ipc_get_lock_wait ,blank 
+0x7d83 035743 rtn 
+:      035745 ui_ipc_put_lock:
+0x7d84 035746 jam 0 ,mem_ipc_lock_bt 
+0x7d85 035747 rtn 
+:      035751 ui_ipc_send_event:
+0x7d86 035752 bpatchx patch3e_6 ,mem_patch3e 
+0x7d87 035753 call ui_ipc_get_lock 
+0x7d88 035754 copy rega ,pdata 
+0x7d89 035755 store 4 ,mem_ipc_rega_temp 
+0x7d8a 035756 arg mem_ipc_fifo_bt2c51 ,rega 
+0x7d8b 035757 call fifo_in 
+0x7d8c 035758 fetch 4 ,mem_ipc_rega_temp 
+0x7d8d 035759 copy pdata ,rega 
+0x7d8e 035760 branch ui_ipc_put_lock 
+:      035762 ui_ipc_send_cmd:
+0x7d8f 035763 bpatchx patch3e_7 ,mem_patch3e 
+0x7d90 035764 call ui_ipc_get_lock 
+0x7d91 035765 copy rega ,pdata 
+0x7d92 035766 store 4 ,mem_ipc_rega_temp 
+0x7d93 035767 arg mem_ipc_fifo_c512bt ,rega 
+0x7d94 035768 call fifo_in 
+0x7d95 035769 fetch 4 ,mem_ipc_rega_temp 
+0x7d96 035770 copy pdata ,rega 
+0x7d97 035771 branch ui_ipc_put_lock 
+:      035773 ui_ipc_clean_all_fifo:
+0x7d98 035774 setarg 0 
+0x7d99 035775 store util_fifo_len ,mem_ipc_fifo_c512bt 
+0x7d9a 035776 store util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x7d9b 035777 rtn 
+:      035779 check_51cmd:
+0x7d9c 035780 bpatchx patch3f_0 ,mem_patch3f 
+0x7d9d 035781 fetch 1 ,mem_hci_cmd 
+0x7d9e 035782 nrtn blank 
+0x7d9f 035783 arg mem_ipc_fifo_c512bt ,rega 
+0x7da0 035784 call fifo_is_empty 
+0x7da1 035785 rtn blank 
+0x7da2 035786 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
+0x7da3 035787 call check_51cmd_once 
+0x7da4 035788 fetch 1 ,mem_ipc_skip_continue_proc 
+0x7da5 035789 branch check_51cmd ,blank 
+0x7da6 035790 rtn 
+:      035792 check_51cmd_once:
+0x7da7 035793 call ui_ipc_get_lock 
+0x7da8 035794 arg mem_ipc_fifo_c512bt ,rega 
+0x7da9 035795 call fifo_out 
+0x7daa 035796 copy pdata ,temp 
+0x7dab 035797 call ui_ipc_put_lock 
+0x7dac 035798 bpatchx patch3f_1 ,mem_patch3f 
+0x7dad 035799 copy temp ,pdata 
+0x7dae 035800 rtn blank 
+0x7daf 035801 beq bt_cmd_start_discovery ,check_51cmd_start_discovery 
+0x7db0 035802 beq bt_cmd_stop_discovery ,check_51cmd_stop_discovery 
+0x7db1 035803 beq bt_cmd_reconnect ,check_51cmd_reconnect 
+0x7db2 035804 beq bt_cmd_enter_sniff_subrating ,check_51cmd_enter_sniff_subrating 
+0x7db3 035805 beq bt_cmd_exit_sniff_subrating ,check_51cmd_exit_sniff_subrating 
+0x7db4 035806 beq bt_cmd_sniff_test ,check_51cmd_sniff_test 
+0x7db5 035807 beq bt_cmd_start_inquiry ,check_51cmd_inq 
+0x7db6 035808 beq bt_cmd_stop_inquiry ,check_51cmd_stop_inq 
+0x7db7 035809 beq bt_cmd_start_adv ,check_51cmd_adv 
+0x7db8 035810 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
+0x7db9 035811 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
+0x7dba 035812 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
+0x7dbb 035813 beq bt_cmd_led_off ,check_51cmd_led_off 
+0x7dbc 035814 beq bt_cmd_led_on ,check_51cmd_led_on 
+0x7dbd 035815 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
+0x7dbe 035816 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
+0x7dbf 035817 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
+0x7dc0 035818 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
+0x7dc1 035819 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
+0x7dc2 035820 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
+0x7dc3 035821 beq bt_cmd_bb_reconn_cancel ,check_51cmd_bb_reconn_cancel 
+0x7dc4 035823 store 1 ,mem_fifo_temp 
+0x7dc5 035824 bpatchx patch3f_2 ,mem_patch3f 
+0x7dc6 035825 call lmo_fifo_check 
+0x7dc7 035826 nbranch check_51cmd_restore ,blank 
+:      035827 check_51cmd_once_continue:
+0x7dc8 035828 fetch 1 ,mem_fifo_temp 
+0x7dc9 035829 bmark0 mark_context ,check_51cmd_check_idle 
+0x7dca 035830 beq bt_cmd_disconnect ,check_51cmd_disconnect 
+0x7dcb 035831 beq bt_cmd_enter_sniff ,cmd_in_sniff 
+0x7dcc 035832 beq bt_cmd_exit_sniff ,cmd_exit_sniff 
+0x7dcd 035833 beq bt_cmd_set_pin_code ,check_51cmd_pincode 
+0x7dce 035834 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
+0x7dcf 035835 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
+0x7dd0 035836 beq bt_cmd_role_switch ,check_51cmd_role_switch 
+0x7dd1 035837 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
+0x7dd2 035838 beq bt_cmd_store_reconn_info_bt ,eeprom_store_bd_reconn_info 
+0x7dd3 035839 beq bt_cmd_dhkey_not_accept ,check_51cmd_dhkey_not_accept 
+0x7dd4 035840 beq bt_cmd_store_reconn_info ,check_51cmd_store_reconn_info 
+0x7dd5 035841 rtn 
+:      035843 check_51cmd_check_idle:
+0x7dd6 035844 store 1 ,mem_fifo_temp 
+0x7dd7 035845 call context_check_idle 
+0x7dd8 035846 branch check_51cmd_restore ,zero 
+0x7dd9 035847 call context_search_plap 
+0x7dda 035848 nrtn zero 
+:      035849 check_51cmd_restore:
+0x7ddb 035850 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
+0x7ddc 035851 branch ui_ipc_send_cmd 
+:      035856 check_51cmd_start_discovery:
+0x7ddd 035857 fetch 2 ,mem_ui_state_map 
+0x7dde 035858 set1 ui_state_bt_discovery 
+0x7ddf 035859 store 2 ,mem_ui_state_map 
+0x7de0 035860 jam 3 ,mem_scan_mode 
+0x7de1 035861 rtn 
+:      035865 check_51cmd_stop_discovery:
+0x7de2 035866 jam 0 ,mem_hid_handshake_timer_count 
+0x7de3 035867 jam 0 ,mem_scan_mode 
+0x7de4 035868 fetch 2 ,mem_ui_state_map 
+0x7de5 035869 set0 ui_state_bt_discovery 
+0x7de6 035870 store 2 ,mem_ui_state_map 
+0x7de7 035871 rtn 
+:      035875 check_51cmd_reconnect:
+0x7de8 035876 jam hci_cmd_create_conn ,mem_hci_cmd 
+0x7de9 035877 rtn 
+:      035881 check_51cmd_disconnect:
+0x7dea 035882 jam lmp_detach ,mem_lmo_opcode2 
+0x7deb 035883 jam other_end_terminated ,mem_disconn_reason_send 
+0x7dec 035884 rtn 
+:      035888 check_51cmd_enter_sniff_subrating:
+0x7ded 035889 rtn 
+:      035893 check_51cmd_exit_sniff_subrating:
+0x7dee 035894 rtn 
+:      035898 check_51cmd_sniff_test:
+0x7def 035899 rtn 
+:      035903 check_51cmd_pincode:
+0x7df0 035904 jam pincode_state_pincode_ready ,mem_pincode_state 
+0x7df1 035905 branch cmd_pair 
+:      035909 check_51cmd_inq:
+0x7df2 035910 rtn 
+:      035914 check_51cmd_stop_inq:
+0x7df3 035915 rtn 
+:      035919 check_51cmd_adv:
+0x7df4 035920 jam on ,mem_le_adv_enable 
+0x7df5 035921 jam adv_ind ,mem_le_adv_type 
+0x7df6 035922 fetch 2 ,mem_ui_state_map 
+0x7df7 035923 set1 ui_state_ble_adv ,pdata 
+0x7df8 035924 store 2 ,mem_ui_state_map 
+0x7df9 035925 rtn 
+:      035929 check_51cmd_stop_adv:
+0x7dfa 035930 fetch 2 ,mem_ui_state_map 
+0x7dfb 035931 set0 ui_state_ble_adv ,pdata 
+0x7dfc 035932 store 2 ,mem_ui_state_map 
+0x7dfd 035933 jam off ,mem_le_adv_enable 
+0x7dfe 035934 rtn 
+:      035938 check_51cmd_direct_adv:
+0x7dff 035939 jam on ,mem_le_adv_enable 
+0x7e00 035940 jam adv_direct_ind ,mem_le_adv_type 
+0x7e01 035941 fetch 2 ,mem_ui_state_map 
+0x7e02 035942 set1 ui_state_ble_adv ,pdata 
+0x7e03 035943 store 2 ,mem_ui_state_map 
+0x7e04 035944 rtn 
+:      035948 check_51cmd_stop_direct_adv:
+0x7e05 035949 fetch 2 ,mem_ui_state_map 
+0x7e06 035950 set0 ui_state_ble_adv ,pdata 
+0x7e07 035951 store 2 ,mem_ui_state_map 
+0x7e08 035952 jam off ,mem_le_adv_enable 
+0x7e09 035953 rtn 
+:      035957 check_51cmd_le_disconnect:
+0x7e0a 035958 setarg 20 
+0x7e0b 035959 store 2 ,mem_le_superto 
+0x7e0c 035960 store 2 ,mem_le_init_superto 
+0x7e0d 035961 branch le_send_terminate_ind_user_terminated 
+:      035965 check_51cmd_ble_update_connect_param:
+0x7e0e 035966 branch le_l2cap_tx_update_req 
+:      035970 check_51cmd_led_off:
+0x7e0f 035971 arg 0 ,rega 
+0x7e10 035972 branch ui_led_off_global 
+:      035976 check_51cmd_led_on:
+0x7e11 035977 arg 0 ,rega 
+0x7e12 035978 branch ui_led_on_global 
+:      035982 check_51cmd_led_start_blink:
+0x7e13 035983 arg 0 ,rega 
+0x7e14 035984 branch ui_led_blink_start_global 
+:      035988 check_51cmd_le_start_con:
+0x7e15 035989 jam on ,mem_le_scan_enable 
+0x7e16 035990 jam hci_cmd_le_create_conn ,mem_hci_cmd 
+0x7e17 035993 rtn 
+:      035997 check_51cmd_start_scan:
+0x7e18 035998 jam on ,mem_le_scan_enable 
+0x7e19 035999 rtn 
+:      036003 check_51cmd_stop_scan:
+0x7e1a 036004 jam off ,mem_le_scan_enable 
+0x7e1b 036005 jam 0 ,mem_hci_cmd 
+0x7e1c 036006 rtn 
+:      036010 check_51cmd_hibernate:
+0x7e1d 036011 fetch 2 ,mem_cb_before_hibernate 
+0x7e1e 036012 call callback_func 
+0x7e1f 036013 fetch 1 ,mem_ui_button_gpio 
+0x7e20 036014 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
+0x7e21 036015 copy pdata ,temp 
+0x7e22 036016 call gpio_config_input 
+:      036017 check_51cmd_hibernate_btn_disabled:
+0x7e23 036018 call ui_ipc_clean_all_fifo 
+0x7e24 036019 branch lpm_hibernate 
+:      036023 check_51cmd_le_smp_sec_req:
+0x7e25 036024 branch le_send_smp_security_request 
+:      036028 check_51cmd_role_switch:
+0x7e26 036029 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x7e27 036030 set1 mark_switch_initiated ,mark 
+0x7e28 036031 nrtn master 
+0x7e29 036032 jam switch_flag_init ,mem_switch_flag 
+0x7e2a 036033 jam lmp_switch_req ,mem_lmo_opcode2 
+0x7e2b 036034 fetch 1 ,mem_connection_options 
+0x7e2c 036035 set0 connection_switch ,pdata 
+0x7e2d 036036 store 1 ,mem_connection_options 
+0x7e2e 036037 rtn 
+:      036041 check_51cmd_bb_reconn_cancel:
+0x7e2f 036042 force page_length_timer ,queue 
+0x7e30 036043 branch timer_stop 
+:      036047 check_51cmd_dhkey_not_accept:
+0x7e31 036048 call tid_set_reply 
+0x7e32 036049 jam lmp_dhkey_check ,mem_lmi_opcode2 
+0x7e33 036050 branch parse_lmp_dhkey_check_reject 
+:      036053 ui_check_paring_button:
+0x7e34 036054 fetch 1 ,mem_ui_state_map 
+0x7e35 036055 rtnbit0 ui_state_btn_down 
+0x7e36 036056 rtnbit0 ui_state_bt_reconnect 
+0x7e37 036057 branch check_51cmd_bb_reconn_cancel 
+:      036062 queue_init:
+0x7e38 036063 fetch 2 ,mem_queue_ptr 
+0x7e39 036064 add pdata ,queue_offset_curr_num ,contw 
+0x7e3a 036065 setarg 0 
+0x7e3b 036066 istore 3 ,contw 
+0x7e3c 036067 rtn 
+:      036071 queue_push:
+0x7e3d 036072 call disable_user 
+0x7e3e 036073 call queue_full 
+0x7e3f 036074 rtn blank 
+0x7e40 036075 fetch 2 ,mem_queue_ptr 
+0x7e41 036076 add pdata ,queue_offset_curr_num ,regb 
+0x7e42 036077 ifetcht 1 ,regb 
+0x7e43 036078 increase 1 ,temp 
+0x7e44 036079 istoret 1 ,regb 
+0x7e45 036081 ifetcht 1 ,pdata 
+0x7e46 036082 copy temp ,loopcnt 
+0x7e47 036083 add pdata ,queue_offset_write_ptr ,regb 
+0x7e48 036084 ifetch 1 ,regb 
+0x7e49 036085 imul32 temp ,pdata 
+0x7e4a 036086 iadd contr ,contw 
+0x7e4b 036087 copy rega ,contr 
+:      036088 calc_queue_next_ptr:
+0x7e4c 036089 call memcpy 
+0x7e4d 036090 call queue_get_size 
+0x7e4e 036091 pincrease -1 
+0x7e4f 036092 ifetcht 1 ,regb 
+0x7e50 036093 increase 1 ,temp 
+0x7e51 036094 iand temp ,temp 
+0x7e52 036095 istoret 1 ,regb 
+0x7e53 036096 branch enable_user 
+:      036101 queue_pop:
+0x7e54 036102 call disable_user 
+0x7e55 036103 call queue_empty 
+0x7e56 036104 rtn blank 
+0x7e57 036105 fetch 2 ,mem_queue_ptr 
+0x7e58 036106 add pdata ,queue_offset_curr_num ,regb 
+0x7e59 036107 ifetcht 1 ,regb 
+0x7e5a 036108 increase -1 ,temp 
+0x7e5b 036109 istoret 1 ,regb 
+0x7e5c 036110 ifetcht 1 ,pdata 
+0x7e5d 036111 copy temp ,loopcnt 
+0x7e5e 036112 add pdata ,queue_offset_read_ptr ,regb 
+0x7e5f 036113 ifetch 1 ,regb 
+0x7e60 036114 imul32 temp ,pdata 
+0x7e61 036115 iadd contr ,contr 
+0x7e62 036116 increase 1 ,contr 
+0x7e63 036117 copy rega ,contw 
+0x7e64 036118 branch calc_queue_next_ptr 
+:      036122 queue_empty:
+0x7e65 036123 fetch 2 ,mem_queue_ptr 
+0x7e66 036124 add pdata ,queue_offset_curr_num ,contr 
+0x7e67 036125 ifetch 1 ,contr 
+0x7e68 036126 rtn 
+:      036129 queue_full:
+0x7e69 036130 call queue_get_size 
+0x7e6a 036131 ifetcht 1 ,contr 
+0x7e6b 036132 isub temp ,pdata 
+0x7e6c 036133 rtn 
+:      036136 queue_get_size:
+0x7e6d 036137 fetch 2 ,mem_queue_ptr 
+0x7e6e 036138 add pdata ,queue_offset_length ,contr 
+0x7e6f 036139 ifetch 1 ,contr 
+0x7e70 036140 rtn 
+:      036148 right_shift_n:
+0x7e71 036149 sub loopcnt ,0 ,null 
+0x7e72 036150 rtn zero 
+:      036151 right_shift_n_loop:
+0x7e73 036152 rshift pdata ,pdata 
+0x7e74 036153 loop right_shift_n_loop 
+0x7e75 036154 rtn 
+:      036157 left_shift_n:
+0x7e76 036158 force 1 ,pdata 
+0x7e77 036159 sub loopcnt ,0 ,null 
+0x7e78 036160 rtn zero 
+:      036161 left_shift_n_loop:
+0x7e79 036162 lshift pdata ,pdata 
+0x7e7a 036163 loop left_shift_n_loop 
+0x7e7b 036164 rtn 
+:      036165 push_stack:
+0x7e7c 036166 deposit contw 
+0x7e7d 036167 store 2 ,mem_contw 
+0x7e7e 036168 storet 8 ,mem_temp 
+0x7e7f 036169 deposit timeup 
+0x7e80 036170 store 4 ,mem_timeup 
+0x7e81 036171 call push_stack_rega_b_c 
+0x7e82 036172 deposit contr 
+0x7e83 036173 store 2 ,mem_contr 
+0x7e84 036174 rtn 
+:      036176 push_stack_rega_b_c:
+0x7e85 036177 deposit rega 
+0x7e86 036178 store 4 ,mem_rega 
+0x7e87 036179 deposit regb 
+0x7e88 036180 store 4 ,mem_regb 
+0x7e89 036181 deposit regc 
+0x7e8a 036182 store 3 ,mem_regc 
+0x7e8b 036183 rtn 
+:      036185 pop_stack:
+0x7e8c 036186 fetcht 8 ,mem_temp 
+0x7e8d 036187 fetch 4 ,mem_timeup 
+0x7e8e 036188 iforce timeup 
+0x7e8f 036189 call pop_stack_rega_b_c 
+0x7e90 036190 fetch 2 ,mem_contw 
+0x7e91 036191 iforce contw 
+0x7e92 036192 fetch 2 ,mem_contr 
+0x7e93 036193 iforce contr 
+0x7e94 036194 rtn 
+:      036196 pop_stack_rega_b_c:
+0x7e95 036197 fetch 4 ,mem_rega 
+0x7e96 036198 iforce rega 
+0x7e97 036199 fetch 4 ,mem_regb 
+0x7e98 036200 iforce regb 
+0x7e99 036201 fetch 3 ,mem_regc 
+0x7e9a 036202 iforce regc 
+0x7e9b 036203 rtn 
+:      036205 get_contw:
+0x7e9c 036206 fetch 2 ,mem_contw 
+0x7e9d 036207 copy pdata ,contw 
+0x7e9e 036208 rtn 
+:      036209 get_contr:
+0x7e9f 036210 fetch 2 ,mem_contr 
+0x7ea0 036211 copy pdata ,contr 
+0x7ea1 036212 rtn 
+:      036213 store_contw:
+0x7ea2 036214 copy contw ,pdata 
+0x7ea3 036215 store 2 ,mem_contw 
+0x7ea4 036216 rtn 
+:      036217 store_contr:
+0x7ea5 036218 copy contr ,pdata 
+0x7ea6 036219 store 2 ,mem_contr 
+0x7ea7 036220 rtn 
+:      036224 save_cont_pointers:
+0x7ea8 036225 copy contw ,pdata 
+0x7ea9 036226 store 2 ,mem_hold_contw 
+0x7eaa 036227 copy contr ,pdata 
+0x7eab 036228 store 2 ,mem_hold_contr 
+0x7eac 036229 rtn 
+:      036230 load_cont_pointers:
+0x7ead 036231 fetch 2 ,mem_hold_contw 
+0x7eae 036232 copy pdata ,contw 
+0x7eaf 036233 fetch 2 ,mem_hold_contr 
+0x7eb0 036234 copy pdata ,contr 
+0x7eb1 036235 rtn 
+:      036237 memcpy96:
+0x7eb2 036238 call memcpy32 
+:      036239 memcpy64:
+0x7eb3 036240 call memcpy32 
+0x7eb4 036241 branch memcpy32 
+:      036242 memcpy12:
+0x7eb5 036243 call memcpy8 
+:      036244 memcpy4:
+0x7eb6 036245 ifetch 4 ,contr 
+0x7eb7 036246 istore 4 ,contw 
+0x7eb8 036247 rtn 
+:      036248 memcpy8:
+0x7eb9 036249 ifetch 8 ,contr 
+0x7eba 036250 istore 8 ,contw 
+0x7ebb 036251 rtn 
+:      036253 memcpy48:
+0x7ebc 036254 call memcpy16 
+:      036255 memcpy32:
+0x7ebd 036256 call memcpy8 
+:      036257 memcpy24:
+0x7ebe 036258 call memcpy8 
+:      036259 memcpy16:
+0x7ebf 036260 call memcpy8 
+0x7ec0 036261 branch memcpy8 
+:      036265 delay_10ms:
+0x7ec1 036266 arg 10 ,loopcnt 
+:      036267 delay_ms_wait:
+0x7ec2 036268 nop 12000 
+0x7ec3 036269 loop delay_ms_wait 
+0x7ec4 036270 rtn 
+:      036272 bn_zero:
+0x7ec5 036273 force 3 ,loopcnt 
+:      036274 memset0:
+0x7ec6 036275 force 0 ,pdata 
+:      036276 memset8:
+0x7ec7 036277 istore 8 ,contw 
+0x7ec8 036278 loop memset8 
+0x7ec9 036279 rtn 
+:      036281 memset0_8:
+0x7eca 036282 force 0 ,pdata 
+0x7ecb 036283 istore 8 ,contw 
+0x7ecc 036284 rtn 
+:      036285 memset0_4:
+0x7ecd 036286 force 0 ,pdata 
+0x7ece 036287 istore 4 ,contw 
+0x7ecf 036288 rtn 
+:      036290 clear_mem_256:
+0x7ed0 036291 force 4 ,loopcnt 
+0x7ed1 036292 branch memset0 
+:      036293 clear_mem_512:
+0x7ed2 036294 force 8 ,loopcnt 
+0x7ed3 036295 branch memset0 
+:      036297 clear_mem:
+0x7ed4 036298 deposit loopcnt 
+0x7ed5 036299 rtn blank 
+0x7ed6 036300 setarg 0 
+:      036301 clear_mem_loop:
+0x7ed7 036302 istore 1 ,contw 
+0x7ed8 036303 loop clear_mem_loop 
+0x7ed9 036304 rtn 
+:      036307 clear_temp_block:
+0x7eda 036308 arg 32 ,loopcnt 
+0x7edb 036309 arg mem_temp_block0 ,contw 
+0x7edc 036310 branch clear_mem 
+:      036312 xor_loop:
+0x7edd 036313 ifetch 4 ,regc 
+0x7ede 036314 ifetcht 4 ,rega 
+0x7edf 036315 ixor temp ,pdata 
+0x7ee0 036316 istore 4 ,contw 
+0x7ee1 036317 increase 4 ,rega 
+0x7ee2 036318 increase 4 ,regc 
+0x7ee3 036319 loop xor_loop 
+0x7ee4 036320 rtn 
+:      036324 inverse_data:
+0x7ee5 036325 bpatchx patch3f_3 ,mem_patch3f 
+0x7ee6 036326 copy loopcnt ,pdata 
+0x7ee7 036327 sub pdata ,1 ,null 
+0x7ee8 036328 rtn positive 
+0x7ee9 036329 iadd rega ,regb 
+0x7eea 036330 increase -1 ,regb 
+0x7eeb 036331 rshift loopcnt ,loopcnt 
+:      036332 inverse_loop:
+0x7eec 036333 ifetcht 1 ,rega 
+0x7eed 036334 ifetch 1 ,regb 
+0x7eee 036335 istore 1 ,rega 
+0x7eef 036336 istoret 1 ,regb 
+0x7ef0 036337 increase -1 ,regb 
+0x7ef1 036338 increase 1 ,rega 
+0x7ef2 036339 loop inverse_loop 
+0x7ef3 036340 rtn 
+:      036343 memcpy_fast:
+0x7ef4 036344 deposit loopcnt 
+0x7ef5 036345 rtn blank 
+:      036346 memcpy_fast_loop:
+0x7ef6 036347 increase -8 ,loopcnt 
+0x7ef7 036348 call memcpy8 ,positive 
+0x7ef8 036349 rtn zero 
+0x7ef9 036350 branch memcpy_fast_loop ,positive 
+0x7efa 036351 increase 8 ,loopcnt 
+:      036352 memcpy_fast_loop_four:
+0x7efb 036353 increase -4 ,loopcnt 
+0x7efc 036354 call memcpy4 ,positive 
+0x7efd 036355 rtn zero 
+0x7efe 036356 branch memcpy_fast_loop_four ,positive 
+0x7eff 036357 increase 4 ,loopcnt 
+0x7f00 036358 branch memcpy 
+:      036360 memcpy:
+0x7f01 036361 deposit loopcnt 
+0x7f02 036362 rtn blank 
+:      036363 memcpy_loop:
+0x7f03 036364 ifetch 1 ,contr 
+0x7f04 036365 istore 1 ,contw 
+0x7f05 036366 loop memcpy_loop 
+0x7f06 036367 rtn 
+:      036369 timer_stop:
+0x7f07 036370 setarg 0 
+:      036371 timer_init:
+0x7f08 036372 rshift clkn_bt ,temp 
+0x7f09 036373 storet 4 ,mem_last_clkn 
+0x7f0a 036374 arg mem_timers ,contw 
+0x7f0b 036375 iforce temp 
+0x7f0c 036376 lshift queue ,pdata 
+0x7f0d 036377 iadd contw ,contw 
+0x7f0e 036378 istoret 2 ,contw 
+0x7f0f 036379 bpatchx patch3f_4 ,mem_patch3f 
+0x7f10 036380 rtn 
+:      036382 timer_check_timeout:
+0x7f11 036383 arg 0x800 ,timeup 
+0x7f12 036384 lshift16 timeup ,timeup 
+0x7f13 036385 iadd timeup ,pdata 
+0x7f14 036386 rtn 
+:      036389 timer_reinit:
+0x7f15 036390 arg 0 ,queue 
+:      036391 timer_check:
+0x7f16 036392 bpatchx patch3f_5 ,mem_patch3f 
+0x7f17 036393 fetcht 4 ,mem_last_clkn 
+0x7f18 036394 rshift clkn_bt ,pdata 
+0x7f19 036395 store 4 ,mem_last_clkn 
+0x7f1a 036396 isub temp ,null 
+0x7f1b 036397 ncall timer_check_timeout ,positive 
+0x7f1c 036398 isub temp ,timeup 
+0x7f1d 036399 copy timeup ,temp 
+0x7f1e 036400 arg mem_timers ,contr 
+0x7f1f 036401 copy contr ,contw 
+0x7f20 036402 arg 16 ,loopcnt 
+:      036403 timer_loop:
+0x7f21 036404 ifetch 2 ,contr 
+0x7f22 036405 isub temp ,pdata 
+0x7f23 036406 branch timer_counting ,positive 
+0x7f24 036407 force 0 ,pdata 
+:      036408 timer_counting:
+0x7f25 036409 istore 2 ,contw 
+0x7f26 036410 loop timer_loop 
+0x7f27 036411 arg mem_timers ,contr 
+0x7f28 036412 lshift queue ,pdata 
+0x7f29 036413 iadd contr ,contr 
+0x7f2a 036414 ifetch 2 ,contr 
+0x7f2b 036415 rtn 
+:      036420 clk_add:
+0x7f2c 036421 iadd temp ,temp 
+0x7f2d 036422 copy temp ,loopcnt 
+0x7f2e 036423 setarg 3750 
+0x7f2f 036424 isub loopcnt ,pdata 
+0x7f30 036425 rtn positive 
+0x7f31 036426 sub pdata ,0 ,pdata 
+0x7f32 036427 rshift16 temp ,temp 
+0x7f33 036428 increase 1 ,temp 
+0x7f34 036429 lshift16 temp ,temp 
+0x7f35 036430 ior temp ,temp 
+0x7f36 036431 rtn 
+:      036433 clk_diff_rt:
+0x7f37 036434 call clk_diff 
+0x7f38 036435 branch clk2rt 
+:      036438 clk_diff:
+0x7f39 036439 disable user 
+0x7f3a 036440 isub temp ,pdata 
+0x7f3b 036441 branch clk_diff_pos ,positive 
+0x7f3c 036442 enable user 
+0x7f3d 036443 sub pdata ,0 ,pdata 
+:      036444 clk_diff_pos:
+0x7f3e 036445 rtnbit0 15 
+0x7f3f 036446 arg -61786 ,temp 
+0x7f40 036447 iadd temp ,pdata 
+0x7f41 036448 set0 64 ,pdata 
+0x7f42 036449 rtn 
+:      036451 clk2rt:
+0x7f43 036452 iforce contr 
+0x7f44 036453 rshift16 pdata ,pdata 
+0x7f45 036454 arg 3750 ,temp 
+0x7f46 036455 imul32 temp ,pdata 
+0x7f47 036456 iadd contr ,pdata 
+0x7f48 036457 rtn 
+:      036460 clk2lpo:
+0x7f49 036461 lshift8 pdata ,pdata 
+0x7f4a 036462 lshift4 pdata ,pdata 
+0x7f4b 036463 fetcht 3 ,mem_clks_per_lpo 
+0x7f4c 036464 idiv temp 
+0x7f4d 036465 call wait_div_end 
+0x7f4e 036466 quotient temp 
+0x7f4f 036467 rtn 
+:      036470 clk2bt:
+0x7f50 036471 arg 3750 ,temp 
+0x7f51 036472 idiv temp 
+0x7f52 036473 call wait_div_end 
+0x7f53 036474 quotient pdata 
+0x7f54 036475 lshift16 pdata ,pdata 
+0x7f55 036476 remainder temp 
+0x7f56 036477 ior temp ,temp 
+0x7f57 036478 rtn 
+:      036485 string2dec_from_uart:
+0x7f58 036486 arg 0 ,temp 
+:      036487 string2dec_from_uart_done:
+0x7f59 036488 copy temp ,regc 
+0x7f5a 036489 ifetch 1 ,contru 
+0x7f5b 036490 call uchar2dialog 
+0x7f5c 036491 copy regc ,temp 
+0x7f5d 036492 call swap 
+0x7f5e 036493 arg 10 ,regb 
+0x7f5f 036494 imul32 regb ,pdata 
+0x7f60 036495 iadd temp ,pdata 
+0x7f61 036496 copy pdata ,temp 
+0x7f62 036497 loop string2dec_from_uart_done 
+0x7f63 036498 rtn 
+:      036502 uchar2dialog:
+0x7f64 036503 arg 0x3a ,temp 
+0x7f65 036504 isub temp ,null 
+0x7f66 036505 nbranch uchar2dialog_number ,positive 
+0x7f67 036506 arg 0x61 ,temp 
+0x7f68 036507 isub temp ,null 
+0x7f69 036508 branch uchar2dialog_a2f ,positive 
+0x7f6a 036509 arg 0x37 ,temp 
+0x7f6b 036510 isub temp ,pdata 
+0x7f6c 036511 rtn 
+:      036512 uchar2dialog_number:
+0x7f6d 036513 arg 0x30 ,temp 
+0x7f6e 036514 isub temp ,pdata 
+0x7f6f 036515 rtn 
+:      036516 uchar2dialog_a2f:
+0x7f70 036517 arg 0x57 ,temp 
+0x7f71 036518 isub temp ,pdata 
+0x7f72 036519 rtn 
+:      036521 pn9:
+0x7f73 036522 copy temp ,alarm 
+0x7f74 036523 setarg 0x1ff 
+0x7f75 036524 force 0 ,regb 
+:      036525 pn9_loop:
+0x7f76 036526 rshift3 pdata ,rega 
+0x7f77 036527 rshift rega ,rega 
+0x7f78 036528 ixor rega ,rega 
+0x7f79 036529 isolate1 0 ,rega 
+0x7f7a 036530 setflag true ,9 ,pdata 
+0x7f7b 036531 rshift temp ,temp 
+0x7f7c 036532 isolate1 0 ,pdata 
+0x7f7d 036533 setflag true ,7 ,temp 
+0x7f7e 036534 rshift pdata ,pdata 
+0x7f7f 036535 increase 1 ,regb 
+0x7f80 036536 compare 0 ,regb ,0x7 
+0x7f81 036537 nbranch pn9_loop ,true 
+0x7f82 036538 istoret 1 ,contw 
+0x7f83 036539 loop pn9_loop 
+0x7f84 036540 copy alarm ,temp 
+0x7f85 036541 rtn 
+:      036544 wait_div_end:
+0x7f86 036545 rtn modone 
+0x7f87 036546 branch wait_div_end 
+:      036556 compare_loop:
+:      036557 string_compare:
+0x7f88 036558 ifetch 1 ,rega 
+0x7f89 036559 ifetcht 1 ,regb 
+0x7f8a 036560 isub temp ,null 
+0x7f8b 036561 nrtn zero 
+0x7f8c 036562 increase 1 ,rega 
+0x7f8d 036563 increase 1 ,regb 
+0x7f8e 036564 loop string_compare 
+0x7f8f 036565 force 0 ,null 
+0x7f90 036566 rtn 
+:      036569 ceiling:
+0x7f91 036570 isub temp ,null 
+0x7f92 036571 nrtn positive 
+0x7f93 036572 deposit temp 
+0x7f94 036573 rtn 
+:      036575 swap:
+0x7f95 036576 iadd temp ,pdata 
+0x7f96 036577 isub temp ,temp 
+0x7f97 036578 isub temp ,pdata 
+0x7f98 036579 rtn 
+:      036581 clean_mem:
+0x7f99 036582 arg 0x200 ,loopcnt 
+0x7f9a 036583 arg 0x4000 ,contw 
+0x7f9b 036584 branch memset0 
+:      036587 callback_func:
+0x7f9c 036588 rtn blank 
+0x7f9d 036589 copy pdata ,pc 
+:      036592 wait_uarttx:
+0x7f9e 036593 hfetch 2 ,core_uart_txitems 
+0x7f9f 036594 nbranch wait_uarttx ,blank 
+0x7fa0 036595 rtn 
+:      036597 ice_break:
+0x7fa1 036598 jam 0x1 ,core_ice_ctrl 
+0x7fa2 036599 rtn 
+:      036601 ice_setbp:
+0x7fa3 036602 hstore 2 ,core_ice_break0 
+0x7fa4 036603 hfetch 1 ,core_ice_ctrl 
+0x7fa5 036604 set1 4 ,pdata 
+0x7fa6 036605 hstore 1 ,core_ice_ctrl 
+0x7fa7 036606 rtn 
+:      036607 ice_setbp2:
+0x7fa8 036608 hstore 2 ,core_ice_break1 
+0x7fa9 036609 hfetch 1 ,core_ice_ctrl 
+0x7faa 036610 set1 6 ,pdata 
+0x7fab 036611 hstore 1 ,core_ice_ctrl 
+0x7fac 036612 rtn 
+:      036614 ice_set_write_bp:
+0x7fad 036615 hstore 2 ,core_ice_break0 
+0x7fae 036616 jam 0x30 ,core_ice_ctrl 
+0x7faf 036617 rtn 
+:      036621 test_enable_white:
+0x7fb0 036622 hfetch 1 ,core_config 
+0x7fb1 036623 set0 whiteoff_bit ,pdata 
+0x7fb2 036624 hstore 1 ,core_config 
+0x7fb3 036625 rtn 
+:      036627 check_uart_tx_buff:
+0x7fb4 036628 hfetch 2 ,core_uart_txitems 
+0x7fb5 036629 arg uart_air_control_threshold ,temp 
+:      036630 pdata_sub_temp:
+0x7fb6 036631 isub temp ,null 
+0x7fb7 036632 rtn 
+:      036638 fifo_in:
+0x7fb8 036639 bpatchx patch3f_6 ,mem_patch3f 
+0x7fb9 036640 ifetcht util_fifo_len ,rega 
+0x7fba 036641 and temp ,0xff ,pdata 
+0x7fbb 036642 nbranch fifo_in_push ,blank 
+0x7fbc 036643 rshift8 temp ,pdata 
+0x7fbd 036644 istore util_fifo_len ,rega 
+:      036645 fifo_in_push:
+0x7fbe 036646 increase util_fifo_len + util_fifo_offset ,rega 
+0x7fbf 036647 ifetch 1 ,rega 
+0x7fc0 036648 nbranch assert ,blank 
+0x7fc1 036649 fetch 1 ,mem_fifo_temp 
+0x7fc2 036650 istore 1 ,rega 
+0x7fc3 036651 rtn 
+:      036656 fifo_out:
+0x7fc4 036657 bpatchx patch3f_7 ,mem_patch3f 
+0x7fc5 036658 arg util_fifo_len ,loopcnt 
+0x7fc6 036659 ifetch util_fifo_len ,rega 
+0x7fc7 036660 rtn blank 
+:      036661 fifo_out_loop:
+0x7fc8 036662 ifetch 1 ,rega 
+0x7fc9 036663 nbranch fifo_out_end ,blank 
+0x7fca 036664 increase 1 ,rega 
+0x7fcb 036665 loop fifo_out_loop 
+0x7fcc 036666 branch assert 
+:      036667 fifo_out_end:
+0x7fcd 036668 arg 0 ,temp 
+0x7fce 036669 istoret 1 ,rega 
+0x7fcf 036670 rtn 
+:      036675 fifo_is_empty:
+0x7fd0 036676 ifetch util_fifo_len ,rega 
+0x7fd1 036677 rtn 
+:      036682 fifo_is_full:
+0x7fd2 036683 ifetch 1 ,rega 
+0x7fd3 036684 rtn 
+:      036687 fifo_is_near_full:
+0x7fd4 036688 ifetch 2 ,rega 
+0x7fd5 036689 rtn 
+:      036693 fifo_content_count:
+0x7fd6 036694 arg 0 ,temp 
+:      036695 fifo_content_count_loop:
+0x7fd7 036696 fetch 1 ,contr 
+0x7fd8 036697 loop fifo_content_count_loop ,blank 
+0x7fd9 036698 increase 1 ,temp 
+0x7fda 036699 loop fifo_content_count_loop 
+0x7fdb 036700 copy temp ,pdata 
+0x7fdc 036701 rtn 
+:      036703 not_greater_than:
+0x7fdd 036704 isub temp ,null 
+0x7fde 036705 nrtn positive 
+0x7fdf 036706 copy temp ,pdata 
+0x7fe0 036707 rtn 
+:      036710 disable_positive:
+0x7fe1 036711 force -1 ,null 
+0x7fe2 036712 rtn 
+:      036713 enable_positive:
+:      036714 disable_zero:
+0x7fe3 036715 force 1 ,null 
+0x7fe4 036716 rtn 
+:      036717 enable_zero:
+0x7fe5 036718 force 0 ,null 
+0x7fe6 036719 rtn 
+:      036721 enable_user:
+0x7fe7 036722 enable user 
+0x7fe8 036723 rtn 
+:      036725 disable_user:
+0x7fe9 036726 disable user 
+0x7fea 036727 rtn 
+:      036729 enable_user2:
+0x7feb 036730 enable user2 
+0x7fec 036731 rtn 
+:      036733 disable_user2:
+0x7fed 036734 disable user2 
+0x7fee 036735 rtn 
+:      036737 disable_blank:
+0x7fef 036738 setarg 1 
+0x7ff0 036739 rtn 
+:      036741 enable_blank:
+0x7ff1 036742 setarg 0 
+0x7ff2 036743 rtn 
+:      036746 reverse_byte:
+0x7ff3 036747 copy loopcnt ,pdata 
+0x7ff4 036748 rtn blank 
+0x7ff5 036749 copy contr ,pdata 
+0x7ff6 036750 iadd loopcnt ,pdata 
+0x7ff7 036751 increase -1 ,pdata 
+0x7ff8 036752 copy pdata ,contr 
+:      036753 reverse_loop:
+0x7ff9 036754 ifetch 1 ,contr 
+0x7ffa 036755 increase -2 ,contr 
+0x7ffb 036756 istore 1 ,contw 
+0x7ffc 036757 loop reverse_loop 
+0x7ffd 036758 rtn 
Index: output/bt_program23.meta
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/bt_program23.meta	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/bt_program23.meta	(working copy)
@@ -42,13 +42,14 @@
 org 0x0000		// start from patch ram address start
 //define DONGLE
 define MOUSE
+define G24
 define BLE
 //define CLASSIC_BT
+//define MOUSE_SMOOTHER
 //define ADC_ENABLE
+define G24_NEW_RF_HOP
 //define P24G_LOG
 //define RF_DEBUG
-//define TESTDATA
-//define MOUSE_SMOOTHER
 define BLE_FAST_CONN_ENABLE
 
 //define DEBUGLOG
@@ -62,7 +63,7 @@
 //define DEBUGLOG_CONN_SM
 //define DEBUGLOG_UPPER_SM
 
-	bbit1 8,pf_patch_ext	
+	bbit1 8,pf_patch_ext
 	beq patch00_1,p_soft_reset_1
 	beq patch10_5,p_shutdown_radio
 	beq patch11_1,p_set_freq_tx
@@ -92,6 +93,7 @@
 	beq patch3f_2,p_check_51cmd_once_continue
 	beq patch31_4,p_twspi_reset
 	branch loop
+	
 
 p_rssi_signal:
 	copy pdata,rega
@@ -105,6 +107,34 @@
 	storet 1,mem_rssi_signal_index
 	rtn
 
+//p_soft_reset_0:
+//	call p_mouse_select_device_button_wakeup_check	//hibernate wakeup need 190ms
+//	branch soft_reset+1
+
+//p_mouse_select_device_button_wakeup_check:
+//	jam 0,mem_mouse_select_device_button_wakeup_flag
+//	call p_mouse_pb_button_check
+//	rtn true
+//	call delay_10ms
+//	call p_mouse_pb_button_check
+//	rtn 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
+//	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
+//	call p_mouse_switch_device_flag
+	
+//	branch p_mouse_store_device_number2eeprom	
+
 p_soft_reset_1:
 	arg mem_sp_state,contw
 	arg 12,loopcnt
@@ -125,11 +155,15 @@
 
 p_lpm_check_wake_lock:
 	rtnmark1 mark_24g
+	fetch 1,mem_mouse_multi_led_state
+	nbranch disable_blank,blank
+	fetch 1,mem_mouse_multi_led_on_timer
+	nbranch disable_blank,blank
 	fetch 1,mem_mouse_clear_sensor_data_flag
-	beq 0,disable_blank
+	branch disable_blank,blank
 	fetch 1,mem_mouse_le_conn_param_reject
 	beq LE_LPM_DISABLE,disable_blank
-	fetch 2,mem_sdp_remote_cid
+	fetch 1,mem_mouse_wheel_trigger
 	nbranch disable_blank,blank
 	branch enable_blank
 
@@ -140,39 +174,34 @@
 p_g24_transmit_process:
 	call p_g24_txdata_prep
 	nbranch p_g24_nodata_transmit,user
-	jam with_ack_24g,mem_24g_no_ack	//tx ack
 	call p_g24_rf_sta_check
 p_g24_transmit_start:
 	call p_g24_transmit_packet
 	fetch 1,mem_24g_pairing_sm
 	rtnne STATE_24G_PAIRING_SUCCESS
-	call power_ctrl_start
-	fetch 1,mem_24g_no_ack
-	beq no_ack_24g,p_g24_long_sleep
+	jam TX_POWER_5DB,mem_tx_power
 	call g24_long_sleep_shorter_param_update
-	fetch 1,mem_24g_transmit_by_interrupt
-	rtneq G24_TX_TIMER_INT_ENABLE
 	fetch 1,mem_mouse_multi_led_state
 	beq ON,p_g24_transmit_by_interrupt_enable
-p_g24_short_sleep:
+p_g24_short_sleep:	
 	call p_g24_lpm_wait
 	nrtn user
 	call p_clear_wake
-	setarg 60000	//58000
+	setarg 60500
 	branch lpm_dispatch_sleep
 
 g24_long_sleep_shorter_param_update:
-	fetch 1,mem_config_function_enable
-	rtnbit1 ENABLE_SENSOR_MOTION_PIN
+//	fetch 1,mem_config_function_enable
+//	rtnbit1 ENABLE_SENSOR_MOTION_PIN
 	setarg G24_LONG_SLEEP_STEP1
 	store 3,mem_24g_enter_hibernate
-	jam 30,mem_24g_long_sleep_param_update_timer
+	jam 20,mem_24g_long_sleep_param_update_timer
 	rtn
-
+	
 p_g24_transmit_by_interrupt:
 	call p_g24_timer_check
 	nrtn user
-	call p_g24_interval_calibrate	
+	call p_g24_interval_calibrate
 	fetch 1,mem_24g_transmit_by_interrupt_exit_count
 	increase 1,pdata
 	store 1,mem_24g_transmit_by_interrupt_exit_count
@@ -185,12 +214,12 @@
 p_g24_interval_min:
 	jam 0,mem_24g_pac_index
 	fetch 1,mem_24g_interval_min
+p_g24_current_interval_store:
 	store 1,mem_24g_interval
 	rtn
 p_g24_interval_max:
 	fetch 1,mem_24g_interval_max
-	store 1,mem_24g_interval
-	rtn	
+	branch p_g24_current_interval_store
 p_g24_interval_calibrate:
 	fetch 1,mem_24g_pac_index
 	increase 1,pdata
@@ -202,14 +231,11 @@
 p_g24_nodata_transmit:
 	fetch 1,mem_24g_abort_pac
 	call p_g24_send_abort_packet,blank
-	call p_g24_search_dongle
-	fetch 1,mem_24g_no_ack
-	rtneq no_ack_24g
 	fetch 1,mem_mouse_multi_led_blink_count
 	nrtn blank
 	fetch 1,mem_mouse_multi_led_state
 	rtneq ON
-p_g24_long_sleep:	
+p_g24_long_sleep:
 	call p_g24_lpm_wait
 	nrtn user
 	fetch 3,mem_24g_enter_hibernate
@@ -228,7 +254,28 @@
 	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_lpm_before:	
+	call mouse_lpm_before_common
+	hfetch 4,core_gpio_oe0
+	hfetcht 4,core_gpio_pu0
+	ior temp,temp
+	invert temp,temp
+	hstoret 4,core_gpio_pd0
+p_set_ice_gpio:
+	fetcht 1,mem_mouse_bt_led_gpio
+	call gpio_config_input
+	fetcht 1,mem_mouse_bt_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
+	rtn blank
+	branch p_mouse_seting_dpi_diff// make sdio high to make 100uA less	
 
 p_g24_send_abort_packet:
 	jam 1,mem_24g_abort_pac
@@ -243,278 +290,951 @@
 	fetch 1,mem_24g_data_type
 	set1 bit_abort,pdata
 	store 1,mem_24g_data_type
-	call p_g24_transmit_prep
 	call p_g24_txdata_enable_tx
 	branch p_g24_transmit_start
 
-p_g24_search_dongle:
-	fetch 1,mem_24g_abort_pac
-	rtn blank	
-	jam no_ack_24g,mem_24g_no_ack	//tx noack
-	call p_g24_ch
-	branch p_g24_send_abort_packet+1
+//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_mouse_before_lpm:
-	rtnmark1 mark_24g
-	call p_mouse_le_txbuff_save
-	call p_mouse_setgpio_lpm
-	fetch 1,mem_context
-	bbit0 state_inconn,p_clear_wake
-	fetch 1,mem_lpm_current_mult
-	nrtn blank
-p_clear_wake:
-	setarg 0
-	store 8,mem_gpio_wakeup_low
+p_g24_transmit_rf_sta_init:
+	jam 1,mem_24g_rf_last_sta
+	jam 0,mem_24g_sync_cnt
+p_g24_transmit_rf_ctrl_clear:	
+	fetch 1,mem_24g_data_type
+	and_into bits_data,pdata
+	store 1,mem_24g_data_type
 	rtn
+	
+p_g24_hop_ch_enable:
+	fetch 1,mem_24g_data_type
+	set1 bit_hop,pdata
+	store 1,mem_24g_data_type
+	//update txpayload
+	store 1,mem_24g_txpayload
+	rtn
+p_g24_hop_ch_disable:
+	fetch 1,mem_24g_data_type
+	set0 bit_hop,pdata
+	store 1,mem_24g_data_type
+	rtn	
 
-p_mouse_setgpio_lpm:
-	call p_mouse_set_sdio_high
-	call p_clear_wake
-p_mouse_setgpio_lpm_before:
-	call mouse_lpm_before_common
-	hfetch 4,core_gpio_oe0
-	hfetcht 4,core_gpio_pu0
-	ior temp,temp
-	invert temp,temp
-	hstoret 4,core_gpio_pd0
-p_set_ice_gpio:
-	arg 0x1d,temp
-	call gpio_config_input
-	arg 0x1d,temp
-	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
-	rtn blank
-	branch p_mouse_seting_dpi_sensor_type	// make sdio high to make 100uA less	
+p_g24_transmit_hop_pac_fail:
+	call power_ctrl_pac_succ_decrs
+	fetch 1,mem_24g_rf_work_stage
+	beq 1,p_g24_transmit_hop_pac_fail_wo_hop
+	beq 2,p_g24_transmit_hop_pac_fail_hop_stage2
+	rtn
+p_g24_transmit_hop_pac_fail_wo_hop:
+	jam 2,mem_24g_sync_cnt
+p_g24_transmit_hop_pac_fail_stage1:	
+	jam 0,mem_24g_hop_pac_retry
+	jam 0,mem_24g_rf_last_sta
+	branch p_g24_transmit_rf_ctrl_clear
 
-p_mouse_le_txbuff_save:
-	arg mem_le_tx_buffer0,contr
-	arg mem_le_tx_buffer0_omemalloc,contw
-	call p_mouse_le_txbuff_copy
-	arg mem_le_tx_buffer1,contr
-	call p_mouse_le_txbuff_copy
-	arg mem_le_tx_buffer2,contr
-	call p_mouse_le_txbuff_copy
-	arg mem_le_tx_buffer3,contr
-p_mouse_le_txbuff_copy:	
-	arg 27,loopcnt
-	branch memcpy
+p_g24_transmit_hop_pac_fail_hop_stage2:
+	jam 0,mem_24g_rf_hop_ch
+	branch p_g24_transmit_hop_pac_fail_stage1
 
-p_mouse_le_txbuff_load:
-	arg mem_le_tx_buffer0_omemalloc,contr
-	arg mem_le_tx_buffer0,contw
-	call p_mouse_le_txbuff_copy
-	arg mem_le_tx_buffer1,contw
-	call p_mouse_le_txbuff_copy
-	arg mem_le_tx_buffer2,contw
-	call p_mouse_le_txbuff_copy
-	arg mem_le_tx_buffer3,contw
-	branch p_mouse_le_txbuff_copy
+	
+p_g24_transmit_pac_fail_hop_stage3:
+	fetch 2,mem_24g_txfail_cnt
+	increase 1,pdata
+	store 2,mem_24g_txfail_cnt
+	bbit1 10,p_g24_tx_attempt_fail	//1024ms * 8
+	fetch 1,mem_24g_rf_hop_ch
+	beq 1,p_g24_rf_hop_fastly
+	jam 1,mem_24g_rf_hop_ch
+p_g24_rf_hop_attemp_again:
+	fetch 1,mem_24g_rf_hop_ch
+	bne 1,p_g24_transmit_rf_ctrl_clear
+p_g24_rf_hop_fastly:
+	fetch 1,mem_24g_hop_fastly_cnt
+	increase 1,pdata
+	store 1,mem_24g_hop_fastly_cnt
+	beq 4,p_g24_rf_hop_fastly_exit
+	call p_g24_ch
+	jam 2,mem_24g_max_retry
+	branch p_g24_transmit_packet
 
-p_device_init:
-	call app_lpm_mult_enable
-	branch p_device_init_common,wake
-//	jam 0x20,core_gpio_pu0
+p_g24_rf_hop_fastly_exit:
+	call power_ctrl_pac_succ_decrs
+	jam 0,mem_24g_hop_fastly_cnt
+	branch p_g24_transmit_rf_ctrl_clear
 
-	call p_mouse_data_init
-	fetch 1,mem_tx_power
-	store 1,mem_tx_power_temp
-	call power_ctrl_pac_succ_cnt_init
-	fetch 1,mem_ui_button_timeout
-	store 1,mem_combination_ui_button_count	//combination key timer init
-	call mouse_bt_discovery_button_down_disable
-p_device_init_common:
-	call p_mouse_init
-	branch enable_authrom
+p_g24_transmit_hop_pac_succ_wo_hop:
+	jam 2,mem_24g_sync_cnt
+p_g24_transmit_hop_pac_succ:
+	jam 1,mem_24g_rf_last_sta
+	jam 0,mem_24g_rf_hop_ch
+	branch p_g24_transmit_rf_ctrl_clear
 
-p_mouse_init:
-	ncall p_mouse_setting_config,wake
-	call p_mouse_spi_init
-	rtn wake
-	call p_mouse_cb_fuction
-	call p_mouse_wakeup_from_power
-p_mouse_check_reconn_target:
-	call p_mouse_tx_power_init
-	fetch 1,mem_xrecord_mode
-	beq REC_4_MODE,p_mouse4_0_check_reconn_target
+p_g24_transmit_succ_rf_config:
+	fetch 1,mem_24g_rf_work_stage
+	beq 3,p_g24_transmit_hop_pac_succ
+	fetch 1,mem_24g_data_type
+	isolate0 bit_hop,pdata
+	branch p_g24_transmit_rf_sta_init,true
+	fetch 1,mem_24g_rf_work_stage
+	beq 1,p_g24_transmit_hop_pac_succ_wo_hop
+	beq 2,p_g24_transmit_hop_pac_succ
 	rtn
 
-p_mouse_tx_power_init:
-	fetch 1,mem_tx_power_temp
-	store 1,mem_tx_power
+p_g24_rf_sta_check:
+	fetch 1,mem_24g_pairing_sm
+	rtnne STATE_24G_PAIRING_SUCCESS
+	call p_g24_rf_laststa_synccnt_check
+	ncall p_g24_rf_sync_cnt_check,user2
 	rtn
 
+p_g24_rf_laststa_synccnt_check:
+	disable user2
+	fetch 1,mem_24g_rf_last_sta
+	rtnne 1
+	fetch 1,mem_24g_sync_cnt
+	rtnne 0
+	jam 1,mem_24g_rf_work_stage
+	jam 4,mem_24g_max_retry
+	branch enable_user2
 
+p_g24_rf_sync_cnt_check:
+	fetch 1,mem_24g_sync_cnt
+	branch p_g24_rf_hop_attemp,blank
+	increase -1,pdata
+	store 1,mem_24g_sync_cnt
+	jam 2,mem_24g_rf_work_stage
+	jam 4,mem_24g_max_retry
+	branch p_g24_ch
 
-p_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 p_mouse4_0_check_reconn_target_next,zero
-	setarg 0x0258								//ble fast conn time 1min
-p_mouse4_0_check_reconn_target_next:
-	store 2,mem_mouse_direct_timer
-	call app_lpm_mult_disable
-	call p_le_check_adv_flag
-	setarg ADV_FLAG_BREDR_NOT_SUPPORTED
-	istore 1,contr
+p_g24_rf_hop_attemp:
+	jam 3,mem_24g_rf_work_stage
+	fetch 1,mem_24g_rf_hop_ch
+	nbranch p_g24_rf_hop_attemp_again,blank
+	jam 2,mem_24g_max_retry
+	branch p_g24_ch
 
-	arg mem_le_scan_data,contr
-	call p_le_adv_data_update
-	
-	branch check_51cmd_adv
+p_g24_txdata_prep:
+	fetch 1,mem_24g_pairing_sm
+	bne STATE_24G_PAIRING_SUCCESS,p_g24_pairing_sm	
+p_g24_txdata_prep_packeage_data:
+	call p_g24_package_data
+p_g24_txdata_enable_tx:	
+	call p_g24_transmit_prep
+	jam ENSURE_ON_24G,mem_24g_ensure
+	rtn
 
-p_le_check_adv_flag:
-	arg mem_le_adv_data,rega
-p_le_check_adv_flag_loop:
-	ifetch 1,rega	//length
+p_g24_package_data:
+	fetch 2,mem_cb_24g_data
+	call callback_func
+	branch p_g24_accumulate_mouse_data,user
+	fetch 7,mem_24g_txbuf+1	//mouse data
 	rtn blank
-	iadd contr,rega
-	ifetch 1,contr	//type
-	rtneq 0x01
-	branch p_le_check_adv_flag_loop
+	branch enable_user	// retransmit
+p_g24_accumulate_mouse_data:
+	call p_mouse_data_xy_release
+	jam 0,mem_24g_abort_pac
+	add rega,1,pdata
+	store 1,mem_24g_datalen
+	call p_g24_transmit_rf_ctrl_clear
+	store 1,mem_24g_txbuf
+	ifetcht 1,contw
+	ifetch 1,regb
+	ior temp,pdata
+	istore 1,contw	//key
+	increase 1,regb
+	ifetch 4,regb
+	istore 4,contw	//x,y
+	increase 4,regb
+	arg mem_24g_txbuf+6,contw
+	arg 2,loopcnt
+p_g24_accumulation_loop:
+	ifetch 1,regb
+	ifetcht 1,contw	//wheel,twheel
+	iadd temp,pdata
+	istore 1,contw
+	increase 1,regb
+	loop p_g24_accumulation_loop
+	rtn
 
-p_mouse_24g_pairing_button:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	rtnbit0 MOUSE_ENABLE_24G
-	rtnbit1 MOSUE_24G_PAIRING_FLAG
-	rtnmark1 mark_24g
-//	call mouse_devce_led_off
-	arg MOSUE_24G_PAIRING_FLAG,queue
-	call mouse_enable_function_flag
+p_g24_transmit_packet:
+	jam 0,mem_24g_retry
+	fetch 1,mem_retry_count
+	increase 1,pdata
+	store 1,mem_retry_count
+p_g24_transmit_loop:
+	arg param_rx_setup,timeup
+	until clkn_rt,meet
+	call p_g24_transmit_receive_ack
+//	fetch 1,mem_24g_no_ack	//tx noack
+//	rtneq no_ack_24g
+	nbranch p_g24_retransmit,sync
+	nbranch p_g24_retransmit,user3
+	call p_g24_txbuf_clear
+	call p_g24_ackpayload_parse
+	call power_ctrl_pac_succ_incrs
+p_g24_transmit_next_packet:
+	jam 0,mem_retry_count
+	fetch 1,mem_24g_pid
+	increase 1,pdata
+	store 1,mem_24g_pid
+	fetch 1,mem_24g_pairing_sm
+	bne STATE_24G_PAIRING_SUCCESS,p_g24_paring_mode_start
+	call p_g24_transmit_succ_rf_config
+p_g24_transmit_abandon:
 	setarg 0
-	store 2,mem_mouse_direct_timer
-	store 1,mem_mouse_send_blank_timer
-	store 2,mem_24g_check_dongle_times
-	call mouse_stop_discovery
-//	branch p_g24_start_pairing_sm1
-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
+	store 4,mem_24g_ensure
+//	store 1,mem_24g_get_ack_fail
+	store 1,mem_24g_hop_pac_retry
+//	jam ENSURE_OFF_24G,mem_24g_ensure
 	rtn
 
-p_mouse_dpi_config:
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit0 MOUSE_ENABLE_EEPROM,mouse_dpi_config
-	fetch 1,mem_mouse_dpi
-	beq 0xff,p_mouse_dpi_config_default
-	branch p_mouse_seting_dpi
-p_mouse_dpi_config_default:
-	fetch 1,mem_config_sensor_motion
-//	and pdata,0x0f,pdata
-	store 1,mem_mouse_dpi
-	branch p_mouse_seting_dpi
+p_g24_txbuf_clear:
+	arg 4,loopcnt
+	arg mem_24g_txbuf,contw
+	branch memset0
 
-p_mouse_spi_init:
-	jam 0x76,mem_spi_init_clk
-	branch mouse_spi_init
+p_g24_paring_mode_start:
+	call power_ctrl_pac_succ_cnt_init
+	branch p_g24_paring_mode
+
+p_g24_transmit_receive_ack:
+	disable user3
+	call p_g24_transmit
 	
-p_mouse_init_sunt:
-	call p_mouse_spi_init
-	call mouse_spi_sdio_gpio_pollup
-	fetch 1,mem_config_sensor_type
-	beq P3610,mouse_init_3610sensor
-p_mouse_init_sensor:
-	call mouse_read_sensor_id
-	beq P32XX_ID1,p_mouse_init_p32xx_id2_judge
-	beq P3065_ID1,p_mouse_p3065_init_param
-	call mouse_twspi_reset
-	nop 1000
-	branch p_mouse_init_sensor
 
-p_mouse_init_sensor_reset:
-	jam 1,mem_mouse_init_sensor_reset_flag
-	call spi_ncs_enable
-	call p_mouse_init_sunt
-	branch spi_ncs_disable
+//	fetch 1,mem_24g_no_ack
+//	beq no_ack_24g,p_g24_transmit_no_ack	//tx no ack
+	force 0,radio_ctrl
+	fetch 4,mem_24g_addr
+	iforce access
+	fetcht 1,mem_last_freq
+	call set_freq_rx
+	call rf_rx_enable
+	call p_g24_receive_rxon
+	call p_g24_end_of_packet,user3
+	rtn
+p_g24_transmit_no_ack:
+	call p_g24_end_of_packet
+	branch p_g24_transmit_next_packet
 
-p_mouse_init_p32xx_id2_judge:
-	call p_mouse_sensor_poweron
-	fetch 1,mem_sensor_id2
-	beq P8009_ID2,p_mouse_8009_init_param
-	beq P8650_ID2,p_mouse_8650_init_param
-	branch mouse_init_p32xx_id2_judge+1
+p_g24_retransmit:
+	fetch 2,mem_24g_txfail_cnt
+	increase 1,pdata
+	store 2,mem_24g_txfail_cnt
+	fetch 1,mem_24g_txfail_cnt+1
+	bbit1 4,p_g24_stop_g24_mode
+	fetch 1,mem_24g_pairing_sm
+	bne STATE_24G_PAIRING_SUCCESS,p_g24_tx_paring_retry
+	fetch 1,mem_retry_count
+	sub pdata,2,null
+	ncall p_g24_ch,positive
+	fetch 1,mem_24g_retry
+	increase 1,pdata
+	store 1,mem_24g_retry
+	bne 6,p_g24_transmit_loop
+	fetch 1,mem_retry_count
+	sub pdata,2,null
+	call p_g24_ch,positive
+	branch p_g24_transmit_packet
+p_g24_tx_paring_retry:
+	fetch 1,mem_24g_txfail_cnt
+	rtnne 0xff
+p_g24_tx_attempt_fail:
+	setarg 0
+	store 2,mem_24g_txfail_cnt
+p_g24_stop_g24_mode:
+	jam BT_EVT_24G_ATTEMPT_FAIL,mem_fifo_temp
+	branch ui_ipc_send_event
 
-p_mouse_8009_init_param:
-	setarg 0x16
-	call twspi_read
-	sub pdata,0xbd,null 
-	nbranch p_mouse_init_sensor,zero
-	setarg 0x19
-	call twspi_read
-	sub pdata,0x55,null 
-	nbranch p_mouse_init_sensor,zero
-	setarg 0x1b
-	call twspi_read
-	sub pdata,0x1d,null 
-	nbranch p_mouse_init_sensor,zero
-	jam P8009,mem_config_sensor_type
-	call mouse_sensor_disable_wp
-	setarg 0x0206
-	call twspi_write
-	setarg 0x6909
-	call twspi_write
-	setarg 0x280d
-	call twspi_write
-	setarg 0x4f0e
-	call twspi_write
-	setarg 0xba0f
-	call twspi_write
-	branch mouse_sensor_enable_wp
+p_g24_ackpayload_parse:
+	call p_g24_read_len_pid_crc
+	fetch 1,mem_24g_rxdata_length	//ack payload length 
+	rtn blank
+	iforce loopcnt
+	arg mem_24g_rxbuf+2,contr
+	arg mem_24g_rxpayload,contw	//ack payload buffer 
+	branch memcpy
 
-p_mouse_8650_init_param:
-	jam P8650,mem_config_sensor_type
-	rtn
+p_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
 
-p_mouse_p3065_init_param:
-	call p_mouse_sensor_poweron
-	fetch 1,mem_sensor_id2
-	beq P3065_XY_ID2,mouse_p3065xy_init_param
-	jam P3065,mem_config_sensor_type
-	rtn
+p_g24_pairing_sm:
+	fetch 1,mem_24g_ensure
+	beq ENSURE_ON_24G,enable_user
+	fetch 1,mem_24g_pairing_sm
+	beq STATE_24G_PAIRING_1,p_g24_pairing_sm_1
+	beq STATE_24G_PAIRING_2,p_g24_pairing_sm_2
+	beq STATE_24G_PAIRING_3,p_g24_pairing_sm_3
+	branch assert
 
-p_mouse_sensor_poweron:
-	setarg 0x8006	// reset to factory settings
-	call twspi_write
-	nop 12000
-	call p_mouse_dpi_config
-	fetch 1,mem_sensor_id2
-	beq P8009_ID2,p_mouse_8009_init_param
+p_g24_pairing_sm_1:
+	jam STATE_24G_PAIRING_1_WAITING_ACK,mem_24g_pairing_sm
+	jam 0xaa,mem_24g_common_temp
+	branch p_g24_pairing_sm_common
+p_g24_pairing_sm_2:
+	jam STATE_24G_PAIRING_2_WAITING_ACK,mem_24g_pairing_sm
+	jam 0x55,mem_24g_common_temp
+	branch p_g24_pairing_sm_common
+p_g24_pairing_sm_3:
+	jam STATE_24G_PAIRING_3_WAITING_ACK,mem_24g_pairing_sm
+	jam 0x22,mem_24g_common_temp
+p_g24_pairing_sm_common:
+	fetch 1,mem_24g_data_type
+	and_into bits_data,pdata
+	store 1,mem_24g_common_temp+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_common_temp+2
+p_g24_put_pairing_data_in_buff:
+	jam 0,mem_24g_common_temp+6
+	arg mem_24g_common_temp,rega
+	arg 7,temp
+	call p_g24_put_data_in_buff
+	call p_g24_txdata_enable_tx
+	branch enable_user
+
+p_g24_paring_mode:
+	fetch 1,mem_24g_pairing_sm
+	rtneq STATE_24G_PAIRING_SUCCESS
+	beq STATE_24G_PAIRING_1_WAITING_ACK,p_g24_pairing_sm_1_waiting_ack
+	beq STATE_24G_PAIRING_2_WAITING_ACK,p_g24_pairing_sm_2_waiting_ack
+	beq STATE_24G_PAIRING_3_WAITING_ACK,p_g24_pairing_sm_3_waiting_ack
 	rtn
-	
-p_mouse_sensor_powerdown:
-	setarg 0x06
-	call twspi_read
-	or pdata,0x08,pdata
-	lshift8 pdata,pdata
-	add pdata,0x06,pdata
-	branch twspi_write	//make sdio high
 
-p_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_init
-	call mouse_param_init
-	setarg 0
-	store 2,mem_lpm_interval
-	call p_mouse_set_gpio_control_sensor	
+
+p_g24_pairing_sm_1_waiting_ack:
+	jam STATE_24G_PAIRING_2,mem_24g_pairing_sm
+	branch p_g24_transmit_abandon
+p_g24_pairing_sm_2_waiting_ack:
+	jam STATE_24G_PAIRING_3,mem_24g_pairing_sm
+	branch p_g24_transmit_abandon
+p_g24_pairing_sm_3_waiting_ack:
+	jam STATE_24G_PAIRING_SUCCESS,mem_24g_pairing_sm
+	jam BT_EVT_24G_PAIRING_COMPLETE,mem_fifo_temp
+	call ui_ipc_send_event	
+	fetch 4,mem_24g_rxpayload+2
+	call p_g24_update_addr_and_synccrc8
+	branch p_g24_transmit_abandon
+
+p_mouse_connect_24g_mode:
+//	call p_mouse_mode_24g_device_multi_led_on
+p_mouse_start_24g_mode:
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	rtnbit0 MOUSE_ENABLE_24G
+	call p_g24_factory_check
+	branch p_g24_auto_pair_start,user
+p_g24_start_24g_mode:
+	set0 mark_24g,mark
+	call p_g24_ch_syncword_crc8_init
+	fetch 1,mem_24g_pairing_sm
+	rtnne STATE_24G_PAIRING_SUCCESS
+	call p_g24_tx_attemp_data_prep
+p_g24_tx_attemp_dongle:
+	setarg 0
+	store 2,mem_24g_check_dongle_times
+p_g24_tx_attemp_dongle_loop:
+	call lpo_calibration
+	nop 2000
+	fetch 1,mem_24g_check_dongle_times
+	beq 0xff,p_g24_stop_g24_mode
+	call p_g24_transmit_receive_ack
+	nbranch p_g24_attemp_txdata_retry,sync
+	nbranch p_g24_attemp_txdata_retry,user3
+p_g24_tx_attemp_dongle_succ:
+	set1 mark_24g,mark
+	setarg 0
+	store 2,mem_24g_check_dongle_times
+	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
+	call ui_ipc_send_event
+	call p_g24_txbuf_clear
+p_g24_transmit_by_interrupt_enable:
+	jam G24_TX_TIMER_INT_ENABLE,mem_24g_transmit_by_interrupt
+	jam 0,mem_24g_transmit_by_interrupt_exit_count
+	rtn
+
+p_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
+	
+p_g24_attemp_txdata_retry:
+	fetch 2,mem_24g_check_dongle_times
+	increase 1,pdata
+	store 2,mem_24g_check_dongle_times
+	call p_g24_ch
+	branch p_g24_tx_attemp_dongle_loop
+
+p_g24_auto_pair_start:
+	set0 mark_24g,mark
+	call p_g24_auto_pair_all_powerful
+	call p_g24_tx_attemp_data_prep
+p_g24_auto_pair_restart:
+	jam 0,mem_24g_check_dongle_times
+p_g24_auto_pair_start_loop:
+	call lpo_calibration
+	nop 2000
+	fetch 1,mem_24g_check_dongle_times
+	beq 0xff,p_g24_stop_g24_mode
+	call p_g24_transmit_receive_ack
+	nbranch p_g24_auto_pair_retry,sync
+	nbranch p_g24_auto_pair_retry,user3
+	call p_g24_ackpayload_parse
+	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
+	branch p_g24_tx_attemp_dongle_succ
+
+p_g24_auto_pair_retry:
+	fetch 1,mem_24g_check_dongle_times
+	increase 1,pdata
+	store 1,mem_24g_check_dongle_times
+	fetch 1,mem_24g_auto_paring_switch
+	increase 1,pdata
+	and_into 1,pdata
+	store 1,mem_24g_auto_paring_switch
+	beq 0,p_g24_auto_pair_device_attemp
+	beq 1,p_g24_auto_pair_pair_attemp
+	rtn
+	
+p_g24_auto_pair_all_powerful:
+	jam TX_POWER_PAIR,mem_tx_power
+	setarg 0x0f0f
+	store 2,mem_24g_addr
+	istore 2,contw
+p_g24_ch_syncword_crc8_init:
+	call p_g24_syncword_crc8
+p_g24_ch:
+	fetcht 1,mem_24g_current_ch_number
+	call p_g24_ch_map_size
+	storet 1,mem_24g_current_ch_number
+	rtn
+
+p_g24_auto_pair_device_attemp:
+	call p_g24_auto_pair_all_powerful
+	branch p_g24_auto_pair_start_loop
+
+p_g24_auto_pair_pair_attemp:
+	call p_g24_pair_init
+	branch p_g24_auto_pair_start_loop
+
+p_g24_check_51cmd_stop_24g:
+	set0 mark_24g,mark
+	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
+	arg mem_24g_txbuf,contw
+	copy rega,contr
+	branch memcpy
+
+p_g24_read_len_pid_crc:
+//read control
+	fetch 1,mem_24g_rxbuf+1
+	rshift3 pdata,pdata
+	store 1,mem_24g_rxdata_length
+//get crc
+	increase 1,pdata
+	arg mem_24g_rxbuf+1,contr
+	iadd contr,contr
+	ifetch 3,contr
+	store 3,mem_24g_sta_crc
+//read pid
+	fetch 1,mem_24g_rxbuf+1
+	rshift pdata,pdata
+	and pdata,0x03,pdata
+	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:
+
+// total length
+	fetch 1,mem_24g_datalen
+	increase 2,pdata
+	store 1,mem_24g_txlen
+// data type
+	fetch 1,mem_24g_data_type
+	store 1,mem_24g_txpayload
+//prepare 5bit payload length, 2bit PID, 1bit NO_ACK
+	fetch 1,mem_24g_datalen
+	lshift3 pdata,pdata
+	fetcht 1,mem_24g_pid
+	and temp,0x03,temp
+	lshift temp,temp
+	ior temp,pdata
+	fetcht 1,mem_24g_no_ack
+	iadd temp,pdata
+	istore 1,contw
+//prepare payload data
+	fetch 1,mem_24g_datalen
+	iforce loopcnt
+	arg mem_24g_txbuf,contr
+	branch memcpy
+
+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_prep:
+	disable enable_crc
+	disable enable_white
+	setarg 0x555555
+	iforce crc24_init
+	fetch 1,mem_24g_ch
+	reverse pdata,temp
+	set1 1,temp
+	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_rxon:
+
+
+	call p_g24_prep
+	disable user3
+	enable decode_fec0
+	enable is_rx
+	disable is_tx
+	enable swfine
+	fetch 2,mem_24g_rx_window
+	iforce stop_watch
+	correlate null,timeout
+	nbranch p_g24_sync_timeout,sync
+
+
+	disable decode_fec0
+	enable decode_fec1
+	enable enable_white
+	enable enable_crc
+	call p_g24_receive_byte
+	store 1,mem_24g_get_syncword_crc8
+	fetcht 1,mem_24g_syncword_crc8
+	isub temp,null
+	nbranch p_g24_end_of_packet,zero
+	call p_g24_receive_byte
+	store 1,mem_24g_rxbuf	//device id
+//	fetch 1,mem_24g_mode	//rx_24g
+//	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
+	nbranch p_g24_end_of_packet,true
+p_g24_receive_skip:
+	call p_g24_receive_byte
+	istore 1,contw
+	rshift3 pdata,pdata
+	and pdata,0x1f,loopcnt	//max payload: 32bytes
+	branch p_g24rx_nopayload,zero
+p_g24rx_loop:
+	call p_g24_receive_byte
+	istore 1,contw
+	loop p_g24rx_loop
+p_g24rx_nopayload:
+	//receive rssi hex
+	copy contw,rega
+	call p_g24_receive_byte
+	store 1,mem_rssi_hex_received
+	copy rega,contw
+	parse demod,bucket,24
+	enable swfine
+	arg param_sifs,stop_watch
+	rshift32 pdata,pdata
+	rshift16 pdata,pdata
+	istore 3,contw
+	disable decode_fec1
+	branch p_g24_end_of_packet,crc_failed
+
+
+	enable user3
+	fetch 1,mem_last_freq
+	add pdata,0,rega
+	call rf_write_freq
+	disable decode_fec0
+	call set_sync_on
+	fetch 1,mem_rssi_hex_received
+	call p_rssi_signal
+	rtn
+
+p_g24_receive_byte:
+	parse demod,bucket,8
+	rshift3 pwindow,pdata
+	rtn
+	
+p_g24_end_of_packet:
+	disable encode_fec1
+	disable decode_fec1
+	call end_of_packet
+	rtn
+
+p_g24_sync_timeout:
+	branch p_g24_end_of_packet
+
+p_g24_set_freq_tx:
+	call set_sync_on
+	fetcht 1,mem_24g_ch
+	branch set_freq_tx
+
+p_g24_transmit:
+	call le_enable
+	fetch 4,mem_24g_addr
+	iforce access
+	call p_g24_prep
+	call p_g24_set_freq_tx
+	set1 TXGFSK,radio_ctrl
+	enable encode_fec0
+	enable is_tx
+	disable is_rx
+
+	
+	rshift16 access,pdata
+	rshift8 pdata,pdata
+	rshift4 pdata,pdata
+	inject mod,40
+	disable encode_fec0
+	enable encode_fec1
+	enable enable_white
+	enable enable_crc
+	fetch 1,mem_24g_syncword_crc8
+	inject mod,8
+	fetch 1,mem_24g_txlen
+	iforce loopcnt
+	arg mem_24g_txpayload,contr
+p_g24tr_loop:
+	ifetch 1,contr
+	inject mod,8
+	loop p_g24tr_loop
+
+
+	enable enable_parity
+	inject mod,24	//crc
+	disable enable_parity
+	until null,tx_clear
+	nop 100
+	disable encode_fec0
+	disable encode_fec1
+	rtn
+
+p_g24_timer_check:
+	call disable_user
+	fetcht 4,mem_24g_tx_btclk
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall g24_timer_timeout,positive
+	copy pdata,regb
+	fetch 4,mem_24g_tx_btclk
+	fetcht 1,mem_24g_interval
+	iadd temp,temp
+	copy regb,pdata
+	isub temp,null
+	nrtn positive
+	set0 28,pdata
+	store 4,mem_24g_tx_btclk
+	branch enable_user
+
+p_rssi_noise:
+	call save_rssi
+	rtn blank
+	fetcht 1,mem_rssi_noise_index
+	arg mem_rssi_noise_buffer,rega
+	call p_rssi_store
+	storet 1,mem_rssi_noise_index
+	rtn
+	
+p_rssi_store:
+	copy rega,pdata
+	iadd temp,contw
+	fetch 1,mem_rssi
+	istore 1,contw
+	increase 1,temp
+	and_into RSSI_BUF_LEN_SIGNAL,temp
+	rtn
+p_rssi_average:
+	arg 0,temp
+	arg RSSI_BUF_LEN_SIGNAL+1,loopcnt
+	copy rega,contr
+p_rssi_average_loop:
+	ifetch 1,contr
+	iadd temp,temp
+	loop p_rssi_average_loop
+	rshift3 temp,pdata
+	copy pdata,temp
+	rtnmark0 mark_24g
+	//2BCD
+	div pdata,10
+	call wait_div_end
+	quotient pdata
+	lshift4 pdata,pdata
+	remainder temp
+	ior temp,temp
+	rtn
+	rtn
+
+
+p_mouse_before_lpm:
+	rtnmark1 mark_24g
+	call p_mouse_le_txbuff_save
+	call p_mouse_setgpio_lpm
+	fetch 1,mem_context
+	bbit0 state_inconn,p_clear_wake
+	fetch 1,mem_lpm_current_mult
+	nrtn blank
+p_clear_wake:
+	setarg 0
+	store 8,mem_gpio_wakeup_low
+	rtn
+
+p_device_init:
+	call app_lpm_mult_enable
+	branch p_device_init_common,wake
+	call p_mouse_data_init
+	fetch 1,mem_tx_power
+	store 1,mem_tx_power_temp
+	call power_ctrl_pac_succ_cnt_init
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_combination_ui_button_count	//combination key timer init
+	call mouse_bt_discovery_button_down_disable
+p_device_init_common:
+	call p_mouse_init
+	branch enable_authrom
+
+p_mouse_init:
+	ncall p_mouse_setting_config,wake
+	call p_mouse_spi_init
+	rtn wake
+	call p_mouse_cb_fuction
+	call p_mouse_wakeup_from_power
+p_mouse_check_reconn_target:
+	call p_mouse_tx_power_init
+	fetch 1,mem_xrecord_mode
+	beq REC_4_MODE,p_mouse4_0_check_reconn_target
+	//enter hibernate if it is in its factory state
+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_tx_power_init:
+	fetch 1,mem_tx_power_temp
+	store 1,mem_tx_power
+	rtn
+
+
+p_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 p_mouse4_0_check_reconn_target_next,zero
+	setarg 0x0258								//ble fast conn time 1min
+p_mouse4_0_check_reconn_target_next:
+	store 2,mem_mouse_direct_timer
+	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
+
+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_24g_pairing_button:
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	rtnbit0 MOUSE_ENABLE_24G
+//	rtnbit1 MOSUE_24G_PAIRING_FLAG
+	rtnmark1 mark_24g
+//	call mouse_devce_led_off
+	arg MOSUE_24G_PAIRING_FLAG,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 2,mem_mouse_direct_timer
+	store 1,mem_mouse_send_blank_timer
+	store 2,mem_24g_check_dongle_times
+	call mouse_stop_discovery
+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_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
+//	fetch 1,mem_config_sensor_type
+//	beq P3610,mouse_init_3610sensor
+p_mouse_init_sensor:
+	call mouse_read_sensor_id
+	beq P32XX_ID1,p_mouse_init_p32xx_id2_judge
+	beq P3065_ID1,p_mouse_p3065_init_param
+	call mouse_twspi_reset
+	nop 1000
+	branch p_mouse_init_sensor
+
+p_mouse_init_sensor_reset:
+	jam 1,mem_mouse_init_sensor_reset_flag
+	call spi_ncs_enable
+	call p_mouse_init_sunt
+	branch spi_ncs_disable
+
+p_mouse_init_p32xx_id2_judge:
+	call p_mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq P8009_ID2,p_mouse_8009_init_param
+	beq P8650_ID2,p_mouse_8650_init_param
+	branch mouse_init_p32xx_id2_judge+1
+
+p_mouse_8009_init_param:
+	setarg 0x16
+	call twspi_read
+	sub pdata,0xbd,null 
+	nbranch p_mouse_init_sensor,zero
+	setarg 0x19
+	call twspi_read
+	sub pdata,0x55,null 
+	nbranch p_mouse_init_sensor,zero
+	setarg 0x1b
+	call twspi_read
+	sub pdata,0x1d,null 
+	nbranch p_mouse_init_sensor,zero
+	jam P8009,mem_config_sensor_type
+	call mouse_sensor_disable_wp
+	setarg 0x0206
+	call twspi_write
+	setarg 0x6909
+	call twspi_write
+	setarg 0x280d
+	call twspi_write
+	setarg 0x4f0e
+	call twspi_write
+	setarg 0xba0f
+	call twspi_write
+	branch mouse_sensor_enable_wp
+
+p_mouse_8650_init_param:
+	jam P8650,mem_config_sensor_type
+	rtn
+
+p_mouse_p3065_init_param:
+	call p_mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq P3065_XY_ID2,mouse_p3065xy_init_param
+	jam P3065,mem_config_sensor_type
+	rtn
+
+p_mouse_sensor_powerdown_check:
+	fetch 1,mem_mouse_init_sensor_reset_flag
+	rtn blank
+	jam 0,mem_mouse_init_sensor_reset_flag	
+p_mouse_sensor_powerdown:
+	setarg 0x06
+	call twspi_read
+	or pdata,0x08,pdata
+	lshift8 pdata,pdata
+	add pdata,0x06,pdata
+	branch twspi_write	//make sdio high
+
+p_mouse_setting_config:
+	call adc_init_data
+	fetch 4,mem_lap			//g24_set_device_addr
+	store 4,mem_24g_device_addr
+	//disable usb function
+//	hfetch 1,core_usb_config
+//	set0 4,pdata
+//	hstore 1,core_usb_config
+	call mouse_gpio_init
+	call mouse_param_init
+	setarg 0
+	store 2,mem_lpm_interval
+
 	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
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	bbit1 MOUSE_ENABLE_EEPROM,p_mouse_init_iic
+//	bbit1 MOUSE_ENABLE_FLASH,p_mouse_load_flash_info_cheak
+//	rtn
 p_mouse_init_iic:
 	call iic_init_390k
 //	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -554,33 +1274,11 @@
 	jam 0x5a,mem_mouse_fast_conn_flag
 	branch p_mouse_store_fast_conn_flag
 
-p_mouse_set_gpio_control_sensor:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
-	rtnbit0 MOUSE_ENABLE_GPIO_CONTROL_ADC_SENSOR
-//	call p_mouse_sensor_set_angle
-//p_mouse_select_sensor_angle_gpio_set_pd:
-//	fetcht 1,mem_select_sensor_angle_gpio
-//	set0 gpio_active_bit,temp
-//	arg core_gpio_pu0,contw
-//	call gpio_set_bit
-//	fetcht 1,mem_select_sensor_angle_gpio
-//	set1 gpio_active_bit,temp
-//	arg core_gpio_pd0,contw
-//	branch gpio_set_bit
-p_mouse_sensor_set_angle:
-	fetcht 1,mem_select_sensor_angle_gpio
-	call gpio_config_input
-	fetcht 1,mem_select_sensor_angle_gpio
-	call gpio_get_bit
-	jam MOUSE_6CLK_ANGLE,mem_config_sensor_angle
-	rtn true
-	jam MOUSE_3CLK_ANGLE,mem_config_sensor_angle
-	rtn
 
 
 p_mouse_init_environment:
 	call app_initflag_check
-	branch mouse_eeprom_load_recon_info,zero
+	branch p_mouse_eeprom_load_recon_info,zero
 	call p_le_addr_random_config
 	branch mouse_init_environment+2
 
@@ -596,59 +1294,36 @@
 	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
 	branch app_initflag_check+4
 
-/*
-p_mouse_load_flash_info_cheak:
-	call mouse_load_flash_flag
-	fetch 2,mem_store_flag
-	arg EEPROM_INIT_FLAG,temp
-	isub temp,null
-	branch p_mouse_load_flash_device_info,zero
-	storet 2,mem_store_flag
-	call mouse_ble_init_address
-	branch mouse_store_flash_device_info
-
-p_mouse_load_flash_device_info:
-	setarg mem_mouse_information_end
-	arg mem_mouse_information_start,temp
-	isub temp,temp
-	fetch 3,mem_flash_base
-	arg mem_mouse_information_start,rega
-	call spid_read_flash
-	call mouse_select_reconn_device
-	fetch 4,mem_mouse_24g_addr
-	store 4,mem_24g_addr
-	rtn
-*/
-
+p_mouse_eeprom_load_recon_info:
+	arg 88,temp
+	arg mem_device_flag,rega
+	arg MOUSE_INFO_EEPROM_OFFECT,regb
+	call iicd_read_eep_data
+//	call p_mouse_switch_Hwakeup_byPB
+	branch mouse_select_reconn_device
 
 p_mouse_wakeup_from_power:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit0 MOUSE_ENABLE_WAKEUP_FROM_POWER,p_mouse_wakeup_no_from_power
-	fetch 1,mem_wakup_from_power_flag
-	isolate0 gpio_latch,pdata
-	nbranch p_mouse_wakeup_no_from_power,true
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	bbit0 MOUSE_ENABLE_WAKEUP_FROM_POWER,p_mouse_wakeup_no_from_power
+//	fetch 1,mem_wakup_from_power_flag
+//	isolate0 gpio_latch,pdata
+//	nbranch p_mouse_wakeup_no_from_power,true
 	call p_mouse_init_sunt
 	call p_mouse_sensor_powerdown
 p_mouse_wakeup_no_from_power:
 	fetch 1,mem_reconn_times_init
 	store 1,mem_reconn_times
 	rtn
-//	fetch 1,mem_config_function_enable
+//	fetch 1,mem_config_function_enable	//standard do not need it
+//	rtnbit1 ENABLE_SELECT_DEVICE_BY_GPIO_BUTTON
 //	rtnbit1 ENABLE_SELECT_DEVICE_BY_SWITCH
-//p_mouse_start_24g_mode:	
+//p_mouse_start_24g_mode:
 //	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 //	rtnbit0 MOUSE_ENABLE_24G
 //	call p_g24_factory_check
 //	branch p_g24_auto_pair_start,user
 //	branch p_g24_start_24g_mode
-
-//	setarg 0xffff
-//	store 2,mem_24g_addr
-//	istore 2,contw
-//	call p_mouse_set_24g_addr_eeprom
-//	call iicd_write_protect_eep_data
-//	branch p_g24_auto_pair_start
-
+	
 p_g24_factory_check:
 	arg 2,loopcnt
 	arg mem_24g_addr,contr
@@ -687,6 +1362,30 @@
 	rtn blank
 	branch p_g24_transmit_by_interrupt_enable
 	
+p_mouse_le_txbuff_save:
+	arg mem_le_tx_buffer0,contr
+	arg mem_le_tx_buffer0_omemalloc,contw
+	call p_mouse_le_txbuff_copy
+	arg mem_le_tx_buffer1,contr
+	call p_mouse_le_txbuff_copy
+	arg mem_le_tx_buffer2,contr
+	call p_mouse_le_txbuff_copy
+	arg mem_le_tx_buffer3,contr
+p_mouse_le_txbuff_copy:	
+	arg 27,loopcnt
+	branch memcpy
+
+p_mouse_le_txbuff_load:
+	arg mem_le_tx_buffer0_omemalloc,contr
+	arg mem_le_tx_buffer0,contw
+	call p_mouse_le_txbuff_copy
+	arg mem_le_tx_buffer1,contw
+	call p_mouse_le_txbuff_copy
+	arg mem_le_tx_buffer2,contw
+	call p_mouse_le_txbuff_copy
+	arg mem_le_tx_buffer3,contw
+	branch p_mouse_le_txbuff_copy
+
 p_mouse_le:
 	call le_fifo_check_nearly_full
 	nrtn blank
@@ -695,7 +1394,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
@@ -706,23 +1405,88 @@
 	nrtn user
 	call p_mouse_le_current_mult_update
 	call p_mouse_data_xy_release
-	fetch 2,mem_mouse_z
-	ncall p_mouse_wheel_trigger,blank
-	branch p_mouse_data_push
+	call p_mouse_wheel_trigger
+p_mouse_data_push:
+	arg mem_mouse_key,rega
+	call queue_push
+	call p_mouse_queue_increase,user
+	
+	rtn
 
 p_mouse_le_current_mult_update:
-	fetch 1,mem_config_function_enable
-	rtnbit1 ENABLE_SENSOR_MOTION_PIN
+//	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
+p_mouse_sensor_poweron:
+	setarg 0x8006	// reset to factory settings
+	call twspi_write
+	nop 12000
+	call p_mouse_dpi_config
+	fetch 1,mem_sensor_id2
+	beq P8009_ID2,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
+	beq 0xff,p_mouse_dpi_config_default
+	branch p_mouse_seting_dpi
+p_mouse_dpi_config_default:
+	fetch 1,mem_config_sensor_motion
+//	and pdata,0x0f,pdata
+	store 1,mem_mouse_dpi
+	branch p_mouse_seting_dpi
+
+p_mouse_data_init:
+	jam 7,mem_mouse_data_queue	//data length
+	jam 4,mem_mouse_data_queue+1	//fifo depth
+	setarg mem_mouse_data_queue
+	store 2,mem_queue_ptr
+	branch queue_init
+
+p_mouse_queue_increase:
+	fetch 1,mem_mouse_data_queue_num
+	increase 1,pdata
+	store 1, mem_mouse_data_queue_num
 	rtn
+	
+p_mouse_data_pull:
+	arg mem_mouse_key,rega
+	call queue_pop
+	branch p_mouse_fill_data_le,user
+	rtn
+
+p_mouse_fill_data_le:
+	call le_clear_md
+	fetch 1,mem_mouse_data_queue_num
+	sub pdata,1,null
+	ncall le_set_md,positive
+	fetch 1,mem_mouse_data_queue_num
+	rtn blank
+	increase -1,pdata
+	store 1, mem_mouse_data_queue_num
+	branch mouse_fill_data_le
 
 p_mouse_wheel_trigger:
+	fetch 2,mem_mouse_z
+	rtn blank
 	jam 1,mem_mouse_wheel_trigger
 	jam 2,mem_mouse_wheel_trigger_timer
 	rtn
-	
 
+	
 p_mouse_clear_sensor_data:
 	call le_set_config_more_data
 	jam 1,mem_mouse_clear_sensor_data_flag
@@ -748,14 +1512,13 @@
 //	increase 1,pdata
 //	and pdata,0x03,pdata
 //	store 1,mem_mouse_dpi
-	//increase 2,pdata
-	//store 2,mem_mouse_multi_led_blink_count
-	//call p_mouse_dpi_multi_led_blink
+//	increase 2,pdata
+//	store 1,mem_mouse_multi_led_blink_count
+//	call p_mouse_dpi_multi_led_blink
 //	branch mouse_dpi_down+7
-
-p_mouse_dpi_up:
-	call p_gpio_set_input_pu
-	branch mouse_dpi_up
+//p_mouse_dpi_up:
+//	call p_gpio_set_input_pu
+//	branch mouse_dpi_up
 
 p_mouse_priority_bb_event:
 	copy regc,pdata
@@ -770,13 +1533,15 @@
 	branch mouse_priority_bb_event+1
 
 p_mouse_le_bb_event_connected:
+//	call p_mouse_multi_led_blink_off
+//	call p_mouse_mode_bt_device1_multi_led_on
 	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 0x04,mem_mouse_send_secutiry_request_timer
-p_mouse_le_bb_event_connected_next:
-	jam 0,mem_mouse_long_mult_flag
+p_mouse_le_bb_event_connected_next:	
 	call p_mouse_init_sensor_reset
+	call p_mouse_null_enter_hibernate_disable
 	call p_mouse_data_init
 	branch mouse_le_bb_event_connected
 
@@ -820,7 +1585,9 @@
 	store 2,mem_le_interval_min
 	store 2,mem_le_interval_min+2
 	call p_app_updata_le_param
-	branch p_mouse_le_conn_param_lpm_disable
+p_mouse_le_conn_param_lpm_disable:
+	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
+	rtn
 
 
 
@@ -833,8 +1600,12 @@
 	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_store_24g_device_2eeprom
 	call p_mouse_tx_power_init
+
 	call p_mouse_set_24g_addr_eeprom	//store rx dongle addr to eeprom
 	branch iicd_write_protect_eep_data
 
@@ -846,64 +1617,93 @@
 
 p_mouse_24g_attempt_fail:
 	call p_mouse_sensor_powerdown_check
+	jam 0,mem_retry_count
 	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_mouse_fast_conn_flag
-	beq 0xff,p_mouse_24g_attempt_fail_next
-	call mouse_eeprom_load_recon_info	
-	arg 3,loopcnt
-	arg mem_device1_addr,contr
-	call p_pdata_0xff_check
-	branch p_mouse_null_enter_hibernate_enable,user
-p_mouse_24g_attempt_fail_next:
-	branch p_mouse_check_reconn_target
+p_app_enter_hibernate_before_check:
+	fetch 1,mem_mouse_multi_led_on_poweron2s_flag
+	nbranch p_mouse_null_enter_hibernate_enable,blank
+	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
+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_24g_attempt_success:
 	call p_mouse_init_sensor_reset
-	branch mouse_no_data_timer_init
-	
+	call mouse_no_data_timer_init
+	call p_mouse_null_enter_hibernate_disable
+p_mouse_store_24g_device_2eeprom:
+	call mouse_cheak_select_24gdevice
+p_mouse_store_device_number2eeprom:
+	arg 1,temp
+	arg mem_device_flag,rega
+	arg 0,regb
+	branch iicd_write_protect_eep_data
+
+
 p_mouse_before_hibernate:
 	enable user
 	hfetch 4,0x8138
 	setflag user,26,pdata
-	hstore 4,core_lpm_reg	
+	hstore 4,core_lpm_reg
 	call lpm_write_ctrl
 	call p_mouse_sensor_powerdown_check
 	call disable_authrom
-//	call mouse_devce_led_off	
+//	call mouse_devce_led_off
 	call mouse_before_hibernate_wheel_gpio_set
-	call mouse_lpm_before_common
-	branch p_set_ice_gpio
-
-
-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
-
-
+	branch p_mouse_setgpio_lpm_before
+	
 p_mouse_bb_event_timer:
-	//call p_mouse_multi_led_blink_timer
-	//call p_mouse_24g_long_sleep_param_update_timer
-	call p_mouse_le_current_mult_update_timer	
 	call p_mouse_wheel_trigger_timer
-//	call p_mouse_dpi_led_blink_delay_timer
 	call p_mouse_null_enter_hibernate_timer
 	call p_mouse_bt_discovery_check
+	//call p_mouse_select_device
 	call mouse_check_discovery_timeout_timer
+	//call p_mouse_dpi_check
+	call p_mouse_24g_long_sleep_param_update_timer
 	call mouse_check_direct_timeout_timer
-	call mouse_check_no_data_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
-	branch p_mouse_le_enable_att_list_timer
+	//call p_mouse_multi_led_blink_timer
+	branch mouse_check_no_data_timeout_timer
+
+
+p_mouse_24g_long_sleep_param_update_timer:
+	arg mem_24g_long_sleep_param_update_timer,regc
+	arg p_mouse_24g_long_sleep_normal_param,regb
+	branch timer_single_step
+p_mouse_24g_long_sleep_normal_param:
+	setarg G24_LONG_SLEEP_STEP2
+	store 3,mem_24g_enter_hibernate
+p_mouse_long_mult_flag_enable:	
+	jam 1,mem_mouse_long_mult_flag
+	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_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_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
@@ -924,10 +1724,11 @@
 	nrtn blank
 	arg mem_mouse_le_fast_conn_enable_timer,regc
 	arg p_mouse_le_fast_conn_enable_timeout,regb
-	branch timer_single_step
+	branch timer_single_step		
 
 p_mouse_le_fast_conn_enable_timeout:
 	branch p_mouse_start_discovery
+	
 
 p_mouse_wheel_trigger_timer:
 	arg mem_mouse_wheel_trigger_timer,regc
@@ -937,46 +1738,17 @@
 	jam 0,mem_mouse_wheel_trigger
 	rtn
 
-//p_mouse_24g_long_sleep_param_update_timer:
-//	arg mem_24g_long_sleep_param_update_timer,regc
-//	arg p_mouse_24g_long_sleep_normal_param,regb
-//	branch timer_single_step
-//p_mouse_24g_long_sleep_normal_param:
-//	setarg G24_LONG_SLEEP_STEP2
-//	store 3,mem_24g_enter_hibernate
-//	jam 1,mem_mouse_long_mult_flag
-//	rtn
-
-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_le_current_mult_reinit:
-	fetch 1,mem_lpm_mult_init
-	store 1,mem_lpm_mult
-	jam 1,mem_mouse_long_mult_flag
-	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_bt_discovery_check:
 	fetch 1,mem_config_function_enable
 	bbit1 ENABLE_BT_BUTTON,mouse_bt_discovery_by_button
-p_mouse_bt_discovery_commbination_key:
+p_mouse_bt_discovery_by_button:
 	call p_mouse_check_key_gpio
 	beq MOUSE_LMR_BUTTON,p_mouse_bt_discovery_commbination_key_down
 p_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
+	call mouse_bt_discovery_commbination_key_up
 	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
-	call mouse_disable_function_flag
-	branch mouse_bt_discovery_button_down_disable
+	branch mouse_disable_function_flag
+	
 p_mouse_bt_discovery_commbination_key_down:
 	jam 40,mem_mouse_null_enter_hibernate_timer
 	call p_mouse_bt_discovery_timer
@@ -988,24 +1760,121 @@
 	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
+//	call p_mouse_store_device_mode_2eeporm
 	fetch 2,mem_ui_state_map
 	isolate1 UI_STATE_BLE_ADV,pdata
 	call mouse_stop_le_adv,true		//reconnect adv
+//	fetch 2,mem_ui_state_map
+//	isolate1 UI_STATE_BT_RECONNECT,pdata
+//	call mouse_cancel_reconnect,true
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_enable_function_flag
 	branch mouse_long_button_bt_discovry
 
 p_mouse_null_enter_hibernate_timer:
 	fetch 1,mem_mouse_null_enter_hibernate_flag
 	rtn blank
-	fetch 1,mem_mouse_null_enter_hibernate_timer
-	branch p_mouse_null_enter_hibernate,blank
-	increase -1,pdata
-	store 1,mem_mouse_null_enter_hibernate_timer
-	rtn
+	fetch 1,mem_mouse_multi_led_blink_count
+	nrtn 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_select_device:
+//p_mouse_select_device_by_button:
+//	call p_mouse_pb_button_check
+//	nbranch p_mouse_select_device_button_down,true
+//p_mouse_select_device_button_up:
+//	fetch 1,mem_mouse_button_select_device_timer_init
+//	store 1,mem_mouse_button_select_device_count
+//	fetch 1,mem_mouse_select_device_button_wakeup_flag	
+//	ncall p_mouse_select_button_wakeup_firstUp,blank
+//	fetch 1,mem_select_device_button_statue
+//	rtneq DPI_BUTTON_STATE_UP
+//	jam DPI_BUTTON_STATE_UP,mem_select_device_button_statue
+//	arg 1,temp
+//	arg mem_mouse_long_button_select_device,rega
+//	arg MOUSE_DEVICE_MODE_EEPROM_OFFSET,regb
+//	call iicd_read_eep_data
+//	fetch 1,mem_mouse_long_button_select_device
+//	branch p_mouse_select_device_and_reset,blank//rtn blank
+//p_mouse_ready_reconnection_by_button:
+//	call p_mouse_switch_device_flag
+//	jam 0,mem_link_key_exists
+//	call p_mouse_store_device_number2eeprom
+//	call mouse_select_device_enable
+//	branch mouse_set_reconnection
+
+//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_select_device_button_down:
+//	fetch 1,mem_mouse_select_device_button_wakeup_flag
+//	nrtn blank
+//	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 APP_DISC_RSN_SIZE,mem_app_disconn_reason
+//	rtnbit1 APP_DISC_PB_BUTTON
+
+//	fetch 1,mem_select_device_button_statue
+//	rtneq DPI_BUTTON_STATE_DOWN
+//	jam DPI_BUTTON_STATE_DOWN,mem_select_device_button_statue
+
+//	fetch 1,mem_device_flag
+//	rtnne MODE_BT_DEVICE1
+//	fetch 2,mem_ui_state_map
+//	rtnbit0 UI_STATE_BLE_CONNECTED
+//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_pb_button_check:
+//	fetcht 1,mem_config_select_device_button_gpio
+//	call p_gpio_set_input_pd
+//	fetcht 1,mem_config_select_device_button_gpio
+//	branch gpio_get_bit
+
+//p_mouse_button_select_device_timer:
+//	arg mem_mouse_button_select_device_count,regc
+//	arg p_mouse_long_button_select_device,regb
+//	branch timer_single_step
+//p_mouse_long_button_select_device:	
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	rtnbit1 MOUSE_LONG_BT_BUTTON_FLAG
+//	branch p_mouse_ready_reconnection_by_button
+
+//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
+//	fetch 1,mem_mouse_button_select_device_timer_init
+//	store 1,mem_mouse_button_select_device_count	
+//	rtn
 
+//p_mouse_select_device_and_reset:
+//	jam 0xff,mem_mouse_long_button_select_device
+//p_mouse_store_device_mode_2eeporm:
+//	arg 1,temp
+//	arg mem_mouse_long_button_select_device,rega
+//	arg MOUSE_DEVICE_MODE_EEPROM_OFFSET,regb
+//	branch iicd_write_protect_eep_data
+	
 //p_mouse_multi_led_blink_timer:
 //	fetch 1,mem_mouse_multi_led_blink_enable
 //	rtn blank
@@ -1021,17 +1890,16 @@
 //	store 1,mem_mouse_multi_led_on_timer
 //	fetcht 1,mem_mouse_multi_led_on_timer_init
 //	isub temp,null
-//	call p_mouse_multi_led_off_poweron2s,zero
-//	rtn
+//	nrtn zero
 //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
+//	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
@@ -1046,15 +1914,21 @@
 //	beq OFF,p_mouse_multi_led_on
 //	rtn
 
-//p_mouse_multi_led_init:
-//	fetcht 1,mem_mouse_multi_led_gpio
-//	branch gpio_config_output
 //p_mouse_multi_led_on:
 //	jam ON,mem_mouse_multi_led_state
-//	call p_mouse_multi_led_init
+//	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_bt_led_gpio
+//	call gpio_config_output
+//	fetcht 1,mem_mouse_bt_led_gpio
+//	branch gpio_out_active
+//p_mouse_multi_down_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_led_blink_off:
 //	setarg 0
 //	store 3,mem_mouse_multi_led_blink_timer
@@ -1072,7 +1946,10 @@
 //	hfetch 1,core_gpio_pd0	//gpio5 pull down enable
 //	set1 5,pdata
 //	hstore 1,core_gpio_pd0
-//	rtn
+//p_mouse_bt_led_suspend:
+//	fetcht 1,mem_mouse_bt_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:
@@ -1082,8 +1959,18 @@
 //	jam 0,mem_mouse_multi_led_on_timer
 //	rtn
 
-//p_mouse_discovery_multi_led_blink:
+//p_mouse_mode_bt_device_blink_5s:
+//p_mouse_mode_24g_device_blink_5s:
+//	jam 10,mem_mouse_multi_led_blink_count
+//	branch p_mouse_dpi_multi_led_blink
+//p_mouse_mode_bt_device1_led_blink:
 //	jam 5,mem_mouse_multi_led_blink_timer_init	//500ms
+//	branch p_mouse_discovery_multi_led_blink2
+
+
+//p_mouse_discovery_multi_led_blink:
+//	jam 3,mem_mouse_multi_led_blink_timer_init	//300ms
+//p_mouse_discovery_multi_led_blink2:
 //	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:
@@ -1100,10 +1987,83 @@
 //	branch p_mouse_multi_led_blink_off
 		
 //p_mouse_dpi_multi_led_blink:
-//	jam 3,mem_mouse_multi_led_blink_timer_init	//300ms
+//	jam 5,mem_mouse_multi_led_blink_timer_init	//500ms
 //	jam 1,mem_mouse_multi_led_blink_count_limited
 //	branch p_mouse_multi_led_blink_enable
 
+	
+
+
+p_mouse_seting_dpi:
+p_mouse_seting_dpi_diff:
+	fetch 1,mem_config_sensor_type
+	beq P3610,mouse_seting_3610_dpi
+//	beq P3212,p_mouse_seting_3212_dpi
+	beq P3065_XY,p_mouse_seting_3065XY_dpi
+//	beq P3205,p_mouse_seting_3205_dpi
+//	beq P3204,p_mouse_seting_3065XY_dpi
+	beq P8009,p_mouse_seting_8009_dpi
+	beq P8650,p_mouse_seting_8650_dpi
+	beq KA8,p_mouse_seting_ka8_dpi
+p_mouse_seting_3205_dpi:
+	fetch 1,mem_mouse_dpi
+	call p_mouse_3065xy_dpi_recount,blank
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL2,p_mouse_3205_set_cpi1			//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3				//1600
+	branch mouse_set_cpi2								//1200
+p_mouse_3205_set_cpi1:
+	fetch 1,mem_320x_dpi_1
+	increase -1,pdata
+	branch mouse_p3205_dpi
+
+p_mouse_seting_3065XY_dpi:
+	fetch 1,mem_mouse_dpi
+	call p_mouse_3065xy_dpi_recount,blank
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL2,p_mouse_8650_8009_set_cpi1	//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3				//1600
+	branch mouse_set_cpi2								//1300
+p_mouse_3065xy_dpi_recount:
+	jam MOUSE_DPI_LEVEL2,mem_mouse_dpi
+	rtn
+
+//p_mouse_seting_3212_dpi:
+//	fetch 1,mem_mouse_dpi
+//	call p_mouse_3065xy_dpi_recount,blank
+//	fetch 1,mem_mouse_dpi
+//	beq MOUSE_DPI_LEVEL2,mouse_set_p3212_cpi2		//1000
+//	beq MOUSE_DPI_LEVEL4,mouse_set_p3212_cpi4		//2400
+//	branch mouse_set_p3212_cpi3						//1600
+
+p_mouse_seting_8009_dpi:
+//	fetch 1,mem_mouse_dpi
+//	call p_mouse_3065xy_dpi_recount,blank
+//	fetch 1,mem_mouse_dpi
+//	beq MOUSE_DPI_LEVEL2,p_mouse_8650_8009_set_cpi1		//750
+//	beq MOUSE_DPI_LEVEL4,mouse_set_cpi2					//1500
+//	branch mouse_set_cpi1									//1250
+p_mouse_seting_8650_dpi:
+	fetch 1,mem_mouse_dpi
+	call p_mouse_3065xy_dpi_recount,blank
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL2,p_mouse_8650_8009_set_cpi1	//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi2				//1600
+	branch mouse_set_cpi1								//1200
+p_mouse_8650_8009_set_cpi1:	
+	jam 0,mem_mouse_cpi_count
+	branch mouse_p3205_dpi+3
+
+p_mouse_seting_ka8_dpi:
+	fetch 1,mem_mouse_dpi
+	call p_mouse_3065xy_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
@@ -1115,14 +2075,56 @@
 	call p_mouse_key
 	nrtn user
 	branch mouse_motion+9
+
+
+p_mouse_cheak_sensor_data:
+	fetch 1,mem_config_sensor_type
+//	beq P3212,p_mouse_p3212_sensor_motion
+//	beq P3610,mouse_p3610_sensor_motion
+	beq P8009,p_mouse_p8009_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
+//	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_p8009_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	fetcht 1,mem_sensor_data_gpio
+	call gpio_get_bit
+	nrtn true 
+p_mouse_p32xx_sensor_motion_1:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	setarg PAN_REG_OPRATION_STATE
+	call twspi_read
+	branch mouse_p32xx_sensor_motion_1+3,blank
+	setarg 0
+	store 6,mem_mouse_x
+	rtn
+
 p_mouse_key:
 	call p_mouse_check_key_gpio
 	branch mouse_key+1
 p_mouse_check_key_gpio:
 	arg 0,rega
 	call p_mouse_check_lkey_gpio
-	call p_mouse_check_rkey_gpio
-	call p_mouse_check_mkey_gpio
+//	call p_mouse_check_rkey_gpio
+//	call p_mouse_check_mkey_gpio
 //	call p_mouse_check_skey_gpio
 	branch mouse_check_key_gpio+11
 
@@ -1138,14 +2140,14 @@
 	fetcht 1,mem_lbutton_gpio
 	call gpio_get_bit
 	setflag true,0,rega			//true = 1,input low level
-	rtn
+//	rtn
 p_mouse_check_rkey_gpio:
 	fetcht 1,mem_rbutton_gpio
 	call p_gpio_set_input_pu
 	fetcht 1,mem_rbutton_gpio
 	call gpio_get_bit
 	setflag true,1,rega			//true = 1,input low level
-	rtn
+//	rtn
 p_mouse_check_mkey_gpio:
 	fetcht 1,mem_mbutton_gpio
 	call p_gpio_set_input_pu
@@ -1174,7 +2176,6 @@
 	set1 gpio_active_bit,temp
 	arg core_gpio_pd0,contw
 	branch gpio_set_high_impedance+4
-
 p_gpio_set_input_pu:
 	set1 gpio_active_bit,temp
 	arg core_gpio_pu0,contw
@@ -1182,176 +2183,45 @@
 	set0 gpio_active_bit,temp
 	branch p_gpio_set_input_pd+4
 	
-p_mouse_cheak_sensor_data:
-	fetch 1,mem_config_sensor_type
-	beq P3212,p_mouse_p3212_sensor_motion
-	beq P3610,mouse_p3610_sensor_motion
-	beq P8009,p_mouse_p8009_sensor_motion
-//	branch 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
-	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_p8009_sensor_motion:
-	call mouse_clear_sensor_data
-	disable user
-	fetcht 1,mem_sensor_data_gpio
-	call gpio_get_bit
-	nrtn true 
-p_mouse_p32xx_sensor_motion_1:
-	setarg PAN_REG_MOTION_STAUS
-	call twspi_read
-	rtnbit0 7
-	setarg PAN_REG_OPRATION_STATE
-	call twspi_read
-	branch mouse_p32xx_sensor_motion_1+3,blank
-	setarg 0
-	store 6,mem_mouse_x
-	rtn
-	
-/*
-p_mouse_dpi_led_setting:
-	fetch 1,mem_dpi_led_gpio
-	store 1,mem_mouse_struct_led_gpio
-	setarg LED_DPI_BLINK_FIXED
-	store 2,mem_mouse_on_time
-	store 2,mem_mouse_off_time
-	arg 0,rega
-	fetcht 1,mem_mouse_dpi_blink_count
-	//increase 1,temp
-	storet 1,mem_mouse_blink_count
-	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
-	rtn
-*/
-
-p_mouse_seting_dpi:
-	//call mosue_dpi_led_blink_init
-p_mouse_seting_dpi_sensor_type:	
-	fetch 1,mem_config_sensor_type
-	beq P3610,mouse_seting_3610_dpi
-	beq P3212,mouse_seting_3212_dpi
-	beq P3065_XY,p_mouse_seting_3065XY_dpi
-	beq P3204,p_mouse_seting_3065XY_dpi
-	beq P8009,p_mouse_seting_8009_dpi
-	beq P8650,p_mouse_seting_8650_dpi
-	beq KA8,p_mouse_seting_ka8_dpi
-p_mouse_seting_3205_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_set_cpi1
-	beq MOUSE_DPI_LEVEL2,mouse_set_cpi2
-	beq MOUSE_DPI_LEVEL4,p_mouse_set_cpi4
-p_mouse_set_cpi3:
-	jam 2,mem_mouse_dpi_blink_count
-	branch mouse_set_cpi3
-p_mouse_3205_dpi_recount:
-	jam MOUSE_DPI_LEVEL3,mem_mouse_dpi
-	rtn
-
-p_mouse_set_cpi1:
-	jam 1,mem_mouse_dpi_blink_count
-	branch mouse_set_cpi1
-p_mouse_set_cpi4:
-	jam 3,mem_mouse_dpi_blink_count
-	branch mouse_set_cpi4
-
-p_mouse_seting_3065XY_dpi:
-	fetch 1,mem_mouse_dpi
-	call p_mouse_3065xy_dpi_recount,blank
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL2,p_mouse_3065xy_set_cpi1	//800
-//	beq MOUSE_DPI_LEVEL3,mouse_set_cpi2
-	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3			//1600
-	branch mouse_set_cpi2							//1300
-p_mouse_3065xy_dpi_recount:
-	jam MOUSE_DPI_LEVEL2,mem_mouse_dpi
-	rtn
-p_mouse_3065xy_set_cpi1:
-	fetch 1,mem_320x_dpi_1
-	increase -1,pdata
-	branch mouse_p3205_dpi
-
-p_mouse_seting_8009_dpi:
-	fetch 1,mem_mouse_dpi
-	call p_mouse_3065xy_dpi_recount,blank
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL2,p_mouse_8650_8009_set_cpi1		//750
-//	beq MOUSE_DPI_LEVEL3,mouse_set_cpi1
-	beq MOUSE_DPI_LEVEL4,mouse_set_cpi2		//1500
-	branch mouse_set_cpi1						//1250
-
-p_mouse_seting_8650_dpi:
-	fetch 1,mem_mouse_dpi
-	call p_mouse_3065xy_dpi_recount,blank
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL2,p_mouse_8650_8009_set_cpi1	//800
-//	beq MOUSE_DPI_LEVEL3,mouse_set_cpi1
-	beq MOUSE_DPI_LEVEL4,mouse_set_cpi2				//1600
-	branch mouse_set_cpi1								//1200
-p_mouse_8650_8009_set_cpi1:	
-	jam 0,mem_mouse_cpi_count
-	branch mouse_p3205_dpi+3
-
-p_mouse_seting_ka8_dpi:
-	fetch 1,mem_mouse_dpi
-	call p_mouse_3065xy_dpi_recount,blank
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL2,mouse_set_cpi2			//800
-//	beq MOUSE_DPI_LEVEL3,mouse_set_cpi1
-	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_bb_event_discovery_btn:
 	jam 0,mem_mouse_null_enter_hibernate_flag
 	jam 0,mem_mouse_null_enter_hibernate_timer
-	bmark1 mark_24g,p_mouse_switch_to_bt
-	branch mouse_bb_event_discovery_btn+1
-p_mouse_switch_to_bt:
-	call p_g24_check_51cmd_stop_24g
+	isolate1 mark_24g,mark
+	call p_g24_check_51cmd_stop_24g,true
 	branch mouse_bb_event_discovery_btn+1
 
-
 p_le_addr_random_config:
 	call load_adc_init
 	fetch 2,mem_0_5_adc_io_data	//adc data from otp
-	branch p_le_otp_adc_empty,blank
+//	branch p_le_otp_adc_empty,blank
 	store 2,mem_random_addr_increase_count
 p_le_addr_random_store:
-	branch p_mouse_store_eerpom_random_addr_increase_count
+p_mouse_store_eerpom_random_addr_increase_count:
+	arg 2,temp
+	arg mem_random_addr_increase_count,rega
+	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
+	branch iicd_write_protect_eep_data
+p_mouse_load_eeprom_random_addr_increase_count:
+	arg 2,temp
+	arg mem_random_addr_increase_count,rega
+	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
+	branch iicd_read_eep_data
+
+//p_le_otp_adc_empty:
+//	setarg 0x1122
+//	store 2,mem_random_addr_increase_count
+//	branch p_le_addr_random_store
 
-p_le_otp_adc_empty:
-	setarg 0x1122
-	store 2,mem_random_addr_increase_count
-	branch p_le_addr_random_store
 
 p_mouse_start_discovery:
 	jam 0,mem_le_send_security_request_flag
 	call p_mouse_tx_power_init
+	jam 1,mem_device_flag
 	jam 0,mem_mouse_clear_sensor_data_flag
 //	fetch 2,mem_ui_state_map
 //	bbit1 UI_STATE_BLE_ADV,p_mouse_start_discovery_norandom
 //	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 //	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,p_mouse_start_discovery_norandom
-
 	call p_mouse_load_eeprom_random_addr_increase_count
 	fetcht 2,mem_random_addr_increase_count
 	increase 1,temp
@@ -1360,7 +2230,6 @@
 	call p_mouse_store_eerpom_random_addr_increase_count
 	random pdata
 	store 1,mem_le_lap
-
 p_mouse_start_discovery_norandom:
 	call app_ble_disconnect
 	setarg 0xed8e0e
@@ -1370,27 +2239,16 @@
 	store 2,mem_mouse_discovery_timer
 	jam 6,mem_connection_options
 	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 mouse_bt_discovery_button_down_disable
-	fetch 1,mem_device_option
-	isolate1 MODE_4_MOUSE,pdata
-	call p_check_51cmd_adv,true
-	branch mouse_start_discovery_norandom+13
-
-p_mouse_store_eerpom_random_addr_increase_count:
-	arg 2,temp
-	arg mem_random_addr_increase_count,rega
-	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
-	branch iicd_write_protect_eep_data
-	
-p_mouse_load_eeprom_random_addr_increase_count:
-	arg 2,temp
-	arg mem_random_addr_increase_count,rega
-	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
-	branch iicd_read_eep_data
+	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 mouse_bt_discovery_button_down_disable
+//	fetch 1,mem_device_option
+//	isolate1 MODE_4_MOUSE,pdata
+	call p_check_51cmd_adv
+	branch mouse_start_discovery_norandom+13
+//	branch p_mouse_discovery_multi_led_blink
 
 p_check_51cmd_adv:
 	jam 0,mem_mouse_le_reconnect_flag
@@ -1410,6 +2268,8 @@
 	branch le_modified_name_adv
 
 p_mouse_stop_discovery:
+	jam 0,mem_mouse_multi_led_blink_count
+	//call p_mouse_discovey_led_blink_off
 	setarg 0
 	store 2,mem_mouse_discovery_timer
 	call p_mouse_sensor_poweron		//clear sensor data,confirm the motion pin high
@@ -1439,7 +2299,7 @@
 	branch le_receive_skip+2
 
 p_le_update_param:
-	call p_mouse_le_conn_param_check
+	call p_mouse_le_conn_param_check	
 	branch le_update_param+8
 p_mouse_le_lpm_mult_reinit:
 	fetch 1,mem_lpm_mult_init
@@ -1447,9 +2307,7 @@
 p_mouse_le_conn_param_lpm_enable:
 	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
 	rtn
-p_mouse_le_conn_param_lpm_disable:
-	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
-	rtn
+
 p_mouse_le_conn_param_check:
 	fetch 1,mem_le_new_conninterval
 	sub pdata,LE_INTERVAL_15MS,null
@@ -1521,6 +2379,8 @@
 	call le_set_md
 	rtn
 
+	
+	
 p_le_power_ctrl_pac_succ_decrs:
 	branch power_ctrl_pac_succ_decrs
 
@@ -1559,7 +2419,7 @@
 	ifetch 2,contr
 	store 2,mem_le_instant
 	branch le_parse_channel_map_req+7	
-
+	
 p_le_parse_l2cap:
 	ifetch 2,contr
 	beq LE_L2CAP_CID_ATT,p_le_parse_att
@@ -1572,8 +2432,10 @@
 	ifetch 3,contr
 	store 3,mem_le_att_opcode
 	beq ATTOP_READ_BY_GROUP_TYPE_REQUEST,p_le_parse_att_read_by_group_type_request
+//	beq ATTOP_READ_REQUEST,p_le_parse_att_read_request
 	rshift8 pdata,temp
 	sub temp,0x24,null
+//	branch p_le_parse_att1,positive
 	branch le_parse_att+2,positive
 	arg mem_mouse_le_uuid_sup,temp
 	storet 2,mem_ui_le_uuid_table
@@ -1598,6 +2460,49 @@
 	istore 2,contr
 	rtn
 
+//p_le_parse_att1:
+//	beq ATTOP_READ_REQUEST,p_le_parse_att_read_request
+//	branch le_parse_att+2
+//p_le_parse_att_read_request:
+//	fetcht 2,mem_le_att_handle
+//	fetch 1,mem_le_configuration
+//	bbit1 BIT_BLE_READ_AUTH,p_le_send_att_read_response_check_auth
+//p_le_send_att_read_response:
+//	call le_att_get_handle_ptr
+//	branch le_send_att_error_response_notfound,blank
+//	increase -2,contr
+//	ifetch 2,contr
+//	arg UUID_CHRCTR_PNP_ID,temp
+//	isub temp,null
+//	branch p_le_send_att_pnp_id,zero	//modify VID/PID
+//	
+//	fetch 2,mem_le_att_handle
+//	beq 0x13,le_send_att_error_response_notfound	//delete battery
+
+//	fetcht 2,mem_le_att_handle
+//	branch le_send_att_read_response
+//p_le_send_att_pnp_id:
+//	call store_contr
+//	fetch 1,mem_le_att_pnp_id_len
+//	add pdata,1,rega
+//	call le_fifo_malloc_tx_l2cap_gatt
+//	setarg ATTOP_READ_RESPONSE
+//	istore 1,contw
+//	fetch 1,mem_le_att_pnp_id_len
+//	copy pdata,loopcnt
+//	arg mem_le_att_pnp_id,contr
+//	branch memcpy
+
+//p_le_send_att_read_response_check_auth:
+//	fetch 2,mem_le_pairing_handle
+//	isub temp,null
+//	nbranch p_le_send_att_read_response,zero
+//p_le_send_att_read_response_error_insufficient_auth:
+//	call le_check_encrypt_state
+//	nbranch p_le_send_att_read_response,user
+//	jam ATT_ERR_INSUFFICIENT_AUTHENTICATION,mem_le_err_code
+//	branch le_send_att_error_response
+
 p_le_parse_smp:
 	ifetch 1,contr
 	beq SMP_PAIRING_REQUEST,p_le_parse_smp_pairing_request
@@ -1637,682 +2542,134 @@
 	call lpm_match
 	fetch 2,mem_rx_window_sniff
 	store 2,mem_le_receive_window
-	fetch 1,mem_le_connect_status_flag
-	compare 3,pdata,3
-	nbranch lpm_mult_short,true
-	branch le_lpm_set_mult_attempt+3
-
-p_le_mouse_bb_event_connect_complete:
-	fetch 1,mem_mouse_le_reconnect_flag
-	nrtn blank
-	fetch 1,mem_le_att_handle
-	sub pdata,26,pdata
-	nrtn zero
-	branch mouse_le_write_enable
-
-p_check_51cmd_once_continue:
-	call lmo_fifo_check
-	nbranch check_51cmd_restore,blank  //process this cmd next time while lmo fifo is full
-	fetch 1,mem_fifo_temp
-	bmark0 mark_context,check_51cmd_check_idle
-	beq BT_CMD_LE_UPDATE_CONN,p_check_51cmd_ble_update_connect_param
-	branch check_51cmd_once_continue+2
-
-p_check_51cmd_ble_update_connect_param:
-	call le_fifo_check_full
-	nrtn blank
-	branch le_l2cap_tx_update_req
-
-
-p_twspi_reset:
-	hfetch 1,core_gpio_out3
-	and_into 0xfd,pdata
-	hstore 1,core_gpio_out3
-	hfetcht 1,core_gpio_oe3
-	or_into 0x2,temp
-	hstoret 1,core_gpio_oe3
-	call twspi_disable
-	and_into 0xfd,temp
-	nop 13
-	call twspi_enable
-	hstoret 1,core_gpio_oe3
-	rtn
-
-
-
-	
-	
-p_g24_set_device_addr:
-	call adc_init_data
-//	fetch 4,mem_0_5_adc_io_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
-p_g24_transmit_rf_ctrl_clear:	
-	fetch 1,mem_24g_data_type
-	and_into bits_data,pdata
-	store 1,mem_24g_data_type
-	rtn
-	
-p_g24_hop_ch_enable:
-	fetch 1,mem_24g_data_type
-	set1 bit_hop,pdata
-	store 1,mem_24g_data_type
-	//update txpayload
-	store 1,mem_24g_txpayload
-	rtn
-//p_g24_hop_ch_disable:
-//	fetch 1,mem_24g_data_type
-//	set0 bit_hop,pdata
-//	store 1,mem_24g_data_type
-//	rtn	
-
-p_g24_transmit_hop_pac_fail:
-	call power_ctrl_pac_succ_decrs
-	fetch 1,mem_24g_rf_work_stage
-	beq 1,p_g24_transmit_hop_pac_fail_wo_hop
-	beq 2,p_g24_transmit_hop_pac_fail_hop_stage2
-	rtn
-p_g24_transmit_hop_pac_fail_wo_hop:
-	jam 2,mem_24g_sync_cnt
-p_g24_transmit_hop_pac_fail_stage1:	
-	jam 0,mem_24g_hop_pac_retry
-	jam 0,mem_24g_rf_last_sta
-	branch p_g24_transmit_rf_ctrl_clear
-
-p_g24_transmit_hop_pac_fail_hop_stage2:
-	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
-	store 2,mem_24g_txfail_cnt
-	bbit1 10,p_g24_tx_attempt_fail	//1024ms * 8
-	fetch 1,mem_24g_rf_hop_ch
-	beq 1,p_g24_rf_hop_fastly
-	jam 1,mem_24g_rf_hop_ch
-p_g24_rf_hop_attemp_again:
-	fetch 1,mem_24g_rf_hop_ch
-	bne 1,p_g24_transmit_rf_ctrl_clear
-p_g24_rf_hop_fastly:
-	fetch 1,mem_24g_hop_fastly_cnt
-	increase 1,pdata
-	store 1,mem_24g_hop_fastly_cnt
-	beq 4,p_g24_rf_hop_fastly_exit
-	call p_g24_ch
-	jam 2,mem_24g_max_retry
-	branch p_g24_transmit_packet
-
-p_g24_rf_hop_fastly_exit:
-	call power_ctrl_pac_succ_decrs
-	jam 0,mem_24g_hop_fastly_cnt
-	branch p_g24_transmit_rf_ctrl_clear
-
-p_g24_transmit_hop_pac_succ_wo_hop:
-	jam 2,mem_24g_sync_cnt
-p_g24_transmit_hop_pac_succ:
-	jam 1,mem_24g_rf_last_sta
-	jam 0,mem_24g_rf_hop_ch
-	branch p_g24_transmit_rf_ctrl_clear
-
-p_g24_transmit_succ_rf_config:
-	fetch 1,mem_24g_rf_work_stage
-	beq 3,p_g24_transmit_hop_pac_succ
-	fetch 1,mem_24g_data_type
-	isolate0 bit_hop,pdata
-	branch p_g24_transmit_rf_sta_init,true
-	fetch 1,mem_24g_rf_work_stage
-	beq 1,p_g24_transmit_hop_pac_succ_wo_hop
-	beq 2,p_g24_transmit_hop_pac_succ
-	rtn
-
-p_g24_rf_sta_check:
-	fetch 1,mem_24g_pairing_sm
-	rtnne STATE_24G_PAIRING_SUCCESS
-	call p_g24_rf_laststa_synccnt_check
-	ncall p_g24_rf_sync_cnt_check,user2
-	rtn
-
-p_g24_rf_laststa_synccnt_check:
-	disable user2
-	fetch 1,mem_24g_rf_last_sta
-	rtnne 1
-	fetch 1,mem_24g_sync_cnt
-	rtnne 0
-	jam 1,mem_24g_rf_work_stage
-	jam 4,mem_24g_max_retry
-	branch enable_user2
-
-p_g24_rf_sync_cnt_check:
-	fetch 1,mem_24g_sync_cnt
-	branch p_g24_rf_hop_attemp,blank
-	increase -1,pdata
-	store 1,mem_24g_sync_cnt
-	jam 2,mem_24g_rf_work_stage
-	call p_g24_ch
-	jam 4,mem_24g_max_retry
-	rtn
-
-p_g24_rf_hop_attemp:
-	jam 3,mem_24g_rf_work_stage
-	fetch 1,mem_24g_rf_hop_ch
-	nbranch p_g24_rf_hop_attemp_again,blank
-	call p_g24_ch
-	jam 2,mem_24g_max_retry
-	rtn
-
-p_g24_txdata_prep:
-	fetch 1,mem_24g_pairing_sm
-	bne STATE_24G_PAIRING_SUCCESS,p_g24_pairing_sm	
-p_g24_txdata_prep_packeage_data:
-	call p_g24_package_data
-	call p_g24_transmit_prep
-p_g24_txdata_enable_tx:
-	jam ENSURE_ON_24G,mem_24g_ensure
-	rtn
-
-p_g24_package_data:
-	fetch 2,mem_cb_24g_data
-	call callback_func
-	branch p_g24_accumulate_mouse_data,user
-	fetch 7,mem_24g_txbuf+1	//mouse data
-	rtn blank
-	branch enable_user	// retransmit
-p_g24_accumulate_mouse_data:
-	call p_mouse_data_xy_release
-	jam 0,mem_24g_abort_pac
-	add rega,1,pdata
-	store 1,mem_24g_datalen
-	call p_g24_transmit_rf_ctrl_clear
-	store 1,mem_24g_txbuf
-	ifetcht 1,contw
-	ifetch 1,regb
-	ior temp,pdata
-	istore 1,contw
-	increase 1,regb
-	ifetch 4,regb
-	istore 4,contw
-	increase 4,regb
-	arg mem_24g_txbuf+6,contw
-	arg 2,loopcnt
-p_g24_accumulation_loop2:
-	ifetch 1,regb
-	ifetcht 1,contw
-	iadd temp,pdata
-	istore 1,contw
-	increase 1,regb
-	loop p_g24_accumulation_loop2
-	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_sensor_poweron
-
-p_g24_transmit_packet:
-	jam 0,mem_24g_retry
-p_g24_transmit_loop:
-	arg param_rx_setup,timeup
-	until clkn_rt,meet
-	call p_g24_transmit_receive_ack
-	fetch 1,mem_24g_no_ack	//tx noack
-	rtneq no_ack_24g
-	nbranch p_g24_retransmit,sync
-	nbranch p_g24_retransmit,user3
-	call p_g24_txbuf_clear
-	call p_g24_ackpayload_parse
-	call power_ctrl_pac_succ_incrs
-p_g24_transmit_next_packet:
-	fetch 1,mem_24g_pid
-	increase 1,pdata
-	store 1,mem_24g_pid
-	fetch 1,mem_24g_pairing_sm
-	bne STATE_24G_PAIRING_SUCCESS,p_g24_paring_mode_start
-	call p_g24_transmit_succ_rf_config
-p_g24_transmit_abandon:
-	setarg 0
-	store 4,mem_24g_ensure
-//	store 1,mem_24g_get_ack_fail
-	store 1,mem_24g_hop_pac_retry
-//	jam ENSURE_OFF_24G,mem_24g_ensure
-	rtn
-
-p_g24_txbuf_clear:
-	arg 4,loopcnt
-	arg mem_24g_txbuf,contw
-	branch memset0
-
-p_g24_paring_mode_start:
-	call power_ctrl_pac_succ_cnt_init
-	branch p_g24_paring_mode
-
-p_g24_transmit_receive_ack:
-	disable user3
-	call p_g24_transmit
-	
-
-	fetch 1,mem_24g_no_ack
-	beq no_ack_24g,p_g24_transmit_no_ack	//tx no ack
-	force 0,radio_ctrl
-	fetch 4,mem_24g_addr
-	iforce access
-	fetcht 1,mem_last_freq
-	call set_freq_rx
-	call rf_rx_enable
-	call p_g24_receive_rxon
-	call p_g24_end_of_packet,user3
-	rtn
-p_g24_transmit_no_ack:
-	call p_g24_end_of_packet
-	branch p_g24_transmit_next_packet
-
-p_g24_retransmit:
-	fetch 1,mem_24g_get_ack_fail
-	increase 1,pdata
-	store 1,mem_24g_get_ack_fail
-	fetch 1,mem_24g_pairing_sm
-	bne STATE_24G_PAIRING_SUCCESS,p_g24_tx_paring_retry
-	fetcht 1,mem_24g_retry
-	increase 1,temp
-	storet 1,mem_24g_retry
-	fetch 1,mem_24g_max_retry
-	isub temp,pdata
-	nbranch p_g24_transmit_loop,blank
-	fetch 1,mem_24g_rf_work_stage
-	beq 3,p_g24_transmit_pac_fail_hop_stage3
-	fetch 1,mem_24g_hop_pac_retry
-	increase 1,pdata
-	store 1,mem_24g_hop_pac_retry
-	beq 2,p_g24_transmit_hop_pac_fail
-	call p_g24_hop_ch_enable
-	jam 1,mem_24g_max_retry
-	branch p_g24_transmit_packet
-
-p_g24_tx_paring_retry:
-	fetch 1,mem_24g_get_ack_fail
-	rtnne 0xff
-	jam 0,mem_24g_get_ack_fail
-	branch p_g24_stop_g24_mode
-
-p_g24_tx_attempt_fail:
-	setarg 0
-	store 2,mem_24g_txfail_cnt
-p_g24_stop_g24_mode:
-	jam BT_EVT_24G_ATTEMPT_FAIL,mem_fifo_temp
-	branch ui_ipc_send_event
-
-p_g24_ackpayload_parse:
-	call p_g24_read_len_pid_crc
-	fetch 1,mem_24g_rxdata_length	//ack payload length 
-	rtn blank
-	iforce loopcnt
-	arg mem_24g_rxbuf+2,contr
-	arg mem_24g_rxpayload,contw	//ack payload buffer 
-	branch memcpy
-
-power_ctrl_pac_succ_cnt_init:
-	jam 1,mem_power_ctrl_level
-	jam 0,mem_power_ctrl_pac_succ_cnt
-	rtn
-power_ctrl_pac_succ_incrs:
-	fetch 1,mem_power_ctrl_pac_succ_cnt
-	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
-
-power_ctrl_start:
-	fetch 2,mem_ui_state_map
-	rtnbit1 UI_STATE_BLE_ADV
-	rtnbit1 UI_STATE_BT_RECONNECT
-	rtnbit1 UI_STATE_BT_DISCOVERY
-
-	arg mem_rssi_signal_buf,rega
-	call p_rssi_average
-	storet 1,mem_rssi_avg_received
-
-	setarg RSSI_DIS_MAX_24G
-	bmark1 mark_24g,power_ctrl_start_next
-	setarg RSSI_DIS_MAX_BLE
-power_ctrl_start_next:	
-	isub temp,null
-	nbranch power_ctrl_txpower_incrs_force,positive
-
-	fetch 1,mem_power_ctrl_pac_succ_cnt
-	sub pdata,2,null
-	nbranch power_ctrl_txpower_decrs_check,positive
-	fetch 1,mem_power_ctrl_pac_succ_cnt
-	beq 0,power_ctrl_txpower_incrs
-	rtn
-
-power_ctrl_txpower_decrs_check:
-	fetch 1,mem_power_ctrl_pac_succ_cnt
-	rtnne 32
-	jam 0,mem_power_ctrl_pac_succ_cnt
-power_ctrl_txpower_decrs:
-	fetcht 1,mem_rssi_avg_received
-	setarg RSSI_DIS_MIN_24G
-	bmark1 mark_24g,power_ctrl_txpower_decrs_next
-	setarg RSSI_DIS_MIN_BLE	
-power_ctrl_txpower_decrs_next:	
-	isub temp,null
-	nrtn positive
-	fetch 1,mem_power_ctrl_level
-	beq 0,power_ctrl_decrs_level0
-	increase -1,pdata
-	store 1,mem_power_ctrl_level
-	beq 0,power_ctrl_decrs_level0
-power_ctrl_decrs_level1:
-power_ctrl_incrs_level1:	//0dBm
-	jam TX_POWER_0DB,mem_tx_power
-	rtn
-
-power_ctrl_txpower_incrs_force:
-	jam 0,mem_power_ctrl_pac_succ_cnt
-power_ctrl_txpower_incrs:
-	fetch 1,mem_power_ctrl_level
-	beq 2,power_ctrl_incrs_level2
-	increase 1,pdata
-	store 1,mem_power_ctrl_level
-	beq 1,power_ctrl_incrs_level1
-power_ctrl_incrs_level2:	//+6dBm
-
-	jam TX_POWER_5DB,mem_tx_power
-	rtn
-	
-power_ctrl_decrs_level0: //-5dBm
-
-	jam TX_POWER_f5DB,mem_tx_power
-	rtn
-	
-p_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
-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_pairing_sm:
-	fetch 1,mem_24g_ensure
-	beq ENSURE_ON_24G,enable_user
-	fetch 1,mem_24g_pairing_sm
-	beq STATE_24G_PAIRING_1,p_g24_pairing_sm_1
-	beq STATE_24G_PAIRING_2,p_g24_pairing_sm_2
-	beq STATE_24G_PAIRING_3,p_g24_pairing_sm_3
-	branch assert
-
-p_g24_pairing_sm_1:
-	jam STATE_24G_PAIRING_1_WAITING_ACK,mem_24g_pairing_sm
-	jam 0xaa,mem_24g_common_temp
-	branch p_g24_pairing_sm_common
-p_g24_pairing_sm_2:
-	jam STATE_24G_PAIRING_2_WAITING_ACK,mem_24g_pairing_sm
-	jam 0x55,mem_24g_common_temp
-	branch p_g24_pairing_sm_common
-p_g24_pairing_sm_3:
-	jam STATE_24G_PAIRING_3_WAITING_ACK,mem_24g_pairing_sm
-	jam 0x22,mem_24g_common_temp
-p_g24_pairing_sm_common:
-	fetch 1,mem_24g_data_type
-	and_into bits_data,pdata
-	store 1,mem_24g_common_temp+1
-	fetch 4,mem_24g_device_addr
-	store 4,mem_24g_common_temp+2
-p_g24_put_pairing_data_in_buff:
-	jam 0,mem_24g_common_temp+6
-	arg mem_24g_common_temp,rega
-	arg 7,temp
-	call p_g24_put_data_in_buff
-	call p_g24_transmit_prep
-	call p_g24_txdata_enable_tx
-	branch enable_user
-
-p_g24_paring_mode:
-	fetch 1,mem_24g_pairing_sm
-	rtneq STATE_24G_PAIRING_SUCCESS
-	beq STATE_24G_PAIRING_1_WAITING_ACK,p_g24_pairing_sm_1_waiting_ack
-	beq STATE_24G_PAIRING_2_WAITING_ACK,p_g24_pairing_sm_2_waiting_ack
-	beq STATE_24G_PAIRING_3_WAITING_ACK,p_g24_pairing_sm_3_waiting_ack
-	rtn
-
-
-p_g24_pairing_sm_1_waiting_ack:
-	jam STATE_24G_PAIRING_2,mem_24g_pairing_sm
-	branch p_g24_transmit_abandon
-p_g24_pairing_sm_2_waiting_ack:
-	jam STATE_24G_PAIRING_3,mem_24g_pairing_sm
-	branch p_g24_transmit_abandon
-p_g24_pairing_sm_3_waiting_ack:
-	jam STATE_24G_PAIRING_SUCCESS,mem_24g_pairing_sm
-	jam BT_EVT_24G_PAIRING_COMPLETE,mem_fifo_temp
-	call ui_ipc_send_event	
-	fetch 4,mem_24g_rxpayload+2
-	call p_g24_update_addr_and_synccrc8
-	branch p_g24_transmit_abandon
-
-p_g24_start_24g_mode:
-	set0 mark_24g,mark
-	jam with_ack_24g,mem_24g_no_ack	//tx ack
-	call p_g24_ch_syncword_crc8_init
-	fetch 1,mem_24g_pairing_sm
-	rtnne STATE_24G_PAIRING_SUCCESS
-	call p_g24_tx_attemp_data_prep
-p_g24_tx_attemp_dongle:
-	setarg 0
-	store 2,mem_24g_check_dongle_times
-p_g24_tx_attemp_dongle_loop:
-	call lpo_calibration
-	nop 2000
-	fetch 1,mem_24g_check_dongle_times
-	beq 0xff,p_g24_stop_g24_mode
-	call p_g24_transmit_receive_ack
-	nbranch p_g24_attemp_txdata_retry,sync
-	nbranch p_g24_attemp_txdata_retry,user3
-p_g24_tx_attemp_dongle_succ:
-	set1 mark_24g,mark
-	setarg 0
-	store 2,mem_24g_check_dongle_times
-	jam 0,mem_mouse_long_mult_flag
-	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
-	call ui_ipc_send_event
-	call p_g24_txbuf_clear
-//	branch p_g24_transmit_by_interrupt_enable
-p_g24_transmit_by_interrupt_enable:
-	jam G24_TX_TIMER_INT_ENABLE,mem_24g_transmit_by_interrupt
-	jam 0,mem_24g_transmit_by_interrupt_exit_count
-	rtn
+	fetch 1,mem_le_connect_status_flag
+	compare 3,pdata,3
+	nbranch lpm_mult_short,true
+	branch le_lpm_set_mult_attempt+3
 
-p_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
-p_g24_transmit_prep:
+p_le_mouse_bb_event_connect_complete:
+	fetch 1,mem_mouse_le_reconnect_flag
+	nrtn blank
+	fetch 1,mem_le_att_handle
+	sub pdata,26,pdata
+	nrtn zero
+	branch mouse_le_write_enable
 
-// total length
-	fetch 1,mem_24g_datalen
-	increase 2,pdata
-	store 1,mem_24g_txlen
-// data type
-	fetch 1,mem_24g_data_type
-	store 1,mem_24g_txpayload
-//prepare 5bit payload length, 2bit PID, 1bit NO_ACK
-	fetch 1,mem_24g_datalen
-	lshift3 pdata,pdata
-	fetcht 1,mem_24g_pid
-	and temp,0x03,temp
-	lshift temp,temp
-	ior temp,pdata
-	fetcht 1,mem_24g_no_ack
-	iadd temp,pdata
-	istore 1,contw
-//prepare payload data
-	fetch 1,mem_24g_datalen
-	iforce loopcnt
-	arg mem_24g_txbuf,contr
-	branch memcpy
-	
-p_g24_attemp_txdata_retry:
-	fetch 2,mem_24g_check_dongle_times
-	increase 1,pdata
-	store 2,mem_24g_check_dongle_times
-	call p_g24_ch
-	branch p_g24_tx_attemp_dongle_loop
+p_check_51cmd_once_continue:
+	call lmo_fifo_check
+	nbranch check_51cmd_restore,blank  //process this cmd next time while lmo fifo is full
+	fetch 1,mem_fifo_temp
+	bmark0 mark_context,check_51cmd_check_idle
+	beq BT_CMD_LE_UPDATE_CONN,p_check_51cmd_ble_update_connect_param
+	branch check_51cmd_once_continue+2
 
-p_g24_auto_pair_start:
-	set0 mark_24g,mark
-	jam with_ack_24g,mem_24g_no_ack	//tx ack
-	call p_g24_auto_pair_first_attemp
-	call p_g24_tx_attemp_data_prep
-p_g24_auto_pair_restart:
-	jam 0,mem_24g_check_dongle_times
-p_g24_auto_pair_start_loop:
-	call lpo_calibration
-	nop 2000
-	fetch 1,mem_24g_check_dongle_times
-	beq 0xff,p_g24_stop_g24_mode
-	call p_g24_transmit_receive_ack
-	nbranch p_g24_auto_pair_retry,sync
-	nbranch p_g24_auto_pair_retry,user3
-	call p_g24_ackpayload_parse
-	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
-	branch p_g24_tx_attemp_dongle_succ
+p_check_51cmd_ble_update_connect_param:
+	call le_fifo_check_full
+	nrtn blank
+	branch le_l2cap_tx_update_req
+	
 
-p_g24_auto_pair_retry:
-	fetch 1,mem_24g_check_dongle_times
-	increase 1,pdata
-	store 1,mem_24g_check_dongle_times
-	fetch 1,mem_24g_auto_paring_switch
-	increase 1,pdata
-	and_into 3,pdata
-	store 1,mem_24g_auto_paring_switch
-	beq 0,p_g24_auto_pair_device_attemp
-	beq 1,p_g24_auto_pair_pair_attemp
-	beq 2,p_g24_auto_pair_all_powerful_attemp
-	beq 3,p_g24_auto_pair_pair_attemp
+p_twspi_reset:
+	hfetch 1,core_gpio_out3
+	and_into 0xfd,pdata
+	hstore 1,core_gpio_out3
+	hfetcht 1,core_gpio_oe3
+	or_into 0x2,temp
+	hstoret 1,core_gpio_oe3
+	call twspi_disable
+	and_into 0xfd,temp
+	nop 13
+	call twspi_enable
+	hstoret 1,core_gpio_oe3
 	rtn
 
-p_g24_auto_pair_first_attemp:
-//	call p_g24_factory_check
-//	branch p_g24_auto_pair_all_powerful,user
-//p_g24_auto_pair_dongle_addr_reconn:
-	call p_mouse_tx_power_init
-//	call p_mouse_init_iic_read_24g_addr
-//	call p_g24_factory_check
-//	branch p_g24_auto_pair_all_powerful,user
-	fetch 4,mem_24g_device_addr
-	store 4,mem_24g_addr
-p_g24_ch_syncword_crc8_init:	
-	call p_g24_syncword_crc8
-//	branch p_g24_ch	
-p_g24_ch:
-	fetcht 1,mem_24g_current_ch_number
-	call p_g24_ch_map_size
-	storet 1,mem_24g_current_ch_number
-	rtn
 
-p_g24_auto_pair_all_powerful:
-	jam TX_POWER_PAIR,mem_tx_power
-	setarg 0x0f0f
-	store 2,mem_24g_addr
-	istore 2,contw
-	branch p_g24_ch_syncword_crc8_init
 
-p_g24_auto_pair_device_attemp:
-	call p_g24_auto_pair_first_attemp
-	branch p_g24_auto_pair_start_loop
+	
 
-p_g24_auto_pair_pair_attemp:
-	call p_g24_pair_init
-	branch p_g24_auto_pair_start_loop
+power_ctrl_pac_succ_cnt_init:
+	jam 1,mem_power_ctrl_level
+	jam 0,mem_power_ctrl_pac_succ_cnt
+	rtn
+power_ctrl_pac_succ_incrs:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	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
 
-p_g24_auto_pair_all_powerful_attemp:	
-	call p_g24_auto_pair_all_powerful
-	branch p_g24_auto_pair_start_loop
+power_ctrl_start:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+//	rtnbit1 UI_STATE_BT_RECONNECT
+//	rtnbit1 UI_STATE_BT_DISCOVERY
+	
+	arg mem_rssi_signal_buf,rega
+	call p_rssi_average
+	storet 1,mem_rssi_avg_received
 
-p_g24_check_51cmd_stop_24g:
-	set0 mark_24g,mark
-	call le_disable
-p_mouse_disable_g24_pairing_flag:
-	arg MOSUE_24G_PAIRING_FLAG,queue
-	branch mouse_disable_function_flag
+	setarg RSSI_DIS_MAX_24G
+	bmark1 mark_24g,power_ctrl_start_next
+	setarg RSSI_DIS_MAX_BLE
+power_ctrl_start_next:	
+	isub temp,null
+	nbranch power_ctrl_txpower_incrs_force,positive
 
-p_g24_put_data_in_buff:
-	storet 1,mem_24g_datalen
-	copy temp,loopcnt
-	arg mem_24g_txbuf,contw
-	copy rega,contr
-	branch memcpy
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	sub pdata,2,null
+	nbranch power_ctrl_txpower_decrs_check,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	beq 0,power_ctrl_txpower_incrs
+	rtn
 
-p_g24_read_len_pid_crc:
-//read control
-	fetch 1,mem_24g_rxbuf+1
-	rshift3 pdata,pdata
-	store 1,mem_24g_rxdata_length
-//get crc
+power_ctrl_txpower_decrs_check:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	rtnne 32
+	jam 0,mem_power_ctrl_pac_succ_cnt
+power_ctrl_txpower_decrs:
+	fetcht 1,mem_rssi_avg_received
+	setarg RSSI_DIS_MIN_24G
+	bmark1 mark_24g,power_ctrl_txpower_decrs_next
+	setarg RSSI_DIS_MIN_BLE	
+power_ctrl_txpower_decrs_next:	
+	isub temp,null
+	nrtn positive
+	fetch 1,mem_power_ctrl_level
+	beq 0,power_ctrl_decrs_level0
+	increase -1,pdata
+	store 1,mem_power_ctrl_level
+	beq 0,power_ctrl_decrs_level0
+power_ctrl_decrs_level1:
+power_ctrl_incrs_level1:	//0dBm
+	jam TX_POWER_0DB,mem_tx_power
+	rtn
+
+power_ctrl_txpower_incrs_force:
+	jam 0,mem_power_ctrl_pac_succ_cnt
+power_ctrl_txpower_incrs:
+	fetch 1,mem_power_ctrl_level
+	beq 2,power_ctrl_incrs_level2
 	increase 1,pdata
-	arg mem_24g_rxbuf+1,contr
-	iadd contr,contr
-	ifetch 3,contr
-	store 3,mem_24g_sta_crc
-//read pid
-	fetch 1,mem_24g_rxbuf+1
-	rshift pdata,pdata
-	and pdata,0x03,pdata
-	store 1,mem_24g_sta_pid
+	store 1,mem_power_ctrl_level
+	beq 1,power_ctrl_incrs_level1
+power_ctrl_incrs_level2:	//+6dBm
+
+	jam TX_POWER_5DB,mem_tx_power
+	rtn
+	
+power_ctrl_decrs_level0: //-5dBm
+	jam TX_POWER_f5DB,mem_tx_power
 	rtn
 
 
@@ -2334,20 +2691,22 @@
 	nop 10 /* wait tx lo buffer to turn ON*/
 	jam 0x7d, rfen_mdm
 	fetch 1,mem_tx_power
-	beq TX_POWER_0DB,p_set_tx_power_0db
+//	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_f5DB,p_set_tx_power_f5db
 	beq TX_POWER_PAIR,p_set_tx_power_pair
-	branch p_set_tx_power_0db
-
+//	branch p_set_tx_power_0db
 p_set_tx_power_0db:
 	call p_rx_low_sens
+//	jam 0xba,0x894b
 	jam 0xd0,0x8955
 	jam 0xe0,0x8956
+//	jam 0x88,0x8957
 	jam 0x6c,0x8958
-	branch set_tx_power_0db	
+//	jam 0x10,0x8959
+	branch set_tx_power_0db
 
 //p_set_tx_power_3db:
 //	call p_rx_high_sens
@@ -2361,9 +2720,12 @@
 	
 p_set_tx_power_5db:
 	call p_rx_high_sens
+//	jam 0xba,0x894b
 	jam 0xd0,0x8955
 	jam 0xe0,0x8956
+//	jam 0x88,0x8957
 	jam 0x3c,0x8958
+//	jam 0x10,0x8959
 	branch set_tx_power_5db
 
 //p_set_tx_power_f3db:
@@ -2378,9 +2740,12 @@
 	
 p_set_tx_power_f5db:
 	call p_rx_low_sens
+//	jam 0xba,0x894b
 	jam 0xd0,0x8955
 	jam 0xc0,0x8956
+//	jam 0x88,0x8957
 	jam 0x6c,0x8958
+//	jam 0x10,0x8959
 	branch set_tx_power_f5db
 
 p_rx_low_sens:
@@ -2398,6 +2763,7 @@
 	rtn
 		
 p_set_tx_power_pair:	//50-100cm distance
+//	jam 0xba,0x894b
  	jam 0xc2,0x8956
  	jam 0xd0,0x8955
 	rtn	
@@ -2406,351 +2772,9 @@
 	force 8,radio_ctrl
 	branch shutdown_radio+1
 
-/* ================================== 24g common functions ============================= */
-p_g24_timer_check:
-	call disable_user
-	fetcht 4,mem_24g_tx_btclk
-	copy clkn_bt,pdata
-	isub temp,null
-	ncall g24_timer_timeout,positive
-	copy pdata,regb
-	fetch 4,mem_24g_tx_btclk
-	fetcht 1,mem_24g_interval
-	iadd temp,temp
-	copy regb,pdata
-	isub temp,null
-	nrtn positive
-	set0 28,pdata
-	store 4,mem_24g_tx_btclk
-	branch enable_user
-
-//p_rssi_noise:
-//	call save_rssi
-//	rtn blank
-//	fetcht 1,mem_rssi_noise_index
-//	arg mem_rssi_noise_buffer,rega
-//	call p_rssi_store
-//	storet 1,mem_rssi_noise_index
-//	rtn
-	
-//p_rssi_store:
-//	copy rega,pdata
-//	iadd temp,contw
-//	fetch 1,mem_rssi
-//	istore 1,contw
-//	increase 1,temp
-//ifdef DONGLE
-//	and_into RSSI_BUF_LEN_NOISE,temp
-//endif
-//ifdef MOUSE
-//	and_into RSSI_BUF_LEN_SIGNAL,temp
-//endif
-//	rtn
-p_rssi_average:
-	arg 0,temp
-	arg RSSI_BUF_LEN_SIGNAL+1,loopcnt
-	copy rega,contr
-p_rssi_average_loop:
-	ifetch 1,contr
-	iadd temp,temp
-	loop p_rssi_average_loop
-	rshift3 temp,pdata
-	copy pdata,temp
-	rtnmark0 mark_24g
-	//2BCD
-	div pdata,10
-	call wait_div_end
-	quotient pdata
-	lshift4 pdata,pdata
-	remainder temp
-	ior temp,temp
-	rtn
-	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_prep:
-	disable enable_crc
-	disable enable_white
-	setarg 0x555555
-	iforce crc24_init
-	fetch 1,mem_24g_ch
-	reverse pdata,temp
-	set1 1,temp
-	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_rxon:
-
-
-	call p_g24_prep
-	disable user3
-	enable decode_fec0
-	enable is_rx
-	disable is_tx
-	enable swfine
-	fetch 2,mem_24g_rx_window
-	iforce stop_watch
-	correlate null,timeout
-	nbranch p_g24_sync_timeout,sync
-
-
-	disable decode_fec0
-	enable decode_fec1
-	enable enable_white
-	enable enable_crc
-	call p_g24_receive_byte
-	store 1,mem_24g_get_syncword_crc8
-	fetcht 1,mem_24g_syncword_crc8
-	isub temp,null
-	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_rxbuf
-	fetcht 1,mem_24g_data_type
-	icompare bits_data,temp
-	nbranch p_g24_end_of_packet,true
-p_g24_receive_skip:
-	call p_g24_receive_byte
-	istore 1,contw
-	rshift3 pdata,pdata
-	and pdata,0x1f,loopcnt	//max payload: 32bytes
-	branch p_g24rx_nopayload,zero
-p_g24rx_loop:
-	call p_g24_receive_byte
-	istore 1,contw
-	loop p_g24rx_loop
-p_g24rx_nopayload:
-	//receive rssi hex
-	copy contw,rega
-	call p_g24_receive_byte
-	store 1,mem_rssi_hex_received
-	copy rega,contw
-	parse demod,bucket,24
-	enable swfine
-	arg param_sifs,stop_watch	
-	rshift32 pdata,pdata
-	rshift16 pdata,pdata
-	istore 3,contw
-	disable decode_fec1
-	branch p_g24_end_of_packet,crc_failed
-
-
-	enable user3
-	fetch 1,mem_last_freq
-	add pdata,0,rega
-	call rf_write_freq
-	disable decode_fec0
-	call set_sync_on
-	fetch 1,mem_rssi_hex_received
-	call p_rssi_signal
-	rtn
-
-p_g24_receive_byte:
-	parse demod,bucket,8
-	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_set_freq_tx:
-	call set_sync_on
-	fetcht 1,mem_24g_ch
-	branch set_freq_tx
-
-p_g24_transmit:
-	call le_enable
-	fetch 4,mem_24g_addr
-	iforce access
-	call p_g24_prep
-	call p_g24_set_freq_tx
-	set1 TXGFSK,radio_ctrl
-	enable encode_fec0
-	enable is_tx
-	disable is_rx
-
-	
-	rshift16 access,pdata
-	rshift8 pdata,pdata
-	rshift4 pdata,pdata
-	inject mod,40
-	disable encode_fec0
-	enable encode_fec1
-	enable enable_white
-	enable enable_crc
-	fetch 1,mem_24g_syncword_crc8
-	inject mod,8
-	fetch 1,mem_24g_txlen
-	iforce loopcnt
-	arg mem_24g_txpayload,contr
-p_g24tr_loop:
-	ifetch 1,contr
-	inject mod,8
-	loop p_g24tr_loop
-
-
-	enable enable_parity
-	inject mod,24	//crc
-	disable enable_parity
-	until null,tx_clear
-	nop 100
-	disable encode_fec0
-	disable encode_fec1
-	rtn
-
-
-
-
-p_mouse_data_init:
-	jam 7,mem_mouse_data_queue	//data length
-	jam 4,mem_mouse_data_queue+1	//fifo depth
-	setarg mem_mouse_data_queue
-	store 2,mem_queue_ptr
-	branch queue_init
-
-p_mouse_data_push:
-	arg mem_mouse_key,rega
-	call queue_push
-	call p_mouse_queue_increase,user
-	
-	rtn
-p_mouse_queue_increase:
-	fetch 1,mem_mouse_data_queue_num
-	increase 1,pdata
-	store 1, mem_mouse_data_queue_num
-	rtn
-	
-p_mouse_data_pull:
-	arg mem_mouse_key,rega
-	call queue_pop
-	branch p_mouse_fill_data_le,user
-	rtn
-
-p_mouse_fill_data_le:
-	call le_clear_md
-	fetch 1,mem_mouse_data_queue_num
-	sub pdata,1,null
-	ncall le_set_md,positive
-	fetch 1,mem_mouse_data_queue_num
-	rtn blank
-	increase -1,pdata
-	store 1, mem_mouse_data_queue_num
-	branch mouse_fill_data_le
-
-/*
-p_le_savelist:
-	fetch 1,mem_mouse_key
-	bbit0 0,p_le_savelist1
-	fetch 1,mem_lpm_mode
-	bbit1 1,p_le_savelist1
-	jam 0,mem_seqi
-p_le_savelist1:
-	fetch 4,mem_sync_clke
-	store 4,mem_pdatatemp
-	deposit auxcnt
-	istore 1,contw
-	fetch 1,mem_le_ch_mapped
-	istore 1,contw
-	fetch 2,mem_le_event_count
-	arg 0x0fff,contr
-	iand contr,pdata
-	setflag match,15,pdata
-	setflag wake,14,pdata
-	setflag sync,13,pdata
-	setflag attempt,12,pdata
-	istore 2,contw
-
-
-p_save1:
-	call p_savelist1
-	fetch 1,mem_context
-	rtnbit0 state_inconn
-	fetch 1,mem_lpm_mode
-	rtnbit1 1
-	fetch 1,mem_mouse_z
-	rtn blank
-	jam 3,mem_lpm_mode
-	jam 0,mem_seqi
-	rtn
-
 
-p_savelist:
-	store 8,mem_pdatatemp
-p_savelist1:
-	fetch 1,mem_seqi
-	rtneq 0x7f
-	and_into 0x7f,pdata
-	lshift3 pdata,pdata
-	arg 0x4c00,contw
-	iadd contw,contw
-	fetch 8,mem_pdatatemp
-	istore 8,contw
-	fetch 1,mem_seqi
-	isolate1 7,pdata
-	increase 1,pdata
-	and_into 0x7f,pdata
-	setflag true,7,pdata
-	store 1,mem_seqi
-	fetch 8,mem_pdatatemp
-	rtn	
 
 
-p_hci_log:
-	fetch 1,0x4c00
-	increase 1,pdata
-	sub pdata,50,null
-	branch p_hci_log_calc_ptr,positive
-	setarg 0
-p_hci_log_calc_ptr:
-	store 1,0x4c00
-	arg 8,temp
-	imul32 temp,pdata
-	arg 0x4c08,contw
-	iadd contw,contw
-p_hci_log_write_content:
-	fetch 1,0x4c00
-	istore 1,contw//counter
-	fetch 4,mem_24g_txbuf+2
-	istore 4,contw
-	rtn
-*/
 
 
 
@@ -2781,7 +2805,6 @@
 	bpatch patch00_2,mem_patch00
 	call app_lpm_init,wake
 	call publickey_init
-soft_reset_2:
 	call lpm_recover_clk,wake
 main_loop:	
 	bpatch patch00_3,mem_patch00
@@ -14282,7 +14305,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   
Index: output/bt_program23.rom
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/bt_program23.rom	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/bt_program23.rom	(working copy)
@@ -1,46 +1,46 @@
 11000010100001000000000000010000
 11000000000000001000000000100111
-11000000010000101000011000001011
-11000000010001001000010111011010
+11000000010000101000011001111110
+11000000010001001000011001001111
 11000000010100001000000000110000
 11000000010110001000000000110101
-11000000010110010000000000111101
-11000000011000100000000011001110
-11000000011001001000000110001000
-11000000011001010000000110001100
-11000000011100011000001011001110
-11000000011100110000001010000000
-11000000011101010000001100000110
-11000000011101011000001100010100
-11000000011101100000001101000011
+11000000010110010000000001000001
+11000000011000100000001011001111
+11000000011001001000001101110011
+11000000011001010000001101110111
+11000000011100011000010010101011
+11000000011100110000010011010010
+11000000011101010000010100001110
+11000000011101011000010100011110
+11000000011101100000010101000100
 00100000001000000010101010001110
-11000000000111001000001101000111
-11000000001000011000001101001111
-11000000001001010000001101010101
-11000000001010111000001101011000
-11000000001011001000001101101010
-11000000001100011000001101110111
-11000000001100110000001110100001
-11000000001100111000001110111000
-11000000001101010000001111100100
-11000000001110111000001111101111
-11000000011111010000001111111111
-11000000010001100000010000001000
+11000000000111001000010101001001
+11000000001000011000010101010001
+11000000001001010000010101010111
+11000000001010111000010101011010
+11000000001011001000010101101010
+11000000001100011000010101110111
+11000000001100110000010110100001
+11000000001100111000010110111000
+11000000001101010000010111100100
+11000000001110111000010111101111
+11000000011111010000010111111111
+11000000010001100000011000001000
 00100000001000000010101010001110
 00011111111000100010001000000000
-01101000000010001100110001110111
-01011000000000000100110001111110
+01101000000010001100110010000101
+01011000000000000100110010001100
 10011000010000001000101000000000
 00011010001000100111111000000000
 11100000101000001000000000000000
 00011000010000001000010000000001
 00011000010000010000010000000111
-01100000000010001100110001110111
+01100000000010001100110010000101
 00100000011000000000000000000000
 11011000101000000000100110101110
 11011111001000000000000000001100
 00100000010000000111111011010100
-00100000010000000000000011000101
+00100000010000000000001110101101
 00100000010000000110101000000011
 00100000010000000101110011110110
 00100100010101011010110001100101
@@ -52,78 +52,71 @@
 01100000000000010100010100010011
 00100000001000000010101010100010
 11000110000100110000000000000000
+01101000000000001100101100000001
+00100100001110100111111111101111
+01101000000000001100101100000111
+00100100001110100111111111101111
 01101000000000001100011110011100
-11000000000000000111111111101111
+00100000001110100111111111101111
 01101000000000001100011111000100
 11000000000000001111111111101111
-01101000000000010100001001001000
+01101000000000001100100000000110
 00100100001110100111111111101111
 00100000001000000111111111110001
 11000110100100110000000000000000
-01101000000000001100110011111100
-11000000000000001000000001011010
-00100000010000000000010001101001
-00100100001101000000000001110010
-01110000010010111111100000000000
-00100000010000000000010001001110
-00100000010000000000010010010100
-01101000000000001100101111001100
+01101000000000001100110100001010
+11000000000000001000000001010111
+00100000010000000000000011110110
+00100100001101000000000001101110
+00100000010000000000000011011101
+00100000010000000000000100011001
+01101000000000001100101111011010
 11000001111111111000000000000000
-00100000010000000000010011110001
-01101000000000001100101111111000
-11000000000000001000000001111011
-00100000010000000000000001010100
-01101000000000001100110011111100
-11000001000000001000000000000000
-01101000000000001100101100000110
-11000000000000001000010101110000
-00100000010000000000000010000001
+01110000010000011101111000000010
+00100000010000000000000001010011
+01101000000000001100101100000001
+11000000000000001000000110100110
+00100000010000000000000001111010
 00100100011101000000000000000000
-00100000010000000000000010100111
-01011000000000001110101001100000
+00100000010000000000001011001100
+01011000000000001110110001010100
 00100000001000000010101110010011
-01101000000000001100011011110101
-11000011100000111000000000000000
 01011000000000010111011100000000
-01100000000000011100101111101011
-01110000010010101111111100011110
+01100000000000011100101111111001
+01110000010010110011110000010100
 00100000011000000000000000000000
-00100000010000000000011000001101
+00100000010000000000001010010111
 00100100011101000000000000000000
-00100000010000000000000001101100
-01101000000000001100110011111101
+00100000010000000000000001101000
+01101000000000001100110100001011
 00011111111000001111111000000001
-01100000000000001100110011111101
+01100000000000001100110100001011
 00011111111001100111110000011001
-00100000010000101000000001100011
-00100000001000000000000001000000
-01110000010011001111110000000000
-01110000010011001111110100000000
-01110000010010111111011100000000
-01101000000000001100101111100010
-01100000000000001100101111100001
-00100000011000000000000000000000
-01101000000000001100101111100011
-01100000000000001100101111100001
-00100000011000000000000000000000
-01101000000000001100101111110111
-00011111111000001111111000000001
-01100000000000001100101111110111
-11000000000000100000000001101001
-11000000000000101000000001100101
+00100000010000101000000001100000
+00100000001000000000000001000100
+01110000010011010000101000000000
+01110000010011010000101100000000
+01110000010011000000010100000000
+01101000000000001100101111110000
+01100000000000001100101111101111
+00100000011000000000000000000000
+01101000000000001100101111110001
+00100000001000000000000001100100
+01101000000000001100110000000101
+00011111111000001111111000000001
+01100000000000001100110000000101
+11000000000000100000000001100110
+11000000000000101000000001100010
 00100000011000000000000000000000
-01101000000000001100101111101000
-00100000010110100000000010001100
-00100000010000000000000010011011
-01101000000000001100101111111000
-11000001000000001000000000000000
-01101000000000001100101100001100
-00100100011110100000000000000000
+01101000000000001100101111110110
+00100000010110100000000010010101
 01101000000000001100101100000110
+00100100011110100000000000000000
+01101000000000001100101100000001
 11000001000000001000000000000000
-00100000010000000000000010000001
+00100000010000000000000001111010
 00100100011101000000000000000000
-01101000000000011100101111101011
+01101000000000011100101111111001
 00100000010000000111111101001001
 01100000000010100100000101011011
 00100000001000000010101100101010
@@ -135,376 +128,933 @@
 00100000001110100111111111101001
 01101000000000001100010110110001
 00100000001110100111111111101001
-01101000000000001100110011111100
+01101000000000001100110100001010
 11000000000000001111111111101001
-00100000001000000000000010101010
-01110000010010111110100000000001
-01110000010011001111000100000000
-00100000010000000000010000011010
-01100000000000001100101101011000
-01011000000000000000000000000000
-01100000000000111100101101011001
-01101000000000100100101111110011
-01100000000000100100101101100000
-01110000010010111011110000001100
-01101000000000001100101110111101
-01111001001000000111111000000011
-01100000000000001100101110111101
-00100000010000000000010101111011
-00100000010000000000010001101101
-00100000001000000000000001000100
-01101000000000001100101111101000
-00100000011110100000000000000000
-01110000010010111111100000000001
-00100000010000000000010110110101
-00100000001000000000000010001101
-11000110000100110000000000000000
-00100000010000000000000010111011
-00100000010000000000000010101010
-01101000000000001100000001000000
-11000011000000000000000010100111
-01101000000000001000000010100000
-00100100011110100000000000000000
-01011000000000000000000000000000
-01100000000001000000000010100001
-00100000011000000000000000000000
-00100000010000000000000010111000
-00100000010000000000000010100111
+00100000010000000000000010010010
+00100000010000000000001011001100
 00100000010000000011111010111111
 01101000000100100000000001110000
 01101000000110100000000001111000
 10011000010000011000010000000000
 00011000010001000000010000000000
 01100000000110100000000001111100
-11011000010000000000000000011101
+01101000000010001100101100111110
 00100000010000000110011111111011
-11011000010000000000000000011101
+01101000000010001100101100111110
 01111001001000000000010000000111
 11011000101000001000000001111000
 00100000001000000110100000110000
-01101000000000001100101100000011
+01101000000000001100101100001100
 00100000011110100000000000000000
-00100000001000000000001011001110
-11011000110000000001100000000000
-11011000101000000100100000001010
-00100000010000000000000011000011
-11011000110000000001100100000000
-00100000010000000000000011000011
-11011000110000000001101000000000
-00100000010000000000000011000011
-11011000110000000001101100000000
-11011111001000000000000000011011
-00100000001000000111111100000001
-11011000110000000100100000001010
-11011000101000000001100000000000
-00100000010000000000000011000011
-11011000101000000001100100000000
-00100000010000000000000011000011
-11011000101000000001101000000000
-00100000010000000000000011000011
-11011000101000000001101100000000
-00100000001000000000000011000011
-00100000010000000011010000010110
-00100000001101011000000011010111
-00100000010000000000011010100111
-01101000000000001100000111011110
-01100000000000001100110001110011
-00100000010000000000010011100000
-01101000000000001100011010000101
-01100000000000001100011011011010
-00100000010000000100001111001010
-00100000010000000000000011011001
-00100000001000000111010010111001
-00100100010101011000000101010010
-00100000010000000000000100010000
-00100000011101011000000000000000
-00100000010000000000000110100011
-00100000010000000000000110010000
-00100000010000000000000011100010
-01101000000000001100001000010000
-11000000000110100000000011100101
+00100000001000000000010010101011
+01110000010010111111011000000001
+01110000010011001111111100000000
+00100000010000000000000010100101
+01100000000000001100101101100110
+01011000000000000000000000000000
+01100000000000111100101101100111
+01101000000000100100110000000001
+01100000000000100100101101101110
+01110000010010111100101000001100
+01101000000000001100101111001011
+01111001001000000111111000000011
+01100000000000001100101111001011
+00100000010000000000000011111001
+00100000001000000000000001000111
+01110000010011010000000000000001
+01110000010011010000001000000000
+01101000000000001100101111001011
+00011111111000010111111000000111
+01100000000000001100101111001011
 00100000011000000000000000000000
-01101000000000001100110001110011
-01100000000000001100000111011110
+01101000000000001100101111001011
+01111001001000000111111000000100
+01100000000000001100101111001011
+01100000000000001100101110000110
 00100000011000000000000000000000
-01110000010010110011001000000001
-01110000010001111001111100000001
-01101000000000010100011010101000
-01101000000010001100101100110100
-00011000010001100111110011111111
-00100100001000101000000011101100
-01011000000000000000001001011000
-01100000000000010100011010101110
-00100000010000000011010000011000
-00100000010000000000000011110100
-01011000000000000000000000000100
-11100000110000001000000000000000
-11011000110000000100001110010000
-00100000010000000000001100111111
-00100000001000000111110111110100
-11011010001000000100001101110000
-11101010001000001000000000000000
-00100000011110100000000000000000
-10011000110000001010001000000000
-11101000110000001000000000000000
-11000001000000001000000000000000
-00100000001000000000000011110101
-01101000000000100100011011010011
-11000100000010001000000000000000
-11000011100000011000000000000000
-11000110000100110000000000000000
-11011000111000000000000000000011
-00100000010000000100001111001110
-01011000000000000000000000000000
-01100000000000010100011010101110
-01100000000000001100011010110100
-01100000000000010100101111101001
-00100000010000000100001011001010
-01111001001000000000000000100110
-00100000010000000000010100011101
-01110000010010111100110000000001
+01101000000000001100101111001011
+01111001001111111111111000000100
+01100000000000001100101111001011
 00100000011000000000000000000000
-01101000000000001100011101111010
-11000000011111111000000100001101
-00100000001000000000001011001110
-01101000000000001100011011100001
-01100000000000001100011101111010
-00100000001000000000001011001110
-01110000010000100001001001110110
-00100000001000000011110100110110
-00100000010000000000000100010000
-00100000010000000100000011000000
-01101000000000001100011011100000
-11000000000000101100000011010101
-00100000010000000100000011011001
-11000000000110000000000100100000
-11000000000110001000000101000000
-00100000010000000100000011010001
-00100000000000000000001111101000
-00100000001000000000000100010110
-01110000010010110000001100000001
-00100000010000000110010000001111
-00100000010000000000000100010010
-00100000001000000110010000010001
-00100000010000000000000101000101
-01101000000000001100011011011110
-11000000011011000000000100100101
-11000000001011010000000100111110
-00100000001000000100000011100001
-01011000000000000000000000010110
-00100000010000000110010000010100
-00011111111001100111110010111101
-00100100001000101000000100010110
-01011000000000000000000000011001
-00100000010000000110010000010100
-00011111111001100111110001010101
-00100100001000101000000100010110
-01011000000000000000000000011011
-00100000010000000110010000010100
-00011111111001100111110000011101
-00100100001000101000000100010110
-01110000010001101110000000000111
-00100000010000000100000011110110
-01011000000000000000001000000110
-00100000010000000110010000010011
-01011000000000000110100100001001
-00100000010000000110010000010011
-01011000000000000010100000001101
-00100000010000000110010000010011
-01011000000000000100111100001110
-00100000010000000110010000010011
-01011000000000001011101000001111
-00100000010000000110010000010011
-00100000001000000100000011110100
-01110000010001101110000000001000
+00100000010000000000011000011011
+01101000000000001100110100000001
+11000000000000001000000010110111
+11000000000000010000000010111011
+00100000011000000000000000000000
+01110000010011010000001000000010
+01110000010011001111111000000000
+01110000010011010000000000000000
+00100000001000000000000010100101
+01110000010011001111111100000000
+00100000001000000000000010111000
+01101000000000010100101111010000
+00011111111000001111111000000001
+01100000000000010100101111010000
+11000010100001010000000101010110
+01101000000000001100110011111111
+11000000000000001000000011000110
+01110000010011001111111100000001
+01101000000000001100110011111111
+11000000100000001000000010100101
+01101000000000001100110011111101
+00011111111000001111111000000001
+01100000000000001100110011111101
+11000000000000100000000011001101
+00100000010000000000000111011000
+01110000010011000000111100000010
+00100000001000000000000100011001
+00100000010000000000011000011011
+01110000010011001111110100000000
+00100000001000000000000010100101
+01110000010011010000001000000010
+01110000010011010000000000000001
+01110000010011001111111100000000
+00100000001000000000000010100101
+01101000000000001100110100000001
+11000000000000011000000011010001
+01101000000000001100101111001011
+00101111111011000000000000000100
+00100000001000001000000010100011
+01101000000000001100110100000001
+11000000000000001000000011010000
+11000000000000010000000011010001
 00100000011000000000000000000000
-00100000010000000000000101000101
-01101000000000001100011011011110
-11000000001110000100000011101000
-01110000010001101110000000000001
+01101000000000001100101111011010
+11000001111111111000000000000000
+00100000010000000000000011100010
+00100100010101100000000011101010
 00100000011000000000000000000000
-01011000000000001000000000000110
-00100000010000000110010000010011
-00100000000000000010111011100000
-00100000010000000000000100001010
-01101000000000001100011011011110
-11000000011011000000000100100101
+01111000010101100111110000000000
+01101000000000001100110100000000
+11000001100000001000000000000000
+01101000000000001100110100000010
+11000001100000000000000000000000
+01110000010011010000000100000001
+01110000010011000000111100000100
+00100000001000000111111111101011
+01101000000000001100110100000010
+00100000001110100000000011110001
+00011111111000001111111111111111
+01100000000000001100110100000010
+01110000010011010000000100000010
+01110000010011000000111100000100
+00100000001000000000000111011000
+01110000010011010000000100000011
+01101000000000001100110011111111
+00100100001110100000000011000100
+01110000010011000000111100000010
+00100000001000000000000111011000
+01101000000000001100101111011010
+11000000111111111000000101100110
+00100000010000000000000011111100
+00100000010000000000001000000100
+01110000010010111100111100000001
 00100000011000000000000000000000
-01011000000000000000000000000110
-00100000010000000110010000010100
-00011111111000011111111000001000
-00011111111011010111111000000000
-00011111111000001111111000000110
-00100000001000000110010000010011
-00100000010000000000010000010100
-00100000010000000011111001101110
-00100000010000000011111000011110
-01011000000000000000000000000000
-01100000000000010100000101010100
-00100000010000000000000101111010
-00100000010000000011111001010100
-00100000010000000101100000010000
-00100000010000000101100000111001
-00100000010000000101100000101100
-00100000010000000101100000011000
-00100000010000000110010110011100
-00100000010000000110010111000010
-00100000010000000100010000111111
-00100000010000000000000110000100
-00100000010000000000001000010100
-00100000010000000110010111011111
-11011111001000000000000000000011
-11011000110000000100011100100010
-00100000010000000000000110011100
-00100100001101000000000101111000
-00100000010000000000000101101011
-01101000000000001100101100110100
-11000000011111111000000101110011
+01101000000000010100110011111011
+00100000010000000111111110011100
+00100000001101000000000100000010
+01101000000000111100101101100111
+00100000011110100000000000000000
+00100000001000000111111111100111
+00100000010000000000001111001101
+01110000010010111111011000000000
+00011010001000001111111000000001
+01100000000000001100101111001010
+00100000010000000000000010100101
+01100000000000001100101101100110
+11101000101010001000000000000000
+11101010010000001000000000000000
+10011000010000011111111000000000
+11100000101000001000000000000000
+00011010010000001010010000000001
+11101010010000100000000000000000
+11100000101000100000000000000000
+00011010010000001010010000000100
+11011000101000000100101101101100
+11011111001000000000000000000010
+11101010010000001000000000000000
+11101000101010001000000000000000
+10011000010000001111111000000000
+11100000101000001000000000000000
+00011010010000001010010000000001
+11000010000000000000000100010010
 00100000011000000000000000000000
-11011000010000000000000000000001
-11011010001000000100101100110100
-11011010010000000000000001100100
-00100000001000000110010111011111
-11011000010000000000000000000001
-11011010001000000100101100110100
-11011010010000000000000001100100
-00100000001000000110010111010001
-01110000010000100001000000110100
+01110000010010111101001100000000
+01101000000000001100101100111111
+00011111111000001111111000000001
+01100000000000001100101100111111
+11011001011000000000110100000000
+00110100011100110000001000000000
+00100000010000000000000100110101
+00100100001011000000000101000010
+00100100001101111000000101000010
+00100000010000000000000100110000
+00100000010000000000000101011010
+00100000010000000000011000010111
+01110000010010110011111100000000
+01101000000000001100101111001001
+00011111111000001111111000000001
+01100000000000001100101111001001
+01101000000000001100101111011010
+11000000111111111000000100110011
+00100000010000000000000011010100
 01011000000000000000000000000000
-00011111111001000111111000000000
-01100000000000110100010010100000
-00100000011000000000000000000000
-01110000010010110011010001011010
-00100000001000000000000101101111
-01101000000000100100011011010011
-11000100000011111000000000000000
-01101000000010001100011011110111
-00100000010000000110011111111011
-01101000000010001100011011110111
-00100000010000000110100000011101
-01110000010001101111011000000000
-00100000011000001000000000000000
-01110000010001101111011000000011
-00100000011000000000000000000000
-00100000010000000011001111000100
-00100000001000101100001100010110
-00100000010000000000001100001100
-00100000001000000011110111001011
-11011000010000000000000000000010
-11011010001000000000101010101010
-11011010010000000000000001100010
-00100000001000000110010111010001
-11011000010000000000000000000010
-11011010001000000000101010011010
-11011010010000000000000001100010
-00100000001000000011001111001000
-01101000000000100100011011010011
-11000011000011110000000110010111
-01101000000000001000101010111101
-00101111111011000000000000000011
-00100100001000001000000110010111
-00100000010000000000000100010010
-00100000010000000000000101001100
-01101000000000001100011100011111
-01100000000000001100011100011110
-00100000011000000000000000000000
-11011111001000000000000000000010
-11011000110000000100101111100100
-00100000010000000111111111100111
-01011000000000001111111111111111
-11101000110010010000000000000000
-10011000010001100111110000000000
-00100100010000101111111111101001
-11000010000000000000000110011110
+01100000000000100100101111001111
+01100000000000001100110011111110
 00100000011000000000000000000000
-01011000000000000000000110110100
-01100000000000010100110011101101
-01011000000000000000000110111000
-01100000000000010100000111101111
-01011000000000000000001111111001
-01100000000000010100000111111001
-01011000000000000000000010100000
-01100000000000010100000111101101
-01011000000000000000000111011001
-01100000000000010100000111110101
-01011000000000000000000111010101
-01100000000000010100000111110011
-01011000000000000000001000101010
-01100000000000010100000111101011
-01011000000000000000001000111000
-01100000000000010100000111111101
+11011111001000000000000000000100
+11011000101000000100101101100110
+00100000001000000111111011000110
+00100000010000000000011000010100
+00100000001000000000000110000000
+01111000010101111111110000000000
+00100000010000000000001001110110
+00011000000000000010101000000000
+01101000000000100100101111110010
+10011000000000000001001000000000
+01101000000010001000000000010111
+00100000010000000010100100011111
+00100000010000000010100100100100
+00100000010000000000001000110101
+00100000010101111000001001101110
 00100000011000000000000000000000
-00100000010000000100010000000001
-01101000000000010100011010011111
+00100000010000000000001001101110
+00100000001000000000000100100101
+01101000000000010100101111010000
+00011111111000001111111000000001
+01100000000000010100101111010000
+01101000000000001100101111010001
+11000010100000100000000101011000
+01101000000000001100101111011010
+11000000111111111000000101010100
+01101000000000001100101100111111
+00011111111001100111110000000010
+00100100010000010000000111011000
+01101000000000001100101111010011
+00011111111000001111111000000001
+01100000000000001100101111010011
+11000000100000110000000100011101
+01101000000000001100101100111111
+00011111111001100111110000000010
+00100000010000010000000111011000
+00100000001000000000000100011001
+01101000000000001100101111010000
+11000001111111111000000000000000
+01011000000000000000000000000000
+01100000000000010100101111010000
+01110000000010101001100100111010
+00100000001000000111110110000110
+00100000010000000000000111101001
+01101000000000001100101111001000
 00100000011110100000000000000000
-00100000001000000000010101110000
-00100000010000000101100010010010
+10011000000000000111001000000000
+11011000110000000100101101000110
+11011000101000000100101110101000
+00100000001000000111111100000001
+01110000010000011101111000100000
+01110000010010111100100100000000
+01110000010010111101010001001110
+01101000000000100100101111010110
+00100000001000000000000111110110
+01101000000000001100101111001111
+11000000000000001111111111100111
+01101000000000001100101111011010
+11000000000000001000000101101101
+11000000000000010000000101110000
+11000000000000011000000101110011
+00100000001000000010101010001100
+01110000010010111101101000010001
+01110000000100011001111010101010
+00100000001000000000000101110101
+01110000010010111101101000010010
+01110000000100011001111001010101
+00100000001000000000000101110101
+01110000010010111101101000010011
+01110000000100011001111000100010
+01101000000000001100101111001011
+00011111111000010111111000000111
+01100000000000001001000110011111
+01101000000000100100110000000001
+01100000000000100001000110100000
+01110000000100011010010000000000
+11011010001000000001000110011110
+11011000010000000000000000000111
+00100000010000000000000111100100
+00100000010000000000000011111001
+00100000001000000111111111100111
+01101000000000001100101111011010
+11000001011111111000000000000000
+11000000000010001000000110000110
+11000000000010010000000110001000
+11000000000010011000000110001010
+00100000011000000000000000000000
+01110000010010111101101000000010
+00100000001000000000000100101100
+01110000010010111101101000000011
+00100000001000000000000100101100
+01110000010010111101101011111111
+01110000000010101001100100111001
+00100000010000000111110110000110
+01101000000000100100101110101010
+00100000010000000000000111110110
+00100000001000000000000100101100
+00100000010000000000001110000101
+00100000001101000000000110110111
+01111001001111111000000000100110
+00100000010000000000000111010111
+01101000000000001100101111011010
+11000001111111111000000000000000
+00100000010000000000000110101001
+01011000000000000000000000000000
+01100000000000010100101111110111
+00100000010000000010101011111010
+00100000000000000000011111010000
+01101000000000001100101111110111
+11000000011111111000000101011000
+00100000010000000000000100110101
+00100100001011000000000110110010
+00100100001101111000000110110010
+01111001001000000000000000100110
+01011000000000000000000000000000
+01100000000000010100101111110111
+01110000000010101001100100111100
+00100000010000000111110110000110
+00100000010000000000000100110000
+01110000010011010000101000000001
+01110000010011010000101100000000
+00100000011000000000000000000000
+01110000000100011001111011111111
+01101000000000001100101111001011
+01100000000000001001000110011111
+01101000000000100100110000000001
+01100000000000100001000110100000
+11011000010000000000000000000110
+11011010001000000001000110011110
+00100000010000000000000111100100
+00100000001000000000001000000100
+01101000000000010100101111110111
+00011111111000001111111000000001
+01100000000000010100101111110111
+00100000010000000000000111011000
+00100000001000000000000110011001
+01111001001111111000000000100110
+00100000010000000000000111010011
+00100000010000000000000110101001
+01110000010010111111011100000000
+00100000010000000010101011111010
+00100000000000000000011111010000
+01101000000000001100101111110111
+11000000011111111000000101011000
+00100000010000000000000100110101
+00100100001011000000000111001001
+00100100001101111000000111001001
+00100000010000000000000101011010
+00100000010000000000001011100101
+01101000000000100100101111110010
+01101000000010100100101111010110
+10011000010001100111110000000000
+00100000001000101000001100000110
+00100000001000000000000110100000
+01101000000000001100101111110111
+00011111111000001111111000000001
+01100000000000001100101111110111
+01101000000000001100110100001000
+00011111111000001111111000000001
+00011111111000010111111000000001
+01100000000000001100110100001000
+11000000000000000000000111011100
+11000000000000001000000111011110
+00100000011000000000000000000000
+01110000010000011101111000100000
+01011000000000000000111100001111
+01100000000000010100101111110010
+11100000101000010000000000000000
+00100000010000000000000111110111
+01101000000010001100101111010101
+00100000010000000000001000010110
+01100000000010001100101111010101
+00100000011000000000000000000000
+00100000010000000000000111010011
+00100000001000000000000110111011
+00100000010000000000000101100001
+00100000001000000000000110111011
+01111001001111111000000000100110
+00100000010000000101001111001110
+11011000111000000000000000000011
+00100000001000000100001111010010
+01100000000010001100101111001010
+00011000010000100111001000000000
+11011000101000000100101101100110
+00011010001000100000110000000000
+00100000001000000111111100000001
+01101000000000001100101101000101
+00011111111010010111111000000000
+01100000000000001100101111001000
+00011111111000001111111000000001
+11011000110000000100101101000101
+10011000110000001000110000000000
+11101000110000011000000000000000
+01100000000000011100110000000111
+01101000000000001100101101000101
+00011111111000110111111000000000
+00011111111000010111111000000011
+01100000000000001100110000001101
+00100000011000000000000000000000
+01100000000000100100101111110010
+11011010001000000000000000000000
+11011111001000000000000000000100
+11011000110000000100101111110010
+11101000110000001000000000000000
+10011010001000001010001000000000
+11000010000000000000000111111010
+00011010001000100111111000000000
+01100000000000010100110001111011
+01101000000000001100110001111011
+01101000000010001100110001111100
+10011000010000001111111000000000
+01100000000000001100110001111101
+00100000011000000000000000000000
+01101000000000001100101111001010
+00011111111000001111111000000010
+01100000000000001100101111001100
+01101000000000001100101111001011
+01100000000000001100101110000110
+01101000000000001100101111001010
+00011111111010011111111000000000
+01101000000010001100101111001001
+00011000010000010000010000000011
+00011000010000111000010000000000
+10011000010000011111111000000000
+01101000000010001100110000000110
+10011000010000001111111000000000
+11100000101000001000000000000000
+01101000000000001100101111001010
+10011000000000000111001000000000
+11011000110000000100101101100110
+00100000001000000111111100000001
+00100000010000000000001000011010
+00011000010000001000010000000001
+00011000010000010000010000000011
+00100000011000000000000000000000
+01101000000000001100101111110010
+00011111111000010111111000000011
+00011111111011111010001000000100
+01011000000000000100101111011011
+10011010001000001111111000000000
+10011000010000001000110000000000
+11101000110000001000000000000000
+01100000000000001100101111010100
+00100000011000000000000000000000
+01111000010001001111110000000000
+01111000010000111111110000000000
+01011000010101010101010101010101
+10011000000000000001111000000000
+01101000000000001100101111010100
+00011111111011011000010000000000
+01111001001000000000010000000001
+00011000010000110001110000000000
+00100000011000000000000000000000
+00100000010000000101001111000100
+01101000000000100100101111110010
+10011000000000000001001000000000
+00100000010000000010100100011000
+01101000000010001100101111010100
+00100000010000000010100100011111
+01011000000000000000010100000000
+00100000010000000010101010001111
+00100000010000000010100100100100
+00100000010000000000001000100011
+01111000010101111111110000000000
+01111000001001101111110000000000
+01111000001100001111110000000000
+01111000010100000111110000000000
+01111000001010000111110000000000
+01101000000000010100101111001101
+10011000000000000011011000000000
+00110111110000011000010000000000
+00100100001011000000001001110010
+01111000010001101111110000000000
+01111000001001011111110000000000
+01111000001000111111110000000000
+01111000001001001111110000000000
+00100000010000000000001001101011
+01100000000000001100110001111110
+01101000000010001100110001111101
+10011000010001100111110000000000
+00100100001000101000001001101110
+00100000010000000000001001101011
+01100000000000001100101101000100
+01101000000000001100101101000100
+01101000000010001100101111001011
+10101000010000000000111000000000
+00100100001000001000001001101110
+00100000010000000000001001101011
+11100000101000001000000000000000
+00011111111010010111111000000000
+00011111111000010111001000011111
+00100000001000101000001001010110
+00100000010000000000001001101011
+11100000101000001000000000000000
+11000010000000000000001001010011
+00011000101000100010001000000000
+00100000010000000000001001101011
+01100000000000001100110100000101
+00011010001000100000101000000000
+00001001100000000000000000011000
+01111000001010000111110000000000
+11011011011000000000011001100100
+00011111111011110111111000000000
+00011111111100010111111000000000
+11100000101000011000000000000000
+01111000010001011111110000000000
+00100000001000110000001001101110
+01111000001101111111110000000000
+01101000000000001000000000010111
+00011111111000001010001000000000
+00100000010000000010100110000001
+01111000010001101111110000000000
+00100000010000000010100100011000
+01101000000000001100110100000101
+00100000010000000000000000011101
+00100000011000000000000000000000
+00001001100000000000000000001000
+00011001100010010111111000000000
+00100000011000000000000000000000
+01111000010011011111110000000000
+01111000010001011111110000000000
+00100000010000000010011001001101
+00100000011000000000000000000000
+00100000001000000000001001101110
+00100000010000000010100100011000
+01101000000010001100101111010100
+00100000001000000010100100110011
+00100000010000000101001111000100
+01101000000000100100101111110010
+10011000000000000001001000000000
+00100000010000000000001000100011
+00100000010000000000001001110011
+01111001001000000010101000000000
+01111000001011101111110000000000
+01111000001100000111110000000000
+01111000010100001111110000000000
+00011001001100010111111000000000
+00011111111011001111111000000000
+00011111111100011111111000000000
+00001000000000001000011000101000
+01111000010011101111110000000000
+01111000001011011111110000000000
+01111000001000111111110000000000
+01111000001001001111110000000000
+01101000000000001100110001111101
+00001000000000001000011000001000
+01101000000000001100101111001100
+10011000000000000111001000000000
+11011000110000000100101110000110
+11101000110000001000000000000000
+00001000000000001000011000001000
+11000010000000000000001010001100
+01111000001001000111110000000000
+00001000000000001000011000011000
+01111000010001000111110000000000
+00110111110100111000001000000000
+00100000000000000000000001100100
+01111000010011101111110000000000
+01111000010011011111110000000000
+00100000011000000000000000000000
+00100000010000000111111111101001
+01101000000010100100101111101011
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100100010000010010110100011000
+00011111111000100010010000000000
+01101000000000100100101111101011
+01101000000010001100101111101111
+10011000010000001000010000000000
+00011010010000100111111000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+01111001001111111111111000011100
+01100000000000100100101111101011
+00100000001000000111111111100111
+00100000010000000010100110111011
+00100000011110100000000000000000
+01101000000010001100110010000100
+11011010001000000000110110011110
+00100000010000000000001010101101
+01100000000010001100110010000100
+00100000011000000000000000000000
+00011010001000100111111000000000
+10011000010000001000101000000000
+01101000000000001000000000011000
+11100000101000001000000000000000
+00011000010000001000010000000001
+00011000010000010000010000000111
+00100000011000000000000000000000
+11011000010000000000000000000000
+11011111001000000000000000001000
+00011010001000100000110000000000
+11101000110000001000000000000000
+10011000010000001000010000000000
+11000010000000000000001010110111
+00011000010010010111111000000000
+00011111111000100000010000000000
+11000110100100110000000000000000
+00011111111001101111110000001010
+00100000010000000111111110000110
+00011000000001111111111000000000
+00011111111100100111111000000000
+00011000000001110000010000000000
+10011000010000011000010000000000
+00100000011000000000000000000000
+00100000011000000000000000000000
+11000110000100110000000000000000
+00100000010000000000001110100011
+00100000010000000000000010000100
+01101000000000001100000001000000
+11000011000000000000001011001100
+01101000000000001000000010100000
+00100100011110100000000000000000
+01011000000000000000000000000000
+01100000000001000000000010100001
+00100000011000000000000000000000
+00100000010000000011010000010110
+00100000001101011000001011011000
+00100000010000000000001111011111
+01101000000000001100000111011110
+01100000000000001100110010000001
+00100000010000000000011000010100
+01101000000000001100011010000101
+01100000000000001100011011011010
+00100000010000000100001111001010
+00100000010000000000001011011010
+00100000001000000111010010111001
+00100100010101011000001101000110
+00100000010000000000001100001010
+00100000011101011000000000000000
+00100000010000000000001110001110
+00100000010000000000001110000000
+00100000010000000000001011100101
+01101000000000001100001000010000
+11000000000110100000001011101000
+01110000010001111001110100000001
+01110000010001111001111000101000
+00100000011000000000000000000000
+01101000000000001100110010000001
+01100000000000001100000111011110
+00100000011000000000000000000000
+01110000010010110100000100000001
+01110000010001111001111100000001
+01101000000000010100011010101000
+01101000000010001100101100011110
+00011000010001100111110011111111
+00100100001000101000001011101111
+01011000000000000000001001011000
+01100000000000010100011010101110
+00100000010000000011010000011000
+00100000010000000000001011110111
+01011000000000000000000000000100
+11100000110000001000000000000000
+11011000110000000100001110010000
+00100000010000000000010101000000
+00100000001000000111110111110100
+11011010001000000100001101110000
+11101010001000001000000000000000
+00100000011110100000000000000000
+10011000110000001010001000000000
+11101000110000001000000000000000
+11000001000000001000000000000000
+00100000001000000000001011111000
+11000110000100110000000000000000
+11011000111000000000000000000011
+00100000010000000100001111001110
+01011000000000000000000000000000
+01100000000000010100011010101110
+01100000000000001100011010110100
+01100000000000010100101111110111
+00100000010000000100001011001010
+01111001001000000000000000100110
+00100000010000000000000101100001
+01110000010010111101101000000001
+00100000011000000000000000000000
+01110000010000100001001001110110
+00100000001000000011110100110110
+00100000010000000000001100001010
+00100000010000000100000011000000
+00100000010000000100000011011001
+11000000000110000000001100011000
+11000000000110001000001100111000
+00100000010000000100000011010001
+00100000000000000000001111101000
+00100000001000000000001100001110
+01110000010010110000110000000001
+00100000010000000110010000001111
+00100000010000000000001100001100
+00100000001000000110010000010001
+00100000010000000000001111010010
+01101000000000001100011011011110
+11000000011011000000001100011101
+11000000001011010000001100110110
+00100000001000000100000011100001
+01011000000000000000000000010110
+00100000010000000110010000010100
+00011111111001100111110010111101
+00100100001000101000001100001110
+01011000000000000000000000011001
+00100000010000000110010000010100
+00011111111001100111110001010101
+00100100001000101000001100001110
+01011000000000000000000000011011
+00100000010000000110010000010100
+00011111111001100111110000011101
+00100100001000101000001100001110
+01110000010001101110000000000111
+00100000010000000100000011110110
+01011000000000000000001000000110
+00100000010000000110010000010011
+01011000000000000110100100001001
+00100000010000000110010000010011
+01011000000000000010100000001101
+00100000010000000110010000010011
+01011000000000000100111100001110
+00100000010000000110010000010011
+01011000000000001011101000001111
+00100000010000000110010000010011
+00100000001000000100000011110100
+01110000010001101110000000001000
+00100000011000000000000000000000
+00100000010000000000001111010010
+01101000000000001100011011011110
+11000000001110000100000011101000
+01110000010001101110000000000001
+00100000011000000000000000000000
+01101000000000001100101100001100
+00100000011110100000000000000000
+01110000010010110000110000000000
+01011000000000000000000000000110
+00100000010000000110010000010100
+00011111111000011111111000001000
+00011111111011010111111000000000
+00011111111000001111111000000110
+00100000001000000110010000010011
+00100000010000000110100010101000
+01101000000000100100000010100000
+01100000000000100100110000000001
+00100000010000000011111001101110
+00100000010000000011111000011110
+01011000000000000000000000000000
+01100000000000010100000101010100
+00100000010000000011111001010100
+00100000010000000101100000010000
+00100000010000000101100000111001
+00100000010000000101100000101100
+00100000010000000101100000011000
+00100000010000000110010110011100
+00100000010000000110010111000010
+00100000010000000100010000111111
+00100000010000000000001101101111
+00100000010000000000010000111101
+00100000010000000110010111011111
+11011111001000000000000000000011
+11011000110000000100011100100010
+00100000010000000000001110000111
+00100100001101000000001101101101
+00100000010000000000001101100000
+01101000000000001100101100011110
+11000000011111111000001101101000
+00100000011000000000000000000000
+11011000010000000000000000000001
+11011010001000000100101100011110
+11011010010000000000000001100100
+00100000001000000110010111011111
+11011000010000000000000000000001
+11011010001000000100101100011110
+11011010010000000000000001100100
+00100000001000000110010111010001
+01110000010000100001000000110100
+01011000000000000000000000000000
+00011111111001000111111000000000
+01100000000000110100010010100000
+00100000011000000000000000000000
+01110000010010110001111001011010
+00100000001000000000001101100100
+00100000010000000011001111000100
+00100000001000101000001101111011
+00100000010000000000010100010011
+00100000001000000011110111001011
+11011000010000000000000000000010
+11011010001000000000101010101010
+11011010010000000000000001100010
+00100000001000000110010111010001
+11011000010000000000000000000010
+11011010001000000000101010011010
+11011010010000000000000001100010
+00100000001000000011001111001000
+11011000010000000000000001011000
+11011010001000000100011100100000
+11011010010000000000000000000000
+00100000010000000110010111011111
+00100000001000000100001100011010
+00100000010000000000001100001100
+00100000010000000000001101000000
+01101000000000001100011100011111
+01100000000000001100011100011110
+00100000011000000000000000000000
+11011111001000000000000000000010
+11011000110000000100101111110010
+00100000010000000111111111100111
+01011000000000001111111111111111
+11101000110010010000000000000000
+10011000010001100111110000000000
+00100100010000101111111111101001
+11000010000000000000001110001001
+00100000011000000000000000000000
+01011000000000000000001110011111
+01100000000000010100110011111011
+01011000000000000000001110110110
+01100000000000010100000111101111
+01011000000000000000010111111001
+01100000000000010100000111111001
+01011000000000000000001011000101
+01100000000000010100000111101101
+01011000000000000000001111111111
+01100000000000010100000111110101
+01011000000000000000001111111101
+01100000000000010100000111110011
+01011000000000000000010001010100
+01100000000000010100000111101011
+01011000000000000000010001011101
+01100000000000010100000111111101
+00100000011000000000000000000000
+00100000010000000100010000000001
+01101000000000010100011010011111
+00100000011110100000000000000000
+00100000001000000000000110100110
+11011000110000000001100000000000
+11011000101000000100100000001010
+00100000010000000000001110101011
+11011000110000000001100100000000
+00100000010000000000001110101011
+11011000110000000001101000000000
+00100000010000000000001110101011
+11011000110000000001101100000000
+11011111001000000000000000011011
+00100000001000000111111100000001
+11011000110000000100100000001010
+11011000101000000001100000000000
+00100000010000000000001110101011
+11011000101000000001100100000000
+00100000010000000000001110101011
+11011000101000000001101000000000
+00100000010000000000001110101011
+11011000101000000001101100000000
+00100000001000000000001110101011
+00100000010000000101100010010010
 00100100011110100000000000000000
-01101000000000001100101100110100
-11000000011111111000000110111111
+01101000000000001100101100011110
+11000000011111111000001110111101
 01101000000000001100011011000101
 00011111111000010111111000000011
 11000001100000011000000000000000
 01101000000000001100011110011100
-00100000010110100000000111010010
+00100000010110100000001111111010
 01101000000000100100011011010011
 11000010100000101100000101111001
 00100000010000000011111110010111
 00100100011101000000000000000000
-00100000010000000000000111001010
-00100000010000000000010010001100
-01101000000000010100011010011111
-00100100010110100000000111001111
-00100000001000000000011010101100
-01101000000000001100011011110101
-11000011100000111000000000000000
+00100000010000000000001111001010
+00100000010000000000001111001101
+00100000010000000000001111110101
+11011010001000000100011010011010
+00100000010000000111111000111101
+00100000010101000000001111100100
+00100000011000000000000000000000
 01110000010000010111001000000000
-01110000010010101111111000011110
+01110000010010110011101100011110
+00100000011000000000000000000000
+01101000000000001100101100111010
+11000001100000001000000000000000
+01011000000000000000000000000000
+01100000000000001100101100111010
+01100000000000100100011010011011
+01011000000000001000000000000110
+00100000010000000110010000010011
+00100000000000000010111011100000
+00100000010000000000001111011001
+01101000000000001100011011011110
+11000000011011000000001100011101
+00100000011000000000000000000000
+01101000000000001100011101111010
+11000000011111111000001111011100
+00100000001000000000010010101011
+01101000000000001100011011100001
+01100000000000001100011101111010
+00100000001000000000010010101011
+01110000010001111010000000000111
+01110000010001111010000100000100
+01011000000000000100011110100000
+01100000000000010100001000011000
+00100000001000000111111000111000
+01101000000000001100011111000001
+00011111111000001111111000000001
+01100000000000001100011111000001
 00100000011000000000000000000000
+11011010001000000100011010011010
+00100000010000000111111001010100
+00100000001101000000001111101100
+00100000011000000000000000000000
+00100000010000000101011001010010
+01101000000000001100011111000001
+00011111111001100111110000000001
+00100100010000010101011001010000
+01101000000000001100011111000001
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100000000000001100011111000001
+00100000001000000011111110010000
+01101000000000010100011010011111
+00100000011110100000000000000000
 01110000010010000000011000000001
 01110000010010000000011100000010
 00100000011000000000000000000000
 00100000010000000101100000010100
 01110000010001111001110000000001
-00100000001000000000000101000101
+00100000001000000000001111010010
 00100000010000000111111000110100
 00100000001000000011111011100000
-00100000010000000000001010101000
-00100000001000000011110101100010
 00011010011000100111111000000000
-11000000000010100000000111100011
-11000000000010101000000111101011
-11000000000101001000000111110101
-11000000000110010000000111110111
-11000000001000000000000111111110
-11000000000111001000001000001001
-11000000000111010000001000011000
-11000000000111100000001000101000
+11000000000010100000010000001001
+11000000000010101000010000010001
+11000000000101001000010000011011
+11000000000110010000010000011101
+11000000001000000000010000100100
+11000000000111001000010000110000
+11000000000111010000010001000001
+11000000000111100000010001001100
 00100000001000000100000101111101
-01110000010010110011001100000001
+01110000010010110100001000000001
 01101000000000001100011110011111
-00100100001110100000000111100111
-01110000010010110011000100000100
-01110000010010101111110100000000
-00100000010000000000000100011100
-00100000010000000000011010100111
+00100100001110100000010000001101
+01110000010010110100000000000100
+00100000010000000000001100010100
+00100000010000000000010001001001
+00100000010000000000001111011111
 00100000001000000100000111000011
-01110000010010110011001100000000
-00100000010000000000001000110100
+01110000010010110100001000000000
+00100000010000000000001100111101
 01011000000000000000000000000111
 01100000000000010100010010010110
 01100000000000010100010010011000
 01110000010001111100010000000000
 01110000010001111001110000000000
-00100000010000000000011010100111
+00100000010000000000001111011111
 00100000010000000101100000010110
 00100000001000000100000111011001
 01110000000010101001100100010010
 00100000001000000111110110001111
 01101000000000001100011110011111
-11000000000000001000000111111010
-00100000001000000000000111111100
-00100000010000000000000111110101
+11000000000000001000010000100000
+00100000001000000000010000100010
+00100000010000000000010000011011
 01110000010001101100011000010100
 11011000111000000000000000000001
 00100000001000000100000110111001
@@ -517,9 +1067,10 @@
 01011000000000000000000000001001
 01100000000000010100010010010110
 01100000000000010100010010011000
-00100000010000000000000111110101
-00100000001000000000001101011110
-00100000010000000000000100011100
+00100000010000000000010000011011
+01110000010001111100010000000001
+00100000011000000000000000000000
+00100000010000000000001100010100
 01110000010001111000101100000001
 11011000111000000000000000000011
 00100000010000000100001111010010
@@ -527,147 +1078,205 @@
 01100000000000010100011100000111
 01110000010001101010011100000000
 00100000010000000100000001011101
-00100000010000000000000011100010
-00100000010000000000001000010100
+00100000010000000000010001001001
+00100000010000000000010001001111
+00100000010000000000001011100101
+00100000010000000000010000111101
 00100000001000000110010111010001
-11011010001000000100101111100100
+11011010001000000100101111110010
 11011010010000000000000001011011
 11011000010000000000000000000100
 00100000011000000000000000000000
-00100000010000000000001000110100
-01110000010011001111110000000000
-00100000010000000000000011100010
-00100000010000000000010111000100
-01110000010000011011110100000000
-01101000000000001100101100110100
-11000000011111111000001000100100
-00100000010000000100001100010110
-11011111001000000000000000000011
-11011000110000000100011100100010
-00100000010000000000000110011100
-00100000001101000000001000100101
-00100000001000000000000011011110
-01110000010001111001110100000001
-01110000010001111001111000101000
+00100000010000000000001100111101
+01110000010010110011111100000000
+01110000010011010000101000000000
+00100000010000000000001011100101
+00100000010000000000000111100000
+01101000000000001100101100001001
+00100100001110100000001011100010
+00100000001000000011010000001010
+01110000010001111001110100000000
+01110000010001111001111000000000
 00100000011000000000000000000000
-00100000010000000000000100011100
-00100000001000000011111110001101
+00100000010000000000001100010100
+00100000010000000011111110001101
+00100000010000000000010001001001
+00100000010000000100001101100110
+11011000010000000000000000000001
+11011010001000000100011100100000
+11011010010000000000000000000000
+00100000001000000110010111010001
 01111000001101000111110000000000
 01101000000100100000000100111000
 01111001001101000111111000011010
 01100000000100100000000001001100
 00100000010000000010110000100001
-00100000010000000000001000110100
+00100000010000000000001100111101
 00100000010000000111010010111101
 00100000010000000011111010011111
-00100000010000000011111010111111
-00100000001000000000000010110010
-01101000000000001100101100000011
-00100000011110100000000000000000
-01110000010010110000001100000000
-00100000001000000000000101001100
-00100000010000000000001001010111
-00100000010000000000001001010010
-00100000010000000000001001110111
-00100000010000000000001001100001
+00100000001000000000000010000110
+00100000010000000000010010001000
+00100000010000000000010010100010
+00100000010000000000010010001101
 00100000010000000100001000110100
+00100000010000000000010001101000
 00100000010000000100001000110111
-00100000010000000100001000111010
-00100000010000000000001001000010
-00100000010000000000001001001010
-00100000001000000000001001011110
-01101000000000001100101100110011
+00100000010000000000010001101111
+00100000010000000000010001110010
+00100000010000000000010001111000
+00100000010000000000010010000000
+00100000001000000100001000111010
+11011010011000000100101100111100
+11011010010000000000010001101011
+00100000001000000011001101101101
+01011000001101101110111010000000
+01100000000000011100101111111001
+01110000010010110011101000000001
+00100000011000000000000000000000
+11011010011000000100011011000110
+11011010010000000011110101100000
+00100000001000000011001101101101
+11011010011000000100101100111011
+11011010010000000000010001110101
+00100000001000000011001101101101
+01101000000000001100011111000101
+01100000000000001100000101110010
+00100000001000000000010001101101
+01101000000000001100101101000010
 00100000011110100000000000000000
-11011010011000000100101100110001
-11011010010000000000001001000111
+11011010011000000100101101000000
+11011010010000000000010001111101
 00100000001000000011001101101101
-01101000000000001100101100110010
+01101000000000001100101101000001
 00100100011110100000000000000000
 00100000001000000101101111110101
-01101000000000001100101100110100
+01101000000000001100101100011110
 11000001111111111000000000000000
-01101000000000001100101100110011
+01101000000000001100101101000010
 00100100011110100000000000000000
-11011010011000000100101100110101
-11011010010000000000001001010001
+11011010011000000100101101000011
+11011010010000000000010010000111
 00100000001000000011001101101101
-00100000001000000000001100010100
+00100000001000000000010100011110
 11011010011000000100100000000111
-11011010010000000000001001010101
+11011010010000000000010010001011
 00100000001000000011001101101101
 01110000010010000000011000000000
 00100000011000000000000000000000
-11011010011000000100101011111110
-11011010010000000000001001011010
-00100000001000000011001101101101
-01101000000000001100011111000101
-01100000000000001100000101110010
-01110000010010101111110100000001
-00100000011000000000000000000000
-11011010011000000100011011000110
-11011010010000000011110101100000
-00100000001000000011001101101101
 01101000000000001100011011110101
 11000010100000100100001110010100
-00100000010000000000001010001011
-11000000000000111000001001101101
-01101000000000001100011010000101
-01100000000000001100011011011010
-01101000000000001100011011011011
-11000001000000001000000000000000
-01110000010001101101101100000001
+00100000010000000000010011110000
+11000000000000111000010010010100
+00100000010000000100001110101001
 11011000111000000000000000001001
-00100000010000000100001111010010
-00100000001000000100001111001010
+00100000001000000100001111010010
 01110000010001111001111000101000
-00100000010000000000001001110000
+00100000010000000000010010010111
 00100000001000000100001110110000
 11011010011000000100011011011010
-11011010010000000000001001110011
+11011010010000000000010010011010
 00100000001000000011001101101101
+01101000000000100100011011010011
+11000011100001001000000000000000
 01101000000000010100011010000010
 00101111111011111111111000001011
 00100000010000001100001011010100
+11011000111000000000000000001001
+00100000010000000100001111001110
 00100000001000000100001110111000
 01101000000000001100011110011101
 00100000011110100000000000000000
-01101000000000001100011110011110
-00100000001110100000001001111110
-00011111111000001111111111111111
-01100000000000001100011110011110
-00100000011000000000000000000000
+01101000000000001100101100000110
+00100100011110100000000000000000
+11011010011000000100011110011110
+11011010010000000000010010101001
+00100000001000000011001101101101
 01110000010001111001110100000000
 00100000001000000011010000001010
+01101000000000001100011011100000
+11000000000000101011110110101010
+11000000000000110000010010111010
+11000000000000111000010011000010
+11000000000001000000010011000010
+11000000000000010000010011001010
+01101000000000001100011101111010
+00100000010110100000010011000000
+01101000000000001100011101111010
+11000000000000001000010010110111
+11000000000000011011110110001100
+00100000001000000011110110001000
+01101000000000001100011101111111
+00011111111000001111111111111111
+00100000001000000011110110111110
+01101000000000001100011101111010
+00100000010110100000010011000000
+01101000000000001100011101111010
+11000000000000001000010011001000
+11000000000000011011110110001100
+00100000001000000011110110001000
+01110000010001110111101000000001
+00100000011000000000000000000000
+01101000000000001100011101111010
+00100000010110100000010011000000
+01101000000000001100011101111010
+11000000000000001000010011001000
+11000000000000011011110110001000
+00100000001000000011110110001010
+01110000010001101011010100000000
+00100000001000000011110111000001
+01101000000000001100011101111010
+00100000010110100000010011000000
+01101000000000001100011101111010
+11000000000000001011110110001000
+11000000000000011000010011010000
+00100000001000000011110110001110
+01011000000000000000000000000101
+00100000001000000011110110111110
 01111000010101000111110000000000
 01011000000000000000000000000000
 01100000000000110100011010011011
-00100000010000000000001010101101
+00100000010000000000010011011011
 00100000010000000100000001111001
 00100000010000000100000001111110
-00100000010000000000001010001001
+00100000010000000000010011101110
 00100100011101000000000000000000
 00100000001000000011111110100000
-00100000010000000000001010001011
+01101000000000001100011011100000
+11000000000000111000010011100000
+00100000010000000011111111000000
+01111000010101000111110000000000
+00100000001000000011111111100111
+00100000010000000011111111000000
+01111000010101000111110000000000
+01101000000010001100011011110011
+00100000010000000110100000011101
+00100100011000001000000000000000
+01011000000000000000000000000010
+00100000010000000110010000010100
+11000100000000111000000000000000
+01011000000000000000000000001000
+00100000010000000110010000010100
+00100000001110100011111111101101
+01011000000000000000000000000000
+01100000000000110100011010011011
+00100000011000000000000000000000
+00100000010000000000010011110000
 00100000001000000100000010011010
 11011010001000000000000000000000
-00100000010000000000001010010000
-00100000010000000000001010010110
-00100000010000000000001010011100
+00100000010000000000010011110011
 00100000001000000100000010001110
 01101000000010001100011011100010
-00100000010000000000001010101000
+00100000010000000000010100001001
 01101000000010001100011011100010
 00100000010000000110100000011101
 01111001001000001010001000000000
-00100000011000000000000000000000
 01101000000010001100011011100011
-00100000010000000000001010101000
+00100000010000000000010100001001
 01101000000010001100011011100011
 00100000010000000110100000011101
 01111001001000001010001000000001
-00100000011000000000000000000000
 01101000000010001100011011100100
-00100000010000000000001010101000
+00100000010000000000010100001001
 01101000000010001100011011100100
 00100000010000000110100000011101
 01111001001000001010001000000010
@@ -682,119 +1291,33 @@
 11011000101000001000000001111000
 00100000010000000110100000110000
 01111001001111111000010000000111
-00100000001000000000001010100110
-01101000000000001100011011100000
-11000000000000100000001010111001
-11000000000000101100000000010000
-11000000000000111000001011000000
-00100000010000000011111111000000
-01111000010101000111110000000000
-01101000000000001100011011110101
-11000011000000111011111111100111
-01101000000010001100011011110011
-00100000010000000110100000011101
-00100100011000001000000000000000
-00100000001000000011111111100111
-00100000010000000011111111000000
-01101000000000001100011011110101
-11000011000000111011111111001000
-01101000000010001100011011110011
-00100000010000000110100000011101
-00100100011000001000000000000000
-00100000001000000011111111001000
-00100000010000000011111111000000
-01111000010101000111110000000000
-01101000000010001100011011110011
-00100000010000000110100000011101
-00100100011000001000000000000000
-01011000000000000000000000000010
-00100000010000000110010000010100
-11000100000000111000000000000000
-01011000000000000000000000001000
-00100000010000000110010000010100
-00100000001110100011111111101101
-01011000000000000000000000000000
-01100000000000110100011010011011
-00100000011000000000000000000000
-01101000000000001100011011100000
-11000000000000101011110110101010
-11000000000000100011110110010110
-11000000000000110000001011100101
-11000000000000011000001011100101
-11000000000000111000001011110000
-11000000000001000000001011110110
-11000000000000010000001011111110
-01101000000000001100011101111010
-00011111111001100111110000000001
-00100000010000101000001011011111
-01101000000000001100011101111010
-11000000000000000000001011100001
-11000000000000001011110110001000
-11000000000000011000001011100011
-01110000010010110000000100000010
-00100000001000000011110110001100
-01110000010001110111101000000010
-00100000011000000000000000000000
-01110000010010110000000100000001
-00100000001000000011110110001010
-01110000010010110000000100000011
-00100000001000000011110110001110
-01101000000000001100011101111010
-00100000010110100000001011101011
-01101000000000001100011101111010
-11000000000000001000001011101101
-11000000000000011011110110001100
-00100000001000000011110110001000
-01110000010001110111101000000001
-00100000011000000000000000000000
-01101000000000001100011101111111
-00011111111000001111111111111111
-00100000001000000011110110111110
-01101000000000001100011101111010
-00100000010110100000001011101011
-01101000000000001100011101111010
-11000000000000001000001011111100
-11000000000000011011110110001000
-00100000001000000011110110001010
-01101000000000001100011101111010
-00100000010110100000001011101011
-01101000000000001100011101111010
-11000000000000001000001011111100
-11000000000000011011110110001000
-00100000001000000011110110001010
-01110000010001101011010100000000
-00100000001000000011110111000001
-01101000000000001100011101111010
-00100000010110100000001011101011
-01101000000000001100011101111010
-11000000000000001011110110001000
-11000000000000011000001100000100
-00100000001000000011110110001110
-01011000000000000000000000000101
-00100000001000000011110110111110
+00100000001000000000010100000111
 01110000010001111001110100000000
 01110000010001111001111000000000
-11000101000100110000001100001010
-00100000001000000100001001101101
-00100000010000000000010111000100
+00101000000011111111111000100110
+00100000010000001000000111100000
 00100000001000000100001001101101
 00100000010000000110100010100010
 01101000000000010100001000011101
-00100000001110100000001100010001
-01100000000000010100011111000010
-00100000001000000000001100110000
-01011000000000000001000100100010
 01100000000000010100011111000010
-00100000001000000000001100010000
-01110000010010110011001000000000
-00100000010000000000000011100010
+11011000010000000000000000000010
+11011010001000000100011111000010
+11011010010000000000000001011111
+00100000001000000110010111010001
+11011000010000000000000000000010
+11011010001000000100011111000010
+11011010010000000000000001011111
+00100000001000000110010111011111
+01110000010010110100000100000000
+00100000010000000000001011100101
+01110000010001110010000000000001
 01110000010001111001110000000000
-00100000010000000000001100110100
+00100000010000000000010100011010
 01101000000010010100011111000010
 00011000010000001000010000000001
 01100000000010010100011111000010
 01100000000010010100010010100001
-00100000010000000000001100110000
+00100000010000000000010100010110
 00011000000010100111111000000000
 01100000000000001100010010100000
 00100000010000000011010000000010
@@ -810,32 +1333,23 @@
 11011000111000000000000000000111
 00100000010000000100001111001110
 00100000010000000100001111001010
-01101000000000001100000010010010
-00101111111011111111111000000001
-00100000010000001000001100111000
+00100000010000000000010100111001
 00100000001000000100001011000100
-11011000010000000000000000000010
-11011010001000000100011111000010
-11011010010000000000000001011111
-00100000001000000110010111010001
-11011000010000000000000000000010
-11011010001000000100011111000010
-11011010010000000000000001011111
-00100000001000000110010111011111
 01110000010001111001111100000000
-00100000010000000000000011110100
+00100000010000000000001011110111
 01011000000000000000000000000101
 11100000110000001000000000000000
-11011000110000000100101100011110
-00100000010000000000001100111111
+11011000110000000100101100011111
+00100000010000000000010101000000
 00100000001000000111110111110100
 11011000101000000100001101111011
 11011111001000000000000000010011
 00100000010000000111111100000001
 00100000001000000101011110111000
+01110000010010110000011000000000
 01011000000000000000000000000000
 01100000000000010100011010101100
-00100000010000000000000101000101
+00100000010000000000001111010010
 00100000001000000100001011001011
 01101000000000001100010100001111
 00011111111000001111111000000001
@@ -843,7 +1357,7 @@
 11000000000001100101001110010101
 00100000010000000101010110101010
 00100000010000000101011000011110
-00100000010000000000010011110001
+00100000010000000000011000100101
 00100000001000000101001110001111
 01101000000000001000000000010110
 00011111111000001111111000000001
@@ -854,27 +1368,25 @@
 00100000010000000010100110111011
 00100000010000000000000000011101
 00100000001000000101010010100011
-00100000010000000000001101100000
+00100000010000000000010101100000
 00100000001000000101010101111101
 01101000000000001100011111000101
 01100000000000001100000101110010
 01110000010001111100010000000000
 00100000011000000000000000000000
-01110000010001111100010000000001
-00100000011000000000000000000000
 01101000000000001100001111010110
 00011111111001100111110000001100
-00100100001000010000001101011110
+00100100001000010000010000101110
 01101000000000001100001111011000
 01101000000010001100011111000101
 10011000010001100111110000000000
-00100000001000010000001101011010
+00100000001000010000010101011100
 01101000000000001100001111011000
 01100000000000001100000101110010
-00100000001000000000001101011100
+00100000001000000000010101011110
 01101000000000001000010000111111
 11000100000000110000000000000000
-00100000010000000000001101101111
+00100000010000000000010101101111
 00100100011101000000000000000000
 00100000001000000101010110100000
 01111000001101000111110000000000
@@ -886,27 +1398,27 @@
 11000001100000000000000000000000
 00100000001000000111111111101001
 01101000000000001000010001010110
-11000010100000101000001110001011
-00100000010000000000010011100011
+11000010100000101000010110001011
+00100000010000000000011000010111
 01101000000000001100011110001110
-00100100001110100000001110000001
+00100100001110100000010110000001
 01101000000000001000010000111111
-11000011000000100000001110000101
+11000011000000100000010110000101
 01101000000000001000001011011010
-00100000001110100000001110000101
+00100000001110100000010110000101
 00100000001000000101011001100100
 01101000000000001100011110001110
 00011111111000001111111111111111
 01100000000000001100011110001110
 00100000001000000101011001100100
 01101000000000001100010011000100
-11000000100000101000001110001000
+11000000100000101000010110001000
 01110000010001111000111000000011
 00100000010000000101100010010010
-00100000010110100000011010110100
+00100000010110100000001111101000
 00100000001000000101011000100010
-00100000010000000000001110001101
-00100000001000000000001110011001
+00100000010000000000010110001101
+00100000001000000000010110011001
 01101000000000001100011011000101
 00011111111000010111111000000011
 11000001100000011000000000000000
@@ -919,7 +1431,7 @@
 01100000000000001100001111011100
 00100000010000000101011001010000
 00100000011000000000000000000000
-00100000001000000000010011100111
+00100000001000000000011000011011
 01101000000000001100011110011111
 00100000011110100000000000000000
 01101000000000001100011011000101
@@ -940,10 +1452,10 @@
 00011000110000100111111000000000
 01100000000000010100010100001101
 01101000000000001100010100001100
-11000000000000011000001110110000
+11000000000000011000010110110000
 00100000001000000101011010001101
 01101000000000001000001011011011
-11000000000000001000001110110011
+11000000000000001000010110110011
 00100000001000000101110001100101
 11101000110000101000000000000000
 01100000000000101100001111001110
@@ -951,15 +1463,15 @@
 01100000000000010000010001011111
 00100000001000000101110010001010
 11101000110000010000000000000000
-11000000000000100000001110111100
-11000000000000110000001111011001
+11000000000000100000010110111100
+11000000000000110000010111011001
 00100000001000000101011010011000
 00100000010000000111111010100101
-00100000010000000000001110011010
+00100000010000000000010110011010
 00100000010000000111111010011111
 11101000110000011000000000000000
 01100000000000011000010001110111
-11000000000010000000001111001011
+11000000000010000000010111001011
 00011111111011001000010000000000
 00011000010001100111110000100100
 00100000001000010101100010101101
@@ -984,10 +1496,10 @@
 11100000110000010000000000000000
 00100000011000000000000000000000
 11101000110000001000000000000000
-11000000000000001000001111011101
-11000000000000101000001111011111
+11000000000000001000010111011101
+11000000000000101000010111011111
 00100000001000000101101011110110
-01110000010010110011001000000001
+01110000010010110100000100000001
 00100000001000000101101100001001
 00100000010000000101101101011010
 01101000000000001000010000111111
@@ -996,7 +1508,7 @@
 00100000001000000101110010001110
 01101000000000001000000000010110
 11000000100100111101011011110010
-00100000010000000000001111101010
+00100000010000000000010111101010
 11011000111000000000000000000000
 01101000000000010100010010000010
 00100000001000000111111100001000
@@ -1006,7 +1518,7 @@
 00011111111000001111111011111010
 00100000001000000011110010111110
 01111000010101011111110000000000
-00100000001101110000001111110010
+00100000001101110000010111110010
 00100100001101101101100000000110
 00100000010000000010101111001011
 01101000000000010100000011000001
@@ -1025,7 +1537,7 @@
 00100100001110100111110111011011
 01101000000000001000101010011001
 11000101100001001111110111010110
-11000000000010010000010000000101
+11000000000010010000011000000101
 00100000001000000111110111001010
 00100000010000000101100010010000
 00100100011110100000000000000000
@@ -1034,467 +1546,72 @@
 00011111111000010111111011111101
 01100000000100001000000001110111
 01101000000110001000000001110011
-00011000010000011000010000000010
-01100000000110001000000001110011
-00100000010000000110001111101110
-00011000010000010000010011111101
-00100000000000000000000000001101
-00100000010000000110001111110010
-01100000000110001000000001110011
-00100000011000000000000000000000
-00100000010000000110100010101000
-01101000000000100100000010100000
-01100000000000100100101111110011
-00100000011000000000000000000000
-01110000010011001111001000000001
-01110000010011001111010000000000
-01101000000000001100101110111101
-00011111111000010111111000000111
-01100000000000001100101110111101
-00100000011000000000000000000000
-01101000000000001100101110111101
-01111001001000000111111000000100
-01100000000000001100101110111101
-01100000000000001100101101111000
-00100000011000000000000000000000
-00100000010000000000010011100111
-01101000000000001100110011110011
-11000000000000001000010000101000
-11000000000000010000010000101100
-00100000011000000000000000000000
-01110000010011001111010000000010
-01110000010011001111000000000000
-01110000010011001111001000000000
-00100000001000000000010000011010
-01110000010011001111000100000000
-00100000001000000000010000101001
-01101000000000010100101111000010
-00011111111000001111111000000001
-01100000000000010100101111000010
-11000010100001010000010011010101
-01101000000000001100110011110001
-11000000000000001000010000110111
-01110000010011001111000100000001
-01101000000000001100110011110001
-11000000100000001000010000011010
-01101000000000001100110011101111
-00011111111000001111111000000001
-01100000000000001100110011101111
-11000000000000100000010000111110
-00100000010000000000010110110101
-01110000010011000000000100000010
-00100000001000000000010010010100
-00100000010000000000010011100111
-01110000010011001110111100000000
-00100000001000000000010000011010
-01110000010011001111010000000010
-01110000010011001111001000000001
-01110000010011001111000100000000
-00100000001000000000010000011010
-01101000000000001100110011110011
-11000000000000011000010001000010
-01101000000000001100101110111101
-00101111111011000000000000000100
-00100000001000001000010000011000
-01101000000000001100110011110011
-11000000000000001000010001000001
-11000000000000010000010001000010
-00100000011000000000000000000000
-01101000000000001100101111001100
-11000001111111111000000000000000
-00100000010000000000010001010011
-00100100010101100000010001011011
-00100000011000000000000000000000
-01111000010101100111110000000000
-01101000000000001100110011110010
-11000001100000001000000000000000
-01101000000000001100110011110100
-11000001100000000000000000000000
-01110000010011001111001100000001
-01110000010011000000000100000100
-00100000001000000111111111101011
-01101000000000001100110011110100
-00100000001110100000010001100011
-00011111111000001111111111111111
-01100000000000001100110011110100
-01110000010011001111001100000010
-00100000010000000000010110110101
-01110000010011000000000100000100
-00100000011000000000000000000000
-01110000010011001111001100000011
-01101000000000001100110011110001
-00100100001110100000010000110101
-00100000010000000000010110110101
-01110000010011000000000100000010
-00100000011000000000000000000000
-01101000000000001100101111001100
-11000000111111111000010100101111
-00100000010000000000010001101111
-00100000010000000000010101111011
-01110000010010111100000100000001
-00100000011000000000000000000000
-01101000000000010100110011101101
-00100000010000000111111110011100
-00100000001101000000010001110101
-01101000000000111100101101011001
-00100000011110100000000000000000
-00100000001000000111111111100111
-00100000010000000000010010001100
-01110000010010111110100000000000
-00011010001000001111111000000001
-01100000000000001100101110111100
-00100000010000000000010000011010
-01100000000000001100101101011000
-11101000101010001000000000000000
-11101010010000001000000000000000
-10011000010000011111111000000000
-11100000101000001000000000000000
-00011010010000001010010000000001
-11101010010000100000000000000000
-11100000101000100000000000000000
-00011010010000001010010000000100
-11011000101000000100101101011110
-11011111001000000000000000000010
-11101010010000001000000000000000
-11101000101010001000000000000000
-10011000010000001111111000000000
-11100000101000001000000000000000
-00011010010000001010010000000001
-11000010000000000000010010000101
-00100000011000000000000000000000
-01101000000000001100011011110101
-11000011100000111000000000000000
-01101000000000001100101011111101
-11000001100000001000000000000000
-01011000000000000000000000000000
-01100000000000001100101011111101
-01100000000000100100011010011011
-00100000001000000000000101000101
-01110000010010111100010100000000
-11011001011000000000110100000000
-00110100011100110000001000000000
-00100000010000000000010010101110
-01101000000000001100101111111000
-11000001000000001000000000000000
-00100100001011000000010010111101
-00100100001101111000010010111101
-00100000010000000000010010101001
-00100000010000000000010011011001
-00100000010000000000010011100011
-01101000000000001100101110111011
-00011111111000001111111000000001
-01100000000000001100101110111011
-01101000000000001100101111001100
-11000000111111111000010010101100
-00100000010000000000010001000101
-01011000000000000000000000000000
-01100000000000100100101111000001
-01100000000000001100110011110000
-00100000011000000000000000000000
-11011111001000000000000000000100
-11011000101000000100101101011000
-00100000001000000111111011000110
-00100000010000000000010011100000
-00100000001000000000010101001010
-01111000010101111111110000000000
-00100000010000000000011010000110
-01101000000000001100101111111000
-11000000000000001000010010111011
-00011000000000000010101000000000
-01101000000000100100101111100100
-10011000000000000001001000000000
-01101000000010001000000000010111
-00100000010000000010100100011111
-00100000010000000010100100100100
-00100000010000000000011001000011
-00100000010101111000011001111111
-00100000011000000000000000000000
-00100000010000000000011001111111
-00100000001000000000010010011111
-01101000000000001100101111000100
-00011111111000001111111000000001
-01100000000000001100101111000100
-01101000000000001100101111001100
-11000000111111111000010011010001
-01101000000010001100101111000101
-00011000010000001000010000000001
-01100000000010001100101111000101
-01101000000000001100110000000001
-10011000010001100111111000000000
-00100100001110100000010010010101
-01101000000000001100110011110011
-11000000000000011000010000101110
-01101000000000001100110011110000
-00011111111000001111111000000001
-01100000000000001100110011110000
-11000000000000010000010000100011
-00100000010000000000010000011110
-01110000010011000000000100000001
-00100000001000000000010010010100
-01101000000000001100101111000100
-11000001111111111000000000000000
-01110000010010111100010000000000
-00100000001000000000010011010111
-01011000000000000000000000000000
-01100000000000010100101111000010
-01110000000010101001100100111010
-00100000001000000111110110000110
-00100000010000000000010111001101
-01101000000000001100101110111010
-00100000011110100000000000000000
-10011000000000000111001000000000
-11011000110000000100101100111000
-11011000101000000100101110011010
-00100000001000000111111100000001
-01110000010011001111100000000001
-01110000010011001111010100000000
-00100000011000000000000000000000
-01101000000000001100110011110101
-00011111111000001111111000000001
-01100000000000001100110011110101
-00100000011000000000000000000000
-01101000000000001100110011110101
-00011111111001100111110000000010
-00100100010000010000010011101111
-01101000000000001100110011110101
-11000001000000000000000000000000
-00011111111000001111111111111111
-01100000000000001100110011110101
-00100000011000000000000000000000
-01110000010011001111010100000011
-00100000011000000000000000000000
-01101000000000010100011010000010
-11000011100001011000000000000000
-11000011100000111000000000000000
-11000011100000110000000000000000
-11011010001000000100110001111110
-00100000010000000000011000011100
-01100000000010001100110011110110
-01011000000000000000000010000010
-11000101000100110000010011111011
-01011000000000000000000010000000
-10011000010001100111110000000000
-00100100001000010000010100010011
-01101000000000001100110011110101
-00011111111001100111110000000010
-00100100001000010000010100000011
-01101000000000001100110011110101
-11000000000000000000010100010100
-00100000011000000000000000000000
-01101000000000001100110011110101
-11000001100100000000000000000000
-01110000010011001111010100000000
-01101000000010001100110011110110
-01011000000000000000000001110111
-11000101000100110000010100001010
-01011000000000000000000001110101
-10011000010001100111110000000000
-00100100011000010000000000000000
-01101000000000001100110011111000
-11000000000000000000010100011011
-00011111111000001111111111111111
-01100000000000001100110011111000
-11000000000000000000010100011011
-01110000010000011101111000000000
-00100000011000000000000000000000
-01110000010011001111010100000000
-01101000000000001100110011111000
-11000000000000010000010100011001
-00011111111000001111111000000001
-01100000000000001100110011111000
-11000000000000001000010100010001
-01110000010000011101111000000010
-00100000011000000000000000000000
-01110000010000011101111000000100
-00100000011000000000000000000000
-01110000010000011101111000100000
-01110000010010111011101100000000
-01110000010010111100011001001110
-01101000000000100100101111001000
-01100000000000100100101111100100
-11011010001000000000000000000000
-11011111001000000000000000000100
-11011000110000000100101111100100
-11101000110000001000000000000000
-10011010001000001010001000000000
-11000010000000000000010100100101
-00011010001000100111111000000000
-01100000000000010100110001101101
-01101000000000001100110001101101
-01101000000010001100110001101110
-10011000010000001111111000000000
-01100000000000001100110001101111
-00100000011000000000000000000000
-01101000000000001100101111000001
-11000000000000001111111111100111
-01101000000000001100101111001100
-11000000000000001000010100110110
-11000000000000010000010100111001
-11000000000000011000010100111100
-00100000001000000010101010001100
-01110000010010111100110000010001
-01110000000100011001111010101010
-00100000001000000000010100111110
-01110000010010111100110000010010
-01110000000100011001111001010101
-00100000001000000000010100111110
-01110000010010111100110000010011
-01110000000100011001111000100010
-01101000000000001100101110111101
-00011111111000010111111000000111
-01100000000000001001000110011111
-01101000000000100100101111110011
-01100000000000100001000110100000
-01110000000100011010010000000000
-11011010001000000001000110011110
-11011000010000000000000000000111
-00100000010000000000010111001000
-00100000010000000000010101111011
-00100000010000000000010001101101
-00100000001000000111111111100111
-01101000000000001100101111001100
-11000001011111111000000000000000
-11000000000010001000010101010000
-11000000000010010000010101010010
-11000000000010011000010101010100
-00100000011000000000000000000000
-01110000010010111100110000000010
-00100000001000000000010010100101
-01110000010010111100110000000011
-00100000001000000000010010100101
-01110000010010111100110011111111
-01110000000010101001100100111001
-00100000010000000111110110000110
-01101000000000100100101110011100
-00100000010000000000010100100001
-00100000001000000000010010100101
-01111001001111111000000000100110
-01110000010010111111100000000000
-00100000010000000000010110110100
-01101000000000001100101111001100
-11000001111111111000000000000000
-00100000010000000000010101110011
-01011000000000000000000000000000
-01100000000000010100101111101001
-00100000010000000010101011111010
-00100000000000000000011111010000
-01101000000000001100101111101001
-11000000011111111000010011010111
-00100000010000000000010010101110
-00100100001011000000010110001101
-00100100001101111000010110001101
-01111001001000000000000000100110
-01011000000000000000000000000000
-01100000000000010100101111101001
-01110000010010101111110100000000
-01110000000010101001100100111100
-00100000010000000111110110000110
-00100000010000000000010010101001
-01110000010011001111110000000001
-01110000010011001111110100000000
-00100000011000000000000000000000
-01110000000100011001111011111111
-01101000000000001100101110111101
-01100000000000001001000110011111
-01101000000000100100101111110011
-01100000000000100001000110100000
-11011000010000000000000000000110
-11011010001000000001000110011110
-00100000010000000000010111001000
-01101000000000001100101110111100
-00011111111000001111111000000010
-01100000000000001100101110111110
-01101000000000001100101110111101
-01100000000000001100101101111000
-01101000000000001100101110111100
-00011111111010011111111000000000
-01101000000010001100101110111011
-00011000010000010000010000000011
-00011000010000111000010000000000
-10011000010000011111111000000000
-01101000000010001100101111111000
-10011000010000001111111000000000
-11100000101000001000000000000000
-01101000000000001100101110111100
-10011000000000000111001000000000
-11011000110000000100101101011000
-00100000001000000111111100000001
-01101000000000010100101111101001
+00011000010000011000010000000010
+01100000000110001000000001110011
+00100000010000000110001111101110
+00011000010000010000010011111101
+00100000000000000000000000001101
+00100000010000000110001111110010
+01100000000110001000000001110011
+00100000011000000000000000000000
+01110000010011010000011000000001
+01110000010011010000001100000000
+00100000011000000000000000000000
+01101000000000001100110100000011
 00011111111000001111111000000001
-01100000000000010100101111101001
-00100000010000000000010110110101
-00100000001000000000010101100010
-01111001001111111000000000100110
-01110000010010111111100000000000
-00100000010000000000010110110001
-00100000010000000000010101110011
-01110000010010111110100100000000
-00100000010000000010101011111010
-00100000000000000000011111010000
-01101000000000001100101111101001
-11000000011111111000010011010111
-00100000010000000000010010101110
-00100100001011000000010110100101
-00100100001101111000010110100101
-00100000010000000000010011011001
-00100000010000000000000011100010
-01101000000000100100101111100100
-01101000000010100100101111001000
+01100000000000001100110100000011
+00100000011000000000000000000000
+01101000000000001100110100000011
+00011111111001100111110000000010
+00100100010000010000011000100011
+01101000000000001100110100000011
+11000001000000000000000000000000
+00011111111000001111111111111111
+01100000000000001100110100000011
+00100000011000000000000000000000
+01110000010011010000001100000011
+00100000011000000000000000000000
+01101000000000010100011010000010
+11000011100001011000000000000000
+11011010001000000100110010001100
+00100000010000000000001010110100
+01100000000010001100110100000100
+01011000000000000000000010000010
+11000101000100110000011000101101
+01011000000000000000000010000000
 10011000010001100111110000000000
-00100000001000101000000100000110
-00100000001000000000010101101001
-01101000000000001100101111101001
-00011111111000001111111000000001
-01100000000000001100101111101001
-01101000000000001100110011111010
-00011111111000001111111000000001
-00011111111000010111111000000011
-01100000000000001100110011111010
-11000000000000000000010110111110
-11000000000000001000010111000000
-11000000000000010000010111000010
-11000000000000011000010111000000
+00100100001000010000011001000101
+01101000000000001100110100000011
+00011111111001100111110000000010
+00100100001000010000011000110101
+01101000000000001100110100000011
+11000000000000000000011001000110
 00100000011000000000000000000000
-00100000010000000000000011100010
-01101000000000100100101111110011
-01100000000000100100101111100100
-00100000010000000000010100100010
-01101000000010001100101111000111
-00100000010000000000011000101101
-01100000000010001100101111000111
+01101000000000001100110100000011
+11000001100100000000000000000000
+01110000010011010000001100000000
+01101000000010001100110100000100
+01011000000000000000000001110111
+11000101000100110000011000111100
+01011000000000000000000001110101
+10011000010001100111110000000000
+00100100011000010000000000000000
+01101000000000001100110100000110
+11000000000000000000011001001101
+00011111111000001111111111111111
+01100000000000001100110100000110
+11000000000000000000011001001101
+01110000010000011101111000000000
 00100000011000000000000000000000
-01110000010000011101111000100000
-01011000000000000000111100001111
-01100000000000010100101111100100
-11100000101000010000000000000000
-00100000001000000000010110110100
-00100000010000000000010110110001
-00100000001000000000010110010111
-00100000010000000000010100011101
-00100000001000000000010110010111
-00100000010000000000010110111001
-00100000001000000000010110010111
-01111001001111111000000000100110
-00100000010000000101001111001110
-11011000111000000000000000000011
-00100000001000000100001111010010
-01100000000010001100101110111100
-00011000010000100111001000000000
-11011000101000000100101101011000
-00011010001000100000110000000000
-00100000001000000111111100000001
-01101000000000001100101100110111
-00011111111010010111111000000000
-01100000000000001100101110111010
+01110000010011010000001100000000
+01101000000000001100110100000110
+11000000000000010000011001001011
 00011111111000001111111000000001
-11011000110000000100101100110111
-10011000110000001000110000000000
-11101000110000011000000000000000
-01100000000000011100101111111001
-01101000000000001100101100110111
-00011111111000110111111000000000
-00011111111000010111111000000011
-01100000000000001100101111111111
+01100000000000001100110100000110
+11000000000000001000011001000011
+01110000010000011101111000000010
+00100000011000000000000000000000
+01110000010000011101111000000100
 00100000011000000000000000000000
 01100000000010001000000000010111
 00011000010000001010001000000000
@@ -1512,22 +1629,20 @@
 00100000000000000000000000001010
 01110000100010010000001001111101
 01101000000000001100000111011110
-11000000000000000000010111101111
-11000000000000010000010111110100
-11000000000000100000010111111001
-11000000000100000000011000001000
-00100000001000000000010111101111
-00100000010000000000010111111110
+11000000000000010000011001100111
+11000000000000100000011001101100
+11000000000100000000011001111011
+00100000010000000000011001110001
 01110000100010010101010111010000
 01110000100010010101011011100000
 01110000100010010101100001101100
 00100000001000000010100101001011
-00100000010000000000011000000011
+00100000010000000000011001110110
 01110000100010010101010111010000
 01110000100010010101011011100000
 01110000100010010101100000111100
 00100000001000000010100101010011
-00100000010000000000010111111110
+00100000010000000000011001110001
 01110000100010010101010111010000
 01110000100010010101011011000000
 01110000100010010101100001101100
@@ -1547,186 +1662,71 @@
 00100000011000000000000000000000
 00011000000000000010101000001000
 00100000001000000010100011111010
-00100000010000000111111111101001
-01101000000010100100101111011101
-00011100010000100111111000000000
-10011000010001100111110000000000
-00100100010000010010110100011000
-00011111111000100010010000000000
-01101000000000100100101111011101
-01101000000010001100101111100001
-10011000010000001000010000000000
-00011010010000100111111000000000
-10011000010001100111110000000000
-00100100011000010000000000000000
-01111001001111111111111000011100
-01100000000000100100101111011101
-00100000001000000111111111100111
-11011000010000000000000000000000
-11011111001000000000000000001000
-00011010001000100000110000000000
-11101000110000001000000000000000
-10011000010000001000010000000000
-11000010000000000000011000011111
-00011000010010010111111000000000
-00011111111000100000010000000000
-11000110100100110000000000000000
-00011111111001101111110000001010
-00100000010000000111111110000110
-00011000000001111111111000000000
-00011111111100100111111000000000
-00011000000001110000010000000000
-10011000010000011000010000000000
-00100000011000000000000000000000
-00100000011000000000000000000000
-00100000010000000000011000110001
-00011000010000001000010000000001
-00011000010000010000010000000011
-00100000011000000000000000000000
-01101000000000001100101111100100
-00011111111000010111111000000011
-00011111111011111010001000000100
-01011000000000000100101111001101
-10011010001000001111111000000000
-10011000010000001000110000000000
-11101000110000001000000000000000
-01100000000000001100101111000110
-00100000011000000000000000000000
-01111000010001001111110000000000
-01111000010000111111110000000000
-01011000010101010101010101010101
-10011000000000000001111000000000
-01101000000000001100101111000110
-00011111111011011000010000000000
-01111001001000000000010000000001
-00011000010000110001110000000000
-00100000011000000000000000000000
-00100000010000000000011000111010
-01111000010101111111110000000000
-01111000001001101111110000000000
-01111000001100001111110000000000
-01111000010100000111110000000000
-01111000001010000111110000000000
-01101000000000010100101110111111
-10011000000000000011011000000000
-00110111110000011000010000000000
-00100100001011000000011001111111
-01111000010001101111110000000000
-01111000001001011111110000000000
-01111000001000111111110000000000
-01111000001001001111110000000000
-00100000010000000000011001111100
-01100000000000001100110001110000
-01101000000010001100110001101111
-10011000010001100111110000000000
-00100100001000101000011001111111
-00100000010000000000011001111100
-01100000000000001100101100110110
-01101000000000001100110000000010
-00011111111001100111110000000010
-00100000001000101000011001011111
-01101000000000001100101100110110
-01101000000010001100101110111101
-10101000010000000000111000000000
-00100100001000001000011001111111
-00100000010000000000011001111100
-11100000101000001000000000000000
-00011111111010010111111000000000
-00011111111000010111001000011111
-00100000001000101000011001100111
-00100000010000000000011001111100
-11100000101000001000000000000000
-11000010000000000000011001100100
-00011000101000100010001000000000
-00100000010000000000011001111100
-01100000000000001100110011110111
-00011010001000100000101000000000
-00001001100000000000000000011000
-01111000001010000111110000000000
-11011011011000000000011001100100
-00011111111011110111111000000000
-00011111111100010111111000000000
-11100000101000011000000000000000
-01111000010001011111110000000000
-00100000001000110000011001111111
-01111000001101111111110000000000
-01101000000000001000000000010111
-00011111111000001010001000000000
-00100000010000000010100110000001
-01111000010001101111110000000000
-00100000010000000010100100011000
-01101000000000001100110011110111
-00100000010000000000000000011101
-00100000011000000000000000000000
-00001001100000000000000000001000
-00011001100010010111111000000000
-00100000011000000000000000000000
-01111000010011011111110000000000
-01111000010001011111110000000000
-00100000010000000010011001001101
-00100000011000000000000000000000
-00100000010000000010100100011000
-01101000000010001100101111000110
-00100000001000000010100100110011
-00100000010000000101001111000100
-01101000000000100100101111100100
-10011000000000000001001000000000
-00100000010000000000011000111010
-00100000010000000000011010000011
-01111001001000000010101000000000
-01111000001011101111110000000000
-01111000001100000111110000000000
-01111000010100001111110000000000
-00011001001100010111111000000000
-00011111111011001111111000000000
-00011111111100011111111000000000
-00001000000000001000011000101000
-01111000010011101111110000000000
-01111000001011011111110000000000
-01111000001000111111110000000000
-01111000001001001111110000000000
-01101000000000001100110001101111
-00001000000000001000011000001000
-01101000000000001100101110111110
-10011000000000000111001000000000
-11011000110000000100101101111000
-11101000110000001000000000000000
-00001000000000001000011000001000
-11000010000000000000011010011100
-01111000001001000111110000000000
-00001000000000001000011000011000
-01111000010001000111110000000000
-00110111110100111000001000000000
-00100000000000000000000001100100
-01111000010011101111110000000000
-01111000010011011111110000000000
-00100000011000000000000000000000
-01110000010001111010000000000111
-01110000010001111010000100000100
-01011000000000000100011110100000
-01100000000000010100001000011000
-00100000001000000111111000111000
-11011010001000000100011010011010
-00100000010000000111111000111101
-00100000010101000000011010110000
-00100000011000000000000000000000
-01101000000000001100011111000001
-00011111111000001111111000000001
-01100000000000001100011111000001
-00100000011000000000000000000000
-11011010001000000100011010011010
-00100000010000000111111001010100
-00100000001101000000011010111000
-00100000011000000000000000000000
-00100000010000000101011001010010
-01101000000000001100011111000001
-00011111111001100111110000000001
-00100100010000010101011001010000
-01101000000000001100011111000001
-00100000011110100000000000000000
-00011111111000001111111111111111
-01100000000000001100011111000001
-00100000001000000011111110010000
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
                                 
                                 
                                 
Index: output/eeprom.dat
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/eeprom.dat	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/eeprom.dat	(working copy)
@@ -2,8 +2,8 @@
 02
 aa
 55
-06
-1b
+02
+1a
 c2
 84
 00
@@ -15,11 +15,11 @@
 c0
 42
 86
-0b
+7e
 c0
 44
-85
-da
+86
+4f
 c0
 50
 80
@@ -31,90 +31,90 @@
 c0
 59
 00
-3d
+41
 c0
 62
-00
-ce
+02
+cf
 c0
 64
-81
-88
+83
+73
 c0
 65
-01
-8c
+03
+77
 c0
 71
-82
-ce
+84
+ab
 c0
 73
-02
-80
+04
+d2
 c0
 75
-03
-06
+05
+0e
 c0
 75
-83
-14
+85
+1e
 c0
 76
-03
-43
+05
+44
 20
 20
 2a
 8e
 c0
 1c
-83
-47
+85
+49
 c0
 21
-83
-4f
+85
+51
 c0
 25
-03
-55
+05
+57
 c0
 2b
-83
-58
+85
+5a
 c0
 2c
-83
+85
 6a
 c0
 31
-83
+85
 77
 c0
 33
-03
+05
 a1
 c0
 33
-83
+85
 b8
 c0
 35
-03
+05
 e4
 c0
 3b
-83
+85
 ef
 c0
 7d
-03
+05
 ff
 c0
 46
-04
+06
 08
 20
 20
@@ -127,11 +127,11 @@
 68
 08
 cc
-77
+85
 58
 00
 4c
-7e
+8c
 98
 40
 8a
@@ -155,7 +155,7 @@
 60
 08
 cc
-77
+85
 20
 60
 00
@@ -174,8 +174,8 @@
 d4
 20
 40
-00
-c5
+03
+ad
 20
 40
 6a
@@ -222,10 +222,26 @@
 00
 68
 00
+cb
+01
+24
+3a
+7f
+ef
+68
+00
+cb
+07
+24
+3a
+7f
+ef
+68
+00
 c7
 9c
-c0
-00
+20
+3a
 7f
 ef
 68
@@ -237,9 +253,9 @@
 ff
 ef
 68
-01
-42
-48
+00
+c8
+06
 24
 3a
 7f
@@ -254,100 +270,72 @@
 00
 68
 00
-cc
-fc
+cd
+0a
 c0
 00
 80
-5a
+57
 20
 40
-04
-69
+00
+f6
 24
 34
 00
-72
-70
-4b
-f8
-00
+6e
 20
 40
-04
-4e
+00
+dd
 20
 40
-04
-94
+01
+19
 68
 00
 cb
-cc
+da
 c1
 ff
 80
 00
+70
+41
+de
+02
 20
 40
-04
-f1
-68
-00
-cb
-f8
-c0
-00
-80
-7b
-20
-40
-00
-54
-68
-00
-cc
-fc
-c1
-00
-80
 00
+53
 68
 00
 cb
-06
+01
 c0
 00
-85
-70
+81
+a6
 20
 40
 00
-81
+7a
 24
 74
 00
 00
 20
 40
-00
-a7
+02
+cc
 58
 00
-ea
-60
+ec
+54
 20
 20
 2b
 93
-68
-00
-c6
-f5
-c3
-83
-80
-00
 58
 01
 77
@@ -355,19 +343,19 @@
 60
 01
 cb
-eb
+f9
 70
-4a
-ff
-1e
+4b
+3c
+14
 20
 60
 00
 00
 20
 40
-06
-0d
+02
+97
 24
 74
 00
@@ -375,19 +363,19 @@
 20
 40
 00
-6c
+68
 68
 00
-cc
-fd
+cd
+0b
 1f
 e0
 fe
 01
 60
 00
-cc
-fd
+cd
+0b
 1f
 e6
 7c
@@ -395,31 +383,31 @@
 20
 42
 80
-63
+60
 20
 20
 00
-40
+44
 70
-4c
-fc
+4d
+0a
 00
 70
-4c
-fd
+4d
+0b
 00
 70
-4b
-f7
+4c
+05
 00
 68
 00
 cb
-e2
+f0
 60
 00
 cb
-e1
+ef
 20
 60
 00
@@ -427,35 +415,31 @@
 68
 00
 cb
-e3
-60
-00
-cb
-e1
+f1
+20
 20
-60
-00
 00
+64
 68
 00
-cb
-f7
+cc
+05
 1f
 e0
 fe
 01
 60
 00
-cb
-f7
+cc
+05
 c0
 02
 00
-69
+66
 c0
 02
 80
-65
+62
 20
 60
 00
@@ -463,27 +447,15 @@
 68
 00
 cb
-e8
+f6
 20
 5a
 00
-8c
-20
-40
-00
-9b
-68
-00
-cb
-f8
-c1
-00
-80
-00
+95
 68
 00
 cb
-0c
+06
 24
 7a
 00
@@ -491,7 +463,7 @@
 68
 00
 cb
-06
+01
 c1
 00
 80
@@ -499,7 +471,7 @@
 20
 40
 00
-81
+7a
 24
 74
 00
@@ -507,7 +479,7 @@
 68
 01
 cb
-eb
+f9
 20
 40
 7f
@@ -554,32 +526,96 @@
 e9
 68
 00
-cc
-fc
+cd
+0a
 c0
 00
 ff
 e9
 20
+40
+00
+92
+20
+40
+02
+cc
 20
+40
+3e
+bf
+68
+12
 00
-aa
+70
+68
+1a
+00
+78
+98
+41
+84
+00
+18
+44
+04
+00
+60
+1a
+00
+7c
+68
+08
+cb
+3e
+20
+40
+67
+fb
+68
+08
+cb
+3e
+79
+20
+04
+07
+d8
+a0
+80
+78
+20
+20
+68
+30
+68
+00
+cb
+0c
+20
+7a
+00
+00
+20
+20
+04
+ab
 70
 4b
-e8
+f6
 01
 70
 4c
-f1
+ff
 00
 20
 40
-04
-1a
+00
+a5
 60
 00
 cb
-58
+66
 58
 00
 00
@@ -587,23 +623,23 @@
 60
 03
 cb
-59
+67
 68
 02
-4b
-f3
+4c
+01
 60
 02
 4b
-60
+6e
 70
 4b
-bc
+ca
 0c
 68
 00
 cb
-bd
+cb
 79
 20
 7e
@@ -611,2850 +647,2674 @@
 60
 00
 cb
-bd
-20
-40
-05
-7b
+cb
 20
 40
-04
-6d
+00
+f9
 20
 20
 00
-44
+47
+70
+4d
+00
+01
+70
+4d
+02
+00
 68
 00
 cb
-e8
+cb
+1f
+e1
+7e
+07
+60
+00
+cb
+cb
 20
-7a
+60
 00
 00
-70
-4b
-f8
-01
-20
-40
-05
-b5
+68
+00
+cb
+cb
+79
 20
+7e
+04
+60
+00
+cb
+cb
+60
+00
+cb
+86
 20
+60
 00
-8d
-c6
-13
 00
+68
+00
+cb
+cb
+79
+3f
+fe
+04
+60
 00
+cb
+cb
 20
-40
+60
+00
 00
-bb
 20
 40
-00
-aa
+06
+1b
 68
 00
+cd
+01
 c0
-40
-c3
-00
-00
-a7
-68
 00
 80
-a0
-24
-7a
+b7
+c0
+01
 00
+bb
+20
+60
 00
-58
 00
+70
+4d
+02
+02
+70
+4c
+fe
 00
+70
+4d
 00
-60
-04
 00
-a1
 20
-60
+20
 00
+a5
+70
+4c
+ff
 00
 20
-40
-00
-b8
 20
-40
 00
-a7
-20
-40
-3e
-bf
+b8
 68
-12
-00
-70
+01
+4b
+d0
+1f
+e0
+fe
+01
+60
+01
+4b
+d0
+c2
+85
+01
+56
 68
-1a
 00
-78
-98
-41
-84
+cc
+ff
+c0
 00
-18
-44
-04
+80
+c6
+70
+4c
+ff
+01
+68
+00
+cc
+ff
+c0
+80
+80
+a5
+68
 00
+cc
+fd
+1f
+e0
+fe
+01
 60
-1a
 00
-7c
-d8
-40
+cc
+fd
+c0
+02
 00
-1d
+cd
 20
 40
-67
-fb
+01
 d8
-40
-00
-1d
-79
+70
+4c
+0f
+02
 20
-04
-07
-d8
-a0
-80
-78
 20
+01
+19
 20
-68
-30
-68
+40
+06
+1b
+70
+4c
+fd
 00
-cb
-03
 20
-7a
+20
+00
+a5
+70
+4d
+02
+02
+70
+4d
 00
+01
+70
+4c
+ff
 00
 20
 20
-02
-ce
-d8
-c0
-18
 00
-d8
-a0
-48
-0a
-20
-40
+a5
+68
 00
-c3
-d8
+cd
+01
 c0
-19
+01
+80
+d1
+68
+00
+cb
+cb
+2f
+ec
 00
+04
 20
-40
+20
+80
+a3
+68
 00
-c3
-d8
+cd
+01
 c0
-1a
-00
-20
-40
 00
-c3
-d8
+80
+d0
 c0
-1b
+01
 00
-df
+d1
 20
+60
 00
-1b
-20
-20
-7f
-01
-d8
-c0
-48
-0a
-d8
-a0
-18
 00
-20
-40
+68
 00
-c3
-d8
-a0
-19
+cb
+da
+c1
+ff
+80
 00
 20
 40
 00
-c3
-d8
-a0
-1a
+e2
+24
+56
 00
+ea
 20
-40
+60
 00
-c3
-d8
-a0
-1b
 00
-20
-20
+78
+56
+7c
 00
-c3
-20
-40
-34
-16
-20
-35
-80
-d7
-20
-40
-06
-a7
 68
 00
+cd
+00
 c1
-de
-60
+80
+80
 00
-cc
-73
-20
-40
-04
-e0
 68
 00
-c6
-85
-60
+cd
+02
+c1
+80
 00
-c6
-da
-20
-40
-43
-ca
-20
-40
 00
-d9
-20
-20
-74
-b9
-24
-55
-81
-52
-20
-40
+70
+4d
 01
-10
-20
-75
-80
-00
-20
-40
 01
-a3
+70
+4c
+0f
+04
 20
-40
-01
-90
 20
-40
-00
-e2
+7f
+eb
 68
 00
-c2
-10
-c0
-1a
-00
-e5
-20
-60
-00
-00
-68
-00
-cc
-73
-60
-00
-c1
-de
+cd
+02
 20
-60
+3a
 00
+f1
+1f
+e0
+ff
+ff
+60
 00
+cd
+02
 70
-4b
-32
+4d
 01
+02
 70
-47
-9f
+4c
+0f
+04
+20
+20
 01
-68
+d8
+70
+4d
 01
-46
-a8
+03
 68
-08
-cb
-34
-18
-46
-7c
+00
+cc
 ff
 24
-22
-80
-ec
-58
+3a
 00
+c4
+70
+4c
+0f
 02
-58
-60
+20
+20
 01
-46
-ae
+d8
+68
+00
+cb
+da
+c0
+ff
+81
+66
 20
 40
-34
-18
+00
+fc
 20
 40
-00
-f4
-58
-00
-00
+02
 04
-e0
-c0
-80
+70
+4b
+cf
+01
+20
+60
 00
-d8
-c0
-43
-90
+00
+68
+01
+4c
+fb
 20
 40
+7f
+9c
+20
+34
+01
+02
+68
 03
-3f
+cb
+67
+20
+7a
+00
+00
 20
 20
-7d
-f4
-da
+7f
+e7
 20
-43
+40
+03
+cd
 70
-ea
-20
-80
+4b
+f6
 00
+1a
 20
-7a
+fe
+01
+60
 00
+cb
+ca
+20
+40
 00
-98
-c0
-a2
+a5
+60
 00
+cb
+66
 e8
-c0
+a8
 80
 00
-c1
-00
+ea
+40
 80
 00
-20
-20
-00
-f5
-68
-02
-46
-d3
-c4
-08
-80
+98
+41
+fe
 00
-c3
-81
+e0
+a0
 80
 00
-c6
-13
+1a
+40
+a4
+01
+ea
+42
 00
 00
-d8
 e0
+a2
 00
-03
+00
+1a
+40
+a4
+04
+d8
+a0
+4b
+6c
+df
 20
+00
+02
+ea
 40
-43
-ce
-58
+80
 00
+e8
+a8
+80
 00
+98
+40
+fe
 00
-60
-01
-46
-ae
-60
+e0
+a0
+80
 00
-c6
-b4
-60
-01
-4b
-e9
-20
+1a
 40
-42
-ca
-79
-20
+a4
+01
+c2
 00
-26
-20
-40
-05
-1d
-70
-4b
-cc
 01
+12
 20
 60
 00
 00
-68
+70
+4b
+d3
 00
-c7
-7a
-c0
-7f
-81
-0d
-20
-20
-02
-ce
 68
 00
-c6
-e1
+cb
+3f
+1f
+e0
+fe
+01
 60
 00
-c7
-7a
-20
-20
+cb
+3f
+d9
+60
+0d
+00
+34
+73
 02
-ce
-70
-42
-12
-76
-20
+00
 20
-3d
-36
+40
+01
+35
+24
+2c
+01
+42
+24
+37
+81
+42
 20
 40
 01
-10
+30
 20
 40
+01
+5a
+20
 40
-c0
+06
+17
+70
+4b
+3f
+00
 68
 00
-c6
+cb
+c9
+1f
 e0
-c0
-02
-c0
-d5
-20
-40
-40
-d9
-c0
-18
+fe
 01
-20
+60
+00
+cb
+c9
+68
+00
+cb
+da
 c0
-18
+ff
 81
-40
+33
 20
 40
-40
-d1
-20
 00
-03
-e8
+d4
+58
+00
+00
+00
+60
+02
+4b
+cf
+60
+00
+cc
+fe
 20
+60
+00
+00
+df
 20
-01
-16
-70
+00
+04
+d8
+a0
 4b
-03
-01
+66
 20
-40
-64
-0f
 20
-40
-01
-12
+7e
+c6
 20
+40
+06
+14
 20
-64
-11
 20
-40
 01
-45
-68
+80
+78
+57
+fc
 00
-c6
-de
-c0
-6c
-01
-25
-c0
-2d
-01
-3e
-20
 20
 40
-e1
-58
+02
+76
+18
 00
+2a
 00
-16
-20
-40
-64
-14
-1f
-e6
-7c
-bd
-24
-22
-81
-16
-58
+68
+02
+4b
+f2
+98
 00
+12
 00
-19
+68
+08
+80
+17
 20
 40
-64
-14
+29
 1f
-e6
-7c
-55
-24
-22
-81
-16
-58
-00
-00
-1b
 20
 40
-64
-14
-1f
-e6
-7c
-1d
+29
 24
-22
-81
-16
-70
-46
-e0
-07
 20
 40
-40
-f6
-58
-00
 02
-06
-20
-40
-64
-13
-58
-00
-69
-09
+35
 20
-40
-64
-13
-58
-00
-28
-0d
+57
+82
+6e
 20
-40
-64
-13
-58
+60
 00
-4f
-0e
-20
-40
-64
-13
-58
 00
-ba
-0f
 20
 40
-64
-13
+02
+6e
 20
 20
-40
-f4
-70
-46
+01
+25
+68
+01
+4b
+d0
+1f
 e0
-08
-20
+fe
+01
 60
-00
-00
-20
-40
 01
-45
+4b
+d0
 68
 00
-c6
-de
-c0
-38
-40
-e8
-70
-46
-e0
+cb
+d1
+c2
+82
 01
-20
-60
-00
-00
 58
+68
 00
-80
-06
-20
-40
-64
-13
-20
+cb
+da
+c0
+ff
+81
+54
+68
 00
-2e
-e0
-20
-40
+cb
+3f
+1f
+e6
+7c
+02
+24
+41
 01
-0a
+d8
 68
 00
-c6
-de
-c0
-6c
+cb
+d3
+1f
+e0
+fe
 01
-25
-20
 60
 00
+cb
+d3
+c0
+83
+01
+1d
+68
 00
-58
-00
-00
-06
-20
-40
-64
-14
-1f
-e1
-fe
-08
-1f
-ed
-7e
-00
+cb
+3f
 1f
-e0
-fe
-06
-20
-20
-64
-13
+e6
+7c
+02
 20
-40
-04
-14
+41
+01
+d8
 20
-40
-3e
-6e
 20
-40
-3e
-1e
+01
+19
+68
+00
+cb
+d0
+c1
+ff
+80
+00
 58
 00
 00
 00
 60
 01
-41
-54
-20
-40
-01
-7a
-20
-40
-3e
-54
-20
-40
-58
-10
-20
-40
-58
-39
-20
-40
-58
-2c
-20
-40
-58
-18
-20
-40
-65
-9c
+4b
+d0
+70
+0a
+99
+3a
 20
-40
-65
-c2
 20
-40
-44
-3f
+7d
+86
 20
 40
 01
-84
-20
-40
-02
-14
-20
-40
-65
-df
-df
+e9
+68
+00
+cb
+c8
 20
+7a
+00
+00
+98
+00
+72
 00
-03
 d8
 c0
-47
-22
+4b
+46
+d8
+a0
+4b
+a8
 20
-40
-01
-9c
-24
-34
+20
+7f
 01
-78
+70
+41
+de
+20
+70
+4b
+c9
+00
+70
+4b
+d4
+4e
+68
+02
+4b
+d6
+20
 20
-40
 01
-6b
+f6
 68
 00
 cb
-34
+cf
 c0
-7f
-81
-73
-20
-60
 00
+ff
+e7
+68
 00
-d8
-40
+cb
+da
+c0
 00
+81
+6d
+c0
 01
-da
+01
+70
+c0
+01
+81
+73
+20
 20
+2a
+8c
+70
 4b
-34
 da
-40
-00
-64
+11
+70
+11
+9e
+aa
 20
 20
-65
-df
-d8
-40
-00
 01
-da
-20
+75
+70
 4b
-34
 da
-40
-00
-64
+12
+70
+11
+9e
+55
 20
 20
-65
-d1
+01
+75
 70
-42
-10
-34
-58
-00
-00
+4b
+da
+13
+70
+11
+9e
+22
+68
 00
+cb
+cb
 1f
-e4
+e1
 7e
+07
+60
 00
+91
+9f
+68
+02
+4c
+01
 60
-03
-44
+02
+11
 a0
-20
-60
-00
-00
 70
-4b
-34
-5a
-20
+11
+a4
+00
+da
 20
-01
-6f
-68
-02
-46
-d3
-c4
-0f
-80
+11
+9e
+d8
+40
 00
-68
-08
-c6
-f7
+07
 20
 40
-67
-fb
-68
-08
-c6
-f7
+01
+e4
 20
 40
-68
-1d
-70
-46
-f6
 00
+f9
 20
-60
+20
+7f
+e7
+68
+00
+cb
+da
+c1
+7f
 80
 00
-70
-46
-f6
-03
+c0
+08
+81
+86
+c0
+09
+01
+88
+c0
+09
+81
+8a
 20
 60
 00
 00
+70
+4b
+da
+02
 20
-40
-33
-c4
-20
-22
-c3
-16
 20
-40
+01
+2c
+70
+4b
+da
 03
-0c
 20
 20
-3d
-cb
-d8
-40
-00
-02
+01
+2c
+70
+4b
 da
-20
+ff
+70
 0a
-aa
-da
-40
-00
-62
-20
+99
+39
 20
-65
-d1
-d8
 40
-00
+7d
+86
+68
 02
-da
+4b
+aa
 20
-0a
-9a
-da
 40
-00
-62
+01
+f6
 20
 20
-33
-c8
-68
-02
-46
-d3
-c3
-0f
 01
-97
-68
-00
-8a
-bd
-2f
-ec
-00
-03
-24
-20
-81
-97
+2c
 20
 40
+03
+85
+20
+34
 01
-12
+b7
+79
+3f
+80
+26
 20
 40
 01
-4c
+d7
 68
 00
-c7
-1f
-60
+cb
+da
+c1
+ff
+80
 00
-c7
-1e
 20
-60
+40
+01
+a9
+58
 00
 00
-df
-20
 00
-02
-d8
-c0
+60
+01
 4b
-e4
+f7
 20
 40
-7f
-e7
-58
-00
-ff
-ff
-e8
-c9
-00
-00
-98
-46
-7c
-00
-24
-42
-ff
-e9
-c2
-00
-01
-9e
-20
-60
+2a
+fa
+20
 00
+07
+d0
+68
 00
+cb
+f7
+c0
+7f
+81
 58
-00
+20
+40
 01
-b4
-60
+35
+24
+2c
 01
-4c
-ed
-58
+b2
+24
+37
+81
+b2
+79
+20
 00
-01
-b8
-60
-01
-41
-ef
+26
 58
 00
-03
-f9
-60
-01
-41
-f9
-58
 00
 00
-a0
 60
 01
-41
-ed
-58
-00
+4b
+f7
+70
+0a
+99
+3c
+20
+40
+7d
+86
+20
+40
 01
-d9
-60
+30
+70
+4d
+0a
 01
-41
-f5
-58
+70
+4d
+0b
 00
-01
-d5
+20
 60
-01
-41
-f3
-58
 00
-02
-2a
+00
+70
+11
+9e
+ff
+68
+00
+cb
+cb
 60
-01
-41
-eb
-58
 00
+91
+9f
+68
 02
-38
-60
+4c
 01
-41
-fd
-20
 60
+02
+11
+a0
+d8
+40
 00
-00
+06
+da
+20
+11
+9e
 20
 40
-44
 01
+e4
+20
+20
+02
+04
 68
 01
-46
-9f
+4b
+f7
+1f
+e0
+fe
+01
+60
+01
+4b
+f7
 20
-7a
-00
-00
+40
+01
+d8
 20
 20
-05
-70
+01
+99
+79
+3f
+80
+26
 20
 40
-58
-92
-24
-7a
+01
+d3
+20
+40
+01
+a9
+70
+4b
+f7
 00
+20
+40
+2a
+fa
+20
 00
+07
+d0
 68
 00
 cb
-34
+f7
 c0
 7f
 81
-bf
-68
-00
-c6
-c5
-1f
-e1
-7e
-03
-c1
-81
-80
-00
-68
-00
-c7
-9c
-20
-5a
-01
-d2
-68
-02
-46
-d3
-c2
-82
-c1
-79
+58
 20
 40
-3f
-97
+01
+35
 24
-74
-00
-00
+2c
+01
+c9
+24
+37
+81
+c9
 20
 40
 01
-ca
+5a
 20
 40
-04
-8c
+02
+e5
 68
-01
+02
+4b
+f2
+68
+0a
+4b
+d6
+98
 46
-9f
-24
-5a
-01
-cf
-20
+7c
+00
 20
+22
+83
 06
-ac
+20
+20
+01
+a0
 68
 00
-c6
-f5
-c3
-83
-80
-00
-70
-41
-72
-00
-70
-4a
+cb
+f7
+1f
+e0
 fe
-1e
-20
-60
-00
-00
-70
-48
-06
 01
-70
-48
-07
-02
-20
 60
 00
+cb
+f7
+68
 00
-20
-40
-58
-14
-70
-47
-9c
-01
-20
-20
-01
-45
-20
-40
-7e
-34
-20
-20
-3e
+cd
+08
+1f
 e0
-20
-40
-02
-a8
-20
-20
-3d
-62
-1a
-62
+fe
+01
+1f
+e1
 7e
+01
+60
 00
+cd
+08
 c0
-0a
+00
 01
-e3
-c0
-0a
-81
-eb
+dc
 c0
-14
+00
 81
-f5
-c0
-19
-01
-f7
-c0
-20
-01
-fe
-c0
-1c
-82
-09
-c0
-1d
-02
-18
-c0
-1e
-02
-28
-20
+de
 20
-41
-7d
+60
+00
+00
 70
-4b
-33
-01
-68
+41
+de
+20
+58
 00
-c7
-9f
-24
-3a
+0f
+0f
+60
 01
-e7
-70
 4b
-31
-04
-70
-4a
-fd
+f2
+e0
+a1
+00
 00
 20
 40
 01
-1c
-20
-40
-06
-a7
-20
-20
-41
-c3
-70
-4b
-33
-00
+f7
+68
+08
+cb
+d5
 20
 40
 02
-34
-58
-00
-00
-07
+16
 60
-01
-44
-96
+08
+cb
+d5
+20
 60
-01
-44
-98
-70
-47
-c4
 00
-70
-47
-9c
 00
 20
 40
-06
-a7
-20
-40
-58
-16
-20
+01
+d3
 20
-41
-d9
-70
-0a
-99
-12
 20
+01
+bb
 20
-7d
-8f
-68
-00
-c7
-9f
-c0
-00
-81
-fa
+40
+01
+61
 20
 20
 01
-fc
+bb
+79
+3f
+80
+26
 20
 40
-01
-f5
-70
-46
-c6
-14
+53
+ce
 d8
 e0
 00
-01
+03
 20
 20
-41
-b9
-68
-01
-45
-09
-c1
-00
+43
+d2
+60
+08
+cb
+ca
+18
+42
+72
 00
+d8
+a0
+4b
+66
+1a
+22
+0c
 00
+20
+20
+7f
+01
 68
 00
-84
-41
+cb
+45
 1f
-eb
+e9
 7e
 00
-1f
-e6
-7c
-0c
-20
-61
-00
-00
-58
-00
-00
-09
-60
-01
-44
-96
 60
+00
+cb
+c8
+1f
+e0
+fe
 01
-44
+d8
+c0
+4b
+45
 98
-20
-40
+c0
+8c
+00
+e8
+c1
+80
+00
+60
 01
-f5
+cc
+07
+68
+00
+cb
+45
+1f
+e3
+7e
+00
+1f
+e1
+7e
+03
+60
+00
+cc
+0d
 20
+60
+00
+00
+60
+02
+4b
+f2
+da
 20
-03
-5e
+00
+00
+df
 20
-40
-01
-1c
-70
-47
-8b
-01
+00
+04
 d8
-e0
+c0
+4b
+f2
+e8
+c0
+80
 00
-03
+9a
 20
-40
-43
-d2
-58
+a2
 00
+c2
 00
+01
+fa
+1a
+22
+7e
 00
 60
 01
-47
-07
-70
-46
-a7
+4c
+7b
+68
 00
-20
-40
-40
-5d
-20
+cc
+7b
+68
+08
+cc
+7c
+98
 40
+fe
 00
-e2
+60
+00
+cc
+7d
 20
-40
+60
+00
+00
+68
+00
+cb
+ca
+1f
+e0
+fe
 02
-14
-20
-20
-65
-d1
-da
-20
-4b
-e4
-da
-40
+60
 00
-5b
-d8
-40
+cb
+cc
+68
 00
-04
-20
+cb
+cb
 60
 00
+cb
+86
+68
 00
-20
-40
-02
-34
-70
-4c
-fc
+cb
+ca
+1f
+e9
+fe
 00
-20
-40
+68
+08
+cb
+c9
+18
+41
+04
+03
+18
+43
+84
 00
-e2
-20
-40
-05
-c4
-70
+98
 41
-bd
+fe
+00
+68
+08
+cc
+06
+98
+40
+fe
+00
+e0
+a0
+80
 00
 68
 00
 cb
-34
-c0
-7f
-82
-24
-20
-40
-43
-16
-df
-20
+ca
+98
+00
+72
 00
-03
 d8
 c0
-47
-22
+4b
+66
 20
-40
+20
+7f
 01
-9c
 20
-34
+40
 02
-25
-20
-20
-00
-de
-70
-47
-9d
+1a
+18
+40
+84
 01
-70
-47
-9e
-28
+18
+41
+04
+03
 20
 60
 00
 00
-20
-40
-01
-1c
-20
-20
-3f
-8d
-78
-34
-7c
-00
 68
-12
-01
-38
-79
-34
+00
+cb
+f2
+1f
+e1
 7e
-1a
-60
-12
+03
+1f
+ef
+a2
+04
+58
 00
-4c
-20
-40
-2c
-21
-20
-40
-02
-34
-20
-40
-74
-bd
-20
-40
-3e
-9f
+4b
+db
+9a
 20
+fe
+00
+98
 40
-3e
-bf
-20
-20
+8c
 00
-b2
-68
+e8
+c0
+80
+00
+60
 00
 cb
-03
+d4
 20
-7a
+60
 00
 00
-70
-4b
-03
+78
+44
+fc
 00
+78
+43
+fc
+00
+58
+55
+55
+55
+98
+00
+1e
+00
+68
+00
+cb
+d4
+1f
+ed
+84
+00
+79
 20
-20
+04
 01
-4c
-20
-40
-02
-57
-20
-40
-02
-52
+18
+43
+1c
+00
 20
-40
-02
-77
+60
+00
+00
 20
 40
+53
+c4
+68
 02
-61
+4b
+f2
+98
+00
+12
+00
 20
 40
-42
-34
+29
+18
+68
+08
+cb
+d4
 20
 40
-42
-37
+29
+1f
+58
+00
+05
+00
 20
 40
-42
-3a
+2a
+8f
 20
 40
-02
-42
+29
+24
 20
 40
 02
-4a
-20
-20
-02
-5e
-68
-00
-cb
-33
-20
-7a
+23
+78
+57
+fc
 00
+78
+26
+fc
 00
-da
-60
-4b
-31
-da
-40
-02
-47
-20
-20
-33
-6d
-68
+78
+30
+fc
 00
-cb
-32
-24
-7a
+78
+50
+7c
 00
+78
+28
+7c
 00
-20
-20
-5b
-f5
 68
+01
+4b
+cd
+98
 00
-cb
-34
-c1
-ff
-80
+36
 00
-68
+37
+c1
+84
 00
-cb
-33
 24
-7a
+2c
+02
+72
+78
+46
+fc
 00
+78
+25
+fc
+00
+78
+23
+fc
+00
+78
+24
+fc
 00
-da
-60
-4b
-35
-da
-40
-02
-51
-20
-20
-33
-6d
-20
 20
-03
-14
-da
-60
-48
-07
-da
 40
 02
-55
-20
-20
-33
-6d
-70
-48
-06
-00
-20
+6b
 60
 00
+cc
+7e
+68
+08
+cc
+7d
+98
+46
+7c
 00
-da
-60
-4a
-fe
-da
+24
+22
+82
+6e
+20
 40
 02
-5a
-20
-20
-33
-6d
+6b
+60
+00
+cb
+44
 68
 00
-c7
-c5
-60
+cb
+44
+68
+08
+cb
+cb
+a8
+40
+0e
 00
-c1
-72
-70
-4a
-fd
-01
+24
 20
-60
+82
+6e
+20
+40
+02
+6b
+e0
+a0
+80
 00
+1f
+e9
+7e
 00
-da
-60
-46
-c6
-da
-40
-3d
-60
+1f
+e1
+72
+1f
 20
+22
+82
+56
 20
-33
-6d
-68
+40
+02
+6b
+e0
+a0
+80
 00
-c6
-f5
 c2
-82
-43
-94
+00
+02
+53
+18
+a2
+22
+00
 20
 40
 02
-8b
-c0
-03
-82
-6d
-68
-00
-c6
-85
+6b
 60
 00
-c6
-da
-68
-00
-c6
-db
-c1
+cd
+05
+1a
+22
+0a
 00
+09
 80
 00
-70
-46
+18
+78
+28
+7c
+00
 db
-01
-d8
+60
+06
+64
+1f
+ef
+7e
+00
+1f
+f1
+7e
+00
 e0
+a1
+80
+00
+78
+45
+fc
 00
-09
-20
-40
-43
-d2
-20
-20
-43
-ca
-70
-47
-9e
-28
 20
-40
+23
 02
-70
-20
+6e
+78
+37
+fc
+00
+68
+00
+80
+17
+1f
+e0
+a2
+00
 20
-43
-b0
-da
-60
-46
-da
-da
 40
-02
-73
-20
-20
-33
-6d
-68
-01
+29
+81
+78
 46
-82
-2f
-ef
-fe
-0b
+fc
+00
 20
 40
-c2
-d4
-20
-20
-43
-b8
+29
+18
 68
 00
-c7
-9d
+cd
+05
 20
-7a
+40
 00
+1d
+20
+60
 00
-68
 00
-c7
-9e
-20
-3a
-02
+09
+80
+00
+08
+19
+89
 7e
-1f
-e0
-ff
-ff
-60
 00
-c7
-9e
 20
 60
 00
 00
-70
-47
-9d
-00
-20
-20
-34
-0a
 78
-54
-7c
+4d
+fc
 00
-58
+78
+45
+fc
 00
+20
+40
+26
+4d
+20
+60
 00
 00
-60
-03
-46
-9b
 20
-40
+20
 02
-ad
+6e
 20
 40
-40
-79
-20
-40
-40
-7e
-20
-40
-02
-89
-24
-74
-00
-00
+29
+18
+68
+08
+cb
+d4
 20
 20
-3f
-a0
+29
+33
 20
 40
+53
+c4
+68
 02
-8b
-20
-20
-40
-9a
-da
-20
+4b
+f2
+98
 00
+12
 00
 20
 40
 02
-90
-20
-40
-02
-96
+23
 20
 40
 02
-9c
-20
+73
+79
 20
-40
-8e
-68
+2a
+00
+78
+2e
+fc
+00
+78
+30
+7c
+00
+78
+50
+fc
+00
+19
+31
+7e
+00
+1f
+ec
+fe
+00
+1f
+f1
+fe
+00
 08
-c6
-e2
-20
-40
-02
-a8
+00
+86
+28
+78
+4e
+fc
+00
+78
+2d
+fc
+00
+78
+23
+fc
+00
+78
+24
+fc
+00
 68
+00
+cc
+7d
+08
+00
+86
 08
-c6
-e2
-20
-40
 68
-1d
-79
-20
-a2
 00
-20
-60
+cb
+cc
+98
 00
+72
+00
+d8
+c0
+4b
+86
+e8
+c0
+80
 00
-68
 08
-c6
-e3
-20
-40
+00
+86
+08
+c2
+00
 02
-a8
-68
+8c
+78
+24
+7c
+00
 08
-c6
-e3
-20
-40
-68
-1d
-79
+00
+86
+18
+78
+44
+7c
+00
+37
+d3
+82
+00
 20
-a2
-01
+00
+00
+64
+78
+4e
+fc
+00
+78
+4d
+fc
+00
 20
 60
 00
 00
-68
-08
-c6
-e4
 20
 40
+7f
+e9
+68
+0a
+4b
+eb
+1c
+42
+7e
+00
+98
+46
+7c
+00
+24
+41
+2d
+18
+1f
+e2
+24
+00
+68
 02
-a8
+4b
+eb
 68
 08
-c6
-e4
-20
+cb
+ef
+98
 40
-68
-1d
-79
-20
-a2
-02
-20
-60
+84
+00
+1a
+42
+7e
+00
+98
+46
+7c
+00
+24
+61
 00
 00
 79
 3f
-84
-07
-d8
-a0
-80
-78
+fe
+1c
+60
+02
+4b
+eb
+20
+20
+7f
+e7
 20
 40
-68
-30
-79
-20
-04
-07
-d8
-a0
-80
-7c
-20
+29
+bb
 20
+7a
+00
+00
 68
-0a
-79
+08
+cc
+84
+da
 20
-04
-07
-d8
-a0
-80
-78
+0d
+9e
 20
 40
-68
-30
-79
-3f
+02
+ad
+60
+08
+cc
 84
-07
 20
-20
-02
-a6
+60
+00
+00
+1a
+22
+7e
+00
+98
+40
+8a
+00
 68
 00
-c6
+80
+18
 e0
-c0
-02
-02
-b9
-c0
-02
-c0
-10
-c0
-03
-82
-c0
+a0
+80
+00
+18
+40
+84
+01
+18
+41
+04
+07
 20
+60
+00
+00
+d8
 40
-3f
-c0
-78
-54
-7c
 00
-68
 00
-c6
-f5
-c3
-03
-bf
-e7
-68
-08
-c6
-f3
+df
 20
-40
-68
-1d
-24
-60
+00
+08
+1a
+22
+0c
+00
+e8
+c0
 80
 00
-20
-20
-3f
-e7
-20
+98
 40
-3f
-c0
-68
+84
+00
+c2
+00
+02
+b7
+18
+49
+7e
+00
+1f
+e2
+04
 00
 c6
-f5
-c3
-03
-bf
-c8
-68
-08
-c6
-f3
+93
+00
+00
+1f
+e6
+fc
+0a
 20
 40
-68
-1d
-24
+7f
+86
+18
+07
+fe
+00
+1f
+f2
+7e
+00
+18
+07
+04
+00
+98
+41
+84
+00
+20
 60
-80
+00
 00
 20
+60
+00
+00
+c6
+13
+00
+00
 20
-3f
-c8
+40
+03
+a3
 20
 40
-3f
-c0
-78
-54
-7c
 00
+84
 68
-08
-c6
-f3
-20
+00
+c0
 40
+c3
+00
+02
+cc
 68
-1d
-24
-60
+00
 80
+a0
+24
+7a
+00
 00
 58
 00
 00
-02
-20
-40
-64
-14
-c4
-03
-80
 00
-58
+60
+04
+00
+a1
+20
+60
 00
 00
-08
 20
 40
-64
-14
+34
+16
 20
-3a
-3f
-ed
-58
-00
-00
-00
-60
-03
-46
-9b
+35
+82
+d8
 20
-60
+40
+03
+df
+68
 00
+c1
+de
+60
 00
+cc
+81
+20
+40
+06
+14
 68
 00
 c6
-e0
-c0
-02
-bd
-aa
-c0
-02
-3d
-96
-c0
-03
-02
-e5
-c0
-01
-82
-e5
-c0
-03
-82
-f0
-c0
-04
-02
-f6
-c0
-01
-02
-fe
-68
-00
-c7
-7a
-1f
-e6
-7c
-01
-20
-42
-82
-df
-68
-00
-c7
-7a
-c0
-00
-02
-e1
-c0
+85
+60
 00
-bd
-88
-c0
-01
-82
-e3
-70
-4b
-01
-02
+c6
+da
 20
+40
+43
+ca
 20
-3d
-8c
-70
-47
-7a
+40
 02
+da
 20
-60
-00
-00
-70
-4b
-01
-01
 20
+74
+b9
+24
+55
+83
+46
 20
-3d
-8a
-70
-4b
-01
+40
 03
+0a
 20
+75
+80
+00
 20
-3d
+40
+03
 8e
-68
-00
-c7
-7a
 20
-5a
+40
+03
+80
+20
+40
 02
-eb
+e5
 68
 00
-c7
-7a
-c0
-00
-82
-ed
+c2
+10
 c0
-01
-bd
-8c
-20
-20
-3d
-88
+1a
+02
+e8
 70
 47
-7a
+9d
 01
+70
+47
+9e
+28
 20
 60
 00
 00
 68
 00
-c7
-7f
-1f
-e0
-ff
-ff
-20
-20
-3d
-be
-68
+cc
+81
+60
 00
-c7
-7a
+c1
+de
 20
-5a
-02
-eb
-68
+60
 00
-c7
-7a
-c0
 00
-82
-fc
-c0
+70
+4b
+41
+01
+70
+47
+9f
 01
-bd
-88
-20
-20
-3d
-8a
 68
+01
+46
+a8
+68
+08
+cb
+1e
+18
+46
+7c
+ff
+24
+22
+82
+ef
+58
 00
-c7
-7a
+02
+58
+60
+01
+46
+ae
 20
-5a
+40
+34
+18
+20
+40
 02
-eb
-68
+f7
+58
 00
-c7
-7a
+00
+04
+e0
 c0
+80
 00
-82
-fc
+d8
 c0
-01
-bd
-88
+43
+90
 20
+40
+05
+40
 20
-3d
-8a
-70
-46
-b5
-00
 20
+7d
+f4
+da
 20
-3d
-c1
-68
-00
-c7
-7a
+43
+70
+ea
 20
-5a
-02
-eb
-68
+80
 00
-c7
+20
 7a
+00
+00
+98
 c0
+a2
 00
-bd
-88
+e8
 c0
-01
-83
-04
-20
-20
-3d
-8e
-58
+80
 00
+c1
+00
+80
 00
-05
 20
 20
-3d
-be
-70
-47
-9d
+02
+f8
+c6
+13
 00
-70
-47
-9e
 00
-c5
-13
+d8
+e0
+00
 03
-0a
-20
-20
-42
-6d
-20
-40
-05
-c4
-20
-20
-42
-6d
 20
 40
-68
-a2
-68
-01
-42
-1d
-20
-3a
-03
-11
-60
-01
-47
-c2
-20
-20
-03
-30
+43
+ce
 58
 00
-11
-22
-60
-01
-47
-c2
-20
-20
-03
-10
-70
-4b
-32
-00
-20
-40
 00
-e2
-70
-47
-9c
 00
-20
-40
-03
-34
-68
-09
-47
-c2
-18
-40
-84
-01
 60
-09
-47
-c2
+01
+46
+ae
 60
-09
-44
-a1
-20
-40
-03
-30
-18
-0a
-7e
 00
+c6
+b4
 60
-00
-c4
-a0
+01
+4b
+f7
 20
 40
-34
-02
-58
-ed
-8e
-0e
-60
-01
-c4
-a3
+42
+ca
+79
+20
+00
+26
 20
 40
-34
-18
-68
-01
-46
-87
-60
 01
-46
-ac
+61
 70
+4b
+da
 01
-6d
-06
-58
-00
-00
-00
-60
-01
-46
-b0
+20
 60
-01
-46
-ae
-d8
-e0
 00
-07
+00
+70
+42
+12
+76
+20
+20
+3d
+36
 20
 40
-43
-ce
+03
+0a
 20
 40
-43
-ca
-68
-00
+40
 c0
-92
-2f
-ef
-fe
-01
 20
 40
+40
+d9
+c0
+18
+03
+18
+c0
+18
 83
 38
 20
-20
-42
-c4
-d8
 40
-00
-02
-da
-20
-47
-c2
-da
 40
-00
-5f
-20
-20
-65
 d1
-d8
-40
-00
-02
-da
 20
-47
-c2
-da
-40
 00
-5f
+03
+e8
 20
 20
-65
-df
+03
+0e
 70
-47
-9f
-00
+4b
+0c
+01
 20
 40
-00
-f4
-58
-00
-00
-05
-e0
-c0
-80
-00
-d8
-c0
-4b
-1e
+64
+0f
 20
 40
 03
-3f
+0c
 20
 20
-7d
-f4
-d8
-a0
-43
-7b
-df
-20
-00
-13
+64
+11
 20
 40
-7f
-01
+03
+d2
+68
+00
+c6
+de
+c0
+6c
+03
+1d
+c0
+2d
+03
+36
 20
 20
-57
-b8
+40
+e1
 58
 00
 00
-00
-60
-01
-46
-ac
+16
 20
 40
-01
-45
-20
-20
-42
-cb
-68
-00
-c5
-0f
+64
+14
 1f
-e0
-fe
-01
-60
+e6
+7c
+bd
+24
+22
+83
+0e
+58
 00
-c5
-0f
-c0
-06
-53
-95
+00
+19
 20
 40
+64
+14
+1f
+e6
+7c
 55
-aa
-20
-40
-56
-1e
+24
+22
+83
+0e
+58
+00
+00
+1b
 20
 40
-04
-f1
-20
-20
-53
-8f
-68
-00
-80
-16
+64
+14
 1f
-e0
-fe
-01
-60
-00
-80
-16
-c1
-94
-00
-00
+e6
+7c
+1d
+24
+22
+83
+0e
 70
+46
+e0
+07
+20
+40
+40
+f6
+58
 00
-16
-25
+02
+06
 20
-60
+40
+64
+13
+58
 00
+69
+09
+20
+40
+64
+13
+58
 00
+28
+0d
 20
 40
-29
-bb
+64
+13
+58
+00
+4f
+0e
 20
 40
+64
+13
+58
 00
-1d
+ba
+0f
 20
+40
+64
+13
 20
-54
-a3
 20
 40
-03
-60
-20
+f4
+70
+46
+e0
+08
 20
-55
-7d
-68
-00
-c7
-c5
 60
 00
-c1
-72
-70
-47
-c4
 00
 20
-60
-00
+40
+03
+d2
+68
 00
+c6
+de
+c0
+38
+40
+e8
 70
-47
-c4
+46
+e0
 01
 20
 60
@@ -3462,3466 +3322,3346 @@
 00
 68
 00
-c3
-d6
-1f
-e6
-7c
+cb
 0c
-24
-21
-03
-5e
-68
-00
-c3
-d8
-68
-08
-c7
-c5
-98
-46
-7c
-00
 20
-21
-03
-5a
-68
+7a
 00
-c3
-d8
-60
 00
-c1
-72
-20
-20
-03
-5c
-68
+70
+4b
+0c
 00
-84
-3f
-c4
-03
+58
 00
 00
+06
 20
 40
-03
-6f
-24
-74
-00
+64
+14
+1f
+e1
+fe
+08
+1f
+ed
+7e
 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
+e0
 fe
-00
-c1
-80
-00
-00
+06
 20
 20
-7f
-e9
-68
-00
-84
-56
-c2
-82
-83
-8b
+64
+13
 20
 40
-04
-e3
 68
-00
-c7
-8e
-24
-3a
-03
-81
+a8
 68
-00
-84
-3f
-c3
 02
-03
-85
-68
-00
-82
-da
-20
-3a
-03
-85
+40
+a0
+60
+02
+4c
+01
 20
+40
+3e
+6e
 20
-56
-64
-68
+40
+3e
+1e
+58
 00
-c7
-8e
-1f
-e0
-ff
-ff
-60
 00
-c7
-8e
+00
+60
+01
+41
+54
 20
+40
+3e
+54
 20
-56
-64
-68
-00
-c4
-c4
-c0
-82
-83
-88
-70
-47
-8e
-03
+40
+58
+10
 20
 40
 58
-92
+39
 20
-5a
-06
-b4
+40
+58
+2c
+20
+40
+58
+18
 20
+40
+65
+9c
 20
-56
-22
+40
+65
+c2
+20
+40
+44
+3f
 20
 40
 03
-8d
+6f
+20
+40
+04
+3d
 20
+40
+65
+df
+df
 20
-03
-99
-68
 00
-c6
-c5
-1f
-e1
-7e
 03
-c1
-81
-80
-00
-68
-00
-c7
-c1
+d8
+c0
+47
+22
 20
-7a
-00
-00
+40
+03
+87
+24
+34
+03
+6d
+20
+40
+03
+60
 68
 00
-c3
-dd
+cb
+1e
+c0
+7f
+83
+68
 20
-7a
+60
 00
 00
-68
+d8
+40
 00
-c3
-dc
-79
+01
+da
 20
-7e
-04
-60
+4b
+1e
+da
+40
 00
-c3
-dc
+64
 20
-40
-56
-50
 20
-60
-00
+65
+df
+d8
+40
 00
+01
+da
 20
-20
-04
-e7
-68
+4b
+1e
+da
+40
 00
-c7
-9f
+64
 20
-7a
+20
+65
+d1
+70
+42
+10
+34
+58
 00
 00
-68
 00
-c6
-c5
 1f
-e1
+e4
 7e
-03
-c1
-01
-80
 00
-70
-46
-c6
-0a
+60
+03
+44
+a0
 20
 60
 00
 00
-c6
-07
-80
-00
+70
+4b
+1e
+5a
+20
 20
-40
-58
-90
-24
-7a
-00
-00
-68
-00
-82
-d9
-1f
-e1
-7e
 03
-60
-00
-c5
-0c
-e8
-c0
-80
-00
-1f
-e1
-7e
-1f
-60
-00
-c5
-0b
+64
 20
-7a
-00
-00
-18
-c2
-7e
-00
-60
-01
-45
-0d
-68
-00
-c5
-0c
-c0
-01
+40
+33
+c4
+20
+22
 83
-b0
+7b
+20
+40
+05
+13
 20
 20
-56
-8d
-68
+3d
+cb
+d8
+40
 00
-82
-db
-c0
+02
+da
+20
+0a
+aa
+da
+40
 00
-83
-b3
+62
 20
 20
-5c
 65
-e8
-c2
-80
+d1
+d8
+40
 00
-60
 02
-c3
-ce
-e8
-c1
+da
+20
+0a
+9a
+da
+40
 00
+62
+20
+20
+33
+c8
+d8
+40
 00
-60
-01
-04
-5f
+58
+da
 20
+47
 20
-5c
-8a
-e8
-c1
+da
+40
 00
 00
-c0
-02
-03
-bc
-c0
-03
-03
-d9
 20
+40
+65
+df
 20
-56
-98
 20
-40
-7e
-a5
+43
+1a
 20
 40
 03
-9a
+0c
 20
 40
-7e
-9f
-e8
-c1
-80
-00
-60
-01
-84
-77
-c0
-08
 03
-cb
-1f
-ec
-84
-00
-18
-46
-7c
-24
-20
-21
-58
-ad
-d8
-40
-47
-c6
-60
-09
-44
-bc
-20
 40
-58
-ad
-58
+68
 00
-8e
-7a
+c7
+1f
 60
-01
-44
-bc
+00
+c7
+1e
 20
 60
 00
 00
+df
 20
-40
-59
-fa
+00
+02
+d8
+c0
+4b
+f2
 20
 40
+7f
+e7
 58
-79
-18
-c0
-8c
-07
-e8
-c0
-80
-00
-c1
-88
-80
 00
-18
-c0
-8c
-05
+ff
+ff
 e8
-c1
+c9
 00
 00
-d8
-40
-18
-12
 98
 46
 7c
 00
 24
-62
-80
-00
-18
-c0
-8d
-fc
-58
-00
-00
-2b
-e0
-c1
-00
+42
+ff
+e9
+c2
 00
+03
+89
 20
 60
 00
 00
-e8
-c0
-80
+58
 00
-c0
+03
+9f
+60
+01
+4c
+fb
+58
+00
+03
+b6
+60
+01
+41
+ef
+58
+00
+05
+f9
+60
+01
+41
+f9
+58
 00
-83
-dd
-c0
 02
-83
-df
-20
-20
-5a
-f6
-70
-4b
-32
+c5
+60
 01
+41
+ed
+58
+00
+03
+ff
+60
+01
+41
+f5
+58
+00
+03
+fd
+60
+01
+41
+f3
+58
+00
+04
+54
+60
+01
+41
+eb
+58
+00
+04
+5d
+60
+01
+41
+fd
 20
-20
-5b
-09
+60
+00
+00
 20
 40
-5b
-5a
+44
+01
 68
+01
+46
+9f
+20
+7a
 00
-84
-3f
-79
-3f
-fe
-05
-60
 00
-84
-3f
 20
 20
-5c
-8e
-68
+01
+a6
+d8
+c0
+18
 00
-80
-16
+d8
+a0
+48
+0a
+20
+40
+03
+ab
+d8
 c0
-93
-d6
-f2
+19
+00
 20
 40
 03
-ea
+ab
 d8
-e0
+c0
+1a
+00
+20
+40
+03
+ab
+d8
+c0
+1b
 00
+df
+20
 00
-68
-01
-44
-82
+1b
 20
 20
 7f
-08
-18
+01
+d8
+c0
+48
 0a
-7e
-00
 d8
-40
-01
-ff
-98
-41
-7e
+a0
+18
 00
-1f
-e0
-fe
-fa
-20
 20
-3c
-be
-78
-55
-fc
+40
+03
+ab
+d8
+a0
+19
 00
 20
-37
+40
 03
-f2
-24
-36
+ab
 d8
-06
+a0
+1a
+00
 20
 40
-2b
-cb
-68
-01
-40
-c1
-60
-01
-04
-4d
-68
-00
-c6
-c5
-2f
-e0
-06
 03
-24
-20
 ab
-de
+d8
+a0
+1b
+00
 20
 20
-57
-fb
-68
-00
-c7
-9f
+03
+ab
+20
+40
+58
+92
 24
 7a
 00
 00
 68
 00
-84
-78
+cb
+1e
+c0
+7f
+83
+bd
+68
+00
+c6
+c5
 1f
-e6
+e1
 7e
-1a
-24
-62
+03
+c1
+81
 80
 00
-20
-20
-3d
-60
-20
-40
-62
-bc
-24
-3a
-7d
-db
 68
 00
-8a
-99
-c5
-84
-fd
-d6
-c0
-09
-04
-05
-20
+c7
+9c
 20
-7d
-ca
+5a
+03
+fa
+68
+02
+46
+d3
+c2
+82
+c1
+79
 20
 40
-58
-90
+3f
+97
 24
-7a
+74
 00
 00
 20
+40
+03
+ca
 20
-5a
-bf
-68
-10
-80
-77
-1f
-e1
-7e
-fd
-60
-10
-80
-77
-68
-18
-80
-73
-18
-41
-84
-02
-60
-18
-80
-73
+40
+03
+cd
 20
 40
-63
-ee
-18
-41
-04
-fd
+03
+f5
+da
 20
-00
-00
-0d
+46
+9a
 20
 40
-63
-f2
-60
-18
-80
-73
+7e
+3d
+20
+54
+03
+e4
 20
 60
 00
 00
-20
-40
-68
-a8
-68
-02
-40
-a0
-60
-02
+70
+41
+72
+00
+70
 4b
-f3
+3b
+1e
 20
 60
 00
 00
-70
-4c
-f2
-01
-70
-4c
-f4
-00
 68
 00
 cb
-bd
-1f
-e1
-7e
-07
-60
+3a
+c1
+80
+80
 00
-cb
-bd
-20
-60
+58
 00
 00
-68
 00
-cb
-bd
-79
-20
-7e
-04
 60
 00
 cb
-bd
+3a
 60
+02
+46
+9b
+58
 00
-cb
-78
+80
+06
+20
+40
+64
+13
 20
-60
-00
 00
+2e
+e0
 20
 40
-04
-e7
+03
+d9
 68
 00
-cc
-f3
-c0
-00
-84
-28
+c6
+de
 c0
-01
-04
-2c
+6c
+03
+1d
 20
 60
 00
 00
-70
-4c
-f4
-02
-70
-4c
-f0
-00
-70
-4c
-f2
+68
 00
+c7
+7a
+c0
+7f
+83
+dc
 20
 20
 04
-1a
-70
-4c
-f1
+ab
+68
+00
+c6
+e1
+60
 00
+c7
+7a
 20
 20
 04
-29
-68
-01
-4b
-c2
-1f
-e0
-fe
-01
-60
-01
-4b
-c2
-c2
-85
+ab
+70
+47
+a0
+07
+70
+47
+a1
 04
-d5
-68
-00
-cc
-f1
-c0
+58
 00
-84
-37
-70
-4c
-f1
+47
+a0
+60
 01
+42
+18
+20
+20
+7e
+38
 68
 00
-cc
-f1
-c0
-80
-84
-1a
-68
-00
-cc
-ef
+c7
+c1
 1f
 e0
 fe
 01
 60
 00
-cc
-ef
-c0
-02
-04
-3e
-20
-40
-05
-b5
-70
-4c
-01
-02
-20
-20
-04
-94
+c7
+c1
 20
-40
-04
-e7
-70
-4c
-ef
+60
 00
-20
-20
-04
-1a
-70
-4c
-f4
-02
-70
-4c
-f2
-01
-70
-4c
-f1
 00
+da
 20
+46
+9a
 20
-04
-1a
-68
-00
-cc
-f3
-c0
-01
-84
-42
-68
-00
-cb
-bd
-2f
-ec
-00
-04
-20
+40
+7e
+54
 20
-84
-18
-68
-00
-cc
-f3
-c0
-00
-84
-41
-c0
-01
-04
-42
+34
+03
+ec
 20
 60
 00
 00
-68
-00
-cb
-cc
-c1
-ff
-80
-00
 20
 40
-04
-53
-24
-56
-04
-5b
-20
-60
-00
-00
-78
 56
-7c
-00
+52
 68
 00
-cc
-f2
+c7
 c1
-80
-80
-00
+1f
+e6
+7c
+01
+24
+41
+56
+50
 68
 00
-cc
-f4
+c7
 c1
-80
-00
-00
-70
-4c
-f3
-01
-70
-4c
-01
-04
-20
 20
-7f
-eb
-68
+7a
+00
 00
-cc
-f4
-20
-3a
-04
-63
 1f
 e0
 ff
 ff
 60
 00
-cc
-f4
-70
-4c
-f3
-02
+c7
+c1
 20
-40
-05
-b5
-70
-4c
+20
+3f
+90
+68
 01
-04
+46
+9f
 20
-60
-00
+7a
 00
-70
-4c
-f3
-03
-68
 00
-cc
-f1
-24
-3a
-04
-35
-20
-40
-05
-b5
 70
-4c
+48
+06
 01
+70
+48
+07
 02
 20
 60
 00
 00
-68
-00
-cb
-cc
-c0
-ff
-85
-2f
-20
-40
-04
-6f
 20
 40
-05
-7b
+58
+14
 70
-4b
-c1
-01
-20
-60
-00
-00
-68
+47
+9c
 01
-4c
-ed
 20
-40
-7f
-9c
 20
-34
-04
-75
-68
 03
-cb
-59
-20
-7a
-00
-00
-20
-20
-7f
-e7
+d2
 20
 40
-04
-8c
-70
-4b
-e8
-00
-1a
+7e
+34
 20
-fe
-01
-60
-00
-cb
-bc
 20
-40
-04
+3e
+e0
 1a
-60
-00
-cb
-58
-e8
-a8
-80
-00
-ea
-40
-80
+62
+7e
 00
-98
+c0
+0a
+04
+09
+c0
+0a
+84
+11
+c0
+14
+84
+1b
+c0
+19
+04
+1d
+c0
+20
+04
+24
+c0
+1c
+84
+30
+c0
+1d
+04
 41
-fe
-00
-e0
-a0
-80
-00
-1a
-40
-a4
-01
-ea
+c0
+1e
+04
+4c
+20
+20
+41
+7d
+70
+4b
 42
+01
+68
 00
-00
-e0
-a2
-00
-00
-1a
-40
-a4
+c7
+9f
+24
+3a
 04
-d8
-a0
+0d
+70
 4b
-5e
-df
-20
-00
-02
-ea
 40
-80
-00
-e8
-a8
-80
-00
-98
+04
+20
 40
-fe
-00
-e0
-a0
-80
-00
-1a
+03
+14
+20
 40
-a4
-01
-c2
-00
 04
-85
+49
 20
-60
-00
-00
-68
-00
-c6
-f5
+40
+03
+df
+20
+20
+41
 c3
-83
-80
-00
-68
-00
-ca
-fd
-c1
-80
-80
+70
+4b
+42
 00
+20
+40
+03
+3d
 58
 00
 00
-00
+07
 60
-00
-ca
-fd
+01
+44
+96
 60
-02
-46
-9b
-20
-20
 01
-45
+44
+98
 70
-4b
-c5
-00
-d9
-60
-0d
+47
+c4
 00
-34
-73
-02
+70
+47
+9c
 00
 20
 40
-04
-ae
+03
+df
+20
+40
+58
+16
+20
+20
+41
+d9
+70
+0a
+99
+12
+20
+20
+7d
+8f
 68
 00
-cb
-f8
-c1
-00
-80
+c7
+9f
+c0
 00
-24
-2c
-04
-bd
-24
-37
 84
-bd
 20
-40
-04
-a9
 20
-40
+20
 04
-d9
+22
 20
 40
 04
-e3
-68
-00
-cb
-bb
-1f
+1b
+70
+46
+c6
+14
+d8
 e0
-fe
-01
-60
-00
-cb
-bb
-68
 00
-cb
-cc
-c0
-ff
-84
-ac
+01
 20
-40
-04
+20
+41
+b9
+68
+01
 45
-58
+09
+c1
 00
 00
 00
-60
-02
-4b
-c1
-60
-00
-cc
-f0
-20
-60
+68
 00
+84
+41
+1f
+eb
+7e
 00
-df
+1f
+e6
+7c
+0c
 20
+61
+00
 00
-04
-d8
-a0
-4b
 58
-20
-20
-7e
-c6
+00
+00
+09
+60
+01
+44
+96
+60
+01
+44
+98
 20
 40
 04
-e0
-20
+1b
+70
+47
+c4
+01
 20
-05
-4a
-78
-57
-fc
+60
+00
 00
 20
 40
-06
-86
-68
-00
-cb
-f8
-c0
+03
+14
+70
+47
+8b
+01
+d8
+e0
 00
-84
-bb
-18
+03
+20
+40
+43
+d2
+58
 00
-2a
 00
-68
-02
-4b
-e4
-98
 00
-12
+60
+01
+47
+07
+70
+46
+a7
 00
-68
-08
-80
-17
 20
 40
-29
-1f
-20
 40
-29
-24
+5d
 20
 40
-06
-43
+04
+49
 20
-57
-86
-7f
+40
+04
+4f
 20
-60
-00
-00
+40
+02
+e5
 20
 40
-06
-7f
+04
+3d
 20
 20
-04
-9f
-68
-00
-cb
-c4
-1f
-e0
-fe
-01
-60
-00
-cb
-c4
-68
-00
-cb
-cc
-c0
-ff
-84
+65
 d1
-68
-08
-cb
-c5
-18
+da
+20
+4b
+f2
+da
 40
-84
-01
-60
-08
-cb
-c5
-68
 00
-cc
-01
-98
-46
-7e
+5b
+d8
+40
 00
-24
-3a
 04
-95
-68
-00
-cc
-f3
-c0
-01
-84
-2e
-68
-00
-cc
-f0
-1f
-e0
-fe
-01
+20
 60
 00
-cc
-f0
-c0
-01
-04
-23
+00
 20
 40
-04
-1e
-70
-4c
-01
-01
-20
-20
-04
-94
-68
-00
-cb
-c4
-c1
-ff
-80
-00
+03
+3d
 70
 4b
-c4
-00
-20
-20
-04
-d7
-58
-00
-00
+3f
 00
-60
-01
-4b
-c2
 70
+4d
 0a
-99
-3a
-20
+00
 20
-7d
-86
+40
+02
+e5
 20
 40
-05
-cd
+01
+e0
 68
 00
 cb
-ba
+09
+24
+3a
+02
+e2
 20
-7a
+20
+34
+0a
+70
+47
+9d
 00
+70
+47
+9e
 00
-98
+20
+60
 00
-72
 00
+20
+40
+03
+14
+20
+40
+3f
+8d
+20
+40
+04
+49
+20
+40
+43
+66
 d8
-c0
-4b
+40
+00
+01
+da
+20
+47
+20
+da
+40
+00
+00
+20
+20
+65
+d1
+78
+34
+7c
+00
+68
+12
+01
 38
-d8
-a0
+79
+34
+7e
+1a
+60
+12
+00
+4c
+20
+40
+2c
+21
+20
+40
+03
+3d
+20
+40
+74
+bd
+20
+40
+3e
+9f
+20
+20
+00
+86
+20
+40
+04
+88
+20
+40
+04
+a2
+20
+40
+04
+8d
+20
+40
+42
+34
+20
+40
+04
+68
+20
+40
+42
+37
+20
+40
+04
+6f
+20
+40
+04
+72
+20
+40
+04
+78
+20
+40
+04
+80
+20
+20
+42
+3a
+da
+60
 4b
-9a
+3c
+da
+40
+04
+6b
 20
 20
-7f
+33
+6d
+58
+36
+ee
+80
+60
 01
+cb
+f9
 70
-4c
-f8
+4b
+3a
 01
-70
-4c
-f5
-00
 20
 60
 00
 00
+da
+60
+46
+c6
+da
+40
+3d
+60
+20
+20
+33
+6d
+da
+60
+4b
+3b
+da
+40
+04
+75
+20
+20
+33
+6d
 68
 00
-cc
-f5
-1f
-e0
-fe
-01
+c7
+c5
 60
 00
-cc
-f5
+c1
+72
 20
-60
+20
+04
+6d
+68
 00
+cb
+42
+20
+7a
 00
-68
 00
-cc
-f5
-1f
-e6
-7c
-02
-24
-41
+da
+60
+4b
+40
+da
+40
 04
-ef
+7d
+20
+20
+33
+6d
 68
 00
-cc
+cb
+41
+24
+7a
+00
+00
+20
+20
+5b
 f5
+68
+00
+cb
+1e
 c1
+ff
+80
+00
+68
 00
+cb
+42
+24
+7a
 00
 00
-1f
-e0
-ff
-ff
+da
+60
+4b
+43
+da
+40
+04
+87
+20
+20
+33
+6d
+20
+20
+05
+1e
+da
+60
+48
+07
+da
+40
+04
+8b
+20
+20
+33
+6d
+70
+48
+06
+00
+20
 60
 00
-cc
+00
+68
+00
+c6
 f5
+c2
+82
+43
+94
+20
+40
+04
+f0
+c0
+03
+84
+94
+20
+40
+43
+a9
+d8
+e0
+00
+09
+20
+20
+43
+d2
+70
+47
+9e
+28
+20
+40
+04
+97
+20
 20
+43
+b0
+da
 60
+46
+da
+da
+40
+04
+9a
+20
+20
+33
+6d
+68
+02
+46
+d3
+c3
+84
+80
 00
+68
+01
+46
+82
+2f
+ef
+fe
+0b
+20
+40
+c2
+d4
+d8
+e0
+00
+09
+20
+40
+43
+ce
+20
+20
+43
+b8
+68
 00
-70
-4c
-f5
-03
+c7
+9d
 20
-60
+7a
 00
 00
 68
-01
-46
-82
-c3
-85
-80
-00
-c3
-83
-80
 00
-c3
-83
+cb
+06
+24
+7a
 00
 00
 da
-20
-4c
-7e
-20
-40
-06
-1c
 60
-08
-cc
-f6
-58
-00
-00
-82
-c5
-13
+47
+9e
+da
+40
 04
-fb
-58
-00
-00
-80
-98
-46
-7c
+a9
+20
+20
+33
+6d
+70
+47
+9d
 00
-24
-21
-05
-13
+20
+20
+34
+0a
 68
 00
-cc
-f5
-1f
-e6
-7c
+c6
+e0
+c0
 02
-24
-21
-05
+bd
+aa
+c0
 03
-68
-00
-cc
-f5
+04
+ba
 c0
-00
-05
-14
-20
-60
-00
-00
+03
+84
+c2
+c0
+04
+04
+c2
+c0
+01
+04
+ca
 68
 00
-cc
-f5
-c1
-90
-00
-00
-70
-4c
-f5
-00
+c7
+7a
+20
+5a
+04
+c0
 68
-08
-cc
-f6
-58
-00
-00
-77
-c5
-13
-05
-0a
-58
-00
-00
-75
-98
-46
-7c
 00
-24
-61
-00
-00
-68
+c7
+7a
+c0
 00
-cc
-f8
+84
+b7
 c0
+01
+bd
+8c
+20
+20
+3d
+88
+68
 00
-05
-1b
+c7
+7f
 1f
 e0
 ff
 ff
-60
+20
+20
+3d
+be
+68
 00
-cc
-f8
+c7
+7a
+20
+5a
+04
 c0
+68
 00
-05
-1b
-70
-41
-de
+c7
+7a
+c0
 00
+84
+c8
+c0
+01
+bd
+8c
+20
+20
+3d
+88
+70
+47
+7a
+01
 20
 60
 00
 00
-70
-4c
-f5
+68
 00
+c7
+7a
+20
+5a
+04
+c0
 68
 00
-cc
-f8
+c7
+7a
+c0
+00
+84
+c8
 c0
 01
-05
-19
-1f
-e0
-fe
-01
-60
+bd
+88
+20
+20
+3d
+8a
+70
+46
+b5
 00
-cc
-f8
+20
+20
+3d
+c1
+68
+00
+c7
+7a
+20
+5a
+04
+c0
+68
+00
+c7
+7a
 c0
 00
-85
-11
-70
-41
-de
-02
+bd
+88
+c0
+01
+84
+d0
 20
-60
+20
+3d
+8e
+58
 00
 00
-70
-41
-de
-04
+05
 20
-60
+20
+3d
+be
+78
+54
+7c
+00
+58
 00
 00
-70
-41
-de
-20
-70
-4b
-bb
 00
-70
-4b
-c6
-4e
-68
-02
-4b
-c8
 60
-02
-4b
-e4
-da
+03
+46
+9b
+20
+40
+04
+db
+20
+40
+40
+79
+20
+40
+40
+7e
 20
+40
+04
+ee
+24
+74
 00
 00
-df
 20
+20
+3f
+a0
+68
 00
-04
-d8
+c6
+e0
 c0
-4b
-e4
-e8
+03
+84
+e0
+20
+40
+3f
 c0
-80
+78
+54
+7c
 00
-9a
 20
-a2
-00
-c2
-00
-05
-25
-1a
-22
-7e
-00
-60
-01
-4c
-6d
-68
+20
+3f
+e7
+20
+40
+3f
+c0
+78
+54
+7c
 00
-cc
-6d
 68
 08
-cc
-6e
-98
+c6
+f3
+20
 40
-fe
-00
+68
+1d
+24
 60
+80
 00
-cc
-6f
+58
+00
+00
+02
 20
-60
+40
+64
+14
+c4
+03
+80
 00
+58
 00
-68
 00
-cb
-c1
-c0
+08
+20
+40
+64
+14
+20
+3a
+3f
+ed
+58
 00
-ff
-e7
-68
 00
-cb
-cc
-c0
 00
-85
-36
-c0
-01
-05
-39
-c0
-01
-85
-3c
-20
+60
+03
+46
+9b
 20
-2a
-8c
-70
-4b
-cc
-11
-70
-11
-9e
-aa
+60
+00
+00
 20
+40
+04
+f0
 20
-05
-3e
-70
-4b
-cc
-12
-70
-11
-9e
-55
 20
+40
+9a
+da
 20
-05
-3e
-70
-4b
-cc
-13
-70
-11
-9e
-22
-68
 00
-cb
-bd
-1f
-e1
-7e
-07
-60
 00
-91
-9f
-68
-02
-4b
+20
+40
+04
 f3
-60
-02
-11
-a0
-70
-11
-a4
-00
-da
 20
-11
-9e
-d8
+20
 40
-00
-07
+8e
+68
+08
+c6
+e2
 20
 40
 05
-c8
+09
+68
+08
+c6
+e2
 20
 40
-05
-7b
+68
+1d
+79
+20
+a2
+00
+68
+08
+c6
+e3
 20
 40
-04
-6d
+05
+09
+68
+08
+c6
+e3
 20
+40
+68
+1d
+79
 20
-7f
-e7
+a2
+01
 68
-00
-cb
-cc
-c1
-7f
-80
-00
-c0
 08
-85
-50
-c0
-09
+c6
+e4
+20
+40
 05
-52
-c0
 09
-85
-54
+68
+08
+c6
+e4
+20
+40
+68
+1d
+79
+20
+a2
+02
 20
 60
 00
 00
-70
-4b
-cc
-02
+79
+3f
+84
+07
+d8
+a0
+80
+78
 20
+40
+68
+30
+79
 20
 04
-a5
-70
-4b
-cc
-03
+07
+d8
+a0
+80
+7c
 20
 20
-04
-a5
-70
-4b
-cc
-ff
-70
+68
 0a
-99
-39
+79
 20
-40
-7d
-86
-68
-02
-4b
-9c
+04
+07
+d8
+a0
+80
+78
 20
 40
-05
-21
-20
-20
-04
-a5
+68
+30
 79
 3f
-80
-26
+84
+07
+20
+20
+05
+07
 70
-4b
-f8
+47
+9d
 00
+70
+47
+9e
+00
+28
+0f
+fe
+26
+20
+40
+81
+e0
+20
+20
+42
+6d
 20
 40
-05
-b4
 68
+a2
+68
+01
+42
+1d
+60
+01
+47
+c2
+d8
+40
 00
-cb
-cc
-c1
-ff
-80
-00
+02
+da
 20
+47
+c2
+da
 40
-05
-73
-58
 00
+5f
+20
+20
+65
+d1
+d8
+40
 00
+02
+da
+20
+47
+c2
+da
+40
 00
-60
-01
+5f
+20
+20
+65
+df
+70
 4b
-e9
+41
+00
 20
 40
-2a
-fa
+02
+e5
+70
+47
 20
+01
+70
+47
+9c
 00
-07
-d0
-68
-00
-cb
-e9
-c0
-7f
-84
-d7
 20
 40
-04
-ae
-24
-2c
 05
-8d
-24
-37
-85
-8d
-79
+1a
+68
+09
+47
+c2
+18
+40
+84
+01
+60
+09
+47
+c2
+60
+09
+44
+a1
 20
-00
-26
-58
-00
-00
+40
+05
+16
+18
+0a
+7e
 00
 60
-01
-4b
-e9
-70
-4a
-fd
 00
-70
-0a
-99
-3c
+c4
+a0
 20
 40
-7d
-86
+34
+02
+58
+ed
+8e
+0e
+60
+01
+c4
+a3
 20
 40
-04
-a9
-70
-4c
-fc
+34
+18
+68
 01
-70
-4c
-fd
-00
-20
+46
+87
 60
+01
+46
+ac
+70
+01
+6d
+06
+58
 00
 00
-70
-11
-9e
-ff
-68
 00
-cb
-bd
 60
-00
-91
-9f
-68
-02
-4b
-f3
+01
+46
+b0
 60
-02
-11
-a0
+01
+46
+ae
 d8
-40
+e0
 00
-06
-da
+07
 20
-11
-9e
+40
+43
+ce
+20
+40
+43
+ca
 20
 40
 05
-c8
-68
+39
+20
+20
+42
+c4
+70
+47
+9f
 00
-cb
-bc
-1f
-e0
-fe
+20
+40
 02
-60
-00
-cb
-be
-68
-00
-cb
-bd
-60
-00
-cb
-78
-68
-00
-cb
-bc
-1f
-e9
-fe
-00
-68
-08
-cb
-bb
-18
-41
-04
-03
-18
-43
-84
-00
-98
-41
-fe
+f7
+58
 00
-68
-08
-cb
-f8
-98
-40
-fe
 00
+05
 e0
-a0
+c0
 80
 00
-68
-00
-cb
-bc
-98
-00
-72
-00
 d8
 c0
 4b
-58
-20
-20
-7f
-01
-68
-01
-4b
-e9
 1f
-e0
-fe
-01
-60
-01
-4b
-e9
 20
 40
 05
-b5
+40
 20
 20
-05
-62
-79
-3f
-80
-26
-70
-4b
-f8
+7d
+f4
+d8
+a0
+43
+7b
+df
+20
 00
+13
 20
 40
-05
-b1
+7f
+01
 20
-40
-05
-73
+20
+57
+b8
 70
 4b
-e9
+06
 00
-20
-40
-2a
-fa
-20
+58
 00
-07
-d0
-68
 00
-cb
-e9
-c0
-7f
-84
-d7
-20
-40
-04
-ae
-24
-2c
-05
-a5
-24
-37
-85
-a5
-20
-40
-04
-d9
-20
-40
 00
-e2
-68
-02
-4b
-e4
-68
-0a
-4b
-c8
-98
+60
+01
 46
-7c
-00
+ac
 20
-22
-81
-06
+40
+03
+d2
 20
 20
-05
-69
-68
-00
-cb
-e9
-1f
-e0
-fe
-01
-60
-00
+42
 cb
-e9
 68
 00
-cc
-fa
+c5
+0f
 1f
 e0
 fe
 01
-1f
-e1
-7e
-03
 60
 00
-cc
-fa
-c0
-00
-05
-be
-c0
-00
-85
-c0
-c0
-01
-05
-c2
-c0
-01
-85
+c5
+0f
 c0
-20
-60
-00
-00
+06
+53
+95
 20
 40
-00
-e2
-68
-02
-4b
-f3
-60
-02
-4b
-e4
+55
+aa
 20
 40
-05
-22
-68
-08
-cb
-c7
+56
+1e
 20
 40
 06
-2d
-60
-08
-cb
-c7
+25
+20
 20
+53
+8f
+68
+00
+80
+16
+1f
+e0
+fe
+01
 60
 00
+80
+16
+c1
+94
+00
 00
 70
-41
-de
-20
-58
 00
-0f
-0f
+16
+25
+20
 60
-01
-4b
-e4
-e0
-a1
 00
 00
 20
-20
-05
-b4
-20
 40
-05
-b1
-20
-20
-05
-97
+29
+bb
 20
 40
-05
+00
 1d
 20
 20
-05
-97
+54
+a3
 20
 40
 05
-b9
-20
+60
 20
-05
-97
-79
-3f
-80
-26
 20
-40
-53
-ce
-d8
-e0
+55
+7d
+68
 00
-03
-20
-20
-43
-d2
+c7
+c5
 60
-08
-cb
-bc
-18
-42
-72
 00
-d8
-a0
-4b
-58
-1a
-22
-0c
+c1
+72
+70
+47
+c4
 00
 20
-20
-7f
-01
-68
+60
 00
-cb
-37
-1f
-e9
-7e
 00
-60
+68
 00
-cb
-ba
+c3
+d6
 1f
-e0
-fe
-01
+e6
+7c
+0c
+24
+21
+04
+2e
+68
+00
+c3
 d8
-c0
-4b
-37
+68
+08
+c7
+c5
 98
-c0
-8c
-00
-e8
-c1
-80
+46
+7c
 00
-60
-01
-cb
-f9
+20
+21
+05
+5c
 68
 00
-cb
-37
-1f
-e3
-7e
-00
-1f
-e1
-7e
-03
+c3
+d8
 60
 00
-cb
-ff
+c1
+72
 20
-60
-00
+20
+05
+5e
+68
+00
+84
+3f
+c4
+03
 00
-60
-08
-80
-17
-18
-40
-a2
 00
 20
 40
-29
-81
-58
-00
 05
+6f
+24
+74
 00
-20
-40
-2a
-8f
-70
-89
-06
-01
-70
-89
 00
-3c
-70
-89
-01
-e0
 20
-00
-00
-0a
-70
-89
-02
-01
-70
-89
-02
-3d
 20
+55
+a0
+78
+34
+7c
 00
+68
 00
-0a
-70
-89
-03
-b7
-20
+84
+5a
+1f
+f1
+fe
 00
+c1
+87
+80
 00
-0a
-70
-89
-02
-7d
 68
 00
+84
+60
+1f
+f1
+fe
+00
 c1
-de
-c0
+80
 00
+00
+20
+20
+7f
+e9
+68
+00
+84
+56
+c2
+82
+85
+8b
+20
+40
+06
+17
+68
+00
+c7
+8e
+24
+3a
 05
-ef
-c0
-01
-05
-f4
-c0
+81
+68
+00
+84
+3f
+c3
 02
 05
-f9
-c0
-10
-06
-08
-20
+85
+68
+00
+82
+da
 20
+3a
 05
-ef
+85
+20
 20
-40
-05
-fe
-70
-89
-55
-d0
-70
-89
 56
+64
+68
+00
+c7
+8e
+1f
 e0
-70
-89
-58
-6c
-20
+ff
+ff
+60
+00
+c7
+8e
 20
-29
-4b
 20
-40
-06
-03
-70
-89
-55
-d0
-70
-89
 56
-e0
+64
+68
+00
+c4
+c4
+c0
+82
+85
+88
 70
-89
+47
+8e
+03
+20
+40
 58
-3c
+92
+20
+5a
+03
+e8
 20
 20
-29
-53
+56
+22
 20
 40
 05
-fe
-70
-89
-55
-d0
-70
-89
-56
-c0
-70
-89
-58
-6c
+8d
 20
 20
-29
-5b
-70
-89
-4c
-5b
-70
-89
-4d
-96
-70
-89
-4e
-2c
-70
-89
-4f
-46
+05
+99
+68
+00
+c6
+c5
+1f
+e1
+7e
+03
+c1
+81
+80
+00
+68
+00
+c7
+c1
 20
-60
+7a
 00
 00
-70
-89
-4c
-fb
-70
-89
-4d
-ef
-70
-89
-4e
-ec
-70
-89
-4f
-5e
+68
+00
+c3
+dd
+20
+7a
+00
+00
+68
+00
+c3
+dc
+79
 20
+7e
+04
 60
 00
-00
-70
-89
+c3
+dc
+20
+40
 56
-c2
-70
-89
-55
-d0
+50
 20
 60
 00
 00
-18
-00
-2a
-08
-20
 20
-28
-fa
 20
-40
-7f
-e9
+06
+1b
 68
-0a
-4b
-dd
-1c
-42
-7e
 00
-98
-46
-7c
+c7
+9f
+20
+7a
 00
-24
-41
-2d
-18
-1f
-e2
-24
 00
 68
-02
-4b
-dd
-68
-08
-cb
-e1
-98
-40
-84
 00
-1a
-42
+c6
+c5
+1f
+e1
 7e
+03
+c1
+01
+80
 00
-98
+70
 46
-7c
+c6
+0a
+20
+60
 00
-24
-61
 00
+c6
+07
+80
 00
-79
-3f
-fe
-1c
-60
-02
-4b
-dd
-20
 20
-7f
-e7
-d8
 40
+58
+90
+24
+7a
 00
 00
-df
-20
+68
 00
-08
-1a
-22
-0c
+82
+d9
+1f
+e1
+7e
+03
+60
 00
+c5
+0c
 e8
 c0
 80
 00
-98
-40
-84
-00
-c2
-00
-06
 1f
-18
-49
+e1
 7e
-00
 1f
-e2
-04
+60
 00
-c6
-93
+c5
+0b
+20
+7a
 00
 00
-1f
-e6
-fc
-0a
-20
-40
-7f
-86
 18
-07
-fe
-00
-1f
-f2
+c2
 7e
 00
-18
-07
-04
+60
+01
+45
+0d
+68
 00
-98
-41
-84
+c5
+0c
+c0
+01
+85
+b0
+20
+20
+56
+8d
+68
+00
+82
+db
+c0
 00
+85
+b3
+20
 20
+5c
+65
+e8
+c2
+80
+00
 60
+02
+c3
+ce
+e8
+c1
 00
 00
-20
 60
+01
+04
+5f
+20
+20
+5c
+8a
+e8
+c1
 00
 00
+c0
+02
+05
+bc
+c0
+03
+05
+d9
+20
+20
+56
+98
 20
 40
-06
-31
+7e
+a5
+20
+40
+05
+9a
+20
+40
+7e
+9f
+e8
+c1
+80
+00
+60
+01
+84
+77
+c0
+08
+05
+cb
+1f
+ec
+84
+00
 18
+46
+7c
+24
+20
+21
+58
+ad
+d8
+40
+47
+c6
+60
+09
+44
+bc
+20
 40
-84
+58
+ad
+58
+00
+8e
+7a
+60
 01
-18
-41
-04
-03
+44
+bc
 20
 60
 00
 00
-68
-00
-cb
-e4
-1f
-e1
-7e
-03
-1f
-ef
-a2
-04
-58
-00
-4b
-cd
-9a
 20
-fe
-00
-98
 40
+59
+fa
+20
+40
+58
+79
+18
+c0
 8c
-00
+07
 e8
 c0
 80
 00
-60
+c1
+88
+80
 00
-cb
-c6
-20
-60
+18
+c0
+8c
+05
+e8
+c1
 00
 00
-78
-44
-fc
+d8
+40
+18
+12
+98
+46
+7c
 00
-78
-43
-fc
+24
+62
+80
 00
+18
+c0
+8d
+fc
 58
-55
-55
-55
-98
-00
-1e
 00
-68
 00
-cb
-c6
-1f
-ed
-84
+2b
+e0
+c1
 00
-79
-20
-04
-01
-18
-43
-1c
 00
 20
 60
 00
 00
+e8
+c0
+80
+00
+c0
+00
+85
+dd
+c0
+02
+85
+df
+20
+20
+5a
+f6
+70
+4b
+41
+01
+20
+20
+5b
+09
 20
 40
-06
-3a
-78
-57
-fc
+5b
+5a
+68
 00
-78
-26
-fc
+84
+3f
+79
+3f
+fe
+05
+60
 00
-78
-30
-fc
+84
+3f
+20
+20
+5c
+8e
+68
 00
-78
-50
-7c
+80
+16
+c0
+93
+d6
+f2
+20
+40
+05
+ea
+d8
+e0
 00
-78
-28
-7c
 00
 68
 01
-4b
-bf
-98
-00
-36
-00
-37
-c1
-84
-00
-24
-2c
-06
+44
+82
+20
+20
 7f
-78
-46
-fc
+08
+18
+0a
+7e
 00
-78
-25
-fc
+d8
+40
+01
+ff
+98
+41
+7e
 00
+1f
+e0
+fe
+fa
+20
+20
+3c
+be
 78
-23
+55
 fc
 00
-78
+20
+37
+05
+f2
 24
-fc
-00
+36
+d8
+06
 20
 40
-06
-7c
+2b
+cb
+68
+01
+40
+c1
 60
-00
-cc
-70
+01
+04
+4d
+68
+00
+c6
+c5
+2f
+e0
+06
+03
+24
+20
+ab
+de
+20
+20
+57
+fb
 68
-08
-cc
-6f
-98
-46
-7c
 00
+c7
+9f
 24
-22
-86
-7f
-20
-40
-06
-7c
-60
+7a
+00
 00
-cb
-36
 68
 00
-cc
-02
+84
+78
 1f
 e6
-7c
-02
-20
-22
-86
-5f
-68
+7e
+1a
+24
+62
+80
 00
-cb
-36
-68
-08
-cb
-bd
-a8
+20
+20
+3d
+60
+20
 40
-0e
-00
+62
+bc
 24
+3a
+7d
+db
+68
+00
+8a
+99
+c5
+84
+fd
+d6
+c0
+09
+06
+05
 20
-86
-7f
+20
+7d
+ca
 20
 40
-06
-7c
-e0
-a0
-80
+58
+90
+24
+7a
 00
-1f
-e9
-7e
 00
+20
+20
+5a
+bf
+68
+10
+80
+77
 1f
 e1
-72
-1f
+7e
+fd
+60
+10
+80
+77
+68
+18
+80
+73
+18
+41
+84
+02
+60
+18
+80
+73
 20
-22
-86
-67
+40
+63
+ee
+18
+41
+04
+fd
+20
+00
+00
+0d
 20
 40
-06
-7c
-e0
-a0
+63
+f2
+60
+18
 80
+73
+20
+60
 00
-c2
 00
+70
+4d
 06
-64
-18
-a2
-22
+01
+70
+4d
+03
 00
 20
-40
-06
-7c
 60
 00
-cc
-f7
-1a
-22
-0a
-00
-09
-80
 00
-18
-78
-28
-7c
+68
 00
-db
-60
-06
-64
+cd
+03
 1f
-ef
-7e
+e0
+fe
+01
+60
 00
-1f
-f1
-7e
+cd
+03
+20
+60
 00
-e0
-a1
-80
 00
-78
-45
-fc
+68
 00
-20
-23
+cd
+03
+1f
+e6
+7c
+02
+24
+41
 06
-7f
-78
-37
-fc
-00
+23
 68
 00
-80
-17
+cd
+03
+c1
+00
+00
+00
 1f
 e0
-a2
+ff
+ff
+60
 00
+cd
+03
 20
-40
-29
-81
-78
-46
-fc
+60
 00
+00
+70
+4d
+03
+03
 20
-40
-29
-18
+60
+00
+00
 68
+01
+46
+82
+c3
+85
+80
 00
-cc
-f7
+da
+20
+4c
+8c
 20
 40
+02
+b4
+60
+08
+cd
+04
+58
 00
-1d
-20
-60
+00
+82
+c5
+13
+06
+2d
+58
 00
 00
-09
 80
+98
+46
+7c
 00
-08
-19
-89
-7e
+24
+21
+06
+45
+68
+00
+cd
+03
+1f
+e6
+7c
+02
+24
+21
+06
+35
+68
+00
+cd
+03
+c0
 00
+06
+46
 20
 60
 00
 00
-78
-4d
-fc
+68
 00
-78
-45
-fc
+cd
+03
+c1
+90
 00
-20
-40
-26
-4d
-20
-60
 00
+70
+4d
+03
 00
-20
-40
-29
-18
 68
 08
-cb
-c6
-20
-20
-29
-33
-20
-40
-53
-c4
-68
-02
-4b
-e4
-98
+cd
+04
+58
 00
-12
 00
-20
-40
-06
-3a
-20
-40
+77
+c5
+13
 06
-83
-79
-20
-2a
+3c
+58
 00
-78
-2e
-fc
 00
-78
-30
+75
+98
+46
 7c
 00
-78
-50
-fc
+24
+61
 00
-19
-31
-7e
 00
-1f
-ec
-fe
+68
+00
+cd
+06
+c0
 00
+06
+4d
 1f
-f1
-fe
+e0
+ff
+ff
+60
 00
-08
+cd
+06
+c0
 00
-86
-28
-78
-4e
-fc
+06
+4d
+70
+41
+de
 00
-78
-2d
-fc
+20
+60
 00
-78
-23
-fc
 00
-78
-24
-fc
+70
+4d
+03
 00
 68
 00
-cc
-6f
-08
+cd
+06
+c0
+01
+06
+4b
+1f
+e0
+fe
+01
+60
+00
+cd
+06
+c0
 00
 86
-08
-68
+43
+70
+41
+de
+02
+20
+60
 00
-cb
-be
-98
 00
-72
+70
+41
+de
+04
+20
+60
 00
-d8
-c0
-4b
-78
-e8
-c0
-80
 00
+60
 08
+80
+17
+18
+40
+a2
 00
-86
-08
-c2
+20
+40
+29
+81
+58
 00
-06
-9c
-78
-24
-7c
+05
 00
-08
+20
+40
+2a
+8f
+70
+89
+06
+01
+70
+89
 00
-86
-18
-78
-44
-7c
+3c
+70
+89
+01
+e0
+20
 00
-37
-d3
-82
 00
+0a
+70
+89
+02
+01
+70
+89
+02
+3d
 20
 00
 00
-64
-78
-4e
-fc
-00
-78
-4d
-fc
-00
+0a
+70
+89
+03
+b7
 20
-60
 00
 00
+0a
 70
-47
-a0
-07
-70
-47
-a1
-04
-58
+89
+02
+7d
+68
 00
-47
-a0
-60
+c1
+de
+c0
 01
-42
-18
+06
+67
+c0
+02
+06
+6c
+c0
+10
+06
+7b
 20
+40
+06
+71
+70
+89
+55
+d0
+70
+89
+56
+e0
+70
+89
+58
+6c
 20
-7e
-38
-da
 20
-46
-9a
+29
+4b
 20
 40
-7e
-3d
-20
-54
 06
-b0
-20
-60
-00
-00
-68
-00
-c7
-c1
-1f
+76
+70
+89
+55
+d0
+70
+89
+56
 e0
-fe
-01
-60
-00
-c7
-c1
+70
+89
+58
+3c
 20
-60
-00
-00
-da
 20
-46
-9a
+29
+53
 20
 40
-7e
-54
-20
-34
 06
-b8
+71
+70
+89
+55
+d0
+70
+89
+56
+c0
+70
+89
+58
+6c
+20
+20
+29
+5b
+70
+89
+4c
+5b
+70
+89
+4d
+96
+70
+89
+4e
+2c
+70
+89
+4f
+46
 20
 60
 00
 00
+70
+89
+4c
+fb
+70
+89
+4d
+ef
+70
+89
+4e
+ec
+70
+89
+4f
+5e
 20
-40
-56
-52
-68
+60
 00
-c7
-c1
-1f
-e6
-7c
-01
-24
-41
-56
-50
-68
 00
-c7
-c1
+70
+89
+56
+c2
+70
+89
+55
+d0
 20
-7a
+60
 00
 00
-1f
-e0
-ff
-ff
-60
+18
 00
-c7
-c1
+2a
+08
 20
 20
-3f
-90
-66
-b0
+28
+fa
+ac
+eb
 aa
 55
 08
@@ -7291,10 +7031,14 @@
 17
 aa
 55
-05
+09
 00
-d2
+ce
 46
+0a
+00
+00
+00
 02
 00
 00
@@ -7349,7 +7093,7 @@
 00
 20
 47
-01
+ff
 ff
 ff
 ff
@@ -7359,7 +7103,7 @@
 ff
 aa
 55
-0c
+08
 00
 7f
 47
@@ -7367,14 +7111,10 @@
 02
 03
 04
-20
-2a
-22
+15
+1a
 2a
-04
-05
-07
-08
+3f
 aa
 55
 0e
@@ -7470,7 +7210,7 @@
 55
 14
 00
-1e
+1f
 4b
 06
 ff
@@ -7494,16 +7234,21 @@
 30
 aa
 55
-01
+06
 00
-35
+3e
 4b
+1d
+00
+00
+00
+00
 0a
 aa
 55
 04
 00
-bd
+cb
 4b
 01
 00
@@ -7513,7 +7258,7 @@
 55
 15
 00
-c8
+d6
 4b
 20
 15
@@ -7540,7 +7285,7 @@
 55
 03
 00
-e1
+ef
 4b
 19
 19
@@ -7549,7 +7294,7 @@
 55
 03
 00
-eb
+f9
 4b
 80
 ee
@@ -7558,9 +7303,9 @@
 55
 02
 00
-01
+0f
 4c
 04
 01
-51
-95
+cc
+16
Index: output/memmap.format
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/memmap.format	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/memmap.format	(working copy)
@@ -599,6 +599,9 @@
 0x0f9e mem_rssi_noise_ms_buffer
 0x109e mem_rssi_noise_kb_buffer
 0x119e mem_24g_common_temp
+0x11be mem_data_pre
+0x11c0 mem_data_current
+0x11c2 mem_data_sum
 0x4000 mem_patch00
 0x4001 mem_patch01
 0x4002 mem_patch02
@@ -1750,152 +1753,160 @@
 0x485b mem_le_tx_buffer3_omemalloc
 0x4876 mem_mouse_uuid_list
 0x4afc mem_lmi_opcode_temp
-0x4afd mem_mouse_long_mult_flag
-0x4afe mem_mouse_le_current_mult_timer
-0x4aff mem_24g_long_sleep_param_update_timer
-0x4b00 mem_mouse_mode_config
-0x4b01 mem_mouse_dpi_blink_count
-0x4b02 mem_mouse_adc_last_low_voltage_flag
-0x4b03 mem_mouse_init_sensor_reset_flag
-0x4b04 mem_mouse_multi_led_blink_enable
-0x4b05 mem_mouse_multi_led_gpio
-0x4b06 mem_mouse_multi_led_state
-0x4b07 mem_mouse_multi_led_type
-0x4b08 mem_mouse_multi_led_on_timer
-0x4b09 mem_mouse_multi_led_on_timer_init
-0x4b0a mem_mouse_multi_led_blink_timer_init
-0x4b0b mem_mouse_multi_led_blink_timer
-0x4b0c mem_mouse_multi_led_blink_count
-0x4b0d mem_mouse_multi_led_blink_count_limited
-0x4b0e mem_mouse_multi_led_on_poweron2s_flag
-0x4b0f mem_mouse_button_select_device_timer_init
-0x4b10 mem_mouse_button_select_device_count
-0x4b11 mem_mouse_switch_device_flag
-0x4b12 mem_data_pre
-0x4b14 mem_data_current
-0x4b16 mem_data_sum
+0x4afd mem_mouse_button_select_device_timer_init
+0x4afe mem_mouse_button_select_device_count
+0x4aff mem_mouse_multi_led_blink_enable
+0x4b00 mem_mouse_multi_led_gpio
+0x4b01 mem_mouse_multi_led_state
+0x4b02 mem_mouse_multi_led_type
+0x4b03 mem_mouse_multi_led_on_timer_init
+0x4b04 mem_mouse_multi_led_blink_timer_init
+0x4b05 mem_mouse_multi_led_blink_timer
+0x4b06 mem_mouse_multi_led_blink_count
+0x4b07 mem_mouse_multi_led_on_timer
+0x4b08 mem_mouse_multi_led_blink_count_limited
+0x4b09 mem_mouse_multi_led_on_poweron2s_flag
+0x4b0a mem_mouse_long_button_select_device
+0x4b0b mem_mouse_adc_last_low_voltage_flag
+0x4b0c mem_mouse_init_sensor_reset_flag
+0x4b0d mem_bt_rcvd_switch_req_accept
+0x4b0e mem_bt_send_max_slot_req_accept_after_switch
+0x4b0f mem_bt_send_lmp_setup_complete
+0x4b10 mem_l2cap_rcv
+0x4b11 mem_mouse_bt_boot_mode
+0x4b12 mem_mouse_bt_boot_data
+0x4b17 mem_mouse_bt_send_first_package_timer
+0x4b18 mem_mouse_bt_send_first_package_flag
 0x4b19 mem_mouse_asm_flag
 0x4b1a mem_mouse_x_pre
 0x4b1c mem_mouse_y_pre
-0x4b1e mem_le_adv_swift_pair
-0x4b31 mem_mouse_send_secutiry_request_timer
-0x4b32 mem_le_send_security_request_flag
-0x4b33 mem_mouse_le_bb_connected_flag
-0x4b34 mem_mouse_fast_conn_flag
-0x4b35 mem_mouse_le_fast_conn_enable_timer
-0x4b36 mem_24g_rxbuf
-0x4b58 mem_24g_txbuf
-0x4b78 mem_24g_txpayload
-0x4b9a mem_24g_rxpayload
-0x4bba mem_24g_rxdata_length
-0x4bbb mem_24g_pid
-0x4bbc mem_24g_datalen
-0x4bbd mem_24g_data_type
-0x4bbe mem_24g_txlen
-0x4bbf mem_24g_rx_window
-0x4bc1 mem_24g_ensure
-0x4bc2 mem_24g_txfail_cnt
-0x4bc4 mem_24g_get_ack_fail
-0x4bc5 mem_24g_retry
-0x4bc6 mem_24g_ch
-0x4bc7 mem_24g_current_ch_number
-0x4bc8 mem_24g_paring_addr
-0x4bcc mem_24g_pairing_sm
-0x4bcd mem_24g_ch_map1
-0x4bd1 mem_24g_ch_map2
-0x4bd5 mem_24g_ch_map3
-0x4bd9 mem_24g_ch_map4
-0x4bdd mem_24g_tx_btclk
-0x4be1 mem_24g_interval
-0x4be2 mem_24g_interval_min
-0x4be3 mem_24g_interval_max
-0x4be4 mem_24g_addr
-0x4be8 mem_24g_abort_pac
-0x4be9 mem_24g_check_dongle_times
-0x4beb mem_24g_enter_hibernate
-0x4bf3 mem_24g_device_addr
-0x4bf7 mem_24g_pac_index
-0x4bf8 mem_24g_no_ack
-0x4bf9 mem_24g_sta_crc
-0x4bfc mem_24g_last_crc
-0x4bff mem_24g_sta_pid
-0x4c00 mem_24g_last_pid
-0x4c01 mem_24g_max_retry
-0x4c02 mem_24g_mode
-0x4c03 mem_24g_rxdata_temp
-0x4c25 mem_24g_rx_addr
-0x4c29 mem_dongle_mode_init
-0x4c2a mem_dongle_work_mode
-0x4c2b mem_dongle_ms_bind_step
-0x4c2c mem_dongle_kb_bind_step
-0x4c2d mem_dongle_bind_device_status
-0x4c2e mem_24g_bind_payload
-0x4c36 mem_24g_abort_packet
-0x4c37 mem_24g_rf_laststa
-0x4c38 mem_24g_hop_btclk
-0x4c3c mem_24g_hop_interval
-0x4c3d mem_24g_mode_switch
-0x4c3e mem_24g_ackpayload_enable
-0x4c3f mem_24g_hop_packet
-0x4c40 mem_24g_pair_mode
-0x4c41 mem_24g_nodata_timer_enable
-0x4c42 mem_24g_time_slice
-0x4c43 mem_24g_kb_data_sta_data
-0x4c4b mem_24g_kb_data_last_data
-0x4c53 mem_24g_kb_multikey_sta_data
-0x4c56 mem_24g_kb_multikey_last_data
-0x4c59 mem_24g_kb_blank_data_enable
-0x4c5a mem_24g_kb_mul_blank_data_enable
-0x4c5b mem_24g_ms_blank_data_enable
-0x4c5c mem_24g_kb_addr
-0x4c60 mem_24g_ms_addr
-0x4c64 mem_24g_dg_last_ch
-0x4c65 mem_24g_dg_ch_number
-0x4c66 mem_24g_dg_config_ch_once
-0x4c67 mem_24g_kb_last_ch
-0x4c68 mem_24g_kb_ch_number
-0x4c69 mem_24g_kb_config_ch_once
-0x4c6a mem_24g_ms_last_ch
-0x4c6b mem_24g_ms_ch_number
-0x4c6c mem_24g_ms_config_ch_once
-0x4c6d mem_24g_syncword
-0x4c6f mem_24g_syncword_crc8
-0x4c70 mem_24g_get_syncword_crc8
-0x4c71 mem_24g_ota_sta_pid
-0x4c73 mem_tx_power_temp
-0x4c74 mem_rssi_hex
-0x4c75 mem_rssi_noise_avg
-0x4c76 mem_rssi_noise_index
-0x4c77 mem_rssi_signal_index
-0x4c78 mem_rssi_noise_dg_avg
-0x4c79 mem_rssi_noise_kb_avg
-0x4c7a mem_rssi_noise_ms_avg
-0x4c7b mem_rssi_noise_dg_index
-0x4c7c mem_rssi_noise_kb_index
-0x4c7d mem_rssi_noise_ms_index
-0x4c7e mem_rssi_signal_buf
-0x4c86 mem_queue_ele_num
-0x4c87 mem_queue_read
-0x4c89 mem_queue_write
-0x4c8b mem_queue_start
-0x4c8b mem_data_ele0
-0x4cab mem_data_ele1
-0x4ccb mem_data_ele2
-0x4ceb mem_queue_end
-0x4ceb mem_queue_temp
-0x4ced mem_cb_24g_data
-0x4cef mem_24g_hop_fastly_cnt
-0x4cf0 mem_24g_hop_pac_retry
-0x4cf1 mem_24g_rf_hop_ch
-0x4cf2 mem_24g_rf_last_sta
-0x4cf3 mem_24g_rf_work_stage
-0x4cf4 mem_24g_sync_cnt
-0x4cf5 mem_power_ctrl_pac_succ_cnt
-0x4cf6 mem_rssi_avg_received
-0x4cf7 mem_rssi_hex_received
-0x4cf8 mem_power_ctrl_level
-0x4cf9 mem_seqi
-0x4cfa mem_24g_auto_paring_switch
-0x4cfb mem_24g_paccnt
-0x4cfc mem_24g_transmit_by_interrupt
-0x4cfd mem_24g_transmit_by_interrupt_exit_count
+0x4b1e mem_mouse_fast_conn_flag
+0x4b1f mem_le_adv_swift_pair
+0x4b32 mem_le_att_pnp_id_len
+0x4b33 mem_le_att_pnp_id
+0x4b3a mem_mouse_long_mult_flag
+0x4b3b mem_mouse_le_current_mult_timer
+0x4b3c mem_24g_long_sleep_param_update_timer
+0x4b3d mem_mouse_select_device_button_wakeup_flag
+0x4b3e mem_mouse_bt_led_gpio
+0x4b3f mem_retry_count
+0x4b40 mem_mouse_send_secutiry_request_timer
+0x4b41 mem_le_send_security_request_flag
+0x4b42 mem_mouse_le_bb_connected_flag
+0x4b43 mem_mouse_le_fast_conn_enable_timer
+0x4b44 mem_24g_rxbuf
+0x4b66 mem_24g_txbuf
+0x4b86 mem_24g_txpayload
+0x4ba8 mem_24g_rxpayload
+0x4bc8 mem_24g_rxdata_length
+0x4bc9 mem_24g_pid
+0x4bca mem_24g_datalen
+0x4bcb mem_24g_data_type
+0x4bcc mem_24g_txlen
+0x4bcd mem_24g_rx_window
+0x4bcf mem_24g_ensure
+0x4bd0 mem_24g_txfail_cnt
+0x4bd2 mem_24g_get_ack_fail
+0x4bd3 mem_24g_retry
+0x4bd4 mem_24g_ch
+0x4bd5 mem_24g_current_ch_number
+0x4bd6 mem_24g_paring_addr
+0x4bda mem_24g_pairing_sm
+0x4bdb mem_24g_ch_map1
+0x4bdf mem_24g_ch_map2
+0x4be3 mem_24g_ch_map3
+0x4be7 mem_24g_ch_map4
+0x4beb mem_24g_tx_btclk
+0x4bef mem_24g_interval
+0x4bf0 mem_24g_interval_min
+0x4bf1 mem_24g_interval_max
+0x4bf2 mem_24g_addr
+0x4bf6 mem_24g_abort_pac
+0x4bf7 mem_24g_check_dongle_times
+0x4bf9 mem_24g_enter_hibernate
+0x4c01 mem_24g_device_addr
+0x4c05 mem_24g_pac_index
+0x4c06 mem_24g_no_ack
+0x4c07 mem_24g_sta_crc
+0x4c0a mem_24g_last_crc
+0x4c0d mem_24g_sta_pid
+0x4c0e mem_24g_last_pid
+0x4c0f mem_24g_max_retry
+0x4c10 mem_24g_mode
+0x4c11 mem_24g_rxdata_temp
+0x4c33 mem_24g_rx_addr
+0x4c37 mem_dongle_mode_init
+0x4c38 mem_dongle_work_mode
+0x4c39 mem_dongle_ms_bind_step
+0x4c3a mem_dongle_kb_bind_step
+0x4c3b mem_dongle_bind_device_status
+0x4c3c mem_24g_bind_payload
+0x4c44 mem_24g_abort_packet
+0x4c45 mem_24g_rf_laststa
+0x4c46 mem_24g_hop_btclk
+0x4c4a mem_24g_hop_interval
+0x4c4b mem_24g_mode_switch
+0x4c4c mem_24g_ackpayload_enable
+0x4c4d mem_24g_hop_packet
+0x4c4e mem_24g_pair_mode
+0x4c4f mem_24g_nodata_timer_enable
+0x4c50 mem_24g_time_slice
+0x4c51 mem_24g_kb_data_sta_data
+0x4c59 mem_24g_kb_data_last_data
+0x4c61 mem_24g_kb_multikey_sta_data
+0x4c64 mem_24g_kb_multikey_last_data
+0x4c67 mem_24g_kb_blank_data_enable
+0x4c68 mem_24g_kb_mul_blank_data_enable
+0x4c69 mem_24g_ms_blank_data_enable
+0x4c6a mem_24g_kb_addr
+0x4c6e mem_24g_ms_addr
+0x4c72 mem_24g_dg_last_ch
+0x4c73 mem_24g_dg_ch_number
+0x4c74 mem_24g_dg_config_ch_once
+0x4c75 mem_24g_kb_last_ch
+0x4c76 mem_24g_kb_ch_number
+0x4c77 mem_24g_kb_config_ch_once
+0x4c78 mem_24g_ms_last_ch
+0x4c79 mem_24g_ms_ch_number
+0x4c7a mem_24g_ms_config_ch_once
+0x4c7b mem_24g_syncword
+0x4c7d mem_24g_syncword_crc8
+0x4c7e mem_24g_get_syncword_crc8
+0x4c7f mem_24g_ota_sta_pid
+0x4c81 mem_tx_power_temp
+0x4c82 mem_rssi_hex
+0x4c83 mem_rssi_noise_avg
+0x4c84 mem_rssi_noise_index
+0x4c85 mem_rssi_signal_index
+0x4c86 mem_rssi_noise_dg_avg
+0x4c87 mem_rssi_noise_kb_avg
+0x4c88 mem_rssi_noise_ms_avg
+0x4c89 mem_rssi_noise_dg_index
+0x4c8a mem_rssi_noise_kb_index
+0x4c8b mem_rssi_noise_ms_index
+0x4c8c mem_rssi_signal_buf
+0x4c94 mem_queue_ele_num
+0x4c95 mem_queue_read
+0x4c97 mem_queue_write
+0x4c99 mem_queue_start
+0x4c99 mem_data_ele0
+0x4cb9 mem_data_ele1
+0x4cd9 mem_data_ele2
+0x4cf9 mem_queue_end
+0x4cf9 mem_queue_temp
+0x4cfb mem_cb_24g_data
+0x4cfd mem_24g_hop_fastly_cnt
+0x4cfe mem_24g_hop_pac_retry
+0x4cff mem_24g_rf_hop_ch
+0x4d00 mem_24g_rf_last_sta
+0x4d01 mem_24g_rf_work_stage
+0x4d02 mem_24g_sync_cnt
+0x4d03 mem_power_ctrl_pac_succ_cnt
+0x4d04 mem_rssi_avg_received
+0x4d05 mem_rssi_hex_received
+0x4d06 mem_power_ctrl_level
+0x4d07 mem_seqi
+0x4d08 mem_24g_auto_paring_switch
+0x4d09 mem_24g_paccnt
+0x4d0a mem_24g_transmit_by_interrupt
+0x4d0b mem_24g_transmit_by_interrupt_exit_count
Index: output/program.lis
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/program.lis	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/program.lis	(working copy)
@@ -2,53 +2,53 @@
 org 0x0000
 0000 c2840010 bbit1 8 ,pf_patch_ext 
 0001 c0008027 beq patch00_1 ,p_soft_reset_1 
-0002 c042860b beq patch10_5 ,p_shutdown_radio 
-0003 c04485da beq patch11_1 ,p_set_freq_tx 
+0002 c042867e beq patch10_5 ,p_shutdown_radio 
+0003 c044864f beq patch11_1 ,p_set_freq_tx 
 0004 c0508030 beq patch14_1 ,p_init_param 
 0005 c0588035 beq patch16_1 ,p_lpm_check_wake_lock 
-0006 c059003d beq patch16_2 ,p_g24_dispatch 
-0007 c06200ce beq patch18_4 ,p_device_init 
-0008 c0648188 beq patch19_1 ,p_app_flag_store 
-0009 c065018c beq patch19_2 ,p_app_initflag_check 
-000a c07182ce beq patch1c_3 ,p_mouse_seting_dpi 
-000b c0730280 beq patch1c_6 ,p_mouse_motion 
-000c c0750306 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
-000d c0758314 beq patch1d_3 ,p_mouse_start_discovery 
-000e c0760343 beq patch1d_4 ,p_mouse_stop_discovery 
+0006 c0590041 beq patch16_2 ,p_g24_dispatch 
+0007 c06202cf beq patch18_4 ,p_device_init 
+0008 c0648373 beq patch19_1 ,p_app_flag_store 
+0009 c0650377 beq patch19_2 ,p_app_initflag_check 
+000a c07184ab beq patch1c_3 ,p_mouse_seting_dpi 
+000b c07304d2 beq patch1c_6 ,p_mouse_motion 
+000c c075050e beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
+000d c075851e beq patch1d_3 ,p_mouse_start_discovery 
+000e c0760544 beq patch1d_4 ,p_mouse_stop_discovery 
 000f 20202a8e branch loop 
 
 pf_patch_ext:
-0010 c01c8347 beq patch27_1 ,p_le_slave_match 
-0011 c021834f beq patch28_3 ,p_le_next_adv_channel 
-0012 c0250355 beq patch29_2 ,p_le_receive_skip 
-0013 c02b8358 beq patch2a_7 ,p_le_update_param 
-0014 c02c836a beq patch2b_1 ,p_le_update_channel_map 
-0015 c0318377 beq patch2c_3 ,p_le_prepare_tx 
-0016 c03303a1 beq patch2c_6 ,p_le_parse 
-0017 c03383b8 beq patch2c_7 ,p_le_parse_l2cap 
-0018 c03503e4 beq patch2d_2 ,p_le_adv_not_match 
-0019 c03b83ef beq patch2e_7 ,p_le_lpm_setmult 
-001a c07d03ff beq patch3f_2 ,p_check_51cmd_once_continue 
-001b c0460408 beq patch31_4 ,p_twspi_reset 
+0010 c01c8549 beq patch27_1 ,p_le_slave_match 
+0011 c0218551 beq patch28_3 ,p_le_next_adv_channel 
+0012 c0250557 beq patch29_2 ,p_le_receive_skip 
+0013 c02b855a beq patch2a_7 ,p_le_update_param 
+0014 c02c856a beq patch2b_1 ,p_le_update_channel_map 
+0015 c0318577 beq patch2c_3 ,p_le_prepare_tx 
+0016 c03305a1 beq patch2c_6 ,p_le_parse 
+0017 c03385b8 beq patch2c_7 ,p_le_parse_l2cap 
+0018 c03505e4 beq patch2d_2 ,p_le_adv_not_match 
+0019 c03b85ef beq patch2e_7 ,p_le_lpm_setmult 
+001a c07d05ff beq patch3f_2 ,p_check_51cmd_once_continue 
+001b c0460608 beq patch31_4 ,p_twspi_reset 
 001c 20202a8e branch loop 
 
 p_rssi_signal:
 001d 1fe22200 copy pdata ,rega 
-001e 6808cc77 fetcht 1 ,mem_rssi_signal_index 
-001f 58004c7e setarg mem_rssi_signal_buf 
+001e 6808cc85 fetcht 1 ,mem_rssi_signal_index 
+001f 58004c8c setarg mem_rssi_signal_buf 
 0020 98408a00 iadd temp ,contw 
 0021 1a227e00 copy rega ,pdata 
 0022 e0a08000 istore 1 ,contw 
 0023 18408401 increase 1 ,temp 
 0024 18410407 and_into rssi_buf_len_signal ,temp 
-0025 6008cc77 storet 1 ,mem_rssi_signal_index 
+0025 6008cc85 storet 1 ,mem_rssi_signal_index 
 0026 20600000 rtn 
 
 p_soft_reset_1:
 0027 d8a009ae arg mem_sp_state ,contw 
 0028 df20000c arg 12 ,loopcnt 
 0029 20407ed4 call clear_mem 
-002a 204000c5 call p_mouse_le_txbuff_load 
+002a 204003ad call p_mouse_le_txbuff_load 
 002b 20406a03 call rfcomm_init 
 002c 20405cf6 call init_lmp 
 002d 2455ac65 ncall lpm_disable_exen_output ,wake 
@@ -64,2293 +64,2228 @@
 
 p_lpm_check_wake_lock:
 0035 c6130000 rtnmark1 mark_24g 
-0036 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0037 c0007fef beq 0 ,disable_blank 
-0038 6800c7c4 fetch 1 ,mem_mouse_le_conn_param_reject 
-0039 c000ffef beq le_lpm_disable ,disable_blank 
-003a 68014248 fetch 2 ,mem_sdp_remote_cid 
-003b 243a7fef nbranch disable_blank ,blank 
-003c 20207ff1 branch enable_blank 
+0036 6800cb01 fetch 1 ,mem_mouse_multi_led_state 
+0037 243a7fef nbranch disable_blank ,blank 
+0038 6800cb07 fetch 1 ,mem_mouse_multi_led_on_timer 
+0039 243a7fef nbranch disable_blank ,blank 
+003a 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
+003b 203a7fef branch disable_blank ,blank 
+003c 6800c7c4 fetch 1 ,mem_mouse_le_conn_param_reject 
+003d c000ffef beq le_lpm_disable ,disable_blank 
+003e 6800c806 fetch 1 ,mem_mouse_wheel_trigger 
+003f 243a7fef nbranch disable_blank ,blank 
+0040 20207ff1 branch enable_blank 
 
 p_g24_dispatch:
-003d c6930000 rtnmark0 mark_24g 
-003e 6800ccfc fetch 1 ,mem_24g_transmit_by_interrupt 
-003f c000805a beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
+0041 c6930000 rtnmark0 mark_24g 
+0042 6800cd0a fetch 1 ,mem_24g_transmit_by_interrupt 
+0043 c0008057 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
 
 p_g24_transmit_process:
-0040 20400469 call p_g24_txdata_prep 
-0041 24340072 nbranch p_g24_nodata_transmit ,user 
-0042 704bf800 jam with_ack_24g ,mem_24g_no_ack 
-0043 2040044e call p_g24_rf_sta_check 
+0044 204000f6 call p_g24_txdata_prep 
+0045 2434006e nbranch p_g24_nodata_transmit ,user 
+0046 204000dd call p_g24_rf_sta_check 
 
 p_g24_transmit_start:
-0044 20400494 call p_g24_transmit_packet 
-0045 6800cbcc fetch 1 ,mem_24g_pairing_sm 
-0046 c1ff8000 rtnne state_24g_pairing_success 
-0047 204004f1 call power_ctrl_start 
-0048 6800cbf8 fetch 1 ,mem_24g_no_ack 
-0049 c000807b beq no_ack_24g ,p_g24_long_sleep 
-004a 20400054 call g24_long_sleep_shorter_param_update 
-004b 6800ccfc fetch 1 ,mem_24g_transmit_by_interrupt 
-004c c1008000 rtneq g24_tx_timer_int_enable 
-004d 6800cb06 fetch 1 ,mem_mouse_multi_led_state 
-004e c0008570 beq on ,p_g24_transmit_by_interrupt_enable 
+0047 20400119 call p_g24_transmit_packet 
+0048 6800cbda fetch 1 ,mem_24g_pairing_sm 
+0049 c1ff8000 rtnne state_24g_pairing_success 
+004a 7041de02 jam tx_power_5db ,mem_tx_power 
+004b 20400053 call g24_long_sleep_shorter_param_update 
+004c 6800cb01 fetch 1 ,mem_mouse_multi_led_state 
+004d c00081a6 beq on ,p_g24_transmit_by_interrupt_enable 
 
 p_g24_short_sleep:
-004f 20400081 call p_g24_lpm_wait 
-0050 24740000 nrtn user 
-0051 204000a7 call p_clear_wake 
-0052 5800ea60 setarg 60000 
-0053 20202b93 branch lpm_dispatch_sleep 
+004e 2040007a call p_g24_lpm_wait 
+004f 24740000 nrtn user 
+0050 204002cc call p_clear_wake 
+0051 5800ec54 setarg 60500 
+0052 20202b93 branch lpm_dispatch_sleep 
 
 g24_long_sleep_shorter_param_update:
-0054 6800c6f5 fetch 1 ,mem_config_function_enable 
-0055 c3838000 rtnbit1 enable_sensor_motion_pin 
-0056 58017700 setarg g24_long_sleep_step1 
-0057 6001cbeb store 3 ,mem_24g_enter_hibernate 
-0058 704aff1e jam 30 ,mem_24g_long_sleep_param_update_timer 
-0059 20600000 rtn 
+0053 58017700 setarg g24_long_sleep_step1 
+0054 6001cbf9 store 3 ,mem_24g_enter_hibernate 
+0055 704b3c14 jam 20 ,mem_24g_long_sleep_param_update_timer 
+0056 20600000 rtn 
 
 p_g24_transmit_by_interrupt:
-005a 2040060d call p_g24_timer_check 
-005b 24740000 nrtn user 
-005c 2040006c call p_g24_interval_calibrate 
-005d 6800ccfd fetch 1 ,mem_24g_transmit_by_interrupt_exit_count 
-005e 1fe0fe01 increase 1 ,pdata 
-005f 6000ccfd store 1 ,mem_24g_transmit_by_interrupt_exit_count 
-0060 1fe67c19 sub pdata ,25 ,null 
-0061 20428063 call p_g24_transmit_by_interrupt_exit ,zero 
-0062 20200040 branch p_g24_transmit_process 
+0057 20400297 call p_g24_timer_check 
+0058 24740000 nrtn user 
+0059 20400068 call p_g24_interval_calibrate 
+005a 6800cd0b fetch 1 ,mem_24g_transmit_by_interrupt_exit_count 
+005b 1fe0fe01 increase 1 ,pdata 
+005c 6000cd0b store 1 ,mem_24g_transmit_by_interrupt_exit_count 
+005d 1fe67c19 sub pdata ,25 ,null 
+005e 20428060 call p_g24_transmit_by_interrupt_exit ,zero 
+005f 20200044 branch p_g24_transmit_process 
 
 p_g24_transmit_by_interrupt_exit:
-0063 704cfc00 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0064 704cfd00 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
+0060 704d0a00 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0061 704d0b00 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
 
 p_g24_interval_min:
-0065 704bf700 jam 0 ,mem_24g_pac_index 
-0066 6800cbe2 fetch 1 ,mem_24g_interval_min 
-0067 6000cbe1 store 1 ,mem_24g_interval 
-0068 20600000 rtn 
+0062 704c0500 jam 0 ,mem_24g_pac_index 
+0063 6800cbf0 fetch 1 ,mem_24g_interval_min 
+
+p_g24_current_interval_store:
+0064 6000cbef store 1 ,mem_24g_interval 
+0065 20600000 rtn 
 
 p_g24_interval_max:
-0069 6800cbe3 fetch 1 ,mem_24g_interval_max 
-006a 6000cbe1 store 1 ,mem_24g_interval 
-006b 20600000 rtn 
+0066 6800cbf1 fetch 1 ,mem_24g_interval_max 
+0067 20200064 branch p_g24_current_interval_store 
 
 p_g24_interval_calibrate:
-006c 6800cbf7 fetch 1 ,mem_24g_pac_index 
-006d 1fe0fe01 increase 1 ,pdata 
-006e 6000cbf7 store 1 ,mem_24g_pac_index 
-006f c0020069 beq 4 ,p_g24_interval_max 
-0070 c0028065 beq 5 ,p_g24_interval_min 
-0071 20600000 rtn 
+0068 6800cc05 fetch 1 ,mem_24g_pac_index 
+0069 1fe0fe01 increase 1 ,pdata 
+006a 6000cc05 store 1 ,mem_24g_pac_index 
+006b c0020066 beq 4 ,p_g24_interval_max 
+006c c0028062 beq 5 ,p_g24_interval_min 
+006d 20600000 rtn 
 
 p_g24_nodata_transmit:
-0072 6800cbe8 fetch 1 ,mem_24g_abort_pac 
-0073 205a008c call p_g24_send_abort_packet ,blank 
-0074 2040009b call p_g24_search_dongle 
-0075 6800cbf8 fetch 1 ,mem_24g_no_ack 
-0076 c1008000 rtneq no_ack_24g 
-0077 6800cb0c fetch 1 ,mem_mouse_multi_led_blink_count 
-0078 247a0000 nrtn blank 
-0079 6800cb06 fetch 1 ,mem_mouse_multi_led_state 
-007a c1008000 rtneq on 
+006e 6800cbf6 fetch 1 ,mem_24g_abort_pac 
+006f 205a0095 call p_g24_send_abort_packet ,blank 
+0070 6800cb06 fetch 1 ,mem_mouse_multi_led_blink_count 
+0071 247a0000 nrtn blank 
+0072 6800cb01 fetch 1 ,mem_mouse_multi_led_state 
+0073 c1008000 rtneq on 
 
 p_g24_long_sleep:
-007b 20400081 call p_g24_lpm_wait 
-007c 24740000 nrtn user 
-007d 6801cbeb fetch 3 ,mem_24g_enter_hibernate 
-007e 20407f49 call clk2lpo 
-007f 600a415b storet 4 ,mem_sleep_counter 
-0080 20202b2a branch lpm_sleep 
+0074 2040007a call p_g24_lpm_wait 
+0075 24740000 nrtn user 
+0076 6801cbf9 fetch 3 ,mem_24g_enter_hibernate 
+0077 20407f49 call clk2lpo 
+0078 600a415b storet 4 ,mem_sleep_counter 
+0079 20202b2a branch lpm_sleep 
 
 p_g24_lpm_wait:
-0081 78347c00 enable user 
-0082 20402afa call lpo_calibration 
-0083 6801c16f fetch 3 ,mem_clks_per_lpo 
-0084 203a7fe9 branch disable_user ,blank 
-0085 6800c091 fetch 1 ,mem_lpm_mode 
-0086 203a7fe9 branch disable_user ,blank 
-0087 6800c5b1 fetch 1 ,mem_sp_local_key_invalid 
-0088 203a7fe9 branch disable_user ,blank 
-0089 6800ccfc fetch 1 ,mem_24g_transmit_by_interrupt 
-008a c000ffe9 beq g24_tx_timer_int_enable ,disable_user 
-008b 202000aa branch p_mouse_setgpio_lpm 
-
-p_g24_send_abort_packet:
-008c 704be801 jam 1 ,mem_24g_abort_pac 
-008d 704cf100 jam 0 ,mem_24g_rf_hop_ch 
-008e 2040041a call p_g24_transmit_rf_ctrl_clear 
-008f 6000cb58 store 1 ,mem_24g_txbuf 
-0090 58000000 setarg 0 
-0091 6003cb59 store 7 ,mem_24g_txbuf + 1 
-0092 68024bf3 fetch 4 ,mem_24g_device_addr 
-0093 60024b60 store 4 ,mem_24g_txbuf + 8 
-0094 704bbc0c jam 12 ,mem_24g_datalen 
-0095 6800cbbd fetch 1 ,mem_24g_data_type 
-0096 79207e03 set1 bit_abort ,pdata 
-0097 6000cbbd store 1 ,mem_24g_data_type 
-0098 2040057b call p_g24_transmit_prep 
-0099 2040046d call p_g24_txdata_enable_tx 
-009a 20200044 branch p_g24_transmit_start 
-
-p_g24_search_dongle:
-009b 6800cbe8 fetch 1 ,mem_24g_abort_pac 
-009c 207a0000 rtn blank 
-009d 704bf801 jam no_ack_24g ,mem_24g_no_ack 
-009e 204005b5 call p_g24_ch 
-009f 2020008d branch p_g24_send_abort_packet + 1 
-
-p_mouse_before_lpm:
-00a0 c6130000 rtnmark1 mark_24g 
-00a1 204000bb call p_mouse_le_txbuff_save 
-00a2 204000aa call p_mouse_setgpio_lpm 
-00a3 6800c040 fetch 1 ,mem_context 
-00a4 c30000a7 bbit0 state_inconn ,p_clear_wake 
-00a5 680080a0 fetch 1 ,mem_lpm_current_mult 
-00a6 247a0000 nrtn blank 
-
-p_clear_wake:
-00a7 58000000 setarg 0 
-00a8 600400a1 store 8 ,mem_gpio_wakeup_low 
-00a9 20600000 rtn 
+007a 78347c00 enable user 
+007b 20402afa call lpo_calibration 
+007c 6801c16f fetch 3 ,mem_clks_per_lpo 
+007d 203a7fe9 branch disable_user ,blank 
+007e 6800c091 fetch 1 ,mem_lpm_mode 
+007f 203a7fe9 branch disable_user ,blank 
+0080 6800c5b1 fetch 1 ,mem_sp_local_key_invalid 
+0081 203a7fe9 branch disable_user ,blank 
+0082 6800cd0a fetch 1 ,mem_24g_transmit_by_interrupt 
+0083 c000ffe9 beq g24_tx_timer_int_enable ,disable_user 
 
 p_mouse_setgpio_lpm:
-00aa 204000b8 call p_mouse_set_sdio_high 
-00ab 204000a7 call p_clear_wake 
+0084 20400092 call p_mouse_set_sdio_high 
+0085 204002cc call p_clear_wake 
 
 p_mouse_setgpio_lpm_before:
-00ac 20403ebf call mouse_lpm_before_common 
-00ad 68120070 hfetch 4 ,core_gpio_oe0 
-00ae 681a0078 hfetcht 4 ,core_gpio_pu0 
-00af 98418400 ior temp ,temp 
-00b0 18440400 invert temp ,temp 
-00b1 601a007c hstoret 4 ,core_gpio_pd0 
+0086 20403ebf call mouse_lpm_before_common 
+0087 68120070 hfetch 4 ,core_gpio_oe0 
+0088 681a0078 hfetcht 4 ,core_gpio_pu0 
+0089 98418400 ior temp ,temp 
+008a 18440400 invert temp ,temp 
+008b 601a007c hstoret 4 ,core_gpio_pd0 
 
 p_set_ice_gpio:
-00b2 d840001d arg 0x1d ,temp 
-00b3 204067fb call gpio_config_input 
-00b4 d840001d arg 0x1d ,temp 
-00b5 79200407 set1 gpio_active_bit ,temp 
-00b6 d8a08078 arg core_gpio_pu0 ,contw 
-00b7 20206830 branch gpio_set_bit 
+008c 6808cb3e fetcht 1 ,mem_mouse_bt_led_gpio 
+008d 204067fb call gpio_config_input 
+008e 6808cb3e fetcht 1 ,mem_mouse_bt_led_gpio 
+008f 79200407 set1 gpio_active_bit ,temp 
+0090 d8a08078 arg core_gpio_pu0 ,contw 
+0091 20206830 branch gpio_set_bit 
 
 p_mouse_set_sdio_high:
-00b8 6800cb03 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-00b9 207a0000 rtn blank 
-00ba 202002ce branch p_mouse_seting_dpi_sensor_type 
+0092 6800cb0c fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0093 207a0000 rtn blank 
+0094 202004ab branch p_mouse_seting_dpi_diff 
 
-p_mouse_le_txbuff_save:
-00bb d8c01800 arg mem_le_tx_buffer0 ,contr 
-00bc d8a0480a arg mem_le_tx_buffer0_omemalloc ,contw 
-00bd 204000c3 call p_mouse_le_txbuff_copy 
-00be d8c01900 arg mem_le_tx_buffer1 ,contr 
-00bf 204000c3 call p_mouse_le_txbuff_copy 
-00c0 d8c01a00 arg mem_le_tx_buffer2 ,contr 
-00c1 204000c3 call p_mouse_le_txbuff_copy 
-00c2 d8c01b00 arg mem_le_tx_buffer3 ,contr 
+p_g24_send_abort_packet:
+0095 704bf601 jam 1 ,mem_24g_abort_pac 
+0096 704cff00 jam 0 ,mem_24g_rf_hop_ch 
+0097 204000a5 call p_g24_transmit_rf_ctrl_clear 
+0098 6000cb66 store 1 ,mem_24g_txbuf 
+0099 58000000 setarg 0 
+009a 6003cb67 store 7 ,mem_24g_txbuf + 1 
+009b 68024c01 fetch 4 ,mem_24g_device_addr 
+009c 60024b6e store 4 ,mem_24g_txbuf + 8 
+009d 704bca0c jam 12 ,mem_24g_datalen 
+009e 6800cbcb fetch 1 ,mem_24g_data_type 
+009f 79207e03 set1 bit_abort ,pdata 
+00a0 6000cbcb store 1 ,mem_24g_data_type 
+00a1 204000f9 call p_g24_txdata_enable_tx 
+00a2 20200047 branch p_g24_transmit_start 
 
-p_mouse_le_txbuff_copy:
-00c3 df20001b arg 27 ,loopcnt 
-00c4 20207f01 branch memcpy 
+p_g24_transmit_rf_sta_init:
+00a3 704d0001 jam 1 ,mem_24g_rf_last_sta 
+00a4 704d0200 jam 0 ,mem_24g_sync_cnt 
 
-p_mouse_le_txbuff_load:
-00c5 d8c0480a arg mem_le_tx_buffer0_omemalloc ,contr 
-00c6 d8a01800 arg mem_le_tx_buffer0 ,contw 
-00c7 204000c3 call p_mouse_le_txbuff_copy 
-00c8 d8a01900 arg mem_le_tx_buffer1 ,contw 
-00c9 204000c3 call p_mouse_le_txbuff_copy 
-00ca d8a01a00 arg mem_le_tx_buffer2 ,contw 
-00cb 204000c3 call p_mouse_le_txbuff_copy 
-00cc d8a01b00 arg mem_le_tx_buffer3 ,contw 
-00cd 202000c3 branch p_mouse_le_txbuff_copy 
+p_g24_transmit_rf_ctrl_clear:
+00a5 6800cbcb fetch 1 ,mem_24g_data_type 
+00a6 1fe17e07 and_into bits_data ,pdata 
+00a7 6000cbcb store 1 ,mem_24g_data_type 
+00a8 20600000 rtn 
+
+p_g24_hop_ch_enable:
+00a9 6800cbcb fetch 1 ,mem_24g_data_type 
+00aa 79207e04 set1 bit_hop ,pdata 
+00ab 6000cbcb store 1 ,mem_24g_data_type 
+00ac 6000cb86 store 1 ,mem_24g_txpayload 
+00ad 20600000 rtn 
+
+p_g24_hop_ch_disable:
+00ae 6800cbcb fetch 1 ,mem_24g_data_type 
+00af 793ffe04 set0 bit_hop ,pdata 
+00b0 6000cbcb store 1 ,mem_24g_data_type 
+00b1 20600000 rtn 
+
+p_g24_transmit_hop_pac_fail:
+00b2 2040061b call power_ctrl_pac_succ_decrs 
+00b3 6800cd01 fetch 1 ,mem_24g_rf_work_stage 
+00b4 c00080b7 beq 1 ,p_g24_transmit_hop_pac_fail_wo_hop 
+00b5 c00100bb beq 2 ,p_g24_transmit_hop_pac_fail_hop_stage2 
+00b6 20600000 rtn 
+
+p_g24_transmit_hop_pac_fail_wo_hop:
+00b7 704d0202 jam 2 ,mem_24g_sync_cnt 
+
+p_g24_transmit_hop_pac_fail_stage1:
+00b8 704cfe00 jam 0 ,mem_24g_hop_pac_retry 
+00b9 704d0000 jam 0 ,mem_24g_rf_last_sta 
+00ba 202000a5 branch p_g24_transmit_rf_ctrl_clear 
+
+p_g24_transmit_hop_pac_fail_hop_stage2:
+00bb 704cff00 jam 0 ,mem_24g_rf_hop_ch 
+00bc 202000b8 branch p_g24_transmit_hop_pac_fail_stage1 
+
+p_g24_transmit_pac_fail_hop_stage3:
+00bd 68014bd0 fetch 2 ,mem_24g_txfail_cnt 
+00be 1fe0fe01 increase 1 ,pdata 
+00bf 60014bd0 store 2 ,mem_24g_txfail_cnt 
+00c0 c2850156 bbit1 10 ,p_g24_tx_attempt_fail 
+00c1 6800ccff fetch 1 ,mem_24g_rf_hop_ch 
+00c2 c00080c6 beq 1 ,p_g24_rf_hop_fastly 
+00c3 704cff01 jam 1 ,mem_24g_rf_hop_ch 
+
+p_g24_rf_hop_attemp_again:
+00c4 6800ccff fetch 1 ,mem_24g_rf_hop_ch 
+00c5 c08080a5 bne 1 ,p_g24_transmit_rf_ctrl_clear 
+
+p_g24_rf_hop_fastly:
+00c6 6800ccfd fetch 1 ,mem_24g_hop_fastly_cnt 
+00c7 1fe0fe01 increase 1 ,pdata 
+00c8 6000ccfd store 1 ,mem_24g_hop_fastly_cnt 
+00c9 c00200cd beq 4 ,p_g24_rf_hop_fastly_exit 
+00ca 204001d8 call p_g24_ch 
+00cb 704c0f02 jam 2 ,mem_24g_max_retry 
+00cc 20200119 branch p_g24_transmit_packet 
+
+p_g24_rf_hop_fastly_exit:
+00cd 2040061b call power_ctrl_pac_succ_decrs 
+00ce 704cfd00 jam 0 ,mem_24g_hop_fastly_cnt 
+00cf 202000a5 branch p_g24_transmit_rf_ctrl_clear 
+
+p_g24_transmit_hop_pac_succ_wo_hop:
+00d0 704d0202 jam 2 ,mem_24g_sync_cnt 
+
+p_g24_transmit_hop_pac_succ:
+00d1 704d0001 jam 1 ,mem_24g_rf_last_sta 
+00d2 704cff00 jam 0 ,mem_24g_rf_hop_ch 
+00d3 202000a5 branch p_g24_transmit_rf_ctrl_clear 
+
+p_g24_transmit_succ_rf_config:
+00d4 6800cd01 fetch 1 ,mem_24g_rf_work_stage 
+00d5 c00180d1 beq 3 ,p_g24_transmit_hop_pac_succ 
+00d6 6800cbcb fetch 1 ,mem_24g_data_type 
+00d7 2fec0004 isolate0 bit_hop ,pdata 
+00d8 202080a3 branch p_g24_transmit_rf_sta_init ,true 
+00d9 6800cd01 fetch 1 ,mem_24g_rf_work_stage 
+00da c00080d0 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
+00db c00100d1 beq 2 ,p_g24_transmit_hop_pac_succ 
+00dc 20600000 rtn 
+
+p_g24_rf_sta_check:
+00dd 6800cbda fetch 1 ,mem_24g_pairing_sm 
+00de c1ff8000 rtnne state_24g_pairing_success 
+00df 204000e2 call p_g24_rf_laststa_synccnt_check 
+00e0 245600ea ncall p_g24_rf_sync_cnt_check ,user2 
+00e1 20600000 rtn 
+
+p_g24_rf_laststa_synccnt_check:
+00e2 78567c00 disable user2 
+00e3 6800cd00 fetch 1 ,mem_24g_rf_last_sta 
+00e4 c1808000 rtnne 1 
+00e5 6800cd02 fetch 1 ,mem_24g_sync_cnt 
+00e6 c1800000 rtnne 0 
+00e7 704d0101 jam 1 ,mem_24g_rf_work_stage 
+00e8 704c0f04 jam 4 ,mem_24g_max_retry 
+00e9 20207feb branch enable_user2 
+
+p_g24_rf_sync_cnt_check:
+00ea 6800cd02 fetch 1 ,mem_24g_sync_cnt 
+00eb 203a00f1 branch p_g24_rf_hop_attemp ,blank 
+00ec 1fe0ffff increase -1 ,pdata 
+00ed 6000cd02 store 1 ,mem_24g_sync_cnt 
+00ee 704d0102 jam 2 ,mem_24g_rf_work_stage 
+00ef 704c0f04 jam 4 ,mem_24g_max_retry 
+00f0 202001d8 branch p_g24_ch 
+
+p_g24_rf_hop_attemp:
+00f1 704d0103 jam 3 ,mem_24g_rf_work_stage 
+00f2 6800ccff fetch 1 ,mem_24g_rf_hop_ch 
+00f3 243a00c4 nbranch p_g24_rf_hop_attemp_again ,blank 
+00f4 704c0f02 jam 2 ,mem_24g_max_retry 
+00f5 202001d8 branch p_g24_ch 
+
+p_g24_txdata_prep:
+00f6 6800cbda fetch 1 ,mem_24g_pairing_sm 
+00f7 c0ff8166 bne state_24g_pairing_success ,p_g24_pairing_sm 
+
+p_g24_txdata_prep_packeage_data:
+00f8 204000fc call p_g24_package_data 
+
+p_g24_txdata_enable_tx:
+00f9 20400204 call p_g24_transmit_prep 
+00fa 704bcf01 jam ensure_on_24g ,mem_24g_ensure 
+00fb 20600000 rtn 
+
+p_g24_package_data:
+00fc 68014cfb fetch 2 ,mem_cb_24g_data 
+00fd 20407f9c call callback_func 
+00fe 20340102 branch p_g24_accumulate_mouse_data ,user 
+00ff 6803cb67 fetch 7 ,mem_24g_txbuf + 1 
+0100 207a0000 rtn blank 
+0101 20207fe7 branch enable_user 
+
+p_g24_accumulate_mouse_data:
+0102 204003cd call p_mouse_data_xy_release 
+0103 704bf600 jam 0 ,mem_24g_abort_pac 
+0104 1a20fe01 add rega ,1 ,pdata 
+0105 6000cbca store 1 ,mem_24g_datalen 
+0106 204000a5 call p_g24_transmit_rf_ctrl_clear 
+0107 6000cb66 store 1 ,mem_24g_txbuf 
+0108 e8a88000 ifetcht 1 ,contw 
+0109 ea408000 ifetch 1 ,regb 
+010a 9841fe00 ior temp ,pdata 
+010b e0a08000 istore 1 ,contw 
+010c 1a40a401 increase 1 ,regb 
+010d ea420000 ifetch 4 ,regb 
+010e e0a20000 istore 4 ,contw 
+010f 1a40a404 increase 4 ,regb 
+0110 d8a04b6c arg mem_24g_txbuf + 6 ,contw 
+0111 df200002 arg 2 ,loopcnt 
+
+p_g24_accumulation_loop:
+0112 ea408000 ifetch 1 ,regb 
+0113 e8a88000 ifetcht 1 ,contw 
+0114 9840fe00 iadd temp ,pdata 
+0115 e0a08000 istore 1 ,contw 
+0116 1a40a401 increase 1 ,regb 
+0117 c2000112 loop p_g24_accumulation_loop 
+0118 20600000 rtn 
+
+p_g24_transmit_packet:
+0119 704bd300 jam 0 ,mem_24g_retry 
+011a 6800cb3f fetch 1 ,mem_retry_count 
+011b 1fe0fe01 increase 1 ,pdata 
+011c 6000cb3f store 1 ,mem_retry_count 
+
+p_g24_transmit_loop:
+011d d9600d00 arg param_rx_setup ,timeup 
+011e 34730200 until clkn_rt ,meet 
+011f 20400135 call p_g24_transmit_receive_ack 
+0120 242c0142 nbranch p_g24_retransmit ,sync 
+0121 24378142 nbranch p_g24_retransmit ,user3 
+0122 20400130 call p_g24_txbuf_clear 
+0123 2040015a call p_g24_ackpayload_parse 
+0124 20400617 call power_ctrl_pac_succ_incrs 
+
+p_g24_transmit_next_packet:
+0125 704b3f00 jam 0 ,mem_retry_count 
+0126 6800cbc9 fetch 1 ,mem_24g_pid 
+0127 1fe0fe01 increase 1 ,pdata 
+0128 6000cbc9 store 1 ,mem_24g_pid 
+0129 6800cbda fetch 1 ,mem_24g_pairing_sm 
+012a c0ff8133 bne state_24g_pairing_success ,p_g24_paring_mode_start 
+012b 204000d4 call p_g24_transmit_succ_rf_config 
+
+p_g24_transmit_abandon:
+012c 58000000 setarg 0 
+012d 60024bcf store 4 ,mem_24g_ensure 
+012e 6000ccfe store 1 ,mem_24g_hop_pac_retry 
+012f 20600000 rtn 
+
+p_g24_txbuf_clear:
+0130 df200004 arg 4 ,loopcnt 
+0131 d8a04b66 arg mem_24g_txbuf ,contw 
+0132 20207ec6 branch memset0 
+
+p_g24_paring_mode_start:
+0133 20400614 call power_ctrl_pac_succ_cnt_init 
+0134 20200180 branch p_g24_paring_mode 
+
+p_g24_transmit_receive_ack:
+0135 7857fc00 disable user3 
+0136 20400276 call p_g24_transmit 
+0137 18002a00 force 0 ,radio_ctrl 
+0138 68024bf2 fetch 4 ,mem_24g_addr 
+0139 98001200 iforce access 
+013a 68088017 fetcht 1 ,mem_last_freq 
+013b 2040291f call set_freq_rx 
+013c 20402924 call rf_rx_enable 
+013d 20400235 call p_g24_receive_rxon 
+013e 2057826e call p_g24_end_of_packet ,user3 
+013f 20600000 rtn 
+
+p_g24_transmit_no_ack:
+0140 2040026e call p_g24_end_of_packet 
+0141 20200125 branch p_g24_transmit_next_packet 
+
+p_g24_retransmit:
+0142 68014bd0 fetch 2 ,mem_24g_txfail_cnt 
+0143 1fe0fe01 increase 1 ,pdata 
+0144 60014bd0 store 2 ,mem_24g_txfail_cnt 
+0145 6800cbd1 fetch 1 ,mem_24g_txfail_cnt + 1 
+0146 c2820158 bbit1 4 ,p_g24_stop_g24_mode 
+0147 6800cbda fetch 1 ,mem_24g_pairing_sm 
+0148 c0ff8154 bne state_24g_pairing_success ,p_g24_tx_paring_retry 
+0149 6800cb3f fetch 1 ,mem_retry_count 
+014a 1fe67c02 sub pdata ,2 ,null 
+014b 244101d8 ncall p_g24_ch ,positive 
+014c 6800cbd3 fetch 1 ,mem_24g_retry 
+014d 1fe0fe01 increase 1 ,pdata 
+014e 6000cbd3 store 1 ,mem_24g_retry 
+014f c083011d bne 6 ,p_g24_transmit_loop 
+0150 6800cb3f fetch 1 ,mem_retry_count 
+0151 1fe67c02 sub pdata ,2 ,null 
+0152 204101d8 call p_g24_ch ,positive 
+0153 20200119 branch p_g24_transmit_packet 
+
+p_g24_tx_paring_retry:
+0154 6800cbd0 fetch 1 ,mem_24g_txfail_cnt 
+0155 c1ff8000 rtnne 0xff 
+
+p_g24_tx_attempt_fail:
+0156 58000000 setarg 0 
+0157 60014bd0 store 2 ,mem_24g_txfail_cnt 
+
+p_g24_stop_g24_mode:
+0158 700a993a jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0159 20207d86 branch ui_ipc_send_event 
+
+p_g24_ackpayload_parse:
+015a 204001e9 call p_g24_read_len_pid_crc 
+015b 6800cbc8 fetch 1 ,mem_24g_rxdata_length 
+015c 207a0000 rtn blank 
+015d 98007200 iforce loopcnt 
+015e d8c04b46 arg mem_24g_rxbuf + 2 ,contr 
+015f d8a04ba8 arg mem_24g_rxpayload ,contw 
+0160 20207f01 branch memcpy 
+
+p_g24_pair_init:
+0161 7041de20 jam tx_power_pair ,mem_tx_power 
+0162 704bc900 jam 0 ,mem_24g_pid 
+0163 704bd44e jam g24_pair_ch ,mem_24g_ch 
+0164 68024bd6 fetch 4 ,mem_24g_paring_addr 
+0165 202001f6 branch p_g24_update_addr_and_synccrc8 
+
+p_g24_pairing_sm:
+0166 6800cbcf fetch 1 ,mem_24g_ensure 
+0167 c000ffe7 beq ensure_on_24g ,enable_user 
+0168 6800cbda fetch 1 ,mem_24g_pairing_sm 
+0169 c000816d beq state_24g_pairing_1 ,p_g24_pairing_sm_1 
+016a c0010170 beq state_24g_pairing_2 ,p_g24_pairing_sm_2 
+016b c0018173 beq state_24g_pairing_3 ,p_g24_pairing_sm_3 
+016c 20202a8c branch assert 
+
+p_g24_pairing_sm_1:
+016d 704bda11 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm 
+016e 70119eaa jam 0xaa ,mem_24g_common_temp 
+016f 20200175 branch p_g24_pairing_sm_common 
+
+p_g24_pairing_sm_2:
+0170 704bda12 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm 
+0171 70119e55 jam 0x55 ,mem_24g_common_temp 
+0172 20200175 branch p_g24_pairing_sm_common 
+
+p_g24_pairing_sm_3:
+0173 704bda13 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm 
+0174 70119e22 jam 0x22 ,mem_24g_common_temp 
+
+p_g24_pairing_sm_common:
+0175 6800cbcb fetch 1 ,mem_24g_data_type 
+0176 1fe17e07 and_into bits_data ,pdata 
+0177 6000919f store 1 ,mem_24g_common_temp + 1 
+0178 68024c01 fetch 4 ,mem_24g_device_addr 
+0179 600211a0 store 4 ,mem_24g_common_temp + 2 
+
+p_g24_put_pairing_data_in_buff:
+017a 7011a400 jam 0 ,mem_24g_common_temp + 6 
+017b da20119e arg mem_24g_common_temp ,rega 
+017c d8400007 arg 7 ,temp 
+017d 204001e4 call p_g24_put_data_in_buff 
+017e 204000f9 call p_g24_txdata_enable_tx 
+017f 20207fe7 branch enable_user 
+
+p_g24_paring_mode:
+0180 6800cbda fetch 1 ,mem_24g_pairing_sm 
+0181 c17f8000 rtneq state_24g_pairing_success 
+0182 c0088186 beq state_24g_pairing_1_waiting_ack ,p_g24_pairing_sm_1_waiting_ack 
+0183 c0090188 beq state_24g_pairing_2_waiting_ack ,p_g24_pairing_sm_2_waiting_ack 
+0184 c009818a beq state_24g_pairing_3_waiting_ack ,p_g24_pairing_sm_3_waiting_ack 
+0185 20600000 rtn 
+
+p_g24_pairing_sm_1_waiting_ack:
+0186 704bda02 jam state_24g_pairing_2 ,mem_24g_pairing_sm 
+0187 2020012c branch p_g24_transmit_abandon 
+
+p_g24_pairing_sm_2_waiting_ack:
+0188 704bda03 jam state_24g_pairing_3 ,mem_24g_pairing_sm 
+0189 2020012c branch p_g24_transmit_abandon 
+
+p_g24_pairing_sm_3_waiting_ack:
+018a 704bdaff jam state_24g_pairing_success ,mem_24g_pairing_sm 
+018b 700a9939 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+018c 20407d86 call ui_ipc_send_event 
+018d 68024baa fetch 4 ,mem_24g_rxpayload + 2 
+018e 204001f6 call p_g24_update_addr_and_synccrc8 
+018f 2020012c branch p_g24_transmit_abandon 
+
+p_mouse_connect_24g_mode:
+
+p_mouse_start_24g_mode:
+0190 20400385 call p_g24_factory_check 
+0191 203401b7 branch p_g24_auto_pair_start ,user 
+
+p_g24_start_24g_mode:
+0192 793f8026 set0 mark_24g ,mark 
+0193 204001d7 call p_g24_ch_syncword_crc8_init 
+0194 6800cbda fetch 1 ,mem_24g_pairing_sm 
+0195 c1ff8000 rtnne state_24g_pairing_success 
+0196 204001a9 call p_g24_tx_attemp_data_prep 
+
+p_g24_tx_attemp_dongle:
+0197 58000000 setarg 0 
+0198 60014bf7 store 2 ,mem_24g_check_dongle_times 
+
+p_g24_tx_attemp_dongle_loop:
+0199 20402afa call lpo_calibration 
+019a 200007d0 nop 2000 
+019b 6800cbf7 fetch 1 ,mem_24g_check_dongle_times 
+019c c07f8158 beq 0xff ,p_g24_stop_g24_mode 
+019d 20400135 call p_g24_transmit_receive_ack 
+019e 242c01b2 nbranch p_g24_attemp_txdata_retry ,sync 
+019f 243781b2 nbranch p_g24_attemp_txdata_retry ,user3 
+
+p_g24_tx_attemp_dongle_succ:
+01a0 79200026 set1 mark_24g ,mark 
+01a1 58000000 setarg 0 
+01a2 60014bf7 store 2 ,mem_24g_check_dongle_times 
+01a3 700a993c jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+01a4 20407d86 call ui_ipc_send_event 
+01a5 20400130 call p_g24_txbuf_clear 
+
+p_g24_transmit_by_interrupt_enable:
+01a6 704d0a01 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+01a7 704d0b00 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
+01a8 20600000 rtn 
+
+p_g24_tx_attemp_data_prep:
+01a9 70119eff jam 0xff ,mem_24g_common_temp 
+01aa 6800cbcb fetch 1 ,mem_24g_data_type 
+01ab 6000919f store 1 ,mem_24g_common_temp + 1 
+01ac 68024c01 fetch 4 ,mem_24g_device_addr 
+01ad 600211a0 store 4 ,mem_24g_common_temp + 2 
+01ae d8400006 arg 6 ,temp 
+01af da20119e arg mem_24g_common_temp ,rega 
+01b0 204001e4 call p_g24_put_data_in_buff 
+01b1 20200204 branch p_g24_transmit_prep 
+
+p_g24_attemp_txdata_retry:
+01b2 68014bf7 fetch 2 ,mem_24g_check_dongle_times 
+01b3 1fe0fe01 increase 1 ,pdata 
+01b4 60014bf7 store 2 ,mem_24g_check_dongle_times 
+01b5 204001d8 call p_g24_ch 
+01b6 20200199 branch p_g24_tx_attemp_dongle_loop 
+
+p_g24_auto_pair_start:
+01b7 793f8026 set0 mark_24g ,mark 
+01b8 204001d3 call p_g24_auto_pair_all_powerful 
+01b9 204001a9 call p_g24_tx_attemp_data_prep 
+
+p_g24_auto_pair_restart:
+01ba 704bf700 jam 0 ,mem_24g_check_dongle_times 
+
+p_g24_auto_pair_start_loop:
+01bb 20402afa call lpo_calibration 
+01bc 200007d0 nop 2000 
+01bd 6800cbf7 fetch 1 ,mem_24g_check_dongle_times 
+01be c07f8158 beq 0xff ,p_g24_stop_g24_mode 
+01bf 20400135 call p_g24_transmit_receive_ack 
+01c0 242c01c9 nbranch p_g24_auto_pair_retry ,sync 
+01c1 243781c9 nbranch p_g24_auto_pair_retry ,user3 
+01c2 2040015a call p_g24_ackpayload_parse 
+01c3 204002e5 call p_mouse_tx_power_init 
+01c4 68024bf2 fetch 4 ,mem_24g_addr 
+01c5 680a4bd6 fetcht 4 ,mem_24g_paring_addr 
+01c6 98467c00 isub temp ,null 
+01c7 20228306 branch p_g24_start_pairing_sm1 ,zero 
+01c8 202001a0 branch p_g24_tx_attemp_dongle_succ 
+
+p_g24_auto_pair_retry:
+01c9 6800cbf7 fetch 1 ,mem_24g_check_dongle_times 
+01ca 1fe0fe01 increase 1 ,pdata 
+01cb 6000cbf7 store 1 ,mem_24g_check_dongle_times 
+01cc 6800cd08 fetch 1 ,mem_24g_auto_paring_switch 
+01cd 1fe0fe01 increase 1 ,pdata 
+01ce 1fe17e01 and_into 1 ,pdata 
+01cf 6000cd08 store 1 ,mem_24g_auto_paring_switch 
+01d0 c00001dc beq 0 ,p_g24_auto_pair_device_attemp 
+01d1 c00081de beq 1 ,p_g24_auto_pair_pair_attemp 
+01d2 20600000 rtn 
+
+p_g24_auto_pair_all_powerful:
+01d3 7041de20 jam tx_power_pair ,mem_tx_power 
+01d4 58000f0f setarg 0x0f0f 
+01d5 60014bf2 store 2 ,mem_24g_addr 
+01d6 e0a10000 istore 2 ,contw 
+
+p_g24_ch_syncword_crc8_init:
+01d7 204001f7 call p_g24_syncword_crc8 
+
+p_g24_ch:
+01d8 6808cbd5 fetcht 1 ,mem_24g_current_ch_number 
+01d9 20400216 call p_g24_ch_map_size 
+01da 6008cbd5 storet 1 ,mem_24g_current_ch_number 
+01db 20600000 rtn 
+
+p_g24_auto_pair_device_attemp:
+01dc 204001d3 call p_g24_auto_pair_all_powerful 
+01dd 202001bb branch p_g24_auto_pair_start_loop 
+
+p_g24_auto_pair_pair_attemp:
+01de 20400161 call p_g24_pair_init 
+01df 202001bb branch p_g24_auto_pair_start_loop 
+
+p_g24_check_51cmd_stop_24g:
+01e0 793f8026 set0 mark_24g ,mark 
+01e1 204053ce call le_disable 
+
+p_mouse_disable_g24_pairing_flag:
+01e2 d8e00003 arg mosue_24g_pairing_flag ,queue 
+01e3 202043d2 branch mouse_disable_function_flag 
+
+p_g24_put_data_in_buff:
+01e4 6008cbca storet 1 ,mem_24g_datalen 
+01e5 18427200 copy temp ,loopcnt 
+01e6 d8a04b66 arg mem_24g_txbuf ,contw 
+01e7 1a220c00 copy rega ,contr 
+01e8 20207f01 branch memcpy 
+
+p_g24_read_len_pid_crc:
+01e9 6800cb45 fetch 1 ,mem_24g_rxbuf + 1 
+01ea 1fe97e00 rshift3 pdata ,pdata 
+01eb 6000cbc8 store 1 ,mem_24g_rxdata_length 
+01ec 1fe0fe01 increase 1 ,pdata 
+01ed d8c04b45 arg mem_24g_rxbuf + 1 ,contr 
+01ee 98c08c00 iadd contr ,contr 
+01ef e8c18000 ifetch 3 ,contr 
+01f0 6001cc07 store 3 ,mem_24g_sta_crc 
+01f1 6800cb45 fetch 1 ,mem_24g_rxbuf + 1 
+01f2 1fe37e00 rshift pdata ,pdata 
+01f3 1fe17e03 and pdata ,0x03 ,pdata 
+01f4 6000cc0d store 1 ,mem_24g_sta_pid 
+01f5 20600000 rtn 
+
+p_g24_update_addr_and_synccrc8:
+01f6 60024bf2 store 4 ,mem_24g_addr 
+
+p_g24_syncword_crc8:
+01f7 da200000 arg 0 ,rega 
+01f8 df200004 arg 4 ,loopcnt 
+01f9 d8c04bf2 arg mem_24g_addr ,contr 
+
+p_g24_syncword_crc8_loop:
+01fa e8c08000 ifetch 1 ,contr 
+01fb 9a20a200 iadd rega ,rega 
+01fc c20001fa loop p_g24_syncword_crc8_loop 
+01fd 1a227e00 copy rega ,pdata 
+01fe 60014c7b store 2 ,mem_24g_syncword 
+01ff 6800cc7b fetch 1 ,mem_24g_syncword 
+0200 6808cc7c fetcht 1 ,mem_24g_syncword + 1 
+0201 9840fe00 iadd temp ,pdata 
+0202 6000cc7d store 1 ,mem_24g_syncword_crc8 
+0203 20600000 rtn 
+
+p_g24_transmit_prep:
+0204 6800cbca fetch 1 ,mem_24g_datalen 
+0205 1fe0fe02 increase 2 ,pdata 
+0206 6000cbcc store 1 ,mem_24g_txlen 
+0207 6800cbcb fetch 1 ,mem_24g_data_type 
+0208 6000cb86 store 1 ,mem_24g_txpayload 
+0209 6800cbca fetch 1 ,mem_24g_datalen 
+020a 1fe9fe00 lshift3 pdata ,pdata 
+020b 6808cbc9 fetcht 1 ,mem_24g_pid 
+020c 18410403 and temp ,0x03 ,temp 
+020d 18438400 lshift temp ,temp 
+020e 9841fe00 ior temp ,pdata 
+020f 6808cc06 fetcht 1 ,mem_24g_no_ack 
+0210 9840fe00 iadd temp ,pdata 
+0211 e0a08000 istore 1 ,contw 
+0212 6800cbca fetch 1 ,mem_24g_datalen 
+0213 98007200 iforce loopcnt 
+0214 d8c04b66 arg mem_24g_txbuf ,contr 
+0215 20207f01 branch memcpy 
+
+p_g24_ch_map_size:
+0216 2040021a call p_g24_ch_calc 
+0217 18408401 increase 1 ,temp 
+0218 18410403 and_into 3 ,temp 
+0219 20600000 rtn 
+
+p_g24_ch_calc:
+021a 6800cbf2 fetch 1 ,mem_24g_addr 
+021b 1fe17e03 and_into 0x03 ,pdata 
+021c 1fefa204 mul32 pdata ,4 ,rega 
+021d 58004bdb setarg mem_24g_ch_map1 
+021e 9a20fe00 iadd rega ,pdata 
+021f 98408c00 iadd temp ,contr 
+0220 e8c08000 ifetch 1 ,contr 
+0221 6000cbd4 store 1 ,mem_24g_ch 
+0222 20600000 rtn 
+
+p_g24_prep:
+0223 7844fc00 disable enable_crc 
+0224 7843fc00 disable enable_white 
+0225 58555555 setarg 0x555555 
+0226 98001e00 iforce crc24_init 
+0227 6800cbd4 fetch 1 ,mem_24g_ch 
+0228 1fed8400 reverse pdata ,temp 
+0229 79200401 set1 1 ,temp 
+022a 18431c00 rshift temp ,white_init 
+022b 20600000 rtn 
+
+p_g24_receive_packet:
+022c 204053c4 call le_enable 
+022d 68024bf2 fetch 4 ,mem_24g_addr 
+022e 98001200 iforce access 
+022f 20402918 call set_sync_on 
+0230 6808cbd4 fetcht 1 ,mem_24g_ch 
+0231 2040291f call set_freq_rx 
+0232 58000500 setarg param_pll_setup 
+0233 20402a8f call sleep 
+0234 20402924 call rf_rx_enable 
+
+p_g24_receive_rxon:
+0235 20400223 call p_g24_prep 
+0236 7857fc00 disable user3 
+0237 7826fc00 enable decode_fec0 
+0238 7830fc00 enable is_rx 
+0239 78507c00 disable is_tx 
+023a 78287c00 enable swfine 
+023b 68014bcd fetch 2 ,mem_24g_rx_window 
+023c 98003600 iforce stop_watch 
+023d 37c18400 correlate null ,timeout 
+023e 242c0272 nbranch p_g24_sync_timeout ,sync 
+023f 7846fc00 disable decode_fec0 
+0240 7825fc00 enable decode_fec1 
+0241 7823fc00 enable enable_white 
+0242 7824fc00 enable enable_crc 
+0243 2040026b call p_g24_receive_byte 
+0244 6000cc7e store 1 ,mem_24g_get_syncword_crc8 
+0245 6808cc7d fetcht 1 ,mem_24g_syncword_crc8 
+0246 98467c00 isub temp ,null 
+0247 2422826e nbranch p_g24_end_of_packet ,zero 
+0248 2040026b call p_g24_receive_byte 
+0249 6000cb44 store 1 ,mem_24g_rxbuf 
+024a 6800cb44 fetch 1 ,mem_24g_rxbuf 
+024b 6808cbcb fetcht 1 ,mem_24g_data_type 
+024c a8400e00 icompare bits_data ,temp 
+024d 2420826e nbranch p_g24_end_of_packet ,true 
+
+p_g24_receive_skip:
+024e 2040026b call p_g24_receive_byte 
+024f e0a08000 istore 1 ,contw 
+0250 1fe97e00 rshift3 pdata ,pdata 
+0251 1fe1721f and pdata ,0x1f ,loopcnt 
+0252 20228256 branch p_g24rx_nopayload ,zero 
+
+p_g24rx_loop:
+0253 2040026b call p_g24_receive_byte 
+0254 e0a08000 istore 1 ,contw 
+0255 c2000253 loop p_g24rx_loop 
+
+p_g24rx_nopayload:
+0256 18a22200 copy contw ,rega 
+0257 2040026b call p_g24_receive_byte 
+0258 6000cd05 store 1 ,mem_rssi_hex_received 
+0259 1a220a00 copy rega ,contw 
+025a 09800018 parse demod ,bucket ,24 
+025b 78287c00 enable swfine 
+025c db600664 arg param_sifs ,stop_watch 
+025d 1fef7e00 rshift32 pdata ,pdata 
+025e 1ff17e00 rshift16 pdata ,pdata 
+025f e0a18000 istore 3 ,contw 
+0260 7845fc00 disable decode_fec1 
+0261 2023026e branch p_g24_end_of_packet ,crc_failed 
+0262 7837fc00 enable user3 
+0263 68008017 fetch 1 ,mem_last_freq 
+0264 1fe0a200 add pdata ,0 ,rega 
+0265 20402981 call rf_write_freq 
+0266 7846fc00 disable decode_fec0 
+0267 20402918 call set_sync_on 
+0268 6800cd05 fetch 1 ,mem_rssi_hex_received 
+0269 2040001d call p_rssi_signal 
+026a 20600000 rtn 
+
+p_g24_receive_byte:
+026b 09800008 parse demod ,bucket ,8 
+026c 19897e00 rshift3 pwindow ,pdata 
+026d 20600000 rtn 
+
+p_g24_end_of_packet:
+026e 784dfc00 disable encode_fec1 
+026f 7845fc00 disable decode_fec1 
+0270 2040264d call end_of_packet 
+0271 20600000 rtn 
+
+p_g24_sync_timeout:
+0272 2020026e branch p_g24_end_of_packet 
+
+p_g24_set_freq_tx:
+0273 20402918 call set_sync_on 
+0274 6808cbd4 fetcht 1 ,mem_24g_ch 
+0275 20202933 branch set_freq_tx 
+
+p_g24_transmit:
+0276 204053c4 call le_enable 
+0277 68024bf2 fetch 4 ,mem_24g_addr 
+0278 98001200 iforce access 
+0279 20400223 call p_g24_prep 
+027a 20400273 call p_g24_set_freq_tx 
+027b 79202a00 set1 txgfsk ,radio_ctrl 
+027c 782efc00 enable encode_fec0 
+027d 78307c00 enable is_tx 
+027e 7850fc00 disable is_rx 
+027f 19317e00 rshift16 access ,pdata 
+0280 1fecfe00 rshift8 pdata ,pdata 
+0281 1ff1fe00 rshift4 pdata ,pdata 
+0282 08008628 inject mod ,40 
+0283 784efc00 disable encode_fec0 
+0284 782dfc00 enable encode_fec1 
+0285 7823fc00 enable enable_white 
+0286 7824fc00 enable enable_crc 
+0287 6800cc7d fetch 1 ,mem_24g_syncword_crc8 
+0288 08008608 inject mod ,8 
+0289 6800cbcc fetch 1 ,mem_24g_txlen 
+028a 98007200 iforce loopcnt 
+028b d8c04b86 arg mem_24g_txpayload ,contr 
+
+p_g24tr_loop:
+028c e8c08000 ifetch 1 ,contr 
+028d 08008608 inject mod ,8 
+028e c200028c loop p_g24tr_loop 
+028f 78247c00 enable enable_parity 
+0290 08008618 inject mod ,24 
+0291 78447c00 disable enable_parity 
+0292 37d38200 until null ,tx_clear 
+0293 20000064 nop 100 
+0294 784efc00 disable encode_fec0 
+0295 784dfc00 disable encode_fec1 
+0296 20600000 rtn 
+
+p_g24_timer_check:
+0297 20407fe9 call disable_user 
+0298 680a4beb fetcht 4 ,mem_24g_tx_btclk 
+0299 1c427e00 copy clkn_bt ,pdata 
+029a 98467c00 isub temp ,null 
+029b 24412d18 ncall g24_timer_timeout ,positive 
+029c 1fe22400 copy pdata ,regb 
+029d 68024beb fetch 4 ,mem_24g_tx_btclk 
+029e 6808cbef fetcht 1 ,mem_24g_interval 
+029f 98408400 iadd temp ,temp 
+02a0 1a427e00 copy regb ,pdata 
+02a1 98467c00 isub temp ,null 
+02a2 24610000 nrtn positive 
+02a3 793ffe1c set0 28 ,pdata 
+02a4 60024beb store 4 ,mem_24g_tx_btclk 
+02a5 20207fe7 branch enable_user 
+
+p_rssi_noise:
+02a6 204029bb call save_rssi 
+02a7 207a0000 rtn blank 
+02a8 6808cc84 fetcht 1 ,mem_rssi_noise_index 
+02a9 da200d9e arg mem_rssi_noise_buffer ,rega 
+02aa 204002ad call p_rssi_store 
+02ab 6008cc84 storet 1 ,mem_rssi_noise_index 
+02ac 20600000 rtn 
+
+p_rssi_store:
+02ad 1a227e00 copy rega ,pdata 
+02ae 98408a00 iadd temp ,contw 
+02af 68008018 fetch 1 ,mem_rssi 
+02b0 e0a08000 istore 1 ,contw 
+02b1 18408401 increase 1 ,temp 
+02b2 18410407 and_into rssi_buf_len_signal ,temp 
+02b3 20600000 rtn 
+
+p_rssi_average:
+02b4 d8400000 arg 0 ,temp 
+02b5 df200008 arg rssi_buf_len_signal + 1 ,loopcnt 
+02b6 1a220c00 copy rega ,contr 
+
+p_rssi_average_loop:
+02b7 e8c08000 ifetch 1 ,contr 
+02b8 98408400 iadd temp ,temp 
+02b9 c20002b7 loop p_rssi_average_loop 
+02ba 18497e00 rshift3 temp ,pdata 
+02bb 1fe20400 copy pdata ,temp 
+02bc c6930000 rtnmark0 mark_24g 
+02bd 1fe6fc0a div pdata ,10 
+02be 20407f86 call wait_div_end 
+02bf 1807fe00 quotient pdata 
+02c0 1ff27e00 lshift4 pdata ,pdata 
+02c1 18070400 remainder temp 
+02c2 98418400 ior temp ,temp 
+02c3 20600000 rtn 
+02c4 20600000 rtn 
+
+p_mouse_before_lpm:
+02c5 c6130000 rtnmark1 mark_24g 
+02c6 204003a3 call p_mouse_le_txbuff_save 
+02c7 20400084 call p_mouse_setgpio_lpm 
+02c8 6800c040 fetch 1 ,mem_context 
+02c9 c30002cc bbit0 state_inconn ,p_clear_wake 
+02ca 680080a0 fetch 1 ,mem_lpm_current_mult 
+02cb 247a0000 nrtn blank 
+
+p_clear_wake:
+02cc 58000000 setarg 0 
+02cd 600400a1 store 8 ,mem_gpio_wakeup_low 
+02ce 20600000 rtn 
 
 p_device_init:
-00ce 20403416 call app_lpm_mult_enable 
-00cf 203580d7 branch p_device_init_common ,wake 
-00d0 204006a7 call p_mouse_data_init 
-00d1 6800c1de fetch 1 ,mem_tx_power 
-00d2 6000cc73 store 1 ,mem_tx_power_temp 
-00d3 204004e0 call power_ctrl_pac_succ_cnt_init 
-00d4 6800c685 fetch 1 ,mem_ui_button_timeout 
-00d5 6000c6da store 1 ,mem_combination_ui_button_count 
-00d6 204043ca call mouse_bt_discovery_button_down_disable 
+02cf 20403416 call app_lpm_mult_enable 
+02d0 203582d8 branch p_device_init_common ,wake 
+02d1 204003df call p_mouse_data_init 
+02d2 6800c1de fetch 1 ,mem_tx_power 
+02d3 6000cc81 store 1 ,mem_tx_power_temp 
+02d4 20400614 call power_ctrl_pac_succ_cnt_init 
+02d5 6800c685 fetch 1 ,mem_ui_button_timeout 
+02d6 6000c6da store 1 ,mem_combination_ui_button_count 
+02d7 204043ca call mouse_bt_discovery_button_down_disable 
 
 p_device_init_common:
-00d7 204000d9 call p_mouse_init 
-00d8 202074b9 branch enable_authrom 
+02d8 204002da call p_mouse_init 
+02d9 202074b9 branch enable_authrom 
 
 p_mouse_init:
-00d9 24558152 ncall p_mouse_setting_config ,wake 
-00da 20400110 call p_mouse_spi_init 
-00db 20758000 rtn wake 
-00dc 204001a3 call p_mouse_cb_fuction 
-00dd 20400190 call p_mouse_wakeup_from_power 
+02da 24558346 ncall p_mouse_setting_config ,wake 
+02db 2040030a call p_mouse_spi_init 
+02dc 20758000 rtn wake 
+02dd 2040038e call p_mouse_cb_fuction 
+02de 20400380 call p_mouse_wakeup_from_power 
 
 p_mouse_check_reconn_target:
-00de 204000e2 call p_mouse_tx_power_init 
-00df 6800c210 fetch 1 ,mem_xrecord_mode 
-00e0 c01a00e5 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
-00e1 20600000 rtn 
+02df 204002e5 call p_mouse_tx_power_init 
+02e0 6800c210 fetch 1 ,mem_xrecord_mode 
+02e1 c01a02e8 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
+
+p_mouse_null_enter_hibernate_enable:
+02e2 70479d01 jam 1 ,mem_mouse_null_enter_hibernate_flag 
+02e3 70479e28 jam 40 ,mem_mouse_null_enter_hibernate_timer 
+02e4 20600000 rtn 
 
 p_mouse_tx_power_init:
-00e2 6800cc73 fetch 1 ,mem_tx_power_temp 
-00e3 6000c1de store 1 ,mem_tx_power 
-00e4 20600000 rtn 
+02e5 6800cc81 fetch 1 ,mem_tx_power_temp 
+02e6 6000c1de store 1 ,mem_tx_power 
+02e7 20600000 rtn 
 
 p_mouse4_0_check_reconn_target:
-00e5 704b3201 jam 1 ,mem_le_send_security_request_flag 
-00e6 70479f01 jam 1 ,mem_mouse_le_reconnect_flag 
-00e7 680146a8 fetch 2 ,mem_mouse_direct_timeout 
-00e8 6808cb34 fetcht 1 ,mem_mouse_fast_conn_flag 
-00e9 18467cff sub temp ,0xff ,null 
-00ea 242280ec nbranch p_mouse4_0_check_reconn_target_next ,zero 
-00eb 58000258 setarg 0x0258 
+02e8 704b4101 jam 1 ,mem_le_send_security_request_flag 
+02e9 70479f01 jam 1 ,mem_mouse_le_reconnect_flag 
+02ea 680146a8 fetch 2 ,mem_mouse_direct_timeout 
+02eb 6808cb1e fetcht 1 ,mem_mouse_fast_conn_flag 
+02ec 18467cff sub temp ,0xff ,null 
+02ed 242282ef nbranch p_mouse4_0_check_reconn_target_next ,zero 
+02ee 58000258 setarg 0x0258 
 
 p_mouse4_0_check_reconn_target_next:
-00ec 600146ae store 2 ,mem_mouse_direct_timer 
-00ed 20403418 call app_lpm_mult_disable 
-00ee 204000f4 call p_le_check_adv_flag 
-00ef 58000004 setarg adv_flag_bredr_not_supported 
-00f0 e0c08000 istore 1 ,contr 
-00f1 d8c04390 arg mem_le_scan_data ,contr 
-00f2 2040033f call p_le_adv_data_update 
-00f3 20207df4 branch check_51cmd_adv 
+02ef 600146ae store 2 ,mem_mouse_direct_timer 
+02f0 20403418 call app_lpm_mult_disable 
+02f1 204002f7 call p_le_check_adv_flag 
+02f2 58000004 setarg adv_flag_bredr_not_supported 
+02f3 e0c08000 istore 1 ,contr 
+02f4 d8c04390 arg mem_le_scan_data ,contr 
+02f5 20400540 call p_le_adv_data_update 
+02f6 20207df4 branch check_51cmd_adv 
 
 p_le_check_adv_flag:
-00f4 da204370 arg mem_le_adv_data ,rega 
+02f7 da204370 arg mem_le_adv_data ,rega 
 
 p_le_check_adv_flag_loop:
-00f5 ea208000 ifetch 1 ,rega 
-00f6 207a0000 rtn blank 
-00f7 98c0a200 iadd contr ,rega 
-00f8 e8c08000 ifetch 1 ,contr 
-00f9 c1008000 rtneq 0x01 
-00fa 202000f5 branch p_le_check_adv_flag_loop 
+02f8 ea208000 ifetch 1 ,rega 
+02f9 207a0000 rtn blank 
+02fa 98c0a200 iadd contr ,rega 
+02fb e8c08000 ifetch 1 ,contr 
+02fc c1008000 rtneq 0x01 
+02fd 202002f8 branch p_le_check_adv_flag_loop 
 
 p_mouse_24g_pairing_button:
-00fb 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-00fc c4088000 rtnbit0 mouse_enable_24g 
-00fd c3818000 rtnbit1 mosue_24g_pairing_flag 
-00fe c6130000 rtnmark1 mark_24g 
-00ff d8e00003 arg mosue_24g_pairing_flag ,queue 
-0100 204043ce call mouse_enable_function_flag 
-0101 58000000 setarg 0 
-0102 600146ae store 2 ,mem_mouse_direct_timer 
-0103 6000c6b4 store 1 ,mem_mouse_send_blank_timer 
-0104 60014be9 store 2 ,mem_24g_check_dongle_times 
-0105 204042ca call mouse_stop_discovery 
+02fe c6130000 rtnmark1 mark_24g 
+02ff d8e00003 arg mosue_24g_pairing_flag ,queue 
+0300 204043ce call mouse_enable_function_flag 
+0301 58000000 setarg 0 
+0302 600146ae store 2 ,mem_mouse_direct_timer 
+0303 6000c6b4 store 1 ,mem_mouse_send_blank_timer 
+0304 60014bf7 store 2 ,mem_24g_check_dongle_times 
+0305 204042ca call mouse_stop_discovery 
 
 p_g24_start_pairing_sm1:
-0106 79200026 set1 mark_24g ,mark 
-0107 2040051d call p_g24_pair_init 
+0306 79200026 set1 mark_24g ,mark 
+0307 20400161 call p_g24_pair_init 
 
 p_g24_set_pairing_sm_1:
-0108 704bcc01 jam state_24g_pairing_1 ,mem_24g_pairing_sm 
-0109 20600000 rtn 
-
-p_mouse_dpi_config:
-010a 6800c77a fetch 1 ,mem_mouse_dpi 
-010b c07f810d beq 0xff ,p_mouse_dpi_config_default 
-010c 202002ce branch p_mouse_seting_dpi 
-
-p_mouse_dpi_config_default:
-010d 6800c6e1 fetch 1 ,mem_config_sensor_motion 
-010e 6000c77a store 1 ,mem_mouse_dpi 
-010f 202002ce branch p_mouse_seting_dpi 
+0308 704bda01 jam state_24g_pairing_1 ,mem_24g_pairing_sm 
+0309 20600000 rtn 
 
 p_mouse_spi_init:
-0110 70421276 jam 0x76 ,mem_spi_init_clk 
-0111 20203d36 branch mouse_spi_init 
+030a 70421276 jam 0x76 ,mem_spi_init_clk 
+030b 20203d36 branch mouse_spi_init 
 
 p_mouse_init_sunt:
-0112 20400110 call p_mouse_spi_init 
-0113 204040c0 call mouse_spi_sdio_gpio_pollup 
-0114 6800c6e0 fetch 1 ,mem_config_sensor_type 
-0115 c002c0d5 beq p3610 ,mouse_init_3610sensor 
+030c 2040030a call p_mouse_spi_init 
+030d 204040c0 call mouse_spi_sdio_gpio_pollup 
 
 p_mouse_init_sensor:
-0116 204040d9 call mouse_read_sensor_id 
-0117 c0180120 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
-0118 c0188140 beq p3065_id1 ,p_mouse_p3065_init_param 
-0119 204040d1 call mouse_twspi_reset 
-011a 200003e8 nop 1000 
-011b 20200116 branch p_mouse_init_sensor 
+030e 204040d9 call mouse_read_sensor_id 
+030f c0180318 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
+0310 c0188338 beq p3065_id1 ,p_mouse_p3065_init_param 
+0311 204040d1 call mouse_twspi_reset 
+0312 200003e8 nop 1000 
+0313 2020030e branch p_mouse_init_sensor 
 
 p_mouse_init_sensor_reset:
-011c 704b0301 jam 1 ,mem_mouse_init_sensor_reset_flag 
-011d 2040640f call spi_ncs_enable 
-011e 20400112 call p_mouse_init_sunt 
-011f 20206411 branch spi_ncs_disable 
+0314 704b0c01 jam 1 ,mem_mouse_init_sensor_reset_flag 
+0315 2040640f call spi_ncs_enable 
+0316 2040030c call p_mouse_init_sunt 
+0317 20206411 branch spi_ncs_disable 
 
 p_mouse_init_p32xx_id2_judge:
-0120 20400145 call p_mouse_sensor_poweron 
-0121 6800c6de fetch 1 ,mem_sensor_id2 
-0122 c06c0125 beq p8009_id2 ,p_mouse_8009_init_param 
-0123 c02d013e beq p8650_id2 ,p_mouse_8650_init_param 
-0124 202040e1 branch mouse_init_p32xx_id2_judge + 1 
+0318 204003d2 call p_mouse_sensor_poweron 
+0319 6800c6de fetch 1 ,mem_sensor_id2 
+031a c06c031d beq p8009_id2 ,p_mouse_8009_init_param 
+031b c02d0336 beq p8650_id2 ,p_mouse_8650_init_param 
+031c 202040e1 branch mouse_init_p32xx_id2_judge + 1 
 
 p_mouse_8009_init_param:
-0125 58000016 setarg 0x16 
-0126 20406414 call twspi_read 
-0127 1fe67cbd sub pdata ,0xbd ,null 
-0128 24228116 nbranch p_mouse_init_sensor ,zero 
-0129 58000019 setarg 0x19 
-012a 20406414 call twspi_read 
-012b 1fe67c55 sub pdata ,0x55 ,null 
-012c 24228116 nbranch p_mouse_init_sensor ,zero 
-012d 5800001b setarg 0x1b 
-012e 20406414 call twspi_read 
-012f 1fe67c1d sub pdata ,0x1d ,null 
-0130 24228116 nbranch p_mouse_init_sensor ,zero 
-0131 7046e007 jam p8009 ,mem_config_sensor_type 
-0132 204040f6 call mouse_sensor_disable_wp 
-0133 58000206 setarg 0x0206 
-0134 20406413 call twspi_write 
-0135 58006909 setarg 0x6909 
-0136 20406413 call twspi_write 
-0137 5800280d setarg 0x280d 
-0138 20406413 call twspi_write 
-0139 58004f0e setarg 0x4f0e 
-013a 20406413 call twspi_write 
-013b 5800ba0f setarg 0xba0f 
-013c 20406413 call twspi_write 
-013d 202040f4 branch mouse_sensor_enable_wp 
+031d 58000016 setarg 0x16 
+031e 20406414 call twspi_read 
+031f 1fe67cbd sub pdata ,0xbd ,null 
+0320 2422830e nbranch p_mouse_init_sensor ,zero 
+0321 58000019 setarg 0x19 
+0322 20406414 call twspi_read 
+0323 1fe67c55 sub pdata ,0x55 ,null 
+0324 2422830e nbranch p_mouse_init_sensor ,zero 
+0325 5800001b setarg 0x1b 
+0326 20406414 call twspi_read 
+0327 1fe67c1d sub pdata ,0x1d ,null 
+0328 2422830e nbranch p_mouse_init_sensor ,zero 
+0329 7046e007 jam p8009 ,mem_config_sensor_type 
+032a 204040f6 call mouse_sensor_disable_wp 
+032b 58000206 setarg 0x0206 
+032c 20406413 call twspi_write 
+032d 58006909 setarg 0x6909 
+032e 20406413 call twspi_write 
+032f 5800280d setarg 0x280d 
+0330 20406413 call twspi_write 
+0331 58004f0e setarg 0x4f0e 
+0332 20406413 call twspi_write 
+0333 5800ba0f setarg 0xba0f 
+0334 20406413 call twspi_write 
+0335 202040f4 branch mouse_sensor_enable_wp 
 
 p_mouse_8650_init_param:
-013e 7046e008 jam p8650 ,mem_config_sensor_type 
-013f 20600000 rtn 
+0336 7046e008 jam p8650 ,mem_config_sensor_type 
+0337 20600000 rtn 
 
 p_mouse_p3065_init_param:
-0140 20400145 call p_mouse_sensor_poweron 
-0141 6800c6de fetch 1 ,mem_sensor_id2 
-0142 c03840e8 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0143 7046e001 jam p3065 ,mem_config_sensor_type 
-0144 20600000 rtn 
+0338 204003d2 call p_mouse_sensor_poweron 
+0339 6800c6de fetch 1 ,mem_sensor_id2 
+033a c03840e8 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+033b 7046e001 jam p3065 ,mem_config_sensor_type 
+033c 20600000 rtn 
 
-p_mouse_sensor_poweron:
-0145 58008006 setarg 0x8006 
-0146 20406413 call twspi_write 
-0147 20002ee0 nop 12000 
-0148 2040010a call p_mouse_dpi_config 
-0149 6800c6de fetch 1 ,mem_sensor_id2 
-014a c06c0125 beq p8009_id2 ,p_mouse_8009_init_param 
-014b 20600000 rtn 
+p_mouse_sensor_powerdown_check:
+033d 6800cb0c fetch 1 ,mem_mouse_init_sensor_reset_flag 
+033e 207a0000 rtn blank 
+033f 704b0c00 jam 0 ,mem_mouse_init_sensor_reset_flag 
 
 p_mouse_sensor_powerdown:
-014c 58000006 setarg 0x06 
-014d 20406414 call twspi_read 
-014e 1fe1fe08 or pdata ,0x08 ,pdata 
-014f 1fed7e00 lshift8 pdata ,pdata 
-0150 1fe0fe06 add pdata ,0x06 ,pdata 
-0151 20206413 branch twspi_write 
+0340 58000006 setarg 0x06 
+0341 20406414 call twspi_read 
+0342 1fe1fe08 or pdata ,0x08 ,pdata 
+0343 1fed7e00 lshift8 pdata ,pdata 
+0344 1fe0fe06 add pdata ,0x06 ,pdata 
+0345 20206413 branch twspi_write 
 
 p_mouse_setting_config:
-0152 20400414 call p_g24_set_device_addr 
-0153 20403e6e call mouse_gpio_init 
-0154 20403e1e call mouse_param_init 
-0155 58000000 setarg 0 
-0156 60014154 store 2 ,mem_lpm_interval 
-0157 2040017a call p_mouse_set_gpio_control_sensor 
-0158 20403e54 call mouse_adc_init 
-0159 20405810 call le_set_config_fixed_ltk 
-015a 20405839 call le_set_justwork 
-015b 2040582c call le_set_fixed_ltk 
-015c 20405818 call le_set_config_read_authentication 
+0346 204068a8 call adc_init_data 
+0347 680240a0 fetch 4 ,mem_lap 
+0348 60024c01 store 4 ,mem_24g_device_addr 
+0349 20403e6e call mouse_gpio_init 
+034a 20403e1e call mouse_param_init 
+034b 58000000 setarg 0 
+034c 60014154 store 2 ,mem_lpm_interval 
+034d 20403e54 call mouse_adc_init 
+034e 20405810 call le_set_config_fixed_ltk 
+034f 20405839 call le_set_justwork 
+0350 2040582c call le_set_fixed_ltk 
+0351 20405818 call le_set_config_read_authentication 
 
 p_mouse_init_iic:
-015d 2040659c call iic_init_390k 
-015e 204065c2 call clear_eeprom_size_2k 
-015f 2040443f call mouse_load_eeprom_dpi 
-0160 20400184 call p_mouse_init_environment 
+0352 2040659c call iic_init_390k 
+0353 204065c2 call clear_eeprom_size_2k 
+0354 2040443f call mouse_load_eeprom_dpi 
+0355 2040036f call p_mouse_init_environment 
 
 p_mouse_init_iic_read_24g_addr:
-0161 20400214 call p_mouse_set_24g_addr_eeprom 
-0162 204065df call iicd_read_eep_data 
-0163 df200003 arg 3 ,loopcnt 
-0164 d8c04722 arg mem_device1_addr ,contr 
-0165 2040019c call p_pdata_0xff_check 
-0166 24340178 nbranch p_mouse_le_fast_conn_disable ,user 
-0167 2040016b call p_mouse_load_fast_conn_flag 
-0168 6800cb34 fetch 1 ,mem_mouse_fast_conn_flag 
-0169 c07f8173 beq 0xff ,p_mouse_fast_conn_init 
-016a 20600000 rtn 
+0356 2040043d call p_mouse_set_24g_addr_eeprom 
+0357 204065df call iicd_read_eep_data 
+0358 df200003 arg 3 ,loopcnt 
+0359 d8c04722 arg mem_device1_addr ,contr 
+035a 20400387 call p_pdata_0xff_check 
+035b 2434036d nbranch p_mouse_le_fast_conn_disable ,user 
+035c 20400360 call p_mouse_load_fast_conn_flag 
+035d 6800cb1e fetch 1 ,mem_mouse_fast_conn_flag 
+035e c07f8368 beq 0xff ,p_mouse_fast_conn_init 
+035f 20600000 rtn 
 
 p_mouse_load_fast_conn_flag:
-016b d8400001 arg 1 ,temp 
-016c da204b34 arg mem_mouse_fast_conn_flag ,rega 
-016d da400064 arg mouse_fast_conn_flag_offset ,regb 
-016e 202065df branch iicd_read_eep_data 
+0360 d8400001 arg 1 ,temp 
+0361 da204b1e arg mem_mouse_fast_conn_flag ,rega 
+0362 da400064 arg mouse_fast_conn_flag_offset ,regb 
+0363 202065df branch iicd_read_eep_data 
 
 p_mouse_store_fast_conn_flag:
-016f d8400001 arg 1 ,temp 
-0170 da204b34 arg mem_mouse_fast_conn_flag ,rega 
-0171 da400064 arg mouse_fast_conn_flag_offset ,regb 
-0172 202065d1 branch iicd_write_protect_eep_data 
+0364 d8400001 arg 1 ,temp 
+0365 da204b1e arg mem_mouse_fast_conn_flag ,rega 
+0366 da400064 arg mouse_fast_conn_flag_offset ,regb 
+0367 202065d1 branch iicd_write_protect_eep_data 
 
 p_mouse_fast_conn_init:
-0173 70421034 jam 0x34 ,mem_xrecord_mode 
-0174 58000000 setarg 0 
-0175 1fe47e00 invert pdata ,pdata 
-0176 600344a0 store 6 ,mem_le_lap 
-0177 20600000 rtn 
+0368 70421034 jam 0x34 ,mem_xrecord_mode 
+0369 58000000 setarg 0 
+036a 1fe47e00 invert pdata ,pdata 
+036b 600344a0 store 6 ,mem_le_lap 
+036c 20600000 rtn 
 
 p_mouse_le_fast_conn_disable:
-0178 704b345a jam 0x5a ,mem_mouse_fast_conn_flag 
-0179 2020016f branch p_mouse_store_fast_conn_flag 
-
-p_mouse_set_gpio_control_sensor:
-017a 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-017b c40f8000 rtnbit0 mouse_enable_gpio_control_adc_sensor 
-
-p_mouse_sensor_set_angle:
-017c 6808c6f7 fetcht 1 ,mem_select_sensor_angle_gpio 
-017d 204067fb call gpio_config_input 
-017e 6808c6f7 fetcht 1 ,mem_select_sensor_angle_gpio 
-017f 2040681d call gpio_get_bit 
-0180 7046f600 jam mouse_6clk_angle ,mem_config_sensor_angle 
-0181 20608000 rtn true 
-0182 7046f603 jam mouse_3clk_angle ,mem_config_sensor_angle 
-0183 20600000 rtn 
+036d 704b1e5a jam 0x5a ,mem_mouse_fast_conn_flag 
+036e 20200364 branch p_mouse_store_fast_conn_flag 
 
 p_mouse_init_environment:
-0184 204033c4 call app_initflag_check 
-0185 2022c316 branch mouse_eeprom_load_recon_info ,zero 
-0186 2040030c call p_le_addr_random_config 
-0187 20203dcb branch mouse_init_environment + 2 
+036f 204033c4 call app_initflag_check 
+0370 2022837b branch p_mouse_eeprom_load_recon_info ,zero 
+0371 20400513 call p_le_addr_random_config 
+0372 20203dcb branch mouse_init_environment + 2 
 
 p_app_flag_store:
-0188 d8400002 arg 2 ,temp 
-0189 da200aaa arg mem_timeup ,rega 
-018a da400062 arg mouse_eeprom_module_init_flag ,regb 
-018b 202065d1 branch iicd_write_protect_eep_data 
+0373 d8400002 arg 2 ,temp 
+0374 da200aaa arg mem_timeup ,rega 
+0375 da400062 arg mouse_eeprom_module_init_flag ,regb 
+0376 202065d1 branch iicd_write_protect_eep_data 
 
 p_app_initflag_check:
-018c d8400002 arg 2 ,temp 
-018d da200a9a arg mem_pdatatemp ,rega 
-018e da400062 arg mouse_eeprom_module_init_flag ,regb 
-018f 202033c8 branch app_initflag_check + 4 
+0377 d8400002 arg 2 ,temp 
+0378 da200a9a arg mem_pdatatemp ,rega 
+0379 da400062 arg mouse_eeprom_module_init_flag ,regb 
+037a 202033c8 branch app_initflag_check + 4 
+
+p_mouse_eeprom_load_recon_info:
+037b d8400058 arg 88 ,temp 
+037c da204720 arg mem_device_flag ,rega 
+037d da400000 arg mouse_info_eeprom_offect ,regb 
+037e 204065df call iicd_read_eep_data 
+037f 2020431a branch mouse_select_reconn_device 
 
 p_mouse_wakeup_from_power:
-0190 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-0191 c30f0197 bbit0 mouse_enable_wakeup_from_power ,p_mouse_wakeup_no_from_power 
-0192 68008abd fetch 1 ,mem_wakup_from_power_flag 
-0193 2fec0003 isolate0 gpio_latch ,pdata 
-0194 24208197 nbranch p_mouse_wakeup_no_from_power ,true 
-0195 20400112 call p_mouse_init_sunt 
-0196 2040014c call p_mouse_sensor_powerdown 
+0380 2040030c call p_mouse_init_sunt 
+0381 20400340 call p_mouse_sensor_powerdown 
 
 p_mouse_wakeup_no_from_power:
-0197 6800c71f fetch 1 ,mem_reconn_times_init 
-0198 6000c71e store 1 ,mem_reconn_times 
-0199 20600000 rtn 
+0382 6800c71f fetch 1 ,mem_reconn_times_init 
+0383 6000c71e store 1 ,mem_reconn_times 
+0384 20600000 rtn 
 
 p_g24_factory_check:
-019a df200002 arg 2 ,loopcnt 
-019b d8c04be4 arg mem_24g_addr ,contr 
+0385 df200002 arg 2 ,loopcnt 
+0386 d8c04bf2 arg mem_24g_addr ,contr 
 
 p_pdata_0xff_check:
-019c 20407fe7 call enable_user 
-019d 5800ffff setarg 0xffff 
+0387 20407fe7 call enable_user 
+0388 5800ffff setarg 0xffff 
 
 p_pdata_0xff_check_loop:
-019e e8c90000 ifetcht 2 ,contr 
-019f 98467c00 isub temp ,null 
-01a0 2442ffe9 ncall disable_user ,zero 
-01a1 c200019e loop p_pdata_0xff_check_loop 
-01a2 20600000 rtn 
+0389 e8c90000 ifetcht 2 ,contr 
+038a 98467c00 isub temp ,null 
+038b 2442ffe9 ncall disable_user ,zero 
+038c c2000389 loop p_pdata_0xff_check_loop 
+038d 20600000 rtn 
 
 p_mouse_cb_fuction:
-01a3 580001b4 setarg p_mouse_g24_package_data 
-01a4 60014ced store 2 ,mem_cb_24g_data 
-01a5 580001b8 setarg p_mouse_le 
-01a6 600141ef store 2 ,mem_cb_le_process 
-01a7 580003f9 setarg p_le_mouse_bb_event_connect_complete 
-01a8 600141f9 store 2 ,mem_cb_att_write 
-01a9 580000a0 setarg p_mouse_before_lpm 
-01aa 600141ed store 2 ,mem_cb_before_lpm 
-01ab 580001d9 setarg p_mouse_priority_bb_event 
-01ac 600141f5 store 2 ,mem_cb_bb_event_process 
-01ad 580001d5 setarg p_mouse_idle 
-01ae 600141f3 store 2 ,mem_cb_idle_process 
-01af 5800022a setarg p_mouse_before_hibernate 
-01b0 600141eb store 2 ,mem_cb_before_hibernate 
-01b1 58000238 setarg p_mouse_bb_event_timer 
-01b2 600141fd store 2 ,mem_cb_event_timer 
-01b3 20600000 rtn 
+038e 5800039f setarg p_mouse_g24_package_data 
+038f 60014cfb store 2 ,mem_cb_24g_data 
+0390 580003b6 setarg p_mouse_le 
+0391 600141ef store 2 ,mem_cb_le_process 
+0392 580005f9 setarg p_le_mouse_bb_event_connect_complete 
+0393 600141f9 store 2 ,mem_cb_att_write 
+0394 580002c5 setarg p_mouse_before_lpm 
+0395 600141ed store 2 ,mem_cb_before_lpm 
+0396 580003ff setarg p_mouse_priority_bb_event 
+0397 600141f5 store 2 ,mem_cb_bb_event_process 
+0398 580003fd setarg p_mouse_idle 
+0399 600141f3 store 2 ,mem_cb_idle_process 
+039a 58000454 setarg p_mouse_before_hibernate 
+039b 600141eb store 2 ,mem_cb_before_hibernate 
+039c 5800045d setarg p_mouse_bb_event_timer 
+039d 600141fd store 2 ,mem_cb_event_timer 
+039e 20600000 rtn 
 
 p_mouse_g24_package_data:
-01b4 20404401 call mouse_g24_package_data 
-01b5 6801469f fetch 2 ,mem_mouse_z 
-01b6 207a0000 rtn blank 
-01b7 20200570 branch p_g24_transmit_by_interrupt_enable 
+039f 20404401 call mouse_g24_package_data 
+03a0 6801469f fetch 2 ,mem_mouse_z 
+03a1 207a0000 rtn blank 
+03a2 202001a6 branch p_g24_transmit_by_interrupt_enable 
+
+p_mouse_le_txbuff_save:
+03a3 d8c01800 arg mem_le_tx_buffer0 ,contr 
+03a4 d8a0480a arg mem_le_tx_buffer0_omemalloc ,contw 
+03a5 204003ab call p_mouse_le_txbuff_copy 
+03a6 d8c01900 arg mem_le_tx_buffer1 ,contr 
+03a7 204003ab call p_mouse_le_txbuff_copy 
+03a8 d8c01a00 arg mem_le_tx_buffer2 ,contr 
+03a9 204003ab call p_mouse_le_txbuff_copy 
+03aa d8c01b00 arg mem_le_tx_buffer3 ,contr 
+
+p_mouse_le_txbuff_copy:
+03ab df20001b arg 27 ,loopcnt 
+03ac 20207f01 branch memcpy 
+
+p_mouse_le_txbuff_load:
+03ad d8c0480a arg mem_le_tx_buffer0_omemalloc ,contr 
+03ae d8a01800 arg mem_le_tx_buffer0 ,contw 
+03af 204003ab call p_mouse_le_txbuff_copy 
+03b0 d8a01900 arg mem_le_tx_buffer1 ,contw 
+03b1 204003ab call p_mouse_le_txbuff_copy 
+03b2 d8a01a00 arg mem_le_tx_buffer2 ,contw 
+03b3 204003ab call p_mouse_le_txbuff_copy 
+03b4 d8a01b00 arg mem_le_tx_buffer3 ,contw 
+03b5 202003ab branch p_mouse_le_txbuff_copy 
 
 p_mouse_le:
-01b8 20405892 call le_fifo_check_nearly_full 
-01b9 247a0000 nrtn blank 
-01ba 6800cb34 fetch 1 ,mem_mouse_fast_conn_flag 
-01bb c07f81bf beq 0xff ,p_mouse_le_next 
-01bc 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-01bd 1fe17e03 and pdata ,0x03 ,pdata 
-01be c1818000 rtnne 0x03 
+03b6 20405892 call le_fifo_check_nearly_full 
+03b7 247a0000 nrtn blank 
+03b8 6800cb1e fetch 1 ,mem_mouse_fast_conn_flag 
+03b9 c07f83bd beq 0xff ,p_mouse_le_next 
+03ba 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+03bb 1fe17e03 and pdata ,0x03 ,pdata 
+03bc c1818000 rtnne 0x03 
 
 p_mouse_le_next:
-01bf 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
-01c0 205a01d2 call p_mouse_clear_sensor_data ,blank 
-01c1 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-01c2 c282c179 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-01c3 20403f97 call mouse_motion 
-01c4 24740000 nrtn user 
-01c5 204001ca call p_mouse_le_current_mult_update 
-01c6 2040048c call p_mouse_data_xy_release 
-01c7 6801469f fetch 2 ,mem_mouse_z 
-01c8 245a01cf ncall p_mouse_wheel_trigger ,blank 
-01c9 202006ac branch p_mouse_data_push 
+03bd 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
+03be 205a03fa call p_mouse_clear_sensor_data ,blank 
+03bf 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
+03c0 c282c179 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+03c1 20403f97 call mouse_motion 
+03c2 24740000 nrtn user 
+03c3 204003ca call p_mouse_le_current_mult_update 
+03c4 204003cd call p_mouse_data_xy_release 
+03c5 204003f5 call p_mouse_wheel_trigger 
+
+p_mouse_data_push:
+03c6 da20469a arg mem_mouse_key ,rega 
+03c7 20407e3d call queue_push 
+03c8 205403e4 call p_mouse_queue_increase ,user 
+03c9 20600000 rtn 
 
 p_mouse_le_current_mult_update:
-01ca 6800c6f5 fetch 1 ,mem_config_function_enable 
-01cb c3838000 rtnbit1 enable_sensor_motion_pin 
-01cc 70417200 jam 0 ,mem_lpm_mult 
-01cd 704afe1e jam 30 ,mem_mouse_le_current_mult_timer 
-01ce 20600000 rtn 
+03ca 70417200 jam 0 ,mem_lpm_mult 
+03cb 704b3b1e jam 30 ,mem_mouse_le_current_mult_timer 
+03cc 20600000 rtn 
+
+p_mouse_data_xy_release:
+03cd 6800cb3a fetch 1 ,mem_mouse_long_mult_flag 
+03ce c1808000 rtnne 1 
+03cf 58000000 setarg 0 
+03d0 6000cb3a store 1 ,mem_mouse_long_mult_flag 
+03d1 6002469b store 4 ,mem_mouse_x 
+
+p_mouse_sensor_poweron:
+03d2 58008006 setarg 0x8006 
+03d3 20406413 call twspi_write 
+03d4 20002ee0 nop 12000 
+03d5 204003d9 call p_mouse_dpi_config 
+03d6 6800c6de fetch 1 ,mem_sensor_id2 
+03d7 c06c031d beq p8009_id2 ,p_mouse_8009_init_param 
+03d8 20600000 rtn 
+
+p_mouse_dpi_config:
+03d9 6800c77a fetch 1 ,mem_mouse_dpi 
+03da c07f83dc beq 0xff ,p_mouse_dpi_config_default 
+03db 202004ab branch p_mouse_seting_dpi 
+
+p_mouse_dpi_config_default:
+03dc 6800c6e1 fetch 1 ,mem_config_sensor_motion 
+03dd 6000c77a store 1 ,mem_mouse_dpi 
+03de 202004ab branch p_mouse_seting_dpi 
+
+p_mouse_data_init:
+03df 7047a007 jam 7 ,mem_mouse_data_queue 
+03e0 7047a104 jam 4 ,mem_mouse_data_queue + 1 
+03e1 580047a0 setarg mem_mouse_data_queue 
+03e2 60014218 store 2 ,mem_queue_ptr 
+03e3 20207e38 branch queue_init 
+
+p_mouse_queue_increase:
+03e4 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
+03e5 1fe0fe01 increase 1 ,pdata 
+03e6 6000c7c1 store 1 ,mem_mouse_data_queue_num 
+03e7 20600000 rtn 
+
+p_mouse_data_pull:
+03e8 da20469a arg mem_mouse_key ,rega 
+03e9 20407e54 call queue_pop 
+03ea 203403ec branch p_mouse_fill_data_le ,user 
+03eb 20600000 rtn 
+
+p_mouse_fill_data_le:
+03ec 20405652 call le_clear_md 
+03ed 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
+03ee 1fe67c01 sub pdata ,1 ,null 
+03ef 24415650 ncall le_set_md ,positive 
+03f0 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
+03f1 207a0000 rtn blank 
+03f2 1fe0ffff increase -1 ,pdata 
+03f3 6000c7c1 store 1 ,mem_mouse_data_queue_num 
+03f4 20203f90 branch mouse_fill_data_le 
 
 p_mouse_wheel_trigger:
-01cf 70480601 jam 1 ,mem_mouse_wheel_trigger 
-01d0 70480702 jam 2 ,mem_mouse_wheel_trigger_timer 
-01d1 20600000 rtn 
+03f5 6801469f fetch 2 ,mem_mouse_z 
+03f6 207a0000 rtn blank 
+03f7 70480601 jam 1 ,mem_mouse_wheel_trigger 
+03f8 70480702 jam 2 ,mem_mouse_wheel_trigger_timer 
+03f9 20600000 rtn 
 
 p_mouse_clear_sensor_data:
-01d2 20405814 call le_set_config_more_data 
-01d3 70479c01 jam 1 ,mem_mouse_clear_sensor_data_flag 
-01d4 20200145 branch p_mouse_sensor_poweron 
+03fa 20405814 call le_set_config_more_data 
+03fb 70479c01 jam 1 ,mem_mouse_clear_sensor_data_flag 
+03fc 202003d2 branch p_mouse_sensor_poweron 
 
 p_mouse_idle:
-01d5 20407e34 call ui_check_paring_button 
-01d6 20203ee0 branch mouse_wheel_check 
-
-p_mouse_dpi_up:
-01d7 204002a8 call p_gpio_set_input_pu 
-01d8 20203d62 branch mouse_dpi_up 
+03fd 20407e34 call ui_check_paring_button 
+03fe 20203ee0 branch mouse_wheel_check 
 
 p_mouse_priority_bb_event:
-01d9 1a627e00 copy regc ,pdata 
-01da c00a01e3 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
-01db c00a81eb beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-01dc c01481f5 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
-01dd c01901f7 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-01de c02001fe beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
-01df c01c8209 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-01e0 c01d0218 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-01e1 c01e0228 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-01e2 2020417d branch mouse_priority_bb_event + 1 
+03ff 1a627e00 copy regc ,pdata 
+0400 c00a0409 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+0401 c00a8411 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+0402 c014841b beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
+0403 c019041d beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+0404 c0200424 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+0405 c01c8430 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+0406 c01d0441 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0407 c01e044c beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+0408 2020417d branch mouse_priority_bb_event + 1 
 
 p_mouse_le_bb_event_connected:
-01e3 704b3301 jam 1 ,mem_mouse_le_bb_connected_flag 
-01e4 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
-01e5 243a01e7 nbranch p_mouse_le_bb_event_connected_next ,blank 
-01e6 704b3104 jam 0x04 ,mem_mouse_send_secutiry_request_timer 
+0409 704b4201 jam 1 ,mem_mouse_le_bb_connected_flag 
+040a 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
+040b 243a040d nbranch p_mouse_le_bb_event_connected_next ,blank 
+040c 704b4004 jam 0x04 ,mem_mouse_send_secutiry_request_timer 
 
 p_mouse_le_bb_event_connected_next:
-01e7 704afd00 jam 0 ,mem_mouse_long_mult_flag 
-01e8 2040011c call p_mouse_init_sensor_reset 
-01e9 204006a7 call p_mouse_data_init 
-01ea 202041c3 branch mouse_le_bb_event_connected 
+040d 20400314 call p_mouse_init_sensor_reset 
+040e 20400449 call p_mouse_null_enter_hibernate_disable 
+040f 204003df call p_mouse_data_init 
+0410 202041c3 branch mouse_le_bb_event_connected 
 
 p_mouse_le_bb_disconnected:
-01eb 704b3300 jam 0 ,mem_mouse_le_bb_connected_flag 
-01ec 20400234 call p_mouse_sensor_powerdown_check 
-01ed 58000007 setarg le_interval_8_75ms 
-01ee 60014496 store 2 ,mem_le_interval_min 
-01ef 60014498 store 2 ,mem_le_interval_min + 2 
-01f0 7047c400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-01f1 70479c00 jam 0 ,mem_mouse_clear_sensor_data_flag 
-01f2 204006a7 call p_mouse_data_init 
-01f3 20405816 call le_clr_config_more_data 
-01f4 202041d9 branch mouse_bb_disconnected 
+0411 704b4200 jam 0 ,mem_mouse_le_bb_connected_flag 
+0412 2040033d call p_mouse_sensor_powerdown_check 
+0413 58000007 setarg le_interval_8_75ms 
+0414 60014496 store 2 ,mem_le_interval_min 
+0415 60014498 store 2 ,mem_le_interval_min + 2 
+0416 7047c400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0417 70479c00 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0418 204003df call p_mouse_data_init 
+0419 20405816 call le_clr_config_more_data 
+041a 202041d9 branch mouse_bb_disconnected 
 
 p_mouse_le_enc_info:
 
 p_app_updata_le_param:
-01f5 700a9912 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-01f6 20207d8f branch ui_ipc_send_cmd 
+041b 700a9912 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+041c 20207d8f branch ui_ipc_send_cmd 
 
 p_mouse_le_ll_start_encryt:
-01f7 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
-01f8 c00081fa beq 1 ,p_mouse_le_ll_reconn_start_encryt 
-01f9 202001fc branch p_mouse_le_ll_enable_start_enc_flag 
+041d 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
+041e c0008420 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
+041f 20200422 branch p_mouse_le_ll_enable_start_enc_flag 
 
 p_mouse_le_ll_reconn_start_encryt:
-01fa 204001f5 call p_app_updata_le_param 
-01fb 7046c614 jam 20 ,mem_le_start_encrypt_timer 
+0420 2040041b call p_app_updata_le_param 
+0421 7046c614 jam 20 ,mem_le_start_encrypt_timer 
 
 p_mouse_le_ll_enable_start_enc_flag:
-01fc d8e00001 arg ll_start_enc_flag ,queue 
-01fd 202041b9 branch mouse_le_enable_connect_flag 
+0422 d8e00001 arg ll_start_enc_flag ,queue 
+0423 202041b9 branch mouse_le_enable_connect_flag 
 
 p_mouse_le_conn_param_update_rsp_recieved:
-01fe 68014509 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-01ff c1000000 rtneq ble_signaling_connect_parameter_update_accepted 
-0200 68008441 fetch 1 ,mem_le_tsniff 
-0201 1feb7e00 rshift2 pdata ,pdata 
-0202 1fe67c0c sub pdata ,le_interval_15ms ,null 
-0203 20610000 rtn positive 
-0204 58000009 setarg le_interval_11_25ms 
-0205 60014496 store 2 ,mem_le_interval_min 
-0206 60014498 store 2 ,mem_le_interval_min + 2 
-0207 204001f5 call p_app_updata_le_param 
-0208 2020035e branch p_mouse_le_conn_param_lpm_disable 
+0424 68014509 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0425 c1000000 rtneq ble_signaling_connect_parameter_update_accepted 
+0426 68008441 fetch 1 ,mem_le_tsniff 
+0427 1feb7e00 rshift2 pdata ,pdata 
+0428 1fe67c0c sub pdata ,le_interval_15ms ,null 
+0429 20610000 rtn positive 
+042a 58000009 setarg le_interval_11_25ms 
+042b 60014496 store 2 ,mem_le_interval_min 
+042c 60014498 store 2 ,mem_le_interval_min + 2 
+042d 2040041b call p_app_updata_le_param 
+
+p_mouse_le_conn_param_lpm_disable:
+042e 7047c401 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+042f 20600000 rtn 
 
 p_mouse_24g_pairing_complete:
-0209 2040011c call p_mouse_init_sensor_reset 
-020a 70478b01 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-020b d8e00003 arg mosue_24g_pairing_flag ,queue 
-020c 204043d2 call mouse_disable_function_flag 
-020d 58000000 setarg 0 
-020e 60014707 store 2 ,mem_24g_pairing_timer_count 
-020f 7046a700 jam 0 ,mem_mouse_move_flag 
-0210 2040405d call mouse_read_sensor_common 
-0211 204000e2 call p_mouse_tx_power_init 
-0212 20400214 call p_mouse_set_24g_addr_eeprom 
-0213 202065d1 branch iicd_write_protect_eep_data 
+0430 20400314 call p_mouse_init_sensor_reset 
+0431 70478b01 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0432 d8e00003 arg mosue_24g_pairing_flag ,queue 
+0433 204043d2 call mouse_disable_function_flag 
+0434 58000000 setarg 0 
+0435 60014707 store 2 ,mem_24g_pairing_timer_count 
+0436 7046a700 jam 0 ,mem_mouse_move_flag 
+0437 2040405d call mouse_read_sensor_common 
+0438 20400449 call p_mouse_null_enter_hibernate_disable 
+0439 2040044f call p_mouse_store_24g_device_2eeprom 
+043a 204002e5 call p_mouse_tx_power_init 
+043b 2040043d call p_mouse_set_24g_addr_eeprom 
+043c 202065d1 branch iicd_write_protect_eep_data 
 
 p_mouse_set_24g_addr_eeprom:
-0214 da204be4 arg mem_24g_addr ,rega 
-0215 da40005b arg mouse_g24_addr_eeprom_offect ,regb 
-0216 d8400004 arg 4 ,temp 
-0217 20600000 rtn 
+043d da204bf2 arg mem_24g_addr ,rega 
+043e da40005b arg mouse_g24_addr_eeprom_offect ,regb 
+043f d8400004 arg 4 ,temp 
+0440 20600000 rtn 
 
 p_mouse_24g_attempt_fail:
-0218 20400234 call p_mouse_sensor_powerdown_check 
-0219 704cfc00 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-021a 204000e2 call p_mouse_tx_power_init 
-021b 204005c4 call p_g24_check_51cmd_stop_24g 
-021c 7041bd00 jam 0 ,mem_link_key_exists 
-021d 6800cb34 fetch 1 ,mem_mouse_fast_conn_flag 
-021e c07f8224 beq 0xff ,p_mouse_24g_attempt_fail_next 
-021f 20404316 call mouse_eeprom_load_recon_info 
-0220 df200003 arg 3 ,loopcnt 
-0221 d8c04722 arg mem_device1_addr ,contr 
-0222 2040019c call p_pdata_0xff_check 
-0223 20340225 branch p_mouse_null_enter_hibernate_enable ,user 
-
-p_mouse_24g_attempt_fail_next:
-0224 202000de branch p_mouse_check_reconn_target 
-
-p_mouse_null_enter_hibernate_enable:
-0225 70479d01 jam 1 ,mem_mouse_null_enter_hibernate_flag 
-0226 70479e28 jam 40 ,mem_mouse_null_enter_hibernate_timer 
-0227 20600000 rtn 
+0441 2040033d call p_mouse_sensor_powerdown_check 
+0442 704b3f00 jam 0 ,mem_retry_count 
+0443 704d0a00 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0444 204002e5 call p_mouse_tx_power_init 
+0445 204001e0 call p_g24_check_51cmd_stop_24g 
+
+p_app_enter_hibernate_before_check:
+0446 6800cb09 fetch 1 ,mem_mouse_multi_led_on_poweron2s_flag 
+0447 243a02e2 nbranch p_mouse_null_enter_hibernate_enable ,blank 
+0448 2020340a branch app_enter_hibernate 
+
+p_mouse_null_enter_hibernate_disable:
+0449 70479d00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+044a 70479e00 jam 0 ,mem_mouse_null_enter_hibernate_timer 
+044b 20600000 rtn 
 
 p_mouse_24g_attempt_success:
-0228 2040011c call p_mouse_init_sensor_reset 
-0229 20203f8d branch mouse_no_data_timer_init 
+044c 20400314 call p_mouse_init_sensor_reset 
+044d 20403f8d call mouse_no_data_timer_init 
+044e 20400449 call p_mouse_null_enter_hibernate_disable 
+
+p_mouse_store_24g_device_2eeprom:
+044f 20404366 call mouse_cheak_select_24gdevice 
+
+p_mouse_store_device_number2eeprom:
+0450 d8400001 arg 1 ,temp 
+0451 da204720 arg mem_device_flag ,rega 
+0452 da400000 arg 0 ,regb 
+0453 202065d1 branch iicd_write_protect_eep_data 
 
 p_mouse_before_hibernate:
-022a 78347c00 enable user 
-022b 68120138 hfetch 4 ,0x8138 
-022c 79347e1a setflag user ,26 ,pdata 
-022d 6012004c hstore 4 ,core_lpm_reg 
-022e 20402c21 call lpm_write_ctrl 
-022f 20400234 call p_mouse_sensor_powerdown_check 
-0230 204074bd call disable_authrom 
-0231 20403e9f call mouse_before_hibernate_wheel_gpio_set 
-0232 20403ebf call mouse_lpm_before_common 
-0233 202000b2 branch p_set_ice_gpio 
-
-p_mouse_sensor_powerdown_check:
-0234 6800cb03 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-0235 207a0000 rtn blank 
-0236 704b0300 jam 0 ,mem_mouse_init_sensor_reset_flag 
-0237 2020014c branch p_mouse_sensor_powerdown 
+0454 78347c00 enable user 
+0455 68120138 hfetch 4 ,0x8138 
+0456 79347e1a setflag user ,26 ,pdata 
+0457 6012004c hstore 4 ,core_lpm_reg 
+0458 20402c21 call lpm_write_ctrl 
+0459 2040033d call p_mouse_sensor_powerdown_check 
+045a 204074bd call disable_authrom 
+045b 20403e9f call mouse_before_hibernate_wheel_gpio_set 
+045c 20200086 branch p_mouse_setgpio_lpm_before 
 
 p_mouse_bb_event_timer:
-0238 20400257 call p_mouse_le_current_mult_update_timer 
-0239 20400252 call p_mouse_wheel_trigger_timer 
-023a 20400277 call p_mouse_null_enter_hibernate_timer 
-023b 20400261 call p_mouse_bt_discovery_check 
-023c 20404234 call mouse_check_discovery_timeout_timer 
-023d 20404237 call mouse_check_direct_timeout_timer 
-023e 2040423a call mouse_check_no_data_timeout_timer 
-023f 20400242 call p_le_send_smp_security_request_timer 
-0240 2040024a call p_mouse_le_fast_conn_enable_timer 
-0241 2020025e branch p_mouse_le_enable_att_list_timer 
+045d 20400488 call p_mouse_wheel_trigger_timer 
+045e 204004a2 call p_mouse_null_enter_hibernate_timer 
+045f 2040048d call p_mouse_bt_discovery_check 
+0460 20404234 call mouse_check_discovery_timeout_timer 
+0461 20400468 call p_mouse_24g_long_sleep_param_update_timer 
+0462 20404237 call mouse_check_direct_timeout_timer 
+0463 2040046f call p_mouse_le_enable_att_list_timer 
+0464 20400472 call p_mouse_le_current_mult_update_timer 
+0465 20400478 call p_le_send_smp_security_request_timer 
+0466 20400480 call p_mouse_le_fast_conn_enable_timer 
+0467 2020423a branch mouse_check_no_data_timeout_timer 
+
+p_mouse_24g_long_sleep_param_update_timer:
+0468 da604b3c arg mem_24g_long_sleep_param_update_timer ,regc 
+0469 da40046b arg p_mouse_24g_long_sleep_normal_param ,regb 
+046a 2020336d branch timer_single_step 
+
+p_mouse_24g_long_sleep_normal_param:
+046b 5836ee80 setarg g24_long_sleep_step2 
+046c 6001cbf9 store 3 ,mem_24g_enter_hibernate 
+
+p_mouse_long_mult_flag_enable:
+046d 704b3a01 jam 1 ,mem_mouse_long_mult_flag 
+046e 20600000 rtn 
+
+p_mouse_le_enable_att_list_timer:
+046f da6046c6 arg mem_le_start_encrypt_timer ,regc 
+0470 da403d60 arg mouse_le_write_enable ,regb 
+0471 2020336d branch timer_single_step 
+
+p_mouse_le_current_mult_update_timer:
+0472 da604b3b arg mem_mouse_le_current_mult_timer ,regc 
+0473 da400475 arg p_mouse_le_current_mult_reinit ,regb 
+0474 2020336d branch timer_single_step 
+
+p_mouse_le_current_mult_reinit:
+0475 6800c7c5 fetch 1 ,mem_lpm_mult_init 
+0476 6000c172 store 1 ,mem_lpm_mult 
+0477 2020046d branch p_mouse_long_mult_flag_enable 
 
 p_le_send_smp_security_request_timer:
-0242 6800cb33 fetch 1 ,mem_mouse_le_bb_connected_flag 
-0243 207a0000 rtn blank 
-0244 da604b31 arg mem_mouse_send_secutiry_request_timer ,regc 
-0245 da400247 arg p_le_pairing_sm_start_check ,regb 
-0246 2020336d branch timer_single_step 
+0478 6800cb42 fetch 1 ,mem_mouse_le_bb_connected_flag 
+0479 207a0000 rtn blank 
+047a da604b40 arg mem_mouse_send_secutiry_request_timer ,regc 
+047b da40047d arg p_le_pairing_sm_start_check ,regb 
+047c 2020336d branch timer_single_step 
 
 p_le_pairing_sm_start_check:
-0247 6800cb32 fetch 1 ,mem_le_send_security_request_flag 
-0248 247a0000 nrtn blank 
-0249 20205bf5 branch le_pairing_sm_start 
+047d 6800cb41 fetch 1 ,mem_le_send_security_request_flag 
+047e 247a0000 nrtn blank 
+047f 20205bf5 branch le_pairing_sm_start 
 
 p_mouse_le_fast_conn_enable_timer:
-024a 6800cb34 fetch 1 ,mem_mouse_fast_conn_flag 
-024b c1ff8000 rtnne 0xff 
-024c 6800cb33 fetch 1 ,mem_mouse_le_bb_connected_flag 
-024d 247a0000 nrtn blank 
-024e da604b35 arg mem_mouse_le_fast_conn_enable_timer ,regc 
-024f da400251 arg p_mouse_le_fast_conn_enable_timeout ,regb 
-0250 2020336d branch timer_single_step 
+0480 6800cb1e fetch 1 ,mem_mouse_fast_conn_flag 
+0481 c1ff8000 rtnne 0xff 
+0482 6800cb42 fetch 1 ,mem_mouse_le_bb_connected_flag 
+0483 247a0000 nrtn blank 
+0484 da604b43 arg mem_mouse_le_fast_conn_enable_timer ,regc 
+0485 da400487 arg p_mouse_le_fast_conn_enable_timeout ,regb 
+0486 2020336d branch timer_single_step 
 
 p_mouse_le_fast_conn_enable_timeout:
-0251 20200314 branch p_mouse_start_discovery 
+0487 2020051e branch p_mouse_start_discovery 
 
 p_mouse_wheel_trigger_timer:
-0252 da604807 arg mem_mouse_wheel_trigger_timer ,regc 
-0253 da400255 arg p_mouse_wheel_trigger_disable ,regb 
-0254 2020336d branch timer_single_step 
+0488 da604807 arg mem_mouse_wheel_trigger_timer ,regc 
+0489 da40048b arg p_mouse_wheel_trigger_disable ,regb 
+048a 2020336d branch timer_single_step 
 
 p_mouse_wheel_trigger_disable:
-0255 70480600 jam 0 ,mem_mouse_wheel_trigger 
-0256 20600000 rtn 
-
-p_mouse_le_current_mult_update_timer:
-0257 da604afe arg mem_mouse_le_current_mult_timer ,regc 
-0258 da40025a arg p_mouse_le_current_mult_reinit ,regb 
-0259 2020336d branch timer_single_step 
-
-p_mouse_le_current_mult_reinit:
-025a 6800c7c5 fetch 1 ,mem_lpm_mult_init 
-025b 6000c172 store 1 ,mem_lpm_mult 
-025c 704afd01 jam 1 ,mem_mouse_long_mult_flag 
-025d 20600000 rtn 
-
-p_mouse_le_enable_att_list_timer:
-025e da6046c6 arg mem_le_start_encrypt_timer ,regc 
-025f da403d60 arg mouse_le_write_enable ,regb 
-0260 2020336d branch timer_single_step 
+048b 70480600 jam 0 ,mem_mouse_wheel_trigger 
+048c 20600000 rtn 
 
 p_mouse_bt_discovery_check:
-0261 6800c6f5 fetch 1 ,mem_config_function_enable 
-0262 c2824394 bbit1 enable_bt_button ,mouse_bt_discovery_by_button 
+048d 6800c6f5 fetch 1 ,mem_config_function_enable 
+048e c2824394 bbit1 enable_bt_button ,mouse_bt_discovery_by_button 
 
-p_mouse_bt_discovery_commbination_key:
-0263 2040028b call p_mouse_check_key_gpio 
-0264 c003826d beq mouse_lmr_button ,p_mouse_bt_discovery_commbination_key_down 
+p_mouse_bt_discovery_by_button:
+048f 204004f0 call p_mouse_check_key_gpio 
+0490 c0038494 beq mouse_lmr_button ,p_mouse_bt_discovery_commbination_key_down 
 
 p_mouse_bt_discovery_commbination_key_up:
-0265 6800c685 fetch 1 ,mem_ui_button_timeout 
-0266 6000c6da store 1 ,mem_combination_ui_button_count 
-0267 6800c6db fetch 1 ,mem_bt_discovey_button_statue 
-0268 c1008000 rtneq dpi_button_state_up 
-0269 7046db01 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
-026a d8e00009 arg mouse_bt_discovery_button_long_down_flag ,queue 
-026b 204043d2 call mouse_disable_function_flag 
-026c 202043ca branch mouse_bt_discovery_button_down_disable 
+0491 204043a9 call mouse_bt_discovery_commbination_key_up 
+0492 d8e00009 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0493 202043d2 branch mouse_disable_function_flag 
 
 p_mouse_bt_discovery_commbination_key_down:
-026d 70479e28 jam 40 ,mem_mouse_null_enter_hibernate_timer 
-026e 20400270 call p_mouse_bt_discovery_timer 
-026f 202043b0 branch mouse_bt_discovery_commbination_key_down + 1 
+0494 70479e28 jam 40 ,mem_mouse_null_enter_hibernate_timer 
+0495 20400497 call p_mouse_bt_discovery_timer 
+0496 202043b0 branch mouse_bt_discovery_commbination_key_down + 1 
 
 p_mouse_bt_discovery_timer:
-0270 da6046da arg mem_combination_ui_button_count ,regc 
-0271 da400273 arg p_mouse_long_button_bt_discovery ,regb 
-0272 2020336d branch timer_single_step 
+0497 da6046da arg mem_combination_ui_button_count ,regc 
+0498 da40049a arg p_mouse_long_button_bt_discovery ,regb 
+0499 2020336d branch timer_single_step 
 
 p_mouse_long_button_bt_discovery:
-0273 68014682 fetch 2 ,mem_ui_state_map 
-0274 2feffe0b isolate1 ui_state_ble_adv ,pdata 
-0275 2040c2d4 call mouse_stop_le_adv ,true 
-0276 202043b8 branch mouse_long_button_bt_discovry 
+049a 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
+049b c3848000 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+049c 68014682 fetch 2 ,mem_ui_state_map 
+049d 2feffe0b isolate1 ui_state_ble_adv ,pdata 
+049e 2040c2d4 call mouse_stop_le_adv ,true 
+049f d8e00009 arg mouse_bt_discovery_button_long_down_flag ,queue 
+04a0 204043ce call mouse_enable_function_flag 
+04a1 202043b8 branch mouse_long_button_bt_discovry 
 
 p_mouse_null_enter_hibernate_timer:
-0277 6800c79d fetch 1 ,mem_mouse_null_enter_hibernate_flag 
-0278 207a0000 rtn blank 
-0279 6800c79e fetch 1 ,mem_mouse_null_enter_hibernate_timer 
-027a 203a027e branch p_mouse_null_enter_hibernate ,blank 
-027b 1fe0ffff increase -1 ,pdata 
-027c 6000c79e store 1 ,mem_mouse_null_enter_hibernate_timer 
-027d 20600000 rtn 
+04a2 6800c79d fetch 1 ,mem_mouse_null_enter_hibernate_flag 
+04a3 207a0000 rtn blank 
+04a4 6800cb06 fetch 1 ,mem_mouse_multi_led_blink_count 
+04a5 247a0000 nrtn blank 
+04a6 da60479e arg mem_mouse_null_enter_hibernate_timer ,regc 
+04a7 da4004a9 arg p_mouse_null_enter_hibernate ,regb 
+04a8 2020336d branch timer_single_step 
 
 p_mouse_null_enter_hibernate:
-027e 70479d00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
-027f 2020340a branch app_enter_hibernate 
+04a9 70479d00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+04aa 2020340a branch app_enter_hibernate 
 
-p_mouse_motion:
-0280 78547c00 disable user 
-0281 58000000 setarg 0 
-0282 6003469b store 6 ,mem_mouse_x 
-0283 204002ad call p_mouse_cheak_sensor_data 
-0284 20404079 call mouse_zwheel 
-0285 2040407e call mouse_t_zwheel 
-0286 20400289 call p_mouse_key 
-0287 24740000 nrtn user 
-0288 20203fa0 branch mouse_motion + 9 
+p_mouse_seting_dpi:
 
-p_mouse_key:
-0289 2040028b call p_mouse_check_key_gpio 
-028a 2020409a branch mouse_key + 1 
+p_mouse_seting_dpi_diff:
+04ab 6800c6e0 fetch 1 ,mem_config_sensor_type 
+04ac c002bdaa beq p3610 ,mouse_seting_3610_dpi 
+04ad c00304ba beq p3065_xy ,p_mouse_seting_3065xy_dpi 
+04ae c00384c2 beq p8009 ,p_mouse_seting_8009_dpi 
+04af c00404c2 beq p8650 ,p_mouse_seting_8650_dpi 
+04b0 c00104ca beq ka8 ,p_mouse_seting_ka8_dpi 
 
-p_mouse_check_key_gpio:
-028b da200000 arg 0 ,rega 
-028c 20400290 call p_mouse_check_lkey_gpio 
-028d 20400296 call p_mouse_check_rkey_gpio 
-028e 2040029c call p_mouse_check_mkey_gpio 
-028f 2020408e branch mouse_check_key_gpio + 11 
+p_mouse_seting_3205_dpi:
+04b1 6800c77a fetch 1 ,mem_mouse_dpi 
+04b2 205a04c0 call p_mouse_3065xy_dpi_recount ,blank 
+04b3 6800c77a fetch 1 ,mem_mouse_dpi 
+04b4 c00084b7 beq mouse_dpi_level2 ,p_mouse_3205_set_cpi1 
+04b5 c001bd8c beq mouse_dpi_level4 ,mouse_set_cpi3 
+04b6 20203d88 branch mouse_set_cpi2 
+
+p_mouse_3205_set_cpi1:
+04b7 6800c77f fetch 1 ,mem_320x_dpi_1 
+04b8 1fe0ffff increase -1 ,pdata 
+04b9 20203dbe branch mouse_p3205_dpi 
 
-p_mouse_check_lkey_gpio:
-0290 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
-0291 204002a8 call p_gpio_set_input_pu 
-0292 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
-0293 2040681d call gpio_get_bit 
-0294 7920a200 setflag true ,0 ,rega 
-0295 20600000 rtn 
+p_mouse_seting_3065xy_dpi:
+04ba 6800c77a fetch 1 ,mem_mouse_dpi 
+04bb 205a04c0 call p_mouse_3065xy_dpi_recount ,blank 
+04bc 6800c77a fetch 1 ,mem_mouse_dpi 
+04bd c00084c8 beq mouse_dpi_level2 ,p_mouse_8650_8009_set_cpi1 
+04be c001bd8c beq mouse_dpi_level4 ,mouse_set_cpi3 
+04bf 20203d88 branch mouse_set_cpi2 
 
-p_mouse_check_rkey_gpio:
-0296 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
-0297 204002a8 call p_gpio_set_input_pu 
-0298 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
-0299 2040681d call gpio_get_bit 
-029a 7920a201 setflag true ,1 ,rega 
-029b 20600000 rtn 
+p_mouse_3065xy_dpi_recount:
+04c0 70477a01 jam mouse_dpi_level2 ,mem_mouse_dpi 
+04c1 20600000 rtn 
 
-p_mouse_check_mkey_gpio:
-029c 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
-029d 204002a8 call p_gpio_set_input_pu 
-029e 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
-029f 2040681d call gpio_get_bit 
-02a0 7920a202 setflag true ,2 ,rega 
-02a1 20600000 rtn 
+p_mouse_seting_8009_dpi:
 
-p_gpio_set_input_pd:
-02a2 793f8407 set0 gpio_active_bit ,temp 
-02a3 d8a08078 arg core_gpio_pu0 ,contw 
-02a4 20406830 call gpio_set_bit 
-02a5 79200407 set1 gpio_active_bit ,temp 
-02a6 d8a0807c arg core_gpio_pd0 ,contw 
-02a7 2020680a branch gpio_set_high_impedance + 4 
+p_mouse_seting_8650_dpi:
+04c2 6800c77a fetch 1 ,mem_mouse_dpi 
+04c3 205a04c0 call p_mouse_3065xy_dpi_recount ,blank 
+04c4 6800c77a fetch 1 ,mem_mouse_dpi 
+04c5 c00084c8 beq mouse_dpi_level2 ,p_mouse_8650_8009_set_cpi1 
+04c6 c001bd88 beq mouse_dpi_level4 ,mouse_set_cpi2 
+04c7 20203d8a branch mouse_set_cpi1 
 
-p_gpio_set_input_pu:
-02a8 79200407 set1 gpio_active_bit ,temp 
-02a9 d8a08078 arg core_gpio_pu0 ,contw 
-02aa 20406830 call gpio_set_bit 
-02ab 793f8407 set0 gpio_active_bit ,temp 
-02ac 202002a6 branch p_gpio_set_input_pd + 4 
+p_mouse_8650_8009_set_cpi1:
+04c8 7046b500 jam 0 ,mem_mouse_cpi_count 
+04c9 20203dc1 branch mouse_p3205_dpi + 3 
+
+p_mouse_seting_ka8_dpi:
+04ca 6800c77a fetch 1 ,mem_mouse_dpi 
+04cb 205a04c0 call p_mouse_3065xy_dpi_recount ,blank 
+04cc 6800c77a fetch 1 ,mem_mouse_dpi 
+04cd c000bd88 beq mouse_dpi_level2 ,mouse_set_cpi2 
+04ce c00184d0 beq mouse_dpi_level4 ,p_mouse_ka8_set_cpi3 
+04cf 20203d8e branch mouse_set_cpi4 
+
+p_mouse_ka8_set_cpi3:
+04d0 58000005 setarg 5 
+04d1 20203dbe branch mouse_p3205_dpi 
+
+p_mouse_motion:
+04d2 78547c00 disable user 
+04d3 58000000 setarg 0 
+04d4 6003469b store 6 ,mem_mouse_x 
+04d5 204004db call p_mouse_cheak_sensor_data 
+04d6 20404079 call mouse_zwheel 
+04d7 2040407e call mouse_t_zwheel 
+04d8 204004ee call p_mouse_key 
+04d9 24740000 nrtn user 
+04da 20203fa0 branch mouse_motion + 9 
 
 p_mouse_cheak_sensor_data:
-02ad 6800c6e0 fetch 1 ,mem_config_sensor_type 
-02ae c00202b9 beq p3212 ,p_mouse_p3212_sensor_motion 
-02af c002c010 beq p3610 ,mouse_p3610_sensor_motion 
-02b0 c00382c0 beq p8009 ,p_mouse_p8009_sensor_motion 
+04db 6800c6e0 fetch 1 ,mem_config_sensor_type 
+04dc c00384e0 beq p8009 ,p_mouse_p8009_sensor_motion 
 
 p_mouse_p32xx_sensor_motion:
-02b1 20403fc0 call mouse_clear_sensor_data 
-02b2 78547c00 disable user 
-02b3 6800c6f5 fetch 1 ,mem_config_function_enable 
-02b4 c303bfe7 bbit0 enable_sensor_motion_pin ,mouse_p32xx_sensor_motion_2 
-02b5 6808c6f3 fetcht 1 ,mem_sensor_data_gpio 
-02b6 2040681d call gpio_get_bit 
-02b7 24608000 nrtn true 
-02b8 20203fe7 branch mouse_p32xx_sensor_motion_2 
-
-p_mouse_p3212_sensor_motion:
-02b9 20403fc0 call mouse_clear_sensor_data 
-02ba 6800c6f5 fetch 1 ,mem_config_function_enable 
-02bb c303bfc8 bbit0 enable_sensor_motion_pin ,mouse_p3212_sensor_motion_1 
-02bc 6808c6f3 fetcht 1 ,mem_sensor_data_gpio 
-02bd 2040681d call gpio_get_bit 
-02be 24608000 nrtn true 
-02bf 20203fc8 branch mouse_p3212_sensor_motion_1 
+04dd 20403fc0 call mouse_clear_sensor_data 
+04de 78547c00 disable user 
+04df 20203fe7 branch mouse_p32xx_sensor_motion_2 
 
 p_mouse_p8009_sensor_motion:
-02c0 20403fc0 call mouse_clear_sensor_data 
-02c1 78547c00 disable user 
-02c2 6808c6f3 fetcht 1 ,mem_sensor_data_gpio 
-02c3 2040681d call gpio_get_bit 
-02c4 24608000 nrtn true 
+04e0 20403fc0 call mouse_clear_sensor_data 
+04e1 78547c00 disable user 
+04e2 6808c6f3 fetcht 1 ,mem_sensor_data_gpio 
+04e3 2040681d call gpio_get_bit 
+04e4 24608000 nrtn true 
 
 p_mouse_p32xx_sensor_motion_1:
-02c5 58000002 setarg pan_reg_motion_staus 
-02c6 20406414 call twspi_read 
-02c7 c4038000 rtnbit0 7 
-02c8 58000008 setarg pan_reg_opration_state 
-02c9 20406414 call twspi_read 
-02ca 203a3fed branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
-02cb 58000000 setarg 0 
-02cc 6003469b store 6 ,mem_mouse_x 
-02cd 20600000 rtn 
+04e5 58000002 setarg pan_reg_motion_staus 
+04e6 20406414 call twspi_read 
+04e7 c4038000 rtnbit0 7 
+04e8 58000008 setarg pan_reg_opration_state 
+04e9 20406414 call twspi_read 
+04ea 203a3fed branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+04eb 58000000 setarg 0 
+04ec 6003469b store 6 ,mem_mouse_x 
+04ed 20600000 rtn 
 
-p_mouse_seting_dpi:
-
-p_mouse_seting_dpi_sensor_type:
-02ce 6800c6e0 fetch 1 ,mem_config_sensor_type 
-02cf c002bdaa beq p3610 ,mouse_seting_3610_dpi 
-02d0 c0023d96 beq p3212 ,mouse_seting_3212_dpi 
-02d1 c00302e5 beq p3065_xy ,p_mouse_seting_3065xy_dpi 
-02d2 c00182e5 beq p3204 ,p_mouse_seting_3065xy_dpi 
-02d3 c00382f0 beq p8009 ,p_mouse_seting_8009_dpi 
-02d4 c00402f6 beq p8650 ,p_mouse_seting_8650_dpi 
-02d5 c00102fe beq ka8 ,p_mouse_seting_ka8_dpi 
-
-p_mouse_seting_3205_dpi:
-02d6 6800c77a fetch 1 ,mem_mouse_dpi 
-02d7 1fe67c01 sub pdata ,mouse_dpi_level2 ,null 
-02d8 204282df call p_mouse_3205_dpi_recount ,zero 
-02d9 6800c77a fetch 1 ,mem_mouse_dpi 
-02da c00002e1 beq mouse_dpi_level1 ,p_mouse_set_cpi1 
-02db c000bd88 beq mouse_dpi_level2 ,mouse_set_cpi2 
-02dc c00182e3 beq mouse_dpi_level4 ,p_mouse_set_cpi4 
-
-p_mouse_set_cpi3:
-02dd 704b0102 jam 2 ,mem_mouse_dpi_blink_count 
-02de 20203d8c branch mouse_set_cpi3 
-
-p_mouse_3205_dpi_recount:
-02df 70477a02 jam mouse_dpi_level3 ,mem_mouse_dpi 
-02e0 20600000 rtn 
-
-p_mouse_set_cpi1:
-02e1 704b0101 jam 1 ,mem_mouse_dpi_blink_count 
-02e2 20203d8a branch mouse_set_cpi1 
-
-p_mouse_set_cpi4:
-02e3 704b0103 jam 3 ,mem_mouse_dpi_blink_count 
-02e4 20203d8e branch mouse_set_cpi4 
-
-p_mouse_seting_3065xy_dpi:
-02e5 6800c77a fetch 1 ,mem_mouse_dpi 
-02e6 205a02eb call p_mouse_3065xy_dpi_recount ,blank 
-02e7 6800c77a fetch 1 ,mem_mouse_dpi 
-02e8 c00082ed beq mouse_dpi_level2 ,p_mouse_3065xy_set_cpi1 
-02e9 c001bd8c beq mouse_dpi_level4 ,mouse_set_cpi3 
-02ea 20203d88 branch mouse_set_cpi2 
-
-p_mouse_3065xy_dpi_recount:
-02eb 70477a01 jam mouse_dpi_level2 ,mem_mouse_dpi 
-02ec 20600000 rtn 
+p_mouse_key:
+04ee 204004f0 call p_mouse_check_key_gpio 
+04ef 2020409a branch mouse_key + 1 
 
-p_mouse_3065xy_set_cpi1:
-02ed 6800c77f fetch 1 ,mem_320x_dpi_1 
-02ee 1fe0ffff increase -1 ,pdata 
-02ef 20203dbe branch mouse_p3205_dpi 
+p_mouse_check_key_gpio:
+04f0 da200000 arg 0 ,rega 
+04f1 204004f3 call p_mouse_check_lkey_gpio 
+04f2 2020408e branch mouse_check_key_gpio + 11 
 
-p_mouse_seting_8009_dpi:
-02f0 6800c77a fetch 1 ,mem_mouse_dpi 
-02f1 205a02eb call p_mouse_3065xy_dpi_recount ,blank 
-02f2 6800c77a fetch 1 ,mem_mouse_dpi 
-02f3 c00082fc beq mouse_dpi_level2 ,p_mouse_8650_8009_set_cpi1 
-02f4 c001bd88 beq mouse_dpi_level4 ,mouse_set_cpi2 
-02f5 20203d8a branch mouse_set_cpi1 
+p_mouse_check_lkey_gpio:
+04f3 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
+04f4 20400509 call p_gpio_set_input_pu 
+04f5 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
+04f6 2040681d call gpio_get_bit 
+04f7 7920a200 setflag true ,0 ,rega 
 
-p_mouse_seting_8650_dpi:
-02f6 6800c77a fetch 1 ,mem_mouse_dpi 
-02f7 205a02eb call p_mouse_3065xy_dpi_recount ,blank 
-02f8 6800c77a fetch 1 ,mem_mouse_dpi 
-02f9 c00082fc beq mouse_dpi_level2 ,p_mouse_8650_8009_set_cpi1 
-02fa c001bd88 beq mouse_dpi_level4 ,mouse_set_cpi2 
-02fb 20203d8a branch mouse_set_cpi1 
+p_mouse_check_rkey_gpio:
+04f8 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
+04f9 20400509 call p_gpio_set_input_pu 
+04fa 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
+04fb 2040681d call gpio_get_bit 
+04fc 7920a201 setflag true ,1 ,rega 
 
-p_mouse_8650_8009_set_cpi1:
-02fc 7046b500 jam 0 ,mem_mouse_cpi_count 
-02fd 20203dc1 branch mouse_p3205_dpi + 3 
+p_mouse_check_mkey_gpio:
+04fd 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
+04fe 20400509 call p_gpio_set_input_pu 
+04ff 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
+0500 2040681d call gpio_get_bit 
+0501 7920a202 setflag true ,2 ,rega 
+0502 20600000 rtn 
 
-p_mouse_seting_ka8_dpi:
-02fe 6800c77a fetch 1 ,mem_mouse_dpi 
-02ff 205a02eb call p_mouse_3065xy_dpi_recount ,blank 
-0300 6800c77a fetch 1 ,mem_mouse_dpi 
-0301 c000bd88 beq mouse_dpi_level2 ,mouse_set_cpi2 
-0302 c0018304 beq mouse_dpi_level4 ,p_mouse_ka8_set_cpi3 
-0303 20203d8e branch mouse_set_cpi4 
+p_gpio_set_input_pd:
+0503 793f8407 set0 gpio_active_bit ,temp 
+0504 d8a08078 arg core_gpio_pu0 ,contw 
+0505 20406830 call gpio_set_bit 
+0506 79200407 set1 gpio_active_bit ,temp 
+0507 d8a0807c arg core_gpio_pd0 ,contw 
+0508 2020680a branch gpio_set_high_impedance + 4 
 
-p_mouse_ka8_set_cpi3:
-0304 58000005 setarg 5 
-0305 20203dbe branch mouse_p3205_dpi 
+p_gpio_set_input_pu:
+0509 79200407 set1 gpio_active_bit ,temp 
+050a d8a08078 arg core_gpio_pu0 ,contw 
+050b 20406830 call gpio_set_bit 
+050c 793f8407 set0 gpio_active_bit ,temp 
+050d 20200507 branch p_gpio_set_input_pd + 4 
 
 p_mouse_bb_event_discovery_btn:
-0306 70479d00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
-0307 70479e00 jam 0 ,mem_mouse_null_enter_hibernate_timer 
-0308 c513030a bmark1 mark_24g ,p_mouse_switch_to_bt 
-0309 2020426d branch mouse_bb_event_discovery_btn + 1 
-
-p_mouse_switch_to_bt:
-030a 204005c4 call p_g24_check_51cmd_stop_24g 
-030b 2020426d branch mouse_bb_event_discovery_btn + 1 
+050e 70479d00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+050f 70479e00 jam 0 ,mem_mouse_null_enter_hibernate_timer 
+0510 280ffe26 isolate1 mark_24g ,mark 
+0511 204081e0 call p_g24_check_51cmd_stop_24g ,true 
+0512 2020426d branch mouse_bb_event_discovery_btn + 1 
 
 p_le_addr_random_config:
-030c 204068a2 call load_adc_init 
-030d 6801421d fetch 2 ,mem_0_5_adc_io_data 
-030e 203a0311 branch p_le_otp_adc_empty ,blank 
-030f 600147c2 store 2 ,mem_random_addr_increase_count 
+0513 204068a2 call load_adc_init 
+0514 6801421d fetch 2 ,mem_0_5_adc_io_data 
+0515 600147c2 store 2 ,mem_random_addr_increase_count 
 
 p_le_addr_random_store:
-0310 20200330 branch p_mouse_store_eerpom_random_addr_increase_count 
 
-p_le_otp_adc_empty:
-0311 58001122 setarg 0x1122 
-0312 600147c2 store 2 ,mem_random_addr_increase_count 
-0313 20200310 branch p_le_addr_random_store 
+p_mouse_store_eerpom_random_addr_increase_count:
+0516 d8400002 arg 2 ,temp 
+0517 da2047c2 arg mem_random_addr_increase_count ,rega 
+0518 da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
+0519 202065d1 branch iicd_write_protect_eep_data 
+
+p_mouse_load_eeprom_random_addr_increase_count:
+051a d8400002 arg 2 ,temp 
+051b da2047c2 arg mem_random_addr_increase_count ,rega 
+051c da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
+051d 202065df branch iicd_read_eep_data 
 
 p_mouse_start_discovery:
-0314 704b3200 jam 0 ,mem_le_send_security_request_flag 
-0315 204000e2 call p_mouse_tx_power_init 
-0316 70479c00 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0317 20400334 call p_mouse_load_eeprom_random_addr_increase_count 
-0318 680947c2 fetcht 2 ,mem_random_addr_increase_count 
-0319 18408401 increase 1 ,temp 
-031a 600947c2 storet 2 ,mem_random_addr_increase_count 
-031b 600944a1 storet 2 ,mem_le_lap + 1 
-031c 20400330 call p_mouse_store_eerpom_random_addr_increase_count 
-031d 180a7e00 random pdata 
-031e 6000c4a0 store 1 ,mem_le_lap 
+051e 704b4100 jam 0 ,mem_le_send_security_request_flag 
+051f 204002e5 call p_mouse_tx_power_init 
+0520 70472001 jam 1 ,mem_device_flag 
+0521 70479c00 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0522 2040051a call p_mouse_load_eeprom_random_addr_increase_count 
+0523 680947c2 fetcht 2 ,mem_random_addr_increase_count 
+0524 18408401 increase 1 ,temp 
+0525 600947c2 storet 2 ,mem_random_addr_increase_count 
+0526 600944a1 storet 2 ,mem_le_lap + 1 
+0527 20400516 call p_mouse_store_eerpom_random_addr_increase_count 
+0528 180a7e00 random pdata 
+0529 6000c4a0 store 1 ,mem_le_lap 
 
 p_mouse_start_discovery_norandom:
-031f 20403402 call app_ble_disconnect 
-0320 58ed8e0e setarg 0xed8e0e 
-0321 6001c4a3 store 3 ,mem_le_lap + 3 
-0322 20403418 call app_lpm_mult_disable 
-0323 68014687 fetch 2 ,mem_discovery_timeout 
-0324 600146ac store 2 ,mem_mouse_discovery_timer 
-0325 70016d06 jam 6 ,mem_connection_options 
-0326 58000000 setarg 0 
-0327 600146b0 store 2 ,mem_mouse_no_data_timer 
-0328 600146ae store 2 ,mem_mouse_direct_timer 
-0329 d8e00007 arg mouse_store_eeprom_flag ,queue 
-032a 204043ce call mouse_enable_function_flag 
-032b 204043ca call mouse_bt_discovery_button_down_disable 
-032c 6800c092 fetch 1 ,mem_device_option 
-032d 2feffe01 isolate1 mode_4_mouse ,pdata 
-032e 20408338 call p_check_51cmd_adv ,true 
-032f 202042c4 branch mouse_start_discovery_norandom + 13 
-
-p_mouse_store_eerpom_random_addr_increase_count:
-0330 d8400002 arg 2 ,temp 
-0331 da2047c2 arg mem_random_addr_increase_count ,rega 
-0332 da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
-0333 202065d1 branch iicd_write_protect_eep_data 
-
-p_mouse_load_eeprom_random_addr_increase_count:
-0334 d8400002 arg 2 ,temp 
-0335 da2047c2 arg mem_random_addr_increase_count ,rega 
-0336 da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
-0337 202065df branch iicd_read_eep_data 
+052a 20403402 call app_ble_disconnect 
+052b 58ed8e0e setarg 0xed8e0e 
+052c 6001c4a3 store 3 ,mem_le_lap + 3 
+052d 20403418 call app_lpm_mult_disable 
+052e 68014687 fetch 2 ,mem_discovery_timeout 
+052f 600146ac store 2 ,mem_mouse_discovery_timer 
+0530 70016d06 jam 6 ,mem_connection_options 
+0531 58000000 setarg 0 
+0532 600146b0 store 2 ,mem_mouse_no_data_timer 
+0533 600146ae store 2 ,mem_mouse_direct_timer 
+0534 d8e00007 arg mouse_store_eeprom_flag ,queue 
+0535 204043ce call mouse_enable_function_flag 
+0536 204043ca call mouse_bt_discovery_button_down_disable 
+0537 20400539 call p_check_51cmd_adv 
+0538 202042c4 branch mouse_start_discovery_norandom + 13 
 
 p_check_51cmd_adv:
-0338 70479f00 jam 0 ,mem_mouse_le_reconnect_flag 
-0339 204000f4 call p_le_check_adv_flag 
-033a 58000005 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
-033b e0c08000 istore 1 ,contr 
-033c d8c04b1e arg mem_le_adv_swift_pair ,contr 
-033d 2040033f call p_le_adv_data_update 
-033e 20207df4 branch check_51cmd_adv 
+0539 70479f00 jam 0 ,mem_mouse_le_reconnect_flag 
+053a 204002f7 call p_le_check_adv_flag 
+053b 58000005 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+053c e0c08000 istore 1 ,contr 
+053d d8c04b1f arg mem_le_adv_swift_pair ,contr 
+053e 20400540 call p_le_adv_data_update 
+053f 20207df4 branch check_51cmd_adv 
 
 p_le_adv_data_update:
-033f d8a0437b arg mem_le_adv_data + 11 ,contw 
-0340 df200013 arg 19 ,loopcnt 
-0341 20407f01 call memcpy 
-0342 202057b8 branch le_modified_name_adv 
+0540 d8a0437b arg mem_le_adv_data + 11 ,contw 
+0541 df200013 arg 19 ,loopcnt 
+0542 20407f01 call memcpy 
+0543 202057b8 branch le_modified_name_adv 
 
 p_mouse_stop_discovery:
-0343 58000000 setarg 0 
-0344 600146ac store 2 ,mem_mouse_discovery_timer 
-0345 20400145 call p_mouse_sensor_poweron 
-0346 202042cb branch mouse_stop_discovery + 1 
+0544 704b0600 jam 0 ,mem_mouse_multi_led_blink_count 
+0545 58000000 setarg 0 
+0546 600146ac store 2 ,mem_mouse_discovery_timer 
+0547 204003d2 call p_mouse_sensor_poweron 
+0548 202042cb branch mouse_stop_discovery + 1 
 
 p_le_slave_match:
-0347 6800c50f fetch 1 ,mem_le_md_count 
-0348 1fe0fe01 pincrease 1 
-0349 6000c50f store 1 ,mem_le_md_count 
-034a c0065395 beq le_md_max_count ,le_slave_cont 
-034b 204055aa call le_acknowledge 
-034c 2040561e call le_prepare_tx 
-034d 204004f1 call power_ctrl_start 
-034e 2020538f branch le_slave_match + 7 
+0549 6800c50f fetch 1 ,mem_le_md_count 
+054a 1fe0fe01 pincrease 1 
+054b 6000c50f store 1 ,mem_le_md_count 
+054c c0065395 beq le_md_max_count ,le_slave_cont 
+054d 204055aa call le_acknowledge 
+054e 2040561e call le_prepare_tx 
+054f 20400625 call power_ctrl_start 
+0550 2020538f branch le_slave_match + 7 
 
 p_le_next_adv_channel:
-034f 68008016 fetch 1 ,mem_le_ch_mapped 
-0350 1fe0fe01 increase 1 ,pdata 
-0351 60008016 store 1 ,mem_le_ch_mapped 
-0352 c1940000 rtnne 40 
-0353 70001625 jam 37 ,mem_le_ch_mapped 
-0354 20600000 rtn 
+0551 68008016 fetch 1 ,mem_le_ch_mapped 
+0552 1fe0fe01 increase 1 ,pdata 
+0553 60008016 store 1 ,mem_le_ch_mapped 
+0554 c1940000 rtnne 40 
+0555 70001625 jam 37 ,mem_le_ch_mapped 
+0556 20600000 rtn 
 
 p_le_receive_skip:
-0355 204029bb call save_rssi 
-0356 2040001d call p_rssi_signal 
-0357 202054a3 branch le_receive_skip + 2 
+0557 204029bb call save_rssi 
+0558 2040001d call p_rssi_signal 
+0559 202054a3 branch le_receive_skip + 2 
 
 p_le_update_param:
-0358 20400360 call p_mouse_le_conn_param_check 
-0359 2020557d branch le_update_param + 8 
+055a 20400560 call p_mouse_le_conn_param_check 
+055b 2020557d branch le_update_param + 8 
 
 p_mouse_le_lpm_mult_reinit:
-035a 6800c7c5 fetch 1 ,mem_lpm_mult_init 
-035b 6000c172 store 1 ,mem_lpm_mult 
+055c 6800c7c5 fetch 1 ,mem_lpm_mult_init 
+055d 6000c172 store 1 ,mem_lpm_mult 
 
 p_mouse_le_conn_param_lpm_enable:
-035c 7047c400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-035d 20600000 rtn 
-
-p_mouse_le_conn_param_lpm_disable:
-035e 7047c401 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
-035f 20600000 rtn 
+055e 7047c400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+055f 20600000 rtn 
 
 p_mouse_le_conn_param_check:
-0360 6800c3d6 fetch 1 ,mem_le_new_conninterval 
-0361 1fe67c0c sub pdata ,le_interval_15ms ,null 
-0362 2421035e nbranch p_mouse_le_conn_param_lpm_disable ,positive 
-0363 6800c3d8 fetch 1 ,mem_le_new_connslavelatency 
-0364 6808c7c5 fetcht 1 ,mem_lpm_mult_init 
-0365 98467c00 isub temp ,null 
-0366 2021035a branch p_mouse_le_lpm_mult_reinit ,positive 
-0367 6800c3d8 fetch 1 ,mem_le_new_connslavelatency 
-0368 6000c172 store 1 ,mem_lpm_mult 
-0369 2020035c branch p_mouse_le_conn_param_lpm_enable 
+0560 6800c3d6 fetch 1 ,mem_le_new_conninterval 
+0561 1fe67c0c sub pdata ,le_interval_15ms ,null 
+0562 2421042e nbranch p_mouse_le_conn_param_lpm_disable ,positive 
+0563 6800c3d8 fetch 1 ,mem_le_new_connslavelatency 
+0564 6808c7c5 fetcht 1 ,mem_lpm_mult_init 
+0565 98467c00 isub temp ,null 
+0566 2021055c branch p_mouse_le_lpm_mult_reinit ,positive 
+0567 6800c3d8 fetch 1 ,mem_le_new_connslavelatency 
+0568 6000c172 store 1 ,mem_lpm_mult 
+0569 2020055e branch p_mouse_le_conn_param_lpm_enable 
 
 p_le_update_channel_map:
-036a 6800843f fetch 1 ,mem_le_state 
-036b c4030000 rtnbit0 lestate_update_map 
-036c 2040036f call p_le_channel_map_overflow_check 
-036d 24740000 nrtn user 
-036e 202055a0 branch le_update_channel_map + 3 
+056a 6800843f fetch 1 ,mem_le_state 
+056b c4030000 rtnbit0 lestate_update_map 
+056c 2040056f call p_le_channel_map_overflow_check 
+056d 24740000 nrtn user 
+056e 202055a0 branch le_update_channel_map + 3 
 
 p_le_channel_map_overflow_check:
-036f 78347c00 enable user 
-0370 6800845a fetch 1 ,mem_le_event_count + 1 
-0371 1ff1fe00 rshift4 pdata ,pdata 
-0372 c1878000 rtnne 0x0f 
-0373 68008460 fetch 1 ,mem_le_instant + 1 
-0374 1ff1fe00 rshift4 pdata ,pdata 
-0375 c1800000 rtnne 0x00 
-0376 20207fe9 branch disable_user 
+056f 78347c00 enable user 
+0570 6800845a fetch 1 ,mem_le_event_count + 1 
+0571 1ff1fe00 rshift4 pdata ,pdata 
+0572 c1878000 rtnne 0x0f 
+0573 68008460 fetch 1 ,mem_le_instant + 1 
+0574 1ff1fe00 rshift4 pdata ,pdata 
+0575 c1800000 rtnne 0x00 
+0576 20207fe9 branch disable_user 
 
 p_le_prepare_tx:
-0377 68008456 fetch 1 ,mem_le_arq 
-0378 c282838b bbit1 wak ,p_le_prepare_tx_wak 
-0379 204004e3 call power_ctrl_pac_succ_incrs 
-037a 6800c78e fetch 1 ,mem_empty_count 
-037b 243a0381 nbranch p_le_send_empyt ,blank 
-037c 6800843f fetch 1 ,mem_le_state 
-037d c3020385 bbit0 lestate_encryption ,p_le_tx_4 
-037e 680082da fetch 1 ,mem_le_rxbuf + 1 
-037f 203a0385 branch p_le_tx_4 ,blank 
-0380 20205664 branch le_send_empty 
+0577 68008456 fetch 1 ,mem_le_arq 
+0578 c282858b bbit1 wak ,p_le_prepare_tx_wak 
+0579 20400617 call power_ctrl_pac_succ_incrs 
+057a 6800c78e fetch 1 ,mem_empty_count 
+057b 243a0581 nbranch p_le_send_empyt ,blank 
+057c 6800843f fetch 1 ,mem_le_state 
+057d c3020585 bbit0 lestate_encryption ,p_le_tx_4 
+057e 680082da fetch 1 ,mem_le_rxbuf + 1 
+057f 203a0585 branch p_le_tx_4 ,blank 
+0580 20205664 branch le_send_empty 
 
 p_le_send_empyt:
-0381 6800c78e fetch 1 ,mem_empty_count 
-0382 1fe0ffff increase -1 ,pdata 
-0383 6000c78e store 1 ,mem_empty_count 
-0384 20205664 branch le_send_empty 
+0581 6800c78e fetch 1 ,mem_empty_count 
+0582 1fe0ffff increase -1 ,pdata 
+0583 6000c78e store 1 ,mem_empty_count 
+0584 20205664 branch le_send_empty 
 
 p_le_tx_4:
-0385 6800c4c4 fetch 1 ,mem_le_pairing_state 
-0386 c0828388 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
-0387 70478e03 jam 3 ,mem_empty_count 
+0585 6800c4c4 fetch 1 ,mem_le_pairing_state 
+0586 c0828588 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
+0587 70478e03 jam 3 ,mem_empty_count 
 
 p_in_le_tx_4:
-0388 20405892 call le_fifo_check_nearly_full 
-0389 205a06b4 call p_mouse_data_pull ,blank 
-038a 20205622 branch le_prepare_tx + 4 
+0588 20405892 call le_fifo_check_nearly_full 
+0589 205a03e8 call p_mouse_data_pull ,blank 
+058a 20205622 branch le_prepare_tx + 4 
 
 p_le_prepare_tx_wak:
-038b 2040038d call p_le_check_tx_retransmit_setmd 
-038c 20200399 branch p_le_power_ctrl_pac_succ_decrs 
+058b 2040058d call p_le_check_tx_retransmit_setmd 
+058c 20200599 branch p_le_power_ctrl_pac_succ_decrs 
 
 p_le_check_tx_retransmit_setmd:
-038d 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-038e 1fe17e03 and pdata ,0x03 ,pdata 
-038f c1818000 rtnne 0x03 
-0390 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
-0391 207a0000 rtn blank 
-0392 6800c3dd fetch 1 ,mem_le_txlen 
-0393 207a0000 rtn blank 
-0394 6800c3dc fetch 1 ,mem_le_txheader 
-0395 79207e04 set1 md ,pdata 
-0396 6000c3dc store 1 ,mem_le_txheader 
-0397 20405650 call le_set_md 
-0398 20600000 rtn 
+058d 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+058e 1fe17e03 and pdata ,0x03 ,pdata 
+058f c1818000 rtnne 0x03 
+0590 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
+0591 207a0000 rtn blank 
+0592 6800c3dd fetch 1 ,mem_le_txlen 
+0593 207a0000 rtn blank 
+0594 6800c3dc fetch 1 ,mem_le_txheader 
+0595 79207e04 set1 md ,pdata 
+0596 6000c3dc store 1 ,mem_le_txheader 
+0597 20405650 call le_set_md 
+0598 20600000 rtn 
 
 p_le_power_ctrl_pac_succ_decrs:
-0399 202004e7 branch power_ctrl_pac_succ_decrs 
+0599 2020061b branch power_ctrl_pac_succ_decrs 
 
 p_mouse_le_reconn_write_enable_timer_reinit:
-039a 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
-039b 207a0000 rtn blank 
-039c 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-039d 1fe17e03 and pdata ,0x03 ,pdata 
-039e c1018000 rtneq 0x03 
-039f 7046c60a jam 10 ,mem_le_start_encrypt_timer 
-03a0 20600000 rtn 
+059a 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
+059b 207a0000 rtn blank 
+059c 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+059d 1fe17e03 and pdata ,0x03 ,pdata 
+059e c1018000 rtneq 0x03 
+059f 7046c60a jam 10 ,mem_le_start_encrypt_timer 
+05a0 20600000 rtn 
 
 p_le_parse:
-03a1 c6078000 rtnmark1 mark_old_packet 
-03a2 20405890 call le_fifo_check_full 
-03a3 247a0000 nrtn blank 
-03a4 680082d9 fetch 1 ,mem_le_rxbuf 
-03a5 1fe17e03 and pdata ,0x3 ,pdata 
-03a6 6000c50c store 1 ,mem_le_packet_llid 
-03a7 e8c08000 ifetch 1 ,contr 
-03a8 1fe17e1f and pdata ,0x1f ,pdata 
-03a9 6000c50b store 1 ,mem_le_packet_size 
-03aa 207a0000 rtn blank 
-03ab 18c27e00 copy contr ,pdata 
-03ac 6001450d store 2 ,mem_le_payload_ptr 
-03ad 6800c50c fetch 1 ,mem_le_packet_llid 
-03ae c00183b0 beq llid_le_ll ,p_le_parse_ll 
-03af 2020568d branch le_parse_l2cap 
+05a1 c6078000 rtnmark1 mark_old_packet 
+05a2 20405890 call le_fifo_check_full 
+05a3 247a0000 nrtn blank 
+05a4 680082d9 fetch 1 ,mem_le_rxbuf 
+05a5 1fe17e03 and pdata ,0x3 ,pdata 
+05a6 6000c50c store 1 ,mem_le_packet_llid 
+05a7 e8c08000 ifetch 1 ,contr 
+05a8 1fe17e1f and pdata ,0x1f ,pdata 
+05a9 6000c50b store 1 ,mem_le_packet_size 
+05aa 207a0000 rtn blank 
+05ab 18c27e00 copy contr ,pdata 
+05ac 6001450d store 2 ,mem_le_payload_ptr 
+05ad 6800c50c fetch 1 ,mem_le_packet_llid 
+05ae c00185b0 beq llid_le_ll ,p_le_parse_ll 
+05af 2020568d branch le_parse_l2cap 
 
 p_le_parse_ll:
-03b0 680082db fetch 1 ,mem_le_rxbuf + 2 
-03b1 c00083b3 beq ll_channel_map_req ,p_le_parse_channel_map_req 
-03b2 20205c65 branch le_parse_ll + 1 
+05b0 680082db fetch 1 ,mem_le_rxbuf + 2 
+05b1 c00085b3 beq ll_channel_map_req ,p_le_parse_channel_map_req 
+05b2 20205c65 branch le_parse_ll + 1 
 
 p_le_parse_channel_map_req:
-03b3 e8c28000 ifetch 5 ,contr 
-03b4 6002c3ce store 5 ,mem_le_new_map 
-03b5 e8c10000 ifetch 2 ,contr 
-03b6 6001045f store 2 ,mem_le_instant 
-03b7 20205c8a branch le_parse_channel_map_req + 7 
+05b3 e8c28000 ifetch 5 ,contr 
+05b4 6002c3ce store 5 ,mem_le_new_map 
+05b5 e8c10000 ifetch 2 ,contr 
+05b6 6001045f store 2 ,mem_le_instant 
+05b7 20205c8a branch le_parse_channel_map_req + 7 
 
 p_le_parse_l2cap:
-03b8 e8c10000 ifetch 2 ,contr 
-03b9 c00203bc beq le_l2cap_cid_att ,p_le_parse_att 
-03ba c00303d9 beq le_l2cap_cid_smp ,p_le_parse_smp 
-03bb 20205698 branch le_parse_l2cap + 11 
+05b8 e8c10000 ifetch 2 ,contr 
+05b9 c00205bc beq le_l2cap_cid_att ,p_le_parse_att 
+05ba c00305d9 beq le_l2cap_cid_smp ,p_le_parse_smp 
+05bb 20205698 branch le_parse_l2cap + 11 
 
 p_le_parse_att:
-03bc 20407ea5 call store_contr 
-03bd 2040039a call p_mouse_le_reconn_write_enable_timer_reinit 
-03be 20407e9f call get_contr 
-03bf e8c18000 ifetch 3 ,contr 
-03c0 60018477 store 3 ,mem_le_att_opcode 
-03c1 c00803cb beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
-03c2 1fec8400 rshift8 pdata ,temp 
-03c3 18467c24 sub temp ,0x24 ,null 
-03c4 202158ad branch le_parse_att + 2 ,positive 
-03c5 d84047c6 arg mem_mouse_le_uuid_sup ,temp 
-03c6 600944bc storet 2 ,mem_ui_le_uuid_table 
-03c7 204058ad call le_parse_att + 2 
-03c8 58008e7a setarg 0x8e7a 
-03c9 600144bc store 2 ,mem_ui_le_uuid_table 
-03ca 20600000 rtn 
+05bc 20407ea5 call store_contr 
+05bd 2040059a call p_mouse_le_reconn_write_enable_timer_reinit 
+05be 20407e9f call get_contr 
+05bf e8c18000 ifetch 3 ,contr 
+05c0 60018477 store 3 ,mem_le_att_opcode 
+05c1 c00805cb beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
+05c2 1fec8400 rshift8 pdata ,temp 
+05c3 18467c24 sub temp ,0x24 ,null 
+05c4 202158ad branch le_parse_att + 2 ,positive 
+05c5 d84047c6 arg mem_mouse_le_uuid_sup ,temp 
+05c6 600944bc storet 2 ,mem_ui_le_uuid_table 
+05c7 204058ad call le_parse_att + 2 
+05c8 58008e7a setarg 0x8e7a 
+05c9 600144bc store 2 ,mem_ui_le_uuid_table 
+05ca 20600000 rtn 
 
 p_le_parse_att_read_by_group_type_request:
-03cb 204059fa call le_parse_att_read_by_group_type_request 
-03cc 20405879 call le_fifo_get_last_tx_ptr 
-03cd 18c08c07 increase 7 ,contr 
-03ce e8c08000 ifetch 1 ,contr 
-03cf c1888000 rtnne attop_read_by_group_type_response 
-03d0 18c08c05 increase 5 ,contr 
-03d1 e8c10000 ifetch 2 ,contr 
-03d2 d8401812 arg uuid_service_hids ,temp 
-03d3 98467c00 isub temp ,null 
-03d4 24628000 nrtn zero 
-03d5 18c08dfc increase -4 ,contr 
-03d6 5800002b setarg 0x2b 
-03d7 e0c10000 istore 2 ,contr 
-03d8 20600000 rtn 
+05cb 204059fa call le_parse_att_read_by_group_type_request 
+05cc 20405879 call le_fifo_get_last_tx_ptr 
+05cd 18c08c07 increase 7 ,contr 
+05ce e8c08000 ifetch 1 ,contr 
+05cf c1888000 rtnne attop_read_by_group_type_response 
+05d0 18c08c05 increase 5 ,contr 
+05d1 e8c10000 ifetch 2 ,contr 
+05d2 d8401812 arg uuid_service_hids ,temp 
+05d3 98467c00 isub temp ,null 
+05d4 24628000 nrtn zero 
+05d5 18c08dfc increase -4 ,contr 
+05d6 5800002b setarg 0x2b 
+05d7 e0c10000 istore 2 ,contr 
+05d8 20600000 rtn 
 
 p_le_parse_smp:
-03d9 e8c08000 ifetch 1 ,contr 
-03da c00083dd beq smp_pairing_request ,p_le_parse_smp_pairing_request 
-03db c00283df beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
-03dc 20205af6 branch le_parse_smp + 2 
+05d9 e8c08000 ifetch 1 ,contr 
+05da c00085dd beq smp_pairing_request ,p_le_parse_smp_pairing_request 
+05db c00285df beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
+05dc 20205af6 branch le_parse_smp + 2 
 
 p_le_parse_smp_pairing_request:
-03dd 704b3201 jam 1 ,mem_le_send_security_request_flag 
-03de 20205b09 branch le_parse_smp_pairing_request 
+05dd 704b4101 jam 1 ,mem_le_send_security_request_flag 
+05de 20205b09 branch le_parse_smp_pairing_request 
 
 p_le_parse_smp_pairing_failed:
-03df 20405b5a call le_parse_smp_pairing_failed 
-03e0 6800843f fetch 1 ,mem_le_state 
-03e1 793ffe05 set0 lestate_update_param ,pdata 
-03e2 6000843f store 1 ,mem_le_state 
-03e3 20205c8e branch le_parse_terminate_ind 
+05df 20405b5a call le_parse_smp_pairing_failed 
+05e0 6800843f fetch 1 ,mem_le_state 
+05e1 793ffe05 set0 lestate_update_param ,pdata 
+05e2 6000843f store 1 ,mem_le_state 
+05e3 20205c8e branch le_parse_terminate_ind 
 
 p_le_adv_not_match:
-03e4 68008016 fetch 1 ,mem_le_ch_mapped 
-03e5 c093d6f2 bne 39 ,le_adv_loop 
-03e6 204003ea call p_le_adv_random_delay 
-03e7 d8e00000 arg le_adv_interval_timer ,queue 
-03e8 68014482 fetch 2 ,mem_le_adv_interval 
-03e9 20207f08 branch timer_init 
+05e4 68008016 fetch 1 ,mem_le_ch_mapped 
+05e5 c093d6f2 bne 39 ,le_adv_loop 
+05e6 204005ea call p_le_adv_random_delay 
+05e7 d8e00000 arg le_adv_interval_timer ,queue 
+05e8 68014482 fetch 2 ,mem_le_adv_interval 
+05e9 20207f08 branch timer_init 
 
 p_le_adv_random_delay:
-03ea 180a7e00 random pdata 
-03eb d84001ff arg 0x1ff ,temp 
-03ec 98417e00 iand temp ,pdata 
-03ed 1fe0fefa add pdata ,250 ,pdata 
-03ee 20203cbe branch delay 
+05ea 180a7e00 random pdata 
+05eb d84001ff arg 0x1ff ,temp 
+05ec 98417e00 iand temp ,pdata 
+05ed 1fe0fefa add pdata ,250 ,pdata 
+05ee 20203cbe branch delay 
 
 p_le_lpm_setmult:
-03ef 7855fc00 disable wake 
-03f0 203703f2 branch p_le_lpm_set_mult_attempt ,attempt 
-03f1 2436d806 nbranch le_lpm_lost ,match 
+05ef 7855fc00 disable wake 
+05f0 203705f2 branch p_le_lpm_set_mult_attempt ,attempt 
+05f1 2436d806 nbranch le_lpm_lost ,match 
 
 p_le_lpm_set_mult_attempt:
-03f2 20402bcb call lpm_match 
-03f3 680140c1 fetch 2 ,mem_rx_window_sniff 
-03f4 6001044d store 2 ,mem_le_receive_window 
-03f5 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-03f6 2fe00603 compare 3 ,pdata ,3 
-03f7 2420abde nbranch lpm_mult_short ,true 
-03f8 202057fb branch le_lpm_set_mult_attempt + 3 
+05f2 20402bcb call lpm_match 
+05f3 680140c1 fetch 2 ,mem_rx_window_sniff 
+05f4 6001044d store 2 ,mem_le_receive_window 
+05f5 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+05f6 2fe00603 compare 3 ,pdata ,3 
+05f7 2420abde nbranch lpm_mult_short ,true 
+05f8 202057fb branch le_lpm_set_mult_attempt + 3 
 
 p_le_mouse_bb_event_connect_complete:
-03f9 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
-03fa 247a0000 nrtn blank 
-03fb 68008478 fetch 1 ,mem_le_att_handle 
-03fc 1fe67e1a sub pdata ,26 ,pdata 
-03fd 24628000 nrtn zero 
-03fe 20203d60 branch mouse_le_write_enable 
+05f9 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
+05fa 247a0000 nrtn blank 
+05fb 68008478 fetch 1 ,mem_le_att_handle 
+05fc 1fe67e1a sub pdata ,26 ,pdata 
+05fd 24628000 nrtn zero 
+05fe 20203d60 branch mouse_le_write_enable 
 
 p_check_51cmd_once_continue:
-03ff 204062bc call lmo_fifo_check 
-0400 243a7ddb nbranch check_51cmd_restore ,blank 
-0401 68008a99 fetch 1 ,mem_fifo_temp 
-0402 c584fdd6 bmark0 mark_context ,check_51cmd_check_idle 
-0403 c0090405 beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
-0404 20207dca branch check_51cmd_once_continue + 2 
+05ff 204062bc call lmo_fifo_check 
+0600 243a7ddb nbranch check_51cmd_restore ,blank 
+0601 68008a99 fetch 1 ,mem_fifo_temp 
+0602 c584fdd6 bmark0 mark_context ,check_51cmd_check_idle 
+0603 c0090605 beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
+0604 20207dca branch check_51cmd_once_continue + 2 
 
 p_check_51cmd_ble_update_connect_param:
-0405 20405890 call le_fifo_check_full 
-0406 247a0000 nrtn blank 
-0407 20205abf branch le_l2cap_tx_update_req 
+0605 20405890 call le_fifo_check_full 
+0606 247a0000 nrtn blank 
+0607 20205abf branch le_l2cap_tx_update_req 
 
 p_twspi_reset:
-0408 68108077 hfetch 1 ,core_gpio_out3 
-0409 1fe17efd and_into 0xfd ,pdata 
-040a 60108077 hstore 1 ,core_gpio_out3 
-040b 68188073 hfetcht 1 ,core_gpio_oe3 
-040c 18418402 or_into 0x2 ,temp 
-040d 60188073 hstoret 1 ,core_gpio_oe3 
-040e 204063ee call twspi_disable 
-040f 184104fd and_into 0xfd ,temp 
-0410 2000000d nop 13 
-0411 204063f2 call twspi_enable 
-0412 60188073 hstoret 1 ,core_gpio_oe3 
-0413 20600000 rtn 
-
-p_g24_set_device_addr:
-0414 204068a8 call adc_init_data 
-0415 680240a0 fetch 4 ,mem_lap 
-0416 60024bf3 store 4 ,mem_24g_device_addr 
-0417 20600000 rtn 
-
-p_g24_transmit_rf_sta_init:
-0418 704cf201 jam 1 ,mem_24g_rf_last_sta 
-0419 704cf400 jam 0 ,mem_24g_sync_cnt 
-
-p_g24_transmit_rf_ctrl_clear:
-041a 6800cbbd fetch 1 ,mem_24g_data_type 
-041b 1fe17e07 and_into bits_data ,pdata 
-041c 6000cbbd store 1 ,mem_24g_data_type 
-041d 20600000 rtn 
-
-p_g24_hop_ch_enable:
-041e 6800cbbd fetch 1 ,mem_24g_data_type 
-041f 79207e04 set1 bit_hop ,pdata 
-0420 6000cbbd store 1 ,mem_24g_data_type 
-0421 6000cb78 store 1 ,mem_24g_txpayload 
-0422 20600000 rtn 
-
-p_g24_transmit_hop_pac_fail:
-0423 204004e7 call power_ctrl_pac_succ_decrs 
-0424 6800ccf3 fetch 1 ,mem_24g_rf_work_stage 
-0425 c0008428 beq 1 ,p_g24_transmit_hop_pac_fail_wo_hop 
-0426 c001042c beq 2 ,p_g24_transmit_hop_pac_fail_hop_stage2 
-0427 20600000 rtn 
-
-p_g24_transmit_hop_pac_fail_wo_hop:
-0428 704cf402 jam 2 ,mem_24g_sync_cnt 
-
-p_g24_transmit_hop_pac_fail_stage1:
-0429 704cf000 jam 0 ,mem_24g_hop_pac_retry 
-042a 704cf200 jam 0 ,mem_24g_rf_last_sta 
-042b 2020041a branch p_g24_transmit_rf_ctrl_clear 
-
-p_g24_transmit_hop_pac_fail_hop_stage2:
-042c 704cf100 jam 0 ,mem_24g_rf_hop_ch 
-042d 20200429 branch p_g24_transmit_hop_pac_fail_stage1 
-
-p_g24_transmit_pac_fail_hop_stage3:
-042e 68014bc2 fetch 2 ,mem_24g_txfail_cnt 
-042f 1fe0fe01 increase 1 ,pdata 
-0430 60014bc2 store 2 ,mem_24g_txfail_cnt 
-0431 c28504d5 bbit1 10 ,p_g24_tx_attempt_fail 
-0432 6800ccf1 fetch 1 ,mem_24g_rf_hop_ch 
-0433 c0008437 beq 1 ,p_g24_rf_hop_fastly 
-0434 704cf101 jam 1 ,mem_24g_rf_hop_ch 
-
-p_g24_rf_hop_attemp_again:
-0435 6800ccf1 fetch 1 ,mem_24g_rf_hop_ch 
-0436 c080841a bne 1 ,p_g24_transmit_rf_ctrl_clear 
-
-p_g24_rf_hop_fastly:
-0437 6800ccef fetch 1 ,mem_24g_hop_fastly_cnt 
-0438 1fe0fe01 increase 1 ,pdata 
-0439 6000ccef store 1 ,mem_24g_hop_fastly_cnt 
-043a c002043e beq 4 ,p_g24_rf_hop_fastly_exit 
-043b 204005b5 call p_g24_ch 
-043c 704c0102 jam 2 ,mem_24g_max_retry 
-043d 20200494 branch p_g24_transmit_packet 
-
-p_g24_rf_hop_fastly_exit:
-043e 204004e7 call power_ctrl_pac_succ_decrs 
-043f 704cef00 jam 0 ,mem_24g_hop_fastly_cnt 
-0440 2020041a branch p_g24_transmit_rf_ctrl_clear 
-
-p_g24_transmit_hop_pac_succ_wo_hop:
-0441 704cf402 jam 2 ,mem_24g_sync_cnt 
-
-p_g24_transmit_hop_pac_succ:
-0442 704cf201 jam 1 ,mem_24g_rf_last_sta 
-0443 704cf100 jam 0 ,mem_24g_rf_hop_ch 
-0444 2020041a branch p_g24_transmit_rf_ctrl_clear 
-
-p_g24_transmit_succ_rf_config:
-0445 6800ccf3 fetch 1 ,mem_24g_rf_work_stage 
-0446 c0018442 beq 3 ,p_g24_transmit_hop_pac_succ 
-0447 6800cbbd fetch 1 ,mem_24g_data_type 
-0448 2fec0004 isolate0 bit_hop ,pdata 
-0449 20208418 branch p_g24_transmit_rf_sta_init ,true 
-044a 6800ccf3 fetch 1 ,mem_24g_rf_work_stage 
-044b c0008441 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
-044c c0010442 beq 2 ,p_g24_transmit_hop_pac_succ 
-044d 20600000 rtn 
-
-p_g24_rf_sta_check:
-044e 6800cbcc fetch 1 ,mem_24g_pairing_sm 
-044f c1ff8000 rtnne state_24g_pairing_success 
-0450 20400453 call p_g24_rf_laststa_synccnt_check 
-0451 2456045b ncall p_g24_rf_sync_cnt_check ,user2 
-0452 20600000 rtn 
-
-p_g24_rf_laststa_synccnt_check:
-0453 78567c00 disable user2 
-0454 6800ccf2 fetch 1 ,mem_24g_rf_last_sta 
-0455 c1808000 rtnne 1 
-0456 6800ccf4 fetch 1 ,mem_24g_sync_cnt 
-0457 c1800000 rtnne 0 
-0458 704cf301 jam 1 ,mem_24g_rf_work_stage 
-0459 704c0104 jam 4 ,mem_24g_max_retry 
-045a 20207feb branch enable_user2 
-
-p_g24_rf_sync_cnt_check:
-045b 6800ccf4 fetch 1 ,mem_24g_sync_cnt 
-045c 203a0463 branch p_g24_rf_hop_attemp ,blank 
-045d 1fe0ffff increase -1 ,pdata 
-045e 6000ccf4 store 1 ,mem_24g_sync_cnt 
-045f 704cf302 jam 2 ,mem_24g_rf_work_stage 
-0460 204005b5 call p_g24_ch 
-0461 704c0104 jam 4 ,mem_24g_max_retry 
-0462 20600000 rtn 
-
-p_g24_rf_hop_attemp:
-0463 704cf303 jam 3 ,mem_24g_rf_work_stage 
-0464 6800ccf1 fetch 1 ,mem_24g_rf_hop_ch 
-0465 243a0435 nbranch p_g24_rf_hop_attemp_again ,blank 
-0466 204005b5 call p_g24_ch 
-0467 704c0102 jam 2 ,mem_24g_max_retry 
-0468 20600000 rtn 
-
-p_g24_txdata_prep:
-0469 6800cbcc fetch 1 ,mem_24g_pairing_sm 
-046a c0ff852f bne state_24g_pairing_success ,p_g24_pairing_sm 
-
-p_g24_txdata_prep_packeage_data:
-046b 2040046f call p_g24_package_data 
-046c 2040057b call p_g24_transmit_prep 
-
-p_g24_txdata_enable_tx:
-046d 704bc101 jam ensure_on_24g ,mem_24g_ensure 
-046e 20600000 rtn 
-
-p_g24_package_data:
-046f 68014ced fetch 2 ,mem_cb_24g_data 
-0470 20407f9c call callback_func 
-0471 20340475 branch p_g24_accumulate_mouse_data ,user 
-0472 6803cb59 fetch 7 ,mem_24g_txbuf + 1 
-0473 207a0000 rtn blank 
-0474 20207fe7 branch enable_user 
-
-p_g24_accumulate_mouse_data:
-0475 2040048c call p_mouse_data_xy_release 
-0476 704be800 jam 0 ,mem_24g_abort_pac 
-0477 1a20fe01 add rega ,1 ,pdata 
-0478 6000cbbc store 1 ,mem_24g_datalen 
-0479 2040041a call p_g24_transmit_rf_ctrl_clear 
-047a 6000cb58 store 1 ,mem_24g_txbuf 
-047b e8a88000 ifetcht 1 ,contw 
-047c ea408000 ifetch 1 ,regb 
-047d 9841fe00 ior temp ,pdata 
-047e e0a08000 istore 1 ,contw 
-047f 1a40a401 increase 1 ,regb 
-0480 ea420000 ifetch 4 ,regb 
-0481 e0a20000 istore 4 ,contw 
-0482 1a40a404 increase 4 ,regb 
-0483 d8a04b5e arg mem_24g_txbuf + 6 ,contw 
-0484 df200002 arg 2 ,loopcnt 
-
-p_g24_accumulation_loop2:
-0485 ea408000 ifetch 1 ,regb 
-0486 e8a88000 ifetcht 1 ,contw 
-0487 9840fe00 iadd temp ,pdata 
-0488 e0a08000 istore 1 ,contw 
-0489 1a40a401 increase 1 ,regb 
-048a c2000485 loop p_g24_accumulation_loop2 
-048b 20600000 rtn 
-
-p_mouse_data_xy_release:
-048c 6800c6f5 fetch 1 ,mem_config_function_enable 
-048d c3838000 rtnbit1 enable_sensor_motion_pin 
-048e 6800cafd fetch 1 ,mem_mouse_long_mult_flag 
-048f c1808000 rtnne 1 
-0490 58000000 setarg 0 
-0491 6000cafd store 1 ,mem_mouse_long_mult_flag 
-0492 6002469b store 4 ,mem_mouse_x 
-0493 20200145 branch p_mouse_sensor_poweron 
-
-p_g24_transmit_packet:
-0494 704bc500 jam 0 ,mem_24g_retry 
-
-p_g24_transmit_loop:
-0495 d9600d00 arg param_rx_setup ,timeup 
-0496 34730200 until clkn_rt ,meet 
-0497 204004ae call p_g24_transmit_receive_ack 
-0498 6800cbf8 fetch 1 ,mem_24g_no_ack 
-0499 c1008000 rtneq no_ack_24g 
-049a 242c04bd nbranch p_g24_retransmit ,sync 
-049b 243784bd nbranch p_g24_retransmit ,user3 
-049c 204004a9 call p_g24_txbuf_clear 
-049d 204004d9 call p_g24_ackpayload_parse 
-049e 204004e3 call power_ctrl_pac_succ_incrs 
-
-p_g24_transmit_next_packet:
-049f 6800cbbb fetch 1 ,mem_24g_pid 
-04a0 1fe0fe01 increase 1 ,pdata 
-04a1 6000cbbb store 1 ,mem_24g_pid 
-04a2 6800cbcc fetch 1 ,mem_24g_pairing_sm 
-04a3 c0ff84ac bne state_24g_pairing_success ,p_g24_paring_mode_start 
-04a4 20400445 call p_g24_transmit_succ_rf_config 
-
-p_g24_transmit_abandon:
-04a5 58000000 setarg 0 
-04a6 60024bc1 store 4 ,mem_24g_ensure 
-04a7 6000ccf0 store 1 ,mem_24g_hop_pac_retry 
-04a8 20600000 rtn 
-
-p_g24_txbuf_clear:
-04a9 df200004 arg 4 ,loopcnt 
-04aa d8a04b58 arg mem_24g_txbuf ,contw 
-04ab 20207ec6 branch memset0 
-
-p_g24_paring_mode_start:
-04ac 204004e0 call power_ctrl_pac_succ_cnt_init 
-04ad 2020054a branch p_g24_paring_mode 
-
-p_g24_transmit_receive_ack:
-04ae 7857fc00 disable user3 
-04af 20400686 call p_g24_transmit 
-04b0 6800cbf8 fetch 1 ,mem_24g_no_ack 
-04b1 c00084bb beq no_ack_24g ,p_g24_transmit_no_ack 
-04b2 18002a00 force 0 ,radio_ctrl 
-04b3 68024be4 fetch 4 ,mem_24g_addr 
-04b4 98001200 iforce access 
-04b5 68088017 fetcht 1 ,mem_last_freq 
-04b6 2040291f call set_freq_rx 
-04b7 20402924 call rf_rx_enable 
-04b8 20400643 call p_g24_receive_rxon 
-04b9 2057867f call p_g24_end_of_packet ,user3 
-04ba 20600000 rtn 
-
-p_g24_transmit_no_ack:
-04bb 2040067f call p_g24_end_of_packet 
-04bc 2020049f branch p_g24_transmit_next_packet 
-
-p_g24_retransmit:
-04bd 6800cbc4 fetch 1 ,mem_24g_get_ack_fail 
-04be 1fe0fe01 increase 1 ,pdata 
-04bf 6000cbc4 store 1 ,mem_24g_get_ack_fail 
-04c0 6800cbcc fetch 1 ,mem_24g_pairing_sm 
-04c1 c0ff84d1 bne state_24g_pairing_success ,p_g24_tx_paring_retry 
-04c2 6808cbc5 fetcht 1 ,mem_24g_retry 
-04c3 18408401 increase 1 ,temp 
-04c4 6008cbc5 storet 1 ,mem_24g_retry 
-04c5 6800cc01 fetch 1 ,mem_24g_max_retry 
-04c6 98467e00 isub temp ,pdata 
-04c7 243a0495 nbranch p_g24_transmit_loop ,blank 
-04c8 6800ccf3 fetch 1 ,mem_24g_rf_work_stage 
-04c9 c001842e beq 3 ,p_g24_transmit_pac_fail_hop_stage3 
-04ca 6800ccf0 fetch 1 ,mem_24g_hop_pac_retry 
-04cb 1fe0fe01 increase 1 ,pdata 
-04cc 6000ccf0 store 1 ,mem_24g_hop_pac_retry 
-04cd c0010423 beq 2 ,p_g24_transmit_hop_pac_fail 
-04ce 2040041e call p_g24_hop_ch_enable 
-04cf 704c0101 jam 1 ,mem_24g_max_retry 
-04d0 20200494 branch p_g24_transmit_packet 
-
-p_g24_tx_paring_retry:
-04d1 6800cbc4 fetch 1 ,mem_24g_get_ack_fail 
-04d2 c1ff8000 rtnne 0xff 
-04d3 704bc400 jam 0 ,mem_24g_get_ack_fail 
-04d4 202004d7 branch p_g24_stop_g24_mode 
-
-p_g24_tx_attempt_fail:
-04d5 58000000 setarg 0 
-04d6 60014bc2 store 2 ,mem_24g_txfail_cnt 
-
-p_g24_stop_g24_mode:
-04d7 700a993a jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
-04d8 20207d86 branch ui_ipc_send_event 
-
-p_g24_ackpayload_parse:
-04d9 204005cd call p_g24_read_len_pid_crc 
-04da 6800cbba fetch 1 ,mem_24g_rxdata_length 
-04db 207a0000 rtn blank 
-04dc 98007200 iforce loopcnt 
-04dd d8c04b38 arg mem_24g_rxbuf + 2 ,contr 
-04de d8a04b9a arg mem_24g_rxpayload ,contw 
-04df 20207f01 branch memcpy 
+0608 68108077 hfetch 1 ,core_gpio_out3 
+0609 1fe17efd and_into 0xfd ,pdata 
+060a 60108077 hstore 1 ,core_gpio_out3 
+060b 68188073 hfetcht 1 ,core_gpio_oe3 
+060c 18418402 or_into 0x2 ,temp 
+060d 60188073 hstoret 1 ,core_gpio_oe3 
+060e 204063ee call twspi_disable 
+060f 184104fd and_into 0xfd ,temp 
+0610 2000000d nop 13 
+0611 204063f2 call twspi_enable 
+0612 60188073 hstoret 1 ,core_gpio_oe3 
+0613 20600000 rtn 
 
 power_ctrl_pac_succ_cnt_init:
-04e0 704cf801 jam 1 ,mem_power_ctrl_level 
-04e1 704cf500 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-04e2 20600000 rtn 
+0614 704d0601 jam 1 ,mem_power_ctrl_level 
+0615 704d0300 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0616 20600000 rtn 
 
 power_ctrl_pac_succ_incrs:
-04e3 6800ccf5 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-04e4 1fe0fe01 increase 1 ,pdata 
-04e5 6000ccf5 store 1 ,mem_power_ctrl_pac_succ_cnt 
-04e6 20600000 rtn 
+0617 6800cd03 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0618 1fe0fe01 increase 1 ,pdata 
+0619 6000cd03 store 1 ,mem_power_ctrl_pac_succ_cnt 
+061a 20600000 rtn 
 
 power_ctrl_pac_succ_decrs:
-04e7 6800ccf5 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-04e8 1fe67c02 sub pdata ,2 ,null 
-04e9 244104ef ncall power_ctrl_pac_succ_cnt_reinit ,positive 
-04ea 6800ccf5 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-04eb c1000000 rtneq 0 
-04ec 1fe0ffff increase -1 ,pdata 
-04ed 6000ccf5 store 1 ,mem_power_ctrl_pac_succ_cnt 
-04ee 20600000 rtn 
+061b 6800cd03 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+061c 1fe67c02 sub pdata ,2 ,null 
+061d 24410623 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+061e 6800cd03 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+061f c1000000 rtneq 0 
+0620 1fe0ffff increase -1 ,pdata 
+0621 6000cd03 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0622 20600000 rtn 
 
 power_ctrl_pac_succ_cnt_reinit:
-04ef 704cf503 jam 3 ,mem_power_ctrl_pac_succ_cnt 
-04f0 20600000 rtn 
+0623 704d0303 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+0624 20600000 rtn 
 
 power_ctrl_start:
-04f1 68014682 fetch 2 ,mem_ui_state_map 
-04f2 c3858000 rtnbit1 ui_state_ble_adv 
-04f3 c3838000 rtnbit1 ui_state_bt_reconnect 
-04f4 c3830000 rtnbit1 ui_state_bt_discovery 
-04f5 da204c7e arg mem_rssi_signal_buf ,rega 
-04f6 2040061c call p_rssi_average 
-04f7 6008ccf6 storet 1 ,mem_rssi_avg_received 
-04f8 58000082 setarg rssi_dis_max_24g 
-04f9 c51304fb bmark1 mark_24g ,power_ctrl_start_next 
-04fa 58000080 setarg rssi_dis_max_ble 
+0625 68014682 fetch 2 ,mem_ui_state_map 
+0626 c3858000 rtnbit1 ui_state_ble_adv 
+0627 da204c8c arg mem_rssi_signal_buf ,rega 
+0628 204002b4 call p_rssi_average 
+0629 6008cd04 storet 1 ,mem_rssi_avg_received 
+062a 58000082 setarg rssi_dis_max_24g 
+062b c513062d bmark1 mark_24g ,power_ctrl_start_next 
+062c 58000080 setarg rssi_dis_max_ble 
 
 power_ctrl_start_next:
-04fb 98467c00 isub temp ,null 
-04fc 24210513 nbranch power_ctrl_txpower_incrs_force ,positive 
-04fd 6800ccf5 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-04fe 1fe67c02 sub pdata ,2 ,null 
-04ff 24210503 nbranch power_ctrl_txpower_decrs_check ,positive 
-0500 6800ccf5 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0501 c0000514 beq 0 ,power_ctrl_txpower_incrs 
-0502 20600000 rtn 
+062d 98467c00 isub temp ,null 
+062e 24210645 nbranch power_ctrl_txpower_incrs_force ,positive 
+062f 6800cd03 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0630 1fe67c02 sub pdata ,2 ,null 
+0631 24210635 nbranch power_ctrl_txpower_decrs_check ,positive 
+0632 6800cd03 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0633 c0000646 beq 0 ,power_ctrl_txpower_incrs 
+0634 20600000 rtn 
 
 power_ctrl_txpower_decrs_check:
-0503 6800ccf5 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0504 c1900000 rtnne 32 
-0505 704cf500 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0635 6800cd03 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0636 c1900000 rtnne 32 
+0637 704d0300 jam 0 ,mem_power_ctrl_pac_succ_cnt 
 
 power_ctrl_txpower_decrs:
-0506 6808ccf6 fetcht 1 ,mem_rssi_avg_received 
-0507 58000077 setarg rssi_dis_min_24g 
-0508 c513050a bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
-0509 58000075 setarg rssi_dis_min_ble 
+0638 6808cd04 fetcht 1 ,mem_rssi_avg_received 
+0639 58000077 setarg rssi_dis_min_24g 
+063a c513063c bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+063b 58000075 setarg rssi_dis_min_ble 
 
 power_ctrl_txpower_decrs_next:
-050a 98467c00 isub temp ,null 
-050b 24610000 nrtn positive 
-050c 6800ccf8 fetch 1 ,mem_power_ctrl_level 
-050d c000051b beq 0 ,power_ctrl_decrs_level0 
-050e 1fe0ffff increase -1 ,pdata 
-050f 6000ccf8 store 1 ,mem_power_ctrl_level 
-0510 c000051b beq 0 ,power_ctrl_decrs_level0 
+063c 98467c00 isub temp ,null 
+063d 24610000 nrtn positive 
+063e 6800cd06 fetch 1 ,mem_power_ctrl_level 
+063f c000064d beq 0 ,power_ctrl_decrs_level0 
+0640 1fe0ffff increase -1 ,pdata 
+0641 6000cd06 store 1 ,mem_power_ctrl_level 
+0642 c000064d beq 0 ,power_ctrl_decrs_level0 
 
 power_ctrl_decrs_level1:
 
 power_ctrl_incrs_level1:
-0511 7041de00 jam tx_power_0db ,mem_tx_power 
-0512 20600000 rtn 
+0643 7041de00 jam tx_power_0db ,mem_tx_power 
+0644 20600000 rtn 
 
 power_ctrl_txpower_incrs_force:
-0513 704cf500 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0645 704d0300 jam 0 ,mem_power_ctrl_pac_succ_cnt 
 
 power_ctrl_txpower_incrs:
-0514 6800ccf8 fetch 1 ,mem_power_ctrl_level 
-0515 c0010519 beq 2 ,power_ctrl_incrs_level2 
-0516 1fe0fe01 increase 1 ,pdata 
-0517 6000ccf8 store 1 ,mem_power_ctrl_level 
-0518 c0008511 beq 1 ,power_ctrl_incrs_level1 
+0646 6800cd06 fetch 1 ,mem_power_ctrl_level 
+0647 c001064b beq 2 ,power_ctrl_incrs_level2 
+0648 1fe0fe01 increase 1 ,pdata 
+0649 6000cd06 store 1 ,mem_power_ctrl_level 
+064a c0008643 beq 1 ,power_ctrl_incrs_level1 
 
 power_ctrl_incrs_level2:
-0519 7041de02 jam tx_power_5db ,mem_tx_power 
-051a 20600000 rtn 
+064b 7041de02 jam tx_power_5db ,mem_tx_power 
+064c 20600000 rtn 
 
 power_ctrl_decrs_level0:
-051b 7041de04 jam tx_power_f5db ,mem_tx_power 
-051c 20600000 rtn 
-
-p_g24_pair_init:
-051d 7041de20 jam tx_power_pair ,mem_tx_power 
-051e 704bbb00 jam 0 ,mem_24g_pid 
-051f 704bc64e jam g24_pair_ch ,mem_24g_ch 
-0520 68024bc8 fetch 4 ,mem_24g_paring_addr 
-
-p_g24_update_addr_and_synccrc8:
-0521 60024be4 store 4 ,mem_24g_addr 
-
-p_g24_syncword_crc8:
-0522 da200000 arg 0 ,rega 
-0523 df200004 arg 4 ,loopcnt 
-0524 d8c04be4 arg mem_24g_addr ,contr 
-
-p_g24_syncword_crc8_loop:
-0525 e8c08000 ifetch 1 ,contr 
-0526 9a20a200 iadd rega ,rega 
-0527 c2000525 loop p_g24_syncword_crc8_loop 
-0528 1a227e00 copy rega ,pdata 
-0529 60014c6d store 2 ,mem_24g_syncword 
-052a 6800cc6d fetch 1 ,mem_24g_syncword 
-052b 6808cc6e fetcht 1 ,mem_24g_syncword + 1 
-052c 9840fe00 iadd temp ,pdata 
-052d 6000cc6f store 1 ,mem_24g_syncword_crc8 
-052e 20600000 rtn 
-
-p_g24_pairing_sm:
-052f 6800cbc1 fetch 1 ,mem_24g_ensure 
-0530 c000ffe7 beq ensure_on_24g ,enable_user 
-0531 6800cbcc fetch 1 ,mem_24g_pairing_sm 
-0532 c0008536 beq state_24g_pairing_1 ,p_g24_pairing_sm_1 
-0533 c0010539 beq state_24g_pairing_2 ,p_g24_pairing_sm_2 
-0534 c001853c beq state_24g_pairing_3 ,p_g24_pairing_sm_3 
-0535 20202a8c branch assert 
-
-p_g24_pairing_sm_1:
-0536 704bcc11 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm 
-0537 70119eaa jam 0xaa ,mem_24g_common_temp 
-0538 2020053e branch p_g24_pairing_sm_common 
-
-p_g24_pairing_sm_2:
-0539 704bcc12 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm 
-053a 70119e55 jam 0x55 ,mem_24g_common_temp 
-053b 2020053e branch p_g24_pairing_sm_common 
-
-p_g24_pairing_sm_3:
-053c 704bcc13 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm 
-053d 70119e22 jam 0x22 ,mem_24g_common_temp 
-
-p_g24_pairing_sm_common:
-053e 6800cbbd fetch 1 ,mem_24g_data_type 
-053f 1fe17e07 and_into bits_data ,pdata 
-0540 6000919f store 1 ,mem_24g_common_temp + 1 
-0541 68024bf3 fetch 4 ,mem_24g_device_addr 
-0542 600211a0 store 4 ,mem_24g_common_temp + 2 
-
-p_g24_put_pairing_data_in_buff:
-0543 7011a400 jam 0 ,mem_24g_common_temp + 6 
-0544 da20119e arg mem_24g_common_temp ,rega 
-0545 d8400007 arg 7 ,temp 
-0546 204005c8 call p_g24_put_data_in_buff 
-0547 2040057b call p_g24_transmit_prep 
-0548 2040046d call p_g24_txdata_enable_tx 
-0549 20207fe7 branch enable_user 
-
-p_g24_paring_mode:
-054a 6800cbcc fetch 1 ,mem_24g_pairing_sm 
-054b c17f8000 rtneq state_24g_pairing_success 
-054c c0088550 beq state_24g_pairing_1_waiting_ack ,p_g24_pairing_sm_1_waiting_ack 
-054d c0090552 beq state_24g_pairing_2_waiting_ack ,p_g24_pairing_sm_2_waiting_ack 
-054e c0098554 beq state_24g_pairing_3_waiting_ack ,p_g24_pairing_sm_3_waiting_ack 
-054f 20600000 rtn 
-
-p_g24_pairing_sm_1_waiting_ack:
-0550 704bcc02 jam state_24g_pairing_2 ,mem_24g_pairing_sm 
-0551 202004a5 branch p_g24_transmit_abandon 
-
-p_g24_pairing_sm_2_waiting_ack:
-0552 704bcc03 jam state_24g_pairing_3 ,mem_24g_pairing_sm 
-0553 202004a5 branch p_g24_transmit_abandon 
-
-p_g24_pairing_sm_3_waiting_ack:
-0554 704bccff jam state_24g_pairing_success ,mem_24g_pairing_sm 
-0555 700a9939 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
-0556 20407d86 call ui_ipc_send_event 
-0557 68024b9c fetch 4 ,mem_24g_rxpayload + 2 
-0558 20400521 call p_g24_update_addr_and_synccrc8 
-0559 202004a5 branch p_g24_transmit_abandon 
-
-p_g24_start_24g_mode:
-055a 793f8026 set0 mark_24g ,mark 
-055b 704bf800 jam with_ack_24g ,mem_24g_no_ack 
-055c 204005b4 call p_g24_ch_syncword_crc8_init 
-055d 6800cbcc fetch 1 ,mem_24g_pairing_sm 
-055e c1ff8000 rtnne state_24g_pairing_success 
-055f 20400573 call p_g24_tx_attemp_data_prep 
-
-p_g24_tx_attemp_dongle:
-0560 58000000 setarg 0 
-0561 60014be9 store 2 ,mem_24g_check_dongle_times 
-
-p_g24_tx_attemp_dongle_loop:
-0562 20402afa call lpo_calibration 
-0563 200007d0 nop 2000 
-0564 6800cbe9 fetch 1 ,mem_24g_check_dongle_times 
-0565 c07f84d7 beq 0xff ,p_g24_stop_g24_mode 
-0566 204004ae call p_g24_transmit_receive_ack 
-0567 242c058d nbranch p_g24_attemp_txdata_retry ,sync 
-0568 2437858d nbranch p_g24_attemp_txdata_retry ,user3 
-
-p_g24_tx_attemp_dongle_succ:
-0569 79200026 set1 mark_24g ,mark 
-056a 58000000 setarg 0 
-056b 60014be9 store 2 ,mem_24g_check_dongle_times 
-056c 704afd00 jam 0 ,mem_mouse_long_mult_flag 
-056d 700a993c jam bt_evt_24g_attempt_success ,mem_fifo_temp 
-056e 20407d86 call ui_ipc_send_event 
-056f 204004a9 call p_g24_txbuf_clear 
-
-p_g24_transmit_by_interrupt_enable:
-0570 704cfc01 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
-0571 704cfd00 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
-0572 20600000 rtn 
-
-p_g24_tx_attemp_data_prep:
-0573 70119eff jam 0xff ,mem_24g_common_temp 
-0574 6800cbbd fetch 1 ,mem_24g_data_type 
-0575 6000919f store 1 ,mem_24g_common_temp + 1 
-0576 68024bf3 fetch 4 ,mem_24g_device_addr 
-0577 600211a0 store 4 ,mem_24g_common_temp + 2 
-0578 d8400006 arg 6 ,temp 
-0579 da20119e arg mem_24g_common_temp ,rega 
-057a 204005c8 call p_g24_put_data_in_buff 
-
-p_g24_transmit_prep:
-057b 6800cbbc fetch 1 ,mem_24g_datalen 
-057c 1fe0fe02 increase 2 ,pdata 
-057d 6000cbbe store 1 ,mem_24g_txlen 
-057e 6800cbbd fetch 1 ,mem_24g_data_type 
-057f 6000cb78 store 1 ,mem_24g_txpayload 
-0580 6800cbbc fetch 1 ,mem_24g_datalen 
-0581 1fe9fe00 lshift3 pdata ,pdata 
-0582 6808cbbb fetcht 1 ,mem_24g_pid 
-0583 18410403 and temp ,0x03 ,temp 
-0584 18438400 lshift temp ,temp 
-0585 9841fe00 ior temp ,pdata 
-0586 6808cbf8 fetcht 1 ,mem_24g_no_ack 
-0587 9840fe00 iadd temp ,pdata 
-0588 e0a08000 istore 1 ,contw 
-0589 6800cbbc fetch 1 ,mem_24g_datalen 
-058a 98007200 iforce loopcnt 
-058b d8c04b58 arg mem_24g_txbuf ,contr 
-058c 20207f01 branch memcpy 
-
-p_g24_attemp_txdata_retry:
-058d 68014be9 fetch 2 ,mem_24g_check_dongle_times 
-058e 1fe0fe01 increase 1 ,pdata 
-058f 60014be9 store 2 ,mem_24g_check_dongle_times 
-0590 204005b5 call p_g24_ch 
-0591 20200562 branch p_g24_tx_attemp_dongle_loop 
-
-p_g24_auto_pair_start:
-0592 793f8026 set0 mark_24g ,mark 
-0593 704bf800 jam with_ack_24g ,mem_24g_no_ack 
-0594 204005b1 call p_g24_auto_pair_first_attemp 
-0595 20400573 call p_g24_tx_attemp_data_prep 
-
-p_g24_auto_pair_restart:
-0596 704be900 jam 0 ,mem_24g_check_dongle_times 
-
-p_g24_auto_pair_start_loop:
-0597 20402afa call lpo_calibration 
-0598 200007d0 nop 2000 
-0599 6800cbe9 fetch 1 ,mem_24g_check_dongle_times 
-059a c07f84d7 beq 0xff ,p_g24_stop_g24_mode 
-059b 204004ae call p_g24_transmit_receive_ack 
-059c 242c05a5 nbranch p_g24_auto_pair_retry ,sync 
-059d 243785a5 nbranch p_g24_auto_pair_retry ,user3 
-059e 204004d9 call p_g24_ackpayload_parse 
-059f 204000e2 call p_mouse_tx_power_init 
-05a0 68024be4 fetch 4 ,mem_24g_addr 
-05a1 680a4bc8 fetcht 4 ,mem_24g_paring_addr 
-05a2 98467c00 isub temp ,null 
-05a3 20228106 branch p_g24_start_pairing_sm1 ,zero 
-05a4 20200569 branch p_g24_tx_attemp_dongle_succ 
-
-p_g24_auto_pair_retry:
-05a5 6800cbe9 fetch 1 ,mem_24g_check_dongle_times 
-05a6 1fe0fe01 increase 1 ,pdata 
-05a7 6000cbe9 store 1 ,mem_24g_check_dongle_times 
-05a8 6800ccfa fetch 1 ,mem_24g_auto_paring_switch 
-05a9 1fe0fe01 increase 1 ,pdata 
-05aa 1fe17e03 and_into 3 ,pdata 
-05ab 6000ccfa store 1 ,mem_24g_auto_paring_switch 
-05ac c00005be beq 0 ,p_g24_auto_pair_device_attemp 
-05ad c00085c0 beq 1 ,p_g24_auto_pair_pair_attemp 
-05ae c00105c2 beq 2 ,p_g24_auto_pair_all_powerful_attemp 
-05af c00185c0 beq 3 ,p_g24_auto_pair_pair_attemp 
-05b0 20600000 rtn 
-
-p_g24_auto_pair_first_attemp:
-05b1 204000e2 call p_mouse_tx_power_init 
-05b2 68024bf3 fetch 4 ,mem_24g_device_addr 
-05b3 60024be4 store 4 ,mem_24g_addr 
-
-p_g24_ch_syncword_crc8_init:
-05b4 20400522 call p_g24_syncword_crc8 
-
-p_g24_ch:
-05b5 6808cbc7 fetcht 1 ,mem_24g_current_ch_number 
-05b6 2040062d call p_g24_ch_map_size 
-05b7 6008cbc7 storet 1 ,mem_24g_current_ch_number 
-05b8 20600000 rtn 
-
-p_g24_auto_pair_all_powerful:
-05b9 7041de20 jam tx_power_pair ,mem_tx_power 
-05ba 58000f0f setarg 0x0f0f 
-05bb 60014be4 store 2 ,mem_24g_addr 
-05bc e0a10000 istore 2 ,contw 
-05bd 202005b4 branch p_g24_ch_syncword_crc8_init 
-
-p_g24_auto_pair_device_attemp:
-05be 204005b1 call p_g24_auto_pair_first_attemp 
-05bf 20200597 branch p_g24_auto_pair_start_loop 
-
-p_g24_auto_pair_pair_attemp:
-05c0 2040051d call p_g24_pair_init 
-05c1 20200597 branch p_g24_auto_pair_start_loop 
-
-p_g24_auto_pair_all_powerful_attemp:
-05c2 204005b9 call p_g24_auto_pair_all_powerful 
-05c3 20200597 branch p_g24_auto_pair_start_loop 
-
-p_g24_check_51cmd_stop_24g:
-05c4 793f8026 set0 mark_24g ,mark 
-05c5 204053ce call le_disable 
-
-p_mouse_disable_g24_pairing_flag:
-05c6 d8e00003 arg mosue_24g_pairing_flag ,queue 
-05c7 202043d2 branch mouse_disable_function_flag 
-
-p_g24_put_data_in_buff:
-05c8 6008cbbc storet 1 ,mem_24g_datalen 
-05c9 18427200 copy temp ,loopcnt 
-05ca d8a04b58 arg mem_24g_txbuf ,contw 
-05cb 1a220c00 copy rega ,contr 
-05cc 20207f01 branch memcpy 
-
-p_g24_read_len_pid_crc:
-05cd 6800cb37 fetch 1 ,mem_24g_rxbuf + 1 
-05ce 1fe97e00 rshift3 pdata ,pdata 
-05cf 6000cbba store 1 ,mem_24g_rxdata_length 
-05d0 1fe0fe01 increase 1 ,pdata 
-05d1 d8c04b37 arg mem_24g_rxbuf + 1 ,contr 
-05d2 98c08c00 iadd contr ,contr 
-05d3 e8c18000 ifetch 3 ,contr 
-05d4 6001cbf9 store 3 ,mem_24g_sta_crc 
-05d5 6800cb37 fetch 1 ,mem_24g_rxbuf + 1 
-05d6 1fe37e00 rshift pdata ,pdata 
-05d7 1fe17e03 and pdata ,0x03 ,pdata 
-05d8 6000cbff store 1 ,mem_24g_sta_pid 
-05d9 20600000 rtn 
+064d 7041de04 jam tx_power_f5db ,mem_tx_power 
+064e 20600000 rtn 
 
 p_set_freq_tx:
-05da 60088017 storet 1 ,mem_last_freq 
-05db 1840a200 add temp ,0 ,rega 
-05dc 20402981 call rf_write_freq 
-05dd 58000500 setarg param_pll_setup 
-05de 20402a8f call sleep 
+064f 60088017 storet 1 ,mem_last_freq 
+0650 1840a200 add temp ,0 ,rega 
+0651 20402981 call rf_write_freq 
+0652 58000500 setarg param_pll_setup 
+0653 20402a8f call sleep 
 
 p_rf_tx_enable:
-05df 70890601 jam 0x1 ,rfen_adc 
-05e0 7089003c jam 0x3c ,rfen_rx 
-05e1 708901e0 jam 0xe0 ,rfen_tx 
-05e2 2000000a nop 10 
-05e3 70890201 jam 0x01 ,rfen_mdm 
-05e4 7089023d jam 0x3d ,rfen_mdm 
-05e5 2000000a nop 10 
-05e6 708903b7 jam 0xb7 ,rfen_sn 
-05e7 2000000a nop 10 
-05e8 7089027d jam 0x7d ,rfen_mdm 
-05e9 6800c1de fetch 1 ,mem_tx_power 
-05ea c00005ef beq tx_power_0db ,p_set_tx_power_0db 
-05eb c00105f4 beq tx_power_5db ,p_set_tx_power_5db 
-05ec c00205f9 beq tx_power_f5db ,p_set_tx_power_f5db 
-05ed c0100608 beq tx_power_pair ,p_set_tx_power_pair 
-05ee 202005ef branch p_set_tx_power_0db 
+0654 70890601 jam 0x1 ,rfen_adc 
+0655 7089003c jam 0x3c ,rfen_rx 
+0656 708901e0 jam 0xe0 ,rfen_tx 
+0657 2000000a nop 10 
+0658 70890201 jam 0x01 ,rfen_mdm 
+0659 7089023d jam 0x3d ,rfen_mdm 
+065a 2000000a nop 10 
+065b 708903b7 jam 0xb7 ,rfen_sn 
+065c 2000000a nop 10 
+065d 7089027d jam 0x7d ,rfen_mdm 
+065e 6800c1de fetch 1 ,mem_tx_power 
+065f c0010667 beq tx_power_5db ,p_set_tx_power_5db 
+0660 c002066c beq tx_power_f5db ,p_set_tx_power_f5db 
+0661 c010067b beq tx_power_pair ,p_set_tx_power_pair 
 
 p_set_tx_power_0db:
-05ef 204005fe call p_rx_low_sens 
-05f0 708955d0 jam 0xd0 ,0x8955 
-05f1 708956e0 jam 0xe0 ,0x8956 
-05f2 7089586c jam 0x6c ,0x8958 
-05f3 2020294b branch set_tx_power_0db 
+0662 20400671 call p_rx_low_sens 
+0663 708955d0 jam 0xd0 ,0x8955 
+0664 708956e0 jam 0xe0 ,0x8956 
+0665 7089586c jam 0x6c ,0x8958 
+0666 2020294b branch set_tx_power_0db 
 
 p_set_tx_power_5db:
-05f4 20400603 call p_rx_high_sens 
-05f5 708955d0 jam 0xd0 ,0x8955 
-05f6 708956e0 jam 0xe0 ,0x8956 
-05f7 7089583c jam 0x3c ,0x8958 
-05f8 20202953 branch set_tx_power_5db 
+0667 20400676 call p_rx_high_sens 
+0668 708955d0 jam 0xd0 ,0x8955 
+0669 708956e0 jam 0xe0 ,0x8956 
+066a 7089583c jam 0x3c ,0x8958 
+066b 20202953 branch set_tx_power_5db 
 
 p_set_tx_power_f5db:
-05f9 204005fe call p_rx_low_sens 
-05fa 708955d0 jam 0xd0 ,0x8955 
-05fb 708956c0 jam 0xc0 ,0x8956 
-05fc 7089586c jam 0x6c ,0x8958 
-05fd 2020295b branch set_tx_power_f5db 
+066c 20400671 call p_rx_low_sens 
+066d 708955d0 jam 0xd0 ,0x8955 
+066e 708956c0 jam 0xc0 ,0x8956 
+066f 7089586c jam 0x6c ,0x8958 
+0670 2020295b branch set_tx_power_f5db 
 
 p_rx_low_sens:
-05fe 70894c5b jam 0x5b ,0x894c 
-05ff 70894d96 jam 0x96 ,0x894d 
-0600 70894e2c jam 0x2c ,0x894e 
-0601 70894f46 jam 0x46 ,0x894f 
-0602 20600000 rtn 
+0671 70894c5b jam 0x5b ,0x894c 
+0672 70894d96 jam 0x96 ,0x894d 
+0673 70894e2c jam 0x2c ,0x894e 
+0674 70894f46 jam 0x46 ,0x894f 
+0675 20600000 rtn 
 
 p_rx_high_sens:
-0603 70894cfb jam 0xfb ,0x894c 
-0604 70894def jam 0xef ,0x894d 
-0605 70894eec jam 0xec ,0x894e 
-0606 70894f5e jam 0x5e ,0x894f 
-0607 20600000 rtn 
+0676 70894cfb jam 0xfb ,0x894c 
+0677 70894def jam 0xef ,0x894d 
+0678 70894eec jam 0xec ,0x894e 
+0679 70894f5e jam 0x5e ,0x894f 
+067a 20600000 rtn 
 
 p_set_tx_power_pair:
-0608 708956c2 jam 0xc2 ,0x8956 
-0609 708955d0 jam 0xd0 ,0x8955 
-060a 20600000 rtn 
+067b 708956c2 jam 0xc2 ,0x8956 
+067c 708955d0 jam 0xd0 ,0x8955 
+067d 20600000 rtn 
 
 p_shutdown_radio:
-060b 18002a08 force 8 ,radio_ctrl 
-060c 202028fa branch shutdown_radio + 1 
-
-p_g24_timer_check:
-060d 20407fe9 call disable_user 
-060e 680a4bdd fetcht 4 ,mem_24g_tx_btclk 
-060f 1c427e00 copy clkn_bt ,pdata 
-0610 98467c00 isub temp ,null 
-0611 24412d18 ncall g24_timer_timeout ,positive 
-0612 1fe22400 copy pdata ,regb 
-0613 68024bdd fetch 4 ,mem_24g_tx_btclk 
-0614 6808cbe1 fetcht 1 ,mem_24g_interval 
-0615 98408400 iadd temp ,temp 
-0616 1a427e00 copy regb ,pdata 
-0617 98467c00 isub temp ,null 
-0618 24610000 nrtn positive 
-0619 793ffe1c set0 28 ,pdata 
-061a 60024bdd store 4 ,mem_24g_tx_btclk 
-061b 20207fe7 branch enable_user 
-
-p_rssi_average:
-061c d8400000 arg 0 ,temp 
-061d df200008 arg rssi_buf_len_signal + 1 ,loopcnt 
-061e 1a220c00 copy rega ,contr 
-
-p_rssi_average_loop:
-061f e8c08000 ifetch 1 ,contr 
-0620 98408400 iadd temp ,temp 
-0621 c200061f loop p_rssi_average_loop 
-0622 18497e00 rshift3 temp ,pdata 
-0623 1fe20400 copy pdata ,temp 
-0624 c6930000 rtnmark0 mark_24g 
-0625 1fe6fc0a div pdata ,10 
-0626 20407f86 call wait_div_end 
-0627 1807fe00 quotient pdata 
-0628 1ff27e00 lshift4 pdata ,pdata 
-0629 18070400 remainder temp 
-062a 98418400 ior temp ,temp 
-062b 20600000 rtn 
-062c 20600000 rtn 
-
-p_g24_ch_map_size:
-062d 20400631 call p_g24_ch_calc 
-062e 18408401 increase 1 ,temp 
-062f 18410403 and_into 3 ,temp 
-0630 20600000 rtn 
-
-p_g24_ch_calc:
-0631 6800cbe4 fetch 1 ,mem_24g_addr 
-0632 1fe17e03 and_into 0x03 ,pdata 
-0633 1fefa204 mul32 pdata ,4 ,rega 
-0634 58004bcd setarg mem_24g_ch_map1 
-0635 9a20fe00 iadd rega ,pdata 
-0636 98408c00 iadd temp ,contr 
-0637 e8c08000 ifetch 1 ,contr 
-0638 6000cbc6 store 1 ,mem_24g_ch 
-0639 20600000 rtn 
-
-p_g24_prep:
-063a 7844fc00 disable enable_crc 
-063b 7843fc00 disable enable_white 
-063c 58555555 setarg 0x555555 
-063d 98001e00 iforce crc24_init 
-063e 6800cbc6 fetch 1 ,mem_24g_ch 
-063f 1fed8400 reverse pdata ,temp 
-0640 79200401 set1 1 ,temp 
-0641 18431c00 rshift temp ,white_init 
-0642 20600000 rtn 
-
-p_g24_receive_rxon:
-0643 2040063a call p_g24_prep 
-0644 7857fc00 disable user3 
-0645 7826fc00 enable decode_fec0 
-0646 7830fc00 enable is_rx 
-0647 78507c00 disable is_tx 
-0648 78287c00 enable swfine 
-0649 68014bbf fetch 2 ,mem_24g_rx_window 
-064a 98003600 iforce stop_watch 
-064b 37c18400 correlate null ,timeout 
-064c 242c067f nbranch p_g24_sync_timeout ,sync 
-064d 7846fc00 disable decode_fec0 
-064e 7825fc00 enable decode_fec1 
-064f 7823fc00 enable enable_white 
-0650 7824fc00 enable enable_crc 
-0651 2040067c call p_g24_receive_byte 
-0652 6000cc70 store 1 ,mem_24g_get_syncword_crc8 
-0653 6808cc6f fetcht 1 ,mem_24g_syncword_crc8 
-0654 98467c00 isub temp ,null 
-0655 2422867f nbranch p_g24_end_of_packet ,zero 
-0656 2040067c call p_g24_receive_byte 
-0657 6000cb36 store 1 ,mem_24g_rxbuf 
-0658 6800cc02 fetch 1 ,mem_24g_mode 
-0659 1fe67c02 sub pdata ,rx_24g ,null 
-065a 2022865f branch p_g24_receive_skip ,zero 
-065b 6800cb36 fetch 1 ,mem_24g_rxbuf 
-065c 6808cbbd fetcht 1 ,mem_24g_data_type 
-065d a8400e00 icompare bits_data ,temp 
-065e 2420867f nbranch p_g24_end_of_packet ,true 
-
-p_g24_receive_skip:
-065f 2040067c call p_g24_receive_byte 
-0660 e0a08000 istore 1 ,contw 
-0661 1fe97e00 rshift3 pdata ,pdata 
-0662 1fe1721f and pdata ,0x1f ,loopcnt 
-0663 20228667 branch p_g24rx_nopayload ,zero 
-
-p_g24rx_loop:
-0664 2040067c call p_g24_receive_byte 
-0665 e0a08000 istore 1 ,contw 
-0666 c2000664 loop p_g24rx_loop 
-
-p_g24rx_nopayload:
-0667 18a22200 copy contw ,rega 
-0668 2040067c call p_g24_receive_byte 
-0669 6000ccf7 store 1 ,mem_rssi_hex_received 
-066a 1a220a00 copy rega ,contw 
-066b 09800018 parse demod ,bucket ,24 
-066c 78287c00 enable swfine 
-066d db600664 arg param_sifs ,stop_watch 
-066e 1fef7e00 rshift32 pdata ,pdata 
-066f 1ff17e00 rshift16 pdata ,pdata 
-0670 e0a18000 istore 3 ,contw 
-0671 7845fc00 disable decode_fec1 
-0672 2023067f branch p_g24_end_of_packet ,crc_failed 
-0673 7837fc00 enable user3 
-0674 68008017 fetch 1 ,mem_last_freq 
-0675 1fe0a200 add pdata ,0 ,rega 
-0676 20402981 call rf_write_freq 
-0677 7846fc00 disable decode_fec0 
-0678 20402918 call set_sync_on 
-0679 6800ccf7 fetch 1 ,mem_rssi_hex_received 
-067a 2040001d call p_rssi_signal 
-067b 20600000 rtn 
-
-p_g24_receive_byte:
-067c 09800008 parse demod ,bucket ,8 
-067d 19897e00 rshift3 pwindow ,pdata 
-067e 20600000 rtn 
-
-p_g24_sync_timeout:
-
-p_g24_end_of_packet:
-067f 784dfc00 disable encode_fec1 
-0680 7845fc00 disable decode_fec1 
-0681 2040264d call end_of_packet 
-0682 20600000 rtn 
-
-p_g24_set_freq_tx:
-0683 20402918 call set_sync_on 
-0684 6808cbc6 fetcht 1 ,mem_24g_ch 
-0685 20202933 branch set_freq_tx 
-
-p_g24_transmit:
-0686 204053c4 call le_enable 
-0687 68024be4 fetch 4 ,mem_24g_addr 
-0688 98001200 iforce access 
-0689 2040063a call p_g24_prep 
-068a 20400683 call p_g24_set_freq_tx 
-068b 79202a00 set1 txgfsk ,radio_ctrl 
-068c 782efc00 enable encode_fec0 
-068d 78307c00 enable is_tx 
-068e 7850fc00 disable is_rx 
-068f 19317e00 rshift16 access ,pdata 
-0690 1fecfe00 rshift8 pdata ,pdata 
-0691 1ff1fe00 rshift4 pdata ,pdata 
-0692 08008628 inject mod ,40 
-0693 784efc00 disable encode_fec0 
-0694 782dfc00 enable encode_fec1 
-0695 7823fc00 enable enable_white 
-0696 7824fc00 enable enable_crc 
-0697 6800cc6f fetch 1 ,mem_24g_syncword_crc8 
-0698 08008608 inject mod ,8 
-0699 6800cbbe fetch 1 ,mem_24g_txlen 
-069a 98007200 iforce loopcnt 
-069b d8c04b78 arg mem_24g_txpayload ,contr 
-
-p_g24tr_loop:
-069c e8c08000 ifetch 1 ,contr 
-069d 08008608 inject mod ,8 
-069e c200069c loop p_g24tr_loop 
-069f 78247c00 enable enable_parity 
-06a0 08008618 inject mod ,24 
-06a1 78447c00 disable enable_parity 
-06a2 37d38200 until null ,tx_clear 
-06a3 20000064 nop 100 
-06a4 784efc00 disable encode_fec0 
-06a5 784dfc00 disable encode_fec1 
-06a6 20600000 rtn 
-
-p_mouse_data_init:
-06a7 7047a007 jam 7 ,mem_mouse_data_queue 
-06a8 7047a104 jam 4 ,mem_mouse_data_queue + 1 
-06a9 580047a0 setarg mem_mouse_data_queue 
-06aa 60014218 store 2 ,mem_queue_ptr 
-06ab 20207e38 branch queue_init 
-
-p_mouse_data_push:
-06ac da20469a arg mem_mouse_key ,rega 
-06ad 20407e3d call queue_push 
-06ae 205406b0 call p_mouse_queue_increase ,user 
-06af 20600000 rtn 
-
-p_mouse_queue_increase:
-06b0 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
-06b1 1fe0fe01 increase 1 ,pdata 
-06b2 6000c7c1 store 1 ,mem_mouse_data_queue_num 
-06b3 20600000 rtn 
-
-p_mouse_data_pull:
-06b4 da20469a arg mem_mouse_key ,rega 
-06b5 20407e54 call queue_pop 
-06b6 203406b8 branch p_mouse_fill_data_le ,user 
-06b7 20600000 rtn 
-
-p_mouse_fill_data_le:
-06b8 20405652 call le_clear_md 
-06b9 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
-06ba 1fe67c01 sub pdata ,1 ,null 
-06bb 24415650 ncall le_set_md ,positive 
-06bc 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
-06bd 207a0000 rtn blank 
-06be 1fe0ffff increase -1 ,pdata 
-06bf 6000c7c1 store 1 ,mem_mouse_data_queue_num 
-06c0 20203f90 branch mouse_fill_data_le 
+067e 18002a08 force 8 ,radio_ctrl 
+067f 202028fa branch shutdown_radio + 1 
 org 0x2000
 
 start:
@@ -2373,8 +2308,6 @@
 200e 44814000 bpatch patch00_2 ,mem_patch00 
 200f 2055b2e3 call app_lpm_init ,wake 
 2010 2040756a call publickey_init 
-
-soft_reset_2:
 2011 2055ab41 call lpm_recover_clk ,wake 
 
 main_loop:
Index: output/ramcode.rom
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/ramcode.rom	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/ramcode.rom	(working copy)
@@ -1,46 +1,46 @@
 c2840010
 c0008027
-c042860b
-c04485da
+c042867e
+c044864f
 c0508030
 c0588035
-c059003d
-c06200ce
-c0648188
-c065018c
-c07182ce
-c0730280
-c0750306
-c0758314
-c0760343
+c0590041
+c06202cf
+c0648373
+c0650377
+c07184ab
+c07304d2
+c075050e
+c075851e
+c0760544
 20202a8e
-c01c8347
-c021834f
-c0250355
-c02b8358
-c02c836a
-c0318377
-c03303a1
-c03383b8
-c03503e4
-c03b83ef
-c07d03ff
-c0460408
+c01c8549
+c0218551
+c0250557
+c02b855a
+c02c856a
+c0318577
+c03305a1
+c03385b8
+c03505e4
+c03b85ef
+c07d05ff
+c0460608
 20202a8e
 1fe22200
-6808cc77
-58004c7e
+6808cc85
+58004c8c
 98408a00
 1a227e00
 e0a08000
 18408401
 18410407
-6008cc77
+6008cc85
 20600000
 d8a009ae
 df20000c
 20407ed4
-204000c5
+204003ad
 20406a03
 20405cf6
 2455ac65
@@ -52,78 +52,71 @@
 60014513
 20202aa2
 c6130000
+6800cb01
+243a7fef
+6800cb07
+243a7fef
 6800c79c
-c0007fef
+203a7fef
 6800c7c4
 c000ffef
-68014248
+6800c806
 243a7fef
 20207ff1
 c6930000
-6800ccfc
-c000805a
-20400469
-24340072
-704bf800
-2040044e
-20400494
-6800cbcc
+6800cd0a
+c0008057
+204000f6
+2434006e
+204000dd
+20400119
+6800cbda
 c1ff8000
-204004f1
-6800cbf8
-c000807b
-20400054
-6800ccfc
-c1008000
-6800cb06
-c0008570
-20400081
+7041de02
+20400053
+6800cb01
+c00081a6
+2040007a
 24740000
-204000a7
-5800ea60
+204002cc
+5800ec54
 20202b93
-6800c6f5
-c3838000
 58017700
-6001cbeb
-704aff1e
+6001cbf9
+704b3c14
 20600000
-2040060d
+20400297
 24740000
-2040006c
-6800ccfd
+20400068
+6800cd0b
 1fe0fe01
-6000ccfd
+6000cd0b
 1fe67c19
-20428063
-20200040
-704cfc00
-704cfd00
-704bf700
-6800cbe2
-6000cbe1
-20600000
-6800cbe3
-6000cbe1
-20600000
-6800cbf7
+20428060
+20200044
+704d0a00
+704d0b00
+704c0500
+6800cbf0
+6000cbef
+20600000
+6800cbf1
+20200064
+6800cc05
 1fe0fe01
-6000cbf7
-c0020069
-c0028065
+6000cc05
+c0020066
+c0028062
 20600000
-6800cbe8
-205a008c
-2040009b
-6800cbf8
-c1008000
-6800cb0c
-247a0000
+6800cbf6
+205a0095
 6800cb06
+247a0000
+6800cb01
 c1008000
-20400081
+2040007a
 24740000
-6801cbeb
+6801cbf9
 20407f49
 600a415b
 20202b2a
@@ -135,112 +128,634 @@
 203a7fe9
 6800c5b1
 203a7fe9
-6800ccfc
+6800cd0a
 c000ffe9
-202000aa
-704be801
-704cf100
-2040041a
-6000cb58
-58000000
-6003cb59
-68024bf3
-60024b60
-704bbc0c
-6800cbbd
-79207e03
-6000cbbd
-2040057b
-2040046d
-20200044
-6800cbe8
-207a0000
-704bf801
-204005b5
-2020008d
-c6130000
-204000bb
-204000aa
-6800c040
-c30000a7
-680080a0
-247a0000
-58000000
-600400a1
-20600000
-204000b8
-204000a7
+20400092
+204002cc
 20403ebf
 68120070
 681a0078
 98418400
 18440400
 601a007c
-d840001d
+6808cb3e
 204067fb
-d840001d
+6808cb3e
 79200407
 d8a08078
 20206830
-6800cb03
+6800cb0c
 207a0000
-202002ce
-d8c01800
-d8a0480a
-204000c3
-d8c01900
-204000c3
-d8c01a00
-204000c3
-d8c01b00
-df20001b
+202004ab
+704bf601
+704cff00
+204000a5
+6000cb66
+58000000
+6003cb67
+68024c01
+60024b6e
+704bca0c
+6800cbcb
+79207e03
+6000cbcb
+204000f9
+20200047
+704d0001
+704d0200
+6800cbcb
+1fe17e07
+6000cbcb
+20600000
+6800cbcb
+79207e04
+6000cbcb
+6000cb86
+20600000
+6800cbcb
+793ffe04
+6000cbcb
+20600000
+2040061b
+6800cd01
+c00080b7
+c00100bb
+20600000
+704d0202
+704cfe00
+704d0000
+202000a5
+704cff00
+202000b8
+68014bd0
+1fe0fe01
+60014bd0
+c2850156
+6800ccff
+c00080c6
+704cff01
+6800ccff
+c08080a5
+6800ccfd
+1fe0fe01
+6000ccfd
+c00200cd
+204001d8
+704c0f02
+20200119
+2040061b
+704cfd00
+202000a5
+704d0202
+704d0001
+704cff00
+202000a5
+6800cd01
+c00180d1
+6800cbcb
+2fec0004
+202080a3
+6800cd01
+c00080d0
+c00100d1
+20600000
+6800cbda
+c1ff8000
+204000e2
+245600ea
+20600000
+78567c00
+6800cd00
+c1808000
+6800cd02
+c1800000
+704d0101
+704c0f04
+20207feb
+6800cd02
+203a00f1
+1fe0ffff
+6000cd02
+704d0102
+704c0f04
+202001d8
+704d0103
+6800ccff
+243a00c4
+704c0f02
+202001d8
+6800cbda
+c0ff8166
+204000fc
+20400204
+704bcf01
+20600000
+68014cfb
+20407f9c
+20340102
+6803cb67
+207a0000
+20207fe7
+204003cd
+704bf600
+1a20fe01
+6000cbca
+204000a5
+6000cb66
+e8a88000
+ea408000
+9841fe00
+e0a08000
+1a40a401
+ea420000
+e0a20000
+1a40a404
+d8a04b6c
+df200002
+ea408000
+e8a88000
+9840fe00
+e0a08000
+1a40a401
+c2000112
+20600000
+704bd300
+6800cb3f
+1fe0fe01
+6000cb3f
+d9600d00
+34730200
+20400135
+242c0142
+24378142
+20400130
+2040015a
+20400617
+704b3f00
+6800cbc9
+1fe0fe01
+6000cbc9
+6800cbda
+c0ff8133
+204000d4
+58000000
+60024bcf
+6000ccfe
+20600000
+df200004
+d8a04b66
+20207ec6
+20400614
+20200180
+7857fc00
+20400276
+18002a00
+68024bf2
+98001200
+68088017
+2040291f
+20402924
+20400235
+2057826e
+20600000
+2040026e
+20200125
+68014bd0
+1fe0fe01
+60014bd0
+6800cbd1
+c2820158
+6800cbda
+c0ff8154
+6800cb3f
+1fe67c02
+244101d8
+6800cbd3
+1fe0fe01
+6000cbd3
+c083011d
+6800cb3f
+1fe67c02
+204101d8
+20200119
+6800cbd0
+c1ff8000
+58000000
+60014bd0
+700a993a
+20207d86
+204001e9
+6800cbc8
+207a0000
+98007200
+d8c04b46
+d8a04ba8
 20207f01
-d8c0480a
-d8a01800
-204000c3
-d8a01900
-204000c3
-d8a01a00
-204000c3
-d8a01b00
-202000c3
+7041de20
+704bc900
+704bd44e
+68024bd6
+202001f6
+6800cbcf
+c000ffe7
+6800cbda
+c000816d
+c0010170
+c0018173
+20202a8c
+704bda11
+70119eaa
+20200175
+704bda12
+70119e55
+20200175
+704bda13
+70119e22
+6800cbcb
+1fe17e07
+6000919f
+68024c01
+600211a0
+7011a400
+da20119e
+d8400007
+204001e4
+204000f9
+20207fe7
+6800cbda
+c17f8000
+c0088186
+c0090188
+c009818a
+20600000
+704bda02
+2020012c
+704bda03
+2020012c
+704bdaff
+700a9939
+20407d86
+68024baa
+204001f6
+2020012c
+20400385
+203401b7
+793f8026
+204001d7
+6800cbda
+c1ff8000
+204001a9
+58000000
+60014bf7
+20402afa
+200007d0
+6800cbf7
+c07f8158
+20400135
+242c01b2
+243781b2
+79200026
+58000000
+60014bf7
+700a993c
+20407d86
+20400130
+704d0a01
+704d0b00
+20600000
+70119eff
+6800cbcb
+6000919f
+68024c01
+600211a0
+d8400006
+da20119e
+204001e4
+20200204
+68014bf7
+1fe0fe01
+60014bf7
+204001d8
+20200199
+793f8026
+204001d3
+204001a9
+704bf700
+20402afa
+200007d0
+6800cbf7
+c07f8158
+20400135
+242c01c9
+243781c9
+2040015a
+204002e5
+68024bf2
+680a4bd6
+98467c00
+20228306
+202001a0
+6800cbf7
+1fe0fe01
+6000cbf7
+6800cd08
+1fe0fe01
+1fe17e01
+6000cd08
+c00001dc
+c00081de
+20600000
+7041de20
+58000f0f
+60014bf2
+e0a10000
+204001f7
+6808cbd5
+20400216
+6008cbd5
+20600000
+204001d3
+202001bb
+20400161
+202001bb
+793f8026
+204053ce
+d8e00003
+202043d2
+6008cbca
+18427200
+d8a04b66
+1a220c00
+20207f01
+6800cb45
+1fe97e00
+6000cbc8
+1fe0fe01
+d8c04b45
+98c08c00
+e8c18000
+6001cc07
+6800cb45
+1fe37e00
+1fe17e03
+6000cc0d
+20600000
+60024bf2
+da200000
+df200004
+d8c04bf2
+e8c08000
+9a20a200
+c20001fa
+1a227e00
+60014c7b
+6800cc7b
+6808cc7c
+9840fe00
+6000cc7d
+20600000
+6800cbca
+1fe0fe02
+6000cbcc
+6800cbcb
+6000cb86
+6800cbca
+1fe9fe00
+6808cbc9
+18410403
+18438400
+9841fe00
+6808cc06
+9840fe00
+e0a08000
+6800cbca
+98007200
+d8c04b66
+20207f01
+2040021a
+18408401
+18410403
+20600000
+6800cbf2
+1fe17e03
+1fefa204
+58004bdb
+9a20fe00
+98408c00
+e8c08000
+6000cbd4
+20600000
+7844fc00
+7843fc00
+58555555
+98001e00
+6800cbd4
+1fed8400
+79200401
+18431c00
+20600000
+204053c4
+68024bf2
+98001200
+20402918
+6808cbd4
+2040291f
+58000500
+20402a8f
+20402924
+20400223
+7857fc00
+7826fc00
+7830fc00
+78507c00
+78287c00
+68014bcd
+98003600
+37c18400
+242c0272
+7846fc00
+7825fc00
+7823fc00
+7824fc00
+2040026b
+6000cc7e
+6808cc7d
+98467c00
+2422826e
+2040026b
+6000cb44
+6800cb44
+6808cbcb
+a8400e00
+2420826e
+2040026b
+e0a08000
+1fe97e00
+1fe1721f
+20228256
+2040026b
+e0a08000
+c2000253
+18a22200
+2040026b
+6000cd05
+1a220a00
+09800018
+78287c00
+db600664
+1fef7e00
+1ff17e00
+e0a18000
+7845fc00
+2023026e
+7837fc00
+68008017
+1fe0a200
+20402981
+7846fc00
+20402918
+6800cd05
+2040001d
+20600000
+09800008
+19897e00
+20600000
+784dfc00
+7845fc00
+2040264d
+20600000
+2020026e
+20402918
+6808cbd4
+20202933
+204053c4
+68024bf2
+98001200
+20400223
+20400273
+79202a00
+782efc00
+78307c00
+7850fc00
+19317e00
+1fecfe00
+1ff1fe00
+08008628
+784efc00
+782dfc00
+7823fc00
+7824fc00
+6800cc7d
+08008608
+6800cbcc
+98007200
+d8c04b86
+e8c08000
+08008608
+c200028c
+78247c00
+08008618
+78447c00
+37d38200
+20000064
+784efc00
+784dfc00
+20600000
+20407fe9
+680a4beb
+1c427e00
+98467c00
+24412d18
+1fe22400
+68024beb
+6808cbef
+98408400
+1a427e00
+98467c00
+24610000
+793ffe1c
+60024beb
+20207fe7
+204029bb
+207a0000
+6808cc84
+da200d9e
+204002ad
+6008cc84
+20600000
+1a227e00
+98408a00
+68008018
+e0a08000
+18408401
+18410407
+20600000
+d8400000
+df200008
+1a220c00
+e8c08000
+98408400
+c20002b7
+18497e00
+1fe20400
+c6930000
+1fe6fc0a
+20407f86
+1807fe00
+1ff27e00
+18070400
+98418400
+20600000
+20600000
+c6130000
+204003a3
+20400084
+6800c040
+c30002cc
+680080a0
+247a0000
+58000000
+600400a1
+20600000
 20403416
-203580d7
-204006a7
+203582d8
+204003df
 6800c1de
-6000cc73
-204004e0
+6000cc81
+20400614
 6800c685
 6000c6da
 204043ca
-204000d9
+204002da
 202074b9
-24558152
-20400110
+24558346
+2040030a
 20758000
-204001a3
-20400190
-204000e2
+2040038e
+20400380
+204002e5
 6800c210
-c01a00e5
+c01a02e8
+70479d01
+70479e28
 20600000
-6800cc73
+6800cc81
 6000c1de
 20600000
-704b3201
+704b4101
 70479f01
 680146a8
-6808cb34
+6808cb1e
 18467cff
-242280ec
+242282ef
 58000258
 600146ae
 20403418
-204000f4
+204002f7
 58000004
 e0c08000
 d8c04390
-2040033f
+20400540
 20207df4
 da204370
 ea208000
@@ -248,61 +763,50 @@
 98c0a200
 e8c08000
 c1008000
-202000f5
-680246d3
-c4088000
-c3818000
+202002f8
 c6130000
 d8e00003
 204043ce
 58000000
 600146ae
 6000c6b4
-60014be9
+60014bf7
 204042ca
 79200026
-2040051d
-704bcc01
+20400161
+704bda01
 20600000
-6800c77a
-c07f810d
-202002ce
-6800c6e1
-6000c77a
-202002ce
 70421276
 20203d36
-20400110
+2040030a
 204040c0
-6800c6e0
-c002c0d5
 204040d9
-c0180120
-c0188140
+c0180318
+c0188338
 204040d1
 200003e8
-20200116
-704b0301
+2020030e
+704b0c01
 2040640f
-20400112
+2040030c
 20206411
-20400145
+204003d2
 6800c6de
-c06c0125
-c02d013e
+c06c031d
+c02d0336
 202040e1
 58000016
 20406414
 1fe67cbd
-24228116
+2422830e
 58000019
 20406414
 1fe67c55
-24228116
+2422830e
 5800001b
 20406414
 1fe67c1d
-24228116
+2422830e
 7046e007
 204040f6
 58000206
@@ -318,30 +822,27 @@
 202040f4
 7046e008
 20600000
-20400145
+204003d2
 6800c6de
 c03840e8
 7046e001
 20600000
-58008006
-20406413
-20002ee0
-2040010a
-6800c6de
-c06c0125
-20600000
+6800cb0c
+207a0000
+704b0c00
 58000006
 20406414
 1fe1fe08
 1fed7e00
 1fe0fe06
 20206413
-20400414
+204068a8
+680240a0
+60024c01
 20403e6e
 20403e1e
 58000000
 60014154
-2040017a
 20403e54
 20405810
 20405839
@@ -350,23 +851,23 @@
 2040659c
 204065c2
 2040443f
-20400184
-20400214
+2040036f
+2040043d
 204065df
 df200003
 d8c04722
-2040019c
-24340178
-2040016b
-6800cb34
-c07f8173
+20400387
+2434036d
+20400360
+6800cb1e
+c07f8368
 20600000
 d8400001
-da204b34
+da204b1e
 da400064
 202065df
 d8400001
-da204b34
+da204b1e
 da400064
 202065d1
 70421034
@@ -374,21 +875,11 @@
 1fe47e00
 600344a0
 20600000
-704b345a
-2020016f
-680246d3
-c40f8000
-6808c6f7
-204067fb
-6808c6f7
-2040681d
-7046f600
-20608000
-7046f603
-20600000
+704b1e5a
+20200364
 204033c4
-2022c316
-2040030c
+2022837b
+20400513
 20203dcb
 d8400002
 da200aaa
@@ -398,113 +889,172 @@
 da200a9a
 da400062
 202033c8
-680246d3
-c30f0197
-68008abd
-2fec0003
-24208197
-20400112
-2040014c
+d8400058
+da204720
+da400000
+204065df
+2020431a
+2040030c
+20400340
 6800c71f
 6000c71e
 20600000
 df200002
-d8c04be4
+d8c04bf2
 20407fe7
 5800ffff
 e8c90000
 98467c00
 2442ffe9
-c200019e
+c2000389
 20600000
-580001b4
-60014ced
-580001b8
+5800039f
+60014cfb
+580003b6
 600141ef
-580003f9
+580005f9
 600141f9
-580000a0
+580002c5
 600141ed
-580001d9
+580003ff
 600141f5
-580001d5
+580003fd
 600141f3
-5800022a
+58000454
 600141eb
-58000238
+5800045d
 600141fd
 20600000
 20404401
 6801469f
 207a0000
-20200570
+202001a6
+d8c01800
+d8a0480a
+204003ab
+d8c01900
+204003ab
+d8c01a00
+204003ab
+d8c01b00
+df20001b
+20207f01
+d8c0480a
+d8a01800
+204003ab
+d8a01900
+204003ab
+d8a01a00
+204003ab
+d8a01b00
+202003ab
 20405892
 247a0000
-6800cb34
-c07f81bf
+6800cb1e
+c07f83bd
 6800c6c5
 1fe17e03
 c1818000
 6800c79c
-205a01d2
+205a03fa
 680246d3
 c282c179
 20403f97
 24740000
-204001ca
-2040048c
-6801469f
-245a01cf
-202006ac
-6800c6f5
-c3838000
+204003ca
+204003cd
+204003f5
+da20469a
+20407e3d
+205403e4
+20600000
 70417200
-704afe1e
+704b3b1e
+20600000
+6800cb3a
+c1808000
+58000000
+6000cb3a
+6002469b
+58008006
+20406413
+20002ee0
+204003d9
+6800c6de
+c06c031d
 20600000
+6800c77a
+c07f83dc
+202004ab
+6800c6e1
+6000c77a
+202004ab
+7047a007
+7047a104
+580047a0
+60014218
+20207e38
+6800c7c1
+1fe0fe01
+6000c7c1
+20600000
+da20469a
+20407e54
+203403ec
+20600000
+20405652
+6800c7c1
+1fe67c01
+24415650
+6800c7c1
+207a0000
+1fe0ffff
+6000c7c1
+20203f90
+6801469f
+207a0000
 70480601
 70480702
 20600000
 20405814
 70479c01
-20200145
+202003d2
 20407e34
 20203ee0
-204002a8
-20203d62
 1a627e00
-c00a01e3
-c00a81eb
-c01481f5
-c01901f7
-c02001fe
-c01c8209
-c01d0218
-c01e0228
+c00a0409
+c00a8411
+c014841b
+c019041d
+c0200424
+c01c8430
+c01d0441
+c01e044c
 2020417d
-704b3301
+704b4201
 6800c79f
-243a01e7
-704b3104
-704afd00
-2040011c
-204006a7
+243a040d
+704b4004
+20400314
+20400449
+204003df
 202041c3
-704b3300
-20400234
+704b4200
+2040033d
 58000007
 60014496
 60014498
 7047c400
 70479c00
-204006a7
+204003df
 20405816
 202041d9
 700a9912
 20207d8f
 6800c79f
-c00081fa
-202001fc
-204001f5
+c0008420
+20200422
+2040041b
 7046c614
 d8e00001
 202041b9
@@ -517,9 +1067,10 @@
 58000009
 60014496
 60014498
-204001f5
-2020035e
-2040011c
+2040041b
+7047c401
+20600000
+20400314
 70478b01
 d8e00003
 204043d2
@@ -527,147 +1078,205 @@
 60014707
 7046a700
 2040405d
-204000e2
-20400214
+20400449
+2040044f
+204002e5
+2040043d
 202065d1
-da204be4
+da204bf2
 da40005b
 d8400004
 20600000
-20400234
-704cfc00
-204000e2
-204005c4
-7041bd00
-6800cb34
-c07f8224
-20404316
-df200003
-d8c04722
-2040019c
-20340225
-202000de
-70479d01
-70479e28
+2040033d
+704b3f00
+704d0a00
+204002e5
+204001e0
+6800cb09
+243a02e2
+2020340a
+70479d00
+70479e00
 20600000
-2040011c
-20203f8d
+20400314
+20403f8d
+20400449
+20404366
+d8400001
+da204720
+da400000
+202065d1
 78347c00
 68120138
 79347e1a
 6012004c
 20402c21
-20400234
+2040033d
 204074bd
 20403e9f
-20403ebf
-202000b2
-6800cb03
-207a0000
-704b0300
-2020014c
-20400257
-20400252
-20400277
-20400261
+20200086
+20400488
+204004a2
+2040048d
 20404234
+20400468
 20404237
-2040423a
-20400242
-2040024a
-2020025e
-6800cb33
+2040046f
+20400472
+20400478
+20400480
+2020423a
+da604b3c
+da40046b
+2020336d
+5836ee80
+6001cbf9
+704b3a01
+20600000
+da6046c6
+da403d60
+2020336d
+da604b3b
+da400475
+2020336d
+6800c7c5
+6000c172
+2020046d
+6800cb42
 207a0000
-da604b31
-da400247
+da604b40
+da40047d
 2020336d
-6800cb32
+6800cb41
 247a0000
 20205bf5
-6800cb34
+6800cb1e
 c1ff8000
-6800cb33
+6800cb42
 247a0000
-da604b35
-da400251
+da604b43
+da400487
 2020336d
-20200314
+2020051e
 da604807
-da400255
+da40048b
 2020336d
 70480600
 20600000
-da604afe
-da40025a
-2020336d
-6800c7c5
-6000c172
-704afd01
-20600000
-da6046c6
-da403d60
-2020336d
 6800c6f5
 c2824394
-2040028b
-c003826d
-6800c685
-6000c6da
-6800c6db
-c1008000
-7046db01
+204004f0
+c0038494
+204043a9
 d8e00009
-204043d2
-202043ca
+202043d2
 70479e28
-20400270
+20400497
 202043b0
 da6046da
-da400273
+da40049a
 2020336d
+680246d3
+c3848000
 68014682
 2feffe0b
 2040c2d4
+d8e00009
+204043ce
 202043b8
 6800c79d
 207a0000
-6800c79e
-203a027e
-1fe0ffff
-6000c79e
-20600000
+6800cb06
+247a0000
+da60479e
+da4004a9
+2020336d
 70479d00
 2020340a
+6800c6e0
+c002bdaa
+c00304ba
+c00384c2
+c00404c2
+c00104ca
+6800c77a
+205a04c0
+6800c77a
+c00084b7
+c001bd8c
+20203d88
+6800c77f
+1fe0ffff
+20203dbe
+6800c77a
+205a04c0
+6800c77a
+c00084c8
+c001bd8c
+20203d88
+70477a01
+20600000
+6800c77a
+205a04c0
+6800c77a
+c00084c8
+c001bd88
+20203d8a
+7046b500
+20203dc1
+6800c77a
+205a04c0
+6800c77a
+c000bd88
+c00184d0
+20203d8e
+58000005
+20203dbe
 78547c00
 58000000
 6003469b
-204002ad
+204004db
 20404079
 2040407e
-20400289
+204004ee
 24740000
 20203fa0
-2040028b
+6800c6e0
+c00384e0
+20403fc0
+78547c00
+20203fe7
+20403fc0
+78547c00
+6808c6f3
+2040681d
+24608000
+58000002
+20406414
+c4038000
+58000008
+20406414
+203a3fed
+58000000
+6003469b
+20600000
+204004f0
 2020409a
 da200000
-20400290
-20400296
-2040029c
+204004f3
 2020408e
 6808c6e2
-204002a8
+20400509
 6808c6e2
 2040681d
 7920a200
-20600000
 6808c6e3
-204002a8
+20400509
 6808c6e3
 2040681d
 7920a201
-20600000
 6808c6e4
-204002a8
+20400509
 6808c6e4
 2040681d
 7920a202
@@ -682,119 +1291,33 @@
 d8a08078
 20406830
 793f8407
-202002a6
-6800c6e0
-c00202b9
-c002c010
-c00382c0
-20403fc0
-78547c00
-6800c6f5
-c303bfe7
-6808c6f3
-2040681d
-24608000
-20203fe7
-20403fc0
-6800c6f5
-c303bfc8
-6808c6f3
-2040681d
-24608000
-20203fc8
-20403fc0
-78547c00
-6808c6f3
-2040681d
-24608000
-58000002
-20406414
-c4038000
-58000008
-20406414
-203a3fed
-58000000
-6003469b
-20600000
-6800c6e0
-c002bdaa
-c0023d96
-c00302e5
-c00182e5
-c00382f0
-c00402f6
-c00102fe
-6800c77a
-1fe67c01
-204282df
-6800c77a
-c00002e1
-c000bd88
-c00182e3
-704b0102
-20203d8c
-70477a02
-20600000
-704b0101
-20203d8a
-704b0103
-20203d8e
-6800c77a
-205a02eb
-6800c77a
-c00082ed
-c001bd8c
-20203d88
-70477a01
-20600000
-6800c77f
-1fe0ffff
-20203dbe
-6800c77a
-205a02eb
-6800c77a
-c00082fc
-c001bd88
-20203d8a
-6800c77a
-205a02eb
-6800c77a
-c00082fc
-c001bd88
-20203d8a
-7046b500
-20203dc1
-6800c77a
-205a02eb
-6800c77a
-c000bd88
-c0018304
-20203d8e
-58000005
-20203dbe
+20200507
 70479d00
 70479e00
-c513030a
-2020426d
-204005c4
+280ffe26
+204081e0
 2020426d
 204068a2
 6801421d
-203a0311
 600147c2
-20200330
-58001122
-600147c2
-20200310
-704b3200
-204000e2
+d8400002
+da2047c2
+da40005f
+202065d1
+d8400002
+da2047c2
+da40005f
+202065df
+704b4100
+204002e5
+70472001
 70479c00
-20400334
+2040051a
 680947c2
 18408401
 600947c2
 600944a1
-20400330
+20400516
 180a7e00
 6000c4a0
 20403402
@@ -810,32 +1333,23 @@
 d8e00007
 204043ce
 204043ca
-6800c092
-2feffe01
-20408338
+20400539
 202042c4
-d8400002
-da2047c2
-da40005f
-202065d1
-d8400002
-da2047c2
-da40005f
-202065df
 70479f00
-204000f4
+204002f7
 58000005
 e0c08000
-d8c04b1e
-2040033f
+d8c04b1f
+20400540
 20207df4
 d8a0437b
 df200013
 20407f01
 202057b8
+704b0600
 58000000
 600146ac
-20400145
+204003d2
 202042cb
 6800c50f
 1fe0fe01
@@ -843,7 +1357,7 @@
 c0065395
 204055aa
 2040561e
-204004f1
+20400625
 2020538f
 68008016
 1fe0fe01
@@ -854,27 +1368,25 @@
 204029bb
 2040001d
 202054a3
-20400360
+20400560
 2020557d
 6800c7c5
 6000c172
 7047c400
 20600000
-7047c401
-20600000
 6800c3d6
 1fe67c0c
-2421035e
+2421042e
 6800c3d8
 6808c7c5
 98467c00
-2021035a
+2021055c
 6800c3d8
 6000c172
-2020035c
+2020055e
 6800843f
 c4030000
-2040036f
+2040056f
 24740000
 202055a0
 78347c00
@@ -886,27 +1398,27 @@
 c1800000
 20207fe9
 68008456
-c282838b
-204004e3
+c282858b
+20400617
 6800c78e
-243a0381
+243a0581
 6800843f
-c3020385
+c3020585
 680082da
-203a0385
+203a0585
 20205664
 6800c78e
 1fe0ffff
 6000c78e
 20205664
 6800c4c4
-c0828388
+c0828588
 70478e03
 20405892
-205a06b4
+205a03e8
 20205622
-2040038d
-20200399
+2040058d
+20200599
 6800c6c5
 1fe17e03
 c1818000
@@ -919,7 +1431,7 @@
 6000c3dc
 20405650
 20600000
-202004e7
+2020061b
 6800c79f
 207a0000
 6800c6c5
@@ -940,10 +1452,10 @@
 18c27e00
 6001450d
 6800c50c
-c00183b0
+c00185b0
 2020568d
 680082db
-c00083b3
+c00085b3
 20205c65
 e8c28000
 6002c3ce
@@ -951,15 +1463,15 @@
 6001045f
 20205c8a
 e8c10000
-c00203bc
-c00303d9
+c00205bc
+c00305d9
 20205698
 20407ea5
-2040039a
+2040059a
 20407e9f
 e8c18000
 60018477
-c00803cb
+c00805cb
 1fec8400
 18467c24
 202158ad
@@ -984,10 +1496,10 @@
 e0c10000
 20600000
 e8c08000
-c00083dd
-c00283df
+c00085dd
+c00285df
 20205af6
-704b3201
+704b4101
 20205b09
 20405b5a
 6800843f
@@ -996,7 +1508,7 @@
 20205c8e
 68008016
 c093d6f2
-204003ea
+204005ea
 d8e00000
 68014482
 20207f08
@@ -1006,7 +1518,7 @@
 1fe0fefa
 20203cbe
 7855fc00
-203703f2
+203705f2
 2436d806
 20402bcb
 680140c1
@@ -1014,488 +1526,93 @@
 6800c6c5
 2fe00603
 2420abde
-202057fb
-6800c79f
-247a0000
-68008478
-1fe67e1a
-24628000
-20203d60
-204062bc
-243a7ddb
-68008a99
-c584fdd6
-c0090405
-20207dca
-20405890
-247a0000
-20205abf
-68108077
-1fe17efd
-60108077
-68188073
-18418402
-60188073
-204063ee
-184104fd
-2000000d
-204063f2
-60188073
-20600000
-204068a8
-680240a0
-60024bf3
-20600000
-704cf201
-704cf400
-6800cbbd
-1fe17e07
-6000cbbd
-20600000
-6800cbbd
-79207e04
-6000cbbd
-6000cb78
-20600000
-204004e7
-6800ccf3
-c0008428
-c001042c
-20600000
-704cf402
-704cf000
-704cf200
-2020041a
-704cf100
-20200429
-68014bc2
-1fe0fe01
-60014bc2
-c28504d5
-6800ccf1
-c0008437
-704cf101
-6800ccf1
-c080841a
-6800ccef
-1fe0fe01
-6000ccef
-c002043e
-204005b5
-704c0102
-20200494
-204004e7
-704cef00
-2020041a
-704cf402
-704cf201
-704cf100
-2020041a
-6800ccf3
-c0018442
-6800cbbd
-2fec0004
-20208418
-6800ccf3
-c0008441
-c0010442
-20600000
-6800cbcc
-c1ff8000
-20400453
-2456045b
-20600000
-78567c00
-6800ccf2
-c1808000
-6800ccf4
-c1800000
-704cf301
-704c0104
-20207feb
-6800ccf4
-203a0463
-1fe0ffff
-6000ccf4
-704cf302
-204005b5
-704c0104
-20600000
-704cf303
-6800ccf1
-243a0435
-204005b5
-704c0102
-20600000
-6800cbcc
-c0ff852f
-2040046f
-2040057b
-704bc101
-20600000
-68014ced
-20407f9c
-20340475
-6803cb59
-207a0000
-20207fe7
-2040048c
-704be800
-1a20fe01
-6000cbbc
-2040041a
-6000cb58
-e8a88000
-ea408000
-9841fe00
-e0a08000
-1a40a401
-ea420000
-e0a20000
-1a40a404
-d8a04b5e
-df200002
-ea408000
-e8a88000
-9840fe00
-e0a08000
-1a40a401
-c2000485
-20600000
-6800c6f5
-c3838000
-6800cafd
-c1808000
-58000000
-6000cafd
-6002469b
-20200145
-704bc500
-d9600d00
-34730200
-204004ae
-6800cbf8
-c1008000
-242c04bd
-243784bd
-204004a9
-204004d9
-204004e3
-6800cbbb
-1fe0fe01
-6000cbbb
-6800cbcc
-c0ff84ac
-20400445
-58000000
-60024bc1
-6000ccf0
-20600000
-df200004
-d8a04b58
-20207ec6
-204004e0
-2020054a
-7857fc00
-20400686
-6800cbf8
-c00084bb
-18002a00
-68024be4
-98001200
-68088017
-2040291f
-20402924
-20400643
-2057867f
+202057fb
+6800c79f
+247a0000
+68008478
+1fe67e1a
+24628000
+20203d60
+204062bc
+243a7ddb
+68008a99
+c584fdd6
+c0090605
+20207dca
+20405890
+247a0000
+20205abf
+68108077
+1fe17efd
+60108077
+68188073
+18418402
+60188073
+204063ee
+184104fd
+2000000d
+204063f2
+60188073
 20600000
-2040067f
-2020049f
-6800cbc4
-1fe0fe01
-6000cbc4
-6800cbcc
-c0ff84d1
-6808cbc5
-18408401
-6008cbc5
-6800cc01
-98467e00
-243a0495
-6800ccf3
-c001842e
-6800ccf0
-1fe0fe01
-6000ccf0
-c0010423
-2040041e
-704c0101
-20200494
-6800cbc4
-c1ff8000
-704bc400
-202004d7
-58000000
-60014bc2
-700a993a
-20207d86
-204005cd
-6800cbba
-207a0000
-98007200
-d8c04b38
-d8a04b9a
-20207f01
-704cf801
-704cf500
+704d0601
+704d0300
 20600000
-6800ccf5
+6800cd03
 1fe0fe01
-6000ccf5
+6000cd03
 20600000
-6800ccf5
+6800cd03
 1fe67c02
-244104ef
-6800ccf5
+24410623
+6800cd03
 c1000000
 1fe0ffff
-6000ccf5
+6000cd03
 20600000
-704cf503
+704d0303
 20600000
 68014682
 c3858000
-c3838000
-c3830000
-da204c7e
-2040061c
-6008ccf6
+da204c8c
+204002b4
+6008cd04
 58000082
-c51304fb
+c513062d
 58000080
 98467c00
-24210513
-6800ccf5
+24210645
+6800cd03
 1fe67c02
-24210503
-6800ccf5
-c0000514
+24210635
+6800cd03
+c0000646
 20600000
-6800ccf5
+6800cd03
 c1900000
-704cf500
-6808ccf6
+704d0300
+6808cd04
 58000077
-c513050a
+c513063c
 58000075
 98467c00
 24610000
-6800ccf8
-c000051b
+6800cd06
+c000064d
 1fe0ffff
-6000ccf8
-c000051b
+6000cd06
+c000064d
 7041de00
 20600000
-704cf500
-6800ccf8
-c0010519
+704d0300
+6800cd06
+c001064b
 1fe0fe01
-6000ccf8
-c0008511
+6000cd06
+c0008643
 7041de02
 20600000
 7041de04
 20600000
-7041de20
-704bbb00
-704bc64e
-68024bc8
-60024be4
-da200000
-df200004
-d8c04be4
-e8c08000
-9a20a200
-c2000525
-1a227e00
-60014c6d
-6800cc6d
-6808cc6e
-9840fe00
-6000cc6f
-20600000
-6800cbc1
-c000ffe7
-6800cbcc
-c0008536
-c0010539
-c001853c
-20202a8c
-704bcc11
-70119eaa
-2020053e
-704bcc12
-70119e55
-2020053e
-704bcc13
-70119e22
-6800cbbd
-1fe17e07
-6000919f
-68024bf3
-600211a0
-7011a400
-da20119e
-d8400007
-204005c8
-2040057b
-2040046d
-20207fe7
-6800cbcc
-c17f8000
-c0088550
-c0090552
-c0098554
-20600000
-704bcc02
-202004a5
-704bcc03
-202004a5
-704bccff
-700a9939
-20407d86
-68024b9c
-20400521
-202004a5
-793f8026
-704bf800
-204005b4
-6800cbcc
-c1ff8000
-20400573
-58000000
-60014be9
-20402afa
-200007d0
-6800cbe9
-c07f84d7
-204004ae
-242c058d
-2437858d
-79200026
-58000000
-60014be9
-704afd00
-700a993c
-20407d86
-204004a9
-704cfc01
-704cfd00
-20600000
-70119eff
-6800cbbd
-6000919f
-68024bf3
-600211a0
-d8400006
-da20119e
-204005c8
-6800cbbc
-1fe0fe02
-6000cbbe
-6800cbbd
-6000cb78
-6800cbbc
-1fe9fe00
-6808cbbb
-18410403
-18438400
-9841fe00
-6808cbf8
-9840fe00
-e0a08000
-6800cbbc
-98007200
-d8c04b58
-20207f01
-68014be9
-1fe0fe01
-60014be9
-204005b5
-20200562
-793f8026
-704bf800
-204005b1
-20400573
-704be900
-20402afa
-200007d0
-6800cbe9
-c07f84d7
-204004ae
-242c05a5
-243785a5
-204004d9
-204000e2
-68024be4
-680a4bc8
-98467c00
-20228106
-20200569
-6800cbe9
-1fe0fe01
-6000cbe9
-6800ccfa
-1fe0fe01
-1fe17e03
-6000ccfa
-c00005be
-c00085c0
-c00105c2
-c00185c0
-20600000
-204000e2
-68024bf3
-60024be4
-20400522
-6808cbc7
-2040062d
-6008cbc7
-20600000
-7041de20
-58000f0f
-60014be4
-e0a10000
-202005b4
-204005b1
-20200597
-2040051d
-20200597
-204005b9
-20200597
-793f8026
-204053ce
-d8e00003
-202043d2
-6008cbbc
-18427200
-d8a04b58
-1a220c00
-20207f01
-6800cb37
-1fe97e00
-6000cbba
-1fe0fe01
-d8c04b37
-98c08c00
-e8c18000
-6001cbf9
-6800cb37
-1fe37e00
-1fe17e03
-6000cbff
-20600000
 60088017
 1840a200
 20402981
@@ -1512,22 +1629,20 @@
 2000000a
 7089027d
 6800c1de
-c00005ef
-c00105f4
-c00205f9
-c0100608
-202005ef
-204005fe
+c0010667
+c002066c
+c010067b
+20400671
 708955d0
 708956e0
 7089586c
 2020294b
-20400603
+20400676
 708955d0
 708956e0
 7089583c
 20202953
-204005fe
+20400671
 708955d0
 708956c0
 7089586c
@@ -1547,183 +1662,3 @@
 20600000
 18002a08
 202028fa
-20407fe9
-680a4bdd
-1c427e00
-98467c00
-24412d18
-1fe22400
-68024bdd
-6808cbe1
-98408400
-1a427e00
-98467c00
-24610000
-793ffe1c
-60024bdd
-20207fe7
-d8400000
-df200008
-1a220c00
-e8c08000
-98408400
-c200061f
-18497e00
-1fe20400
-c6930000
-1fe6fc0a
-20407f86
-1807fe00
-1ff27e00
-18070400
-98418400
-20600000
-20600000
-20400631
-18408401
-18410403
-20600000
-6800cbe4
-1fe17e03
-1fefa204
-58004bcd
-9a20fe00
-98408c00
-e8c08000
-6000cbc6
-20600000
-7844fc00
-7843fc00
-58555555
-98001e00
-6800cbc6
-1fed8400
-79200401
-18431c00
-20600000
-2040063a
-7857fc00
-7826fc00
-7830fc00
-78507c00
-78287c00
-68014bbf
-98003600
-37c18400
-242c067f
-7846fc00
-7825fc00
-7823fc00
-7824fc00
-2040067c
-6000cc70
-6808cc6f
-98467c00
-2422867f
-2040067c
-6000cb36
-6800cc02
-1fe67c02
-2022865f
-6800cb36
-6808cbbd
-a8400e00
-2420867f
-2040067c
-e0a08000
-1fe97e00
-1fe1721f
-20228667
-2040067c
-e0a08000
-c2000664
-18a22200
-2040067c
-6000ccf7
-1a220a00
-09800018
-78287c00
-db600664
-1fef7e00
-1ff17e00
-e0a18000
-7845fc00
-2023067f
-7837fc00
-68008017
-1fe0a200
-20402981
-7846fc00
-20402918
-6800ccf7
-2040001d
-20600000
-09800008
-19897e00
-20600000
-784dfc00
-7845fc00
-2040264d
-20600000
-20402918
-6808cbc6
-20202933
-204053c4
-68024be4
-98001200
-2040063a
-20400683
-79202a00
-782efc00
-78307c00
-7850fc00
-19317e00
-1fecfe00
-1ff1fe00
-08008628
-784efc00
-782dfc00
-7823fc00
-7824fc00
-6800cc6f
-08008608
-6800cbbe
-98007200
-d8c04b78
-e8c08000
-08008608
-c200069c
-78247c00
-08008618
-78447c00
-37d38200
-20000064
-784efc00
-784dfc00
-20600000
-7047a007
-7047a104
-580047a0
-60014218
-20207e38
-da20469a
-20407e3d
-205406b0
-20600000
-6800c7c1
-1fe0fe01
-6000c7c1
-20600000
-da20469a
-20407e54
-203406b8
-20600000
-20405652
-6800c7c1
-1fe67c01
-24415650
-6800c7c1
-207a0000
-1fe0ffff
-6000c7c1
-20203f90
Index: output/sched.rom
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/sched.rom	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/output/sched.rom	(working copy)
@@ -22,18 +22,23 @@
 
 
 
+
 4010:20
 02
+
 00 00 
 02
 00 
 06
 00 
 10
+
 06
 00 00 
 48
+
 1c
+
 4027:02
 08
 04
@@ -43,6 +48,7 @@
 04
 80
 
+
 00 00 
 10
 403f:04
@@ -53,6 +59,7 @@
 
 
 
+
 4091:01
 42
 40a0:26 10 19 20 18 10
@@ -159,7 +166,10 @@
 70 17 
 
 
-46d2:02 
+46ce:0a
+
+00 00 00 
+02 
 00 00 
 
 
@@ -216,9 +226,8 @@
 
 
 
-
 4720:
-01
+ff
 ff
 ff ff ff ff ff ff
 
@@ -236,20 +245,27 @@
 03
 04
 
-20
-2a
-22
+15
+1a
 2a
+3f
+
+
+
+
+
 
-04
-05
-07
-08
 
 478e:03
 
 
 
+
+
+
+
+
+
 4b ba
 55 d0
 56 e0
@@ -259,6 +275,8 @@
 ff
 47c5:20
 
+
+
 25 00 02 03 28 01 12 
 26 00 02 4d 2a 07 00 00 00 00 00 00 00 
 27 00 02 02 29 02 00 00
@@ -267,19 +285,29 @@
 2a 00 02 4d 2a 07 00 00 00 00 00 00 00
 2b 00 02 08 29 02 11 02
 
+
+
+
+
+
+
+
+
   
 
-4b1e:
+4b1f:
 
 06 ff 06 00 03 00 80
 
 '\09Metoo BT5.0
 
-4b35:0a
+4b3e:1d
 
 
 
 
+00 00 00 00 
+0a
 
 
 
@@ -935,20 +963,19 @@
 
 
 
-4bbd:01        
+4bcb:01        
 00 
 c0 12     
-4bc8:20 15 10 05
+4bd6:20 15 10 05
 ff
 00 13 2c 42
 06 15 36 48
 0f 1a 3a 4c
 11 23 31 4d
-4be1:19
+4bef:19
 19
 1c
-4beb:80 ee 36
-
+4bf9:80 ee 36
 
-4c01:04
+4c0f:04
 01
Index: program/app_mouse.prog
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/program/app_mouse.prog	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/program/app_mouse.prog	(working copy)
@@ -1009,7 +1009,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   
Index: program/bt.prog
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/program/bt.prog	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/program/bt.prog	(working copy)
@@ -79,7 +79,6 @@
 
 endif
 endif
-soft_reset_2:
 	call lpm_recover_clk,wake
 main_loop:	
 	bpatch patch00_3,mem_patch00
Index: program/patch.prog
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/program/patch.prog	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/program/patch.prog	(working copy)
@@ -1,12 +1,13 @@
 //define DONGLE
 define MOUSE
+define G24
 define BLE
 //define CLASSIC_BT
+//define MOUSE_SMOOTHER
 //define ADC_ENABLE
+define G24_NEW_RF_HOP
 //define P24G_LOG
 //define RF_DEBUG
-//define TESTDATA
-//define MOUSE_SMOOTHER
 define BLE_FAST_CONN_ENABLE
 
 //define DEBUGLOG
@@ -21,15 +22,16 @@
 //define DEBUGLOG_UPPER_SM
 
 ifdef PATCH
-	bbit1 8,pf_patch_ext	
+	bbit1 8,pf_patch_ext
 	beq patch00_1,p_soft_reset_1
 	beq patch10_5,p_shutdown_radio
 	beq patch11_1,p_set_freq_tx
 ifdef CLASSIC_BT
 	beq patch03_3,p_page_wait_fhs_reply_ok
+	beq patch04_6,p_role_switch_master
 	beq patch09_2,p_prepare_tx
- 	beq patch0b_1,p_process_dmh
 	beq patch0a_1,p_slave_conn_recv_packet
+ 	beq patch0b_1,p_process_dmh	
 	beq patch14_7,p_lpm_dispatch
 	beq patch19_3,p_app_bt_start_reconnect
 	beq patch1d_1,p_mouse_bb_disconnected
@@ -61,7 +63,10 @@
 	beq patch3f_2,p_check_51cmd_once_continue
 endif	
 ifdef CLASSIC_BT
+	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
 endif
 	beq patch31_4,p_twspi_reset
 ifdef DEBUGLOG
@@ -71,6 +76,7 @@
 	beq patch3e_7,p_ui_ipc_send_cmd
 endif
 	branch loop
+	
 
 ifdef MOUSE
 p_rssi_signal:
@@ -85,11 +91,41 @@
 	storet 1,mem_rssi_signal_index
 	rtn
 
+//p_soft_reset_0:
+//	call p_mouse_select_device_button_wakeup_check	//hibernate wakeup need 190ms
+//	branch soft_reset+1
+
+//p_mouse_select_device_button_wakeup_check:
+//	jam 0,mem_mouse_select_device_button_wakeup_flag
+//	call p_mouse_pb_button_check
+//	rtn true
+//	call delay_10ms
+//	call p_mouse_pb_button_check
+//	rtn 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
+//	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
+//	call p_mouse_switch_device_flag
+	
+//	branch p_mouse_store_device_number2eeprom	
+
 p_soft_reset_1:
 	arg mem_sp_state,contw
 	arg 12,loopcnt
 	call clear_mem
+ifdef BLE
 	call p_mouse_le_txbuff_load
+endif	
 	call rfcomm_init
 	call init_lmp
 	ncall lpm_disable_exen_output,wake
@@ -105,14 +141,23 @@
 
 p_lpm_check_wake_lock:
 	rtnmark1 mark_24g
+	fetch 1,mem_mouse_multi_led_state
+	nbranch disable_blank,blank
+	fetch 1,mem_mouse_multi_led_on_timer
+	nbranch disable_blank,blank
 	fetch 1,mem_mouse_clear_sensor_data_flag
-	beq 0,disable_blank
+	branch disable_blank,blank
 	fetch 1,mem_mouse_le_conn_param_reject
 	beq LE_LPM_DISABLE,disable_blank
+ifdef CLASSIC_BT	
 	fetch 2,mem_sdp_remote_cid
 	nbranch disable_blank,blank
+endif	
+	fetch 1,mem_mouse_wheel_trigger
+	nbranch disable_blank,blank
 	branch enable_blank
 
+ifdef G24
 p_g24_dispatch:
 	rtnmark0 mark_24g
 	fetch 1,mem_24g_transmit_by_interrupt
@@ -120,39 +165,38 @@
 p_g24_transmit_process:
 	call p_g24_txdata_prep
 	nbranch p_g24_nodata_transmit,user
-	jam with_ack_24g,mem_24g_no_ack	//tx ack
 	call p_g24_rf_sta_check
 p_g24_transmit_start:
 	call p_g24_transmit_packet
 	fetch 1,mem_24g_pairing_sm
 	rtnne STATE_24G_PAIRING_SUCCESS
+ifdef G24_NEW_RF_HOP	
+	jam TX_POWER_5DB,mem_tx_power
+else	
 	call power_ctrl_start
-	fetch 1,mem_24g_no_ack
-	beq no_ack_24g,p_g24_long_sleep
+endif
 	call g24_long_sleep_shorter_param_update
-	fetch 1,mem_24g_transmit_by_interrupt
-	rtneq G24_TX_TIMER_INT_ENABLE
 	fetch 1,mem_mouse_multi_led_state
 	beq ON,p_g24_transmit_by_interrupt_enable
-p_g24_short_sleep:
+p_g24_short_sleep:	
 	call p_g24_lpm_wait
 	nrtn user
 	call p_clear_wake
-	setarg 60000	//58000
+	setarg 60500
 	branch lpm_dispatch_sleep
 
 g24_long_sleep_shorter_param_update:
-	fetch 1,mem_config_function_enable
-	rtnbit1 ENABLE_SENSOR_MOTION_PIN
+//	fetch 1,mem_config_function_enable
+//	rtnbit1 ENABLE_SENSOR_MOTION_PIN
 	setarg G24_LONG_SLEEP_STEP1
 	store 3,mem_24g_enter_hibernate
-	jam 30,mem_24g_long_sleep_param_update_timer
+	jam 20,mem_24g_long_sleep_param_update_timer
 	rtn
-
+	
 p_g24_transmit_by_interrupt:
 	call p_g24_timer_check
 	nrtn user
-	call p_g24_interval_calibrate	
+	call p_g24_interval_calibrate
 	fetch 1,mem_24g_transmit_by_interrupt_exit_count
 	increase 1,pdata
 	store 1,mem_24g_transmit_by_interrupt_exit_count
@@ -165,12 +209,12 @@
 p_g24_interval_min:
 	jam 0,mem_24g_pac_index
 	fetch 1,mem_24g_interval_min
+p_g24_current_interval_store:
 	store 1,mem_24g_interval
 	rtn
 p_g24_interval_max:
 	fetch 1,mem_24g_interval_max
-	store 1,mem_24g_interval
-	rtn	
+	branch p_g24_current_interval_store
 p_g24_interval_calibrate:
 	fetch 1,mem_24g_pac_index
 	increase 1,pdata
@@ -182,14 +226,11 @@
 p_g24_nodata_transmit:
 	fetch 1,mem_24g_abort_pac
 	call p_g24_send_abort_packet,blank
-	call p_g24_search_dongle
-	fetch 1,mem_24g_no_ack
-	rtneq no_ack_24g
 	fetch 1,mem_mouse_multi_led_blink_count
 	nrtn blank
 	fetch 1,mem_mouse_multi_led_state
 	rtneq ON
-p_g24_long_sleep:	
+p_g24_long_sleep:
 	call p_g24_lpm_wait
 	nrtn user
 	fetch 3,mem_24g_enter_hibernate
@@ -208,7 +249,28 @@
 	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_lpm_before:	
+	call mouse_lpm_before_common
+	hfetch 4,core_gpio_oe0
+	hfetcht 4,core_gpio_pu0
+	ior temp,temp
+	invert temp,temp
+	hstoret 4,core_gpio_pd0
+p_set_ice_gpio:
+	fetcht 1,mem_mouse_bt_led_gpio
+	call gpio_config_input
+	fetcht 1,mem_mouse_bt_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
+	rtn blank
+	branch p_mouse_seting_dpi_diff// make sdio high to make 100uA less	
 
 p_g24_send_abort_packet:
 	jam 1,mem_24g_abort_pac
@@ -223,2648 +285,3277 @@
 	fetch 1,mem_24g_data_type
 	set1 bit_abort,pdata
 	store 1,mem_24g_data_type
-	call p_g24_transmit_prep
 	call p_g24_txdata_enable_tx
 	branch p_g24_transmit_start
 
-p_g24_search_dongle:
-	fetch 1,mem_24g_abort_pac
-	rtn blank	
-	jam no_ack_24g,mem_24g_no_ack	//tx noack
-	call p_g24_ch
-	branch p_g24_send_abort_packet+1
+//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_mouse_before_lpm:
-	rtnmark1 mark_24g
-	call p_mouse_le_txbuff_save
-	call p_mouse_setgpio_lpm
-	fetch 1,mem_context
-	bbit0 state_inconn,p_clear_wake
-	fetch 1,mem_lpm_current_mult
-	nrtn blank
-p_clear_wake:
-	setarg 0
-	store 8,mem_gpio_wakeup_low
+p_g24_transmit_rf_sta_init:
+	jam 1,mem_24g_rf_last_sta
+	jam 0,mem_24g_sync_cnt
+p_g24_transmit_rf_ctrl_clear:	
+	fetch 1,mem_24g_data_type
+	and_into bits_data,pdata
+	store 1,mem_24g_data_type
 	rtn
+	
+p_g24_hop_ch_enable:
+	fetch 1,mem_24g_data_type
+	set1 bit_hop,pdata
+	store 1,mem_24g_data_type
+	//update txpayload
+	store 1,mem_24g_txpayload
+	rtn
+p_g24_hop_ch_disable:
+	fetch 1,mem_24g_data_type
+	set0 bit_hop,pdata
+	store 1,mem_24g_data_type
+	rtn	
 
-p_mouse_setgpio_lpm:
-	call p_mouse_set_sdio_high
-	call p_clear_wake
-p_mouse_setgpio_lpm_before:
-	call mouse_lpm_before_common
-	hfetch 4,core_gpio_oe0
-	hfetcht 4,core_gpio_pu0
-	ior temp,temp
-	invert temp,temp
-	hstoret 4,core_gpio_pd0
-p_set_ice_gpio:
-	arg 0x1d,temp
-	call gpio_config_input
-	arg 0x1d,temp
-	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
-	rtn blank
-	branch p_mouse_seting_dpi_sensor_type	// make sdio high to make 100uA less	
+p_g24_transmit_hop_pac_fail:
+	call power_ctrl_pac_succ_decrs
+	fetch 1,mem_24g_rf_work_stage
+	beq 1,p_g24_transmit_hop_pac_fail_wo_hop
+	beq 2,p_g24_transmit_hop_pac_fail_hop_stage2
+	rtn
+p_g24_transmit_hop_pac_fail_wo_hop:
+	jam 2,mem_24g_sync_cnt
+p_g24_transmit_hop_pac_fail_stage1:	
+	jam 0,mem_24g_hop_pac_retry
+	jam 0,mem_24g_rf_last_sta
+	branch p_g24_transmit_rf_ctrl_clear
 
-p_mouse_le_txbuff_save:
-	arg mem_le_tx_buffer0,contr
-	arg mem_le_tx_buffer0_omemalloc,contw
-	call p_mouse_le_txbuff_copy
-	arg mem_le_tx_buffer1,contr
-	call p_mouse_le_txbuff_copy
-	arg mem_le_tx_buffer2,contr
-	call p_mouse_le_txbuff_copy
-	arg mem_le_tx_buffer3,contr
-p_mouse_le_txbuff_copy:	
-	arg 27,loopcnt
-	branch memcpy
+p_g24_transmit_hop_pac_fail_hop_stage2:
+	jam 0,mem_24g_rf_hop_ch
+	branch p_g24_transmit_hop_pac_fail_stage1
 
-p_mouse_le_txbuff_load:
-	arg mem_le_tx_buffer0_omemalloc,contr
-	arg mem_le_tx_buffer0,contw
-	call p_mouse_le_txbuff_copy
-	arg mem_le_tx_buffer1,contw
-	call p_mouse_le_txbuff_copy
-	arg mem_le_tx_buffer2,contw
-	call p_mouse_le_txbuff_copy
-	arg mem_le_tx_buffer3,contw
-	branch p_mouse_le_txbuff_copy
+	
+p_g24_transmit_pac_fail_hop_stage3:
+	fetch 2,mem_24g_txfail_cnt
+	increase 1,pdata
+	store 2,mem_24g_txfail_cnt
+	bbit1 10,p_g24_tx_attempt_fail	//1024ms * 8
+	fetch 1,mem_24g_rf_hop_ch
+	beq 1,p_g24_rf_hop_fastly
+	jam 1,mem_24g_rf_hop_ch
+p_g24_rf_hop_attemp_again:
+	fetch 1,mem_24g_rf_hop_ch
+	bne 1,p_g24_transmit_rf_ctrl_clear
+p_g24_rf_hop_fastly:
+	fetch 1,mem_24g_hop_fastly_cnt
+	increase 1,pdata
+	store 1,mem_24g_hop_fastly_cnt
+	beq 4,p_g24_rf_hop_fastly_exit
+	call p_g24_ch
+	jam 2,mem_24g_max_retry
+	branch p_g24_transmit_packet
 
-p_device_init:
-ifdef DEBUGLOG
-	call debuglog_init
-ifdef DEBUGLOG_STATUS
-	setarg DEBUGLOG_DTYPE_STATUS
-	store 2,mem_debuglog_datatype
-	setarg STATUS_LPM_WAKE
-	store 2,mem_debuglog_dataval
-	call debuglog_push	
-endif
-endif
-	call app_lpm_mult_enable
-	branch p_device_init_common,wake
-ifdef DEBUGLOG
-ifdef DEBUGLOG_STATUS
-	setarg DEBUGLOG_DTYPE_STATUS
-	store 2,mem_debuglog_datatype
-	setarg STATUS_CODE_WAKE
-	store 2,mem_debuglog_dataval
-	call debuglog_push
-endif
-endif
-//	jam 0x20,core_gpio_pu0
+p_g24_rf_hop_fastly_exit:
+	call power_ctrl_pac_succ_decrs
+	jam 0,mem_24g_hop_fastly_cnt
+	branch p_g24_transmit_rf_ctrl_clear
 
-	call p_mouse_data_init
-	fetch 1,mem_tx_power
-	store 1,mem_tx_power_temp
-	call power_ctrl_pac_succ_cnt_init
-	fetch 1,mem_ui_button_timeout
-	store 1,mem_combination_ui_button_count	//combination key timer init
-	call mouse_bt_discovery_button_down_disable
-p_device_init_common:
-	call p_mouse_init
-	branch enable_authrom
+p_g24_transmit_hop_pac_succ_wo_hop:
+	jam 2,mem_24g_sync_cnt
+p_g24_transmit_hop_pac_succ:
+	jam 1,mem_24g_rf_last_sta
+	jam 0,mem_24g_rf_hop_ch
+	branch p_g24_transmit_rf_ctrl_clear
 
-p_mouse_init:
-	ncall p_mouse_setting_config,wake
-	call p_mouse_spi_init
-	rtn wake
-ifdef RF_DEBUG
-	call test_gpio_init
-endif
-ifdef MOUSE_SMOOTHER	
-	call p_drawing_optima_init
-endif
-	call p_mouse_cb_fuction
-	call p_mouse_wakeup_from_power
-p_mouse_check_reconn_target:
-	call p_mouse_tx_power_init
-	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	
+p_g24_transmit_succ_rf_config:
+	fetch 1,mem_24g_rf_work_stage
+	beq 3,p_g24_transmit_hop_pac_succ
+	fetch 1,mem_24g_data_type
+	isolate0 bit_hop,pdata
+	branch p_g24_transmit_rf_sta_init,true
+	fetch 1,mem_24g_rf_work_stage
+	beq 1,p_g24_transmit_hop_pac_succ_wo_hop
+	beq 2,p_g24_transmit_hop_pac_succ
 	rtn
 
-p_mouse_tx_power_init:
-	fetch 1,mem_tx_power_temp
-	store 1,mem_tx_power
+p_g24_rf_sta_check:
+	fetch 1,mem_24g_pairing_sm
+	rtnne STATE_24G_PAIRING_SUCCESS
+	call p_g24_rf_laststa_synccnt_check
+	ncall p_g24_rf_sync_cnt_check,user2
 	rtn
 
+p_g24_rf_laststa_synccnt_check:
+	disable user2
+	fetch 1,mem_24g_rf_last_sta
+	rtnne 1
+	fetch 1,mem_24g_sync_cnt
+	rtnne 0
+	jam 1,mem_24g_rf_work_stage
+	jam 4,mem_24g_max_retry
+	branch enable_user2
 
-ifdef CLASSIC_BT
-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
-endif
-
-ifdef BLE
-p_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 p_mouse4_0_check_reconn_target_next,zero
-	setarg 0x0258								//ble fast conn time 1min
-endif
-p_mouse4_0_check_reconn_target_next:
-	store 2,mem_mouse_direct_timer
-	call app_lpm_mult_disable
-	call p_le_check_adv_flag
-	setarg ADV_FLAG_BREDR_NOT_SUPPORTED
-	istore 1,contr
+p_g24_rf_sync_cnt_check:
+	fetch 1,mem_24g_sync_cnt
+	branch p_g24_rf_hop_attemp,blank
+	increase -1,pdata
+	store 1,mem_24g_sync_cnt
+	jam 2,mem_24g_rf_work_stage
+	jam 4,mem_24g_max_retry
+	branch p_g24_ch
 
-	arg mem_le_scan_data,contr
-	call p_le_adv_data_update
-	
-	branch check_51cmd_adv
+p_g24_rf_hop_attemp:
+	jam 3,mem_24g_rf_work_stage
+	fetch 1,mem_24g_rf_hop_ch
+	nbranch p_g24_rf_hop_attemp_again,blank
+	jam 2,mem_24g_max_retry
+	branch p_g24_ch
 
-p_le_check_adv_flag:
-	arg mem_le_adv_data,rega
-p_le_check_adv_flag_loop:
-	ifetch 1,rega	//length
+p_g24_txdata_prep:
+	fetch 1,mem_24g_pairing_sm
+	bne STATE_24G_PAIRING_SUCCESS,p_g24_pairing_sm	
+p_g24_txdata_prep_packeage_data:
+	call p_g24_package_data
+p_g24_txdata_enable_tx:	
+	call p_g24_transmit_prep
+	jam ENSURE_ON_24G,mem_24g_ensure
+	rtn
+
+p_g24_package_data:
+	fetch 2,mem_cb_24g_data
+	call callback_func
+	branch p_g24_accumulate_mouse_data,user
+	fetch 7,mem_24g_txbuf+1	//mouse data
 	rtn blank
-	iadd contr,rega
-	ifetch 1,contr	//type
-	rtneq 0x01
-	branch p_le_check_adv_flag_loop
-endif	
+	branch enable_user	// retransmit
+p_g24_accumulate_mouse_data:
+	call p_mouse_data_xy_release
+	jam 0,mem_24g_abort_pac
+	add rega,1,pdata
+	store 1,mem_24g_datalen
+	call p_g24_transmit_rf_ctrl_clear
+	store 1,mem_24g_txbuf
+	ifetcht 1,contw
+	ifetch 1,regb
+	ior temp,pdata
+	istore 1,contw	//key
+	increase 1,regb
+	ifetch 4,regb
+	istore 4,contw	//x,y
+	increase 4,regb
+	arg mem_24g_txbuf+6,contw
+	arg 2,loopcnt
+p_g24_accumulation_loop:
+	ifetch 1,regb
+	ifetcht 1,contw	//wheel,twheel
+	iadd temp,pdata
+	istore 1,contw
+	increase 1,regb
+	loop p_g24_accumulation_loop
+	rtn
 
-p_mouse_24g_pairing_button:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	rtnbit0 MOUSE_ENABLE_24G
-	rtnbit1 MOSUE_24G_PAIRING_FLAG
-	rtnmark1 mark_24g
-//	call mouse_devce_led_off
-	arg MOSUE_24G_PAIRING_FLAG,queue
-	call mouse_enable_function_flag
+p_g24_transmit_packet:
+	jam 0,mem_24g_retry
+	fetch 1,mem_retry_count
+	increase 1,pdata
+	store 1,mem_retry_count
+p_g24_transmit_loop:
+	arg param_rx_setup,timeup
+	until clkn_rt,meet
+	call p_g24_transmit_receive_ack
+//	fetch 1,mem_24g_no_ack	//tx noack
+//	rtneq no_ack_24g
+	nbranch p_g24_retransmit,sync
+	nbranch p_g24_retransmit,user3
+	call p_g24_txbuf_clear
+	call p_g24_ackpayload_parse
+	call power_ctrl_pac_succ_incrs
+p_g24_transmit_next_packet:
+	jam 0,mem_retry_count
+	fetch 1,mem_24g_pid
+	increase 1,pdata
+	store 1,mem_24g_pid
+	fetch 1,mem_24g_pairing_sm
+	bne STATE_24G_PAIRING_SUCCESS,p_g24_paring_mode_start
+	call p_g24_transmit_succ_rf_config
+p_g24_transmit_abandon:
 	setarg 0
-	store 2,mem_mouse_direct_timer
-	store 1,mem_mouse_send_blank_timer
-	store 2,mem_24g_check_dongle_times
-	call mouse_stop_discovery
-//	branch p_g24_start_pairing_sm1
-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
+	store 4,mem_24g_ensure
+//	store 1,mem_24g_get_ack_fail
+	store 1,mem_24g_hop_pac_retry
+//	jam ENSURE_OFF_24G,mem_24g_ensure
 	rtn
 
-p_mouse_dpi_config:
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit0 MOUSE_ENABLE_EEPROM,mouse_dpi_config
-	fetch 1,mem_mouse_dpi
-	beq 0xff,p_mouse_dpi_config_default
-	branch p_mouse_seting_dpi
-p_mouse_dpi_config_default:
-	fetch 1,mem_config_sensor_motion
-//	and pdata,0x0f,pdata
-	store 1,mem_mouse_dpi
-	branch p_mouse_seting_dpi
+p_g24_txbuf_clear:
+	arg 4,loopcnt
+	arg mem_24g_txbuf,contw
+	branch memset0
 
-p_mouse_spi_init:
-	jam 0x76,mem_spi_init_clk
-	branch mouse_spi_init
+p_g24_paring_mode_start:
+	call power_ctrl_pac_succ_cnt_init
+	branch p_g24_paring_mode
+
+p_g24_transmit_receive_ack:
+	disable user3
+	call p_g24_transmit
 	
-p_mouse_init_sunt:
-	call p_mouse_spi_init
-	call mouse_spi_sdio_gpio_pollup
-	fetch 1,mem_config_sensor_type
-	beq P3610,mouse_init_3610sensor
-p_mouse_init_sensor:
-	call mouse_read_sensor_id
-	beq P32XX_ID1,p_mouse_init_p32xx_id2_judge
-	beq P3065_ID1,p_mouse_p3065_init_param
-	call mouse_twspi_reset
-	nop 1000
-	branch p_mouse_init_sensor
+ifdef RF_DEBUG
+	call test_gpio_low
+endif
 
-p_mouse_init_sensor_reset:
-	jam 1,mem_mouse_init_sensor_reset_flag
-	call spi_ncs_enable
-	call p_mouse_init_sunt
-	branch spi_ncs_disable
+//	fetch 1,mem_24g_no_ack
+//	beq no_ack_24g,p_g24_transmit_no_ack	//tx no ack
+	force 0,radio_ctrl
+	fetch 4,mem_24g_addr
+	iforce access
+	fetcht 1,mem_last_freq
+	call set_freq_rx
+	call rf_rx_enable
+	call p_g24_receive_rxon
+	call p_g24_end_of_packet,user3
+	rtn
+p_g24_transmit_no_ack:
+	call p_g24_end_of_packet
+	branch p_g24_transmit_next_packet
 
-p_mouse_init_p32xx_id2_judge:
-	call p_mouse_sensor_poweron
-	fetch 1,mem_sensor_id2
-	beq P8009_ID2,p_mouse_8009_init_param
-	beq P8650_ID2,p_mouse_8650_init_param
-	branch mouse_init_p32xx_id2_judge+1
+p_g24_retransmit:
+ifdef G24_NEW_RF_HOP
+	fetch 2,mem_24g_txfail_cnt
+	increase 1,pdata
+	store 2,mem_24g_txfail_cnt
+	fetch 1,mem_24g_txfail_cnt+1
+	bbit1 4,p_g24_stop_g24_mode
+	fetch 1,mem_24g_pairing_sm
+	bne STATE_24G_PAIRING_SUCCESS,p_g24_tx_paring_retry
+	fetch 1,mem_retry_count
+	sub pdata,2,null
+	ncall p_g24_ch,positive
+	fetch 1,mem_24g_retry
+	increase 1,pdata
+	store 1,mem_24g_retry
+	bne 6,p_g24_transmit_loop
+	fetch 1,mem_retry_count
+	sub pdata,2,null
+	call p_g24_ch,positive
+	branch p_g24_transmit_packet
+else
+	fetch 1,mem_24g_get_ack_fail
+	increase 1,pdata
+	store 1,mem_24g_get_ack_fail
+	fetch 1,mem_24g_pairing_sm
+	bne STATE_24G_PAIRING_SUCCESS,p_g24_tx_paring_retry
+	fetcht 1,mem_24g_retry
+	increase 1,temp
+	storet 1,mem_24g_retry
+	fetch 1,mem_24g_max_retry
+	isub temp,pdata
+	nbranch p_g24_transmit_loop,blank
+	fetch 1,mem_24g_rf_work_stage
+	beq 3,p_g24_transmit_pac_fail_hop_stage3
+	fetch 1,mem_24g_hop_pac_retry
+	increase 1,pdata
+	store 1,mem_24g_hop_pac_retry
+	beq 2,p_g24_transmit_hop_pac_fail
+	call p_g24_hop_ch_enable
+	jam 1,mem_24g_max_retry
+	branch p_g24_transmit_packet
+endif
+p_g24_tx_paring_retry:
+ifdef G24_NEW_RF_HOP
+	fetch 1,mem_24g_txfail_cnt
+	rtnne 0xff
+else
+	fetch 1,mem_24g_get_ack_fail
+	rtnne 0xff
+	jam 0,mem_24g_get_ack_fail
+endif
+p_g24_tx_attempt_fail:
+	setarg 0
+	store 2,mem_24g_txfail_cnt
+p_g24_stop_g24_mode:
+	jam BT_EVT_24G_ATTEMPT_FAIL,mem_fifo_temp
+	branch ui_ipc_send_event
 
-p_mouse_8009_init_param:
-	setarg 0x16
-	call twspi_read
-	sub pdata,0xbd,null 
-	nbranch p_mouse_init_sensor,zero
-	setarg 0x19
-	call twspi_read
-	sub pdata,0x55,null 
-	nbranch p_mouse_init_sensor,zero
-	setarg 0x1b
-	call twspi_read
-	sub pdata,0x1d,null 
-	nbranch p_mouse_init_sensor,zero
-	jam P8009,mem_config_sensor_type
-	call mouse_sensor_disable_wp
-	setarg 0x0206
-	call twspi_write
-	setarg 0x6909
-	call twspi_write
-	setarg 0x280d
-	call twspi_write
-	setarg 0x4f0e
-	call twspi_write
-	setarg 0xba0f
-	call twspi_write
-	branch mouse_sensor_enable_wp
+p_g24_ackpayload_parse:
+	call p_g24_read_len_pid_crc
+	fetch 1,mem_24g_rxdata_length	//ack payload length 
+	rtn blank
+	iforce loopcnt
+	arg mem_24g_rxbuf+2,contr
+	arg mem_24g_rxpayload,contw	//ack payload buffer 
+	branch memcpy
 
-p_mouse_8650_init_param:
-	jam P8650,mem_config_sensor_type
-	rtn
+p_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
 
-p_mouse_p3065_init_param:
-	call p_mouse_sensor_poweron
-	fetch 1,mem_sensor_id2
-	beq P3065_XY_ID2,mouse_p3065xy_init_param
-	jam P3065,mem_config_sensor_type
-	rtn
+p_g24_pairing_sm:
+	fetch 1,mem_24g_ensure
+	beq ENSURE_ON_24G,enable_user
+	fetch 1,mem_24g_pairing_sm
+	beq STATE_24G_PAIRING_1,p_g24_pairing_sm_1
+	beq STATE_24G_PAIRING_2,p_g24_pairing_sm_2
+	beq STATE_24G_PAIRING_3,p_g24_pairing_sm_3
+	branch assert
 
-p_mouse_sensor_poweron:
-	setarg 0x8006	// reset to factory settings
-	call twspi_write
-	nop 12000
-	call p_mouse_dpi_config
-	fetch 1,mem_sensor_id2
-	beq P8009_ID2,p_mouse_8009_init_param
-	rtn
-	
-p_mouse_sensor_powerdown:
-	setarg 0x06
-	call twspi_read
-	or pdata,0x08,pdata
-	lshift8 pdata,pdata
-	add pdata,0x06,pdata
-	branch twspi_write	//make sdio high
+p_g24_pairing_sm_1:
+	jam STATE_24G_PAIRING_1_WAITING_ACK,mem_24g_pairing_sm
+	jam 0xaa,mem_24g_common_temp
+	branch p_g24_pairing_sm_common
+p_g24_pairing_sm_2:
+	jam STATE_24G_PAIRING_2_WAITING_ACK,mem_24g_pairing_sm
+	jam 0x55,mem_24g_common_temp
+	branch p_g24_pairing_sm_common
+p_g24_pairing_sm_3:
+	jam STATE_24G_PAIRING_3_WAITING_ACK,mem_24g_pairing_sm
+	jam 0x22,mem_24g_common_temp
+p_g24_pairing_sm_common:
+	fetch 1,mem_24g_data_type
+	and_into bits_data,pdata
+	store 1,mem_24g_common_temp+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_common_temp+2
+p_g24_put_pairing_data_in_buff:
+	jam 0,mem_24g_common_temp+6
+	arg mem_24g_common_temp,rega
+	arg 7,temp
+	call p_g24_put_data_in_buff
+	call p_g24_txdata_enable_tx
+	branch enable_user
 
-p_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_init
-	call mouse_param_init
-ifdef CLASSIC_BT	
-	call p_mouse_bt_sdp_update
-endif	
-	setarg 0
-	store 2,mem_lpm_interval
-	call p_mouse_set_gpio_control_sensor	
-	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
-p_mouse_init_iic:
-	call iic_init_390k
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
-	call clear_eeprom_size_2k
-	call mouse_load_eeprom_dpi
-	call p_mouse_init_environment
-p_mouse_init_iic_read_24g_addr:
-	call p_mouse_set_24g_addr_eeprom
-	call iicd_read_eep_data
-ifdef BLE_FAST_CONN_ENABLE
-	arg 3,loopcnt
-	arg mem_device1_addr,contr
-	call p_pdata_0xff_check
-	nbranch p_mouse_le_fast_conn_disable,user
-	call p_mouse_load_fast_conn_flag
-	fetch 1,mem_mouse_fast_conn_flag
-	beq 0xff,p_mouse_fast_conn_init
-endif
+p_g24_paring_mode:
+	fetch 1,mem_24g_pairing_sm
+	rtneq STATE_24G_PAIRING_SUCCESS
+	beq STATE_24G_PAIRING_1_WAITING_ACK,p_g24_pairing_sm_1_waiting_ack
+	beq STATE_24G_PAIRING_2_WAITING_ACK,p_g24_pairing_sm_2_waiting_ack
+	beq STATE_24G_PAIRING_3_WAITING_ACK,p_g24_pairing_sm_3_waiting_ack
 	rtn
 
-ifdef BLE_FAST_CONN_ENABLE
-p_mouse_load_fast_conn_flag:
-	arg 1,temp
-	arg mem_mouse_fast_conn_flag,rega
-	arg MOUSE_FAST_CONN_FLAG_OFFSET,regb
-	branch iicd_read_eep_data
-p_mouse_store_fast_conn_flag:
-	arg 1,temp
-	arg mem_mouse_fast_conn_flag,rega
-	arg MOUSE_FAST_CONN_FLAG_OFFSET,regb
-	branch iicd_write_protect_eep_data
-p_mouse_fast_conn_init:
-	jam 0x34,mem_xrecord_mode
-	setarg 0
-	invert pdata,pdata
-	store 6,mem_le_lap
-	rtn	
-p_mouse_le_fast_conn_disable:
-	jam 0x5a,mem_mouse_fast_conn_flag
-	branch p_mouse_store_fast_conn_flag
-endif
-
-p_mouse_set_gpio_control_sensor:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
-	rtnbit0 MOUSE_ENABLE_GPIO_CONTROL_ADC_SENSOR
-//	call p_mouse_sensor_set_angle
-//p_mouse_select_sensor_angle_gpio_set_pd:
-//	fetcht 1,mem_select_sensor_angle_gpio
-//	set0 gpio_active_bit,temp
-//	arg core_gpio_pu0,contw
-//	call gpio_set_bit
-//	fetcht 1,mem_select_sensor_angle_gpio
-//	set1 gpio_active_bit,temp
-//	arg core_gpio_pd0,contw
-//	branch gpio_set_bit
-p_mouse_sensor_set_angle:
-	fetcht 1,mem_select_sensor_angle_gpio
-	call gpio_config_input
-	fetcht 1,mem_select_sensor_angle_gpio
-	call gpio_get_bit
-	jam MOUSE_6CLK_ANGLE,mem_config_sensor_angle
-	rtn true
-	jam MOUSE_3CLK_ANGLE,mem_config_sensor_angle
-	rtn
 
-ifdef CLASSIC_BT
-p_mouse_bt_sdp_update:
-	call enable_authrom
-	arg 0x8c00,contr
-	arg mem_mouse_uuid_list,contw
-	arg 369,loopcnt
-	call memcpy
-	//Attribute: HID SSR Host Max Latency
-	setarg 0x0f0209
-	istore 3,contw
-	setarg 0x120009
-	istore 3,contw
-	//Attribute: HID SSR Host Min Timeout
-	setarg 0x100209
-	istore 3,contw
-	setarg 0x000009
-	istore 3,contw
-	arg 0x8d71,contr
-	arg 265,loopcnt
-	call memcpy
-	jam 0,mem_mouse_uuid_list+23	//Service Record Handle: 0x 00 01 00 00
-	jam 0x6d,mem_mouse_uuid_list+15	//total length
-	setarg 0x401f
-	store 2,mem_mouse_uuid_list+357	//timeout
-	setarg 0x6d04
-	store 2,mem_mouse_uuid_list+462	//VID
-	setarg 0x16b0
-	store 2,mem_mouse_uuid_list+468	//PID
+p_g24_pairing_sm_1_waiting_ack:
+	jam STATE_24G_PAIRING_2,mem_24g_pairing_sm
+	branch p_g24_transmit_abandon
+p_g24_pairing_sm_2_waiting_ack:
+	jam STATE_24G_PAIRING_3,mem_24g_pairing_sm
+	branch p_g24_transmit_abandon
+p_g24_pairing_sm_3_waiting_ack:
+	jam STATE_24G_PAIRING_SUCCESS,mem_24g_pairing_sm
+	jam BT_EVT_24G_PAIRING_COMPLETE,mem_fifo_temp
+	call ui_ipc_send_event	
+	fetch 4,mem_24g_rxpayload+2
+	call p_g24_update_addr_and_synccrc8
+	branch p_g24_transmit_abandon
 
-	setarg mem_mouse_uuid_list				//bt sdp start address
-	store 2,mem_ui_uuid_table
+p_mouse_connect_24g_mode:
+//	call p_mouse_mode_24g_device_multi_led_on
+p_mouse_start_24g_mode:
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	rtnbit0 MOUSE_ENABLE_24G
+	call p_g24_factory_check
+	branch p_g24_auto_pair_start,user
+p_g24_start_24g_mode:
+	set0 mark_24g,mark
+	call p_g24_ch_syncword_crc8_init
+	fetch 1,mem_24g_pairing_sm
+	rtnne STATE_24G_PAIRING_SUCCESS
+	call p_g24_tx_attemp_data_prep
+p_g24_tx_attemp_dongle:
+	setarg 0
+	store 2,mem_24g_check_dongle_times
+p_g24_tx_attemp_dongle_loop:
+	call lpo_calibration
+	nop 2000
+	fetch 1,mem_24g_check_dongle_times
+	beq 0xff,p_g24_stop_g24_mode
+	call p_g24_transmit_receive_ack
+	nbranch p_g24_attemp_txdata_retry,sync
+	nbranch p_g24_attemp_txdata_retry,user3
+p_g24_tx_attemp_dongle_succ:
+	set1 mark_24g,mark
+	setarg 0
+	store 2,mem_24g_check_dongle_times
+	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
+	call ui_ipc_send_event
+	call p_g24_txbuf_clear
+p_g24_transmit_by_interrupt_enable:
+	jam G24_TX_TIMER_INT_ENABLE,mem_24g_transmit_by_interrupt
+	jam 0,mem_24g_transmit_by_interrupt_exit_count
 	rtn
-endif
-
-p_mouse_init_environment:
-	call app_initflag_check
-	branch mouse_eeprom_load_recon_info,zero
-	call p_le_addr_random_config
-	branch mouse_init_environment+2
-
-p_app_flag_store:
-	arg 2,temp
-	arg mem_timeup,rega
-	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
-	branch iicd_write_protect_eep_data
 
-p_app_initflag_check:
-	arg 2,temp
-	arg mem_pdatatemp,rega
-	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
-	branch app_initflag_check+4
+p_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
+	
+p_g24_attemp_txdata_retry:
+	fetch 2,mem_24g_check_dongle_times
+	increase 1,pdata
+	store 2,mem_24g_check_dongle_times
+	call p_g24_ch
+	branch p_g24_tx_attemp_dongle_loop
 
-/*
-p_mouse_load_flash_info_cheak:
-	call mouse_load_flash_flag
-	fetch 2,mem_store_flag
-	arg EEPROM_INIT_FLAG,temp
+p_g24_auto_pair_start:
+	set0 mark_24g,mark
+	call p_g24_auto_pair_all_powerful
+	call p_g24_tx_attemp_data_prep
+p_g24_auto_pair_restart:
+	jam 0,mem_24g_check_dongle_times
+p_g24_auto_pair_start_loop:
+	call lpo_calibration
+	nop 2000
+	fetch 1,mem_24g_check_dongle_times
+	beq 0xff,p_g24_stop_g24_mode
+	call p_g24_transmit_receive_ack
+	nbranch p_g24_auto_pair_retry,sync
+	nbranch p_g24_auto_pair_retry,user3
+	call p_g24_ackpayload_parse
+	call p_mouse_tx_power_init
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_paring_addr
 	isub temp,null
-	branch p_mouse_load_flash_device_info,zero
-	storet 2,mem_store_flag
-	call mouse_ble_init_address
-	branch mouse_store_flash_device_info
-
-p_mouse_load_flash_device_info:
-	setarg mem_mouse_information_end
-	arg mem_mouse_information_start,temp
-	isub temp,temp
-	fetch 3,mem_flash_base
-	arg mem_mouse_information_start,rega
-	call spid_read_flash
-	call mouse_select_reconn_device
-	fetch 4,mem_mouse_24g_addr
-	store 4,mem_24g_addr
-	rtn
-*/
-
+	branch p_g24_start_pairing_sm1,zero
+	branch p_g24_tx_attemp_dongle_succ
 
-p_mouse_wakeup_from_power:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit0 MOUSE_ENABLE_WAKEUP_FROM_POWER,p_mouse_wakeup_no_from_power
-	fetch 1,mem_wakup_from_power_flag
-	isolate0 gpio_latch,pdata
-	nbranch p_mouse_wakeup_no_from_power,true
-	call p_mouse_init_sunt
-	call p_mouse_sensor_powerdown
-p_mouse_wakeup_no_from_power:
-	fetch 1,mem_reconn_times_init
-	store 1,mem_reconn_times
+p_g24_auto_pair_retry:
+	fetch 1,mem_24g_check_dongle_times
+	increase 1,pdata
+	store 1,mem_24g_check_dongle_times
+	fetch 1,mem_24g_auto_paring_switch
+	increase 1,pdata
+	and_into 1,pdata
+	store 1,mem_24g_auto_paring_switch
+	beq 0,p_g24_auto_pair_device_attemp
+	beq 1,p_g24_auto_pair_pair_attemp
+	rtn
+	
+p_g24_auto_pair_all_powerful:
+	jam TX_POWER_PAIR,mem_tx_power
+	setarg 0x0f0f
+	store 2,mem_24g_addr
+	istore 2,contw
+p_g24_ch_syncword_crc8_init:
+	call p_g24_syncword_crc8
+p_g24_ch:
+	fetcht 1,mem_24g_current_ch_number
+	call p_g24_ch_map_size
+	storet 1,mem_24g_current_ch_number
 	rtn
-//	fetch 1,mem_config_function_enable
-//	rtnbit1 ENABLE_SELECT_DEVICE_BY_SWITCH
-//p_mouse_start_24g_mode:	
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	rtnbit0 MOUSE_ENABLE_24G
-//	call p_g24_factory_check
-//	branch p_g24_auto_pair_start,user
-//	branch p_g24_start_24g_mode
 
-//	setarg 0xffff
-//	store 2,mem_24g_addr
-//	istore 2,contw
-//	call p_mouse_set_24g_addr_eeprom
-//	call iicd_write_protect_eep_data
-//	branch p_g24_auto_pair_start
+p_g24_auto_pair_device_attemp:
+	call p_g24_auto_pair_all_powerful
+	branch p_g24_auto_pair_start_loop
 
-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
-	rtn
+p_g24_auto_pair_pair_attemp:
+	call p_g24_pair_init
+	branch p_g24_auto_pair_start_loop
 
-p_mouse_cb_fuction:
-	setarg p_mouse_g24_package_data
-	store 2,mem_cb_24g_data
-ifdef BLE
-	setarg p_mouse_le
-	store 2,mem_cb_le_process
-	setarg p_le_mouse_bb_event_connect_complete
-	store 2,mem_cb_att_write
-endif	
-ifdef CLASSIC_BT
-	setarg p_mouse_bt
-	store 2,mem_cb_bt_process
-endif
-	setarg p_mouse_before_lpm
-	store 2,mem_cb_before_lpm
-	setarg p_mouse_priority_bb_event
-	store 2,mem_cb_bb_event_process
-	setarg p_mouse_idle
-	store 2,mem_cb_idle_process
-	setarg p_mouse_before_hibernate
-	store 2,mem_cb_before_hibernate
-	setarg p_mouse_bb_event_timer
-	store 2,mem_cb_event_timer
-	rtn
+p_g24_check_51cmd_stop_24g:
+	set0 mark_24g,mark
+	call le_disable
+p_mouse_disable_g24_pairing_flag:
+	arg MOSUE_24G_PAIRING_FLAG,queue
+	branch mouse_disable_function_flag
 
-p_mouse_g24_package_data:
-	call mouse_g24_package_data
-	fetch 2,mem_mouse_z
-	rtn blank
-	branch p_g24_transmit_by_interrupt_enable
-	
-ifdef BLE	
-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
-	fetch 1,mem_le_connect_status_flag
+p_g24_put_data_in_buff:
+	storet 1,mem_24g_datalen
+	copy temp,loopcnt
+	arg mem_24g_txbuf,contw
+	copy rega,contr
+	branch memcpy
+
+p_g24_read_len_pid_crc:
+//read control
+	fetch 1,mem_24g_rxbuf+1
+	rshift3 pdata,pdata
+	store 1,mem_24g_rxdata_length
+//get crc
+	increase 1,pdata
+	arg mem_24g_rxbuf+1,contr
+	iadd contr,contr
+	ifetch 3,contr
+	store 3,mem_24g_sta_crc
+//read pid
+	fetch 1,mem_24g_rxbuf+1
+	rshift pdata,pdata
 	and pdata,0x03,pdata
-	rtnne 0x03
-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
-//	bbit1 MOSUE_24G_PAIRING_FLAG,mouse_le_send_empty_packet
-//	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_le_send_empty_packet
-	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_le_send_empty_packet
-	call mouse_motion
-	nrtn user
-	call p_mouse_le_current_mult_update
-	call p_mouse_data_xy_release
-	fetch 2,mem_mouse_z
-	ncall p_mouse_wheel_trigger,blank
-	branch p_mouse_data_push
+	store 1,mem_24g_sta_pid
+	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
+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
+	fetch 1,mem_24g_paccnt
+	increase 1,pdata
+	store 1,mem_24g_paccnt
 endif
 
-p_mouse_wheel_trigger:
-	jam 1,mem_mouse_wheel_trigger
-	jam 2,mem_mouse_wheel_trigger_timer
+// total length
+	fetch 1,mem_24g_datalen
+	increase 2,pdata
+	store 1,mem_24g_txlen
+// data type
+	fetch 1,mem_24g_data_type
+	store 1,mem_24g_txpayload
+//prepare 5bit payload length, 2bit PID, 1bit NO_ACK
+	fetch 1,mem_24g_datalen
+	lshift3 pdata,pdata
+	fetcht 1,mem_24g_pid
+	and temp,0x03,temp
+	lshift temp,temp
+	ior temp,pdata
+	fetcht 1,mem_24g_no_ack
+	iadd temp,pdata
+	istore 1,contw
+//prepare payload data
+	fetch 1,mem_24g_datalen
+	iforce loopcnt
+	arg mem_24g_txbuf,contr
+	branch memcpy
+
+p_g24_ch_map_size:
+	call p_g24_ch_calc
+	increase 1,temp
+	and_into 3,temp //map size =4
 	rtn
 	
-ifdef CLASSIC_BT
-p_mouse_bt:
-	rtn attempt
-	fetch 1,mem_app_handshake_flag
-	rtn blank
-	call l2cap_malloc_is_fifo_nearly_full
-	nrtn blank
-	fetch 1,mem_mouse_clear_sensor_data_flag
-	call p_mouse_clear_sensor_data,blank
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit1 MOSUE_24G_PAIRING_FLAG,mouse_send_empty_data
-//	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_send_empty_data
-	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_send_empty_data
-	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_send_empty_data
-	call mouse_motion
-	nrtn user
-	fetch 2,mem_mouse_z
-	ncall p_mouse_wheel_trigger,blank
-	branch mouse_send_data
-endif
+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_mouse_clear_sensor_data:
-	call le_set_config_more_data
-	jam 1,mem_mouse_clear_sensor_data_flag
-	branch p_mouse_sensor_poweron
+p_g24_prep:
+	disable enable_crc
+	disable enable_white
+	setarg 0x555555
+	iforce crc24_init
+	fetch 1,mem_24g_ch
+	reverse pdata,temp
+	set1 1,temp
+	rshift temp,white_init
+	rtn
 
-p_mouse_idle:
-	call ui_check_paring_button
-//	call p_mouse_dpi_check
-	branch mouse_wheel_check
+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:
 
-//p_mouse_dpi_check:
-//	fetcht 1,mem_dpi_button_gpio
-//	call p_gpio_set_input_pd
-//	fetcht 1,mem_dpi_button_gpio
-//	call gpio_get_bit
-//	branch p_mouse_dpi_up,true
-//	call p_gpio_set_input_pu
-//p_mouse_dpi_down:
-//	fetch 1,mem_mouse_dpi_button_state
-//	rtneq DPI_BUTTON_STATE_DOWN
-//	jam DPI_BUTTON_STATE_DOWN,mem_mouse_dpi_button_state
-//	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
-	//call p_mouse_dpi_multi_led_blink
-//	branch mouse_dpi_down+7
-
-p_mouse_dpi_up:
-	call p_gpio_set_input_pu
-	branch mouse_dpi_up
-
-p_mouse_priority_bb_event:
-	copy regc,pdata
-ifdef BLE	
-	beq BT_EVT_LE_CONNECTED,p_mouse_le_bb_event_connected
-	beq BT_EVT_LE_DISCONNECTED,p_mouse_le_bb_disconnected
-	beq BT_EVT_LE_ENC_INFO,p_mouse_le_enc_info
-	beq BT_EVT_LE_START_ENC,p_mouse_le_ll_start_encryt
-	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,p_mouse_le_conn_param_update_rsp_recieved
-endif
-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_VIRTUAL_CABLE_UNPLUG,p_mouse_irtual_cable_unplug
-	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
-	beq BT_EVT_SWITCH_SUCCESS_MASTER,p_mouse_enter_sniff_check
+ifdef RF_DEBUG
+	call test_h_l_h
 endif
-	beq BT_EVT_24G_PAIRING_COMPLETE,p_mouse_24g_pairing_complete
-	beq BT_EVT_24G_ATTEMPT_FAIL,p_mouse_24g_attempt_fail
-	beq BT_EVT_24G_ATTEMPT_SUCCESS,p_mouse_24g_attempt_success
-	branch mouse_priority_bb_event+1
-
-ifdef BLE
-p_mouse_le_bb_event_connected:
-	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 0x04,mem_mouse_send_secutiry_request_timer
-p_mouse_le_bb_event_connected_next:
-	jam 0,mem_mouse_long_mult_flag
-	call p_mouse_init_sensor_reset
-	call p_mouse_data_init
-	branch mouse_le_bb_event_connected
-
-p_mouse_le_bb_disconnected:
-	jam 0,mem_mouse_le_bb_connected_flag
-	call p_mouse_sensor_powerdown_check
-	setarg LE_INTERVAL_8_75MS
-	store 2,mem_le_interval_min
-	store 2,mem_le_interval_min+2
-	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
-	jam 0,mem_mouse_clear_sensor_data_flag
-	call p_mouse_data_init
-	call le_clr_config_more_data
-	branch mouse_bb_disconnected
-
-p_mouse_le_enc_info:
-p_app_updata_le_param:
-	jam BT_CMD_LE_UPDATE_CONN,mem_fifo_temp
-	branch ui_ipc_send_cmd
-
-p_mouse_le_ll_start_encryt:
-	fetch 1,mem_mouse_le_reconnect_flag
-	beq 1,p_mouse_le_ll_reconn_start_encryt
-	branch p_mouse_le_ll_enable_start_enc_flag
 
-p_mouse_le_ll_reconn_start_encryt:
-	call p_app_updata_le_param
-	jam 20,mem_le_start_encrypt_timer
-p_mouse_le_ll_enable_start_enc_flag:
-	arg LL_START_ENC_FLAG,queue
-	branch mouse_le_enable_connect_flag
+	call p_g24_prep
+	disable user3
+	enable decode_fec0
+	enable is_rx
+	disable is_tx
+	enable swfine
+	fetch 2,mem_24g_rx_window
+	iforce stop_watch
+	correlate null,timeout
+	nbranch p_g24_sync_timeout,sync
 
-p_mouse_le_conn_param_update_rsp_recieved:
-	fetch 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
-	rtneq BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
-	fetch 1,mem_le_tsniff
-	rshift2 pdata,pdata
-	sub pdata,LE_INTERVAL_15MS,null
-	rtn 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
-	branch p_mouse_le_conn_param_lpm_disable
+ifdef RF_DEBUG
+	call test_gpio_low
+	call test_gpio_high
 endif
 
-
-ifdef CLASSIC_BT
-p_mouse_bb_event_reconn_timeout:
-p_mouse_bb_event_reconn_failed:
-	fetch 2,mem_ui_state_map
-	rtnbit1 UI_STATE_BTN_DOWN
-	rtnbit1 UI_STATE_BT_DISCOVERY
-	rtnbit1 UI_STATE_BLE_ADV
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
-//	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_soft_reset
-//	bbit1 MOSUE_24G_PAIRING_FLAG,p_g24_start_pairing_sm1
-	branch app_bb_hibernate
-
-p_mouse_irtual_cable_unplug:
-	call mouse_irtual_cable_unplug
-	branch app_bb_hibernate
-
-p_mouse_sniff_not_accept:
-	fetch 1,mem_mouse_enter_sniff_count
-	rtneq 2
-	increase 1,pdata
-	store 1,mem_mouse_enter_sniff_count
-	jam 0x12,mem_sniff_param_interval	//89Hz
-	branch app_bt_enter_sniff
-
-p_mouse_bb_event_connected:
-	jam 0,mem_mouse_send_switch_req_timer
-	branch mouse_stop_discovery
-
-p_mouse_bb_event_disconnected:
-	call p_mouse_sensor_powerdown_check
-	branch mouse_bb_disconnected
-
-p_mouse_enter_sniff_check:
-	fetch 1,mem_mouse_enter_sniff_count
-	rtnne 2
-	jam 0,mem_mouse_enter_sniff_count
-	jam 0x0e,mem_sniff_param_interval	//89Hz
-	branch app_bt_enter_sniff
-	
+	disable decode_fec0
+	enable decode_fec1
+	enable enable_white
+	enable enable_crc
+	call p_g24_receive_byte
+	store 1,mem_24g_get_syncword_crc8
+	fetcht 1,mem_24g_syncword_crc8
+	isub temp,null
+	nbranch p_g24_end_of_packet,zero
+	call p_g24_receive_byte
+	store 1,mem_24g_rxbuf	//device id
+//	fetch 1,mem_24g_mode	//rx_24g
+//	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
+	nbranch p_g24_end_of_packet,true
+p_g24_receive_skip:
+	call p_g24_receive_byte
+	istore 1,contw
+	rshift3 pdata,pdata
+	and pdata,0x1f,loopcnt	//max payload: 32bytes
+	branch p_g24rx_nopayload,zero
+p_g24rx_loop:
+	call p_g24_receive_byte
+	istore 1,contw
+	loop p_g24rx_loop
+p_g24rx_nopayload:
+ifdef MOUSE
+	//receive rssi hex
+	copy contw,rega
+	call p_g24_receive_byte
+	store 1,mem_rssi_hex_received
+	copy rega,contw
 endif
+	parse demod,bucket,24
+	enable swfine
+	arg param_sifs,stop_watch
+	rshift32 pdata,pdata
+	rshift16 pdata,pdata
+	istore 3,contw
+	disable decode_fec1
+ifdef DONGLE
+	call save_rssi
+endif	
+	branch p_g24_end_of_packet,crc_failed
 
-p_mouse_24g_pairing_complete:
-	call p_mouse_init_sensor_reset
-
-	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_tx_power_init
-	call p_mouse_set_24g_addr_eeprom	//store rx dongle addr to eeprom
-	branch iicd_write_protect_eep_data
+ifdef RF_DEBUG
+	call test_gpio_low
+	call test_gpio_high
+endif
 
-p_mouse_set_24g_addr_eeprom:
-	arg mem_24g_addr,rega
-	arg MOUSE_G24_ADDR_EEPROM_OFFECT,regb
-	arg 4,temp
+	enable user3
+	fetch 1,mem_last_freq
+	add pdata,0,rega
+	call rf_write_freq
+	disable decode_fec0
+	call set_sync_on
+ifdef DONGLE
 	rtn
-
-p_mouse_24g_attempt_fail:
-	call p_mouse_sensor_powerdown_check
-	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
-ifdef BLE_FAST_CONN_ENABLE
-	fetch 1,mem_mouse_fast_conn_flag
-	beq 0xff,p_mouse_24g_attempt_fail_next
 endif
-	call mouse_eeprom_load_recon_info	
-	arg 3,loopcnt
-	arg mem_device1_addr,contr
-	call p_pdata_0xff_check
-	branch p_mouse_null_enter_hibernate_enable,user
-p_mouse_24g_attempt_fail_next:
-	branch p_mouse_check_reconn_target
-
-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
+ifdef MOUSE
+	fetch 1,mem_rssi_hex_received
+	call p_rssi_signal
+endif
 	rtn
 
-p_mouse_24g_attempt_success:
-	call p_mouse_init_sensor_reset
-	branch mouse_no_data_timer_init
+p_g24_receive_byte:
+	parse demod,bucket,8
+	rshift3 pwindow,pdata
+	rtn
 	
-p_mouse_before_hibernate:
-	enable user
-	hfetch 4,0x8138
-	setflag user,26,pdata
-	hstore 4,core_lpm_reg	
-	call lpm_write_ctrl
-	call p_mouse_sensor_powerdown_check
-	call disable_authrom
-//	call mouse_devce_led_off	
-	call mouse_before_hibernate_wheel_gpio_set
-	call mouse_lpm_before_common
-	branch p_set_ice_gpio
+p_g24_end_of_packet:
+	disable encode_fec1
+	disable decode_fec1
+	call end_of_packet
+ifdef RF_DEBUG
+	call test_gpio_low
+endif
+	rtn
 
+p_g24_sync_timeout:
+ifdef DONGLE
+	call p_rssi_noise
+endif
+	branch p_g24_end_of_packet
 
-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_g24_set_freq_tx:
+	call set_sync_on
+	fetcht 1,mem_24g_ch
+	branch set_freq_tx
 
+p_g24_transmit:
+	call le_enable
+	fetch 4,mem_24g_addr
+	iforce access
+	call p_g24_prep
+	call p_g24_set_freq_tx
+	set1 TXGFSK,radio_ctrl
+	enable encode_fec0
+	enable is_tx
+	disable is_rx
 
-p_mouse_bb_event_timer:
-ifdef ADC_ENABLE	
-	call p_mouse_adc_read
-	call p_mouse_low_voltage_led_timer
+ifdef RF_DEBUG
+	call test_gpio_high
 endif
-ifdef CLASSIC_BT
-	call p_mouse_send_switch_req_timer
-	call mouse_check_hid_handshake_timer
+	
+	rshift16 access,pdata
+	rshift8 pdata,pdata
+	rshift4 pdata,pdata
+	inject mod,40
+	disable encode_fec0
+	enable encode_fec1
+	enable enable_white
+	enable enable_crc
+	fetch 1,mem_24g_syncword_crc8
+	inject mod,8
+	fetch 1,mem_24g_txlen
+	iforce loopcnt
+	arg mem_24g_txpayload,contr
+p_g24tr_loop:
+	ifetch 1,contr
+	inject mod,8
+	loop p_g24tr_loop
+ifdef DONGLE
+	fetch 1,mem_rssi_hex
+	inject mod,8
 endif
-	//call p_mouse_multi_led_blink_timer
-	//call p_mouse_24g_long_sleep_param_update_timer
-	call p_mouse_le_current_mult_update_timer	
-	call p_mouse_wheel_trigger_timer
-//	call p_mouse_dpi_led_blink_delay_timer
-	call p_mouse_null_enter_hibernate_timer
-	call p_mouse_bt_discovery_check
-	call mouse_check_discovery_timeout_timer
-	call mouse_check_direct_timeout_timer
-	call mouse_check_no_data_timeout_timer
-	call p_le_send_smp_security_request_timer
-	call p_mouse_le_fast_conn_enable_timer
-	branch p_mouse_le_enable_att_list_timer
-
-p_le_send_smp_security_request_timer:
-	fetch 1,mem_mouse_le_bb_connected_flag
-	rtn blank
-	arg mem_mouse_send_secutiry_request_timer,regc
-	arg p_le_pairing_sm_start_check,regb
-	branch timer_single_step
-
-p_le_pairing_sm_start_check:
-	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_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
-
-ifdef CLASSIC_BT	
-p_mouse_send_switch_req_timer:
-	arg mem_mouse_send_switch_req_timer,regc
-	arg host_create_conn_resend,regb
-	branch timer_single_step
+ifdef P24G_LOG	
+	fetch 1,mem_tx_power
+	inject mod,8
+	fetch 1,mem_rssi_avg_received
+	inject mod,8
+	fetch 1,mem_24g_paccnt
+	inject mod,8
 endif
-p_mouse_wheel_trigger_timer:
-	arg mem_mouse_wheel_trigger_timer,regc
-	arg p_mouse_wheel_trigger_disable,regb
-	branch timer_single_step
-p_mouse_wheel_trigger_disable:
-	jam 0,mem_mouse_wheel_trigger
-	rtn
-
-//p_mouse_24g_long_sleep_param_update_timer:
-//	arg mem_24g_long_sleep_param_update_timer,regc
-//	arg p_mouse_24g_long_sleep_normal_param,regb
-//	branch timer_single_step
-//p_mouse_24g_long_sleep_normal_param:
-//	setarg G24_LONG_SLEEP_STEP2
-//	store 3,mem_24g_enter_hibernate
-//	jam 1,mem_mouse_long_mult_flag
-//	rtn
 
-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_le_current_mult_reinit:
-	fetch 1,mem_lpm_mult_init
-	store 1,mem_lpm_mult
-	jam 1,mem_mouse_long_mult_flag
+	enable enable_parity
+	inject mod,24	//crc
+	disable enable_parity
+	until null,tx_clear
+	nop 100
+	disable encode_fec0
+	disable encode_fec1
 	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_bt_discovery_check:
-	fetch 1,mem_config_function_enable
-	bbit1 ENABLE_BT_BUTTON,mouse_bt_discovery_by_button
-p_mouse_bt_discovery_commbination_key:
-	call p_mouse_check_key_gpio
-	beq MOUSE_LMR_BUTTON,p_mouse_bt_discovery_commbination_key_down
-p_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
-	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
-	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
-	branch mouse_bt_discovery_commbination_key_down+1
-
-p_mouse_bt_discovery_timer:
-	arg mem_combination_ui_button_count,regc
-	arg p_mouse_long_button_bt_discovery,regb
-	branch timer_single_step
-	
-p_mouse_long_button_bt_discovery:
-	fetch 2,mem_ui_state_map
-	isolate1 UI_STATE_BLE_ADV,pdata
-	call mouse_stop_le_adv,true		//reconnect adv
-	branch mouse_long_button_bt_discovry
+p_g24_timer_check:
+	call disable_user
+	fetcht 4,mem_24g_tx_btclk
+	copy clkn_bt,pdata
+	isub temp,null
+	ncall g24_timer_timeout,positive
+	copy pdata,regb
+	fetch 4,mem_24g_tx_btclk
+	fetcht 1,mem_24g_interval
+	iadd temp,temp
+	copy regb,pdata
+	isub temp,null
+	nrtn positive
+	set0 28,pdata
+	store 4,mem_24g_tx_btclk
+	branch enable_user
 
-p_mouse_null_enter_hibernate_timer:
-	fetch 1,mem_mouse_null_enter_hibernate_flag
+p_rssi_noise:
+	call save_rssi
 	rtn blank
-	fetch 1,mem_mouse_null_enter_hibernate_timer
-	branch p_mouse_null_enter_hibernate,blank
-	increase -1,pdata
-	store 1,mem_mouse_null_enter_hibernate_timer
+	fetcht 1,mem_rssi_noise_index
+	arg mem_rssi_noise_buffer,rega
+	call p_rssi_store
+	storet 1,mem_rssi_noise_index
 	rtn
-p_mouse_null_enter_hibernate:
-	jam 0,mem_mouse_null_enter_hibernate_flag
-	branch app_enter_hibernate
-
-ifdef ADC_ENABLE
-p_mouse_adc_read:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	rtnbit0 MOUSE_ENABLE_ADC	
-
-	fetch 1,mem_mouse_multi_led_blink_count
-	nrtn blank
-	fetch 1,mem_mouse_multi_led_on_timer
-	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
-	jam 0,mem_adc_read_timer
-	call p_adc_set_mode
-	call vdd_calculate_by_mode
-	store 2,mem_mouse_vdd_now_vol
-	arg mem_mouse_vdd_calculate_set,rega
-	call p_adc_bat_percent_lowpower_out	
-	fetch 1,mem_adc_power_flag
-	bbit1 1,app_enter_hibernate
-	bbit0 0,p_mouse_adc_no_low_voltage
-	jam 1,mem_mouse_adc_last_low_voltage_flag
-	branch mouse_adc_low_voltage
-p_mouse_adc_no_low_voltage:
-	call mouse_adc_no_low_voltage
-	fetch 1,mem_mouse_adc_last_low_voltage_flag
-	rtn blank
-	jam 0,mem_mouse_adc_last_low_voltage_flag
+p_rssi_store:
+	copy rega,pdata
+	iadd temp,contw
+	fetch 1,mem_rssi
+	istore 1,contw
+	increase 1,temp
+ifdef DONGLE
+	and_into RSSI_BUF_LEN_NOISE,temp
+endif
+ifdef MOUSE
+	and_into RSSI_BUF_LEN_SIGNAL,temp
+endif
 	rtn
-
-p_mouse_vlotage_add:
-	add pdata,0x0e,pdata
+p_rssi_average:
+	arg 0,temp
+ifdef DONGLE
+	arg RSSI_BUF_LEN_NOISE+1,loopcnt
+endif
+ifdef MOUSE
+	arg RSSI_BUF_LEN_SIGNAL+1,loopcnt
+endif
+	copy rega,contr
+ifdef DONGLE
+	branch rssi_average_loop
+endif
+ifdef MOUSE
+p_rssi_average_loop:
+	ifetch 1,contr
+	iadd temp,temp
+	loop p_rssi_average_loop
+	rshift3 temp,pdata
+	copy pdata,temp
+	rtnmark0 mark_24g
+	//2BCD
+	div pdata,10
+	call wait_div_end
+	quotient pdata
+	lshift4 pdata,pdata
+	remainder temp
+	ior temp,temp
 	rtn
-
-p_adc_set_mode:
-	fetch 1,mem_adc_config_flag
-	beq ADC_CONFIG_GPIO,p_adc_check_gpio
-	branch adc_set_mode+1
-p_adc_check_gpio:
-	fetcht 1,mem_mouse_multi_led_gpio
-	call gpio_config_input
-	hfetch 1,core_gpio_pd0	//gpio5 pull down disable
-	set0 5,pdata
-	hstore 1,core_gpio_pd0
-	
-	hfetch 1,core_gpio_pu0	//gpio5 pull up disable
-	set0 5,pdata
-	hstore 1,core_gpio_pu0
-	jam 0x8f,rf_adc_mode
-	fetch 1,mem_adc_channel
-	hstore 1,rf_adc_ch
-	branch read_adc
-
-p_adc_bat_percent_lowpower_out:
-	ifetch 8,rega
-	store 8,mem_pdatatemp
-	fetcht 2,mem_pdatatemp+2	//shutdown voltage 0.9v
-	fetch 2,mem_pdatatemp+6		//now voltage
-	//lshift pdata,pdata
-	isub temp,null
-	nbranch adc_set_no_power_flag,positive
-	fetcht 2,mem_pdatatemp+4	//low voltage 1.0v
-	isub temp,null
-	nbranch adc_set_low_power_flag,positive
-p_adc_clear_low_power_flag:
-	fetch 1,mem_adc_power_flag
-	set0 0,pdata
-	store 1,mem_adc_power_flag
+endif
 	rtn
 
-p_mouse_low_voltage_led_timer:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
+endif
 
-	fetch 1,mem_mouse_multi_led_blink_count
-	nrtn blank
-	fetch 1,mem_mouse_multi_led_on_timer
+p_mouse_before_lpm:
+	rtnmark1 mark_24g
+	call p_mouse_le_txbuff_save
+	call p_mouse_setgpio_lpm
+	fetch 1,mem_context
+	bbit0 state_inconn,p_clear_wake
+	fetch 1,mem_lpm_current_mult
 	nrtn blank
-
-	fetch 1,mem_adc_low_volatage_led_timer_count
-	pincrease 1
-	store 1,mem_adc_low_volatage_led_timer_count
-	sub pdata,30,null
-	ncall p_mouse_adc_low_volatage_led_timer_count_clean,positive
-	fetch 1,mem_adc_low_volatage_led_timer_count
-	sub pdata,5,null
-	branch p_mouse_multi_led_on,positive
-	branch p_mouse_multi_led_off
-p_mouse_adc_low_volatage_led_timer_count_clean:
-	jam 1,mem_adc_low_volatage_led_timer_count
+p_clear_wake:
+	setarg 0
+	store 8,mem_gpio_wakeup_low
 	rtn
-endif
-
-//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_type_on:
-//	call p_mouse_multi_led_on
-//	fetch 1,mem_mouse_multi_led_on_timer
-//	increase 1,pdata
-//	store 1,mem_mouse_multi_led_on_timer
-//	fetcht 1,mem_mouse_multi_led_on_timer_init
-//	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_device_init:
+ifdef DEBUGLOG
+	call debuglog_init
+ifdef DEBUGLOG_STATUS
+	setarg DEBUGLOG_DTYPE_STATUS
+	store 2,mem_debuglog_datatype
+	setarg STATUS_LPM_WAKE
+	store 2,mem_debuglog_dataval
+	call debuglog_push
+endif
+endif
+	call app_lpm_mult_enable
+	branch p_device_init_common,wake
+ifdef DEBUGLOG
+ifdef DEBUGLOG_STATUS
+	setarg DEBUGLOG_DTYPE_STATUS
+	store 2,mem_debuglog_datatype
+	setarg STATUS_CODE_WAKE
+	store 2,mem_debuglog_dataval
+	call debuglog_push
+endif
+endif
+ifdef BLE
+	call p_mouse_data_init
+endif
+	fetch 1,mem_tx_power
+	store 1,mem_tx_power_temp
+	call power_ctrl_pac_succ_cnt_init
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_combination_ui_button_count	//combination key timer init
+	call mouse_bt_discovery_button_down_disable
+p_device_init_common:
+	call p_mouse_init
+	branch enable_authrom
 
-//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
-//	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_init:
+	ncall p_mouse_setting_config,wake
+	call p_mouse_spi_init
+	rtn wake
+ifdef RF_DEBUG
+	call test_gpio_init
+endif
+ifdef MOUSE_SMOOTHER	
+	call p_drawing_optima_init
+endif
+	call p_mouse_cb_fuction
+	call p_mouse_wakeup_from_power
+p_mouse_check_reconn_target:
+	call p_mouse_tx_power_init
+	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
+	//enter hibernate if it is in its factory state
+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_multi_led_init:
-//	fetcht 1,mem_mouse_multi_led_gpio
-//	branch gpio_config_output
-//p_mouse_multi_led_on:
-//	jam ON,mem_mouse_multi_led_state
-//	call p_mouse_multi_led_init
-//	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
-//	call gpio_out_inactive
-//	hfetch 1,core_gpio_pd0	//gpio5 pull down enable
-//	set1 5,pdata
-//	hstore 1,core_gpio_pd0
-//	rtn
+p_mouse_tx_power_init:
+	fetch 1,mem_tx_power_temp
+	store 1,mem_tx_power
+	rtn
 
-//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
-//	jam ON,mem_mouse_multi_led_blink_enable
-//	jam MULTI_LED_ON,mem_mouse_multi_led_type
-//	jam 0,mem_mouse_multi_led_on_timer
-//	rtn
+ifdef CLASSIC_BT
+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
+endif	
 
-//p_mouse_discovery_multi_led_blink:
-//	jam 5,mem_mouse_multi_led_blink_timer_init	//500ms
-//	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 1,mem_mouse_multi_led_blink_timer
-//	jam ON,mem_mouse_multi_led_blink_enable
-//	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
-//	rtn
+ifdef BLE
+p_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 p_mouse4_0_check_reconn_target_next,zero
+	setarg 0x0258								//ble fast conn time 1min
+endif
+p_mouse4_0_check_reconn_target_next:
+	store 2,mem_mouse_direct_timer
+	call app_lpm_mult_disable
+	call p_le_check_adv_flag
+	setarg ADV_FLAG_BREDR_NOT_SUPPORTED
+	istore 1,contr
 
-//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
+	arg mem_le_scan_data,contr
+	call p_le_adv_data_update
+	
+	branch check_51cmd_adv
 
+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
+endif
 
-p_mouse_motion:
-	disable user
+ifdef G24
+p_mouse_24g_pairing_button:
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	rtnbit0 MOUSE_ENABLE_24G
+//	rtnbit1 MOSUE_24G_PAIRING_FLAG
+	rtnmark1 mark_24g
+//	call mouse_devce_led_off
+	arg MOSUE_24G_PAIRING_FLAG,queue
+	call mouse_enable_function_flag
 	setarg 0
-	store 6,mem_mouse_x
-	call p_mouse_cheak_sensor_data
-	call mouse_zwheel
-	call mouse_t_zwheel
-	call p_mouse_key
-ifdef MOUSE_SMOOTHER	
-	nbranch p_drawing_optima_init,user
-	call p_drawing_optima
-else
-	nrtn user
+	store 2,mem_mouse_direct_timer
+	store 1,mem_mouse_send_blank_timer
+	store 2,mem_24g_check_dongle_times
+	call mouse_stop_discovery
+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
+	
 endif
-ifdef TESTDATA
-	call p_g24_test_data
-endif	
-	branch mouse_motion+9
-p_mouse_key:
-	call p_mouse_check_key_gpio
-	branch mouse_key+1
-p_mouse_check_key_gpio:
-	arg 0,rega
-	call p_mouse_check_lkey_gpio
-	call p_mouse_check_rkey_gpio
-	call p_mouse_check_mkey_gpio
-//	call p_mouse_check_skey_gpio
-	branch mouse_check_key_gpio+11
 
-//p_mouse_check_skey_gpio:
-//	fetch 1,mem_bk_button_gpio
-//	rtneq GPIO_DISABLE
-//	call p_mouse_check_bk_key_gpio
-//	branch p_mouse_check_fw_key_gpio
-	
-p_mouse_check_lkey_gpio:
-	fetcht 1,mem_lbutton_gpio
-	call p_gpio_set_input_pu
-	fetcht 1,mem_lbutton_gpio
-	call gpio_get_bit
-	setflag true,0,rega			//true = 1,input low level
-	rtn
-p_mouse_check_rkey_gpio:
-	fetcht 1,mem_rbutton_gpio
-	call p_gpio_set_input_pu
-	fetcht 1,mem_rbutton_gpio
-	call gpio_get_bit
-	setflag true,1,rega			//true = 1,input low level
-	rtn
-p_mouse_check_mkey_gpio:
-	fetcht 1,mem_mbutton_gpio
-	call p_gpio_set_input_pu
-	fetcht 1,mem_mbutton_gpio
-	call gpio_get_bit
-	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
-//	call gpio_get_bit
-//	nsetflag true,3,rega
-//	branch p_gpio_set_input_pu
-//p_mouse_check_fw_key_gpio:
-//	fetcht 1,mem_fw_button_gpio
-//	call p_gpio_set_input_pd
-//	fetcht 1,mem_fw_button_gpio
-//	call gpio_get_bit
-//	nsetflag true,4,rega
-//	branch p_gpio_set_input_pu
-p_gpio_set_input_pd:
-	set0 gpio_active_bit,temp
-	arg core_gpio_pu0,contw
-	call gpio_set_bit
-	set1 gpio_active_bit,temp
-	arg core_gpio_pd0,contw
-	branch gpio_set_high_impedance+4
 
-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_pd+4
+p_mouse_spi_init:
+	jam 0x76,mem_spi_init_clk
+	branch mouse_spi_init
 	
-p_mouse_cheak_sensor_data:
-	fetch 1,mem_config_sensor_type
-	beq P3212,p_mouse_p3212_sensor_motion
-	beq P3610,mouse_p3610_sensor_motion
-	beq P8009,p_mouse_p8009_sensor_motion
-//	branch 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
-	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_init_sunt:
+	call p_mouse_spi_init
+	call mouse_spi_sdio_gpio_pollup
+//	fetch 1,mem_config_sensor_type
+//	beq P3610,mouse_init_3610sensor
+p_mouse_init_sensor:
+	call mouse_read_sensor_id
+	beq P32XX_ID1,p_mouse_init_p32xx_id2_judge
+	beq P3065_ID1,p_mouse_p3065_init_param
+	call mouse_twspi_reset
+	nop 1000
+	branch p_mouse_init_sensor
 
-p_mouse_p8009_sensor_motion:
-	call mouse_clear_sensor_data
-	disable user
-	fetcht 1,mem_sensor_data_gpio
-	call gpio_get_bit
-	nrtn true 
-p_mouse_p32xx_sensor_motion_1:
-	setarg PAN_REG_MOTION_STAUS
+p_mouse_init_sensor_reset:
+	jam 1,mem_mouse_init_sensor_reset_flag
+	call spi_ncs_enable
+	call p_mouse_init_sunt
+	branch spi_ncs_disable
+
+p_mouse_init_p32xx_id2_judge:
+	call p_mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq P8009_ID2,p_mouse_8009_init_param
+	beq P8650_ID2,p_mouse_8650_init_param
+	branch mouse_init_p32xx_id2_judge+1
+
+p_mouse_8009_init_param:
+	setarg 0x16
 	call twspi_read
-	rtnbit0 7
-	setarg PAN_REG_OPRATION_STATE
+	sub pdata,0xbd,null 
+	nbranch p_mouse_init_sensor,zero
+	setarg 0x19
 	call twspi_read
-	branch mouse_p32xx_sensor_motion_1+3,blank
-	setarg 0
-	store 6,mem_mouse_x
-	rtn
-	
-/*
-p_mouse_dpi_led_setting:
-	fetch 1,mem_dpi_led_gpio
-	store 1,mem_mouse_struct_led_gpio
-	setarg LED_DPI_BLINK_FIXED
-	store 2,mem_mouse_on_time
-	store 2,mem_mouse_off_time
-	arg 0,rega
-	fetcht 1,mem_mouse_dpi_blink_count
-	//increase 1,temp
-	storet 1,mem_mouse_blink_count
-	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
-	rtn
-*/
-
-p_mouse_seting_dpi:
-	//call mosue_dpi_led_blink_init
-p_mouse_seting_dpi_sensor_type:	
-	fetch 1,mem_config_sensor_type
-	beq P3610,mouse_seting_3610_dpi
-	beq P3212,mouse_seting_3212_dpi
-	beq P3065_XY,p_mouse_seting_3065XY_dpi
-	beq P3204,p_mouse_seting_3065XY_dpi
-	beq P8009,p_mouse_seting_8009_dpi
-	beq P8650,p_mouse_seting_8650_dpi
-	beq KA8,p_mouse_seting_ka8_dpi
-p_mouse_seting_3205_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_set_cpi1
-	beq MOUSE_DPI_LEVEL2,mouse_set_cpi2
-	beq MOUSE_DPI_LEVEL4,p_mouse_set_cpi4
-p_mouse_set_cpi3:
-	jam 2,mem_mouse_dpi_blink_count
-	branch mouse_set_cpi3
-p_mouse_3205_dpi_recount:
-	jam MOUSE_DPI_LEVEL3,mem_mouse_dpi
-	rtn
-
-p_mouse_set_cpi1:
-	jam 1,mem_mouse_dpi_blink_count
-	branch mouse_set_cpi1
-p_mouse_set_cpi4:
-	jam 3,mem_mouse_dpi_blink_count
-	branch mouse_set_cpi4
+	sub pdata,0x55,null 
+	nbranch p_mouse_init_sensor,zero
+	setarg 0x1b
+	call twspi_read
+	sub pdata,0x1d,null 
+	nbranch p_mouse_init_sensor,zero
+	jam P8009,mem_config_sensor_type
+	call mouse_sensor_disable_wp
+	setarg 0x0206
+	call twspi_write
+	setarg 0x6909
+	call twspi_write
+	setarg 0x280d
+	call twspi_write
+	setarg 0x4f0e
+	call twspi_write
+	setarg 0xba0f
+	call twspi_write
+	branch mouse_sensor_enable_wp
 
-p_mouse_seting_3065XY_dpi:
-	fetch 1,mem_mouse_dpi
-	call p_mouse_3065xy_dpi_recount,blank
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL2,p_mouse_3065xy_set_cpi1	//800
-//	beq MOUSE_DPI_LEVEL3,mouse_set_cpi2
-	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3			//1600
-	branch mouse_set_cpi2							//1300
-p_mouse_3065xy_dpi_recount:
-	jam MOUSE_DPI_LEVEL2,mem_mouse_dpi
+p_mouse_8650_init_param:
+	jam P8650,mem_config_sensor_type
 	rtn
-p_mouse_3065xy_set_cpi1:
-	fetch 1,mem_320x_dpi_1
-	increase -1,pdata
-	branch mouse_p3205_dpi
-
-p_mouse_seting_8009_dpi:
-	fetch 1,mem_mouse_dpi
-	call p_mouse_3065xy_dpi_recount,blank
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL2,p_mouse_8650_8009_set_cpi1		//750
-//	beq MOUSE_DPI_LEVEL3,mouse_set_cpi1
-	beq MOUSE_DPI_LEVEL4,mouse_set_cpi2		//1500
-	branch mouse_set_cpi1						//1250
-
-p_mouse_seting_8650_dpi:
-	fetch 1,mem_mouse_dpi
-	call p_mouse_3065xy_dpi_recount,blank
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL2,p_mouse_8650_8009_set_cpi1	//800
-//	beq MOUSE_DPI_LEVEL3,mouse_set_cpi1
-	beq MOUSE_DPI_LEVEL4,mouse_set_cpi2				//1600
-	branch mouse_set_cpi1								//1200
-p_mouse_8650_8009_set_cpi1:	
-	jam 0,mem_mouse_cpi_count
-	branch mouse_p3205_dpi+3
 
-p_mouse_seting_ka8_dpi:
-	fetch 1,mem_mouse_dpi
-	call p_mouse_3065xy_dpi_recount,blank
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL2,mouse_set_cpi2			//800
-//	beq MOUSE_DPI_LEVEL3,mouse_set_cpi1
-	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_bb_event_discovery_btn:
-	jam 0,mem_mouse_null_enter_hibernate_flag
-	jam 0,mem_mouse_null_enter_hibernate_timer
-	bmark1 mark_24g,p_mouse_switch_to_bt
-	branch mouse_bb_event_discovery_btn+1
-p_mouse_switch_to_bt:
-	call p_g24_check_51cmd_stop_24g
-	branch mouse_bb_event_discovery_btn+1
+p_mouse_p3065_init_param:
+	call p_mouse_sensor_poweron
+	fetch 1,mem_sensor_id2
+	beq P3065_XY_ID2,mouse_p3065xy_init_param
+	jam P3065,mem_config_sensor_type
+	rtn
 
+p_mouse_sensor_powerdown_check:
+	fetch 1,mem_mouse_init_sensor_reset_flag
+	rtn blank
+	jam 0,mem_mouse_init_sensor_reset_flag	
+p_mouse_sensor_powerdown:
+	setarg 0x06
+	call twspi_read
+	or pdata,0x08,pdata
+	lshift8 pdata,pdata
+	add pdata,0x06,pdata
+	branch twspi_write	//make sdio high
 
-p_le_addr_random_config:
-	call load_adc_init
-	fetch 2,mem_0_5_adc_io_data	//adc data from otp
-	branch p_le_otp_adc_empty,blank
-	store 2,mem_random_addr_increase_count
-p_le_addr_random_store:
-	branch p_mouse_store_eerpom_random_addr_increase_count
+p_mouse_setting_config:
+ifdef G24
+	call adc_init_data
+	fetch 4,mem_lap			//g24_set_device_addr
+	store 4,mem_24g_device_addr
+endif
+	//disable usb function
+//	hfetch 1,core_usb_config
+//	set0 4,pdata
+//	hstore 1,core_usb_config
+	call mouse_gpio_init
+	call mouse_param_init
+ifdef CLASSIC_BT	
+	call p_mouse_bt_sdp_update
+endif	
+	setarg 0
+	store 2,mem_lpm_interval
 
-p_le_otp_adc_empty:
-	setarg 0x1122
-	store 2,mem_random_addr_increase_count
-	branch p_le_addr_random_store
+	call mouse_adc_init
 
-p_mouse_start_discovery:
-	jam 0,mem_le_send_security_request_flag
-	call p_mouse_tx_power_init
-	jam 0,mem_mouse_clear_sensor_data_flag
-//	fetch 2,mem_ui_state_map
-//	bbit1 UI_STATE_BLE_ADV,p_mouse_start_discovery_norandom
+ifdef BLE	
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	call le_set_config_read_authentication
+endif	
 //	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,p_mouse_start_discovery_norandom
+//	bbit1 MOUSE_ENABLE_EEPROM,p_mouse_init_iic
+//	bbit1 MOUSE_ENABLE_FLASH,p_mouse_load_flash_info_cheak
+//	rtn
+p_mouse_init_iic:
+	call iic_init_390k
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
+	call clear_eeprom_size_2k
+	call mouse_load_eeprom_dpi
+	call p_mouse_init_environment
+p_mouse_init_iic_read_24g_addr:
+	call p_mouse_set_24g_addr_eeprom
+	call iicd_read_eep_data
+ifdef BLE_FAST_CONN_ENABLE
+	arg 3,loopcnt
+	arg mem_device1_addr,contr
+	call p_pdata_0xff_check
+	nbranch p_mouse_le_fast_conn_disable,user
+	call p_mouse_load_fast_conn_flag
+	fetch 1,mem_mouse_fast_conn_flag
+	beq 0xff,p_mouse_fast_conn_init
+endif
+	rtn
 
-	call p_mouse_load_eeprom_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_eerpom_random_addr_increase_count
-	random pdata
-	store 1,mem_le_lap
-
-p_mouse_start_discovery_norandom:
 ifdef BLE_FAST_CONN_ENABLE
-	call app_ble_disconnect
-	setarg 0xed8e0e
-	store 3,mem_le_lap+3
-endif
-	call app_lpm_mult_disable
-	fetch 2,mem_discovery_timeout
-	store 2,mem_mouse_discovery_timer
-	jam 6,mem_connection_options
-	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 mouse_bt_discovery_button_down_disable
-	fetch 1,mem_device_option
-	isolate1 MODE_4_MOUSE,pdata
-	call p_check_51cmd_adv,true
-	branch mouse_start_discovery_norandom+13
-
-p_mouse_store_eerpom_random_addr_increase_count:
-	arg 2,temp
-	arg mem_random_addr_increase_count,rega
-	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
-	branch iicd_write_protect_eep_data
-	
-p_mouse_load_eeprom_random_addr_increase_count:
-	arg 2,temp
-	arg mem_random_addr_increase_count,rega
-	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
+p_mouse_load_fast_conn_flag:
+	arg 1,temp
+	arg mem_mouse_fast_conn_flag,rega
+	arg MOUSE_FAST_CONN_FLAG_OFFSET,regb
 	branch iicd_read_eep_data
+p_mouse_store_fast_conn_flag:
+	arg 1,temp
+	arg mem_mouse_fast_conn_flag,rega
+	arg MOUSE_FAST_CONN_FLAG_OFFSET,regb
+	branch iicd_write_protect_eep_data
+p_mouse_fast_conn_init:
+	jam 0x34,mem_xrecord_mode
+	setarg 0
+	invert pdata,pdata
+	store 6,mem_le_lap
+	rtn	
+p_mouse_le_fast_conn_disable:
+	jam 0x5a,mem_mouse_fast_conn_flag
+	branch p_mouse_store_fast_conn_flag
+endif
 
-p_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
-	
-	branch check_51cmd_adv
 
-p_le_adv_data_update:
-	arg mem_le_adv_data+11,contw
-	arg 19,loopcnt
+ifdef CLASSIC_BT
+p_mouse_bt_sdp_update:
+	call enable_authrom
+	arg 0x8c00,contr
+	arg mem_mouse_uuid_list,contw
+	arg 369,loopcnt
 	call memcpy
-	branch le_modified_name_adv
+	//Attribute: HID SSR Host Max Latency
+	setarg 0x0f0209
+	istore 3,contw
+	setarg 0x120009
+	istore 3,contw
+	//Attribute: HID SSR Host Min Timeout
+	setarg 0x100209
+	istore 3,contw
+	setarg 0x000009
+	istore 3,contw
+	arg 0x8d71,contr
+	arg 265,loopcnt
+	call memcpy
+	
+	jam 0,mem_mouse_uuid_list+23	//Service Record Handle: 0x 00 01 00 00
+	jam 0x6d,mem_mouse_uuid_list+15	//total length
+	setarg 0x401f
+	store 2,mem_mouse_uuid_list+357	//timeout
+	setarg 0x6d04
+	store 2,mem_mouse_uuid_list+462	//VID
+	setarg 0x16b0
+	store 2,mem_mouse_uuid_list+468	//PID
 
-p_mouse_stop_discovery:
-	setarg 0
-	store 2,mem_mouse_discovery_timer
-	call p_mouse_sensor_poweron		//clear sensor data,confirm the motion pin high
-	branch mouse_stop_discovery+1
+	setarg mem_mouse_uuid_list				//bt sdp start address
+	store 2,mem_ui_uuid_table
+	rtn
+endif	
 
+p_mouse_init_environment:
+	call app_initflag_check
+	branch p_mouse_eeprom_load_recon_info,zero
 ifdef BLE
-p_le_slave_match:
-	fetch 1,mem_le_md_count
-	pincrease 1
-	store 1,mem_le_md_count
-	beq LE_MD_MAX_COUNT,le_slave_cont
-	call le_acknowledge
-	call le_prepare_tx
-	call power_ctrl_start
-	branch le_slave_match+7
+	call p_le_addr_random_config
+endif
+	branch mouse_init_environment+2
 
-p_le_next_adv_channel:
-	fetch 1,mem_le_ch_mapped
-	increase 1,pdata
-	store 1,mem_le_ch_mapped
-	rtnne 40
-	jam 37,mem_le_ch_mapped
-	rtn
+p_app_flag_store:
+	arg 2,temp
+	arg mem_timeup,rega
+	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
+	branch iicd_write_protect_eep_data
 
-p_le_receive_skip:
-	call save_rssi
-	call p_rssi_signal
-	branch le_receive_skip+2
+p_app_initflag_check:
+	arg 2,temp
+	arg mem_pdatatemp,rega
+	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
+	branch app_initflag_check+4
 
-p_le_update_param:
-	call p_mouse_le_conn_param_check
-	branch le_update_param+8
-p_mouse_le_lpm_mult_reinit:
-	fetch 1,mem_lpm_mult_init
-	store 1,mem_lpm_mult
-p_mouse_le_conn_param_lpm_enable:
-	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
-	rtn
-p_mouse_le_conn_param_lpm_disable:
-	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
+p_mouse_eeprom_load_recon_info:
+	arg 88,temp
+	arg mem_device_flag,rega
+	arg MOUSE_INFO_EEPROM_OFFECT,regb
+	call iicd_read_eep_data
+//	call p_mouse_switch_Hwakeup_byPB
+	branch mouse_select_reconn_device
+
+p_mouse_wakeup_from_power:
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	bbit0 MOUSE_ENABLE_WAKEUP_FROM_POWER,p_mouse_wakeup_no_from_power
+//	fetch 1,mem_wakup_from_power_flag
+//	isolate0 gpio_latch,pdata
+//	nbranch p_mouse_wakeup_no_from_power,true
+	call p_mouse_init_sunt
+	call p_mouse_sensor_powerdown
+p_mouse_wakeup_no_from_power:
+	fetch 1,mem_reconn_times_init
+	store 1,mem_reconn_times
 	rtn
-p_mouse_le_conn_param_check:
-	fetch 1,mem_le_new_conninterval
-	sub pdata,LE_INTERVAL_15MS,null
-	nbranch p_mouse_le_conn_param_lpm_disable,positive
-	fetch 1,mem_le_new_connslavelatency
-	fetcht 1,mem_lpm_mult_init
+//	fetch 1,mem_config_function_enable	//standard do not need it
+//	rtnbit1 ENABLE_SELECT_DEVICE_BY_GPIO_BUTTON
+//	rtnbit1 ENABLE_SELECT_DEVICE_BY_SWITCH
+//p_mouse_start_24g_mode:
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	rtnbit0 MOUSE_ENABLE_24G
+//	call p_g24_factory_check
+//	branch p_g24_auto_pair_start,user
+//	branch p_g24_start_24g_mode
+	
+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
-	branch p_mouse_le_lpm_mult_reinit,positive
-	fetch 1,mem_le_new_connslavelatency
-	store 1,mem_lpm_mult
-	branch p_mouse_le_conn_param_lpm_enable
-
-p_le_update_channel_map:
-	fetch 1,mem_le_state
-	rtnbit0 lestate_update_map
-	call p_le_channel_map_overflow_check
-	nrtn user
-	branch le_update_channel_map+3
-p_le_channel_map_overflow_check:
-	enable user
-	fetch 1,mem_le_event_count+1
-	rshift4 pdata,pdata
-	rtnne 0x0f
-	fetch 1,mem_le_instant+1
-	rshift4 pdata,pdata
-	rtnne 0x00
-	branch disable_user
-
-p_le_prepare_tx:
-	fetch 1,mem_le_arq
-	bbit1 wak,p_le_prepare_tx_wak
-	call power_ctrl_pac_succ_incrs	
-	fetch 1,mem_empty_count
-	nbranch p_le_send_empyt,blank
-	fetch 1,mem_le_state 
-	bbit0 lestate_encryption,p_le_tx_4
-	fetch 1,mem_le_rxbuf+1  
-	branch p_le_tx_4,blank  
-	branch le_send_empty      // send empty data when got non empty packet
-p_le_send_empyt:
-	fetch 1,mem_empty_count
-	increase -1,pdata
-	store 1,mem_empty_count
-	branch le_send_empty
-p_le_tx_4:	
-	fetch 1,mem_le_pairing_state
-	bne FLAG_LE_PAIRING_AFTER_AUTH,p_in_le_tx_4
-	jam 3,mem_empty_count
-p_in_le_tx_4:
-	call le_fifo_check_nearly_full
-	call p_mouse_data_pull,blank
-	branch le_prepare_tx+4
-
-p_le_prepare_tx_wak:
-	call p_le_check_tx_retransmit_setmd
-	branch p_le_power_ctrl_pac_succ_decrs
-
-p_le_check_tx_retransmit_setmd:
-	fetch 1,mem_le_connect_status_flag
-	and pdata,0x03,pdata
-	rtnne 0x03
-	fetch 1,mem_mouse_data_queue_num
-	rtn blank
-	fetch 1,mem_le_txlen
-	rtn blank
-	fetch 1,mem_le_txheader
-	set1 md,pdata
-	store 1,mem_le_txheader
-	call le_set_md
-ifdef DEBUGLOG
-ifdef DEBUGLOG_MISC
-	setarg DEBUGLOG_DTYPE_MISC
-	store 2,mem_debuglog_datatype
-	setarg MISC_LE_RETRANSMIT_MD
-	store 2,mem_debuglog_dataval
-	call debuglog_push	
-endif
-endif
+	ncall disable_user,zero
+	loop p_pdata_0xff_check_loop
 	rtn
 
-p_le_power_ctrl_pac_succ_decrs:
-ifdef DEBUGLOG
+p_mouse_cb_fuction:
+ifdef G24
+	setarg p_mouse_g24_package_data
+	store 2,mem_cb_24g_data
+endif	
+ifdef BLE
+	setarg p_mouse_le
+	store 2,mem_cb_le_process
+	setarg p_le_mouse_bb_event_connect_complete
+	store 2,mem_cb_att_write
+endif
+ifdef CLASSIC_BT
+	setarg p_mouse_bt
+	store 2,mem_cb_bt_process
+endif	
+	setarg p_mouse_before_lpm
+	store 2,mem_cb_before_lpm
+	setarg p_mouse_priority_bb_event
+	store 2,mem_cb_bb_event_process
+	setarg p_mouse_idle
+	store 2,mem_cb_idle_process
+	setarg p_mouse_before_hibernate
+	store 2,mem_cb_before_hibernate
+	setarg p_mouse_bb_event_timer
+	store 2,mem_cb_event_timer
+	rtn
+
+ifdef G24
+p_mouse_g24_package_data:
+	call mouse_g24_package_data
+	fetch 2,mem_mouse_z
+	rtn blank
+	branch p_g24_transmit_by_interrupt_enable
+endif	
+	
+ifdef BLE
+p_mouse_le_txbuff_save:
+	arg mem_le_tx_buffer0,contr
+	arg mem_le_tx_buffer0_omemalloc,contw
+	call p_mouse_le_txbuff_copy
+	arg mem_le_tx_buffer1,contr
+	call p_mouse_le_txbuff_copy
+	arg mem_le_tx_buffer2,contr
+	call p_mouse_le_txbuff_copy
+	arg mem_le_tx_buffer3,contr
+p_mouse_le_txbuff_copy:	
+	arg 27,loopcnt
+	branch memcpy
+
+p_mouse_le_txbuff_load:
+	arg mem_le_tx_buffer0_omemalloc,contr
+	arg mem_le_tx_buffer0,contw
+	call p_mouse_le_txbuff_copy
+	arg mem_le_tx_buffer1,contw
+	call p_mouse_le_txbuff_copy
+	arg mem_le_tx_buffer2,contw
+	call p_mouse_le_txbuff_copy
+	arg mem_le_tx_buffer3,contw
+	branch p_mouse_le_txbuff_copy
+
+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
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	rtnne 0x03
+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
+//	bbit1 MOSUE_24G_PAIRING_FLAG,mouse_le_send_empty_packet
+//	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_le_send_empty_packet
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_le_send_empty_packet
+	call mouse_motion
+	nrtn user
+	call p_mouse_le_current_mult_update
+	call p_mouse_data_xy_release
+	call p_mouse_wheel_trigger
+p_mouse_data_push:
+	arg mem_mouse_key,rega
+	call queue_push
+	call p_mouse_queue_increase,user
+	
+ifdef DEBUGLOG
 ifdef DEBUGLOG_MISC
 	setarg DEBUGLOG_DTYPE_MISC
 	store 2,mem_debuglog_datatype
-	setarg MISC_LE_RETRANSMIT
+	setarg MISC_LOST_MOUSEDATA
 	store 2,mem_debuglog_dataval
-	call debuglog_push	
+	nbranch debuglog_push,user
+
+	setarg MISC_PUSH_MOUSEDATA
+	store 2,mem_debuglog_dataval
+	call debuglog_push
 endif
 endif
-	branch power_ctrl_pac_succ_decrs
-
-p_mouse_le_reconn_write_enable_timer_reinit:
-	fetch 1,mem_mouse_le_reconnect_flag
-	rtn blank
-	fetch 1,mem_le_connect_status_flag
-	and pdata,0x03,pdata
-	rtneq 0x03
-	jam 10,mem_le_start_encrypt_timer
 	rtn
 
-p_le_parse:
-	rtnmark1 mark_old_packet
-	call le_fifo_check_full
-	nrtn blank
-	fetch 1,mem_le_rxbuf
-	and pdata,0x3,pdata
-	store 1,mem_le_packet_llid
-	ifetch 1,contr
-	and pdata,0x1f,pdata
-	store 1,mem_le_packet_size
-	rtn blank							//empty rtn
-	copy contr,pdata
-	store 2,mem_le_payload_ptr
-	fetch 1,mem_le_packet_llid
-	beq LLID_LE_LL,p_le_parse_ll
-	branch le_parse_l2cap
-p_le_parse_ll:
-	fetch 1,mem_le_rxbuf+2
-	beq LL_CHANNEL_MAP_REQ,p_le_parse_channel_map_req
-	branch le_parse_ll+1
-p_le_parse_channel_map_req:
-	ifetch 5,contr
-	store 5,mem_le_new_map
-	ifetch 2,contr
-	store 2,mem_le_instant
-	branch le_parse_channel_map_req+7	
-
-p_le_parse_l2cap:
-	ifetch 2,contr
-	beq LE_L2CAP_CID_ATT,p_le_parse_att
-	beq LE_L2CAP_CID_SMP,p_le_parse_smp
-	branch le_parse_l2cap+11
-p_le_parse_att:
-	call store_contr
-	call p_mouse_le_reconn_write_enable_timer_reinit
-	call get_contr
-	ifetch 3,contr
-	store 3,mem_le_att_opcode
-	beq ATTOP_READ_BY_GROUP_TYPE_REQUEST,p_le_parse_att_read_by_group_type_request
-	rshift8 pdata,temp
-	sub temp,0x24,null
-	branch le_parse_att+2,positive
-	arg mem_mouse_le_uuid_sup,temp
-	storet 2,mem_ui_le_uuid_table
-	call le_parse_att+2
-	setarg 0x8e7a
-	store 2,mem_ui_le_uuid_table
-	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_le_parse_att_read_by_group_type_request:
-	call le_parse_att_read_by_group_type_request
-	call le_fifo_get_last_tx_ptr
-	increase 7,contr
-	ifetch 1,contr
-	rtnne ATTOP_READ_BY_GROUP_TYPE_RESPONSE
-	increase 5,contr
-	ifetch 2,contr
-	arg UUID_SERVICE_HIDS,temp
-	isub temp,null
-	nrtn zero
-	increase -4,contr
-	setarg 0x2b
-	istore 2,contr
+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
+p_mouse_sensor_poweron:
+	setarg 0x8006	// reset to factory settings
+	call twspi_write
+	nop 12000
+	call p_mouse_dpi_config
+	fetch 1,mem_sensor_id2
+	beq P8009_ID2,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
+	beq 0xff,p_mouse_dpi_config_default
+	branch p_mouse_seting_dpi
+p_mouse_dpi_config_default:
+	fetch 1,mem_config_sensor_motion
+//	and pdata,0x0f,pdata
+	store 1,mem_mouse_dpi
+	branch p_mouse_seting_dpi
 
-p_le_parse_smp:
-	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
+p_mouse_data_init:
+	jam 7,mem_mouse_data_queue	//data length
+	jam 4,mem_mouse_data_queue+1	//fifo depth
+	setarg mem_mouse_data_queue
+	store 2,mem_queue_ptr
+	branch queue_init
 
-p_le_parse_smp_pairing_request:
-	jam 1,mem_le_send_security_request_flag
-	branch le_parse_smp_pairing_request
+p_mouse_queue_increase:
+	fetch 1,mem_mouse_data_queue_num
+	increase 1,pdata
+	store 1, mem_mouse_data_queue_num
+	rtn
 	
-p_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
+p_mouse_data_pull:
+	arg mem_mouse_key,rega
+	call queue_pop
+	branch p_mouse_fill_data_le,user
+	rtn
 
-p_le_adv_not_match:
-	fetch 1,mem_le_ch_mapped
-	bne 39,le_adv_loop
-	call p_le_adv_random_delay
-	arg le_adv_interval_timer,queue
-	fetch 2,mem_le_adv_interval
-	branch timer_init
-p_le_adv_random_delay:
-	random pdata
-	arg 0x1ff,temp
-	iand temp,pdata
-	add pdata,250,pdata
-	branch delay
+p_mouse_fill_data_le:
+ifdef DEBUGLOG
+ifdef DEBUGLOG_MISC
+	setarg DEBUGLOG_DTYPE_MISC
+	store 2,mem_debuglog_datatype
+	setarg MISC_PULL_MOUSEDATA
+	store 2,mem_debuglog_dataval
+	call debuglog_push
 
-p_le_lpm_setmult:
-	disable wake
-	branch p_le_lpm_set_mult_attempt,attempt
-	nbranch le_lpm_lost,match
-p_le_lpm_set_mult_attempt:
-	call lpm_match
-	fetch 2,mem_rx_window_sniff
-	store 2,mem_le_receive_window
-	fetch 1,mem_le_connect_status_flag
-	compare 3,pdata,3
-	nbranch lpm_mult_short,true
-	branch le_lpm_set_mult_attempt+3
+	setarg DEBUGLOG_DTYPE_MISC
+	store 2,mem_debuglog_datatype
+	fetch 1,mem_mouse_x
+	store 1,mem_debuglog_dataval
+	fetch 1,mem_mouse_y
+	store 1,mem_debuglog_dataval+1
+	call debuglog_push
+endif
+endif
+	call le_clear_md
+	fetch 1,mem_mouse_data_queue_num
+	sub pdata,1,null
+	ncall le_set_md,positive
+	fetch 1,mem_mouse_data_queue_num
+	rtn blank
+	increase -1,pdata
+	store 1, mem_mouse_data_queue_num
+	branch mouse_fill_data_le
+endif
+
+p_mouse_wheel_trigger:
+	fetch 2,mem_mouse_z
+	rtn blank
+	jam 1,mem_mouse_wheel_trigger
+	jam 2,mem_mouse_wheel_trigger_timer
+	rtn
+
+ifdef CLASSIC_BT
+p_mouse_bt:
+	rtn attempt
+	fetch 1,mem_app_handshake_flag
+	rtn blank
+	call l2cap_malloc_is_fifo_nearly_full
+	nrtn blank
+	fetch 1,mem_mouse_clear_sensor_data_flag
+	call p_mouse_clear_sensor_data,blank
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	bbit1 MOSUE_24G_PAIRING_FLAG,mouse_send_empty_data
+//	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_send_empty_data
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_send_empty_data
+	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_send_empty_data
+	call mouse_motion
+	nrtn user
+	call p_mouse_wheel_trigger
+	fetch 1,mem_mouse_bt_boot_mode
+	beq 1,p_mouse_send_data_boot_mode	//boot
+	fetch 1,mem_mouse_bt_send_first_package_flag
+	rtn blank
+	branch mouse_send_data	//report
+
+p_mouse_send_data_boot_mode:
+	fetch 1,mem_mouse_key
+	store 1,mem_mouse_bt_boot_data
+	fetch 1,mem_mouse_x
+	istore 1,contw
+	fetch 1,mem_mouse_y
+	istore 1,contw
+	fetch 2,mem_mouse_z
+	istore 2,contw
+
+	arg 7,rega
+	call hid_malloc_tx_buff
+	fetch 2,mem_hid_int_remote_cid
+	istore 2,contw
+	setarg 0x02a1
+	istore 2,contw
+	fetch 5,mem_mouse_bt_boot_data
+	istore 5,contw
+	rtn
+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
+	branch mouse_wheel_check
+
+//p_mouse_dpi_check:
+//	fetcht 1,mem_dpi_button_gpio
+//	call p_gpio_set_input_pd
+//	fetcht 1,mem_dpi_button_gpio
+//	call gpio_get_bit
+//	branch p_mouse_dpi_up,true
+//	call p_gpio_set_input_pu
+//p_mouse_dpi_down:
+//	fetch 1,mem_mouse_dpi_button_state
+//	rtneq DPI_BUTTON_STATE_DOWN
+//	jam DPI_BUTTON_STATE_DOWN,mem_mouse_dpi_button_state
+//	fetch 1,mem_mouse_dpi
+//	increase 1,pdata
+//	and pdata,0x03,pdata
+//	store 1,mem_mouse_dpi
+//	increase 2,pdata
+//	store 1,mem_mouse_multi_led_blink_count
+//	call p_mouse_dpi_multi_led_blink
+//	branch mouse_dpi_down+7
+//p_mouse_dpi_up:
+//	call p_gpio_set_input_pu
+//	branch mouse_dpi_up
+
+p_mouse_priority_bb_event:
+	copy regc,pdata
+ifdef BLE	
+	beq BT_EVT_LE_CONNECTED,p_mouse_le_bb_event_connected
+	beq BT_EVT_LE_DISCONNECTED,p_mouse_le_bb_disconnected
+	beq BT_EVT_LE_ENC_INFO,p_mouse_le_enc_info
+	beq BT_EVT_LE_START_ENC,p_mouse_le_ll_start_encryt
+	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,p_mouse_le_conn_param_update_rsp_recieved
+endif
+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_VIRTUAL_CABLE_UNPLUG,p_mouse_irtual_cable_unplug
+	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
+	beq BT_EVT_SWITCH_SUCCESS_MASTER,p_mouse_enter_sniff_check
+endif
+ifdef G24
+	beq BT_EVT_24G_PAIRING_COMPLETE,p_mouse_24g_pairing_complete
+	beq BT_EVT_24G_ATTEMPT_FAIL,p_mouse_24g_attempt_fail
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,p_mouse_24g_attempt_success
+endif
+	branch mouse_priority_bb_event+1
+
+ifdef BLE
+p_mouse_le_bb_event_connected:
+//	call p_mouse_multi_led_blink_off
+//	call p_mouse_mode_bt_device1_multi_led_on
+	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 0x04,mem_mouse_send_secutiry_request_timer
+p_mouse_le_bb_event_connected_next:	
+	call p_mouse_init_sensor_reset
+	call p_mouse_null_enter_hibernate_disable
+	call p_mouse_data_init
+	branch mouse_le_bb_event_connected
+
+p_mouse_le_bb_disconnected:
+	jam 0,mem_mouse_le_bb_connected_flag
+	call p_mouse_sensor_powerdown_check
+	setarg LE_INTERVAL_8_75MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	jam 0,mem_mouse_clear_sensor_data_flag
+	call p_mouse_data_init
+	call le_clr_config_more_data
+	branch mouse_bb_disconnected
+
+p_mouse_le_enc_info:
+p_app_updata_le_param:
+	jam BT_CMD_LE_UPDATE_CONN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+
+p_mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,p_mouse_le_ll_reconn_start_encryt
+	branch p_mouse_le_ll_enable_start_enc_flag
+
+p_mouse_le_ll_reconn_start_encryt:
+	call p_app_updata_le_param
+	jam 20,mem_le_start_encrypt_timer
+p_mouse_le_ll_enable_start_enc_flag:
+	arg LL_START_ENC_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+p_mouse_le_conn_param_update_rsp_recieved:
+	fetch 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
+	rtneq BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+	fetch 1,mem_le_tsniff
+	rshift2 pdata,pdata
+	sub pdata,LE_INTERVAL_15MS,null
+	rtn 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
+p_mouse_le_conn_param_lpm_disable:
+	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
+	rtn
+endif
+
+
+ifdef CLASSIC_BT
+p_mouse_bb_event_reconn_timeout:
+p_mouse_bb_event_reconn_failed:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BTN_DOWN
+	rtnbit1 UI_STATE_BT_DISCOVERY
+	rtnbit1 UI_STATE_BLE_ADV
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+//	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_soft_reset
+//	bbit1 MOSUE_24G_PAIRING_FLAG,p_g24_start_pairing_sm1
+	branch app_bb_hibernate
+
+p_mouse_irtual_cable_unplug:
+	call mouse_irtual_cable_unplug
+	branch app_bb_hibernate
+
+p_mouse_sniff_not_accept:
+	fetch 1,mem_mouse_enter_sniff_count
+	rtneq 2
+	increase 1,pdata
+	store 1,mem_mouse_enter_sniff_count
+	jam 0x12,mem_sniff_param_interval	//89Hz
+	branch app_bt_enter_sniff
+
+p_mouse_bb_event_connected:
+	call p_mouse_null_enter_hibernate_disable
+	//call p_mouse_discovey_led_blink_off
+	jam 0,mem_mouse_send_switch_req_timer
+	call p_mouse_init_sensor_reset
+	branch mouse_stop_discovery
+
+p_mouse_bb_event_disconnected:
+	jam 0,mem_bt_rcvd_switch_req_accept
+	jam 0,mem_bt_send_lmp_setup_complete
+	jam 0,mem_mouse_bt_send_first_package_flag
+	call p_mouse_sensor_powerdown_check
+	branch mouse_bb_disconnected
+
+p_mouse_enter_sniff_check:
+	fetch 1,mem_mouse_enter_sniff_count
+	rtnne 2
+	jam 0,mem_mouse_enter_sniff_count
+	jam 0x0e,mem_sniff_param_interval	//89Hz
+	branch app_bt_enter_sniff
+endif
+
+ifdef G24
+p_mouse_24g_pairing_complete:
+	call p_mouse_init_sensor_reset
+
+	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_store_24g_device_2eeprom
+	call p_mouse_tx_power_init
+
+	call p_mouse_set_24g_addr_eeprom	//store rx dongle addr to eeprom
+	branch iicd_write_protect_eep_data
+
+p_mouse_set_24g_addr_eeprom:
+	arg mem_24g_addr,rega
+	arg MOUSE_G24_ADDR_EEPROM_OFFECT,regb
+	arg 4,temp
+	rtn
+
+p_mouse_24g_attempt_fail:
+	call p_mouse_sensor_powerdown_check
+	jam 0,mem_retry_count
+	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
+	call p_mouse_tx_power_init
+	call p_g24_check_51cmd_stop_24g
+p_app_enter_hibernate_before_check:
+	fetch 1,mem_mouse_multi_led_on_poweron2s_flag
+	nbranch p_mouse_null_enter_hibernate_enable,blank
+	branch app_enter_hibernate
+
+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_24g_attempt_success:
+	call p_mouse_init_sensor_reset
+	call mouse_no_data_timer_init
+	call p_mouse_null_enter_hibernate_disable
+p_mouse_store_24g_device_2eeprom:
+	call mouse_cheak_select_24gdevice
+p_mouse_store_device_number2eeprom:
+	arg 1,temp
+	arg mem_device_flag,rega
+	arg 0,regb
+	branch iicd_write_protect_eep_data
+endif
+
+
+p_mouse_before_hibernate:
+	enable user
+	hfetch 4,0x8138
+	setflag user,26,pdata
+	hstore 4,core_lpm_reg
+	call lpm_write_ctrl
+	call p_mouse_sensor_powerdown_check
+	call disable_authrom
+//	call mouse_devce_led_off
+	call mouse_before_hibernate_wheel_gpio_set
+	branch p_mouse_setgpio_lpm_before
+	
+p_mouse_bb_event_timer:
+ifdef ADC_ENABLE
+	call p_mouse_adc_read
+	call p_mouse_low_voltage_led_timer
+endif
+	call p_mouse_wheel_trigger_timer
+	call p_mouse_null_enter_hibernate_timer
+	call p_mouse_bt_discovery_check
+	//call p_mouse_select_device
+	call mouse_check_discovery_timeout_timer
+	//call p_mouse_dpi_check
+ifdef G24
+	call p_mouse_24g_long_sleep_param_update_timer
+endif
+ifdef BLE	
+	call 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
+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_multi_led_blink_timer
+	branch mouse_check_no_data_timeout_timer
+
+
+ifdef G24
+p_mouse_24g_long_sleep_param_update_timer:
+	arg mem_24g_long_sleep_param_update_timer,regc
+	arg p_mouse_24g_long_sleep_normal_param,regb
+	branch timer_single_step
+p_mouse_24g_long_sleep_normal_param:
+	setarg G24_LONG_SLEEP_STEP2
+	store 3,mem_24g_enter_hibernate
+p_mouse_long_mult_flag_enable:	
+	jam 1,mem_mouse_long_mult_flag
+	rtn
+endif
+
+ifdef CLASSIC_BT
+p_mouse_send_switch_req_timer:
+	arg mem_mouse_send_switch_req_timer,regc
+	arg host_create_conn_resend,regb
+	branch timer_single_step
+
+p_mouse_bt_check_sniff_req_timeout_timer:
+	arg mem_mouse_bt_send_first_package_timer,regc
+	arg p_mouse_bt_send_first_package,regb
+	branch timer_single_step
+p_mouse_bt_send_first_package:
+	jam 1,mem_mouse_bt_send_first_package_flag
+	rtn
+endif
+
+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_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_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
+	rtn blank
+	arg mem_mouse_send_secutiry_request_timer,regc
+	arg p_le_pairing_sm_start_check,regb
+	branch timer_single_step
+
+p_le_pairing_sm_start_check:
+	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_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
+
+p_mouse_wheel_trigger_timer:
+	arg mem_mouse_wheel_trigger_timer,regc
+	arg p_mouse_wheel_trigger_disable,regb
+	branch timer_single_step
+p_mouse_wheel_trigger_disable:
+	jam 0,mem_mouse_wheel_trigger
+	rtn
+
+p_mouse_bt_discovery_check:
+	fetch 1,mem_config_function_enable
+	bbit1 ENABLE_BT_BUTTON,mouse_bt_discovery_by_button
+p_mouse_bt_discovery_by_button:
+	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
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	branch mouse_disable_function_flag
+	
+p_mouse_bt_discovery_commbination_key_down:
+	jam 40,mem_mouse_null_enter_hibernate_timer
+	call p_mouse_bt_discovery_timer
+	branch mouse_bt_discovery_commbination_key_down+1
+
+p_mouse_bt_discovery_timer:
+	arg mem_combination_ui_button_count,regc
+	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
+//	call p_mouse_store_device_mode_2eeporm
+	fetch 2,mem_ui_state_map
+	isolate1 UI_STATE_BLE_ADV,pdata
+	call mouse_stop_le_adv,true		//reconnect adv
+//	fetch 2,mem_ui_state_map
+//	isolate1 UI_STATE_BT_RECONNECT,pdata
+//	call mouse_cancel_reconnect,true
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_enable_function_flag
+	branch mouse_long_button_bt_discovry
+
+p_mouse_null_enter_hibernate_timer:
+	fetch 1,mem_mouse_null_enter_hibernate_flag
+	rtn blank
+	fetch 1,mem_mouse_multi_led_blink_count
+	nrtn 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_select_device:
+//p_mouse_select_device_by_button:
+//	call p_mouse_pb_button_check
+//	nbranch p_mouse_select_device_button_down,true
+//p_mouse_select_device_button_up:
+//	fetch 1,mem_mouse_button_select_device_timer_init
+//	store 1,mem_mouse_button_select_device_count
+//	fetch 1,mem_mouse_select_device_button_wakeup_flag	
+//	ncall p_mouse_select_button_wakeup_firstUp,blank
+//	fetch 1,mem_select_device_button_statue
+//	rtneq DPI_BUTTON_STATE_UP
+//	jam DPI_BUTTON_STATE_UP,mem_select_device_button_statue
+//	arg 1,temp
+//	arg mem_mouse_long_button_select_device,rega
+//	arg MOUSE_DEVICE_MODE_EEPROM_OFFSET,regb
+//	call iicd_read_eep_data
+//	fetch 1,mem_mouse_long_button_select_device
+//	branch p_mouse_select_device_and_reset,blank//rtn blank
+//p_mouse_ready_reconnection_by_button:
+//	call p_mouse_switch_device_flag
+//	jam 0,mem_link_key_exists
+//	call p_mouse_store_device_number2eeprom
+//	call mouse_select_device_enable
+//	branch mouse_set_reconnection
+
+//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_select_device_button_down:
+//	fetch 1,mem_mouse_select_device_button_wakeup_flag
+//	nrtn blank
+//	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 APP_DISC_RSN_SIZE,mem_app_disconn_reason
+//	rtnbit1 APP_DISC_PB_BUTTON
+
+//	fetch 1,mem_select_device_button_statue
+//	rtneq DPI_BUTTON_STATE_DOWN
+//	jam DPI_BUTTON_STATE_DOWN,mem_select_device_button_statue
+
+//	fetch 1,mem_device_flag
+//	rtnne MODE_BT_DEVICE1
+//	fetch 2,mem_ui_state_map
+//	rtnbit0 UI_STATE_BLE_CONNECTED
+//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_pb_button_check:
+//	fetcht 1,mem_config_select_device_button_gpio
+//	call p_gpio_set_input_pd
+//	fetcht 1,mem_config_select_device_button_gpio
+//	branch gpio_get_bit
+
+//p_mouse_button_select_device_timer:
+//	arg mem_mouse_button_select_device_count,regc
+//	arg p_mouse_long_button_select_device,regb
+//	branch timer_single_step
+//p_mouse_long_button_select_device:	
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	rtnbit1 MOUSE_LONG_BT_BUTTON_FLAG
+//	branch p_mouse_ready_reconnection_by_button
+
+//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
+//	fetch 1,mem_mouse_button_select_device_timer_init
+//	store 1,mem_mouse_button_select_device_count	
+//	rtn
+
+//p_mouse_select_device_and_reset:
+//	jam 0xff,mem_mouse_long_button_select_device
+//p_mouse_store_device_mode_2eeporm:
+//	arg 1,temp
+//	arg mem_mouse_long_button_select_device,rega
+//	arg MOUSE_DEVICE_MODE_EEPROM_OFFSET,regb
+//	branch iicd_write_protect_eep_data
+	
+//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_type_on:
+//	call p_mouse_multi_led_on
+//	fetch 1,mem_mouse_multi_led_on_timer
+//	increase 1,pdata
+//	store 1,mem_mouse_multi_led_on_timer
+//	fetcht 1,mem_mouse_multi_led_on_timer_init
+//	isub temp,null
+//	nrtn zero
+//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:
+//	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_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_bt_led_gpio
+//	call gpio_config_output
+//	fetcht 1,mem_mouse_bt_led_gpio
+//	branch gpio_out_active
+//p_mouse_multi_down_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_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
+//	call gpio_out_inactive
+//	hfetch 1,core_gpio_pd0	//gpio5 pull down enable
+//	set1 5,pdata
+//	hstore 1,core_gpio_pd0
+//p_mouse_bt_led_suspend:
+//	fetcht 1,mem_mouse_bt_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
+//	jam ON,mem_mouse_multi_led_blink_enable
+//	jam MULTI_LED_ON,mem_mouse_multi_led_type
+//	jam 0,mem_mouse_multi_led_on_timer
+//	rtn
 
-p_le_mouse_bb_event_connect_complete:
-	fetch 1,mem_mouse_le_reconnect_flag
+//p_mouse_mode_bt_device_blink_5s:
+//p_mouse_mode_24g_device_blink_5s:
+//	jam 10,mem_mouse_multi_led_blink_count
+//	branch p_mouse_dpi_multi_led_blink
+//p_mouse_mode_bt_device1_led_blink:
+//	jam 5,mem_mouse_multi_led_blink_timer_init	//500ms
+//	branch p_mouse_discovery_multi_led_blink2
+
+
+//p_mouse_discovery_multi_led_blink:
+//	jam 3,mem_mouse_multi_led_blink_timer_init	//300ms
+//p_mouse_discovery_multi_led_blink2:
+//	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 1,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 5,mem_mouse_multi_led_blink_timer_init	//500ms
+//	jam 1,mem_mouse_multi_led_blink_count_limited
+//	branch p_mouse_multi_led_blink_enable
+
+	
+
+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_le_att_handle
-	sub pdata,26,pdata
-	nrtn zero
-	branch mouse_le_write_enable
+	arg mem_adc_read_timer,regc
+	arg p_mouse_adc_read_timeout,regb
+	branch timer_single_step
+p_mouse_adc_read_timeout:
+	jam 10,mem_adc_read_timer
+	call p_adc_set_mode
+	call vdd_calculate_by_mode
+	add pdata,0x15,pdata
+	store 2,mem_mouse_vdd_now_vol
+	arg mem_mouse_vdd_calculate_set,rega
+	call p_adc_bat_percent_lowpower_out
+	fetch 1,mem_adc_power_flag
+	bbit1 1,app_enter_hibernate
+	bbit0 0,p_mouse_adc_no_low_voltage
+	jam 1,mem_mouse_adc_last_low_voltage_flag
+	branch mouse_adc_low_voltage
+p_mouse_adc_no_low_voltage:
+	call mouse_adc_no_low_voltage
+	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_adc_set_mode:
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO,p_adc_check_gpio
+	branch adc_set_mode+1
+p_adc_check_gpio:
+	fetcht 1,mem_mouse_multi_led_gpio
+	call gpio_config_input
+	hfetch 1,core_gpio_pd0	//gpio5 pull down disable
+	set0 5,pdata
+	hstore 1,core_gpio_pd0
+	
+	hfetch 1,core_gpio_pu0	//gpio5 pull up disable
+	set0 5,pdata
+	hstore 1,core_gpio_pu0
+	branch adc_check_gpio
+
+p_adc_bat_percent_lowpower_out:
+	ifetch 8,rega
+	store 8,mem_pdatatemp
+	fetcht 2,mem_pdatatemp+2	//shutdown voltage 0.9v
+	fetch 2,mem_pdatatemp+6		//now voltage
+	isub temp,null
+	nbranch adc_set_no_power_flag,positive
+	fetcht 2,mem_pdatatemp+4	//low voltage 1.0v
+	isub temp,null
+	nbranch adc_set_low_power_flag,positive
+p_adc_clear_low_power_flag:
+	fetch 1,mem_adc_power_flag
+	set0 0,pdata
+	store 1,mem_adc_power_flag
+	rtn	
+	
+p_mouse_low_voltage_led_timer:
+	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
+	fetch 1,mem_adc_low_volatage_led_timer_count
+	pincrease 1
+	store 1,mem_adc_low_volatage_led_timer_count
+	sub pdata,50,null
+	ncall p_mouse_adc_low_volatage_led_timer_count_clean,positive
+	sub pdata,5,null
+//	branch p_mouse_multi_led_on,positive
+//	branch p_mouse_multi_led_off
+	rtn
+p_mouse_adc_low_volatage_led_timer_count_clean:
+	jam 1,mem_adc_low_volatage_led_timer_count
+	rtn
+endif
+
+p_mouse_seting_dpi:
+p_mouse_seting_dpi_diff:
+	fetch 1,mem_config_sensor_type
+	beq P3610,mouse_seting_3610_dpi
+//	beq P3212,p_mouse_seting_3212_dpi
+	beq P3065_XY,p_mouse_seting_3065XY_dpi
+//	beq P3205,p_mouse_seting_3205_dpi
+//	beq P3204,p_mouse_seting_3065XY_dpi
+	beq P8009,p_mouse_seting_8009_dpi
+	beq P8650,p_mouse_seting_8650_dpi
+	beq KA8,p_mouse_seting_ka8_dpi
+p_mouse_seting_3205_dpi:
+	fetch 1,mem_mouse_dpi
+	call p_mouse_3065xy_dpi_recount,blank
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL2,p_mouse_3205_set_cpi1			//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3				//1600
+	branch mouse_set_cpi2								//1200
+p_mouse_3205_set_cpi1:
+	fetch 1,mem_320x_dpi_1
+	increase -1,pdata
+	branch mouse_p3205_dpi
+
+p_mouse_seting_3065XY_dpi:
+	fetch 1,mem_mouse_dpi
+	call p_mouse_3065xy_dpi_recount,blank
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL2,p_mouse_8650_8009_set_cpi1	//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3				//1600
+	branch mouse_set_cpi2								//1300
+p_mouse_3065xy_dpi_recount:
+	jam MOUSE_DPI_LEVEL2,mem_mouse_dpi
+	rtn
+
+//p_mouse_seting_3212_dpi:
+//	fetch 1,mem_mouse_dpi
+//	call p_mouse_3065xy_dpi_recount,blank
+//	fetch 1,mem_mouse_dpi
+//	beq MOUSE_DPI_LEVEL2,mouse_set_p3212_cpi2		//1000
+//	beq MOUSE_DPI_LEVEL4,mouse_set_p3212_cpi4		//2400
+//	branch mouse_set_p3212_cpi3						//1600
+
+p_mouse_seting_8009_dpi:
+//	fetch 1,mem_mouse_dpi
+//	call p_mouse_3065xy_dpi_recount,blank
+//	fetch 1,mem_mouse_dpi
+//	beq MOUSE_DPI_LEVEL2,p_mouse_8650_8009_set_cpi1		//750
+//	beq MOUSE_DPI_LEVEL4,mouse_set_cpi2					//1500
+//	branch mouse_set_cpi1									//1250
+p_mouse_seting_8650_dpi:
+	fetch 1,mem_mouse_dpi
+	call p_mouse_3065xy_dpi_recount,blank
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL2,p_mouse_8650_8009_set_cpi1	//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi2				//1600
+	branch mouse_set_cpi1								//1200
+p_mouse_8650_8009_set_cpi1:	
+	jam 0,mem_mouse_cpi_count
+	branch mouse_p3205_dpi+3
+
+p_mouse_seting_ka8_dpi:
+	fetch 1,mem_mouse_dpi
+	call p_mouse_3065xy_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
+	setarg 0
+	store 6,mem_mouse_x
+	call p_mouse_cheak_sensor_data
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call p_mouse_key
+ifdef MOUSE_SMOOTHER	
+	nbranch p_drawing_optima_init,user
+	call p_drawing_optima
+else
+	nrtn user
+endif
+	branch mouse_motion+9
+
+
+p_mouse_cheak_sensor_data:
+	fetch 1,mem_config_sensor_type
+//	beq P3212,p_mouse_p3212_sensor_motion
+//	beq P3610,mouse_p3610_sensor_motion
+	beq P8009,p_mouse_p8009_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
+//	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_p8009_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	fetcht 1,mem_sensor_data_gpio
+	call gpio_get_bit
+	nrtn true 
+p_mouse_p32xx_sensor_motion_1:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	setarg PAN_REG_OPRATION_STATE
+	call twspi_read
+	branch mouse_p32xx_sensor_motion_1+3,blank
+	setarg 0
+	store 6,mem_mouse_x
+	rtn
+
+p_mouse_key:
+	call p_mouse_check_key_gpio
+	branch mouse_key+1
+p_mouse_check_key_gpio:
+	arg 0,rega
+	call p_mouse_check_lkey_gpio
+//	call p_mouse_check_rkey_gpio
+//	call p_mouse_check_mkey_gpio
+//	call p_mouse_check_skey_gpio
+	branch mouse_check_key_gpio+11
+
+//p_mouse_check_skey_gpio:
+//	fetch 1,mem_bk_button_gpio
+//	rtneq GPIO_DISABLE
+//	call p_mouse_check_bk_key_gpio
+//	branch p_mouse_check_fw_key_gpio
+	
+p_mouse_check_lkey_gpio:
+	fetcht 1,mem_lbutton_gpio
+	call p_gpio_set_input_pu
+	fetcht 1,mem_lbutton_gpio
+	call gpio_get_bit
+	setflag true,0,rega			//true = 1,input low level
+//	rtn
+p_mouse_check_rkey_gpio:
+	fetcht 1,mem_rbutton_gpio
+	call p_gpio_set_input_pu
+	fetcht 1,mem_rbutton_gpio
+	call gpio_get_bit
+	setflag true,1,rega			//true = 1,input low level
+//	rtn
+p_mouse_check_mkey_gpio:
+	fetcht 1,mem_mbutton_gpio
+	call p_gpio_set_input_pu
+	fetcht 1,mem_mbutton_gpio
+	call gpio_get_bit
+	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
+//	call gpio_get_bit
+//	nsetflag true,3,rega
+//	branch p_gpio_set_input_pu
+//p_mouse_check_fw_key_gpio:
+//	fetcht 1,mem_fw_button_gpio
+//	call p_gpio_set_input_pd
+//	fetcht 1,mem_fw_button_gpio
+//	call gpio_get_bit
+//	nsetflag true,4,rega
+//	branch p_gpio_set_input_pu
+p_gpio_set_input_pd:
+	set0 gpio_active_bit,temp
+	arg core_gpio_pu0,contw
+	call gpio_set_bit
+	set1 gpio_active_bit,temp
+	arg core_gpio_pd0,contw
+	branch gpio_set_high_impedance+4
+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_pd+4
+	
+p_mouse_bb_event_discovery_btn:
+	jam 0,mem_mouse_null_enter_hibernate_flag
+	jam 0,mem_mouse_null_enter_hibernate_timer
+ifdef G24	
+	isolate1 mark_24g,mark
+	call p_g24_check_51cmd_stop_24g,true
+endif
+	branch mouse_bb_event_discovery_btn+1
 
-p_check_51cmd_once_continue:
-	call lmo_fifo_check
-	nbranch check_51cmd_restore,blank  //process this cmd next time while lmo fifo is full
-	fetch 1,mem_fifo_temp
-	bmark0 mark_context,check_51cmd_check_idle
-	beq BT_CMD_LE_UPDATE_CONN,p_check_51cmd_ble_update_connect_param
-	branch check_51cmd_once_continue+2
+ifdef BLE
+p_le_addr_random_config:
+	call load_adc_init
+	fetch 2,mem_0_5_adc_io_data	//adc data from otp
+//	branch p_le_otp_adc_empty,blank
+	store 2,mem_random_addr_increase_count
+p_le_addr_random_store:
+p_mouse_store_eerpom_random_addr_increase_count:
+	arg 2,temp
+	arg mem_random_addr_increase_count,rega
+	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
+	branch iicd_write_protect_eep_data
+p_mouse_load_eeprom_random_addr_increase_count:
+	arg 2,temp
+	arg mem_random_addr_increase_count,rega
+	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
+	branch iicd_read_eep_data
 
-p_check_51cmd_ble_update_connect_param:
-	call le_fifo_check_full
-	nrtn blank
-	branch le_l2cap_tx_update_req
+//p_le_otp_adc_empty:
+//	setarg 0x1122
+//	store 2,mem_random_addr_increase_count
+//	branch p_le_addr_random_store
 
 endif
 
-p_twspi_reset:
-	hfetch 1,core_gpio_out3
-	and_into 0xfd,pdata
-	hstore 1,core_gpio_out3
-	hfetcht 1,core_gpio_oe3
-	or_into 0x2,temp
-	hstoret 1,core_gpio_oe3
-	call twspi_disable
-	and_into 0xfd,temp
-	nop 13
-	call twspi_enable
-	hstoret 1,core_gpio_oe3
-	rtn
+p_mouse_start_discovery:
+	jam 0,mem_le_send_security_request_flag
+	call p_mouse_tx_power_init
+	jam 1,mem_device_flag
+	jam 0,mem_mouse_clear_sensor_data_flag
+//	fetch 2,mem_ui_state_map
+//	bbit1 UI_STATE_BLE_ADV,p_mouse_start_discovery_norandom
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,p_mouse_start_discovery_norandom
+ifdef BLE
+	call p_mouse_load_eeprom_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_eerpom_random_addr_increase_count
+	random pdata
+	store 1,mem_le_lap
+endif
+p_mouse_start_discovery_norandom:
+ifdef BLE_FAST_CONN_ENABLE
+	call app_ble_disconnect
+	setarg 0xed8e0e
+	store 3,mem_le_lap+3
+endif
+	call app_lpm_mult_disable
+	fetch 2,mem_discovery_timeout
+	store 2,mem_mouse_discovery_timer
+	jam 6,mem_connection_options
+	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 mouse_bt_discovery_button_down_disable
+//	fetch 1,mem_device_option
+//	isolate1 MODE_4_MOUSE,pdata
+	call p_check_51cmd_adv
+	branch mouse_start_discovery_norandom+13
+//	branch p_mouse_discovery_multi_led_blink
 
+p_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
+	
+	branch check_51cmd_adv
 
-ifdef CLASSIC_BT
-p_page_wait_fhs_reply_ok:
- 	fetch 1, mem_page_rcv_fhs
-	increase 1,pdata
-	store 1, mem_page_rcv_fhs
-	call prepare_newconn
-p_master_newconn_loop:
- 	set1 mark_first_packet,mark
-	call master_newconn_once
-	branch p_newconn_poll_responded,sync
-	set0 mark_first_packet,mark
-	call new_conn_timeout
-	nbranch p_master_newconn_loop,blank
-	branch page_restart	
+p_le_adv_data_update:
+	arg mem_le_adv_data+11,contw
+	arg 19,loopcnt
+	call memcpy
+	branch le_modified_name_adv
 
-p_newconn_poll_responded:
-	set0 mark_first_packet,mark
-	branch newconn_poll_responded
+p_mouse_stop_discovery:
+	jam 0,mem_mouse_multi_led_blink_count
+	//call p_mouse_discovey_led_blink_off
+	setarg 0
+	store 2,mem_mouse_discovery_timer
+	call p_mouse_sensor_poweron		//clear sensor data,confirm the motion pin high
+	branch mouse_stop_discovery+1
 
-p_process_dmh:
-	bmark1 mark_first_packet,end_of_packet			
-	branch process_dmh+1
+ifdef BLE
+p_le_slave_match:
+	fetch 1,mem_le_md_count
+	pincrease 1
+	store 1,mem_le_md_count
+	beq LE_MD_MAX_COUNT,le_slave_cont
+	call le_acknowledge
+	call le_prepare_tx
+	call power_ctrl_start
+	branch le_slave_match+7
 
-p_prepare_tx:
-	fetch 1,mem_state
-	isolate1 state_inconn,pdata
-	call p_bt_power_ctrl,true
-	branch prepare_tx+1
-p_bt_power_ctrl:
-	fetch 1,mem_arq
-	isolate1 wack,pdata
-	call power_ctrl_pac_succ_decrs,true
-	ncall power_ctrl_pac_succ_incrs,true
-	branch power_ctrl_start
+p_le_next_adv_channel:
+	fetch 1,mem_le_ch_mapped
+	increase 1,pdata
+	store 1,mem_le_ch_mapped
+	rtnne 40
+	jam 37,mem_le_ch_mapped
+	rtn
 
-p_slave_conn_recv_packet:
-	call slave_receive_master_slot
-	nbranch shutdown_radio,sync
+p_le_receive_skip:
 	call save_rssi
 	call p_rssi_signal
-	branch slave_conn_recv_packet+4
+	branch le_receive_skip+2
 
-p_lpm_dispatch:
-	rtnmark1 mark_24g
-	call lpo_calibration
-	fetch 3,mem_clks_per_lpo
-	rtn blank
-	fetch 1,mem_lpm_mode
-	rtn blank
-	fetch 1,mem_ssp_enable
-	branch p_lpm_dispatch_next,blank
-	fetch 1,mem_sp_local_key_invalid	// simple pairing is not ready
-	rtn blank
-p_lpm_dispatch_next:
-	fetch 1,mem_le_sc_calc
-	nrtn blank
-	call lpm_check_wake_lock
-	nrtn blank
-	fetch 1,mem_context
-	compare 3,pdata,0x7							//sco won't sleep 
-	nbranch lpm_dispatch_unconn,true
-	fetch 2,mem_context + coffset_tsniff	//role switch 
-	arg 0xffff,temp
-	isub temp,null
-	rtn zero
-	branch lpm_dispatch_next+9
+p_le_update_param:
+	call p_mouse_le_conn_param_check	
+	branch le_update_param+8
+p_mouse_le_lpm_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+p_mouse_le_conn_param_lpm_enable:
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	rtn
 
-p_app_bt_start_reconnect:
-	branch app_bt_start_reconnect+3
+p_mouse_le_conn_param_check:
+	fetch 1,mem_le_new_conninterval
+	sub pdata,LE_INTERVAL_15MS,null
+	nbranch p_mouse_le_conn_param_lpm_disable,positive
+	fetch 1,mem_le_new_connslavelatency
+	fetcht 1,mem_lpm_mult_init
+	isub temp,null
+	branch p_mouse_le_lpm_mult_reinit,positive
+	fetch 1,mem_le_new_connslavelatency
+	store 1,mem_lpm_mult
+	branch p_mouse_le_conn_param_lpm_enable
 
-p_mouse_bb_disconnected:
-	jam 0,mem_mouse_enter_sniff_count
-	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,mouse4_0_event_bb_disconn
-	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
-	bbit1 APP_DISC_AFTER_PAIRING,p_mouse_event_light_state_pairing
-	bbit1 APP_DISC_AFTER_RECONN,p_mouse_event_light_state_hibernate
-	bbit1 APP_DISC_AFTER_SNIFF,p_mouse_event_light_state_hibernate
-	branch mouse_start_discovery
-p_mouse_event_light_state_pairing:
-	bbit1 APP_DISC_AFTER_HANDSHAKE,p_mouse_event_light_state_hibernate
-	bbit1 APP_DISC_AFTER_SNIFF,p_mouse_event_light_state_hibernate
-	branch mouse_start_discovery
-p_mouse_event_light_state_hibernate:
-	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_LMR_BUTTON,p_mouse_null_enter_hibernate_enable
-	branch app_bb_hibernate
+p_le_update_channel_map:
+	fetch 1,mem_le_state
+	rtnbit0 lestate_update_map
+	call p_le_channel_map_overflow_check
+	nrtn user
+	branch le_update_channel_map+3
+p_le_channel_map_overflow_check:
+	enable user
+	fetch 1,mem_le_event_count+1
+	rshift4 pdata,pdata
+	rtnne 0x0f
+	fetch 1,mem_le_instant+1
+	rshift4 pdata,pdata
+	rtnne 0x00
+	branch disable_user
 
+p_le_prepare_tx:
+	fetch 1,mem_le_arq
+	bbit1 wak,p_le_prepare_tx_wak
+	call power_ctrl_pac_succ_incrs	
+	fetch 1,mem_empty_count
+	nbranch p_le_send_empyt,blank
+	fetch 1,mem_le_state 
+	bbit0 lestate_encryption,p_le_tx_4
+	fetch 1,mem_le_rxbuf+1  
+	branch p_le_tx_4,blank  
+	branch le_send_empty      // send empty data when got non empty packet
+p_le_send_empyt:
+	fetch 1,mem_empty_count
+	increase -1,pdata
+	store 1,mem_empty_count
+	branch le_send_empty
+p_le_tx_4:	
+	fetch 1,mem_le_pairing_state
+	bne FLAG_LE_PAIRING_AFTER_AUTH,p_in_le_tx_4
+	jam 3,mem_empty_count
+p_in_le_tx_4:
+	call le_fifo_check_nearly_full
+	call p_mouse_data_pull,blank
+	branch le_prepare_tx+4
 
-p_send_lmp:
-	disable user
-	call lmo_fifo_process
+p_le_prepare_tx_wak:
+	call p_le_check_tx_retransmit_setmd
+	branch p_le_power_ctrl_pac_succ_decrs
 
-ifdef DEBUGLOG
-ifdef DEBUGLOG_SEND_LMP
-	setarg DEBUGLOG_DTYPE_SEND_LMP
-	store 2,mem_debuglog_datatype
-//	fetch 1,mem_lmi_opcode
-//	store 1,mem_debuglog_dataval+1
-//	fetch 1,mem_lmp_to_send
-//	store 1,mem_debuglog_dataval
-	fetch 1,mem_lmp_to_send
-	store 2,mem_debuglog_dataval
-	ncall debuglog_push,blank
-endif
-endif
-	
-	fetch 1,mem_lmp_to_send
+p_le_check_tx_retransmit_setmd:
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	rtnne 0x03
+	fetch 1,mem_mouse_data_queue_num
 	rtn blank
-	bbit1 7,p_send_lmp_escape
-	beq LMP_ACCEPTED,p_send_lmp_accepted
-	branch send_lmp0
-p_send_lmp_escape:
-	beq LMP_EXT_FEATURES_RES,p_send_lmpext_features_res
-	beq LMP_EXT_FEATURES_REQ,p_send_lmpext_features_req	
-	branch send_lmp_escape
-p_send_lmpext_features_res:
-	call p_check_ssp_enable
-	fetch 1,mem_lmp_to_send
-	branch send_lmpext_features_res
-p_send_lmpext_features_req:
-	call p_check_ssp_enable
-	fetch 1,mem_lmp_to_send
-	branch send_lmpext_features_req
-p_check_ssp_enable:
-	fetch 1,mem_ssp_enable 
-	branch ssp_disable,blank
-	branch ssp_enable
-
-p_send_lmp_accepted:
-	force 2,pdata
-	call msg_send_lmp
-	fetch 1,mem_lmi_opcode
-	istore 1,contw
-	store 1,mem_lmi_opcode_temp
-	call send_lmp_follow
+	fetch 1,mem_le_txlen
+	rtn blank
+	fetch 1,mem_le_txheader
+	set1 md,pdata
+	store 1,mem_le_txheader
+	call le_set_md
 ifdef DEBUGLOG
 ifdef DEBUGLOG_MISC
 	setarg DEBUGLOG_DTYPE_MISC
 	store 2,mem_debuglog_datatype
-	fetch 1,mem_lmi_opcode_temp
-	store 1,mem_debuglog_dataval
-	call debuglog_push	
-endif
-endif
-	fetch 1,mem_lmi_opcode_temp
-	branch send_lmp_accepted+7
-ifdef DEBUGLOG
-p_parse_lmp_opcode:
-ifdef DEBUGLOG
-ifdef DEBUGLOG_PARSE_LMP
-	setarg DEBUGLOG_DTYPE_PARSE_LMP
-	store 2,mem_debuglog_datatype
-//	fetch 1,mem_rxbuf+1
-//	store 1,mem_debuglog_dataval+1 
-//	fetch 1,mem_lmi_opcode2
-//	store 1,mem_debuglog_dataval
-	fetch 1,mem_lmi_opcode2
-	store 2,mem_debuglog_dataval
-	call debuglog_push 
-endif
-endif
-	branch parse_lmp+21
-
-p_process_upper_sm_reconn:
-	fetch 1,mem_upper_sm_reconn
-	rtn blank
-ifdef DEBUGLOG
-ifdef DEBUGLOG_UPPER_SM
-	call pdata_push
-	setarg DEBUGLOG_DTYPE_UPPER_SM
-	store 2,mem_debuglog_datatype
-	fetch 1,mem_upper_sm_reconn
+	setarg MISC_LE_RETRANSMIT_MD
 	store 2,mem_debuglog_dataval
-	call pdata_pull
 	call debuglog_push	
 endif
 endif
-	branch process_upper_sm_reconn+3
-
-endif	
+	rtn
 
-endif
 	
+	
+p_le_power_ctrl_pac_succ_decrs:
 ifdef DEBUGLOG
-p_ui_ipc_send_event:
-ifdef DEBUGLOG
-ifdef DEBUGLOG_EVENT
-	call pdata_push
-	setarg DEBUGLOG_DTYPE_EVENT
+ifdef DEBUGLOG_MISC
+	setarg DEBUGLOG_DTYPE_MISC
 	store 2,mem_debuglog_datatype
-	fetch 1,mem_fifo_temp
+	setarg MISC_LE_RETRANSMIT
 	store 2,mem_debuglog_dataval
-	call pdata_pull
 	call debuglog_push	
 endif
 endif
-	branch ui_ipc_send_event+1
-
-p_ui_ipc_send_cmd:
-ifdef DEBUGLOG
-ifdef DEBUGLOG_CMD
-	call pdata_push
-	setarg DEBUGLOG_DTYPE_CMD
-	store 2,mem_debuglog_datatype
-	fetch 1,mem_fifo_temp
-	store 2,mem_debuglog_dataval
-	call pdata_pull
-	call debuglog_push
-endif
-endif
-	branch ui_ipc_send_cmd+1
-endif
-	
-p_g24_set_device_addr:
-	call adc_init_data
-//	fetch 4,mem_0_5_adc_io_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
-p_g24_transmit_rf_ctrl_clear:	
-	fetch 1,mem_24g_data_type
-	and_into bits_data,pdata
-	store 1,mem_24g_data_type
-	rtn
-	
-p_g24_hop_ch_enable:
-	fetch 1,mem_24g_data_type
-	set1 bit_hop,pdata
-	store 1,mem_24g_data_type
-	//update txpayload
-	store 1,mem_24g_txpayload
-	rtn
-//p_g24_hop_ch_disable:
-//	fetch 1,mem_24g_data_type
-//	set0 bit_hop,pdata
-//	store 1,mem_24g_data_type
-//	rtn	
+	branch power_ctrl_pac_succ_decrs
 
-p_g24_transmit_hop_pac_fail:
-	call power_ctrl_pac_succ_decrs
-	fetch 1,mem_24g_rf_work_stage
-	beq 1,p_g24_transmit_hop_pac_fail_wo_hop
-	beq 2,p_g24_transmit_hop_pac_fail_hop_stage2
+p_mouse_le_reconn_write_enable_timer_reinit:
+	fetch 1,mem_mouse_le_reconnect_flag
+	rtn blank
+	fetch 1,mem_le_connect_status_flag
+	and pdata,0x03,pdata
+	rtneq 0x03
+	jam 10,mem_le_start_encrypt_timer
 	rtn
-p_g24_transmit_hop_pac_fail_wo_hop:
-	jam 2,mem_24g_sync_cnt
-p_g24_transmit_hop_pac_fail_stage1:	
-	jam 0,mem_24g_hop_pac_retry
-	jam 0,mem_24g_rf_last_sta
-	branch p_g24_transmit_rf_ctrl_clear
-
-p_g24_transmit_hop_pac_fail_hop_stage2:
-	jam 0,mem_24g_rf_hop_ch
-	branch p_g24_transmit_hop_pac_fail_stage1
 
+p_le_parse:
+	rtnmark1 mark_old_packet
+	call le_fifo_check_full
+	nrtn blank
+	fetch 1,mem_le_rxbuf
+	and pdata,0x3,pdata
+	store 1,mem_le_packet_llid
+	ifetch 1,contr
+	and pdata,0x1f,pdata
+	store 1,mem_le_packet_size
+	rtn blank							//empty rtn
+	copy contr,pdata
+	store 2,mem_le_payload_ptr
+	fetch 1,mem_le_packet_llid
+	beq LLID_LE_LL,p_le_parse_ll
+	branch le_parse_l2cap
+p_le_parse_ll:
+	fetch 1,mem_le_rxbuf+2
+	beq LL_CHANNEL_MAP_REQ,p_le_parse_channel_map_req
+	branch le_parse_ll+1
+p_le_parse_channel_map_req:
+	ifetch 5,contr
+	store 5,mem_le_new_map
+	ifetch 2,contr
+	store 2,mem_le_instant
+	branch le_parse_channel_map_req+7	
 	
-p_g24_transmit_pac_fail_hop_stage3:
-	fetch 2,mem_24g_txfail_cnt
-	increase 1,pdata
-	store 2,mem_24g_txfail_cnt
-	bbit1 10,p_g24_tx_attempt_fail	//1024ms * 8
-	fetch 1,mem_24g_rf_hop_ch
-	beq 1,p_g24_rf_hop_fastly
-	jam 1,mem_24g_rf_hop_ch
-p_g24_rf_hop_attemp_again:
-	fetch 1,mem_24g_rf_hop_ch
-	bne 1,p_g24_transmit_rf_ctrl_clear
-p_g24_rf_hop_fastly:
-	fetch 1,mem_24g_hop_fastly_cnt
-	increase 1,pdata
-	store 1,mem_24g_hop_fastly_cnt
-	beq 4,p_g24_rf_hop_fastly_exit
-	call p_g24_ch
-	jam 2,mem_24g_max_retry
-	branch p_g24_transmit_packet
-
-p_g24_rf_hop_fastly_exit:
-	call power_ctrl_pac_succ_decrs
-	jam 0,mem_24g_hop_fastly_cnt
-	branch p_g24_transmit_rf_ctrl_clear
-
-p_g24_transmit_hop_pac_succ_wo_hop:
-	jam 2,mem_24g_sync_cnt
-p_g24_transmit_hop_pac_succ:
-	jam 1,mem_24g_rf_last_sta
-	jam 0,mem_24g_rf_hop_ch
-	branch p_g24_transmit_rf_ctrl_clear
-
-p_g24_transmit_succ_rf_config:
-	fetch 1,mem_24g_rf_work_stage
-	beq 3,p_g24_transmit_hop_pac_succ
-	fetch 1,mem_24g_data_type
-	isolate0 bit_hop,pdata
-	branch p_g24_transmit_rf_sta_init,true
-	fetch 1,mem_24g_rf_work_stage
-	beq 1,p_g24_transmit_hop_pac_succ_wo_hop
-	beq 2,p_g24_transmit_hop_pac_succ
+p_le_parse_l2cap:
+	ifetch 2,contr
+	beq LE_L2CAP_CID_ATT,p_le_parse_att
+	beq LE_L2CAP_CID_SMP,p_le_parse_smp
+	branch le_parse_l2cap+11
+p_le_parse_att:
+	call store_contr
+	call p_mouse_le_reconn_write_enable_timer_reinit
+	call get_contr
+	ifetch 3,contr
+	store 3,mem_le_att_opcode
+	beq ATTOP_READ_BY_GROUP_TYPE_REQUEST,p_le_parse_att_read_by_group_type_request
+//	beq ATTOP_READ_REQUEST,p_le_parse_att_read_request
+	rshift8 pdata,temp
+	sub temp,0x24,null
+//	branch p_le_parse_att1,positive
+	branch le_parse_att+2,positive
+	arg mem_mouse_le_uuid_sup,temp
+	storet 2,mem_ui_le_uuid_table
+	call le_parse_att+2
+	setarg 0x8e7a
+	store 2,mem_ui_le_uuid_table
 	rtn
 
-p_g24_rf_sta_check:
-	fetch 1,mem_24g_pairing_sm
-	rtnne STATE_24G_PAIRING_SUCCESS
-	call p_g24_rf_laststa_synccnt_check
-	ncall p_g24_rf_sync_cnt_check,user2
+p_le_parse_att_read_by_group_type_request:
+	call le_parse_att_read_by_group_type_request
+	call le_fifo_get_last_tx_ptr
+	increase 7,contr
+	ifetch 1,contr
+	rtnne ATTOP_READ_BY_GROUP_TYPE_RESPONSE
+	increase 5,contr
+	ifetch 2,contr
+	arg UUID_SERVICE_HIDS,temp
+	isub temp,null
+	nrtn zero
+	increase -4,contr
+	setarg 0x2b
+	istore 2,contr
 	rtn
 
-p_g24_rf_laststa_synccnt_check:
-	disable user2
-	fetch 1,mem_24g_rf_last_sta
-	rtnne 1
-	fetch 1,mem_24g_sync_cnt
-	rtnne 0
-	jam 1,mem_24g_rf_work_stage
-	jam 4,mem_24g_max_retry
-	branch enable_user2
-
-p_g24_rf_sync_cnt_check:
-	fetch 1,mem_24g_sync_cnt
-	branch p_g24_rf_hop_attemp,blank
-	increase -1,pdata
-	store 1,mem_24g_sync_cnt
-	jam 2,mem_24g_rf_work_stage
-	call p_g24_ch
-	jam 4,mem_24g_max_retry
-	rtn
+//p_le_parse_att1:
+//	beq ATTOP_READ_REQUEST,p_le_parse_att_read_request
+//	branch le_parse_att+2
+//p_le_parse_att_read_request:
+//	fetcht 2,mem_le_att_handle
+//	fetch 1,mem_le_configuration
+//	bbit1 BIT_BLE_READ_AUTH,p_le_send_att_read_response_check_auth
+//p_le_send_att_read_response:
+//	call le_att_get_handle_ptr
+//	branch le_send_att_error_response_notfound,blank
+//	increase -2,contr
+//	ifetch 2,contr
+//	arg UUID_CHRCTR_PNP_ID,temp
+//	isub temp,null
+//	branch p_le_send_att_pnp_id,zero	//modify VID/PID
+//	
+//	fetch 2,mem_le_att_handle
+//	beq 0x13,le_send_att_error_response_notfound	//delete battery
+
+//	fetcht 2,mem_le_att_handle
+//	branch le_send_att_read_response
+//p_le_send_att_pnp_id:
+//	call store_contr
+//	fetch 1,mem_le_att_pnp_id_len
+//	add pdata,1,rega
+//	call le_fifo_malloc_tx_l2cap_gatt
+//	setarg ATTOP_READ_RESPONSE
+//	istore 1,contw
+//	fetch 1,mem_le_att_pnp_id_len
+//	copy pdata,loopcnt
+//	arg mem_le_att_pnp_id,contr
+//	branch memcpy
 
-p_g24_rf_hop_attemp:
-	jam 3,mem_24g_rf_work_stage
-	fetch 1,mem_24g_rf_hop_ch
-	nbranch p_g24_rf_hop_attemp_again,blank
-	call p_g24_ch
-	jam 2,mem_24g_max_retry
-	rtn
+//p_le_send_att_read_response_check_auth:
+//	fetch 2,mem_le_pairing_handle
+//	isub temp,null
+//	nbranch p_le_send_att_read_response,zero
+//p_le_send_att_read_response_error_insufficient_auth:
+//	call le_check_encrypt_state
+//	nbranch p_le_send_att_read_response,user
+//	jam ATT_ERR_INSUFFICIENT_AUTHENTICATION,mem_le_err_code
+//	branch le_send_att_error_response
 
-p_g24_txdata_prep:
-	fetch 1,mem_24g_pairing_sm
-	bne STATE_24G_PAIRING_SUCCESS,p_g24_pairing_sm	
-p_g24_txdata_prep_packeage_data:
-	call p_g24_package_data
-	call p_g24_transmit_prep
-p_g24_txdata_enable_tx:
-	jam ENSURE_ON_24G,mem_24g_ensure
-	rtn
+p_le_parse_smp:
+	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
 
-p_g24_package_data:
-	fetch 2,mem_cb_24g_data
-	call callback_func
-	branch p_g24_accumulate_mouse_data,user
-	fetch 7,mem_24g_txbuf+1	//mouse data
-	rtn blank
-	branch enable_user	// retransmit
-p_g24_accumulate_mouse_data:
-	call p_mouse_data_xy_release
-	jam 0,mem_24g_abort_pac
-	add rega,1,pdata
-	store 1,mem_24g_datalen
-	call p_g24_transmit_rf_ctrl_clear
-	store 1,mem_24g_txbuf
-	ifetcht 1,contw
-	ifetch 1,regb
-	ior temp,pdata
-	istore 1,contw
-	increase 1,regb
-	ifetch 4,regb
-	istore 4,contw
-	increase 4,regb
-	arg mem_24g_txbuf+6,contw
-	arg 2,loopcnt
-p_g24_accumulation_loop2:
-	ifetch 1,regb
-	ifetcht 1,contw
-	iadd temp,pdata
-	istore 1,contw
-	increase 1,regb
-	loop p_g24_accumulation_loop2
-	rtn
+p_le_parse_smp_pairing_request:
+	jam 1,mem_le_send_security_request_flag
+	branch le_parse_smp_pairing_request
+	
+p_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
 
-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
-ifdef MOUSE_SMOOTHER
-	call p_drawing_optima_init
-endif
-	branch p_mouse_sensor_poweron
+p_le_adv_not_match:
+	fetch 1,mem_le_ch_mapped
+	bne 39,le_adv_loop
+	call p_le_adv_random_delay
+	arg le_adv_interval_timer,queue
+	fetch 2,mem_le_adv_interval
+	branch timer_init
+p_le_adv_random_delay:
+	random pdata
+	arg 0x1ff,temp
+	iand temp,pdata
+	add pdata,250,pdata
+	branch delay
 
-p_g24_transmit_packet:
-	jam 0,mem_24g_retry
-p_g24_transmit_loop:
-	arg param_rx_setup,timeup
-	until clkn_rt,meet
-	call p_g24_transmit_receive_ack
-	fetch 1,mem_24g_no_ack	//tx noack
-	rtneq no_ack_24g
-	nbranch p_g24_retransmit,sync
-	nbranch p_g24_retransmit,user3
-	call p_g24_txbuf_clear
-	call p_g24_ackpayload_parse
-	call power_ctrl_pac_succ_incrs
-p_g24_transmit_next_packet:
-	fetch 1,mem_24g_pid
-	increase 1,pdata
-	store 1,mem_24g_pid
-	fetch 1,mem_24g_pairing_sm
-	bne STATE_24G_PAIRING_SUCCESS,p_g24_paring_mode_start
-	call p_g24_transmit_succ_rf_config
-p_g24_transmit_abandon:
-	setarg 0
-	store 4,mem_24g_ensure
-//	store 1,mem_24g_get_ack_fail
-	store 1,mem_24g_hop_pac_retry
-//	jam ENSURE_OFF_24G,mem_24g_ensure
-	rtn
+p_le_lpm_setmult:
+	disable wake
+	branch p_le_lpm_set_mult_attempt,attempt
+	nbranch le_lpm_lost,match
+p_le_lpm_set_mult_attempt:
+	call lpm_match
+	fetch 2,mem_rx_window_sniff
+	store 2,mem_le_receive_window
+	fetch 1,mem_le_connect_status_flag
+	compare 3,pdata,3
+	nbranch lpm_mult_short,true
+	branch le_lpm_set_mult_attempt+3
 
-p_g24_txbuf_clear:
-	arg 4,loopcnt
-	arg mem_24g_txbuf,contw
-	branch memset0
+p_le_mouse_bb_event_connect_complete:
+	fetch 1,mem_mouse_le_reconnect_flag
+	nrtn blank
+	fetch 1,mem_le_att_handle
+	sub pdata,26,pdata
+	nrtn zero
+	branch mouse_le_write_enable
 
-p_g24_paring_mode_start:
-	call power_ctrl_pac_succ_cnt_init
-	branch p_g24_paring_mode
+p_check_51cmd_once_continue:
+	call lmo_fifo_check
+	nbranch check_51cmd_restore,blank  //process this cmd next time while lmo fifo is full
+	fetch 1,mem_fifo_temp
+	bmark0 mark_context,check_51cmd_check_idle
+	beq BT_CMD_LE_UPDATE_CONN,p_check_51cmd_ble_update_connect_param
+	branch check_51cmd_once_continue+2
 
-p_g24_transmit_receive_ack:
-	disable user3
-	call p_g24_transmit
+p_check_51cmd_ble_update_connect_param:
+	call le_fifo_check_full
+	nrtn blank
+	branch le_l2cap_tx_update_req
 	
-ifdef RF_DEBUG
-	call test_gpio_low
 endif
 
-	fetch 1,mem_24g_no_ack
-	beq no_ack_24g,p_g24_transmit_no_ack	//tx no ack
-	force 0,radio_ctrl
-	fetch 4,mem_24g_addr
-	iforce access
-	fetcht 1,mem_last_freq
-	call set_freq_rx
-	call rf_rx_enable
-	call p_g24_receive_rxon
-	call p_g24_end_of_packet,user3
+p_twspi_reset:
+	hfetch 1,core_gpio_out3
+	and_into 0xfd,pdata
+	hstore 1,core_gpio_out3
+	hfetcht 1,core_gpio_oe3
+	or_into 0x2,temp
+	hstoret 1,core_gpio_oe3
+	call twspi_disable
+	and_into 0xfd,temp
+	nop 13
+	call twspi_enable
+	hstoret 1,core_gpio_oe3
 	rtn
-p_g24_transmit_no_ack:
-	call p_g24_end_of_packet
-	branch p_g24_transmit_next_packet
 
-p_g24_retransmit:
-	fetch 1,mem_24g_get_ack_fail
-	increase 1,pdata
-	store 1,mem_24g_get_ack_fail
-	fetch 1,mem_24g_pairing_sm
-	bne STATE_24G_PAIRING_SUCCESS,p_g24_tx_paring_retry
-	fetcht 1,mem_24g_retry
-	increase 1,temp
-	storet 1,mem_24g_retry
-	fetch 1,mem_24g_max_retry
-	isub temp,pdata
-	nbranch p_g24_transmit_loop,blank
-	fetch 1,mem_24g_rf_work_stage
-	beq 3,p_g24_transmit_pac_fail_hop_stage3
-	fetch 1,mem_24g_hop_pac_retry
-	increase 1,pdata
-	store 1,mem_24g_hop_pac_retry
-	beq 2,p_g24_transmit_hop_pac_fail
-	call p_g24_hop_ch_enable
-	jam 1,mem_24g_max_retry
-	branch p_g24_transmit_packet
 
-p_g24_tx_paring_retry:
-	fetch 1,mem_24g_get_ack_fail
-	rtnne 0xff
-	jam 0,mem_24g_get_ack_fail
-	branch p_g24_stop_g24_mode
 
-p_g24_tx_attempt_fail:
-	setarg 0
-	store 2,mem_24g_txfail_cnt
-p_g24_stop_g24_mode:
-	jam BT_EVT_24G_ATTEMPT_FAIL,mem_fifo_temp
-	branch ui_ipc_send_event
+ifdef CLASSIC_BT
+p_page_wait_fhs_reply_ok:
+ 	fetch 1, mem_page_rcv_fhs
+	increase 1,pdata
+	store 1, mem_page_rcv_fhs
+	call prepare_newconn
+p_master_newconn_loop:
+ 	set1 mark_first_packet,mark
+	call master_newconn_once
+	branch p_newconn_poll_responded,sync
+	set0 mark_first_packet,mark
+	call new_conn_timeout
+	nbranch p_master_newconn_loop,blank
+	branch page_restart	
+
+p_newconn_poll_responded:
+	set0 mark_first_packet,mark
+	branch newconn_poll_responded
+
+p_role_switch_master:
+	call role_switch_check
+	nrtn user
+p_wait_role_switch_anchor:
+	disable user
+	jam param_newconnto,mem_newconnto_counter
+	set0 mark_fhs_already_good,mark
+	set0 mark_role_switch_receive_fhs,mark
+p_roles_waitfhs_loop:
+	call rf_setup_time_master_slot
+	call master_recv_packet
+	bmark1 mark_fhs_already_good,p_roles_replyto_fhs
+	call new_conn_timeout
+	nbranch p_roles_waitfhs_loop,blank
+	bmark1 mark_role_switch_receive_fhs,p_roles_replyto_fhs1
+	branch role_switch_fail_master
+	
+p_roles_replyto_fhs:
+	call rf_setup_time_slave_slot
+	arg type_id,type
+	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 */
+	jam 2,mem_newconnto_counter
+	branch p_roles_waitfhs_loop
+
+p_roles_replyto_fhs1:
+	fetch 4,mem_clke_bt		//wait for 2 fhs,need 2.5ms
+	pincrease 8
+	store 4,mem_clke_bt
+	branch roles_replyto_fhs+4
+
+p_process_dmh:
+	bmark1 mark_first_packet,end_of_packet
+	branch process_dmh+1
+
+p_prepare_tx:
+	fetch 1,mem_state
+	isolate1 state_inconn,pdata
+	call p_bt_power_ctrl,true
+	branch prepare_tx+1
+p_bt_power_ctrl:
+	fetch 1,mem_arq
+	isolate1 wack,pdata
+	call power_ctrl_pac_succ_decrs,true
+	ncall power_ctrl_pac_succ_incrs,true
+	branch power_ctrl_start
+
+p_slave_conn_recv_packet:
+	call slave_receive_master_slot
+	nbranch shutdown_radio,sync
+	call save_rssi
+	call p_rssi_signal
+	branch slave_conn_recv_packet+4
 
-p_g24_ackpayload_parse:
-	call p_g24_read_len_pid_crc
-	fetch 1,mem_24g_rxdata_length	//ack payload length 
+p_lpm_dispatch:
+	rtnmark1 mark_24g
+	call lpo_calibration
+	fetch 3,mem_clks_per_lpo
 	rtn blank
-	iforce loopcnt
-	arg mem_24g_rxbuf+2,contr
-	arg mem_24g_rxpayload,contw	//ack payload buffer 
-	branch memcpy
+	fetch 1,mem_lpm_mode
+	rtn blank
+	fetch 1,mem_ssp_enable
+	branch p_lpm_dispatch_next,blank
+	fetch 1,mem_sp_local_key_invalid	// simple pairing is not ready
+	rtn blank
+p_lpm_dispatch_next:
+	fetch 1,mem_le_sc_calc
+	nrtn blank
+	call lpm_check_wake_lock
+	nrtn blank
+	fetch 1,mem_context
+	compare 3,pdata,0x7							//sco won't sleep 
+	nbranch lpm_dispatch_unconn,true
+	fetch 2,mem_context + coffset_tsniff	//role switch 
+	arg 0xffff,temp
+	isub temp,null
+	rtn zero
+	branch lpm_dispatch_next+9
 
-power_ctrl_pac_succ_cnt_init:
-	jam 1,mem_power_ctrl_level
-	jam 0,mem_power_ctrl_pac_succ_cnt
-	rtn
-power_ctrl_pac_succ_incrs:
-	fetch 1,mem_power_ctrl_pac_succ_cnt
-	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
+p_app_bt_start_reconnect:
+	branch app_bt_start_reconnect+3
+
+p_mouse_bb_disconnected:
+	jam 0,mem_mouse_enter_sniff_count
+	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,mouse4_0_event_bb_disconn
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	bbit1 APP_DISC_AFTER_PAIRING,p_mouse_event_light_state_pairing
+	bbit1 APP_DISC_AFTER_RECONN,p_mouse_event_light_state_hibernate
+	bbit1 APP_DISC_AFTER_SNIFF,p_mouse_event_light_state_hibernate
+	branch mouse_start_discovery	
+p_mouse_event_light_state_pairing:
+	bbit1 APP_DISC_AFTER_HANDSHAKE,p_mouse_event_light_state_hibernate
+	bbit1 APP_DISC_AFTER_SNIFF,p_mouse_event_light_state_hibernate
+	branch mouse_start_discovery
+p_mouse_event_light_state_hibernate:
+	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_LMR_BUTTON,p_mouse_null_enter_hibernate_enable
+	branch app_bb_hibernate
+
+p_hid_rx_process:
+	fetch 2,mem_l2cap_payload_ptr
+	copy pdata,contr
+	ifetch 1,contr
+	store 1,mem_l2cap_rcv
+	and pdata,0x0f,temp
+	rshift4 pdata,pdata //hidtype
+	beq hid_type_set_protocol,p_hid_rx_set_protocol
+	branch hid_rx_process+6
+p_hid_rx_set_protocol:
+	call hid_rx_process_handshake
+	jam 0,mem_mouse_bt_boot_mode
+	fetch 1,mem_l2cap_rcv
+	isolate1 0,pdata
+	rtn true
+	jam 1,mem_mouse_bt_boot_mode	//boot mode
 	rtn
-power_ctrl_pac_succ_cnt_reinit:
-	jam 3,mem_power_ctrl_pac_succ_cnt
+
+p_parse_lmp_accepted:
+	fetch 1,mem_rxbuf+1
+	store 1,mem_lmi_accepted_opcode
+	beq LMP_SWITCH_REQ,p_parse_lmp_accepted_switch
+	branch parse_lmp_accepted+3
+p_parse_lmp_accepted_switch:
+	call parse_lmp_accepted_switch
+	jam 1,mem_bt_rcvd_switch_req_accept
+	fetch 1,mem_bt_send_lmp_setup_complete
+	rtn blank
+	jam 2,mem_bt_send_lmp_setup_complete
 	rtn
 
-power_ctrl_start:
-	fetch 2,mem_ui_state_map
-	rtnbit1 UI_STATE_BLE_ADV
-	rtnbit1 UI_STATE_BT_RECONNECT
-	rtnbit1 UI_STATE_BT_DISCOVERY
 
-	arg mem_rssi_signal_buf,rega
-	call p_rssi_average
-	storet 1,mem_rssi_avg_received
+p_send_lmp:
+	disable user
+	call lmo_fifo_process
+
+ifdef DEBUGLOG
+ifdef DEBUGLOG_SEND_LMP
+	setarg DEBUGLOG_DTYPE_SEND_LMP
+	store 2,mem_debuglog_datatype
+//	fetch 1,mem_lmi_opcode
+//	store 1,mem_debuglog_dataval+1
+//	fetch 1,mem_lmp_to_send
+//	store 1,mem_debuglog_dataval
+	fetch 1,mem_lmp_to_send
+	store 2,mem_debuglog_dataval
+	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
+	branch send_lmp0
+p_send_lmp_escape:
+	beq LMP_EXT_FEATURES_RES,p_send_lmpext_features_res
+	beq LMP_EXT_FEATURES_REQ,p_send_lmpext_features_req	
+	branch send_lmp_escape
+p_send_lmpext_features_res:
+	call p_check_ssp_enable
+	fetch 1,mem_lmp_to_send
+	branch send_lmpext_features_res
+p_send_lmpext_features_req:
+	call p_check_ssp_enable
+	fetch 1,mem_lmp_to_send
+	branch send_lmpext_features_req
+p_check_ssp_enable:
+	fetch 1,mem_ssp_enable 
+	branch ssp_disable,blank
+	branch ssp_enable
+
+p_send_lmp_setup_complete:
+	jam 1,mem_bt_send_lmp_setup_complete
+	branch send_lmp_setup_complete
+
+p_send_lmp_sniff_req:
+	jam 4,mem_mouse_bt_send_first_package_timer
+	branch send_lmp_sniff_req
+	
 
+p_send_lmp_accepted:
+	force 2,pdata
+	call msg_send_lmp
+	fetch 1,mem_lmi_opcode
+	istore 1,contw
+	store 1,mem_lmi_opcode_temp
+	call send_lmp_follow
 ifdef DEBUGLOG
 ifdef DEBUGLOG_MISC
 	setarg DEBUGLOG_DTYPE_MISC
 	store 2,mem_debuglog_datatype
-	fetch 1,mem_power_ctrl_pac_succ_cnt
+	fetch 1,mem_lmi_opcode_temp
 	store 1,mem_debuglog_dataval
-	fetch 1,mem_rssi_avg_received
-	store 1,mem_debuglog_dataval+1
 	call debuglog_push	
 endif
 endif
-	setarg RSSI_DIS_MAX_24G
-	bmark1 mark_24g,power_ctrl_start_next
-	setarg RSSI_DIS_MAX_BLE
-power_ctrl_start_next:	
-	isub temp,null
-	nbranch power_ctrl_txpower_incrs_force,positive
+	fetch 1,mem_lmi_opcode_temp
+	beq LMP_MAX_SLOT_REQ,p_send_lmp_accepted_max_slot_req	//sumsung a5100 patch
+	branch send_lmp_accepted+7
 
-	fetch 1,mem_power_ctrl_pac_succ_cnt
-	sub pdata,2,null
-	nbranch power_ctrl_txpower_decrs_check,positive
-	fetch 1,mem_power_ctrl_pac_succ_cnt
-	beq 0,power_ctrl_txpower_incrs
+
+p_send_lmp_accepted_max_slot_req:
+	fetch 1,mem_bt_rcvd_switch_req_accept
+	rtn blank
+	jam 0,mem_bt_rcvd_switch_req_accept
+	fetch 1,mem_bt_send_lmp_setup_complete
+	rtnne 2
+	jam 1,mem_bt_send_max_slot_req_accept_after_switch
+	copy clkn_bt,pdata
+	store 4,mem_aurand_send_delay_time
 	rtn
 
-power_ctrl_txpower_decrs_check:
-	fetch 1,mem_power_ctrl_pac_succ_cnt
-	rtnne 32
-	jam 0,mem_power_ctrl_pac_succ_cnt
-power_ctrl_txpower_decrs:
-	fetcht 1,mem_rssi_avg_received
-	setarg RSSI_DIS_MIN_24G
-	bmark1 mark_24g,power_ctrl_txpower_decrs_next
-	setarg RSSI_DIS_MIN_BLE	
-power_ctrl_txpower_decrs_next:	
+p_process_conn_sm:
+	call lmo_fifo_check
+	nrtn blank
+p_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, p_host_create_conn_send_conn_req
+	beq CONN_SM_WAIT_SWITCH_AFTER_HOST_CONNECTION,p_host_creat_conn_wait_switch
+	branch process_conn_sm_continue+2
+
+
+p_host_creat_conn_wait_switch:
+	fetch 1,mem_switch_flag
+	rtneq SWITCH_FLAG_INIT
+	beq SWITCH_FLAG_ACCEPT,p_host_create_conn_switch_accept
+	branch host_creat_conn_wait_switch+3
+p_host_create_conn_switch_accept:
+	rtn master
+p_host_create_conn_auth_pair:
+	/* checking whether or not to do m/s switch */
+	fetch 1,mem_connection_options
+	bbit1 CONNECTION_AUTH,p_host_create_conn_auth_pair_true
+	branch host_create_conn_auth_pair+1
+p_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
-	nrtn positive
-	fetch 1,mem_power_ctrl_level
-	beq 0,power_ctrl_decrs_level0
-	increase -1,pdata
-	store 1,mem_power_ctrl_level
-	beq 0,power_ctrl_decrs_level0
-power_ctrl_decrs_level1:
-power_ctrl_incrs_level1:	//0dBm
+	nbranch p_bt_send_max_slot_req_accept_after_switch_wait,positive
+	branch host_create_conn_auth
+
+p_bt_send_max_slot_req_accept_after_switch_wait:
+	jam 1,mem_bt_send_max_slot_req_accept_after_switch
+	rtn
+
+p_host_create_conn_send_conn_req:
+	jam 20,mem_mouse_send_switch_req_timer
+	branch host_create_conn_send_conn_req
+
+	
+ifdef DEBUGLOG
+p_parse_lmp_opcode:
+ifdef DEBUGLOG
+ifdef DEBUGLOG_PARSE_LMP
+	setarg DEBUGLOG_DTYPE_PARSE_LMP
+	store 2,mem_debuglog_datatype
+//	fetch 1,mem_rxbuf+1
+//	store 1,mem_debuglog_dataval+1 
+//	fetch 1,mem_lmi_opcode2
+//	store 1,mem_debuglog_dataval
+	fetch 1,mem_lmi_opcode2
+	store 2,mem_debuglog_dataval
+	call debuglog_push 
+endif
+endif
+	branch parse_lmp+21
+
+p_process_upper_sm_reconn:
+	fetch 1,mem_upper_sm_reconn
+	rtn blank
 ifdef DEBUGLOG
-ifdef DEBUGLOG_MISC
-	setarg DEBUGLOG_DTYPE_MISC
+ifdef DEBUGLOG_UPPER_SM
+	call pdata_push
+	setarg DEBUGLOG_DTYPE_UPPER_SM
 	store 2,mem_debuglog_datatype
-	setarg MISC_TXPOWER_1
+	fetch 1,mem_upper_sm_reconn
 	store 2,mem_debuglog_dataval
-	call debuglog_push
+	call pdata_pull
+	call debuglog_push	
 endif
 endif
-	jam TX_POWER_0DB,mem_tx_power
-	rtn
+	branch process_upper_sm_reconn+3
 
-power_ctrl_txpower_incrs_force:
-	jam 0,mem_power_ctrl_pac_succ_cnt
-power_ctrl_txpower_incrs:
-	fetch 1,mem_power_ctrl_level
-	beq 2,power_ctrl_incrs_level2
-	increase 1,pdata
-	store 1,mem_power_ctrl_level
-	beq 1,power_ctrl_incrs_level1
-power_ctrl_incrs_level2:	//+6dBm
+endif	
+
+endif
+	
 ifdef DEBUGLOG
-ifdef DEBUGLOG_MISC
-	setarg DEBUGLOG_DTYPE_MISC
+p_ui_ipc_send_event:
+ifdef DEBUGLOG
+ifdef DEBUGLOG_EVENT
+	call pdata_push
+	setarg DEBUGLOG_DTYPE_EVENT
 	store 2,mem_debuglog_datatype
-	setarg MISC_TXPOWER_2
+	fetch 1,mem_fifo_temp
 	store 2,mem_debuglog_dataval
-	call debuglog_push
+	call pdata_pull
+	call debuglog_push	
 endif
 endif
+	branch ui_ipc_send_event+1
 
-	jam TX_POWER_5DB,mem_tx_power
-	rtn
-	
-power_ctrl_decrs_level0: //-5dBm
+p_ui_ipc_send_cmd:
 ifdef DEBUGLOG
-ifdef DEBUGLOG_MISC
-	setarg DEBUGLOG_DTYPE_MISC
+ifdef DEBUGLOG_CMD
+	call pdata_push
+	setarg DEBUGLOG_DTYPE_CMD
 	store 2,mem_debuglog_datatype
-	setarg MISC_TXPOWER_0
+	fetch 1,mem_fifo_temp
 	store 2,mem_debuglog_dataval
+	call pdata_pull
 	call debuglog_push
 endif
 endif
-
-	jam TX_POWER_f5DB,mem_tx_power
-	rtn
-	
-p_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
-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_pairing_sm:
-	fetch 1,mem_24g_ensure
-	beq ENSURE_ON_24G,enable_user
-	fetch 1,mem_24g_pairing_sm
-	beq STATE_24G_PAIRING_1,p_g24_pairing_sm_1
-	beq STATE_24G_PAIRING_2,p_g24_pairing_sm_2
-	beq STATE_24G_PAIRING_3,p_g24_pairing_sm_3
-	branch assert
-
-p_g24_pairing_sm_1:
-	jam STATE_24G_PAIRING_1_WAITING_ACK,mem_24g_pairing_sm
-	jam 0xaa,mem_24g_common_temp
-	branch p_g24_pairing_sm_common
-p_g24_pairing_sm_2:
-	jam STATE_24G_PAIRING_2_WAITING_ACK,mem_24g_pairing_sm
-	jam 0x55,mem_24g_common_temp
-	branch p_g24_pairing_sm_common
-p_g24_pairing_sm_3:
-	jam STATE_24G_PAIRING_3_WAITING_ACK,mem_24g_pairing_sm
-	jam 0x22,mem_24g_common_temp
-p_g24_pairing_sm_common:
-	fetch 1,mem_24g_data_type
-	and_into bits_data,pdata
-	store 1,mem_24g_common_temp+1
-	fetch 4,mem_24g_device_addr
-	store 4,mem_24g_common_temp+2
-p_g24_put_pairing_data_in_buff:
-	jam 0,mem_24g_common_temp+6
-	arg mem_24g_common_temp,rega
-	arg 7,temp
-	call p_g24_put_data_in_buff
-	call p_g24_transmit_prep
-	call p_g24_txdata_enable_tx
-	branch enable_user
-
-p_g24_paring_mode:
-	fetch 1,mem_24g_pairing_sm
-	rtneq STATE_24G_PAIRING_SUCCESS
-	beq STATE_24G_PAIRING_1_WAITING_ACK,p_g24_pairing_sm_1_waiting_ack
-	beq STATE_24G_PAIRING_2_WAITING_ACK,p_g24_pairing_sm_2_waiting_ack
-	beq STATE_24G_PAIRING_3_WAITING_ACK,p_g24_pairing_sm_3_waiting_ack
-	rtn
-
-
-p_g24_pairing_sm_1_waiting_ack:
-	jam STATE_24G_PAIRING_2,mem_24g_pairing_sm
-	branch p_g24_transmit_abandon
-p_g24_pairing_sm_2_waiting_ack:
-	jam STATE_24G_PAIRING_3,mem_24g_pairing_sm
-	branch p_g24_transmit_abandon
-p_g24_pairing_sm_3_waiting_ack:
-	jam STATE_24G_PAIRING_SUCCESS,mem_24g_pairing_sm
-	jam BT_EVT_24G_PAIRING_COMPLETE,mem_fifo_temp
-	call ui_ipc_send_event	
-	fetch 4,mem_24g_rxpayload+2
-	call p_g24_update_addr_and_synccrc8
-	branch p_g24_transmit_abandon
-
-p_g24_start_24g_mode:
-	set0 mark_24g,mark
-	jam with_ack_24g,mem_24g_no_ack	//tx ack
-	call p_g24_ch_syncword_crc8_init
-	fetch 1,mem_24g_pairing_sm
-	rtnne STATE_24G_PAIRING_SUCCESS
-	call p_g24_tx_attemp_data_prep
-p_g24_tx_attemp_dongle:
-	setarg 0
-	store 2,mem_24g_check_dongle_times
-p_g24_tx_attemp_dongle_loop:
-	call lpo_calibration
-	nop 2000
-	fetch 1,mem_24g_check_dongle_times
-	beq 0xff,p_g24_stop_g24_mode
-	call p_g24_transmit_receive_ack
-	nbranch p_g24_attemp_txdata_retry,sync
-	nbranch p_g24_attemp_txdata_retry,user3
-p_g24_tx_attemp_dongle_succ:
-	set1 mark_24g,mark
-	setarg 0
-	store 2,mem_24g_check_dongle_times
-	jam 0,mem_mouse_long_mult_flag
-	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
-	call ui_ipc_send_event
-	call p_g24_txbuf_clear
-//	branch p_g24_transmit_by_interrupt_enable
-p_g24_transmit_by_interrupt_enable:
-	jam G24_TX_TIMER_INT_ENABLE,mem_24g_transmit_by_interrupt
-	jam 0,mem_24g_transmit_by_interrupt_exit_count
-	rtn
-
-p_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
-p_g24_transmit_prep:
-ifdef P24G_LOG
-	fetch 1,mem_24g_paccnt
-	increase 1,pdata
-	store 1,mem_24g_paccnt
+	branch ui_ipc_send_cmd+1
 endif
 
-// total length
-	fetch 1,mem_24g_datalen
-	increase 2,pdata
-	store 1,mem_24g_txlen
-// data type
-	fetch 1,mem_24g_data_type
-	store 1,mem_24g_txpayload
-//prepare 5bit payload length, 2bit PID, 1bit NO_ACK
-	fetch 1,mem_24g_datalen
-	lshift3 pdata,pdata
-	fetcht 1,mem_24g_pid
-	and temp,0x03,temp
-	lshift temp,temp
-	ior temp,pdata
-	fetcht 1,mem_24g_no_ack
-	iadd temp,pdata
-	istore 1,contw
-//prepare payload data
-	fetch 1,mem_24g_datalen
-	iforce loopcnt
-	arg mem_24g_txbuf,contr
-	branch memcpy
-	
-p_g24_attemp_txdata_retry:
-	fetch 2,mem_24g_check_dongle_times
-	increase 1,pdata
-	store 2,mem_24g_check_dongle_times
-	call p_g24_ch
-	branch p_g24_tx_attemp_dongle_loop
-
-p_g24_auto_pair_start:
-	set0 mark_24g,mark
-	jam with_ack_24g,mem_24g_no_ack	//tx ack
-	call p_g24_auto_pair_first_attemp
-	call p_g24_tx_attemp_data_prep
-p_g24_auto_pair_restart:
-	jam 0,mem_24g_check_dongle_times
-p_g24_auto_pair_start_loop:
-	call lpo_calibration
-	nop 2000
-	fetch 1,mem_24g_check_dongle_times
-	beq 0xff,p_g24_stop_g24_mode
-	call p_g24_transmit_receive_ack
-	nbranch p_g24_auto_pair_retry,sync
-	nbranch p_g24_auto_pair_retry,user3
-	call p_g24_ackpayload_parse
-	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
-	branch p_g24_tx_attemp_dongle_succ
-
-p_g24_auto_pair_retry:
-	fetch 1,mem_24g_check_dongle_times
-	increase 1,pdata
-	store 1,mem_24g_check_dongle_times
-	fetch 1,mem_24g_auto_paring_switch
+power_ctrl_pac_succ_cnt_init:
+	jam 1,mem_power_ctrl_level
+	jam 0,mem_power_ctrl_pac_succ_cnt
+	rtn
+power_ctrl_pac_succ_incrs:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
 	increase 1,pdata
-	and_into 3,pdata
-	store 1,mem_24g_auto_paring_switch
-	beq 0,p_g24_auto_pair_device_attemp
-	beq 1,p_g24_auto_pair_pair_attemp
-	beq 2,p_g24_auto_pair_all_powerful_attemp
-	beq 3,p_g24_auto_pair_pair_attemp
+	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
-
-p_g24_auto_pair_first_attemp:
-//	call p_g24_factory_check
-//	branch p_g24_auto_pair_all_powerful,user
-//p_g24_auto_pair_dongle_addr_reconn:
-	call p_mouse_tx_power_init
-//	call p_mouse_init_iic_read_24g_addr
-//	call p_g24_factory_check
-//	branch p_g24_auto_pair_all_powerful,user
-	fetch 4,mem_24g_device_addr
-	store 4,mem_24g_addr
-p_g24_ch_syncword_crc8_init:	
-	call p_g24_syncword_crc8
-//	branch p_g24_ch	
-p_g24_ch:
-	fetcht 1,mem_24g_current_ch_number
-	call p_g24_ch_map_size
-	storet 1,mem_24g_current_ch_number
+power_ctrl_pac_succ_cnt_reinit:
+	jam 3,mem_power_ctrl_pac_succ_cnt
 	rtn
 
-p_g24_auto_pair_all_powerful:
-	jam TX_POWER_PAIR,mem_tx_power
-	setarg 0x0f0f
-	store 2,mem_24g_addr
-	istore 2,contw
-	branch p_g24_ch_syncword_crc8_init
-
-p_g24_auto_pair_device_attemp:
-	call p_g24_auto_pair_first_attemp
-	branch p_g24_auto_pair_start_loop
-
-p_g24_auto_pair_pair_attemp:
-	call p_g24_pair_init
-	branch p_g24_auto_pair_start_loop
+power_ctrl_start:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+//	rtnbit1 UI_STATE_BT_RECONNECT
+//	rtnbit1 UI_STATE_BT_DISCOVERY
+	
+	arg mem_rssi_signal_buf,rega
+	call p_rssi_average
+	storet 1,mem_rssi_avg_received
 
-p_g24_auto_pair_all_powerful_attemp:	
-	call p_g24_auto_pair_all_powerful
-	branch p_g24_auto_pair_start_loop
+ifdef DEBUGLOG
+ifdef DEBUGLOG_MISC
+	setarg DEBUGLOG_DTYPE_MISC
+	store 2,mem_debuglog_datatype
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	store 1,mem_debuglog_dataval
+	fetch 1,mem_rssi_avg_received
+	store 1,mem_debuglog_dataval+1
+	call debuglog_push	
+endif
+endif
+	setarg RSSI_DIS_MAX_24G
+	bmark1 mark_24g,power_ctrl_start_next
+	setarg RSSI_DIS_MAX_BLE
+power_ctrl_start_next:	
+	isub temp,null
+	nbranch power_ctrl_txpower_incrs_force,positive
 
-p_g24_check_51cmd_stop_24g:
-	set0 mark_24g,mark
-	call le_disable
-p_mouse_disable_g24_pairing_flag:
-	arg MOSUE_24G_PAIRING_FLAG,queue
-	branch mouse_disable_function_flag
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	sub pdata,2,null
+	nbranch power_ctrl_txpower_decrs_check,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	beq 0,power_ctrl_txpower_incrs
+	rtn
 
-p_g24_put_data_in_buff:
-	storet 1,mem_24g_datalen
-	copy temp,loopcnt
-	arg mem_24g_txbuf,contw
-	copy rega,contr
-	branch memcpy
+power_ctrl_txpower_decrs_check:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	rtnne 32
+	jam 0,mem_power_ctrl_pac_succ_cnt
+power_ctrl_txpower_decrs:
+	fetcht 1,mem_rssi_avg_received
+	setarg RSSI_DIS_MIN_24G
+	bmark1 mark_24g,power_ctrl_txpower_decrs_next
+	setarg RSSI_DIS_MIN_BLE	
+power_ctrl_txpower_decrs_next:	
+	isub temp,null
+	nrtn positive
+	fetch 1,mem_power_ctrl_level
+	beq 0,power_ctrl_decrs_level0
+	increase -1,pdata
+	store 1,mem_power_ctrl_level
+	beq 0,power_ctrl_decrs_level0
+power_ctrl_decrs_level1:
+power_ctrl_incrs_level1:	//0dBm
+ifdef DEBUGLOG
+ifdef DEBUGLOG_MISC
+	setarg DEBUGLOG_DTYPE_MISC
+	store 2,mem_debuglog_datatype
+	setarg MISC_TXPOWER_1
+	store 2,mem_debuglog_dataval
+	call debuglog_push
+endif
+endif
+	jam TX_POWER_0DB,mem_tx_power
+	rtn
 
-p_g24_read_len_pid_crc:
-//read control
-	fetch 1,mem_24g_rxbuf+1
-	rshift3 pdata,pdata
-	store 1,mem_24g_rxdata_length
-//get crc
+power_ctrl_txpower_incrs_force:
+	jam 0,mem_power_ctrl_pac_succ_cnt
+power_ctrl_txpower_incrs:
+	fetch 1,mem_power_ctrl_level
+	beq 2,power_ctrl_incrs_level2
 	increase 1,pdata
-	arg mem_24g_rxbuf+1,contr
-	iadd contr,contr
-	ifetch 3,contr
-	store 3,mem_24g_sta_crc
-//read pid
-	fetch 1,mem_24g_rxbuf+1
-	rshift pdata,pdata
-	and pdata,0x03,pdata
-	store 1,mem_24g_sta_pid
+	store 1,mem_power_ctrl_level
+	beq 1,power_ctrl_incrs_level1
+power_ctrl_incrs_level2:	//+6dBm
+ifdef DEBUGLOG
+ifdef DEBUGLOG_MISC
+	setarg DEBUGLOG_DTYPE_MISC
+	store 2,mem_debuglog_datatype
+	setarg MISC_TXPOWER_2
+	store 2,mem_debuglog_dataval
+	call debuglog_push
+endif
+endif
+
+	jam TX_POWER_5DB,mem_tx_power
+	rtn
+	
+power_ctrl_decrs_level0: //-5dBm
+ifdef DEBUGLOG
+ifdef DEBUGLOG_MISC
+	setarg DEBUGLOG_DTYPE_MISC
+	store 2,mem_debuglog_datatype
+	setarg MISC_TXPOWER_0
+	store 2,mem_debuglog_dataval
+	call debuglog_push
+endif
+endif
+	jam TX_POWER_f5DB,mem_tx_power
 	rtn
 
 endif
@@ -2887,20 +3578,22 @@
 	nop 10 /* wait tx lo buffer to turn ON*/
 	jam 0x7d, rfen_mdm
 	fetch 1,mem_tx_power
-	beq TX_POWER_0DB,p_set_tx_power_0db
+//	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_f5DB,p_set_tx_power_f5db
 	beq TX_POWER_PAIR,p_set_tx_power_pair
-	branch p_set_tx_power_0db
-
+//	branch p_set_tx_power_0db
 p_set_tx_power_0db:
 	call p_rx_low_sens
+//	jam 0xba,0x894b
 	jam 0xd0,0x8955
 	jam 0xe0,0x8956
+//	jam 0x88,0x8957
 	jam 0x6c,0x8958
-	branch set_tx_power_0db	
+//	jam 0x10,0x8959
+	branch set_tx_power_0db
 
 //p_set_tx_power_3db:
 //	call p_rx_high_sens
@@ -2912,331 +3605,152 @@
 //	jam 0x10,0x8959
 //	branch set_tx_power_3db
 	
-p_set_tx_power_5db:
-	call p_rx_high_sens
-	jam 0xd0,0x8955
-	jam 0xe0,0x8956
-	jam 0x3c,0x8958
-	branch set_tx_power_5db
-
-//p_set_tx_power_f3db:
-//	call p_rx_low_sens
-//	jam 0xba,0x894b
-//	jam 0xd0,0x8955
-//	jam 0xc0,0x8956
-//	jam 0x88,0x8957
-//	jam 0x6c,0x8958
-//	jam 0x10,0x8959
-//	branch set_tx_power_f3db
-	
-p_set_tx_power_f5db:
-	call p_rx_low_sens
-	jam 0xd0,0x8955
-	jam 0xc0,0x8956
-	jam 0x6c,0x8958
-	branch set_tx_power_f5db
-
-p_rx_low_sens:
-	jam 0x5b,0x894c
-	jam 0x96,0x894d
-	jam 0x2c,0x894e 
-	jam 0x46,0x894f
-	rtn
-
-p_rx_high_sens:
-	jam 0xfb,0x894c 
-	jam 0xef,0x894d
-	jam 0xec,0x894e 
-	jam 0x5e,0x894f
-	rtn
-		
-p_set_tx_power_pair:	//50-100cm distance
- 	jam 0xc2,0x8956
- 	jam 0xd0,0x8955
-	rtn	
-
-p_shutdown_radio:
-	force 8,radio_ctrl
-	branch shutdown_radio+1
-
-/* ================================== 24g common functions ============================= */
-p_g24_timer_check:
-	call disable_user
-	fetcht 4,mem_24g_tx_btclk
-	copy clkn_bt,pdata
-	isub temp,null
-	ncall g24_timer_timeout,positive
-	copy pdata,regb
-	fetch 4,mem_24g_tx_btclk
-	fetcht 1,mem_24g_interval
-	iadd temp,temp
-	copy regb,pdata
-	isub temp,null
-	nrtn positive
-	set0 28,pdata
-	store 4,mem_24g_tx_btclk
-	branch enable_user
-
-//p_rssi_noise:
-//	call save_rssi
-//	rtn blank
-//	fetcht 1,mem_rssi_noise_index
-//	arg mem_rssi_noise_buffer,rega
-//	call p_rssi_store
-//	storet 1,mem_rssi_noise_index
-//	rtn
-	
-//p_rssi_store:
-//	copy rega,pdata
-//	iadd temp,contw
-//	fetch 1,mem_rssi
-//	istore 1,contw
-//	increase 1,temp
-//ifdef DONGLE
-//	and_into RSSI_BUF_LEN_NOISE,temp
-//endif
-//ifdef MOUSE
-//	and_into RSSI_BUF_LEN_SIGNAL,temp
-//endif
-//	rtn
-p_rssi_average:
-	arg 0,temp
-ifdef DONGLE
-	arg RSSI_BUF_LEN_NOISE+1,loopcnt
-endif
-ifdef MOUSE
-	arg RSSI_BUF_LEN_SIGNAL+1,loopcnt
-endif
-	copy rega,contr
-ifdef DONGLE
-	branch rssi_average_loop
-endif
-ifdef MOUSE
-p_rssi_average_loop:
-	ifetch 1,contr
-	iadd temp,temp
-	loop p_rssi_average_loop
-	rshift3 temp,pdata
-	copy pdata,temp
-	rtnmark0 mark_24g
-	//2BCD
-	div pdata,10
-	call wait_div_end
-	quotient pdata
-	lshift4 pdata,pdata
-	remainder temp
-	ior temp,temp
-	rtn
-endif
-	rtn
+p_set_tx_power_5db:
+	call p_rx_high_sens
+//	jam 0xba,0x894b
+	jam 0xd0,0x8955
+	jam 0xe0,0x8956
+//	jam 0x88,0x8957
+	jam 0x3c,0x8958
+//	jam 0x10,0x8959
+	branch set_tx_power_5db
 
-p_g24_ch_map_size:
-	call p_g24_ch_calc
-	increase 1,temp
-	and_into 3,temp //map size =4
-	rtn
+//p_set_tx_power_f3db:
+//	call p_rx_low_sens
+//	jam 0xba,0x894b
+//	jam 0xd0,0x8955
+//	jam 0xc0,0x8956
+//	jam 0x88,0x8957
+//	jam 0x6c,0x8958
+//	jam 0x10,0x8959
+//	branch set_tx_power_f3db
 	
-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_set_tx_power_f5db:
+	call p_rx_low_sens
+//	jam 0xba,0x894b
+	jam 0xd0,0x8955
+	jam 0xc0,0x8956
+//	jam 0x88,0x8957
+	jam 0x6c,0x8958
+//	jam 0x10,0x8959
+	branch set_tx_power_f5db
 
-p_g24_prep:
-	disable enable_crc
-	disable enable_white
-	setarg 0x555555
-	iforce crc24_init
-	fetch 1,mem_24g_ch
-	reverse pdata,temp
-	set1 1,temp
-	rshift temp,white_init
+p_rx_low_sens:
+	jam 0x5b,0x894c
+	jam 0x96,0x894d
+	jam 0x2c,0x894e 
+	jam 0x46,0x894f
 	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_rxon:
-
-ifdef RF_DEBUG
-	call test_h_l_h
-endif
-
-	call p_g24_prep
-	disable user3
-	enable decode_fec0
-	enable is_rx
-	disable is_tx
-	enable swfine
-	fetch 2,mem_24g_rx_window
-	iforce stop_watch
-	correlate null,timeout
-	nbranch p_g24_sync_timeout,sync
-
-ifdef RF_DEBUG
-	call test_gpio_low
-	call test_gpio_high
-endif
+p_rx_high_sens:
+	jam 0xfb,0x894c 
+	jam 0xef,0x894d
+	jam 0xec,0x894e 
+	jam 0x5e,0x894f
+	rtn
+		
+p_set_tx_power_pair:	//50-100cm distance
+//	jam 0xba,0x894b
+ 	jam 0xc2,0x8956
+ 	jam 0xd0,0x8955
+	rtn	
 
-	disable decode_fec0
-	enable decode_fec1
-	enable enable_white
-	enable enable_crc
-	call p_g24_receive_byte
-	store 1,mem_24g_get_syncword_crc8
-	fetcht 1,mem_24g_syncword_crc8
-	isub temp,null
-	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_rxbuf
-	fetcht 1,mem_24g_data_type
-	icompare bits_data,temp
-	nbranch p_g24_end_of_packet,true
-p_g24_receive_skip:
-	call p_g24_receive_byte
-	istore 1,contw
-	rshift3 pdata,pdata
-	and pdata,0x1f,loopcnt	//max payload: 32bytes
-	branch p_g24rx_nopayload,zero
-p_g24rx_loop:
-	call p_g24_receive_byte
-	istore 1,contw
-	loop p_g24rx_loop
-p_g24rx_nopayload:
-ifdef MOUSE
-	//receive rssi hex
-	copy contw,rega
-	call p_g24_receive_byte
-	store 1,mem_rssi_hex_received
-	copy rega,contw
-endif
-	parse demod,bucket,24
-	enable swfine
-	arg param_sifs,stop_watch	
-	rshift32 pdata,pdata
-	rshift16 pdata,pdata
-	istore 3,contw
-	disable decode_fec1
-ifdef DONGLE
-	call save_rssi
-endif	
-	branch p_g24_end_of_packet,crc_failed
+p_shutdown_radio:
+	force 8,radio_ctrl
+	branch shutdown_radio+1
 
-ifdef RF_DEBUG
-	call test_gpio_low
-	call test_gpio_high
-endif
 
-	enable user3
-	fetch 1,mem_last_freq
-	add pdata,0,rega
-	call rf_write_freq
-	disable decode_fec0
-	call set_sync_on
-ifdef DONGLE
-	rtn
-endif
-ifdef MOUSE
-	fetch 1,mem_rssi_hex_received
-	call p_rssi_signal
-endif
+ifdef DEBUGLOG 
+pdata_push:
+	store 8,mem_debuglog_pdata
 	rtn
 
-p_g24_receive_byte:
-	parse demod,bucket,8
-	rshift3 pwindow,pdata
+pdata_pull:
+	fetch 8,mem_debuglog_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
-ifdef RF_DEBUG
-	call test_gpio_low
-endif
-	rtn
+debuglog_init:
+	call pdata_push
+	call debuglog_uart_init
+	call debuglog_mem_init
+	branch pdata_pull
+ 
+debuglog_uart_init:
+	/*step1:SET IO TX:GPIO6	RX:GPIO7*/
+	hfetch 1,core_gpio_sel1
+	set1 2,pdata
+	hstore 1,core_gpio_sel1 //Open UARTGPIO MUX
+	hfetch 4,core_gpio_pu0	 //RX pull up
+	set1 7,pdata
+	hstore 4,core_gpio_pu0
+	
+	/*step2:sel UARTclk bit0	=0:crystal	 =1:48M*/
+	hfetch 1,core_uart_clksel
+	set1 0,pdata
+	hstore 1,core_uart_clksel
 
-p_g24_set_freq_tx:
-	call set_sync_on
-	fetcht 1,mem_24g_ch
-	branch set_freq_tx
+	/*step3:Enable uart clk
+	core_clkoff(0x8050)bit15 = 0,Enable uart clk*/
+	hfetch 2,core_clkoff
+	set0 0x0f,pdata
+	hstore 2,core_clkoff
 
-p_g24_transmit:
-	call le_enable
-	fetch 4,mem_24g_addr
-	iforce access
-	call p_g24_prep
-	call p_g24_set_freq_tx
-	set1 TXGFSK,radio_ctrl
-	enable encode_fec0
-	enable is_tx
-	disable is_rx
+	/*step3:Set Ring Buffer*/
+	setarg mem_module_rx_buf		//RX buf Start Addr
+	hstore 2,core_uart_rsaddr
 
-ifdef RF_DEBUG
-	call test_gpio_high
-endif
+	setarg mem_module_rx_buf_end	//RX buf End Addr
+	hstore 2,core_uart_readdr
+
+	setarg mem_module_tx_buf		//TX BUF Start Addr
+	hstore 2,core_uart_tsaddr
+
+	setarg mem_module_tx_buf_end	//TX buf End Addr
+	hstore 2,core_uart_teaddr
 	
-	rshift16 access,pdata
-	rshift8 pdata,pdata
-	rshift4 pdata,pdata
-	inject mod,40
-	disable encode_fec0
-	enable encode_fec1
-	enable enable_white
-	enable enable_crc
-	fetch 1,mem_24g_syncword_crc8
-	inject mod,8
-	fetch 1,mem_24g_txlen
-	iforce loopcnt
-	arg mem_24g_txpayload,contr
-p_g24tr_loop:
-	ifetch 1,contr
-	inject mod,8
-	loop p_g24tr_loop
-ifdef DONGLE
-	fetch 1,mem_rssi_hex
-	inject mod,8
-endif
+	setarg mem_module_rx_buf		//RX buf RPTR
+	hstore 2,core_uart_rrptr
 
-ifdef P24G_LOG	
-	fetch 1,mem_tx_power
-	inject mod,8
-	fetch 1,mem_rssi_avg_received
-	inject mod,8
-	fetch 1,mem_24g_paccnt
-	inject mod,8
-endif
+	setarg mem_module_tx_buf		//TX buf WPTR
+	hstore 2,core_uart_twptr
+
+	hstore 2,core_uart_trptrp		//TX buf RPTR
 
-	enable enable_parity
-	inject mod,24	//crc
-	disable enable_parity
-	until null,tx_clear
-	nop 100
-	disable encode_fec0
-	disable encode_fec1
-	rtn
+	/*step4:SET baud*/
+	//hstore 2,mem_baud
+	setarg 0x34
+	hstore 2,core_uart_baud
+
+	/*step5:SET DataLen,parity bit,flow control and enable UART
+	RW	0	Enable UART
+	RW	1	1: odd parity; 0: even parity
+	RW	2	UART Data length 1: 9 bits; 0: 8 bits
+	RW	3	1: HCI uart SLIP protocol
+	RW	4	1: enable RTS/CTS flow control
+	RW	5	1: enable 7816 smart card protocol
+	RW	6	1: enable half duplex single line UART
+	RW	7	1: Use baud settings 0:auto detect baud rate*/
+	jam 0x00,core_uart_ctrl
+	jam 0x81,core_uart_ctrl
+	rtn 
+
+debuglog_mem_init:
+	jam DEBUGLOG_HEAD,mem_debuglog_temp
+	jam DEBUGLOG_TYPE,mem_debuglog_type
+	jam DEBUGLOG_LEN ,mem_debuglog_datalen
+	jam DEBUGLOG_TAIL,mem_debuglog_tail
+	rtn	
 
+debuglog_push:
+	call pdata_push
+	hfetch 1,core_uart_status
+	rtnbit1 uart_status_tx_fifo_full
+	call uartd_prepare_tx
+	fetch 8,mem_debuglog_temp
+	istore 8,contwu
+	call uartd_send
+	branch pdata_pull 
+endif
 
 ifdef RF_DEBUG
 test_gpio_init:
@@ -3264,22 +3778,21 @@
 
 ifdef MOUSE_SMOOTHER
 //notice: need to call p_mouse_drawing_optima_init when waked from mult
-p_drawing_optima_init:
-	arg 5,loopcnt
-	arg mem_mouse_asm_flag,contw
-	branch clear_mem
-
 p_drawing_optima:
 	fetch 4,mem_mouse_x
 	rtn blank
 	call p_data_abs_check
-	setarg 0x06	//asm_flag enable condition
+	setarg 0x0c	//asm_flag enable condition
 	call p_data_greater_than_check
-	setarg 0x03	//asm_flag disable condition
+	setarg 0x06	//asm_flag disable condition
 	call p_data_less_than_check
 	fetch 1,mem_mouse_asm_flag
 	beq 1,p_drawing_optima_modify
-	branch p_drawing_optima_init
+//	branch p_drawing_optima_init
+p_drawing_optima_init:
+	arg 5,loopcnt
+	arg mem_mouse_asm_flag,contw
+	branch clear_mem
 
 p_drawing_optima_modify:
 	fetch 2,mem_mouse_x_pre
@@ -3325,7 +3838,7 @@
 p_data_sum_overflow:
 	fetch 1,mem_data_sum+1	//sum positive
 	beq 0,p_data_sum_overflow_p
-	fetch 3,mem_data_sum	
+	fetch 3,mem_data_sum	//全负相加
 	branch p_data_store_pre
 p_data_sum_overflow_p:
 	jam 0,mem_data_sum+2
@@ -3406,241 +3919,6 @@
 
 endif
 
-p_mouse_data_init:
-	jam 7,mem_mouse_data_queue	//data length
-	jam 4,mem_mouse_data_queue+1	//fifo depth
-	setarg mem_mouse_data_queue
-	store 2,mem_queue_ptr
-	branch queue_init
-
-p_mouse_data_push:
-	arg mem_mouse_key,rega
-	call queue_push
-	call p_mouse_queue_increase,user
-	
-ifdef DEBUGLOG
-ifdef DEBUGLOG_MISC
-	setarg DEBUGLOG_DTYPE_MISC
-	store 2,mem_debuglog_datatype
-	setarg MISC_LOST_MOUSEDATA
-	store 2,mem_debuglog_dataval
-	nbranch debuglog_push,user
-
-	setarg MISC_PUSH_MOUSEDATA
-	store 2,mem_debuglog_dataval
-	call debuglog_push
-endif
-endif
-	rtn
-p_mouse_queue_increase:
-	fetch 1,mem_mouse_data_queue_num
-	increase 1,pdata
-	store 1, mem_mouse_data_queue_num
-	rtn
-	
-p_mouse_data_pull:
-	arg mem_mouse_key,rega
-	call queue_pop
-	branch p_mouse_fill_data_le,user
-	rtn
-
-p_mouse_fill_data_le:
-ifdef DEBUGLOG
-ifdef DEBUGLOG_MISC
-	setarg DEBUGLOG_DTYPE_MISC
-	store 2,mem_debuglog_datatype
-	setarg MISC_PULL_MOUSEDATA
-	store 2,mem_debuglog_dataval
-	call debuglog_push
-
-	setarg DEBUGLOG_DTYPE_MISC
-	store 2,mem_debuglog_datatype
-	fetch 1,mem_mouse_x
-	store 1,mem_debuglog_dataval
-	fetch 1,mem_mouse_y
-	store 1,mem_debuglog_dataval+1
-	call debuglog_push	
-endif
-endif
-	call le_clear_md
-	fetch 1,mem_mouse_data_queue_num
-	sub pdata,1,null
-	ncall le_set_md,positive
-	fetch 1,mem_mouse_data_queue_num
-	rtn blank
-	increase -1,pdata
-	store 1, mem_mouse_data_queue_num
-	branch mouse_fill_data_le
-
-ifdef DEBUGLOG 
-pdata_push:
-	store 8,mem_debuglog_pdata
-	rtn
-
-pdata_pull:
-	fetch 8,mem_debuglog_pdata
-	rtn
-	
-debuglog_init:
-	call pdata_push
-	call debuglog_uart_init
-	call debuglog_mem_init
-	branch pdata_pull
- 
-debuglog_uart_init:
-	/*step1:SET IO TX:GPIO6	RX:GPIO7*/
-	hfetch 1,core_gpio_sel1
-	set1 2,pdata
-	hstore 1,core_gpio_sel1 //Open UARTGPIO MUX
-	hfetch 4,core_gpio_pu0	 //RX pull up
-	set1 7,pdata
-	hstore 4,core_gpio_pu0
-	
-	/*step2:sel UARTclk bit0	=0:crystal	 =1:48M*/
-	hfetch 1,core_uart_clksel
-	set1 0,pdata
-	hstore 1,core_uart_clksel
-
-	/*step3:Enable uart clk
-	core_clkoff(0x8050)bit15 = 0,Enable uart clk*/
-	hfetch 2,core_clkoff
-	set0 0x0f,pdata
-	hstore 2,core_clkoff
-
-	/*step3:Set Ring Buffer*/
-	setarg mem_module_rx_buf		//RX buf Start Addr
-	hstore 2,core_uart_rsaddr
-
-	setarg mem_module_rx_buf_end	//RX buf End Addr
-	hstore 2,core_uart_readdr
-
-	setarg mem_module_tx_buf		//TX BUF Start Addr
-	hstore 2,core_uart_tsaddr
-
-	setarg mem_module_tx_buf_end	//TX buf End Addr
-	hstore 2,core_uart_teaddr
-	
-	setarg mem_module_rx_buf		//RX buf RPTR
-	hstore 2,core_uart_rrptr
-
-	setarg mem_module_tx_buf		//TX buf WPTR
-	hstore 2,core_uart_twptr
-
-	hstore 2,core_uart_trptrp		//TX buf RPTR
-
-	/*step4:SET baud*/
-	//hstore 2,mem_baud
-	setarg 0x34
-	hstore 2,core_uart_baud
-
-	/*step5:SET DataLen,parity bit,flow control and enable UART
-	RW	0	Enable UART
-	RW	1	1: odd parity; 0: even parity
-	RW	2	UART Data length 1: 9 bits; 0: 8 bits
-	RW	3	1: HCI uart SLIP protocol
-	RW	4	1: enable RTS/CTS flow control
-	RW	5	1: enable 7816 smart card protocol
-	RW	6	1: enable half duplex single line UART
-	RW	7	1: Use baud settings 0:auto detect baud rate*/
-	jam 0x00,core_uart_ctrl
-	jam 0x81,core_uart_ctrl
-	rtn 
-
-debuglog_mem_init:
-	jam DEBUGLOG_HEAD,mem_debuglog_temp
-	jam DEBUGLOG_TYPE,mem_debuglog_type
-	jam DEBUGLOG_LEN ,mem_debuglog_datalen
-	jam DEBUGLOG_TAIL,mem_debuglog_tail
-	rtn	
-
-debuglog_push:
-	call pdata_push
-	hfetch 1,core_uart_status
-	rtnbit1 uart_status_tx_fifo_full
-	call uartd_prepare_tx
-	fetch 8,mem_debuglog_temp
-	istore 8,contwu
-	call uartd_send
-	branch pdata_pull 
-endif	
-/*
-p_le_savelist:
-	fetch 1,mem_mouse_key
-	bbit0 0,p_le_savelist1
-	fetch 1,mem_lpm_mode
-	bbit1 1,p_le_savelist1
-	jam 0,mem_seqi
-p_le_savelist1:
-	fetch 4,mem_sync_clke
-	store 4,mem_pdatatemp
-	deposit auxcnt
-	istore 1,contw
-	fetch 1,mem_le_ch_mapped
-	istore 1,contw
-	fetch 2,mem_le_event_count
-	arg 0x0fff,contr
-	iand contr,pdata
-	setflag match,15,pdata
-	setflag wake,14,pdata
-	setflag sync,13,pdata
-	setflag attempt,12,pdata
-	istore 2,contw
-
-
-p_save1:
-	call p_savelist1
-	fetch 1,mem_context
-	rtnbit0 state_inconn
-	fetch 1,mem_lpm_mode
-	rtnbit1 1
-	fetch 1,mem_mouse_z
-	rtn blank
-	jam 3,mem_lpm_mode
-	jam 0,mem_seqi
-	rtn
-
-
-p_savelist:
-	store 8,mem_pdatatemp
-p_savelist1:
-	fetch 1,mem_seqi
-	rtneq 0x7f
-	and_into 0x7f,pdata
-	lshift3 pdata,pdata
-	arg 0x4c00,contw
-	iadd contw,contw
-	fetch 8,mem_pdatatemp
-	istore 8,contw
-	fetch 1,mem_seqi
-	isolate1 7,pdata
-	increase 1,pdata
-	and_into 0x7f,pdata
-	setflag true,7,pdata
-	store 1,mem_seqi
-	fetch 8,mem_pdatatemp
-	rtn	
-
-
-p_hci_log:
-	fetch 1,0x4c00
-	increase 1,pdata
-	sub pdata,50,null
-	branch p_hci_log_calc_ptr,positive
-	setarg 0
-p_hci_log_calc_ptr:
-	store 1,0x4c00
-	arg 8,temp
-	imul32 temp,pdata
-	arg 0x4c08,contw
-	iadd contw,contw
-p_hci_log_write_content:
-	fetch 1,0x4c00
-	istore 1,contw//counter
-	fetch 4,mem_24g_txbuf+2
-	istore 4,contw
-	rtn
-*/
-
 ifdef TESTDATA
 //1 mem_m_key
 //2 mem_m_x
@@ -3673,9 +3951,6 @@
 	enable user
 	fetch 7,mem_m_key
 	store 7,mem_mouse_key
-	//arg 7,rega
-	//arg mem_m_key,regb
-	//call g24_package_data_pc_bind
 	rtn
 p_ms_y_up:
 	setarg 0x05
@@ -3711,6 +3986,28 @@
 	branch p_ms_y_down+2
 endif
 
+ifdef MEMLOG
+p_hci_log:
+	fetch 1,0x4d00
+	increase 1,pdata
+	sub pdata,50,null
+	branch p_hci_log_calc_ptr,positive
+	setarg 0
+p_hci_log_calc_ptr:
+	store 1,0x4d00
+	arg 8,temp
+	imul32 temp,pdata
+	arg 0x4d08,contw
+	iadd contw,contw
+p_hci_log_write_content:
+	fetch 1,0x4d00
+	istore 1,contw//counter
+	fetch 4,mem_le_supervision_timer
+	istore 4,contw
+	fetch 2,mem_le_superto
+	istore 2,contw	
+	rtn
+endif	
 
 endif
 
Index: sched/109x.dat
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/sched/109x.dat	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/sched/109x.dat	(working copy)
@@ -1,5 +1,5 @@
 
-mem_lpm_config:8f 1f ca	#+9khz
+mem_lpm_config:8f 1f ca	#9khz
 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
Index: sched/mouse.dat
===================================================================
--- /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/sched/mouse.dat	(revision 1359)
+++ /branch/mouse_project/ZJL_Project/ABT/366_OnlyBLE/sched/mouse.dat	(working copy)
@@ -1,16 +1,21 @@
 mem_patch00:02
-#mem_patch03:00
-#mem_patch09:00
-#mem_patch0a:00
-#mem_patch0b:00
+#mem_patch03:08
+#mem_patch04:40
+#mem_patch09:04
+#mem_patch0a:02
+#mem_patch0b:02
 mem_patch10:20
 mem_patch11:02
+#mem_patch14:82
 mem_patch14:02
 mem_patch16:06
 mem_patch18:10
+#mem_patch19:0e
 mem_patch19:06
 mem_patch1c:48
+#mem_patch1d:1e
 mem_patch1d:1c
+#mem_patch20:20
 mem_patch27:02
 mem_patch28:08
 mem_patch29:04
@@ -19,21 +24,23 @@
 mem_patch2c:c8
 mem_patch2d:04
 mem_patch2e:80
-#mem_patch30:00
+#mem_patch30:05
+#mem_patch31:11
 mem_patch31:10
 mem_patch3f:04
 
+
 #debug
-#mem_patch31:11
 #mem_patch2f:40
 #mem_patch37:40
 #mem_patch3e:c0
 
+
 mem_device_option:42
 mem_lpm_mode:01
 mem_lpm_mult:20
 mem_lpm_mult_init:20
-mem_lpm_interval:00 00
+#mem_lpm_interval:00 00
 
 mem_mouse_function_enable:
 #bit0 MOUSE_ENABLE_USB
@@ -141,35 +148,36 @@
 mem_24g_device_number:02 #devie 2 :24g mode
 #mem_adc_config_flag:00 #0 vinlpm 1 hvin 2 gpio
 #mem_adc_channel:32 #gpio5
-#mem_mouse_vdd_full_vol:2c 01#3.0v
-#e6 00#mem_mouse_vdd_empty_vol:5a 00#2.3v
-#d2 00#mem_mouse_vdd_low_vol:64 00  #2.1v
+#mem_mouse_vdd_full_vol:a4 01#4.2v
+#2c 01#mem_mouse_vdd_empty_vol:5a 00#3.0v
+#40 01#mem_mouse_vdd_low_vol:64 00  #3.2v
+mem_adc_read_timer:0a
 
 mem_config_sensor_type:00
-02 #mem_config_sensor_motion:02
-06 #mem_lbutton_gpio:04
-14 #mem_rbutton_gpio:1b
-08 #mem_mbutton_gpio:17
+02 #mem_config_sensor_motion:01
+06 #mem_lbutton_gpio:16
+14 #mem_rbutton_gpio:14
+08 #mem_mbutton_gpio:15
 ff #mem_bk_button_gpio:ff
 ff #mem_fw_button_gpio:ff
-ff #mem_dpi_button_gpio:06
-1b #mem_whee_a_data_gpio:02
-1c #mem_whee_b_data_gpio:03
+ff #mem_dpi_button_gpio:05
+1b #mem_whee_a_data_gpio:0b
+1c #mem_whee_b_data_gpio:07
 ff #mem_whee_ta_data_gpio:ff
 ff #mem_whee_tb_data_gpio:ff
-ff #mem_config_bt_button_gpio:ff
+ff #mem_config_bt_button_gpio:18
 ff #mem_config_select_device_button_gpio:ff
 ff #mem_config_paraing_led_gpio:ff
-ff #mem_config_low_voltage_alarm_gpio:08
-ff #mem_config_device1_led_gpio:08
+ff #mem_config_low_voltage_alarm_gpio:01
+ff #mem_config_device1_led_gpio:01
 ff #mem_config_device2_led_gpio:ff
 ff #mem_config_device3_led_gpio:ff
-ff #mem_sensor_data_gpio:18
-ff #mem_dpi_led_gpio:08
-00 #mem_config_function_enable:04
-00 #mem_config_sensor_angle:00
-ff #mem_select_sensor_angle_gpio:ff
-ff #mem_select_adc_gpio:ff
+ff #mem_sensor_data_gpio:0c
+ff #mem_dpi_led_gpio:01
+00 #mem_config_function_enable
+00 #mem_config_sensor_angle
+ff #mem_select_sensor_angle_gpio
+ff #mem_select_adc_gpio
 
 mem_eeprom_wp_gpio:0a
 mem_sensor_reset_gpio:ff
@@ -194,17 +202,15 @@
 03##mem_320x_dpi_3
 04##mem_320x_dpi_4
 
-20##mem_3212_dpi_1#1200
-2a##mem_3212_dpi_2#1000
-22##mem_3212_dpi_3#1600
-2a##mem_3212_dpi_4#2400
-
-04##mem_3610_dpi_1
-05##mem_3610_dpi_2
-07##mem_3610_dpi_3
-08##mem_3610_dpi_4
-
-mem_mouse_dpi_blink_count:00
+15##mem_3212_dpi_1#800
+1a##mem_3212_dpi_2#1000
+2a##mem_3212_dpi_3#1600
+3f##mem_3212_dpi_4#2400
+
+#04##mem_3610_dpi_1
+#05##mem_3610_dpi_2
+#07##mem_3610_dpi_3
+#08##mem_3610_dpi_4
 
 
 mem_ui_led_struct_ptr:mem_mouse_led_type
@@ -220,6 +226,14 @@
 2a 00 02 4d 2a 07 00 00 00 00 00 00 00
 2b 00 02 08 29 02 11 02
 
+
+#mem_le_att_pnp_id_len:07
+#mem_le_att_pnp_id:
+#02		#verdor ID source
+#35 12	#usb verdor ID
+#22 aa	#product ID
+#01 00	#product version
+
   
 #24g init
 mem_24g_mode:01#tx
@@ -237,11 +251,10 @@
 mem_24g_pairing_sm:ff
 mem_24g_paring_addr:20 15 10 05
 mem_24g_common_temp:00 00 00 00 00 00 00 00 00 00
-mem_24g_enter_hibernate:80 ee 36#10 min
-
+mem_24g_enter_hibernate:80 ee 36
 
 mem_device_flag:
-01
+ff
 ff
 ff ff ff ff ff ff
 #mem_device2_type:
@@ -259,11 +272,18 @@
 mem_bt_discovey_button_statue:01#default: button up
 mem_empty_count:03
 
-mem_mouse_le_fast_conn_enable_timer:0a
+#select device timer init 2.5s
+#mem_mouse_button_select_device_timer_init:19
 
 #mem_mouse_multi_led_gpio:85
 #mem_mouse_multi_led_on_timer_init:14
 #mem_mouse_multi_led_blink_timer_init:05
+mem_mouse_bt_led_gpio:1d
+
+#mem_mouse_dpi_button_state:01
+#mem_select_device_button_statue:01
+
+mem_mouse_le_fast_conn_enable_timer:0a
 
 #yichip sdp
 #04 0011 0100 1002 1124
